@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-715 .tc-wp-content-root img, .wpc-scope-715 .tc-wp-content-root video, .wpc-scope-715 .tc-wp-content-root svg, .wpc-scope-715 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #152033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-section{
  position: relative;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-section-white{
  background: #ffffff;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-section-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 14px;
  border: 1px solid rgba(35, 128, 219, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(35, 128, 219, 0.09), rgba(112, 73, 230, 0.09));
  color: #245ca8;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-section-heading h2{
  margin: 0;
  color: #101827;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-section-heading p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #556176;
  font-weight: 450;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(28, 45, 72, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(27, 45, 78, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #2a87d9, #7258e8, #00a7b7);
  opacity: 0.9;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(42, 135, 217, 0.34);
  box-shadow: 0 24px 60px rgba(30, 62, 110, 0.14);
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-card h3{
  margin: 0;
  color: #132036;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-card p{
  margin: 10px 0 0;
  color: #5d687a;
  font-weight: 430;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(42, 135, 217, 0.14), rgba(114, 88, 232, 0.14));
  border: 1px solid rgba(42, 135, 217, 0.16);
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-icon::before, .wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-icon::after{
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #2488dc, #7157e6);
  transition: transform 220ms ease;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-card:hover .stfg-icon::before{
  transform: translateX(2px);
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 13px;
  top: 17px;
  border-radius: 999px;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 21px;
  top: 21px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-icon-copy::before{
  width: 17px;
  height: 21px;
  left: 18px;
  top: 13px;
  border-radius: 5px;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-icon-copy::after{
  width: 17px;
  height: 21px;
  left: 13px;
  top: 18px;
  border-radius: 5px;
  background: rgba(36, 136, 220, 0.5);
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-icon-spark::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-icon-badge::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-icon-badge::after{
  width: 10px;
  height: 10px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-icon-layout::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 15px;
  border-radius: 5px;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-icon-layout::after{
  width: 18px;
  height: 2px;
  left: 15px;
  top: 23px;
  background: #ffffff;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-icon-mobile::before{
  width: 17px;
  height: 27px;
  left: 15px;
  top: 10px;
  border-radius: 6px;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 22px;
  top: 30px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(42, 135, 217, 0.14);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(23, 44, 77, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-step-card::after{
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(42, 135, 217, 0.18), rgba(42, 135, 217, 0));
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(114, 88, 232, 0.28);
  box-shadow: 0 24px 60px rgba(25, 54, 95, 0.12);
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #2388dc, #7258e8);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(42, 135, 217, 0.26);
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-step-body{
  min-width: 0;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-step-body h3{
  margin: 0;
  color: #132036;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-step-body p{
  margin: 8px 0 0;
  color: #5a6678;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-mini-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(0, 167, 183, 0.09);
  color: #087a87;
  font-size: 12px;
  font-weight: 800;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-orbit-dot{
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffffff 0 18%, #2a87d9 19% 42%, #7258e8 43% 100%);
  box-shadow: 0 12px 28px rgba(42, 135, 217, 0.22);
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-715 .tc-wp-content-root .stfg-editorial-content .stfg-reveal.stfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .stfg-editorial-content .stfg-section{
    padding: 46px 0;
  }.tc-wp-content-root .stfg-editorial-content .stfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-section-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-section-heading p{
    font-size: 15px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-card{
    padding: 24px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-card h3, .tc-wp-content-root .stfg-editorial-content .stfg-step-body h3{
    font-size: 18px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-card p, .tc-wp-content-root .stfg-editorial-content .stfg-step-body p{
    font-size: 14.5px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .stfg-editorial-content .stfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .stfg-editorial-content .stfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-section-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-section-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-card{
    padding: 26px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-card h3, .tc-wp-content-root .stfg-editorial-content .stfg-step-body h3{
    font-size: 19px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-card p, .tc-wp-content-root .stfg-editorial-content .stfg-step-body p{
    font-size: 15px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-step-list{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .stfg-editorial-content .stfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .stfg-editorial-content .stfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-section-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-section-heading p{
    font-size: 16px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-card{
    padding: 28px 24px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-card h3, .tc-wp-content-root .stfg-editorial-content .stfg-step-body h3{
    font-size: 20px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-card p, .tc-wp-content-root .stfg-editorial-content .stfg-step-body p{
    font-size: 15.5px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-step-list{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .stfg-editorial-content .stfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .stfg-editorial-content .stfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-section-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-section-heading p{
    font-size: 17px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .stfg-editorial-content .stfg-card{
    padding: 30px 26px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-card h3, .tc-wp-content-root .stfg-editorial-content .stfg-step-body h3{
    font-size: 21px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-card p, .tc-wp-content-root .stfg-editorial-content .stfg-step-body p{
    font-size: 16px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .stfg-editorial-content .stfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .stfg-editorial-content .stfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-section-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-section-heading p{
    font-size: 18px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-card{
    padding: 32px 28px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-card h3, .tc-wp-content-root .stfg-editorial-content .stfg-step-body h3{
    font-size: 22px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-card p, .tc-wp-content-root .stfg-editorial-content .stfg-step-body p{
    font-size: 16px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-step-list{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .stfg-editorial-content .stfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 21px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .stfg-editorial-content .stfg-card, .tc-wp-content-root .stfg-editorial-content .stfg-step-card, .tc-wp-content-root .stfg-editorial-content .stfg-reveal, .tc-wp-content-root .stfg-editorial-content .stfg-icon::before{
    transition: none;
  }.tc-wp-content-root .stfg-editorial-content .stfg-reveal{
    opacity: 1;
    transform: none;
  }}.wpc-scope-715 .tc-wp-content-root .stfg-use-card{}