@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-68 .tc-wp-content-root img, .wpc-scope-68 .tc-wp-content-root video, .wpc-scope-68 .tc-wp-content-root svg, .wpc-scope-68 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-68 .tc-wp-content-root .ditc-content{
  width: 100%;
  overflow-x: hidden;
  color: #18302f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-section{
  position: relative;
  width: 100%;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-section-white{
  background: #ffffff;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-section-soft{
  background:
    radial-gradient(circle at 10% 10%, rgba(16, 185, 129, 0.08), transparent 32%),
    linear-gradient(180deg, #f8fbf8 0%, #f2f7f4 100%);
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(12, 128, 98, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(245, 158, 11, 0.1));
  color: #0f766e;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #f59e0b);
  box-shadow: 0 0 0 5px rgba(16, 185, 129, 0.12);
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-section-head h2{
  margin: 0;
  color: #102a28;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.12;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-section-head p{
  margin: 16px auto 0;
  color: #516361;
  line-height: 1.75;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-card, .wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(24, 48, 47, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 61, 55, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-card::after, .wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.13), rgba(245, 158, 11, 0.08));
  transition: opacity 220ms ease;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-card:hover, .wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(16, 185, 129, 0.28);
  box-shadow: 0 24px 60px rgba(15, 61, 55, 0.13);
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-card:hover::after, .wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-trust-card:hover::after{
  opacity: 1;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-card h3, .wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-trust-card h3, .wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-step-copy h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #153331;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.25;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-card p, .wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-trust-card p, .wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-step-copy p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5a6b69;
  line-height: 1.72;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #10b981, #0f766e);
  box-shadow: 0 14px 24px rgba(16, 185, 129, 0.24);
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-icon::before, .wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-icon-calc::before{
  width: 22px;
  height: 4px;
  top: 12px;
  left: 12px;
  border-radius: 8px;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-icon-calc::after{
  width: 22px;
  height: 16px;
  left: 12px;
  bottom: 10px;
  border-radius: 4px;
  opacity: 0.88;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-icon-speed::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 3px solid #ffffff;
  border-right-color: transparent;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-icon-speed::after{
  width: 13px;
  height: 3px;
  top: 21px;
  left: 22px;
  border-radius: 8px;
  transform: rotate(-28deg);
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-icon-preview::before{
  width: 24px;
  height: 16px;
  top: 15px;
  left: 11px;
  border: 3px solid #ffffff;
  border-radius: 12px;
  background: transparent;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-icon-preview::after{
  width: 7px;
  height: 7px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-icon-steps::before{
  width: 22px;
  height: 3px;
  top: 14px;
  left: 13px;
  border-radius: 8px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-icon-steps::after{
  width: 5px;
  height: 5px;
  top: 13px;
  left: 8px;
  border-radius: 50%;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-icon-mobile::before{
  width: 18px;
  height: 28px;
  top: 9px;
  left: 14px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-icon-mobile::after{
  width: 5px;
  height: 5px;
  bottom: 12px;
  left: 21px;
  border-radius: 50%;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-icon-check::before{
  width: 20px;
  height: 10px;
  left: 13px;
  top: 15px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
  background: transparent;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-icon-check::after{
  width: 26px;
  height: 26px;
  top: 10px;
  left: 10px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background: transparent;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-steps{
  display: grid;
  gap: 18px;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 248, 0.96));
  box-shadow: 0 20px 50px rgba(17, 72, 68, 0.09);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #10b981, #f59e0b);
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(245, 158, 11, 0.34);
  box-shadow: 0 26px 62px rgba(17, 72, 68, 0.13);
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-step-number{
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 19px;
  background: linear-gradient(135deg, #102a28, #0f766e);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 26px rgba(15, 118, 110, 0.24);
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-badge-dot{
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 17px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.16), rgba(245, 158, 11, 0.16));
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-badge-dot::before{
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #f59e0b);
  box-shadow: 0 0 0 8px rgba(16, 185, 129, 0.08);
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-trust-mark{
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f59e0b, #10b981);
  box-shadow: 0 14px 28px rgba(245, 158, 11, 0.2);
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-trust-mark::before{
  content: "";
  position: absolute;
  width: 22px;
  height: 12px;
  left: 14px;
  top: 16px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-68 .tc-wp-content-root .ditc-content .ditc-reveal.ditc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ditc-content .ditc-section{
    padding: 54px 0;
  }.tc-wp-content-root .ditc-content .ditc-container{
    padding: 0 14px;
  }.tc-wp-content-root .ditc-content .ditc-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .ditc-content .ditc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ditc-content .ditc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .ditc-content .ditc-card, .tc-wp-content-root .ditc-content .ditc-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ditc-content .ditc-card h3, .tc-wp-content-root .ditc-content .ditc-trust-card h3, .tc-wp-content-root .ditc-content .ditc-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .ditc-content .ditc-card p, .tc-wp-content-root .ditc-content .ditc-trust-card p, .tc-wp-content-root .ditc-content .ditc-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .ditc-content .ditc-steps{
    margin-top: 32px;
  }.tc-wp-content-root .ditc-content .ditc-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
  }.tc-wp-content-root .ditc-content .ditc-step-number{
    width: 56px;
    height: 56px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ditc-content .ditc-section{
    padding: 60px 0;
  }.tc-wp-content-root .ditc-content .ditc-container{
    padding: 0 18px;
  }.tc-wp-content-root .ditc-content .ditc-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .ditc-content .ditc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ditc-content .ditc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ditc-content .ditc-card, .tc-wp-content-root .ditc-content .ditc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ditc-content .ditc-card h3, .tc-wp-content-root .ditc-content .ditc-trust-card h3, .tc-wp-content-root .ditc-content .ditc-step-copy h3{
    font-size: 18.5px;
  }.tc-wp-content-root .ditc-content .ditc-card p, .tc-wp-content-root .ditc-content .ditc-trust-card p, .tc-wp-content-root .ditc-content .ditc-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .ditc-content .ditc-steps{
    margin-top: 34px;
  }.tc-wp-content-root .ditc-content .ditc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ditc-content .ditc-step-number{
    width: 58px;
    height: 58px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ditc-content .ditc-section{
    padding: 66px 0;
  }.tc-wp-content-root .ditc-content .ditc-container{
    padding: 0 22px;
  }.tc-wp-content-root .ditc-content .ditc-section-head h2{
    font-size: 33px;
  }.tc-wp-content-root .ditc-content .ditc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ditc-content .ditc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ditc-content .ditc-card, .tc-wp-content-root .ditc-content .ditc-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ditc-content .ditc-card h3, .tc-wp-content-root .ditc-content .ditc-trust-card h3, .tc-wp-content-root .ditc-content .ditc-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .ditc-content .ditc-card p, .tc-wp-content-root .ditc-content .ditc-trust-card p, .tc-wp-content-root .ditc-content .ditc-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .ditc-content .ditc-steps{
    margin-top: 38px;
  }.tc-wp-content-root .ditc-content .ditc-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px;
  }.tc-wp-content-root .ditc-content .ditc-step-number{
    width: 60px;
    height: 60px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ditc-content .ditc-section{
    padding: 78px 0;
  }.tc-wp-content-root .ditc-content .ditc-container{
    padding: 0 32px;
  }.tc-wp-content-root .ditc-content .ditc-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .ditc-content .ditc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ditc-content .ditc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ditc-content .ditc-card, .tc-wp-content-root .ditc-content .ditc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ditc-content .ditc-card h3, .tc-wp-content-root .ditc-content .ditc-trust-card h3, .tc-wp-content-root .ditc-content .ditc-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ditc-content .ditc-card p, .tc-wp-content-root .ditc-content .ditc-trust-card p, .tc-wp-content-root .ditc-content .ditc-step-copy p{
    font-size: 15.8px;
  }.tc-wp-content-root .ditc-content .ditc-steps{
    margin-top: 44px;
  }.tc-wp-content-root .ditc-content .ditc-step-card{
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ditc-content .ditc-grid-three .ditc-trust-card:last-child{
    grid-column: 1 / -1;
  }}@media (min-width: 1024px){.tc-wp-content-root .ditc-content .ditc-section{
    padding: 92px 0;
  }.tc-wp-content-root .ditc-content .ditc-container{
    padding: 0 36px;
  }.tc-wp-content-root .ditc-content .ditc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ditc-content .ditc-section-head p{
    font-size: 17.5px;
  }.tc-wp-content-root .ditc-content .ditc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ditc-content .ditc-grid-six, .tc-wp-content-root .ditc-content .ditc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ditc-content .ditc-card, .tc-wp-content-root .ditc-content .ditc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ditc-content .ditc-card h3, .tc-wp-content-root .ditc-content .ditc-trust-card h3, .tc-wp-content-root .ditc-content .ditc-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .ditc-content .ditc-card p, .tc-wp-content-root .ditc-content .ditc-trust-card p, .tc-wp-content-root .ditc-content .ditc-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .ditc-content .ditc-steps{
    margin-top: 48px;
  }.tc-wp-content-root .ditc-content .ditc-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .ditc-content .ditc-step-number{
    font-size: 16px;
  }}