@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 .icv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .icv-editorial-wrap .icv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .icv-editorial-wrap .icv-section-white{
  background: #ffffff;
}.tc-wp-content-root .icv-editorial-wrap .icv-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 88, 137, 0.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(119, 75, 255, 0.08), transparent 30%),
    #faf8fc;
}.tc-wp-content-root .icv-editorial-wrap .icv-container{
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-content-root .icv-editorial-wrap .icv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .icv-editorial-wrap .icv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(222, 64, 128, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 91, 139, 0.09), rgba(116, 83, 255, 0.09));
  color: #9c2c63;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .icv-editorial-wrap .icv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5b8b, #7453ff);
  box-shadow: 0 0 0 5px rgba(255, 91, 139, 0.12);
}.tc-wp-content-root .icv-editorial-wrap h2{
  margin: 0;
  color: #141a2b;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .icv-editorial-wrap .icv-heading p{
  margin: 14px auto 0;
  color: #5b6476;
  line-height: 1.7;
}.tc-wp-content-root .icv-editorial-wrap .icv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .icv-editorial-wrap .icv-card, .tc-wp-content-root .icv-editorial-wrap .icv-trust-card, .tc-wp-content-root .icv-editorial-wrap .icv-step-card{
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(27, 36, 58, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(34, 35, 58, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .icv-editorial-wrap .icv-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.tc-wp-content-root .icv-editorial-wrap .icv-card::after, .tc-wp-content-root .icv-editorial-wrap .icv-trust-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #ff5b8b, #f2a33a, #7453ff);
  opacity: 0.78;
}.tc-wp-content-root .icv-editorial-wrap .icv-card:hover, .tc-wp-content-root .icv-editorial-wrap .icv-trust-card:hover, .tc-wp-content-root .icv-editorial-wrap .icv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 91, 139, 0.28);
  box-shadow: 0 24px 60px rgba(34, 35, 58, 0.12);
}.tc-wp-content-root .icv-editorial-wrap .icv-card h3, .tc-wp-content-root .icv-editorial-wrap .icv-trust-card h3, .tc-wp-content-root .icv-editorial-wrap .icv-step-card h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .icv-editorial-wrap .icv-card p, .tc-wp-content-root .icv-editorial-wrap .icv-trust-card p, .tc-wp-content-root .icv-editorial-wrap .icv-step-card p{
  margin: 10px 0 0;
  color: #5b6476;
  line-height: 1.68;
}.tc-wp-content-root .icv-editorial-wrap .icv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 91, 139, 0.16), rgba(116, 83, 255, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}.tc-wp-content-root .icv-editorial-wrap .icv-icon::before, .tc-wp-content-root .icv-editorial-wrap .icv-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff5b8b, #7453ff);
  transition: transform 260ms ease;
}.tc-wp-content-root .icv-editorial-wrap .icv-card:hover .icv-icon::before{
  transform: translateX(2px) translateY(-2px);
}.tc-wp-content-root .icv-editorial-wrap .icv-card:hover .icv-icon::after{
  transform: translateX(-2px) translateY(2px);
}.tc-wp-content-root .icv-editorial-wrap .icv-icon-frame::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border-radius: 6px;
  background: transparent;
  border: 2px solid #d93578;
}.tc-wp-content-root .icv-editorial-wrap .icv-icon-frame::after{
  width: 7px;
  height: 7px;
  right: 12px;
  top: 12px;
}.tc-wp-content-root .icv-editorial-wrap .icv-icon-speed::before{
  width: 22px;
  height: 4px;
  left: 12px;
  top: 15px;
}.tc-wp-content-root .icv-editorial-wrap .icv-icon-speed::after{
  width: 15px;
  height: 4px;
  left: 18px;
  top: 27px;
}.tc-wp-content-root .icv-editorial-wrap .icv-icon-preview::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border-radius: 10px;
}.tc-wp-content-root .icv-editorial-wrap .icv-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  background: #ffffff;
}.tc-wp-content-root .icv-editorial-wrap .icv-icon-steps::before{
  width: 7px;
  height: 7px;
  left: 12px;
  top: 12px;
  box-shadow: 0 11px 0 #d93578, 0 22px 0 #7453ff;
}.tc-wp-content-root .icv-editorial-wrap .icv-icon-steps::after{
  width: 17px;
  height: 3px;
  right: 10px;
  top: 14px;
  box-shadow: 0 11px 0 rgba(116, 83, 255, 0.8), 0 22px 0 rgba(217, 53, 120, 0.8);
}.tc-wp-content-root .icv-editorial-wrap .icv-icon-mobile::before{
  width: 17px;
  height: 26px;
  left: 15px;
  top: 10px;
  border-radius: 7px;
}.tc-wp-content-root .icv-editorial-wrap .icv-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  background: #ffffff;
}.tc-wp-content-root .icv-editorial-wrap .icv-icon-daily::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
}.tc-wp-content-root .icv-editorial-wrap .icv-icon-daily::after{
  width: 10px;
  height: 4px;
  left: 18px;
  top: 21px;
  background: #ffffff;
}.tc-wp-content-root .icv-editorial-wrap .icv-steps{
  display: grid;
}.tc-wp-content-root .icv-editorial-wrap .icv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84)),
    linear-gradient(135deg, rgba(255, 91, 139, 0.12), rgba(116, 83, 255, 0.12));
}.tc-wp-content-root .icv-editorial-wrap .icv-step-card::before{
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(255, 91, 139, 0.28), rgba(116, 83, 255, 0.28), transparent);
}.tc-wp-content-root .icv-editorial-wrap .icv-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff5b8b, #7453ff);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(116, 83, 255, 0.22);
}.tc-wp-content-root .icv-editorial-wrap .icv-badge{
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(116, 83, 255, 0.09);
  color: #5c3ed1;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .icv-editorial-wrap .icv-trust-card{
  min-width: 0;
  height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .icv-editorial-wrap .icv-trust-dot{
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 22%, transparent 24%),
    conic-gradient(from 120deg, #ff5b8b, #f2a33a, #7453ff, #ff5b8b);
  box-shadow: 0 12px 26px rgba(217, 53, 120, 0.18);
}.tc-wp-content-root .icv-editorial-wrap .icv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .icv-editorial-wrap .icv-reveal.icv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .icv-editorial-wrap .icv-section{
    padding: 46px 0;
  }.tc-wp-content-root .icv-editorial-wrap .icv-container{
    padding: 0 14px;
  }.tc-wp-content-root .icv-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-grid, .tc-wp-content-root .icv-editorial-wrap .icv-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-card, .tc-wp-content-root .icv-editorial-wrap .icv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-card h3, .tc-wp-content-root .icv-editorial-wrap .icv-trust-card h3, .tc-wp-content-root .icv-editorial-wrap .icv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-card p, .tc-wp-content-root .icv-editorial-wrap .icv-trust-card p, .tc-wp-content-root .icv-editorial-wrap .icv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-step-card::before{
    display: none;
  }.tc-wp-content-root .icv-editorial-wrap .icv-step-number{
    width: 48px;
    height: 48px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .icv-editorial-wrap .icv-section{
    padding: 52px 0;
  }.tc-wp-content-root .icv-editorial-wrap .icv-container{
    padding: 0 18px;
  }.tc-wp-content-root .icv-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-grid, .tc-wp-content-root .icv-editorial-wrap .icv-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-card, .tc-wp-content-root .icv-editorial-wrap .icv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-card h3, .tc-wp-content-root .icv-editorial-wrap .icv-trust-card h3, .tc-wp-content-root .icv-editorial-wrap .icv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-card p, .tc-wp-content-root .icv-editorial-wrap .icv-trust-card p, .tc-wp-content-root .icv-editorial-wrap .icv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-step-card::before{
    display: none;
  }.tc-wp-content-root .icv-editorial-wrap .icv-step-number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .icv-editorial-wrap .icv-section{
    padding: 58px 0;
  }.tc-wp-content-root .icv-editorial-wrap .icv-container{
    padding: 0 22px;
  }.tc-wp-content-root .icv-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-grid, .tc-wp-content-root .icv-editorial-wrap .icv-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-card, .tc-wp-content-root .icv-editorial-wrap .icv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-card h3, .tc-wp-content-root .icv-editorial-wrap .icv-trust-card h3, .tc-wp-content-root .icv-editorial-wrap .icv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-card p, .tc-wp-content-root .icv-editorial-wrap .icv-trust-card p, .tc-wp-content-root .icv-editorial-wrap .icv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 26px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-step-card::before{
    display: none;
  }.tc-wp-content-root .icv-editorial-wrap .icv-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .icv-editorial-wrap .icv-section{
    padding: 74px 0;
  }.tc-wp-content-root .icv-editorial-wrap .icv-container{
    padding: 0 30px;
  }.tc-wp-content-root .icv-editorial-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-heading p{
    font-size: 16.5px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-card, .tc-wp-content-root .icv-editorial-wrap .icv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-card h3, .tc-wp-content-root .icv-editorial-wrap .icv-trust-card h3, .tc-wp-content-root .icv-editorial-wrap .icv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-card p, .tc-wp-content-root .icv-editorial-wrap .icv-trust-card p, .tc-wp-content-root .icv-editorial-wrap .icv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .icv-editorial-wrap .icv-section{
    padding: 92px 0;
  }.tc-wp-content-root .icv-editorial-wrap .icv-container{
    padding: 0 32px;
  }.tc-wp-content-root .icv-editorial-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-steps{
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-card, .tc-wp-content-root .icv-editorial-wrap .icv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-card h3, .tc-wp-content-root .icv-editorial-wrap .icv-trust-card h3, .tc-wp-content-root .icv-editorial-wrap .icv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-card p, .tc-wp-content-root .icv-editorial-wrap .icv-trust-card p, .tc-wp-content-root .icv-editorial-wrap .icv-step-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-step-card{
    gap: 26px;
    padding: 32px 34px;
  }.tc-wp-content-root .icv-editorial-wrap .icv-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}

.tc-wp-content-root .icv-step-content {}
.tc-wp-content-root .icv-trust-grid {}