* {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    margin: 0;
}

main {
    display: block;
    -ms-display: block;
    -moz-display: block;
    -webkit-display: block;
}

main div.dv_no-js,
main div.dv_no-js div.dv_img_no-js {
    display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    vertical-align: middle;
}

div.div_monesya_circle {
    background: rgb(0, 158, 40);
    background: radial-gradient(circle, rgba(48, 209, 88, 1) 0%, rgba(0, 158, 40, 1) 100%);
    background: -o-radial-gradient(circle, rgba(48, 209, 88, 1) 0%, rgba(0, 158, 40, 1) 100%);
    background: -moz-radial-gradient(circle, rgba(48, 209, 88, 1) 0%, rgba(0, 158, 40, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(48, 209, 88, 1) 0%, rgba(0, 158, 40, 1) 100%);
}

div.div_kaptaz_circle {
    background: rgb(63, 94, 251);
    background: radial-gradient(circle, rgba(63, 94, 251, 1) 0%, rgba(0, 19, 65, 1) 100%);
    background: -o-radial-gradient(circle, rgba(63, 94, 251, 1) 0%, rgba(0, 19, 65, 1) 100%);
    background: -moz-radial-gradient(circle, rgba(63, 94, 251, 1) 0%, rgba(0, 19, 65, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(63, 94, 251, 1) 0%, rgba(0, 19, 65, 1) 100%);
}

main div.dv_no-js {
    flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    text-align: center;
    -moz-text-align: center;
    -webkit-text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
}

main div.dv_no-js div.dv_img_no-js {
    width: 128px;
    height: 128px;
    position: relative;
    margin-bottom: 16px;
}

main div.dv_no-js div.dv_img_no-js::after {
    top: calc(50% - 67px);
    left: calc(50% - 67px);
    content: '';
    position: absolute;
    border-top: 3px solid rgba(255, 255, 255, 0.25);
    border-top: 3px solid #ffffff40;
    border-right: 3px solid transparent;
    border-bottom: 3px solid rgba(255, 255, 255, 0.25);
    border-bottom: 3px solid #ffffff40;
    border-left: 3px solid transparent;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    width: 128px;
    height: 128px;
    animation-name: no-js-load;
    -o-animation-name: no-js-load;
    -moz-animation-name: no-js-load;
    -webkit-animation-name: no-js-load;
    animation-duration: 2s;
    -o-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

main div.dv_no-js div.dv_img_no-js img {
    width: 100%;
    height: 100%;
}

main div.dv_no-js h2 {
    color: white;
    font-family: sans-serif;
}

main div.dv_no-js p {
    color: #c3c3c3;
    opacity: 1;
    animation-name: no-js-show;
    -o-animation-name: no-js-show;
    -moz-animation-name: no-js-show;
    -webkit-animation-name: no-js-show;
    animation-duration: 1s;
    -o-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
}

@keyframes no-js-load {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@-o-keyframes no-js-load {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(360deg); }
}

@-moz-keyframes no-js-load {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes no-js-load {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@keyframes no-js-show {
    0% { opacity: 0; }
    75% { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes no-js-show {
    0% { opacity: 0; }
    75% { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes no-js-show {
    0% { opacity: 0; }
    75% { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes no-js-show {
    0% { opacity: 0; }
    75% { opacity: 0; }
    100% { opacity: 1; }
}