@font-face {
  font-family: "Maison Neue";
  src: url("/platform-content/themes/generic-2021/fonts/maisonneuebold-webfont.woff2") format("woff2"), url("/platform-content/themes/generic-2021/fonts/maisonneuebold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maison Neue";
  src: url("/platform-content/themes/generic-2021/fonts/maisonneuebook-webfont.woff2") format("woff2"), url("/platform-content/themes/generic-2021/fonts/maisonneuebook-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.tns-nav {
  text-align: center;
}
.tns-nav button {
  margin: 0 5px;
  background: #ccc;
  border: 0;
  width: 24px;
  height: 2px;
}
.tns-nav button.tns-nav-active {
  background: #2A96CE;
}

.systemcheck {
  padding: 80px 50px;
  background: #fff;
}
@media (max-width: 1024px) {
  .systemcheck {
    padding: 50px;
  }
}
@media (max-width: 640px) {
  .systemcheck {
    padding: 20px 5px;
    margin-left: 15px;
    width: calc(100% - 30px);
  }
}
.systemcheck p {
  margin-left: 0;
  margin-right: 0;
}
.systemcheck .tns-nav {
  pointer-events: none;
}
.systemcheck .tns-item > .row {
  margin: 0;
}
.systemcheck__button {
  display: inline-block;
  margin: 0 10px 10px;
  padding: 15px 40px;
  color: white;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  background: #000;
  background-size: 100% 100%;
  border-radius: 55px;
  border: 0;
  transition: 0.1s all ease-out;
  outline: 0;
  background: #000;
  max-width: 100%;
}
.systemcheck__button:hover, .systemcheck__button:focus {
  transform: scale(1.1);
}
.systemcheck__button:hover {
  background: var(--context-color);
  text-decoration: none;
}
.systemcheck__button:disabled {
  background: #ccc;
}
.systemcheck__button:disabled:hover {
  background: #ccc;
  transform: none;
}
.systemcheck__button:hover {
  color: #fff;
}
.systemcheck__confirm {
  margin-top: 30px;
  padding-left: 0;
}
.systemcheck__check {
  padding: 20px;
  background: #eee;
}
@media (max-width: 1024px) {
  .systemcheck__check {
    margin-top: 30px;
  }
}
.systemcheck__check ul {
  padding-left: 15px;
}
.systemcheck__check button {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
  white-space: nowrap;
  cursor: pointer;
  background: #eee;
}
.systemcheck__check button img {
  margin-right: 10px;
}
.systemcheck__check button:hover {
  opacity: 0.8;
}
.systemcheck__title p {
  margin: 0;
}
.systemcheck__title h2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.systemcheck__footer {
  margin-top: 80px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 640px) {
  .systemcheck__footer {
    margin-top: 30px;
  }
}

.systemcheck--browser .systemcheck__validity {
  padding: 5px 10px;
  background: #fff;
}
.systemcheck--browser .systemcheck__validity a {
  color: #000;
  text-decoration: underline;
}

.systemcheck--video .sdnicbsun-fullscreen {
  display: none !important;
}
.systemcheck--video .systemcheck__check button {
  margin-top: 15px;
}