<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#coitable *{
    text-align:left;
    box-sizing:border-box;
  }
  .coitable__declaration {
    margin: 30px 0;
  }
  .CookieDeclarationHeader{
    font-size:2.5em;
    margin-bottom:1em;
  }
  #coitable,.coitable__table{
    width:100%;
    border-spacing: 0;
  }
  .coitable__no-cookies {
    padding: 0 15px;
    margin-top: 15px;
    font-size: 1em;
  }
  .coitable__collapse{
    max-height:0;
    overflow:hidden;
    transition: max-height .3s ease-in-out;
  }
  .coitable__declarationtype {
    border: solid 1px #eee;
    margin-bottom: 15px;
    background:#f6f6f6;
    position:relative;
  }
  .coitable__declarationtype .active{
    color:#249723;
  }
  .coitable__title{
    margin: 0;
    cursor: pointer;
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    position:relative;
    border-bottom: solid 1px #ccc;
  }
  .coitable__title span {
    background: #ccc;
    display: inline-flex;
    width: 30px;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size:1em;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top:0;
  }
  .coitable__caption{
    margin-bottom:20px;
    padding: 20px 15px;
    font-size: 1.2em;
    line-height: normal;
    caption-side: top;
  }
  .coitable__table tr{
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
  }
  .coitable__table tr:nth-child(even) {
    background: #fff;
  }
  .coitable__tableheader{
    border-bottom:solid 1px #555555;
    font-weight: 600;
    flex: 1;
  }
  .coitable__cells{
    padding:10px 0;
    flex: 1;
    word-break: break-word;
    padding-right: 10px;
  }
  @media only screen and (max-width: 768px) {
    .coitable__title span{
      right:0;
    }
    .coitable__table tr{
      display:block;
    }
    .coitable__cells {
      display: flex;
      justify-content: space-between;
      text-align: right !important;
      padding-right: 0px;
    }
    .coitable__cells[data-title]:before {
      content: attr(data-title);
      font-size: 1em;
      font-weight:bold;
      flex: 1 0 25%;
      text-align: left !important;
      margin-right: 10px;
    }
    .coitable__cells a {
      text-align: right !important;
    }
    #coitable thead{
      display:none;
    }
    .coitable__row{
      margin-bottom:20px;
    }
  }
  .ci-arrow {
    border: solid #555;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transition:all 0.3s ease;
    margin-right:10px;
    margin-bottom:10px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position:relative;
  }
  .coitable__declarationtype .active .ci-arrow {
    transform: rotate(-135deg) !important;
    -webkit-transform: rotate(-135deg) !important;
    top:5px;
  }
  /* INTERNET EXPLORER FIXES */
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .coitable__cells{
      word-break:break-all;
    }
    /* IE10+ specific styles go here */
    .coitable__table tr{
      display:table-row;
    }
  }</pre></body></html>