@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-57 .tc-wp-content-root img, .wpc-scope-57 .tc-wp-content-root video, .wpc-scope-57 .tc-wp-content-root svg, .wpc-scope-57 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content, .wpc-scope-57 .tc-wp-content-root .gitc-bottom-content div, .wpc-scope-57 .tc-wp-content-root .gitc-bottom-content section, .wpc-scope-57 .tc-wp-content-root .gitc-bottom-content article{
  box-sizing: border-box;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-section{
  position: relative;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-section-white{
  background: #ffffff;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-section-soft{
  background:
    radial-gradient(circle at top left, rgba(28, 132, 94, 0.08), transparent 34%),
    linear-gradient(180deg, #f7fbf8 0%, #f4f7f5 100%);
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(28, 132, 94, 0.18);
  border-radius: 999px;
  background: rgba(28, 132, 94, 0.08);
  color: #176747;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1c845e, #d9a441);
  box-shadow: 0 0 0 5px rgba(28, 132, 94, 0.10);
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content h2{
  margin: 0;
  color: #122018;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-section-head p{
  margin: 14px auto 0;
  max-width: 720px;
  color: #5a6472;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-card, .wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
  box-shadow: 0 18px 44px rgba(18, 32, 24, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-card::after, .wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-benefit-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(28, 132, 94, 0.12), transparent 34%, rgba(217, 164, 65, 0.10));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-card:hover, .wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-benefit-card:hover, .wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(28, 132, 94, 0.26);
  box-shadow: 0 24px 58px rgba(18, 32, 24, 0.13);
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-card:hover::after, .wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-benefit-card:hover::after{
  opacity: 1;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-card h3, .wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-benefit-card h3, .wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #14231a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-card p, .wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-benefit-card p, .wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5d6673;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-icon{
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1c845e, #d9a441);
  box-shadow: 0 14px 28px rgba(28, 132, 94, 0.20);
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-icon::before, .wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-icon-calc::before{
  width: 18px;
  height: 14px;
  left: 12px;
  top: 9px;
  border-radius: 3px;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-icon-calc::after{
  width: 18px;
  height: 3px;
  left: 12px;
  bottom: 11px;
  border-radius: 3px;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.82);
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-icon-wallet::before{
  width: 22px;
  height: 16px;
  left: 10px;
  top: 14px;
  border-radius: 5px;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-icon-wallet::after{
  width: 6px;
  height: 6px;
  right: 11px;
  top: 19px;
  border-radius: 50%;
  background: #1c845e;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-icon-map::before{
  width: 16px;
  height: 22px;
  left: 13px;
  top: 9px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-icon-map::after{
  width: 6px;
  height: 6px;
  left: 18px;
  top: 15px;
  border-radius: 50%;
  background: #1c845e;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 10px;
  top: 10px;
  border: 4px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-icon-speed::after{
  width: 12px;
  height: 4px;
  left: 20px;
  top: 21px;
  border-radius: 4px;
  transform: rotate(-28deg);
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-icon-clean::before{
  width: 20px;
  height: 4px;
  left: 11px;
  top: 12px;
  border-radius: 5px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 rgba(255, 255, 255, 0.85);
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-icon-clean::after{
  width: 5px;
  height: 5px;
  right: 10px;
  top: 11px;
  border-radius: 50%;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-icon-privacy::before{
  width: 20px;
  height: 15px;
  left: 11px;
  top: 17px;
  border-radius: 4px;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-icon-privacy::after{
  width: 14px;
  height: 12px;
  left: 14px;
  top: 9px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(28, 132, 94, 0.14);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(18, 32, 24, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1c845e, #d9a441);
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #13251b, #1c845e);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(28, 132, 94, 0.24);
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-dot{
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(28, 132, 94, 0.10);
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-dot::before{
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1c845e, #d9a441);
  box-shadow: 0 0 0 6px rgba(217, 164, 65, 0.12);
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(217, 164, 65, 0.13);
  color: #806020;
  font-size: 12px;
  font-weight: 800;
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-57 .tc-wp-content-root .gitc-bottom-content .gitc-reveal.gitc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .gitc-bottom-content .gitc-section{
    padding: 54px 0;
  }.tc-wp-content-root .gitc-bottom-content .gitc-container{
    padding: 0 14px;
  }.tc-wp-content-root .gitc-bottom-content h2{
    font-size: 25px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-card, .tc-wp-content-root .gitc-bottom-content .gitc-benefit-card{
    padding: 22px;
    border-radius: 16px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-card h3, .tc-wp-content-root .gitc-bottom-content .gitc-benefit-card h3, .tc-wp-content-root .gitc-bottom-content .gitc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-card p, .tc-wp-content-root .gitc-bottom-content .gitc-benefit-card p, .tc-wp-content-root .gitc-bottom-content .gitc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .gitc-bottom-content .gitc-section{
    padding: 58px 0;
  }.tc-wp-content-root .gitc-bottom-content .gitc-container{
    padding: 0 18px;
  }.tc-wp-content-root .gitc-bottom-content h2{
    font-size: 28px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-card, .tc-wp-content-root .gitc-bottom-content .gitc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-card h3, .tc-wp-content-root .gitc-bottom-content .gitc-benefit-card h3, .tc-wp-content-root .gitc-bottom-content .gitc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-card p, .tc-wp-content-root .gitc-bottom-content .gitc-benefit-card p, .tc-wp-content-root .gitc-bottom-content .gitc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .gitc-bottom-content .gitc-section{
    padding: 64px 0;
  }.tc-wp-content-root .gitc-bottom-content .gitc-container{
    padding: 0 22px;
  }.tc-wp-content-root .gitc-bottom-content h2{
    font-size: 32px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-card, .tc-wp-content-root .gitc-bottom-content .gitc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-card h3, .tc-wp-content-root .gitc-bottom-content .gitc-benefit-card h3, .tc-wp-content-root .gitc-bottom-content .gitc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-card p, .tc-wp-content-root .gitc-bottom-content .gitc-benefit-card p, .tc-wp-content-root .gitc-bottom-content .gitc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-step-number{
    width: 66px;
    height: 66px;
    font-size: 21px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .gitc-bottom-content .gitc-section{
    padding: 78px 0;
  }.tc-wp-content-root .gitc-bottom-content .gitc-container{
    padding: 0 28px;
  }.tc-wp-content-root .gitc-bottom-content h2{
    font-size: 38px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-card, .tc-wp-content-root .gitc-bottom-content .gitc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-card h3, .tc-wp-content-root .gitc-bottom-content .gitc-benefit-card h3, .tc-wp-content-root .gitc-bottom-content .gitc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-card p, .tc-wp-content-root .gitc-bottom-content .gitc-benefit-card p, .tc-wp-content-root .gitc-bottom-content .gitc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .gitc-bottom-content .gitc-section{
    padding: 92px 0;
  }.tc-wp-content-root .gitc-bottom-content .gitc-container{
    padding: 0 32px;
  }.tc-wp-content-root .gitc-bottom-content h2{
    font-size: 44px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-grid-six, .tc-wp-content-root .gitc-bottom-content .gitc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .gitc-bottom-content .gitc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-card, .tc-wp-content-root .gitc-bottom-content .gitc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-card h3, .tc-wp-content-root .gitc-bottom-content .gitc-benefit-card h3, .tc-wp-content-root .gitc-bottom-content .gitc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-card p, .tc-wp-content-root .gitc-bottom-content .gitc-benefit-card p, .tc-wp-content-root .gitc-bottom-content .gitc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-step-card{
    gap: 28px;
    padding: 32px 36px;
  }.tc-wp-content-root .gitc-bottom-content .gitc-step-number{
    width: 78px;
    height: 78px;
    font-size: 24px;
  }}.wpc-scope-57 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .gitc-step-content{}