@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-2 .tc-wp-content-root img, .wpc-scope-2 .tc-wp-content-root video, .wpc-scope-2 .tc-wp-content-root svg, .wpc-scope-2 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content{
  width: 100%;
  overflow: hidden;
  color: #19202a;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-section{
  position: relative;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-section-white{
  background: #ffffff;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-section-soft{
  background: linear-gradient(180deg, #fbf8f3 0%, #fffaf4 100%);
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(198, 137, 46, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(198, 137, 46, 0.12), rgba(20, 126, 114, 0.1));
  color: #8a5a12;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-section-head h2{
  margin: 0;
  color: #171b22;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-section-head p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #58616f;
  line-height: 1.75;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(25, 32, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(25, 32, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(198, 137, 46, 0.52), rgba(20, 126, 114, 0.34), rgba(168, 80, 60, 0.22));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(198, 137, 46, 0.22);
  box-shadow: 0 24px 60px rgba(25, 32, 42, 0.12);
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-card:hover::before{
  opacity: 1;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-card h3{
  margin: 0;
  color: #1b2028;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-card p{
  margin: 10px 0 0;
  color: #596371;
  line-height: 1.72;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #c6892e, #147e72);
  box-shadow: 0 14px 30px rgba(20, 126, 114, 0.18);
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-icon::before, .wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-icon-copy::before{
  width: 16px;
  height: 18px;
  left: 17px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-icon-copy::after{
  width: 16px;
  height: 18px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-icon-style::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 16px;
  border-radius: 99px;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-icon-style::after{
  width: 16px;
  height: 3px;
  left: 15px;
  top: 27px;
  border-radius: 99px;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-icon-social::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-icon-social::after{
  width: 20px;
  height: 8px;
  left: 13px;
  top: 28px;
  border-radius: 999px 999px 4px 4px;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-icon-clean::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-icon-clean::after{
  width: 14px;
  height: 7px;
  left: 17px;
  top: 18px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-icon-fast::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-icon-fast::after{
  width: 3px;
  height: 12px;
  left: 22px;
  top: 17px;
  border-radius: 99px;
  transform: rotate(35deg);
  transform-origin: top center;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-icon-free::before{
  width: 23px;
  height: 14px;
  left: 12px;
  top: 18px;
  border-radius: 7px;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-icon-free::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 21px;
  border-radius: 50%;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-icon-mobile::before{
  width: 17px;
  height: 25px;
  left: 15px;
  top: 10px;
  border-radius: 5px;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-icon-mobile::after{
  width: 5px;
  height: 3px;
  left: 21px;
  top: 29px;
  border-radius: 99px;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-icon-privacy::before{
  width: 20px;
  height: 16px;
  left: 13px;
  top: 19px;
  border-radius: 5px;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-icon-privacy::after{
  width: 14px;
  height: 13px;
  left: 16px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(198, 137, 46, 0.18);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(25, 32, 42, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-step-card::after{
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -54px;
  top: -54px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 126, 114, 0.16), rgba(20, 126, 114, 0));
  pointer-events: none;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 65px rgba(25, 32, 42, 0.12);
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #147e72, #c6892e);
  box-shadow: 0 16px 32px rgba(20, 126, 114, 0.22);
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-step-content{
  min-width: 0;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-step-content h3{
  margin: 0;
  color: #1b2028;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-step-content p{
  margin: 8px 0 0;
  color: #596371;
  line-height: 1.74;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-badge{
  display: inline-flex;
  width: max-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(20, 126, 114, 0.1);
  color: #0f695f;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-benefit-card{
  text-align: left;
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .afg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-2 .tc-wp-content-root .afg-editorial-content .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-content .afg-section{
    padding: 48px 0;
  }.tc-wp-content-root .afg-editorial-content .afg-container{
    padding: 0 14px;
  }.tc-wp-content-root .afg-editorial-content .afg-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .afg-editorial-content .afg-kicker{
    font-size: 11px;
  }.tc-wp-content-root .afg-editorial-content .afg-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .afg-editorial-content .afg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .afg-editorial-content .afg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .afg-editorial-content .afg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .afg-editorial-content .afg-card h3, .tc-wp-content-root .afg-editorial-content .afg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .afg-editorial-content .afg-card p, .tc-wp-content-root .afg-editorial-content .afg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .afg-editorial-content .afg-steps{
    gap: 16px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .afg-editorial-content .afg-section{
    padding: 54px 0;
  }.tc-wp-content-root .afg-editorial-content .afg-container{
    padding: 0 18px;
  }.tc-wp-content-root .afg-editorial-content .afg-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .afg-editorial-content .afg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .afg-editorial-content .afg-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .afg-editorial-content .afg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .afg-editorial-content .afg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .afg-editorial-content .afg-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .afg-editorial-content .afg-card h3, .tc-wp-content-root .afg-editorial-content .afg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .afg-editorial-content .afg-card p, .tc-wp-content-root .afg-editorial-content .afg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .afg-editorial-content .afg-steps{
    gap: 18px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .afg-editorial-content .afg-section{
    padding: 62px 0;
  }.tc-wp-content-root .afg-editorial-content .afg-container{
    padding: 0 22px;
  }.tc-wp-content-root .afg-editorial-content .afg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .afg-editorial-content .afg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .afg-editorial-content .afg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .afg-editorial-content .afg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .afg-editorial-content .afg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .afg-editorial-content .afg-card{
    padding: 24px;
  }.tc-wp-content-root .afg-editorial-content .afg-card h3, .tc-wp-content-root .afg-editorial-content .afg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .afg-editorial-content .afg-card p, .tc-wp-content-root .afg-editorial-content .afg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .afg-editorial-content .afg-steps{
    gap: 20px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .afg-editorial-content .afg-section{
    padding: 78px 0;
  }.tc-wp-content-root .afg-editorial-content .afg-container{
    padding: 0 32px;
  }.tc-wp-content-root .afg-editorial-content .afg-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .afg-editorial-content .afg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .afg-editorial-content .afg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .afg-editorial-content .afg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .afg-editorial-content .afg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .afg-editorial-content .afg-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .afg-editorial-content .afg-card{
    padding: 26px;
  }.tc-wp-content-root .afg-editorial-content .afg-card h3, .tc-wp-content-root .afg-editorial-content .afg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .afg-editorial-content .afg-card p, .tc-wp-content-root .afg-editorial-content .afg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .afg-editorial-content .afg-steps{
    gap: 22px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .afg-editorial-content .afg-section{
    padding: 96px 0;
  }.tc-wp-content-root .afg-editorial-content .afg-container{
    padding: 0 36px;
  }.tc-wp-content-root .afg-editorial-content .afg-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .afg-editorial-content .afg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .afg-editorial-content .afg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .afg-editorial-content .afg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .afg-editorial-content .afg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .afg-editorial-content .afg-card{
    padding: 30px;
  }.tc-wp-content-root .afg-editorial-content .afg-card h3, .tc-wp-content-root .afg-editorial-content .afg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .afg-editorial-content .afg-card p, .tc-wp-content-root .afg-editorial-content .afg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .afg-editorial-content .afg-steps{
    gap: 24px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }}