@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: #172033;
  font-family: inherit;
  --pwc-accent: #2563eb;
  --pwc-accent-2: #14b8a6;
  --pwc-ink: #172033;
  --pwc-muted: #5c667a;
  --pwc-soft: #f7fafc;
  --pwc-line: rgba(23, 32, 51, 0.1);
  --pwc-shadow: 0 18px 45px rgba(17, 24, 39, 0.09);
  --pwc-shadow-soft: 0 12px 30px rgba(17, 24, 39, 0.06);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-section{
  position: relative;
}.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, #f8fbfd 0%, #f4f8fb 100%);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-container{
  width: 100%;
  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-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #155e75;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-eyebrow::before, .tc-wp-content-root .pwc-editorial-wrap .pwc-eyebrow::after{
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pwc-accent), var(--pwc-accent-2));
}.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.75;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-card{
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--pwc-line);
  border-radius: 22px;
  box-shadow: var(--pwc-shadow-soft);
  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: linear-gradient(90deg, var(--pwc-accent), var(--pwc-accent-2));
  opacity: 0.9;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-card:hover{
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: var(--pwc-shadow);
}.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{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.13), rgba(20, 184, 166, 0.13));
  border: 1px solid rgba(37, 99, 235, 0.16);
  position: relative;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon::before, .tc-wp-content-root .pwc-editorial-wrap .pwc-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pwc-accent), var(--pwc-accent-2));
  transition: transform 260ms ease;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-card:hover .pwc-icon::before{
  transform: translateX(3px);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-count::before{
  width: 22px;
  height: 4px;
  left: 12px;
  top: 15px;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-count::after{
  width: 16px;
  height: 4px;
  left: 12px;
  top: 25px;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-pages::before{
  width: 22px;
  height: 26px;
  left: 12px;
  top: 10px;
  border-radius: 6px;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-pages::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 20px;
  background: #ffffff;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-edit::before{
  width: 24px;
  height: 5px;
  left: 11px;
  top: 21px;
  transform: rotate(-35deg);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-edit::after{
  width: 8px;
  height: 8px;
  left: 28px;
  top: 14px;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-deadline::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-deadline::after{
  width: 3px;
  height: 12px;
  left: 23px;
  top: 16px;
  background: #ffffff;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-focus::before{
  width: 26px;
  height: 26px;
  left: 10px;
  top: 10px;
  border-radius: 50%;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-focus::after{
  width: 10px;
  height: 10px;
  left: 18px;
  top: 18px;
  background: #ffffff;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-academic::before{
  width: 28px;
  height: 16px;
  left: 9px;
  top: 14px;
  border-radius: 5px;
  transform: skewX(-12deg);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-icon-academic::after{
  width: 14px;
  height: 4px;
  left: 16px;
  top: 30px;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-step-list{
  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: center;
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 24px;
  box-shadow: var(--pwc-shadow-soft);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-step-card::before{
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(37, 99, 235, 0.3), transparent);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: var(--pwc-shadow);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--pwc-accent), var(--pwc-accent-2));
  box-shadow: 0 12px 22px rgba(37, 99, 235, 0.22);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-step-content{
  min-width: 0;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #155e75;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  background: rgba(20, 184, 166, 0.1);
  border: 1px solid rgba(20, 184, 166, 0.18);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-use-card::after{
  content: "";
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.12), transparent 68%);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-trust-card{
  text-align: center;
}.tc-wp-content-root .pwc-editorial-wrap .pwc-trust-mark{
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(20, 184, 166, 0.14));
  border: 1px solid rgba(37, 99, 235, 0.16);
}.tc-wp-content-root .pwc-editorial-wrap .pwc-trust-mark::before{
  content: "";
  width: 18px;
  height: 10px;
  border-left: 3px solid var(--pwc-accent-2);
  border-bottom: 3px solid var(--pwc-accent-2);
  transform: rotate(-45deg) translateY(-1px);
}.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-is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .pwc-editorial-wrap .pwc-section{
    padding: 46px 0;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-container{
    padding: 0 14px;
  }.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-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.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-step-list{
    gap: 16px;
    margin-top: 28px;
  }.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::before{
    display: none;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-number{
    width: 48px;
    height: 48px;
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .pwc-editorial-wrap .pwc-section{
    padding: 52px 0;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-container{
    padding: 0 18px;
  }.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-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card{
    padding: 26px 22px;
  }.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: 15px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-list{
    gap: 18px;
    margin-top: 32px;
  }.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::before{
    display: none;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-number{
    width: 50px;
    height: 50px;
    font-size: 14px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .pwc-editorial-wrap .pwc-section{
    padding: 60px 0;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-container{
    padding: 0 22px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.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-step-list{
    gap: 20px;
    margin-top: 36px;
  }.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::before{
    display: none;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .pwc-editorial-wrap .pwc-section{
    padding: 76px 0;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-container{
    padding: 0 32px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.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: 21px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card p, .tc-wp-content-root .pwc-editorial-wrap .pwc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-card{
    gap: 26px;
    padding: 30px 28px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-number{
    width: 62px;
    height: 62px;
    font-size: 16px;
  }}@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 34px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card{
    padding: 34px 30px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card h3, .tc-wp-content-root .pwc-editorial-wrap .pwc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-card p, .tc-wp-content-root .pwc-editorial-wrap .pwc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-list{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-card{
    gap: 30px;
    padding: 34px 36px;
  }.tc-wp-content-root .pwc-editorial-wrap .pwc-step-number{
    width: 68px;
    height: 68px;
    font-size: 17px;
  }}