/* Converted Tailwind Config to scss */

.opco-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 3.75rem;
  left: 0;
  right: 0;
  z-index: 30;
}

@media (min-width: 1024px) {
  .opco-menu {
    top: 70px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .opco-menu {
    top: 0px;
  }
}

.opco-menu__logo img {
  max-width: 150px;
}

.opco-menu svg {
  -ms-transform: scaleX(1.001);
  transform: scaleX(1.001);
}

.opco-menu__mobile-toggle {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.4px;
  text-align: right;
  color: #ffffff;
  text-transform: uppercase;
}

.opco-menu__mobile-toggle::after {
  width: 20px;
  height: 20px;
}

.opco-menu__mobile-toggle[aria-expanded="true"]::after {
  height: 13px;
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.opco-menu__mobile-menu {
  overflow-x: hidden;
  transition: opacity 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.8);
}

.opco-menu__mobile-menu[aria-hidden="true"] {
  opacity: 0;
  pointer-events: none;
}

.opco-menu__mobile-menu a {
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #001742;
  padding-left: 1rem;
  width: 100%;
}

.opco-menu__mobile-menu a:not(:first-child) {
  border-top: 1px solid #d7dade;
}

.opco-menu__mobile-menu a::after {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.opco-menu__desktop-menu a {
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
}

.opco-menu__desktop-menu a:last-child {
  padding-right: 0;
}
