@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 .bwc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #162033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-section-white{
  background: #ffffff;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-section-soft{
  background: #f7f9fc;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(25, 118, 210, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(25, 118, 210, 0.1), rgba(0, 184, 148, 0.1));
  color: #1468b7;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-heading p{
  margin: 14px auto 0;
  color: #5b667a;
  font-weight: 400;
  line-height: 1.7;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-card, .tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 45px rgba(30, 41, 59, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-card::before, .tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(25, 118, 210, 0.12), rgba(0, 184, 148, 0.1));
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-card:hover, .tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(25, 118, 210, 0.24);
  box-shadow: 0 24px 60px rgba(30, 41, 59, 0.12);
}.tc-wp-content-root .bwc-editorial-wrap .bwc-card:hover::before, .tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-step h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-step p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5b667a;
  line-height: 1.65;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1976d2, #00b894);
  box-shadow: 0 14px 26px rgba(25, 118, 210, 0.22);
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon::before, .tc-wp-content-root .bwc-editorial-wrap .bwc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.95;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon-count::before{
  width: 22px;
  height: 3px;
  left: 13px;
  top: 15px;
  border-radius: 4px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon-focus::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon-focus::after{
  width: 8px;
  height: 3px;
  right: 11px;
  bottom: 12px;
  border-radius: 4px;
  transform: rotate(45deg);
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon-seo::before{
  width: 24px;
  height: 16px;
  left: 12px;
  top: 18px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: skew(-18deg);
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon-brief::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 16px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon-read::before{
  width: 22px;
  height: 26px;
  left: 13px;
  top: 11px;
  border-radius: 4px;
  background: #ffffff;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon-read::after{
  width: 12px;
  height: 2px;
  left: 18px;
  top: 19px;
  border-radius: 4px;
  box-shadow: 0 6px 0 #1976d2, 0 12px 0 #1976d2;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-icon-speed::after{
  width: 10px;
  height: 3px;
  left: 24px;
  top: 22px;
  border-radius: 4px;
  transform: rotate(-35deg);
}.tc-wp-content-root .bwc-editorial-wrap .bwc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 20px 46px rgba(30, 41, 59, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-step::after{
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #1976d2, #00b894);
}.tc-wp-content-root .bwc-editorial-wrap .bwc-step:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 184, 148, 0.24);
  box-shadow: 0 26px 58px rgba(30, 41, 59, 0.11);
}.tc-wp-content-root .bwc-editorial-wrap .bwc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1976d2, #00b894);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(25, 118, 210, 0.24);
}.tc-wp-content-root .bwc-editorial-wrap .bwc-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(25, 118, 210, 0.1);
  color: #1468b7;
  font-size: 14px;
  font-weight: 900;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card{
  overflow: hidden;
}.tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card::after{
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(25, 118, 210, 0.14), rgba(0, 184, 148, 0.14));
}.tc-wp-content-root .bwc-editorial-wrap .bwc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .bwc-editorial-wrap .bwc-reveal.bwc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .bwc-editorial-wrap .bwc-section{
    padding: 46px 0;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-container{
    padding: 0 14px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-heading{
    margin-bottom: 26px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-heading p{
    font-size: 14px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card, .tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-step h3{
    font-size: 18px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-step p{
    font-size: 14px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-steps{
    gap: 16px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-step-number{
    min-width: 56px;
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .bwc-editorial-wrap .bwc-section{
    padding: 52px 0;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-container{
    padding: 0 18px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card, .tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-step h3{
    font-size: 19px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-step p{
    font-size: 15px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-steps{
    gap: 18px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-step-number{
    min-width: 58px;
    width: 58px;
    height: 58px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .bwc-editorial-wrap .bwc-section{
    padding: 58px 0;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-container{
    padding: 0 22px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card, .tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card{
    padding: 26px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-step h3{
    font-size: 20px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-steps{
    gap: 20px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-step-number{
    min-width: 60px;
    width: 60px;
    height: 60px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .bwc-editorial-wrap .bwc-section{
    padding: 76px 0;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-container{
    padding: 0 32px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-grid-3, .tc-wp-content-root .bwc-editorial-wrap .bwc-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card, .tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-step h3{
    font-size: 21px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-step p{
    font-size: 16px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-steps{
    gap: 22px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-step{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-step-number{
    min-width: 64px;
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .bwc-editorial-wrap .bwc-section{
    padding: 92px 0;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-container{
    padding: 0 34px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-heading p{
    font-size: 18px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-grid-3, .tc-wp-content-root .bwc-editorial-wrap .bwc-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card, .tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card h3, .tc-wp-content-root .bwc-editorial-wrap .bwc-step h3{
    font-size: 22px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-trust-card p, .tc-wp-content-root .bwc-editorial-wrap .bwc-step p{
    font-size: 16px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-steps{
    gap: 24px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-step{
    gap: 26px;
    padding: 32px 34px;
  }.tc-wp-content-root .bwc-editorial-wrap .bwc-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }}

.tc-wp-content-root .bwc-step-content {}