
.outer-box {
    border: 1px solid #d5d2d2;
    margin: 30px auto 0;
    max-width: 960px;
    padding: 30px 0;
    text-align: center;
    width: 94%;
}
.pro-txt {
	color: var(--primary-color);
    font-size: 31px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: var(--title-fonts);
    text-align: center;
}
.lockimg{
	font-size: 100px;
    padding-bottom: 30px;
    padding-top: 20px;
}
.click-logo {
    padding-bottom: 20px;
}
.vcard {
    font-size: 14px;
    line-height: 30px;
}
.outer-box .fn {
    color: var(--text-color);
    font-size: 20px;
    width: auto;
}
.vcard a {
    text-decoration: underline;
}
.vcard a:hover {
    color: var(--highlight-color);
  text-decoration:none;
}
#msCookieBanner{display:none !important;}
[class^="mim-icon-"], [class*=" mim-icon-"] {
    font-family: 'mimiconfont' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mim-icon-lock:before {
    content: "\e98c";
}