<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#interstitial-popup-wrapper .image-desktop, #interstitial-popup-wrapper .image-mobile {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
#interstitial-popup-wrapper .image-desktop &gt; *, #interstitial-popup-wrapper .image-mobile &gt; * {
  object-fit:contain;
  max-height:100%;
}
#interstitial-popup-wrapper .main-popup { background:transparent; }
#interstitial-popup-wrapper .main-popup-buttonbar-right .close-button { overflow:visible; }
#interstitial-popup-wrapper .main-popup-buttonbar-right .close-button .text {
  top:0;
  left:auto;
  right:0;
  margin-right:90px;
  margin-top:20px;
  white-space:nowrap;
}
#interstitial-popup-wrapper .link-button-black .icon-close:before, #interstitial-popup-wrapper .link-button-black .icon-close:after { background-color:black; }
@media only screen and (min-width: 781px) {
  #interstitial-popup-wrapper &gt; .inner { padding:69px 140px; }
  #interstitial-popup-wrapper .image-desktop, #interstitial-popup-wrapper .image-mobile { height:calc(100vh - 140px); }
  #interstitial-popup-wrapper .image-mobile { display:none; }
}
@media only screen and (max-width: 780px) {
  #interstitial-popup-wrapper &gt; .inner { padding:60px; }
  #interstitial-popup-wrapper .image-desktop, #interstitial-popup-wrapper .image-mobile { height:calc(100vh - 140px); }
  #interstitial-popup-wrapper .image-desktop { display:none; }
}
</pre></body></html>