@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-124 .tc-wp-content-root img, .wpc-scope-124 .tc-wp-content-root video, .wpc-scope-124 .tc-wp-content-root svg, .wpc-scope-124 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content, .wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-section, .wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-container, .wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-card, .wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-step-card{
  box-sizing: border-box;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-section{
  position: relative;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-section-white{
  background: #ffffff;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-section-soft{
  background:
    radial-gradient(circle at 18% 12%, rgba(103, 80, 255, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(0, 188, 212, 0.08), transparent 28%),
    #f7f8fc;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(103, 80, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(103, 80, 255, 0.1), rgba(0, 188, 212, 0.1));
  color: #5546d6;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-section-head p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #586174;
  font-weight: 450;
  line-height: 1.7;
  letter-spacing: 0;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(24, 32, 51, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(103, 80, 255, 0.22), rgba(0, 188, 212, 0.16)) border-box;
  box-shadow: 0 18px 42px rgba(20, 28, 45, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #6750ff, #00bcd4);
  opacity: 0.9;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(103, 80, 255, 0.28);
  box-shadow: 0 24px 54px rgba(20, 28, 45, 0.13);
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-card h3, .wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-step-card h3{
  margin: 0;
  color: #151b2d;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-card p, .wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-step-card p{
  margin: 11px 0 0;
  color: #606a7c;
  line-height: 1.65;
  letter-spacing: 0;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(103, 80, 255, 0.12), rgba(0, 188, 212, 0.14));
  box-shadow: inset 0 0 0 1px rgba(103, 80, 255, 0.12);
  transition: transform 240ms ease;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-card:hover .udfg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-icon::before, .wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-icon::after{
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #6750ff, #00a9c7);
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-icon-preview::before{
  width: 22px;
  height: 14px;
  border-radius: 999px;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-icon-preview::after{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-icon-copy::before{
  width: 18px;
  height: 22px;
  border-radius: 5px;
  transform: translate(3px, -2px);
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-icon-copy::after{
  width: 18px;
  height: 22px;
  border: 2px solid #6750ff;
  border-radius: 5px;
  background: transparent;
  transform: translate(-4px, 4px);
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-icon-spark::before{
  width: 22px;
  height: 22px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-icon-spark::after{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translate(15px, -14px);
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-icon-unicode::before{
  width: 24px;
  height: 24px;
  border: 3px solid #6750ff;
  border-top-color: #00a9c7;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-icon-unicode::after{
  width: 28px;
  height: 2px;
  border-radius: 2px;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-icon-fast::before{
  width: 24px;
  height: 24px;
  clip-path: polygon(52% 0, 100% 0, 70% 42%, 100% 42%, 35% 100%, 52% 56%, 24% 56%);
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-icon-fast::after{
  width: 18px;
  height: 2px;
  border-radius: 8px;
  transform: translate(-15px, 9px);
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-icon-clean::before{
  width: 24px;
  height: 24px;
  border-radius: 7px;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-icon-clean::after{
  width: 12px;
  height: 6px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-icon-free::before{
  width: 25px;
  height: 25px;
  border-radius: 50%;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-icon-free::after{
  width: 11px;
  height: 6px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-icon-mobile::before{
  width: 18px;
  height: 28px;
  border-radius: 6px;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-icon-mobile::after{
  width: 6px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  transform: translateY(10px);
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-icon-private::before{
  width: 22px;
  height: 16px;
  border-radius: 5px;
  transform: translateY(4px);
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-icon-private::after{
  width: 14px;
  height: 12px;
  border: 3px solid #6750ff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: transparent;
  transform: translateY(-8px);
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-steps{
  display: grid;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-step-card{
  position: relative;
  display: grid;
  align-items: center;
  border: 1px solid rgba(103, 80, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(20, 28, 45, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(20, 28, 45, 0.12);
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #6750ff, #00bcd4);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(103, 80, 255, 0.24);
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-step-copy{
  min-width: 0;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(103, 80, 255, 0.09);
  color: #5546d6;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-use-card{
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%) padding-box,
    linear-gradient(135deg, rgba(0, 188, 212, 0.16), rgba(103, 80, 255, 0.2)) border-box;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-trust-card{
  text-align: left;
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-124 .tc-wp-content-root .udfg-editorial-content .udfg-reveal.udfg-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 .udfg-editorial-content .udfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .udfg-editorial-content .udfg-container{
    padding: 0 15px;
  }.tc-wp-content-root .udfg-editorial-content h2{
    font-size: 25px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-section-head p{
    font-size: 14.5px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-grid, .tc-wp-content-root .udfg-editorial-content .udfg-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card{
    padding: 25px 22px 23px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card h3, .tc-wp-content-root .udfg-editorial-content .udfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card p, .tc-wp-content-root .udfg-editorial-content .udfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .udfg-editorial-content .udfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .udfg-editorial-content .udfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .udfg-editorial-content h2{
    font-size: 28px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-grid, .tc-wp-content-root .udfg-editorial-content .udfg-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card{
    padding: 27px 24px 25px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card h3, .tc-wp-content-root .udfg-editorial-content .udfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card p, .tc-wp-content-root .udfg-editorial-content .udfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .udfg-editorial-content .udfg-section{
    padding: 64px 0;
  }.tc-wp-content-root .udfg-editorial-content .udfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .udfg-editorial-content h2{
    font-size: 31px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-grid, .tc-wp-content-root .udfg-editorial-content .udfg-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card{
    padding: 30px 28px 28px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card h3, .tc-wp-content-root .udfg-editorial-content .udfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card p, .tc-wp-content-root .udfg-editorial-content .udfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-card{
    grid-template-columns: 74px 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .udfg-editorial-content .udfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .udfg-editorial-content .udfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .udfg-editorial-content h2{
    font-size: 38px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-grid-six, .tc-wp-content-root .udfg-editorial-content .udfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-steps{
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card{
    padding: 32px 30px 30px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card h3, .tc-wp-content-root .udfg-editorial-content .udfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card p, .tc-wp-content-root .udfg-editorial-content .udfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-card{
    grid-template-columns: 88px 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .udfg-editorial-content .udfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .udfg-editorial-content .udfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .udfg-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-grid-six, .tc-wp-content-root .udfg-editorial-content .udfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-steps{
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card{
    padding: 34px 32px 32px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card h3, .tc-wp-content-root .udfg-editorial-content .udfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card p, .tc-wp-content-root .udfg-editorial-content .udfg-step-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-card{
    grid-template-columns: 104px 1fr;
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-number{
    width: 78px;
    height: 78px;
    font-size: 24px;
  }}