.klaro {
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5em;
}

.klaro a {
  color: #E6471B;
  text-decoration: none;
  font-weight: 400!important;
}

.klaro a:hover,
.klaro a:focus {
  text-decoration: underline;
}

.klaro p,
.klaro h1,
.klaro h2,
.klaro ul,
.klaro li {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}

.klaro p + p {
  margin-top: 12px;
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
  background: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 6px;
  bottom: 20px;
  box-shadow: 0 -1px 10px 0 #acabab4d;
  color: #333;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5em;
  max-width: 440px;
  padding-right: 44px;
  position: fixed;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 999;
}

.klaro .cookie-notice:not(.cookie-modal-notice),
.klaro .cookie-notice:not(.cookie-modal-notice) p,
.klaro .cookie-notice:not(.cookie-modal-notice) li,
.klaro .cookie-notice:not(.cookie-modal-notice) strong {
  color: #333;
}

.klaro .cookie-notice:not(.cookie-modal-notice) strong,
.klaro .cookie-notice:not(.cookie-modal-notice) h1,
.klaro .cookie-notice:not(.cookie-modal-notice) h2 {
  font-size: 18px;
  font-weight: 700;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
  padding: 16px;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-ok {
  align-items: baseline;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-top: 12px;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-learn-more {
  display: inline-block;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-buttons {
  display: none;
}

.klaro .cookie-notice-hidden,
html.prism-privacy-seen .klaro .cookie-notice {
  display: none !important;
}

.klaro .cookie-modal {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.klaro .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.klaro .cookie-modal .cm-modal.cm-klaro {
  background: #fff;
  color: #333;
  max-height: 98%;
  overflow: auto;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1001;
}

.klaro .cookie-modal .cm-modal .hide {
  background: none;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 1;
}

.klaro .cookie-modal .cm-modal .hide svg {
  stroke: #333;
}

.klaro .cookie-modal .cm-modal .cm-header {
  padding: 16px 48px 8px 16px;
}

.klaro .cookie-modal .cm-modal .cm-header h1 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  word-break: break-word;
  margin-bottom: 16px;
}

.klaro .cookie-modal .cm-modal button.hide {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.klaro .cookie-modal .cm-modal .cm-body {
  padding: 8px 16px 16px;
}

.klaro .cookie-modal .cm-modal .cm-body p,
.klaro .cookie-modal .cm-modal .cm-body li,
.klaro .cookie-modal .cm-modal .cm-body strong {
  color: #333;
}

.klaro .cookie-modal .cm-modal .cm-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.klaro .cookie-modal .cm-modal .cm-body li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body li.cm-purpose {
  line-height: 20px;
  min-height: 40px;
  padding: 10px 10px 10px 72px;
  position: relative;
}

.klaro .cookie-modal .cm-modal .cm-body li.cm-service {
  border-bottom: 1px solid #5c5c5c;
}

.klaro .cookie-modal .cm-modal .cm-body li.cm-service:last-child {
  border-bottom: 0;
}

.klaro .cm-list-title {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.klaro .cm-list-description {
  color: #c8c8c8;
  font-size: 13px;
  padding-top: 4px;
}

.klaro .cm-opt-out,
.klaro .cm-required,
.klaro p.purposes {
  display: none;
}

.klaro .cm-list-input {
  height: 30px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 10px;
  width: 50px;
}

.klaro .cm-list-label {
    height: 30px;
    line-height: 30px;
}

.klaro .cm-list-label .cm-switch {
  display: inline-block;
  height: 30px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 50px;
}

.klaro .cm-list-label .slider {
  background: #f2f2f2;
  border-radius: 30px;
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s;
  width: 50px;
}

.klaro .cm-list-label .slider::before {
  background: #e6e6e6;
  border-radius: 50%;
  bottom: 5px;
  content: "";
  height: 20px;
  left: 5px;
  position: absolute;
  transition: 0.2s;
  width: 20px;
}

.klaro .cm-list-input:checked + .cm-list-label .slider {
  background: #E6471B;
}

.klaro .cm-list-input:checked + .cm-list-label .slider::before {
  transform: translateX(20px);
}

.klaro .cm-list-input:focus + .cm-list-label .slider {
  box-shadow: 0 0 0 2px rgba(230, 73, 31, 0.24);
}

.klaro .cookie-modal .cm-modal .cm-footer {
  padding: 8px 16px 16px;
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  justify-self: flex-end;
}

.klaro .cm-btn {
  background: #5c5c5c;
  border: 0;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  padding: 8px 12px;
}

.klaro .cm-btn:disabled {
  opacity: 0.5;
}

.klaro .cm-btn.cm-btn-close {
  background: #c8c8c8;
  color: #333;
}

.klaro .cm-btn.cm-btn-success,
.klaro .cm-btn.cm-btn-success-var {
  background: #E6471B;
}

.klaro .cm-btn.cm-btn-info {
  background: #E6471B;
}

.klaro .cm-powered-by {
  display: none;
}

.prism-privacy-close {
  align-items: center;
  background: transparent!important;
  border: 0;
  color: #333!important;
  cursor: pointer;
  display: flex;
  font-size: 28px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
}

.prism-privacy-launcher {
  background-color: #E6471B!important;
  align-items: center;
  border: 0;
  border-radius: 999px!important;
  bottom: 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  cursor: pointer!important;
  color: #FFF!important;
  display: none;
  font-size: 18px;
  font-weight: 700;
  height: 45px;
  justify-content: center;
  left: 18px;
  line-height: 1;
  position: fixed;
  width: 45px;
  z-index: 9;
}

.prism-privacy-close:hover,
.prism-privacy-close:focus {
    color: #E6471B;
}

.prism-privacy-launcher svg {
  fill: #fff;
  height: 30px;
  width: 30px;
}

@media (min-width: 660px) {
  .klaro .cookie-modal .cm-modal.cm-klaro {
    border-radius: 6px;
    height: auto;
    margin: 0 auto;
    max-width: 640px;
    position: relative;
    width: auto;
  }
}

@media (max-width: 640px) {
  
  #prism-privacy-launcher {
    left: 6px;
    bottom: 9px;
  }

  .klaro .cookie-notice:not(.cookie-modal-notice) {
    border-radius: 6px 6px 0 0;
    bottom: 0;
    left: 0;
    max-width: none;
    right: 0;
    width: 100%;
  }
}

.prism-privacy-launcher.is-visible {
    display: flex;
}
