@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 .mwac-content-wrap{
  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;
  background: #ffffff;
}.tc-wp-content-root .mwac-content-wrap, .tc-wp-content-root .mwac-content-wrap div, .tc-wp-content-root .mwac-content-wrap section, .tc-wp-content-root .mwac-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .mwac-content-wrap .mwac-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .mwac-content-wrap .mwac-section-white{
  background: #ffffff;
}.tc-wp-content-root .mwac-content-wrap .mwac-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f5f8fc 100%);
}.tc-wp-content-root .mwac-content-wrap .mwac-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .mwac-content-wrap .mwac-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .mwac-content-wrap .mwac-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(42, 112, 255, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(42, 112, 255, 0.09), rgba(22, 199, 154, 0.09));
  color: #2457d6;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .mwac-content-wrap .mwac-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2a70ff, #16c79a);
  box-shadow: 0 0 0 5px rgba(42, 112, 255, 0.1);
}.tc-wp-content-root .mwac-content-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .mwac-content-wrap .mwac-section-head p{
  margin: 16px auto 0;
  color: #5d6878;
  line-height: 1.72;
}.tc-wp-content-root .mwac-content-wrap .mwac-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .mwac-content-wrap .mwac-card, .tc-wp-content-root .mwac-content-wrap .mwac-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(31, 42, 68, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(23, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow: hidden;
}.tc-wp-content-root .mwac-content-wrap .mwac-card::before, .tc-wp-content-root .mwac-content-wrap .mwac-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #2a70ff, #16c79a);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .mwac-content-wrap .mwac-card:hover, .tc-wp-content-root .mwac-content-wrap .mwac-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(42, 112, 255, 0.22);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.12);
}.tc-wp-content-root .mwac-content-wrap .mwac-card:hover::before, .tc-wp-content-root .mwac-content-wrap .mwac-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .mwac-content-wrap h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .mwac-content-wrap .mwac-card p, .tc-wp-content-root .mwac-content-wrap .mwac-benefit-card p, .tc-wp-content-root .mwac-content-wrap .mwac-step-card p{
  margin: 10px 0 0;
  color: #5d6878;
  line-height: 1.68;
}.tc-wp-content-root .mwac-content-wrap .mwac-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(42, 112, 255, 0.12), rgba(22, 199, 154, 0.13));
  border: 1px solid rgba(42, 112, 255, 0.14);
}.tc-wp-content-root .mwac-content-wrap .mwac-icon::before, .tc-wp-content-root .mwac-content-wrap .mwac-icon::after{
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #2a70ff, #16c79a);
  transition: transform 260ms ease;
}.tc-wp-content-root .mwac-content-wrap .mwac-card:hover .mwac-icon::before{
  transform: translateY(-2px);
}.tc-wp-content-root .mwac-content-wrap .mwac-icon-equation::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 16px;
  border-radius: 99px;
}.tc-wp-content-root .mwac-content-wrap .mwac-icon-equation::after{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 27px;
  border-radius: 99px;
}.tc-wp-content-root .mwac-content-wrap .mwac-icon-steps::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 7px;
  background: transparent;
  border: 3px solid #2a70ff;
}.tc-wp-content-root .mwac-content-wrap .mwac-icon-steps::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 99px;
}.tc-wp-content-root .mwac-content-wrap .mwac-icon-check::before{
  width: 22px;
  height: 12px;
  left: 12px;
  top: 15px;
  border-left: 4px solid #16c79a;
  border-bottom: 4px solid #16c79a;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .mwac-content-wrap .mwac-icon-variable::before{
  content: "x";
  left: 15px;
  top: 7px;
  background: transparent;
  color: #2457d6;
  font-size: 24px;
  font-weight: 850;
}.tc-wp-content-root .mwac-content-wrap .mwac-icon-practice::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #2a70ff;
}.tc-wp-content-root .mwac-content-wrap .mwac-icon-practice::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 99px;
}.tc-wp-content-root .mwac-content-wrap .mwac-icon-clean::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border-radius: 6px;
}.tc-wp-content-root .mwac-content-wrap .mwac-icon-clean::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 22px;
  border-radius: 99px;
  background: #ffffff;
}.tc-wp-content-root .mwac-content-wrap .mwac-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .mwac-content-wrap .mwac-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(31, 42, 68, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(23, 32, 51, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .mwac-content-wrap .mwac-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #2a70ff, #16c79a);
}.tc-wp-content-root .mwac-content-wrap .mwac-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(42, 112, 255, 0.2);
  box-shadow: 0 24px 56px rgba(23, 32, 51, 0.11);
}.tc-wp-content-root .mwac-content-wrap .mwac-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #2a70ff, #16c79a);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(42, 112, 255, 0.22);
}.tc-wp-content-root .mwac-content-wrap .mwac-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(42, 112, 255, 0.08);
  color: #2457d6;
  font-weight: 800;
  line-height: 1.1;
}.tc-wp-content-root .mwac-content-wrap .mwac-benefit-card{
  background:
    radial-gradient(circle at top right, rgba(22, 199, 154, 0.12), transparent 34%),
    #ffffff;
}.tc-wp-content-root .mwac-content-wrap .mwac-benefit-mark{
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2a70ff, #16c79a);
  box-shadow: 0 14px 30px rgba(42, 112, 255, 0.2);
}.tc-wp-content-root .mwac-content-wrap .mwac-benefit-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 12px;
  top: 13px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .mwac-content-wrap .mwac-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .mwac-content-wrap .mwac-reveal.mwac-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .mwac-content-wrap .mwac-section{
    padding: 46px 0;
  }.tc-wp-content-root .mwac-content-wrap .mwac-container{
    padding: 0 14px;
  }.tc-wp-content-root .mwac-content-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-kicker, .tc-wp-content-root .mwac-content-wrap .mwac-badge{
    font-size: 12px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-card, .tc-wp-content-root .mwac-content-wrap .mwac-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .mwac-content-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-card p, .tc-wp-content-root .mwac-content-wrap .mwac-benefit-card p, .tc-wp-content-root .mwac-content-wrap .mwac-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 22px 22px 24px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-step-number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .mwac-content-wrap .mwac-section{
    padding: 52px 0;
  }.tc-wp-content-root .mwac-content-wrap .mwac-container{
    padding: 0 18px;
  }.tc-wp-content-root .mwac-content-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-kicker, .tc-wp-content-root .mwac-content-wrap .mwac-badge{
    font-size: 12px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-card, .tc-wp-content-root .mwac-content-wrap .mwac-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .mwac-content-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-card p, .tc-wp-content-root .mwac-content-wrap .mwac-benefit-card p, .tc-wp-content-root .mwac-content-wrap .mwac-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 24px 24px 26px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .mwac-content-wrap .mwac-section{
    padding: 58px 0;
  }.tc-wp-content-root .mwac-content-wrap .mwac-container{
    padding: 0 22px;
  }.tc-wp-content-root .mwac-content-wrap h2{
    font-size: 33px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-kicker, .tc-wp-content-root .mwac-content-wrap .mwac-badge{
    font-size: 13px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-card, .tc-wp-content-root .mwac-content-wrap .mwac-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .mwac-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-card p, .tc-wp-content-root .mwac-content-wrap .mwac-benefit-card p, .tc-wp-content-root .mwac-content-wrap .mwac-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 26px 26px 30px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .mwac-content-wrap .mwac-section{
    padding: 74px 0;
  }.tc-wp-content-root .mwac-content-wrap .mwac-container{
    padding: 0 30px;
  }.tc-wp-content-root .mwac-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-kicker, .tc-wp-content-root .mwac-content-wrap .mwac-badge{
    font-size: 13px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-grid-3, .tc-wp-content-root .mwac-content-wrap .mwac-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-card, .tc-wp-content-root .mwac-content-wrap .mwac-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .mwac-content-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-card p, .tc-wp-content-root .mwac-content-wrap .mwac-benefit-card p, .tc-wp-content-root .mwac-content-wrap .mwac-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-step-card{
    gap: 24px;
    padding: 30px 32px 30px 36px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-step-number{
    width: 60px;
    height: 60px;
    font-size: 17px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .mwac-content-wrap .mwac-section{
    padding: 92px 0;
  }.tc-wp-content-root .mwac-content-wrap .mwac-container{
    padding: 0 32px;
  }.tc-wp-content-root .mwac-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-kicker, .tc-wp-content-root .mwac-content-wrap .mwac-badge{
    font-size: 13px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-card, .tc-wp-content-root .mwac-content-wrap .mwac-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .mwac-content-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-card p, .tc-wp-content-root .mwac-content-wrap .mwac-benefit-card p, .tc-wp-content-root .mwac-content-wrap .mwac-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-step-card{
    gap: 28px;
    padding: 34px 38px 34px 42px;
  }.tc-wp-content-root .mwac-content-wrap .mwac-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }}

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