@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 .iav-content-sections{
  width: 100%;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #172033;
  background: #ffffff;
}.tc-wp-content-root .iav-content-sections .iav-section{
  position: relative;
  width: 100%;
  isolation: isolate;
}.tc-wp-content-root .iav-content-sections .iav-section-white{
  background: #ffffff;
}.tc-wp-content-root .iav-content-sections .iav-section-soft{
  background: linear-gradient(180deg, #fbf7ff 0%, #fffaf7 100%);
}.tc-wp-content-root .iav-content-sections .iav-section::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(217, 70, 239, 0.08), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(251, 113, 133, 0.08), transparent 30%);
}.tc-wp-content-root .iav-content-sections .iav-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .iav-content-sections .iav-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .iav-content-sections .iav-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(217, 70, 239, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #9d174d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  box-shadow: 0 10px 24px rgba(157, 23, 77, 0.07);
}.tc-wp-content-root .iav-content-sections .iav-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: linear-gradient(135deg, #ec4899, #f97316);
  box-shadow: 0 0 0 5px rgba(236, 72, 153, 0.12);
}.tc-wp-content-root .iav-content-sections .iav-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .iav-content-sections .iav-section-head p{
  margin: 14px auto 0;
  color: #596275;
  line-height: 1.72;
  font-weight: 400;
}.tc-wp-content-root .iav-content-sections .iav-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .iav-content-sections .iav-card, .tc-wp-content-root .iav-content-sections .iav-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .iav-content-sections .iav-card::after, .tc-wp-content-root .iav-content-sections .iav-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.12), rgba(249, 115, 22, 0.08), transparent 46%);
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .iav-content-sections .iav-card:hover, .tc-wp-content-root .iav-content-sections .iav-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(236, 72, 153, 0.32);
  box-shadow: 0 24px 58px rgba(157, 23, 77, 0.13);
}.tc-wp-content-root .iav-content-sections .iav-card:hover::after, .tc-wp-content-root .iav-content-sections .iav-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .iav-content-sections .iav-card h3, .tc-wp-content-root .iav-content-sections .iav-trust-card h3, .tc-wp-content-root .iav-content-sections .iav-step-content h3{
  position: relative;
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .iav-content-sections .iav-card p, .tc-wp-content-root .iav-content-sections .iav-trust-card p, .tc-wp-content-root .iav-content-sections .iav-step-content p{
  position: relative;
  margin: 10px 0 0;
  color: #5f687a;
  line-height: 1.68;
  font-weight: 400;
}.tc-wp-content-root .iav-content-sections .iav-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ec4899, #f97316);
  box-shadow: 0 14px 26px rgba(236, 72, 153, 0.2);
}.tc-wp-content-root .iav-content-sections .iav-icon::before, .tc-wp-content-root .iav-content-sections .iav-icon::after{
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}.tc-wp-content-root .iav-content-sections .iav-card:hover .iav-icon::before, .tc-wp-content-root .iav-content-sections .iav-card:hover .iav-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .iav-content-sections .iav-icon-view::before{
  width: 20px;
  height: 12px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .iav-content-sections .iav-icon-view::after{
  width: 6px;
  height: 6px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .iav-content-sections .iav-icon-fast::before{
  width: 19px;
  height: 19px;
  left: 13px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-left-color: transparent;
}.tc-wp-content-root .iav-content-sections .iav-icon-fast::after{
  width: 12px;
  height: 2px;
  left: 9px;
  top: 21px;
  background: #ffffff;
  box-shadow: -4px 6px 0 rgba(255,255,255,0.75);
}.tc-wp-content-root .iav-content-sections .iav-icon-preview::before{
  width: 20px;
  height: 16px;
  left: 12px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .iav-content-sections .iav-icon-preview::after{
  width: 9px;
  height: 9px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .iav-content-sections .iav-icon-simple::before{
  width: 18px;
  height: 2px;
  left: 13px;
  top: 15px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 rgba(255,255,255,0.72);
}.tc-wp-content-root .iav-content-sections .iav-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 14px;
  top: 9px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .iav-content-sections .iav-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 20px;
  top: 27px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .iav-content-sections .iav-icon-daily::before{
  width: 18px;
  height: 18px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .iav-content-sections .iav-icon-daily::after{
  width: 12px;
  height: 2px;
  left: 16px;
  top: 21px;
  background: #ffffff;
  box-shadow: 0 5px 0 rgba(255,255,255,0.72);
}.tc-wp-content-root .iav-content-sections .iav-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .iav-content-sections .iav-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(236, 72, 153, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,247,237,0.92)),
    #ffffff;
  box-shadow: 0 20px 54px rgba(17, 24, 39, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .iav-content-sections .iav-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 99px 99px 0;
  background: linear-gradient(180deg, #ec4899, #f97316);
}.tc-wp-content-root .iav-content-sections .iav-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(236, 72, 153, 0.34);
  box-shadow: 0 26px 64px rgba(157, 23, 77, 0.12);
}.tc-wp-content-root .iav-content-sections .iav-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #be185d, #f97316);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(190, 24, 93, 0.2);
}.tc-wp-content-root .iav-content-sections .iav-badge-dot{
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.13), rgba(249, 115, 22, 0.16));
  border: 1px solid rgba(236, 72, 153, 0.2);
}.tc-wp-content-root .iav-content-sections .iav-badge-dot::before{
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec4899, #f97316);
}.tc-wp-content-root .iav-content-sections .iav-trust-mark{
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: #fff7ed;
  border: 1px solid rgba(249, 115, 22, 0.22);
  color: #be185d;
  font-weight: 850;
  box-shadow: inset 0 0 0 5px rgba(236, 72, 153, 0.06);
}.tc-wp-content-root .iav-content-sections .iav-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .iav-content-sections .iav-reveal.iav-is-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .iav-content-sections .iav-section{
    padding: 54px 0;
  }.tc-wp-content-root .iav-content-sections .iav-container{
    padding: 0 14px;
  }.tc-wp-content-root .iav-content-sections .iav-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .iav-content-sections .iav-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .iav-content-sections .iav-card-grid, .tc-wp-content-root .iav-content-sections .iav-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .iav-content-sections .iav-grid-six, .tc-wp-content-root .iav-content-sections .iav-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .iav-content-sections .iav-card, .tc-wp-content-root .iav-content-sections .iav-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .iav-content-sections .iav-card h3, .tc-wp-content-root .iav-content-sections .iav-trust-card h3, .tc-wp-content-root .iav-content-sections .iav-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .iav-content-sections .iav-card p, .tc-wp-content-root .iav-content-sections .iav-trust-card p, .tc-wp-content-root .iav-content-sections .iav-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .iav-content-sections .iav-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .iav-content-sections .iav-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .iav-content-sections .iav-section{
    padding: 60px 0;
  }.tc-wp-content-root .iav-content-sections .iav-container{
    padding: 0 18px;
  }.tc-wp-content-root .iav-content-sections .iav-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .iav-content-sections .iav-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .iav-content-sections .iav-card-grid, .tc-wp-content-root .iav-content-sections .iav-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .iav-content-sections .iav-grid-six, .tc-wp-content-root .iav-content-sections .iav-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .iav-content-sections .iav-card, .tc-wp-content-root .iav-content-sections .iav-trust-card{
    padding: 24px;
  }.tc-wp-content-root .iav-content-sections .iav-card h3, .tc-wp-content-root .iav-content-sections .iav-trust-card h3, .tc-wp-content-root .iav-content-sections .iav-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .iav-content-sections .iav-card p, .tc-wp-content-root .iav-content-sections .iav-trust-card p, .tc-wp-content-root .iav-content-sections .iav-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .iav-content-sections .iav-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .iav-content-sections .iav-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .iav-content-sections .iav-section{
    padding: 66px 0;
  }.tc-wp-content-root .iav-content-sections .iav-container{
    padding: 0 22px;
  }.tc-wp-content-root .iav-content-sections .iav-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .iav-content-sections .iav-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .iav-content-sections .iav-card-grid, .tc-wp-content-root .iav-content-sections .iav-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .iav-content-sections .iav-grid-six, .tc-wp-content-root .iav-content-sections .iav-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .iav-content-sections .iav-card, .tc-wp-content-root .iav-content-sections .iav-trust-card{
    padding: 26px;
  }.tc-wp-content-root .iav-content-sections .iav-card h3, .tc-wp-content-root .iav-content-sections .iav-trust-card h3, .tc-wp-content-root .iav-content-sections .iav-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .iav-content-sections .iav-card p, .tc-wp-content-root .iav-content-sections .iav-trust-card p, .tc-wp-content-root .iav-content-sections .iav-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .iav-content-sections .iav-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .iav-content-sections .iav-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .iav-content-sections .iav-section{
    padding: 82px 0;
  }.tc-wp-content-root .iav-content-sections .iav-container{
    padding: 0 28px;
  }.tc-wp-content-root .iav-content-sections .iav-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .iav-content-sections .iav-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .iav-content-sections .iav-card-grid, .tc-wp-content-root .iav-content-sections .iav-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .iav-content-sections .iav-grid-six, .tc-wp-content-root .iav-content-sections .iav-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .iav-content-sections .iav-card, .tc-wp-content-root .iav-content-sections .iav-trust-card{
    padding: 28px;
  }.tc-wp-content-root .iav-content-sections .iav-card h3, .tc-wp-content-root .iav-content-sections .iav-trust-card h3, .tc-wp-content-root .iav-content-sections .iav-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .iav-content-sections .iav-card p, .tc-wp-content-root .iav-content-sections .iav-trust-card p, .tc-wp-content-root .iav-content-sections .iav-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .iav-content-sections .iav-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .iav-content-sections .iav-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .iav-content-sections .iav-section{
    padding: 96px 0;
  }.tc-wp-content-root .iav-content-sections .iav-container{
    padding: 0 32px;
  }.tc-wp-content-root .iav-content-sections .iav-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .iav-content-sections .iav-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .iav-content-sections .iav-card-grid, .tc-wp-content-root .iav-content-sections .iav-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .iav-content-sections .iav-grid-six, .tc-wp-content-root .iav-content-sections .iav-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .iav-content-sections .iav-card, .tc-wp-content-root .iav-content-sections .iav-trust-card{
    padding: 30px;
  }.tc-wp-content-root .iav-content-sections .iav-card h3, .tc-wp-content-root .iav-content-sections .iav-trust-card h3, .tc-wp-content-root .iav-content-sections .iav-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .iav-content-sections .iav-card p, .tc-wp-content-root .iav-content-sections .iav-trust-card p, .tc-wp-content-root .iav-content-sections .iav-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .iav-content-sections .iav-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .iav-content-sections .iav-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}