html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0
}
a:active,
a:hover {
    outline: 0
}
a {
    color: #1e87f0;
    text-decoration: none;
    cursor: pointer
}
a:hover {
    color: #0f6ecd;
}
img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box
}
img:not([src]) {
    min-width: 1px;
    visibility: hidden
}
.uk-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color
}
.uk-button:not(:disabled) {
    cursor: pointer
}
.uk-button::-moz-focus-inner {
    border: 0;
    padding: 0
}
.uk-button:hover {
    text-decoration: none
}
.uk-button:focus {
    outline: 0
}
.intro {
    position: relative;
    width: 100%;
    min-height: 100vh;
    z-index: 100;
    background: #ccc
}
.intro:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
    background-color: rgba(0, 0, 0, .5)
}
.intro-container {
    width: 1000px;
    margin: 0 auto;
    max-width: 98%
}
.intro-header {
    padding-top: 100px
}
.intro-logo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}
.intro-logo > img {
    height: 160px;
}
.intro-title {
    position: relative;
    padding: 10px 0 0 20px;
    margin-top: 40px;
    margin-bottom: 8px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #fff
}
.intro-items {
    display: flex;
    margin-top: 70px;
    justify-content: center;
}
.intro-item {
    position: relative;
    margin-right: 30px;
    height: 190px;
    width: 190px;
    border: 3px solid #fff;
    border-radius: 15px;
    padding: 30px 20px 40px;
    background: rgba(0, 0, 0, .6);
    opacity: .8;

    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
}
.intro-item:last-child {
    margin-right: 0
}
.intro-item:hover {
    background-color: #1d57ad;
    border: none;
}
.intro-item-icon {
    display: flex;
    max-height: 70px;
    margin-top: 0;
    justify-content: center;
    align-items: center
}
.intro-item-icon > img {
    max-height: 70px;
    max-width: 85%;
}
.intro-item-title {
    font-weight: 700;
    height: 36px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    border: none;
    text-transform: uppercase;
    margin-top: 20px;
    color: #fff
}
.intro-button-default {
    border: none;
    padding: 0 10px;
    color: #333;
    background-color: transparent
}
.intro-item-title{
    padding: 0 10px;
}
.intro-container{
    position: relative;
    z-index: 10
}
@media (max-width:760px) {
    .intro-container {
        margin: 0 auto
    }
    .intro-items {
        display: grid;
        margin-top: 20px;
        width: 100%
    }
    .intro-title {
        margin-top: 0;
        font-size: 14px;
        line-height: 18px;
    }
    .intro-header {
        padding-top: 20px
    }
    .intro-item {
        width: 100%;
        margin-bottom: 10px;
    }
    .intro-item-icon {
        margin-top: 0
    }
    .intro-item-title {
        font-size: 12px;
        line-height: 16px;
    }
}
{"mode":"full","isActive":false}
