@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;
}.wpc-scope-430 .tc-wp-content-root img, .wpc-scope-430 .tc-wp-content-root video, .wpc-scope-430 .tc-wp-content-root svg, .wpc-scope-430 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #17212b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content, .wpc-scope-430 .tc-wp-content-root .mfg-bottom-content div, .wpc-scope-430 .tc-wp-content-root .mfg-bottom-content section, .wpc-scope-430 .tc-wp-content-root .mfg-bottom-content article{
  box-sizing: border-box;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-section-white{
  background: #ffffff;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-section-soft{
  background: linear-gradient(180deg, #fffaf3 0%, #f6fbfb 100%);
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border: 1px solid rgba(12, 160, 170, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(22, 178, 190, 0.12), rgba(255, 159, 67, 0.14));
  color: #0a7b84;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-section-head h2{
  margin: 0;
  color: #14202a;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-section-head p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #52616f;
  line-height: 1.7;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-card, .wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(18, 32, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(24, 45, 56, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-card::before, .wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(17, 181, 194, 0.55), rgba(255, 176, 77, 0.35), rgba(255, 255, 255, 0));
  content: "";
  opacity: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 220ms ease;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-card:hover, .wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(13, 159, 171, 0.22);
  box-shadow: 0 24px 58px rgba(24, 45, 56, 0.13);
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-card:hover::before, .wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-card h3, .wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-step-card h3, .wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card h3{
  margin: 0;
  color: #17212b;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-card p, .wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-step-card p, .wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card p{
  margin: 10px 0 0;
  color: #5b6874;
  line-height: 1.68;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #12aeba, #ffaf55);
  box-shadow: 0 12px 28px rgba(18, 174, 186, 0.22);
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-icon::before, .wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-icon-wave::before{
  left: 11px;
  top: 22px;
  width: 26px;
  height: 10px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 18px 18px;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-icon-copy::before{
  left: 14px;
  top: 13px;
  width: 17px;
  height: 21px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-icon-copy::after{
  left: 20px;
  top: 18px;
  width: 15px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 5px;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-icon-spark::before{
  left: 21px;
  top: 9px;
  width: 6px;
  height: 30px;
  border-radius: 999px;
  background: #ffffff;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-icon-spark::after{
  left: 9px;
  top: 21px;
  width: 30px;
  height: 6px;
  border-radius: 999px;
  background: #ffffff;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-icon-island::before{
  left: 13px;
  top: 16px;
  width: 22px;
  height: 18px;
  border-bottom: 4px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-icon-clean::before{
  left: 14px;
  top: 22px;
  width: 20px;
  height: 11px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-icon-note::before{
  left: 15px;
  top: 11px;
  width: 18px;
  height: 26px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-icon-note::after{
  left: 20px;
  top: 18px;
  width: 12px;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-steps{
  display: grid;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(16, 145, 156, 0.16);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 253, 253, 0.96));
  box-shadow: 0 18px 50px rgba(24, 45, 56, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(24, 45, 56, 0.12);
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #0da5b3, #ff9f43);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(13, 165, 179, 0.22);
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(13, 165, 179, 0.1);
  color: #0a7780;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfefe 100%);
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card{
  overflow: hidden;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-benefit-mark{
  display: block;
  width: 46px;
  height: 6px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #12aeba, #ffaf55);
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-430 .tc-wp-content-root .mfg-bottom-content .mfg-reveal.mfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mfg-bottom-content .mfg-section{
    padding: 46px 0;
  }.tc-wp-content-root .mfg-bottom-content .mfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-kicker{
    padding: 8px 11px;
    font-size: 11px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card, .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card h3, .tc-wp-content-root .mfg-bottom-content .mfg-step-card h3, .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card h3{
    font-size: 18px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card p, .tc-wp-content-root .mfg-bottom-content .mfg-step-card p, .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card p{
    font-size: 14px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-steps{
    gap: 16px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-badge{
    padding: 8px 10px;
    font-size: 11px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mfg-bottom-content .mfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .mfg-bottom-content .mfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-kicker{
    padding: 8px 12px;
    font-size: 12px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card, .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card h3, .tc-wp-content-root .mfg-bottom-content .mfg-step-card h3, .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card h3{
    font-size: 19px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card p, .tc-wp-content-root .mfg-bottom-content .mfg-step-card p, .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-steps{
    gap: 18px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-badge{
    padding: 8px 11px;
    font-size: 11px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mfg-bottom-content .mfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .mfg-bottom-content .mfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-kicker{
    padding: 9px 13px;
    font-size: 12px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card, .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card h3, .tc-wp-content-root .mfg-bottom-content .mfg-step-card h3, .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card h3{
    font-size: 20px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card p, .tc-wp-content-root .mfg-bottom-content .mfg-step-card p, .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card p{
    font-size: 15px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-steps{
    gap: 20px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-badge{
    padding: 8px 12px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mfg-bottom-content .mfg-section{
    padding: 72px 0;
  }.tc-wp-content-root .mfg-bottom-content .mfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-kicker{
    padding: 9px 14px;
    font-size: 12px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-grid-three, .tc-wp-content-root .mfg-bottom-content .mfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card, .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card h3, .tc-wp-content-root .mfg-bottom-content .mfg-step-card h3, .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card h3{
    font-size: 20px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card p, .tc-wp-content-root .mfg-bottom-content .mfg-step-card p, .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-steps{
    gap: 20px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-badge{
    padding: 8px 12px;
    font-size: 12px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mfg-bottom-content .mfg-section{
    padding: 88px 0;
  }.tc-wp-content-root .mfg-bottom-content .mfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-kicker{
    padding: 10px 15px;
    font-size: 12px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-grid-three, .tc-wp-content-root .mfg-bottom-content .mfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card, .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card h3, .tc-wp-content-root .mfg-bottom-content .mfg-step-card h3, .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card h3{
    font-size: 21px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card p, .tc-wp-content-root .mfg-bottom-content .mfg-step-card p, .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card p{
    font-size: 16px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-steps{
    grid-template-columns: 1fr;
    gap: 22px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-badge{
    padding: 9px 13px;
    font-size: 12px;
  }}.wpc-scope-430 .tc-wp-content-root .mfg-step-content{}