#gate21-container {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f9efdf url("../../images/bg-gate21.png") top left;
  background-size: cover;
  z-index: 999;
  align-items: center;
  justify-content: center;
  display: none;
}

#gate21-container .popup {
  background: #b0431c url("../../images/sun-bg.png") right bottom no-repeat;
  background-size: 80%;
  text-align: center;
  padding: 40px;
  width: 670px;
  color: #fff;
  margin: 20px;
}

#gate21-container .popup ul {
  display: block;
  margin: 0;
}
#gate21-container .popup ul li {
  display: block;
}

#gate21-container .popup h6 {
  font-family: "FoundersCnd-SemiBold", "HelveticaNeue", "Helvetica Neue",
    "Helvetica-Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
}

#gate21-container .popup h4 {
  font-size: 25px;
  margin: 30px 0;
  font-family: "Averia", "HelveticaNeue", "Helvetica Neue", "Helvetica-Neue",
    Helvetica, Arial, sans-serif;
}

#gate21-container .popup a {
  width: 228px;
  border-radius: 4px;
  font-size: 16px;
  color: #b0431c;
  font-family: "Averia", "HelveticaNeue", "Helvetica Neue", "Helvetica-Neue",
    Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  width: 228px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}

#gate21-container .popup a:focus-visible {
  outline: 2px dashed var(--sienna);
  outline-offset: 2px;
}

.no-scroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  #gate21-container .popup h4 {
    font-size: 40px;
  }

  #gate21-container .popup ul li {
    display: inline-block;
  }
  #gate21-container .popup ul li:first-child {
    margin-right: 20px;
  }
  #gate21-container .popup a {
    padding: 16px;
  }
}
