.K7UnIcZ3rTX_DLbByXPZ{background:#fff;border:0;color:#0000;cursor:pointer;display:block;height:36px;outline:0;overflow:hidden;padding:0;width:36px}.XsV06PdBuhK9jfL4DVBm{margin:0 15px 0 0;vertical-align:middle}html[dir=rtl] .XsV06PdBuhK9jfL4DVBm{margin:0 0 0 15px}.tko1gSDdFM6HXc1XCDaq{border-radius:16px;display:block;margin:3px 0 4px;padding:14px}.tko1gSDdFM6HXc1XCDaq:active,.tko1gSDdFM6HXc1XCDaq:focus,.tko1gSDdFM6HXc1XCDaq:hover{background-color:var(--grey-7)}.XFRdsseuTecILNGhZkD7{background:#fff;bottom:0;display:none;left:0;overflow:auto;padding:93px 18px 26px;position:fixed;right:0;top:0;z-index:100002}.SL786I_Z5WZ4FkfMNOyC{display:block}.OpF4NXmnwNP6RxPvobuQ{position:relative}.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r):hover .XFRdsseuTecILNGhZkD7,.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r):hover:after,.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r):hover:before{display:block}.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r):after,.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r):before{background:#fff;border-radius:100%;box-shadow:var(--shadow-far);content:"";display:none;position:absolute;z-index:21}.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r):after{border-radius:0 0 12px 12px;height:12px;right:44px;top:-36px;width:24px}.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r):before{height:16px;right:30px;top:-16px;width:16px}html[dir=rtl] .OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r):after{left:44px;right:auto}html[dir=rtl] .OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r):before{left:30px;right:auto}.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r) .XFRdsseuTecILNGhZkD7{border-radius:16px;bottom:100%;box-shadow:var(--shadow-far);column-count:4;left:auto;margin:0 0 36px;overflow:visible;padding:65px 12px 10px;position:absolute;right:0;top:auto;z-index:20}[dir=rtl] .OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r) .XFRdsseuTecILNGhZkD7{left:0;right:auto}.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r) .XFRdsseuTecILNGhZkD7:before{bottom:-52px;content:"";height:52px;left:0;position:absolute;width:100%}.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r) .XFRdsseuTecILNGhZkD7 .tko1gSDdFM6HXc1XCDaq{display:inline-block;white-space:nowrap}.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r) .XFRdsseuTecILNGhZkD7 .XsV06PdBuhK9jfL4DVBm{margin:0 2px 0 0;transform:scale(.7)}.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r) .nVr20T58FFNNPkgQz8ME{background-color:initial;position:absolute}.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r) .DovojMSK_z9_OBlOiZ6Q{display:none}.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r) .tko1gSDdFM6HXc1XCDaq{font-size:14px;line-height:20px;padding:3px 16px 3px 3px}.DovojMSK_z9_OBlOiZ6Q{background-color:#fff;border:0;margin:0;padding:32px 26px 16px;position:fixed;right:0;top:0}.DovojMSK_z9_OBlOiZ6Q svg{fill:var(--poki-blue)}html[dir=rtl] .DovojMSK_z9_OBlOiZ6Q{left:0;right:auto}.nVr20T58FFNNPkgQz8ME{background-color:#fff;font:700 24px var(--fontTorus);left:0;margin:0;padding:26px 31px;position:fixed;top:0;width:100%}
canvas {
    touch-action: none;	
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pokiSdkContainer {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pokiSdkContainer.pokiSdkFixed {
    position: fixed;
}

.pokiSdkContainer.pokiSdkVisible {
    display: block;
}

.pokiSdkContainer.pokiSdkHidden,
.pokiSdkSpinnerContainer.pokiSdkHidden {
    display: none;
}

.pokiSdkContainer.pokiSdkHidden,
.pokiSdkSpinnerContainer {
    pointer-events: none;
}

.pokiSdkSpinnerContainer {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://a.poki-cdn.com/images/thumb_anim_2x.gif') 50% 50% no-repeat;
    user-select: none;
}

.pokiSdkInsideContainer {
    background: #000;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.pokiSdkContainer.pokiSdkVisible .pokiSdkInsideContainer {
    opacity: 1;
}

.pokiSDKAdContainer,
.pokiSdkVideoContainer {
    position: absolute;
    width: 100%;
    height: 100%;
}

.pokiSdkStartAdButton {
    position: absolute;
    z-index: 9999;
    top: 0;

    padding-top: 10%;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFF;

    font: 700 15pt 'Arial', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.1s ease-in-out;
    line-height: 1em;
}

.pokiSdkPauseButtonContainer {
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.pokiSdkPauseButtonBG {
    content: '';
    background: rgba(0, 43, 80, 0.5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}

.pokiSdkPauseButtonContainer:hover .pokiSdkPauseButtonBG {
    background: rgba(0, 43, 80, 0.7);
}

.pokiSdkPauseButton {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
}

.pokiSdkPauseButton:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.6);
    transition: background-color 0.5s ease;
    animation: 1s linear infinite pokiPulse;
    z-index: 12;
}

.pokiSdkPauseButton:after {
    content: '';
    position: absolute;
    display: block;
    box-sizing: border-box;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 26px 0 26px 40px;
    pointer-events: none;
    animation: 1s linear infinite pokiPulse;
    left: 6px;
    z-index: 12;
}

@keyframes pokiPulse {
    0% {
        transform: translate(-50%, -50%) scale(0.95);
    }

    70% {
        transform: translate(-50%, -50%) scale(1.1);
    }

    100% {
        transform: translate(-50%, -50%) scale(0.95);
    }
}

.pokiSdkProgressContainer {
    background: #B8C7DD;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    z-index: 9999;
}

.pokiSdkProgressBar {
    position: relative;
    bottom: 0px;
    background: #FFDC00;
    height: 100%;
    width: 0%;
    transition: width 0.5s;
    transition-timing-function: linear;
}

.pokiSdkProgressBar.pokiSdkVisible,
.pokiSdkPauseButtonContainer.pokiSdkVisible,
.pokiSdkStartAdButton.pokiSdkVisible {
    display: block;
    pointer-events: auto;
}

.pokiSdkProgressBar.pokiSdkHidden,
.pokiSdkPauseButtonContainer.pokiSdkHidden,
.pokiSdkStartAdButton.pokiSdkHidden {
    display: none;
    pointer-events: none;
}

.pokiSDKAdContainer .pokiSDKHouseAdContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
    cursor: pointer;
}

.index-logo_img_1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 8px;
}
