@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-672 .tc-wp-content-root img, .wpc-scope-672 .tc-wp-content-root video, .wpc-scope-672 .tc-wp-content-root svg, .wpc-scope-672 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content{
  --tmnt-green: #19b65f;
  --tmnt-green-deep: #08723e;
  --tmnt-lime: #b7f33d;
  --tmnt-orange: #ff8a2a;
  --tmnt-ink: #17201b;
  --tmnt-muted: #5f6f66;
  --tmnt-line: rgba(23, 32, 27, 0.1);
  --tmnt-white: #ffffff;
  --tmnt-soft: #f6faf5;
  --tmnt-shadow: 0 18px 45px rgba(9, 39, 22, 0.1);
  --tmnt-shadow-hover: 0 24px 60px rgba(9, 39, 22, 0.16);
  width: 100%;
  color: var(--tmnt-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-section{
  position: relative;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-section-white{
  background: var(--tmnt-white);
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-section-soft{
  background:
    radial-gradient(circle at top left, rgba(183, 243, 61, 0.18), transparent 34%),
    linear-gradient(180deg, #f8fbf6 0%, var(--tmnt-soft) 100%);
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-section-head{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  border: 1px solid rgba(25, 182, 95, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(25, 182, 95, 0.12), rgba(255, 138, 42, 0.1));
  color: var(--tmnt-green-deep);
  font-weight: 800;
  line-height: 1.1;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-section-head h2{
  margin: 14px 0 0;
  color: var(--tmnt-ink);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-section-head p{
  margin: 14px auto 0;
  color: var(--tmnt-muted);
  line-height: 1.72;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-grid-three, .wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-grid-benefits{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-card, .wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card, .wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid var(--tmnt-line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--tmnt-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-card, .wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card{
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-card::before, .wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(25, 182, 95, 0.18), transparent 38%, rgba(255, 138, 42, 0.12));
  opacity: 0;
  content: "";
  pointer-events: none;
  transition: opacity 220ms ease;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-card:hover, .wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card:hover, .wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(25, 182, 95, 0.32);
  box-shadow: var(--tmnt-shadow-hover);
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-card:hover::before, .wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-card h3, .wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card h3, .wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-step-card h3{
  position: relative;
  margin: 0;
  color: var(--tmnt-ink);
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-card p, .wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card p, .wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: var(--tmnt-muted);
  line-height: 1.68;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--tmnt-green), var(--tmnt-lime));
  box-shadow: 0 12px 24px rgba(25, 182, 95, 0.22);
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-icon::before, .wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-icon-preview::before{
  inset: 13px 10px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-icon-copy::before{
  width: 16px;
  height: 18px;
  top: 12px;
  left: 17px;
  border: 3px solid #ffffff;
  border-radius: 4px;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-icon-copy::after{
  width: 16px;
  height: 18px;
  top: 17px;
  left: 12px;
  border: 3px solid rgba(255, 255, 255, 0.75);
  border-radius: 4px;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-icon-comic::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 61% 32%, 96% 18%, 74% 50%, 96% 82%, 61% 68%, 50% 100%, 39% 68%, 4% 82%, 26% 50%, 4% 18%, 39% 32%);
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-icon-options::before{
  width: 24px;
  height: 4px;
  top: 13px;
  left: 11px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-icon-fast::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  background: #ffffff;
  clip-path: polygon(0 0, 74% 0, 48% 36%, 100% 36%, 28% 100%, 46% 54%, 0 54%);
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-icon-clean::before{
  width: 25px;
  height: 15px;
  top: 14px;
  left: 10px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-card:hover .tmnt-icon{
  transform: translateY(-2px);
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-step-card{
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(25, 182, 95, 0.1), transparent 42%),
    #ffffff;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--tmnt-green-deep), var(--tmnt-green));
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(8, 114, 62, 0.24);
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-use-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 138, 42, 0.12);
  color: #a74d08;
  font-weight: 850;
  line-height: 1;
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-benefit-mark{
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--tmnt-green), var(--tmnt-orange));
  box-shadow: 0 12px 26px rgba(25, 182, 95, 0.2);
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-benefit-mark::before{
  position: absolute;
  width: 21px;
  height: 12px;
  top: 13px;
  left: 11px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  content: "";
  transform: rotate(-45deg);
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-672 .tc-wp-content-root .tmnt-font-content .tmnt-reveal.tmnt-visible{
  animation: tmntContentFadeUp 620ms ease forwards;
}@keyframes tmntContentFadeUp{
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .tmnt-font-content .tmnt-section{
    padding: 48px 0;
  }.tc-wp-content-root .tmnt-font-content .tmnt-container{
    padding: 0 14px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-kicker{
    font-size: 11px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-card-grid, .tc-wp-content-root .tmnt-font-content .tmnt-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-grid-three, .tc-wp-content-root .tmnt-font-content .tmnt-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tmnt-font-content .tmnt-card, .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-card h3, .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card h3, .tc-wp-content-root .tmnt-font-content .tmnt-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-card p, .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card p, .tc-wp-content-root .tmnt-font-content .tmnt-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .tmnt-font-content .tmnt-section{
    padding: 54px 0;
  }.tc-wp-content-root .tmnt-font-content .tmnt-container{
    padding: 0 18px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-kicker{
    font-size: 12px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-card-grid, .tc-wp-content-root .tmnt-font-content .tmnt-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-grid-three, .tc-wp-content-root .tmnt-font-content .tmnt-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tmnt-font-content .tmnt-card, .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-card h3, .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card h3, .tc-wp-content-root .tmnt-font-content .tmnt-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-card p, .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card p, .tc-wp-content-root .tmnt-font-content .tmnt-step-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .tmnt-font-content .tmnt-section{
    padding: 60px 0;
  }.tc-wp-content-root .tmnt-font-content .tmnt-container{
    padding: 0 22px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-kicker{
    font-size: 12px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-card-grid, .tc-wp-content-root .tmnt-font-content .tmnt-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-grid-three, .tc-wp-content-root .tmnt-font-content .tmnt-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tmnt-font-content .tmnt-card, .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-card h3, .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card h3, .tc-wp-content-root .tmnt-font-content .tmnt-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-card p, .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card p, .tc-wp-content-root .tmnt-font-content .tmnt-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .tmnt-font-content .tmnt-section{
    padding: 72px 0;
  }.tc-wp-content-root .tmnt-font-content .tmnt-container{
    padding: 0 28px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-kicker{
    font-size: 12px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-card-grid, .tc-wp-content-root .tmnt-font-content .tmnt-steps{
    gap: 22px;
    margin-top: 40px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-grid-three, .tc-wp-content-root .tmnt-font-content .tmnt-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .tmnt-font-content .tmnt-card, .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-card h3, .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card h3, .tc-wp-content-root .tmnt-font-content .tmnt-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-card p, .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card p, .tc-wp-content-root .tmnt-font-content .tmnt-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px){.tc-wp-content-root .tmnt-font-content .tmnt-section{
    padding: 88px 0;
  }.tc-wp-content-root .tmnt-font-content .tmnt-container{
    padding: 0 32px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-kicker{
    font-size: 12px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-card-grid, .tc-wp-content-root .tmnt-font-content .tmnt-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-grid-three, .tc-wp-content-root .tmnt-font-content .tmnt-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tmnt-font-content .tmnt-card, .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-step-card{
    gap: 26px;
    padding: 30px 34px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-card h3, .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card h3, .tc-wp-content-root .tmnt-font-content .tmnt-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tmnt-font-content .tmnt-card p, .tc-wp-content-root .tmnt-font-content .tmnt-benefit-card p, .tc-wp-content-root .tmnt-font-content .tmnt-step-card p{
    font-size: 15.8px;
  }}.wpc-scope-672 .tc-wp-content-root .tmnt-step-content{}