@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;
}

.wpc-scope-77 .tc-wp-content-root img,
.wpc-scope-77 .tc-wp-content-root video,
.wpc-scope-77 .tc-wp-content-root svg,
.wpc-scope-77 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-editorial,
.wpc-scope-77 .tc-wp-content-root .dpci-bg-editorial *{
  box-sizing: border-box;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-editorial{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #241c16;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-editorial section,
.wpc-scope-77 .tc-wp-content-root .dpci-bg-editorial div,
.wpc-scope-77 .tc-wp-content-root .dpci-bg-editorial article{
  max-width: 100%;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-section{
  width: 100%;
  padding: 86px 20px;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-section-white{
  background: #fff;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-section-warm{
  background:
    radial-gradient(circle at 15% 18%, rgba(246, 156, 85, 0.15), transparent 28%),
    radial-gradient(circle at 86% 74%, rgba(45, 121, 115, 0.11), transparent 30%),
    linear-gradient(180deg, #fff7ed 0%, #fffaf4 100%);
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-container{
  width: min(1180px, 100%);
  margin: 0 auto;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-heading{
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-heading h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.16;
  letter-spacing: 0;
  color: #1e1712;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-heading p{
  margin: 14px auto 0;
  color: #6b5b4b;
  font-size: 1rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  gap: 24px;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-card{
  --dpci-accent: #c76a31;
  --dpci-accent-2: #2f7d76;
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(36, 28, 22, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--dpci-accent) 20%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 244, 0.88));
  box-shadow: 0 18px 42px rgba(52, 39, 28, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
  opacity: 1;
  overflow: hidden;
  transition: transform 260ms ease, opacity 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-card.dpci-bg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--dpci-accent) 13%, transparent), transparent 46%);
  opacity: 0.55;
  pointer-events: none;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-card:hover{
  border-color: color-mix(in srgb, var(--dpci-accent) 45%, rgba(36, 28, 22, 0.12));
  box-shadow: 0 26px 62px rgba(52, 39, 28, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-card:nth-child(1){
  --dpci-accent: #d56b3d;
  --dpci-accent-2: #2f7d76;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-card:nth-child(2){
  --dpci-accent: #8a6fdf;
  --dpci-accent-2: #c26442;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-card:nth-child(3){
  --dpci-accent: #2f8d76;
  --dpci-accent-2: #d68a2e;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-card:nth-child(4){
  --dpci-accent: #cc4f6f;
  --dpci-accent-2: #356f9f;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-card:nth-child(5){
  --dpci-accent: #b9832e;
  --dpci-accent-2: #4558a8;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-card:nth-child(6){
  --dpci-accent: #2f72a4;
  --dpci-accent-2: #c45d3d;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--dpci-accent);
  background: color-mix(in srgb, var(--dpci-accent) 12%, #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--dpci-accent) 18%, transparent);
  transition: transform 260ms ease, background 260ms ease, color 260ms ease;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-icon i{
  font-size: 1.25rem;
  line-height: 1;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-card:hover .dpci-bg-icon{
  transform: translateY(-3px) scale(1.05) rotate(-3deg);
  color: #fff;
  background: linear-gradient(135deg, var(--dpci-accent), var(--dpci-accent-2));
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-card h3{
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 12px;
  color: #211914;
  font-size: 1.12rem;
  line-height: 1.28;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-card h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: var(--dpci-accent);
  transition: width 260ms ease;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-card:hover h3::after{
  width: 74px;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-card p{
  margin: 0;
  color: #66584c;
  font-size: 0.96rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--dpci-accent);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  opacity: 0.34;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-card:hover .dpci-bg-cta{
  opacity: 1;
  transform: translateY(0);
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-tilt-grid .dpci-bg-card:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-process-card{
  padding-top: 26px;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-badge{
  display: inline-grid;
  place-items: center;
  min-width: 46px;
  height: 34px;
  margin-bottom: 16px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--dpci-accent), var(--dpci-accent-2));
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 24px color-mix(in srgb, var(--dpci-accent) 24%, transparent);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-process-card:hover .dpci-bg-badge{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 14px 34px color-mix(in srgb, var(--dpci-accent) 32%, transparent);
}

@media (min-width: 1200px){
  .tc-wp-content-root .dpci-bg-section{
    padding: 96px 28px;
  }

  .tc-wp-content-root .dpci-bg-container{
    width: min(1220px, 100%);
  }

  .tc-wp-content-root .dpci-bg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }

  .tc-wp-content-root .dpci-bg-heading{
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px){
  .tc-wp-content-root .dpci-bg-section{
    padding: 78px 24px;
  }

  .tc-wp-content-root .dpci-bg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .tc-wp-content-root .dpci-bg-card{
    padding: 24px;
  }

  .tc-wp-content-root .dpci-bg-heading p{
    font-size: 0.98rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px){
  .tc-wp-content-root .dpci-bg-section{
    padding: 66px 20px;
  }

  .tc-wp-content-root .dpci-bg-heading{
    margin-bottom: 30px;
  }

  .tc-wp-content-root .dpci-bg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .tc-wp-content-root .dpci-bg-card{
    padding: 22px;
  }

  .tc-wp-content-root .dpci-bg-card h3{
    font-size: 1.05rem;
  }

  .tc-wp-content-root .dpci-bg-card p{
    font-size: 0.94rem;
  }
}

@media (min-width: 430px) and (max-width: 767px){
  .tc-wp-content-root .dpci-bg-section{
    padding: 54px 16px;
  }

  .tc-wp-content-root .dpci-bg-heading{
    margin-bottom: 24px;
  }

  .tc-wp-content-root .dpci-bg-heading p{
    font-size: 0.94rem;
  }

  .tc-wp-content-root .dpci-bg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .tc-wp-content-root .dpci-bg-card{
    padding: 21px;
    border-radius: 18px;
  }
}

@media (min-width: 375px) and (max-width: 429px){
  .tc-wp-content-root .dpci-bg-section{
    padding: 46px 14px;
  }

  .tc-wp-content-root .dpci-bg-heading{
    margin-bottom: 22px;
  }

  .tc-wp-content-root .dpci-bg-heading p{
    font-size: 0.9rem;
    line-height: 1.62;
  }

  .tc-wp-content-root .dpci-bg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .tc-wp-content-root .dpci-bg-card{
    padding: 18px;
    border-radius: 16px;
  }

  .tc-wp-content-root .dpci-bg-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 18px;
  }
}

@media (min-width: 320px) and (max-width: 374px){
  .tc-wp-content-root .dpci-bg-section{
    padding: 40px 12px;
  }

  .tc-wp-content-root .dpci-bg-heading{
    margin-bottom: 20px;
  }

  .tc-wp-content-root .dpci-bg-heading p{
    font-size: 0.86rem;
    line-height: 1.58;
  }

  .tc-wp-content-root .dpci-bg-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .tc-wp-content-root .dpci-bg-card{
    padding: 16px;
    border-radius: 15px;
  }

  .tc-wp-content-root .dpci-bg-card h3{
    font-size: 0.98rem;
  }

  .tc-wp-content-root .dpci-bg-card p,
  .tc-wp-content-root .dpci-bg-cta{
    font-size: 0.86rem;
  }

  .tc-wp-content-root .dpci-bg-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }

  .tc-wp-content-root .dpci-bg-badge{
    min-width: 42px;
    height: 31px;
    font-size: 0.78rem;
  }
}

@media (max-width: 319px){
  .tc-wp-content-root .dpci-bg-section{
    padding: 36px 10px;
  }

  .tc-wp-content-root .dpci-bg-grid{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .tc-wp-content-root .dpci-bg-card{
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce){
  .tc-wp-content-root .dpci-bg-card,
  .tc-wp-content-root .dpci-bg-icon,
  .tc-wp-content-root .dpci-bg-card h3::after,
  .tc-wp-content-root .dpci-bg-cta,
  .tc-wp-content-root .dpci-bg-badge{
    transition: none;
  }

  .tc-wp-content-root .dpci-bg-card,
  .tc-wp-content-root .dpci-bg-card.dpci-bg-visible,
  .tc-wp-content-root .dpci-bg-card:hover{
    opacity: 1;
    transform: none;
  }
}

.wpc-scope-77 .tc-wp-content-root .dpci-bg-process-grid{}