@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 .egx-emo-content, .tc-wp-content-root .egx-emo-content *{
  box-sizing: border-box;
}.tc-wp-content-root .egx-emo-content{
  --egx-ink: #241926;
  --egx-muted: #6e6070;
  --egx-line: rgba(91, 58, 90, 0.14);
  --egx-grad: linear-gradient(135deg, #8e2de2 0%, #d94682 48%, #f97368 100%);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--egx-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .egx-emo-content .egx-emo-section{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}.tc-wp-content-root .egx-emo-content .egx-emo-section-white{
  background: #fff;
}.tc-wp-content-root .egx-emo-content .egx-emo-section-warm{
  background:
    radial-gradient(circle at 15% 10%, rgba(217, 70, 130, 0.12), transparent 30%),
    radial-gradient(circle at 90% 15%, rgba(249, 115, 104, 0.13), transparent 32%),
    linear-gradient(180deg, #fff7f7 0%, #fff1f5 100%);
}.tc-wp-content-root .egx-emo-content .egx-emo-container{
  width: min(1220px, calc(100% - 48px));
  max-width: 100%;
  margin: 0 auto;
  padding: 86px 0;
}.tc-wp-content-root .egx-emo-content .egx-emo-heading-wrap{
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}.tc-wp-content-root .egx-emo-content .egx-emo-heading-wrap h2{
  margin: 0;
  color: var(--egx-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .egx-emo-content .egx-emo-heading-wrap h2 span{
  background: var(--egx-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .egx-emo-content .egx-emo-heading-wrap p{
  margin: 13px auto 0;
  max-width: 680px;
  color: var(--egx-muted);
  font-size: 1.02rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .egx-emo-content .egx-emo-grid{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-content-root .egx-emo-content .egx-emo-card{
  --fg-mx: 50%;
  --fg-my: 40%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --egx-a: #8e2de2;
  --egx-b: #d94682;
  --egx-soft: rgba(142, 45, 226, 0.1);
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 245px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid var(--egx-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 248, 251, 0.9));
  box-shadow: 0 16px 46px rgba(52, 28, 55, 0.08);
  transform: translateY(22px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  transform-style: preserve-3d;
  will-change: transform;
}.tc-wp-content-root .egx-emo-content .egx-emo-card:nth-child(1){ --egx-a: #8e2de2; --egx-b: #d94682; --egx-soft: rgba(142, 45, 226, 0.11); }.tc-wp-content-root .egx-emo-content .egx-emo-card:nth-child(2){ --egx-a: #d94682; --egx-b: #f97368; --egx-soft: rgba(217, 70, 130, 0.11); }.tc-wp-content-root .egx-emo-content .egx-emo-card:nth-child(3){ --egx-a: #7c3aed; --egx-b: #06b6d4; --egx-soft: rgba(6, 182, 212, 0.1); }.tc-wp-content-root .egx-emo-content .egx-emo-card:nth-child(4){ --egx-a: #be185d; --egx-b: #f59e0b; --egx-soft: rgba(245, 158, 11, 0.1); }.tc-wp-content-root .egx-emo-content .egx-emo-card:nth-child(5){ --egx-a: #4338ca; --egx-b: #ec4899; --egx-soft: rgba(67, 56, 202, 0.1); }.tc-wp-content-root .egx-emo-content .egx-emo-card:nth-child(6){ --egx-a: #0f766e; --egx-b: #d94682; --egx-soft: rgba(15, 118, 110, 0.1); }.tc-wp-content-root .egx-emo-content .egx-emo-card:nth-child(7){ --egx-a: #b45309; --egx-b: #e11d48; --egx-soft: rgba(180, 83, 9, 0.1); }.tc-wp-content-root .egx-emo-content .egx-emo-card:nth-child(8){ --egx-a: #6d28d9; --egx-b: #db2777; --egx-soft: rgba(109, 40, 217, 0.1); }.tc-wp-content-root .egx-emo-content .egx-emo-card.egx-emo-visible{
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .egx-emo-content .egx-emo-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--egx-a) 12%, transparent), transparent 42%),
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--egx-b) 18%, transparent), transparent 30%);
  opacity: 0.85;
  transition: opacity 0.28s ease;
}.tc-wp-content-root .egx-emo-content .egx-emo-card::after{
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--egx-a), var(--egx-b));
  transform: scaleX(0.28);
  transform-origin: left;
  opacity: 0.55;
  transition: transform 0.28s ease, opacity 0.28s ease;
}.tc-wp-content-root .egx-emo-content .egx-emo-card:hover{
  border-color: color-mix(in srgb, var(--egx-a) 34%, transparent);
  box-shadow: 0 24px 64px rgba(52, 28, 55, 0.14);
}.tc-wp-content-root .egx-emo-content .egx-emo-card.egx-emo-visible:hover{
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .egx-emo-content .egx-emo-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .egx-emo-content .egx-emo-icon{
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: var(--egx-a);
  background: var(--egx-soft);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease;
}.tc-wp-content-root .egx-emo-content .egx-emo-icon i{
  font-size: 1.28rem;
  line-height: 1;
}.tc-wp-content-root .egx-emo-content .egx-emo-card:hover .egx-emo-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--egx-a), var(--egx-b));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .egx-emo-content .egx-emo-card h3{
  position: relative;
  display: inline;
  margin: 20px 0 0;
  color: var(--egx-ink);
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 760;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--egx-a), var(--egx-b));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  transition: background-size 0.28s ease;
}.tc-wp-content-root .egx-emo-content .egx-emo-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .egx-emo-content .egx-emo-card p{
  margin: 13px 0 0;
  color: var(--egx-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .egx-emo-content .egx-emo-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--egx-a);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.3;
  opacity: 0.2;
  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 .egx-emo-content .egx-emo-card:hover .egx-emo-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--egx-b);
}.tc-wp-content-root .egx-emo-content .egx-emo-grid-why .egx-emo-card{
  perspective: 900px;
}.tc-wp-content-root .egx-emo-content .egx-emo-process{
  min-height: 265px;
}.tc-wp-content-root .egx-emo-content .egx-emo-process::before{
  content: attr(data-step);
  position: absolute;
  top: 12px;
  right: 18px;
  z-index: -1;
  color: color-mix(in srgb, var(--egx-a) 13%, transparent);
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.28s ease, color 0.28s ease;
}.tc-wp-content-root .egx-emo-content .egx-emo-process:hover::before{
  color: color-mix(in srgb, var(--egx-b) 18%, transparent);
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .egx-emo-content .egx-emo-step-text{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 16px;
  color: var(--egx-a);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  overflow-wrap: anywhere;
  word-break: break-word;
}@media (min-width: 1200px) {.tc-wp-content-root .egx-emo-content .egx-emo-container{
    width: min(1220px, calc(100% - 64px));
    padding: 92px 0;
  }.tc-wp-content-root .egx-emo-content .egx-emo-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .egx-emo-content .egx-emo-container{
    width: min(1040px, calc(100% - 48px));
    padding: 78px 0;
  }.tc-wp-content-root .egx-emo-content .egx-emo-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .egx-emo-content .egx-emo-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .egx-emo-content .egx-emo-card{
    padding: 23px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .egx-emo-content .egx-emo-container{
    width: min(820px, calc(100% - 40px));
    padding: 66px 0;
  }.tc-wp-content-root .egx-emo-content .egx-emo-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .egx-emo-content .egx-emo-heading-wrap p{
    font-size: 0.96rem;
  }.tc-wp-content-root .egx-emo-content .egx-emo-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .egx-emo-content .egx-emo-card{
    min-height: 228px;
    padding: 22px;
  }.tc-wp-content-root .egx-emo-content .egx-emo-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .egx-emo-content .egx-emo-card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .egx-emo-content .egx-emo-container{
    width: calc(100% - 30px);
    padding: 54px 0;
  }.tc-wp-content-root .egx-emo-content .egx-emo-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .egx-emo-content .egx-emo-heading-wrap p{
    font-size: 0.93rem;
    line-height: 1.62;
  }.tc-wp-content-root .egx-emo-content .egx-emo-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .egx-emo-content .egx-emo-card{
    min-height: auto;
    padding: 21px;
    border-radius: 19px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .egx-emo-content .egx-emo-container{
    width: calc(100% - 26px);
    padding: 48px 0;
  }.tc-wp-content-root .egx-emo-content .egx-emo-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .egx-emo-content .egx-emo-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .egx-emo-content .egx-emo-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .egx-emo-content .egx-emo-card{
    min-height: auto;
    padding: 19px;
    border-radius: 18px;
  }.tc-wp-content-root .egx-emo-content .egx-emo-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }.tc-wp-content-root .egx-emo-content .egx-emo-icon i{
    font-size: 1.12rem;
  }.tc-wp-content-root .egx-emo-content .egx-emo-process::before{
    font-size: 4rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .egx-emo-content .egx-emo-container{
    width: calc(100% - 22px);
    padding: 42px 0;
  }.tc-wp-content-root .egx-emo-content .egx-emo-heading-wrap{
    margin-bottom: 20px;
  }.tc-wp-content-root .egx-emo-content .egx-emo-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .egx-emo-content .egx-emo-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .egx-emo-content .egx-emo-card{
    min-height: auto;
    padding: 17px;
    border-radius: 16px;
  }.tc-wp-content-root .egx-emo-content .egx-emo-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .egx-emo-content .egx-emo-card p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .egx-emo-content .egx-emo-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }.tc-wp-content-root .egx-emo-content .egx-emo-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .egx-emo-content .egx-emo-cta, .tc-wp-content-root .egx-emo-content .egx-emo-step-text{
    font-size: 0.8rem;
  }.tc-wp-content-root .egx-emo-content .egx-emo-process::before{
    right: 12px;
    font-size: 3.55rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .egx-emo-content .egx-emo-card, .tc-wp-content-root .egx-emo-content .egx-emo-card::after, .tc-wp-content-root .egx-emo-content .egx-emo-card::before, .tc-wp-content-root .egx-emo-content .egx-emo-icon, .tc-wp-content-root .egx-emo-content .egx-emo-cta, .tc-wp-content-root .egx-emo-content .egx-emo-process::before{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .egx-emo-content .egx-emo-card, .tc-wp-content-root .egx-emo-content .egx-emo-card.egx-emo-visible, .tc-wp-content-root .egx-emo-content .egx-emo-card.egx-emo-visible:hover{
    transform: none !important;
  }}

.tc-wp-content-root .egx-emo-grid-how {}
.tc-wp-content-root .egx-emo-grid-what {}
.tc-wp-content-root .egx-emo-reveal {}