@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 .awc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .awc-editorial-wrap .awc-section{
  position: relative;
}.tc-wp-content-root .awc-editorial-wrap .awc-section-white{
  background: #ffffff;
}.tc-wp-content-root .awc-editorial-wrap .awc-section-soft{
  background: linear-gradient(180deg, #f8fafc 0%, #f3f7fb 100%);
}.tc-wp-content-root .awc-editorial-wrap .awc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .awc-editorial-wrap .awc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .awc-editorial-wrap .awc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 14px;
  margin-bottom: 14px;
  border: 1px solid rgba(45, 111, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(45, 111, 255, 0.1), rgba(18, 196, 166, 0.12));
  color: #1e5edb;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .awc-editorial-wrap .awc-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .awc-editorial-wrap .awc-section-head p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #5b6678;
  font-weight: 450;
}.tc-wp-content-root .awc-editorial-wrap .awc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .awc-editorial-wrap .awc-card, .tc-wp-content-root .awc-editorial-wrap .awc-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .awc-editorial-wrap .awc-card::before, .tc-wp-content-root .awc-editorial-wrap .awc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(45, 111, 255, 0.28), rgba(18, 196, 166, 0.2), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .awc-editorial-wrap .awc-card:hover, .tc-wp-content-root .awc-editorial-wrap .awc-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(45, 111, 255, 0.26);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.1);
}.tc-wp-content-root .awc-editorial-wrap .awc-card:hover::before, .tc-wp-content-root .awc-editorial-wrap .awc-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .awc-editorial-wrap .awc-card h3, .tc-wp-content-root .awc-editorial-wrap .awc-step-card h3, .tc-wp-content-root .awc-editorial-wrap .awc-trust-card h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .awc-editorial-wrap .awc-card p, .tc-wp-content-root .awc-editorial-wrap .awc-step-card p, .tc-wp-content-root .awc-editorial-wrap .awc-trust-card p{
  margin: 10px 0 0;
  color: #5b6678;
  font-weight: 430;
}.tc-wp-content-root .awc-editorial-wrap .awc-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #2d6fff, #12c4a6);
  box-shadow: 0 12px 26px rgba(45, 111, 255, 0.22);
  transition: transform 220ms ease;
}.tc-wp-content-root .awc-editorial-wrap .awc-card:hover .awc-icon{
  transform: translateY(-3px) rotate(2deg);
}.tc-wp-content-root .awc-editorial-wrap .awc-icon::after{
  content: "";
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 6px;
}.tc-wp-content-root .awc-editorial-wrap .awc-icon-lines::after{
  width: 22px;
  height: 14px;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}.tc-wp-content-root .awc-editorial-wrap .awc-icon-target::after{
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.32);
}.tc-wp-content-root .awc-editorial-wrap .awc-icon-speed::after{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border-top-color: transparent;
}.tc-wp-content-root .awc-editorial-wrap .awc-icon-focus::after{
  width: 18px;
  height: 18px;
  border-radius: 4px;
  box-shadow: 7px 7px 0 rgba(255, 255, 255, 0.28);
}.tc-wp-content-root .awc-editorial-wrap .awc-icon-copy::after{
  width: 16px;
  height: 18px;
  border-radius: 4px;
  box-shadow: 6px -6px 0 rgba(255, 255, 255, 0.28);
}.tc-wp-content-root .awc-editorial-wrap .awc-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .awc-editorial-wrap .awc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(45, 111, 255, 0.14);
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .awc-editorial-wrap .awc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.09);
}.tc-wp-content-root .awc-editorial-wrap .awc-step-card::after{
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #2d6fff, #12c4a6);
}.tc-wp-content-root .awc-editorial-wrap .awc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #172033, #2d6fff);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(45, 111, 255, 0.22);
}.tc-wp-content-root .awc-editorial-wrap .awc-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(18, 196, 166, 0.11);
  color: #087f70;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .awc-editorial-wrap .awc-trust-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  text-align: left;
}.tc-wp-content-root .awc-editorial-wrap .awc-trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(45, 111, 255, 0.13), rgba(18, 196, 166, 0.16));
  border: 1px solid rgba(45, 111, 255, 0.14);
}.tc-wp-content-root .awc-editorial-wrap .awc-trust-mark::after{
  content: "";
  width: 18px;
  height: 10px;
  margin: 13px auto 0;
  border-left: 3px solid #12a88f;
  border-bottom: 3px solid #12a88f;
  transform: rotate(-45deg);
}.tc-wp-content-root .awc-editorial-wrap .awc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .awc-editorial-wrap .awc-reveal.awc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .awc-editorial-wrap .awc-section{
    padding: 52px 0;
  }.tc-wp-content-root .awc-editorial-wrap .awc-container{
    padding: 0 14px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-card, .tc-wp-content-root .awc-editorial-wrap .awc-trust-card{
    padding: 22px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-card h3, .tc-wp-content-root .awc-editorial-wrap .awc-step-card h3, .tc-wp-content-root .awc-editorial-wrap .awc-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-card p, .tc-wp-content-root .awc-editorial-wrap .awc-step-card p, .tc-wp-content-root .awc-editorial-wrap .awc-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .awc-editorial-wrap .awc-section{
    padding: 58px 0;
  }.tc-wp-content-root .awc-editorial-wrap .awc-container{
    padding: 0 18px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-card, .tc-wp-content-root .awc-editorial-wrap .awc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-card h3, .tc-wp-content-root .awc-editorial-wrap .awc-step-card h3, .tc-wp-content-root .awc-editorial-wrap .awc-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-card p, .tc-wp-content-root .awc-editorial-wrap .awc-step-card p, .tc-wp-content-root .awc-editorial-wrap .awc-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-step-list{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .awc-editorial-wrap .awc-section{
    padding: 64px 0;
  }.tc-wp-content-root .awc-editorial-wrap .awc-container{
    padding: 0 22px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-card, .tc-wp-content-root .awc-editorial-wrap .awc-trust-card{
    padding: 26px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-card h3, .tc-wp-content-root .awc-editorial-wrap .awc-step-card h3, .tc-wp-content-root .awc-editorial-wrap .awc-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-card p, .tc-wp-content-root .awc-editorial-wrap .awc-step-card p, .tc-wp-content-root .awc-editorial-wrap .awc-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-step-list{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .awc-editorial-wrap .awc-section{
    padding: 78px 0;
  }.tc-wp-content-root .awc-editorial-wrap .awc-container{
    padding: 0 32px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-card, .tc-wp-content-root .awc-editorial-wrap .awc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-card h3, .tc-wp-content-root .awc-editorial-wrap .awc-step-card h3, .tc-wp-content-root .awc-editorial-wrap .awc-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-card p, .tc-wp-content-root .awc-editorial-wrap .awc-step-card p, .tc-wp-content-root .awc-editorial-wrap .awc-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .awc-editorial-wrap .awc-section{
    padding: 96px 0;
  }.tc-wp-content-root .awc-editorial-wrap .awc-container{
    padding: 0 32px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-grid-six, .tc-wp-content-root .awc-editorial-wrap .awc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .awc-editorial-wrap .awc-card, .tc-wp-content-root .awc-editorial-wrap .awc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-card h3, .tc-wp-content-root .awc-editorial-wrap .awc-step-card h3, .tc-wp-content-root .awc-editorial-wrap .awc-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-card p, .tc-wp-content-root .awc-editorial-wrap .awc-step-card p, .tc-wp-content-root .awc-editorial-wrap .awc-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-step-list{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-step-card{
    gap: 26px;
    padding: 34px 38px;
  }.tc-wp-content-root .awc-editorial-wrap .awc-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}

.tc-wp-content-root .awc-icon-count {}
.tc-wp-content-root .awc-step-content {}