@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 .omc-editorial-wrap{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .omc-editorial-wrap, .tc-wp-content-root .omc-editorial-wrap div, .tc-wp-content-root .omc-editorial-wrap section, .tc-wp-content-root .omc-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .omc-editorial-wrap .omc-section{
  position: relative;
}.tc-wp-content-root .omc-editorial-wrap .omc-section-white{
  background: #ffffff;
}.tc-wp-content-root .omc-editorial-wrap .omc-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f5f8fb 100%);
}.tc-wp-content-root .omc-editorial-wrap .omc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .omc-editorial-wrap .omc-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .omc-editorial-wrap .omc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.09), rgba(20, 184, 166, 0.1));
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .omc-editorial-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .omc-editorial-wrap .omc-heading-block p{
  margin: 14px auto 0;
  color: #526071;
  line-height: 1.72;
  font-weight: 400;
}.tc-wp-content-root .omc-editorial-wrap .omc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .omc-editorial-wrap .omc-info-card, .tc-wp-content-root .omc-editorial-wrap .omc-use-card, .tc-wp-content-root .omc-editorial-wrap .omc-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 45px rgba(31, 41, 55, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .omc-editorial-wrap .omc-info-card::before, .tc-wp-content-root .omc-editorial-wrap .omc-use-card::before, .tc-wp-content-root .omc-editorial-wrap .omc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #14b8a6, #8b5cf6);
  opacity: 0.9;
}.tc-wp-content-root .omc-editorial-wrap .omc-info-card:hover, .tc-wp-content-root .omc-editorial-wrap .omc-use-card:hover, .tc-wp-content-root .omc-editorial-wrap .omc-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 24px 60px rgba(31, 41, 55, 0.13);
}.tc-wp-content-root .omc-editorial-wrap .omc-info-card h3, .tc-wp-content-root .omc-editorial-wrap .omc-use-card h3, .tc-wp-content-root .omc-editorial-wrap .omc-trust-card h3, .tc-wp-content-root .omc-editorial-wrap .omc-step-card h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .omc-editorial-wrap .omc-info-card p, .tc-wp-content-root .omc-editorial-wrap .omc-use-card p, .tc-wp-content-root .omc-editorial-wrap .omc-trust-card p, .tc-wp-content-root .omc-editorial-wrap .omc-step-card p{
  margin: 10px 0 0;
  color: #5c6675;
  line-height: 1.68;
  font-weight: 400;
}.tc-wp-content-root .omc-editorial-wrap .omc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(20, 184, 166, 0.14));
  border: 1px solid rgba(37, 99, 235, 0.14);
}.tc-wp-content-root .omc-editorial-wrap .omc-icon::before, .tc-wp-content-root .omc-editorial-wrap .omc-icon::after{
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}.tc-wp-content-root .omc-editorial-wrap .omc-info-card:hover .omc-icon::before, .tc-wp-content-root .omc-editorial-wrap .omc-info-card:hover .omc-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .omc-editorial-wrap .omc-icon-check::before{
  left: 16px;
  top: 13px;
  width: 12px;
  height: 20px;
  border: solid #2563eb;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}.tc-wp-content-root .omc-editorial-wrap .omc-icon-grid::before{
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  background: linear-gradient(90deg, transparent 46%, #2563eb 46%, #2563eb 54%, transparent 54%),
    linear-gradient(0deg, transparent 46%, #14b8a6 46%, #14b8a6 54%, transparent 54%);
  border: 2px solid #2563eb;
  border-radius: 6px;
}.tc-wp-content-root .omc-editorial-wrap .omc-icon-angle::before{
  left: 13px;
  top: 24px;
  width: 24px;
  height: 2px;
  background: #2563eb;
  transform-origin: left center;
  transform: rotate(-38deg);
}.tc-wp-content-root .omc-editorial-wrap .omc-icon-angle::after{
  left: 13px;
  top: 24px;
  width: 24px;
  height: 2px;
  background: #14b8a6;
}.tc-wp-content-root .omc-editorial-wrap .omc-icon-study::before{
  left: 13px;
  top: 14px;
  width: 22px;
  height: 18px;
  border: 2px solid #2563eb;
  border-radius: 5px;
}.tc-wp-content-root .omc-editorial-wrap .omc-icon-study::after{
  left: 18px;
  top: 19px;
  width: 12px;
  height: 2px;
  background: #14b8a6;
  box-shadow: 0 5px 0 #14b8a6;
}.tc-wp-content-root .omc-editorial-wrap .omc-icon-axis::before{
  left: 12px;
  top: 24px;
  width: 24px;
  height: 2px;
  background: #2563eb;
}.tc-wp-content-root .omc-editorial-wrap .omc-icon-axis::after{
  left: 23px;
  top: 12px;
  width: 2px;
  height: 24px;
  background: #14b8a6;
}.tc-wp-content-root .omc-editorial-wrap .omc-icon-result::before{
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #2563eb;
  border-right-color: #14b8a6;
}.tc-wp-content-root .omc-editorial-wrap .omc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .omc-editorial-wrap .omc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(31, 41, 55, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .omc-editorial-wrap .omc-step-card::after{
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.16), rgba(37, 99, 235, 0));
}.tc-wp-content-root .omc-editorial-wrap .omc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(20, 184, 166, 0.28);
  box-shadow: 0 24px 64px rgba(31, 41, 55, 0.12);
}.tc-wp-content-root .omc-editorial-wrap .omc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #2563eb, #14b8a6);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.24);
}.tc-wp-content-root .omc-editorial-wrap .omc-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .omc-editorial-wrap .omc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .omc-editorial-wrap .omc-trust-mark{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #14b8a6);
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.2);
}.tc-wp-content-root .omc-editorial-wrap .omc-trust-mark::before{
  content: "";
  display: block;
  width: 11px;
  height: 19px;
  margin: 10px 0 0 16px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}.tc-wp-content-root .omc-editorial-wrap .omc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .omc-editorial-wrap .omc-reveal.omc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .omc-editorial-wrap .omc-section{
    padding: 48px 0;
  }.tc-wp-content-root .omc-editorial-wrap .omc-container{
    padding: 0 14px;
  }.tc-wp-content-root .omc-editorial-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-info-card, .tc-wp-content-root .omc-editorial-wrap .omc-use-card, .tc-wp-content-root .omc-editorial-wrap .omc-trust-card{
    padding: 24px 20px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-info-card h3, .tc-wp-content-root .omc-editorial-wrap .omc-use-card h3, .tc-wp-content-root .omc-editorial-wrap .omc-trust-card h3, .tc-wp-content-root .omc-editorial-wrap .omc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-info-card p, .tc-wp-content-root .omc-editorial-wrap .omc-use-card p, .tc-wp-content-root .omc-editorial-wrap .omc-trust-card p, .tc-wp-content-root .omc-editorial-wrap .omc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .omc-editorial-wrap .omc-section{
    padding: 54px 0;
  }.tc-wp-content-root .omc-editorial-wrap .omc-container{
    padding: 0 18px;
  }.tc-wp-content-root .omc-editorial-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-info-card, .tc-wp-content-root .omc-editorial-wrap .omc-use-card, .tc-wp-content-root .omc-editorial-wrap .omc-trust-card{
    padding: 26px 22px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-info-card h3, .tc-wp-content-root .omc-editorial-wrap .omc-use-card h3, .tc-wp-content-root .omc-editorial-wrap .omc-trust-card h3, .tc-wp-content-root .omc-editorial-wrap .omc-step-card h3{
    font-size: 18.5px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-info-card p, .tc-wp-content-root .omc-editorial-wrap .omc-use-card p, .tc-wp-content-root .omc-editorial-wrap .omc-trust-card p, .tc-wp-content-root .omc-editorial-wrap .omc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .omc-editorial-wrap .omc-section{
    padding: 60px 0;
  }.tc-wp-content-root .omc-editorial-wrap .omc-container{
    padding: 0 22px;
  }.tc-wp-content-root .omc-editorial-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-info-card, .tc-wp-content-root .omc-editorial-wrap .omc-use-card, .tc-wp-content-root .omc-editorial-wrap .omc-trust-card{
    padding: 28px 24px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-info-card h3, .tc-wp-content-root .omc-editorial-wrap .omc-use-card h3, .tc-wp-content-root .omc-editorial-wrap .omc-trust-card h3, .tc-wp-content-root .omc-editorial-wrap .omc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-info-card p, .tc-wp-content-root .omc-editorial-wrap .omc-use-card p, .tc-wp-content-root .omc-editorial-wrap .omc-trust-card p, .tc-wp-content-root .omc-editorial-wrap .omc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .omc-editorial-wrap .omc-section{
    padding: 76px 0;
  }.tc-wp-content-root .omc-editorial-wrap .omc-container{
    padding: 0 30px;
  }.tc-wp-content-root .omc-editorial-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-grid-six, .tc-wp-content-root .omc-editorial-wrap .omc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .omc-editorial-wrap .omc-info-card, .tc-wp-content-root .omc-editorial-wrap .omc-use-card, .tc-wp-content-root .omc-editorial-wrap .omc-trust-card{
    padding: 30px 26px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-info-card h3, .tc-wp-content-root .omc-editorial-wrap .omc-use-card h3, .tc-wp-content-root .omc-editorial-wrap .omc-trust-card h3, .tc-wp-content-root .omc-editorial-wrap .omc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-info-card p, .tc-wp-content-root .omc-editorial-wrap .omc-use-card p, .tc-wp-content-root .omc-editorial-wrap .omc-trust-card p, .tc-wp-content-root .omc-editorial-wrap .omc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .omc-editorial-wrap .omc-section{
    padding: 92px 0;
  }.tc-wp-content-root .omc-editorial-wrap .omc-container{
    padding: 0 32px;
  }.tc-wp-content-root .omc-editorial-wrap h2{
    font-size: 44px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-heading-block p{
    font-size: 17.5px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-grid-six, .tc-wp-content-root .omc-editorial-wrap .omc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .omc-editorial-wrap .omc-info-card, .tc-wp-content-root .omc-editorial-wrap .omc-use-card, .tc-wp-content-root .omc-editorial-wrap .omc-trust-card{
    padding: 32px 28px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-info-card h3, .tc-wp-content-root .omc-editorial-wrap .omc-use-card h3, .tc-wp-content-root .omc-editorial-wrap .omc-trust-card h3, .tc-wp-content-root .omc-editorial-wrap .omc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-info-card p, .tc-wp-content-root .omc-editorial-wrap .omc-use-card p, .tc-wp-content-root .omc-editorial-wrap .omc-trust-card p, .tc-wp-content-root .omc-editorial-wrap .omc-step-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-step-card{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .omc-editorial-wrap .omc-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}