body {
    font-family:
        Helvetica Neue,
        Helvetica,
        Arial,
        sans-serif;
}
.landscapeWarning {
    display: none;
}
.iconFont-no_landscape {
    font-size: 80px;
    margin-bottom: 10px;
}
.noScriptTitle {
    font-size: 48px;
    font-weight: 700;
    color: #606060;
    margin: 20px 0;
}
.noScriptContainer {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.noScriptContainer > div {
    flex-direction: column;
    justify-content: center;
    background-color: white;
    display: flex;
    height: 75%;
    align-self: stretch;
    border-radius: 6px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
.iconFont-alert_triangle {
    font-size: 60px;
    color: #d0021b;
    margin-bottom: 10px;
}
.policyBody {
    padding: 20px;
    margin: 0;
}
h1 {
    font-size: 20px;
    color: #606060;
    font-weight: bold;
    margin-bottom: 20px;
}
h2 {
    font-size: 18px;
    color: #606060;
    margin-top: 0;
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
}
h3 {
    padding-top: 20px;
    margin-top: 0;
    font-size: 14px;
    color: #606060;
    font-weight: bold;
}
p,
ul,
ol {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
    color: #606060;
}
a {
    color: #67c9e7;
}
