@import 'https://storage-asset.msi.com/global/template/css/cnd_color_root_2025.css';
.popup {
  position: fixed;
  z-index: 998;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  overflow-y: auto;
  display: none;
}
.popup h2.title--main, .popup h2.title--main-normal {
  color: #fff !important;
}
.popup h5 {
  text-transform: uppercase;
}
.popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
}
.popup.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup__wrapper {
  display: block;
  width: 100%;
  padding: 0px;
  margin: 50px auto;
  max-width: 1920px;
  position: relative;
  background: #000000;
}
.popup__close {
  position: absolute;
  right: 5%;
  top: 10%;
  z-index: 999;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-size: cover;
  opacity: 0.8;
}
@media (min-width: 996px) {
  .popup__close {
    top: 5%;
    width: 45px;
    height: 45px;
  }
}
.popup__close:hover {
  opacity: 1;
}
.popup__close::before, .popup__close::after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 30px;
  width: 2px;
  background-color: #fff;
}
@media (min-width: 996px) {
  .popup__close::before, .popup__close::after {
    height: 45px;
  }
}
.popup__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popup img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=powerPopup.css.map */