@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-498 .tc-wp-content-root img, .wpc-scope-498 .tc-wp-content-root video, .wpc-scope-498 .tc-wp-content-root svg, .wpc-scope-498 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content, .wpc-scope-498 .tc-wp-content-root .gfg-editorial-content section, .wpc-scope-498 .tc-wp-content-root .gfg-editorial-content div, .wpc-scope-498 .tc-wp-content-root .gfg-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-section-white{
  background: #ffffff;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-section-soft{
  background:
    radial-gradient(circle at 12% 0%, rgba(172, 38, 68, 0.08), transparent 30%),
    linear-gradient(180deg, #fbfaf8 0%, #f6f2ee 100%);
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(172, 38, 68, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(172, 38, 68, 0.1), rgba(213, 142, 60, 0.12));
  color: #8f1838;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-heading h2{
  margin: 0;
  color: #151b29;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-heading p{
  margin: 16px auto 0;
  color: #5b6375;
  line-height: 1.7;
  font-weight: 450;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-grid-three, .wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-grid-benefits{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(23, 32, 51, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-card::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(172, 38, 68, 0.36), rgba(213, 142, 60, 0.24), rgba(255, 255, 255, 0));
  content: "";
  opacity: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 240ms ease;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(172, 38, 68, 0.18);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.12);
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-card:hover::before{
  opacity: 1;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-card h3{
  margin: 0;
  color: #171d2c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-card p{
  margin: 12px 0 0;
  color: #5b6375;
  line-height: 1.65;
  font-weight: 430;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #941839 0%, #d58e3c 100%);
  box-shadow: 0 14px 26px rgba(148, 24, 57, 0.22);
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-icon::after{
  position: absolute;
  inset: 14px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 7px;
  content: "";
  transition: transform 240ms ease;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-card:hover .gfg-icon::after{
  transform: translateY(-2px) rotate(6deg);
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-icon-copy::after{
  inset: 13px 15px 15px 13px;
  box-shadow: 5px -5px 0 rgba(255, 255, 255, 0.35);
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-icon-type::after{
  inset: 12px;
  border-width: 0;
  border-radius: 0;
  background: linear-gradient(90deg, transparent 0 18%, #ffffff 18% 31%, transparent 31% 69%, #ffffff 69% 82%, transparent 82% 100%);
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-icon-style::after{
  inset: 11px;
  border-radius: 50%;
  border-style: dashed;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-icon-clean::after{
  inset: 15px 12px;
  border-width: 0 0 3px 3px;
  border-radius: 0;
  transform: rotate(-45deg);
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-icon-fast::after{
  inset: 12px 10px 12px 16px;
  border-width: 0;
  clip-path: polygon(0 0, 100% 45%, 48% 45%, 70% 100%, 0 42%, 50% 42%);
  background: #ffffff;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fffaf4 100%);
  box-shadow: 0 20px 50px rgba(23, 32, 51, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-step-card::after{
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #941839, #d58e3c);
  content: "";
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(172, 38, 68, 0.18);
  box-shadow: 0 26px 64px rgba(23, 32, 51, 0.12);
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #941839, #d58e3c);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(148, 24, 57, 0.22);
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-step-content h3{
  margin: 0;
  color: #171d2c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-step-content p{
  margin: 10px 0 0;
  color: #5b6375;
  line-height: 1.7;
  font-weight: 430;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-use-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(148, 24, 57, 0.18), rgba(213, 142, 60, 0.14)) border-box;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(148, 24, 57, 0.08);
  color: #941839;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-benefit-card{
  overflow: hidden;
  background: #ffffff;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-benefit-card::after{
  position: absolute;
  right: -34px;
  top: -34px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(148, 24, 57, 0.11), rgba(213, 142, 60, 0.13));
  content: "";
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-benefit-mark{
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin: 0 0 20px;
  border-radius: 14px;
  background: #171d2c;
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-benefit-mark::after{
  position: absolute;
  left: 13px;
  top: 10px;
  width: 12px;
  height: 18px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  content: "";
  transform: rotate(45deg);
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-498 .tc-wp-content-root .gfg-editorial-content .gfg-reveal.gfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .gfg-editorial-content .gfg-card, .tc-wp-content-root .gfg-editorial-content .gfg-step-card, .tc-wp-content-root .gfg-editorial-content .gfg-reveal, .tc-wp-content-root .gfg-editorial-content .gfg-reveal.gfg-visible{
    transition: none;
    transform: none;
  }.tc-wp-content-root .gfg-editorial-content .gfg-reveal{
    opacity: 1;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .gfg-editorial-content .gfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .gfg-editorial-content .gfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-grid, .tc-wp-content-root .gfg-editorial-content .gfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-grid-three, .tc-wp-content-root .gfg-editorial-content .gfg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .gfg-editorial-content .gfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-card h3, .tc-wp-content-root .gfg-editorial-content .gfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-card p, .tc-wp-content-root .gfg-editorial-content .gfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px 22px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .gfg-editorial-content .gfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .gfg-editorial-content .gfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-grid, .tc-wp-content-root .gfg-editorial-content .gfg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-grid-three, .tc-wp-content-root .gfg-editorial-content .gfg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .gfg-editorial-content .gfg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-card h3, .tc-wp-content-root .gfg-editorial-content .gfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-card p, .tc-wp-content-root .gfg-editorial-content .gfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px 22px 24px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .gfg-editorial-content .gfg-section{
    padding: 68px 0;
  }.tc-wp-content-root .gfg-editorial-content .gfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-grid, .tc-wp-content-root .gfg-editorial-content .gfg-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-grid-three, .tc-wp-content-root .gfg-editorial-content .gfg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .gfg-editorial-content .gfg-card{
    padding: 28px;
    border-radius: 22px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-card h3, .tc-wp-content-root .gfg-editorial-content .gfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-card p, .tc-wp-content-root .gfg-editorial-content .gfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 26px 28px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .gfg-editorial-content .gfg-section{
    padding: 84px 0;
  }.tc-wp-content-root .gfg-editorial-content .gfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-heading h2{
    font-size: 42px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-grid, .tc-wp-content-root .gfg-editorial-content .gfg-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-grid-three, .tc-wp-content-root .gfg-editorial-content .gfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .gfg-editorial-content .gfg-card{
    padding: 30px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-card h3, .tc-wp-content-root .gfg-editorial-content .gfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-card p, .tc-wp-content-root .gfg-editorial-content .gfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-step-card{
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 24px;
    padding: 34px 34px 34px 38px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .gfg-editorial-content .gfg-section{
    padding: 104px 0;
  }.tc-wp-content-root .gfg-editorial-content .gfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-heading h2{
    font-size: 48px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-heading p{
    font-size: 18px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-grid{
    gap: 26px;
    margin-top: 54px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-steps{
    gap: 24px;
    margin-top: 54px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-grid-three, .tc-wp-content-root .gfg-editorial-content .gfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .gfg-editorial-content .gfg-card{
    padding: 32px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-card h3, .tc-wp-content-root .gfg-editorial-content .gfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-card p, .tc-wp-content-root .gfg-editorial-content .gfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-step-card{
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 28px;
    padding: 38px 42px 38px 48px;
  }.tc-wp-content-root .gfg-editorial-content .gfg-step-number{
    width: 78px;
    height: 78px;
    font-size: 22px;
  }}.wpc-scope-498 .tc-wp-content-root .gfg-icon-preview{}