/* Saint Global — section nav bars (Strategic Direction + Services) */

.body-76 .section-regular-17 {
  padding-left: 5%;
  padding-right: 5%;
}

.body-76 .section-regular-17 .code-embed-5 {
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  border: none;
  background: transparent;
  padding: 0;
  overflow: visible;
}

.body-76 .section-regular-17 .code-embed-5 .opacity-sweep {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  overflow: visible;
}

.body-76 .section-103 .container-regular-6,
.body-76 .section-104 .tabs-7,
.body-76 .section-104 .div-block-782 {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.body-76 .section-103 .tabs-8 {
  width: 100%;
  margin-inline: auto;
  border-radius: 11px;
}

.body-76 .section-103 .tabs-menu-8 {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.body-76 .section-103 .tab-link-3 {
  width: auto;
  flex: 1 1 0;
  min-width: min(100%, 220px);
  max-width: none;
  border-radius: 11px;
}

.body-76 .section-104 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 5%;
  overflow: visible;
}

.body-76 .section-104 .tabs-7 {
  width: 100%;
  overflow: visible;
}

.body-76 .section-104 .tabs-menu-9 {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
  margin-bottom: 1.5rem;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 1.25rem;
  scroll-padding-inline: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--sg-dbb, #26556a) rgba(38, 85, 106, 0.14);
}

.body-76 .section-104 .tabs-menu-9::-webkit-scrollbar {
  height: 6px;
}

.body-76 .section-104 .tabs-menu-9::-webkit-scrollbar-track {
  background: rgba(38, 85, 106, 0.14);
  border-radius: 999px;
}

.body-76 .section-104 .tabs-menu-9::-webkit-scrollbar-thumb {
  background: var(--sg-dbb, #26556a);
  border-radius: 999px;
}

.body-76 .section-104 .tabs-menu-9::-webkit-scrollbar-thumb:hover {
  background: #1e4454;
}

.body-76 .section-104 .tab-design {
  border: 1px solid rgba(38, 85, 106, 0.14);
  border-radius: 11px;
  box-shadow: 0 8px 22px rgba(10, 30, 38, 0.1);
  transition:
    transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.body-76 .section-104 .tab-design:hover,
.body-76 .section-104 .tab-design.w--current {
  border-color: rgba(38, 85, 106, 0.32);
}

.body-76 .section-104 .tab-design.w--current {
  transform: translate3d(0, -8px, 0);
  box-shadow: 0 16px 32px rgba(10, 30, 38, 0.16);
}

@media screen and (min-width: 992px) {
  .body-76 .section-regular-17,
  .body-76 .section-104 {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .body-76 .section-104 .tabs-menu-9 {
    margin-top: 1.25rem;
    padding-bottom: 1rem;
  }

  .body-76 .section-104 .tab-design {
    width: 170px;
    min-width: 170px;
    height: 260px;
    margin-right: 14px;
  }
}
