@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* 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 .igtg-premium-editorial, .tc-wp-content-root .igtg-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .igtg-premium-editorial{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #241a1f;
  background: #fff;
}.tc-wp-content-root .igtg-premium-editorial .igtg-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 24px;
  overflow: hidden;
}.tc-wp-content-root .igtg-premium-editorial .igtg-section-white{
  background: #fff;
}.tc-wp-content-root .igtg-premium-editorial .igtg-section-warm{
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 183, 77, 0.24), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(215, 107, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #fff7ed 0%, #fff0f5 46%, #f8f1ff 100%);
}.tc-wp-content-root .igtg-premium-editorial .igtg-container{
  width: min(1360px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .igtg-premium-editorial .igtg-section-head{
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .igtg-premium-editorial .igtg-section-head h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  color: #211820;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .igtg-premium-editorial .igtg-section-head h2 span{
  background: linear-gradient(110deg, #ff8a3d 0%, #ff4f86 45%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .igtg-premium-editorial .igtg-section-head p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #6d5a63;
  font-size: 1.05rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .igtg-premium-editorial .igtg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .igtg-premium-editorial .igtg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .igtg-premium-editorial .igtg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .igtg-premium-editorial .igtg-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --igtg-a: #ff8a3d;
  --igtg-b: #ff4f86;
  --igtg-soft: rgba(255, 138, 61, 0.12);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 248px;
  padding: 28px;
  border: 1px solid rgba(255, 138, 61, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.88), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 245, 0.9));
  box-shadow: 0 18px 48px rgba(49, 30, 44, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(24px);
  opacity: 0;
  transition: transform 360ms ease, opacity 520ms ease, box-shadow 360ms ease, border-color 360ms ease, background 360ms ease;
  isolation: isolate;
  overflow: hidden;
}.tc-wp-content-root .igtg-premium-editorial .igtg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--igtg-a) 20%, transparent), transparent 42%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
  z-index: -1;
}.tc-wp-content-root .igtg-premium-editorial .igtg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--igtg-a), var(--igtg-b));
  opacity: 0.75;
}.tc-wp-content-root .igtg-premium-editorial .igtg-card:nth-child(2n){
  --igtg-a: #ff5f7e;
  --igtg-b: #a855f7;
  --igtg-soft: rgba(255, 95, 126, 0.12);
}.tc-wp-content-root .igtg-premium-editorial .igtg-card:nth-child(3n){
  --igtg-a: #f6a623;
  --igtg-b: #ff5f7e;
  --igtg-soft: rgba(246, 166, 35, 0.13);
}.tc-wp-content-root .igtg-premium-editorial .igtg-card:nth-child(4n){
  --igtg-a: #c084fc;
  --igtg-b: #fb7185;
  --igtg-soft: rgba(192, 132, 252, 0.13);
}.tc-wp-content-root .igtg-premium-editorial .igtg-card:nth-child(5n){
  --igtg-a: #fb923c;
  --igtg-b: #ec4899;
  --igtg-soft: rgba(251, 146, 60, 0.13);
}.tc-wp-content-root .igtg-premium-editorial .igtg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .igtg-premium-editorial .igtg-card:hover{
  border-color: color-mix(in srgb, var(--igtg-a) 52%, transparent);
  box-shadow: 0 24px 70px rgba(72, 38, 61, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .igtg-premium-editorial .igtg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .igtg-premium-editorial .igtg-icon{
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 17px;
  background: linear-gradient(145deg, var(--igtg-soft), rgba(255, 255, 255, 0.92));
  color: var(--igtg-a);
  font-size: 1.3rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 12px 28px rgba(64, 34, 52, 0.08);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
  max-width: 100%;
}.tc-wp-content-root .igtg-premium-editorial .igtg-card:hover .igtg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--igtg-a), var(--igtg-b));
  transform: translateY(-3px) scale(1.04);
}.tc-wp-content-root .igtg-premium-editorial .igtg-card h3{
  position: relative;
  margin: 0 0 13px;
  color: #221820;
  font-size: 1.08rem;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .igtg-premium-editorial .igtg-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--igtg-a), var(--igtg-b));
  transition: width 300ms ease;
}.tc-wp-content-root .igtg-premium-editorial .igtg-card:hover h3::after{
  width: 76px;
}.tc-wp-content-root .igtg-premium-editorial .igtg-card p{
  margin: 0;
  color: #6b5b64;
  font-size: 0.96rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .igtg-premium-editorial .igtg-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--igtg-b);
  font-size: 0.9rem;
  font-weight: 800;
  opacity: 0.2;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .igtg-premium-editorial .igtg-card:hover .igtg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .igtg-premium-editorial .igtg-process{
  padding-top: 30px;
}.tc-wp-content-root .igtg-premium-editorial .igtg-step{
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--igtg-a), var(--igtg-b));
  color: #fff;
  font-size: 0.92rem;
  font-weight: 900;
  box-shadow: 0 14px 32px color-mix(in srgb, var(--igtg-a) 24%, transparent);
  transition: transform 320ms ease, box-shadow 320ms ease;
  max-width: 100%;
}.tc-wp-content-root .igtg-premium-editorial .igtg-process:hover .igtg-step{
  transform: translateY(-3px) rotate(4deg) scale(1.05);
  box-shadow: 0 18px 38px color-mix(in srgb, var(--igtg-b) 28%, transparent);
}@media (min-width: 1200px) {.tc-wp-content-root .igtg-premium-editorial .igtg-grid-four{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .igtg-premium-editorial .igtg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .igtg-premium-editorial .igtg-section{
    padding: 78px 22px;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .igtg-premium-editorial .igtg-grid, .tc-wp-content-root .igtg-premium-editorial .igtg-grid-four, .tc-wp-content-root .igtg-premium-editorial .igtg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-card{
    padding: 25px;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-section-head p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igtg-premium-editorial .igtg-section{
    padding: 66px 20px;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-section-head{
    margin-bottom: 32px;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-grid, .tc-wp-content-root .igtg-premium-editorial .igtg-grid-four, .tc-wp-content-root .igtg-premium-editorial .igtg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-card{
    min-height: 230px;
    padding: 24px;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igtg-premium-editorial .igtg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-section-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-section-head p{
    font-size: 0.96rem;
    line-height: 1.62;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-grid, .tc-wp-content-root .igtg-premium-editorial .igtg-grid-four, .tc-wp-content-root .igtg-premium-editorial .igtg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-card{
    min-height: 0;
    padding: 22px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igtg-premium-editorial .igtg-section{
    padding: 48px 14px;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-grid, .tc-wp-content-root .igtg-premium-editorial .igtg-grid-four, .tc-wp-content-root .igtg-premium-editorial .igtg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-card{
    min-height: 0;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-icon, .tc-wp-content-root .igtg-premium-editorial .igtg-step{
    width: 46px;
    height: 46px;
    font-size: 1rem;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-section-head p, .tc-wp-content-root .igtg-premium-editorial .igtg-card p{
    font-size: 0.92rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .igtg-premium-editorial .igtg-section{
    padding: 42px 12px;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-grid, .tc-wp-content-root .igtg-premium-editorial .igtg-grid-four, .tc-wp-content-root .igtg-premium-editorial .igtg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-card{
    min-height: 0;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-icon, .tc-wp-content-root .igtg-premium-editorial .igtg-step{
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    font-size: 0.95rem;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-section-head p, .tc-wp-content-root .igtg-premium-editorial .igtg-card p, .tc-wp-content-root .igtg-premium-editorial .igtg-cta{
    font-size: 0.88rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .igtg-premium-editorial .igtg-card, .tc-wp-content-root .igtg-premium-editorial .igtg-card::before, .tc-wp-content-root .igtg-premium-editorial .igtg-icon, .tc-wp-content-root .igtg-premium-editorial .igtg-step, .tc-wp-content-root .igtg-premium-editorial .igtg-cta, .tc-wp-content-root .igtg-premium-editorial .igtg-card h3::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .igtg-premium-editorial .igtg-card, .tc-wp-content-root .igtg-premium-editorial .igtg-card.is-visible, .tc-wp-content-root .igtg-premium-editorial .igtg-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .igtg-reveal {}
.tc-wp-content-root .igtg-tilt {}