@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-editorial-wrap{
  width: 100%;
  overflow: hidden;
  color: #182033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .iav-editorial-wrap .iav-section{
  position: relative;
}.tc-wp-content-root .iav-editorial-wrap .iav-section-white{
  background: #ffffff;
}.tc-wp-content-root .iav-editorial-wrap .iav-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 88, 141, 0.08), transparent 30%),
    radial-gradient(circle at 88% 28%, rgba(124, 58, 237, 0.07), transparent 32%),
    #fbfafc;
}.tc-wp-content-root .iav-editorial-wrap .iav-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .iav-editorial-wrap .iav-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .iav-editorial-wrap .iav-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(225, 72, 135, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 88, 141, 0.1), rgba(124, 58, 237, 0.09));
  color: #a61d63;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .iav-editorial-wrap .iav-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4f8b, #7c3aed);
  box-shadow: 0 0 0 5px rgba(255, 79, 139, 0.12);
}.tc-wp-content-root .iav-editorial-wrap h2{
  margin: 0;
  color: #141827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .iav-editorial-wrap .iav-section-head p{
  margin: 14px auto 0;
  color: #586174;
  line-height: 1.7;
}.tc-wp-content-root .iav-editorial-wrap .iav-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .iav-editorial-wrap .iav-card, .tc-wp-content-root .iav-editorial-wrap .iav-trust-card, .tc-wp-content-root .iav-editorial-wrap .iav-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(21, 29, 47, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(24, 32, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .iav-editorial-wrap .iav-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .iav-editorial-wrap .iav-card::after, .tc-wp-content-root .iav-editorial-wrap .iav-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 79, 139, 0.14), rgba(124, 58, 237, 0.11));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .iav-editorial-wrap .iav-card:hover, .tc-wp-content-root .iav-editorial-wrap .iav-trust-card:hover, .tc-wp-content-root .iav-editorial-wrap .iav-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(225, 72, 135, 0.22);
  box-shadow: 0 24px 58px rgba(24, 32, 51, 0.12);
}.tc-wp-content-root .iav-editorial-wrap .iav-card:hover::after, .tc-wp-content-root .iav-editorial-wrap .iav-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .iav-editorial-wrap .iav-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-trust-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-step-content h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #171b2a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .iav-editorial-wrap .iav-card p, .tc-wp-content-root .iav-editorial-wrap .iav-trust-card p, .tc-wp-content-root .iav-editorial-wrap .iav-step-content p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5f6878;
  line-height: 1.68;
}.tc-wp-content-root .iav-editorial-wrap .iav-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4f8b, #7c3aed);
  box-shadow: 0 12px 28px rgba(225, 72, 135, 0.24);
}.tc-wp-content-root .iav-editorial-wrap .iav-icon::before, .tc-wp-content-root .iav-editorial-wrap .iav-icon::after{
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .iav-editorial-wrap .iav-icon-flash::after{
  inset: 11px 17px;
  border-radius: 4px;
  transform: skewX(-12deg);
}.tc-wp-content-root .iav-editorial-wrap .iav-icon-frame::before{
  border-radius: 8px;
}.tc-wp-content-root .iav-editorial-wrap .iav-icon-frame::after{
  inset: 18px;
}.tc-wp-content-root .iav-editorial-wrap .iav-icon-path::before{
  inset: 14px 10px;
  border-top: 0;
  border-left: 0;
  border-radius: 0;
  transform: rotate(45deg);
}.tc-wp-content-root .iav-editorial-wrap .iav-icon-mobile::before{
  inset: 9px 15px;
  border-radius: 7px;
}.tc-wp-content-root .iav-editorial-wrap .iav-icon-mobile::after{
  inset: auto 21px 12px 21px;
  height: 2px;
  border: 0;
  background: #ffffff;
}.tc-wp-content-root .iav-editorial-wrap .iav-icon-daily::before{
  inset: 11px;
  border-radius: 8px;
}.tc-wp-content-root .iav-editorial-wrap .iav-icon-daily::after{
  inset: 19px 14px 15px 14px;
  border: 0;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}.tc-wp-content-root .iav-editorial-wrap .iav-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .iav-editorial-wrap .iav-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
}.tc-wp-content-root .iav-editorial-wrap .iav-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ff4f8b, #7c3aed);
}.tc-wp-content-root .iav-editorial-wrap .iav-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #181b2a, #3b1d73);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(59, 29, 115, 0.18);
}.tc-wp-content-root .iav-editorial-wrap .iav-badge-dot{
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 79, 139, 0.14), rgba(124, 58, 237, 0.13));
  border: 1px solid rgba(225, 72, 135, 0.18);
}.tc-wp-content-root .iav-editorial-wrap .iav-badge-dot::before{
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4f8b, #7c3aed);
}.tc-wp-content-root .iav-editorial-wrap .iav-trust-card{
  height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .iav-editorial-wrap .iav-trust-mark{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4f8b, #7c3aed);
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(225, 72, 135, 0.24);
}.tc-wp-content-root .iav-editorial-wrap .iav-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .iav-editorial-wrap .iav-reveal.iav-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .iav-editorial-wrap .iav-section{
    padding: 48px 0;
  }.tc-wp-content-root .iav-editorial-wrap .iav-container{
    padding: 0 14px;
  }.tc-wp-content-root .iav-editorial-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card-grid, .tc-wp-content-root .iav-editorial-wrap .iav-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card, .tc-wp-content-root .iav-editorial-wrap .iav-trust-card{
    padding: 22px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-trust-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card p, .tc-wp-content-root .iav-editorial-wrap .iav-trust-card p, .tc-wp-content-root .iav-editorial-wrap .iav-step-content p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .iav-editorial-wrap .iav-section{
    padding: 54px 0;
  }.tc-wp-content-root .iav-editorial-wrap .iav-container{
    padding: 0 18px;
  }.tc-wp-content-root .iav-editorial-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card-grid, .tc-wp-content-root .iav-editorial-wrap .iav-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card, .tc-wp-content-root .iav-editorial-wrap .iav-trust-card{
    padding: 24px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-trust-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card p, .tc-wp-content-root .iav-editorial-wrap .iav-trust-card p, .tc-wp-content-root .iav-editorial-wrap .iav-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .iav-editorial-wrap .iav-section{
    padding: 62px 0;
  }.tc-wp-content-root .iav-editorial-wrap .iav-container{
    padding: 0 22px;
  }.tc-wp-content-root .iav-editorial-wrap h2{
    font-size: 33px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card-grid, .tc-wp-content-root .iav-editorial-wrap .iav-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card, .tc-wp-content-root .iav-editorial-wrap .iav-trust-card{
    padding: 28px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-trust-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card p, .tc-wp-content-root .iav-editorial-wrap .iav-trust-card p, .tc-wp-content-root .iav-editorial-wrap .iav-step-content p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .iav-editorial-wrap .iav-section{
    padding: 78px 0;
  }.tc-wp-content-root .iav-editorial-wrap .iav-container{
    padding: 0 30px;
  }.tc-wp-content-root .iav-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-grid-three, .tc-wp-content-root .iav-editorial-wrap .iav-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .iav-editorial-wrap .iav-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card, .tc-wp-content-root .iav-editorial-wrap .iav-trust-card{
    padding: 30px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-step-number{
    width: 70px;
    height: 70px;
    font-size: 19px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-trust-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card p, .tc-wp-content-root .iav-editorial-wrap .iav-trust-card p, .tc-wp-content-root .iav-editorial-wrap .iav-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .iav-editorial-wrap .iav-section{
    padding: 96px 0;
  }.tc-wp-content-root .iav-editorial-wrap .iav-container{
    padding: 0 32px;
  }.tc-wp-content-root .iav-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-grid-three, .tc-wp-content-root .iav-editorial-wrap .iav-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .iav-editorial-wrap .iav-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card, .tc-wp-content-root .iav-editorial-wrap .iav-trust-card{
    padding: 32px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-step-card{
    gap: 26px;
    padding: 34px 36px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-step-number{
    width: 76px;
    height: 76px;
    font-size: 20px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-trust-card h3, .tc-wp-content-root .iav-editorial-wrap .iav-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .iav-editorial-wrap .iav-card p, .tc-wp-content-root .iav-editorial-wrap .iav-trust-card p, .tc-wp-content-root .iav-editorial-wrap .iav-step-content p{
    font-size: 16px;
  }}

.tc-wp-content-root .iav-icon-ring {}