#__cookieWrapper .modal {
  opacity: 1!important
}
#__cookieWrapper .__cookieNotice .__cookieNoticeBody {
  padding: var(--sm-2);
  background: var(--base-5);
  box-shadow: 0 -1px 12px 0 var(--base-2)
}
#__cookieWrapper .custom-cookie-in {
  flex-direction: column;
  max-width: 100rem;
  margin: auto
}
#__cookieWrapper .custom-cookie-in div {
  padding: 0
}
#__cookieWrapper .custom-cookie-in p {
  font-size: var(--body-s-font-size);
  line-height: var(--body-s-line-height);
  font-weight: var(--body-s-weight);
  letter-spacing: var(--body-s-letter-spacing);
  margin-bottom: var(--sm-2);
  text-align: center;
  color: var(--base-1)
}
#__cookieWrapper .custom-cookie-in p a {
  text-decoration: none
}
#__cookieWrapper .custom-cookie-in p a:hover {
  text-decoration: underline
}
#__cookieWrapper .custom-cookie-in p a:focus-visible {
  outline: solid 2px var(--base-1)
}
#__cookieWrapper.custom-cookie a {
  color: var(--primary-1)
}
#__cookieWrapper.custom-cookie .ccBtn {
  margin: 0;
  border-radius: 0;
  padding: var(--sm-4) var(--sm-2);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  font-weight: var(--button-weight);
  letter-spacing: var(--button-letter-spacing);
  box-shadow: none;
  text-transform: uppercase
}
#__cookieWrapper.custom-cookie #cc-CookieSettingPreference,
#__cookieWrapper.custom-cookie #cc-acceptAll-btn,
#__cookieWrapper.custom-cookie #cc-reject-Btn {
  background: var(--primary-5);
  color: var(--primary-1)
}
#__cookieWrapper.custom-cookie #cc-CookieSettingPreference:hover,
#__cookieWrapper.custom-cookie #cc-acceptAll-btn:hover,
#__cookieWrapper.custom-cookie #cc-reject-Btn:hover {
  background-color: var(--primary-4);
  color: var(--primary-1)
}
#__cookieWrapper.custom-cookie #cc-CookieSettingPreference:focus-visible,
#__cookieWrapper.custom-cookie #cc-acceptAll-btn:focus-visible,
#__cookieWrapper.custom-cookie #cc-reject-Btn:focus-visible {
  background: var(--base-1);
  color: var(--base-5)
}
#__cookieWrapper .cookie-btn {
  width: 100%;
  gap: var(--sm-3);
  justify-content: center
}
.custom-cookie-modal .modal-content {
  padding: var(--md-2)!important;
  background-color: var(--base-4)
}
.custom-cookie-modal .modal-title {
  font-size: var(--headline-l-font-size);
  line-height: var(--headline-l-line-height);
  letter-spacing: var(--headline-l-letter-spacing);
  font-weight: var(--headline-l-weight);
  color: var(--base-1)!important
}
.custom-cookie-modal .close {
  margin: 0;
  padding: 0;
  top: -6%;
  font-size: 3.2rem;
  line-height: 3.2rem;
  width: 2.4rem;
  font-weight: 400;
  color: var(--base-1);
  right: 0
}
.custom-cookie-modal .modal-body h4 {
  font-size: var(--headline-s-font-size);
  line-height: var(--headline-s-line-height);
  letter-spacing: var(--headline-s-letter-spacing);
  font-weight: var(--headline-s-weight);
  padding: var(--sm-4) 0 var(--xs-2);
  margin-bottom: var(--sm-3);
  border-bottom: 0
}
.custom-cookie-modal .modal-body p {
  font-size: var(--body-xs-font-size);
  line-height: var(--body-xs-line-height);
  font-weight: var(--body-xs-weight);
  letter-spacing: var(--body-xs-letter-spacing);
  padding-bottom: 0!important;
  margin-bottom: var(--sm-2)!important
}
.custom-cookie-modal .modal-body p:last-child {
  margin-bottom: 0!important
}
.custom-cookie-modal .modal-footer {
  gap: var(--sm-4)
}
.custom-cookie-modal .modal-footer .btn {
  margin: 0;
  border-radius: 0;
  border: none;
  padding: var(--sm-4) var(--sm-2);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  font-weight: var(--button-weight);
  letter-spacing: var(--button-letter-spacing);
  width: 100%;
  text-transform: uppercase;
  border-radius: var(--radius-xxl)
}
.custom-cookie-modal .modal-footer #cc-acceptAll-btn-modal,
.custom-cookie-modal .modal-footer #cc-cookieAgree,
.custom-cookie-modal .modal-footer #cc-reject-Btn-modal {
  background: var(--base-5);
  border: 1px solid var(--primary-1);
  border-radius: 0
}
.custom-cookie-modal .modal-footer #cc-acceptAll-btn-modal:hover,
.custom-cookie-modal .modal-footer #cc-cookieAgree:hover,
.custom-cookie-modal .modal-footer #cc-reject-Btn-modal:hover {
  background-color: var(--base-5);
  border: 1px solid var(--primary-4)
}
.custom-cookie-modal .modal-footer #cc-acceptAll-btn-modal:focus-visible,
.custom-cookie-modal .modal-footer #cc-cookieAgree:focus-visible,
.custom-cookie-modal .modal-footer #cc-reject-Btn-modal:focus-visible {
  background: 0 0;
  border: 2px solid var(--base-2);
  outline: 0
}
.custom-cookie-modal .modal-footer #cc-acceptAll-btn-modal {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  color: var(--base-1)
}
.custom-cookie-modal .modal-footer #cc-reject-Btn-modal {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  color: var(--base-1)
}
.custom-cookie-modal .modal-footer #cc-cookieAgree {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  color: var(--primary-1)
}
.custom-cookie-modal .modal-footer #cc-cookieAgree:hover {
  color: var(--primary-1)
}
.custom-cookie-modal .modal-footer #cc-cookieAgree:focus-visible {
  color: var(--primary-1)
}
@media (min-width:768px) {
  #__cookieWrapper .cookie-btn {
    width: auto;
    flex-direction: row
  }
  .custom-cookie-modal .modal-footer .btn {
    width: auto
  }
}