html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html:lang(en) :not(html):not(:lang(en)) {
    display: none;
}

html:lang(de) :not(html):not(:lang(de)) {
    display: none;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    overflow-x: visible;
    font-weight: normal;
    line-height: 1;
}

body>div,
span {
    line-height: 23px;
}

div,
p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a:focus:after, button:focus:after {
    bottom: -6px;
    border: 1px solid #000;
    content: " ";
    left: -6px;
    pointer-events: none;
    position: absolute;
    right: -6px;
    top: -6px;
    z-index: 5;
}

.hide {
    display: none;
}

.portal {
    background: #fff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    min-height: 100vh;
    padding: 10px;
}

.portal.portal__loading-screen .portal__logo {
    margin-bottom: 24px;
}

.portal .portal__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 36px;
}

.portal .portal__align {
    width: 100%;
    max-width: 500px;
    padding: 18px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.portal .portal__align .portal__align--icon {
    margin-bottom: 28px;
    width: 51px;
}

.portal .portal__align .portal__logo__wrapper {
    max-width: 275px;
    width: 100%;
    height: auto;
}

.portal .portal__info__text {
    font-family: os-web-head-bold;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin: 0 0 36px;
}

.portal .portal__info__label {
    font-family: os-web-text;
    font-size: 13px;
    letter-spacing: 0.1px;
    line-height: 24px;
    margin: 11px 0 23px;
}

.portal .portal__info {
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    max-height: 630px;
    height: 100%;
    overflow: hidden;
}

.portal__info__list {
    list-style-type: none;
    margin-bottom: 76px;
    padding: 0;
}

.portal__info__list li {
    font-family: os-web-text;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 24px;
    margin-bottom: 42px;
    text-align: center;
}

.portal__info__step {
    background-color: #d81e05;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-left: calc(50% - 10px);
    margin-bottom: 10px;

    font-family: os-web-text-medium;
    font-size: 10px;
    line-height: 20px;
}

.portal__info__clipboard {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.btn {
    font-family: os-web-text-medium;
    font-size: 15px;
    line-height: 23px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    border: 2px solid transparent;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 5px 24px;
    min-height: 50px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.btn-primary {
    background-color: #d81e05;
    border-color: #d81e05;
    color: #fff;
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #ac1804;
    border-color: #ac1804;
    color: #fff;
    outline: 0;
    text-decoration: none;
}

.portal__info__copy__button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media only screen and (min-width: 376px) {
    .btn {
        width: auto;
    }
}
