.cookie-bar__container {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
  justify-content: space-between;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  color: #6a6a6a;
  text-align: center;
  padding: 15px 10px;
  min-height: 60px;
  position: fixed;
  display: flex;
  width: 100%;
  z-index: 5;
  bottom: 0;
  left: 0;
}
.cookie-bar__container button {
  background-color: #7887f2;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  margin: 5px 0;
  display: flex;
}
.cookie-bar__container button:hover {
  background-color: #495eee;
}
.cookie-bar__text {
  margin-bottom: 15px;
  font-size: 12px;
}
.cookie-bar__text a {
  text-decoration: none;
  color: #6a6a6a;
  font-weight: bold;
}
.cookie-bar__button-group {
  display: flex;
  flex-direction: column;
}
.modal-outer-wrapper {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 80;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}
.modal-outer-wrapper.modal-animate-enter {
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .cookie-bar__container {
    background-color: #343f8f;
    padding: 25px 30px 25px 10px;
    color: #fff;
    flex-direction: row;
    text-align: left;
  }
  .cookie-bar__container button {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    background-color: #5769ef;
    font-size: 14px;
    margin: 0 10px;
    width: auto;
  }
  .cookie-bar__container button:hover {
    background-color: #283feb;
  }
  .cookie-bar__text {
    width: auto;
    padding: 10px;
    margin-bottom: 0;
    font-size: 16px;
  }
  .cookie-bar__text a {
    color: #fff;
  }
  .cookie-bar__button-group {
    flex-direction: row-reverse;
  }
  .cookie-bar__modal.modal--md {
    width: 700px;
    left: calc(50% - 350px);
  }
}
.cookie-bar__modal {
  z-index: 1000;
  position: fixed;
}
.cookie-bar__modal.modal .modal__container {
  padding: 0;
}
.cookie-bar__modal.modal--md {
  max-height: 600px;
}
.cookie-bar__modal.modal.modal--dialog.modal--fixed {
  height: 95%;
  min-height: 0;
  max-height: none;
  overflow-y: hidden;
  border-radius: 3px;
  top: 50% !important;
  left: 50% !important;
  width: 95% !important;
  transform: translate(-50%, -50%);
}
.cookie-bar__modal.modal.modal--dialog.modal--fixed .modal__container {
  height: 100%;
}
.modal.modal--fixed .modal__container {
  height: auto;
}
button {
  font-family: "Lato", sans-serif;
  border: 0;
  background: none;
  box-shadow: none;
  user-select: none;
  cursor: pointer;
}
button:hover, button:active, button:focus {
  box-shadow: none;
  outline: none;
}
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 3px;
  box-shadow: none;
  display: inline-block;
  position: relative;
  user-select: none;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  white-space: pre;
  padding: 8px 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #6a6a6a;
  transition: background 80ms ease-in-out;
}
.button * {
  user-select: none;
}
.button:focus {
  outline: none;
}
.button:hover {
  text-decoration: none;
  background-color: #f2f2f2;
}
.button:active {
  background-color: #e6e6e6;
}
.button.button--loading {
  text-indent: -9999px;
  box-shadow: none;
}
.button.button--loading::before {
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  content: " ";
  background-image: url("/assets/images/loader/inverted.svg");
  display: block;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-size: 32px;
}
.button.button--large {
  font-size: 16px;
  padding: 15px 30px;
}
.button.button--large.button--loading::before {
  width: 40px;
  height: 40px;
  background-size: 40px;
}
.button.button--full {
  text-transform: uppercase;
  width: 100%;
}
.button.button--ghost {
  background-color: transparent;
  border: 2px solid #c2c2c2;
  color: #6a6a6a;
}
.button.button--ghost:hover, .button.button--ghost:focus {
  background-color: rgba(194, 194, 194, 0.2);
}
.button.button--ghost:active {
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.button.button--ghost.button--loading::before {
  background-image: url("/assets/images/loader/ghost.svg");
  display: block;
  background-repeat: no-repeat;
}
.button.button--cta-birthchart {
  color: #fff;
  width: auto;
  height: 40px;
  border: 2px solid transparent;
  background-image: linear-gradient(to right, #a126c3, #b40fa4);
  font-weight: 700;
  padding: 8px 10px;
  white-space: nowrap;
}
.button.button--cta-birthchart:hover, .button.button--cta-birthchart:focus {
  background-color: rgba(194, 194, 194, 0.2);
}
.button.button--cta-birthchart:active {
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.button.button--cta-birthchart.button--loading::before {
  background-image: url("/assets/images/loader/ghost.svg");
  display: block;
  background-repeat: no-repeat;
}
.button.button--default {
  color: #fff;
  background-color: #5769ef;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.button.button--default:hover {
  background-color: #4554bf;
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.button.button--default:active {
  background-color: #343f8f;
  color: #fff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
.button.button--default:disabled {
  background-color: #c2c2c2;
  color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}
.button.button--default.button--loading {
  background-color: #343f8f;
  box-shadow: none;
}
.button.button--link {
  border: 0;
  padding: 0;
  margin: 0;
  color: #5769ef;
  background: transparent;
}
.button.button--link:hover {
  text-decoration: underline;
}
.button:disabled, .button:disabled:hover, .button:disabled:focus, .button:disabled:active {
  background-color: #c2c2c2;
  color: rgba(255, 255, 255, 0.5);
  border: 0;
}