@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 .tt-page-viewer-bottom{
  width: 100%;
  overflow: hidden;
  color: #15202b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.tc-wp-content-root .tt-page-viewer-bottom, .tc-wp-content-root .tt-page-viewer-bottom div, .tc-wp-content-root .tt-page-viewer-bottom section, .tc-wp-content-root .tt-page-viewer-bottom article{
  box-sizing: border-box;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-section{
  position: relative;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-section-white{
  background: #ffffff;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-section-soft{
  background:
    radial-gradient(circle at 14% 18%, rgba(37, 244, 238, 0.10), transparent 28%),
    radial-gradient(circle at 86% 4%, rgba(254, 44, 85, 0.09), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), rgba(254, 44, 85, 0.12));
  color: #ad1238;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-heading h2{
  margin: 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-heading p{
  margin: 16px auto 0;
  color: #526070;
  font-weight: 450;
  line-height: 1.7;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.35), rgba(254, 44, 85, 0.24), rgba(15, 23, 42, 0.06)) border-box;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card::after{
  content: "";
  position: absolute;
  inset: auto 20px 0 20px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
  opacity: 0;
  transform: scaleX(0.72);
  transition: opacity 260ms ease, transform 260ms ease;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card:hover{
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.20);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card:hover::after{
  opacity: 1;
  transform: scaleX(1);
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card h3, .tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-card h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card p, .tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-card p{
  margin: 10px 0 0;
  color: #5b6675;
  font-weight: 430;
  line-height: 1.68;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.15));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 10px 24px rgba(37, 244, 238, 0.12);
  transition: transform 260ms ease;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card:hover .tt-pvb-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-icon::before, .tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-icon-play::before{
  left: 18px;
  top: 14px;
  border-left: 14px solid #fe2c55;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-icon-speed::before{
  left: 12px;
  top: 22px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #111827;
  box-shadow: 0 -8px 0 rgba(254, 44, 85, 0.85), 0 8px 0 rgba(37, 244, 238, 0.95);
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-icon-frame::before{
  inset: 12px;
  border: 2px solid #111827;
  border-radius: 8px;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-icon-frame::after{
  left: 17px;
  top: 18px;
  width: 12px;
  height: 8px;
  border-radius: 2px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-icon-check::before{
  left: 14px;
  top: 15px;
  width: 17px;
  height: 9px;
  border-left: 3px solid #0f172a;
  border-bottom: 3px solid #0f172a;
  transform: rotate(-45deg);
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-icon-mobile::before{
  left: 16px;
  top: 9px;
  width: 15px;
  height: 27px;
  border: 2px solid #111827;
  border-radius: 6px;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-icon-mobile::after{
  left: 22px;
  bottom: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fe2c55;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-icon-daily::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 2px solid #111827;
  border-radius: 50%;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-icon-daily::after{
  left: 22px;
  top: 16px;
  width: 3px;
  height: 11px;
  border-radius: 999px;
  background: #fe2c55;
  transform-origin: bottom center;
  transform: rotate(45deg);
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-steps{
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(10px);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(37, 244, 238, 0.35);
  box-shadow: 0 26px 58px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827 0%, #172033 42%, #fe2c55 100%);
  box-shadow: 0 14px 28px rgba(254, 44, 85, 0.18);
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-content{
  min-width: 0;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-badge{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.13);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.42), rgba(254, 44, 85, 0.28)) border-box;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-icon-lock::before{
  left: 14px;
  top: 20px;
  width: 18px;
  height: 14px;
  border-radius: 4px;
  background: #111827;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-icon-lock::after{
  left: 17px;
  top: 11px;
  width: 12px;
  height: 14px;
  border: 2px solid #fe2c55;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-icon-clean::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-icon-clean::after{
  left: 18px;
  top: 17px;
  width: 10px;
  height: 6px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-icon-ethics::before{
  left: 14px;
  top: 11px;
  width: 18px;
  height: 22px;
  border-radius: 12px 12px 10px 10px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.95), rgba(254, 44, 85, 0.9));
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-icon-ethics::after{
  left: 20px;
  top: 18px;
  width: 7px;
  height: 10px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tt-page-viewer-bottom.tt-pvb-ready .tt-pvb-reveal.tt-pvb-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-section{
    padding: 54px 0;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-container{
    padding: 0 14px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-heading p{
    font-size: 14px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card h3, .tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card p, .tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-number{
    width: 54px;
    height: 48px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-section{
    padding: 60px 0;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-container{
    padding: 0 18px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-heading p{
    font-size: 15px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card h3, .tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card p, .tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-number{
    width: 58px;
    height: 50px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-section{
    padding: 66px 0;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-container{
    padding: 0 22px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-heading p{
    font-size: 16px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card{
    padding: 26px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card h3, .tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card p, .tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-number{
    width: 62px;
    height: 52px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-section{
    padding: 82px 0;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-container{
    padding: 0 30px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card{
    padding: 28px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card h3, .tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card p, .tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-number{
    width: 70px;
    height: 60px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-section{
    padding: 96px 0;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-container{
    padding: 0 32px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-heading p{
    font-size: 18px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-grid-three, .tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card{
    padding: 30px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card h3, .tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-card p, .tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-card{
    gap: 26px;
    padding: 30px 34px;
  }.tc-wp-content-root .tt-page-viewer-bottom .tt-pvb-step-number{
    width: 76px;
    height: 64px;
    font-size: 21px;
  }}