@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 .igcv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.tc-wp-content-root .igcv-content-wrap .igcv-section{
  position: relative;
}.tc-wp-content-root .igcv-content-wrap .igcv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igcv-content-wrap .igcv-section-soft{
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 77, 141, 0.08), transparent 28%),
    radial-gradient(circle at 90% 20%, rgba(123, 92, 255, 0.08), transparent 26%),
    #faf9fc;
}.tc-wp-content-root .igcv-content-wrap .igcv-container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .igcv-content-wrap .igcv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igcv-content-wrap .igcv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 77, 141, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 77, 141, 0.1), rgba(123, 92, 255, 0.1));
  color: #a12661;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
}.tc-wp-content-root .igcv-content-wrap .igcv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4d8d, #7b5cff);
  box-shadow: 0 0 0 5px rgba(255, 77, 141, 0.12);
}.tc-wp-content-root .igcv-content-wrap h2, .tc-wp-content-root .igcv-content-wrap h3, .tc-wp-content-root .igcv-content-wrap p{
  margin: 0;
}.tc-wp-content-root .igcv-content-wrap h2{
  color: #151b2c;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igcv-content-wrap .igcv-section-head p{
  margin-top: 16px;
  color: #5d6474;
  line-height: 1.72;
}.tc-wp-content-root .igcv-content-wrap .igcv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igcv-content-wrap .igcv-card, .tc-wp-content-root .igcv-content-wrap .igcv-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 77, 141, 0.24), rgba(123, 92, 255, 0.18), rgba(255, 184, 77, 0.14)) border-box;
  box-shadow: 0 18px 45px rgba(25, 31, 52, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}.tc-wp-content-root .igcv-content-wrap .igcv-card::after, .tc-wp-content-root .igcv-content-wrap .igcv-trust-card::after{
  content: "";
  position: absolute;
  inset: auto -40px -58px auto;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 77, 141, 0.1), transparent 68%);
  pointer-events: none;
}.tc-wp-content-root .igcv-content-wrap .igcv-card:hover, .tc-wp-content-root .igcv-content-wrap .igcv-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 77, 141, 0.28);
  box-shadow: 0 24px 60px rgba(25, 31, 52, 0.11);
}.tc-wp-content-root .igcv-content-wrap .igcv-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-trust-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-step-card h3{
  color: #172033;
  font-weight: 780;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .igcv-content-wrap .igcv-card p, .tc-wp-content-root .igcv-content-wrap .igcv-trust-card p, .tc-wp-content-root .igcv-content-wrap .igcv-step-card p{
  margin-top: 10px;
  color: #626978;
  line-height: 1.68;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon{
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4d8d, #7b5cff);
  box-shadow: 0 14px 28px rgba(123, 92, 255, 0.18);
  transition: transform 220ms ease;
}.tc-wp-content-root .igcv-content-wrap .igcv-card:hover .igcv-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-chat::before{
  content: "";
  position: absolute;
  inset: 13px 11px 15px;
  border: 2px solid #ffffff;
  border-radius: 9px;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-chat::after{
  content: "";
  position: absolute;
  left: 17px;
  bottom: 11px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-20deg);
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-speed::before{
  content: "";
  position: absolute;
  left: 11px;
  top: 22px;
  width: 24px;
  height: 12px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-speed::after{
  content: "";
  position: absolute;
  left: 23px;
  top: 18px;
  width: 2px;
  height: 13px;
  background: #ffffff;
  border-radius: 99px;
  transform: rotate(42deg);
  transform-origin: bottom;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-preview::before{
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-preview::after{
  content: "";
  position: absolute;
  left: 17px;
  right: 17px;
  top: 21px;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 6px 0 #ffffff;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-path::before{
  content: "";
  position: absolute;
  left: 12px;
  top: 14px;
  width: 22px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 12px;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-path::after{
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 10px;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 5px 0 #ffffff;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-mobile::before{
  content: "";
  position: absolute;
  left: 16px;
  top: 9px;
  width: 14px;
  height: 27px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-mobile::after{
  content: "";
  position: absolute;
  left: 21px;
  bottom: 13px;
  width: 4px;
  height: 4px;
  border-radius: 99px;
  background: #ffffff;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-daily::before{
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igcv-content-wrap .igcv-icon-daily::after{
  content: "";
  position: absolute;
  left: 21px;
  top: 14px;
  width: 8px;
  height: 11px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-radius: 0 0 0 4px;
}.tc-wp-content-root .igcv-content-wrap .igcv-steps{
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}.tc-wp-content-root .igcv-content-wrap .igcv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
  border: 1px solid rgba(123, 92, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(30, 33, 48, 0.07);
  backdrop-filter: blur(10px);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .igcv-content-wrap .igcv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 77, 141, 0.3);
  box-shadow: 0 24px 60px rgba(30, 33, 48, 0.11);
}.tc-wp-content-root .igcv-content-wrap .igcv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4d8d, #7b5cff);
  color: #ffffff;
  font-weight: 840;
  box-shadow: 0 16px 30px rgba(123, 92, 255, 0.22);
}.tc-wp-content-root .igcv-content-wrap .igcv-mini-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 77, 141, 0.09);
  color: #a12661;
  font-size: 12px;
  font-weight: 780;
}.tc-wp-content-root .igcv-content-wrap .igcv-trust-card{
  padding-top: 34px;
}.tc-wp-content-root .igcv-content-wrap .igcv-trust-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4d8d, #7b5cff);
  box-shadow: 0 0 0 8px rgba(255, 77, 141, 0.1), 0 14px 24px rgba(123, 92, 255, 0.18);
}.tc-wp-content-root .igcv-content-wrap .igcv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igcv-content-wrap .igcv-reveal.igcv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igcv-content-wrap .igcv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igcv-content-wrap .igcv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igcv-content-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-grid, .tc-wp-content-root .igcv-content-wrap .igcv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-grid-3, .tc-wp-content-root .igcv-content-wrap .igcv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card, .tc-wp-content-root .igcv-content-wrap .igcv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-trust-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card p, .tc-wp-content-root .igcv-content-wrap .igcv-trust-card p, .tc-wp-content-root .igcv-content-wrap .igcv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-step-number{
    width: 56px;
    height: 48px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igcv-content-wrap .igcv-section{
    padding: 60px 0;
  }.tc-wp-content-root .igcv-content-wrap .igcv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igcv-content-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-grid, .tc-wp-content-root .igcv-content-wrap .igcv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-grid-3, .tc-wp-content-root .igcv-content-wrap .igcv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card, .tc-wp-content-root .igcv-content-wrap .igcv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-trust-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card p, .tc-wp-content-root .igcv-content-wrap .igcv-trust-card p, .tc-wp-content-root .igcv-content-wrap .igcv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-step-number{
    width: 58px;
    height: 50px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igcv-content-wrap .igcv-section{
    padding: 66px 0;
  }.tc-wp-content-root .igcv-content-wrap .igcv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igcv-content-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-grid, .tc-wp-content-root .igcv-content-wrap .igcv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-grid-3, .tc-wp-content-root .igcv-content-wrap .igcv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card, .tc-wp-content-root .igcv-content-wrap .igcv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-trust-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card p, .tc-wp-content-root .igcv-content-wrap .igcv-trust-card p, .tc-wp-content-root .igcv-content-wrap .igcv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-step-number{
    width: 62px;
    height: 52px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igcv-content-wrap .igcv-section{
    padding: 78px 0;
  }.tc-wp-content-root .igcv-content-wrap .igcv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igcv-content-wrap h2{
    font-size: 39px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-grid, .tc-wp-content-root .igcv-content-wrap .igcv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-grid-3, .tc-wp-content-root .igcv-content-wrap .igcv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igcv-content-wrap .igcv-card, .tc-wp-content-root .igcv-content-wrap .igcv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-trust-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card p, .tc-wp-content-root .igcv-content-wrap .igcv-trust-card p, .tc-wp-content-root .igcv-content-wrap .igcv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-step-number{
    width: 72px;
    height: 60px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igcv-content-wrap .igcv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igcv-content-wrap .igcv-container{
    padding: 0 28px;
  }.tc-wp-content-root .igcv-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-grid, .tc-wp-content-root .igcv-content-wrap .igcv-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-grid-3, .tc-wp-content-root .igcv-content-wrap .igcv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igcv-content-wrap .igcv-card, .tc-wp-content-root .igcv-content-wrap .igcv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-trust-card h3, .tc-wp-content-root .igcv-content-wrap .igcv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-card p, .tc-wp-content-root .igcv-content-wrap .igcv-trust-card p, .tc-wp-content-root .igcv-content-wrap .igcv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .igcv-content-wrap .igcv-step-number{
    width: 78px;
    height: 64px;
    font-size: 21px;
  }}

.tc-wp-content-root .igcv-step-content {}