@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-150 .tc-wp-content-root img, .wpc-scope-150 .tc-wp-content-root video, .wpc-scope-150 .tc-wp-content-root svg, .wpc-scope-150 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content{
  width: 100%;
  overflow-x: hidden;
  color: #203024;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content, .wpc-scope-150 .tc-wp-content-root .grinch-font-content section, .wpc-scope-150 .tc-wp-content-root .grinch-font-content div, .wpc-scope-150 .tc-wp-content-root .grinch-font-content article{
  box-sizing: border-box;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-section{
  position: relative;
  width: 100%;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-white{
  background: #ffffff;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-soft{
  background: linear-gradient(180deg, #fbfcf8 0%, #f4f7ef 100%);
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(94, 157, 40, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(139, 214, 57, 0.16), rgba(221, 45, 45, 0.08));
  color: #3f7f1f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-heading h2{
  margin: 0;
  color: #17261b;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-heading p{
  margin: 16px auto 0;
  color: #5d6b60;
  line-height: 1.75;
  font-weight: 450;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(32, 48, 36, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(36, 54, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(127, 204, 42, 0.16), rgba(218, 31, 47, 0.08), rgba(255, 199, 57, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-card:hover{
  transform: translateY(-6px);
  border-color: rgba(94, 157, 40, 0.32);
  box-shadow: 0 24px 60px rgba(36, 54, 39, 0.13);
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-card:hover::before{
  opacity: 1;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-card h3{
  position: relative;
  margin: 0;
  color: #17261b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5d6b60;
  line-height: 1.68;
  font-weight: 450;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #86c832 0%, #4e9a2d 54%, #d92733 100%);
  box-shadow: 0 14px 28px rgba(78, 154, 45, 0.2);
  transition: transform 260ms ease;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-card:hover .gfc-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-icon::before, .wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-icon-copy::before{
  width: 16px;
  height: 18px;
  left: 16px;
  top: 13px;
  border-radius: 4px;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-icon-copy::after{
  width: 16px;
  height: 18px;
  left: 10px;
  top: 9px;
  border-radius: 4px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.72);
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-icon-type::before{
  width: 22px;
  height: 3px;
  left: 11px;
  top: 12px;
  border-radius: 99px;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-icon-type::after{
  width: 4px;
  height: 20px;
  left: 20px;
  top: 12px;
  border-radius: 99px;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-icon-gift::before{
  width: 22px;
  height: 16px;
  left: 11px;
  top: 18px;
  border-radius: 4px;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-icon-gift::after{
  width: 28px;
  height: 5px;
  left: 8px;
  top: 14px;
  border-radius: 99px;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-icon-clean::before{
  width: 20px;
  height: 10px;
  left: 12px;
  top: 16px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-icon-shine::before{
  width: 8px;
  height: 24px;
  left: 21px;
  top: 10px;
  border-radius: 99px;
  transform: rotate(38deg);
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-icon-shine::after{
  width: 8px;
  height: 24px;
  left: 15px;
  top: 10px;
  border-radius: 99px;
  transform: rotate(-38deg);
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(32, 48, 36, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(36, 54, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #83c832, #d92733);
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(94, 157, 40, 0.28);
  box-shadow: 0 24px 60px rgba(36, 54, 39, 0.12);
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #7fc82f 0%, #4d9b2d 58%, #d92733 100%);
  box-shadow: 0 15px 34px rgba(78, 154, 45, 0.22);
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-step-content h3{
  margin: 0;
  color: #17261b;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-step-content p{
  margin: 8px 0 0;
  color: #5d6b60;
  line-height: 1.7;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdf8 100%);
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-badge{
  position: relative;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(127, 200, 47, 0.13);
  color: #3f7f1f;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-benefit-card{
  background: #ffffff;
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(127, 200, 47, 0.16), rgba(217, 39, 51, 0.1));
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-benefit-mark::before{
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #4e9a2d;
  border-bottom: 3px solid #4e9a2d;
  transform: rotate(-45deg);
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-150 .tc-wp-content-root .grinch-font-content .gfc-reveal.gfc-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 .grinch-font-content .gfc-section{
    padding: 46px 0;
  }.tc-wp-content-root .grinch-font-content .gfc-container{
    padding: 0 14px;
  }.tc-wp-content-root .grinch-font-content .gfc-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .grinch-font-content .gfc-heading p{
    font-size: 14px;
  }.tc-wp-content-root .grinch-font-content .gfc-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .grinch-font-content .gfc-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .grinch-font-content .gfc-card h3, .tc-wp-content-root .grinch-font-content .gfc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .grinch-font-content .gfc-card p, .tc-wp-content-root .grinch-font-content .gfc-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .grinch-font-content .gfc-steps{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .grinch-font-content .gfc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .grinch-font-content .gfc-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .grinch-font-content .gfc-section{
    padding: 52px 0;
  }.tc-wp-content-root .grinch-font-content .gfc-container{
    padding: 0 18px;
  }.tc-wp-content-root .grinch-font-content .gfc-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .grinch-font-content .gfc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .grinch-font-content .gfc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .grinch-font-content .gfc-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .grinch-font-content .gfc-card h3, .tc-wp-content-root .grinch-font-content .gfc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .grinch-font-content .gfc-card p, .tc-wp-content-root .grinch-font-content .gfc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .grinch-font-content .gfc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .grinch-font-content .gfc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .grinch-font-content .gfc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .grinch-font-content .gfc-section{
    padding: 58px 0;
  }.tc-wp-content-root .grinch-font-content .gfc-container{
    padding: 0 22px;
  }.tc-wp-content-root .grinch-font-content .gfc-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .grinch-font-content .gfc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .grinch-font-content .gfc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .grinch-font-content .gfc-card{
    padding: 26px;
  }.tc-wp-content-root .grinch-font-content .gfc-card h3, .tc-wp-content-root .grinch-font-content .gfc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .grinch-font-content .gfc-card p, .tc-wp-content-root .grinch-font-content .gfc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .grinch-font-content .gfc-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .grinch-font-content .gfc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .grinch-font-content .gfc-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .grinch-font-content .gfc-section{
    padding: 72px 0;
  }.tc-wp-content-root .grinch-font-content .gfc-container{
    padding: 0 28px;
  }.tc-wp-content-root .grinch-font-content .gfc-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .grinch-font-content .gfc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .grinch-font-content .gfc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .grinch-font-content .gfc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .grinch-font-content .gfc-card{
    padding: 28px;
  }.tc-wp-content-root .grinch-font-content .gfc-card h3, .tc-wp-content-root .grinch-font-content .gfc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .grinch-font-content .gfc-card p, .tc-wp-content-root .grinch-font-content .gfc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .grinch-font-content .gfc-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .grinch-font-content .gfc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .grinch-font-content .gfc-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .grinch-font-content .gfc-section{
    padding: 86px 0;
  }.tc-wp-content-root .grinch-font-content .gfc-container{
    padding: 0 32px;
  }.tc-wp-content-root .grinch-font-content .gfc-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .grinch-font-content .gfc-heading p{
    font-size: 18px;
  }.tc-wp-content-root .grinch-font-content .gfc-grid-three, .tc-wp-content-root .grinch-font-content .gfc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .grinch-font-content .gfc-card{
    padding: 30px;
  }.tc-wp-content-root .grinch-font-content .gfc-card h3, .tc-wp-content-root .grinch-font-content .gfc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .grinch-font-content .gfc-card p, .tc-wp-content-root .grinch-font-content .gfc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .grinch-font-content .gfc-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .grinch-font-content .gfc-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .grinch-font-content .gfc-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}