:root {
  --enterprise-primary: #146c63;
  --enterprise-accent: #f2a541;
  --enterprise-ink: #1f2933;
  --enterprise-muted: #64707d;
  --enterprise-line: #e5e8eb;
  --enterprise-surface: #f7f4ee;
  --enterprise-radius: 8px;
}

body {
  color: var(--enterprise-ink);
  background: #fff;
  letter-spacing: 0;
}

a {
  color: var(--enterprise-primary);
  text-decoration: none;
}

a:hover {
  color: #0f514b;
}

.btn {
  border-radius: 6px;
  font-weight: 600;
}

.btn-primary {
  --bs-btn-bg: var(--enterprise-primary);
  --bs-btn-border-color: var(--enterprise-primary);
  --bs-btn-hover-bg: #0f514b;
  --bs-btn-hover-border-color: #0f514b;
}

.enterprise-header .navbar {
  min-height: 72px;
}

.enterprise-header .navbar-brand span {
  color: var(--enterprise-ink);
  font-size: 1.15rem;
  font-weight: 700;
}

.enterprise-nav,
.enterprise-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.enterprise-nav > li {
  position: relative;
}

.enterprise-nav li a {
  display: block;
  padding: .5rem .75rem;
  color: var(--enterprise-ink);
  font-weight: 600;
}

.enterprise-nav li a:hover {
  color: var(--enterprise-primary);
}

.enterprise-nav > li.menu-item-has-children > ul {
  margin: 0;
  padding: .5rem 0;
  border: 1px solid var(--enterprise-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(31, 41, 51, .12);
}

.enterprise-nav > li.menu-item-has-children > ul > li > a {
  padding: .6rem 1rem;
  font-weight: 500;
  white-space: nowrap;
}

.enterprise-nav > li.menu-item-has-children > ul > li > a:hover {
  background: #f7faf9;
}

.enterprise-submenu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: var(--enterprise-muted);
  background: transparent;
}

.enterprise-submenu-toggle::before {
  content: '';
  width: .55rem;
  height: .55rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
  transition: transform .2s ease;
}

.enterprise-nav > li.is-open > .enterprise-submenu-toggle::before {
  transform: translateY(2px) rotate(-135deg);
}

.enterprise-nav > li.menu-item-has-children > a {
  padding-right: .4rem;
}

.enterprise-search .form-control {
  min-width: 180px;
  border-radius: 6px;
}

.enterprise-language .btn {
  white-space: nowrap;
}

.enterprise-hero {
  padding: 92px 0 72px;
  background: var(--enterprise-surface);
  border-bottom: 1px solid var(--enterprise-line);
}

.enterprise-home-poster {
  padding: 0;
  background: #0f1720;
  border-bottom: 0;
}

.hero-eyebrow,
.section-heading span,
.enterprise-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 .7rem;
  border: 1px solid rgba(20, 108, 99, .22);
  border-radius: 999px;
  color: var(--enterprise-primary);
  background: #fff;
  font-size: .82rem;
  font-weight: 700;
}

.hero-eyebrow .bi,
.section-heading > span .bi,
.enterprise-chip .bi,
.enterprise-more .bi,
.enterprise-form-label .bi,
.btn .bi {
  margin-right: .42rem;
}

.enterprise-hero h1 {
  max-width: 760px;
  margin: 18px 0;
  font-size: clamp(2.25rem, 5vw, 4.75rem);
  line-height: 1.05;
  font-weight: 800;
}

.enterprise-hero p {
  max-width: 620px;
  color: var(--enterprise-muted);
  font-size: 1.1rem;
  line-height: 1.8;
}

.enterprise-poster,
.enterprise-poster-slide {
  position: relative;
  min-height: clamp(380px, 62vw, 620px);
  overflow: hidden;
}

.enterprise-poster-media,
.enterprise-poster-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.enterprise-poster-media {
  object-fit: cover;
}

.enterprise-poster-placeholder {
  display: grid;
  place-content: center;
  gap: .6rem;
  color: rgba(255,255,255,.94);
  background: linear-gradient(135deg, #0f1720 0%, #1a2a36 100%);
  text-align: center;
}

.enterprise-poster-placeholder strong {
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 800;
}

.enterprise-poster-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 32, .26) 0%, rgba(15, 23, 32, .58) 48%, rgba(15, 23, 32, .74) 100%);
}

.enterprise-poster-caption {
  position: relative;
  z-index: 2;
  min-height: clamp(380px, 62vw, 620px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 4rem 0;
}

.enterprise-poster-caption .hero-eyebrow {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.24);
  color: #fff;
}

.enterprise-poster-caption h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  text-shadow: 0 10px 28px rgba(0,0,0,.25);
}

.enterprise-poster-caption p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.9;
  text-align: center;
}

.enterprise-poster-caption .hero-actions {
  margin-top: .5rem;
}

.enterprise-poster-caption .btn-outline-light {
  border-width: 2px;
}

.enterprise-poster-carousel .carousel-indicators {
  margin-bottom: 1.5rem;
}

.enterprise-poster-carousel .carousel-indicators [data-bs-target] {
  position: relative;
  width: 44px;
  height: 5px;
  border-radius: 0;
  background-color: transparent;
}

.enterprise-poster-carousel .carousel-indicators [data-bs-target]::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 3px;
  background-color: #fff;
}

.enterprise-poster-carousel .carousel-control-prev,
.enterprise-poster-carousel .carousel-control-next {
  width: 8%;
}

.enterprise-poster-carousel .carousel-control-prev-icon,
.enterprise-poster-carousel .carousel-control-next-icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 999px;
  background-color: rgba(15, 23, 32, .34);
  background-size: 44% 44%;
}

.hero-visual {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--enterprise-radius);
  background: #fff;
  border: 1px solid var(--enterprise-line);
  box-shadow: 0 20px 55px rgba(31, 41, 51, .12);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual-placeholder {
  height: 100%;
  display: grid;
  place-content: center;
  gap: .4rem;
  text-align: center;
  background: #fefefe;
}

.hero-visual-placeholder strong {
  color: var(--enterprise-primary);
  font-size: 2rem;
}

.enterprise-history-section,
.enterprise-history-page-section {
  position: relative;
}

.enterprise-history-section .section-heading,
.enterprise-history-page-section .section-heading {
  margin-bottom: 2.5rem;
}

.enterprise-history-page-content {
  padding: 1rem 0 0;
}

.enterprise-history-page-intro {
  max-width: 760px;
  margin: 0 auto 2.25rem;
  color: var(--enterprise-muted);
  font-size: 1.02rem;
  line-height: 1.9;
  text-align: center;
}

.enterprise-history-timeline {
  --enterprise-history-padding-left: 1.5rem;
  --enterprise-history-marker-size: 14px;
  --enterprise-history-marker-offset: -1.18rem;
  --enterprise-history-track-left: calc(var(--enterprise-history-padding-left) + var(--enterprise-history-marker-offset) + (var(--enterprise-history-marker-size) / 2));
  position: relative;
  display: grid;
  gap: 1.5rem;
  padding-left: var(--enterprise-history-padding-left);
}

.enterprise-history-timeline::before {
  content: "";
  position: absolute;
  top: .5rem;
  bottom: .5rem;
  left: var(--enterprise-history-track-left);
  width: 2px;
  background: linear-gradient(180deg, rgba(20, 108, 99, .14) 0%, rgba(20, 108, 99, .42) 40%, rgba(20, 108, 99, .14) 100%);
}

.enterprise-history-item {
  position: relative;
  display: grid;
  gap: .85rem;
}

.enterprise-history-item::before {
  content: "";
  position: absolute;
  top: .8rem;
  left: var(--enterprise-history-marker-offset);
  width: var(--enterprise-history-marker-size);
  height: var(--enterprise-history-marker-size);
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--enterprise-accent);
  box-shadow: 0 0 0 1px rgba(20, 108, 99, .18);
}

.enterprise-history-date {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: .2rem .8rem;
  border-radius: 999px;
  background: rgba(20, 108, 99, .08);
  color: var(--enterprise-primary);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .03em;
}

.enterprise-history-card {
  overflow: hidden;
  border: 1px solid var(--enterprise-line);
  border-radius: var(--enterprise-radius);
  background: #fff;
  box-shadow: 0 18px 45px rgba(31, 41, 51, .08);
}

.enterprise-history-media {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  background: #eef2f4;
}

.enterprise-history-body {
  padding: 1.15rem 1.15rem 1.2rem;
}

.enterprise-history-body h3 {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 700;
}

.enterprise-history-subtitle {
  margin-top: .45rem;
  color: var(--enterprise-accent);
  font-size: .92rem;
  font-weight: 700;
}

.enterprise-history-body p {
  margin: .8rem 0 0;
  color: var(--enterprise-muted);
  line-height: 1.9;
}

.enterprise-faq-page-intro {
  max-width: 760px;
  margin: 0 auto 2rem;
  color: var(--enterprise-muted);
  font-size: 1.02rem;
  line-height: 1.9;
  text-align: center;
}

.enterprise-faq-list {
  display: grid;
  gap: 1rem;
}

.enterprise-faq-item {
  border: 1px solid var(--enterprise-line);
  border-radius: var(--enterprise-radius);
  background: #fff;
  box-shadow: 0 18px 45px rgba(31, 41, 51, .06);
}

.enterprise-faq-item summary {
  position: relative;
  padding: 1rem 3rem 1rem 1.15rem;
  cursor: pointer;
  list-style: none;
  font-size: 1.03rem;
  font-weight: 700;
}

.enterprise-faq-item summary::-webkit-details-marker {
  display: none;
}

.enterprise-faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.05rem;
  transform: translateY(-50%);
  color: var(--enterprise-primary);
  font-size: 1.4rem;
  font-weight: 400;
}

.enterprise-faq-item[open] summary::after {
  content: "-";
}

.enterprise-faq-answer {
  padding: 0 1.15rem 1rem;
}

.enterprise-faq-answer p {
  margin: 0;
  color: var(--enterprise-muted);
  line-height: 1.9;
}

.enterprise-about-section {
  background: linear-gradient(180deg, #fff 0%, #f7fbfa 100%);
}

.enterprise-about-card {
  padding: 1rem;
  border: 1px solid var(--enterprise-line);
  border-radius: calc(var(--enterprise-radius) + 6px);
  background: #fff;
  box-shadow: 0 20px 48px rgba(31, 41, 51, .08);
}

.enterprise-about-card.has-media {
  display: grid;
  gap: 1rem;
}

.enterprise-about-media {
  overflow: hidden;
  border-radius: calc(var(--enterprise-radius) - 2px);
  aspect-ratio: 16 / 10;
  background: #eef6f4;
}

.enterprise-about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enterprise-about-content {
  padding: .2rem .25rem .35rem;
}

.enterprise-about-content p {
  margin: 0;
  color: var(--enterprise-muted);
  line-height: 1.95;
}

.enterprise-about-button {
  min-width: 136px;
}

.enterprise-advantage-card,
.enterprise-process-card {
  height: 100%;
  padding: 1.3rem 1.2rem;
  border: 1px solid var(--enterprise-line);
  border-radius: var(--enterprise-radius);
  background: #fff;
  box-shadow: 0 18px 45px rgba(31, 41, 51, .06);
}

.enterprise-advantage-icon,
.enterprise-process-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 52px;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: rgba(20, 108, 99, .1);
  color: var(--enterprise-primary);
  font-size: 1.15rem;
  font-weight: 800;
}

.enterprise-advantage-card h3,
.enterprise-process-card h3 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 700;
}

.enterprise-advantage-card p,
.enterprise-process-card p {
  margin: .75rem 0 0;
  color: var(--enterprise-muted);
  line-height: 1.9;
}

.enterprise-process-detail-section .enterprise-process-card {
  background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
}

@media (min-width: 992px) {
  .enterprise-about-card.has-media {
    grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
    align-items: stretch;
  }

  .enterprise-about-media {
    height: 100%;
    min-height: 100%;
    aspect-ratio: auto;
  }

  .enterprise-history-timeline {
    --enterprise-history-padding-left: 2rem;
    --enterprise-history-marker-offset: -1.34rem;
    gap: 1.9rem;
  }

  .enterprise-history-card {
    display: grid;
    grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  }

  .enterprise-history-card:not(.has-image) {
    grid-template-columns: minmax(0, 1fr);
  }

  .enterprise-history-media {
    height: 100%;
    min-height: 100%;
    aspect-ratio: auto;
  }
}

@media (max-width: 767.98px) {
  .enterprise-history-timeline {
    --enterprise-history-padding-left: 1.15rem;
    --enterprise-history-marker-offset: -.77rem;
  }

  .enterprise-history-body {
    padding: 1rem;
  }
}


.hero-visual-placeholder span {
  color: var(--enterprise-muted);
}

.enterprise-section {
  padding: 76px 0;
}

@supports (content-visibility: auto) {
  .enterprise-home-lazy-section {
    content-visibility: auto;
    contain-intrinsic-size: 720px;
  }
}

.enterprise-section-muted {
  background: #f8faf9;
  border-top: 1px solid var(--enterprise-line);
  border-bottom: 1px solid var(--enterprise-line);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.text-start {
  margin-left: 0;
}

.section-heading h2 {
  margin: 14px 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 800;
}

.section-heading p {
  color: var(--enterprise-muted);
  line-height: 1.8;
}

.enterprise-card {
  border: 1px solid var(--enterprise-line);
  border-radius: var(--enterprise-radius);
  box-shadow: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.enterprise-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(31, 41, 51, .1);
}

.enterprise-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: var(--enterprise-radius) var(--enterprise-radius) 0 0;
}

.enterprise-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enterprise-card .card-title a {
  color: var(--enterprise-ink);
}

.enterprise-card .card-text {
  color: var(--enterprise-muted);
  line-height: 1.7;
}

.enterprise-card .enterprise-product-price {
  margin-top: 1rem;
}

.enterprise-more {
  display: inline-flex;
  align-items: center;
  color: var(--enterprise-primary);
  font-weight: 700;
}

.enterprise-archive-list {
  display: grid;
  gap: 18px;
}

.enterprise-archive-item {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: 22px;
  padding: 1rem;
  border: 1px solid var(--enterprise-line);
  border-radius: var(--enterprise-radius);
  background: #fff;
}

.enterprise-archive-media {
  display: grid;
  min-height: 168px;
  overflow: hidden;
  border-radius: calc(var(--enterprise-radius) - 2px);
  background: #eef5f4;
  color: var(--enterprise-primary);
}

.enterprise-archive-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enterprise-archive-media-placeholder {
  place-items: center;
  padding: 1rem;
  text-align: center;
}

.enterprise-archive-media-placeholder .bi {
  margin: 0;
  font-size: 2rem;
}

.enterprise-archive-media-placeholder span {
  display: none;
}

.enterprise-archive-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: .35rem .35rem .35rem 0;
}

.enterprise-archive-body h2 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.35;
}

.enterprise-archive-body h2 a {
  color: var(--enterprise-ink);
}

.enterprise-archive-body p {
  margin: .75rem 0 0;
  color: var(--enterprise-muted);
  line-height: 1.75;
}

.enterprise-archive-body .enterprise-more {
  margin-top: auto;
  padding-top: 1rem;
}

.enterprise-layout-compact .row > [class*="col-"] {
  width: 100%;
}

.enterprise-layout-compact .enterprise-advantage-card,
.enterprise-layout-compact .enterprise-process-card,
.enterprise-layout-compact .enterprise-team-card,
.enterprise-layout-compact .testimonial {
  min-height: 0;
  padding: 1.15rem;
}

.enterprise-layout-compact .enterprise-advantage-card,
.enterprise-layout-compact .enterprise-process-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 1rem;
  row-gap: .35rem;
  align-items: start;
}

.enterprise-layout-compact .enterprise-advantage-icon,
.enterprise-layout-compact .enterprise-process-step {
  grid-row: 1 / span 2;
  margin-bottom: 0;
}

.enterprise-layout-compact .enterprise-advantage-card h3,
.enterprise-layout-compact .enterprise-process-card h3 {
  align-self: center;
  margin-top: 0;
}

.enterprise-layout-compact .enterprise-advantage-card p,
.enterprise-layout-compact .enterprise-process-card p {
  grid-column: 2;
  margin-top: 0;
}

.enterprise-layout-compact .enterprise-certificate-grid,
.enterprise-layout-compact .partner-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.enterprise-layout-compact .enterprise-certificate-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
}

.enterprise-layout-compact .enterprise-certificate-media {
  aspect-ratio: auto;
  height: 100%;
}

.enterprise-layout-compact .partner-item {
  min-height: 62px;
}

.enterprise-layout-compact .enterprise-team-card-head,
.enterprise-layout-compact .testimonial-head {
  align-items: flex-start;
}

.enterprise-layout-compact .enterprise-job-card {
  grid-template-columns: minmax(0, 1fr);
}

.enterprise-layout-compact .enterprise-job-action {
  align-items: stretch;
}

.enterprise-layout-compact .enterprise-job-action .btn {
  width: 100%;
}

.enterprise-layout-compact .enterprise-history-timeline {
  display: grid;
  gap: 16px;
}

.enterprise-layout-compact .enterprise-history-item {
  grid-template-columns: minmax(0, 120px) minmax(0, 1fr);
  gap: 16px;
}

.enterprise-layout-compact .enterprise-faq-list {
  display: grid;
  gap: 12px;
}

.enterprise-layout-icon-large .enterprise-advantage-card,
.enterprise-layout-icon-large .enterprise-process-card {
  padding: 1.75rem 1.45rem;
  text-align: center;
}

.enterprise-layout-icon-large .enterprise-advantage-icon,
.enterprise-layout-icon-large .enterprise-process-step {
  min-width: 68px;
  min-height: 68px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 22px;
  font-size: 1.35rem;
}

.enterprise-layout-title-only .row > [class*="col-"] {
  width: 100%;
}

.enterprise-layout-title-only .enterprise-advantage-card,
.enterprise-layout-title-only .enterprise-process-card {
  display: flex;
  align-items: center;
  min-height: 0;
  padding: 1rem 1.1rem;
  gap: .85rem;
  box-shadow: none;
}

.enterprise-layout-title-only .enterprise-advantage-icon,
.enterprise-layout-title-only .enterprise-process-step {
  min-width: 38px;
  min-height: 38px;
  margin: 0;
  border-radius: 12px;
  font-size: .98rem;
}

.enterprise-layout-title-only .enterprise-advantage-card p,
.enterprise-layout-title-only .enterprise-process-card p,
.enterprise-layout-title-only .enterprise-team-avatar,
.enterprise-layout-title-only .enterprise-team-tags,
.enterprise-layout-title-only .enterprise-team-summary,
.enterprise-layout-title-only .enterprise-team-footer,
.enterprise-layout-title-only .enterprise-certificate-media,
.enterprise-layout-title-only .enterprise-certificate-body small,
.enterprise-layout-title-only .enterprise-job-meta,
.enterprise-layout-title-only .enterprise-job-summary,
.enterprise-layout-title-only .enterprise-job-details,
.enterprise-layout-title-only .enterprise-job-action,
.enterprise-layout-title-only .enterprise-history-media,
.enterprise-layout-title-only .enterprise-history-subtitle,
.enterprise-layout-title-only .enterprise-history-body p,
.enterprise-layout-title-only .enterprise-faq-answer {
  display: none;
}

.enterprise-layout-title-only .enterprise-certificate-card {
  padding: 1rem 1.1rem;
  box-shadow: none;
}

.enterprise-layout-title-only .enterprise-certificate-body {
  padding: 0;
}

.enterprise-layout-title-only .enterprise-team-card {
  min-height: 0;
  padding: 1rem 1.1rem;
}

.enterprise-layout-title-only .enterprise-team-card-head {
  gap: 0;
}

.enterprise-layout-title-only .enterprise-history-timeline {
  display: grid;
  gap: 12px;
}

.enterprise-layout-title-only .enterprise-history-card {
  box-shadow: none;
}

.enterprise-layout-title-only .enterprise-history-body {
  padding: 1rem 1.1rem;
}

.enterprise-layout-title-only .enterprise-faq-list {
  gap: 10px;
}

.enterprise-layout-title-only .enterprise-faq-item summary {
  padding: .85rem 2.75rem .85rem 1rem;
}

.enterprise-layout-image-only .enterprise-certificate-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.enterprise-layout-image-only .enterprise-certificate-card {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.enterprise-layout-image-only .enterprise-certificate-body {
  display: none;
}

.enterprise-layout-image-only .enterprise-certificate-media {
  border: 1px solid var(--enterprise-line);
  border-radius: var(--enterprise-radius);
  background: #fff;
}

.enterprise-layout-timeline .row > [class*="col-"] {
  width: 100%;
}

.enterprise-layout-timeline .enterprise-process-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  min-height: 0;
  gap: 1rem;
  padding: 1.2rem 1.25rem;
}

.enterprise-layout-timeline .enterprise-process-card::before {
  content: "";
  position: absolute;
  top: 1.45rem;
  bottom: -1.45rem;
  left: 2.72rem;
  width: 1px;
  background: rgba(20, 108, 99, .18);
}

.enterprise-layout-timeline .row > [class*="col-"]:last-child .enterprise-process-card::before {
  display: none;
}

.enterprise-layout-timeline .enterprise-process-step {
  position: relative;
  z-index: 1;
  margin: 0;
}

.enterprise-layout-timeline .enterprise-process-card h3,
.enterprise-layout-timeline .enterprise-process-card p {
  grid-column: 2;
}

.enterprise-layout-avatar-large .enterprise-team-card,
.enterprise-layout-avatar-large .testimonial {
  align-items: center;
  text-align: center;
}

.enterprise-layout-avatar-large .enterprise-team-card-head,
.enterprise-layout-avatar-large .testimonial-head {
  flex-direction: column;
  text-align: center;
}

.enterprise-layout-avatar-large .enterprise-team-avatar,
.enterprise-layout-avatar-large .testimonial-avatar {
  width: 96px;
  height: 96px;
  flex: 0 0 96px;
}

.enterprise-layout-quote-only .testimonial {
  border-left: 4px solid var(--enterprise-accent);
  box-shadow: none;
}

.enterprise-layout-quote-only .testimonial-head {
  display: none;
}

.enterprise-layout-quote-only .testimonial p {
  color: var(--enterprise-ink);
  font-size: 1.02rem;
}

.enterprise-layout-logo-large .partner-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.enterprise-layout-logo-large .partner-item {
  min-height: 128px;
  padding: 1.4rem;
}

.enterprise-layout-logo-large .partner-item img {
  max-width: 190px;
  max-height: 82px;
}

.enterprise-layout-split .enterprise-job-card {
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 1.75rem;
  background: linear-gradient(180deg, #fff 0%, #f8fbfa 100%);
}

.enterprise-layout-split .enterprise-job-details {
  padding-top: 1rem;
  border-top: 1px solid var(--enterprise-line);
}

.enterprise-layout-media-left .enterprise-history-timeline {
  display: grid;
  gap: 18px;
}

.enterprise-layout-media-left .enterprise-history-item {
  grid-template-columns: minmax(0, 120px) minmax(0, 1fr);
  gap: 18px;
}

@media (min-width: 768px) {
  .enterprise-layout-media-left .enterprise-history-card {
    display: grid;
    grid-template-columns: minmax(160px, 240px) minmax(0, 1fr);
  }

  .enterprise-layout-media-left .enterprise-history-media {
    height: 100%;
    aspect-ratio: auto;
  }

  .enterprise-layout-two-column .enterprise-faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
}

.enterprise-product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .45rem;
  color: var(--enterprise-muted);
}

.price-current {
  color: var(--enterprise-primary);
  font-size: 1.55rem;
  line-height: 1;
  font-weight: 800;
}

.price-text {
  color: var(--enterprise-primary);
  font-size: 1.25rem;
  font-weight: 800;
}

.price-unit,
.price-old {
  color: var(--enterprise-muted);
}

.enterprise-product-summary {
  margin-bottom: 38px;
}

.enterprise-product-media,
.enterprise-product-card,
.enterprise-product-panel {
  border: 1px solid var(--enterprise-line);
  border-radius: var(--enterprise-radius);
  background: #fff;
}

.enterprise-product-media {
  height: 100%;
  min-height: 320px;
  overflow: hidden;
}

.enterprise-product-media > img,
.enterprise-product-gallery .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enterprise-product-gallery {
  padding: 12px;
}

.enterprise-product-gallery .carousel {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.enterprise-product-gallery .carousel-inner {
  border-radius: calc(var(--enterprise-radius) - 6px);
  overflow: hidden;
}

.enterprise-product-gallery .carousel-item {
  min-height: 320px;
  background: var(--enterprise-surface);
}

.enterprise-product-gallery .carousel-control-prev,
.enterprise-product-gallery .carousel-control-next {
  width: 14%;
  opacity: .85;
}

.enterprise-product-gallery .carousel-control-prev-icon,
.enterprise-product-gallery .carousel-control-next-icon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  background-color: rgba(15, 23, 42, .48);
}

.enterprise-product-thumbs {
  position: static;
  margin: 12px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 8px;
}

.enterprise-product-thumbs [data-bs-target] {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 1px solid var(--enterprise-line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  opacity: 1;
  text-indent: 0;
}

.enterprise-product-thumbs [data-bs-target].active {
  border-color: var(--enterprise-primary);
  box-shadow: 0 0 0 2px rgba(20, 108, 99, .16);
}

.enterprise-product-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.enterprise-product-placeholder {
  height: 100%;
  min-height: 320px;
  display: grid;
  place-items: center;
  color: var(--enterprise-primary);
  font-weight: 800;
  background: var(--enterprise-surface);
}

.enterprise-product-card {
  height: 100%;
  padding: 1.5rem;
}

.enterprise-product-card .enterprise-product-price {
  margin: 1.2rem 0;
}

.enterprise-product-promo,
.enterprise-product-sales {
  color: var(--enterprise-muted);
  line-height: 1.7;
}

.enterprise-product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 1.2rem 0;
}

.enterprise-product-badges span {
  padding: .35rem .65rem;
  border: 1px solid rgba(20, 108, 99, .18);
  border-radius: 999px;
  color: var(--enterprise-primary);
  background: #f5faf8;
  font-size: .88rem;
  font-weight: 700;
}

.enterprise-product-action {
  margin-top: .35rem;
}

.enterprise-product-panel {
  margin-top: 34px;
  padding: 1.5rem;
}

.enterprise-product-panel h2 {
  margin: 0 0 1rem;
  font-size: 1.4rem;
  font-weight: 800;
}

.enterprise-product-params {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--enterprise-line);
  border-radius: var(--enterprise-radius);
}

.enterprise-product-params div {
  display: grid;
  grid-template-columns: minmax(110px, 34%) 1fr;
  border-bottom: 1px solid var(--enterprise-line);
}

.enterprise-product-params div:nth-last-child(-n+2) {
  border-bottom: 0;
}

.enterprise-product-params dt,
.enterprise-product-params dd {
  margin: 0;
  padding: .8rem .95rem;
}

.enterprise-product-params dt {
  color: var(--enterprise-muted);
  background: #f8faf9;
  font-weight: 700;
}

.enterprise-product-params dd {
  color: var(--enterprise-ink);
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
}

.enterprise-certificate-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.enterprise-certificate-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--enterprise-line);
  border-radius: var(--enterprise-radius);
  background: #fff;
  color: var(--enterprise-ink);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.enterprise-certificate-card:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 108, 99, 0.24);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.enterprise-certificate-media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f5f8f7;
}

.enterprise-certificate-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enterprise-certificate-placeholder {
  color: var(--enterprise-primary);
  font-weight: 700;
}

.enterprise-certificate-placeholder .bi {
  font-size: 1.6rem;
}

.enterprise-certificate-body {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  padding: 1rem 1.05rem 1.1rem;
}

.enterprise-certificate-body strong {
  color: var(--enterprise-ink);
  font-size: 1.02rem;
}

.enterprise-certificate-body small {
  color: var(--enterprise-muted);
  font-size: .92rem;
  line-height: 1.7;
}

.partner-item {
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: 1rem;
  border: 1px solid var(--enterprise-line);
  border-radius: var(--enterprise-radius);
  background: #fff;
  color: var(--enterprise-ink);
  font-weight: 700;
}

.partner-item img {
  max-width: 128px;
  max-height: 52px;
  object-fit: contain;
}

.testimonial {
  height: 100%;
  margin: 0;
  padding: 1.5rem;
  border: 1px solid var(--enterprise-line);
  border-radius: var(--enterprise-radius);
  background: #fff;
}

.testimonial-head {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-bottom: 1rem;
}

.testimonial-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  overflow: hidden;
  border-radius: 50%;
  background: #eef5f4;
  color: var(--enterprise-primary);
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-avatar-placeholder .bi {
  font-size: 1.9rem;
}

.testimonial-meta {
  min-width: 0;
}

.testimonial p {
  color: var(--enterprise-muted);
  line-height: 1.8;
  margin-bottom: 0;
}

.testimonial cite {
  display: block;
  color: var(--enterprise-ink);
  font-style: normal;
  font-weight: 700;
}

.testimonial-role {
  display: block;
  margin-top: .25rem;
  color: var(--enterprise-muted);
  font-size: .95rem;
}

.enterprise-team-section {
  background: #fff;
}

.enterprise-team-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem;
  border: 1px solid var(--enterprise-line);
  border-radius: var(--enterprise-radius);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
}

.enterprise-team-card-head {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.enterprise-team-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  overflow: hidden;
  border-radius: 50%;
  background: #eef5f4;
  color: var(--enterprise-primary);
}

.enterprise-team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enterprise-team-avatar-placeholder .bi {
  font-size: 2rem;
}

.enterprise-team-meta {
  min-width: 0;
}

.enterprise-team-meta h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
}

.enterprise-team-meta h3 a {
  color: inherit;
  text-decoration: none;
}

.enterprise-team-position {
  display: block;
  margin-top: .35rem;
  color: var(--enterprise-muted);
  line-height: 1.6;
}

.enterprise-team-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1rem;
}

.enterprise-team-tags span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .38rem .7rem;
  border-radius: 999px;
  background: #eef5f4;
  color: var(--enterprise-muted);
  font-size: .9rem;
}

.enterprise-team-tags .bi {
  color: var(--enterprise-primary);
}

.enterprise-team-summary {
  margin: 1rem 0 0;
  color: var(--enterprise-muted);
  line-height: 1.8;
}

.enterprise-team-footer {
  margin-top: auto;
  padding-top: 1rem;
}

.enterprise-team-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: var(--enterprise-primary);
  font-weight: 700;
  text-decoration: none;
}

.enterprise-team-link:hover {
  color: var(--enterprise-primary);
}

.enterprise-recruit-section {
  background: #fff;
}

.enterprise-recruit-tabs {
  gap: .6rem;
  margin-bottom: 28px;
}

.enterprise-recruit-tabs .nav-link {
  border: 1px solid var(--enterprise-line);
  border-radius: 999px;
  color: var(--enterprise-ink);
  font-weight: 700;
}

.enterprise-recruit-tabs .nav-link.active {
  border-color: var(--enterprise-primary);
  background: var(--enterprise-primary);
}

.enterprise-recruit-category-intro {
  max-width: 760px;
  margin: 0 auto 22px;
  color: var(--enterprise-muted);
  text-align: center;
  line-height: 1.8;
}

.enterprise-recruit-page-intro {
  max-width: 760px;
  margin: 0 auto 28px;
  color: var(--enterprise-muted);
  text-align: center;
  line-height: 1.8;
}

.enterprise-job-list {
  display: grid;
  gap: 18px;
}

.enterprise-job-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  padding: 1.5rem;
  border: 1px solid var(--enterprise-line);
  border-radius: var(--enterprise-radius);
  background: #fff;
}

.enterprise-job-card h3 {
  margin: 0 0 .9rem;
  font-size: 1.35rem;
  font-weight: 800;
}

.enterprise-job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.enterprise-job-meta span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .35rem .6rem;
  border-radius: 999px;
  color: var(--enterprise-muted);
  background: #f8faf9;
  font-size: .9rem;
}

.enterprise-job-meta strong {
  color: var(--enterprise-ink);
}

.enterprise-job-meta .bi {
  color: var(--enterprise-primary);
}

.enterprise-job-summary {
  margin: 1rem 0 0;
  color: var(--enterprise-muted);
  line-height: 1.8;
}

.enterprise-job-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 1rem;
}

.enterprise-job-details h4 {
  margin: 0 0 .55rem;
  font-size: 1rem;
  font-weight: 800;
}

.enterprise-job-details ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--enterprise-muted);
  line-height: 1.8;
}

.enterprise-job-action {
  display: flex;
  align-items: flex-start;
}

.enterprise-card-meta {
  display: grid;
  gap: .65rem;
  margin: .95rem 0 0;
}

.enterprise-card-meta div {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .4rem;
  padding: .6rem .75rem;
  border: 1px solid var(--enterprise-line);
  border-radius: calc(var(--enterprise-radius) * .6);
  background: rgba(255, 255, 255, .88);
}

.enterprise-card-meta dt,
.enterprise-card-meta dd {
  margin: 0;
}

.enterprise-card-meta dt {
  color: var(--enterprise-muted);
  font-size: .82rem;
  font-weight: 700;
}

.enterprise-card-meta dd {
  color: var(--enterprise-ink);
  font-size: .95rem;
  font-weight: 700;
}

.enterprise-empty {
  padding: 1.25rem;
  border: 1px dashed var(--enterprise-line);
  border-radius: var(--enterprise-radius);
  color: var(--enterprise-muted);
  text-align: center;
  background: #f8faf9;
}

.enterprise-contact-section {
  background: var(--enterprise-surface);
}

.contact-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: var(--enterprise-muted);
  line-height: 2;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.contact-list .bi {
  flex: 0 0 auto;
  margin-top: 0;
  color: var(--enterprise-primary);
  line-height: 1;
}

.contact-list span {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.enterprise-form-label {
  display: inline-flex;
  align-items: center;
}

.enterprise-contact-form {
  padding: 1.5rem;
  border: 1px solid var(--enterprise-line);
  border-radius: var(--enterprise-radius);
  background: #fff;
}

.enterprise-page-head {
  padding: 64px 0 42px;
  background: var(--enterprise-surface);
  border-bottom: 1px solid var(--enterprise-line);
}

.enterprise-page-head h1 {
  max-width: 900px;
  margin: 12px 0 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
}

.enterprise-page-head p,
.detail-meta {
  color: var(--enterprise-muted);
}

.enterprise-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  color: var(--enterprise-muted);
  font-size: .92rem;
}

.enterprise-detail-body {
  padding-top: 54px;
  padding-bottom: 76px;
}

.enterprise-team-page-head {
  background: linear-gradient(180deg, #f7fbfa 0%, #eef5f4 100%);
}

.enterprise-team-hero {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 28px;
  margin-top: 20px;
}

.enterprise-team-hero-media {
  min-height: 320px;
  overflow: hidden;
  border-radius: calc(var(--enterprise-radius) + 4px);
  border: 1px solid var(--enterprise-line);
  background: #fff;
}

.enterprise-team-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.enterprise-team-hero-placeholder {
  display: grid;
  place-items: center;
  color: var(--enterprise-primary);
  background: #fff;
}

.enterprise-team-hero-placeholder .bi {
  font-size: 4.5rem;
}

.enterprise-team-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.enterprise-team-hero-position {
  margin: .9rem 0 0;
  color: var(--enterprise-ink);
  font-size: 1.2rem;
  font-weight: 700;
}

.enterprise-team-hero-tags {
  margin-top: 1.15rem;
}

.enterprise-team-hero-summary {
  max-width: 760px;
  margin: 1.1rem 0 0;
  color: var(--enterprise-muted);
  font-size: 1.05rem;
  line-height: 1.85;
}

.enterprise-team-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.25rem;
}

.enterprise-team-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .42rem .75rem;
  border-radius: 999px;
  color: var(--enterprise-muted);
  background: rgba(255, 255, 255, .85);
  border: 1px solid var(--enterprise-line);
  font-size: .92rem;
}

.enterprise-team-hero-meta .bi {
  color: var(--enterprise-primary);
}

.enterprise-team-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 1.5rem;
}

.enterprise-team-actions .btn {
  min-width: 168px;
}

.enterprise-team-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1rem;
}

.enterprise-team-subnav a {
  display: inline-flex;
  align-items: center;
  padding: .45rem .8rem;
  border-radius: 999px;
  border: 1px solid rgba(20, 108, 99, .14);
  background: rgba(255, 255, 255, .72);
  color: var(--enterprise-ink);
  font-size: .92rem;
  text-decoration: none;
}

.enterprise-team-subnav a:hover {
  border-color: rgba(20, 108, 99, .3);
  color: var(--enterprise-primary);
}

.enterprise-team-detail-body {
  max-width: 980px;
}

.enterprise-team-profile-section {
  margin-bottom: 2rem;
}

.enterprise-team-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 24px;
  align-items: start;
}

.enterprise-team-profile-main {
  display: grid;
  gap: 20px;
}

.enterprise-team-detail-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.enterprise-team-detail-card,
.enterprise-team-credentials,
.enterprise-team-contact-card {
  padding: 1.35rem;
  border: 1px solid var(--enterprise-line);
  border-radius: var(--enterprise-radius);
  background: #fff;
}

.enterprise-team-detail-card {
  display: grid;
  gap: .55rem;
}

.enterprise-team-detail-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #eef5f4;
  color: var(--enterprise-primary);
}

.enterprise-team-detail-card small {
  color: var(--enterprise-muted);
  font-size: .88rem;
}

.enterprise-team-detail-card strong {
  color: var(--enterprise-ink);
  font-size: 1rem;
  line-height: 1.6;
}

.enterprise-team-credentials h2,
.enterprise-team-contact-card h2 {
  margin: 0 0 .85rem;
  font-size: 1.2rem;
  font-weight: 800;
}

.enterprise-team-credentials ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--enterprise-muted);
  line-height: 1.9;
}

.enterprise-team-contact-card {
  position: sticky;
  top: 112px;
}

.enterprise-team-contact-card p {
  margin: .85rem 0 1rem;
  color: var(--enterprise-muted);
  line-height: 1.8;
}

.enterprise-team-contact-card .btn {
  width: 100%;
}

.enterprise-same-team-posts .enterprise-team-card {
  height: 100%;
}

.detail-cover {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 32px;
  border-radius: var(--enterprise-radius);
  object-fit: cover;
}

.content {
  color: #2b3640;
  font-size: 1.05rem;
  line-height: 1.9;
}

.content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--enterprise-radius);
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 32px;
}

.detail-tags a,
.turn-card {
  display: block;
  padding: .8rem 1rem;
  border: 1px solid var(--enterprise-line);
  border-radius: var(--enterprise-radius);
  color: var(--enterprise-ink);
  background: #fff;
}

.enterprise-category-children {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin: 0 0 32px;
}

.enterprise-category-child {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .78rem 1rem;
  border: 1px solid var(--enterprise-line);
  border-radius: var(--enterprise-radius);
  background: #fff;
  color: var(--enterprise-ink);
  font-weight: 700;
}

.enterprise-category-child small {
  min-width: 1.6rem;
  padding: .1rem .45rem;
  border-radius: 999px;
  background: #eef5f4;
  color: var(--enterprise-primary);
  text-align: center;
  font-size: .78rem;
}

.enterprise-home-category-children {
  margin: -8px 0 32px;
}

.enterprise-home-category-children .enterprise-category-children {
  justify-content: center;
  margin: 0;
}

.enterprise-home-section-actions {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.enterprise-home-section-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-weight: 700;
}

.enterprise-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
}

.enterprise-tag-cloud a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .72rem 1rem;
  border: 1px solid var(--enterprise-line);
  border-radius: 999px;
  background: #fff;
  color: var(--enterprise-ink);
  font-weight: 700;
}

.enterprise-tag-cloud small {
  color: var(--enterprise-primary);
  font-weight: 800;
}

.enterprise-pagebar {
  text-align: center;
}

.footer-stats {
  background: #fff;
  border-top: 1px solid var(--enterprise-line);
}

.stat-item strong {
  display: block;
  color: var(--enterprise-primary);
  font-size: 2rem;
  line-height: 1;
}

.stat-item small {
  margin-left: .2rem;
  font-size: 1rem;
}

.stat-item span {
  color: var(--enterprise-muted);
}

.enterprise-footer {
  background: #18211f;
  color: rgba(255,255,255,.72);
}

.enterprise-footer h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.enterprise-footer a {
  color: rgba(255,255,255,.82);
}

.footer-logo {
  max-height: 46px;
  margin-bottom: 18px;
}

.footer-links,
.footer-contact {
  padding: 0;
  list-style: none;
  line-height: 2;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: .7rem;
}

.footer-contact .bi {
  flex: 0 0 auto;
  margin-top: 0;
  color: var(--enterprise-accent);
  font-size: 1rem;
  line-height: 1;
}

.footer-contact span {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.footer-qrcode {
  max-width: 120px;
  border-radius: var(--enterprise-radius);
}

.footer-friend-links {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.footer-friend-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1rem;
}

.footer-friend-link-list a {
  color: rgba(255,255,255,.68);
  font-size: .92rem;
}

.footer-bottom {
  border-top-color: rgba(255,255,255,.08) !important;
  color: rgba(255,255,255,.58);
  font-size: .92rem;
}

.enterprise-error {
  background: var(--enterprise-surface);
}

@media (max-width: 991.98px) {
  .enterprise-hero {
    padding: 64px 0;
  }

  .enterprise-nav {
    width: 100%;
    margin-top: 1rem;
  }

  .enterprise-nav > li {
    border-top: 1px solid var(--enterprise-line);
  }

  .enterprise-nav > li:last-child {
    border-bottom: 1px solid var(--enterprise-line);
  }

  .enterprise-nav > li > a {
    padding: .9rem 0;
  }

  .enterprise-nav > li.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .enterprise-nav > li.menu-item-has-children > a {
    flex: 1 1 auto;
    min-width: 0;
  }

  .enterprise-submenu-toggle {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .enterprise-nav > li.menu-item-has-children > ul {
    display: none;
    width: 100%;
    margin-bottom: .8rem;
    padding: .15rem 0 .15rem 1rem;
    border: 0;
    border-left: 2px solid rgba(20, 108, 99, .14);
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .enterprise-nav > li.menu-item-has-children.is-open > ul {
    display: block;
  }

  .enterprise-nav > li.menu-item-has-children > ul > li > a {
    padding: .5rem 0;
    white-space: normal;
    color: var(--enterprise-muted);
  }

  .enterprise-home-poster {
    padding: 0;
  }

  .enterprise-search {
    margin-top: 1rem;
  }
}

@media (min-width: 992px) {
  .enterprise-nav > li.menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    margin-left: .45rem;
    vertical-align: .18em;
    border-top: .3em solid currentColor;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
  }

  .enterprise-nav > li.menu-item-has-children > ul {
    position: absolute;
    top: calc(100% + .35rem);
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 13rem;
  }

  .enterprise-nav > li.menu-item-has-children:hover > ul,
  .enterprise-nav > li.menu-item-has-children:focus-within > ul,
  .enterprise-nav > li.menu-item-has-children.is-open > ul {
    display: block;
  }

  .enterprise-nav > li.enterprise-demo-pages-nav > ul {
    right: 0;
    left: auto;
  }
}

@media (max-width: 575.98px) {
  .enterprise-archive-item {
    grid-template-columns: minmax(0, 1fr);
  }

  .enterprise-archive-body {
    padding: 0;
  }

  .enterprise-section {
    padding: 54px 0;
  }

  .enterprise-hero h1 {
    font-size: 2.35rem;
  }

  .enterprise-poster,
  .enterprise-poster-slide,
  .enterprise-poster-caption {
    min-height: 420px;
  }

  .enterprise-poster-caption {
    padding: 3rem 0;
  }

  .enterprise-poster-caption p {
    font-size: 1rem;
  }

  .enterprise-poster-carousel .carousel-control-prev,
  .enterprise-poster-carousel .carousel-control-next {
    width: 14%;
  }

  .enterprise-contact-form {
    padding: 1rem;
  }

  .enterprise-product-params {
    grid-template-columns: 1fr;
  }

  .enterprise-product-params div:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--enterprise-line);
  }

  .enterprise-product-params div:last-child {
    border-bottom: 0;
  }

  .enterprise-job-card,
  .enterprise-job-details {
    grid-template-columns: 1fr;
  }

  .enterprise-team-hero {
    grid-template-columns: 1fr;
  }

  .enterprise-team-hero-media {
    min-height: 280px;
  }

  .enterprise-team-profile-grid {
    grid-template-columns: 1fr;
  }

  .enterprise-team-contact-card {
    position: static;
  }

  .enterprise-team-actions .btn {
    width: 100%;
  }

  .enterprise-team-subnav a {
    width: 100%;
    justify-content: center;
  }

  .enterprise-job-action .btn {
    width: 100%;
  }
}