@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-130 .tc-wp-content-root img, .wpc-scope-130 .tc-wp-content-root video, .wpc-scope-130 .tc-wp-content-root svg, .wpc-scope-130 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #171923;
  font-family: inherit;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-section{
  position: relative;
  width: 100%;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-section-white{
  background: #ffffff;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-section-soft{
  background: #f8faf7;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-container{
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(42, 166, 87, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(42, 166, 87, 0.1), rgba(255, 183, 74, 0.14));
  color: #1f7a45;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-heading p{
  margin: 16px auto 0;
  color: #5d6676;
  line-height: 1.75;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-card, .wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-benefit{
  position: relative;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-card::before, .wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-benefit::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(42, 166, 87, 0.16), rgba(255, 183, 74, 0.14));
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-card:hover, .wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-benefit:hover{
  transform: translateY(-6px);
  border-color: rgba(42, 166, 87, 0.26);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-card:hover::before, .wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-benefit:hover::before{
  opacity: 1;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-card h3, .wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-benefit h3, .wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-step h3{
  position: relative;
  margin: 0;
  color: #151a24;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-card p, .wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-benefit p, .wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-step p{
  position: relative;
  margin: 10px 0 0;
  color: #626b7a;
  line-height: 1.72;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2aa657, #ffb74a);
  box-shadow: 0 14px 28px rgba(42, 166, 87, 0.2);
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-icon::after{
  content: "";
  position: absolute;
  inset: 14px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-icon-preview::after{
  border-radius: 50%;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-icon-copy::after{
  inset: 13px 15px 15px 13px;
  border-radius: 5px;
  box-shadow: 5px -5px 0 rgba(255, 255, 255, 0.35);
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-icon-style::after{
  inset: 16px 11px;
  border-width: 0;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  border-radius: 0;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-icon-speed::after{
  inset: 12px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(45deg);
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-icon-clean::after{
  inset: 12px 14px;
  border-top: 0;
  border-left: 0;
  border-radius: 2px;
  transform: rotate(45deg);
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-icon-device::after{
  inset: 9px 15px;
  border-radius: 6px;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(17, 24, 39, 0.08);
  overflow: hidden;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-step::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: linear-gradient(180deg, #2aa657, #ffb74a);
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, #171923, #2d3748);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.18);
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-badge{
  position: relative;
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(42, 166, 87, 0.1);
  color: #1f7a45;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-benefit{
  overflow: hidden;
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-benefit-mark{
  position: relative;
  display: block;
  width: 54px;
  height: 6px;
  margin: 0 0 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2aa657, #ffb74a);
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-130 .tc-wp-content-root .gtafg-editorial .gtafg-reveal.gtafg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .gtafg-editorial .gtafg-section{
    padding: 52px 0;
  }.tc-wp-content-root .gtafg-editorial .gtafg-container{
    padding: 0 14px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-card, .tc-wp-content-root .gtafg-editorial .gtafg-benefit{
    padding: 22px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-card h3, .tc-wp-content-root .gtafg-editorial .gtafg-benefit h3, .tc-wp-content-root .gtafg-editorial .gtafg-step h3{
    font-size: 19px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-card p, .tc-wp-content-root .gtafg-editorial .gtafg-benefit p, .tc-wp-content-root .gtafg-editorial .gtafg-step p{
    font-size: 14px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .gtafg-editorial .gtafg-section{
    padding: 58px 0;
  }.tc-wp-content-root .gtafg-editorial .gtafg-container{
    padding: 0 18px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-card, .tc-wp-content-root .gtafg-editorial .gtafg-benefit{
    padding: 24px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-card h3, .tc-wp-content-root .gtafg-editorial .gtafg-benefit h3, .tc-wp-content-root .gtafg-editorial .gtafg-step h3{
    font-size: 20px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-card p, .tc-wp-content-root .gtafg-editorial .gtafg-benefit p, .tc-wp-content-root .gtafg-editorial .gtafg-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .gtafg-editorial .gtafg-section{
    padding: 64px 0;
  }.tc-wp-content-root .gtafg-editorial .gtafg-container{
    padding: 0 22px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-heading h2{
    font-size: 35px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-card, .tc-wp-content-root .gtafg-editorial .gtafg-benefit{
    padding: 28px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-card h3, .tc-wp-content-root .gtafg-editorial .gtafg-benefit h3, .tc-wp-content-root .gtafg-editorial .gtafg-step h3{
    font-size: 21px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-card p, .tc-wp-content-root .gtafg-editorial .gtafg-benefit p, .tc-wp-content-root .gtafg-editorial .gtafg-step p{
    font-size: 15px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-step{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .gtafg-editorial .gtafg-section{
    padding: 78px 0;
  }.tc-wp-content-root .gtafg-editorial .gtafg-container{
    padding: 0 32px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-heading h2{
    font-size: 42px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-grid-three, .tc-wp-content-root .gtafg-editorial .gtafg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-card, .tc-wp-content-root .gtafg-editorial .gtafg-benefit{
    padding: 30px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-card h3, .tc-wp-content-root .gtafg-editorial .gtafg-benefit h3, .tc-wp-content-root .gtafg-editorial .gtafg-step h3{
    font-size: 22px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-card p, .tc-wp-content-root .gtafg-editorial .gtafg-benefit p, .tc-wp-content-root .gtafg-editorial .gtafg-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-step{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .gtafg-editorial .gtafg-section{
    padding: 96px 0;
  }.tc-wp-content-root .gtafg-editorial .gtafg-container{
    padding: 0 36px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-heading h2{
    font-size: 48px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-heading p{
    font-size: 18px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-grid-three, .tc-wp-content-root .gtafg-editorial .gtafg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-card, .tc-wp-content-root .gtafg-editorial .gtafg-benefit{
    padding: 32px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-card h3, .tc-wp-content-root .gtafg-editorial .gtafg-benefit h3, .tc-wp-content-root .gtafg-editorial .gtafg-step h3{
    font-size: 23px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-card p, .tc-wp-content-root .gtafg-editorial .gtafg-benefit p, .tc-wp-content-root .gtafg-editorial .gtafg-step p{
    font-size: 16px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-step{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .gtafg-editorial .gtafg-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }}.wpc-scope-130 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .gtafg-step-content{}