/*##############################################################################
## Media Queries                                                               #
##############################################################################*/
#ic2021 {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999999999999999999999999999999999999999999999999;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0; }
  #ic2021 .popup_container {
    background: white;
    border-radius: 8px;
    padding: calc(24px*2);
    position: relative;
    max-width: 400px; }
    @media only screen and (max-width: 768px) {
      #ic2021 .popup_container {
        max-width: 100%;
        height: 100%; } }
    #ic2021 .popup_container button {
      position: absolute;
      right: calc(24px - (24px*1.5));
      top: calc(24px - (24px*1.5));
      padding: 0;
      background: #ce4230;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (max-width: 768px) {
        #ic2021 .popup_container button {
          top: 0;
          right: 0;
          width: 48px;
          height: 48px;
          border-radius: 0; } }
    #ic2021 .popup_container div.cont {
      display: grid;
      grid-gap: 12px;
      text-align: center; }
      #ic2021 .popup_container div.cont img {
        display: block;
        margin: auto;
        max-height: 150px; }
      #ic2021 .popup_container div.cont h1,
      #ic2021 .popup_container div.cont p {
        margin: 0; }
      #ic2021 .popup_container div.cont h1 {
        font-size: 2.4rem; }
      #ic2021 .popup_container div.cont p {
        font-size: 1.84rem; }
        #ic2021 .popup_container div.cont p.fineprint {
          opacity: 0.84;
          font-size: 1.44rem; }
      #ic2021 .popup_container div.cont a.button {
        margin: calc(24px/2) auto;
        width: 100%; }
      #ic2021 .popup_container div.cont a.never_again {
        font-size: 1.44rem; }

/*# sourceMappingURL=popups.css.map */
