/* 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 .schv-editorial-wrap{
  width: 100%;
  max-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 .schv-editorial-wrap, .tc-wp-content-root .schv-editorial-wrap div, .tc-wp-content-root .schv-editorial-wrap section, .tc-wp-content-root .schv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .schv-editorial-wrap .schv-section{
  width: 100%;
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .schv-editorial-wrap .schv-section-white{
  background: #ffffff;
}.tc-wp-content-root .schv-editorial-wrap .schv-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f6f9fc 100%);
}.tc-wp-content-root .schv-editorial-wrap .schv-section::before{
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 252, 0, 0.18), rgba(0, 180, 255, 0.08) 45%, rgba(255, 255, 255, 0) 70%);
  top: -180px;
  right: -120px;
  pointer-events: none;
}.tc-wp-content-root .schv-editorial-wrap .schv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .schv-editorial-wrap .schv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .schv-editorial-wrap .schv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 12px;
  border: 1px solid rgba(0, 180, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.22), rgba(0, 180, 255, 0.10));
  color: #0b6078;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .schv-editorial-wrap .schv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fffc00, #00b4ff);
  box-shadow: 0 0 0 5px rgba(0, 180, 255, 0.08);
}.tc-wp-content-root .schv-editorial-wrap h2{
  margin: 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .schv-editorial-wrap .schv-heading p{
  margin: 14px auto 0;
  color: #58657a;
  line-height: 1.75;
}.tc-wp-content-root .schv-editorial-wrap .schv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .schv-editorial-wrap .schv-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(20, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(20, 32, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .schv-editorial-wrap .schv-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.12), rgba(0, 180, 255, 0.08), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.tc-wp-content-root .schv-editorial-wrap .schv-card:hover{
  transform: translateY(-6px);
  border-color: rgba(0, 180, 255, 0.24);
  box-shadow: 0 24px 60px rgba(20, 32, 51, 0.13);
}.tc-wp-content-root .schv-editorial-wrap .schv-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .schv-editorial-wrap .schv-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
}.tc-wp-content-root .schv-editorial-wrap .schv-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.7;
}.tc-wp-content-root .schv-editorial-wrap .schv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fffc00, #00b4ff);
  box-shadow: 0 14px 28px rgba(0, 180, 255, 0.18);
}.tc-wp-content-root .schv-editorial-wrap .schv-icon::before, .tc-wp-content-root .schv-editorial-wrap .schv-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .schv-editorial-wrap .schv-icon-play::before{
  width: 0;
  height: 0;
  left: 18px;
  top: 14px;
  border-left: 14px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  background: transparent;
}.tc-wp-content-root .schv-editorial-wrap .schv-icon-bolt::before{
  width: 12px;
  height: 24px;
  left: 17px;
  top: 11px;
  clip-path: polygon(48% 0, 100% 0, 66% 42%, 100% 42%, 34% 100%, 48% 55%, 12% 55%);
}.tc-wp-content-root .schv-editorial-wrap .schv-icon-frame::before{
  inset: 13px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.tc-wp-content-root .schv-editorial-wrap .schv-icon-steps::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 14px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .schv-editorial-wrap .schv-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 14px;
  top: 9px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.tc-wp-content-root .schv-editorial-wrap .schv-icon-daily::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .schv-editorial-wrap .schv-icon-daily::after{
  width: 8px;
  height: 3px;
  left: 23px;
  top: 22px;
  border-radius: 99px;
  transform: rotate(40deg);
}.tc-wp-content-root .schv-editorial-wrap .schv-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .schv-editorial-wrap .schv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
  border: 1px solid rgba(20, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(20, 32, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .schv-editorial-wrap .schv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 210, 0, 0.36);
  box-shadow: 0 24px 58px rgba(20, 32, 51, 0.12);
}.tc-wp-content-root .schv-editorial-wrap .schv-step-number{
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #101828, #175f75);
  color: #fffc00;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.16);
}.tc-wp-content-root .schv-editorial-wrap .schv-step-content h3{
  margin: 0;
  color: #101828;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .schv-editorial-wrap .schv-step-content p{
  margin: 8px 0 0;
  color: #5a6678;
  line-height: 1.7;
}.tc-wp-content-root .schv-editorial-wrap .schv-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 252, 0, 0.34);
  color: #6b5e00;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .schv-editorial-wrap .schv-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .schv-editorial-wrap .schv-trust-card{
  background: #ffffff;
}.tc-wp-content-root .schv-editorial-wrap .schv-trust-mark{
  display: inline-block;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.95), rgba(0, 180, 255, 0.95));
  position: relative;
  box-shadow: 0 15px 30px rgba(0, 180, 255, 0.16);
}.tc-wp-content-root .schv-editorial-wrap .schv-trust-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .schv-editorial-wrap .schv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .schv-editorial-wrap .schv-reveal.schv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .schv-editorial-wrap .schv-section{
    padding: 52px 0;
  }.tc-wp-content-root .schv-editorial-wrap .schv-container{
    padding: 0 14px;
  }.tc-wp-content-root .schv-editorial-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-card-grid, .tc-wp-content-root .schv-editorial-wrap .schv-step-list{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-card, .tc-wp-content-root .schv-editorial-wrap .schv-step-card{
    padding: 22px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-card h3, .tc-wp-content-root .schv-editorial-wrap .schv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-card p, .tc-wp-content-root .schv-editorial-wrap .schv-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .schv-editorial-wrap .schv-section{
    padding: 58px 0;
  }.tc-wp-content-root .schv-editorial-wrap .schv-container{
    padding: 0 18px;
  }.tc-wp-content-root .schv-editorial-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-card-grid, .tc-wp-content-root .schv-editorial-wrap .schv-step-list{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-card, .tc-wp-content-root .schv-editorial-wrap .schv-step-card{
    padding: 24px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-card h3, .tc-wp-content-root .schv-editorial-wrap .schv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-card p, .tc-wp-content-root .schv-editorial-wrap .schv-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .schv-editorial-wrap .schv-section{
    padding: 64px 0;
  }.tc-wp-content-root .schv-editorial-wrap .schv-container{
    padding: 0 22px;
  }.tc-wp-content-root .schv-editorial-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-card-grid, .tc-wp-content-root .schv-editorial-wrap .schv-step-list{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-card, .tc-wp-content-root .schv-editorial-wrap .schv-step-card{
    padding: 26px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-card h3, .tc-wp-content-root .schv-editorial-wrap .schv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-card p, .tc-wp-content-root .schv-editorial-wrap .schv-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .schv-editorial-wrap .schv-section{
    padding: 78px 0;
  }.tc-wp-content-root .schv-editorial-wrap .schv-container{
    padding: 0 34px;
  }.tc-wp-content-root .schv-editorial-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-card, .tc-wp-content-root .schv-editorial-wrap .schv-step-card{
    padding: 28px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-card h3, .tc-wp-content-root .schv-editorial-wrap .schv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-card p, .tc-wp-content-root .schv-editorial-wrap .schv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-step-card{
    gap: 22px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .schv-editorial-wrap .schv-section{
    padding: 92px 0;
  }.tc-wp-content-root .schv-editorial-wrap .schv-container{
    padding: 0 28px;
  }.tc-wp-content-root .schv-editorial-wrap h2{
    font-size: 44px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .schv-editorial-wrap .schv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-step-list{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-card{
    padding: 30px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-step-card{
    padding: 30px 34px;
    gap: 26px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-card h3, .tc-wp-content-root .schv-editorial-wrap .schv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-card p, .tc-wp-content-root .schv-editorial-wrap .schv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .schv-editorial-wrap .schv-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }}