@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;
}.wpc-scope-104 .tc-wp-content-root img, .wpc-scope-104 .tc-wp-content-root video, .wpc-scope-104 .tc-wp-content-root svg, .wpc-scope-104 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content, .wpc-scope-104 .tc-wp-content-root .aitc-editorial-content div, .wpc-scope-104 .tc-wp-content-root .aitc-editorial-content section, .wpc-scope-104 .tc-wp-content-root .aitc-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-section{
  position: relative;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-section-white{
  background: #ffffff;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-section-soft{
  background: linear-gradient(180deg, #f7fbf8 0%, #f4f8f6 100%);
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-container{
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-section-header{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(34, 139, 94, 0.18);
  border-radius: 999px;
  background: rgba(34, 139, 94, 0.08);
  color: #1f7a55;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: linear-gradient(135deg, #23a15f, #d6a737);
  box-shadow: 0 0 0 4px rgba(35, 161, 95, 0.12);
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content h2, .wpc-scope-104 .tc-wp-content-root .aitc-editorial-content h3, .wpc-scope-104 .tc-wp-content-root .aitc-editorial-content p{
  margin-top: 0;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content h2{
  margin-bottom: 14px;
  color: #122036;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-section-header p{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  color: #5b6678;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-card, .wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card, .wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(18, 32, 54, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-card::after, .wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(35, 161, 95, 0.12), rgba(214, 167, 55, 0.08));
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-card:hover, .wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card:hover, .wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(35, 161, 95, 0.28);
  box-shadow: 0 22px 55px rgba(18, 32, 54, 0.12);
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-card:hover::after, .wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card:hover::after{
  opacity: 1;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-card h3, .wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card h3, .wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-step-card h3{
  position: relative;
  z-index: 1;
  margin-bottom: 9px;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-card p, .wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card p, .wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-step-card p{
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #5b6678;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1f9b63, #d5a032);
  box-shadow: 0 12px 24px rgba(31, 155, 99, 0.2);
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-icon::before, .wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-icon-bars::before{
  left: 13px;
  bottom: 13px;
  width: 5px;
  height: 12px;
  border-radius: 6px;
  box-shadow: 8px -5px 0 #ffffff, 16px -1px 0 #ffffff;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-icon-check::before{
  left: 13px;
  top: 22px;
  width: 18px;
  height: 8px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-icon-shield::before{
  left: 14px;
  top: 11px;
  width: 18px;
  height: 22px;
  border-radius: 10px 10px 12px 12px;
  background: rgba(255, 255, 255, 0.95);
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-icon-map::before{
  left: 14px;
  top: 10px;
  width: 18px;
  height: 26px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-icon-map::after{
  left: 20px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #1f9b63;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-icon-speed::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 18px;
  border: 4px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 22px 22px 0 0;
  background: transparent;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-icon-speed::after{
  left: 23px;
  top: 23px;
  width: 13px;
  height: 4px;
  border-radius: 99px;
  transform: rotate(-35deg);
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-icon-mobile::before{
  left: 16px;
  top: 9px;
  width: 14px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-icon-mobile::after{
  left: 21px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 99px;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background: #ffffff;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 5px;
  border-radius: 99px;
  background: linear-gradient(180deg, #23a15f, #d6a737);
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: linear-gradient(135deg, #173f33, #228b5e);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(31, 155, 99, 0.2);
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-dot{
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 99px;
  background: linear-gradient(135deg, #23a15f, #d6a737);
  box-shadow: 0 0 0 7px rgba(35, 161, 95, 0.1);
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card{
  overflow: hidden;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(35, 161, 95, 0.1);
  color: #1f7a55;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .aitc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-104 .tc-wp-content-root .aitc-editorial-content .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-content .aitc-section{
    padding: 48px 0;
  }.tc-wp-content-root .aitc-editorial-content .aitc-container{
    padding: 0 16px;
  }.tc-wp-content-root .aitc-editorial-content h2{
    font-size: 26px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-section-header p{
    font-size: 14px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-kicker{
    font-size: 12px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-card-grid, .tc-wp-content-root .aitc-editorial-content .aitc-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-card, .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card, .tc-wp-content-root .aitc-editorial-content .aitc-step-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-card h3, .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card h3, .tc-wp-content-root .aitc-editorial-content .aitc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-card p, .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card p, .tc-wp-content-root .aitc-editorial-content .aitc-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .aitc-editorial-content .aitc-section{
    padding: 54px 0;
  }.tc-wp-content-root .aitc-editorial-content .aitc-container{
    padding: 0 18px;
  }.tc-wp-content-root .aitc-editorial-content h2{
    font-size: 29px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-kicker{
    font-size: 12px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-card-grid, .tc-wp-content-root .aitc-editorial-content .aitc-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-card, .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card, .tc-wp-content-root .aitc-editorial-content .aitc-step-card{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-card h3, .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card h3, .tc-wp-content-root .aitc-editorial-content .aitc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-card p, .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card p, .tc-wp-content-root .aitc-editorial-content .aitc-step-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .aitc-editorial-content .aitc-section{
    padding: 60px 0;
  }.tc-wp-content-root .aitc-editorial-content .aitc-container{
    padding: 0 22px;
  }.tc-wp-content-root .aitc-editorial-content h2{
    font-size: 32px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-section-header p{
    font-size: 16px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-card-grid, .tc-wp-content-root .aitc-editorial-content .aitc-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-card, .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card, .tc-wp-content-root .aitc-editorial-content .aitc-step-card{
    padding: 26px;
    border-radius: 24px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-card h3, .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card h3, .tc-wp-content-root .aitc-editorial-content .aitc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-card p, .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card p, .tc-wp-content-root .aitc-editorial-content .aitc-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .aitc-editorial-content .aitc-section{
    padding: 74px 0;
  }.tc-wp-content-root .aitc-editorial-content .aitc-container{
    padding: 0 30px;
  }.tc-wp-content-root .aitc-editorial-content h2{
    font-size: 38px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-card, .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card, .tc-wp-content-root .aitc-editorial-content .aitc-step-card{
    padding: 28px;
    border-radius: 24px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-step-card{
    gap: 22px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-card h3, .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card h3, .tc-wp-content-root .aitc-editorial-content .aitc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-card p, .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card p, .tc-wp-content-root .aitc-editorial-content .aitc-step-card p{
    font-size: 15px;
  }}@media (min-width: 1024px){.tc-wp-content-root .aitc-editorial-content .aitc-section{
    padding: 92px 0;
  }.tc-wp-content-root .aitc-editorial-content .aitc-container{
    padding: 0 36px;
  }.tc-wp-content-root .aitc-editorial-content h2{
    font-size: 44px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-section-header p{
    font-size: 18px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .aitc-editorial-content .aitc-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-card, .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card{
    padding: 30px;
    border-radius: 24px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-step-card{
    gap: 26px;
    padding: 30px 34px;
    border-radius: 24px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-card h3, .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card h3, .tc-wp-content-root .aitc-editorial-content .aitc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .aitc-editorial-content .aitc-card p, .tc-wp-content-root .aitc-editorial-content .aitc-benefit-card p, .tc-wp-content-root .aitc-editorial-content .aitc-step-card p{
    font-size: 15.5px;
  }}.wpc-scope-104 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .aitc-benefit-grid{}.wpc-scope-104 .tc-wp-content-root .aitc-step-content{}