*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 8px; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.4rem;
  line-height: 1.618; }

.cookie-warning {
  background: linear-gradient(0deg, #547fa4 0%, #23367b 100%);
  box-shadow: 10px 5px 20px 0 rgba(5, 22, 114, 0.3);
  max-width: 500px;
  display: flex;
  color: #FFF;
  flex-direction: column;
  padding: 3.2rem;
  border-radius: .6rem;
  position: fixed;
  left: 2.4rem;
  right: 2.4rem;
  bottom: 2.4rem;
  z-index: 100; }
  .cookie-warning__title {
    font-size: 2.4rem;
    margin-bottom: .8rem; }
  .cookie-warning__text {
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.6rem; }
  .cookie-warning a {
    color: rgba(255, 255, 255, 0.8); }
  .cookie-warning__button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -.8rem; }
  .cookie-warning__button {
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    border: none;
    padding: 1.2rem 2rem;
    display: flex;
    justify-content: center;
     align-items: center;
    border-radius: .6rem;
    margin-right: .5rem;
    margin-bottom: .5rem;
    font-size: 1.8rem;
    color: #FFF;
    transition: .15s ease; }
    .cookie-warning__button:hover {
      color: #2600ff;
      background-color: rgba(255, 255, 255, 0.8); }





