.mms {
  width: 100%;
}
.mms:target:before {
  all: unset;
}
.mms:target {
  scroll-margin-top: 220px;
}
.mm {
  color: white;
  overflow: hidden;
  margin-top: 40px;
  z-index: 2;
  border: 0;
  padding: 0;
}
.mm:focus,
.mm:focus-visible {
  outline: 3px solid #E65300;
}
.mmrd {
  display: none;
}
.mm-label {
  padding: 0.9em;
  background: #161729;
  font-weight: bold;
  cursor: pointer;
  width: 320px;
  height: 86px;
  text-align: left;
}
.mmbox h3 {
  top: 40px;
  font-family: bely-display, sans-serif;
  font-weight: 400;
  font-size: 1.85rem;
  line-height: 2.5rem;
  margin-bottom: 0;
  text-align: start;
}
.mm-label:hover {
  background: #f6b222;
}
.mm-label:focus {
  background: #f6b222;
}
.mm-label:active {
  background: #f6b222;
}
.mm-label:checked {
  background: #f6b222;
}
.mmbody {
  margin-bottom: 12px;
  padding-bottom: 12px;
  margin-top: 12px;
  margin-left: 12px;
}
.mm_link {
  margin-top: 12px;
}
.mm_link:after {
  color: orangered;
}
.mm-content {
  display: none;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 20px;
  width: 90%;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .mm-content {
    left: 120px;
    width: auto;
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1200px) {
  .mm-content {
    left: 370px;
  }
}
.mm-content > .mmbody {
  padding: 1rem;
  padding-bottom: 2rem;
}
.mm-content.show {
  display: block;
}
.mm.open .mm-label {
  background: #f6b222;
}
.close_item button {
  position: absolute;
  right: 9px;
  top: 9px;
  border: none;
  font-size: 1.2em;
  font-weight: 900;
}
.close_item button i.fa-xmark {
  font-size: 24px;
}
.close_item button:focus,
.close_item button:focus-visible {
  outline: 3px solid #E65300;
}
