@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 .rmc-editorial, .tc-wp-content-root .rmc-editorial .rmc-section, .tc-wp-content-root .rmc-editorial .rmc-container, .tc-wp-content-root .rmc-editorial .rmc-card, .tc-wp-content-root .rmc-editorial .rmc-step-card{
  box-sizing: border-box;
}.tc-wp-content-root .rmc-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .rmc-editorial .rmc-section-white{
  background: #ffffff;
}.tc-wp-content-root .rmc-editorial .rmc-section-soft{
  background: #f7f9fc;
}.tc-wp-content-root .rmc-editorial .rmc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .rmc-editorial .rmc-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .rmc-editorial .rmc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 7px 14px;
  border: 1px solid rgba(36, 118, 255, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(36, 118, 255, 0.1), rgba(34, 197, 161, 0.1));
  color: #1357c8;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .rmc-editorial .rmc-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.16;
}.tc-wp-content-root .rmc-editorial .rmc-heading p{
  margin: 14px auto 0;
  max-width: 710px;
  color: #5f6b7d;
  font-weight: 450;
}.tc-wp-content-root .rmc-editorial .rmc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .rmc-editorial .rmc-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(118, 137, 165, 0.18);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 14px 38px rgba(24, 32, 51, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .rmc-editorial .rmc-card::after{
  position: absolute;
  inset: auto 18px 0 18px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #2476ff, #22c5a1);
  content: "";
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .rmc-editorial .rmc-card:hover{
  transform: translateY(-5px);
  border-color: rgba(36, 118, 255, 0.28);
  box-shadow: 0 20px 52px rgba(24, 32, 51, 0.11);
}.tc-wp-content-root .rmc-editorial .rmc-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .rmc-editorial .rmc-card h3, .tc-wp-content-root .rmc-editorial .rmc-step-content h3{
  margin: 0;
  color: #151c2f;
  font-weight: 760;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .rmc-editorial .rmc-card p, .tc-wp-content-root .rmc-editorial .rmc-step-content p{
  margin: 10px 0 0;
  color: #637083;
  font-weight: 440;
}.tc-wp-content-root .rmc-editorial .rmc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(36, 118, 255, 0.14), rgba(34, 197, 161, 0.14));
}.tc-wp-content-root .rmc-editorial .rmc-icon::before, .tc-wp-content-root .rmc-editorial .rmc-icon::after{
  position: absolute;
  content: "";
}.tc-wp-content-root .rmc-editorial .rmc-icon-pivot::before{
  width: 20px;
  height: 20px;
  top: 14px;
  left: 14px;
  border: 2px solid #2476ff;
  border-radius: 6px;
}.tc-wp-content-root .rmc-editorial .rmc-icon-steps::before{
  width: 24px;
  height: 3px;
  top: 14px;
  left: 12px;
  border-radius: 999px;
  background: #2476ff;
  box-shadow: 0 8px 0 #22c5a1, 0 16px 0 #2476ff;
}.tc-wp-content-root .rmc-editorial .rmc-icon-system::before{
  width: 22px;
  height: 22px;
  top: 13px;
  left: 13px;
  border-radius: 50%;
  background: radial-gradient(circle at center, #22c5a1 0 4px, transparent 5px), conic-gradient(from 45deg, #2476ff, #22c5a1, #2476ff);
}.tc-wp-content-root .rmc-editorial .rmc-icon-rank::before{
  width: 8px;
  height: 26px;
  left: 12px;
  bottom: 11px;
  border-radius: 999px;
  background: #2476ff;
  box-shadow: 11px -7px 0 #22c5a1, 22px -14px 0 #2476ff;
}.tc-wp-content-root .rmc-editorial .rmc-icon-check::before{
  width: 22px;
  height: 12px;
  top: 15px;
  left: 13px;
  border-bottom: 3px solid #22c5a1;
  border-left: 3px solid #22c5a1;
  transform: rotate(-45deg);
}.tc-wp-content-root .rmc-editorial .rmc-icon-clean::before{
  width: 26px;
  height: 26px;
  top: 11px;
  left: 11px;
  border: 2px solid #2476ff;
  border-radius: 8px;
  background: linear-gradient(90deg, transparent 46%, rgba(34, 197, 161, 0.45) 47% 53%, transparent 54%),
    linear-gradient(0deg, transparent 46%, rgba(36, 118, 255, 0.35) 47% 53%, transparent 54%);
}.tc-wp-content-root .rmc-editorial .rmc-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .rmc-editorial .rmc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(118, 137, 165, 0.18);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 42px rgba(24, 32, 51, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .rmc-editorial .rmc-step-card::before{
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #2476ff, #22c5a1);
  content: "";
}.tc-wp-content-root .rmc-editorial .rmc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(34, 197, 161, 0.3);
  box-shadow: 0 20px 52px rgba(24, 32, 51, 0.1);
}.tc-wp-content-root .rmc-editorial .rmc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #2476ff, #22c5a1);
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 26px rgba(36, 118, 255, 0.24);
}.tc-wp-content-root .rmc-editorial .rmc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(36, 118, 255, 0.08);
  color: #155bd4;
  font-size: 12px;
  font-weight: 760;
}.tc-wp-content-root .rmc-editorial .rmc-trust-card{
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
}.tc-wp-content-root .rmc-editorial .rmc-trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(36, 118, 255, 0.14), rgba(34, 197, 161, 0.16));
  position: relative;
}.tc-wp-content-root .rmc-editorial .rmc-trust-mark::before{
  position: absolute;
  width: 18px;
  height: 10px;
  top: 13px;
  left: 12px;
  border-bottom: 3px solid #22a887;
  border-left: 3px solid #22a887;
  content: "";
  transform: rotate(-45deg);
}.tc-wp-content-root .rmc-editorial .rmc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .rmc-editorial .rmc-reveal.rmc-visible{
  animation: rmcFadeUp 620ms ease forwards;
}@keyframes rmcFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .rmc-editorial .rmc-section{
    padding: 48px 0;
  }.tc-wp-content-root .rmc-editorial .rmc-container{
    padding: 0 14px;
  }.tc-wp-content-root .rmc-editorial .rmc-heading{
    margin-bottom: 26px;
  }.tc-wp-content-root .rmc-editorial .rmc-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .rmc-editorial .rmc-heading p{
    font-size: 14px;
  }.tc-wp-content-root .rmc-editorial .rmc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .rmc-editorial .rmc-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .rmc-editorial .rmc-card h3, .tc-wp-content-root .rmc-editorial .rmc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .rmc-editorial .rmc-card p, .tc-wp-content-root .rmc-editorial .rmc-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .rmc-editorial .rmc-steps{
    gap: 16px;
  }.tc-wp-content-root .rmc-editorial .rmc-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 20px 22px 22px;
  }.tc-wp-content-root .rmc-editorial .rmc-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rmc-editorial .rmc-section{
    padding: 54px 0;
  }.tc-wp-content-root .rmc-editorial .rmc-container{
    padding: 0 18px;
  }.tc-wp-content-root .rmc-editorial .rmc-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .rmc-editorial .rmc-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .rmc-editorial .rmc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .rmc-editorial .rmc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .rmc-editorial .rmc-card{
    padding: 22px;
  }.tc-wp-content-root .rmc-editorial .rmc-card h3, .tc-wp-content-root .rmc-editorial .rmc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .rmc-editorial .rmc-card p, .tc-wp-content-root .rmc-editorial .rmc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .rmc-editorial .rmc-steps{
    gap: 18px;
  }.tc-wp-content-root .rmc-editorial .rmc-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px 22px 24px 24px;
  }.tc-wp-content-root .rmc-editorial .rmc-step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rmc-editorial .rmc-section{
    padding: 60px 0;
  }.tc-wp-content-root .rmc-editorial .rmc-container{
    padding: 0 22px;
  }.tc-wp-content-root .rmc-editorial .rmc-heading{
    margin-bottom: 32px;
  }.tc-wp-content-root .rmc-editorial .rmc-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .rmc-editorial .rmc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .rmc-editorial .rmc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .rmc-editorial .rmc-card{
    padding: 24px;
  }.tc-wp-content-root .rmc-editorial .rmc-card h3, .tc-wp-content-root .rmc-editorial .rmc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .rmc-editorial .rmc-card p, .tc-wp-content-root .rmc-editorial .rmc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .rmc-editorial .rmc-steps{
    gap: 20px;
  }.tc-wp-content-root .rmc-editorial .rmc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px 26px 26px;
  }.tc-wp-content-root .rmc-editorial .rmc-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rmc-editorial .rmc-section{
    padding: 74px 0;
  }.tc-wp-content-root .rmc-editorial .rmc-container{
    padding: 0 30px;
  }.tc-wp-content-root .rmc-editorial .rmc-heading{
    margin-bottom: 38px;
  }.tc-wp-content-root .rmc-editorial .rmc-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .rmc-editorial .rmc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .rmc-editorial .rmc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .rmc-editorial .rmc-card{
    padding: 26px;
  }.tc-wp-content-root .rmc-editorial .rmc-card h3, .tc-wp-content-root .rmc-editorial .rmc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .rmc-editorial .rmc-card p, .tc-wp-content-root .rmc-editorial .rmc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .rmc-editorial .rmc-steps{
    gap: 22px;
  }.tc-wp-content-root .rmc-editorial .rmc-step-card{
    gap: 22px;
    padding: 30px 32px 30px 34px;
  }.tc-wp-content-root .rmc-editorial .rmc-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .rmc-editorial .rmc-section{
    padding: 88px 0;
  }.tc-wp-content-root .rmc-editorial .rmc-container{
    padding: 0 32px;
  }.tc-wp-content-root .rmc-editorial .rmc-heading{
    margin-bottom: 44px;
  }.tc-wp-content-root .rmc-editorial .rmc-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .rmc-editorial .rmc-heading p{
    font-size: 18px;
  }.tc-wp-content-root .rmc-editorial .rmc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .rmc-editorial .rmc-card{
    padding: 30px;
  }.tc-wp-content-root .rmc-editorial .rmc-card h3, .tc-wp-content-root .rmc-editorial .rmc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .rmc-editorial .rmc-card p, .tc-wp-content-root .rmc-editorial .rmc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .rmc-editorial .rmc-steps{
    gap: 24px;
  }.tc-wp-content-root .rmc-editorial .rmc-step-card{
    gap: 26px;
    padding: 34px 38px 34px 40px;
  }.tc-wp-content-root .rmc-editorial .rmc-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }}