@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

 

 

.tc-wp-content-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-63 .tc-wp-content-root img, .wpc-scope-63 .tc-wp-content-root video, .wpc-scope-63 .tc-wp-content-root svg, .wpc-scope-63 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-63 #tc-wp-content-island.tc-wp-content-root h1, .wpc-scope-63 #tc-wp-content-island.tc-wp-content-root h2, .wpc-scope-63 #tc-wp-content-island.tc-wp-content-root h3, .wpc-scope-63 #tc-wp-content-island.tc-wp-content-root h4, .wpc-scope-63 #tc-wp-content-island.tc-wp-content-root h5, .wpc-scope-63 #tc-wp-content-island.tc-wp-content-root h6, .wpc-scope-63 #tc-wp-content-island.tc-wp-content-root p, .wpc-scope-63 #tc-wp-content-island.tc-wp-content-root li, .wpc-scope-63 #tc-wp-content-island.tc-wp-content-root label, .wpc-scope-63 #tc-wp-content-island.tc-wp-content-root small, .wpc-scope-63 #tc-wp-content-island.tc-wp-content-root blockquote, .wpc-scope-63 #tc-wp-content-island.tc-wp-content-root figcaption, .wpc-scope-63 #tc-wp-content-island.tc-wp-content-root a{
  color: inherit !important;
}.wpc-scope-63 #tc-wp-content-island.tc-wp-content-root .ttuv-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #17202a !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial, .wpc-scope-63 .tc-wp-content-root .ttuv-editorial div, .wpc-scope-63 .tc-wp-content-root .ttuv-editorial section, .wpc-scope-63 .tc-wp-content-root .ttuv-editorial article{
  box-sizing: border-box;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-section{
  position: relative;
  width: 100%;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-section-white{
  background: #ffffff;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.1), transparent 30%),
    #fafbfc;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-63 #tc-wp-content-island.tc-wp-content-root .ttuv-editorial .ttuv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #b5123c !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-63 #tc-wp-content-island.tc-wp-content-root .ttuv-editorial .ttuv-section-head h2{
  margin: 16px 0 0;
  color: #111827 !important;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-63 #tc-wp-content-island.tc-wp-content-root .ttuv-editorial .ttuv-section-head p{
  margin: 14px auto 0;
  max-width: 700px;
  color: #5b6472 !important;
  line-height: 1.72;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-card, .wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-trust-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-card::before, .wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-trust-card::before{
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), transparent 36%, rgba(254, 44, 85, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-card:hover, .wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-trust-card:hover, .wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.24);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-card:hover::before, .wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-63 #tc-wp-content-island.tc-wp-content-root .ttuv-editorial .ttuv-card h3, .wpc-scope-63 #tc-wp-content-island.tc-wp-content-root .ttuv-editorial .ttuv-trust-card h3, .wpc-scope-63 #tc-wp-content-island.tc-wp-content-root .ttuv-editorial .ttuv-step-content h3{
  position: relative;
  margin: 0;
  color: #111827 !important;
  font-weight: 820;
  line-height: 1.28;
  letter-spacing: 0;
}.wpc-scope-63 #tc-wp-content-island.tc-wp-content-root .ttuv-editorial .ttuv-card p, .wpc-scope-63 #tc-wp-content-island.tc-wp-content-root .ttuv-editorial .ttuv-trust-card p, .wpc-scope-63 #tc-wp-content-island.tc-wp-content-root .ttuv-editorial .ttuv-step-content p{
  position: relative;
  margin: 10px 0 0;
  color: #5b6472 !important;
  line-height: 1.68;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-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, #25f4ee, #fe2c55);
  box-shadow: 0 12px 25px rgba(254, 44, 85, 0.18);
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-icon::before, .wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-icon-eye::before{
  width: 22px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-icon-eye::after{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-icon-speed::before{
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-icon-speed::after{
  width: 12px;
  height: 2px;
  background: #ffffff;
  transform: rotate(-32deg) translate(3px, 1px);
  transform-origin: left center;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-icon-preview::before{
  width: 22px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-icon-preview::after{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-icon-steps::before{
  width: 20px;
  height: 18px;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-icon-steps::after{
  width: 20px;
  height: 3px;
  background: #ffffff;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-icon-mobile::before{
  width: 16px;
  height: 25px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-icon-mobile::after{
  width: 4px;
  height: 4px;
  bottom: 10px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-icon-daily::before{
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-icon-daily::after{
  width: 12px;
  height: 6px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-step-card::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  content: "";
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}.wpc-scope-63 #tc-wp-content-island.tc-wp-content-root .ttuv-editorial .ttuv-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #111827;
  color: #ffffff !important;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.16);
}.wpc-scope-63 #tc-wp-content-island.tc-wp-content-root .ttuv-editorial .ttuv-mini-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.13);
  color: #087d82 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-trust-card{
  padding-top: 30px;
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-trust-mark{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.15));
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-trust-mark::before{
  position: absolute;
  top: 15px;
  left: 14px;
  width: 18px;
  height: 10px;
  border-left: 3px solid #0f9f94;
  border-bottom: 3px solid #0f9f94;
  content: "";
  transform: rotate(-45deg);
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-63 .tc-wp-content-root .ttuv-editorial .ttuv-reveal.ttuv-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 .ttuv-editorial .ttuv-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttuv-editorial .ttuv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-grid, .tc-wp-content-root .ttuv-editorial .ttuv-steps{
    gap: 16px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-grid-six, .tc-wp-content-root .ttuv-editorial .ttuv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttuv-editorial .ttuv-card, .tc-wp-content-root .ttuv-editorial .ttuv-trust-card{
    padding: 22px;
    border-radius: 19px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-card h3, .tc-wp-content-root .ttuv-editorial .ttuv-trust-card h3, .tc-wp-content-root .ttuv-editorial .ttuv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-card p, .tc-wp-content-root .ttuv-editorial .ttuv-trust-card p, .tc-wp-content-root .ttuv-editorial .ttuv-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px 22px 24px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-step-number{
    width: 54px;
    height: 44px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ttuv-editorial .ttuv-section{
    padding: 58px 0;
  }.tc-wp-content-root .ttuv-editorial .ttuv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-section-head{
    margin-bottom: 32px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-grid, .tc-wp-content-root .ttuv-editorial .ttuv-steps{
    gap: 18px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-grid-six, .tc-wp-content-root .ttuv-editorial .ttuv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttuv-editorial .ttuv-card, .tc-wp-content-root .ttuv-editorial .ttuv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-card h3, .tc-wp-content-root .ttuv-editorial .ttuv-trust-card h3, .tc-wp-content-root .ttuv-editorial .ttuv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-card p, .tc-wp-content-root .ttuv-editorial .ttuv-trust-card p, .tc-wp-content-root .ttuv-editorial .ttuv-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px 24px 26px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-step-number{
    width: 58px;
    height: 46px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ttuv-editorial .ttuv-section{
    padding: 64px 0;
  }.tc-wp-content-root .ttuv-editorial .ttuv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-grid, .tc-wp-content-root .ttuv-editorial .ttuv-steps{
    gap: 20px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-grid-six, .tc-wp-content-root .ttuv-editorial .ttuv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttuv-editorial .ttuv-card, .tc-wp-content-root .ttuv-editorial .ttuv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-card h3, .tc-wp-content-root .ttuv-editorial .ttuv-trust-card h3, .tc-wp-content-root .ttuv-editorial .ttuv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-card p, .tc-wp-content-root .ttuv-editorial .ttuv-trust-card p, .tc-wp-content-root .ttuv-editorial .ttuv-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px 26px 28px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-step-number{
    width: 62px;
    height: 48px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ttuv-editorial .ttuv-section{
    padding: 78px 0;
  }.tc-wp-content-root .ttuv-editorial .ttuv-container{
    padding: 0 30px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-section-head h2{
    font-size: 42px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-grid, .tc-wp-content-root .ttuv-editorial .ttuv-steps{
    gap: 22px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-grid-six, .tc-wp-content-root .ttuv-editorial .ttuv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttuv-editorial .ttuv-card, .tc-wp-content-root .ttuv-editorial .ttuv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-card h3, .tc-wp-content-root .ttuv-editorial .ttuv-trust-card h3, .tc-wp-content-root .ttuv-editorial .ttuv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-card p, .tc-wp-content-root .ttuv-editorial .ttuv-trust-card p, .tc-wp-content-root .ttuv-editorial .ttuv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-step-number{
    width: 70px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ttuv-editorial .ttuv-section{
    padding: 94px 0;
  }.tc-wp-content-root .ttuv-editorial .ttuv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-section-head h2{
    font-size: 48px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-grid, .tc-wp-content-root .ttuv-editorial .ttuv-steps{
    gap: 24px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-grid-six, .tc-wp-content-root .ttuv-editorial .ttuv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttuv-editorial .ttuv-card, .tc-wp-content-root .ttuv-editorial .ttuv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-card h3, .tc-wp-content-root .ttuv-editorial .ttuv-trust-card h3, .tc-wp-content-root .ttuv-editorial .ttuv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-card p, .tc-wp-content-root .ttuv-editorial .ttuv-trust-card p, .tc-wp-content-root .ttuv-editorial .ttuv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .ttuv-editorial .ttuv-step-number{
    width: 78px;
    height: 64px;
    font-size: 18px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .ttuv-editorial .ttuv-reveal, .tc-wp-content-root .ttuv-editorial .ttuv-reveal.ttuv-visible, .tc-wp-content-root .ttuv-editorial .ttuv-card, .tc-wp-content-root .ttuv-editorial .ttuv-trust-card, .tc-wp-content-root .ttuv-editorial .ttuv-step-card{
    opacity: 1;
    transform: none;
    transition: none;
  }}