@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 .ig-thumb-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #192033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-section-white{
  background: #ffffff;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(236, 72, 153, 0.08), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(249, 115, 22, 0.08), transparent 28%),
    #fbfafc;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-header{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(219, 39, 119, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(249, 115, 22, 0.1));
  color: #b42368;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-header h2{
  margin: 0;
  color: #141827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-header p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5b6477;
  font-weight: 450;
  line-height: 1.7;
  letter-spacing: 0;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(25, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(25, 32, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card{
  border-radius: 22px;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card::before, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.28), rgba(249, 115, 22, 0.18), rgba(99, 102, 241, 0.14));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card:hover, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card:hover, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(219, 39, 119, 0.2);
  box-shadow: 0 24px 58px rgba(25, 32, 51, 0.12);
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card:hover::before, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card h3, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card h3, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-card h3{
  margin: 0;
  color: #171b2a;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card p, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card p, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-card p{
  margin: 10px 0 0;
  color: #5d6678;
  font-weight: 450;
  line-height: 1.65;
  letter-spacing: 0;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ec4899, #f97316);
  box-shadow: 0 14px 28px rgba(236, 72, 153, 0.22);
  transition: transform 220ms ease;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card:hover .ig-thumb-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-icon::before, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-icon-frame::before{
  inset: 12px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  background: transparent;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-icon-frame::after{
  width: 6px;
  height: 6px;
  right: 14px;
  top: 14px;
  border-radius: 50%;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-icon-speed::before{
  width: 22px;
  height: 4px;
  left: 12px;
  top: 16px;
  border-radius: 999px;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-icon-speed::after{
  width: 15px;
  height: 4px;
  left: 18px;
  top: 26px;
  border-radius: 999px;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-icon-preview::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border-radius: 5px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-icon-preview::after{
  width: 7px;
  height: 7px;
  right: 12px;
  bottom: 12px;
  border-radius: 50%;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 12px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.92), 0 20px 0 rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-icon-steps::after{
  width: 16px;
  height: 3px;
  right: 10px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.92), 0 20px 0 rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-icon-mobile::before{
  width: 17px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 6px;
  background: transparent;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  bottom: 13px;
  border-radius: 999px;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-icon-daily::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border-radius: 8px;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-icon-daily::after{
  width: 10px;
  height: 10px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec4899, #f97316);
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.84)),
    radial-gradient(circle at 92% 10%, rgba(236, 72, 153, 0.16), transparent 32%);
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-card::after{
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(236, 72, 153, 0.16);
  border-radius: 24px;
  transform: translateY(-50%) rotate(10deg);
  background: rgba(255, 255, 255, 0.44);
  pointer-events: none;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ec4899, #f97316);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 18px 34px rgba(236, 72, 153, 0.25);
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(236, 72, 153, 0.09);
  color: #b42368;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card{
  overflow: hidden;
  border-radius: 22px;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-mark{
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.13), rgba(249, 115, 22, 0.13));
  position: relative;
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 11px;
  top: 13px;
  border-left: 3px solid #db2777;
  border-bottom: 3px solid #db2777;
  transform: rotate(-45deg);
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ig-thumb-editorial .ig-thumb-reveal.ig-thumb-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 .ig-thumb-editorial .ig-thumb-section{
    padding: 54px 0;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-container{
    padding: 0 14px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-header h2{
    font-size: 27px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-header p{
    font-size: 15px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card h3, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card h3, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card p, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card p, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-number{
    width: 52px;
    height: 52px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ig-thumb-editorial .ig-thumb-section{
    padding: 60px 0;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-container{
    padding: 0 18px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-header h2{
    font-size: 30px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-header p{
    font-size: 15.5px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card h3, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card h3, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card p, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card p, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ig-thumb-editorial .ig-thumb-section{
    padding: 66px 0;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-container{
    padding: 0 22px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-header h2{
    font-size: 34px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-header p{
    font-size: 16px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card h3, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card h3, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card p, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card p, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ig-thumb-editorial .ig-thumb-section{
    padding: 82px 0;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-container{
    padding: 0 32px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-header h2{
    font-size: 42px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-header p{
    font-size: 17px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card h3, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card h3, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card p, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card p, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ig-thumb-editorial .ig-thumb-section{
    padding: 96px 0;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-container{
    padding: 0 34px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-header h2{
    font-size: 48px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-header p{
    font-size: 17.5px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-grid-3, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card h3, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card h3, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-card p, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-trust-card p, .tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .ig-thumb-editorial .ig-thumb-step-number{
    width: 70px;
    height: 70px;
    font-size: 21px;
  }}