@font-face {
    font-family: 'Raleway';
    font-weight: 500;
    src: url('./assets/fonts/raleway-v12-latin-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    font-style: normal;
    src: url('./assets/fonts/OpenSans-CondBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    src: url('./assets/fonts/OpenSans-Regular.woff2') format('woff2');
}

html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.content {
    min-height: 100%;
}

h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
}

p {
    padding-bottom: 10px;
    margin: 0 0 10px;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
    text-transform: uppercase;
}

h2 {
    font-size: 24px;
    font-weight: 400;
}

.need-help .help {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}

.need-help .find-us-list {
    list-style: none;
    padding: 0;
    margin-left: 30px;
}

.need-help .find-us-list li {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 15px 0;
}

.need-help .find-us-list li .find-link {
    margin-left: 5px;
}

.need-help .find-us-list li a.find-link {
    color: #4A90E2;
}

.need-help .find-us-list li .phone {
    color: #4A90E2;
}

.need-help .find-us-list li .ico {
    color: #4A90E2;
    margin-right: 5px;
}

.maintenance {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 170px);
    align-items: center;
}

.maintenance .content-container {
    max-width: 930px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 20px;
    flex: 1;
}

.maintenance .content-container h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    line-height: 72px;
    text-transform: inherit;
    margin-bottom: 30px;
}

.maintenance .content-container p {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.maintenance .content-container .info-text {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: 28px;
    margin-bottom: 30px;
}

.maintenance .content-container .info-text > span {
    font-family: 'Open Sans';
    color: #A4A4A4;
    font-size: 18px;
    font-weight: normal;
}

.maintenance .content-container .maintenance-img {
    width: 202px;
    height: 475.18px;
    margin-right: 75px;
}

.maintenance .top-logo {
    padding-top: 21px;
    text-align: center;
    height: 59px;
    width: 100%;
    cursor: default;
    background-color: #13447F;
    color: #A8C4E5;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.7px;
    line-height: 29px;
}

.maintenance .top-logo img {
    width: 150px;
    height: 36.67px;
}
