@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-content, .tc-wp-content-root .igtg-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .igtg-premium-content{
  --igtg-ink: #211827;
  --igtg-muted: #6f6377;
  --igtg-line: rgba(116, 72, 91, 0.16);
  --igtg-shadow: 0 18px 48px rgba(65, 35, 51, 0.11);
  --igtg-shadow-hover: 0 28px 70px rgba(65, 35, 51, 0.18);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--igtg-ink);
}.tc-wp-content-root .igtg-premium-content .igtg-section, .tc-wp-content-root .igtg-premium-content .igtg-container, .tc-wp-content-root .igtg-premium-content .igtg-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .igtg-premium-content .igtg-section{
  padding: 96px 24px;
  overflow: hidden;
}.tc-wp-content-root .igtg-premium-content .igtg-section-white{
  background: #fff;
}.tc-wp-content-root .igtg-premium-content .igtg-section-warm{
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 189, 118, 0.22), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(231, 104, 144, 0.18), transparent 32%),
    linear-gradient(135deg, #fff8f0 0%, #fff2f6 48%, #f7efff 100%);
}.tc-wp-content-root .igtg-premium-content .igtg-container{
  max-width: 1280px;
  margin: 0 auto;
}.tc-wp-content-root .igtg-premium-content .igtg-heading-wrap{
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}.tc-wp-content-root .igtg-premium-content h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 820;
  color: var(--igtg-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .igtg-premium-content h2 span{
  background: linear-gradient(90deg, #ff8a3d 0%, #f0527f 44%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .igtg-premium-content .igtg-heading-wrap p{
  margin: 16px auto 0;
  max-width: 680px;
  color: var(--igtg-muted);
  font-size: 1.04rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .igtg-premium-content .igtg-grid{
  display: grid;
  gap: 24px;
}.tc-wp-content-root .igtg-premium-content .igtg-grid-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .igtg-premium-content .igtg-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .igtg-premium-content .igtg-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --igtg-a: #ff8a3d;
  --igtg-b: #f0527f;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 248px;
  padding: 28px;
  border: 1px solid var(--igtg-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--igtg-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 244, 0.88));
  box-shadow: var(--igtg-shadow);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(20px);
  opacity: 0;
  transition: transform 360ms ease, opacity 520ms ease, box-shadow 360ms ease, border-color 360ms ease, background 360ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .igtg-premium-content .igtg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--igtg-a) 13%, transparent), transparent 42%, color-mix(in srgb, var(--igtg-b) 10%, transparent));
  opacity: 0;
  transition: opacity 360ms ease;
  pointer-events: none;
}.tc-wp-content-root .igtg-premium-content .igtg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, var(--igtg-a), var(--igtg-b));
  transform: scaleX(0.24);
  transform-origin: left;
  opacity: 0.62;
  transition: transform 360ms ease, opacity 360ms ease;
}.tc-wp-content-root .igtg-premium-content .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-content .igtg-card:hover{
  border-color: color-mix(in srgb, var(--igtg-a) 40%, rgba(116, 72, 91, 0.2));
  box-shadow: var(--igtg-shadow-hover);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .igtg-premium-content .igtg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .igtg-premium-content .igtg-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .igtg-premium-content .igtg-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--igtg-a) 12%, #fff);
  color: var(--igtg-a);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--igtg-a) 22%, transparent);
  transition: transform 320ms ease, background 320ms ease, color 320ms ease;
}.tc-wp-content-root .igtg-premium-content .igtg-icon i{
  font-size: 1.22rem;
  line-height: 1;
}.tc-wp-content-root .igtg-premium-content .igtg-card:hover .igtg-icon{
  transform: translateY(-3px) scale(1.06) rotate(-3deg);
  background: linear-gradient(135deg, var(--igtg-a), var(--igtg-b));
  color: #fff;
}.tc-wp-content-root .igtg-premium-content h3{
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--igtg-ink);
  font-size: 1.12rem;
  line-height: 1.32;
  letter-spacing: 0;
  font-weight: 780;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .igtg-premium-content .igtg-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--igtg-muted);
  font-size: 0.96rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .igtg-premium-content .igtg-cta{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: color-mix(in srgb, var(--igtg-b) 82%, #32152a);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.34;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .igtg-premium-content .igtg-card:hover .igtg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .igtg-premium-content .igtg-process{
  padding-top: 30px;
}.tc-wp-content-root .igtg-premium-content .igtg-badge{
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--igtg-a), var(--igtg-b));
  color: #fff;
  font-size: 0.86rem;
  font-weight: 850;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--igtg-a) 22%, transparent);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .igtg-premium-content .igtg-process:hover .igtg-badge{
  transform: translateY(-4px) rotate(-4deg) scale(1.06);
  box-shadow: 0 18px 36px color-mix(in srgb, var(--igtg-b) 26%, transparent);
}.tc-wp-content-root .igtg-premium-content .igtg-card:nth-child(1){ --igtg-a: #ff8a3d; --igtg-b: #f0527f; }.tc-wp-content-root .igtg-premium-content .igtg-card:nth-child(2){ --igtg-a: #f97316; --igtg-b: #c084fc; }.tc-wp-content-root .igtg-premium-content .igtg-card:nth-child(3){ --igtg-a: #f59e0b; --igtg-b: #ec4899; }.tc-wp-content-root .igtg-premium-content .igtg-card:nth-child(4){ --igtg-a: #fb7185; --igtg-b: #8b5cf6; }.tc-wp-content-root .igtg-premium-content .igtg-card:nth-child(5){ --igtg-a: #e879f9; --igtg-b: #f97316; }.tc-wp-content-root .igtg-premium-content .igtg-card:nth-child(6){ --igtg-a: #fb923c; --igtg-b: #db2777; }.tc-wp-content-root .igtg-premium-content .igtg-card:nth-child(7){ --igtg-a: #f43f5e; --igtg-b: #a855f7; }.tc-wp-content-root .igtg-premium-content .igtg-card:nth-child(8){ --igtg-a: #d946ef; --igtg-b: #f59e0b; }@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .igtg-premium-content .igtg-section{
    padding: 82px 22px;
  }.tc-wp-content-root .igtg-premium-content .igtg-container{
    max-width: 1060px;
  }.tc-wp-content-root .igtg-premium-content .igtg-grid-4, .tc-wp-content-root .igtg-premium-content .igtg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .igtg-premium-content .igtg-card{
    padding: 25px;
  }.tc-wp-content-root .igtg-premium-content .igtg-heading-wrap p{
    font-size: 1rem;
  }}@media (max-width: 1023px) and (min-width: 768px) {.tc-wp-content-root .igtg-premium-content .igtg-section{
    padding: 70px 20px;
  }.tc-wp-content-root .igtg-premium-content .igtg-heading-wrap{
    margin-bottom: 36px;
  }.tc-wp-content-root .igtg-premium-content .igtg-grid-4, .tc-wp-content-root .igtg-premium-content .igtg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .igtg-premium-content .igtg-card{
    min-height: 220px;
    padding: 24px;
  }.tc-wp-content-root .igtg-premium-content h3{
    font-size: 1.04rem;
  }.tc-wp-content-root .igtg-premium-content .igtg-card p{
    font-size: 0.93rem;
  }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .igtg-premium-content .igtg-section{
    padding: 58px 16px;
  }.tc-wp-content-root .igtg-premium-content .igtg-heading-wrap{
    margin-bottom: 30px;
  }.tc-wp-content-root .igtg-premium-content .igtg-heading-wrap p{
    font-size: 0.95rem;
    line-height: 1.62;
  }.tc-wp-content-root .igtg-premium-content .igtg-grid-4, .tc-wp-content-root .igtg-premium-content .igtg-grid-3{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .igtg-premium-content .igtg-card{
    min-height: 0;
    padding: 22px;
  }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .igtg-premium-content .igtg-section{
    padding: 50px 14px;
  }.tc-wp-content-root .igtg-premium-content .igtg-heading-wrap{
    margin-bottom: 26px;
  }.tc-wp-content-root .igtg-premium-content .igtg-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .igtg-premium-content .igtg-grid-4, .tc-wp-content-root .igtg-premium-content .igtg-grid-3{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .igtg-premium-content .igtg-card{
    min-height: 0;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .igtg-premium-content .igtg-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 18px;
  }.tc-wp-content-root .igtg-premium-content .igtg-badge{
    width: 42px;
    height: 42px;
  }}@media (max-width: 374px) {.tc-wp-content-root .igtg-premium-content .igtg-section{
    padding: 44px 12px;
  }.tc-wp-content-root .igtg-premium-content .igtg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .igtg-premium-content .igtg-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .igtg-premium-content .igtg-grid-4, .tc-wp-content-root .igtg-premium-content .igtg-grid-3{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .igtg-premium-content .igtg-card{
    min-height: 0;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .igtg-premium-content h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .igtg-premium-content .igtg-card p, .tc-wp-content-root .igtg-premium-content .igtg-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .igtg-premium-content .igtg-icon, .tc-wp-content-root .igtg-premium-content .igtg-badge{
    width: 40px;
    height: 40px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .igtg-premium-content .igtg-card, .tc-wp-content-root .igtg-premium-content .igtg-card::before, .tc-wp-content-root .igtg-premium-content .igtg-card::after, .tc-wp-content-root .igtg-premium-content .igtg-icon, .tc-wp-content-root .igtg-premium-content .igtg-cta, .tc-wp-content-root .igtg-premium-content .igtg-badge{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .igtg-premium-content .igtg-card, .tc-wp-content-root .igtg-premium-content .igtg-card.is-visible, .tc-wp-content-root .igtg-premium-content .igtg-card:hover{
    opacity: 1;
    transform: none !important;
  }}

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