@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 .epubwc-content{
  width: 100%;
  overflow-x: hidden;
  color: #15202b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .epubwc-content, .tc-wp-content-root .epubwc-content .epubwc-section, .tc-wp-content-root .epubwc-content .epubwc-container, .tc-wp-content-root .epubwc-content .epubwc-card, .tc-wp-content-root .epubwc-content .epubwc-step, .tc-wp-content-root .epubwc-content .epubwc-trust-card{
  box-sizing: border-box;
}.tc-wp-content-root .epubwc-content .epubwc-section{
  position: relative;
}.tc-wp-content-root .epubwc-content .epubwc-section-white{
  background: #ffffff;
}.tc-wp-content-root .epubwc-content .epubwc-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f4f7fb 100%);
}.tc-wp-content-root .epubwc-content .epubwc-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}.tc-wp-content-root .epubwc-content .epubwc-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .epubwc-content .epubwc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #0f766e;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.13), rgba(59, 130, 246, 0.1));
  border: 1px solid rgba(20, 184, 166, 0.18);
  font-weight: 750;
  line-height: 1.1;
}.tc-wp-content-root .epubwc-content .epubwc-heading h2{
  margin: 0;
  color: #101827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .epubwc-content .epubwc-heading p{
  margin: 16px auto 0;
  color: #5b6575;
  line-height: 1.7;
}.tc-wp-content-root .epubwc-content .epubwc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .epubwc-content .epubwc-card, .tc-wp-content-root .epubwc-content .epubwc-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(26, 38, 58, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(20, 31, 48, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .epubwc-content .epubwc-card::before, .tc-wp-content-root .epubwc-content .epubwc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.45), rgba(99, 102, 241, 0.26), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 220ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}.tc-wp-content-root .epubwc-content .epubwc-card:hover, .tc-wp-content-root .epubwc-content .epubwc-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(20, 184, 166, 0.24);
  box-shadow: 0 24px 60px rgba(20, 31, 48, 0.13);
}.tc-wp-content-root .epubwc-content .epubwc-card:hover::before, .tc-wp-content-root .epubwc-content .epubwc-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .epubwc-content .epubwc-card h3, .tc-wp-content-root .epubwc-content .epubwc-step h3, .tc-wp-content-root .epubwc-content .epubwc-trust-card h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .epubwc-content .epubwc-card p, .tc-wp-content-root .epubwc-content .epubwc-step p, .tc-wp-content-root .epubwc-content .epubwc-trust-card p{
  margin: 10px 0 0;
  color: #647084;
  line-height: 1.65;
}.tc-wp-content-root .epubwc-content .epubwc-icon{
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #14b8a6, #2563eb);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.2);
  position: relative;
}.tc-wp-content-root .epubwc-content .epubwc-icon::before, .tc-wp-content-root .epubwc-content .epubwc-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
}.tc-wp-content-root .epubwc-content .epubwc-icon-lines::before{
  width: 22px;
  height: 3px;
  left: 13px;
  top: 16px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.75), 0 14px 0 rgba(255, 255, 255, 0.55);
}.tc-wp-content-root .epubwc-content .epubwc-icon-clock::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .epubwc-content .epubwc-icon-clock::after{
  width: 10px;
  height: 3px;
  left: 24px;
  top: 23px;
  transform-origin: left center;
  transform: rotate(35deg);
}.tc-wp-content-root .epubwc-content .epubwc-icon-chapter::before{
  width: 18px;
  height: 24px;
  left: 15px;
  top: 12px;
  border-radius: 4px;
}.tc-wp-content-root .epubwc-content .epubwc-icon-chapter::after{
  width: 10px;
  height: 2px;
  left: 19px;
  top: 20px;
  box-shadow: 0 6px 0 rgba(20, 184, 166, 0.5);
}.tc-wp-content-root .epubwc-content .epubwc-icon-editor::before{
  width: 24px;
  height: 4px;
  left: 12px;
  top: 24px;
  transform: rotate(-38deg);
}.tc-wp-content-root .epubwc-content .epubwc-icon-editor::after{
  width: 7px;
  height: 7px;
  right: 11px;
  top: 13px;
}.tc-wp-content-root .epubwc-content .epubwc-icon-publish::before{
  width: 20px;
  height: 18px;
  left: 14px;
  top: 18px;
  border-radius: 4px 4px 2px 2px;
}.tc-wp-content-root .epubwc-content .epubwc-icon-publish::after{
  width: 12px;
  height: 12px;
  left: 18px;
  top: 10px;
  transform: rotate(45deg);
}.tc-wp-content-root .epubwc-content .epubwc-icon-focus::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .epubwc-content .epubwc-icon-focus::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
}.tc-wp-content-root .epubwc-content .epubwc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .epubwc-content .epubwc-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border-radius: 24px;
  border: 1px solid rgba(26, 38, 58, 0.09);
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 48px rgba(20, 31, 48, 0.08);
  overflow: hidden;
}.tc-wp-content-root .epubwc-content .epubwc-step::after{
  content: "";
  position: absolute;
  right: -70px;
  top: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.16), rgba(37, 99, 235, 0));
  pointer-events: none;
}.tc-wp-content-root .epubwc-content .epubwc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  background: linear-gradient(135deg, #0f766e, #2563eb);
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.22);
  border-radius: 18px;
}.tc-wp-content-root .epubwc-content .epubwc-step-content{
  position: relative;
  z-index: 1;
  min-width: 0;
}.tc-wp-content-root .epubwc-content .epubwc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 15px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #2563eb;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.12);
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .epubwc-content .epubwc-trust-card{
  text-align: center;
}.tc-wp-content-root .epubwc-content .epubwc-trust-mark{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 36px;
  margin-bottom: 18px;
  padding: 0 14px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #14b8a6, #2563eb);
  box-shadow: 0 12px 26px rgba(20, 184, 166, 0.22);
  font-weight: 850;
}.tc-wp-content-root .epubwc-content .epubwc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .epubwc-content .epubwc-reveal.epubwc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .epubwc-content .epubwc-section{
    padding: 54px 0;
  }.tc-wp-content-root .epubwc-content .epubwc-container{
    padding: 0 15px;
  }.tc-wp-content-root .epubwc-content .epubwc-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .epubwc-content .epubwc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .epubwc-content .epubwc-kicker{
    font-size: 12px;
  }.tc-wp-content-root .epubwc-content .epubwc-grid, .tc-wp-content-root .epubwc-content .epubwc-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .epubwc-content .epubwc-card, .tc-wp-content-root .epubwc-content .epubwc-trust-card{
    padding: 22px;
  }.tc-wp-content-root .epubwc-content .epubwc-card h3, .tc-wp-content-root .epubwc-content .epubwc-step h3, .tc-wp-content-root .epubwc-content .epubwc-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .epubwc-content .epubwc-card p, .tc-wp-content-root .epubwc-content .epubwc-step p, .tc-wp-content-root .epubwc-content .epubwc-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .epubwc-content .epubwc-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .epubwc-content .epubwc-step-number{
    width: 52px;
    height: 52px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .epubwc-content .epubwc-section{
    padding: 60px 0;
  }.tc-wp-content-root .epubwc-content .epubwc-container{
    padding: 0 18px;
  }.tc-wp-content-root .epubwc-content .epubwc-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .epubwc-content .epubwc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .epubwc-content .epubwc-kicker{
    font-size: 12.5px;
  }.tc-wp-content-root .epubwc-content .epubwc-grid, .tc-wp-content-root .epubwc-content .epubwc-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .epubwc-content .epubwc-card, .tc-wp-content-root .epubwc-content .epubwc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .epubwc-content .epubwc-card h3, .tc-wp-content-root .epubwc-content .epubwc-step h3, .tc-wp-content-root .epubwc-content .epubwc-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .epubwc-content .epubwc-card p, .tc-wp-content-root .epubwc-content .epubwc-step p, .tc-wp-content-root .epubwc-content .epubwc-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .epubwc-content .epubwc-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .epubwc-content .epubwc-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .epubwc-content .epubwc-section{
    padding: 66px 0;
  }.tc-wp-content-root .epubwc-content .epubwc-container{
    padding: 0 22px;
  }.tc-wp-content-root .epubwc-content .epubwc-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .epubwc-content .epubwc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .epubwc-content .epubwc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .epubwc-content .epubwc-grid, .tc-wp-content-root .epubwc-content .epubwc-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .epubwc-content .epubwc-card, .tc-wp-content-root .epubwc-content .epubwc-trust-card{
    padding: 26px;
  }.tc-wp-content-root .epubwc-content .epubwc-card h3, .tc-wp-content-root .epubwc-content .epubwc-step h3, .tc-wp-content-root .epubwc-content .epubwc-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .epubwc-content .epubwc-card p, .tc-wp-content-root .epubwc-content .epubwc-step p, .tc-wp-content-root .epubwc-content .epubwc-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .epubwc-content .epubwc-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .epubwc-content .epubwc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .epubwc-content .epubwc-section{
    padding: 78px 0;
  }.tc-wp-content-root .epubwc-content .epubwc-container{
    padding: 0 28px;
  }.tc-wp-content-root .epubwc-content .epubwc-heading h2{
    font-size: 42px;
  }.tc-wp-content-root .epubwc-content .epubwc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .epubwc-content .epubwc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .epubwc-content .epubwc-grid-six, .tc-wp-content-root .epubwc-content .epubwc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .epubwc-content .epubwc-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .epubwc-content .epubwc-card, .tc-wp-content-root .epubwc-content .epubwc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .epubwc-content .epubwc-card h3, .tc-wp-content-root .epubwc-content .epubwc-step h3, .tc-wp-content-root .epubwc-content .epubwc-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .epubwc-content .epubwc-card p, .tc-wp-content-root .epubwc-content .epubwc-step p, .tc-wp-content-root .epubwc-content .epubwc-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .epubwc-content .epubwc-step{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .epubwc-content .epubwc-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .epubwc-content .epubwc-section{
    padding: 96px 0;
  }.tc-wp-content-root .epubwc-content .epubwc-container{
    padding: 0 32px;
  }.tc-wp-content-root .epubwc-content .epubwc-heading h2{
    font-size: 48px;
  }.tc-wp-content-root .epubwc-content .epubwc-heading p{
    font-size: 18px;
  }.tc-wp-content-root .epubwc-content .epubwc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .epubwc-content .epubwc-grid-six, .tc-wp-content-root .epubwc-content .epubwc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .epubwc-content .epubwc-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .epubwc-content .epubwc-card, .tc-wp-content-root .epubwc-content .epubwc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .epubwc-content .epubwc-card h3, .tc-wp-content-root .epubwc-content .epubwc-step h3, .tc-wp-content-root .epubwc-content .epubwc-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .epubwc-content .epubwc-card p, .tc-wp-content-root .epubwc-content .epubwc-step p, .tc-wp-content-root .epubwc-content .epubwc-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .epubwc-content .epubwc-step{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .epubwc-content .epubwc-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}

.tc-wp-content-root .epubwc-card-compact {}