@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 .dmc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .dmc-editorial-wrap, .tc-wp-content-root .dmc-editorial-wrap section, .tc-wp-content-root .dmc-editorial-wrap div, .tc-wp-content-root .dmc-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-section{
  position: relative;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-section-white{
  background: #ffffff;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-section-soft{
  background: linear-gradient(180deg, #fbf8f3 0%, #f7f4ee 100%);
}.tc-wp-content-root .dmc-editorial-wrap .dmc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(153, 102, 255, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(123, 74, 226, 0.1), rgba(245, 158, 11, 0.1));
  color: #6d3fd0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head h2{
  margin: 0;
  color: #151827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head p{
  margin: 16px auto 0;
  color: #5f6678;
  line-height: 1.75;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-info-card, .tc-wp-content-root .dmc-editorial-wrap .dmc-use-card, .tc-wp-content-root .dmc-editorial-wrap .dmc-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(30, 34, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(25, 29, 43, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-info-card::before, .tc-wp-content-root .dmc-editorial-wrap .dmc-use-card::before, .tc-wp-content-root .dmc-editorial-wrap .dmc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(123, 74, 226, 0.34), rgba(245, 158, 11, 0.26), rgba(20, 184, 166, 0.18));
  opacity: 0;
  transition: opacity 240ms 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 .dmc-editorial-wrap .dmc-info-card:hover, .tc-wp-content-root .dmc-editorial-wrap .dmc-use-card:hover, .tc-wp-content-root .dmc-editorial-wrap .dmc-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(123, 74, 226, 0.22);
  box-shadow: 0 24px 60px rgba(25, 29, 43, 0.11);
}.tc-wp-content-root .dmc-editorial-wrap .dmc-info-card:hover::before, .tc-wp-content-root .dmc-editorial-wrap .dmc-use-card:hover::before, .tc-wp-content-root .dmc-editorial-wrap .dmc-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-info-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-use-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-trust-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-card h3{
  margin: 0;
  color: #171b2c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-info-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-use-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-trust-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-card p{
  margin: 10px 0 0;
  color: #5f6678;
  line-height: 1.7;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7b4ae2, #f59e0b);
  box-shadow: 0 12px 28px rgba(123, 74, 226, 0.22);
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon::before, .tc-wp-content-root .dmc-editorial-wrap .dmc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon-path::before{
  width: 22px;
  height: 4px;
  left: 12px;
  top: 21px;
  border-radius: 99px;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon-path::after{
  width: 10px;
  height: 10px;
  right: 11px;
  top: 18px;
  border-radius: 50%;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon-heart::before{
  width: 20px;
  height: 18px;
  left: 13px;
  top: 14px;
  clip-path: polygon(50% 95%, 8% 52%, 8% 22%, 30% 8%, 50% 24%, 70% 8%, 92% 22%, 92% 52%);
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon-focus::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon-balance::before{
  width: 22px;
  height: 4px;
  left: 12px;
  top: 14px;
  border-radius: 99px;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon-balance::after{
  width: 28px;
  height: 16px;
  left: 9px;
  top: 21px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  opacity: 0.95;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon-note::before{
  width: 20px;
  height: 24px;
  left: 13px;
  top: 11px;
  border-radius: 4px;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon-note::after{
  width: 10px;
  height: 3px;
  left: 18px;
  top: 19px;
  border-radius: 99px;
  background: #7b4ae2;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(123, 74, 226, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 252, 247, 0.96));
  box-shadow: 0 18px 45px rgba(25, 29, 43, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(25, 29, 43, 0.1);
}.tc-wp-content-root .dmc-editorial-wrap .dmc-step-card::after{
  content: "";
  position: absolute;
  left: 34px;
  top: 72px;
  bottom: -28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(123, 74, 226, 0.35), rgba(245, 158, 11, 0));
}.tc-wp-content-root .dmc-editorial-wrap .dmc-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #7b4ae2, #f59e0b);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(123, 74, 226, 0.24);
}.tc-wp-content-root .dmc-editorial-wrap .dmc-use-badge{
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #08766d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(123, 74, 226, 0.14), rgba(245, 158, 11, 0.16));
  position: relative;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-trust-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #7b4ae2;
  border-bottom: 3px solid #7b4ae2;
  transform: rotate(-45deg);
}.tc-wp-content-root .dmc-editorial-wrap [data-dmc-reveal]{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .dmc-editorial-wrap [data-dmc-reveal].dmc-is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .dmc-editorial-wrap .dmc-section{
    padding: 52px 0;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-container{
    padding: 0 14px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-info-card, .tc-wp-content-root .dmc-editorial-wrap .dmc-use-card, .tc-wp-content-root .dmc-editorial-wrap .dmc-trust-card{
    padding: 22px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-info-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-use-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-trust-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-info-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-use-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-trust-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-card::after{
    display: none;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .dmc-editorial-wrap .dmc-section{
    padding: 58px 0;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-container{
    padding: 0 18px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-info-card, .tc-wp-content-root .dmc-editorial-wrap .dmc-use-card, .tc-wp-content-root .dmc-editorial-wrap .dmc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-info-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-use-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-trust-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-info-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-use-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-trust-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-card::after{
    display: none;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .dmc-editorial-wrap .dmc-section{
    padding: 64px 0;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-container{
    padding: 0 22px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-info-card, .tc-wp-content-root .dmc-editorial-wrap .dmc-use-card, .tc-wp-content-root .dmc-editorial-wrap .dmc-trust-card{
    padding: 26px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-info-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-use-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-trust-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-info-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-use-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-trust-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-card::after{
    display: none;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .dmc-editorial-wrap .dmc-section{
    padding: 78px 0;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-container{
    padding: 0 32px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-info-card, .tc-wp-content-root .dmc-editorial-wrap .dmc-use-card, .tc-wp-content-root .dmc-editorial-wrap .dmc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-info-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-use-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-trust-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-info-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-use-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-trust-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-number{
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .dmc-editorial-wrap .dmc-section{
    padding: 92px 0;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-container{
    padding: 0 28px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-info-card, .tc-wp-content-root .dmc-editorial-wrap .dmc-use-card, .tc-wp-content-root .dmc-editorial-wrap .dmc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-info-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-use-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-trust-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-info-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-use-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-trust-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-number{
    font-size: 20px;
  }}

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