#cortex-cookie-banner-background {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.9rem;
  z-index: 999999;
}
#cortex-cookie-banner-background .cortex-cookie-banner-content {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 30px 60px !important;
  max-width: 900px;
  margin: 0 auto;
}
#cortex-cookie-banner-background .cortex-cookie-banner-content label {
  user-select: none;
  cursor: pointer;
}
#cortex-cookie-banner-background .cortex-cookie-banner-content input {
  cursor: pointer;
  scale: 1.5;
}
#cortex-cookie-banner-background .cortex-cookie-banner-content .cortex-cookie-banner-basic-settings .cortex-cookie-banner-header {
  font-size: 2rem;
  margin-bottom: 30px;
}
#cortex-cookie-banner-background .cortex-cookie-banner-content .cortex-cookie-banner-basic-settings .cortex-cookie-banner-groups {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin: 0;
  padding-right: 60px;
}
#cortex-cookie-banner-background .cortex-cookie-banner-content .cortex-cookie-banner-basic-settings .cortex-cookie-banner-groups input[type=checkbox] {
  margin-right: 12px;
  vertical-align: middle;
}
#cortex-cookie-banner-background .cortex-cookie-banner-content .cortex-cookie-banner-basic-settings .cortex-cookie-banner-groups label {
  margin-bottom: 1rem;
}
#cortex-cookie-banner-background .cortex-cookie-banner-content .cortex-cookie-banner-basic-settings .cortex-cookie-banner-description {
  flex-grow: 1;
  max-width: 80%;
}
#cortex-cookie-banner-background .cortex-cookie-banner-content .cortex-cookie-banner-basic-settings .cortex-cookie-banner-legal {
  margin: 15px 0;
}
#cortex-cookie-banner-background .cortex-cookie-banner-content .cortex-cookie-banner-basic-settings .cortex-cookie-banner-legal a {
  margin-right: 15px;
}
#cortex-cookie-banner-background .cortex-cookie-banner-content .cortex-cookie-banner-basic-settings .cortex-cookie-banner-legal a:last-child {
  margin-right: 0;
}
#cortex-cookie-banner-background .cortex-cookie-banner-content .cortex-cookie-banner-basic-settings .cortex-cookie-banner-buttons {
  margin-top: 30px;
}
#cortex-cookie-banner-background .cortex-cookie-banner-content .cortex-cookie-banner-basic-settings .cortex-cookie-banner-buttons button {
  padding: 12px 32px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin-right: 15px;
}
#cortex-cookie-banner-background .cortex-cookie-banner-content .cortex-cookie-banner-basic-settings .cortex-cookie-banner-buttons button:hover {
  filter: brightness(85%);
}
#cortex-cookie-banner-background #cortex-cookie-banner-privacy-settings {
  display: flex;
  flex-direction: column;
  max-height: 20vh;
  overflow-x: hidden;
}
#cortex-cookie-banner-background #cortex-cookie-banner-privacy-settings.hidden {
  display: none;
}
#cortex-cookie-banner-background #cortex-cookie-banner-privacy-settings > div {
  width: 100%;
  padding: 1rem;
}
#cortex-cookie-banner-background #cortex-cookie-banner-privacy-settings > div .cortex-cookie-banner-group-name {
  font-size: 1rem;
}
#cortex-cookie-banner-background #cortex-cookie-banner-privacy-settings > div .cortex-cookie-banner-group-description {
  font-size: 0.8rem;
}
#cortex-cookie-banner-background #cortex-cookie-banner-privacy-settings > div .cortex-cookie-banner-group-cookies {
  padding: 0 1rem;
}
#cortex-cookie-banner-background #cortex-cookie-banner-privacy-settings > div .cortex-cookie-banner-group-cookies table {
  margin-top: 0.5rem;
  width: 100%;
}
#cortex-cookie-banner-background #cortex-cookie-banner-privacy-settings > div .cortex-cookie-banner-group-cookies table td {
  padding: 8px;
}

.cortex-content-blocker {
  padding: 40px 20px;
  text-align: center;
  background: #e2e2e2;
  display: flex;
  flex-wrap: wrap;
}
.cortex-content-blocker .cortex-unblock-content {
  margin: 0 auto;
}
.cortex-content-blocker input[type=checkbox] {
  vertical-align: middle;
  margin-right: 8px;
}

@media screen and (max-width: 960px) {
  #cortex-cookie-banner-background .cortex-cookie-banner-content {
    padding: 24px !important;
  }
  #cortex-cookie-banner-background .cortex-cookie-banner-content .cortex-cookie-banner-basic-settings .cortex-cookie-banner-header {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  #cortex-cookie-banner-background .cortex-cookie-banner-content .cortex-cookie-banner-basic-settings .cortex-cookie-banner-description {
    max-width: 100%;
  }
  #cortex-cookie-banner-background .cortex-cookie-banner-content .cortex-cookie-banner-buttons button {
    width: 100%;
    margin-bottom: 7.5px;
  }
}

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