@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-344 .tc-wp-content-root img, .wpc-scope-344 .tc-wp-content-root video, .wpc-scope-344 .tc-wp-content-root svg, .wpc-scope-344 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap{
  width: 100%;
  overflow: hidden;
  color: #241914;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap, .wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap section, .wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap div, .wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-section-white{
  background: #ffffff;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-section-soft{
  background: linear-gradient(180deg, #fff8ed 0%, #fffdf8 100%);
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(178, 111, 30, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 198, 87, 0.18), rgba(178, 68, 35, 0.1));
  color: #7b4317;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-section-head h2{
  margin: 0;
  color: #20130f;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-section-head p{
  margin: 16px auto 0;
  color: #6f5b4f;
  line-height: 1.72;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-card, .wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(92, 62, 38, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(72, 43, 21, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-card::before, .wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(245, 181, 64, 0.14), rgba(162, 49, 34, 0));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-card:hover, .wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(189, 112, 27, 0.28);
  box-shadow: 0 24px 58px rgba(72, 43, 21, 0.13);
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-card:hover::before, .wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-card h3, .wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card h3, .wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-card h3{
  position: relative;
  margin: 0;
  color: #241914;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.22;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-card p, .wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card p, .wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #6c594d;
  line-height: 1.68;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f7c04f 0%, #b84b2d 100%);
  box-shadow: 0 12px 26px rgba(184, 75, 45, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-card:hover .ijfg-icon{
  transform: translateY(-3px) rotate(-2deg);
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-icon::before, .wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-icon::after{
  content: "";
  position: absolute;
  background: #fff8e9;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 12px;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #b84b2d;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-icon-copy::before{
  width: 17px;
  height: 21px;
  left: 17px;
  top: 11px;
  border-radius: 4px;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-icon-copy::after{
  width: 17px;
  height: 21px;
  left: 11px;
  top: 16px;
  border: 2px solid #fff8e9;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-icon-spark::before{
  width: 4px;
  height: 24px;
  left: 21px;
  top: 11px;
  border-radius: 8px;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-icon-spark::after{
  width: 24px;
  height: 4px;
  left: 11px;
  top: 21px;
  border-radius: 8px;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-icon-title::before{
  width: 24px;
  height: 4px;
  left: 11px;
  top: 15px;
  border-radius: 8px;
  box-shadow: 0 8px 0 #fff8e9, 0 16px 0 #fff8e9;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-icon-title::after{
  display: none;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-icon-mobile::before{
  width: 18px;
  height: 27px;
  left: 14px;
  top: 9px;
  border-radius: 5px;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 13px;
  border-radius: 50%;
  background: #b84b2d;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-icon-clean::before{
  width: 22px;
  height: 12px;
  left: 12px;
  top: 18px;
  border-radius: 12px;
  transform: rotate(-18deg);
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-icon-clean::after{
  width: 7px;
  height: 7px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-card-accent{
  overflow: hidden;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-card-accent::after{
  content: "";
  position: absolute;
  left: 24px;
  top: 24px;
  width: 38px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f6bd4a, #a33b28);
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-card-accent h3{
  padding-top: 24px;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-steps{
  display: grid;
  gap: 18px;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 132px;
  border: 1px solid rgba(178, 111, 30, 0.16);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 230, 0.84));
  box-shadow: 0 18px 48px rgba(72, 43, 21, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(178, 75, 38, 0.28);
  box-shadow: 0 24px 58px rgba(72, 43, 21, 0.12);
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff8e8;
  font-weight: 900;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #23140f 0%, #8f3d23 48%, #f0ad35 100%);
  box-shadow: 0 14px 32px rgba(143, 61, 35, 0.24);
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-mark{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #271812, #a74429);
  color: #fff8ea;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 12px 28px rgba(107, 48, 28, 0.2);
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-344 .tc-wp-content-root .ijfg-editorial-wrap .ijfg-reveal.ijfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ijfg-editorial-wrap .ijfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-grid, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-grid-three, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-grid-benefits{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-card, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-card h3, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card h3, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-card p, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card p, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-steps{
    margin-top: 30px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-number{
    width: 52px;
    height: 52px;
    font-size: 18px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-mark{
    min-width: 68px;
    min-height: 34px;
    font-size: 13px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ijfg-editorial-wrap .ijfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-grid, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-grid-three, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-grid-benefits{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-card, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-card h3, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card h3, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-card p, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card p, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-steps{
    margin-top: 34px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 19px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-mark{
    min-width: 72px;
    min-height: 36px;
    font-size: 13px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ijfg-editorial-wrap .ijfg-section{
    padding: 66px 0;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-grid, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-grid-three, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-grid-benefits{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-card, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-card h3, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card h3, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-card p, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card p, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-steps{
    margin-top: 38px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 20px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-mark{
    min-width: 74px;
    min-height: 38px;
    font-size: 14px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ijfg-editorial-wrap .ijfg-section{
    padding: 82px 0;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-grid-three, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-card, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-card h3, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card h3, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-card p, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card p, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-steps{
    margin-top: 44px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 22px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-mark{
    min-width: 78px;
    min-height: 40px;
    font-size: 14px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ijfg-editorial-wrap .ijfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-container{
    padding: 0 40px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-card, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-card h3, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card h3, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-card p, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card p, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-steps{
    margin-top: 50px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 24px;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-mark{
    min-width: 82px;
    min-height: 42px;
    font-size: 14px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .ijfg-editorial-wrap .ijfg-reveal, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-card, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-benefit-card, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-step-card, .tc-wp-content-root .ijfg-editorial-wrap .ijfg-icon{
    transition: none;
  }.tc-wp-content-root .ijfg-editorial-wrap .ijfg-reveal{
    opacity: 1;
    transform: none;
  }}.wpc-scope-344 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .ijfg-step-content{}