.js-cookie-root {
  display: none; }
  .js-cookie-root.js-active-message {
    display: block; }

.cookie-message__container {
  padding: 24px;
  position: fixed;
  width: 100vw;
  bottom: 20px;
  z-index: 3000;
  background-color: white;
  color: #000;
  left: 50%;
  transform: translateX(-50%);
  max-width: 900px;
  border: 1px solid black; }

.cookie-message__area {
  max-width: 1200px;
  margin: 0 auto; }

.cookie-message__action-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px; }
  @media (min-width: 1025px) {
    .cookie-message__action-row {
      margin-top: 0; } }

.cookie-message__content {
  display: block;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 24px; }
  @media (min-width: 1025px) {
    .cookie-message__content {
      display: -ms-flexbox;
      display: flex; } }

.cookie-message__text {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 40px; }

.cookie-message__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 40px;
  font-size: 16px;
  cursor: pointer;
  cursor: hand;
  transition: all 0.7s linear;
  opacity: 1; }
  .js-modal-active .cookie-message__label {
    visibility: hidden;
    opacity: 0; }

.cookie-message__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #212121;
  color: #e6f1ef;
  padding: 12px 48px;
  border: 2px solid #212121;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
  transition: all 0.5s ease; }
  .cookie-message__button:hover {
    background: white;
    color: #212121; }

.cookie-message__modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100000; }
  .js-modal-active .cookie-message__modal-wrapper {
    display: -ms-flexbox;
    display: flex; }

.cookie-modal__container {
  width: 460px;
  max-width: 90%;
  cursor: default;
  pointer-events: all;
  position: relative;
  background: #fff8f1;
  color: #232323;
  padding: 30px 40px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); }
  .cookie-modal__container a {
    color: blue;
    text-decoration: underline; }

.cookie-modal__close {
  cursor: pointer;
  cursor: hand;
  position: absolute;
  width: 34px;
  height: 34px;
  top: 12px;
  right: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.cookie-modal__line {
  width: 14px;
  height: 1px;
  background: #212121; }
  .cookie-modal__line:first-child {
    transform: rotate(-135deg); }
  .cookie-modal__line:last-child {
    margin-top: -1px;
    transform: rotate(135deg); }

.cookie-modal__info-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

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