@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-sections{
  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 .rmc-editorial-sections, .tc-wp-content-root .rmc-editorial-sections div, .tc-wp-content-root .rmc-editorial-sections section, .tc-wp-content-root .rmc-editorial-sections article{
  box-sizing: border-box;
}.tc-wp-content-root .rmc-editorial-sections .rmc-section{
  position: relative;
}.tc-wp-content-root .rmc-editorial-sections .rmc-section-white{
  background: #ffffff;
}.tc-wp-content-root .rmc-editorial-sections .rmc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .rmc-editorial-sections .rmc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .rmc-editorial-sections .rmc-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .rmc-editorial-sections .rmc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #0f7a8a;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-content-root .rmc-editorial-sections .rmc-kicker::before, .tc-wp-content-root .rmc-editorial-sections .rmc-kicker::after{
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #18a999, #2878ff);
}.tc-wp-content-root .rmc-editorial-sections h2{
  margin: 0;
  color: #121a2b;
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: 0;
}.tc-wp-content-root .rmc-editorial-sections .rmc-section-head p{
  margin: 14px auto 0;
  max-width: 720px;
  color: #59667a;
  line-height: 1.75;
}.tc-wp-content-root .rmc-editorial-sections .rmc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .rmc-editorial-sections .rmc-info-card, .tc-wp-content-root .rmc-editorial-sections .rmc-use-card, .tc-wp-content-root .rmc-editorial-sections .rmc-benefit-card, .tc-wp-content-root .rmc-editorial-sections .rmc-step-card{
  position: relative;
  border: 1px solid rgba(30, 57, 91, 0.1);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(20, 37, 64, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .rmc-editorial-sections .rmc-info-card, .tc-wp-content-root .rmc-editorial-sections .rmc-use-card, .tc-wp-content-root .rmc-editorial-sections .rmc-benefit-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 22px;
}.tc-wp-content-root .rmc-editorial-sections .rmc-info-card::before, .tc-wp-content-root .rmc-editorial-sections .rmc-use-card::before, .tc-wp-content-root .rmc-editorial-sections .rmc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #18a999, #2878ff, #7c5cff);
  opacity: 0.9;
}.tc-wp-content-root .rmc-editorial-sections .rmc-info-card:hover, .tc-wp-content-root .rmc-editorial-sections .rmc-use-card:hover, .tc-wp-content-root .rmc-editorial-sections .rmc-benefit-card:hover, .tc-wp-content-root .rmc-editorial-sections .rmc-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(24, 169, 153, 0.32);
  box-shadow: 0 24px 70px rgba(20, 37, 64, 0.14);
}.tc-wp-content-root .rmc-editorial-sections .rmc-info-card h3, .tc-wp-content-root .rmc-editorial-sections .rmc-use-card h3, .tc-wp-content-root .rmc-editorial-sections .rmc-benefit-card h3, .tc-wp-content-root .rmc-editorial-sections .rmc-step-card h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .rmc-editorial-sections .rmc-info-card p, .tc-wp-content-root .rmc-editorial-sections .rmc-use-card p, .tc-wp-content-root .rmc-editorial-sections .rmc-benefit-card p, .tc-wp-content-root .rmc-editorial-sections .rmc-step-card p{
  margin: 10px 0 0;
  color: #5d687a;
  line-height: 1.72;
}.tc-wp-content-root .rmc-editorial-sections .rmc-icon{
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(24, 169, 153, 0.13), rgba(40, 120, 255, 0.14));
  box-shadow: inset 0 0 0 1px rgba(24, 169, 153, 0.18);
}.tc-wp-content-root .rmc-editorial-sections .rmc-icon::before, .tc-wp-content-root .rmc-editorial-sections .rmc-icon::after{
  content: "";
  display: block;
  position: relative;
}.tc-wp-content-root .rmc-editorial-sections .rmc-icon-rows::before{
  width: 22px;
  height: 3px;
  top: 14px;
  left: 12px;
  border-radius: 8px;
  background: #18a999;
  box-shadow: 0 8px 0 #2878ff, 0 16px 0 #7c5cff;
}.tc-wp-content-root .rmc-editorial-sections .rmc-icon-steps::before{
  width: 7px;
  height: 7px;
  top: 12px;
  left: 12px;
  border-radius: 50%;
  background: #18a999;
  box-shadow: 12px 10px 0 #2878ff, 24px 20px 0 #7c5cff;
}.tc-wp-content-root .rmc-editorial-sections .rmc-icon-check::before{
  width: 22px;
  height: 12px;
  top: 14px;
  left: 12px;
  border-left: 4px solid #18a999;
  border-bottom: 4px solid #2878ff;
  transform: rotate(-45deg);
}.tc-wp-content-root .rmc-editorial-sections .rmc-icon-system::before{
  width: 24px;
  height: 24px;
  top: 11px;
  left: 11px;
  border: 2px solid #2878ff;
  border-radius: 8px;
  box-shadow: inset 8px 0 0 rgba(24, 169, 153, 0.28);
}.tc-wp-content-root .rmc-editorial-sections .rmc-icon-rank::before{
  width: 6px;
  height: 22px;
  top: 13px;
  left: 12px;
  border-radius: 8px;
  background: #18a999;
  box-shadow: 10px -6px 0 #2878ff, 20px 4px 0 #7c5cff;
}.tc-wp-content-root .rmc-editorial-sections .rmc-icon-study::before{
  width: 24px;
  height: 18px;
  top: 14px;
  left: 11px;
  border-radius: 4px;
  border: 2px solid #2878ff;
  background: linear-gradient(90deg, transparent 48%, rgba(24, 169, 153, 0.28) 48%);
}.tc-wp-content-root .rmc-editorial-sections .rmc-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .rmc-editorial-sections .rmc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
}.tc-wp-content-root .rmc-editorial-sections .rmc-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 34px;
  width: 2px;
  background: linear-gradient(180deg, rgba(24, 169, 153, 0), rgba(24, 169, 153, 0.4), rgba(40, 120, 255, 0));
}.tc-wp-content-root .rmc-editorial-sections .rmc-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #18a999, #2878ff);
  box-shadow: 0 14px 30px rgba(40, 120, 255, 0.22);
}.tc-wp-content-root .rmc-editorial-sections .rmc-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .rmc-editorial-sections .rmc-mini-badge{
  align-self: flex-start;
  margin-bottom: 16px;
  border: 1px solid rgba(24, 169, 153, 0.22);
  border-radius: 999px;
  background: rgba(24, 169, 153, 0.08);
  color: #0f7a8a;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .rmc-editorial-sections .rmc-benefit-mark{
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #18a999, #2878ff);
  box-shadow: 0 14px 28px rgba(24, 169, 153, 0.22);
}.tc-wp-content-root .rmc-editorial-sections .rmc-benefit-mark::before{
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  margin: 13px 0 0 11px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .rmc-editorial-sections .rmc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .rmc-editorial-sections .rmc-reveal.rmc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .rmc-editorial-sections .rmc-section{
    padding: 54px 0;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-container{
    padding: 0 14px;
  }.tc-wp-content-root .rmc-editorial-sections h2{
    font-size: 27px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-info-card, .tc-wp-content-root .rmc-editorial-sections .rmc-use-card, .tc-wp-content-root .rmc-editorial-sections .rmc-benefit-card{
    padding: 24px 20px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-info-card h3, .tc-wp-content-root .rmc-editorial-sections .rmc-use-card h3, .tc-wp-content-root .rmc-editorial-sections .rmc-benefit-card h3, .tc-wp-content-root .rmc-editorial-sections .rmc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-info-card p, .tc-wp-content-root .rmc-editorial-sections .rmc-use-card p, .tc-wp-content-root .rmc-editorial-sections .rmc-benefit-card p, .tc-wp-content-root .rmc-editorial-sections .rmc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-step-card::before{
    display: none;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-mini-badge{
    padding: 8px 11px;
    font-size: 11px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rmc-editorial-sections .rmc-section{
    padding: 60px 0;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-container{
    padding: 0 18px;
  }.tc-wp-content-root .rmc-editorial-sections h2{
    font-size: 30px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-info-card, .tc-wp-content-root .rmc-editorial-sections .rmc-use-card, .tc-wp-content-root .rmc-editorial-sections .rmc-benefit-card{
    padding: 26px 22px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-info-card h3, .tc-wp-content-root .rmc-editorial-sections .rmc-use-card h3, .tc-wp-content-root .rmc-editorial-sections .rmc-benefit-card h3, .tc-wp-content-root .rmc-editorial-sections .rmc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-info-card p, .tc-wp-content-root .rmc-editorial-sections .rmc-use-card p, .tc-wp-content-root .rmc-editorial-sections .rmc-benefit-card p, .tc-wp-content-root .rmc-editorial-sections .rmc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-step-card::before{
    display: none;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-mini-badge{
    padding: 8px 12px;
    font-size: 11.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rmc-editorial-sections .rmc-section{
    padding: 66px 0;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-container{
    padding: 0 22px;
  }.tc-wp-content-root .rmc-editorial-sections h2{
    font-size: 34px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-info-card, .tc-wp-content-root .rmc-editorial-sections .rmc-use-card, .tc-wp-content-root .rmc-editorial-sections .rmc-benefit-card{
    padding: 28px 24px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-info-card h3, .tc-wp-content-root .rmc-editorial-sections .rmc-use-card h3, .tc-wp-content-root .rmc-editorial-sections .rmc-benefit-card h3, .tc-wp-content-root .rmc-editorial-sections .rmc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-info-card p, .tc-wp-content-root .rmc-editorial-sections .rmc-use-card p, .tc-wp-content-root .rmc-editorial-sections .rmc-benefit-card p, .tc-wp-content-root .rmc-editorial-sections .rmc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-step-list{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-step-card::before{
    display: none;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-mini-badge{
    padding: 8px 12px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rmc-editorial-sections .rmc-section{
    padding: 78px 0;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-container{
    padding: 0 32px;
  }.tc-wp-content-root .rmc-editorial-sections h2{
    font-size: 40px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-grid-six, .tc-wp-content-root .rmc-editorial-sections .rmc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .rmc-editorial-sections .rmc-card-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-info-card, .tc-wp-content-root .rmc-editorial-sections .rmc-use-card, .tc-wp-content-root .rmc-editorial-sections .rmc-benefit-card{
    padding: 30px 26px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-info-card h3, .tc-wp-content-root .rmc-editorial-sections .rmc-use-card h3, .tc-wp-content-root .rmc-editorial-sections .rmc-benefit-card h3, .tc-wp-content-root .rmc-editorial-sections .rmc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-info-card p, .tc-wp-content-root .rmc-editorial-sections .rmc-use-card p, .tc-wp-content-root .rmc-editorial-sections .rmc-benefit-card p, .tc-wp-content-root .rmc-editorial-sections .rmc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-step-card{
    gap: 24px;
    padding: 30px 28px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-mini-badge{
    padding: 8px 13px;
    font-size: 12px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .rmc-editorial-sections .rmc-section{
    padding: 92px 0;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-container{
    padding: 0 28px;
  }.tc-wp-content-root .rmc-editorial-sections h2{
    font-size: 46px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-grid-six, .tc-wp-content-root .rmc-editorial-sections .rmc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .rmc-editorial-sections .rmc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-info-card, .tc-wp-content-root .rmc-editorial-sections .rmc-use-card, .tc-wp-content-root .rmc-editorial-sections .rmc-benefit-card{
    padding: 32px 28px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-info-card h3, .tc-wp-content-root .rmc-editorial-sections .rmc-use-card h3, .tc-wp-content-root .rmc-editorial-sections .rmc-benefit-card h3, .tc-wp-content-root .rmc-editorial-sections .rmc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-info-card p, .tc-wp-content-root .rmc-editorial-sections .rmc-use-card p, .tc-wp-content-root .rmc-editorial-sections .rmc-benefit-card p, .tc-wp-content-root .rmc-editorial-sections .rmc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-step-list{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-step-card{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }.tc-wp-content-root .rmc-editorial-sections .rmc-mini-badge{
    padding: 9px 14px;
    font-size: 12px;
  }}