/* SeeMS generated embedded styles start */

.w-dropdown-link {
  white-space: normal;
}

.w-dropdown-link.w--current {
  color: #000;
}

/* ---- Base contract on .c-nav ---- */

.c-nav,

.quantum-zenith-design-system--c-nav {
  --nav-link-color: #000;
  --nav-link-display: flex;
  --nav-arrow-white-display: none;
  --dropdown-link-color: white;
  --dropdown-link-hover-bg: transparent;
  --dropdown-link-hover-color: #e30110;
  --dropdown-list-bg: #00000080;
  --nav-active-color: #e30110;
  --nav-bg-color: white;
  --nav-border-bottom: #0003;
  --nm-ann: 0px;
  /* announcement height */
  --nm-ticker: 0px;
  /* ticker height */
}

/* ---- Transparent variant overrides the contract ---- */

.c-nav[data-wf--nav--variant="transparent"],

.c-nav[data-wf--nav--variant="group_transparent"],

.c-nav_mobile,

.quantum-zenith-design-system--c-nav_mobile,

.quantum-zenith-design-system--c-nav[data-wf--quantum-zenith-design-system--nav--variant='transparent'],

.quantum-zenith-design-system--c-nav[data-wf--quantum-zenith-design-system--nav--variant='group_transparent'] {
  --nav-link-color: #fff;
  --nav-link-display: flex;
  --nav-arrow-white-display: block;
  --dropdown-link-color: #fff;
  --dropdown-link-hover-bg: #000;
  --dropdown-link-hover-color: #e30110;
  --dropdown-list-bg: #00000080;
  --nav-active-color: white;
  --nav-bg-color: #0000;
  --nav-border-bottom: #fff3;
}

.c-nav,

.quantum-zenith-design-system--c-nav {
  background-color: var(--nav-bg-color);
  border-bottom: 1px solid var(--nav-border-bottom);

  .qz-group_pill,
  .quantum-zenith-design-system--qz-group_pill {
    color: var(--nav-link-color);
  }
}

/* ---- Children consume ---- */

.c-nav .nav-link,

.quantum-zenith-design-system--c-nav .quantum-zenith-design-system--nav-link,

.c-nav .site-switcher_trigger,

.quantum-zenith-design-system--c-nav .quantum-zenith-design-system--site-switcher_trigger {
  color: var(--nav-link-color);
  display: var(--nav-link-display);

  &.w--current {
    color: var(--nav-active-color);
    background-color: color-mix(in srgb, var(--nav-active-color)5%, transparent);
    border-bottom-color: var(--nav-active-color);
  }
}

.c-nav .nav-dropdown_list,

.quantum-zenith-design-system--c-nav .quantum-zenith-design-system--nav-dropdown_list {
  backdrop-filter: blur(8px);
}

.c-nav .nav-dropdown_item .dropdown-link,

.quantum-zenith-design-system--c-nav .quantum-zenith-design-system--nav-dropdown_item .quantum-zenith-design-system--dropdown-link {
  color: var(--dropdown-link-color);
  transition:
    background-color 0.2s,
    color 0.2s;

  &.w--current {
    color: var(--nav-active-color);
    background-color: rgba(255, 255, 255, 0.1));
  }
}

.c-nav .nav-dropdown_item .dropdown-link:hover,

.quantum-zenith-design-system--c-nav .quantum-zenith-design-system--nav-dropdown_item .quantum-zenith-design-system--dropdown-link:hover {
  background-color: var(--dropdown-link-hover-bg);
  color: var(--dropdown-link-hover-color);
}

.quantum-zenith-design-system--nav-dropdown_list.w--open {
  background-color: var(--dropdown-list-bg) !important;
}

.nav-dropdown,

.quantum-zenith-design-system--nav-dropdown {
  &:has(.w--current) {

    .nav-link,
    .quantum-zenith-design-system--nav-link {
      color: var(--nav-active-color);
      background-color: color-mix(in srgb, var(--nav-active-color), transparent 95%);
      border-bottom: 4px solid var(--nav-active-color);
    }
  }
}

.c-nav_mobile,

.quantum-zenith-design-system--c-nav_mobile {
  --t: 93px;
  padding-top: calc(var(--t) + var(--nm-ann) + var(--nm-ticker));

  &.cc-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0%);
  }
}

.c-nav:has(.c-announcement),

.quantum-zenith-design-system--c-nav:has(.quantum-zenith-design-system--c-announcement) {
  --nm-ann: 48px;

  /* announcement height */
  &:has(.c-ticker),
  &:has(.quantum-zenith-design-system--c-ticker) {
    --nm-ticker: 24px;
    /* ticker height */
  }
}

.menu-icon,

.quantum-zenith-design-system--menu-icon {
  color: var(--nav-link-color);

  &>* {
    transition: transform 0.3s ease, opacity 0.2s ease;
  }
}

.nav-holder:has(+ .c-nav_mobile.cc-open),

.quantum-zenith-design-system--nav-holder:has(+ .quantum-zenith-design-system--c-nav_mobile.cc-open) {

  .menu-icon,
  .quantum-zenith-design-system--menu-icon {
    &>* {
      transform: translateX(-100%);
    }

    &>.open-menu_icon,
    &>.quantum-zenith-design-system--open-menu_icon {
      opacity: 0;
    }
  }
}

.right-stripped {
  background-image: repeating-linear-gradient(135deg, #ebebeb 0px, #ebebeb 2px, transparent 2px, transparent 4px);
}

.reach-grid {
  background-image: linear-gradient(to right, #e5e5e5 1px, transparent 1px), linear-gradient(to bottom, #e5e5e5 1px, transparent 1px);
  background-size:
    calc(100% / 12) 100%,
    /* vertical lines */
    100% calc(100% / 11);
  /* horizontal lines */
}

@media only screen and (max-width: 991px) {
  .reach-grid {
    background-image: none;
  }
}

.reach-grid_item {
  position: relative;
}

.reach-card-image {
  will-change: transform, opacity;
  z-index: 1;
}

.reach-text-wrapper {
  z-index: 2;
}

.scroll-award_card:last-of-type {
  border-bottom: none;
}

/* award block */

.award-block-hover {
  right: -5%;
  top: 10%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 767px) {
  .scroll-award_card:hover .award-block-hover {
    right: 0%;
    top: 5%;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}

/*|-------------------------------------------------------------------------------|*/

/*|                                  global                                       |*/

/*|-------------------------------------------------------------------------------|*/

.striped,

.cc-striped,

[data-striped],

.quantum-zenith-design-system--striped,

.quantum-zenith-design-system--cc-striped {
  --stripe-color: #ebebeb;
  --stripe-gap: 5px;
  --stripe-thickness: 2px;
  background-image: repeating-linear-gradient(135deg, var(--stripe-color) 0px, var(--stripe-color) var(--stripe-thickness), transparent var(--stripe-thickness), transparent var(--stripe-gap));
}

[data-stripe-color="white"] {
  --stripe-color: #f2f2f2;
}

[data-stripe-color="black"] {
  --stripe-color: #1A1A1A;
}

[data-stripe-color="red"] {
  --stripe-color: #EA3340;
}

[data-stripe-color="gray"] {
  --stripe-color: #EFEFEF;
}

.animate-wrapper,

.quantum-zenith-design-system--animate-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms ease;
}

.animate-wrapper.cc-open,

.quantum-zenith-design-system--animate-wrapper.cc-open {
  grid-template-rows: 1fr;
}

.animate-inner,

.quantum-zenith-design-system--animate-inner {
  overflow: hidden;
}

.line-clamp-1,

[data-line-clamp="1"],

.quantum-zenith-design-system--line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2,

[data-line-clamp="2"],

.quantum-zenith-design-system--line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-5,

[data-line-clamp="5"],

.quantum-zenith-design-system--line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.no-scrollbar::-webkit-scrollbar,

[data-no-scrollbar]::-webkit-scrollbar,

.quantum-zenith-design-system--no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar,

[data-no-scrollbar],

.quantum-zenith-design-system--no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.c-popup,

.quantum-zenith-design-system--c-popup {

  .popup-close,
  .quantum-zenith-design-system--popup-close {
    transition-delay: 0.2s;
  }

  &.cc-hide {
    color: rgba(0, 0, 0, 0);
    opacity: 0;
    pointer-events: none;

    .popup-close,
    .quantum-zenith-design-system--popup-close {
      transform: translate(0%, 0%);
    }

    .popup-container,
    .quantum-zenith-design-system--popup-container {
      transform: scale(0.5);
    }
  }

  .popup-container[frameless="true"],
  .quantum-zenith-design-system--popup-container[frameless="true"] {
    padding: 0px;
  }
}

.faq-block.cc-open,

.quantum-zenith-design-system--faq-block.cc-open {

  .animate-wrapper,
  .quantum-zenith-design-system--animate-wrapper {
    grid-template-rows: 1fr;
  }

  .faq-btn,
  .quantum-zenith-design-system--faq-btn {
    color: #1E1E1E;

    .cc-cross,
    .quantum-zenith-design-system--cc-cross {
      transform: rotate(0deg);
    }
  }
}

.news-body,

.quantum-zenith-design-system--news-body {
  p {
    color: #666666;
  }
}

.faq-tabs,

.quantum-zenith-design-system--faq-tabs {
  position: relative;
  --width: 240px;
  --x: 0px;
  --left: 40px;

  &::after {
    content: '';
    position: absolute;
    height: 3px;
    width: var(--width);
    background-color: #e30110;
    bottom: 0px;
    left: var(--left);
    transition: transform 0.3s ease-out, width 0.3s ease;
    transform: translateX(var(--x));
  }
}

.c-nav,

.quantum-zenith-design-system--c-nav {

  &.cc-hide,
  &.quantum-zenith-design-system--cc-hide {
    transform: translateY(-100%);
  }
}

/*|-------------------------------------------------------------------------------|*/

/*|                                  announcement                                 |*/

/*|-------------------------------------------------------------------------------|*/

.marquee,

.quantum-zenith-design-system--marquee {
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 10%);
  mask-image: linear-gradient(to right, transparent 0, black 10%);
}

.marquee__track,

.quantum-zenith-design-system--marquee__track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 40s linear infinite;
}

.marquee__item,

.quantum-zenith-design-system--marquee__item {
  padding-right: 4rem;
  white-space: nowrap;
  flex-shrink: 0;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.marquee:hover .marquee__track,

.quantum-zenith-design-system--marquee:hover .quantum-zenith-design-system--marquee__track {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {

  .marquee__track,
  .quantum-zenith-design-system--marquee__track {
    animation: none;
    transform: translateX(0);
  }
}

a {
  color: inherit;
}

textarea,

input.text,

input[type='text'],

input[type='button'],

input[type='submit'],

.input-checkbox,

.w-input,

.w-select {
  -webkit-appearance: none;
  resize: none;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

/* popup visibility */

body {
  .quantum-zenith-design-system--c-popup {
    opacity: 0;
    pointer-events: none;
  }
}

.slot {
  display: contents;
}

.hero-button,

.c-link,

.update-left,

.update-right,

.swipe-slide_cta,

.contact-button {
  position: relative;
  overflow: hidden;
  --y: 100%;
  --color: black;
  transition: border-color 0.4s ease;

  &::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--color);
    transform: translateY(var(--y));
    transition: transform 0.3s ease-in-out;
  }

  &>* {
    position: relative;
  }

  &.cc-black {
    --color: #e30110;
  }

  &:hover {
    --y: 0%;
    border-color: var(--color);
  }

  &.cc-disabled {
    --y: 100%;
    cursor: not-allowed;
  }
}

.c-license {
  & .license-info {
    transition-delay: 0ms;
  }

  &:hover {
    width: 300px;

    & .license-info {
      opacity: 1;
      pointer-events: auto;
      transition-delay: 250ms;
    }
  }

  @media (max-width: 768px) {
    width: 100%;

    &:hover {
      width: 100%;
    }

    & .license-info {
      opacity: 1;
      pointer-events: auto;
      transition-delay: 0ms;
    }
  }
}

/* Base — sets all defaults via custom properties */

.stripes {
  --stripes-line: 1px;
  /* thickness of each line */
  --stripes-gap: 6px;
  /* space between lines */
  --stripes-angle: 135deg;
  --stripes-color: rgba(0, 0, 0, 0.08);
  --stripes-bg: white;
  background-color: var(--stripes-bg);
  background-image: repeating-linear-gradient(var(--stripes-angle), transparent 0, transparent var(--stripes-gap), var(--stripes-color) var(--stripes-gap), var(--stripes-color) calc(var(--stripes-gap) + var(--stripes-line)));
}

.stripes-award {
  --stripes-line: 1px;
  --stripes-gap: 6px;
  --stripes-angle: 135deg;
  --stripes-color: rgba(0, 0, 0, 0.08);
  --stripes-bg: white;
  background-color: var(--stripes-bg);
  background-image: url('https://cdn.prod.website-files.com/69a02171108c4d387ce947c9/69a04a7cf600025854ac5c73_award-illustration.svg'), repeating-linear-gradient(var(--stripes-angle), transparent 0, transparent var(--stripes-gap), var(--stripes-color) var(--stripes-gap), var(--stripes-color) calc(var(--stripes-gap) + var(--stripes-line)));
  background-repeat: no-repeat, repeat;
  background-position:
    center,
    0 0;
  background-size: contain, auto;
}

/* Density */

.stripes--tight {
  --stripes-gap: 5px;
}

.stripes--loose {
  --stripes-gap: 12px;
}

.stripes--bold {
  --stripes-line: 2px;
}

/* Angle */

.stripes--vertical {
  --stripes-angle: 90deg;
}

.stripes--horizontal {
  --stripes-angle: 0deg;
}

.stripes--forward {
  --stripes-angle: 45deg;
}

/* Color */

.stripes--transparent {
  --stripes-bg: transparent;
  --stripes-color: rgba(255, 255, 255, 0.08);
}

.stripes--red {
  --stripes-bg: rgba(227, 1, 16, 1);
  --stripes-color: rgba(255, 255, 255, 0.12);
}

.stripes--black {
  --stripes-bg: #000;
  --stripes-color: rgba(255, 255, 255, 0.08);
}

a {
  color: inherit;
}

textarea,

input.text,

input[type='text'],

input[type='button'],

input[type='submit'],

.input-checkbox,

.w-input,

.w-select {
  -webkit-appearance: none;
  resize: none;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

/* popup visibility */

body {
  .quantum-zenith-design-system--c-popup {
    opacity: 0;
    pointer-events: none;
  }
}

.slot {
  display: contents;
}

.hero-button,

.c-link,

.update-left,

.update-right,

.swipe-slide_cta,

.contact-button {
  position: relative;
  overflow: hidden;
  --y: 100%;
  --color: black;
  transition: border-color 0.4s ease;

  &::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--color);
    transform: translateY(var(--y));
    transition: transform 0.3s ease-in-out;
  }

  &>* {
    position: relative;
  }

  &.cc-black {
    --color: #e30110;
  }

  &:hover {
    --y: 0%;
    border-color: var(--color);
  }

  &.cc-disabled {
    --y: 100%;
    cursor: not-allowed;
  }
}

.c-license {
  & .license-info {
    transition-delay: 0ms;
  }

  &:hover {
    width: 300px;

    & .license-info {
      opacity: 1;
      pointer-events: auto;
      transition-delay: 250ms;
    }
  }

  @media (max-width: 768px) {
    width: 100%;

    &:hover {
      width: 100%;
    }

    & .license-info {
      opacity: 1;
      pointer-events: auto;
      transition-delay: 0ms;
    }
  }
}

/* Base — sets all defaults via custom properties */

.stripes {
  --stripes-line: 1px;
  /* thickness of each line */
  --stripes-gap: 6px;
  /* space between lines */
  --stripes-angle: 135deg;
  --stripes-color: rgba(0, 0, 0, 0.08);
  --stripes-bg: white;
  background-color: var(--stripes-bg);
  background-image: repeating-linear-gradient(var(--stripes-angle), transparent 0, transparent var(--stripes-gap), var(--stripes-color) var(--stripes-gap), var(--stripes-color) calc(var(--stripes-gap) + var(--stripes-line)));
}

.stripes-award {
  --stripes-line: 1px;
  --stripes-gap: 6px;
  --stripes-angle: 135deg;
  --stripes-color: rgba(0, 0, 0, 0.08);
  --stripes-bg: white;
  background-color: var(--stripes-bg);
  background-image: url('https://cdn.prod.website-files.com/69a02171108c4d387ce947c9/69a04a7cf600025854ac5c73_award-illustration.svg'), repeating-linear-gradient(var(--stripes-angle), transparent 0, transparent var(--stripes-gap), var(--stripes-color) var(--stripes-gap), var(--stripes-color) calc(var(--stripes-gap) + var(--stripes-line)));
  background-repeat: no-repeat, repeat;
  background-position:
    center,
    0 0;
  background-size: contain, auto;
}

/* Density */

.stripes--tight {
  --stripes-gap: 5px;
}

.stripes--loose {
  --stripes-gap: 12px;
}

.stripes--bold {
  --stripes-line: 2px;
}

/* Angle */

.stripes--vertical {
  --stripes-angle: 90deg;
}

.stripes--horizontal {
  --stripes-angle: 0deg;
}

.stripes--forward {
  --stripes-angle: 45deg;
}

/* Color */

.stripes--transparent {
  --stripes-bg: transparent;
  --stripes-color: rgba(255, 255, 255, 0.08);
}

.stripes--red {
  --stripes-bg: rgba(227, 1, 16, 1);
  --stripes-color: rgba(255, 255, 255, 0.12);
}

.stripes--black {
  --stripes-bg: #000;
  --stripes-color: rgba(255, 255, 255, 0.08);
}

.services-sticky_card:nth-of-type(odd) {
  background: #f9f9f9;
  background-image: url('https://cdn.prod.website-files.com/699ef0f7ef3c4aea6e88dee3/69e75c44422bb81878aa19f0_financial-advisory-pattern.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-sticky_card:nth-of-type(even) {
  background: #ffffff;
}

/* advisory accordion */

.benefit-description-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.benefit-description-wrap>.benefit-description {
  overflow: hidden;
  min-height: 0;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.team-benefit.is-open .benefit-description-wrap {
  grid-template-rows: 1fr;
}

.team-benefit.is-open .benefit-description {
  opacity: 0.6;
  transform: translateY(0);
  transition-delay: 0.15s;
}

.benefit-arrow {
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.team-benefit.is-open .benefit-arrow {
  transform: rotate(180deg);
}

.team-benefit.is-open {
  background-image: url('https://cdn.prod.website-files.com/699ef0f7ef3c4aea6e88dee3/69e76df5a87542f42b58caf2_advisory-approach-pattern.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.market-logo-source {
  display: none;
}

.market-logo {
  position: relative;
}

.market-logo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  will-change: opacity;
}

.c-link-plain:hover .link-text {
  color: #d8232a;
}

.c-link-plain svg {
  transition: 0.3s ease-in-out all;
  color: #D8232A
}

.c-link-plain:hover svg {
  transform: translate(0px, 5px);
}

.opening-dropdown .w-dropdown-toggle {
  padding-right: 20px;
}

.custom-arrow {
  transition: transform 0.3s ease;
}

.w--open .custom-arrow {
  transform: rotate(180deg);
}

.team-slide.slot-2,

.team-slide.slot-4 {
  height: 75%;
  min-height: unset;
  align-self: center;
}

.w-input::placeholder {
  color: #494949;
  font-size: 20px;
}

.Contact-dropdown .w-dropdown-toggle {
  padding-right: 20px;
}

.right-stripped {
  background-color: #000;
  background-image: repeating-linear-gradient(135deg, transparent 0, transparent 6px, rgba(255, 255, 255, 0.08) 6px, rgba(255, 255, 255, 0.08) 7px);
}

textarea.w-input {
  height: 40% !important;
}

@media only screen and (max-width: 991px) {
  textarea.w-input {
    height: initial !important;
  }
}

.resource-form_block:hover .single-resource {
  color: #e30110;
}

.resource-form_block .faq-btn {
  transition: 0.3s ease-in-out all;
  color: #868686;
}

.resource-form_block:hover .faq-btn {
  color: #E30110;
  transform: translate(10px, -10px)
}

.sticky-card_wrapper:nth-of-type(odd) {
  background-color: #f9f9f9;
  background-image: repeating-linear-gradient(45deg, transparent 0, transparent 6px, rgba(0, 0, 0, 0.03) 6px, rgba(0, 0, 0, 0.03) 8px);
}

.sticky-card_wrapper:nth-of-type(even) {
  background: #ffffff;
}

/* update swiper hover states */

.update-swiper_slide .update-swipe_image {
  transition: scale 0.3s ease;
}

.update-swiper_slide:hover .update-swipe_image {
  scale: 1.05;
}

.update-swiper_slide .swipe-cta-wrap {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s opacity ease-in-out;
}

.update-swiper_slide:hover .swipe-cta-wrap {
  opacity: 1;
  visibility: visible;
}

.update-swiper_slide .slide-cta {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.update-swiper_slide:hover .slide-cta {
  opacity: 1;
}

/* info cards deck stack */

.info-card {
  grid-area: 1 / 1;
}

.info-card:nth-child(1) {
  margin-top: 85px;
}

.info-card:nth-child(2) {
  margin-top: 170px;
}

.info-card:nth-child(3) {
  margin-top: 255px;
}

@media (max-width: 500px) {
  .info-card:nth-child(1) {
    margin-top: 0;
  }

  .info-card:nth-child(2) {
    margin-top: 200px;
  }

  .info-card:nth-child(3) {
    margin-top: 400px;
  }
}

.c-leadership_bars {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  transform-origin: top center;
  will-change: transform;
}

.c-leadership_bar {
  overflow: hidden;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.c-leadership_bar:nth-child(1) {
  background: #ffffff1a;
}

.c-leadership_bar:nth-child(2) {
  background: #ffffff33;
}

.c-leadership_bar:nth-child(3) {
  background: #ffffff4d;
}

.c-leadership_bar:nth-child(4) {
  background: #ffffff80;
}

/* clientele clock */

.clock-cards,

.quantum-zenith-design-system--clock-cards {
  --total: 9;
  /* number of cards in the ring */
  --rx: 38%;
  /* horizontal radius of the ellipse */
  --ry: 38%;
  /* vertical radius of the ellipse */
  --rotation: 0deg;
  /* rotates the entire ring */
  position: relative;
  width: 100%;
  max-width: 1440px;
  aspect-ratio: 1 / 1;
  /* square container so the ellipse stays circular */
  margin: 0 auto;
}

.clock-card,

.quantum-zenith-design-system--clock-card {
  /*
   * Distribute each card evenly around the ellipse:
   *   (i-1)/total * 360  → evenly spaced angles
   *   -90deg             → starts the first card at 12-o'clock instead of 3-o'clock
   *   +rotation          → lets you spin the whole ring
   */
  --angle: calc(((var(--i) - 1) / var(--total)) * 360deg - 90deg + var(--rotation));
  position: absolute;
  width: 18%;
  /* each card is 18% of the container width */
  aspect-ratio: 3 / 4;
  /* portrait card shape */
  overflow: hidden;
  /*
   * Place the card on the ellipse then nudge it back by half its own size
   * so it sits centered on the point:
   *   -9%  → half of the card's 18% width
   *   -12% → roughly half of the card's height (18% × 4/3 ≈ 24%, half ≈ 12%)
   */
  left: calc(50% + var(--rx) * cos(var(--angle)) - 9%);
  top: calc(50% + var(--ry) * sin(var(--angle)) - 12%);
}

.clock-heading,

.quantum-zenith-design-system--clock-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 768px) {

  .clock-cards,
  .quantum-zenith-design-system--clock-cards {
    position: relative;
    aspect-ratio: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .clock-card,
  .quantum-zenith-design-system--clock-card {
    position: relative;
    width: 100%;
    height: 300px;
    aspect-ratio: 1 / 1;
    left: unset;
    top: unset;
  }

  .clock-heading,
  .quantum-zenith-design-system--clock-heading {
    position: static;
    transform: none;
    order: -1;
    margin-bottom: 2rem;
  }
}

/* SeeMS generated embedded styles end */

/* ---- Custom overrides (hand-authored, outside SeeMS-generated block) ---- */

/* Awards heading: export uses `Inter`, but only Interdisplay is loaded via @font-face */
.award-block_heading {
  font-family: Interdisplay, Arial, sans-serif;
}

/* Awards pagination dots: normal 8x4, active 18x4 */
.quantum-zenith-design-system--awards-dot {
  height: 4px;
}

.quantum-zenith-design-system--awards-dot.quantum-zenith-design-system--is-active {
  width: 18px;
  height: 4px;
}