@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/ProximaNova-Thin.woff2') format('woff2'),
  url('/fonts/ProximaNova-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/ProximaNova-Regular.woff2') format('woff2'),
  url('/fonts/ProximaNova-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/ProximaNova-Bold.woff2') format('woff2'),
  url('/fonts/ProximaNova-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/ProximaNova-Black.woff2') format('woff2'),
  url('/fonts/ProximaNova-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 -8px 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -8px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -8px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.cookie-banner.hide {
  opacity: 0;
}

.cookie-banner.none {
  display: none;
}

.cookie-banner__container {
  padding: 16px 24px 24px;
}

.cookie-banner .btn span {
  position: relative;
}

.cookie-banner .btn-red {
  color: #ffffff !important;
}

@media (min-width: 768px) {
  .cookie-banner__container {
    padding: 32px 40px;
  }
}

@media (min-width: 1728px) {
  .cookie-banner__container {
    max-width: 1536px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}

.cookie-banner__content {}

@media (min-width: 768px) {
  .cookie-banner__content {
    max-width: 1360px;
  }
}

@media (min-width: 1024px) {
  .cookie-banner__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 32px;
  }
}

.cookie-banner__title {}

.cookie-banner__title+.cookie-banner__text {}

@media (max-width: 1365.95px) {
  .cookie-banner__title+.cookie-banner__text {
    margin-top: 18px;
  }
}

@media (max-width: 767.95px) {
  .cookie-banner__title+.cookie-banner__text {
    margin-top: 16px;
  }
}

.cookie-banner__title {
  font: bold 17px/24px "Proxima Nova";
  margin-bottom: -6px;
}

@media (min-width: 768px) {
  .cookie-banner__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: -8px;
  }
}

@media (min-width: 1366px) {
  .cookie-banner__left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 24px;
  }

  .cookie-banner__title {
    max-width: 280px;
    width: 100%;
  }
}

.cookie-banner__left+.cookie-banner__right {}

@media (max-width: 1023.95px) {
  .cookie-banner__left+.cookie-banner__right {
    margin-top: 22px;
  }
}

@media (max-width: 767.95px) {
  .cookie-banner__left+.cookie-banner__right {
    margin-top: 20px;
  }
}

.cookie-banner__text {
  font: normal 15px/20px "Proxima Nova";
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: -5px;
}

@media (min-width: 768px) {
  .cookie-banner__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: -6px;
  }
}

.cookie-banner__text a {
  display: inline;
  color: #ec2304;
  text-decoration: underline;
}

.cookie-banner__text a:hover {
  text-decoration: none;
}

/* .cookie-banner__right .btn:before {
  display: none;
} */
.cookie-banner__right .btn:active,
.cookie-banner__right .btn:focus,
.cookie-banner__right .btn:hover {
  color: #ec2304 !important;
}

@media (max-width: 767.95px) {
  .cookie-banner__right .btn {
    width: 100%;
  }
}