@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 .tmc-content-wrap{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .tmc-content-wrap, .tc-wp-content-root .tmc-content-wrap div, .tc-wp-content-root .tmc-content-wrap section, .tc-wp-content-root .tmc-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .tmc-content-wrap .tmc-section{
  position: relative;
}.tc-wp-content-root .tmc-content-wrap .tmc-section-white{
  background: #ffffff;
}.tc-wp-content-root .tmc-content-wrap .tmc-section-soft{
  background: linear-gradient(180deg, #f8fafc 0%, #f3f7fb 100%);
}.tc-wp-content-root .tmc-content-wrap .tmc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tmc-content-wrap .tmc-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tmc-content-wrap .tmc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(39, 130, 235, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(39, 130, 235, 0.1), rgba(20, 184, 166, 0.1));
  color: #1262b3;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .tmc-content-wrap .tmc-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .tmc-content-wrap .tmc-section-head p{
  margin: 14px auto 0;
  max-width: 720px;
  color: #536174;
  line-height: 1.7;
}.tc-wp-content-root .tmc-content-wrap .tmc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tmc-content-wrap .tmc-card, .tc-wp-content-root .tmc-content-wrap .tmc-benefit-card, .tc-wp-content-root .tmc-content-wrap .tmc-step-card{
  position: relative;
  border: 1px solid rgba(20, 37, 63, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .tmc-content-wrap .tmc-card{
  height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .tmc-content-wrap .tmc-card::before, .tc-wp-content-root .tmc-content-wrap .tmc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(39, 130, 235, 0.38), rgba(20, 184, 166, 0.28), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .tmc-content-wrap .tmc-card:hover, .tc-wp-content-root .tmc-content-wrap .tmc-benefit-card:hover, .tc-wp-content-root .tmc-content-wrap .tmc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(39, 130, 235, 0.24);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .tmc-content-wrap .tmc-card:hover::before, .tc-wp-content-root .tmc-content-wrap .tmc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tmc-content-wrap .tmc-card h3, .tc-wp-content-root .tmc-content-wrap .tmc-benefit-card h3, .tc-wp-content-root .tmc-content-wrap .tmc-step-content h3{
  margin: 0;
  color: #121a2b;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .tmc-content-wrap .tmc-card p, .tc-wp-content-root .tmc-content-wrap .tmc-benefit-card p, .tc-wp-content-root .tmc-content-wrap .tmc-step-content p{
  margin: 10px 0 0;
  color: #566476;
  line-height: 1.68;
}.tc-wp-content-root .tmc-content-wrap .tmc-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #2782eb, #14b8a6);
  box-shadow: 0 12px 26px rgba(39, 130, 235, 0.25);
}.tc-wp-content-root .tmc-content-wrap .tmc-icon::before, .tc-wp-content-root .tmc-content-wrap .tmc-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .tmc-content-wrap .tmc-icon{
  position: relative;
}.tc-wp-content-root .tmc-content-wrap .tmc-icon-grid::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  background: linear-gradient(90deg, transparent 30%, rgba(255,255,255,0.95) 31%, rgba(255,255,255,0.95) 38%, transparent 39%, transparent 64%, rgba(255,255,255,0.95) 65%, rgba(255,255,255,0.95) 72%, transparent 73%),
              linear-gradient(0deg, transparent 30%, rgba(255,255,255,0.95) 31%, rgba(255,255,255,0.95) 38%, transparent 39%, transparent 64%, rgba(255,255,255,0.95) 65%, rgba(255,255,255,0.95) 72%, transparent 73%);
  border: 2px solid rgba(255,255,255,0.95);
  border-radius: 4px;
}.tc-wp-content-root .tmc-content-wrap .tmc-icon-check::before{
  width: 22px;
  height: 12px;
  left: 12px;
  top: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .tmc-content-wrap .tmc-icon-study::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 3px;
}.tc-wp-content-root .tmc-content-wrap .tmc-icon-study::after{
  width: 18px;
  height: 2px;
  left: 14px;
  top: 22px;
  background: #ffffff;
}.tc-wp-content-root .tmc-content-wrap .tmc-icon-speed::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 3px solid rgba(255,255,255,0.95);
  border-top-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .tmc-content-wrap .tmc-icon-clean::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border-radius: 5px;
  border: 2px solid #ffffff;
}.tc-wp-content-root .tmc-content-wrap .tmc-icon-clean::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 20px;
  background: #ffffff;
  box-shadow: 0 5px 0 #ffffff;
}.tc-wp-content-root .tmc-content-wrap .tmc-icon-practical::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 7px;
  border: 2px solid #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .tmc-content-wrap .tmc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tmc-content-wrap .tmc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border-radius: 24px;
  overflow: hidden;
}.tc-wp-content-root .tmc-content-wrap .tmc-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2782eb, #14b8a6);
}.tc-wp-content-root .tmc-content-wrap .tmc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827, #2782eb);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(39, 130, 235, 0.24);
}.tc-wp-content-root .tmc-content-wrap .tmc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.11);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .tmc-content-wrap .tmc-card-accent{
  background:
    radial-gradient(circle at top right, rgba(39, 130, 235, 0.1), transparent 34%),
    #ffffff;
}.tc-wp-content-root .tmc-content-wrap .tmc-benefit-card{
  height: 100%;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.92)),
    radial-gradient(circle at 12% 0%, rgba(20, 184, 166, 0.16), transparent 35%);
}.tc-wp-content-root .tmc-content-wrap .tmc-benefit-mark{
  display: block;
  width: 54px;
  height: 5px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2782eb, #14b8a6);
}.tc-wp-content-root .tmc-content-wrap .tmc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .tmc-content-wrap .tmc-reveal.tmc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tmc-content-wrap .tmc-section{
    padding: 48px 0;
  }.tc-wp-content-root .tmc-content-wrap .tmc-container{
    padding: 0 14px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-card-grid, .tc-wp-content-root .tmc-content-wrap .tmc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-grid-six, .tc-wp-content-root .tmc-content-wrap .tmc-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tmc-content-wrap .tmc-card, .tc-wp-content-root .tmc-content-wrap .tmc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-step-number{
    width: 48px;
    height: 48px;
    font-size: 16px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-card h3, .tc-wp-content-root .tmc-content-wrap .tmc-benefit-card h3, .tc-wp-content-root .tmc-content-wrap .tmc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-card p, .tc-wp-content-root .tmc-content-wrap .tmc-benefit-card p, .tc-wp-content-root .tmc-content-wrap .tmc-step-content p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tmc-content-wrap .tmc-section{
    padding: 54px 0;
  }.tc-wp-content-root .tmc-content-wrap .tmc-container{
    padding: 0 18px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-card-grid, .tc-wp-content-root .tmc-content-wrap .tmc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-grid-six, .tc-wp-content-root .tmc-content-wrap .tmc-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tmc-content-wrap .tmc-card, .tc-wp-content-root .tmc-content-wrap .tmc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-step-number{
    width: 50px;
    height: 50px;
    font-size: 16px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-card h3, .tc-wp-content-root .tmc-content-wrap .tmc-benefit-card h3, .tc-wp-content-root .tmc-content-wrap .tmc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-card p, .tc-wp-content-root .tmc-content-wrap .tmc-benefit-card p, .tc-wp-content-root .tmc-content-wrap .tmc-step-content p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tmc-content-wrap .tmc-section{
    padding: 62px 0;
  }.tc-wp-content-root .tmc-content-wrap .tmc-container{
    padding: 0 22px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-card-grid, .tc-wp-content-root .tmc-content-wrap .tmc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-grid-six, .tc-wp-content-root .tmc-content-wrap .tmc-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tmc-content-wrap .tmc-card, .tc-wp-content-root .tmc-content-wrap .tmc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-step-number{
    width: 52px;
    height: 52px;
    font-size: 17px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-card h3, .tc-wp-content-root .tmc-content-wrap .tmc-benefit-card h3, .tc-wp-content-root .tmc-content-wrap .tmc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-card p, .tc-wp-content-root .tmc-content-wrap .tmc-benefit-card p, .tc-wp-content-root .tmc-content-wrap .tmc-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tmc-content-wrap .tmc-section{
    padding: 76px 0;
  }.tc-wp-content-root .tmc-content-wrap .tmc-container{
    padding: 0 30px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-card-grid, .tc-wp-content-root .tmc-content-wrap .tmc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-grid-six, .tc-wp-content-root .tmc-content-wrap .tmc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .tmc-content-wrap .tmc-card, .tc-wp-content-root .tmc-content-wrap .tmc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-step-card{
    grid-template-columns: auto 1fr;
    gap: 20px;
    padding: 30px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-card h3, .tc-wp-content-root .tmc-content-wrap .tmc-benefit-card h3, .tc-wp-content-root .tmc-content-wrap .tmc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-card p, .tc-wp-content-root .tmc-content-wrap .tmc-benefit-card p, .tc-wp-content-root .tmc-content-wrap .tmc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-steps{
    grid-column: 1 / -1;
  }.tc-wp-content-root .tmc-content-wrap .tmc-step-card{
    grid-column: 1 / -1;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tmc-content-wrap .tmc-section{
    padding: 92px 0;
  }.tc-wp-content-root .tmc-content-wrap .tmc-container{
    padding: 0 32px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-grid-six, .tc-wp-content-root .tmc-content-wrap .tmc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tmc-content-wrap .tmc-card, .tc-wp-content-root .tmc-content-wrap .tmc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 34px 38px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-card h3, .tc-wp-content-root .tmc-content-wrap .tmc-benefit-card h3, .tc-wp-content-root .tmc-content-wrap .tmc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .tmc-content-wrap .tmc-card p, .tc-wp-content-root .tmc-content-wrap .tmc-benefit-card p, .tc-wp-content-root .tmc-content-wrap .tmc-step-content p{
    font-size: 16px;
  }}