@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 .ofug-editorial-block, .tc-wp-content-root .ofug-editorial-block *{
  box-sizing: border-box;
}.tc-wp-content-root .ofug-editorial-block{
  --ofug-ink: #241721;
  --ofug-muted: #6f616c;
  --ofug-soft: #fff4ef;
  --ofug-line: rgba(196, 105, 123, 0.18);
  --ofug-shadow: 0 18px 50px rgba(85, 42, 64, 0.1);
  --ofug-shadow-hover: 0 26px 70px rgba(85, 42, 64, 0.18);
  --ofug-gradient: linear-gradient(135deg, #be4f7c 0%, #ec8b64 50%, #8f5ad8 100%);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ofug-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: #fff;
}.tc-wp-content-root .ofug-editorial-block .ofug-section, .tc-wp-content-root .ofug-editorial-block .ofug-container, .tc-wp-content-root .ofug-editorial-block .ofug-card-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .ofug-editorial-block .ofug-section{
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .ofug-editorial-block .ofug-section-white{
  background: #fff;
}.tc-wp-content-root .ofug-editorial-block .ofug-section-warm{
  background:
    radial-gradient(circle at 8% 10%, rgba(236, 139, 100, 0.16), transparent 32%),
    radial-gradient(circle at 92% 22%, rgba(143, 90, 216, 0.12), transparent 34%),
    linear-gradient(180deg, #fff8f4 0%, #fff0ea 100%);
}.tc-wp-content-root .ofug-editorial-block .ofug-container{
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ofug-editorial-block .ofug-heading-wrap{
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}.tc-wp-content-root .ofug-editorial-block h2{
  margin: 0;
  color: var(--ofug-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ofug-editorial-block h2 span{
  background: var(--ofug-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .ofug-editorial-block .ofug-heading-wrap p{
  margin: 14px auto 0;
  max-width: 720px;
  color: var(--ofug-muted);
  font-size: 1rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ofug-editorial-block .ofug-card-grid{
  display: grid;
  gap: 22px;
  align-items: stretch;
}.tc-wp-content-root .ofug-editorial-block .ofug-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ofug-accent: #be4f7c;
  --ofug-accent-2: #ec8b64;
  --ofug-tint: rgba(190, 79, 124, 0.1);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 245px;
  padding: 25px;
  border: 1px solid var(--ofug-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 246, 0.88));
  box-shadow: var(--ofug-shadow);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  overflow: hidden;
  transition:
    opacity 0.65s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  isolation: isolate;
}.tc-wp-content-root .ofug-editorial-block .ofug-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, var(--ofug-tint), transparent 45%),
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.85), transparent 24%);
  opacity: 0.74;
  pointer-events: none;
  z-index: -1;
}.tc-wp-content-root .ofug-editorial-block .ofug-card::after{
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.62), transparent 24%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
  z-index: -1;
}.tc-wp-content-root .ofug-editorial-block .ofug-card.ofug-is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .ofug-editorial-block .ofug-card:hover{
  border-color: color-mix(in srgb, var(--ofug-accent) 38%, transparent);
  box-shadow: var(--ofug-shadow-hover);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .ofug-editorial-block .ofug-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .ofug-editorial-block .ofug-icon{
  width: 52px;
  height: 52px;
  max-width: 100%;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--ofug-accent);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), var(--ofug-tint));
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 28px rgba(85, 42, 64, 0.1);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .ofug-editorial-block .ofug-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .ofug-editorial-block .ofug-card:hover .ofug-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--ofug-accent), var(--ofug-accent-2));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .ofug-editorial-block h3{
  position: relative;
  margin: 20px 0 0;
  color: var(--ofug-ink);
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ofug-editorial-block h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ofug-accent), var(--ofug-accent-2));
  transition: width 0.28s ease;
}.tc-wp-content-root .ofug-editorial-block .ofug-card:hover h3::after{
  width: 74px;
}.tc-wp-content-root .ofug-editorial-block .ofug-card p{
  margin: 14px 0 0;
  color: var(--ofug-muted);
  font-size: 0.95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ofug-editorial-block .ofug-card-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ofug-accent);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.3;
  opacity: 0.35;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ofug-editorial-block .ofug-card:hover .ofug-card-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ofug-editorial-block .ofug-card:nth-child(8n + 1){ --ofug-accent: #be4f7c; --ofug-accent-2: #ec8b64; --ofug-tint: rgba(190, 79, 124, 0.11); }.tc-wp-content-root .ofug-editorial-block .ofug-card:nth-child(8n + 2){ --ofug-accent: #8f5ad8; --ofug-accent-2: #be4f7c; --ofug-tint: rgba(143, 90, 216, 0.11); }.tc-wp-content-root .ofug-editorial-block .ofug-card:nth-child(8n + 3){ --ofug-accent: #d46a4d; --ofug-accent-2: #f2a15f; --ofug-tint: rgba(212, 106, 77, 0.11); }.tc-wp-content-root .ofug-editorial-block .ofug-card:nth-child(8n + 4){ --ofug-accent: #2f8b7f; --ofug-accent-2: #6cc2a4; --ofug-tint: rgba(47, 139, 127, 0.1); }.tc-wp-content-root .ofug-editorial-block .ofug-card:nth-child(8n + 5){ --ofug-accent: #b65d92; --ofug-accent-2: #ef7b72; --ofug-tint: rgba(182, 93, 146, 0.11); }.tc-wp-content-root .ofug-editorial-block .ofug-card:nth-child(8n + 6){ --ofug-accent: #5872c9; --ofug-accent-2: #9a6be8; --ofug-tint: rgba(88, 114, 201, 0.1); }.tc-wp-content-root .ofug-editorial-block .ofug-card:nth-child(8n + 7){ --ofug-accent: #b9862f; --ofug-accent-2: #e9b55e; --ofug-tint: rgba(185, 134, 47, 0.11); }.tc-wp-content-root .ofug-editorial-block .ofug-card:nth-child(8n + 8){ --ofug-accent: #3d8cbd; --ofug-accent-2: #69c3d5; --ofug-tint: rgba(61, 140, 189, 0.1); }.tc-wp-content-root .ofug-editorial-block .ofug-tilt-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .ofug-editorial-block .ofug-process-card{
  min-height: 260px;
}.tc-wp-content-root .ofug-editorial-block .ofug-process-card::before{
  content: var(--ofug-step);
  position: absolute;
  top: 12px;
  right: 18px;
  color: var(--ofug-accent);
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 900;
  opacity: 0.075;
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}.tc-wp-content-root .ofug-editorial-block .ofug-process-card:hover::before{
  opacity: 0.14;
  transform: translateY(-4px) scale(1.05);
}.tc-wp-content-root .ofug-editorial-block .ofug-step-mark{
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
  color: var(--ofug-accent);
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.08em;
}.tc-wp-content-root .ofug-editorial-block .ofug-step-mark::after{
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  margin-left: 10px;
  vertical-align: middle;
  background: color-mix(in srgb, var(--ofug-accent) 42%, transparent);
  transition: width 0.28s ease;
}.tc-wp-content-root .ofug-editorial-block .ofug-process-card:hover .ofug-step-mark::after{
  width: 54px;
}@media (min-width: 1200px) {.tc-wp-content-root .ofug-editorial-block .ofug-section{ padding: 92px 34px; }.tc-wp-content-root .ofug-editorial-block .ofug-container{ max-width: 1240px; }.tc-wp-content-root .ofug-editorial-block .ofug-card-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }.tc-wp-content-root .ofug-editorial-block .ofug-heading-wrap{ margin-bottom: 38px; }.tc-wp-content-root .ofug-editorial-block .ofug-heading-wrap p{ font-size: 1.02rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .ofug-editorial-block .ofug-section{ padding: 78px 28px; }.tc-wp-content-root .ofug-editorial-block .ofug-container{ max-width: 1060px; }.tc-wp-content-root .ofug-editorial-block .ofug-card-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }.tc-wp-content-root .ofug-editorial-block .ofug-heading-wrap p{ font-size: 0.98rem; }.tc-wp-content-root .ofug-editorial-block .ofug-card{ padding: 23px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ofug-editorial-block .ofug-section{ padding: 66px 24px; }.tc-wp-content-root .ofug-editorial-block .ofug-container{ max-width: 820px; }.tc-wp-content-root .ofug-editorial-block .ofug-card-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.tc-wp-content-root .ofug-editorial-block .ofug-heading-wrap{ margin-bottom: 30px; }.tc-wp-content-root .ofug-editorial-block .ofug-card{ padding: 22px; min-height: 230px; }.tc-wp-content-root .ofug-editorial-block h3{ font-size: 1.02rem; }.tc-wp-content-root .ofug-editorial-block .ofug-card p{ font-size: 0.92rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ofug-editorial-block .ofug-section{ padding: 52px 18px; }.tc-wp-content-root .ofug-editorial-block .ofug-card-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-content-root .ofug-editorial-block .ofug-heading-wrap{ margin-bottom: 24px; }.tc-wp-content-root .ofug-editorial-block .ofug-heading-wrap p{ font-size: 0.94rem; line-height: 1.65; }.tc-wp-content-root .ofug-editorial-block .ofug-card{ padding: 20px; min-height: auto; border-radius: 19px; }.tc-wp-content-root .ofug-editorial-block .ofug-card-cta{ width: 100%; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ofug-editorial-block .ofug-section{ padding: 46px 15px; }.tc-wp-content-root .ofug-editorial-block .ofug-card-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-content-root .ofug-editorial-block .ofug-heading-wrap{ margin-bottom: 22px; }.tc-wp-content-root .ofug-editorial-block .ofug-heading-wrap p{ font-size: 0.9rem; line-height: 1.6; }.tc-wp-content-root .ofug-editorial-block .ofug-card{ padding: 18px; min-height: auto; border-radius: 18px; }.tc-wp-content-root .ofug-editorial-block .ofug-icon{ width: 46px; height: 46px; border-radius: 14px; }.tc-wp-content-root .ofug-editorial-block .ofug-icon i{ font-size: 1.08rem; }.tc-wp-content-root .ofug-editorial-block h3{ font-size: 0.98rem; }.tc-wp-content-root .ofug-editorial-block .ofug-card p{ font-size: 0.9rem; }.tc-wp-content-root .ofug-editorial-block .ofug-process-card::before{ font-size: 4rem; }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ofug-editorial-block .ofug-section{ padding: 40px 12px; }.tc-wp-content-root .ofug-editorial-block .ofug-card-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-content-root .ofug-editorial-block .ofug-heading-wrap{ margin-bottom: 20px; }.tc-wp-content-root .ofug-editorial-block .ofug-heading-wrap p{ font-size: 0.86rem; line-height: 1.58; }.tc-wp-content-root .ofug-editorial-block .ofug-card{ padding: 16px; min-height: auto; border-radius: 16px; }.tc-wp-content-root .ofug-editorial-block .ofug-icon{ width: 42px; height: 42px; border-radius: 13px; }.tc-wp-content-root .ofug-editorial-block .ofug-icon i{ font-size: 1rem; }.tc-wp-content-root .ofug-editorial-block h3{ font-size: 0.94rem; }.tc-wp-content-root .ofug-editorial-block .ofug-card p, .tc-wp-content-root .ofug-editorial-block .ofug-card-cta{ font-size: 0.86rem; }.tc-wp-content-root .ofug-editorial-block .ofug-process-card::before{ font-size: 3.5rem; right: 12px; }}@media (max-width: 319px) {.tc-wp-content-root .ofug-editorial-block .ofug-section{ padding: 34px 10px; }.tc-wp-content-root .ofug-editorial-block .ofug-card-grid{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-content-root .ofug-editorial-block .ofug-card{ padding: 14px; min-height: auto; }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ofug-editorial-block .ofug-card, .tc-wp-content-root .ofug-editorial-block .ofug-card::after, .tc-wp-content-root .ofug-editorial-block .ofug-icon, .tc-wp-content-root .ofug-editorial-block h3::after, .tc-wp-content-root .ofug-editorial-block .ofug-card-cta, .tc-wp-content-root .ofug-editorial-block .ofug-process-card::before, .tc-wp-content-root .ofug-editorial-block .ofug-step-mark::after{
    transition: none !important;
  }.tc-wp-content-root .ofug-editorial-block .ofug-card, .tc-wp-content-root .ofug-editorial-block .ofug-card.ofug-is-visible, .tc-wp-content-root .ofug-editorial-block .ofug-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .ofug-process-grid {}
.tc-wp-content-root .ofug-reveal {}
.tc-wp-content-root .ofug-what-grid {}
.tc-wp-content-root .ofug-why-grid {}