@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 .inflate-hashtag-editorial, .tc-wp-content-root .inflate-hashtag-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .inflate-hashtag-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: #25172b;
  background: #fff;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 24px;
  overflow: hidden;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-section-white{
  background: #fff;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-section-warm{
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 189, 104, 0.26), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(221, 93, 154, 0.18), transparent 32%),
    linear-gradient(135deg, #fff7ef 0%, #fff1f5 48%, #f9efff 100%);
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-container{
  width: min(1360px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-section-head{
  max-width: 790px;
  margin: 0 auto 44px;
  text-align: center;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-section-head h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  color: #25172b;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-gradient-keyword{
  background: linear-gradient(105deg, #ff8a3d 0%, #ff5f7e 38%, #a855f7 76%, #7c3aed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  font-size: 1.04rem;
  line-height: 1.75;
  color: #67536d;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-card{
  --ihg-a: #ff8a3d;
  --ihg-b: #ff5f7e;
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 252px;
  padding: 28px;
  border: 1px solid rgba(99, 55, 116, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ihg-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 243, 0.9));
  box-shadow: 0 16px 40px rgba(70, 32, 82, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.65s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--ihg-a) 12%, transparent), color-mix(in srgb, var(--ihg-b) 10%, transparent));
  opacity: 0;
  transition: opacity 0.28s ease;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ihg-a), var(--ihg-b));
  transform: scaleX(0.28);
  transform-origin: left;
  border-radius: 0 0 999px 999px;
  opacity: 0.75;
  transition: transform 0.28s ease, opacity 0.28s ease;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-card.ihg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-card:hover{
  border-color: color-mix(in srgb, var(--ihg-a) 44%, rgba(99, 55, 116, 0.18));
  box-shadow: 0 24px 58px rgba(70, 32, 82, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--ihg-a) 14%, #fff), color-mix(in srgb, var(--ihg-b) 12%, #fff));
  color: var(--ihg-a);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ihg-a) 18%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-card:hover .ihg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--ihg-a), var(--ihg-b));
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--ihg-a) 24%, transparent);
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-card h3{
  position: relative;
  display: inline;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.35;
  letter-spacing: 0;
  color: #25172b;
  font-weight: 780;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-card h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--ihg-a), var(--ihg-b));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-card:hover h3::after{
  transform: scaleX(1);
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-card p{
  margin: 18px 0 0;
  font-size: 0.96rem;
  line-height: 1.68;
  color: #654f6d;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-card-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 20px;
  color: var(--ihg-a);
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 760;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-card:hover .ihg-card-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--ihg-b);
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-process{
  padding-top: 64px;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-step{
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 34px;
  max-width: calc(100% - 44px);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--ihg-a), var(--ihg-b));
  color: #fff;
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 820;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--ihg-a) 22%, transparent);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-process:hover .ihg-step{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--ihg-a) 30%, transparent);
}.tc-wp-content-root .inflate-hashtag-editorial .ihg-card:nth-child(1){ --ihg-a: #ff8a3d; --ihg-b: #ff5f7e; }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card:nth-child(2){ --ihg-a: #f59e0b; --ihg-b: #ec4899; }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card:nth-child(3){ --ihg-a: #fb7185; --ihg-b: #8b5cf6; }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card:nth-child(4){ --ihg-a: #f97316; --ihg-b: #d946ef; }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card:nth-child(5){ --ihg-a: #eab308; --ihg-b: #f43f5e; }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card:nth-child(6){ --ihg-a: #fb923c; --ihg-b: #a855f7; }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card:nth-child(7){ --ihg-a: #f472b6; --ihg-b: #7c3aed; }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card:nth-child(8){ --ihg-a: #ff7a59; --ihg-b: #c026d3; }@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .inflate-hashtag-editorial .ihg-section{
    padding: 78px 22px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-grid-four, .tc-wp-content-root .inflate-hashtag-editorial .ihg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-section-head{
    margin-bottom: 38px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-section-head p{
    font-size: 1rem;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .inflate-hashtag-editorial .ihg-section{
    padding: 66px 20px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-grid-four, .tc-wp-content-root .inflate-hashtag-editorial .ihg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-section-head{
    margin-bottom: 32px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-section-head p{
    font-size: 0.98rem;
    line-height: 1.68;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card{
    min-height: 232px;
    padding: 22px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .inflate-hashtag-editorial .ihg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-grid-four, .tc-wp-content-root .inflate-hashtag-editorial .ihg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-section-head p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card{
    min-height: 0;
    padding: 21px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .inflate-hashtag-editorial .ihg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-grid-four, .tc-wp-content-root .inflate-hashtag-editorial .ihg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-section-head p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card{
    min-height: 0;
    padding: 18px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-step{
    top: 16px;
    right: 16px;
    width: 44px;
    height: 32px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-process{
    padding-top: 58px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card-cta{
    opacity: 1;
    transform: none;
  }}@media (max-width: 374px) {.tc-wp-content-root .inflate-hashtag-editorial .ihg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-grid-four, .tc-wp-content-root .inflate-hashtag-editorial .ihg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-section-head p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card{
    min-height: 0;
    padding: 16px;
    border-radius: 8px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card::after{
    left: 16px;
    right: 16px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card p{
    margin-top: 16px;
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card-cta{
    opacity: 1;
    transform: none;
    font-size: 0.82rem;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-step{
    top: 14px;
    right: 14px;
    width: 40px;
    height: 30px;
    font-size: 0.76rem;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-process{
    padding-top: 54px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .inflate-hashtag-editorial .ihg-card, .tc-wp-content-root .inflate-hashtag-editorial .ihg-card::before, .tc-wp-content-root .inflate-hashtag-editorial .ihg-card::after, .tc-wp-content-root .inflate-hashtag-editorial .ihg-icon, .tc-wp-content-root .inflate-hashtag-editorial .ihg-card h3::after, .tc-wp-content-root .inflate-hashtag-editorial .ihg-card-cta, .tc-wp-content-root .inflate-hashtag-editorial .ihg-step{
    transition: none !important;
  }.tc-wp-content-root .inflate-hashtag-editorial .ihg-card, .tc-wp-content-root .inflate-hashtag-editorial .ihg-card.ihg-visible, .tc-wp-content-root .inflate-hashtag-editorial .ihg-card:hover{
    transform: none !important;
  }}

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