@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 .hcc-editorial-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #172033;
  background: #ffffff;
}.tc-wp-content-root .hcc-editorial-wrap, .tc-wp-content-root .hcc-editorial-wrap section, .tc-wp-content-root .hcc-editorial-wrap div, .tc-wp-content-root .hcc-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .hcc-editorial-wrap .hcc-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .hcc-editorial-wrap .hcc-section-white{
  background: #ffffff;
}.tc-wp-content-root .hcc-editorial-wrap .hcc-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f5f8fb 100%);
}.tc-wp-content-root .hcc-editorial-wrap .hcc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .hcc-editorial-wrap .hcc-section-head{
  text-align: center;
  max-width: 790px;
  margin: 0 auto;
}.tc-wp-content-root .hcc-editorial-wrap .hcc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  margin: 0 0 14px;
  border: 1px solid rgba(20, 126, 143, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 126, 143, 0.1), rgba(141, 92, 246, 0.1));
  color: #0f7383;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .hcc-editorial-wrap h2{
  margin: 0;
  color: #121a2a;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .hcc-editorial-wrap .hcc-section-head p{
  margin: 16px auto 0;
  color: #5a667a;
  font-weight: 450;
  line-height: 1.72;
}.tc-wp-content-root .hcc-editorial-wrap .hcc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .hcc-editorial-wrap .hcc-card, .tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(21, 31, 50, 0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 46px rgba(18, 28, 45, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .hcc-editorial-wrap .hcc-card::before, .tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card::before{
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(20, 126, 143, 0.35), rgba(141, 92, 246, 0.25), rgba(255, 184, 77, 0.2));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .hcc-editorial-wrap .hcc-card:hover, .tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(20, 126, 143, 0.22);
  box-shadow: 0 24px 60px rgba(18, 28, 45, 0.12);
}.tc-wp-content-root .hcc-editorial-wrap .hcc-card:hover::before, .tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .hcc-editorial-wrap .hcc-card h3, .tc-wp-content-root .hcc-editorial-wrap .hcc-step-card h3, .tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .hcc-editorial-wrap .hcc-card p, .tc-wp-content-root .hcc-editorial-wrap .hcc-step-card p, .tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card p{
  margin: 10px 0 0;
  color: #5b6677;
  line-height: 1.68;
}.tc-wp-content-root .hcc-editorial-wrap .hcc-icon{
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #147e8f, #8d5cf6);
  box-shadow: 0 14px 30px rgba(20, 126, 143, 0.22);
  position: relative;
  flex: 0 0 auto;
  transition: transform 220ms ease;
}.tc-wp-content-root .hcc-editorial-wrap .hcc-card:hover .hcc-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .hcc-editorial-wrap .hcc-icon::before, .tc-wp-content-root .hcc-editorial-wrap .hcc-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .hcc-editorial-wrap .hcc-icon-count::before{
  width: 22px;
  height: 4px;
  left: 13px;
  top: 15px;
  border-radius: 99px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.74), 0 16px 0 rgba(255, 255, 255, 0.54);
}.tc-wp-content-root .hcc-editorial-wrap .hcc-icon-mixed::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid rgba(255, 255, 255, 0.86);
}.tc-wp-content-root .hcc-editorial-wrap .hcc-icon-mixed::after{
  width: 18px;
  height: 4px;
  right: 7px;
  bottom: 10px;
  border-radius: 99px;
  transform: rotate(42deg);
}.tc-wp-content-root .hcc-editorial-wrap .hcc-icon-limit::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 15px;
  border-radius: 5px;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.86);
}.tc-wp-content-root .hcc-editorial-wrap .hcc-icon-review::before{
  width: 23px;
  height: 15px;
  left: 13px;
  top: 17px;
  border-left: 4px solid rgba(255, 255, 255, 0.9);
  border-bottom: 4px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .hcc-editorial-wrap .hcc-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid rgba(255, 255, 255, 0.85);
}.tc-wp-content-root .hcc-editorial-wrap .hcc-icon-speed::after{
  width: 13px;
  height: 4px;
  left: 23px;
  top: 22px;
  border-radius: 99px;
  transform-origin: left center;
  transform: rotate(-38deg);
}.tc-wp-content-root .hcc-editorial-wrap .hcc-icon-polish::before{
  width: 9px;
  height: 9px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 14px 4px 0 rgba(255, 255, 255, 0.75), 7px 18px 0 rgba(255, 255, 255, 0.62);
}.tc-wp-content-root .hcc-editorial-wrap .hcc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .hcc-editorial-wrap .hcc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(20, 126, 143, 0.13);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(20, 126, 143, 0.1), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 48px rgba(18, 28, 45, 0.075);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .hcc-editorial-wrap .hcc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(141, 92, 246, 0.24);
  box-shadow: 0 24px 62px rgba(18, 28, 45, 0.115);
}.tc-wp-content-root .hcc-editorial-wrap .hcc-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #147e8f, #8d5cf6);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(20, 126, 143, 0.24);
}.tc-wp-content-root .hcc-editorial-wrap .hcc-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(20, 126, 143, 0.09);
  color: #0f7383;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}.tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card{
  text-align: left;
}.tc-wp-content-root .hcc-editorial-wrap .hcc-trust-mark{
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(20, 126, 143, 0.13), rgba(141, 92, 246, 0.13));
  border: 1px solid rgba(20, 126, 143, 0.18);
  position: relative;
  flex: 0 0 auto;
}.tc-wp-content-root .hcc-editorial-wrap .hcc-trust-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 11px;
  top: 13px;
  border-left: 3px solid #147e8f;
  border-bottom: 3px solid #147e8f;
  transform: rotate(-45deg);
}.tc-wp-content-root .hcc-editorial-wrap .hcc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .hcc-editorial-wrap .hcc-reveal.hcc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .hcc-editorial-wrap .hcc-section{
    padding: 54px 0;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-container{
    padding: 0 14px;
  }.tc-wp-content-root .hcc-editorial-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-grid, .tc-wp-content-root .hcc-editorial-wrap .hcc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-grid-six, .tc-wp-content-root .hcc-editorial-wrap .hcc-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-card, .tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-card h3, .tc-wp-content-root .hcc-editorial-wrap .hcc-step-card h3, .tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-card p, .tc-wp-content-root .hcc-editorial-wrap .hcc-step-card p, .tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card p{
    font-size: 14.5px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .hcc-editorial-wrap .hcc-section{
    padding: 60px 0;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-container{
    padding: 0 18px;
  }.tc-wp-content-root .hcc-editorial-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-grid, .tc-wp-content-root .hcc-editorial-wrap .hcc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-grid-six, .tc-wp-content-root .hcc-editorial-wrap .hcc-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-card, .tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-card h3, .tc-wp-content-root .hcc-editorial-wrap .hcc-step-card h3, .tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-card p, .tc-wp-content-root .hcc-editorial-wrap .hcc-step-card p, .tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .hcc-editorial-wrap .hcc-section{
    padding: 66px 0;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-container{
    padding: 0 22px;
  }.tc-wp-content-root .hcc-editorial-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-grid, .tc-wp-content-root .hcc-editorial-wrap .hcc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-grid-six, .tc-wp-content-root .hcc-editorial-wrap .hcc-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-card, .tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card{
    padding: 26px;
    border-radius: 21px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
    border-radius: 21px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-step-number{
    width: 60px;
    height: 60px;
    font-size: 20px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-card h3, .tc-wp-content-root .hcc-editorial-wrap .hcc-step-card h3, .tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-card p, .tc-wp-content-root .hcc-editorial-wrap .hcc-step-card p, .tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .hcc-editorial-wrap .hcc-section{
    padding: 82px 0;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-container{
    padding: 0 30px;
  }.tc-wp-content-root .hcc-editorial-wrap h2{
    font-size: 39px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-grid, .tc-wp-content-root .hcc-editorial-wrap .hcc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-grid-six, .tc-wp-content-root .hcc-editorial-wrap .hcc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-card, .tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-card h3, .tc-wp-content-root .hcc-editorial-wrap .hcc-step-card h3, .tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-card p, .tc-wp-content-root .hcc-editorial-wrap .hcc-step-card p, .tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .hcc-editorial-wrap .hcc-section{
    padding: 96px 0;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-container{
    padding: 0 32px;
  }.tc-wp-content-root .hcc-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-section-head p{
    font-size: 17.5px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-grid, .tc-wp-content-root .hcc-editorial-wrap .hcc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-grid-six, .tc-wp-content-root .hcc-editorial-wrap .hcc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-card, .tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-card h3, .tc-wp-content-root .hcc-editorial-wrap .hcc-step-card h3, .tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .hcc-editorial-wrap .hcc-card p, .tc-wp-content-root .hcc-editorial-wrap .hcc-step-card p, .tc-wp-content-root .hcc-editorial-wrap .hcc-trust-card p{
    font-size: 15.8px;
  }}

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