.beforeAfter img {max-width: unset !important;}

.coin-gray {background: #1c2a32; border-radius: 50%; width: 100px; height: 100px; line-height: 100px; padding: 10px; margin-left: auto; margin-right: auto;}

.front {}
.front .device {max-height: 96vh; margin-top: 2vh;}

.uk-light .uk-navbar-nav > li > a {
    font-size: 15px;
    font-weight: 600;
}

.this-agreement #pagenav {padding-bottom: 40px;}

.uk-offcanvas-bar {background: #111;}

.frontlink a {display: block;}
.frontlink img,
.frontlink svg {height: 1em; width: 1em; margin-left: 5px; left: 0; transition: all ease 0.2s; position: relative;}

.frontlink a:hover {color: #ffaa61 !important;}
.frontlink a:hover img, .frontlink a:hover svg {left: 5px;}

.uk-modal-page .bgtext {display: none;}

.bgtext {position: absolute; opacity: 0.02; top: 120px; left: -30vw; width: 100vw; animation: uk-animation-bgtext 10s ease; animation-fill-mode: forwards;}
@keyframes uk-animation-bgtext {
	0%   {left: -30vw;}
	100% {left: 30vw;}
}

.coin {display: inline-block; width: 40px; height: 40px; line-height: 40px; color: #fff; font-weight: bold; text-align: center; background: #f58220; border-radius: 50%;}

#block-9514.inview .block-icon > img,
#block-9514.inview .block-icon > svg,
#block-9528.inview .block-icon > img,
#block-9528.inview .block-icon > svg {animation-name: beat; animation-delay: 0; animation-direction: normal; animation-duration: 1s; animation-iteration-count: 3; animation-timing-function: ease-in-out;}
@keyframes beat {0%, 90% {transform: scale(1); } 45% {transform: scale(var(--fa-beat-scale, 1.25)); } }

#block-9518, #block-9677, #block-9687 {margin-top: -40px;}

#block-9535 img {
    background: #1c2a32;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

@keyframes spec-anima {
	0%   {left: 0;}
	50% {left: 10px;}
	100% {left: 0;}
}
.spec-anima {
	animation: spec-anima 1.2s ease-in-out;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}