@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;
}.wpc-scope-75 .tc-wp-content-root img, .wpc-scope-75 .tc-wp-content-root video, .wpc-scope-75 .tc-wp-content-root svg, .wpc-scope-75 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #152033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content, .wpc-scope-75 .tc-wp-content-root .tav-editorial-content section, .wpc-scope-75 .tc-wp-content-root .tav-editorial-content div, .wpc-scope-75 .tc-wp-content-root .tav-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-section{
  position: relative;
  width: 100%;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-section-white{
  background: #ffffff;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-section-soft{
  background:
    radial-gradient(circle at 15% 18%, rgba(37, 244, 238, 0.11), transparent 30%),
    radial-gradient(circle at 88% 72%, rgba(254, 44, 85, 0.09), transparent 32%),
    #f8fafc;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(254, 44, 85, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #9b1230;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 4px rgba(37, 244, 238, 0.12);
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-heading p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #5b6575;
  line-height: 1.72;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-card{
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(21, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), transparent 42%, rgba(254, 44, 85, 0.1));
  transition: opacity 220ms ease;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-card:hover{
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-card:hover::after{
  opacity: 1;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151c2e;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5d6778;
  line-height: 1.7;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-icon{
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 28px rgba(254, 44, 85, 0.18);
  transition: transform 220ms ease;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-card:hover .tav-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-icon::before, .wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-icon-play::before{
  left: 18px;
  top: 13px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #ffffff;
  background: transparent;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-icon-speed::before{
  left: 11px;
  top: 23px;
  width: 24px;
  height: 8px;
  border-radius: 999px;
  transform: rotate(-18deg);
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-icon-frame::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-icon-path::before{
  left: 12px;
  top: 21px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-icon-path::after{
  right: 11px;
  top: 16px;
  width: 10px;
  height: 10px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  transform: rotate(45deg);
  background: transparent;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-icon-daily::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(17, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 62px rgba(17, 24, 39, 0.12);
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-step-number{
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.14));
  color: #b41236;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-step-content h3{
  margin: 0;
  color: #141c2f;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-step-content p{
  margin: 8px 0 0;
  color: #5d6778;
  line-height: 1.7;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-use-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.4), rgba(254, 44, 85, 0.32)) border-box;
  border: 1px solid transparent;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(21, 32, 51, 0.05);
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-trust-card{
  text-align: left;
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-trust-mark{
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-trust-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 10px;
  height: 17px;
  border-right: 3px solid #ef2a55;
  border-bottom: 3px solid #ef2a55;
  transform: rotate(42deg);
}.wpc-scope-75 .tc-wp-content-root .tav-editorial-content .tav-reveal{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .tav-editorial-content .tav-section{
    padding: 52px 0;
  }.tc-wp-content-root .tav-editorial-content .tav-container{
    padding: 0 16px;
  }.tc-wp-content-root .tav-editorial-content .tav-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .tav-editorial-content .tav-heading p{
    font-size: 15px;
  }.tc-wp-content-root .tav-editorial-content .tav-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tav-editorial-content .tav-card{
    padding: 22px;
  }.tc-wp-content-root .tav-editorial-content .tav-card h3, .tc-wp-content-root .tav-editorial-content .tav-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .tav-editorial-content .tav-card p, .tc-wp-content-root .tav-editorial-content .tav-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .tav-editorial-content .tav-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tav-editorial-content .tav-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .tav-editorial-content .tav-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .tav-editorial-content .tav-section{
    padding: 58px 0;
  }.tc-wp-content-root .tav-editorial-content .tav-container{
    padding: 0 18px;
  }.tc-wp-content-root .tav-editorial-content .tav-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .tav-editorial-content .tav-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .tav-editorial-content .tav-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tav-editorial-content .tav-card{
    padding: 24px;
  }.tc-wp-content-root .tav-editorial-content .tav-card h3, .tc-wp-content-root .tav-editorial-content .tav-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .tav-editorial-content .tav-card p, .tc-wp-content-root .tav-editorial-content .tav-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .tav-editorial-content .tav-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tav-editorial-content .tav-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px;
  }.tc-wp-content-root .tav-editorial-content .tav-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .tav-editorial-content .tav-section{
    padding: 64px 0;
  }.tc-wp-content-root .tav-editorial-content .tav-container{
    padding: 0 22px;
  }.tc-wp-content-root .tav-editorial-content .tav-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .tav-editorial-content .tav-heading p{
    font-size: 16px;
  }.tc-wp-content-root .tav-editorial-content .tav-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tav-editorial-content .tav-card{
    padding: 26px;
  }.tc-wp-content-root .tav-editorial-content .tav-card h3, .tc-wp-content-root .tav-editorial-content .tav-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .tav-editorial-content .tav-card p, .tc-wp-content-root .tav-editorial-content .tav-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .tav-editorial-content .tav-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tav-editorial-content .tav-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .tav-editorial-content .tav-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .tav-editorial-content .tav-section{
    padding: 78px 0;
  }.tc-wp-content-root .tav-editorial-content .tav-container{
    padding: 0 30px;
  }.tc-wp-content-root .tav-editorial-content .tav-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .tav-editorial-content .tav-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tav-editorial-content .tav-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tav-editorial-content .tav-grid-three, .tc-wp-content-root .tav-editorial-content .tav-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .tav-editorial-content .tav-card{
    padding: 28px;
  }.tc-wp-content-root .tav-editorial-content .tav-card h3, .tc-wp-content-root .tav-editorial-content .tav-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .tav-editorial-content .tav-card p, .tc-wp-content-root .tav-editorial-content .tav-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .tav-editorial-content .tav-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tav-editorial-content .tav-step-card{
    gap: 22px;
    padding: 28px 30px;
  }.tc-wp-content-root .tav-editorial-content .tav-step-number{
    font-size: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .tav-editorial-content .tav-section{
    padding: 92px 0;
  }.tc-wp-content-root .tav-editorial-content .tav-container{
    padding: 0 32px;
  }.tc-wp-content-root .tav-editorial-content .tav-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .tav-editorial-content .tav-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tav-editorial-content .tav-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tav-editorial-content .tav-grid-three, .tc-wp-content-root .tav-editorial-content .tav-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tav-editorial-content .tav-card{
    padding: 30px;
  }.tc-wp-content-root .tav-editorial-content .tav-card h3, .tc-wp-content-root .tav-editorial-content .tav-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .tav-editorial-content .tav-card p, .tc-wp-content-root .tav-editorial-content .tav-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .tav-editorial-content .tav-step-list{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .tav-editorial-content .tav-step-card{
    gap: 26px;
    padding: 30px 34px;
  }.tc-wp-content-root .tav-editorial-content .tav-step-number{
    font-size: 23px;
  }}