<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.b-wall {
  display: none; }

.branding.wall .b-wall {
  position: absolute;
  top: 740px; }
  .branding.wall .b-wall .erir {
    position: absolute;
    background-color: white;
    padding: 3px;
    border-radius: 6px;
    font-size: 10px !important;
    color: black !important;
    text-wrap: nowrap; }
  .branding.wall .b-wall.left {
    display: block;
    width: calc((100% - 1290px - 30px) / 2);
    height: calc(100vh - 60px);
    left: 0;
    z-index: 100;
    background-color: white;
    text-align: center; }
    @media screen and (max-width: 1460px) {
      .branding.wall .b-wall.left {
        width: calc((100% - 883px - 30px) / 2); } }
    @media screen and (max-width: 1000px) {
      .branding.wall .b-wall.left {
        width: calc((100% - 684px - 30px) / 2);
        height: calc(100vh - 50px); } }
    @media screen and (max-width: 830px) {
      .branding.wall .b-wall.left {
        width: calc((100% - 584px - 30px) / 2); } }
    @media screen and (max-width: 730px) {
      .branding.wall .b-wall.left {
        width: calc((100% - 484px - 30px) / 2); } }
    @media screen and (max-width: 550px) {
      .branding.wall .b-wall.left {
        display: none; } }
    .branding.wall .b-wall.left a {
      display: block;
      width: 100%;
      height: 100%; }
      .branding.wall .b-wall.left a span.creative {
        display: block;
        width: 100%;
        height: 100%;
        background-image: url("400_1150_left.webp?1747992217823");
        background-repeat: no-repeat;
        background-position: right top;
        background-size: cover; }
    .branding.wall .b-wall.left .erir {
      top: 10px;
      left: 10px;
      -webkit-box-shadow: -4px -4px 8px 0px rgba(34, 60, 80, 0.6);
      -moz-box-shadow: -4px -4px 8px 0px rgba(34, 60, 80, 0.6);
      box-shadow: -4px -4px 8px 0px rgba(34, 60, 80, 0.6);
      writing-mode: vertical-rl;
      transform: rotate(180deg); }
  .branding.wall .b-wall.right {
    display: block;
    width: calc((100% - 1290px - 30px) / 2);
    height: calc(100vh - 60px);
    right: 0;
    z-index: 100;
    background-color: white;
    text-align: center; }
    @media screen and (max-width: 1460px) {
      .branding.wall .b-wall.right {
        width: calc((100% - 883px - 30px) / 2); } }
    @media screen and (max-width: 1000px) {
      .branding.wall .b-wall.right {
        width: calc((100% - 684px - 30px) / 2);
        height: calc(100vh - 50px); } }
    @media screen and (max-width: 830px) {
      .branding.wall .b-wall.right {
        width: calc((100% - 584px - 30px) / 2); } }
    @media screen and (max-width: 730px) {
      .branding.wall .b-wall.right {
        width: calc((100% - 484px - 30px) / 2); } }
    @media screen and (max-width: 550px) {
      .branding.wall .b-wall.right {
        display: none; } }
    .branding.wall .b-wall.right a {
      display: block;
      width: 100%;
      height: 100%; }
      .branding.wall .b-wall.right a span.creative {
        display: block;
        width: 100%;
        height: 100%;
        background-image: url("400_1150_right.webp?1747992217823");
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover; }
    .branding.wall .b-wall.right .erir {
      top: 10px;
      right: 10px;
      -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.6);
      -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.6);
      box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.6);
      writing-mode: vertical-rl; }
  .branding.wall .b-wall.stick {
    position: fixed;
    top: 60px;
    margin-top: 0; }
</pre></body></html>