@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-538 .tc-wp-content-root img, .wpc-scope-538 .tc-wp-content-root video, .wpc-scope-538 .tc-wp-content-root svg, .wpc-scope-538 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap, .wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap div, .wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap section, .wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-section-white{
  background: #ffffff;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-section-soft{
  background:
    radial-gradient(circle at 15% 12%, rgba(34, 197, 194, 0.09), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(124, 58, 237, 0.08), transparent 30%),
    #f7f9fc;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-section-head{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  border: 1px solid rgba(20, 184, 166, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.1), rgba(124, 58, 237, 0.08));
  color: #087f7a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-section-head h2{
  margin: 16px 0 0;
  color: #101827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-section-head p{
  margin: 16px auto 0;
  color: #5d687a;
  line-height: 1.75;
  font-weight: 400;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-card, .wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(137, 151, 172, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(22, 34, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-card::before, .wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #14b8a6, #5b7cfa, #8b5cf6);
  opacity: 0.88;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-card:hover, .wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(20, 184, 166, 0.34);
  box-shadow: 0 24px 62px rgba(22, 34, 51, 0.13);
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-card h3, .wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-card h3, .wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-step-card h3{
  margin: 0;
  color: #121b2c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-card p, .wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-card p, .wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-step-card p{
  margin: 10px 0 0;
  color: #5e6979;
  line-height: 1.72;
  font-weight: 400;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.15), rgba(124, 58, 237, 0.12));
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(20, 184, 166, 0.16);
  transition: transform 260ms ease;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-card:hover .hfg-icon{
  transform: translateY(-3px) rotate(-2deg);
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon::after{
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0faaa0, #7257f2);
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon-preview::after{
  border-radius: 50%;
  box-shadow: 10px 10px 0 -6px #0faaa0;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon-copy::after{
  inset: 12px 15px 15px 12px;
  box-shadow: 6px 6px 0 rgba(114, 87, 242, 0.38);
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon-creative::after{
  clip-path: polygon(50% 0, 62% 35%, 100% 35%, 69% 56%, 82% 100%, 50% 73%, 18% 100%, 31% 56%, 0 35%, 38% 35%);
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon-clean::after{
  inset: 15px 12px;
  border-radius: 999px;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon-fast::after{
  clip-path: polygon(38% 0, 100% 0, 64% 39%, 92% 39%, 25% 100%, 45% 53%, 10% 53%);
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon-device::after{
  inset: 10px 15px;
  border-radius: 5px;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(137, 151, 172, 0.2);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.8));
  box-shadow: 0 18px 48px rgba(22, 34, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-step-card::after{
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.13), rgba(124, 58, 237, 0.12));
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(91, 124, 250, 0.28);
  box-shadow: 0 24px 62px rgba(22, 34, 51, 0.12);
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #14b8a6, #5b7cfa 52%, #8b5cf6);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(91, 124, 250, 0.26);
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-step-content{
  position: relative;
  z-index: 1;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #087f7a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-use-card:nth-child(2n) .hfg-badge{
  background: rgba(91, 124, 250, 0.1);
  color: #3d55c6;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-use-card:nth-child(3n) .hfg-badge{
  background: rgba(139, 92, 246, 0.1);
  color: #6940c9;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-card{
  text-align: left;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.16), rgba(124, 58, 237, 0.12));
  position: relative;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-mark::after{
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 10px;
  height: 17px;
  border-right: 3px solid #0faaa0;
  border-bottom: 3px solid #0faaa0;
  transform: rotate(42deg);
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-538 .tc-wp-content-root .hfg-editorial-wrap .hfg-reveal.hfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .hfg-editorial-wrap .hfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card, .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-card{
    padding: 24px 20px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card h3, .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-card h3, .tc-wp-content-root .hfg-editorial-wrap .hfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card p, .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-card p, .tc-wp-content-root .hfg-editorial-wrap .hfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .hfg-editorial-wrap .hfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card, .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-card{
    padding: 26px 22px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card h3, .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-card h3, .tc-wp-content-root .hfg-editorial-wrap .hfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card p, .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-card p, .tc-wp-content-root .hfg-editorial-wrap .hfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .hfg-editorial-wrap .hfg-section{
    padding: 64px 0;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-section-head h2{
    font-size: 33px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card, .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-card{
    padding: 28px 24px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card h3, .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-card h3, .tc-wp-content-root .hfg-editorial-wrap .hfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card p, .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-card p, .tc-wp-content-root .hfg-editorial-wrap .hfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .hfg-editorial-wrap .hfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-grid-six, .tc-wp-content-root .hfg-editorial-wrap .hfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card, .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-card{
    padding: 30px 26px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card h3, .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-card h3, .tc-wp-content-root .hfg-editorial-wrap .hfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card p, .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-card p, .tc-wp-content-root .hfg-editorial-wrap .hfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .hfg-editorial-wrap .hfg-section{
    padding: 94px 0;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-grid-six, .tc-wp-content-root .hfg-editorial-wrap .hfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card, .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-card{
    padding: 32px 28px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card h3, .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-card h3, .tc-wp-content-root .hfg-editorial-wrap .hfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card p, .tc-wp-content-root .hfg-editorial-wrap .hfg-trust-card p, .tc-wp-content-root .hfg-editorial-wrap .hfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 21px;
  }}