nav {
  background-color: #fff;
  padding-bottom: 2.5rem !important;
  padding-left: 15px !important;
  padding-right: 25px !important;
  margin-bottom: 3rem;
  padding-top: 2.5rem !important;
}
nav .nav-item img {
  width: 4.75rem;
  height: 4.75rem;
}
nav .arrow-up-down img {
  transform: rotate(180deg);
}

.show-data .arrow-up-down img {
  transform: rotate(0);
}

#hero {
  background-color: #fff;
}
#hero .hero-img {
  object-fit: cover;
  object-position: center;
}
#hero .hero-img.right {
  object-position: right;
}

.play-video-icon, .mail-send-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 55%;
  height: 55%;
  margin: auto;
  cursor: pointer;
  z-index: 999;
}

#modalVideo {
  background-color: #000;
}
#modalVideo .close {
  opacity: 1;
  position: absolute;
  right: 3.75rem;
  top: 1.75rem;
  z-index: 999;
}
#modalVideo .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  height: 100vh;
}
#modalVideo .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
#modalVideo .modal-header {
  background-color: #000;
  border: none;
}
#modalVideo .modal-header svg {
  width: 2rem;
  height: 2rem;
}
#modalVideo .modal-body {
  background-color: #000;
}
#modalVideo a, #modalVideo a:hover, #modalVideo a:active, #modalVideo a:focus {
  color: #fff;
  text-decoration: none;
}
#modalVideo .player-btn svg {
  width: 2rem;
  height: 2rem;
}
#modalVideo button img {
  width: 4.75rem;
  height: 4.75rem;
}

#intro {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 999;
}
#intro video {
  object-fit: cover;
  object-position: center;
  width: 100vw;
  height: 100vh;
}
#intro img {
  position: absolute;
  right: 2.28rem;
  top: 3rem;
  width: 6.25rem;
  height: 6.25rem;
  cursor: pointer;
}

.award-item {
  height: 8rem;
  padding: 0.25rem;
}

@font-face {
  font-family: "Avenir Next Regular";
  src: url("/fonts/AvenirNextLTPro-Regular.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next Italic";
  src: url("/fonts/AvenirNextLTPro-It.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next Bold";
  src: url("/fonts/AvenirNextLTPro-Bold.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 8px;
  max-width: 1600px;
  margin: auto;
}

body {
  background-color: #fff;
  font-family: "Avenir Next Regular", sans-serif;
  padding-bottom: 15px;
}

p, a {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-bottom: 0.3rem;
  font-weight: 100;
}

a, a:hover, a:active {
  text-decoration: none;
  color: #000;
}

h1, .h1 {
  font-size: 2.8rem;
}
h1.sm, .h1.sm {
  font-size: 2.24rem;
}

.hr-dotted {
  background: url("/img/icons/hr_line.svg") repeat-x;
  width: 100%;
  height: 1px;
}

.pointer {
  cursor: pointer;
}

#defaultView {
  display: flex !important;
}

#directorView {
  display: none !important;
}

.director-view #directorView {
  display: flex !important;
}
.director-view #defaultView {
  display: none !important;
}

.directot-btn {
  height: 2rem;
}

.all .Music-Video, .all .Narrative, .all .Commercial {
  display: block;
}

.Music-Video .Music-Video {
  display: block;
}
.Music-Video .Narrative, .Music-Video .Commercial {
  display: none;
}

.Commercial .Commercial {
  display: block;
}
.Commercial .Music-Video, .Commercial .Narrative {
  display: none;
}

.Narrative .Narrative {
  display: block;
}
.Narrative .Music-Video, .Narrative .Commercial {
  display: none;
}

.rotate-180 {
  transform: rotate(180deg);
}
.rotate-180.hover:hover {
  transform: rotate(180deg) scale(1.05);
}

#info {
  position: fixed;
  left: 50%;
  top: 0;
  text-align: center;
  margin-top: 25%;
  font-size: 2rem;
  color: white;
  z-index: 999;
  transform: translate(-50%, -50%);
}

.ukraine-flag {
  height: 17px;
  vertical-align: baseline;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  html {
    font-size: 9px !important;
  }

  nav .nav-item img, #modalVideo button img {
    width: 4.75rem;
    height: 4.75rem;
  }

  nav {
    margin-bottom: 5.5rem;
  }
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  html {
    font-size: 9px !important;
  }

  nav .nav-item img, #modalVideo button img {
    width: 5.75rem;
    height: 5.75rem;
  }

  p, a {
    font-size: 2.25rem;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  html {
    font-size: 10px;
  }

  h1, .h1 {
    font-size: 3.15rem;
  }

  nav {
    margin-bottom: 0;
  }

  nav .nav-item img, #modalVideo button img {
    width: 5.75rem;
    height: 5.75rem;
  }

  .hr-dotted {
    height: 2px;
  }

  .award-item {
    height: 10rem;
    padding: 0.5rem;
  }

  .hover:hover {
    transform: scale(1.05);
  }

  .hover-text:hover {
    letter-spacing: 0.05rem;
  }

  .ukraine-flag {
    height: 32px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  html {
    font-size: 11px !important;
  }

  nav .nav-item img, #modalVideo button img {
    width: 6.25rem;
    height: 6.25rem;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 14px !important;
  }

  nav .nav-item img, #modalVideo button img {
    width: 6.25rem;
    height: 6.25rem;
  }
}

/*# sourceMappingURL=custom.css.map */
