/*cookies*/
#target-container {
  display: none;
}
.e-cookies-banner {
  position: fixed;
  bottom: 0;
  z-index: 10;
  color: #ffffff !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  max-height: 85vh;
  z-index: 200;
}
.e-cookies-banner [type="radio"] {
  display: none;
}
.e-cookies-banner [type="radio"] + .e-label-box {
  font-weight: normal;
  position: relative;
  font-size: 16px;
}
.e-cookies-banner [type="radio"] + .e-label-box:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: -0.25em;
  border-radius: 10px;
  border: 1px solid #00c1d5;
  margin-right: 0.5em;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.e-cookies-banner [type="radio"]:checked + .e-label-box:before {
  background: #00c1d5;
}
.e-cookies-banner [type="radio"]:checked + .e-label-box:after {
  background: #ffffff;
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  left: 7px;
  top: 8px;
  border-radius: 50px;
}
.e-cookies-banner .e-cookies-container {
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(0, 0, 0, 0.8);
}
.hidden {
  display: none;
}
.e-cookies-banner .e-privacy-settings {
  position: absolute;
  font-size: 16px;
  padding: 3px 10px;
  top: -30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  text-decoration: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.e-btn {
  background-color: #ffffff;
  color: #00c1d5;
  border-color: #00c1d5;
  border-width: 2px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto';
  font-size: 16px;
  padding: 7px 24px;
  border-style: solid;
}
.e-m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}
.e-btn.e-btn-150 {
  width: 150px;
  font-size: 20px;
}
.e-btn.e-btn-250 {
  width: 250px;
  font-size: 20px;
}
.e-btn.e-btn-inverse,
.e-btn.cancelBtn {
  color: #ffffff;
  background-color: #00c1d5;
}
.e-btn.e-btn-transparent:hover {
  border-color: #ffffff;
}
.e-btn:hover,
.e-btn:focus {
  color: #ffffff;
  background-color: #80276c;
  border-color: #80276c;
  text-decoration: none;
}
.e-btn.e-btn-inverse:hover,
.e-btn.cancelBtn:hover {
  background-color: #ffffff;
  color: #00c1d5;
}
.e-btn.e-btn-white-hover:hover {
  border-color: #ffffff;
}
.e-btn.e-btn-transparent {
  background-color: transparent;
}
.e-cookies-banner .e-cookies-container h2 {
  font-size: 17px;
  margin-top: 0;
}
.e-cookies-banner.e-cookies-colapsed {
  max-height: 0;
  padding: 0;
}
.e-cookies-banner {
  font-family: 'Roboto';
}
.e-cookies-banner h2 {
  font-family: 'Roboto';
  font-weight: bold;
  line-height: 1.1;
  color: #ffffff;
  font-size: 16px;
}
.e-cookies-banner p {
  color: #ffffff;
  font-size: 16px;
}
.e-cookies-banner .white {
  color: #ffffff;
  text-decoration: underline;
}
.white:hover,
.white:active,
.white:focus {
  text-decoration: none;
}
.e-consent-banner {
  border: 2px solid #ffffff;
  border-radius: 30px;
  margin-bottom: 20px;
}
.e-consent-banner th,
.e-consent-banner td {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid;
  padding: 10px;
}
.e-consent-banner thead th:last-of-type {
  border-right: none;
}
.e-consent-banner tbody td:last-of-type {
  border-right: none;
}
.e-consent-banner tbody tr:last-of-type td,
.e-consent-banner tbody tr:last-of-type th {
  border-bottom: none;
}
.e-consent-banner label {
  white-space: nowrap;
}
.e-privacy-info {
  max-height: 80vh;
  overflow-y: scroll;
  padding-right: 20px;
}
.e-privacy-info.e-privacy-info::-webkit-scrollbar {
  width: 3px;
}
.e-privacy-info.e-privacy-info::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.e-privacy-info.e-privacy-info::-webkit-scrollbar-track {
  background: #7E8687;
}
.e-cookies-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.e-noscroll {
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 767px) {
  .e-cookies-banner {
    text-align: center;
  }
  .e-consent-banner thead th:nth-last-child(2) {
    border-right: none;
  }
  .e-consent-banner tbody td:nth-last-child(2) {
    border-right: none;
  }
  .e-consent-banner thead th:last-of-type {
    display: none;
  }
  .e-consent-banner tbody td:last-of-type {
    display: none;
  }
}
@media (max-width: 991px) {
  .e-btn {
    margin-top: 10px;
  }
}
.highlight-button {
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-animation-name: highlight;
          animation-name: highlight;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
}
@-webkit-keyframes highlight {
  0% {
    background: #00c1d5;
  }
  50% {
    background: #80276c;
  }
  100% {
    background: #00c1d5;
  }
}
@keyframes highlight {
  0% {
    background: #00c1d5;
  }
  50% {
    background: #80276c;
  }
  100% {
    background: #00c1d5;
  }
}
