@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;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .pwc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --pwc-ink: #182033;
  --pwc-muted: #5f6878;
  --pwc-soft: #f7f9fc;
  --pwc-line: rgba(24, 32, 51, 0.1);
  --pwc-accent: #2563eb;
  --pwc-accent-two: #10b981;
  --pwc-gradient: linear-gradient(135deg, #2563eb 0%, #0ea5e9 48%, #10b981 100%);
  --pwc-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  --pwc-shadow-hover: 0 24px 60px rgba(37, 99, 235, 0.14);
}.tc-wp-content-root .pwc-editorial-wrap, .tc-wp-content-root .pwc-editorial-wrap .pwc-section, .tc-wp-content-root .pwc-editorial-wrap .pwc-container, .tc-wp-content-root .pwc-editorial-wrap .pwc-card, .tc-wp-content-root .pwc-editorial-wrap .pwc-step-card{
  box-sizing: border-box;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-section-white{
  background: #ffffff;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-section-soft{
  background: linear-gradient(180deg, #f8fafc 0%, #f3f7fb 100%);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.06);
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head h2{
  margin: 0;
  color: var(--pwc-ink);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head p{
  margin: 16px auto 0;
  color: var(--pwc-muted);
  line-height: 1.72;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--pwc-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--pwc-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--pwc-gradient);
  opacity: 0.9;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-card:hover{
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.25);
  box-shadow: var(--pwc-shadow-hover);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-card h3, .tc-wp-content-root .pwc-editorial-wrap .pwc-step-card h3{
  margin: 0;
  color: var(--pwc-ink);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-card p, .tc-wp-content-root .pwc-editorial-wrap .pwc-step-card p{
  margin: 10px 0 0;
  color: var(--pwc-muted);
  line-height: 1.68;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(16, 185, 129, 0.12));
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.12);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon::before, .tc-wp-content-root .pwc-editorial-wrap .pwc-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-card:hover .pwc-icon::before, .tc-wp-content-root .pwc-editorial-wrap .pwc-card:hover .pwc-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-doc::before{
  width: 19px;
  height: 24px;
  border: 2px solid #2563eb;
  border-radius: 5px;
  background: #ffffff;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-doc::after{
  width: 11px;
  height: 2px;
  background: #10b981;
  box-shadow: 0 6px 0 #10b981;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-speed::before{
  width: 24px;
  height: 24px;
  border: 2px solid #2563eb;
  border-radius: 50%;
  border-left-color: transparent;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-speed::after{
  width: 10px;
  height: 2px;
  background: #10b981;
  transform-origin: left center;
  transform: rotate(-35deg);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-check::before{
  width: 20px;
  height: 10px;
  border-bottom: 3px solid #10b981;
  border-left: 3px solid #10b981;
  transform: rotate(-45deg);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-pages::before{
  width: 20px;
  height: 24px;
  border: 2px solid #2563eb;
  border-radius: 5px;
  background: #ffffff;
  transform: translate(3px, -3px);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-pages::after{
  width: 20px;
  height: 24px;
  border: 2px solid #10b981;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.75);
  transform: translate(-3px, 3px);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-focus::before{
  width: 26px;
  height: 26px;
  border: 2px solid #2563eb;
  border-radius: 50%;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-focus::after{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-flow::before{
  width: 24px;
  height: 14px;
  border: 2px solid #2563eb;
  border-right: 0;
  border-radius: 12px 0 0 12px;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-flow::after{
  width: 9px;
  height: 9px;
  border-top: 2px solid #10b981;
  border-right: 2px solid #10b981;
  transform: translateX(8px) rotate(45deg);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-free::before{
  width: 24px;
  height: 18px;
  border: 2px solid #2563eb;
  border-radius: 6px;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-free::after{
  width: 12px;
  height: 12px;
  border-top: 2px solid #10b981;
  border-right: 2px solid #10b981;
  transform: rotate(135deg) translate(-1px, -1px);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-mobile::before{
  width: 18px;
  height: 28px;
  border: 2px solid #2563eb;
  border-radius: 7px;
  background: #ffffff;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-mobile::after{
  width: 5px;
  height: 5px;
  bottom: 10px;
  border-radius: 50%;
  background: #10b981;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-private::before{
  width: 24px;
  height: 18px;
  bottom: 11px;
  border: 2px solid #2563eb;
  border-radius: 6px;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-private::after{
  width: 14px;
  height: 11px;
  top: 11px;
  border: 2px solid #10b981;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-step-card::after{
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 36px;
  width: 2px;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.2), rgba(16, 185, 129, 0));
  z-index: 0;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 24px 62px rgba(37, 99, 235, 0.12);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--pwc-gradient);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.22);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-step-content{
  position: relative;
  z-index: 1;
  min-width: 0;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-badge{
  display: inline-flex;
  width: max-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.1);
  color: #047857;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-benefit-card{
  background: #ffffff;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-reveal.pwc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .pwc-editorial-wrap .pwc-section{
    padding: 48px 0;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-container{
    padding: 0 14px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card{
    padding: 24px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card h3, .tc-wp-content-root .pwc-editorial-wrap .pwc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card p, .tc-wp-content-root .pwc-editorial-wrap .pwc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-steps{
    gap: 16px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-card::after{
    display: none;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .pwc-editorial-wrap .pwc-section{
    padding: 54px 0;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-container{
    padding: 0 18px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card{
    padding: 26px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card h3, .tc-wp-content-root .pwc-editorial-wrap .pwc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card p, .tc-wp-content-root .pwc-editorial-wrap .pwc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-steps{
    gap: 18px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-card::after{
    display: none;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .pwc-editorial-wrap .pwc-section{
    padding: 62px 0;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-container{
    padding: 0 22px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card{
    padding: 28px 24px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card h3, .tc-wp-content-root .pwc-editorial-wrap .pwc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card p, .tc-wp-content-root .pwc-editorial-wrap .pwc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-steps{
    gap: 20px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-card::after{
    display: none;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-number{
    width: 58px;
    height: 58px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .pwc-editorial-wrap .pwc-section{
    padding: 78px 0;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-container{
    padding: 0 32px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-grid-six, .tc-wp-content-root .pwc-editorial-wrap .pwc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card{
    padding: 30px 26px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card h3, .tc-wp-content-root .pwc-editorial-wrap .pwc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card p, .tc-wp-content-root .pwc-editorial-wrap .pwc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-steps{
    gap: 20px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .pwc-editorial-wrap .pwc-section{
    padding: 92px 0;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-container{
    padding: 0 36px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-grid-six, .tc-wp-content-root .pwc-editorial-wrap .pwc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card{
    padding: 32px 28px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card h3, .tc-wp-content-root .pwc-editorial-wrap .pwc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card p, .tc-wp-content-root .pwc-editorial-wrap .pwc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-steps{
    gap: 22px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }}