@font-face {
    font-family: 'SantanderHeadline-Bold';
    font-weight: bold;
    font-display: swap;
    src: url('../fonts/SantanderHeadline/SantanderHeadlineW05-Bold.eot?#iefix');
    src: url('../fonts/SantanderHeadline/SantanderHeadlineW05-Bold.eot?#iefix') format('eot'),
    url('../fonts/SantanderHeadline/SantanderHeadlineW05-Bold.woff2') format('woff2'),
    url('../fonts/SantanderHeadline/SantanderHeadlineW05-Bold.woff') format('woff'),
    url('../fonts/SantanderHeadline/SantanderHeadlineW05-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'SantanderMicroText';
    font-display: swap;
    src: url('../fonts/SantanderMicroText/SantanderMicroTextW05-Rg.eot?#iefix');
    src: url('../fonts/SantanderMicroText/SantanderMicroTextW05-Rg.eot?#iefix') format('eot'),
    url('../fonts/SantanderMicroText/SantanderMicroTextW05-Rg.woff2') format('woff2'),
    url('../fonts/SantanderMicroText/SantanderMicroTextW05-Rg.woff') format('woff');
}

.error {
    background-color: #f5f9fb;
    position: relative;

    @media(min-width: 1024px) {
        padding-top: 1rem;
    }
}

.error__title {
    color: #222;
    font-family: SantanderHeadline-Bold,sans-serif;
    font-size: 2pc;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.25;
    @media(min-width: 1024px) {
        margin: 5pc auto 24px;
    }
    text-align: center;
}

.error__subtitle {
    margin: auto;
    max-width: 714px
}

.error__subtitle, #endMessage {
    font-family: SantanderMicroText, sans-serif;
    color: #222;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.33;
    text-align: center
}

.error__image {
    margin: auto;
    width: 100%
}

.error__image .cmp-image__image {
    display: block;
    margin: auto;
    max-width: 714px;
    width: 100%
}

.error__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 24px auto 36px;
    text-align: center
}

.error__button .cmp__button--primary,.error__button .cmp__button--secondary,.error__button .cmp__button--wizard {
    color: #fff;
    font-family: SantanderHeadline-Bold,sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.43;
    margin: auto;
    text-align: center;
    text-decoration: none
}

.error__container {
    margin: auto;
    max-width: 64pc;
    position: relative;
    width: 100%;
    z-index: 9
}

.error--section:after {
    display: none
}

@media(min-width: 1024px) {
    .error--section:after {
        background:#fff;
        bottom: 0;
        content: "";
        display: block;
        height: 200px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 0
    }

    .error__button {
        margin: 40px auto 1pc
    }

    .error__image .cmp-image__image {
        width: auto
    }
}

#maintenancePage {
    background-color: #f5f9fb;
    height: 100vh;
    position: absolute;
    top: 0;
<<<<<<< e1ac6c2cfb6d56fa00975dc4a1978781a8decb20
    padding: 0 0.5rem;
=======
>>>>>>> ca283c975b9fe74d74a5accc7f80d62e42f3e41a

    @media(min-width: 789px) {
        width: 100%;
    }
}

#maintenancePage .error {
    margin-bottom: 0
}

#maintenancePage .error__title {
}

#maintenancePage .error__image {
    margin-top: 30px
}

@media(min-width: 1024px) {
    #maintenancePage {
        background-color:unset;
        margin-top: -4pc;
        position: relative
    }
}
