@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-112 .tc-wp-content-root img, .wpc-scope-112 .tc-wp-content-root video, .wpc-scope-112 .tc-wp-content-root svg, .wpc-scope-112 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content, .wpc-scope-112 .tc-wp-content-root .ifg-bottom-content section, .wpc-scope-112 .tc-wp-content-root .ifg-bottom-content div, .wpc-scope-112 .tc-wp-content-root .ifg-bottom-content article{
  box-sizing: border-box;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-section{
  position: relative;
  width: 100%;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-section-white{
  background: #ffffff;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f6f8fb 100%);
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 102, 0, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 102, 0, 0.1), rgba(255, 190, 64, 0.12));
  color: #a44700;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-section-head p{
  margin: 16px auto 0;
  color: #5f6b7a;
  font-weight: 450;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(24, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 40px rgba(22, 29, 43, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 102, 0, 0.14), rgba(255, 214, 86, 0.08), rgba(0, 150, 136, 0.06));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 102, 0, 0.28);
  box-shadow: 0 22px 58px rgba(22, 29, 43, 0.12);
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-card:hover::before{
  opacity: 1;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-card h3, .wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-card p, .wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-card span{
  position: relative;
  z-index: 1;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-card h3{
  margin: 0;
  color: #151c2d;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-card p{
  margin: 10px 0 0;
  color: #637083;
  font-weight: 430;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff6600, #ffb21f);
  box-shadow: 0 12px 26px rgba(255, 102, 0, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-card:hover .ifg-icon{
  transform: translateY(-3px) rotate(-2deg);
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-icon::before, .wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-icon::after{
  content: "";
  position: absolute;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-icon-preview{
  position: relative;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 19px;
  top: 20px;
  border-radius: 50%;
  background: #fff;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-icon-copy{
  position: relative;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-icon-copy::before, .wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-icon-copy::after{
  width: 15px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 4px;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-icon-copy::before{
  left: 14px;
  top: 12px;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-icon-copy::after{
  left: 19px;
  top: 17px;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-icon-bold{
  position: relative;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-icon-bold::before{
  content: "B";
  left: 15px;
  top: 8px;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-icon-options{
  position: relative;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-icon-options::before{
  width: 24px;
  height: 3px;
  left: 11px;
  top: 14px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 0 #fff, 0 16px 0 #fff;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-icon-fast{
  position: relative;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-icon-fast::before{
  width: 17px;
  height: 22px;
  left: 15px;
  top: 11px;
  background: #fff;
  clip-path: polygon(46% 0, 100% 0, 64% 42%, 94% 42%, 28% 100%, 42% 54%, 8% 54%);
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-icon-clean{
  position: relative;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-icon-clean::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #fff;
  border-radius: 8px;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-icon-clean::after{
  width: 14px;
  height: 7px;
  left: 17px;
  top: 20px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(24, 32, 51, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(22, 29, 43, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ff6600, #ffbd32);
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 102, 0, 0.26);
  box-shadow: 0 24px 60px rgba(22, 29, 43, 0.12);
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff6600, #ffb21f);
  box-shadow: 0 16px 30px rgba(255, 102, 0, 0.24);
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-step-copy{
  position: relative;
  z-index: 1;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-step-copy h3{
  margin: 0;
  color: #151c2d;
  font-weight: 820;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-step-copy p{
  margin: 9px 0 0;
  color: #637083;
  font-weight: 430;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 102, 0, 0.1);
  color: #a44700;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-benefit-card{
  text-align: left;
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-check{
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  box-shadow: 0 12px 26px rgba(15, 118, 110, 0.18);
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-check::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 11px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-112 .tc-wp-content-root .ifg-bottom-content .ifg-reveal.ifg-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 .ifg-bottom-content .ifg-section{
    padding: 46px 0;
  }.tc-wp-content-root .ifg-bottom-content .ifg-container{
    padding: 0 14px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-card h3, .tc-wp-content-root .ifg-bottom-content .ifg-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-card p, .tc-wp-content-root .ifg-bottom-content .ifg-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ifg-bottom-content .ifg-section{
    padding: 52px 0;
  }.tc-wp-content-root .ifg-bottom-content .ifg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-card h3, .tc-wp-content-root .ifg-bottom-content .ifg-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-card p, .tc-wp-content-root .ifg-bottom-content .ifg-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ifg-bottom-content .ifg-section{
    padding: 58px 0;
  }.tc-wp-content-root .ifg-bottom-content .ifg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-card{
    padding: 26px;
    border-radius: 21px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-card h3, .tc-wp-content-root .ifg-bottom-content .ifg-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-card p, .tc-wp-content-root .ifg-bottom-content .ifg-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ifg-bottom-content .ifg-section{
    padding: 72px 0;
  }.tc-wp-content-root .ifg-bottom-content .ifg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ifg-bottom-content .ifg-card{
    padding: 28px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-card h3, .tc-wp-content-root .ifg-bottom-content .ifg-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-card p, .tc-wp-content-root .ifg-bottom-content .ifg-step-copy p{
    font-size: 15.8px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-step-number{
    width: 70px;
    height: 70px;
    font-size: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ifg-bottom-content .ifg-section{
    padding: 88px 0;
  }.tc-wp-content-root .ifg-bottom-content .ifg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-card{
    padding: 30px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-card h3, .tc-wp-content-root .ifg-bottom-content .ifg-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-card p, .tc-wp-content-root .ifg-bottom-content .ifg-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .ifg-bottom-content .ifg-step-number{
    width: 76px;
    height: 76px;
    font-size: 24px;
  }}