@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 .igbv-content-wrap{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  background: #ffffff;
}.tc-wp-content-root .igbv-content-wrap .igbv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .igbv-content-wrap .igbv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igbv-content-wrap .igbv-section-soft{
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 48, 108, 0.08), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(131, 58, 180, 0.08), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .igbv-content-wrap .igbv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-content-root .igbv-content-wrap .igbv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igbv-content-wrap .igbv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 14px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 48, 108, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 48, 108, 0.1), rgba(131, 58, 180, 0.1));
  color: #a32667;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .igbv-content-wrap .igbv-section-head h2{
  margin: 0;
  color: #121827;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}.tc-wp-content-root .igbv-content-wrap .igbv-section-head p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #5a6476;
  line-height: 1.72;
}.tc-wp-content-root .igbv-content-wrap .igbv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igbv-content-wrap .igbv-info-card, .tc-wp-content-root .igbv-content-wrap .igbv-use-card, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card, .tc-wp-content-root .igbv-content-wrap .igbv-step-card{
  position: relative;
  box-sizing: border-box;
  border: 1px solid rgba(22, 32, 51, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 40px rgba(20, 28, 45, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .igbv-content-wrap .igbv-info-card, .tc-wp-content-root .igbv-content-wrap .igbv-use-card, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card{
  height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .igbv-content-wrap .igbv-info-card::before, .tc-wp-content-root .igbv-content-wrap .igbv-use-card::before, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 48, 108, 0.13), rgba(253, 193, 7, 0.08), rgba(131, 58, 180, 0.12));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .igbv-content-wrap .igbv-info-card:hover, .tc-wp-content-root .igbv-content-wrap .igbv-use-card:hover, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card:hover, .tc-wp-content-root .igbv-content-wrap .igbv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 48, 108, 0.24);
  box-shadow: 0 22px 55px rgba(20, 28, 45, 0.12);
}.tc-wp-content-root .igbv-content-wrap .igbv-info-card:hover::before, .tc-wp-content-root .igbv-content-wrap .igbv-use-card:hover::before, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .igbv-content-wrap .igbv-card-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff306c, #fdc107 52%, #833ab4);
  box-shadow: 0 12px 24px rgba(255, 48, 108, 0.22);
}.tc-wp-content-root .igbv-content-wrap .igbv-card-icon::before, .tc-wp-content-root .igbv-content-wrap .igbv-card-icon::after{
  content: "";
  position: absolute;
  box-sizing: border-box;
}.tc-wp-content-root .igbv-content-wrap .igbv-icon-view::before{
  width: 20px;
  height: 13px;
  left: 13px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igbv-content-wrap .igbv-icon-view::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 19px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igbv-content-wrap .igbv-icon-fast::before{
  width: 19px;
  height: 19px;
  left: 14px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-left-color: transparent;
}.tc-wp-content-root .igbv-content-wrap .igbv-icon-fast::after{
  width: 12px;
  height: 2px;
  left: 10px;
  top: 22px;
  background: #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .igbv-content-wrap .igbv-icon-preview::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igbv-content-wrap .igbv-icon-preview::after{
  width: 10px;
  height: 2px;
  left: 18px;
  top: 23px;
  background: #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .igbv-content-wrap .igbv-icon-steps::before{
  width: 22px;
  height: 2px;
  left: 12px;
  top: 15px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .igbv-content-wrap .igbv-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igbv-content-wrap .igbv-icon-mobile::after{
  width: 4px;
  height: 4px;
  left: 21px;
  top: 29px;
  background: #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igbv-content-wrap .igbv-icon-daily::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igbv-content-wrap .igbv-icon-daily::after{
  width: 9px;
  height: 9px;
  left: 22px;
  top: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}.tc-wp-content-root .igbv-content-wrap .igbv-info-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-use-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-step-card h3{
  position: relative;
  margin: 0;
  color: #151e2f;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}.tc-wp-content-root .igbv-content-wrap .igbv-info-card p, .tc-wp-content-root .igbv-content-wrap .igbv-use-card p, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card p, .tc-wp-content-root .igbv-content-wrap .igbv-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5a6476;
  line-height: 1.68;
}.tc-wp-content-root .igbv-content-wrap .igbv-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igbv-content-wrap .igbv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255, 48, 108, 0.08), rgba(255, 255, 255, 0.96) 40%),
    #ffffff;
}.tc-wp-content-root .igbv-content-wrap .igbv-step-card::after{
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -58px;
  top: -58px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 48, 108, 0.14), rgba(131, 58, 180, 0.1));
}.tc-wp-content-root .igbv-content-wrap .igbv-step-number{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #ff306c, #fd8b2d 54%, #833ab4);
  box-shadow: 0 14px 30px rgba(255, 48, 108, 0.24);
}.tc-wp-content-root .igbv-content-wrap .igbv-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .igbv-content-wrap .igbv-mini-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 48, 108, 0.09);
  color: #a32667;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-content-root .igbv-content-wrap .igbv-trust-card{
  overflow: hidden;
}.tc-wp-content-root .igbv-content-wrap .igbv-trust-dot{
  position: relative;
  display: inline-flex;
  width: 15px;
  height: 15px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff306c, #833ab4);
  box-shadow: 0 0 0 8px rgba(255, 48, 108, 0.1), 0 12px 24px rgba(131, 58, 180, 0.18);
}.tc-wp-content-root .igbv-content-wrap .igbv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .igbv-content-wrap .igbv-reveal.igbv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igbv-content-wrap .igbv-section{
    padding: 48px 0;
  }.tc-wp-content-root .igbv-content-wrap .igbv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card-grid, .tc-wp-content-root .igbv-content-wrap .igbv-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-grid-three, .tc-wp-content-root .igbv-content-wrap .igbv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igbv-content-wrap .igbv-info-card, .tc-wp-content-root .igbv-content-wrap .igbv-use-card, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-number{
    width: 54px;
    height: 54px;
    border-radius: 18px;
    font-size: 18px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-info-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-use-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-info-card p, .tc-wp-content-root .igbv-content-wrap .igbv-use-card p, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card p, .tc-wp-content-root .igbv-content-wrap .igbv-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igbv-content-wrap .igbv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igbv-content-wrap .igbv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card-grid, .tc-wp-content-root .igbv-content-wrap .igbv-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-grid-three, .tc-wp-content-root .igbv-content-wrap .igbv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igbv-content-wrap .igbv-info-card, .tc-wp-content-root .igbv-content-wrap .igbv-use-card, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-number{
    width: 58px;
    height: 58px;
    border-radius: 19px;
    font-size: 19px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-info-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-use-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-info-card p, .tc-wp-content-root .igbv-content-wrap .igbv-use-card p, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card p, .tc-wp-content-root .igbv-content-wrap .igbv-step-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igbv-content-wrap .igbv-section{
    padding: 62px 0;
  }.tc-wp-content-root .igbv-content-wrap .igbv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card-grid, .tc-wp-content-root .igbv-content-wrap .igbv-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-grid-three, .tc-wp-content-root .igbv-content-wrap .igbv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .igbv-content-wrap .igbv-info-card, .tc-wp-content-root .igbv-content-wrap .igbv-use-card, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-number{
    width: 62px;
    height: 62px;
    border-radius: 20px;
    font-size: 20px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-info-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-use-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-info-card p, .tc-wp-content-root .igbv-content-wrap .igbv-use-card p, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card p, .tc-wp-content-root .igbv-content-wrap .igbv-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igbv-content-wrap .igbv-section{
    padding: 76px 0;
  }.tc-wp-content-root .igbv-content-wrap .igbv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card-grid, .tc-wp-content-root .igbv-content-wrap .igbv-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igbv-content-wrap .igbv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igbv-content-wrap .igbv-info-card, .tc-wp-content-root .igbv-content-wrap .igbv-use-card, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-number{
    width: 70px;
    height: 70px;
    border-radius: 22px;
    font-size: 22px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-info-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-use-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-info-card p, .tc-wp-content-root .igbv-content-wrap .igbv-use-card p, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card p, .tc-wp-content-root .igbv-content-wrap .igbv-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igbv-content-wrap .igbv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igbv-content-wrap .igbv-container{
    padding: 0 34px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-card-grid, .tc-wp-content-root .igbv-content-wrap .igbv-step-list{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-grid-three, .tc-wp-content-root .igbv-content-wrap .igbv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igbv-content-wrap .igbv-info-card, .tc-wp-content-root .igbv-content-wrap .igbv-use-card, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-step-number{
    width: 76px;
    height: 76px;
    border-radius: 24px;
    font-size: 24px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-info-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-use-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card h3, .tc-wp-content-root .igbv-content-wrap .igbv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .igbv-content-wrap .igbv-info-card p, .tc-wp-content-root .igbv-content-wrap .igbv-use-card p, .tc-wp-content-root .igbv-content-wrap .igbv-trust-card p, .tc-wp-content-root .igbv-content-wrap .igbv-step-card p{
    font-size: 16px;
  }}