@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;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .bhg-premium-content, .tc-wp-content-root .bhg-premium-content *, .tc-wp-content-root .bhg-premium-content *::before, .tc-wp-content-root .bhg-premium-content *::after{
  box-sizing: border-box;
}.tc-wp-content-root .bhg-premium-content{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #24181a;
  background: #fff;
}.tc-wp-content-root .bhg-premium-content .bhg-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 22px;
  overflow-x: hidden;
}.tc-wp-content-root .bhg-premium-content .bhg-section-white{
  background: #fff;
}.tc-wp-content-root .bhg-premium-content .bhg-section-warm{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 168, 94, 0.26), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(210, 108, 255, 0.17), transparent 34%),
    linear-gradient(135deg, #fff8f1 0%, #fff1ed 48%, #fbf3ff 100%);
}.tc-wp-content-root .bhg-premium-content .bhg-container{
  width: min(1420px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .bhg-premium-content .bhg-section-head{
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .bhg-premium-content .bhg-section-head h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  color: #211416;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .bhg-premium-content .bhg-gradient-keyword{
  background: linear-gradient(100deg, #ff8a3d 0%, #ff5f7e 42%, #a855f7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .bhg-premium-content .bhg-section-head p{
  margin: 16px auto 0;
  max-width: 740px;
  color: #6d5c61;
  font-size: 1.04rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .bhg-premium-content .bhg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .bhg-premium-content .bhg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .bhg-premium-content .bhg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .bhg-premium-content .bhg-card{
  --bhg-a: #ff8a3d;
  --bhg-b: #ff5f7e;
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;

  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(80, 39, 31, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--bhg-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.97), rgba(255,249,245,0.9));
  box-shadow: 0 18px 42px rgba(82, 42, 30, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition: transform 420ms ease, opacity 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  overflow: hidden;
  isolation: isolate;
}.tc-wp-content-root .bhg-premium-content .bhg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, color-mix(in srgb, var(--bhg-a) 14%, transparent), transparent 45%, color-mix(in srgb, var(--bhg-b) 12%, transparent));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
  z-index: -1;
}.tc-wp-content-root .bhg-premium-content .bhg-card:nth-child(1){ --bhg-a: #ff8a3d; --bhg-b: #ff5f7e; }.tc-wp-content-root .bhg-premium-content .bhg-card:nth-child(2){ --bhg-a: #f6b73c; --bhg-b: #ff7a59; }.tc-wp-content-root .bhg-premium-content .bhg-card:nth-child(3){ --bhg-a: #ff6f91; --bhg-b: #b65cff; }.tc-wp-content-root .bhg-premium-content .bhg-card:nth-child(4){ --bhg-a: #ff9f68; --bhg-b: #ff4d8d; }.tc-wp-content-root .bhg-premium-content .bhg-card:nth-child(5){ --bhg-a: #f97316; --bhg-b: #ec4899; }.tc-wp-content-root .bhg-premium-content .bhg-card:nth-child(6){ --bhg-a: #f59e0b; --bhg-b: #d946ef; }.tc-wp-content-root .bhg-premium-content .bhg-card:nth-child(7){ --bhg-a: #fb7185; --bhg-b: #8b5cf6; }.tc-wp-content-root .bhg-premium-content .bhg-card:nth-child(8){ --bhg-a: #fdba74; --bhg-b: #f43f5e; }.tc-wp-content-root .bhg-premium-content .bhg-card.bhg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .bhg-premium-content .bhg-card:hover{
  border-color: color-mix(in srgb, var(--bhg-a) 42%, rgba(80, 39, 31, 0.16));
  box-shadow: 0 26px 64px rgba(104, 47, 35, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .bhg-premium-content .bhg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .bhg-premium-content .bhg-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--bhg-a);
  background: linear-gradient(145deg, color-mix(in srgb, var(--bhg-a) 14%, #fff), #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--bhg-a) 22%, transparent), 0 12px 24px rgba(121, 61, 42, 0.09);
  transition: transform 300ms ease, color 300ms ease, background 300ms ease;
}.tc-wp-content-root .bhg-premium-content .bhg-icon i{
  font-size: 1.28rem;
  line-height: 1;
}.tc-wp-content-root .bhg-premium-content .bhg-card:hover .bhg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--bhg-a), var(--bhg-b));
  transform: translateY(-3px) scale(1.04);
}.tc-wp-content-root .bhg-premium-content .bhg-card h3{
  position: relative;
  margin: 0 0 12px;
  color: #251719;
  font-size: 1.12rem;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 780;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .bhg-premium-content .bhg-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bhg-a), var(--bhg-b));
  transition: width 320ms ease;
}.tc-wp-content-root .bhg-premium-content .bhg-card:hover h3::after{
  width: 72px;
}.tc-wp-content-root .bhg-premium-content .bhg-card p{
  margin: 0;
  color: #66565a;
  font-size: 0.96rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .bhg-premium-content .bhg-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: color-mix(in srgb, var(--bhg-b) 84%, #3b2025);
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.24;
  transform: translateY(8px);
  transition: opacity 280ms ease, transform 280ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .bhg-premium-content .bhg-card:hover .bhg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .bhg-premium-content .bhg-benefit{
  min-height: 245px;
}.tc-wp-content-root .bhg-premium-content .bhg-process{
  min-height: 290px;
  padding-top: 62px;
}.tc-wp-content-root .bhg-premium-content .bhg-step{
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  max-width: 100%;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--bhg-a), var(--bhg-b));
  color: #fff;
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 26px color-mix(in srgb, var(--bhg-a) 28%, transparent);
  transition: transform 300ms ease, box-shadow 300ms ease;
}.tc-wp-content-root .bhg-premium-content .bhg-process:hover .bhg-step{
  transform: translateY(-3px) rotate(4deg) scale(1.04);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--bhg-b) 30%, transparent);
}@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .bhg-premium-content .bhg-section{
    padding: 78px 20px;
  }.tc-wp-content-root .bhg-premium-content .bhg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .bhg-premium-content .bhg-grid, .tc-wp-content-root .bhg-premium-content .bhg-grid-four, .tc-wp-content-root .bhg-premium-content .bhg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .bhg-premium-content .bhg-card{
    padding: 26px;
  }.tc-wp-content-root .bhg-premium-content .bhg-section-head p{
    font-size: 1rem;
  }}@media (max-width: 1023px) and (min-width: 768px) {.tc-wp-content-root .bhg-premium-content .bhg-section{
    padding: 64px 18px;
  }.tc-wp-content-root .bhg-premium-content .bhg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .bhg-premium-content .bhg-grid, .tc-wp-content-root .bhg-premium-content .bhg-grid-four, .tc-wp-content-root .bhg-premium-content .bhg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .bhg-premium-content .bhg-card{
    min-height: 238px;
    padding: 24px;
  }.tc-wp-content-root .bhg-premium-content .bhg-process{
    min-height: 270px;
    padding-top: 58px;
  }.tc-wp-content-root .bhg-premium-content .bhg-card h3{
    font-size: 1.05rem;
  }.tc-wp-content-root .bhg-premium-content .bhg-card p{
    font-size: 0.94rem;
  }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .bhg-premium-content .bhg-section{
    padding: 52px 16px;
  }.tc-wp-content-root .bhg-premium-content .bhg-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .bhg-premium-content .bhg-section-head p{
    font-size: 0.95rem;
    line-height: 1.62;
  }.tc-wp-content-root .bhg-premium-content .bhg-grid, .tc-wp-content-root .bhg-premium-content .bhg-grid-four, .tc-wp-content-root .bhg-premium-content .bhg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .bhg-premium-content .bhg-card{
    min-height: auto;
    padding: 22px;
  }.tc-wp-content-root .bhg-premium-content .bhg-process{
    padding-top: 56px;
  }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .bhg-premium-content .bhg-section{
    padding: 44px 14px;
  }.tc-wp-content-root .bhg-premium-content .bhg-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .bhg-premium-content .bhg-section-head p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .bhg-premium-content .bhg-grid, .tc-wp-content-root .bhg-premium-content .bhg-grid-four, .tc-wp-content-root .bhg-premium-content .bhg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .bhg-premium-content .bhg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .bhg-premium-content .bhg-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 18px;
  }.tc-wp-content-root .bhg-premium-content .bhg-step{
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
  }.tc-wp-content-root .bhg-premium-content .bhg-process{
    padding-top: 54px;
  }}@media (max-width: 374px) {.tc-wp-content-root .bhg-premium-content .bhg-section{
    padding: 38px 12px;
  }.tc-wp-content-root .bhg-premium-content .bhg-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .bhg-premium-content .bhg-section-head p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .bhg-premium-content .bhg-grid, .tc-wp-content-root .bhg-premium-content .bhg-grid-four, .tc-wp-content-root .bhg-premium-content .bhg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .bhg-premium-content .bhg-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .bhg-premium-content .bhg-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .bhg-premium-content .bhg-card p, .tc-wp-content-root .bhg-premium-content .bhg-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .bhg-premium-content .bhg-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .bhg-premium-content .bhg-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .bhg-premium-content .bhg-step{
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    border-radius: 13px;
    font-size: 0.78rem;
  }.tc-wp-content-root .bhg-premium-content .bhg-process{
    padding-top: 50px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .bhg-premium-content .bhg-card, .tc-wp-content-root .bhg-premium-content .bhg-card::before, .tc-wp-content-root .bhg-premium-content .bhg-icon, .tc-wp-content-root .bhg-premium-content .bhg-step, .tc-wp-content-root .bhg-premium-content .bhg-cta, .tc-wp-content-root .bhg-premium-content .bhg-card h3::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .bhg-premium-content .bhg-card, .tc-wp-content-root .bhg-premium-content .bhg-card.bhg-visible, .tc-wp-content-root .bhg-premium-content .bhg-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .bhg-reveal {}