@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-15 .tc-wp-content-root img, .wpc-scope-15 .tc-wp-content-root video, .wpc-scope-15 .tc-wp-content-root svg, .wpc-scope-15 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #1d2a27;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap, .wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap div, .wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap section, .wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-section-white{
  background:
    radial-gradient(circle at 8% 18%, rgba(33, 150, 83, 0.08), transparent 30%),
    #ffffff;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-section-soft{
  background:
    radial-gradient(circle at 88% 12%, rgba(0, 117, 121, 0.10), transparent 32%),
    linear-gradient(180deg, #f8fbf8 0%, #f3f8f5 100%);
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(33, 150, 83, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(33, 150, 83, 0.10), rgba(0, 117, 121, 0.10));
  color: #0f6d50;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-section-head h2{
  margin: 0;
  color: #14231f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-section-head p{
  margin: 16px auto 0;
  color: #51615c;
  line-height: 1.72;
  font-weight: 450;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(25, 66, 55, 0.10);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(20, 45, 38, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease, background 240ms ease;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(33, 150, 83, 0.40), rgba(0, 117, 121, 0.10), rgba(230, 185, 70, 0.25));
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-card:hover{
  transform: translateY(-5px);
  border-color: rgba(33, 150, 83, 0.26);
  box-shadow: 0 24px 70px rgba(20, 45, 38, 0.13);
  background: #ffffff;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-card:hover::before{
  opacity: 1;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-card h3{
  margin: 0;
  color: #14231f;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-card p{
  margin: 11px 0 0;
  color: #586761;
  line-height: 1.68;
  font-weight: 430;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #219653, #007579);
  box-shadow: 0 12px 26px rgba(33, 150, 83, 0.24);
  position: relative;
  transition: transform 240ms ease;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-card:hover .oitc-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon-bars::before, .wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon-bars::after{
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  height: 4px;
  border-radius: 8px;
  background: #ffffff;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon-bars::before{
  top: 15px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.82);
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon-bars::after{
  bottom: 11px;
  right: 20px;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon-clock::before{
  content: "";
  position: absolute;
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon-clock::after{
  content: "";
  position: absolute;
  width: 11px;
  height: 3px;
  left: 23px;
  top: 23px;
  background: #ffffff;
  border-radius: 8px;
  transform-origin: left center;
  transform: rotate(-45deg);
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon-check::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 14px;
  top: 16px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
  border-radius: 2px;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon-path::before{
  content: "";
  position: absolute;
  inset: 13px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  transform: rotate(45deg);
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon-phone::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon-phone::after{
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  left: 20px;
  bottom: 14px;
  background: #ffffff;
  border-radius: 8px;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-icon-shield::before{
  content: "";
  position: absolute;
  width: 22px;
  height: 25px;
  left: 12px;
  top: 10px;
  background: #ffffff;
  clip-path: polygon(50% 0, 92% 16%, 84% 66%, 50% 100%, 16% 66%, 8% 16%);
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(25, 66, 55, 0.11);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 249, 0.92)),
    #ffffff;
  box-shadow: 0 18px 54px rgba(20, 45, 38, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-step-card::after{
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -72px;
  top: -72px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(33, 150, 83, 0.14), rgba(230, 185, 70, 0.16));
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 117, 121, 0.25);
  box-shadow: 0 24px 70px rgba(20, 45, 38, 0.12);
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #0f6d50, #007579);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 15px 32px rgba(15, 109, 80, 0.23);
  letter-spacing: 0;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-step-content{
  position: relative;
  z-index: 1;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-step-content h3{
  margin: 0;
  color: #14231f;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-step-content p{
  margin: 8px 0 0;
  color: #586761;
  line-height: 1.68;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(251, 253, 251, 0.94)),
    #ffffff;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 17px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(230, 185, 70, 0.16);
  color: #795b12;
  border: 1px solid rgba(230, 185, 70, 0.26);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-card{
  background: #ffffff;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(33, 150, 83, 0.14), rgba(0, 117, 121, 0.14));
  border: 1px solid rgba(33, 150, 83, 0.20);
  position: relative;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #0f6d50;
  border-bottom: 3px solid #0f6d50;
  transform: rotate(-45deg);
  border-radius: 2px;
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-15 .tc-wp-content-root .oitc-editorial-wrap .oitc-reveal.oitc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 240ms ease, border-color 240ms ease, background 240ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .oitc-editorial-wrap .oitc-section{
    padding: 54px 0;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-container{
    padding: 0 16px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card{
    padding: 22px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card h3{
    font-size: 18px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card p{
    font-size: 14px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-list{
    gap: 16px;
    margin-top: 30px;
  }.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: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-content p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .oitc-editorial-wrap .oitc-section{
    padding: 60px 0;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-container{
    padding: 0 18px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card{
    padding: 24px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card h3{
    font-size: 19px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .oitc-editorial-wrap .oitc-section{
    padding: 68px 0;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-container{
    padding: 0 22px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card{
    padding: 26px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card h3{
    font-size: 20px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card p{
    font-size: 15px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-list{
    gap: 20px;
    margin-top: 38px;
  }.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: 20px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-content p{
    font-size: 15px;
  }}@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 30px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-grid-three, .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card{
    padding: 28px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card h3{
    font-size: 20px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card p{
    font-size: 15.5px;
  }.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: 22px;
    padding: 30px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-number{
    width: 68px;
    height: 68px;
    font-size: 22px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 1024px){.tc-wp-content-root .oitc-editorial-wrap .oitc-section{
    padding: 92px 0;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-container{
    padding: 0 32px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-section-head p{
    font-size: 18px;
  }.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, .tc-wp-content-root .oitc-editorial-wrap .oitc-trust-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card{
    padding: 30px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-card h3{
    font-size: 21px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-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: 26px;
    padding: 34px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-number{
    width: 74px;
    height: 74px;
    font-size: 23px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-content h3{
    font-size: 23px;
  }.tc-wp-content-root .oitc-editorial-wrap .oitc-step-content p{
    font-size: 16px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .oitc-editorial-wrap .oitc-card, .tc-wp-content-root .oitc-editorial-wrap .oitc-step-card, .tc-wp-content-root .oitc-editorial-wrap .oitc-icon, .tc-wp-content-root .oitc-editorial-wrap .oitc-reveal, .tc-wp-content-root .oitc-editorial-wrap .oitc-reveal.oitc-visible{
    transition: none;
    transform: none;
    opacity: 1;
  }}