@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 .hcpg-content-wrap{
  width: 100%;
  overflow-x: hidden;
  font-family: inherit;
  color: #182033;
  background: #ffffff;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-section-white{
  background: #ffffff;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-section-soft{
  background:
    radial-gradient(circle at 15% 12%, rgba(35, 170, 255, 0.08), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(128, 86, 255, 0.08), transparent 32%),
    #f8fafc;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(48, 117, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(33, 151, 255, 0.1), rgba(127, 78, 255, 0.1));
  color: #2459c9;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-section-head h2{
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-section-head p{
  margin: 16px auto 0;
  color: #5d687c;
  line-height: 1.7;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(28, 42, 70, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 160, 255, 0.28), rgba(128, 84, 255, 0.2), rgba(24, 212, 168, 0.18)) border-box;
  box-shadow: 0 18px 44px rgba(20, 30, 55, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(20, 30, 55, 0.13);
  border-color: rgba(48, 117, 255, 0.2);
}.tc-wp-content-root .hcpg-content-wrap .hcpg-card h3{
  margin: 18px 0 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-card p{
  margin: 10px 0 0;
  color: #5b667a;
  line-height: 1.65;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-icon{
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: linear-gradient(135deg, #1aa7ff, #8058ff);
  box-shadow: 0 12px 28px rgba(54, 112, 255, 0.24);
  position: relative;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-icon::before, .tc-wp-content-root .hcpg-content-wrap .hcpg-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-icon-gradient::before{
  inset: 12px;
  border-radius: 50%;
  background: conic-gradient(from 90deg, #16c7a4, #1aa7ff, #8058ff, #ff5d8f, #ffd166, #16c7a4);
}.tc-wp-content-root .hcpg-content-wrap .hcpg-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 13px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 18px;
  top: 15px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 4px;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-icon-balance::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.35) 50%);
}.tc-wp-content-root .hcpg-content-wrap .hcpg-icon-preview::before{
  width: 24px;
  height: 16px;
  left: 10px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 18px;
  top: 19px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-icon-brand::before{
  width: 24px;
  height: 24px;
  left: 10px;
  top: 10px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0 48%, rgba(255, 255, 255, 0.38) 48% 100%);
}.tc-wp-content-root .hcpg-content-wrap .hcpg-icon-speed::before{
  width: 21px;
  height: 21px;
  left: 11px;
  top: 11px;
  border: 3px solid #ffffff;
  border-right-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-icon-free::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-icon-free::after{
  width: 10px;
  height: 5px;
  left: 17px;
  top: 19px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .hcpg-content-wrap .hcpg-icon-mobile::before{
  width: 16px;
  height: 25px;
  left: 14px;
  top: 9px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 20px;
  bottom: 12px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-icon-privacy::before{
  width: 22px;
  height: 17px;
  left: 11px;
  top: 18px;
  border-radius: 6px;
  background: #ffffff;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-icon-privacy::after{
  width: 14px;
  height: 13px;
  left: 15px;
  top: 9px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
  border: 1px solid rgba(28, 42, 70, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(20, 30, 55, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1aa7ff, #8058ff, #19c7a4);
}.tc-wp-content-root .hcpg-content-wrap .hcpg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(20, 30, 55, 0.12);
}.tc-wp-content-root .hcpg-content-wrap .hcpg-step-number{
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #151e32, #2b3c68);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(22, 31, 52, 0.18);
}.tc-wp-content-root .hcpg-content-wrap .hcpg-step-content h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-step-content p{
  margin: 8px 0 0;
  color: #5b667a;
  line-height: 1.65;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-badge{
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(36, 112, 255, 0.1);
  color: #2459c9;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-use-card{
  overflow: hidden;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-use-card::after{
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 96px;
  height: 96px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(26, 167, 255, 0.13), rgba(128, 88, 255, 0.12));
  transform: rotate(16deg);
}.tc-wp-content-root .hcpg-content-wrap .hcpg-benefit-card{
  background:
    linear-gradient(180deg, #ffffff, #fbfdff) padding-box,
    linear-gradient(135deg, rgba(26, 167, 255, 0.3), rgba(25, 199, 164, 0.18)) border-box;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}.tc-wp-content-root .hcpg-content-wrap .hcpg-reveal.hcpg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .hcpg-content-wrap .hcpg-section{
    padding: 48px 0;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-container{
    padding: 0 14px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-card-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-card h3{
    font-size: 18px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-card p{
    font-size: 14px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-steps{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-step-content p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .hcpg-content-wrap .hcpg-section{
    padding: 54px 0;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-container{
    padding: 0 18px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-card{
    padding: 22px;
    border-radius: 19px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-card h3{
    font-size: 19px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-card p{
    font-size: 15px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-step-content p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .hcpg-content-wrap .hcpg-section{
    padding: 62px 0;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-container{
    padding: 0 22px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-section-head h2{
    font-size: 33px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-card p{
    font-size: 15px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-step-content p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .hcpg-content-wrap .hcpg-section{
    padding: 76px 0;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-container{
    padding: 0 30px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-card-grid{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-card{
    padding: 26px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-card h3{
    font-size: 21px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-card p{
    font-size: 15px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-steps{
    gap: 18px;
    margin-top: 42px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-step-card{
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-step-content p{
    font-size: 16px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .hcpg-content-wrap .hcpg-section{
    padding: 92px 0;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-container{
    padding: 0 32px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-card{
    padding: 30px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-card h3{
    font-size: 22px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-card p{
    font-size: 16px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-steps{
    gap: 20px;
    margin-top: 48px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-step-card{
    grid-template-columns: auto 1fr;
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-step-number{
    width: 76px;
    height: 76px;
    font-size: 21px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-step-content h3{
    font-size: 24px;
  }.tc-wp-content-root .hcpg-content-wrap .hcpg-step-content p{
    font-size: 16px;
  }}