@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 .qwc-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.tc-wp-content-root .qwc-content-wrap, .tc-wp-content-root .qwc-content-wrap section, .tc-wp-content-root .qwc-content-wrap div, .tc-wp-content-root .qwc-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .qwc-content-wrap .qwc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .qwc-content-wrap .qwc-section-white{
  background: #ffffff;
}.tc-wp-content-root .qwc-content-wrap .qwc-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}.tc-wp-content-root .qwc-content-wrap .qwc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .qwc-content-wrap .qwc-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .qwc-content-wrap .qwc-eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(69, 105, 255, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(69, 105, 255, 0.1), rgba(26, 188, 156, 0.1));
  color: #3655d6;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .qwc-content-wrap .qwc-heading-block h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}.tc-wp-content-root .qwc-content-wrap .qwc-heading-block p{
  margin: 16px auto 0;
  color: #5d6678;
  line-height: 1.72;
}.tc-wp-content-root .qwc-content-wrap .qwc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .qwc-content-wrap .qwc-card, .tc-wp-content-root .qwc-content-wrap .qwc-benefit-card{
  position: relative;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(22, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .qwc-content-wrap .qwc-card::before, .tc-wp-content-root .qwc-content-wrap .qwc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #4569ff, #1abc9c);
  opacity: 0.92;
}.tc-wp-content-root .qwc-content-wrap .qwc-card:hover, .tc-wp-content-root .qwc-content-wrap .qwc-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(69, 105, 255, 0.26);
  box-shadow: 0 24px 64px rgba(23, 32, 51, 0.12);
}.tc-wp-content-root .qwc-content-wrap .qwc-card h3, .tc-wp-content-root .qwc-content-wrap .qwc-benefit-card h3, .tc-wp-content-root .qwc-content-wrap .qwc-step-content h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .qwc-content-wrap .qwc-card p, .tc-wp-content-root .qwc-content-wrap .qwc-benefit-card p, .tc-wp-content-root .qwc-content-wrap .qwc-step-content p{
  margin: 10px 0 0;
  color: #626b7c;
  line-height: 1.68;
}.tc-wp-content-root .qwc-content-wrap .qwc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(69, 105, 255, 0.14), rgba(26, 188, 156, 0.14));
  box-shadow: inset 0 0 0 1px rgba(69, 105, 255, 0.1);
}.tc-wp-content-root .qwc-content-wrap .qwc-icon::before, .tc-wp-content-root .qwc-content-wrap .qwc-icon::after{
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #4569ff, #1abc9c);
  transition: transform 240ms ease;
}.tc-wp-content-root .qwc-content-wrap .qwc-card:hover .qwc-icon::before, .tc-wp-content-root .qwc-content-wrap .qwc-card:hover .qwc-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .qwc-content-wrap .qwc-icon-lines::before{
  width: 22px;
  height: 3px;
  top: 16px;
  left: 12px;
  border-radius: 99px;
}.tc-wp-content-root .qwc-content-wrap .qwc-icon-lines::after{
  width: 16px;
  height: 3px;
  top: 26px;
  left: 12px;
  border-radius: 99px;
}.tc-wp-content-root .qwc-content-wrap .qwc-icon-spark::before{
  width: 18px;
  height: 18px;
  top: 14px;
  left: 14px;
  clip-path: polygon(50% 0%, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 36%);
}.tc-wp-content-root .qwc-content-wrap .qwc-icon-spark::after{
  width: 6px;
  height: 6px;
  top: 12px;
  right: 12px;
  border-radius: 50%;
}.tc-wp-content-root .qwc-content-wrap .qwc-icon-target::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #4569ff;
}.tc-wp-content-root .qwc-content-wrap .qwc-icon-target::after{
  width: 8px;
  height: 8px;
  top: 19px;
  left: 19px;
  border-radius: 50%;
}.tc-wp-content-root .qwc-content-wrap .qwc-icon-doc::before{
  width: 20px;
  height: 24px;
  top: 11px;
  left: 13px;
  border-radius: 5px;
}.tc-wp-content-root .qwc-content-wrap .qwc-icon-doc::after{
  width: 12px;
  height: 2px;
  top: 21px;
  left: 17px;
  border-radius: 99px;
  background: #ffffff;
}.tc-wp-content-root .qwc-content-wrap .qwc-icon-clock::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #1abc9c;
}.tc-wp-content-root .qwc-content-wrap .qwc-icon-clock::after{
  width: 10px;
  height: 10px;
  top: 17px;
  left: 22px;
  border-left: 3px solid #4569ff;
  border-bottom: 3px solid #4569ff;
  background: transparent;
}.tc-wp-content-root .qwc-content-wrap .qwc-icon-check::before{
  width: 20px;
  height: 10px;
  top: 16px;
  left: 13px;
  border-left: 4px solid #1abc9c;
  border-bottom: 4px solid #1abc9c;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .qwc-content-wrap .qwc-icon-check::after{
  display: none;
}.tc-wp-content-root .qwc-content-wrap .qwc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .qwc-content-wrap .qwc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(69, 105, 255, 0.14);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(23, 32, 51, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.tc-wp-content-root .qwc-content-wrap .qwc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 68px rgba(23, 32, 51, 0.12);
}.tc-wp-content-root .qwc-content-wrap .qwc-step-card::after{
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 58px;
  width: 1px;
  background: linear-gradient(180deg, rgba(69, 105, 255, 0.26), rgba(26, 188, 156, 0.26));
}.tc-wp-content-root .qwc-content-wrap .qwc-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, #4569ff, #1abc9c);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(69, 105, 255, 0.24);
}.tc-wp-content-root .qwc-content-wrap .qwc-step-content{
  min-width: 0;
}.tc-wp-content-root .qwc-content-wrap .qwc-badge{
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eef4ff;
  color: #3655d6;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .qwc-content-wrap .qwc-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .qwc-content-wrap .qwc-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4569ff, #1abc9c);
  box-shadow: 0 14px 30px rgba(69, 105, 255, 0.22);
}.tc-wp-content-root .qwc-content-wrap .qwc-benefit-mark::before{
  content: "";
  width: 18px;
  height: 9px;
  margin: 13px 0 0 11px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .qwc-content-wrap .qwc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .qwc-content-wrap .qwc-reveal.qwc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .qwc-content-wrap .qwc-section{
    padding: 48px 0;
  }.tc-wp-content-root .qwc-content-wrap .qwc-container{
    padding: 0 14px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-heading-block h2{
    font-size: 26px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-card, .tc-wp-content-root .qwc-content-wrap .qwc-benefit-card{
    padding: 24px;
    border-radius: 18px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-card h3, .tc-wp-content-root .qwc-content-wrap .qwc-benefit-card h3, .tc-wp-content-root .qwc-content-wrap .qwc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-card p, .tc-wp-content-root .qwc-content-wrap .qwc-benefit-card p, .tc-wp-content-root .qwc-content-wrap .qwc-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-step-card::after{
    display: none;
  }.tc-wp-content-root .qwc-content-wrap .qwc-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .qwc-content-wrap .qwc-section{
    padding: 54px 0;
  }.tc-wp-content-root .qwc-content-wrap .qwc-container{
    padding: 0 18px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-heading-block h2{
    font-size: 29px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-card, .tc-wp-content-root .qwc-content-wrap .qwc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-card h3, .tc-wp-content-root .qwc-content-wrap .qwc-benefit-card h3, .tc-wp-content-root .qwc-content-wrap .qwc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-card p, .tc-wp-content-root .qwc-content-wrap .qwc-benefit-card p, .tc-wp-content-root .qwc-content-wrap .qwc-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-step-card::after{
    display: none;
  }.tc-wp-content-root .qwc-content-wrap .qwc-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .qwc-content-wrap .qwc-section{
    padding: 62px 0;
  }.tc-wp-content-root .qwc-content-wrap .qwc-container{
    padding: 0 22px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-heading-block h2{
    font-size: 33px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-card, .tc-wp-content-root .qwc-content-wrap .qwc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-card h3, .tc-wp-content-root .qwc-content-wrap .qwc-benefit-card h3, .tc-wp-content-root .qwc-content-wrap .qwc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-card p, .tc-wp-content-root .qwc-content-wrap .qwc-benefit-card p, .tc-wp-content-root .qwc-content-wrap .qwc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-step-card::after{
    display: none;
  }.tc-wp-content-root .qwc-content-wrap .qwc-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .qwc-content-wrap .qwc-section{
    padding: 78px 0;
  }.tc-wp-content-root .qwc-content-wrap .qwc-container{
    padding: 0 30px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-heading-block h2{
    font-size: 40px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-card, .tc-wp-content-root .qwc-content-wrap .qwc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-card h3, .tc-wp-content-root .qwc-content-wrap .qwc-benefit-card h3, .tc-wp-content-root .qwc-content-wrap .qwc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-card p, .tc-wp-content-root .qwc-content-wrap .qwc-benefit-card p, .tc-wp-content-root .qwc-content-wrap .qwc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-step-number{
    font-size: 22px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .qwc-content-wrap .qwc-section{
    padding: 96px 0;
  }.tc-wp-content-root .qwc-content-wrap .qwc-container{
    padding: 0 32px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-heading-block h2{
    font-size: 46px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .qwc-content-wrap .qwc-card, .tc-wp-content-root .qwc-content-wrap .qwc-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-card h3, .tc-wp-content-root .qwc-content-wrap .qwc-benefit-card h3, .tc-wp-content-root .qwc-content-wrap .qwc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-card p, .tc-wp-content-root .qwc-content-wrap .qwc-benefit-card p, .tc-wp-content-root .qwc-content-wrap .qwc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-step-card{
    gap: 34px;
    padding: 34px 38px;
  }.tc-wp-content-root .qwc-content-wrap .qwc-step-number{
    font-size: 23px;
  }}

.tc-wp-content-root .qwc-benefit-grid {}