#nexacore-vip-services {
  position: absolute;
  top: 41.5px;
  left: 382px;
  width: 155px;
  height: 59px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #f9df78;
  border-radius: 6px;
  background: linear-gradient(135deg, #8a5a00 0%, #ffd76a 48%, #b77900 100%);
  color: #211500;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 3px 8px rgba(80, 50, 0, 0.22);
}

#nexacore-vip-services:hover,
#nexacore-vip-services:focus-visible {
  background: linear-gradient(135deg, #a66d00 0%, #ffe49a 48%, #cc8a00 100%);
  color: #211500;
}

@media only screen and (max-width: 1023px) {
  #nexacore-vip-services {
    top: 22.5px;
    left: 220px;
    width: 135px;
    height: 35px;
    font-size: 14px;
  }
}
