@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-481 .tc-wp-content-root img, .wpc-scope-481 .tc-wp-content-root video, .wpc-scope-481 .tc-wp-content-root svg, .wpc-scope-481 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #171717;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap div, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap section, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-section{
  position: relative;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-section-white{
  background: #ffffff;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f7f5f0 100%);
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(184, 121, 38, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(184, 121, 38, 0.1), rgba(30, 30, 30, 0.04));
  color: #8b5312;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap h2, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap h3, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap p{
  margin-top: 0;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap h2{
  margin-bottom: 14px;
  color: #161616;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-section-head p{
  margin-bottom: 0;
  color: #57524b;
  font-weight: 450;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-feature-card, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-use-card, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-benefit-card, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(25, 25, 25, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(28, 24, 20, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-feature-card::before, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-use-card::before, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(184, 121, 38, 0.42), rgba(120, 42, 30, 0), rgba(20, 20, 20, 0.18));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-feature-card:hover, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-use-card:hover, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-benefit-card:hover, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(184, 121, 38, 0.25);
  box-shadow: 0 24px 60px rgba(28, 24, 20, 0.11);
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-feature-card:hover::before, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-use-card:hover::before, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-feature-card h3, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-use-card h3, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-benefit-card h3, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-step-content h3{
  margin-bottom: 10px;
  color: #191816;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-feature-card p, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-use-card p, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-benefit-card p, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-step-content p{
  margin-bottom: 0;
  color: #5d574f;
  line-height: 1.65;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-icon{
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #151515 0%, #7d2e25 48%, #d99a38 100%);
  box-shadow: 0 12px 25px rgba(125, 46, 37, 0.2);
  transition: transform 260ms ease;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-feature-card:hover .gfg-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-icon::before, .wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-icon-preview::before{
  width: 20px;
  height: 12px;
  left: 13px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 12px;
  background: transparent;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 22px;
  border-radius: 50%;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-icon-copy::before{
  width: 16px;
  height: 18px;
  left: 17px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-icon-copy::after{
  width: 16px;
  height: 18px;
  left: 12px;
  top: 18px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  background: transparent;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-icon-style::before{
  width: 21px;
  height: 3px;
  left: 13px;
  top: 16px;
  border-radius: 999px;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-icon-style::after{
  width: 15px;
  height: 3px;
  left: 16px;
  top: 27px;
  border-radius: 999px;
  box-shadow: 0 -5px 0 rgba(255, 255, 255, 0.7);
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-icon-fast::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-icon-fast::after{
  width: 9px;
  height: 2px;
  left: 23px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-35deg);
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-icon-flex::before{
  width: 22px;
  height: 12px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: transparent;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-icon-flex::after{
  width: 7px;
  height: 7px;
  left: 19px;
  top: 20px;
  border-radius: 50%;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-icon-clean::before{
  width: 20px;
  height: 15px;
  left: 13px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-icon-clean::after{
  width: 10px;
  height: 2px;
  left: 18px;
  top: 23px;
  border-radius: 999px;
  box-shadow: 0 5px 0 rgba(255, 255, 255, 0.7);
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 34px;
  width: 2px;
  background: linear-gradient(180deg, rgba(217, 154, 56, 0.8), rgba(125, 46, 37, 0.12));
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-step-card:last-child::after{
  display: none;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: linear-gradient(135deg, #181818, #7d2e25 58%, #d99a38);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(125, 46, 37, 0.2);
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-badge{
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(217, 154, 56, 0.12);
  color: #874f0e;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-benefit-card{
  background: #ffffff;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-benefit-mark{
  display: inline-flex;
  position: relative;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d99a38, #7d2e25);
  box-shadow: 0 12px 24px rgba(125, 46, 37, 0.18);
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 14px;
  height: 7px;
  left: 12px;
  top: 13px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-481 .tc-wp-content-root .gfg-content-wrap .gfg-reveal.gfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .gfg-content-wrap .gfg-section{
    padding: 46px 0;
  }.tc-wp-content-root .gfg-content-wrap .gfg-container{
    padding: 0 16px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .gfg-content-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-card-grid, .tc-wp-content-root .gfg-content-wrap .gfg-steps{
    gap: 16px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .gfg-content-wrap .gfg-feature-card, .tc-wp-content-root .gfg-content-wrap .gfg-use-card, .tc-wp-content-root .gfg-content-wrap .gfg-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-step-card::after{
    display: none;
  }.tc-wp-content-root .gfg-content-wrap h3, .tc-wp-content-root .gfg-content-wrap .gfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-feature-card p, .tc-wp-content-root .gfg-content-wrap .gfg-use-card p, .tc-wp-content-root .gfg-content-wrap .gfg-benefit-card p, .tc-wp-content-root .gfg-content-wrap .gfg-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .gfg-content-wrap .gfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .gfg-content-wrap .gfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .gfg-content-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-card-grid, .tc-wp-content-root .gfg-content-wrap .gfg-steps{
    gap: 18px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .gfg-content-wrap .gfg-feature-card, .tc-wp-content-root .gfg-content-wrap .gfg-use-card, .tc-wp-content-root .gfg-content-wrap .gfg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-step-card::after{
    display: none;
  }.tc-wp-content-root .gfg-content-wrap h3, .tc-wp-content-root .gfg-content-wrap .gfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-feature-card p, .tc-wp-content-root .gfg-content-wrap .gfg-use-card p, .tc-wp-content-root .gfg-content-wrap .gfg-benefit-card p, .tc-wp-content-root .gfg-content-wrap .gfg-step-content p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .gfg-content-wrap .gfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .gfg-content-wrap .gfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .gfg-content-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-card-grid, .tc-wp-content-root .gfg-content-wrap .gfg-steps{
    gap: 20px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .gfg-content-wrap .gfg-feature-card, .tc-wp-content-root .gfg-content-wrap .gfg-use-card, .tc-wp-content-root .gfg-content-wrap .gfg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-step-card::after{
    display: none;
  }.tc-wp-content-root .gfg-content-wrap h3, .tc-wp-content-root .gfg-content-wrap .gfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-feature-card p, .tc-wp-content-root .gfg-content-wrap .gfg-use-card p, .tc-wp-content-root .gfg-content-wrap .gfg-benefit-card p, .tc-wp-content-root .gfg-content-wrap .gfg-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .gfg-content-wrap .gfg-section{
    padding: 74px 0;
  }.tc-wp-content-root .gfg-content-wrap .gfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .gfg-content-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-card-grid{
    gap: 22px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .gfg-content-wrap .gfg-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .gfg-content-wrap .gfg-feature-card, .tc-wp-content-root .gfg-content-wrap .gfg-use-card, .tc-wp-content-root .gfg-content-wrap .gfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-steps{
    gap: 20px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .gfg-content-wrap h3, .tc-wp-content-root .gfg-content-wrap .gfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-feature-card p, .tc-wp-content-root .gfg-content-wrap .gfg-use-card p, .tc-wp-content-root .gfg-content-wrap .gfg-benefit-card p, .tc-wp-content-root .gfg-content-wrap .gfg-step-content p{
    font-size: 15.8px;
  }}@media (min-width: 1024px){.tc-wp-content-root .gfg-content-wrap .gfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .gfg-content-wrap .gfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .gfg-content-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-card-grid{
    gap: 24px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .gfg-content-wrap .gfg-feature-card, .tc-wp-content-root .gfg-content-wrap .gfg-use-card, .tc-wp-content-root .gfg-content-wrap .gfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-steps{
    gap: 22px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .gfg-content-wrap h3, .tc-wp-content-root .gfg-content-wrap .gfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .gfg-content-wrap .gfg-feature-card p, .tc-wp-content-root .gfg-content-wrap .gfg-use-card p, .tc-wp-content-root .gfg-content-wrap .gfg-benefit-card p, .tc-wp-content-root .gfg-content-wrap .gfg-step-content p{
    font-size: 16px;
  }}