.section__bg--dark-1 .logo-a__img
{
    filter: brightness(300%);
}

.wink
{
  background-color: #002D42;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4), -4px -4px 8px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  color: #fffff;
  padding: 0 auto;
  border-radius: 8px;
  width: 275px;
  float: right;
  text-align: center;
  display: block;
}
.wink h4, .wink h4 a {
  color: #ffffff!important;
}

.invert-colors .section--light .col-lg-4 .stacked {
background-color: oklch(28.06% 0.06 235.13 / 33%);
}