<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=====================*/
/* CUBIC BEZIER CURVES */
/*=====================*/
/*
GDPR plugin
*/
.gdpr :not(textarea):not(input):not(select) {
  font-family: inherit !important;
}

.gdpr .gdpr-agreement, .gdpr input[type="submit"] {
  text-shadow: none !important;
  font-size: 0.928571em !important;
  line-height: 40px !important;
}

.gdpr .gdpr-agreement:not(:hover), .gdpr input[type="submit"]:not(:hover) {
  box-shadow: none !important;
}

.gdpr.gdpr-privacy-bar, .gdpr.gdpr-reconsent-bar {
  background-color: #fff;
  box-shadow: 0 15px 55px -5px rgba(9, 31, 67, 0.15);
  z-index: 9999998;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper, .gdpr.gdpr-reconsent-bar .gdpr-wrapper {
  padding: 25px 50px 25px 30px;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media only screen and (max-width: 1024px) {
  .gdpr.gdpr-privacy-bar .gdpr-wrapper, .gdpr.gdpr-reconsent-bar .gdpr-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-content {
  padding: 0 15px 0 0;
  text-align: start;
  width: auto;
}

@media only screen and (max-width: 1024px) {
  .gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-content {
    padding-right: 0;
    padding-bottom: 15px;
    text-align: center;
  }
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content p, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-content p {
  font-size: 0.928571em;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-right {
  white-space: nowrap;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-buttons, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-right .gdpr-buttons {
  min-width: 300px;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button {
  float: left;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-preferences, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-preferences {
  margin: 0 10px;
  line-height: 30px;
  font-size: 0.928571em;
}

@media screen and (max-width: 1024px) {
  .gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-preferences, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-preferences {
    margin-bottom: 10px !important;
  }
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-agreement, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-agreement {
  float: right;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-cookie-categories, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-right .gdpr-cookie-categories {
  border-right-style: solid;
  border-right-width: 1px;
}

@media screen and (max-width: 640px) {
  .gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-cookie-categories, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-right .gdpr-cookie-categories {
    border: none;
    margin: 10px 0 0;
  }
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-cookie-categories .gdpr-cookie-categories-item label, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-right .gdpr-cookie-categories .gdpr-cookie-categories-item label {
  color: inherit;
  padding-left: 25px;
  font-weight: 600;
  line-height: 30px;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-close, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-close {
  opacity: .2;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-close:hover, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-close:hover {
  opacity: 1;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-close:hover:before, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-close:hover:before {
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: -webkit-scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.gdpr.gdpr-privacy-preferences :not(textarea):not(input):not(select), .gdpr.gdpr-reconsent :not(textarea):not(input):not(select), .gdpr.gdpr-general-confirmation :not(textarea):not(input):not(select) {
  font-size: 13px;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper, .gdpr.gdpr-reconsent .gdpr-wrapper, .gdpr.gdpr-general-confirmation .gdpr-wrapper {
  overflow: visible;
  max-width: 820px;
  max-height: 550px;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 15px 55px -5px rgba(9, 31, 67, 0.15);
}

@media screen and (max-width: 640px) {
  .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content {
    height: calc(100% - 115px);
  }
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs {
  border-radius: 0 0 0 8px;
  max-width: 190px;
  min-width: 190px;
  border-right-width: 1px !important;
  border-right-style: solid !important;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs {
    max-width: 100%;
    border-radius: 0 0 8px 8px;
    border-right: none !important;
  }
  .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-policies, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-policies, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-policies {
    margin-top: 30px;
  }
  .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-policies a, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-policies a, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs .gdpr-policies a {
    padding: 10px 20px;
  }
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li button, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button {
  font-weight: 600;
  background-color: transparent;
  padding: 15px 20px;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button:hover, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li button:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button:hover {
  background-color: transparent;
  z-index: 2;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button:after, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li button:after, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button:after {
  display: none;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active {
  background-color: #fff;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  z-index: 2;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li a, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a {
  background: transparent;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 13px !important;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a:hover, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li a:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a:hover {
  background: transparent;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs {
  padding: 0;
  background-color: transparent;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs li button, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs li button, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs li button {
  font-weight: 600;
  background-color: transparent;
  padding: 8px 15px 8px 25px;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs li button:hover, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs li button:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs li button:hover {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: none;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs li button:before, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs li button:before, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs li button:before {
  content: '-';
  margin-right: .5em;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs li button:after, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs li button:after, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs li button:after {
  display: none;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs li button.gdpr-active, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs li button.gdpr-active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs li button.gdpr-active {
  background-color: rgba(0, 0, 0, 0.05);
  color: #fff !important;
  box-shadow: none;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-policies, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-policies, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-policies {
  padding-bottom: 5px;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tab-content, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content {
  margin-bottom: 80px;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div {
  padding: 30px;
  overflow-y: auto;
}

@media screen and (max-width: 640px) {
  .gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div {
    padding: 30px 20px;
  }
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div &gt; header, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div &gt; header, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div &gt; header {
  display: block;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div &gt; header h4, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div &gt; header h4, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div &gt; header h4 {
  font-size: 18px;
  font-weight: 700 !important;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info {
  overflow: visible;
  height: auto;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info &gt; p, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info &gt; p, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info &gt; p {
  margin-bottom: 2em;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used {
  border: none;
  box-shadow: none;
  padding: 1em 0;
  margin: 1em 0;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used:last-child, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used:last-child, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title {
  border: none;
  padding: 0 0 5px 0;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title p, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title p, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title p {
  font-size: 14px;
  font-weight: 700 !important;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title .gdpr-always-active, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title .gdpr-always-active, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title .gdpr-always-active {
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 0 12px;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title a, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title a, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title a {
  font-weight: 600;
  border-width: 1px;
  border-style: solid;
  padding: 0 10px;
  border-radius: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title a:hover, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title a:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title a:hover {
  opacity: .7;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used .gdpr-cookies, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used .gdpr-cookies, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-cookies-used .gdpr-cookies {
  padding: 0;
  background-color: transparent;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-policy-content, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-policy-content, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content &gt; div .gdpr-info .gdpr-policy-content {
  padding: 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-mobile-menu, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-mobile-menu, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-mobile-menu {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-mobile-menu button, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-mobile-menu button, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-mobile-menu button {
  padding: 20px;
  font-weight: 700;
  text-transform: uppercase !important;
  font-size: 13px;
  letter-spacing: 0.1em !important;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-mobile-menu button:after, .gdpr.gdpr-reconsent .gdpr-wrapper .gdpr-mobile-menu button:after, .gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-mobile-menu button:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.1);
  top: 17px;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper &gt; form &gt; header .gdpr-box-title,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form &gt; header .gdpr-box-title, .gdpr.gdpr-reconsent .gdpr-wrapper &gt; form &gt; header .gdpr-box-title,
.gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form &gt; header .gdpr-box-title, .gdpr.gdpr-general-confirmation .gdpr-wrapper &gt; form &gt; header .gdpr-box-title,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form &gt; header .gdpr-box-title {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper &gt; form &gt; header .gdpr-box-title h3,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form &gt; header .gdpr-box-title h3, .gdpr.gdpr-reconsent .gdpr-wrapper &gt; form &gt; header .gdpr-box-title h3,
.gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form &gt; header .gdpr-box-title h3, .gdpr.gdpr-general-confirmation .gdpr-wrapper &gt; form &gt; header .gdpr-box-title h3,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form &gt; header .gdpr-box-title h3 {
  color: inherit !important;
  padding: 0 30px !important;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper &gt; form &gt; header .gdpr-box-title .gdpr-close,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form &gt; header .gdpr-box-title .gdpr-close, .gdpr.gdpr-reconsent .gdpr-wrapper &gt; form &gt; header .gdpr-box-title .gdpr-close,
.gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form &gt; header .gdpr-box-title .gdpr-close, .gdpr.gdpr-general-confirmation .gdpr-wrapper &gt; form &gt; header .gdpr-box-title .gdpr-close,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form &gt; header .gdpr-box-title .gdpr-close {
  opacity: .2;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper &gt; form &gt; header .gdpr-box-title .gdpr-close:hover,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form &gt; header .gdpr-box-title .gdpr-close:hover, .gdpr.gdpr-reconsent .gdpr-wrapper &gt; form &gt; header .gdpr-box-title .gdpr-close:hover,
.gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form &gt; header .gdpr-box-title .gdpr-close:hover, .gdpr.gdpr-general-confirmation .gdpr-wrapper &gt; form &gt; header .gdpr-box-title .gdpr-close:hover,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form &gt; header .gdpr-box-title .gdpr-close:hover {
  opacity: 1;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper &gt; form &gt; header .gdpr-box-title .gdpr-close:hover:before,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form &gt; header .gdpr-box-title .gdpr-close:hover:before, .gdpr.gdpr-reconsent .gdpr-wrapper &gt; form &gt; header .gdpr-box-title .gdpr-close:hover:before,
.gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form &gt; header .gdpr-box-title .gdpr-close:hover:before, .gdpr.gdpr-general-confirmation .gdpr-wrapper &gt; form &gt; header .gdpr-box-title .gdpr-close:hover:before,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form &gt; header .gdpr-box-title .gdpr-close:hover:before {
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: -webkit-scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper &gt; form &gt; footer,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form &gt; footer, .gdpr.gdpr-reconsent .gdpr-wrapper &gt; form &gt; footer,
.gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form &gt; footer, .gdpr.gdpr-general-confirmation .gdpr-wrapper &gt; form &gt; footer,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form &gt; footer {
  left: 190px;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 0 0 8px 0;
  border-top-width: 1px;
  border-top-style: solid;
}

@media screen and (max-width: 640px) {
  .gdpr.gdpr-privacy-preferences .gdpr-wrapper &gt; form &gt; footer,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form &gt; footer, .gdpr.gdpr-reconsent .gdpr-wrapper &gt; form &gt; footer,
.gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form &gt; footer, .gdpr.gdpr-general-confirmation .gdpr-wrapper &gt; form &gt; footer,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form &gt; footer {
    left: 0;
    bottom: 0;
    border-radius: 0 0 8px 8px;
  }
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper &gt; form &gt; footer input[type="submit"],
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form &gt; footer input[type="submit"], .gdpr.gdpr-reconsent .gdpr-wrapper &gt; form &gt; footer input[type="submit"],
.gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form &gt; footer input[type="submit"], .gdpr.gdpr-general-confirmation .gdpr-wrapper &gt; form &gt; footer input[type="submit"],
.gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form &gt; footer input[type="submit"] {
  text-transform: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-shadow: none !important;
  border: none !important;
  outline: none !important;
  line-height: 40px;
  height: 40px;
  letter-spacing: normal !important;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper &gt; form &gt; footer input[type="submit"]:not(:hover),
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form &gt; footer input[type="submit"]:not(:hover), .gdpr.gdpr-reconsent .gdpr-wrapper &gt; form &gt; footer input[type="submit"]:not(:hover),
.gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form &gt; footer input[type="submit"]:not(:hover), .gdpr.gdpr-general-confirmation .gdpr-wrapper &gt; form &gt; footer input[type="submit"]:not(:hover),
.gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form &gt; footer input[type="submit"]:not(:hover) {
  box-shadow: none;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper &gt; form &gt; footer span,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form &gt; footer span, .gdpr.gdpr-reconsent .gdpr-wrapper &gt; form &gt; footer span,
.gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form &gt; footer span, .gdpr.gdpr-general-confirmation .gdpr-wrapper &gt; form &gt; footer span,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form &gt; footer span {
  line-height: 20px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper &gt; form &gt; footer span a,
.gdpr.gdpr-privacy-preferences .gdpr-wrapper .reconsent-form &gt; footer span a, .gdpr.gdpr-reconsent .gdpr-wrapper &gt; form &gt; footer span a,
.gdpr.gdpr-reconsent .gdpr-wrapper .reconsent-form &gt; footer span a, .gdpr.gdpr-general-confirmation .gdpr-wrapper &gt; form &gt; footer span a,
.gdpr.gdpr-general-confirmation .gdpr-wrapper .reconsent-form &gt; footer span a {
  font-style: normal;
  font-weight: 600;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.gdpr .gdpr-switch .gdpr-slider.round:before {
  -moz-transform: translate3d(0, 0, 0) scale3d(0.9, 0.9, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(0.9, 0.9, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(0.9, 0.9, 1);
  -webkit-transform: translate3d(0, 0, 0) scale3d(0.9, 0.9, 1);
  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(0.9, 0.9, 1);
  transform: translate3d(0, 0, 0) scale3d(0.9, 0.9, 1);
}

.gdpr .gdpr-switch .gdpr-slider.round:hover:before {
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.gdpr .gdpr-switch input:checked + .gdpr-slider.round:before {
  -moz-transform: translate3d(21px, 0, 0) scale3d(0.9, 0.9, 1);
  -o-transform: translate3d(21px, 0, 0) scale3d(0.9, 0.9, 1);
  -ms-transform: translate3d(21px, 0, 0) scale3d(0.9, 0.9, 1);
  -webkit-transform: translate3d(21px, 0, 0) scale3d(0.9, 0.9, 1);
  -webkit-transform: -webkit-translate3d(21px, 0, 0) scale3d(0.9, 0.9, 1);
  transform: translate3d(21px, 0, 0) scale3d(0.9, 0.9, 1);
}

.gdpr .gdpr-switch input:checked + .gdpr-slider.round:hover:before {
  -moz-transform: translate3d(21px, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(21px, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(21px, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(21px, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: -webkit-translate3d(21px, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(21px, 0, 0) scale3d(1, 1, 1);
}

.gdpr .gdpr-switch .gdpr-switch-indicator-on,
.gdpr .gdpr-switch .gdpr-switch-indicator-off {
  display: none !important;
}

.wtbx-gdpr-noconsent-wrapper {
  position: relative;
}

.wtbx-gdpr-noconsent-wrapper.wtbx-gdpr-noconsent-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wtbx-gdpr-noconsent-wrapper.wtbx-gdpr-noconsent-bg .wtbx-gdpr-noconsent-poster:before {
  display: none;
}

.wtbx-gdpr-noconsent-wrapper.wtbx-gdpr-noconsent-lightbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.4);
}

.wtbx-gdpr-noconsent-wrapper.wtbx-gdpr-noconsent-lightbox[data-type="soundcloud"] {
  top: 50%;
  bottom: auto;
  padding-top: 80%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.wtbx-gdpr-noconsent-wrapper.wtbx-gdpr-noconsent-lightbox[data-type="spotify"] {
  top: 50%;
  bottom: auto;
  padding-top: 125%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.wtbx-gdpr-noconsent-wrapper.wtbx-gdpr-noconsent-lightbox[data-type="youtube"], .wtbx-gdpr-noconsent-wrapper.wtbx-gdpr-noconsent-lightbox[data-type="vimeo"] {
  top: 50%;
  bottom: auto;
  padding-top: 56.25%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.wtbx-gdpr-noconsent-wrapper.wtbx-gdpr-noconsent-lightbox .wtbx-gdpr-noconsent-poster,
.wtbx-gdpr-noconsent-wrapper.wtbx-gdpr-noconsent-lightbox .wtbx-gdpr-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wtbx-gdpr-noconsent-wrapper.wtbx-gdpr-noconsent-lightbox .wtbx-gdpr-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.wtbx-gdpr-noconsent-wrapper .wtbx-gdpr-noconsent-poster {
  background-color: #000;
  font-size: 0;
  line-height: 0;
}

.wtbx-gdpr-noconsent-wrapper .wtbx-gdpr-noconsent-poster:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.wtbx-gdpr-noconsent-wrapper .wtbx-gdpr-noconsent-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.wtbx-gdpr-noconsent-wrapper .wtbx-gdpr-noconsent-content .wtbx-gdpr-noconsent-inner {
  color: #fff;
  padding: 2em;
}

.wtbx-gdpr-noconsent-wrapper .wtbx-gdpr-noconsent-content .wtbx-gdpr-noconsent-inner .wtbx-gdpr-noconsent-icon {
  margin-bottom: 15px;
}

@media only screen and (max-width: 479px) {
  .wtbx-gdpr-noconsent-wrapper .wtbx-gdpr-noconsent-content .wtbx-gdpr-noconsent-inner .wtbx-gdpr-noconsent-icon {
    display: none;
  }
}

.wtbx-gdpr-noconsent-wrapper .wtbx-gdpr-noconsent-content .wtbx-gdpr-noconsent-inner .wtbx-gdpr-noconsent-icon svg {
  width: 40px;
  height: auto;
}

.wtbx-gdpr-noconsent-wrapper .wtbx-gdpr-noconsent-content .wtbx-gdpr-noconsent-inner .wtbx-gdpr-noconsent-icon svg path {
  fill: #fff;
}

.wtbx-gdpr-noconsent-wrapper .wtbx-gdpr-noconsent-content .wtbx-gdpr-noconsent-inner .wtbx-gdpr-noconsent-text {
  line-height: 1.5;
}

.wtbx-gdpr-noconsent-wrapper .wtbx-gdpr-noconsent-content .wtbx-gdpr-noconsent-inner .wtbx-gdpr-noconsent-text a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-gdpr-noconsent-wrapper .wtbx-gdpr-noconsent-content .wtbx-gdpr-noconsent-inner .wtbx-gdpr-noconsent-text a:hover {
  opacity: .6;
}
</pre></body></html>