/* 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 .igwv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  font-family: inherit;
  color: #172033;
  background: #ffffff;
}.tc-wp-content-root .igwv-editorial-wrap, .tc-wp-content-root .igwv-editorial-wrap section, .tc-wp-content-root .igwv-editorial-wrap div, .tc-wp-content-root .igwv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-section-soft{
  background:
    radial-gradient(circle at 14% 18%, rgba(239, 71, 148, 0.08), transparent 28%),
    radial-gradient(circle at 88% 72%, rgba(255, 160, 63, 0.09), transparent 30%),
    #fbfafc;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(220, 54, 139, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(239, 71, 148, 0.1), rgba(255, 160, 63, 0.1));
  color: #b91f72;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-heading h2{
  margin: 0;
  color: #141827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-heading p{
  margin: 16px auto 0;
  color: #5d6678;
  font-weight: 400;
  line-height: 1.72;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-card, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(22, 28, 45, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(29, 35, 54, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-card::before, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(239, 71, 148, 0.35), rgba(255, 160, 63, 0.18), rgba(111, 86, 255, 0.18));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-card:hover, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(220, 54, 139, 0.2);
  box-shadow: 0 24px 60px rgba(29, 35, 54, 0.12);
}.tc-wp-content-root .igwv-editorial-wrap .igwv-card:hover::before, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-card h3, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card h3, .tc-wp-content-root .igwv-editorial-wrap .igwv-step-card h3{
  margin: 0;
  color: #171b2a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-step-card p{
  margin: 12px 0 0;
  color: #5c6577;
  line-height: 1.68;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ef4794, #ff9f3f);
  box-shadow: 0 14px 28px rgba(239, 71, 148, 0.24);
}.tc-wp-content-root .igwv-editorial-wrap .igwv-icon::before, .tc-wp-content-root .igwv-editorial-wrap .igwv-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  transition: transform 260ms ease;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-card:hover .igwv-icon::before{
  transform: translateX(2px);
}.tc-wp-content-root .igwv-editorial-wrap .igwv-icon-view::before{
  width: 22px;
  height: 14px;
  left: 13px;
  top: 17px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: transparent;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-icon-view::after{
  width: 6px;
  height: 6px;
  left: 21px;
  top: 21px;
  border-radius: 50%;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-icon-speed::before{
  width: 22px;
  height: 4px;
  left: 13px;
  top: 16px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #fff, 0 16px 0 rgba(255, 255, 255, 0.72);
}.tc-wp-content-root .igwv-editorial-wrap .igwv-icon-preview::before{
  width: 22px;
  height: 18px;
  left: 13px;
  top: 15px;
  border: 2px solid #fff;
  border-radius: 7px;
  background: transparent;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-icon-preview::after{
  width: 10px;
  height: 3px;
  left: 19px;
  top: 23px;
  border-radius: 999px;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-icon-steps::before{
  width: 7px;
  height: 7px;
  left: 14px;
  top: 14px;
  border-radius: 50%;
  box-shadow: 0 13px 0 #fff, 15px 0 0 rgba(255, 255, 255, 0.82), 15px 13px 0 rgba(255, 255, 255, 0.82);
}.tc-wp-content-root .igwv-editorial-wrap .igwv-icon-mobile::before{
  width: 18px;
  height: 26px;
  left: 15px;
  top: 11px;
  border: 2px solid #fff;
  border-radius: 7px;
  background: transparent;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 22px;
  top: 31px;
  border-radius: 999px;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-icon-daily::before{
  width: 21px;
  height: 21px;
  left: 14px;
  top: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-icon-daily::after{
  width: 9px;
  height: 3px;
  left: 23px;
  top: 22px;
  border-radius: 999px;
  transform-origin: left center;
  transform: rotate(42deg);
}.tc-wp-content-root .igwv-editorial-wrap .igwv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(22, 28, 45, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 253, 0.96)),
    #ffffff;
  box-shadow: 0 18px 45px rgba(29, 35, 54, 0.08);
}.tc-wp-content-root .igwv-editorial-wrap .igwv-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ef4794, #ff9f3f);
}.tc-wp-content-root .igwv-editorial-wrap .igwv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #171b2a;
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(23, 27, 42, 0.18);
}.tc-wp-content-root .igwv-editorial-wrap .igwv-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(239, 71, 148, 0.1);
  color: #b91f72;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card{
  overflow: hidden;
}.tc-wp-content-root .igwv-editorial-wrap .igwv-trust-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ef4794, #ff9f3f);
  box-shadow: 0 0 0 8px rgba(239, 71, 148, 0.1), 0 14px 28px rgba(239, 71, 148, 0.22);
}.tc-wp-content-root .igwv-editorial-wrap .igwv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igwv-editorial-wrap .igwv-reveal.igwv-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 .igwv-editorial-wrap .igwv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card h3, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card h3, .tc-wp-content-root .igwv-editorial-wrap .igwv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-steps{
    gap: 16px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px 22px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igwv-editorial-wrap .igwv-section{
    padding: 60px 0;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card h3, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card h3, .tc-wp-content-root .igwv-editorial-wrap .igwv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-steps{
    gap: 18px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px 24px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igwv-editorial-wrap .igwv-section{
    padding: 68px 0;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-heading h2{
    font-size: 33px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card h3, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card h3, .tc-wp-content-root .igwv-editorial-wrap .igwv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-steps{
    gap: 20px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 28px 28px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igwv-editorial-wrap .igwv-section{
    padding: 82px 0;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card h3, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card h3, .tc-wp-content-root .igwv-editorial-wrap .igwv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-steps{
    gap: 22px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 34px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igwv-editorial-wrap .igwv-section{
    padding: 96px 0;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-container{
    padding: 0 34px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-grid-three, .tc-wp-content-root .igwv-editorial-wrap .igwv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card{
    padding: 32px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card h3, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card h3, .tc-wp-content-root .igwv-editorial-wrap .igwv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-trust-card p, .tc-wp-content-root .igwv-editorial-wrap .igwv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-steps{
    gap: 24px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 36px 38px;
  }.tc-wp-content-root .igwv-editorial-wrap .igwv-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}