@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-499 .tc-wp-content-root img, .wpc-scope-499 .tc-wp-content-root video, .wpc-scope-499 .tc-wp-content-root svg, .wpc-scope-499 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap, .wpc-scope-499 .tc-wp-content-root .amfg-content-wrap section, .wpc-scope-499 .tc-wp-content-root .amfg-content-wrap div, .wpc-scope-499 .tc-wp-content-root .amfg-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-section-white{
  background: #ffffff;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-section-soft{
  background: linear-gradient(180deg, #fff8fb 0%, #f8fbff 100%);
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 105, 180, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 105, 180, 0.12), rgba(94, 129, 255, 0.12));
  color: #bf347f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap h2{
  margin: 0;
  color: #151a27;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #566173;
  font-weight: 500;
  line-height: 1.72;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-card, .wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-trust-card, .wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(24, 32, 47, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(30, 39, 67, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-card{
  border-radius: 22px;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-card::before, .wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 105, 180, 0.42), rgba(94, 129, 255, 0.32), rgba(74, 222, 128, 0.18));
  opacity: 0;
  transition: opacity 220ms 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-499 .tc-wp-content-root .amfg-content-wrap .amfg-card:hover, .wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-trust-card:hover, .wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 105, 180, 0.24);
  box-shadow: 0 24px 60px rgba(30, 39, 67, 0.13);
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-card:hover::before, .wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff6bb5, #6d7dff);
  box-shadow: 0 14px 30px rgba(255, 105, 180, 0.24);
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-icon::before, .wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-icon-copy::before{
  width: 17px;
  height: 19px;
  left: 17px;
  top: 13px;
  border-radius: 4px;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-icon-copy::after{
  width: 17px;
  height: 19px;
  left: 12px;
  top: 17px;
  border-radius: 4px;
  opacity: 0.55;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-icon-star::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 62% 35%, 98% 35%, 68% 56%, 80% 92%, 50% 70%, 20% 92%, 32% 56%, 2% 35%, 38% 35%);
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-icon-heart::before{
  width: 21px;
  height: 18px;
  left: 13px;
  top: 15px;
  clip-path: path("M10.5 18C4.5 13.1 0 9.4 0 5.1C0 2.2 2.2 0 5 0C7 0 8.9 1.1 10.5 3C12.1 1.1 14 0 16 0C18.8 0 21 2.2 21 5.1C21 9.4 16.5 13.1 10.5 18Z");
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-icon-badge::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-icon-badge::after{
  width: 16px;
  height: 12px;
  left: 15px;
  top: 25px;
  clip-path: polygon(0 0, 100% 0, 78% 100%, 50% 66%, 22% 100%);
  opacity: 0.7;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 11px;
  border-radius: 5px;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  top: 31px;
  border-radius: 99px;
  background: #6d7dff;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap h3{
  margin: 0;
  color: #171d2b;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-card p, .wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-trust-card p, .wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-step-card p{
  margin: 12px 0 0;
  color: #5c6676;
  font-weight: 500;
  line-height: 1.7;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  overflow: hidden;
  border-radius: 24px;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-step-card::after{
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -80px;
  top: -92px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 105, 180, 0.18), rgba(94, 129, 255, 0));
  pointer-events: none;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff6bb5, #6d7dff);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(109, 125, 255, 0.24);
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-use-card{
  overflow: hidden;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-mini-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 105, 180, 0.1);
  color: #b7317b;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-trust-card{
  border-radius: 22px;
  background: #ffffff;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-trust-mark{
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #37c979, #6d7dff);
  box-shadow: 0 14px 28px rgba(55, 201, 121, 0.2);
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-trust-mark::before{
  content: "";
  width: 16px;
  height: 9px;
  margin: 12px auto 0;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-499 .tc-wp-content-root .amfg-content-wrap .amfg-reveal.amfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .amfg-content-wrap .amfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .amfg-content-wrap .amfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .amfg-content-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-card, .tc-wp-content-root .amfg-content-wrap .amfg-trust-card{
    padding: 22px;
  }.tc-wp-content-root .amfg-content-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-card p, .tc-wp-content-root .amfg-content-wrap .amfg-trust-card p, .tc-wp-content-root .amfg-content-wrap .amfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-steps{
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .amfg-content-wrap .amfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .amfg-content-wrap .amfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .amfg-content-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-card, .tc-wp-content-root .amfg-content-wrap .amfg-trust-card{
    padding: 24px;
  }.tc-wp-content-root .amfg-content-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-card p, .tc-wp-content-root .amfg-content-wrap .amfg-trust-card p, .tc-wp-content-root .amfg-content-wrap .amfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-steps{
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .amfg-content-wrap .amfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .amfg-content-wrap .amfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .amfg-content-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-card, .tc-wp-content-root .amfg-content-wrap .amfg-trust-card{
    padding: 26px;
  }.tc-wp-content-root .amfg-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-card p, .tc-wp-content-root .amfg-content-wrap .amfg-trust-card p, .tc-wp-content-root .amfg-content-wrap .amfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-steps{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .amfg-content-wrap .amfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .amfg-content-wrap .amfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .amfg-content-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .amfg-content-wrap .amfg-card, .tc-wp-content-root .amfg-content-wrap .amfg-trust-card{
    padding: 28px;
  }.tc-wp-content-root .amfg-content-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-card p, .tc-wp-content-root .amfg-content-wrap .amfg-trust-card p, .tc-wp-content-root .amfg-content-wrap .amfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-steps{
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .amfg-content-wrap .amfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .amfg-content-wrap .amfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .amfg-content-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-grid-3, .tc-wp-content-root .amfg-content-wrap .amfg-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .amfg-content-wrap .amfg-card, .tc-wp-content-root .amfg-content-wrap .amfg-trust-card{
    padding: 30px;
  }.tc-wp-content-root .amfg-content-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-card p, .tc-wp-content-root .amfg-content-wrap .amfg-trust-card p, .tc-wp-content-root .amfg-content-wrap .amfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-steps{
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .amfg-content-wrap .amfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}.wpc-scope-499 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .amfg-step-content{}