@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-404 .tc-wp-content-root img, .wpc-scope-404 .tc-wp-content-root video, .wpc-scope-404 .tc-wp-content-root svg, .wpc-scope-404 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-section{
  position: relative;
  width: 100%;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-section-white{
  background: #ffffff;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-section-soft{
  background: #f8faf7;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(44, 179, 156, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(44, 179, 156, 0.12), rgba(255, 209, 102, 0.16));
  color: #18796d;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2cb39c, #ffd166);
  box-shadow: 0 0 0 5px rgba(44, 179, 156, 0.1);
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-heading p{
  margin: 14px auto 0;
  color: #536173;
  max-width: 690px;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-card{
  position: relative;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(44, 179, 156, 0.16), rgba(255, 209, 102, 0.12));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-card:hover{
  transform: translateY(-5px);
  border-color: rgba(44, 179, 156, 0.28);
  box-shadow: 0 24px 64px rgba(17, 24, 39, 0.11);
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-card:hover::after{
  opacity: 1;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #142033;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5b6878;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #2cb39c, #ffd166);
  box-shadow: 0 14px 26px rgba(44, 179, 156, 0.22);
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-icon::before, .wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-icon-wave::before{
  width: 22px;
  height: 10px;
  left: 11px;
  top: 17px;
  border: 3px solid #ffffff;
  border-left: 0;
  border-right: 0;
  background: transparent;
  transform: skewX(-16deg);
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 17px;
  top: 13px;
  border-radius: 3px;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 12px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 3px;
  background: transparent;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-icon-spark::before{
  width: 20px;
  height: 20px;
  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-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-icon-clean::before{
  width: 21px;
  height: 11px;
  left: 12px;
  top: 16px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-icon-mobile::before{
  width: 17px;
  height: 25px;
  left: 14px;
  top: 9px;
  border-radius: 5px;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 20px;
  top: 29px;
  border-radius: 2px;
  background: #2cb39c;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-icon-fast::before{
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-icon-fast::after{
  width: 11px;
  height: 3px;
  left: 20px;
  top: 20px;
  border-radius: 3px;
  background: #2cb39c;
  transform-origin: left center;
  transform: rotate(-28deg);
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(44, 179, 156, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at top left, rgba(44, 179, 156, 0.15), transparent 34%);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.065);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.1);
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #172033, #2cb39c);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(44, 179, 156, 0.26);
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-content h3{
  margin: 0;
  color: #142033;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-content p{
  margin: 8px 0 0;
  color: #5b6878;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 15px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 209, 102, 0.2);
  color: #80620f;
  font-weight: 760;
  line-height: 1;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-benefit-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(44, 179, 156, 0.42), rgba(255, 209, 102, 0.42)) border-box;
  border: 1px solid transparent;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-benefit-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 17px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(44, 179, 156, 0.16), rgba(255, 209, 102, 0.22));
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-benefit-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 9px;
  left: 11px;
  top: 14px;
  border-left: 4px solid #2cb39c;
  border-bottom: 4px solid #2cb39c;
  transform: rotate(-45deg);
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-404 .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-reveal.sbtxt-is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-section{
    padding: 52px 0;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-container{
    padding: 0 14px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-kicker{
    font-size: 12px;
  }.tc-wp-content-root .sbtxt-editorial-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-heading p{
    font-size: 15px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-grid, .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-card{
    padding: 22px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-card h3, .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-card p, .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-section{
    padding: 58px 0;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-container{
    padding: 0 18px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-kicker{
    font-size: 12px;
  }.tc-wp-content-root .sbtxt-editorial-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-grid, .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-card{
    padding: 24px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-card h3, .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-card p, .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-section{
    padding: 64px 0;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-container{
    padding: 0 22px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-kicker{
    font-size: 13px;
  }.tc-wp-content-root .sbtxt-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-heading p{
    font-size: 16px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-grid, .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-card{
    padding: 26px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-card h3, .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-card p, .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-section{
    padding: 78px 0;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-container{
    padding: 0 30px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-kicker{
    font-size: 13px;
  }.tc-wp-content-root .sbtxt-editorial-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-heading p{
    font-size: 17px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-grid, .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-card{
    padding: 28px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-card h3, .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-card p, .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 1024px){.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-section{
    padding: 94px 0;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-container{
    padding: 0 32px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-kicker{
    font-size: 13px;
  }.tc-wp-content-root .sbtxt-editorial-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-heading p{
    font-size: 18px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-grid, .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-card{
    padding: 30px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-card h3, .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-card p, .tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .sbtxt-editorial-wrap .sbtxt-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}