@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-249 .tc-wp-content-root img, .wpc-scope-249 .tc-wp-content-root video, .wpc-scope-249 .tc-wp-content-root svg, .wpc-scope-249 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-249 #tc-wp-content-island.tc-wp-content-root h1, .wpc-scope-249 #tc-wp-content-island.tc-wp-content-root h2, .wpc-scope-249 #tc-wp-content-island.tc-wp-content-root h3, .wpc-scope-249 #tc-wp-content-island.tc-wp-content-root h4, .wpc-scope-249 #tc-wp-content-island.tc-wp-content-root h5, .wpc-scope-249 #tc-wp-content-island.tc-wp-content-root h6, .wpc-scope-249 #tc-wp-content-island.tc-wp-content-root p, .wpc-scope-249 #tc-wp-content-island.tc-wp-content-root li, .wpc-scope-249 #tc-wp-content-island.tc-wp-content-root label, .wpc-scope-249 #tc-wp-content-island.tc-wp-content-root small, .wpc-scope-249 #tc-wp-content-island.tc-wp-content-root blockquote, .wpc-scope-249 #tc-wp-content-island.tc-wp-content-root figcaption, .wpc-scope-249 #tc-wp-content-island.tc-wp-content-root a{
  color: inherit !important;
}.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section, .wpc-scope-249 .tc-wp-content-root .iplv-editorial-section *{
  box-sizing: border-box;
}.wpc-scope-249 #tc-wp-content-island.tc-wp-content-root .iplv-editorial-section{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #201b2c !important;
  background: #fff;
}.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-block{
  width: 100%;
  max-width: 100%;
  padding: 92px 24px;
  overflow: hidden;
}.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-block-white{
  background: #fff;
}.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-block-warm{
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 122, 89, 0.14), transparent 34%),
    radial-gradient(circle at 85% 20%, rgba(133, 75, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #fff7f2 0%, #fffaf7 54%, #ffffff 100%);
}.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-container{
  width: min(1240px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-heading-wrap{
  width: min(780px, 100%);
  max-width: 100%;
  margin: 0 auto 42px;
  text-align: center;
}.wpc-scope-249 #tc-wp-content-island.tc-wp-content-root .iplv-editorial-section h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.18;
  letter-spacing: 0;
  color: #21172d !important;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-249 #tc-wp-content-island.tc-wp-content-root .iplv-editorial-section h2 span{
  background: linear-gradient(110deg, #ff5d7d 0%, #ff8a3d 44%, #7c4dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}.wpc-scope-249 #tc-wp-content-island.tc-wp-content-root .iplv-editorial-section .iplv-heading-wrap p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #6f667c !important;
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-card{
  --fg-a: #ff5d7d;
  --fg-b: #ff9b54;
  --fg-c: rgba(255, 93, 125, 0.18);
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 250px;
  padding: 26px 24px 24px;
  border: 1px solid rgba(74, 54, 94, 0.1);
  border-radius: 18px;
  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.98), rgba(255, 248, 244, 0.9));
  box-shadow: 0 18px 42px rgba(47, 28, 66, 0.08);
  transform: translateY(22px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition:
    transform 280ms ease,
    opacity 520ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease,
    background 280ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, var(--fg-c), transparent 42%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fg-a) 18%, transparent), transparent 28%);
  opacity: 0.7;
  transition: opacity 280ms ease;
}.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-card::after{
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--fg-a), var(--fg-b));
  opacity: 0.55;
  transform: scaleX(0.34);
  transform-origin: left;
  transition: transform 280ms ease, opacity 280ms ease;
}.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-card.is-visible{
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-card:hover{
  border-color: color-mix(in srgb, var(--fg-a) 38%, rgba(74, 54, 94, 0.16));
  box-shadow: 0 28px 70px rgba(47, 28, 66, 0.14);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-grid-why .iplv-card:hover{
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-card:hover::before{
  opacity: 1;
}.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.wpc-scope-249 #tc-wp-content-island.tc-wp-content-root .iplv-editorial-section .iplv-icon{
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 16px;
  color: var(--fg-a) !important;
  background: linear-gradient(145deg, #ffffff, color-mix(in srgb, var(--fg-a) 11%, #ffffff));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82), 0 12px 26px var(--fg-c);
  transition: transform 280ms ease, color 280ms ease, background 280ms ease;
}.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.wpc-scope-249 #tc-wp-content-island.tc-wp-content-root .iplv-editorial-section .iplv-card:hover .iplv-icon{
  color: #fff !important;
  background: linear-gradient(135deg, var(--fg-a), var(--fg-b));
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
}.wpc-scope-249 #tc-wp-content-island.tc-wp-content-root .iplv-editorial-section h3{
  position: relative;
  margin: 0 0 12px;
  color: #21172d !important;
  font-size: 1.08rem;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 780;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fg-a), var(--fg-b));
  transform: scaleX(0.5);
  transform-origin: left;
  transition: transform 280ms ease;
}.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-card:hover h3::after{
  transform: scaleX(1);
}.wpc-scope-249 #tc-wp-content-island.tc-wp-content-root .iplv-editorial-section .iplv-card p{
  margin: 0;
  color: #655c71 !important;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-249 #tc-wp-content-island.tc-wp-content-root .iplv-editorial-section .iplv-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-a) !important;
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.4;
  opacity: 0.36;
  transform: translateY(8px);
  transition: opacity 280ms ease, transform 280ms ease, color 280ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-249 #tc-wp-content-island.tc-wp-content-root .iplv-editorial-section .iplv-card:hover .iplv-cta{
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--fg-a) 82%, #21172d) !important;
}.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-process-card{
  padding-top: 32px;
}.wpc-scope-249 #tc-wp-content-island.tc-wp-content-root .iplv-editorial-section .iplv-step{
  position: absolute;
  top: 18px;
  right: 20px;
  max-width: 42%;
  color: color-mix(in srgb, var(--fg-a) 18%, transparent) !important;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 280ms ease, color 280ms ease;
}.wpc-scope-249 #tc-wp-content-island.tc-wp-content-root .iplv-editorial-section .iplv-process-card:hover .iplv-step{
  color: color-mix(in srgb, var(--fg-a) 28%, transparent) !important;
  transform: translateY(-4px) scale(1.04);
}.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-card:nth-child(1){ --fg-a: #ff5d7d; --fg-b: #ff9b54; --fg-c: rgba(255, 93, 125, 0.18); }.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-card:nth-child(2){ --fg-a: #7c4dff; --fg-b: #ff6f91; --fg-c: rgba(124, 77, 255, 0.16); }.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-card:nth-child(3){ --fg-a: #00a6a6; --fg-b: #4ecdc4; --fg-c: rgba(0, 166, 166, 0.15); }.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-card:nth-child(4){ --fg-a: #f59f00; --fg-b: #ff6b6b; --fg-c: rgba(245, 159, 0, 0.16); }.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-card:nth-child(5){ --fg-a: #3b82f6; --fg-b: #06b6d4; --fg-c: rgba(59, 130, 246, 0.14); }.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-card:nth-child(6){ --fg-a: #16a34a; --fg-b: #84cc16; --fg-c: rgba(22, 163, 74, 0.14); }.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-card:nth-child(7){ --fg-a: #db2777; --fg-b: #f97316; --fg-c: rgba(219, 39, 119, 0.14); }.wpc-scope-249 .tc-wp-content-root .iplv-editorial-section .iplv-card:nth-child(8){ --fg-a: #6366f1; --fg-b: #14b8a6; --fg-c: rgba(99, 102, 241, 0.14); }@media (min-width: 1200px){.tc-wp-content-root .iplv-editorial-section .iplv-block{
    padding: 96px 28px;
  }.tc-wp-content-root .iplv-editorial-section .iplv-container{
    width: min(1240px, 100%);
  }.tc-wp-content-root .iplv-editorial-section .iplv-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .iplv-editorial-section .iplv-block{
    padding: 82px 22px;
  }.tc-wp-content-root .iplv-editorial-section .iplv-container{
    width: min(1060px, 100%);
  }.tc-wp-content-root .iplv-editorial-section .iplv-heading-wrap{
    margin-bottom: 36px;
  }.tc-wp-content-root .iplv-editorial-section .iplv-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .iplv-editorial-section .iplv-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .iplv-editorial-section .iplv-card{
    padding: 24px 22px 23px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .iplv-editorial-section .iplv-block{
    padding: 70px 20px;
  }.tc-wp-content-root .iplv-editorial-section .iplv-heading-wrap{
    margin-bottom: 32px;
  }.tc-wp-content-root .iplv-editorial-section .iplv-heading-wrap p{
    font-size: 0.96rem;
  }.tc-wp-content-root .iplv-editorial-section .iplv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .iplv-editorial-section .iplv-card{
    min-height: 230px;
    padding: 23px 21px 22px;
  }.tc-wp-content-root .iplv-editorial-section h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .iplv-editorial-section .iplv-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .iplv-editorial-section .iplv-block{
    padding: 58px 16px;
  }.tc-wp-content-root .iplv-editorial-section .iplv-heading-wrap{
    margin-bottom: 26px;
  }.tc-wp-content-root .iplv-editorial-section .iplv-heading-wrap p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .iplv-editorial-section .iplv-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .iplv-editorial-section .iplv-card{
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 22px 20px;
  }.tc-wp-content-root .iplv-editorial-section .iplv-cta{
    white-space: normal;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .iplv-editorial-section .iplv-block{
    padding: 50px 14px;
  }.tc-wp-content-root .iplv-editorial-section .iplv-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .iplv-editorial-section .iplv-heading-wrap p{
    font-size: 0.91rem;
    line-height: 1.58;
  }.tc-wp-content-root .iplv-editorial-section .iplv-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .iplv-editorial-section .iplv-card{
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 20px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .iplv-editorial-section .iplv-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 18px;
  }.tc-wp-content-root .iplv-editorial-section h3{
    font-size: 0.99rem;
  }.tc-wp-content-root .iplv-editorial-section .iplv-card p{
    font-size: 0.91rem;
    line-height: 1.6;
  }.tc-wp-content-root .iplv-editorial-section .iplv-step{
    font-size: 3rem;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .iplv-editorial-section .iplv-block{
    padding: 44px 12px;
  }.tc-wp-content-root .iplv-editorial-section .iplv-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .iplv-editorial-section .iplv-heading-wrap p{
    font-size: 0.88rem;
    line-height: 1.55;
  }.tc-wp-content-root .iplv-editorial-section .iplv-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .iplv-editorial-section .iplv-card{
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 18px 16px;
    border-radius: 15px;
  }.tc-wp-content-root .iplv-editorial-section .iplv-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 16px;
  }.tc-wp-content-root .iplv-editorial-section .iplv-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .iplv-editorial-section h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .iplv-editorial-section .iplv-card p{
    font-size: 0.88rem;
    line-height: 1.56;
  }.tc-wp-content-root .iplv-editorial-section .iplv-step{
    top: 16px;
    right: 16px;
    font-size: 2.62rem;
  }.tc-wp-content-root .iplv-editorial-section .iplv-cta{
    font-size: 0.85rem;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .iplv-editorial-section .iplv-card, .tc-wp-content-root .iplv-editorial-section .iplv-card::before, .tc-wp-content-root .iplv-editorial-section .iplv-card::after, .tc-wp-content-root .iplv-editorial-section .iplv-icon, .tc-wp-content-root .iplv-editorial-section h3::after, .tc-wp-content-root .iplv-editorial-section .iplv-cta, .tc-wp-content-root .iplv-editorial-section .iplv-step{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .iplv-editorial-section .iplv-card, .tc-wp-content-root .iplv-editorial-section .iplv-card.is-visible, .tc-wp-content-root .iplv-editorial-section .iplv-card:hover{
    transform: none !important;
  }}.wpc-scope-249 .tc-wp-content-root .iplv-grid-how{}.wpc-scope-249 .tc-wp-content-root .iplv-grid-what{}.wpc-scope-249 .tc-wp-content-root .iplv-reveal{}