@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 .bmi-editorial-pro{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .bmi-editorial-pro, .tc-wp-content-root .bmi-editorial-pro section, .tc-wp-content-root .bmi-editorial-pro div, .tc-wp-content-root .bmi-editorial-pro article, .tc-wp-content-root .bmi-editorial-pro span, .tc-wp-content-root .bmi-editorial-pro h2, .tc-wp-content-root .bmi-editorial-pro h3, .tc-wp-content-root .bmi-editorial-pro p{
  box-sizing: border-box;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-section{
  position: relative;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-white{
  background: #ffffff;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f6f8fb 100%);
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(14, 165, 164, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(14, 165, 164, 0.1), rgba(37, 99, 235, 0.08));
  color: #087b83;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-heading p{
  margin: 16px auto 0;
  color: #526070;
  line-height: 1.7;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(126, 148, 171, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(22, 34, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(14, 165, 164, 0.14), rgba(37, 99, 235, 0.08) 38%, transparent 64%);
  content: "";
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card:hover{
  transform: translateY(-6px);
  border-color: rgba(14, 165, 164, 0.32);
  box-shadow: 0 24px 58px rgba(22, 34, 51, 0.13);
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card h3{
  position: relative;
  margin: 0;
  color: #152033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5a6675;
  line-height: 1.65;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0ea5a4, #2563eb);
  box-shadow: 0 12px 24px rgba(14, 165, 164, 0.22);
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-icon::before, .tc-wp-content-root .bmi-editorial-pro .bmi-ep-icon::after{
  position: absolute;
  content: "";
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-icon-scale::before{
  width: 22px;
  height: 12px;
  top: 14px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 12px 12px 6px 6px;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-icon-scale::after{
  width: 8px;
  height: 2px;
  top: 20px;
  left: 19px;
  background: #ffffff;
  transform: rotate(-28deg);
  transform-origin: left center;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-icon-range::before{
  width: 24px;
  height: 8px;
  top: 19px;
  left: 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-icon-range::after{
  width: 10px;
  height: 10px;
  top: 18px;
  left: 25px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-icon-heart::before{
  width: 18px;
  height: 18px;
  top: 15px;
  left: 14px;
  background: #ffffff;
  transform: rotate(45deg);
  border-radius: 4px;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-icon-heart::after{
  width: 18px;
  height: 10px;
  top: 12px;
  left: 14px;
  border-radius: 999px 999px 0 0;
  background: #ffffff;
  box-shadow: 7px 7px 0 #ffffff;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-icon-track::before{
  width: 24px;
  height: 18px;
  top: 14px;
  left: 11px;
  border-left: 2px solid rgba(255, 255, 255, 0.75);
  border-bottom: 2px solid rgba(255, 255, 255, 0.75);
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-icon-track::after{
  width: 22px;
  height: 14px;
  top: 15px;
  left: 13px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: skew(-18deg) rotate(-18deg);
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-icon-clean::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-icon-clean::after{
  width: 14px;
  height: 7px;
  top: 19px;
  left: 16px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-icon-note::before{
  width: 20px;
  height: 24px;
  top: 11px;
  left: 13px;
  border-radius: 6px;
  background: #ffffff;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-icon-note::after{
  width: 12px;
  height: 2px;
  top: 18px;
  left: 17px;
  background: #0ea5a4;
  box-shadow: 0 6px 0 #0ea5a4;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-icon-free::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-icon-free::after{
  width: 10px;
  height: 5px;
  top: 19px;
  left: 18px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-icon-mobile::before{
  width: 17px;
  height: 26px;
  top: 10px;
  left: 15px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-icon-mobile::after{
  width: 5px;
  height: 2px;
  bottom: 13px;
  left: 21px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-icon-private::before{
  width: 22px;
  height: 16px;
  top: 18px;
  left: 12px;
  border-radius: 6px;
  background: #ffffff;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-icon-private::after{
  width: 14px;
  height: 12px;
  top: 10px;
  left: 16px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-steps{
  display: grid;
  gap: 18px;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(126, 148, 171, 0.18);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(22, 34, 51, 0.075);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-step::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #0ea5a4, #2563eb);
  content: "";
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-step:hover{
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.26);
  box-shadow: 0 24px 54px rgba(22, 34, 51, 0.11);
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #0ea5a4, #2563eb);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.2);
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-step h3{
  margin: 0;
  color: #152033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-step p{
  margin: 8px 0 0;
  color: #5a6675;
  line-height: 1.65;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(14, 165, 164, 0.1);
  color: #087b83;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .bmi-editorial-pro .bmi-ep-reveal.bmi-ep-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .bmi-editorial-pro .bmi-ep-section{
    padding: 46px 0;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-container{
    padding: 0 14px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-heading p{
    font-size: 14px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card h3, .tc-wp-content-root .bmi-editorial-pro .bmi-ep-step h3{
    font-size: 18px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card p, .tc-wp-content-root .bmi-editorial-pro .bmi-ep-step p{
    font-size: 14px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-steps{
    margin-top: 28px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-step{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-step-number{
    width: 48px;
    height: 48px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .bmi-editorial-pro .bmi-ep-section{
    padding: 52px 0;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-container{
    padding: 0 18px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-heading p{
    font-size: 15px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card{
    padding: 24px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card h3, .tc-wp-content-root .bmi-editorial-pro .bmi-ep-step h3{
    font-size: 19px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card p, .tc-wp-content-root .bmi-editorial-pro .bmi-ep-step p{
    font-size: 15px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-steps{
    margin-top: 30px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-step{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .bmi-editorial-pro .bmi-ep-section{
    padding: 58px 0;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-container{
    padding: 0 22px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-heading p{
    font-size: 16px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card{
    padding: 26px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card h3, .tc-wp-content-root .bmi-editorial-pro .bmi-ep-step h3{
    font-size: 20px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card p, .tc-wp-content-root .bmi-editorial-pro .bmi-ep-step p{
    font-size: 15px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-steps{
    margin-top: 34px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .bmi-editorial-pro .bmi-ep-section{
    padding: 72px 0;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-container{
    padding: 0 30px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-heading p{
    font-size: 17px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card{
    padding: 28px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card h3, .tc-wp-content-root .bmi-editorial-pro .bmi-ep-step h3{
    font-size: 21px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card p, .tc-wp-content-root .bmi-editorial-pro .bmi-ep-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-steps{
    margin-top: 42px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .bmi-editorial-pro .bmi-ep-section{
    padding: 88px 0;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-container{
    padding: 0 32px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-heading p{
    font-size: 18px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card{
    padding: 30px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card h3, .tc-wp-content-root .bmi-editorial-pro .bmi-ep-step h3{
    font-size: 22px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card p, .tc-wp-content-root .bmi-editorial-pro .bmi-ep-step p{
    font-size: 16px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-steps{
    margin-top: 48px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-step{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .bmi-editorial-pro .bmi-ep-card, .tc-wp-content-root .bmi-editorial-pro .bmi-ep-step, .tc-wp-content-root .bmi-editorial-pro .bmi-ep-reveal, .tc-wp-content-root .bmi-editorial-pro .bmi-ep-reveal.bmi-ep-visible{
    transform: none;
    transition: none;
  }.tc-wp-content-root .bmi-editorial-pro .bmi-ep-reveal{
    opacity: 1;
  }}

.tc-wp-content-root .bmi-ep-step-content {}
.tc-wp-content-root .bmi-ep-trust-card {}