.static-mobile-nav:not(.is-open) {
  display: none !important;
}

.static-mobile-nav.is-open {
  display: flex !important;
}

button.is-saved,
.profile-save.is-saved {
  background: #eaf2ff !important;
  border-color: #b9d0fb !important;
  color: #0062ff !important;
}

[hidden] {
  display: none !important;
}

.static-toast {
  background: #1d1d23;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  bottom: 24px;
  box-shadow: 0 16px 44px rgba(10, 18, 32, 0.24);
  color: white;
  font: 700 12px/1.2 Inter, Arial, sans-serif;
  left: 50%;
  opacity: 0;
  padding: 14px 18px;
  position: fixed;
  transform: translate(-50%, 12px);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 1000;
}

.static-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.static-form-success {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 210px;
  justify-content: center;
  text-align: center;
}

.static-form-success > span {
  align-items: center;
  background: #c7f000;
  border-radius: 50%;
  color: #1d1d23;
  display: flex;
  font-size: 20px;
  height: 48px;
  justify-content: center;
  margin-bottom: 16px;
  width: 48px;
}

.static-form-success p {
  color: #0062ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.static-form-success h3 {
  font-size: 24px;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 12px 0 10px;
}

.static-form-success small {
  color: #7b838f;
  font-size: 9px;
}

.static-media-modal {
  align-items: center;
  background: rgba(7, 10, 15, 0.88);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 1200;
}

.static-media-modal > div {
  background: #11141a;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  color: white;
  max-width: 560px;
  padding: 46px;
  position: relative;
  width: 100%;
}

.static-media-modal > div > button {
  align-items: center;
  background: white;
  border: 0;
  border-radius: 50%;
  color: #1d1d23;
  display: flex;
  font-size: 24px;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 38px;
}

.static-media-modal span {
  color: white;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.static-media-modal span b,
.static-media-modal a {
  color: #c7f000;
}

.static-media-modal h2 {
  font-size: 34px;
  letter-spacing: -0.05em;
  line-height: 1.05;
  margin: 20px 0 14px;
}

.static-media-modal p {
  color: #b8bdc7;
  font-size: 13px;
  line-height: 1.65;
}

.static-media-modal a {
  display: inline-block;
  font-size: 11px;
  font-weight: 750;
  margin-top: 18px;
}

@media (min-width: 961px) {
  .static-mobile-nav {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .static-media-modal > div {
    padding: 38px 24px 28px;
  }

  .static-media-modal h2 {
    font-size: 28px;
  }
}
