@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 .ttfc-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
}.tc-wp-content-root .ttfc-content, .tc-wp-content-root .ttfc-content section, .tc-wp-content-root .ttfc-content div, .tc-wp-content-root .ttfc-content article{
  box-sizing: border-box;
}.tc-wp-content-root .ttfc-content .ttfc-section{
  position: relative;
}.tc-wp-content-root .ttfc-content .ttfc-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttfc-content .ttfc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .ttfc-content .ttfc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttfc-content h2, .tc-wp-content-root .ttfc-content h3, .tc-wp-content-root .ttfc-content p{
  margin: 0;
}.tc-wp-content-root .ttfc-content h2{
  position: relative;
  text-align: center;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  color: #101828;
}.tc-wp-content-root .ttfc-content h2::after{
  content: "";
  display: block;
  width: 78px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #1e88e5, #20c997);
  box-shadow: 0 8px 22px rgba(30, 136, 229, 0.28);
}.tc-wp-content-root .ttfc-content .ttfc-intro{
  max-width: 790px;
  margin: 18px auto 0;
  text-align: center;
  color: #596579;
  line-height: 1.7;
}.tc-wp-content-root .ttfc-content .ttfc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttfc-content .ttfc-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  border: 1px solid rgba(30, 136, 229, 0.13);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ttfc-content .ttfc-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #1e88e5, #20c997);
  opacity: 0.9;
}.tc-wp-content-root .ttfc-content .ttfc-card:hover{
  transform: translateY(-5px);
  border-color: rgba(32, 201, 151, 0.38);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.12);
}.tc-wp-content-root .ttfc-content .ttfc-card h3{
  color: #111827;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttfc-content .ttfc-card p{
  color: #5d6878;
  line-height: 1.68;
}.tc-wp-content-root .ttfc-content .ttfc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(30, 136, 229, 0.12), rgba(32, 201, 151, 0.14));
  border: 1px solid rgba(30, 136, 229, 0.16);
}.tc-wp-content-root .ttfc-content .ttfc-icon::before, .tc-wp-content-root .ttfc-content .ttfc-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .ttfc-content .ttfc-icon-drop::before{
  width: 15px;
  height: 22px;
  border-radius: 14px 14px 14px 3px;
  background: linear-gradient(135deg, #1e88e5, #20c997);
  transform: rotate(45deg);
}.tc-wp-content-root .ttfc-content .ttfc-icon-ruler::before{
  width: 26px;
  height: 10px;
  border-radius: 4px;
  background: #1e88e5;
  transform: rotate(-18deg);
}.tc-wp-content-root .ttfc-content .ttfc-icon-study::before{
  width: 25px;
  height: 18px;
  border: 2px solid #1e88e5;
  border-radius: 4px;
}.tc-wp-content-root .ttfc-content .ttfc-icon-lab::before{
  width: 15px;
  height: 25px;
  border: 2px solid #20c997;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}.tc-wp-content-root .ttfc-content .ttfc-icon-check::before{
  width: 22px;
  height: 12px;
  border-left: 4px solid #20c997;
  border-bottom: 4px solid #20c997;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttfc-content .ttfc-icon-clean::before{
  width: 24px;
  height: 24px;
  border: 2px solid #1e88e5;
  border-radius: 50%;
}.tc-wp-content-root .ttfc-content .ttfc-icon-free::before{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e88e5, #20c997);
}.tc-wp-content-root .ttfc-content .ttfc-icon-mobile::before{
  width: 18px;
  height: 28px;
  border: 2px solid #1e88e5;
  border-radius: 7px;
}.tc-wp-content-root .ttfc-content .ttfc-icon-privacy::before{
  width: 24px;
  height: 18px;
  border-radius: 5px;
  background: #20c997;
}.tc-wp-content-root .ttfc-content .ttfc-icon-privacy::after{
  top: 9px;
  width: 15px;
  height: 12px;
  border: 3px solid #1e88e5;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}.tc-wp-content-root .ttfc-content .ttfc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(30, 136, 229, 0.11), rgba(32, 201, 151, 0.13));
  color: #156f8f;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  border: 1px solid rgba(30, 136, 229, 0.14);
}.tc-wp-content-root .ttfc-content .ttfc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttfc-content .ttfc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(30, 136, 229, 0.14);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(16, 24, 40, 0.075);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .ttfc-content .ttfc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 64px rgba(16, 24, 40, 0.11);
}.tc-wp-content-root .ttfc-content .ttfc-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #1e88e5, #20c997);
}.tc-wp-content-root .ttfc-content .ttfc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #1e88e5, #20c997);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(30, 136, 229, 0.24);
}.tc-wp-content-root .ttfc-content .ttfc-step-content h3{
  color: #101828;
  font-weight: 780;
  line-height: 1.25;
}.tc-wp-content-root .ttfc-content .ttfc-step-content p{
  margin-top: 10px;
  color: #596579;
  line-height: 1.7;
}.tc-wp-content-root .ttfc-content .ttfc-benefit-card{
  text-align: left;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttfc-content .ttfc-section{
    padding: 46px 0;
  }.tc-wp-content-root .ttfc-content .ttfc-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttfc-content h2{
    font-size: 26px;
  }.tc-wp-content-root .ttfc-content .ttfc-intro{
    font-size: 15px;
  }.tc-wp-content-root .ttfc-content .ttfc-grid, .tc-wp-content-root .ttfc-content .ttfc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ttfc-content .ttfc-grid-three, .tc-wp-content-root .ttfc-content .ttfc-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttfc-content .ttfc-card{
    padding: 24px 20px;
  }.tc-wp-content-root .ttfc-content .ttfc-card h3, .tc-wp-content-root .ttfc-content .ttfc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ttfc-content .ttfc-card p, .tc-wp-content-root .ttfc-content .ttfc-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttfc-content .ttfc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px 24px 24px;
  }.tc-wp-content-root .ttfc-content .ttfc-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttfc-content .ttfc-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttfc-content .ttfc-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttfc-content h2{
    font-size: 29px;
  }.tc-wp-content-root .ttfc-content .ttfc-intro{
    font-size: 15.5px;
  }.tc-wp-content-root .ttfc-content .ttfc-grid, .tc-wp-content-root .ttfc-content .ttfc-steps{
    gap: 20px;
    margin-top: 32px;
  }.tc-wp-content-root .ttfc-content .ttfc-grid-three, .tc-wp-content-root .ttfc-content .ttfc-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttfc-content .ttfc-card{
    padding: 26px 22px;
  }.tc-wp-content-root .ttfc-content .ttfc-card h3, .tc-wp-content-root .ttfc-content .ttfc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ttfc-content .ttfc-card p, .tc-wp-content-root .ttfc-content .ttfc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ttfc-content .ttfc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px 26px 26px;
  }.tc-wp-content-root .ttfc-content .ttfc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttfc-content .ttfc-section{
    padding: 58px 0;
  }.tc-wp-content-root .ttfc-content .ttfc-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttfc-content h2{
    font-size: 32px;
  }.tc-wp-content-root .ttfc-content .ttfc-intro{
    font-size: 16px;
  }.tc-wp-content-root .ttfc-content .ttfc-grid, .tc-wp-content-root .ttfc-content .ttfc-steps{
    gap: 22px;
    margin-top: 34px;
  }.tc-wp-content-root .ttfc-content .ttfc-grid-three, .tc-wp-content-root .ttfc-content .ttfc-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttfc-content .ttfc-card{
    padding: 28px 24px;
  }.tc-wp-content-root .ttfc-content .ttfc-card h3, .tc-wp-content-root .ttfc-content .ttfc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ttfc-content .ttfc-card p, .tc-wp-content-root .ttfc-content .ttfc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttfc-content .ttfc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px 28px 28px;
  }.tc-wp-content-root .ttfc-content .ttfc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttfc-content .ttfc-section{
    padding: 74px 0;
  }.tc-wp-content-root .ttfc-content .ttfc-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttfc-content h2{
    font-size: 40px;
  }.tc-wp-content-root .ttfc-content .ttfc-intro{
    font-size: 17px;
  }.tc-wp-content-root .ttfc-content .ttfc-grid, .tc-wp-content-root .ttfc-content .ttfc-steps{
    gap: 24px;
    margin-top: 42px;
  }.tc-wp-content-root .ttfc-content .ttfc-grid-three, .tc-wp-content-root .ttfc-content .ttfc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttfc-content .ttfc-card{
    padding: 30px 26px;
  }.tc-wp-content-root .ttfc-content .ttfc-card h3, .tc-wp-content-root .ttfc-content .ttfc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ttfc-content .ttfc-card p, .tc-wp-content-root .ttfc-content .ttfc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .ttfc-content .ttfc-step-card{
    gap: 24px;
    padding: 30px 28px 30px 34px;
  }.tc-wp-content-root .ttfc-content .ttfc-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttfc-content .ttfc-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttfc-content .ttfc-container{
    padding: 0 36px;
  }.tc-wp-content-root .ttfc-content h2{
    font-size: 46px;
  }.tc-wp-content-root .ttfc-content .ttfc-intro{
    font-size: 18px;
  }.tc-wp-content-root .ttfc-content .ttfc-grid, .tc-wp-content-root .ttfc-content .ttfc-steps{
    gap: 26px;
    margin-top: 48px;
  }.tc-wp-content-root .ttfc-content .ttfc-grid-three, .tc-wp-content-root .ttfc-content .ttfc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttfc-content .ttfc-card{
    padding: 32px 28px;
  }.tc-wp-content-root .ttfc-content .ttfc-card h3, .tc-wp-content-root .ttfc-content .ttfc-step-content h3{
    font-size: 23px;
  }.tc-wp-content-root .ttfc-content .ttfc-card p, .tc-wp-content-root .ttfc-content .ttfc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .ttfc-content .ttfc-step-card{
    gap: 28px;
    padding: 34px 34px 34px 40px;
  }.tc-wp-content-root .ttfc-content .ttfc-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}