#printable {
    display: none
}

@media print {
    #non-printable.printing {
        display: none
    }

    #printable.printing {
        display: block
    }
}

@font-face {
    font-family: al-icons\.1757535478093;
    src: url(fonts/generated/al-icons.1757535478093..eot?#iefix) format("embedded-opentype"), url(fonts/generated/al-icons.1757535478093..woff2) format("woff2"), url(fonts/generated/al-icons.1757535478093..woff) format("woff")
}

.hero {
    align-content: flex-end;
    background-color: #005daa;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 2rem 3rem
}

.hero__image {
    display: none
}

.hero__core {
    align-content: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    position: relative;
    text-align: center
}

.hero__core h1 {
    color: #fff;
    text-align: center
}

.hero__core:before {
    background-color: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    bottom: -86.5rem;
    content: "";
    display: block;
    height: 102rem;
    margin-right: -51rem;
    position: absolute;
    right: 50%;
    width: 102rem
}

.hero__core .title__container {
    padding: 0
}

@media print,
screen and (min-width:48em) {
    .hero {
        background-color: #5ab7e8;
        min-height: 18rem;
        padding: 2.5rem 0 0
    }

    .hero__image {
        align-items: flex-start;
        display: inline-flex;
        flex-direction: column;
        justify-content: flex-end;
        position: relative;
        width: 25%
    }

    .hero__image .cmp-image,
    .hero__image img {
        height: auto;
        max-height: 18rem
    }

    .hero__image--right {
        align-items: flex-end;
        text-align: right
    }

    .hero__core {
        padding: .7rem 2rem 3.2rem;
        width: 55%
    }

    .hero__core h1 {
        color: #213b73
    }

    .hero__core:before {
        content: ""
    }
}