@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.0.0/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 .utmtg-editorial-block, .tc-wp-content-root .utmtg-editorial-block *{
  box-sizing: border-box;
}.tc-wp-content-root .utmtg-editorial-block{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #241b2f;
  background: #fff;
}.tc-wp-content-root .utmtg-editorial-block .utmtg-section, .tc-wp-content-root .utmtg-editorial-block .utmtg-container, .tc-wp-content-root .utmtg-editorial-block .utmtg-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .utmtg-editorial-block .utmtg-section{
  padding: 92px 24px;
  overflow-x: hidden;
}.tc-wp-content-root .utmtg-editorial-block .utmtg-section-white{
  background: #fff;
}.tc-wp-content-root .utmtg-editorial-block .utmtg-section-warm{
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 188, 105, 0.25), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(209, 99, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #fff8f1 0%, #fff1ec 45%, #f8efff 100%);
}.tc-wp-content-root .utmtg-editorial-block .utmtg-container{
  max-width: 1320px;
  margin: 0 auto;
}.tc-wp-content-root .utmtg-editorial-block .utmtg-section-header{
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .utmtg-editorial-block h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  font-weight: 850;
  letter-spacing: 0;
  color: #25172f;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .utmtg-editorial-block h2 span{
  background: linear-gradient(90deg, #ff8a3d 0%, #ff4f87 45%, #8f58ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .utmtg-editorial-block .utmtg-section-header p{
  margin: 16px auto 0;
  color: #6c6078;
  font-size: 1.04rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .utmtg-editorial-block .utmtg-grid{
  display: grid;
  gap: 24px;
}.tc-wp-content-root .utmtg-editorial-block .utmtg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .utmtg-editorial-block .utmtg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .utmtg-editorial-block .utmtg-card{
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --utmtg-a: #ff914d;
  --utmtg-b: #ff5d8f;
  --utmtg-soft: rgba(255, 145, 77, 0.12);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(86, 56, 104, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.9), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 247, 0.9));
  box-shadow: 0 18px 45px rgba(60, 37, 75, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition:
    transform 420ms ease,
    opacity 520ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease,
    background 320ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  isolation: isolate;
}.tc-wp-content-root .utmtg-editorial-block .utmtg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 145, 77, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0), var(--utmtg-soft));
  opacity: 0;
  transition: opacity 320ms ease;
  z-index: -1;
}.tc-wp-content-root .utmtg-editorial-block .utmtg-card::after{
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 18px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--utmtg-a), var(--utmtg-b));
  transform: scaleX(0.42);
  transform-origin: left;
  transition: transform 300ms ease;
}.tc-wp-content-root .utmtg-editorial-block .utmtg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .utmtg-editorial-block .utmtg-card:hover{
  border-color: color-mix(in srgb, var(--utmtg-a) 42%, rgba(86, 56, 104, 0.18));
  box-shadow: 0 26px 70px rgba(60, 37, 75, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .utmtg-editorial-block .utmtg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .utmtg-editorial-block .utmtg-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .utmtg-editorial-block .utmtg-card:nth-child(2n){
  --utmtg-a: #ff5d8f;
  --utmtg-b: #a85cff;
  --utmtg-soft: rgba(255, 93, 143, 0.12);
}.tc-wp-content-root .utmtg-editorial-block .utmtg-card:nth-child(3n){
  --utmtg-a: #f9b44c;
  --utmtg-b: #ff6b4a;
  --utmtg-soft: rgba(249, 180, 76, 0.14);
}.tc-wp-content-root .utmtg-editorial-block .utmtg-card:nth-child(4n){
  --utmtg-a: #b96dff;
  --utmtg-b: #ff7a59;
  --utmtg-soft: rgba(185, 109, 255, 0.13);
}.tc-wp-content-root .utmtg-editorial-block .utmtg-card:nth-child(5n){
  --utmtg-a: #ff7a59;
  --utmtg-b: #ffcc66;
  --utmtg-soft: rgba(255, 122, 89, 0.13);
}.tc-wp-content-root .utmtg-editorial-block .utmtg-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 145, 77, 0.14), rgba(168, 92, 255, 0.12));
  color: var(--utmtg-a);
  font-size: 1.25rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
  transition: transform 300ms ease, color 300ms ease, background 300ms ease;
}.tc-wp-content-root .utmtg-editorial-block .utmtg-card:hover .utmtg-icon{
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
  color: #fff;
  background: linear-gradient(135deg, var(--utmtg-a), var(--utmtg-b));
}.tc-wp-content-root .utmtg-editorial-block h3{
  margin: 22px 0 10px;
  color: #26172f;
  font-size: 1.12rem;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .utmtg-editorial-block .utmtg-card p{
  margin: 0;
  color: #655a70;
  font-size: 0.96rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .utmtg-editorial-block .utmtg-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: #7e3cff;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
  opacity: 0.38;
  transform: translateY(8px);
  transition: opacity 280ms ease, transform 280ms ease, color 280ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .utmtg-editorial-block .utmtg-card:hover .utmtg-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--utmtg-b);
}.tc-wp-content-root .utmtg-editorial-block .utmtg-tilt-card:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .utmtg-editorial-block .utmtg-process-card{
  padding-top: 26px;
}.tc-wp-content-root .utmtg-editorial-block .utmtg-step{
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 32px;
  max-width: 100%;
  margin-bottom: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--utmtg-a), var(--utmtg-b));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 28px rgba(255, 104, 88, 0.22);
  transition: transform 300ms ease, box-shadow 300ms ease;
}.tc-wp-content-root .utmtg-editorial-block .utmtg-process-card:hover .utmtg-step{
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 16px 36px rgba(143, 88, 255, 0.28);
}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .utmtg-editorial-block .utmtg-section{
    padding: 78px 22px;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-container{
    max-width: 1060px;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-grid-four, .tc-wp-content-root .utmtg-editorial-block .utmtg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-section-header{
    margin-bottom: 36px;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-section-header p{
    font-size: 1rem;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-card{
    padding: 25px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .utmtg-editorial-block .utmtg-section{
    padding: 64px 20px;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-grid-four, .tc-wp-content-root .utmtg-editorial-block .utmtg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-section-header{
    margin-bottom: 32px;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-section-header p{
    font-size: 0.98rem;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-card{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .utmtg-editorial-block h3{
    font-size: 1.05rem;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .utmtg-editorial-block .utmtg-section{
    padding: 52px 16px;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-grid-four, .tc-wp-content-root .utmtg-editorial-block .utmtg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 17px;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-section-header{
    margin-bottom: 26px;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-section-header p{
    font-size: 0.94rem;
    line-height: 1.6;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 1.08rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .utmtg-editorial-block .utmtg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-grid-four, .tc-wp-content-root .utmtg-editorial-block .utmtg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-section-header{
    margin-bottom: 24px;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-section-header p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-icon{
    width: 44px;
    height: 44px;
    border-radius: 15px;
    font-size: 1rem;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-step{
    width: 42px;
    height: 30px;
    font-size: 0.76rem;
  }.tc-wp-content-root .utmtg-editorial-block h3{
    font-size: 1rem;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-card p, .tc-wp-content-root .utmtg-editorial-block .utmtg-cta{
    font-size: 0.9rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .utmtg-editorial-block .utmtg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-grid-four, .tc-wp-content-root .utmtg-editorial-block .utmtg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-section-header{
    margin-bottom: 22px;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-section-header p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-card{
    padding: 18px;
    border-radius: 17px;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-icon{
    width: 40px;
    height: 40px;
    border-radius: 14px;
    font-size: 0.95rem;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-step{
    width: 40px;
    height: 28px;
    font-size: 0.72rem;
  }.tc-wp-content-root .utmtg-editorial-block h3{
    margin-top: 18px;
    font-size: 0.96rem;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-card p, .tc-wp-content-root .utmtg-editorial-block .utmtg-cta{
    font-size: 0.86rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .utmtg-editorial-block .utmtg-card, .tc-wp-content-root .utmtg-editorial-block .utmtg-card::before, .tc-wp-content-root .utmtg-editorial-block .utmtg-card::after, .tc-wp-content-root .utmtg-editorial-block .utmtg-icon, .tc-wp-content-root .utmtg-editorial-block .utmtg-cta, .tc-wp-content-root .utmtg-editorial-block .utmtg-step{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .utmtg-editorial-block .utmtg-card, .tc-wp-content-root .utmtg-editorial-block .utmtg-card.is-visible, .tc-wp-content-root .utmtg-editorial-block .utmtg-card:hover{
    transform: none !important;
    opacity: 1;
  }}

.tc-wp-content-root .utmtg-card-cta {}