@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-236 .tc-wp-content-root img, .wpc-scope-236 .tc-wp-content-root video, .wpc-scope-236 .tc-wp-content-root svg, .wpc-scope-236 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content, .wpc-scope-236 .tc-wp-content-root .udfg-editorial-content section, .wpc-scope-236 .tc-wp-content-root .udfg-editorial-content div, .wpc-scope-236 .tc-wp-content-root .udfg-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-section-white{
  background: #ffffff;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f4f8fb 100%);
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  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(99, 102, 241, 0.08));
  color: #0f766e;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-section-head p{
  margin: 14px auto 0;
  max-width: 700px;
  color: #5b6475;
  line-height: 1.72;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-card, .wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-benefit-card, .wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(20, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-card{
  height: 100%;
  border-radius: 22px;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-card::before, .wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.18), rgba(99, 102, 241, 0.14));
  opacity: 0;
  transition: opacity 220ms ease;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  padding: 1px;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-card:hover, .wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-benefit-card:hover, .wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(20, 184, 166, 0.28);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-card:hover::before, .wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-icon{
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #14b8a6, #6366f1);
  box-shadow: 0 12px 24px rgba(20, 184, 166, 0.2);
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-icon::before, .wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-icon-preview::before{
  width: 20px;
  height: 12px;
  top: 14px;
  left: 13px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-icon-preview::after{
  width: 12px;
  height: 2px;
  left: 17px;
  bottom: 13px;
  border-radius: 2px;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-icon-copy::before{
  width: 16px;
  height: 18px;
  top: 12px;
  left: 17px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-icon-copy::after{
  width: 14px;
  height: 16px;
  top: 17px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-icon-spark::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  clip-path: polygon(50% 0%, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0% 50%, 38% 38%);
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-icon-spark::after{
  width: 6px;
  height: 6px;
  top: 10px;
  right: 9px;
  border-radius: 50%;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-icon-social::before{
  width: 7px;
  height: 7px;
  top: 12px;
  left: 13px;
  border-radius: 50%;
  box-shadow: 14px 7px 0 #ffffff, 3px 19px 0 #ffffff;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-icon-social::after{
  width: 22px;
  height: 2px;
  top: 22px;
  left: 14px;
  border-radius: 2px;
  transform: rotate(24deg);
  box-shadow: -2px 10px 0 #ffffff;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-icon-clean::before{
  width: 20px;
  height: 20px;
  top: 13px;
  left: 13px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-icon-clean::after{
  width: 13px;
  height: 7px;
  left: 17px;
  top: 18px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-icon-fast::before{
  width: 20px;
  height: 20px;
  top: 13px;
  left: 13px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-icon-fast::after{
  width: 9px;
  height: 2px;
  top: 22px;
  left: 22px;
  border-radius: 2px;
  transform-origin: left center;
  transform: rotate(-35deg);
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-card p, .wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-benefit-card p, .wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-step-card p{
  margin: 10px 0 0;
  color: #5b6475;
  line-height: 1.68;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f9fbff 100%);
  overflow: hidden;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 41px;
  width: 2px;
  background: linear-gradient(180deg, rgba(20, 184, 166, 0), rgba(20, 184, 166, 0.38), rgba(99, 102, 241, 0));
  pointer-events: none;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-step-number{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #14b8a6, #6366f1);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(99, 102, 241, 0.2);
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-benefit-card{
  height: 100%;
  border-radius: 22px;
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-benefit-mark{
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.14), rgba(99, 102, 241, 0.12));
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #14b8a6;
  border-bottom: 3px solid #14b8a6;
  transform: rotate(-45deg);
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-236 .tc-wp-content-root .udfg-editorial-content .udfg-reveal.udfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .udfg-editorial-content .udfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .udfg-editorial-content .udfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .udfg-editorial-content h2{
    font-size: 26px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-section-head p{
    font-size: 14.5px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-grid{
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 28px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card, .tc-wp-content-root .udfg-editorial-content .udfg-benefit-card{
    padding: 20px;
  }.tc-wp-content-root .udfg-editorial-content h3{
    font-size: 18px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card p, .tc-wp-content-root .udfg-editorial-content .udfg-benefit-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-steps{
    gap: 15px;
    margin-top: 28px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-card::after{
    display: none;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .udfg-editorial-content .udfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .udfg-editorial-content .udfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .udfg-editorial-content h2{
    font-size: 29px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card, .tc-wp-content-root .udfg-editorial-content .udfg-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .udfg-editorial-content h3{
    font-size: 18.5px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card p, .tc-wp-content-root .udfg-editorial-content .udfg-benefit-card p, .tc-wp-content-root .udfg-editorial-content .udfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-card::after{
    display: none;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .udfg-editorial-content .udfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .udfg-editorial-content .udfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .udfg-editorial-content h2{
    font-size: 32px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card, .tc-wp-content-root .udfg-editorial-content .udfg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .udfg-editorial-content h3{
    font-size: 19px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card p, .tc-wp-content-root .udfg-editorial-content .udfg-benefit-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-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-card::after{
    display: none;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .udfg-editorial-content .udfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .udfg-editorial-content .udfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .udfg-editorial-content h2{
    font-size: 40px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-grid-three, .tc-wp-content-root .udfg-editorial-content .udfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card, .tc-wp-content-root .udfg-editorial-content .udfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .udfg-editorial-content h3{
    font-size: 20px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card p, .tc-wp-content-root .udfg-editorial-content .udfg-benefit-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-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .udfg-editorial-content .udfg-section{
    padding: 92px 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-three, .tc-wp-content-root .udfg-editorial-content .udfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card, .tc-wp-content-root .udfg-editorial-content .udfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .udfg-editorial-content h3{
    font-size: 21px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-card p, .tc-wp-content-root .udfg-editorial-content .udfg-benefit-card p, .tc-wp-content-root .udfg-editorial-content .udfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .udfg-editorial-content .udfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }}.wpc-scope-236 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .udfg-step-content{}