@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 .mhg-premium-content, .tc-wp-content-root .mhg-premium-content *, .tc-wp-content-root .mhg-premium-content *::before, .tc-wp-content-root .mhg-premium-content *::after{
  box-sizing: border-box;
}.tc-wp-content-root .mhg-premium-content{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #261720;
  background: #fff;
}.tc-wp-content-root .mhg-premium-content .mhg-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 24px;
  overflow: hidden;
}.tc-wp-content-root .mhg-premium-content .mhg-section-white{
  background: #fff;
}.tc-wp-content-root .mhg-premium-content .mhg-section-warm{
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 171, 107, 0.22), transparent 34%),
    radial-gradient(circle at 85% 10%, rgba(198, 107, 255, 0.16), transparent 32%),
    linear-gradient(135deg, #fff7f0 0%, #fff1f5 46%, #f7efff 100%);
}.tc-wp-content-root .mhg-premium-content .mhg-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .mhg-premium-content .mhg-heading-wrap{
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .mhg-premium-content h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  color: #24131d;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mhg-premium-content .mhg-gradient-keyword{
  background: linear-gradient(115deg, #ff8a3d 0%, #ff5f7e 42%, #8d55ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .mhg-premium-content .mhg-heading-wrap p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #695660;
  font-size: 1.04rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mhg-premium-content .mhg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .mhg-premium-content .mhg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .mhg-premium-content .mhg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .mhg-premium-content .mhg-card{
  --mhg-accent: #ff7a45;
  --mhg-accent-2: #ff4f8b;
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;

  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 248px;
  padding: 28px;
  border: 1px solid rgba(111, 71, 91, 0.13);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--mhg-accent) 18%, transparent), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 246, 0.9));
  box-shadow: 0 18px 50px rgba(81, 45, 64, 0.09);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(20px);
  opacity: 0;
  transition:
    opacity 650ms ease,
    transform 650ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease,
    background 260ms ease;
  overflow: hidden;
}.tc-wp-content-root .mhg-premium-content .mhg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, color-mix(in srgb, var(--mhg-accent) 16%, transparent), transparent 38%, color-mix(in srgb, var(--mhg-accent-2) 12%, transparent));
  opacity: 0.42;
}.tc-wp-content-root .mhg-premium-content .mhg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mhg-accent), var(--mhg-accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 280ms ease;
}.tc-wp-content-root .mhg-premium-content .mhg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .mhg-premium-content .mhg-card:hover{
  border-color: color-mix(in srgb, var(--mhg-accent) 42%, rgba(111, 71, 91, 0.18));
  box-shadow: 0 24px 70px rgba(92, 45, 71, 0.16);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .mhg-premium-content .mhg-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .mhg-premium-content .mhg-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--mhg-accent);
  background: linear-gradient(145deg, color-mix(in srgb, var(--mhg-accent) 14%, #fff), #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--mhg-accent) 18%, transparent), 0 12px 28px rgba(91, 48, 67, 0.1);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}.tc-wp-content-root .mhg-premium-content .mhg-icon i{
  font-size: 1.2rem;
  line-height: 1;
}.tc-wp-content-root .mhg-premium-content .mhg-card:hover .mhg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--mhg-accent), var(--mhg-accent-2));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .mhg-premium-content h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #281620;
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mhg-premium-content h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mhg-accent), var(--mhg-accent-2));
  transform: scaleX(0.58);
  transform-origin: left;
  transition: transform 260ms ease;
}.tc-wp-content-root .mhg-premium-content .mhg-card:hover h3::after{
  transform: scaleX(1.65);
}.tc-wp-content-root .mhg-premium-content .mhg-card p{
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: #68545f;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mhg-premium-content .mhg-card-cta{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--mhg-accent);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.58;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease, color 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mhg-premium-content .mhg-card:hover .mhg-card-cta{
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--mhg-accent) 72%, #7d3cff);
}.tc-wp-content-root .mhg-premium-content .mhg-process-card{
  padding-top: 72px;
}.tc-wp-content-root .mhg-premium-content .mhg-step-badge{
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  max-width: 100%;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--mhg-accent), var(--mhg-accent-2));
  box-shadow: 0 12px 30px color-mix(in srgb, var(--mhg-accent) 28%, transparent);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .mhg-premium-content .mhg-process-card:hover .mhg-step-badge{
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 16px 36px color-mix(in srgb, var(--mhg-accent) 36%, transparent);
}.tc-wp-content-root .mhg-premium-content .mhg-card:nth-child(1){ --mhg-accent: #ff7a3d; --mhg-accent-2: #ff4f8b; }.tc-wp-content-root .mhg-premium-content .mhg-card:nth-child(2){ --mhg-accent: #f2a900; --mhg-accent-2: #ff6b4a; }.tc-wp-content-root .mhg-premium-content .mhg-card:nth-child(3){ --mhg-accent: #e65f9a; --mhg-accent-2: #9b5cff; }.tc-wp-content-root .mhg-premium-content .mhg-card:nth-child(4){ --mhg-accent: #b86bff; --mhg-accent-2: #ff7676; }.tc-wp-content-root .mhg-premium-content .mhg-card:nth-child(5){ --mhg-accent: #ff6f61; --mhg-accent-2: #ffb347; }.tc-wp-content-root .mhg-premium-content .mhg-card:nth-child(6){ --mhg-accent: #c45cff; --mhg-accent-2: #ff5e8a; }.tc-wp-content-root .mhg-premium-content .mhg-card:nth-child(7){ --mhg-accent: #ff914d; --mhg-accent-2: #c85cff; }.tc-wp-content-root .mhg-premium-content .mhg-card:nth-child(8){ --mhg-accent: #db4d8f; --mhg-accent-2: #ffb347; }@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .mhg-premium-content .mhg-section{
    padding: 78px 22px;
  }.tc-wp-content-root .mhg-premium-content .mhg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .mhg-premium-content .mhg-grid-four, .tc-wp-content-root .mhg-premium-content .mhg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mhg-premium-content .mhg-grid{
    gap: 22px;
  }.tc-wp-content-root .mhg-premium-content .mhg-card{
    padding: 25px;
  }.tc-wp-content-root .mhg-premium-content .mhg-process-card{
    padding-top: 70px;
  }.tc-wp-content-root .mhg-premium-content .mhg-heading-wrap p{
    font-size: 1rem;
  }}@media (max-width: 1023px) and (min-width: 768px) {.tc-wp-content-root .mhg-premium-content .mhg-section{
    padding: 66px 20px;
  }.tc-wp-content-root .mhg-premium-content .mhg-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .mhg-premium-content .mhg-heading-wrap p{
    font-size: 0.98rem;
    line-height: 1.65;
  }.tc-wp-content-root .mhg-premium-content .mhg-grid-four, .tc-wp-content-root .mhg-premium-content .mhg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mhg-premium-content .mhg-grid{
    gap: 20px;
  }.tc-wp-content-root .mhg-premium-content .mhg-card{
    min-height: 230px;
    padding: 24px;
  }.tc-wp-content-root .mhg-premium-content h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .mhg-premium-content .mhg-card p{
    font-size: 0.94rem;
  }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .mhg-premium-content .mhg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .mhg-premium-content .mhg-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .mhg-premium-content .mhg-heading-wrap p{
    font-size: 0.95rem;
    line-height: 1.6;
  }.tc-wp-content-root .mhg-premium-content .mhg-grid-four, .tc-wp-content-root .mhg-premium-content .mhg-grid-three{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .mhg-premium-content .mhg-grid{
    gap: 18px;
  }.tc-wp-content-root .mhg-premium-content .mhg-card{
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .mhg-premium-content .mhg-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
  }.tc-wp-content-root .mhg-premium-content .mhg-process-card{
    padding-top: 68px;
  }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .mhg-premium-content .mhg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .mhg-premium-content .mhg-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .mhg-premium-content .mhg-heading-wrap p{
    font-size: 0.91rem;
    line-height: 1.56;
  }.tc-wp-content-root .mhg-premium-content .mhg-grid-four, .tc-wp-content-root .mhg-premium-content .mhg-grid-three{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .mhg-premium-content .mhg-grid{
    gap: 16px;
  }.tc-wp-content-root .mhg-premium-content .mhg-card{
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .mhg-premium-content .mhg-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    border-radius: 15px;
  }.tc-wp-content-root .mhg-premium-content .mhg-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .mhg-premium-content h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .mhg-premium-content .mhg-card p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .mhg-premium-content .mhg-process-card{
    padding-top: 64px;
  }.tc-wp-content-root .mhg-premium-content .mhg-step-badge{
    width: 38px;
    height: 38px;
    top: 20px;
    left: 20px;
  }}@media (max-width: 374px) {.tc-wp-content-root .mhg-premium-content .mhg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .mhg-premium-content .mhg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .mhg-premium-content .mhg-heading-wrap p{
    font-size: 0.88rem;
    line-height: 1.52;
  }.tc-wp-content-root .mhg-premium-content .mhg-grid-four, .tc-wp-content-root .mhg-premium-content .mhg-grid-three{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .mhg-premium-content .mhg-grid{
    gap: 14px;
  }.tc-wp-content-root .mhg-premium-content .mhg-card{
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .mhg-premium-content .mhg-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 14px;
  }.tc-wp-content-root .mhg-premium-content .mhg-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .mhg-premium-content h3{
    font-size: 0.95rem;
  }.tc-wp-content-root .mhg-premium-content .mhg-card p, .tc-wp-content-root .mhg-premium-content .mhg-card-cta{
    font-size: 0.86rem;
    line-height: 1.52;
  }.tc-wp-content-root .mhg-premium-content .mhg-process-card{
    padding-top: 60px;
  }.tc-wp-content-root .mhg-premium-content .mhg-step-badge{
    width: 36px;
    height: 36px;
    top: 18px;
    left: 18px;
    font-size: 0.76rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .mhg-premium-content .mhg-card, .tc-wp-content-root .mhg-premium-content .mhg-card *, .tc-wp-content-root .mhg-premium-content .mhg-card::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .mhg-premium-content .mhg-card, .tc-wp-content-root .mhg-premium-content .mhg-card.is-visible, .tc-wp-content-root .mhg-premium-content .mhg-card:hover{
    transform: none !important;
    opacity: 1 !important;
  }}

.tc-wp-content-root .mhg-reveal {}
.tc-wp-content-root .mhg-tilt-card {}