@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUE.ttf) format('truetype');
}
.ambio-info-screen .slides.slideshow .slide {
  background-repeat: no-repeat;
  background-size: contain;
}
.ambio-info-screen .slides.slideshow .slide.image {
  justify-content: center !important;
  align-items: center !important;
}
.ambio-info-screen .slides.slideshow .slide.image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.ambio-info-screen.fullscreen .slides.slideshow .slide {
  /*
          &.has-featured-image {
            background-image: var(--featured-image);
          }
          */
  background-position: top;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}
.ambio-info-screen.fullscreen .slides.slideshow .slide.image .content-wrapper .content {
  padding: 0;
}
.ambio-info-screen.fullscreen .slides.slideshow .slide.event {
  background-color: var(--background-color);
}
.ambio-info-screen.fullscreen .slides.slideshow .slide.event .content-wrapper {
  background-color: var(--background-color);
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 0;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}
.ambio-info-screen.fullscreen .slides.slideshow .slide.event .content-wrapper .image {
  height: calc(100% - 43.75%);
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ambio-info-screen.fullscreen .slides.slideshow .slide.event .content-wrapper .image .salestatus {
  transform: translateX(-30%) translateY(0) rotate(-45deg);
  transform-origin: top right;
  top: calc(calc(60 / 810) * -100vw);
  left: calc(calc(60 / 810) * -100vw);
  position: absolute;
  text-transform: uppercase;
  padding: 20px 10px;
  min-width: 600px;
  font-size: calc(calc(40 / 810) * 100vw);
  text-align: center;
  z-index: 1;
  background-color: #000000;
  color: #FFFFFF;
}
.ambio-info-screen.fullscreen .slides.slideshow .slide.event .content-wrapper .image img {
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ambio-info-screen.fullscreen .slides.slideshow .slide.event .content-wrapper .content {
  color: var(--text-color);
  padding: 3.125vh 2.86458333vh 3.125vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 43.75%;
  width: 100%;
  position: relative;
  background-color: transparent;
}
.ambio-info-screen.fullscreen .slides.slideshow .slide.event .content-wrapper .content::after {
  content: '';
  width: calc(5.88541667vh / 2);
  height: 100%;
  position: absolute;
  bottom: 3.125vh;
  right: 3.125vh;
  mask-image: url(../images/logo-vertical.svg);
  background-color: var(--text-color);
  mask-size: calc(5.88541667vh / 2) auto;
  mask-position: bottom right;
  mask-repeat: no-repeat;
  z-index: 1;
}
.ambio-info-screen.fullscreen .slides.slideshow .slide.event .content-wrapper .content h3 {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-size: 4.94791667vh;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.ambio-info-screen.fullscreen .slides.slideshow .slide.event .content-wrapper .content p.description {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-size: 4.6875vh;
  text-transform: uppercase;
  font-weight: 200;
  margin: 0;
}
.ambio-info-screen.fullscreen .slides.slideshow .slide.event .content-wrapper .content p.date {
  margin: auto 0 3.69791667vh 0;
  font-size: 2.1875vh;
}
.ambio-info-screen.fullscreen .slides.slideshow .slide.event .content-wrapper .content p.hall {
  margin: 0;
  font-size: 1.45833333vh;
}
.ambio-info-screen.fullscreen.landscape .slides.slideshow .slide {
  background-position: left center;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.ambio-info-screen.fullscreen.landscape .slides.slideshow .slide .content-wrapper {
  width: 100%;
  background-color: var(--background-color);
  display: flex;
  flex-direction: row;
  text-align: left;
  padding: 0;
  align-items: flex-start;
  justify-content: flex-start;
}
.ambio-info-screen.fullscreen.landscape .slides.slideshow .slide .content-wrapper .image {
  width: calc(100% - 43.75%);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.ambio-info-screen.fullscreen.landscape .slides.slideshow .slide .content-wrapper .image .salestatus {
  transform: translateX(-30%) translateY(0) rotate(-45deg);
  transform-origin: top right;
  top: calc(calc(40 / 810) * -100vw);
  left: calc(calc(40 / 810) * -100vw);
  position: absolute;
  text-transform: uppercase;
  padding: calc(calc(8.4375 / 810) * 100vw) calc(calc(4.21875 / 810) * 100vw);
  min-width: 700px;
  font-size: calc(calc(25 / 810) * 100vw);
  text-align: center;
  z-index: 1;
  background-color: #000000;
  color: #FFFFFF;
}
.ambio-info-screen.fullscreen.landscape .slides.slideshow .slide .content-wrapper .image img {
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ambio-info-screen.fullscreen.landscape .slides.slideshow .slide .content-wrapper .content {
  color: var(--text-color);
  padding: 6.5vw 2.86458333vw 3.125vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 43.75%;
  position: relative;
}
.ambio-info-screen.fullscreen.landscape .slides.slideshow .slide .content-wrapper .content::after {
  content: '';
  width: calc(5.88541667vw / 2);
  height: 100%;
  position: absolute;
  bottom: 3.125vw;
  right: 2.86458333vw;
  mask-image: url(../images/logo-vertical.svg);
  background-color: var(--text-color);
  mask-size: calc(5.88541667vw / 2) auto;
  mask-position: bottom right;
  mask-repeat: no-repeat;
  z-index: 1;
}
.ambio-info-screen.fullscreen.landscape .slides.slideshow .slide .content-wrapper .content h3 {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-size: 4.94791667vw;
  margin: 0;
  text-transform: uppercase;
}
.ambio-info-screen.fullscreen.landscape .slides.slideshow .slide .content-wrapper .content p.description {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-size: 4.6875vw;
  text-transform: uppercase;
  font-weight: 200;
  margin: 0;
}
.ambio-info-screen.fullscreen.landscape .slides.slideshow .slide .content-wrapper .content p.date {
  margin: auto 0 3.69791667vw 0;
  font-size: 2.1875vw;
}
.ambio-info-screen.fullscreen.landscape .slides.slideshow .slide .content-wrapper .content p.hall {
  margin: 0;
  font-size: 1.45833333vw;
}
.ambio-info-screen.fullscreen.landscape .slides.slideshow .slide.image .content-wrapper .content {
  padding: 0;
}
.ambio-info-screen.custom {
  --header-height: 18.51851852vw;
  --footer-height: 8.27160494vw;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
}
.ambio-info-screen.custom .playlist-header {
  flex: 0 0 var(--header-height);
  background-color: var(--background-color);
  color: var(--text-color);
  order: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ambio-info-screen.custom .playlist-header img {
  height: 9.25925926vw;
  width: auto;
}
.ambio-info-screen.custom .slides.slideshow {
  order: 1;
  height: 100vh;
  /*calc(100vh - var(--header-height) - var(--footer-height));*/
}
.ambio-info-screen.custom .slides.slideshow .slide {
  --background-color: #000000;
  --text-color: #FFFFFF;
  /*
          &.has-image {
            background-image: var(--image);
          }*/
  height: 100vh;
  /*calc(100vh - var(--header-height) - var(--footer-height) - 1.851851852vw - 1.851851852vw);*/
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  background-size: cover;
  align-items: center;
  width: 100vw;
  background-size: 100vw auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: var(--background-color);
  color: var(--text-color);
}
.ambio-info-screen.custom .slides.slideshow .slide * {
  margin: 0;
}
.ambio-info-screen.custom .slides.slideshow .slide .content-header {
  height: calc(calc(150 / 810) * 100vw);
  position: relative;
  z-index: 2;
  background-color: var(--background-color);
}
.ambio-info-screen.custom .slides.slideshow .slide .content-header__logo-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ambio-info-screen.custom .slides.slideshow .slide .content-header__logo-container svg {
  width: calc(calc(305.11 / 810)*100vw);
  height: auto;
}
.ambio-info-screen.custom .slides.slideshow .slide .content-header__logo-container svg path {
  fill: var(--text-color);
}
.ambio-info-screen.custom .slides.slideshow .slide .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ambio-info-screen.custom .slides.slideshow .slide .content {
  height: calc(calc(1236 / 810) * 100vw);
  width: 100%;
}
.ambio-info-screen.custom .slides.slideshow .slide .content .image img {
  width: 100%;
  display: block;
}
.ambio-info-screen.custom .slides.slideshow .slide .content-footer {
  font-size: calc(calc(25 / 810) * 100vw);
  background-color: #000000;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  font-weight: 400;
  height: calc(calc(54 / 810) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ambio-info-screen.custom .slides.slideshow .slide.event .content-wrapper {
  padding: 0;
}
.ambio-info-screen.custom .slides.slideshow .slide.event .content-wrapper .salestatus {
  transform: translateX(-30%) translateY(0) rotate(-45deg);
  transform-origin: top right;
  top: calc(calc(70 / 810) * -100vw);
  left: calc(calc(70 / 810) * -100vw);
  position: absolute;
  text-transform: uppercase;
  padding: 20px 10px;
  min-width: 690px;
  font-size: calc(calc(45 / 810) * 100vw);
  text-align: center;
  z-index: 1;
  background-color: #000000;
  color: #FFFFFF;
}
.ambio-info-screen.custom .slides.slideshow .slide.event .content-wrapper .content {
  flex: 1;
  position: relative;
  z-index: 1;
  background-color: transparent;
  color: var(--text-color);
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ambio-info-screen.custom .slides.slideshow .slide.event .content-wrapper .content .image {
  aspect-ratio: 1 / 1;
  width: 100vw;
  overflow: hidden;
}
.ambio-info-screen.custom .slides.slideshow .slide.event .content-wrapper .content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ambio-info-screen.custom .slides.slideshow .slide.event .content-wrapper .content > h3 {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-size: calc(calc(62 / 810) * 100vw);
  text-transform: uppercase;
  margin: 3vw 4vw 0 4vw;
  font-weight: 600;
}
.ambio-info-screen.custom .slides.slideshow .slide.event .content-wrapper .content > p.description {
  font-size: calc(calc(54 / 810) * 100vw);
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  margin: 1vw 4vw 0 4vw;
}
.ambio-info-screen.custom .slides.slideshow .slide.event .content-wrapper .content > p.date {
  font-size: calc(calc(30 / 810) * 100vw);
  margin: auto 4vw calc(calc(20 / 810) * 100vw) 4vw;
}
.ambio-info-screen.custom .slides.slideshow .slide.event .content-wrapper .content > p.date span {
  display: inline;
}
.ambio-info-screen.custom .slides.slideshow .slide.event .content-wrapper .content > p.hall {
  font-size: calc(calc(20 / 810) * 100vw);
  margin: 0 4vw 3vw 4vw;
}
.ambio-info-screen.custom .slides.slideshow .slide.image {
  display: block;
  width: 100%;
  height: 100%;
  align-items: initial !important;
  justify-content: initial !important;
}
.ambio-info-screen.custom .slides.slideshow .slide.image .content-wrapper {
  display: block;
  width: 100%;
  height: 100%;
}
.ambio-info-screen.custom .slides.slideshow .slide.image .content-wrapper .content {
  width: 100%;
  height: 100%;
}
.ambio-info-screen.custom .slides.slideshow .slide.image .content-wrapper .content img {
  display: block;
  width: 100%;
  height: auto;
}
.ambio-info-screen.custom .slides.slideshow .slide.custom-content .content.background.image {
  width: 200vw;
  padding: 1vw;
}
.ambio-info-screen.custom .slides.slideshow .slide.custom-content .content.split {
  display: flex;
  width: 100%;
  height: 100%;
}
.ambio-info-screen.custom .slides.slideshow .slide.custom-content .content.split.horizontal {
  font-size: 2vw;
  flex-direction: row;
}
.ambio-info-screen.custom .slides.slideshow .slide.custom-content .content.split.horizontal.reverse {
  flex-direction: row-reverse;
}
.ambio-info-screen.custom .slides.slideshow .slide.custom-content .content.split.horizontal > div {
  flex: 0 50%;
  max-width: 100%;
}
.ambio-info-screen.custom .slides.slideshow .slide.custom-content .content.split.vertical {
  flex-direction: column;
}
.ambio-info-screen.custom .slides.slideshow .slide.custom-content .content.split.vertical.reverse {
  flex-direction: column-reverse;
}
.ambio-info-screen.custom .slides.slideshow .slide.custom-content .content.split.vertical > div {
  flex: 0 0 50%;
  width: 100%;
}
.ambio-info-screen.custom .slides.slideshow .slide.custom-content .content.split > div.image {
  background-position: center;
  background-size: cover;
}
.ambio-info-screen.custom .slides.slideshow .slide.custom-content .content.split > div.text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3vw;
}
.ambio-info-screen.custom .slides.slideshow .slide.iframe .content {
  height: 100%;
  width: 100%;
  position: relative;
}
.ambio-info-screen.custom .slides.slideshow .slide.iframe .content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ambio-info-screen.custom .playlist-footer {
  flex: 0 0 var(--footer-height);
  order: 2;
  display: flex;
  flex-direction: column;
}
.ambio-info-screen.custom .playlist-footer > p {
  font-size: 3.05555556vw;
  background-color: var(--background-color);
  color: var(--text-color);
  text-align: center;
  margin: 0;
  padding: 1.85185185vw 0;
  font-weight: 400;
}
.ambio-info-screen.custom .playlist-footer > .logos {
  display: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 1;
}
.ambio-info-screen.custom .playlist-footer > .logos > img {
  height: 3.24074074vw;
  width: auto;
}
.ambio-info-screen.custom.landscape {
  transform: rotate(90deg);
  transform-origin: bottom left;
  position: absolute;
  top: -100vw;
  height: 100vw;
  width: 100vh;
}
.ambio-info-screen.custom.landscape .slides.slideshow {
  height: 100vw;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide {
  height: 100vw;
  width: 100vh;
  background-size: 100vh auto;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide .content-header {
  height: calc(calc(150 / 810) * 100vh);
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide .content-header__logo-container svg {
  width: calc(calc(305.11 / 810) * 100vh);
  height: auto;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide .content-footer {
  font-size: calc(calc(25 / 810) * 100vh);
  height: calc(calc(54 / 810) * 100vh);
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide .content {
  padding: 0;
  height: calc(calc(1236 / 810) * 100vh);
  width: 100%;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.event {
  background-color: var(--background-color);
  color: var(--text-color);
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.event .content-wrapper {
  padding: 0;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.event .content-wrapper .salestatus {
  font-size: calc(calc(25 / 810) * 100vw);
  top: calc(calc(40 / 810) * -100vw);
  left: calc(calc(40 / 810) * -100vw);
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.event .content-wrapper .content {
  color: var(--text-color);
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.event .content-wrapper .content .image {
  aspect-ratio: 1 / 1;
  width: 100vh;
  overflow: hidden;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.event .content-wrapper .content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.event .content-wrapper .content > h3 {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-size: calc(calc(62 / 810) * 100vh);
  text-transform: uppercase;
  margin: 3vh 4vh 0 4vh;
  font-weight: 600;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.event .content-wrapper .content > p.description {
  font-size: calc(calc(54 / 810) * 100vh);
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  margin: 1vh 4vh 0 4vh;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.event .content-wrapper .content > p.date {
  font-size: calc(calc(32 / 810) * 100vh);
  margin: auto 4vh 1vh 4vh;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.event .content-wrapper .content > p.date span {
  display: block;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.event .content-wrapper .content > p.hall {
  font-size: calc(calc(25 / 810) * 100vh);
  margin: 0 4vh 3vh 4vh;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.custom-content .content.background.image {
  width: 200vh;
  padding: 1vh;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.custom-content .content.split.horizontal {
  font-size: 2vh;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.custom-content .content.split > div.text {
  padding: 3vh;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.image {
  display: block;
  width: 100%;
  height: 100%;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.image .content-wrapper {
  display: block;
  width: 100%;
  height: 100%;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.image .content-wrapper .content {
  width: 100%;
  height: 100%;
}
.ambio-info-screen.custom.landscape .slides.slideshow .slide.image .content-wrapper .content img {
  display: block;
  width: 100%;
  height: auto;
}
.ambio-info-screen.custom.landscape .playlist-footer > p {
  font-size: 3.05555556vh;
  padding: 1.85185185vh 0;
}
.ambio-info-screen.custom.landscape .playlist-footer > .logos {
  display: none;
  /*display: flex; */
}
.ambio-info-screen.custom.landscape .playlist-footer > .logos > img {
  height: 3.24074074vh;
}
