.at-lpIntro {
    position: relative;
    overflow: hidden;
    padding-top: 8vh;
    padding-bottom: 8vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00507c;
}

.at-lpIntro *,
.at-lpIntro *:hover {
    color: #fff;
}

.at-lpIntro::before {
    content:'';
    position: absolute;
    z-index: 0;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background-image: radial-gradient(#00507c 20%, transparent 20%);
    background-position: 0 0;
    background-size: 4px 4px;
    background-color: #00507cbd;
}

.at-lpIntro__container {
    position: relative;
    max-width: 30em;
    font-size: 1.2em;
}

.at-lpIntro__text {
    text-shadow: 1px 1px 1px #00507c, -1px -1px 0px #00507c;
}

.at-lpIntro__title {
    margin: 0;
}

.at-lpIntro__button {
    font-weight: bolder;
}

.at-lpIntro__button::after {
    content: '\20D7';
    font-family: "osb-icons", sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    margin-left: 1em;
}