@charset "UTF-8";
/* cookie banner - only visible for USA and EEA countries */
#cookieConsent {
  display: none;
}
#cookieConsent .banner-text:focus, #cookieConsent .banner-text:focus-visible {
  outline: 2px solid #e4701e;
  border-radius: 2px;
}
@media (max-width: 1339px) {
  #cookieConsent {
    width: auto;
  }
}
@media (max-width: 520px) {
  #cookieConsent {
    padding-bottom: 0;
  }
  #cookieConsent .banner-text {
    font-size: 11px;
  }
}
#cookieConsent a {
  text-decoration: none;
}
#cookieConsent .onoffessential:hover {
  cursor: default;
}
#cookieConsent .closeCookieConsent {
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  top: 6px;
  right: 6px;
}
@media (max-width: 520px) {
  #cookieConsent .closeCookieConsent {
    position: absolute;
    right: 3px;
    top: 3px;
  }
}
#cookieConsent .closeCookieConsent:hover {
  color: #CCC;
}
#cookieConsent .banner-left, #cookieConsent .banner-right {
  display: inline-block;
}
#cookieConsent .banner-left {
  width: 1200px;
  vertical-align: top;
}
@media (max-width: 1370px) {
  #cookieConsent .banner-left {
    width: 80%;
  }
}
@media (max-width: 770px) {
  #cookieConsent .banner-left {
    width: 70%;
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 520px) {
  #cookieConsent .banner-left {
    width: 96%;
    font-size: 10px;
    line-height: 12px;
  }
}
#cookieConsent .banner-right {
  font-size: 10px;
  max-width: 140px;
  text-align: center;
}
#cookieConsent .banner-right a {
  display: block;
  margin-top: 5px;
  color: #797878;
}
@media (max-width: 520px) {
  #cookieConsent .banner-right {
    padding-top: 7px;
    margin: auto;
    display: block;
  }
}
#cookieConsent input.cookieConsentOK {
  background-color: #BF4600;
  border-color: #BF4600;
  cursor: pointer;
  border-style: solid;
  margin-bottom: 4px;
}
#cookieConsent input.cookieConsentOK:hover {
  background-color: #53081A;
  border-color: #53081A;
}
#cookieConsent input.cookieConsentOK:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 3px;
}

.lnk-cookie-settings:hover {
  cursor: pointer;
}

.cookie-modal p {
  font-size: 14px;
  font-weight: 300;
  color: #505a6a;
}
.cookie-modal .modal-footer {
  text-align: left;
}
.cookie-modal .modal-footer-left, .cookie-modal .modal-footer-right {
  display: table-cell;
  vertical-align: top;
}
.cookie-modal .modal-footer-left {
  text-align: left;
  width: auto;
  min-width: 80%;
}
.cookie-modal .modal-footer-right {
  text-align: right;
  width: 140px;
}
.cookie-modal .modal-footer-left .gpc-conflict-text {
  display: none;
  color: #53081A;
  margin-bottom: 20px;
  font-size: 11px;
}

.onoffswitch {
  position: relative;
  width: 61px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
}

.onoffessential .onoffswitch-label {
  cursor: default;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 22px;
  padding: 0;
  line-height: 22px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #56c91e;
  color: #FFFFFF;
}

.onoffswitch-inner.belgium:before {
  content: "ANN";
}

.onoffswitch-inner.france:before {
  content: "ACT";
}

.onoffswitch-inner.france:after {
  content: "DÉS";
}

.onoffswitch-inner.sweden:before {
  content: "PÅ";
}

.sweden .onoffswitch-inner:after {
  content: "AV";
}

.onoffswitch-inner.turkish:before {
  content: "AÇIK";
  font-size: 9px;
  padding-left: 8px;
}

.turkish .onoffswitch-inner:after, .onoffswitch-inner.turkish:after {
  content: "KPLI";
  font-size: 9px;
  padding-right: 6px;
}

.onoffswitch-inner.dutch:before {
  content: "AAN";
}

.dutch .onoffswitch-inner:after {
  content: "UIT";
}

.onoffswitch-inner.hebrew:before {
  content: "פועל";
}

.hebrew .onoffswitch-inner:after, .onoffswitch-inner.hebrew:after {
  content: "כבוי";
}

.onoffswitch-inner.japanese:before {
  content: "オン";
}

.japanese .onoffswitch-inner:after, .onoffswitch-inner.japanese:after {
  content: "オフ";
}

.onoffswitch-inner.norwegian:before {
  content: "PÅ";
}

.norwegian .onoffswitch-inner:after {
  content: "AV";
}

.onoffswitch-inner.swedish:before {
  content: "PÅ";
}

.swedish .onoffswitch-inner:after {
  content: "AV";
}

.onoffswitch-inner.thai:before {
  content: "เปิด";
}

.thai .onoffswitch-inner:after {
  content: "ปิด";
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}

.belgium .onoffswitch-inner:after {
  content: "UIT";
}

.france .onoffswitch-inner:after {
  content: "DÉS";
}

.onoffswitch-switch {
  display: block;
  width: 19px;
  margin: 4px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.cookie-modal .cl, .cookie-modal .cr {
  display: inline-block;
  vertical-align: top;
}

.cookie-modal .cr {
  width: 80%;
  padding-top: 6px;
  padding-left: 12px;
}
@media (max-width: 370px) {
  .cookie-modal .cr {
    width: 100%;
    padding-left: 4px;
  }
}

.onoffessential .onoffswitch-inner:before {
  background-color: #EEEEEE;
  color: #999999;
}

.c-row {
  margin-top: 15px;
}

.modal-content .heading-sub {
  margin-bottom: 5px;
}

/*Cookie Consent End*/