@import url("/templates/global.css");
body {
    background-color: white;
}

.t-primary-bgcolor {
    background-color: #A71D31;
}

a {
    color: #780005;
}

.header {
    width: 100%;
    height: 194px;
    background-image: url('header-bg.png');
    background-size: cover;
    border-bottom: 33px solid #780005;
    margin-bottom: 40px;
}

.header__main {
    width: 875px;
    margin: 0 auto;
    background-image: url('header-outline.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 150px;
    display: flex;
    justify-content: center;
    padding-top: 21.5px;
}

.header__logo {
    width: 100px;
    padding-left: 2px;
}

.header__triangle {
    display: block;
    width: 102px;
    height: 33px;
    transform: rotate(180deg);
    margin: 0 auto;
    margin-top: 31px;
}