@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 .tlc-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;
}.tc-wp-content-root .tlc-content-wrap, .tc-wp-content-root .tlc-content-wrap section, .tc-wp-content-root .tlc-content-wrap div, .tc-wp-content-root .tlc-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .tlc-content-wrap .tlc-section{
  position: relative;
}.tc-wp-content-root .tlc-content-wrap .tlc-section-white{
  background: #ffffff;
}.tc-wp-content-root .tlc-content-wrap .tlc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .tlc-content-wrap .tlc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tlc-content-wrap .tlc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tlc-content-wrap .tlc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #0f8b8d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.tc-wp-content-root .tlc-content-wrap .tlc-kicker::before, .tc-wp-content-root .tlc-content-wrap .tlc-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 20px;
  background: linear-gradient(90deg, #16c6a5, #3b82f6);
}.tc-wp-content-root .tlc-content-wrap .tlc-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: 0;
}.tc-wp-content-root .tlc-content-wrap .tlc-section-head p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #526173;
  font-weight: 450;
}.tc-wp-content-root .tlc-content-wrap .tlc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tlc-content-wrap .tlc-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(20, 184, 166, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 38px rgba(20, 35, 60, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .tlc-content-wrap .tlc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(22, 198, 165, 0.14), rgba(59, 130, 246, 0.08) 42%, rgba(255, 255, 255, 0) 72%);
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .tlc-content-wrap .tlc-card:hover{
  transform: translateY(-6px);
  border-color: rgba(20, 184, 166, 0.38);
  box-shadow: 0 22px 54px rgba(20, 35, 60, 0.13);
}.tc-wp-content-root .tlc-content-wrap .tlc-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tlc-content-wrap .tlc-card h3{
  position: relative;
  margin: 0;
  color: #132033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tlc-content-wrap .tlc-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5b6878;
  font-weight: 450;
}.tc-wp-content-root .tlc-content-wrap .tlc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #13c2a3, #3b82f6);
  box-shadow: 0 12px 24px rgba(19, 194, 163, 0.24);
  transition: transform 220ms ease;
}.tc-wp-content-root .tlc-content-wrap .tlc-card:hover .tlc-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .tlc-content-wrap .tlc-icon::before, .tc-wp-content-root .tlc-content-wrap .tlc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.95;
}.tc-wp-content-root .tlc-content-wrap .tlc-icon-lines::before{
  width: 22px;
  height: 3px;
  top: 15px;
  left: 12px;
  border-radius: 8px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.9), 0 14px 0 rgba(255, 255, 255, 0.72);
}.tc-wp-content-root .tlc-content-wrap .tlc-icon-lines::after{
  width: 9px;
  height: 3px;
  top: 29px;
  left: 25px;
  border-radius: 8px;
}.tc-wp-content-root .tlc-content-wrap .tlc-icon-count::before{
  width: 18px;
  height: 18px;
  top: 14px;
  left: 14px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .tlc-content-wrap .tlc-icon-count::after{
  width: 3px;
  height: 9px;
  right: 12px;
  bottom: 10px;
  border-radius: 8px;
  transform: rotate(-45deg);
}.tc-wp-content-root .tlc-content-wrap .tlc-icon-limit::before{
  width: 24px;
  height: 18px;
  top: 14px;
  left: 11px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.tc-wp-content-root .tlc-content-wrap .tlc-icon-limit::after{
  width: 14px;
  height: 3px;
  top: 22px;
  left: 16px;
  border-radius: 8px;
}.tc-wp-content-root .tlc-content-wrap .tlc-icon-seo::before{
  width: 24px;
  height: 4px;
  top: 14px;
  left: 11px;
  border-radius: 8px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.86), 0 16px 0 rgba(255, 255, 255, 0.68);
}.tc-wp-content-root .tlc-content-wrap .tlc-icon-seo::after{
  width: 7px;
  height: 7px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
}.tc-wp-content-root .tlc-content-wrap .tlc-icon-speed::before{
  width: 20px;
  height: 20px;
  top: 13px;
  left: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .tlc-content-wrap .tlc-icon-speed::after{
  width: 10px;
  height: 3px;
  top: 22px;
  left: 23px;
  border-radius: 8px;
  transform: rotate(-35deg);
  transform-origin: left center;
}.tc-wp-content-root .tlc-content-wrap .tlc-icon-clean::before{
  width: 20px;
  height: 24px;
  top: 11px;
  left: 13px;
  border-radius: 5px;
}.tc-wp-content-root .tlc-content-wrap .tlc-icon-clean::after{
  width: 14px;
  height: 3px;
  top: 19px;
  left: 16px;
  border-radius: 8px;
  background: #3b82f6;
  box-shadow: 0 7px 0 #13c2a3;
}.tc-wp-content-root .tlc-content-wrap .tlc-icon-free::before{
  width: 24px;
  height: 24px;
  top: 11px;
  left: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .tlc-content-wrap .tlc-icon-free::after{
  width: 13px;
  height: 3px;
  top: 22px;
  left: 17px;
  border-radius: 8px;
}.tc-wp-content-root .tlc-content-wrap .tlc-icon-mobile::before{
  width: 18px;
  height: 28px;
  top: 9px;
  left: 14px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.tc-wp-content-root .tlc-content-wrap .tlc-icon-mobile::after{
  width: 5px;
  height: 3px;
  bottom: 13px;
  left: 21px;
  border-radius: 8px;
}.tc-wp-content-root .tlc-content-wrap .tlc-icon-private::before{
  width: 22px;
  height: 16px;
  top: 19px;
  left: 12px;
  border-radius: 6px;
}.tc-wp-content-root .tlc-content-wrap .tlc-icon-private::after{
  width: 14px;
  height: 12px;
  top: 10px;
  left: 16px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.tc-wp-content-root .tlc-content-wrap .tlc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tlc-content-wrap .tlc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(59, 130, 246, 0.16);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(17, 32, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .tlc-content-wrap .tlc-step-card::after{
  content: "";
  position: absolute;
  left: 34px;
  top: 100%;
  width: 2px;
  height: 22px;
  background: linear-gradient(180deg, rgba(22, 198, 165, 0.7), rgba(59, 130, 246, 0));
}.tc-wp-content-root .tlc-content-wrap .tlc-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .tlc-content-wrap .tlc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.34);
  box-shadow: 0 24px 58px rgba(17, 32, 51, 0.12);
}.tc-wp-content-root .tlc-content-wrap .tlc-step-number{
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #0f8b8d, #2563eb);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
  font-weight: 850;
  line-height: 1;
}.tc-wp-content-root .tlc-content-wrap .tlc-step-body h3{
  margin: 0;
  color: #132033;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tlc-content-wrap .tlc-step-body p{
  margin: 8px 0 0;
  color: #5b6878;
  font-weight: 450;
}.tc-wp-content-root .tlc-content-wrap .tlc-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid rgba(20, 184, 166, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(22, 198, 165, 0.12), rgba(59, 130, 246, 0.1));
  color: #0f766e;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}.tc-wp-content-root .tlc-content-wrap .tlc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .tlc-content-wrap .tlc-reveal.tlc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tlc-content-wrap .tlc-section{
    padding: 46px 0;
  }.tc-wp-content-root .tlc-content-wrap .tlc-container{
    padding: 0 14px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-section-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-card{
    padding: 22px;
    border-radius: 16px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-card h3, .tc-wp-content-root .tlc-content-wrap .tlc-step-body h3{
    font-size: 18px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-card p, .tc-wp-content-root .tlc-content-wrap .tlc-step-body p{
    font-size: 14px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-steps{
    gap: 18px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-step-card::after{
    display: none;
  }.tc-wp-content-root .tlc-content-wrap .tlc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-badge{
    padding: 8px 11px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tlc-content-wrap .tlc-section{
    padding: 52px 0;
  }.tc-wp-content-root .tlc-content-wrap .tlc-container{
    padding: 0 18px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-card{
    padding: 24px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-card h3, .tc-wp-content-root .tlc-content-wrap .tlc-step-body h3{
    font-size: 19px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-card p, .tc-wp-content-root .tlc-content-wrap .tlc-step-body p{
    font-size: 14.5px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-steps{
    gap: 18px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-step-card::after{
    display: none;
  }.tc-wp-content-root .tlc-content-wrap .tlc-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-badge{
    padding: 8px 12px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tlc-content-wrap .tlc-section{
    padding: 58px 0;
  }.tc-wp-content-root .tlc-content-wrap .tlc-container{
    padding: 0 22px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-section-head{
    margin-bottom: 32px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-card{
    padding: 26px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-card h3, .tc-wp-content-root .tlc-content-wrap .tlc-step-body h3{
    font-size: 20px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-card p, .tc-wp-content-root .tlc-content-wrap .tlc-step-body p{
    font-size: 15px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-steps{
    gap: 20px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-step-card::after{
    display: none;
  }.tc-wp-content-root .tlc-content-wrap .tlc-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-badge{
    padding: 8px 12px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tlc-content-wrap .tlc-section{
    padding: 72px 0;
  }.tc-wp-content-root .tlc-content-wrap .tlc-container{
    padding: 0 28px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-section-head{
    margin-bottom: 40px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .tlc-content-wrap .tlc-card{
    padding: 28px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-card h3, .tc-wp-content-root .tlc-content-wrap .tlc-step-body h3{
    font-size: 21px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-card p, .tc-wp-content-root .tlc-content-wrap .tlc-step-body p{
    font-size: 15.5px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-steps{
    gap: 22px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-step-number{
    font-size: 20px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-badge{
    padding: 9px 13px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tlc-content-wrap .tlc-section{
    padding: 88px 0;
  }.tc-wp-content-root .tlc-content-wrap .tlc-container{
    padding: 0 32px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-section-head{
    margin-bottom: 46px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-card{
    padding: 30px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-card h3, .tc-wp-content-root .tlc-content-wrap .tlc-step-body h3{
    font-size: 22px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-card p, .tc-wp-content-root .tlc-content-wrap .tlc-step-body p{
    font-size: 16px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-steps{
    gap: 22px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-step-card{
    gap: 28px;
    padding: 30px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-step-number{
    font-size: 21px;
  }.tc-wp-content-root .tlc-content-wrap .tlc-badge{
    padding: 9px 14px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .tlc-content-wrap .tlc-reveal, .tc-wp-content-root .tlc-content-wrap .tlc-card, .tc-wp-content-root .tlc-content-wrap .tlc-step-card, .tc-wp-content-root .tlc-content-wrap .tlc-icon{
    transition: none;
  }.tc-wp-content-root .tlc-content-wrap .tlc-reveal{
    opacity: 1;
    transform: none;
  }}