@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 .mcpg-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #17211f;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .mcpg-bottom-content, .tc-wp-content-root .mcpg-bottom-content div, .tc-wp-content-root .mcpg-bottom-content section, .tc-wp-content-root .mcpg-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-section-white{
  background: #ffffff;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(45, 166, 143, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(16, 112, 99, 0.07), transparent 28%),
    #f7faf8;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(25, 135, 118, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(45, 166, 143, 0.12), rgba(20, 94, 86, 0.06));
  color: #126b60;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-heading h2{
  margin: 0;
  color: #13201d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-heading p{
  margin: 16px auto 0;
  color: #5d6d68;
  line-height: 1.7;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(19, 32, 29, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: 0 18px 44px rgba(19, 32, 29, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #9de6d7, #2da68f, #145e56);
  opacity: 0.9;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(45, 166, 143, 0.28);
  box-shadow: 0 24px 58px rgba(19, 32, 29, 0.12);
}.tc-wp-content-root .mcpg-bottom-content .mcpg-card h3{
  margin: 0;
  color: #17211f;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-card p{
  margin: 10px 0 0;
  color: #62716d;
  line-height: 1.68;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e6fbf6, #c1efe5);
  box-shadow: inset 0 0 0 1px rgba(45, 166, 143, 0.2), 0 12px 24px rgba(45, 166, 143, 0.16);
}.tc-wp-content-root .mcpg-bottom-content .mcpg-icon::before, .tc-wp-content-root .mcpg-bottom-content .mcpg-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-icon-tone::before{
  width: 22px;
  height: 22px;
  left: 8px;
  top: 12px;
  background: #2da68f;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-icon-tone::after{
  width: 18px;
  height: 18px;
  right: 8px;
  top: 15px;
  background: #9de6d7;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-icon-brand::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 7px solid #2da68f;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-icon-ui::before{
  width: 26px;
  height: 18px;
  left: 10px;
  top: 11px;
  border-radius: 7px;
  background: #145e56;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-icon-ui::after{
  width: 18px;
  height: 4px;
  left: 14px;
  bottom: 10px;
  background: #2da68f;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  background: conic-gradient(from 20deg, #145e56, #2da68f, #9de6d7, #145e56);
}.tc-wp-content-root .mcpg-bottom-content .mcpg-icon-focus::before{
  width: 28px;
  height: 28px;
  left: 9px;
  top: 9px;
  border: 2px solid #2da68f;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-icon-focus::after{
  width: 10px;
  height: 10px;
  left: 18px;
  top: 18px;
  background: #145e56;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-icon-copy::before{
  width: 21px;
  height: 25px;
  left: 15px;
  top: 9px;
  border-radius: 6px;
  background: #2da68f;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-icon-copy::after{
  width: 19px;
  height: 23px;
  left: 10px;
  top: 14px;
  border-radius: 6px;
  border: 2px solid #145e56;
  background: rgba(255, 255, 255, 0.35);
}.tc-wp-content-root .mcpg-bottom-content .mcpg-icon-free::before{
  width: 26px;
  height: 26px;
  left: 10px;
  top: 10px;
  background: #2da68f;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-icon-free::after{
  width: 12px;
  height: 6px;
  left: 17px;
  top: 19px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  border-radius: 1px;
  transform: rotate(-45deg);
}.tc-wp-content-root .mcpg-bottom-content .mcpg-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 14px;
  top: 8px;
  border-radius: 7px;
  border: 2px solid #145e56;
  background: rgba(45, 166, 143, 0.28);
}.tc-wp-content-root .mcpg-bottom-content .mcpg-icon-private::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 18px;
  border-radius: 7px;
  background: #2da68f;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-icon-private::after{
  width: 16px;
  height: 15px;
  left: 15px;
  top: 9px;
  border: 3px solid #145e56;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(19, 32, 29, 0.09);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #fbfefd);
  box-shadow: 0 18px 46px rgba(19, 32, 29, 0.075);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-step::after{
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 166, 143, 0.18), transparent 68%);
}.tc-wp-content-root .mcpg-bottom-content .mcpg-step:hover{
  transform: translateY(-4px);
  border-color: rgba(45, 166, 143, 0.28);
  box-shadow: 0 24px 60px rgba(19, 32, 29, 0.11);
}.tc-wp-content-root .mcpg-bottom-content .mcpg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #145e56, #2da68f);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(20, 94, 86, 0.2);
}.tc-wp-content-root .mcpg-bottom-content .mcpg-step-content{
  position: relative;
  z-index: 1;
  min-width: 0;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-step h3{
  margin: 0;
  color: #17211f;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-step p{
  margin: 10px 0 0;
  color: #62716d;
  line-height: 1.68;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(45, 166, 143, 0.1);
  color: #126b60;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-benefit{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 252, 250, 0.95)),
    #ffffff;
}.tc-wp-content-root .mcpg-bottom-content .mcpg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .mcpg-bottom-content .mcpg-reveal.mcpg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .mcpg-bottom-content .mcpg-section{
    padding: 52px 0;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-card{
    padding: 24px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-card h3{
    font-size: 18px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-card p{
    font-size: 14px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-step h3{
    font-size: 18px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-step p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .mcpg-bottom-content .mcpg-section{
    padding: 58px 0;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-card{
    padding: 26px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-card h3{
    font-size: 19px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-step h3{
    font-size: 19px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-step p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .mcpg-bottom-content .mcpg-section{
    padding: 64px 0;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-card{
    padding: 28px 24px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-card p{
    font-size: 15px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-step h3{
    font-size: 20px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-step p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .mcpg-bottom-content .mcpg-section{
    padding: 78px 0;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-container{
    padding: 0 28px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-grid-six, .tc-wp-content-root .mcpg-bottom-content .mcpg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-card{
    padding: 30px 26px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-card h3{
    font-size: 21px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-step h3{
    font-size: 22px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-step p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .mcpg-bottom-content .mcpg-section{
    padding: 96px 0;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-heading p{
    font-size: 18px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-grid-six, .tc-wp-content-root .mcpg-bottom-content .mcpg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-card{
    padding: 32px 28px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-card h3{
    font-size: 22px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-card p{
    font-size: 16px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-step{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-step h3{
    font-size: 24px;
  }.tc-wp-content-root .mcpg-bottom-content .mcpg-step p{
    font-size: 16px;
  }}