.br-20 {
  border-radius: 20px;
}

.ribbon-text-1 {
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  color: #081a2b;
}

.ribbon-text-2 {
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  color: #081a2b;
}

@media (min-width: 768px) {
  .ribbon-text-1 {
    font-size: 25px;
    line-height: 30px;
    text-align: left;
  }
  .ribbon-text-2 {
    font-size: 35px;
    line-height: 40px;
    text-align: left;
  }
}

.bg-light-75 {
  position: relative;
}

.bg-light-75 * {
  z-index: 1;
}

.bg-light-75::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  z-index: 0;
  background-color: #f2f2f2;
}

.menu--client-footer-legal-compliance .menu {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}

.menu--client-footer-legal-compliance .menu li {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  align-items: center;
}

.menu--client-footer-legal-compliance .menu li:not(:last-child)::after {
  content: '';
  display: block;
  height: 16px;
  width: 1px;
  background-color: white;
}

.menu--client-footer-legal-compliance .menu a {
  color: white;
  padding: 0;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.menu--client-footer-legal-compliance .menu a.is-active {
  color: white;
  font-weight: 700;
  text-decoration: none;
  pointer-events: none;
}

.menu--client-footer-legal-compliance .menu a:not(.is-active)::after, .menu--client-footer-legal-compliance .menu a:not(.is-active)::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 3px;
  background-repeat: no-repeat;
  transition: background-size 300ms ease-in-out;
  background-position: 100% 100%;
}

.menu--client-footer-legal-compliance .menu a:not(.is-active)::before {
  background-size: 100% 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
}

.menu--client-footer-legal-compliance .menu a:not(.is-active)::after {
  background-size: 0 100%;
  background-image: linear-gradient(white, white);
}

.menu--client-footer-legal-compliance .menu a:not(.is-active):hover::after {
  background-position: 0 100%;
  background-size: 100% 100%;
}

/*# sourceMappingURL=maps/vs-client-area.css.map */
