@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-204 .tc-wp-content-root img, .wpc-scope-204 .tc-wp-content-root video, .wpc-scope-204 .tc-wp-content-root svg, .wpc-scope-204 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap, .wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap section, .wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap div, .wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-section{
  position: relative;
  width: 100%;
  isolation: isolate;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-white{
  background: #ffffff;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fc 100%);
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 14px;
  border: 1px solid rgba(88, 101, 242, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(88, 101, 242, 0.11), rgba(35, 210, 255, 0.1));
  color: #4c57d9;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-heading h2{
  margin: 16px 0 12px;
  color: #111827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-heading p{
  margin: 0;
  color: #5c667a;
  font-weight: 450;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(119, 132, 166, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(31, 44, 76, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(88, 101, 242, 0.13), rgba(35, 210, 255, 0.08), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(88, 101, 242, 0.28);
  box-shadow: 0 24px 62px rgba(31, 44, 76, 0.13);
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-card:hover::before{
  opacity: 1;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151c2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #606b7f;
  font-weight: 430;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #5865f2 0%, #23d2ff 100%);
  box-shadow: 0 14px 30px rgba(88, 101, 242, 0.22);
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon::before, .wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon::after{
  content: "";
  position: absolute;
  display: block;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-preview::before{
  width: 22px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-preview::after{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-copy::before{
  width: 16px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  transform: translate(3px, 3px);
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-copy::after{
  width: 16px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 4px;
  transform: translate(-3px, -3px);
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-spark::before{
  width: 22px;
  height: 22px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 61% 37%, 100% 50%, 61% 63%, 50% 100%, 39% 63%, 0% 50%, 39% 37%);
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-profile::before{
  width: 10px;
  height: 10px;
  top: 10px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-profile::after{
  width: 22px;
  height: 11px;
  bottom: 10px;
  border-radius: 12px 12px 5px 5px;
  background: #ffffff;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-chat::before{
  width: 24px;
  height: 17px;
  border-radius: 8px;
  background: #ffffff;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-chat::after{
  bottom: 12px;
  left: 15px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-safe::before{
  width: 20px;
  height: 24px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 88% 16%, 82% 72%, 50% 100%, 18% 72%, 12% 16%);
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-free::before{
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-free::after{
  width: 12px;
  height: 7px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg) translate(1px, -1px);
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-mobile::before{
  width: 15px;
  height: 25px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-mobile::after{
  bottom: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-privacy::before{
  width: 22px;
  height: 15px;
  bottom: 9px;
  border-radius: 5px;
  background: #ffffff;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-privacy::after{
  top: 9px;
  width: 14px;
  height: 13px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(88, 101, 242, 0.16);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 20px 56px rgba(31, 44, 76, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #5865f2, #23d2ff);
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(88, 101, 242, 0.3);
  box-shadow: 0 26px 66px rgba(31, 44, 76, 0.12);
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #5865f2, #23d2ff);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(88, 101, 242, 0.24);
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content h3{
  margin: 0;
  color: #151c2d;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content p{
  margin: 8px 0 0;
  color: #5f6a7d;
  font-weight: 430;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(88, 101, 242, 0.1);
  color: #4e59dc;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-204 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-reveal.dcfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card{
    padding: 22px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card h3, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card p, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-steps{
    gap: 16px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 24px 28px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card{
    padding: 24px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card h3, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card p, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-steps{
    gap: 18px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px 26px 30px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section{
    padding: 66px 0;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card{
    padding: 26px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card h3, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card p, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-steps{
    gap: 20px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 26px 28px 32px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section{
    padding: 82px 0;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-grid-three, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card{
    padding: 28px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card h3, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card p, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-steps{
    gap: 22px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-card{
    gap: 24px;
    padding: 30px 32px 30px 38px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-heading p{
    font-size: 18px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-grid-three, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card{
    padding: 30px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card h3, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card p, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-steps{
    gap: 22px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-card{
    gap: 28px;
    padding: 32px 36px 32px 42px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }}.wpc-scope-204 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .dcfg-use-card{}