.top-menu {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-menu .top-line {
  background: #682B8D;
  width: 100%;
  font-size: 12px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 1024px) {
  .top-menu .top-line {
    font-size: 14px;
    line-height: 36px;
  }
}
.top-menu ul {
  display: flex;
  margin: 0;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  list-style: none;
}
@media (min-width: 1024px) {
  .top-menu ul {
    padding: 19px 0;
    justify-content: flex-end;
    max-width: 80%;
    height: 78px;
    float: right;
  }
}
@media (min-width: 1280px) {
  .top-menu ul {
    max-width: 100%;
    float: none;
  }
}
@media (min-width: 1024px) {
  .top-menu ul li {
    height: 36px;
    display: flex;
    align-items: center;
  }
}
.top-menu ul li:first-child {
  min-width: 91px;
}
@media (max-width: 359.98px) {
  .top-menu ul li:first-child {
    min-width: auto;
  }
}
.top-menu ul li:not(:first-child) {
  border-left: solid 1px #682B8D;
}
@media (max-width: 1023.98px) {
  .top-menu ul li:not(:first-child) {
    padding: 0 0 0 9px;
    margin-left: 9px;
  }
}
@media (max-width: 359.98px) {
  .top-menu ul li:not(:first-child) {
    padding: 0 0 0 4px;
    margin-left: 4px;
  }
}
@media (min-width: 1024px) {
  .top-menu ul li:not(:first-child) {
    padding: 0 0 0 12px;
    margin-left: 12px;
  }
}
@media (max-width: 1023.98px) {
  .top-menu ul li:last-child, .top-menu ul li:nth-last-child(2) {
    display: none;
  }
}
@media (min-width: 1024px) {
  .top-menu ul li:last-child, .top-menu ul li:nth-last-child(2) {
    padding-left: 18px;
    margin: 0;
    border-left: none;
  }
}
@media (min-width: 1280px) {
  .top-menu ul li:last-child, .top-menu ul li:nth-last-child(2) {
    padding-left: 24px;
  }
}
.top-menu ul li a {
  display: block;
  color: #682B8D;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 1023.98px) {
  .top-menu ul li a {
    font-size: 12px;
    line-height: normal;
    text-align: center;
    padding: 1px 0;
  }
}
.top-menu ul li a:hover {
  text-decoration: underline;
}
.top-menu ul li a.btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-image: linear-gradient(62deg, #682B8D 0%, #A063C4 100%);
  border-radius: 10em;
  border: none;
  padding: 6px 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 1280px) {
  .top-menu ul li a.btn {
    font-size: var(--font-size-xs);
  }
}
.top-menu ul li a.btn:hover {
  background-color: #682B8D;
  color: #ffffff;
  text-decoration: none;
}
.top-menu ul li a.btn:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 6px #fff !important;
}
.top-menu ul li a.btn.btn-invert {
  background: #ffffff;
  color: #682B8D;
  width: calc(100% + 4px);
  transition: all 0.15s ease-in-out;
}
.top-menu ul li a.btn.btn-invert::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10em;
  border: 2px solid #682B8D;
  box-sizing: border-box;
}
.top-menu ul li a.btn.btn-invert:hover {
  background-color: #682B8D;
  color: #ffffff;
  text-decoration: none;
}
.top-menu ul li a.btn.btn-invert:hover::before {
  border-color: #ffffff;
}
.top-menu ul li a.btn.btn-invert:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 6px #fff !important;
}

/*# sourceMappingURL=top-menu.css.map*/