@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 .hmx-editorial-content{
  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 .hmx-editorial-content, .tc-wp-content-root .hmx-editorial-content section, .tc-wp-content-root .hmx-editorial-content div, .tc-wp-content-root .hmx-editorial-content article{
  box-sizing: border-box;
}.tc-wp-content-root .hmx-editorial-content .hmx-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .hmx-editorial-content .hmx-section-white{
  background: #ffffff;
}.tc-wp-content-root .hmx-editorial-content .hmx-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .hmx-editorial-content .hmx-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .hmx-editorial-content .hmx-section-head{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .hmx-editorial-content .hmx-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(26, 115, 232, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(26, 115, 232, 0.1), rgba(0, 184, 148, 0.1));
  color: #1262c6;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .hmx-editorial-content .hmx-section-head h2{
  margin: 0;
  color: #121a2c;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .hmx-editorial-content .hmx-section-head p{
  margin: 16px auto 0;
  color: #596579;
  line-height: 1.72;
  font-weight: 450;
}.tc-wp-content-root .hmx-editorial-content .hmx-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .hmx-editorial-content .hmx-card, .tc-wp-content-root .hmx-editorial-content .hmx-benefit-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(18, 36, 64, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .hmx-editorial-content .hmx-card::before, .tc-wp-content-root .hmx-editorial-content .hmx-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #1a73e8, #00b894, #6c5ce7);
  opacity: 0.88;
}.tc-wp-content-root .hmx-editorial-content .hmx-card:hover, .tc-wp-content-root .hmx-editorial-content .hmx-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(26, 115, 232, 0.28);
  box-shadow: 0 24px 58px rgba(18, 36, 64, 0.13);
}.tc-wp-content-root .hmx-editorial-content .hmx-card h3, .tc-wp-content-root .hmx-editorial-content .hmx-benefit-card h3, .tc-wp-content-root .hmx-editorial-content .hmx-step-card h3{
  margin: 0;
  color: #172033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .hmx-editorial-content .hmx-card p, .tc-wp-content-root .hmx-editorial-content .hmx-benefit-card p, .tc-wp-content-root .hmx-editorial-content .hmx-step-card p{
  margin: 10px 0 0;
  color: #5a6578;
  line-height: 1.7;
  font-weight: 430;
}.tc-wp-content-root .hmx-editorial-content .hmx-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(26, 115, 232, 0.12), rgba(0, 184, 148, 0.14));
  box-shadow: inset 0 0 0 1px rgba(26, 115, 232, 0.15);
}.tc-wp-content-root .hmx-editorial-content .hmx-icon::before, .tc-wp-content-root .hmx-editorial-content .hmx-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .hmx-editorial-content .hmx-card .hmx-icon{
  position: relative;
}.tc-wp-content-root .hmx-editorial-content .hmx-icon-grid::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  background:
    linear-gradient(#1a73e8, #1a73e8) 0 0 / 8px 8px no-repeat,
    linear-gradient(#00a885, #00a885) 14px 0 / 8px 8px no-repeat,
    linear-gradient(#00a885, #00a885) 0 14px / 8px 8px no-repeat,
    linear-gradient(#6c5ce7, #6c5ce7) 14px 14px / 8px 8px no-repeat;
  border-radius: 4px;
}.tc-wp-content-root .hmx-editorial-content .hmx-icon-curve::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-bottom: 3px solid #1a73e8;
  border-left: 3px solid #00a885;
  border-radius: 0 0 0 12px;
}.tc-wp-content-root .hmx-editorial-content .hmx-icon-check::before{
  width: 20px;
  height: 10px;
  left: 12px;
  top: 15px;
  border-left: 3px solid #00a885;
  border-bottom: 3px solid #00a885;
  transform: rotate(-45deg);
}.tc-wp-content-root .hmx-editorial-content .hmx-icon-sigma::before{
  content: "Σ";
  left: 14px;
  top: 7px;
  color: #1a73e8;
  font-size: 24px;
  font-weight: 850;
}.tc-wp-content-root .hmx-editorial-content .hmx-icon-layers::before{
  width: 23px;
  height: 15px;
  left: 11px;
  top: 13px;
  border: 2px solid #1a73e8;
  border-radius: 6px;
  box-shadow: 4px 4px 0 rgba(0, 184, 148, 0.42);
}.tc-wp-content-root .hmx-editorial-content .hmx-icon-focus::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #1a73e8;
  border-radius: 50%;
}.tc-wp-content-root .hmx-editorial-content .hmx-icon-focus::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #00a885;
}.tc-wp-content-root .hmx-editorial-content .hmx-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .hmx-editorial-content .hmx-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(26, 115, 232, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 46px rgba(18, 36, 64, 0.08);
}.tc-wp-content-root .hmx-editorial-content .hmx-step-card::after{
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 184, 148, 0.16), rgba(26, 115, 232, 0));
}.tc-wp-content-root .hmx-editorial-content .hmx-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  height: 62px;
  border-radius: 20px;
  background: linear-gradient(135deg, #1a73e8, #00b894);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(26, 115, 232, 0.22);
}.tc-wp-content-root .hmx-editorial-content .hmx-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(26, 115, 232, 0.09);
  color: #1763c7;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .hmx-editorial-content .hmx-benefit-card{
  text-align: left;
}.tc-wp-content-root .hmx-editorial-content .hmx-benefit-mark{
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 184, 148, 0.14), rgba(26, 115, 232, 0.12));
}.tc-wp-content-root .hmx-editorial-content .hmx-benefit-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 9px;
  left: 11px;
  top: 14px;
  border-left: 3px solid #00a885;
  border-bottom: 3px solid #00a885;
  transform: rotate(-45deg);
}.tc-wp-content-root .hmx-editorial-content .hmx-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .hmx-editorial-content .hmx-reveal.hmx-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .hmx-editorial-content .hmx-section{
    padding: 48px 0;
  }.tc-wp-content-root .hmx-editorial-content .hmx-container{
    padding: 0 14px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-card, .tc-wp-content-root .hmx-editorial-content .hmx-benefit-card{
    padding: 24px 20px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-card h3, .tc-wp-content-root .hmx-editorial-content .hmx-benefit-card h3, .tc-wp-content-root .hmx-editorial-content .hmx-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-card p, .tc-wp-content-root .hmx-editorial-content .hmx-benefit-card p, .tc-wp-content-root .hmx-editorial-content .hmx-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-step-number{
    min-width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .hmx-editorial-content .hmx-section{
    padding: 54px 0;
  }.tc-wp-content-root .hmx-editorial-content .hmx-container{
    padding: 0 18px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-card, .tc-wp-content-root .hmx-editorial-content .hmx-benefit-card{
    padding: 26px 22px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-card h3, .tc-wp-content-root .hmx-editorial-content .hmx-benefit-card h3, .tc-wp-content-root .hmx-editorial-content .hmx-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-card p, .tc-wp-content-root .hmx-editorial-content .hmx-benefit-card p, .tc-wp-content-root .hmx-editorial-content .hmx-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-step-number{
    min-width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .hmx-editorial-content .hmx-section{
    padding: 62px 0;
  }.tc-wp-content-root .hmx-editorial-content .hmx-container{
    padding: 0 22px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-section-head h2{
    font-size: 33px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-card, .tc-wp-content-root .hmx-editorial-content .hmx-benefit-card{
    padding: 30px 26px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-card h3, .tc-wp-content-root .hmx-editorial-content .hmx-benefit-card h3, .tc-wp-content-root .hmx-editorial-content .hmx-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-card p, .tc-wp-content-root .hmx-editorial-content .hmx-benefit-card p, .tc-wp-content-root .hmx-editorial-content .hmx-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 26px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-step-number{
    min-width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .hmx-editorial-content .hmx-section{
    padding: 74px 0;
  }.tc-wp-content-root .hmx-editorial-content .hmx-container{
    padding: 0 32px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-card, .tc-wp-content-root .hmx-editorial-content .hmx-benefit-card{
    padding: 32px 28px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-card h3, .tc-wp-content-root .hmx-editorial-content .hmx-benefit-card h3, .tc-wp-content-root .hmx-editorial-content .hmx-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-card p, .tc-wp-content-root .hmx-editorial-content .hmx-benefit-card p, .tc-wp-content-root .hmx-editorial-content .hmx-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-step-card{
    gap: 24px;
    padding: 32px 30px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-step-number{
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .hmx-editorial-content .hmx-section{
    padding: 92px 0;
  }.tc-wp-content-root .hmx-editorial-content .hmx-container{
    padding: 0 34px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .hmx-editorial-content .hmx-card, .tc-wp-content-root .hmx-editorial-content .hmx-benefit-card{
    padding: 34px 30px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-card h3, .tc-wp-content-root .hmx-editorial-content .hmx-benefit-card h3, .tc-wp-content-root .hmx-editorial-content .hmx-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-card p, .tc-wp-content-root .hmx-editorial-content .hmx-benefit-card p, .tc-wp-content-root .hmx-editorial-content .hmx-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-step-card{
    gap: 28px;
    padding: 34px 34px;
  }.tc-wp-content-root .hmx-editorial-content .hmx-step-number{
    font-size: 20px;
  }}

.tc-wp-content-root .hmx-benefit-grid {}
.tc-wp-content-root .hmx-step-body {}