@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-wp-content-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-111 .tc-wp-content-root img, .wpc-scope-111 .tc-wp-content-root video, .wpc-scope-111 .tc-wp-content-root svg, .wpc-scope-111 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-111 #tc-wp-content-island.tc-wp-content-root h1, .wpc-scope-111 #tc-wp-content-island.tc-wp-content-root h2, .wpc-scope-111 #tc-wp-content-island.tc-wp-content-root h3, .wpc-scope-111 #tc-wp-content-island.tc-wp-content-root h4, .wpc-scope-111 #tc-wp-content-island.tc-wp-content-root h5, .wpc-scope-111 #tc-wp-content-island.tc-wp-content-root h6, .wpc-scope-111 #tc-wp-content-island.tc-wp-content-root p, .wpc-scope-111 #tc-wp-content-island.tc-wp-content-root li, .wpc-scope-111 #tc-wp-content-island.tc-wp-content-root label, .wpc-scope-111 #tc-wp-content-island.tc-wp-content-root small, .wpc-scope-111 #tc-wp-content-island.tc-wp-content-root blockquote, .wpc-scope-111 #tc-wp-content-island.tc-wp-content-root figcaption, .wpc-scope-111 #tc-wp-content-island.tc-wp-content-root a{
  color: inherit !important;
}.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block, .wpc-scope-111 .tc-wp-content-root .igpv-editorial-block *{
  box-sizing: border-box;
}.wpc-scope-111 #tc-wp-content-island.tc-wp-content-root .igpv-editorial-block{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #211a18 !important;
  background: #fff;
}.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-section{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 88px 22px;
}.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-section-white{
  background: #fff;
}.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-section-warm{
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 118, 92, 0.12), transparent 32%),
    radial-gradient(circle at 84% 20%, rgba(131, 82, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #fff8f3 0%, #fff2ea 48%, #fffaf7 100%);
}.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-section-head{
  width: min(780px, 100%);
  max-width: 100%;
  margin: 0 auto 38px;
  text-align: center;
}.wpc-scope-111 #tc-wp-content-island.tc-wp-content-root .igpv-editorial-block .igpv-section-head h2{
  margin: 0;
  color: #241716 !important;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.12;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-111 #tc-wp-content-island.tc-wp-content-root .igpv-editorial-block .igpv-section-head h2 span{
  background: linear-gradient(135deg, #f04f58 0%, #c43ce7 48%, #6f59ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}.wpc-scope-111 #tc-wp-content-island.tc-wp-content-root .igpv-editorial-block .igpv-section-head p{
  margin: 14px auto 0;
  max-width: 700px;
  color: #6d5f5b !important;
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-card{
  --igpv-a: #f04f58;
  --igpv-b: #ff9a65;
  --igpv-soft: rgba(240, 79, 88, 0.12);
  --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;
  min-height: 268px;
  padding: 26px;
  border: 1px solid rgba(92, 70, 66, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.88), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 244, 0.88));
  box-shadow: 0 18px 48px rgba(70, 42, 34, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
  overflow: hidden;
}.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, var(--igpv-soft), transparent 42%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--igpv-a) 20%, transparent), transparent 28%);
  opacity: 0.78;
  transition: opacity 0.22s ease;
}.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-card::after{
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--igpv-a), var(--igpv-b));
  opacity: 0.82;
  transform: scaleX(0.34);
  transform-origin: left;
  transition: transform 0.25s ease, opacity 0.25s ease;
}.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-card:hover{
  border-color: color-mix(in srgb, var(--igpv-a) 36%, rgba(92, 70, 66, 0.2));
  box-shadow: 0 24px 60px rgba(70, 42, 34, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-card:hover::after{
  opacity: 1;
  transform: scaleX(1);
}.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-card:nth-child(2){ --igpv-a: #de4ee8; --igpv-b: #7c5cff; --igpv-soft: rgba(222, 78, 232, 0.12); }.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-card:nth-child(3){ --igpv-a: #ff7b54; --igpv-b: #ffd166; --igpv-soft: rgba(255, 123, 84, 0.13); }.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-card:nth-child(4){ --igpv-a: #16a085; --igpv-b: #60d394; --igpv-soft: rgba(22, 160, 133, 0.12); }.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-card:nth-child(5){ --igpv-a: #4f7cff; --igpv-b: #45caff; --igpv-soft: rgba(79, 124, 255, 0.12); }.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-card:nth-child(6){ --igpv-a: #f25f8c; --igpv-b: #ffb86b; --igpv-soft: rgba(242, 95, 140, 0.12); }.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-card:nth-child(7){ --igpv-a: #7b61ff; --igpv-b: #00c2a8; --igpv-soft: rgba(123, 97, 255, 0.12); }.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-card:nth-child(8){ --igpv-a: #d66b2d; --igpv-b: #f1c453; --igpv-soft: rgba(214, 107, 45, 0.13); }.wpc-scope-111 #tc-wp-content-island.tc-wp-content-root .igpv-editorial-block .igpv-icon{
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--igpv-a) !important;
  background: linear-gradient(145deg, #fff, var(--igpv-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78), 0 12px 28px var(--igpv-soft);
  transition: transform 0.25s ease, color 0.25s ease, background 0.25s ease;
}.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.wpc-scope-111 #tc-wp-content-island.tc-wp-content-root .igpv-editorial-block .igpv-card:hover .igpv-icon{
  color: #fff !important;
  background: linear-gradient(135deg, var(--igpv-a), var(--igpv-b));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.wpc-scope-111 #tc-wp-content-island.tc-wp-content-root .igpv-editorial-block .igpv-card h3{
  position: relative;
  display: inline;
  margin: 0;
  color: #2c201d !important;
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--igpv-a), var(--igpv-b));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  transition: background-size 0.25s ease;
}.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-card:hover h3{
  background-size: 100% 2px;
}.wpc-scope-111 #tc-wp-content-island.tc-wp-content-root .igpv-editorial-block .igpv-card p{
  max-width: 100%;
  margin: 14px 0 0;
  color: #6b5d59 !important;
  font-size: 0.95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-111 #tc-wp-content-island.tc-wp-content-root .igpv-editorial-block .igpv-card .igpv-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--igpv-a) !important;
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.35;
  transform: translateY(8px);
  transition: opacity 0.24s ease, transform 0.24s ease, color 0.24s ease;
}.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-card:hover .igpv-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-grid-tilt .igpv-card{
  transform-style: preserve-3d;
}.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-grid-tilt .igpv-card:hover .igpv-icon, .wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-grid-tilt .igpv-card:hover h3, .wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-grid-tilt .igpv-card:hover p{
  transform: translateZ(10px);
}.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-process-card{
  min-height: 286px;
}.wpc-scope-111 #tc-wp-content-island.tc-wp-content-root .igpv-editorial-block .igpv-process-card::before{
  content: attr(data-step);
  position: absolute;
  top: 12px;
  right: 18px;
  z-index: -1;
  color: color-mix(in srgb, var(--igpv-a) 15%, transparent) !important;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}.wpc-scope-111 .tc-wp-content-root .igpv-editorial-block .igpv-process-card:hover::before{
  transform: translateY(-4px) scale(1.06);
  opacity: 0.9;
}.wpc-scope-111 #tc-wp-content-island.tc-wp-content-root .igpv-editorial-block .igpv-step-label{
  margin: 0 0 10px !important;
  color: var(--igpv-a) !important;
  font-size: 0.78rem !important;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}@media (min-width: 1200px){.tc-wp-content-root .igpv-editorial-block .igpv-section{
    padding: 96px 28px;
  }.tc-wp-content-root .igpv-editorial-block .igpv-container{
    width: min(1320px, 100%);
  }.tc-wp-content-root .igpv-editorial-block .igpv-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .igpv-editorial-block .igpv-section{
    padding: 82px 24px;
  }.tc-wp-content-root .igpv-editorial-block .igpv-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .igpv-editorial-block .igpv-section-head p{
    font-size: 0.98rem;
  }.tc-wp-content-root .igpv-editorial-block .igpv-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .igpv-editorial-block .igpv-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .igpv-editorial-block .igpv-section{
    padding: 68px 20px;
  }.tc-wp-content-root .igpv-editorial-block .igpv-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .igpv-editorial-block .igpv-section-head p{
    font-size: 0.96rem;
  }.tc-wp-content-root .igpv-editorial-block .igpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .igpv-editorial-block .igpv-card{
    min-height: 250px;
    padding: 22px;
  }.tc-wp-content-root .igpv-editorial-block .igpv-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .igpv-editorial-block .igpv-card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .igpv-editorial-block .igpv-section{
    padding: 54px 16px;
  }.tc-wp-content-root .igpv-editorial-block .igpv-section-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .igpv-editorial-block .igpv-section-head p{
    font-size: 0.93rem;
    line-height: 1.62;
  }.tc-wp-content-root .igpv-editorial-block .igpv-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .igpv-editorial-block .igpv-card{
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .igpv-editorial-block .igpv-card .igpv-cta{
    white-space: normal;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .igpv-editorial-block .igpv-section{
    padding: 48px 14px;
  }.tc-wp-content-root .igpv-editorial-block .igpv-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .igpv-editorial-block .igpv-section-head p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .igpv-editorial-block .igpv-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .igpv-editorial-block .igpv-card{
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .igpv-editorial-block .igpv-icon{
    width: 46px;
    height: 46px;
    border-radius: 15px;
    margin-bottom: 18px;
  }.tc-wp-content-root .igpv-editorial-block .igpv-card h3{
    font-size: 0.99rem;
  }.tc-wp-content-root .igpv-editorial-block .igpv-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .igpv-editorial-block .igpv-process-card::before{
    font-size: 4rem;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .igpv-editorial-block .igpv-section{
    padding: 42px 12px;
  }.tc-wp-content-root .igpv-editorial-block .igpv-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .igpv-editorial-block .igpv-section-head p{
    font-size: 0.88rem;
    line-height: 1.55;
  }.tc-wp-content-root .igpv-editorial-block .igpv-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .igpv-editorial-block .igpv-card{
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .igpv-editorial-block .igpv-icon{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .igpv-editorial-block .igpv-icon i{
    font-size: 1.06rem;
  }.tc-wp-content-root .igpv-editorial-block .igpv-card h3{
    font-size: 0.95rem;
  }.tc-wp-content-root .igpv-editorial-block .igpv-card p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .igpv-editorial-block .igpv-process-card::before{
    top: 10px;
    right: 12px;
    font-size: 3.4rem;
  }}@media (max-width: 319px){.tc-wp-content-root .igpv-editorial-block .igpv-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .igpv-editorial-block .igpv-card, .tc-wp-content-root .igpv-editorial-block .igpv-card::before, .tc-wp-content-root .igpv-editorial-block .igpv-card::after, .tc-wp-content-root .igpv-editorial-block .igpv-icon, .tc-wp-content-root .igpv-editorial-block .igpv-cta{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .igpv-editorial-block .igpv-card, .tc-wp-content-root .igpv-editorial-block .igpv-card.is-visible, .tc-wp-content-root .igpv-editorial-block .igpv-card:hover{
    transform: none !important;
  }}.wpc-scope-111 .tc-wp-content-root .igpv-process-grid{}.wpc-scope-111 .tc-wp-content-root .igpv-reveal{}