@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

 

.tc-wp-content-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-55 .tc-wp-content-root img, .wpc-scope-55 .tc-wp-content-root video, .wpc-scope-55 .tc-wp-content-root svg, .wpc-scope-55 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #ffffff;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap, .wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap div, .wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap section, .wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-section{
  position: relative;
  width: 100%;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-section-white{
  background: #ffffff;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-section-soft{
  background:
    radial-gradient(circle at 18% 12%, rgba(42, 132, 96, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fbf8 0%, #f4f7f2 100%);
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(42, 132, 96, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(42, 132, 96, 0.1), rgba(220, 170, 72, 0.12));
  color: #256d52;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-heading h2{
  margin: 0;
  color: #121a2b;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-heading p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5c6678;
  line-height: 1.72;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-card, .wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-trust-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(24, 34, 52, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(42, 132, 96, 0.1), transparent 34%);
  box-shadow: 0 18px 45px rgba(28, 43, 68, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
  isolation: isolate;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-card::before, .wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-trust-card::before{
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(42, 132, 96, 0.16), rgba(220, 170, 72, 0.12));
  opacity: 0;
  content: "";
  transition: opacity 240ms ease;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-card:hover, .wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(42, 132, 96, 0.22);
  box-shadow: 0 24px 60px rgba(28, 43, 68, 0.13);
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-card:hover::before, .wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-card h3, .wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-trust-card h3, .wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-step-content h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-card p, .wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-trust-card p, .wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-step-content p{
  margin: 10px 0 0;
  color: #606b7c;
  line-height: 1.68;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #2a8460, #d7a334);
  box-shadow: 0 12px 24px rgba(42, 132, 96, 0.22);
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-icon::before, .wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-icon-calc::before{
  inset: 11px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-icon-calc::after{
  right: 12px;
  bottom: 11px;
  width: 14px;
  height: 2px;
  background: #ffffff;
  box-shadow: -7px -7px 0 #ffffff, 0 -7px 0 #ffffff;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-icon-speed::before{
  left: 11px;
  top: 20px;
  width: 22px;
  height: 11px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-icon-speed::after{
  left: 22px;
  top: 18px;
  width: 12px;
  height: 2px;
  background: #ffffff;
  transform: rotate(-28deg);
  transform-origin: left center;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-icon-preview::before{
  left: 10px;
  top: 14px;
  width: 24px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 9px;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-icon-preview::after{
  left: 19px;
  top: 19px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-icon-steps::before{
  left: 13px;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-icon-steps::after{
  left: 23px;
  top: 13px;
  width: 9px;
  height: 3px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 14px;
  height: 26px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-icon-mobile::after{
  left: 20px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-icon-help::before{
  left: 12px;
  top: 12px;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-icon-help::after{
  left: 21px;
  top: 17px;
  width: 3px;
  height: 12px;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 -5px 0 -1px #ffffff;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(42, 132, 96, 0.1);
  color: #256d52;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(42, 132, 96, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(28, 43, 68, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(215, 163, 52, 0.32);
  box-shadow: 0 24px 62px rgba(28, 43, 68, 0.12);
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #2a8460, #d7a334);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(42, 132, 96, 0.22);
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #2a8460;
  box-shadow: 0 0 0 8px rgba(42, 132, 96, 0.1), 0 0 0 16px rgba(215, 163, 52, 0.08);
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-55 .tc-wp-content-root .aitc-editorial-wrap .aitc-reveal.aitc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .aitc-editorial-wrap .aitc-section{
    padding: 54px 0;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-container{
    padding: 0 14px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-heading p{
    font-size: 14px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-card, .tc-wp-content-root .aitc-editorial-wrap .aitc-trust-card{
    padding: 22px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-card h3, .tc-wp-content-root .aitc-editorial-wrap .aitc-trust-card h3, .tc-wp-content-root .aitc-editorial-wrap .aitc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-card p, .tc-wp-content-root .aitc-editorial-wrap .aitc-trust-card p, .tc-wp-content-root .aitc-editorial-wrap .aitc-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .aitc-editorial-wrap .aitc-section{
    padding: 60px 0;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-container{
    padding: 0 18px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-card, .tc-wp-content-root .aitc-editorial-wrap .aitc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-card h3, .tc-wp-content-root .aitc-editorial-wrap .aitc-trust-card h3, .tc-wp-content-root .aitc-editorial-wrap .aitc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-card p, .tc-wp-content-root .aitc-editorial-wrap .aitc-trust-card p, .tc-wp-content-root .aitc-editorial-wrap .aitc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .aitc-editorial-wrap .aitc-section{
    padding: 66px 0;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-container{
    padding: 0 22px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-card, .tc-wp-content-root .aitc-editorial-wrap .aitc-trust-card{
    padding: 26px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-card h3, .tc-wp-content-root .aitc-editorial-wrap .aitc-trust-card h3, .tc-wp-content-root .aitc-editorial-wrap .aitc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-card p, .tc-wp-content-root .aitc-editorial-wrap .aitc-trust-card p, .tc-wp-content-root .aitc-editorial-wrap .aitc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-step-number{
    width: 58px;
    height: 58px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .aitc-editorial-wrap .aitc-section{
    padding: 82px 0;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-container{
    padding: 0 28px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-heading h2{
    font-size: 39px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-grid-six, .tc-wp-content-root .aitc-editorial-wrap .aitc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-card, .tc-wp-content-root .aitc-editorial-wrap .aitc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-card h3, .tc-wp-content-root .aitc-editorial-wrap .aitc-trust-card h3, .tc-wp-content-root .aitc-editorial-wrap .aitc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-card p, .tc-wp-content-root .aitc-editorial-wrap .aitc-trust-card p, .tc-wp-content-root .aitc-editorial-wrap .aitc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }}@media (min-width: 1024px){.tc-wp-content-root .aitc-editorial-wrap .aitc-section{
    padding: 96px 0;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-container{
    padding: 0 32px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-grid-six, .tc-wp-content-root .aitc-editorial-wrap .aitc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-card, .tc-wp-content-root .aitc-editorial-wrap .aitc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-card h3, .tc-wp-content-root .aitc-editorial-wrap .aitc-trust-card h3, .tc-wp-content-root .aitc-editorial-wrap .aitc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-card p, .tc-wp-content-root .aitc-editorial-wrap .aitc-trust-card p, .tc-wp-content-root .aitc-editorial-wrap .aitc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-step-card{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .aitc-editorial-wrap .aitc-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }}