/* *** BANNER CSS START *** */
.noScroll, .noScroll body {
  overflow: hidden !important;
  position: relative;
  height: 100%;
}

#Coi-Renew {
  display: none;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  z-index: 99999999999;
  padding: 10px;
  cursor: pointer;
  border-top-right-radius: 50%;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#Coi-Renew:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#Coi-Renew svg {
  width: 100%;
}

#Coi-Renew .renew_path {
  fill: #998242 !important;
}

#coi-banner-wrapper * {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
  text-align: left;
}

#coi-banner-wrapper h2 {
  font-size: 20px;
}

#coiOverlay {
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 99999999999;
  padding: 96px;
  box-sizing: border-box;
}

.coi-banner__wrapper {
  width: 800px;
  max-width: 100%;
  max-height: 100%;
  background: transparent;
  border-radius: 0px;
}

.coi-banner__wrapper::-webkit-scrollbar-thumb {
  background-color: #ccc !important;
  border-radius: 5px;
}

.coi-banner__wrapper::-webkit-scrollbar-track {
  background-color: none;
}

.coi-banner__wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  border-radius: 2px;
}

.coi-banner__page {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: block;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
  background: #fff;
}

#coiConsentBannerCategoriesWrapper,
.coi-banner__summary,
.cookiedeclaration_wrapper {
  background: #FFF;
  color: #FFF;
}

.coi-banner__summary {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

#coiConsentBannerCategoriesWrapper, .coi-banner__cookiedeclaration, .coi-banner__privacycontrols, .coi-banner__summary, .cookiedeclaration_wrapper {
  color: #393939;
  width: 100%;
  padding: 40px 32px 0;
}

.coi-banner__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.coi-banner__header img {
  max-width: 100%;
}

.coi-banner__header a {
  font-size: 12px !important;
  text-decoration: none !important;
}

.coi-banner__text {
  font-size: 16px;
  line-height: 20px;
}

.coi-banner__cookiedeclaration .coi-banner__maintext {
  white-space: normal !important;
}

.coi-banner__header .coi-banner__branding {
  font-size: 9px;
  color: #666;
}

.coi-banner__header .coi-banner__branding a {
  display: block;
  text-decoration: none !important;
  color: #555 !important;
  font-size: 10px;
  font-weight: bold;
}

.coi-banner__page-footer {
  background: #FFF;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 32px 32px 40px;
  bottom: 0;
  z-index: 99999;
}

.coi-banner__page-footer button {
  margin: 0 8px;
}

.coi-banner__lastpage, .coi-banner__nextpage {
  border: solid 1px #e1e1e1;
}

.coi-consent-banner__decline-button {
  font-size: 14px;
  margin: 10px 0;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.coi-banner__accept {
  text-transform: none;
  background: #998242;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: 1.3em;
  letter-spacing: 1px;
  background-color: #bfa96d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfa96d), color-stop(100%, #ab9454));
  background: -webkit-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#bfa96d), to(#ab9454));
  background: linear-gradient(to bottom, #bfa96d 0%, #ab9454 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFBFA96D',endColorstr='#FFAB9454');
  border: solid 1px #ac9555;
  color: #fff;
  text-transform: none;
  text-shadow: 0.07692em 1px 1px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.coi-banner__accept:hover {
  background: #998242;
  background-color: #cbba89;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbba89), color-stop(100%, #b39f65));
  background: -webkit-linear-gradient(top, #cbba89 0%, #b39f65 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#cbba89), to(#b39f65));
  background: linear-gradient(to bottom, #cbba89 0%, #b39f65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFCBBA89',endColorstr='#FFB39F65');
  border: solid 1px #ac9555;
}

.coi-banner__accept:active {
  background-color: #b39851;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b39851), color-stop(100%, #9a854c));
  background: -webkit-linear-gradient(top, #b39851 0%, #9a854c 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#b39851), to(#9a854c));
  background: linear-gradient(to bottom, #b39851 0%, #9a854c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFB39851',endColorstr='#FF9A854C');
  border: solid 1px #ac9555;
}

.coi-consent-banner__categories-wrapper {
  box-sizing: border-box;
  position: relative;
}

.coi-consent-banner__category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px 24px  0;
}

.coi-consent-banner__category-container .coi-consent-banner__category-container-wrapper {
  margin: 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DDDDDD;
}

.coi-consent-banner__category-container.active .coi-consent-banner__category-container-wrapper {
  border-bottom: 1px solid transparent;
}

.coi-consent-banner__category-container:last-child {
  margin-bottom: 0;
}

.coi-consent-banner__name-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coi-consent-banner__category-name {
  font-weight: 600;
  font-size: 14px;
  word-break: break-word;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.coi-consent-banner__no-cookies {
  margin: 0;
  font-size: 1em;
}

.coi-consent-banner__category-name span {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  color: #393939 !important;
  margin-left: 24px;
}

.coi-consent-banner__category-expander:checked ~ .coi-consent-banner__name-container, .coi-consent-banner__category-name:hover {
  color: #998242;
}

.coi-consent-banner__category-expander {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.coi-consent-banner__category-expander:focus + .coi-consent-banner__name-container {
  outline: solid 1px #4D90FE;
}

.coi-consent-banner__switch-container {
  margin-left: 10px;
}

.coi-checkboxes {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coi-checkboxes input {
  opacity: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.coi-checkboxes .checkbox-toggle {
  background: #F1F1F1;
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
  cursor: pointer;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
}

.coi-checkboxes input[type=checkbox]:checked + .checkbox-toggle {
  background: #F1F1F1;
  border: 1px solid #BFBFBF;
}

.coi-checkboxes input[type=checkbox]:checked + .checkbox-toggle:before {
  left: 26px;
  content: '';
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #393939;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.coi-consent-banner__description-container {
  max-height: 0;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -ms-flex-item-align: end;
  align-self: flex-end;
  overflow: hidden;
}

.coi-consent-banner__category-expander:checked ~ .coi-consent-banner__description-container {
  max-height: 3000px;
  overflow: hidden;
}

.coi-consent-banner__description-container::-webkit-scrollbar-thumb {
  background-color: #ccc !important;
  border-radius: 5px;
}

.coi-consent-banner__description-container::-webkit-scrollbar-track {
  background-color: none;
}

.coi-consent-banner__description-container::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  border-radius: 2px;
  display: none;
}

.coi-consent-banner__category-description {
  padding: 16px 24px 16px 40px;
  background: 0 0;
  color: #393939;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.cookie-details__detail-container, .cookie-details__detail-container a {
  font-size: 13px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookie-details__detail-title {
  font-weight: 700;
  min-width: 150px;
  max-width: 150px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding-right: 5px;
}

.cookie-details__detail-container-data-processor-name {
  font-size: 1em;
  font-weight: bold;
}

.cookie-details__detail-content {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.coi-consent-banner__found-cookies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 24px;
}

.coi-consent-banner__cookie-details {
  color: #6f6f6f;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0;
  line-height: 16px;
}

.coi-banner__toggle-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.coi-banner__policy {
  font-weight: 500;
  cursor: pointer;
  margin-top: 10px;
  color: #393939;
}

#coi-banner__deselectAll, #coi-banner__selectAll {
  cursor: pointer;
  text-decoration: underline;
  margin: 5px 0;
  color: #393939;
  background: none;
  padding: 0 !important;
  border: none !important;
}

.coi-bottom-column {
  max-height: 100%;
  overflow-y: auto;
}

.top-column__bold-text {
  font-weight: 700;
  display: block;
  margin: 10px 0;
}

.ci-arrow {
  border: solid #ddd;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 10px;
  height: 10px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  top: 3px;
}

.coi-consent-banner__category-expander:checked ~ .coi-consent-banner__name-container .ci-arrow {
  -ms-transform: rotate(-135deg) !important;
  transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
  top: 5px;
}

@media only screen and (max-width: 540px) {
  .coi-consent-banner__cookie-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/** ANIMATIONS **/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-20px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.bounce {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.coi-checkboxes * {
  cursor: pointer;
}

button:focus {
  outline: none !important;
}

#coiPage-1 {
  display: block !important;
}

#coiPage-2 {
  position: relative;
  top: 16px;
  margin-bottom: 16px;
}

#coiPage-2 .coi-consent-banner__categories-wrapper {
  padding: 0;
}

#coiPage-3 {
  display: none !important;
}

.tb-cookie-policy-tab-header {
  padding: 21px 32px 0;
  background-color: #F1F1F1;
}

.tb-cookie-policy-tab-header .tb-cookie-policy-tab-header-items {
  font-size: 16px;
  padding-bottom: 20px;
  cursor: pointer;
}

.tb-cookie-policy-tab-header .tb-cookie-policy-tab-header-items.active {
  border-bottom: 2px solid #998242;
  color: #998242 !important;
  font-weight: bold;
}

.tb-cookie-policy-tab-header .tb-cookie-policy-tab-header-items:first-child {
  margin-right: 21px;
}

.tb-cookie-policy-minus {
  display: none;
}

#coi-banner-wrapper_label {
  padding-top: 16px;
}

.coi-consent-banner__category-name.active .tb-cookie-policy-minus {
  display: block;
}

.coi-consent-banner__category-name.active .tb-cookie-policy-plus {
  display: none;
}

.coi-consent-banner__category-container.active {
  background: #FAFAFA;
}

#tb-cookie-poicy-footer-tab-1, #tb-cookie-poicy-footer-tab-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

#coi-banner-wrapper h2, #coi-banner-wrapper p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 32px;
}

#coi-banner-wrapper p {
  font-weight: normal;
}

.tb-cookie-policy-mobile-tabs {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #coiOverlay {
    padding: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #tb-cookie-poicy-footer-tab-2 {
    display: block;
  }
  #tb-cookie-poicy-footer-tab-2 button {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #tb-cookie-poicy-footer-tab-2 button:first-child {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  #coiOverlay {
    padding: 0px;
    background: #FFF;
  }
  #coiOverlay .tb-header-3 {
    font-size: 20px !important;
  }
  .coi-banner__page {
    box-shadow: none;
  }
  .coi-banner__page-footer {
    display: block;
    padding: 48px 16px 16px;
  }
  #coiConsentBannerCategoriesWrapper, .coi-banner__cookiedeclaration, .coi-banner__privacycontrols, .coi-banner__summary, .cookiedeclaration_wrapper {
    padding: 16px 16px 0;
  }
  button {
    width: 100%;
    text-align: center !important;
    margin: 0 !important;
    white-space: normal !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  button:first-child {
    margin-bottom: 8px !important;
  }
  .tb-cookie-policy-tab-header {
    display: none !important;
  }
  .tb-cookie-policy-margin-1 {
    margin-bottom: 8px !important;
  }
  .tb-cookie-policy-mobile-tabs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    color: #998242 !important;
  }
  .tb-cookie-policy-mobile-tabs:last-child {
    margin-top: 2px;
  }
  .tb-cookie-policy-mobile-tabs a {
    font-weight: bold;
  }
  .tb-cookie-policy-mobile-tabs.active a {
    color: #393939 !important;
  }
  .coi-consent-banner__category-container {
    padding-right: 0;
    padding-left: 0;
  }
  .coi-consent-banner__category-container .coi-consent-banner__category-container-wrapper {
    margin-right: 16px;
    margin-left: 16px;
  }
  .tb-cookie-policy-tab-header {
    padding: 21px 40px 0;
    font-weight: bold;
  }
  #tb-cookie-policy-description-tab-2 {
    padding: 0px 24px;
  }
  #coiPage-2 {
    top: 24px;
  }
}
