  #cookiePopup {background-color: #ffffff;position: fixed;font-size: 12px;width: 23vw;max-width: 42.85em;box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);font-family: "Poppins", sans-serif;text-align: justify;line-height: 16px;padding: 1em 1.4em;border-radius: 6px;transition: all 0.5s ease-in;z-index: 99999;}
  #cookiePopup img {display: block;width: 1.75em;transform: translateZ(0);position: relative;margin: auto;}
  #cookiePopup p {text-align: center;margin: .4em 0;}
  #cookiePopup button {background-color: #007C28;border: none;color: #ffffff;font-size: 12px;padding: .5em 1em;display: block;position: relative;margin: auto;border-radius: 5px;cursor: pointer;}
  #cookiePopup a {color: #007C28;}
  .hide {visibility: hidden;bottom: 0;right: 1em;}
  .show {visibility: visible;bottom: 1em;right: 1em;}
  @media only screen and (max-width: 37.5em) {#cookiePopup {width: 100%;}.hide {bottom: 1em;right: 0;}.show {right: 0;bottom: 0;}}