#cc-main {
  --cc-font-family: 'Basel Grotesk';
}
#cc-main .cm {
  max-width: 684px;
  color: #FFFFFF;
  -webkit-text-fill-color: #fff;
  background: #424242;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
#cc-main .cm__desc {
  color: #FFFFFF;
}
#cc-main .cm__texts {
  padding: 0px;
}
#cc-main .cm__title {
  font-family: 'Basel Grotesk';
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.02em;
  font-weight: normal;
}
#cc-main .cm__title+.cm__desc {
  margin-top: 8px;
  padding-bottom: 0px;
  font-family: 'Basel Grotesk';
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
}
#cc-main .cc__link {
  font-family: 'Basel Grotesk';
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  transition: none;
  background-image: linear-gradient(currentColor,currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
#cc-main .cc__link:hover {
  color: #fff !important;
}
#cc-main .cm--bar .cm__btn {
  background: #FAFAFA;
  border-radius: 2px;
  font-family: 'Basel Grotesk';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #212121;
  border: none;
  padding: 8px 16px 10px 16px;
  min-height: 40px;
}
#cc-main .cm--bar .cm__btn:nth-child(1) {
  font-family: 'Basel Grotesk';
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  background: none;
  color: #FFFFFF;
  font-weight: normal;
}
#cc-main .cm--bar .cm__btn:nth-child(1):hover {
  color: #BDBDBD;
  -webkit-text-fill-color: #BDBDBD;
}
#cc-main .cm--bar .cm__btn:nth-child(1):active {
  color: #E0E0E0;
  -webkit-text-fill-color: #E0E0E0;
}
#cc-main .cm--bar .cm__btn:nth-child(1):hover svg path {
  color: #BDBDBD;
  -webkit-text-fill-color: #BDBDBD;
  fill: #BDBDBD;
}
#cc-main .cm--bar .cm__btn:nth-child(1):active svg path {
  color: #E0E0E0;
  -webkit-text-fill-color: #E0E0E0;
  fill: #E0E0E0;
}
#cc-main .cm--bar .cm__btn:nth-child(2) {
  margin: 0 0 0 8px;
  min-width: 111px;
  -webkit-text-fill-color: #212121;
}
#cc-main .cm--bar .cm__btn:nth-child(2):hover {
  background: #eee;
}
#cc-main .cm--bar .cm__btn:nth-child(2):active {
  background: #fafafa;
}

#cc-main .cm--bar .cm__body {
  padding: 12px 16px 16px 16px;
}
#cc-main .cm--bar .cm__btns {
  padding: 0px;
  margin-top: 16px;
}
#cc-main .cm--bar .cm__btn--secondary {
  background: none;
  border: none;
  padding: 0;
  color: #fff;
  font-family: 'Basel Grotesk';
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #FAFAFA;
  display: flex;
  align-items: center;
}
#cc-main .cm--bar .cm__btn--secondary svg {
  margin-right: 8px;
}
#cc-main .cm--bar.cm--bottom {
  bottom: 32px;
  left: 32px;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}
.show--consent #cc-main.c--anim .cm--bar {
  transform: none;
  /* animation: slideUp 0.3s ease; */
}

@media only screen and (max-width: 767px) {
  #cc-main .cm {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  #cc-main .cm--bar.cm--bottom {
    left: 0px;
    bottom: 0px;
  }
  #cc-main .cm__texts {
    padding-top: 12px;
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }
  #cc-main .cm--bar .cm__btns {
    margin-top: 0px;
    border-top: none !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  #cc-main .cm--bar .cm__btn-group:nth-child(2) {
    margin-top: 0px !important;
    flex-direction: column-reverse !important;
  }
  #cc-main .cm--bar .cm__btn:nth-child(1) {
    margin-top: 8px !important;
    margin-bottom: 14px !important;
  }
  #cc-main .cm--bar .cm__btn:nth-child(2) {
    margin-top: 0px !important;
  }
  #cc-main .cm--bar .cm__btn-group .cm__btn--secondary {
    min-height: 0px !important;
    margin-top: 12px !important;
    margin-bottom: 32px !important;
  }
}
/* manage cookie*/
#cc-main .pm__title {
  font-weight: normal;
  font-family: 'Basel Grotesk';
  font-size: 20px;
  line-height: 120%;
  color: #212121;
}
#cc-main .pm__body {
  padding: 0 24px 0px 24px;
}
#cc-main .pm__footer {
  padding: 32px 24px;
  border-top: 0px;
}
#cc-main .pm-wrapper:before {
  background: rgba(0, 0, 0, 0.4);
}
#cc-main .pm__section--toggle:nth-child(2) .pm__section-title:after {
  content: "Always on";
  display: inline-block;
  right: 60px;
  margin-right: 0px;
  padding: 0.2em;
  position: absolute;
  font-family: 'Basel Grotesk';
  font-style: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #757575;
  font-weight: 400;
}

#cc-main.de-main .pm__section--toggle:nth-child(2) .pm__section-title:after {
  content: "Immer an";
}

#cc-main.zh-main .pm__section--toggle:nth-child(2) .pm__section-title:after {
  content: "始终开启";
}

#cc-main.es-main .pm__section--toggle:nth-child(2) .pm__section-title:after {
  content: "Siempre encendido";
}

#cc-main .pm--box {
  max-width: 496px;
  max-height: 906px;
  border-radius: 4px;
}
#cc-main .pm__header {
  padding: 21px 24px;
  border-bottom: none;
}
#cc-main .pm__close-btn {
  width: 32px;
  height: 32px;
  border: none;
  outline: none;
  background-image: url("https://d3vfig6e0r0snz.cloudfront.net/static/images/cookie-close.svg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: -4px;
  border-radius: 100%;
  position: absolute;
  right: 20px;
}
#cc-main .pm__close-btn:after,
#cc-main .pm__close-btn:before {
  display: none;
  height: 19px;
}
#cc-main .pm__close-btn:hover {
  background-image: url("https://d3vfig6e0r0snz.cloudfront.net/static/images/cookie-close.svg");
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
}

#cc-main .pm__close-btn:active {
  background-image: url("https://d3vfig6e0r0snz.cloudfront.net/static/images/cookie-close.svg");
  background-color: #EEE;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
}
#cc-main .pm__section-desc p:nth-child(1) {
  font-family: 'Basel Grotesk';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #212121;
  margin-bottom: 8px !important;
}

#cc-main .pm__section-desc p:nth-child(2) {
  font-family: 'Basel Grotesk';
  font-style: normal;
  font-size: 12px;
  line-height: 170%;
  letter-spacing: 0.03em;
  color: #424242;
  margin-bottom: 0px;
}
#cc-main .pm__section:first-child {
  margin-bottom: 24px;
}
#cc-main .pm__section--toggle {
  background: none;
  margin-bottom: 0px;
}
#cc-main .pm__section--toggle .pm__section-title {
  height: 40px;
  background: none;
  border: none;
  padding-left: 0px;
  padding-top: 0;
  padding-bottom: 18px;
  padding-right: 60px;
  font-family: 'Basel Grotesk';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #212121;
}
#cc-main .pm__section--expandable .pm__section-title:before {
  display: none;
}
#cc-main .pm__section--toggle .pm__section-title:hover {
  background: none;
  border: none;
}
#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  display: flex;
  border: none;
}
#cc-main .pm__section--toggle .pm__section-desc {
  padding: 0;
  margin-bottom: 26px;
  font-family: 'Basel Grotesk';
  font-style: normal;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.01em;
  color: #424242;
}
#cc-main .pm__section--toggle:last-child .pm__section-desc {
  margin-bottom: 0px;
}
#cc-main .pm__btn--secondary {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: #212121;
  border-radius: 2px;
  width: 100%;
  min-height: 40px;
  max-height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  border: none;
}
#cc-main .pm__btn--secondary:hover {
  color: #fff;
  background: #424242;
}
#cc-main .pm__btn--secondary:active {
  color: #fff;
  background: #616161;
}
#cc-main .pm__btn-group:nth-child(1) {
  flex: 1;
}
#cc-main .pm__btn-group:nth-child(2) {
  display: none !important;
  margin: 0px !important;
}
#cc-main .section__toggle-wrapper {
  right: 0px;
}
#cc-main .section__toggle,
#cc-main .section__toggle-wrapper,
#cc-main .toggle__icon,
#cc-main .toggle__label {
  width: 48px;
  height: 24px;
  margin-top: 0px;
  transform: translate(0px, 0px);
}
#cc-main .toggle__icon {
  box-shadow: none;
  background: #BDBDBD;
}
#cc-main .toggle__icon:after {
  left: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  box-shadow: none;
}
#cc-main .section__toggle:checked~.toggle__icon:after {
  transform: translateX(24px);
}
#cc-main .toggle__icon-off:before,
#cc-main .toggle__icon-off:after,
#cc-main .toggle__icon-on:before {
  display: none;
}
#cc-main .section__toggle:checked~.toggle__icon {
  background: #424242;
  box-shadow: none;
}
#cc-main .section__toggle:checked:disabled~.toggle__icon {
  background: #E0E0E0;
  box-shadow: none;
}
#cc-main.c--anim .pm {
  transition: none;
}
.show--preferences #cc-main.c--anim .pm--box {
  transition: opacity .3s ease,visibility .5s ease,transform .5s cubic-bezier(.34,.98,.44,1);
}
@media only screen and (max-width: 767px) {
  #cc-main .pm--box {
    border-radius: 0px;
  }
  #cc-main .pm__section-desc p:nth-child(1) {
    margin-bottom: 10px !important;
  }
  #cc-main .pm__section-desc p:nth-child(2) {
    margin-bottom: 0 !important;
  }
  #cc-main .pm__section--toggle .pm__section-desc {
    margin-bottom: 26px !important;
  }
  #cc-main .pm__section--toggle:last-child .pm__section-desc{
    margin-bottom: 0px !important;
  }
  #cc-main .pm__header {
    padding: 21px 16px !important;
  }
  #cc-main .pm__body {
    padding: 0px 16px !important;
  }
  #cc-main .pm__footer {
    padding: 40px 16px 32px 16px !important;
  }

  #cc-main .pm--box {
    overflow-y: overlay;
    scrollbar-width: thin;
  }
  #cc-main .pm--box::-webkit-scrollbar-thumb {
    -webkit-background-clip:padding-box;
    background-clip: padding-box;
    background: #d5dee2;
    border: .25em solid #fff;
    border-radius: 1em
  }
  #cc-main .pm--box::-webkit-scrollbar-thumb:hover {
    background: #667481;
  }
  #cc-main .pm--box::-webkit-scrollbar {
    background: transparent;
    width: 12px;
  }
  #cc-main .pm__body {
    overflow-y: visible;
  }

  #cc-main .pm__close-btn {
    margin-right: -12px;
  }
}