
.cc-window {
    position: fixed;
      left: 0;
  right: 0;
    bottom: 0;
    font-size: 13px;
    opacity: 1;
  transition: opacity 1s ease;
      overflow: hidden;
  z-index: 9999;
}



.cc-window.cc-banner .cc-window--container{
    padding: 1em 0;
  width: 100%;
  flex-direction: row;
  display: flex;
  flex-wrap: nowrap;
      align-items: center;
   
}
.cc-window.cc-banner .cc-window--container .cc-message {
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
      font-family: "Mada", sans-serif;
  
}
.cc-window.cc-banner .cc-window--container .cc-message .cc-link {
  display: inline-block;
  padding: .2em;
  cursor: pointer;
  text-decoration: underline !important;
  font-weight: 500;

}
.cc-window.cc-banner .cc-window--container .cc-compliance{
    margin-left: 2.5em;
    display: flex;
  align-items: center;
  align-content: space-between;
  margin-left: 2em;
  margin-right: 1em;

}
.cc-window.cc-banner .cc-window--container .cc-compliance .cc-btn {
  display: block;
  text-align: center;
  white-space: nowrap;
      font-family: "Mada", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    font-style: normal;
    letter-spacing: .02em;
    text-transform: uppercase;
    padding: 1.3rem 2.4rem 1.2rem 2.4rem;
    line-height: 1.8rem;
     background-color: #5b5754 ;
    color: #fff ;

}
.cc-window.cc-banner .cc-window--container .cc-close {
  display: block;
  margin-left: auto;
  font-size: 1em;
  opacity: .9;
  background-color: rgba(0,0,0,0);
  border: none;
  cursor: pointer;
}
.cc-window.cc-banner .cc-window--container .cc-close svg{
    display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.cc-invisible {
  display: none;
}
.cc-compliance>.cc-btn {
    flex: 1 1 auto;
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-banner .cc-window--container {
        flex-direction: column;
    }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-banner .cc-window--container {
        align-items: unset;
    }
}