@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 .dsv-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.tc-wp-content-root .dsv-editorial, .tc-wp-content-root .dsv-editorial div, .tc-wp-content-root .dsv-editorial section, .tc-wp-content-root .dsv-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .dsv-editorial .dsv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .dsv-editorial .dsv-section-white{
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 213, 167, 0.08), transparent 28%),
    #ffffff;
}.tc-wp-content-root .dsv-editorial .dsv-section-soft{
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 252, 0, 0.16), transparent 26%),
    linear-gradient(180deg, #fbfcf7 0%, #f6faf4 100%);
}.tc-wp-content-root .dsv-editorial .dsv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .dsv-editorial .dsv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .dsv-editorial .dsv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 12px;
  border: 1px solid rgba(0, 181, 141, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.24), rgba(0, 213, 167, 0.12));
  color: #0a765f;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .dsv-editorial .dsv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff600, #00d5a7);
  box-shadow: 0 0 0 5px rgba(0, 213, 167, 0.12);
}.tc-wp-content-root .dsv-editorial h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .dsv-editorial .dsv-heading p{
  margin: 14px auto 0;
  color: #5d6778;
  line-height: 1.7;
}.tc-wp-content-root .dsv-editorial .dsv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .dsv-editorial .dsv-card, .tc-wp-content-root .dsv-editorial .dsv-trust-card, .tc-wp-content-root .dsv-editorial .dsv-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .dsv-editorial .dsv-card{
  border-radius: 22px;
  overflow: hidden;
}.tc-wp-content-root .dsv-editorial .dsv-card::after, .tc-wp-content-root .dsv-editorial .dsv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.12), rgba(0, 213, 167, 0.08), transparent 58%);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .dsv-editorial .dsv-card:hover, .tc-wp-content-root .dsv-editorial .dsv-trust-card:hover, .tc-wp-content-root .dsv-editorial .dsv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 181, 141, 0.28);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.12);
}.tc-wp-content-root .dsv-editorial .dsv-card:hover::after, .tc-wp-content-root .dsv-editorial .dsv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .dsv-editorial .dsv-card h3, .tc-wp-content-root .dsv-editorial .dsv-trust-card h3, .tc-wp-content-root .dsv-editorial .dsv-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151d2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .dsv-editorial .dsv-card p, .tc-wp-content-root .dsv-editorial .dsv-trust-card p, .tc-wp-content-root .dsv-editorial .dsv-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5f6b7a;
  line-height: 1.68;
}.tc-wp-content-root .dsv-editorial .dsv-icon{
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff600, #00d5a7);
  box-shadow: 0 12px 26px rgba(0, 181, 141, 0.2);
  transition: transform 260ms ease;
}.tc-wp-content-root .dsv-editorial .dsv-card:hover .dsv-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .dsv-editorial .dsv-icon::before, .tc-wp-content-root .dsv-editorial .dsv-icon::after{
  content: "";
  position: absolute;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.88);
}.tc-wp-content-root .dsv-editorial .dsv-icon-window::before{
  left: 11px;
  top: 12px;
  width: 24px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: transparent;
}.tc-wp-content-root .dsv-editorial .dsv-icon-window::after{
  left: 15px;
  top: 30px;
  width: 16px;
  height: 3px;
}.tc-wp-content-root .dsv-editorial .dsv-icon-speed::before{
  left: 11px;
  top: 24px;
  width: 24px;
  height: 9px;
  border-radius: 14px 14px 4px 4px;
}.tc-wp-content-root .dsv-editorial .dsv-icon-speed::after{
  left: 22px;
  top: 15px;
  width: 4px;
  height: 18px;
  transform: rotate(38deg);
}.tc-wp-content-root .dsv-editorial .dsv-icon-preview::before{
  left: 10px;
  top: 14px;
  width: 26px;
  height: 18px;
}.tc-wp-content-root .dsv-editorial .dsv-icon-preview::after{
  left: 18px;
  top: 19px;
  width: 10px;
  height: 8px;
  background: rgba(0, 181, 141, 0.42);
}.tc-wp-content-root .dsv-editorial .dsv-icon-steps::before{
  left: 12px;
  top: 12px;
  width: 7px;
  height: 7px;
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.88), 0 20px 0 rgba(255, 255, 255, 0.88);
}.tc-wp-content-root .dsv-editorial .dsv-icon-steps::after{
  left: 24px;
  top: 14px;
  width: 11px;
  height: 3px;
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.88), 0 20px 0 rgba(255, 255, 255, 0.88);
}.tc-wp-content-root .dsv-editorial .dsv-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: transparent;
}.tc-wp-content-root .dsv-editorial .dsv-icon-mobile::after{
  left: 21px;
  top: 32px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}.tc-wp-content-root .dsv-editorial .dsv-icon-daily::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}.tc-wp-content-root .dsv-editorial .dsv-icon-daily::after{
  left: 22px;
  top: 17px;
  width: 3px;
  height: 12px;
  transform-origin: bottom center;
  transform: rotate(42deg);
  background: rgba(0, 181, 141, 0.5);
}.tc-wp-content-root .dsv-editorial .dsv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .dsv-editorial .dsv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84)),
    linear-gradient(135deg, rgba(255, 252, 0, 0.22), rgba(0, 213, 167, 0.16));
}.tc-wp-content-root .dsv-editorial .dsv-step-card::before{
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(0, 181, 141, 0.25), transparent);
}.tc-wp-content-root .dsv-editorial .dsv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #263349);
  color: #fff600;
  font-weight: 850;
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.18);
}.tc-wp-content-root .dsv-editorial .dsv-card-alt{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 255, 249, 0.94));
}.tc-wp-content-root .dsv-editorial .dsv-dot{
  display: inline-block;
  width: 34px;
  height: 8px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff600, #00d5a7);
  box-shadow: 0 8px 18px rgba(0, 181, 141, 0.18);
}.tc-wp-content-root .dsv-editorial .dsv-trust-card{
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
}.tc-wp-content-root .dsv-editorial .dsv-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 213, 167, 0.1);
  color: #0b765f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .dsv-editorial .dsv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .dsv-editorial .dsv-reveal.dsv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .dsv-editorial .dsv-section{
    padding: 54px 0;
  }.tc-wp-content-root .dsv-editorial .dsv-container{
    padding: 0 14px;
  }.tc-wp-content-root .dsv-editorial h2{
    font-size: 28px;
  }.tc-wp-content-root .dsv-editorial .dsv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .dsv-editorial .dsv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dsv-editorial .dsv-card, .tc-wp-content-root .dsv-editorial .dsv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .dsv-editorial .dsv-card h3, .tc-wp-content-root .dsv-editorial .dsv-trust-card h3, .tc-wp-content-root .dsv-editorial .dsv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .dsv-editorial .dsv-card p, .tc-wp-content-root .dsv-editorial .dsv-trust-card p, .tc-wp-content-root .dsv-editorial .dsv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .dsv-editorial .dsv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dsv-editorial .dsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .dsv-editorial .dsv-step-card::before{
    display: none;
  }.tc-wp-content-root .dsv-editorial .dsv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .dsv-editorial .dsv-section{
    padding: 60px 0;
  }.tc-wp-content-root .dsv-editorial .dsv-container{
    padding: 0 18px;
  }.tc-wp-content-root .dsv-editorial h2{
    font-size: 31px;
  }.tc-wp-content-root .dsv-editorial .dsv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .dsv-editorial .dsv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .dsv-editorial .dsv-card, .tc-wp-content-root .dsv-editorial .dsv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .dsv-editorial .dsv-card h3, .tc-wp-content-root .dsv-editorial .dsv-trust-card h3, .tc-wp-content-root .dsv-editorial .dsv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .dsv-editorial .dsv-card p, .tc-wp-content-root .dsv-editorial .dsv-trust-card p, .tc-wp-content-root .dsv-editorial .dsv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .dsv-editorial .dsv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .dsv-editorial .dsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .dsv-editorial .dsv-step-card::before{
    display: none;
  }.tc-wp-content-root .dsv-editorial .dsv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .dsv-editorial .dsv-section{
    padding: 68px 0;
  }.tc-wp-content-root .dsv-editorial .dsv-container{
    padding: 0 22px;
  }.tc-wp-content-root .dsv-editorial h2{
    font-size: 35px;
  }.tc-wp-content-root .dsv-editorial .dsv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .dsv-editorial .dsv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .dsv-editorial .dsv-card, .tc-wp-content-root .dsv-editorial .dsv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .dsv-editorial .dsv-card h3, .tc-wp-content-root .dsv-editorial .dsv-trust-card h3, .tc-wp-content-root .dsv-editorial .dsv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .dsv-editorial .dsv-card p, .tc-wp-content-root .dsv-editorial .dsv-trust-card p, .tc-wp-content-root .dsv-editorial .dsv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .dsv-editorial .dsv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .dsv-editorial .dsv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .dsv-editorial .dsv-step-card::before{
    display: none;
  }.tc-wp-content-root .dsv-editorial .dsv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .dsv-editorial .dsv-section{
    padding: 82px 0;
  }.tc-wp-content-root .dsv-editorial .dsv-container{
    padding: 0 32px;
  }.tc-wp-content-root .dsv-editorial h2{
    font-size: 42px;
  }.tc-wp-content-root .dsv-editorial .dsv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .dsv-editorial .dsv-grid-six, .tc-wp-content-root .dsv-editorial .dsv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .dsv-editorial .dsv-card, .tc-wp-content-root .dsv-editorial .dsv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .dsv-editorial .dsv-card h3, .tc-wp-content-root .dsv-editorial .dsv-trust-card h3, .tc-wp-content-root .dsv-editorial .dsv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .dsv-editorial .dsv-card p, .tc-wp-content-root .dsv-editorial .dsv-trust-card p, .tc-wp-content-root .dsv-editorial .dsv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .dsv-editorial .dsv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .dsv-editorial .dsv-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .dsv-editorial .dsv-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .dsv-editorial .dsv-section{
    padding: 96px 0;
  }.tc-wp-content-root .dsv-editorial .dsv-container{
    padding: 0 36px;
  }.tc-wp-content-root .dsv-editorial h2{
    font-size: 48px;
  }.tc-wp-content-root .dsv-editorial .dsv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .dsv-editorial .dsv-grid-six, .tc-wp-content-root .dsv-editorial .dsv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .dsv-editorial .dsv-card, .tc-wp-content-root .dsv-editorial .dsv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .dsv-editorial .dsv-card h3, .tc-wp-content-root .dsv-editorial .dsv-trust-card h3, .tc-wp-content-root .dsv-editorial .dsv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .dsv-editorial .dsv-card p, .tc-wp-content-root .dsv-editorial .dsv-trust-card p, .tc-wp-content-root .dsv-editorial .dsv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .dsv-editorial .dsv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .dsv-editorial .dsv-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .dsv-editorial .dsv-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}

.tc-wp-content-root .dsv-step-copy {}