@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-107 .tc-wp-content-root img, .wpc-scope-107 .tc-wp-content-root video, .wpc-scope-107 .tc-wp-content-root svg, .wpc-scope-107 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-107 #tc-wp-content-island.tc-wp-content-root h1, .wpc-scope-107 #tc-wp-content-island.tc-wp-content-root h2, .wpc-scope-107 #tc-wp-content-island.tc-wp-content-root h3, .wpc-scope-107 #tc-wp-content-island.tc-wp-content-root h4, .wpc-scope-107 #tc-wp-content-island.tc-wp-content-root h5, .wpc-scope-107 #tc-wp-content-island.tc-wp-content-root h6, .wpc-scope-107 #tc-wp-content-island.tc-wp-content-root p, .wpc-scope-107 #tc-wp-content-island.tc-wp-content-root li, .wpc-scope-107 #tc-wp-content-island.tc-wp-content-root label, .wpc-scope-107 #tc-wp-content-island.tc-wp-content-root small, .wpc-scope-107 #tc-wp-content-island.tc-wp-content-root blockquote, .wpc-scope-107 #tc-wp-content-island.tc-wp-content-root figcaption, .wpc-scope-107 #tc-wp-content-island.tc-wp-content-root a{
  color: inherit !important;
}.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap, .wpc-scope-107 .tc-wp-content-root .biv-premium-wrap *{
  box-sizing: border-box;
}.wpc-scope-107 #tc-wp-content-island.tc-wp-content-root .biv-premium-wrap{
  --biv-ink: #241f21;
  --biv-muted: #6f6466;
  --biv-line: rgba(130, 82, 66, 0.16);
  --biv-grad: linear-gradient(135deg, #c05a38 0%, #dd8a3d 45%, #9b5cdb 100%);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--biv-ink) !important;
  background: #fff;
}.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-section, .wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-container, .wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-card-grid{
  width: 100%;
/*   max-width: 100%; */
}.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-section{
  position: relative;
  overflow: hidden;
}.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-section-intro, .wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-section-steps{
  background: #fff;
}.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-section-benefits{
  background:
    radial-gradient(circle at 12% 18%, rgba(221, 138, 61, 0.16), transparent 32%),
    linear-gradient(180deg, #fff7ef 0%, #fffaf5 48%, #fff4eb 100%);
}.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-container{
  margin: 0 auto;
}.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-heading-block{
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}.wpc-scope-107 #tc-wp-content-island.tc-wp-content-root .biv-premium-wrap .biv-heading-block h2{
  margin: 0;
  color: var(--biv-ink) !important;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-107 #tc-wp-content-island.tc-wp-content-root .biv-premium-wrap .biv-heading-block h2 span{
  background: var(--biv-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}.wpc-scope-107 #tc-wp-content-island.tc-wp-content-root .biv-premium-wrap .biv-heading-block p{
  margin: 14px auto 0;
  color: var(--biv-muted) !important;
  font-size: 1.02rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --biv-a: #c05a38;
  --biv-b: #dd8a3d;
  --biv-soft: rgba(221, 138, 61, 0.1);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 252px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--biv-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255,255,255,0.78), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(255,248,241,0.9));
  box-shadow: 0 18px 44px rgba(75, 43, 33, 0.08);
  transform: translateY(22px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
  transform-style: preserve-3d;
  will-change: transform;
}.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--biv-a) 14%, transparent), transparent 42%),
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--biv-b) 14%, transparent), transparent 38%);
  opacity: 0.66;
}.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-card::after{
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--biv-a), var(--biv-b));
  transform: scaleX(0.34);
  transform-origin: left;
  opacity: 0.72;
  transition: transform 0.28s ease, opacity 0.28s ease;
}.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-card.is-visible{
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-card:hover{
  border-color: color-mix(in srgb, var(--biv-a) 48%, transparent);
  box-shadow: 0 24px 62px rgba(85, 48, 34, 0.16);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.wpc-scope-107 #tc-wp-content-island.tc-wp-content-root .biv-premium-wrap .biv-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 17px;
  color: var(--biv-a) !important;
  background: linear-gradient(145deg, #fff, var(--biv-soft));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.9), 0 12px 28px rgba(90, 51, 37, 0.09);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-icon i{
  font-size: 1.2rem;
  line-height: 1;
}.wpc-scope-107 #tc-wp-content-island.tc-wp-content-root .biv-premium-wrap .biv-card:hover .biv-icon{
  color: #fff !important;
  background: linear-gradient(135deg, var(--biv-a), var(--biv-b));
  transform: translateY(-3px) scale(1.04) rotate(-3deg);
}.wpc-scope-107 #tc-wp-content-island.tc-wp-content-root .biv-premium-wrap .biv-card h3{
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 22px 0 0;
  color: var(--biv-ink) !important;
  font-size: 1.05rem;
  line-height: 1.28;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-card h3::after{
  content: "";
  display: block;
  width: 34%;
  height: 2px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--biv-a), var(--biv-b));
  transform: scaleX(0.55);
  transform-origin: left;
  opacity: 0.55;
  transition: transform 0.28s ease, opacity 0.28s ease;
}.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-card:hover h3::after{
  transform: scaleX(1);
  opacity: 1;
}.wpc-scope-107 #tc-wp-content-island.tc-wp-content-root .biv-premium-wrap .biv-card p{
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: var(--biv-muted) !important;
  font-size: 0.95rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-107 #tc-wp-content-island.tc-wp-content-root .biv-premium-wrap .biv-card-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--biv-a) !important;
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-107 #tc-wp-content-island.tc-wp-content-root .biv-premium-wrap .biv-card:hover .biv-card-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--biv-b) !important;
}.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-tilt-grid .biv-card:hover{
  transform: translateY(-8px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-process-card{
  min-height: 270px;
}.wpc-scope-107 #tc-wp-content-island.tc-wp-content-root .biv-premium-wrap .biv-process-card::before{
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 10px;
  color: color-mix(in srgb, var(--biv-a) 13%, transparent) !important;
  font-size: clamp(3rem, 9vw, 5.2rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.28s ease, color 0.28s ease;
}.wpc-scope-107 #tc-wp-content-island.tc-wp-content-root .biv-premium-wrap .biv-process-card:hover::before{
  color: color-mix(in srgb, var(--biv-a) 20%, transparent) !important;
  transform: translateY(-4px) scale(1.04);
}.wpc-scope-107 #tc-wp-content-island.tc-wp-content-root .biv-premium-wrap .biv-step-text{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 16px;
  color: var(--biv-a) !important;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-card:nth-child(1){ --biv-a: #c05a38; --biv-b: #dd8a3d; --biv-soft: rgba(221, 138, 61, 0.12); }.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-card:nth-child(2){ --biv-a: #9b5cdb; --biv-b: #d66bb0; --biv-soft: rgba(155, 92, 219, 0.11); }.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-card:nth-child(3){ --biv-a: #1f9d8a; --biv-b: #68c48c; --biv-soft: rgba(31, 157, 138, 0.11); }.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-card:nth-child(4){ --biv-a: #d94f70; --biv-b: #f19964; --biv-soft: rgba(217, 79, 112, 0.1); }.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-card:nth-child(5){ --biv-a: #4f75d8; --biv-b: #63b7dc; --biv-soft: rgba(79, 117, 216, 0.1); }.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-card:nth-child(6){ --biv-a: #b87924; --biv-b: #e0b653; --biv-soft: rgba(184, 121, 36, 0.11); }.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-card:nth-child(7){ --biv-a: #8f64d8; --biv-b: #54a8dd; --biv-soft: rgba(143, 100, 216, 0.1); }.wpc-scope-107 .tc-wp-content-root .biv-premium-wrap .biv-card:nth-child(8){ --biv-a: #2f8f63; --biv-b: #a3bd45; --biv-soft: rgba(47, 143, 99, 0.1); }@media (min-width: 1200px){.tc-wp-content-root .biv-premium-wrap .biv-section{
    padding: 88px 34px;
  }.tc-wp-content-root .biv-premium-wrap .biv-container{
    max-width: 1240px;
  }.tc-wp-content-root .biv-premium-wrap .biv-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .biv-premium-wrap .biv-section{
    padding: 76px 28px;
  }.tc-wp-content-root .biv-premium-wrap .biv-container{
    max-width: 1060px;
  }.tc-wp-content-root .biv-premium-wrap .biv-heading-block p{
    font-size: 0.99rem;
  }.tc-wp-content-root .biv-premium-wrap .biv-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 21px;
  }.tc-wp-content-root .biv-premium-wrap .biv-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .biv-premium-wrap .biv-section{
    padding: 64px 22px;
  }.tc-wp-content-root .biv-premium-wrap .biv-heading-block{
    margin-bottom: 28px;
  }.tc-wp-content-root .biv-premium-wrap .biv-heading-block p{
    font-size: 0.96rem;
  }.tc-wp-content-root .biv-premium-wrap .biv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .biv-premium-wrap .biv-card{
    padding: 22px;
    min-height: 235px;
  }.tc-wp-content-root .biv-premium-wrap .biv-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .biv-premium-wrap .biv-card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .biv-premium-wrap .biv-section{
    padding: 52px 16px;
  }.tc-wp-content-root .biv-premium-wrap .biv-heading-block{
    margin-bottom: 24px;
  }.tc-wp-content-root .biv-premium-wrap .biv-heading-block p{
    font-size: 0.93rem;
    line-height: 1.62;
  }.tc-wp-content-root .biv-premium-wrap .biv-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .biv-premium-wrap .biv-card{
    padding: 20px;
    min-height: auto;
  }.tc-wp-content-root .biv-premium-wrap .biv-card-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .biv-premium-wrap .biv-section{
    padding: 46px 14px;
  }.tc-wp-content-root .biv-premium-wrap .biv-heading-block{
    margin-bottom: 22px;
  }.tc-wp-content-root .biv-premium-wrap .biv-heading-block p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .biv-premium-wrap .biv-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .biv-premium-wrap .biv-card{
    padding: 18px;
    border-radius: 18px;
    min-height: auto;
  }.tc-wp-content-root .biv-premium-wrap .biv-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }.tc-wp-content-root .biv-premium-wrap .biv-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .biv-premium-wrap .biv-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .biv-premium-wrap .biv-card-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .biv-premium-wrap .biv-section{
    padding: 40px 12px;
  }.tc-wp-content-root .biv-premium-wrap .biv-heading-block{
    margin-bottom: 20px;
  }.tc-wp-content-root .biv-premium-wrap .biv-heading-block p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .biv-premium-wrap .biv-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .biv-premium-wrap .biv-card{
    padding: 16px;
    border-radius: 16px;
    min-height: auto;
  }.tc-wp-content-root .biv-premium-wrap .biv-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }.tc-wp-content-root .biv-premium-wrap .biv-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .biv-premium-wrap .biv-card h3{
    margin-top: 18px;
    font-size: 0.94rem;
  }.tc-wp-content-root .biv-premium-wrap .biv-card p{
    font-size: 0.86rem;
    line-height: 1.56;
  }.tc-wp-content-root .biv-premium-wrap .biv-card-cta{
    opacity: 1;
    transform: none;
    font-size: 0.84rem;
  }.tc-wp-content-root .biv-premium-wrap .biv-process-card::before{
    right: 12px;
    top: 8px;
  }}@media (max-width: 319px){.tc-wp-content-root .biv-premium-wrap .biv-section{
    padding: 36px 10px;
  }.tc-wp-content-root .biv-premium-wrap .biv-card-grid{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }.tc-wp-content-root .biv-premium-wrap .biv-card{
    padding: 14px;
    min-height: auto;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .biv-premium-wrap .biv-card, .tc-wp-content-root .biv-premium-wrap .biv-card::after, .tc-wp-content-root .biv-premium-wrap .biv-card::before, .tc-wp-content-root .biv-premium-wrap .biv-icon, .tc-wp-content-root .biv-premium-wrap .biv-card h3::after, .tc-wp-content-root .biv-premium-wrap .biv-card-cta{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .biv-premium-wrap .biv-card, .tc-wp-content-root .biv-premium-wrap .biv-card.is-visible, .tc-wp-content-root .biv-premium-wrap .biv-card:hover{
    transform: none !important;
    opacity: 1;
  }}.wpc-scope-107 .tc-wp-content-root .biv-process-grid{}.wpc-scope-107 .tc-wp-content-root .biv-reveal{}