@charset "UTF-8";

.page-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
    min-height: 20vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.page-header .container:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40vh;
    height: 55vh;
    border: 7px solid white; }
.page-header .container .red-label {
    background-color: #EC0E0E;
    color: white;
    padding: 5px 10px;
    display: inline-block; }

.cta {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: fixed;
    min-height: 20vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: white; }
.cta:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #495057;
    mix-blend-mode: multiply; }
