@media (max-width: 991px) {
  .newsroom-hero__container._container {
    padding: 0 !important;
  }
}
@media (max-width: 480px) {
  .newsroom-hero__content {
    background: none;
  }
}
.newsroom-hero .desktop {
  display: flex;
}
@media (max-width: 991px) {
  .newsroom-hero .desktop {
    display: none;
  }
}
.newsroom-hero .mobile {
  display: none;
}
@media (max-width: 991px) {
  .newsroom-hero .mobile {
    display: flex;
  }
}
.newsroom-hero__body {
  display: flex;
  gap: 5rem;
  padding: 5rem 0 2.5rem;
}
@media (max-width: 991px) {
  .newsroom-hero__body {
    padding: 0 0 3.0625rem;
    flex-direction: column;
    gap: 32px;
  }
}
.newsroom-hero__media {
  max-width: 600px;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .newsroom-hero__media {
    max-width: 100%;
  }
}
.newsroom-hero__video-wrapper, .newsroom-hero__image-wrapper {
  position: relative;
  border: 1px solid #012527;
  border-radius: 0 1.5rem 1.5rem 0;
  overflow: hidden;
  margin-left: -120px;
}
@media (max-width: 991px) {
  .newsroom-hero__video-wrapper, .newsroom-hero__image-wrapper {
    margin-left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .newsroom-hero__video-wrapper img, .newsroom-hero__image-wrapper img {
    width: 100%;
    height: auto;
  }
}
.newsroom-hero__video-wrapper iframe, .newsroom-hero__image-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newsroom-hero__btn-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .newsroom-hero__btn-play {
    top: unset;
    left: unset;
    bottom: 24px;
    right: 24px;
    transform: none;
  }
}
.newsroom-hero__content {
  margin-top: 2.25rem;
}
@media (max-width: 991px) {
  .newsroom-hero__content {
    margin-top: 0;
    padding: 0 2rem;
  }
}
.newsroom-hero__content .breadcrumbs-block {
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .newsroom-hero__content .breadcrumbs-block {
    margin: 0 0 32px;
  }
}
.newsroom-hero__label {
  display: none;
}
@media (max-width: 991px) {
  .newsroom-hero__label {
    border: 1px solid #012527;
    border-radius: 4px;
    height: 24px;
    background: #fff;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Antonio", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #012527;
    margin-bottom: 32px;
  }
}
.newsroom-hero__title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #012527;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .newsroom-hero__title {
    font-size: 24px;
    line-height: 1.16667;
    margin-bottom: 24px;
  }
}
.newsroom-hero__description {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.77778;
  color: #012527;
}
@media (max-width: 991px) {
  .newsroom-hero__description {
    font-size: 16px;
    line-height: 200%;
  }
}
.newsroom-hero__link {
  margin-top: 36px;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  color: #012527;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  transition: all 0.5s ease 0s;
}
@media (max-width: 991px) {
  .newsroom-hero__link {
    margin-top: 24px;
    font-size: 16px;
    line-height: 225%;
  }
}
.newsroom-hero__link:hover {
  color: #004c51;
}

.page-template-newsroom .newsroom-hero__body {
  padding-top: 0;
}/*# sourceMappingURL=style.css.map */