@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-19 .tc-wp-content-root img, .wpc-scope-19 .tc-wp-content-root video, .wpc-scope-19 .tc-wp-content-root svg, .wpc-scope-19 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #162033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-section{
  position: relative;
  isolation: isolate;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-section-white{
  background: #ffffff;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(49, 130, 206, 0.10), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(22, 163, 74, 0.10), transparent 28%),
    #f7faf8;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-container{
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  border: 1px solid rgba(49, 130, 206, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(49, 130, 206, 0.10), rgba(22, 163, 74, 0.10));
  color: #236149;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-heading h2{
  margin: 16px 0 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-heading p{
  margin: 16px auto 0;
  color: #516070;
  line-height: 1.7;
  font-weight: 450;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-card, .wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(22, 32, 51, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(49, 130, 206, 0.34), rgba(22, 163, 74, 0.24)) border-box;
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
  overflow: hidden;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-card::before, .wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(49, 130, 206, 0.08), rgba(22, 163, 74, 0.06));
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-card:hover, .wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-benefit-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
  border-color: rgba(49, 130, 206, 0.22);
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-card:hover::before, .wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-card h3, .wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-benefit-card h3, .wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-step-content h3{
  position: relative;
  margin: 0;
  color: #142033;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-card p, .wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-benefit-card p, .wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-step-content p{
  position: relative;
  margin: 10px 0 0;
  color: #586676;
  line-height: 1.68;
  font-weight: 430;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb, #16a34a);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.18);
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-icon::before, .wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.95;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-icon-calc::before{
  width: 22px;
  height: 16px;
  left: 13px;
  top: 11px;
  border-radius: 5px;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-icon-calc::after{
  width: 22px;
  height: 10px;
  left: 13px;
  bottom: 10px;
  border-radius: 4px;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-icon-speed::after{
  width: 14px;
  height: 4px;
  left: 24px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-28deg);
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-icon-preview::before{
  width: 26px;
  height: 18px;
  left: 11px;
  top: 15px;
  border-radius: 7px;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #2563eb;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-icon-steps::before{
  width: 8px;
  height: 8px;
  left: 13px;
  top: 12px;
  border-radius: 50%;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-icon-steps::after{
  width: 15px;
  height: 4px;
  right: 11px;
  top: 14px;
  border-radius: 999px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border-radius: 6px;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 21px;
  bottom: 13px;
  border-radius: 999px;
  background: #2563eb;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-icon-help::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-icon-help::after{
  width: 12px;
  height: 12px;
  left: 18px;
  top: 18px;
  border: 3px solid #2563eb;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
  transform: rotate(-20deg);
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2563eb, #16a34a);
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-step-card:hover{
  transform: translateX(4px);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #2563eb, #16a34a);
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 14px 26px rgba(37, 99, 235, 0.20);
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 34px;
  margin-bottom: 18px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(22, 163, 74, 0.12));
  color: #24624a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-benefit-card{
  text-align: left;
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-check{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb, #16a34a);
  box-shadow: 0 12px 24px rgba(22, 163, 74, 0.18);
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-check::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-19 .tc-wp-content-root .citc-editorial-sections .citc-reveal.citc-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 .citc-editorial-sections .citc-section{
    padding: 48px 0;
  }.tc-wp-content-root .citc-editorial-sections .citc-container{
    padding: 0 14px;
  }.tc-wp-content-root .citc-editorial-sections .citc-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .citc-editorial-sections .citc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .citc-editorial-sections .citc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .citc-editorial-sections .citc-card, .tc-wp-content-root .citc-editorial-sections .citc-benefit-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .citc-editorial-sections .citc-card h3, .tc-wp-content-root .citc-editorial-sections .citc-benefit-card h3, .tc-wp-content-root .citc-editorial-sections .citc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .citc-editorial-sections .citc-card p, .tc-wp-content-root .citc-editorial-sections .citc-benefit-card p, .tc-wp-content-root .citc-editorial-sections .citc-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .citc-editorial-sections .citc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .citc-editorial-sections .citc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .citc-editorial-sections .citc-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .citc-editorial-sections .citc-section{
    padding: 54px 0;
  }.tc-wp-content-root .citc-editorial-sections .citc-container{
    padding: 0 18px;
  }.tc-wp-content-root .citc-editorial-sections .citc-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .citc-editorial-sections .citc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .citc-editorial-sections .citc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .citc-editorial-sections .citc-card, .tc-wp-content-root .citc-editorial-sections .citc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .citc-editorial-sections .citc-card h3, .tc-wp-content-root .citc-editorial-sections .citc-benefit-card h3, .tc-wp-content-root .citc-editorial-sections .citc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .citc-editorial-sections .citc-card p, .tc-wp-content-root .citc-editorial-sections .citc-benefit-card p, .tc-wp-content-root .citc-editorial-sections .citc-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .citc-editorial-sections .citc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .citc-editorial-sections .citc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .citc-editorial-sections .citc-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .citc-editorial-sections .citc-section{
    padding: 62px 0;
  }.tc-wp-content-root .citc-editorial-sections .citc-container{
    padding: 0 22px;
  }.tc-wp-content-root .citc-editorial-sections .citc-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .citc-editorial-sections .citc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .citc-editorial-sections .citc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .citc-editorial-sections .citc-card, .tc-wp-content-root .citc-editorial-sections .citc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .citc-editorial-sections .citc-card h3, .tc-wp-content-root .citc-editorial-sections .citc-benefit-card h3, .tc-wp-content-root .citc-editorial-sections .citc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .citc-editorial-sections .citc-card p, .tc-wp-content-root .citc-editorial-sections .citc-benefit-card p, .tc-wp-content-root .citc-editorial-sections .citc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .citc-editorial-sections .citc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .citc-editorial-sections .citc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .citc-editorial-sections .citc-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .citc-editorial-sections .citc-section{
    padding: 76px 0;
  }.tc-wp-content-root .citc-editorial-sections .citc-container{
    padding: 0 32px;
  }.tc-wp-content-root .citc-editorial-sections .citc-heading h2{
    font-size: 42px;
  }.tc-wp-content-root .citc-editorial-sections .citc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .citc-editorial-sections .citc-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .citc-editorial-sections .citc-grid-three, .tc-wp-content-root .citc-editorial-sections .citc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .citc-editorial-sections .citc-card, .tc-wp-content-root .citc-editorial-sections .citc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .citc-editorial-sections .citc-card h3, .tc-wp-content-root .citc-editorial-sections .citc-benefit-card h3, .tc-wp-content-root .citc-editorial-sections .citc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .citc-editorial-sections .citc-card p, .tc-wp-content-root .citc-editorial-sections .citc-benefit-card p, .tc-wp-content-root .citc-editorial-sections .citc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .citc-editorial-sections .citc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .citc-editorial-sections .citc-step-card{
    gap: 22px;
    padding: 30px 32px;
  }.tc-wp-content-root .citc-editorial-sections .citc-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .citc-editorial-sections .citc-section{
    padding: 92px 0;
  }.tc-wp-content-root .citc-editorial-sections .citc-container{
    padding: 0 36px;
  }.tc-wp-content-root .citc-editorial-sections .citc-heading h2{
    font-size: 48px;
  }.tc-wp-content-root .citc-editorial-sections .citc-heading p{
    font-size: 18px;
  }.tc-wp-content-root .citc-editorial-sections .citc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .citc-editorial-sections .citc-grid-three, .tc-wp-content-root .citc-editorial-sections .citc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .citc-editorial-sections .citc-card, .tc-wp-content-root .citc-editorial-sections .citc-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .citc-editorial-sections .citc-card h3, .tc-wp-content-root .citc-editorial-sections .citc-benefit-card h3, .tc-wp-content-root .citc-editorial-sections .citc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .citc-editorial-sections .citc-card p, .tc-wp-content-root .citc-editorial-sections .citc-benefit-card p, .tc-wp-content-root .citc-editorial-sections .citc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .citc-editorial-sections .citc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .citc-editorial-sections .citc-step-card{
    gap: 26px;
    padding: 34px 38px;
  }.tc-wp-content-root .citc-editorial-sections .citc-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .citc-editorial-sections .citc-card, .tc-wp-content-root .citc-editorial-sections .citc-benefit-card, .tc-wp-content-root .citc-editorial-sections .citc-step-card, .tc-wp-content-root .citc-editorial-sections .citc-reveal, .tc-wp-content-root .citc-editorial-sections .citc-reveal.citc-visible{
    transition: none;
    transform: none;
  }.tc-wp-content-root .citc-editorial-sections .citc-reveal{
    opacity: 1;
  }}