@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-93 .tc-wp-content-root img, .wpc-scope-93 .tc-wp-content-root video, .wpc-scope-93 .tc-wp-content-root svg, .wpc-scope-93 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-93 #tc-wp-content-island.tc-wp-content-root h1, .wpc-scope-93 #tc-wp-content-island.tc-wp-content-root h2, .wpc-scope-93 #tc-wp-content-island.tc-wp-content-root h3, .wpc-scope-93 #tc-wp-content-island.tc-wp-content-root h4, .wpc-scope-93 #tc-wp-content-island.tc-wp-content-root h5, .wpc-scope-93 #tc-wp-content-island.tc-wp-content-root h6, .wpc-scope-93 #tc-wp-content-island.tc-wp-content-root p, .wpc-scope-93 #tc-wp-content-island.tc-wp-content-root li, .wpc-scope-93 #tc-wp-content-island.tc-wp-content-root label, .wpc-scope-93 #tc-wp-content-island.tc-wp-content-root small, .wpc-scope-93 #tc-wp-content-island.tc-wp-content-root blockquote, .wpc-scope-93 #tc-wp-content-island.tc-wp-content-root figcaption, .wpc-scope-93 #tc-wp-content-island.tc-wp-content-root a{
  color: inherit !important;
}.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial, .wpc-scope-93 .tc-wp-content-root .irv-premium-editorial *{
  box-sizing: border-box;
}.wpc-scope-93 #tc-wp-content-island.tc-wp-content-root .irv-premium-editorial{
  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 !important;
  background: #fff;
}.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-section, .wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-container, .wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-grid, .wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-card{
  max-width: 100%;
}.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-section{
  width: 100%;
  padding: 88px 22px;
  overflow: hidden;
}.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-section-white{
  background: #fff;
}.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-section-warm{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 135, 98, 0.16), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(191, 86, 255, 0.13), transparent 30%),
    linear-gradient(180deg, #fff7f2 0%, #fffaf7 58%, #fff 100%);
}.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-container{
  width: min(1380px, 100%);
  margin: 0 auto;
}.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-heading-wrap{
  width: min(760px, 100%);
  margin: 0 auto 38px;
  text-align: center;
}.wpc-scope-93 #tc-wp-content-island.tc-wp-content-root .irv-premium-editorial h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  letter-spacing: 0;
  color: #23172c !important;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-93 #tc-wp-content-island.tc-wp-content-root .irv-premium-editorial h2 span{
  background: linear-gradient(135deg, #fd3f6f 0%, #b832f6 52%, #ff8a3d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}.wpc-scope-93 #tc-wp-content-island.tc-wp-content-root .irv-premium-editorial .irv-heading-wrap p{
  margin: 14px auto 0;
  color: #6d6174 !important;
  font-size: 1rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-grid{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-card{
  --irv-accent: #fd3f6f;
  --irv-accent-2: #ff8a3d;
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 252px;
  padding: 28px;
  border: 1px solid rgba(93, 55, 96, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--irv-accent) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(255,248,245,0.84));
  box-shadow: 0 18px 44px rgba(61, 38, 68, 0.08);
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition: opacity .7s ease, transform .7s ease, border-color .25s ease, box-shadow .25s ease;
  will-change: transform;
}.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-card:nth-child(2){ --irv-accent: #b832f6; --irv-accent-2: #fd3f6f; }.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-card:nth-child(3){ --irv-accent: #ff8a3d; --irv-accent-2: #f7bf32; }.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-card:nth-child(4){ --irv-accent: #20b8a7; --irv-accent-2: #6ed6c9; }.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-card:nth-child(5){ --irv-accent: #5865f2; --irv-accent-2: #b832f6; }.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-card:nth-child(6){ --irv-accent: #ec4899; --irv-accent-2: #ff8a3d; }.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-card:nth-child(7){ --irv-accent: #10b981; --irv-accent-2: #f7bf32; }.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-card:nth-child(8){ --irv-accent: #0ea5e9; --irv-accent-2: #fd3f6f; }.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--irv-accent) 14%, transparent), transparent 42%);
  opacity: .55;
  pointer-events: none;
}.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-card::after{
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, var(--irv-accent), var(--irv-accent-2));
  transform: scaleX(.28);
  transform-origin: left;
  opacity: .65;
  transition: transform .28s ease, opacity .28s ease;
}.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-card.irv-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-card:hover{
  border-color: color-mix(in srgb, var(--irv-accent) 42%, rgba(93,55,96,.18));
  box-shadow: 0 24px 64px rgba(61, 38, 68, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.wpc-scope-93 #tc-wp-content-island.tc-wp-content-root .irv-premium-editorial .irv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 17px;
  background: color-mix(in srgb, var(--irv-accent) 12%, #fff);
  color: var(--irv-accent) !important;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--irv-accent) 20%, transparent);
  transition: transform .28s ease, background .28s ease, color .28s ease;
}.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-icon i{
  font-size: 1.18rem;
  line-height: 1;
}.wpc-scope-93 #tc-wp-content-island.tc-wp-content-root .irv-premium-editorial .irv-card:hover .irv-icon{
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
  background: linear-gradient(135deg, var(--irv-accent), var(--irv-accent-2));
  color: #fff !important;
}.wpc-scope-93 #tc-wp-content-island.tc-wp-content-root .irv-premium-editorial h3{
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  color: #23172c !important;
  font-size: 1.08rem;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 780;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--irv-accent), var(--irv-accent-2));
  transform: scaleX(.55);
  transform-origin: left;
  transition: transform .25s ease;
}.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-card:hover h3::after{
  transform: scaleX(1.35);
}.wpc-scope-93 #tc-wp-content-island.tc-wp-content-root .irv-premium-editorial .irv-card p{
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: #6b5f70 !important;
  font-size: .94rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-93 #tc-wp-content-island.tc-wp-content-root .irv-premium-editorial .irv-cta{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--irv-accent) !important;
  font-size: .86rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: .18;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-card:hover .irv-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-tilt-grid .irv-card{
  transform-style: preserve-3d;
}.wpc-scope-93 .tc-wp-content-root .irv-premium-editorial .irv-process-card{
  padding-top: 34px;
}.wpc-scope-93 #tc-wp-content-island.tc-wp-content-root .irv-premium-editorial .irv-step{
  position: absolute;
  right: 20px;
  top: 16px;
  max-width: 45%;
  color: color-mix(in srgb, var(--irv-accent) 16%, transparent) !important;
  font-size: clamp(2.6rem, 7vw, 4.8rem);
  font-weight: 900;
  line-height: .8;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform .3s ease, color .3s ease;
}.wpc-scope-93 #tc-wp-content-island.tc-wp-content-root .irv-premium-editorial .irv-process-card:hover .irv-step{
  color: color-mix(in srgb, var(--irv-accent) 24%, transparent) !important;
  transform: translateY(-4px) scale(1.04);
}@media (min-width: 1200px){.tc-wp-content-root .irv-premium-editorial .irv-section{ padding: 92px 28px; }.tc-wp-content-root .irv-premium-editorial .irv-container{ width: min(1380px, 100%); }.tc-wp-content-root .irv-premium-editorial .irv-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .irv-premium-editorial .irv-section{ padding: 78px 24px; }.tc-wp-content-root .irv-premium-editorial .irv-container{ width: min(1120px, 100%); }.tc-wp-content-root .irv-premium-editorial .irv-heading-wrap p{ font-size: .98rem; }.tc-wp-content-root .irv-premium-editorial .irv-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }.tc-wp-content-root .irv-premium-editorial .irv-card{ padding: 25px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .irv-premium-editorial .irv-section{ padding: 66px 20px; }.tc-wp-content-root .irv-premium-editorial .irv-heading-wrap{ margin-bottom: 30px; }.tc-wp-content-root .irv-premium-editorial .irv-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.tc-wp-content-root .irv-premium-editorial .irv-card{ padding: 24px; min-height: 230px; }.tc-wp-content-root .irv-premium-editorial h3{ font-size: 1.02rem; }.tc-wp-content-root .irv-premium-editorial .irv-card p{ font-size: .92rem; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .irv-premium-editorial .irv-section{ padding: 54px 16px; }.tc-wp-content-root .irv-premium-editorial .irv-heading-wrap{ margin-bottom: 26px; }.tc-wp-content-root .irv-premium-editorial .irv-heading-wrap p{ font-size: .93rem; }.tc-wp-content-root .irv-premium-editorial .irv-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-content-root .irv-premium-editorial .irv-card{ padding: 22px; min-height: auto; }.tc-wp-content-root .irv-premium-editorial .irv-cta{ white-space: normal; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .irv-premium-editorial .irv-section{ padding: 46px 14px; }.tc-wp-content-root .irv-premium-editorial .irv-heading-wrap{ margin-bottom: 22px; }.tc-wp-content-root .irv-premium-editorial .irv-heading-wrap p{ font-size: .9rem; line-height: 1.62; }.tc-wp-content-root .irv-premium-editorial .irv-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-content-root .irv-premium-editorial .irv-card{ padding: 20px; min-height: auto; border-radius: 18px; }.tc-wp-content-root .irv-premium-editorial .irv-icon{ width: 46px; height: 46px; border-radius: 15px; }.tc-wp-content-root .irv-premium-editorial h3{ font-size: .98rem; }.tc-wp-content-root .irv-premium-editorial .irv-card p{ font-size: .9rem; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .irv-premium-editorial .irv-section{ padding: 40px 12px; }.tc-wp-content-root .irv-premium-editorial .irv-heading-wrap{ margin-bottom: 20px; }.tc-wp-content-root .irv-premium-editorial .irv-heading-wrap p{ font-size: .86rem; line-height: 1.58; }.tc-wp-content-root .irv-premium-editorial .irv-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-content-root .irv-premium-editorial .irv-card{ padding: 18px; min-height: auto; border-radius: 16px; }.tc-wp-content-root .irv-premium-editorial .irv-icon{ width: 42px; height: 42px; border-radius: 14px; }.tc-wp-content-root .irv-premium-editorial .irv-icon i{ font-size: 1rem; }.tc-wp-content-root .irv-premium-editorial h3{ font-size: .94rem; }.tc-wp-content-root .irv-premium-editorial .irv-card p, .tc-wp-content-root .irv-premium-editorial .irv-cta{ font-size: .85rem; }}@media (max-width: 319px){.tc-wp-content-root .irv-premium-editorial .irv-section{ padding: 34px 10px; }.tc-wp-content-root .irv-premium-editorial .irv-grid{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-content-root .irv-premium-editorial .irv-card{ padding: 16px; min-width: 0; }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .irv-premium-editorial .irv-card, .tc-wp-content-root .irv-premium-editorial .irv-card::after, .tc-wp-content-root .irv-premium-editorial .irv-icon, .tc-wp-content-root .irv-premium-editorial h3::after, .tc-wp-content-root .irv-premium-editorial .irv-cta, .tc-wp-content-root .irv-premium-editorial .irv-step{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .irv-premium-editorial .irv-card, .tc-wp-content-root .irv-premium-editorial .irv-card.irv-visible, .tc-wp-content-root .irv-premium-editorial .irv-card:hover{
    transform: none !important;
    opacity: 1;
  }}.wpc-scope-93 .tc-wp-content-root .irv-process-grid{}.wpc-scope-93 .tc-wp-content-root .irv-reveal{}