/* stylelint-disable */
/* stylelint-disable */
/* Colors */
/* Icons */
/* Backgrounds */
/* Font Settings */
/* Spacing */
/* Select 2 */
.cookies-fallback,
.cookies-fallback * {
  box-sizing: border-box;
}

.cookies-fallback {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  text-align: center;
  border: 1px solid #e6e6e6;
  background: #FFFFFF url("data:image/svg+xml,") no-repeat 2rem 2rem scroll;
  background-size: 75px auto;
}

.cookies-fallback--btn {
  z-index: 1;
  min-height: 3em;
  margin: 1.25rem;
  padding: 0 2em;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
  text-transform: uppercase;
  opacity: 0.9;
  color: #FFFFFF;
  border: 0;
  outline: none;
  background-color: #1F2977;
  font-size: 1rem;
  -webkit-appearance: none;
}

.cookies-fallback--text {
  color: #192262;
  font-size: 1.125rem;
}

a.cookies-fallback--link {
  text-decoration: none;
  color: #192262;
  border: 0;
  font-size: 0.875rem;
}

a.cookies-fallback--link:hover {
  text-decoration: underline;
}

.cookies-fallback--btn:hover {
  transform: scale(1.02);
  opacity: 1;
}

.cookies-fallback--wrap.disabled {
  position: relative;
  min-height: 12rem;
}

.cookies-fallback--wrap.disabled .cookies-fallback {
  display: flex;
}

.cookies-fallback--wrap.disabled .cookies-fallback--element {
  opacity: 0;
}

/*# sourceMappingURL=cookies.lib.css.map */