@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-281 .tc-wp-content-root img, .wpc-scope-281 .tc-wp-content-root video, .wpc-scope-281 .tc-wp-content-root svg, .wpc-scope-281 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-section{
  position: relative;
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-section-white{
  background: #ffffff;
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f8fc 100%);
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-container{
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(29, 124, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(29, 124, 255, 0.1), rgba(0, 196, 167, 0.1));
  color: #1263d6;
  font-weight: 700;
  line-height: 1;
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-section-head p{
  margin: 16px auto 0;
  color: #5b667a;
  line-height: 1.72;
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 40, 80, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(25, 48, 88, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #1d7cff, #00c4a7);
  opacity: 0.9;
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(29, 124, 255, 0.24);
  box-shadow: 0 24px 60px rgba(25, 48, 88, 0.13);
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-icon{
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1d7cff, #00c4a7);
  box-shadow: 0 12px 26px rgba(29, 124, 255, 0.22);
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-icon::before{
  content: "A";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-card h3, .wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-step-card h3{
  margin: 0;
  color: #121a2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-card p, .wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-step-card p{
  margin: 10px 0 0;
  color: #657084;
  line-height: 1.68;
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(20, 40, 80, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(25, 48, 88, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 196, 167, 0.25);
  box-shadow: 0 24px 64px rgba(25, 48, 88, 0.12);
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-step-number{
  display: inline-grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #1d7cff);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(29, 124, 255, 0.22);
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-step-content{
  min-width: 0;
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 196, 167, 0.1);
  color: #07806f;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-281 .tc-wp-content-root .afg-editorial-wrap .afg-reveal.afg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .afg-editorial-wrap .afg-section{
    padding: 54px 0;
  }.tc-wp-content-root .afg-editorial-wrap .afg-container{
    padding: 0 14px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-grid, .tc-wp-content-root .afg-editorial-wrap .afg-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card{
    padding: 24px 20px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card h3, .tc-wp-content-root .afg-editorial-wrap .afg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card p, .tc-wp-content-root .afg-editorial-wrap .afg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .afg-editorial-wrap .afg-section{
    padding: 60px 0;
  }.tc-wp-content-root .afg-editorial-wrap .afg-container{
    padding: 0 18px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-grid, .tc-wp-content-root .afg-editorial-wrap .afg-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card{
    padding: 26px 22px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card h3, .tc-wp-content-root .afg-editorial-wrap .afg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card p, .tc-wp-content-root .afg-editorial-wrap .afg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .afg-editorial-wrap .afg-section{
    padding: 66px 0;
  }.tc-wp-content-root .afg-editorial-wrap .afg-container{
    padding: 0 22px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-grid, .tc-wp-content-root .afg-editorial-wrap .afg-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card{
    padding: 28px 24px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card h3, .tc-wp-content-root .afg-editorial-wrap .afg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card p, .tc-wp-content-root .afg-editorial-wrap .afg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px 24px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .afg-editorial-wrap .afg-section{
    padding: 78px 0;
  }.tc-wp-content-root .afg-editorial-wrap .afg-container{
    padding: 0 28px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .afg-editorial-wrap .afg-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card{
    padding: 30px 26px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card h3, .tc-wp-content-root .afg-editorial-wrap .afg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card p, .tc-wp-content-root .afg-editorial-wrap .afg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-card{
    gap: 24px;
    padding: 30px 28px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .afg-editorial-wrap .afg-section{
    padding: 92px 0;
  }.tc-wp-content-root .afg-editorial-wrap .afg-container{
    padding: 0 32px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-grid-3, .tc-wp-content-root .afg-editorial-wrap .afg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card{
    padding: 32px 28px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card h3, .tc-wp-content-root .afg-editorial-wrap .afg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card p, .tc-wp-content-root .afg-editorial-wrap .afg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-card{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }}.wpc-scope-281 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .afg-use-card{}