.header-wrapper {
    margin-bottom: 10px;
}

.page-intro-text {
    text-align: left;
    line-height: 1.6;
}

.page-intro-text:first-of-type {
    margin: 0 0 18px 0;
}

.page-intro-text:last-of-type {
    margin: 0 0 30px 0;
}

.page-intro-announcement {
    margin: 40px 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #f10e0e;
    line-height: 2rem;
    text-align: center;
}

.page-intro-video {
    width: 100%;
    max-width: 560px;
    height: 100%;
    max-height: 325px;
    margin: 0 auto;
}

.video-aspect-ratio-wrapper {
    position: relative;
    height: 0;
    padding-top: 56.25%;
}

.video-aspect-ratio-wrapper>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.special-image-wrapper {
  margin-bottom: 30px;
  box-sizing: border-box;
  border-radius: 0px;
  text-align: center;
}

.branded-link-wrapper {
    margin-bottom: 20px;
    background-color: #f5f6f7;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 0px;
    text-align: center;
}

.branded-link {
    display: inline-block;
    width: auto;
    height: auto;
}

.branded-link-image, .special-image {
    display: inline-block;
    max-width: 100%;
}


