@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-21 .tc-wp-content-root img, .wpc-scope-21 .tc-wp-content-root video, .wpc-scope-21 .tc-wp-content-root svg, .wpc-scope-21 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #16211d;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap, .wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap div, .wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap section, .wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-section{
  position: relative;
  width: 100%;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-section-white{
  background: #ffffff;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(32, 132, 96, 0.08), transparent 28%),
    linear-gradient(180deg, #f7fbf8 0%, #f3f8f5 100%);
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #0f7a58;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-kicker::before, .wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #16865f, #f0b84b);
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap h2{
  margin: 0;
  color: #13251f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-heading p{
  margin: 14px auto 0;
  color: #52635d;
  line-height: 1.7;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-card, .wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(30, 111, 82, 0.13);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(23, 64, 48, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-card::before, .wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(22, 134, 95, 0.12), rgba(240, 184, 75, 0.12));
  transition: opacity 260ms ease;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-card:hover, .wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(22, 134, 95, 0.32);
  box-shadow: 0 24px 60px rgba(23, 64, 48, 0.13);
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-card:hover::before, .wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-card h3, .wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-step-card h3, .wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card h3{
  position: relative;
  margin: 0;
  color: #172620;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-card p, .wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-step-card p, .wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card p{
  position: relative;
  margin: 10px 0 0;
  color: #556761;
  line-height: 1.68;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #16865f, #f0b84b);
  box-shadow: 0 12px 26px rgba(22, 134, 95, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-card:hover .oitc-icon{
  transform: translateY(-3px) rotate(-2deg);
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon::before, .wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon-bars::before{
  left: 14px;
  bottom: 13px;
  width: 5px;
  height: 14px;
  border-radius: 5px;
  box-shadow: 8px -6px 0 #ffffff, 16px -2px 0 #ffffff;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon-speed::before{
  left: 12px;
  top: 16px;
  width: 24px;
  height: 14px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  background: transparent;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon-speed::after{
  left: 24px;
  top: 22px;
  width: 12px;
  height: 3px;
  border-radius: 8px;
  transform: rotate(-32deg);
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon-shield::before{
  left: 14px;
  top: 10px;
  width: 20px;
  height: 25px;
  border-radius: 12px 12px 16px 16px;
  clip-path: polygon(50% 0, 100% 18%, 88% 78%, 50% 100%, 12% 78%, 0 18%);
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon-check::before{
  left: 14px;
  top: 23px;
  width: 10px;
  height: 4px;
  border-radius: 5px;
  transform: rotate(45deg);
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon-check::after{
  left: 20px;
  top: 19px;
  width: 18px;
  height: 4px;
  border-radius: 5px;
  transform: rotate(-45deg);
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon-mobile::before{
  left: 16px;
  top: 9px;
  width: 16px;
  height: 30px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon-map::before{
  left: 14px;
  top: 12px;
  width: 20px;
  height: 24px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon-map::after{
  left: 22px;
  top: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #16865f;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(30, 111, 82, 0.14);
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(23, 64, 48, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: linear-gradient(180deg, #16865f, #f0b84b);
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(22, 134, 95, 0.34);
  box-shadow: 0 24px 58px rgba(23, 64, 48, 0.12);
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #0f7a58, #f0b84b);
  box-shadow: 0 14px 28px rgba(22, 134, 95, 0.2);
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-step-content{
  min-width: 0;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #0f6f51;
  background: rgba(22, 134, 95, 0.1);
  border: 1px solid rgba(22, 134, 95, 0.16);
  font-weight: 800;
  line-height: 1;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card{
  padding-top: 34px;
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-dot{
  display: block;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #16865f;
  box-shadow: 18px 0 0 rgba(240, 184, 75, 0.95), 36px 0 0 rgba(22, 134, 95, 0.26);
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-21 .tc-wp-content-root .oitc-editorial-wrap .oitc-reveal.oitc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .oitc-editorial-wrap .oitc-section{
    padding: 48px 0;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-container{
    padding: 0 14px;
  }.tc-wp-content-root .oitc-editorial-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-heading p{
    font-size: 14px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-kicker{
    font-size: 12px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card, .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card h3, .tc-wp-content-root .oitc-editorial-wrap .oitc-step-card h3, .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card p, .tc-wp-content-root .oitc-editorial-wrap .oitc-step-card p, .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .oitc-editorial-wrap .oitc-section{
    padding: 56px 0;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-container{
    padding: 0 18px;
  }.tc-wp-content-root .oitc-editorial-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card, .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card h3, .tc-wp-content-root .oitc-editorial-wrap .oitc-step-card h3, .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card p, .tc-wp-content-root .oitc-editorial-wrap .oitc-step-card p, .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .oitc-editorial-wrap .oitc-section{
    padding: 64px 0;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-container{
    padding: 0 22px;
  }.tc-wp-content-root .oitc-editorial-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card, .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card h3, .tc-wp-content-root .oitc-editorial-wrap .oitc-step-card h3, .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card p, .tc-wp-content-root .oitc-editorial-wrap .oitc-step-card p, .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .oitc-editorial-wrap .oitc-section{
    padding: 78px 0;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-container{
    padding: 0 32px;
  }.tc-wp-content-root .oitc-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-kicker{
    font-size: 14px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card, .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card{
    padding: 28px;
    border-radius: 22px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card h3, .tc-wp-content-root .oitc-editorial-wrap .oitc-step-card h3, .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card p, .tc-wp-content-root .oitc-editorial-wrap .oitc-step-card p, .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .oitc-editorial-wrap .oitc-section{
    padding: 96px 0;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-container{
    padding: 0 32px;
  }.tc-wp-content-root .oitc-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-heading p{
    font-size: 18px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-kicker{
    font-size: 14px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card, .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card h3, .tc-wp-content-root .oitc-editorial-wrap .oitc-step-card h3, .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card p, .tc-wp-content-root .oitc-editorial-wrap .oitc-step-card p, .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-list{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-number{
    width: 74px;
    height: 74px;
    font-size: 21px;
  }}.wpc-scope-21 .tc-wp-content-root .oitc-trust-grid{}