@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-338 .tc-wp-content-root img, .wpc-scope-338 .tc-wp-content-root video, .wpc-scope-338 .tc-wp-content-root svg, .wpc-scope-338 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #17211f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap, .wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap div, .wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap section, .wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-white{
  background: #ffffff;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-soft{
  background: linear-gradient(180deg, #fbfaf5 0%, #f5f7f1 100%);
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 14px;
  border: 1px solid rgba(28, 115, 83, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(33, 134, 96, 0.1), rgba(190, 143, 52, 0.13));
  color: #22684d;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap h2, .wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap h3, .wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap p{
  margin-top: 0;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap h2{
  margin-bottom: 14px;
  color: #121c1a;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
  margin-bottom: 0;
  color: #52615d;
  line-height: 1.75;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-card, .wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card, .wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(29, 73, 61, 0.1);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(22, 45, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-card{
  height: 100%;
  border-radius: 22px;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-card::before, .wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(31, 128, 91, 0.13), rgba(190, 143, 52, 0.13), transparent 56%);
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-card:hover, .wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card:hover, .wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(34, 123, 89, 0.22);
  box-shadow: 0 24px 58px rgba(20, 48, 40, 0.13);
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-card:hover::before, .wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon{
  display: inline-block;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1f8a62, #c29338);
  box-shadow: 0 12px 28px rgba(31, 138, 98, 0.22);
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon::after{
  content: "";
  position: absolute;
  inset: 11px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 10px 4px 10px 4px;
  transform: rotate(45deg);
  transition: transform 220ms ease;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-card:hover .cfg-icon::after{
  transform: rotate(45deg) scale(1.12);
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-copy::after{
  border-radius: 4px;
  transform: rotate(0deg);
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-card:hover .cfg-icon-copy::after{
  transform: rotate(0deg) translate(2px, -2px);
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-star::after, .wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-spark::after{
  border-radius: 50%;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-ring::after{
  border-radius: 50%;
  transform: rotate(0deg);
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-leaf::after{
  border-radius: 12px 0 12px 0;
  transform: rotate(-25deg);
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card h3, .wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-content h3{
  position: relative;
  margin-bottom: 10px;
  color: #182421;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card p, .wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-content p{
  position: relative;
  margin-bottom: 0;
  color: #586661;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(31, 138, 98, 0.48), rgba(194, 147, 56, 0.44)) border-box;
  border: 1px solid transparent;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #176747, #c19337);
  box-shadow: 0 18px 34px rgba(32, 119, 86, 0.22);
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #edf6f1;
  color: #1f7555;
  font-size: 12px;
  font-weight: 850;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-use-card{
  background:
    radial-gradient(circle at top right, rgba(194, 147, 56, 0.12), transparent 34%),
    #ffffff;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card{
  height: 100%;
  border-radius: 22px;
  background: #ffffff;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-mark{
  display: block;
  width: 48px;
  height: 6px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1f8a62, #c29338);
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-338 .tc-wp-content-root .cfg-editorial-wrap .cfg-reveal.cfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 46px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .cfg-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card{
    padding: 22px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 16px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 56px;
    height: 48px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .cfg-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card{
    padding: 24px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 60px;
    height: 50px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .cfg-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card{
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 20px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 62px;
    height: 54px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 74px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .cfg-editorial-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card{
    padding: 28px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 22px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 72px;
    height: 62px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .cfg-editorial-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card{
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 24px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 82px;
    height: 70px;
    font-size: 23px;
  }}