<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#controlbar.controlbar-3.is-allowed.controlbar {
  font-family: "Akkurat-Pro-Regular", Helvetica, Arial, sans-serif;
  background-color: rgba(0, 0, 0, 0.79);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.67, 1.14);
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.67, 1.14);
  box-shadow: 0 0 0.1em #000000;
  position: fixed;
  left: 0;
  bottom: 0px;
  z-index: 3000;
  width: 55px;
  min-width: 55px; }
  #controlbar.controlbar-3.is-allowed.controlbar.logged-out {
    background-color: transparent;
    box-shadow: none; }
    #controlbar.controlbar-3.is-allowed.controlbar.logged-out .controlbar-button-container,
    #controlbar.controlbar-3.is-allowed.controlbar.logged-out .controlbar-username {
      display: none; }
#controlbar.controlbar-3.is-allowed .controlbar-button-container {
  display: flex; }
#controlbar.controlbar-3.is-allowed.controlbar-hide .controlbar-button-container {
  display: none; }
#controlbar.controlbar-3.is-allowed.logged-out.controlbar-hide .controlbar-content-wrapper {
  display: none; }
#controlbar.controlbar-3.is-allowed .controlbar-content-wrapper {
  height: 0px;
  transition: all 0.4s cubic-bezier(0.18, 0.89, 0.67, 1.14);
  -webkit-transition: all 0.4s cubic-bezier(0.18, 0.89, 0.67, 1.14); }
  #controlbar.controlbar-3.is-allowed .controlbar-content-wrapper.popup {
    /*            height: 400px;*/
    height: auto; }
    #controlbar.controlbar-3.is-allowed .controlbar-content-wrapper.popup.links-height-4 {
      height: calc(4 * 40px + 42px); }
    #controlbar.controlbar-3.is-allowed .controlbar-content-wrapper.popup.links-height-5 {
      height: calc(5 * 40px + 42px); }
    #controlbar.controlbar-3.is-allowed .controlbar-content-wrapper.popup.links-height-6 {
      height: calc(6 * 40px + 42px); }
    #controlbar.controlbar-3.is-allowed .controlbar-content-wrapper.popup.links-height-7 {
      height: calc(7 * 40px + 42px); }
    #controlbar.controlbar-3.is-allowed .controlbar-content-wrapper.popup.links-height-8 {
      height: calc(8 * 40px + 42px); }
    #controlbar.controlbar-3.is-allowed .controlbar-content-wrapper.popup.links-height-9 {
      height: calc(9 * 40px + 42px); }
    #controlbar.controlbar-3.is-allowed .controlbar-content-wrapper.popup.links-height-10 {
      height: calc(10 * 40px + 42px); }
#controlbar.controlbar-3.is-allowed .controlbar-control {
  display: none; }
#controlbar.controlbar-3.is-allowed .controlbar-link-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
#controlbar.controlbar-3.is-allowed .controlbar-anchor,
#controlbar.controlbar-3.is-allowed .controlbar-username,
#controlbar.controlbar-3.is-allowed .controlbar-links-label {
  padding-left: 55px;
  background-position-x: center;
  width: 55px;
  height: 30px;
  overflow: hidden; }
  #controlbar.controlbar-3.is-allowed .controlbar-anchor:not(.controlbar-links-label):hover,
  #controlbar.controlbar-3.is-allowed .controlbar-username:not(.controlbar-links-label):hover,
  #controlbar.controlbar-3.is-allowed .controlbar-links-label:not(.controlbar-links-label):hover {
    transition: filter .4s ease-in-out;
    background-size: 33%;
    filter: brightness(80%); }
  #controlbar.controlbar-3.is-allowed .controlbar-anchor.controlbar-anchor-support,
  #controlbar.controlbar-3.is-allowed .controlbar-username.controlbar-anchor-support,
  #controlbar.controlbar-3.is-allowed .controlbar-links-label.controlbar-anchor-support {
    background-size: 29%; }
#controlbar.controlbar-3.is-allowed .controlbar-cache-reset {
  padding-left: 55px;
  background-position-x: center;
  width: 55px;
  height: 30px;
  overflow: hidden; }
#controlbar.controlbar-3.is-allowed .controlbar-button-container {
  position: relative;
  left: 0;
  bottom: 0;
  padding: 0;
  z-index: 13336; }
  #controlbar.controlbar-3.is-allowed .controlbar-button-container #controlbar-show-button {
    height: 54px;
    width: 100%;
    background-image: url("../images/icon_gear-fill.svg");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    background-color: #942b27;
    border: none;
    cursor: pointer; }
  #controlbar.controlbar-3.is-allowed .controlbar-button-container.controlbar-hide {
    display: none; }
#controlbar.controlbar-3.is-allowed .button-wrapper {
  position: relative;
  z-index: 13337;
  min-width: 40px;
  min-height: 40px; }
  #controlbar.controlbar-3.is-allowed .button-wrapper .controlbar-cache-reset {
    background-image: url("../images/icon_arrow-counterclockwise_white.svg");
    background-repeat: no-repeat;
    background-position-y: center; }
  #controlbar.controlbar-3.is-allowed .button-wrapper #controlbar-logout-button,
  #controlbar.controlbar-3.is-allowed .button-wrapper .controlbar-cache-reset {
    background-color: #2f74a9;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer; }
    #controlbar.controlbar-3.is-allowed .button-wrapper #controlbar-logout-button:hover,
    #controlbar.controlbar-3.is-allowed .button-wrapper .controlbar-cache-reset:hover {
      filter: brightness(0.8); }
  #controlbar.controlbar-3.is-allowed .button-wrapper .controlbar-cache-reset span {
    display: none; }
  #controlbar.controlbar-3.is-allowed .button-wrapper #controlbar-logout-button span {
    font-size: 15px;
    display: none;
    padding-right: 50px; }
  #controlbar.controlbar-3.is-allowed .button-wrapper #controlbar-login-button {
    border: 0;
    background-color: transparent; }
  #controlbar.controlbar-3.is-allowed .button-wrapper #controlbar-login-button span {
    display: none; }
  #controlbar.controlbar-3.is-allowed .button-wrapper:hover #controlbar-login-button.is-allowed {
    display: block;
    height: 54px;
    width: 54px;
    background-image: url("../images/icon_gear-fill.svg");
    background-repeat: no-repeat;
    background-position-y: center;
    background-color: #942b27;
    background-position-x: center;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 0.3em #000000; }
  #controlbar.controlbar-3.is-allowed .button-wrapper:hover #controlbar-login-button.not-allowed {
    display: none; }
  #controlbar.controlbar-3.is-allowed .button-wrapper #controlbar-logout-button {
    border: none;
    display: block;
    background-color: #2f74a9;
    background-image: url("../images/icon_logout_white.svg");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    color: #fff;
    margin-right: 0px;
    cursor: pointer;
    overflow: auto;
    width: 100%; }
#controlbar.controlbar-3.is-allowed .controlbar-anchor-address {
  background-image: url("../images/icon_geo_white.svg");
  background-repeat: no-repeat;
  background-position-y: center; }
#controlbar.controlbar-3.is-allowed .controlbar-anchor-stage {
  background-image: url("../images/icon_calendar-plus_white.svg");
  background-repeat: no-repeat;
  background-position-y: center; }
#controlbar.controlbar-3.is-allowed .controlbar-anchor-project6 {
  background-image: url("../images/icon_project6_white.svg");
  background-repeat: no-repeat;
  background-position-y: center; }
#controlbar.controlbar-3.is-allowed .controlbar-anchor-film {
  background-image: url("../images/icon_film_white.svg");
  background-repeat: no-repeat;
  background-position-y: center; }
#controlbar.controlbar-3.is-allowed .controlbar-anchor-pix {
  background-image: url("../images/icon_image_white.svg");
  background-repeat: no-repeat;
  background-position-y: center; }
#controlbar.controlbar-3.is-allowed .controlbar-anchor-register {
  background-image: url("../images/icon_person-lines-fill.svg");
  background-repeat: no-repeat;
  background-position-y: center; }
#controlbar.controlbar-3.is-allowed .controlbar-anchor-ml {
  background-image: url("../images/icon_spellcheck_white.svg");
  background-repeat: no-repeat;
  background-position-y: center; }
#controlbar.controlbar-3.is-allowed .controlbar-anchor-flex {
  background-image: url("../images/icon_view-list_white.svg");
  background-repeat: no-repeat;
  background-position-y: center; }
#controlbar.controlbar-3.is-allowed .controlbar-anchor-onepager {
  background-image: url("../images/icon_onepager-white.svg");
  background-repeat: no-repeat;
  background-position-y: center; }
#controlbar.controlbar-3.is-allowed .controlbar-anchor-support {
  background-image: url("../images/icon_headset_white.svg");
  background-repeat: no-repeat;
  background-position-y: center; }
#controlbar.controlbar-3.is-allowed .controlbar-links-label {
  background-image: url("../images/icon_tools_white.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  filter: opacity(30%); }
#controlbar.controlbar-3.is-allowed .controlbar-username {
  background-image: url("../images/icon_person-circle_white.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  cursor: pointer; }
#controlbar.controlbar-3.is-allowed .controlbar-anchor,
#controlbar.controlbar-3.is-allowed .controlbar-username {
  color: #fff; }
#controlbar.controlbar-3.is-allowed.controlbar-big {
  width: 280px; }
  #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #942b27; }
    #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-control #controlbar-hide-button {
      background-image: url("../images/icon_x_white.svg");
      background-repeat: no-repeat;
      background-position-y: center;
      background-position-x: right;
      margin-right: 15px;
      height: 20px;
      width: 20px;
      padding: 25px;
      cursor: pointer; }
    #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-control .culturebase-icon {
      background-image: url("../images/icon_cb-font.svg");
      background-repeat: no-repeat;
      background-position-y: center;
      background-position-x: center;
      background-position-y: 6px;
      background-position-x: 10px;
      height: 20px;
      width: 120px;
      padding: 14px;
      cursor: pointer; }
    #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-control .close-nav-icon {
      background-image: url("../images/icon_arrow-bar-left_white.svg");
      background-repeat: no-repeat;
      background-position-y: center;
      margin-left: 10px;
      width: 20px;
      padding: 25px;
      cursor: pointer; }
  #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-link-container {
    padding: 8px 25px 0 25px; }
  #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-username {
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
    overflow: hidden;
    letter-spacing: 1px;
    margin-left: 25px;
    font-size: 14px;
    display: block;
    text-decoration: none;
    padding: 15px; }
  #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-link-container,
  #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-widget-container,
  #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-control {
    color: #999; }
  #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-links-label,
  #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-widgets-label,
  #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-anchor,
  #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-widget {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    text-decoration: none;
    border-bottom: 1px white solid;
    padding: 10px; }
  #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-anchor,
  #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-username,
  #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-links-label {
    background-position-x: 8px;
    width: inherit;
    padding-left: 50px;
    white-space: nowrap;
    height: 42px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px; }
    #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-anchor.controlbar-anchor-support,
    #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-username.controlbar-anchor-support,
    #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-links-label.controlbar-anchor-support {
      background-size: 7%; }
    #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-anchor:hover,
    #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-username:hover,
    #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-links-label:hover {
      background-size: 8%; }
  #controlbar.controlbar-3.is-allowed.controlbar-big .button-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 15px 0 20px 0; }
    #controlbar.controlbar-3.is-allowed.controlbar-big .button-wrapper #controlbar-logout-button,
    #controlbar.controlbar-3.is-allowed.controlbar-big .button-wrapper .controlbar-cache-reset {
      background-position-x: 10px;
      padding: 8px 10px 8px 30px;
      margin-left: 25px;
      color: #fff;
      font-size: 15px;
      cursor: pointer;
      width: inherit;
      height: inherit;
      overflow: hidden; }
      #controlbar.controlbar-3.is-allowed.controlbar-big .button-wrapper #controlbar-logout-button:hover,
      #controlbar.controlbar-3.is-allowed.controlbar-big .button-wrapper .controlbar-cache-reset:hover {
        background-size: 5%; }
    #controlbar.controlbar-3.is-allowed.controlbar-big .button-wrapper #controlbar-logout-button {
      margin: 0 25px; }
    #controlbar.controlbar-3.is-allowed.controlbar-big .button-wrapper #controlbar-logout-button span {
      display: block; }
    #controlbar.controlbar-3.is-allowed.controlbar-big .button-wrapper .controlbar-cache-reset span {
      display: block; }
  #controlbar.controlbar-3.is-allowed.controlbar-big #controlbar-logout-button,
  #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-cache-reset {
    height: 30px; }
  #controlbar.controlbar-3.is-allowed.controlbar-big.has-reset-button .button-wrapper #controlbar-logout-button:hover {
    background-size: 12%; }
  #controlbar.controlbar-3.is-allowed.controlbar-big.has-reset-button .button-wrapper .controlbar-cache-reset:hover {
    background-size: 13%; }
  #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-content-wrapper {
    /*            height: 486px;*/
    height: auto; }
    #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-content-wrapper.links-height-4 {
      height: calc(4 * 42px + 100px); }
    #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-content-wrapper.links-height-5 {
      height: calc(5 * 42px + 100px); }
    #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-content-wrapper.links-height-6 {
      height: calc(6 * 42px + 100px); }
    #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-content-wrapper.links-height-7 {
      height: calc(7 * 42px + 100px); }
    #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-content-wrapper.links-height-8 {
      height: calc(8 * 42px + 100px); }
    #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-content-wrapper.links-height-9 {
      height: calc(9 * 42px + 100px); }
    #controlbar.controlbar-3.is-allowed.controlbar-big .controlbar-content-wrapper.links-height-10 {
      height: calc(10 * 42px + 100px); }
@media only screen and (min-width: 480px) {
  #controlbar.controlbar-3.is-allowed.controlbar {
    bottom: 0px; }
  #controlbar.controlbar-3.is-allowed .controlbar-anchor,
  #controlbar.controlbar-3.is-allowed .controlbar-username,
  #controlbar.controlbar-3.is-allowed .controlbar-links-label {
    height: 40px; }
  #controlbar.controlbar-3.is-allowed #controlbar-logout-button:not(.controlbar-big),
  #controlbar.controlbar-3.is-allowed .controlbar-cache-reset:not(.controlbar-big) {
    height: 54px; } }
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #controlbar.controlbar-3.is-allowed .controlbar-link-container a {
    font-size: 60%;
    /*            padding: 19px 0;*/ } }
@media only screen and (min-width: 1024) {
  #controlbar.controlbar-3.is-allowed .controlbar-links-label,
  #controlbar.controlbar-3.is-allowed .controlbar-widgets-label,
  #controlbar.controlbar-3.is-allowed .controlbar-anchor,
  #controlbar.controlbar-3.is-allowed .controlbar-widget,
  #controlbar.controlbar-3.is-allowed .controlbar-username {
    font-size: 16px; } }

#controlbar.controlbar-3.not-allowed {
  display: none; }

/*# sourceMappingURL=cb_controlbar3.css.map */
</pre></body></html>