<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;family=Lato:wght@300;400;500;600;700&amp;family=Merriweather:wght@300;400;500;600;700&amp;family=Montserrat:wght@300;400;500;600;700&amp;family=Noto+Sans:wght@300;400;500;600;700&amp;family=Open+Sans:wght@300;400;500;600;700&amp;family=Poppins:wght@300;400;500;600;700&amp;family=Playfair+Display:wght@300;400;500;600;700&amp;family=Raleway:wght@300;400;500;600;700&amp;family=Roboto:wght@300;400;500;600;700&amp;family=Source+Sans+Pro:wght@300;400;500;600;700&amp;display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&amp;family=Nunito:wght@200;300;400;500;600;700&amp;display=swap);.loader{display:block;height:50px;width:50px;border-top:2px solid rgba(var(--base-reverse),.1);border:2px solid rgba(var(--base-reverse),.1);border-top-color:rgb(var(--base-reverse));border-radius:50%;-webkit-animation:loader-spin .65s linear infinite;animation:loader-spin .65s linear infinite}@-webkit-keyframes loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.layout-loading-header{width:100%;height:72px;display:flex;align-items:center;padding-left:34px;margin-bottom:24px;box-sizing:border-box;-webkit-animation:fade-in .1s ease-in;animation:fade-in .1s ease-in}.layout-loading-header .nav-btn{width:100px;height:8px;border-radius:12px;background-color:hsla(0,0%,100%,.2);-webkit-animation:placeholder-fade .6s ease-in-out infinite alternate;animation:placeholder-fade .6s ease-in-out infinite alternate;margin-right:24px}.layout-loading-header .nav-btn.line-feed{width:55px}.layout-loading-header .nav-btn.line-roadmap{width:80px}.layout-loading-header .nav-btn.line-feedback{width:100px}.layout-loading-header .header-title{width:75%;height:8px;border-radius:12px;background-color:hsla(0,0%,100%,.2);-webkit-animation:placeholder-fade .6s ease-in-out infinite alternate;animation:placeholder-fade .6s ease-in-out infinite alternate}.layout-loading-evolutions{padding:0 24px;box-sizing:border-box;-webkit-animation:fade-in .1s ease-in;animation:fade-in .1s ease-in}.layout-loading-evolutions .evolution{width:100%;border:1px solid rgba(0,0,0,.1);box-shadow:0 5px 5px rgba(0,0,0,.04);border-radius:12px;margin-bottom:24px;padding:24px;box-sizing:border-box;-webkit-animation:placeholder-fade .6s ease-in-out infinite alternate;animation:placeholder-fade .6s ease-in-out infinite alternate}.layout-loading-evolutions .evolution:nth-child(1n){-webkit-animation-delay:.1s;animation-delay:.1s}.layout-loading-evolutions .evolution:nth-child(2n){-webkit-animation-delay:.2s;animation-delay:.2s}.layout-loading-evolutions .evolution:nth-child(3n){-webkit-animation-delay:.3s;animation-delay:.3s}.layout-loading-evolutions .evolution:nth-child(4n){-webkit-animation-delay:.4s;animation-delay:.4s}.layout-loading-evolutions .evolution:nth-child(5n){-webkit-animation-delay:.5s;animation-delay:.5s}.layout-loading-evolutions .evolution:nth-child(6n){-webkit-animation-delay:.6s;animation-delay:.6s}.layout-loading-evolutions .evolution:nth-child(7n){-webkit-animation-delay:.7s;animation-delay:.7s}.layout-loading-evolutions .evolution:nth-child(8n){-webkit-animation-delay:.8s;animation-delay:.8s}.layout-loading-evolutions .evolution:nth-child(9n){-webkit-animation-delay:.9s;animation-delay:.9s}.layout-loading-evolutions .evolution:nth-child(10n){-webkit-animation-delay:1s;animation-delay:1s}.layout-loading-evolutions .evolution .top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.layout-loading-evolutions .evolution .top .tag{width:100px;height:24px;border-radius:12px;background-color:rgba(0,0,0,.05)}.layout-loading-evolutions .evolution .top .time{width:80px;height:8px;border-radius:12px;background-color:rgba(0,0,0,.05)}.layout-loading-evolutions .evolution .title{width:80%;height:16px;border-radius:12px;margin-bottom:12px;background-color:rgba(0,0,0,.05)}.layout-loading-evolutions .evolution .content .content-line{width:100%;height:8px;border-radius:12px;margin-bottom:4px;background-color:rgba(0,0,0,.05)}.layout-loading-evolutions .evolution .content .content-line:not(:last-child){margin-bottom:8px}.btn{position:relative;padding:12px 24px;border-radius:40px;box-sizing:border-box;font-weight:500;font-family:inherit;text-align:center;cursor:pointer;transition:all .2s ease;display:flex;outline:none;border:none}.btn:not(.is-loading).icon{align-items:center}.btn:not(.is-loading).icon i.icon-left{margin-right:16px}.btn:not(.is-loading).icon i.icon-right{margin-left:16px}.btn:not(.is-loading).icon.is-icon-small i{font-size:11px}.btn:not(.is-loading).icon.is-icon-tiny i{font-size:9px}.btn:active{box-shadow:0 0 0 rgba(70,118,231,.21)}.btn.is-default{border:1px solid #dfdfdf;background-color:#fff;color:#000}.btn.is-default:hover{background-color:#e4e4e4;color:#000;border:1px solid #e4e4e4}.btn.is-default.is-light{background-color:transparent;border:none;box-shadow:none;color:#000}.btn.is-default.is-light:hover{background-color:#d6d6d6}.btn.is-muted{border:none;background-color:hsla(0,0%,76.9%,.4);color:#fff}.btn.is-muted:hover{background-color:hsla(0,0%,50.6%,.4)}.btn.is-primary{background-color:#1260eb;color:#fff}.btn.is-primary:hover{background-color:rgba(18,96,235,.8)}.btn.is-primary:active{background-color:#1260eb}.btn.is-primary.is-inverted{background-color:#fff;color:#1260eb}.btn.is-primary.is-inverted:hover{background-color:#1260eb;color:#fff}.btn.is-secondary{border:1px solid #ef7c4b;background-color:#fff;color:#ef7c4b}.btn.is-secondary.is-inverted,.btn.is-secondary:hover{background-color:#ef7c4b;color:#fff}.btn.is-secondary.is-inverted{border:1px solid #ef7c4b}.btn.is-secondary.is-inverted:hover{background-color:#fff;color:#ef7c4b}.btn.is-disabled{color:#000;background:none;background-color:#a0a0a0;border-color:transparent;cursor:no-drop}.btn.is-disabled:hover{background:none;background-color:#c4c4c4;color:#000}.btn.is-not-rounded{border-radius:6px}.btn.is-fullwidth{width:100%}.btn.is-loading.is-loading.is-loading{position:relative;cursor:default;text-shadow:none!important;color:transparent!important;opacity:1;pointer-events:auto;transition:all 0s linear,opacity .1s ease}.btn.is-loading.is-loading.is-loading:before{border-radius:500rem;border:.2em solid rgba(0,0,0,.15)}.btn.is-loading.is-loading.is-loading:after,.btn.is-loading.is-loading.is-loading:before{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1em;height:1em}.btn.is-loading.is-loading.is-loading:after{-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border:.2em solid transparent;border-top-color:#fff;box-shadow:0 0 0 1px transparent}.btn.is-loading.is-loading.is-loading .icon{background-color:transparent;box-shadow:none}.btn.is-loading.is-loading.is-loading .emoji{visibility:hidden}.btn.is-thin{padding:4px 8px}.btn.is-large{padding:16px 47px}.btn.is-icon-only{display:flex;justify-content:center;align-items:center;padding:8px;font-size:11px}@-webkit-keyframes button-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes button-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hidden-xs{display:none}.visible-xs{display:block}@media(min-width:0)and (max-width:576px){.hidden-xs-only{display:none}}@media(min-width:576px){.hidden-sm{display:none}.visible-sm{display:block}}@media(min-width:768px){.hidden-md{display:none}.visible-md{display:block}}@media(min-width:992px){.hidden-lg{display:none}.visible-lg{display:block}}@media(min-width:1200px){.hidden-xl{display:none}.visible-xl{display:block}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(17,17,17,.6);display:flex;align-items:center;justify-content:center;z-index:1000}.modal{width:100%;outline:none;background-color:#111;border-radius:8px;padding:32px}.modal.modal-confirm{font-weight:200}.modal.modal-confirm .actions{display:flex;justify-content:space-between;margin-top:24px}.modal .actions{margin-top:32px;display:flex;justify-content:space-between}.modal .title{font-size:24px;font-weight:300;margin-bottom:32px}@media(min-width:0)and (max-width:576px){.modal,.modal.is-large{width:80%;left:10%}.modal.is-small{width:50%;left:25%}}@media(min-width:576px){.modal{width:70%;left:15%}.modal.is-large{width:80%;left:10%}.modal.is-small{width:50%;left:25%}}@media(min-width:768px){.modal{width:40%;left:30%}.modal.is-large{width:70%;left:15%}.modal.is-small{width:30%;left:35%}}@media(min-width:992px){.modal{width:30%;left:35%}.modal.is-large{width:50%;left:25%}.modal.is-small{width:20%;left:40%}}@media(min-width:1200px){.modal{width:30%;left:35%}.modal.is-large{width:50%;left:25%}.modal.is-small{width:20%;left:40%}}.project-members-avatar{display:flex}.project-members-avatar .member{position:relative;text-transform:uppercase;border-radius:50%;background-color:#fff;color:#000;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:18px}.project-members-avatar .member.has-avatar{background-repeat:no-repeat;background-position:50%;background-size:cover}.project-members-avatar .member:nth-child(n+1){background-color:#e6f5fd}.project-members-avatar .member:nth-child(n+2){background-color:#fdeee6}.project-members-avatar .member:nth-child(n+3){background-color:#eff2f5}.project-members-avatar .member:nth-child(n+4){background-color:#fafafa}.project-members-avatar .member:nth-child(2){left:-6px}.project-members-avatar .member:nth-child(3){left:-12px}.project-members-avatar .member:nth-child(4){left:-18px}.project-members-avatar .member:nth-child(5){left:-24px}.project-members-avatar .member:nth-child(6){left:-30px}.project-members-avatar .member:nth-child(7){left:-36px}.project-members-avatar .member:nth-child(8){left:-42px}.project-members-avatar .member:nth-child(9){left:-48px}.project-members-avatar .member:nth-child(10){left:-54px}.project-members-avatar .member:nth-child(11){left:-60px}.project-members-avatar .member:nth-child(12){left:-66px}.project-members-avatar .member:nth-child(13){left:-72px}.project-members-avatar .member:nth-child(14){left:-78px}.project-members-avatar .member:nth-child(15){left:-84px}.project-members-avatar .member:nth-child(16){left:-90px}.project-members-avatar .member:nth-child(17){left:-96px}.project-members-avatar .member:nth-child(18){left:-102px}.project-members-avatar .member:nth-child(19){left:-108px}.project-members-avatar .member:nth-child(20){left:-114px}.project-members-avatar .member:nth-child(21){left:-120px}.project-members-avatar .member:nth-child(22){left:-126px}.project-members-avatar .member:nth-child(23){left:-132px}.project-members-avatar .member:nth-child(24){left:-138px}.project-members-avatar .member:nth-child(25){left:-144px}.project-members-avatar .member:nth-child(26){left:-150px}.project-members-avatar .member:nth-child(27){left:-156px}.project-members-avatar .member:nth-child(28){left:-162px}.project-members-avatar .member:nth-child(29){left:-168px}.project-members-avatar .member:nth-child(30){left:-174px}.project-members-avatar .member:nth-child(31){left:-180px}.project-members-avatar .member:nth-child(32){left:-186px}.project-members-avatar .member:nth-child(33){left:-192px}.project-members-avatar .member:nth-child(34){left:-198px}.project-members-avatar .member:nth-child(35){left:-204px}.project-members-avatar .member:nth-child(36){left:-210px}.project-members-avatar .member:nth-child(37){left:-216px}.project-members-avatar .member:nth-child(38){left:-222px}.project-members-avatar .member:nth-child(39){left:-228px}.project-members-avatar .member:nth-child(40){left:-234px}.project-members-avatar .member:nth-child(41){left:-240px}.project-members-avatar .member:nth-child(42){left:-246px}.project-members-avatar .member:nth-child(43){left:-252px}.project-members-avatar .member:nth-child(44){left:-258px}.project-members-avatar .member:nth-child(45){left:-264px}.project-members-avatar .member:nth-child(46){left:-270px}.project-members-avatar .member:nth-child(47){left:-276px}.project-members-avatar .member:nth-child(48){left:-282px}.project-members-avatar .member:nth-child(49){left:-288px}.project-members-avatar .member:first-child{z-index:1}.project-members-avatar .member:nth-child(2){z-index:2}.project-members-avatar .member:nth-child(3){z-index:3}.project-members-avatar .member:nth-child(4){z-index:4}.project-members-avatar .member:nth-child(5){z-index:5}.project-members-avatar .member:nth-child(6){z-index:6}.project-members-avatar .member:nth-child(7){z-index:7}.project-members-avatar .member:nth-child(8){z-index:8}.project-members-avatar .member:nth-child(9){z-index:9}.project-members-avatar .member:nth-child(10){z-index:10}.project-members-avatar .member:nth-child(11){z-index:11}.project-members-avatar .member:nth-child(12){z-index:12}.project-members-avatar .member:nth-child(13){z-index:13}.project-members-avatar .member:nth-child(14){z-index:14}.project-members-avatar .member:nth-child(15){z-index:15}.project-members-avatar .member:nth-child(16){z-index:16}.project-members-avatar .member:nth-child(17){z-index:17}.project-members-avatar .member:nth-child(18){z-index:18}.project-members-avatar .member:nth-child(19){z-index:19}.project-members-avatar .member:nth-child(20){z-index:20}.project-members-avatar .member:nth-child(21){z-index:21}.project-members-avatar .member:nth-child(22){z-index:22}.project-members-avatar .member:nth-child(23){z-index:23}.project-members-avatar .member:nth-child(24){z-index:24}.project-members-avatar .member:nth-child(25){z-index:25}.project-members-avatar .member:nth-child(26){z-index:26}.project-members-avatar .member:nth-child(27){z-index:27}.project-members-avatar .member:nth-child(28){z-index:28}.project-members-avatar .member:nth-child(29){z-index:29}.project-members-avatar .member:nth-child(30){z-index:30}.project-members-avatar .member:nth-child(31){z-index:31}.project-members-avatar .member:nth-child(32){z-index:32}.project-members-avatar .member:nth-child(33){z-index:33}.project-members-avatar .member:nth-child(34){z-index:34}.project-members-avatar .member:nth-child(35){z-index:35}.project-members-avatar .member:nth-child(36){z-index:36}.project-members-avatar .member:nth-child(37){z-index:37}.project-members-avatar .member:nth-child(38){z-index:38}.project-members-avatar .member:nth-child(39){z-index:39}.project-members-avatar .member:nth-child(40){z-index:40}.project-members-avatar .member:nth-child(41){z-index:41}.project-members-avatar .member:nth-child(42){z-index:42}.project-members-avatar .member:nth-child(43){z-index:43}.project-members-avatar .member:nth-child(44){z-index:44}.project-members-avatar .member:nth-child(45){z-index:45}.project-members-avatar .member:nth-child(46){z-index:46}.project-members-avatar .member:nth-child(47){z-index:47}.project-members-avatar .member:nth-child(48){z-index:48}.project-members-avatar .member:nth-child(49){z-index:49}.card{background-color:#fff;border:1px solid #fff;box-shadow:0 .75rem 1rem rgba(12,23,37,.02);border-radius:8px;padding:24px}.card.muted{background-color:#fafafa;border-color:transparent}.input-group{display:block;position:relative;font-size:16px}.input-group.labeled{display:inline-flex}.input-group.labeled .label{padding:15px 20px;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);color:rgba(0,0,0,.1);font-weight:100}.input-group.labeled .label.label-left{border-left:1px solid rgba(0,0,0,.1);border-top-left-radius:6px;border-bottom-left-radius:6px}.input-group.labeled .label.label-right{border-right:1px solid rgba(0,0,0,.1);border-top-right-radius:6px;border-bottom-right-radius:6px}.input-group.labeled.labeled-left .input{border-top-left-radius:0;border-bottom-left-radius:0}.input-group.labeled.labeled-right .input{border-top-right-radius:0;border-bottom-right-radius:0}.input-group .input{position:relative;width:100%;background:#fff;border:1px solid rgba(0,0,0,.1);padding:15px 20px;border-radius:6px;box-sizing:border-box;font-weight:300;font-family:inherit;transition:all .15s ease-in-out;box-shadow:none}.input-group .input::-webkit-input-placeholder{color:#b5b5b5}.input-group .input:-moz-placeholder,.input-group .input::-moz-placeholder{color:#b5b5b5}.input-group .input:-ms-input-placeholder{color:#b5b5b5}.input-group .input[type=number]{width:70px;padding-left:10px;padding-right:0}.input-group .input:focus{border:1px solid #071331;box-shadow:0 0 0 rgba(0,0,0,.02)}.input-group .input:focus::-webkit-input-placeholder{color:#b5b5b5}.input-group .input:focus:-moz-placeholder,.input-group .input:focus::-moz-placeholder{color:#b5b5b5}.input-group .input:focus:-ms-input-placeholder{color:#b5b5b5}.autocomplete-popover{background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:6px;padding:5px 0;box-shadow:0 13px 54px rgba(0,0,0,.05)}.autocomplete-popover .autocomplete-item{padding:8px 16px;cursor:pointer}.autocomplete-popover .autocomplete-item:not(.is-disable):hover{color:#02f}.autocomplete-popover .autocomplete-item.is-disable{color:#e2e2e2}input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.text-area-group{display:block;position:relative;font-size:16px}.text-area-group.disabled textarea{background-color:#ebebeb}.text-area-group textarea{position:relative;width:100%;background:#fff;border:1px solid rgba(0,0,0,.1);padding:15px 20px;border-radius:6px;box-sizing:border-box;font-weight:200;transition:all .15s ease-in-out;font-family:inherit;outline:none;box-shadow:none;resize:none}.text-area-group textarea::-webkit-input-placeholder{color:#b5b5b5}.text-area-group textarea:-moz-placeholder,.text-area-group textarea::-moz-placeholder{color:#b5b5b5}.text-area-group textarea:-ms-input-placeholder{color:#b5b5b5}.text-area-group textarea:focus{border:1px solid #071331;box-shadow:0 0 0 rgba(0,0,0,.02)}.text-area-group textarea:focus::-webkit-input-placeholder{color:#b5b5b5}.text-area-group textarea:focus:-moz-placeholder,.text-area-group textarea:focus::-moz-placeholder{color:#b5b5b5}.text-area-group textarea:focus:-ms-input-placeholder{color:#b5b5b5}textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}.jimo-stormwind-toast-container{width:unset;min-width:400px}@media(max-width:576px){.jimo-stormwind-toast-container{width:100%;min-width:unset;bottom:4px}}.Toastify__toast-body{margin:unset;padding:unset;width:100%}.jimo-toast-wrapper{padding:unset;box-shadow:0 4px 10px rgba(0,0,0,.1);min-height:unset;border-radius:6px;min-width:400px;color:#fff;font-family:inherit}@media(max-width:576px){.jimo-toast-wrapper{border-radius:0}}.jimo-toast-wrapper.toast--info{background-color:#0f65d0}.jimo-toast-wrapper.toast--success{background-color:#13805c}.jimo-toast-wrapper.toast--danger{background-color:#c9242d}.jimo-toast-wrapper.toast--warning{background-color:orange}.jimo-toast-wrapper .toast-content{font-size:16px;display:grid;grid-template-columns:50px calc(100% - 100px) 50px;justify-content:center;align-items:center;max-width:430px}.jimo-toast-wrapper .toast-content .left-element{background-color:hsla(0,0%,100%,.1);height:100%;display:flex;justify-content:center;align-items:center}.jimo-toast-wrapper .toast-content .left-element .icon-wrapper{font-size:18px}.jimo-toast-wrapper .toast-content .center-element{padding:12px 16px;font-weight:400;display:flex;justify-content:space-between;align-items:center}.jimo-toast-wrapper .toast-content .center-element .action .btn{background-color:transparent;padding:12px;border-radius:4px}.jimo-toast-wrapper .toast-content .center-element .action .btn:hover{background-color:hsla(0,0%,100%,.1)}.jimo-toast-wrapper .toast-content .center-element .second-line{margin-top:8px;font-size:14px;font-weight:300}.jimo-toast-wrapper .toast-content .right-element{font-size:8px;display:flex;justify-content:center;border-left:1px solid hsla(0,0%,100%,.2)}.jimo-toast-wrapper .toast-content .right-element i{padding:12px;border-radius:3px;transition:all .1s ease}.jimo-toast-wrapper .toast-content .right-element i:hover{background-color:hsla(0,0%,100%,.2)}.emoji.is-inline{display:inline-block}.emoji.emoji-clap,.emoji.emoji-clap-d,.emoji.emoji-idk,.emoji.emoji-idk-d,.emoji.emoji-nah,.emoji.emoji-nah-d,.emoji.emoji-yeah,.emoji.emoji-yeah-d{width:42px;height:42px;background-size:contain;background-repeat:no-repeat}.emoji.emoji-yeah,.emoji.emoji-yeah-d:hover{background-image:url(/static/media/yeah.1ce5732c.png)}.emoji.emoji-yeah-d,.emoji.emoji-yeah:active,.emoji.emoji-yeah:focus:hover{background-image:url(/static/media/yeah-d.a6d269f7.png)}.emoji.emoji-idk,.emoji.emoji-idk-d:hover{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAACoCAYAAAB0S6W0AAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAB/+SURBVHgB7V1ZjBzHef6rZ/bikvIqcSxHcuIVBQexYUlLIHFCOLF2DcQ2kgdRSJ4iBVo6SOwEAUggSOQ8kXzzFYhEHMOIDXANOHkLSD7ECSwpu4IPGfED1wd8BJa1DmzZgmxrRZFcLnen/1T1TPfU8dfRx8z07PSHne06/qq+vvn+v6qPYdDACrx6euHGFCy24mgJERbarejNEOMCMLaI/AMsNcTFboJBVtYt34Yo2mZiyWAbgW3z6q0OwqsRg824E2/P7u9vsmPnt6EBCQYNEly/enqpBbDUakUPxsCWOLv4hy0klRnveodLOWqMTKpgnnrYZgw3AdlmJ8avdwA2D7/9Y5vQYHIJuvO108vYhqWIsYd5dokfiQWVSEwTRAc5yaMYQlwnEtLuI7vCOvHm3P0f34AJxMQQVLjrWzGciCJ4CAFOcDe9kFWy7B9BzoLELHxkGV3EQwT+fyPej6/AXmtj7tiHt2ACcKAJKki5s99ZjdrRw4CwzEnZrWCyumnEVKp1sg2CmMWUlptudDrxZ6HFyfrWg0vWA0nQna/9zTJrsTM8plvKlFInJ6WaWbVFNQdBzArOAO9iDRGvzLzto5fhgOHAEFSo5e04PsVP1Gk7KaskZ17lY85sRdjiMwPnDpKqjj1Br//PXy9Ns9bjMcBqMtCxktJBTjne1IkpLZTy4CNXnVLmgVDVDrBz407UsSVo4sYRzvA9WM4IUzU5baoZetTY6A/vuBN17Ai689wHF7kLu8iALcsk85M0+5ellcFQCDlrrpoujCtRx4agIsbcvb13hk8RnWZMI6WVnJqNVkYqJ6l6IeQUBgh1JKeMcSNq7QmazF/evn0qIaa4spNwRSakhaTQS5clZ5CbrjcpDfA51Qjx/NRbP3oOao5aH9LXvvjB5fYUuyiuffeJFerS7WpqkpMiWKhqwvgQ08QWv6x7kqvpBtQUtTy0iTvf3U3cuayQhmuvhJyWvLSwY+wJmqDObr92hzZRzTZXTYBF0AjJXC49IP5kSpmedpUVsRk7JHOoc2//2BrUCLU5zLjOVXOGqybD0yoJNddOEdJGyiLklBYmDiQxFfDjdH5qZ/dcXW4BrMXh3lnnU0czsA6pagowh2sPdvFp+yzjIOjEKicFEZuu1MHlRzBi3PrKB07hVHwVEnL2Cg1CyukBkdOLiSGnwGLE8Oqtb//9aRgxRnrIOTmfRITTlGqmJKRdu42kUlvroIggmm8qSdRLU5yThAjw7Cino0ZyyHF9deHW1NQlYNFydyvMmBMKDYws6imTU1pkGV/MOaHkTMGP42YH2SOjcPlDP+w766uLMDXN4022aJBNI2k+9TRVlMnlehr6djQYmZxgjCQuHWoMen19dalLTineFMiIwySRkwgr21DtpOagu/a+MahgbuIx6dNAYJG7+/Xr3/q7JRgihnb4BTmj9tQ6S+7VJFTQqZ4+1Qxw7cFuPaR+gsEvk+7txyvDeqhvKAp6+0t/+XirPXWVsf5TkiZc6imbWRRVISUzuqbWQ6MhpxMIC1Ot6Or+9/7hcRgCBk5QQc4O4ppRYahnkiG8skZIsyPFjiltlUQAGnKGohPHa8Mg6UAJqpCTEUQjiMlsKkj1wahqiuTmeojOG3LmxDBIOrBTImLOVqt91Rk3uq4a2eysfUkamrl9ffeYN7xokB97nfjYoGLSgShoMiBqtde1ANGiopINA79bJ2NPgpx5R+0NCmOqHQ1sdF85QcU8ZyuausS5sKCTSAHhhlmIW8/smbZsMDJ0B06Xdr7zoUWoGJUS9BVOToym1oGJl2lZ2EnMeRrqybR2zKGoYFHPoNiTgTpIa1ACyTypuJcXKkSlBJ2J2lw50ze9afAMjkx7gKCRu0+dG4UdJhb3ZmcuQYWojKA7X3z/Gei+hAvUgQplbfp3pgSTAbGnFaFsbFg7CCDA8u3vPvEkVIRKCHrz2T8/hTE7a9ZYBklyVZpWBkeWNkZDyr07zbXtgQYDgLhDrapb9UqfIhF3Tketq2JQZDzQlsWWxCjeeteSq43ZN9PJyTTmW2NPaDBI8EuiMbJjZW8uKaWgnJwLM6y1nozYgVDHwPiQpRJqVUHX4MhWkktSG1QNPrKvYtBUiqAzUSTizsWswBY/JsUSa10csaqhXkk0DDVvODosLO7NzZyBEih8qq6vv381YsnTlxkxGeXeKTef5S2PEge49z7fbcSnvgiNax8FeveRbkABFFJQEXdGDLrfjJQwNmPS6zJLHdGLTEBn5+FVDYYL7uovFnX1hQg6zYRrZ4tJBrVKF5+sMaKLmLqZLYSwZrzFDQaOwq4+9yl77anV5dZUtA7alBDt3gFsN4VkN3gYNyRbQgJj9G5ZH1B5W1mDYaKIq8+toK12dFEvs7t3i1vOuK2SHACCSMS0fmz9N6gXirj6XATdWX+/OmrPA+bJK3VMXcrGRcnXkLYOWLw1PZ1rAj/4tCUT8hAlE/LGiDrtKc+9n9kz7yxsFC+1dbp3j2o3GDH4BP70zu69oa/WCVZQTs4zCjnVlYZunJpgeh2ztylDsIac9QGfwM8zYAo6dUI9ZyB6od/CNUAC8N01rwyQrLbqOqzrsqZdZQ1GDT5gujfkMmiQggr1hGAwd50+QPK2yWPTYFzQ4gOmEDvvWX/lP7l6zvbUM2vRVzoml+mxJADYbhBh2hWlSuLPRkHHCiHTTl4FnZ4V6olmRe+kIxRAUcIUWVlDztqCq6jXMztPX1c92QuKqR4TpmXBI/hUCSVFzTtBb7v+Tt1c0hC01vA9EepU0OnpNPbMGy8GgHny1iYN4w4S2lG06qq3nu1EPWe4eioxp9RMUVBJqUIVNCT21NVaybvS8h42hK41PPOiVgWdmhY/MUj3aM/qdUytynjuUeTKONWQs/bg86Kuq0tWgkaMnel1UBGKELEh2CQgarFT1jqq8NrTqyf4YjHJFOJIWWIFtveFxg2/xwNcRXe+86FlqookaItFD8MAtsILa7wYwD4stsoG9YBtyskgqBgcMYarEIB8AlVQzphlabNrMJZABkvUrXgGQe2DI6JTW8VQyILObIMxA3fzuzPTq3qxQdAWY4Hve2SulRVqFgS0dNTEoGMPPjA3QkvlFGZzn4YFI9PWFzUo85tpXp7PZNpVJAiaC2VyXVYAahvwlDWoNaZv7d4pz4kqCkq7d/tJLufiC/pkDF1hQ85xxK2pqRNyPtIyxOi94uCOleneRrpmCH9Q0GpFD8l5haB8JLUMVaNSnmChqgbjA85BWkHF48QsecdSFWspWBeCZprpYEObtM8IysS7PccBmKO8UdWxBMM442JG0FYLqrt6VKWaYfaPqnCvs1HVsYQ83ZQRNMYKFbRy5WKNGk4QxFWlNJ0Q9PoXVpcqiz+7q4BCwDztNNI2BD444HFo+rM2XQVtpYyt6jIPo+swTaFqbu2n5GirIe3YotUbE7WTHKY/fiDOaBWBW1X9lO2v6u0oj2/872vw3Dde4Z9teOnnu0nZfW86BEf559E/vBvu+uUZaMDPWhT1CdqK4EEsqjYJByxEEJ16LzcOkkT1IeeNm/vwuc+/CJfXXzLqnv/RzeTz1Fd/BidW7oLH/ugemJ9rwSQjYvBgshT/sgGSj6RUfSgHMEcePV2MmesW5HziwvdIcuoQNk+c/y7c2OnAJCMdKEXihxCcAyT0FISEi2GbFG7HQtvXg8lCOYVChkLYfu4/fgwTDT5QEveHttv7nKnpZFOeOLTn2hG0139TzRVXLxsgfPP5HXju29fguW9dg5de2UtKj949C0fv4THZ++6Cu35pxuwTc27rCCHizBDl1CHaHH/gTnjgN47ApOLG1NRim0tpXz2T8z2EE87Xc2O3A//69Mtw+Uu/MKp/8OKt5PP0134BDz/0K/DYe98I84daie6TN5tQ3K8JhHoWhRhMTTJBxUg+askT9JVfAaJx41YMT/zLD0ly6rjy7MvwxD9/v3hMhqN18y/kcO06xEh/ksEithApCpqgqlgunevURj/8TyinUMhQ/ODHO/C5//ppgKVlFDdCjj5fgqDpNNREIjlnbDHiw/k3q4WlegRfJyLOvPJlv3LqEEr6je9f96/DN6hrMDbg3Hwdvy6f8xKnS2DR05D//dszP4Oi+Oo3t4mpJgzj4Ih4WmbiXUzeTzQwXoziWCNo0ImUL1VimGj1yn7w0+Ju67lvvhqwffVSzOMPFL/F4b4JJyifIVo0FdRyGb0q5Ik9dbz0i9sBVgPegZw4/uCdUBTi0udEIhm3dM9ZhEApaNmBkjZAqngkjel/tNTmual5wHjgLUfgxLvfCHkhLnlO7nX5vshEhW6zs/IX3TYcd905BUVx9J45oAlY4yCU4zGuhHnc9X18Px+bVPVMkJ2rRcvb7UImRNU4VC+mmyD87lsPQ1EcvXvO0bcnP0KIGz8+cvo3g5RUKKewnT/UhomEdt7adqvBXJI5/rbDcOUrr0ARPPq+/gnubqFtOx3l1NWoIUCQ9AN//GtwYvkNydWlF3p3MAkIVy4GUyJeFSHBxIIIL9tWQ/KSop24Zk2vJL0O31vef+8hOPHOO+Hyl/OR9MS7Xs+vy0/3tyMlmnxdPoh8g/vyhUCQ8W//7F5oEAbaxWc3YjjgikM9Tf/03a+Ho786C6EQseej730jFBqoGaj3zSUNVNAEDeYBuu1JEiPMz0bw4b/49URJfRDK+ZG/OkrewGuO5i23AvoLG4wahHsXYDefWX0B0rcpKzUWpXG8TKz7YrBehmn9WH4W8aXtveTq0gs/2YXne3OkYqR//O2v45874P775oF+sZhlfda0thONkNYLNEG3aYIyI6HV+QgK4PvFOCDfeJeWA+T75Q+1TN1sBxmbt9+NHjbv1y3aKufiZdbrc/L60mgX2r+lzHaZ1YiBC8TSDYaI/lUjAwy2xaXOLWs7mtWelVnKyKtKKPEbCcIHsB6BTkNIOTauvq4QpybGbXGzyA+hDNBR4VMndNmiZgMmPxX+0sSn81qfjYqOBp7jHjN4VVyLp2/bZnl6dpEDrKN53Z5+oQOlvLJRXtksategUqBDGfrTlTwGRYeLN5TJt1JlARapU8mmqyjl2hX+I9E1ElNOQBO9weiRnArmM+Cnmrt4PhOa/8GXEOL6BK67BYYRKkQFtd4Ti5okRXqbqI1t+Dsc2M5NWiQVx61oM4IObEIlK1UHN2ZISainsWGE/JEq6lkCYZtmnCRtWDpQZOcYfUYJok68He1NWVy8aW9ZWdBWEcUWwiIRi1Ju38JOUkWDSQqNko4KOp94cnZ/fzO6c2Vt2zpQUlurYI4V9INctblTRan4EYl+9T5Nez/HfEoKDVGrBOkhvdgWP0eTTNRHrICbxzwmHhXVmSerqNKFR0UJssp9hgOb+dFKgQHVqnoywISTCUE7MXw9Vwdmpb3OwiVyJI+okiuXihZw9eDe9HykbkAiOYbpfZFOIymJEANLONm91MkKDpSQyqtEQl8jUkXTEqRDB7kdOe0EluOhkRTR7eoblAMaCbOenHIUyU5fQYNG8kUENDXQXa5LRSn7rN5CTgs7keonF2Qlb5AfvoNnOf8cnb1Wwsks0rrxzOor3gfomNLEXl76Lqd0yXpZ6Q6nrA1VBkQf6ZYwz214jruelH1p4IRPNbMqtJchbM/c//HkZuHsbqaIlZgPxRw2QbGoVIC2PlyuXlVhfzwasvGNmnoRQk5ru/75SwdIAhlBOx244uwk6FkfeoW9aFKzs8Sitmv0OvGoNpbLoCTJDZIi+Cfqtf4b9BFKTv0aPMGVOMaMi5Fkt+ndAFQS4UDfUienVocaSeV670rlrvW2aPbj3b2GpAZykVNvZ6oHxnHGRUUXw+NQo6lU5IlF5XJq6fvNeDn+dLWxrIeBvk2yjbLhHq/ByOTEIYScSNTrZX1vtz3zwD9mD6tFWiO3myfWEwxqI00Dp6tXVDzY1VviUWkBlLun1BUIG6/dAUaIR/WRUzqnYtFBfFY2VZ6LRwYbXAweh5ANY7ZyqVLPK0UI3efY06XUb/ZOe7muW5a8FV9uBz1btC1B6rvbpttlryLbPGldIrcb808H8HZvea374rL42l6Sh7Scf2KpTmDqvjtg5qG7Ibqj+Gt+ao0Q1cyq0V/WI2fvVF6WaxSC7kVweSaGixC8lSyfWY8kxg8vqCwiilXCIpNIKpOMICne5unbnWSJfBm/1iURvraXkFAhWq8uJVpR7D1/DfZ/dAPmH33LwSIpSa4ctha3jnJdJ96QmxgM2/nv1XV+XpfBB0Y2p+tyxaIAYU9zMmssG1/fg1sbL0H8890uCUeE1pvmYf5PjsLYIzcxCXvdrfcSCjkBN2YfeHJFbmY81emdbqJWmMeW+tYoS6C71erIqSf+J1Tw5r//H3Re3BkpOQXil295Q7TaIt1uzLEDVEyKQJ7/5AzKdeKvwz6rd2kQdK8NawgF7rInN5SsyNJorU93xrFEmqS3n3t55MRMkcSq4waFXzmI6XTpOjlBmnGShAlU9y5gEFTcHxp8VYn6xhh1ct6WJtQTPSQFmqR7WzegLmgfvQOy44OYfbFCz/vQkUlaxaopJTNRTnM9Oz6cWJs7dn5L7558ccN+B85BKJIV5JkIVL9NblfvJidFUjYdQR3AZlow+xD1PlCJsFJ2JMi4iOC/ika1JTbeRthsv4k0/9vHmAwtrcwKmrRXeik6YOomnO9Yct5Q0l+KodfNz78InZ8Ufw9+WQhitl4/C7PvuYeP4KfztOwvEPJ95/NCV7cq2qKRUF26/M9QUNiaXXryXiBgf41vDBe4vp6BYFiOalIs1cl5uUlans1FEv1hr4zp9t2lmH6afdcb4OalHyXzl2WRThFFR6Y58aKEfMA/QqWTOgYJCZPy6VayFHbF2IXKIpvj1YkLYHYv80U5nlCOjEb/6KhHqz0db/bTiHgOLLAS9HYbzk/HcIoVeYc9CRdJe3OjOkn1ec2sK+zVm2Rlh1tw6JE3we5Xfwb7P+y+wTg60iUaO9JOyMV6ZIKZqE9CvkwINt0jYUq0TMh11U/BiLL0yLMSSohaX0SVq5nPLs8mOImp1Utlimrq9moYtwEWOA/f9adXz/MB0ykIATMSRH2oq+8VhsyPpkulD3XOlV4S/Shl0nYoJhRRbeTV6p02NYGPlDYbXTXlf6SCQkJOfjjWZo6dPwkWuEcULViDUCC43QlSefObhUjYqN82sE07SS4DbPOk9v60tLY//adDEIwDnZWhZfcxwGaEyDZP2k6rDag2Wlm/G/046eluhgdi58ABJ0EPr6xtcuXYgFxwSYS2806SyjsokypdOsjas3eTVG+nbQvqadT4JWVQ20fvdFJqg+qJd/CjNFBLp/uFnpUqVXZiAoAx8U6SU/qC8lEDObUkwzsnk2vKKd2YPFU6May2EkN9c6TSQbKT1NJOuSdVOyFgIapUpW5vIFmpD9qr5NU6u5HL5S+Fe4O0PjR7o1w+bMqB0fLputMqhPgW83IrKCIKvj6v9MrC6y15JtfpcaMzNpXr+1NQ+frK/mm2YMSncnN3vMmc2fKQh/o5gdaMtU4ZnVN2aBhmaX44eex54SR4EDarzcDbEWjbBj63IddZ8ijXGTuLQQpKKyl6+kJZFtRyWd2kE2PEqFpSLbCoZGnk6MRYN7EhSrabyazkNrqdErqY5Oyq5+45CEAQQedW1rZi5POioQj+ImsHIzdJAYqRFKSDSPSLWn/GVR/drn+iTKK6iKgTlrA12jiARN74IJiXNJGwV+vVIq1NmjCOJXUMsRt7Hv/UFgQg+LrgXgvOYuhNJFjQBqmKoiRFK0kRqTr6YKrroIgJoBJXIipFVp2w5EFAd5uMaPJS2h8rCdG9OqVA78q2/cqOmsfPTG/Ht/eCxzXBBBU3kSRXl/Ig2zFHvX7Q5DLpoFlJKqeVpbYN2sE0XD46+kMXMYkTpxELtXMITuKBBZQRanXg6gBIkmuFKim1vpXtM3YKSNGQ08KccyhUPQVyh+nW31XyrinHoEkvc07ka2nn5Ls5iGJADaws7V3prA8lYS93jaUcpcWB7lK02FLlelkQSZN/W7O/9U/3Qg7kvvWnE+ccMAkkx9ohD9k31VImHUVl5Eilre4ZgHL9CNSkPphqqqRRTesxKmr7SimWnJTEqN8SK/1Q4onUdoGxIWa5su9a3kj3++ehVW7u5CbokT9Y28g1YBLIdpR5bNBeJp9vlOrkg0iRlHL9egzaI2q/zJGWN8KZB+3Ey+UAZIwosRT1D4BBYvKDmh3qq0Ji3WZW3QigiWjL6/uPyZlfm/vtT2xAThS6eVIMmPhiC3JDO1m52kGfKGCJSSmSymklfkTjIJoDKCKtBmiOE6afeA8pUN0/oMgLLqaiug6SiIHrlZVR3icrMbV6fVtZvBXvhQ+MZBQOdF57anW5FcE6FIE3HlUS5MR4mlAm8+U6VwyqlOltLbGpdT1yhshDv08DzJqhIU/fpem0GWr1XiCZ7Jch3QYdeVk9pS8Dn/U8OfeOT65BAZSKxHPd7WSsNSdJ9XYkSXuJ0IEOI4ilrYO5yKkTjzm2Fxx2RhsyUwDozBqVtnqdrHooIyuz1FfvJsoLs+/4xGkoiFLPRxR29YpLsdTLO242VmxUU+lAoyOdlcn9oeqOk2ptEJW5rnRd+jqoPrV9pQJM0PYdKTu5L7TXG4Eo2FXS2AZqffq+gHGc9OPTOytbM1Pts1ACZb+isLO+uhjHcJXlvbE5VCkoFXK4Ve80lGrkdvVyOssycIUcal5tq4AFHvpQOwoZaXy+Hy3VxJeHtJfdeTfNubvN4s6xPHOeFEo/YSYugzLIe8cT9HcQ8xjLWUkWpLxzhK8onZTOmlvSklIqAylEpc7Ig9xWUp9sG5BQRg1elUSP0gIAJdFWBSfKyX1DqS8AxdMkNvG5suQUKK2gKcrFo2SGsMuhpHp9HjV1ps0+3apqKyP6toGFFKIzawU1GEItgUYFyGrZr+rmuUc9N3/8k2ehAlRGUIHct+UZW8Ly2zAjkdlZB0+U2/W5fcNGqlOKmWObtIxrd8u4dgM60ewmYJBOLUO01PfSfLM3Z3/nk8egIrShQtxi8MgMwlWeXIRCSOMlV7Vmk2Wl8p5d90udEhWh+6RkmgZQiJrM1zEpDdB/e17PFvtnIVOMnknaV+rmGMhtJZt0/VlZCo20GCqBBUCR0VaebSqtllp4sMUJ/AhUiEoVVEAMmjBO5kcXoQgo9SFtmL9c6suupkTeppTeOilvCD2jVdRZ5DkG8nfVymcMKnKS0qWu/S/SFs+sVBF3yqicoALXv7C6xFqwzoo8shxCUJcdc5fZn84kiOW8McSR97h4ZiGxo1AlYshZCyUspZCKGdJNUXb7sB3j/srhd366/A8TaxgIQQUESaNW4u7zIyOU52w4SaqVu9TUmQcPGSklpIlpI6y0VWSdH+mx8sBGRqnOyFhImVWieCty59ggyCkwMIIKXH9mdZXPY12EosilpiysfR63rzX1XiliAWGHkQ0npthi6vW/OjAHWe1xKKixplyo2pyce+en1mBAGChBBaohaeBmsvwkNVfhiU+p9YQS02nrLAivLhuL2gZnpHqygZJTYOAEFShNUoHgKy/ZP3+5laiEelJEtW1XCIHBsV1GfQl4p5ZCCdmzzYoHT85kLTAklBo4pQhVU0o1XX1oZcxLzNAyCCOwD4XnRDEoNLXbmlNJfBppO2a4MqiYU8fQCCrQGzhd4slFKAIX8Uh7Ft6PRkpGlFldcSgxXeVZPwM+Jd75VXRMQ7GtDsSPDIucAkMlqEDpeVKBKpTU1g8zM4woC1ZQswOiLnDuKDX1lQXDo7AqmbdgL1qZW6l2ntOHoRNUILkDCuESv6CyBEWRR20qICqz9cWsHRYjbBE7EpapIpe9fYC1Mbs3/whbOV/utwsKYCQETXHjqdWzLNdLci3INYBSEkQdUU8NpqiEi6zWerluyKfDOmKXk3jh0O9/uvANx2UxUoIK3Hxm9TQ/HmeGMngKtbcR2ev+JSMfWa02lmaot7OEBnmv4VsGRuLqEER47tDvfeY8jBAjJ6hAJXGpgM+Vk/YVEZUwC1ZPqv/AsDQXMLAQ2RZ0hh9vUqjFT2KIm553IziW+3FmHQjuuT3Kvt/I0x+a5VJd90Zm0O4Vlgyzm5qpVaJpa2uT64NAPipCbUS6yhguzHYOHasDOQVqoaAyepP6Z6D0KF9JVNMmOIZVC91CHdpXBUBHhVDNGE/OrXxmA2qE2hFUIBnld+Asj+8ehyIwXGTO3fS5fgjo2+HumdPOW5ET6K0WA6G5uHOWifdv1Qy1JGiK3rP3F6FsbCpQZMoml6o67EIGTDm6yw20ZXGLxax2qimj1gRNIaajeLRc/idxQpTR2VZJVGRX2MDayq6ZmP7fhphdOAT75+uomjLGgqACpd2+jtJkDWhbVA4HeFZiPgiah3q6cwpjQ9AUlRK1aIyqNCtDvKEe/g2GnZNixgTGCGNH0BS1UlSlaZEBWSkDHzY6yM4dqXGc6cLYEjTFYIiqJEr0U9HhTbtRZiYI9IJPZLDNED8bQ3vt8Mrw7jwaBMaeoCkEUTsxLJeeQ9VRBWGH5Nqx+xsCfPAT137wE4oDQ1AZ155ePdECOFFZnJoOi/PcGhfSr31FEApBSgZsswMd7sbXNuCA4UASNEWqqi1O1MJvPNExDDWUvwfZ90H28wk2YmBX5iFeOyhqSeFAE1SGFAI8zE/xMqvqZ8arilk9EEoZMXa5A/Gz8wCXDzIpZUwMQXWIq1QsgiWurg/HCEt1I2zXdcNmjHgFY9gUvw0AE4iJJagO8bwUtGApEmSN4MHKSEu6aRUpGQHx67FYdmDz8HvWxnr0XRUagjqA66sL1/dhiU/bLLQEYfmSH7E3iyW/IrMglpxcC1Yis/7bp5l4pgdhi9u/GnffSr0tiDg/BVuT4q6L4P8BxYv2B4OpTWcAAAAASUVORK5CYII=)}.emoji.emoji-idk-d,.emoji.emoji-idk:active{background-image:url(/static/media/idk-d.dd55021d.png)}.emoji.emoji-nah,.emoji.emoji-nah-d:hover{background-image:url(/static/media/nah.70ded23f.png)}.emoji.emoji-nah-d,.emoji.emoji-nah:active{background-image:url(/static/media/nah-d.cca44aae.png)}.emoji.emoji-clap,.emoji.emoji-clap-d:hover{background-image:url(/static/media/clap.e4a27563.png)}.emoji.emoji-clap-d,.emoji.emoji-clap:active{background-image:url(/static/media/clap-d.24686626.png)}.emoji.emoji-thumbs-up{width:42px;height:47px;background-size:contain;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHoAAACJCAYAAADjXyxTAAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAACTBSURBVHgB7X1djF3Xdd5a+9x7Z4bkyKRkV7JhI1dF+xCzTSgHcJu6qYYoUqAoAssPMtAnjds6cFEUomKnzRuHDwUKp65otGiTJqmGQIsC0QP9VsCJM0MbsYGmLikbktHEiEZIACtRLDLiDGfm3nv2yv5Za5+1zz33Z4ZD8t4ZLfLMOff87rO/vX722muvg3DC6O63/sVKu2h/mhCfQ4NdKAwAmjtgzC0CvAZgN5eeuboFx4wQTgjd3ljtLrbar7hXXiFjABEdvgWAcVVgPNi8dr8Rzbot+1eOE+AGTgDtbvzzFzpobpKlFSKHqXU7yQHr16XbLCms0a3RrcHSqjHtjd3v/fIqHBM69hztQSaidc+x4WXR1BbP2cLRwt0QObsInH+181NffgnmnI410Hd/Z3WlMLghr4lBgGFcTAQ6gCzgYgWyLBhEOd5qU/8iPnP1DswpHVvRfft/r3YdQ74CTir7xYtsJ7oh/maxHbbjQb8J6P9i3B/Euts/IC/aL/SgfXP35qUuzCkdW6A7HbjsAOuGHxaC7g262TLqnjymjmPJ2WSee8nXhqFKzklDcNe4RtI10L5ONy+dhTmkYwm0F9kO1FUxtoA5WfCN4hkCqOgXFJXt9bL7UbDo9ueJJCitXy70oXUd5pCOJdAOpxfDBmElqoNUprAZRLTn3AC2O+SBbWFc84KOy7GIBlloCQy4E+MrvZtfehnmjI4l0NiHl0Q3Rx2sD0ICOIAcODmKa+TfQYwr0JMN5/54sG1JlwY3v/gCzBEdS6CX/vH6FpVwJepXv4dRZ4M7vrWgLw1B9DYGBk6cbqAS50GUY1AFZQlXd78zP8bZsTXGentwNVlVAnDYVqBrkEktHlMBXER56l/H25CFs6Y9P/r62AJ97jPrdxxoX0si3JP2GohYdxtE9asr7pZ+tbfMsWWCwSbnOEfMhd0/+KU1mAM61i5QJ16/Gg2pHEka+qFNcgG+6oKJ46TS7Qy2O9FtXd7+P798AWacjjXQy7+wvulgY28WZg6SDPyEMTW1gkgm9rlBumCI6ZQW2pm3wo/9oIbD4VrakhWh2kWTb8IWN+Iw2FH608reH/zSJZhhOvZAFxa+VnFzwwlJdA/tzH8Ggw5VF4wdLOxU8SJ8lr1mxx7ovQHcSkAS5eJ7HDePBL4at9b62t3u7F7PzCxXH3ugvfXtJPWt8IPUIlyeaJwIz7tpqduVRrn4MNKzMKN07IFmei1tacMrEFbAT0P6NBbdVZcLV2ZVfJ8IoB0MtzKOJe1Bgakxzs5H5mSxwNkfvnOPR8xmjE4E0K7+t3R3qHKWHBThGgnAMtIVfhZdmEE6EUAb0dHZQDNCCDeQYIMMc5zcBrBak0SleMxb9L7ofvRECj+slmlBbdrPblKU7RmlEwG0H82KW1hBTTXQRQzX1PdEwvRnlnE+QRydAahcmOzx0ifi8AUT7n0E+v4B08kCmjcyTjaqcywcfSDQtI73a7sFM0gnSEdHQCtdqrh6iNv1voOCPpt0soyxJK2x8l0jZsAfXM+yC5T/LBbFmzCDdCKAvr2xepbSTA3hYtU/qottVCx+AIdZEOKf+MpbMIN0IoBu96GLCUSAyrMlzo462DC9xFYDJc6m34IZpRMBtDXeW1WBSlgHl/vCuXKerr8UTiF2uOEWzCidDM8YwEoywlgvY4rax+E+9AH0dJr0Edb2NZhROhFAF2g+XRlcEMaTKY0pK27GA6IMoIJJ3Z/B+xz9yGj765/3gXvdSj/LVFmogvyadPMBzO8EdmFvwYzS8Q8lKuBFEk6VabApswEG7s66WIGmBDkLZHBdqxa8D/SjoN2N1a7DbBVVF4r8XCrhZgG73pWampkpjXYi4a1Znj99zDm6fZm0BS1dqiLqaMRadwvgQCI7kEyrJfsWzDAdW6ADNwOuinUd1gXPtJCA/OKQIltIhyCVsAkzTMeXo3GBuTmKZ0qzLVg/mzRF8nA4p25VdJgMjN2EGaYDNuH5oJ2NX3zOgXvd6c3YbfLdKT9RruXAbRdhLnSa93xokQ1xgv0gTJK/s/AzXzkHM0wtOGbk/doG8WXCFIMbQXbmt4ToJm7GQ4rsQFSFhhPdgBmnYye6l4qFyw7AbrSvHCeL9ytNf8Wckz0dFGeZeRv9234K7ddgxulYAb39zc+vuqq/FP1cJvq0PbBeZBein03NQXJ47SUcXcLsOkqEjo2O3t34Qtdhu+GA7hoWy6ELFUA2Aewqc8Eh9bKQT1flk+CU1mcb3HL6+WmYcTo+HF3AhkMugszcHIE1KheJdo7cRxvn2ZhxIGO2u1VCx8IY2/vmv3TGF3bjLx6hUiBjC9W4M9wfcSgJyjRrW16DOaC55+j9b33hsgP5Eoapq5GTib1fIZdngZBSPx6BXq6IeJykeHkektbMtY7ufedfvTAoaR1tldA1zl02YNoO8FbBHjBzdCAHTqaQCVhSSIaswADrJdkrSz87m6mf5xbo7Y3PXzDt1oYhc5ao8n55EW2c4UVifMmYs6ej4GQOG6KQdtIDbQPgKerXwJod2GuzBvhcAh0s7I7ZQDLdwF1gKscIA0yFAhrwaN9UvGKWubqklIYyEMKW27yy9Mn/uA4zQnMH9O53vtBFKjYcR3VBXJziy/Ygt5SlrcJ6j5KIxMcdQQ6GWUgqK96ylNFoZgCfK6AjyGYDAidj7N6wNR36y8kxwt2po+ZkT3qaNUWQIWUNhsTpZNXJHvACrix+4ivXOEG8u5SGS5am9hL/xCObETA3QAeQsdgAi92oJ1Uy9VbsTlGrGoY8cFcqmy9N3Feu6rmxxkmtJT20hRxwcZfGst4Y9Onfnf5/vW/C8l3cckKpm262BXB3Od7xqbfj+kPvWLjh1q9/iOD8eYLLl0kaChyQ5gJo331BUwaQIxcp46pgcd2qhiCnFtcyvSLyWJb2IuxlsFMTkA3dKPzK8nxrmaEp+jsAjXxcPcrS75td+6u9H97+DpwGOOP+bMNOWMOgTdDfp7v9PVo+d9rC3v4A2n0LHytKeGfHwhsOfNi0sJZk2lQ080AHkAty4hq6xCISobKmRSdTGrCAKUFWwKbM/JC4MQItMMs1MAVRBNyistApJIVPGQnFQi/pd2mn/B/m7b3v9vp8edstA2vJYtk51Rrs7vbKTsf0TuHp/h282z/7RKcHe7cH4F3sz79qWTtNLNlMA+0/beAqaMNZthFkYrcjMqgt5mCfazt0bczkN9LGkujWmGE/17UAiVO1OV3dBNVa35+Gn6VFO0Eu8t272JJume3B/yx/3HvDF8QZeNa5dMvCmB6ZYr+FtL/X6++1i2J30dh7t/vt3s7O7d5HT//xAH70C6UX6ZP0+cy6QLdvXroQDC9LZ5Oe8wdUYJ83uGLkSBySnAwyZVwbu0bA2fWB+8O5bhUxjYq3Y5rnGtCNUoRysDXA6d7kXgkvwHLrAi7h/6d92miX9CdlWVrXRey7w/t9pN1W6/QOtmB7D/HeYkE7p5c+sgtvwx/BjzYJriTLYCTNJEf3XvviC65hX3Ut+2zGZTzsiJwxP2UGMhJkMOamUrGW14Po1QoRIt7pMaj1iQGqtaeW215wS8dtt9XXdaqPoo3vs+tkOSOEwchy45h9RN9z9/6a7ZXrSz/9H94cdZuZA7r3/S++SAO4GrhKfQ8jGl5QuTQLiNys5ziPoroI9SD3Gdy+2+657T57uMSQkmv8h1UecwXpYIogDV/AK4wy/sxwQAM+iqqlKws/+eW1piMzBXTve1962dXtpfh1OcsVzkX0klmcIfxFmyqR2wQSkNk3HUDtMdg9XpiroyHFfWRnGNEHy2pghMHFQnOzgGwemIPmgLTlLLSLSz/577f0zqlLtL2xegGK9gU/9cFXehG4yjf3ghOrmWr7EOSudOIaVogHC5LI5opL4rpQInsaSiKboh52oAaA992PfcXNbonWMetn/2pPlSr8aBLQteXR0lZnb/8ZPaFgKmMsxEi329fdG3VFJ6L/jAxUOjLGT1PDi+IEsRq5jdQ3IpMeTToZkrg+1JiyGD9BBzOojqOhVzJnu7XvsJCNHi3/Hk/ZajAk60jDIdwVD526/cUFn0P8c7JjOr5oF5edCO3GH2x4oHZQNLTm+sTyOmm9GcC1qgtCFdfqKBHZdyCgI4cmScF6OYjqPovxGLJb6WjvoGrlRU0WtFjf8ocaPtUwKXPwQyBXhNXd739pRX5P5Ojtb/6zVacQV0G6FEPuRcn7wRYnAExEgqIOTP1iBzIJ2IQVJ4vPmoVHbJa6XzsFURyAIB6AABlaZLArVUHVbc9QfgP9PqpbFMtKMJS5HxFUa3hkVBR4GTjUaSxH+xjpgorL4UeaXzxqgelwrlnANLA165pAkp4LyJQ1rIOBHNfEnyxksLkrJQCjZsDTFLtSoMqZ9YfrCzBX0+jjD5NUOd3/lG14LEcvtlovetejnqCG2rLEQ3AzVHiKwUWikyXeK4ns+Cw8pIGXHibagPV0vQtFWva2aXSBs0qMhlv84KWpJDuAyi/H0qcmFB4okdpw//eg5eeHb44E2n9B3QGwFipZzx++H25WBai4gPehApV1Mt0vyKAalfigSalQqvBL1MquTNvxc1hYcapvoMZ1ZKy3U7x9UcWlEUaxnnkls4eMUj849Nzhc6dTXcmv7gyz7LXq1MHicuLWxL0NAA8VdNzT44JcklRkubdks2edfL8g6xL5kahMkk4Sq6mOVcVnXO3tCTeY4uwKJAY7qxseudKFyG4+6qH14zTltfXDiolgBNCem11ZV1PXSIlqDfJQ3o9J3BwYIsIrKiB0nfggcfcJD9JPnpI8l2W8wGCkgskR1GfVuNpy47PquH8n4exgMBIkgzLdE2By5RwF1Rqva5DWlqEv3Qj0IhavEChdDDXxHAhr4nqKFwkSOpYkTpfhIUfgSpevztQl2P0SN05SX3qPIpafoQHft36AOJU342oUEU78zUvua5c++rSMjZQwrzNdhgdN9ZEz3zj3Y27SIaCDbpZ0TWPE9lC5p3mPUGnM0SZuExDfywz5WY6EuEFJ9yxEovAIGBoGPxiGrFd6Gd8rYk4NWzY2UKsaKXM0ZYneccx7jDpQb+FaT+OI85t2Be7eOvOp/xLmhQ0B3UFzeaiQNdCHfh+UsBL1kmuX4AE0+sSNkLIQSRAh+S5UyWCl7p5b9jAui1yB4rxR+i6VF/gaT56j63UyraQ7chIRjpuyJwM66GbwuhlyvTzUMht+T0tNjRUeYHUgpFmVwR7wQQreZ96OIhcluICgChO74zaeouaCUsVhVY+QmLshcrcG+FGAHRv3lnvnK7IrA7oDjpuHlXGNg4cPH/o9HtL7i5oABhrbhiNKuA/cZ5Ergyk9t2/HnX+6jDfQXcCwqcUpW9fIBiYJE9QMvYeFtehmxK+e+tlf35LdGdCuLCu8hqpFKicJ76+OP+SWeijiijYV0F6fovZR+9cbxH6xiHJ8z6067oSWrW5FSv/qbRADk7dTtQQTfUQ11fWubjx1gVntn4ZcG75y+tnfuKr3JaDv/s7qilt101NEdGcFq23PC84JbIhj2kGFxf4bJtHu5zpjdJGyvsY7LaAzPuiAOTvrLoHa18DF4XfZUBhqKqC6FzeaTD1S8+lN9U/40umLv3m1vjsBbVrmhcY7JF2t1tkp84A2VOX3+PpIS+AOfHC5+qFKDIMcaJmrJRhxz4n5sgi5oMO1WiLXjQyCGuAAOcfmXFtR/T40ojGx+sB64wrbNywUl85c/I3G7AsJaCfKVoa8XYkbIN85J9gmCpXH5RZHTEv68J6kskzkaltFmQRV5ftjPVdVfmTECGA2f0C6lVjpBM11RTDaG6RFuSp7aqQR5OQaDsEQLSeM7Ge/vfnk9Ytra+WIG0egM7EN6sbzCOooyhqwJH01US/7cfXCaskZ+vehRjPmakWDjRmCjG4sUIHCzxjNwQCjxXjVQOTDaeFWLUaX4+bE7vPnuaH0YuWTPy5ozcmitWZlHoB277lSFXIEsjgC9HlqCFndUxrRCmuPMy/18ekEescdXHDLElbBgUVDNOjQWADmz65T035l5I97HU8O+//VP9e+A0//m9d2n4drS+e//Er93CBDDOKz4++Iw3efS1JOEPaGxfFpy8EIZVwGtlr6cU2nekDLg+hImVQHdc4esmsazp9m3xhyBuVZJ1+eNQb/+/4P/u2buz/4la4+HoAm7lY1P2xIaTdszwGRWgLXQorprqJBiRcVHerjyD7gDLFFFSNPNN2z5FxZ4CEtRF1DtOFnukiRzPbXVy/AAWhuGVpEJ3NxFSSoQY4c7YEnDvAP3as2KeBknSoVdDQJUVbheRkeFtbxYV2z0NmQCBPjfAfdqibmWi6PJxX2g5LDU0RzCBIsa7M33LLk9i3ZGsgKPF2xCnDiwAR53iNcunut1iVfPOMGcy6ot5iS8IDnP2LSYIjYLnNQqaQ8UFCiQZvu1QiqWqxEz9gqutWq8/S6vn0/5zYcc/2KFz1Xe6P9p/O3mJar54j7fVGDisUETAI1LBLqq7pYvj/SIXUDCAdCDRHWwOYoE8vj0yHiRHzgAKC9LLrRCcNQdf/MPCe1G/Q2ZWXKzh1mwLN7YJ5rOaPw7EjepOGnxJ7jQRrELJGAA9HXrdNQEOSiuF1dIt2xrHIzzoYYUpQyCrN3baiPRMPlGdpPI86FEddOOjdIsW6LQpQnTH/PbOccgk0KNyY9JTZRQSNvELkaOFiBR8BCIGgEOE3UDzd/xHVEYVruT/jh97N16dJwNiQRM6/MLJR5riLRKCdG9gMzro5bVIUUqYkHYZCkhORdHOeHeqBEsVk6ifWW19Fnh49i1eS1JJljgBNuynWYzzyhquPhT97H/GJUP1LVsAvUYuUNI7XN4oPkwQ+VKvyspVutamdDQSY5BsZcOmsUuSoC4H3UaYJASFcFEXDLgPuz/aQ7P6IlAf06pCgFg3PMWzjOD0Gll5vEtjSkpm2A0epW2WjZeQgT1bl7tVvDUaBJAWnDo6b4kzU5R4Rq4ek+yGFFIUeZ94CJDJcZlffc7w/UjR7MjVQSCcHcLfOxwjNnoJIQ15f+3q9vRaCbuDJZlfJbLEx+kRScPi8szeUOsWMUshiFESEPcqc6JWRAkAn477nfp0jNxYLaq+bdIUqjJKyZcazhM0wESuTjdBJ1PG1Baa74jVb4oYco0wOrl6iPgydDJNCcsbZwtH9zayorXI55ziwtd5ncn9vuxMcHPA4NUFVGjbNR3V/b8aivGVcoat7dtD0FuUfesYSfW774a1v+d6t+FJJhzXeWl8lca9iE/OyTfzfDadh8gEnbxIkV3i0aPrQCsVs1QDXL0v15r+NGrvqxf5yoLp4VUI2ZoMaZ9nUFDM0g45hb5bTlunqfWb64nqJNvMNkK/Sl9bPluTWHfVbAudTT7OwxKraEJNqDg/i8S9RwOqpQB/FMvLfgassNeJhBZaHHG0DzbAbN6aMsqRrV76V7AlDrGQAM1b87+pbXyafAXsWL69l3MlvOofMWZmYjDBtkQ1w9p3o6EFaxXz5CxM/csFFXxzdwRlnIxWLTtN5E1HJivRUvxobGn6xyyNfp0WpHfX+TeEc+pnOryb6gguBP7c72vx4Y6i8Y/MOFOzt/jJ99tTGcqOUeuNUkOaJdwcAO6enox0VtbMyR+JaGHD83bJNuTpaHNFzSob7qHr7CvQEXxL9O9YFRamT5xrB6rr5PU2PAEeUNa6xxN0Sdc6ZzZnEf/2/n6999E9Y2LYx67e1vrK66Yr6S30wKzC8QMhHVs/GoJGrj+o2zRlKpHKxP/SorUbC4ZVuyGIkK8yvfAJadT3uRUs4xN/4X66mYEE70wOuGrnXArGEt7ZSQceXbzM/Xi7I0hxY+OXE9jFQ9s0WqzGHUivWxJK7p6SQ2El7kxbnTzeecQbZQZrcKNBHDh8EA+EIPaGP3B7+y0njU/9n5xuptFFdoNmOSxZFqsXlqxFnJmHcAkjFpTlgTIkz2daQJZymSMWV/rrfEnyyTrkySjOtlbJ0cahIiNIv1Jr0/THf6li6e+Vu/msV3S56fTahXRnSHV5ydZadlltfcTfraGSUpJ2fyTYlrAieXCWhK3Exx/UG2tOUeuqYp/5mCEaSeGnstU5RTr0fta6azbYPXJYRIKABtY5734Ycl8VwrdDou85fqbzvDRNHG0qmoQgToADhWLIpzWcMpOzy5WKs2EobIQaVxau5BLnGMPYUQCQWgi5b6WmrNr10BCVVrtRrwOqfD7HK1Agc5jTOqDL/h+1USaiRgPjbciEkO5pXLESqytqGuyMYIlBhSpBdqWFPD8Unn187j4HTXI3pBlzkAvXRxfcupks38bQiGxQ+3YOIHka1x9XwQSkSJRJdwakoSvSxSzNdOhyBTS1m9gKoTBTopIHhb7l0ttmFtG45POr92Hj8rJLN/44s/Ie+chJIt4QYaie/2b1B1/OLXG4iH8WI2nvgChpOzEDQ7AA5hiIxqL8kIGdOgpn4eQaavM+DUaWOysEW/grrWZz8EnurjMymkLEVSeICHYqgqabq3D0+D95aBepVeC64uWLgcTwbpkEOqYalkHsKLObs0lwNkk9YOA7Y8QzFV5kEUwskvWZ2L+QPkviMMJARq1jyk3qm6W0pxGcezTZR2PLaNaf4aNZTlAZEuvK38J2la3znnG83Ft35bJZ61jh4S6XWWAJior/U9BAVbZeaLYsgqu4By3dhQjuH7y4/IYanbqOsdIXcvhooaW/C8DFpXcv/cTxIgJyrj2v/m7bSubzf9nnYp42KrfWVvvzmN86CEK4WI7yau5jg4ebGQuyukSZRjdVcpqntMICUxQkSljdfJuC6l1FSoL+CVBq3W+UQBJbmo3Ca7PSXfqOr3kh558lEmfiRLxqOlUlSdhCMspZMrtd6H1uK7qZh6X1YfMLrfXBcOQ+fQ1plPVXOls4m6yz+/vglxfLrh6lq/OmvNdgKXAWT6T9+j1jUIIKsvucbuD6XvXYgVO2SoZEHzTVxeLZUjSBK+Q0r6Lh9Ii/OP3bINI6qDqjWXoTLCxAouKw6vW92j9pW1Y03n1c8dOqf0+zY1tkPmhjvtSvJ9D3F1hDuO09okvULwugDu5xxbYBFZuzmCEoeaI6mqOwFPT13l60JesAJqnK3uh/mgRBV/rtxKojZ9kfnDaNgqgtjz36oKhmd4Pebcu66KHutXLGGpJlWqe0uECcroHjZJlwdMocroDg6KK3p346PvfWP1TbfqVmcpq1FGZxCH3X7qYyJ6gGS87aQADw0nfo85TIIbRKMpnMHJZzF8NEXVdZN4zAYUdLIdTDZAGtDYZ2/Yvvi5WYKoDMC45Padq43+YV3BQ3rfqgEAcEokaDIoUe2sJkZADZVRsns0ubNfOvUPfrM5WY0m954vuYZ+fdRtkh4WLg57/XguK3G0qrI5TrJJ/4gqkH3Kko/DvRbSx0xYSiTOZtGafSUnA7T2fFLZDlmXhrHoNietCZxqOG2E5WRzrCp6rnXtQJx0l0jElnohbAJlAGmcWghFv+eVksKQQZXzoCATXmlKVjNSmOz+3uqGq+OVvHCQGRoZZ/O62icyEvPrNbgZ0LzBTgzU86NIHTeMIWcCrlJvcpmUJMkXSOVJ9RcGN6ItELia1yjJ4tOz4/NDmPBSv4ofq7Now2a+D2vX1a8hJQnV4ZEoZbRVgv3c8sVgZw3RSJdAZoGnwiFk/cjAXZB0szgNQmWmr8Hql6q1ThHdUa9E1CAadtGYZ9ERDAy+hoVFFN8x+CF8l5IbVxTzTSmnK6lCXJ4YVgRRHbSkAXjL24B8CaBKcRFzk8H+YnSGhCSvVr0XrzPuld9KlEO9CippIJZ7lYwGVFSJqkYvbMr+t93Gu+6qN135ry8++1ub4z5bOLatbP/u6lX3nBers5WYBMVBeljO5Po519EqOlKBnK+5wqSCS8scDlD1iaNITmE2UiFJmkAudaBWxlSjkPQ1ioXvPwYqX7az8fkwxMA1cBv35WK5sUHIMd0VM6yaCkxftE8STM5t4e/f+/7OPzm3v7AHf/v7JVzcLHGCjB/7qYV+AWvOW/ZpEMOMVItFSvikhh3KqvSzWML1d5Z7yY6hfQDa0YFizNiaGOf+O2HMFSbZekMx2SgkKTOoyW9Yk4kWuGuG2SzL6tNMkFdj4RqET1qz6J7pa9CY5rFpZoLKQwZTE6a/uSaPqgbsuY85kLd/bgA3nnCl3qTp7jeGfOoLU8DN/ArhbLVGzHRlxfUNj6kDWt+Wle6rpoEIUOJUuIArJOXjhorD65xsIuBRcGBspB7oMAXHxhQXMqKlu3i8kDfIlm0eH5b1PlRQglFSD5X8PQDgI4norU7RWhkVOlSnqR7pult+bPPl/MphMS77835uQ0um9AeG+tGQg50OqMpOH0Cz+t5YSRUWfxnYSZxXfTOU2aFhLJpioEGP1/IlWubu0Dh8wprHy1wt6WgTHVeXqTKuF6gTwvDLjtsH+TGErU6/zL5YN4oMTEGn/uH6VfeuX82fVde11ULs4aqG6ezQmKmck7xa0eN1x11+y0nkdUv0kqXymSUqz1n/RTakLUEaOb6ZdNRH8kpBELk25SOxlc4d5N4k4gADklwmAeQYYUIqYDCIS3/jx1S2X9LvDtW7172Dauy4eajSHmBf7Zil7r7xGZkn04GEyM7vrd50dZtnMdKOg0ysZztrFEyyO66N33Klfc36NdhbZ9TMgiaKEat42b1kV75VFYdQIRflspm4CqqvxRuxGVhnl1FsYw9S+inS38WSKcT+o2cftDCxmzkUIQs1sX0Uclu9JtGdDsDTk7j6QE/1HzxzNojX1938Lthw12pfAtU6UA3dcr2ZTR/sAIckDlG+7FM2gAZZwJeuE3ulYncMWcOI+AY2uHxGX1RiG3gwQ3Xp/H0/bFUyuRzA9JHSZBPw/b0oB22zwJEDDdFd/LmlT/6n9XGnHfipu/F7WBtQBzvdDbccF3gOfcsxxma7gFv3A+o4CoCTA5zqgKMy8pSEYXC8lR6D5SDq+aCjIYCNbrQqcbRVD/uoreZKD3G1akB1409z9Fgpdxji8li4svR3/vPauDMP9UQFtqdbrgpuOObYWi5gsz7n52GQ6xmsOuapAQ6QPn8AwuWQGD+qeQwGV8joO4jcnIBmazxRI9D8JwO7YdHXpOtqRHAwNEhv0kun/u5/vTru9COWI4+WEuAi0oG7/mBq3Th+bcvbIV2kWkpetGR40sa50kLjwNaiXauxoxbbTM6LeXH5535tc9w5xwpoIQ+4cyq9UPnqGTABOHXRgJ0iAjZWIGuO9uc95rtWGuj0h3/jkP5G2Q9q/9HT1tLf/29PTzppqu7VvNGZf7S+vvTz6xcdNM+45Zrrht2JxhGxzKY8d0n6LhYfS25VXvt9O1GXJ5IuVfqtulkcfBC7QLb6UMvIhSbso5Hn2dJem6JKjidH14mur57dOQ3PObH+aQfGczFHNztcRHSXipt5iLL6JpavJopJ5j5kh9mjzt3hZ1NPpOG8+yBXxGtnLv7W6jTnngig6+S/OOC8Yp9xi1vbn4qi2wNrhkW3NsiAuf8Jmz7JkdE4HXzE+tnJia+eufjKpWnPP5FAe1pbA3P5w79Y3HvqvQ8BLn7SgPmEY9xPOW7/mOtR/M2UHBZqul3IjVaG4P4g/hseMJGDxczW3cCgQv4CdDPDZDJ6Ye0/vXbDeQavL40Ydx5FJxboUKW//byBNxxvLi0vbD/WXyqpdaa1gMtFHz9gl+15p74fJ2M+4vpfTxKY01jQE86CP+V0/mnHoKfCfRD+Glb3rDYwiP97bhXCC50GuOckyI5z7e4ar/EJ3iUy9/w5dlC+g7b4cxiYHxkc3CNc2LaWtguz/5dlq7N9atDb/dPbO/sffe+dPq5tDuAQdGKB9kQhsdgVfP3K663zpxfb753rLLRp71S/bC8tIiwOOrCI1iwgFsV+OSgWnAusHKApjNfyvr79GOXkei9tgUXbXVOqcw2HqbSd/HDuQme0DZxPvd9C2t8j2CuLYrfVb+/2+nf33nu33evC1gAub5RszRMckE400J4CZ6+55dkVA1vdlqv09t3dQcecNm3TKzvO2VX0yqK1sNRG12HFnmkh9HrQaZkDVXZvEL03/rqw3fHfYnHbfl/f8W8bSxoMBkshVik4Yvt/trQ7eHJxz2+X8NlX7WEAFjrxQAsFnf3x5xH++jkD314wf7Z/p/XkqT10TFv8Zdk2H+gs4d12H+HuXceFnt+dm8yv/W9Hy+733T13fNHxIyy7f87ok997i3Htz+/zb0/umuX+LkHP3avo23f3O/T42Q+X8LG/KF+/sWPfgXfsCqxYuLzmvbaHBtnT+0ArIgnm+KzT3b99nuDVjyO88UbY9zq8bs5/+By9/qPb4ffC40/h33j3bfrhj59CZ7rB/rfepvPn431++Pi2O3aG4nUVnYfzYc8Pf+yOP3GG/DF/z+9+F+Bn/ulHCN75uLvm1Xjy869a9rHcF8BC7wM9hghSQFRW4bxfRqNjHRLPABGvKyR/XFbHsi+sqYpBbrDrj5T+CneuFrw8mLdcAAAAAElFTkSuQmCC)}.emoji.emoji-evolution-live-for-vote{width:42px;height:44px;background-size:contain;background-repeat:no-repeat;background-image:url(/static/media/evolution-live-for-vote.a01a40a9.svg)}.emoji.emoji-evolution-feature-preview{width:42px;height:44px;background-size:contain;background-repeat:no-repeat;background-image:url(/static/media/evolution-feature-preview.c03edfea.svg)}.emoji.emoji-evolution-announcement{height:47px;background-image:url(/static/media/evolution-announcement.aa138b04.svg)}.emoji.emoji-evolution-announcement,.emoji.emoji-peace{width:42px;background-size:contain;background-repeat:no-repeat}.emoji.emoji-peace{height:68px;background-image:url(/static/media/peace.a05e690d.png)}.emoji.emoji-comment{background-image:url(/static/media/comment.d363cf53.svg)}.emoji.emoji-comment,.emoji.emoji-hand-down{background-size:contain;background-repeat:no-repeat}.emoji.emoji-hand-down{background-image:url(/static/media/hand-down.ff941b6f.svg)}.emoji.emoji-multiple-evos{background-image:url(/static/media/multiple-evos.0654f1f8.svg)}.emoji.emoji-multiple-evos,.emoji.emoji-party{background-size:contain;background-repeat:no-repeat}.emoji.emoji-party{background-image:url(/static/media/party.1372c8ec.svg)}.emoji.emoji-widget-left{background-image:url(/static/media/widget-left.cbbc1113.svg)}.emoji.emoji-widget-left,.emoji.emoji-widget-right{background-size:contain;background-repeat:no-repeat}.emoji.emoji-widget-right{background-image:url(/static/media/widget-right.0eaa9b81.svg)}.emoji.emoji-widget-trigger-side{background-size:contain;background-repeat:no-repeat;background-image:url(/static/media/widget-trigger-side.b86fa7f4.svg)}.emoji.emoji-who-are-you{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADACAYAAABS3GwHAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABQvSURBVHgB7Z1LbFzndcfPDEfiU6QksrJkx9AICURKdSCy6cZoAY92XaQQDbdrkavUaAFZ3bSbwtKiQLupJaBFEnQhMpsCSYrQiAM4ARKNgADKIgnHiGORgmNfWbYsKZJFShQ5kuaR87+8dzwk53HvzH189/vOD7iaIWdEkHfO/7y+V4qEQFhcXNy7a9euLK5yuZzNZDKHq9XqXlz8Mq4s3pdKpdzv7YBfW+HXVpwvLed7VqVSuYHv9/T0WM+ePbOvqampFRK6JkWCL1xDT6fTORg5G+ckG+lkM6MOC0csBf49CqVS6QZ/XTh27FieBF+IANoAg+/r65tm73uCjT3H35oktYEo8iyOK/z7QhQWCU0RAWzDMfhJNvhTbEDT5KQuCaaA6MCPb4+Pjy+QsAURAG0afW9v7wx7zlNxpDMRs8B/39v8mJfoYLAA3NSGDf40f5kjM0GqNF8sFhdMLaqNE8C1a9dySG/4g5/R3NN7BgU1PyxwyjdvWiFthADqUxwy19t7xWLHcJ6FMEcGoLUAYPgDAwNn+Okb4u19Y3FkyHNUOK9zraClADjNyXKac0bSnGBgIczpKgStBADD5zTnTRg+CYGjoxC0EICkOtGikxASL4Dl5eU3SQw/Diy+Lk5MTFygBJNYAaCdyZ7oEiV/pDbpYLLe2ePHjydylDlxAnDSnUvs8adJUIakpkWJEsDS0tIZvtHnJN1RlsSNISRCAOjuOOlOjgTlSVI0UF4AXOQi1bkkXj9xJCIaKCsA5PqDg4Nvsid5g4TEwuMyFx4/fnxe1cl2SgrASXkuk3R4dAHR4KSKKVGaFINTntPsNRZJjF8nMEK/yI5thhRDKQFgUIs9xZzk+/qBzxSNDGfgUhmUSIGkt28cCxsbG7Mq1AWxC0DyfWNRoi6IVQBi/MYTuwhiqwGuX78+KcWu8dgO8P33349tq5lYIgCMn5V/WYpdAWBN8rNnz06+9NJLBYqYyCMA2pxi/EI9sIVMJrMI26CIiTQCOMY/R4LQBI4GM+Pj4/MUEZEJAGlPpVJZJEFoQdTpUCQpkJvzkyC0AenQrl27IiuMQ48A0uoUOgGRgDOGqbBbpKFGADF+oVOcqROXYUMUIqEJANMbxPiFLrEdKGyJQiI0AWBuD4nxC92T7e/vv0QhEYoAnFmdMrFNCIrpsGaRBl4EY863s35XEAIljDGCQAXgbE24KKO8QhiE0RkKLAVyi14xfiEs3M5QkEVxhgLCWcCeJaEhHBmpp6eHeJDHvurhkc/ao/tcaEoWtsaPZykAAkmBJO/fCox9z5491Nvba199fX3297xSLBaJnQmtr6/TxsZG7WvhS9jeXg3i0L+uBSCDXZvAqw8PD6P9a19BAzGsrq7agpAoEVw90HUK5OzHnyUDcT29a/hhUi8sCOHhw4e2KEzFXWTPT09SF3QVAUxNfWD4+/bto/379/tKbYIGkeDevXu2GAzmbDdbtHcsAFNTHxj+2NhYrIa/HQjh7t27tLa2RqaBVIgj4ZFOd5jo+FNE6kMGGT8Px9OLL75IBw4cUMr4AeqPF154gQ4ePLijw6Q7SIW6mSrRUQT44IMPptkIfkSGAKOH508CpqZFzu4SefJJR66Mjf8tMgB408OHDyfG+AF+50OHDikZqcKk01rU9x3CIRVkQOqD3j1SHjwmEYg2m82alBJluS49Rz7xlQKZUviirQkvqgNIiW7evGnE2EEnBbGvCGBC4QvPqYvxA0QARDKMSOsOCmKO2L7Ok/AcARzv/zFpDIwfubOOYCrFJ598Qk+ePCGd8TtC7DkCON5fW4aGhrQ1foCCGK1S3WsCRAE/tuopAuju/WEUKBhN6JqgFrAsS/vJdSyEI16igKdPXGfv7+bIprQM3UEz3WGH7akWaBsBdPf+KHjR9TENTJ148OAB6YrXjlBbt6ez90fRa6LxA9Q7OneGvHaE2gqAf1CONASpACa1mQzmDukMO+8z7ZZPthSAc6pfljREtRmdcYBR7iRN8/CLM1FuptV7WloA51Fapj+Y2Wlq6rMdAxzBqVYvNv3L2fvnSFPvr9NIb7e4i3s0JufYckOaLonkG4PDLEg3MOAV9WDQ2pMqFT6v0Hu3KnR7jej2owqtPd187eBQioZ6U/TV0RRNPp+myUPRe2OsbENHSNexAc5ksEthvuFrjb7pnNv7sY57/KDnH/b6XRcY/v+/X6Yf8oXnXji4J2WL4PQ3MvbzqMAagvv375OOtGqJNowAXBxN62j88PxRGf8vrTL955WSZ8N3uf2oSu8+KtsR47WXeujvvh7Y1k0tQRTQVQBOSxRRYG77aw3jLSsm8sPKoiCqtieM/99+9sy38dcDIfzP1RLN/6ZEUYBaICrnEAfNbHqHAJwDCXKkIej+hA0MF54/KOZYAIgGUTA6Okoak2s0JtAoAuRIQ2D8URS/8NjdeP6GP/PX0UQBvzvYJY1GYwI7/loOFS37pkkFG1iFDTo7714ve3rv0G7vBS4iACJL2OieBlGDMYFGctfyYIsoPtjCrfapytf2p+h/X+ulH8/wdbrX7vZ4+tkRpUFRpIlxwc59cnsatEUA2O6ENASeLYqJXx/eb22k6Pm/9be76Wujm94f/f8ZFoCX3n8UEQBEESnjwukGbTl+dcud7+np0TL9iWrWYzsj/asjadvot3PieXXybtRJOtcBzqBYjS3xlxUSyeHEURPV1ib/mttlX36548G7D+2myIAINF47DCdfmyZdk7rT/tRSACrPe//wftVT4Tz5fA9FheY7SGTr64CaAHT1/kDVheAobM++87Tt+1A7uHVDFOi+cN4ZFbappUCc9+VIU1T7QDFOMP/bMv3wd976+6f/MprpEC66CwDdIPd5/Z19hTQFZ3OpAgpleH2vXR20Sf/maLS/v0r3KyRqtl5f7mubAqnS1ejE+Ge+Ea33BwaslKuNB9h3t9WCASE4ME3Ci/Ej5/8X7iZNKtQe1Q1O87L8ULAFgAKY8yISwsOe5uyh2/Pa13to5i8yDccLhODIZDI5cgXAIS9LQqig3dkOeP2o832DyeIfN8aeII1RYalfu2kScRS7hmPbvC2A+raQjpTL3mZohslam3a/SsZvyFkCts2nUQ3ruPyxHhU+0FZrBLD2N8r1v+0wQQCwedh+xqmGtUaFDxRF7XNNjPy5IbUKXt13jnaB7WdMKIBVmNj1Ty9n7CsJ6H6IhgtsH59IljRHtZCOjtDa06rd71cp9XEpFotkArYAuBjQOv8H6+vrpAI/5XGA/766dc0wit9/fFmdvj+8vykpEJNFFyhLmoMPNO4ogEGw/8jv3CoF38cWKqpgivcH7PxH0vzPYTKAtbU1ipNW+/tgWnRUa37bEfd9ihJuj+8zZrJJnB/sh/fa7+rw7nL8YxVAlXQxCrgGGDEiBQL4YA3KbTvCwHuUNWq64erqKsXBweF0232AVJj5Gdf9iZO0CV0gl7jSICxoxyzPZqAdGvdUCDQJHj58SCYB20/rPg2iHoT4uHJcLGx5rcFOz+5eQXFjUu7vAttPLS0t6XcKRguwQxzOCIiL+nUBWOj+11k1JsF99NFHRswB2k4yxuYDxI0Cce2BiZHfOJY5tgK5v4nGD4xcc6frQRCdYvL9MFIAcdYCqgHjN9X7A2NXXd++fdv4cQEYPs4GMxm0QVfIQOTDJ7p16xaZDGwfbVAjBQBwNKipqRBSH5MmvjUCtm/8xjNIhUzLgWH4pkc/FwjAIoOB8UMEpoC/1/TUpw4LAjA2BXJBGmSCCFD037x50+iuz3ZQA5g3A6oBGAzSuR8uxr8TLoItY7tAjUBerKMIXOM3vejdDt+XG2n+xyKhhm4iEONvjt0GJcOL4EZABJ999lniB8qQ7liWJcbfBDh/iQBNwNoBGE9Sc+ak//5RYAuAb5BFQkNcD4oBs6SAqHX37l0tIljYwPbtdXrLy8sPTFoY0wlDQ0N04MABpc/Pctu54vXbg/x/fHx8n3tARoEfciQ0BSkFrrGxMRoeHlZKCDB4eH2TtjTpFsfmawti3iMRgCdQIGPMAELo7++PVQhIcZCeffHFF5Lu+Ac2vykAuxjQ/2C0wIDH/fzzz23jx8qy0dHRSIWAVAeGLx6/Kyz84wogLwLwD4SAaIALQhgZGQktKsDoNzY2jF6+GCRbUiBUw5mMccuDA6V+lVlfXx/19vbahTPEgOd+cPcyxc/DZrWPHj2SFCdgjh07lsdjbbempaWlRdL4rOC4gRBwIdK6B1HjuWvYOMapVCrZj+LhQ6cwMTExhSf1bv8KiQBCA0Ythq0MV9wntcTfzYkEQXdQ87rPawIoFosLJAgGwINgNWdfE8DU1BSmRVskCHpT4ALYcr/Y3vt8mwRBY+q9P9giAK4DJA0StIa7bFuc/BYBcB1QkBVigs4cP358i5PfIgDUAdINEnSFuz87Uvy0lzcJgg5wdrMjxd8hAB56nyNB0JP89m/sEIDTDs2TIOhFvr796dJwCijXAfMkCBrRzKYbCgCjwtINEnQBttxspkNDATjdIIkCgi4sOKn9DpqugpFBMUEXuLPZ1Jm3PL15aWnpMslaYSHZWBMTE0eavdhyGRjGBNLpdI6Ejrlf/PIWr5dStFFqvvS0P1OhgcyXp9aO9pVI6A7OZM63er1lBFhcXNw7MDDwsewZtJV1NuL7xR76dG03bZTTdG8jYz/C2F2Drzf8boEQNsWxee3vLdFYf8l+xGsvDslCmya09P6g5aeEwuHatWsXuYp+kwyk3tBv8vXp49328/VStBsIeBHTV4ae2uL4yuBTOrq3KMIgu/uTb/uedm8wKQrAsK+v9PLVF5uxB4ktCBbG0ZGiLYqje5+QSbDNHmk0+FVPWwEALoYv8MMZ0hDb4Ff7bKPHpTMQBIRwYmydRfFE6xqDvf/c+Pj4bNv3kQc4DcryD/yYNME1+qu3hwLN1ZMGxPDywTUtxeDF+wNPAgAsgjkWwWlKKEhlfnVnkAr3BrT39J3giuHl5x5T0vHq/e33kkcQBbglupi0WgDeHkb/qztDic7nowKRwBVCUqOCV+8PPAsAsAjOJaUjBMN/58Ze8fZdACF88/BqooTgx/vb7ycfJKEjJIYfPAkSgsW2edKr9we+BABUjQIoZt+xRugqpzpCOHwzu2ILQWHO8sDXBT//wbcAALdF0RHKkiL84rNh2/glxw8fRAEIQcFiue2obyM66gFymJnlKHCZYgYDVXPLo/ajEA2ItPNLY3aKqVJaxPZ4ljqgowgAlpeXf8RCmKaYgNf//of7SIgPGP/ff/UBTY6tU5z4LXzr6ThnWF9fn41j1RjSnP967zkxfgVANPjO7/+Mmw4jFCNWpVI5Tx3ScQQAXAu8wQ9vUUQg1fk233CTR29VBXOOXv/zP0aeEiEd567PHHVIVwIAUS2aQXfnB+z1pdBVFxj/P5+4E5kIukl9XLq2JqcgDjUVQl9/fmlUjF9xEJn//TeH7KnjEdBV6uPStUVh0KFcLnelwlbA+NHiFJIBnBREEPZ4DFZ6+RnwakYgLtXZcPQiBYwYf3JBxA5RBBe7yfvrCSyn2NjYOEcBHrAhxp98IAJMRAwYy7G1QAhMAM5eQieDqAfE+PXhezxQGVRNANuCjTXb46cTAq0qkZNxYdLRiJxL4V6/GL9GoCb4TkCta9hWEHl/PYG3VZCbtduKohm4Sd9bHiNBL/C5YvCymy6eU/TOUcB0PQ7QDL9TJdybJINc+oIpE//Ag2V+wb7+3O9/lUIgtMY6pkqQj6IYaY8Yv96gIP7Fp3vIJ5ZjS6EQmgDcopg8iAAT22Qevxl8/w/7/RTFVtBF73ZCHVpFwdKuMwSvLxPbzAJFsYd6wPfqrk4IfW4B/gAWQFMRIO8XzAJO7yctZpDCVtLp9KthGz+IZHLN0aNHC41EcPX2oOT9hvLzT4ebpkKwFdgMRUBks8vwB9WPEdhreG/Inrsm84M/7Ex9MbkyKuMHkU6vdMYI7Ipeuj4CllVevTNoP3dGeWfD6PW3IvL5xfgDOb+b4j9cziAT2BHu5YK4ZwVpT9TGD2KZYG+HuFLFU4tU0Jv7xZ6V//tg5GSUaU89oY0EeyH37Y0sSxAryrIkmIhFFTqZf73fopiIVQBARGAssRs/iH2NoX0DdhenuP6XUymNgT/r3X1TcRs/iD0C1MPR4BxL0sjjmIyhUjmff33wHCmCUgIALIIZSlff4l9NBgm0orpCldRZ9vpzpBDKCQBIXaAdSuT7jVByn5FaXVCtBr7QXogYfIaK5PuNUDIC1LOZEtl1QZaEBMEpD/XM5r/Vq3RzQ/mdpuyckcMnF0/zJCSDKuU5359S3fiB8hGgHokGqgOvT+fz3xrwdUhFnCRKAMAukKnC7dJ0Yk+s1BP09vtn87OpRM3xSpwAXHLffTzNGRx2ps6SECfo8MxyqpqnBJJYAbjkvlt8g70PTrHPkhAhdl//Ihv+OUowiRcAkLQoSjYNn/r6LiQt3WmEFgJwESGETIrmqMxFrqI9/U7QSgAuIoQgYY9fpXmqpi7oZPguWgrApU4Ir5DUCD7RK9VphtYCqEfGEDxiD2JV36b+/jmdDd/FGAG4sBByHBVYDKlTMuPUpZbmLCS1ndkpxgnAJXepupeKxWm+A6f5ypGJwNtXy/PUN7hggrdvhLECqGezVmARpKqnKJWK7fDv8IGnTxVMSnHaIQJogD3KXKFpTpNO8C2apCRTxc4bbPCc3nBBWxCj34oIoA2bi3Mqk2xAHCHoFfUFUS2w0V+haqVgcmrjFRFAB9iFdLU6yV2lLN/CE5w6TUZfUDvpDFXf42hlscHnaWDQEoP3hwggIOyiev1xljKpLJX5SvHXqfRh+rLtuvmI7zcVi23UrgFbm9OL8XV11TbynqpFJb7E0APjT5cRx0w1UGH0AAAAAElFTkSuQmCC)}.emoji.emoji-conversation,.emoji.emoji-who-are-you{background-size:contain;background-repeat:no-repeat}.emoji.emoji-conversation{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAAwCAYAAABE1blzAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAV0SURBVHgB3VpNbBtFFH7+SyIlIPMjtfSCkaqQSFRZw6kCqc6l5QAiCC6c4pxBwpw4oSTqqac0Epxjn7hQlQOHIg7ZSEg9oRhRKT8QsVWUEEWJ8kOVxP993+6Ou3HWu+N4HG/7SeOZ3Z2d7DfvzXtv3iRELaBWq2lcpbjc4IJ23C5+2OdicMlzWeCih0Ihg4ICJpbmMl9TizkuCeowQl4P+QNSXM2QJS16UqjRg7+rtLZTpfx/VXpStO75YaA3RFdf5fJaiN5/K0LaG2Hn4yyX6U5JtClBJjfJ1RTaW//XKPdHmX5/XJUi5IfLL4Vo/L0ofTgYEbcMLp8yyTwphitBqA9XabTvPapQlsmpINYIEL19s8eUrI00k8yRQpwhyOSgkhkQ+u63EuU3q9RppFmakKiNUSapkyKcIijUEuS++aVI/+yql1ozOEjC4iZVrcn6arct2hTadxbKF0oOwDJ4sFJBE25njhTBac7m8WMaE6NC3cAPD0umQWOkeMIzpAAmQfg5rhIY/KdH3SEHwO3c0UvicpIUQKzscfzkOmQtWwH8Kwr7ynixWBxfW1tbEM+Gh4cNahFRe+2lxOBBAJYIgoFSqZRlY1O/v7y8jCoPf1mtVnNMWPcbCyqasgatCv3vOn61jA319fVROBxufKxhSTHJeSb879LSUtprLLxthmFBkR6AtYjJBrlYLObVNcFE51ZWVuaYaMKtAwiOoIH4MkgQE97b2+vbV0jUjSQImtsdzFqQIIxdJBKRfSXhRtJBMBjrT0BMuMsa9AJI3l9cXKzvUVt6+zmB1t/fX/ehIGiggf1akHD1dWvu2VVQq2AXkhGqilEeo3Hp5WAJ8/KANeHlcpnOA1ZtU4pgpaPRsMvuKkBO7BGPjo7onBjDWgSrn3GlXQnTQE8w1HTkijXZbZCD64hzoDAWZquD/Zc+0EN0621pk9xRfH7NCpEPDg6oHTA3TejltDnwO5GuS/EW52mgnjAuh4eH1CZGTIJ2ikBHjuSza92VYtpOXezs7JACJJyWZVr8gW4ZnC+vR81ElCLpmagzsaU4i/a3qVjdTF8UkI/B2mMfRuvr66QI+6dExSSRJshhFmc+7rkwkiAnVHN7e/tczr0J9t3ShiLpM4br7x+W6d5f53O2foBBu30zZrooAOT29vZIIWa9Mtt3ufoabezNvvixQKoAYjBmptXmtD7UcmNjoy2/5wbmMBpt9hDqyh2QSp9hlY1DbdvZ8V/i92G8IK0P3gybxACQ2traUqmWAgZSGlGvHkwyyyQ/4eYYgnFZgpZ0ng2NyWkEiO3u7iqXmgB/t3kEEJXoa4YTVjDuveuHUYIFFmvKCUioUCiYhBChQC07CIOsUyspglDTcTcpOAGppd+NCtXb39zcpJOTE3Pj2QH18wRLb1qkGGUIIlZt6jJcpIbgfYIdtYYUAl08ZplcVlzIStB5xFVHg9QMLhOOkyGdN524VnbOIAF9aGjoVMpfJiYz8COsHgCpzXzUQ19dj4n7iICSjcdemElWlwl7x9JRwKgwudHG+1KhCr8M7xuHL0S0L/wXnZWaK5A+sNU1QYqBycOaY3J3XZ/LDMIDLHKlwU04jA2kNtWKdJCF5v4IHjRShOPj41eSyWTTb5AlmCX7gIYkpeaF1dVVjXMtKc553rDPRkxry2PG7VBRFnmWXNKrg4yRAQy7bllqbhgcHIThQjmjVnzekOHxJyWJ+n6H7MZPJ+vsPNNpg4G1xEFA0v6bfvjTr4MUQaijyn8M8AOcNCwiLDA90x43GOSDQGe2bTczKuLKRtibAU8EPnUPaXJJu0mzUqn4Lpdg5et9YKfjYeRMi85q/Fx9vzTgT9na3qcXGc4jMi88BU9/odDd/5/cAAAAAElFTkSuQmCC)}.emoji.emoji-badge{background-size:contain;background-repeat:no-repeat;background-image:url(/static/media/badge.a35417c8.svg)}.emoji-animated-disabled{-webkit-filter:grayscale(1);filter:grayscale(1);transition:all .1s ease-out}.emoji-animated-disabled:hover{-webkit-filter:grayscale(0);filter:grayscale(0)}.popup-content.emoji-tooltip-content{width:unset;display:flex;background:rgba(0,0,0,.7);border-radius:23px;padding:6px 8px;color:#fff;-webkit-animation:fade-in .3s ease-out both;animation:fade-in .3s ease-out both}.modal-identify{background-color:#fff;max-width:384px;padding:24px}.modal-identify .close-wrapper{position:absolute;top:16px;right:16px}.modal-identify .emoji{margin-left:auto;margin-right:auto}.modal-identify .title{text-align:center;font-size:20px;font-weight:500;margin-bottom:0;margin-top:24px}.modal-identify p{font-size:18px;font-weight:300;text-align:center;margin-top:8px}.modal-identify form .input-group{margin:12px}.modal-identify form .btn{margin-left:auto;margin-right:auto;margin-top:24px}@media(max-width:576px){.modal-identify{position:fixed;bottom:8px;box-sizing:border-box;left:8px;width:calc(100% - 16px)}}.card-submit-request-wrapper .card-submit-request.has-close-button .btn-close{position:absolute;right:24px;top:18px;z-index:2}@media(max-width:576px){.card-submit-request-wrapper .card-submit-request.has-close-button .btn-close{display:none}}.card-submit-request-wrapper .card-submit-request.has-close-button .title{max-width:90%}@media(max-width:576px){.card-submit-request-wrapper .card-submit-request.has-close-button form{margin-top:60px}}.card-submit-request-wrapper .card-submit-request.is-flat{padding:0;background-color:transparent;border:none}.card-submit-request-wrapper .card-submit-request.is-flat .text-area-group textarea{min-height:180px}.card-submit-request-wrapper .card-submit-request.is-flat .btn{width:100%;justify-content:center;border-radius:16px;padding-top:16px;padding-bottom:16px;font-size:18px;align-items:center}.card-submit-request-wrapper .card-submit-request.is-flat .btn.is-primary{background-color:rgba(var(--widgetPrimaryColor),1)}.card-submit-request-wrapper .card-submit-request.is-flat .btn.is-primary:hover{background-color:rgba(var(--widgetPrimaryColor),.9)}.card-submit-request-wrapper .card-submit-request.is-flat .btn.is-primary:active{background-color:rgba(var(--widgetPrimaryColor),1)}.card-submit-request-wrapper .card-submit-request form{font-size:18px}.card-submit-request-wrapper .card-submit-request form .title{font-weight:500;font-size:18px}@media(max-width:576px){.card-submit-request-wrapper .card-submit-request form .title{font-size:20px}}.card-submit-request-wrapper .card-submit-request form .btn{color:#000}.card-submit-request-wrapper .card-submit-request .input-group{margin-bottom:16px}.card-submit-request-wrapper .card-submit-request .input-group input{font-size:18px}.card-submit-request-wrapper .card-submit-request .text-area-group{margin-bottom:16px}.card-submit-request-wrapper .card-submit-request .text-area-group textarea{min-height:95px;font-size:18px}.card-submit-request-wrapper .card-submit-request .btn{margin-left:auto;margin-right:auto}.card-submit-request-wrapper .card-submit-request .request-created{display:flex;flex-flow:column;align-items:center}.card-submit-request-wrapper .card-submit-request .request-created .emoji{margin:8px 0}.card-submit-request-wrapper .card-submit-request .request-created p{text-align:center;font-weight:500}.card-submit-request-wrapper .card-submit-request .request-created-ask-identification{text-align:center}.card-submit-request-wrapper .card-submit-request .request-created-ask-identification .emoji{margin-left:auto;margin-right:auto}.card-submit-request-wrapper .card-submit-request .request-created-ask-identification p.title{font-weight:18px;font-weight:500}.card-submit-request-wrapper .card-submit-request .actions{display:flex;justify-content:center}.card-submit-request-wrapper .card-submit-request .actions .btn{margin-right:unset;margin-left:unset}.card-submit-request-wrapper .card-submit-request .actions .btn:first-child{margin-right:8px}.card-submit-request-wrapper .card-submit-request .actions .btn:last-child{margin-left:8px}.card-submit-request-wrapper .btn-back{position:absolute;z-index:2;left:16px;top:16px;display:none;background-color:rgba(7,19,49,.3)}.card-submit-request-wrapper .btn-back:hover{background-color:rgba(7,19,49,.3)}@media(max-width:576px){.card-submit-request-wrapper .btn-back{display:block}}.btn-submit-request{background-color:RGB(var(--welcome-bg-color));padding:24px;box-sizing:border-box;border-radius:8px;min-width:360px}.btn-submit-request.is-fixed{position:fixed;bottom:52px;right:16px;z-index:1;width:22%}.btn-submit-request.is-fixed.is-low-bottom{bottom:16px}@media(max-width:1200px){.btn-submit-request.is-fixed{display:none}}@media(max-width:768px){.btn-submit-request{right:unset;width:100%;padding:16px}.btn-submit-request.is-hidden-mobile{display:none}}.btn-submit-request .title{font-size:24px;color:rgba(var(--base-reverse),1)}.btn-submit-request p{color:rgba(var(--base-reverse),.7);margin-bottom:0}.btn-submit-request .project-members-avatar{margin:24px 0 0}.btn-submit-request .btn{width:100%;justify-content:center;border-radius:16px;padding-top:16px;padding-bottom:16px;font-size:18px;margin-top:24px}.modal-submit-request{width:unset;left:unset;padding:0;min-width:360px;position:fixed;bottom:52px;right:16px;z-index:2;background-color:transparent}.modal-submit-request.is-low-bottom{bottom:16px}@media(max-width:768px){.modal-submit-request{width:calc(100% - 12px);right:6px;bottom:6px}}.modal-submit-request .card-submit-request{padding:16px;border:none}@media(min-width:768px){.overlay-modal-submit-request{position:unset;top:unset;left:unset;right:unset;bottom:unset;background-color:unset;display:unset;align-items:unset;justify-content:unset;z-index:unset}}.card-subscribe-wrapper{position:fixed;bottom:60px;right:12px;text-align:center;z-index:2;width:22%}.card-subscribe-wrapper.is-low-bottom{bottom:16px}@media(max-width:1200px){.card-subscribe-wrapper{display:none}}.card-subscribe-wrapper .card-subscribe{max-width:384px;box-sizing:border-box;padding:16px}.card-subscribe-wrapper .card-subscribe .icon-bell{display:block;font-size:32px;margin:12px auto}.card-subscribe-wrapper .card-subscribe .title{font-weight:500;font-size:18px}.card-subscribe-wrapper .card-subscribe p{margin-top:4px}.card-subscribe-wrapper .card-subscribe .input-group{margin-top:24px;margin-bottom:24px}.card-subscribe-wrapper .card-subscribe .input-group input{font-size:18px}.card-subscribe-wrapper .card-subscribe .btn{margin-left:auto;margin-right:auto;text-transform:capitalize}.standalone-footer{position:fixed;bottom:0;left:0;z-index:3;height:36px;width:100%;display:flex;justify-content:center;align-items:center;border-top:1px solid var(--footer-border)}@supports((-webkit-backdrop-filter:blur(2em)) or (backdrop-filter:blur(2em))){.standalone-footer{-webkit-backdrop-filter:blur(2em);backdrop-filter:blur(2em)}}.standalone-footer i{margin-right:8px;font-size:22px}.standalone-footer a{display:flex;justify-content:center;align-items:center}.poke-jimo-label{height:100%;flex:1 1 auto;display:flex}.poke-jimo-label.light{background:rgba(0,0,0,.03);color:#44495c}.poke-jimo-label.light img{-webkit-filter:brightness(0) saturate(100%) invert(23%) sepia(3%) saturate(5506%) hue-rotate(190deg) brightness(92%) contrast(74%);filter:brightness(0) saturate(100%) invert(23%) sepia(3%) saturate(5506%) hue-rotate(190deg) brightness(92%) contrast(74%)}.poke-jimo-label.dark{background:hsla(0,0%,100%,.04);color:#afafaf}.poke-jimo-label.dark img{-webkit-filter:brightness(0) saturate(100%) invert(83%) sepia(3%) saturate(7%) hue-rotate(314deg) brightness(85%) contrast(86%);filter:brightness(0) saturate(100%) invert(83%) sepia(3%) saturate(7%) hue-rotate(314deg) brightness(85%) contrast(86%)}.poke-jimo-label:hover.light span{background:rgba(0,0,0,.04)}.poke-jimo-label:hover.dark span{background:hsla(0,0%,100%,.04)}.poke-jimo-label a{display:flex;flex:1 1 auto}.poke-jimo-label span{margin:auto;display:flex;grid-gap:4px;gap:4px;font-weight:300;font-size:14px;font-family:"Nunito",sans-serif;padding:4px 6px;border-radius:6px;transition:all .2s ease}.standalone-home-top-nav{background-color:var(--top-nav-bg);border-bottom:1px solid rgba(var(--base-reverse),.1);text-transform:uppercase;justify-content:center;font-weight:500;margin-bottom:32px}.standalone-home-top-nav.is-hidden{visibility:hidden;height:0}.standalone-home-top-nav.has-only-one-item .content{padding:8px 0}.standalone-home-top-nav.has-only-one-item .box.middle{visibility:hidden}.standalone-home-top-nav .row{margin-left:0;margin-right:0}.standalone-home-top-nav .item-wrapper{display:flex}.standalone-home-top-nav .item-wrapper .item{display:flex;justify-content:center;align-items:center;flex:1 1;padding:30px 0;color:rgba(var(--text-color),.5);cursor:pointer;border-bottom:3px solid transparent;transition:all .15s ease-in-out}.standalone-home-top-nav .item-wrapper .item:not(:last-child){margin-right:12px}.standalone-home-top-nav .item-wrapper .item.is-active,.standalone-home-top-nav .item-wrapper .item:hover{color:var(--top-nav-item-color);border-bottom:3px solid var(--top-nav-item-color)}.standalone-home-top-nav .item-wrapper .item .icon-feed{margin-right:6px}.standalone-home-top-nav .content{margin:auto;max-width:1140px;display:flex}@media(max-width:992px){.standalone-home-top-nav .content{margin:0}}.standalone-home-top-nav .content .box{display:flex;flex:1 1;justify-content:center}.standalone-home-top-nav .content .box.item-wrapper{flex-basis:auto}.standalone-home-top-nav .content .project-wrapper{margin-right:auto;margin-left:15px;align-self:center}.standalone-home-top-nav .content .project-logo{display:flex;flex:0 0 150px;height:40px}.standalone-home-top-nav .content .project-logo img{max-width:100%;max-height:100%}.standalone-home-top-nav .content .avatar{display:flex;flex:0 0 36px;height:36px;cursor:pointer;background-color:#f87740;border-radius:50%;font-weight:300;align-items:center;justify-content:center;text-transform:uppercase;font-size:25px;color:#fff;margin-left:auto;margin-right:15px;align-self:center}.standalone-home-top-nav .content .avatar.not-identified{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAbaSURBVHgB7ZxNTBtHFMff2sRAoZJFpIZTs5Tk0kh8XHpoFclR1Eg9JeROgWNOBCk5Q86NRDiRnoLLsRI0p6pUaS1FjZQcaoIEl0C69FI4lFoqyHzu5P3Xu8bf3l3PrDHyT1q8xrve3f++9+btmxlrFCBCiOjR0ZFummYsHA5f5ldd07QB+2O9YHODlxQW3mb55ORkk/dZvnDhQoICRCPFQJSDg4PRUCh0m99CjCjVToKXOIuWaG9vN0ghSgQqECVGaknwEo9EInOkAKkCQZjj4+Nxfr1PcizFCwa74hwfPy7TqqQIVGdhCrGE4lj1iCRQs0AcdGMszDMqDrL1xuDzmmhtbf2JaiBEPrFbpGl+/Z3OnjgALeSifY6+rdqXBaXTaZ2b3LMqTCkMbvFu+IlNni0ILsXiJKlxxAG4oUluWe+QRzwJdHh4OG67VL0DsR+icLn9/f37XnZyLRBbziS/PKEGh3OzaftaXOEqBsFy6ByIkws/5ky0tbVVvaaqAsFvYZp0DrEDd6LSNhUFslsrBORGjDluSLFIg5Vat7IC2XlOYK3V3iHR7qGw1i91Kn+GzsXgrHuQvSRV6sOWcnvxowMCmU6K2N4VtPSO6O2WoI0dYQmUS2+XxgtRX7dGt64qFUy3r3Wi1Iclj6wy7mzsEM2+NmllS7je51In0a0rIRoeVCdUuXhU8ojcav1FCqxn9rWgxTWT/AKhHn8Ttl4VUNLVivIgO0fQSSJwnwc/mzWJA7Z3iYZ/PKGldffW5wGdDaMoicyzIBXPWBlxTizXksmD6yF2O+kul2Ir6sm1ojwLamlpGSHJ1vNDUkgXBzx+aVrBXTLRQivKE4ib9lGSyNI7UbNbVWLqhVnU+tUKW894bnkkKxC71yhJtp75ZXXiAMSkhVXpx7Dq6c6brEAce0ZIIrAeXIBqFteEdCuyOxsy6/iD4EySex8W1tRaj8Mui/PHpvRYFHPczLGgGEkElvNeQWAux6u/5Tf7jptZAsl2r/V/leQpZfGSlbvFcTMlFvR+J1iB4Gay4xAzADcLocZMkgkiOBfiVAIkEt3b29ND/JA2QE1KwolzjF0tpFOTkkAbxKB+ksxnXRQ4KopsGJ4DgaSXU3svBloRVHZD2IL61QjE1cDOCAVGf7e6GwKBdJIMxOnrDs6K7l7zPcSgGrqybx66FoxAfd2kqsJooUwgmH0QVvTwephUokwg8JCrfipjEaxUpfUACGSQInDykzfV3AN0Cd37Qun9BYbyI8DVUD+WCYSfuqnWtWxSIYxBJsWguA5LkuEO/RyUn94OK3ctm1QLP7FuUgB89alGV7rCNJ80fXXbdHAs+5Y7Doc+V270ubxt4XTa4IyRggB3He729VVBv3JJ1o1QVq8qdz3fZWE6Akw+AbTRuJsDT/NJqgOo4axz7WjlH2H11Tt0RjT65GPNcidk5fUC3dGaPYoDXc3ndYiLbyKRiBayexGVB+oGJIE/VvBhX3tOTQqJ44/l4Lab/UdNsnD86cHIM8uCbDdLUBOH7DSrbPvedLM84s5Ktg0NojVDU46RHlv/Z9bRzG/tOp+dbocHXCfn6e7M5EId3PT3XiRONjXV+ZDBrVeP8yY7RhFuxr2JM/zqepB1NSDAL5wQomMPYxHd9l1t56yvZNdO8yTkRqgDfXlZk15NZEOJ577XCj6UYkUQYz4plPR4FgLrgkjDg1Ke9YomvRTJz1Y05deKXm0Kmn1j1qXjEOChuBah2EAetba2TuX+Tyuxkefx0RDku5dmIBbjhuEBXyNi82KPQ8lvSafTMXusYlUwDghWo6BvvCZQ7kVF0601sWEMlZqdWFZmfojFRI9xqgDijOpRZLXgYdjwDFtPyWlSvqcinHVxHFyIVHEqQtlCEHZARKfMrx/ksbDaGOIAxEcMQy4TAqxrLCcOqFgpQ3PHXzBUeMCnbxpDHAec8+SL4nNmLxmrNo+1aikR8xcw+cx5j7vRiKCFXVw9bWVxTW6mjLuqtWJmHnIExJ165TgyQFiAq+Fa3Mw2BK6L0UigftsQE9TAYKje3J+W5Uy53cdzNhX7fu8O7/aMlwYr0YoUmdpQ4l7lKZiF+HrSi82mdba9hvphATLpBotjkEd89fdYB4rsD7Izz9BZB+cYaRv0Iw6ouVaQcbnQNJ3BHzdhqxnz6lKFSCumsNtNsT1Kn07lHSvWzHDT+yQxVj4BdIvUapMVm4hG6yOUXGEclHVbslij/O0jvMRIJYI7G0zxnDPaOZnCOCjv17WtKiZPLLYUoS2rFCWXwDu+WbAYtywD7IY6H76fNBHlC47ymeh5GwpnYJdAr+8mB1yDhJmgjzoM1aLk8gHZCQyQ9Ks9HAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:contain;background-position:50%;background-color:unset;border-radius:unset}@media(max-width:768px){.standalone-home-top-nav{flex:0 0 38px;border-bottom:unset;box-sizing:border-box}.standalone-home-top-nav&gt;.row&gt;div{padding:0}}@media(max-width:576px){.standalone-home-top-nav{border-bottom:none;margin-bottom:16px;font-size:14px;padding:0 20px}.standalone-home-top-nav:not(.no-padding-top){padding-top:20px}.standalone-home-top-nav.is-hidden-mobile{display:none}.standalone-home-top-nav .item-wrapper{padding:0 16px}.standalone-home-top-nav .item-wrapper .item.is-active,.standalone-home-top-nav .item-wrapper .item:hover{color:var(--top-nav-item-color);border-bottom:3px solid var(--top-nav-item-color)}.standalone-home-top-nav .content{flex-wrap:wrap}.standalone-home-top-nav .content .left{width:50%}.standalone-home-top-nav .content .middle{width:100%;order:3}.standalone-home-top-nav .content .middle .item{padding:23px 0}.standalone-home-top-nav .content .right{width:50%;order:2}}.widget-footer{position:fixed;bottom:0;left:0;width:100%;text-align:center;height:36px;justify-content:center}.widget-footer,.widget-footer a{display:flex;align-items:center}.widget-footer i{position:relative;top:2px;margin-right:8px;font-size:20px}.navigation-bar{display:flex;flex-shrink:0;width:100%;padding:24px;box-sizing:border-box;align-items:center;z-index:9}.navigation-bar i{padding-right:10px}.navigation-bar .nav-btn{margin:0 10px;font-weight:600;font-size:14px;color:hsla(0,0%,100%,.5);text-transform:uppercase;cursor:pointer}.navigation-bar .nav-btn.selected{color:#fff}.navigation-bar .nav-btn:hover{opacity:.7}.navigation-bar .btn-close-view{margin-left:auto;background:rgba(7,19,49,.3);width:24px;height:24px;z-index:3}.navigation-bar .btn-close-view i{padding:0}.widget-header{color:#fff;padding:24px;overflow:hidden}.widget-header .header-title{font-size:24px;font-weight:300;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.widget-header.is-preview{pointer-events:none}.widget-header-announcement{width:calc(100% - 48px);display:flex;flex-direction:column;-webkit-animation-delay:.5s!important;animation-delay:.5s!important;z-index:2;background-color:RGB(var(--widgetSecondaryColor))}.widget-header-announcement .title-closer-wrapper{display:flex;justify-content:space-between;padding-right:24px}.widget-header-announcement .title-closer-wrapper .btn{padding:0;background:rgba(7,19,49,.3);width:24px;height:24px;z-index:3;position:fixed;right:24px}.widget-header-announcement p{color:hsla(0,0%,100%,.7);font-weight:300;font-size:16px}.widget-header-feedback{position:fixed;z-index:2;width:calc(100% - 48px);display:flex;justify-content:flex-end}.widget-header-feedback.has-announcements-enabled{align-items:center;margin-bottom:24px;justify-content:space-between}.widget-header-feedback .btn-back-announcements{padding:12px 24px;background-color:rgba(0,0,0,.2);font-size:16px;-webkit-animation:fade-in-right .5s ease-out .2s both;animation:fade-in-right .5s ease-out .2s both}.widget-header-feedback .btn-back-announcements:hover{background-color:rgba(0,0,0,.3)}.widget-header-feedback .btn-back-announcements:active{background-color:rgba(0,0,0,.2)}.widget-header-feedback .btn-close-view{padding:0;background:rgba(7,19,49,.3);flex:0 0 24px;height:24px;z-index:3}.widget-header-evolution{position:fixed;top:0;left:0;width:100%;z-index:2;padding:16px 24px;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}.widget-header-evolution .btn-back-feedback{padding:12px 24px;background-color:rgba(0,0,0,.4);font-size:16px;-webkit-animation:fade-in .15s ease-out .5s both;animation:fade-in .15s ease-out .5s both}.widget-header-evolution .btn-back-feedback:hover{background-color:rgba(0,0,0,.3)}.widget-header-evolution .btn-back-feedback:active{background-color:rgba(0,0,0,.2)}.widget-header-evolution .btn-close-view{background-color:rgba(0,0,0,.4)}.widget-header-evolution .btn-close-view:hover{background-color:rgba(0,0,0,.3)}.widget-header-evolution .btn-close-view:active{background-color:rgba(0,0,0,.2)}.modal-widget-feedback-card-submit{width:96%;left:2%;padding:0}.copyright{text-align:center;color:#000}.copyright i{margin-right:8px;font-size:18px}.copyright a{color:inherit;display:flex;align-items:center}.copyright img{position:relative;top:4px;margin-right:5px}.footer.footer__basic{position:fixed;bottom:0;background-color:rgba(7,19,49,.96);width:100%;padding:12px 0}.footer.footer__basic.is-light{padding:6px 0}.footer.footer__basic.is-light .copyright,.footer.footer__basic.is-light .copyright i{font-size:12px}.form-comment{display:flex;align-items:center}.form-comment.is-disabled .text-area-group textarea::-webkit-input-placeholder{color:rgba(0,0,0,.3);white-space:nowrap;overflow:hidden}.form-comment.is-disabled .text-area-group textarea:-moz-placeholder,.form-comment.is-disabled .text-area-group textarea::-moz-placeholder{color:rgba(0,0,0,.3);white-space:nowrap;overflow:hidden}.form-comment.is-disabled .text-area-group textarea:-ms-input-placeholder{color:rgba(0,0,0,.3);white-space:nowrap;overflow:hidden}.form-comment .text-area-group{flex:1 1 auto}.form-comment .text-area-group textarea{width:100%;box-shadow:unset;padding:16px 24px;font-size:16px;background-color:#f8f8f8;border:1px solid transparent;border-radius:12px;font-weight:400}.form-comment .text-area-group textarea:focus{border:1px solid rgba(0,0,0,.1)}.form-comment .text-area-group textarea::-webkit-input-placeholder{color:#505050}.form-comment .text-area-group textarea:-moz-placeholder,.form-comment .text-area-group textarea::-moz-placeholder{color:#505050}.form-comment .text-area-group textarea:-ms-input-placeholder{color:#505050}.form-comment .icon-wrapper{cursor:pointer;font-size:24px;color:rgba(var(--widgetPrimaryColor),1);margin-left:8px;padding:8px 0 8px 8px;background-color:unset;border:unset}.form-comment .icon-wrapper:hover .icon-send{transform:rotate(45deg)}.form-comment .icon-wrapper .icon-send{display:block;transition:all .1s ease-in-out}.evolution-comments.is-disabled{color:rgba(0,0,0,.3);text-align:center;padding:24px 0;font-weight:500}.evolution-comments .count{position:relative;text-align:center;margin-bottom:14px}.evolution-comments .count:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background-color:#d9d9d9}.evolution-comments .count&gt;span{position:relative;padding:0 10px;background-color:#fff;display:inline;font-weight:600}.evolution-comments .evolution-comment{margin-bottom:16px}.evolution-comments .evolution-comment .author-date-wrapper{display:flex;margin-bottom:8px}.evolution-comments .evolution-comment .author-date-wrapper .author{width:70%;font-weight:600;display:flex}.evolution-comments .evolution-comment .author-date-wrapper .author i{display:block;margin-top:1px;margin-left:6px;background-color:#1260eb;font-size:10px;width:16px;height:16px;display:flex;justify-content:center;align-items:center;border-radius:50%;color:#fff}.evolution-comments .evolution-comment .author-date-wrapper .date{width:30%;color:rgba(0,0,0,.4);text-align:right}.evolution-comments .evolution-comment .message{margin-bottom:8px}.evolution-comments .evolution-comment .actions{display:flex}.evolution-comments .evolution-comment .actions .likes{color:#000;margin-right:8px}.evolution-comments .evolution-comment .actions .likes.is-active,.evolution-comments .evolution-comment .actions .likes:active{color:#5f8af0}.evolution-comments .evolution-comment .actions .likes i{margin-right:8px}.evolution-comments .evolution-comment .actions .btn-reply{font-weight:600}.evolution-comments .evolution-comment .replies{margin-top:12px}.evolution-comments .evolution-comment .replies .evolution-comment:last-child{margin-bottom:0}.evolution-comments .evolution-comment .form-comment{margin-top:12px}.evolution-comments .evolution-comment .form-comment textarea{background-color:rgba(0,0,0,.05)}.vote-wrapper .face{height:42px;width:42px;box-sizing:border-box;border-radius:100px;border:4px solid #fff;position:absolute}.vote-wrapper .face2{margin-left:24px}.vote-wrapper .face3{margin-left:48px}.vote-wrapper .number-vote{align-self:center;font-size:16px;font-weight:400}.vote-wrapper .btns-wrapper{margin-left:auto;display:flex;grid-gap:8px;gap:8px}.vote-wrapper .btns-wrapper .action-btn{background-color:#4099f7;color:#fff;border-color:transparent}.vote-wrapper .btns-wrapper .action-btn:hover{background:linear-gradient(0deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.2)),#4099f7}.vote-wrapper .btns-wrapper .action-btn:active{background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),#4099f7;transform:scale(.9)}.vote-wrapper .btns-wrapper .action-btn.disabled{background-color:#efefef;color:#a6a5a5}.cta-wrapper{margin:auto;padding:12px}.cta-wrapper .btn{margin:auto}.cta-wrapper .emoji-wrapper-typeform{border:0;background-color:transparent;padding:0;cursor:pointer}.divider{width:100%}.divider:not(.has-content){width:100%;height:1px;background-color:hsla(0,0%,100%,.1)}.divider.has-content{display:flex;align-items:center}.divider.has-content .content{padding:0 12px}.divider.has-content .left-divider,.divider.has-content .right-divider{height:1px;flex:1 0 auto;background-color:hsla(0,0%,100%,.1)}.divider.is-dark.has-content .left-divider,.divider.is-dark.has-content .right-divider,.divider.is-dark:not(.has-content){background-color:rgba(0,0,0,.1)}.modal-booking{width:100%;height:100%}.modal-booking .booking-google-wrapper{position:fixed;top:0;height:100%;width:100%;display:flex}.modal-booking .booking-google-wrapper .booking-google-iframe{height:70%;width:60%;margin:auto;border:1px solid #fff;border-radius:4px;background-color:#fff}.interview-wrapper{display:flex;padding:12px 24px}.interview-wrapper .btn{margin:auto}.interview-wrapper .not-now-btn{margin-right:8px}.opinion-scale-wrapper .divider{margin-top:8px}.opinion-scale-wrapper .opinion-wrapper{box-sizing:border-box;display:flex;justify-content:center;padding:16px}.opinion-scale-wrapper .opinion-wrapper .opinion-scale{display:flex}.opinion-scale-wrapper .opinion-wrapper .opinion-scale .emoji-animated-wrapper:not(:first-child),.opinion-scale-wrapper .opinion-wrapper .opinion-scale .emoji-tooltip-trigger:not(:first-child),.opinion-scale-wrapper .opinion-wrapper .opinion-scale .emoji:not(:first-child){margin-left:36px}.opinion-scale-wrapper .opinion-wrapper .opinion-scale .emoji-animated-wrapper{transition:all .2s ease-out}.opinion-scale-wrapper .opinion-wrapper .opinion-scale .emoji-animated-wrapper:hover{transform:scale(1.2)}.opinion-scale-wrapper .opinion-wrapper .opinion-scale&gt;div{cursor:pointer}.btn.btn-tag{position:relative;border-radius:25px;background-color:transparent;border:1px solid hsla(0,0%,100%,.2);padding:6px 12px;color:#fff;outline:none;font-size:14px;overflow:hidden;cursor:default}.btn.btn-tag.has-color{background-color:#fff;border:none}.btn.btn-tag .bg-color{position:absolute;width:100%;height:100%;top:0;left:0;opacity:.1;transition:all .2s ease-in-out}.select-wrapper{width:100%;padding:12px 24px;box-sizing:border-box}.select-wrapper .survey-btn{display:flex;position:relative;margin-bottom:12px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;border:1px solid rgba(0,0,0,.2);text-align:left;align-items:center;padding:12px 24px}.select-wrapper .survey-btn .checkmark{height:20px;flex:0 0 20px;transition:all .1s ease-in-out}.select-wrapper .checkbox-btn{transition:none}.select-wrapper .checkbox-btn:hover{background:#fff;border:1px solid rgba(32,141,255,.5)}.select-wrapper .checkbox-btn:hover .checkmark{border:2px solid rgba(32,141,255,.5)}.select-wrapper .checkbox-btn.selected{background:rgba(32,141,255,.08);border:1px solid rgba(32,141,255,.5)}.select-wrapper .checkbox-btn input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.select-wrapper .checkbox-btn .icon-tick{position:relative;font-size:17px;line-height:17px;color:#eef6ff;background-color:#409af8;padding:4px;border-radius:4px;box-sizing:border-box;display:block}.select-wrapper .checkbox-btn .checkmark{border-radius:4px;border:2px solid #eee}.select-wrapper .checkbox-btn .content{color:#000;font-size:18px;margin:auto auto auto 20px}.select-wrapper .select-btn:hover{background:#fff;border:1px solid rgba(32,141,255,.5)}.select-wrapper .select-btn:hover .checkmark{background-color:rgba(32,141,255,.5)}.select-wrapper .select-btn.selected{background:rgba(32,141,255,.08);border:1px solid rgba(32,141,255,.5)}.select-wrapper .select-btn input{position:absolute;opacity:0;cursor:pointer}.select-wrapper .select-btn .checkmark{padding:4.5px;background-color:#eee;border-radius:50%}.select-wrapper .select-btn .select-fill{border:7px solid #409af8;border-radius:50%;background-color:#fff;flex:0 0 15px;height:15px}.select-wrapper .content{color:#000;font-size:18px;margin:auto auto auto 20px}.concept-test-main-wrapper{height:155px;padding:24px}.concept-test-main-wrapper .concept-test-wrapper{position:relative;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;height:100%}.concept-test-main-wrapper .concept-test-wrapper:hover .concept-test-thumbnail{transform:scale(1.1)}.concept-test-main-wrapper .concept-test-wrapper .concept-test-thumbnail{position:absolute;width:100%;height:100%;background:url(/static/media/default_thumb.50ce9a99.jpeg) no-repeat;background-size:cover;background-position:50%;transition:all .2s ease-in-out;cursor:pointer}.concept-test-main-wrapper .concept-test-wrapper .concept-test-overlay{background-color:rgba(0,0,0,.6);position:absolute;width:100%;height:100%;cursor:pointer}.concept-test-main-wrapper .concept-test-wrapper .btn-play{position:relative;z-index:1;flex:0 0 55px;height:55px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:hsla(0,0%,100%,.2);color:#fff;cursor:pointer}.nps{display:flex;justify-content:space-between;width:100%}.nps&gt;button{display:flex;justify-content:center;align-items:center;cursor:pointer;height:30px;width:30px;line-height:1;background-color:#f3f3f3;border:none;border-radius:8px;color:#333;font-size:12px;transition:all .1s ease}@media only screen and (max-width:400px){.nps&gt;button{width:26px;height:36px}}.nps&gt;button:hover{background-color:#07f!important;color:#fff!important;transform:scale(1.25)}.nps&gt;button.selected{border:2px solid #000;transform:scale(1.15)}.nps&gt;button.detractor{background-color:#fff3f5}.nps&gt;button.detractor:first-child{background-color:#ff9eae}.nps&gt;button.detractor:nth-child(2),.nps&gt;button.detractor:nth-child(3){background-color:#ffafbc}.nps&gt;button.detractor:nth-child(4){background-color:pink}.nps&gt;button.detractor:nth-child(5){background-color:#ffd1d9}.nps&gt;button.detractor:nth-child(6){background-color:#ffe2e7}.nps&gt;button.promoter{background-color:#e5ffe5}.nps&gt;button.promoter:first-child{background-color:#adecba}.nps&gt;button.promoter:nth-child(2){background-color:#5ad974}.custom-slider{width:100%;padding:30px;box-sizing:border-box}.custom-slider .rc-slider-handle{background-color:unset;border:none;box-shadow:none!important;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;transform:translateY(-50%) translateX(-50%)!important;top:10px;opacity:1}.custom-slider .rc-slider-handle .emoji-animated-wrapper{height:42px;width:42px}.step-additional-content{margin:0 24px}.step-title{font-size:18px;margin:0 24px;display:flex;justify-content:space-between}.btn.vote-clap,.step-title{font-weight:600;align-items:center}.btn.vote-clap{position:relative;padding:8px 12px 8px 30px;border-radius:8px;color:#000!important;background-color:transparent;font-size:14px}.btn.vote-clap:hover{border-color:#b6b6b6;background-color:transparent}.btn.vote-clap&gt;div{position:absolute!important;left:-10px;top:-10px}.btn.vote-clap svg{margin-right:0}.btn.vote-clap .like-text-full{display:none;font-size:14px}@media screen and (min-width:576px){.btn.vote-clap .like-text-full{display:inline-block}}.btn.vote-clap .like-text{display:none;font-size:14px;margin-right:0}@media screen and (max-width:576px){.btn.vote-clap .like-text{display:inline-block}}.evolution-stats{display:flex;grid-gap:12px;gap:12px;align-items:center}.evolution-stats .stat-comment,.evolution-stats .vote-clap-wrapper{height:40px;box-sizing:border-box;display:flex}.evolution-stats .stat-comment .vote-clap,.evolution-stats .vote-clap-wrapper .vote-clap{height:100%;width:100%}.evolution-stats span{font-size:24px;margin:0 0 0 8px}.evolution-stats .stat-comment{padding:8px 12px;border:1px solid #dfdfdf;border-radius:8px;font-weight:600}.evolution-stats .stat-comment&gt;a{display:flex;align-items:center}.evolution-stats .stat-comment&gt;a:hover,.evolution-stats .stat-comment&gt;a:hover i{color:#1260eb}.evolution-stats .stat-comment&gt;a:hover span{text-decoration:underline}.evolution-stats .stat-comment span{font-size:14px;margin-left:8px}.evolution-stats .stat-comment span span{margin-left:0}@media screen and (max-width:576px){.evolution-stats .stat-comment span{margin-left:8px}.evolution-stats .stat-comment span .comment-text{display:none}}.evolution-stats .icon-comment-o,.evolution-stats .icon-heart,.evolution-stats .icon-heart-o{font-size:18px;color:#000}.md-renderer{font-size:16px;padding:8px 0}.md-renderer p:first-child{margin-top:0}.md-renderer p:last-child{margin-bottom:0}.md-renderer .img-wrapper{margin:auto;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;overflow:hidden;cursor:pointer}.md-renderer .img-wrapper.has-interactions-disabled{cursor:default}.md-renderer .img-wrapper:not(.has-interactions-disabled):hover img{transform:scale(1.02)}.md-renderer .img-wrapper:not(.has-interactions-disabled):hover i.icon-search{opacity:1}.md-renderer .img-wrapper img{position:relative;transition:all .1s ease;max-width:100%}.md-renderer .img-wrapper i.icon-search{opacity:0;position:absolute;bottom:8px;right:8px;border-radius:8px;padding:8px;background-color:rgba(0,0,0,.3);color:#fff;transition:all .1s ease}.md-renderer .iframe-wrapper{position:relative;padding-bottom:56.25%;height:0}.md-renderer .iframe-wrapper:hover iframe{transform:scale(1.01)}.md-renderer .iframe-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;transition:all .1s ease}.md-renderer a{color:#0063cc;text-decoration:underline}.md-renderer a:hover{text-decoration:none}.modal-image-fullscreen{display:flex;justify-content:center;align-items:center;width:60%;background:none;padding:0}@media screen and (max-width:600px){.modal-image-fullscreen{width:95%}}@media screen and (min-width:601px)and (max-width:1200px){.modal-image-fullscreen{width:80%}}.modal-image-fullscreen img{flex:1 0 auto;max-width:100%;max-height:80%}.text-block-wrapper{padding:0 24px 24px}.text-block-wrapper.has-cta{padding-bottom:12px}.text-block-wrapper.boosted .md-renderer-wrapper.has-truncate{display:-webkit-box;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}.text-block-wrapper.boosted .md-renderer-wrapper.has-read-more{margin-bottom:12px;max-height:400px;position:relative}.text-block-wrapper.boosted .md-renderer-wrapper.has-read-more .md-read-more{position:absolute;bottom:0;margin-top:4px;right:24px;color:var(--boostedSecondaryColor);cursor:pointer;text-transform:uppercase;font-size:12px;font-weight:700}.text-block-wrapper.boosted .md-renderer-wrapper.has-read-more .md-read-more:hover{text-decoration:underline;text-underline-offset:2px}.text-block-wrapper.boosted .md-renderer-wrapper .md-renderer{font-size:inherit}.text-block-wrapper .md-renderer{margin:0;padding:0}.text-block-wrapper .evolution-stats{padding-top:12px}.survey{display:flex;flex-direction:column;overflow:hidden}.survey .survey-header-row{display:flex;align-items:center;margin:22px;height:0}.survey .survey-header-row.without-progress-bar{margin-bottom:0}.survey .survey-header-row.without-progress-bar.with-status .close-wrapper{position:relative;top:12px;margin-left:0;margin-right:0}.survey .survey-header-row .progress-wrapper{flex:1 1 auto}.survey .survey-header-row .progress-wrapper .progress-container{height:4px;background:#efefef;border-radius:50px;width:100%}.survey .survey-header-row .progress-wrapper .progress-container div{height:4px!important}.survey .survey-header-row .close-wrapper{margin-right:-8px;margin-left:12px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background-color:transparent;z-index:1;transition:all .1s ease-in-out;font-size:10px;cursor:pointer}.survey .survey-header-row .close-wrapper:hover{background-color:rgba(0,0,0,.2)}.survey .survey-header-row .close-wrapper i{font-size:12px}.survey .no-progress-bar{flex:1 1 auto}.survey .timestamp{opacity:.5;font-size:10px;text-transform:uppercase;font-weight:800;margin-left:8px}.survey .tags-timestamp-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding:0 24px}.survey .tags-timestamp-wrapper .tags-wrapper{display:flex;flex-wrap:wrap;flex:1 1}.survey .tags-timestamp-wrapper .tags-wrapper .btn-tag{margin-right:4px;margin-bottom:4px}.survey .survey-scroll-wrapper .infos{width:100%}.survey .survey-scroll-wrapper .infos a.prevent-hover{cursor:default}.survey .survey-scroll-wrapper .infos a.prevent-hover:hover{text-decoration:unset}.survey .survey-scroll-wrapper .infos a:not(.prevent-hover):hover{text-decoration:underline}.survey .survey-scroll-wrapper .infos .description{width:100%}.survey .input-wrapper{width:100%;padding:12px 24px;box-sizing:border-box}.survey .input-wrapper .text-long-textarea textarea{border:1px solid rgba(0,0,0,.2);border-radius:4px;box-shadow:none;font-size:15px;color:#000}.survey .vote-wrapper{padding:16px 24px!important;display:flex;align-items:center}.survey .vote-wrapper .face{height:42px;width:42px;box-sizing:border-box;border-radius:100px;border:4px solid #fff;position:absolute}.survey .vote-wrapper .face2{margin-left:24px}.survey .vote-wrapper .face3{margin-left:48px}.survey .vote-wrapper .number-vote{align-self:center;font-size:16px;font-weight:400}.survey .vote-wrapper .action-btn{margin-left:auto;background-color:#4099f7;color:#fff;border-color:transparent}.survey .nps-wrapper{padding:12px 24px}.survey .success-wrapper{height:100px;margin:40px}.survey .concept-test-actions-wrapper,.survey .text-block-actions-wrapper{display:flex;padding:16px 24px;justify-content:flex-end;grid-gap:8px;gap:8px}.survey .concept-test-actions-wrapper.has-cta,.survey .text-block-actions-wrapper.has-cta{justify-content:space-between}.survey .concept-test-actions-wrapper .cta-wrapper,.survey .text-block-actions-wrapper .cta-wrapper{margin:0 auto!important;padding:0!important}.survey .concept-test-actions-wrapper .cta-wrapper a button,.survey .text-block-actions-wrapper .cta-wrapper a button{background-color:#071331;color:#fff;border:none}.survey .concept-test-actions-wrapper .cta-wrapper a button:hover,.survey .text-block-actions-wrapper .cta-wrapper a button:hover{opacity:.9}.survey .concept-test-actions-wrapper.has-next .cta-wrapper,.survey .text-block-actions-wrapper.has-next .cta-wrapper{margin-right:24px!important}.card-push{transition:transform .5s}.card-push.has-voted&gt;.card .vote-wrapper{justify-content:flex-start}.card-push.has-voted&gt;.card .vote-wrapper .vote-nps{max-width:unset}.card-push.focused{position:relative;z-index:6}.card-push.focused:not(.widget-mode){transform:scale(1.07)}.card-push.focused&gt;.card{height:auto!important}.card-push.with-comments{min-height:300px}.card-push.with-comments .content-wrapper{flex:1 1 auto;height:100%;overflow-y:auto;box-sizing:border-box}.card-push&gt;.card{display:flex;flex-direction:column;padding:0;height:100%}.card-push&gt;.card .content-wrapper .comments-wrapper{border-top:1px solid rgba(0,0,0,.1);padding:16px 24px}.card-push&gt;.card .form-comment-wrapper{flex:0 0 85px;background-color:#fff;border-top:1px solid rgba(0,0,0,.1);box-shadow:0 -6px 20px rgba(0,0,0,.05);width:100%;padding:16px;box-sizing:border-box}.card-push&gt;.card .form-comment-wrapper.evolution-has-no-comments{box-shadow:unset}.card-push.widget-mode.has-voted .card .vote-wrapper{padding:18px 24px}.card-push.widget-mode.is-collapse .card{min-height:50px;position:relative;max-height:320px;overflow:hidden}.card-push.widget-mode .card{border:1px solid rgba(0,0,0,.1);box-shadow:0 5px 5px rgba(0,0,0,.04);border-radius:8px}.card-push.widget-mode .card .overlay-read-more{position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(180deg,hsla(0,0%,100%,0) 50%,#fff 80%);display:flex;justify-content:center;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.card-push.widget-mode .card .overlay-read-more .btn{align-self:flex-end;margin-bottom:12px;background-color:transparent;padding:8px;text-transform:uppercase;font-size:11px;font-weight:700;border-color:transparent;display:flex;align-items:center}.card-push.widget-mode .card .overlay-read-more .btn:hover{background-color:#f2f2f2}.card-push.widget-mode .card .overlay-read-more .btn i{margin-left:6px;font-size:9px}.card-push.widget-mode .vote-nps.is-compact .compact-wrapper .form-comment{flex:unset}.card-push.widget-mode .vote-wrapper{padding:24px}.card-push.widget-mode .vote-wrapper .emoji-tooltip-trigger{width:42px}.card-push.widget-mode .vote-wrapper textarea::-webkit-input-placeholder{white-space:nowrap}.card-push.widget-mode .vote-wrapper textarea:-moz-placeholder,.card-push.widget-mode .vote-wrapper textarea::-moz-placeholder{white-space:nowrap}.card-push.widget-mode .vote-wrapper textarea:-ms-input-placeholder{white-space:nowrap}.focused-overlay{position:fixed;display:block;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:5;cursor:pointer}.previewâ€”prototype{height:100%;display:flex;flex-flow:column;box-sizing:border-box;overflow:hidden}@media(max-width:576px){.previewâ€”prototype{padding-top:0}}.previewâ€”prototype .btn.is-icon-only{padding:0;width:45px;height:45px;font-size:18px}@media(max-width:576px){.previewâ€”prototype .btn.is-icon-only{width:24px;height:24px;font-size:12px}}.previewâ€”prototype .center-panel{box-sizing:border-box;width:100%;flex:1 1 auto;display:flex;flex-flow:column;overflow:hidden;height:100%;padding:12px}.previewâ€”prototype .center-panel.is-only-interactive{padding-top:25px;padding-bottom:25px}.previewâ€”prototype .center-panel .preview-file-swiper{flex:1 1 100%;overflow:hidden}.previewâ€”prototype .center-panel .nav-wrapper{margin-top:24px}.previewâ€”prototype .center-panel .btn-try-out-wrapper{margin-top:28px;display:flex;justify-content:center}.previewâ€”prototype .center-panel .btn-try-out-wrapper .icon-invision-brands{color:#dc395f;font-size:21px}.previewâ€”prototype .center-panel .preview-iframe-figma,.previewâ€”prototype .center-panel .preview-iframe-invision{width:100%;height:100%;border-radius:6px;box-shadow:0 5px 0 rgba(0,0,0,.02);border:1px solid #e5e5e5}.preview-sidebar-wrapper{height:100%;width:100%;display:flex;align-items:center;box-sizing:border-box}.preview-sidebar{overflow:hidden;background-color:#fff;position:relative;flex:1 1;height:100%;border-left:1px solid #e5e5e5}@media(max-width:576px){.preview-sidebar.is-full-open-on-mobile{position:absolute;bottom:8px;left:8px;right:8px;width:calc(100% - 16px)}}@media(max-width:576px){.preview-sidebar.is-full-open-on-mobile .evolution-resume .content,.preview-sidebar.is-full-open-on-mobile .evolution-resume .title{white-space:unset!important;text-overflow:unset!important;overflow:unset!important}}@media(max-width:576px){.preview-sidebar{border-radius:6px}}.preview-sidebar .divider{margin-top:12px}.preview-sidebar .tags-wrapper{padding:0 12px 6px 0}.preview-sidebar .input-wrapper{padding-bottom:0}.preview-sidebar .question{padding:12px 24px;font-size:24px;font-weight:500}.preview-sidebar .additional-information{padding:0 24px}.preview-sidebar .sidebar-footer-nps{flex:0 1 auto}.preview-sidebar .form-comment{padding:16px;border-top:1px solid #e5e5e5}.preview-sidebar .animate-height-content{display:flex;flex-flow:column;height:100%}.preview-sidebar .animate-height-content .swipe-header{position:absolute;height:60px;width:100%;z-index:1}.preview-sidebar .animate-height-content .swipe-header:before{position:absolute;content:"";width:40px;height:6px;border-radius:20px;background-color:hsla(0,0%,71%,.5);left:calc(50% - 20px);top:10px}.preview-sidebar .animate-height-content .scroll-view{position:relative;flex:1 1 auto;overflow:auto}.preview-sidebar-footer-nps{padding:16px 32px;border-top:1px solid #e5e5e5}.preview-sidebar-footer-nps .title{text-align:center;font-weight:600;font-size:18px;margin-bottom:8px}.preview-sidebar-footer-nps .copyright{margin-top:16px;text-align:center}.preview-sidebar-footer-nps .copyright i{margin-right:8px}html.html-boosted{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.boosted .card-push .card{background:var(--boostedPrimaryColor);border:none}.boosted .footer__basic{position:static!important;padding:6px 0!important;background:var(--boostedPrimaryColor)!important;display:flex;justify-content:center}.boosted .footer__basic .copyright{color:var(--boostedColorTitle)!important}.boosted.pop-in .pop-in-wrapper .card-push&gt;.card&gt;.content-wrapper&gt;.survey .survey-scroll-wrapper{width:100vw}.boosted.top-bar:not(.preview){height:60px;width:100vw;background-color:var(--boostedPrimaryColor);text-align:center;padding:12px 0;display:flex;justify-content:center;align-items:center;box-sizing:border-box;cursor:default}.boosted.top-bar:not(.preview) .title{margin:12px;font-size:var(--boostedTitleFontSize);color:var(--boostedColorTitle)}.boosted.top-bar:not(.preview) .cta-wrapper{margin:0}.boosted.top-bar:not(.preview).is-clickable{cursor:pointer}.boosted.top-bar:not(.preview).is-clickable:hover .title{text-decoration:underline}.boosted.top-bar:not(.preview) .close-wrapper{position:absolute;justify-self:flex-end;right:24px;cursor:pointer;color:var(--boostedColorTitle)}.boosted.top-bar.preview{padding:0}.boosted.snippet{width:328px;position:relative;background-color:var(--boostedPrimaryColor);border-radius:var(--boostedRoundness);overflow:hidden;box-shadow:0 9px 16px rgba(12,23,37,.16)}.boosted.snippet.has-cover .close-wrapper{background-color:rgba(0,0,0,.4)}.boosted.snippet .cover-wrapper{width:100%;height:150px;background-size:cover;background-position:50%}.boosted.snippet .content-wrapper{display:flex;flex-direction:column}.boosted.snippet .content-wrapper .tag-wrapper .tag-content-wrapper{font-size:var(--boostedContentFontSize)}.boosted.snippet .content-wrapper .jimo-b-t{align-self:flex-start;font-weight:500}.boosted.snippet .content-wrapper a.prevent-hover:hover{cursor:default!important}.boosted.snippet .content-wrapper a.prevent-hover .step-title{cursor:default}.boosted.snippet .content-wrapper a.prevent-hover .step-title:hover{text-decoration:unset}.boosted.snippet .content-wrapper .step-title{font-weight:500;margin:4px 24px}.boosted.snippet .content-wrapper .text-wrapper{font-size:var(--boostedContentFontSize);color:var(--boostedSecondaryColor)}.boosted.snippet .vote-wrapper{width:100%;padding:8px 16px;box-sizing:border-box;display:flex;justify-content:center;margin-top:auto}.boosted.snippet .vote-wrapper .vote-nps{max-width:240px;flex:0 0 100%}.boosted.snippet .cta-prototype-wrapper{display:flex;justify-content:center;padding:0 12px 12px;cursor:pointer}.boosted.snippet .cta-prototype-wrapper .cta-prototype{width:100%;height:140px;border-radius:8px;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center}.boosted.snippet .cta-prototype-wrapper .cta-prototype:hover .cta-image{transform:scale(1.1)}.boosted.snippet .cta-prototype-wrapper .cta-prototype:hover .icon-play{background-color:hsla(0,0%,100%,.3)}.boosted.snippet .cta-prototype-wrapper .cta-prototype .cta-image{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/static/media/default_bg.c4a80e1b.png);background-repeat:no-repeat;background-size:cover;background-position:50%;transition:all .1s ease-in-out}.boosted.snippet .cta-prototype-wrapper .cta-prototype .cta-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.6) 74%);z-index:2}.boosted.snippet .cta-prototype-wrapper .cta-prototype .icon-play{position:relative;z-index:3;display:flex;flex:0 0 56px;height:56px;border-radius:50%;background-color:hsla(0,0%,100%,.2);align-items:center;justify-content:center;font-size:18px;color:#fff;transition:all .1s ease-in-out}.boosted.pop-in{height:auto;display:flex;padding:0;outline:none;background-color:var(--boostedPrimaryColor);border-radius:var(--boostedRoundness);box-sizing:border-box;overflow-y:auto;color:#000}.boosted.pop-in .pop-in-wrapper{overflow:auto;position:relative;display:flex;flex-direction:column}.boosted.pop-in .pop-in-wrapper .card-push,.boosted.pop-in .pop-in-wrapper .card-push&gt;.card,.boosted.pop-in .pop-in-wrapper .card-push&gt;.card&gt;.content-wrapper,.boosted.pop-in .pop-in-wrapper .card-push&gt;.card&gt;.content-wrapper&gt;.survey{height:100%;overflow:hidden}.boosted.pop-in .pop-in-wrapper .card-push&gt;.card&gt;.content-wrapper&gt;.survey .survey-scroll-wrapper{overflow-y:auto;overflow-x:hidden;flex:1 1 auto}.boosted.pop-in .pop-in-wrapper .card-push&gt;.card&gt;.content-wrapper&gt;.survey .survey-scroll-wrapper .md-renderer{display:block}.boosted.pop-in .pop-in-wrapper .cta-prototype-wrapper{display:flex;justify-content:center;padding:0 24px 24px;cursor:pointer}.boosted.pop-in .pop-in-wrapper .cta-prototype-wrapper .cta-prototype{width:100%;height:200px;border-radius:8px;margin-top:24px;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center}.boosted.pop-in .pop-in-wrapper .cta-prototype-wrapper .cta-prototype:hover .cta-image{transform:scale(1.1)}.boosted.pop-in .pop-in-wrapper .cta-prototype-wrapper .cta-prototype:hover .icon-play{background-color:hsla(0,0%,100%,.3)}.boosted.pop-in .pop-in-wrapper .cta-prototype-wrapper .cta-prototype .cta-image{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/static/media/default_bg.c4a80e1b.png);background-repeat:no-repeat;background-size:cover;background-position:50%;transition:all .1s ease-in-out}.boosted.pop-in .pop-in-wrapper .cta-prototype-wrapper .cta-prototype .cta-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.6) 74%);z-index:2}.boosted.pop-in .pop-in-wrapper .cta-prototype-wrapper .cta-prototype .icon-play{position:relative;z-index:3;display:flex;flex:0 0 56px;height:56px;border-radius:50%;background-color:hsla(0,0%,100%,.2);align-items:center;justify-content:center;font-size:18px;color:#fff;transition:all .1s ease-in-out}.boosted.pop-in .pop-in-wrapper .vote-wrapper{width:100%;padding:16px 24px;box-sizing:border-box;display:flex;justify-content:center;margin-top:auto}.boosted.pop-in .pop-in-wrapper .vote-wrapper .vote-nps{max-width:240px;flex:0 0 100%}.boosted.pop-in .pop-in-wrapper .survey{width:100%}.boosted.pop-in .pop-in-wrapper .survey .vote-wrapper{display:flex}.boosted.pop-in .pop-in-wrapper .action-wrapper{width:100%}.boosted .row{height:100%;margin-right:0;margin-left:0}.boosted .row .col-xs-12.col-sm-4.col-xl-3{padding:0}.boosted .preview-loading{display:flex;flex-flow:column;justify-content:center;align-items:center;height:100%;color:hsla(0,0%,100%,.5)}.boosted .preview-loading .loader{margin-bottom:8px}.boosted .s-preview,.boosted .s-preview&gt;.row{height:100%;overflow:hidden}.boosted .s-preview&gt;.row{margin:0;flex-direction:column}@media(max-width:576px){.boosted .s-preview&gt;.row{display:flex;flex-flow:column}}.boosted .s-preview&gt;.row&gt;div,.boosted .s-preview&gt;.row&gt;div&gt;div{padding:0}.boosted .s-preview&gt;.row&gt;div:last-child{height:100%;padding-right:0}.boosted .s-preview&gt;.row .top-col{flex:0 1}.boosted .s-preview&gt;.row .btn-close-wrapper{background-color:#fff;padding:8px 12px;border-bottom:1px solid #e5e5e5}.boosted .s-preview&gt;.row .btn-close-wrapper .btn{border-radius:6px;padding:6px 12px}.boosted .s-preview .preview-main-wrapper{display:flex;flex:1 1;overflow:hidden;height:100%}@media(max-width:576px){.boosted .s-preview .preview-main-wrapper{flex-direction:column}.boosted .s-preview .preview-main-wrapper&gt;div:first-child{flex:1 1 auto}.boosted .s-preview .preview-main-wrapper&gt;div:last-child{flex:0 1 auto}}.boosted .survey .infos .step-title{font-size:var(--boostedTitleFontSize);color:var(--boostedColorTitle)}.boosted .survey .infos .step-additional-content{font-size:var(--boostedContentFontSize);color:var(--boostedColorContent)}.boosted .survey .input-wrapper .text-area-group textarea:focus{border-color:var(--boostedSecondaryColor)}.boosted .survey .survey-btn,.boosted .survey .survey-btn:hover{background-color:transparent;border-color:var(--boostedSurveyChoicesColor)}.boosted .survey .survey-btn.selected{background-color:transparent;border-color:var(--boostedSecondaryColor)}.boosted .survey .survey-btn.checkbox-btn .icon-tick{background-color:var(--boostedSecondaryColor)}.boosted .survey .survey-btn.checkbox-btn .checkmark{border:2px solid var(--boostedSurveyChoicesColor)}.boosted .survey .survey-btn.checkbox-btn:hover .checkmark{border:2px solid var(--boostedSecondaryColor)}.boosted .survey .survey-btn.select-btn.selected .checkmark{opacity:0}.boosted .survey .survey-btn.select-btn .select-fill{border:7px solid var(--boostedSecondaryColor);background-color:var(--boostedSurveySelectDotColor)}.boosted .survey .survey-btn.select-btn .checkmark{background-color:var(--boostedSurveyChoicesColor);opacity:.2}.boosted .survey .survey-btn.select-btn:hover .checkmark{background-color:var(--boostedSecondaryColor);opacity:.5}.boosted .survey .survey-btn .content{color:var(--boostedSurveyChoicesColor)}.boosted .survey .vote-wrapper .number-vote{color:var(--boostedSecondaryColor)}.boosted .survey .vote-wrapper .action-btn{background-color:var(--boostedSecondaryColor);color:var(--boostedPrimaryColor)}.dot-wrapper{width:60px;height:60px;cursor:pointer}.dot-wrapper .pulsating-circle{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);width:20px;height:20px;border-radius:50%;-webkit-animation:dot-pulse 1.2s cubic-bezier(.215,.61,.355,1) infinite;animation:dot-pulse 1.2s cubic-bezier(.215,.61,.355,1) infinite}.dot-wrapper .pulsating-circle:hover{transform:translateX(-50%) translateY(-50%) scale(1.1);-webkit-animation:unset;animation:unset;box-shadow:0 0 4px}@-webkit-keyframes dot-pulse{0%{box-shadow:0 0 0 0}to{box-shadow:0 0 0 12px transparent}}@keyframes dot-pulse{0%{box-shadow:0 0 0 0}to{box-shadow:0 0 0 12px transparent}}.clickable-block-overlay{z-index:10;position:absolute;left:4px;right:4px;top:4px;bottom:4px;border:1px solid #1260eb;border-radius:0;background:rgba(18,96,235,.05);opacity:0;box-sizing:content-box;transition:all .2s ease-in-out}.clickable-block-overlay.is-card{pointer-events:none}.selected&gt;.clickable-block-overlay,:hover:not(:has(.poke-block-clickable:hover))&gt;.clickable-block-overlay{opacity:1;left:-4px;right:-4px;top:-4px;bottom:-4px}.selected&gt;.clickable-block-overlay.without-overflow,:hover:not(:has(.poke-block-clickable:hover))&gt;.clickable-block-overlay.without-overflow{left:0;right:0;top:0;bottom:0}.selected&gt;.clickable-block-overlay.is-card{background:transparent!important}.poke-block-animation{position:absolute;z-index:10;top:0;left:0;display:none;pointer-events:none}.poke-block-animation,.poke-block-animation&gt;div{height:100%;width:100%}.poke-block-animation.is-init{display:flex;-webkit-animation:block-animation-in .1s ease-in-out forwards;animation:block-animation-in .1s ease-in-out forwards}.poke-block-animation.type-confetti.is-hidden{display:none}.poke-block-animation.type-check.is-hidden,.poke-block-animation.type-heart.is-hidden{-webkit-animation:block-animation-out .2s ease-in-out forwards;animation:block-animation-out .2s ease-in-out forwards}.poke-block-animation.type-smiley{align-items:center;justify-content:center}.poke-block-animation.type-smiley&gt;div{width:50%;height:50%}.poke-block-animation.type-smiley.is-hidden{-webkit-animation:block-animation-out .2s ease-in-out forwards;animation:block-animation-out .2s ease-in-out forwards}@-webkit-keyframes block-animation-in{0%{opacity:0}to{opacity:1}}@keyframes block-animation-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes block-animation-out{0%{opacity:1}99%{opacity:0}to{opacity:0;visibility:hidden}}@keyframes block-animation-out{0%{opacity:1}99%{opacity:0}to{opacity:0;visibility:hidden}}.poke-block-close:not(.is-in-poke-banner){position:absolute;top:24px;right:12px;z-index:3}.poke-block-close.is-in-poke-banner{position:relative}.poke-block-close i{padding:12px;border-radius:12px;cursor:pointer;transition:all .1s ease-in-out}.poke-block-close i:hover{background-color:rgba(0,0,0,.1)}.poke-block-close i:active{background-color:rgba(0,0,0,.05)}.poke-block-gradient{position:absolute;z-index:0;top:0;right:-30px;top:-35%;transition:all .3s ease-in-out}.poke-block-gradient.is-animated{-webkit-animation:block-gradient-move 3.2s ease-in-out infinite;animation:block-gradient-move 3.2s ease-in-out infinite;border-radius:20000px;-webkit-filter:blur(32px);filter:blur(32px)}.poke-block-gradient.is-animated.gradient-big{width:60%;height:114%}.poke-block-gradient.is-animated.gradient-small{width:43%;height:86%}.poke-block-gradient.is-classic{top:0;right:0;width:100%;-webkit-filter:none;filter:none;height:100%}@-webkit-keyframes block-gradient-move{0%{transform:scale(1)}50%{transform:scale(1.5)}to{transform:scale(1)}}@keyframes block-gradient-move{0%{transform:scale(1)}50%{transform:scale(1.5)}to{transform:scale(1)}}.poke-block-choice{margin:24px 24px 10px;grid-gap:8px;gap:8px;display:flex;flex-direction:column}.poke-block-choice.is-animating-out .option-choice{-webkit-animation:block-choice-option-out .5s ease-in-out forwards;animation:block-choice-option-out .5s ease-in-out forwards;-webkit-animation-delay:0ms!important;animation-delay:0ms!important}.poke-block-choice .option-choice{display:flex;align-items:center;font-weight:500;font-family:"Inter",sans-serif;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:12px;padding:16px;font-size:20px;cursor:pointer;transition:all .1s ease-in-out;-webkit-animation:block-choice-option-in .7s ease-out .7s both;animation:block-choice-option-in .7s ease-out .7s both}.poke-block-choice .option-choice.is-animating-out{-webkit-animation:block-choice-option-out .7s ease-out forwards;animation:block-choice-option-out .7s ease-out forwards}.poke-block-choice .option-choice.is-active,.poke-block-choice .option-choice:hover{border-color:rgba(var(--blockChoiceAccentColor),.3);color:rgba(var(--blockChoiceAccentColor),1)}.poke-block-choice .option-choice.is-active i,.poke-block-choice .option-choice:hover i{color:rgba(var(--blockChoiceAccentColor),.3)}.poke-block-choice .option-choice:active{box-shadow:0 2px 4px transparent}.poke-block-choice .option-choice.is-active{background-color:rgba(var(--blockChoiceAccentColor),.06);border:1px solid rgba(var(--blockChoiceAccentColor),.5);box-shadow:0 0 0 1px rgba(var(--blockChoiceAccentColor),.5) inset}.poke-block-choice .option-choice.is-active i{color:rgba(var(--blockChoiceAccentColor),1)}.poke-block-choice .option-choice:nth-child(2n){-webkit-animation-delay:.8s;animation-delay:.8s}.poke-block-choice .option-choice:nth-child(3n){-webkit-animation-delay:.9s;animation-delay:.9s}.poke-block-choice .option-choice:nth-child(4n){-webkit-animation-delay:1s;animation-delay:1s}.poke-block-choice .option-choice:nth-child(5n){-webkit-animation-delay:1.1s;animation-delay:1.1s}.poke-block-choice .option-choice:nth-child(6n){-webkit-animation-delay:1.2s;animation-delay:1.2s}.poke-block-choice .option-choice:nth-child(7n){-webkit-animation-delay:1.3s;animation-delay:1.3s}.poke-block-choice .option-choice:nth-child(8n){-webkit-animation-delay:1.4s;animation-delay:1.4s}.poke-block-choice .option-choice:nth-child(9n){-webkit-animation-delay:1.5s;animation-delay:1.5s}.poke-block-choice .option-choice:nth-child(10n){-webkit-animation-delay:1.6s;animation-delay:1.6s}.poke-block-choice .option-choice:nth-child(11n){-webkit-animation-delay:1.7s;animation-delay:1.7s}.poke-block-choice .option-choice:nth-child(12n){-webkit-animation-delay:1.8s;animation-delay:1.8s}.poke-block-choice .option-choice:nth-child(13n){-webkit-animation-delay:1.9s;animation-delay:1.9s}.poke-block-choice .option-choice:nth-child(14n){-webkit-animation-delay:2s;animation-delay:2s}.poke-block-choice .option-choice:nth-child(15n){-webkit-animation-delay:2.1s;animation-delay:2.1s}.poke-block-choice .option-choice:nth-child(16n){-webkit-animation-delay:2.2s;animation-delay:2.2s}.poke-block-choice .option-choice:nth-child(17n){-webkit-animation-delay:2.3s;animation-delay:2.3s}.poke-block-choice .option-choice:nth-child(18n){-webkit-animation-delay:2.4s;animation-delay:2.4s}.poke-block-choice .option-choice:nth-child(19n){-webkit-animation-delay:2.5s;animation-delay:2.5s}.poke-block-choice .option-choice:nth-child(20n){-webkit-animation-delay:2.6s;animation-delay:2.6s}.poke-block-choice .option-choice:nth-child(21n){-webkit-animation-delay:2.7s;animation-delay:2.7s}.poke-block-choice .option-choice:nth-child(22n){-webkit-animation-delay:2.8s;animation-delay:2.8s}.poke-block-choice .option-choice:nth-child(23n){-webkit-animation-delay:2.9s;animation-delay:2.9s}.poke-block-choice .option-choice:nth-child(24n){-webkit-animation-delay:3s;animation-delay:3s}.poke-block-choice .option-choice:nth-child(25n){-webkit-animation-delay:3.1s;animation-delay:3.1s}.poke-block-choice .option-choice:nth-child(26n){-webkit-animation-delay:3.2s;animation-delay:3.2s}.poke-block-choice .option-choice:nth-child(27n){-webkit-animation-delay:3.3s;animation-delay:3.3s}.poke-block-choice .option-choice:nth-child(28n){-webkit-animation-delay:3.4s;animation-delay:3.4s}.poke-block-choice .option-choice:nth-child(29n){-webkit-animation-delay:3.5s;animation-delay:3.5s}.poke-block-choice .option-choice:nth-child(30n){-webkit-animation-delay:3.6s;animation-delay:3.6s}.poke-block-choice .option-choice:nth-child(31n){-webkit-animation-delay:3.7s;animation-delay:3.7s}.poke-block-choice .option-choice:nth-child(32n){-webkit-animation-delay:3.8s;animation-delay:3.8s}.poke-block-choice .option-choice:nth-child(33n){-webkit-animation-delay:3.9s;animation-delay:3.9s}.poke-block-choice .option-choice:nth-child(34n){-webkit-animation-delay:4s;animation-delay:4s}.poke-block-choice .option-choice:nth-child(35n){-webkit-animation-delay:4.1s;animation-delay:4.1s}.poke-block-choice .option-choice:nth-child(36n){-webkit-animation-delay:4.2s;animation-delay:4.2s}.poke-block-choice .option-choice:nth-child(37n){-webkit-animation-delay:4.3s;animation-delay:4.3s}.poke-block-choice .option-choice:nth-child(38n){-webkit-animation-delay:4.4s;animation-delay:4.4s}.poke-block-choice .option-choice:nth-child(39n){-webkit-animation-delay:4.5s;animation-delay:4.5s}.poke-block-choice .option-choice:nth-child(40n){-webkit-animation-delay:4.6s;animation-delay:4.6s}.poke-block-choice .option-choice:nth-child(41n){-webkit-animation-delay:4.7s;animation-delay:4.7s}.poke-block-choice .option-choice:nth-child(42n){-webkit-animation-delay:4.8s;animation-delay:4.8s}.poke-block-choice .option-choice:nth-child(43n){-webkit-animation-delay:4.9s;animation-delay:4.9s}.poke-block-choice .option-choice:nth-child(44n){-webkit-animation-delay:5s;animation-delay:5s}.poke-block-choice .option-choice:nth-child(45n){-webkit-animation-delay:5.1s;animation-delay:5.1s}.poke-block-choice .option-choice:nth-child(46n){-webkit-animation-delay:5.2s;animation-delay:5.2s}.poke-block-choice .option-choice:nth-child(47n){-webkit-animation-delay:5.3s;animation-delay:5.3s}.poke-block-choice .option-choice:nth-child(48n){-webkit-animation-delay:5.4s;animation-delay:5.4s}.poke-block-choice .option-choice:nth-child(49n){-webkit-animation-delay:5.5s;animation-delay:5.5s}.poke-block-choice .option-choice:nth-child(50n){-webkit-animation-delay:5.6s;animation-delay:5.6s}.poke-block-choice .option-choice:nth-child(51n){-webkit-animation-delay:5.7s;animation-delay:5.7s}.poke-block-choice .option-choice:nth-child(52n){-webkit-animation-delay:5.8s;animation-delay:5.8s}.poke-block-choice .option-choice:nth-child(53n){-webkit-animation-delay:5.9s;animation-delay:5.9s}.poke-block-choice .option-choice:nth-child(54n){-webkit-animation-delay:6s;animation-delay:6s}.poke-block-choice .option-choice:nth-child(55n){-webkit-animation-delay:6.1s;animation-delay:6.1s}.poke-block-choice .option-choice:nth-child(56n){-webkit-animation-delay:6.2s;animation-delay:6.2s}.poke-block-choice .option-choice:nth-child(57n){-webkit-animation-delay:6.3s;animation-delay:6.3s}.poke-block-choice .option-choice:nth-child(58n){-webkit-animation-delay:6.4s;animation-delay:6.4s}.poke-block-choice .option-choice:nth-child(59n){-webkit-animation-delay:6.5s;animation-delay:6.5s}.poke-block-choice .option-choice:nth-child(60n){-webkit-animation-delay:6.6s;animation-delay:6.6s}.poke-block-choice .option-choice:nth-child(61n){-webkit-animation-delay:6.7s;animation-delay:6.7s}.poke-block-choice .option-choice:nth-child(62n){-webkit-animation-delay:6.8s;animation-delay:6.8s}.poke-block-choice .option-choice:nth-child(63n){-webkit-animation-delay:6.9s;animation-delay:6.9s}.poke-block-choice .option-choice:nth-child(64n){-webkit-animation-delay:7s;animation-delay:7s}.poke-block-choice .option-choice:nth-child(65n){-webkit-animation-delay:7.1s;animation-delay:7.1s}.poke-block-choice .option-choice:nth-child(66n){-webkit-animation-delay:7.2s;animation-delay:7.2s}.poke-block-choice .option-choice:nth-child(67n){-webkit-animation-delay:7.3s;animation-delay:7.3s}.poke-block-choice .option-choice:nth-child(68n){-webkit-animation-delay:7.4s;animation-delay:7.4s}.poke-block-choice .option-choice:nth-child(69n){-webkit-animation-delay:7.5s;animation-delay:7.5s}.poke-block-choice .option-choice:nth-child(70n){-webkit-animation-delay:7.6s;animation-delay:7.6s}.poke-block-choice .option-choice:nth-child(71n){-webkit-animation-delay:7.7s;animation-delay:7.7s}.poke-block-choice .option-choice:nth-child(72n){-webkit-animation-delay:7.8s;animation-delay:7.8s}.poke-block-choice .option-choice:nth-child(73n){-webkit-animation-delay:7.9s;animation-delay:7.9s}.poke-block-choice .option-choice:nth-child(74n){-webkit-animation-delay:8s;animation-delay:8s}.poke-block-choice .option-choice:nth-child(75n){-webkit-animation-delay:8.1s;animation-delay:8.1s}.poke-block-choice .option-choice:nth-child(76n){-webkit-animation-delay:8.2s;animation-delay:8.2s}.poke-block-choice .option-choice:nth-child(77n){-webkit-animation-delay:8.3s;animation-delay:8.3s}.poke-block-choice .option-choice:nth-child(78n){-webkit-animation-delay:8.4s;animation-delay:8.4s}.poke-block-choice .option-choice:nth-child(79n){-webkit-animation-delay:8.5s;animation-delay:8.5s}.poke-block-choice .option-choice:nth-child(80n){-webkit-animation-delay:8.6s;animation-delay:8.6s}.poke-block-choice .option-choice:nth-child(81n){-webkit-animation-delay:8.7s;animation-delay:8.7s}.poke-block-choice .option-choice:nth-child(82n){-webkit-animation-delay:8.8s;animation-delay:8.8s}.poke-block-choice .option-choice:nth-child(83n){-webkit-animation-delay:8.9s;animation-delay:8.9s}.poke-block-choice .option-choice:nth-child(84n){-webkit-animation-delay:9s;animation-delay:9s}.poke-block-choice .option-choice:nth-child(85n){-webkit-animation-delay:9.1s;animation-delay:9.1s}.poke-block-choice .option-choice:nth-child(86n){-webkit-animation-delay:9.2s;animation-delay:9.2s}.poke-block-choice .option-choice:nth-child(87n){-webkit-animation-delay:9.3s;animation-delay:9.3s}.poke-block-choice .option-choice:nth-child(88n){-webkit-animation-delay:9.4s;animation-delay:9.4s}.poke-block-choice .option-choice:nth-child(89n){-webkit-animation-delay:9.5s;animation-delay:9.5s}.poke-block-choice .option-choice:nth-child(90n){-webkit-animation-delay:9.6s;animation-delay:9.6s}.poke-block-choice .option-choice:nth-child(91n){-webkit-animation-delay:9.7s;animation-delay:9.7s}.poke-block-choice .option-choice:nth-child(92n){-webkit-animation-delay:9.8s;animation-delay:9.8s}.poke-block-choice .option-choice:nth-child(93n){-webkit-animation-delay:9.9s;animation-delay:9.9s}.poke-block-choice .option-choice:nth-child(94n){-webkit-animation-delay:10s;animation-delay:10s}.poke-block-choice .option-choice:nth-child(95n){-webkit-animation-delay:10.1s;animation-delay:10.1s}.poke-block-choice .option-choice:nth-child(96n){-webkit-animation-delay:10.2s;animation-delay:10.2s}.poke-block-choice .option-choice:nth-child(97n){-webkit-animation-delay:10.3s;animation-delay:10.3s}.poke-block-choice .option-choice:nth-child(98n){-webkit-animation-delay:10.4s;animation-delay:10.4s}.poke-block-choice .option-choice:nth-child(99n){-webkit-animation-delay:10.5s;animation-delay:10.5s}.poke-block-choice .option-choice:nth-child(100n){-webkit-animation-delay:10.6s;animation-delay:10.6s}.poke-block-choice .option-choice:nth-child(101n){-webkit-animation-delay:10.7s;animation-delay:10.7s}.poke-block-choice .option-choice:nth-child(102n){-webkit-animation-delay:10.8s;animation-delay:10.8s}.poke-block-choice .option-choice:nth-child(103n){-webkit-animation-delay:10.9s;animation-delay:10.9s}.poke-block-choice .option-choice:nth-child(104n){-webkit-animation-delay:11s;animation-delay:11s}.poke-block-choice .option-choice:nth-child(105n){-webkit-animation-delay:11.1s;animation-delay:11.1s}.poke-block-choice .option-choice:nth-child(106n){-webkit-animation-delay:11.2s;animation-delay:11.2s}.poke-block-choice .option-choice:nth-child(107n){-webkit-animation-delay:11.3s;animation-delay:11.3s}.poke-block-choice .option-choice:nth-child(108n){-webkit-animation-delay:11.4s;animation-delay:11.4s}.poke-block-choice .option-choice:nth-child(109n){-webkit-animation-delay:11.5s;animation-delay:11.5s}.poke-block-choice .option-choice:nth-child(110n){-webkit-animation-delay:11.6s;animation-delay:11.6s}.poke-block-choice .option-choice:nth-child(111n){-webkit-animation-delay:11.7s;animation-delay:11.7s}.poke-block-choice .option-choice:nth-child(112n){-webkit-animation-delay:11.8s;animation-delay:11.8s}.poke-block-choice .option-choice:nth-child(113n){-webkit-animation-delay:11.9s;animation-delay:11.9s}.poke-block-choice .option-choice:nth-child(114n){-webkit-animation-delay:12s;animation-delay:12s}.poke-block-choice .option-choice:nth-child(115n){-webkit-animation-delay:12.1s;animation-delay:12.1s}.poke-block-choice .option-choice:nth-child(116n){-webkit-animation-delay:12.2s;animation-delay:12.2s}.poke-block-choice .option-choice:nth-child(117n){-webkit-animation-delay:12.3s;animation-delay:12.3s}.poke-block-choice .option-choice:nth-child(118n){-webkit-animation-delay:12.4s;animation-delay:12.4s}.poke-block-choice .option-choice:nth-child(119n){-webkit-animation-delay:12.5s;animation-delay:12.5s}.poke-block-choice .option-choice:nth-child(120n){-webkit-animation-delay:12.6s;animation-delay:12.6s}.poke-block-choice .option-choice:nth-child(121n){-webkit-animation-delay:12.7s;animation-delay:12.7s}.poke-block-choice .option-choice:nth-child(122n){-webkit-animation-delay:12.8s;animation-delay:12.8s}.poke-block-choice .option-choice:nth-child(123n){-webkit-animation-delay:12.9s;animation-delay:12.9s}.poke-block-choice .option-choice:nth-child(124n){-webkit-animation-delay:13s;animation-delay:13s}.poke-block-choice .option-choice:nth-child(125n){-webkit-animation-delay:13.1s;animation-delay:13.1s}.poke-block-choice .option-choice:nth-child(126n){-webkit-animation-delay:13.2s;animation-delay:13.2s}.poke-block-choice .option-choice:nth-child(127n){-webkit-animation-delay:13.3s;animation-delay:13.3s}.poke-block-choice .option-choice:nth-child(128n){-webkit-animation-delay:13.4s;animation-delay:13.4s}.poke-block-choice .option-choice:nth-child(129n){-webkit-animation-delay:13.5s;animation-delay:13.5s}.poke-block-choice .option-choice:nth-child(130n){-webkit-animation-delay:13.6s;animation-delay:13.6s}.poke-block-choice .option-choice:nth-child(131n){-webkit-animation-delay:13.7s;animation-delay:13.7s}.poke-block-choice .option-choice:nth-child(132n){-webkit-animation-delay:13.8s;animation-delay:13.8s}.poke-block-choice .option-choice:nth-child(133n){-webkit-animation-delay:13.9s;animation-delay:13.9s}.poke-block-choice .option-choice:nth-child(134n){-webkit-animation-delay:14s;animation-delay:14s}.poke-block-choice .option-choice:nth-child(135n){-webkit-animation-delay:14.1s;animation-delay:14.1s}.poke-block-choice .option-choice:nth-child(136n){-webkit-animation-delay:14.2s;animation-delay:14.2s}.poke-block-choice .option-choice:nth-child(137n){-webkit-animation-delay:14.3s;animation-delay:14.3s}.poke-block-choice .option-choice:nth-child(138n){-webkit-animation-delay:14.4s;animation-delay:14.4s}.poke-block-choice .option-choice:nth-child(139n){-webkit-animation-delay:14.5s;animation-delay:14.5s}.poke-block-choice .option-choice:nth-child(140n){-webkit-animation-delay:14.6s;animation-delay:14.6s}.poke-block-choice .option-choice:nth-child(141n){-webkit-animation-delay:14.7s;animation-delay:14.7s}.poke-block-choice .option-choice:nth-child(142n){-webkit-animation-delay:14.8s;animation-delay:14.8s}.poke-block-choice .option-choice:nth-child(143n){-webkit-animation-delay:14.9s;animation-delay:14.9s}.poke-block-choice .option-choice:nth-child(144n){-webkit-animation-delay:15s;animation-delay:15s}.poke-block-choice .option-choice:nth-child(145n){-webkit-animation-delay:15.1s;animation-delay:15.1s}.poke-block-choice .option-choice:nth-child(146n){-webkit-animation-delay:15.2s;animation-delay:15.2s}.poke-block-choice .option-choice:nth-child(147n){-webkit-animation-delay:15.3s;animation-delay:15.3s}.poke-block-choice .option-choice:nth-child(148n){-webkit-animation-delay:15.4s;animation-delay:15.4s}.poke-block-choice .option-choice:nth-child(149n){-webkit-animation-delay:15.5s;animation-delay:15.5s}.poke-block-choice .option-choice:nth-child(150n){-webkit-animation-delay:15.6s;animation-delay:15.6s}.poke-block-choice .option-choice:nth-child(151n){-webkit-animation-delay:15.7s;animation-delay:15.7s}.poke-block-choice .option-choice:nth-child(152n){-webkit-animation-delay:15.8s;animation-delay:15.8s}.poke-block-choice .option-choice:nth-child(153n){-webkit-animation-delay:15.9s;animation-delay:15.9s}.poke-block-choice .option-choice:nth-child(154n){-webkit-animation-delay:16s;animation-delay:16s}.poke-block-choice .option-choice:nth-child(155n){-webkit-animation-delay:16.1s;animation-delay:16.1s}.poke-block-choice .option-choice:nth-child(156n){-webkit-animation-delay:16.2s;animation-delay:16.2s}.poke-block-choice .option-choice:nth-child(157n){-webkit-animation-delay:16.3s;animation-delay:16.3s}.poke-block-choice .option-choice:nth-child(158n){-webkit-animation-delay:16.4s;animation-delay:16.4s}.poke-block-choice .option-choice:nth-child(159n){-webkit-animation-delay:16.5s;animation-delay:16.5s}.poke-block-choice .option-choice:nth-child(160n){-webkit-animation-delay:16.6s;animation-delay:16.6s}.poke-block-choice .option-choice:nth-child(161n){-webkit-animation-delay:16.7s;animation-delay:16.7s}.poke-block-choice .option-choice:nth-child(162n){-webkit-animation-delay:16.8s;animation-delay:16.8s}.poke-block-choice .option-choice:nth-child(163n){-webkit-animation-delay:16.9s;animation-delay:16.9s}.poke-block-choice .option-choice:nth-child(164n){-webkit-animation-delay:17s;animation-delay:17s}.poke-block-choice .option-choice:nth-child(165n){-webkit-animation-delay:17.1s;animation-delay:17.1s}.poke-block-choice .option-choice:nth-child(166n){-webkit-animation-delay:17.2s;animation-delay:17.2s}.poke-block-choice .option-choice:nth-child(167n){-webkit-animation-delay:17.3s;animation-delay:17.3s}.poke-block-choice .option-choice:nth-child(168n){-webkit-animation-delay:17.4s;animation-delay:17.4s}.poke-block-choice .option-choice:nth-child(169n){-webkit-animation-delay:17.5s;animation-delay:17.5s}.poke-block-choice .option-choice:nth-child(170n){-webkit-animation-delay:17.6s;animation-delay:17.6s}.poke-block-choice .option-choice:nth-child(171n){-webkit-animation-delay:17.7s;animation-delay:17.7s}.poke-block-choice .option-choice:nth-child(172n){-webkit-animation-delay:17.8s;animation-delay:17.8s}.poke-block-choice .option-choice:nth-child(173n){-webkit-animation-delay:17.9s;animation-delay:17.9s}.poke-block-choice .option-choice:nth-child(174n){-webkit-animation-delay:18s;animation-delay:18s}.poke-block-choice .option-choice:nth-child(175n){-webkit-animation-delay:18.1s;animation-delay:18.1s}.poke-block-choice .option-choice:nth-child(176n){-webkit-animation-delay:18.2s;animation-delay:18.2s}.poke-block-choice .option-choice:nth-child(177n){-webkit-animation-delay:18.3s;animation-delay:18.3s}.poke-block-choice .option-choice:nth-child(178n){-webkit-animation-delay:18.4s;animation-delay:18.4s}.poke-block-choice .option-choice:nth-child(179n){-webkit-animation-delay:18.5s;animation-delay:18.5s}.poke-block-choice .option-choice:nth-child(180n){-webkit-animation-delay:18.6s;animation-delay:18.6s}.poke-block-choice .option-choice:nth-child(181n){-webkit-animation-delay:18.7s;animation-delay:18.7s}.poke-block-choice .option-choice:nth-child(182n){-webkit-animation-delay:18.8s;animation-delay:18.8s}.poke-block-choice .option-choice:nth-child(183n){-webkit-animation-delay:18.9s;animation-delay:18.9s}.poke-block-choice .option-choice:nth-child(184n){-webkit-animation-delay:19s;animation-delay:19s}.poke-block-choice .option-choice:nth-child(185n){-webkit-animation-delay:19.1s;animation-delay:19.1s}.poke-block-choice .option-choice:nth-child(186n){-webkit-animation-delay:19.2s;animation-delay:19.2s}.poke-block-choice .option-choice:nth-child(187n){-webkit-animation-delay:19.3s;animation-delay:19.3s}.poke-block-choice .option-choice:nth-child(188n){-webkit-animation-delay:19.4s;animation-delay:19.4s}.poke-block-choice .option-choice:nth-child(189n){-webkit-animation-delay:19.5s;animation-delay:19.5s}.poke-block-choice .option-choice:nth-child(190n){-webkit-animation-delay:19.6s;animation-delay:19.6s}.poke-block-choice .option-choice:nth-child(191n){-webkit-animation-delay:19.7s;animation-delay:19.7s}.poke-block-choice .option-choice:nth-child(192n){-webkit-animation-delay:19.8s;animation-delay:19.8s}.poke-block-choice .option-choice:nth-child(193n){-webkit-animation-delay:19.9s;animation-delay:19.9s}.poke-block-choice .option-choice:nth-child(194n){-webkit-animation-delay:20s;animation-delay:20s}.poke-block-choice .option-choice:nth-child(195n){-webkit-animation-delay:20.1s;animation-delay:20.1s}.poke-block-choice .option-choice:nth-child(196n){-webkit-animation-delay:20.2s;animation-delay:20.2s}.poke-block-choice .option-choice:nth-child(197n){-webkit-animation-delay:20.3s;animation-delay:20.3s}.poke-block-choice .option-choice:nth-child(198n){-webkit-animation-delay:20.4s;animation-delay:20.4s}.poke-block-choice .option-choice:nth-child(199n){-webkit-animation-delay:20.5s;animation-delay:20.5s}.poke-block-choice .option-choice:nth-child(200n){-webkit-animation-delay:20.6s;animation-delay:20.6s}.poke-block-choice .option-choice:nth-child(201n){-webkit-animation-delay:20.7s;animation-delay:20.7s}.poke-block-choice .option-choice:nth-child(202n){-webkit-animation-delay:20.8s;animation-delay:20.8s}.poke-block-choice .option-choice:nth-child(203n){-webkit-animation-delay:20.9s;animation-delay:20.9s}.poke-block-choice .option-choice:nth-child(204n){-webkit-animation-delay:21s;animation-delay:21s}.poke-block-choice .option-choice:nth-child(205n){-webkit-animation-delay:21.1s;animation-delay:21.1s}.poke-block-choice .option-choice:nth-child(206n){-webkit-animation-delay:21.2s;animation-delay:21.2s}.poke-block-choice .option-choice:nth-child(207n){-webkit-animation-delay:21.3s;animation-delay:21.3s}.poke-block-choice .option-choice:nth-child(208n){-webkit-animation-delay:21.4s;animation-delay:21.4s}.poke-block-choice .option-choice:nth-child(209n){-webkit-animation-delay:21.5s;animation-delay:21.5s}.poke-block-choice .option-choice:nth-child(210n){-webkit-animation-delay:21.6s;animation-delay:21.6s}.poke-block-choice .option-choice:nth-child(211n){-webkit-animation-delay:21.7s;animation-delay:21.7s}.poke-block-choice .option-choice:nth-child(212n){-webkit-animation-delay:21.8s;animation-delay:21.8s}.poke-block-choice .option-choice:nth-child(213n){-webkit-animation-delay:21.9s;animation-delay:21.9s}.poke-block-choice .option-choice:nth-child(214n){-webkit-animation-delay:22s;animation-delay:22s}.poke-block-choice .option-choice:nth-child(215n){-webkit-animation-delay:22.1s;animation-delay:22.1s}.poke-block-choice .option-choice:nth-child(216n){-webkit-animation-delay:22.2s;animation-delay:22.2s}.poke-block-choice .option-choice:nth-child(217n){-webkit-animation-delay:22.3s;animation-delay:22.3s}.poke-block-choice .option-choice:nth-child(218n){-webkit-animation-delay:22.4s;animation-delay:22.4s}.poke-block-choice .option-choice:nth-child(219n){-webkit-animation-delay:22.5s;animation-delay:22.5s}.poke-block-choice .option-choice:nth-child(220n){-webkit-animation-delay:22.6s;animation-delay:22.6s}.poke-block-choice .option-choice:nth-child(221n){-webkit-animation-delay:22.7s;animation-delay:22.7s}.poke-block-choice .option-choice:nth-child(222n){-webkit-animation-delay:22.8s;animation-delay:22.8s}.poke-block-choice .option-choice:nth-child(223n){-webkit-animation-delay:22.9s;animation-delay:22.9s}.poke-block-choice .option-choice:nth-child(224n){-webkit-animation-delay:23s;animation-delay:23s}.poke-block-choice .option-choice:nth-child(225n){-webkit-animation-delay:23.1s;animation-delay:23.1s}.poke-block-choice .option-choice:nth-child(226n){-webkit-animation-delay:23.2s;animation-delay:23.2s}.poke-block-choice .option-choice:nth-child(227n){-webkit-animation-delay:23.3s;animation-delay:23.3s}.poke-block-choice .option-choice:nth-child(228n){-webkit-animation-delay:23.4s;animation-delay:23.4s}.poke-block-choice .option-choice:nth-child(229n){-webkit-animation-delay:23.5s;animation-delay:23.5s}.poke-block-choice .option-choice:nth-child(230n){-webkit-animation-delay:23.6s;animation-delay:23.6s}.poke-block-choice .option-choice:nth-child(231n){-webkit-animation-delay:23.7s;animation-delay:23.7s}.poke-block-choice .option-choice:nth-child(232n){-webkit-animation-delay:23.8s;animation-delay:23.8s}.poke-block-choice .option-choice:nth-child(233n){-webkit-animation-delay:23.9s;animation-delay:23.9s}.poke-block-choice .option-choice:nth-child(234n){-webkit-animation-delay:24s;animation-delay:24s}.poke-block-choice .option-choice:nth-child(235n){-webkit-animation-delay:24.1s;animation-delay:24.1s}.poke-block-choice .option-choice:nth-child(236n){-webkit-animation-delay:24.2s;animation-delay:24.2s}.poke-block-choice .option-choice:nth-child(237n){-webkit-animation-delay:24.3s;animation-delay:24.3s}.poke-block-choice .option-choice:nth-child(238n){-webkit-animation-delay:24.4s;animation-delay:24.4s}.poke-block-choice .option-choice:nth-child(239n){-webkit-animation-delay:24.5s;animation-delay:24.5s}.poke-block-choice .option-choice:nth-child(240n){-webkit-animation-delay:24.6s;animation-delay:24.6s}.poke-block-choice .option-choice:nth-child(241n){-webkit-animation-delay:24.7s;animation-delay:24.7s}.poke-block-choice .option-choice:nth-child(242n){-webkit-animation-delay:24.8s;animation-delay:24.8s}.poke-block-choice .option-choice:nth-child(243n){-webkit-animation-delay:24.9s;animation-delay:24.9s}.poke-block-choice .option-choice:nth-child(244n){-webkit-animation-delay:25s;animation-delay:25s}.poke-block-choice .option-choice:nth-child(245n){-webkit-animation-delay:25.1s;animation-delay:25.1s}.poke-block-choice .option-choice:nth-child(246n){-webkit-animation-delay:25.2s;animation-delay:25.2s}.poke-block-choice .option-choice:nth-child(247n){-webkit-animation-delay:25.3s;animation-delay:25.3s}.poke-block-choice .option-choice:nth-child(248n){-webkit-animation-delay:25.4s;animation-delay:25.4s}.poke-block-choice .option-choice:nth-child(249n){-webkit-animation-delay:25.5s;animation-delay:25.5s}.poke-block-choice .option-choice:nth-child(250n){-webkit-animation-delay:25.6s;animation-delay:25.6s}.poke-block-choice .option-choice:nth-child(251n){-webkit-animation-delay:25.7s;animation-delay:25.7s}.poke-block-choice .option-choice:nth-child(252n){-webkit-animation-delay:25.8s;animation-delay:25.8s}.poke-block-choice .option-choice:nth-child(253n){-webkit-animation-delay:25.9s;animation-delay:25.9s}.poke-block-choice .option-choice:nth-child(254n){-webkit-animation-delay:26s;animation-delay:26s}.poke-block-choice .option-choice:nth-child(255n){-webkit-animation-delay:26.1s;animation-delay:26.1s}.poke-block-choice .option-choice:nth-child(256n){-webkit-animation-delay:26.2s;animation-delay:26.2s}.poke-block-choice .option-choice:nth-child(257n){-webkit-animation-delay:26.3s;animation-delay:26.3s}.poke-block-choice .option-choice:nth-child(258n){-webkit-animation-delay:26.4s;animation-delay:26.4s}.poke-block-choice .option-choice:nth-child(259n){-webkit-animation-delay:26.5s;animation-delay:26.5s}.poke-block-choice .option-choice:nth-child(260n){-webkit-animation-delay:26.6s;animation-delay:26.6s}.poke-block-choice .option-choice:nth-child(261n){-webkit-animation-delay:26.7s;animation-delay:26.7s}.poke-block-choice .option-choice:nth-child(262n){-webkit-animation-delay:26.8s;animation-delay:26.8s}.poke-block-choice .option-choice:nth-child(263n){-webkit-animation-delay:26.9s;animation-delay:26.9s}.poke-block-choice .option-choice:nth-child(264n){-webkit-animation-delay:27s;animation-delay:27s}.poke-block-choice .option-choice:nth-child(265n){-webkit-animation-delay:27.1s;animation-delay:27.1s}.poke-block-choice .option-choice:nth-child(266n){-webkit-animation-delay:27.2s;animation-delay:27.2s}.poke-block-choice .option-choice:nth-child(267n){-webkit-animation-delay:27.3s;animation-delay:27.3s}.poke-block-choice .option-choice:nth-child(268n){-webkit-animation-delay:27.4s;animation-delay:27.4s}.poke-block-choice .option-choice:nth-child(269n){-webkit-animation-delay:27.5s;animation-delay:27.5s}.poke-block-choice .option-choice:nth-child(270n){-webkit-animation-delay:27.6s;animation-delay:27.6s}.poke-block-choice .option-choice:nth-child(271n){-webkit-animation-delay:27.7s;animation-delay:27.7s}.poke-block-choice .option-choice:nth-child(272n){-webkit-animation-delay:27.8s;animation-delay:27.8s}.poke-block-choice .option-choice:nth-child(273n){-webkit-animation-delay:27.9s;animation-delay:27.9s}.poke-block-choice .option-choice:nth-child(274n){-webkit-animation-delay:28s;animation-delay:28s}.poke-block-choice .option-choice:nth-child(275n){-webkit-animation-delay:28.1s;animation-delay:28.1s}.poke-block-choice .option-choice:nth-child(276n){-webkit-animation-delay:28.2s;animation-delay:28.2s}.poke-block-choice .option-choice:nth-child(277n){-webkit-animation-delay:28.3s;animation-delay:28.3s}.poke-block-choice .option-choice:nth-child(278n){-webkit-animation-delay:28.4s;animation-delay:28.4s}.poke-block-choice .option-choice:nth-child(279n){-webkit-animation-delay:28.5s;animation-delay:28.5s}.poke-block-choice .option-choice:nth-child(280n){-webkit-animation-delay:28.6s;animation-delay:28.6s}.poke-block-choice .option-choice:nth-child(281n){-webkit-animation-delay:28.7s;animation-delay:28.7s}.poke-block-choice .option-choice:nth-child(282n){-webkit-animation-delay:28.8s;animation-delay:28.8s}.poke-block-choice .option-choice:nth-child(283n){-webkit-animation-delay:28.9s;animation-delay:28.9s}.poke-block-choice .option-choice:nth-child(284n){-webkit-animation-delay:29s;animation-delay:29s}.poke-block-choice .option-choice:nth-child(285n){-webkit-animation-delay:29.1s;animation-delay:29.1s}.poke-block-choice .option-choice:nth-child(286n){-webkit-animation-delay:29.2s;animation-delay:29.2s}.poke-block-choice .option-choice:nth-child(287n){-webkit-animation-delay:29.3s;animation-delay:29.3s}.poke-block-choice .option-choice:nth-child(288n){-webkit-animation-delay:29.4s;animation-delay:29.4s}.poke-block-choice .option-choice:nth-child(289n){-webkit-animation-delay:29.5s;animation-delay:29.5s}.poke-block-choice .option-choice:nth-child(290n){-webkit-animation-delay:29.6s;animation-delay:29.6s}.poke-block-choice .option-choice:nth-child(291n){-webkit-animation-delay:29.7s;animation-delay:29.7s}.poke-block-choice .option-choice:nth-child(292n){-webkit-animation-delay:29.8s;animation-delay:29.8s}.poke-block-choice .option-choice:nth-child(293n){-webkit-animation-delay:29.9s;animation-delay:29.9s}.poke-block-choice .option-choice:nth-child(294n){-webkit-animation-delay:30s;animation-delay:30s}.poke-block-choice .option-choice:nth-child(295n){-webkit-animation-delay:30.1s;animation-delay:30.1s}.poke-block-choice .option-choice:nth-child(296n){-webkit-animation-delay:30.2s;animation-delay:30.2s}.poke-block-choice .option-choice:nth-child(297n){-webkit-animation-delay:30.3s;animation-delay:30.3s}.poke-block-choice .option-choice:nth-child(298n){-webkit-animation-delay:30.4s;animation-delay:30.4s}.poke-block-choice .option-choice:nth-child(299n){-webkit-animation-delay:30.5s;animation-delay:30.5s}.poke-block-choice .option-choice:nth-child(300n){-webkit-animation-delay:30.6s;animation-delay:30.6s}.poke-block-choice .option-choice:nth-child(301n){-webkit-animation-delay:30.7s;animation-delay:30.7s}.poke-block-choice .option-choice:nth-child(302n){-webkit-animation-delay:30.8s;animation-delay:30.8s}.poke-block-choice .option-choice:nth-child(303n){-webkit-animation-delay:30.9s;animation-delay:30.9s}.poke-block-choice .option-choice:nth-child(304n){-webkit-animation-delay:31s;animation-delay:31s}.poke-block-choice .option-choice:nth-child(305n){-webkit-animation-delay:31.1s;animation-delay:31.1s}.poke-block-choice .option-choice:nth-child(306n){-webkit-animation-delay:31.2s;animation-delay:31.2s}.poke-block-choice .option-choice:nth-child(307n){-webkit-animation-delay:31.3s;animation-delay:31.3s}.poke-block-choice .option-choice:nth-child(308n){-webkit-animation-delay:31.4s;animation-delay:31.4s}.poke-block-choice .option-choice:nth-child(309n){-webkit-animation-delay:31.5s;animation-delay:31.5s}.poke-block-choice .option-choice:nth-child(310n){-webkit-animation-delay:31.6s;animation-delay:31.6s}.poke-block-choice .option-choice:nth-child(311n){-webkit-animation-delay:31.7s;animation-delay:31.7s}.poke-block-choice .option-choice:nth-child(312n){-webkit-animation-delay:31.8s;animation-delay:31.8s}.poke-block-choice .option-choice:nth-child(313n){-webkit-animation-delay:31.9s;animation-delay:31.9s}.poke-block-choice .option-choice:nth-child(314n){-webkit-animation-delay:32s;animation-delay:32s}.poke-block-choice .option-choice:nth-child(315n){-webkit-animation-delay:32.1s;animation-delay:32.1s}.poke-block-choice .option-choice:nth-child(316n){-webkit-animation-delay:32.2s;animation-delay:32.2s}.poke-block-choice .option-choice:nth-child(317n){-webkit-animation-delay:32.3s;animation-delay:32.3s}.poke-block-choice .option-choice:nth-child(318n){-webkit-animation-delay:32.4s;animation-delay:32.4s}.poke-block-choice .option-choice:nth-child(319n){-webkit-animation-delay:32.5s;animation-delay:32.5s}.poke-block-choice .option-choice:nth-child(320n){-webkit-animation-delay:32.6s;animation-delay:32.6s}.poke-block-choice .option-choice:nth-child(321n){-webkit-animation-delay:32.7s;animation-delay:32.7s}.poke-block-choice .option-choice:nth-child(322n){-webkit-animation-delay:32.8s;animation-delay:32.8s}.poke-block-choice .option-choice:nth-child(323n){-webkit-animation-delay:32.9s;animation-delay:32.9s}.poke-block-choice .option-choice:nth-child(324n){-webkit-animation-delay:33s;animation-delay:33s}.poke-block-choice .option-choice:nth-child(325n){-webkit-animation-delay:33.1s;animation-delay:33.1s}.poke-block-choice .option-choice:nth-child(326n){-webkit-animation-delay:33.2s;animation-delay:33.2s}.poke-block-choice .option-choice:nth-child(327n){-webkit-animation-delay:33.3s;animation-delay:33.3s}.poke-block-choice .option-choice:nth-child(328n){-webkit-animation-delay:33.4s;animation-delay:33.4s}.poke-block-choice .option-choice:nth-child(329n){-webkit-animation-delay:33.5s;animation-delay:33.5s}.poke-block-choice .option-choice:nth-child(330n){-webkit-animation-delay:33.6s;animation-delay:33.6s}.poke-block-choice .option-choice:nth-child(331n){-webkit-animation-delay:33.7s;animation-delay:33.7s}.poke-block-choice .option-choice:nth-child(332n){-webkit-animation-delay:33.8s;animation-delay:33.8s}.poke-block-choice .option-choice:nth-child(333n){-webkit-animation-delay:33.9s;animation-delay:33.9s}.poke-block-choice .option-choice:nth-child(334n){-webkit-animation-delay:34s;animation-delay:34s}.poke-block-choice .option-choice:nth-child(335n){-webkit-animation-delay:34.1s;animation-delay:34.1s}.poke-block-choice .option-choice:nth-child(336n){-webkit-animation-delay:34.2s;animation-delay:34.2s}.poke-block-choice .option-choice:nth-child(337n){-webkit-animation-delay:34.3s;animation-delay:34.3s}.poke-block-choice .option-choice:nth-child(338n){-webkit-animation-delay:34.4s;animation-delay:34.4s}.poke-block-choice .option-choice:nth-child(339n){-webkit-animation-delay:34.5s;animation-delay:34.5s}.poke-block-choice .option-choice:nth-child(340n){-webkit-animation-delay:34.6s;animation-delay:34.6s}.poke-block-choice .option-choice:nth-child(341n){-webkit-animation-delay:34.7s;animation-delay:34.7s}.poke-block-choice .option-choice:nth-child(342n){-webkit-animation-delay:34.8s;animation-delay:34.8s}.poke-block-choice .option-choice:nth-child(343n){-webkit-animation-delay:34.9s;animation-delay:34.9s}.poke-block-choice .option-choice:nth-child(344n){-webkit-animation-delay:35s;animation-delay:35s}.poke-block-choice .option-choice:nth-child(345n){-webkit-animation-delay:35.1s;animation-delay:35.1s}.poke-block-choice .option-choice:nth-child(346n){-webkit-animation-delay:35.2s;animation-delay:35.2s}.poke-block-choice .option-choice:nth-child(347n){-webkit-animation-delay:35.3s;animation-delay:35.3s}.poke-block-choice .option-choice:nth-child(348n){-webkit-animation-delay:35.4s;animation-delay:35.4s}.poke-block-choice .option-choice:nth-child(349n){-webkit-animation-delay:35.5s;animation-delay:35.5s}.poke-block-choice .option-choice:nth-child(350n){-webkit-animation-delay:35.6s;animation-delay:35.6s}.poke-block-choice .option-choice:nth-child(351n){-webkit-animation-delay:35.7s;animation-delay:35.7s}.poke-block-choice .option-choice:nth-child(352n){-webkit-animation-delay:35.8s;animation-delay:35.8s}.poke-block-choice .option-choice:nth-child(353n){-webkit-animation-delay:35.9s;animation-delay:35.9s}.poke-block-choice .option-choice:nth-child(354n){-webkit-animation-delay:36s;animation-delay:36s}.poke-block-choice .option-choice:nth-child(355n){-webkit-animation-delay:36.1s;animation-delay:36.1s}.poke-block-choice .option-choice:nth-child(356n){-webkit-animation-delay:36.2s;animation-delay:36.2s}.poke-block-choice .option-choice:nth-child(357n){-webkit-animation-delay:36.3s;animation-delay:36.3s}.poke-block-choice .option-choice:nth-child(358n){-webkit-animation-delay:36.4s;animation-delay:36.4s}.poke-block-choice .option-choice:nth-child(359n){-webkit-animation-delay:36.5s;animation-delay:36.5s}.poke-block-choice .option-choice:nth-child(360n){-webkit-animation-delay:36.6s;animation-delay:36.6s}.poke-block-choice .option-choice:nth-child(361n){-webkit-animation-delay:36.7s;animation-delay:36.7s}.poke-block-choice .option-choice:nth-child(362n){-webkit-animation-delay:36.8s;animation-delay:36.8s}.poke-block-choice .option-choice:nth-child(363n){-webkit-animation-delay:36.9s;animation-delay:36.9s}.poke-block-choice .option-choice:nth-child(364n){-webkit-animation-delay:37s;animation-delay:37s}.poke-block-choice .option-choice:nth-child(365n){-webkit-animation-delay:37.1s;animation-delay:37.1s}.poke-block-choice .option-choice:nth-child(366n){-webkit-animation-delay:37.2s;animation-delay:37.2s}.poke-block-choice .option-choice:nth-child(367n){-webkit-animation-delay:37.3s;animation-delay:37.3s}.poke-block-choice .option-choice:nth-child(368n){-webkit-animation-delay:37.4s;animation-delay:37.4s}.poke-block-choice .option-choice:nth-child(369n){-webkit-animation-delay:37.5s;animation-delay:37.5s}.poke-block-choice .option-choice:nth-child(370n){-webkit-animation-delay:37.6s;animation-delay:37.6s}.poke-block-choice .option-choice:nth-child(371n){-webkit-animation-delay:37.7s;animation-delay:37.7s}.poke-block-choice .option-choice:nth-child(372n){-webkit-animation-delay:37.8s;animation-delay:37.8s}.poke-block-choice .option-choice:nth-child(373n){-webkit-animation-delay:37.9s;animation-delay:37.9s}.poke-block-choice .option-choice:nth-child(374n){-webkit-animation-delay:38s;animation-delay:38s}.poke-block-choice .option-choice:nth-child(375n){-webkit-animation-delay:38.1s;animation-delay:38.1s}.poke-block-choice .option-choice:nth-child(376n){-webkit-animation-delay:38.2s;animation-delay:38.2s}.poke-block-choice .option-choice:nth-child(377n){-webkit-animation-delay:38.3s;animation-delay:38.3s}.poke-block-choice .option-choice:nth-child(378n){-webkit-animation-delay:38.4s;animation-delay:38.4s}.poke-block-choice .option-choice:nth-child(379n){-webkit-animation-delay:38.5s;animation-delay:38.5s}.poke-block-choice .option-choice:nth-child(380n){-webkit-animation-delay:38.6s;animation-delay:38.6s}.poke-block-choice .option-choice:nth-child(381n){-webkit-animation-delay:38.7s;animation-delay:38.7s}.poke-block-choice .option-choice:nth-child(382n){-webkit-animation-delay:38.8s;animation-delay:38.8s}.poke-block-choice .option-choice:nth-child(383n){-webkit-animation-delay:38.9s;animation-delay:38.9s}.poke-block-choice .option-choice:nth-child(384n){-webkit-animation-delay:39s;animation-delay:39s}.poke-block-choice .option-choice:nth-child(385n){-webkit-animation-delay:39.1s;animation-delay:39.1s}.poke-block-choice .option-choice:nth-child(386n){-webkit-animation-delay:39.2s;animation-delay:39.2s}.poke-block-choice .option-choice:nth-child(387n){-webkit-animation-delay:39.3s;animation-delay:39.3s}.poke-block-choice .option-choice:nth-child(388n){-webkit-animation-delay:39.4s;animation-delay:39.4s}.poke-block-choice .option-choice:nth-child(389n){-webkit-animation-delay:39.5s;animation-delay:39.5s}.poke-block-choice .option-choice:nth-child(390n){-webkit-animation-delay:39.6s;animation-delay:39.6s}.poke-block-choice .option-choice:nth-child(391n){-webkit-animation-delay:39.7s;animation-delay:39.7s}.poke-block-choice .option-choice:nth-child(392n){-webkit-animation-delay:39.8s;animation-delay:39.8s}.poke-block-choice .option-choice:nth-child(393n){-webkit-animation-delay:39.9s;animation-delay:39.9s}.poke-block-choice .option-choice:nth-child(394n){-webkit-animation-delay:40s;animation-delay:40s}.poke-block-choice .option-choice:nth-child(395n){-webkit-animation-delay:40.1s;animation-delay:40.1s}.poke-block-choice .option-choice:nth-child(396n){-webkit-animation-delay:40.2s;animation-delay:40.2s}.poke-block-choice .option-choice:nth-child(397n){-webkit-animation-delay:40.3s;animation-delay:40.3s}.poke-block-choice .option-choice:nth-child(398n){-webkit-animation-delay:40.4s;animation-delay:40.4s}.poke-block-choice .option-choice:nth-child(399n){-webkit-animation-delay:40.5s;animation-delay:40.5s}.poke-block-choice .option-choice:nth-child(400n){-webkit-animation-delay:40.6s;animation-delay:40.6s}.poke-block-choice .option-choice:nth-child(401n){-webkit-animation-delay:40.7s;animation-delay:40.7s}.poke-block-choice .option-choice:nth-child(402n){-webkit-animation-delay:40.8s;animation-delay:40.8s}.poke-block-choice .option-choice:nth-child(403n){-webkit-animation-delay:40.9s;animation-delay:40.9s}.poke-block-choice .option-choice:nth-child(404n){-webkit-animation-delay:41s;animation-delay:41s}.poke-block-choice .option-choice:nth-child(405n){-webkit-animation-delay:41.1s;animation-delay:41.1s}.poke-block-choice .option-choice:nth-child(406n){-webkit-animation-delay:41.2s;animation-delay:41.2s}.poke-block-choice .option-choice:nth-child(407n){-webkit-animation-delay:41.3s;animation-delay:41.3s}.poke-block-choice .option-choice:nth-child(408n){-webkit-animation-delay:41.4s;animation-delay:41.4s}.poke-block-choice .option-choice:nth-child(409n){-webkit-animation-delay:41.5s;animation-delay:41.5s}.poke-block-choice .option-choice:nth-child(410n){-webkit-animation-delay:41.6s;animation-delay:41.6s}.poke-block-choice .option-choice:nth-child(411n){-webkit-animation-delay:41.7s;animation-delay:41.7s}.poke-block-choice .option-choice:nth-child(412n){-webkit-animation-delay:41.8s;animation-delay:41.8s}.poke-block-choice .option-choice:nth-child(413n){-webkit-animation-delay:41.9s;animation-delay:41.9s}.poke-block-choice .option-choice:nth-child(414n){-webkit-animation-delay:42s;animation-delay:42s}.poke-block-choice .option-choice:nth-child(415n){-webkit-animation-delay:42.1s;animation-delay:42.1s}.poke-block-choice .option-choice:nth-child(416n){-webkit-animation-delay:42.2s;animation-delay:42.2s}.poke-block-choice .option-choice:nth-child(417n){-webkit-animation-delay:42.3s;animation-delay:42.3s}.poke-block-choice .option-choice:nth-child(418n){-webkit-animation-delay:42.4s;animation-delay:42.4s}.poke-block-choice .option-choice:nth-child(419n){-webkit-animation-delay:42.5s;animation-delay:42.5s}.poke-block-choice .option-choice:nth-child(420n){-webkit-animation-delay:42.6s;animation-delay:42.6s}.poke-block-choice .option-choice:nth-child(421n){-webkit-animation-delay:42.7s;animation-delay:42.7s}.poke-block-choice .option-choice:nth-child(422n){-webkit-animation-delay:42.8s;animation-delay:42.8s}.poke-block-choice .option-choice:nth-child(423n){-webkit-animation-delay:42.9s;animation-delay:42.9s}.poke-block-choice .option-choice:nth-child(424n){-webkit-animation-delay:43s;animation-delay:43s}.poke-block-choice .option-choice:nth-child(425n){-webkit-animation-delay:43.1s;animation-delay:43.1s}.poke-block-choice .option-choice:nth-child(426n){-webkit-animation-delay:43.2s;animation-delay:43.2s}.poke-block-choice .option-choice:nth-child(427n){-webkit-animation-delay:43.3s;animation-delay:43.3s}.poke-block-choice .option-choice:nth-child(428n){-webkit-animation-delay:43.4s;animation-delay:43.4s}.poke-block-choice .option-choice:nth-child(429n){-webkit-animation-delay:43.5s;animation-delay:43.5s}.poke-block-choice .option-choice:nth-child(430n){-webkit-animation-delay:43.6s;animation-delay:43.6s}.poke-block-choice .option-choice:nth-child(431n){-webkit-animation-delay:43.7s;animation-delay:43.7s}.poke-block-choice .option-choice:nth-child(432n){-webkit-animation-delay:43.8s;animation-delay:43.8s}.poke-block-choice .option-choice:nth-child(433n){-webkit-animation-delay:43.9s;animation-delay:43.9s}.poke-block-choice .option-choice:nth-child(434n){-webkit-animation-delay:44s;animation-delay:44s}.poke-block-choice .option-choice:nth-child(435n){-webkit-animation-delay:44.1s;animation-delay:44.1s}.poke-block-choice .option-choice:nth-child(436n){-webkit-animation-delay:44.2s;animation-delay:44.2s}.poke-block-choice .option-choice:nth-child(437n){-webkit-animation-delay:44.3s;animation-delay:44.3s}.poke-block-choice .option-choice:nth-child(438n){-webkit-animation-delay:44.4s;animation-delay:44.4s}.poke-block-choice .option-choice:nth-child(439n){-webkit-animation-delay:44.5s;animation-delay:44.5s}.poke-block-choice .option-choice:nth-child(440n){-webkit-animation-delay:44.6s;animation-delay:44.6s}.poke-block-choice .option-choice:nth-child(441n){-webkit-animation-delay:44.7s;animation-delay:44.7s}.poke-block-choice .option-choice:nth-child(442n){-webkit-animation-delay:44.8s;animation-delay:44.8s}.poke-block-choice .option-choice:nth-child(443n){-webkit-animation-delay:44.9s;animation-delay:44.9s}.poke-block-choice .option-choice:nth-child(444n){-webkit-animation-delay:45s;animation-delay:45s}.poke-block-choice .option-choice:nth-child(445n){-webkit-animation-delay:45.1s;animation-delay:45.1s}.poke-block-choice .option-choice:nth-child(446n){-webkit-animation-delay:45.2s;animation-delay:45.2s}.poke-block-choice .option-choice:nth-child(447n){-webkit-animation-delay:45.3s;animation-delay:45.3s}.poke-block-choice .option-choice:nth-child(448n){-webkit-animation-delay:45.4s;animation-delay:45.4s}.poke-block-choice .option-choice:nth-child(449n){-webkit-animation-delay:45.5s;animation-delay:45.5s}.poke-block-choice .option-choice:nth-child(450n){-webkit-animation-delay:45.6s;animation-delay:45.6s}.poke-block-choice .option-choice:nth-child(451n){-webkit-animation-delay:45.7s;animation-delay:45.7s}.poke-block-choice .option-choice:nth-child(452n){-webkit-animation-delay:45.8s;animation-delay:45.8s}.poke-block-choice .option-choice:nth-child(453n){-webkit-animation-delay:45.9s;animation-delay:45.9s}.poke-block-choice .option-choice:nth-child(454n){-webkit-animation-delay:46s;animation-delay:46s}.poke-block-choice .option-choice:nth-child(455n){-webkit-animation-delay:46.1s;animation-delay:46.1s}.poke-block-choice .option-choice:nth-child(456n){-webkit-animation-delay:46.2s;animation-delay:46.2s}.poke-block-choice .option-choice:nth-child(457n){-webkit-animation-delay:46.3s;animation-delay:46.3s}.poke-block-choice .option-choice:nth-child(458n){-webkit-animation-delay:46.4s;animation-delay:46.4s}.poke-block-choice .option-choice:nth-child(459n){-webkit-animation-delay:46.5s;animation-delay:46.5s}.poke-block-choice .option-choice:nth-child(460n){-webkit-animation-delay:46.6s;animation-delay:46.6s}.poke-block-choice .option-choice:nth-child(461n){-webkit-animation-delay:46.7s;animation-delay:46.7s}.poke-block-choice .option-choice:nth-child(462n){-webkit-animation-delay:46.8s;animation-delay:46.8s}.poke-block-choice .option-choice:nth-child(463n){-webkit-animation-delay:46.9s;animation-delay:46.9s}.poke-block-choice .option-choice:nth-child(464n){-webkit-animation-delay:47s;animation-delay:47s}.poke-block-choice .option-choice:nth-child(465n){-webkit-animation-delay:47.1s;animation-delay:47.1s}.poke-block-choice .option-choice:nth-child(466n){-webkit-animation-delay:47.2s;animation-delay:47.2s}.poke-block-choice .option-choice:nth-child(467n){-webkit-animation-delay:47.3s;animation-delay:47.3s}.poke-block-choice .option-choice:nth-child(468n){-webkit-animation-delay:47.4s;animation-delay:47.4s}.poke-block-choice .option-choice:nth-child(469n){-webkit-animation-delay:47.5s;animation-delay:47.5s}.poke-block-choice .option-choice:nth-child(470n){-webkit-animation-delay:47.6s;animation-delay:47.6s}.poke-block-choice .option-choice:nth-child(471n){-webkit-animation-delay:47.7s;animation-delay:47.7s}.poke-block-choice .option-choice:nth-child(472n){-webkit-animation-delay:47.8s;animation-delay:47.8s}.poke-block-choice .option-choice:nth-child(473n){-webkit-animation-delay:47.9s;animation-delay:47.9s}.poke-block-choice .option-choice:nth-child(474n){-webkit-animation-delay:48s;animation-delay:48s}.poke-block-choice .option-choice:nth-child(475n){-webkit-animation-delay:48.1s;animation-delay:48.1s}.poke-block-choice .option-choice:nth-child(476n){-webkit-animation-delay:48.2s;animation-delay:48.2s}.poke-block-choice .option-choice:nth-child(477n){-webkit-animation-delay:48.3s;animation-delay:48.3s}.poke-block-choice .option-choice:nth-child(478n){-webkit-animation-delay:48.4s;animation-delay:48.4s}.poke-block-choice .option-choice:nth-child(479n){-webkit-animation-delay:48.5s;animation-delay:48.5s}.poke-block-choice .option-choice:nth-child(480n){-webkit-animation-delay:48.6s;animation-delay:48.6s}.poke-block-choice .option-choice:nth-child(481n){-webkit-animation-delay:48.7s;animation-delay:48.7s}.poke-block-choice .option-choice:nth-child(482n){-webkit-animation-delay:48.8s;animation-delay:48.8s}.poke-block-choice .option-choice:nth-child(483n){-webkit-animation-delay:48.9s;animation-delay:48.9s}.poke-block-choice .option-choice:nth-child(484n){-webkit-animation-delay:49s;animation-delay:49s}.poke-block-choice .option-choice:nth-child(485n){-webkit-animation-delay:49.1s;animation-delay:49.1s}.poke-block-choice .option-choice:nth-child(486n){-webkit-animation-delay:49.2s;animation-delay:49.2s}.poke-block-choice .option-choice:nth-child(487n){-webkit-animation-delay:49.3s;animation-delay:49.3s}.poke-block-choice .option-choice:nth-child(488n){-webkit-animation-delay:49.4s;animation-delay:49.4s}.poke-block-choice .option-choice:nth-child(489n){-webkit-animation-delay:49.5s;animation-delay:49.5s}.poke-block-choice .option-choice:nth-child(490n){-webkit-animation-delay:49.6s;animation-delay:49.6s}.poke-block-choice .option-choice:nth-child(491n){-webkit-animation-delay:49.7s;animation-delay:49.7s}.poke-block-choice .option-choice:nth-child(492n){-webkit-animation-delay:49.8s;animation-delay:49.8s}.poke-block-choice .option-choice:nth-child(493n){-webkit-animation-delay:49.9s;animation-delay:49.9s}.poke-block-choice .option-choice:nth-child(494n){-webkit-animation-delay:50s;animation-delay:50s}.poke-block-choice .option-choice:nth-child(495n){-webkit-animation-delay:50.1s;animation-delay:50.1s}.poke-block-choice .option-choice:nth-child(496n){-webkit-animation-delay:50.2s;animation-delay:50.2s}.poke-block-choice .option-choice:nth-child(497n){-webkit-animation-delay:50.3s;animation-delay:50.3s}.poke-block-choice .option-choice:nth-child(498n){-webkit-animation-delay:50.4s;animation-delay:50.4s}.poke-block-choice .option-choice:nth-child(499n){-webkit-animation-delay:50.5s;animation-delay:50.5s}.poke-block-choice .option-choice:nth-child(500n){-webkit-animation-delay:50.6s;animation-delay:50.6s}.poke-block-choice .option-choice:nth-child(501n){-webkit-animation-delay:50.7s;animation-delay:50.7s}.poke-block-choice .option-choice:nth-child(502n){-webkit-animation-delay:50.8s;animation-delay:50.8s}.poke-block-choice .option-choice:nth-child(503n){-webkit-animation-delay:50.9s;animation-delay:50.9s}.poke-block-choice .option-choice:nth-child(504n){-webkit-animation-delay:51s;animation-delay:51s}.poke-block-choice .option-choice:nth-child(505n){-webkit-animation-delay:51.1s;animation-delay:51.1s}.poke-block-choice .option-choice:nth-child(506n){-webkit-animation-delay:51.2s;animation-delay:51.2s}.poke-block-choice .option-choice:nth-child(507n){-webkit-animation-delay:51.3s;animation-delay:51.3s}.poke-block-choice .option-choice:nth-child(508n){-webkit-animation-delay:51.4s;animation-delay:51.4s}.poke-block-choice .option-choice:nth-child(509n){-webkit-animation-delay:51.5s;animation-delay:51.5s}.poke-block-choice .option-choice:nth-child(510n){-webkit-animation-delay:51.6s;animation-delay:51.6s}.poke-block-choice .option-choice:nth-child(511n){-webkit-animation-delay:51.7s;animation-delay:51.7s}.poke-block-choice .option-choice:nth-child(512n){-webkit-animation-delay:51.8s;animation-delay:51.8s}.poke-block-choice .option-choice:nth-child(513n){-webkit-animation-delay:51.9s;animation-delay:51.9s}.poke-block-choice .option-choice:nth-child(514n){-webkit-animation-delay:52s;animation-delay:52s}.poke-block-choice .option-choice:nth-child(515n){-webkit-animation-delay:52.1s;animation-delay:52.1s}.poke-block-choice .option-choice:nth-child(516n){-webkit-animation-delay:52.2s;animation-delay:52.2s}.poke-block-choice .option-choice:nth-child(517n){-webkit-animation-delay:52.3s;animation-delay:52.3s}.poke-block-choice .option-choice:nth-child(518n){-webkit-animation-delay:52.4s;animation-delay:52.4s}.poke-block-choice .option-choice:nth-child(519n){-webkit-animation-delay:52.5s;animation-delay:52.5s}.poke-block-choice .option-choice:nth-child(520n){-webkit-animation-delay:52.6s;animation-delay:52.6s}.poke-block-choice .option-choice:nth-child(521n){-webkit-animation-delay:52.7s;animation-delay:52.7s}.poke-block-choice .option-choice:nth-child(522n){-webkit-animation-delay:52.8s;animation-delay:52.8s}.poke-block-choice .option-choice:nth-child(523n){-webkit-animation-delay:52.9s;animation-delay:52.9s}.poke-block-choice .option-choice:nth-child(524n){-webkit-animation-delay:53s;animation-delay:53s}.poke-block-choice .option-choice:nth-child(525n){-webkit-animation-delay:53.1s;animation-delay:53.1s}.poke-block-choice .option-choice:nth-child(526n){-webkit-animation-delay:53.2s;animation-delay:53.2s}.poke-block-choice .option-choice:nth-child(527n){-webkit-animation-delay:53.3s;animation-delay:53.3s}.poke-block-choice .option-choice:nth-child(528n){-webkit-animation-delay:53.4s;animation-delay:53.4s}.poke-block-choice .option-choice:nth-child(529n){-webkit-animation-delay:53.5s;animation-delay:53.5s}.poke-block-choice .option-choice:nth-child(530n){-webkit-animation-delay:53.6s;animation-delay:53.6s}.poke-block-choice .option-choice:nth-child(531n){-webkit-animation-delay:53.7s;animation-delay:53.7s}.poke-block-choice .option-choice:nth-child(532n){-webkit-animation-delay:53.8s;animation-delay:53.8s}.poke-block-choice .option-choice:nth-child(533n){-webkit-animation-delay:53.9s;animation-delay:53.9s}.poke-block-choice .option-choice:nth-child(534n){-webkit-animation-delay:54s;animation-delay:54s}.poke-block-choice .option-choice:nth-child(535n){-webkit-animation-delay:54.1s;animation-delay:54.1s}.poke-block-choice .option-choice:nth-child(536n){-webkit-animation-delay:54.2s;animation-delay:54.2s}.poke-block-choice .option-choice:nth-child(537n){-webkit-animation-delay:54.3s;animation-delay:54.3s}.poke-block-choice .option-choice:nth-child(538n){-webkit-animation-delay:54.4s;animation-delay:54.4s}.poke-block-choice .option-choice:nth-child(539n){-webkit-animation-delay:54.5s;animation-delay:54.5s}.poke-block-choice .option-choice:nth-child(540n){-webkit-animation-delay:54.6s;animation-delay:54.6s}.poke-block-choice .option-choice:nth-child(541n){-webkit-animation-delay:54.7s;animation-delay:54.7s}.poke-block-choice .option-choice:nth-child(542n){-webkit-animation-delay:54.8s;animation-delay:54.8s}.poke-block-choice .option-choice:nth-child(543n){-webkit-animation-delay:54.9s;animation-delay:54.9s}.poke-block-choice .option-choice:nth-child(544n){-webkit-animation-delay:55s;animation-delay:55s}.poke-block-choice .option-choice:nth-child(545n){-webkit-animation-delay:55.1s;animation-delay:55.1s}.poke-block-choice .option-choice:nth-child(546n){-webkit-animation-delay:55.2s;animation-delay:55.2s}.poke-block-choice .option-choice:nth-child(547n){-webkit-animation-delay:55.3s;animation-delay:55.3s}.poke-block-choice .option-choice:nth-child(548n){-webkit-animation-delay:55.4s;animation-delay:55.4s}.poke-block-choice .option-choice:nth-child(549n){-webkit-animation-delay:55.5s;animation-delay:55.5s}.poke-block-choice .option-choice:nth-child(550n){-webkit-animation-delay:55.6s;animation-delay:55.6s}.poke-block-choice .option-choice:nth-child(551n){-webkit-animation-delay:55.7s;animation-delay:55.7s}.poke-block-choice .option-choice:nth-child(552n){-webkit-animation-delay:55.8s;animation-delay:55.8s}.poke-block-choice .option-choice:nth-child(553n){-webkit-animation-delay:55.9s;animation-delay:55.9s}.poke-block-choice .option-choice:nth-child(554n){-webkit-animation-delay:56s;animation-delay:56s}.poke-block-choice .option-choice:nth-child(555n){-webkit-animation-delay:56.1s;animation-delay:56.1s}.poke-block-choice .option-choice:nth-child(556n){-webkit-animation-delay:56.2s;animation-delay:56.2s}.poke-block-choice .option-choice:nth-child(557n){-webkit-animation-delay:56.3s;animation-delay:56.3s}.poke-block-choice .option-choice:nth-child(558n){-webkit-animation-delay:56.4s;animation-delay:56.4s}.poke-block-choice .option-choice:nth-child(559n){-webkit-animation-delay:56.5s;animation-delay:56.5s}.poke-block-choice .option-choice:nth-child(560n){-webkit-animation-delay:56.6s;animation-delay:56.6s}.poke-block-choice .option-choice:nth-child(561n){-webkit-animation-delay:56.7s;animation-delay:56.7s}.poke-block-choice .option-choice:nth-child(562n){-webkit-animation-delay:56.8s;animation-delay:56.8s}.poke-block-choice .option-choice:nth-child(563n){-webkit-animation-delay:56.9s;animation-delay:56.9s}.poke-block-choice .option-choice:nth-child(564n){-webkit-animation-delay:57s;animation-delay:57s}.poke-block-choice .option-choice:nth-child(565n){-webkit-animation-delay:57.1s;animation-delay:57.1s}.poke-block-choice .option-choice:nth-child(566n){-webkit-animation-delay:57.2s;animation-delay:57.2s}.poke-block-choice .option-choice:nth-child(567n){-webkit-animation-delay:57.3s;animation-delay:57.3s}.poke-block-choice .option-choice:nth-child(568n){-webkit-animation-delay:57.4s;animation-delay:57.4s}.poke-block-choice .option-choice:nth-child(569n){-webkit-animation-delay:57.5s;animation-delay:57.5s}.poke-block-choice .option-choice:nth-child(570n){-webkit-animation-delay:57.6s;animation-delay:57.6s}.poke-block-choice .option-choice:nth-child(571n){-webkit-animation-delay:57.7s;animation-delay:57.7s}.poke-block-choice .option-choice:nth-child(572n){-webkit-animation-delay:57.8s;animation-delay:57.8s}.poke-block-choice .option-choice:nth-child(573n){-webkit-animation-delay:57.9s;animation-delay:57.9s}.poke-block-choice .option-choice:nth-child(574n){-webkit-animation-delay:58s;animation-delay:58s}.poke-block-choice .option-choice:nth-child(575n){-webkit-animation-delay:58.1s;animation-delay:58.1s}.poke-block-choice .option-choice:nth-child(576n){-webkit-animation-delay:58.2s;animation-delay:58.2s}.poke-block-choice .option-choice:nth-child(577n){-webkit-animation-delay:58.3s;animation-delay:58.3s}.poke-block-choice .option-choice:nth-child(578n){-webkit-animation-delay:58.4s;animation-delay:58.4s}.poke-block-choice .option-choice:nth-child(579n){-webkit-animation-delay:58.5s;animation-delay:58.5s}.poke-block-choice .option-choice:nth-child(580n){-webkit-animation-delay:58.6s;animation-delay:58.6s}.poke-block-choice .option-choice:nth-child(581n){-webkit-animation-delay:58.7s;animation-delay:58.7s}.poke-block-choice .option-choice:nth-child(582n){-webkit-animation-delay:58.8s;animation-delay:58.8s}.poke-block-choice .option-choice:nth-child(583n){-webkit-animation-delay:58.9s;animation-delay:58.9s}.poke-block-choice .option-choice:nth-child(584n){-webkit-animation-delay:59s;animation-delay:59s}.poke-block-choice .option-choice:nth-child(585n){-webkit-animation-delay:59.1s;animation-delay:59.1s}.poke-block-choice .option-choice:nth-child(586n){-webkit-animation-delay:59.2s;animation-delay:59.2s}.poke-block-choice .option-choice:nth-child(587n){-webkit-animation-delay:59.3s;animation-delay:59.3s}.poke-block-choice .option-choice:nth-child(588n){-webkit-animation-delay:59.4s;animation-delay:59.4s}.poke-block-choice .option-choice:nth-child(589n){-webkit-animation-delay:59.5s;animation-delay:59.5s}.poke-block-choice .option-choice:nth-child(590n){-webkit-animation-delay:59.6s;animation-delay:59.6s}.poke-block-choice .option-choice:nth-child(591n){-webkit-animation-delay:59.7s;animation-delay:59.7s}.poke-block-choice .option-choice:nth-child(592n){-webkit-animation-delay:59.8s;animation-delay:59.8s}.poke-block-choice .option-choice:nth-child(593n){-webkit-animation-delay:59.9s;animation-delay:59.9s}.poke-block-choice .option-choice:nth-child(594n){-webkit-animation-delay:60s;animation-delay:60s}.poke-block-choice .option-choice:nth-child(595n){-webkit-animation-delay:60.1s;animation-delay:60.1s}.poke-block-choice .option-choice:nth-child(596n){-webkit-animation-delay:60.2s;animation-delay:60.2s}.poke-block-choice .option-choice:nth-child(597n){-webkit-animation-delay:60.3s;animation-delay:60.3s}.poke-block-choice .option-choice:nth-child(598n){-webkit-animation-delay:60.4s;animation-delay:60.4s}.poke-block-choice .option-choice:nth-child(599n){-webkit-animation-delay:60.5s;animation-delay:60.5s}.poke-block-choice .option-choice:nth-child(600n){-webkit-animation-delay:60.6s;animation-delay:60.6s}.poke-block-choice .option-choice:nth-child(601n){-webkit-animation-delay:60.7s;animation-delay:60.7s}.poke-block-choice .option-choice:nth-child(602n){-webkit-animation-delay:60.8s;animation-delay:60.8s}.poke-block-choice .option-choice:nth-child(603n){-webkit-animation-delay:60.9s;animation-delay:60.9s}.poke-block-choice .option-choice:nth-child(604n){-webkit-animation-delay:61s;animation-delay:61s}.poke-block-choice .option-choice:nth-child(605n){-webkit-animation-delay:61.1s;animation-delay:61.1s}.poke-block-choice .option-choice:nth-child(606n){-webkit-animation-delay:61.2s;animation-delay:61.2s}.poke-block-choice .option-choice:nth-child(607n){-webkit-animation-delay:61.3s;animation-delay:61.3s}.poke-block-choice .option-choice:nth-child(608n){-webkit-animation-delay:61.4s;animation-delay:61.4s}.poke-block-choice .option-choice:nth-child(609n){-webkit-animation-delay:61.5s;animation-delay:61.5s}.poke-block-choice .option-choice:nth-child(610n){-webkit-animation-delay:61.6s;animation-delay:61.6s}.poke-block-choice .option-choice:nth-child(611n){-webkit-animation-delay:61.7s;animation-delay:61.7s}.poke-block-choice .option-choice:nth-child(612n){-webkit-animation-delay:61.8s;animation-delay:61.8s}.poke-block-choice .option-choice:nth-child(613n){-webkit-animation-delay:61.9s;animation-delay:61.9s}.poke-block-choice .option-choice:nth-child(614n){-webkit-animation-delay:62s;animation-delay:62s}.poke-block-choice .option-choice:nth-child(615n){-webkit-animation-delay:62.1s;animation-delay:62.1s}.poke-block-choice .option-choice:nth-child(616n){-webkit-animation-delay:62.2s;animation-delay:62.2s}.poke-block-choice .option-choice:nth-child(617n){-webkit-animation-delay:62.3s;animation-delay:62.3s}.poke-block-choice .option-choice:nth-child(618n){-webkit-animation-delay:62.4s;animation-delay:62.4s}.poke-block-choice .option-choice:nth-child(619n){-webkit-animation-delay:62.5s;animation-delay:62.5s}.poke-block-choice .option-choice:nth-child(620n){-webkit-animation-delay:62.6s;animation-delay:62.6s}.poke-block-choice .option-choice:nth-child(621n){-webkit-animation-delay:62.7s;animation-delay:62.7s}.poke-block-choice .option-choice:nth-child(622n){-webkit-animation-delay:62.8s;animation-delay:62.8s}.poke-block-choice .option-choice:nth-child(623n){-webkit-animation-delay:62.9s;animation-delay:62.9s}.poke-block-choice .option-choice:nth-child(624n){-webkit-animation-delay:63s;animation-delay:63s}.poke-block-choice .option-choice:nth-child(625n){-webkit-animation-delay:63.1s;animation-delay:63.1s}.poke-block-choice .option-choice:nth-child(626n){-webkit-animation-delay:63.2s;animation-delay:63.2s}.poke-block-choice .option-choice:nth-child(627n){-webkit-animation-delay:63.3s;animation-delay:63.3s}.poke-block-choice .option-choice:nth-child(628n){-webkit-animation-delay:63.4s;animation-delay:63.4s}.poke-block-choice .option-choice:nth-child(629n){-webkit-animation-delay:63.5s;animation-delay:63.5s}.poke-block-choice .option-choice:nth-child(630n){-webkit-animation-delay:63.6s;animation-delay:63.6s}.poke-block-choice .option-choice:nth-child(631n){-webkit-animation-delay:63.7s;animation-delay:63.7s}.poke-block-choice .option-choice:nth-child(632n){-webkit-animation-delay:63.8s;animation-delay:63.8s}.poke-block-choice .option-choice:nth-child(633n){-webkit-animation-delay:63.9s;animation-delay:63.9s}.poke-block-choice .option-choice:nth-child(634n){-webkit-animation-delay:64s;animation-delay:64s}.poke-block-choice .option-choice:nth-child(635n){-webkit-animation-delay:64.1s;animation-delay:64.1s}.poke-block-choice .option-choice:nth-child(636n){-webkit-animation-delay:64.2s;animation-delay:64.2s}.poke-block-choice .option-choice:nth-child(637n){-webkit-animation-delay:64.3s;animation-delay:64.3s}.poke-block-choice .option-choice:nth-child(638n){-webkit-animation-delay:64.4s;animation-delay:64.4s}.poke-block-choice .option-choice:nth-child(639n){-webkit-animation-delay:64.5s;animation-delay:64.5s}.poke-block-choice .option-choice:nth-child(640n){-webkit-animation-delay:64.6s;animation-delay:64.6s}.poke-block-choice .option-choice:nth-child(641n){-webkit-animation-delay:64.7s;animation-delay:64.7s}.poke-block-choice .option-choice:nth-child(642n){-webkit-animation-delay:64.8s;animation-delay:64.8s}.poke-block-choice .option-choice:nth-child(643n){-webkit-animation-delay:64.9s;animation-delay:64.9s}.poke-block-choice .option-choice:nth-child(644n){-webkit-animation-delay:65s;animation-delay:65s}.poke-block-choice .option-choice:nth-child(645n){-webkit-animation-delay:65.1s;animation-delay:65.1s}.poke-block-choice .option-choice:nth-child(646n){-webkit-animation-delay:65.2s;animation-delay:65.2s}.poke-block-choice .option-choice:nth-child(647n){-webkit-animation-delay:65.3s;animation-delay:65.3s}.poke-block-choice .option-choice:nth-child(648n){-webkit-animation-delay:65.4s;animation-delay:65.4s}.poke-block-choice .option-choice:nth-child(649n){-webkit-animation-delay:65.5s;animation-delay:65.5s}.poke-block-choice .option-choice:nth-child(650n){-webkit-animation-delay:65.6s;animation-delay:65.6s}.poke-block-choice .option-choice:nth-child(651n){-webkit-animation-delay:65.7s;animation-delay:65.7s}.poke-block-choice .option-choice:nth-child(652n){-webkit-animation-delay:65.8s;animation-delay:65.8s}.poke-block-choice .option-choice:nth-child(653n){-webkit-animation-delay:65.9s;animation-delay:65.9s}.poke-block-choice .option-choice:nth-child(654n){-webkit-animation-delay:66s;animation-delay:66s}.poke-block-choice .option-choice:nth-child(655n){-webkit-animation-delay:66.1s;animation-delay:66.1s}.poke-block-choice .option-choice:nth-child(656n){-webkit-animation-delay:66.2s;animation-delay:66.2s}.poke-block-choice .option-choice:nth-child(657n){-webkit-animation-delay:66.3s;animation-delay:66.3s}.poke-block-choice .option-choice:nth-child(658n){-webkit-animation-delay:66.4s;animation-delay:66.4s}.poke-block-choice .option-choice:nth-child(659n){-webkit-animation-delay:66.5s;animation-delay:66.5s}.poke-block-choice .option-choice:nth-child(660n){-webkit-animation-delay:66.6s;animation-delay:66.6s}.poke-block-choice .option-choice:nth-child(661n){-webkit-animation-delay:66.7s;animation-delay:66.7s}.poke-block-choice .option-choice:nth-child(662n){-webkit-animation-delay:66.8s;animation-delay:66.8s}.poke-block-choice .option-choice:nth-child(663n){-webkit-animation-delay:66.9s;animation-delay:66.9s}.poke-block-choice .option-choice:nth-child(664n){-webkit-animation-delay:67s;animation-delay:67s}.poke-block-choice .option-choice:nth-child(665n){-webkit-animation-delay:67.1s;animation-delay:67.1s}.poke-block-choice .option-choice:nth-child(666n){-webkit-animation-delay:67.2s;animation-delay:67.2s}.poke-block-choice .option-choice:nth-child(667n){-webkit-animation-delay:67.3s;animation-delay:67.3s}.poke-block-choice .option-choice:nth-child(668n){-webkit-animation-delay:67.4s;animation-delay:67.4s}.poke-block-choice .option-choice:nth-child(669n){-webkit-animation-delay:67.5s;animation-delay:67.5s}.poke-block-choice .option-choice:nth-child(670n){-webkit-animation-delay:67.6s;animation-delay:67.6s}.poke-block-choice .option-choice:nth-child(671n){-webkit-animation-delay:67.7s;animation-delay:67.7s}.poke-block-choice .option-choice:nth-child(672n){-webkit-animation-delay:67.8s;animation-delay:67.8s}.poke-block-choice .option-choice:nth-child(673n){-webkit-animation-delay:67.9s;animation-delay:67.9s}.poke-block-choice .option-choice:nth-child(674n){-webkit-animation-delay:68s;animation-delay:68s}.poke-block-choice .option-choice:nth-child(675n){-webkit-animation-delay:68.1s;animation-delay:68.1s}.poke-block-choice .option-choice:nth-child(676n){-webkit-animation-delay:68.2s;animation-delay:68.2s}.poke-block-choice .option-choice:nth-child(677n){-webkit-animation-delay:68.3s;animation-delay:68.3s}.poke-block-choice .option-choice:nth-child(678n){-webkit-animation-delay:68.4s;animation-delay:68.4s}.poke-block-choice .option-choice:nth-child(679n){-webkit-animation-delay:68.5s;animation-delay:68.5s}.poke-block-choice .option-choice:nth-child(680n){-webkit-animation-delay:68.6s;animation-delay:68.6s}.poke-block-choice .option-choice:nth-child(681n){-webkit-animation-delay:68.7s;animation-delay:68.7s}.poke-block-choice .option-choice:nth-child(682n){-webkit-animation-delay:68.8s;animation-delay:68.8s}.poke-block-choice .option-choice:nth-child(683n){-webkit-animation-delay:68.9s;animation-delay:68.9s}.poke-block-choice .option-choice:nth-child(684n){-webkit-animation-delay:69s;animation-delay:69s}.poke-block-choice .option-choice:nth-child(685n){-webkit-animation-delay:69.1s;animation-delay:69.1s}.poke-block-choice .option-choice:nth-child(686n){-webkit-animation-delay:69.2s;animation-delay:69.2s}.poke-block-choice .option-choice:nth-child(687n){-webkit-animation-delay:69.3s;animation-delay:69.3s}.poke-block-choice .option-choice:nth-child(688n){-webkit-animation-delay:69.4s;animation-delay:69.4s}.poke-block-choice .option-choice:nth-child(689n){-webkit-animation-delay:69.5s;animation-delay:69.5s}.poke-block-choice .option-choice:nth-child(690n){-webkit-animation-delay:69.6s;animation-delay:69.6s}.poke-block-choice .option-choice:nth-child(691n){-webkit-animation-delay:69.7s;animation-delay:69.7s}.poke-block-choice .option-choice:nth-child(692n){-webkit-animation-delay:69.8s;animation-delay:69.8s}.poke-block-choice .option-choice:nth-child(693n){-webkit-animation-delay:69.9s;animation-delay:69.9s}.poke-block-choice .option-choice:nth-child(694n){-webkit-animation-delay:70s;animation-delay:70s}.poke-block-choice .option-choice:nth-child(695n){-webkit-animation-delay:70.1s;animation-delay:70.1s}.poke-block-choice .option-choice:nth-child(696n){-webkit-animation-delay:70.2s;animation-delay:70.2s}.poke-block-choice .option-choice:nth-child(697n){-webkit-animation-delay:70.3s;animation-delay:70.3s}.poke-block-choice .option-choice:nth-child(698n){-webkit-animation-delay:70.4s;animation-delay:70.4s}.poke-block-choice .option-choice:nth-child(699n){-webkit-animation-delay:70.5s;animation-delay:70.5s}.poke-block-choice .option-choice:nth-child(700n){-webkit-animation-delay:70.6s;animation-delay:70.6s}.poke-block-choice .option-choice:nth-child(701n){-webkit-animation-delay:70.7s;animation-delay:70.7s}.poke-block-choice .option-choice:nth-child(702n){-webkit-animation-delay:70.8s;animation-delay:70.8s}.poke-block-choice .option-choice:nth-child(703n){-webkit-animation-delay:70.9s;animation-delay:70.9s}.poke-block-choice .option-choice:nth-child(704n){-webkit-animation-delay:71s;animation-delay:71s}.poke-block-choice .option-choice:nth-child(705n){-webkit-animation-delay:71.1s;animation-delay:71.1s}.poke-block-choice .option-choice:nth-child(706n){-webkit-animation-delay:71.2s;animation-delay:71.2s}.poke-block-choice .option-choice:nth-child(707n){-webkit-animation-delay:71.3s;animation-delay:71.3s}.poke-block-choice .option-choice:nth-child(708n){-webkit-animation-delay:71.4s;animation-delay:71.4s}.poke-block-choice .option-choice:nth-child(709n){-webkit-animation-delay:71.5s;animation-delay:71.5s}.poke-block-choice .option-choice:nth-child(710n){-webkit-animation-delay:71.6s;animation-delay:71.6s}.poke-block-choice .option-choice:nth-child(711n){-webkit-animation-delay:71.7s;animation-delay:71.7s}.poke-block-choice .option-choice:nth-child(712n){-webkit-animation-delay:71.8s;animation-delay:71.8s}.poke-block-choice .option-choice:nth-child(713n){-webkit-animation-delay:71.9s;animation-delay:71.9s}.poke-block-choice .option-choice:nth-child(714n){-webkit-animation-delay:72s;animation-delay:72s}.poke-block-choice .option-choice:nth-child(715n){-webkit-animation-delay:72.1s;animation-delay:72.1s}.poke-block-choice .option-choice:nth-child(716n){-webkit-animation-delay:72.2s;animation-delay:72.2s}.poke-block-choice .option-choice:nth-child(717n){-webkit-animation-delay:72.3s;animation-delay:72.3s}.poke-block-choice .option-choice:nth-child(718n){-webkit-animation-delay:72.4s;animation-delay:72.4s}.poke-block-choice .option-choice:nth-child(719n){-webkit-animation-delay:72.5s;animation-delay:72.5s}.poke-block-choice .option-choice:nth-child(720n){-webkit-animation-delay:72.6s;animation-delay:72.6s}.poke-block-choice .option-choice:nth-child(721n){-webkit-animation-delay:72.7s;animation-delay:72.7s}.poke-block-choice .option-choice:nth-child(722n){-webkit-animation-delay:72.8s;animation-delay:72.8s}.poke-block-choice .option-choice:nth-child(723n){-webkit-animation-delay:72.9s;animation-delay:72.9s}.poke-block-choice .option-choice:nth-child(724n){-webkit-animation-delay:73s;animation-delay:73s}.poke-block-choice .option-choice:nth-child(725n){-webkit-animation-delay:73.1s;animation-delay:73.1s}.poke-block-choice .option-choice:nth-child(726n){-webkit-animation-delay:73.2s;animation-delay:73.2s}.poke-block-choice .option-choice:nth-child(727n){-webkit-animation-delay:73.3s;animation-delay:73.3s}.poke-block-choice .option-choice:nth-child(728n){-webkit-animation-delay:73.4s;animation-delay:73.4s}.poke-block-choice .option-choice:nth-child(729n){-webkit-animation-delay:73.5s;animation-delay:73.5s}.poke-block-choice .option-choice:nth-child(730n){-webkit-animation-delay:73.6s;animation-delay:73.6s}.poke-block-choice .option-choice:nth-child(731n){-webkit-animation-delay:73.7s;animation-delay:73.7s}.poke-block-choice .option-choice:nth-child(732n){-webkit-animation-delay:73.8s;animation-delay:73.8s}.poke-block-choice .option-choice:nth-child(733n){-webkit-animation-delay:73.9s;animation-delay:73.9s}.poke-block-choice .option-choice:nth-child(734n){-webkit-animation-delay:74s;animation-delay:74s}.poke-block-choice .option-choice:nth-child(735n){-webkit-animation-delay:74.1s;animation-delay:74.1s}.poke-block-choice .option-choice:nth-child(736n){-webkit-animation-delay:74.2s;animation-delay:74.2s}.poke-block-choice .option-choice:nth-child(737n){-webkit-animation-delay:74.3s;animation-delay:74.3s}.poke-block-choice .option-choice:nth-child(738n){-webkit-animation-delay:74.4s;animation-delay:74.4s}.poke-block-choice .option-choice:nth-child(739n){-webkit-animation-delay:74.5s;animation-delay:74.5s}.poke-block-choice .option-choice:nth-child(740n){-webkit-animation-delay:74.6s;animation-delay:74.6s}.poke-block-choice .option-choice:nth-child(741n){-webkit-animation-delay:74.7s;animation-delay:74.7s}.poke-block-choice .option-choice:nth-child(742n){-webkit-animation-delay:74.8s;animation-delay:74.8s}.poke-block-choice .option-choice:nth-child(743n){-webkit-animation-delay:74.9s;animation-delay:74.9s}.poke-block-choice .option-choice:nth-child(744n){-webkit-animation-delay:75s;animation-delay:75s}.poke-block-choice .option-choice:nth-child(745n){-webkit-animation-delay:75.1s;animation-delay:75.1s}.poke-block-choice .option-choice:nth-child(746n){-webkit-animation-delay:75.2s;animation-delay:75.2s}.poke-block-choice .option-choice:nth-child(747n){-webkit-animation-delay:75.3s;animation-delay:75.3s}.poke-block-choice .option-choice:nth-child(748n){-webkit-animation-delay:75.4s;animation-delay:75.4s}.poke-block-choice .option-choice:nth-child(749n){-webkit-animation-delay:75.5s;animation-delay:75.5s}.poke-block-choice .option-choice:nth-child(750n){-webkit-animation-delay:75.6s;animation-delay:75.6s}.poke-block-choice .option-choice:nth-child(751n){-webkit-animation-delay:75.7s;animation-delay:75.7s}.poke-block-choice .option-choice:nth-child(752n){-webkit-animation-delay:75.8s;animation-delay:75.8s}.poke-block-choice .option-choice:nth-child(753n){-webkit-animation-delay:75.9s;animation-delay:75.9s}.poke-block-choice .option-choice:nth-child(754n){-webkit-animation-delay:76s;animation-delay:76s}.poke-block-choice .option-choice:nth-child(755n){-webkit-animation-delay:76.1s;animation-delay:76.1s}.poke-block-choice .option-choice:nth-child(756n){-webkit-animation-delay:76.2s;animation-delay:76.2s}.poke-block-choice .option-choice:nth-child(757n){-webkit-animation-delay:76.3s;animation-delay:76.3s}.poke-block-choice .option-choice:nth-child(758n){-webkit-animation-delay:76.4s;animation-delay:76.4s}.poke-block-choice .option-choice:nth-child(759n){-webkit-animation-delay:76.5s;animation-delay:76.5s}.poke-block-choice .option-choice:nth-child(760n){-webkit-animation-delay:76.6s;animation-delay:76.6s}.poke-block-choice .option-choice:nth-child(761n){-webkit-animation-delay:76.7s;animation-delay:76.7s}.poke-block-choice .option-choice:nth-child(762n){-webkit-animation-delay:76.8s;animation-delay:76.8s}.poke-block-choice .option-choice:nth-child(763n){-webkit-animation-delay:76.9s;animation-delay:76.9s}.poke-block-choice .option-choice:nth-child(764n){-webkit-animation-delay:77s;animation-delay:77s}.poke-block-choice .option-choice:nth-child(765n){-webkit-animation-delay:77.1s;animation-delay:77.1s}.poke-block-choice .option-choice:nth-child(766n){-webkit-animation-delay:77.2s;animation-delay:77.2s}.poke-block-choice .option-choice:nth-child(767n){-webkit-animation-delay:77.3s;animation-delay:77.3s}.poke-block-choice .option-choice:nth-child(768n){-webkit-animation-delay:77.4s;animation-delay:77.4s}.poke-block-choice .option-choice:nth-child(769n){-webkit-animation-delay:77.5s;animation-delay:77.5s}.poke-block-choice .option-choice:nth-child(770n){-webkit-animation-delay:77.6s;animation-delay:77.6s}.poke-block-choice .option-choice:nth-child(771n){-webkit-animation-delay:77.7s;animation-delay:77.7s}.poke-block-choice .option-choice:nth-child(772n){-webkit-animation-delay:77.8s;animation-delay:77.8s}.poke-block-choice .option-choice:nth-child(773n){-webkit-animation-delay:77.9s;animation-delay:77.9s}.poke-block-choice .option-choice:nth-child(774n){-webkit-animation-delay:78s;animation-delay:78s}.poke-block-choice .option-choice:nth-child(775n){-webkit-animation-delay:78.1s;animation-delay:78.1s}.poke-block-choice .option-choice:nth-child(776n){-webkit-animation-delay:78.2s;animation-delay:78.2s}.poke-block-choice .option-choice:nth-child(777n){-webkit-animation-delay:78.3s;animation-delay:78.3s}.poke-block-choice .option-choice:nth-child(778n){-webkit-animation-delay:78.4s;animation-delay:78.4s}.poke-block-choice .option-choice:nth-child(779n){-webkit-animation-delay:78.5s;animation-delay:78.5s}.poke-block-choice .option-choice:nth-child(780n){-webkit-animation-delay:78.6s;animation-delay:78.6s}.poke-block-choice .option-choice:nth-child(781n){-webkit-animation-delay:78.7s;animation-delay:78.7s}.poke-block-choice .option-choice:nth-child(782n){-webkit-animation-delay:78.8s;animation-delay:78.8s}.poke-block-choice .option-choice:nth-child(783n){-webkit-animation-delay:78.9s;animation-delay:78.9s}.poke-block-choice .option-choice:nth-child(784n){-webkit-animation-delay:79s;animation-delay:79s}.poke-block-choice .option-choice:nth-child(785n){-webkit-animation-delay:79.1s;animation-delay:79.1s}.poke-block-choice .option-choice:nth-child(786n){-webkit-animation-delay:79.2s;animation-delay:79.2s}.poke-block-choice .option-choice:nth-child(787n){-webkit-animation-delay:79.3s;animation-delay:79.3s}.poke-block-choice .option-choice:nth-child(788n){-webkit-animation-delay:79.4s;animation-delay:79.4s}.poke-block-choice .option-choice:nth-child(789n){-webkit-animation-delay:79.5s;animation-delay:79.5s}.poke-block-choice .option-choice:nth-child(790n){-webkit-animation-delay:79.6s;animation-delay:79.6s}.poke-block-choice .option-choice:nth-child(791n){-webkit-animation-delay:79.7s;animation-delay:79.7s}.poke-block-choice .option-choice:nth-child(792n){-webkit-animation-delay:79.8s;animation-delay:79.8s}.poke-block-choice .option-choice:nth-child(793n){-webkit-animation-delay:79.9s;animation-delay:79.9s}.poke-block-choice .option-choice:nth-child(794n){-webkit-animation-delay:80s;animation-delay:80s}.poke-block-choice .option-choice:nth-child(795n){-webkit-animation-delay:80.1s;animation-delay:80.1s}.poke-block-choice .option-choice:nth-child(796n){-webkit-animation-delay:80.2s;animation-delay:80.2s}.poke-block-choice .option-choice:nth-child(797n){-webkit-animation-delay:80.3s;animation-delay:80.3s}.poke-block-choice .option-choice:nth-child(798n){-webkit-animation-delay:80.4s;animation-delay:80.4s}.poke-block-choice .option-choice:nth-child(799n){-webkit-animation-delay:80.5s;animation-delay:80.5s}.poke-block-choice .option-choice:nth-child(800n){-webkit-animation-delay:80.6s;animation-delay:80.6s}.poke-block-choice .option-choice:nth-child(801n){-webkit-animation-delay:80.7s;animation-delay:80.7s}.poke-block-choice .option-choice:nth-child(802n){-webkit-animation-delay:80.8s;animation-delay:80.8s}.poke-block-choice .option-choice:nth-child(803n){-webkit-animation-delay:80.9s;animation-delay:80.9s}.poke-block-choice .option-choice:nth-child(804n){-webkit-animation-delay:81s;animation-delay:81s}.poke-block-choice .option-choice:nth-child(805n){-webkit-animation-delay:81.1s;animation-delay:81.1s}.poke-block-choice .option-choice:nth-child(806n){-webkit-animation-delay:81.2s;animation-delay:81.2s}.poke-block-choice .option-choice:nth-child(807n){-webkit-animation-delay:81.3s;animation-delay:81.3s}.poke-block-choice .option-choice:nth-child(808n){-webkit-animation-delay:81.4s;animation-delay:81.4s}.poke-block-choice .option-choice:nth-child(809n){-webkit-animation-delay:81.5s;animation-delay:81.5s}.poke-block-choice .option-choice:nth-child(810n){-webkit-animation-delay:81.6s;animation-delay:81.6s}.poke-block-choice .option-choice:nth-child(811n){-webkit-animation-delay:81.7s;animation-delay:81.7s}.poke-block-choice .option-choice:nth-child(812n){-webkit-animation-delay:81.8s;animation-delay:81.8s}.poke-block-choice .option-choice:nth-child(813n){-webkit-animation-delay:81.9s;animation-delay:81.9s}.poke-block-choice .option-choice:nth-child(814n){-webkit-animation-delay:82s;animation-delay:82s}.poke-block-choice .option-choice:nth-child(815n){-webkit-animation-delay:82.1s;animation-delay:82.1s}.poke-block-choice .option-choice:nth-child(816n){-webkit-animation-delay:82.2s;animation-delay:82.2s}.poke-block-choice .option-choice:nth-child(817n){-webkit-animation-delay:82.3s;animation-delay:82.3s}.poke-block-choice .option-choice:nth-child(818n){-webkit-animation-delay:82.4s;animation-delay:82.4s}.poke-block-choice .option-choice:nth-child(819n){-webkit-animation-delay:82.5s;animation-delay:82.5s}.poke-block-choice .option-choice:nth-child(820n){-webkit-animation-delay:82.6s;animation-delay:82.6s}.poke-block-choice .option-choice:nth-child(821n){-webkit-animation-delay:82.7s;animation-delay:82.7s}.poke-block-choice .option-choice:nth-child(822n){-webkit-animation-delay:82.8s;animation-delay:82.8s}.poke-block-choice .option-choice:nth-child(823n){-webkit-animation-delay:82.9s;animation-delay:82.9s}.poke-block-choice .option-choice:nth-child(824n){-webkit-animation-delay:83s;animation-delay:83s}.poke-block-choice .option-choice:nth-child(825n){-webkit-animation-delay:83.1s;animation-delay:83.1s}.poke-block-choice .option-choice:nth-child(826n){-webkit-animation-delay:83.2s;animation-delay:83.2s}.poke-block-choice .option-choice:nth-child(827n){-webkit-animation-delay:83.3s;animation-delay:83.3s}.poke-block-choice .option-choice:nth-child(828n){-webkit-animation-delay:83.4s;animation-delay:83.4s}.poke-block-choice .option-choice:nth-child(829n){-webkit-animation-delay:83.5s;animation-delay:83.5s}.poke-block-choice .option-choice:nth-child(830n){-webkit-animation-delay:83.6s;animation-delay:83.6s}.poke-block-choice .option-choice:nth-child(831n){-webkit-animation-delay:83.7s;animation-delay:83.7s}.poke-block-choice .option-choice:nth-child(832n){-webkit-animation-delay:83.8s;animation-delay:83.8s}.poke-block-choice .option-choice:nth-child(833n){-webkit-animation-delay:83.9s;animation-delay:83.9s}.poke-block-choice .option-choice:nth-child(834n){-webkit-animation-delay:84s;animation-delay:84s}.poke-block-choice .option-choice:nth-child(835n){-webkit-animation-delay:84.1s;animation-delay:84.1s}.poke-block-choice .option-choice:nth-child(836n){-webkit-animation-delay:84.2s;animation-delay:84.2s}.poke-block-choice .option-choice:nth-child(837n){-webkit-animation-delay:84.3s;animation-delay:84.3s}.poke-block-choice .option-choice:nth-child(838n){-webkit-animation-delay:84.4s;animation-delay:84.4s}.poke-block-choice .option-choice:nth-child(839n){-webkit-animation-delay:84.5s;animation-delay:84.5s}.poke-block-choice .option-choice:nth-child(840n){-webkit-animation-delay:84.6s;animation-delay:84.6s}.poke-block-choice .option-choice:nth-child(841n){-webkit-animation-delay:84.7s;animation-delay:84.7s}.poke-block-choice .option-choice:nth-child(842n){-webkit-animation-delay:84.8s;animation-delay:84.8s}.poke-block-choice .option-choice:nth-child(843n){-webkit-animation-delay:84.9s;animation-delay:84.9s}.poke-block-choice .option-choice:nth-child(844n){-webkit-animation-delay:85s;animation-delay:85s}.poke-block-choice .option-choice:nth-child(845n){-webkit-animation-delay:85.1s;animation-delay:85.1s}.poke-block-choice .option-choice:nth-child(846n){-webkit-animation-delay:85.2s;animation-delay:85.2s}.poke-block-choice .option-choice:nth-child(847n){-webkit-animation-delay:85.3s;animation-delay:85.3s}.poke-block-choice .option-choice:nth-child(848n){-webkit-animation-delay:85.4s;animation-delay:85.4s}.poke-block-choice .option-choice:nth-child(849n){-webkit-animation-delay:85.5s;animation-delay:85.5s}.poke-block-choice .option-choice:nth-child(850n){-webkit-animation-delay:85.6s;animation-delay:85.6s}.poke-block-choice .option-choice:nth-child(851n){-webkit-animation-delay:85.7s;animation-delay:85.7s}.poke-block-choice .option-choice:nth-child(852n){-webkit-animation-delay:85.8s;animation-delay:85.8s}.poke-block-choice .option-choice:nth-child(853n){-webkit-animation-delay:85.9s;animation-delay:85.9s}.poke-block-choice .option-choice:nth-child(854n){-webkit-animation-delay:86s;animation-delay:86s}.poke-block-choice .option-choice:nth-child(855n){-webkit-animation-delay:86.1s;animation-delay:86.1s}.poke-block-choice .option-choice:nth-child(856n){-webkit-animation-delay:86.2s;animation-delay:86.2s}.poke-block-choice .option-choice:nth-child(857n){-webkit-animation-delay:86.3s;animation-delay:86.3s}.poke-block-choice .option-choice:nth-child(858n){-webkit-animation-delay:86.4s;animation-delay:86.4s}.poke-block-choice .option-choice:nth-child(859n){-webkit-animation-delay:86.5s;animation-delay:86.5s}.poke-block-choice .option-choice:nth-child(860n){-webkit-animation-delay:86.6s;animation-delay:86.6s}.poke-block-choice .option-choice:nth-child(861n){-webkit-animation-delay:86.7s;animation-delay:86.7s}.poke-block-choice .option-choice:nth-child(862n){-webkit-animation-delay:86.8s;animation-delay:86.8s}.poke-block-choice .option-choice:nth-child(863n){-webkit-animation-delay:86.9s;animation-delay:86.9s}.poke-block-choice .option-choice:nth-child(864n){-webkit-animation-delay:87s;animation-delay:87s}.poke-block-choice .option-choice:nth-child(865n){-webkit-animation-delay:87.1s;animation-delay:87.1s}.poke-block-choice .option-choice:nth-child(866n){-webkit-animation-delay:87.2s;animation-delay:87.2s}.poke-block-choice .option-choice:nth-child(867n){-webkit-animation-delay:87.3s;animation-delay:87.3s}.poke-block-choice .option-choice:nth-child(868n){-webkit-animation-delay:87.4s;animation-delay:87.4s}.poke-block-choice .option-choice:nth-child(869n){-webkit-animation-delay:87.5s;animation-delay:87.5s}.poke-block-choice .option-choice:nth-child(870n){-webkit-animation-delay:87.6s;animation-delay:87.6s}.poke-block-choice .option-choice:nth-child(871n){-webkit-animation-delay:87.7s;animation-delay:87.7s}.poke-block-choice .option-choice:nth-child(872n){-webkit-animation-delay:87.8s;animation-delay:87.8s}.poke-block-choice .option-choice:nth-child(873n){-webkit-animation-delay:87.9s;animation-delay:87.9s}.poke-block-choice .option-choice:nth-child(874n){-webkit-animation-delay:88s;animation-delay:88s}.poke-block-choice .option-choice:nth-child(875n){-webkit-animation-delay:88.1s;animation-delay:88.1s}.poke-block-choice .option-choice:nth-child(876n){-webkit-animation-delay:88.2s;animation-delay:88.2s}.poke-block-choice .option-choice:nth-child(877n){-webkit-animation-delay:88.3s;animation-delay:88.3s}.poke-block-choice .option-choice:nth-child(878n){-webkit-animation-delay:88.4s;animation-delay:88.4s}.poke-block-choice .option-choice:nth-child(879n){-webkit-animation-delay:88.5s;animation-delay:88.5s}.poke-block-choice .option-choice:nth-child(880n){-webkit-animation-delay:88.6s;animation-delay:88.6s}.poke-block-choice .option-choice:nth-child(881n){-webkit-animation-delay:88.7s;animation-delay:88.7s}.poke-block-choice .option-choice:nth-child(882n){-webkit-animation-delay:88.8s;animation-delay:88.8s}.poke-block-choice .option-choice:nth-child(883n){-webkit-animation-delay:88.9s;animation-delay:88.9s}.poke-block-choice .option-choice:nth-child(884n){-webkit-animation-delay:89s;animation-delay:89s}.poke-block-choice .option-choice:nth-child(885n){-webkit-animation-delay:89.1s;animation-delay:89.1s}.poke-block-choice .option-choice:nth-child(886n){-webkit-animation-delay:89.2s;animation-delay:89.2s}.poke-block-choice .option-choice:nth-child(887n){-webkit-animation-delay:89.3s;animation-delay:89.3s}.poke-block-choice .option-choice:nth-child(888n){-webkit-animation-delay:89.4s;animation-delay:89.4s}.poke-block-choice .option-choice:nth-child(889n){-webkit-animation-delay:89.5s;animation-delay:89.5s}.poke-block-choice .option-choice:nth-child(890n){-webkit-animation-delay:89.6s;animation-delay:89.6s}.poke-block-choice .option-choice:nth-child(891n){-webkit-animation-delay:89.7s;animation-delay:89.7s}.poke-block-choice .option-choice:nth-child(892n){-webkit-animation-delay:89.8s;animation-delay:89.8s}.poke-block-choice .option-choice:nth-child(893n){-webkit-animation-delay:89.9s;animation-delay:89.9s}.poke-block-choice .option-choice:nth-child(894n){-webkit-animation-delay:90s;animation-delay:90s}.poke-block-choice .option-choice:nth-child(895n){-webkit-animation-delay:90.1s;animation-delay:90.1s}.poke-block-choice .option-choice:nth-child(896n){-webkit-animation-delay:90.2s;animation-delay:90.2s}.poke-block-choice .option-choice:nth-child(897n){-webkit-animation-delay:90.3s;animation-delay:90.3s}.poke-block-choice .option-choice:nth-child(898n){-webkit-animation-delay:90.4s;animation-delay:90.4s}.poke-block-choice .option-choice:nth-child(899n){-webkit-animation-delay:90.5s;animation-delay:90.5s}.poke-block-choice .option-choice:nth-child(900n){-webkit-animation-delay:90.6s;animation-delay:90.6s}.poke-block-choice .option-choice:nth-child(901n){-webkit-animation-delay:90.7s;animation-delay:90.7s}.poke-block-choice .option-choice:nth-child(902n){-webkit-animation-delay:90.8s;animation-delay:90.8s}.poke-block-choice .option-choice:nth-child(903n){-webkit-animation-delay:90.9s;animation-delay:90.9s}.poke-block-choice .option-choice:nth-child(904n){-webkit-animation-delay:91s;animation-delay:91s}.poke-block-choice .option-choice:nth-child(905n){-webkit-animation-delay:91.1s;animation-delay:91.1s}.poke-block-choice .option-choice:nth-child(906n){-webkit-animation-delay:91.2s;animation-delay:91.2s}.poke-block-choice .option-choice:nth-child(907n){-webkit-animation-delay:91.3s;animation-delay:91.3s}.poke-block-choice .option-choice:nth-child(908n){-webkit-animation-delay:91.4s;animation-delay:91.4s}.poke-block-choice .option-choice:nth-child(909n){-webkit-animation-delay:91.5s;animation-delay:91.5s}.poke-block-choice .option-choice:nth-child(910n){-webkit-animation-delay:91.6s;animation-delay:91.6s}.poke-block-choice .option-choice:nth-child(911n){-webkit-animation-delay:91.7s;animation-delay:91.7s}.poke-block-choice .option-choice:nth-child(912n){-webkit-animation-delay:91.8s;animation-delay:91.8s}.poke-block-choice .option-choice:nth-child(913n){-webkit-animation-delay:91.9s;animation-delay:91.9s}.poke-block-choice .option-choice:nth-child(914n){-webkit-animation-delay:92s;animation-delay:92s}.poke-block-choice .option-choice:nth-child(915n){-webkit-animation-delay:92.1s;animation-delay:92.1s}.poke-block-choice .option-choice:nth-child(916n){-webkit-animation-delay:92.2s;animation-delay:92.2s}.poke-block-choice .option-choice:nth-child(917n){-webkit-animation-delay:92.3s;animation-delay:92.3s}.poke-block-choice .option-choice:nth-child(918n){-webkit-animation-delay:92.4s;animation-delay:92.4s}.poke-block-choice .option-choice:nth-child(919n){-webkit-animation-delay:92.5s;animation-delay:92.5s}.poke-block-choice .option-choice:nth-child(920n){-webkit-animation-delay:92.6s;animation-delay:92.6s}.poke-block-choice .option-choice:nth-child(921n){-webkit-animation-delay:92.7s;animation-delay:92.7s}.poke-block-choice .option-choice:nth-child(922n){-webkit-animation-delay:92.8s;animation-delay:92.8s}.poke-block-choice .option-choice:nth-child(923n){-webkit-animation-delay:92.9s;animation-delay:92.9s}.poke-block-choice .option-choice:nth-child(924n){-webkit-animation-delay:93s;animation-delay:93s}.poke-block-choice .option-choice:nth-child(925n){-webkit-animation-delay:93.1s;animation-delay:93.1s}.poke-block-choice .option-choice:nth-child(926n){-webkit-animation-delay:93.2s;animation-delay:93.2s}.poke-block-choice .option-choice:nth-child(927n){-webkit-animation-delay:93.3s;animation-delay:93.3s}.poke-block-choice .option-choice:nth-child(928n){-webkit-animation-delay:93.4s;animation-delay:93.4s}.poke-block-choice .option-choice:nth-child(929n){-webkit-animation-delay:93.5s;animation-delay:93.5s}.poke-block-choice .option-choice:nth-child(930n){-webkit-animation-delay:93.6s;animation-delay:93.6s}.poke-block-choice .option-choice:nth-child(931n){-webkit-animation-delay:93.7s;animation-delay:93.7s}.poke-block-choice .option-choice:nth-child(932n){-webkit-animation-delay:93.8s;animation-delay:93.8s}.poke-block-choice .option-choice:nth-child(933n){-webkit-animation-delay:93.9s;animation-delay:93.9s}.poke-block-choice .option-choice:nth-child(934n){-webkit-animation-delay:94s;animation-delay:94s}.poke-block-choice .option-choice:nth-child(935n){-webkit-animation-delay:94.1s;animation-delay:94.1s}.poke-block-choice .option-choice:nth-child(936n){-webkit-animation-delay:94.2s;animation-delay:94.2s}.poke-block-choice .option-choice:nth-child(937n){-webkit-animation-delay:94.3s;animation-delay:94.3s}.poke-block-choice .option-choice:nth-child(938n){-webkit-animation-delay:94.4s;animation-delay:94.4s}.poke-block-choice .option-choice:nth-child(939n){-webkit-animation-delay:94.5s;animation-delay:94.5s}.poke-block-choice .option-choice:nth-child(940n){-webkit-animation-delay:94.6s;animation-delay:94.6s}.poke-block-choice .option-choice:nth-child(941n){-webkit-animation-delay:94.7s;animation-delay:94.7s}.poke-block-choice .option-choice:nth-child(942n){-webkit-animation-delay:94.8s;animation-delay:94.8s}.poke-block-choice .option-choice:nth-child(943n){-webkit-animation-delay:94.9s;animation-delay:94.9s}.poke-block-choice .option-choice:nth-child(944n){-webkit-animation-delay:95s;animation-delay:95s}.poke-block-choice .option-choice:nth-child(945n){-webkit-animation-delay:95.1s;animation-delay:95.1s}.poke-block-choice .option-choice:nth-child(946n){-webkit-animation-delay:95.2s;animation-delay:95.2s}.poke-block-choice .option-choice:nth-child(947n){-webkit-animation-delay:95.3s;animation-delay:95.3s}.poke-block-choice .option-choice:nth-child(948n){-webkit-animation-delay:95.4s;animation-delay:95.4s}.poke-block-choice .option-choice:nth-child(949n){-webkit-animation-delay:95.5s;animation-delay:95.5s}.poke-block-choice .option-choice:nth-child(950n){-webkit-animation-delay:95.6s;animation-delay:95.6s}.poke-block-choice .option-choice:nth-child(951n){-webkit-animation-delay:95.7s;animation-delay:95.7s}.poke-block-choice .option-choice:nth-child(952n){-webkit-animation-delay:95.8s;animation-delay:95.8s}.poke-block-choice .option-choice:nth-child(953n){-webkit-animation-delay:95.9s;animation-delay:95.9s}.poke-block-choice .option-choice:nth-child(954n){-webkit-animation-delay:96s;animation-delay:96s}.poke-block-choice .option-choice:nth-child(955n){-webkit-animation-delay:96.1s;animation-delay:96.1s}.poke-block-choice .option-choice:nth-child(956n){-webkit-animation-delay:96.2s;animation-delay:96.2s}.poke-block-choice .option-choice:nth-child(957n){-webkit-animation-delay:96.3s;animation-delay:96.3s}.poke-block-choice .option-choice:nth-child(958n){-webkit-animation-delay:96.4s;animation-delay:96.4s}.poke-block-choice .option-choice:nth-child(959n){-webkit-animation-delay:96.5s;animation-delay:96.5s}.poke-block-choice .option-choice:nth-child(960n){-webkit-animation-delay:96.6s;animation-delay:96.6s}.poke-block-choice .option-choice:nth-child(961n){-webkit-animation-delay:96.7s;animation-delay:96.7s}.poke-block-choice .option-choice:nth-child(962n){-webkit-animation-delay:96.8s;animation-delay:96.8s}.poke-block-choice .option-choice:nth-child(963n){-webkit-animation-delay:96.9s;animation-delay:96.9s}.poke-block-choice .option-choice:nth-child(964n){-webkit-animation-delay:97s;animation-delay:97s}.poke-block-choice .option-choice:nth-child(965n){-webkit-animation-delay:97.1s;animation-delay:97.1s}.poke-block-choice .option-choice:nth-child(966n){-webkit-animation-delay:97.2s;animation-delay:97.2s}.poke-block-choice .option-choice:nth-child(967n){-webkit-animation-delay:97.3s;animation-delay:97.3s}.poke-block-choice .option-choice:nth-child(968n){-webkit-animation-delay:97.4s;animation-delay:97.4s}.poke-block-choice .option-choice:nth-child(969n){-webkit-animation-delay:97.5s;animation-delay:97.5s}.poke-block-choice .option-choice:nth-child(970n){-webkit-animation-delay:97.6s;animation-delay:97.6s}.poke-block-choice .option-choice:nth-child(971n){-webkit-animation-delay:97.7s;animation-delay:97.7s}.poke-block-choice .option-choice:nth-child(972n){-webkit-animation-delay:97.8s;animation-delay:97.8s}.poke-block-choice .option-choice:nth-child(973n){-webkit-animation-delay:97.9s;animation-delay:97.9s}.poke-block-choice .option-choice:nth-child(974n){-webkit-animation-delay:98s;animation-delay:98s}.poke-block-choice .option-choice:nth-child(975n){-webkit-animation-delay:98.1s;animation-delay:98.1s}.poke-block-choice .option-choice:nth-child(976n){-webkit-animation-delay:98.2s;animation-delay:98.2s}.poke-block-choice .option-choice:nth-child(977n){-webkit-animation-delay:98.3s;animation-delay:98.3s}.poke-block-choice .option-choice:nth-child(978n){-webkit-animation-delay:98.4s;animation-delay:98.4s}.poke-block-choice .option-choice:nth-child(979n){-webkit-animation-delay:98.5s;animation-delay:98.5s}.poke-block-choice .option-choice:nth-child(980n){-webkit-animation-delay:98.6s;animation-delay:98.6s}.poke-block-choice .option-choice:nth-child(981n){-webkit-animation-delay:98.7s;animation-delay:98.7s}.poke-block-choice .option-choice:nth-child(982n){-webkit-animation-delay:98.8s;animation-delay:98.8s}.poke-block-choice .option-choice:nth-child(983n){-webkit-animation-delay:98.9s;animation-delay:98.9s}.poke-block-choice .option-choice:nth-child(984n){-webkit-animation-delay:99s;animation-delay:99s}.poke-block-choice .option-choice:nth-child(985n){-webkit-animation-delay:99.1s;animation-delay:99.1s}.poke-block-choice .option-choice:nth-child(986n){-webkit-animation-delay:99.2s;animation-delay:99.2s}.poke-block-choice .option-choice:nth-child(987n){-webkit-animation-delay:99.3s;animation-delay:99.3s}.poke-block-choice .option-choice:nth-child(988n){-webkit-animation-delay:99.4s;animation-delay:99.4s}.poke-block-choice .option-choice:nth-child(989n){-webkit-animation-delay:99.5s;animation-delay:99.5s}.poke-block-choice .option-choice:nth-child(990n){-webkit-animation-delay:99.6s;animation-delay:99.6s}.poke-block-choice .option-choice:nth-child(991n){-webkit-animation-delay:99.7s;animation-delay:99.7s}.poke-block-choice .option-choice:nth-child(992n){-webkit-animation-delay:99.8s;animation-delay:99.8s}.poke-block-choice .option-choice:nth-child(993n){-webkit-animation-delay:99.9s;animation-delay:99.9s}.poke-block-choice .option-choice:nth-child(994n){-webkit-animation-delay:100s;animation-delay:100s}.poke-block-choice .option-choice:nth-child(995n){-webkit-animation-delay:100.1s;animation-delay:100.1s}.poke-block-choice .option-choice:nth-child(996n){-webkit-animation-delay:100.2s;animation-delay:100.2s}.poke-block-choice .option-choice:nth-child(997n){-webkit-animation-delay:100.3s;animation-delay:100.3s}.poke-block-choice .option-choice:nth-child(998n){-webkit-animation-delay:100.4s;animation-delay:100.4s}.poke-block-choice .option-choice:nth-child(999n){-webkit-animation-delay:100.5s;animation-delay:100.5s}.poke-block-choice .option-choice:nth-child(1000n){-webkit-animation-delay:100.6s;animation-delay:100.6s}.poke-block-choice .option-choice:nth-child(1001n){-webkit-animation-delay:100.7s;animation-delay:100.7s}.poke-block-choice .option-choice:nth-child(1002n){-webkit-animation-delay:100.8s;animation-delay:100.8s}.poke-block-choice .option-choice:nth-child(1003n){-webkit-animation-delay:100.9s;animation-delay:100.9s}.poke-block-choice .option-choice:nth-child(1004n){-webkit-animation-delay:101s;animation-delay:101s}.poke-block-choice .option-choice:nth-child(1005n){-webkit-animation-delay:101.1s;animation-delay:101.1s}.poke-block-choice .option-choice:nth-child(1006n){-webkit-animation-delay:101.2s;animation-delay:101.2s}.poke-block-choice .option-choice:nth-child(1007n){-webkit-animation-delay:101.3s;animation-delay:101.3s}.poke-block-choice .option-choice:nth-child(1008n){-webkit-animation-delay:101.4s;animation-delay:101.4s}.poke-block-choice .option-choice:nth-child(1009n){-webkit-animation-delay:101.5s;animation-delay:101.5s}.poke-block-choice .option-choice:nth-child(1010n){-webkit-animation-delay:101.6s;animation-delay:101.6s}.poke-block-choice .option-choice:nth-child(1011n){-webkit-animation-delay:101.7s;animation-delay:101.7s}.poke-block-choice .option-choice:nth-child(1012n){-webkit-animation-delay:101.8s;animation-delay:101.8s}.poke-block-choice .option-choice:nth-child(1013n){-webkit-animation-delay:101.9s;animation-delay:101.9s}.poke-block-choice .option-choice:nth-child(1014n){-webkit-animation-delay:102s;animation-delay:102s}.poke-block-choice .option-choice:nth-child(1015n){-webkit-animation-delay:102.1s;animation-delay:102.1s}.poke-block-choice .option-choice:nth-child(1016n){-webkit-animation-delay:102.2s;animation-delay:102.2s}.poke-block-choice .option-choice:nth-child(1017n){-webkit-animation-delay:102.3s;animation-delay:102.3s}.poke-block-choice .option-choice:nth-child(1018n){-webkit-animation-delay:102.4s;animation-delay:102.4s}.poke-block-choice .option-choice:nth-child(1019n){-webkit-animation-delay:102.5s;animation-delay:102.5s}.poke-block-choice .option-choice:nth-child(1020n){-webkit-animation-delay:102.6s;animation-delay:102.6s}.poke-block-choice .option-choice:nth-child(1021n){-webkit-animation-delay:102.7s;animation-delay:102.7s}.poke-block-choice .option-choice:nth-child(1022n){-webkit-animation-delay:102.8s;animation-delay:102.8s}.poke-block-choice .option-choice:nth-child(1023n){-webkit-animation-delay:102.9s;animation-delay:102.9s}.poke-block-choice .option-choice:nth-child(1024n){-webkit-animation-delay:103s;animation-delay:103s}.poke-block-choice .option-choice:nth-child(1025n){-webkit-animation-delay:103.1s;animation-delay:103.1s}.poke-block-choice .option-choice:nth-child(1026n){-webkit-animation-delay:103.2s;animation-delay:103.2s}.poke-block-choice .option-choice:nth-child(1027n){-webkit-animation-delay:103.3s;animation-delay:103.3s}.poke-block-choice .option-choice:nth-child(1028n){-webkit-animation-delay:103.4s;animation-delay:103.4s}.poke-block-choice .option-choice:nth-child(1029n){-webkit-animation-delay:103.5s;animation-delay:103.5s}.poke-block-choice .option-choice:nth-child(1030n){-webkit-animation-delay:103.6s;animation-delay:103.6s}.poke-block-choice .option-choice:nth-child(1031n){-webkit-animation-delay:103.7s;animation-delay:103.7s}.poke-block-choice .option-choice:nth-child(1032n){-webkit-animation-delay:103.8s;animation-delay:103.8s}.poke-block-choice .option-choice:nth-child(1033n){-webkit-animation-delay:103.9s;animation-delay:103.9s}.poke-block-choice .option-choice:nth-child(1034n){-webkit-animation-delay:104s;animation-delay:104s}.poke-block-choice .option-choice:nth-child(1035n){-webkit-animation-delay:104.1s;animation-delay:104.1s}.poke-block-choice .option-choice:nth-child(1036n){-webkit-animation-delay:104.2s;animation-delay:104.2s}.poke-block-choice .option-choice:nth-child(1037n){-webkit-animation-delay:104.3s;animation-delay:104.3s}.poke-block-choice .option-choice:nth-child(1038n){-webkit-animation-delay:104.4s;animation-delay:104.4s}.poke-block-choice .option-choice:nth-child(1039n){-webkit-animation-delay:104.5s;animation-delay:104.5s}.poke-block-choice .option-choice:nth-child(1040n){-webkit-animation-delay:104.6s;animation-delay:104.6s}.poke-block-choice .option-choice:nth-child(1041n){-webkit-animation-delay:104.7s;animation-delay:104.7s}.poke-block-choice .option-choice:nth-child(1042n){-webkit-animation-delay:104.8s;animation-delay:104.8s}.poke-block-choice .option-choice:nth-child(1043n){-webkit-animation-delay:104.9s;animation-delay:104.9s}.poke-block-choice .option-choice:nth-child(1044n){-webkit-animation-delay:105s;animation-delay:105s}.poke-block-choice .option-choice:nth-child(1045n){-webkit-animation-delay:105.1s;animation-delay:105.1s}.poke-block-choice .option-choice:nth-child(1046n){-webkit-animation-delay:105.2s;animation-delay:105.2s}.poke-block-choice .option-choice:nth-child(1047n){-webkit-animation-delay:105.3s;animation-delay:105.3s}.poke-block-choice .option-choice:nth-child(1048n){-webkit-animation-delay:105.4s;animation-delay:105.4s}.poke-block-choice .option-choice:nth-child(1049n){-webkit-animation-delay:105.5s;animation-delay:105.5s}.poke-block-choice .option-choice:nth-child(1050n){-webkit-animation-delay:105.6s;animation-delay:105.6s}.poke-block-choice .option-choice:nth-child(1051n){-webkit-animation-delay:105.7s;animation-delay:105.7s}.poke-block-choice .option-choice:nth-child(1052n){-webkit-animation-delay:105.8s;animation-delay:105.8s}.poke-block-choice .option-choice:nth-child(1053n){-webkit-animation-delay:105.9s;animation-delay:105.9s}.poke-block-choice .option-choice:nth-child(1054n){-webkit-animation-delay:106s;animation-delay:106s}.poke-block-choice .option-choice:nth-child(1055n){-webkit-animation-delay:106.1s;animation-delay:106.1s}.poke-block-choice .option-choice:nth-child(1056n){-webkit-animation-delay:106.2s;animation-delay:106.2s}.poke-block-choice .option-choice:nth-child(1057n){-webkit-animation-delay:106.3s;animation-delay:106.3s}.poke-block-choice .option-choice:nth-child(1058n){-webkit-animation-delay:106.4s;animation-delay:106.4s}.poke-block-choice .option-choice:nth-child(1059n){-webkit-animation-delay:106.5s;animation-delay:106.5s}.poke-block-choice .option-choice:nth-child(1060n){-webkit-animation-delay:106.6s;animation-delay:106.6s}.poke-block-choice .option-choice:nth-child(1061n){-webkit-animation-delay:106.7s;animation-delay:106.7s}.poke-block-choice .option-choice:nth-child(1062n){-webkit-animation-delay:106.8s;animation-delay:106.8s}.poke-block-choice .option-choice:nth-child(1063n){-webkit-animation-delay:106.9s;animation-delay:106.9s}.poke-block-choice .option-choice:nth-child(1064n){-webkit-animation-delay:107s;animation-delay:107s}.poke-block-choice .option-choice:nth-child(1065n){-webkit-animation-delay:107.1s;animation-delay:107.1s}.poke-block-choice .option-choice:nth-child(1066n){-webkit-animation-delay:107.2s;animation-delay:107.2s}.poke-block-choice .option-choice:nth-child(1067n){-webkit-animation-delay:107.3s;animation-delay:107.3s}.poke-block-choice .option-choice:nth-child(1068n){-webkit-animation-delay:107.4s;animation-delay:107.4s}.poke-block-choice .option-choice:nth-child(1069n){-webkit-animation-delay:107.5s;animation-delay:107.5s}.poke-block-choice .option-choice:nth-child(1070n){-webkit-animation-delay:107.6s;animation-delay:107.6s}.poke-block-choice .option-choice:nth-child(1071n){-webkit-animation-delay:107.7s;animation-delay:107.7s}.poke-block-choice .option-choice:nth-child(1072n){-webkit-animation-delay:107.8s;animation-delay:107.8s}.poke-block-choice .option-choice:nth-child(1073n){-webkit-animation-delay:107.9s;animation-delay:107.9s}.poke-block-choice .option-choice:nth-child(1074n){-webkit-animation-delay:108s;animation-delay:108s}.poke-block-choice .option-choice:nth-child(1075n){-webkit-animation-delay:108.1s;animation-delay:108.1s}.poke-block-choice .option-choice:nth-child(1076n){-webkit-animation-delay:108.2s;animation-delay:108.2s}.poke-block-choice .option-choice:nth-child(1077n){-webkit-animation-delay:108.3s;animation-delay:108.3s}.poke-block-choice .option-choice:nth-child(1078n){-webkit-animation-delay:108.4s;animation-delay:108.4s}.poke-block-choice .option-choice:nth-child(1079n){-webkit-animation-delay:108.5s;animation-delay:108.5s}.poke-block-choice .option-choice:nth-child(1080n){-webkit-animation-delay:108.6s;animation-delay:108.6s}.poke-block-choice .option-choice:nth-child(1081n){-webkit-animation-delay:108.7s;animation-delay:108.7s}.poke-block-choice .option-choice:nth-child(1082n){-webkit-animation-delay:108.8s;animation-delay:108.8s}.poke-block-choice .option-choice:nth-child(1083n){-webkit-animation-delay:108.9s;animation-delay:108.9s}.poke-block-choice .option-choice:nth-child(1084n){-webkit-animation-delay:109s;animation-delay:109s}.poke-block-choice .option-choice:nth-child(1085n){-webkit-animation-delay:109.1s;animation-delay:109.1s}.poke-block-choice .option-choice:nth-child(1086n){-webkit-animation-delay:109.2s;animation-delay:109.2s}.poke-block-choice .option-choice:nth-child(1087n){-webkit-animation-delay:109.3s;animation-delay:109.3s}.poke-block-choice .option-choice:nth-child(1088n){-webkit-animation-delay:109.4s;animation-delay:109.4s}.poke-block-choice .option-choice:nth-child(1089n){-webkit-animation-delay:109.5s;animation-delay:109.5s}.poke-block-choice .option-choice:nth-child(1090n){-webkit-animation-delay:109.6s;animation-delay:109.6s}.poke-block-choice .option-choice:nth-child(1091n){-webkit-animation-delay:109.7s;animation-delay:109.7s}.poke-block-choice .option-choice:nth-child(1092n){-webkit-animation-delay:109.8s;animation-delay:109.8s}.poke-block-choice .option-choice:nth-child(1093n){-webkit-animation-delay:109.9s;animation-delay:109.9s}.poke-block-choice .option-choice:nth-child(1094n){-webkit-animation-delay:110s;animation-delay:110s}.poke-block-choice .option-choice:nth-child(1095n){-webkit-animation-delay:110.1s;animation-delay:110.1s}.poke-block-choice .option-choice:nth-child(1096n){-webkit-animation-delay:110.2s;animation-delay:110.2s}.poke-block-choice .option-choice:nth-child(1097n){-webkit-animation-delay:110.3s;animation-delay:110.3s}.poke-block-choice .option-choice:nth-child(1098n){-webkit-animation-delay:110.4s;animation-delay:110.4s}.poke-block-choice .option-choice:nth-child(1099n){-webkit-animation-delay:110.5s;animation-delay:110.5s}.poke-block-choice .option-choice:nth-child(1100n){-webkit-animation-delay:110.6s;animation-delay:110.6s}.poke-block-choice .option-choice:nth-child(1101n){-webkit-animation-delay:110.7s;animation-delay:110.7s}.poke-block-choice .option-choice:nth-child(1102n){-webkit-animation-delay:110.8s;animation-delay:110.8s}.poke-block-choice .option-choice:nth-child(1103n){-webkit-animation-delay:110.9s;animation-delay:110.9s}.poke-block-choice .option-choice:nth-child(1104n){-webkit-animation-delay:111s;animation-delay:111s}.poke-block-choice .option-choice:nth-child(1105n){-webkit-animation-delay:111.1s;animation-delay:111.1s}.poke-block-choice .option-choice:nth-child(1106n){-webkit-animation-delay:111.2s;animation-delay:111.2s}.poke-block-choice .option-choice:nth-child(1107n){-webkit-animation-delay:111.3s;animation-delay:111.3s}.poke-block-choice .option-choice:nth-child(1108n){-webkit-animation-delay:111.4s;animation-delay:111.4s}.poke-block-choice .option-choice:nth-child(1109n){-webkit-animation-delay:111.5s;animation-delay:111.5s}.poke-block-choice .option-choice:nth-child(1110n){-webkit-animation-delay:111.6s;animation-delay:111.6s}.poke-block-choice .option-choice:nth-child(1111n){-webkit-animation-delay:111.7s;animation-delay:111.7s}.poke-block-choice .option-choice:nth-child(1112n){-webkit-animation-delay:111.8s;animation-delay:111.8s}.poke-block-choice .option-choice:nth-child(1113n){-webkit-animation-delay:111.9s;animation-delay:111.9s}.poke-block-choice .option-choice:nth-child(1114n){-webkit-animation-delay:112s;animation-delay:112s}.poke-block-choice .option-choice:nth-child(1115n){-webkit-animation-delay:112.1s;animation-delay:112.1s}.poke-block-choice .option-choice:nth-child(1116n){-webkit-animation-delay:112.2s;animation-delay:112.2s}.poke-block-choice .option-choice:nth-child(1117n){-webkit-animation-delay:112.3s;animation-delay:112.3s}.poke-block-choice .option-choice:nth-child(1118n){-webkit-animation-delay:112.4s;animation-delay:112.4s}.poke-block-choice .option-choice:nth-child(1119n){-webkit-animation-delay:112.5s;animation-delay:112.5s}.poke-block-choice .option-choice:nth-child(1120n){-webkit-animation-delay:112.6s;animation-delay:112.6s}.poke-block-choice .option-choice:nth-child(1121n){-webkit-animation-delay:112.7s;animation-delay:112.7s}.poke-block-choice .option-choice:nth-child(1122n){-webkit-animation-delay:112.8s;animation-delay:112.8s}.poke-block-choice .option-choice:nth-child(1123n){-webkit-animation-delay:112.9s;animation-delay:112.9s}.poke-block-choice .option-choice:nth-child(1124n){-webkit-animation-delay:113s;animation-delay:113s}.poke-block-choice .option-choice:nth-child(1125n){-webkit-animation-delay:113.1s;animation-delay:113.1s}.poke-block-choice .option-choice:nth-child(1126n){-webkit-animation-delay:113.2s;animation-delay:113.2s}.poke-block-choice .option-choice:nth-child(1127n){-webkit-animation-delay:113.3s;animation-delay:113.3s}.poke-block-choice .option-choice:nth-child(1128n){-webkit-animation-delay:113.4s;animation-delay:113.4s}.poke-block-choice .option-choice:nth-child(1129n){-webkit-animation-delay:113.5s;animation-delay:113.5s}.poke-block-choice .option-choice:nth-child(1130n){-webkit-animation-delay:113.6s;animation-delay:113.6s}.poke-block-choice .option-choice:nth-child(1131n){-webkit-animation-delay:113.7s;animation-delay:113.7s}.poke-block-choice .option-choice:nth-child(1132n){-webkit-animation-delay:113.8s;animation-delay:113.8s}.poke-block-choice .option-choice:nth-child(1133n){-webkit-animation-delay:113.9s;animation-delay:113.9s}.poke-block-choice .option-choice:nth-child(1134n){-webkit-animation-delay:114s;animation-delay:114s}.poke-block-choice .option-choice:nth-child(1135n){-webkit-animation-delay:114.1s;animation-delay:114.1s}.poke-block-choice .option-choice:nth-child(1136n){-webkit-animation-delay:114.2s;animation-delay:114.2s}.poke-block-choice .option-choice:nth-child(1137n){-webkit-animation-delay:114.3s;animation-delay:114.3s}.poke-block-choice .option-choice:nth-child(1138n){-webkit-animation-delay:114.4s;animation-delay:114.4s}.poke-block-choice .option-choice:nth-child(1139n){-webkit-animation-delay:114.5s;animation-delay:114.5s}.poke-block-choice .option-choice:nth-child(1140n){-webkit-animation-delay:114.6s;animation-delay:114.6s}.poke-block-choice .option-choice:nth-child(1141n){-webkit-animation-delay:114.7s;animation-delay:114.7s}.poke-block-choice .option-choice:nth-child(1142n){-webkit-animation-delay:114.8s;animation-delay:114.8s}.poke-block-choice .option-choice:nth-child(1143n){-webkit-animation-delay:114.9s;animation-delay:114.9s}.poke-block-choice .option-choice:nth-child(1144n){-webkit-animation-delay:115s;animation-delay:115s}.poke-block-choice .option-choice:nth-child(1145n){-webkit-animation-delay:115.1s;animation-delay:115.1s}.poke-block-choice .option-choice:nth-child(1146n){-webkit-animation-delay:115.2s;animation-delay:115.2s}.poke-block-choice .option-choice:nth-child(1147n){-webkit-animation-delay:115.3s;animation-delay:115.3s}.poke-block-choice .option-choice:nth-child(1148n){-webkit-animation-delay:115.4s;animation-delay:115.4s}.poke-block-choice .option-choice:nth-child(1149n){-webkit-animation-delay:115.5s;animation-delay:115.5s}.poke-block-choice .option-choice:nth-child(1150n){-webkit-animation-delay:115.6s;animation-delay:115.6s}.poke-block-choice .option-choice:nth-child(1151n){-webkit-animation-delay:115.7s;animation-delay:115.7s}.poke-block-choice .option-choice:nth-child(1152n){-webkit-animation-delay:115.8s;animation-delay:115.8s}.poke-block-choice .option-choice:nth-child(1153n){-webkit-animation-delay:115.9s;animation-delay:115.9s}.poke-block-choice .option-choice:nth-child(1154n){-webkit-animation-delay:116s;animation-delay:116s}.poke-block-choice .option-choice:nth-child(1155n){-webkit-animation-delay:116.1s;animation-delay:116.1s}.poke-block-choice .option-choice:nth-child(1156n){-webkit-animation-delay:116.2s;animation-delay:116.2s}.poke-block-choice .option-choice:nth-child(1157n){-webkit-animation-delay:116.3s;animation-delay:116.3s}.poke-block-choice .option-choice:nth-child(1158n){-webkit-animation-delay:116.4s;animation-delay:116.4s}.poke-block-choice .option-choice:nth-child(1159n){-webkit-animation-delay:116.5s;animation-delay:116.5s}.poke-block-choice .option-choice:nth-child(1160n){-webkit-animation-delay:116.6s;animation-delay:116.6s}.poke-block-choice .option-choice:nth-child(1161n){-webkit-animation-delay:116.7s;animation-delay:116.7s}.poke-block-choice .option-choice:nth-child(1162n){-webkit-animation-delay:116.8s;animation-delay:116.8s}.poke-block-choice .option-choice:nth-child(1163n){-webkit-animation-delay:116.9s;animation-delay:116.9s}.poke-block-choice .option-choice:nth-child(1164n){-webkit-animation-delay:117s;animation-delay:117s}.poke-block-choice .option-choice:nth-child(1165n){-webkit-animation-delay:117.1s;animation-delay:117.1s}.poke-block-choice .option-choice:nth-child(1166n){-webkit-animation-delay:117.2s;animation-delay:117.2s}.poke-block-choice .option-choice:nth-child(1167n){-webkit-animation-delay:117.3s;animation-delay:117.3s}.poke-block-choice .option-choice:nth-child(1168n){-webkit-animation-delay:117.4s;animation-delay:117.4s}.poke-block-choice .option-choice:nth-child(1169n){-webkit-animation-delay:117.5s;animation-delay:117.5s}.poke-block-choice .option-choice:nth-child(1170n){-webkit-animation-delay:117.6s;animation-delay:117.6s}.poke-block-choice .option-choice:nth-child(1171n){-webkit-animation-delay:117.7s;animation-delay:117.7s}.poke-block-choice .option-choice:nth-child(1172n){-webkit-animation-delay:117.8s;animation-delay:117.8s}.poke-block-choice .option-choice:nth-child(1173n){-webkit-animation-delay:117.9s;animation-delay:117.9s}.poke-block-choice .option-choice:nth-child(1174n){-webkit-animation-delay:118s;animation-delay:118s}.poke-block-choice .option-choice:nth-child(1175n){-webkit-animation-delay:118.1s;animation-delay:118.1s}.poke-block-choice .option-choice:nth-child(1176n){-webkit-animation-delay:118.2s;animation-delay:118.2s}.poke-block-choice .option-choice:nth-child(1177n){-webkit-animation-delay:118.3s;animation-delay:118.3s}.poke-block-choice .option-choice:nth-child(1178n){-webkit-animation-delay:118.4s;animation-delay:118.4s}.poke-block-choice .option-choice:nth-child(1179n){-webkit-animation-delay:118.5s;animation-delay:118.5s}.poke-block-choice .option-choice:nth-child(1180n){-webkit-animation-delay:118.6s;animation-delay:118.6s}.poke-block-choice .option-choice:nth-child(1181n){-webkit-animation-delay:118.7s;animation-delay:118.7s}.poke-block-choice .option-choice:nth-child(1182n){-webkit-animation-delay:118.8s;animation-delay:118.8s}.poke-block-choice .option-choice:nth-child(1183n){-webkit-animation-delay:118.9s;animation-delay:118.9s}.poke-block-choice .option-choice:nth-child(1184n){-webkit-animation-delay:119s;animation-delay:119s}.poke-block-choice .option-choice:nth-child(1185n){-webkit-animation-delay:119.1s;animation-delay:119.1s}.poke-block-choice .option-choice:nth-child(1186n){-webkit-animation-delay:119.2s;animation-delay:119.2s}.poke-block-choice .option-choice:nth-child(1187n){-webkit-animation-delay:119.3s;animation-delay:119.3s}.poke-block-choice .option-choice:nth-child(1188n){-webkit-animation-delay:119.4s;animation-delay:119.4s}.poke-block-choice .option-choice:nth-child(1189n){-webkit-animation-delay:119.5s;animation-delay:119.5s}.poke-block-choice .option-choice:nth-child(1190n){-webkit-animation-delay:119.6s;animation-delay:119.6s}.poke-block-choice .option-choice:nth-child(1191n){-webkit-animation-delay:119.7s;animation-delay:119.7s}.poke-block-choice .option-choice:nth-child(1192n){-webkit-animation-delay:119.8s;animation-delay:119.8s}.poke-block-choice .option-choice:nth-child(1193n){-webkit-animation-delay:119.9s;animation-delay:119.9s}.poke-block-choice .option-choice:nth-child(1194n){-webkit-animation-delay:120s;animation-delay:120s}.poke-block-choice .option-choice:nth-child(1195n){-webkit-animation-delay:120.1s;animation-delay:120.1s}.poke-block-choice .option-choice:nth-child(1196n){-webkit-animation-delay:120.2s;animation-delay:120.2s}.poke-block-choice .option-choice:nth-child(1197n){-webkit-animation-delay:120.3s;animation-delay:120.3s}.poke-block-choice .option-choice:nth-child(1198n){-webkit-animation-delay:120.4s;animation-delay:120.4s}.poke-block-choice .option-choice:nth-child(1199n){-webkit-animation-delay:120.5s;animation-delay:120.5s}.poke-block-choice .option-choice:nth-child(1200n){-webkit-animation-delay:120.6s;animation-delay:120.6s}.poke-block-choice .option-choice:nth-child(1201n){-webkit-animation-delay:120.7s;animation-delay:120.7s}.poke-block-choice .option-choice:nth-child(1202n){-webkit-animation-delay:120.8s;animation-delay:120.8s}.poke-block-choice .option-choice:nth-child(1203n){-webkit-animation-delay:120.9s;animation-delay:120.9s}.poke-block-choice .option-choice:nth-child(1204n){-webkit-animation-delay:121s;animation-delay:121s}.poke-block-choice .option-choice:nth-child(1205n){-webkit-animation-delay:121.1s;animation-delay:121.1s}.poke-block-choice .option-choice:nth-child(1206n){-webkit-animation-delay:121.2s;animation-delay:121.2s}.poke-block-choice .option-choice:nth-child(1207n){-webkit-animation-delay:121.3s;animation-delay:121.3s}.poke-block-choice .option-choice:nth-child(1208n){-webkit-animation-delay:121.4s;animation-delay:121.4s}.poke-block-choice .option-choice:nth-child(1209n){-webkit-animation-delay:121.5s;animation-delay:121.5s}.poke-block-choice .option-choice:nth-child(1210n){-webkit-animation-delay:121.6s;animation-delay:121.6s}.poke-block-choice .option-choice:nth-child(1211n){-webkit-animation-delay:121.7s;animation-delay:121.7s}.poke-block-choice .option-choice:nth-child(1212n){-webkit-animation-delay:121.8s;animation-delay:121.8s}.poke-block-choice .option-choice:nth-child(1213n){-webkit-animation-delay:121.9s;animation-delay:121.9s}.poke-block-choice .option-choice:nth-child(1214n){-webkit-animation-delay:122s;animation-delay:122s}.poke-block-choice .option-choice:nth-child(1215n){-webkit-animation-delay:122.1s;animation-delay:122.1s}.poke-block-choice .option-choice:nth-child(1216n){-webkit-animation-delay:122.2s;animation-delay:122.2s}.poke-block-choice .option-choice:nth-child(1217n){-webkit-animation-delay:122.3s;animation-delay:122.3s}.poke-block-choice .option-choice:nth-child(1218n){-webkit-animation-delay:122.4s;animation-delay:122.4s}.poke-block-choice .option-choice:nth-child(1219n){-webkit-animation-delay:122.5s;animation-delay:122.5s}.poke-block-choice .option-choice:nth-child(1220n){-webkit-animation-delay:122.6s;animation-delay:122.6s}.poke-block-choice .option-choice:nth-child(1221n){-webkit-animation-delay:122.7s;animation-delay:122.7s}.poke-block-choice .option-choice:nth-child(1222n){-webkit-animation-delay:122.8s;animation-delay:122.8s}.poke-block-choice .option-choice:nth-child(1223n){-webkit-animation-delay:122.9s;animation-delay:122.9s}.poke-block-choice .option-choice:nth-child(1224n){-webkit-animation-delay:123s;animation-delay:123s}.poke-block-choice .option-choice:nth-child(1225n){-webkit-animation-delay:123.1s;animation-delay:123.1s}.poke-block-choice .option-choice:nth-child(1226n){-webkit-animation-delay:123.2s;animation-delay:123.2s}.poke-block-choice .option-choice:nth-child(1227n){-webkit-animation-delay:123.3s;animation-delay:123.3s}.poke-block-choice .option-choice:nth-child(1228n){-webkit-animation-delay:123.4s;animation-delay:123.4s}.poke-block-choice .option-choice:nth-child(1229n){-webkit-animation-delay:123.5s;animation-delay:123.5s}.poke-block-choice .option-choice:nth-child(1230n){-webkit-animation-delay:123.6s;animation-delay:123.6s}.poke-block-choice .option-choice:nth-child(1231n){-webkit-animation-delay:123.7s;animation-delay:123.7s}.poke-block-choice .option-choice:nth-child(1232n){-webkit-animation-delay:123.8s;animation-delay:123.8s}.poke-block-choice .option-choice:nth-child(1233n){-webkit-animation-delay:123.9s;animation-delay:123.9s}.poke-block-choice .option-choice:nth-child(1234n){-webkit-animation-delay:124s;animation-delay:124s}.poke-block-choice .option-choice:nth-child(1235n){-webkit-animation-delay:124.1s;animation-delay:124.1s}.poke-block-choice .option-choice:nth-child(1236n){-webkit-animation-delay:124.2s;animation-delay:124.2s}.poke-block-choice .option-choice:nth-child(1237n){-webkit-animation-delay:124.3s;animation-delay:124.3s}.poke-block-choice .option-choice:nth-child(1238n){-webkit-animation-delay:124.4s;animation-delay:124.4s}.poke-block-choice .option-choice:nth-child(1239n){-webkit-animation-delay:124.5s;animation-delay:124.5s}.poke-block-choice .option-choice:nth-child(1240n){-webkit-animation-delay:124.6s;animation-delay:124.6s}.poke-block-choice .option-choice:nth-child(1241n){-webkit-animation-delay:124.7s;animation-delay:124.7s}.poke-block-choice .option-choice:nth-child(1242n){-webkit-animation-delay:124.8s;animation-delay:124.8s}.poke-block-choice .option-choice:nth-child(1243n){-webkit-animation-delay:124.9s;animation-delay:124.9s}.poke-block-choice .option-choice:nth-child(1244n){-webkit-animation-delay:125s;animation-delay:125s}.poke-block-choice .option-choice:nth-child(1245n){-webkit-animation-delay:125.1s;animation-delay:125.1s}.poke-block-choice .option-choice:nth-child(1246n){-webkit-animation-delay:125.2s;animation-delay:125.2s}.poke-block-choice .option-choice:nth-child(1247n){-webkit-animation-delay:125.3s;animation-delay:125.3s}.poke-block-choice .option-choice:nth-child(1248n){-webkit-animation-delay:125.4s;animation-delay:125.4s}.poke-block-choice .option-choice:nth-child(1249n){-webkit-animation-delay:125.5s;animation-delay:125.5s}.poke-block-choice .option-choice:nth-child(1250n){-webkit-animation-delay:125.6s;animation-delay:125.6s}.poke-block-choice .option-choice:nth-child(1251n){-webkit-animation-delay:125.7s;animation-delay:125.7s}.poke-block-choice .option-choice:nth-child(1252n){-webkit-animation-delay:125.8s;animation-delay:125.8s}.poke-block-choice .option-choice:nth-child(1253n){-webkit-animation-delay:125.9s;animation-delay:125.9s}.poke-block-choice .option-choice:nth-child(1254n){-webkit-animation-delay:126s;animation-delay:126s}.poke-block-choice .option-choice:nth-child(1255n){-webkit-animation-delay:126.1s;animation-delay:126.1s}.poke-block-choice .option-choice:nth-child(1256n){-webkit-animation-delay:126.2s;animation-delay:126.2s}.poke-block-choice .option-choice:nth-child(1257n){-webkit-animation-delay:126.3s;animation-delay:126.3s}.poke-block-choice .option-choice:nth-child(1258n){-webkit-animation-delay:126.4s;animation-delay:126.4s}.poke-block-choice .option-choice:nth-child(1259n){-webkit-animation-delay:126.5s;animation-delay:126.5s}.poke-block-choice .option-choice:nth-child(1260n){-webkit-animation-delay:126.6s;animation-delay:126.6s}.poke-block-choice .option-choice:nth-child(1261n){-webkit-animation-delay:126.7s;animation-delay:126.7s}.poke-block-choice .option-choice:nth-child(1262n){-webkit-animation-delay:126.8s;animation-delay:126.8s}.poke-block-choice .option-choice:nth-child(1263n){-webkit-animation-delay:126.9s;animation-delay:126.9s}.poke-block-choice .option-choice:nth-child(1264n){-webkit-animation-delay:127s;animation-delay:127s}.poke-block-choice .option-choice:nth-child(1265n){-webkit-animation-delay:127.1s;animation-delay:127.1s}.poke-block-choice .option-choice:nth-child(1266n){-webkit-animation-delay:127.2s;animation-delay:127.2s}.poke-block-choice .option-choice:nth-child(1267n){-webkit-animation-delay:127.3s;animation-delay:127.3s}.poke-block-choice .option-choice:nth-child(1268n){-webkit-animation-delay:127.4s;animation-delay:127.4s}.poke-block-choice .option-choice:nth-child(1269n){-webkit-animation-delay:127.5s;animation-delay:127.5s}.poke-block-choice .option-choice:nth-child(1270n){-webkit-animation-delay:127.6s;animation-delay:127.6s}.poke-block-choice .option-choice:nth-child(1271n){-webkit-animation-delay:127.7s;animation-delay:127.7s}.poke-block-choice .option-choice:nth-child(1272n){-webkit-animation-delay:127.8s;animation-delay:127.8s}.poke-block-choice .option-choice:nth-child(1273n){-webkit-animation-delay:127.9s;animation-delay:127.9s}.poke-block-choice .option-choice:nth-child(1274n){-webkit-animation-delay:128s;animation-delay:128s}.poke-block-choice .option-choice:nth-child(1275n){-webkit-animation-delay:128.1s;animation-delay:128.1s}.poke-block-choice .option-choice:nth-child(1276n){-webkit-animation-delay:128.2s;animation-delay:128.2s}.poke-block-choice .option-choice:nth-child(1277n){-webkit-animation-delay:128.3s;animation-delay:128.3s}.poke-block-choice .option-choice:nth-child(1278n){-webkit-animation-delay:128.4s;animation-delay:128.4s}.poke-block-choice .option-choice:nth-child(1279n){-webkit-animation-delay:128.5s;animation-delay:128.5s}.poke-block-choice .option-choice:nth-child(1280n){-webkit-animation-delay:128.6s;animation-delay:128.6s}.poke-block-choice .option-choice:nth-child(1281n){-webkit-animation-delay:128.7s;animation-delay:128.7s}.poke-block-choice .option-choice:nth-child(1282n){-webkit-animation-delay:128.8s;animation-delay:128.8s}.poke-block-choice .option-choice:nth-child(1283n){-webkit-animation-delay:128.9s;animation-delay:128.9s}.poke-block-choice .option-choice:nth-child(1284n){-webkit-animation-delay:129s;animation-delay:129s}.poke-block-choice .option-choice:nth-child(1285n){-webkit-animation-delay:129.1s;animation-delay:129.1s}.poke-block-choice .option-choice:nth-child(1286n){-webkit-animation-delay:129.2s;animation-delay:129.2s}.poke-block-choice .option-choice:nth-child(1287n){-webkit-animation-delay:129.3s;animation-delay:129.3s}.poke-block-choice .option-choice:nth-child(1288n){-webkit-animation-delay:129.4s;animation-delay:129.4s}.poke-block-choice .option-choice:nth-child(1289n){-webkit-animation-delay:129.5s;animation-delay:129.5s}.poke-block-choice .option-choice:nth-child(1290n){-webkit-animation-delay:129.6s;animation-delay:129.6s}.poke-block-choice .option-choice:nth-child(1291n){-webkit-animation-delay:129.7s;animation-delay:129.7s}.poke-block-choice .option-choice:nth-child(1292n){-webkit-animation-delay:129.8s;animation-delay:129.8s}.poke-block-choice .option-choice:nth-child(1293n){-webkit-animation-delay:129.9s;animation-delay:129.9s}.poke-block-choice .option-choice:nth-child(1294n){-webkit-animation-delay:130s;animation-delay:130s}.poke-block-choice .option-choice:nth-child(1295n){-webkit-animation-delay:130.1s;animation-delay:130.1s}.poke-block-choice .option-choice:nth-child(1296n){-webkit-animation-delay:130.2s;animation-delay:130.2s}.poke-block-choice .option-choice:nth-child(1297n){-webkit-animation-delay:130.3s;animation-delay:130.3s}.poke-block-choice .option-choice:nth-child(1298n){-webkit-animation-delay:130.4s;animation-delay:130.4s}.poke-block-choice .option-choice:nth-child(1299n){-webkit-animation-delay:130.5s;animation-delay:130.5s}.poke-block-choice .option-choice:nth-child(1300n){-webkit-animation-delay:130.6s;animation-delay:130.6s}.poke-block-choice .option-choice:nth-child(1301n){-webkit-animation-delay:130.7s;animation-delay:130.7s}.poke-block-choice .option-choice:nth-child(1302n){-webkit-animation-delay:130.8s;animation-delay:130.8s}.poke-block-choice .option-choice:nth-child(1303n){-webkit-animation-delay:130.9s;animation-delay:130.9s}.poke-block-choice .option-choice:nth-child(1304n){-webkit-animation-delay:131s;animation-delay:131s}.poke-block-choice .option-choice:nth-child(1305n){-webkit-animation-delay:131.1s;animation-delay:131.1s}.poke-block-choice .option-choice:nth-child(1306n){-webkit-animation-delay:131.2s;animation-delay:131.2s}.poke-block-choice .option-choice:nth-child(1307n){-webkit-animation-delay:131.3s;animation-delay:131.3s}.poke-block-choice .option-choice:nth-child(1308n){-webkit-animation-delay:131.4s;animation-delay:131.4s}.poke-block-choice .option-choice:nth-child(1309n){-webkit-animation-delay:131.5s;animation-delay:131.5s}.poke-block-choice .option-choice:nth-child(1310n){-webkit-animation-delay:131.6s;animation-delay:131.6s}.poke-block-choice .option-choice:nth-child(1311n){-webkit-animation-delay:131.7s;animation-delay:131.7s}.poke-block-choice .option-choice:nth-child(1312n){-webkit-animation-delay:131.8s;animation-delay:131.8s}.poke-block-choice .option-choice:nth-child(1313n){-webkit-animation-delay:131.9s;animation-delay:131.9s}.poke-block-choice .option-choice:nth-child(1314n){-webkit-animation-delay:132s;animation-delay:132s}.poke-block-choice .option-choice:nth-child(1315n){-webkit-animation-delay:132.1s;animation-delay:132.1s}.poke-block-choice .option-choice:nth-child(1316n){-webkit-animation-delay:132.2s;animation-delay:132.2s}.poke-block-choice .option-choice:nth-child(1317n){-webkit-animation-delay:132.3s;animation-delay:132.3s}.poke-block-choice .option-choice:nth-child(1318n){-webkit-animation-delay:132.4s;animation-delay:132.4s}.poke-block-choice .option-choice:nth-child(1319n){-webkit-animation-delay:132.5s;animation-delay:132.5s}.poke-block-choice .option-choice:nth-child(1320n){-webkit-animation-delay:132.6s;animation-delay:132.6s}.poke-block-choice .option-choice:nth-child(1321n){-webkit-animation-delay:132.7s;animation-delay:132.7s}.poke-block-choice .option-choice:nth-child(1322n){-webkit-animation-delay:132.8s;animation-delay:132.8s}.poke-block-choice .option-choice:nth-child(1323n){-webkit-animation-delay:132.9s;animation-delay:132.9s}.poke-block-choice .option-choice:nth-child(1324n){-webkit-animation-delay:133s;animation-delay:133s}.poke-block-choice .option-choice:nth-child(1325n){-webkit-animation-delay:133.1s;animation-delay:133.1s}.poke-block-choice .option-choice:nth-child(1326n){-webkit-animation-delay:133.2s;animation-delay:133.2s}.poke-block-choice .option-choice:nth-child(1327n){-webkit-animation-delay:133.3s;animation-delay:133.3s}.poke-block-choice .option-choice:nth-child(1328n){-webkit-animation-delay:133.4s;animation-delay:133.4s}.poke-block-choice .option-choice:nth-child(1329n){-webkit-animation-delay:133.5s;animation-delay:133.5s}.poke-block-choice .option-choice:nth-child(1330n){-webkit-animation-delay:133.6s;animation-delay:133.6s}.poke-block-choice .option-choice:nth-child(1331n){-webkit-animation-delay:133.7s;animation-delay:133.7s}.poke-block-choice .option-choice:nth-child(1332n){-webkit-animation-delay:133.8s;animation-delay:133.8s}.poke-block-choice .option-choice:nth-child(1333n){-webkit-animation-delay:133.9s;animation-delay:133.9s}.poke-block-choice .option-choice:nth-child(1334n){-webkit-animation-delay:134s;animation-delay:134s}.poke-block-choice .option-choice:nth-child(1335n){-webkit-animation-delay:134.1s;animation-delay:134.1s}.poke-block-choice .option-choice:nth-child(1336n){-webkit-animation-delay:134.2s;animation-delay:134.2s}.poke-block-choice .option-choice:nth-child(1337n){-webkit-animation-delay:134.3s;animation-delay:134.3s}.poke-block-choice .option-choice:nth-child(1338n){-webkit-animation-delay:134.4s;animation-delay:134.4s}.poke-block-choice .option-choice:nth-child(1339n){-webkit-animation-delay:134.5s;animation-delay:134.5s}.poke-block-choice .option-choice:nth-child(1340n){-webkit-animation-delay:134.6s;animation-delay:134.6s}.poke-block-choice .option-choice:nth-child(1341n){-webkit-animation-delay:134.7s;animation-delay:134.7s}.poke-block-choice .option-choice:nth-child(1342n){-webkit-animation-delay:134.8s;animation-delay:134.8s}.poke-block-choice .option-choice:nth-child(1343n){-webkit-animation-delay:134.9s;animation-delay:134.9s}.poke-block-choice .option-choice:nth-child(1344n){-webkit-animation-delay:135s;animation-delay:135s}.poke-block-choice .option-choice:nth-child(1345n){-webkit-animation-delay:135.1s;animation-delay:135.1s}.poke-block-choice .option-choice:nth-child(1346n){-webkit-animation-delay:135.2s;animation-delay:135.2s}.poke-block-choice .option-choice:nth-child(1347n){-webkit-animation-delay:135.3s;animation-delay:135.3s}.poke-block-choice .option-choice:nth-child(1348n){-webkit-animation-delay:135.4s;animation-delay:135.4s}.poke-block-choice .option-choice:nth-child(1349n){-webkit-animation-delay:135.5s;animation-delay:135.5s}.poke-block-choice .option-choice:nth-child(1350n){-webkit-animation-delay:135.6s;animation-delay:135.6s}.poke-block-choice .option-choice:nth-child(1351n){-webkit-animation-delay:135.7s;animation-delay:135.7s}.poke-block-choice .option-choice:nth-child(1352n){-webkit-animation-delay:135.8s;animation-delay:135.8s}.poke-block-choice .option-choice:nth-child(1353n){-webkit-animation-delay:135.9s;animation-delay:135.9s}.poke-block-choice .option-choice:nth-child(1354n){-webkit-animation-delay:136s;animation-delay:136s}.poke-block-choice .option-choice:nth-child(1355n){-webkit-animation-delay:136.1s;animation-delay:136.1s}.poke-block-choice .option-choice:nth-child(1356n){-webkit-animation-delay:136.2s;animation-delay:136.2s}.poke-block-choice .option-choice:nth-child(1357n){-webkit-animation-delay:136.3s;animation-delay:136.3s}.poke-block-choice .option-choice:nth-child(1358n){-webkit-animation-delay:136.4s;animation-delay:136.4s}.poke-block-choice .option-choice:nth-child(1359n){-webkit-animation-delay:136.5s;animation-delay:136.5s}.poke-block-choice .option-choice:nth-child(1360n){-webkit-animation-delay:136.6s;animation-delay:136.6s}.poke-block-choice .option-choice:nth-child(1361n){-webkit-animation-delay:136.7s;animation-delay:136.7s}.poke-block-choice .option-choice:nth-child(1362n){-webkit-animation-delay:136.8s;animation-delay:136.8s}.poke-block-choice .option-choice:nth-child(1363n){-webkit-animation-delay:136.9s;animation-delay:136.9s}.poke-block-choice .option-choice:nth-child(1364n){-webkit-animation-delay:137s;animation-delay:137s}.poke-block-choice .option-choice:nth-child(1365n){-webkit-animation-delay:137.1s;animation-delay:137.1s}.poke-block-choice .option-choice:nth-child(1366n){-webkit-animation-delay:137.2s;animation-delay:137.2s}.poke-block-choice .option-choice:nth-child(1367n){-webkit-animation-delay:137.3s;animation-delay:137.3s}.poke-block-choice .option-choice:nth-child(1368n){-webkit-animation-delay:137.4s;animation-delay:137.4s}.poke-block-choice .option-choice:nth-child(1369n){-webkit-animation-delay:137.5s;animation-delay:137.5s}.poke-block-choice .option-choice:nth-child(1370n){-webkit-animation-delay:137.6s;animation-delay:137.6s}.poke-block-choice .option-choice:nth-child(1371n){-webkit-animation-delay:137.7s;animation-delay:137.7s}.poke-block-choice .option-choice:nth-child(1372n){-webkit-animation-delay:137.8s;animation-delay:137.8s}.poke-block-choice .option-choice:nth-child(1373n){-webkit-animation-delay:137.9s;animation-delay:137.9s}.poke-block-choice .option-choice:nth-child(1374n){-webkit-animation-delay:138s;animation-delay:138s}.poke-block-choice .option-choice:nth-child(1375n){-webkit-animation-delay:138.1s;animation-delay:138.1s}.poke-block-choice .option-choice:nth-child(1376n){-webkit-animation-delay:138.2s;animation-delay:138.2s}.poke-block-choice .option-choice:nth-child(1377n){-webkit-animation-delay:138.3s;animation-delay:138.3s}.poke-block-choice .option-choice:nth-child(1378n){-webkit-animation-delay:138.4s;animation-delay:138.4s}.poke-block-choice .option-choice:nth-child(1379n){-webkit-animation-delay:138.5s;animation-delay:138.5s}.poke-block-choice .option-choice:nth-child(1380n){-webkit-animation-delay:138.6s;animation-delay:138.6s}.poke-block-choice .option-choice:nth-child(1381n){-webkit-animation-delay:138.7s;animation-delay:138.7s}.poke-block-choice .option-choice:nth-child(1382n){-webkit-animation-delay:138.8s;animation-delay:138.8s}.poke-block-choice .option-choice:nth-child(1383n){-webkit-animation-delay:138.9s;animation-delay:138.9s}.poke-block-choice .option-choice:nth-child(1384n){-webkit-animation-delay:139s;animation-delay:139s}.poke-block-choice .option-choice:nth-child(1385n){-webkit-animation-delay:139.1s;animation-delay:139.1s}.poke-block-choice .option-choice:nth-child(1386n){-webkit-animation-delay:139.2s;animation-delay:139.2s}.poke-block-choice .option-choice:nth-child(1387n){-webkit-animation-delay:139.3s;animation-delay:139.3s}.poke-block-choice .option-choice:nth-child(1388n){-webkit-animation-delay:139.4s;animation-delay:139.4s}.poke-block-choice .option-choice:nth-child(1389n){-webkit-animation-delay:139.5s;animation-delay:139.5s}.poke-block-choice .option-choice:nth-child(1390n){-webkit-animation-delay:139.6s;animation-delay:139.6s}.poke-block-choice .option-choice:nth-child(1391n){-webkit-animation-delay:139.7s;animation-delay:139.7s}.poke-block-choice .option-choice:nth-child(1392n){-webkit-animation-delay:139.8s;animation-delay:139.8s}.poke-block-choice .option-choice:nth-child(1393n){-webkit-animation-delay:139.9s;animation-delay:139.9s}.poke-block-choice .option-choice:nth-child(1394n){-webkit-animation-delay:140s;animation-delay:140s}.poke-block-choice .option-choice:nth-child(1395n){-webkit-animation-delay:140.1s;animation-delay:140.1s}.poke-block-choice .option-choice:nth-child(1396n){-webkit-animation-delay:140.2s;animation-delay:140.2s}.poke-block-choice .option-choice:nth-child(1397n){-webkit-animation-delay:140.3s;animation-delay:140.3s}.poke-block-choice .option-choice:nth-child(1398n){-webkit-animation-delay:140.4s;animation-delay:140.4s}.poke-block-choice .option-choice:nth-child(1399n){-webkit-animation-delay:140.5s;animation-delay:140.5s}.poke-block-choice .option-choice:nth-child(1400n){-webkit-animation-delay:140.6s;animation-delay:140.6s}.poke-block-choice .option-choice:nth-child(1401n){-webkit-animation-delay:140.7s;animation-delay:140.7s}.poke-block-choice .option-choice:nth-child(1402n){-webkit-animation-delay:140.8s;animation-delay:140.8s}.poke-block-choice .option-choice:nth-child(1403n){-webkit-animation-delay:140.9s;animation-delay:140.9s}.poke-block-choice .option-choice:nth-child(1404n){-webkit-animation-delay:141s;animation-delay:141s}.poke-block-choice .option-choice:nth-child(1405n){-webkit-animation-delay:141.1s;animation-delay:141.1s}.poke-block-choice .option-choice:nth-child(1406n){-webkit-animation-delay:141.2s;animation-delay:141.2s}.poke-block-choice .option-choice:nth-child(1407n){-webkit-animation-delay:141.3s;animation-delay:141.3s}.poke-block-choice .option-choice:nth-child(1408n){-webkit-animation-delay:141.4s;animation-delay:141.4s}.poke-block-choice .option-choice:nth-child(1409n){-webkit-animation-delay:141.5s;animation-delay:141.5s}.poke-block-choice .option-choice:nth-child(1410n){-webkit-animation-delay:141.6s;animation-delay:141.6s}.poke-block-choice .option-choice:nth-child(1411n){-webkit-animation-delay:141.7s;animation-delay:141.7s}.poke-block-choice .option-choice:nth-child(1412n){-webkit-animation-delay:141.8s;animation-delay:141.8s}.poke-block-choice .option-choice:nth-child(1413n){-webkit-animation-delay:141.9s;animation-delay:141.9s}.poke-block-choice .option-choice:nth-child(1414n){-webkit-animation-delay:142s;animation-delay:142s}.poke-block-choice .option-choice:nth-child(1415n){-webkit-animation-delay:142.1s;animation-delay:142.1s}.poke-block-choice .option-choice:nth-child(1416n){-webkit-animation-delay:142.2s;animation-delay:142.2s}.poke-block-choice .option-choice:nth-child(1417n){-webkit-animation-delay:142.3s;animation-delay:142.3s}.poke-block-choice .option-choice:nth-child(1418n){-webkit-animation-delay:142.4s;animation-delay:142.4s}.poke-block-choice .option-choice:nth-child(1419n){-webkit-animation-delay:142.5s;animation-delay:142.5s}.poke-block-choice .option-choice:nth-child(1420n){-webkit-animation-delay:142.6s;animation-delay:142.6s}.poke-block-choice .option-choice:nth-child(1421n){-webkit-animation-delay:142.7s;animation-delay:142.7s}.poke-block-choice .option-choice:nth-child(1422n){-webkit-animation-delay:142.8s;animation-delay:142.8s}.poke-block-choice .option-choice:nth-child(1423n){-webkit-animation-delay:142.9s;animation-delay:142.9s}.poke-block-choice .option-choice:nth-child(1424n){-webkit-animation-delay:143s;animation-delay:143s}.poke-block-choice .option-choice:nth-child(1425n){-webkit-animation-delay:143.1s;animation-delay:143.1s}.poke-block-choice .option-choice:nth-child(1426n){-webkit-animation-delay:143.2s;animation-delay:143.2s}.poke-block-choice .option-choice:nth-child(1427n){-webkit-animation-delay:143.3s;animation-delay:143.3s}.poke-block-choice .option-choice:nth-child(1428n){-webkit-animation-delay:143.4s;animation-delay:143.4s}.poke-block-choice .option-choice:nth-child(1429n){-webkit-animation-delay:143.5s;animation-delay:143.5s}.poke-block-choice .option-choice:nth-child(1430n){-webkit-animation-delay:143.6s;animation-delay:143.6s}.poke-block-choice .option-choice:nth-child(1431n){-webkit-animation-delay:143.7s;animation-delay:143.7s}.poke-block-choice .option-choice:nth-child(1432n){-webkit-animation-delay:143.8s;animation-delay:143.8s}.poke-block-choice .option-choice:nth-child(1433n){-webkit-animation-delay:143.9s;animation-delay:143.9s}.poke-block-choice .option-choice:nth-child(1434n){-webkit-animation-delay:144s;animation-delay:144s}.poke-block-choice .option-choice:nth-child(1435n){-webkit-animation-delay:144.1s;animation-delay:144.1s}.poke-block-choice .option-choice:nth-child(1436n){-webkit-animation-delay:144.2s;animation-delay:144.2s}.poke-block-choice .option-choice:nth-child(1437n){-webkit-animation-delay:144.3s;animation-delay:144.3s}.poke-block-choice .option-choice:nth-child(1438n){-webkit-animation-delay:144.4s;animation-delay:144.4s}.poke-block-choice .option-choice:nth-child(1439n){-webkit-animation-delay:144.5s;animation-delay:144.5s}.poke-block-choice .option-choice:nth-child(1440n){-webkit-animation-delay:144.6s;animation-delay:144.6s}.poke-block-choice .option-choice:nth-child(1441n){-webkit-animation-delay:144.7s;animation-delay:144.7s}.poke-block-choice .option-choice:nth-child(1442n){-webkit-animation-delay:144.8s;animation-delay:144.8s}.poke-block-choice .option-choice:nth-child(1443n){-webkit-animation-delay:144.9s;animation-delay:144.9s}.poke-block-choice .option-choice:nth-child(1444n){-webkit-animation-delay:145s;animation-delay:145s}.poke-block-choice .option-choice:nth-child(1445n){-webkit-animation-delay:145.1s;animation-delay:145.1s}.poke-block-choice .option-choice:nth-child(1446n){-webkit-animation-delay:145.2s;animation-delay:145.2s}.poke-block-choice .option-choice:nth-child(1447n){-webkit-animation-delay:145.3s;animation-delay:145.3s}.poke-block-choice .option-choice:nth-child(1448n){-webkit-animation-delay:145.4s;animation-delay:145.4s}.poke-block-choice .option-choice:nth-child(1449n){-webkit-animation-delay:145.5s;animation-delay:145.5s}.poke-block-choice .option-choice:nth-child(1450n){-webkit-animation-delay:145.6s;animation-delay:145.6s}.poke-block-choice .option-choice:nth-child(1451n){-webkit-animation-delay:145.7s;animation-delay:145.7s}.poke-block-choice .option-choice:nth-child(1452n){-webkit-animation-delay:145.8s;animation-delay:145.8s}.poke-block-choice .option-choice:nth-child(1453n){-webkit-animation-delay:145.9s;animation-delay:145.9s}.poke-block-choice .option-choice:nth-child(1454n){-webkit-animation-delay:146s;animation-delay:146s}.poke-block-choice .option-choice:nth-child(1455n){-webkit-animation-delay:146.1s;animation-delay:146.1s}.poke-block-choice .option-choice:nth-child(1456n){-webkit-animation-delay:146.2s;animation-delay:146.2s}.poke-block-choice .option-choice:nth-child(1457n){-webkit-animation-delay:146.3s;animation-delay:146.3s}.poke-block-choice .option-choice:nth-child(1458n){-webkit-animation-delay:146.4s;animation-delay:146.4s}.poke-block-choice .option-choice:nth-child(1459n){-webkit-animation-delay:146.5s;animation-delay:146.5s}.poke-block-choice .option-choice:nth-child(1460n){-webkit-animation-delay:146.6s;animation-delay:146.6s}.poke-block-choice .option-choice:nth-child(1461n){-webkit-animation-delay:146.7s;animation-delay:146.7s}.poke-block-choice .option-choice:nth-child(1462n){-webkit-animation-delay:146.8s;animation-delay:146.8s}.poke-block-choice .option-choice:nth-child(1463n){-webkit-animation-delay:146.9s;animation-delay:146.9s}.poke-block-choice .option-choice:nth-child(1464n){-webkit-animation-delay:147s;animation-delay:147s}.poke-block-choice .option-choice:nth-child(1465n){-webkit-animation-delay:147.1s;animation-delay:147.1s}.poke-block-choice .option-choice:nth-child(1466n){-webkit-animation-delay:147.2s;animation-delay:147.2s}.poke-block-choice .option-choice:nth-child(1467n){-webkit-animation-delay:147.3s;animation-delay:147.3s}.poke-block-choice .option-choice:nth-child(1468n){-webkit-animation-delay:147.4s;animation-delay:147.4s}.poke-block-choice .option-choice:nth-child(1469n){-webkit-animation-delay:147.5s;animation-delay:147.5s}.poke-block-choice .option-choice:nth-child(1470n){-webkit-animation-delay:147.6s;animation-delay:147.6s}.poke-block-choice .option-choice:nth-child(1471n){-webkit-animation-delay:147.7s;animation-delay:147.7s}.poke-block-choice .option-choice:nth-child(1472n){-webkit-animation-delay:147.8s;animation-delay:147.8s}.poke-block-choice .option-choice:nth-child(1473n){-webkit-animation-delay:147.9s;animation-delay:147.9s}.poke-block-choice .option-choice:nth-child(1474n){-webkit-animation-delay:148s;animation-delay:148s}.poke-block-choice .option-choice:nth-child(1475n){-webkit-animation-delay:148.1s;animation-delay:148.1s}.poke-block-choice .option-choice:nth-child(1476n){-webkit-animation-delay:148.2s;animation-delay:148.2s}.poke-block-choice .option-choice:nth-child(1477n){-webkit-animation-delay:148.3s;animation-delay:148.3s}.poke-block-choice .option-choice:nth-child(1478n){-webkit-animation-delay:148.4s;animation-delay:148.4s}.poke-block-choice .option-choice:nth-child(1479n){-webkit-animation-delay:148.5s;animation-delay:148.5s}.poke-block-choice .option-choice:nth-child(1480n){-webkit-animation-delay:148.6s;animation-delay:148.6s}.poke-block-choice .option-choice:nth-child(1481n){-webkit-animation-delay:148.7s;animation-delay:148.7s}.poke-block-choice .option-choice:nth-child(1482n){-webkit-animation-delay:148.8s;animation-delay:148.8s}.poke-block-choice .option-choice:nth-child(1483n){-webkit-animation-delay:148.9s;animation-delay:148.9s}.poke-block-choice .option-choice:nth-child(1484n){-webkit-animation-delay:149s;animation-delay:149s}.poke-block-choice .option-choice:nth-child(1485n){-webkit-animation-delay:149.1s;animation-delay:149.1s}.poke-block-choice .option-choice:nth-child(1486n){-webkit-animation-delay:149.2s;animation-delay:149.2s}.poke-block-choice .option-choice:nth-child(1487n){-webkit-animation-delay:149.3s;animation-delay:149.3s}.poke-block-choice .option-choice:nth-child(1488n){-webkit-animation-delay:149.4s;animation-delay:149.4s}.poke-block-choice .option-choice:nth-child(1489n){-webkit-animation-delay:149.5s;animation-delay:149.5s}.poke-block-choice .option-choice:nth-child(1490n){-webkit-animation-delay:149.6s;animation-delay:149.6s}.poke-block-choice .option-choice:nth-child(1491n){-webkit-animation-delay:149.7s;animation-delay:149.7s}.poke-block-choice .option-choice:nth-child(1492n){-webkit-animation-delay:149.8s;animation-delay:149.8s}.poke-block-choice .option-choice:nth-child(1493n){-webkit-animation-delay:149.9s;animation-delay:149.9s}.poke-block-choice .option-choice:nth-child(1494n){-webkit-animation-delay:150s;animation-delay:150s}.poke-block-choice .option-choice:nth-child(1495n){-webkit-animation-delay:150.1s;animation-delay:150.1s}.poke-block-choice .option-choice:nth-child(1496n){-webkit-animation-delay:150.2s;animation-delay:150.2s}.poke-block-choice .option-choice:nth-child(1497n){-webkit-animation-delay:150.3s;animation-delay:150.3s}.poke-block-choice .option-choice:nth-child(1498n){-webkit-animation-delay:150.4s;animation-delay:150.4s}.poke-block-choice .option-choice:nth-child(1499n){-webkit-animation-delay:150.5s;animation-delay:150.5s}.poke-block-choice .option-choice:nth-child(1500n){-webkit-animation-delay:150.6s;animation-delay:150.6s}.poke-block-choice .option-choice:nth-child(1501n){-webkit-animation-delay:150.7s;animation-delay:150.7s}.poke-block-choice .option-choice:nth-child(1502n){-webkit-animation-delay:150.8s;animation-delay:150.8s}.poke-block-choice .option-choice:nth-child(1503n){-webkit-animation-delay:150.9s;animation-delay:150.9s}.poke-block-choice .option-choice:nth-child(1504n){-webkit-animation-delay:151s;animation-delay:151s}.poke-block-choice .option-choice:nth-child(1505n){-webkit-animation-delay:151.1s;animation-delay:151.1s}.poke-block-choice .option-choice:nth-child(1506n){-webkit-animation-delay:151.2s;animation-delay:151.2s}.poke-block-choice .option-choice:nth-child(1507n){-webkit-animation-delay:151.3s;animation-delay:151.3s}.poke-block-choice .option-choice:nth-child(1508n){-webkit-animation-delay:151.4s;animation-delay:151.4s}.poke-block-choice .option-choice:nth-child(1509n){-webkit-animation-delay:151.5s;animation-delay:151.5s}.poke-block-choice .option-choice:nth-child(1510n){-webkit-animation-delay:151.6s;animation-delay:151.6s}.poke-block-choice .option-choice:nth-child(1511n){-webkit-animation-delay:151.7s;animation-delay:151.7s}.poke-block-choice .option-choice:nth-child(1512n){-webkit-animation-delay:151.8s;animation-delay:151.8s}.poke-block-choice .option-choice:nth-child(1513n){-webkit-animation-delay:151.9s;animation-delay:151.9s}.poke-block-choice .option-choice:nth-child(1514n){-webkit-animation-delay:152s;animation-delay:152s}.poke-block-choice .option-choice:nth-child(1515n){-webkit-animation-delay:152.1s;animation-delay:152.1s}.poke-block-choice .option-choice:nth-child(1516n){-webkit-animation-delay:152.2s;animation-delay:152.2s}.poke-block-choice .option-choice:nth-child(1517n){-webkit-animation-delay:152.3s;animation-delay:152.3s}.poke-block-choice .option-choice:nth-child(1518n){-webkit-animation-delay:152.4s;animation-delay:152.4s}.poke-block-choice .option-choice:nth-child(1519n){-webkit-animation-delay:152.5s;animation-delay:152.5s}.poke-block-choice .option-choice:nth-child(1520n){-webkit-animation-delay:152.6s;animation-delay:152.6s}.poke-block-choice .option-choice:nth-child(1521n){-webkit-animation-delay:152.7s;animation-delay:152.7s}.poke-block-choice .option-choice:nth-child(1522n){-webkit-animation-delay:152.8s;animation-delay:152.8s}.poke-block-choice .option-choice:nth-child(1523n){-webkit-animation-delay:152.9s;animation-delay:152.9s}.poke-block-choice .option-choice:nth-child(1524n){-webkit-animation-delay:153s;animation-delay:153s}.poke-block-choice .option-choice:nth-child(1525n){-webkit-animation-delay:153.1s;animation-delay:153.1s}.poke-block-choice .option-choice:nth-child(1526n){-webkit-animation-delay:153.2s;animation-delay:153.2s}.poke-block-choice .option-choice:nth-child(1527n){-webkit-animation-delay:153.3s;animation-delay:153.3s}.poke-block-choice .option-choice:nth-child(1528n){-webkit-animation-delay:153.4s;animation-delay:153.4s}.poke-block-choice .option-choice:nth-child(1529n){-webkit-animation-delay:153.5s;animation-delay:153.5s}.poke-block-choice .option-choice:nth-child(1530n){-webkit-animation-delay:153.6s;animation-delay:153.6s}.poke-block-choice .option-choice:nth-child(1531n){-webkit-animation-delay:153.7s;animation-delay:153.7s}.poke-block-choice .option-choice:nth-child(1532n){-webkit-animation-delay:153.8s;animation-delay:153.8s}.poke-block-choice .option-choice:nth-child(1533n){-webkit-animation-delay:153.9s;animation-delay:153.9s}.poke-block-choice .option-choice:nth-child(1534n){-webkit-animation-delay:154s;animation-delay:154s}.poke-block-choice .option-choice:nth-child(1535n){-webkit-animation-delay:154.1s;animation-delay:154.1s}.poke-block-choice .option-choice:nth-child(1536n){-webkit-animation-delay:154.2s;animation-delay:154.2s}.poke-block-choice .option-choice:nth-child(1537n){-webkit-animation-delay:154.3s;animation-delay:154.3s}.poke-block-choice .option-choice:nth-child(1538n){-webkit-animation-delay:154.4s;animation-delay:154.4s}.poke-block-choice .option-choice:nth-child(1539n){-webkit-animation-delay:154.5s;animation-delay:154.5s}.poke-block-choice .option-choice:nth-child(1540n){-webkit-animation-delay:154.6s;animation-delay:154.6s}.poke-block-choice .option-choice:nth-child(1541n){-webkit-animation-delay:154.7s;animation-delay:154.7s}.poke-block-choice .option-choice:nth-child(1542n){-webkit-animation-delay:154.8s;animation-delay:154.8s}.poke-block-choice .option-choice:nth-child(1543n){-webkit-animation-delay:154.9s;animation-delay:154.9s}.poke-block-choice .option-choice:nth-child(1544n){-webkit-animation-delay:155s;animation-delay:155s}.poke-block-choice .option-choice:nth-child(1545n){-webkit-animation-delay:155.1s;animation-delay:155.1s}.poke-block-choice .option-choice:nth-child(1546n){-webkit-animation-delay:155.2s;animation-delay:155.2s}.poke-block-choice .option-choice:nth-child(1547n){-webkit-animation-delay:155.3s;animation-delay:155.3s}.poke-block-choice .option-choice:nth-child(1548n){-webkit-animation-delay:155.4s;animation-delay:155.4s}.poke-block-choice .option-choice:nth-child(1549n){-webkit-animation-delay:155.5s;animation-delay:155.5s}.poke-block-choice .option-choice:nth-child(1550n){-webkit-animation-delay:155.6s;animation-delay:155.6s}.poke-block-choice .option-choice:nth-child(1551n){-webkit-animation-delay:155.7s;animation-delay:155.7s}.poke-block-choice .option-choice:nth-child(1552n){-webkit-animation-delay:155.8s;animation-delay:155.8s}.poke-block-choice .option-choice:nth-child(1553n){-webkit-animation-delay:155.9s;animation-delay:155.9s}.poke-block-choice .option-choice:nth-child(1554n){-webkit-animation-delay:156s;animation-delay:156s}.poke-block-choice .option-choice:nth-child(1555n){-webkit-animation-delay:156.1s;animation-delay:156.1s}.poke-block-choice .option-choice:nth-child(1556n){-webkit-animation-delay:156.2s;animation-delay:156.2s}.poke-block-choice .option-choice:nth-child(1557n){-webkit-animation-delay:156.3s;animation-delay:156.3s}.poke-block-choice .option-choice:nth-child(1558n){-webkit-animation-delay:156.4s;animation-delay:156.4s}.poke-block-choice .option-choice:nth-child(1559n){-webkit-animation-delay:156.5s;animation-delay:156.5s}.poke-block-choice .option-choice:nth-child(1560n){-webkit-animation-delay:156.6s;animation-delay:156.6s}.poke-block-choice .option-choice:nth-child(1561n){-webkit-animation-delay:156.7s;animation-delay:156.7s}.poke-block-choice .option-choice:nth-child(1562n){-webkit-animation-delay:156.8s;animation-delay:156.8s}.poke-block-choice .option-choice:nth-child(1563n){-webkit-animation-delay:156.9s;animation-delay:156.9s}.poke-block-choice .option-choice:nth-child(1564n){-webkit-animation-delay:157s;animation-delay:157s}.poke-block-choice .option-choice:nth-child(1565n){-webkit-animation-delay:157.1s;animation-delay:157.1s}.poke-block-choice .option-choice:nth-child(1566n){-webkit-animation-delay:157.2s;animation-delay:157.2s}.poke-block-choice .option-choice:nth-child(1567n){-webkit-animation-delay:157.3s;animation-delay:157.3s}.poke-block-choice .option-choice:nth-child(1568n){-webkit-animation-delay:157.4s;animation-delay:157.4s}.poke-block-choice .option-choice:nth-child(1569n){-webkit-animation-delay:157.5s;animation-delay:157.5s}.poke-block-choice .option-choice:nth-child(1570n){-webkit-animation-delay:157.6s;animation-delay:157.6s}.poke-block-choice .option-choice:nth-child(1571n){-webkit-animation-delay:157.7s;animation-delay:157.7s}.poke-block-choice .option-choice:nth-child(1572n){-webkit-animation-delay:157.8s;animation-delay:157.8s}.poke-block-choice .option-choice:nth-child(1573n){-webkit-animation-delay:157.9s;animation-delay:157.9s}.poke-block-choice .option-choice:nth-child(1574n){-webkit-animation-delay:158s;animation-delay:158s}.poke-block-choice .option-choice:nth-child(1575n){-webkit-animation-delay:158.1s;animation-delay:158.1s}.poke-block-choice .option-choice:nth-child(1576n){-webkit-animation-delay:158.2s;animation-delay:158.2s}.poke-block-choice .option-choice:nth-child(1577n){-webkit-animation-delay:158.3s;animation-delay:158.3s}.poke-block-choice .option-choice:nth-child(1578n){-webkit-animation-delay:158.4s;animation-delay:158.4s}.poke-block-choice .option-choice:nth-child(1579n){-webkit-animation-delay:158.5s;animation-delay:158.5s}.poke-block-choice .option-choice:nth-child(1580n){-webkit-animation-delay:158.6s;animation-delay:158.6s}.poke-block-choice .option-choice:nth-child(1581n){-webkit-animation-delay:158.7s;animation-delay:158.7s}.poke-block-choice .option-choice:nth-child(1582n){-webkit-animation-delay:158.8s;animation-delay:158.8s}.poke-block-choice .option-choice:nth-child(1583n){-webkit-animation-delay:158.9s;animation-delay:158.9s}.poke-block-choice .option-choice:nth-child(1584n){-webkit-animation-delay:159s;animation-delay:159s}.poke-block-choice .option-choice:nth-child(1585n){-webkit-animation-delay:159.1s;animation-delay:159.1s}.poke-block-choice .option-choice:nth-child(1586n){-webkit-animation-delay:159.2s;animation-delay:159.2s}.poke-block-choice .option-choice:nth-child(1587n){-webkit-animation-delay:159.3s;animation-delay:159.3s}.poke-block-choice .option-choice:nth-child(1588n){-webkit-animation-delay:159.4s;animation-delay:159.4s}.poke-block-choice .option-choice:nth-child(1589n){-webkit-animation-delay:159.5s;animation-delay:159.5s}.poke-block-choice .option-choice:nth-child(1590n){-webkit-animation-delay:159.6s;animation-delay:159.6s}.poke-block-choice .option-choice:nth-child(1591n){-webkit-animation-delay:159.7s;animation-delay:159.7s}.poke-block-choice .option-choice:nth-child(1592n){-webkit-animation-delay:159.8s;animation-delay:159.8s}.poke-block-choice .option-choice:nth-child(1593n){-webkit-animation-delay:159.9s;animation-delay:159.9s}.poke-block-choice .option-choice:nth-child(1594n){-webkit-animation-delay:160s;animation-delay:160s}.poke-block-choice .option-choice:nth-child(1595n){-webkit-animation-delay:160.1s;animation-delay:160.1s}.poke-block-choice .option-choice:nth-child(1596n){-webkit-animation-delay:160.2s;animation-delay:160.2s}.poke-block-choice .option-choice:nth-child(1597n){-webkit-animation-delay:160.3s;animation-delay:160.3s}.poke-block-choice .option-choice:nth-child(1598n){-webkit-animation-delay:160.4s;animation-delay:160.4s}.poke-block-choice .option-choice:nth-child(1599n){-webkit-animation-delay:160.5s;animation-delay:160.5s}.poke-block-choice .option-choice:nth-child(1600n){-webkit-animation-delay:160.6s;animation-delay:160.6s}.poke-block-choice .option-choice:nth-child(1601n){-webkit-animation-delay:160.7s;animation-delay:160.7s}.poke-block-choice .option-choice:nth-child(1602n){-webkit-animation-delay:160.8s;animation-delay:160.8s}.poke-block-choice .option-choice:nth-child(1603n){-webkit-animation-delay:160.9s;animation-delay:160.9s}.poke-block-choice .option-choice:nth-child(1604n){-webkit-animation-delay:161s;animation-delay:161s}.poke-block-choice .option-choice:nth-child(1605n){-webkit-animation-delay:161.1s;animation-delay:161.1s}.poke-block-choice .option-choice:nth-child(1606n){-webkit-animation-delay:161.2s;animation-delay:161.2s}.poke-block-choice .option-choice:nth-child(1607n){-webkit-animation-delay:161.3s;animation-delay:161.3s}.poke-block-choice .option-choice:nth-child(1608n){-webkit-animation-delay:161.4s;animation-delay:161.4s}.poke-block-choice .option-choice:nth-child(1609n){-webkit-animation-delay:161.5s;animation-delay:161.5s}.poke-block-choice .option-choice:nth-child(1610n){-webkit-animation-delay:161.6s;animation-delay:161.6s}.poke-block-choice .option-choice:nth-child(1611n){-webkit-animation-delay:161.7s;animation-delay:161.7s}.poke-block-choice .option-choice:nth-child(1612n){-webkit-animation-delay:161.8s;animation-delay:161.8s}.poke-block-choice .option-choice:nth-child(1613n){-webkit-animation-delay:161.9s;animation-delay:161.9s}.poke-block-choice .option-choice:nth-child(1614n){-webkit-animation-delay:162s;animation-delay:162s}.poke-block-choice .option-choice:nth-child(1615n){-webkit-animation-delay:162.1s;animation-delay:162.1s}.poke-block-choice .option-choice:nth-child(1616n){-webkit-animation-delay:162.2s;animation-delay:162.2s}.poke-block-choice .option-choice:nth-child(1617n){-webkit-animation-delay:162.3s;animation-delay:162.3s}.poke-block-choice .option-choice:nth-child(1618n){-webkit-animation-delay:162.4s;animation-delay:162.4s}.poke-block-choice .option-choice:nth-child(1619n){-webkit-animation-delay:162.5s;animation-delay:162.5s}.poke-block-choice .option-choice:nth-child(1620n){-webkit-animation-delay:162.6s;animation-delay:162.6s}.poke-block-choice .option-choice:nth-child(1621n){-webkit-animation-delay:162.7s;animation-delay:162.7s}.poke-block-choice .option-choice:nth-child(1622n){-webkit-animation-delay:162.8s;animation-delay:162.8s}.poke-block-choice .option-choice:nth-child(1623n){-webkit-animation-delay:162.9s;animation-delay:162.9s}.poke-block-choice .option-choice:nth-child(1624n){-webkit-animation-delay:163s;animation-delay:163s}.poke-block-choice .option-choice:nth-child(1625n){-webkit-animation-delay:163.1s;animation-delay:163.1s}.poke-block-choice .option-choice:nth-child(1626n){-webkit-animation-delay:163.2s;animation-delay:163.2s}.poke-block-choice .option-choice:nth-child(1627n){-webkit-animation-delay:163.3s;animation-delay:163.3s}.poke-block-choice .option-choice:nth-child(1628n){-webkit-animation-delay:163.4s;animation-delay:163.4s}.poke-block-choice .option-choice:nth-child(1629n){-webkit-animation-delay:163.5s;animation-delay:163.5s}.poke-block-choice .option-choice:nth-child(1630n){-webkit-animation-delay:163.6s;animation-delay:163.6s}.poke-block-choice .option-choice:nth-child(1631n){-webkit-animation-delay:163.7s;animation-delay:163.7s}.poke-block-choice .option-choice:nth-child(1632n){-webkit-animation-delay:163.8s;animation-delay:163.8s}.poke-block-choice .option-choice:nth-child(1633n){-webkit-animation-delay:163.9s;animation-delay:163.9s}.poke-block-choice .option-choice:nth-child(1634n){-webkit-animation-delay:164s;animation-delay:164s}.poke-block-choice .option-choice:nth-child(1635n){-webkit-animation-delay:164.1s;animation-delay:164.1s}.poke-block-choice .option-choice:nth-child(1636n){-webkit-animation-delay:164.2s;animation-delay:164.2s}.poke-block-choice .option-choice:nth-child(1637n){-webkit-animation-delay:164.3s;animation-delay:164.3s}.poke-block-choice .option-choice:nth-child(1638n){-webkit-animation-delay:164.4s;animation-delay:164.4s}.poke-block-choice .option-choice:nth-child(1639n){-webkit-animation-delay:164.5s;animation-delay:164.5s}.poke-block-choice .option-choice:nth-child(1640n){-webkit-animation-delay:164.6s;animation-delay:164.6s}.poke-block-choice .option-choice:nth-child(1641n){-webkit-animation-delay:164.7s;animation-delay:164.7s}.poke-block-choice .option-choice:nth-child(1642n){-webkit-animation-delay:164.8s;animation-delay:164.8s}.poke-block-choice .option-choice:nth-child(1643n){-webkit-animation-delay:164.9s;animation-delay:164.9s}.poke-block-choice .option-choice:nth-child(1644n){-webkit-animation-delay:165s;animation-delay:165s}.poke-block-choice .option-choice:nth-child(1645n){-webkit-animation-delay:165.1s;animation-delay:165.1s}.poke-block-choice .option-choice:nth-child(1646n){-webkit-animation-delay:165.2s;animation-delay:165.2s}.poke-block-choice .option-choice:nth-child(1647n){-webkit-animation-delay:165.3s;animation-delay:165.3s}.poke-block-choice .option-choice:nth-child(1648n){-webkit-animation-delay:165.4s;animation-delay:165.4s}.poke-block-choice .option-choice:nth-child(1649n){-webkit-animation-delay:165.5s;animation-delay:165.5s}.poke-block-choice .option-choice:nth-child(1650n){-webkit-animation-delay:165.6s;animation-delay:165.6s}.poke-block-choice .option-choice:nth-child(1651n){-webkit-animation-delay:165.7s;animation-delay:165.7s}.poke-block-choice .option-choice:nth-child(1652n){-webkit-animation-delay:165.8s;animation-delay:165.8s}.poke-block-choice .option-choice:nth-child(1653n){-webkit-animation-delay:165.9s;animation-delay:165.9s}.poke-block-choice .option-choice:nth-child(1654n){-webkit-animation-delay:166s;animation-delay:166s}.poke-block-choice .option-choice:nth-child(1655n){-webkit-animation-delay:166.1s;animation-delay:166.1s}.poke-block-choice .option-choice:nth-child(1656n){-webkit-animation-delay:166.2s;animation-delay:166.2s}.poke-block-choice .option-choice:nth-child(1657n){-webkit-animation-delay:166.3s;animation-delay:166.3s}.poke-block-choice .option-choice:nth-child(1658n){-webkit-animation-delay:166.4s;animation-delay:166.4s}.poke-block-choice .option-choice:nth-child(1659n){-webkit-animation-delay:166.5s;animation-delay:166.5s}.poke-block-choice .option-choice:nth-child(1660n){-webkit-animation-delay:166.6s;animation-delay:166.6s}.poke-block-choice .option-choice:nth-child(1661n){-webkit-animation-delay:166.7s;animation-delay:166.7s}.poke-block-choice .option-choice:nth-child(1662n){-webkit-animation-delay:166.8s;animation-delay:166.8s}.poke-block-choice .option-choice:nth-child(1663n){-webkit-animation-delay:166.9s;animation-delay:166.9s}.poke-block-choice .option-choice:nth-child(1664n){-webkit-animation-delay:167s;animation-delay:167s}.poke-block-choice .option-choice:nth-child(1665n){-webkit-animation-delay:167.1s;animation-delay:167.1s}.poke-block-choice .option-choice:nth-child(1666n){-webkit-animation-delay:167.2s;animation-delay:167.2s}.poke-block-choice .option-choice:nth-child(1667n){-webkit-animation-delay:167.3s;animation-delay:167.3s}.poke-block-choice .option-choice:nth-child(1668n){-webkit-animation-delay:167.4s;animation-delay:167.4s}.poke-block-choice .option-choice:nth-child(1669n){-webkit-animation-delay:167.5s;animation-delay:167.5s}.poke-block-choice .option-choice:nth-child(1670n){-webkit-animation-delay:167.6s;animation-delay:167.6s}.poke-block-choice .option-choice:nth-child(1671n){-webkit-animation-delay:167.7s;animation-delay:167.7s}.poke-block-choice .option-choice:nth-child(1672n){-webkit-animation-delay:167.8s;animation-delay:167.8s}.poke-block-choice .option-choice:nth-child(1673n){-webkit-animation-delay:167.9s;animation-delay:167.9s}.poke-block-choice .option-choice:nth-child(1674n){-webkit-animation-delay:168s;animation-delay:168s}.poke-block-choice .option-choice:nth-child(1675n){-webkit-animation-delay:168.1s;animation-delay:168.1s}.poke-block-choice .option-choice:nth-child(1676n){-webkit-animation-delay:168.2s;animation-delay:168.2s}.poke-block-choice .option-choice:nth-child(1677n){-webkit-animation-delay:168.3s;animation-delay:168.3s}.poke-block-choice .option-choice:nth-child(1678n){-webkit-animation-delay:168.4s;animation-delay:168.4s}.poke-block-choice .option-choice:nth-child(1679n){-webkit-animation-delay:168.5s;animation-delay:168.5s}.poke-block-choice .option-choice:nth-child(1680n){-webkit-animation-delay:168.6s;animation-delay:168.6s}.poke-block-choice .option-choice:nth-child(1681n){-webkit-animation-delay:168.7s;animation-delay:168.7s}.poke-block-choice .option-choice:nth-child(1682n){-webkit-animation-delay:168.8s;animation-delay:168.8s}.poke-block-choice .option-choice:nth-child(1683n){-webkit-animation-delay:168.9s;animation-delay:168.9s}.poke-block-choice .option-choice:nth-child(1684n){-webkit-animation-delay:169s;animation-delay:169s}.poke-block-choice .option-choice:nth-child(1685n){-webkit-animation-delay:169.1s;animation-delay:169.1s}.poke-block-choice .option-choice:nth-child(1686n){-webkit-animation-delay:169.2s;animation-delay:169.2s}.poke-block-choice .option-choice:nth-child(1687n){-webkit-animation-delay:169.3s;animation-delay:169.3s}.poke-block-choice .option-choice:nth-child(1688n){-webkit-animation-delay:169.4s;animation-delay:169.4s}.poke-block-choice .option-choice:nth-child(1689n){-webkit-animation-delay:169.5s;animation-delay:169.5s}.poke-block-choice .option-choice:nth-child(1690n){-webkit-animation-delay:169.6s;animation-delay:169.6s}.poke-block-choice .option-choice:nth-child(1691n){-webkit-animation-delay:169.7s;animation-delay:169.7s}.poke-block-choice .option-choice:nth-child(1692n){-webkit-animation-delay:169.8s;animation-delay:169.8s}.poke-block-choice .option-choice:nth-child(1693n){-webkit-animation-delay:169.9s;animation-delay:169.9s}.poke-block-choice .option-choice:nth-child(1694n){-webkit-animation-delay:170s;animation-delay:170s}.poke-block-choice .option-choice:nth-child(1695n){-webkit-animation-delay:170.1s;animation-delay:170.1s}.poke-block-choice .option-choice:nth-child(1696n){-webkit-animation-delay:170.2s;animation-delay:170.2s}.poke-block-choice .option-choice:nth-child(1697n){-webkit-animation-delay:170.3s;animation-delay:170.3s}.poke-block-choice .option-choice:nth-child(1698n){-webkit-animation-delay:170.4s;animation-delay:170.4s}.poke-block-choice .option-choice:nth-child(1699n){-webkit-animation-delay:170.5s;animation-delay:170.5s}.poke-block-choice .option-choice:nth-child(1700n){-webkit-animation-delay:170.6s;animation-delay:170.6s}.poke-block-choice .option-choice:nth-child(1701n){-webkit-animation-delay:170.7s;animation-delay:170.7s}.poke-block-choice .option-choice:nth-child(1702n){-webkit-animation-delay:170.8s;animation-delay:170.8s}.poke-block-choice .option-choice:nth-child(1703n){-webkit-animation-delay:170.9s;animation-delay:170.9s}.poke-block-choice .option-choice:nth-child(1704n){-webkit-animation-delay:171s;animation-delay:171s}.poke-block-choice .option-choice:nth-child(1705n){-webkit-animation-delay:171.1s;animation-delay:171.1s}.poke-block-choice .option-choice:nth-child(1706n){-webkit-animation-delay:171.2s;animation-delay:171.2s}.poke-block-choice .option-choice:nth-child(1707n){-webkit-animation-delay:171.3s;animation-delay:171.3s}.poke-block-choice .option-choice:nth-child(1708n){-webkit-animation-delay:171.4s;animation-delay:171.4s}.poke-block-choice .option-choice:nth-child(1709n){-webkit-animation-delay:171.5s;animation-delay:171.5s}.poke-block-choice .option-choice:nth-child(1710n){-webkit-animation-delay:171.6s;animation-delay:171.6s}.poke-block-choice .option-choice:nth-child(1711n){-webkit-animation-delay:171.7s;animation-delay:171.7s}.poke-block-choice .option-choice:nth-child(1712n){-webkit-animation-delay:171.8s;animation-delay:171.8s}.poke-block-choice .option-choice:nth-child(1713n){-webkit-animation-delay:171.9s;animation-delay:171.9s}.poke-block-choice .option-choice:nth-child(1714n){-webkit-animation-delay:172s;animation-delay:172s}.poke-block-choice .option-choice:nth-child(1715n){-webkit-animation-delay:172.1s;animation-delay:172.1s}.poke-block-choice .option-choice:nth-child(1716n){-webkit-animation-delay:172.2s;animation-delay:172.2s}.poke-block-choice .option-choice:nth-child(1717n){-webkit-animation-delay:172.3s;animation-delay:172.3s}.poke-block-choice .option-choice:nth-child(1718n){-webkit-animation-delay:172.4s;animation-delay:172.4s}.poke-block-choice .option-choice:nth-child(1719n){-webkit-animation-delay:172.5s;animation-delay:172.5s}.poke-block-choice .option-choice:nth-child(1720n){-webkit-animation-delay:172.6s;animation-delay:172.6s}.poke-block-choice .option-choice:nth-child(1721n){-webkit-animation-delay:172.7s;animation-delay:172.7s}.poke-block-choice .option-choice:nth-child(1722n){-webkit-animation-delay:172.8s;animation-delay:172.8s}.poke-block-choice .option-choice:nth-child(1723n){-webkit-animation-delay:172.9s;animation-delay:172.9s}.poke-block-choice .option-choice:nth-child(1724n){-webkit-animation-delay:173s;animation-delay:173s}.poke-block-choice .option-choice:nth-child(1725n){-webkit-animation-delay:173.1s;animation-delay:173.1s}.poke-block-choice .option-choice:nth-child(1726n){-webkit-animation-delay:173.2s;animation-delay:173.2s}.poke-block-choice .option-choice:nth-child(1727n){-webkit-animation-delay:173.3s;animation-delay:173.3s}.poke-block-choice .option-choice:nth-child(1728n){-webkit-animation-delay:173.4s;animation-delay:173.4s}.poke-block-choice .option-choice:nth-child(1729n){-webkit-animation-delay:173.5s;animation-delay:173.5s}.poke-block-choice .option-choice:nth-child(1730n){-webkit-animation-delay:173.6s;animation-delay:173.6s}.poke-block-choice .option-choice:nth-child(1731n){-webkit-animation-delay:173.7s;animation-delay:173.7s}.poke-block-choice .option-choice:nth-child(1732n){-webkit-animation-delay:173.8s;animation-delay:173.8s}.poke-block-choice .option-choice:nth-child(1733n){-webkit-animation-delay:173.9s;animation-delay:173.9s}.poke-block-choice .option-choice:nth-child(1734n){-webkit-animation-delay:174s;animation-delay:174s}.poke-block-choice .option-choice:nth-child(1735n){-webkit-animation-delay:174.1s;animation-delay:174.1s}.poke-block-choice .option-choice:nth-child(1736n){-webkit-animation-delay:174.2s;animation-delay:174.2s}.poke-block-choice .option-choice:nth-child(1737n){-webkit-animation-delay:174.3s;animation-delay:174.3s}.poke-block-choice .option-choice:nth-child(1738n){-webkit-animation-delay:174.4s;animation-delay:174.4s}.poke-block-choice .option-choice:nth-child(1739n){-webkit-animation-delay:174.5s;animation-delay:174.5s}.poke-block-choice .option-choice:nth-child(1740n){-webkit-animation-delay:174.6s;animation-delay:174.6s}.poke-block-choice .option-choice:nth-child(1741n){-webkit-animation-delay:174.7s;animation-delay:174.7s}.poke-block-choice .option-choice:nth-child(1742n){-webkit-animation-delay:174.8s;animation-delay:174.8s}.poke-block-choice .option-choice:nth-child(1743n){-webkit-animation-delay:174.9s;animation-delay:174.9s}.poke-block-choice .option-choice:nth-child(1744n){-webkit-animation-delay:175s;animation-delay:175s}.poke-block-choice .option-choice:nth-child(1745n){-webkit-animation-delay:175.1s;animation-delay:175.1s}.poke-block-choice .option-choice:nth-child(1746n){-webkit-animation-delay:175.2s;animation-delay:175.2s}.poke-block-choice .option-choice:nth-child(1747n){-webkit-animation-delay:175.3s;animation-delay:175.3s}.poke-block-choice .option-choice:nth-child(1748n){-webkit-animation-delay:175.4s;animation-delay:175.4s}.poke-block-choice .option-choice:nth-child(1749n){-webkit-animation-delay:175.5s;animation-delay:175.5s}.poke-block-choice .option-choice:nth-child(1750n){-webkit-animation-delay:175.6s;animation-delay:175.6s}.poke-block-choice .option-choice:nth-child(1751n){-webkit-animation-delay:175.7s;animation-delay:175.7s}.poke-block-choice .option-choice:nth-child(1752n){-webkit-animation-delay:175.8s;animation-delay:175.8s}.poke-block-choice .option-choice:nth-child(1753n){-webkit-animation-delay:175.9s;animation-delay:175.9s}.poke-block-choice .option-choice:nth-child(1754n){-webkit-animation-delay:176s;animation-delay:176s}.poke-block-choice .option-choice:nth-child(1755n){-webkit-animation-delay:176.1s;animation-delay:176.1s}.poke-block-choice .option-choice:nth-child(1756n){-webkit-animation-delay:176.2s;animation-delay:176.2s}.poke-block-choice .option-choice:nth-child(1757n){-webkit-animation-delay:176.3s;animation-delay:176.3s}.poke-block-choice .option-choice:nth-child(1758n){-webkit-animation-delay:176.4s;animation-delay:176.4s}.poke-block-choice .option-choice:nth-child(1759n){-webkit-animation-delay:176.5s;animation-delay:176.5s}.poke-block-choice .option-choice:nth-child(1760n){-webkit-animation-delay:176.6s;animation-delay:176.6s}.poke-block-choice .option-choice:nth-child(1761n){-webkit-animation-delay:176.7s;animation-delay:176.7s}.poke-block-choice .option-choice:nth-child(1762n){-webkit-animation-delay:176.8s;animation-delay:176.8s}.poke-block-choice .option-choice:nth-child(1763n){-webkit-animation-delay:176.9s;animation-delay:176.9s}.poke-block-choice .option-choice:nth-child(1764n){-webkit-animation-delay:177s;animation-delay:177s}.poke-block-choice .option-choice:nth-child(1765n){-webkit-animation-delay:177.1s;animation-delay:177.1s}.poke-block-choice .option-choice:nth-child(1766n){-webkit-animation-delay:177.2s;animation-delay:177.2s}.poke-block-choice .option-choice:nth-child(1767n){-webkit-animation-delay:177.3s;animation-delay:177.3s}.poke-block-choice .option-choice:nth-child(1768n){-webkit-animation-delay:177.4s;animation-delay:177.4s}.poke-block-choice .option-choice:nth-child(1769n){-webkit-animation-delay:177.5s;animation-delay:177.5s}.poke-block-choice .option-choice:nth-child(1770n){-webkit-animation-delay:177.6s;animation-delay:177.6s}.poke-block-choice .option-choice:nth-child(1771n){-webkit-animation-delay:177.7s;animation-delay:177.7s}.poke-block-choice .option-choice:nth-child(1772n){-webkit-animation-delay:177.8s;animation-delay:177.8s}.poke-block-choice .option-choice:nth-child(1773n){-webkit-animation-delay:177.9s;animation-delay:177.9s}.poke-block-choice .option-choice:nth-child(1774n){-webkit-animation-delay:178s;animation-delay:178s}.poke-block-choice .option-choice:nth-child(1775n){-webkit-animation-delay:178.1s;animation-delay:178.1s}.poke-block-choice .option-choice:nth-child(1776n){-webkit-animation-delay:178.2s;animation-delay:178.2s}.poke-block-choice .option-choice:nth-child(1777n){-webkit-animation-delay:178.3s;animation-delay:178.3s}.poke-block-choice .option-choice:nth-child(1778n){-webkit-animation-delay:178.4s;animation-delay:178.4s}.poke-block-choice .option-choice:nth-child(1779n){-webkit-animation-delay:178.5s;animation-delay:178.5s}.poke-block-choice .option-choice:nth-child(1780n){-webkit-animation-delay:178.6s;animation-delay:178.6s}.poke-block-choice .option-choice:nth-child(1781n){-webkit-animation-delay:178.7s;animation-delay:178.7s}.poke-block-choice .option-choice:nth-child(1782n){-webkit-animation-delay:178.8s;animation-delay:178.8s}.poke-block-choice .option-choice:nth-child(1783n){-webkit-animation-delay:178.9s;animation-delay:178.9s}.poke-block-choice .option-choice:nth-child(1784n){-webkit-animation-delay:179s;animation-delay:179s}.poke-block-choice .option-choice:nth-child(1785n){-webkit-animation-delay:179.1s;animation-delay:179.1s}.poke-block-choice .option-choice:nth-child(1786n){-webkit-animation-delay:179.2s;animation-delay:179.2s}.poke-block-choice .option-choice:nth-child(1787n){-webkit-animation-delay:179.3s;animation-delay:179.3s}.poke-block-choice .option-choice:nth-child(1788n){-webkit-animation-delay:179.4s;animation-delay:179.4s}.poke-block-choice .option-choice:nth-child(1789n){-webkit-animation-delay:179.5s;animation-delay:179.5s}.poke-block-choice .option-choice:nth-child(1790n){-webkit-animation-delay:179.6s;animation-delay:179.6s}.poke-block-choice .option-choice:nth-child(1791n){-webkit-animation-delay:179.7s;animation-delay:179.7s}.poke-block-choice .option-choice:nth-child(1792n){-webkit-animation-delay:179.8s;animation-delay:179.8s}.poke-block-choice .option-choice:nth-child(1793n){-webkit-animation-delay:179.9s;animation-delay:179.9s}.poke-block-choice .option-choice:nth-child(1794n){-webkit-animation-delay:180s;animation-delay:180s}.poke-block-choice .option-choice:nth-child(1795n){-webkit-animation-delay:180.1s;animation-delay:180.1s}.poke-block-choice .option-choice:nth-child(1796n){-webkit-animation-delay:180.2s;animation-delay:180.2s}.poke-block-choice .option-choice:nth-child(1797n){-webkit-animation-delay:180.3s;animation-delay:180.3s}.poke-block-choice .option-choice:nth-child(1798n){-webkit-animation-delay:180.4s;animation-delay:180.4s}.poke-block-choice .option-choice:nth-child(1799n){-webkit-animation-delay:180.5s;animation-delay:180.5s}.poke-block-choice .option-choice:nth-child(1800n){-webkit-animation-delay:180.6s;animation-delay:180.6s}.poke-block-choice .option-choice:nth-child(1801n){-webkit-animation-delay:180.7s;animation-delay:180.7s}.poke-block-choice .option-choice:nth-child(1802n){-webkit-animation-delay:180.8s;animation-delay:180.8s}.poke-block-choice .option-choice:nth-child(1803n){-webkit-animation-delay:180.9s;animation-delay:180.9s}.poke-block-choice .option-choice:nth-child(1804n){-webkit-animation-delay:181s;animation-delay:181s}.poke-block-choice .option-choice:nth-child(1805n){-webkit-animation-delay:181.1s;animation-delay:181.1s}.poke-block-choice .option-choice:nth-child(1806n){-webkit-animation-delay:181.2s;animation-delay:181.2s}.poke-block-choice .option-choice:nth-child(1807n){-webkit-animation-delay:181.3s;animation-delay:181.3s}.poke-block-choice .option-choice:nth-child(1808n){-webkit-animation-delay:181.4s;animation-delay:181.4s}.poke-block-choice .option-choice:nth-child(1809n){-webkit-animation-delay:181.5s;animation-delay:181.5s}.poke-block-choice .option-choice:nth-child(1810n){-webkit-animation-delay:181.6s;animation-delay:181.6s}.poke-block-choice .option-choice:nth-child(1811n){-webkit-animation-delay:181.7s;animation-delay:181.7s}.poke-block-choice .option-choice:nth-child(1812n){-webkit-animation-delay:181.8s;animation-delay:181.8s}.poke-block-choice .option-choice:nth-child(1813n){-webkit-animation-delay:181.9s;animation-delay:181.9s}.poke-block-choice .option-choice:nth-child(1814n){-webkit-animation-delay:182s;animation-delay:182s}.poke-block-choice .option-choice:nth-child(1815n){-webkit-animation-delay:182.1s;animation-delay:182.1s}.poke-block-choice .option-choice:nth-child(1816n){-webkit-animation-delay:182.2s;animation-delay:182.2s}.poke-block-choice .option-choice:nth-child(1817n){-webkit-animation-delay:182.3s;animation-delay:182.3s}.poke-block-choice .option-choice:nth-child(1818n){-webkit-animation-delay:182.4s;animation-delay:182.4s}.poke-block-choice .option-choice:nth-child(1819n){-webkit-animation-delay:182.5s;animation-delay:182.5s}.poke-block-choice .option-choice:nth-child(1820n){-webkit-animation-delay:182.6s;animation-delay:182.6s}.poke-block-choice .option-choice:nth-child(1821n){-webkit-animation-delay:182.7s;animation-delay:182.7s}.poke-block-choice .option-choice:nth-child(1822n){-webkit-animation-delay:182.8s;animation-delay:182.8s}.poke-block-choice .option-choice:nth-child(1823n){-webkit-animation-delay:182.9s;animation-delay:182.9s}.poke-block-choice .option-choice:nth-child(1824n){-webkit-animation-delay:183s;animation-delay:183s}.poke-block-choice .option-choice:nth-child(1825n){-webkit-animation-delay:183.1s;animation-delay:183.1s}.poke-block-choice .option-choice:nth-child(1826n){-webkit-animation-delay:183.2s;animation-delay:183.2s}.poke-block-choice .option-choice:nth-child(1827n){-webkit-animation-delay:183.3s;animation-delay:183.3s}.poke-block-choice .option-choice:nth-child(1828n){-webkit-animation-delay:183.4s;animation-delay:183.4s}.poke-block-choice .option-choice:nth-child(1829n){-webkit-animation-delay:183.5s;animation-delay:183.5s}.poke-block-choice .option-choice:nth-child(1830n){-webkit-animation-delay:183.6s;animation-delay:183.6s}.poke-block-choice .option-choice:nth-child(1831n){-webkit-animation-delay:183.7s;animation-delay:183.7s}.poke-block-choice .option-choice:nth-child(1832n){-webkit-animation-delay:183.8s;animation-delay:183.8s}.poke-block-choice .option-choice:nth-child(1833n){-webkit-animation-delay:183.9s;animation-delay:183.9s}.poke-block-choice .option-choice:nth-child(1834n){-webkit-animation-delay:184s;animation-delay:184s}.poke-block-choice .option-choice:nth-child(1835n){-webkit-animation-delay:184.1s;animation-delay:184.1s}.poke-block-choice .option-choice:nth-child(1836n){-webkit-animation-delay:184.2s;animation-delay:184.2s}.poke-block-choice .option-choice:nth-child(1837n){-webkit-animation-delay:184.3s;animation-delay:184.3s}.poke-block-choice .option-choice:nth-child(1838n){-webkit-animation-delay:184.4s;animation-delay:184.4s}.poke-block-choice .option-choice:nth-child(1839n){-webkit-animation-delay:184.5s;animation-delay:184.5s}.poke-block-choice .option-choice:nth-child(1840n){-webkit-animation-delay:184.6s;animation-delay:184.6s}.poke-block-choice .option-choice:nth-child(1841n){-webkit-animation-delay:184.7s;animation-delay:184.7s}.poke-block-choice .option-choice:nth-child(1842n){-webkit-animation-delay:184.8s;animation-delay:184.8s}.poke-block-choice .option-choice:nth-child(1843n){-webkit-animation-delay:184.9s;animation-delay:184.9s}.poke-block-choice .option-choice:nth-child(1844n){-webkit-animation-delay:185s;animation-delay:185s}.poke-block-choice .option-choice:nth-child(1845n){-webkit-animation-delay:185.1s;animation-delay:185.1s}.poke-block-choice .option-choice:nth-child(1846n){-webkit-animation-delay:185.2s;animation-delay:185.2s}.poke-block-choice .option-choice:nth-child(1847n){-webkit-animation-delay:185.3s;animation-delay:185.3s}.poke-block-choice .option-choice:nth-child(1848n){-webkit-animation-delay:185.4s;animation-delay:185.4s}.poke-block-choice .option-choice:nth-child(1849n){-webkit-animation-delay:185.5s;animation-delay:185.5s}.poke-block-choice .option-choice:nth-child(1850n){-webkit-animation-delay:185.6s;animation-delay:185.6s}.poke-block-choice .option-choice:nth-child(1851n){-webkit-animation-delay:185.7s;animation-delay:185.7s}.poke-block-choice .option-choice:nth-child(1852n){-webkit-animation-delay:185.8s;animation-delay:185.8s}.poke-block-choice .option-choice:nth-child(1853n){-webkit-animation-delay:185.9s;animation-delay:185.9s}.poke-block-choice .option-choice:nth-child(1854n){-webkit-animation-delay:186s;animation-delay:186s}.poke-block-choice .option-choice:nth-child(1855n){-webkit-animation-delay:186.1s;animation-delay:186.1s}.poke-block-choice .option-choice:nth-child(1856n){-webkit-animation-delay:186.2s;animation-delay:186.2s}.poke-block-choice .option-choice:nth-child(1857n){-webkit-animation-delay:186.3s;animation-delay:186.3s}.poke-block-choice .option-choice:nth-child(1858n){-webkit-animation-delay:186.4s;animation-delay:186.4s}.poke-block-choice .option-choice:nth-child(1859n){-webkit-animation-delay:186.5s;animation-delay:186.5s}.poke-block-choice .option-choice:nth-child(1860n){-webkit-animation-delay:186.6s;animation-delay:186.6s}.poke-block-choice .option-choice:nth-child(1861n){-webkit-animation-delay:186.7s;animation-delay:186.7s}.poke-block-choice .option-choice:nth-child(1862n){-webkit-animation-delay:186.8s;animation-delay:186.8s}.poke-block-choice .option-choice:nth-child(1863n){-webkit-animation-delay:186.9s;animation-delay:186.9s}.poke-block-choice .option-choice:nth-child(1864n){-webkit-animation-delay:187s;animation-delay:187s}.poke-block-choice .option-choice:nth-child(1865n){-webkit-animation-delay:187.1s;animation-delay:187.1s}.poke-block-choice .option-choice:nth-child(1866n){-webkit-animation-delay:187.2s;animation-delay:187.2s}.poke-block-choice .option-choice:nth-child(1867n){-webkit-animation-delay:187.3s;animation-delay:187.3s}.poke-block-choice .option-choice:nth-child(1868n){-webkit-animation-delay:187.4s;animation-delay:187.4s}.poke-block-choice .option-choice:nth-child(1869n){-webkit-animation-delay:187.5s;animation-delay:187.5s}.poke-block-choice .option-choice:nth-child(1870n){-webkit-animation-delay:187.6s;animation-delay:187.6s}.poke-block-choice .option-choice:nth-child(1871n){-webkit-animation-delay:187.7s;animation-delay:187.7s}.poke-block-choice .option-choice:nth-child(1872n){-webkit-animation-delay:187.8s;animation-delay:187.8s}.poke-block-choice .option-choice:nth-child(1873n){-webkit-animation-delay:187.9s;animation-delay:187.9s}.poke-block-choice .option-choice:nth-child(1874n){-webkit-animation-delay:188s;animation-delay:188s}.poke-block-choice .option-choice:nth-child(1875n){-webkit-animation-delay:188.1s;animation-delay:188.1s}.poke-block-choice .option-choice:nth-child(1876n){-webkit-animation-delay:188.2s;animation-delay:188.2s}.poke-block-choice .option-choice:nth-child(1877n){-webkit-animation-delay:188.3s;animation-delay:188.3s}.poke-block-choice .option-choice:nth-child(1878n){-webkit-animation-delay:188.4s;animation-delay:188.4s}.poke-block-choice .option-choice:nth-child(1879n){-webkit-animation-delay:188.5s;animation-delay:188.5s}.poke-block-choice .option-choice:nth-child(1880n){-webkit-animation-delay:188.6s;animation-delay:188.6s}.poke-block-choice .option-choice:nth-child(1881n){-webkit-animation-delay:188.7s;animation-delay:188.7s}.poke-block-choice .option-choice:nth-child(1882n){-webkit-animation-delay:188.8s;animation-delay:188.8s}.poke-block-choice .option-choice:nth-child(1883n){-webkit-animation-delay:188.9s;animation-delay:188.9s}.poke-block-choice .option-choice:nth-child(1884n){-webkit-animation-delay:189s;animation-delay:189s}.poke-block-choice .option-choice:nth-child(1885n){-webkit-animation-delay:189.1s;animation-delay:189.1s}.poke-block-choice .option-choice:nth-child(1886n){-webkit-animation-delay:189.2s;animation-delay:189.2s}.poke-block-choice .option-choice:nth-child(1887n){-webkit-animation-delay:189.3s;animation-delay:189.3s}.poke-block-choice .option-choice:nth-child(1888n){-webkit-animation-delay:189.4s;animation-delay:189.4s}.poke-block-choice .option-choice:nth-child(1889n){-webkit-animation-delay:189.5s;animation-delay:189.5s}.poke-block-choice .option-choice:nth-child(1890n){-webkit-animation-delay:189.6s;animation-delay:189.6s}.poke-block-choice .option-choice:nth-child(1891n){-webkit-animation-delay:189.7s;animation-delay:189.7s}.poke-block-choice .option-choice:nth-child(1892n){-webkit-animation-delay:189.8s;animation-delay:189.8s}.poke-block-choice .option-choice:nth-child(1893n){-webkit-animation-delay:189.9s;animation-delay:189.9s}.poke-block-choice .option-choice:nth-child(1894n){-webkit-animation-delay:190s;animation-delay:190s}.poke-block-choice .option-choice:nth-child(1895n){-webkit-animation-delay:190.1s;animation-delay:190.1s}.poke-block-choice .option-choice:nth-child(1896n){-webkit-animation-delay:190.2s;animation-delay:190.2s}.poke-block-choice .option-choice:nth-child(1897n){-webkit-animation-delay:190.3s;animation-delay:190.3s}.poke-block-choice .option-choice:nth-child(1898n){-webkit-animation-delay:190.4s;animation-delay:190.4s}.poke-block-choice .option-choice:nth-child(1899n){-webkit-animation-delay:190.5s;animation-delay:190.5s}.poke-block-choice .option-choice:nth-child(1900n){-webkit-animation-delay:190.6s;animation-delay:190.6s}.poke-block-choice .option-choice:nth-child(1901n){-webkit-animation-delay:190.7s;animation-delay:190.7s}.poke-block-choice .option-choice:nth-child(1902n){-webkit-animation-delay:190.8s;animation-delay:190.8s}.poke-block-choice .option-choice:nth-child(1903n){-webkit-animation-delay:190.9s;animation-delay:190.9s}.poke-block-choice .option-choice:nth-child(1904n){-webkit-animation-delay:191s;animation-delay:191s}.poke-block-choice .option-choice:nth-child(1905n){-webkit-animation-delay:191.1s;animation-delay:191.1s}.poke-block-choice .option-choice:nth-child(1906n){-webkit-animation-delay:191.2s;animation-delay:191.2s}.poke-block-choice .option-choice:nth-child(1907n){-webkit-animation-delay:191.3s;animation-delay:191.3s}.poke-block-choice .option-choice:nth-child(1908n){-webkit-animation-delay:191.4s;animation-delay:191.4s}.poke-block-choice .option-choice:nth-child(1909n){-webkit-animation-delay:191.5s;animation-delay:191.5s}.poke-block-choice .option-choice:nth-child(1910n){-webkit-animation-delay:191.6s;animation-delay:191.6s}.poke-block-choice .option-choice:nth-child(1911n){-webkit-animation-delay:191.7s;animation-delay:191.7s}.poke-block-choice .option-choice:nth-child(1912n){-webkit-animation-delay:191.8s;animation-delay:191.8s}.poke-block-choice .option-choice:nth-child(1913n){-webkit-animation-delay:191.9s;animation-delay:191.9s}.poke-block-choice .option-choice:nth-child(1914n){-webkit-animation-delay:192s;animation-delay:192s}.poke-block-choice .option-choice:nth-child(1915n){-webkit-animation-delay:192.1s;animation-delay:192.1s}.poke-block-choice .option-choice:nth-child(1916n){-webkit-animation-delay:192.2s;animation-delay:192.2s}.poke-block-choice .option-choice:nth-child(1917n){-webkit-animation-delay:192.3s;animation-delay:192.3s}.poke-block-choice .option-choice:nth-child(1918n){-webkit-animation-delay:192.4s;animation-delay:192.4s}.poke-block-choice .option-choice:nth-child(1919n){-webkit-animation-delay:192.5s;animation-delay:192.5s}.poke-block-choice .option-choice:nth-child(1920n){-webkit-animation-delay:192.6s;animation-delay:192.6s}.poke-block-choice .option-choice:nth-child(1921n){-webkit-animation-delay:192.7s;animation-delay:192.7s}.poke-block-choice .option-choice:nth-child(1922n){-webkit-animation-delay:192.8s;animation-delay:192.8s}.poke-block-choice .option-choice:nth-child(1923n){-webkit-animation-delay:192.9s;animation-delay:192.9s}.poke-block-choice .option-choice:nth-child(1924n){-webkit-animation-delay:193s;animation-delay:193s}.poke-block-choice .option-choice:nth-child(1925n){-webkit-animation-delay:193.1s;animation-delay:193.1s}.poke-block-choice .option-choice:nth-child(1926n){-webkit-animation-delay:193.2s;animation-delay:193.2s}.poke-block-choice .option-choice:nth-child(1927n){-webkit-animation-delay:193.3s;animation-delay:193.3s}.poke-block-choice .option-choice:nth-child(1928n){-webkit-animation-delay:193.4s;animation-delay:193.4s}.poke-block-choice .option-choice:nth-child(1929n){-webkit-animation-delay:193.5s;animation-delay:193.5s}.poke-block-choice .option-choice:nth-child(1930n){-webkit-animation-delay:193.6s;animation-delay:193.6s}.poke-block-choice .option-choice:nth-child(1931n){-webkit-animation-delay:193.7s;animation-delay:193.7s}.poke-block-choice .option-choice:nth-child(1932n){-webkit-animation-delay:193.8s;animation-delay:193.8s}.poke-block-choice .option-choice:nth-child(1933n){-webkit-animation-delay:193.9s;animation-delay:193.9s}.poke-block-choice .option-choice:nth-child(1934n){-webkit-animation-delay:194s;animation-delay:194s}.poke-block-choice .option-choice:nth-child(1935n){-webkit-animation-delay:194.1s;animation-delay:194.1s}.poke-block-choice .option-choice:nth-child(1936n){-webkit-animation-delay:194.2s;animation-delay:194.2s}.poke-block-choice .option-choice:nth-child(1937n){-webkit-animation-delay:194.3s;animation-delay:194.3s}.poke-block-choice .option-choice:nth-child(1938n){-webkit-animation-delay:194.4s;animation-delay:194.4s}.poke-block-choice .option-choice:nth-child(1939n){-webkit-animation-delay:194.5s;animation-delay:194.5s}.poke-block-choice .option-choice:nth-child(1940n){-webkit-animation-delay:194.6s;animation-delay:194.6s}.poke-block-choice .option-choice:nth-child(1941n){-webkit-animation-delay:194.7s;animation-delay:194.7s}.poke-block-choice .option-choice:nth-child(1942n){-webkit-animation-delay:194.8s;animation-delay:194.8s}.poke-block-choice .option-choice:nth-child(1943n){-webkit-animation-delay:194.9s;animation-delay:194.9s}.poke-block-choice .option-choice:nth-child(1944n){-webkit-animation-delay:195s;animation-delay:195s}.poke-block-choice .option-choice:nth-child(1945n){-webkit-animation-delay:195.1s;animation-delay:195.1s}.poke-block-choice .option-choice:nth-child(1946n){-webkit-animation-delay:195.2s;animation-delay:195.2s}.poke-block-choice .option-choice:nth-child(1947n){-webkit-animation-delay:195.3s;animation-delay:195.3s}.poke-block-choice .option-choice:nth-child(1948n){-webkit-animation-delay:195.4s;animation-delay:195.4s}.poke-block-choice .option-choice:nth-child(1949n){-webkit-animation-delay:195.5s;animation-delay:195.5s}.poke-block-choice .option-choice:nth-child(1950n){-webkit-animation-delay:195.6s;animation-delay:195.6s}.poke-block-choice .option-choice:nth-child(1951n){-webkit-animation-delay:195.7s;animation-delay:195.7s}.poke-block-choice .option-choice:nth-child(1952n){-webkit-animation-delay:195.8s;animation-delay:195.8s}.poke-block-choice .option-choice:nth-child(1953n){-webkit-animation-delay:195.9s;animation-delay:195.9s}.poke-block-choice .option-choice:nth-child(1954n){-webkit-animation-delay:196s;animation-delay:196s}.poke-block-choice .option-choice:nth-child(1955n){-webkit-animation-delay:196.1s;animation-delay:196.1s}.poke-block-choice .option-choice:nth-child(1956n){-webkit-animation-delay:196.2s;animation-delay:196.2s}.poke-block-choice .option-choice:nth-child(1957n){-webkit-animation-delay:196.3s;animation-delay:196.3s}.poke-block-choice .option-choice:nth-child(1958n){-webkit-animation-delay:196.4s;animation-delay:196.4s}.poke-block-choice .option-choice:nth-child(1959n){-webkit-animation-delay:196.5s;animation-delay:196.5s}.poke-block-choice .option-choice:nth-child(1960n){-webkit-animation-delay:196.6s;animation-delay:196.6s}.poke-block-choice .option-choice:nth-child(1961n){-webkit-animation-delay:196.7s;animation-delay:196.7s}.poke-block-choice .option-choice:nth-child(1962n){-webkit-animation-delay:196.8s;animation-delay:196.8s}.poke-block-choice .option-choice:nth-child(1963n){-webkit-animation-delay:196.9s;animation-delay:196.9s}.poke-block-choice .option-choice:nth-child(1964n){-webkit-animation-delay:197s;animation-delay:197s}.poke-block-choice .option-choice:nth-child(1965n){-webkit-animation-delay:197.1s;animation-delay:197.1s}.poke-block-choice .option-choice:nth-child(1966n){-webkit-animation-delay:197.2s;animation-delay:197.2s}.poke-block-choice .option-choice:nth-child(1967n){-webkit-animation-delay:197.3s;animation-delay:197.3s}.poke-block-choice .option-choice:nth-child(1968n){-webkit-animation-delay:197.4s;animation-delay:197.4s}.poke-block-choice .option-choice:nth-child(1969n){-webkit-animation-delay:197.5s;animation-delay:197.5s}.poke-block-choice .option-choice:nth-child(1970n){-webkit-animation-delay:197.6s;animation-delay:197.6s}.poke-block-choice .option-choice:nth-child(1971n){-webkit-animation-delay:197.7s;animation-delay:197.7s}.poke-block-choice .option-choice:nth-child(1972n){-webkit-animation-delay:197.8s;animation-delay:197.8s}.poke-block-choice .option-choice:nth-child(1973n){-webkit-animation-delay:197.9s;animation-delay:197.9s}.poke-block-choice .option-choice:nth-child(1974n){-webkit-animation-delay:198s;animation-delay:198s}.poke-block-choice .option-choice:nth-child(1975n){-webkit-animation-delay:198.1s;animation-delay:198.1s}.poke-block-choice .option-choice:nth-child(1976n){-webkit-animation-delay:198.2s;animation-delay:198.2s}.poke-block-choice .option-choice:nth-child(1977n){-webkit-animation-delay:198.3s;animation-delay:198.3s}.poke-block-choice .option-choice:nth-child(1978n){-webkit-animation-delay:198.4s;animation-delay:198.4s}.poke-block-choice .option-choice:nth-child(1979n){-webkit-animation-delay:198.5s;animation-delay:198.5s}.poke-block-choice .option-choice:nth-child(1980n){-webkit-animation-delay:198.6s;animation-delay:198.6s}.poke-block-choice .option-choice:nth-child(1981n){-webkit-animation-delay:198.7s;animation-delay:198.7s}.poke-block-choice .option-choice:nth-child(1982n){-webkit-animation-delay:198.8s;animation-delay:198.8s}.poke-block-choice .option-choice:nth-child(1983n){-webkit-animation-delay:198.9s;animation-delay:198.9s}.poke-block-choice .option-choice:nth-child(1984n){-webkit-animation-delay:199s;animation-delay:199s}.poke-block-choice .option-choice:nth-child(1985n){-webkit-animation-delay:199.1s;animation-delay:199.1s}.poke-block-choice .option-choice:nth-child(1986n){-webkit-animation-delay:199.2s;animation-delay:199.2s}.poke-block-choice .option-choice:nth-child(1987n){-webkit-animation-delay:199.3s;animation-delay:199.3s}.poke-block-choice .option-choice:nth-child(1988n){-webkit-animation-delay:199.4s;animation-delay:199.4s}.poke-block-choice .option-choice:nth-child(1989n){-webkit-animation-delay:199.5s;animation-delay:199.5s}.poke-block-choice .option-choice:nth-child(1990n){-webkit-animation-delay:199.6s;animation-delay:199.6s}.poke-block-choice .option-choice:nth-child(1991n){-webkit-animation-delay:199.7s;animation-delay:199.7s}.poke-block-choice .option-choice:nth-child(1992n){-webkit-animation-delay:199.8s;animation-delay:199.8s}.poke-block-choice .option-choice:nth-child(1993n){-webkit-animation-delay:199.9s;animation-delay:199.9s}.poke-block-choice .option-choice:nth-child(1994n){-webkit-animation-delay:200s;animation-delay:200s}.poke-block-choice .option-choice:nth-child(1995n){-webkit-animation-delay:200.1s;animation-delay:200.1s}.poke-block-choice .option-choice:nth-child(1996n){-webkit-animation-delay:200.2s;animation-delay:200.2s}.poke-block-choice .option-choice:nth-child(1997n){-webkit-animation-delay:200.3s;animation-delay:200.3s}.poke-block-choice .option-choice:nth-child(1998n){-webkit-animation-delay:200.4s;animation-delay:200.4s}.poke-block-choice .option-choice:nth-child(1999n){-webkit-animation-delay:200.5s;animation-delay:200.5s}.poke-block-choice .option-choice:nth-child(2000n){-webkit-animation-delay:200.6s;animation-delay:200.6s}.poke-block-choice .option-choice:nth-child(2001n){-webkit-animation-delay:200.7s;animation-delay:200.7s}.poke-block-choice .option-choice:nth-child(2002n){-webkit-animation-delay:200.8s;animation-delay:200.8s}.poke-block-choice .option-choice:nth-child(2003n){-webkit-animation-delay:200.9s;animation-delay:200.9s}.poke-block-choice .option-choice:nth-child(2004n){-webkit-animation-delay:201s;animation-delay:201s}.poke-block-choice .option-choice:nth-child(2005n){-webkit-animation-delay:201.1s;animation-delay:201.1s}.poke-block-choice .option-choice:nth-child(2006n){-webkit-animation-delay:201.2s;animation-delay:201.2s}.poke-block-choice .option-choice:nth-child(2007n){-webkit-animation-delay:201.3s;animation-delay:201.3s}.poke-block-choice .option-choice:nth-child(2008n){-webkit-animation-delay:201.4s;animation-delay:201.4s}.poke-block-choice .option-choice:nth-child(2009n){-webkit-animation-delay:201.5s;animation-delay:201.5s}.poke-block-choice .option-choice:nth-child(2010n){-webkit-animation-delay:201.6s;animation-delay:201.6s}.poke-block-choice .option-choice:nth-child(2011n){-webkit-animation-delay:201.7s;animation-delay:201.7s}.poke-block-choice .option-choice:nth-child(2012n){-webkit-animation-delay:201.8s;animation-delay:201.8s}.poke-block-choice .option-choice:nth-child(2013n){-webkit-animation-delay:201.9s;animation-delay:201.9s}.poke-block-choice .option-choice:nth-child(2014n){-webkit-animation-delay:202s;animation-delay:202s}.poke-block-choice .option-choice:nth-child(2015n){-webkit-animation-delay:202.1s;animation-delay:202.1s}.poke-block-choice .option-choice:nth-child(2016n){-webkit-animation-delay:202.2s;animation-delay:202.2s}.poke-block-choice .option-choice:nth-child(2017n){-webkit-animation-delay:202.3s;animation-delay:202.3s}.poke-block-choice .option-choice:nth-child(2018n){-webkit-animation-delay:202.4s;animation-delay:202.4s}.poke-block-choice .option-choice:nth-child(2019n){-webkit-animation-delay:202.5s;animation-delay:202.5s}.poke-block-choice .option-choice:nth-child(2020n){-webkit-animation-delay:202.6s;animation-delay:202.6s}.poke-block-choice .option-choice:nth-child(2021n){-webkit-animation-delay:202.7s;animation-delay:202.7s}.poke-block-choice .option-choice:nth-child(2022n){-webkit-animation-delay:202.8s;animation-delay:202.8s}.poke-block-choice .option-choice:nth-child(2023n){-webkit-animation-delay:202.9s;animation-delay:202.9s}.poke-block-choice .option-choice:nth-child(2024n){-webkit-animation-delay:203s;animation-delay:203s}.poke-block-choice .option-choice:nth-child(2025n){-webkit-animation-delay:203.1s;animation-delay:203.1s}.poke-block-choice .option-choice:nth-child(2026n){-webkit-animation-delay:203.2s;animation-delay:203.2s}.poke-block-choice .option-choice:nth-child(2027n){-webkit-animation-delay:203.3s;animation-delay:203.3s}.poke-block-choice .option-choice:nth-child(2028n){-webkit-animation-delay:203.4s;animation-delay:203.4s}.poke-block-choice .option-choice:nth-child(2029n){-webkit-animation-delay:203.5s;animation-delay:203.5s}.poke-block-choice .option-choice:nth-child(2030n){-webkit-animation-delay:203.6s;animation-delay:203.6s}.poke-block-choice .option-choice:nth-child(2031n){-webkit-animation-delay:203.7s;animation-delay:203.7s}.poke-block-choice .option-choice:nth-child(2032n){-webkit-animation-delay:203.8s;animation-delay:203.8s}.poke-block-choice .option-choice:nth-child(2033n){-webkit-animation-delay:203.9s;animation-delay:203.9s}.poke-block-choice .option-choice:nth-child(2034n){-webkit-animation-delay:204s;animation-delay:204s}.poke-block-choice .option-choice:nth-child(2035n){-webkit-animation-delay:204.1s;animation-delay:204.1s}.poke-block-choice .option-choice:nth-child(2036n){-webkit-animation-delay:204.2s;animation-delay:204.2s}.poke-block-choice .option-choice:nth-child(2037n){-webkit-animation-delay:204.3s;animation-delay:204.3s}.poke-block-choice .option-choice:nth-child(2038n){-webkit-animation-delay:204.4s;animation-delay:204.4s}.poke-block-choice .option-choice:nth-child(2039n){-webkit-animation-delay:204.5s;animation-delay:204.5s}.poke-block-choice .option-choice:nth-child(2040n){-webkit-animation-delay:204.6s;animation-delay:204.6s}.poke-block-choice .option-choice:nth-child(2041n){-webkit-animation-delay:204.7s;animation-delay:204.7s}.poke-block-choice .option-choice:nth-child(2042n){-webkit-animation-delay:204.8s;animation-delay:204.8s}.poke-block-choice .option-choice:nth-child(2043n){-webkit-animation-delay:204.9s;animation-delay:204.9s}.poke-block-choice .option-choice:nth-child(2044n){-webkit-animation-delay:205s;animation-delay:205s}.poke-block-choice .option-choice:nth-child(2045n){-webkit-animation-delay:205.1s;animation-delay:205.1s}.poke-block-choice .option-choice:nth-child(2046n){-webkit-animation-delay:205.2s;animation-delay:205.2s}.poke-block-choice .option-choice:nth-child(2047n){-webkit-animation-delay:205.3s;animation-delay:205.3s}.poke-block-choice .option-choice:nth-child(2048n){-webkit-animation-delay:205.4s;animation-delay:205.4s}.poke-block-choice .option-choice:nth-child(2049n){-webkit-animation-delay:205.5s;animation-delay:205.5s}.poke-block-choice .option-choice:nth-child(2050n){-webkit-animation-delay:205.6s;animation-delay:205.6s}.poke-block-choice .option-choice:nth-child(2051n){-webkit-animation-delay:205.7s;animation-delay:205.7s}.poke-block-choice .option-choice:nth-child(2052n){-webkit-animation-delay:205.8s;animation-delay:205.8s}.poke-block-choice .option-choice:nth-child(2053n){-webkit-animation-delay:205.9s;animation-delay:205.9s}.poke-block-choice .option-choice:nth-child(2054n){-webkit-animation-delay:206s;animation-delay:206s}.poke-block-choice .option-choice:nth-child(2055n){-webkit-animation-delay:206.1s;animation-delay:206.1s}.poke-block-choice .option-choice:nth-child(2056n){-webkit-animation-delay:206.2s;animation-delay:206.2s}.poke-block-choice .option-choice:nth-child(2057n){-webkit-animation-delay:206.3s;animation-delay:206.3s}.poke-block-choice .option-choice:nth-child(2058n){-webkit-animation-delay:206.4s;animation-delay:206.4s}.poke-block-choice .option-choice:nth-child(2059n){-webkit-animation-delay:206.5s;animation-delay:206.5s}.poke-block-choice .option-choice:nth-child(2060n){-webkit-animation-delay:206.6s;animation-delay:206.6s}.poke-block-choice .option-choice:nth-child(2061n){-webkit-animation-delay:206.7s;animation-delay:206.7s}.poke-block-choice .option-choice:nth-child(2062n){-webkit-animation-delay:206.8s;animation-delay:206.8s}.poke-block-choice .option-choice:nth-child(2063n){-webkit-animation-delay:206.9s;animation-delay:206.9s}.poke-block-choice .option-choice:nth-child(2064n){-webkit-animation-delay:207s;animation-delay:207s}.poke-block-choice .option-choice:nth-child(2065n){-webkit-animation-delay:207.1s;animation-delay:207.1s}.poke-block-choice .option-choice:nth-child(2066n){-webkit-animation-delay:207.2s;animation-delay:207.2s}.poke-block-choice .option-choice:nth-child(2067n){-webkit-animation-delay:207.3s;animation-delay:207.3s}.poke-block-choice .option-choice:nth-child(2068n){-webkit-animation-delay:207.4s;animation-delay:207.4s}.poke-block-choice .option-choice:nth-child(2069n){-webkit-animation-delay:207.5s;animation-delay:207.5s}.poke-block-choice .option-choice:nth-child(2070n){-webkit-animation-delay:207.6s;animation-delay:207.6s}.poke-block-choice .option-choice:nth-child(2071n){-webkit-animation-delay:207.7s;animation-delay:207.7s}.poke-block-choice .option-choice:nth-child(2072n){-webkit-animation-delay:207.8s;animation-delay:207.8s}.poke-block-choice .option-choice:nth-child(2073n){-webkit-animation-delay:207.9s;animation-delay:207.9s}.poke-block-choice .option-choice:nth-child(2074n){-webkit-animation-delay:208s;animation-delay:208s}.poke-block-choice .option-choice:nth-child(2075n){-webkit-animation-delay:208.1s;animation-delay:208.1s}.poke-block-choice .option-choice:nth-child(2076n){-webkit-animation-delay:208.2s;animation-delay:208.2s}.poke-block-choice .option-choice:nth-child(2077n){-webkit-animation-delay:208.3s;animation-delay:208.3s}.poke-block-choice .option-choice:nth-child(2078n){-webkit-animation-delay:208.4s;animation-delay:208.4s}.poke-block-choice .option-choice:nth-child(2079n){-webkit-animation-delay:208.5s;animation-delay:208.5s}.poke-block-choice .option-choice:nth-child(2080n){-webkit-animation-delay:208.6s;animation-delay:208.6s}.poke-block-choice .option-choice:nth-child(2081n){-webkit-animation-delay:208.7s;animation-delay:208.7s}.poke-block-choice .option-choice:nth-child(2082n){-webkit-animation-delay:208.8s;animation-delay:208.8s}.poke-block-choice .option-choice:nth-child(2083n){-webkit-animation-delay:208.9s;animation-delay:208.9s}.poke-block-choice .option-choice:nth-child(2084n){-webkit-animation-delay:209s;animation-delay:209s}.poke-block-choice .option-choice:nth-child(2085n){-webkit-animation-delay:209.1s;animation-delay:209.1s}.poke-block-choice .option-choice:nth-child(2086n){-webkit-animation-delay:209.2s;animation-delay:209.2s}.poke-block-choice .option-choice:nth-child(2087n){-webkit-animation-delay:209.3s;animation-delay:209.3s}.poke-block-choice .option-choice:nth-child(2088n){-webkit-animation-delay:209.4s;animation-delay:209.4s}.poke-block-choice .option-choice:nth-child(2089n){-webkit-animation-delay:209.5s;animation-delay:209.5s}.poke-block-choice .option-choice:nth-child(2090n){-webkit-animation-delay:209.6s;animation-delay:209.6s}.poke-block-choice .option-choice:nth-child(2091n){-webkit-animation-delay:209.7s;animation-delay:209.7s}.poke-block-choice .option-choice:nth-child(2092n){-webkit-animation-delay:209.8s;animation-delay:209.8s}.poke-block-choice .option-choice:nth-child(2093n){-webkit-animation-delay:209.9s;animation-delay:209.9s}.poke-block-choice .option-choice:nth-child(2094n){-webkit-animation-delay:210s;animation-delay:210s}.poke-block-choice .option-choice:nth-child(2095n){-webkit-animation-delay:210.1s;animation-delay:210.1s}.poke-block-choice .option-choice:nth-child(2096n){-webkit-animation-delay:210.2s;animation-delay:210.2s}.poke-block-choice .option-choice:nth-child(2097n){-webkit-animation-delay:210.3s;animation-delay:210.3s}.poke-block-choice .option-choice:nth-child(2098n){-webkit-animation-delay:210.4s;animation-delay:210.4s}.poke-block-choice .option-choice:nth-child(2099n){-webkit-animation-delay:210.5s;animation-delay:210.5s}.poke-block-choice .option-choice:nth-child(2100n){-webkit-animation-delay:210.6s;animation-delay:210.6s}.poke-block-choice .option-choice:nth-child(2101n){-webkit-animation-delay:210.7s;animation-delay:210.7s}.poke-block-choice .option-choice:nth-child(2102n){-webkit-animation-delay:210.8s;animation-delay:210.8s}.poke-block-choice .option-choice:nth-child(2103n){-webkit-animation-delay:210.9s;animation-delay:210.9s}.poke-block-choice .option-choice:nth-child(2104n){-webkit-animation-delay:211s;animation-delay:211s}.poke-block-choice .option-choice:nth-child(2105n){-webkit-animation-delay:211.1s;animation-delay:211.1s}.poke-block-choice .option-choice:nth-child(2106n){-webkit-animation-delay:211.2s;animation-delay:211.2s}.poke-block-choice .option-choice:nth-child(2107n){-webkit-animation-delay:211.3s;animation-delay:211.3s}.poke-block-choice .option-choice:nth-child(2108n){-webkit-animation-delay:211.4s;animation-delay:211.4s}.poke-block-choice .option-choice:nth-child(2109n){-webkit-animation-delay:211.5s;animation-delay:211.5s}.poke-block-choice .option-choice:nth-child(2110n){-webkit-animation-delay:211.6s;animation-delay:211.6s}.poke-block-choice .option-choice:nth-child(2111n){-webkit-animation-delay:211.7s;animation-delay:211.7s}.poke-block-choice .option-choice:nth-child(2112n){-webkit-animation-delay:211.8s;animation-delay:211.8s}.poke-block-choice .option-choice:nth-child(2113n){-webkit-animation-delay:211.9s;animation-delay:211.9s}.poke-block-choice .option-choice:nth-child(2114n){-webkit-animation-delay:212s;animation-delay:212s}.poke-block-choice .option-choice:nth-child(2115n){-webkit-animation-delay:212.1s;animation-delay:212.1s}.poke-block-choice .option-choice:nth-child(2116n){-webkit-animation-delay:212.2s;animation-delay:212.2s}.poke-block-choice .option-choice:nth-child(2117n){-webkit-animation-delay:212.3s;animation-delay:212.3s}.poke-block-choice .option-choice:nth-child(2118n){-webkit-animation-delay:212.4s;animation-delay:212.4s}.poke-block-choice .option-choice:nth-child(2119n){-webkit-animation-delay:212.5s;animation-delay:212.5s}.poke-block-choice .option-choice:nth-child(2120n){-webkit-animation-delay:212.6s;animation-delay:212.6s}.poke-block-choice .option-choice:nth-child(2121n){-webkit-animation-delay:212.7s;animation-delay:212.7s}.poke-block-choice .option-choice:nth-child(2122n){-webkit-animation-delay:212.8s;animation-delay:212.8s}.poke-block-choice .option-choice:nth-child(2123n){-webkit-animation-delay:212.9s;animation-delay:212.9s}.poke-block-choice .option-choice:nth-child(2124n){-webkit-animation-delay:213s;animation-delay:213s}.poke-block-choice .option-choice:nth-child(2125n){-webkit-animation-delay:213.1s;animation-delay:213.1s}.poke-block-choice .option-choice:nth-child(2126n){-webkit-animation-delay:213.2s;animation-delay:213.2s}.poke-block-choice .option-choice:nth-child(2127n){-webkit-animation-delay:213.3s;animation-delay:213.3s}.poke-block-choice .option-choice:nth-child(2128n){-webkit-animation-delay:213.4s;animation-delay:213.4s}.poke-block-choice .option-choice:nth-child(2129n){-webkit-animation-delay:213.5s;animation-delay:213.5s}.poke-block-choice .option-choice:nth-child(2130n){-webkit-animation-delay:213.6s;animation-delay:213.6s}.poke-block-choice .option-choice:nth-child(2131n){-webkit-animation-delay:213.7s;animation-delay:213.7s}.poke-block-choice .option-choice:nth-child(2132n){-webkit-animation-delay:213.8s;animation-delay:213.8s}.poke-block-choice .option-choice:nth-child(2133n){-webkit-animation-delay:213.9s;animation-delay:213.9s}.poke-block-choice .option-choice:nth-child(2134n){-webkit-animation-delay:214s;animation-delay:214s}.poke-block-choice .option-choice:nth-child(2135n){-webkit-animation-delay:214.1s;animation-delay:214.1s}.poke-block-choice .option-choice:nth-child(2136n){-webkit-animation-delay:214.2s;animation-delay:214.2s}.poke-block-choice .option-choice:nth-child(2137n){-webkit-animation-delay:214.3s;animation-delay:214.3s}.poke-block-choice .option-choice:nth-child(2138n){-webkit-animation-delay:214.4s;animation-delay:214.4s}.poke-block-choice .option-choice:nth-child(2139n){-webkit-animation-delay:214.5s;animation-delay:214.5s}.poke-block-choice .option-choice:nth-child(2140n){-webkit-animation-delay:214.6s;animation-delay:214.6s}.poke-block-choice .option-choice:nth-child(2141n){-webkit-animation-delay:214.7s;animation-delay:214.7s}.poke-block-choice .option-choice:nth-child(2142n){-webkit-animation-delay:214.8s;animation-delay:214.8s}.poke-block-choice .option-choice:nth-child(2143n){-webkit-animation-delay:214.9s;animation-delay:214.9s}.poke-block-choice .option-choice:nth-child(2144n){-webkit-animation-delay:215s;animation-delay:215s}.poke-block-choice .option-choice:nth-child(2145n){-webkit-animation-delay:215.1s;animation-delay:215.1s}.poke-block-choice .option-choice:nth-child(2146n){-webkit-animation-delay:215.2s;animation-delay:215.2s}.poke-block-choice .option-choice:nth-child(2147n){-webkit-animation-delay:215.3s;animation-delay:215.3s}.poke-block-choice .option-choice:nth-child(2148n){-webkit-animation-delay:215.4s;animation-delay:215.4s}.poke-block-choice .option-choice:nth-child(2149n){-webkit-animation-delay:215.5s;animation-delay:215.5s}.poke-block-choice .option-choice:nth-child(2150n){-webkit-animation-delay:215.6s;animation-delay:215.6s}.poke-block-choice .option-choice:nth-child(2151n){-webkit-animation-delay:215.7s;animation-delay:215.7s}.poke-block-choice .option-choice:nth-child(2152n){-webkit-animation-delay:215.8s;animation-delay:215.8s}.poke-block-choice .option-choice:nth-child(2153n){-webkit-animation-delay:215.9s;animation-delay:215.9s}.poke-block-choice .option-choice:nth-child(2154n){-webkit-animation-delay:216s;animation-delay:216s}.poke-block-choice .option-choice:nth-child(2155n){-webkit-animation-delay:216.1s;animation-delay:216.1s}.poke-block-choice .option-choice:nth-child(2156n){-webkit-animation-delay:216.2s;animation-delay:216.2s}.poke-block-choice .option-choice:nth-child(2157n){-webkit-animation-delay:216.3s;animation-delay:216.3s}.poke-block-choice .option-choice:nth-child(2158n){-webkit-animation-delay:216.4s;animation-delay:216.4s}.poke-block-choice .option-choice:nth-child(2159n){-webkit-animation-delay:216.5s;animation-delay:216.5s}.poke-block-choice .option-choice:nth-child(2160n){-webkit-animation-delay:216.6s;animation-delay:216.6s}.poke-block-choice .option-choice:nth-child(2161n){-webkit-animation-delay:216.7s;animation-delay:216.7s}.poke-block-choice .option-choice:nth-child(2162n){-webkit-animation-delay:216.8s;animation-delay:216.8s}.poke-block-choice .option-choice:nth-child(2163n){-webkit-animation-delay:216.9s;animation-delay:216.9s}.poke-block-choice .option-choice:nth-child(2164n){-webkit-animation-delay:217s;animation-delay:217s}.poke-block-choice .option-choice:nth-child(2165n){-webkit-animation-delay:217.1s;animation-delay:217.1s}.poke-block-choice .option-choice:nth-child(2166n){-webkit-animation-delay:217.2s;animation-delay:217.2s}.poke-block-choice .option-choice:nth-child(2167n){-webkit-animation-delay:217.3s;animation-delay:217.3s}.poke-block-choice .option-choice:nth-child(2168n){-webkit-animation-delay:217.4s;animation-delay:217.4s}.poke-block-choice .option-choice:nth-child(2169n){-webkit-animation-delay:217.5s;animation-delay:217.5s}.poke-block-choice .option-choice:nth-child(2170n){-webkit-animation-delay:217.6s;animation-delay:217.6s}.poke-block-choice .option-choice:nth-child(2171n){-webkit-animation-delay:217.7s;animation-delay:217.7s}.poke-block-choice .option-choice:nth-child(2172n){-webkit-animation-delay:217.8s;animation-delay:217.8s}.poke-block-choice .option-choice:nth-child(2173n){-webkit-animation-delay:217.9s;animation-delay:217.9s}.poke-block-choice .option-choice:nth-child(2174n){-webkit-animation-delay:218s;animation-delay:218s}.poke-block-choice .option-choice:nth-child(2175n){-webkit-animation-delay:218.1s;animation-delay:218.1s}.poke-block-choice .option-choice:nth-child(2176n){-webkit-animation-delay:218.2s;animation-delay:218.2s}.poke-block-choice .option-choice:nth-child(2177n){-webkit-animation-delay:218.3s;animation-delay:218.3s}.poke-block-choice .option-choice:nth-child(2178n){-webkit-animation-delay:218.4s;animation-delay:218.4s}.poke-block-choice .option-choice:nth-child(2179n){-webkit-animation-delay:218.5s;animation-delay:218.5s}.poke-block-choice .option-choice:nth-child(2180n){-webkit-animation-delay:218.6s;animation-delay:218.6s}.poke-block-choice .option-choice:nth-child(2181n){-webkit-animation-delay:218.7s;animation-delay:218.7s}.poke-block-choice .option-choice:nth-child(2182n){-webkit-animation-delay:218.8s;animation-delay:218.8s}.poke-block-choice .option-choice:nth-child(2183n){-webkit-animation-delay:218.9s;animation-delay:218.9s}.poke-block-choice .option-choice:nth-child(2184n){-webkit-animation-delay:219s;animation-delay:219s}.poke-block-choice .option-choice:nth-child(2185n){-webkit-animation-delay:219.1s;animation-delay:219.1s}.poke-block-choice .option-choice:nth-child(2186n){-webkit-animation-delay:219.2s;animation-delay:219.2s}.poke-block-choice .option-choice:nth-child(2187n){-webkit-animation-delay:219.3s;animation-delay:219.3s}.poke-block-choice .option-choice:nth-child(2188n){-webkit-animation-delay:219.4s;animation-delay:219.4s}.poke-block-choice .option-choice:nth-child(2189n){-webkit-animation-delay:219.5s;animation-delay:219.5s}.poke-block-choice .option-choice:nth-child(2190n){-webkit-animation-delay:219.6s;animation-delay:219.6s}.poke-block-choice .option-choice:nth-child(2191n){-webkit-animation-delay:219.7s;animation-delay:219.7s}.poke-block-choice .option-choice:nth-child(2192n){-webkit-animation-delay:219.8s;animation-delay:219.8s}.poke-block-choice .option-choice:nth-child(2193n){-webkit-animation-delay:219.9s;animation-delay:219.9s}.poke-block-choice .option-choice:nth-child(2194n){-webkit-animation-delay:220s;animation-delay:220s}.poke-block-choice .option-choice:nth-child(2195n){-webkit-animation-delay:220.1s;animation-delay:220.1s}.poke-block-choice .option-choice:nth-child(2196n){-webkit-animation-delay:220.2s;animation-delay:220.2s}.poke-block-choice .option-choice:nth-child(2197n){-webkit-animation-delay:220.3s;animation-delay:220.3s}.poke-block-choice .option-choice:nth-child(2198n){-webkit-animation-delay:220.4s;animation-delay:220.4s}.poke-block-choice .option-choice:nth-child(2199n){-webkit-animation-delay:220.5s;animation-delay:220.5s}.poke-block-choice .option-choice:nth-child(2200n){-webkit-animation-delay:220.6s;animation-delay:220.6s}.poke-block-choice .option-choice:nth-child(2201n){-webkit-animation-delay:220.7s;animation-delay:220.7s}.poke-block-choice .option-choice:nth-child(2202n){-webkit-animation-delay:220.8s;animation-delay:220.8s}.poke-block-choice .option-choice:nth-child(2203n){-webkit-animation-delay:220.9s;animation-delay:220.9s}.poke-block-choice .option-choice:nth-child(2204n){-webkit-animation-delay:221s;animation-delay:221s}.poke-block-choice .option-choice:nth-child(2205n){-webkit-animation-delay:221.1s;animation-delay:221.1s}.poke-block-choice .option-choice:nth-child(2206n){-webkit-animation-delay:221.2s;animation-delay:221.2s}.poke-block-choice .option-choice:nth-child(2207n){-webkit-animation-delay:221.3s;animation-delay:221.3s}.poke-block-choice .option-choice:nth-child(2208n){-webkit-animation-delay:221.4s;animation-delay:221.4s}.poke-block-choice .option-choice:nth-child(2209n){-webkit-animation-delay:221.5s;animation-delay:221.5s}.poke-block-choice .option-choice:nth-child(2210n){-webkit-animation-delay:221.6s;animation-delay:221.6s}.poke-block-choice .option-choice:nth-child(2211n){-webkit-animation-delay:221.7s;animation-delay:221.7s}.poke-block-choice .option-choice:nth-child(2212n){-webkit-animation-delay:221.8s;animation-delay:221.8s}.poke-block-choice .option-choice:nth-child(2213n){-webkit-animation-delay:221.9s;animation-delay:221.9s}.poke-block-choice .option-choice:nth-child(2214n){-webkit-animation-delay:222s;animation-delay:222s}.poke-block-choice .option-choice:nth-child(2215n){-webkit-animation-delay:222.1s;animation-delay:222.1s}.poke-block-choice .option-choice:nth-child(2216n){-webkit-animation-delay:222.2s;animation-delay:222.2s}.poke-block-choice .option-choice:nth-child(2217n){-webkit-animation-delay:222.3s;animation-delay:222.3s}.poke-block-choice .option-choice:nth-child(2218n){-webkit-animation-delay:222.4s;animation-delay:222.4s}.poke-block-choice .option-choice:nth-child(2219n){-webkit-animation-delay:222.5s;animation-delay:222.5s}.poke-block-choice .option-choice:nth-child(2220n){-webkit-animation-delay:222.6s;animation-delay:222.6s}.poke-block-choice .option-choice:nth-child(2221n){-webkit-animation-delay:222.7s;animation-delay:222.7s}.poke-block-choice .option-choice:nth-child(2222n){-webkit-animation-delay:222.8s;animation-delay:222.8s}.poke-block-choice .option-choice:nth-child(2223n){-webkit-animation-delay:222.9s;animation-delay:222.9s}.poke-block-choice .option-choice:nth-child(2224n){-webkit-animation-delay:223s;animation-delay:223s}.poke-block-choice .option-choice:nth-child(2225n){-webkit-animation-delay:223.1s;animation-delay:223.1s}.poke-block-choice .option-choice:nth-child(2226n){-webkit-animation-delay:223.2s;animation-delay:223.2s}.poke-block-choice .option-choice:nth-child(2227n){-webkit-animation-delay:223.3s;animation-delay:223.3s}.poke-block-choice .option-choice:nth-child(2228n){-webkit-animation-delay:223.4s;animation-delay:223.4s}.poke-block-choice .option-choice:nth-child(2229n){-webkit-animation-delay:223.5s;animation-delay:223.5s}.poke-block-choice .option-choice:nth-child(2230n){-webkit-animation-delay:223.6s;animation-delay:223.6s}.poke-block-choice .option-choice:nth-child(2231n){-webkit-animation-delay:223.7s;animation-delay:223.7s}.poke-block-choice .option-choice:nth-child(2232n){-webkit-animation-delay:223.8s;animation-delay:223.8s}.poke-block-choice .option-choice:nth-child(2233n){-webkit-animation-delay:223.9s;animation-delay:223.9s}.poke-block-choice .option-choice:nth-child(2234n){-webkit-animation-delay:224s;animation-delay:224s}.poke-block-choice .option-choice:nth-child(2235n){-webkit-animation-delay:224.1s;animation-delay:224.1s}.poke-block-choice .option-choice:nth-child(2236n){-webkit-animation-delay:224.2s;animation-delay:224.2s}.poke-block-choice .option-choice:nth-child(2237n){-webkit-animation-delay:224.3s;animation-delay:224.3s}.poke-block-choice .option-choice:nth-child(2238n){-webkit-animation-delay:224.4s;animation-delay:224.4s}.poke-block-choice .option-choice:nth-child(2239n){-webkit-animation-delay:224.5s;animation-delay:224.5s}.poke-block-choice .option-choice:nth-child(2240n){-webkit-animation-delay:224.6s;animation-delay:224.6s}.poke-block-choice .option-choice:nth-child(2241n){-webkit-animation-delay:224.7s;animation-delay:224.7s}.poke-block-choice .option-choice:nth-child(2242n){-webkit-animation-delay:224.8s;animation-delay:224.8s}.poke-block-choice .option-choice:nth-child(2243n){-webkit-animation-delay:224.9s;animation-delay:224.9s}.poke-block-choice .option-choice:nth-child(2244n){-webkit-animation-delay:225s;animation-delay:225s}.poke-block-choice .option-choice:nth-child(2245n){-webkit-animation-delay:225.1s;animation-delay:225.1s}.poke-block-choice .option-choice:nth-child(2246n){-webkit-animation-delay:225.2s;animation-delay:225.2s}.poke-block-choice .option-choice:nth-child(2247n){-webkit-animation-delay:225.3s;animation-delay:225.3s}.poke-block-choice .option-choice:nth-child(2248n){-webkit-animation-delay:225.4s;animation-delay:225.4s}.poke-block-choice .option-choice:nth-child(2249n){-webkit-animation-delay:225.5s;animation-delay:225.5s}.poke-block-choice .option-choice:nth-child(2250n){-webkit-animation-delay:225.6s;animation-delay:225.6s}.poke-block-choice .option-choice:nth-child(2251n){-webkit-animation-delay:225.7s;animation-delay:225.7s}.poke-block-choice .option-choice:nth-child(2252n){-webkit-animation-delay:225.8s;animation-delay:225.8s}.poke-block-choice .option-choice:nth-child(2253n){-webkit-animation-delay:225.9s;animation-delay:225.9s}.poke-block-choice .option-choice:nth-child(2254n){-webkit-animation-delay:226s;animation-delay:226s}.poke-block-choice .option-choice:nth-child(2255n){-webkit-animation-delay:226.1s;animation-delay:226.1s}.poke-block-choice .option-choice:nth-child(2256n){-webkit-animation-delay:226.2s;animation-delay:226.2s}.poke-block-choice .option-choice:nth-child(2257n){-webkit-animation-delay:226.3s;animation-delay:226.3s}.poke-block-choice .option-choice:nth-child(2258n){-webkit-animation-delay:226.4s;animation-delay:226.4s}.poke-block-choice .option-choice:nth-child(2259n){-webkit-animation-delay:226.5s;animation-delay:226.5s}.poke-block-choice .option-choice:nth-child(2260n){-webkit-animation-delay:226.6s;animation-delay:226.6s}.poke-block-choice .option-choice:nth-child(2261n){-webkit-animation-delay:226.7s;animation-delay:226.7s}.poke-block-choice .option-choice:nth-child(2262n){-webkit-animation-delay:226.8s;animation-delay:226.8s}.poke-block-choice .option-choice:nth-child(2263n){-webkit-animation-delay:226.9s;animation-delay:226.9s}.poke-block-choice .option-choice:nth-child(2264n){-webkit-animation-delay:227s;animation-delay:227s}.poke-block-choice .option-choice:nth-child(2265n){-webkit-animation-delay:227.1s;animation-delay:227.1s}.poke-block-choice .option-choice:nth-child(2266n){-webkit-animation-delay:227.2s;animation-delay:227.2s}.poke-block-choice .option-choice:nth-child(2267n){-webkit-animation-delay:227.3s;animation-delay:227.3s}.poke-block-choice .option-choice:nth-child(2268n){-webkit-animation-delay:227.4s;animation-delay:227.4s}.poke-block-choice .option-choice:nth-child(2269n){-webkit-animation-delay:227.5s;animation-delay:227.5s}.poke-block-choice .option-choice:nth-child(2270n){-webkit-animation-delay:227.6s;animation-delay:227.6s}.poke-block-choice .option-choice:nth-child(2271n){-webkit-animation-delay:227.7s;animation-delay:227.7s}.poke-block-choice .option-choice:nth-child(2272n){-webkit-animation-delay:227.8s;animation-delay:227.8s}.poke-block-choice .option-choice:nth-child(2273n){-webkit-animation-delay:227.9s;animation-delay:227.9s}.poke-block-choice .option-choice:nth-child(2274n){-webkit-animation-delay:228s;animation-delay:228s}.poke-block-choice .option-choice:nth-child(2275n){-webkit-animation-delay:228.1s;animation-delay:228.1s}.poke-block-choice .option-choice:nth-child(2276n){-webkit-animation-delay:228.2s;animation-delay:228.2s}.poke-block-choice .option-choice:nth-child(2277n){-webkit-animation-delay:228.3s;animation-delay:228.3s}.poke-block-choice .option-choice:nth-child(2278n){-webkit-animation-delay:228.4s;animation-delay:228.4s}.poke-block-choice .option-choice:nth-child(2279n){-webkit-animation-delay:228.5s;animation-delay:228.5s}.poke-block-choice .option-choice:nth-child(2280n){-webkit-animation-delay:228.6s;animation-delay:228.6s}.poke-block-choice .option-choice:nth-child(2281n){-webkit-animation-delay:228.7s;animation-delay:228.7s}.poke-block-choice .option-choice:nth-child(2282n){-webkit-animation-delay:228.8s;animation-delay:228.8s}.poke-block-choice .option-choice:nth-child(2283n){-webkit-animation-delay:228.9s;animation-delay:228.9s}.poke-block-choice .option-choice:nth-child(2284n){-webkit-animation-delay:229s;animation-delay:229s}.poke-block-choice .option-choice:nth-child(2285n){-webkit-animation-delay:229.1s;animation-delay:229.1s}.poke-block-choice .option-choice:nth-child(2286n){-webkit-animation-delay:229.2s;animation-delay:229.2s}.poke-block-choice .option-choice:nth-child(2287n){-webkit-animation-delay:229.3s;animation-delay:229.3s}.poke-block-choice .option-choice:nth-child(2288n){-webkit-animation-delay:229.4s;animation-delay:229.4s}.poke-block-choice .option-choice:nth-child(2289n){-webkit-animation-delay:229.5s;animation-delay:229.5s}.poke-block-choice .option-choice:nth-child(2290n){-webkit-animation-delay:229.6s;animation-delay:229.6s}.poke-block-choice .option-choice:nth-child(2291n){-webkit-animation-delay:229.7s;animation-delay:229.7s}.poke-block-choice .option-choice:nth-child(2292n){-webkit-animation-delay:229.8s;animation-delay:229.8s}.poke-block-choice .option-choice:nth-child(2293n){-webkit-animation-delay:229.9s;animation-delay:229.9s}.poke-block-choice .option-choice:nth-child(2294n){-webkit-animation-delay:230s;animation-delay:230s}.poke-block-choice .option-choice:nth-child(2295n){-webkit-animation-delay:230.1s;animation-delay:230.1s}.poke-block-choice .option-choice:nth-child(2296n){-webkit-animation-delay:230.2s;animation-delay:230.2s}.poke-block-choice .option-choice:nth-child(2297n){-webkit-animation-delay:230.3s;animation-delay:230.3s}.poke-block-choice .option-choice:nth-child(2298n){-webkit-animation-delay:230.4s;animation-delay:230.4s}.poke-block-choice .option-choice:nth-child(2299n){-webkit-animation-delay:230.5s;animation-delay:230.5s}.poke-block-choice .option-choice:nth-child(2300n){-webkit-animation-delay:230.6s;animation-delay:230.6s}.poke-block-choice .option-choice:nth-child(2301n){-webkit-animation-delay:230.7s;animation-delay:230.7s}.poke-block-choice .option-choice:nth-child(2302n){-webkit-animation-delay:230.8s;animation-delay:230.8s}.poke-block-choice .option-choice:nth-child(2303n){-webkit-animation-delay:230.9s;animation-delay:230.9s}.poke-block-choice .option-choice:nth-child(2304n){-webkit-animation-delay:231s;animation-delay:231s}.poke-block-choice .option-choice:nth-child(2305n){-webkit-animation-delay:231.1s;animation-delay:231.1s}.poke-block-choice .option-choice:nth-child(2306n){-webkit-animation-delay:231.2s;animation-delay:231.2s}.poke-block-choice .option-choice:nth-child(2307n){-webkit-animation-delay:231.3s;animation-delay:231.3s}.poke-block-choice .option-choice:nth-child(2308n){-webkit-animation-delay:231.4s;animation-delay:231.4s}.poke-block-choice .option-choice:nth-child(2309n){-webkit-animation-delay:231.5s;animation-delay:231.5s}.poke-block-choice .option-choice:nth-child(2310n){-webkit-animation-delay:231.6s;animation-delay:231.6s}.poke-block-choice .option-choice:nth-child(2311n){-webkit-animation-delay:231.7s;animation-delay:231.7s}.poke-block-choice .option-choice:nth-child(2312n){-webkit-animation-delay:231.8s;animation-delay:231.8s}.poke-block-choice .option-choice:nth-child(2313n){-webkit-animation-delay:231.9s;animation-delay:231.9s}.poke-block-choice .option-choice:nth-child(2314n){-webkit-animation-delay:232s;animation-delay:232s}.poke-block-choice .option-choice:nth-child(2315n){-webkit-animation-delay:232.1s;animation-delay:232.1s}.poke-block-choice .option-choice:nth-child(2316n){-webkit-animation-delay:232.2s;animation-delay:232.2s}.poke-block-choice .option-choice:nth-child(2317n){-webkit-animation-delay:232.3s;animation-delay:232.3s}.poke-block-choice .option-choice:nth-child(2318n){-webkit-animation-delay:232.4s;animation-delay:232.4s}.poke-block-choice .option-choice:nth-child(2319n){-webkit-animation-delay:232.5s;animation-delay:232.5s}.poke-block-choice .option-choice:nth-child(2320n){-webkit-animation-delay:232.6s;animation-delay:232.6s}.poke-block-choice .option-choice:nth-child(2321n){-webkit-animation-delay:232.7s;animation-delay:232.7s}.poke-block-choice .option-choice:nth-child(2322n){-webkit-animation-delay:232.8s;animation-delay:232.8s}.poke-block-choice .option-choice:nth-child(2323n){-webkit-animation-delay:232.9s;animation-delay:232.9s}.poke-block-choice .option-choice:nth-child(2324n){-webkit-animation-delay:233s;animation-delay:233s}.poke-block-choice .option-choice:nth-child(2325n){-webkit-animation-delay:233.1s;animation-delay:233.1s}.poke-block-choice .option-choice:nth-child(2326n){-webkit-animation-delay:233.2s;animation-delay:233.2s}.poke-block-choice .option-choice:nth-child(2327n){-webkit-animation-delay:233.3s;animation-delay:233.3s}.poke-block-choice .option-choice:nth-child(2328n){-webkit-animation-delay:233.4s;animation-delay:233.4s}.poke-block-choice .option-choice:nth-child(2329n){-webkit-animation-delay:233.5s;animation-delay:233.5s}.poke-block-choice .option-choice:nth-child(2330n){-webkit-animation-delay:233.6s;animation-delay:233.6s}.poke-block-choice .option-choice:nth-child(2331n){-webkit-animation-delay:233.7s;animation-delay:233.7s}.poke-block-choice .option-choice:nth-child(2332n){-webkit-animation-delay:233.8s;animation-delay:233.8s}.poke-block-choice .option-choice:nth-child(2333n){-webkit-animation-delay:233.9s;animation-delay:233.9s}.poke-block-choice .option-choice:nth-child(2334n){-webkit-animation-delay:234s;animation-delay:234s}.poke-block-choice .option-choice:nth-child(2335n){-webkit-animation-delay:234.1s;animation-delay:234.1s}.poke-block-choice .option-choice:nth-child(2336n){-webkit-animation-delay:234.2s;animation-delay:234.2s}.poke-block-choice .option-choice:nth-child(2337n){-webkit-animation-delay:234.3s;animation-delay:234.3s}.poke-block-choice .option-choice:nth-child(2338n){-webkit-animation-delay:234.4s;animation-delay:234.4s}.poke-block-choice .option-choice:nth-child(2339n){-webkit-animation-delay:234.5s;animation-delay:234.5s}.poke-block-choice .option-choice:nth-child(2340n){-webkit-animation-delay:234.6s;animation-delay:234.6s}.poke-block-choice .option-choice:nth-child(2341n){-webkit-animation-delay:234.7s;animation-delay:234.7s}.poke-block-choice .option-choice:nth-child(2342n){-webkit-animation-delay:234.8s;animation-delay:234.8s}.poke-block-choice .option-choice:nth-child(2343n){-webkit-animation-delay:234.9s;animation-delay:234.9s}.poke-block-choice .option-choice:nth-child(2344n){-webkit-animation-delay:235s;animation-delay:235s}.poke-block-choice .option-choice:nth-child(2345n){-webkit-animation-delay:235.1s;animation-delay:235.1s}.poke-block-choice .option-choice:nth-child(2346n){-webkit-animation-delay:235.2s;animation-delay:235.2s}.poke-block-choice .option-choice:nth-child(2347n){-webkit-animation-delay:235.3s;animation-delay:235.3s}.poke-block-choice .option-choice:nth-child(2348n){-webkit-animation-delay:235.4s;animation-delay:235.4s}.poke-block-choice .option-choice:nth-child(2349n){-webkit-animation-delay:235.5s;animation-delay:235.5s}.poke-block-choice .option-choice:nth-child(2350n){-webkit-animation-delay:235.6s;animation-delay:235.6s}.poke-block-choice .option-choice:nth-child(2351n){-webkit-animation-delay:235.7s;animation-delay:235.7s}.poke-block-choice .option-choice:nth-child(2352n){-webkit-animation-delay:235.8s;animation-delay:235.8s}.poke-block-choice .option-choice:nth-child(2353n){-webkit-animation-delay:235.9s;animation-delay:235.9s}.poke-block-choice .option-choice:nth-child(2354n){-webkit-animation-delay:236s;animation-delay:236s}.poke-block-choice .option-choice:nth-child(2355n){-webkit-animation-delay:236.1s;animation-delay:236.1s}.poke-block-choice .option-choice:nth-child(2356n){-webkit-animation-delay:236.2s;animation-delay:236.2s}.poke-block-choice .option-choice:nth-child(2357n){-webkit-animation-delay:236.3s;animation-delay:236.3s}.poke-block-choice .option-choice:nth-child(2358n){-webkit-animation-delay:236.4s;animation-delay:236.4s}.poke-block-choice .option-choice:nth-child(2359n){-webkit-animation-delay:236.5s;animation-delay:236.5s}.poke-block-choice .option-choice:nth-child(2360n){-webkit-animation-delay:236.6s;animation-delay:236.6s}.poke-block-choice .option-choice:nth-child(2361n){-webkit-animation-delay:236.7s;animation-delay:236.7s}.poke-block-choice .option-choice:nth-child(2362n){-webkit-animation-delay:236.8s;animation-delay:236.8s}.poke-block-choice .option-choice:nth-child(2363n){-webkit-animation-delay:236.9s;animation-delay:236.9s}.poke-block-choice .option-choice:nth-child(2364n){-webkit-animation-delay:237s;animation-delay:237s}.poke-block-choice .option-choice:nth-child(2365n){-webkit-animation-delay:237.1s;animation-delay:237.1s}.poke-block-choice .option-choice:nth-child(2366n){-webkit-animation-delay:237.2s;animation-delay:237.2s}.poke-block-choice .option-choice:nth-child(2367n){-webkit-animation-delay:237.3s;animation-delay:237.3s}.poke-block-choice .option-choice:nth-child(2368n){-webkit-animation-delay:237.4s;animation-delay:237.4s}.poke-block-choice .option-choice:nth-child(2369n){-webkit-animation-delay:237.5s;animation-delay:237.5s}.poke-block-choice .option-choice:nth-child(2370n){-webkit-animation-delay:237.6s;animation-delay:237.6s}.poke-block-choice .option-choice:nth-child(2371n){-webkit-animation-delay:237.7s;animation-delay:237.7s}.poke-block-choice .option-choice:nth-child(2372n){-webkit-animation-delay:237.8s;animation-delay:237.8s}.poke-block-choice .option-choice:nth-child(2373n){-webkit-animation-delay:237.9s;animation-delay:237.9s}.poke-block-choice .option-choice:nth-child(2374n){-webkit-animation-delay:238s;animation-delay:238s}.poke-block-choice .option-choice:nth-child(2375n){-webkit-animation-delay:238.1s;animation-delay:238.1s}.poke-block-choice .option-choice:nth-child(2376n){-webkit-animation-delay:238.2s;animation-delay:238.2s}.poke-block-choice .option-choice:nth-child(2377n){-webkit-animation-delay:238.3s;animation-delay:238.3s}.poke-block-choice .option-choice:nth-child(2378n){-webkit-animation-delay:238.4s;animation-delay:238.4s}.poke-block-choice .option-choice:nth-child(2379n){-webkit-animation-delay:238.5s;animation-delay:238.5s}.poke-block-choice .option-choice:nth-child(2380n){-webkit-animation-delay:238.6s;animation-delay:238.6s}.poke-block-choice .option-choice:nth-child(2381n){-webkit-animation-delay:238.7s;animation-delay:238.7s}.poke-block-choice .option-choice:nth-child(2382n){-webkit-animation-delay:238.8s;animation-delay:238.8s}.poke-block-choice .option-choice:nth-child(2383n){-webkit-animation-delay:238.9s;animation-delay:238.9s}.poke-block-choice .option-choice:nth-child(2384n){-webkit-animation-delay:239s;animation-delay:239s}.poke-block-choice .option-choice:nth-child(2385n){-webkit-animation-delay:239.1s;animation-delay:239.1s}.poke-block-choice .option-choice:nth-child(2386n){-webkit-animation-delay:239.2s;animation-delay:239.2s}.poke-block-choice .option-choice:nth-child(2387n){-webkit-animation-delay:239.3s;animation-delay:239.3s}.poke-block-choice .option-choice:nth-child(2388n){-webkit-animation-delay:239.4s;animation-delay:239.4s}.poke-block-choice .option-choice:nth-child(2389n){-webkit-animation-delay:239.5s;animation-delay:239.5s}.poke-block-choice .option-choice:nth-child(2390n){-webkit-animation-delay:239.6s;animation-delay:239.6s}.poke-block-choice .option-choice:nth-child(2391n){-webkit-animation-delay:239.7s;animation-delay:239.7s}.poke-block-choice .option-choice:nth-child(2392n){-webkit-animation-delay:239.8s;animation-delay:239.8s}.poke-block-choice .option-choice:nth-child(2393n){-webkit-animation-delay:239.9s;animation-delay:239.9s}.poke-block-choice .option-choice:nth-child(2394n){-webkit-animation-delay:240s;animation-delay:240s}.poke-block-choice .option-choice:nth-child(2395n){-webkit-animation-delay:240.1s;animation-delay:240.1s}.poke-block-choice .option-choice:nth-child(2396n){-webkit-animation-delay:240.2s;animation-delay:240.2s}.poke-block-choice .option-choice:nth-child(2397n){-webkit-animation-delay:240.3s;animation-delay:240.3s}.poke-block-choice .option-choice:nth-child(2398n){-webkit-animation-delay:240.4s;animation-delay:240.4s}.poke-block-choice .option-choice:nth-child(2399n){-webkit-animation-delay:240.5s;animation-delay:240.5s}.poke-block-choice .option-choice:nth-child(2400n){-webkit-animation-delay:240.6s;animation-delay:240.6s}.poke-block-choice .option-choice:nth-child(2401n){-webkit-animation-delay:240.7s;animation-delay:240.7s}.poke-block-choice .option-choice:nth-child(2402n){-webkit-animation-delay:240.8s;animation-delay:240.8s}.poke-block-choice .option-choice:nth-child(2403n){-webkit-animation-delay:240.9s;animation-delay:240.9s}.poke-block-choice .option-choice:nth-child(2404n){-webkit-animation-delay:241s;animation-delay:241s}.poke-block-choice .option-choice:nth-child(2405n){-webkit-animation-delay:241.1s;animation-delay:241.1s}.poke-block-choice .option-choice:nth-child(2406n){-webkit-animation-delay:241.2s;animation-delay:241.2s}.poke-block-choice .option-choice:nth-child(2407n){-webkit-animation-delay:241.3s;animation-delay:241.3s}.poke-block-choice .option-choice:nth-child(2408n){-webkit-animation-delay:241.4s;animation-delay:241.4s}.poke-block-choice .option-choice:nth-child(2409n){-webkit-animation-delay:241.5s;animation-delay:241.5s}.poke-block-choice .option-choice:nth-child(2410n){-webkit-animation-delay:241.6s;animation-delay:241.6s}.poke-block-choice .option-choice:nth-child(2411n){-webkit-animation-delay:241.7s;animation-delay:241.7s}.poke-block-choice .option-choice:nth-child(2412n){-webkit-animation-delay:241.8s;animation-delay:241.8s}.poke-block-choice .option-choice:nth-child(2413n){-webkit-animation-delay:241.9s;animation-delay:241.9s}.poke-block-choice .option-choice:nth-child(2414n){-webkit-animation-delay:242s;animation-delay:242s}.poke-block-choice .option-choice:nth-child(2415n){-webkit-animation-delay:242.1s;animation-delay:242.1s}.poke-block-choice .option-choice:nth-child(2416n){-webkit-animation-delay:242.2s;animation-delay:242.2s}.poke-block-choice .option-choice:nth-child(2417n){-webkit-animation-delay:242.3s;animation-delay:242.3s}.poke-block-choice .option-choice:nth-child(2418n){-webkit-animation-delay:242.4s;animation-delay:242.4s}.poke-block-choice .option-choice:nth-child(2419n){-webkit-animation-delay:242.5s;animation-delay:242.5s}.poke-block-choice .option-choice:nth-child(2420n){-webkit-animation-delay:242.6s;animation-delay:242.6s}.poke-block-choice .option-choice:nth-child(2421n){-webkit-animation-delay:242.7s;animation-delay:242.7s}.poke-block-choice .option-choice:nth-child(2422n){-webkit-animation-delay:242.8s;animation-delay:242.8s}.poke-block-choice .option-choice:nth-child(2423n){-webkit-animation-delay:242.9s;animation-delay:242.9s}.poke-block-choice .option-choice:nth-child(2424n){-webkit-animation-delay:243s;animation-delay:243s}.poke-block-choice .option-choice:nth-child(2425n){-webkit-animation-delay:243.1s;animation-delay:243.1s}.poke-block-choice .option-choice:nth-child(2426n){-webkit-animation-delay:243.2s;animation-delay:243.2s}.poke-block-choice .option-choice:nth-child(2427n){-webkit-animation-delay:243.3s;animation-delay:243.3s}.poke-block-choice .option-choice:nth-child(2428n){-webkit-animation-delay:243.4s;animation-delay:243.4s}.poke-block-choice .option-choice:nth-child(2429n){-webkit-animation-delay:243.5s;animation-delay:243.5s}.poke-block-choice .option-choice:nth-child(2430n){-webkit-animation-delay:243.6s;animation-delay:243.6s}.poke-block-choice .option-choice:nth-child(2431n){-webkit-animation-delay:243.7s;animation-delay:243.7s}.poke-block-choice .option-choice:nth-child(2432n){-webkit-animation-delay:243.8s;animation-delay:243.8s}.poke-block-choice .option-choice:nth-child(2433n){-webkit-animation-delay:243.9s;animation-delay:243.9s}.poke-block-choice .option-choice:nth-child(2434n){-webkit-animation-delay:244s;animation-delay:244s}.poke-block-choice .option-choice:nth-child(2435n){-webkit-animation-delay:244.1s;animation-delay:244.1s}.poke-block-choice .option-choice:nth-child(2436n){-webkit-animation-delay:244.2s;animation-delay:244.2s}.poke-block-choice .option-choice:nth-child(2437n){-webkit-animation-delay:244.3s;animation-delay:244.3s}.poke-block-choice .option-choice:nth-child(2438n){-webkit-animation-delay:244.4s;animation-delay:244.4s}.poke-block-choice .option-choice:nth-child(2439n){-webkit-animation-delay:244.5s;animation-delay:244.5s}.poke-block-choice .option-choice:nth-child(2440n){-webkit-animation-delay:244.6s;animation-delay:244.6s}.poke-block-choice .option-choice:nth-child(2441n){-webkit-animation-delay:244.7s;animation-delay:244.7s}.poke-block-choice .option-choice:nth-child(2442n){-webkit-animation-delay:244.8s;animation-delay:244.8s}.poke-block-choice .option-choice:nth-child(2443n){-webkit-animation-delay:244.9s;animation-delay:244.9s}.poke-block-choice .option-choice:nth-child(2444n){-webkit-animation-delay:245s;animation-delay:245s}.poke-block-choice .option-choice:nth-child(2445n){-webkit-animation-delay:245.1s;animation-delay:245.1s}.poke-block-choice .option-choice:nth-child(2446n){-webkit-animation-delay:245.2s;animation-delay:245.2s}.poke-block-choice .option-choice:nth-child(2447n){-webkit-animation-delay:245.3s;animation-delay:245.3s}.poke-block-choice .option-choice:nth-child(2448n){-webkit-animation-delay:245.4s;animation-delay:245.4s}.poke-block-choice .option-choice:nth-child(2449n){-webkit-animation-delay:245.5s;animation-delay:245.5s}.poke-block-choice .option-choice:nth-child(2450n){-webkit-animation-delay:245.6s;animation-delay:245.6s}.poke-block-choice .option-choice:nth-child(2451n){-webkit-animation-delay:245.7s;animation-delay:245.7s}.poke-block-choice .option-choice:nth-child(2452n){-webkit-animation-delay:245.8s;animation-delay:245.8s}.poke-block-choice .option-choice:nth-child(2453n){-webkit-animation-delay:245.9s;animation-delay:245.9s}.poke-block-choice .option-choice:nth-child(2454n){-webkit-animation-delay:246s;animation-delay:246s}.poke-block-choice .option-choice:nth-child(2455n){-webkit-animation-delay:246.1s;animation-delay:246.1s}.poke-block-choice .option-choice:nth-child(2456n){-webkit-animation-delay:246.2s;animation-delay:246.2s}.poke-block-choice .option-choice:nth-child(2457n){-webkit-animation-delay:246.3s;animation-delay:246.3s}.poke-block-choice .option-choice:nth-child(2458n){-webkit-animation-delay:246.4s;animation-delay:246.4s}.poke-block-choice .option-choice:nth-child(2459n){-webkit-animation-delay:246.5s;animation-delay:246.5s}.poke-block-choice .option-choice:nth-child(2460n){-webkit-animation-delay:246.6s;animation-delay:246.6s}.poke-block-choice .option-choice:nth-child(2461n){-webkit-animation-delay:246.7s;animation-delay:246.7s}.poke-block-choice .option-choice:nth-child(2462n){-webkit-animation-delay:246.8s;animation-delay:246.8s}.poke-block-choice .option-choice:nth-child(2463n){-webkit-animation-delay:246.9s;animation-delay:246.9s}.poke-block-choice .option-choice:nth-child(2464n){-webkit-animation-delay:247s;animation-delay:247s}.poke-block-choice .option-choice:nth-child(2465n){-webkit-animation-delay:247.1s;animation-delay:247.1s}.poke-block-choice .option-choice:nth-child(2466n){-webkit-animation-delay:247.2s;animation-delay:247.2s}.poke-block-choice .option-choice:nth-child(2467n){-webkit-animation-delay:247.3s;animation-delay:247.3s}.poke-block-choice .option-choice:nth-child(2468n){-webkit-animation-delay:247.4s;animation-delay:247.4s}.poke-block-choice .option-choice:nth-child(2469n){-webkit-animation-delay:247.5s;animation-delay:247.5s}.poke-block-choice .option-choice:nth-child(2470n){-webkit-animation-delay:247.6s;animation-delay:247.6s}.poke-block-choice .option-choice:nth-child(2471n){-webkit-animation-delay:247.7s;animation-delay:247.7s}.poke-block-choice .option-choice:nth-child(2472n){-webkit-animation-delay:247.8s;animation-delay:247.8s}.poke-block-choice .option-choice:nth-child(2473n){-webkit-animation-delay:247.9s;animation-delay:247.9s}.poke-block-choice .option-choice:nth-child(2474n){-webkit-animation-delay:248s;animation-delay:248s}.poke-block-choice .option-choice:nth-child(2475n){-webkit-animation-delay:248.1s;animation-delay:248.1s}.poke-block-choice .option-choice:nth-child(2476n){-webkit-animation-delay:248.2s;animation-delay:248.2s}.poke-block-choice .option-choice:nth-child(2477n){-webkit-animation-delay:248.3s;animation-delay:248.3s}.poke-block-choice .option-choice:nth-child(2478n){-webkit-animation-delay:248.4s;animation-delay:248.4s}.poke-block-choice .option-choice:nth-child(2479n){-webkit-animation-delay:248.5s;animation-delay:248.5s}.poke-block-choice .option-choice:nth-child(2480n){-webkit-animation-delay:248.6s;animation-delay:248.6s}.poke-block-choice .option-choice:nth-child(2481n){-webkit-animation-delay:248.7s;animation-delay:248.7s}.poke-block-choice .option-choice:nth-child(2482n){-webkit-animation-delay:248.8s;animation-delay:248.8s}.poke-block-choice .option-choice:nth-child(2483n){-webkit-animation-delay:248.9s;animation-delay:248.9s}.poke-block-choice .option-choice:nth-child(2484n){-webkit-animation-delay:249s;animation-delay:249s}.poke-block-choice .option-choice:nth-child(2485n){-webkit-animation-delay:249.1s;animation-delay:249.1s}.poke-block-choice .option-choice:nth-child(2486n){-webkit-animation-delay:249.2s;animation-delay:249.2s}.poke-block-choice .option-choice:nth-child(2487n){-webkit-animation-delay:249.3s;animation-delay:249.3s}.poke-block-choice .option-choice:nth-child(2488n){-webkit-animation-delay:249.4s;animation-delay:249.4s}.poke-block-choice .option-choice:nth-child(2489n){-webkit-animation-delay:249.5s;animation-delay:249.5s}.poke-block-choice .option-choice:nth-child(2490n){-webkit-animation-delay:249.6s;animation-delay:249.6s}.poke-block-choice .option-choice:nth-child(2491n){-webkit-animation-delay:249.7s;animation-delay:249.7s}.poke-block-choice .option-choice:nth-child(2492n){-webkit-animation-delay:249.8s;animation-delay:249.8s}.poke-block-choice .option-choice:nth-child(2493n){-webkit-animation-delay:249.9s;animation-delay:249.9s}.poke-block-choice .option-choice:nth-child(2494n){-webkit-animation-delay:250s;animation-delay:250s}.poke-block-choice .option-choice:nth-child(2495n){-webkit-animation-delay:250.1s;animation-delay:250.1s}.poke-block-choice .option-choice:nth-child(2496n){-webkit-animation-delay:250.2s;animation-delay:250.2s}.poke-block-choice .option-choice:nth-child(2497n){-webkit-animation-delay:250.3s;animation-delay:250.3s}.poke-block-choice .option-choice:nth-child(2498n){-webkit-animation-delay:250.4s;animation-delay:250.4s}.poke-block-choice .option-choice:nth-child(2499n){-webkit-animation-delay:250.5s;animation-delay:250.5s}.poke-block-choice .option-choice:nth-child(2500n){-webkit-animation-delay:250.6s;animation-delay:250.6s}.poke-block-choice .option-choice:nth-child(2501n){-webkit-animation-delay:250.7s;animation-delay:250.7s}.poke-block-choice .option-choice:nth-child(2502n){-webkit-animation-delay:250.8s;animation-delay:250.8s}.poke-block-choice .option-choice:nth-child(2503n){-webkit-animation-delay:250.9s;animation-delay:250.9s}.poke-block-choice .option-choice:nth-child(2504n){-webkit-animation-delay:251s;animation-delay:251s}.poke-block-choice .option-choice:nth-child(2505n){-webkit-animation-delay:251.1s;animation-delay:251.1s}.poke-block-choice .option-choice:nth-child(2506n){-webkit-animation-delay:251.2s;animation-delay:251.2s}.poke-block-choice .option-choice:nth-child(2507n){-webkit-animation-delay:251.3s;animation-delay:251.3s}.poke-block-choice .option-choice:nth-child(2508n){-webkit-animation-delay:251.4s;animation-delay:251.4s}.poke-block-choice .option-choice:nth-child(2509n){-webkit-animation-delay:251.5s;animation-delay:251.5s}.poke-block-choice .option-choice:nth-child(2510n){-webkit-animation-delay:251.6s;animation-delay:251.6s}.poke-block-choice .option-choice:nth-child(2511n){-webkit-animation-delay:251.7s;animation-delay:251.7s}.poke-block-choice .option-choice:nth-child(2512n){-webkit-animation-delay:251.8s;animation-delay:251.8s}.poke-block-choice .option-choice:nth-child(2513n){-webkit-animation-delay:251.9s;animation-delay:251.9s}.poke-block-choice .option-choice:nth-child(2514n){-webkit-animation-delay:252s;animation-delay:252s}.poke-block-choice .option-choice:nth-child(2515n){-webkit-animation-delay:252.1s;animation-delay:252.1s}.poke-block-choice .option-choice:nth-child(2516n){-webkit-animation-delay:252.2s;animation-delay:252.2s}.poke-block-choice .option-choice:nth-child(2517n){-webkit-animation-delay:252.3s;animation-delay:252.3s}.poke-block-choice .option-choice:nth-child(2518n){-webkit-animation-delay:252.4s;animation-delay:252.4s}.poke-block-choice .option-choice:nth-child(2519n){-webkit-animation-delay:252.5s;animation-delay:252.5s}.poke-block-choice .option-choice:nth-child(2520n){-webkit-animation-delay:252.6s;animation-delay:252.6s}.poke-block-choice .option-choice:nth-child(2521n){-webkit-animation-delay:252.7s;animation-delay:252.7s}.poke-block-choice .option-choice:nth-child(2522n){-webkit-animation-delay:252.8s;animation-delay:252.8s}.poke-block-choice .option-choice:nth-child(2523n){-webkit-animation-delay:252.9s;animation-delay:252.9s}.poke-block-choice .option-choice:nth-child(2524n){-webkit-animation-delay:253s;animation-delay:253s}.poke-block-choice .option-choice:nth-child(2525n){-webkit-animation-delay:253.1s;animation-delay:253.1s}.poke-block-choice .option-choice:nth-child(2526n){-webkit-animation-delay:253.2s;animation-delay:253.2s}.poke-block-choice .option-choice:nth-child(2527n){-webkit-animation-delay:253.3s;animation-delay:253.3s}.poke-block-choice .option-choice:nth-child(2528n){-webkit-animation-delay:253.4s;animation-delay:253.4s}.poke-block-choice .option-choice:nth-child(2529n){-webkit-animation-delay:253.5s;animation-delay:253.5s}.poke-block-choice .option-choice:nth-child(2530n){-webkit-animation-delay:253.6s;animation-delay:253.6s}.poke-block-choice .option-choice:nth-child(2531n){-webkit-animation-delay:253.7s;animation-delay:253.7s}.poke-block-choice .option-choice:nth-child(2532n){-webkit-animation-delay:253.8s;animation-delay:253.8s}.poke-block-choice .option-choice:nth-child(2533n){-webkit-animation-delay:253.9s;animation-delay:253.9s}.poke-block-choice .option-choice:nth-child(2534n){-webkit-animation-delay:254s;animation-delay:254s}.poke-block-choice .option-choice:nth-child(2535n){-webkit-animation-delay:254.1s;animation-delay:254.1s}.poke-block-choice .option-choice:nth-child(2536n){-webkit-animation-delay:254.2s;animation-delay:254.2s}.poke-block-choice .option-choice:nth-child(2537n){-webkit-animation-delay:254.3s;animation-delay:254.3s}.poke-block-choice .option-choice:nth-child(2538n){-webkit-animation-delay:254.4s;animation-delay:254.4s}.poke-block-choice .option-choice:nth-child(2539n){-webkit-animation-delay:254.5s;animation-delay:254.5s}.poke-block-choice .option-choice:nth-child(2540n){-webkit-animation-delay:254.6s;animation-delay:254.6s}.poke-block-choice .option-choice:nth-child(2541n){-webkit-animation-delay:254.7s;animation-delay:254.7s}.poke-block-choice .option-choice:nth-child(2542n){-webkit-animation-delay:254.8s;animation-delay:254.8s}.poke-block-choice .option-choice:nth-child(2543n){-webkit-animation-delay:254.9s;animation-delay:254.9s}.poke-block-choice .option-choice:nth-child(2544n){-webkit-animation-delay:255s;animation-delay:255s}.poke-block-choice .option-choice:nth-child(2545n){-webkit-animation-delay:255.1s;animation-delay:255.1s}.poke-block-choice .option-choice:nth-child(2546n){-webkit-animation-delay:255.2s;animation-delay:255.2s}.poke-block-choice .option-choice:nth-child(2547n){-webkit-animation-delay:255.3s;animation-delay:255.3s}.poke-block-choice .option-choice:nth-child(2548n){-webkit-animation-delay:255.4s;animation-delay:255.4s}.poke-block-choice .option-choice:nth-child(2549n){-webkit-animation-delay:255.5s;animation-delay:255.5s}.poke-block-choice .option-choice:nth-child(2550n){-webkit-animation-delay:255.6s;animation-delay:255.6s}.poke-block-choice .option-choice:nth-child(2551n){-webkit-animation-delay:255.7s;animation-delay:255.7s}.poke-block-choice .option-choice:nth-child(2552n){-webkit-animation-delay:255.8s;animation-delay:255.8s}.poke-block-choice .option-choice:nth-child(2553n){-webkit-animation-delay:255.9s;animation-delay:255.9s}.poke-block-choice .option-choice:nth-child(2554n){-webkit-animation-delay:256s;animation-delay:256s}.poke-block-choice .option-choice:nth-child(2555n){-webkit-animation-delay:256.1s;animation-delay:256.1s}.poke-block-choice .option-choice:nth-child(2556n){-webkit-animation-delay:256.2s;animation-delay:256.2s}.poke-block-choice .option-choice:nth-child(2557n){-webkit-animation-delay:256.3s;animation-delay:256.3s}.poke-block-choice .option-choice:nth-child(2558n){-webkit-animation-delay:256.4s;animation-delay:256.4s}.poke-block-choice .option-choice:nth-child(2559n){-webkit-animation-delay:256.5s;animation-delay:256.5s}.poke-block-choice .option-choice:nth-child(2560n){-webkit-animation-delay:256.6s;animation-delay:256.6s}.poke-block-choice .option-choice:nth-child(2561n){-webkit-animation-delay:256.7s;animation-delay:256.7s}.poke-block-choice .option-choice:nth-child(2562n){-webkit-animation-delay:256.8s;animation-delay:256.8s}.poke-block-choice .option-choice:nth-child(2563n){-webkit-animation-delay:256.9s;animation-delay:256.9s}.poke-block-choice .option-choice:nth-child(2564n){-webkit-animation-delay:257s;animation-delay:257s}.poke-block-choice .option-choice:nth-child(2565n){-webkit-animation-delay:257.1s;animation-delay:257.1s}.poke-block-choice .option-choice:nth-child(2566n){-webkit-animation-delay:257.2s;animation-delay:257.2s}.poke-block-choice .option-choice:nth-child(2567n){-webkit-animation-delay:257.3s;animation-delay:257.3s}.poke-block-choice .option-choice:nth-child(2568n){-webkit-animation-delay:257.4s;animation-delay:257.4s}.poke-block-choice .option-choice:nth-child(2569n){-webkit-animation-delay:257.5s;animation-delay:257.5s}.poke-block-choice .option-choice:nth-child(2570n){-webkit-animation-delay:257.6s;animation-delay:257.6s}.poke-block-choice .option-choice:nth-child(2571n){-webkit-animation-delay:257.7s;animation-delay:257.7s}.poke-block-choice .option-choice:nth-child(2572n){-webkit-animation-delay:257.8s;animation-delay:257.8s}.poke-block-choice .option-choice:nth-child(2573n){-webkit-animation-delay:257.9s;animation-delay:257.9s}.poke-block-choice .option-choice:nth-child(2574n){-webkit-animation-delay:258s;animation-delay:258s}.poke-block-choice .option-choice:nth-child(2575n){-webkit-animation-delay:258.1s;animation-delay:258.1s}.poke-block-choice .option-choice:nth-child(2576n){-webkit-animation-delay:258.2s;animation-delay:258.2s}.poke-block-choice .option-choice:nth-child(2577n){-webkit-animation-delay:258.3s;animation-delay:258.3s}.poke-block-choice .option-choice:nth-child(2578n){-webkit-animation-delay:258.4s;animation-delay:258.4s}.poke-block-choice .option-choice:nth-child(2579n){-webkit-animation-delay:258.5s;animation-delay:258.5s}.poke-block-choice .option-choice:nth-child(2580n){-webkit-animation-delay:258.6s;animation-delay:258.6s}.poke-block-choice .option-choice:nth-child(2581n){-webkit-animation-delay:258.7s;animation-delay:258.7s}.poke-block-choice .option-choice:nth-child(2582n){-webkit-animation-delay:258.8s;animation-delay:258.8s}.poke-block-choice .option-choice:nth-child(2583n){-webkit-animation-delay:258.9s;animation-delay:258.9s}.poke-block-choice .option-choice:nth-child(2584n){-webkit-animation-delay:259s;animation-delay:259s}.poke-block-choice .option-choice:nth-child(2585n){-webkit-animation-delay:259.1s;animation-delay:259.1s}.poke-block-choice .option-choice:nth-child(2586n){-webkit-animation-delay:259.2s;animation-delay:259.2s}.poke-block-choice .option-choice:nth-child(2587n){-webkit-animation-delay:259.3s;animation-delay:259.3s}.poke-block-choice .option-choice:nth-child(2588n){-webkit-animation-delay:259.4s;animation-delay:259.4s}.poke-block-choice .option-choice:nth-child(2589n){-webkit-animation-delay:259.5s;animation-delay:259.5s}.poke-block-choice .option-choice:nth-child(2590n){-webkit-animation-delay:259.6s;animation-delay:259.6s}.poke-block-choice .option-choice:nth-child(2591n){-webkit-animation-delay:259.7s;animation-delay:259.7s}.poke-block-choice .option-choice:nth-child(2592n){-webkit-animation-delay:259.8s;animation-delay:259.8s}.poke-block-choice .option-choice:nth-child(2593n){-webkit-animation-delay:259.9s;animation-delay:259.9s}.poke-block-choice .option-choice:nth-child(2594n){-webkit-animation-delay:260s;animation-delay:260s}.poke-block-choice .option-choice:nth-child(2595n){-webkit-animation-delay:260.1s;animation-delay:260.1s}.poke-block-choice .option-choice:nth-child(2596n){-webkit-animation-delay:260.2s;animation-delay:260.2s}.poke-block-choice .option-choice:nth-child(2597n){-webkit-animation-delay:260.3s;animation-delay:260.3s}.poke-block-choice .option-choice:nth-child(2598n){-webkit-animation-delay:260.4s;animation-delay:260.4s}.poke-block-choice .option-choice:nth-child(2599n){-webkit-animation-delay:260.5s;animation-delay:260.5s}.poke-block-choice .option-choice:nth-child(2600n){-webkit-animation-delay:260.6s;animation-delay:260.6s}.poke-block-choice .option-choice:nth-child(2601n){-webkit-animation-delay:260.7s;animation-delay:260.7s}.poke-block-choice .option-choice:nth-child(2602n){-webkit-animation-delay:260.8s;animation-delay:260.8s}.poke-block-choice .option-choice:nth-child(2603n){-webkit-animation-delay:260.9s;animation-delay:260.9s}.poke-block-choice .option-choice:nth-child(2604n){-webkit-animation-delay:261s;animation-delay:261s}.poke-block-choice .option-choice:nth-child(2605n){-webkit-animation-delay:261.1s;animation-delay:261.1s}.poke-block-choice .option-choice:nth-child(2606n){-webkit-animation-delay:261.2s;animation-delay:261.2s}.poke-block-choice .option-choice:nth-child(2607n){-webkit-animation-delay:261.3s;animation-delay:261.3s}.poke-block-choice .option-choice:nth-child(2608n){-webkit-animation-delay:261.4s;animation-delay:261.4s}.poke-block-choice .option-choice:nth-child(2609n){-webkit-animation-delay:261.5s;animation-delay:261.5s}.poke-block-choice .option-choice:nth-child(2610n){-webkit-animation-delay:261.6s;animation-delay:261.6s}.poke-block-choice .option-choice:nth-child(2611n){-webkit-animation-delay:261.7s;animation-delay:261.7s}.poke-block-choice .option-choice:nth-child(2612n){-webkit-animation-delay:261.8s;animation-delay:261.8s}.poke-block-choice .option-choice:nth-child(2613n){-webkit-animation-delay:261.9s;animation-delay:261.9s}.poke-block-choice .option-choice:nth-child(2614n){-webkit-animation-delay:262s;animation-delay:262s}.poke-block-choice .option-choice:nth-child(2615n){-webkit-animation-delay:262.1s;animation-delay:262.1s}.poke-block-choice .option-choice:nth-child(2616n){-webkit-animation-delay:262.2s;animation-delay:262.2s}.poke-block-choice .option-choice:nth-child(2617n){-webkit-animation-delay:262.3s;animation-delay:262.3s}.poke-block-choice .option-choice:nth-child(2618n){-webkit-animation-delay:262.4s;animation-delay:262.4s}.poke-block-choice .option-choice:nth-child(2619n){-webkit-animation-delay:262.5s;animation-delay:262.5s}.poke-block-choice .option-choice:nth-child(2620n){-webkit-animation-delay:262.6s;animation-delay:262.6s}.poke-block-choice .option-choice:nth-child(2621n){-webkit-animation-delay:262.7s;animation-delay:262.7s}.poke-block-choice .option-choice:nth-child(2622n){-webkit-animation-delay:262.8s;animation-delay:262.8s}.poke-block-choice .option-choice:nth-child(2623n){-webkit-animation-delay:262.9s;animation-delay:262.9s}.poke-block-choice .option-choice:nth-child(2624n){-webkit-animation-delay:263s;animation-delay:263s}.poke-block-choice .option-choice:nth-child(2625n){-webkit-animation-delay:263.1s;animation-delay:263.1s}.poke-block-choice .option-choice:nth-child(2626n){-webkit-animation-delay:263.2s;animation-delay:263.2s}.poke-block-choice .option-choice:nth-child(2627n){-webkit-animation-delay:263.3s;animation-delay:263.3s}.poke-block-choice .option-choice:nth-child(2628n){-webkit-animation-delay:263.4s;animation-delay:263.4s}.poke-block-choice .option-choice:nth-child(2629n){-webkit-animation-delay:263.5s;animation-delay:263.5s}.poke-block-choice .option-choice:nth-child(2630n){-webkit-animation-delay:263.6s;animation-delay:263.6s}.poke-block-choice .option-choice:nth-child(2631n){-webkit-animation-delay:263.7s;animation-delay:263.7s}.poke-block-choice .option-choice:nth-child(2632n){-webkit-animation-delay:263.8s;animation-delay:263.8s}.poke-block-choice .option-choice:nth-child(2633n){-webkit-animation-delay:263.9s;animation-delay:263.9s}.poke-block-choice .option-choice:nth-child(2634n){-webkit-animation-delay:264s;animation-delay:264s}.poke-block-choice .option-choice:nth-child(2635n){-webkit-animation-delay:264.1s;animation-delay:264.1s}.poke-block-choice .option-choice:nth-child(2636n){-webkit-animation-delay:264.2s;animation-delay:264.2s}.poke-block-choice .option-choice:nth-child(2637n){-webkit-animation-delay:264.3s;animation-delay:264.3s}.poke-block-choice .option-choice:nth-child(2638n){-webkit-animation-delay:264.4s;animation-delay:264.4s}.poke-block-choice .option-choice:nth-child(2639n){-webkit-animation-delay:264.5s;animation-delay:264.5s}.poke-block-choice .option-choice:nth-child(2640n){-webkit-animation-delay:264.6s;animation-delay:264.6s}.poke-block-choice .option-choice:nth-child(2641n){-webkit-animation-delay:264.7s;animation-delay:264.7s}.poke-block-choice .option-choice:nth-child(2642n){-webkit-animation-delay:264.8s;animation-delay:264.8s}.poke-block-choice .option-choice:nth-child(2643n){-webkit-animation-delay:264.9s;animation-delay:264.9s}.poke-block-choice .option-choice:nth-child(2644n){-webkit-animation-delay:265s;animation-delay:265s}.poke-block-choice .option-choice:nth-child(2645n){-webkit-animation-delay:265.1s;animation-delay:265.1s}.poke-block-choice .option-choice:nth-child(2646n){-webkit-animation-delay:265.2s;animation-delay:265.2s}.poke-block-choice .option-choice:nth-child(2647n){-webkit-animation-delay:265.3s;animation-delay:265.3s}.poke-block-choice .option-choice:nth-child(2648n){-webkit-animation-delay:265.4s;animation-delay:265.4s}.poke-block-choice .option-choice:nth-child(2649n){-webkit-animation-delay:265.5s;animation-delay:265.5s}.poke-block-choice .option-choice:nth-child(2650n){-webkit-animation-delay:265.6s;animation-delay:265.6s}.poke-block-choice .option-choice:nth-child(2651n){-webkit-animation-delay:265.7s;animation-delay:265.7s}.poke-block-choice .option-choice:nth-child(2652n){-webkit-animation-delay:265.8s;animation-delay:265.8s}.poke-block-choice .option-choice:nth-child(2653n){-webkit-animation-delay:265.9s;animation-delay:265.9s}.poke-block-choice .option-choice:nth-child(2654n){-webkit-animation-delay:266s;animation-delay:266s}.poke-block-choice .option-choice:nth-child(2655n){-webkit-animation-delay:266.1s;animation-delay:266.1s}.poke-block-choice .option-choice:nth-child(2656n){-webkit-animation-delay:266.2s;animation-delay:266.2s}.poke-block-choice .option-choice:nth-child(2657n){-webkit-animation-delay:266.3s;animation-delay:266.3s}.poke-block-choice .option-choice:nth-child(2658n){-webkit-animation-delay:266.4s;animation-delay:266.4s}.poke-block-choice .option-choice:nth-child(2659n){-webkit-animation-delay:266.5s;animation-delay:266.5s}.poke-block-choice .option-choice:nth-child(2660n){-webkit-animation-delay:266.6s;animation-delay:266.6s}.poke-block-choice .option-choice:nth-child(2661n){-webkit-animation-delay:266.7s;animation-delay:266.7s}.poke-block-choice .option-choice:nth-child(2662n){-webkit-animation-delay:266.8s;animation-delay:266.8s}.poke-block-choice .option-choice:nth-child(2663n){-webkit-animation-delay:266.9s;animation-delay:266.9s}.poke-block-choice .option-choice:nth-child(2664n){-webkit-animation-delay:267s;animation-delay:267s}.poke-block-choice .option-choice:nth-child(2665n){-webkit-animation-delay:267.1s;animation-delay:267.1s}.poke-block-choice .option-choice:nth-child(2666n){-webkit-animation-delay:267.2s;animation-delay:267.2s}.poke-block-choice .option-choice:nth-child(2667n){-webkit-animation-delay:267.3s;animation-delay:267.3s}.poke-block-choice .option-choice:nth-child(2668n){-webkit-animation-delay:267.4s;animation-delay:267.4s}.poke-block-choice .option-choice:nth-child(2669n){-webkit-animation-delay:267.5s;animation-delay:267.5s}.poke-block-choice .option-choice:nth-child(2670n){-webkit-animation-delay:267.6s;animation-delay:267.6s}.poke-block-choice .option-choice:nth-child(2671n){-webkit-animation-delay:267.7s;animation-delay:267.7s}.poke-block-choice .option-choice:nth-child(2672n){-webkit-animation-delay:267.8s;animation-delay:267.8s}.poke-block-choice .option-choice:nth-child(2673n){-webkit-animation-delay:267.9s;animation-delay:267.9s}.poke-block-choice .option-choice:nth-child(2674n){-webkit-animation-delay:268s;animation-delay:268s}.poke-block-choice .option-choice:nth-child(2675n){-webkit-animation-delay:268.1s;animation-delay:268.1s}.poke-block-choice .option-choice:nth-child(2676n){-webkit-animation-delay:268.2s;animation-delay:268.2s}.poke-block-choice .option-choice:nth-child(2677n){-webkit-animation-delay:268.3s;animation-delay:268.3s}.poke-block-choice .option-choice:nth-child(2678n){-webkit-animation-delay:268.4s;animation-delay:268.4s}.poke-block-choice .option-choice:nth-child(2679n){-webkit-animation-delay:268.5s;animation-delay:268.5s}.poke-block-choice .option-choice:nth-child(2680n){-webkit-animation-delay:268.6s;animation-delay:268.6s}.poke-block-choice .option-choice:nth-child(2681n){-webkit-animation-delay:268.7s;animation-delay:268.7s}.poke-block-choice .option-choice:nth-child(2682n){-webkit-animation-delay:268.8s;animation-delay:268.8s}.poke-block-choice .option-choice:nth-child(2683n){-webkit-animation-delay:268.9s;animation-delay:268.9s}.poke-block-choice .option-choice:nth-child(2684n){-webkit-animation-delay:269s;animation-delay:269s}.poke-block-choice .option-choice:nth-child(2685n){-webkit-animation-delay:269.1s;animation-delay:269.1s}.poke-block-choice .option-choice:nth-child(2686n){-webkit-animation-delay:269.2s;animation-delay:269.2s}.poke-block-choice .option-choice:nth-child(2687n){-webkit-animation-delay:269.3s;animation-delay:269.3s}.poke-block-choice .option-choice:nth-child(2688n){-webkit-animation-delay:269.4s;animation-delay:269.4s}.poke-block-choice .option-choice:nth-child(2689n){-webkit-animation-delay:269.5s;animation-delay:269.5s}.poke-block-choice .option-choice:nth-child(2690n){-webkit-animation-delay:269.6s;animation-delay:269.6s}.poke-block-choice .option-choice:nth-child(2691n){-webkit-animation-delay:269.7s;animation-delay:269.7s}.poke-block-choice .option-choice:nth-child(2692n){-webkit-animation-delay:269.8s;animation-delay:269.8s}.poke-block-choice .option-choice:nth-child(2693n){-webkit-animation-delay:269.9s;animation-delay:269.9s}.poke-block-choice .option-choice:nth-child(2694n){-webkit-animation-delay:270s;animation-delay:270s}.poke-block-choice .option-choice:nth-child(2695n){-webkit-animation-delay:270.1s;animation-delay:270.1s}.poke-block-choice .option-choice:nth-child(2696n){-webkit-animation-delay:270.2s;animation-delay:270.2s}.poke-block-choice .option-choice:nth-child(2697n){-webkit-animation-delay:270.3s;animation-delay:270.3s}.poke-block-choice .option-choice:nth-child(2698n){-webkit-animation-delay:270.4s;animation-delay:270.4s}.poke-block-choice .option-choice:nth-child(2699n){-webkit-animation-delay:270.5s;animation-delay:270.5s}.poke-block-choice .option-choice:nth-child(2700n){-webkit-animation-delay:270.6s;animation-delay:270.6s}.poke-block-choice .option-choice:nth-child(2701n){-webkit-animation-delay:270.7s;animation-delay:270.7s}.poke-block-choice .option-choice:nth-child(2702n){-webkit-animation-delay:270.8s;animation-delay:270.8s}.poke-block-choice .option-choice:nth-child(2703n){-webkit-animation-delay:270.9s;animation-delay:270.9s}.poke-block-choice .option-choice:nth-child(2704n){-webkit-animation-delay:271s;animation-delay:271s}.poke-block-choice .option-choice:nth-child(2705n){-webkit-animation-delay:271.1s;animation-delay:271.1s}.poke-block-choice .option-choice:nth-child(2706n){-webkit-animation-delay:271.2s;animation-delay:271.2s}.poke-block-choice .option-choice:nth-child(2707n){-webkit-animation-delay:271.3s;animation-delay:271.3s}.poke-block-choice .option-choice:nth-child(2708n){-webkit-animation-delay:271.4s;animation-delay:271.4s}.poke-block-choice .option-choice:nth-child(2709n){-webkit-animation-delay:271.5s;animation-delay:271.5s}.poke-block-choice .option-choice:nth-child(2710n){-webkit-animation-delay:271.6s;animation-delay:271.6s}.poke-block-choice .option-choice:nth-child(2711n){-webkit-animation-delay:271.7s;animation-delay:271.7s}.poke-block-choice .option-choice:nth-child(2712n){-webkit-animation-delay:271.8s;animation-delay:271.8s}.poke-block-choice .option-choice:nth-child(2713n){-webkit-animation-delay:271.9s;animation-delay:271.9s}.poke-block-choice .option-choice:nth-child(2714n){-webkit-animation-delay:272s;animation-delay:272s}.poke-block-choice .option-choice:nth-child(2715n){-webkit-animation-delay:272.1s;animation-delay:272.1s}.poke-block-choice .option-choice:nth-child(2716n){-webkit-animation-delay:272.2s;animation-delay:272.2s}.poke-block-choice .option-choice:nth-child(2717n){-webkit-animation-delay:272.3s;animation-delay:272.3s}.poke-block-choice .option-choice:nth-child(2718n){-webkit-animation-delay:272.4s;animation-delay:272.4s}.poke-block-choice .option-choice:nth-child(2719n){-webkit-animation-delay:272.5s;animation-delay:272.5s}.poke-block-choice .option-choice:nth-child(2720n){-webkit-animation-delay:272.6s;animation-delay:272.6s}.poke-block-choice .option-choice:nth-child(2721n){-webkit-animation-delay:272.7s;animation-delay:272.7s}.poke-block-choice .option-choice:nth-child(2722n){-webkit-animation-delay:272.8s;animation-delay:272.8s}.poke-block-choice .option-choice:nth-child(2723n){-webkit-animation-delay:272.9s;animation-delay:272.9s}.poke-block-choice .option-choice:nth-child(2724n){-webkit-animation-delay:273s;animation-delay:273s}.poke-block-choice .option-choice:nth-child(2725n){-webkit-animation-delay:273.1s;animation-delay:273.1s}.poke-block-choice .option-choice:nth-child(2726n){-webkit-animation-delay:273.2s;animation-delay:273.2s}.poke-block-choice .option-choice:nth-child(2727n){-webkit-animation-delay:273.3s;animation-delay:273.3s}.poke-block-choice .option-choice:nth-child(2728n){-webkit-animation-delay:273.4s;animation-delay:273.4s}.poke-block-choice .option-choice:nth-child(2729n){-webkit-animation-delay:273.5s;animation-delay:273.5s}.poke-block-choice .option-choice:nth-child(2730n){-webkit-animation-delay:273.6s;animation-delay:273.6s}.poke-block-choice .option-choice:nth-child(2731n){-webkit-animation-delay:273.7s;animation-delay:273.7s}.poke-block-choice .option-choice:nth-child(2732n){-webkit-animation-delay:273.8s;animation-delay:273.8s}.poke-block-choice .option-choice:nth-child(2733n){-webkit-animation-delay:273.9s;animation-delay:273.9s}.poke-block-choice .option-choice:nth-child(2734n){-webkit-animation-delay:274s;animation-delay:274s}.poke-block-choice .option-choice:nth-child(2735n){-webkit-animation-delay:274.1s;animation-delay:274.1s}.poke-block-choice .option-choice:nth-child(2736n){-webkit-animation-delay:274.2s;animation-delay:274.2s}.poke-block-choice .option-choice:nth-child(2737n){-webkit-animation-delay:274.3s;animation-delay:274.3s}.poke-block-choice .option-choice:nth-child(2738n){-webkit-animation-delay:274.4s;animation-delay:274.4s}.poke-block-choice .option-choice:nth-child(2739n){-webkit-animation-delay:274.5s;animation-delay:274.5s}.poke-block-choice .option-choice:nth-child(2740n){-webkit-animation-delay:274.6s;animation-delay:274.6s}.poke-block-choice .option-choice:nth-child(2741n){-webkit-animation-delay:274.7s;animation-delay:274.7s}.poke-block-choice .option-choice:nth-child(2742n){-webkit-animation-delay:274.8s;animation-delay:274.8s}.poke-block-choice .option-choice:nth-child(2743n){-webkit-animation-delay:274.9s;animation-delay:274.9s}.poke-block-choice .option-choice:nth-child(2744n){-webkit-animation-delay:275s;animation-delay:275s}.poke-block-choice .option-choice:nth-child(2745n){-webkit-animation-delay:275.1s;animation-delay:275.1s}.poke-block-choice .option-choice:nth-child(2746n){-webkit-animation-delay:275.2s;animation-delay:275.2s}.poke-block-choice .option-choice:nth-child(2747n){-webkit-animation-delay:275.3s;animation-delay:275.3s}.poke-block-choice .option-choice:nth-child(2748n){-webkit-animation-delay:275.4s;animation-delay:275.4s}.poke-block-choice .option-choice:nth-child(2749n){-webkit-animation-delay:275.5s;animation-delay:275.5s}.poke-block-choice .option-choice:nth-child(2750n){-webkit-animation-delay:275.6s;animation-delay:275.6s}.poke-block-choice .option-choice:nth-child(2751n){-webkit-animation-delay:275.7s;animation-delay:275.7s}.poke-block-choice .option-choice:nth-child(2752n){-webkit-animation-delay:275.8s;animation-delay:275.8s}.poke-block-choice .option-choice:nth-child(2753n){-webkit-animation-delay:275.9s;animation-delay:275.9s}.poke-block-choice .option-choice:nth-child(2754n){-webkit-animation-delay:276s;animation-delay:276s}.poke-block-choice .option-choice:nth-child(2755n){-webkit-animation-delay:276.1s;animation-delay:276.1s}.poke-block-choice .option-choice:nth-child(2756n){-webkit-animation-delay:276.2s;animation-delay:276.2s}.poke-block-choice .option-choice:nth-child(2757n){-webkit-animation-delay:276.3s;animation-delay:276.3s}.poke-block-choice .option-choice:nth-child(2758n){-webkit-animation-delay:276.4s;animation-delay:276.4s}.poke-block-choice .option-choice:nth-child(2759n){-webkit-animation-delay:276.5s;animation-delay:276.5s}.poke-block-choice .option-choice:nth-child(2760n){-webkit-animation-delay:276.6s;animation-delay:276.6s}.poke-block-choice .option-choice:nth-child(2761n){-webkit-animation-delay:276.7s;animation-delay:276.7s}.poke-block-choice .option-choice:nth-child(2762n){-webkit-animation-delay:276.8s;animation-delay:276.8s}.poke-block-choice .option-choice:nth-child(2763n){-webkit-animation-delay:276.9s;animation-delay:276.9s}.poke-block-choice .option-choice:nth-child(2764n){-webkit-animation-delay:277s;animation-delay:277s}.poke-block-choice .option-choice:nth-child(2765n){-webkit-animation-delay:277.1s;animation-delay:277.1s}.poke-block-choice .option-choice:nth-child(2766n){-webkit-animation-delay:277.2s;animation-delay:277.2s}.poke-block-choice .option-choice:nth-child(2767n){-webkit-animation-delay:277.3s;animation-delay:277.3s}.poke-block-choice .option-choice:nth-child(2768n){-webkit-animation-delay:277.4s;animation-delay:277.4s}.poke-block-choice .option-choice:nth-child(2769n){-webkit-animation-delay:277.5s;animation-delay:277.5s}.poke-block-choice .option-choice:nth-child(2770n){-webkit-animation-delay:277.6s;animation-delay:277.6s}.poke-block-choice .option-choice:nth-child(2771n){-webkit-animation-delay:277.7s;animation-delay:277.7s}.poke-block-choice .option-choice:nth-child(2772n){-webkit-animation-delay:277.8s;animation-delay:277.8s}.poke-block-choice .option-choice:nth-child(2773n){-webkit-animation-delay:277.9s;animation-delay:277.9s}.poke-block-choice .option-choice:nth-child(2774n){-webkit-animation-delay:278s;animation-delay:278s}.poke-block-choice .option-choice:nth-child(2775n){-webkit-animation-delay:278.1s;animation-delay:278.1s}.poke-block-choice .option-choice:nth-child(2776n){-webkit-animation-delay:278.2s;animation-delay:278.2s}.poke-block-choice .option-choice:nth-child(2777n){-webkit-animation-delay:278.3s;animation-delay:278.3s}.poke-block-choice .option-choice:nth-child(2778n){-webkit-animation-delay:278.4s;animation-delay:278.4s}.poke-block-choice .option-choice:nth-child(2779n){-webkit-animation-delay:278.5s;animation-delay:278.5s}.poke-block-choice .option-choice:nth-child(2780n){-webkit-animation-delay:278.6s;animation-delay:278.6s}.poke-block-choice .option-choice:nth-child(2781n){-webkit-animation-delay:278.7s;animation-delay:278.7s}.poke-block-choice .option-choice:nth-child(2782n){-webkit-animation-delay:278.8s;animation-delay:278.8s}.poke-block-choice .option-choice:nth-child(2783n){-webkit-animation-delay:278.9s;animation-delay:278.9s}.poke-block-choice .option-choice:nth-child(2784n){-webkit-animation-delay:279s;animation-delay:279s}.poke-block-choice .option-choice:nth-child(2785n){-webkit-animation-delay:279.1s;animation-delay:279.1s}.poke-block-choice .option-choice:nth-child(2786n){-webkit-animation-delay:279.2s;animation-delay:279.2s}.poke-block-choice .option-choice:nth-child(2787n){-webkit-animation-delay:279.3s;animation-delay:279.3s}.poke-block-choice .option-choice:nth-child(2788n){-webkit-animation-delay:279.4s;animation-delay:279.4s}.poke-block-choice .option-choice:nth-child(2789n){-webkit-animation-delay:279.5s;animation-delay:279.5s}.poke-block-choice .option-choice:nth-child(2790n){-webkit-animation-delay:279.6s;animation-delay:279.6s}.poke-block-choice .option-choice:nth-child(2791n){-webkit-animation-delay:279.7s;animation-delay:279.7s}.poke-block-choice .option-choice:nth-child(2792n){-webkit-animation-delay:279.8s;animation-delay:279.8s}.poke-block-choice .option-choice:nth-child(2793n){-webkit-animation-delay:279.9s;animation-delay:279.9s}.poke-block-choice .option-choice:nth-child(2794n){-webkit-animation-delay:280s;animation-delay:280s}.poke-block-choice .option-choice:nth-child(2795n){-webkit-animation-delay:280.1s;animation-delay:280.1s}.poke-block-choice .option-choice:nth-child(2796n){-webkit-animation-delay:280.2s;animation-delay:280.2s}.poke-block-choice .option-choice:nth-child(2797n){-webkit-animation-delay:280.3s;animation-delay:280.3s}.poke-block-choice .option-choice:nth-child(2798n){-webkit-animation-delay:280.4s;animation-delay:280.4s}.poke-block-choice .option-choice:nth-child(2799n){-webkit-animation-delay:280.5s;animation-delay:280.5s}.poke-block-choice .option-choice:nth-child(2800n){-webkit-animation-delay:280.6s;animation-delay:280.6s}.poke-block-choice .option-choice:nth-child(2801n){-webkit-animation-delay:280.7s;animation-delay:280.7s}.poke-block-choice .option-choice:nth-child(2802n){-webkit-animation-delay:280.8s;animation-delay:280.8s}.poke-block-choice .option-choice:nth-child(2803n){-webkit-animation-delay:280.9s;animation-delay:280.9s}.poke-block-choice .option-choice:nth-child(2804n){-webkit-animation-delay:281s;animation-delay:281s}.poke-block-choice .option-choice:nth-child(2805n){-webkit-animation-delay:281.1s;animation-delay:281.1s}.poke-block-choice .option-choice:nth-child(2806n){-webkit-animation-delay:281.2s;animation-delay:281.2s}.poke-block-choice .option-choice:nth-child(2807n){-webkit-animation-delay:281.3s;animation-delay:281.3s}.poke-block-choice .option-choice:nth-child(2808n){-webkit-animation-delay:281.4s;animation-delay:281.4s}.poke-block-choice .option-choice:nth-child(2809n){-webkit-animation-delay:281.5s;animation-delay:281.5s}.poke-block-choice .option-choice:nth-child(2810n){-webkit-animation-delay:281.6s;animation-delay:281.6s}.poke-block-choice .option-choice:nth-child(2811n){-webkit-animation-delay:281.7s;animation-delay:281.7s}.poke-block-choice .option-choice:nth-child(2812n){-webkit-animation-delay:281.8s;animation-delay:281.8s}.poke-block-choice .option-choice:nth-child(2813n){-webkit-animation-delay:281.9s;animation-delay:281.9s}.poke-block-choice .option-choice:nth-child(2814n){-webkit-animation-delay:282s;animation-delay:282s}.poke-block-choice .option-choice:nth-child(2815n){-webkit-animation-delay:282.1s;animation-delay:282.1s}.poke-block-choice .option-choice:nth-child(2816n){-webkit-animation-delay:282.2s;animation-delay:282.2s}.poke-block-choice .option-choice:nth-child(2817n){-webkit-animation-delay:282.3s;animation-delay:282.3s}.poke-block-choice .option-choice:nth-child(2818n){-webkit-animation-delay:282.4s;animation-delay:282.4s}.poke-block-choice .option-choice:nth-child(2819n){-webkit-animation-delay:282.5s;animation-delay:282.5s}.poke-block-choice .option-choice:nth-child(2820n){-webkit-animation-delay:282.6s;animation-delay:282.6s}.poke-block-choice .option-choice:nth-child(2821n){-webkit-animation-delay:282.7s;animation-delay:282.7s}.poke-block-choice .option-choice:nth-child(2822n){-webkit-animation-delay:282.8s;animation-delay:282.8s}.poke-block-choice .option-choice:nth-child(2823n){-webkit-animation-delay:282.9s;animation-delay:282.9s}.poke-block-choice .option-choice:nth-child(2824n){-webkit-animation-delay:283s;animation-delay:283s}.poke-block-choice .option-choice:nth-child(2825n){-webkit-animation-delay:283.1s;animation-delay:283.1s}.poke-block-choice .option-choice:nth-child(2826n){-webkit-animation-delay:283.2s;animation-delay:283.2s}.poke-block-choice .option-choice:nth-child(2827n){-webkit-animation-delay:283.3s;animation-delay:283.3s}.poke-block-choice .option-choice:nth-child(2828n){-webkit-animation-delay:283.4s;animation-delay:283.4s}.poke-block-choice .option-choice:nth-child(2829n){-webkit-animation-delay:283.5s;animation-delay:283.5s}.poke-block-choice .option-choice:nth-child(2830n){-webkit-animation-delay:283.6s;animation-delay:283.6s}.poke-block-choice .option-choice:nth-child(2831n){-webkit-animation-delay:283.7s;animation-delay:283.7s}.poke-block-choice .option-choice:nth-child(2832n){-webkit-animation-delay:283.8s;animation-delay:283.8s}.poke-block-choice .option-choice:nth-child(2833n){-webkit-animation-delay:283.9s;animation-delay:283.9s}.poke-block-choice .option-choice:nth-child(2834n){-webkit-animation-delay:284s;animation-delay:284s}.poke-block-choice .option-choice:nth-child(2835n){-webkit-animation-delay:284.1s;animation-delay:284.1s}.poke-block-choice .option-choice:nth-child(2836n){-webkit-animation-delay:284.2s;animation-delay:284.2s}.poke-block-choice .option-choice:nth-child(2837n){-webkit-animation-delay:284.3s;animation-delay:284.3s}.poke-block-choice .option-choice:nth-child(2838n){-webkit-animation-delay:284.4s;animation-delay:284.4s}.poke-block-choice .option-choice:nth-child(2839n){-webkit-animation-delay:284.5s;animation-delay:284.5s}.poke-block-choice .option-choice:nth-child(2840n){-webkit-animation-delay:284.6s;animation-delay:284.6s}.poke-block-choice .option-choice:nth-child(2841n){-webkit-animation-delay:284.7s;animation-delay:284.7s}.poke-block-choice .option-choice:nth-child(2842n){-webkit-animation-delay:284.8s;animation-delay:284.8s}.poke-block-choice .option-choice:nth-child(2843n){-webkit-animation-delay:284.9s;animation-delay:284.9s}.poke-block-choice .option-choice:nth-child(2844n){-webkit-animation-delay:285s;animation-delay:285s}.poke-block-choice .option-choice:nth-child(2845n){-webkit-animation-delay:285.1s;animation-delay:285.1s}.poke-block-choice .option-choice:nth-child(2846n){-webkit-animation-delay:285.2s;animation-delay:285.2s}.poke-block-choice .option-choice:nth-child(2847n){-webkit-animation-delay:285.3s;animation-delay:285.3s}.poke-block-choice .option-choice:nth-child(2848n){-webkit-animation-delay:285.4s;animation-delay:285.4s}.poke-block-choice .option-choice:nth-child(2849n){-webkit-animation-delay:285.5s;animation-delay:285.5s}.poke-block-choice .option-choice:nth-child(2850n){-webkit-animation-delay:285.6s;animation-delay:285.6s}.poke-block-choice .option-choice:nth-child(2851n){-webkit-animation-delay:285.7s;animation-delay:285.7s}.poke-block-choice .option-choice:nth-child(2852n){-webkit-animation-delay:285.8s;animation-delay:285.8s}.poke-block-choice .option-choice:nth-child(2853n){-webkit-animation-delay:285.9s;animation-delay:285.9s}.poke-block-choice .option-choice:nth-child(2854n){-webkit-animation-delay:286s;animation-delay:286s}.poke-block-choice .option-choice:nth-child(2855n){-webkit-animation-delay:286.1s;animation-delay:286.1s}.poke-block-choice .option-choice:nth-child(2856n){-webkit-animation-delay:286.2s;animation-delay:286.2s}.poke-block-choice .option-choice:nth-child(2857n){-webkit-animation-delay:286.3s;animation-delay:286.3s}.poke-block-choice .option-choice:nth-child(2858n){-webkit-animation-delay:286.4s;animation-delay:286.4s}.poke-block-choice .option-choice:nth-child(2859n){-webkit-animation-delay:286.5s;animation-delay:286.5s}.poke-block-choice .option-choice:nth-child(2860n){-webkit-animation-delay:286.6s;animation-delay:286.6s}.poke-block-choice .option-choice:nth-child(2861n){-webkit-animation-delay:286.7s;animation-delay:286.7s}.poke-block-choice .option-choice:nth-child(2862n){-webkit-animation-delay:286.8s;animation-delay:286.8s}.poke-block-choice .option-choice:nth-child(2863n){-webkit-animation-delay:286.9s;animation-delay:286.9s}.poke-block-choice .option-choice:nth-child(2864n){-webkit-animation-delay:287s;animation-delay:287s}.poke-block-choice .option-choice:nth-child(2865n){-webkit-animation-delay:287.1s;animation-delay:287.1s}.poke-block-choice .option-choice:nth-child(2866n){-webkit-animation-delay:287.2s;animation-delay:287.2s}.poke-block-choice .option-choice:nth-child(2867n){-webkit-animation-delay:287.3s;animation-delay:287.3s}.poke-block-choice .option-choice:nth-child(2868n){-webkit-animation-delay:287.4s;animation-delay:287.4s}.poke-block-choice .option-choice:nth-child(2869n){-webkit-animation-delay:287.5s;animation-delay:287.5s}.poke-block-choice .option-choice:nth-child(2870n){-webkit-animation-delay:287.6s;animation-delay:287.6s}.poke-block-choice .option-choice:nth-child(2871n){-webkit-animation-delay:287.7s;animation-delay:287.7s}.poke-block-choice .option-choice:nth-child(2872n){-webkit-animation-delay:287.8s;animation-delay:287.8s}.poke-block-choice .option-choice:nth-child(2873n){-webkit-animation-delay:287.9s;animation-delay:287.9s}.poke-block-choice .option-choice:nth-child(2874n){-webkit-animation-delay:288s;animation-delay:288s}.poke-block-choice .option-choice:nth-child(2875n){-webkit-animation-delay:288.1s;animation-delay:288.1s}.poke-block-choice .option-choice:nth-child(2876n){-webkit-animation-delay:288.2s;animation-delay:288.2s}.poke-block-choice .option-choice:nth-child(2877n){-webkit-animation-delay:288.3s;animation-delay:288.3s}.poke-block-choice .option-choice:nth-child(2878n){-webkit-animation-delay:288.4s;animation-delay:288.4s}.poke-block-choice .option-choice:nth-child(2879n){-webkit-animation-delay:288.5s;animation-delay:288.5s}.poke-block-choice .option-choice:nth-child(2880n){-webkit-animation-delay:288.6s;animation-delay:288.6s}.poke-block-choice .option-choice:nth-child(2881n){-webkit-animation-delay:288.7s;animation-delay:288.7s}.poke-block-choice .option-choice:nth-child(2882n){-webkit-animation-delay:288.8s;animation-delay:288.8s}.poke-block-choice .option-choice:nth-child(2883n){-webkit-animation-delay:288.9s;animation-delay:288.9s}.poke-block-choice .option-choice:nth-child(2884n){-webkit-animation-delay:289s;animation-delay:289s}.poke-block-choice .option-choice:nth-child(2885n){-webkit-animation-delay:289.1s;animation-delay:289.1s}.poke-block-choice .option-choice:nth-child(2886n){-webkit-animation-delay:289.2s;animation-delay:289.2s}.poke-block-choice .option-choice:nth-child(2887n){-webkit-animation-delay:289.3s;animation-delay:289.3s}.poke-block-choice .option-choice:nth-child(2888n){-webkit-animation-delay:289.4s;animation-delay:289.4s}.poke-block-choice .option-choice:nth-child(2889n){-webkit-animation-delay:289.5s;animation-delay:289.5s}.poke-block-choice .option-choice:nth-child(2890n){-webkit-animation-delay:289.6s;animation-delay:289.6s}.poke-block-choice .option-choice:nth-child(2891n){-webkit-animation-delay:289.7s;animation-delay:289.7s}.poke-block-choice .option-choice:nth-child(2892n){-webkit-animation-delay:289.8s;animation-delay:289.8s}.poke-block-choice .option-choice:nth-child(2893n){-webkit-animation-delay:289.9s;animation-delay:289.9s}.poke-block-choice .option-choice:nth-child(2894n){-webkit-animation-delay:290s;animation-delay:290s}.poke-block-choice .option-choice:nth-child(2895n){-webkit-animation-delay:290.1s;animation-delay:290.1s}.poke-block-choice .option-choice:nth-child(2896n){-webkit-animation-delay:290.2s;animation-delay:290.2s}.poke-block-choice .option-choice:nth-child(2897n){-webkit-animation-delay:290.3s;animation-delay:290.3s}.poke-block-choice .option-choice:nth-child(2898n){-webkit-animation-delay:290.4s;animation-delay:290.4s}.poke-block-choice .option-choice:nth-child(2899n){-webkit-animation-delay:290.5s;animation-delay:290.5s}.poke-block-choice .option-choice:nth-child(2900n){-webkit-animation-delay:290.6s;animation-delay:290.6s}.poke-block-choice .option-choice:nth-child(2901n){-webkit-animation-delay:290.7s;animation-delay:290.7s}.poke-block-choice .option-choice:nth-child(2902n){-webkit-animation-delay:290.8s;animation-delay:290.8s}.poke-block-choice .option-choice:nth-child(2903n){-webkit-animation-delay:290.9s;animation-delay:290.9s}.poke-block-choice .option-choice:nth-child(2904n){-webkit-animation-delay:291s;animation-delay:291s}.poke-block-choice .option-choice:nth-child(2905n){-webkit-animation-delay:291.1s;animation-delay:291.1s}.poke-block-choice .option-choice:nth-child(2906n){-webkit-animation-delay:291.2s;animation-delay:291.2s}.poke-block-choice .option-choice:nth-child(2907n){-webkit-animation-delay:291.3s;animation-delay:291.3s}.poke-block-choice .option-choice:nth-child(2908n){-webkit-animation-delay:291.4s;animation-delay:291.4s}.poke-block-choice .option-choice:nth-child(2909n){-webkit-animation-delay:291.5s;animation-delay:291.5s}.poke-block-choice .option-choice:nth-child(2910n){-webkit-animation-delay:291.6s;animation-delay:291.6s}.poke-block-choice .option-choice:nth-child(2911n){-webkit-animation-delay:291.7s;animation-delay:291.7s}.poke-block-choice .option-choice:nth-child(2912n){-webkit-animation-delay:291.8s;animation-delay:291.8s}.poke-block-choice .option-choice:nth-child(2913n){-webkit-animation-delay:291.9s;animation-delay:291.9s}.poke-block-choice .option-choice:nth-child(2914n){-webkit-animation-delay:292s;animation-delay:292s}.poke-block-choice .option-choice:nth-child(2915n){-webkit-animation-delay:292.1s;animation-delay:292.1s}.poke-block-choice .option-choice:nth-child(2916n){-webkit-animation-delay:292.2s;animation-delay:292.2s}.poke-block-choice .option-choice:nth-child(2917n){-webkit-animation-delay:292.3s;animation-delay:292.3s}.poke-block-choice .option-choice:nth-child(2918n){-webkit-animation-delay:292.4s;animation-delay:292.4s}.poke-block-choice .option-choice:nth-child(2919n){-webkit-animation-delay:292.5s;animation-delay:292.5s}.poke-block-choice .option-choice:nth-child(2920n){-webkit-animation-delay:292.6s;animation-delay:292.6s}.poke-block-choice .option-choice:nth-child(2921n){-webkit-animation-delay:292.7s;animation-delay:292.7s}.poke-block-choice .option-choice:nth-child(2922n){-webkit-animation-delay:292.8s;animation-delay:292.8s}.poke-block-choice .option-choice:nth-child(2923n){-webkit-animation-delay:292.9s;animation-delay:292.9s}.poke-block-choice .option-choice:nth-child(2924n){-webkit-animation-delay:293s;animation-delay:293s}.poke-block-choice .option-choice:nth-child(2925n){-webkit-animation-delay:293.1s;animation-delay:293.1s}.poke-block-choice .option-choice:nth-child(2926n){-webkit-animation-delay:293.2s;animation-delay:293.2s}.poke-block-choice .option-choice:nth-child(2927n){-webkit-animation-delay:293.3s;animation-delay:293.3s}.poke-block-choice .option-choice:nth-child(2928n){-webkit-animation-delay:293.4s;animation-delay:293.4s}.poke-block-choice .option-choice:nth-child(2929n){-webkit-animation-delay:293.5s;animation-delay:293.5s}.poke-block-choice .option-choice:nth-child(2930n){-webkit-animation-delay:293.6s;animation-delay:293.6s}.poke-block-choice .option-choice:nth-child(2931n){-webkit-animation-delay:293.7s;animation-delay:293.7s}.poke-block-choice .option-choice:nth-child(2932n){-webkit-animation-delay:293.8s;animation-delay:293.8s}.poke-block-choice .option-choice:nth-child(2933n){-webkit-animation-delay:293.9s;animation-delay:293.9s}.poke-block-choice .option-choice:nth-child(2934n){-webkit-animation-delay:294s;animation-delay:294s}.poke-block-choice .option-choice:nth-child(2935n){-webkit-animation-delay:294.1s;animation-delay:294.1s}.poke-block-choice .option-choice:nth-child(2936n){-webkit-animation-delay:294.2s;animation-delay:294.2s}.poke-block-choice .option-choice:nth-child(2937n){-webkit-animation-delay:294.3s;animation-delay:294.3s}.poke-block-choice .option-choice:nth-child(2938n){-webkit-animation-delay:294.4s;animation-delay:294.4s}.poke-block-choice .option-choice:nth-child(2939n){-webkit-animation-delay:294.5s;animation-delay:294.5s}.poke-block-choice .option-choice:nth-child(2940n){-webkit-animation-delay:294.6s;animation-delay:294.6s}.poke-block-choice .option-choice:nth-child(2941n){-webkit-animation-delay:294.7s;animation-delay:294.7s}.poke-block-choice .option-choice:nth-child(2942n){-webkit-animation-delay:294.8s;animation-delay:294.8s}.poke-block-choice .option-choice:nth-child(2943n){-webkit-animation-delay:294.9s;animation-delay:294.9s}.poke-block-choice .option-choice:nth-child(2944n){-webkit-animation-delay:295s;animation-delay:295s}.poke-block-choice .option-choice:nth-child(2945n){-webkit-animation-delay:295.1s;animation-delay:295.1s}.poke-block-choice .option-choice:nth-child(2946n){-webkit-animation-delay:295.2s;animation-delay:295.2s}.poke-block-choice .option-choice:nth-child(2947n){-webkit-animation-delay:295.3s;animation-delay:295.3s}.poke-block-choice .option-choice:nth-child(2948n){-webkit-animation-delay:295.4s;animation-delay:295.4s}.poke-block-choice .option-choice:nth-child(2949n){-webkit-animation-delay:295.5s;animation-delay:295.5s}.poke-block-choice .option-choice:nth-child(2950n){-webkit-animation-delay:295.6s;animation-delay:295.6s}.poke-block-choice .option-choice:nth-child(2951n){-webkit-animation-delay:295.7s;animation-delay:295.7s}.poke-block-choice .option-choice:nth-child(2952n){-webkit-animation-delay:295.8s;animation-delay:295.8s}.poke-block-choice .option-choice:nth-child(2953n){-webkit-animation-delay:295.9s;animation-delay:295.9s}.poke-block-choice .option-choice:nth-child(2954n){-webkit-animation-delay:296s;animation-delay:296s}.poke-block-choice .option-choice:nth-child(2955n){-webkit-animation-delay:296.1s;animation-delay:296.1s}.poke-block-choice .option-choice:nth-child(2956n){-webkit-animation-delay:296.2s;animation-delay:296.2s}.poke-block-choice .option-choice:nth-child(2957n){-webkit-animation-delay:296.3s;animation-delay:296.3s}.poke-block-choice .option-choice:nth-child(2958n){-webkit-animation-delay:296.4s;animation-delay:296.4s}.poke-block-choice .option-choice:nth-child(2959n){-webkit-animation-delay:296.5s;animation-delay:296.5s}.poke-block-choice .option-choice:nth-child(2960n){-webkit-animation-delay:296.6s;animation-delay:296.6s}.poke-block-choice .option-choice:nth-child(2961n){-webkit-animation-delay:296.7s;animation-delay:296.7s}.poke-block-choice .option-choice:nth-child(2962n){-webkit-animation-delay:296.8s;animation-delay:296.8s}.poke-block-choice .option-choice:nth-child(2963n){-webkit-animation-delay:296.9s;animation-delay:296.9s}.poke-block-choice .option-choice:nth-child(2964n){-webkit-animation-delay:297s;animation-delay:297s}.poke-block-choice .option-choice:nth-child(2965n){-webkit-animation-delay:297.1s;animation-delay:297.1s}.poke-block-choice .option-choice:nth-child(2966n){-webkit-animation-delay:297.2s;animation-delay:297.2s}.poke-block-choice .option-choice:nth-child(2967n){-webkit-animation-delay:297.3s;animation-delay:297.3s}.poke-block-choice .option-choice:nth-child(2968n){-webkit-animation-delay:297.4s;animation-delay:297.4s}.poke-block-choice .option-choice:nth-child(2969n){-webkit-animation-delay:297.5s;animation-delay:297.5s}.poke-block-choice .option-choice:nth-child(2970n){-webkit-animation-delay:297.6s;animation-delay:297.6s}.poke-block-choice .option-choice:nth-child(2971n){-webkit-animation-delay:297.7s;animation-delay:297.7s}.poke-block-choice .option-choice:nth-child(2972n){-webkit-animation-delay:297.8s;animation-delay:297.8s}.poke-block-choice .option-choice:nth-child(2973n){-webkit-animation-delay:297.9s;animation-delay:297.9s}.poke-block-choice .option-choice:nth-child(2974n){-webkit-animation-delay:298s;animation-delay:298s}.poke-block-choice .option-choice:nth-child(2975n){-webkit-animation-delay:298.1s;animation-delay:298.1s}.poke-block-choice .option-choice:nth-child(2976n){-webkit-animation-delay:298.2s;animation-delay:298.2s}.poke-block-choice .option-choice:nth-child(2977n){-webkit-animation-delay:298.3s;animation-delay:298.3s}.poke-block-choice .option-choice:nth-child(2978n){-webkit-animation-delay:298.4s;animation-delay:298.4s}.poke-block-choice .option-choice:nth-child(2979n){-webkit-animation-delay:298.5s;animation-delay:298.5s}.poke-block-choice .option-choice:nth-child(2980n){-webkit-animation-delay:298.6s;animation-delay:298.6s}.poke-block-choice .option-choice:nth-child(2981n){-webkit-animation-delay:298.7s;animation-delay:298.7s}.poke-block-choice .option-choice:nth-child(2982n){-webkit-animation-delay:298.8s;animation-delay:298.8s}.poke-block-choice .option-choice:nth-child(2983n){-webkit-animation-delay:298.9s;animation-delay:298.9s}.poke-block-choice .option-choice:nth-child(2984n){-webkit-animation-delay:299s;animation-delay:299s}.poke-block-choice .option-choice:nth-child(2985n){-webkit-animation-delay:299.1s;animation-delay:299.1s}.poke-block-choice .option-choice:nth-child(2986n){-webkit-animation-delay:299.2s;animation-delay:299.2s}.poke-block-choice .option-choice:nth-child(2987n){-webkit-animation-delay:299.3s;animation-delay:299.3s}.poke-block-choice .option-choice:nth-child(2988n){-webkit-animation-delay:299.4s;animation-delay:299.4s}.poke-block-choice .option-choice:nth-child(2989n){-webkit-animation-delay:299.5s;animation-delay:299.5s}.poke-block-choice .option-choice:nth-child(2990n){-webkit-animation-delay:299.6s;animation-delay:299.6s}.poke-block-choice .option-choice:nth-child(2991n){-webkit-animation-delay:299.7s;animation-delay:299.7s}.poke-block-choice .option-choice:nth-child(2992n){-webkit-animation-delay:299.8s;animation-delay:299.8s}.poke-block-choice .option-choice:nth-child(2993n){-webkit-animation-delay:299.9s;animation-delay:299.9s}.poke-block-choice .option-choice:nth-child(2994n){-webkit-animation-delay:300s;animation-delay:300s}.poke-block-choice .option-choice:nth-child(2995n){-webkit-animation-delay:300.1s;animation-delay:300.1s}.poke-block-choice .option-choice:nth-child(2996n){-webkit-animation-delay:300.2s;animation-delay:300.2s}.poke-block-choice .option-choice:nth-child(2997n){-webkit-animation-delay:300.3s;animation-delay:300.3s}.poke-block-choice .option-choice:nth-child(2998n){-webkit-animation-delay:300.4s;animation-delay:300.4s}.poke-block-choice .option-choice:nth-child(2999n){-webkit-animation-delay:300.5s;animation-delay:300.5s}.poke-block-choice .option-choice:nth-child(3000n){-webkit-animation-delay:300.6s;animation-delay:300.6s}.poke-block-choice .option-choice:nth-child(3001n){-webkit-animation-delay:300.7s;animation-delay:300.7s}.poke-block-choice .option-choice:nth-child(3002n){-webkit-animation-delay:300.8s;animation-delay:300.8s}.poke-block-choice .option-choice:nth-child(3003n){-webkit-animation-delay:300.9s;animation-delay:300.9s}.poke-block-choice .option-choice:nth-child(3004n){-webkit-animation-delay:301s;animation-delay:301s}.poke-block-choice .option-choice:nth-child(3005n){-webkit-animation-delay:301.1s;animation-delay:301.1s}.poke-block-choice .option-choice:nth-child(3006n){-webkit-animation-delay:301.2s;animation-delay:301.2s}.poke-block-choice .option-choice:nth-child(3007n){-webkit-animation-delay:301.3s;animation-delay:301.3s}.poke-block-choice .option-choice:nth-child(3008n){-webkit-animation-delay:301.4s;animation-delay:301.4s}.poke-block-choice .option-choice:nth-child(3009n){-webkit-animation-delay:301.5s;animation-delay:301.5s}.poke-block-choice .option-choice:nth-child(3010n){-webkit-animation-delay:301.6s;animation-delay:301.6s}.poke-block-choice .option-choice:nth-child(3011n){-webkit-animation-delay:301.7s;animation-delay:301.7s}.poke-block-choice .option-choice:nth-child(3012n){-webkit-animation-delay:301.8s;animation-delay:301.8s}.poke-block-choice .option-choice:nth-child(3013n){-webkit-animation-delay:301.9s;animation-delay:301.9s}.poke-block-choice .option-choice:nth-child(3014n){-webkit-animation-delay:302s;animation-delay:302s}.poke-block-choice .option-choice:nth-child(3015n){-webkit-animation-delay:302.1s;animation-delay:302.1s}.poke-block-choice .option-choice:nth-child(3016n){-webkit-animation-delay:302.2s;animation-delay:302.2s}.poke-block-choice .option-choice:nth-child(3017n){-webkit-animation-delay:302.3s;animation-delay:302.3s}.poke-block-choice .option-choice:nth-child(3018n){-webkit-animation-delay:302.4s;animation-delay:302.4s}.poke-block-choice .option-choice:nth-child(3019n){-webkit-animation-delay:302.5s;animation-delay:302.5s}.poke-block-choice .option-choice:nth-child(3020n){-webkit-animation-delay:302.6s;animation-delay:302.6s}.poke-block-choice .option-choice:nth-child(3021n){-webkit-animation-delay:302.7s;animation-delay:302.7s}.poke-block-choice .option-choice:nth-child(3022n){-webkit-animation-delay:302.8s;animation-delay:302.8s}.poke-block-choice .option-choice:nth-child(3023n){-webkit-animation-delay:302.9s;animation-delay:302.9s}.poke-block-choice .option-choice:nth-child(3024n){-webkit-animation-delay:303s;animation-delay:303s}.poke-block-choice .option-choice:nth-child(3025n){-webkit-animation-delay:303.1s;animation-delay:303.1s}.poke-block-choice .option-choice:nth-child(3026n){-webkit-animation-delay:303.2s;animation-delay:303.2s}.poke-block-choice .option-choice:nth-child(3027n){-webkit-animation-delay:303.3s;animation-delay:303.3s}.poke-block-choice .option-choice:nth-child(3028n){-webkit-animation-delay:303.4s;animation-delay:303.4s}.poke-block-choice .option-choice:nth-child(3029n){-webkit-animation-delay:303.5s;animation-delay:303.5s}.poke-block-choice .option-choice:nth-child(3030n){-webkit-animation-delay:303.6s;animation-delay:303.6s}.poke-block-choice .option-choice:nth-child(3031n){-webkit-animation-delay:303.7s;animation-delay:303.7s}.poke-block-choice .option-choice:nth-child(3032n){-webkit-animation-delay:303.8s;animation-delay:303.8s}.poke-block-choice .option-choice:nth-child(3033n){-webkit-animation-delay:303.9s;animation-delay:303.9s}.poke-block-choice .option-choice:nth-child(3034n){-webkit-animation-delay:304s;animation-delay:304s}.poke-block-choice .option-choice:nth-child(3035n){-webkit-animation-delay:304.1s;animation-delay:304.1s}.poke-block-choice .option-choice:nth-child(3036n){-webkit-animation-delay:304.2s;animation-delay:304.2s}.poke-block-choice .option-choice:nth-child(3037n){-webkit-animation-delay:304.3s;animation-delay:304.3s}.poke-block-choice .option-choice:nth-child(3038n){-webkit-animation-delay:304.4s;animation-delay:304.4s}.poke-block-choice .option-choice:nth-child(3039n){-webkit-animation-delay:304.5s;animation-delay:304.5s}.poke-block-choice .option-choice:nth-child(3040n){-webkit-animation-delay:304.6s;animation-delay:304.6s}.poke-block-choice .option-choice:nth-child(3041n){-webkit-animation-delay:304.7s;animation-delay:304.7s}.poke-block-choice .option-choice:nth-child(3042n){-webkit-animation-delay:304.8s;animation-delay:304.8s}.poke-block-choice .option-choice:nth-child(3043n){-webkit-animation-delay:304.9s;animation-delay:304.9s}.poke-block-choice .option-choice:nth-child(3044n){-webkit-animation-delay:305s;animation-delay:305s}.poke-block-choice .option-choice:nth-child(3045n){-webkit-animation-delay:305.1s;animation-delay:305.1s}.poke-block-choice .option-choice:nth-child(3046n){-webkit-animation-delay:305.2s;animation-delay:305.2s}.poke-block-choice .option-choice:nth-child(3047n){-webkit-animation-delay:305.3s;animation-delay:305.3s}.poke-block-choice .option-choice:nth-child(3048n){-webkit-animation-delay:305.4s;animation-delay:305.4s}.poke-block-choice .option-choice:nth-child(3049n){-webkit-animation-delay:305.5s;animation-delay:305.5s}.poke-block-choice .option-choice:nth-child(3050n){-webkit-animation-delay:305.6s;animation-delay:305.6s}.poke-block-choice .option-choice:nth-child(3051n){-webkit-animation-delay:305.7s;animation-delay:305.7s}.poke-block-choice .option-choice:nth-child(3052n){-webkit-animation-delay:305.8s;animation-delay:305.8s}.poke-block-choice .option-choice:nth-child(3053n){-webkit-animation-delay:305.9s;animation-delay:305.9s}.poke-block-choice .option-choice:nth-child(3054n){-webkit-animation-delay:306s;animation-delay:306s}.poke-block-choice .option-choice:nth-child(3055n){-webkit-animation-delay:306.1s;animation-delay:306.1s}.poke-block-choice .option-choice:nth-child(3056n){-webkit-animation-delay:306.2s;animation-delay:306.2s}.poke-block-choice .option-choice:nth-child(3057n){-webkit-animation-delay:306.3s;animation-delay:306.3s}.poke-block-choice .option-choice:nth-child(3058n){-webkit-animation-delay:306.4s;animation-delay:306.4s}.poke-block-choice .option-choice:nth-child(3059n){-webkit-animation-delay:306.5s;animation-delay:306.5s}.poke-block-choice .option-choice:nth-child(3060n){-webkit-animation-delay:306.6s;animation-delay:306.6s}.poke-block-choice .option-choice:nth-child(3061n){-webkit-animation-delay:306.7s;animation-delay:306.7s}.poke-block-choice .option-choice:nth-child(3062n){-webkit-animation-delay:306.8s;animation-delay:306.8s}.poke-block-choice .option-choice:nth-child(3063n){-webkit-animation-delay:306.9s;animation-delay:306.9s}.poke-block-choice .option-choice:nth-child(3064n){-webkit-animation-delay:307s;animation-delay:307s}.poke-block-choice .option-choice:nth-child(3065n){-webkit-animation-delay:307.1s;animation-delay:307.1s}.poke-block-choice .option-choice:nth-child(3066n){-webkit-animation-delay:307.2s;animation-delay:307.2s}.poke-block-choice .option-choice:nth-child(3067n){-webkit-animation-delay:307.3s;animation-delay:307.3s}.poke-block-choice .option-choice:nth-child(3068n){-webkit-animation-delay:307.4s;animation-delay:307.4s}.poke-block-choice .option-choice:nth-child(3069n){-webkit-animation-delay:307.5s;animation-delay:307.5s}.poke-block-choice .option-choice:nth-child(3070n){-webkit-animation-delay:307.6s;animation-delay:307.6s}.poke-block-choice .option-choice:nth-child(3071n){-webkit-animation-delay:307.7s;animation-delay:307.7s}.poke-block-choice .option-choice:nth-child(3072n){-webkit-animation-delay:307.8s;animation-delay:307.8s}.poke-block-choice .option-choice:nth-child(3073n){-webkit-animation-delay:307.9s;animation-delay:307.9s}.poke-block-choice .option-choice:nth-child(3074n){-webkit-animation-delay:308s;animation-delay:308s}.poke-block-choice .option-choice:nth-child(3075n){-webkit-animation-delay:308.1s;animation-delay:308.1s}.poke-block-choice .option-choice:nth-child(3076n){-webkit-animation-delay:308.2s;animation-delay:308.2s}.poke-block-choice .option-choice:nth-child(3077n){-webkit-animation-delay:308.3s;animation-delay:308.3s}.poke-block-choice .option-choice:nth-child(3078n){-webkit-animation-delay:308.4s;animation-delay:308.4s}.poke-block-choice .option-choice:nth-child(3079n){-webkit-animation-delay:308.5s;animation-delay:308.5s}.poke-block-choice .option-choice:nth-child(3080n){-webkit-animation-delay:308.6s;animation-delay:308.6s}.poke-block-choice .option-choice:nth-child(3081n){-webkit-animation-delay:308.7s;animation-delay:308.7s}.poke-block-choice .option-choice:nth-child(3082n){-webkit-animation-delay:308.8s;animation-delay:308.8s}.poke-block-choice .option-choice:nth-child(3083n){-webkit-animation-delay:308.9s;animation-delay:308.9s}.poke-block-choice .option-choice:nth-child(3084n){-webkit-animation-delay:309s;animation-delay:309s}.poke-block-choice .option-choice:nth-child(3085n){-webkit-animation-delay:309.1s;animation-delay:309.1s}.poke-block-choice .option-choice:nth-child(3086n){-webkit-animation-delay:309.2s;animation-delay:309.2s}.poke-block-choice .option-choice:nth-child(3087n){-webkit-animation-delay:309.3s;animation-delay:309.3s}.poke-block-choice .option-choice:nth-child(3088n){-webkit-animation-delay:309.4s;animation-delay:309.4s}.poke-block-choice .option-choice:nth-child(3089n){-webkit-animation-delay:309.5s;animation-delay:309.5s}.poke-block-choice .option-choice:nth-child(3090n){-webkit-animation-delay:309.6s;animation-delay:309.6s}.poke-block-choice .option-choice:nth-child(3091n){-webkit-animation-delay:309.7s;animation-delay:309.7s}.poke-block-choice .option-choice:nth-child(3092n){-webkit-animation-delay:309.8s;animation-delay:309.8s}.poke-block-choice .option-choice:nth-child(3093n){-webkit-animation-delay:309.9s;animation-delay:309.9s}.poke-block-choice .option-choice:nth-child(3094n){-webkit-animation-delay:310s;animation-delay:310s}.poke-block-choice .option-choice:nth-child(3095n){-webkit-animation-delay:310.1s;animation-delay:310.1s}.poke-block-choice .option-choice:nth-child(3096n){-webkit-animation-delay:310.2s;animation-delay:310.2s}.poke-block-choice .option-choice:nth-child(3097n){-webkit-animation-delay:310.3s;animation-delay:310.3s}.poke-block-choice .option-choice:nth-child(3098n){-webkit-animation-delay:310.4s;animation-delay:310.4s}.poke-block-choice .option-choice:nth-child(3099n){-webkit-animation-delay:310.5s;animation-delay:310.5s}.poke-block-choice .option-choice:nth-child(3100n){-webkit-animation-delay:310.6s;animation-delay:310.6s}.poke-block-choice .option-choice:nth-child(3101n){-webkit-animation-delay:310.7s;animation-delay:310.7s}.poke-block-choice .option-choice:nth-child(3102n){-webkit-animation-delay:310.8s;animation-delay:310.8s}.poke-block-choice .option-choice:nth-child(3103n){-webkit-animation-delay:310.9s;animation-delay:310.9s}.poke-block-choice .option-choice:nth-child(3104n){-webkit-animation-delay:311s;animation-delay:311s}.poke-block-choice .option-choice:nth-child(3105n){-webkit-animation-delay:311.1s;animation-delay:311.1s}.poke-block-choice .option-choice:nth-child(3106n){-webkit-animation-delay:311.2s;animation-delay:311.2s}.poke-block-choice .option-choice:nth-child(3107n){-webkit-animation-delay:311.3s;animation-delay:311.3s}.poke-block-choice .option-choice:nth-child(3108n){-webkit-animation-delay:311.4s;animation-delay:311.4s}.poke-block-choice .option-choice:nth-child(3109n){-webkit-animation-delay:311.5s;animation-delay:311.5s}.poke-block-choice .option-choice:nth-child(3110n){-webkit-animation-delay:311.6s;animation-delay:311.6s}.poke-block-choice .option-choice:nth-child(3111n){-webkit-animation-delay:311.7s;animation-delay:311.7s}.poke-block-choice .option-choice:nth-child(3112n){-webkit-animation-delay:311.8s;animation-delay:311.8s}.poke-block-choice .option-choice:nth-child(3113n){-webkit-animation-delay:311.9s;animation-delay:311.9s}.poke-block-choice .option-choice:nth-child(3114n){-webkit-animation-delay:312s;animation-delay:312s}.poke-block-choice .option-choice:nth-child(3115n){-webkit-animation-delay:312.1s;animation-delay:312.1s}.poke-block-choice .option-choice:nth-child(3116n){-webkit-animation-delay:312.2s;animation-delay:312.2s}.poke-block-choice .option-choice:nth-child(3117n){-webkit-animation-delay:312.3s;animation-delay:312.3s}.poke-block-choice .option-choice:nth-child(3118n){-webkit-animation-delay:312.4s;animation-delay:312.4s}.poke-block-choice .option-choice:nth-child(3119n){-webkit-animation-delay:312.5s;animation-delay:312.5s}.poke-block-choice .option-choice:nth-child(3120n){-webkit-animation-delay:312.6s;animation-delay:312.6s}.poke-block-choice .option-choice:nth-child(3121n){-webkit-animation-delay:312.7s;animation-delay:312.7s}.poke-block-choice .option-choice:nth-child(3122n){-webkit-animation-delay:312.8s;animation-delay:312.8s}.poke-block-choice .option-choice:nth-child(3123n){-webkit-animation-delay:312.9s;animation-delay:312.9s}.poke-block-choice .option-choice:nth-child(3124n){-webkit-animation-delay:313s;animation-delay:313s}.poke-block-choice .option-choice:nth-child(3125n){-webkit-animation-delay:313.1s;animation-delay:313.1s}.poke-block-choice .option-choice:nth-child(3126n){-webkit-animation-delay:313.2s;animation-delay:313.2s}.poke-block-choice .option-choice:nth-child(3127n){-webkit-animation-delay:313.3s;animation-delay:313.3s}.poke-block-choice .option-choice:nth-child(3128n){-webkit-animation-delay:313.4s;animation-delay:313.4s}.poke-block-choice .option-choice:nth-child(3129n){-webkit-animation-delay:313.5s;animation-delay:313.5s}.poke-block-choice .option-choice:nth-child(3130n){-webkit-animation-delay:313.6s;animation-delay:313.6s}.poke-block-choice .option-choice:nth-child(3131n){-webkit-animation-delay:313.7s;animation-delay:313.7s}.poke-block-choice .option-choice:nth-child(3132n){-webkit-animation-delay:313.8s;animation-delay:313.8s}.poke-block-choice .option-choice:nth-child(3133n){-webkit-animation-delay:313.9s;animation-delay:313.9s}.poke-block-choice .option-choice:nth-child(3134n){-webkit-animation-delay:314s;animation-delay:314s}.poke-block-choice .option-choice:nth-child(3135n){-webkit-animation-delay:314.1s;animation-delay:314.1s}.poke-block-choice .option-choice:nth-child(3136n){-webkit-animation-delay:314.2s;animation-delay:314.2s}.poke-block-choice .option-choice:nth-child(3137n){-webkit-animation-delay:314.3s;animation-delay:314.3s}.poke-block-choice .option-choice:nth-child(3138n){-webkit-animation-delay:314.4s;animation-delay:314.4s}.poke-block-choice .option-choice:nth-child(3139n){-webkit-animation-delay:314.5s;animation-delay:314.5s}.poke-block-choice .option-choice:nth-child(3140n){-webkit-animation-delay:314.6s;animation-delay:314.6s}.poke-block-choice .option-choice:nth-child(3141n){-webkit-animation-delay:314.7s;animation-delay:314.7s}.poke-block-choice .option-choice:nth-child(3142n){-webkit-animation-delay:314.8s;animation-delay:314.8s}.poke-block-choice .option-choice:nth-child(3143n){-webkit-animation-delay:314.9s;animation-delay:314.9s}.poke-block-choice .option-choice:nth-child(3144n){-webkit-animation-delay:315s;animation-delay:315s}.poke-block-choice .option-choice:nth-child(3145n){-webkit-animation-delay:315.1s;animation-delay:315.1s}.poke-block-choice .option-choice:nth-child(3146n){-webkit-animation-delay:315.2s;animation-delay:315.2s}.poke-block-choice .option-choice:nth-child(3147n){-webkit-animation-delay:315.3s;animation-delay:315.3s}.poke-block-choice .option-choice:nth-child(3148n){-webkit-animation-delay:315.4s;animation-delay:315.4s}.poke-block-choice .option-choice:nth-child(3149n){-webkit-animation-delay:315.5s;animation-delay:315.5s}.poke-block-choice .option-choice:nth-child(3150n){-webkit-animation-delay:315.6s;animation-delay:315.6s}.poke-block-choice .option-choice:nth-child(3151n){-webkit-animation-delay:315.7s;animation-delay:315.7s}.poke-block-choice .option-choice:nth-child(3152n){-webkit-animation-delay:315.8s;animation-delay:315.8s}.poke-block-choice .option-choice:nth-child(3153n){-webkit-animation-delay:315.9s;animation-delay:315.9s}.poke-block-choice .option-choice:nth-child(3154n){-webkit-animation-delay:316s;animation-delay:316s}.poke-block-choice .option-choice:nth-child(3155n){-webkit-animation-delay:316.1s;animation-delay:316.1s}.poke-block-choice .option-choice:nth-child(3156n){-webkit-animation-delay:316.2s;animation-delay:316.2s}.poke-block-choice .option-choice:nth-child(3157n){-webkit-animation-delay:316.3s;animation-delay:316.3s}.poke-block-choice .option-choice:nth-child(3158n){-webkit-animation-delay:316.4s;animation-delay:316.4s}.poke-block-choice .option-choice:nth-child(3159n){-webkit-animation-delay:316.5s;animation-delay:316.5s}.poke-block-choice .option-choice:nth-child(3160n){-webkit-animation-delay:316.6s;animation-delay:316.6s}.poke-block-choice .option-choice:nth-child(3161n){-webkit-animation-delay:316.7s;animation-delay:316.7s}.poke-block-choice .option-choice:nth-child(3162n){-webkit-animation-delay:316.8s;animation-delay:316.8s}.poke-block-choice .option-choice:nth-child(3163n){-webkit-animation-delay:316.9s;animation-delay:316.9s}.poke-block-choice .option-choice:nth-child(3164n){-webkit-animation-delay:317s;animation-delay:317s}.poke-block-choice .option-choice:nth-child(3165n){-webkit-animation-delay:317.1s;animation-delay:317.1s}.poke-block-choice .option-choice:nth-child(3166n){-webkit-animation-delay:317.2s;animation-delay:317.2s}.poke-block-choice .option-choice:nth-child(3167n){-webkit-animation-delay:317.3s;animation-delay:317.3s}.poke-block-choice .option-choice:nth-child(3168n){-webkit-animation-delay:317.4s;animation-delay:317.4s}.poke-block-choice .option-choice:nth-child(3169n){-webkit-animation-delay:317.5s;animation-delay:317.5s}.poke-block-choice .option-choice:nth-child(3170n){-webkit-animation-delay:317.6s;animation-delay:317.6s}.poke-block-choice .option-choice:nth-child(3171n){-webkit-animation-delay:317.7s;animation-delay:317.7s}.poke-block-choice .option-choice:nth-child(3172n){-webkit-animation-delay:317.8s;animation-delay:317.8s}.poke-block-choice .option-choice:nth-child(3173n){-webkit-animation-delay:317.9s;animation-delay:317.9s}.poke-block-choice .option-choice:nth-child(3174n){-webkit-animation-delay:318s;animation-delay:318s}.poke-block-choice .option-choice:nth-child(3175n){-webkit-animation-delay:318.1s;animation-delay:318.1s}.poke-block-choice .option-choice:nth-child(3176n){-webkit-animation-delay:318.2s;animation-delay:318.2s}.poke-block-choice .option-choice:nth-child(3177n){-webkit-animation-delay:318.3s;animation-delay:318.3s}.poke-block-choice .option-choice:nth-child(3178n){-webkit-animation-delay:318.4s;animation-delay:318.4s}.poke-block-choice .option-choice:nth-child(3179n){-webkit-animation-delay:318.5s;animation-delay:318.5s}.poke-block-choice .option-choice:nth-child(3180n){-webkit-animation-delay:318.6s;animation-delay:318.6s}.poke-block-choice .option-choice:nth-child(3181n){-webkit-animation-delay:318.7s;animation-delay:318.7s}.poke-block-choice .option-choice:nth-child(3182n){-webkit-animation-delay:318.8s;animation-delay:318.8s}.poke-block-choice .option-choice:nth-child(3183n){-webkit-animation-delay:318.9s;animation-delay:318.9s}.poke-block-choice .option-choice:nth-child(3184n){-webkit-animation-delay:319s;animation-delay:319s}.poke-block-choice .option-choice:nth-child(3185n){-webkit-animation-delay:319.1s;animation-delay:319.1s}.poke-block-choice .option-choice:nth-child(3186n){-webkit-animation-delay:319.2s;animation-delay:319.2s}.poke-block-choice .option-choice:nth-child(3187n){-webkit-animation-delay:319.3s;animation-delay:319.3s}.poke-block-choice .option-choice:nth-child(3188n){-webkit-animation-delay:319.4s;animation-delay:319.4s}.poke-block-choice .option-choice:nth-child(3189n){-webkit-animation-delay:319.5s;animation-delay:319.5s}.poke-block-choice .option-choice:nth-child(3190n){-webkit-animation-delay:319.6s;animation-delay:319.6s}.poke-block-choice .option-choice:nth-child(3191n){-webkit-animation-delay:319.7s;animation-delay:319.7s}.poke-block-choice .option-choice:nth-child(3192n){-webkit-animation-delay:319.8s;animation-delay:319.8s}.poke-block-choice .option-choice:nth-child(3193n){-webkit-animation-delay:319.9s;animation-delay:319.9s}.poke-block-choice .option-choice:nth-child(3194n){-webkit-animation-delay:320s;animation-delay:320s}.poke-block-choice .option-choice:nth-child(3195n){-webkit-animation-delay:320.1s;animation-delay:320.1s}.poke-block-choice .option-choice:nth-child(3196n){-webkit-animation-delay:320.2s;animation-delay:320.2s}.poke-block-choice .option-choice:nth-child(3197n){-webkit-animation-delay:320.3s;animation-delay:320.3s}.poke-block-choice .option-choice:nth-child(3198n){-webkit-animation-delay:320.4s;animation-delay:320.4s}.poke-block-choice .option-choice:nth-child(3199n){-webkit-animation-delay:320.5s;animation-delay:320.5s}.poke-block-choice .option-choice:nth-child(3200n){-webkit-animation-delay:320.6s;animation-delay:320.6s}.poke-block-choice .option-choice:nth-child(3201n){-webkit-animation-delay:320.7s;animation-delay:320.7s}.poke-block-choice .option-choice:nth-child(3202n){-webkit-animation-delay:320.8s;animation-delay:320.8s}.poke-block-choice .option-choice:nth-child(3203n){-webkit-animation-delay:320.9s;animation-delay:320.9s}.poke-block-choice .option-choice:nth-child(3204n){-webkit-animation-delay:321s;animation-delay:321s}.poke-block-choice .option-choice:nth-child(3205n){-webkit-animation-delay:321.1s;animation-delay:321.1s}.poke-block-choice .option-choice:nth-child(3206n){-webkit-animation-delay:321.2s;animation-delay:321.2s}.poke-block-choice .option-choice:nth-child(3207n){-webkit-animation-delay:321.3s;animation-delay:321.3s}.poke-block-choice .option-choice:nth-child(3208n){-webkit-animation-delay:321.4s;animation-delay:321.4s}.poke-block-choice .option-choice:nth-child(3209n){-webkit-animation-delay:321.5s;animation-delay:321.5s}.poke-block-choice .option-choice:nth-child(3210n){-webkit-animation-delay:321.6s;animation-delay:321.6s}.poke-block-choice .option-choice:nth-child(3211n){-webkit-animation-delay:321.7s;animation-delay:321.7s}.poke-block-choice .option-choice:nth-child(3212n){-webkit-animation-delay:321.8s;animation-delay:321.8s}.poke-block-choice .option-choice:nth-child(3213n){-webkit-animation-delay:321.9s;animation-delay:321.9s}.poke-block-choice .option-choice:nth-child(3214n){-webkit-animation-delay:322s;animation-delay:322s}.poke-block-choice .option-choice:nth-child(3215n){-webkit-animation-delay:322.1s;animation-delay:322.1s}.poke-block-choice .option-choice:nth-child(3216n){-webkit-animation-delay:322.2s;animation-delay:322.2s}.poke-block-choice .option-choice:nth-child(3217n){-webkit-animation-delay:322.3s;animation-delay:322.3s}.poke-block-choice .option-choice:nth-child(3218n){-webkit-animation-delay:322.4s;animation-delay:322.4s}.poke-block-choice .option-choice:nth-child(3219n){-webkit-animation-delay:322.5s;animation-delay:322.5s}.poke-block-choice .option-choice:nth-child(3220n){-webkit-animation-delay:322.6s;animation-delay:322.6s}.poke-block-choice .option-choice:nth-child(3221n){-webkit-animation-delay:322.7s;animation-delay:322.7s}.poke-block-choice .option-choice:nth-child(3222n){-webkit-animation-delay:322.8s;animation-delay:322.8s}.poke-block-choice .option-choice:nth-child(3223n){-webkit-animation-delay:322.9s;animation-delay:322.9s}.poke-block-choice .option-choice:nth-child(3224n){-webkit-animation-delay:323s;animation-delay:323s}.poke-block-choice .option-choice:nth-child(3225n){-webkit-animation-delay:323.1s;animation-delay:323.1s}.poke-block-choice .option-choice:nth-child(3226n){-webkit-animation-delay:323.2s;animation-delay:323.2s}.poke-block-choice .option-choice:nth-child(3227n){-webkit-animation-delay:323.3s;animation-delay:323.3s}.poke-block-choice .option-choice:nth-child(3228n){-webkit-animation-delay:323.4s;animation-delay:323.4s}.poke-block-choice .option-choice:nth-child(3229n){-webkit-animation-delay:323.5s;animation-delay:323.5s}.poke-block-choice .option-choice:nth-child(3230n){-webkit-animation-delay:323.6s;animation-delay:323.6s}.poke-block-choice .option-choice:nth-child(3231n){-webkit-animation-delay:323.7s;animation-delay:323.7s}.poke-block-choice .option-choice:nth-child(3232n){-webkit-animation-delay:323.8s;animation-delay:323.8s}.poke-block-choice .option-choice:nth-child(3233n){-webkit-animation-delay:323.9s;animation-delay:323.9s}.poke-block-choice .option-choice:nth-child(3234n){-webkit-animation-delay:324s;animation-delay:324s}.poke-block-choice .option-choice:nth-child(3235n){-webkit-animation-delay:324.1s;animation-delay:324.1s}.poke-block-choice .option-choice:nth-child(3236n){-webkit-animation-delay:324.2s;animation-delay:324.2s}.poke-block-choice .option-choice:nth-child(3237n){-webkit-animation-delay:324.3s;animation-delay:324.3s}.poke-block-choice .option-choice:nth-child(3238n){-webkit-animation-delay:324.4s;animation-delay:324.4s}.poke-block-choice .option-choice:nth-child(3239n){-webkit-animation-delay:324.5s;animation-delay:324.5s}.poke-block-choice .option-choice:nth-child(3240n){-webkit-animation-delay:324.6s;animation-delay:324.6s}.poke-block-choice .option-choice:nth-child(3241n){-webkit-animation-delay:324.7s;animation-delay:324.7s}.poke-block-choice .option-choice:nth-child(3242n){-webkit-animation-delay:324.8s;animation-delay:324.8s}.poke-block-choice .option-choice:nth-child(3243n){-webkit-animation-delay:324.9s;animation-delay:324.9s}.poke-block-choice .option-choice:nth-child(3244n){-webkit-animation-delay:325s;animation-delay:325s}.poke-block-choice .option-choice:nth-child(3245n){-webkit-animation-delay:325.1s;animation-delay:325.1s}.poke-block-choice .option-choice:nth-child(3246n){-webkit-animation-delay:325.2s;animation-delay:325.2s}.poke-block-choice .option-choice:nth-child(3247n){-webkit-animation-delay:325.3s;animation-delay:325.3s}.poke-block-choice .option-choice:nth-child(3248n){-webkit-animation-delay:325.4s;animation-delay:325.4s}.poke-block-choice .option-choice:nth-child(3249n){-webkit-animation-delay:325.5s;animation-delay:325.5s}.poke-block-choice .option-choice:nth-child(3250n){-webkit-animation-delay:325.6s;animation-delay:325.6s}.poke-block-choice .option-choice:nth-child(3251n){-webkit-animation-delay:325.7s;animation-delay:325.7s}.poke-block-choice .option-choice:nth-child(3252n){-webkit-animation-delay:325.8s;animation-delay:325.8s}.poke-block-choice .option-choice:nth-child(3253n){-webkit-animation-delay:325.9s;animation-delay:325.9s}.poke-block-choice .option-choice:nth-child(3254n){-webkit-animation-delay:326s;animation-delay:326s}.poke-block-choice .option-choice:nth-child(3255n){-webkit-animation-delay:326.1s;animation-delay:326.1s}.poke-block-choice .option-choice:nth-child(3256n){-webkit-animation-delay:326.2s;animation-delay:326.2s}.poke-block-choice .option-choice:nth-child(3257n){-webkit-animation-delay:326.3s;animation-delay:326.3s}.poke-block-choice .option-choice:nth-child(3258n){-webkit-animation-delay:326.4s;animation-delay:326.4s}.poke-block-choice .option-choice:nth-child(3259n){-webkit-animation-delay:326.5s;animation-delay:326.5s}.poke-block-choice .option-choice:nth-child(3260n){-webkit-animation-delay:326.6s;animation-delay:326.6s}.poke-block-choice .option-choice:nth-child(3261n){-webkit-animation-delay:326.7s;animation-delay:326.7s}.poke-block-choice .option-choice:nth-child(3262n){-webkit-animation-delay:326.8s;animation-delay:326.8s}.poke-block-choice .option-choice:nth-child(3263n){-webkit-animation-delay:326.9s;animation-delay:326.9s}.poke-block-choice .option-choice:nth-child(3264n){-webkit-animation-delay:327s;animation-delay:327s}.poke-block-choice .option-choice:nth-child(3265n){-webkit-animation-delay:327.1s;animation-delay:327.1s}.poke-block-choice .option-choice:nth-child(3266n){-webkit-animation-delay:327.2s;animation-delay:327.2s}.poke-block-choice .option-choice:nth-child(3267n){-webkit-animation-delay:327.3s;animation-delay:327.3s}.poke-block-choice .option-choice:nth-child(3268n){-webkit-animation-delay:327.4s;animation-delay:327.4s}.poke-block-choice .option-choice:nth-child(3269n){-webkit-animation-delay:327.5s;animation-delay:327.5s}.poke-block-choice .option-choice:nth-child(3270n){-webkit-animation-delay:327.6s;animation-delay:327.6s}.poke-block-choice .option-choice:nth-child(3271n){-webkit-animation-delay:327.7s;animation-delay:327.7s}.poke-block-choice .option-choice:nth-child(3272n){-webkit-animation-delay:327.8s;animation-delay:327.8s}.poke-block-choice .option-choice:nth-child(3273n){-webkit-animation-delay:327.9s;animation-delay:327.9s}.poke-block-choice .option-choice:nth-child(3274n){-webkit-animation-delay:328s;animation-delay:328s}.poke-block-choice .option-choice:nth-child(3275n){-webkit-animation-delay:328.1s;animation-delay:328.1s}.poke-block-choice .option-choice:nth-child(3276n){-webkit-animation-delay:328.2s;animation-delay:328.2s}.poke-block-choice .option-choice:nth-child(3277n){-webkit-animation-delay:328.3s;animation-delay:328.3s}.poke-block-choice .option-choice:nth-child(3278n){-webkit-animation-delay:328.4s;animation-delay:328.4s}.poke-block-choice .option-choice:nth-child(3279n){-webkit-animation-delay:328.5s;animation-delay:328.5s}.poke-block-choice .option-choice:nth-child(3280n){-webkit-animation-delay:328.6s;animation-delay:328.6s}.poke-block-choice .option-choice:nth-child(3281n){-webkit-animation-delay:328.7s;animation-delay:328.7s}.poke-block-choice .option-choice:nth-child(3282n){-webkit-animation-delay:328.8s;animation-delay:328.8s}.poke-block-choice .option-choice:nth-child(3283n){-webkit-animation-delay:328.9s;animation-delay:328.9s}.poke-block-choice .option-choice:nth-child(3284n){-webkit-animation-delay:329s;animation-delay:329s}.poke-block-choice .option-choice:nth-child(3285n){-webkit-animation-delay:329.1s;animation-delay:329.1s}.poke-block-choice .option-choice:nth-child(3286n){-webkit-animation-delay:329.2s;animation-delay:329.2s}.poke-block-choice .option-choice:nth-child(3287n){-webkit-animation-delay:329.3s;animation-delay:329.3s}.poke-block-choice .option-choice:nth-child(3288n){-webkit-animation-delay:329.4s;animation-delay:329.4s}.poke-block-choice .option-choice:nth-child(3289n){-webkit-animation-delay:329.5s;animation-delay:329.5s}.poke-block-choice .option-choice:nth-child(3290n){-webkit-animation-delay:329.6s;animation-delay:329.6s}.poke-block-choice .option-choice:nth-child(3291n){-webkit-animation-delay:329.7s;animation-delay:329.7s}.poke-block-choice .option-choice:nth-child(3292n){-webkit-animation-delay:329.8s;animation-delay:329.8s}.poke-block-choice .option-choice:nth-child(3293n){-webkit-animation-delay:329.9s;animation-delay:329.9s}.poke-block-choice .option-choice:nth-child(3294n){-webkit-animation-delay:330s;animation-delay:330s}.poke-block-choice .option-choice:nth-child(3295n){-webkit-animation-delay:330.1s;animation-delay:330.1s}.poke-block-choice .option-choice:nth-child(3296n){-webkit-animation-delay:330.2s;animation-delay:330.2s}.poke-block-choice .option-choice:nth-child(3297n){-webkit-animation-delay:330.3s;animation-delay:330.3s}.poke-block-choice .option-choice:nth-child(3298n){-webkit-animation-delay:330.4s;animation-delay:330.4s}.poke-block-choice .option-choice:nth-child(3299n){-webkit-animation-delay:330.5s;animation-delay:330.5s}.poke-block-choice .option-choice:nth-child(3300n){-webkit-animation-delay:330.6s;animation-delay:330.6s}.poke-block-choice .option-choice:nth-child(3301n){-webkit-animation-delay:330.7s;animation-delay:330.7s}.poke-block-choice .option-choice:nth-child(3302n){-webkit-animation-delay:330.8s;animation-delay:330.8s}.poke-block-choice .option-choice:nth-child(3303n){-webkit-animation-delay:330.9s;animation-delay:330.9s}.poke-block-choice .option-choice:nth-child(3304n){-webkit-animation-delay:331s;animation-delay:331s}.poke-block-choice .option-choice:nth-child(3305n){-webkit-animation-delay:331.1s;animation-delay:331.1s}.poke-block-choice .option-choice:nth-child(3306n){-webkit-animation-delay:331.2s;animation-delay:331.2s}.poke-block-choice .option-choice:nth-child(3307n){-webkit-animation-delay:331.3s;animation-delay:331.3s}.poke-block-choice .option-choice:nth-child(3308n){-webkit-animation-delay:331.4s;animation-delay:331.4s}.poke-block-choice .option-choice:nth-child(3309n){-webkit-animation-delay:331.5s;animation-delay:331.5s}.poke-block-choice .option-choice:nth-child(3310n){-webkit-animation-delay:331.6s;animation-delay:331.6s}.poke-block-choice .option-choice:nth-child(3311n){-webkit-animation-delay:331.7s;animation-delay:331.7s}.poke-block-choice .option-choice:nth-child(3312n){-webkit-animation-delay:331.8s;animation-delay:331.8s}.poke-block-choice .option-choice:nth-child(3313n){-webkit-animation-delay:331.9s;animation-delay:331.9s}.poke-block-choice .option-choice:nth-child(3314n){-webkit-animation-delay:332s;animation-delay:332s}.poke-block-choice .option-choice:nth-child(3315n){-webkit-animation-delay:332.1s;animation-delay:332.1s}.poke-block-choice .option-choice:nth-child(3316n){-webkit-animation-delay:332.2s;animation-delay:332.2s}.poke-block-choice .option-choice:nth-child(3317n){-webkit-animation-delay:332.3s;animation-delay:332.3s}.poke-block-choice .option-choice:nth-child(3318n){-webkit-animation-delay:332.4s;animation-delay:332.4s}.poke-block-choice .option-choice:nth-child(3319n){-webkit-animation-delay:332.5s;animation-delay:332.5s}.poke-block-choice .option-choice:nth-child(3320n){-webkit-animation-delay:332.6s;animation-delay:332.6s}.poke-block-choice .option-choice:nth-child(3321n){-webkit-animation-delay:332.7s;animation-delay:332.7s}.poke-block-choice .option-choice:nth-child(3322n){-webkit-animation-delay:332.8s;animation-delay:332.8s}.poke-block-choice .option-choice:nth-child(3323n){-webkit-animation-delay:332.9s;animation-delay:332.9s}.poke-block-choice .option-choice:nth-child(3324n){-webkit-animation-delay:333s;animation-delay:333s}.poke-block-choice .option-choice:nth-child(3325n){-webkit-animation-delay:333.1s;animation-delay:333.1s}.poke-block-choice .option-choice:nth-child(3326n){-webkit-animation-delay:333.2s;animation-delay:333.2s}.poke-block-choice .option-choice:nth-child(3327n){-webkit-animation-delay:333.3s;animation-delay:333.3s}.poke-block-choice .option-choice:nth-child(3328n){-webkit-animation-delay:333.4s;animation-delay:333.4s}.poke-block-choice .option-choice:nth-child(3329n){-webkit-animation-delay:333.5s;animation-delay:333.5s}.poke-block-choice .option-choice:nth-child(3330n){-webkit-animation-delay:333.6s;animation-delay:333.6s}.poke-block-choice .option-choice:nth-child(3331n){-webkit-animation-delay:333.7s;animation-delay:333.7s}.poke-block-choice .option-choice:nth-child(3332n){-webkit-animation-delay:333.8s;animation-delay:333.8s}.poke-block-choice .option-choice:nth-child(3333n){-webkit-animation-delay:333.9s;animation-delay:333.9s}.poke-block-choice .option-choice:nth-child(3334n){-webkit-animation-delay:334s;animation-delay:334s}.poke-block-choice .option-choice:nth-child(3335n){-webkit-animation-delay:334.1s;animation-delay:334.1s}.poke-block-choice .option-choice:nth-child(3336n){-webkit-animation-delay:334.2s;animation-delay:334.2s}.poke-block-choice .option-choice:nth-child(3337n){-webkit-animation-delay:334.3s;animation-delay:334.3s}.poke-block-choice .option-choice:nth-child(3338n){-webkit-animation-delay:334.4s;animation-delay:334.4s}.poke-block-choice .option-choice:nth-child(3339n){-webkit-animation-delay:334.5s;animation-delay:334.5s}.poke-block-choice .option-choice:nth-child(3340n){-webkit-animation-delay:334.6s;animation-delay:334.6s}.poke-block-choice .option-choice:nth-child(3341n){-webkit-animation-delay:334.7s;animation-delay:334.7s}.poke-block-choice .option-choice:nth-child(3342n){-webkit-animation-delay:334.8s;animation-delay:334.8s}.poke-block-choice .option-choice:nth-child(3343n){-webkit-animation-delay:334.9s;animation-delay:334.9s}.poke-block-choice .option-choice:nth-child(3344n){-webkit-animation-delay:335s;animation-delay:335s}.poke-block-choice .option-choice:nth-child(3345n){-webkit-animation-delay:335.1s;animation-delay:335.1s}.poke-block-choice .option-choice:nth-child(3346n){-webkit-animation-delay:335.2s;animation-delay:335.2s}.poke-block-choice .option-choice:nth-child(3347n){-webkit-animation-delay:335.3s;animation-delay:335.3s}.poke-block-choice .option-choice:nth-child(3348n){-webkit-animation-delay:335.4s;animation-delay:335.4s}.poke-block-choice .option-choice:nth-child(3349n){-webkit-animation-delay:335.5s;animation-delay:335.5s}.poke-block-choice .option-choice:nth-child(3350n){-webkit-animation-delay:335.6s;animation-delay:335.6s}.poke-block-choice .option-choice:nth-child(3351n){-webkit-animation-delay:335.7s;animation-delay:335.7s}.poke-block-choice .option-choice:nth-child(3352n){-webkit-animation-delay:335.8s;animation-delay:335.8s}.poke-block-choice .option-choice:nth-child(3353n){-webkit-animation-delay:335.9s;animation-delay:335.9s}.poke-block-choice .option-choice:nth-child(3354n){-webkit-animation-delay:336s;animation-delay:336s}.poke-block-choice .option-choice:nth-child(3355n){-webkit-animation-delay:336.1s;animation-delay:336.1s}.poke-block-choice .option-choice:nth-child(3356n){-webkit-animation-delay:336.2s;animation-delay:336.2s}.poke-block-choice .option-choice:nth-child(3357n){-webkit-animation-delay:336.3s;animation-delay:336.3s}.poke-block-choice .option-choice:nth-child(3358n){-webkit-animation-delay:336.4s;animation-delay:336.4s}.poke-block-choice .option-choice:nth-child(3359n){-webkit-animation-delay:336.5s;animation-delay:336.5s}.poke-block-choice .option-choice:nth-child(3360n){-webkit-animation-delay:336.6s;animation-delay:336.6s}.poke-block-choice .option-choice:nth-child(3361n){-webkit-animation-delay:336.7s;animation-delay:336.7s}.poke-block-choice .option-choice:nth-child(3362n){-webkit-animation-delay:336.8s;animation-delay:336.8s}.poke-block-choice .option-choice:nth-child(3363n){-webkit-animation-delay:336.9s;animation-delay:336.9s}.poke-block-choice .option-choice:nth-child(3364n){-webkit-animation-delay:337s;animation-delay:337s}.poke-block-choice .option-choice:nth-child(3365n){-webkit-animation-delay:337.1s;animation-delay:337.1s}.poke-block-choice .option-choice:nth-child(3366n){-webkit-animation-delay:337.2s;animation-delay:337.2s}.poke-block-choice .option-choice:nth-child(3367n){-webkit-animation-delay:337.3s;animation-delay:337.3s}.poke-block-choice .option-choice:nth-child(3368n){-webkit-animation-delay:337.4s;animation-delay:337.4s}.poke-block-choice .option-choice:nth-child(3369n){-webkit-animation-delay:337.5s;animation-delay:337.5s}.poke-block-choice .option-choice:nth-child(3370n){-webkit-animation-delay:337.6s;animation-delay:337.6s}.poke-block-choice .option-choice:nth-child(3371n){-webkit-animation-delay:337.7s;animation-delay:337.7s}.poke-block-choice .option-choice:nth-child(3372n){-webkit-animation-delay:337.8s;animation-delay:337.8s}.poke-block-choice .option-choice:nth-child(3373n){-webkit-animation-delay:337.9s;animation-delay:337.9s}.poke-block-choice .option-choice:nth-child(3374n){-webkit-animation-delay:338s;animation-delay:338s}.poke-block-choice .option-choice:nth-child(3375n){-webkit-animation-delay:338.1s;animation-delay:338.1s}.poke-block-choice .option-choice:nth-child(3376n){-webkit-animation-delay:338.2s;animation-delay:338.2s}.poke-block-choice .option-choice:nth-child(3377n){-webkit-animation-delay:338.3s;animation-delay:338.3s}.poke-block-choice .option-choice:nth-child(3378n){-webkit-animation-delay:338.4s;animation-delay:338.4s}.poke-block-choice .option-choice:nth-child(3379n){-webkit-animation-delay:338.5s;animation-delay:338.5s}.poke-block-choice .option-choice:nth-child(3380n){-webkit-animation-delay:338.6s;animation-delay:338.6s}.poke-block-choice .option-choice:nth-child(3381n){-webkit-animation-delay:338.7s;animation-delay:338.7s}.poke-block-choice .option-choice:nth-child(3382n){-webkit-animation-delay:338.8s;animation-delay:338.8s}.poke-block-choice .option-choice:nth-child(3383n){-webkit-animation-delay:338.9s;animation-delay:338.9s}.poke-block-choice .option-choice:nth-child(3384n){-webkit-animation-delay:339s;animation-delay:339s}.poke-block-choice .option-choice:nth-child(3385n){-webkit-animation-delay:339.1s;animation-delay:339.1s}.poke-block-choice .option-choice:nth-child(3386n){-webkit-animation-delay:339.2s;animation-delay:339.2s}.poke-block-choice .option-choice:nth-child(3387n){-webkit-animation-delay:339.3s;animation-delay:339.3s}.poke-block-choice .option-choice:nth-child(3388n){-webkit-animation-delay:339.4s;animation-delay:339.4s}.poke-block-choice .option-choice:nth-child(3389n){-webkit-animation-delay:339.5s;animation-delay:339.5s}.poke-block-choice .option-choice:nth-child(3390n){-webkit-animation-delay:339.6s;animation-delay:339.6s}.poke-block-choice .option-choice:nth-child(3391n){-webkit-animation-delay:339.7s;animation-delay:339.7s}.poke-block-choice .option-choice:nth-child(3392n){-webkit-animation-delay:339.8s;animation-delay:339.8s}.poke-block-choice .option-choice:nth-child(3393n){-webkit-animation-delay:339.9s;animation-delay:339.9s}.poke-block-choice .option-choice:nth-child(3394n){-webkit-animation-delay:340s;animation-delay:340s}.poke-block-choice .option-choice:nth-child(3395n){-webkit-animation-delay:340.1s;animation-delay:340.1s}.poke-block-choice .option-choice:nth-child(3396n){-webkit-animation-delay:340.2s;animation-delay:340.2s}.poke-block-choice .option-choice:nth-child(3397n){-webkit-animation-delay:340.3s;animation-delay:340.3s}.poke-block-choice .option-choice:nth-child(3398n){-webkit-animation-delay:340.4s;animation-delay:340.4s}.poke-block-choice .option-choice:nth-child(3399n){-webkit-animation-delay:340.5s;animation-delay:340.5s}.poke-block-choice .option-choice:nth-child(3400n){-webkit-animation-delay:340.6s;animation-delay:340.6s}.poke-block-choice .option-choice:nth-child(3401n){-webkit-animation-delay:340.7s;animation-delay:340.7s}.poke-block-choice .option-choice:nth-child(3402n){-webkit-animation-delay:340.8s;animation-delay:340.8s}.poke-block-choice .option-choice:nth-child(3403n){-webkit-animation-delay:340.9s;animation-delay:340.9s}.poke-block-choice .option-choice:nth-child(3404n){-webkit-animation-delay:341s;animation-delay:341s}.poke-block-choice .option-choice:nth-child(3405n){-webkit-animation-delay:341.1s;animation-delay:341.1s}.poke-block-choice .option-choice:nth-child(3406n){-webkit-animation-delay:341.2s;animation-delay:341.2s}.poke-block-choice .option-choice:nth-child(3407n){-webkit-animation-delay:341.3s;animation-delay:341.3s}.poke-block-choice .option-choice:nth-child(3408n){-webkit-animation-delay:341.4s;animation-delay:341.4s}.poke-block-choice .option-choice:nth-child(3409n){-webkit-animation-delay:341.5s;animation-delay:341.5s}.poke-block-choice .option-choice:nth-child(3410n){-webkit-animation-delay:341.6s;animation-delay:341.6s}.poke-block-choice .option-choice:nth-child(3411n){-webkit-animation-delay:341.7s;animation-delay:341.7s}.poke-block-choice .option-choice:nth-child(3412n){-webkit-animation-delay:341.8s;animation-delay:341.8s}.poke-block-choice .option-choice:nth-child(3413n){-webkit-animation-delay:341.9s;animation-delay:341.9s}.poke-block-choice .option-choice:nth-child(3414n){-webkit-animation-delay:342s;animation-delay:342s}.poke-block-choice .option-choice:nth-child(3415n){-webkit-animation-delay:342.1s;animation-delay:342.1s}.poke-block-choice .option-choice:nth-child(3416n){-webkit-animation-delay:342.2s;animation-delay:342.2s}.poke-block-choice .option-choice:nth-child(3417n){-webkit-animation-delay:342.3s;animation-delay:342.3s}.poke-block-choice .option-choice:nth-child(3418n){-webkit-animation-delay:342.4s;animation-delay:342.4s}.poke-block-choice .option-choice:nth-child(3419n){-webkit-animation-delay:342.5s;animation-delay:342.5s}.poke-block-choice .option-choice:nth-child(3420n){-webkit-animation-delay:342.6s;animation-delay:342.6s}.poke-block-choice .option-choice:nth-child(3421n){-webkit-animation-delay:342.7s;animation-delay:342.7s}.poke-block-choice .option-choice:nth-child(3422n){-webkit-animation-delay:342.8s;animation-delay:342.8s}.poke-block-choice .option-choice:nth-child(3423n){-webkit-animation-delay:342.9s;animation-delay:342.9s}.poke-block-choice .option-choice:nth-child(3424n){-webkit-animation-delay:343s;animation-delay:343s}.poke-block-choice .option-choice:nth-child(3425n){-webkit-animation-delay:343.1s;animation-delay:343.1s}.poke-block-choice .option-choice:nth-child(3426n){-webkit-animation-delay:343.2s;animation-delay:343.2s}.poke-block-choice .option-choice:nth-child(3427n){-webkit-animation-delay:343.3s;animation-delay:343.3s}.poke-block-choice .option-choice:nth-child(3428n){-webkit-animation-delay:343.4s;animation-delay:343.4s}.poke-block-choice .option-choice:nth-child(3429n){-webkit-animation-delay:343.5s;animation-delay:343.5s}.poke-block-choice .option-choice:nth-child(3430n){-webkit-animation-delay:343.6s;animation-delay:343.6s}.poke-block-choice .option-choice:nth-child(3431n){-webkit-animation-delay:343.7s;animation-delay:343.7s}.poke-block-choice .option-choice:nth-child(3432n){-webkit-animation-delay:343.8s;animation-delay:343.8s}.poke-block-choice .option-choice:nth-child(3433n){-webkit-animation-delay:343.9s;animation-delay:343.9s}.poke-block-choice .option-choice:nth-child(3434n){-webkit-animation-delay:344s;animation-delay:344s}.poke-block-choice .option-choice:nth-child(3435n){-webkit-animation-delay:344.1s;animation-delay:344.1s}.poke-block-choice .option-choice:nth-child(3436n){-webkit-animation-delay:344.2s;animation-delay:344.2s}.poke-block-choice .option-choice:nth-child(3437n){-webkit-animation-delay:344.3s;animation-delay:344.3s}.poke-block-choice .option-choice:nth-child(3438n){-webkit-animation-delay:344.4s;animation-delay:344.4s}.poke-block-choice .option-choice:nth-child(3439n){-webkit-animation-delay:344.5s;animation-delay:344.5s}.poke-block-choice .option-choice:nth-child(3440n){-webkit-animation-delay:344.6s;animation-delay:344.6s}.poke-block-choice .option-choice:nth-child(3441n){-webkit-animation-delay:344.7s;animation-delay:344.7s}.poke-block-choice .option-choice:nth-child(3442n){-webkit-animation-delay:344.8s;animation-delay:344.8s}.poke-block-choice .option-choice:nth-child(3443n){-webkit-animation-delay:344.9s;animation-delay:344.9s}.poke-block-choice .option-choice:nth-child(3444n){-webkit-animation-delay:345s;animation-delay:345s}.poke-block-choice .option-choice:nth-child(3445n){-webkit-animation-delay:345.1s;animation-delay:345.1s}.poke-block-choice .option-choice:nth-child(3446n){-webkit-animation-delay:345.2s;animation-delay:345.2s}.poke-block-choice .option-choice:nth-child(3447n){-webkit-animation-delay:345.3s;animation-delay:345.3s}.poke-block-choice .option-choice:nth-child(3448n){-webkit-animation-delay:345.4s;animation-delay:345.4s}.poke-block-choice .option-choice:nth-child(3449n){-webkit-animation-delay:345.5s;animation-delay:345.5s}.poke-block-choice .option-choice:nth-child(3450n){-webkit-animation-delay:345.6s;animation-delay:345.6s}.poke-block-choice .option-choice:nth-child(3451n){-webkit-animation-delay:345.7s;animation-delay:345.7s}.poke-block-choice .option-choice:nth-child(3452n){-webkit-animation-delay:345.8s;animation-delay:345.8s}.poke-block-choice .option-choice:nth-child(3453n){-webkit-animation-delay:345.9s;animation-delay:345.9s}.poke-block-choice .option-choice:nth-child(3454n){-webkit-animation-delay:346s;animation-delay:346s}.poke-block-choice .option-choice:nth-child(3455n){-webkit-animation-delay:346.1s;animation-delay:346.1s}.poke-block-choice .option-choice:nth-child(3456n){-webkit-animation-delay:346.2s;animation-delay:346.2s}.poke-block-choice .option-choice:nth-child(3457n){-webkit-animation-delay:346.3s;animation-delay:346.3s}.poke-block-choice .option-choice:nth-child(3458n){-webkit-animation-delay:346.4s;animation-delay:346.4s}.poke-block-choice .option-choice:nth-child(3459n){-webkit-animation-delay:346.5s;animation-delay:346.5s}.poke-block-choice .option-choice:nth-child(3460n){-webkit-animation-delay:346.6s;animation-delay:346.6s}.poke-block-choice .option-choice:nth-child(3461n){-webkit-animation-delay:346.7s;animation-delay:346.7s}.poke-block-choice .option-choice:nth-child(3462n){-webkit-animation-delay:346.8s;animation-delay:346.8s}.poke-block-choice .option-choice:nth-child(3463n){-webkit-animation-delay:346.9s;animation-delay:346.9s}.poke-block-choice .option-choice:nth-child(3464n){-webkit-animation-delay:347s;animation-delay:347s}.poke-block-choice .option-choice:nth-child(3465n){-webkit-animation-delay:347.1s;animation-delay:347.1s}.poke-block-choice .option-choice:nth-child(3466n){-webkit-animation-delay:347.2s;animation-delay:347.2s}.poke-block-choice .option-choice:nth-child(3467n){-webkit-animation-delay:347.3s;animation-delay:347.3s}.poke-block-choice .option-choice:nth-child(3468n){-webkit-animation-delay:347.4s;animation-delay:347.4s}.poke-block-choice .option-choice:nth-child(3469n){-webkit-animation-delay:347.5s;animation-delay:347.5s}.poke-block-choice .option-choice:nth-child(3470n){-webkit-animation-delay:347.6s;animation-delay:347.6s}.poke-block-choice .option-choice:nth-child(3471n){-webkit-animation-delay:347.7s;animation-delay:347.7s}.poke-block-choice .option-choice:nth-child(3472n){-webkit-animation-delay:347.8s;animation-delay:347.8s}.poke-block-choice .option-choice:nth-child(3473n){-webkit-animation-delay:347.9s;animation-delay:347.9s}.poke-block-choice .option-choice:nth-child(3474n){-webkit-animation-delay:348s;animation-delay:348s}.poke-block-choice .option-choice:nth-child(3475n){-webkit-animation-delay:348.1s;animation-delay:348.1s}.poke-block-choice .option-choice:nth-child(3476n){-webkit-animation-delay:348.2s;animation-delay:348.2s}.poke-block-choice .option-choice:nth-child(3477n){-webkit-animation-delay:348.3s;animation-delay:348.3s}.poke-block-choice .option-choice:nth-child(3478n){-webkit-animation-delay:348.4s;animation-delay:348.4s}.poke-block-choice .option-choice:nth-child(3479n){-webkit-animation-delay:348.5s;animation-delay:348.5s}.poke-block-choice .option-choice:nth-child(3480n){-webkit-animation-delay:348.6s;animation-delay:348.6s}.poke-block-choice .option-choice:nth-child(3481n){-webkit-animation-delay:348.7s;animation-delay:348.7s}.poke-block-choice .option-choice:nth-child(3482n){-webkit-animation-delay:348.8s;animation-delay:348.8s}.poke-block-choice .option-choice:nth-child(3483n){-webkit-animation-delay:348.9s;animation-delay:348.9s}.poke-block-choice .option-choice:nth-child(3484n){-webkit-animation-delay:349s;animation-delay:349s}.poke-block-choice .option-choice:nth-child(3485n){-webkit-animation-delay:349.1s;animation-delay:349.1s}.poke-block-choice .option-choice:nth-child(3486n){-webkit-animation-delay:349.2s;animation-delay:349.2s}.poke-block-choice .option-choice:nth-child(3487n){-webkit-animation-delay:349.3s;animation-delay:349.3s}.poke-block-choice .option-choice:nth-child(3488n){-webkit-animation-delay:349.4s;animation-delay:349.4s}.poke-block-choice .option-choice:nth-child(3489n){-webkit-animation-delay:349.5s;animation-delay:349.5s}.poke-block-choice .option-choice:nth-child(3490n){-webkit-animation-delay:349.6s;animation-delay:349.6s}.poke-block-choice .option-choice:nth-child(3491n){-webkit-animation-delay:349.7s;animation-delay:349.7s}.poke-block-choice .option-choice:nth-child(3492n){-webkit-animation-delay:349.8s;animation-delay:349.8s}.poke-block-choice .option-choice:nth-child(3493n){-webkit-animation-delay:349.9s;animation-delay:349.9s}.poke-block-choice .option-choice:nth-child(3494n){-webkit-animation-delay:350s;animation-delay:350s}.poke-block-choice .option-choice:nth-child(3495n){-webkit-animation-delay:350.1s;animation-delay:350.1s}.poke-block-choice .option-choice:nth-child(3496n){-webkit-animation-delay:350.2s;animation-delay:350.2s}.poke-block-choice .option-choice:nth-child(3497n){-webkit-animation-delay:350.3s;animation-delay:350.3s}.poke-block-choice .option-choice:nth-child(3498n){-webkit-animation-delay:350.4s;animation-delay:350.4s}.poke-block-choice .option-choice:nth-child(3499n){-webkit-animation-delay:350.5s;animation-delay:350.5s}.poke-block-choice .option-choice:nth-child(3500n){-webkit-animation-delay:350.6s;animation-delay:350.6s}.poke-block-choice .option-choice:nth-child(3501n){-webkit-animation-delay:350.7s;animation-delay:350.7s}.poke-block-choice .option-choice:nth-child(3502n){-webkit-animation-delay:350.8s;animation-delay:350.8s}.poke-block-choice .option-choice:nth-child(3503n){-webkit-animation-delay:350.9s;animation-delay:350.9s}.poke-block-choice .option-choice:nth-child(3504n){-webkit-animation-delay:351s;animation-delay:351s}.poke-block-choice .option-choice:nth-child(3505n){-webkit-animation-delay:351.1s;animation-delay:351.1s}.poke-block-choice .option-choice:nth-child(3506n){-webkit-animation-delay:351.2s;animation-delay:351.2s}.poke-block-choice .option-choice:nth-child(3507n){-webkit-animation-delay:351.3s;animation-delay:351.3s}.poke-block-choice .option-choice:nth-child(3508n){-webkit-animation-delay:351.4s;animation-delay:351.4s}.poke-block-choice .option-choice:nth-child(3509n){-webkit-animation-delay:351.5s;animation-delay:351.5s}.poke-block-choice .option-choice:nth-child(3510n){-webkit-animation-delay:351.6s;animation-delay:351.6s}.poke-block-choice .option-choice:nth-child(3511n){-webkit-animation-delay:351.7s;animation-delay:351.7s}.poke-block-choice .option-choice:nth-child(3512n){-webkit-animation-delay:351.8s;animation-delay:351.8s}.poke-block-choice .option-choice:nth-child(3513n){-webkit-animation-delay:351.9s;animation-delay:351.9s}.poke-block-choice .option-choice:nth-child(3514n){-webkit-animation-delay:352s;animation-delay:352s}.poke-block-choice .option-choice:nth-child(3515n){-webkit-animation-delay:352.1s;animation-delay:352.1s}.poke-block-choice .option-choice:nth-child(3516n){-webkit-animation-delay:352.2s;animation-delay:352.2s}.poke-block-choice .option-choice:nth-child(3517n){-webkit-animation-delay:352.3s;animation-delay:352.3s}.poke-block-choice .option-choice:nth-child(3518n){-webkit-animation-delay:352.4s;animation-delay:352.4s}.poke-block-choice .option-choice:nth-child(3519n){-webkit-animation-delay:352.5s;animation-delay:352.5s}.poke-block-choice .option-choice:nth-child(3520n){-webkit-animation-delay:352.6s;animation-delay:352.6s}.poke-block-choice .option-choice:nth-child(3521n){-webkit-animation-delay:352.7s;animation-delay:352.7s}.poke-block-choice .option-choice:nth-child(3522n){-webkit-animation-delay:352.8s;animation-delay:352.8s}.poke-block-choice .option-choice:nth-child(3523n){-webkit-animation-delay:352.9s;animation-delay:352.9s}.poke-block-choice .option-choice:nth-child(3524n){-webkit-animation-delay:353s;animation-delay:353s}.poke-block-choice .option-choice:nth-child(3525n){-webkit-animation-delay:353.1s;animation-delay:353.1s}.poke-block-choice .option-choice:nth-child(3526n){-webkit-animation-delay:353.2s;animation-delay:353.2s}.poke-block-choice .option-choice:nth-child(3527n){-webkit-animation-delay:353.3s;animation-delay:353.3s}.poke-block-choice .option-choice:nth-child(3528n){-webkit-animation-delay:353.4s;animation-delay:353.4s}.poke-block-choice .option-choice:nth-child(3529n){-webkit-animation-delay:353.5s;animation-delay:353.5s}.poke-block-choice .option-choice:nth-child(3530n){-webkit-animation-delay:353.6s;animation-delay:353.6s}.poke-block-choice .option-choice:nth-child(3531n){-webkit-animation-delay:353.7s;animation-delay:353.7s}.poke-block-choice .option-choice:nth-child(3532n){-webkit-animation-delay:353.8s;animation-delay:353.8s}.poke-block-choice .option-choice:nth-child(3533n){-webkit-animation-delay:353.9s;animation-delay:353.9s}.poke-block-choice .option-choice:nth-child(3534n){-webkit-animation-delay:354s;animation-delay:354s}.poke-block-choice .option-choice:nth-child(3535n){-webkit-animation-delay:354.1s;animation-delay:354.1s}.poke-block-choice .option-choice:nth-child(3536n){-webkit-animation-delay:354.2s;animation-delay:354.2s}.poke-block-choice .option-choice:nth-child(3537n){-webkit-animation-delay:354.3s;animation-delay:354.3s}.poke-block-choice .option-choice:nth-child(3538n){-webkit-animation-delay:354.4s;animation-delay:354.4s}.poke-block-choice .option-choice:nth-child(3539n){-webkit-animation-delay:354.5s;animation-delay:354.5s}.poke-block-choice .option-choice:nth-child(3540n){-webkit-animation-delay:354.6s;animation-delay:354.6s}.poke-block-choice .option-choice:nth-child(3541n){-webkit-animation-delay:354.7s;animation-delay:354.7s}.poke-block-choice .option-choice:nth-child(3542n){-webkit-animation-delay:354.8s;animation-delay:354.8s}.poke-block-choice .option-choice:nth-child(3543n){-webkit-animation-delay:354.9s;animation-delay:354.9s}.poke-block-choice .option-choice:nth-child(3544n){-webkit-animation-delay:355s;animation-delay:355s}.poke-block-choice .option-choice:nth-child(3545n){-webkit-animation-delay:355.1s;animation-delay:355.1s}.poke-block-choice .option-choice:nth-child(3546n){-webkit-animation-delay:355.2s;animation-delay:355.2s}.poke-block-choice .option-choice:nth-child(3547n){-webkit-animation-delay:355.3s;animation-delay:355.3s}.poke-block-choice .option-choice:nth-child(3548n){-webkit-animation-delay:355.4s;animation-delay:355.4s}.poke-block-choice .option-choice:nth-child(3549n){-webkit-animation-delay:355.5s;animation-delay:355.5s}.poke-block-choice .option-choice:nth-child(3550n){-webkit-animation-delay:355.6s;animation-delay:355.6s}.poke-block-choice .option-choice:nth-child(3551n){-webkit-animation-delay:355.7s;animation-delay:355.7s}.poke-block-choice .option-choice:nth-child(3552n){-webkit-animation-delay:355.8s;animation-delay:355.8s}.poke-block-choice .option-choice:nth-child(3553n){-webkit-animation-delay:355.9s;animation-delay:355.9s}.poke-block-choice .option-choice:nth-child(3554n){-webkit-animation-delay:356s;animation-delay:356s}.poke-block-choice .option-choice:nth-child(3555n){-webkit-animation-delay:356.1s;animation-delay:356.1s}.poke-block-choice .option-choice:nth-child(3556n){-webkit-animation-delay:356.2s;animation-delay:356.2s}.poke-block-choice .option-choice:nth-child(3557n){-webkit-animation-delay:356.3s;animation-delay:356.3s}.poke-block-choice .option-choice:nth-child(3558n){-webkit-animation-delay:356.4s;animation-delay:356.4s}.poke-block-choice .option-choice:nth-child(3559n){-webkit-animation-delay:356.5s;animation-delay:356.5s}.poke-block-choice .option-choice:nth-child(3560n){-webkit-animation-delay:356.6s;animation-delay:356.6s}.poke-block-choice .option-choice:nth-child(3561n){-webkit-animation-delay:356.7s;animation-delay:356.7s}.poke-block-choice .option-choice:nth-child(3562n){-webkit-animation-delay:356.8s;animation-delay:356.8s}.poke-block-choice .option-choice:nth-child(3563n){-webkit-animation-delay:356.9s;animation-delay:356.9s}.poke-block-choice .option-choice:nth-child(3564n){-webkit-animation-delay:357s;animation-delay:357s}.poke-block-choice .option-choice:nth-child(3565n){-webkit-animation-delay:357.1s;animation-delay:357.1s}.poke-block-choice .option-choice:nth-child(3566n){-webkit-animation-delay:357.2s;animation-delay:357.2s}.poke-block-choice .option-choice:nth-child(3567n){-webkit-animation-delay:357.3s;animation-delay:357.3s}.poke-block-choice .option-choice:nth-child(3568n){-webkit-animation-delay:357.4s;animation-delay:357.4s}.poke-block-choice .option-choice:nth-child(3569n){-webkit-animation-delay:357.5s;animation-delay:357.5s}.poke-block-choice .option-choice:nth-child(3570n){-webkit-animation-delay:357.6s;animation-delay:357.6s}.poke-block-choice .option-choice:nth-child(3571n){-webkit-animation-delay:357.7s;animation-delay:357.7s}.poke-block-choice .option-choice:nth-child(3572n){-webkit-animation-delay:357.8s;animation-delay:357.8s}.poke-block-choice .option-choice:nth-child(3573n){-webkit-animation-delay:357.9s;animation-delay:357.9s}.poke-block-choice .option-choice:nth-child(3574n){-webkit-animation-delay:358s;animation-delay:358s}.poke-block-choice .option-choice:nth-child(3575n){-webkit-animation-delay:358.1s;animation-delay:358.1s}.poke-block-choice .option-choice:nth-child(3576n){-webkit-animation-delay:358.2s;animation-delay:358.2s}.poke-block-choice .option-choice:nth-child(3577n){-webkit-animation-delay:358.3s;animation-delay:358.3s}.poke-block-choice .option-choice:nth-child(3578n){-webkit-animation-delay:358.4s;animation-delay:358.4s}.poke-block-choice .option-choice:nth-child(3579n){-webkit-animation-delay:358.5s;animation-delay:358.5s}.poke-block-choice .option-choice:nth-child(3580n){-webkit-animation-delay:358.6s;animation-delay:358.6s}.poke-block-choice .option-choice:nth-child(3581n){-webkit-animation-delay:358.7s;animation-delay:358.7s}.poke-block-choice .option-choice:nth-child(3582n){-webkit-animation-delay:358.8s;animation-delay:358.8s}.poke-block-choice .option-choice:nth-child(3583n){-webkit-animation-delay:358.9s;animation-delay:358.9s}.poke-block-choice .option-choice:nth-child(3584n){-webkit-animation-delay:359s;animation-delay:359s}.poke-block-choice .option-choice:nth-child(3585n){-webkit-animation-delay:359.1s;animation-delay:359.1s}.poke-block-choice .option-choice:nth-child(3586n){-webkit-animation-delay:359.2s;animation-delay:359.2s}.poke-block-choice .option-choice:nth-child(3587n){-webkit-animation-delay:359.3s;animation-delay:359.3s}.poke-block-choice .option-choice:nth-child(3588n){-webkit-animation-delay:359.4s;animation-delay:359.4s}.poke-block-choice .option-choice:nth-child(3589n){-webkit-animation-delay:359.5s;animation-delay:359.5s}.poke-block-choice .option-choice:nth-child(3590n){-webkit-animation-delay:359.6s;animation-delay:359.6s}.poke-block-choice .option-choice:nth-child(3591n){-webkit-animation-delay:359.7s;animation-delay:359.7s}.poke-block-choice .option-choice:nth-child(3592n){-webkit-animation-delay:359.8s;animation-delay:359.8s}.poke-block-choice .option-choice:nth-child(3593n){-webkit-animation-delay:359.9s;animation-delay:359.9s}.poke-block-choice .option-choice:nth-child(3594n){-webkit-animation-delay:360s;animation-delay:360s}.poke-block-choice .option-choice:nth-child(3595n){-webkit-animation-delay:360.1s;animation-delay:360.1s}.poke-block-choice .option-choice:nth-child(3596n){-webkit-animation-delay:360.2s;animation-delay:360.2s}.poke-block-choice .option-choice:nth-child(3597n){-webkit-animation-delay:360.3s;animation-delay:360.3s}.poke-block-choice .option-choice:nth-child(3598n){-webkit-animation-delay:360.4s;animation-delay:360.4s}.poke-block-choice .option-choice:nth-child(3599n){-webkit-animation-delay:360.5s;animation-delay:360.5s}.poke-block-choice .option-choice:nth-child(3600n){-webkit-animation-delay:360.6s;animation-delay:360.6s}.poke-block-choice .option-choice:nth-child(3601n){-webkit-animation-delay:360.7s;animation-delay:360.7s}.poke-block-choice .option-choice:nth-child(3602n){-webkit-animation-delay:360.8s;animation-delay:360.8s}.poke-block-choice .option-choice:nth-child(3603n){-webkit-animation-delay:360.9s;animation-delay:360.9s}.poke-block-choice .option-choice:nth-child(3604n){-webkit-animation-delay:361s;animation-delay:361s}.poke-block-choice .option-choice:nth-child(3605n){-webkit-animation-delay:361.1s;animation-delay:361.1s}.poke-block-choice .option-choice:nth-child(3606n){-webkit-animation-delay:361.2s;animation-delay:361.2s}.poke-block-choice .option-choice:nth-child(3607n){-webkit-animation-delay:361.3s;animation-delay:361.3s}.poke-block-choice .option-choice:nth-child(3608n){-webkit-animation-delay:361.4s;animation-delay:361.4s}.poke-block-choice .option-choice:nth-child(3609n){-webkit-animation-delay:361.5s;animation-delay:361.5s}.poke-block-choice .option-choice:nth-child(3610n){-webkit-animation-delay:361.6s;animation-delay:361.6s}.poke-block-choice .option-choice:nth-child(3611n){-webkit-animation-delay:361.7s;animation-delay:361.7s}.poke-block-choice .option-choice:nth-child(3612n){-webkit-animation-delay:361.8s;animation-delay:361.8s}.poke-block-choice .option-choice:nth-child(3613n){-webkit-animation-delay:361.9s;animation-delay:361.9s}.poke-block-choice .option-choice:nth-child(3614n){-webkit-animation-delay:362s;animation-delay:362s}.poke-block-choice .option-choice:nth-child(3615n){-webkit-animation-delay:362.1s;animation-delay:362.1s}.poke-block-choice .option-choice:nth-child(3616n){-webkit-animation-delay:362.2s;animation-delay:362.2s}.poke-block-choice .option-choice:nth-child(3617n){-webkit-animation-delay:362.3s;animation-delay:362.3s}.poke-block-choice .option-choice:nth-child(3618n){-webkit-animation-delay:362.4s;animation-delay:362.4s}.poke-block-choice .option-choice:nth-child(3619n){-webkit-animation-delay:362.5s;animation-delay:362.5s}.poke-block-choice .option-choice:nth-child(3620n){-webkit-animation-delay:362.6s;animation-delay:362.6s}.poke-block-choice .option-choice:nth-child(3621n){-webkit-animation-delay:362.7s;animation-delay:362.7s}.poke-block-choice .option-choice:nth-child(3622n){-webkit-animation-delay:362.8s;animation-delay:362.8s}.poke-block-choice .option-choice:nth-child(3623n){-webkit-animation-delay:362.9s;animation-delay:362.9s}.poke-block-choice .option-choice:nth-child(3624n){-webkit-animation-delay:363s;animation-delay:363s}.poke-block-choice .option-choice:nth-child(3625n){-webkit-animation-delay:363.1s;animation-delay:363.1s}.poke-block-choice .option-choice:nth-child(3626n){-webkit-animation-delay:363.2s;animation-delay:363.2s}.poke-block-choice .option-choice:nth-child(3627n){-webkit-animation-delay:363.3s;animation-delay:363.3s}.poke-block-choice .option-choice:nth-child(3628n){-webkit-animation-delay:363.4s;animation-delay:363.4s}.poke-block-choice .option-choice:nth-child(3629n){-webkit-animation-delay:363.5s;animation-delay:363.5s}.poke-block-choice .option-choice:nth-child(3630n){-webkit-animation-delay:363.6s;animation-delay:363.6s}.poke-block-choice .option-choice:nth-child(3631n){-webkit-animation-delay:363.7s;animation-delay:363.7s}.poke-block-choice .option-choice:nth-child(3632n){-webkit-animation-delay:363.8s;animation-delay:363.8s}.poke-block-choice .option-choice:nth-child(3633n){-webkit-animation-delay:363.9s;animation-delay:363.9s}.poke-block-choice .option-choice:nth-child(3634n){-webkit-animation-delay:364s;animation-delay:364s}.poke-block-choice .option-choice:nth-child(3635n){-webkit-animation-delay:364.1s;animation-delay:364.1s}.poke-block-choice .option-choice:nth-child(3636n){-webkit-animation-delay:364.2s;animation-delay:364.2s}.poke-block-choice .option-choice:nth-child(3637n){-webkit-animation-delay:364.3s;animation-delay:364.3s}.poke-block-choice .option-choice:nth-child(3638n){-webkit-animation-delay:364.4s;animation-delay:364.4s}.poke-block-choice .option-choice:nth-child(3639n){-webkit-animation-delay:364.5s;animation-delay:364.5s}.poke-block-choice .option-choice:nth-child(3640n){-webkit-animation-delay:364.6s;animation-delay:364.6s}.poke-block-choice .option-choice:nth-child(3641n){-webkit-animation-delay:364.7s;animation-delay:364.7s}.poke-block-choice .option-choice:nth-child(3642n){-webkit-animation-delay:364.8s;animation-delay:364.8s}.poke-block-choice .option-choice:nth-child(3643n){-webkit-animation-delay:364.9s;animation-delay:364.9s}.poke-block-choice .option-choice:nth-child(3644n){-webkit-animation-delay:365s;animation-delay:365s}.poke-block-choice .option-choice:nth-child(3645n){-webkit-animation-delay:365.1s;animation-delay:365.1s}.poke-block-choice .option-choice:nth-child(3646n){-webkit-animation-delay:365.2s;animation-delay:365.2s}.poke-block-choice .option-choice:nth-child(3647n){-webkit-animation-delay:365.3s;animation-delay:365.3s}.poke-block-choice .option-choice:nth-child(3648n){-webkit-animation-delay:365.4s;animation-delay:365.4s}.poke-block-choice .option-choice:nth-child(3649n){-webkit-animation-delay:365.5s;animation-delay:365.5s}.poke-block-choice .option-choice:nth-child(3650n){-webkit-animation-delay:365.6s;animation-delay:365.6s}.poke-block-choice .option-choice:nth-child(3651n){-webkit-animation-delay:365.7s;animation-delay:365.7s}.poke-block-choice .option-choice:nth-child(3652n){-webkit-animation-delay:365.8s;animation-delay:365.8s}.poke-block-choice .option-choice:nth-child(3653n){-webkit-animation-delay:365.9s;animation-delay:365.9s}.poke-block-choice .option-choice:nth-child(3654n){-webkit-animation-delay:366s;animation-delay:366s}.poke-block-choice .option-choice:nth-child(3655n){-webkit-animation-delay:366.1s;animation-delay:366.1s}.poke-block-choice .option-choice:nth-child(3656n){-webkit-animation-delay:366.2s;animation-delay:366.2s}.poke-block-choice .option-choice:nth-child(3657n){-webkit-animation-delay:366.3s;animation-delay:366.3s}.poke-block-choice .option-choice:nth-child(3658n){-webkit-animation-delay:366.4s;animation-delay:366.4s}.poke-block-choice .option-choice:nth-child(3659n){-webkit-animation-delay:366.5s;animation-delay:366.5s}.poke-block-choice .option-choice:nth-child(3660n){-webkit-animation-delay:366.6s;animation-delay:366.6s}.poke-block-choice .option-choice:nth-child(3661n){-webkit-animation-delay:366.7s;animation-delay:366.7s}.poke-block-choice .option-choice:nth-child(3662n){-webkit-animation-delay:366.8s;animation-delay:366.8s}.poke-block-choice .option-choice:nth-child(3663n){-webkit-animation-delay:366.9s;animation-delay:366.9s}.poke-block-choice .option-choice:nth-child(3664n){-webkit-animation-delay:367s;animation-delay:367s}.poke-block-choice .option-choice:nth-child(3665n){-webkit-animation-delay:367.1s;animation-delay:367.1s}.poke-block-choice .option-choice:nth-child(3666n){-webkit-animation-delay:367.2s;animation-delay:367.2s}.poke-block-choice .option-choice:nth-child(3667n){-webkit-animation-delay:367.3s;animation-delay:367.3s}.poke-block-choice .option-choice:nth-child(3668n){-webkit-animation-delay:367.4s;animation-delay:367.4s}.poke-block-choice .option-choice:nth-child(3669n){-webkit-animation-delay:367.5s;animation-delay:367.5s}.poke-block-choice .option-choice:nth-child(3670n){-webkit-animation-delay:367.6s;animation-delay:367.6s}.poke-block-choice .option-choice:nth-child(3671n){-webkit-animation-delay:367.7s;animation-delay:367.7s}.poke-block-choice .option-choice:nth-child(3672n){-webkit-animation-delay:367.8s;animation-delay:367.8s}.poke-block-choice .option-choice:nth-child(3673n){-webkit-animation-delay:367.9s;animation-delay:367.9s}.poke-block-choice .option-choice:nth-child(3674n){-webkit-animation-delay:368s;animation-delay:368s}.poke-block-choice .option-choice:nth-child(3675n){-webkit-animation-delay:368.1s;animation-delay:368.1s}.poke-block-choice .option-choice:nth-child(3676n){-webkit-animation-delay:368.2s;animation-delay:368.2s}.poke-block-choice .option-choice:nth-child(3677n){-webkit-animation-delay:368.3s;animation-delay:368.3s}.poke-block-choice .option-choice:nth-child(3678n){-webkit-animation-delay:368.4s;animation-delay:368.4s}.poke-block-choice .option-choice:nth-child(3679n){-webkit-animation-delay:368.5s;animation-delay:368.5s}.poke-block-choice .option-choice:nth-child(3680n){-webkit-animation-delay:368.6s;animation-delay:368.6s}.poke-block-choice .option-choice:nth-child(3681n){-webkit-animation-delay:368.7s;animation-delay:368.7s}.poke-block-choice .option-choice:nth-child(3682n){-webkit-animation-delay:368.8s;animation-delay:368.8s}.poke-block-choice .option-choice:nth-child(3683n){-webkit-animation-delay:368.9s;animation-delay:368.9s}.poke-block-choice .option-choice:nth-child(3684n){-webkit-animation-delay:369s;animation-delay:369s}.poke-block-choice .option-choice:nth-child(3685n){-webkit-animation-delay:369.1s;animation-delay:369.1s}.poke-block-choice .option-choice:nth-child(3686n){-webkit-animation-delay:369.2s;animation-delay:369.2s}.poke-block-choice .option-choice:nth-child(3687n){-webkit-animation-delay:369.3s;animation-delay:369.3s}.poke-block-choice .option-choice:nth-child(3688n){-webkit-animation-delay:369.4s;animation-delay:369.4s}.poke-block-choice .option-choice:nth-child(3689n){-webkit-animation-delay:369.5s;animation-delay:369.5s}.poke-block-choice .option-choice:nth-child(3690n){-webkit-animation-delay:369.6s;animation-delay:369.6s}.poke-block-choice .option-choice:nth-child(3691n){-webkit-animation-delay:369.7s;animation-delay:369.7s}.poke-block-choice .option-choice:nth-child(3692n){-webkit-animation-delay:369.8s;animation-delay:369.8s}.poke-block-choice .option-choice:nth-child(3693n){-webkit-animation-delay:369.9s;animation-delay:369.9s}.poke-block-choice .option-choice:nth-child(3694n){-webkit-animation-delay:370s;animation-delay:370s}.poke-block-choice .option-choice:nth-child(3695n){-webkit-animation-delay:370.1s;animation-delay:370.1s}.poke-block-choice .option-choice:nth-child(3696n){-webkit-animation-delay:370.2s;animation-delay:370.2s}.poke-block-choice .option-choice:nth-child(3697n){-webkit-animation-delay:370.3s;animation-delay:370.3s}.poke-block-choice .option-choice:nth-child(3698n){-webkit-animation-delay:370.4s;animation-delay:370.4s}.poke-block-choice .option-choice:nth-child(3699n){-webkit-animation-delay:370.5s;animation-delay:370.5s}.poke-block-choice .option-choice:nth-child(3700n){-webkit-animation-delay:370.6s;animation-delay:370.6s}.poke-block-choice .option-choice:nth-child(3701n){-webkit-animation-delay:370.7s;animation-delay:370.7s}.poke-block-choice .option-choice:nth-child(3702n){-webkit-animation-delay:370.8s;animation-delay:370.8s}.poke-block-choice .option-choice:nth-child(3703n){-webkit-animation-delay:370.9s;animation-delay:370.9s}.poke-block-choice .option-choice:nth-child(3704n){-webkit-animation-delay:371s;animation-delay:371s}.poke-block-choice .option-choice:nth-child(3705n){-webkit-animation-delay:371.1s;animation-delay:371.1s}.poke-block-choice .option-choice:nth-child(3706n){-webkit-animation-delay:371.2s;animation-delay:371.2s}.poke-block-choice .option-choice:nth-child(3707n){-webkit-animation-delay:371.3s;animation-delay:371.3s}.poke-block-choice .option-choice:nth-child(3708n){-webkit-animation-delay:371.4s;animation-delay:371.4s}.poke-block-choice .option-choice:nth-child(3709n){-webkit-animation-delay:371.5s;animation-delay:371.5s}.poke-block-choice .option-choice:nth-child(3710n){-webkit-animation-delay:371.6s;animation-delay:371.6s}.poke-block-choice .option-choice:nth-child(3711n){-webkit-animation-delay:371.7s;animation-delay:371.7s}.poke-block-choice .option-choice:nth-child(3712n){-webkit-animation-delay:371.8s;animation-delay:371.8s}.poke-block-choice .option-choice:nth-child(3713n){-webkit-animation-delay:371.9s;animation-delay:371.9s}.poke-block-choice .option-choice:nth-child(3714n){-webkit-animation-delay:372s;animation-delay:372s}.poke-block-choice .option-choice:nth-child(3715n){-webkit-animation-delay:372.1s;animation-delay:372.1s}.poke-block-choice .option-choice:nth-child(3716n){-webkit-animation-delay:372.2s;animation-delay:372.2s}.poke-block-choice .option-choice:nth-child(3717n){-webkit-animation-delay:372.3s;animation-delay:372.3s}.poke-block-choice .option-choice:nth-child(3718n){-webkit-animation-delay:372.4s;animation-delay:372.4s}.poke-block-choice .option-choice:nth-child(3719n){-webkit-animation-delay:372.5s;animation-delay:372.5s}.poke-block-choice .option-choice:nth-child(3720n){-webkit-animation-delay:372.6s;animation-delay:372.6s}.poke-block-choice .option-choice:nth-child(3721n){-webkit-animation-delay:372.7s;animation-delay:372.7s}.poke-block-choice .option-choice:nth-child(3722n){-webkit-animation-delay:372.8s;animation-delay:372.8s}.poke-block-choice .option-choice:nth-child(3723n){-webkit-animation-delay:372.9s;animation-delay:372.9s}.poke-block-choice .option-choice:nth-child(3724n){-webkit-animation-delay:373s;animation-delay:373s}.poke-block-choice .option-choice:nth-child(3725n){-webkit-animation-delay:373.1s;animation-delay:373.1s}.poke-block-choice .option-choice:nth-child(3726n){-webkit-animation-delay:373.2s;animation-delay:373.2s}.poke-block-choice .option-choice:nth-child(3727n){-webkit-animation-delay:373.3s;animation-delay:373.3s}.poke-block-choice .option-choice:nth-child(3728n){-webkit-animation-delay:373.4s;animation-delay:373.4s}.poke-block-choice .option-choice:nth-child(3729n){-webkit-animation-delay:373.5s;animation-delay:373.5s}.poke-block-choice .option-choice:nth-child(3730n){-webkit-animation-delay:373.6s;animation-delay:373.6s}.poke-block-choice .option-choice:nth-child(3731n){-webkit-animation-delay:373.7s;animation-delay:373.7s}.poke-block-choice .option-choice:nth-child(3732n){-webkit-animation-delay:373.8s;animation-delay:373.8s}.poke-block-choice .option-choice:nth-child(3733n){-webkit-animation-delay:373.9s;animation-delay:373.9s}.poke-block-choice .option-choice:nth-child(3734n){-webkit-animation-delay:374s;animation-delay:374s}.poke-block-choice .option-choice:nth-child(3735n){-webkit-animation-delay:374.1s;animation-delay:374.1s}.poke-block-choice .option-choice:nth-child(3736n){-webkit-animation-delay:374.2s;animation-delay:374.2s}.poke-block-choice .option-choice:nth-child(3737n){-webkit-animation-delay:374.3s;animation-delay:374.3s}.poke-block-choice .option-choice:nth-child(3738n){-webkit-animation-delay:374.4s;animation-delay:374.4s}.poke-block-choice .option-choice:nth-child(3739n){-webkit-animation-delay:374.5s;animation-delay:374.5s}.poke-block-choice .option-choice:nth-child(3740n){-webkit-animation-delay:374.6s;animation-delay:374.6s}.poke-block-choice .option-choice:nth-child(3741n){-webkit-animation-delay:374.7s;animation-delay:374.7s}.poke-block-choice .option-choice:nth-child(3742n){-webkit-animation-delay:374.8s;animation-delay:374.8s}.poke-block-choice .option-choice:nth-child(3743n){-webkit-animation-delay:374.9s;animation-delay:374.9s}.poke-block-choice .option-choice:nth-child(3744n){-webkit-animation-delay:375s;animation-delay:375s}.poke-block-choice .option-choice:nth-child(3745n){-webkit-animation-delay:375.1s;animation-delay:375.1s}.poke-block-choice .option-choice:nth-child(3746n){-webkit-animation-delay:375.2s;animation-delay:375.2s}.poke-block-choice .option-choice:nth-child(3747n){-webkit-animation-delay:375.3s;animation-delay:375.3s}.poke-block-choice .option-choice:nth-child(3748n){-webkit-animation-delay:375.4s;animation-delay:375.4s}.poke-block-choice .option-choice:nth-child(3749n){-webkit-animation-delay:375.5s;animation-delay:375.5s}.poke-block-choice .option-choice:nth-child(3750n){-webkit-animation-delay:375.6s;animation-delay:375.6s}.poke-block-choice .option-choice:nth-child(3751n){-webkit-animation-delay:375.7s;animation-delay:375.7s}.poke-block-choice .option-choice:nth-child(3752n){-webkit-animation-delay:375.8s;animation-delay:375.8s}.poke-block-choice .option-choice:nth-child(3753n){-webkit-animation-delay:375.9s;animation-delay:375.9s}.poke-block-choice .option-choice:nth-child(3754n){-webkit-animation-delay:376s;animation-delay:376s}.poke-block-choice .option-choice:nth-child(3755n){-webkit-animation-delay:376.1s;animation-delay:376.1s}.poke-block-choice .option-choice:nth-child(3756n){-webkit-animation-delay:376.2s;animation-delay:376.2s}.poke-block-choice .option-choice:nth-child(3757n){-webkit-animation-delay:376.3s;animation-delay:376.3s}.poke-block-choice .option-choice:nth-child(3758n){-webkit-animation-delay:376.4s;animation-delay:376.4s}.poke-block-choice .option-choice:nth-child(3759n){-webkit-animation-delay:376.5s;animation-delay:376.5s}.poke-block-choice .option-choice:nth-child(3760n){-webkit-animation-delay:376.6s;animation-delay:376.6s}.poke-block-choice .option-choice:nth-child(3761n){-webkit-animation-delay:376.7s;animation-delay:376.7s}.poke-block-choice .option-choice:nth-child(3762n){-webkit-animation-delay:376.8s;animation-delay:376.8s}.poke-block-choice .option-choice:nth-child(3763n){-webkit-animation-delay:376.9s;animation-delay:376.9s}.poke-block-choice .option-choice:nth-child(3764n){-webkit-animation-delay:377s;animation-delay:377s}.poke-block-choice .option-choice:nth-child(3765n){-webkit-animation-delay:377.1s;animation-delay:377.1s}.poke-block-choice .option-choice:nth-child(3766n){-webkit-animation-delay:377.2s;animation-delay:377.2s}.poke-block-choice .option-choice:nth-child(3767n){-webkit-animation-delay:377.3s;animation-delay:377.3s}.poke-block-choice .option-choice:nth-child(3768n){-webkit-animation-delay:377.4s;animation-delay:377.4s}.poke-block-choice .option-choice:nth-child(3769n){-webkit-animation-delay:377.5s;animation-delay:377.5s}.poke-block-choice .option-choice:nth-child(3770n){-webkit-animation-delay:377.6s;animation-delay:377.6s}.poke-block-choice .option-choice:nth-child(3771n){-webkit-animation-delay:377.7s;animation-delay:377.7s}.poke-block-choice .option-choice:nth-child(3772n){-webkit-animation-delay:377.8s;animation-delay:377.8s}.poke-block-choice .option-choice:nth-child(3773n){-webkit-animation-delay:377.9s;animation-delay:377.9s}.poke-block-choice .option-choice:nth-child(3774n){-webkit-animation-delay:378s;animation-delay:378s}.poke-block-choice .option-choice:nth-child(3775n){-webkit-animation-delay:378.1s;animation-delay:378.1s}.poke-block-choice .option-choice:nth-child(3776n){-webkit-animation-delay:378.2s;animation-delay:378.2s}.poke-block-choice .option-choice:nth-child(3777n){-webkit-animation-delay:378.3s;animation-delay:378.3s}.poke-block-choice .option-choice:nth-child(3778n){-webkit-animation-delay:378.4s;animation-delay:378.4s}.poke-block-choice .option-choice:nth-child(3779n){-webkit-animation-delay:378.5s;animation-delay:378.5s}.poke-block-choice .option-choice:nth-child(3780n){-webkit-animation-delay:378.6s;animation-delay:378.6s}.poke-block-choice .option-choice:nth-child(3781n){-webkit-animation-delay:378.7s;animation-delay:378.7s}.poke-block-choice .option-choice:nth-child(3782n){-webkit-animation-delay:378.8s;animation-delay:378.8s}.poke-block-choice .option-choice:nth-child(3783n){-webkit-animation-delay:378.9s;animation-delay:378.9s}.poke-block-choice .option-choice:nth-child(3784n){-webkit-animation-delay:379s;animation-delay:379s}.poke-block-choice .option-choice:nth-child(3785n){-webkit-animation-delay:379.1s;animation-delay:379.1s}.poke-block-choice .option-choice:nth-child(3786n){-webkit-animation-delay:379.2s;animation-delay:379.2s}.poke-block-choice .option-choice:nth-child(3787n){-webkit-animation-delay:379.3s;animation-delay:379.3s}.poke-block-choice .option-choice:nth-child(3788n){-webkit-animation-delay:379.4s;animation-delay:379.4s}.poke-block-choice .option-choice:nth-child(3789n){-webkit-animation-delay:379.5s;animation-delay:379.5s}.poke-block-choice .option-choice:nth-child(3790n){-webkit-animation-delay:379.6s;animation-delay:379.6s}.poke-block-choice .option-choice:nth-child(3791n){-webkit-animation-delay:379.7s;animation-delay:379.7s}.poke-block-choice .option-choice:nth-child(3792n){-webkit-animation-delay:379.8s;animation-delay:379.8s}.poke-block-choice .option-choice:nth-child(3793n){-webkit-animation-delay:379.9s;animation-delay:379.9s}.poke-block-choice .option-choice:nth-child(3794n){-webkit-animation-delay:380s;animation-delay:380s}.poke-block-choice .option-choice:nth-child(3795n){-webkit-animation-delay:380.1s;animation-delay:380.1s}.poke-block-choice .option-choice:nth-child(3796n){-webkit-animation-delay:380.2s;animation-delay:380.2s}.poke-block-choice .option-choice:nth-child(3797n){-webkit-animation-delay:380.3s;animation-delay:380.3s}.poke-block-choice .option-choice:nth-child(3798n){-webkit-animation-delay:380.4s;animation-delay:380.4s}.poke-block-choice .option-choice:nth-child(3799n){-webkit-animation-delay:380.5s;animation-delay:380.5s}.poke-block-choice .option-choice:nth-child(3800n){-webkit-animation-delay:380.6s;animation-delay:380.6s}.poke-block-choice .option-choice:nth-child(3801n){-webkit-animation-delay:380.7s;animation-delay:380.7s}.poke-block-choice .option-choice:nth-child(3802n){-webkit-animation-delay:380.8s;animation-delay:380.8s}.poke-block-choice .option-choice:nth-child(3803n){-webkit-animation-delay:380.9s;animation-delay:380.9s}.poke-block-choice .option-choice:nth-child(3804n){-webkit-animation-delay:381s;animation-delay:381s}.poke-block-choice .option-choice:nth-child(3805n){-webkit-animation-delay:381.1s;animation-delay:381.1s}.poke-block-choice .option-choice:nth-child(3806n){-webkit-animation-delay:381.2s;animation-delay:381.2s}.poke-block-choice .option-choice:nth-child(3807n){-webkit-animation-delay:381.3s;animation-delay:381.3s}.poke-block-choice .option-choice:nth-child(3808n){-webkit-animation-delay:381.4s;animation-delay:381.4s}.poke-block-choice .option-choice:nth-child(3809n){-webkit-animation-delay:381.5s;animation-delay:381.5s}.poke-block-choice .option-choice:nth-child(3810n){-webkit-animation-delay:381.6s;animation-delay:381.6s}.poke-block-choice .option-choice:nth-child(3811n){-webkit-animation-delay:381.7s;animation-delay:381.7s}.poke-block-choice .option-choice:nth-child(3812n){-webkit-animation-delay:381.8s;animation-delay:381.8s}.poke-block-choice .option-choice:nth-child(3813n){-webkit-animation-delay:381.9s;animation-delay:381.9s}.poke-block-choice .option-choice:nth-child(3814n){-webkit-animation-delay:382s;animation-delay:382s}.poke-block-choice .option-choice:nth-child(3815n){-webkit-animation-delay:382.1s;animation-delay:382.1s}.poke-block-choice .option-choice:nth-child(3816n){-webkit-animation-delay:382.2s;animation-delay:382.2s}.poke-block-choice .option-choice:nth-child(3817n){-webkit-animation-delay:382.3s;animation-delay:382.3s}.poke-block-choice .option-choice:nth-child(3818n){-webkit-animation-delay:382.4s;animation-delay:382.4s}.poke-block-choice .option-choice:nth-child(3819n){-webkit-animation-delay:382.5s;animation-delay:382.5s}.poke-block-choice .option-choice:nth-child(3820n){-webkit-animation-delay:382.6s;animation-delay:382.6s}.poke-block-choice .option-choice:nth-child(3821n){-webkit-animation-delay:382.7s;animation-delay:382.7s}.poke-block-choice .option-choice:nth-child(3822n){-webkit-animation-delay:382.8s;animation-delay:382.8s}.poke-block-choice .option-choice:nth-child(3823n){-webkit-animation-delay:382.9s;animation-delay:382.9s}.poke-block-choice .option-choice:nth-child(3824n){-webkit-animation-delay:383s;animation-delay:383s}.poke-block-choice .option-choice:nth-child(3825n){-webkit-animation-delay:383.1s;animation-delay:383.1s}.poke-block-choice .option-choice:nth-child(3826n){-webkit-animation-delay:383.2s;animation-delay:383.2s}.poke-block-choice .option-choice:nth-child(3827n){-webkit-animation-delay:383.3s;animation-delay:383.3s}.poke-block-choice .option-choice:nth-child(3828n){-webkit-animation-delay:383.4s;animation-delay:383.4s}.poke-block-choice .option-choice:nth-child(3829n){-webkit-animation-delay:383.5s;animation-delay:383.5s}.poke-block-choice .option-choice:nth-child(3830n){-webkit-animation-delay:383.6s;animation-delay:383.6s}.poke-block-choice .option-choice:nth-child(3831n){-webkit-animation-delay:383.7s;animation-delay:383.7s}.poke-block-choice .option-choice:nth-child(3832n){-webkit-animation-delay:383.8s;animation-delay:383.8s}.poke-block-choice .option-choice:nth-child(3833n){-webkit-animation-delay:383.9s;animation-delay:383.9s}.poke-block-choice .option-choice:nth-child(3834n){-webkit-animation-delay:384s;animation-delay:384s}.poke-block-choice .option-choice:nth-child(3835n){-webkit-animation-delay:384.1s;animation-delay:384.1s}.poke-block-choice .option-choice:nth-child(3836n){-webkit-animation-delay:384.2s;animation-delay:384.2s}.poke-block-choice .option-choice:nth-child(3837n){-webkit-animation-delay:384.3s;animation-delay:384.3s}.poke-block-choice .option-choice:nth-child(3838n){-webkit-animation-delay:384.4s;animation-delay:384.4s}.poke-block-choice .option-choice:nth-child(3839n){-webkit-animation-delay:384.5s;animation-delay:384.5s}.poke-block-choice .option-choice:nth-child(3840n){-webkit-animation-delay:384.6s;animation-delay:384.6s}.poke-block-choice .option-choice:nth-child(3841n){-webkit-animation-delay:384.7s;animation-delay:384.7s}.poke-block-choice .option-choice:nth-child(3842n){-webkit-animation-delay:384.8s;animation-delay:384.8s}.poke-block-choice .option-choice:nth-child(3843n){-webkit-animation-delay:384.9s;animation-delay:384.9s}.poke-block-choice .option-choice:nth-child(3844n){-webkit-animation-delay:385s;animation-delay:385s}.poke-block-choice .option-choice:nth-child(3845n){-webkit-animation-delay:385.1s;animation-delay:385.1s}.poke-block-choice .option-choice:nth-child(3846n){-webkit-animation-delay:385.2s;animation-delay:385.2s}.poke-block-choice .option-choice:nth-child(3847n){-webkit-animation-delay:385.3s;animation-delay:385.3s}.poke-block-choice .option-choice:nth-child(3848n){-webkit-animation-delay:385.4s;animation-delay:385.4s}.poke-block-choice .option-choice:nth-child(3849n){-webkit-animation-delay:385.5s;animation-delay:385.5s}.poke-block-choice .option-choice:nth-child(3850n){-webkit-animation-delay:385.6s;animation-delay:385.6s}.poke-block-choice .option-choice:nth-child(3851n){-webkit-animation-delay:385.7s;animation-delay:385.7s}.poke-block-choice .option-choice:nth-child(3852n){-webkit-animation-delay:385.8s;animation-delay:385.8s}.poke-block-choice .option-choice:nth-child(3853n){-webkit-animation-delay:385.9s;animation-delay:385.9s}.poke-block-choice .option-choice:nth-child(3854n){-webkit-animation-delay:386s;animation-delay:386s}.poke-block-choice .option-choice:nth-child(3855n){-webkit-animation-delay:386.1s;animation-delay:386.1s}.poke-block-choice .option-choice:nth-child(3856n){-webkit-animation-delay:386.2s;animation-delay:386.2s}.poke-block-choice .option-choice:nth-child(3857n){-webkit-animation-delay:386.3s;animation-delay:386.3s}.poke-block-choice .option-choice:nth-child(3858n){-webkit-animation-delay:386.4s;animation-delay:386.4s}.poke-block-choice .option-choice:nth-child(3859n){-webkit-animation-delay:386.5s;animation-delay:386.5s}.poke-block-choice .option-choice:nth-child(3860n){-webkit-animation-delay:386.6s;animation-delay:386.6s}.poke-block-choice .option-choice:nth-child(3861n){-webkit-animation-delay:386.7s;animation-delay:386.7s}.poke-block-choice .option-choice:nth-child(3862n){-webkit-animation-delay:386.8s;animation-delay:386.8s}.poke-block-choice .option-choice:nth-child(3863n){-webkit-animation-delay:386.9s;animation-delay:386.9s}.poke-block-choice .option-choice:nth-child(3864n){-webkit-animation-delay:387s;animation-delay:387s}.poke-block-choice .option-choice:nth-child(3865n){-webkit-animation-delay:387.1s;animation-delay:387.1s}.poke-block-choice .option-choice:nth-child(3866n){-webkit-animation-delay:387.2s;animation-delay:387.2s}.poke-block-choice .option-choice:nth-child(3867n){-webkit-animation-delay:387.3s;animation-delay:387.3s}.poke-block-choice .option-choice:nth-child(3868n){-webkit-animation-delay:387.4s;animation-delay:387.4s}.poke-block-choice .option-choice:nth-child(3869n){-webkit-animation-delay:387.5s;animation-delay:387.5s}.poke-block-choice .option-choice:nth-child(3870n){-webkit-animation-delay:387.6s;animation-delay:387.6s}.poke-block-choice .option-choice:nth-child(3871n){-webkit-animation-delay:387.7s;animation-delay:387.7s}.poke-block-choice .option-choice:nth-child(3872n){-webkit-animation-delay:387.8s;animation-delay:387.8s}.poke-block-choice .option-choice:nth-child(3873n){-webkit-animation-delay:387.9s;animation-delay:387.9s}.poke-block-choice .option-choice:nth-child(3874n){-webkit-animation-delay:388s;animation-delay:388s}.poke-block-choice .option-choice:nth-child(3875n){-webkit-animation-delay:388.1s;animation-delay:388.1s}.poke-block-choice .option-choice:nth-child(3876n){-webkit-animation-delay:388.2s;animation-delay:388.2s}.poke-block-choice .option-choice:nth-child(3877n){-webkit-animation-delay:388.3s;animation-delay:388.3s}.poke-block-choice .option-choice:nth-child(3878n){-webkit-animation-delay:388.4s;animation-delay:388.4s}.poke-block-choice .option-choice:nth-child(3879n){-webkit-animation-delay:388.5s;animation-delay:388.5s}.poke-block-choice .option-choice:nth-child(3880n){-webkit-animation-delay:388.6s;animation-delay:388.6s}.poke-block-choice .option-choice:nth-child(3881n){-webkit-animation-delay:388.7s;animation-delay:388.7s}.poke-block-choice .option-choice:nth-child(3882n){-webkit-animation-delay:388.8s;animation-delay:388.8s}.poke-block-choice .option-choice:nth-child(3883n){-webkit-animation-delay:388.9s;animation-delay:388.9s}.poke-block-choice .option-choice:nth-child(3884n){-webkit-animation-delay:389s;animation-delay:389s}.poke-block-choice .option-choice:nth-child(3885n){-webkit-animation-delay:389.1s;animation-delay:389.1s}.poke-block-choice .option-choice:nth-child(3886n){-webkit-animation-delay:389.2s;animation-delay:389.2s}.poke-block-choice .option-choice:nth-child(3887n){-webkit-animation-delay:389.3s;animation-delay:389.3s}.poke-block-choice .option-choice:nth-child(3888n){-webkit-animation-delay:389.4s;animation-delay:389.4s}.poke-block-choice .option-choice:nth-child(3889n){-webkit-animation-delay:389.5s;animation-delay:389.5s}.poke-block-choice .option-choice:nth-child(3890n){-webkit-animation-delay:389.6s;animation-delay:389.6s}.poke-block-choice .option-choice:nth-child(3891n){-webkit-animation-delay:389.7s;animation-delay:389.7s}.poke-block-choice .option-choice:nth-child(3892n){-webkit-animation-delay:389.8s;animation-delay:389.8s}.poke-block-choice .option-choice:nth-child(3893n){-webkit-animation-delay:389.9s;animation-delay:389.9s}.poke-block-choice .option-choice:nth-child(3894n){-webkit-animation-delay:390s;animation-delay:390s}.poke-block-choice .option-choice:nth-child(3895n){-webkit-animation-delay:390.1s;animation-delay:390.1s}.poke-block-choice .option-choice:nth-child(3896n){-webkit-animation-delay:390.2s;animation-delay:390.2s}.poke-block-choice .option-choice:nth-child(3897n){-webkit-animation-delay:390.3s;animation-delay:390.3s}.poke-block-choice .option-choice:nth-child(3898n){-webkit-animation-delay:390.4s;animation-delay:390.4s}.poke-block-choice .option-choice:nth-child(3899n){-webkit-animation-delay:390.5s;animation-delay:390.5s}.poke-block-choice .option-choice:nth-child(3900n){-webkit-animation-delay:390.6s;animation-delay:390.6s}.poke-block-choice .option-choice:nth-child(3901n){-webkit-animation-delay:390.7s;animation-delay:390.7s}.poke-block-choice .option-choice:nth-child(3902n){-webkit-animation-delay:390.8s;animation-delay:390.8s}.poke-block-choice .option-choice:nth-child(3903n){-webkit-animation-delay:390.9s;animation-delay:390.9s}.poke-block-choice .option-choice:nth-child(3904n){-webkit-animation-delay:391s;animation-delay:391s}.poke-block-choice .option-choice:nth-child(3905n){-webkit-animation-delay:391.1s;animation-delay:391.1s}.poke-block-choice .option-choice:nth-child(3906n){-webkit-animation-delay:391.2s;animation-delay:391.2s}.poke-block-choice .option-choice:nth-child(3907n){-webkit-animation-delay:391.3s;animation-delay:391.3s}.poke-block-choice .option-choice:nth-child(3908n){-webkit-animation-delay:391.4s;animation-delay:391.4s}.poke-block-choice .option-choice:nth-child(3909n){-webkit-animation-delay:391.5s;animation-delay:391.5s}.poke-block-choice .option-choice:nth-child(3910n){-webkit-animation-delay:391.6s;animation-delay:391.6s}.poke-block-choice .option-choice:nth-child(3911n){-webkit-animation-delay:391.7s;animation-delay:391.7s}.poke-block-choice .option-choice:nth-child(3912n){-webkit-animation-delay:391.8s;animation-delay:391.8s}.poke-block-choice .option-choice:nth-child(3913n){-webkit-animation-delay:391.9s;animation-delay:391.9s}.poke-block-choice .option-choice:nth-child(3914n){-webkit-animation-delay:392s;animation-delay:392s}.poke-block-choice .option-choice:nth-child(3915n){-webkit-animation-delay:392.1s;animation-delay:392.1s}.poke-block-choice .option-choice:nth-child(3916n){-webkit-animation-delay:392.2s;animation-delay:392.2s}.poke-block-choice .option-choice:nth-child(3917n){-webkit-animation-delay:392.3s;animation-delay:392.3s}.poke-block-choice .option-choice:nth-child(3918n){-webkit-animation-delay:392.4s;animation-delay:392.4s}.poke-block-choice .option-choice:nth-child(3919n){-webkit-animation-delay:392.5s;animation-delay:392.5s}.poke-block-choice .option-choice:nth-child(3920n){-webkit-animation-delay:392.6s;animation-delay:392.6s}.poke-block-choice .option-choice:nth-child(3921n){-webkit-animation-delay:392.7s;animation-delay:392.7s}.poke-block-choice .option-choice:nth-child(3922n){-webkit-animation-delay:392.8s;animation-delay:392.8s}.poke-block-choice .option-choice:nth-child(3923n){-webkit-animation-delay:392.9s;animation-delay:392.9s}.poke-block-choice .option-choice:nth-child(3924n){-webkit-animation-delay:393s;animation-delay:393s}.poke-block-choice .option-choice:nth-child(3925n){-webkit-animation-delay:393.1s;animation-delay:393.1s}.poke-block-choice .option-choice:nth-child(3926n){-webkit-animation-delay:393.2s;animation-delay:393.2s}.poke-block-choice .option-choice:nth-child(3927n){-webkit-animation-delay:393.3s;animation-delay:393.3s}.poke-block-choice .option-choice:nth-child(3928n){-webkit-animation-delay:393.4s;animation-delay:393.4s}.poke-block-choice .option-choice:nth-child(3929n){-webkit-animation-delay:393.5s;animation-delay:393.5s}.poke-block-choice .option-choice:nth-child(3930n){-webkit-animation-delay:393.6s;animation-delay:393.6s}.poke-block-choice .option-choice:nth-child(3931n){-webkit-animation-delay:393.7s;animation-delay:393.7s}.poke-block-choice .option-choice:nth-child(3932n){-webkit-animation-delay:393.8s;animation-delay:393.8s}.poke-block-choice .option-choice:nth-child(3933n){-webkit-animation-delay:393.9s;animation-delay:393.9s}.poke-block-choice .option-choice:nth-child(3934n){-webkit-animation-delay:394s;animation-delay:394s}.poke-block-choice .option-choice:nth-child(3935n){-webkit-animation-delay:394.1s;animation-delay:394.1s}.poke-block-choice .option-choice:nth-child(3936n){-webkit-animation-delay:394.2s;animation-delay:394.2s}.poke-block-choice .option-choice:nth-child(3937n){-webkit-animation-delay:394.3s;animation-delay:394.3s}.poke-block-choice .option-choice:nth-child(3938n){-webkit-animation-delay:394.4s;animation-delay:394.4s}.poke-block-choice .option-choice:nth-child(3939n){-webkit-animation-delay:394.5s;animation-delay:394.5s}.poke-block-choice .option-choice:nth-child(3940n){-webkit-animation-delay:394.6s;animation-delay:394.6s}.poke-block-choice .option-choice:nth-child(3941n){-webkit-animation-delay:394.7s;animation-delay:394.7s}.poke-block-choice .option-choice:nth-child(3942n){-webkit-animation-delay:394.8s;animation-delay:394.8s}.poke-block-choice .option-choice:nth-child(3943n){-webkit-animation-delay:394.9s;animation-delay:394.9s}.poke-block-choice .option-choice:nth-child(3944n){-webkit-animation-delay:395s;animation-delay:395s}.poke-block-choice .option-choice:nth-child(3945n){-webkit-animation-delay:395.1s;animation-delay:395.1s}.poke-block-choice .option-choice:nth-child(3946n){-webkit-animation-delay:395.2s;animation-delay:395.2s}.poke-block-choice .option-choice:nth-child(3947n){-webkit-animation-delay:395.3s;animation-delay:395.3s}.poke-block-choice .option-choice:nth-child(3948n){-webkit-animation-delay:395.4s;animation-delay:395.4s}.poke-block-choice .option-choice:nth-child(3949n){-webkit-animation-delay:395.5s;animation-delay:395.5s}.poke-block-choice .option-choice:nth-child(3950n){-webkit-animation-delay:395.6s;animation-delay:395.6s}.poke-block-choice .option-choice:nth-child(3951n){-webkit-animation-delay:395.7s;animation-delay:395.7s}.poke-block-choice .option-choice:nth-child(3952n){-webkit-animation-delay:395.8s;animation-delay:395.8s}.poke-block-choice .option-choice:nth-child(3953n){-webkit-animation-delay:395.9s;animation-delay:395.9s}.poke-block-choice .option-choice:nth-child(3954n){-webkit-animation-delay:396s;animation-delay:396s}.poke-block-choice .option-choice:nth-child(3955n){-webkit-animation-delay:396.1s;animation-delay:396.1s}.poke-block-choice .option-choice:nth-child(3956n){-webkit-animation-delay:396.2s;animation-delay:396.2s}.poke-block-choice .option-choice:nth-child(3957n){-webkit-animation-delay:396.3s;animation-delay:396.3s}.poke-block-choice .option-choice:nth-child(3958n){-webkit-animation-delay:396.4s;animation-delay:396.4s}.poke-block-choice .option-choice:nth-child(3959n){-webkit-animation-delay:396.5s;animation-delay:396.5s}.poke-block-choice .option-choice:nth-child(3960n){-webkit-animation-delay:396.6s;animation-delay:396.6s}.poke-block-choice .option-choice:nth-child(3961n){-webkit-animation-delay:396.7s;animation-delay:396.7s}.poke-block-choice .option-choice:nth-child(3962n){-webkit-animation-delay:396.8s;animation-delay:396.8s}.poke-block-choice .option-choice:nth-child(3963n){-webkit-animation-delay:396.9s;animation-delay:396.9s}.poke-block-choice .option-choice:nth-child(3964n){-webkit-animation-delay:397s;animation-delay:397s}.poke-block-choice .option-choice:nth-child(3965n){-webkit-animation-delay:397.1s;animation-delay:397.1s}.poke-block-choice .option-choice:nth-child(3966n){-webkit-animation-delay:397.2s;animation-delay:397.2s}.poke-block-choice .option-choice:nth-child(3967n){-webkit-animation-delay:397.3s;animation-delay:397.3s}.poke-block-choice .option-choice:nth-child(3968n){-webkit-animation-delay:397.4s;animation-delay:397.4s}.poke-block-choice .option-choice:nth-child(3969n){-webkit-animation-delay:397.5s;animation-delay:397.5s}.poke-block-choice .option-choice:nth-child(3970n){-webkit-animation-delay:397.6s;animation-delay:397.6s}.poke-block-choice .option-choice:nth-child(3971n){-webkit-animation-delay:397.7s;animation-delay:397.7s}.poke-block-choice .option-choice:nth-child(3972n){-webkit-animation-delay:397.8s;animation-delay:397.8s}.poke-block-choice .option-choice:nth-child(3973n){-webkit-animation-delay:397.9s;animation-delay:397.9s}.poke-block-choice .option-choice:nth-child(3974n){-webkit-animation-delay:398s;animation-delay:398s}.poke-block-choice .option-choice:nth-child(3975n){-webkit-animation-delay:398.1s;animation-delay:398.1s}.poke-block-choice .option-choice:nth-child(3976n){-webkit-animation-delay:398.2s;animation-delay:398.2s}.poke-block-choice .option-choice:nth-child(3977n){-webkit-animation-delay:398.3s;animation-delay:398.3s}.poke-block-choice .option-choice:nth-child(3978n){-webkit-animation-delay:398.4s;animation-delay:398.4s}.poke-block-choice .option-choice:nth-child(3979n){-webkit-animation-delay:398.5s;animation-delay:398.5s}.poke-block-choice .option-choice:nth-child(3980n){-webkit-animation-delay:398.6s;animation-delay:398.6s}.poke-block-choice .option-choice:nth-child(3981n){-webkit-animation-delay:398.7s;animation-delay:398.7s}.poke-block-choice .option-choice:nth-child(3982n){-webkit-animation-delay:398.8s;animation-delay:398.8s}.poke-block-choice .option-choice:nth-child(3983n){-webkit-animation-delay:398.9s;animation-delay:398.9s}.poke-block-choice .option-choice:nth-child(3984n){-webkit-animation-delay:399s;animation-delay:399s}.poke-block-choice .option-choice:nth-child(3985n){-webkit-animation-delay:399.1s;animation-delay:399.1s}.poke-block-choice .option-choice:nth-child(3986n){-webkit-animation-delay:399.2s;animation-delay:399.2s}.poke-block-choice .option-choice:nth-child(3987n){-webkit-animation-delay:399.3s;animation-delay:399.3s}.poke-block-choice .option-choice:nth-child(3988n){-webkit-animation-delay:399.4s;animation-delay:399.4s}.poke-block-choice .option-choice:nth-child(3989n){-webkit-animation-delay:399.5s;animation-delay:399.5s}.poke-block-choice .option-choice:nth-child(3990n){-webkit-animation-delay:399.6s;animation-delay:399.6s}.poke-block-choice .option-choice:nth-child(3991n){-webkit-animation-delay:399.7s;animation-delay:399.7s}.poke-block-choice .option-choice:nth-child(3992n){-webkit-animation-delay:399.8s;animation-delay:399.8s}.poke-block-choice .option-choice:nth-child(3993n){-webkit-animation-delay:399.9s;animation-delay:399.9s}.poke-block-choice .option-choice:nth-child(3994n){-webkit-animation-delay:400s;animation-delay:400s}.poke-block-choice .option-choice:nth-child(3995n){-webkit-animation-delay:400.1s;animation-delay:400.1s}.poke-block-choice .option-choice:nth-child(3996n){-webkit-animation-delay:400.2s;animation-delay:400.2s}.poke-block-choice .option-choice:nth-child(3997n){-webkit-animation-delay:400.3s;animation-delay:400.3s}.poke-block-choice .option-choice:nth-child(3998n){-webkit-animation-delay:400.4s;animation-delay:400.4s}.poke-block-choice .option-choice:nth-child(3999n){-webkit-animation-delay:400.5s;animation-delay:400.5s}.poke-block-choice .option-choice:nth-child(4000n){-webkit-animation-delay:400.6s;animation-delay:400.6s}.poke-block-choice .option-choice:nth-child(4001n){-webkit-animation-delay:400.7s;animation-delay:400.7s}.poke-block-choice .option-choice:nth-child(4002n){-webkit-animation-delay:400.8s;animation-delay:400.8s}.poke-block-choice .option-choice:nth-child(4003n){-webkit-animation-delay:400.9s;animation-delay:400.9s}.poke-block-choice .option-choice:nth-child(4004n){-webkit-animation-delay:401s;animation-delay:401s}.poke-block-choice .option-choice:nth-child(4005n){-webkit-animation-delay:401.1s;animation-delay:401.1s}.poke-block-choice .option-choice:nth-child(4006n){-webkit-animation-delay:401.2s;animation-delay:401.2s}.poke-block-choice .option-choice:nth-child(4007n){-webkit-animation-delay:401.3s;animation-delay:401.3s}.poke-block-choice .option-choice:nth-child(4008n){-webkit-animation-delay:401.4s;animation-delay:401.4s}.poke-block-choice .option-choice:nth-child(4009n){-webkit-animation-delay:401.5s;animation-delay:401.5s}.poke-block-choice .option-choice:nth-child(4010n){-webkit-animation-delay:401.6s;animation-delay:401.6s}.poke-block-choice .option-choice:nth-child(4011n){-webkit-animation-delay:401.7s;animation-delay:401.7s}.poke-block-choice .option-choice:nth-child(4012n){-webkit-animation-delay:401.8s;animation-delay:401.8s}.poke-block-choice .option-choice:nth-child(4013n){-webkit-animation-delay:401.9s;animation-delay:401.9s}.poke-block-choice .option-choice:nth-child(4014n){-webkit-animation-delay:402s;animation-delay:402s}.poke-block-choice .option-choice:nth-child(4015n){-webkit-animation-delay:402.1s;animation-delay:402.1s}.poke-block-choice .option-choice:nth-child(4016n){-webkit-animation-delay:402.2s;animation-delay:402.2s}.poke-block-choice .option-choice:nth-child(4017n){-webkit-animation-delay:402.3s;animation-delay:402.3s}.poke-block-choice .option-choice:nth-child(4018n){-webkit-animation-delay:402.4s;animation-delay:402.4s}.poke-block-choice .option-choice:nth-child(4019n){-webkit-animation-delay:402.5s;animation-delay:402.5s}.poke-block-choice .option-choice:nth-child(4020n){-webkit-animation-delay:402.6s;animation-delay:402.6s}.poke-block-choice .option-choice:nth-child(4021n){-webkit-animation-delay:402.7s;animation-delay:402.7s}.poke-block-choice .option-choice:nth-child(4022n){-webkit-animation-delay:402.8s;animation-delay:402.8s}.poke-block-choice .option-choice:nth-child(4023n){-webkit-animation-delay:402.9s;animation-delay:402.9s}.poke-block-choice .option-choice:nth-child(4024n){-webkit-animation-delay:403s;animation-delay:403s}.poke-block-choice .option-choice:nth-child(4025n){-webkit-animation-delay:403.1s;animation-delay:403.1s}.poke-block-choice .option-choice:nth-child(4026n){-webkit-animation-delay:403.2s;animation-delay:403.2s}.poke-block-choice .option-choice:nth-child(4027n){-webkit-animation-delay:403.3s;animation-delay:403.3s}.poke-block-choice .option-choice:nth-child(4028n){-webkit-animation-delay:403.4s;animation-delay:403.4s}.poke-block-choice .option-choice:nth-child(4029n){-webkit-animation-delay:403.5s;animation-delay:403.5s}.poke-block-choice .option-choice:nth-child(4030n){-webkit-animation-delay:403.6s;animation-delay:403.6s}.poke-block-choice .option-choice:nth-child(4031n){-webkit-animation-delay:403.7s;animation-delay:403.7s}.poke-block-choice .option-choice:nth-child(4032n){-webkit-animation-delay:403.8s;animation-delay:403.8s}.poke-block-choice .option-choice:nth-child(4033n){-webkit-animation-delay:403.9s;animation-delay:403.9s}.poke-block-choice .option-choice:nth-child(4034n){-webkit-animation-delay:404s;animation-delay:404s}.poke-block-choice .option-choice:nth-child(4035n){-webkit-animation-delay:404.1s;animation-delay:404.1s}.poke-block-choice .option-choice:nth-child(4036n){-webkit-animation-delay:404.2s;animation-delay:404.2s}.poke-block-choice .option-choice:nth-child(4037n){-webkit-animation-delay:404.3s;animation-delay:404.3s}.poke-block-choice .option-choice:nth-child(4038n){-webkit-animation-delay:404.4s;animation-delay:404.4s}.poke-block-choice .option-choice:nth-child(4039n){-webkit-animation-delay:404.5s;animation-delay:404.5s}.poke-block-choice .option-choice:nth-child(4040n){-webkit-animation-delay:404.6s;animation-delay:404.6s}.poke-block-choice .option-choice:nth-child(4041n){-webkit-animation-delay:404.7s;animation-delay:404.7s}.poke-block-choice .option-choice:nth-child(4042n){-webkit-animation-delay:404.8s;animation-delay:404.8s}.poke-block-choice .option-choice:nth-child(4043n){-webkit-animation-delay:404.9s;animation-delay:404.9s}.poke-block-choice .option-choice:nth-child(4044n){-webkit-animation-delay:405s;animation-delay:405s}.poke-block-choice .option-choice:nth-child(4045n){-webkit-animation-delay:405.1s;animation-delay:405.1s}.poke-block-choice .option-choice:nth-child(4046n){-webkit-animation-delay:405.2s;animation-delay:405.2s}.poke-block-choice .option-choice:nth-child(4047n){-webkit-animation-delay:405.3s;animation-delay:405.3s}.poke-block-choice .option-choice:nth-child(4048n){-webkit-animation-delay:405.4s;animation-delay:405.4s}.poke-block-choice .option-choice:nth-child(4049n){-webkit-animation-delay:405.5s;animation-delay:405.5s}.poke-block-choice .option-choice:nth-child(4050n){-webkit-animation-delay:405.6s;animation-delay:405.6s}.poke-block-choice .option-choice:nth-child(4051n){-webkit-animation-delay:405.7s;animation-delay:405.7s}.poke-block-choice .option-choice:nth-child(4052n){-webkit-animation-delay:405.8s;animation-delay:405.8s}.poke-block-choice .option-choice:nth-child(4053n){-webkit-animation-delay:405.9s;animation-delay:405.9s}.poke-block-choice .option-choice:nth-child(4054n){-webkit-animation-delay:406s;animation-delay:406s}.poke-block-choice .option-choice:nth-child(4055n){-webkit-animation-delay:406.1s;animation-delay:406.1s}.poke-block-choice .option-choice:nth-child(4056n){-webkit-animation-delay:406.2s;animation-delay:406.2s}.poke-block-choice .option-choice:nth-child(4057n){-webkit-animation-delay:406.3s;animation-delay:406.3s}.poke-block-choice .option-choice:nth-child(4058n){-webkit-animation-delay:406.4s;animation-delay:406.4s}.poke-block-choice .option-choice:nth-child(4059n){-webkit-animation-delay:406.5s;animation-delay:406.5s}.poke-block-choice .option-choice:nth-child(4060n){-webkit-animation-delay:406.6s;animation-delay:406.6s}.poke-block-choice .option-choice:nth-child(4061n){-webkit-animation-delay:406.7s;animation-delay:406.7s}.poke-block-choice .option-choice:nth-child(4062n){-webkit-animation-delay:406.8s;animation-delay:406.8s}.poke-block-choice .option-choice:nth-child(4063n){-webkit-animation-delay:406.9s;animation-delay:406.9s}.poke-block-choice .option-choice:nth-child(4064n){-webkit-animation-delay:407s;animation-delay:407s}.poke-block-choice .option-choice:nth-child(4065n){-webkit-animation-delay:407.1s;animation-delay:407.1s}.poke-block-choice .option-choice:nth-child(4066n){-webkit-animation-delay:407.2s;animation-delay:407.2s}.poke-block-choice .option-choice:nth-child(4067n){-webkit-animation-delay:407.3s;animation-delay:407.3s}.poke-block-choice .option-choice:nth-child(4068n){-webkit-animation-delay:407.4s;animation-delay:407.4s}.poke-block-choice .option-choice:nth-child(4069n){-webkit-animation-delay:407.5s;animation-delay:407.5s}.poke-block-choice .option-choice:nth-child(4070n){-webkit-animation-delay:407.6s;animation-delay:407.6s}.poke-block-choice .option-choice:nth-child(4071n){-webkit-animation-delay:407.7s;animation-delay:407.7s}.poke-block-choice .option-choice:nth-child(4072n){-webkit-animation-delay:407.8s;animation-delay:407.8s}.poke-block-choice .option-choice:nth-child(4073n){-webkit-animation-delay:407.9s;animation-delay:407.9s}.poke-block-choice .option-choice:nth-child(4074n){-webkit-animation-delay:408s;animation-delay:408s}.poke-block-choice .option-choice:nth-child(4075n){-webkit-animation-delay:408.1s;animation-delay:408.1s}.poke-block-choice .option-choice:nth-child(4076n){-webkit-animation-delay:408.2s;animation-delay:408.2s}.poke-block-choice .option-choice:nth-child(4077n){-webkit-animation-delay:408.3s;animation-delay:408.3s}.poke-block-choice .option-choice:nth-child(4078n){-webkit-animation-delay:408.4s;animation-delay:408.4s}.poke-block-choice .option-choice:nth-child(4079n){-webkit-animation-delay:408.5s;animation-delay:408.5s}.poke-block-choice .option-choice:nth-child(4080n){-webkit-animation-delay:408.6s;animation-delay:408.6s}.poke-block-choice .option-choice:nth-child(4081n){-webkit-animation-delay:408.7s;animation-delay:408.7s}.poke-block-choice .option-choice:nth-child(4082n){-webkit-animation-delay:408.8s;animation-delay:408.8s}.poke-block-choice .option-choice:nth-child(4083n){-webkit-animation-delay:408.9s;animation-delay:408.9s}.poke-block-choice .option-choice:nth-child(4084n){-webkit-animation-delay:409s;animation-delay:409s}.poke-block-choice .option-choice:nth-child(4085n){-webkit-animation-delay:409.1s;animation-delay:409.1s}.poke-block-choice .option-choice:nth-child(4086n){-webkit-animation-delay:409.2s;animation-delay:409.2s}.poke-block-choice .option-choice:nth-child(4087n){-webkit-animation-delay:409.3s;animation-delay:409.3s}.poke-block-choice .option-choice:nth-child(4088n){-webkit-animation-delay:409.4s;animation-delay:409.4s}.poke-block-choice .option-choice:nth-child(4089n){-webkit-animation-delay:409.5s;animation-delay:409.5s}.poke-block-choice .option-choice:nth-child(4090n){-webkit-animation-delay:409.6s;animation-delay:409.6s}.poke-block-choice .option-choice:nth-child(4091n){-webkit-animation-delay:409.7s;animation-delay:409.7s}.poke-block-choice .option-choice:nth-child(4092n){-webkit-animation-delay:409.8s;animation-delay:409.8s}.poke-block-choice .option-choice:nth-child(4093n){-webkit-animation-delay:409.9s;animation-delay:409.9s}.poke-block-choice .option-choice:nth-child(4094n){-webkit-animation-delay:410s;animation-delay:410s}.poke-block-choice .option-choice:nth-child(4095n){-webkit-animation-delay:410.1s;animation-delay:410.1s}.poke-block-choice .option-choice:nth-child(4096n){-webkit-animation-delay:410.2s;animation-delay:410.2s}.poke-block-choice .option-choice:nth-child(4097n){-webkit-animation-delay:410.3s;animation-delay:410.3s}.poke-block-choice .option-choice:nth-child(4098n){-webkit-animation-delay:410.4s;animation-delay:410.4s}.poke-block-choice .option-choice:nth-child(4099n){-webkit-animation-delay:410.5s;animation-delay:410.5s}.poke-block-choice .option-choice:nth-child(4100n){-webkit-animation-delay:410.6s;animation-delay:410.6s}.poke-block-choice .option-choice:nth-child(4101n){-webkit-animation-delay:410.7s;animation-delay:410.7s}.poke-block-choice .option-choice:nth-child(4102n){-webkit-animation-delay:410.8s;animation-delay:410.8s}.poke-block-choice .option-choice:nth-child(4103n){-webkit-animation-delay:410.9s;animation-delay:410.9s}.poke-block-choice .option-choice:nth-child(4104n){-webkit-animation-delay:411s;animation-delay:411s}.poke-block-choice .option-choice:nth-child(4105n){-webkit-animation-delay:411.1s;animation-delay:411.1s}.poke-block-choice .option-choice:nth-child(4106n){-webkit-animation-delay:411.2s;animation-delay:411.2s}.poke-block-choice .option-choice:nth-child(4107n){-webkit-animation-delay:411.3s;animation-delay:411.3s}.poke-block-choice .option-choice:nth-child(4108n){-webkit-animation-delay:411.4s;animation-delay:411.4s}.poke-block-choice .option-choice:nth-child(4109n){-webkit-animation-delay:411.5s;animation-delay:411.5s}.poke-block-choice .option-choice:nth-child(4110n){-webkit-animation-delay:411.6s;animation-delay:411.6s}.poke-block-choice .option-choice:nth-child(4111n){-webkit-animation-delay:411.7s;animation-delay:411.7s}.poke-block-choice .option-choice:nth-child(4112n){-webkit-animation-delay:411.8s;animation-delay:411.8s}.poke-block-choice .option-choice:nth-child(4113n){-webkit-animation-delay:411.9s;animation-delay:411.9s}.poke-block-choice .option-choice:nth-child(4114n){-webkit-animation-delay:412s;animation-delay:412s}.poke-block-choice .option-choice:nth-child(4115n){-webkit-animation-delay:412.1s;animation-delay:412.1s}.poke-block-choice .option-choice:nth-child(4116n){-webkit-animation-delay:412.2s;animation-delay:412.2s}.poke-block-choice .option-choice:nth-child(4117n){-webkit-animation-delay:412.3s;animation-delay:412.3s}.poke-block-choice .option-choice:nth-child(4118n){-webkit-animation-delay:412.4s;animation-delay:412.4s}.poke-block-choice .option-choice:nth-child(4119n){-webkit-animation-delay:412.5s;animation-delay:412.5s}.poke-block-choice .option-choice:nth-child(4120n){-webkit-animation-delay:412.6s;animation-delay:412.6s}.poke-block-choice .option-choice:nth-child(4121n){-webkit-animation-delay:412.7s;animation-delay:412.7s}.poke-block-choice .option-choice:nth-child(4122n){-webkit-animation-delay:412.8s;animation-delay:412.8s}.poke-block-choice .option-choice:nth-child(4123n){-webkit-animation-delay:412.9s;animation-delay:412.9s}.poke-block-choice .option-choice:nth-child(4124n){-webkit-animation-delay:413s;animation-delay:413s}.poke-block-choice .option-choice:nth-child(4125n){-webkit-animation-delay:413.1s;animation-delay:413.1s}.poke-block-choice .option-choice:nth-child(4126n){-webkit-animation-delay:413.2s;animation-delay:413.2s}.poke-block-choice .option-choice:nth-child(4127n){-webkit-animation-delay:413.3s;animation-delay:413.3s}.poke-block-choice .option-choice:nth-child(4128n){-webkit-animation-delay:413.4s;animation-delay:413.4s}.poke-block-choice .option-choice:nth-child(4129n){-webkit-animation-delay:413.5s;animation-delay:413.5s}.poke-block-choice .option-choice:nth-child(4130n){-webkit-animation-delay:413.6s;animation-delay:413.6s}.poke-block-choice .option-choice:nth-child(4131n){-webkit-animation-delay:413.7s;animation-delay:413.7s}.poke-block-choice .option-choice:nth-child(4132n){-webkit-animation-delay:413.8s;animation-delay:413.8s}.poke-block-choice .option-choice:nth-child(4133n){-webkit-animation-delay:413.9s;animation-delay:413.9s}.poke-block-choice .option-choice:nth-child(4134n){-webkit-animation-delay:414s;animation-delay:414s}.poke-block-choice .option-choice:nth-child(4135n){-webkit-animation-delay:414.1s;animation-delay:414.1s}.poke-block-choice .option-choice:nth-child(4136n){-webkit-animation-delay:414.2s;animation-delay:414.2s}.poke-block-choice .option-choice:nth-child(4137n){-webkit-animation-delay:414.3s;animation-delay:414.3s}.poke-block-choice .option-choice:nth-child(4138n){-webkit-animation-delay:414.4s;animation-delay:414.4s}.poke-block-choice .option-choice:nth-child(4139n){-webkit-animation-delay:414.5s;animation-delay:414.5s}.poke-block-choice .option-choice:nth-child(4140n){-webkit-animation-delay:414.6s;animation-delay:414.6s}.poke-block-choice .option-choice:nth-child(4141n){-webkit-animation-delay:414.7s;animation-delay:414.7s}.poke-block-choice .option-choice:nth-child(4142n){-webkit-animation-delay:414.8s;animation-delay:414.8s}.poke-block-choice .option-choice:nth-child(4143n){-webkit-animation-delay:414.9s;animation-delay:414.9s}.poke-block-choice .option-choice:nth-child(4144n){-webkit-animation-delay:415s;animation-delay:415s}.poke-block-choice .option-choice:nth-child(4145n){-webkit-animation-delay:415.1s;animation-delay:415.1s}.poke-block-choice .option-choice:nth-child(4146n){-webkit-animation-delay:415.2s;animation-delay:415.2s}.poke-block-choice .option-choice:nth-child(4147n){-webkit-animation-delay:415.3s;animation-delay:415.3s}.poke-block-choice .option-choice:nth-child(4148n){-webkit-animation-delay:415.4s;animation-delay:415.4s}.poke-block-choice .option-choice:nth-child(4149n){-webkit-animation-delay:415.5s;animation-delay:415.5s}.poke-block-choice .option-choice:nth-child(4150n){-webkit-animation-delay:415.6s;animation-delay:415.6s}.poke-block-choice .option-choice:nth-child(4151n){-webkit-animation-delay:415.7s;animation-delay:415.7s}.poke-block-choice .option-choice:nth-child(4152n){-webkit-animation-delay:415.8s;animation-delay:415.8s}.poke-block-choice .option-choice:nth-child(4153n){-webkit-animation-delay:415.9s;animation-delay:415.9s}.poke-block-choice .option-choice:nth-child(4154n){-webkit-animation-delay:416s;animation-delay:416s}.poke-block-choice .option-choice:nth-child(4155n){-webkit-animation-delay:416.1s;animation-delay:416.1s}.poke-block-choice .option-choice:nth-child(4156n){-webkit-animation-delay:416.2s;animation-delay:416.2s}.poke-block-choice .option-choice:nth-child(4157n){-webkit-animation-delay:416.3s;animation-delay:416.3s}.poke-block-choice .option-choice:nth-child(4158n){-webkit-animation-delay:416.4s;animation-delay:416.4s}.poke-block-choice .option-choice:nth-child(4159n){-webkit-animation-delay:416.5s;animation-delay:416.5s}.poke-block-choice .option-choice:nth-child(4160n){-webkit-animation-delay:416.6s;animation-delay:416.6s}.poke-block-choice .option-choice:nth-child(4161n){-webkit-animation-delay:416.7s;animation-delay:416.7s}.poke-block-choice .option-choice:nth-child(4162n){-webkit-animation-delay:416.8s;animation-delay:416.8s}.poke-block-choice .option-choice:nth-child(4163n){-webkit-animation-delay:416.9s;animation-delay:416.9s}.poke-block-choice .option-choice:nth-child(4164n){-webkit-animation-delay:417s;animation-delay:417s}.poke-block-choice .option-choice:nth-child(4165n){-webkit-animation-delay:417.1s;animation-delay:417.1s}.poke-block-choice .option-choice:nth-child(4166n){-webkit-animation-delay:417.2s;animation-delay:417.2s}.poke-block-choice .option-choice:nth-child(4167n){-webkit-animation-delay:417.3s;animation-delay:417.3s}.poke-block-choice .option-choice:nth-child(4168n){-webkit-animation-delay:417.4s;animation-delay:417.4s}.poke-block-choice .option-choice:nth-child(4169n){-webkit-animation-delay:417.5s;animation-delay:417.5s}.poke-block-choice .option-choice:nth-child(4170n){-webkit-animation-delay:417.6s;animation-delay:417.6s}.poke-block-choice .option-choice:nth-child(4171n){-webkit-animation-delay:417.7s;animation-delay:417.7s}.poke-block-choice .option-choice:nth-child(4172n){-webkit-animation-delay:417.8s;animation-delay:417.8s}.poke-block-choice .option-choice:nth-child(4173n){-webkit-animation-delay:417.9s;animation-delay:417.9s}.poke-block-choice .option-choice:nth-child(4174n){-webkit-animation-delay:418s;animation-delay:418s}.poke-block-choice .option-choice:nth-child(4175n){-webkit-animation-delay:418.1s;animation-delay:418.1s}.poke-block-choice .option-choice:nth-child(4176n){-webkit-animation-delay:418.2s;animation-delay:418.2s}.poke-block-choice .option-choice:nth-child(4177n){-webkit-animation-delay:418.3s;animation-delay:418.3s}.poke-block-choice .option-choice:nth-child(4178n){-webkit-animation-delay:418.4s;animation-delay:418.4s}.poke-block-choice .option-choice:nth-child(4179n){-webkit-animation-delay:418.5s;animation-delay:418.5s}.poke-block-choice .option-choice:nth-child(4180n){-webkit-animation-delay:418.6s;animation-delay:418.6s}.poke-block-choice .option-choice:nth-child(4181n){-webkit-animation-delay:418.7s;animation-delay:418.7s}.poke-block-choice .option-choice:nth-child(4182n){-webkit-animation-delay:418.8s;animation-delay:418.8s}.poke-block-choice .option-choice:nth-child(4183n){-webkit-animation-delay:418.9s;animation-delay:418.9s}.poke-block-choice .option-choice:nth-child(4184n){-webkit-animation-delay:419s;animation-delay:419s}.poke-block-choice .option-choice:nth-child(4185n){-webkit-animation-delay:419.1s;animation-delay:419.1s}.poke-block-choice .option-choice:nth-child(4186n){-webkit-animation-delay:419.2s;animation-delay:419.2s}.poke-block-choice .option-choice:nth-child(4187n){-webkit-animation-delay:419.3s;animation-delay:419.3s}.poke-block-choice .option-choice:nth-child(4188n){-webkit-animation-delay:419.4s;animation-delay:419.4s}.poke-block-choice .option-choice:nth-child(4189n){-webkit-animation-delay:419.5s;animation-delay:419.5s}.poke-block-choice .option-choice:nth-child(4190n){-webkit-animation-delay:419.6s;animation-delay:419.6s}.poke-block-choice .option-choice:nth-child(4191n){-webkit-animation-delay:419.7s;animation-delay:419.7s}.poke-block-choice .option-choice:nth-child(4192n){-webkit-animation-delay:419.8s;animation-delay:419.8s}.poke-block-choice .option-choice:nth-child(4193n){-webkit-animation-delay:419.9s;animation-delay:419.9s}.poke-block-choice .option-choice:nth-child(4194n){-webkit-animation-delay:420s;animation-delay:420s}.poke-block-choice .option-choice:nth-child(4195n){-webkit-animation-delay:420.1s;animation-delay:420.1s}.poke-block-choice .option-choice:nth-child(4196n){-webkit-animation-delay:420.2s;animation-delay:420.2s}.poke-block-choice .option-choice:nth-child(4197n){-webkit-animation-delay:420.3s;animation-delay:420.3s}.poke-block-choice .option-choice:nth-child(4198n){-webkit-animation-delay:420.4s;animation-delay:420.4s}.poke-block-choice .option-choice:nth-child(4199n){-webkit-animation-delay:420.5s;animation-delay:420.5s}.poke-block-choice .option-choice:nth-child(4200n){-webkit-animation-delay:420.6s;animation-delay:420.6s}.poke-block-choice .option-choice:nth-child(4201n){-webkit-animation-delay:420.7s;animation-delay:420.7s}.poke-block-choice .option-choice:nth-child(4202n){-webkit-animation-delay:420.8s;animation-delay:420.8s}.poke-block-choice .option-choice:nth-child(4203n){-webkit-animation-delay:420.9s;animation-delay:420.9s}.poke-block-choice .option-choice:nth-child(4204n){-webkit-animation-delay:421s;animation-delay:421s}.poke-block-choice .option-choice:nth-child(4205n){-webkit-animation-delay:421.1s;animation-delay:421.1s}.poke-block-choice .option-choice:nth-child(4206n){-webkit-animation-delay:421.2s;animation-delay:421.2s}.poke-block-choice .option-choice:nth-child(4207n){-webkit-animation-delay:421.3s;animation-delay:421.3s}.poke-block-choice .option-choice:nth-child(4208n){-webkit-animation-delay:421.4s;animation-delay:421.4s}.poke-block-choice .option-choice:nth-child(4209n){-webkit-animation-delay:421.5s;animation-delay:421.5s}.poke-block-choice .option-choice:nth-child(4210n){-webkit-animation-delay:421.6s;animation-delay:421.6s}.poke-block-choice .option-choice:nth-child(4211n){-webkit-animation-delay:421.7s;animation-delay:421.7s}.poke-block-choice .option-choice:nth-child(4212n){-webkit-animation-delay:421.8s;animation-delay:421.8s}.poke-block-choice .option-choice:nth-child(4213n){-webkit-animation-delay:421.9s;animation-delay:421.9s}.poke-block-choice .option-choice:nth-child(4214n){-webkit-animation-delay:422s;animation-delay:422s}.poke-block-choice .option-choice:nth-child(4215n){-webkit-animation-delay:422.1s;animation-delay:422.1s}.poke-block-choice .option-choice:nth-child(4216n){-webkit-animation-delay:422.2s;animation-delay:422.2s}.poke-block-choice .option-choice:nth-child(4217n){-webkit-animation-delay:422.3s;animation-delay:422.3s}.poke-block-choice .option-choice:nth-child(4218n){-webkit-animation-delay:422.4s;animation-delay:422.4s}.poke-block-choice .option-choice:nth-child(4219n){-webkit-animation-delay:422.5s;animation-delay:422.5s}.poke-block-choice .option-choice:nth-child(4220n){-webkit-animation-delay:422.6s;animation-delay:422.6s}.poke-block-choice .option-choice:nth-child(4221n){-webkit-animation-delay:422.7s;animation-delay:422.7s}.poke-block-choice .option-choice:nth-child(4222n){-webkit-animation-delay:422.8s;animation-delay:422.8s}.poke-block-choice .option-choice:nth-child(4223n){-webkit-animation-delay:422.9s;animation-delay:422.9s}.poke-block-choice .option-choice:nth-child(4224n){-webkit-animation-delay:423s;animation-delay:423s}.poke-block-choice .option-choice:nth-child(4225n){-webkit-animation-delay:423.1s;animation-delay:423.1s}.poke-block-choice .option-choice:nth-child(4226n){-webkit-animation-delay:423.2s;animation-delay:423.2s}.poke-block-choice .option-choice:nth-child(4227n){-webkit-animation-delay:423.3s;animation-delay:423.3s}.poke-block-choice .option-choice:nth-child(4228n){-webkit-animation-delay:423.4s;animation-delay:423.4s}.poke-block-choice .option-choice:nth-child(4229n){-webkit-animation-delay:423.5s;animation-delay:423.5s}.poke-block-choice .option-choice:nth-child(4230n){-webkit-animation-delay:423.6s;animation-delay:423.6s}.poke-block-choice .option-choice:nth-child(4231n){-webkit-animation-delay:423.7s;animation-delay:423.7s}.poke-block-choice .option-choice:nth-child(4232n){-webkit-animation-delay:423.8s;animation-delay:423.8s}.poke-block-choice .option-choice:nth-child(4233n){-webkit-animation-delay:423.9s;animation-delay:423.9s}.poke-block-choice .option-choice:nth-child(4234n){-webkit-animation-delay:424s;animation-delay:424s}.poke-block-choice .option-choice:nth-child(4235n){-webkit-animation-delay:424.1s;animation-delay:424.1s}.poke-block-choice .option-choice:nth-child(4236n){-webkit-animation-delay:424.2s;animation-delay:424.2s}.poke-block-choice .option-choice:nth-child(4237n){-webkit-animation-delay:424.3s;animation-delay:424.3s}.poke-block-choice .option-choice:nth-child(4238n){-webkit-animation-delay:424.4s;animation-delay:424.4s}.poke-block-choice .option-choice:nth-child(4239n){-webkit-animation-delay:424.5s;animation-delay:424.5s}.poke-block-choice .option-choice:nth-child(4240n){-webkit-animation-delay:424.6s;animation-delay:424.6s}.poke-block-choice .option-choice:nth-child(4241n){-webkit-animation-delay:424.7s;animation-delay:424.7s}.poke-block-choice .option-choice:nth-child(4242n){-webkit-animation-delay:424.8s;animation-delay:424.8s}.poke-block-choice .option-choice:nth-child(4243n){-webkit-animation-delay:424.9s;animation-delay:424.9s}.poke-block-choice .option-choice:nth-child(4244n){-webkit-animation-delay:425s;animation-delay:425s}.poke-block-choice .option-choice:nth-child(4245n){-webkit-animation-delay:425.1s;animation-delay:425.1s}.poke-block-choice .option-choice:nth-child(4246n){-webkit-animation-delay:425.2s;animation-delay:425.2s}.poke-block-choice .option-choice:nth-child(4247n){-webkit-animation-delay:425.3s;animation-delay:425.3s}.poke-block-choice .option-choice:nth-child(4248n){-webkit-animation-delay:425.4s;animation-delay:425.4s}.poke-block-choice .option-choice:nth-child(4249n){-webkit-animation-delay:425.5s;animation-delay:425.5s}.poke-block-choice .option-choice:nth-child(4250n){-webkit-animation-delay:425.6s;animation-delay:425.6s}.poke-block-choice .option-choice:nth-child(4251n){-webkit-animation-delay:425.7s;animation-delay:425.7s}.poke-block-choice .option-choice:nth-child(4252n){-webkit-animation-delay:425.8s;animation-delay:425.8s}.poke-block-choice .option-choice:nth-child(4253n){-webkit-animation-delay:425.9s;animation-delay:425.9s}.poke-block-choice .option-choice:nth-child(4254n){-webkit-animation-delay:426s;animation-delay:426s}.poke-block-choice .option-choice:nth-child(4255n){-webkit-animation-delay:426.1s;animation-delay:426.1s}.poke-block-choice .option-choice:nth-child(4256n){-webkit-animation-delay:426.2s;animation-delay:426.2s}.poke-block-choice .option-choice:nth-child(4257n){-webkit-animation-delay:426.3s;animation-delay:426.3s}.poke-block-choice .option-choice:nth-child(4258n){-webkit-animation-delay:426.4s;animation-delay:426.4s}.poke-block-choice .option-choice:nth-child(4259n){-webkit-animation-delay:426.5s;animation-delay:426.5s}.poke-block-choice .option-choice:nth-child(4260n){-webkit-animation-delay:426.6s;animation-delay:426.6s}.poke-block-choice .option-choice:nth-child(4261n){-webkit-animation-delay:426.7s;animation-delay:426.7s}.poke-block-choice .option-choice:nth-child(4262n){-webkit-animation-delay:426.8s;animation-delay:426.8s}.poke-block-choice .option-choice:nth-child(4263n){-webkit-animation-delay:426.9s;animation-delay:426.9s}.poke-block-choice .option-choice:nth-child(4264n){-webkit-animation-delay:427s;animation-delay:427s}.poke-block-choice .option-choice:nth-child(4265n){-webkit-animation-delay:427.1s;animation-delay:427.1s}.poke-block-choice .option-choice:nth-child(4266n){-webkit-animation-delay:427.2s;animation-delay:427.2s}.poke-block-choice .option-choice:nth-child(4267n){-webkit-animation-delay:427.3s;animation-delay:427.3s}.poke-block-choice .option-choice:nth-child(4268n){-webkit-animation-delay:427.4s;animation-delay:427.4s}.poke-block-choice .option-choice:nth-child(4269n){-webkit-animation-delay:427.5s;animation-delay:427.5s}.poke-block-choice .option-choice:nth-child(4270n){-webkit-animation-delay:427.6s;animation-delay:427.6s}.poke-block-choice .option-choice:nth-child(4271n){-webkit-animation-delay:427.7s;animation-delay:427.7s}.poke-block-choice .option-choice:nth-child(4272n){-webkit-animation-delay:427.8s;animation-delay:427.8s}.poke-block-choice .option-choice:nth-child(4273n){-webkit-animation-delay:427.9s;animation-delay:427.9s}.poke-block-choice .option-choice:nth-child(4274n){-webkit-animation-delay:428s;animation-delay:428s}.poke-block-choice .option-choice:nth-child(4275n){-webkit-animation-delay:428.1s;animation-delay:428.1s}.poke-block-choice .option-choice:nth-child(4276n){-webkit-animation-delay:428.2s;animation-delay:428.2s}.poke-block-choice .option-choice:nth-child(4277n){-webkit-animation-delay:428.3s;animation-delay:428.3s}.poke-block-choice .option-choice:nth-child(4278n){-webkit-animation-delay:428.4s;animation-delay:428.4s}.poke-block-choice .option-choice:nth-child(4279n){-webkit-animation-delay:428.5s;animation-delay:428.5s}.poke-block-choice .option-choice:nth-child(4280n){-webkit-animation-delay:428.6s;animation-delay:428.6s}.poke-block-choice .option-choice:nth-child(4281n){-webkit-animation-delay:428.7s;animation-delay:428.7s}.poke-block-choice .option-choice:nth-child(4282n){-webkit-animation-delay:428.8s;animation-delay:428.8s}.poke-block-choice .option-choice:nth-child(4283n){-webkit-animation-delay:428.9s;animation-delay:428.9s}.poke-block-choice .option-choice:nth-child(4284n){-webkit-animation-delay:429s;animation-delay:429s}.poke-block-choice .option-choice:nth-child(4285n){-webkit-animation-delay:429.1s;animation-delay:429.1s}.poke-block-choice .option-choice:nth-child(4286n){-webkit-animation-delay:429.2s;animation-delay:429.2s}.poke-block-choice .option-choice:nth-child(4287n){-webkit-animation-delay:429.3s;animation-delay:429.3s}.poke-block-choice .option-choice:nth-child(4288n){-webkit-animation-delay:429.4s;animation-delay:429.4s}.poke-block-choice .option-choice:nth-child(4289n){-webkit-animation-delay:429.5s;animation-delay:429.5s}.poke-block-choice .option-choice:nth-child(4290n){-webkit-animation-delay:429.6s;animation-delay:429.6s}.poke-block-choice .option-choice:nth-child(4291n){-webkit-animation-delay:429.7s;animation-delay:429.7s}.poke-block-choice .option-choice:nth-child(4292n){-webkit-animation-delay:429.8s;animation-delay:429.8s}.poke-block-choice .option-choice:nth-child(4293n){-webkit-animation-delay:429.9s;animation-delay:429.9s}.poke-block-choice .option-choice:nth-child(4294n){-webkit-animation-delay:430s;animation-delay:430s}.poke-block-choice .option-choice:nth-child(4295n){-webkit-animation-delay:430.1s;animation-delay:430.1s}.poke-block-choice .option-choice:nth-child(4296n){-webkit-animation-delay:430.2s;animation-delay:430.2s}.poke-block-choice .option-choice:nth-child(4297n){-webkit-animation-delay:430.3s;animation-delay:430.3s}.poke-block-choice .option-choice:nth-child(4298n){-webkit-animation-delay:430.4s;animation-delay:430.4s}.poke-block-choice .option-choice:nth-child(4299n){-webkit-animation-delay:430.5s;animation-delay:430.5s}.poke-block-choice .option-choice:nth-child(4300n){-webkit-animation-delay:430.6s;animation-delay:430.6s}.poke-block-choice .option-choice:nth-child(4301n){-webkit-animation-delay:430.7s;animation-delay:430.7s}.poke-block-choice .option-choice:nth-child(4302n){-webkit-animation-delay:430.8s;animation-delay:430.8s}.poke-block-choice .option-choice:nth-child(4303n){-webkit-animation-delay:430.9s;animation-delay:430.9s}.poke-block-choice .option-choice:nth-child(4304n){-webkit-animation-delay:431s;animation-delay:431s}.poke-block-choice .option-choice:nth-child(4305n){-webkit-animation-delay:431.1s;animation-delay:431.1s}.poke-block-choice .option-choice:nth-child(4306n){-webkit-animation-delay:431.2s;animation-delay:431.2s}.poke-block-choice .option-choice:nth-child(4307n){-webkit-animation-delay:431.3s;animation-delay:431.3s}.poke-block-choice .option-choice:nth-child(4308n){-webkit-animation-delay:431.4s;animation-delay:431.4s}.poke-block-choice .option-choice:nth-child(4309n){-webkit-animation-delay:431.5s;animation-delay:431.5s}.poke-block-choice .option-choice:nth-child(4310n){-webkit-animation-delay:431.6s;animation-delay:431.6s}.poke-block-choice .option-choice:nth-child(4311n){-webkit-animation-delay:431.7s;animation-delay:431.7s}.poke-block-choice .option-choice:nth-child(4312n){-webkit-animation-delay:431.8s;animation-delay:431.8s}.poke-block-choice .option-choice:nth-child(4313n){-webkit-animation-delay:431.9s;animation-delay:431.9s}.poke-block-choice .option-choice:nth-child(4314n){-webkit-animation-delay:432s;animation-delay:432s}.poke-block-choice .option-choice:nth-child(4315n){-webkit-animation-delay:432.1s;animation-delay:432.1s}.poke-block-choice .option-choice:nth-child(4316n){-webkit-animation-delay:432.2s;animation-delay:432.2s}.poke-block-choice .option-choice:nth-child(4317n){-webkit-animation-delay:432.3s;animation-delay:432.3s}.poke-block-choice .option-choice:nth-child(4318n){-webkit-animation-delay:432.4s;animation-delay:432.4s}.poke-block-choice .option-choice:nth-child(4319n){-webkit-animation-delay:432.5s;animation-delay:432.5s}.poke-block-choice .option-choice:nth-child(4320n){-webkit-animation-delay:432.6s;animation-delay:432.6s}.poke-block-choice .option-choice:nth-child(4321n){-webkit-animation-delay:432.7s;animation-delay:432.7s}.poke-block-choice .option-choice:nth-child(4322n){-webkit-animation-delay:432.8s;animation-delay:432.8s}.poke-block-choice .option-choice:nth-child(4323n){-webkit-animation-delay:432.9s;animation-delay:432.9s}.poke-block-choice .option-choice:nth-child(4324n){-webkit-animation-delay:433s;animation-delay:433s}.poke-block-choice .option-choice:nth-child(4325n){-webkit-animation-delay:433.1s;animation-delay:433.1s}.poke-block-choice .option-choice:nth-child(4326n){-webkit-animation-delay:433.2s;animation-delay:433.2s}.poke-block-choice .option-choice:nth-child(4327n){-webkit-animation-delay:433.3s;animation-delay:433.3s}.poke-block-choice .option-choice:nth-child(4328n){-webkit-animation-delay:433.4s;animation-delay:433.4s}.poke-block-choice .option-choice:nth-child(4329n){-webkit-animation-delay:433.5s;animation-delay:433.5s}.poke-block-choice .option-choice:nth-child(4330n){-webkit-animation-delay:433.6s;animation-delay:433.6s}.poke-block-choice .option-choice:nth-child(4331n){-webkit-animation-delay:433.7s;animation-delay:433.7s}.poke-block-choice .option-choice:nth-child(4332n){-webkit-animation-delay:433.8s;animation-delay:433.8s}.poke-block-choice .option-choice:nth-child(4333n){-webkit-animation-delay:433.9s;animation-delay:433.9s}.poke-block-choice .option-choice:nth-child(4334n){-webkit-animation-delay:434s;animation-delay:434s}.poke-block-choice .option-choice:nth-child(4335n){-webkit-animation-delay:434.1s;animation-delay:434.1s}.poke-block-choice .option-choice:nth-child(4336n){-webkit-animation-delay:434.2s;animation-delay:434.2s}.poke-block-choice .option-choice:nth-child(4337n){-webkit-animation-delay:434.3s;animation-delay:434.3s}.poke-block-choice .option-choice:nth-child(4338n){-webkit-animation-delay:434.4s;animation-delay:434.4s}.poke-block-choice .option-choice:nth-child(4339n){-webkit-animation-delay:434.5s;animation-delay:434.5s}.poke-block-choice .option-choice:nth-child(4340n){-webkit-animation-delay:434.6s;animation-delay:434.6s}.poke-block-choice .option-choice:nth-child(4341n){-webkit-animation-delay:434.7s;animation-delay:434.7s}.poke-block-choice .option-choice:nth-child(4342n){-webkit-animation-delay:434.8s;animation-delay:434.8s}.poke-block-choice .option-choice:nth-child(4343n){-webkit-animation-delay:434.9s;animation-delay:434.9s}.poke-block-choice .option-choice:nth-child(4344n){-webkit-animation-delay:435s;animation-delay:435s}.poke-block-choice .option-choice:nth-child(4345n){-webkit-animation-delay:435.1s;animation-delay:435.1s}.poke-block-choice .option-choice:nth-child(4346n){-webkit-animation-delay:435.2s;animation-delay:435.2s}.poke-block-choice .option-choice:nth-child(4347n){-webkit-animation-delay:435.3s;animation-delay:435.3s}.poke-block-choice .option-choice:nth-child(4348n){-webkit-animation-delay:435.4s;animation-delay:435.4s}.poke-block-choice .option-choice:nth-child(4349n){-webkit-animation-delay:435.5s;animation-delay:435.5s}.poke-block-choice .option-choice:nth-child(4350n){-webkit-animation-delay:435.6s;animation-delay:435.6s}.poke-block-choice .option-choice:nth-child(4351n){-webkit-animation-delay:435.7s;animation-delay:435.7s}.poke-block-choice .option-choice:nth-child(4352n){-webkit-animation-delay:435.8s;animation-delay:435.8s}.poke-block-choice .option-choice:nth-child(4353n){-webkit-animation-delay:435.9s;animation-delay:435.9s}.poke-block-choice .option-choice:nth-child(4354n){-webkit-animation-delay:436s;animation-delay:436s}.poke-block-choice .option-choice:nth-child(4355n){-webkit-animation-delay:436.1s;animation-delay:436.1s}.poke-block-choice .option-choice:nth-child(4356n){-webkit-animation-delay:436.2s;animation-delay:436.2s}.poke-block-choice .option-choice:nth-child(4357n){-webkit-animation-delay:436.3s;animation-delay:436.3s}.poke-block-choice .option-choice:nth-child(4358n){-webkit-animation-delay:436.4s;animation-delay:436.4s}.poke-block-choice .option-choice:nth-child(4359n){-webkit-animation-delay:436.5s;animation-delay:436.5s}.poke-block-choice .option-choice:nth-child(4360n){-webkit-animation-delay:436.6s;animation-delay:436.6s}.poke-block-choice .option-choice:nth-child(4361n){-webkit-animation-delay:436.7s;animation-delay:436.7s}.poke-block-choice .option-choice:nth-child(4362n){-webkit-animation-delay:436.8s;animation-delay:436.8s}.poke-block-choice .option-choice:nth-child(4363n){-webkit-animation-delay:436.9s;animation-delay:436.9s}.poke-block-choice .option-choice:nth-child(4364n){-webkit-animation-delay:437s;animation-delay:437s}.poke-block-choice .option-choice:nth-child(4365n){-webkit-animation-delay:437.1s;animation-delay:437.1s}.poke-block-choice .option-choice:nth-child(4366n){-webkit-animation-delay:437.2s;animation-delay:437.2s}.poke-block-choice .option-choice:nth-child(4367n){-webkit-animation-delay:437.3s;animation-delay:437.3s}.poke-block-choice .option-choice:nth-child(4368n){-webkit-animation-delay:437.4s;animation-delay:437.4s}.poke-block-choice .option-choice:nth-child(4369n){-webkit-animation-delay:437.5s;animation-delay:437.5s}.poke-block-choice .option-choice:nth-child(4370n){-webkit-animation-delay:437.6s;animation-delay:437.6s}.poke-block-choice .option-choice:nth-child(4371n){-webkit-animation-delay:437.7s;animation-delay:437.7s}.poke-block-choice .option-choice:nth-child(4372n){-webkit-animation-delay:437.8s;animation-delay:437.8s}.poke-block-choice .option-choice:nth-child(4373n){-webkit-animation-delay:437.9s;animation-delay:437.9s}.poke-block-choice .option-choice:nth-child(4374n){-webkit-animation-delay:438s;animation-delay:438s}.poke-block-choice .option-choice:nth-child(4375n){-webkit-animation-delay:438.1s;animation-delay:438.1s}.poke-block-choice .option-choice:nth-child(4376n){-webkit-animation-delay:438.2s;animation-delay:438.2s}.poke-block-choice .option-choice:nth-child(4377n){-webkit-animation-delay:438.3s;animation-delay:438.3s}.poke-block-choice .option-choice:nth-child(4378n){-webkit-animation-delay:438.4s;animation-delay:438.4s}.poke-block-choice .option-choice:nth-child(4379n){-webkit-animation-delay:438.5s;animation-delay:438.5s}.poke-block-choice .option-choice:nth-child(4380n){-webkit-animation-delay:438.6s;animation-delay:438.6s}.poke-block-choice .option-choice:nth-child(4381n){-webkit-animation-delay:438.7s;animation-delay:438.7s}.poke-block-choice .option-choice:nth-child(4382n){-webkit-animation-delay:438.8s;animation-delay:438.8s}.poke-block-choice .option-choice:nth-child(4383n){-webkit-animation-delay:438.9s;animation-delay:438.9s}.poke-block-choice .option-choice:nth-child(4384n){-webkit-animation-delay:439s;animation-delay:439s}.poke-block-choice .option-choice:nth-child(4385n){-webkit-animation-delay:439.1s;animation-delay:439.1s}.poke-block-choice .option-choice:nth-child(4386n){-webkit-animation-delay:439.2s;animation-delay:439.2s}.poke-block-choice .option-choice:nth-child(4387n){-webkit-animation-delay:439.3s;animation-delay:439.3s}.poke-block-choice .option-choice:nth-child(4388n){-webkit-animation-delay:439.4s;animation-delay:439.4s}.poke-block-choice .option-choice:nth-child(4389n){-webkit-animation-delay:439.5s;animation-delay:439.5s}.poke-block-choice .option-choice:nth-child(4390n){-webkit-animation-delay:439.6s;animation-delay:439.6s}.poke-block-choice .option-choice:nth-child(4391n){-webkit-animation-delay:439.7s;animation-delay:439.7s}.poke-block-choice .option-choice:nth-child(4392n){-webkit-animation-delay:439.8s;animation-delay:439.8s}.poke-block-choice .option-choice:nth-child(4393n){-webkit-animation-delay:439.9s;animation-delay:439.9s}.poke-block-choice .option-choice:nth-child(4394n){-webkit-animation-delay:440s;animation-delay:440s}.poke-block-choice .option-choice:nth-child(4395n){-webkit-animation-delay:440.1s;animation-delay:440.1s}.poke-block-choice .option-choice:nth-child(4396n){-webkit-animation-delay:440.2s;animation-delay:440.2s}.poke-block-choice .option-choice:nth-child(4397n){-webkit-animation-delay:440.3s;animation-delay:440.3s}.poke-block-choice .option-choice:nth-child(4398n){-webkit-animation-delay:440.4s;animation-delay:440.4s}.poke-block-choice .option-choice:nth-child(4399n){-webkit-animation-delay:440.5s;animation-delay:440.5s}.poke-block-choice .option-choice:nth-child(4400n){-webkit-animation-delay:440.6s;animation-delay:440.6s}.poke-block-choice .option-choice:nth-child(4401n){-webkit-animation-delay:440.7s;animation-delay:440.7s}.poke-block-choice .option-choice:nth-child(4402n){-webkit-animation-delay:440.8s;animation-delay:440.8s}.poke-block-choice .option-choice:nth-child(4403n){-webkit-animation-delay:440.9s;animation-delay:440.9s}.poke-block-choice .option-choice:nth-child(4404n){-webkit-animation-delay:441s;animation-delay:441s}.poke-block-choice .option-choice:nth-child(4405n){-webkit-animation-delay:441.1s;animation-delay:441.1s}.poke-block-choice .option-choice:nth-child(4406n){-webkit-animation-delay:441.2s;animation-delay:441.2s}.poke-block-choice .option-choice:nth-child(4407n){-webkit-animation-delay:441.3s;animation-delay:441.3s}.poke-block-choice .option-choice:nth-child(4408n){-webkit-animation-delay:441.4s;animation-delay:441.4s}.poke-block-choice .option-choice:nth-child(4409n){-webkit-animation-delay:441.5s;animation-delay:441.5s}.poke-block-choice .option-choice:nth-child(4410n){-webkit-animation-delay:441.6s;animation-delay:441.6s}.poke-block-choice .option-choice:nth-child(4411n){-webkit-animation-delay:441.7s;animation-delay:441.7s}.poke-block-choice .option-choice:nth-child(4412n){-webkit-animation-delay:441.8s;animation-delay:441.8s}.poke-block-choice .option-choice:nth-child(4413n){-webkit-animation-delay:441.9s;animation-delay:441.9s}.poke-block-choice .option-choice:nth-child(4414n){-webkit-animation-delay:442s;animation-delay:442s}.poke-block-choice .option-choice:nth-child(4415n){-webkit-animation-delay:442.1s;animation-delay:442.1s}.poke-block-choice .option-choice:nth-child(4416n){-webkit-animation-delay:442.2s;animation-delay:442.2s}.poke-block-choice .option-choice:nth-child(4417n){-webkit-animation-delay:442.3s;animation-delay:442.3s}.poke-block-choice .option-choice:nth-child(4418n){-webkit-animation-delay:442.4s;animation-delay:442.4s}.poke-block-choice .option-choice:nth-child(4419n){-webkit-animation-delay:442.5s;animation-delay:442.5s}.poke-block-choice .option-choice:nth-child(4420n){-webkit-animation-delay:442.6s;animation-delay:442.6s}.poke-block-choice .option-choice:nth-child(4421n){-webkit-animation-delay:442.7s;animation-delay:442.7s}.poke-block-choice .option-choice:nth-child(4422n){-webkit-animation-delay:442.8s;animation-delay:442.8s}.poke-block-choice .option-choice:nth-child(4423n){-webkit-animation-delay:442.9s;animation-delay:442.9s}.poke-block-choice .option-choice:nth-child(4424n){-webkit-animation-delay:443s;animation-delay:443s}.poke-block-choice .option-choice:nth-child(4425n){-webkit-animation-delay:443.1s;animation-delay:443.1s}.poke-block-choice .option-choice:nth-child(4426n){-webkit-animation-delay:443.2s;animation-delay:443.2s}.poke-block-choice .option-choice:nth-child(4427n){-webkit-animation-delay:443.3s;animation-delay:443.3s}.poke-block-choice .option-choice:nth-child(4428n){-webkit-animation-delay:443.4s;animation-delay:443.4s}.poke-block-choice .option-choice:nth-child(4429n){-webkit-animation-delay:443.5s;animation-delay:443.5s}.poke-block-choice .option-choice:nth-child(4430n){-webkit-animation-delay:443.6s;animation-delay:443.6s}.poke-block-choice .option-choice:nth-child(4431n){-webkit-animation-delay:443.7s;animation-delay:443.7s}.poke-block-choice .option-choice:nth-child(4432n){-webkit-animation-delay:443.8s;animation-delay:443.8s}.poke-block-choice .option-choice:nth-child(4433n){-webkit-animation-delay:443.9s;animation-delay:443.9s}.poke-block-choice .option-choice:nth-child(4434n){-webkit-animation-delay:444s;animation-delay:444s}.poke-block-choice .option-choice:nth-child(4435n){-webkit-animation-delay:444.1s;animation-delay:444.1s}.poke-block-choice .option-choice:nth-child(4436n){-webkit-animation-delay:444.2s;animation-delay:444.2s}.poke-block-choice .option-choice:nth-child(4437n){-webkit-animation-delay:444.3s;animation-delay:444.3s}.poke-block-choice .option-choice:nth-child(4438n){-webkit-animation-delay:444.4s;animation-delay:444.4s}.poke-block-choice .option-choice:nth-child(4439n){-webkit-animation-delay:444.5s;animation-delay:444.5s}.poke-block-choice .option-choice:nth-child(4440n){-webkit-animation-delay:444.6s;animation-delay:444.6s}.poke-block-choice .option-choice:nth-child(4441n){-webkit-animation-delay:444.7s;animation-delay:444.7s}.poke-block-choice .option-choice:nth-child(4442n){-webkit-animation-delay:444.8s;animation-delay:444.8s}.poke-block-choice .option-choice:nth-child(4443n){-webkit-animation-delay:444.9s;animation-delay:444.9s}.poke-block-choice .option-choice:nth-child(4444n){-webkit-animation-delay:445s;animation-delay:445s}.poke-block-choice .option-choice:nth-child(4445n){-webkit-animation-delay:445.1s;animation-delay:445.1s}.poke-block-choice .option-choice:nth-child(4446n){-webkit-animation-delay:445.2s;animation-delay:445.2s}.poke-block-choice .option-choice:nth-child(4447n){-webkit-animation-delay:445.3s;animation-delay:445.3s}.poke-block-choice .option-choice:nth-child(4448n){-webkit-animation-delay:445.4s;animation-delay:445.4s}.poke-block-choice .option-choice:nth-child(4449n){-webkit-animation-delay:445.5s;animation-delay:445.5s}.poke-block-choice .option-choice:nth-child(4450n){-webkit-animation-delay:445.6s;animation-delay:445.6s}.poke-block-choice .option-choice:nth-child(4451n){-webkit-animation-delay:445.7s;animation-delay:445.7s}.poke-block-choice .option-choice:nth-child(4452n){-webkit-animation-delay:445.8s;animation-delay:445.8s}.poke-block-choice .option-choice:nth-child(4453n){-webkit-animation-delay:445.9s;animation-delay:445.9s}.poke-block-choice .option-choice:nth-child(4454n){-webkit-animation-delay:446s;animation-delay:446s}.poke-block-choice .option-choice:nth-child(4455n){-webkit-animation-delay:446.1s;animation-delay:446.1s}.poke-block-choice .option-choice:nth-child(4456n){-webkit-animation-delay:446.2s;animation-delay:446.2s}.poke-block-choice .option-choice:nth-child(4457n){-webkit-animation-delay:446.3s;animation-delay:446.3s}.poke-block-choice .option-choice:nth-child(4458n){-webkit-animation-delay:446.4s;animation-delay:446.4s}.poke-block-choice .option-choice:nth-child(4459n){-webkit-animation-delay:446.5s;animation-delay:446.5s}.poke-block-choice .option-choice:nth-child(4460n){-webkit-animation-delay:446.6s;animation-delay:446.6s}.poke-block-choice .option-choice:nth-child(4461n){-webkit-animation-delay:446.7s;animation-delay:446.7s}.poke-block-choice .option-choice:nth-child(4462n){-webkit-animation-delay:446.8s;animation-delay:446.8s}.poke-block-choice .option-choice:nth-child(4463n){-webkit-animation-delay:446.9s;animation-delay:446.9s}.poke-block-choice .option-choice:nth-child(4464n){-webkit-animation-delay:447s;animation-delay:447s}.poke-block-choice .option-choice:nth-child(4465n){-webkit-animation-delay:447.1s;animation-delay:447.1s}.poke-block-choice .option-choice:nth-child(4466n){-webkit-animation-delay:447.2s;animation-delay:447.2s}.poke-block-choice .option-choice:nth-child(4467n){-webkit-animation-delay:447.3s;animation-delay:447.3s}.poke-block-choice .option-choice:nth-child(4468n){-webkit-animation-delay:447.4s;animation-delay:447.4s}.poke-block-choice .option-choice:nth-child(4469n){-webkit-animation-delay:447.5s;animation-delay:447.5s}.poke-block-choice .option-choice:nth-child(4470n){-webkit-animation-delay:447.6s;animation-delay:447.6s}.poke-block-choice .option-choice:nth-child(4471n){-webkit-animation-delay:447.7s;animation-delay:447.7s}.poke-block-choice .option-choice:nth-child(4472n){-webkit-animation-delay:447.8s;animation-delay:447.8s}.poke-block-choice .option-choice:nth-child(4473n){-webkit-animation-delay:447.9s;animation-delay:447.9s}.poke-block-choice .option-choice:nth-child(4474n){-webkit-animation-delay:448s;animation-delay:448s}.poke-block-choice .option-choice:nth-child(4475n){-webkit-animation-delay:448.1s;animation-delay:448.1s}.poke-block-choice .option-choice:nth-child(4476n){-webkit-animation-delay:448.2s;animation-delay:448.2s}.poke-block-choice .option-choice:nth-child(4477n){-webkit-animation-delay:448.3s;animation-delay:448.3s}.poke-block-choice .option-choice:nth-child(4478n){-webkit-animation-delay:448.4s;animation-delay:448.4s}.poke-block-choice .option-choice:nth-child(4479n){-webkit-animation-delay:448.5s;animation-delay:448.5s}.poke-block-choice .option-choice:nth-child(4480n){-webkit-animation-delay:448.6s;animation-delay:448.6s}.poke-block-choice .option-choice:nth-child(4481n){-webkit-animation-delay:448.7s;animation-delay:448.7s}.poke-block-choice .option-choice:nth-child(4482n){-webkit-animation-delay:448.8s;animation-delay:448.8s}.poke-block-choice .option-choice:nth-child(4483n){-webkit-animation-delay:448.9s;animation-delay:448.9s}.poke-block-choice .option-choice:nth-child(4484n){-webkit-animation-delay:449s;animation-delay:449s}.poke-block-choice .option-choice:nth-child(4485n){-webkit-animation-delay:449.1s;animation-delay:449.1s}.poke-block-choice .option-choice:nth-child(4486n){-webkit-animation-delay:449.2s;animation-delay:449.2s}.poke-block-choice .option-choice:nth-child(4487n){-webkit-animation-delay:449.3s;animation-delay:449.3s}.poke-block-choice .option-choice:nth-child(4488n){-webkit-animation-delay:449.4s;animation-delay:449.4s}.poke-block-choice .option-choice:nth-child(4489n){-webkit-animation-delay:449.5s;animation-delay:449.5s}.poke-block-choice .option-choice:nth-child(4490n){-webkit-animation-delay:449.6s;animation-delay:449.6s}.poke-block-choice .option-choice:nth-child(4491n){-webkit-animation-delay:449.7s;animation-delay:449.7s}.poke-block-choice .option-choice:nth-child(4492n){-webkit-animation-delay:449.8s;animation-delay:449.8s}.poke-block-choice .option-choice:nth-child(4493n){-webkit-animation-delay:449.9s;animation-delay:449.9s}.poke-block-choice .option-choice:nth-child(4494n){-webkit-animation-delay:450s;animation-delay:450s}.poke-block-choice .option-choice:nth-child(4495n){-webkit-animation-delay:450.1s;animation-delay:450.1s}.poke-block-choice .option-choice:nth-child(4496n){-webkit-animation-delay:450.2s;animation-delay:450.2s}.poke-block-choice .option-choice:nth-child(4497n){-webkit-animation-delay:450.3s;animation-delay:450.3s}.poke-block-choice .option-choice:nth-child(4498n){-webkit-animation-delay:450.4s;animation-delay:450.4s}.poke-block-choice .option-choice:nth-child(4499n){-webkit-animation-delay:450.5s;animation-delay:450.5s}.poke-block-choice .option-choice:nth-child(4500n){-webkit-animation-delay:450.6s;animation-delay:450.6s}.poke-block-choice .option-choice:nth-child(4501n){-webkit-animation-delay:450.7s;animation-delay:450.7s}.poke-block-choice .option-choice:nth-child(4502n){-webkit-animation-delay:450.8s;animation-delay:450.8s}.poke-block-choice .option-choice:nth-child(4503n){-webkit-animation-delay:450.9s;animation-delay:450.9s}.poke-block-choice .option-choice:nth-child(4504n){-webkit-animation-delay:451s;animation-delay:451s}.poke-block-choice .option-choice:nth-child(4505n){-webkit-animation-delay:451.1s;animation-delay:451.1s}.poke-block-choice .option-choice:nth-child(4506n){-webkit-animation-delay:451.2s;animation-delay:451.2s}.poke-block-choice .option-choice:nth-child(4507n){-webkit-animation-delay:451.3s;animation-delay:451.3s}.poke-block-choice .option-choice:nth-child(4508n){-webkit-animation-delay:451.4s;animation-delay:451.4s}.poke-block-choice .option-choice:nth-child(4509n){-webkit-animation-delay:451.5s;animation-delay:451.5s}.poke-block-choice .option-choice:nth-child(4510n){-webkit-animation-delay:451.6s;animation-delay:451.6s}.poke-block-choice .option-choice:nth-child(4511n){-webkit-animation-delay:451.7s;animation-delay:451.7s}.poke-block-choice .option-choice:nth-child(4512n){-webkit-animation-delay:451.8s;animation-delay:451.8s}.poke-block-choice .option-choice:nth-child(4513n){-webkit-animation-delay:451.9s;animation-delay:451.9s}.poke-block-choice .option-choice:nth-child(4514n){-webkit-animation-delay:452s;animation-delay:452s}.poke-block-choice .option-choice:nth-child(4515n){-webkit-animation-delay:452.1s;animation-delay:452.1s}.poke-block-choice .option-choice:nth-child(4516n){-webkit-animation-delay:452.2s;animation-delay:452.2s}.poke-block-choice .option-choice:nth-child(4517n){-webkit-animation-delay:452.3s;animation-delay:452.3s}.poke-block-choice .option-choice:nth-child(4518n){-webkit-animation-delay:452.4s;animation-delay:452.4s}.poke-block-choice .option-choice:nth-child(4519n){-webkit-animation-delay:452.5s;animation-delay:452.5s}.poke-block-choice .option-choice:nth-child(4520n){-webkit-animation-delay:452.6s;animation-delay:452.6s}.poke-block-choice .option-choice:nth-child(4521n){-webkit-animation-delay:452.7s;animation-delay:452.7s}.poke-block-choice .option-choice:nth-child(4522n){-webkit-animation-delay:452.8s;animation-delay:452.8s}.poke-block-choice .option-choice:nth-child(4523n){-webkit-animation-delay:452.9s;animation-delay:452.9s}.poke-block-choice .option-choice:nth-child(4524n){-webkit-animation-delay:453s;animation-delay:453s}.poke-block-choice .option-choice:nth-child(4525n){-webkit-animation-delay:453.1s;animation-delay:453.1s}.poke-block-choice .option-choice:nth-child(4526n){-webkit-animation-delay:453.2s;animation-delay:453.2s}.poke-block-choice .option-choice:nth-child(4527n){-webkit-animation-delay:453.3s;animation-delay:453.3s}.poke-block-choice .option-choice:nth-child(4528n){-webkit-animation-delay:453.4s;animation-delay:453.4s}.poke-block-choice .option-choice:nth-child(4529n){-webkit-animation-delay:453.5s;animation-delay:453.5s}.poke-block-choice .option-choice:nth-child(4530n){-webkit-animation-delay:453.6s;animation-delay:453.6s}.poke-block-choice .option-choice:nth-child(4531n){-webkit-animation-delay:453.7s;animation-delay:453.7s}.poke-block-choice .option-choice:nth-child(4532n){-webkit-animation-delay:453.8s;animation-delay:453.8s}.poke-block-choice .option-choice:nth-child(4533n){-webkit-animation-delay:453.9s;animation-delay:453.9s}.poke-block-choice .option-choice:nth-child(4534n){-webkit-animation-delay:454s;animation-delay:454s}.poke-block-choice .option-choice:nth-child(4535n){-webkit-animation-delay:454.1s;animation-delay:454.1s}.poke-block-choice .option-choice:nth-child(4536n){-webkit-animation-delay:454.2s;animation-delay:454.2s}.poke-block-choice .option-choice:nth-child(4537n){-webkit-animation-delay:454.3s;animation-delay:454.3s}.poke-block-choice .option-choice:nth-child(4538n){-webkit-animation-delay:454.4s;animation-delay:454.4s}.poke-block-choice .option-choice:nth-child(4539n){-webkit-animation-delay:454.5s;animation-delay:454.5s}.poke-block-choice .option-choice:nth-child(4540n){-webkit-animation-delay:454.6s;animation-delay:454.6s}.poke-block-choice .option-choice:nth-child(4541n){-webkit-animation-delay:454.7s;animation-delay:454.7s}.poke-block-choice .option-choice:nth-child(4542n){-webkit-animation-delay:454.8s;animation-delay:454.8s}.poke-block-choice .option-choice:nth-child(4543n){-webkit-animation-delay:454.9s;animation-delay:454.9s}.poke-block-choice .option-choice:nth-child(4544n){-webkit-animation-delay:455s;animation-delay:455s}.poke-block-choice .option-choice:nth-child(4545n){-webkit-animation-delay:455.1s;animation-delay:455.1s}.poke-block-choice .option-choice:nth-child(4546n){-webkit-animation-delay:455.2s;animation-delay:455.2s}.poke-block-choice .option-choice:nth-child(4547n){-webkit-animation-delay:455.3s;animation-delay:455.3s}.poke-block-choice .option-choice:nth-child(4548n){-webkit-animation-delay:455.4s;animation-delay:455.4s}.poke-block-choice .option-choice:nth-child(4549n){-webkit-animation-delay:455.5s;animation-delay:455.5s}.poke-block-choice .option-choice:nth-child(4550n){-webkit-animation-delay:455.6s;animation-delay:455.6s}.poke-block-choice .option-choice:nth-child(4551n){-webkit-animation-delay:455.7s;animation-delay:455.7s}.poke-block-choice .option-choice:nth-child(4552n){-webkit-animation-delay:455.8s;animation-delay:455.8s}.poke-block-choice .option-choice:nth-child(4553n){-webkit-animation-delay:455.9s;animation-delay:455.9s}.poke-block-choice .option-choice:nth-child(4554n){-webkit-animation-delay:456s;animation-delay:456s}.poke-block-choice .option-choice:nth-child(4555n){-webkit-animation-delay:456.1s;animation-delay:456.1s}.poke-block-choice .option-choice:nth-child(4556n){-webkit-animation-delay:456.2s;animation-delay:456.2s}.poke-block-choice .option-choice:nth-child(4557n){-webkit-animation-delay:456.3s;animation-delay:456.3s}.poke-block-choice .option-choice:nth-child(4558n){-webkit-animation-delay:456.4s;animation-delay:456.4s}.poke-block-choice .option-choice:nth-child(4559n){-webkit-animation-delay:456.5s;animation-delay:456.5s}.poke-block-choice .option-choice:nth-child(4560n){-webkit-animation-delay:456.6s;animation-delay:456.6s}.poke-block-choice .option-choice:nth-child(4561n){-webkit-animation-delay:456.7s;animation-delay:456.7s}.poke-block-choice .option-choice:nth-child(4562n){-webkit-animation-delay:456.8s;animation-delay:456.8s}.poke-block-choice .option-choice:nth-child(4563n){-webkit-animation-delay:456.9s;animation-delay:456.9s}.poke-block-choice .option-choice:nth-child(4564n){-webkit-animation-delay:457s;animation-delay:457s}.poke-block-choice .option-choice:nth-child(4565n){-webkit-animation-delay:457.1s;animation-delay:457.1s}.poke-block-choice .option-choice:nth-child(4566n){-webkit-animation-delay:457.2s;animation-delay:457.2s}.poke-block-choice .option-choice:nth-child(4567n){-webkit-animation-delay:457.3s;animation-delay:457.3s}.poke-block-choice .option-choice:nth-child(4568n){-webkit-animation-delay:457.4s;animation-delay:457.4s}.poke-block-choice .option-choice:nth-child(4569n){-webkit-animation-delay:457.5s;animation-delay:457.5s}.poke-block-choice .option-choice:nth-child(4570n){-webkit-animation-delay:457.6s;animation-delay:457.6s}.poke-block-choice .option-choice:nth-child(4571n){-webkit-animation-delay:457.7s;animation-delay:457.7s}.poke-block-choice .option-choice:nth-child(4572n){-webkit-animation-delay:457.8s;animation-delay:457.8s}.poke-block-choice .option-choice:nth-child(4573n){-webkit-animation-delay:457.9s;animation-delay:457.9s}.poke-block-choice .option-choice:nth-child(4574n){-webkit-animation-delay:458s;animation-delay:458s}.poke-block-choice .option-choice:nth-child(4575n){-webkit-animation-delay:458.1s;animation-delay:458.1s}.poke-block-choice .option-choice:nth-child(4576n){-webkit-animation-delay:458.2s;animation-delay:458.2s}.poke-block-choice .option-choice:nth-child(4577n){-webkit-animation-delay:458.3s;animation-delay:458.3s}.poke-block-choice .option-choice:nth-child(4578n){-webkit-animation-delay:458.4s;animation-delay:458.4s}.poke-block-choice .option-choice:nth-child(4579n){-webkit-animation-delay:458.5s;animation-delay:458.5s}.poke-block-choice .option-choice:nth-child(4580n){-webkit-animation-delay:458.6s;animation-delay:458.6s}.poke-block-choice .option-choice:nth-child(4581n){-webkit-animation-delay:458.7s;animation-delay:458.7s}.poke-block-choice .option-choice:nth-child(4582n){-webkit-animation-delay:458.8s;animation-delay:458.8s}.poke-block-choice .option-choice:nth-child(4583n){-webkit-animation-delay:458.9s;animation-delay:458.9s}.poke-block-choice .option-choice:nth-child(4584n){-webkit-animation-delay:459s;animation-delay:459s}.poke-block-choice .option-choice:nth-child(4585n){-webkit-animation-delay:459.1s;animation-delay:459.1s}.poke-block-choice .option-choice:nth-child(4586n){-webkit-animation-delay:459.2s;animation-delay:459.2s}.poke-block-choice .option-choice:nth-child(4587n){-webkit-animation-delay:459.3s;animation-delay:459.3s}.poke-block-choice .option-choice:nth-child(4588n){-webkit-animation-delay:459.4s;animation-delay:459.4s}.poke-block-choice .option-choice:nth-child(4589n){-webkit-animation-delay:459.5s;animation-delay:459.5s}.poke-block-choice .option-choice:nth-child(4590n){-webkit-animation-delay:459.6s;animation-delay:459.6s}.poke-block-choice .option-choice:nth-child(4591n){-webkit-animation-delay:459.7s;animation-delay:459.7s}.poke-block-choice .option-choice:nth-child(4592n){-webkit-animation-delay:459.8s;animation-delay:459.8s}.poke-block-choice .option-choice:nth-child(4593n){-webkit-animation-delay:459.9s;animation-delay:459.9s}.poke-block-choice .option-choice:nth-child(4594n){-webkit-animation-delay:460s;animation-delay:460s}.poke-block-choice .option-choice:nth-child(4595n){-webkit-animation-delay:460.1s;animation-delay:460.1s}.poke-block-choice .option-choice:nth-child(4596n){-webkit-animation-delay:460.2s;animation-delay:460.2s}.poke-block-choice .option-choice:nth-child(4597n){-webkit-animation-delay:460.3s;animation-delay:460.3s}.poke-block-choice .option-choice:nth-child(4598n){-webkit-animation-delay:460.4s;animation-delay:460.4s}.poke-block-choice .option-choice:nth-child(4599n){-webkit-animation-delay:460.5s;animation-delay:460.5s}.poke-block-choice .option-choice:nth-child(4600n){-webkit-animation-delay:460.6s;animation-delay:460.6s}.poke-block-choice .option-choice:nth-child(4601n){-webkit-animation-delay:460.7s;animation-delay:460.7s}.poke-block-choice .option-choice:nth-child(4602n){-webkit-animation-delay:460.8s;animation-delay:460.8s}.poke-block-choice .option-choice:nth-child(4603n){-webkit-animation-delay:460.9s;animation-delay:460.9s}.poke-block-choice .option-choice:nth-child(4604n){-webkit-animation-delay:461s;animation-delay:461s}.poke-block-choice .option-choice:nth-child(4605n){-webkit-animation-delay:461.1s;animation-delay:461.1s}.poke-block-choice .option-choice:nth-child(4606n){-webkit-animation-delay:461.2s;animation-delay:461.2s}.poke-block-choice .option-choice:nth-child(4607n){-webkit-animation-delay:461.3s;animation-delay:461.3s}.poke-block-choice .option-choice:nth-child(4608n){-webkit-animation-delay:461.4s;animation-delay:461.4s}.poke-block-choice .option-choice:nth-child(4609n){-webkit-animation-delay:461.5s;animation-delay:461.5s}.poke-block-choice .option-choice:nth-child(4610n){-webkit-animation-delay:461.6s;animation-delay:461.6s}.poke-block-choice .option-choice:nth-child(4611n){-webkit-animation-delay:461.7s;animation-delay:461.7s}.poke-block-choice .option-choice:nth-child(4612n){-webkit-animation-delay:461.8s;animation-delay:461.8s}.poke-block-choice .option-choice:nth-child(4613n){-webkit-animation-delay:461.9s;animation-delay:461.9s}.poke-block-choice .option-choice:nth-child(4614n){-webkit-animation-delay:462s;animation-delay:462s}.poke-block-choice .option-choice:nth-child(4615n){-webkit-animation-delay:462.1s;animation-delay:462.1s}.poke-block-choice .option-choice:nth-child(4616n){-webkit-animation-delay:462.2s;animation-delay:462.2s}.poke-block-choice .option-choice:nth-child(4617n){-webkit-animation-delay:462.3s;animation-delay:462.3s}.poke-block-choice .option-choice:nth-child(4618n){-webkit-animation-delay:462.4s;animation-delay:462.4s}.poke-block-choice .option-choice:nth-child(4619n){-webkit-animation-delay:462.5s;animation-delay:462.5s}.poke-block-choice .option-choice:nth-child(4620n){-webkit-animation-delay:462.6s;animation-delay:462.6s}.poke-block-choice .option-choice:nth-child(4621n){-webkit-animation-delay:462.7s;animation-delay:462.7s}.poke-block-choice .option-choice:nth-child(4622n){-webkit-animation-delay:462.8s;animation-delay:462.8s}.poke-block-choice .option-choice:nth-child(4623n){-webkit-animation-delay:462.9s;animation-delay:462.9s}.poke-block-choice .option-choice:nth-child(4624n){-webkit-animation-delay:463s;animation-delay:463s}.poke-block-choice .option-choice:nth-child(4625n){-webkit-animation-delay:463.1s;animation-delay:463.1s}.poke-block-choice .option-choice:nth-child(4626n){-webkit-animation-delay:463.2s;animation-delay:463.2s}.poke-block-choice .option-choice:nth-child(4627n){-webkit-animation-delay:463.3s;animation-delay:463.3s}.poke-block-choice .option-choice:nth-child(4628n){-webkit-animation-delay:463.4s;animation-delay:463.4s}.poke-block-choice .option-choice:nth-child(4629n){-webkit-animation-delay:463.5s;animation-delay:463.5s}.poke-block-choice .option-choice:nth-child(4630n){-webkit-animation-delay:463.6s;animation-delay:463.6s}.poke-block-choice .option-choice:nth-child(4631n){-webkit-animation-delay:463.7s;animation-delay:463.7s}.poke-block-choice .option-choice:nth-child(4632n){-webkit-animation-delay:463.8s;animation-delay:463.8s}.poke-block-choice .option-choice:nth-child(4633n){-webkit-animation-delay:463.9s;animation-delay:463.9s}.poke-block-choice .option-choice:nth-child(4634n){-webkit-animation-delay:464s;animation-delay:464s}.poke-block-choice .option-choice:nth-child(4635n){-webkit-animation-delay:464.1s;animation-delay:464.1s}.poke-block-choice .option-choice:nth-child(4636n){-webkit-animation-delay:464.2s;animation-delay:464.2s}.poke-block-choice .option-choice:nth-child(4637n){-webkit-animation-delay:464.3s;animation-delay:464.3s}.poke-block-choice .option-choice:nth-child(4638n){-webkit-animation-delay:464.4s;animation-delay:464.4s}.poke-block-choice .option-choice:nth-child(4639n){-webkit-animation-delay:464.5s;animation-delay:464.5s}.poke-block-choice .option-choice:nth-child(4640n){-webkit-animation-delay:464.6s;animation-delay:464.6s}.poke-block-choice .option-choice:nth-child(4641n){-webkit-animation-delay:464.7s;animation-delay:464.7s}.poke-block-choice .option-choice:nth-child(4642n){-webkit-animation-delay:464.8s;animation-delay:464.8s}.poke-block-choice .option-choice:nth-child(4643n){-webkit-animation-delay:464.9s;animation-delay:464.9s}.poke-block-choice .option-choice:nth-child(4644n){-webkit-animation-delay:465s;animation-delay:465s}.poke-block-choice .option-choice:nth-child(4645n){-webkit-animation-delay:465.1s;animation-delay:465.1s}.poke-block-choice .option-choice:nth-child(4646n){-webkit-animation-delay:465.2s;animation-delay:465.2s}.poke-block-choice .option-choice:nth-child(4647n){-webkit-animation-delay:465.3s;animation-delay:465.3s}.poke-block-choice .option-choice:nth-child(4648n){-webkit-animation-delay:465.4s;animation-delay:465.4s}.poke-block-choice .option-choice:nth-child(4649n){-webkit-animation-delay:465.5s;animation-delay:465.5s}.poke-block-choice .option-choice:nth-child(4650n){-webkit-animation-delay:465.6s;animation-delay:465.6s}.poke-block-choice .option-choice:nth-child(4651n){-webkit-animation-delay:465.7s;animation-delay:465.7s}.poke-block-choice .option-choice:nth-child(4652n){-webkit-animation-delay:465.8s;animation-delay:465.8s}.poke-block-choice .option-choice:nth-child(4653n){-webkit-animation-delay:465.9s;animation-delay:465.9s}.poke-block-choice .option-choice:nth-child(4654n){-webkit-animation-delay:466s;animation-delay:466s}.poke-block-choice .option-choice:nth-child(4655n){-webkit-animation-delay:466.1s;animation-delay:466.1s}.poke-block-choice .option-choice:nth-child(4656n){-webkit-animation-delay:466.2s;animation-delay:466.2s}.poke-block-choice .option-choice:nth-child(4657n){-webkit-animation-delay:466.3s;animation-delay:466.3s}.poke-block-choice .option-choice:nth-child(4658n){-webkit-animation-delay:466.4s;animation-delay:466.4s}.poke-block-choice .option-choice:nth-child(4659n){-webkit-animation-delay:466.5s;animation-delay:466.5s}.poke-block-choice .option-choice:nth-child(4660n){-webkit-animation-delay:466.6s;animation-delay:466.6s}.poke-block-choice .option-choice:nth-child(4661n){-webkit-animation-delay:466.7s;animation-delay:466.7s}.poke-block-choice .option-choice:nth-child(4662n){-webkit-animation-delay:466.8s;animation-delay:466.8s}.poke-block-choice .option-choice:nth-child(4663n){-webkit-animation-delay:466.9s;animation-delay:466.9s}.poke-block-choice .option-choice:nth-child(4664n){-webkit-animation-delay:467s;animation-delay:467s}.poke-block-choice .option-choice:nth-child(4665n){-webkit-animation-delay:467.1s;animation-delay:467.1s}.poke-block-choice .option-choice:nth-child(4666n){-webkit-animation-delay:467.2s;animation-delay:467.2s}.poke-block-choice .option-choice:nth-child(4667n){-webkit-animation-delay:467.3s;animation-delay:467.3s}.poke-block-choice .option-choice:nth-child(4668n){-webkit-animation-delay:467.4s;animation-delay:467.4s}.poke-block-choice .option-choice:nth-child(4669n){-webkit-animation-delay:467.5s;animation-delay:467.5s}.poke-block-choice .option-choice:nth-child(4670n){-webkit-animation-delay:467.6s;animation-delay:467.6s}.poke-block-choice .option-choice:nth-child(4671n){-webkit-animation-delay:467.7s;animation-delay:467.7s}.poke-block-choice .option-choice:nth-child(4672n){-webkit-animation-delay:467.8s;animation-delay:467.8s}.poke-block-choice .option-choice:nth-child(4673n){-webkit-animation-delay:467.9s;animation-delay:467.9s}.poke-block-choice .option-choice:nth-child(4674n){-webkit-animation-delay:468s;animation-delay:468s}.poke-block-choice .option-choice:nth-child(4675n){-webkit-animation-delay:468.1s;animation-delay:468.1s}.poke-block-choice .option-choice:nth-child(4676n){-webkit-animation-delay:468.2s;animation-delay:468.2s}.poke-block-choice .option-choice:nth-child(4677n){-webkit-animation-delay:468.3s;animation-delay:468.3s}.poke-block-choice .option-choice:nth-child(4678n){-webkit-animation-delay:468.4s;animation-delay:468.4s}.poke-block-choice .option-choice:nth-child(4679n){-webkit-animation-delay:468.5s;animation-delay:468.5s}.poke-block-choice .option-choice:nth-child(4680n){-webkit-animation-delay:468.6s;animation-delay:468.6s}.poke-block-choice .option-choice:nth-child(4681n){-webkit-animation-delay:468.7s;animation-delay:468.7s}.poke-block-choice .option-choice:nth-child(4682n){-webkit-animation-delay:468.8s;animation-delay:468.8s}.poke-block-choice .option-choice:nth-child(4683n){-webkit-animation-delay:468.9s;animation-delay:468.9s}.poke-block-choice .option-choice:nth-child(4684n){-webkit-animation-delay:469s;animation-delay:469s}.poke-block-choice .option-choice:nth-child(4685n){-webkit-animation-delay:469.1s;animation-delay:469.1s}.poke-block-choice .option-choice:nth-child(4686n){-webkit-animation-delay:469.2s;animation-delay:469.2s}.poke-block-choice .option-choice:nth-child(4687n){-webkit-animation-delay:469.3s;animation-delay:469.3s}.poke-block-choice .option-choice:nth-child(4688n){-webkit-animation-delay:469.4s;animation-delay:469.4s}.poke-block-choice .option-choice:nth-child(4689n){-webkit-animation-delay:469.5s;animation-delay:469.5s}.poke-block-choice .option-choice:nth-child(4690n){-webkit-animation-delay:469.6s;animation-delay:469.6s}.poke-block-choice .option-choice:nth-child(4691n){-webkit-animation-delay:469.7s;animation-delay:469.7s}.poke-block-choice .option-choice:nth-child(4692n){-webkit-animation-delay:469.8s;animation-delay:469.8s}.poke-block-choice .option-choice:nth-child(4693n){-webkit-animation-delay:469.9s;animation-delay:469.9s}.poke-block-choice .option-choice:nth-child(4694n){-webkit-animation-delay:470s;animation-delay:470s}.poke-block-choice .option-choice:nth-child(4695n){-webkit-animation-delay:470.1s;animation-delay:470.1s}.poke-block-choice .option-choice:nth-child(4696n){-webkit-animation-delay:470.2s;animation-delay:470.2s}.poke-block-choice .option-choice:nth-child(4697n){-webkit-animation-delay:470.3s;animation-delay:470.3s}.poke-block-choice .option-choice:nth-child(4698n){-webkit-animation-delay:470.4s;animation-delay:470.4s}.poke-block-choice .option-choice:nth-child(4699n){-webkit-animation-delay:470.5s;animation-delay:470.5s}.poke-block-choice .option-choice:nth-child(4700n){-webkit-animation-delay:470.6s;animation-delay:470.6s}.poke-block-choice .option-choice:nth-child(4701n){-webkit-animation-delay:470.7s;animation-delay:470.7s}.poke-block-choice .option-choice:nth-child(4702n){-webkit-animation-delay:470.8s;animation-delay:470.8s}.poke-block-choice .option-choice:nth-child(4703n){-webkit-animation-delay:470.9s;animation-delay:470.9s}.poke-block-choice .option-choice:nth-child(4704n){-webkit-animation-delay:471s;animation-delay:471s}.poke-block-choice .option-choice:nth-child(4705n){-webkit-animation-delay:471.1s;animation-delay:471.1s}.poke-block-choice .option-choice:nth-child(4706n){-webkit-animation-delay:471.2s;animation-delay:471.2s}.poke-block-choice .option-choice:nth-child(4707n){-webkit-animation-delay:471.3s;animation-delay:471.3s}.poke-block-choice .option-choice:nth-child(4708n){-webkit-animation-delay:471.4s;animation-delay:471.4s}.poke-block-choice .option-choice:nth-child(4709n){-webkit-animation-delay:471.5s;animation-delay:471.5s}.poke-block-choice .option-choice:nth-child(4710n){-webkit-animation-delay:471.6s;animation-delay:471.6s}.poke-block-choice .option-choice:nth-child(4711n){-webkit-animation-delay:471.7s;animation-delay:471.7s}.poke-block-choice .option-choice:nth-child(4712n){-webkit-animation-delay:471.8s;animation-delay:471.8s}.poke-block-choice .option-choice:nth-child(4713n){-webkit-animation-delay:471.9s;animation-delay:471.9s}.poke-block-choice .option-choice:nth-child(4714n){-webkit-animation-delay:472s;animation-delay:472s}.poke-block-choice .option-choice:nth-child(4715n){-webkit-animation-delay:472.1s;animation-delay:472.1s}.poke-block-choice .option-choice:nth-child(4716n){-webkit-animation-delay:472.2s;animation-delay:472.2s}.poke-block-choice .option-choice:nth-child(4717n){-webkit-animation-delay:472.3s;animation-delay:472.3s}.poke-block-choice .option-choice:nth-child(4718n){-webkit-animation-delay:472.4s;animation-delay:472.4s}.poke-block-choice .option-choice:nth-child(4719n){-webkit-animation-delay:472.5s;animation-delay:472.5s}.poke-block-choice .option-choice:nth-child(4720n){-webkit-animation-delay:472.6s;animation-delay:472.6s}.poke-block-choice .option-choice:nth-child(4721n){-webkit-animation-delay:472.7s;animation-delay:472.7s}.poke-block-choice .option-choice:nth-child(4722n){-webkit-animation-delay:472.8s;animation-delay:472.8s}.poke-block-choice .option-choice:nth-child(4723n){-webkit-animation-delay:472.9s;animation-delay:472.9s}.poke-block-choice .option-choice:nth-child(4724n){-webkit-animation-delay:473s;animation-delay:473s}.poke-block-choice .option-choice:nth-child(4725n){-webkit-animation-delay:473.1s;animation-delay:473.1s}.poke-block-choice .option-choice:nth-child(4726n){-webkit-animation-delay:473.2s;animation-delay:473.2s}.poke-block-choice .option-choice:nth-child(4727n){-webkit-animation-delay:473.3s;animation-delay:473.3s}.poke-block-choice .option-choice:nth-child(4728n){-webkit-animation-delay:473.4s;animation-delay:473.4s}.poke-block-choice .option-choice:nth-child(4729n){-webkit-animation-delay:473.5s;animation-delay:473.5s}.poke-block-choice .option-choice:nth-child(4730n){-webkit-animation-delay:473.6s;animation-delay:473.6s}.poke-block-choice .option-choice:nth-child(4731n){-webkit-animation-delay:473.7s;animation-delay:473.7s}.poke-block-choice .option-choice:nth-child(4732n){-webkit-animation-delay:473.8s;animation-delay:473.8s}.poke-block-choice .option-choice:nth-child(4733n){-webkit-animation-delay:473.9s;animation-delay:473.9s}.poke-block-choice .option-choice:nth-child(4734n){-webkit-animation-delay:474s;animation-delay:474s}.poke-block-choice .option-choice:nth-child(4735n){-webkit-animation-delay:474.1s;animation-delay:474.1s}.poke-block-choice .option-choice:nth-child(4736n){-webkit-animation-delay:474.2s;animation-delay:474.2s}.poke-block-choice .option-choice:nth-child(4737n){-webkit-animation-delay:474.3s;animation-delay:474.3s}.poke-block-choice .option-choice:nth-child(4738n){-webkit-animation-delay:474.4s;animation-delay:474.4s}.poke-block-choice .option-choice:nth-child(4739n){-webkit-animation-delay:474.5s;animation-delay:474.5s}.poke-block-choice .option-choice:nth-child(4740n){-webkit-animation-delay:474.6s;animation-delay:474.6s}.poke-block-choice .option-choice:nth-child(4741n){-webkit-animation-delay:474.7s;animation-delay:474.7s}.poke-block-choice .option-choice:nth-child(4742n){-webkit-animation-delay:474.8s;animation-delay:474.8s}.poke-block-choice .option-choice:nth-child(4743n){-webkit-animation-delay:474.9s;animation-delay:474.9s}.poke-block-choice .option-choice:nth-child(4744n){-webkit-animation-delay:475s;animation-delay:475s}.poke-block-choice .option-choice:nth-child(4745n){-webkit-animation-delay:475.1s;animation-delay:475.1s}.poke-block-choice .option-choice:nth-child(4746n){-webkit-animation-delay:475.2s;animation-delay:475.2s}.poke-block-choice .option-choice:nth-child(4747n){-webkit-animation-delay:475.3s;animation-delay:475.3s}.poke-block-choice .option-choice:nth-child(4748n){-webkit-animation-delay:475.4s;animation-delay:475.4s}.poke-block-choice .option-choice:nth-child(4749n){-webkit-animation-delay:475.5s;animation-delay:475.5s}.poke-block-choice .option-choice:nth-child(4750n){-webkit-animation-delay:475.6s;animation-delay:475.6s}.poke-block-choice .option-choice:nth-child(4751n){-webkit-animation-delay:475.7s;animation-delay:475.7s}.poke-block-choice .option-choice:nth-child(4752n){-webkit-animation-delay:475.8s;animation-delay:475.8s}.poke-block-choice .option-choice:nth-child(4753n){-webkit-animation-delay:475.9s;animation-delay:475.9s}.poke-block-choice .option-choice:nth-child(4754n){-webkit-animation-delay:476s;animation-delay:476s}.poke-block-choice .option-choice:nth-child(4755n){-webkit-animation-delay:476.1s;animation-delay:476.1s}.poke-block-choice .option-choice:nth-child(4756n){-webkit-animation-delay:476.2s;animation-delay:476.2s}.poke-block-choice .option-choice:nth-child(4757n){-webkit-animation-delay:476.3s;animation-delay:476.3s}.poke-block-choice .option-choice:nth-child(4758n){-webkit-animation-delay:476.4s;animation-delay:476.4s}.poke-block-choice .option-choice:nth-child(4759n){-webkit-animation-delay:476.5s;animation-delay:476.5s}.poke-block-choice .option-choice:nth-child(4760n){-webkit-animation-delay:476.6s;animation-delay:476.6s}.poke-block-choice .option-choice:nth-child(4761n){-webkit-animation-delay:476.7s;animation-delay:476.7s}.poke-block-choice .option-choice:nth-child(4762n){-webkit-animation-delay:476.8s;animation-delay:476.8s}.poke-block-choice .option-choice:nth-child(4763n){-webkit-animation-delay:476.9s;animation-delay:476.9s}.poke-block-choice .option-choice:nth-child(4764n){-webkit-animation-delay:477s;animation-delay:477s}.poke-block-choice .option-choice:nth-child(4765n){-webkit-animation-delay:477.1s;animation-delay:477.1s}.poke-block-choice .option-choice:nth-child(4766n){-webkit-animation-delay:477.2s;animation-delay:477.2s}.poke-block-choice .option-choice:nth-child(4767n){-webkit-animation-delay:477.3s;animation-delay:477.3s}.poke-block-choice .option-choice:nth-child(4768n){-webkit-animation-delay:477.4s;animation-delay:477.4s}.poke-block-choice .option-choice:nth-child(4769n){-webkit-animation-delay:477.5s;animation-delay:477.5s}.poke-block-choice .option-choice:nth-child(4770n){-webkit-animation-delay:477.6s;animation-delay:477.6s}.poke-block-choice .option-choice:nth-child(4771n){-webkit-animation-delay:477.7s;animation-delay:477.7s}.poke-block-choice .option-choice:nth-child(4772n){-webkit-animation-delay:477.8s;animation-delay:477.8s}.poke-block-choice .option-choice:nth-child(4773n){-webkit-animation-delay:477.9s;animation-delay:477.9s}.poke-block-choice .option-choice:nth-child(4774n){-webkit-animation-delay:478s;animation-delay:478s}.poke-block-choice .option-choice:nth-child(4775n){-webkit-animation-delay:478.1s;animation-delay:478.1s}.poke-block-choice .option-choice:nth-child(4776n){-webkit-animation-delay:478.2s;animation-delay:478.2s}.poke-block-choice .option-choice:nth-child(4777n){-webkit-animation-delay:478.3s;animation-delay:478.3s}.poke-block-choice .option-choice:nth-child(4778n){-webkit-animation-delay:478.4s;animation-delay:478.4s}.poke-block-choice .option-choice:nth-child(4779n){-webkit-animation-delay:478.5s;animation-delay:478.5s}.poke-block-choice .option-choice:nth-child(4780n){-webkit-animation-delay:478.6s;animation-delay:478.6s}.poke-block-choice .option-choice:nth-child(4781n){-webkit-animation-delay:478.7s;animation-delay:478.7s}.poke-block-choice .option-choice:nth-child(4782n){-webkit-animation-delay:478.8s;animation-delay:478.8s}.poke-block-choice .option-choice:nth-child(4783n){-webkit-animation-delay:478.9s;animation-delay:478.9s}.poke-block-choice .option-choice:nth-child(4784n){-webkit-animation-delay:479s;animation-delay:479s}.poke-block-choice .option-choice:nth-child(4785n){-webkit-animation-delay:479.1s;animation-delay:479.1s}.poke-block-choice .option-choice:nth-child(4786n){-webkit-animation-delay:479.2s;animation-delay:479.2s}.poke-block-choice .option-choice:nth-child(4787n){-webkit-animation-delay:479.3s;animation-delay:479.3s}.poke-block-choice .option-choice:nth-child(4788n){-webkit-animation-delay:479.4s;animation-delay:479.4s}.poke-block-choice .option-choice:nth-child(4789n){-webkit-animation-delay:479.5s;animation-delay:479.5s}.poke-block-choice .option-choice:nth-child(4790n){-webkit-animation-delay:479.6s;animation-delay:479.6s}.poke-block-choice .option-choice:nth-child(4791n){-webkit-animation-delay:479.7s;animation-delay:479.7s}.poke-block-choice .option-choice:nth-child(4792n){-webkit-animation-delay:479.8s;animation-delay:479.8s}.poke-block-choice .option-choice:nth-child(4793n){-webkit-animation-delay:479.9s;animation-delay:479.9s}.poke-block-choice .option-choice:nth-child(4794n){-webkit-animation-delay:480s;animation-delay:480s}.poke-block-choice .option-choice:nth-child(4795n){-webkit-animation-delay:480.1s;animation-delay:480.1s}.poke-block-choice .option-choice:nth-child(4796n){-webkit-animation-delay:480.2s;animation-delay:480.2s}.poke-block-choice .option-choice:nth-child(4797n){-webkit-animation-delay:480.3s;animation-delay:480.3s}.poke-block-choice .option-choice:nth-child(4798n){-webkit-animation-delay:480.4s;animation-delay:480.4s}.poke-block-choice .option-choice:nth-child(4799n){-webkit-animation-delay:480.5s;animation-delay:480.5s}.poke-block-choice .option-choice:nth-child(4800n){-webkit-animation-delay:480.6s;animation-delay:480.6s}.poke-block-choice .option-choice:nth-child(4801n){-webkit-animation-delay:480.7s;animation-delay:480.7s}.poke-block-choice .option-choice:nth-child(4802n){-webkit-animation-delay:480.8s;animation-delay:480.8s}.poke-block-choice .option-choice:nth-child(4803n){-webkit-animation-delay:480.9s;animation-delay:480.9s}.poke-block-choice .option-choice:nth-child(4804n){-webkit-animation-delay:481s;animation-delay:481s}.poke-block-choice .option-choice:nth-child(4805n){-webkit-animation-delay:481.1s;animation-delay:481.1s}.poke-block-choice .option-choice:nth-child(4806n){-webkit-animation-delay:481.2s;animation-delay:481.2s}.poke-block-choice .option-choice:nth-child(4807n){-webkit-animation-delay:481.3s;animation-delay:481.3s}.poke-block-choice .option-choice:nth-child(4808n){-webkit-animation-delay:481.4s;animation-delay:481.4s}.poke-block-choice .option-choice:nth-child(4809n){-webkit-animation-delay:481.5s;animation-delay:481.5s}.poke-block-choice .option-choice:nth-child(4810n){-webkit-animation-delay:481.6s;animation-delay:481.6s}.poke-block-choice .option-choice:nth-child(4811n){-webkit-animation-delay:481.7s;animation-delay:481.7s}.poke-block-choice .option-choice:nth-child(4812n){-webkit-animation-delay:481.8s;animation-delay:481.8s}.poke-block-choice .option-choice:nth-child(4813n){-webkit-animation-delay:481.9s;animation-delay:481.9s}.poke-block-choice .option-choice:nth-child(4814n){-webkit-animation-delay:482s;animation-delay:482s}.poke-block-choice .option-choice:nth-child(4815n){-webkit-animation-delay:482.1s;animation-delay:482.1s}.poke-block-choice .option-choice:nth-child(4816n){-webkit-animation-delay:482.2s;animation-delay:482.2s}.poke-block-choice .option-choice:nth-child(4817n){-webkit-animation-delay:482.3s;animation-delay:482.3s}.poke-block-choice .option-choice:nth-child(4818n){-webkit-animation-delay:482.4s;animation-delay:482.4s}.poke-block-choice .option-choice:nth-child(4819n){-webkit-animation-delay:482.5s;animation-delay:482.5s}.poke-block-choice .option-choice:nth-child(4820n){-webkit-animation-delay:482.6s;animation-delay:482.6s}.poke-block-choice .option-choice:nth-child(4821n){-webkit-animation-delay:482.7s;animation-delay:482.7s}.poke-block-choice .option-choice:nth-child(4822n){-webkit-animation-delay:482.8s;animation-delay:482.8s}.poke-block-choice .option-choice:nth-child(4823n){-webkit-animation-delay:482.9s;animation-delay:482.9s}.poke-block-choice .option-choice:nth-child(4824n){-webkit-animation-delay:483s;animation-delay:483s}.poke-block-choice .option-choice:nth-child(4825n){-webkit-animation-delay:483.1s;animation-delay:483.1s}.poke-block-choice .option-choice:nth-child(4826n){-webkit-animation-delay:483.2s;animation-delay:483.2s}.poke-block-choice .option-choice:nth-child(4827n){-webkit-animation-delay:483.3s;animation-delay:483.3s}.poke-block-choice .option-choice:nth-child(4828n){-webkit-animation-delay:483.4s;animation-delay:483.4s}.poke-block-choice .option-choice:nth-child(4829n){-webkit-animation-delay:483.5s;animation-delay:483.5s}.poke-block-choice .option-choice:nth-child(4830n){-webkit-animation-delay:483.6s;animation-delay:483.6s}.poke-block-choice .option-choice:nth-child(4831n){-webkit-animation-delay:483.7s;animation-delay:483.7s}.poke-block-choice .option-choice:nth-child(4832n){-webkit-animation-delay:483.8s;animation-delay:483.8s}.poke-block-choice .option-choice:nth-child(4833n){-webkit-animation-delay:483.9s;animation-delay:483.9s}.poke-block-choice .option-choice:nth-child(4834n){-webkit-animation-delay:484s;animation-delay:484s}.poke-block-choice .option-choice:nth-child(4835n){-webkit-animation-delay:484.1s;animation-delay:484.1s}.poke-block-choice .option-choice:nth-child(4836n){-webkit-animation-delay:484.2s;animation-delay:484.2s}.poke-block-choice .option-choice:nth-child(4837n){-webkit-animation-delay:484.3s;animation-delay:484.3s}.poke-block-choice .option-choice:nth-child(4838n){-webkit-animation-delay:484.4s;animation-delay:484.4s}.poke-block-choice .option-choice:nth-child(4839n){-webkit-animation-delay:484.5s;animation-delay:484.5s}.poke-block-choice .option-choice:nth-child(4840n){-webkit-animation-delay:484.6s;animation-delay:484.6s}.poke-block-choice .option-choice:nth-child(4841n){-webkit-animation-delay:484.7s;animation-delay:484.7s}.poke-block-choice .option-choice:nth-child(4842n){-webkit-animation-delay:484.8s;animation-delay:484.8s}.poke-block-choice .option-choice:nth-child(4843n){-webkit-animation-delay:484.9s;animation-delay:484.9s}.poke-block-choice .option-choice:nth-child(4844n){-webkit-animation-delay:485s;animation-delay:485s}.poke-block-choice .option-choice:nth-child(4845n){-webkit-animation-delay:485.1s;animation-delay:485.1s}.poke-block-choice .option-choice:nth-child(4846n){-webkit-animation-delay:485.2s;animation-delay:485.2s}.poke-block-choice .option-choice:nth-child(4847n){-webkit-animation-delay:485.3s;animation-delay:485.3s}.poke-block-choice .option-choice:nth-child(4848n){-webkit-animation-delay:485.4s;animation-delay:485.4s}.poke-block-choice .option-choice:nth-child(4849n){-webkit-animation-delay:485.5s;animation-delay:485.5s}.poke-block-choice .option-choice:nth-child(4850n){-webkit-animation-delay:485.6s;animation-delay:485.6s}.poke-block-choice .option-choice:nth-child(4851n){-webkit-animation-delay:485.7s;animation-delay:485.7s}.poke-block-choice .option-choice:nth-child(4852n){-webkit-animation-delay:485.8s;animation-delay:485.8s}.poke-block-choice .option-choice:nth-child(4853n){-webkit-animation-delay:485.9s;animation-delay:485.9s}.poke-block-choice .option-choice:nth-child(4854n){-webkit-animation-delay:486s;animation-delay:486s}.poke-block-choice .option-choice:nth-child(4855n){-webkit-animation-delay:486.1s;animation-delay:486.1s}.poke-block-choice .option-choice:nth-child(4856n){-webkit-animation-delay:486.2s;animation-delay:486.2s}.poke-block-choice .option-choice:nth-child(4857n){-webkit-animation-delay:486.3s;animation-delay:486.3s}.poke-block-choice .option-choice:nth-child(4858n){-webkit-animation-delay:486.4s;animation-delay:486.4s}.poke-block-choice .option-choice:nth-child(4859n){-webkit-animation-delay:486.5s;animation-delay:486.5s}.poke-block-choice .option-choice:nth-child(4860n){-webkit-animation-delay:486.6s;animation-delay:486.6s}.poke-block-choice .option-choice:nth-child(4861n){-webkit-animation-delay:486.7s;animation-delay:486.7s}.poke-block-choice .option-choice:nth-child(4862n){-webkit-animation-delay:486.8s;animation-delay:486.8s}.poke-block-choice .option-choice:nth-child(4863n){-webkit-animation-delay:486.9s;animation-delay:486.9s}.poke-block-choice .option-choice:nth-child(4864n){-webkit-animation-delay:487s;animation-delay:487s}.poke-block-choice .option-choice:nth-child(4865n){-webkit-animation-delay:487.1s;animation-delay:487.1s}.poke-block-choice .option-choice:nth-child(4866n){-webkit-animation-delay:487.2s;animation-delay:487.2s}.poke-block-choice .option-choice:nth-child(4867n){-webkit-animation-delay:487.3s;animation-delay:487.3s}.poke-block-choice .option-choice:nth-child(4868n){-webkit-animation-delay:487.4s;animation-delay:487.4s}.poke-block-choice .option-choice:nth-child(4869n){-webkit-animation-delay:487.5s;animation-delay:487.5s}.poke-block-choice .option-choice:nth-child(4870n){-webkit-animation-delay:487.6s;animation-delay:487.6s}.poke-block-choice .option-choice:nth-child(4871n){-webkit-animation-delay:487.7s;animation-delay:487.7s}.poke-block-choice .option-choice:nth-child(4872n){-webkit-animation-delay:487.8s;animation-delay:487.8s}.poke-block-choice .option-choice:nth-child(4873n){-webkit-animation-delay:487.9s;animation-delay:487.9s}.poke-block-choice .option-choice:nth-child(4874n){-webkit-animation-delay:488s;animation-delay:488s}.poke-block-choice .option-choice:nth-child(4875n){-webkit-animation-delay:488.1s;animation-delay:488.1s}.poke-block-choice .option-choice:nth-child(4876n){-webkit-animation-delay:488.2s;animation-delay:488.2s}.poke-block-choice .option-choice:nth-child(4877n){-webkit-animation-delay:488.3s;animation-delay:488.3s}.poke-block-choice .option-choice:nth-child(4878n){-webkit-animation-delay:488.4s;animation-delay:488.4s}.poke-block-choice .option-choice:nth-child(4879n){-webkit-animation-delay:488.5s;animation-delay:488.5s}.poke-block-choice .option-choice:nth-child(4880n){-webkit-animation-delay:488.6s;animation-delay:488.6s}.poke-block-choice .option-choice:nth-child(4881n){-webkit-animation-delay:488.7s;animation-delay:488.7s}.poke-block-choice .option-choice:nth-child(4882n){-webkit-animation-delay:488.8s;animation-delay:488.8s}.poke-block-choice .option-choice:nth-child(4883n){-webkit-animation-delay:488.9s;animation-delay:488.9s}.poke-block-choice .option-choice:nth-child(4884n){-webkit-animation-delay:489s;animation-delay:489s}.poke-block-choice .option-choice:nth-child(4885n){-webkit-animation-delay:489.1s;animation-delay:489.1s}.poke-block-choice .option-choice:nth-child(4886n){-webkit-animation-delay:489.2s;animation-delay:489.2s}.poke-block-choice .option-choice:nth-child(4887n){-webkit-animation-delay:489.3s;animation-delay:489.3s}.poke-block-choice .option-choice:nth-child(4888n){-webkit-animation-delay:489.4s;animation-delay:489.4s}.poke-block-choice .option-choice:nth-child(4889n){-webkit-animation-delay:489.5s;animation-delay:489.5s}.poke-block-choice .option-choice:nth-child(4890n){-webkit-animation-delay:489.6s;animation-delay:489.6s}.poke-block-choice .option-choice:nth-child(4891n){-webkit-animation-delay:489.7s;animation-delay:489.7s}.poke-block-choice .option-choice:nth-child(4892n){-webkit-animation-delay:489.8s;animation-delay:489.8s}.poke-block-choice .option-choice:nth-child(4893n){-webkit-animation-delay:489.9s;animation-delay:489.9s}.poke-block-choice .option-choice:nth-child(4894n){-webkit-animation-delay:490s;animation-delay:490s}.poke-block-choice .option-choice:nth-child(4895n){-webkit-animation-delay:490.1s;animation-delay:490.1s}.poke-block-choice .option-choice:nth-child(4896n){-webkit-animation-delay:490.2s;animation-delay:490.2s}.poke-block-choice .option-choice:nth-child(4897n){-webkit-animation-delay:490.3s;animation-delay:490.3s}.poke-block-choice .option-choice:nth-child(4898n){-webkit-animation-delay:490.4s;animation-delay:490.4s}.poke-block-choice .option-choice:nth-child(4899n){-webkit-animation-delay:490.5s;animation-delay:490.5s}.poke-block-choice .option-choice:nth-child(4900n){-webkit-animation-delay:490.6s;animation-delay:490.6s}.poke-block-choice .option-choice:nth-child(4901n){-webkit-animation-delay:490.7s;animation-delay:490.7s}.poke-block-choice .option-choice:nth-child(4902n){-webkit-animation-delay:490.8s;animation-delay:490.8s}.poke-block-choice .option-choice:nth-child(4903n){-webkit-animation-delay:490.9s;animation-delay:490.9s}.poke-block-choice .option-choice:nth-child(4904n){-webkit-animation-delay:491s;animation-delay:491s}.poke-block-choice .option-choice:nth-child(4905n){-webkit-animation-delay:491.1s;animation-delay:491.1s}.poke-block-choice .option-choice:nth-child(4906n){-webkit-animation-delay:491.2s;animation-delay:491.2s}.poke-block-choice .option-choice:nth-child(4907n){-webkit-animation-delay:491.3s;animation-delay:491.3s}.poke-block-choice .option-choice:nth-child(4908n){-webkit-animation-delay:491.4s;animation-delay:491.4s}.poke-block-choice .option-choice:nth-child(4909n){-webkit-animation-delay:491.5s;animation-delay:491.5s}.poke-block-choice .option-choice:nth-child(4910n){-webkit-animation-delay:491.6s;animation-delay:491.6s}.poke-block-choice .option-choice:nth-child(4911n){-webkit-animation-delay:491.7s;animation-delay:491.7s}.poke-block-choice .option-choice:nth-child(4912n){-webkit-animation-delay:491.8s;animation-delay:491.8s}.poke-block-choice .option-choice:nth-child(4913n){-webkit-animation-delay:491.9s;animation-delay:491.9s}.poke-block-choice .option-choice:nth-child(4914n){-webkit-animation-delay:492s;animation-delay:492s}.poke-block-choice .option-choice:nth-child(4915n){-webkit-animation-delay:492.1s;animation-delay:492.1s}.poke-block-choice .option-choice:nth-child(4916n){-webkit-animation-delay:492.2s;animation-delay:492.2s}.poke-block-choice .option-choice:nth-child(4917n){-webkit-animation-delay:492.3s;animation-delay:492.3s}.poke-block-choice .option-choice:nth-child(4918n){-webkit-animation-delay:492.4s;animation-delay:492.4s}.poke-block-choice .option-choice:nth-child(4919n){-webkit-animation-delay:492.5s;animation-delay:492.5s}.poke-block-choice .option-choice:nth-child(4920n){-webkit-animation-delay:492.6s;animation-delay:492.6s}.poke-block-choice .option-choice:nth-child(4921n){-webkit-animation-delay:492.7s;animation-delay:492.7s}.poke-block-choice .option-choice:nth-child(4922n){-webkit-animation-delay:492.8s;animation-delay:492.8s}.poke-block-choice .option-choice:nth-child(4923n){-webkit-animation-delay:492.9s;animation-delay:492.9s}.poke-block-choice .option-choice:nth-child(4924n){-webkit-animation-delay:493s;animation-delay:493s}.poke-block-choice .option-choice:nth-child(4925n){-webkit-animation-delay:493.1s;animation-delay:493.1s}.poke-block-choice .option-choice:nth-child(4926n){-webkit-animation-delay:493.2s;animation-delay:493.2s}.poke-block-choice .option-choice:nth-child(4927n){-webkit-animation-delay:493.3s;animation-delay:493.3s}.poke-block-choice .option-choice:nth-child(4928n){-webkit-animation-delay:493.4s;animation-delay:493.4s}.poke-block-choice .option-choice:nth-child(4929n){-webkit-animation-delay:493.5s;animation-delay:493.5s}.poke-block-choice .option-choice:nth-child(4930n){-webkit-animation-delay:493.6s;animation-delay:493.6s}.poke-block-choice .option-choice:nth-child(4931n){-webkit-animation-delay:493.7s;animation-delay:493.7s}.poke-block-choice .option-choice:nth-child(4932n){-webkit-animation-delay:493.8s;animation-delay:493.8s}.poke-block-choice .option-choice:nth-child(4933n){-webkit-animation-delay:493.9s;animation-delay:493.9s}.poke-block-choice .option-choice:nth-child(4934n){-webkit-animation-delay:494s;animation-delay:494s}.poke-block-choice .option-choice:nth-child(4935n){-webkit-animation-delay:494.1s;animation-delay:494.1s}.poke-block-choice .option-choice:nth-child(4936n){-webkit-animation-delay:494.2s;animation-delay:494.2s}.poke-block-choice .option-choice:nth-child(4937n){-webkit-animation-delay:494.3s;animation-delay:494.3s}.poke-block-choice .option-choice:nth-child(4938n){-webkit-animation-delay:494.4s;animation-delay:494.4s}.poke-block-choice .option-choice:nth-child(4939n){-webkit-animation-delay:494.5s;animation-delay:494.5s}.poke-block-choice .option-choice:nth-child(4940n){-webkit-animation-delay:494.6s;animation-delay:494.6s}.poke-block-choice .option-choice:nth-child(4941n){-webkit-animation-delay:494.7s;animation-delay:494.7s}.poke-block-choice .option-choice:nth-child(4942n){-webkit-animation-delay:494.8s;animation-delay:494.8s}.poke-block-choice .option-choice:nth-child(4943n){-webkit-animation-delay:494.9s;animation-delay:494.9s}.poke-block-choice .option-choice:nth-child(4944n){-webkit-animation-delay:495s;animation-delay:495s}.poke-block-choice .option-choice:nth-child(4945n){-webkit-animation-delay:495.1s;animation-delay:495.1s}.poke-block-choice .option-choice:nth-child(4946n){-webkit-animation-delay:495.2s;animation-delay:495.2s}.poke-block-choice .option-choice:nth-child(4947n){-webkit-animation-delay:495.3s;animation-delay:495.3s}.poke-block-choice .option-choice:nth-child(4948n){-webkit-animation-delay:495.4s;animation-delay:495.4s}.poke-block-choice .option-choice:nth-child(4949n){-webkit-animation-delay:495.5s;animation-delay:495.5s}.poke-block-choice .option-choice:nth-child(4950n){-webkit-animation-delay:495.6s;animation-delay:495.6s}.poke-block-choice .option-choice:nth-child(4951n){-webkit-animation-delay:495.7s;animation-delay:495.7s}.poke-block-choice .option-choice:nth-child(4952n){-webkit-animation-delay:495.8s;animation-delay:495.8s}.poke-block-choice .option-choice:nth-child(4953n){-webkit-animation-delay:495.9s;animation-delay:495.9s}.poke-block-choice .option-choice:nth-child(4954n){-webkit-animation-delay:496s;animation-delay:496s}.poke-block-choice .option-choice:nth-child(4955n){-webkit-animation-delay:496.1s;animation-delay:496.1s}.poke-block-choice .option-choice:nth-child(4956n){-webkit-animation-delay:496.2s;animation-delay:496.2s}.poke-block-choice .option-choice:nth-child(4957n){-webkit-animation-delay:496.3s;animation-delay:496.3s}.poke-block-choice .option-choice:nth-child(4958n){-webkit-animation-delay:496.4s;animation-delay:496.4s}.poke-block-choice .option-choice:nth-child(4959n){-webkit-animation-delay:496.5s;animation-delay:496.5s}.poke-block-choice .option-choice:nth-child(4960n){-webkit-animation-delay:496.6s;animation-delay:496.6s}.poke-block-choice .option-choice:nth-child(4961n){-webkit-animation-delay:496.7s;animation-delay:496.7s}.poke-block-choice .option-choice:nth-child(4962n){-webkit-animation-delay:496.8s;animation-delay:496.8s}.poke-block-choice .option-choice:nth-child(4963n){-webkit-animation-delay:496.9s;animation-delay:496.9s}.poke-block-choice .option-choice:nth-child(4964n){-webkit-animation-delay:497s;animation-delay:497s}.poke-block-choice .option-choice:nth-child(4965n){-webkit-animation-delay:497.1s;animation-delay:497.1s}.poke-block-choice .option-choice:nth-child(4966n){-webkit-animation-delay:497.2s;animation-delay:497.2s}.poke-block-choice .option-choice:nth-child(4967n){-webkit-animation-delay:497.3s;animation-delay:497.3s}.poke-block-choice .option-choice:nth-child(4968n){-webkit-animation-delay:497.4s;animation-delay:497.4s}.poke-block-choice .option-choice:nth-child(4969n){-webkit-animation-delay:497.5s;animation-delay:497.5s}.poke-block-choice .option-choice:nth-child(4970n){-webkit-animation-delay:497.6s;animation-delay:497.6s}.poke-block-choice .option-choice:nth-child(4971n){-webkit-animation-delay:497.7s;animation-delay:497.7s}.poke-block-choice .option-choice:nth-child(4972n){-webkit-animation-delay:497.8s;animation-delay:497.8s}.poke-block-choice .option-choice:nth-child(4973n){-webkit-animation-delay:497.9s;animation-delay:497.9s}.poke-block-choice .option-choice:nth-child(4974n){-webkit-animation-delay:498s;animation-delay:498s}.poke-block-choice .option-choice:nth-child(4975n){-webkit-animation-delay:498.1s;animation-delay:498.1s}.poke-block-choice .option-choice:nth-child(4976n){-webkit-animation-delay:498.2s;animation-delay:498.2s}.poke-block-choice .option-choice:nth-child(4977n){-webkit-animation-delay:498.3s;animation-delay:498.3s}.poke-block-choice .option-choice:nth-child(4978n){-webkit-animation-delay:498.4s;animation-delay:498.4s}.poke-block-choice .option-choice:nth-child(4979n){-webkit-animation-delay:498.5s;animation-delay:498.5s}.poke-block-choice .option-choice:nth-child(4980n){-webkit-animation-delay:498.6s;animation-delay:498.6s}.poke-block-choice .option-choice:nth-child(4981n){-webkit-animation-delay:498.7s;animation-delay:498.7s}.poke-block-choice .option-choice:nth-child(4982n){-webkit-animation-delay:498.8s;animation-delay:498.8s}.poke-block-choice .option-choice:nth-child(4983n){-webkit-animation-delay:498.9s;animation-delay:498.9s}.poke-block-choice .option-choice:nth-child(4984n){-webkit-animation-delay:499s;animation-delay:499s}.poke-block-choice .option-choice:nth-child(4985n){-webkit-animation-delay:499.1s;animation-delay:499.1s}.poke-block-choice .option-choice:nth-child(4986n){-webkit-animation-delay:499.2s;animation-delay:499.2s}.poke-block-choice .option-choice:nth-child(4987n){-webkit-animation-delay:499.3s;animation-delay:499.3s}.poke-block-choice .option-choice:nth-child(4988n){-webkit-animation-delay:499.4s;animation-delay:499.4s}.poke-block-choice .option-choice:nth-child(4989n){-webkit-animation-delay:499.5s;animation-delay:499.5s}.poke-block-choice .option-choice:nth-child(4990n){-webkit-animation-delay:499.6s;animation-delay:499.6s}.poke-block-choice .option-choice:nth-child(4991n){-webkit-animation-delay:499.7s;animation-delay:499.7s}.poke-block-choice .option-choice:nth-child(4992n){-webkit-animation-delay:499.8s;animation-delay:499.8s}.poke-block-choice .option-choice:nth-child(4993n){-webkit-animation-delay:499.9s;animation-delay:499.9s}.poke-block-choice .option-choice:nth-child(4994n){-webkit-animation-delay:500s;animation-delay:500s}.poke-block-choice .option-choice:nth-child(4995n){-webkit-animation-delay:500.1s;animation-delay:500.1s}.poke-block-choice .option-choice:nth-child(4996n){-webkit-animation-delay:500.2s;animation-delay:500.2s}.poke-block-choice .option-choice:nth-child(4997n){-webkit-animation-delay:500.3s;animation-delay:500.3s}.poke-block-choice .option-choice:nth-child(4998n){-webkit-animation-delay:500.4s;animation-delay:500.4s}.poke-block-choice .option-choice:nth-child(4999n){-webkit-animation-delay:500.5s;animation-delay:500.5s}.poke-block-choice .option-choice:nth-child(5000n){-webkit-animation-delay:500.6s;animation-delay:500.6s}.poke-block-choice .option-choice:nth-child(5001n){-webkit-animation-delay:500.7s;animation-delay:500.7s}.poke-block-choice .option-choice:nth-child(5002n){-webkit-animation-delay:500.8s;animation-delay:500.8s}.poke-block-choice .option-choice:nth-child(5003n){-webkit-animation-delay:500.9s;animation-delay:500.9s}.poke-block-choice .option-choice:nth-child(5004n){-webkit-animation-delay:501s;animation-delay:501s}.poke-block-choice .option-choice:nth-child(5005n){-webkit-animation-delay:501.1s;animation-delay:501.1s}.poke-block-choice .option-choice:nth-child(5006n){-webkit-animation-delay:501.2s;animation-delay:501.2s}.poke-block-choice .option-choice:nth-child(5007n){-webkit-animation-delay:501.3s;animation-delay:501.3s}.poke-block-choice .option-choice:nth-child(5008n){-webkit-animation-delay:501.4s;animation-delay:501.4s}.poke-block-choice .option-choice:nth-child(5009n){-webkit-animation-delay:501.5s;animation-delay:501.5s}.poke-block-choice .option-choice:nth-child(5010n){-webkit-animation-delay:501.6s;animation-delay:501.6s}.poke-block-choice .option-choice:nth-child(5011n){-webkit-animation-delay:501.7s;animation-delay:501.7s}.poke-block-choice .option-choice:nth-child(5012n){-webkit-animation-delay:501.8s;animation-delay:501.8s}.poke-block-choice .option-choice:nth-child(5013n){-webkit-animation-delay:501.9s;animation-delay:501.9s}.poke-block-choice .option-choice:nth-child(5014n){-webkit-animation-delay:502s;animation-delay:502s}.poke-block-choice .option-choice:nth-child(5015n){-webkit-animation-delay:502.1s;animation-delay:502.1s}.poke-block-choice .option-choice:nth-child(5016n){-webkit-animation-delay:502.2s;animation-delay:502.2s}.poke-block-choice .option-choice:nth-child(5017n){-webkit-animation-delay:502.3s;animation-delay:502.3s}.poke-block-choice .option-choice:nth-child(5018n){-webkit-animation-delay:502.4s;animation-delay:502.4s}.poke-block-choice .option-choice:nth-child(5019n){-webkit-animation-delay:502.5s;animation-delay:502.5s}.poke-block-choice .option-choice:nth-child(5020n){-webkit-animation-delay:502.6s;animation-delay:502.6s}.poke-block-choice .option-choice:nth-child(5021n){-webkit-animation-delay:502.7s;animation-delay:502.7s}.poke-block-choice .option-choice:nth-child(5022n){-webkit-animation-delay:502.8s;animation-delay:502.8s}.poke-block-choice .option-choice:nth-child(5023n){-webkit-animation-delay:502.9s;animation-delay:502.9s}.poke-block-choice .option-choice:nth-child(5024n){-webkit-animation-delay:503s;animation-delay:503s}.poke-block-choice .option-choice:nth-child(5025n){-webkit-animation-delay:503.1s;animation-delay:503.1s}.poke-block-choice .option-choice:nth-child(5026n){-webkit-animation-delay:503.2s;animation-delay:503.2s}.poke-block-choice .option-choice:nth-child(5027n){-webkit-animation-delay:503.3s;animation-delay:503.3s}.poke-block-choice .option-choice:nth-child(5028n){-webkit-animation-delay:503.4s;animation-delay:503.4s}.poke-block-choice .option-choice:nth-child(5029n){-webkit-animation-delay:503.5s;animation-delay:503.5s}.poke-block-choice .option-choice:nth-child(5030n){-webkit-animation-delay:503.6s;animation-delay:503.6s}.poke-block-choice .option-choice:nth-child(5031n){-webkit-animation-delay:503.7s;animation-delay:503.7s}.poke-block-choice .option-choice:nth-child(5032n){-webkit-animation-delay:503.8s;animation-delay:503.8s}.poke-block-choice .option-choice:nth-child(5033n){-webkit-animation-delay:503.9s;animation-delay:503.9s}.poke-block-choice .option-choice:nth-child(5034n){-webkit-animation-delay:504s;animation-delay:504s}.poke-block-choice .option-choice:nth-child(5035n){-webkit-animation-delay:504.1s;animation-delay:504.1s}.poke-block-choice .option-choice:nth-child(5036n){-webkit-animation-delay:504.2s;animation-delay:504.2s}.poke-block-choice .option-choice:nth-child(5037n){-webkit-animation-delay:504.3s;animation-delay:504.3s}.poke-block-choice .option-choice:nth-child(5038n){-webkit-animation-delay:504.4s;animation-delay:504.4s}.poke-block-choice .option-choice:nth-child(5039n){-webkit-animation-delay:504.5s;animation-delay:504.5s}.poke-block-choice .option-choice:nth-child(5040n){-webkit-animation-delay:504.6s;animation-delay:504.6s}.poke-block-choice .option-choice:nth-child(5041n){-webkit-animation-delay:504.7s;animation-delay:504.7s}.poke-block-choice .option-choice:nth-child(5042n){-webkit-animation-delay:504.8s;animation-delay:504.8s}.poke-block-choice .option-choice:nth-child(5043n){-webkit-animation-delay:504.9s;animation-delay:504.9s}.poke-block-choice .option-choice:nth-child(5044n){-webkit-animation-delay:505s;animation-delay:505s}.poke-block-choice .option-choice:nth-child(5045n){-webkit-animation-delay:505.1s;animation-delay:505.1s}.poke-block-choice .option-choice:nth-child(5046n){-webkit-animation-delay:505.2s;animation-delay:505.2s}.poke-block-choice .option-choice:nth-child(5047n){-webkit-animation-delay:505.3s;animation-delay:505.3s}.poke-block-choice .option-choice:nth-child(5048n){-webkit-animation-delay:505.4s;animation-delay:505.4s}.poke-block-choice .option-choice:nth-child(5049n){-webkit-animation-delay:505.5s;animation-delay:505.5s}.poke-block-choice .option-choice:nth-child(5050n){-webkit-animation-delay:505.6s;animation-delay:505.6s}.poke-block-choice .option-choice:nth-child(5051n){-webkit-animation-delay:505.7s;animation-delay:505.7s}.poke-block-choice .option-choice:nth-child(5052n){-webkit-animation-delay:505.8s;animation-delay:505.8s}.poke-block-choice .option-choice:nth-child(5053n){-webkit-animation-delay:505.9s;animation-delay:505.9s}.poke-block-choice .option-choice:nth-child(5054n){-webkit-animation-delay:506s;animation-delay:506s}.poke-block-choice .option-choice:nth-child(5055n){-webkit-animation-delay:506.1s;animation-delay:506.1s}.poke-block-choice .option-choice:nth-child(5056n){-webkit-animation-delay:506.2s;animation-delay:506.2s}.poke-block-choice .option-choice:nth-child(5057n){-webkit-animation-delay:506.3s;animation-delay:506.3s}.poke-block-choice .option-choice:nth-child(5058n){-webkit-animation-delay:506.4s;animation-delay:506.4s}.poke-block-choice .option-choice:nth-child(5059n){-webkit-animation-delay:506.5s;animation-delay:506.5s}.poke-block-choice .option-choice:nth-child(5060n){-webkit-animation-delay:506.6s;animation-delay:506.6s}.poke-block-choice .option-choice:nth-child(5061n){-webkit-animation-delay:506.7s;animation-delay:506.7s}.poke-block-choice .option-choice:nth-child(5062n){-webkit-animation-delay:506.8s;animation-delay:506.8s}.poke-block-choice .option-choice:nth-child(5063n){-webkit-animation-delay:506.9s;animation-delay:506.9s}.poke-block-choice .option-choice:nth-child(5064n){-webkit-animation-delay:507s;animation-delay:507s}.poke-block-choice .option-choice:nth-child(5065n){-webkit-animation-delay:507.1s;animation-delay:507.1s}.poke-block-choice .option-choice:nth-child(5066n){-webkit-animation-delay:507.2s;animation-delay:507.2s}.poke-block-choice .option-choice:nth-child(5067n){-webkit-animation-delay:507.3s;animation-delay:507.3s}.poke-block-choice .option-choice:nth-child(5068n){-webkit-animation-delay:507.4s;animation-delay:507.4s}.poke-block-choice .option-choice:nth-child(5069n){-webkit-animation-delay:507.5s;animation-delay:507.5s}.poke-block-choice .option-choice:nth-child(5070n){-webkit-animation-delay:507.6s;animation-delay:507.6s}.poke-block-choice .option-choice:nth-child(5071n){-webkit-animation-delay:507.7s;animation-delay:507.7s}.poke-block-choice .option-choice:nth-child(5072n){-webkit-animation-delay:507.8s;animation-delay:507.8s}.poke-block-choice .option-choice:nth-child(5073n){-webkit-animation-delay:507.9s;animation-delay:507.9s}.poke-block-choice .option-choice:nth-child(5074n){-webkit-animation-delay:508s;animation-delay:508s}.poke-block-choice .option-choice:nth-child(5075n){-webkit-animation-delay:508.1s;animation-delay:508.1s}.poke-block-choice .option-choice:nth-child(5076n){-webkit-animation-delay:508.2s;animation-delay:508.2s}.poke-block-choice .option-choice:nth-child(5077n){-webkit-animation-delay:508.3s;animation-delay:508.3s}.poke-block-choice .option-choice:nth-child(5078n){-webkit-animation-delay:508.4s;animation-delay:508.4s}.poke-block-choice .option-choice:nth-child(5079n){-webkit-animation-delay:508.5s;animation-delay:508.5s}.poke-block-choice .option-choice:nth-child(5080n){-webkit-animation-delay:508.6s;animation-delay:508.6s}.poke-block-choice .option-choice:nth-child(5081n){-webkit-animation-delay:508.7s;animation-delay:508.7s}.poke-block-choice .option-choice:nth-child(5082n){-webkit-animation-delay:508.8s;animation-delay:508.8s}.poke-block-choice .option-choice:nth-child(5083n){-webkit-animation-delay:508.9s;animation-delay:508.9s}.poke-block-choice .option-choice:nth-child(5084n){-webkit-animation-delay:509s;animation-delay:509s}.poke-block-choice .option-choice:nth-child(5085n){-webkit-animation-delay:509.1s;animation-delay:509.1s}.poke-block-choice .option-choice:nth-child(5086n){-webkit-animation-delay:509.2s;animation-delay:509.2s}.poke-block-choice .option-choice:nth-child(5087n){-webkit-animation-delay:509.3s;animation-delay:509.3s}.poke-block-choice .option-choice:nth-child(5088n){-webkit-animation-delay:509.4s;animation-delay:509.4s}.poke-block-choice .option-choice:nth-child(5089n){-webkit-animation-delay:509.5s;animation-delay:509.5s}.poke-block-choice .option-choice:nth-child(5090n){-webkit-animation-delay:509.6s;animation-delay:509.6s}.poke-block-choice .option-choice:nth-child(5091n){-webkit-animation-delay:509.7s;animation-delay:509.7s}.poke-block-choice .option-choice:nth-child(5092n){-webkit-animation-delay:509.8s;animation-delay:509.8s}.poke-block-choice .option-choice:nth-child(5093n){-webkit-animation-delay:509.9s;animation-delay:509.9s}.poke-block-choice .option-choice:nth-child(5094n){-webkit-animation-delay:510s;animation-delay:510s}.poke-block-choice .option-choice:nth-child(5095n){-webkit-animation-delay:510.1s;animation-delay:510.1s}.poke-block-choice .option-choice:nth-child(5096n){-webkit-animation-delay:510.2s;animation-delay:510.2s}.poke-block-choice .option-choice:nth-child(5097n){-webkit-animation-delay:510.3s;animation-delay:510.3s}.poke-block-choice .option-choice:nth-child(5098n){-webkit-animation-delay:510.4s;animation-delay:510.4s}.poke-block-choice .option-choice:nth-child(5099n){-webkit-animation-delay:510.5s;animation-delay:510.5s}.poke-block-choice .option-choice:nth-child(5100n){-webkit-animation-delay:510.6s;animation-delay:510.6s}.poke-block-choice .option-choice:nth-child(5101n){-webkit-animation-delay:510.7s;animation-delay:510.7s}.poke-block-choice .option-choice:nth-child(5102n){-webkit-animation-delay:510.8s;animation-delay:510.8s}.poke-block-choice .option-choice:nth-child(5103n){-webkit-animation-delay:510.9s;animation-delay:510.9s}.poke-block-choice .option-choice:nth-child(5104n){-webkit-animation-delay:511s;animation-delay:511s}.poke-block-choice .option-choice:nth-child(5105n){-webkit-animation-delay:511.1s;animation-delay:511.1s}.poke-block-choice .option-choice:nth-child(5106n){-webkit-animation-delay:511.2s;animation-delay:511.2s}.poke-block-choice .option-choice:nth-child(5107n){-webkit-animation-delay:511.3s;animation-delay:511.3s}.poke-block-choice .option-choice:nth-child(5108n){-webkit-animation-delay:511.4s;animation-delay:511.4s}.poke-block-choice .option-choice:nth-child(5109n){-webkit-animation-delay:511.5s;animation-delay:511.5s}.poke-block-choice .option-choice:nth-child(5110n){-webkit-animation-delay:511.6s;animation-delay:511.6s}.poke-block-choice .option-choice:nth-child(5111n){-webkit-animation-delay:511.7s;animation-delay:511.7s}.poke-block-choice .option-choice:nth-child(5112n){-webkit-animation-delay:511.8s;animation-delay:511.8s}.poke-block-choice .option-choice:nth-child(5113n){-webkit-animation-delay:511.9s;animation-delay:511.9s}.poke-block-choice .option-choice:nth-child(5114n){-webkit-animation-delay:512s;animation-delay:512s}.poke-block-choice .option-choice:nth-child(5115n){-webkit-animation-delay:512.1s;animation-delay:512.1s}.poke-block-choice .option-choice:nth-child(5116n){-webkit-animation-delay:512.2s;animation-delay:512.2s}.poke-block-choice .option-choice:nth-child(5117n){-webkit-animation-delay:512.3s;animation-delay:512.3s}.poke-block-choice .option-choice:nth-child(5118n){-webkit-animation-delay:512.4s;animation-delay:512.4s}.poke-block-choice .option-choice:nth-child(5119n){-webkit-animation-delay:512.5s;animation-delay:512.5s}.poke-block-choice .option-choice:nth-child(5120n){-webkit-animation-delay:512.6s;animation-delay:512.6s}.poke-block-choice .option-choice:nth-child(5121n){-webkit-animation-delay:512.7s;animation-delay:512.7s}.poke-block-choice .option-choice:nth-child(5122n){-webkit-animation-delay:512.8s;animation-delay:512.8s}.poke-block-choice .option-choice:nth-child(5123n){-webkit-animation-delay:512.9s;animation-delay:512.9s}.poke-block-choice .option-choice:nth-child(5124n){-webkit-animation-delay:513s;animation-delay:513s}.poke-block-choice .option-choice:nth-child(5125n){-webkit-animation-delay:513.1s;animation-delay:513.1s}.poke-block-choice .option-choice:nth-child(5126n){-webkit-animation-delay:513.2s;animation-delay:513.2s}.poke-block-choice .option-choice:nth-child(5127n){-webkit-animation-delay:513.3s;animation-delay:513.3s}.poke-block-choice .option-choice:nth-child(5128n){-webkit-animation-delay:513.4s;animation-delay:513.4s}.poke-block-choice .option-choice:nth-child(5129n){-webkit-animation-delay:513.5s;animation-delay:513.5s}.poke-block-choice .option-choice:nth-child(5130n){-webkit-animation-delay:513.6s;animation-delay:513.6s}.poke-block-choice .option-choice:nth-child(5131n){-webkit-animation-delay:513.7s;animation-delay:513.7s}.poke-block-choice .option-choice:nth-child(5132n){-webkit-animation-delay:513.8s;animation-delay:513.8s}.poke-block-choice .option-choice:nth-child(5133n){-webkit-animation-delay:513.9s;animation-delay:513.9s}.poke-block-choice .option-choice:nth-child(5134n){-webkit-animation-delay:514s;animation-delay:514s}.poke-block-choice .option-choice:nth-child(5135n){-webkit-animation-delay:514.1s;animation-delay:514.1s}.poke-block-choice .option-choice:nth-child(5136n){-webkit-animation-delay:514.2s;animation-delay:514.2s}.poke-block-choice .option-choice:nth-child(5137n){-webkit-animation-delay:514.3s;animation-delay:514.3s}.poke-block-choice .option-choice:nth-child(5138n){-webkit-animation-delay:514.4s;animation-delay:514.4s}.poke-block-choice .option-choice:nth-child(5139n){-webkit-animation-delay:514.5s;animation-delay:514.5s}.poke-block-choice .option-choice:nth-child(5140n){-webkit-animation-delay:514.6s;animation-delay:514.6s}.poke-block-choice .option-choice:nth-child(5141n){-webkit-animation-delay:514.7s;animation-delay:514.7s}.poke-block-choice .option-choice:nth-child(5142n){-webkit-animation-delay:514.8s;animation-delay:514.8s}.poke-block-choice .option-choice:nth-child(5143n){-webkit-animation-delay:514.9s;animation-delay:514.9s}.poke-block-choice .option-choice:nth-child(5144n){-webkit-animation-delay:515s;animation-delay:515s}.poke-block-choice .option-choice:nth-child(5145n){-webkit-animation-delay:515.1s;animation-delay:515.1s}.poke-block-choice .option-choice:nth-child(5146n){-webkit-animation-delay:515.2s;animation-delay:515.2s}.poke-block-choice .option-choice:nth-child(5147n){-webkit-animation-delay:515.3s;animation-delay:515.3s}.poke-block-choice .option-choice:nth-child(5148n){-webkit-animation-delay:515.4s;animation-delay:515.4s}.poke-block-choice .option-choice:nth-child(5149n){-webkit-animation-delay:515.5s;animation-delay:515.5s}.poke-block-choice .option-choice:nth-child(5150n){-webkit-animation-delay:515.6s;animation-delay:515.6s}.poke-block-choice .option-choice:nth-child(5151n){-webkit-animation-delay:515.7s;animation-delay:515.7s}.poke-block-choice .option-choice:nth-child(5152n){-webkit-animation-delay:515.8s;animation-delay:515.8s}.poke-block-choice .option-choice:nth-child(5153n){-webkit-animation-delay:515.9s;animation-delay:515.9s}.poke-block-choice .option-choice:nth-child(5154n){-webkit-animation-delay:516s;animation-delay:516s}.poke-block-choice .option-choice:nth-child(5155n){-webkit-animation-delay:516.1s;animation-delay:516.1s}.poke-block-choice .option-choice:nth-child(5156n){-webkit-animation-delay:516.2s;animation-delay:516.2s}.poke-block-choice .option-choice:nth-child(5157n){-webkit-animation-delay:516.3s;animation-delay:516.3s}.poke-block-choice .option-choice:nth-child(5158n){-webkit-animation-delay:516.4s;animation-delay:516.4s}.poke-block-choice .option-choice:nth-child(5159n){-webkit-animation-delay:516.5s;animation-delay:516.5s}.poke-block-choice .option-choice:nth-child(5160n){-webkit-animation-delay:516.6s;animation-delay:516.6s}.poke-block-choice .option-choice:nth-child(5161n){-webkit-animation-delay:516.7s;animation-delay:516.7s}.poke-block-choice .option-choice:nth-child(5162n){-webkit-animation-delay:516.8s;animation-delay:516.8s}.poke-block-choice .option-choice:nth-child(5163n){-webkit-animation-delay:516.9s;animation-delay:516.9s}.poke-block-choice .option-choice:nth-child(5164n){-webkit-animation-delay:517s;animation-delay:517s}.poke-block-choice .option-choice:nth-child(5165n){-webkit-animation-delay:517.1s;animation-delay:517.1s}.poke-block-choice .option-choice:nth-child(5166n){-webkit-animation-delay:517.2s;animation-delay:517.2s}.poke-block-choice .option-choice:nth-child(5167n){-webkit-animation-delay:517.3s;animation-delay:517.3s}.poke-block-choice .option-choice:nth-child(5168n){-webkit-animation-delay:517.4s;animation-delay:517.4s}.poke-block-choice .option-choice:nth-child(5169n){-webkit-animation-delay:517.5s;animation-delay:517.5s}.poke-block-choice .option-choice:nth-child(5170n){-webkit-animation-delay:517.6s;animation-delay:517.6s}.poke-block-choice .option-choice:nth-child(5171n){-webkit-animation-delay:517.7s;animation-delay:517.7s}.poke-block-choice .option-choice:nth-child(5172n){-webkit-animation-delay:517.8s;animation-delay:517.8s}.poke-block-choice .option-choice:nth-child(5173n){-webkit-animation-delay:517.9s;animation-delay:517.9s}.poke-block-choice .option-choice:nth-child(5174n){-webkit-animation-delay:518s;animation-delay:518s}.poke-block-choice .option-choice:nth-child(5175n){-webkit-animation-delay:518.1s;animation-delay:518.1s}.poke-block-choice .option-choice:nth-child(5176n){-webkit-animation-delay:518.2s;animation-delay:518.2s}.poke-block-choice .option-choice:nth-child(5177n){-webkit-animation-delay:518.3s;animation-delay:518.3s}.poke-block-choice .option-choice:nth-child(5178n){-webkit-animation-delay:518.4s;animation-delay:518.4s}.poke-block-choice .option-choice:nth-child(5179n){-webkit-animation-delay:518.5s;animation-delay:518.5s}.poke-block-choice .option-choice:nth-child(5180n){-webkit-animation-delay:518.6s;animation-delay:518.6s}.poke-block-choice .option-choice:nth-child(5181n){-webkit-animation-delay:518.7s;animation-delay:518.7s}.poke-block-choice .option-choice:nth-child(5182n){-webkit-animation-delay:518.8s;animation-delay:518.8s}.poke-block-choice .option-choice:nth-child(5183n){-webkit-animation-delay:518.9s;animation-delay:518.9s}.poke-block-choice .option-choice:nth-child(5184n){-webkit-animation-delay:519s;animation-delay:519s}.poke-block-choice .option-choice:nth-child(5185n){-webkit-animation-delay:519.1s;animation-delay:519.1s}.poke-block-choice .option-choice:nth-child(5186n){-webkit-animation-delay:519.2s;animation-delay:519.2s}.poke-block-choice .option-choice:nth-child(5187n){-webkit-animation-delay:519.3s;animation-delay:519.3s}.poke-block-choice .option-choice:nth-child(5188n){-webkit-animation-delay:519.4s;animation-delay:519.4s}.poke-block-choice .option-choice:nth-child(5189n){-webkit-animation-delay:519.5s;animation-delay:519.5s}.poke-block-choice .option-choice:nth-child(5190n){-webkit-animation-delay:519.6s;animation-delay:519.6s}.poke-block-choice .option-choice:nth-child(5191n){-webkit-animation-delay:519.7s;animation-delay:519.7s}.poke-block-choice .option-choice:nth-child(5192n){-webkit-animation-delay:519.8s;animation-delay:519.8s}.poke-block-choice .option-choice:nth-child(5193n){-webkit-animation-delay:519.9s;animation-delay:519.9s}.poke-block-choice .option-choice:nth-child(5194n){-webkit-animation-delay:520s;animation-delay:520s}.poke-block-choice .option-choice:nth-child(5195n){-webkit-animation-delay:520.1s;animation-delay:520.1s}.poke-block-choice .option-choice:nth-child(5196n){-webkit-animation-delay:520.2s;animation-delay:520.2s}.poke-block-choice .option-choice:nth-child(5197n){-webkit-animation-delay:520.3s;animation-delay:520.3s}.poke-block-choice .option-choice:nth-child(5198n){-webkit-animation-delay:520.4s;animation-delay:520.4s}.poke-block-choice .option-choice:nth-child(5199n){-webkit-animation-delay:520.5s;animation-delay:520.5s}.poke-block-choice .option-choice:nth-child(5200n){-webkit-animation-delay:520.6s;animation-delay:520.6s}.poke-block-choice .option-choice:nth-child(5201n){-webkit-animation-delay:520.7s;animation-delay:520.7s}.poke-block-choice .option-choice:nth-child(5202n){-webkit-animation-delay:520.8s;animation-delay:520.8s}.poke-block-choice .option-choice:nth-child(5203n){-webkit-animation-delay:520.9s;animation-delay:520.9s}.poke-block-choice .option-choice:nth-child(5204n){-webkit-animation-delay:521s;animation-delay:521s}.poke-block-choice .option-choice:nth-child(5205n){-webkit-animation-delay:521.1s;animation-delay:521.1s}.poke-block-choice .option-choice:nth-child(5206n){-webkit-animation-delay:521.2s;animation-delay:521.2s}.poke-block-choice .option-choice:nth-child(5207n){-webkit-animation-delay:521.3s;animation-delay:521.3s}.poke-block-choice .option-choice:nth-child(5208n){-webkit-animation-delay:521.4s;animation-delay:521.4s}.poke-block-choice .option-choice:nth-child(5209n){-webkit-animation-delay:521.5s;animation-delay:521.5s}.poke-block-choice .option-choice:nth-child(5210n){-webkit-animation-delay:521.6s;animation-delay:521.6s}.poke-block-choice .option-choice:nth-child(5211n){-webkit-animation-delay:521.7s;animation-delay:521.7s}.poke-block-choice .option-choice:nth-child(5212n){-webkit-animation-delay:521.8s;animation-delay:521.8s}.poke-block-choice .option-choice:nth-child(5213n){-webkit-animation-delay:521.9s;animation-delay:521.9s}.poke-block-choice .option-choice:nth-child(5214n){-webkit-animation-delay:522s;animation-delay:522s}.poke-block-choice .option-choice:nth-child(5215n){-webkit-animation-delay:522.1s;animation-delay:522.1s}.poke-block-choice .option-choice:nth-child(5216n){-webkit-animation-delay:522.2s;animation-delay:522.2s}.poke-block-choice .option-choice:nth-child(5217n){-webkit-animation-delay:522.3s;animation-delay:522.3s}.poke-block-choice .option-choice:nth-child(5218n){-webkit-animation-delay:522.4s;animation-delay:522.4s}.poke-block-choice .option-choice:nth-child(5219n){-webkit-animation-delay:522.5s;animation-delay:522.5s}.poke-block-choice .option-choice:nth-child(5220n){-webkit-animation-delay:522.6s;animation-delay:522.6s}.poke-block-choice .option-choice:nth-child(5221n){-webkit-animation-delay:522.7s;animation-delay:522.7s}.poke-block-choice .option-choice:nth-child(5222n){-webkit-animation-delay:522.8s;animation-delay:522.8s}.poke-block-choice .option-choice:nth-child(5223n){-webkit-animation-delay:522.9s;animation-delay:522.9s}.poke-block-choice .option-choice:nth-child(5224n){-webkit-animation-delay:523s;animation-delay:523s}.poke-block-choice .option-choice:nth-child(5225n){-webkit-animation-delay:523.1s;animation-delay:523.1s}.poke-block-choice .option-choice:nth-child(5226n){-webkit-animation-delay:523.2s;animation-delay:523.2s}.poke-block-choice .option-choice:nth-child(5227n){-webkit-animation-delay:523.3s;animation-delay:523.3s}.poke-block-choice .option-choice:nth-child(5228n){-webkit-animation-delay:523.4s;animation-delay:523.4s}.poke-block-choice .option-choice:nth-child(5229n){-webkit-animation-delay:523.5s;animation-delay:523.5s}.poke-block-choice .option-choice:nth-child(5230n){-webkit-animation-delay:523.6s;animation-delay:523.6s}.poke-block-choice .option-choice:nth-child(5231n){-webkit-animation-delay:523.7s;animation-delay:523.7s}.poke-block-choice .option-choice:nth-child(5232n){-webkit-animation-delay:523.8s;animation-delay:523.8s}.poke-block-choice .option-choice:nth-child(5233n){-webkit-animation-delay:523.9s;animation-delay:523.9s}.poke-block-choice .option-choice:nth-child(5234n){-webkit-animation-delay:524s;animation-delay:524s}.poke-block-choice .option-choice:nth-child(5235n){-webkit-animation-delay:524.1s;animation-delay:524.1s}.poke-block-choice .option-choice:nth-child(5236n){-webkit-animation-delay:524.2s;animation-delay:524.2s}.poke-block-choice .option-choice:nth-child(5237n){-webkit-animation-delay:524.3s;animation-delay:524.3s}.poke-block-choice .option-choice:nth-child(5238n){-webkit-animation-delay:524.4s;animation-delay:524.4s}.poke-block-choice .option-choice:nth-child(5239n){-webkit-animation-delay:524.5s;animation-delay:524.5s}.poke-block-choice .option-choice:nth-child(5240n){-webkit-animation-delay:524.6s;animation-delay:524.6s}.poke-block-choice .option-choice:nth-child(5241n){-webkit-animation-delay:524.7s;animation-delay:524.7s}.poke-block-choice .option-choice:nth-child(5242n){-webkit-animation-delay:524.8s;animation-delay:524.8s}.poke-block-choice .option-choice:nth-child(5243n){-webkit-animation-delay:524.9s;animation-delay:524.9s}.poke-block-choice .option-choice:nth-child(5244n){-webkit-animation-delay:525s;animation-delay:525s}.poke-block-choice .option-choice:nth-child(5245n){-webkit-animation-delay:525.1s;animation-delay:525.1s}.poke-block-choice .option-choice:nth-child(5246n){-webkit-animation-delay:525.2s;animation-delay:525.2s}.poke-block-choice .option-choice:nth-child(5247n){-webkit-animation-delay:525.3s;animation-delay:525.3s}.poke-block-choice .option-choice:nth-child(5248n){-webkit-animation-delay:525.4s;animation-delay:525.4s}.poke-block-choice .option-choice:nth-child(5249n){-webkit-animation-delay:525.5s;animation-delay:525.5s}.poke-block-choice .option-choice:nth-child(5250n){-webkit-animation-delay:525.6s;animation-delay:525.6s}.poke-block-choice .option-choice:nth-child(5251n){-webkit-animation-delay:525.7s;animation-delay:525.7s}.poke-block-choice .option-choice:nth-child(5252n){-webkit-animation-delay:525.8s;animation-delay:525.8s}.poke-block-choice .option-choice:nth-child(5253n){-webkit-animation-delay:525.9s;animation-delay:525.9s}.poke-block-choice .option-choice:nth-child(5254n){-webkit-animation-delay:526s;animation-delay:526s}.poke-block-choice .option-choice:nth-child(5255n){-webkit-animation-delay:526.1s;animation-delay:526.1s}.poke-block-choice .option-choice:nth-child(5256n){-webkit-animation-delay:526.2s;animation-delay:526.2s}.poke-block-choice .option-choice:nth-child(5257n){-webkit-animation-delay:526.3s;animation-delay:526.3s}.poke-block-choice .option-choice:nth-child(5258n){-webkit-animation-delay:526.4s;animation-delay:526.4s}.poke-block-choice .option-choice:nth-child(5259n){-webkit-animation-delay:526.5s;animation-delay:526.5s}.poke-block-choice .option-choice:nth-child(5260n){-webkit-animation-delay:526.6s;animation-delay:526.6s}.poke-block-choice .option-choice:nth-child(5261n){-webkit-animation-delay:526.7s;animation-delay:526.7s}.poke-block-choice .option-choice:nth-child(5262n){-webkit-animation-delay:526.8s;animation-delay:526.8s}.poke-block-choice .option-choice:nth-child(5263n){-webkit-animation-delay:526.9s;animation-delay:526.9s}.poke-block-choice .option-choice:nth-child(5264n){-webkit-animation-delay:527s;animation-delay:527s}.poke-block-choice .option-choice:nth-child(5265n){-webkit-animation-delay:527.1s;animation-delay:527.1s}.poke-block-choice .option-choice:nth-child(5266n){-webkit-animation-delay:527.2s;animation-delay:527.2s}.poke-block-choice .option-choice:nth-child(5267n){-webkit-animation-delay:527.3s;animation-delay:527.3s}.poke-block-choice .option-choice:nth-child(5268n){-webkit-animation-delay:527.4s;animation-delay:527.4s}.poke-block-choice .option-choice:nth-child(5269n){-webkit-animation-delay:527.5s;animation-delay:527.5s}.poke-block-choice .option-choice:nth-child(5270n){-webkit-animation-delay:527.6s;animation-delay:527.6s}.poke-block-choice .option-choice:nth-child(5271n){-webkit-animation-delay:527.7s;animation-delay:527.7s}.poke-block-choice .option-choice:nth-child(5272n){-webkit-animation-delay:527.8s;animation-delay:527.8s}.poke-block-choice .option-choice:nth-child(5273n){-webkit-animation-delay:527.9s;animation-delay:527.9s}.poke-block-choice .option-choice:nth-child(5274n){-webkit-animation-delay:528s;animation-delay:528s}.poke-block-choice .option-choice:nth-child(5275n){-webkit-animation-delay:528.1s;animation-delay:528.1s}.poke-block-choice .option-choice:nth-child(5276n){-webkit-animation-delay:528.2s;animation-delay:528.2s}.poke-block-choice .option-choice:nth-child(5277n){-webkit-animation-delay:528.3s;animation-delay:528.3s}.poke-block-choice .option-choice:nth-child(5278n){-webkit-animation-delay:528.4s;animation-delay:528.4s}.poke-block-choice .option-choice:nth-child(5279n){-webkit-animation-delay:528.5s;animation-delay:528.5s}.poke-block-choice .option-choice:nth-child(5280n){-webkit-animation-delay:528.6s;animation-delay:528.6s}.poke-block-choice .option-choice:nth-child(5281n){-webkit-animation-delay:528.7s;animation-delay:528.7s}.poke-block-choice .option-choice:nth-child(5282n){-webkit-animation-delay:528.8s;animation-delay:528.8s}.poke-block-choice .option-choice:nth-child(5283n){-webkit-animation-delay:528.9s;animation-delay:528.9s}.poke-block-choice .option-choice:nth-child(5284n){-webkit-animation-delay:529s;animation-delay:529s}.poke-block-choice .option-choice:nth-child(5285n){-webkit-animation-delay:529.1s;animation-delay:529.1s}.poke-block-choice .option-choice:nth-child(5286n){-webkit-animation-delay:529.2s;animation-delay:529.2s}.poke-block-choice .option-choice:nth-child(5287n){-webkit-animation-delay:529.3s;animation-delay:529.3s}.poke-block-choice .option-choice:nth-child(5288n){-webkit-animation-delay:529.4s;animation-delay:529.4s}.poke-block-choice .option-choice:nth-child(5289n){-webkit-animation-delay:529.5s;animation-delay:529.5s}.poke-block-choice .option-choice:nth-child(5290n){-webkit-animation-delay:529.6s;animation-delay:529.6s}.poke-block-choice .option-choice:nth-child(5291n){-webkit-animation-delay:529.7s;animation-delay:529.7s}.poke-block-choice .option-choice:nth-child(5292n){-webkit-animation-delay:529.8s;animation-delay:529.8s}.poke-block-choice .option-choice:nth-child(5293n){-webkit-animation-delay:529.9s;animation-delay:529.9s}.poke-block-choice .option-choice:nth-child(5294n){-webkit-animation-delay:530s;animation-delay:530s}.poke-block-choice .option-choice:nth-child(5295n){-webkit-animation-delay:530.1s;animation-delay:530.1s}.poke-block-choice .option-choice:nth-child(5296n){-webkit-animation-delay:530.2s;animation-delay:530.2s}.poke-block-choice .option-choice:nth-child(5297n){-webkit-animation-delay:530.3s;animation-delay:530.3s}.poke-block-choice .option-choice:nth-child(5298n){-webkit-animation-delay:530.4s;animation-delay:530.4s}.poke-block-choice .option-choice:nth-child(5299n){-webkit-animation-delay:530.5s;animation-delay:530.5s}.poke-block-choice .option-choice:nth-child(5300n){-webkit-animation-delay:530.6s;animation-delay:530.6s}.poke-block-choice .option-choice:nth-child(5301n){-webkit-animation-delay:530.7s;animation-delay:530.7s}.poke-block-choice .option-choice:nth-child(5302n){-webkit-animation-delay:530.8s;animation-delay:530.8s}.poke-block-choice .option-choice:nth-child(5303n){-webkit-animation-delay:530.9s;animation-delay:530.9s}.poke-block-choice .option-choice:nth-child(5304n){-webkit-animation-delay:531s;animation-delay:531s}.poke-block-choice .option-choice:nth-child(5305n){-webkit-animation-delay:531.1s;animation-delay:531.1s}.poke-block-choice .option-choice:nth-child(5306n){-webkit-animation-delay:531.2s;animation-delay:531.2s}.poke-block-choice .option-choice:nth-child(5307n){-webkit-animation-delay:531.3s;animation-delay:531.3s}.poke-block-choice .option-choice:nth-child(5308n){-webkit-animation-delay:531.4s;animation-delay:531.4s}.poke-block-choice .option-choice:nth-child(5309n){-webkit-animation-delay:531.5s;animation-delay:531.5s}.poke-block-choice .option-choice:nth-child(5310n){-webkit-animation-delay:531.6s;animation-delay:531.6s}.poke-block-choice .option-choice:nth-child(5311n){-webkit-animation-delay:531.7s;animation-delay:531.7s}.poke-block-choice .option-choice:nth-child(5312n){-webkit-animation-delay:531.8s;animation-delay:531.8s}.poke-block-choice .option-choice:nth-child(5313n){-webkit-animation-delay:531.9s;animation-delay:531.9s}.poke-block-choice .option-choice:nth-child(5314n){-webkit-animation-delay:532s;animation-delay:532s}.poke-block-choice .option-choice:nth-child(5315n){-webkit-animation-delay:532.1s;animation-delay:532.1s}.poke-block-choice .option-choice:nth-child(5316n){-webkit-animation-delay:532.2s;animation-delay:532.2s}.poke-block-choice .option-choice:nth-child(5317n){-webkit-animation-delay:532.3s;animation-delay:532.3s}.poke-block-choice .option-choice:nth-child(5318n){-webkit-animation-delay:532.4s;animation-delay:532.4s}.poke-block-choice .option-choice:nth-child(5319n){-webkit-animation-delay:532.5s;animation-delay:532.5s}.poke-block-choice .option-choice:nth-child(5320n){-webkit-animation-delay:532.6s;animation-delay:532.6s}.poke-block-choice .option-choice:nth-child(5321n){-webkit-animation-delay:532.7s;animation-delay:532.7s}.poke-block-choice .option-choice:nth-child(5322n){-webkit-animation-delay:532.8s;animation-delay:532.8s}.poke-block-choice .option-choice:nth-child(5323n){-webkit-animation-delay:532.9s;animation-delay:532.9s}.poke-block-choice .option-choice:nth-child(5324n){-webkit-animation-delay:533s;animation-delay:533s}.poke-block-choice .option-choice:nth-child(5325n){-webkit-animation-delay:533.1s;animation-delay:533.1s}.poke-block-choice .option-choice:nth-child(5326n){-webkit-animation-delay:533.2s;animation-delay:533.2s}.poke-block-choice .option-choice:nth-child(5327n){-webkit-animation-delay:533.3s;animation-delay:533.3s}.poke-block-choice .option-choice:nth-child(5328n){-webkit-animation-delay:533.4s;animation-delay:533.4s}.poke-block-choice .option-choice:nth-child(5329n){-webkit-animation-delay:533.5s;animation-delay:533.5s}.poke-block-choice .option-choice:nth-child(5330n){-webkit-animation-delay:533.6s;animation-delay:533.6s}.poke-block-choice .option-choice:nth-child(5331n){-webkit-animation-delay:533.7s;animation-delay:533.7s}.poke-block-choice .option-choice:nth-child(5332n){-webkit-animation-delay:533.8s;animation-delay:533.8s}.poke-block-choice .option-choice:nth-child(5333n){-webkit-animation-delay:533.9s;animation-delay:533.9s}.poke-block-choice .option-choice:nth-child(5334n){-webkit-animation-delay:534s;animation-delay:534s}.poke-block-choice .option-choice:nth-child(5335n){-webkit-animation-delay:534.1s;animation-delay:534.1s}.poke-block-choice .option-choice:nth-child(5336n){-webkit-animation-delay:534.2s;animation-delay:534.2s}.poke-block-choice .option-choice:nth-child(5337n){-webkit-animation-delay:534.3s;animation-delay:534.3s}.poke-block-choice .option-choice:nth-child(5338n){-webkit-animation-delay:534.4s;animation-delay:534.4s}.poke-block-choice .option-choice:nth-child(5339n){-webkit-animation-delay:534.5s;animation-delay:534.5s}.poke-block-choice .option-choice:nth-child(5340n){-webkit-animation-delay:534.6s;animation-delay:534.6s}.poke-block-choice .option-choice:nth-child(5341n){-webkit-animation-delay:534.7s;animation-delay:534.7s}.poke-block-choice .option-choice:nth-child(5342n){-webkit-animation-delay:534.8s;animation-delay:534.8s}.poke-block-choice .option-choice:nth-child(5343n){-webkit-animation-delay:534.9s;animation-delay:534.9s}.poke-block-choice .option-choice:nth-child(5344n){-webkit-animation-delay:535s;animation-delay:535s}.poke-block-choice .option-choice:nth-child(5345n){-webkit-animation-delay:535.1s;animation-delay:535.1s}.poke-block-choice .option-choice:nth-child(5346n){-webkit-animation-delay:535.2s;animation-delay:535.2s}.poke-block-choice .option-choice:nth-child(5347n){-webkit-animation-delay:535.3s;animation-delay:535.3s}.poke-block-choice .option-choice:nth-child(5348n){-webkit-animation-delay:535.4s;animation-delay:535.4s}.poke-block-choice .option-choice:nth-child(5349n){-webkit-animation-delay:535.5s;animation-delay:535.5s}.poke-block-choice .option-choice:nth-child(5350n){-webkit-animation-delay:535.6s;animation-delay:535.6s}.poke-block-choice .option-choice:nth-child(5351n){-webkit-animation-delay:535.7s;animation-delay:535.7s}.poke-block-choice .option-choice:nth-child(5352n){-webkit-animation-delay:535.8s;animation-delay:535.8s}.poke-block-choice .option-choice:nth-child(5353n){-webkit-animation-delay:535.9s;animation-delay:535.9s}.poke-block-choice .option-choice:nth-child(5354n){-webkit-animation-delay:536s;animation-delay:536s}.poke-block-choice .option-choice:nth-child(5355n){-webkit-animation-delay:536.1s;animation-delay:536.1s}.poke-block-choice .option-choice:nth-child(5356n){-webkit-animation-delay:536.2s;animation-delay:536.2s}.poke-block-choice .option-choice:nth-child(5357n){-webkit-animation-delay:536.3s;animation-delay:536.3s}.poke-block-choice .option-choice:nth-child(5358n){-webkit-animation-delay:536.4s;animation-delay:536.4s}.poke-block-choice .option-choice:nth-child(5359n){-webkit-animation-delay:536.5s;animation-delay:536.5s}.poke-block-choice .option-choice:nth-child(5360n){-webkit-animation-delay:536.6s;animation-delay:536.6s}.poke-block-choice .option-choice:nth-child(5361n){-webkit-animation-delay:536.7s;animation-delay:536.7s}.poke-block-choice .option-choice:nth-child(5362n){-webkit-animation-delay:536.8s;animation-delay:536.8s}.poke-block-choice .option-choice:nth-child(5363n){-webkit-animation-delay:536.9s;animation-delay:536.9s}.poke-block-choice .option-choice:nth-child(5364n){-webkit-animation-delay:537s;animation-delay:537s}.poke-block-choice .option-choice:nth-child(5365n){-webkit-animation-delay:537.1s;animation-delay:537.1s}.poke-block-choice .option-choice:nth-child(5366n){-webkit-animation-delay:537.2s;animation-delay:537.2s}.poke-block-choice .option-choice:nth-child(5367n){-webkit-animation-delay:537.3s;animation-delay:537.3s}.poke-block-choice .option-choice:nth-child(5368n){-webkit-animation-delay:537.4s;animation-delay:537.4s}.poke-block-choice .option-choice:nth-child(5369n){-webkit-animation-delay:537.5s;animation-delay:537.5s}.poke-block-choice .option-choice:nth-child(5370n){-webkit-animation-delay:537.6s;animation-delay:537.6s}.poke-block-choice .option-choice:nth-child(5371n){-webkit-animation-delay:537.7s;animation-delay:537.7s}.poke-block-choice .option-choice:nth-child(5372n){-webkit-animation-delay:537.8s;animation-delay:537.8s}.poke-block-choice .option-choice:nth-child(5373n){-webkit-animation-delay:537.9s;animation-delay:537.9s}.poke-block-choice .option-choice:nth-child(5374n){-webkit-animation-delay:538s;animation-delay:538s}.poke-block-choice .option-choice:nth-child(5375n){-webkit-animation-delay:538.1s;animation-delay:538.1s}.poke-block-choice .option-choice:nth-child(5376n){-webkit-animation-delay:538.2s;animation-delay:538.2s}.poke-block-choice .option-choice:nth-child(5377n){-webkit-animation-delay:538.3s;animation-delay:538.3s}.poke-block-choice .option-choice:nth-child(5378n){-webkit-animation-delay:538.4s;animation-delay:538.4s}.poke-block-choice .option-choice:nth-child(5379n){-webkit-animation-delay:538.5s;animation-delay:538.5s}.poke-block-choice .option-choice:nth-child(5380n){-webkit-animation-delay:538.6s;animation-delay:538.6s}.poke-block-choice .option-choice:nth-child(5381n){-webkit-animation-delay:538.7s;animation-delay:538.7s}.poke-block-choice .option-choice:nth-child(5382n){-webkit-animation-delay:538.8s;animation-delay:538.8s}.poke-block-choice .option-choice:nth-child(5383n){-webkit-animation-delay:538.9s;animation-delay:538.9s}.poke-block-choice .option-choice:nth-child(5384n){-webkit-animation-delay:539s;animation-delay:539s}.poke-block-choice .option-choice:nth-child(5385n){-webkit-animation-delay:539.1s;animation-delay:539.1s}.poke-block-choice .option-choice:nth-child(5386n){-webkit-animation-delay:539.2s;animation-delay:539.2s}.poke-block-choice .option-choice:nth-child(5387n){-webkit-animation-delay:539.3s;animation-delay:539.3s}.poke-block-choice .option-choice:nth-child(5388n){-webkit-animation-delay:539.4s;animation-delay:539.4s}.poke-block-choice .option-choice:nth-child(5389n){-webkit-animation-delay:539.5s;animation-delay:539.5s}.poke-block-choice .option-choice:nth-child(5390n){-webkit-animation-delay:539.6s;animation-delay:539.6s}.poke-block-choice .option-choice:nth-child(5391n){-webkit-animation-delay:539.7s;animation-delay:539.7s}.poke-block-choice .option-choice:nth-child(5392n){-webkit-animation-delay:539.8s;animation-delay:539.8s}.poke-block-choice .option-choice:nth-child(5393n){-webkit-animation-delay:539.9s;animation-delay:539.9s}.poke-block-choice .option-choice:nth-child(5394n){-webkit-animation-delay:540s;animation-delay:540s}.poke-block-choice .option-choice:nth-child(5395n){-webkit-animation-delay:540.1s;animation-delay:540.1s}.poke-block-choice .option-choice:nth-child(5396n){-webkit-animation-delay:540.2s;animation-delay:540.2s}.poke-block-choice .option-choice:nth-child(5397n){-webkit-animation-delay:540.3s;animation-delay:540.3s}.poke-block-choice .option-choice:nth-child(5398n){-webkit-animation-delay:540.4s;animation-delay:540.4s}.poke-block-choice .option-choice:nth-child(5399n){-webkit-animation-delay:540.5s;animation-delay:540.5s}.poke-block-choice .option-choice:nth-child(5400n){-webkit-animation-delay:540.6s;animation-delay:540.6s}.poke-block-choice .option-choice:nth-child(5401n){-webkit-animation-delay:540.7s;animation-delay:540.7s}.poke-block-choice .option-choice:nth-child(5402n){-webkit-animation-delay:540.8s;animation-delay:540.8s}.poke-block-choice .option-choice:nth-child(5403n){-webkit-animation-delay:540.9s;animation-delay:540.9s}.poke-block-choice .option-choice:nth-child(5404n){-webkit-animation-delay:541s;animation-delay:541s}.poke-block-choice .option-choice:nth-child(5405n){-webkit-animation-delay:541.1s;animation-delay:541.1s}.poke-block-choice .option-choice:nth-child(5406n){-webkit-animation-delay:541.2s;animation-delay:541.2s}.poke-block-choice .option-choice:nth-child(5407n){-webkit-animation-delay:541.3s;animation-delay:541.3s}.poke-block-choice .option-choice:nth-child(5408n){-webkit-animation-delay:541.4s;animation-delay:541.4s}.poke-block-choice .option-choice:nth-child(5409n){-webkit-animation-delay:541.5s;animation-delay:541.5s}.poke-block-choice .option-choice:nth-child(5410n){-webkit-animation-delay:541.6s;animation-delay:541.6s}.poke-block-choice .option-choice:nth-child(5411n){-webkit-animation-delay:541.7s;animation-delay:541.7s}.poke-block-choice .option-choice:nth-child(5412n){-webkit-animation-delay:541.8s;animation-delay:541.8s}.poke-block-choice .option-choice:nth-child(5413n){-webkit-animation-delay:541.9s;animation-delay:541.9s}.poke-block-choice .option-choice:nth-child(5414n){-webkit-animation-delay:542s;animation-delay:542s}.poke-block-choice .option-choice:nth-child(5415n){-webkit-animation-delay:542.1s;animation-delay:542.1s}.poke-block-choice .option-choice:nth-child(5416n){-webkit-animation-delay:542.2s;animation-delay:542.2s}.poke-block-choice .option-choice:nth-child(5417n){-webkit-animation-delay:542.3s;animation-delay:542.3s}.poke-block-choice .option-choice:nth-child(5418n){-webkit-animation-delay:542.4s;animation-delay:542.4s}.poke-block-choice .option-choice:nth-child(5419n){-webkit-animation-delay:542.5s;animation-delay:542.5s}.poke-block-choice .option-choice:nth-child(5420n){-webkit-animation-delay:542.6s;animation-delay:542.6s}.poke-block-choice .option-choice:nth-child(5421n){-webkit-animation-delay:542.7s;animation-delay:542.7s}.poke-block-choice .option-choice:nth-child(5422n){-webkit-animation-delay:542.8s;animation-delay:542.8s}.poke-block-choice .option-choice:nth-child(5423n){-webkit-animation-delay:542.9s;animation-delay:542.9s}.poke-block-choice .option-choice:nth-child(5424n){-webkit-animation-delay:543s;animation-delay:543s}.poke-block-choice .option-choice:nth-child(5425n){-webkit-animation-delay:543.1s;animation-delay:543.1s}.poke-block-choice .option-choice:nth-child(5426n){-webkit-animation-delay:543.2s;animation-delay:543.2s}.poke-block-choice .option-choice:nth-child(5427n){-webkit-animation-delay:543.3s;animation-delay:543.3s}.poke-block-choice .option-choice:nth-child(5428n){-webkit-animation-delay:543.4s;animation-delay:543.4s}.poke-block-choice .option-choice:nth-child(5429n){-webkit-animation-delay:543.5s;animation-delay:543.5s}.poke-block-choice .option-choice:nth-child(5430n){-webkit-animation-delay:543.6s;animation-delay:543.6s}.poke-block-choice .option-choice:nth-child(5431n){-webkit-animation-delay:543.7s;animation-delay:543.7s}.poke-block-choice .option-choice:nth-child(5432n){-webkit-animation-delay:543.8s;animation-delay:543.8s}.poke-block-choice .option-choice:nth-child(5433n){-webkit-animation-delay:543.9s;animation-delay:543.9s}.poke-block-choice .option-choice:nth-child(5434n){-webkit-animation-delay:544s;animation-delay:544s}.poke-block-choice .option-choice:nth-child(5435n){-webkit-animation-delay:544.1s;animation-delay:544.1s}.poke-block-choice .option-choice:nth-child(5436n){-webkit-animation-delay:544.2s;animation-delay:544.2s}.poke-block-choice .option-choice:nth-child(5437n){-webkit-animation-delay:544.3s;animation-delay:544.3s}.poke-block-choice .option-choice:nth-child(5438n){-webkit-animation-delay:544.4s;animation-delay:544.4s}.poke-block-choice .option-choice:nth-child(5439n){-webkit-animation-delay:544.5s;animation-delay:544.5s}.poke-block-choice .option-choice:nth-child(5440n){-webkit-animation-delay:544.6s;animation-delay:544.6s}.poke-block-choice .option-choice:nth-child(5441n){-webkit-animation-delay:544.7s;animation-delay:544.7s}.poke-block-choice .option-choice:nth-child(5442n){-webkit-animation-delay:544.8s;animation-delay:544.8s}.poke-block-choice .option-choice:nth-child(5443n){-webkit-animation-delay:544.9s;animation-delay:544.9s}.poke-block-choice .option-choice:nth-child(5444n){-webkit-animation-delay:545s;animation-delay:545s}.poke-block-choice .option-choice:nth-child(5445n){-webkit-animation-delay:545.1s;animation-delay:545.1s}.poke-block-choice .option-choice:nth-child(5446n){-webkit-animation-delay:545.2s;animation-delay:545.2s}.poke-block-choice .option-choice:nth-child(5447n){-webkit-animation-delay:545.3s;animation-delay:545.3s}.poke-block-choice .option-choice:nth-child(5448n){-webkit-animation-delay:545.4s;animation-delay:545.4s}.poke-block-choice .option-choice:nth-child(5449n){-webkit-animation-delay:545.5s;animation-delay:545.5s}.poke-block-choice .option-choice:nth-child(5450n){-webkit-animation-delay:545.6s;animation-delay:545.6s}.poke-block-choice .option-choice:nth-child(5451n){-webkit-animation-delay:545.7s;animation-delay:545.7s}.poke-block-choice .option-choice:nth-child(5452n){-webkit-animation-delay:545.8s;animation-delay:545.8s}.poke-block-choice .option-choice:nth-child(5453n){-webkit-animation-delay:545.9s;animation-delay:545.9s}.poke-block-choice .option-choice:nth-child(5454n){-webkit-animation-delay:546s;animation-delay:546s}.poke-block-choice .option-choice:nth-child(5455n){-webkit-animation-delay:546.1s;animation-delay:546.1s}.poke-block-choice .option-choice:nth-child(5456n){-webkit-animation-delay:546.2s;animation-delay:546.2s}.poke-block-choice .option-choice:nth-child(5457n){-webkit-animation-delay:546.3s;animation-delay:546.3s}.poke-block-choice .option-choice:nth-child(5458n){-webkit-animation-delay:546.4s;animation-delay:546.4s}.poke-block-choice .option-choice:nth-child(5459n){-webkit-animation-delay:546.5s;animation-delay:546.5s}.poke-block-choice .option-choice:nth-child(5460n){-webkit-animation-delay:546.6s;animation-delay:546.6s}.poke-block-choice .option-choice:nth-child(5461n){-webkit-animation-delay:546.7s;animation-delay:546.7s}.poke-block-choice .option-choice:nth-child(5462n){-webkit-animation-delay:546.8s;animation-delay:546.8s}.poke-block-choice .option-choice:nth-child(5463n){-webkit-animation-delay:546.9s;animation-delay:546.9s}.poke-block-choice .option-choice:nth-child(5464n){-webkit-animation-delay:547s;animation-delay:547s}.poke-block-choice .option-choice:nth-child(5465n){-webkit-animation-delay:547.1s;animation-delay:547.1s}.poke-block-choice .option-choice:nth-child(5466n){-webkit-animation-delay:547.2s;animation-delay:547.2s}.poke-block-choice .option-choice:nth-child(5467n){-webkit-animation-delay:547.3s;animation-delay:547.3s}.poke-block-choice .option-choice:nth-child(5468n){-webkit-animation-delay:547.4s;animation-delay:547.4s}.poke-block-choice .option-choice:nth-child(5469n){-webkit-animation-delay:547.5s;animation-delay:547.5s}.poke-block-choice .option-choice:nth-child(5470n){-webkit-animation-delay:547.6s;animation-delay:547.6s}.poke-block-choice .option-choice:nth-child(5471n){-webkit-animation-delay:547.7s;animation-delay:547.7s}.poke-block-choice .option-choice:nth-child(5472n){-webkit-animation-delay:547.8s;animation-delay:547.8s}.poke-block-choice .option-choice:nth-child(5473n){-webkit-animation-delay:547.9s;animation-delay:547.9s}.poke-block-choice .option-choice:nth-child(5474n){-webkit-animation-delay:548s;animation-delay:548s}.poke-block-choice .option-choice:nth-child(5475n){-webkit-animation-delay:548.1s;animation-delay:548.1s}.poke-block-choice .option-choice:nth-child(5476n){-webkit-animation-delay:548.2s;animation-delay:548.2s}.poke-block-choice .option-choice:nth-child(5477n){-webkit-animation-delay:548.3s;animation-delay:548.3s}.poke-block-choice .option-choice:nth-child(5478n){-webkit-animation-delay:548.4s;animation-delay:548.4s}.poke-block-choice .option-choice:nth-child(5479n){-webkit-animation-delay:548.5s;animation-delay:548.5s}.poke-block-choice .option-choice:nth-child(5480n){-webkit-animation-delay:548.6s;animation-delay:548.6s}.poke-block-choice .option-choice:nth-child(5481n){-webkit-animation-delay:548.7s;animation-delay:548.7s}.poke-block-choice .option-choice:nth-child(5482n){-webkit-animation-delay:548.8s;animation-delay:548.8s}.poke-block-choice .option-choice:nth-child(5483n){-webkit-animation-delay:548.9s;animation-delay:548.9s}.poke-block-choice .option-choice:nth-child(5484n){-webkit-animation-delay:549s;animation-delay:549s}.poke-block-choice .option-choice:nth-child(5485n){-webkit-animation-delay:549.1s;animation-delay:549.1s}.poke-block-choice .option-choice:nth-child(5486n){-webkit-animation-delay:549.2s;animation-delay:549.2s}.poke-block-choice .option-choice:nth-child(5487n){-webkit-animation-delay:549.3s;animation-delay:549.3s}.poke-block-choice .option-choice:nth-child(5488n){-webkit-animation-delay:549.4s;animation-delay:549.4s}.poke-block-choice .option-choice:nth-child(5489n){-webkit-animation-delay:549.5s;animation-delay:549.5s}.poke-block-choice .option-choice:nth-child(5490n){-webkit-animation-delay:549.6s;animation-delay:549.6s}.poke-block-choice .option-choice:nth-child(5491n){-webkit-animation-delay:549.7s;animation-delay:549.7s}.poke-block-choice .option-choice:nth-child(5492n){-webkit-animation-delay:549.8s;animation-delay:549.8s}.poke-block-choice .option-choice:nth-child(5493n){-webkit-animation-delay:549.9s;animation-delay:549.9s}.poke-block-choice .option-choice:nth-child(5494n){-webkit-animation-delay:550s;animation-delay:550s}.poke-block-choice .option-choice:nth-child(5495n){-webkit-animation-delay:550.1s;animation-delay:550.1s}.poke-block-choice .option-choice:nth-child(5496n){-webkit-animation-delay:550.2s;animation-delay:550.2s}.poke-block-choice .option-choice:nth-child(5497n){-webkit-animation-delay:550.3s;animation-delay:550.3s}.poke-block-choice .option-choice:nth-child(5498n){-webkit-animation-delay:550.4s;animation-delay:550.4s}.poke-block-choice .option-choice:nth-child(5499n){-webkit-animation-delay:550.5s;animation-delay:550.5s}.poke-block-choice .option-choice:nth-child(5500n){-webkit-animation-delay:550.6s;animation-delay:550.6s}.poke-block-choice .option-choice:nth-child(5501n){-webkit-animation-delay:550.7s;animation-delay:550.7s}.poke-block-choice .option-choice:nth-child(5502n){-webkit-animation-delay:550.8s;animation-delay:550.8s}.poke-block-choice .option-choice:nth-child(5503n){-webkit-animation-delay:550.9s;animation-delay:550.9s}.poke-block-choice .option-choice:nth-child(5504n){-webkit-animation-delay:551s;animation-delay:551s}.poke-block-choice .option-choice:nth-child(5505n){-webkit-animation-delay:551.1s;animation-delay:551.1s}.poke-block-choice .option-choice:nth-child(5506n){-webkit-animation-delay:551.2s;animation-delay:551.2s}.poke-block-choice .option-choice:nth-child(5507n){-webkit-animation-delay:551.3s;animation-delay:551.3s}.poke-block-choice .option-choice:nth-child(5508n){-webkit-animation-delay:551.4s;animation-delay:551.4s}.poke-block-choice .option-choice:nth-child(5509n){-webkit-animation-delay:551.5s;animation-delay:551.5s}.poke-block-choice .option-choice:nth-child(5510n){-webkit-animation-delay:551.6s;animation-delay:551.6s}.poke-block-choice .option-choice:nth-child(5511n){-webkit-animation-delay:551.7s;animation-delay:551.7s}.poke-block-choice .option-choice:nth-child(5512n){-webkit-animation-delay:551.8s;animation-delay:551.8s}.poke-block-choice .option-choice:nth-child(5513n){-webkit-animation-delay:551.9s;animation-delay:551.9s}.poke-block-choice .option-choice:nth-child(5514n){-webkit-animation-delay:552s;animation-delay:552s}.poke-block-choice .option-choice:nth-child(5515n){-webkit-animation-delay:552.1s;animation-delay:552.1s}.poke-block-choice .option-choice:nth-child(5516n){-webkit-animation-delay:552.2s;animation-delay:552.2s}.poke-block-choice .option-choice:nth-child(5517n){-webkit-animation-delay:552.3s;animation-delay:552.3s}.poke-block-choice .option-choice:nth-child(5518n){-webkit-animation-delay:552.4s;animation-delay:552.4s}.poke-block-choice .option-choice:nth-child(5519n){-webkit-animation-delay:552.5s;animation-delay:552.5s}.poke-block-choice .option-choice:nth-child(5520n){-webkit-animation-delay:552.6s;animation-delay:552.6s}.poke-block-choice .option-choice:nth-child(5521n){-webkit-animation-delay:552.7s;animation-delay:552.7s}.poke-block-choice .option-choice:nth-child(5522n){-webkit-animation-delay:552.8s;animation-delay:552.8s}.poke-block-choice .option-choice:nth-child(5523n){-webkit-animation-delay:552.9s;animation-delay:552.9s}.poke-block-choice .option-choice:nth-child(5524n){-webkit-animation-delay:553s;animation-delay:553s}.poke-block-choice .option-choice:nth-child(5525n){-webkit-animation-delay:553.1s;animation-delay:553.1s}.poke-block-choice .option-choice:nth-child(5526n){-webkit-animation-delay:553.2s;animation-delay:553.2s}.poke-block-choice .option-choice:nth-child(5527n){-webkit-animation-delay:553.3s;animation-delay:553.3s}.poke-block-choice .option-choice:nth-child(5528n){-webkit-animation-delay:553.4s;animation-delay:553.4s}.poke-block-choice .option-choice:nth-child(5529n){-webkit-animation-delay:553.5s;animation-delay:553.5s}.poke-block-choice .option-choice:nth-child(5530n){-webkit-animation-delay:553.6s;animation-delay:553.6s}.poke-block-choice .option-choice:nth-child(5531n){-webkit-animation-delay:553.7s;animation-delay:553.7s}.poke-block-choice .option-choice:nth-child(5532n){-webkit-animation-delay:553.8s;animation-delay:553.8s}.poke-block-choice .option-choice:nth-child(5533n){-webkit-animation-delay:553.9s;animation-delay:553.9s}.poke-block-choice .option-choice:nth-child(5534n){-webkit-animation-delay:554s;animation-delay:554s}.poke-block-choice .option-choice:nth-child(5535n){-webkit-animation-delay:554.1s;animation-delay:554.1s}.poke-block-choice .option-choice:nth-child(5536n){-webkit-animation-delay:554.2s;animation-delay:554.2s}.poke-block-choice .option-choice:nth-child(5537n){-webkit-animation-delay:554.3s;animation-delay:554.3s}.poke-block-choice .option-choice:nth-child(5538n){-webkit-animation-delay:554.4s;animation-delay:554.4s}.poke-block-choice .option-choice:nth-child(5539n){-webkit-animation-delay:554.5s;animation-delay:554.5s}.poke-block-choice .option-choice:nth-child(5540n){-webkit-animation-delay:554.6s;animation-delay:554.6s}.poke-block-choice .option-choice:nth-child(5541n){-webkit-animation-delay:554.7s;animation-delay:554.7s}.poke-block-choice .option-choice:nth-child(5542n){-webkit-animation-delay:554.8s;animation-delay:554.8s}.poke-block-choice .option-choice:nth-child(5543n){-webkit-animation-delay:554.9s;animation-delay:554.9s}.poke-block-choice .option-choice:nth-child(5544n){-webkit-animation-delay:555s;animation-delay:555s}.poke-block-choice .option-choice:nth-child(5545n){-webkit-animation-delay:555.1s;animation-delay:555.1s}.poke-block-choice .option-choice:nth-child(5546n){-webkit-animation-delay:555.2s;animation-delay:555.2s}.poke-block-choice .option-choice:nth-child(5547n){-webkit-animation-delay:555.3s;animation-delay:555.3s}.poke-block-choice .option-choice:nth-child(5548n){-webkit-animation-delay:555.4s;animation-delay:555.4s}.poke-block-choice .option-choice:nth-child(5549n){-webkit-animation-delay:555.5s;animation-delay:555.5s}.poke-block-choice .option-choice:nth-child(5550n){-webkit-animation-delay:555.6s;animation-delay:555.6s}.poke-block-choice .option-choice:nth-child(5551n){-webkit-animation-delay:555.7s;animation-delay:555.7s}.poke-block-choice .option-choice:nth-child(5552n){-webkit-animation-delay:555.8s;animation-delay:555.8s}.poke-block-choice .option-choice:nth-child(5553n){-webkit-animation-delay:555.9s;animation-delay:555.9s}.poke-block-choice .option-choice:nth-child(5554n){-webkit-animation-delay:556s;animation-delay:556s}.poke-block-choice .option-choice:nth-child(5555n){-webkit-animation-delay:556.1s;animation-delay:556.1s}.poke-block-choice .option-choice:nth-child(5556n){-webkit-animation-delay:556.2s;animation-delay:556.2s}.poke-block-choice .option-choice:nth-child(5557n){-webkit-animation-delay:556.3s;animation-delay:556.3s}.poke-block-choice .option-choice:nth-child(5558n){-webkit-animation-delay:556.4s;animation-delay:556.4s}.poke-block-choice .option-choice:nth-child(5559n){-webkit-animation-delay:556.5s;animation-delay:556.5s}.poke-block-choice .option-choice:nth-child(5560n){-webkit-animation-delay:556.6s;animation-delay:556.6s}.poke-block-choice .option-choice:nth-child(5561n){-webkit-animation-delay:556.7s;animation-delay:556.7s}.poke-block-choice .option-choice:nth-child(5562n){-webkit-animation-delay:556.8s;animation-delay:556.8s}.poke-block-choice .option-choice:nth-child(5563n){-webkit-animation-delay:556.9s;animation-delay:556.9s}.poke-block-choice .option-choice:nth-child(5564n){-webkit-animation-delay:557s;animation-delay:557s}.poke-block-choice .option-choice:nth-child(5565n){-webkit-animation-delay:557.1s;animation-delay:557.1s}.poke-block-choice .option-choice:nth-child(5566n){-webkit-animation-delay:557.2s;animation-delay:557.2s}.poke-block-choice .option-choice:nth-child(5567n){-webkit-animation-delay:557.3s;animation-delay:557.3s}.poke-block-choice .option-choice:nth-child(5568n){-webkit-animation-delay:557.4s;animation-delay:557.4s}.poke-block-choice .option-choice:nth-child(5569n){-webkit-animation-delay:557.5s;animation-delay:557.5s}.poke-block-choice .option-choice:nth-child(5570n){-webkit-animation-delay:557.6s;animation-delay:557.6s}.poke-block-choice .option-choice:nth-child(5571n){-webkit-animation-delay:557.7s;animation-delay:557.7s}.poke-block-choice .option-choice:nth-child(5572n){-webkit-animation-delay:557.8s;animation-delay:557.8s}.poke-block-choice .option-choice:nth-child(5573n){-webkit-animation-delay:557.9s;animation-delay:557.9s}.poke-block-choice .option-choice:nth-child(5574n){-webkit-animation-delay:558s;animation-delay:558s}.poke-block-choice .option-choice:nth-child(5575n){-webkit-animation-delay:558.1s;animation-delay:558.1s}.poke-block-choice .option-choice:nth-child(5576n){-webkit-animation-delay:558.2s;animation-delay:558.2s}.poke-block-choice .option-choice:nth-child(5577n){-webkit-animation-delay:558.3s;animation-delay:558.3s}.poke-block-choice .option-choice:nth-child(5578n){-webkit-animation-delay:558.4s;animation-delay:558.4s}.poke-block-choice .option-choice:nth-child(5579n){-webkit-animation-delay:558.5s;animation-delay:558.5s}.poke-block-choice .option-choice:nth-child(5580n){-webkit-animation-delay:558.6s;animation-delay:558.6s}.poke-block-choice .option-choice:nth-child(5581n){-webkit-animation-delay:558.7s;animation-delay:558.7s}.poke-block-choice .option-choice:nth-child(5582n){-webkit-animation-delay:558.8s;animation-delay:558.8s}.poke-block-choice .option-choice:nth-child(5583n){-webkit-animation-delay:558.9s;animation-delay:558.9s}.poke-block-choice .option-choice:nth-child(5584n){-webkit-animation-delay:559s;animation-delay:559s}.poke-block-choice .option-choice:nth-child(5585n){-webkit-animation-delay:559.1s;animation-delay:559.1s}.poke-block-choice .option-choice:nth-child(5586n){-webkit-animation-delay:559.2s;animation-delay:559.2s}.poke-block-choice .option-choice:nth-child(5587n){-webkit-animation-delay:559.3s;animation-delay:559.3s}.poke-block-choice .option-choice:nth-child(5588n){-webkit-animation-delay:559.4s;animation-delay:559.4s}.poke-block-choice .option-choice:nth-child(5589n){-webkit-animation-delay:559.5s;animation-delay:559.5s}.poke-block-choice .option-choice:nth-child(5590n){-webkit-animation-delay:559.6s;animation-delay:559.6s}.poke-block-choice .option-choice:nth-child(5591n){-webkit-animation-delay:559.7s;animation-delay:559.7s}.poke-block-choice .option-choice:nth-child(5592n){-webkit-animation-delay:559.8s;animation-delay:559.8s}.poke-block-choice .option-choice:nth-child(5593n){-webkit-animation-delay:559.9s;animation-delay:559.9s}.poke-block-choice .option-choice:nth-child(5594n){-webkit-animation-delay:560s;animation-delay:560s}.poke-block-choice .option-choice:nth-child(5595n){-webkit-animation-delay:560.1s;animation-delay:560.1s}.poke-block-choice .option-choice:nth-child(5596n){-webkit-animation-delay:560.2s;animation-delay:560.2s}.poke-block-choice .option-choice:nth-child(5597n){-webkit-animation-delay:560.3s;animation-delay:560.3s}.poke-block-choice .option-choice:nth-child(5598n){-webkit-animation-delay:560.4s;animation-delay:560.4s}.poke-block-choice .option-choice:nth-child(5599n){-webkit-animation-delay:560.5s;animation-delay:560.5s}.poke-block-choice .option-choice:nth-child(5600n){-webkit-animation-delay:560.6s;animation-delay:560.6s}.poke-block-choice .option-choice:nth-child(5601n){-webkit-animation-delay:560.7s;animation-delay:560.7s}.poke-block-choice .option-choice:nth-child(5602n){-webkit-animation-delay:560.8s;animation-delay:560.8s}.poke-block-choice .option-choice:nth-child(5603n){-webkit-animation-delay:560.9s;animation-delay:560.9s}.poke-block-choice .option-choice:nth-child(5604n){-webkit-animation-delay:561s;animation-delay:561s}.poke-block-choice .option-choice:nth-child(5605n){-webkit-animation-delay:561.1s;animation-delay:561.1s}.poke-block-choice .option-choice:nth-child(5606n){-webkit-animation-delay:561.2s;animation-delay:561.2s}.poke-block-choice .option-choice:nth-child(5607n){-webkit-animation-delay:561.3s;animation-delay:561.3s}.poke-block-choice .option-choice:nth-child(5608n){-webkit-animation-delay:561.4s;animation-delay:561.4s}.poke-block-choice .option-choice:nth-child(5609n){-webkit-animation-delay:561.5s;animation-delay:561.5s}.poke-block-choice .option-choice:nth-child(5610n){-webkit-animation-delay:561.6s;animation-delay:561.6s}.poke-block-choice .option-choice:nth-child(5611n){-webkit-animation-delay:561.7s;animation-delay:561.7s}.poke-block-choice .option-choice:nth-child(5612n){-webkit-animation-delay:561.8s;animation-delay:561.8s}.poke-block-choice .option-choice:nth-child(5613n){-webkit-animation-delay:561.9s;animation-delay:561.9s}.poke-block-choice .option-choice:nth-child(5614n){-webkit-animation-delay:562s;animation-delay:562s}.poke-block-choice .option-choice:nth-child(5615n){-webkit-animation-delay:562.1s;animation-delay:562.1s}.poke-block-choice .option-choice:nth-child(5616n){-webkit-animation-delay:562.2s;animation-delay:562.2s}.poke-block-choice .option-choice:nth-child(5617n){-webkit-animation-delay:562.3s;animation-delay:562.3s}.poke-block-choice .option-choice:nth-child(5618n){-webkit-animation-delay:562.4s;animation-delay:562.4s}.poke-block-choice .option-choice:nth-child(5619n){-webkit-animation-delay:562.5s;animation-delay:562.5s}.poke-block-choice .option-choice:nth-child(5620n){-webkit-animation-delay:562.6s;animation-delay:562.6s}.poke-block-choice .option-choice:nth-child(5621n){-webkit-animation-delay:562.7s;animation-delay:562.7s}.poke-block-choice .option-choice:nth-child(5622n){-webkit-animation-delay:562.8s;animation-delay:562.8s}.poke-block-choice .option-choice:nth-child(5623n){-webkit-animation-delay:562.9s;animation-delay:562.9s}.poke-block-choice .option-choice:nth-child(5624n){-webkit-animation-delay:563s;animation-delay:563s}.poke-block-choice .option-choice:nth-child(5625n){-webkit-animation-delay:563.1s;animation-delay:563.1s}.poke-block-choice .option-choice:nth-child(5626n){-webkit-animation-delay:563.2s;animation-delay:563.2s}.poke-block-choice .option-choice:nth-child(5627n){-webkit-animation-delay:563.3s;animation-delay:563.3s}.poke-block-choice .option-choice:nth-child(5628n){-webkit-animation-delay:563.4s;animation-delay:563.4s}.poke-block-choice .option-choice:nth-child(5629n){-webkit-animation-delay:563.5s;animation-delay:563.5s}.poke-block-choice .option-choice:nth-child(5630n){-webkit-animation-delay:563.6s;animation-delay:563.6s}.poke-block-choice .option-choice:nth-child(5631n){-webkit-animation-delay:563.7s;animation-delay:563.7s}.poke-block-choice .option-choice:nth-child(5632n){-webkit-animation-delay:563.8s;animation-delay:563.8s}.poke-block-choice .option-choice:nth-child(5633n){-webkit-animation-delay:563.9s;animation-delay:563.9s}.poke-block-choice .option-choice:nth-child(5634n){-webkit-animation-delay:564s;animation-delay:564s}.poke-block-choice .option-choice:nth-child(5635n){-webkit-animation-delay:564.1s;animation-delay:564.1s}.poke-block-choice .option-choice:nth-child(5636n){-webkit-animation-delay:564.2s;animation-delay:564.2s}.poke-block-choice .option-choice:nth-child(5637n){-webkit-animation-delay:564.3s;animation-delay:564.3s}.poke-block-choice .option-choice:nth-child(5638n){-webkit-animation-delay:564.4s;animation-delay:564.4s}.poke-block-choice .option-choice:nth-child(5639n){-webkit-animation-delay:564.5s;animation-delay:564.5s}.poke-block-choice .option-choice:nth-child(5640n){-webkit-animation-delay:564.6s;animation-delay:564.6s}.poke-block-choice .option-choice:nth-child(5641n){-webkit-animation-delay:564.7s;animation-delay:564.7s}.poke-block-choice .option-choice:nth-child(5642n){-webkit-animation-delay:564.8s;animation-delay:564.8s}.poke-block-choice .option-choice:nth-child(5643n){-webkit-animation-delay:564.9s;animation-delay:564.9s}.poke-block-choice .option-choice:nth-child(5644n){-webkit-animation-delay:565s;animation-delay:565s}.poke-block-choice .option-choice:nth-child(5645n){-webkit-animation-delay:565.1s;animation-delay:565.1s}.poke-block-choice .option-choice:nth-child(5646n){-webkit-animation-delay:565.2s;animation-delay:565.2s}.poke-block-choice .option-choice:nth-child(5647n){-webkit-animation-delay:565.3s;animation-delay:565.3s}.poke-block-choice .option-choice:nth-child(5648n){-webkit-animation-delay:565.4s;animation-delay:565.4s}.poke-block-choice .option-choice:nth-child(5649n){-webkit-animation-delay:565.5s;animation-delay:565.5s}.poke-block-choice .option-choice:nth-child(5650n){-webkit-animation-delay:565.6s;animation-delay:565.6s}.poke-block-choice .option-choice:nth-child(5651n){-webkit-animation-delay:565.7s;animation-delay:565.7s}.poke-block-choice .option-choice:nth-child(5652n){-webkit-animation-delay:565.8s;animation-delay:565.8s}.poke-block-choice .option-choice:nth-child(5653n){-webkit-animation-delay:565.9s;animation-delay:565.9s}.poke-block-choice .option-choice:nth-child(5654n){-webkit-animation-delay:566s;animation-delay:566s}.poke-block-choice .option-choice:nth-child(5655n){-webkit-animation-delay:566.1s;animation-delay:566.1s}.poke-block-choice .option-choice:nth-child(5656n){-webkit-animation-delay:566.2s;animation-delay:566.2s}.poke-block-choice .option-choice:nth-child(5657n){-webkit-animation-delay:566.3s;animation-delay:566.3s}.poke-block-choice .option-choice:nth-child(5658n){-webkit-animation-delay:566.4s;animation-delay:566.4s}.poke-block-choice .option-choice:nth-child(5659n){-webkit-animation-delay:566.5s;animation-delay:566.5s}.poke-block-choice .option-choice:nth-child(5660n){-webkit-animation-delay:566.6s;animation-delay:566.6s}.poke-block-choice .option-choice:nth-child(5661n){-webkit-animation-delay:566.7s;animation-delay:566.7s}.poke-block-choice .option-choice:nth-child(5662n){-webkit-animation-delay:566.8s;animation-delay:566.8s}.poke-block-choice .option-choice:nth-child(5663n){-webkit-animation-delay:566.9s;animation-delay:566.9s}.poke-block-choice .option-choice:nth-child(5664n){-webkit-animation-delay:567s;animation-delay:567s}.poke-block-choice .option-choice:nth-child(5665n){-webkit-animation-delay:567.1s;animation-delay:567.1s}.poke-block-choice .option-choice:nth-child(5666n){-webkit-animation-delay:567.2s;animation-delay:567.2s}.poke-block-choice .option-choice:nth-child(5667n){-webkit-animation-delay:567.3s;animation-delay:567.3s}.poke-block-choice .option-choice:nth-child(5668n){-webkit-animation-delay:567.4s;animation-delay:567.4s}.poke-block-choice .option-choice:nth-child(5669n){-webkit-animation-delay:567.5s;animation-delay:567.5s}.poke-block-choice .option-choice:nth-child(5670n){-webkit-animation-delay:567.6s;animation-delay:567.6s}.poke-block-choice .option-choice:nth-child(5671n){-webkit-animation-delay:567.7s;animation-delay:567.7s}.poke-block-choice .option-choice:nth-child(5672n){-webkit-animation-delay:567.8s;animation-delay:567.8s}.poke-block-choice .option-choice:nth-child(5673n){-webkit-animation-delay:567.9s;animation-delay:567.9s}.poke-block-choice .option-choice:nth-child(5674n){-webkit-animation-delay:568s;animation-delay:568s}.poke-block-choice .option-choice:nth-child(5675n){-webkit-animation-delay:568.1s;animation-delay:568.1s}.poke-block-choice .option-choice:nth-child(5676n){-webkit-animation-delay:568.2s;animation-delay:568.2s}.poke-block-choice .option-choice:nth-child(5677n){-webkit-animation-delay:568.3s;animation-delay:568.3s}.poke-block-choice .option-choice:nth-child(5678n){-webkit-animation-delay:568.4s;animation-delay:568.4s}.poke-block-choice .option-choice:nth-child(5679n){-webkit-animation-delay:568.5s;animation-delay:568.5s}.poke-block-choice .option-choice:nth-child(5680n){-webkit-animation-delay:568.6s;animation-delay:568.6s}.poke-block-choice .option-choice:nth-child(5681n){-webkit-animation-delay:568.7s;animation-delay:568.7s}.poke-block-choice .option-choice:nth-child(5682n){-webkit-animation-delay:568.8s;animation-delay:568.8s}.poke-block-choice .option-choice:nth-child(5683n){-webkit-animation-delay:568.9s;animation-delay:568.9s}.poke-block-choice .option-choice:nth-child(5684n){-webkit-animation-delay:569s;animation-delay:569s}.poke-block-choice .option-choice:nth-child(5685n){-webkit-animation-delay:569.1s;animation-delay:569.1s}.poke-block-choice .option-choice:nth-child(5686n){-webkit-animation-delay:569.2s;animation-delay:569.2s}.poke-block-choice .option-choice:nth-child(5687n){-webkit-animation-delay:569.3s;animation-delay:569.3s}.poke-block-choice .option-choice:nth-child(5688n){-webkit-animation-delay:569.4s;animation-delay:569.4s}.poke-block-choice .option-choice:nth-child(5689n){-webkit-animation-delay:569.5s;animation-delay:569.5s}.poke-block-choice .option-choice:nth-child(5690n){-webkit-animation-delay:569.6s;animation-delay:569.6s}.poke-block-choice .option-choice:nth-child(5691n){-webkit-animation-delay:569.7s;animation-delay:569.7s}.poke-block-choice .option-choice:nth-child(5692n){-webkit-animation-delay:569.8s;animation-delay:569.8s}.poke-block-choice .option-choice:nth-child(5693n){-webkit-animation-delay:569.9s;animation-delay:569.9s}.poke-block-choice .option-choice:nth-child(5694n){-webkit-animation-delay:570s;animation-delay:570s}.poke-block-choice .option-choice:nth-child(5695n){-webkit-animation-delay:570.1s;animation-delay:570.1s}.poke-block-choice .option-choice:nth-child(5696n){-webkit-animation-delay:570.2s;animation-delay:570.2s}.poke-block-choice .option-choice:nth-child(5697n){-webkit-animation-delay:570.3s;animation-delay:570.3s}.poke-block-choice .option-choice:nth-child(5698n){-webkit-animation-delay:570.4s;animation-delay:570.4s}.poke-block-choice .option-choice:nth-child(5699n){-webkit-animation-delay:570.5s;animation-delay:570.5s}.poke-block-choice .option-choice:nth-child(5700n){-webkit-animation-delay:570.6s;animation-delay:570.6s}.poke-block-choice .option-choice:nth-child(5701n){-webkit-animation-delay:570.7s;animation-delay:570.7s}.poke-block-choice .option-choice:nth-child(5702n){-webkit-animation-delay:570.8s;animation-delay:570.8s}.poke-block-choice .option-choice:nth-child(5703n){-webkit-animation-delay:570.9s;animation-delay:570.9s}.poke-block-choice .option-choice:nth-child(5704n){-webkit-animation-delay:571s;animation-delay:571s}.poke-block-choice .option-choice:nth-child(5705n){-webkit-animation-delay:571.1s;animation-delay:571.1s}.poke-block-choice .option-choice:nth-child(5706n){-webkit-animation-delay:571.2s;animation-delay:571.2s}.poke-block-choice .option-choice:nth-child(5707n){-webkit-animation-delay:571.3s;animation-delay:571.3s}.poke-block-choice .option-choice:nth-child(5708n){-webkit-animation-delay:571.4s;animation-delay:571.4s}.poke-block-choice .option-choice:nth-child(5709n){-webkit-animation-delay:571.5s;animation-delay:571.5s}.poke-block-choice .option-choice:nth-child(5710n){-webkit-animation-delay:571.6s;animation-delay:571.6s}.poke-block-choice .option-choice:nth-child(5711n){-webkit-animation-delay:571.7s;animation-delay:571.7s}.poke-block-choice .option-choice:nth-child(5712n){-webkit-animation-delay:571.8s;animation-delay:571.8s}.poke-block-choice .option-choice:nth-child(5713n){-webkit-animation-delay:571.9s;animation-delay:571.9s}.poke-block-choice .option-choice:nth-child(5714n){-webkit-animation-delay:572s;animation-delay:572s}.poke-block-choice .option-choice:nth-child(5715n){-webkit-animation-delay:572.1s;animation-delay:572.1s}.poke-block-choice .option-choice:nth-child(5716n){-webkit-animation-delay:572.2s;animation-delay:572.2s}.poke-block-choice .option-choice:nth-child(5717n){-webkit-animation-delay:572.3s;animation-delay:572.3s}.poke-block-choice .option-choice:nth-child(5718n){-webkit-animation-delay:572.4s;animation-delay:572.4s}.poke-block-choice .option-choice:nth-child(5719n){-webkit-animation-delay:572.5s;animation-delay:572.5s}.poke-block-choice .option-choice:nth-child(5720n){-webkit-animation-delay:572.6s;animation-delay:572.6s}.poke-block-choice .option-choice:nth-child(5721n){-webkit-animation-delay:572.7s;animation-delay:572.7s}.poke-block-choice .option-choice:nth-child(5722n){-webkit-animation-delay:572.8s;animation-delay:572.8s}.poke-block-choice .option-choice:nth-child(5723n){-webkit-animation-delay:572.9s;animation-delay:572.9s}.poke-block-choice .option-choice:nth-child(5724n){-webkit-animation-delay:573s;animation-delay:573s}.poke-block-choice .option-choice:nth-child(5725n){-webkit-animation-delay:573.1s;animation-delay:573.1s}.poke-block-choice .option-choice:nth-child(5726n){-webkit-animation-delay:573.2s;animation-delay:573.2s}.poke-block-choice .option-choice:nth-child(5727n){-webkit-animation-delay:573.3s;animation-delay:573.3s}.poke-block-choice .option-choice:nth-child(5728n){-webkit-animation-delay:573.4s;animation-delay:573.4s}.poke-block-choice .option-choice:nth-child(5729n){-webkit-animation-delay:573.5s;animation-delay:573.5s}.poke-block-choice .option-choice:nth-child(5730n){-webkit-animation-delay:573.6s;animation-delay:573.6s}.poke-block-choice .option-choice:nth-child(5731n){-webkit-animation-delay:573.7s;animation-delay:573.7s}.poke-block-choice .option-choice:nth-child(5732n){-webkit-animation-delay:573.8s;animation-delay:573.8s}.poke-block-choice .option-choice:nth-child(5733n){-webkit-animation-delay:573.9s;animation-delay:573.9s}.poke-block-choice .option-choice:nth-child(5734n){-webkit-animation-delay:574s;animation-delay:574s}.poke-block-choice .option-choice:nth-child(5735n){-webkit-animation-delay:574.1s;animation-delay:574.1s}.poke-block-choice .option-choice:nth-child(5736n){-webkit-animation-delay:574.2s;animation-delay:574.2s}.poke-block-choice .option-choice:nth-child(5737n){-webkit-animation-delay:574.3s;animation-delay:574.3s}.poke-block-choice .option-choice:nth-child(5738n){-webkit-animation-delay:574.4s;animation-delay:574.4s}.poke-block-choice .option-choice:nth-child(5739n){-webkit-animation-delay:574.5s;animation-delay:574.5s}.poke-block-choice .option-choice:nth-child(5740n){-webkit-animation-delay:574.6s;animation-delay:574.6s}.poke-block-choice .option-choice:nth-child(5741n){-webkit-animation-delay:574.7s;animation-delay:574.7s}.poke-block-choice .option-choice:nth-child(5742n){-webkit-animation-delay:574.8s;animation-delay:574.8s}.poke-block-choice .option-choice:nth-child(5743n){-webkit-animation-delay:574.9s;animation-delay:574.9s}.poke-block-choice .option-choice:nth-child(5744n){-webkit-animation-delay:575s;animation-delay:575s}.poke-block-choice .option-choice:nth-child(5745n){-webkit-animation-delay:575.1s;animation-delay:575.1s}.poke-block-choice .option-choice:nth-child(5746n){-webkit-animation-delay:575.2s;animation-delay:575.2s}.poke-block-choice .option-choice:nth-child(5747n){-webkit-animation-delay:575.3s;animation-delay:575.3s}.poke-block-choice .option-choice:nth-child(5748n){-webkit-animation-delay:575.4s;animation-delay:575.4s}.poke-block-choice .option-choice:nth-child(5749n){-webkit-animation-delay:575.5s;animation-delay:575.5s}.poke-block-choice .option-choice:nth-child(5750n){-webkit-animation-delay:575.6s;animation-delay:575.6s}.poke-block-choice .option-choice:nth-child(5751n){-webkit-animation-delay:575.7s;animation-delay:575.7s}.poke-block-choice .option-choice:nth-child(5752n){-webkit-animation-delay:575.8s;animation-delay:575.8s}.poke-block-choice .option-choice:nth-child(5753n){-webkit-animation-delay:575.9s;animation-delay:575.9s}.poke-block-choice .option-choice:nth-child(5754n){-webkit-animation-delay:576s;animation-delay:576s}.poke-block-choice .option-choice:nth-child(5755n){-webkit-animation-delay:576.1s;animation-delay:576.1s}.poke-block-choice .option-choice:nth-child(5756n){-webkit-animation-delay:576.2s;animation-delay:576.2s}.poke-block-choice .option-choice:nth-child(5757n){-webkit-animation-delay:576.3s;animation-delay:576.3s}.poke-block-choice .option-choice:nth-child(5758n){-webkit-animation-delay:576.4s;animation-delay:576.4s}.poke-block-choice .option-choice:nth-child(5759n){-webkit-animation-delay:576.5s;animation-delay:576.5s}.poke-block-choice .option-choice:nth-child(5760n){-webkit-animation-delay:576.6s;animation-delay:576.6s}.poke-block-choice .option-choice:nth-child(5761n){-webkit-animation-delay:576.7s;animation-delay:576.7s}.poke-block-choice .option-choice:nth-child(5762n){-webkit-animation-delay:576.8s;animation-delay:576.8s}.poke-block-choice .option-choice:nth-child(5763n){-webkit-animation-delay:576.9s;animation-delay:576.9s}.poke-block-choice .option-choice:nth-child(5764n){-webkit-animation-delay:577s;animation-delay:577s}.poke-block-choice .option-choice:nth-child(5765n){-webkit-animation-delay:577.1s;animation-delay:577.1s}.poke-block-choice .option-choice:nth-child(5766n){-webkit-animation-delay:577.2s;animation-delay:577.2s}.poke-block-choice .option-choice:nth-child(5767n){-webkit-animation-delay:577.3s;animation-delay:577.3s}.poke-block-choice .option-choice:nth-child(5768n){-webkit-animation-delay:577.4s;animation-delay:577.4s}.poke-block-choice .option-choice:nth-child(5769n){-webkit-animation-delay:577.5s;animation-delay:577.5s}.poke-block-choice .option-choice:nth-child(5770n){-webkit-animation-delay:577.6s;animation-delay:577.6s}.poke-block-choice .option-choice:nth-child(5771n){-webkit-animation-delay:577.7s;animation-delay:577.7s}.poke-block-choice .option-choice:nth-child(5772n){-webkit-animation-delay:577.8s;animation-delay:577.8s}.poke-block-choice .option-choice:nth-child(5773n){-webkit-animation-delay:577.9s;animation-delay:577.9s}.poke-block-choice .option-choice:nth-child(5774n){-webkit-animation-delay:578s;animation-delay:578s}.poke-block-choice .option-choice:nth-child(5775n){-webkit-animation-delay:578.1s;animation-delay:578.1s}.poke-block-choice .option-choice:nth-child(5776n){-webkit-animation-delay:578.2s;animation-delay:578.2s}.poke-block-choice .option-choice:nth-child(5777n){-webkit-animation-delay:578.3s;animation-delay:578.3s}.poke-block-choice .option-choice:nth-child(5778n){-webkit-animation-delay:578.4s;animation-delay:578.4s}.poke-block-choice .option-choice:nth-child(5779n){-webkit-animation-delay:578.5s;animation-delay:578.5s}.poke-block-choice .option-choice:nth-child(5780n){-webkit-animation-delay:578.6s;animation-delay:578.6s}.poke-block-choice .option-choice:nth-child(5781n){-webkit-animation-delay:578.7s;animation-delay:578.7s}.poke-block-choice .option-choice:nth-child(5782n){-webkit-animation-delay:578.8s;animation-delay:578.8s}.poke-block-choice .option-choice:nth-child(5783n){-webkit-animation-delay:578.9s;animation-delay:578.9s}.poke-block-choice .option-choice:nth-child(5784n){-webkit-animation-delay:579s;animation-delay:579s}.poke-block-choice .option-choice:nth-child(5785n){-webkit-animation-delay:579.1s;animation-delay:579.1s}.poke-block-choice .option-choice:nth-child(5786n){-webkit-animation-delay:579.2s;animation-delay:579.2s}.poke-block-choice .option-choice:nth-child(5787n){-webkit-animation-delay:579.3s;animation-delay:579.3s}.poke-block-choice .option-choice:nth-child(5788n){-webkit-animation-delay:579.4s;animation-delay:579.4s}.poke-block-choice .option-choice:nth-child(5789n){-webkit-animation-delay:579.5s;animation-delay:579.5s}.poke-block-choice .option-choice:nth-child(5790n){-webkit-animation-delay:579.6s;animation-delay:579.6s}.poke-block-choice .option-choice:nth-child(5791n){-webkit-animation-delay:579.7s;animation-delay:579.7s}.poke-block-choice .option-choice:nth-child(5792n){-webkit-animation-delay:579.8s;animation-delay:579.8s}.poke-block-choice .option-choice:nth-child(5793n){-webkit-animation-delay:579.9s;animation-delay:579.9s}.poke-block-choice .option-choice:nth-child(5794n){-webkit-animation-delay:580s;animation-delay:580s}.poke-block-choice .option-choice:nth-child(5795n){-webkit-animation-delay:580.1s;animation-delay:580.1s}.poke-block-choice .option-choice:nth-child(5796n){-webkit-animation-delay:580.2s;animation-delay:580.2s}.poke-block-choice .option-choice:nth-child(5797n){-webkit-animation-delay:580.3s;animation-delay:580.3s}.poke-block-choice .option-choice:nth-child(5798n){-webkit-animation-delay:580.4s;animation-delay:580.4s}.poke-block-choice .option-choice:nth-child(5799n){-webkit-animation-delay:580.5s;animation-delay:580.5s}.poke-block-choice .option-choice:nth-child(5800n){-webkit-animation-delay:580.6s;animation-delay:580.6s}.poke-block-choice .option-choice:nth-child(5801n){-webkit-animation-delay:580.7s;animation-delay:580.7s}.poke-block-choice .option-choice:nth-child(5802n){-webkit-animation-delay:580.8s;animation-delay:580.8s}.poke-block-choice .option-choice:nth-child(5803n){-webkit-animation-delay:580.9s;animation-delay:580.9s}.poke-block-choice .option-choice:nth-child(5804n){-webkit-animation-delay:581s;animation-delay:581s}.poke-block-choice .option-choice:nth-child(5805n){-webkit-animation-delay:581.1s;animation-delay:581.1s}.poke-block-choice .option-choice:nth-child(5806n){-webkit-animation-delay:581.2s;animation-delay:581.2s}.poke-block-choice .option-choice:nth-child(5807n){-webkit-animation-delay:581.3s;animation-delay:581.3s}.poke-block-choice .option-choice:nth-child(5808n){-webkit-animation-delay:581.4s;animation-delay:581.4s}.poke-block-choice .option-choice:nth-child(5809n){-webkit-animation-delay:581.5s;animation-delay:581.5s}.poke-block-choice .option-choice:nth-child(5810n){-webkit-animation-delay:581.6s;animation-delay:581.6s}.poke-block-choice .option-choice:nth-child(5811n){-webkit-animation-delay:581.7s;animation-delay:581.7s}.poke-block-choice .option-choice:nth-child(5812n){-webkit-animation-delay:581.8s;animation-delay:581.8s}.poke-block-choice .option-choice:nth-child(5813n){-webkit-animation-delay:581.9s;animation-delay:581.9s}.poke-block-choice .option-choice:nth-child(5814n){-webkit-animation-delay:582s;animation-delay:582s}.poke-block-choice .option-choice:nth-child(5815n){-webkit-animation-delay:582.1s;animation-delay:582.1s}.poke-block-choice .option-choice:nth-child(5816n){-webkit-animation-delay:582.2s;animation-delay:582.2s}.poke-block-choice .option-choice:nth-child(5817n){-webkit-animation-delay:582.3s;animation-delay:582.3s}.poke-block-choice .option-choice:nth-child(5818n){-webkit-animation-delay:582.4s;animation-delay:582.4s}.poke-block-choice .option-choice:nth-child(5819n){-webkit-animation-delay:582.5s;animation-delay:582.5s}.poke-block-choice .option-choice:nth-child(5820n){-webkit-animation-delay:582.6s;animation-delay:582.6s}.poke-block-choice .option-choice:nth-child(5821n){-webkit-animation-delay:582.7s;animation-delay:582.7s}.poke-block-choice .option-choice:nth-child(5822n){-webkit-animation-delay:582.8s;animation-delay:582.8s}.poke-block-choice .option-choice:nth-child(5823n){-webkit-animation-delay:582.9s;animation-delay:582.9s}.poke-block-choice .option-choice:nth-child(5824n){-webkit-animation-delay:583s;animation-delay:583s}.poke-block-choice .option-choice:nth-child(5825n){-webkit-animation-delay:583.1s;animation-delay:583.1s}.poke-block-choice .option-choice:nth-child(5826n){-webkit-animation-delay:583.2s;animation-delay:583.2s}.poke-block-choice .option-choice:nth-child(5827n){-webkit-animation-delay:583.3s;animation-delay:583.3s}.poke-block-choice .option-choice:nth-child(5828n){-webkit-animation-delay:583.4s;animation-delay:583.4s}.poke-block-choice .option-choice:nth-child(5829n){-webkit-animation-delay:583.5s;animation-delay:583.5s}.poke-block-choice .option-choice:nth-child(5830n){-webkit-animation-delay:583.6s;animation-delay:583.6s}.poke-block-choice .option-choice:nth-child(5831n){-webkit-animation-delay:583.7s;animation-delay:583.7s}.poke-block-choice .option-choice:nth-child(5832n){-webkit-animation-delay:583.8s;animation-delay:583.8s}.poke-block-choice .option-choice:nth-child(5833n){-webkit-animation-delay:583.9s;animation-delay:583.9s}.poke-block-choice .option-choice:nth-child(5834n){-webkit-animation-delay:584s;animation-delay:584s}.poke-block-choice .option-choice:nth-child(5835n){-webkit-animation-delay:584.1s;animation-delay:584.1s}.poke-block-choice .option-choice:nth-child(5836n){-webkit-animation-delay:584.2s;animation-delay:584.2s}.poke-block-choice .option-choice:nth-child(5837n){-webkit-animation-delay:584.3s;animation-delay:584.3s}.poke-block-choice .option-choice:nth-child(5838n){-webkit-animation-delay:584.4s;animation-delay:584.4s}.poke-block-choice .option-choice:nth-child(5839n){-webkit-animation-delay:584.5s;animation-delay:584.5s}.poke-block-choice .option-choice:nth-child(5840n){-webkit-animation-delay:584.6s;animation-delay:584.6s}.poke-block-choice .option-choice:nth-child(5841n){-webkit-animation-delay:584.7s;animation-delay:584.7s}.poke-block-choice .option-choice:nth-child(5842n){-webkit-animation-delay:584.8s;animation-delay:584.8s}.poke-block-choice .option-choice:nth-child(5843n){-webkit-animation-delay:584.9s;animation-delay:584.9s}.poke-block-choice .option-choice:nth-child(5844n){-webkit-animation-delay:585s;animation-delay:585s}.poke-block-choice .option-choice:nth-child(5845n){-webkit-animation-delay:585.1s;animation-delay:585.1s}.poke-block-choice .option-choice:nth-child(5846n){-webkit-animation-delay:585.2s;animation-delay:585.2s}.poke-block-choice .option-choice:nth-child(5847n){-webkit-animation-delay:585.3s;animation-delay:585.3s}.poke-block-choice .option-choice:nth-child(5848n){-webkit-animation-delay:585.4s;animation-delay:585.4s}.poke-block-choice .option-choice:nth-child(5849n){-webkit-animation-delay:585.5s;animation-delay:585.5s}.poke-block-choice .option-choice:nth-child(5850n){-webkit-animation-delay:585.6s;animation-delay:585.6s}.poke-block-choice .option-choice:nth-child(5851n){-webkit-animation-delay:585.7s;animation-delay:585.7s}.poke-block-choice .option-choice:nth-child(5852n){-webkit-animation-delay:585.8s;animation-delay:585.8s}.poke-block-choice .option-choice:nth-child(5853n){-webkit-animation-delay:585.9s;animation-delay:585.9s}.poke-block-choice .option-choice:nth-child(5854n){-webkit-animation-delay:586s;animation-delay:586s}.poke-block-choice .option-choice:nth-child(5855n){-webkit-animation-delay:586.1s;animation-delay:586.1s}.poke-block-choice .option-choice:nth-child(5856n){-webkit-animation-delay:586.2s;animation-delay:586.2s}.poke-block-choice .option-choice:nth-child(5857n){-webkit-animation-delay:586.3s;animation-delay:586.3s}.poke-block-choice .option-choice:nth-child(5858n){-webkit-animation-delay:586.4s;animation-delay:586.4s}.poke-block-choice .option-choice:nth-child(5859n){-webkit-animation-delay:586.5s;animation-delay:586.5s}.poke-block-choice .option-choice:nth-child(5860n){-webkit-animation-delay:586.6s;animation-delay:586.6s}.poke-block-choice .option-choice:nth-child(5861n){-webkit-animation-delay:586.7s;animation-delay:586.7s}.poke-block-choice .option-choice:nth-child(5862n){-webkit-animation-delay:586.8s;animation-delay:586.8s}.poke-block-choice .option-choice:nth-child(5863n){-webkit-animation-delay:586.9s;animation-delay:586.9s}.poke-block-choice .option-choice:nth-child(5864n){-webkit-animation-delay:587s;animation-delay:587s}.poke-block-choice .option-choice:nth-child(5865n){-webkit-animation-delay:587.1s;animation-delay:587.1s}.poke-block-choice .option-choice:nth-child(5866n){-webkit-animation-delay:587.2s;animation-delay:587.2s}.poke-block-choice .option-choice:nth-child(5867n){-webkit-animation-delay:587.3s;animation-delay:587.3s}.poke-block-choice .option-choice:nth-child(5868n){-webkit-animation-delay:587.4s;animation-delay:587.4s}.poke-block-choice .option-choice:nth-child(5869n){-webkit-animation-delay:587.5s;animation-delay:587.5s}.poke-block-choice .option-choice:nth-child(5870n){-webkit-animation-delay:587.6s;animation-delay:587.6s}.poke-block-choice .option-choice:nth-child(5871n){-webkit-animation-delay:587.7s;animation-delay:587.7s}.poke-block-choice .option-choice:nth-child(5872n){-webkit-animation-delay:587.8s;animation-delay:587.8s}.poke-block-choice .option-choice:nth-child(5873n){-webkit-animation-delay:587.9s;animation-delay:587.9s}.poke-block-choice .option-choice:nth-child(5874n){-webkit-animation-delay:588s;animation-delay:588s}.poke-block-choice .option-choice:nth-child(5875n){-webkit-animation-delay:588.1s;animation-delay:588.1s}.poke-block-choice .option-choice:nth-child(5876n){-webkit-animation-delay:588.2s;animation-delay:588.2s}.poke-block-choice .option-choice:nth-child(5877n){-webkit-animation-delay:588.3s;animation-delay:588.3s}.poke-block-choice .option-choice:nth-child(5878n){-webkit-animation-delay:588.4s;animation-delay:588.4s}.poke-block-choice .option-choice:nth-child(5879n){-webkit-animation-delay:588.5s;animation-delay:588.5s}.poke-block-choice .option-choice:nth-child(5880n){-webkit-animation-delay:588.6s;animation-delay:588.6s}.poke-block-choice .option-choice:nth-child(5881n){-webkit-animation-delay:588.7s;animation-delay:588.7s}.poke-block-choice .option-choice:nth-child(5882n){-webkit-animation-delay:588.8s;animation-delay:588.8s}.poke-block-choice .option-choice:nth-child(5883n){-webkit-animation-delay:588.9s;animation-delay:588.9s}.poke-block-choice .option-choice:nth-child(5884n){-webkit-animation-delay:589s;animation-delay:589s}.poke-block-choice .option-choice:nth-child(5885n){-webkit-animation-delay:589.1s;animation-delay:589.1s}.poke-block-choice .option-choice:nth-child(5886n){-webkit-animation-delay:589.2s;animation-delay:589.2s}.poke-block-choice .option-choice:nth-child(5887n){-webkit-animation-delay:589.3s;animation-delay:589.3s}.poke-block-choice .option-choice:nth-child(5888n){-webkit-animation-delay:589.4s;animation-delay:589.4s}.poke-block-choice .option-choice:nth-child(5889n){-webkit-animation-delay:589.5s;animation-delay:589.5s}.poke-block-choice .option-choice:nth-child(5890n){-webkit-animation-delay:589.6s;animation-delay:589.6s}.poke-block-choice .option-choice:nth-child(5891n){-webkit-animation-delay:589.7s;animation-delay:589.7s}.poke-block-choice .option-choice:nth-child(5892n){-webkit-animation-delay:589.8s;animation-delay:589.8s}.poke-block-choice .option-choice:nth-child(5893n){-webkit-animation-delay:589.9s;animation-delay:589.9s}.poke-block-choice .option-choice:nth-child(5894n){-webkit-animation-delay:590s;animation-delay:590s}.poke-block-choice .option-choice:nth-child(5895n){-webkit-animation-delay:590.1s;animation-delay:590.1s}.poke-block-choice .option-choice:nth-child(5896n){-webkit-animation-delay:590.2s;animation-delay:590.2s}.poke-block-choice .option-choice:nth-child(5897n){-webkit-animation-delay:590.3s;animation-delay:590.3s}.poke-block-choice .option-choice:nth-child(5898n){-webkit-animation-delay:590.4s;animation-delay:590.4s}.poke-block-choice .option-choice:nth-child(5899n){-webkit-animation-delay:590.5s;animation-delay:590.5s}.poke-block-choice .option-choice:nth-child(5900n){-webkit-animation-delay:590.6s;animation-delay:590.6s}.poke-block-choice .option-choice:nth-child(5901n){-webkit-animation-delay:590.7s;animation-delay:590.7s}.poke-block-choice .option-choice:nth-child(5902n){-webkit-animation-delay:590.8s;animation-delay:590.8s}.poke-block-choice .option-choice:nth-child(5903n){-webkit-animation-delay:590.9s;animation-delay:590.9s}.poke-block-choice .option-choice:nth-child(5904n){-webkit-animation-delay:591s;animation-delay:591s}.poke-block-choice .option-choice:nth-child(5905n){-webkit-animation-delay:591.1s;animation-delay:591.1s}.poke-block-choice .option-choice:nth-child(5906n){-webkit-animation-delay:591.2s;animation-delay:591.2s}.poke-block-choice .option-choice:nth-child(5907n){-webkit-animation-delay:591.3s;animation-delay:591.3s}.poke-block-choice .option-choice:nth-child(5908n){-webkit-animation-delay:591.4s;animation-delay:591.4s}.poke-block-choice .option-choice:nth-child(5909n){-webkit-animation-delay:591.5s;animation-delay:591.5s}.poke-block-choice .option-choice:nth-child(5910n){-webkit-animation-delay:591.6s;animation-delay:591.6s}.poke-block-choice .option-choice:nth-child(5911n){-webkit-animation-delay:591.7s;animation-delay:591.7s}.poke-block-choice .option-choice:nth-child(5912n){-webkit-animation-delay:591.8s;animation-delay:591.8s}.poke-block-choice .option-choice:nth-child(5913n){-webkit-animation-delay:591.9s;animation-delay:591.9s}.poke-block-choice .option-choice:nth-child(5914n){-webkit-animation-delay:592s;animation-delay:592s}.poke-block-choice .option-choice:nth-child(5915n){-webkit-animation-delay:592.1s;animation-delay:592.1s}.poke-block-choice .option-choice:nth-child(5916n){-webkit-animation-delay:592.2s;animation-delay:592.2s}.poke-block-choice .option-choice:nth-child(5917n){-webkit-animation-delay:592.3s;animation-delay:592.3s}.poke-block-choice .option-choice:nth-child(5918n){-webkit-animation-delay:592.4s;animation-delay:592.4s}.poke-block-choice .option-choice:nth-child(5919n){-webkit-animation-delay:592.5s;animation-delay:592.5s}.poke-block-choice .option-choice:nth-child(5920n){-webkit-animation-delay:592.6s;animation-delay:592.6s}.poke-block-choice .option-choice:nth-child(5921n){-webkit-animation-delay:592.7s;animation-delay:592.7s}.poke-block-choice .option-choice:nth-child(5922n){-webkit-animation-delay:592.8s;animation-delay:592.8s}.poke-block-choice .option-choice:nth-child(5923n){-webkit-animation-delay:592.9s;animation-delay:592.9s}.poke-block-choice .option-choice:nth-child(5924n){-webkit-animation-delay:593s;animation-delay:593s}.poke-block-choice .option-choice:nth-child(5925n){-webkit-animation-delay:593.1s;animation-delay:593.1s}.poke-block-choice .option-choice:nth-child(5926n){-webkit-animation-delay:593.2s;animation-delay:593.2s}.poke-block-choice .option-choice:nth-child(5927n){-webkit-animation-delay:593.3s;animation-delay:593.3s}.poke-block-choice .option-choice:nth-child(5928n){-webkit-animation-delay:593.4s;animation-delay:593.4s}.poke-block-choice .option-choice:nth-child(5929n){-webkit-animation-delay:593.5s;animation-delay:593.5s}.poke-block-choice .option-choice:nth-child(5930n){-webkit-animation-delay:593.6s;animation-delay:593.6s}.poke-block-choice .option-choice:nth-child(5931n){-webkit-animation-delay:593.7s;animation-delay:593.7s}.poke-block-choice .option-choice:nth-child(5932n){-webkit-animation-delay:593.8s;animation-delay:593.8s}.poke-block-choice .option-choice:nth-child(5933n){-webkit-animation-delay:593.9s;animation-delay:593.9s}.poke-block-choice .option-choice:nth-child(5934n){-webkit-animation-delay:594s;animation-delay:594s}.poke-block-choice .option-choice:nth-child(5935n){-webkit-animation-delay:594.1s;animation-delay:594.1s}.poke-block-choice .option-choice:nth-child(5936n){-webkit-animation-delay:594.2s;animation-delay:594.2s}.poke-block-choice .option-choice:nth-child(5937n){-webkit-animation-delay:594.3s;animation-delay:594.3s}.poke-block-choice .option-choice:nth-child(5938n){-webkit-animation-delay:594.4s;animation-delay:594.4s}.poke-block-choice .option-choice:nth-child(5939n){-webkit-animation-delay:594.5s;animation-delay:594.5s}.poke-block-choice .option-choice:nth-child(5940n){-webkit-animation-delay:594.6s;animation-delay:594.6s}.poke-block-choice .option-choice:nth-child(5941n){-webkit-animation-delay:594.7s;animation-delay:594.7s}.poke-block-choice .option-choice:nth-child(5942n){-webkit-animation-delay:594.8s;animation-delay:594.8s}.poke-block-choice .option-choice:nth-child(5943n){-webkit-animation-delay:594.9s;animation-delay:594.9s}.poke-block-choice .option-choice:nth-child(5944n){-webkit-animation-delay:595s;animation-delay:595s}.poke-block-choice .option-choice:nth-child(5945n){-webkit-animation-delay:595.1s;animation-delay:595.1s}.poke-block-choice .option-choice:nth-child(5946n){-webkit-animation-delay:595.2s;animation-delay:595.2s}.poke-block-choice .option-choice:nth-child(5947n){-webkit-animation-delay:595.3s;animation-delay:595.3s}.poke-block-choice .option-choice:nth-child(5948n){-webkit-animation-delay:595.4s;animation-delay:595.4s}.poke-block-choice .option-choice:nth-child(5949n){-webkit-animation-delay:595.5s;animation-delay:595.5s}.poke-block-choice .option-choice:nth-child(5950n){-webkit-animation-delay:595.6s;animation-delay:595.6s}.poke-block-choice .option-choice:nth-child(5951n){-webkit-animation-delay:595.7s;animation-delay:595.7s}.poke-block-choice .option-choice:nth-child(5952n){-webkit-animation-delay:595.8s;animation-delay:595.8s}.poke-block-choice .option-choice:nth-child(5953n){-webkit-animation-delay:595.9s;animation-delay:595.9s}.poke-block-choice .option-choice:nth-child(5954n){-webkit-animation-delay:596s;animation-delay:596s}.poke-block-choice .option-choice:nth-child(5955n){-webkit-animation-delay:596.1s;animation-delay:596.1s}.poke-block-choice .option-choice:nth-child(5956n){-webkit-animation-delay:596.2s;animation-delay:596.2s}.poke-block-choice .option-choice:nth-child(5957n){-webkit-animation-delay:596.3s;animation-delay:596.3s}.poke-block-choice .option-choice:nth-child(5958n){-webkit-animation-delay:596.4s;animation-delay:596.4s}.poke-block-choice .option-choice:nth-child(5959n){-webkit-animation-delay:596.5s;animation-delay:596.5s}.poke-block-choice .option-choice:nth-child(5960n){-webkit-animation-delay:596.6s;animation-delay:596.6s}.poke-block-choice .option-choice:nth-child(5961n){-webkit-animation-delay:596.7s;animation-delay:596.7s}.poke-block-choice .option-choice:nth-child(5962n){-webkit-animation-delay:596.8s;animation-delay:596.8s}.poke-block-choice .option-choice:nth-child(5963n){-webkit-animation-delay:596.9s;animation-delay:596.9s}.poke-block-choice .option-choice:nth-child(5964n){-webkit-animation-delay:597s;animation-delay:597s}.poke-block-choice .option-choice:nth-child(5965n){-webkit-animation-delay:597.1s;animation-delay:597.1s}.poke-block-choice .option-choice:nth-child(5966n){-webkit-animation-delay:597.2s;animation-delay:597.2s}.poke-block-choice .option-choice:nth-child(5967n){-webkit-animation-delay:597.3s;animation-delay:597.3s}.poke-block-choice .option-choice:nth-child(5968n){-webkit-animation-delay:597.4s;animation-delay:597.4s}.poke-block-choice .option-choice:nth-child(5969n){-webkit-animation-delay:597.5s;animation-delay:597.5s}.poke-block-choice .option-choice:nth-child(5970n){-webkit-animation-delay:597.6s;animation-delay:597.6s}.poke-block-choice .option-choice:nth-child(5971n){-webkit-animation-delay:597.7s;animation-delay:597.7s}.poke-block-choice .option-choice:nth-child(5972n){-webkit-animation-delay:597.8s;animation-delay:597.8s}.poke-block-choice .option-choice:nth-child(5973n){-webkit-animation-delay:597.9s;animation-delay:597.9s}.poke-block-choice .option-choice:nth-child(5974n){-webkit-animation-delay:598s;animation-delay:598s}.poke-block-choice .option-choice:nth-child(5975n){-webkit-animation-delay:598.1s;animation-delay:598.1s}.poke-block-choice .option-choice:nth-child(5976n){-webkit-animation-delay:598.2s;animation-delay:598.2s}.poke-block-choice .option-choice:nth-child(5977n){-webkit-animation-delay:598.3s;animation-delay:598.3s}.poke-block-choice .option-choice:nth-child(5978n){-webkit-animation-delay:598.4s;animation-delay:598.4s}.poke-block-choice .option-choice:nth-child(5979n){-webkit-animation-delay:598.5s;animation-delay:598.5s}.poke-block-choice .option-choice:nth-child(5980n){-webkit-animation-delay:598.6s;animation-delay:598.6s}.poke-block-choice .option-choice:nth-child(5981n){-webkit-animation-delay:598.7s;animation-delay:598.7s}.poke-block-choice .option-choice:nth-child(5982n){-webkit-animation-delay:598.8s;animation-delay:598.8s}.poke-block-choice .option-choice:nth-child(5983n){-webkit-animation-delay:598.9s;animation-delay:598.9s}.poke-block-choice .option-choice:nth-child(5984n){-webkit-animation-delay:599s;animation-delay:599s}.poke-block-choice .option-choice:nth-child(5985n){-webkit-animation-delay:599.1s;animation-delay:599.1s}.poke-block-choice .option-choice:nth-child(5986n){-webkit-animation-delay:599.2s;animation-delay:599.2s}.poke-block-choice .option-choice:nth-child(5987n){-webkit-animation-delay:599.3s;animation-delay:599.3s}.poke-block-choice .option-choice:nth-child(5988n){-webkit-animation-delay:599.4s;animation-delay:599.4s}.poke-block-choice .option-choice:nth-child(5989n){-webkit-animation-delay:599.5s;animation-delay:599.5s}.poke-block-choice .option-choice:nth-child(5990n){-webkit-animation-delay:599.6s;animation-delay:599.6s}.poke-block-choice .option-choice:nth-child(5991n){-webkit-animation-delay:599.7s;animation-delay:599.7s}.poke-block-choice .option-choice:nth-child(5992n){-webkit-animation-delay:599.8s;animation-delay:599.8s}.poke-block-choice .option-choice:nth-child(5993n){-webkit-animation-delay:599.9s;animation-delay:599.9s}.poke-block-choice .option-choice:nth-child(5994n){-webkit-animation-delay:600s;animation-delay:600s}.poke-block-choice .option-choice:nth-child(5995n){-webkit-animation-delay:600.1s;animation-delay:600.1s}.poke-block-choice .option-choice:nth-child(5996n){-webkit-animation-delay:600.2s;animation-delay:600.2s}.poke-block-choice .option-choice:nth-child(5997n){-webkit-animation-delay:600.3s;animation-delay:600.3s}.poke-block-choice .option-choice:nth-child(5998n){-webkit-animation-delay:600.4s;animation-delay:600.4s}.poke-block-choice .option-choice:nth-child(5999n){-webkit-animation-delay:600.5s;animation-delay:600.5s}.poke-block-choice .option-choice:nth-child(6000n){-webkit-animation-delay:600.6s;animation-delay:600.6s}.poke-block-choice .option-choice:nth-child(6001n){-webkit-animation-delay:600.7s;animation-delay:600.7s}.poke-block-choice .option-choice:nth-child(6002n){-webkit-animation-delay:600.8s;animation-delay:600.8s}.poke-block-choice .option-choice:nth-child(6003n){-webkit-animation-delay:600.9s;animation-delay:600.9s}.poke-block-choice .option-choice:nth-child(6004n){-webkit-animation-delay:601s;animation-delay:601s}.poke-block-choice .option-choice:nth-child(6005n){-webkit-animation-delay:601.1s;animation-delay:601.1s}.poke-block-choice .option-choice:nth-child(6006n){-webkit-animation-delay:601.2s;animation-delay:601.2s}.poke-block-choice .option-choice:nth-child(6007n){-webkit-animation-delay:601.3s;animation-delay:601.3s}.poke-block-choice .option-choice:nth-child(6008n){-webkit-animation-delay:601.4s;animation-delay:601.4s}.poke-block-choice .option-choice:nth-child(6009n){-webkit-animation-delay:601.5s;animation-delay:601.5s}.poke-block-choice .option-choice:nth-child(6010n){-webkit-animation-delay:601.6s;animation-delay:601.6s}.poke-block-choice .option-choice:nth-child(6011n){-webkit-animation-delay:601.7s;animation-delay:601.7s}.poke-block-choice .option-choice:nth-child(6012n){-webkit-animation-delay:601.8s;animation-delay:601.8s}.poke-block-choice .option-choice:nth-child(6013n){-webkit-animation-delay:601.9s;animation-delay:601.9s}.poke-block-choice .option-choice:nth-child(6014n){-webkit-animation-delay:602s;animation-delay:602s}.poke-block-choice .option-choice:nth-child(6015n){-webkit-animation-delay:602.1s;animation-delay:602.1s}.poke-block-choice .option-choice:nth-child(6016n){-webkit-animation-delay:602.2s;animation-delay:602.2s}.poke-block-choice .option-choice:nth-child(6017n){-webkit-animation-delay:602.3s;animation-delay:602.3s}.poke-block-choice .option-choice:nth-child(6018n){-webkit-animation-delay:602.4s;animation-delay:602.4s}.poke-block-choice .option-choice:nth-child(6019n){-webkit-animation-delay:602.5s;animation-delay:602.5s}.poke-block-choice .option-choice:nth-child(6020n){-webkit-animation-delay:602.6s;animation-delay:602.6s}.poke-block-choice .option-choice:nth-child(6021n){-webkit-animation-delay:602.7s;animation-delay:602.7s}.poke-block-choice .option-choice:nth-child(6022n){-webkit-animation-delay:602.8s;animation-delay:602.8s}.poke-block-choice .option-choice:nth-child(6023n){-webkit-animation-delay:602.9s;animation-delay:602.9s}.poke-block-choice .option-choice:nth-child(6024n){-webkit-animation-delay:603s;animation-delay:603s}.poke-block-choice .option-choice:nth-child(6025n){-webkit-animation-delay:603.1s;animation-delay:603.1s}.poke-block-choice .option-choice:nth-child(6026n){-webkit-animation-delay:603.2s;animation-delay:603.2s}.poke-block-choice .option-choice:nth-child(6027n){-webkit-animation-delay:603.3s;animation-delay:603.3s}.poke-block-choice .option-choice:nth-child(6028n){-webkit-animation-delay:603.4s;animation-delay:603.4s}.poke-block-choice .option-choice:nth-child(6029n){-webkit-animation-delay:603.5s;animation-delay:603.5s}.poke-block-choice .option-choice:nth-child(6030n){-webkit-animation-delay:603.6s;animation-delay:603.6s}.poke-block-choice .option-choice:nth-child(6031n){-webkit-animation-delay:603.7s;animation-delay:603.7s}.poke-block-choice .option-choice:nth-child(6032n){-webkit-animation-delay:603.8s;animation-delay:603.8s}.poke-block-choice .option-choice:nth-child(6033n){-webkit-animation-delay:603.9s;animation-delay:603.9s}.poke-block-choice .option-choice:nth-child(6034n){-webkit-animation-delay:604s;animation-delay:604s}.poke-block-choice .option-choice:nth-child(6035n){-webkit-animation-delay:604.1s;animation-delay:604.1s}.poke-block-choice .option-choice:nth-child(6036n){-webkit-animation-delay:604.2s;animation-delay:604.2s}.poke-block-choice .option-choice:nth-child(6037n){-webkit-animation-delay:604.3s;animation-delay:604.3s}.poke-block-choice .option-choice:nth-child(6038n){-webkit-animation-delay:604.4s;animation-delay:604.4s}.poke-block-choice .option-choice:nth-child(6039n){-webkit-animation-delay:604.5s;animation-delay:604.5s}.poke-block-choice .option-choice:nth-child(6040n){-webkit-animation-delay:604.6s;animation-delay:604.6s}.poke-block-choice .option-choice:nth-child(6041n){-webkit-animation-delay:604.7s;animation-delay:604.7s}.poke-block-choice .option-choice:nth-child(6042n){-webkit-animation-delay:604.8s;animation-delay:604.8s}.poke-block-choice .option-choice:nth-child(6043n){-webkit-animation-delay:604.9s;animation-delay:604.9s}.poke-block-choice .option-choice:nth-child(6044n){-webkit-animation-delay:605s;animation-delay:605s}.poke-block-choice .option-choice:nth-child(6045n){-webkit-animation-delay:605.1s;animation-delay:605.1s}.poke-block-choice .option-choice:nth-child(6046n){-webkit-animation-delay:605.2s;animation-delay:605.2s}.poke-block-choice .option-choice:nth-child(6047n){-webkit-animation-delay:605.3s;animation-delay:605.3s}.poke-block-choice .option-choice:nth-child(6048n){-webkit-animation-delay:605.4s;animation-delay:605.4s}.poke-block-choice .option-choice:nth-child(6049n){-webkit-animation-delay:605.5s;animation-delay:605.5s}.poke-block-choice .option-choice:nth-child(6050n){-webkit-animation-delay:605.6s;animation-delay:605.6s}.poke-block-choice .option-choice:nth-child(6051n){-webkit-animation-delay:605.7s;animation-delay:605.7s}.poke-block-choice .option-choice:nth-child(6052n){-webkit-animation-delay:605.8s;animation-delay:605.8s}.poke-block-choice .option-choice:nth-child(6053n){-webkit-animation-delay:605.9s;animation-delay:605.9s}.poke-block-choice .option-choice:nth-child(6054n){-webkit-animation-delay:606s;animation-delay:606s}.poke-block-choice .option-choice:nth-child(6055n){-webkit-animation-delay:606.1s;animation-delay:606.1s}.poke-block-choice .option-choice:nth-child(6056n){-webkit-animation-delay:606.2s;animation-delay:606.2s}.poke-block-choice .option-choice:nth-child(6057n){-webkit-animation-delay:606.3s;animation-delay:606.3s}.poke-block-choice .option-choice:nth-child(6058n){-webkit-animation-delay:606.4s;animation-delay:606.4s}.poke-block-choice .option-choice:nth-child(6059n){-webkit-animation-delay:606.5s;animation-delay:606.5s}.poke-block-choice .option-choice:nth-child(6060n){-webkit-animation-delay:606.6s;animation-delay:606.6s}.poke-block-choice .option-choice:nth-child(6061n){-webkit-animation-delay:606.7s;animation-delay:606.7s}.poke-block-choice .option-choice:nth-child(6062n){-webkit-animation-delay:606.8s;animation-delay:606.8s}.poke-block-choice .option-choice:nth-child(6063n){-webkit-animation-delay:606.9s;animation-delay:606.9s}.poke-block-choice .option-choice:nth-child(6064n){-webkit-animation-delay:607s;animation-delay:607s}.poke-block-choice .option-choice:nth-child(6065n){-webkit-animation-delay:607.1s;animation-delay:607.1s}.poke-block-choice .option-choice:nth-child(6066n){-webkit-animation-delay:607.2s;animation-delay:607.2s}.poke-block-choice .option-choice:nth-child(6067n){-webkit-animation-delay:607.3s;animation-delay:607.3s}.poke-block-choice .option-choice:nth-child(6068n){-webkit-animation-delay:607.4s;animation-delay:607.4s}.poke-block-choice .option-choice:nth-child(6069n){-webkit-animation-delay:607.5s;animation-delay:607.5s}.poke-block-choice .option-choice:nth-child(6070n){-webkit-animation-delay:607.6s;animation-delay:607.6s}.poke-block-choice .option-choice:nth-child(6071n){-webkit-animation-delay:607.7s;animation-delay:607.7s}.poke-block-choice .option-choice:nth-child(6072n){-webkit-animation-delay:607.8s;animation-delay:607.8s}.poke-block-choice .option-choice:nth-child(6073n){-webkit-animation-delay:607.9s;animation-delay:607.9s}.poke-block-choice .option-choice:nth-child(6074n){-webkit-animation-delay:608s;animation-delay:608s}.poke-block-choice .option-choice:nth-child(6075n){-webkit-animation-delay:608.1s;animation-delay:608.1s}.poke-block-choice .option-choice:nth-child(6076n){-webkit-animation-delay:608.2s;animation-delay:608.2s}.poke-block-choice .option-choice:nth-child(6077n){-webkit-animation-delay:608.3s;animation-delay:608.3s}.poke-block-choice .option-choice:nth-child(6078n){-webkit-animation-delay:608.4s;animation-delay:608.4s}.poke-block-choice .option-choice:nth-child(6079n){-webkit-animation-delay:608.5s;animation-delay:608.5s}.poke-block-choice .option-choice:nth-child(6080n){-webkit-animation-delay:608.6s;animation-delay:608.6s}.poke-block-choice .option-choice:nth-child(6081n){-webkit-animation-delay:608.7s;animation-delay:608.7s}.poke-block-choice .option-choice:nth-child(6082n){-webkit-animation-delay:608.8s;animation-delay:608.8s}.poke-block-choice .option-choice:nth-child(6083n){-webkit-animation-delay:608.9s;animation-delay:608.9s}.poke-block-choice .option-choice:nth-child(6084n){-webkit-animation-delay:609s;animation-delay:609s}.poke-block-choice .option-choice:nth-child(6085n){-webkit-animation-delay:609.1s;animation-delay:609.1s}.poke-block-choice .option-choice:nth-child(6086n){-webkit-animation-delay:609.2s;animation-delay:609.2s}.poke-block-choice .option-choice:nth-child(6087n){-webkit-animation-delay:609.3s;animation-delay:609.3s}.poke-block-choice .option-choice:nth-child(6088n){-webkit-animation-delay:609.4s;animation-delay:609.4s}.poke-block-choice .option-choice:nth-child(6089n){-webkit-animation-delay:609.5s;animation-delay:609.5s}.poke-block-choice .option-choice:nth-child(6090n){-webkit-animation-delay:609.6s;animation-delay:609.6s}.poke-block-choice .option-choice:nth-child(6091n){-webkit-animation-delay:609.7s;animation-delay:609.7s}.poke-block-choice .option-choice:nth-child(6092n){-webkit-animation-delay:609.8s;animation-delay:609.8s}.poke-block-choice .option-choice:nth-child(6093n){-webkit-animation-delay:609.9s;animation-delay:609.9s}.poke-block-choice .option-choice:nth-child(6094n){-webkit-animation-delay:610s;animation-delay:610s}.poke-block-choice .option-choice:nth-child(6095n){-webkit-animation-delay:610.1s;animation-delay:610.1s}.poke-block-choice .option-choice:nth-child(6096n){-webkit-animation-delay:610.2s;animation-delay:610.2s}.poke-block-choice .option-choice:nth-child(6097n){-webkit-animation-delay:610.3s;animation-delay:610.3s}.poke-block-choice .option-choice:nth-child(6098n){-webkit-animation-delay:610.4s;animation-delay:610.4s}.poke-block-choice .option-choice:nth-child(6099n){-webkit-animation-delay:610.5s;animation-delay:610.5s}.poke-block-choice .option-choice:nth-child(6100n){-webkit-animation-delay:610.6s;animation-delay:610.6s}.poke-block-choice .option-choice:nth-child(6101n){-webkit-animation-delay:610.7s;animation-delay:610.7s}.poke-block-choice .option-choice:nth-child(6102n){-webkit-animation-delay:610.8s;animation-delay:610.8s}.poke-block-choice .option-choice:nth-child(6103n){-webkit-animation-delay:610.9s;animation-delay:610.9s}.poke-block-choice .option-choice:nth-child(6104n){-webkit-animation-delay:611s;animation-delay:611s}.poke-block-choice .option-choice:nth-child(6105n){-webkit-animation-delay:611.1s;animation-delay:611.1s}.poke-block-choice .option-choice:nth-child(6106n){-webkit-animation-delay:611.2s;animation-delay:611.2s}.poke-block-choice .option-choice:nth-child(6107n){-webkit-animation-delay:611.3s;animation-delay:611.3s}.poke-block-choice .option-choice:nth-child(6108n){-webkit-animation-delay:611.4s;animation-delay:611.4s}.poke-block-choice .option-choice:nth-child(6109n){-webkit-animation-delay:611.5s;animation-delay:611.5s}.poke-block-choice .option-choice:nth-child(6110n){-webkit-animation-delay:611.6s;animation-delay:611.6s}.poke-block-choice .option-choice:nth-child(6111n){-webkit-animation-delay:611.7s;animation-delay:611.7s}.poke-block-choice .option-choice:nth-child(6112n){-webkit-animation-delay:611.8s;animation-delay:611.8s}.poke-block-choice .option-choice:nth-child(6113n){-webkit-animation-delay:611.9s;animation-delay:611.9s}.poke-block-choice .option-choice:nth-child(6114n){-webkit-animation-delay:612s;animation-delay:612s}.poke-block-choice .option-choice:nth-child(6115n){-webkit-animation-delay:612.1s;animation-delay:612.1s}.poke-block-choice .option-choice:nth-child(6116n){-webkit-animation-delay:612.2s;animation-delay:612.2s}.poke-block-choice .option-choice:nth-child(6117n){-webkit-animation-delay:612.3s;animation-delay:612.3s}.poke-block-choice .option-choice:nth-child(6118n){-webkit-animation-delay:612.4s;animation-delay:612.4s}.poke-block-choice .option-choice:nth-child(6119n){-webkit-animation-delay:612.5s;animation-delay:612.5s}.poke-block-choice .option-choice:nth-child(6120n){-webkit-animation-delay:612.6s;animation-delay:612.6s}.poke-block-choice .option-choice:nth-child(6121n){-webkit-animation-delay:612.7s;animation-delay:612.7s}.poke-block-choice .option-choice:nth-child(6122n){-webkit-animation-delay:612.8s;animation-delay:612.8s}.poke-block-choice .option-choice:nth-child(6123n){-webkit-animation-delay:612.9s;animation-delay:612.9s}.poke-block-choice .option-choice:nth-child(6124n){-webkit-animation-delay:613s;animation-delay:613s}.poke-block-choice .option-choice:nth-child(6125n){-webkit-animation-delay:613.1s;animation-delay:613.1s}.poke-block-choice .option-choice:nth-child(6126n){-webkit-animation-delay:613.2s;animation-delay:613.2s}.poke-block-choice .option-choice:nth-child(6127n){-webkit-animation-delay:613.3s;animation-delay:613.3s}.poke-block-choice .option-choice:nth-child(6128n){-webkit-animation-delay:613.4s;animation-delay:613.4s}.poke-block-choice .option-choice:nth-child(6129n){-webkit-animation-delay:613.5s;animation-delay:613.5s}.poke-block-choice .option-choice:nth-child(6130n){-webkit-animation-delay:613.6s;animation-delay:613.6s}.poke-block-choice .option-choice:nth-child(6131n){-webkit-animation-delay:613.7s;animation-delay:613.7s}.poke-block-choice .option-choice:nth-child(6132n){-webkit-animation-delay:613.8s;animation-delay:613.8s}.poke-block-choice .option-choice:nth-child(6133n){-webkit-animation-delay:613.9s;animation-delay:613.9s}.poke-block-choice .option-choice:nth-child(6134n){-webkit-animation-delay:614s;animation-delay:614s}.poke-block-choice .option-choice:nth-child(6135n){-webkit-animation-delay:614.1s;animation-delay:614.1s}.poke-block-choice .option-choice:nth-child(6136n){-webkit-animation-delay:614.2s;animation-delay:614.2s}.poke-block-choice .option-choice:nth-child(6137n){-webkit-animation-delay:614.3s;animation-delay:614.3s}.poke-block-choice .option-choice:nth-child(6138n){-webkit-animation-delay:614.4s;animation-delay:614.4s}.poke-block-choice .option-choice:nth-child(6139n){-webkit-animation-delay:614.5s;animation-delay:614.5s}.poke-block-choice .option-choice:nth-child(6140n){-webkit-animation-delay:614.6s;animation-delay:614.6s}.poke-block-choice .option-choice:nth-child(6141n){-webkit-animation-delay:614.7s;animation-delay:614.7s}.poke-block-choice .option-choice:nth-child(6142n){-webkit-animation-delay:614.8s;animation-delay:614.8s}.poke-block-choice .option-choice:nth-child(6143n){-webkit-animation-delay:614.9s;animation-delay:614.9s}.poke-block-choice .option-choice:nth-child(6144n){-webkit-animation-delay:615s;animation-delay:615s}.poke-block-choice .option-choice:nth-child(6145n){-webkit-animation-delay:615.1s;animation-delay:615.1s}.poke-block-choice .option-choice:nth-child(6146n){-webkit-animation-delay:615.2s;animation-delay:615.2s}.poke-block-choice .option-choice:nth-child(6147n){-webkit-animation-delay:615.3s;animation-delay:615.3s}.poke-block-choice .option-choice:nth-child(6148n){-webkit-animation-delay:615.4s;animation-delay:615.4s}.poke-block-choice .option-choice:nth-child(6149n){-webkit-animation-delay:615.5s;animation-delay:615.5s}.poke-block-choice .option-choice:nth-child(6150n){-webkit-animation-delay:615.6s;animation-delay:615.6s}.poke-block-choice .option-choice:nth-child(6151n){-webkit-animation-delay:615.7s;animation-delay:615.7s}.poke-block-choice .option-choice:nth-child(6152n){-webkit-animation-delay:615.8s;animation-delay:615.8s}.poke-block-choice .option-choice:nth-child(6153n){-webkit-animation-delay:615.9s;animation-delay:615.9s}.poke-block-choice .option-choice:nth-child(6154n){-webkit-animation-delay:616s;animation-delay:616s}.poke-block-choice .option-choice:nth-child(6155n){-webkit-animation-delay:616.1s;animation-delay:616.1s}.poke-block-choice .option-choice:nth-child(6156n){-webkit-animation-delay:616.2s;animation-delay:616.2s}.poke-block-choice .option-choice:nth-child(6157n){-webkit-animation-delay:616.3s;animation-delay:616.3s}.poke-block-choice .option-choice:nth-child(6158n){-webkit-animation-delay:616.4s;animation-delay:616.4s}.poke-block-choice .option-choice:nth-child(6159n){-webkit-animation-delay:616.5s;animation-delay:616.5s}.poke-block-choice .option-choice:nth-child(6160n){-webkit-animation-delay:616.6s;animation-delay:616.6s}.poke-block-choice .option-choice:nth-child(6161n){-webkit-animation-delay:616.7s;animation-delay:616.7s}.poke-block-choice .option-choice:nth-child(6162n){-webkit-animation-delay:616.8s;animation-delay:616.8s}.poke-block-choice .option-choice:nth-child(6163n){-webkit-animation-delay:616.9s;animation-delay:616.9s}.poke-block-choice .option-choice:nth-child(6164n){-webkit-animation-delay:617s;animation-delay:617s}.poke-block-choice .option-choice:nth-child(6165n){-webkit-animation-delay:617.1s;animation-delay:617.1s}.poke-block-choice .option-choice:nth-child(6166n){-webkit-animation-delay:617.2s;animation-delay:617.2s}.poke-block-choice .option-choice:nth-child(6167n){-webkit-animation-delay:617.3s;animation-delay:617.3s}.poke-block-choice .option-choice:nth-child(6168n){-webkit-animation-delay:617.4s;animation-delay:617.4s}.poke-block-choice .option-choice:nth-child(6169n){-webkit-animation-delay:617.5s;animation-delay:617.5s}.poke-block-choice .option-choice:nth-child(6170n){-webkit-animation-delay:617.6s;animation-delay:617.6s}.poke-block-choice .option-choice:nth-child(6171n){-webkit-animation-delay:617.7s;animation-delay:617.7s}.poke-block-choice .option-choice:nth-child(6172n){-webkit-animation-delay:617.8s;animation-delay:617.8s}.poke-block-choice .option-choice:nth-child(6173n){-webkit-animation-delay:617.9s;animation-delay:617.9s}.poke-block-choice .option-choice:nth-child(6174n){-webkit-animation-delay:618s;animation-delay:618s}.poke-block-choice .option-choice:nth-child(6175n){-webkit-animation-delay:618.1s;animation-delay:618.1s}.poke-block-choice .option-choice:nth-child(6176n){-webkit-animation-delay:618.2s;animation-delay:618.2s}.poke-block-choice .option-choice:nth-child(6177n){-webkit-animation-delay:618.3s;animation-delay:618.3s}.poke-block-choice .option-choice:nth-child(6178n){-webkit-animation-delay:618.4s;animation-delay:618.4s}.poke-block-choice .option-choice:nth-child(6179n){-webkit-animation-delay:618.5s;animation-delay:618.5s}.poke-block-choice .option-choice:nth-child(6180n){-webkit-animation-delay:618.6s;animation-delay:618.6s}.poke-block-choice .option-choice:nth-child(6181n){-webkit-animation-delay:618.7s;animation-delay:618.7s}.poke-block-choice .option-choice:nth-child(6182n){-webkit-animation-delay:618.8s;animation-delay:618.8s}.poke-block-choice .option-choice:nth-child(6183n){-webkit-animation-delay:618.9s;animation-delay:618.9s}.poke-block-choice .option-choice:nth-child(6184n){-webkit-animation-delay:619s;animation-delay:619s}.poke-block-choice .option-choice:nth-child(6185n){-webkit-animation-delay:619.1s;animation-delay:619.1s}.poke-block-choice .option-choice:nth-child(6186n){-webkit-animation-delay:619.2s;animation-delay:619.2s}.poke-block-choice .option-choice:nth-child(6187n){-webkit-animation-delay:619.3s;animation-delay:619.3s}.poke-block-choice .option-choice:nth-child(6188n){-webkit-animation-delay:619.4s;animation-delay:619.4s}.poke-block-choice .option-choice:nth-child(6189n){-webkit-animation-delay:619.5s;animation-delay:619.5s}.poke-block-choice .option-choice:nth-child(6190n){-webkit-animation-delay:619.6s;animation-delay:619.6s}.poke-block-choice .option-choice:nth-child(6191n){-webkit-animation-delay:619.7s;animation-delay:619.7s}.poke-block-choice .option-choice:nth-child(6192n){-webkit-animation-delay:619.8s;animation-delay:619.8s}.poke-block-choice .option-choice:nth-child(6193n){-webkit-animation-delay:619.9s;animation-delay:619.9s}.poke-block-choice .option-choice:nth-child(6194n){-webkit-animation-delay:620s;animation-delay:620s}.poke-block-choice .option-choice:nth-child(6195n){-webkit-animation-delay:620.1s;animation-delay:620.1s}.poke-block-choice .option-choice:nth-child(6196n){-webkit-animation-delay:620.2s;animation-delay:620.2s}.poke-block-choice .option-choice:nth-child(6197n){-webkit-animation-delay:620.3s;animation-delay:620.3s}.poke-block-choice .option-choice:nth-child(6198n){-webkit-animation-delay:620.4s;animation-delay:620.4s}.poke-block-choice .option-choice:nth-child(6199n){-webkit-animation-delay:620.5s;animation-delay:620.5s}.poke-block-choice .option-choice:nth-child(6200n){-webkit-animation-delay:620.6s;animation-delay:620.6s}.poke-block-choice .option-choice:nth-child(6201n){-webkit-animation-delay:620.7s;animation-delay:620.7s}.poke-block-choice .option-choice:nth-child(6202n){-webkit-animation-delay:620.8s;animation-delay:620.8s}.poke-block-choice .option-choice:nth-child(6203n){-webkit-animation-delay:620.9s;animation-delay:620.9s}.poke-block-choice .option-choice:nth-child(6204n){-webkit-animation-delay:621s;animation-delay:621s}.poke-block-choice .option-choice:nth-child(6205n){-webkit-animation-delay:621.1s;animation-delay:621.1s}.poke-block-choice .option-choice:nth-child(6206n){-webkit-animation-delay:621.2s;animation-delay:621.2s}.poke-block-choice .option-choice:nth-child(6207n){-webkit-animation-delay:621.3s;animation-delay:621.3s}.poke-block-choice .option-choice:nth-child(6208n){-webkit-animation-delay:621.4s;animation-delay:621.4s}.poke-block-choice .option-choice:nth-child(6209n){-webkit-animation-delay:621.5s;animation-delay:621.5s}.poke-block-choice .option-choice:nth-child(6210n){-webkit-animation-delay:621.6s;animation-delay:621.6s}.poke-block-choice .option-choice:nth-child(6211n){-webkit-animation-delay:621.7s;animation-delay:621.7s}.poke-block-choice .option-choice:nth-child(6212n){-webkit-animation-delay:621.8s;animation-delay:621.8s}.poke-block-choice .option-choice:nth-child(6213n){-webkit-animation-delay:621.9s;animation-delay:621.9s}.poke-block-choice .option-choice:nth-child(6214n){-webkit-animation-delay:622s;animation-delay:622s}.poke-block-choice .option-choice:nth-child(6215n){-webkit-animation-delay:622.1s;animation-delay:622.1s}.poke-block-choice .option-choice:nth-child(6216n){-webkit-animation-delay:622.2s;animation-delay:622.2s}.poke-block-choice .option-choice:nth-child(6217n){-webkit-animation-delay:622.3s;animation-delay:622.3s}.poke-block-choice .option-choice:nth-child(6218n){-webkit-animation-delay:622.4s;animation-delay:622.4s}.poke-block-choice .option-choice:nth-child(6219n){-webkit-animation-delay:622.5s;animation-delay:622.5s}.poke-block-choice .option-choice:nth-child(6220n){-webkit-animation-delay:622.6s;animation-delay:622.6s}.poke-block-choice .option-choice:nth-child(6221n){-webkit-animation-delay:622.7s;animation-delay:622.7s}.poke-block-choice .option-choice:nth-child(6222n){-webkit-animation-delay:622.8s;animation-delay:622.8s}.poke-block-choice .option-choice:nth-child(6223n){-webkit-animation-delay:622.9s;animation-delay:622.9s}.poke-block-choice .option-choice:nth-child(6224n){-webkit-animation-delay:623s;animation-delay:623s}.poke-block-choice .option-choice:nth-child(6225n){-webkit-animation-delay:623.1s;animation-delay:623.1s}.poke-block-choice .option-choice:nth-child(6226n){-webkit-animation-delay:623.2s;animation-delay:623.2s}.poke-block-choice .option-choice:nth-child(6227n){-webkit-animation-delay:623.3s;animation-delay:623.3s}.poke-block-choice .option-choice:nth-child(6228n){-webkit-animation-delay:623.4s;animation-delay:623.4s}.poke-block-choice .option-choice:nth-child(6229n){-webkit-animation-delay:623.5s;animation-delay:623.5s}.poke-block-choice .option-choice:nth-child(6230n){-webkit-animation-delay:623.6s;animation-delay:623.6s}.poke-block-choice .option-choice:nth-child(6231n){-webkit-animation-delay:623.7s;animation-delay:623.7s}.poke-block-choice .option-choice:nth-child(6232n){-webkit-animation-delay:623.8s;animation-delay:623.8s}.poke-block-choice .option-choice:nth-child(6233n){-webkit-animation-delay:623.9s;animation-delay:623.9s}.poke-block-choice .option-choice:nth-child(6234n){-webkit-animation-delay:624s;animation-delay:624s}.poke-block-choice .option-choice:nth-child(6235n){-webkit-animation-delay:624.1s;animation-delay:624.1s}.poke-block-choice .option-choice:nth-child(6236n){-webkit-animation-delay:624.2s;animation-delay:624.2s}.poke-block-choice .option-choice:nth-child(6237n){-webkit-animation-delay:624.3s;animation-delay:624.3s}.poke-block-choice .option-choice:nth-child(6238n){-webkit-animation-delay:624.4s;animation-delay:624.4s}.poke-block-choice .option-choice:nth-child(6239n){-webkit-animation-delay:624.5s;animation-delay:624.5s}.poke-block-choice .option-choice:nth-child(6240n){-webkit-animation-delay:624.6s;animation-delay:624.6s}.poke-block-choice .option-choice:nth-child(6241n){-webkit-animation-delay:624.7s;animation-delay:624.7s}.poke-block-choice .option-choice:nth-child(6242n){-webkit-animation-delay:624.8s;animation-delay:624.8s}.poke-block-choice .option-choice:nth-child(6243n){-webkit-animation-delay:624.9s;animation-delay:624.9s}.poke-block-choice .option-choice:nth-child(6244n){-webkit-animation-delay:625s;animation-delay:625s}.poke-block-choice .option-choice:nth-child(6245n){-webkit-animation-delay:625.1s;animation-delay:625.1s}.poke-block-choice .option-choice:nth-child(6246n){-webkit-animation-delay:625.2s;animation-delay:625.2s}.poke-block-choice .option-choice:nth-child(6247n){-webkit-animation-delay:625.3s;animation-delay:625.3s}.poke-block-choice .option-choice:nth-child(6248n){-webkit-animation-delay:625.4s;animation-delay:625.4s}.poke-block-choice .option-choice:nth-child(6249n){-webkit-animation-delay:625.5s;animation-delay:625.5s}.poke-block-choice .option-choice:nth-child(6250n){-webkit-animation-delay:625.6s;animation-delay:625.6s}.poke-block-choice .option-choice:nth-child(6251n){-webkit-animation-delay:625.7s;animation-delay:625.7s}.poke-block-choice .option-choice:nth-child(6252n){-webkit-animation-delay:625.8s;animation-delay:625.8s}.poke-block-choice .option-choice:nth-child(6253n){-webkit-animation-delay:625.9s;animation-delay:625.9s}.poke-block-choice .option-choice:nth-child(6254n){-webkit-animation-delay:626s;animation-delay:626s}.poke-block-choice .option-choice:nth-child(6255n){-webkit-animation-delay:626.1s;animation-delay:626.1s}.poke-block-choice .option-choice:nth-child(6256n){-webkit-animation-delay:626.2s;animation-delay:626.2s}.poke-block-choice .option-choice:nth-child(6257n){-webkit-animation-delay:626.3s;animation-delay:626.3s}.poke-block-choice .option-choice:nth-child(6258n){-webkit-animation-delay:626.4s;animation-delay:626.4s}.poke-block-choice .option-choice:nth-child(6259n){-webkit-animation-delay:626.5s;animation-delay:626.5s}.poke-block-choice .option-choice:nth-child(6260n){-webkit-animation-delay:626.6s;animation-delay:626.6s}.poke-block-choice .option-choice:nth-child(6261n){-webkit-animation-delay:626.7s;animation-delay:626.7s}.poke-block-choice .option-choice:nth-child(6262n){-webkit-animation-delay:626.8s;animation-delay:626.8s}.poke-block-choice .option-choice:nth-child(6263n){-webkit-animation-delay:626.9s;animation-delay:626.9s}.poke-block-choice .option-choice:nth-child(6264n){-webkit-animation-delay:627s;animation-delay:627s}.poke-block-choice .option-choice:nth-child(6265n){-webkit-animation-delay:627.1s;animation-delay:627.1s}.poke-block-choice .option-choice:nth-child(6266n){-webkit-animation-delay:627.2s;animation-delay:627.2s}.poke-block-choice .option-choice:nth-child(6267n){-webkit-animation-delay:627.3s;animation-delay:627.3s}.poke-block-choice .option-choice:nth-child(6268n){-webkit-animation-delay:627.4s;animation-delay:627.4s}.poke-block-choice .option-choice:nth-child(6269n){-webkit-animation-delay:627.5s;animation-delay:627.5s}.poke-block-choice .option-choice:nth-child(6270n){-webkit-animation-delay:627.6s;animation-delay:627.6s}.poke-block-choice .option-choice:nth-child(6271n){-webkit-animation-delay:627.7s;animation-delay:627.7s}.poke-block-choice .option-choice:nth-child(6272n){-webkit-animation-delay:627.8s;animation-delay:627.8s}.poke-block-choice .option-choice:nth-child(6273n){-webkit-animation-delay:627.9s;animation-delay:627.9s}.poke-block-choice .option-choice:nth-child(6274n){-webkit-animation-delay:628s;animation-delay:628s}.poke-block-choice .option-choice:nth-child(6275n){-webkit-animation-delay:628.1s;animation-delay:628.1s}.poke-block-choice .option-choice:nth-child(6276n){-webkit-animation-delay:628.2s;animation-delay:628.2s}.poke-block-choice .option-choice:nth-child(6277n){-webkit-animation-delay:628.3s;animation-delay:628.3s}.poke-block-choice .option-choice:nth-child(6278n){-webkit-animation-delay:628.4s;animation-delay:628.4s}.poke-block-choice .option-choice:nth-child(6279n){-webkit-animation-delay:628.5s;animation-delay:628.5s}.poke-block-choice .option-choice:nth-child(6280n){-webkit-animation-delay:628.6s;animation-delay:628.6s}.poke-block-choice .option-choice:nth-child(6281n){-webkit-animation-delay:628.7s;animation-delay:628.7s}.poke-block-choice .option-choice:nth-child(6282n){-webkit-animation-delay:628.8s;animation-delay:628.8s}.poke-block-choice .option-choice:nth-child(6283n){-webkit-animation-delay:628.9s;animation-delay:628.9s}.poke-block-choice .option-choice:nth-child(6284n){-webkit-animation-delay:629s;animation-delay:629s}.poke-block-choice .option-choice:nth-child(6285n){-webkit-animation-delay:629.1s;animation-delay:629.1s}.poke-block-choice .option-choice:nth-child(6286n){-webkit-animation-delay:629.2s;animation-delay:629.2s}.poke-block-choice .option-choice:nth-child(6287n){-webkit-animation-delay:629.3s;animation-delay:629.3s}.poke-block-choice .option-choice:nth-child(6288n){-webkit-animation-delay:629.4s;animation-delay:629.4s}.poke-block-choice .option-choice:nth-child(6289n){-webkit-animation-delay:629.5s;animation-delay:629.5s}.poke-block-choice .option-choice:nth-child(6290n){-webkit-animation-delay:629.6s;animation-delay:629.6s}.poke-block-choice .option-choice:nth-child(6291n){-webkit-animation-delay:629.7s;animation-delay:629.7s}.poke-block-choice .option-choice:nth-child(6292n){-webkit-animation-delay:629.8s;animation-delay:629.8s}.poke-block-choice .option-choice:nth-child(6293n){-webkit-animation-delay:629.9s;animation-delay:629.9s}.poke-block-choice .option-choice:nth-child(6294n){-webkit-animation-delay:630s;animation-delay:630s}.poke-block-choice .option-choice:nth-child(6295n){-webkit-animation-delay:630.1s;animation-delay:630.1s}.poke-block-choice .option-choice:nth-child(6296n){-webkit-animation-delay:630.2s;animation-delay:630.2s}.poke-block-choice .option-choice:nth-child(6297n){-webkit-animation-delay:630.3s;animation-delay:630.3s}.poke-block-choice .option-choice:nth-child(6298n){-webkit-animation-delay:630.4s;animation-delay:630.4s}.poke-block-choice .option-choice:nth-child(6299n){-webkit-animation-delay:630.5s;animation-delay:630.5s}.poke-block-choice .option-choice:nth-child(6300n){-webkit-animation-delay:630.6s;animation-delay:630.6s}.poke-block-choice .option-choice:nth-child(6301n){-webkit-animation-delay:630.7s;animation-delay:630.7s}.poke-block-choice .option-choice:nth-child(6302n){-webkit-animation-delay:630.8s;animation-delay:630.8s}.poke-block-choice .option-choice:nth-child(6303n){-webkit-animation-delay:630.9s;animation-delay:630.9s}.poke-block-choice .option-choice:nth-child(6304n){-webkit-animation-delay:631s;animation-delay:631s}.poke-block-choice .option-choice:nth-child(6305n){-webkit-animation-delay:631.1s;animation-delay:631.1s}.poke-block-choice .option-choice:nth-child(6306n){-webkit-animation-delay:631.2s;animation-delay:631.2s}.poke-block-choice .option-choice:nth-child(6307n){-webkit-animation-delay:631.3s;animation-delay:631.3s}.poke-block-choice .option-choice:nth-child(6308n){-webkit-animation-delay:631.4s;animation-delay:631.4s}.poke-block-choice .option-choice:nth-child(6309n){-webkit-animation-delay:631.5s;animation-delay:631.5s}.poke-block-choice .option-choice:nth-child(6310n){-webkit-animation-delay:631.6s;animation-delay:631.6s}.poke-block-choice .option-choice:nth-child(6311n){-webkit-animation-delay:631.7s;animation-delay:631.7s}.poke-block-choice .option-choice:nth-child(6312n){-webkit-animation-delay:631.8s;animation-delay:631.8s}.poke-block-choice .option-choice:nth-child(6313n){-webkit-animation-delay:631.9s;animation-delay:631.9s}.poke-block-choice .option-choice:nth-child(6314n){-webkit-animation-delay:632s;animation-delay:632s}.poke-block-choice .option-choice:nth-child(6315n){-webkit-animation-delay:632.1s;animation-delay:632.1s}.poke-block-choice .option-choice:nth-child(6316n){-webkit-animation-delay:632.2s;animation-delay:632.2s}.poke-block-choice .option-choice:nth-child(6317n){-webkit-animation-delay:632.3s;animation-delay:632.3s}.poke-block-choice .option-choice:nth-child(6318n){-webkit-animation-delay:632.4s;animation-delay:632.4s}.poke-block-choice .option-choice:nth-child(6319n){-webkit-animation-delay:632.5s;animation-delay:632.5s}.poke-block-choice .option-choice:nth-child(6320n){-webkit-animation-delay:632.6s;animation-delay:632.6s}.poke-block-choice .option-choice:nth-child(6321n){-webkit-animation-delay:632.7s;animation-delay:632.7s}.poke-block-choice .option-choice:nth-child(6322n){-webkit-animation-delay:632.8s;animation-delay:632.8s}.poke-block-choice .option-choice:nth-child(6323n){-webkit-animation-delay:632.9s;animation-delay:632.9s}.poke-block-choice .option-choice:nth-child(6324n){-webkit-animation-delay:633s;animation-delay:633s}.poke-block-choice .option-choice:nth-child(6325n){-webkit-animation-delay:633.1s;animation-delay:633.1s}.poke-block-choice .option-choice:nth-child(6326n){-webkit-animation-delay:633.2s;animation-delay:633.2s}.poke-block-choice .option-choice:nth-child(6327n){-webkit-animation-delay:633.3s;animation-delay:633.3s}.poke-block-choice .option-choice:nth-child(6328n){-webkit-animation-delay:633.4s;animation-delay:633.4s}.poke-block-choice .option-choice:nth-child(6329n){-webkit-animation-delay:633.5s;animation-delay:633.5s}.poke-block-choice .option-choice:nth-child(6330n){-webkit-animation-delay:633.6s;animation-delay:633.6s}.poke-block-choice .option-choice:nth-child(6331n){-webkit-animation-delay:633.7s;animation-delay:633.7s}.poke-block-choice .option-choice:nth-child(6332n){-webkit-animation-delay:633.8s;animation-delay:633.8s}.poke-block-choice .option-choice:nth-child(6333n){-webkit-animation-delay:633.9s;animation-delay:633.9s}.poke-block-choice .option-choice:nth-child(6334n){-webkit-animation-delay:634s;animation-delay:634s}.poke-block-choice .option-choice:nth-child(6335n){-webkit-animation-delay:634.1s;animation-delay:634.1s}.poke-block-choice .option-choice:nth-child(6336n){-webkit-animation-delay:634.2s;animation-delay:634.2s}.poke-block-choice .option-choice:nth-child(6337n){-webkit-animation-delay:634.3s;animation-delay:634.3s}.poke-block-choice .option-choice:nth-child(6338n){-webkit-animation-delay:634.4s;animation-delay:634.4s}.poke-block-choice .option-choice:nth-child(6339n){-webkit-animation-delay:634.5s;animation-delay:634.5s}.poke-block-choice .option-choice:nth-child(6340n){-webkit-animation-delay:634.6s;animation-delay:634.6s}.poke-block-choice .option-choice:nth-child(6341n){-webkit-animation-delay:634.7s;animation-delay:634.7s}.poke-block-choice .option-choice:nth-child(6342n){-webkit-animation-delay:634.8s;animation-delay:634.8s}.poke-block-choice .option-choice:nth-child(6343n){-webkit-animation-delay:634.9s;animation-delay:634.9s}.poke-block-choice .option-choice:nth-child(6344n){-webkit-animation-delay:635s;animation-delay:635s}.poke-block-choice .option-choice:nth-child(6345n){-webkit-animation-delay:635.1s;animation-delay:635.1s}.poke-block-choice .option-choice:nth-child(6346n){-webkit-animation-delay:635.2s;animation-delay:635.2s}.poke-block-choice .option-choice:nth-child(6347n){-webkit-animation-delay:635.3s;animation-delay:635.3s}.poke-block-choice .option-choice:nth-child(6348n){-webkit-animation-delay:635.4s;animation-delay:635.4s}.poke-block-choice .option-choice:nth-child(6349n){-webkit-animation-delay:635.5s;animation-delay:635.5s}.poke-block-choice .option-choice:nth-child(6350n){-webkit-animation-delay:635.6s;animation-delay:635.6s}.poke-block-choice .option-choice:nth-child(6351n){-webkit-animation-delay:635.7s;animation-delay:635.7s}.poke-block-choice .option-choice:nth-child(6352n){-webkit-animation-delay:635.8s;animation-delay:635.8s}.poke-block-choice .option-choice:nth-child(6353n){-webkit-animation-delay:635.9s;animation-delay:635.9s}.poke-block-choice .option-choice:nth-child(6354n){-webkit-animation-delay:636s;animation-delay:636s}.poke-block-choice .option-choice:nth-child(6355n){-webkit-animation-delay:636.1s;animation-delay:636.1s}.poke-block-choice .option-choice:nth-child(6356n){-webkit-animation-delay:636.2s;animation-delay:636.2s}.poke-block-choice .option-choice:nth-child(6357n){-webkit-animation-delay:636.3s;animation-delay:636.3s}.poke-block-choice .option-choice:nth-child(6358n){-webkit-animation-delay:636.4s;animation-delay:636.4s}.poke-block-choice .option-choice:nth-child(6359n){-webkit-animation-delay:636.5s;animation-delay:636.5s}.poke-block-choice .option-choice:nth-child(6360n){-webkit-animation-delay:636.6s;animation-delay:636.6s}.poke-block-choice .option-choice:nth-child(6361n){-webkit-animation-delay:636.7s;animation-delay:636.7s}.poke-block-choice .option-choice:nth-child(6362n){-webkit-animation-delay:636.8s;animation-delay:636.8s}.poke-block-choice .option-choice:nth-child(6363n){-webkit-animation-delay:636.9s;animation-delay:636.9s}.poke-block-choice .option-choice:nth-child(6364n){-webkit-animation-delay:637s;animation-delay:637s}.poke-block-choice .option-choice:nth-child(6365n){-webkit-animation-delay:637.1s;animation-delay:637.1s}.poke-block-choice .option-choice:nth-child(6366n){-webkit-animation-delay:637.2s;animation-delay:637.2s}.poke-block-choice .option-choice:nth-child(6367n){-webkit-animation-delay:637.3s;animation-delay:637.3s}.poke-block-choice .option-choice:nth-child(6368n){-webkit-animation-delay:637.4s;animation-delay:637.4s}.poke-block-choice .option-choice:nth-child(6369n){-webkit-animation-delay:637.5s;animation-delay:637.5s}.poke-block-choice .option-choice:nth-child(6370n){-webkit-animation-delay:637.6s;animation-delay:637.6s}.poke-block-choice .option-choice:nth-child(6371n){-webkit-animation-delay:637.7s;animation-delay:637.7s}.poke-block-choice .option-choice:nth-child(6372n){-webkit-animation-delay:637.8s;animation-delay:637.8s}.poke-block-choice .option-choice:nth-child(6373n){-webkit-animation-delay:637.9s;animation-delay:637.9s}.poke-block-choice .option-choice:nth-child(6374n){-webkit-animation-delay:638s;animation-delay:638s}.poke-block-choice .option-choice:nth-child(6375n){-webkit-animation-delay:638.1s;animation-delay:638.1s}.poke-block-choice .option-choice:nth-child(6376n){-webkit-animation-delay:638.2s;animation-delay:638.2s}.poke-block-choice .option-choice:nth-child(6377n){-webkit-animation-delay:638.3s;animation-delay:638.3s}.poke-block-choice .option-choice:nth-child(6378n){-webkit-animation-delay:638.4s;animation-delay:638.4s}.poke-block-choice .option-choice:nth-child(6379n){-webkit-animation-delay:638.5s;animation-delay:638.5s}.poke-block-choice .option-choice:nth-child(6380n){-webkit-animation-delay:638.6s;animation-delay:638.6s}.poke-block-choice .option-choice:nth-child(6381n){-webkit-animation-delay:638.7s;animation-delay:638.7s}.poke-block-choice .option-choice:nth-child(6382n){-webkit-animation-delay:638.8s;animation-delay:638.8s}.poke-block-choice .option-choice:nth-child(6383n){-webkit-animation-delay:638.9s;animation-delay:638.9s}.poke-block-choice .option-choice:nth-child(6384n){-webkit-animation-delay:639s;animation-delay:639s}.poke-block-choice .option-choice:nth-child(6385n){-webkit-animation-delay:639.1s;animation-delay:639.1s}.poke-block-choice .option-choice:nth-child(6386n){-webkit-animation-delay:639.2s;animation-delay:639.2s}.poke-block-choice .option-choice:nth-child(6387n){-webkit-animation-delay:639.3s;animation-delay:639.3s}.poke-block-choice .option-choice:nth-child(6388n){-webkit-animation-delay:639.4s;animation-delay:639.4s}.poke-block-choice .option-choice:nth-child(6389n){-webkit-animation-delay:639.5s;animation-delay:639.5s}.poke-block-choice .option-choice:nth-child(6390n){-webkit-animation-delay:639.6s;animation-delay:639.6s}.poke-block-choice .option-choice:nth-child(6391n){-webkit-animation-delay:639.7s;animation-delay:639.7s}.poke-block-choice .option-choice:nth-child(6392n){-webkit-animation-delay:639.8s;animation-delay:639.8s}.poke-block-choice .option-choice:nth-child(6393n){-webkit-animation-delay:639.9s;animation-delay:639.9s}.poke-block-choice .option-choice:nth-child(6394n){-webkit-animation-delay:640s;animation-delay:640s}.poke-block-choice .option-choice:nth-child(6395n){-webkit-animation-delay:640.1s;animation-delay:640.1s}.poke-block-choice .option-choice:nth-child(6396n){-webkit-animation-delay:640.2s;animation-delay:640.2s}.poke-block-choice .option-choice:nth-child(6397n){-webkit-animation-delay:640.3s;animation-delay:640.3s}.poke-block-choice .option-choice:nth-child(6398n){-webkit-animation-delay:640.4s;animation-delay:640.4s}.poke-block-choice .option-choice:nth-child(6399n){-webkit-animation-delay:640.5s;animation-delay:640.5s}.poke-block-choice .option-choice:nth-child(6400n){-webkit-animation-delay:640.6s;animation-delay:640.6s}.poke-block-choice .option-choice:nth-child(6401n){-webkit-animation-delay:640.7s;animation-delay:640.7s}.poke-block-choice .option-choice:nth-child(6402n){-webkit-animation-delay:640.8s;animation-delay:640.8s}.poke-block-choice .option-choice:nth-child(6403n){-webkit-animation-delay:640.9s;animation-delay:640.9s}.poke-block-choice .option-choice:nth-child(6404n){-webkit-animation-delay:641s;animation-delay:641s}.poke-block-choice .option-choice:nth-child(6405n){-webkit-animation-delay:641.1s;animation-delay:641.1s}.poke-block-choice .option-choice:nth-child(6406n){-webkit-animation-delay:641.2s;animation-delay:641.2s}.poke-block-choice .option-choice:nth-child(6407n){-webkit-animation-delay:641.3s;animation-delay:641.3s}.poke-block-choice .option-choice:nth-child(6408n){-webkit-animation-delay:641.4s;animation-delay:641.4s}.poke-block-choice .option-choice:nth-child(6409n){-webkit-animation-delay:641.5s;animation-delay:641.5s}.poke-block-choice .option-choice:nth-child(6410n){-webkit-animation-delay:641.6s;animation-delay:641.6s}.poke-block-choice .option-choice:nth-child(6411n){-webkit-animation-delay:641.7s;animation-delay:641.7s}.poke-block-choice .option-choice:nth-child(6412n){-webkit-animation-delay:641.8s;animation-delay:641.8s}.poke-block-choice .option-choice:nth-child(6413n){-webkit-animation-delay:641.9s;animation-delay:641.9s}.poke-block-choice .option-choice:nth-child(6414n){-webkit-animation-delay:642s;animation-delay:642s}.poke-block-choice .option-choice:nth-child(6415n){-webkit-animation-delay:642.1s;animation-delay:642.1s}.poke-block-choice .option-choice:nth-child(6416n){-webkit-animation-delay:642.2s;animation-delay:642.2s}.poke-block-choice .option-choice:nth-child(6417n){-webkit-animation-delay:642.3s;animation-delay:642.3s}.poke-block-choice .option-choice:nth-child(6418n){-webkit-animation-delay:642.4s;animation-delay:642.4s}.poke-block-choice .option-choice:nth-child(6419n){-webkit-animation-delay:642.5s;animation-delay:642.5s}.poke-block-choice .option-choice:nth-child(6420n){-webkit-animation-delay:642.6s;animation-delay:642.6s}.poke-block-choice .option-choice:nth-child(6421n){-webkit-animation-delay:642.7s;animation-delay:642.7s}.poke-block-choice .option-choice:nth-child(6422n){-webkit-animation-delay:642.8s;animation-delay:642.8s}.poke-block-choice .option-choice:nth-child(6423n){-webkit-animation-delay:642.9s;animation-delay:642.9s}.poke-block-choice .option-choice:nth-child(6424n){-webkit-animation-delay:643s;animation-delay:643s}.poke-block-choice .option-choice:nth-child(6425n){-webkit-animation-delay:643.1s;animation-delay:643.1s}.poke-block-choice .option-choice:nth-child(6426n){-webkit-animation-delay:643.2s;animation-delay:643.2s}.poke-block-choice .option-choice:nth-child(6427n){-webkit-animation-delay:643.3s;animation-delay:643.3s}.poke-block-choice .option-choice:nth-child(6428n){-webkit-animation-delay:643.4s;animation-delay:643.4s}.poke-block-choice .option-choice:nth-child(6429n){-webkit-animation-delay:643.5s;animation-delay:643.5s}.poke-block-choice .option-choice:nth-child(6430n){-webkit-animation-delay:643.6s;animation-delay:643.6s}.poke-block-choice .option-choice:nth-child(6431n){-webkit-animation-delay:643.7s;animation-delay:643.7s}.poke-block-choice .option-choice:nth-child(6432n){-webkit-animation-delay:643.8s;animation-delay:643.8s}.poke-block-choice .option-choice:nth-child(6433n){-webkit-animation-delay:643.9s;animation-delay:643.9s}.poke-block-choice .option-choice:nth-child(6434n){-webkit-animation-delay:644s;animation-delay:644s}.poke-block-choice .option-choice:nth-child(6435n){-webkit-animation-delay:644.1s;animation-delay:644.1s}.poke-block-choice .option-choice:nth-child(6436n){-webkit-animation-delay:644.2s;animation-delay:644.2s}.poke-block-choice .option-choice:nth-child(6437n){-webkit-animation-delay:644.3s;animation-delay:644.3s}.poke-block-choice .option-choice:nth-child(6438n){-webkit-animation-delay:644.4s;animation-delay:644.4s}.poke-block-choice .option-choice:nth-child(6439n){-webkit-animation-delay:644.5s;animation-delay:644.5s}.poke-block-choice .option-choice:nth-child(6440n){-webkit-animation-delay:644.6s;animation-delay:644.6s}.poke-block-choice .option-choice:nth-child(6441n){-webkit-animation-delay:644.7s;animation-delay:644.7s}.poke-block-choice .option-choice:nth-child(6442n){-webkit-animation-delay:644.8s;animation-delay:644.8s}.poke-block-choice .option-choice:nth-child(6443n){-webkit-animation-delay:644.9s;animation-delay:644.9s}.poke-block-choice .option-choice:nth-child(6444n){-webkit-animation-delay:645s;animation-delay:645s}.poke-block-choice .option-choice:nth-child(6445n){-webkit-animation-delay:645.1s;animation-delay:645.1s}.poke-block-choice .option-choice:nth-child(6446n){-webkit-animation-delay:645.2s;animation-delay:645.2s}.poke-block-choice .option-choice:nth-child(6447n){-webkit-animation-delay:645.3s;animation-delay:645.3s}.poke-block-choice .option-choice:nth-child(6448n){-webkit-animation-delay:645.4s;animation-delay:645.4s}.poke-block-choice .option-choice:nth-child(6449n){-webkit-animation-delay:645.5s;animation-delay:645.5s}.poke-block-choice .option-choice:nth-child(6450n){-webkit-animation-delay:645.6s;animation-delay:645.6s}.poke-block-choice .option-choice:nth-child(6451n){-webkit-animation-delay:645.7s;animation-delay:645.7s}.poke-block-choice .option-choice:nth-child(6452n){-webkit-animation-delay:645.8s;animation-delay:645.8s}.poke-block-choice .option-choice:nth-child(6453n){-webkit-animation-delay:645.9s;animation-delay:645.9s}.poke-block-choice .option-choice:nth-child(6454n){-webkit-animation-delay:646s;animation-delay:646s}.poke-block-choice .option-choice:nth-child(6455n){-webkit-animation-delay:646.1s;animation-delay:646.1s}.poke-block-choice .option-choice:nth-child(6456n){-webkit-animation-delay:646.2s;animation-delay:646.2s}.poke-block-choice .option-choice:nth-child(6457n){-webkit-animation-delay:646.3s;animation-delay:646.3s}.poke-block-choice .option-choice:nth-child(6458n){-webkit-animation-delay:646.4s;animation-delay:646.4s}.poke-block-choice .option-choice:nth-child(6459n){-webkit-animation-delay:646.5s;animation-delay:646.5s}.poke-block-choice .option-choice:nth-child(6460n){-webkit-animation-delay:646.6s;animation-delay:646.6s}.poke-block-choice .option-choice:nth-child(6461n){-webkit-animation-delay:646.7s;animation-delay:646.7s}.poke-block-choice .option-choice:nth-child(6462n){-webkit-animation-delay:646.8s;animation-delay:646.8s}.poke-block-choice .option-choice:nth-child(6463n){-webkit-animation-delay:646.9s;animation-delay:646.9s}.poke-block-choice .option-choice:nth-child(6464n){-webkit-animation-delay:647s;animation-delay:647s}.poke-block-choice .option-choice:nth-child(6465n){-webkit-animation-delay:647.1s;animation-delay:647.1s}.poke-block-choice .option-choice:nth-child(6466n){-webkit-animation-delay:647.2s;animation-delay:647.2s}.poke-block-choice .option-choice:nth-child(6467n){-webkit-animation-delay:647.3s;animation-delay:647.3s}.poke-block-choice .option-choice:nth-child(6468n){-webkit-animation-delay:647.4s;animation-delay:647.4s}.poke-block-choice .option-choice:nth-child(6469n){-webkit-animation-delay:647.5s;animation-delay:647.5s}.poke-block-choice .option-choice:nth-child(6470n){-webkit-animation-delay:647.6s;animation-delay:647.6s}.poke-block-choice .option-choice:nth-child(6471n){-webkit-animation-delay:647.7s;animation-delay:647.7s}.poke-block-choice .option-choice:nth-child(6472n){-webkit-animation-delay:647.8s;animation-delay:647.8s}.poke-block-choice .option-choice:nth-child(6473n){-webkit-animation-delay:647.9s;animation-delay:647.9s}.poke-block-choice .option-choice:nth-child(6474n){-webkit-animation-delay:648s;animation-delay:648s}.poke-block-choice .option-choice:nth-child(6475n){-webkit-animation-delay:648.1s;animation-delay:648.1s}.poke-block-choice .option-choice:nth-child(6476n){-webkit-animation-delay:648.2s;animation-delay:648.2s}.poke-block-choice .option-choice:nth-child(6477n){-webkit-animation-delay:648.3s;animation-delay:648.3s}.poke-block-choice .option-choice:nth-child(6478n){-webkit-animation-delay:648.4s;animation-delay:648.4s}.poke-block-choice .option-choice:nth-child(6479n){-webkit-animation-delay:648.5s;animation-delay:648.5s}.poke-block-choice .option-choice:nth-child(6480n){-webkit-animation-delay:648.6s;animation-delay:648.6s}.poke-block-choice .option-choice:nth-child(6481n){-webkit-animation-delay:648.7s;animation-delay:648.7s}.poke-block-choice .option-choice:nth-child(6482n){-webkit-animation-delay:648.8s;animation-delay:648.8s}.poke-block-choice .option-choice:nth-child(6483n){-webkit-animation-delay:648.9s;animation-delay:648.9s}.poke-block-choice .option-choice:nth-child(6484n){-webkit-animation-delay:649s;animation-delay:649s}.poke-block-choice .option-choice:nth-child(6485n){-webkit-animation-delay:649.1s;animation-delay:649.1s}.poke-block-choice .option-choice:nth-child(6486n){-webkit-animation-delay:649.2s;animation-delay:649.2s}.poke-block-choice .option-choice:nth-child(6487n){-webkit-animation-delay:649.3s;animation-delay:649.3s}.poke-block-choice .option-choice:nth-child(6488n){-webkit-animation-delay:649.4s;animation-delay:649.4s}.poke-block-choice .option-choice:nth-child(6489n){-webkit-animation-delay:649.5s;animation-delay:649.5s}.poke-block-choice .option-choice:nth-child(6490n){-webkit-animation-delay:649.6s;animation-delay:649.6s}.poke-block-choice .option-choice:nth-child(6491n){-webkit-animation-delay:649.7s;animation-delay:649.7s}.poke-block-choice .option-choice:nth-child(6492n){-webkit-animation-delay:649.8s;animation-delay:649.8s}.poke-block-choice .option-choice:nth-child(6493n){-webkit-animation-delay:649.9s;animation-delay:649.9s}.poke-block-choice .option-choice:nth-child(6494n){-webkit-animation-delay:650s;animation-delay:650s}.poke-block-choice .option-choice:nth-child(6495n){-webkit-animation-delay:650.1s;animation-delay:650.1s}.poke-block-choice .option-choice:nth-child(6496n){-webkit-animation-delay:650.2s;animation-delay:650.2s}.poke-block-choice .option-choice:nth-child(6497n){-webkit-animation-delay:650.3s;animation-delay:650.3s}.poke-block-choice .option-choice:nth-child(6498n){-webkit-animation-delay:650.4s;animation-delay:650.4s}.poke-block-choice .option-choice:nth-child(6499n){-webkit-animation-delay:650.5s;animation-delay:650.5s}.poke-block-choice .option-choice:nth-child(6500n){-webkit-animation-delay:650.6s;animation-delay:650.6s}.poke-block-choice .option-choice:nth-child(6501n){-webkit-animation-delay:650.7s;animation-delay:650.7s}.poke-block-choice .option-choice:nth-child(6502n){-webkit-animation-delay:650.8s;animation-delay:650.8s}.poke-block-choice .option-choice:nth-child(6503n){-webkit-animation-delay:650.9s;animation-delay:650.9s}.poke-block-choice .option-choice:nth-child(6504n){-webkit-animation-delay:651s;animation-delay:651s}.poke-block-choice .option-choice:nth-child(6505n){-webkit-animation-delay:651.1s;animation-delay:651.1s}.poke-block-choice .option-choice:nth-child(6506n){-webkit-animation-delay:651.2s;animation-delay:651.2s}.poke-block-choice .option-choice:nth-child(6507n){-webkit-animation-delay:651.3s;animation-delay:651.3s}.poke-block-choice .option-choice:nth-child(6508n){-webkit-animation-delay:651.4s;animation-delay:651.4s}.poke-block-choice .option-choice:nth-child(6509n){-webkit-animation-delay:651.5s;animation-delay:651.5s}.poke-block-choice .option-choice:nth-child(6510n){-webkit-animation-delay:651.6s;animation-delay:651.6s}.poke-block-choice .option-choice:nth-child(6511n){-webkit-animation-delay:651.7s;animation-delay:651.7s}.poke-block-choice .option-choice:nth-child(6512n){-webkit-animation-delay:651.8s;animation-delay:651.8s}.poke-block-choice .option-choice:nth-child(6513n){-webkit-animation-delay:651.9s;animation-delay:651.9s}.poke-block-choice .option-choice:nth-child(6514n){-webkit-animation-delay:652s;animation-delay:652s}.poke-block-choice .option-choice:nth-child(6515n){-webkit-animation-delay:652.1s;animation-delay:652.1s}.poke-block-choice .option-choice:nth-child(6516n){-webkit-animation-delay:652.2s;animation-delay:652.2s}.poke-block-choice .option-choice:nth-child(6517n){-webkit-animation-delay:652.3s;animation-delay:652.3s}.poke-block-choice .option-choice:nth-child(6518n){-webkit-animation-delay:652.4s;animation-delay:652.4s}.poke-block-choice .option-choice:nth-child(6519n){-webkit-animation-delay:652.5s;animation-delay:652.5s}.poke-block-choice .option-choice:nth-child(6520n){-webkit-animation-delay:652.6s;animation-delay:652.6s}.poke-block-choice .option-choice:nth-child(6521n){-webkit-animation-delay:652.7s;animation-delay:652.7s}.poke-block-choice .option-choice:nth-child(6522n){-webkit-animation-delay:652.8s;animation-delay:652.8s}.poke-block-choice .option-choice:nth-child(6523n){-webkit-animation-delay:652.9s;animation-delay:652.9s}.poke-block-choice .option-choice:nth-child(6524n){-webkit-animation-delay:653s;animation-delay:653s}.poke-block-choice .option-choice:nth-child(6525n){-webkit-animation-delay:653.1s;animation-delay:653.1s}.poke-block-choice .option-choice:nth-child(6526n){-webkit-animation-delay:653.2s;animation-delay:653.2s}.poke-block-choice .option-choice:nth-child(6527n){-webkit-animation-delay:653.3s;animation-delay:653.3s}.poke-block-choice .option-choice:nth-child(6528n){-webkit-animation-delay:653.4s;animation-delay:653.4s}.poke-block-choice .option-choice:nth-child(6529n){-webkit-animation-delay:653.5s;animation-delay:653.5s}.poke-block-choice .option-choice:nth-child(6530n){-webkit-animation-delay:653.6s;animation-delay:653.6s}.poke-block-choice .option-choice:nth-child(6531n){-webkit-animation-delay:653.7s;animation-delay:653.7s}.poke-block-choice .option-choice:nth-child(6532n){-webkit-animation-delay:653.8s;animation-delay:653.8s}.poke-block-choice .option-choice:nth-child(6533n){-webkit-animation-delay:653.9s;animation-delay:653.9s}.poke-block-choice .option-choice:nth-child(6534n){-webkit-animation-delay:654s;animation-delay:654s}.poke-block-choice .option-choice:nth-child(6535n){-webkit-animation-delay:654.1s;animation-delay:654.1s}.poke-block-choice .option-choice:nth-child(6536n){-webkit-animation-delay:654.2s;animation-delay:654.2s}.poke-block-choice .option-choice:nth-child(6537n){-webkit-animation-delay:654.3s;animation-delay:654.3s}.poke-block-choice .option-choice:nth-child(6538n){-webkit-animation-delay:654.4s;animation-delay:654.4s}.poke-block-choice .option-choice:nth-child(6539n){-webkit-animation-delay:654.5s;animation-delay:654.5s}.poke-block-choice .option-choice:nth-child(6540n){-webkit-animation-delay:654.6s;animation-delay:654.6s}.poke-block-choice .option-choice:nth-child(6541n){-webkit-animation-delay:654.7s;animation-delay:654.7s}.poke-block-choice .option-choice:nth-child(6542n){-webkit-animation-delay:654.8s;animation-delay:654.8s}.poke-block-choice .option-choice:nth-child(6543n){-webkit-animation-delay:654.9s;animation-delay:654.9s}.poke-block-choice .option-choice:nth-child(6544n){-webkit-animation-delay:655s;animation-delay:655s}.poke-block-choice .option-choice:nth-child(6545n){-webkit-animation-delay:655.1s;animation-delay:655.1s}.poke-block-choice .option-choice:nth-child(6546n){-webkit-animation-delay:655.2s;animation-delay:655.2s}.poke-block-choice .option-choice:nth-child(6547n){-webkit-animation-delay:655.3s;animation-delay:655.3s}.poke-block-choice .option-choice:nth-child(6548n){-webkit-animation-delay:655.4s;animation-delay:655.4s}.poke-block-choice .option-choice:nth-child(6549n){-webkit-animation-delay:655.5s;animation-delay:655.5s}.poke-block-choice .option-choice:nth-child(6550n){-webkit-animation-delay:655.6s;animation-delay:655.6s}.poke-block-choice .option-choice:nth-child(6551n){-webkit-animation-delay:655.7s;animation-delay:655.7s}.poke-block-choice .option-choice:nth-child(6552n){-webkit-animation-delay:655.8s;animation-delay:655.8s}.poke-block-choice .option-choice:nth-child(6553n){-webkit-animation-delay:655.9s;animation-delay:655.9s}.poke-block-choice .option-choice:nth-child(6554n){-webkit-animation-delay:656s;animation-delay:656s}.poke-block-choice .option-choice:nth-child(6555n){-webkit-animation-delay:656.1s;animation-delay:656.1s}.poke-block-choice .option-choice:nth-child(6556n){-webkit-animation-delay:656.2s;animation-delay:656.2s}.poke-block-choice .option-choice:nth-child(6557n){-webkit-animation-delay:656.3s;animation-delay:656.3s}.poke-block-choice .option-choice:nth-child(6558n){-webkit-animation-delay:656.4s;animation-delay:656.4s}.poke-block-choice .option-choice:nth-child(6559n){-webkit-animation-delay:656.5s;animation-delay:656.5s}.poke-block-choice .option-choice:nth-child(6560n){-webkit-animation-delay:656.6s;animation-delay:656.6s}.poke-block-choice .option-choice:nth-child(6561n){-webkit-animation-delay:656.7s;animation-delay:656.7s}.poke-block-choice .option-choice:nth-child(6562n){-webkit-animation-delay:656.8s;animation-delay:656.8s}.poke-block-choice .option-choice:nth-child(6563n){-webkit-animation-delay:656.9s;animation-delay:656.9s}.poke-block-choice .option-choice:nth-child(6564n){-webkit-animation-delay:657s;animation-delay:657s}.poke-block-choice .option-choice:nth-child(6565n){-webkit-animation-delay:657.1s;animation-delay:657.1s}.poke-block-choice .option-choice:nth-child(6566n){-webkit-animation-delay:657.2s;animation-delay:657.2s}.poke-block-choice .option-choice:nth-child(6567n){-webkit-animation-delay:657.3s;animation-delay:657.3s}.poke-block-choice .option-choice:nth-child(6568n){-webkit-animation-delay:657.4s;animation-delay:657.4s}.poke-block-choice .option-choice:nth-child(6569n){-webkit-animation-delay:657.5s;animation-delay:657.5s}.poke-block-choice .option-choice:nth-child(6570n){-webkit-animation-delay:657.6s;animation-delay:657.6s}.poke-block-choice .option-choice:nth-child(6571n){-webkit-animation-delay:657.7s;animation-delay:657.7s}.poke-block-choice .option-choice:nth-child(6572n){-webkit-animation-delay:657.8s;animation-delay:657.8s}.poke-block-choice .option-choice:nth-child(6573n){-webkit-animation-delay:657.9s;animation-delay:657.9s}.poke-block-choice .option-choice:nth-child(6574n){-webkit-animation-delay:658s;animation-delay:658s}.poke-block-choice .option-choice:nth-child(6575n){-webkit-animation-delay:658.1s;animation-delay:658.1s}.poke-block-choice .option-choice:nth-child(6576n){-webkit-animation-delay:658.2s;animation-delay:658.2s}.poke-block-choice .option-choice:nth-child(6577n){-webkit-animation-delay:658.3s;animation-delay:658.3s}.poke-block-choice .option-choice:nth-child(6578n){-webkit-animation-delay:658.4s;animation-delay:658.4s}.poke-block-choice .option-choice:nth-child(6579n){-webkit-animation-delay:658.5s;animation-delay:658.5s}.poke-block-choice .option-choice:nth-child(6580n){-webkit-animation-delay:658.6s;animation-delay:658.6s}.poke-block-choice .option-choice:nth-child(6581n){-webkit-animation-delay:658.7s;animation-delay:658.7s}.poke-block-choice .option-choice:nth-child(6582n){-webkit-animation-delay:658.8s;animation-delay:658.8s}.poke-block-choice .option-choice:nth-child(6583n){-webkit-animation-delay:658.9s;animation-delay:658.9s}.poke-block-choice .option-choice:nth-child(6584n){-webkit-animation-delay:659s;animation-delay:659s}.poke-block-choice .option-choice:nth-child(6585n){-webkit-animation-delay:659.1s;animation-delay:659.1s}.poke-block-choice .option-choice:nth-child(6586n){-webkit-animation-delay:659.2s;animation-delay:659.2s}.poke-block-choice .option-choice:nth-child(6587n){-webkit-animation-delay:659.3s;animation-delay:659.3s}.poke-block-choice .option-choice:nth-child(6588n){-webkit-animation-delay:659.4s;animation-delay:659.4s}.poke-block-choice .option-choice:nth-child(6589n){-webkit-animation-delay:659.5s;animation-delay:659.5s}.poke-block-choice .option-choice:nth-child(6590n){-webkit-animation-delay:659.6s;animation-delay:659.6s}.poke-block-choice .option-choice:nth-child(6591n){-webkit-animation-delay:659.7s;animation-delay:659.7s}.poke-block-choice .option-choice:nth-child(6592n){-webkit-animation-delay:659.8s;animation-delay:659.8s}.poke-block-choice .option-choice:nth-child(6593n){-webkit-animation-delay:659.9s;animation-delay:659.9s}.poke-block-choice .option-choice:nth-child(6594n){-webkit-animation-delay:660s;animation-delay:660s}.poke-block-choice .option-choice:nth-child(6595n){-webkit-animation-delay:660.1s;animation-delay:660.1s}.poke-block-choice .option-choice:nth-child(6596n){-webkit-animation-delay:660.2s;animation-delay:660.2s}.poke-block-choice .option-choice:nth-child(6597n){-webkit-animation-delay:660.3s;animation-delay:660.3s}.poke-block-choice .option-choice:nth-child(6598n){-webkit-animation-delay:660.4s;animation-delay:660.4s}.poke-block-choice .option-choice:nth-child(6599n){-webkit-animation-delay:660.5s;animation-delay:660.5s}.poke-block-choice .option-choice:nth-child(6600n){-webkit-animation-delay:660.6s;animation-delay:660.6s}.poke-block-choice .option-choice:nth-child(6601n){-webkit-animation-delay:660.7s;animation-delay:660.7s}.poke-block-choice .option-choice:nth-child(6602n){-webkit-animation-delay:660.8s;animation-delay:660.8s}.poke-block-choice .option-choice:nth-child(6603n){-webkit-animation-delay:660.9s;animation-delay:660.9s}.poke-block-choice .option-choice:nth-child(6604n){-webkit-animation-delay:661s;animation-delay:661s}.poke-block-choice .option-choice:nth-child(6605n){-webkit-animation-delay:661.1s;animation-delay:661.1s}.poke-block-choice .option-choice:nth-child(6606n){-webkit-animation-delay:661.2s;animation-delay:661.2s}.poke-block-choice .option-choice:nth-child(6607n){-webkit-animation-delay:661.3s;animation-delay:661.3s}.poke-block-choice .option-choice:nth-child(6608n){-webkit-animation-delay:661.4s;animation-delay:661.4s}.poke-block-choice .option-choice:nth-child(6609n){-webkit-animation-delay:661.5s;animation-delay:661.5s}.poke-block-choice .option-choice:nth-child(6610n){-webkit-animation-delay:661.6s;animation-delay:661.6s}.poke-block-choice .option-choice:nth-child(6611n){-webkit-animation-delay:661.7s;animation-delay:661.7s}.poke-block-choice .option-choice:nth-child(6612n){-webkit-animation-delay:661.8s;animation-delay:661.8s}.poke-block-choice .option-choice:nth-child(6613n){-webkit-animation-delay:661.9s;animation-delay:661.9s}.poke-block-choice .option-choice:nth-child(6614n){-webkit-animation-delay:662s;animation-delay:662s}.poke-block-choice .option-choice:nth-child(6615n){-webkit-animation-delay:662.1s;animation-delay:662.1s}.poke-block-choice .option-choice:nth-child(6616n){-webkit-animation-delay:662.2s;animation-delay:662.2s}.poke-block-choice .option-choice:nth-child(6617n){-webkit-animation-delay:662.3s;animation-delay:662.3s}.poke-block-choice .option-choice:nth-child(6618n){-webkit-animation-delay:662.4s;animation-delay:662.4s}.poke-block-choice .option-choice:nth-child(6619n){-webkit-animation-delay:662.5s;animation-delay:662.5s}.poke-block-choice .option-choice:nth-child(6620n){-webkit-animation-delay:662.6s;animation-delay:662.6s}.poke-block-choice .option-choice:nth-child(6621n){-webkit-animation-delay:662.7s;animation-delay:662.7s}.poke-block-choice .option-choice:nth-child(6622n){-webkit-animation-delay:662.8s;animation-delay:662.8s}.poke-block-choice .option-choice:nth-child(6623n){-webkit-animation-delay:662.9s;animation-delay:662.9s}.poke-block-choice .option-choice:nth-child(6624n){-webkit-animation-delay:663s;animation-delay:663s}.poke-block-choice .option-choice:nth-child(6625n){-webkit-animation-delay:663.1s;animation-delay:663.1s}.poke-block-choice .option-choice:nth-child(6626n){-webkit-animation-delay:663.2s;animation-delay:663.2s}.poke-block-choice .option-choice:nth-child(6627n){-webkit-animation-delay:663.3s;animation-delay:663.3s}.poke-block-choice .option-choice:nth-child(6628n){-webkit-animation-delay:663.4s;animation-delay:663.4s}.poke-block-choice .option-choice:nth-child(6629n){-webkit-animation-delay:663.5s;animation-delay:663.5s}.poke-block-choice .option-choice:nth-child(6630n){-webkit-animation-delay:663.6s;animation-delay:663.6s}.poke-block-choice .option-choice:nth-child(6631n){-webkit-animation-delay:663.7s;animation-delay:663.7s}.poke-block-choice .option-choice:nth-child(6632n){-webkit-animation-delay:663.8s;animation-delay:663.8s}.poke-block-choice .option-choice:nth-child(6633n){-webkit-animation-delay:663.9s;animation-delay:663.9s}.poke-block-choice .option-choice:nth-child(6634n){-webkit-animation-delay:664s;animation-delay:664s}.poke-block-choice .option-choice:nth-child(6635n){-webkit-animation-delay:664.1s;animation-delay:664.1s}.poke-block-choice .option-choice:nth-child(6636n){-webkit-animation-delay:664.2s;animation-delay:664.2s}.poke-block-choice .option-choice:nth-child(6637n){-webkit-animation-delay:664.3s;animation-delay:664.3s}.poke-block-choice .option-choice:nth-child(6638n){-webkit-animation-delay:664.4s;animation-delay:664.4s}.poke-block-choice .option-choice:nth-child(6639n){-webkit-animation-delay:664.5s;animation-delay:664.5s}.poke-block-choice .option-choice:nth-child(6640n){-webkit-animation-delay:664.6s;animation-delay:664.6s}.poke-block-choice .option-choice:nth-child(6641n){-webkit-animation-delay:664.7s;animation-delay:664.7s}.poke-block-choice .option-choice:nth-child(6642n){-webkit-animation-delay:664.8s;animation-delay:664.8s}.poke-block-choice .option-choice:nth-child(6643n){-webkit-animation-delay:664.9s;animation-delay:664.9s}.poke-block-choice .option-choice:nth-child(6644n){-webkit-animation-delay:665s;animation-delay:665s}.poke-block-choice .option-choice:nth-child(6645n){-webkit-animation-delay:665.1s;animation-delay:665.1s}.poke-block-choice .option-choice:nth-child(6646n){-webkit-animation-delay:665.2s;animation-delay:665.2s}.poke-block-choice .option-choice:nth-child(6647n){-webkit-animation-delay:665.3s;animation-delay:665.3s}.poke-block-choice .option-choice:nth-child(6648n){-webkit-animation-delay:665.4s;animation-delay:665.4s}.poke-block-choice .option-choice:nth-child(6649n){-webkit-animation-delay:665.5s;animation-delay:665.5s}.poke-block-choice .option-choice:nth-child(6650n){-webkit-animation-delay:665.6s;animation-delay:665.6s}.poke-block-choice .option-choice:nth-child(6651n){-webkit-animation-delay:665.7s;animation-delay:665.7s}.poke-block-choice .option-choice:nth-child(6652n){-webkit-animation-delay:665.8s;animation-delay:665.8s}.poke-block-choice .option-choice:nth-child(6653n){-webkit-animation-delay:665.9s;animation-delay:665.9s}.poke-block-choice .option-choice:nth-child(6654n){-webkit-animation-delay:666s;animation-delay:666s}.poke-block-choice .option-choice:nth-child(6655n){-webkit-animation-delay:666.1s;animation-delay:666.1s}.poke-block-choice .option-choice:nth-child(6656n){-webkit-animation-delay:666.2s;animation-delay:666.2s}.poke-block-choice .option-choice:nth-child(6657n){-webkit-animation-delay:666.3s;animation-delay:666.3s}.poke-block-choice .option-choice:nth-child(6658n){-webkit-animation-delay:666.4s;animation-delay:666.4s}.poke-block-choice .option-choice:nth-child(6659n){-webkit-animation-delay:666.5s;animation-delay:666.5s}.poke-block-choice .option-choice:nth-child(6660n){-webkit-animation-delay:666.6s;animation-delay:666.6s}.poke-block-choice .option-choice:nth-child(6661n){-webkit-animation-delay:666.7s;animation-delay:666.7s}.poke-block-choice .option-choice:nth-child(6662n){-webkit-animation-delay:666.8s;animation-delay:666.8s}.poke-block-choice .option-choice:nth-child(6663n){-webkit-animation-delay:666.9s;animation-delay:666.9s}.poke-block-choice .option-choice:nth-child(6664n){-webkit-animation-delay:667s;animation-delay:667s}.poke-block-choice .option-choice:nth-child(6665n){-webkit-animation-delay:667.1s;animation-delay:667.1s}.poke-block-choice .option-choice:nth-child(6666n){-webkit-animation-delay:667.2s;animation-delay:667.2s}.poke-block-choice .option-choice:nth-child(6667n){-webkit-animation-delay:667.3s;animation-delay:667.3s}.poke-block-choice .option-choice:nth-child(6668n){-webkit-animation-delay:667.4s;animation-delay:667.4s}.poke-block-choice .option-choice:nth-child(6669n){-webkit-animation-delay:667.5s;animation-delay:667.5s}.poke-block-choice .option-choice:nth-child(6670n){-webkit-animation-delay:667.6s;animation-delay:667.6s}.poke-block-choice .option-choice:nth-child(6671n){-webkit-animation-delay:667.7s;animation-delay:667.7s}.poke-block-choice .option-choice:nth-child(6672n){-webkit-animation-delay:667.8s;animation-delay:667.8s}.poke-block-choice .option-choice:nth-child(6673n){-webkit-animation-delay:667.9s;animation-delay:667.9s}.poke-block-choice .option-choice:nth-child(6674n){-webkit-animation-delay:668s;animation-delay:668s}.poke-block-choice .option-choice:nth-child(6675n){-webkit-animation-delay:668.1s;animation-delay:668.1s}.poke-block-choice .option-choice:nth-child(6676n){-webkit-animation-delay:668.2s;animation-delay:668.2s}.poke-block-choice .option-choice:nth-child(6677n){-webkit-animation-delay:668.3s;animation-delay:668.3s}.poke-block-choice .option-choice:nth-child(6678n){-webkit-animation-delay:668.4s;animation-delay:668.4s}.poke-block-choice .option-choice:nth-child(6679n){-webkit-animation-delay:668.5s;animation-delay:668.5s}.poke-block-choice .option-choice:nth-child(6680n){-webkit-animation-delay:668.6s;animation-delay:668.6s}.poke-block-choice .option-choice:nth-child(6681n){-webkit-animation-delay:668.7s;animation-delay:668.7s}.poke-block-choice .option-choice:nth-child(6682n){-webkit-animation-delay:668.8s;animation-delay:668.8s}.poke-block-choice .option-choice:nth-child(6683n){-webkit-animation-delay:668.9s;animation-delay:668.9s}.poke-block-choice .option-choice:nth-child(6684n){-webkit-animation-delay:669s;animation-delay:669s}.poke-block-choice .option-choice:nth-child(6685n){-webkit-animation-delay:669.1s;animation-delay:669.1s}.poke-block-choice .option-choice:nth-child(6686n){-webkit-animation-delay:669.2s;animation-delay:669.2s}.poke-block-choice .option-choice:nth-child(6687n){-webkit-animation-delay:669.3s;animation-delay:669.3s}.poke-block-choice .option-choice:nth-child(6688n){-webkit-animation-delay:669.4s;animation-delay:669.4s}.poke-block-choice .option-choice:nth-child(6689n){-webkit-animation-delay:669.5s;animation-delay:669.5s}.poke-block-choice .option-choice:nth-child(6690n){-webkit-animation-delay:669.6s;animation-delay:669.6s}.poke-block-choice .option-choice:nth-child(6691n){-webkit-animation-delay:669.7s;animation-delay:669.7s}.poke-block-choice .option-choice:nth-child(6692n){-webkit-animation-delay:669.8s;animation-delay:669.8s}.poke-block-choice .option-choice:nth-child(6693n){-webkit-animation-delay:669.9s;animation-delay:669.9s}.poke-block-choice .option-choice:nth-child(6694n){-webkit-animation-delay:670s;animation-delay:670s}.poke-block-choice .option-choice:nth-child(6695n){-webkit-animation-delay:670.1s;animation-delay:670.1s}.poke-block-choice .option-choice:nth-child(6696n){-webkit-animation-delay:670.2s;animation-delay:670.2s}.poke-block-choice .option-choice:nth-child(6697n){-webkit-animation-delay:670.3s;animation-delay:670.3s}.poke-block-choice .option-choice:nth-child(6698n){-webkit-animation-delay:670.4s;animation-delay:670.4s}.poke-block-choice .option-choice:nth-child(6699n){-webkit-animation-delay:670.5s;animation-delay:670.5s}.poke-block-choice .option-choice:nth-child(6700n){-webkit-animation-delay:670.6s;animation-delay:670.6s}.poke-block-choice .option-choice:nth-child(6701n){-webkit-animation-delay:670.7s;animation-delay:670.7s}.poke-block-choice .option-choice:nth-child(6702n){-webkit-animation-delay:670.8s;animation-delay:670.8s}.poke-block-choice .option-choice:nth-child(6703n){-webkit-animation-delay:670.9s;animation-delay:670.9s}.poke-block-choice .option-choice:nth-child(6704n){-webkit-animation-delay:671s;animation-delay:671s}.poke-block-choice .option-choice:nth-child(6705n){-webkit-animation-delay:671.1s;animation-delay:671.1s}.poke-block-choice .option-choice:nth-child(6706n){-webkit-animation-delay:671.2s;animation-delay:671.2s}.poke-block-choice .option-choice:nth-child(6707n){-webkit-animation-delay:671.3s;animation-delay:671.3s}.poke-block-choice .option-choice:nth-child(6708n){-webkit-animation-delay:671.4s;animation-delay:671.4s}.poke-block-choice .option-choice:nth-child(6709n){-webkit-animation-delay:671.5s;animation-delay:671.5s}.poke-block-choice .option-choice:nth-child(6710n){-webkit-animation-delay:671.6s;animation-delay:671.6s}.poke-block-choice .option-choice:nth-child(6711n){-webkit-animation-delay:671.7s;animation-delay:671.7s}.poke-block-choice .option-choice:nth-child(6712n){-webkit-animation-delay:671.8s;animation-delay:671.8s}.poke-block-choice .option-choice:nth-child(6713n){-webkit-animation-delay:671.9s;animation-delay:671.9s}.poke-block-choice .option-choice:nth-child(6714n){-webkit-animation-delay:672s;animation-delay:672s}.poke-block-choice .option-choice:nth-child(6715n){-webkit-animation-delay:672.1s;animation-delay:672.1s}.poke-block-choice .option-choice:nth-child(6716n){-webkit-animation-delay:672.2s;animation-delay:672.2s}.poke-block-choice .option-choice:nth-child(6717n){-webkit-animation-delay:672.3s;animation-delay:672.3s}.poke-block-choice .option-choice:nth-child(6718n){-webkit-animation-delay:672.4s;animation-delay:672.4s}.poke-block-choice .option-choice:nth-child(6719n){-webkit-animation-delay:672.5s;animation-delay:672.5s}.poke-block-choice .option-choice:nth-child(6720n){-webkit-animation-delay:672.6s;animation-delay:672.6s}.poke-block-choice .option-choice:nth-child(6721n){-webkit-animation-delay:672.7s;animation-delay:672.7s}.poke-block-choice .option-choice:nth-child(6722n){-webkit-animation-delay:672.8s;animation-delay:672.8s}.poke-block-choice .option-choice:nth-child(6723n){-webkit-animation-delay:672.9s;animation-delay:672.9s}.poke-block-choice .option-choice:nth-child(6724n){-webkit-animation-delay:673s;animation-delay:673s}.poke-block-choice .option-choice:nth-child(6725n){-webkit-animation-delay:673.1s;animation-delay:673.1s}.poke-block-choice .option-choice:nth-child(6726n){-webkit-animation-delay:673.2s;animation-delay:673.2s}.poke-block-choice .option-choice:nth-child(6727n){-webkit-animation-delay:673.3s;animation-delay:673.3s}.poke-block-choice .option-choice:nth-child(6728n){-webkit-animation-delay:673.4s;animation-delay:673.4s}.poke-block-choice .option-choice:nth-child(6729n){-webkit-animation-delay:673.5s;animation-delay:673.5s}.poke-block-choice .option-choice:nth-child(6730n){-webkit-animation-delay:673.6s;animation-delay:673.6s}.poke-block-choice .option-choice:nth-child(6731n){-webkit-animation-delay:673.7s;animation-delay:673.7s}.poke-block-choice .option-choice:nth-child(6732n){-webkit-animation-delay:673.8s;animation-delay:673.8s}.poke-block-choice .option-choice:nth-child(6733n){-webkit-animation-delay:673.9s;animation-delay:673.9s}.poke-block-choice .option-choice:nth-child(6734n){-webkit-animation-delay:674s;animation-delay:674s}.poke-block-choice .option-choice:nth-child(6735n){-webkit-animation-delay:674.1s;animation-delay:674.1s}.poke-block-choice .option-choice:nth-child(6736n){-webkit-animation-delay:674.2s;animation-delay:674.2s}.poke-block-choice .option-choice:nth-child(6737n){-webkit-animation-delay:674.3s;animation-delay:674.3s}.poke-block-choice .option-choice:nth-child(6738n){-webkit-animation-delay:674.4s;animation-delay:674.4s}.poke-block-choice .option-choice:nth-child(6739n){-webkit-animation-delay:674.5s;animation-delay:674.5s}.poke-block-choice .option-choice:nth-child(6740n){-webkit-animation-delay:674.6s;animation-delay:674.6s}.poke-block-choice .option-choice:nth-child(6741n){-webkit-animation-delay:674.7s;animation-delay:674.7s}.poke-block-choice .option-choice:nth-child(6742n){-webkit-animation-delay:674.8s;animation-delay:674.8s}.poke-block-choice .option-choice:nth-child(6743n){-webkit-animation-delay:674.9s;animation-delay:674.9s}.poke-block-choice .option-choice:nth-child(6744n){-webkit-animation-delay:675s;animation-delay:675s}.poke-block-choice .option-choice:nth-child(6745n){-webkit-animation-delay:675.1s;animation-delay:675.1s}.poke-block-choice .option-choice:nth-child(6746n){-webkit-animation-delay:675.2s;animation-delay:675.2s}.poke-block-choice .option-choice:nth-child(6747n){-webkit-animation-delay:675.3s;animation-delay:675.3s}.poke-block-choice .option-choice:nth-child(6748n){-webkit-animation-delay:675.4s;animation-delay:675.4s}.poke-block-choice .option-choice:nth-child(6749n){-webkit-animation-delay:675.5s;animation-delay:675.5s}.poke-block-choice .option-choice:nth-child(6750n){-webkit-animation-delay:675.6s;animation-delay:675.6s}.poke-block-choice .option-choice:nth-child(6751n){-webkit-animation-delay:675.7s;animation-delay:675.7s}.poke-block-choice .option-choice:nth-child(6752n){-webkit-animation-delay:675.8s;animation-delay:675.8s}.poke-block-choice .option-choice:nth-child(6753n){-webkit-animation-delay:675.9s;animation-delay:675.9s}.poke-block-choice .option-choice:nth-child(6754n){-webkit-animation-delay:676s;animation-delay:676s}.poke-block-choice .option-choice:nth-child(6755n){-webkit-animation-delay:676.1s;animation-delay:676.1s}.poke-block-choice .option-choice:nth-child(6756n){-webkit-animation-delay:676.2s;animation-delay:676.2s}.poke-block-choice .option-choice:nth-child(6757n){-webkit-animation-delay:676.3s;animation-delay:676.3s}.poke-block-choice .option-choice:nth-child(6758n){-webkit-animation-delay:676.4s;animation-delay:676.4s}.poke-block-choice .option-choice:nth-child(6759n){-webkit-animation-delay:676.5s;animation-delay:676.5s}.poke-block-choice .option-choice:nth-child(6760n){-webkit-animation-delay:676.6s;animation-delay:676.6s}.poke-block-choice .option-choice:nth-child(6761n){-webkit-animation-delay:676.7s;animation-delay:676.7s}.poke-block-choice .option-choice:nth-child(6762n){-webkit-animation-delay:676.8s;animation-delay:676.8s}.poke-block-choice .option-choice:nth-child(6763n){-webkit-animation-delay:676.9s;animation-delay:676.9s}.poke-block-choice .option-choice:nth-child(6764n){-webkit-animation-delay:677s;animation-delay:677s}.poke-block-choice .option-choice:nth-child(6765n){-webkit-animation-delay:677.1s;animation-delay:677.1s}.poke-block-choice .option-choice:nth-child(6766n){-webkit-animation-delay:677.2s;animation-delay:677.2s}.poke-block-choice .option-choice:nth-child(6767n){-webkit-animation-delay:677.3s;animation-delay:677.3s}.poke-block-choice .option-choice:nth-child(6768n){-webkit-animation-delay:677.4s;animation-delay:677.4s}.poke-block-choice .option-choice:nth-child(6769n){-webkit-animation-delay:677.5s;animation-delay:677.5s}.poke-block-choice .option-choice:nth-child(6770n){-webkit-animation-delay:677.6s;animation-delay:677.6s}.poke-block-choice .option-choice:nth-child(6771n){-webkit-animation-delay:677.7s;animation-delay:677.7s}.poke-block-choice .option-choice:nth-child(6772n){-webkit-animation-delay:677.8s;animation-delay:677.8s}.poke-block-choice .option-choice:nth-child(6773n){-webkit-animation-delay:677.9s;animation-delay:677.9s}.poke-block-choice .option-choice:nth-child(6774n){-webkit-animation-delay:678s;animation-delay:678s}.poke-block-choice .option-choice:nth-child(6775n){-webkit-animation-delay:678.1s;animation-delay:678.1s}.poke-block-choice .option-choice:nth-child(6776n){-webkit-animation-delay:678.2s;animation-delay:678.2s}.poke-block-choice .option-choice:nth-child(6777n){-webkit-animation-delay:678.3s;animation-delay:678.3s}.poke-block-choice .option-choice:nth-child(6778n){-webkit-animation-delay:678.4s;animation-delay:678.4s}.poke-block-choice .option-choice:nth-child(6779n){-webkit-animation-delay:678.5s;animation-delay:678.5s}.poke-block-choice .option-choice:nth-child(6780n){-webkit-animation-delay:678.6s;animation-delay:678.6s}.poke-block-choice .option-choice:nth-child(6781n){-webkit-animation-delay:678.7s;animation-delay:678.7s}.poke-block-choice .option-choice:nth-child(6782n){-webkit-animation-delay:678.8s;animation-delay:678.8s}.poke-block-choice .option-choice:nth-child(6783n){-webkit-animation-delay:678.9s;animation-delay:678.9s}.poke-block-choice .option-choice:nth-child(6784n){-webkit-animation-delay:679s;animation-delay:679s}.poke-block-choice .option-choice:nth-child(6785n){-webkit-animation-delay:679.1s;animation-delay:679.1s}.poke-block-choice .option-choice:nth-child(6786n){-webkit-animation-delay:679.2s;animation-delay:679.2s}.poke-block-choice .option-choice:nth-child(6787n){-webkit-animation-delay:679.3s;animation-delay:679.3s}.poke-block-choice .option-choice:nth-child(6788n){-webkit-animation-delay:679.4s;animation-delay:679.4s}.poke-block-choice .option-choice:nth-child(6789n){-webkit-animation-delay:679.5s;animation-delay:679.5s}.poke-block-choice .option-choice:nth-child(6790n){-webkit-animation-delay:679.6s;animation-delay:679.6s}.poke-block-choice .option-choice:nth-child(6791n){-webkit-animation-delay:679.7s;animation-delay:679.7s}.poke-block-choice .option-choice:nth-child(6792n){-webkit-animation-delay:679.8s;animation-delay:679.8s}.poke-block-choice .option-choice:nth-child(6793n){-webkit-animation-delay:679.9s;animation-delay:679.9s}.poke-block-choice .option-choice:nth-child(6794n){-webkit-animation-delay:680s;animation-delay:680s}.poke-block-choice .option-choice:nth-child(6795n){-webkit-animation-delay:680.1s;animation-delay:680.1s}.poke-block-choice .option-choice:nth-child(6796n){-webkit-animation-delay:680.2s;animation-delay:680.2s}.poke-block-choice .option-choice:nth-child(6797n){-webkit-animation-delay:680.3s;animation-delay:680.3s}.poke-block-choice .option-choice:nth-child(6798n){-webkit-animation-delay:680.4s;animation-delay:680.4s}.poke-block-choice .option-choice:nth-child(6799n){-webkit-animation-delay:680.5s;animation-delay:680.5s}.poke-block-choice .option-choice:nth-child(6800n){-webkit-animation-delay:680.6s;animation-delay:680.6s}.poke-block-choice .option-choice:nth-child(6801n){-webkit-animation-delay:680.7s;animation-delay:680.7s}.poke-block-choice .option-choice:nth-child(6802n){-webkit-animation-delay:680.8s;animation-delay:680.8s}.poke-block-choice .option-choice:nth-child(6803n){-webkit-animation-delay:680.9s;animation-delay:680.9s}.poke-block-choice .option-choice:nth-child(6804n){-webkit-animation-delay:681s;animation-delay:681s}.poke-block-choice .option-choice:nth-child(6805n){-webkit-animation-delay:681.1s;animation-delay:681.1s}.poke-block-choice .option-choice:nth-child(6806n){-webkit-animation-delay:681.2s;animation-delay:681.2s}.poke-block-choice .option-choice:nth-child(6807n){-webkit-animation-delay:681.3s;animation-delay:681.3s}.poke-block-choice .option-choice:nth-child(6808n){-webkit-animation-delay:681.4s;animation-delay:681.4s}.poke-block-choice .option-choice:nth-child(6809n){-webkit-animation-delay:681.5s;animation-delay:681.5s}.poke-block-choice .option-choice:nth-child(6810n){-webkit-animation-delay:681.6s;animation-delay:681.6s}.poke-block-choice .option-choice:nth-child(6811n){-webkit-animation-delay:681.7s;animation-delay:681.7s}.poke-block-choice .option-choice:nth-child(6812n){-webkit-animation-delay:681.8s;animation-delay:681.8s}.poke-block-choice .option-choice:nth-child(6813n){-webkit-animation-delay:681.9s;animation-delay:681.9s}.poke-block-choice .option-choice:nth-child(6814n){-webkit-animation-delay:682s;animation-delay:682s}.poke-block-choice .option-choice:nth-child(6815n){-webkit-animation-delay:682.1s;animation-delay:682.1s}.poke-block-choice .option-choice:nth-child(6816n){-webkit-animation-delay:682.2s;animation-delay:682.2s}.poke-block-choice .option-choice:nth-child(6817n){-webkit-animation-delay:682.3s;animation-delay:682.3s}.poke-block-choice .option-choice:nth-child(6818n){-webkit-animation-delay:682.4s;animation-delay:682.4s}.poke-block-choice .option-choice:nth-child(6819n){-webkit-animation-delay:682.5s;animation-delay:682.5s}.poke-block-choice .option-choice:nth-child(6820n){-webkit-animation-delay:682.6s;animation-delay:682.6s}.poke-block-choice .option-choice:nth-child(6821n){-webkit-animation-delay:682.7s;animation-delay:682.7s}.poke-block-choice .option-choice:nth-child(6822n){-webkit-animation-delay:682.8s;animation-delay:682.8s}.poke-block-choice .option-choice:nth-child(6823n){-webkit-animation-delay:682.9s;animation-delay:682.9s}.poke-block-choice .option-choice:nth-child(6824n){-webkit-animation-delay:683s;animation-delay:683s}.poke-block-choice .option-choice:nth-child(6825n){-webkit-animation-delay:683.1s;animation-delay:683.1s}.poke-block-choice .option-choice:nth-child(6826n){-webkit-animation-delay:683.2s;animation-delay:683.2s}.poke-block-choice .option-choice:nth-child(6827n){-webkit-animation-delay:683.3s;animation-delay:683.3s}.poke-block-choice .option-choice:nth-child(6828n){-webkit-animation-delay:683.4s;animation-delay:683.4s}.poke-block-choice .option-choice:nth-child(6829n){-webkit-animation-delay:683.5s;animation-delay:683.5s}.poke-block-choice .option-choice:nth-child(6830n){-webkit-animation-delay:683.6s;animation-delay:683.6s}.poke-block-choice .option-choice:nth-child(6831n){-webkit-animation-delay:683.7s;animation-delay:683.7s}.poke-block-choice .option-choice:nth-child(6832n){-webkit-animation-delay:683.8s;animation-delay:683.8s}.poke-block-choice .option-choice:nth-child(6833n){-webkit-animation-delay:683.9s;animation-delay:683.9s}.poke-block-choice .option-choice:nth-child(6834n){-webkit-animation-delay:684s;animation-delay:684s}.poke-block-choice .option-choice:nth-child(6835n){-webkit-animation-delay:684.1s;animation-delay:684.1s}.poke-block-choice .option-choice:nth-child(6836n){-webkit-animation-delay:684.2s;animation-delay:684.2s}.poke-block-choice .option-choice:nth-child(6837n){-webkit-animation-delay:684.3s;animation-delay:684.3s}.poke-block-choice .option-choice:nth-child(6838n){-webkit-animation-delay:684.4s;animation-delay:684.4s}.poke-block-choice .option-choice:nth-child(6839n){-webkit-animation-delay:684.5s;animation-delay:684.5s}.poke-block-choice .option-choice:nth-child(6840n){-webkit-animation-delay:684.6s;animation-delay:684.6s}.poke-block-choice .option-choice:nth-child(6841n){-webkit-animation-delay:684.7s;animation-delay:684.7s}.poke-block-choice .option-choice:nth-child(6842n){-webkit-animation-delay:684.8s;animation-delay:684.8s}.poke-block-choice .option-choice:nth-child(6843n){-webkit-animation-delay:684.9s;animation-delay:684.9s}.poke-block-choice .option-choice:nth-child(6844n){-webkit-animation-delay:685s;animation-delay:685s}.poke-block-choice .option-choice:nth-child(6845n){-webkit-animation-delay:685.1s;animation-delay:685.1s}.poke-block-choice .option-choice:nth-child(6846n){-webkit-animation-delay:685.2s;animation-delay:685.2s}.poke-block-choice .option-choice:nth-child(6847n){-webkit-animation-delay:685.3s;animation-delay:685.3s}.poke-block-choice .option-choice:nth-child(6848n){-webkit-animation-delay:685.4s;animation-delay:685.4s}.poke-block-choice .option-choice:nth-child(6849n){-webkit-animation-delay:685.5s;animation-delay:685.5s}.poke-block-choice .option-choice:nth-child(6850n){-webkit-animation-delay:685.6s;animation-delay:685.6s}.poke-block-choice .option-choice:nth-child(6851n){-webkit-animation-delay:685.7s;animation-delay:685.7s}.poke-block-choice .option-choice:nth-child(6852n){-webkit-animation-delay:685.8s;animation-delay:685.8s}.poke-block-choice .option-choice:nth-child(6853n){-webkit-animation-delay:685.9s;animation-delay:685.9s}.poke-block-choice .option-choice:nth-child(6854n){-webkit-animation-delay:686s;animation-delay:686s}.poke-block-choice .option-choice:nth-child(6855n){-webkit-animation-delay:686.1s;animation-delay:686.1s}.poke-block-choice .option-choice:nth-child(6856n){-webkit-animation-delay:686.2s;animation-delay:686.2s}.poke-block-choice .option-choice:nth-child(6857n){-webkit-animation-delay:686.3s;animation-delay:686.3s}.poke-block-choice .option-choice:nth-child(6858n){-webkit-animation-delay:686.4s;animation-delay:686.4s}.poke-block-choice .option-choice:nth-child(6859n){-webkit-animation-delay:686.5s;animation-delay:686.5s}.poke-block-choice .option-choice:nth-child(6860n){-webkit-animation-delay:686.6s;animation-delay:686.6s}.poke-block-choice .option-choice:nth-child(6861n){-webkit-animation-delay:686.7s;animation-delay:686.7s}.poke-block-choice .option-choice:nth-child(6862n){-webkit-animation-delay:686.8s;animation-delay:686.8s}.poke-block-choice .option-choice:nth-child(6863n){-webkit-animation-delay:686.9s;animation-delay:686.9s}.poke-block-choice .option-choice:nth-child(6864n){-webkit-animation-delay:687s;animation-delay:687s}.poke-block-choice .option-choice:nth-child(6865n){-webkit-animation-delay:687.1s;animation-delay:687.1s}.poke-block-choice .option-choice:nth-child(6866n){-webkit-animation-delay:687.2s;animation-delay:687.2s}.poke-block-choice .option-choice:nth-child(6867n){-webkit-animation-delay:687.3s;animation-delay:687.3s}.poke-block-choice .option-choice:nth-child(6868n){-webkit-animation-delay:687.4s;animation-delay:687.4s}.poke-block-choice .option-choice:nth-child(6869n){-webkit-animation-delay:687.5s;animation-delay:687.5s}.poke-block-choice .option-choice:nth-child(6870n){-webkit-animation-delay:687.6s;animation-delay:687.6s}.poke-block-choice .option-choice:nth-child(6871n){-webkit-animation-delay:687.7s;animation-delay:687.7s}.poke-block-choice .option-choice:nth-child(6872n){-webkit-animation-delay:687.8s;animation-delay:687.8s}.poke-block-choice .option-choice:nth-child(6873n){-webkit-animation-delay:687.9s;animation-delay:687.9s}.poke-block-choice .option-choice:nth-child(6874n){-webkit-animation-delay:688s;animation-delay:688s}.poke-block-choice .option-choice:nth-child(6875n){-webkit-animation-delay:688.1s;animation-delay:688.1s}.poke-block-choice .option-choice:nth-child(6876n){-webkit-animation-delay:688.2s;animation-delay:688.2s}.poke-block-choice .option-choice:nth-child(6877n){-webkit-animation-delay:688.3s;animation-delay:688.3s}.poke-block-choice .option-choice:nth-child(6878n){-webkit-animation-delay:688.4s;animation-delay:688.4s}.poke-block-choice .option-choice:nth-child(6879n){-webkit-animation-delay:688.5s;animation-delay:688.5s}.poke-block-choice .option-choice:nth-child(6880n){-webkit-animation-delay:688.6s;animation-delay:688.6s}.poke-block-choice .option-choice:nth-child(6881n){-webkit-animation-delay:688.7s;animation-delay:688.7s}.poke-block-choice .option-choice:nth-child(6882n){-webkit-animation-delay:688.8s;animation-delay:688.8s}.poke-block-choice .option-choice:nth-child(6883n){-webkit-animation-delay:688.9s;animation-delay:688.9s}.poke-block-choice .option-choice:nth-child(6884n){-webkit-animation-delay:689s;animation-delay:689s}.poke-block-choice .option-choice:nth-child(6885n){-webkit-animation-delay:689.1s;animation-delay:689.1s}.poke-block-choice .option-choice:nth-child(6886n){-webkit-animation-delay:689.2s;animation-delay:689.2s}.poke-block-choice .option-choice:nth-child(6887n){-webkit-animation-delay:689.3s;animation-delay:689.3s}.poke-block-choice .option-choice:nth-child(6888n){-webkit-animation-delay:689.4s;animation-delay:689.4s}.poke-block-choice .option-choice:nth-child(6889n){-webkit-animation-delay:689.5s;animation-delay:689.5s}.poke-block-choice .option-choice:nth-child(6890n){-webkit-animation-delay:689.6s;animation-delay:689.6s}.poke-block-choice .option-choice:nth-child(6891n){-webkit-animation-delay:689.7s;animation-delay:689.7s}.poke-block-choice .option-choice:nth-child(6892n){-webkit-animation-delay:689.8s;animation-delay:689.8s}.poke-block-choice .option-choice:nth-child(6893n){-webkit-animation-delay:689.9s;animation-delay:689.9s}.poke-block-choice .option-choice:nth-child(6894n){-webkit-animation-delay:690s;animation-delay:690s}.poke-block-choice .option-choice:nth-child(6895n){-webkit-animation-delay:690.1s;animation-delay:690.1s}.poke-block-choice .option-choice:nth-child(6896n){-webkit-animation-delay:690.2s;animation-delay:690.2s}.poke-block-choice .option-choice:nth-child(6897n){-webkit-animation-delay:690.3s;animation-delay:690.3s}.poke-block-choice .option-choice:nth-child(6898n){-webkit-animation-delay:690.4s;animation-delay:690.4s}.poke-block-choice .option-choice:nth-child(6899n){-webkit-animation-delay:690.5s;animation-delay:690.5s}.poke-block-choice .option-choice:nth-child(6900n){-webkit-animation-delay:690.6s;animation-delay:690.6s}.poke-block-choice .option-choice:nth-child(6901n){-webkit-animation-delay:690.7s;animation-delay:690.7s}.poke-block-choice .option-choice:nth-child(6902n){-webkit-animation-delay:690.8s;animation-delay:690.8s}.poke-block-choice .option-choice:nth-child(6903n){-webkit-animation-delay:690.9s;animation-delay:690.9s}.poke-block-choice .option-choice:nth-child(6904n){-webkit-animation-delay:691s;animation-delay:691s}.poke-block-choice .option-choice:nth-child(6905n){-webkit-animation-delay:691.1s;animation-delay:691.1s}.poke-block-choice .option-choice:nth-child(6906n){-webkit-animation-delay:691.2s;animation-delay:691.2s}.poke-block-choice .option-choice:nth-child(6907n){-webkit-animation-delay:691.3s;animation-delay:691.3s}.poke-block-choice .option-choice:nth-child(6908n){-webkit-animation-delay:691.4s;animation-delay:691.4s}.poke-block-choice .option-choice:nth-child(6909n){-webkit-animation-delay:691.5s;animation-delay:691.5s}.poke-block-choice .option-choice:nth-child(6910n){-webkit-animation-delay:691.6s;animation-delay:691.6s}.poke-block-choice .option-choice:nth-child(6911n){-webkit-animation-delay:691.7s;animation-delay:691.7s}.poke-block-choice .option-choice:nth-child(6912n){-webkit-animation-delay:691.8s;animation-delay:691.8s}.poke-block-choice .option-choice:nth-child(6913n){-webkit-animation-delay:691.9s;animation-delay:691.9s}.poke-block-choice .option-choice:nth-child(6914n){-webkit-animation-delay:692s;animation-delay:692s}.poke-block-choice .option-choice:nth-child(6915n){-webkit-animation-delay:692.1s;animation-delay:692.1s}.poke-block-choice .option-choice:nth-child(6916n){-webkit-animation-delay:692.2s;animation-delay:692.2s}.poke-block-choice .option-choice:nth-child(6917n){-webkit-animation-delay:692.3s;animation-delay:692.3s}.poke-block-choice .option-choice:nth-child(6918n){-webkit-animation-delay:692.4s;animation-delay:692.4s}.poke-block-choice .option-choice:nth-child(6919n){-webkit-animation-delay:692.5s;animation-delay:692.5s}.poke-block-choice .option-choice:nth-child(6920n){-webkit-animation-delay:692.6s;animation-delay:692.6s}.poke-block-choice .option-choice:nth-child(6921n){-webkit-animation-delay:692.7s;animation-delay:692.7s}.poke-block-choice .option-choice:nth-child(6922n){-webkit-animation-delay:692.8s;animation-delay:692.8s}.poke-block-choice .option-choice:nth-child(6923n){-webkit-animation-delay:692.9s;animation-delay:692.9s}.poke-block-choice .option-choice:nth-child(6924n){-webkit-animation-delay:693s;animation-delay:693s}.poke-block-choice .option-choice:nth-child(6925n){-webkit-animation-delay:693.1s;animation-delay:693.1s}.poke-block-choice .option-choice:nth-child(6926n){-webkit-animation-delay:693.2s;animation-delay:693.2s}.poke-block-choice .option-choice:nth-child(6927n){-webkit-animation-delay:693.3s;animation-delay:693.3s}.poke-block-choice .option-choice:nth-child(6928n){-webkit-animation-delay:693.4s;animation-delay:693.4s}.poke-block-choice .option-choice:nth-child(6929n){-webkit-animation-delay:693.5s;animation-delay:693.5s}.poke-block-choice .option-choice:nth-child(6930n){-webkit-animation-delay:693.6s;animation-delay:693.6s}.poke-block-choice .option-choice:nth-child(6931n){-webkit-animation-delay:693.7s;animation-delay:693.7s}.poke-block-choice .option-choice:nth-child(6932n){-webkit-animation-delay:693.8s;animation-delay:693.8s}.poke-block-choice .option-choice:nth-child(6933n){-webkit-animation-delay:693.9s;animation-delay:693.9s}.poke-block-choice .option-choice:nth-child(6934n){-webkit-animation-delay:694s;animation-delay:694s}.poke-block-choice .option-choice:nth-child(6935n){-webkit-animation-delay:694.1s;animation-delay:694.1s}.poke-block-choice .option-choice:nth-child(6936n){-webkit-animation-delay:694.2s;animation-delay:694.2s}.poke-block-choice .option-choice:nth-child(6937n){-webkit-animation-delay:694.3s;animation-delay:694.3s}.poke-block-choice .option-choice:nth-child(6938n){-webkit-animation-delay:694.4s;animation-delay:694.4s}.poke-block-choice .option-choice:nth-child(6939n){-webkit-animation-delay:694.5s;animation-delay:694.5s}.poke-block-choice .option-choice:nth-child(6940n){-webkit-animation-delay:694.6s;animation-delay:694.6s}.poke-block-choice .option-choice:nth-child(6941n){-webkit-animation-delay:694.7s;animation-delay:694.7s}.poke-block-choice .option-choice:nth-child(6942n){-webkit-animation-delay:694.8s;animation-delay:694.8s}.poke-block-choice .option-choice:nth-child(6943n){-webkit-animation-delay:694.9s;animation-delay:694.9s}.poke-block-choice .option-choice:nth-child(6944n){-webkit-animation-delay:695s;animation-delay:695s}.poke-block-choice .option-choice:nth-child(6945n){-webkit-animation-delay:695.1s;animation-delay:695.1s}.poke-block-choice .option-choice:nth-child(6946n){-webkit-animation-delay:695.2s;animation-delay:695.2s}.poke-block-choice .option-choice:nth-child(6947n){-webkit-animation-delay:695.3s;animation-delay:695.3s}.poke-block-choice .option-choice:nth-child(6948n){-webkit-animation-delay:695.4s;animation-delay:695.4s}.poke-block-choice .option-choice:nth-child(6949n){-webkit-animation-delay:695.5s;animation-delay:695.5s}.poke-block-choice .option-choice:nth-child(6950n){-webkit-animation-delay:695.6s;animation-delay:695.6s}.poke-block-choice .option-choice:nth-child(6951n){-webkit-animation-delay:695.7s;animation-delay:695.7s}.poke-block-choice .option-choice:nth-child(6952n){-webkit-animation-delay:695.8s;animation-delay:695.8s}.poke-block-choice .option-choice:nth-child(6953n){-webkit-animation-delay:695.9s;animation-delay:695.9s}.poke-block-choice .option-choice:nth-child(6954n){-webkit-animation-delay:696s;animation-delay:696s}.poke-block-choice .option-choice:nth-child(6955n){-webkit-animation-delay:696.1s;animation-delay:696.1s}.poke-block-choice .option-choice:nth-child(6956n){-webkit-animation-delay:696.2s;animation-delay:696.2s}.poke-block-choice .option-choice:nth-child(6957n){-webkit-animation-delay:696.3s;animation-delay:696.3s}.poke-block-choice .option-choice:nth-child(6958n){-webkit-animation-delay:696.4s;animation-delay:696.4s}.poke-block-choice .option-choice:nth-child(6959n){-webkit-animation-delay:696.5s;animation-delay:696.5s}.poke-block-choice .option-choice:nth-child(6960n){-webkit-animation-delay:696.6s;animation-delay:696.6s}.poke-block-choice .option-choice:nth-child(6961n){-webkit-animation-delay:696.7s;animation-delay:696.7s}.poke-block-choice .option-choice:nth-child(6962n){-webkit-animation-delay:696.8s;animation-delay:696.8s}.poke-block-choice .option-choice:nth-child(6963n){-webkit-animation-delay:696.9s;animation-delay:696.9s}.poke-block-choice .option-choice:nth-child(6964n){-webkit-animation-delay:697s;animation-delay:697s}.poke-block-choice .option-choice:nth-child(6965n){-webkit-animation-delay:697.1s;animation-delay:697.1s}.poke-block-choice .option-choice:nth-child(6966n){-webkit-animation-delay:697.2s;animation-delay:697.2s}.poke-block-choice .option-choice:nth-child(6967n){-webkit-animation-delay:697.3s;animation-delay:697.3s}.poke-block-choice .option-choice:nth-child(6968n){-webkit-animation-delay:697.4s;animation-delay:697.4s}.poke-block-choice .option-choice:nth-child(6969n){-webkit-animation-delay:697.5s;animation-delay:697.5s}.poke-block-choice .option-choice:nth-child(6970n){-webkit-animation-delay:697.6s;animation-delay:697.6s}.poke-block-choice .option-choice:nth-child(6971n){-webkit-animation-delay:697.7s;animation-delay:697.7s}.poke-block-choice .option-choice:nth-child(6972n){-webkit-animation-delay:697.8s;animation-delay:697.8s}.poke-block-choice .option-choice:nth-child(6973n){-webkit-animation-delay:697.9s;animation-delay:697.9s}.poke-block-choice .option-choice:nth-child(6974n){-webkit-animation-delay:698s;animation-delay:698s}.poke-block-choice .option-choice:nth-child(6975n){-webkit-animation-delay:698.1s;animation-delay:698.1s}.poke-block-choice .option-choice:nth-child(6976n){-webkit-animation-delay:698.2s;animation-delay:698.2s}.poke-block-choice .option-choice:nth-child(6977n){-webkit-animation-delay:698.3s;animation-delay:698.3s}.poke-block-choice .option-choice:nth-child(6978n){-webkit-animation-delay:698.4s;animation-delay:698.4s}.poke-block-choice .option-choice:nth-child(6979n){-webkit-animation-delay:698.5s;animation-delay:698.5s}.poke-block-choice .option-choice:nth-child(6980n){-webkit-animation-delay:698.6s;animation-delay:698.6s}.poke-block-choice .option-choice:nth-child(6981n){-webkit-animation-delay:698.7s;animation-delay:698.7s}.poke-block-choice .option-choice:nth-child(6982n){-webkit-animation-delay:698.8s;animation-delay:698.8s}.poke-block-choice .option-choice:nth-child(6983n){-webkit-animation-delay:698.9s;animation-delay:698.9s}.poke-block-choice .option-choice:nth-child(6984n){-webkit-animation-delay:699s;animation-delay:699s}.poke-block-choice .option-choice:nth-child(6985n){-webkit-animation-delay:699.1s;animation-delay:699.1s}.poke-block-choice .option-choice:nth-child(6986n){-webkit-animation-delay:699.2s;animation-delay:699.2s}.poke-block-choice .option-choice:nth-child(6987n){-webkit-animation-delay:699.3s;animation-delay:699.3s}.poke-block-choice .option-choice:nth-child(6988n){-webkit-animation-delay:699.4s;animation-delay:699.4s}.poke-block-choice .option-choice:nth-child(6989n){-webkit-animation-delay:699.5s;animation-delay:699.5s}.poke-block-choice .option-choice:nth-child(6990n){-webkit-animation-delay:699.6s;animation-delay:699.6s}.poke-block-choice .option-choice:nth-child(6991n){-webkit-animation-delay:699.7s;animation-delay:699.7s}.poke-block-choice .option-choice:nth-child(6992n){-webkit-animation-delay:699.8s;animation-delay:699.8s}.poke-block-choice .option-choice:nth-child(6993n){-webkit-animation-delay:699.9s;animation-delay:699.9s}.poke-block-choice .option-choice:nth-child(6994n){-webkit-animation-delay:700s;animation-delay:700s}.poke-block-choice .option-choice:nth-child(6995n){-webkit-animation-delay:700.1s;animation-delay:700.1s}.poke-block-choice .option-choice:nth-child(6996n){-webkit-animation-delay:700.2s;animation-delay:700.2s}.poke-block-choice .option-choice:nth-child(6997n){-webkit-animation-delay:700.3s;animation-delay:700.3s}.poke-block-choice .option-choice:nth-child(6998n){-webkit-animation-delay:700.4s;animation-delay:700.4s}.poke-block-choice .option-choice:nth-child(6999n){-webkit-animation-delay:700.5s;animation-delay:700.5s}.poke-block-choice .option-choice:nth-child(7000n){-webkit-animation-delay:700.6s;animation-delay:700.6s}.poke-block-choice .option-choice:nth-child(7001n){-webkit-animation-delay:700.7s;animation-delay:700.7s}.poke-block-choice .option-choice:nth-child(7002n){-webkit-animation-delay:700.8s;animation-delay:700.8s}.poke-block-choice .option-choice:nth-child(7003n){-webkit-animation-delay:700.9s;animation-delay:700.9s}.poke-block-choice .option-choice:nth-child(7004n){-webkit-animation-delay:701s;animation-delay:701s}.poke-block-choice .option-choice:nth-child(7005n){-webkit-animation-delay:701.1s;animation-delay:701.1s}.poke-block-choice .option-choice:nth-child(7006n){-webkit-animation-delay:701.2s;animation-delay:701.2s}.poke-block-choice .option-choice:nth-child(7007n){-webkit-animation-delay:701.3s;animation-delay:701.3s}.poke-block-choice .option-choice:nth-child(7008n){-webkit-animation-delay:701.4s;animation-delay:701.4s}.poke-block-choice .option-choice:nth-child(7009n){-webkit-animation-delay:701.5s;animation-delay:701.5s}.poke-block-choice .option-choice:nth-child(7010n){-webkit-animation-delay:701.6s;animation-delay:701.6s}.poke-block-choice .option-choice:nth-child(7011n){-webkit-animation-delay:701.7s;animation-delay:701.7s}.poke-block-choice .option-choice:nth-child(7012n){-webkit-animation-delay:701.8s;animation-delay:701.8s}.poke-block-choice .option-choice:nth-child(7013n){-webkit-animation-delay:701.9s;animation-delay:701.9s}.poke-block-choice .option-choice:nth-child(7014n){-webkit-animation-delay:702s;animation-delay:702s}.poke-block-choice .option-choice:nth-child(7015n){-webkit-animation-delay:702.1s;animation-delay:702.1s}.poke-block-choice .option-choice:nth-child(7016n){-webkit-animation-delay:702.2s;animation-delay:702.2s}.poke-block-choice .option-choice:nth-child(7017n){-webkit-animation-delay:702.3s;animation-delay:702.3s}.poke-block-choice .option-choice:nth-child(7018n){-webkit-animation-delay:702.4s;animation-delay:702.4s}.poke-block-choice .option-choice:nth-child(7019n){-webkit-animation-delay:702.5s;animation-delay:702.5s}.poke-block-choice .option-choice:nth-child(7020n){-webkit-animation-delay:702.6s;animation-delay:702.6s}.poke-block-choice .option-choice:nth-child(7021n){-webkit-animation-delay:702.7s;animation-delay:702.7s}.poke-block-choice .option-choice:nth-child(7022n){-webkit-animation-delay:702.8s;animation-delay:702.8s}.poke-block-choice .option-choice:nth-child(7023n){-webkit-animation-delay:702.9s;animation-delay:702.9s}.poke-block-choice .option-choice:nth-child(7024n){-webkit-animation-delay:703s;animation-delay:703s}.poke-block-choice .option-choice:nth-child(7025n){-webkit-animation-delay:703.1s;animation-delay:703.1s}.poke-block-choice .option-choice:nth-child(7026n){-webkit-animation-delay:703.2s;animation-delay:703.2s}.poke-block-choice .option-choice:nth-child(7027n){-webkit-animation-delay:703.3s;animation-delay:703.3s}.poke-block-choice .option-choice:nth-child(7028n){-webkit-animation-delay:703.4s;animation-delay:703.4s}.poke-block-choice .option-choice:nth-child(7029n){-webkit-animation-delay:703.5s;animation-delay:703.5s}.poke-block-choice .option-choice:nth-child(7030n){-webkit-animation-delay:703.6s;animation-delay:703.6s}.poke-block-choice .option-choice:nth-child(7031n){-webkit-animation-delay:703.7s;animation-delay:703.7s}.poke-block-choice .option-choice:nth-child(7032n){-webkit-animation-delay:703.8s;animation-delay:703.8s}.poke-block-choice .option-choice:nth-child(7033n){-webkit-animation-delay:703.9s;animation-delay:703.9s}.poke-block-choice .option-choice:nth-child(7034n){-webkit-animation-delay:704s;animation-delay:704s}.poke-block-choice .option-choice:nth-child(7035n){-webkit-animation-delay:704.1s;animation-delay:704.1s}.poke-block-choice .option-choice:nth-child(7036n){-webkit-animation-delay:704.2s;animation-delay:704.2s}.poke-block-choice .option-choice:nth-child(7037n){-webkit-animation-delay:704.3s;animation-delay:704.3s}.poke-block-choice .option-choice:nth-child(7038n){-webkit-animation-delay:704.4s;animation-delay:704.4s}.poke-block-choice .option-choice:nth-child(7039n){-webkit-animation-delay:704.5s;animation-delay:704.5s}.poke-block-choice .option-choice:nth-child(7040n){-webkit-animation-delay:704.6s;animation-delay:704.6s}.poke-block-choice .option-choice:nth-child(7041n){-webkit-animation-delay:704.7s;animation-delay:704.7s}.poke-block-choice .option-choice:nth-child(7042n){-webkit-animation-delay:704.8s;animation-delay:704.8s}.poke-block-choice .option-choice:nth-child(7043n){-webkit-animation-delay:704.9s;animation-delay:704.9s}.poke-block-choice .option-choice:nth-child(7044n){-webkit-animation-delay:705s;animation-delay:705s}.poke-block-choice .option-choice:nth-child(7045n){-webkit-animation-delay:705.1s;animation-delay:705.1s}.poke-block-choice .option-choice:nth-child(7046n){-webkit-animation-delay:705.2s;animation-delay:705.2s}.poke-block-choice .option-choice:nth-child(7047n){-webkit-animation-delay:705.3s;animation-delay:705.3s}.poke-block-choice .option-choice:nth-child(7048n){-webkit-animation-delay:705.4s;animation-delay:705.4s}.poke-block-choice .option-choice:nth-child(7049n){-webkit-animation-delay:705.5s;animation-delay:705.5s}.poke-block-choice .option-choice:nth-child(7050n){-webkit-animation-delay:705.6s;animation-delay:705.6s}.poke-block-choice .option-choice:nth-child(7051n){-webkit-animation-delay:705.7s;animation-delay:705.7s}.poke-block-choice .option-choice:nth-child(7052n){-webkit-animation-delay:705.8s;animation-delay:705.8s}.poke-block-choice .option-choice:nth-child(7053n){-webkit-animation-delay:705.9s;animation-delay:705.9s}.poke-block-choice .option-choice:nth-child(7054n){-webkit-animation-delay:706s;animation-delay:706s}.poke-block-choice .option-choice:nth-child(7055n){-webkit-animation-delay:706.1s;animation-delay:706.1s}.poke-block-choice .option-choice:nth-child(7056n){-webkit-animation-delay:706.2s;animation-delay:706.2s}.poke-block-choice .option-choice:nth-child(7057n){-webkit-animation-delay:706.3s;animation-delay:706.3s}.poke-block-choice .option-choice:nth-child(7058n){-webkit-animation-delay:706.4s;animation-delay:706.4s}.poke-block-choice .option-choice:nth-child(7059n){-webkit-animation-delay:706.5s;animation-delay:706.5s}.poke-block-choice .option-choice:nth-child(7060n){-webkit-animation-delay:706.6s;animation-delay:706.6s}.poke-block-choice .option-choice:nth-child(7061n){-webkit-animation-delay:706.7s;animation-delay:706.7s}.poke-block-choice .option-choice:nth-child(7062n){-webkit-animation-delay:706.8s;animation-delay:706.8s}.poke-block-choice .option-choice:nth-child(7063n){-webkit-animation-delay:706.9s;animation-delay:706.9s}.poke-block-choice .option-choice:nth-child(7064n){-webkit-animation-delay:707s;animation-delay:707s}.poke-block-choice .option-choice:nth-child(7065n){-webkit-animation-delay:707.1s;animation-delay:707.1s}.poke-block-choice .option-choice:nth-child(7066n){-webkit-animation-delay:707.2s;animation-delay:707.2s}.poke-block-choice .option-choice:nth-child(7067n){-webkit-animation-delay:707.3s;animation-delay:707.3s}.poke-block-choice .option-choice:nth-child(7068n){-webkit-animation-delay:707.4s;animation-delay:707.4s}.poke-block-choice .option-choice:nth-child(7069n){-webkit-animation-delay:707.5s;animation-delay:707.5s}.poke-block-choice .option-choice:nth-child(7070n){-webkit-animation-delay:707.6s;animation-delay:707.6s}.poke-block-choice .option-choice:nth-child(7071n){-webkit-animation-delay:707.7s;animation-delay:707.7s}.poke-block-choice .option-choice:nth-child(7072n){-webkit-animation-delay:707.8s;animation-delay:707.8s}.poke-block-choice .option-choice:nth-child(7073n){-webkit-animation-delay:707.9s;animation-delay:707.9s}.poke-block-choice .option-choice:nth-child(7074n){-webkit-animation-delay:708s;animation-delay:708s}.poke-block-choice .option-choice:nth-child(7075n){-webkit-animation-delay:708.1s;animation-delay:708.1s}.poke-block-choice .option-choice:nth-child(7076n){-webkit-animation-delay:708.2s;animation-delay:708.2s}.poke-block-choice .option-choice:nth-child(7077n){-webkit-animation-delay:708.3s;animation-delay:708.3s}.poke-block-choice .option-choice:nth-child(7078n){-webkit-animation-delay:708.4s;animation-delay:708.4s}.poke-block-choice .option-choice:nth-child(7079n){-webkit-animation-delay:708.5s;animation-delay:708.5s}.poke-block-choice .option-choice:nth-child(7080n){-webkit-animation-delay:708.6s;animation-delay:708.6s}.poke-block-choice .option-choice:nth-child(7081n){-webkit-animation-delay:708.7s;animation-delay:708.7s}.poke-block-choice .option-choice:nth-child(7082n){-webkit-animation-delay:708.8s;animation-delay:708.8s}.poke-block-choice .option-choice:nth-child(7083n){-webkit-animation-delay:708.9s;animation-delay:708.9s}.poke-block-choice .option-choice:nth-child(7084n){-webkit-animation-delay:709s;animation-delay:709s}.poke-block-choice .option-choice:nth-child(7085n){-webkit-animation-delay:709.1s;animation-delay:709.1s}.poke-block-choice .option-choice:nth-child(7086n){-webkit-animation-delay:709.2s;animation-delay:709.2s}.poke-block-choice .option-choice:nth-child(7087n){-webkit-animation-delay:709.3s;animation-delay:709.3s}.poke-block-choice .option-choice:nth-child(7088n){-webkit-animation-delay:709.4s;animation-delay:709.4s}.poke-block-choice .option-choice:nth-child(7089n){-webkit-animation-delay:709.5s;animation-delay:709.5s}.poke-block-choice .option-choice:nth-child(7090n){-webkit-animation-delay:709.6s;animation-delay:709.6s}.poke-block-choice .option-choice:nth-child(7091n){-webkit-animation-delay:709.7s;animation-delay:709.7s}.poke-block-choice .option-choice:nth-child(7092n){-webkit-animation-delay:709.8s;animation-delay:709.8s}.poke-block-choice .option-choice:nth-child(7093n){-webkit-animation-delay:709.9s;animation-delay:709.9s}.poke-block-choice .option-choice:nth-child(7094n){-webkit-animation-delay:710s;animation-delay:710s}.poke-block-choice .option-choice:nth-child(7095n){-webkit-animation-delay:710.1s;animation-delay:710.1s}.poke-block-choice .option-choice:nth-child(7096n){-webkit-animation-delay:710.2s;animation-delay:710.2s}.poke-block-choice .option-choice:nth-child(7097n){-webkit-animation-delay:710.3s;animation-delay:710.3s}.poke-block-choice .option-choice:nth-child(7098n){-webkit-animation-delay:710.4s;animation-delay:710.4s}.poke-block-choice .option-choice:nth-child(7099n){-webkit-animation-delay:710.5s;animation-delay:710.5s}.poke-block-choice .option-choice:nth-child(7100n){-webkit-animation-delay:710.6s;animation-delay:710.6s}.poke-block-choice .option-choice:nth-child(7101n){-webkit-animation-delay:710.7s;animation-delay:710.7s}.poke-block-choice .option-choice:nth-child(7102n){-webkit-animation-delay:710.8s;animation-delay:710.8s}.poke-block-choice .option-choice:nth-child(7103n){-webkit-animation-delay:710.9s;animation-delay:710.9s}.poke-block-choice .option-choice:nth-child(7104n){-webkit-animation-delay:711s;animation-delay:711s}.poke-block-choice .option-choice:nth-child(7105n){-webkit-animation-delay:711.1s;animation-delay:711.1s}.poke-block-choice .option-choice:nth-child(7106n){-webkit-animation-delay:711.2s;animation-delay:711.2s}.poke-block-choice .option-choice:nth-child(7107n){-webkit-animation-delay:711.3s;animation-delay:711.3s}.poke-block-choice .option-choice:nth-child(7108n){-webkit-animation-delay:711.4s;animation-delay:711.4s}.poke-block-choice .option-choice:nth-child(7109n){-webkit-animation-delay:711.5s;animation-delay:711.5s}.poke-block-choice .option-choice:nth-child(7110n){-webkit-animation-delay:711.6s;animation-delay:711.6s}.poke-block-choice .option-choice:nth-child(7111n){-webkit-animation-delay:711.7s;animation-delay:711.7s}.poke-block-choice .option-choice:nth-child(7112n){-webkit-animation-delay:711.8s;animation-delay:711.8s}.poke-block-choice .option-choice:nth-child(7113n){-webkit-animation-delay:711.9s;animation-delay:711.9s}.poke-block-choice .option-choice:nth-child(7114n){-webkit-animation-delay:712s;animation-delay:712s}.poke-block-choice .option-choice:nth-child(7115n){-webkit-animation-delay:712.1s;animation-delay:712.1s}.poke-block-choice .option-choice:nth-child(7116n){-webkit-animation-delay:712.2s;animation-delay:712.2s}.poke-block-choice .option-choice:nth-child(7117n){-webkit-animation-delay:712.3s;animation-delay:712.3s}.poke-block-choice .option-choice:nth-child(7118n){-webkit-animation-delay:712.4s;animation-delay:712.4s}.poke-block-choice .option-choice:nth-child(7119n){-webkit-animation-delay:712.5s;animation-delay:712.5s}.poke-block-choice .option-choice:nth-child(7120n){-webkit-animation-delay:712.6s;animation-delay:712.6s}.poke-block-choice .option-choice:nth-child(7121n){-webkit-animation-delay:712.7s;animation-delay:712.7s}.poke-block-choice .option-choice:nth-child(7122n){-webkit-animation-delay:712.8s;animation-delay:712.8s}.poke-block-choice .option-choice:nth-child(7123n){-webkit-animation-delay:712.9s;animation-delay:712.9s}.poke-block-choice .option-choice:nth-child(7124n){-webkit-animation-delay:713s;animation-delay:713s}.poke-block-choice .option-choice:nth-child(7125n){-webkit-animation-delay:713.1s;animation-delay:713.1s}.poke-block-choice .option-choice:nth-child(7126n){-webkit-animation-delay:713.2s;animation-delay:713.2s}.poke-block-choice .option-choice:nth-child(7127n){-webkit-animation-delay:713.3s;animation-delay:713.3s}.poke-block-choice .option-choice:nth-child(7128n){-webkit-animation-delay:713.4s;animation-delay:713.4s}.poke-block-choice .option-choice:nth-child(7129n){-webkit-animation-delay:713.5s;animation-delay:713.5s}.poke-block-choice .option-choice:nth-child(7130n){-webkit-animation-delay:713.6s;animation-delay:713.6s}.poke-block-choice .option-choice:nth-child(7131n){-webkit-animation-delay:713.7s;animation-delay:713.7s}.poke-block-choice .option-choice:nth-child(7132n){-webkit-animation-delay:713.8s;animation-delay:713.8s}.poke-block-choice .option-choice:nth-child(7133n){-webkit-animation-delay:713.9s;animation-delay:713.9s}.poke-block-choice .option-choice:nth-child(7134n){-webkit-animation-delay:714s;animation-delay:714s}.poke-block-choice .option-choice:nth-child(7135n){-webkit-animation-delay:714.1s;animation-delay:714.1s}.poke-block-choice .option-choice:nth-child(7136n){-webkit-animation-delay:714.2s;animation-delay:714.2s}.poke-block-choice .option-choice:nth-child(7137n){-webkit-animation-delay:714.3s;animation-delay:714.3s}.poke-block-choice .option-choice:nth-child(7138n){-webkit-animation-delay:714.4s;animation-delay:714.4s}.poke-block-choice .option-choice:nth-child(7139n){-webkit-animation-delay:714.5s;animation-delay:714.5s}.poke-block-choice .option-choice:nth-child(7140n){-webkit-animation-delay:714.6s;animation-delay:714.6s}.poke-block-choice .option-choice:nth-child(7141n){-webkit-animation-delay:714.7s;animation-delay:714.7s}.poke-block-choice .option-choice:nth-child(7142n){-webkit-animation-delay:714.8s;animation-delay:714.8s}.poke-block-choice .option-choice:nth-child(7143n){-webkit-animation-delay:714.9s;animation-delay:714.9s}.poke-block-choice .option-choice:nth-child(7144n){-webkit-animation-delay:715s;animation-delay:715s}.poke-block-choice .option-choice:nth-child(7145n){-webkit-animation-delay:715.1s;animation-delay:715.1s}.poke-block-choice .option-choice:nth-child(7146n){-webkit-animation-delay:715.2s;animation-delay:715.2s}.poke-block-choice .option-choice:nth-child(7147n){-webkit-animation-delay:715.3s;animation-delay:715.3s}.poke-block-choice .option-choice:nth-child(7148n){-webkit-animation-delay:715.4s;animation-delay:715.4s}.poke-block-choice .option-choice:nth-child(7149n){-webkit-animation-delay:715.5s;animation-delay:715.5s}.poke-block-choice .option-choice:nth-child(7150n){-webkit-animation-delay:715.6s;animation-delay:715.6s}.poke-block-choice .option-choice:nth-child(7151n){-webkit-animation-delay:715.7s;animation-delay:715.7s}.poke-block-choice .option-choice:nth-child(7152n){-webkit-animation-delay:715.8s;animation-delay:715.8s}.poke-block-choice .option-choice:nth-child(7153n){-webkit-animation-delay:715.9s;animation-delay:715.9s}.poke-block-choice .option-choice:nth-child(7154n){-webkit-animation-delay:716s;animation-delay:716s}.poke-block-choice .option-choice:nth-child(7155n){-webkit-animation-delay:716.1s;animation-delay:716.1s}.poke-block-choice .option-choice:nth-child(7156n){-webkit-animation-delay:716.2s;animation-delay:716.2s}.poke-block-choice .option-choice:nth-child(7157n){-webkit-animation-delay:716.3s;animation-delay:716.3s}.poke-block-choice .option-choice:nth-child(7158n){-webkit-animation-delay:716.4s;animation-delay:716.4s}.poke-block-choice .option-choice:nth-child(7159n){-webkit-animation-delay:716.5s;animation-delay:716.5s}.poke-block-choice .option-choice:nth-child(7160n){-webkit-animation-delay:716.6s;animation-delay:716.6s}.poke-block-choice .option-choice:nth-child(7161n){-webkit-animation-delay:716.7s;animation-delay:716.7s}.poke-block-choice .option-choice:nth-child(7162n){-webkit-animation-delay:716.8s;animation-delay:716.8s}.poke-block-choice .option-choice:nth-child(7163n){-webkit-animation-delay:716.9s;animation-delay:716.9s}.poke-block-choice .option-choice:nth-child(7164n){-webkit-animation-delay:717s;animation-delay:717s}.poke-block-choice .option-choice:nth-child(7165n){-webkit-animation-delay:717.1s;animation-delay:717.1s}.poke-block-choice .option-choice:nth-child(7166n){-webkit-animation-delay:717.2s;animation-delay:717.2s}.poke-block-choice .option-choice:nth-child(7167n){-webkit-animation-delay:717.3s;animation-delay:717.3s}.poke-block-choice .option-choice:nth-child(7168n){-webkit-animation-delay:717.4s;animation-delay:717.4s}.poke-block-choice .option-choice:nth-child(7169n){-webkit-animation-delay:717.5s;animation-delay:717.5s}.poke-block-choice .option-choice:nth-child(7170n){-webkit-animation-delay:717.6s;animation-delay:717.6s}.poke-block-choice .option-choice:nth-child(7171n){-webkit-animation-delay:717.7s;animation-delay:717.7s}.poke-block-choice .option-choice:nth-child(7172n){-webkit-animation-delay:717.8s;animation-delay:717.8s}.poke-block-choice .option-choice:nth-child(7173n){-webkit-animation-delay:717.9s;animation-delay:717.9s}.poke-block-choice .option-choice:nth-child(7174n){-webkit-animation-delay:718s;animation-delay:718s}.poke-block-choice .option-choice:nth-child(7175n){-webkit-animation-delay:718.1s;animation-delay:718.1s}.poke-block-choice .option-choice:nth-child(7176n){-webkit-animation-delay:718.2s;animation-delay:718.2s}.poke-block-choice .option-choice:nth-child(7177n){-webkit-animation-delay:718.3s;animation-delay:718.3s}.poke-block-choice .option-choice:nth-child(7178n){-webkit-animation-delay:718.4s;animation-delay:718.4s}.poke-block-choice .option-choice:nth-child(7179n){-webkit-animation-delay:718.5s;animation-delay:718.5s}.poke-block-choice .option-choice:nth-child(7180n){-webkit-animation-delay:718.6s;animation-delay:718.6s}.poke-block-choice .option-choice:nth-child(7181n){-webkit-animation-delay:718.7s;animation-delay:718.7s}.poke-block-choice .option-choice:nth-child(7182n){-webkit-animation-delay:718.8s;animation-delay:718.8s}.poke-block-choice .option-choice:nth-child(7183n){-webkit-animation-delay:718.9s;animation-delay:718.9s}.poke-block-choice .option-choice:nth-child(7184n){-webkit-animation-delay:719s;animation-delay:719s}.poke-block-choice .option-choice:nth-child(7185n){-webkit-animation-delay:719.1s;animation-delay:719.1s}.poke-block-choice .option-choice:nth-child(7186n){-webkit-animation-delay:719.2s;animation-delay:719.2s}.poke-block-choice .option-choice:nth-child(7187n){-webkit-animation-delay:719.3s;animation-delay:719.3s}.poke-block-choice .option-choice:nth-child(7188n){-webkit-animation-delay:719.4s;animation-delay:719.4s}.poke-block-choice .option-choice:nth-child(7189n){-webkit-animation-delay:719.5s;animation-delay:719.5s}.poke-block-choice .option-choice:nth-child(7190n){-webkit-animation-delay:719.6s;animation-delay:719.6s}.poke-block-choice .option-choice:nth-child(7191n){-webkit-animation-delay:719.7s;animation-delay:719.7s}.poke-block-choice .option-choice:nth-child(7192n){-webkit-animation-delay:719.8s;animation-delay:719.8s}.poke-block-choice .option-choice:nth-child(7193n){-webkit-animation-delay:719.9s;animation-delay:719.9s}.poke-block-choice .option-choice:nth-child(7194n){-webkit-animation-delay:720s;animation-delay:720s}.poke-block-choice .option-choice:nth-child(7195n){-webkit-animation-delay:720.1s;animation-delay:720.1s}.poke-block-choice .option-choice:nth-child(7196n){-webkit-animation-delay:720.2s;animation-delay:720.2s}.poke-block-choice .option-choice:nth-child(7197n){-webkit-animation-delay:720.3s;animation-delay:720.3s}.poke-block-choice .option-choice:nth-child(7198n){-webkit-animation-delay:720.4s;animation-delay:720.4s}.poke-block-choice .option-choice:nth-child(7199n){-webkit-animation-delay:720.5s;animation-delay:720.5s}.poke-block-choice .option-choice:nth-child(7200n){-webkit-animation-delay:720.6s;animation-delay:720.6s}.poke-block-choice .option-choice:nth-child(7201n){-webkit-animation-delay:720.7s;animation-delay:720.7s}.poke-block-choice .option-choice:nth-child(7202n){-webkit-animation-delay:720.8s;animation-delay:720.8s}.poke-block-choice .option-choice:nth-child(7203n){-webkit-animation-delay:720.9s;animation-delay:720.9s}.poke-block-choice .option-choice:nth-child(7204n){-webkit-animation-delay:721s;animation-delay:721s}.poke-block-choice .option-choice:nth-child(7205n){-webkit-animation-delay:721.1s;animation-delay:721.1s}.poke-block-choice .option-choice:nth-child(7206n){-webkit-animation-delay:721.2s;animation-delay:721.2s}.poke-block-choice .option-choice:nth-child(7207n){-webkit-animation-delay:721.3s;animation-delay:721.3s}.poke-block-choice .option-choice:nth-child(7208n){-webkit-animation-delay:721.4s;animation-delay:721.4s}.poke-block-choice .option-choice:nth-child(7209n){-webkit-animation-delay:721.5s;animation-delay:721.5s}.poke-block-choice .option-choice:nth-child(7210n){-webkit-animation-delay:721.6s;animation-delay:721.6s}.poke-block-choice .option-choice:nth-child(7211n){-webkit-animation-delay:721.7s;animation-delay:721.7s}.poke-block-choice .option-choice:nth-child(7212n){-webkit-animation-delay:721.8s;animation-delay:721.8s}.poke-block-choice .option-choice:nth-child(7213n){-webkit-animation-delay:721.9s;animation-delay:721.9s}.poke-block-choice .option-choice:nth-child(7214n){-webkit-animation-delay:722s;animation-delay:722s}.poke-block-choice .option-choice:nth-child(7215n){-webkit-animation-delay:722.1s;animation-delay:722.1s}.poke-block-choice .option-choice:nth-child(7216n){-webkit-animation-delay:722.2s;animation-delay:722.2s}.poke-block-choice .option-choice:nth-child(7217n){-webkit-animation-delay:722.3s;animation-delay:722.3s}.poke-block-choice .option-choice:nth-child(7218n){-webkit-animation-delay:722.4s;animation-delay:722.4s}.poke-block-choice .option-choice:nth-child(7219n){-webkit-animation-delay:722.5s;animation-delay:722.5s}.poke-block-choice .option-choice:nth-child(7220n){-webkit-animation-delay:722.6s;animation-delay:722.6s}.poke-block-choice .option-choice:nth-child(7221n){-webkit-animation-delay:722.7s;animation-delay:722.7s}.poke-block-choice .option-choice:nth-child(7222n){-webkit-animation-delay:722.8s;animation-delay:722.8s}.poke-block-choice .option-choice:nth-child(7223n){-webkit-animation-delay:722.9s;animation-delay:722.9s}.poke-block-choice .option-choice:nth-child(7224n){-webkit-animation-delay:723s;animation-delay:723s}.poke-block-choice .option-choice:nth-child(7225n){-webkit-animation-delay:723.1s;animation-delay:723.1s}.poke-block-choice .option-choice:nth-child(7226n){-webkit-animation-delay:723.2s;animation-delay:723.2s}.poke-block-choice .option-choice:nth-child(7227n){-webkit-animation-delay:723.3s;animation-delay:723.3s}.poke-block-choice .option-choice:nth-child(7228n){-webkit-animation-delay:723.4s;animation-delay:723.4s}.poke-block-choice .option-choice:nth-child(7229n){-webkit-animation-delay:723.5s;animation-delay:723.5s}.poke-block-choice .option-choice:nth-child(7230n){-webkit-animation-delay:723.6s;animation-delay:723.6s}.poke-block-choice .option-choice:nth-child(7231n){-webkit-animation-delay:723.7s;animation-delay:723.7s}.poke-block-choice .option-choice:nth-child(7232n){-webkit-animation-delay:723.8s;animation-delay:723.8s}.poke-block-choice .option-choice:nth-child(7233n){-webkit-animation-delay:723.9s;animation-delay:723.9s}.poke-block-choice .option-choice:nth-child(7234n){-webkit-animation-delay:724s;animation-delay:724s}.poke-block-choice .option-choice:nth-child(7235n){-webkit-animation-delay:724.1s;animation-delay:724.1s}.poke-block-choice .option-choice:nth-child(7236n){-webkit-animation-delay:724.2s;animation-delay:724.2s}.poke-block-choice .option-choice:nth-child(7237n){-webkit-animation-delay:724.3s;animation-delay:724.3s}.poke-block-choice .option-choice:nth-child(7238n){-webkit-animation-delay:724.4s;animation-delay:724.4s}.poke-block-choice .option-choice:nth-child(7239n){-webkit-animation-delay:724.5s;animation-delay:724.5s}.poke-block-choice .option-choice:nth-child(7240n){-webkit-animation-delay:724.6s;animation-delay:724.6s}.poke-block-choice .option-choice:nth-child(7241n){-webkit-animation-delay:724.7s;animation-delay:724.7s}.poke-block-choice .option-choice:nth-child(7242n){-webkit-animation-delay:724.8s;animation-delay:724.8s}.poke-block-choice .option-choice:nth-child(7243n){-webkit-animation-delay:724.9s;animation-delay:724.9s}.poke-block-choice .option-choice:nth-child(7244n){-webkit-animation-delay:725s;animation-delay:725s}.poke-block-choice .option-choice:nth-child(7245n){-webkit-animation-delay:725.1s;animation-delay:725.1s}.poke-block-choice .option-choice:nth-child(7246n){-webkit-animation-delay:725.2s;animation-delay:725.2s}.poke-block-choice .option-choice:nth-child(7247n){-webkit-animation-delay:725.3s;animation-delay:725.3s}.poke-block-choice .option-choice:nth-child(7248n){-webkit-animation-delay:725.4s;animation-delay:725.4s}.poke-block-choice .option-choice:nth-child(7249n){-webkit-animation-delay:725.5s;animation-delay:725.5s}.poke-block-choice .option-choice:nth-child(7250n){-webkit-animation-delay:725.6s;animation-delay:725.6s}.poke-block-choice .option-choice:nth-child(7251n){-webkit-animation-delay:725.7s;animation-delay:725.7s}.poke-block-choice .option-choice:nth-child(7252n){-webkit-animation-delay:725.8s;animation-delay:725.8s}.poke-block-choice .option-choice:nth-child(7253n){-webkit-animation-delay:725.9s;animation-delay:725.9s}.poke-block-choice .option-choice:nth-child(7254n){-webkit-animation-delay:726s;animation-delay:726s}.poke-block-choice .option-choice:nth-child(7255n){-webkit-animation-delay:726.1s;animation-delay:726.1s}.poke-block-choice .option-choice:nth-child(7256n){-webkit-animation-delay:726.2s;animation-delay:726.2s}.poke-block-choice .option-choice:nth-child(7257n){-webkit-animation-delay:726.3s;animation-delay:726.3s}.poke-block-choice .option-choice:nth-child(7258n){-webkit-animation-delay:726.4s;animation-delay:726.4s}.poke-block-choice .option-choice:nth-child(7259n){-webkit-animation-delay:726.5s;animation-delay:726.5s}.poke-block-choice .option-choice:nth-child(7260n){-webkit-animation-delay:726.6s;animation-delay:726.6s}.poke-block-choice .option-choice:nth-child(7261n){-webkit-animation-delay:726.7s;animation-delay:726.7s}.poke-block-choice .option-choice:nth-child(7262n){-webkit-animation-delay:726.8s;animation-delay:726.8s}.poke-block-choice .option-choice:nth-child(7263n){-webkit-animation-delay:726.9s;animation-delay:726.9s}.poke-block-choice .option-choice:nth-child(7264n){-webkit-animation-delay:727s;animation-delay:727s}.poke-block-choice .option-choice:nth-child(7265n){-webkit-animation-delay:727.1s;animation-delay:727.1s}.poke-block-choice .option-choice:nth-child(7266n){-webkit-animation-delay:727.2s;animation-delay:727.2s}.poke-block-choice .option-choice:nth-child(7267n){-webkit-animation-delay:727.3s;animation-delay:727.3s}.poke-block-choice .option-choice:nth-child(7268n){-webkit-animation-delay:727.4s;animation-delay:727.4s}.poke-block-choice .option-choice:nth-child(7269n){-webkit-animation-delay:727.5s;animation-delay:727.5s}.poke-block-choice .option-choice:nth-child(7270n){-webkit-animation-delay:727.6s;animation-delay:727.6s}.poke-block-choice .option-choice:nth-child(7271n){-webkit-animation-delay:727.7s;animation-delay:727.7s}.poke-block-choice .option-choice:nth-child(7272n){-webkit-animation-delay:727.8s;animation-delay:727.8s}.poke-block-choice .option-choice:nth-child(7273n){-webkit-animation-delay:727.9s;animation-delay:727.9s}.poke-block-choice .option-choice:nth-child(7274n){-webkit-animation-delay:728s;animation-delay:728s}.poke-block-choice .option-choice:nth-child(7275n){-webkit-animation-delay:728.1s;animation-delay:728.1s}.poke-block-choice .option-choice:nth-child(7276n){-webkit-animation-delay:728.2s;animation-delay:728.2s}.poke-block-choice .option-choice:nth-child(7277n){-webkit-animation-delay:728.3s;animation-delay:728.3s}.poke-block-choice .option-choice:nth-child(7278n){-webkit-animation-delay:728.4s;animation-delay:728.4s}.poke-block-choice .option-choice:nth-child(7279n){-webkit-animation-delay:728.5s;animation-delay:728.5s}.poke-block-choice .option-choice:nth-child(7280n){-webkit-animation-delay:728.6s;animation-delay:728.6s}.poke-block-choice .option-choice:nth-child(7281n){-webkit-animation-delay:728.7s;animation-delay:728.7s}.poke-block-choice .option-choice:nth-child(7282n){-webkit-animation-delay:728.8s;animation-delay:728.8s}.poke-block-choice .option-choice:nth-child(7283n){-webkit-animation-delay:728.9s;animation-delay:728.9s}.poke-block-choice .option-choice:nth-child(7284n){-webkit-animation-delay:729s;animation-delay:729s}.poke-block-choice .option-choice:nth-child(7285n){-webkit-animation-delay:729.1s;animation-delay:729.1s}.poke-block-choice .option-choice:nth-child(7286n){-webkit-animation-delay:729.2s;animation-delay:729.2s}.poke-block-choice .option-choice:nth-child(7287n){-webkit-animation-delay:729.3s;animation-delay:729.3s}.poke-block-choice .option-choice:nth-child(7288n){-webkit-animation-delay:729.4s;animation-delay:729.4s}.poke-block-choice .option-choice:nth-child(7289n){-webkit-animation-delay:729.5s;animation-delay:729.5s}.poke-block-choice .option-choice:nth-child(7290n){-webkit-animation-delay:729.6s;animation-delay:729.6s}.poke-block-choice .option-choice:nth-child(7291n){-webkit-animation-delay:729.7s;animation-delay:729.7s}.poke-block-choice .option-choice:nth-child(7292n){-webkit-animation-delay:729.8s;animation-delay:729.8s}.poke-block-choice .option-choice:nth-child(7293n){-webkit-animation-delay:729.9s;animation-delay:729.9s}.poke-block-choice .option-choice:nth-child(7294n){-webkit-animation-delay:730s;animation-delay:730s}.poke-block-choice .option-choice:nth-child(7295n){-webkit-animation-delay:730.1s;animation-delay:730.1s}.poke-block-choice .option-choice:nth-child(7296n){-webkit-animation-delay:730.2s;animation-delay:730.2s}.poke-block-choice .option-choice:nth-child(7297n){-webkit-animation-delay:730.3s;animation-delay:730.3s}.poke-block-choice .option-choice:nth-child(7298n){-webkit-animation-delay:730.4s;animation-delay:730.4s}.poke-block-choice .option-choice:nth-child(7299n){-webkit-animation-delay:730.5s;animation-delay:730.5s}.poke-block-choice .option-choice:nth-child(7300n){-webkit-animation-delay:730.6s;animation-delay:730.6s}.poke-block-choice .option-choice:nth-child(7301n){-webkit-animation-delay:730.7s;animation-delay:730.7s}.poke-block-choice .option-choice:nth-child(7302n){-webkit-animation-delay:730.8s;animation-delay:730.8s}.poke-block-choice .option-choice:nth-child(7303n){-webkit-animation-delay:730.9s;animation-delay:730.9s}.poke-block-choice .option-choice:nth-child(7304n){-webkit-animation-delay:731s;animation-delay:731s}.poke-block-choice .option-choice:nth-child(7305n){-webkit-animation-delay:731.1s;animation-delay:731.1s}.poke-block-choice .option-choice:nth-child(7306n){-webkit-animation-delay:731.2s;animation-delay:731.2s}.poke-block-choice .option-choice:nth-child(7307n){-webkit-animation-delay:731.3s;animation-delay:731.3s}.poke-block-choice .option-choice:nth-child(7308n){-webkit-animation-delay:731.4s;animation-delay:731.4s}.poke-block-choice .option-choice:nth-child(7309n){-webkit-animation-delay:731.5s;animation-delay:731.5s}.poke-block-choice .option-choice:nth-child(7310n){-webkit-animation-delay:731.6s;animation-delay:731.6s}.poke-block-choice .option-choice:nth-child(7311n){-webkit-animation-delay:731.7s;animation-delay:731.7s}.poke-block-choice .option-choice:nth-child(7312n){-webkit-animation-delay:731.8s;animation-delay:731.8s}.poke-block-choice .option-choice:nth-child(7313n){-webkit-animation-delay:731.9s;animation-delay:731.9s}.poke-block-choice .option-choice:nth-child(7314n){-webkit-animation-delay:732s;animation-delay:732s}.poke-block-choice .option-choice:nth-child(7315n){-webkit-animation-delay:732.1s;animation-delay:732.1s}.poke-block-choice .option-choice:nth-child(7316n){-webkit-animation-delay:732.2s;animation-delay:732.2s}.poke-block-choice .option-choice:nth-child(7317n){-webkit-animation-delay:732.3s;animation-delay:732.3s}.poke-block-choice .option-choice:nth-child(7318n){-webkit-animation-delay:732.4s;animation-delay:732.4s}.poke-block-choice .option-choice:nth-child(7319n){-webkit-animation-delay:732.5s;animation-delay:732.5s}.poke-block-choice .option-choice:nth-child(7320n){-webkit-animation-delay:732.6s;animation-delay:732.6s}.poke-block-choice .option-choice:nth-child(7321n){-webkit-animation-delay:732.7s;animation-delay:732.7s}.poke-block-choice .option-choice:nth-child(7322n){-webkit-animation-delay:732.8s;animation-delay:732.8s}.poke-block-choice .option-choice:nth-child(7323n){-webkit-animation-delay:732.9s;animation-delay:732.9s}.poke-block-choice .option-choice:nth-child(7324n){-webkit-animation-delay:733s;animation-delay:733s}.poke-block-choice .option-choice:nth-child(7325n){-webkit-animation-delay:733.1s;animation-delay:733.1s}.poke-block-choice .option-choice:nth-child(7326n){-webkit-animation-delay:733.2s;animation-delay:733.2s}.poke-block-choice .option-choice:nth-child(7327n){-webkit-animation-delay:733.3s;animation-delay:733.3s}.poke-block-choice .option-choice:nth-child(7328n){-webkit-animation-delay:733.4s;animation-delay:733.4s}.poke-block-choice .option-choice:nth-child(7329n){-webkit-animation-delay:733.5s;animation-delay:733.5s}.poke-block-choice .option-choice:nth-child(7330n){-webkit-animation-delay:733.6s;animation-delay:733.6s}.poke-block-choice .option-choice:nth-child(7331n){-webkit-animation-delay:733.7s;animation-delay:733.7s}.poke-block-choice .option-choice:nth-child(7332n){-webkit-animation-delay:733.8s;animation-delay:733.8s}.poke-block-choice .option-choice:nth-child(7333n){-webkit-animation-delay:733.9s;animation-delay:733.9s}.poke-block-choice .option-choice:nth-child(7334n){-webkit-animation-delay:734s;animation-delay:734s}.poke-block-choice .option-choice:nth-child(7335n){-webkit-animation-delay:734.1s;animation-delay:734.1s}.poke-block-choice .option-choice:nth-child(7336n){-webkit-animation-delay:734.2s;animation-delay:734.2s}.poke-block-choice .option-choice:nth-child(7337n){-webkit-animation-delay:734.3s;animation-delay:734.3s}.poke-block-choice .option-choice:nth-child(7338n){-webkit-animation-delay:734.4s;animation-delay:734.4s}.poke-block-choice .option-choice:nth-child(7339n){-webkit-animation-delay:734.5s;animation-delay:734.5s}.poke-block-choice .option-choice:nth-child(7340n){-webkit-animation-delay:734.6s;animation-delay:734.6s}.poke-block-choice .option-choice:nth-child(7341n){-webkit-animation-delay:734.7s;animation-delay:734.7s}.poke-block-choice .option-choice:nth-child(7342n){-webkit-animation-delay:734.8s;animation-delay:734.8s}.poke-block-choice .option-choice:nth-child(7343n){-webkit-animation-delay:734.9s;animation-delay:734.9s}.poke-block-choice .option-choice:nth-child(7344n){-webkit-animation-delay:735s;animation-delay:735s}.poke-block-choice .option-choice:nth-child(7345n){-webkit-animation-delay:735.1s;animation-delay:735.1s}.poke-block-choice .option-choice:nth-child(7346n){-webkit-animation-delay:735.2s;animation-delay:735.2s}.poke-block-choice .option-choice:nth-child(7347n){-webkit-animation-delay:735.3s;animation-delay:735.3s}.poke-block-choice .option-choice:nth-child(7348n){-webkit-animation-delay:735.4s;animation-delay:735.4s}.poke-block-choice .option-choice:nth-child(7349n){-webkit-animation-delay:735.5s;animation-delay:735.5s}.poke-block-choice .option-choice:nth-child(7350n){-webkit-animation-delay:735.6s;animation-delay:735.6s}.poke-block-choice .option-choice:nth-child(7351n){-webkit-animation-delay:735.7s;animation-delay:735.7s}.poke-block-choice .option-choice:nth-child(7352n){-webkit-animation-delay:735.8s;animation-delay:735.8s}.poke-block-choice .option-choice:nth-child(7353n){-webkit-animation-delay:735.9s;animation-delay:735.9s}.poke-block-choice .option-choice:nth-child(7354n){-webkit-animation-delay:736s;animation-delay:736s}.poke-block-choice .option-choice:nth-child(7355n){-webkit-animation-delay:736.1s;animation-delay:736.1s}.poke-block-choice .option-choice:nth-child(7356n){-webkit-animation-delay:736.2s;animation-delay:736.2s}.poke-block-choice .option-choice:nth-child(7357n){-webkit-animation-delay:736.3s;animation-delay:736.3s}.poke-block-choice .option-choice:nth-child(7358n){-webkit-animation-delay:736.4s;animation-delay:736.4s}.poke-block-choice .option-choice:nth-child(7359n){-webkit-animation-delay:736.5s;animation-delay:736.5s}.poke-block-choice .option-choice:nth-child(7360n){-webkit-animation-delay:736.6s;animation-delay:736.6s}.poke-block-choice .option-choice:nth-child(7361n){-webkit-animation-delay:736.7s;animation-delay:736.7s}.poke-block-choice .option-choice:nth-child(7362n){-webkit-animation-delay:736.8s;animation-delay:736.8s}.poke-block-choice .option-choice:nth-child(7363n){-webkit-animation-delay:736.9s;animation-delay:736.9s}.poke-block-choice .option-choice:nth-child(7364n){-webkit-animation-delay:737s;animation-delay:737s}.poke-block-choice .option-choice:nth-child(7365n){-webkit-animation-delay:737.1s;animation-delay:737.1s}.poke-block-choice .option-choice:nth-child(7366n){-webkit-animation-delay:737.2s;animation-delay:737.2s}.poke-block-choice .option-choice:nth-child(7367n){-webkit-animation-delay:737.3s;animation-delay:737.3s}.poke-block-choice .option-choice:nth-child(7368n){-webkit-animation-delay:737.4s;animation-delay:737.4s}.poke-block-choice .option-choice:nth-child(7369n){-webkit-animation-delay:737.5s;animation-delay:737.5s}.poke-block-choice .option-choice:nth-child(7370n){-webkit-animation-delay:737.6s;animation-delay:737.6s}.poke-block-choice .option-choice:nth-child(7371n){-webkit-animation-delay:737.7s;animation-delay:737.7s}.poke-block-choice .option-choice:nth-child(7372n){-webkit-animation-delay:737.8s;animation-delay:737.8s}.poke-block-choice .option-choice:nth-child(7373n){-webkit-animation-delay:737.9s;animation-delay:737.9s}.poke-block-choice .option-choice:nth-child(7374n){-webkit-animation-delay:738s;animation-delay:738s}.poke-block-choice .option-choice:nth-child(7375n){-webkit-animation-delay:738.1s;animation-delay:738.1s}.poke-block-choice .option-choice:nth-child(7376n){-webkit-animation-delay:738.2s;animation-delay:738.2s}.poke-block-choice .option-choice:nth-child(7377n){-webkit-animation-delay:738.3s;animation-delay:738.3s}.poke-block-choice .option-choice:nth-child(7378n){-webkit-animation-delay:738.4s;animation-delay:738.4s}.poke-block-choice .option-choice:nth-child(7379n){-webkit-animation-delay:738.5s;animation-delay:738.5s}.poke-block-choice .option-choice:nth-child(7380n){-webkit-animation-delay:738.6s;animation-delay:738.6s}.poke-block-choice .option-choice:nth-child(7381n){-webkit-animation-delay:738.7s;animation-delay:738.7s}.poke-block-choice .option-choice:nth-child(7382n){-webkit-animation-delay:738.8s;animation-delay:738.8s}.poke-block-choice .option-choice:nth-child(7383n){-webkit-animation-delay:738.9s;animation-delay:738.9s}.poke-block-choice .option-choice:nth-child(7384n){-webkit-animation-delay:739s;animation-delay:739s}.poke-block-choice .option-choice:nth-child(7385n){-webkit-animation-delay:739.1s;animation-delay:739.1s}.poke-block-choice .option-choice:nth-child(7386n){-webkit-animation-delay:739.2s;animation-delay:739.2s}.poke-block-choice .option-choice:nth-child(7387n){-webkit-animation-delay:739.3s;animation-delay:739.3s}.poke-block-choice .option-choice:nth-child(7388n){-webkit-animation-delay:739.4s;animation-delay:739.4s}.poke-block-choice .option-choice:nth-child(7389n){-webkit-animation-delay:739.5s;animation-delay:739.5s}.poke-block-choice .option-choice:nth-child(7390n){-webkit-animation-delay:739.6s;animation-delay:739.6s}.poke-block-choice .option-choice:nth-child(7391n){-webkit-animation-delay:739.7s;animation-delay:739.7s}.poke-block-choice .option-choice:nth-child(7392n){-webkit-animation-delay:739.8s;animation-delay:739.8s}.poke-block-choice .option-choice:nth-child(7393n){-webkit-animation-delay:739.9s;animation-delay:739.9s}.poke-block-choice .option-choice:nth-child(7394n){-webkit-animation-delay:740s;animation-delay:740s}.poke-block-choice .option-choice:nth-child(7395n){-webkit-animation-delay:740.1s;animation-delay:740.1s}.poke-block-choice .option-choice:nth-child(7396n){-webkit-animation-delay:740.2s;animation-delay:740.2s}.poke-block-choice .option-choice:nth-child(7397n){-webkit-animation-delay:740.3s;animation-delay:740.3s}.poke-block-choice .option-choice:nth-child(7398n){-webkit-animation-delay:740.4s;animation-delay:740.4s}.poke-block-choice .option-choice:nth-child(7399n){-webkit-animation-delay:740.5s;animation-delay:740.5s}.poke-block-choice .option-choice:nth-child(7400n){-webkit-animation-delay:740.6s;animation-delay:740.6s}.poke-block-choice .option-choice:nth-child(7401n){-webkit-animation-delay:740.7s;animation-delay:740.7s}.poke-block-choice .option-choice:nth-child(7402n){-webkit-animation-delay:740.8s;animation-delay:740.8s}.poke-block-choice .option-choice:nth-child(7403n){-webkit-animation-delay:740.9s;animation-delay:740.9s}.poke-block-choice .option-choice:nth-child(7404n){-webkit-animation-delay:741s;animation-delay:741s}.poke-block-choice .option-choice:nth-child(7405n){-webkit-animation-delay:741.1s;animation-delay:741.1s}.poke-block-choice .option-choice:nth-child(7406n){-webkit-animation-delay:741.2s;animation-delay:741.2s}.poke-block-choice .option-choice:nth-child(7407n){-webkit-animation-delay:741.3s;animation-delay:741.3s}.poke-block-choice .option-choice:nth-child(7408n){-webkit-animation-delay:741.4s;animation-delay:741.4s}.poke-block-choice .option-choice:nth-child(7409n){-webkit-animation-delay:741.5s;animation-delay:741.5s}.poke-block-choice .option-choice:nth-child(7410n){-webkit-animation-delay:741.6s;animation-delay:741.6s}.poke-block-choice .option-choice:nth-child(7411n){-webkit-animation-delay:741.7s;animation-delay:741.7s}.poke-block-choice .option-choice:nth-child(7412n){-webkit-animation-delay:741.8s;animation-delay:741.8s}.poke-block-choice .option-choice:nth-child(7413n){-webkit-animation-delay:741.9s;animation-delay:741.9s}.poke-block-choice .option-choice:nth-child(7414n){-webkit-animation-delay:742s;animation-delay:742s}.poke-block-choice .option-choice:nth-child(7415n){-webkit-animation-delay:742.1s;animation-delay:742.1s}.poke-block-choice .option-choice:nth-child(7416n){-webkit-animation-delay:742.2s;animation-delay:742.2s}.poke-block-choice .option-choice:nth-child(7417n){-webkit-animation-delay:742.3s;animation-delay:742.3s}.poke-block-choice .option-choice:nth-child(7418n){-webkit-animation-delay:742.4s;animation-delay:742.4s}.poke-block-choice .option-choice:nth-child(7419n){-webkit-animation-delay:742.5s;animation-delay:742.5s}.poke-block-choice .option-choice:nth-child(7420n){-webkit-animation-delay:742.6s;animation-delay:742.6s}.poke-block-choice .option-choice:nth-child(7421n){-webkit-animation-delay:742.7s;animation-delay:742.7s}.poke-block-choice .option-choice:nth-child(7422n){-webkit-animation-delay:742.8s;animation-delay:742.8s}.poke-block-choice .option-choice:nth-child(7423n){-webkit-animation-delay:742.9s;animation-delay:742.9s}.poke-block-choice .option-choice:nth-child(7424n){-webkit-animation-delay:743s;animation-delay:743s}.poke-block-choice .option-choice:nth-child(7425n){-webkit-animation-delay:743.1s;animation-delay:743.1s}.poke-block-choice .option-choice:nth-child(7426n){-webkit-animation-delay:743.2s;animation-delay:743.2s}.poke-block-choice .option-choice:nth-child(7427n){-webkit-animation-delay:743.3s;animation-delay:743.3s}.poke-block-choice .option-choice:nth-child(7428n){-webkit-animation-delay:743.4s;animation-delay:743.4s}.poke-block-choice .option-choice:nth-child(7429n){-webkit-animation-delay:743.5s;animation-delay:743.5s}.poke-block-choice .option-choice:nth-child(7430n){-webkit-animation-delay:743.6s;animation-delay:743.6s}.poke-block-choice .option-choice:nth-child(7431n){-webkit-animation-delay:743.7s;animation-delay:743.7s}.poke-block-choice .option-choice:nth-child(7432n){-webkit-animation-delay:743.8s;animation-delay:743.8s}.poke-block-choice .option-choice:nth-child(7433n){-webkit-animation-delay:743.9s;animation-delay:743.9s}.poke-block-choice .option-choice:nth-child(7434n){-webkit-animation-delay:744s;animation-delay:744s}.poke-block-choice .option-choice:nth-child(7435n){-webkit-animation-delay:744.1s;animation-delay:744.1s}.poke-block-choice .option-choice:nth-child(7436n){-webkit-animation-delay:744.2s;animation-delay:744.2s}.poke-block-choice .option-choice:nth-child(7437n){-webkit-animation-delay:744.3s;animation-delay:744.3s}.poke-block-choice .option-choice:nth-child(7438n){-webkit-animation-delay:744.4s;animation-delay:744.4s}.poke-block-choice .option-choice:nth-child(7439n){-webkit-animation-delay:744.5s;animation-delay:744.5s}.poke-block-choice .option-choice:nth-child(7440n){-webkit-animation-delay:744.6s;animation-delay:744.6s}.poke-block-choice .option-choice:nth-child(7441n){-webkit-animation-delay:744.7s;animation-delay:744.7s}.poke-block-choice .option-choice:nth-child(7442n){-webkit-animation-delay:744.8s;animation-delay:744.8s}.poke-block-choice .option-choice:nth-child(7443n){-webkit-animation-delay:744.9s;animation-delay:744.9s}.poke-block-choice .option-choice:nth-child(7444n){-webkit-animation-delay:745s;animation-delay:745s}.poke-block-choice .option-choice:nth-child(7445n){-webkit-animation-delay:745.1s;animation-delay:745.1s}.poke-block-choice .option-choice:nth-child(7446n){-webkit-animation-delay:745.2s;animation-delay:745.2s}.poke-block-choice .option-choice:nth-child(7447n){-webkit-animation-delay:745.3s;animation-delay:745.3s}.poke-block-choice .option-choice:nth-child(7448n){-webkit-animation-delay:745.4s;animation-delay:745.4s}.poke-block-choice .option-choice:nth-child(7449n){-webkit-animation-delay:745.5s;animation-delay:745.5s}.poke-block-choice .option-choice:nth-child(7450n){-webkit-animation-delay:745.6s;animation-delay:745.6s}.poke-block-choice .option-choice:nth-child(7451n){-webkit-animation-delay:745.7s;animation-delay:745.7s}.poke-block-choice .option-choice:nth-child(7452n){-webkit-animation-delay:745.8s;animation-delay:745.8s}.poke-block-choice .option-choice:nth-child(7453n){-webkit-animation-delay:745.9s;animation-delay:745.9s}.poke-block-choice .option-choice:nth-child(7454n){-webkit-animation-delay:746s;animation-delay:746s}.poke-block-choice .option-choice:nth-child(7455n){-webkit-animation-delay:746.1s;animation-delay:746.1s}.poke-block-choice .option-choice:nth-child(7456n){-webkit-animation-delay:746.2s;animation-delay:746.2s}.poke-block-choice .option-choice:nth-child(7457n){-webkit-animation-delay:746.3s;animation-delay:746.3s}.poke-block-choice .option-choice:nth-child(7458n){-webkit-animation-delay:746.4s;animation-delay:746.4s}.poke-block-choice .option-choice:nth-child(7459n){-webkit-animation-delay:746.5s;animation-delay:746.5s}.poke-block-choice .option-choice:nth-child(7460n){-webkit-animation-delay:746.6s;animation-delay:746.6s}.poke-block-choice .option-choice:nth-child(7461n){-webkit-animation-delay:746.7s;animation-delay:746.7s}.poke-block-choice .option-choice:nth-child(7462n){-webkit-animation-delay:746.8s;animation-delay:746.8s}.poke-block-choice .option-choice:nth-child(7463n){-webkit-animation-delay:746.9s;animation-delay:746.9s}.poke-block-choice .option-choice:nth-child(7464n){-webkit-animation-delay:747s;animation-delay:747s}.poke-block-choice .option-choice:nth-child(7465n){-webkit-animation-delay:747.1s;animation-delay:747.1s}.poke-block-choice .option-choice:nth-child(7466n){-webkit-animation-delay:747.2s;animation-delay:747.2s}.poke-block-choice .option-choice:nth-child(7467n){-webkit-animation-delay:747.3s;animation-delay:747.3s}.poke-block-choice .option-choice:nth-child(7468n){-webkit-animation-delay:747.4s;animation-delay:747.4s}.poke-block-choice .option-choice:nth-child(7469n){-webkit-animation-delay:747.5s;animation-delay:747.5s}.poke-block-choice .option-choice:nth-child(7470n){-webkit-animation-delay:747.6s;animation-delay:747.6s}.poke-block-choice .option-choice:nth-child(7471n){-webkit-animation-delay:747.7s;animation-delay:747.7s}.poke-block-choice .option-choice:nth-child(7472n){-webkit-animation-delay:747.8s;animation-delay:747.8s}.poke-block-choice .option-choice:nth-child(7473n){-webkit-animation-delay:747.9s;animation-delay:747.9s}.poke-block-choice .option-choice:nth-child(7474n){-webkit-animation-delay:748s;animation-delay:748s}.poke-block-choice .option-choice:nth-child(7475n){-webkit-animation-delay:748.1s;animation-delay:748.1s}.poke-block-choice .option-choice:nth-child(7476n){-webkit-animation-delay:748.2s;animation-delay:748.2s}.poke-block-choice .option-choice:nth-child(7477n){-webkit-animation-delay:748.3s;animation-delay:748.3s}.poke-block-choice .option-choice:nth-child(7478n){-webkit-animation-delay:748.4s;animation-delay:748.4s}.poke-block-choice .option-choice:nth-child(7479n){-webkit-animation-delay:748.5s;animation-delay:748.5s}.poke-block-choice .option-choice:nth-child(7480n){-webkit-animation-delay:748.6s;animation-delay:748.6s}.poke-block-choice .option-choice:nth-child(7481n){-webkit-animation-delay:748.7s;animation-delay:748.7s}.poke-block-choice .option-choice:nth-child(7482n){-webkit-animation-delay:748.8s;animation-delay:748.8s}.poke-block-choice .option-choice:nth-child(7483n){-webkit-animation-delay:748.9s;animation-delay:748.9s}.poke-block-choice .option-choice:nth-child(7484n){-webkit-animation-delay:749s;animation-delay:749s}.poke-block-choice .option-choice:nth-child(7485n){-webkit-animation-delay:749.1s;animation-delay:749.1s}.poke-block-choice .option-choice:nth-child(7486n){-webkit-animation-delay:749.2s;animation-delay:749.2s}.poke-block-choice .option-choice:nth-child(7487n){-webkit-animation-delay:749.3s;animation-delay:749.3s}.poke-block-choice .option-choice:nth-child(7488n){-webkit-animation-delay:749.4s;animation-delay:749.4s}.poke-block-choice .option-choice:nth-child(7489n){-webkit-animation-delay:749.5s;animation-delay:749.5s}.poke-block-choice .option-choice:nth-child(7490n){-webkit-animation-delay:749.6s;animation-delay:749.6s}.poke-block-choice .option-choice:nth-child(7491n){-webkit-animation-delay:749.7s;animation-delay:749.7s}.poke-block-choice .option-choice:nth-child(7492n){-webkit-animation-delay:749.8s;animation-delay:749.8s}.poke-block-choice .option-choice:nth-child(7493n){-webkit-animation-delay:749.9s;animation-delay:749.9s}.poke-block-choice .option-choice:nth-child(7494n){-webkit-animation-delay:750s;animation-delay:750s}.poke-block-choice .option-choice:nth-child(7495n){-webkit-animation-delay:750.1s;animation-delay:750.1s}.poke-block-choice .option-choice:nth-child(7496n){-webkit-animation-delay:750.2s;animation-delay:750.2s}.poke-block-choice .option-choice:nth-child(7497n){-webkit-animation-delay:750.3s;animation-delay:750.3s}.poke-block-choice .option-choice:nth-child(7498n){-webkit-animation-delay:750.4s;animation-delay:750.4s}.poke-block-choice .option-choice:nth-child(7499n){-webkit-animation-delay:750.5s;animation-delay:750.5s}.poke-block-choice .option-choice:nth-child(7500n){-webkit-animation-delay:750.6s;animation-delay:750.6s}.poke-block-choice .option-choice:nth-child(7501n){-webkit-animation-delay:750.7s;animation-delay:750.7s}.poke-block-choice .option-choice:nth-child(7502n){-webkit-animation-delay:750.8s;animation-delay:750.8s}.poke-block-choice .option-choice:nth-child(7503n){-webkit-animation-delay:750.9s;animation-delay:750.9s}.poke-block-choice .option-choice:nth-child(7504n){-webkit-animation-delay:751s;animation-delay:751s}.poke-block-choice .option-choice:nth-child(7505n){-webkit-animation-delay:751.1s;animation-delay:751.1s}.poke-block-choice .option-choice:nth-child(7506n){-webkit-animation-delay:751.2s;animation-delay:751.2s}.poke-block-choice .option-choice:nth-child(7507n){-webkit-animation-delay:751.3s;animation-delay:751.3s}.poke-block-choice .option-choice:nth-child(7508n){-webkit-animation-delay:751.4s;animation-delay:751.4s}.poke-block-choice .option-choice:nth-child(7509n){-webkit-animation-delay:751.5s;animation-delay:751.5s}.poke-block-choice .option-choice:nth-child(7510n){-webkit-animation-delay:751.6s;animation-delay:751.6s}.poke-block-choice .option-choice:nth-child(7511n){-webkit-animation-delay:751.7s;animation-delay:751.7s}.poke-block-choice .option-choice:nth-child(7512n){-webkit-animation-delay:751.8s;animation-delay:751.8s}.poke-block-choice .option-choice:nth-child(7513n){-webkit-animation-delay:751.9s;animation-delay:751.9s}.poke-block-choice .option-choice:nth-child(7514n){-webkit-animation-delay:752s;animation-delay:752s}.poke-block-choice .option-choice:nth-child(7515n){-webkit-animation-delay:752.1s;animation-delay:752.1s}.poke-block-choice .option-choice:nth-child(7516n){-webkit-animation-delay:752.2s;animation-delay:752.2s}.poke-block-choice .option-choice:nth-child(7517n){-webkit-animation-delay:752.3s;animation-delay:752.3s}.poke-block-choice .option-choice:nth-child(7518n){-webkit-animation-delay:752.4s;animation-delay:752.4s}.poke-block-choice .option-choice:nth-child(7519n){-webkit-animation-delay:752.5s;animation-delay:752.5s}.poke-block-choice .option-choice:nth-child(7520n){-webkit-animation-delay:752.6s;animation-delay:752.6s}.poke-block-choice .option-choice:nth-child(7521n){-webkit-animation-delay:752.7s;animation-delay:752.7s}.poke-block-choice .option-choice:nth-child(7522n){-webkit-animation-delay:752.8s;animation-delay:752.8s}.poke-block-choice .option-choice:nth-child(7523n){-webkit-animation-delay:752.9s;animation-delay:752.9s}.poke-block-choice .option-choice:nth-child(7524n){-webkit-animation-delay:753s;animation-delay:753s}.poke-block-choice .option-choice:nth-child(7525n){-webkit-animation-delay:753.1s;animation-delay:753.1s}.poke-block-choice .option-choice:nth-child(7526n){-webkit-animation-delay:753.2s;animation-delay:753.2s}.poke-block-choice .option-choice:nth-child(7527n){-webkit-animation-delay:753.3s;animation-delay:753.3s}.poke-block-choice .option-choice:nth-child(7528n){-webkit-animation-delay:753.4s;animation-delay:753.4s}.poke-block-choice .option-choice:nth-child(7529n){-webkit-animation-delay:753.5s;animation-delay:753.5s}.poke-block-choice .option-choice:nth-child(7530n){-webkit-animation-delay:753.6s;animation-delay:753.6s}.poke-block-choice .option-choice:nth-child(7531n){-webkit-animation-delay:753.7s;animation-delay:753.7s}.poke-block-choice .option-choice:nth-child(7532n){-webkit-animation-delay:753.8s;animation-delay:753.8s}.poke-block-choice .option-choice:nth-child(7533n){-webkit-animation-delay:753.9s;animation-delay:753.9s}.poke-block-choice .option-choice:nth-child(7534n){-webkit-animation-delay:754s;animation-delay:754s}.poke-block-choice .option-choice:nth-child(7535n){-webkit-animation-delay:754.1s;animation-delay:754.1s}.poke-block-choice .option-choice:nth-child(7536n){-webkit-animation-delay:754.2s;animation-delay:754.2s}.poke-block-choice .option-choice:nth-child(7537n){-webkit-animation-delay:754.3s;animation-delay:754.3s}.poke-block-choice .option-choice:nth-child(7538n){-webkit-animation-delay:754.4s;animation-delay:754.4s}.poke-block-choice .option-choice:nth-child(7539n){-webkit-animation-delay:754.5s;animation-delay:754.5s}.poke-block-choice .option-choice:nth-child(7540n){-webkit-animation-delay:754.6s;animation-delay:754.6s}.poke-block-choice .option-choice:nth-child(7541n){-webkit-animation-delay:754.7s;animation-delay:754.7s}.poke-block-choice .option-choice:nth-child(7542n){-webkit-animation-delay:754.8s;animation-delay:754.8s}.poke-block-choice .option-choice:nth-child(7543n){-webkit-animation-delay:754.9s;animation-delay:754.9s}.poke-block-choice .option-choice:nth-child(7544n){-webkit-animation-delay:755s;animation-delay:755s}.poke-block-choice .option-choice:nth-child(7545n){-webkit-animation-delay:755.1s;animation-delay:755.1s}.poke-block-choice .option-choice:nth-child(7546n){-webkit-animation-delay:755.2s;animation-delay:755.2s}.poke-block-choice .option-choice:nth-child(7547n){-webkit-animation-delay:755.3s;animation-delay:755.3s}.poke-block-choice .option-choice:nth-child(7548n){-webkit-animation-delay:755.4s;animation-delay:755.4s}.poke-block-choice .option-choice:nth-child(7549n){-webkit-animation-delay:755.5s;animation-delay:755.5s}.poke-block-choice .option-choice:nth-child(7550n){-webkit-animation-delay:755.6s;animation-delay:755.6s}.poke-block-choice .option-choice:nth-child(7551n){-webkit-animation-delay:755.7s;animation-delay:755.7s}.poke-block-choice .option-choice:nth-child(7552n){-webkit-animation-delay:755.8s;animation-delay:755.8s}.poke-block-choice .option-choice:nth-child(7553n){-webkit-animation-delay:755.9s;animation-delay:755.9s}.poke-block-choice .option-choice:nth-child(7554n){-webkit-animation-delay:756s;animation-delay:756s}.poke-block-choice .option-choice:nth-child(7555n){-webkit-animation-delay:756.1s;animation-delay:756.1s}.poke-block-choice .option-choice:nth-child(7556n){-webkit-animation-delay:756.2s;animation-delay:756.2s}.poke-block-choice .option-choice:nth-child(7557n){-webkit-animation-delay:756.3s;animation-delay:756.3s}.poke-block-choice .option-choice:nth-child(7558n){-webkit-animation-delay:756.4s;animation-delay:756.4s}.poke-block-choice .option-choice:nth-child(7559n){-webkit-animation-delay:756.5s;animation-delay:756.5s}.poke-block-choice .option-choice:nth-child(7560n){-webkit-animation-delay:756.6s;animation-delay:756.6s}.poke-block-choice .option-choice:nth-child(7561n){-webkit-animation-delay:756.7s;animation-delay:756.7s}.poke-block-choice .option-choice:nth-child(7562n){-webkit-animation-delay:756.8s;animation-delay:756.8s}.poke-block-choice .option-choice:nth-child(7563n){-webkit-animation-delay:756.9s;animation-delay:756.9s}.poke-block-choice .option-choice:nth-child(7564n){-webkit-animation-delay:757s;animation-delay:757s}.poke-block-choice .option-choice:nth-child(7565n){-webkit-animation-delay:757.1s;animation-delay:757.1s}.poke-block-choice .option-choice:nth-child(7566n){-webkit-animation-delay:757.2s;animation-delay:757.2s}.poke-block-choice .option-choice:nth-child(7567n){-webkit-animation-delay:757.3s;animation-delay:757.3s}.poke-block-choice .option-choice:nth-child(7568n){-webkit-animation-delay:757.4s;animation-delay:757.4s}.poke-block-choice .option-choice:nth-child(7569n){-webkit-animation-delay:757.5s;animation-delay:757.5s}.poke-block-choice .option-choice:nth-child(7570n){-webkit-animation-delay:757.6s;animation-delay:757.6s}.poke-block-choice .option-choice:nth-child(7571n){-webkit-animation-delay:757.7s;animation-delay:757.7s}.poke-block-choice .option-choice:nth-child(7572n){-webkit-animation-delay:757.8s;animation-delay:757.8s}.poke-block-choice .option-choice:nth-child(7573n){-webkit-animation-delay:757.9s;animation-delay:757.9s}.poke-block-choice .option-choice:nth-child(7574n){-webkit-animation-delay:758s;animation-delay:758s}.poke-block-choice .option-choice:nth-child(7575n){-webkit-animation-delay:758.1s;animation-delay:758.1s}.poke-block-choice .option-choice:nth-child(7576n){-webkit-animation-delay:758.2s;animation-delay:758.2s}.poke-block-choice .option-choice:nth-child(7577n){-webkit-animation-delay:758.3s;animation-delay:758.3s}.poke-block-choice .option-choice:nth-child(7578n){-webkit-animation-delay:758.4s;animation-delay:758.4s}.poke-block-choice .option-choice:nth-child(7579n){-webkit-animation-delay:758.5s;animation-delay:758.5s}.poke-block-choice .option-choice:nth-child(7580n){-webkit-animation-delay:758.6s;animation-delay:758.6s}.poke-block-choice .option-choice:nth-child(7581n){-webkit-animation-delay:758.7s;animation-delay:758.7s}.poke-block-choice .option-choice:nth-child(7582n){-webkit-animation-delay:758.8s;animation-delay:758.8s}.poke-block-choice .option-choice:nth-child(7583n){-webkit-animation-delay:758.9s;animation-delay:758.9s}.poke-block-choice .option-choice:nth-child(7584n){-webkit-animation-delay:759s;animation-delay:759s}.poke-block-choice .option-choice:nth-child(7585n){-webkit-animation-delay:759.1s;animation-delay:759.1s}.poke-block-choice .option-choice:nth-child(7586n){-webkit-animation-delay:759.2s;animation-delay:759.2s}.poke-block-choice .option-choice:nth-child(7587n){-webkit-animation-delay:759.3s;animation-delay:759.3s}.poke-block-choice .option-choice:nth-child(7588n){-webkit-animation-delay:759.4s;animation-delay:759.4s}.poke-block-choice .option-choice:nth-child(7589n){-webkit-animation-delay:759.5s;animation-delay:759.5s}.poke-block-choice .option-choice:nth-child(7590n){-webkit-animation-delay:759.6s;animation-delay:759.6s}.poke-block-choice .option-choice:nth-child(7591n){-webkit-animation-delay:759.7s;animation-delay:759.7s}.poke-block-choice .option-choice:nth-child(7592n){-webkit-animation-delay:759.8s;animation-delay:759.8s}.poke-block-choice .option-choice:nth-child(7593n){-webkit-animation-delay:759.9s;animation-delay:759.9s}.poke-block-choice .option-choice:nth-child(7594n){-webkit-animation-delay:760s;animation-delay:760s}.poke-block-choice .option-choice:nth-child(7595n){-webkit-animation-delay:760.1s;animation-delay:760.1s}.poke-block-choice .option-choice:nth-child(7596n){-webkit-animation-delay:760.2s;animation-delay:760.2s}.poke-block-choice .option-choice:nth-child(7597n){-webkit-animation-delay:760.3s;animation-delay:760.3s}.poke-block-choice .option-choice:nth-child(7598n){-webkit-animation-delay:760.4s;animation-delay:760.4s}.poke-block-choice .option-choice:nth-child(7599n){-webkit-animation-delay:760.5s;animation-delay:760.5s}.poke-block-choice .option-choice:nth-child(7600n){-webkit-animation-delay:760.6s;animation-delay:760.6s}.poke-block-choice .option-choice:nth-child(7601n){-webkit-animation-delay:760.7s;animation-delay:760.7s}.poke-block-choice .option-choice:nth-child(7602n){-webkit-animation-delay:760.8s;animation-delay:760.8s}.poke-block-choice .option-choice:nth-child(7603n){-webkit-animation-delay:760.9s;animation-delay:760.9s}.poke-block-choice .option-choice:nth-child(7604n){-webkit-animation-delay:761s;animation-delay:761s}.poke-block-choice .option-choice:nth-child(7605n){-webkit-animation-delay:761.1s;animation-delay:761.1s}.poke-block-choice .option-choice:nth-child(7606n){-webkit-animation-delay:761.2s;animation-delay:761.2s}.poke-block-choice .option-choice:nth-child(7607n){-webkit-animation-delay:761.3s;animation-delay:761.3s}.poke-block-choice .option-choice:nth-child(7608n){-webkit-animation-delay:761.4s;animation-delay:761.4s}.poke-block-choice .option-choice:nth-child(7609n){-webkit-animation-delay:761.5s;animation-delay:761.5s}.poke-block-choice .option-choice:nth-child(7610n){-webkit-animation-delay:761.6s;animation-delay:761.6s}.poke-block-choice .option-choice:nth-child(7611n){-webkit-animation-delay:761.7s;animation-delay:761.7s}.poke-block-choice .option-choice:nth-child(7612n){-webkit-animation-delay:761.8s;animation-delay:761.8s}.poke-block-choice .option-choice:nth-child(7613n){-webkit-animation-delay:761.9s;animation-delay:761.9s}.poke-block-choice .option-choice:nth-child(7614n){-webkit-animation-delay:762s;animation-delay:762s}.poke-block-choice .option-choice:nth-child(7615n){-webkit-animation-delay:762.1s;animation-delay:762.1s}.poke-block-choice .option-choice:nth-child(7616n){-webkit-animation-delay:762.2s;animation-delay:762.2s}.poke-block-choice .option-choice:nth-child(7617n){-webkit-animation-delay:762.3s;animation-delay:762.3s}.poke-block-choice .option-choice:nth-child(7618n){-webkit-animation-delay:762.4s;animation-delay:762.4s}.poke-block-choice .option-choice:nth-child(7619n){-webkit-animation-delay:762.5s;animation-delay:762.5s}.poke-block-choice .option-choice:nth-child(7620n){-webkit-animation-delay:762.6s;animation-delay:762.6s}.poke-block-choice .option-choice:nth-child(7621n){-webkit-animation-delay:762.7s;animation-delay:762.7s}.poke-block-choice .option-choice:nth-child(7622n){-webkit-animation-delay:762.8s;animation-delay:762.8s}.poke-block-choice .option-choice:nth-child(7623n){-webkit-animation-delay:762.9s;animation-delay:762.9s}.poke-block-choice .option-choice:nth-child(7624n){-webkit-animation-delay:763s;animation-delay:763s}.poke-block-choice .option-choice:nth-child(7625n){-webkit-animation-delay:763.1s;animation-delay:763.1s}.poke-block-choice .option-choice:nth-child(7626n){-webkit-animation-delay:763.2s;animation-delay:763.2s}.poke-block-choice .option-choice:nth-child(7627n){-webkit-animation-delay:763.3s;animation-delay:763.3s}.poke-block-choice .option-choice:nth-child(7628n){-webkit-animation-delay:763.4s;animation-delay:763.4s}.poke-block-choice .option-choice:nth-child(7629n){-webkit-animation-delay:763.5s;animation-delay:763.5s}.poke-block-choice .option-choice:nth-child(7630n){-webkit-animation-delay:763.6s;animation-delay:763.6s}.poke-block-choice .option-choice:nth-child(7631n){-webkit-animation-delay:763.7s;animation-delay:763.7s}.poke-block-choice .option-choice:nth-child(7632n){-webkit-animation-delay:763.8s;animation-delay:763.8s}.poke-block-choice .option-choice:nth-child(7633n){-webkit-animation-delay:763.9s;animation-delay:763.9s}.poke-block-choice .option-choice:nth-child(7634n){-webkit-animation-delay:764s;animation-delay:764s}.poke-block-choice .option-choice:nth-child(7635n){-webkit-animation-delay:764.1s;animation-delay:764.1s}.poke-block-choice .option-choice:nth-child(7636n){-webkit-animation-delay:764.2s;animation-delay:764.2s}.poke-block-choice .option-choice:nth-child(7637n){-webkit-animation-delay:764.3s;animation-delay:764.3s}.poke-block-choice .option-choice:nth-child(7638n){-webkit-animation-delay:764.4s;animation-delay:764.4s}.poke-block-choice .option-choice:nth-child(7639n){-webkit-animation-delay:764.5s;animation-delay:764.5s}.poke-block-choice .option-choice:nth-child(7640n){-webkit-animation-delay:764.6s;animation-delay:764.6s}.poke-block-choice .option-choice:nth-child(7641n){-webkit-animation-delay:764.7s;animation-delay:764.7s}.poke-block-choice .option-choice:nth-child(7642n){-webkit-animation-delay:764.8s;animation-delay:764.8s}.poke-block-choice .option-choice:nth-child(7643n){-webkit-animation-delay:764.9s;animation-delay:764.9s}.poke-block-choice .option-choice:nth-child(7644n){-webkit-animation-delay:765s;animation-delay:765s}.poke-block-choice .option-choice:nth-child(7645n){-webkit-animation-delay:765.1s;animation-delay:765.1s}.poke-block-choice .option-choice:nth-child(7646n){-webkit-animation-delay:765.2s;animation-delay:765.2s}.poke-block-choice .option-choice:nth-child(7647n){-webkit-animation-delay:765.3s;animation-delay:765.3s}.poke-block-choice .option-choice:nth-child(7648n){-webkit-animation-delay:765.4s;animation-delay:765.4s}.poke-block-choice .option-choice:nth-child(7649n){-webkit-animation-delay:765.5s;animation-delay:765.5s}.poke-block-choice .option-choice:nth-child(7650n){-webkit-animation-delay:765.6s;animation-delay:765.6s}.poke-block-choice .option-choice:nth-child(7651n){-webkit-animation-delay:765.7s;animation-delay:765.7s}.poke-block-choice .option-choice:nth-child(7652n){-webkit-animation-delay:765.8s;animation-delay:765.8s}.poke-block-choice .option-choice:nth-child(7653n){-webkit-animation-delay:765.9s;animation-delay:765.9s}.poke-block-choice .option-choice:nth-child(7654n){-webkit-animation-delay:766s;animation-delay:766s}.poke-block-choice .option-choice:nth-child(7655n){-webkit-animation-delay:766.1s;animation-delay:766.1s}.poke-block-choice .option-choice:nth-child(7656n){-webkit-animation-delay:766.2s;animation-delay:766.2s}.poke-block-choice .option-choice:nth-child(7657n){-webkit-animation-delay:766.3s;animation-delay:766.3s}.poke-block-choice .option-choice:nth-child(7658n){-webkit-animation-delay:766.4s;animation-delay:766.4s}.poke-block-choice .option-choice:nth-child(7659n){-webkit-animation-delay:766.5s;animation-delay:766.5s}.poke-block-choice .option-choice:nth-child(7660n){-webkit-animation-delay:766.6s;animation-delay:766.6s}.poke-block-choice .option-choice:nth-child(7661n){-webkit-animation-delay:766.7s;animation-delay:766.7s}.poke-block-choice .option-choice:nth-child(7662n){-webkit-animation-delay:766.8s;animation-delay:766.8s}.poke-block-choice .option-choice:nth-child(7663n){-webkit-animation-delay:766.9s;animation-delay:766.9s}.poke-block-choice .option-choice:nth-child(7664n){-webkit-animation-delay:767s;animation-delay:767s}.poke-block-choice .option-choice:nth-child(7665n){-webkit-animation-delay:767.1s;animation-delay:767.1s}.poke-block-choice .option-choice:nth-child(7666n){-webkit-animation-delay:767.2s;animation-delay:767.2s}.poke-block-choice .option-choice:nth-child(7667n){-webkit-animation-delay:767.3s;animation-delay:767.3s}.poke-block-choice .option-choice:nth-child(7668n){-webkit-animation-delay:767.4s;animation-delay:767.4s}.poke-block-choice .option-choice:nth-child(7669n){-webkit-animation-delay:767.5s;animation-delay:767.5s}.poke-block-choice .option-choice:nth-child(7670n){-webkit-animation-delay:767.6s;animation-delay:767.6s}.poke-block-choice .option-choice:nth-child(7671n){-webkit-animation-delay:767.7s;animation-delay:767.7s}.poke-block-choice .option-choice:nth-child(7672n){-webkit-animation-delay:767.8s;animation-delay:767.8s}.poke-block-choice .option-choice:nth-child(7673n){-webkit-animation-delay:767.9s;animation-delay:767.9s}.poke-block-choice .option-choice:nth-child(7674n){-webkit-animation-delay:768s;animation-delay:768s}.poke-block-choice .option-choice:nth-child(7675n){-webkit-animation-delay:768.1s;animation-delay:768.1s}.poke-block-choice .option-choice:nth-child(7676n){-webkit-animation-delay:768.2s;animation-delay:768.2s}.poke-block-choice .option-choice:nth-child(7677n){-webkit-animation-delay:768.3s;animation-delay:768.3s}.poke-block-choice .option-choice:nth-child(7678n){-webkit-animation-delay:768.4s;animation-delay:768.4s}.poke-block-choice .option-choice:nth-child(7679n){-webkit-animation-delay:768.5s;animation-delay:768.5s}.poke-block-choice .option-choice:nth-child(7680n){-webkit-animation-delay:768.6s;animation-delay:768.6s}.poke-block-choice .option-choice:nth-child(7681n){-webkit-animation-delay:768.7s;animation-delay:768.7s}.poke-block-choice .option-choice:nth-child(7682n){-webkit-animation-delay:768.8s;animation-delay:768.8s}.poke-block-choice .option-choice:nth-child(7683n){-webkit-animation-delay:768.9s;animation-delay:768.9s}.poke-block-choice .option-choice:nth-child(7684n){-webkit-animation-delay:769s;animation-delay:769s}.poke-block-choice .option-choice:nth-child(7685n){-webkit-animation-delay:769.1s;animation-delay:769.1s}.poke-block-choice .option-choice:nth-child(7686n){-webkit-animation-delay:769.2s;animation-delay:769.2s}.poke-block-choice .option-choice:nth-child(7687n){-webkit-animation-delay:769.3s;animation-delay:769.3s}.poke-block-choice .option-choice:nth-child(7688n){-webkit-animation-delay:769.4s;animation-delay:769.4s}.poke-block-choice .option-choice:nth-child(7689n){-webkit-animation-delay:769.5s;animation-delay:769.5s}.poke-block-choice .option-choice:nth-child(7690n){-webkit-animation-delay:769.6s;animation-delay:769.6s}.poke-block-choice .option-choice:nth-child(7691n){-webkit-animation-delay:769.7s;animation-delay:769.7s}.poke-block-choice .option-choice:nth-child(7692n){-webkit-animation-delay:769.8s;animation-delay:769.8s}.poke-block-choice .option-choice:nth-child(7693n){-webkit-animation-delay:769.9s;animation-delay:769.9s}.poke-block-choice .option-choice:nth-child(7694n){-webkit-animation-delay:770s;animation-delay:770s}.poke-block-choice .option-choice:nth-child(7695n){-webkit-animation-delay:770.1s;animation-delay:770.1s}.poke-block-choice .option-choice:nth-child(7696n){-webkit-animation-delay:770.2s;animation-delay:770.2s}.poke-block-choice .option-choice:nth-child(7697n){-webkit-animation-delay:770.3s;animation-delay:770.3s}.poke-block-choice .option-choice:nth-child(7698n){-webkit-animation-delay:770.4s;animation-delay:770.4s}.poke-block-choice .option-choice:nth-child(7699n){-webkit-animation-delay:770.5s;animation-delay:770.5s}.poke-block-choice .option-choice:nth-child(7700n){-webkit-animation-delay:770.6s;animation-delay:770.6s}.poke-block-choice .option-choice:nth-child(7701n){-webkit-animation-delay:770.7s;animation-delay:770.7s}.poke-block-choice .option-choice:nth-child(7702n){-webkit-animation-delay:770.8s;animation-delay:770.8s}.poke-block-choice .option-choice:nth-child(7703n){-webkit-animation-delay:770.9s;animation-delay:770.9s}.poke-block-choice .option-choice:nth-child(7704n){-webkit-animation-delay:771s;animation-delay:771s}.poke-block-choice .option-choice:nth-child(7705n){-webkit-animation-delay:771.1s;animation-delay:771.1s}.poke-block-choice .option-choice:nth-child(7706n){-webkit-animation-delay:771.2s;animation-delay:771.2s}.poke-block-choice .option-choice:nth-child(7707n){-webkit-animation-delay:771.3s;animation-delay:771.3s}.poke-block-choice .option-choice:nth-child(7708n){-webkit-animation-delay:771.4s;animation-delay:771.4s}.poke-block-choice .option-choice:nth-child(7709n){-webkit-animation-delay:771.5s;animation-delay:771.5s}.poke-block-choice .option-choice:nth-child(7710n){-webkit-animation-delay:771.6s;animation-delay:771.6s}.poke-block-choice .option-choice:nth-child(7711n){-webkit-animation-delay:771.7s;animation-delay:771.7s}.poke-block-choice .option-choice:nth-child(7712n){-webkit-animation-delay:771.8s;animation-delay:771.8s}.poke-block-choice .option-choice:nth-child(7713n){-webkit-animation-delay:771.9s;animation-delay:771.9s}.poke-block-choice .option-choice:nth-child(7714n){-webkit-animation-delay:772s;animation-delay:772s}.poke-block-choice .option-choice:nth-child(7715n){-webkit-animation-delay:772.1s;animation-delay:772.1s}.poke-block-choice .option-choice:nth-child(7716n){-webkit-animation-delay:772.2s;animation-delay:772.2s}.poke-block-choice .option-choice:nth-child(7717n){-webkit-animation-delay:772.3s;animation-delay:772.3s}.poke-block-choice .option-choice:nth-child(7718n){-webkit-animation-delay:772.4s;animation-delay:772.4s}.poke-block-choice .option-choice:nth-child(7719n){-webkit-animation-delay:772.5s;animation-delay:772.5s}.poke-block-choice .option-choice:nth-child(7720n){-webkit-animation-delay:772.6s;animation-delay:772.6s}.poke-block-choice .option-choice:nth-child(7721n){-webkit-animation-delay:772.7s;animation-delay:772.7s}.poke-block-choice .option-choice:nth-child(7722n){-webkit-animation-delay:772.8s;animation-delay:772.8s}.poke-block-choice .option-choice:nth-child(7723n){-webkit-animation-delay:772.9s;animation-delay:772.9s}.poke-block-choice .option-choice:nth-child(7724n){-webkit-animation-delay:773s;animation-delay:773s}.poke-block-choice .option-choice:nth-child(7725n){-webkit-animation-delay:773.1s;animation-delay:773.1s}.poke-block-choice .option-choice:nth-child(7726n){-webkit-animation-delay:773.2s;animation-delay:773.2s}.poke-block-choice .option-choice:nth-child(7727n){-webkit-animation-delay:773.3s;animation-delay:773.3s}.poke-block-choice .option-choice:nth-child(7728n){-webkit-animation-delay:773.4s;animation-delay:773.4s}.poke-block-choice .option-choice:nth-child(7729n){-webkit-animation-delay:773.5s;animation-delay:773.5s}.poke-block-choice .option-choice:nth-child(7730n){-webkit-animation-delay:773.6s;animation-delay:773.6s}.poke-block-choice .option-choice:nth-child(7731n){-webkit-animation-delay:773.7s;animation-delay:773.7s}.poke-block-choice .option-choice:nth-child(7732n){-webkit-animation-delay:773.8s;animation-delay:773.8s}.poke-block-choice .option-choice:nth-child(7733n){-webkit-animation-delay:773.9s;animation-delay:773.9s}.poke-block-choice .option-choice:nth-child(7734n){-webkit-animation-delay:774s;animation-delay:774s}.poke-block-choice .option-choice:nth-child(7735n){-webkit-animation-delay:774.1s;animation-delay:774.1s}.poke-block-choice .option-choice:nth-child(7736n){-webkit-animation-delay:774.2s;animation-delay:774.2s}.poke-block-choice .option-choice:nth-child(7737n){-webkit-animation-delay:774.3s;animation-delay:774.3s}.poke-block-choice .option-choice:nth-child(7738n){-webkit-animation-delay:774.4s;animation-delay:774.4s}.poke-block-choice .option-choice:nth-child(7739n){-webkit-animation-delay:774.5s;animation-delay:774.5s}.poke-block-choice .option-choice:nth-child(7740n){-webkit-animation-delay:774.6s;animation-delay:774.6s}.poke-block-choice .option-choice:nth-child(7741n){-webkit-animation-delay:774.7s;animation-delay:774.7s}.poke-block-choice .option-choice:nth-child(7742n){-webkit-animation-delay:774.8s;animation-delay:774.8s}.poke-block-choice .option-choice:nth-child(7743n){-webkit-animation-delay:774.9s;animation-delay:774.9s}.poke-block-choice .option-choice:nth-child(7744n){-webkit-animation-delay:775s;animation-delay:775s}.poke-block-choice .option-choice:nth-child(7745n){-webkit-animation-delay:775.1s;animation-delay:775.1s}.poke-block-choice .option-choice:nth-child(7746n){-webkit-animation-delay:775.2s;animation-delay:775.2s}.poke-block-choice .option-choice:nth-child(7747n){-webkit-animation-delay:775.3s;animation-delay:775.3s}.poke-block-choice .option-choice:nth-child(7748n){-webkit-animation-delay:775.4s;animation-delay:775.4s}.poke-block-choice .option-choice:nth-child(7749n){-webkit-animation-delay:775.5s;animation-delay:775.5s}.poke-block-choice .option-choice:nth-child(7750n){-webkit-animation-delay:775.6s;animation-delay:775.6s}.poke-block-choice .option-choice:nth-child(7751n){-webkit-animation-delay:775.7s;animation-delay:775.7s}.poke-block-choice .option-choice:nth-child(7752n){-webkit-animation-delay:775.8s;animation-delay:775.8s}.poke-block-choice .option-choice:nth-child(7753n){-webkit-animation-delay:775.9s;animation-delay:775.9s}.poke-block-choice .option-choice:nth-child(7754n){-webkit-animation-delay:776s;animation-delay:776s}.poke-block-choice .option-choice:nth-child(7755n){-webkit-animation-delay:776.1s;animation-delay:776.1s}.poke-block-choice .option-choice:nth-child(7756n){-webkit-animation-delay:776.2s;animation-delay:776.2s}.poke-block-choice .option-choice:nth-child(7757n){-webkit-animation-delay:776.3s;animation-delay:776.3s}.poke-block-choice .option-choice:nth-child(7758n){-webkit-animation-delay:776.4s;animation-delay:776.4s}.poke-block-choice .option-choice:nth-child(7759n){-webkit-animation-delay:776.5s;animation-delay:776.5s}.poke-block-choice .option-choice:nth-child(7760n){-webkit-animation-delay:776.6s;animation-delay:776.6s}.poke-block-choice .option-choice:nth-child(7761n){-webkit-animation-delay:776.7s;animation-delay:776.7s}.poke-block-choice .option-choice:nth-child(7762n){-webkit-animation-delay:776.8s;animation-delay:776.8s}.poke-block-choice .option-choice:nth-child(7763n){-webkit-animation-delay:776.9s;animation-delay:776.9s}.poke-block-choice .option-choice:nth-child(7764n){-webkit-animation-delay:777s;animation-delay:777s}.poke-block-choice .option-choice:nth-child(7765n){-webkit-animation-delay:777.1s;animation-delay:777.1s}.poke-block-choice .option-choice:nth-child(7766n){-webkit-animation-delay:777.2s;animation-delay:777.2s}.poke-block-choice .option-choice:nth-child(7767n){-webkit-animation-delay:777.3s;animation-delay:777.3s}.poke-block-choice .option-choice:nth-child(7768n){-webkit-animation-delay:777.4s;animation-delay:777.4s}.poke-block-choice .option-choice:nth-child(7769n){-webkit-animation-delay:777.5s;animation-delay:777.5s}.poke-block-choice .option-choice:nth-child(7770n){-webkit-animation-delay:777.6s;animation-delay:777.6s}.poke-block-choice .option-choice:nth-child(7771n){-webkit-animation-delay:777.7s;animation-delay:777.7s}.poke-block-choice .option-choice:nth-child(7772n){-webkit-animation-delay:777.8s;animation-delay:777.8s}.poke-block-choice .option-choice:nth-child(7773n){-webkit-animation-delay:777.9s;animation-delay:777.9s}.poke-block-choice .option-choice:nth-child(7774n){-webkit-animation-delay:778s;animation-delay:778s}.poke-block-choice .option-choice:nth-child(7775n){-webkit-animation-delay:778.1s;animation-delay:778.1s}.poke-block-choice .option-choice:nth-child(7776n){-webkit-animation-delay:778.2s;animation-delay:778.2s}.poke-block-choice .option-choice:nth-child(7777n){-webkit-animation-delay:778.3s;animation-delay:778.3s}.poke-block-choice .option-choice:nth-child(7778n){-webkit-animation-delay:778.4s;animation-delay:778.4s}.poke-block-choice .option-choice:nth-child(7779n){-webkit-animation-delay:778.5s;animation-delay:778.5s}.poke-block-choice .option-choice:nth-child(7780n){-webkit-animation-delay:778.6s;animation-delay:778.6s}.poke-block-choice .option-choice:nth-child(7781n){-webkit-animation-delay:778.7s;animation-delay:778.7s}.poke-block-choice .option-choice:nth-child(7782n){-webkit-animation-delay:778.8s;animation-delay:778.8s}.poke-block-choice .option-choice:nth-child(7783n){-webkit-animation-delay:778.9s;animation-delay:778.9s}.poke-block-choice .option-choice:nth-child(7784n){-webkit-animation-delay:779s;animation-delay:779s}.poke-block-choice .option-choice:nth-child(7785n){-webkit-animation-delay:779.1s;animation-delay:779.1s}.poke-block-choice .option-choice:nth-child(7786n){-webkit-animation-delay:779.2s;animation-delay:779.2s}.poke-block-choice .option-choice:nth-child(7787n){-webkit-animation-delay:779.3s;animation-delay:779.3s}.poke-block-choice .option-choice:nth-child(7788n){-webkit-animation-delay:779.4s;animation-delay:779.4s}.poke-block-choice .option-choice:nth-child(7789n){-webkit-animation-delay:779.5s;animation-delay:779.5s}.poke-block-choice .option-choice:nth-child(7790n){-webkit-animation-delay:779.6s;animation-delay:779.6s}.poke-block-choice .option-choice:nth-child(7791n){-webkit-animation-delay:779.7s;animation-delay:779.7s}.poke-block-choice .option-choice:nth-child(7792n){-webkit-animation-delay:779.8s;animation-delay:779.8s}.poke-block-choice .option-choice:nth-child(7793n){-webkit-animation-delay:779.9s;animation-delay:779.9s}.poke-block-choice .option-choice:nth-child(7794n){-webkit-animation-delay:780s;animation-delay:780s}.poke-block-choice .option-choice:nth-child(7795n){-webkit-animation-delay:780.1s;animation-delay:780.1s}.poke-block-choice .option-choice:nth-child(7796n){-webkit-animation-delay:780.2s;animation-delay:780.2s}.poke-block-choice .option-choice:nth-child(7797n){-webkit-animation-delay:780.3s;animation-delay:780.3s}.poke-block-choice .option-choice:nth-child(7798n){-webkit-animation-delay:780.4s;animation-delay:780.4s}.poke-block-choice .option-choice:nth-child(7799n){-webkit-animation-delay:780.5s;animation-delay:780.5s}.poke-block-choice .option-choice:nth-child(7800n){-webkit-animation-delay:780.6s;animation-delay:780.6s}.poke-block-choice .option-choice:nth-child(7801n){-webkit-animation-delay:780.7s;animation-delay:780.7s}.poke-block-choice .option-choice:nth-child(7802n){-webkit-animation-delay:780.8s;animation-delay:780.8s}.poke-block-choice .option-choice:nth-child(7803n){-webkit-animation-delay:780.9s;animation-delay:780.9s}.poke-block-choice .option-choice:nth-child(7804n){-webkit-animation-delay:781s;animation-delay:781s}.poke-block-choice .option-choice:nth-child(7805n){-webkit-animation-delay:781.1s;animation-delay:781.1s}.poke-block-choice .option-choice:nth-child(7806n){-webkit-animation-delay:781.2s;animation-delay:781.2s}.poke-block-choice .option-choice:nth-child(7807n){-webkit-animation-delay:781.3s;animation-delay:781.3s}.poke-block-choice .option-choice:nth-child(7808n){-webkit-animation-delay:781.4s;animation-delay:781.4s}.poke-block-choice .option-choice:nth-child(7809n){-webkit-animation-delay:781.5s;animation-delay:781.5s}.poke-block-choice .option-choice:nth-child(7810n){-webkit-animation-delay:781.6s;animation-delay:781.6s}.poke-block-choice .option-choice:nth-child(7811n){-webkit-animation-delay:781.7s;animation-delay:781.7s}.poke-block-choice .option-choice:nth-child(7812n){-webkit-animation-delay:781.8s;animation-delay:781.8s}.poke-block-choice .option-choice:nth-child(7813n){-webkit-animation-delay:781.9s;animation-delay:781.9s}.poke-block-choice .option-choice:nth-child(7814n){-webkit-animation-delay:782s;animation-delay:782s}.poke-block-choice .option-choice:nth-child(7815n){-webkit-animation-delay:782.1s;animation-delay:782.1s}.poke-block-choice .option-choice:nth-child(7816n){-webkit-animation-delay:782.2s;animation-delay:782.2s}.poke-block-choice .option-choice:nth-child(7817n){-webkit-animation-delay:782.3s;animation-delay:782.3s}.poke-block-choice .option-choice:nth-child(7818n){-webkit-animation-delay:782.4s;animation-delay:782.4s}.poke-block-choice .option-choice:nth-child(7819n){-webkit-animation-delay:782.5s;animation-delay:782.5s}.poke-block-choice .option-choice:nth-child(7820n){-webkit-animation-delay:782.6s;animation-delay:782.6s}.poke-block-choice .option-choice:nth-child(7821n){-webkit-animation-delay:782.7s;animation-delay:782.7s}.poke-block-choice .option-choice:nth-child(7822n){-webkit-animation-delay:782.8s;animation-delay:782.8s}.poke-block-choice .option-choice:nth-child(7823n){-webkit-animation-delay:782.9s;animation-delay:782.9s}.poke-block-choice .option-choice:nth-child(7824n){-webkit-animation-delay:783s;animation-delay:783s}.poke-block-choice .option-choice:nth-child(7825n){-webkit-animation-delay:783.1s;animation-delay:783.1s}.poke-block-choice .option-choice:nth-child(7826n){-webkit-animation-delay:783.2s;animation-delay:783.2s}.poke-block-choice .option-choice:nth-child(7827n){-webkit-animation-delay:783.3s;animation-delay:783.3s}.poke-block-choice .option-choice:nth-child(7828n){-webkit-animation-delay:783.4s;animation-delay:783.4s}.poke-block-choice .option-choice:nth-child(7829n){-webkit-animation-delay:783.5s;animation-delay:783.5s}.poke-block-choice .option-choice:nth-child(7830n){-webkit-animation-delay:783.6s;animation-delay:783.6s}.poke-block-choice .option-choice:nth-child(7831n){-webkit-animation-delay:783.7s;animation-delay:783.7s}.poke-block-choice .option-choice:nth-child(7832n){-webkit-animation-delay:783.8s;animation-delay:783.8s}.poke-block-choice .option-choice:nth-child(7833n){-webkit-animation-delay:783.9s;animation-delay:783.9s}.poke-block-choice .option-choice:nth-child(7834n){-webkit-animation-delay:784s;animation-delay:784s}.poke-block-choice .option-choice:nth-child(7835n){-webkit-animation-delay:784.1s;animation-delay:784.1s}.poke-block-choice .option-choice:nth-child(7836n){-webkit-animation-delay:784.2s;animation-delay:784.2s}.poke-block-choice .option-choice:nth-child(7837n){-webkit-animation-delay:784.3s;animation-delay:784.3s}.poke-block-choice .option-choice:nth-child(7838n){-webkit-animation-delay:784.4s;animation-delay:784.4s}.poke-block-choice .option-choice:nth-child(7839n){-webkit-animation-delay:784.5s;animation-delay:784.5s}.poke-block-choice .option-choice:nth-child(7840n){-webkit-animation-delay:784.6s;animation-delay:784.6s}.poke-block-choice .option-choice:nth-child(7841n){-webkit-animation-delay:784.7s;animation-delay:784.7s}.poke-block-choice .option-choice:nth-child(7842n){-webkit-animation-delay:784.8s;animation-delay:784.8s}.poke-block-choice .option-choice:nth-child(7843n){-webkit-animation-delay:784.9s;animation-delay:784.9s}.poke-block-choice .option-choice:nth-child(7844n){-webkit-animation-delay:785s;animation-delay:785s}.poke-block-choice .option-choice:nth-child(7845n){-webkit-animation-delay:785.1s;animation-delay:785.1s}.poke-block-choice .option-choice:nth-child(7846n){-webkit-animation-delay:785.2s;animation-delay:785.2s}.poke-block-choice .option-choice:nth-child(7847n){-webkit-animation-delay:785.3s;animation-delay:785.3s}.poke-block-choice .option-choice:nth-child(7848n){-webkit-animation-delay:785.4s;animation-delay:785.4s}.poke-block-choice .option-choice:nth-child(7849n){-webkit-animation-delay:785.5s;animation-delay:785.5s}.poke-block-choice .option-choice:nth-child(7850n){-webkit-animation-delay:785.6s;animation-delay:785.6s}.poke-block-choice .option-choice:nth-child(7851n){-webkit-animation-delay:785.7s;animation-delay:785.7s}.poke-block-choice .option-choice:nth-child(7852n){-webkit-animation-delay:785.8s;animation-delay:785.8s}.poke-block-choice .option-choice:nth-child(7853n){-webkit-animation-delay:785.9s;animation-delay:785.9s}.poke-block-choice .option-choice:nth-child(7854n){-webkit-animation-delay:786s;animation-delay:786s}.poke-block-choice .option-choice:nth-child(7855n){-webkit-animation-delay:786.1s;animation-delay:786.1s}.poke-block-choice .option-choice:nth-child(7856n){-webkit-animation-delay:786.2s;animation-delay:786.2s}.poke-block-choice .option-choice:nth-child(7857n){-webkit-animation-delay:786.3s;animation-delay:786.3s}.poke-block-choice .option-choice:nth-child(7858n){-webkit-animation-delay:786.4s;animation-delay:786.4s}.poke-block-choice .option-choice:nth-child(7859n){-webkit-animation-delay:786.5s;animation-delay:786.5s}.poke-block-choice .option-choice:nth-child(7860n){-webkit-animation-delay:786.6s;animation-delay:786.6s}.poke-block-choice .option-choice:nth-child(7861n){-webkit-animation-delay:786.7s;animation-delay:786.7s}.poke-block-choice .option-choice:nth-child(7862n){-webkit-animation-delay:786.8s;animation-delay:786.8s}.poke-block-choice .option-choice:nth-child(7863n){-webkit-animation-delay:786.9s;animation-delay:786.9s}.poke-block-choice .option-choice:nth-child(7864n){-webkit-animation-delay:787s;animation-delay:787s}.poke-block-choice .option-choice:nth-child(7865n){-webkit-animation-delay:787.1s;animation-delay:787.1s}.poke-block-choice .option-choice:nth-child(7866n){-webkit-animation-delay:787.2s;animation-delay:787.2s}.poke-block-choice .option-choice:nth-child(7867n){-webkit-animation-delay:787.3s;animation-delay:787.3s}.poke-block-choice .option-choice:nth-child(7868n){-webkit-animation-delay:787.4s;animation-delay:787.4s}.poke-block-choice .option-choice:nth-child(7869n){-webkit-animation-delay:787.5s;animation-delay:787.5s}.poke-block-choice .option-choice:nth-child(7870n){-webkit-animation-delay:787.6s;animation-delay:787.6s}.poke-block-choice .option-choice:nth-child(7871n){-webkit-animation-delay:787.7s;animation-delay:787.7s}.poke-block-choice .option-choice:nth-child(7872n){-webkit-animation-delay:787.8s;animation-delay:787.8s}.poke-block-choice .option-choice:nth-child(7873n){-webkit-animation-delay:787.9s;animation-delay:787.9s}.poke-block-choice .option-choice:nth-child(7874n){-webkit-animation-delay:788s;animation-delay:788s}.poke-block-choice .option-choice:nth-child(7875n){-webkit-animation-delay:788.1s;animation-delay:788.1s}.poke-block-choice .option-choice:nth-child(7876n){-webkit-animation-delay:788.2s;animation-delay:788.2s}.poke-block-choice .option-choice:nth-child(7877n){-webkit-animation-delay:788.3s;animation-delay:788.3s}.poke-block-choice .option-choice:nth-child(7878n){-webkit-animation-delay:788.4s;animation-delay:788.4s}.poke-block-choice .option-choice:nth-child(7879n){-webkit-animation-delay:788.5s;animation-delay:788.5s}.poke-block-choice .option-choice:nth-child(7880n){-webkit-animation-delay:788.6s;animation-delay:788.6s}.poke-block-choice .option-choice:nth-child(7881n){-webkit-animation-delay:788.7s;animation-delay:788.7s}.poke-block-choice .option-choice:nth-child(7882n){-webkit-animation-delay:788.8s;animation-delay:788.8s}.poke-block-choice .option-choice:nth-child(7883n){-webkit-animation-delay:788.9s;animation-delay:788.9s}.poke-block-choice .option-choice:nth-child(7884n){-webkit-animation-delay:789s;animation-delay:789s}.poke-block-choice .option-choice:nth-child(7885n){-webkit-animation-delay:789.1s;animation-delay:789.1s}.poke-block-choice .option-choice:nth-child(7886n){-webkit-animation-delay:789.2s;animation-delay:789.2s}.poke-block-choice .option-choice:nth-child(7887n){-webkit-animation-delay:789.3s;animation-delay:789.3s}.poke-block-choice .option-choice:nth-child(7888n){-webkit-animation-delay:789.4s;animation-delay:789.4s}.poke-block-choice .option-choice:nth-child(7889n){-webkit-animation-delay:789.5s;animation-delay:789.5s}.poke-block-choice .option-choice:nth-child(7890n){-webkit-animation-delay:789.6s;animation-delay:789.6s}.poke-block-choice .option-choice:nth-child(7891n){-webkit-animation-delay:789.7s;animation-delay:789.7s}.poke-block-choice .option-choice:nth-child(7892n){-webkit-animation-delay:789.8s;animation-delay:789.8s}.poke-block-choice .option-choice:nth-child(7893n){-webkit-animation-delay:789.9s;animation-delay:789.9s}.poke-block-choice .option-choice:nth-child(7894n){-webkit-animation-delay:790s;animation-delay:790s}.poke-block-choice .option-choice:nth-child(7895n){-webkit-animation-delay:790.1s;animation-delay:790.1s}.poke-block-choice .option-choice:nth-child(7896n){-webkit-animation-delay:790.2s;animation-delay:790.2s}.poke-block-choice .option-choice:nth-child(7897n){-webkit-animation-delay:790.3s;animation-delay:790.3s}.poke-block-choice .option-choice:nth-child(7898n){-webkit-animation-delay:790.4s;animation-delay:790.4s}.poke-block-choice .option-choice:nth-child(7899n){-webkit-animation-delay:790.5s;animation-delay:790.5s}.poke-block-choice .option-choice:nth-child(7900n){-webkit-animation-delay:790.6s;animation-delay:790.6s}.poke-block-choice .option-choice:nth-child(7901n){-webkit-animation-delay:790.7s;animation-delay:790.7s}.poke-block-choice .option-choice:nth-child(7902n){-webkit-animation-delay:790.8s;animation-delay:790.8s}.poke-block-choice .option-choice:nth-child(7903n){-webkit-animation-delay:790.9s;animation-delay:790.9s}.poke-block-choice .option-choice:nth-child(7904n){-webkit-animation-delay:791s;animation-delay:791s}.poke-block-choice .option-choice:nth-child(7905n){-webkit-animation-delay:791.1s;animation-delay:791.1s}.poke-block-choice .option-choice:nth-child(7906n){-webkit-animation-delay:791.2s;animation-delay:791.2s}.poke-block-choice .option-choice:nth-child(7907n){-webkit-animation-delay:791.3s;animation-delay:791.3s}.poke-block-choice .option-choice:nth-child(7908n){-webkit-animation-delay:791.4s;animation-delay:791.4s}.poke-block-choice .option-choice:nth-child(7909n){-webkit-animation-delay:791.5s;animation-delay:791.5s}.poke-block-choice .option-choice:nth-child(7910n){-webkit-animation-delay:791.6s;animation-delay:791.6s}.poke-block-choice .option-choice:nth-child(7911n){-webkit-animation-delay:791.7s;animation-delay:791.7s}.poke-block-choice .option-choice:nth-child(7912n){-webkit-animation-delay:791.8s;animation-delay:791.8s}.poke-block-choice .option-choice:nth-child(7913n){-webkit-animation-delay:791.9s;animation-delay:791.9s}.poke-block-choice .option-choice:nth-child(7914n){-webkit-animation-delay:792s;animation-delay:792s}.poke-block-choice .option-choice:nth-child(7915n){-webkit-animation-delay:792.1s;animation-delay:792.1s}.poke-block-choice .option-choice:nth-child(7916n){-webkit-animation-delay:792.2s;animation-delay:792.2s}.poke-block-choice .option-choice:nth-child(7917n){-webkit-animation-delay:792.3s;animation-delay:792.3s}.poke-block-choice .option-choice:nth-child(7918n){-webkit-animation-delay:792.4s;animation-delay:792.4s}.poke-block-choice .option-choice:nth-child(7919n){-webkit-animation-delay:792.5s;animation-delay:792.5s}.poke-block-choice .option-choice:nth-child(7920n){-webkit-animation-delay:792.6s;animation-delay:792.6s}.poke-block-choice .option-choice:nth-child(7921n){-webkit-animation-delay:792.7s;animation-delay:792.7s}.poke-block-choice .option-choice:nth-child(7922n){-webkit-animation-delay:792.8s;animation-delay:792.8s}.poke-block-choice .option-choice:nth-child(7923n){-webkit-animation-delay:792.9s;animation-delay:792.9s}.poke-block-choice .option-choice:nth-child(7924n){-webkit-animation-delay:793s;animation-delay:793s}.poke-block-choice .option-choice:nth-child(7925n){-webkit-animation-delay:793.1s;animation-delay:793.1s}.poke-block-choice .option-choice:nth-child(7926n){-webkit-animation-delay:793.2s;animation-delay:793.2s}.poke-block-choice .option-choice:nth-child(7927n){-webkit-animation-delay:793.3s;animation-delay:793.3s}.poke-block-choice .option-choice:nth-child(7928n){-webkit-animation-delay:793.4s;animation-delay:793.4s}.poke-block-choice .option-choice:nth-child(7929n){-webkit-animation-delay:793.5s;animation-delay:793.5s}.poke-block-choice .option-choice:nth-child(7930n){-webkit-animation-delay:793.6s;animation-delay:793.6s}.poke-block-choice .option-choice:nth-child(7931n){-webkit-animation-delay:793.7s;animation-delay:793.7s}.poke-block-choice .option-choice:nth-child(7932n){-webkit-animation-delay:793.8s;animation-delay:793.8s}.poke-block-choice .option-choice:nth-child(7933n){-webkit-animation-delay:793.9s;animation-delay:793.9s}.poke-block-choice .option-choice:nth-child(7934n){-webkit-animation-delay:794s;animation-delay:794s}.poke-block-choice .option-choice:nth-child(7935n){-webkit-animation-delay:794.1s;animation-delay:794.1s}.poke-block-choice .option-choice:nth-child(7936n){-webkit-animation-delay:794.2s;animation-delay:794.2s}.poke-block-choice .option-choice:nth-child(7937n){-webkit-animation-delay:794.3s;animation-delay:794.3s}.poke-block-choice .option-choice:nth-child(7938n){-webkit-animation-delay:794.4s;animation-delay:794.4s}.poke-block-choice .option-choice:nth-child(7939n){-webkit-animation-delay:794.5s;animation-delay:794.5s}.poke-block-choice .option-choice:nth-child(7940n){-webkit-animation-delay:794.6s;animation-delay:794.6s}.poke-block-choice .option-choice:nth-child(7941n){-webkit-animation-delay:794.7s;animation-delay:794.7s}.poke-block-choice .option-choice:nth-child(7942n){-webkit-animation-delay:794.8s;animation-delay:794.8s}.poke-block-choice .option-choice:nth-child(7943n){-webkit-animation-delay:794.9s;animation-delay:794.9s}.poke-block-choice .option-choice:nth-child(7944n){-webkit-animation-delay:795s;animation-delay:795s}.poke-block-choice .option-choice:nth-child(7945n){-webkit-animation-delay:795.1s;animation-delay:795.1s}.poke-block-choice .option-choice:nth-child(7946n){-webkit-animation-delay:795.2s;animation-delay:795.2s}.poke-block-choice .option-choice:nth-child(7947n){-webkit-animation-delay:795.3s;animation-delay:795.3s}.poke-block-choice .option-choice:nth-child(7948n){-webkit-animation-delay:795.4s;animation-delay:795.4s}.poke-block-choice .option-choice:nth-child(7949n){-webkit-animation-delay:795.5s;animation-delay:795.5s}.poke-block-choice .option-choice:nth-child(7950n){-webkit-animation-delay:795.6s;animation-delay:795.6s}.poke-block-choice .option-choice:nth-child(7951n){-webkit-animation-delay:795.7s;animation-delay:795.7s}.poke-block-choice .option-choice:nth-child(7952n){-webkit-animation-delay:795.8s;animation-delay:795.8s}.poke-block-choice .option-choice:nth-child(7953n){-webkit-animation-delay:795.9s;animation-delay:795.9s}.poke-block-choice .option-choice:nth-child(7954n){-webkit-animation-delay:796s;animation-delay:796s}.poke-block-choice .option-choice:nth-child(7955n){-webkit-animation-delay:796.1s;animation-delay:796.1s}.poke-block-choice .option-choice:nth-child(7956n){-webkit-animation-delay:796.2s;animation-delay:796.2s}.poke-block-choice .option-choice:nth-child(7957n){-webkit-animation-delay:796.3s;animation-delay:796.3s}.poke-block-choice .option-choice:nth-child(7958n){-webkit-animation-delay:796.4s;animation-delay:796.4s}.poke-block-choice .option-choice:nth-child(7959n){-webkit-animation-delay:796.5s;animation-delay:796.5s}.poke-block-choice .option-choice:nth-child(7960n){-webkit-animation-delay:796.6s;animation-delay:796.6s}.poke-block-choice .option-choice:nth-child(7961n){-webkit-animation-delay:796.7s;animation-delay:796.7s}.poke-block-choice .option-choice:nth-child(7962n){-webkit-animation-delay:796.8s;animation-delay:796.8s}.poke-block-choice .option-choice:nth-child(7963n){-webkit-animation-delay:796.9s;animation-delay:796.9s}.poke-block-choice .option-choice:nth-child(7964n){-webkit-animation-delay:797s;animation-delay:797s}.poke-block-choice .option-choice:nth-child(7965n){-webkit-animation-delay:797.1s;animation-delay:797.1s}.poke-block-choice .option-choice:nth-child(7966n){-webkit-animation-delay:797.2s;animation-delay:797.2s}.poke-block-choice .option-choice:nth-child(7967n){-webkit-animation-delay:797.3s;animation-delay:797.3s}.poke-block-choice .option-choice:nth-child(7968n){-webkit-animation-delay:797.4s;animation-delay:797.4s}.poke-block-choice .option-choice:nth-child(7969n){-webkit-animation-delay:797.5s;animation-delay:797.5s}.poke-block-choice .option-choice:nth-child(7970n){-webkit-animation-delay:797.6s;animation-delay:797.6s}.poke-block-choice .option-choice:nth-child(7971n){-webkit-animation-delay:797.7s;animation-delay:797.7s}.poke-block-choice .option-choice:nth-child(7972n){-webkit-animation-delay:797.8s;animation-delay:797.8s}.poke-block-choice .option-choice:nth-child(7973n){-webkit-animation-delay:797.9s;animation-delay:797.9s}.poke-block-choice .option-choice:nth-child(7974n){-webkit-animation-delay:798s;animation-delay:798s}.poke-block-choice .option-choice:nth-child(7975n){-webkit-animation-delay:798.1s;animation-delay:798.1s}.poke-block-choice .option-choice:nth-child(7976n){-webkit-animation-delay:798.2s;animation-delay:798.2s}.poke-block-choice .option-choice:nth-child(7977n){-webkit-animation-delay:798.3s;animation-delay:798.3s}.poke-block-choice .option-choice:nth-child(7978n){-webkit-animation-delay:798.4s;animation-delay:798.4s}.poke-block-choice .option-choice:nth-child(7979n){-webkit-animation-delay:798.5s;animation-delay:798.5s}.poke-block-choice .option-choice:nth-child(7980n){-webkit-animation-delay:798.6s;animation-delay:798.6s}.poke-block-choice .option-choice:nth-child(7981n){-webkit-animation-delay:798.7s;animation-delay:798.7s}.poke-block-choice .option-choice:nth-child(7982n){-webkit-animation-delay:798.8s;animation-delay:798.8s}.poke-block-choice .option-choice:nth-child(7983n){-webkit-animation-delay:798.9s;animation-delay:798.9s}.poke-block-choice .option-choice:nth-child(7984n){-webkit-animation-delay:799s;animation-delay:799s}.poke-block-choice .option-choice:nth-child(7985n){-webkit-animation-delay:799.1s;animation-delay:799.1s}.poke-block-choice .option-choice:nth-child(7986n){-webkit-animation-delay:799.2s;animation-delay:799.2s}.poke-block-choice .option-choice:nth-child(7987n){-webkit-animation-delay:799.3s;animation-delay:799.3s}.poke-block-choice .option-choice:nth-child(7988n){-webkit-animation-delay:799.4s;animation-delay:799.4s}.poke-block-choice .option-choice:nth-child(7989n){-webkit-animation-delay:799.5s;animation-delay:799.5s}.poke-block-choice .option-choice:nth-child(7990n){-webkit-animation-delay:799.6s;animation-delay:799.6s}.poke-block-choice .option-choice:nth-child(7991n){-webkit-animation-delay:799.7s;animation-delay:799.7s}.poke-block-choice .option-choice:nth-child(7992n){-webkit-animation-delay:799.8s;animation-delay:799.8s}.poke-block-choice .option-choice:nth-child(7993n){-webkit-animation-delay:799.9s;animation-delay:799.9s}.poke-block-choice .option-choice:nth-child(7994n){-webkit-animation-delay:800s;animation-delay:800s}.poke-block-choice .option-choice:nth-child(7995n){-webkit-animation-delay:800.1s;animation-delay:800.1s}.poke-block-choice .option-choice:nth-child(7996n){-webkit-animation-delay:800.2s;animation-delay:800.2s}.poke-block-choice .option-choice:nth-child(7997n){-webkit-animation-delay:800.3s;animation-delay:800.3s}.poke-block-choice .option-choice:nth-child(7998n){-webkit-animation-delay:800.4s;animation-delay:800.4s}.poke-block-choice .option-choice:nth-child(7999n){-webkit-animation-delay:800.5s;animation-delay:800.5s}.poke-block-choice .option-choice:nth-child(8000n){-webkit-animation-delay:800.6s;animation-delay:800.6s}.poke-block-choice .option-choice:nth-child(8001n){-webkit-animation-delay:800.7s;animation-delay:800.7s}.poke-block-choice .option-choice:nth-child(8002n){-webkit-animation-delay:800.8s;animation-delay:800.8s}.poke-block-choice .option-choice:nth-child(8003n){-webkit-animation-delay:800.9s;animation-delay:800.9s}.poke-block-choice .option-choice:nth-child(8004n){-webkit-animation-delay:801s;animation-delay:801s}.poke-block-choice .option-choice:nth-child(8005n){-webkit-animation-delay:801.1s;animation-delay:801.1s}.poke-block-choice .option-choice:nth-child(8006n){-webkit-animation-delay:801.2s;animation-delay:801.2s}.poke-block-choice .option-choice:nth-child(8007n){-webkit-animation-delay:801.3s;animation-delay:801.3s}.poke-block-choice .option-choice:nth-child(8008n){-webkit-animation-delay:801.4s;animation-delay:801.4s}.poke-block-choice .option-choice:nth-child(8009n){-webkit-animation-delay:801.5s;animation-delay:801.5s}.poke-block-choice .option-choice:nth-child(8010n){-webkit-animation-delay:801.6s;animation-delay:801.6s}.poke-block-choice .option-choice:nth-child(8011n){-webkit-animation-delay:801.7s;animation-delay:801.7s}.poke-block-choice .option-choice:nth-child(8012n){-webkit-animation-delay:801.8s;animation-delay:801.8s}.poke-block-choice .option-choice:nth-child(8013n){-webkit-animation-delay:801.9s;animation-delay:801.9s}.poke-block-choice .option-choice:nth-child(8014n){-webkit-animation-delay:802s;animation-delay:802s}.poke-block-choice .option-choice:nth-child(8015n){-webkit-animation-delay:802.1s;animation-delay:802.1s}.poke-block-choice .option-choice:nth-child(8016n){-webkit-animation-delay:802.2s;animation-delay:802.2s}.poke-block-choice .option-choice:nth-child(8017n){-webkit-animation-delay:802.3s;animation-delay:802.3s}.poke-block-choice .option-choice:nth-child(8018n){-webkit-animation-delay:802.4s;animation-delay:802.4s}.poke-block-choice .option-choice:nth-child(8019n){-webkit-animation-delay:802.5s;animation-delay:802.5s}.poke-block-choice .option-choice:nth-child(8020n){-webkit-animation-delay:802.6s;animation-delay:802.6s}.poke-block-choice .option-choice:nth-child(8021n){-webkit-animation-delay:802.7s;animation-delay:802.7s}.poke-block-choice .option-choice:nth-child(8022n){-webkit-animation-delay:802.8s;animation-delay:802.8s}.poke-block-choice .option-choice:nth-child(8023n){-webkit-animation-delay:802.9s;animation-delay:802.9s}.poke-block-choice .option-choice:nth-child(8024n){-webkit-animation-delay:803s;animation-delay:803s}.poke-block-choice .option-choice:nth-child(8025n){-webkit-animation-delay:803.1s;animation-delay:803.1s}.poke-block-choice .option-choice:nth-child(8026n){-webkit-animation-delay:803.2s;animation-delay:803.2s}.poke-block-choice .option-choice:nth-child(8027n){-webkit-animation-delay:803.3s;animation-delay:803.3s}.poke-block-choice .option-choice:nth-child(8028n){-webkit-animation-delay:803.4s;animation-delay:803.4s}.poke-block-choice .option-choice:nth-child(8029n){-webkit-animation-delay:803.5s;animation-delay:803.5s}.poke-block-choice .option-choice:nth-child(8030n){-webkit-animation-delay:803.6s;animation-delay:803.6s}.poke-block-choice .option-choice:nth-child(8031n){-webkit-animation-delay:803.7s;animation-delay:803.7s}.poke-block-choice .option-choice:nth-child(8032n){-webkit-animation-delay:803.8s;animation-delay:803.8s}.poke-block-choice .option-choice:nth-child(8033n){-webkit-animation-delay:803.9s;animation-delay:803.9s}.poke-block-choice .option-choice:nth-child(8034n){-webkit-animation-delay:804s;animation-delay:804s}.poke-block-choice .option-choice:nth-child(8035n){-webkit-animation-delay:804.1s;animation-delay:804.1s}.poke-block-choice .option-choice:nth-child(8036n){-webkit-animation-delay:804.2s;animation-delay:804.2s}.poke-block-choice .option-choice:nth-child(8037n){-webkit-animation-delay:804.3s;animation-delay:804.3s}.poke-block-choice .option-choice:nth-child(8038n){-webkit-animation-delay:804.4s;animation-delay:804.4s}.poke-block-choice .option-choice:nth-child(8039n){-webkit-animation-delay:804.5s;animation-delay:804.5s}.poke-block-choice .option-choice:nth-child(8040n){-webkit-animation-delay:804.6s;animation-delay:804.6s}.poke-block-choice .option-choice:nth-child(8041n){-webkit-animation-delay:804.7s;animation-delay:804.7s}.poke-block-choice .option-choice:nth-child(8042n){-webkit-animation-delay:804.8s;animation-delay:804.8s}.poke-block-choice .option-choice:nth-child(8043n){-webkit-animation-delay:804.9s;animation-delay:804.9s}.poke-block-choice .option-choice:nth-child(8044n){-webkit-animation-delay:805s;animation-delay:805s}.poke-block-choice .option-choice:nth-child(8045n){-webkit-animation-delay:805.1s;animation-delay:805.1s}.poke-block-choice .option-choice:nth-child(8046n){-webkit-animation-delay:805.2s;animation-delay:805.2s}.poke-block-choice .option-choice:nth-child(8047n){-webkit-animation-delay:805.3s;animation-delay:805.3s}.poke-block-choice .option-choice:nth-child(8048n){-webkit-animation-delay:805.4s;animation-delay:805.4s}.poke-block-choice .option-choice:nth-child(8049n){-webkit-animation-delay:805.5s;animation-delay:805.5s}.poke-block-choice .option-choice:nth-child(8050n){-webkit-animation-delay:805.6s;animation-delay:805.6s}.poke-block-choice .option-choice:nth-child(8051n){-webkit-animation-delay:805.7s;animation-delay:805.7s}.poke-block-choice .option-choice:nth-child(8052n){-webkit-animation-delay:805.8s;animation-delay:805.8s}.poke-block-choice .option-choice:nth-child(8053n){-webkit-animation-delay:805.9s;animation-delay:805.9s}.poke-block-choice .option-choice:nth-child(8054n){-webkit-animation-delay:806s;animation-delay:806s}.poke-block-choice .option-choice:nth-child(8055n){-webkit-animation-delay:806.1s;animation-delay:806.1s}.poke-block-choice .option-choice:nth-child(8056n){-webkit-animation-delay:806.2s;animation-delay:806.2s}.poke-block-choice .option-choice:nth-child(8057n){-webkit-animation-delay:806.3s;animation-delay:806.3s}.poke-block-choice .option-choice:nth-child(8058n){-webkit-animation-delay:806.4s;animation-delay:806.4s}.poke-block-choice .option-choice:nth-child(8059n){-webkit-animation-delay:806.5s;animation-delay:806.5s}.poke-block-choice .option-choice:nth-child(8060n){-webkit-animation-delay:806.6s;animation-delay:806.6s}.poke-block-choice .option-choice:nth-child(8061n){-webkit-animation-delay:806.7s;animation-delay:806.7s}.poke-block-choice .option-choice:nth-child(8062n){-webkit-animation-delay:806.8s;animation-delay:806.8s}.poke-block-choice .option-choice:nth-child(8063n){-webkit-animation-delay:806.9s;animation-delay:806.9s}.poke-block-choice .option-choice:nth-child(8064n){-webkit-animation-delay:807s;animation-delay:807s}.poke-block-choice .option-choice:nth-child(8065n){-webkit-animation-delay:807.1s;animation-delay:807.1s}.poke-block-choice .option-choice:nth-child(8066n){-webkit-animation-delay:807.2s;animation-delay:807.2s}.poke-block-choice .option-choice:nth-child(8067n){-webkit-animation-delay:807.3s;animation-delay:807.3s}.poke-block-choice .option-choice:nth-child(8068n){-webkit-animation-delay:807.4s;animation-delay:807.4s}.poke-block-choice .option-choice:nth-child(8069n){-webkit-animation-delay:807.5s;animation-delay:807.5s}.poke-block-choice .option-choice:nth-child(8070n){-webkit-animation-delay:807.6s;animation-delay:807.6s}.poke-block-choice .option-choice:nth-child(8071n){-webkit-animation-delay:807.7s;animation-delay:807.7s}.poke-block-choice .option-choice:nth-child(8072n){-webkit-animation-delay:807.8s;animation-delay:807.8s}.poke-block-choice .option-choice:nth-child(8073n){-webkit-animation-delay:807.9s;animation-delay:807.9s}.poke-block-choice .option-choice:nth-child(8074n){-webkit-animation-delay:808s;animation-delay:808s}.poke-block-choice .option-choice:nth-child(8075n){-webkit-animation-delay:808.1s;animation-delay:808.1s}.poke-block-choice .option-choice:nth-child(8076n){-webkit-animation-delay:808.2s;animation-delay:808.2s}.poke-block-choice .option-choice:nth-child(8077n){-webkit-animation-delay:808.3s;animation-delay:808.3s}.poke-block-choice .option-choice:nth-child(8078n){-webkit-animation-delay:808.4s;animation-delay:808.4s}.poke-block-choice .option-choice:nth-child(8079n){-webkit-animation-delay:808.5s;animation-delay:808.5s}.poke-block-choice .option-choice:nth-child(8080n){-webkit-animation-delay:808.6s;animation-delay:808.6s}.poke-block-choice .option-choice:nth-child(8081n){-webkit-animation-delay:808.7s;animation-delay:808.7s}.poke-block-choice .option-choice:nth-child(8082n){-webkit-animation-delay:808.8s;animation-delay:808.8s}.poke-block-choice .option-choice:nth-child(8083n){-webkit-animation-delay:808.9s;animation-delay:808.9s}.poke-block-choice .option-choice:nth-child(8084n){-webkit-animation-delay:809s;animation-delay:809s}.poke-block-choice .option-choice:nth-child(8085n){-webkit-animation-delay:809.1s;animation-delay:809.1s}.poke-block-choice .option-choice:nth-child(8086n){-webkit-animation-delay:809.2s;animation-delay:809.2s}.poke-block-choice .option-choice:nth-child(8087n){-webkit-animation-delay:809.3s;animation-delay:809.3s}.poke-block-choice .option-choice:nth-child(8088n){-webkit-animation-delay:809.4s;animation-delay:809.4s}.poke-block-choice .option-choice:nth-child(8089n){-webkit-animation-delay:809.5s;animation-delay:809.5s}.poke-block-choice .option-choice:nth-child(8090n){-webkit-animation-delay:809.6s;animation-delay:809.6s}.poke-block-choice .option-choice:nth-child(8091n){-webkit-animation-delay:809.7s;animation-delay:809.7s}.poke-block-choice .option-choice:nth-child(8092n){-webkit-animation-delay:809.8s;animation-delay:809.8s}.poke-block-choice .option-choice:nth-child(8093n){-webkit-animation-delay:809.9s;animation-delay:809.9s}.poke-block-choice .option-choice:nth-child(8094n){-webkit-animation-delay:810s;animation-delay:810s}.poke-block-choice .option-choice:nth-child(8095n){-webkit-animation-delay:810.1s;animation-delay:810.1s}.poke-block-choice .option-choice:nth-child(8096n){-webkit-animation-delay:810.2s;animation-delay:810.2s}.poke-block-choice .option-choice:nth-child(8097n){-webkit-animation-delay:810.3s;animation-delay:810.3s}.poke-block-choice .option-choice:nth-child(8098n){-webkit-animation-delay:810.4s;animation-delay:810.4s}.poke-block-choice .option-choice:nth-child(8099n){-webkit-animation-delay:810.5s;animation-delay:810.5s}.poke-block-choice .option-choice:nth-child(8100n){-webkit-animation-delay:810.6s;animation-delay:810.6s}.poke-block-choice .option-choice:nth-child(8101n){-webkit-animation-delay:810.7s;animation-delay:810.7s}.poke-block-choice .option-choice:nth-child(8102n){-webkit-animation-delay:810.8s;animation-delay:810.8s}.poke-block-choice .option-choice:nth-child(8103n){-webkit-animation-delay:810.9s;animation-delay:810.9s}.poke-block-choice .option-choice:nth-child(8104n){-webkit-animation-delay:811s;animation-delay:811s}.poke-block-choice .option-choice:nth-child(8105n){-webkit-animation-delay:811.1s;animation-delay:811.1s}.poke-block-choice .option-choice:nth-child(8106n){-webkit-animation-delay:811.2s;animation-delay:811.2s}.poke-block-choice .option-choice:nth-child(8107n){-webkit-animation-delay:811.3s;animation-delay:811.3s}.poke-block-choice .option-choice:nth-child(8108n){-webkit-animation-delay:811.4s;animation-delay:811.4s}.poke-block-choice .option-choice:nth-child(8109n){-webkit-animation-delay:811.5s;animation-delay:811.5s}.poke-block-choice .option-choice:nth-child(8110n){-webkit-animation-delay:811.6s;animation-delay:811.6s}.poke-block-choice .option-choice:nth-child(8111n){-webkit-animation-delay:811.7s;animation-delay:811.7s}.poke-block-choice .option-choice:nth-child(8112n){-webkit-animation-delay:811.8s;animation-delay:811.8s}.poke-block-choice .option-choice:nth-child(8113n){-webkit-animation-delay:811.9s;animation-delay:811.9s}.poke-block-choice .option-choice:nth-child(8114n){-webkit-animation-delay:812s;animation-delay:812s}.poke-block-choice .option-choice:nth-child(8115n){-webkit-animation-delay:812.1s;animation-delay:812.1s}.poke-block-choice .option-choice:nth-child(8116n){-webkit-animation-delay:812.2s;animation-delay:812.2s}.poke-block-choice .option-choice:nth-child(8117n){-webkit-animation-delay:812.3s;animation-delay:812.3s}.poke-block-choice .option-choice:nth-child(8118n){-webkit-animation-delay:812.4s;animation-delay:812.4s}.poke-block-choice .option-choice:nth-child(8119n){-webkit-animation-delay:812.5s;animation-delay:812.5s}.poke-block-choice .option-choice:nth-child(8120n){-webkit-animation-delay:812.6s;animation-delay:812.6s}.poke-block-choice .option-choice:nth-child(8121n){-webkit-animation-delay:812.7s;animation-delay:812.7s}.poke-block-choice .option-choice:nth-child(8122n){-webkit-animation-delay:812.8s;animation-delay:812.8s}.poke-block-choice .option-choice:nth-child(8123n){-webkit-animation-delay:812.9s;animation-delay:812.9s}.poke-block-choice .option-choice:nth-child(8124n){-webkit-animation-delay:813s;animation-delay:813s}.poke-block-choice .option-choice:nth-child(8125n){-webkit-animation-delay:813.1s;animation-delay:813.1s}.poke-block-choice .option-choice:nth-child(8126n){-webkit-animation-delay:813.2s;animation-delay:813.2s}.poke-block-choice .option-choice:nth-child(8127n){-webkit-animation-delay:813.3s;animation-delay:813.3s}.poke-block-choice .option-choice:nth-child(8128n){-webkit-animation-delay:813.4s;animation-delay:813.4s}.poke-block-choice .option-choice:nth-child(8129n){-webkit-animation-delay:813.5s;animation-delay:813.5s}.poke-block-choice .option-choice:nth-child(8130n){-webkit-animation-delay:813.6s;animation-delay:813.6s}.poke-block-choice .option-choice:nth-child(8131n){-webkit-animation-delay:813.7s;animation-delay:813.7s}.poke-block-choice .option-choice:nth-child(8132n){-webkit-animation-delay:813.8s;animation-delay:813.8s}.poke-block-choice .option-choice:nth-child(8133n){-webkit-animation-delay:813.9s;animation-delay:813.9s}.poke-block-choice .option-choice:nth-child(8134n){-webkit-animation-delay:814s;animation-delay:814s}.poke-block-choice .option-choice:nth-child(8135n){-webkit-animation-delay:814.1s;animation-delay:814.1s}.poke-block-choice .option-choice:nth-child(8136n){-webkit-animation-delay:814.2s;animation-delay:814.2s}.poke-block-choice .option-choice:nth-child(8137n){-webkit-animation-delay:814.3s;animation-delay:814.3s}.poke-block-choice .option-choice:nth-child(8138n){-webkit-animation-delay:814.4s;animation-delay:814.4s}.poke-block-choice .option-choice:nth-child(8139n){-webkit-animation-delay:814.5s;animation-delay:814.5s}.poke-block-choice .option-choice:nth-child(8140n){-webkit-animation-delay:814.6s;animation-delay:814.6s}.poke-block-choice .option-choice:nth-child(8141n){-webkit-animation-delay:814.7s;animation-delay:814.7s}.poke-block-choice .option-choice:nth-child(8142n){-webkit-animation-delay:814.8s;animation-delay:814.8s}.poke-block-choice .option-choice:nth-child(8143n){-webkit-animation-delay:814.9s;animation-delay:814.9s}.poke-block-choice .option-choice:nth-child(8144n){-webkit-animation-delay:815s;animation-delay:815s}.poke-block-choice .option-choice:nth-child(8145n){-webkit-animation-delay:815.1s;animation-delay:815.1s}.poke-block-choice .option-choice:nth-child(8146n){-webkit-animation-delay:815.2s;animation-delay:815.2s}.poke-block-choice .option-choice:nth-child(8147n){-webkit-animation-delay:815.3s;animation-delay:815.3s}.poke-block-choice .option-choice:nth-child(8148n){-webkit-animation-delay:815.4s;animation-delay:815.4s}.poke-block-choice .option-choice:nth-child(8149n){-webkit-animation-delay:815.5s;animation-delay:815.5s}.poke-block-choice .option-choice:nth-child(8150n){-webkit-animation-delay:815.6s;animation-delay:815.6s}.poke-block-choice .option-choice:nth-child(8151n){-webkit-animation-delay:815.7s;animation-delay:815.7s}.poke-block-choice .option-choice:nth-child(8152n){-webkit-animation-delay:815.8s;animation-delay:815.8s}.poke-block-choice .option-choice:nth-child(8153n){-webkit-animation-delay:815.9s;animation-delay:815.9s}.poke-block-choice .option-choice:nth-child(8154n){-webkit-animation-delay:816s;animation-delay:816s}.poke-block-choice .option-choice:nth-child(8155n){-webkit-animation-delay:816.1s;animation-delay:816.1s}.poke-block-choice .option-choice:nth-child(8156n){-webkit-animation-delay:816.2s;animation-delay:816.2s}.poke-block-choice .option-choice:nth-child(8157n){-webkit-animation-delay:816.3s;animation-delay:816.3s}.poke-block-choice .option-choice:nth-child(8158n){-webkit-animation-delay:816.4s;animation-delay:816.4s}.poke-block-choice .option-choice:nth-child(8159n){-webkit-animation-delay:816.5s;animation-delay:816.5s}.poke-block-choice .option-choice:nth-child(8160n){-webkit-animation-delay:816.6s;animation-delay:816.6s}.poke-block-choice .option-choice:nth-child(8161n){-webkit-animation-delay:816.7s;animation-delay:816.7s}.poke-block-choice .option-choice:nth-child(8162n){-webkit-animation-delay:816.8s;animation-delay:816.8s}.poke-block-choice .option-choice:nth-child(8163n){-webkit-animation-delay:816.9s;animation-delay:816.9s}.poke-block-choice .option-choice:nth-child(8164n){-webkit-animation-delay:817s;animation-delay:817s}.poke-block-choice .option-choice:nth-child(8165n){-webkit-animation-delay:817.1s;animation-delay:817.1s}.poke-block-choice .option-choice:nth-child(8166n){-webkit-animation-delay:817.2s;animation-delay:817.2s}.poke-block-choice .option-choice:nth-child(8167n){-webkit-animation-delay:817.3s;animation-delay:817.3s}.poke-block-choice .option-choice:nth-child(8168n){-webkit-animation-delay:817.4s;animation-delay:817.4s}.poke-block-choice .option-choice:nth-child(8169n){-webkit-animation-delay:817.5s;animation-delay:817.5s}.poke-block-choice .option-choice:nth-child(8170n){-webkit-animation-delay:817.6s;animation-delay:817.6s}.poke-block-choice .option-choice:nth-child(8171n){-webkit-animation-delay:817.7s;animation-delay:817.7s}.poke-block-choice .option-choice:nth-child(8172n){-webkit-animation-delay:817.8s;animation-delay:817.8s}.poke-block-choice .option-choice:nth-child(8173n){-webkit-animation-delay:817.9s;animation-delay:817.9s}.poke-block-choice .option-choice:nth-child(8174n){-webkit-animation-delay:818s;animation-delay:818s}.poke-block-choice .option-choice:nth-child(8175n){-webkit-animation-delay:818.1s;animation-delay:818.1s}.poke-block-choice .option-choice:nth-child(8176n){-webkit-animation-delay:818.2s;animation-delay:818.2s}.poke-block-choice .option-choice:nth-child(8177n){-webkit-animation-delay:818.3s;animation-delay:818.3s}.poke-block-choice .option-choice:nth-child(8178n){-webkit-animation-delay:818.4s;animation-delay:818.4s}.poke-block-choice .option-choice:nth-child(8179n){-webkit-animation-delay:818.5s;animation-delay:818.5s}.poke-block-choice .option-choice:nth-child(8180n){-webkit-animation-delay:818.6s;animation-delay:818.6s}.poke-block-choice .option-choice:nth-child(8181n){-webkit-animation-delay:818.7s;animation-delay:818.7s}.poke-block-choice .option-choice:nth-child(8182n){-webkit-animation-delay:818.8s;animation-delay:818.8s}.poke-block-choice .option-choice:nth-child(8183n){-webkit-animation-delay:818.9s;animation-delay:818.9s}.poke-block-choice .option-choice:nth-child(8184n){-webkit-animation-delay:819s;animation-delay:819s}.poke-block-choice .option-choice:nth-child(8185n){-webkit-animation-delay:819.1s;animation-delay:819.1s}.poke-block-choice .option-choice:nth-child(8186n){-webkit-animation-delay:819.2s;animation-delay:819.2s}.poke-block-choice .option-choice:nth-child(8187n){-webkit-animation-delay:819.3s;animation-delay:819.3s}.poke-block-choice .option-choice:nth-child(8188n){-webkit-animation-delay:819.4s;animation-delay:819.4s}.poke-block-choice .option-choice:nth-child(8189n){-webkit-animation-delay:819.5s;animation-delay:819.5s}.poke-block-choice .option-choice:nth-child(8190n){-webkit-animation-delay:819.6s;animation-delay:819.6s}.poke-block-choice .option-choice:nth-child(8191n){-webkit-animation-delay:819.7s;animation-delay:819.7s}.poke-block-choice .option-choice:nth-child(8192n){-webkit-animation-delay:819.8s;animation-delay:819.8s}.poke-block-choice .option-choice:nth-child(8193n){-webkit-animation-delay:819.9s;animation-delay:819.9s}.poke-block-choice .option-choice:nth-child(8194n){-webkit-animation-delay:820s;animation-delay:820s}.poke-block-choice .option-choice:nth-child(8195n){-webkit-animation-delay:820.1s;animation-delay:820.1s}.poke-block-choice .option-choice:nth-child(8196n){-webkit-animation-delay:820.2s;animation-delay:820.2s}.poke-block-choice .option-choice:nth-child(8197n){-webkit-animation-delay:820.3s;animation-delay:820.3s}.poke-block-choice .option-choice:nth-child(8198n){-webkit-animation-delay:820.4s;animation-delay:820.4s}.poke-block-choice .option-choice:nth-child(8199n){-webkit-animation-delay:820.5s;animation-delay:820.5s}.poke-block-choice .option-choice:nth-child(8200n){-webkit-animation-delay:820.6s;animation-delay:820.6s}.poke-block-choice .option-choice:nth-child(8201n){-webkit-animation-delay:820.7s;animation-delay:820.7s}.poke-block-choice .option-choice:nth-child(8202n){-webkit-animation-delay:820.8s;animation-delay:820.8s}.poke-block-choice .option-choice:nth-child(8203n){-webkit-animation-delay:820.9s;animation-delay:820.9s}.poke-block-choice .option-choice:nth-child(8204n){-webkit-animation-delay:821s;animation-delay:821s}.poke-block-choice .option-choice:nth-child(8205n){-webkit-animation-delay:821.1s;animation-delay:821.1s}.poke-block-choice .option-choice:nth-child(8206n){-webkit-animation-delay:821.2s;animation-delay:821.2s}.poke-block-choice .option-choice:nth-child(8207n){-webkit-animation-delay:821.3s;animation-delay:821.3s}.poke-block-choice .option-choice:nth-child(8208n){-webkit-animation-delay:821.4s;animation-delay:821.4s}.poke-block-choice .option-choice:nth-child(8209n){-webkit-animation-delay:821.5s;animation-delay:821.5s}.poke-block-choice .option-choice:nth-child(8210n){-webkit-animation-delay:821.6s;animation-delay:821.6s}.poke-block-choice .option-choice:nth-child(8211n){-webkit-animation-delay:821.7s;animation-delay:821.7s}.poke-block-choice .option-choice:nth-child(8212n){-webkit-animation-delay:821.8s;animation-delay:821.8s}.poke-block-choice .option-choice:nth-child(8213n){-webkit-animation-delay:821.9s;animation-delay:821.9s}.poke-block-choice .option-choice:nth-child(8214n){-webkit-animation-delay:822s;animation-delay:822s}.poke-block-choice .option-choice:nth-child(8215n){-webkit-animation-delay:822.1s;animation-delay:822.1s}.poke-block-choice .option-choice:nth-child(8216n){-webkit-animation-delay:822.2s;animation-delay:822.2s}.poke-block-choice .option-choice:nth-child(8217n){-webkit-animation-delay:822.3s;animation-delay:822.3s}.poke-block-choice .option-choice:nth-child(8218n){-webkit-animation-delay:822.4s;animation-delay:822.4s}.poke-block-choice .option-choice:nth-child(8219n){-webkit-animation-delay:822.5s;animation-delay:822.5s}.poke-block-choice .option-choice:nth-child(8220n){-webkit-animation-delay:822.6s;animation-delay:822.6s}.poke-block-choice .option-choice:nth-child(8221n){-webkit-animation-delay:822.7s;animation-delay:822.7s}.poke-block-choice .option-choice:nth-child(8222n){-webkit-animation-delay:822.8s;animation-delay:822.8s}.poke-block-choice .option-choice:nth-child(8223n){-webkit-animation-delay:822.9s;animation-delay:822.9s}.poke-block-choice .option-choice:nth-child(8224n){-webkit-animation-delay:823s;animation-delay:823s}.poke-block-choice .option-choice:nth-child(8225n){-webkit-animation-delay:823.1s;animation-delay:823.1s}.poke-block-choice .option-choice:nth-child(8226n){-webkit-animation-delay:823.2s;animation-delay:823.2s}.poke-block-choice .option-choice:nth-child(8227n){-webkit-animation-delay:823.3s;animation-delay:823.3s}.poke-block-choice .option-choice:nth-child(8228n){-webkit-animation-delay:823.4s;animation-delay:823.4s}.poke-block-choice .option-choice:nth-child(8229n){-webkit-animation-delay:823.5s;animation-delay:823.5s}.poke-block-choice .option-choice:nth-child(8230n){-webkit-animation-delay:823.6s;animation-delay:823.6s}.poke-block-choice .option-choice:nth-child(8231n){-webkit-animation-delay:823.7s;animation-delay:823.7s}.poke-block-choice .option-choice:nth-child(8232n){-webkit-animation-delay:823.8s;animation-delay:823.8s}.poke-block-choice .option-choice:nth-child(8233n){-webkit-animation-delay:823.9s;animation-delay:823.9s}.poke-block-choice .option-choice:nth-child(8234n){-webkit-animation-delay:824s;animation-delay:824s}.poke-block-choice .option-choice:nth-child(8235n){-webkit-animation-delay:824.1s;animation-delay:824.1s}.poke-block-choice .option-choice:nth-child(8236n){-webkit-animation-delay:824.2s;animation-delay:824.2s}.poke-block-choice .option-choice:nth-child(8237n){-webkit-animation-delay:824.3s;animation-delay:824.3s}.poke-block-choice .option-choice:nth-child(8238n){-webkit-animation-delay:824.4s;animation-delay:824.4s}.poke-block-choice .option-choice:nth-child(8239n){-webkit-animation-delay:824.5s;animation-delay:824.5s}.poke-block-choice .option-choice:nth-child(8240n){-webkit-animation-delay:824.6s;animation-delay:824.6s}.poke-block-choice .option-choice:nth-child(8241n){-webkit-animation-delay:824.7s;animation-delay:824.7s}.poke-block-choice .option-choice:nth-child(8242n){-webkit-animation-delay:824.8s;animation-delay:824.8s}.poke-block-choice .option-choice:nth-child(8243n){-webkit-animation-delay:824.9s;animation-delay:824.9s}.poke-block-choice .option-choice:nth-child(8244n){-webkit-animation-delay:825s;animation-delay:825s}.poke-block-choice .option-choice:nth-child(8245n){-webkit-animation-delay:825.1s;animation-delay:825.1s}.poke-block-choice .option-choice:nth-child(8246n){-webkit-animation-delay:825.2s;animation-delay:825.2s}.poke-block-choice .option-choice:nth-child(8247n){-webkit-animation-delay:825.3s;animation-delay:825.3s}.poke-block-choice .option-choice:nth-child(8248n){-webkit-animation-delay:825.4s;animation-delay:825.4s}.poke-block-choice .option-choice:nth-child(8249n){-webkit-animation-delay:825.5s;animation-delay:825.5s}.poke-block-choice .option-choice:nth-child(8250n){-webkit-animation-delay:825.6s;animation-delay:825.6s}.poke-block-choice .option-choice:nth-child(8251n){-webkit-animation-delay:825.7s;animation-delay:825.7s}.poke-block-choice .option-choice:nth-child(8252n){-webkit-animation-delay:825.8s;animation-delay:825.8s}.poke-block-choice .option-choice:nth-child(8253n){-webkit-animation-delay:825.9s;animation-delay:825.9s}.poke-block-choice .option-choice:nth-child(8254n){-webkit-animation-delay:826s;animation-delay:826s}.poke-block-choice .option-choice:nth-child(8255n){-webkit-animation-delay:826.1s;animation-delay:826.1s}.poke-block-choice .option-choice:nth-child(8256n){-webkit-animation-delay:826.2s;animation-delay:826.2s}.poke-block-choice .option-choice:nth-child(8257n){-webkit-animation-delay:826.3s;animation-delay:826.3s}.poke-block-choice .option-choice:nth-child(8258n){-webkit-animation-delay:826.4s;animation-delay:826.4s}.poke-block-choice .option-choice:nth-child(8259n){-webkit-animation-delay:826.5s;animation-delay:826.5s}.poke-block-choice .option-choice:nth-child(8260n){-webkit-animation-delay:826.6s;animation-delay:826.6s}.poke-block-choice .option-choice:nth-child(8261n){-webkit-animation-delay:826.7s;animation-delay:826.7s}.poke-block-choice .option-choice:nth-child(8262n){-webkit-animation-delay:826.8s;animation-delay:826.8s}.poke-block-choice .option-choice:nth-child(8263n){-webkit-animation-delay:826.9s;animation-delay:826.9s}.poke-block-choice .option-choice:nth-child(8264n){-webkit-animation-delay:827s;animation-delay:827s}.poke-block-choice .option-choice:nth-child(8265n){-webkit-animation-delay:827.1s;animation-delay:827.1s}.poke-block-choice .option-choice:nth-child(8266n){-webkit-animation-delay:827.2s;animation-delay:827.2s}.poke-block-choice .option-choice:nth-child(8267n){-webkit-animation-delay:827.3s;animation-delay:827.3s}.poke-block-choice .option-choice:nth-child(8268n){-webkit-animation-delay:827.4s;animation-delay:827.4s}.poke-block-choice .option-choice:nth-child(8269n){-webkit-animation-delay:827.5s;animation-delay:827.5s}.poke-block-choice .option-choice:nth-child(8270n){-webkit-animation-delay:827.6s;animation-delay:827.6s}.poke-block-choice .option-choice:nth-child(8271n){-webkit-animation-delay:827.7s;animation-delay:827.7s}.poke-block-choice .option-choice:nth-child(8272n){-webkit-animation-delay:827.8s;animation-delay:827.8s}.poke-block-choice .option-choice:nth-child(8273n){-webkit-animation-delay:827.9s;animation-delay:827.9s}.poke-block-choice .option-choice:nth-child(8274n){-webkit-animation-delay:828s;animation-delay:828s}.poke-block-choice .option-choice:nth-child(8275n){-webkit-animation-delay:828.1s;animation-delay:828.1s}.poke-block-choice .option-choice:nth-child(8276n){-webkit-animation-delay:828.2s;animation-delay:828.2s}.poke-block-choice .option-choice:nth-child(8277n){-webkit-animation-delay:828.3s;animation-delay:828.3s}.poke-block-choice .option-choice:nth-child(8278n){-webkit-animation-delay:828.4s;animation-delay:828.4s}.poke-block-choice .option-choice:nth-child(8279n){-webkit-animation-delay:828.5s;animation-delay:828.5s}.poke-block-choice .option-choice:nth-child(8280n){-webkit-animation-delay:828.6s;animation-delay:828.6s}.poke-block-choice .option-choice:nth-child(8281n){-webkit-animation-delay:828.7s;animation-delay:828.7s}.poke-block-choice .option-choice:nth-child(8282n){-webkit-animation-delay:828.8s;animation-delay:828.8s}.poke-block-choice .option-choice:nth-child(8283n){-webkit-animation-delay:828.9s;animation-delay:828.9s}.poke-block-choice .option-choice:nth-child(8284n){-webkit-animation-delay:829s;animation-delay:829s}.poke-block-choice .option-choice:nth-child(8285n){-webkit-animation-delay:829.1s;animation-delay:829.1s}.poke-block-choice .option-choice:nth-child(8286n){-webkit-animation-delay:829.2s;animation-delay:829.2s}.poke-block-choice .option-choice:nth-child(8287n){-webkit-animation-delay:829.3s;animation-delay:829.3s}.poke-block-choice .option-choice:nth-child(8288n){-webkit-animation-delay:829.4s;animation-delay:829.4s}.poke-block-choice .option-choice:nth-child(8289n){-webkit-animation-delay:829.5s;animation-delay:829.5s}.poke-block-choice .option-choice:nth-child(8290n){-webkit-animation-delay:829.6s;animation-delay:829.6s}.poke-block-choice .option-choice:nth-child(8291n){-webkit-animation-delay:829.7s;animation-delay:829.7s}.poke-block-choice .option-choice:nth-child(8292n){-webkit-animation-delay:829.8s;animation-delay:829.8s}.poke-block-choice .option-choice:nth-child(8293n){-webkit-animation-delay:829.9s;animation-delay:829.9s}.poke-block-choice .option-choice:nth-child(8294n){-webkit-animation-delay:830s;animation-delay:830s}.poke-block-choice .option-choice:nth-child(8295n){-webkit-animation-delay:830.1s;animation-delay:830.1s}.poke-block-choice .option-choice:nth-child(8296n){-webkit-animation-delay:830.2s;animation-delay:830.2s}.poke-block-choice .option-choice:nth-child(8297n){-webkit-animation-delay:830.3s;animation-delay:830.3s}.poke-block-choice .option-choice:nth-child(8298n){-webkit-animation-delay:830.4s;animation-delay:830.4s}.poke-block-choice .option-choice:nth-child(8299n){-webkit-animation-delay:830.5s;animation-delay:830.5s}.poke-block-choice .option-choice:nth-child(8300n){-webkit-animation-delay:830.6s;animation-delay:830.6s}.poke-block-choice .option-choice:nth-child(8301n){-webkit-animation-delay:830.7s;animation-delay:830.7s}.poke-block-choice .option-choice:nth-child(8302n){-webkit-animation-delay:830.8s;animation-delay:830.8s}.poke-block-choice .option-choice:nth-child(8303n){-webkit-animation-delay:830.9s;animation-delay:830.9s}.poke-block-choice .option-choice:nth-child(8304n){-webkit-animation-delay:831s;animation-delay:831s}.poke-block-choice .option-choice:nth-child(8305n){-webkit-animation-delay:831.1s;animation-delay:831.1s}.poke-block-choice .option-choice:nth-child(8306n){-webkit-animation-delay:831.2s;animation-delay:831.2s}.poke-block-choice .option-choice:nth-child(8307n){-webkit-animation-delay:831.3s;animation-delay:831.3s}.poke-block-choice .option-choice:nth-child(8308n){-webkit-animation-delay:831.4s;animation-delay:831.4s}.poke-block-choice .option-choice:nth-child(8309n){-webkit-animation-delay:831.5s;animation-delay:831.5s}.poke-block-choice .option-choice:nth-child(8310n){-webkit-animation-delay:831.6s;animation-delay:831.6s}.poke-block-choice .option-choice:nth-child(8311n){-webkit-animation-delay:831.7s;animation-delay:831.7s}.poke-block-choice .option-choice:nth-child(8312n){-webkit-animation-delay:831.8s;animation-delay:831.8s}.poke-block-choice .option-choice:nth-child(8313n){-webkit-animation-delay:831.9s;animation-delay:831.9s}.poke-block-choice .option-choice:nth-child(8314n){-webkit-animation-delay:832s;animation-delay:832s}.poke-block-choice .option-choice:nth-child(8315n){-webkit-animation-delay:832.1s;animation-delay:832.1s}.poke-block-choice .option-choice:nth-child(8316n){-webkit-animation-delay:832.2s;animation-delay:832.2s}.poke-block-choice .option-choice:nth-child(8317n){-webkit-animation-delay:832.3s;animation-delay:832.3s}.poke-block-choice .option-choice:nth-child(8318n){-webkit-animation-delay:832.4s;animation-delay:832.4s}.poke-block-choice .option-choice:nth-child(8319n){-webkit-animation-delay:832.5s;animation-delay:832.5s}.poke-block-choice .option-choice:nth-child(8320n){-webkit-animation-delay:832.6s;animation-delay:832.6s}.poke-block-choice .option-choice:nth-child(8321n){-webkit-animation-delay:832.7s;animation-delay:832.7s}.poke-block-choice .option-choice:nth-child(8322n){-webkit-animation-delay:832.8s;animation-delay:832.8s}.poke-block-choice .option-choice:nth-child(8323n){-webkit-animation-delay:832.9s;animation-delay:832.9s}.poke-block-choice .option-choice:nth-child(8324n){-webkit-animation-delay:833s;animation-delay:833s}.poke-block-choice .option-choice:nth-child(8325n){-webkit-animation-delay:833.1s;animation-delay:833.1s}.poke-block-choice .option-choice:nth-child(8326n){-webkit-animation-delay:833.2s;animation-delay:833.2s}.poke-block-choice .option-choice:nth-child(8327n){-webkit-animation-delay:833.3s;animation-delay:833.3s}.poke-block-choice .option-choice:nth-child(8328n){-webkit-animation-delay:833.4s;animation-delay:833.4s}.poke-block-choice .option-choice:nth-child(8329n){-webkit-animation-delay:833.5s;animation-delay:833.5s}.poke-block-choice .option-choice:nth-child(8330n){-webkit-animation-delay:833.6s;animation-delay:833.6s}.poke-block-choice .option-choice:nth-child(8331n){-webkit-animation-delay:833.7s;animation-delay:833.7s}.poke-block-choice .option-choice:nth-child(8332n){-webkit-animation-delay:833.8s;animation-delay:833.8s}.poke-block-choice .option-choice:nth-child(8333n){-webkit-animation-delay:833.9s;animation-delay:833.9s}.poke-block-choice .option-choice:nth-child(8334n){-webkit-animation-delay:834s;animation-delay:834s}.poke-block-choice .option-choice:nth-child(8335n){-webkit-animation-delay:834.1s;animation-delay:834.1s}.poke-block-choice .option-choice:nth-child(8336n){-webkit-animation-delay:834.2s;animation-delay:834.2s}.poke-block-choice .option-choice:nth-child(8337n){-webkit-animation-delay:834.3s;animation-delay:834.3s}.poke-block-choice .option-choice:nth-child(8338n){-webkit-animation-delay:834.4s;animation-delay:834.4s}.poke-block-choice .option-choice:nth-child(8339n){-webkit-animation-delay:834.5s;animation-delay:834.5s}.poke-block-choice .option-choice:nth-child(8340n){-webkit-animation-delay:834.6s;animation-delay:834.6s}.poke-block-choice .option-choice:nth-child(8341n){-webkit-animation-delay:834.7s;animation-delay:834.7s}.poke-block-choice .option-choice:nth-child(8342n){-webkit-animation-delay:834.8s;animation-delay:834.8s}.poke-block-choice .option-choice:nth-child(8343n){-webkit-animation-delay:834.9s;animation-delay:834.9s}.poke-block-choice .option-choice:nth-child(8344n){-webkit-animation-delay:835s;animation-delay:835s}.poke-block-choice .option-choice:nth-child(8345n){-webkit-animation-delay:835.1s;animation-delay:835.1s}.poke-block-choice .option-choice:nth-child(8346n){-webkit-animation-delay:835.2s;animation-delay:835.2s}.poke-block-choice .option-choice:nth-child(8347n){-webkit-animation-delay:835.3s;animation-delay:835.3s}.poke-block-choice .option-choice:nth-child(8348n){-webkit-animation-delay:835.4s;animation-delay:835.4s}.poke-block-choice .option-choice:nth-child(8349n){-webkit-animation-delay:835.5s;animation-delay:835.5s}.poke-block-choice .option-choice:nth-child(8350n){-webkit-animation-delay:835.6s;animation-delay:835.6s}.poke-block-choice .option-choice:nth-child(8351n){-webkit-animation-delay:835.7s;animation-delay:835.7s}.poke-block-choice .option-choice:nth-child(8352n){-webkit-animation-delay:835.8s;animation-delay:835.8s}.poke-block-choice .option-choice:nth-child(8353n){-webkit-animation-delay:835.9s;animation-delay:835.9s}.poke-block-choice .option-choice:nth-child(8354n){-webkit-animation-delay:836s;animation-delay:836s}.poke-block-choice .option-choice:nth-child(8355n){-webkit-animation-delay:836.1s;animation-delay:836.1s}.poke-block-choice .option-choice:nth-child(8356n){-webkit-animation-delay:836.2s;animation-delay:836.2s}.poke-block-choice .option-choice:nth-child(8357n){-webkit-animation-delay:836.3s;animation-delay:836.3s}.poke-block-choice .option-choice:nth-child(8358n){-webkit-animation-delay:836.4s;animation-delay:836.4s}.poke-block-choice .option-choice:nth-child(8359n){-webkit-animation-delay:836.5s;animation-delay:836.5s}.poke-block-choice .option-choice:nth-child(8360n){-webkit-animation-delay:836.6s;animation-delay:836.6s}.poke-block-choice .option-choice:nth-child(8361n){-webkit-animation-delay:836.7s;animation-delay:836.7s}.poke-block-choice .option-choice:nth-child(8362n){-webkit-animation-delay:836.8s;animation-delay:836.8s}.poke-block-choice .option-choice:nth-child(8363n){-webkit-animation-delay:836.9s;animation-delay:836.9s}.poke-block-choice .option-choice:nth-child(8364n){-webkit-animation-delay:837s;animation-delay:837s}.poke-block-choice .option-choice:nth-child(8365n){-webkit-animation-delay:837.1s;animation-delay:837.1s}.poke-block-choice .option-choice:nth-child(8366n){-webkit-animation-delay:837.2s;animation-delay:837.2s}.poke-block-choice .option-choice:nth-child(8367n){-webkit-animation-delay:837.3s;animation-delay:837.3s}.poke-block-choice .option-choice:nth-child(8368n){-webkit-animation-delay:837.4s;animation-delay:837.4s}.poke-block-choice .option-choice:nth-child(8369n){-webkit-animation-delay:837.5s;animation-delay:837.5s}.poke-block-choice .option-choice:nth-child(8370n){-webkit-animation-delay:837.6s;animation-delay:837.6s}.poke-block-choice .option-choice:nth-child(8371n){-webkit-animation-delay:837.7s;animation-delay:837.7s}.poke-block-choice .option-choice:nth-child(8372n){-webkit-animation-delay:837.8s;animation-delay:837.8s}.poke-block-choice .option-choice:nth-child(8373n){-webkit-animation-delay:837.9s;animation-delay:837.9s}.poke-block-choice .option-choice:nth-child(8374n){-webkit-animation-delay:838s;animation-delay:838s}.poke-block-choice .option-choice:nth-child(8375n){-webkit-animation-delay:838.1s;animation-delay:838.1s}.poke-block-choice .option-choice:nth-child(8376n){-webkit-animation-delay:838.2s;animation-delay:838.2s}.poke-block-choice .option-choice:nth-child(8377n){-webkit-animation-delay:838.3s;animation-delay:838.3s}.poke-block-choice .option-choice:nth-child(8378n){-webkit-animation-delay:838.4s;animation-delay:838.4s}.poke-block-choice .option-choice:nth-child(8379n){-webkit-animation-delay:838.5s;animation-delay:838.5s}.poke-block-choice .option-choice:nth-child(8380n){-webkit-animation-delay:838.6s;animation-delay:838.6s}.poke-block-choice .option-choice:nth-child(8381n){-webkit-animation-delay:838.7s;animation-delay:838.7s}.poke-block-choice .option-choice:nth-child(8382n){-webkit-animation-delay:838.8s;animation-delay:838.8s}.poke-block-choice .option-choice:nth-child(8383n){-webkit-animation-delay:838.9s;animation-delay:838.9s}.poke-block-choice .option-choice:nth-child(8384n){-webkit-animation-delay:839s;animation-delay:839s}.poke-block-choice .option-choice:nth-child(8385n){-webkit-animation-delay:839.1s;animation-delay:839.1s}.poke-block-choice .option-choice:nth-child(8386n){-webkit-animation-delay:839.2s;animation-delay:839.2s}.poke-block-choice .option-choice:nth-child(8387n){-webkit-animation-delay:839.3s;animation-delay:839.3s}.poke-block-choice .option-choice:nth-child(8388n){-webkit-animation-delay:839.4s;animation-delay:839.4s}.poke-block-choice .option-choice:nth-child(8389n){-webkit-animation-delay:839.5s;animation-delay:839.5s}.poke-block-choice .option-choice:nth-child(8390n){-webkit-animation-delay:839.6s;animation-delay:839.6s}.poke-block-choice .option-choice:nth-child(8391n){-webkit-animation-delay:839.7s;animation-delay:839.7s}.poke-block-choice .option-choice:nth-child(8392n){-webkit-animation-delay:839.8s;animation-delay:839.8s}.poke-block-choice .option-choice:nth-child(8393n){-webkit-animation-delay:839.9s;animation-delay:839.9s}.poke-block-choice .option-choice:nth-child(8394n){-webkit-animation-delay:840s;animation-delay:840s}.poke-block-choice .option-choice:nth-child(8395n){-webkit-animation-delay:840.1s;animation-delay:840.1s}.poke-block-choice .option-choice:nth-child(8396n){-webkit-animation-delay:840.2s;animation-delay:840.2s}.poke-block-choice .option-choice:nth-child(8397n){-webkit-animation-delay:840.3s;animation-delay:840.3s}.poke-block-choice .option-choice:nth-child(8398n){-webkit-animation-delay:840.4s;animation-delay:840.4s}.poke-block-choice .option-choice:nth-child(8399n){-webkit-animation-delay:840.5s;animation-delay:840.5s}.poke-block-choice .option-choice:nth-child(8400n){-webkit-animation-delay:840.6s;animation-delay:840.6s}.poke-block-choice .option-choice:nth-child(8401n){-webkit-animation-delay:840.7s;animation-delay:840.7s}.poke-block-choice .option-choice:nth-child(8402n){-webkit-animation-delay:840.8s;animation-delay:840.8s}.poke-block-choice .option-choice:nth-child(8403n){-webkit-animation-delay:840.9s;animation-delay:840.9s}.poke-block-choice .option-choice:nth-child(8404n){-webkit-animation-delay:841s;animation-delay:841s}.poke-block-choice .option-choice:nth-child(8405n){-webkit-animation-delay:841.1s;animation-delay:841.1s}.poke-block-choice .option-choice:nth-child(8406n){-webkit-animation-delay:841.2s;animation-delay:841.2s}.poke-block-choice .option-choice:nth-child(8407n){-webkit-animation-delay:841.3s;animation-delay:841.3s}.poke-block-choice .option-choice:nth-child(8408n){-webkit-animation-delay:841.4s;animation-delay:841.4s}.poke-block-choice .option-choice:nth-child(8409n){-webkit-animation-delay:841.5s;animation-delay:841.5s}.poke-block-choice .option-choice:nth-child(8410n){-webkit-animation-delay:841.6s;animation-delay:841.6s}.poke-block-choice .option-choice:nth-child(8411n){-webkit-animation-delay:841.7s;animation-delay:841.7s}.poke-block-choice .option-choice:nth-child(8412n){-webkit-animation-delay:841.8s;animation-delay:841.8s}.poke-block-choice .option-choice:nth-child(8413n){-webkit-animation-delay:841.9s;animation-delay:841.9s}.poke-block-choice .option-choice:nth-child(8414n){-webkit-animation-delay:842s;animation-delay:842s}.poke-block-choice .option-choice:nth-child(8415n){-webkit-animation-delay:842.1s;animation-delay:842.1s}.poke-block-choice .option-choice:nth-child(8416n){-webkit-animation-delay:842.2s;animation-delay:842.2s}.poke-block-choice .option-choice:nth-child(8417n){-webkit-animation-delay:842.3s;animation-delay:842.3s}.poke-block-choice .option-choice:nth-child(8418n){-webkit-animation-delay:842.4s;animation-delay:842.4s}.poke-block-choice .option-choice:nth-child(8419n){-webkit-animation-delay:842.5s;animation-delay:842.5s}.poke-block-choice .option-choice:nth-child(8420n){-webkit-animation-delay:842.6s;animation-delay:842.6s}.poke-block-choice .option-choice:nth-child(8421n){-webkit-animation-delay:842.7s;animation-delay:842.7s}.poke-block-choice .option-choice:nth-child(8422n){-webkit-animation-delay:842.8s;animation-delay:842.8s}.poke-block-choice .option-choice:nth-child(8423n){-webkit-animation-delay:842.9s;animation-delay:842.9s}.poke-block-choice .option-choice:nth-child(8424n){-webkit-animation-delay:843s;animation-delay:843s}.poke-block-choice .option-choice:nth-child(8425n){-webkit-animation-delay:843.1s;animation-delay:843.1s}.poke-block-choice .option-choice:nth-child(8426n){-webkit-animation-delay:843.2s;animation-delay:843.2s}.poke-block-choice .option-choice:nth-child(8427n){-webkit-animation-delay:843.3s;animation-delay:843.3s}.poke-block-choice .option-choice:nth-child(8428n){-webkit-animation-delay:843.4s;animation-delay:843.4s}.poke-block-choice .option-choice:nth-child(8429n){-webkit-animation-delay:843.5s;animation-delay:843.5s}.poke-block-choice .option-choice:nth-child(8430n){-webkit-animation-delay:843.6s;animation-delay:843.6s}.poke-block-choice .option-choice:nth-child(8431n){-webkit-animation-delay:843.7s;animation-delay:843.7s}.poke-block-choice .option-choice:nth-child(8432n){-webkit-animation-delay:843.8s;animation-delay:843.8s}.poke-block-choice .option-choice:nth-child(8433n){-webkit-animation-delay:843.9s;animation-delay:843.9s}.poke-block-choice .option-choice:nth-child(8434n){-webkit-animation-delay:844s;animation-delay:844s}.poke-block-choice .option-choice:nth-child(8435n){-webkit-animation-delay:844.1s;animation-delay:844.1s}.poke-block-choice .option-choice:nth-child(8436n){-webkit-animation-delay:844.2s;animation-delay:844.2s}.poke-block-choice .option-choice:nth-child(8437n){-webkit-animation-delay:844.3s;animation-delay:844.3s}.poke-block-choice .option-choice:nth-child(8438n){-webkit-animation-delay:844.4s;animation-delay:844.4s}.poke-block-choice .option-choice:nth-child(8439n){-webkit-animation-delay:844.5s;animation-delay:844.5s}.poke-block-choice .option-choice:nth-child(8440n){-webkit-animation-delay:844.6s;animation-delay:844.6s}.poke-block-choice .option-choice:nth-child(8441n){-webkit-animation-delay:844.7s;animation-delay:844.7s}.poke-block-choice .option-choice:nth-child(8442n){-webkit-animation-delay:844.8s;animation-delay:844.8s}.poke-block-choice .option-choice:nth-child(8443n){-webkit-animation-delay:844.9s;animation-delay:844.9s}.poke-block-choice .option-choice:nth-child(8444n){-webkit-animation-delay:845s;animation-delay:845s}.poke-block-choice .option-choice:nth-child(8445n){-webkit-animation-delay:845.1s;animation-delay:845.1s}.poke-block-choice .option-choice:nth-child(8446n){-webkit-animation-delay:845.2s;animation-delay:845.2s}.poke-block-choice .option-choice:nth-child(8447n){-webkit-animation-delay:845.3s;animation-delay:845.3s}.poke-block-choice .option-choice:nth-child(8448n){-webkit-animation-delay:845.4s;animation-delay:845.4s}.poke-block-choice .option-choice:nth-child(8449n){-webkit-animation-delay:845.5s;animation-delay:845.5s}.poke-block-choice .option-choice:nth-child(8450n){-webkit-animation-delay:845.6s;animation-delay:845.6s}.poke-block-choice .option-choice:nth-child(8451n){-webkit-animation-delay:845.7s;animation-delay:845.7s}.poke-block-choice .option-choice:nth-child(8452n){-webkit-animation-delay:845.8s;animation-delay:845.8s}.poke-block-choice .option-choice:nth-child(8453n){-webkit-animation-delay:845.9s;animation-delay:845.9s}.poke-block-choice .option-choice:nth-child(8454n){-webkit-animation-delay:846s;animation-delay:846s}.poke-block-choice .option-choice:nth-child(8455n){-webkit-animation-delay:846.1s;animation-delay:846.1s}.poke-block-choice .option-choice:nth-child(8456n){-webkit-animation-delay:846.2s;animation-delay:846.2s}.poke-block-choice .option-choice:nth-child(8457n){-webkit-animation-delay:846.3s;animation-delay:846.3s}.poke-block-choice .option-choice:nth-child(8458n){-webkit-animation-delay:846.4s;animation-delay:846.4s}.poke-block-choice .option-choice:nth-child(8459n){-webkit-animation-delay:846.5s;animation-delay:846.5s}.poke-block-choice .option-choice:nth-child(8460n){-webkit-animation-delay:846.6s;animation-delay:846.6s}.poke-block-choice .option-choice:nth-child(8461n){-webkit-animation-delay:846.7s;animation-delay:846.7s}.poke-block-choice .option-choice:nth-child(8462n){-webkit-animation-delay:846.8s;animation-delay:846.8s}.poke-block-choice .option-choice:nth-child(8463n){-webkit-animation-delay:846.9s;animation-delay:846.9s}.poke-block-choice .option-choice:nth-child(8464n){-webkit-animation-delay:847s;animation-delay:847s}.poke-block-choice .option-choice:nth-child(8465n){-webkit-animation-delay:847.1s;animation-delay:847.1s}.poke-block-choice .option-choice:nth-child(8466n){-webkit-animation-delay:847.2s;animation-delay:847.2s}.poke-block-choice .option-choice:nth-child(8467n){-webkit-animation-delay:847.3s;animation-delay:847.3s}.poke-block-choice .option-choice:nth-child(8468n){-webkit-animation-delay:847.4s;animation-delay:847.4s}.poke-block-choice .option-choice:nth-child(8469n){-webkit-animation-delay:847.5s;animation-delay:847.5s}.poke-block-choice .option-choice:nth-child(8470n){-webkit-animation-delay:847.6s;animation-delay:847.6s}.poke-block-choice .option-choice:nth-child(8471n){-webkit-animation-delay:847.7s;animation-delay:847.7s}.poke-block-choice .option-choice:nth-child(8472n){-webkit-animation-delay:847.8s;animation-delay:847.8s}.poke-block-choice .option-choice:nth-child(8473n){-webkit-animation-delay:847.9s;animation-delay:847.9s}.poke-block-choice .option-choice:nth-child(8474n){-webkit-animation-delay:848s;animation-delay:848s}.poke-block-choice .option-choice:nth-child(8475n){-webkit-animation-delay:848.1s;animation-delay:848.1s}.poke-block-choice .option-choice:nth-child(8476n){-webkit-animation-delay:848.2s;animation-delay:848.2s}.poke-block-choice .option-choice:nth-child(8477n){-webkit-animation-delay:848.3s;animation-delay:848.3s}.poke-block-choice .option-choice:nth-child(8478n){-webkit-animation-delay:848.4s;animation-delay:848.4s}.poke-block-choice .option-choice:nth-child(8479n){-webkit-animation-delay:848.5s;animation-delay:848.5s}.poke-block-choice .option-choice:nth-child(8480n){-webkit-animation-delay:848.6s;animation-delay:848.6s}.poke-block-choice .option-choice:nth-child(8481n){-webkit-animation-delay:848.7s;animation-delay:848.7s}.poke-block-choice .option-choice:nth-child(8482n){-webkit-animation-delay:848.8s;animation-delay:848.8s}.poke-block-choice .option-choice:nth-child(8483n){-webkit-animation-delay:848.9s;animation-delay:848.9s}.poke-block-choice .option-choice:nth-child(8484n){-webkit-animation-delay:849s;animation-delay:849s}.poke-block-choice .option-choice:nth-child(8485n){-webkit-animation-delay:849.1s;animation-delay:849.1s}.poke-block-choice .option-choice:nth-child(8486n){-webkit-animation-delay:849.2s;animation-delay:849.2s}.poke-block-choice .option-choice:nth-child(8487n){-webkit-animation-delay:849.3s;animation-delay:849.3s}.poke-block-choice .option-choice:nth-child(8488n){-webkit-animation-delay:849.4s;animation-delay:849.4s}.poke-block-choice .option-choice:nth-child(8489n){-webkit-animation-delay:849.5s;animation-delay:849.5s}.poke-block-choice .option-choice:nth-child(8490n){-webkit-animation-delay:849.6s;animation-delay:849.6s}.poke-block-choice .option-choice:nth-child(8491n){-webkit-animation-delay:849.7s;animation-delay:849.7s}.poke-block-choice .option-choice:nth-child(8492n){-webkit-animation-delay:849.8s;animation-delay:849.8s}.poke-block-choice .option-choice:nth-child(8493n){-webkit-animation-delay:849.9s;animation-delay:849.9s}.poke-block-choice .option-choice:nth-child(8494n){-webkit-animation-delay:850s;animation-delay:850s}.poke-block-choice .option-choice:nth-child(8495n){-webkit-animation-delay:850.1s;animation-delay:850.1s}.poke-block-choice .option-choice:nth-child(8496n){-webkit-animation-delay:850.2s;animation-delay:850.2s}.poke-block-choice .option-choice:nth-child(8497n){-webkit-animation-delay:850.3s;animation-delay:850.3s}.poke-block-choice .option-choice:nth-child(8498n){-webkit-animation-delay:850.4s;animation-delay:850.4s}.poke-block-choice .option-choice:nth-child(8499n){-webkit-animation-delay:850.5s;animation-delay:850.5s}.poke-block-choice .option-choice:nth-child(8500n){-webkit-animation-delay:850.6s;animation-delay:850.6s}.poke-block-choice .option-choice:nth-child(8501n){-webkit-animation-delay:850.7s;animation-delay:850.7s}.poke-block-choice .option-choice:nth-child(8502n){-webkit-animation-delay:850.8s;animation-delay:850.8s}.poke-block-choice .option-choice:nth-child(8503n){-webkit-animation-delay:850.9s;animation-delay:850.9s}.poke-block-choice .option-choice:nth-child(8504n){-webkit-animation-delay:851s;animation-delay:851s}.poke-block-choice .option-choice:nth-child(8505n){-webkit-animation-delay:851.1s;animation-delay:851.1s}.poke-block-choice .option-choice:nth-child(8506n){-webkit-animation-delay:851.2s;animation-delay:851.2s}.poke-block-choice .option-choice:nth-child(8507n){-webkit-animation-delay:851.3s;animation-delay:851.3s}.poke-block-choice .option-choice:nth-child(8508n){-webkit-animation-delay:851.4s;animation-delay:851.4s}.poke-block-choice .option-choice:nth-child(8509n){-webkit-animation-delay:851.5s;animation-delay:851.5s}.poke-block-choice .option-choice:nth-child(8510n){-webkit-animation-delay:851.6s;animation-delay:851.6s}.poke-block-choice .option-choice:nth-child(8511n){-webkit-animation-delay:851.7s;animation-delay:851.7s}.poke-block-choice .option-choice:nth-child(8512n){-webkit-animation-delay:851.8s;animation-delay:851.8s}.poke-block-choice .option-choice:nth-child(8513n){-webkit-animation-delay:851.9s;animation-delay:851.9s}.poke-block-choice .option-choice:nth-child(8514n){-webkit-animation-delay:852s;animation-delay:852s}.poke-block-choice .option-choice:nth-child(8515n){-webkit-animation-delay:852.1s;animation-delay:852.1s}.poke-block-choice .option-choice:nth-child(8516n){-webkit-animation-delay:852.2s;animation-delay:852.2s}.poke-block-choice .option-choice:nth-child(8517n){-webkit-animation-delay:852.3s;animation-delay:852.3s}.poke-block-choice .option-choice:nth-child(8518n){-webkit-animation-delay:852.4s;animation-delay:852.4s}.poke-block-choice .option-choice:nth-child(8519n){-webkit-animation-delay:852.5s;animation-delay:852.5s}.poke-block-choice .option-choice:nth-child(8520n){-webkit-animation-delay:852.6s;animation-delay:852.6s}.poke-block-choice .option-choice:nth-child(8521n){-webkit-animation-delay:852.7s;animation-delay:852.7s}.poke-block-choice .option-choice:nth-child(8522n){-webkit-animation-delay:852.8s;animation-delay:852.8s}.poke-block-choice .option-choice:nth-child(8523n){-webkit-animation-delay:852.9s;animation-delay:852.9s}.poke-block-choice .option-choice:nth-child(8524n){-webkit-animation-delay:853s;animation-delay:853s}.poke-block-choice .option-choice:nth-child(8525n){-webkit-animation-delay:853.1s;animation-delay:853.1s}.poke-block-choice .option-choice:nth-child(8526n){-webkit-animation-delay:853.2s;animation-delay:853.2s}.poke-block-choice .option-choice:nth-child(8527n){-webkit-animation-delay:853.3s;animation-delay:853.3s}.poke-block-choice .option-choice:nth-child(8528n){-webkit-animation-delay:853.4s;animation-delay:853.4s}.poke-block-choice .option-choice:nth-child(8529n){-webkit-animation-delay:853.5s;animation-delay:853.5s}.poke-block-choice .option-choice:nth-child(8530n){-webkit-animation-delay:853.6s;animation-delay:853.6s}.poke-block-choice .option-choice:nth-child(8531n){-webkit-animation-delay:853.7s;animation-delay:853.7s}.poke-block-choice .option-choice:nth-child(8532n){-webkit-animation-delay:853.8s;animation-delay:853.8s}.poke-block-choice .option-choice:nth-child(8533n){-webkit-animation-delay:853.9s;animation-delay:853.9s}.poke-block-choice .option-choice:nth-child(8534n){-webkit-animation-delay:854s;animation-delay:854s}.poke-block-choice .option-choice:nth-child(8535n){-webkit-animation-delay:854.1s;animation-delay:854.1s}.poke-block-choice .option-choice:nth-child(8536n){-webkit-animation-delay:854.2s;animation-delay:854.2s}.poke-block-choice .option-choice:nth-child(8537n){-webkit-animation-delay:854.3s;animation-delay:854.3s}.poke-block-choice .option-choice:nth-child(8538n){-webkit-animation-delay:854.4s;animation-delay:854.4s}.poke-block-choice .option-choice:nth-child(8539n){-webkit-animation-delay:854.5s;animation-delay:854.5s}.poke-block-choice .option-choice:nth-child(8540n){-webkit-animation-delay:854.6s;animation-delay:854.6s}.poke-block-choice .option-choice:nth-child(8541n){-webkit-animation-delay:854.7s;animation-delay:854.7s}.poke-block-choice .option-choice:nth-child(8542n){-webkit-animation-delay:854.8s;animation-delay:854.8s}.poke-block-choice .option-choice:nth-child(8543n){-webkit-animation-delay:854.9s;animation-delay:854.9s}.poke-block-choice .option-choice:nth-child(8544n){-webkit-animation-delay:855s;animation-delay:855s}.poke-block-choice .option-choice:nth-child(8545n){-webkit-animation-delay:855.1s;animation-delay:855.1s}.poke-block-choice .option-choice:nth-child(8546n){-webkit-animation-delay:855.2s;animation-delay:855.2s}.poke-block-choice .option-choice:nth-child(8547n){-webkit-animation-delay:855.3s;animation-delay:855.3s}.poke-block-choice .option-choice:nth-child(8548n){-webkit-animation-delay:855.4s;animation-delay:855.4s}.poke-block-choice .option-choice:nth-child(8549n){-webkit-animation-delay:855.5s;animation-delay:855.5s}.poke-block-choice .option-choice:nth-child(8550n){-webkit-animation-delay:855.6s;animation-delay:855.6s}.poke-block-choice .option-choice:nth-child(8551n){-webkit-animation-delay:855.7s;animation-delay:855.7s}.poke-block-choice .option-choice:nth-child(8552n){-webkit-animation-delay:855.8s;animation-delay:855.8s}.poke-block-choice .option-choice:nth-child(8553n){-webkit-animation-delay:855.9s;animation-delay:855.9s}.poke-block-choice .option-choice:nth-child(8554n){-webkit-animation-delay:856s;animation-delay:856s}.poke-block-choice .option-choice:nth-child(8555n){-webkit-animation-delay:856.1s;animation-delay:856.1s}.poke-block-choice .option-choice:nth-child(8556n){-webkit-animation-delay:856.2s;animation-delay:856.2s}.poke-block-choice .option-choice:nth-child(8557n){-webkit-animation-delay:856.3s;animation-delay:856.3s}.poke-block-choice .option-choice:nth-child(8558n){-webkit-animation-delay:856.4s;animation-delay:856.4s}.poke-block-choice .option-choice:nth-child(8559n){-webkit-animation-delay:856.5s;animation-delay:856.5s}.poke-block-choice .option-choice:nth-child(8560n){-webkit-animation-delay:856.6s;animation-delay:856.6s}.poke-block-choice .option-choice:nth-child(8561n){-webkit-animation-delay:856.7s;animation-delay:856.7s}.poke-block-choice .option-choice:nth-child(8562n){-webkit-animation-delay:856.8s;animation-delay:856.8s}.poke-block-choice .option-choice:nth-child(8563n){-webkit-animation-delay:856.9s;animation-delay:856.9s}.poke-block-choice .option-choice:nth-child(8564n){-webkit-animation-delay:857s;animation-delay:857s}.poke-block-choice .option-choice:nth-child(8565n){-webkit-animation-delay:857.1s;animation-delay:857.1s}.poke-block-choice .option-choice:nth-child(8566n){-webkit-animation-delay:857.2s;animation-delay:857.2s}.poke-block-choice .option-choice:nth-child(8567n){-webkit-animation-delay:857.3s;animation-delay:857.3s}.poke-block-choice .option-choice:nth-child(8568n){-webkit-animation-delay:857.4s;animation-delay:857.4s}.poke-block-choice .option-choice:nth-child(8569n){-webkit-animation-delay:857.5s;animation-delay:857.5s}.poke-block-choice .option-choice:nth-child(8570n){-webkit-animation-delay:857.6s;animation-delay:857.6s}.poke-block-choice .option-choice:nth-child(8571n){-webkit-animation-delay:857.7s;animation-delay:857.7s}.poke-block-choice .option-choice:nth-child(8572n){-webkit-animation-delay:857.8s;animation-delay:857.8s}.poke-block-choice .option-choice:nth-child(8573n){-webkit-animation-delay:857.9s;animation-delay:857.9s}.poke-block-choice .option-choice:nth-child(8574n){-webkit-animation-delay:858s;animation-delay:858s}.poke-block-choice .option-choice:nth-child(8575n){-webkit-animation-delay:858.1s;animation-delay:858.1s}.poke-block-choice .option-choice:nth-child(8576n){-webkit-animation-delay:858.2s;animation-delay:858.2s}.poke-block-choice .option-choice:nth-child(8577n){-webkit-animation-delay:858.3s;animation-delay:858.3s}.poke-block-choice .option-choice:nth-child(8578n){-webkit-animation-delay:858.4s;animation-delay:858.4s}.poke-block-choice .option-choice:nth-child(8579n){-webkit-animation-delay:858.5s;animation-delay:858.5s}.poke-block-choice .option-choice:nth-child(8580n){-webkit-animation-delay:858.6s;animation-delay:858.6s}.poke-block-choice .option-choice:nth-child(8581n){-webkit-animation-delay:858.7s;animation-delay:858.7s}.poke-block-choice .option-choice:nth-child(8582n){-webkit-animation-delay:858.8s;animation-delay:858.8s}.poke-block-choice .option-choice:nth-child(8583n){-webkit-animation-delay:858.9s;animation-delay:858.9s}.poke-block-choice .option-choice:nth-child(8584n){-webkit-animation-delay:859s;animation-delay:859s}.poke-block-choice .option-choice:nth-child(8585n){-webkit-animation-delay:859.1s;animation-delay:859.1s}.poke-block-choice .option-choice:nth-child(8586n){-webkit-animation-delay:859.2s;animation-delay:859.2s}.poke-block-choice .option-choice:nth-child(8587n){-webkit-animation-delay:859.3s;animation-delay:859.3s}.poke-block-choice .option-choice:nth-child(8588n){-webkit-animation-delay:859.4s;animation-delay:859.4s}.poke-block-choice .option-choice:nth-child(8589n){-webkit-animation-delay:859.5s;animation-delay:859.5s}.poke-block-choice .option-choice:nth-child(8590n){-webkit-animation-delay:859.6s;animation-delay:859.6s}.poke-block-choice .option-choice:nth-child(8591n){-webkit-animation-delay:859.7s;animation-delay:859.7s}.poke-block-choice .option-choice:nth-child(8592n){-webkit-animation-delay:859.8s;animation-delay:859.8s}.poke-block-choice .option-choice:nth-child(8593n){-webkit-animation-delay:859.9s;animation-delay:859.9s}.poke-block-choice .option-choice:nth-child(8594n){-webkit-animation-delay:860s;animation-delay:860s}.poke-block-choice .option-choice:nth-child(8595n){-webkit-animation-delay:860.1s;animation-delay:860.1s}.poke-block-choice .option-choice:nth-child(8596n){-webkit-animation-delay:860.2s;animation-delay:860.2s}.poke-block-choice .option-choice:nth-child(8597n){-webkit-animation-delay:860.3s;animation-delay:860.3s}.poke-block-choice .option-choice:nth-child(8598n){-webkit-animation-delay:860.4s;animation-delay:860.4s}.poke-block-choice .option-choice:nth-child(8599n){-webkit-animation-delay:860.5s;animation-delay:860.5s}.poke-block-choice .option-choice:nth-child(8600n){-webkit-animation-delay:860.6s;animation-delay:860.6s}.poke-block-choice .option-choice:nth-child(8601n){-webkit-animation-delay:860.7s;animation-delay:860.7s}.poke-block-choice .option-choice:nth-child(8602n){-webkit-animation-delay:860.8s;animation-delay:860.8s}.poke-block-choice .option-choice:nth-child(8603n){-webkit-animation-delay:860.9s;animation-delay:860.9s}.poke-block-choice .option-choice:nth-child(8604n){-webkit-animation-delay:861s;animation-delay:861s}.poke-block-choice .option-choice:nth-child(8605n){-webkit-animation-delay:861.1s;animation-delay:861.1s}.poke-block-choice .option-choice:nth-child(8606n){-webkit-animation-delay:861.2s;animation-delay:861.2s}.poke-block-choice .option-choice:nth-child(8607n){-webkit-animation-delay:861.3s;animation-delay:861.3s}.poke-block-choice .option-choice:nth-child(8608n){-webkit-animation-delay:861.4s;animation-delay:861.4s}.poke-block-choice .option-choice:nth-child(8609n){-webkit-animation-delay:861.5s;animation-delay:861.5s}.poke-block-choice .option-choice:nth-child(8610n){-webkit-animation-delay:861.6s;animation-delay:861.6s}.poke-block-choice .option-choice:nth-child(8611n){-webkit-animation-delay:861.7s;animation-delay:861.7s}.poke-block-choice .option-choice:nth-child(8612n){-webkit-animation-delay:861.8s;animation-delay:861.8s}.poke-block-choice .option-choice:nth-child(8613n){-webkit-animation-delay:861.9s;animation-delay:861.9s}.poke-block-choice .option-choice:nth-child(8614n){-webkit-animation-delay:862s;animation-delay:862s}.poke-block-choice .option-choice:nth-child(8615n){-webkit-animation-delay:862.1s;animation-delay:862.1s}.poke-block-choice .option-choice:nth-child(8616n){-webkit-animation-delay:862.2s;animation-delay:862.2s}.poke-block-choice .option-choice:nth-child(8617n){-webkit-animation-delay:862.3s;animation-delay:862.3s}.poke-block-choice .option-choice:nth-child(8618n){-webkit-animation-delay:862.4s;animation-delay:862.4s}.poke-block-choice .option-choice:nth-child(8619n){-webkit-animation-delay:862.5s;animation-delay:862.5s}.poke-block-choice .option-choice:nth-child(8620n){-webkit-animation-delay:862.6s;animation-delay:862.6s}.poke-block-choice .option-choice:nth-child(8621n){-webkit-animation-delay:862.7s;animation-delay:862.7s}.poke-block-choice .option-choice:nth-child(8622n){-webkit-animation-delay:862.8s;animation-delay:862.8s}.poke-block-choice .option-choice:nth-child(8623n){-webkit-animation-delay:862.9s;animation-delay:862.9s}.poke-block-choice .option-choice:nth-child(8624n){-webkit-animation-delay:863s;animation-delay:863s}.poke-block-choice .option-choice:nth-child(8625n){-webkit-animation-delay:863.1s;animation-delay:863.1s}.poke-block-choice .option-choice:nth-child(8626n){-webkit-animation-delay:863.2s;animation-delay:863.2s}.poke-block-choice .option-choice:nth-child(8627n){-webkit-animation-delay:863.3s;animation-delay:863.3s}.poke-block-choice .option-choice:nth-child(8628n){-webkit-animation-delay:863.4s;animation-delay:863.4s}.poke-block-choice .option-choice:nth-child(8629n){-webkit-animation-delay:863.5s;animation-delay:863.5s}.poke-block-choice .option-choice:nth-child(8630n){-webkit-animation-delay:863.6s;animation-delay:863.6s}.poke-block-choice .option-choice:nth-child(8631n){-webkit-animation-delay:863.7s;animation-delay:863.7s}.poke-block-choice .option-choice:nth-child(8632n){-webkit-animation-delay:863.8s;animation-delay:863.8s}.poke-block-choice .option-choice:nth-child(8633n){-webkit-animation-delay:863.9s;animation-delay:863.9s}.poke-block-choice .option-choice:nth-child(8634n){-webkit-animation-delay:864s;animation-delay:864s}.poke-block-choice .option-choice:nth-child(8635n){-webkit-animation-delay:864.1s;animation-delay:864.1s}.poke-block-choice .option-choice:nth-child(8636n){-webkit-animation-delay:864.2s;animation-delay:864.2s}.poke-block-choice .option-choice:nth-child(8637n){-webkit-animation-delay:864.3s;animation-delay:864.3s}.poke-block-choice .option-choice:nth-child(8638n){-webkit-animation-delay:864.4s;animation-delay:864.4s}.poke-block-choice .option-choice:nth-child(8639n){-webkit-animation-delay:864.5s;animation-delay:864.5s}.poke-block-choice .option-choice:nth-child(8640n){-webkit-animation-delay:864.6s;animation-delay:864.6s}.poke-block-choice .option-choice:nth-child(8641n){-webkit-animation-delay:864.7s;animation-delay:864.7s}.poke-block-choice .option-choice:nth-child(8642n){-webkit-animation-delay:864.8s;animation-delay:864.8s}.poke-block-choice .option-choice:nth-child(8643n){-webkit-animation-delay:864.9s;animation-delay:864.9s}.poke-block-choice .option-choice:nth-child(8644n){-webkit-animation-delay:865s;animation-delay:865s}.poke-block-choice .option-choice:nth-child(8645n){-webkit-animation-delay:865.1s;animation-delay:865.1s}.poke-block-choice .option-choice:nth-child(8646n){-webkit-animation-delay:865.2s;animation-delay:865.2s}.poke-block-choice .option-choice:nth-child(8647n){-webkit-animation-delay:865.3s;animation-delay:865.3s}.poke-block-choice .option-choice:nth-child(8648n){-webkit-animation-delay:865.4s;animation-delay:865.4s}.poke-block-choice .option-choice:nth-child(8649n){-webkit-animation-delay:865.5s;animation-delay:865.5s}.poke-block-choice .option-choice:nth-child(8650n){-webkit-animation-delay:865.6s;animation-delay:865.6s}.poke-block-choice .option-choice:nth-child(8651n){-webkit-animation-delay:865.7s;animation-delay:865.7s}.poke-block-choice .option-choice:nth-child(8652n){-webkit-animation-delay:865.8s;animation-delay:865.8s}.poke-block-choice .option-choice:nth-child(8653n){-webkit-animation-delay:865.9s;animation-delay:865.9s}.poke-block-choice .option-choice:nth-child(8654n){-webkit-animation-delay:866s;animation-delay:866s}.poke-block-choice .option-choice:nth-child(8655n){-webkit-animation-delay:866.1s;animation-delay:866.1s}.poke-block-choice .option-choice:nth-child(8656n){-webkit-animation-delay:866.2s;animation-delay:866.2s}.poke-block-choice .option-choice:nth-child(8657n){-webkit-animation-delay:866.3s;animation-delay:866.3s}.poke-block-choice .option-choice:nth-child(8658n){-webkit-animation-delay:866.4s;animation-delay:866.4s}.poke-block-choice .option-choice:nth-child(8659n){-webkit-animation-delay:866.5s;animation-delay:866.5s}.poke-block-choice .option-choice:nth-child(8660n){-webkit-animation-delay:866.6s;animation-delay:866.6s}.poke-block-choice .option-choice:nth-child(8661n){-webkit-animation-delay:866.7s;animation-delay:866.7s}.poke-block-choice .option-choice:nth-child(8662n){-webkit-animation-delay:866.8s;animation-delay:866.8s}.poke-block-choice .option-choice:nth-child(8663n){-webkit-animation-delay:866.9s;animation-delay:866.9s}.poke-block-choice .option-choice:nth-child(8664n){-webkit-animation-delay:867s;animation-delay:867s}.poke-block-choice .option-choice:nth-child(8665n){-webkit-animation-delay:867.1s;animation-delay:867.1s}.poke-block-choice .option-choice:nth-child(8666n){-webkit-animation-delay:867.2s;animation-delay:867.2s}.poke-block-choice .option-choice:nth-child(8667n){-webkit-animation-delay:867.3s;animation-delay:867.3s}.poke-block-choice .option-choice:nth-child(8668n){-webkit-animation-delay:867.4s;animation-delay:867.4s}.poke-block-choice .option-choice:nth-child(8669n){-webkit-animation-delay:867.5s;animation-delay:867.5s}.poke-block-choice .option-choice:nth-child(8670n){-webkit-animation-delay:867.6s;animation-delay:867.6s}.poke-block-choice .option-choice:nth-child(8671n){-webkit-animation-delay:867.7s;animation-delay:867.7s}.poke-block-choice .option-choice:nth-child(8672n){-webkit-animation-delay:867.8s;animation-delay:867.8s}.poke-block-choice .option-choice:nth-child(8673n){-webkit-animation-delay:867.9s;animation-delay:867.9s}.poke-block-choice .option-choice:nth-child(8674n){-webkit-animation-delay:868s;animation-delay:868s}.poke-block-choice .option-choice:nth-child(8675n){-webkit-animation-delay:868.1s;animation-delay:868.1s}.poke-block-choice .option-choice:nth-child(8676n){-webkit-animation-delay:868.2s;animation-delay:868.2s}.poke-block-choice .option-choice:nth-child(8677n){-webkit-animation-delay:868.3s;animation-delay:868.3s}.poke-block-choice .option-choice:nth-child(8678n){-webkit-animation-delay:868.4s;animation-delay:868.4s}.poke-block-choice .option-choice:nth-child(8679n){-webkit-animation-delay:868.5s;animation-delay:868.5s}.poke-block-choice .option-choice:nth-child(8680n){-webkit-animation-delay:868.6s;animation-delay:868.6s}.poke-block-choice .option-choice:nth-child(8681n){-webkit-animation-delay:868.7s;animation-delay:868.7s}.poke-block-choice .option-choice:nth-child(8682n){-webkit-animation-delay:868.8s;animation-delay:868.8s}.poke-block-choice .option-choice:nth-child(8683n){-webkit-animation-delay:868.9s;animation-delay:868.9s}.poke-block-choice .option-choice:nth-child(8684n){-webkit-animation-delay:869s;animation-delay:869s}.poke-block-choice .option-choice:nth-child(8685n){-webkit-animation-delay:869.1s;animation-delay:869.1s}.poke-block-choice .option-choice:nth-child(8686n){-webkit-animation-delay:869.2s;animation-delay:869.2s}.poke-block-choice .option-choice:nth-child(8687n){-webkit-animation-delay:869.3s;animation-delay:869.3s}.poke-block-choice .option-choice:nth-child(8688n){-webkit-animation-delay:869.4s;animation-delay:869.4s}.poke-block-choice .option-choice:nth-child(8689n){-webkit-animation-delay:869.5s;animation-delay:869.5s}.poke-block-choice .option-choice:nth-child(8690n){-webkit-animation-delay:869.6s;animation-delay:869.6s}.poke-block-choice .option-choice:nth-child(8691n){-webkit-animation-delay:869.7s;animation-delay:869.7s}.poke-block-choice .option-choice:nth-child(8692n){-webkit-animation-delay:869.8s;animation-delay:869.8s}.poke-block-choice .option-choice:nth-child(8693n){-webkit-animation-delay:869.9s;animation-delay:869.9s}.poke-block-choice .option-choice:nth-child(8694n){-webkit-animation-delay:870s;animation-delay:870s}.poke-block-choice .option-choice:nth-child(8695n){-webkit-animation-delay:870.1s;animation-delay:870.1s}.poke-block-choice .option-choice:nth-child(8696n){-webkit-animation-delay:870.2s;animation-delay:870.2s}.poke-block-choice .option-choice:nth-child(8697n){-webkit-animation-delay:870.3s;animation-delay:870.3s}.poke-block-choice .option-choice:nth-child(8698n){-webkit-animation-delay:870.4s;animation-delay:870.4s}.poke-block-choice .option-choice:nth-child(8699n){-webkit-animation-delay:870.5s;animation-delay:870.5s}.poke-block-choice .option-choice:nth-child(8700n){-webkit-animation-delay:870.6s;animation-delay:870.6s}.poke-block-choice .option-choice:nth-child(8701n){-webkit-animation-delay:870.7s;animation-delay:870.7s}.poke-block-choice .option-choice:nth-child(8702n){-webkit-animation-delay:870.8s;animation-delay:870.8s}.poke-block-choice .option-choice:nth-child(8703n){-webkit-animation-delay:870.9s;animation-delay:870.9s}.poke-block-choice .option-choice:nth-child(8704n){-webkit-animation-delay:871s;animation-delay:871s}.poke-block-choice .option-choice:nth-child(8705n){-webkit-animation-delay:871.1s;animation-delay:871.1s}.poke-block-choice .option-choice:nth-child(8706n){-webkit-animation-delay:871.2s;animation-delay:871.2s}.poke-block-choice .option-choice:nth-child(8707n){-webkit-animation-delay:871.3s;animation-delay:871.3s}.poke-block-choice .option-choice:nth-child(8708n){-webkit-animation-delay:871.4s;animation-delay:871.4s}.poke-block-choice .option-choice:nth-child(8709n){-webkit-animation-delay:871.5s;animation-delay:871.5s}.poke-block-choice .option-choice:nth-child(8710n){-webkit-animation-delay:871.6s;animation-delay:871.6s}.poke-block-choice .option-choice:nth-child(8711n){-webkit-animation-delay:871.7s;animation-delay:871.7s}.poke-block-choice .option-choice:nth-child(8712n){-webkit-animation-delay:871.8s;animation-delay:871.8s}.poke-block-choice .option-choice:nth-child(8713n){-webkit-animation-delay:871.9s;animation-delay:871.9s}.poke-block-choice .option-choice:nth-child(8714n){-webkit-animation-delay:872s;animation-delay:872s}.poke-block-choice .option-choice:nth-child(8715n){-webkit-animation-delay:872.1s;animation-delay:872.1s}.poke-block-choice .option-choice:nth-child(8716n){-webkit-animation-delay:872.2s;animation-delay:872.2s}.poke-block-choice .option-choice:nth-child(8717n){-webkit-animation-delay:872.3s;animation-delay:872.3s}.poke-block-choice .option-choice:nth-child(8718n){-webkit-animation-delay:872.4s;animation-delay:872.4s}.poke-block-choice .option-choice:nth-child(8719n){-webkit-animation-delay:872.5s;animation-delay:872.5s}.poke-block-choice .option-choice:nth-child(8720n){-webkit-animation-delay:872.6s;animation-delay:872.6s}.poke-block-choice .option-choice:nth-child(8721n){-webkit-animation-delay:872.7s;animation-delay:872.7s}.poke-block-choice .option-choice:nth-child(8722n){-webkit-animation-delay:872.8s;animation-delay:872.8s}.poke-block-choice .option-choice:nth-child(8723n){-webkit-animation-delay:872.9s;animation-delay:872.9s}.poke-block-choice .option-choice:nth-child(8724n){-webkit-animation-delay:873s;animation-delay:873s}.poke-block-choice .option-choice:nth-child(8725n){-webkit-animation-delay:873.1s;animation-delay:873.1s}.poke-block-choice .option-choice:nth-child(8726n){-webkit-animation-delay:873.2s;animation-delay:873.2s}.poke-block-choice .option-choice:nth-child(8727n){-webkit-animation-delay:873.3s;animation-delay:873.3s}.poke-block-choice .option-choice:nth-child(8728n){-webkit-animation-delay:873.4s;animation-delay:873.4s}.poke-block-choice .option-choice:nth-child(8729n){-webkit-animation-delay:873.5s;animation-delay:873.5s}.poke-block-choice .option-choice:nth-child(8730n){-webkit-animation-delay:873.6s;animation-delay:873.6s}.poke-block-choice .option-choice:nth-child(8731n){-webkit-animation-delay:873.7s;animation-delay:873.7s}.poke-block-choice .option-choice:nth-child(8732n){-webkit-animation-delay:873.8s;animation-delay:873.8s}.poke-block-choice .option-choice:nth-child(8733n){-webkit-animation-delay:873.9s;animation-delay:873.9s}.poke-block-choice .option-choice:nth-child(8734n){-webkit-animation-delay:874s;animation-delay:874s}.poke-block-choice .option-choice:nth-child(8735n){-webkit-animation-delay:874.1s;animation-delay:874.1s}.poke-block-choice .option-choice:nth-child(8736n){-webkit-animation-delay:874.2s;animation-delay:874.2s}.poke-block-choice .option-choice:nth-child(8737n){-webkit-animation-delay:874.3s;animation-delay:874.3s}.poke-block-choice .option-choice:nth-child(8738n){-webkit-animation-delay:874.4s;animation-delay:874.4s}.poke-block-choice .option-choice:nth-child(8739n){-webkit-animation-delay:874.5s;animation-delay:874.5s}.poke-block-choice .option-choice:nth-child(8740n){-webkit-animation-delay:874.6s;animation-delay:874.6s}.poke-block-choice .option-choice:nth-child(8741n){-webkit-animation-delay:874.7s;animation-delay:874.7s}.poke-block-choice .option-choice:nth-child(8742n){-webkit-animation-delay:874.8s;animation-delay:874.8s}.poke-block-choice .option-choice:nth-child(8743n){-webkit-animation-delay:874.9s;animation-delay:874.9s}.poke-block-choice .option-choice:nth-child(8744n){-webkit-animation-delay:875s;animation-delay:875s}.poke-block-choice .option-choice:nth-child(8745n){-webkit-animation-delay:875.1s;animation-delay:875.1s}.poke-block-choice .option-choice:nth-child(8746n){-webkit-animation-delay:875.2s;animation-delay:875.2s}.poke-block-choice .option-choice:nth-child(8747n){-webkit-animation-delay:875.3s;animation-delay:875.3s}.poke-block-choice .option-choice:nth-child(8748n){-webkit-animation-delay:875.4s;animation-delay:875.4s}.poke-block-choice .option-choice:nth-child(8749n){-webkit-animation-delay:875.5s;animation-delay:875.5s}.poke-block-choice .option-choice:nth-child(8750n){-webkit-animation-delay:875.6s;animation-delay:875.6s}.poke-block-choice .option-choice:nth-child(8751n){-webkit-animation-delay:875.7s;animation-delay:875.7s}.poke-block-choice .option-choice:nth-child(8752n){-webkit-animation-delay:875.8s;animation-delay:875.8s}.poke-block-choice .option-choice:nth-child(8753n){-webkit-animation-delay:875.9s;animation-delay:875.9s}.poke-block-choice .option-choice:nth-child(8754n){-webkit-animation-delay:876s;animation-delay:876s}.poke-block-choice .option-choice:nth-child(8755n){-webkit-animation-delay:876.1s;animation-delay:876.1s}.poke-block-choice .option-choice:nth-child(8756n){-webkit-animation-delay:876.2s;animation-delay:876.2s}.poke-block-choice .option-choice:nth-child(8757n){-webkit-animation-delay:876.3s;animation-delay:876.3s}.poke-block-choice .option-choice:nth-child(8758n){-webkit-animation-delay:876.4s;animation-delay:876.4s}.poke-block-choice .option-choice:nth-child(8759n){-webkit-animation-delay:876.5s;animation-delay:876.5s}.poke-block-choice .option-choice:nth-child(8760n){-webkit-animation-delay:876.6s;animation-delay:876.6s}.poke-block-choice .option-choice:nth-child(8761n){-webkit-animation-delay:876.7s;animation-delay:876.7s}.poke-block-choice .option-choice:nth-child(8762n){-webkit-animation-delay:876.8s;animation-delay:876.8s}.poke-block-choice .option-choice:nth-child(8763n){-webkit-animation-delay:876.9s;animation-delay:876.9s}.poke-block-choice .option-choice:nth-child(8764n){-webkit-animation-delay:877s;animation-delay:877s}.poke-block-choice .option-choice:nth-child(8765n){-webkit-animation-delay:877.1s;animation-delay:877.1s}.poke-block-choice .option-choice:nth-child(8766n){-webkit-animation-delay:877.2s;animation-delay:877.2s}.poke-block-choice .option-choice:nth-child(8767n){-webkit-animation-delay:877.3s;animation-delay:877.3s}.poke-block-choice .option-choice:nth-child(8768n){-webkit-animation-delay:877.4s;animation-delay:877.4s}.poke-block-choice .option-choice:nth-child(8769n){-webkit-animation-delay:877.5s;animation-delay:877.5s}.poke-block-choice .option-choice:nth-child(8770n){-webkit-animation-delay:877.6s;animation-delay:877.6s}.poke-block-choice .option-choice:nth-child(8771n){-webkit-animation-delay:877.7s;animation-delay:877.7s}.poke-block-choice .option-choice:nth-child(8772n){-webkit-animation-delay:877.8s;animation-delay:877.8s}.poke-block-choice .option-choice:nth-child(8773n){-webkit-animation-delay:877.9s;animation-delay:877.9s}.poke-block-choice .option-choice:nth-child(8774n){-webkit-animation-delay:878s;animation-delay:878s}.poke-block-choice .option-choice:nth-child(8775n){-webkit-animation-delay:878.1s;animation-delay:878.1s}.poke-block-choice .option-choice:nth-child(8776n){-webkit-animation-delay:878.2s;animation-delay:878.2s}.poke-block-choice .option-choice:nth-child(8777n){-webkit-animation-delay:878.3s;animation-delay:878.3s}.poke-block-choice .option-choice:nth-child(8778n){-webkit-animation-delay:878.4s;animation-delay:878.4s}.poke-block-choice .option-choice:nth-child(8779n){-webkit-animation-delay:878.5s;animation-delay:878.5s}.poke-block-choice .option-choice:nth-child(8780n){-webkit-animation-delay:878.6s;animation-delay:878.6s}.poke-block-choice .option-choice:nth-child(8781n){-webkit-animation-delay:878.7s;animation-delay:878.7s}.poke-block-choice .option-choice:nth-child(8782n){-webkit-animation-delay:878.8s;animation-delay:878.8s}.poke-block-choice .option-choice:nth-child(8783n){-webkit-animation-delay:878.9s;animation-delay:878.9s}.poke-block-choice .option-choice:nth-child(8784n){-webkit-animation-delay:879s;animation-delay:879s}.poke-block-choice .option-choice:nth-child(8785n){-webkit-animation-delay:879.1s;animation-delay:879.1s}.poke-block-choice .option-choice:nth-child(8786n){-webkit-animation-delay:879.2s;animation-delay:879.2s}.poke-block-choice .option-choice:nth-child(8787n){-webkit-animation-delay:879.3s;animation-delay:879.3s}.poke-block-choice .option-choice:nth-child(8788n){-webkit-animation-delay:879.4s;animation-delay:879.4s}.poke-block-choice .option-choice:nth-child(8789n){-webkit-animation-delay:879.5s;animation-delay:879.5s}.poke-block-choice .option-choice:nth-child(8790n){-webkit-animation-delay:879.6s;animation-delay:879.6s}.poke-block-choice .option-choice:nth-child(8791n){-webkit-animation-delay:879.7s;animation-delay:879.7s}.poke-block-choice .option-choice:nth-child(8792n){-webkit-animation-delay:879.8s;animation-delay:879.8s}.poke-block-choice .option-choice:nth-child(8793n){-webkit-animation-delay:879.9s;animation-delay:879.9s}.poke-block-choice .option-choice:nth-child(8794n){-webkit-animation-delay:880s;animation-delay:880s}.poke-block-choice .option-choice:nth-child(8795n){-webkit-animation-delay:880.1s;animation-delay:880.1s}.poke-block-choice .option-choice:nth-child(8796n){-webkit-animation-delay:880.2s;animation-delay:880.2s}.poke-block-choice .option-choice:nth-child(8797n){-webkit-animation-delay:880.3s;animation-delay:880.3s}.poke-block-choice .option-choice:nth-child(8798n){-webkit-animation-delay:880.4s;animation-delay:880.4s}.poke-block-choice .option-choice:nth-child(8799n){-webkit-animation-delay:880.5s;animation-delay:880.5s}.poke-block-choice .option-choice:nth-child(8800n){-webkit-animation-delay:880.6s;animation-delay:880.6s}.poke-block-choice .option-choice:nth-child(8801n){-webkit-animation-delay:880.7s;animation-delay:880.7s}.poke-block-choice .option-choice:nth-child(8802n){-webkit-animation-delay:880.8s;animation-delay:880.8s}.poke-block-choice .option-choice:nth-child(8803n){-webkit-animation-delay:880.9s;animation-delay:880.9s}.poke-block-choice .option-choice:nth-child(8804n){-webkit-animation-delay:881s;animation-delay:881s}.poke-block-choice .option-choice:nth-child(8805n){-webkit-animation-delay:881.1s;animation-delay:881.1s}.poke-block-choice .option-choice:nth-child(8806n){-webkit-animation-delay:881.2s;animation-delay:881.2s}.poke-block-choice .option-choice:nth-child(8807n){-webkit-animation-delay:881.3s;animation-delay:881.3s}.poke-block-choice .option-choice:nth-child(8808n){-webkit-animation-delay:881.4s;animation-delay:881.4s}.poke-block-choice .option-choice:nth-child(8809n){-webkit-animation-delay:881.5s;animation-delay:881.5s}.poke-block-choice .option-choice:nth-child(8810n){-webkit-animation-delay:881.6s;animation-delay:881.6s}.poke-block-choice .option-choice:nth-child(8811n){-webkit-animation-delay:881.7s;animation-delay:881.7s}.poke-block-choice .option-choice:nth-child(8812n){-webkit-animation-delay:881.8s;animation-delay:881.8s}.poke-block-choice .option-choice:nth-child(8813n){-webkit-animation-delay:881.9s;animation-delay:881.9s}.poke-block-choice .option-choice:nth-child(8814n){-webkit-animation-delay:882s;animation-delay:882s}.poke-block-choice .option-choice:nth-child(8815n){-webkit-animation-delay:882.1s;animation-delay:882.1s}.poke-block-choice .option-choice:nth-child(8816n){-webkit-animation-delay:882.2s;animation-delay:882.2s}.poke-block-choice .option-choice:nth-child(8817n){-webkit-animation-delay:882.3s;animation-delay:882.3s}.poke-block-choice .option-choice:nth-child(8818n){-webkit-animation-delay:882.4s;animation-delay:882.4s}.poke-block-choice .option-choice:nth-child(8819n){-webkit-animation-delay:882.5s;animation-delay:882.5s}.poke-block-choice .option-choice:nth-child(8820n){-webkit-animation-delay:882.6s;animation-delay:882.6s}.poke-block-choice .option-choice:nth-child(8821n){-webkit-animation-delay:882.7s;animation-delay:882.7s}.poke-block-choice .option-choice:nth-child(8822n){-webkit-animation-delay:882.8s;animation-delay:882.8s}.poke-block-choice .option-choice:nth-child(8823n){-webkit-animation-delay:882.9s;animation-delay:882.9s}.poke-block-choice .option-choice:nth-child(8824n){-webkit-animation-delay:883s;animation-delay:883s}.poke-block-choice .option-choice:nth-child(8825n){-webkit-animation-delay:883.1s;animation-delay:883.1s}.poke-block-choice .option-choice:nth-child(8826n){-webkit-animation-delay:883.2s;animation-delay:883.2s}.poke-block-choice .option-choice:nth-child(8827n){-webkit-animation-delay:883.3s;animation-delay:883.3s}.poke-block-choice .option-choice:nth-child(8828n){-webkit-animation-delay:883.4s;animation-delay:883.4s}.poke-block-choice .option-choice:nth-child(8829n){-webkit-animation-delay:883.5s;animation-delay:883.5s}.poke-block-choice .option-choice:nth-child(8830n){-webkit-animation-delay:883.6s;animation-delay:883.6s}.poke-block-choice .option-choice:nth-child(8831n){-webkit-animation-delay:883.7s;animation-delay:883.7s}.poke-block-choice .option-choice:nth-child(8832n){-webkit-animation-delay:883.8s;animation-delay:883.8s}.poke-block-choice .option-choice:nth-child(8833n){-webkit-animation-delay:883.9s;animation-delay:883.9s}.poke-block-choice .option-choice:nth-child(8834n){-webkit-animation-delay:884s;animation-delay:884s}.poke-block-choice .option-choice:nth-child(8835n){-webkit-animation-delay:884.1s;animation-delay:884.1s}.poke-block-choice .option-choice:nth-child(8836n){-webkit-animation-delay:884.2s;animation-delay:884.2s}.poke-block-choice .option-choice:nth-child(8837n){-webkit-animation-delay:884.3s;animation-delay:884.3s}.poke-block-choice .option-choice:nth-child(8838n){-webkit-animation-delay:884.4s;animation-delay:884.4s}.poke-block-choice .option-choice:nth-child(8839n){-webkit-animation-delay:884.5s;animation-delay:884.5s}.poke-block-choice .option-choice:nth-child(8840n){-webkit-animation-delay:884.6s;animation-delay:884.6s}.poke-block-choice .option-choice:nth-child(8841n){-webkit-animation-delay:884.7s;animation-delay:884.7s}.poke-block-choice .option-choice:nth-child(8842n){-webkit-animation-delay:884.8s;animation-delay:884.8s}.poke-block-choice .option-choice:nth-child(8843n){-webkit-animation-delay:884.9s;animation-delay:884.9s}.poke-block-choice .option-choice:nth-child(8844n){-webkit-animation-delay:885s;animation-delay:885s}.poke-block-choice .option-choice:nth-child(8845n){-webkit-animation-delay:885.1s;animation-delay:885.1s}.poke-block-choice .option-choice:nth-child(8846n){-webkit-animation-delay:885.2s;animation-delay:885.2s}.poke-block-choice .option-choice:nth-child(8847n){-webkit-animation-delay:885.3s;animation-delay:885.3s}.poke-block-choice .option-choice:nth-child(8848n){-webkit-animation-delay:885.4s;animation-delay:885.4s}.poke-block-choice .option-choice:nth-child(8849n){-webkit-animation-delay:885.5s;animation-delay:885.5s}.poke-block-choice .option-choice:nth-child(8850n){-webkit-animation-delay:885.6s;animation-delay:885.6s}.poke-block-choice .option-choice:nth-child(8851n){-webkit-animation-delay:885.7s;animation-delay:885.7s}.poke-block-choice .option-choice:nth-child(8852n){-webkit-animation-delay:885.8s;animation-delay:885.8s}.poke-block-choice .option-choice:nth-child(8853n){-webkit-animation-delay:885.9s;animation-delay:885.9s}.poke-block-choice .option-choice:nth-child(8854n){-webkit-animation-delay:886s;animation-delay:886s}.poke-block-choice .option-choice:nth-child(8855n){-webkit-animation-delay:886.1s;animation-delay:886.1s}.poke-block-choice .option-choice:nth-child(8856n){-webkit-animation-delay:886.2s;animation-delay:886.2s}.poke-block-choice .option-choice:nth-child(8857n){-webkit-animation-delay:886.3s;animation-delay:886.3s}.poke-block-choice .option-choice:nth-child(8858n){-webkit-animation-delay:886.4s;animation-delay:886.4s}.poke-block-choice .option-choice:nth-child(8859n){-webkit-animation-delay:886.5s;animation-delay:886.5s}.poke-block-choice .option-choice:nth-child(8860n){-webkit-animation-delay:886.6s;animation-delay:886.6s}.poke-block-choice .option-choice:nth-child(8861n){-webkit-animation-delay:886.7s;animation-delay:886.7s}.poke-block-choice .option-choice:nth-child(8862n){-webkit-animation-delay:886.8s;animation-delay:886.8s}.poke-block-choice .option-choice:nth-child(8863n){-webkit-animation-delay:886.9s;animation-delay:886.9s}.poke-block-choice .option-choice:nth-child(8864n){-webkit-animation-delay:887s;animation-delay:887s}.poke-block-choice .option-choice:nth-child(8865n){-webkit-animation-delay:887.1s;animation-delay:887.1s}.poke-block-choice .option-choice:nth-child(8866n){-webkit-animation-delay:887.2s;animation-delay:887.2s}.poke-block-choice .option-choice:nth-child(8867n){-webkit-animation-delay:887.3s;animation-delay:887.3s}.poke-block-choice .option-choice:nth-child(8868n){-webkit-animation-delay:887.4s;animation-delay:887.4s}.poke-block-choice .option-choice:nth-child(8869n){-webkit-animation-delay:887.5s;animation-delay:887.5s}.poke-block-choice .option-choice:nth-child(8870n){-webkit-animation-delay:887.6s;animation-delay:887.6s}.poke-block-choice .option-choice:nth-child(8871n){-webkit-animation-delay:887.7s;animation-delay:887.7s}.poke-block-choice .option-choice:nth-child(8872n){-webkit-animation-delay:887.8s;animation-delay:887.8s}.poke-block-choice .option-choice:nth-child(8873n){-webkit-animation-delay:887.9s;animation-delay:887.9s}.poke-block-choice .option-choice:nth-child(8874n){-webkit-animation-delay:888s;animation-delay:888s}.poke-block-choice .option-choice:nth-child(8875n){-webkit-animation-delay:888.1s;animation-delay:888.1s}.poke-block-choice .option-choice:nth-child(8876n){-webkit-animation-delay:888.2s;animation-delay:888.2s}.poke-block-choice .option-choice:nth-child(8877n){-webkit-animation-delay:888.3s;animation-delay:888.3s}.poke-block-choice .option-choice:nth-child(8878n){-webkit-animation-delay:888.4s;animation-delay:888.4s}.poke-block-choice .option-choice:nth-child(8879n){-webkit-animation-delay:888.5s;animation-delay:888.5s}.poke-block-choice .option-choice:nth-child(8880n){-webkit-animation-delay:888.6s;animation-delay:888.6s}.poke-block-choice .option-choice:nth-child(8881n){-webkit-animation-delay:888.7s;animation-delay:888.7s}.poke-block-choice .option-choice:nth-child(8882n){-webkit-animation-delay:888.8s;animation-delay:888.8s}.poke-block-choice .option-choice:nth-child(8883n){-webkit-animation-delay:888.9s;animation-delay:888.9s}.poke-block-choice .option-choice:nth-child(8884n){-webkit-animation-delay:889s;animation-delay:889s}.poke-block-choice .option-choice:nth-child(8885n){-webkit-animation-delay:889.1s;animation-delay:889.1s}.poke-block-choice .option-choice:nth-child(8886n){-webkit-animation-delay:889.2s;animation-delay:889.2s}.poke-block-choice .option-choice:nth-child(8887n){-webkit-animation-delay:889.3s;animation-delay:889.3s}.poke-block-choice .option-choice:nth-child(8888n){-webkit-animation-delay:889.4s;animation-delay:889.4s}.poke-block-choice .option-choice:nth-child(8889n){-webkit-animation-delay:889.5s;animation-delay:889.5s}.poke-block-choice .option-choice:nth-child(8890n){-webkit-animation-delay:889.6s;animation-delay:889.6s}.poke-block-choice .option-choice:nth-child(8891n){-webkit-animation-delay:889.7s;animation-delay:889.7s}.poke-block-choice .option-choice:nth-child(8892n){-webkit-animation-delay:889.8s;animation-delay:889.8s}.poke-block-choice .option-choice:nth-child(8893n){-webkit-animation-delay:889.9s;animation-delay:889.9s}.poke-block-choice .option-choice:nth-child(8894n){-webkit-animation-delay:890s;animation-delay:890s}.poke-block-choice .option-choice:nth-child(8895n){-webkit-animation-delay:890.1s;animation-delay:890.1s}.poke-block-choice .option-choice:nth-child(8896n){-webkit-animation-delay:890.2s;animation-delay:890.2s}.poke-block-choice .option-choice:nth-child(8897n){-webkit-animation-delay:890.3s;animation-delay:890.3s}.poke-block-choice .option-choice:nth-child(8898n){-webkit-animation-delay:890.4s;animation-delay:890.4s}.poke-block-choice .option-choice:nth-child(8899n){-webkit-animation-delay:890.5s;animation-delay:890.5s}.poke-block-choice .option-choice:nth-child(8900n){-webkit-animation-delay:890.6s;animation-delay:890.6s}.poke-block-choice .option-choice:nth-child(8901n){-webkit-animation-delay:890.7s;animation-delay:890.7s}.poke-block-choice .option-choice:nth-child(8902n){-webkit-animation-delay:890.8s;animation-delay:890.8s}.poke-block-choice .option-choice:nth-child(8903n){-webkit-animation-delay:890.9s;animation-delay:890.9s}.poke-block-choice .option-choice:nth-child(8904n){-webkit-animation-delay:891s;animation-delay:891s}.poke-block-choice .option-choice:nth-child(8905n){-webkit-animation-delay:891.1s;animation-delay:891.1s}.poke-block-choice .option-choice:nth-child(8906n){-webkit-animation-delay:891.2s;animation-delay:891.2s}.poke-block-choice .option-choice:nth-child(8907n){-webkit-animation-delay:891.3s;animation-delay:891.3s}.poke-block-choice .option-choice:nth-child(8908n){-webkit-animation-delay:891.4s;animation-delay:891.4s}.poke-block-choice .option-choice:nth-child(8909n){-webkit-animation-delay:891.5s;animation-delay:891.5s}.poke-block-choice .option-choice:nth-child(8910n){-webkit-animation-delay:891.6s;animation-delay:891.6s}.poke-block-choice .option-choice:nth-child(8911n){-webkit-animation-delay:891.7s;animation-delay:891.7s}.poke-block-choice .option-choice:nth-child(8912n){-webkit-animation-delay:891.8s;animation-delay:891.8s}.poke-block-choice .option-choice:nth-child(8913n){-webkit-animation-delay:891.9s;animation-delay:891.9s}.poke-block-choice .option-choice:nth-child(8914n){-webkit-animation-delay:892s;animation-delay:892s}.poke-block-choice .option-choice:nth-child(8915n){-webkit-animation-delay:892.1s;animation-delay:892.1s}.poke-block-choice .option-choice:nth-child(8916n){-webkit-animation-delay:892.2s;animation-delay:892.2s}.poke-block-choice .option-choice:nth-child(8917n){-webkit-animation-delay:892.3s;animation-delay:892.3s}.poke-block-choice .option-choice:nth-child(8918n){-webkit-animation-delay:892.4s;animation-delay:892.4s}.poke-block-choice .option-choice:nth-child(8919n){-webkit-animation-delay:892.5s;animation-delay:892.5s}.poke-block-choice .option-choice:nth-child(8920n){-webkit-animation-delay:892.6s;animation-delay:892.6s}.poke-block-choice .option-choice:nth-child(8921n){-webkit-animation-delay:892.7s;animation-delay:892.7s}.poke-block-choice .option-choice:nth-child(8922n){-webkit-animation-delay:892.8s;animation-delay:892.8s}.poke-block-choice .option-choice:nth-child(8923n){-webkit-animation-delay:892.9s;animation-delay:892.9s}.poke-block-choice .option-choice:nth-child(8924n){-webkit-animation-delay:893s;animation-delay:893s}.poke-block-choice .option-choice:nth-child(8925n){-webkit-animation-delay:893.1s;animation-delay:893.1s}.poke-block-choice .option-choice:nth-child(8926n){-webkit-animation-delay:893.2s;animation-delay:893.2s}.poke-block-choice .option-choice:nth-child(8927n){-webkit-animation-delay:893.3s;animation-delay:893.3s}.poke-block-choice .option-choice:nth-child(8928n){-webkit-animation-delay:893.4s;animation-delay:893.4s}.poke-block-choice .option-choice:nth-child(8929n){-webkit-animation-delay:893.5s;animation-delay:893.5s}.poke-block-choice .option-choice:nth-child(8930n){-webkit-animation-delay:893.6s;animation-delay:893.6s}.poke-block-choice .option-choice:nth-child(8931n){-webkit-animation-delay:893.7s;animation-delay:893.7s}.poke-block-choice .option-choice:nth-child(8932n){-webkit-animation-delay:893.8s;animation-delay:893.8s}.poke-block-choice .option-choice:nth-child(8933n){-webkit-animation-delay:893.9s;animation-delay:893.9s}.poke-block-choice .option-choice:nth-child(8934n){-webkit-animation-delay:894s;animation-delay:894s}.poke-block-choice .option-choice:nth-child(8935n){-webkit-animation-delay:894.1s;animation-delay:894.1s}.poke-block-choice .option-choice:nth-child(8936n){-webkit-animation-delay:894.2s;animation-delay:894.2s}.poke-block-choice .option-choice:nth-child(8937n){-webkit-animation-delay:894.3s;animation-delay:894.3s}.poke-block-choice .option-choice:nth-child(8938n){-webkit-animation-delay:894.4s;animation-delay:894.4s}.poke-block-choice .option-choice:nth-child(8939n){-webkit-animation-delay:894.5s;animation-delay:894.5s}.poke-block-choice .option-choice:nth-child(8940n){-webkit-animation-delay:894.6s;animation-delay:894.6s}.poke-block-choice .option-choice:nth-child(8941n){-webkit-animation-delay:894.7s;animation-delay:894.7s}.poke-block-choice .option-choice:nth-child(8942n){-webkit-animation-delay:894.8s;animation-delay:894.8s}.poke-block-choice .option-choice:nth-child(8943n){-webkit-animation-delay:894.9s;animation-delay:894.9s}.poke-block-choice .option-choice:nth-child(8944n){-webkit-animation-delay:895s;animation-delay:895s}.poke-block-choice .option-choice:nth-child(8945n){-webkit-animation-delay:895.1s;animation-delay:895.1s}.poke-block-choice .option-choice:nth-child(8946n){-webkit-animation-delay:895.2s;animation-delay:895.2s}.poke-block-choice .option-choice:nth-child(8947n){-webkit-animation-delay:895.3s;animation-delay:895.3s}.poke-block-choice .option-choice:nth-child(8948n){-webkit-animation-delay:895.4s;animation-delay:895.4s}.poke-block-choice .option-choice:nth-child(8949n){-webkit-animation-delay:895.5s;animation-delay:895.5s}.poke-block-choice .option-choice:nth-child(8950n){-webkit-animation-delay:895.6s;animation-delay:895.6s}.poke-block-choice .option-choice:nth-child(8951n){-webkit-animation-delay:895.7s;animation-delay:895.7s}.poke-block-choice .option-choice:nth-child(8952n){-webkit-animation-delay:895.8s;animation-delay:895.8s}.poke-block-choice .option-choice:nth-child(8953n){-webkit-animation-delay:895.9s;animation-delay:895.9s}.poke-block-choice .option-choice:nth-child(8954n){-webkit-animation-delay:896s;animation-delay:896s}.poke-block-choice .option-choice:nth-child(8955n){-webkit-animation-delay:896.1s;animation-delay:896.1s}.poke-block-choice .option-choice:nth-child(8956n){-webkit-animation-delay:896.2s;animation-delay:896.2s}.poke-block-choice .option-choice:nth-child(8957n){-webkit-animation-delay:896.3s;animation-delay:896.3s}.poke-block-choice .option-choice:nth-child(8958n){-webkit-animation-delay:896.4s;animation-delay:896.4s}.poke-block-choice .option-choice:nth-child(8959n){-webkit-animation-delay:896.5s;animation-delay:896.5s}.poke-block-choice .option-choice:nth-child(8960n){-webkit-animation-delay:896.6s;animation-delay:896.6s}.poke-block-choice .option-choice:nth-child(8961n){-webkit-animation-delay:896.7s;animation-delay:896.7s}.poke-block-choice .option-choice:nth-child(8962n){-webkit-animation-delay:896.8s;animation-delay:896.8s}.poke-block-choice .option-choice:nth-child(8963n){-webkit-animation-delay:896.9s;animation-delay:896.9s}.poke-block-choice .option-choice:nth-child(8964n){-webkit-animation-delay:897s;animation-delay:897s}.poke-block-choice .option-choice:nth-child(8965n){-webkit-animation-delay:897.1s;animation-delay:897.1s}.poke-block-choice .option-choice:nth-child(8966n){-webkit-animation-delay:897.2s;animation-delay:897.2s}.poke-block-choice .option-choice:nth-child(8967n){-webkit-animation-delay:897.3s;animation-delay:897.3s}.poke-block-choice .option-choice:nth-child(8968n){-webkit-animation-delay:897.4s;animation-delay:897.4s}.poke-block-choice .option-choice:nth-child(8969n){-webkit-animation-delay:897.5s;animation-delay:897.5s}.poke-block-choice .option-choice:nth-child(8970n){-webkit-animation-delay:897.6s;animation-delay:897.6s}.poke-block-choice .option-choice:nth-child(8971n){-webkit-animation-delay:897.7s;animation-delay:897.7s}.poke-block-choice .option-choice:nth-child(8972n){-webkit-animation-delay:897.8s;animation-delay:897.8s}.poke-block-choice .option-choice:nth-child(8973n){-webkit-animation-delay:897.9s;animation-delay:897.9s}.poke-block-choice .option-choice:nth-child(8974n){-webkit-animation-delay:898s;animation-delay:898s}.poke-block-choice .option-choice:nth-child(8975n){-webkit-animation-delay:898.1s;animation-delay:898.1s}.poke-block-choice .option-choice:nth-child(8976n){-webkit-animation-delay:898.2s;animation-delay:898.2s}.poke-block-choice .option-choice:nth-child(8977n){-webkit-animation-delay:898.3s;animation-delay:898.3s}.poke-block-choice .option-choice:nth-child(8978n){-webkit-animation-delay:898.4s;animation-delay:898.4s}.poke-block-choice .option-choice:nth-child(8979n){-webkit-animation-delay:898.5s;animation-delay:898.5s}.poke-block-choice .option-choice:nth-child(8980n){-webkit-animation-delay:898.6s;animation-delay:898.6s}.poke-block-choice .option-choice:nth-child(8981n){-webkit-animation-delay:898.7s;animation-delay:898.7s}.poke-block-choice .option-choice:nth-child(8982n){-webkit-animation-delay:898.8s;animation-delay:898.8s}.poke-block-choice .option-choice:nth-child(8983n){-webkit-animation-delay:898.9s;animation-delay:898.9s}.poke-block-choice .option-choice:nth-child(8984n){-webkit-animation-delay:899s;animation-delay:899s}.poke-block-choice .option-choice:nth-child(8985n){-webkit-animation-delay:899.1s;animation-delay:899.1s}.poke-block-choice .option-choice:nth-child(8986n){-webkit-animation-delay:899.2s;animation-delay:899.2s}.poke-block-choice .option-choice:nth-child(8987n){-webkit-animation-delay:899.3s;animation-delay:899.3s}.poke-block-choice .option-choice:nth-child(8988n){-webkit-animation-delay:899.4s;animation-delay:899.4s}.poke-block-choice .option-choice:nth-child(8989n){-webkit-animation-delay:899.5s;animation-delay:899.5s}.poke-block-choice .option-choice:nth-child(8990n){-webkit-animation-delay:899.6s;animation-delay:899.6s}.poke-block-choice .option-choice:nth-child(8991n){-webkit-animation-delay:899.7s;animation-delay:899.7s}.poke-block-choice .option-choice:nth-child(8992n){-webkit-animation-delay:899.8s;animation-delay:899.8s}.poke-block-choice .option-choice:nth-child(8993n){-webkit-animation-delay:899.9s;animation-delay:899.9s}.poke-block-choice .option-choice:nth-child(8994n){-webkit-animation-delay:900s;animation-delay:900s}.poke-block-choice .option-choice:nth-child(8995n){-webkit-animation-delay:900.1s;animation-delay:900.1s}.poke-block-choice .option-choice:nth-child(8996n){-webkit-animation-delay:900.2s;animation-delay:900.2s}.poke-block-choice .option-choice:nth-child(8997n){-webkit-animation-delay:900.3s;animation-delay:900.3s}.poke-block-choice .option-choice:nth-child(8998n){-webkit-animation-delay:900.4s;animation-delay:900.4s}.poke-block-choice .option-choice:nth-child(8999n){-webkit-animation-delay:900.5s;animation-delay:900.5s}.poke-block-choice .option-choice:nth-child(9000n){-webkit-animation-delay:900.6s;animation-delay:900.6s}.poke-block-choice .option-choice:nth-child(9001n){-webkit-animation-delay:900.7s;animation-delay:900.7s}.poke-block-choice .option-choice:nth-child(9002n){-webkit-animation-delay:900.8s;animation-delay:900.8s}.poke-block-choice .option-choice:nth-child(9003n){-webkit-animation-delay:900.9s;animation-delay:900.9s}.poke-block-choice .option-choice:nth-child(9004n){-webkit-animation-delay:901s;animation-delay:901s}.poke-block-choice .option-choice:nth-child(9005n){-webkit-animation-delay:901.1s;animation-delay:901.1s}.poke-block-choice .option-choice:nth-child(9006n){-webkit-animation-delay:901.2s;animation-delay:901.2s}.poke-block-choice .option-choice:nth-child(9007n){-webkit-animation-delay:901.3s;animation-delay:901.3s}.poke-block-choice .option-choice:nth-child(9008n){-webkit-animation-delay:901.4s;animation-delay:901.4s}.poke-block-choice .option-choice:nth-child(9009n){-webkit-animation-delay:901.5s;animation-delay:901.5s}.poke-block-choice .option-choice:nth-child(9010n){-webkit-animation-delay:901.6s;animation-delay:901.6s}.poke-block-choice .option-choice:nth-child(9011n){-webkit-animation-delay:901.7s;animation-delay:901.7s}.poke-block-choice .option-choice:nth-child(9012n){-webkit-animation-delay:901.8s;animation-delay:901.8s}.poke-block-choice .option-choice:nth-child(9013n){-webkit-animation-delay:901.9s;animation-delay:901.9s}.poke-block-choice .option-choice:nth-child(9014n){-webkit-animation-delay:902s;animation-delay:902s}.poke-block-choice .option-choice:nth-child(9015n){-webkit-animation-delay:902.1s;animation-delay:902.1s}.poke-block-choice .option-choice:nth-child(9016n){-webkit-animation-delay:902.2s;animation-delay:902.2s}.poke-block-choice .option-choice:nth-child(9017n){-webkit-animation-delay:902.3s;animation-delay:902.3s}.poke-block-choice .option-choice:nth-child(9018n){-webkit-animation-delay:902.4s;animation-delay:902.4s}.poke-block-choice .option-choice:nth-child(9019n){-webkit-animation-delay:902.5s;animation-delay:902.5s}.poke-block-choice .option-choice:nth-child(9020n){-webkit-animation-delay:902.6s;animation-delay:902.6s}.poke-block-choice .option-choice:nth-child(9021n){-webkit-animation-delay:902.7s;animation-delay:902.7s}.poke-block-choice .option-choice:nth-child(9022n){-webkit-animation-delay:902.8s;animation-delay:902.8s}.poke-block-choice .option-choice:nth-child(9023n){-webkit-animation-delay:902.9s;animation-delay:902.9s}.poke-block-choice .option-choice:nth-child(9024n){-webkit-animation-delay:903s;animation-delay:903s}.poke-block-choice .option-choice:nth-child(9025n){-webkit-animation-delay:903.1s;animation-delay:903.1s}.poke-block-choice .option-choice:nth-child(9026n){-webkit-animation-delay:903.2s;animation-delay:903.2s}.poke-block-choice .option-choice:nth-child(9027n){-webkit-animation-delay:903.3s;animation-delay:903.3s}.poke-block-choice .option-choice:nth-child(9028n){-webkit-animation-delay:903.4s;animation-delay:903.4s}.poke-block-choice .option-choice:nth-child(9029n){-webkit-animation-delay:903.5s;animation-delay:903.5s}.poke-block-choice .option-choice:nth-child(9030n){-webkit-animation-delay:903.6s;animation-delay:903.6s}.poke-block-choice .option-choice:nth-child(9031n){-webkit-animation-delay:903.7s;animation-delay:903.7s}.poke-block-choice .option-choice:nth-child(9032n){-webkit-animation-delay:903.8s;animation-delay:903.8s}.poke-block-choice .option-choice:nth-child(9033n){-webkit-animation-delay:903.9s;animation-delay:903.9s}.poke-block-choice .option-choice:nth-child(9034n){-webkit-animation-delay:904s;animation-delay:904s}.poke-block-choice .option-choice:nth-child(9035n){-webkit-animation-delay:904.1s;animation-delay:904.1s}.poke-block-choice .option-choice:nth-child(9036n){-webkit-animation-delay:904.2s;animation-delay:904.2s}.poke-block-choice .option-choice:nth-child(9037n){-webkit-animation-delay:904.3s;animation-delay:904.3s}.poke-block-choice .option-choice:nth-child(9038n){-webkit-animation-delay:904.4s;animation-delay:904.4s}.poke-block-choice .option-choice:nth-child(9039n){-webkit-animation-delay:904.5s;animation-delay:904.5s}.poke-block-choice .option-choice:nth-child(9040n){-webkit-animation-delay:904.6s;animation-delay:904.6s}.poke-block-choice .option-choice:nth-child(9041n){-webkit-animation-delay:904.7s;animation-delay:904.7s}.poke-block-choice .option-choice:nth-child(9042n){-webkit-animation-delay:904.8s;animation-delay:904.8s}.poke-block-choice .option-choice:nth-child(9043n){-webkit-animation-delay:904.9s;animation-delay:904.9s}.poke-block-choice .option-choice:nth-child(9044n){-webkit-animation-delay:905s;animation-delay:905s}.poke-block-choice .option-choice:nth-child(9045n){-webkit-animation-delay:905.1s;animation-delay:905.1s}.poke-block-choice .option-choice:nth-child(9046n){-webkit-animation-delay:905.2s;animation-delay:905.2s}.poke-block-choice .option-choice:nth-child(9047n){-webkit-animation-delay:905.3s;animation-delay:905.3s}.poke-block-choice .option-choice:nth-child(9048n){-webkit-animation-delay:905.4s;animation-delay:905.4s}.poke-block-choice .option-choice:nth-child(9049n){-webkit-animation-delay:905.5s;animation-delay:905.5s}.poke-block-choice .option-choice:nth-child(9050n){-webkit-animation-delay:905.6s;animation-delay:905.6s}.poke-block-choice .option-choice:nth-child(9051n){-webkit-animation-delay:905.7s;animation-delay:905.7s}.poke-block-choice .option-choice:nth-child(9052n){-webkit-animation-delay:905.8s;animation-delay:905.8s}.poke-block-choice .option-choice:nth-child(9053n){-webkit-animation-delay:905.9s;animation-delay:905.9s}.poke-block-choice .option-choice:nth-child(9054n){-webkit-animation-delay:906s;animation-delay:906s}.poke-block-choice .option-choice:nth-child(9055n){-webkit-animation-delay:906.1s;animation-delay:906.1s}.poke-block-choice .option-choice:nth-child(9056n){-webkit-animation-delay:906.2s;animation-delay:906.2s}.poke-block-choice .option-choice:nth-child(9057n){-webkit-animation-delay:906.3s;animation-delay:906.3s}.poke-block-choice .option-choice:nth-child(9058n){-webkit-animation-delay:906.4s;animation-delay:906.4s}.poke-block-choice .option-choice:nth-child(9059n){-webkit-animation-delay:906.5s;animation-delay:906.5s}.poke-block-choice .option-choice:nth-child(9060n){-webkit-animation-delay:906.6s;animation-delay:906.6s}.poke-block-choice .option-choice:nth-child(9061n){-webkit-animation-delay:906.7s;animation-delay:906.7s}.poke-block-choice .option-choice:nth-child(9062n){-webkit-animation-delay:906.8s;animation-delay:906.8s}.poke-block-choice .option-choice:nth-child(9063n){-webkit-animation-delay:906.9s;animation-delay:906.9s}.poke-block-choice .option-choice:nth-child(9064n){-webkit-animation-delay:907s;animation-delay:907s}.poke-block-choice .option-choice:nth-child(9065n){-webkit-animation-delay:907.1s;animation-delay:907.1s}.poke-block-choice .option-choice:nth-child(9066n){-webkit-animation-delay:907.2s;animation-delay:907.2s}.poke-block-choice .option-choice:nth-child(9067n){-webkit-animation-delay:907.3s;animation-delay:907.3s}.poke-block-choice .option-choice:nth-child(9068n){-webkit-animation-delay:907.4s;animation-delay:907.4s}.poke-block-choice .option-choice:nth-child(9069n){-webkit-animation-delay:907.5s;animation-delay:907.5s}.poke-block-choice .option-choice:nth-child(9070n){-webkit-animation-delay:907.6s;animation-delay:907.6s}.poke-block-choice .option-choice:nth-child(9071n){-webkit-animation-delay:907.7s;animation-delay:907.7s}.poke-block-choice .option-choice:nth-child(9072n){-webkit-animation-delay:907.8s;animation-delay:907.8s}.poke-block-choice .option-choice:nth-child(9073n){-webkit-animation-delay:907.9s;animation-delay:907.9s}.poke-block-choice .option-choice:nth-child(9074n){-webkit-animation-delay:908s;animation-delay:908s}.poke-block-choice .option-choice:nth-child(9075n){-webkit-animation-delay:908.1s;animation-delay:908.1s}.poke-block-choice .option-choice:nth-child(9076n){-webkit-animation-delay:908.2s;animation-delay:908.2s}.poke-block-choice .option-choice:nth-child(9077n){-webkit-animation-delay:908.3s;animation-delay:908.3s}.poke-block-choice .option-choice:nth-child(9078n){-webkit-animation-delay:908.4s;animation-delay:908.4s}.poke-block-choice .option-choice:nth-child(9079n){-webkit-animation-delay:908.5s;animation-delay:908.5s}.poke-block-choice .option-choice:nth-child(9080n){-webkit-animation-delay:908.6s;animation-delay:908.6s}.poke-block-choice .option-choice:nth-child(9081n){-webkit-animation-delay:908.7s;animation-delay:908.7s}.poke-block-choice .option-choice:nth-child(9082n){-webkit-animation-delay:908.8s;animation-delay:908.8s}.poke-block-choice .option-choice:nth-child(9083n){-webkit-animation-delay:908.9s;animation-delay:908.9s}.poke-block-choice .option-choice:nth-child(9084n){-webkit-animation-delay:909s;animation-delay:909s}.poke-block-choice .option-choice:nth-child(9085n){-webkit-animation-delay:909.1s;animation-delay:909.1s}.poke-block-choice .option-choice:nth-child(9086n){-webkit-animation-delay:909.2s;animation-delay:909.2s}.poke-block-choice .option-choice:nth-child(9087n){-webkit-animation-delay:909.3s;animation-delay:909.3s}.poke-block-choice .option-choice:nth-child(9088n){-webkit-animation-delay:909.4s;animation-delay:909.4s}.poke-block-choice .option-choice:nth-child(9089n){-webkit-animation-delay:909.5s;animation-delay:909.5s}.poke-block-choice .option-choice:nth-child(9090n){-webkit-animation-delay:909.6s;animation-delay:909.6s}.poke-block-choice .option-choice:nth-child(9091n){-webkit-animation-delay:909.7s;animation-delay:909.7s}.poke-block-choice .option-choice:nth-child(9092n){-webkit-animation-delay:909.8s;animation-delay:909.8s}.poke-block-choice .option-choice:nth-child(9093n){-webkit-animation-delay:909.9s;animation-delay:909.9s}.poke-block-choice .option-choice:nth-child(9094n){-webkit-animation-delay:910s;animation-delay:910s}.poke-block-choice .option-choice:nth-child(9095n){-webkit-animation-delay:910.1s;animation-delay:910.1s}.poke-block-choice .option-choice:nth-child(9096n){-webkit-animation-delay:910.2s;animation-delay:910.2s}.poke-block-choice .option-choice:nth-child(9097n){-webkit-animation-delay:910.3s;animation-delay:910.3s}.poke-block-choice .option-choice:nth-child(9098n){-webkit-animation-delay:910.4s;animation-delay:910.4s}.poke-block-choice .option-choice:nth-child(9099n){-webkit-animation-delay:910.5s;animation-delay:910.5s}.poke-block-choice .option-choice:nth-child(9100n){-webkit-animation-delay:910.6s;animation-delay:910.6s}.poke-block-choice .option-choice:nth-child(9101n){-webkit-animation-delay:910.7s;animation-delay:910.7s}.poke-block-choice .option-choice:nth-child(9102n){-webkit-animation-delay:910.8s;animation-delay:910.8s}.poke-block-choice .option-choice:nth-child(9103n){-webkit-animation-delay:910.9s;animation-delay:910.9s}.poke-block-choice .option-choice:nth-child(9104n){-webkit-animation-delay:911s;animation-delay:911s}.poke-block-choice .option-choice:nth-child(9105n){-webkit-animation-delay:911.1s;animation-delay:911.1s}.poke-block-choice .option-choice:nth-child(9106n){-webkit-animation-delay:911.2s;animation-delay:911.2s}.poke-block-choice .option-choice:nth-child(9107n){-webkit-animation-delay:911.3s;animation-delay:911.3s}.poke-block-choice .option-choice:nth-child(9108n){-webkit-animation-delay:911.4s;animation-delay:911.4s}.poke-block-choice .option-choice:nth-child(9109n){-webkit-animation-delay:911.5s;animation-delay:911.5s}.poke-block-choice .option-choice:nth-child(9110n){-webkit-animation-delay:911.6s;animation-delay:911.6s}.poke-block-choice .option-choice:nth-child(9111n){-webkit-animation-delay:911.7s;animation-delay:911.7s}.poke-block-choice .option-choice:nth-child(9112n){-webkit-animation-delay:911.8s;animation-delay:911.8s}.poke-block-choice .option-choice:nth-child(9113n){-webkit-animation-delay:911.9s;animation-delay:911.9s}.poke-block-choice .option-choice:nth-child(9114n){-webkit-animation-delay:912s;animation-delay:912s}.poke-block-choice .option-choice:nth-child(9115n){-webkit-animation-delay:912.1s;animation-delay:912.1s}.poke-block-choice .option-choice:nth-child(9116n){-webkit-animation-delay:912.2s;animation-delay:912.2s}.poke-block-choice .option-choice:nth-child(9117n){-webkit-animation-delay:912.3s;animation-delay:912.3s}.poke-block-choice .option-choice:nth-child(9118n){-webkit-animation-delay:912.4s;animation-delay:912.4s}.poke-block-choice .option-choice:nth-child(9119n){-webkit-animation-delay:912.5s;animation-delay:912.5s}.poke-block-choice .option-choice:nth-child(9120n){-webkit-animation-delay:912.6s;animation-delay:912.6s}.poke-block-choice .option-choice:nth-child(9121n){-webkit-animation-delay:912.7s;animation-delay:912.7s}.poke-block-choice .option-choice:nth-child(9122n){-webkit-animation-delay:912.8s;animation-delay:912.8s}.poke-block-choice .option-choice:nth-child(9123n){-webkit-animation-delay:912.9s;animation-delay:912.9s}.poke-block-choice .option-choice:nth-child(9124n){-webkit-animation-delay:913s;animation-delay:913s}.poke-block-choice .option-choice:nth-child(9125n){-webkit-animation-delay:913.1s;animation-delay:913.1s}.poke-block-choice .option-choice:nth-child(9126n){-webkit-animation-delay:913.2s;animation-delay:913.2s}.poke-block-choice .option-choice:nth-child(9127n){-webkit-animation-delay:913.3s;animation-delay:913.3s}.poke-block-choice .option-choice:nth-child(9128n){-webkit-animation-delay:913.4s;animation-delay:913.4s}.poke-block-choice .option-choice:nth-child(9129n){-webkit-animation-delay:913.5s;animation-delay:913.5s}.poke-block-choice .option-choice:nth-child(9130n){-webkit-animation-delay:913.6s;animation-delay:913.6s}.poke-block-choice .option-choice:nth-child(9131n){-webkit-animation-delay:913.7s;animation-delay:913.7s}.poke-block-choice .option-choice:nth-child(9132n){-webkit-animation-delay:913.8s;animation-delay:913.8s}.poke-block-choice .option-choice:nth-child(9133n){-webkit-animation-delay:913.9s;animation-delay:913.9s}.poke-block-choice .option-choice:nth-child(9134n){-webkit-animation-delay:914s;animation-delay:914s}.poke-block-choice .option-choice:nth-child(9135n){-webkit-animation-delay:914.1s;animation-delay:914.1s}.poke-block-choice .option-choice:nth-child(9136n){-webkit-animation-delay:914.2s;animation-delay:914.2s}.poke-block-choice .option-choice:nth-child(9137n){-webkit-animation-delay:914.3s;animation-delay:914.3s}.poke-block-choice .option-choice:nth-child(9138n){-webkit-animation-delay:914.4s;animation-delay:914.4s}.poke-block-choice .option-choice:nth-child(9139n){-webkit-animation-delay:914.5s;animation-delay:914.5s}.poke-block-choice .option-choice:nth-child(9140n){-webkit-animation-delay:914.6s;animation-delay:914.6s}.poke-block-choice .option-choice:nth-child(9141n){-webkit-animation-delay:914.7s;animation-delay:914.7s}.poke-block-choice .option-choice:nth-child(9142n){-webkit-animation-delay:914.8s;animation-delay:914.8s}.poke-block-choice .option-choice:nth-child(9143n){-webkit-animation-delay:914.9s;animation-delay:914.9s}.poke-block-choice .option-choice:nth-child(9144n){-webkit-animation-delay:915s;animation-delay:915s}.poke-block-choice .option-choice:nth-child(9145n){-webkit-animation-delay:915.1s;animation-delay:915.1s}.poke-block-choice .option-choice:nth-child(9146n){-webkit-animation-delay:915.2s;animation-delay:915.2s}.poke-block-choice .option-choice:nth-child(9147n){-webkit-animation-delay:915.3s;animation-delay:915.3s}.poke-block-choice .option-choice:nth-child(9148n){-webkit-animation-delay:915.4s;animation-delay:915.4s}.poke-block-choice .option-choice:nth-child(9149n){-webkit-animation-delay:915.5s;animation-delay:915.5s}.poke-block-choice .option-choice:nth-child(9150n){-webkit-animation-delay:915.6s;animation-delay:915.6s}.poke-block-choice .option-choice:nth-child(9151n){-webkit-animation-delay:915.7s;animation-delay:915.7s}.poke-block-choice .option-choice:nth-child(9152n){-webkit-animation-delay:915.8s;animation-delay:915.8s}.poke-block-choice .option-choice:nth-child(9153n){-webkit-animation-delay:915.9s;animation-delay:915.9s}.poke-block-choice .option-choice:nth-child(9154n){-webkit-animation-delay:916s;animation-delay:916s}.poke-block-choice .option-choice:nth-child(9155n){-webkit-animation-delay:916.1s;animation-delay:916.1s}.poke-block-choice .option-choice:nth-child(9156n){-webkit-animation-delay:916.2s;animation-delay:916.2s}.poke-block-choice .option-choice:nth-child(9157n){-webkit-animation-delay:916.3s;animation-delay:916.3s}.poke-block-choice .option-choice:nth-child(9158n){-webkit-animation-delay:916.4s;animation-delay:916.4s}.poke-block-choice .option-choice:nth-child(9159n){-webkit-animation-delay:916.5s;animation-delay:916.5s}.poke-block-choice .option-choice:nth-child(9160n){-webkit-animation-delay:916.6s;animation-delay:916.6s}.poke-block-choice .option-choice:nth-child(9161n){-webkit-animation-delay:916.7s;animation-delay:916.7s}.poke-block-choice .option-choice:nth-child(9162n){-webkit-animation-delay:916.8s;animation-delay:916.8s}.poke-block-choice .option-choice:nth-child(9163n){-webkit-animation-delay:916.9s;animation-delay:916.9s}.poke-block-choice .option-choice:nth-child(9164n){-webkit-animation-delay:917s;animation-delay:917s}.poke-block-choice .option-choice:nth-child(9165n){-webkit-animation-delay:917.1s;animation-delay:917.1s}.poke-block-choice .option-choice:nth-child(9166n){-webkit-animation-delay:917.2s;animation-delay:917.2s}.poke-block-choice .option-choice:nth-child(9167n){-webkit-animation-delay:917.3s;animation-delay:917.3s}.poke-block-choice .option-choice:nth-child(9168n){-webkit-animation-delay:917.4s;animation-delay:917.4s}.poke-block-choice .option-choice:nth-child(9169n){-webkit-animation-delay:917.5s;animation-delay:917.5s}.poke-block-choice .option-choice:nth-child(9170n){-webkit-animation-delay:917.6s;animation-delay:917.6s}.poke-block-choice .option-choice:nth-child(9171n){-webkit-animation-delay:917.7s;animation-delay:917.7s}.poke-block-choice .option-choice:nth-child(9172n){-webkit-animation-delay:917.8s;animation-delay:917.8s}.poke-block-choice .option-choice:nth-child(9173n){-webkit-animation-delay:917.9s;animation-delay:917.9s}.poke-block-choice .option-choice:nth-child(9174n){-webkit-animation-delay:918s;animation-delay:918s}.poke-block-choice .option-choice:nth-child(9175n){-webkit-animation-delay:918.1s;animation-delay:918.1s}.poke-block-choice .option-choice:nth-child(9176n){-webkit-animation-delay:918.2s;animation-delay:918.2s}.poke-block-choice .option-choice:nth-child(9177n){-webkit-animation-delay:918.3s;animation-delay:918.3s}.poke-block-choice .option-choice:nth-child(9178n){-webkit-animation-delay:918.4s;animation-delay:918.4s}.poke-block-choice .option-choice:nth-child(9179n){-webkit-animation-delay:918.5s;animation-delay:918.5s}.poke-block-choice .option-choice:nth-child(9180n){-webkit-animation-delay:918.6s;animation-delay:918.6s}.poke-block-choice .option-choice:nth-child(9181n){-webkit-animation-delay:918.7s;animation-delay:918.7s}.poke-block-choice .option-choice:nth-child(9182n){-webkit-animation-delay:918.8s;animation-delay:918.8s}.poke-block-choice .option-choice:nth-child(9183n){-webkit-animation-delay:918.9s;animation-delay:918.9s}.poke-block-choice .option-choice:nth-child(9184n){-webkit-animation-delay:919s;animation-delay:919s}.poke-block-choice .option-choice:nth-child(9185n){-webkit-animation-delay:919.1s;animation-delay:919.1s}.poke-block-choice .option-choice:nth-child(9186n){-webkit-animation-delay:919.2s;animation-delay:919.2s}.poke-block-choice .option-choice:nth-child(9187n){-webkit-animation-delay:919.3s;animation-delay:919.3s}.poke-block-choice .option-choice:nth-child(9188n){-webkit-animation-delay:919.4s;animation-delay:919.4s}.poke-block-choice .option-choice:nth-child(9189n){-webkit-animation-delay:919.5s;animation-delay:919.5s}.poke-block-choice .option-choice:nth-child(9190n){-webkit-animation-delay:919.6s;animation-delay:919.6s}.poke-block-choice .option-choice:nth-child(9191n){-webkit-animation-delay:919.7s;animation-delay:919.7s}.poke-block-choice .option-choice:nth-child(9192n){-webkit-animation-delay:919.8s;animation-delay:919.8s}.poke-block-choice .option-choice:nth-child(9193n){-webkit-animation-delay:919.9s;animation-delay:919.9s}.poke-block-choice .option-choice:nth-child(9194n){-webkit-animation-delay:920s;animation-delay:920s}.poke-block-choice .option-choice:nth-child(9195n){-webkit-animation-delay:920.1s;animation-delay:920.1s}.poke-block-choice .option-choice:nth-child(9196n){-webkit-animation-delay:920.2s;animation-delay:920.2s}.poke-block-choice .option-choice:nth-child(9197n){-webkit-animation-delay:920.3s;animation-delay:920.3s}.poke-block-choice .option-choice:nth-child(9198n){-webkit-animation-delay:920.4s;animation-delay:920.4s}.poke-block-choice .option-choice:nth-child(9199n){-webkit-animation-delay:920.5s;animation-delay:920.5s}.poke-block-choice .option-choice:nth-child(9200n){-webkit-animation-delay:920.6s;animation-delay:920.6s}.poke-block-choice .option-choice:nth-child(9201n){-webkit-animation-delay:920.7s;animation-delay:920.7s}.poke-block-choice .option-choice:nth-child(9202n){-webkit-animation-delay:920.8s;animation-delay:920.8s}.poke-block-choice .option-choice:nth-child(9203n){-webkit-animation-delay:920.9s;animation-delay:920.9s}.poke-block-choice .option-choice:nth-child(9204n){-webkit-animation-delay:921s;animation-delay:921s}.poke-block-choice .option-choice:nth-child(9205n){-webkit-animation-delay:921.1s;animation-delay:921.1s}.poke-block-choice .option-choice:nth-child(9206n){-webkit-animation-delay:921.2s;animation-delay:921.2s}.poke-block-choice .option-choice:nth-child(9207n){-webkit-animation-delay:921.3s;animation-delay:921.3s}.poke-block-choice .option-choice:nth-child(9208n){-webkit-animation-delay:921.4s;animation-delay:921.4s}.poke-block-choice .option-choice:nth-child(9209n){-webkit-animation-delay:921.5s;animation-delay:921.5s}.poke-block-choice .option-choice:nth-child(9210n){-webkit-animation-delay:921.6s;animation-delay:921.6s}.poke-block-choice .option-choice:nth-child(9211n){-webkit-animation-delay:921.7s;animation-delay:921.7s}.poke-block-choice .option-choice:nth-child(9212n){-webkit-animation-delay:921.8s;animation-delay:921.8s}.poke-block-choice .option-choice:nth-child(9213n){-webkit-animation-delay:921.9s;animation-delay:921.9s}.poke-block-choice .option-choice:nth-child(9214n){-webkit-animation-delay:922s;animation-delay:922s}.poke-block-choice .option-choice:nth-child(9215n){-webkit-animation-delay:922.1s;animation-delay:922.1s}.poke-block-choice .option-choice:nth-child(9216n){-webkit-animation-delay:922.2s;animation-delay:922.2s}.poke-block-choice .option-choice:nth-child(9217n){-webkit-animation-delay:922.3s;animation-delay:922.3s}.poke-block-choice .option-choice:nth-child(9218n){-webkit-animation-delay:922.4s;animation-delay:922.4s}.poke-block-choice .option-choice:nth-child(9219n){-webkit-animation-delay:922.5s;animation-delay:922.5s}.poke-block-choice .option-choice:nth-child(9220n){-webkit-animation-delay:922.6s;animation-delay:922.6s}.poke-block-choice .option-choice:nth-child(9221n){-webkit-animation-delay:922.7s;animation-delay:922.7s}.poke-block-choice .option-choice:nth-child(9222n){-webkit-animation-delay:922.8s;animation-delay:922.8s}.poke-block-choice .option-choice:nth-child(9223n){-webkit-animation-delay:922.9s;animation-delay:922.9s}.poke-block-choice .option-choice:nth-child(9224n){-webkit-animation-delay:923s;animation-delay:923s}.poke-block-choice .option-choice:nth-child(9225n){-webkit-animation-delay:923.1s;animation-delay:923.1s}.poke-block-choice .option-choice:nth-child(9226n){-webkit-animation-delay:923.2s;animation-delay:923.2s}.poke-block-choice .option-choice:nth-child(9227n){-webkit-animation-delay:923.3s;animation-delay:923.3s}.poke-block-choice .option-choice:nth-child(9228n){-webkit-animation-delay:923.4s;animation-delay:923.4s}.poke-block-choice .option-choice:nth-child(9229n){-webkit-animation-delay:923.5s;animation-delay:923.5s}.poke-block-choice .option-choice:nth-child(9230n){-webkit-animation-delay:923.6s;animation-delay:923.6s}.poke-block-choice .option-choice:nth-child(9231n){-webkit-animation-delay:923.7s;animation-delay:923.7s}.poke-block-choice .option-choice:nth-child(9232n){-webkit-animation-delay:923.8s;animation-delay:923.8s}.poke-block-choice .option-choice:nth-child(9233n){-webkit-animation-delay:923.9s;animation-delay:923.9s}.poke-block-choice .option-choice:nth-child(9234n){-webkit-animation-delay:924s;animation-delay:924s}.poke-block-choice .option-choice:nth-child(9235n){-webkit-animation-delay:924.1s;animation-delay:924.1s}.poke-block-choice .option-choice:nth-child(9236n){-webkit-animation-delay:924.2s;animation-delay:924.2s}.poke-block-choice .option-choice:nth-child(9237n){-webkit-animation-delay:924.3s;animation-delay:924.3s}.poke-block-choice .option-choice:nth-child(9238n){-webkit-animation-delay:924.4s;animation-delay:924.4s}.poke-block-choice .option-choice:nth-child(9239n){-webkit-animation-delay:924.5s;animation-delay:924.5s}.poke-block-choice .option-choice:nth-child(9240n){-webkit-animation-delay:924.6s;animation-delay:924.6s}.poke-block-choice .option-choice:nth-child(9241n){-webkit-animation-delay:924.7s;animation-delay:924.7s}.poke-block-choice .option-choice:nth-child(9242n){-webkit-animation-delay:924.8s;animation-delay:924.8s}.poke-block-choice .option-choice:nth-child(9243n){-webkit-animation-delay:924.9s;animation-delay:924.9s}.poke-block-choice .option-choice:nth-child(9244n){-webkit-animation-delay:925s;animation-delay:925s}.poke-block-choice .option-choice:nth-child(9245n){-webkit-animation-delay:925.1s;animation-delay:925.1s}.poke-block-choice .option-choice:nth-child(9246n){-webkit-animation-delay:925.2s;animation-delay:925.2s}.poke-block-choice .option-choice:nth-child(9247n){-webkit-animation-delay:925.3s;animation-delay:925.3s}.poke-block-choice .option-choice:nth-child(9248n){-webkit-animation-delay:925.4s;animation-delay:925.4s}.poke-block-choice .option-choice:nth-child(9249n){-webkit-animation-delay:925.5s;animation-delay:925.5s}.poke-block-choice .option-choice:nth-child(9250n){-webkit-animation-delay:925.6s;animation-delay:925.6s}.poke-block-choice .option-choice:nth-child(9251n){-webkit-animation-delay:925.7s;animation-delay:925.7s}.poke-block-choice .option-choice:nth-child(9252n){-webkit-animation-delay:925.8s;animation-delay:925.8s}.poke-block-choice .option-choice:nth-child(9253n){-webkit-animation-delay:925.9s;animation-delay:925.9s}.poke-block-choice .option-choice:nth-child(9254n){-webkit-animation-delay:926s;animation-delay:926s}.poke-block-choice .option-choice:nth-child(9255n){-webkit-animation-delay:926.1s;animation-delay:926.1s}.poke-block-choice .option-choice:nth-child(9256n){-webkit-animation-delay:926.2s;animation-delay:926.2s}.poke-block-choice .option-choice:nth-child(9257n){-webkit-animation-delay:926.3s;animation-delay:926.3s}.poke-block-choice .option-choice:nth-child(9258n){-webkit-animation-delay:926.4s;animation-delay:926.4s}.poke-block-choice .option-choice:nth-child(9259n){-webkit-animation-delay:926.5s;animation-delay:926.5s}.poke-block-choice .option-choice:nth-child(9260n){-webkit-animation-delay:926.6s;animation-delay:926.6s}.poke-block-choice .option-choice:nth-child(9261n){-webkit-animation-delay:926.7s;animation-delay:926.7s}.poke-block-choice .option-choice:nth-child(9262n){-webkit-animation-delay:926.8s;animation-delay:926.8s}.poke-block-choice .option-choice:nth-child(9263n){-webkit-animation-delay:926.9s;animation-delay:926.9s}.poke-block-choice .option-choice:nth-child(9264n){-webkit-animation-delay:927s;animation-delay:927s}.poke-block-choice .option-choice:nth-child(9265n){-webkit-animation-delay:927.1s;animation-delay:927.1s}.poke-block-choice .option-choice:nth-child(9266n){-webkit-animation-delay:927.2s;animation-delay:927.2s}.poke-block-choice .option-choice:nth-child(9267n){-webkit-animation-delay:927.3s;animation-delay:927.3s}.poke-block-choice .option-choice:nth-child(9268n){-webkit-animation-delay:927.4s;animation-delay:927.4s}.poke-block-choice .option-choice:nth-child(9269n){-webkit-animation-delay:927.5s;animation-delay:927.5s}.poke-block-choice .option-choice:nth-child(9270n){-webkit-animation-delay:927.6s;animation-delay:927.6s}.poke-block-choice .option-choice:nth-child(9271n){-webkit-animation-delay:927.7s;animation-delay:927.7s}.poke-block-choice .option-choice:nth-child(9272n){-webkit-animation-delay:927.8s;animation-delay:927.8s}.poke-block-choice .option-choice:nth-child(9273n){-webkit-animation-delay:927.9s;animation-delay:927.9s}.poke-block-choice .option-choice:nth-child(9274n){-webkit-animation-delay:928s;animation-delay:928s}.poke-block-choice .option-choice:nth-child(9275n){-webkit-animation-delay:928.1s;animation-delay:928.1s}.poke-block-choice .option-choice:nth-child(9276n){-webkit-animation-delay:928.2s;animation-delay:928.2s}.poke-block-choice .option-choice:nth-child(9277n){-webkit-animation-delay:928.3s;animation-delay:928.3s}.poke-block-choice .option-choice:nth-child(9278n){-webkit-animation-delay:928.4s;animation-delay:928.4s}.poke-block-choice .option-choice:nth-child(9279n){-webkit-animation-delay:928.5s;animation-delay:928.5s}.poke-block-choice .option-choice:nth-child(9280n){-webkit-animation-delay:928.6s;animation-delay:928.6s}.poke-block-choice .option-choice:nth-child(9281n){-webkit-animation-delay:928.7s;animation-delay:928.7s}.poke-block-choice .option-choice:nth-child(9282n){-webkit-animation-delay:928.8s;animation-delay:928.8s}.poke-block-choice .option-choice:nth-child(9283n){-webkit-animation-delay:928.9s;animation-delay:928.9s}.poke-block-choice .option-choice:nth-child(9284n){-webkit-animation-delay:929s;animation-delay:929s}.poke-block-choice .option-choice:nth-child(9285n){-webkit-animation-delay:929.1s;animation-delay:929.1s}.poke-block-choice .option-choice:nth-child(9286n){-webkit-animation-delay:929.2s;animation-delay:929.2s}.poke-block-choice .option-choice:nth-child(9287n){-webkit-animation-delay:929.3s;animation-delay:929.3s}.poke-block-choice .option-choice:nth-child(9288n){-webkit-animation-delay:929.4s;animation-delay:929.4s}.poke-block-choice .option-choice:nth-child(9289n){-webkit-animation-delay:929.5s;animation-delay:929.5s}.poke-block-choice .option-choice:nth-child(9290n){-webkit-animation-delay:929.6s;animation-delay:929.6s}.poke-block-choice .option-choice:nth-child(9291n){-webkit-animation-delay:929.7s;animation-delay:929.7s}.poke-block-choice .option-choice:nth-child(9292n){-webkit-animation-delay:929.8s;animation-delay:929.8s}.poke-block-choice .option-choice:nth-child(9293n){-webkit-animation-delay:929.9s;animation-delay:929.9s}.poke-block-choice .option-choice:nth-child(9294n){-webkit-animation-delay:930s;animation-delay:930s}.poke-block-choice .option-choice:nth-child(9295n){-webkit-animation-delay:930.1s;animation-delay:930.1s}.poke-block-choice .option-choice:nth-child(9296n){-webkit-animation-delay:930.2s;animation-delay:930.2s}.poke-block-choice .option-choice:nth-child(9297n){-webkit-animation-delay:930.3s;animation-delay:930.3s}.poke-block-choice .option-choice:nth-child(9298n){-webkit-animation-delay:930.4s;animation-delay:930.4s}.poke-block-choice .option-choice:nth-child(9299n){-webkit-animation-delay:930.5s;animation-delay:930.5s}.poke-block-choice .option-choice:nth-child(9300n){-webkit-animation-delay:930.6s;animation-delay:930.6s}.poke-block-choice .option-choice:nth-child(9301n){-webkit-animation-delay:930.7s;animation-delay:930.7s}.poke-block-choice .option-choice:nth-child(9302n){-webkit-animation-delay:930.8s;animation-delay:930.8s}.poke-block-choice .option-choice:nth-child(9303n){-webkit-animation-delay:930.9s;animation-delay:930.9s}.poke-block-choice .option-choice:nth-child(9304n){-webkit-animation-delay:931s;animation-delay:931s}.poke-block-choice .option-choice:nth-child(9305n){-webkit-animation-delay:931.1s;animation-delay:931.1s}.poke-block-choice .option-choice:nth-child(9306n){-webkit-animation-delay:931.2s;animation-delay:931.2s}.poke-block-choice .option-choice:nth-child(9307n){-webkit-animation-delay:931.3s;animation-delay:931.3s}.poke-block-choice .option-choice:nth-child(9308n){-webkit-animation-delay:931.4s;animation-delay:931.4s}.poke-block-choice .option-choice:nth-child(9309n){-webkit-animation-delay:931.5s;animation-delay:931.5s}.poke-block-choice .option-choice:nth-child(9310n){-webkit-animation-delay:931.6s;animation-delay:931.6s}.poke-block-choice .option-choice:nth-child(9311n){-webkit-animation-delay:931.7s;animation-delay:931.7s}.poke-block-choice .option-choice:nth-child(9312n){-webkit-animation-delay:931.8s;animation-delay:931.8s}.poke-block-choice .option-choice:nth-child(9313n){-webkit-animation-delay:931.9s;animation-delay:931.9s}.poke-block-choice .option-choice:nth-child(9314n){-webkit-animation-delay:932s;animation-delay:932s}.poke-block-choice .option-choice:nth-child(9315n){-webkit-animation-delay:932.1s;animation-delay:932.1s}.poke-block-choice .option-choice:nth-child(9316n){-webkit-animation-delay:932.2s;animation-delay:932.2s}.poke-block-choice .option-choice:nth-child(9317n){-webkit-animation-delay:932.3s;animation-delay:932.3s}.poke-block-choice .option-choice:nth-child(9318n){-webkit-animation-delay:932.4s;animation-delay:932.4s}.poke-block-choice .option-choice:nth-child(9319n){-webkit-animation-delay:932.5s;animation-delay:932.5s}.poke-block-choice .option-choice:nth-child(9320n){-webkit-animation-delay:932.6s;animation-delay:932.6s}.poke-block-choice .option-choice:nth-child(9321n){-webkit-animation-delay:932.7s;animation-delay:932.7s}.poke-block-choice .option-choice:nth-child(9322n){-webkit-animation-delay:932.8s;animation-delay:932.8s}.poke-block-choice .option-choice:nth-child(9323n){-webkit-animation-delay:932.9s;animation-delay:932.9s}.poke-block-choice .option-choice:nth-child(9324n){-webkit-animation-delay:933s;animation-delay:933s}.poke-block-choice .option-choice:nth-child(9325n){-webkit-animation-delay:933.1s;animation-delay:933.1s}.poke-block-choice .option-choice:nth-child(9326n){-webkit-animation-delay:933.2s;animation-delay:933.2s}.poke-block-choice .option-choice:nth-child(9327n){-webkit-animation-delay:933.3s;animation-delay:933.3s}.poke-block-choice .option-choice:nth-child(9328n){-webkit-animation-delay:933.4s;animation-delay:933.4s}.poke-block-choice .option-choice:nth-child(9329n){-webkit-animation-delay:933.5s;animation-delay:933.5s}.poke-block-choice .option-choice:nth-child(9330n){-webkit-animation-delay:933.6s;animation-delay:933.6s}.poke-block-choice .option-choice:nth-child(9331n){-webkit-animation-delay:933.7s;animation-delay:933.7s}.poke-block-choice .option-choice:nth-child(9332n){-webkit-animation-delay:933.8s;animation-delay:933.8s}.poke-block-choice .option-choice:nth-child(9333n){-webkit-animation-delay:933.9s;animation-delay:933.9s}.poke-block-choice .option-choice:nth-child(9334n){-webkit-animation-delay:934s;animation-delay:934s}.poke-block-choice .option-choice:nth-child(9335n){-webkit-animation-delay:934.1s;animation-delay:934.1s}.poke-block-choice .option-choice:nth-child(9336n){-webkit-animation-delay:934.2s;animation-delay:934.2s}.poke-block-choice .option-choice:nth-child(9337n){-webkit-animation-delay:934.3s;animation-delay:934.3s}.poke-block-choice .option-choice:nth-child(9338n){-webkit-animation-delay:934.4s;animation-delay:934.4s}.poke-block-choice .option-choice:nth-child(9339n){-webkit-animation-delay:934.5s;animation-delay:934.5s}.poke-block-choice .option-choice:nth-child(9340n){-webkit-animation-delay:934.6s;animation-delay:934.6s}.poke-block-choice .option-choice:nth-child(9341n){-webkit-animation-delay:934.7s;animation-delay:934.7s}.poke-block-choice .option-choice:nth-child(9342n){-webkit-animation-delay:934.8s;animation-delay:934.8s}.poke-block-choice .option-choice:nth-child(9343n){-webkit-animation-delay:934.9s;animation-delay:934.9s}.poke-block-choice .option-choice:nth-child(9344n){-webkit-animation-delay:935s;animation-delay:935s}.poke-block-choice .option-choice:nth-child(9345n){-webkit-animation-delay:935.1s;animation-delay:935.1s}.poke-block-choice .option-choice:nth-child(9346n){-webkit-animation-delay:935.2s;animation-delay:935.2s}.poke-block-choice .option-choice:nth-child(9347n){-webkit-animation-delay:935.3s;animation-delay:935.3s}.poke-block-choice .option-choice:nth-child(9348n){-webkit-animation-delay:935.4s;animation-delay:935.4s}.poke-block-choice .option-choice:nth-child(9349n){-webkit-animation-delay:935.5s;animation-delay:935.5s}.poke-block-choice .option-choice:nth-child(9350n){-webkit-animation-delay:935.6s;animation-delay:935.6s}.poke-block-choice .option-choice:nth-child(9351n){-webkit-animation-delay:935.7s;animation-delay:935.7s}.poke-block-choice .option-choice:nth-child(9352n){-webkit-animation-delay:935.8s;animation-delay:935.8s}.poke-block-choice .option-choice:nth-child(9353n){-webkit-animation-delay:935.9s;animation-delay:935.9s}.poke-block-choice .option-choice:nth-child(9354n){-webkit-animation-delay:936s;animation-delay:936s}.poke-block-choice .option-choice:nth-child(9355n){-webkit-animation-delay:936.1s;animation-delay:936.1s}.poke-block-choice .option-choice:nth-child(9356n){-webkit-animation-delay:936.2s;animation-delay:936.2s}.poke-block-choice .option-choice:nth-child(9357n){-webkit-animation-delay:936.3s;animation-delay:936.3s}.poke-block-choice .option-choice:nth-child(9358n){-webkit-animation-delay:936.4s;animation-delay:936.4s}.poke-block-choice .option-choice:nth-child(9359n){-webkit-animation-delay:936.5s;animation-delay:936.5s}.poke-block-choice .option-choice:nth-child(9360n){-webkit-animation-delay:936.6s;animation-delay:936.6s}.poke-block-choice .option-choice:nth-child(9361n){-webkit-animation-delay:936.7s;animation-delay:936.7s}.poke-block-choice .option-choice:nth-child(9362n){-webkit-animation-delay:936.8s;animation-delay:936.8s}.poke-block-choice .option-choice:nth-child(9363n){-webkit-animation-delay:936.9s;animation-delay:936.9s}.poke-block-choice .option-choice:nth-child(9364n){-webkit-animation-delay:937s;animation-delay:937s}.poke-block-choice .option-choice:nth-child(9365n){-webkit-animation-delay:937.1s;animation-delay:937.1s}.poke-block-choice .option-choice:nth-child(9366n){-webkit-animation-delay:937.2s;animation-delay:937.2s}.poke-block-choice .option-choice:nth-child(9367n){-webkit-animation-delay:937.3s;animation-delay:937.3s}.poke-block-choice .option-choice:nth-child(9368n){-webkit-animation-delay:937.4s;animation-delay:937.4s}.poke-block-choice .option-choice:nth-child(9369n){-webkit-animation-delay:937.5s;animation-delay:937.5s}.poke-block-choice .option-choice:nth-child(9370n){-webkit-animation-delay:937.6s;animation-delay:937.6s}.poke-block-choice .option-choice:nth-child(9371n){-webkit-animation-delay:937.7s;animation-delay:937.7s}.poke-block-choice .option-choice:nth-child(9372n){-webkit-animation-delay:937.8s;animation-delay:937.8s}.poke-block-choice .option-choice:nth-child(9373n){-webkit-animation-delay:937.9s;animation-delay:937.9s}.poke-block-choice .option-choice:nth-child(9374n){-webkit-animation-delay:938s;animation-delay:938s}.poke-block-choice .option-choice:nth-child(9375n){-webkit-animation-delay:938.1s;animation-delay:938.1s}.poke-block-choice .option-choice:nth-child(9376n){-webkit-animation-delay:938.2s;animation-delay:938.2s}.poke-block-choice .option-choice:nth-child(9377n){-webkit-animation-delay:938.3s;animation-delay:938.3s}.poke-block-choice .option-choice:nth-child(9378n){-webkit-animation-delay:938.4s;animation-delay:938.4s}.poke-block-choice .option-choice:nth-child(9379n){-webkit-animation-delay:938.5s;animation-delay:938.5s}.poke-block-choice .option-choice:nth-child(9380n){-webkit-animation-delay:938.6s;animation-delay:938.6s}.poke-block-choice .option-choice:nth-child(9381n){-webkit-animation-delay:938.7s;animation-delay:938.7s}.poke-block-choice .option-choice:nth-child(9382n){-webkit-animation-delay:938.8s;animation-delay:938.8s}.poke-block-choice .option-choice:nth-child(9383n){-webkit-animation-delay:938.9s;animation-delay:938.9s}.poke-block-choice .option-choice:nth-child(9384n){-webkit-animation-delay:939s;animation-delay:939s}.poke-block-choice .option-choice:nth-child(9385n){-webkit-animation-delay:939.1s;animation-delay:939.1s}.poke-block-choice .option-choice:nth-child(9386n){-webkit-animation-delay:939.2s;animation-delay:939.2s}.poke-block-choice .option-choice:nth-child(9387n){-webkit-animation-delay:939.3s;animation-delay:939.3s}.poke-block-choice .option-choice:nth-child(9388n){-webkit-animation-delay:939.4s;animation-delay:939.4s}.poke-block-choice .option-choice:nth-child(9389n){-webkit-animation-delay:939.5s;animation-delay:939.5s}.poke-block-choice .option-choice:nth-child(9390n){-webkit-animation-delay:939.6s;animation-delay:939.6s}.poke-block-choice .option-choice:nth-child(9391n){-webkit-animation-delay:939.7s;animation-delay:939.7s}.poke-block-choice .option-choice:nth-child(9392n){-webkit-animation-delay:939.8s;animation-delay:939.8s}.poke-block-choice .option-choice:nth-child(9393n){-webkit-animation-delay:939.9s;animation-delay:939.9s}.poke-block-choice .option-choice:nth-child(9394n){-webkit-animation-delay:940s;animation-delay:940s}.poke-block-choice .option-choice:nth-child(9395n){-webkit-animation-delay:940.1s;animation-delay:940.1s}.poke-block-choice .option-choice:nth-child(9396n){-webkit-animation-delay:940.2s;animation-delay:940.2s}.poke-block-choice .option-choice:nth-child(9397n){-webkit-animation-delay:940.3s;animation-delay:940.3s}.poke-block-choice .option-choice:nth-child(9398n){-webkit-animation-delay:940.4s;animation-delay:940.4s}.poke-block-choice .option-choice:nth-child(9399n){-webkit-animation-delay:940.5s;animation-delay:940.5s}.poke-block-choice .option-choice:nth-child(9400n){-webkit-animation-delay:940.6s;animation-delay:940.6s}.poke-block-choice .option-choice:nth-child(9401n){-webkit-animation-delay:940.7s;animation-delay:940.7s}.poke-block-choice .option-choice:nth-child(9402n){-webkit-animation-delay:940.8s;animation-delay:940.8s}.poke-block-choice .option-choice:nth-child(9403n){-webkit-animation-delay:940.9s;animation-delay:940.9s}.poke-block-choice .option-choice:nth-child(9404n){-webkit-animation-delay:941s;animation-delay:941s}.poke-block-choice .option-choice:nth-child(9405n){-webkit-animation-delay:941.1s;animation-delay:941.1s}.poke-block-choice .option-choice:nth-child(9406n){-webkit-animation-delay:941.2s;animation-delay:941.2s}.poke-block-choice .option-choice:nth-child(9407n){-webkit-animation-delay:941.3s;animation-delay:941.3s}.poke-block-choice .option-choice:nth-child(9408n){-webkit-animation-delay:941.4s;animation-delay:941.4s}.poke-block-choice .option-choice:nth-child(9409n){-webkit-animation-delay:941.5s;animation-delay:941.5s}.poke-block-choice .option-choice:nth-child(9410n){-webkit-animation-delay:941.6s;animation-delay:941.6s}.poke-block-choice .option-choice:nth-child(9411n){-webkit-animation-delay:941.7s;animation-delay:941.7s}.poke-block-choice .option-choice:nth-child(9412n){-webkit-animation-delay:941.8s;animation-delay:941.8s}.poke-block-choice .option-choice:nth-child(9413n){-webkit-animation-delay:941.9s;animation-delay:941.9s}.poke-block-choice .option-choice:nth-child(9414n){-webkit-animation-delay:942s;animation-delay:942s}.poke-block-choice .option-choice:nth-child(9415n){-webkit-animation-delay:942.1s;animation-delay:942.1s}.poke-block-choice .option-choice:nth-child(9416n){-webkit-animation-delay:942.2s;animation-delay:942.2s}.poke-block-choice .option-choice:nth-child(9417n){-webkit-animation-delay:942.3s;animation-delay:942.3s}.poke-block-choice .option-choice:nth-child(9418n){-webkit-animation-delay:942.4s;animation-delay:942.4s}.poke-block-choice .option-choice:nth-child(9419n){-webkit-animation-delay:942.5s;animation-delay:942.5s}.poke-block-choice .option-choice:nth-child(9420n){-webkit-animation-delay:942.6s;animation-delay:942.6s}.poke-block-choice .option-choice:nth-child(9421n){-webkit-animation-delay:942.7s;animation-delay:942.7s}.poke-block-choice .option-choice:nth-child(9422n){-webkit-animation-delay:942.8s;animation-delay:942.8s}.poke-block-choice .option-choice:nth-child(9423n){-webkit-animation-delay:942.9s;animation-delay:942.9s}.poke-block-choice .option-choice:nth-child(9424n){-webkit-animation-delay:943s;animation-delay:943s}.poke-block-choice .option-choice:nth-child(9425n){-webkit-animation-delay:943.1s;animation-delay:943.1s}.poke-block-choice .option-choice:nth-child(9426n){-webkit-animation-delay:943.2s;animation-delay:943.2s}.poke-block-choice .option-choice:nth-child(9427n){-webkit-animation-delay:943.3s;animation-delay:943.3s}.poke-block-choice .option-choice:nth-child(9428n){-webkit-animation-delay:943.4s;animation-delay:943.4s}.poke-block-choice .option-choice:nth-child(9429n){-webkit-animation-delay:943.5s;animation-delay:943.5s}.poke-block-choice .option-choice:nth-child(9430n){-webkit-animation-delay:943.6s;animation-delay:943.6s}.poke-block-choice .option-choice:nth-child(9431n){-webkit-animation-delay:943.7s;animation-delay:943.7s}.poke-block-choice .option-choice:nth-child(9432n){-webkit-animation-delay:943.8s;animation-delay:943.8s}.poke-block-choice .option-choice:nth-child(9433n){-webkit-animation-delay:943.9s;animation-delay:943.9s}.poke-block-choice .option-choice:nth-child(9434n){-webkit-animation-delay:944s;animation-delay:944s}.poke-block-choice .option-choice:nth-child(9435n){-webkit-animation-delay:944.1s;animation-delay:944.1s}.poke-block-choice .option-choice:nth-child(9436n){-webkit-animation-delay:944.2s;animation-delay:944.2s}.poke-block-choice .option-choice:nth-child(9437n){-webkit-animation-delay:944.3s;animation-delay:944.3s}.poke-block-choice .option-choice:nth-child(9438n){-webkit-animation-delay:944.4s;animation-delay:944.4s}.poke-block-choice .option-choice:nth-child(9439n){-webkit-animation-delay:944.5s;animation-delay:944.5s}.poke-block-choice .option-choice:nth-child(9440n){-webkit-animation-delay:944.6s;animation-delay:944.6s}.poke-block-choice .option-choice:nth-child(9441n){-webkit-animation-delay:944.7s;animation-delay:944.7s}.poke-block-choice .option-choice:nth-child(9442n){-webkit-animation-delay:944.8s;animation-delay:944.8s}.poke-block-choice .option-choice:nth-child(9443n){-webkit-animation-delay:944.9s;animation-delay:944.9s}.poke-block-choice .option-choice:nth-child(9444n){-webkit-animation-delay:945s;animation-delay:945s}.poke-block-choice .option-choice:nth-child(9445n){-webkit-animation-delay:945.1s;animation-delay:945.1s}.poke-block-choice .option-choice:nth-child(9446n){-webkit-animation-delay:945.2s;animation-delay:945.2s}.poke-block-choice .option-choice:nth-child(9447n){-webkit-animation-delay:945.3s;animation-delay:945.3s}.poke-block-choice .option-choice:nth-child(9448n){-webkit-animation-delay:945.4s;animation-delay:945.4s}.poke-block-choice .option-choice:nth-child(9449n){-webkit-animation-delay:945.5s;animation-delay:945.5s}.poke-block-choice .option-choice:nth-child(9450n){-webkit-animation-delay:945.6s;animation-delay:945.6s}.poke-block-choice .option-choice:nth-child(9451n){-webkit-animation-delay:945.7s;animation-delay:945.7s}.poke-block-choice .option-choice:nth-child(9452n){-webkit-animation-delay:945.8s;animation-delay:945.8s}.poke-block-choice .option-choice:nth-child(9453n){-webkit-animation-delay:945.9s;animation-delay:945.9s}.poke-block-choice .option-choice:nth-child(9454n){-webkit-animation-delay:946s;animation-delay:946s}.poke-block-choice .option-choice:nth-child(9455n){-webkit-animation-delay:946.1s;animation-delay:946.1s}.poke-block-choice .option-choice:nth-child(9456n){-webkit-animation-delay:946.2s;animation-delay:946.2s}.poke-block-choice .option-choice:nth-child(9457n){-webkit-animation-delay:946.3s;animation-delay:946.3s}.poke-block-choice .option-choice:nth-child(9458n){-webkit-animation-delay:946.4s;animation-delay:946.4s}.poke-block-choice .option-choice:nth-child(9459n){-webkit-animation-delay:946.5s;animation-delay:946.5s}.poke-block-choice .option-choice:nth-child(9460n){-webkit-animation-delay:946.6s;animation-delay:946.6s}.poke-block-choice .option-choice:nth-child(9461n){-webkit-animation-delay:946.7s;animation-delay:946.7s}.poke-block-choice .option-choice:nth-child(9462n){-webkit-animation-delay:946.8s;animation-delay:946.8s}.poke-block-choice .option-choice:nth-child(9463n){-webkit-animation-delay:946.9s;animation-delay:946.9s}.poke-block-choice .option-choice:nth-child(9464n){-webkit-animation-delay:947s;animation-delay:947s}.poke-block-choice .option-choice:nth-child(9465n){-webkit-animation-delay:947.1s;animation-delay:947.1s}.poke-block-choice .option-choice:nth-child(9466n){-webkit-animation-delay:947.2s;animation-delay:947.2s}.poke-block-choice .option-choice:nth-child(9467n){-webkit-animation-delay:947.3s;animation-delay:947.3s}.poke-block-choice .option-choice:nth-child(9468n){-webkit-animation-delay:947.4s;animation-delay:947.4s}.poke-block-choice .option-choice:nth-child(9469n){-webkit-animation-delay:947.5s;animation-delay:947.5s}.poke-block-choice .option-choice:nth-child(9470n){-webkit-animation-delay:947.6s;animation-delay:947.6s}.poke-block-choice .option-choice:nth-child(9471n){-webkit-animation-delay:947.7s;animation-delay:947.7s}.poke-block-choice .option-choice:nth-child(9472n){-webkit-animation-delay:947.8s;animation-delay:947.8s}.poke-block-choice .option-choice:nth-child(9473n){-webkit-animation-delay:947.9s;animation-delay:947.9s}.poke-block-choice .option-choice:nth-child(9474n){-webkit-animation-delay:948s;animation-delay:948s}.poke-block-choice .option-choice:nth-child(9475n){-webkit-animation-delay:948.1s;animation-delay:948.1s}.poke-block-choice .option-choice:nth-child(9476n){-webkit-animation-delay:948.2s;animation-delay:948.2s}.poke-block-choice .option-choice:nth-child(9477n){-webkit-animation-delay:948.3s;animation-delay:948.3s}.poke-block-choice .option-choice:nth-child(9478n){-webkit-animation-delay:948.4s;animation-delay:948.4s}.poke-block-choice .option-choice:nth-child(9479n){-webkit-animation-delay:948.5s;animation-delay:948.5s}.poke-block-choice .option-choice:nth-child(9480n){-webkit-animation-delay:948.6s;animation-delay:948.6s}.poke-block-choice .option-choice:nth-child(9481n){-webkit-animation-delay:948.7s;animation-delay:948.7s}.poke-block-choice .option-choice:nth-child(9482n){-webkit-animation-delay:948.8s;animation-delay:948.8s}.poke-block-choice .option-choice:nth-child(9483n){-webkit-animation-delay:948.9s;animation-delay:948.9s}.poke-block-choice .option-choice:nth-child(9484n){-webkit-animation-delay:949s;animation-delay:949s}.poke-block-choice .option-choice:nth-child(9485n){-webkit-animation-delay:949.1s;animation-delay:949.1s}.poke-block-choice .option-choice:nth-child(9486n){-webkit-animation-delay:949.2s;animation-delay:949.2s}.poke-block-choice .option-choice:nth-child(9487n){-webkit-animation-delay:949.3s;animation-delay:949.3s}.poke-block-choice .option-choice:nth-child(9488n){-webkit-animation-delay:949.4s;animation-delay:949.4s}.poke-block-choice .option-choice:nth-child(9489n){-webkit-animation-delay:949.5s;animation-delay:949.5s}.poke-block-choice .option-choice:nth-child(9490n){-webkit-animation-delay:949.6s;animation-delay:949.6s}.poke-block-choice .option-choice:nth-child(9491n){-webkit-animation-delay:949.7s;animation-delay:949.7s}.poke-block-choice .option-choice:nth-child(9492n){-webkit-animation-delay:949.8s;animation-delay:949.8s}.poke-block-choice .option-choice:nth-child(9493n){-webkit-animation-delay:949.9s;animation-delay:949.9s}.poke-block-choice .option-choice:nth-child(9494n){-webkit-animation-delay:950s;animation-delay:950s}.poke-block-choice .option-choice:nth-child(9495n){-webkit-animation-delay:950.1s;animation-delay:950.1s}.poke-block-choice .option-choice:nth-child(9496n){-webkit-animation-delay:950.2s;animation-delay:950.2s}.poke-block-choice .option-choice:nth-child(9497n){-webkit-animation-delay:950.3s;animation-delay:950.3s}.poke-block-choice .option-choice:nth-child(9498n){-webkit-animation-delay:950.4s;animation-delay:950.4s}.poke-block-choice .option-choice:nth-child(9499n){-webkit-animation-delay:950.5s;animation-delay:950.5s}.poke-block-choice .option-choice:nth-child(9500n){-webkit-animation-delay:950.6s;animation-delay:950.6s}.poke-block-choice .option-choice:nth-child(9501n){-webkit-animation-delay:950.7s;animation-delay:950.7s}.poke-block-choice .option-choice:nth-child(9502n){-webkit-animation-delay:950.8s;animation-delay:950.8s}.poke-block-choice .option-choice:nth-child(9503n){-webkit-animation-delay:950.9s;animation-delay:950.9s}.poke-block-choice .option-choice:nth-child(9504n){-webkit-animation-delay:951s;animation-delay:951s}.poke-block-choice .option-choice:nth-child(9505n){-webkit-animation-delay:951.1s;animation-delay:951.1s}.poke-block-choice .option-choice:nth-child(9506n){-webkit-animation-delay:951.2s;animation-delay:951.2s}.poke-block-choice .option-choice:nth-child(9507n){-webkit-animation-delay:951.3s;animation-delay:951.3s}.poke-block-choice .option-choice:nth-child(9508n){-webkit-animation-delay:951.4s;animation-delay:951.4s}.poke-block-choice .option-choice:nth-child(9509n){-webkit-animation-delay:951.5s;animation-delay:951.5s}.poke-block-choice .option-choice:nth-child(9510n){-webkit-animation-delay:951.6s;animation-delay:951.6s}.poke-block-choice .option-choice:nth-child(9511n){-webkit-animation-delay:951.7s;animation-delay:951.7s}.poke-block-choice .option-choice:nth-child(9512n){-webkit-animation-delay:951.8s;animation-delay:951.8s}.poke-block-choice .option-choice:nth-child(9513n){-webkit-animation-delay:951.9s;animation-delay:951.9s}.poke-block-choice .option-choice:nth-child(9514n){-webkit-animation-delay:952s;animation-delay:952s}.poke-block-choice .option-choice:nth-child(9515n){-webkit-animation-delay:952.1s;animation-delay:952.1s}.poke-block-choice .option-choice:nth-child(9516n){-webkit-animation-delay:952.2s;animation-delay:952.2s}.poke-block-choice .option-choice:nth-child(9517n){-webkit-animation-delay:952.3s;animation-delay:952.3s}.poke-block-choice .option-choice:nth-child(9518n){-webkit-animation-delay:952.4s;animation-delay:952.4s}.poke-block-choice .option-choice:nth-child(9519n){-webkit-animation-delay:952.5s;animation-delay:952.5s}.poke-block-choice .option-choice:nth-child(9520n){-webkit-animation-delay:952.6s;animation-delay:952.6s}.poke-block-choice .option-choice:nth-child(9521n){-webkit-animation-delay:952.7s;animation-delay:952.7s}.poke-block-choice .option-choice:nth-child(9522n){-webkit-animation-delay:952.8s;animation-delay:952.8s}.poke-block-choice .option-choice:nth-child(9523n){-webkit-animation-delay:952.9s;animation-delay:952.9s}.poke-block-choice .option-choice:nth-child(9524n){-webkit-animation-delay:953s;animation-delay:953s}.poke-block-choice .option-choice:nth-child(9525n){-webkit-animation-delay:953.1s;animation-delay:953.1s}.poke-block-choice .option-choice:nth-child(9526n){-webkit-animation-delay:953.2s;animation-delay:953.2s}.poke-block-choice .option-choice:nth-child(9527n){-webkit-animation-delay:953.3s;animation-delay:953.3s}.poke-block-choice .option-choice:nth-child(9528n){-webkit-animation-delay:953.4s;animation-delay:953.4s}.poke-block-choice .option-choice:nth-child(9529n){-webkit-animation-delay:953.5s;animation-delay:953.5s}.poke-block-choice .option-choice:nth-child(9530n){-webkit-animation-delay:953.6s;animation-delay:953.6s}.poke-block-choice .option-choice:nth-child(9531n){-webkit-animation-delay:953.7s;animation-delay:953.7s}.poke-block-choice .option-choice:nth-child(9532n){-webkit-animation-delay:953.8s;animation-delay:953.8s}.poke-block-choice .option-choice:nth-child(9533n){-webkit-animation-delay:953.9s;animation-delay:953.9s}.poke-block-choice .option-choice:nth-child(9534n){-webkit-animation-delay:954s;animation-delay:954s}.poke-block-choice .option-choice:nth-child(9535n){-webkit-animation-delay:954.1s;animation-delay:954.1s}.poke-block-choice .option-choice:nth-child(9536n){-webkit-animation-delay:954.2s;animation-delay:954.2s}.poke-block-choice .option-choice:nth-child(9537n){-webkit-animation-delay:954.3s;animation-delay:954.3s}.poke-block-choice .option-choice:nth-child(9538n){-webkit-animation-delay:954.4s;animation-delay:954.4s}.poke-block-choice .option-choice:nth-child(9539n){-webkit-animation-delay:954.5s;animation-delay:954.5s}.poke-block-choice .option-choice:nth-child(9540n){-webkit-animation-delay:954.6s;animation-delay:954.6s}.poke-block-choice .option-choice:nth-child(9541n){-webkit-animation-delay:954.7s;animation-delay:954.7s}.poke-block-choice .option-choice:nth-child(9542n){-webkit-animation-delay:954.8s;animation-delay:954.8s}.poke-block-choice .option-choice:nth-child(9543n){-webkit-animation-delay:954.9s;animation-delay:954.9s}.poke-block-choice .option-choice:nth-child(9544n){-webkit-animation-delay:955s;animation-delay:955s}.poke-block-choice .option-choice:nth-child(9545n){-webkit-animation-delay:955.1s;animation-delay:955.1s}.poke-block-choice .option-choice:nth-child(9546n){-webkit-animation-delay:955.2s;animation-delay:955.2s}.poke-block-choice .option-choice:nth-child(9547n){-webkit-animation-delay:955.3s;animation-delay:955.3s}.poke-block-choice .option-choice:nth-child(9548n){-webkit-animation-delay:955.4s;animation-delay:955.4s}.poke-block-choice .option-choice:nth-child(9549n){-webkit-animation-delay:955.5s;animation-delay:955.5s}.poke-block-choice .option-choice:nth-child(9550n){-webkit-animation-delay:955.6s;animation-delay:955.6s}.poke-block-choice .option-choice:nth-child(9551n){-webkit-animation-delay:955.7s;animation-delay:955.7s}.poke-block-choice .option-choice:nth-child(9552n){-webkit-animation-delay:955.8s;animation-delay:955.8s}.poke-block-choice .option-choice:nth-child(9553n){-webkit-animation-delay:955.9s;animation-delay:955.9s}.poke-block-choice .option-choice:nth-child(9554n){-webkit-animation-delay:956s;animation-delay:956s}.poke-block-choice .option-choice:nth-child(9555n){-webkit-animation-delay:956.1s;animation-delay:956.1s}.poke-block-choice .option-choice:nth-child(9556n){-webkit-animation-delay:956.2s;animation-delay:956.2s}.poke-block-choice .option-choice:nth-child(9557n){-webkit-animation-delay:956.3s;animation-delay:956.3s}.poke-block-choice .option-choice:nth-child(9558n){-webkit-animation-delay:956.4s;animation-delay:956.4s}.poke-block-choice .option-choice:nth-child(9559n){-webkit-animation-delay:956.5s;animation-delay:956.5s}.poke-block-choice .option-choice:nth-child(9560n){-webkit-animation-delay:956.6s;animation-delay:956.6s}.poke-block-choice .option-choice:nth-child(9561n){-webkit-animation-delay:956.7s;animation-delay:956.7s}.poke-block-choice .option-choice:nth-child(9562n){-webkit-animation-delay:956.8s;animation-delay:956.8s}.poke-block-choice .option-choice:nth-child(9563n){-webkit-animation-delay:956.9s;animation-delay:956.9s}.poke-block-choice .option-choice:nth-child(9564n){-webkit-animation-delay:957s;animation-delay:957s}.poke-block-choice .option-choice:nth-child(9565n){-webkit-animation-delay:957.1s;animation-delay:957.1s}.poke-block-choice .option-choice:nth-child(9566n){-webkit-animation-delay:957.2s;animation-delay:957.2s}.poke-block-choice .option-choice:nth-child(9567n){-webkit-animation-delay:957.3s;animation-delay:957.3s}.poke-block-choice .option-choice:nth-child(9568n){-webkit-animation-delay:957.4s;animation-delay:957.4s}.poke-block-choice .option-choice:nth-child(9569n){-webkit-animation-delay:957.5s;animation-delay:957.5s}.poke-block-choice .option-choice:nth-child(9570n){-webkit-animation-delay:957.6s;animation-delay:957.6s}.poke-block-choice .option-choice:nth-child(9571n){-webkit-animation-delay:957.7s;animation-delay:957.7s}.poke-block-choice .option-choice:nth-child(9572n){-webkit-animation-delay:957.8s;animation-delay:957.8s}.poke-block-choice .option-choice:nth-child(9573n){-webkit-animation-delay:957.9s;animation-delay:957.9s}.poke-block-choice .option-choice:nth-child(9574n){-webkit-animation-delay:958s;animation-delay:958s}.poke-block-choice .option-choice:nth-child(9575n){-webkit-animation-delay:958.1s;animation-delay:958.1s}.poke-block-choice .option-choice:nth-child(9576n){-webkit-animation-delay:958.2s;animation-delay:958.2s}.poke-block-choice .option-choice:nth-child(9577n){-webkit-animation-delay:958.3s;animation-delay:958.3s}.poke-block-choice .option-choice:nth-child(9578n){-webkit-animation-delay:958.4s;animation-delay:958.4s}.poke-block-choice .option-choice:nth-child(9579n){-webkit-animation-delay:958.5s;animation-delay:958.5s}.poke-block-choice .option-choice:nth-child(9580n){-webkit-animation-delay:958.6s;animation-delay:958.6s}.poke-block-choice .option-choice:nth-child(9581n){-webkit-animation-delay:958.7s;animation-delay:958.7s}.poke-block-choice .option-choice:nth-child(9582n){-webkit-animation-delay:958.8s;animation-delay:958.8s}.poke-block-choice .option-choice:nth-child(9583n){-webkit-animation-delay:958.9s;animation-delay:958.9s}.poke-block-choice .option-choice:nth-child(9584n){-webkit-animation-delay:959s;animation-delay:959s}.poke-block-choice .option-choice:nth-child(9585n){-webkit-animation-delay:959.1s;animation-delay:959.1s}.poke-block-choice .option-choice:nth-child(9586n){-webkit-animation-delay:959.2s;animation-delay:959.2s}.poke-block-choice .option-choice:nth-child(9587n){-webkit-animation-delay:959.3s;animation-delay:959.3s}.poke-block-choice .option-choice:nth-child(9588n){-webkit-animation-delay:959.4s;animation-delay:959.4s}.poke-block-choice .option-choice:nth-child(9589n){-webkit-animation-delay:959.5s;animation-delay:959.5s}.poke-block-choice .option-choice:nth-child(9590n){-webkit-animation-delay:959.6s;animation-delay:959.6s}.poke-block-choice .option-choice:nth-child(9591n){-webkit-animation-delay:959.7s;animation-delay:959.7s}.poke-block-choice .option-choice:nth-child(9592n){-webkit-animation-delay:959.8s;animation-delay:959.8s}.poke-block-choice .option-choice:nth-child(9593n){-webkit-animation-delay:959.9s;animation-delay:959.9s}.poke-block-choice .option-choice:nth-child(9594n){-webkit-animation-delay:960s;animation-delay:960s}.poke-block-choice .option-choice:nth-child(9595n){-webkit-animation-delay:960.1s;animation-delay:960.1s}.poke-block-choice .option-choice:nth-child(9596n){-webkit-animation-delay:960.2s;animation-delay:960.2s}.poke-block-choice .option-choice:nth-child(9597n){-webkit-animation-delay:960.3s;animation-delay:960.3s}.poke-block-choice .option-choice:nth-child(9598n){-webkit-animation-delay:960.4s;animation-delay:960.4s}.poke-block-choice .option-choice:nth-child(9599n){-webkit-animation-delay:960.5s;animation-delay:960.5s}.poke-block-choice .option-choice:nth-child(9600n){-webkit-animation-delay:960.6s;animation-delay:960.6s}.poke-block-choice .option-choice:nth-child(9601n){-webkit-animation-delay:960.7s;animation-delay:960.7s}.poke-block-choice .option-choice:nth-child(9602n){-webkit-animation-delay:960.8s;animation-delay:960.8s}.poke-block-choice .option-choice:nth-child(9603n){-webkit-animation-delay:960.9s;animation-delay:960.9s}.poke-block-choice .option-choice:nth-child(9604n){-webkit-animation-delay:961s;animation-delay:961s}.poke-block-choice .option-choice:nth-child(9605n){-webkit-animation-delay:961.1s;animation-delay:961.1s}.poke-block-choice .option-choice:nth-child(9606n){-webkit-animation-delay:961.2s;animation-delay:961.2s}.poke-block-choice .option-choice:nth-child(9607n){-webkit-animation-delay:961.3s;animation-delay:961.3s}.poke-block-choice .option-choice:nth-child(9608n){-webkit-animation-delay:961.4s;animation-delay:961.4s}.poke-block-choice .option-choice:nth-child(9609n){-webkit-animation-delay:961.5s;animation-delay:961.5s}.poke-block-choice .option-choice:nth-child(9610n){-webkit-animation-delay:961.6s;animation-delay:961.6s}.poke-block-choice .option-choice:nth-child(9611n){-webkit-animation-delay:961.7s;animation-delay:961.7s}.poke-block-choice .option-choice:nth-child(9612n){-webkit-animation-delay:961.8s;animation-delay:961.8s}.poke-block-choice .option-choice:nth-child(9613n){-webkit-animation-delay:961.9s;animation-delay:961.9s}.poke-block-choice .option-choice:nth-child(9614n){-webkit-animation-delay:962s;animation-delay:962s}.poke-block-choice .option-choice:nth-child(9615n){-webkit-animation-delay:962.1s;animation-delay:962.1s}.poke-block-choice .option-choice:nth-child(9616n){-webkit-animation-delay:962.2s;animation-delay:962.2s}.poke-block-choice .option-choice:nth-child(9617n){-webkit-animation-delay:962.3s;animation-delay:962.3s}.poke-block-choice .option-choice:nth-child(9618n){-webkit-animation-delay:962.4s;animation-delay:962.4s}.poke-block-choice .option-choice:nth-child(9619n){-webkit-animation-delay:962.5s;animation-delay:962.5s}.poke-block-choice .option-choice:nth-child(9620n){-webkit-animation-delay:962.6s;animation-delay:962.6s}.poke-block-choice .option-choice:nth-child(9621n){-webkit-animation-delay:962.7s;animation-delay:962.7s}.poke-block-choice .option-choice:nth-child(9622n){-webkit-animation-delay:962.8s;animation-delay:962.8s}.poke-block-choice .option-choice:nth-child(9623n){-webkit-animation-delay:962.9s;animation-delay:962.9s}.poke-block-choice .option-choice:nth-child(9624n){-webkit-animation-delay:963s;animation-delay:963s}.poke-block-choice .option-choice:nth-child(9625n){-webkit-animation-delay:963.1s;animation-delay:963.1s}.poke-block-choice .option-choice:nth-child(9626n){-webkit-animation-delay:963.2s;animation-delay:963.2s}.poke-block-choice .option-choice:nth-child(9627n){-webkit-animation-delay:963.3s;animation-delay:963.3s}.poke-block-choice .option-choice:nth-child(9628n){-webkit-animation-delay:963.4s;animation-delay:963.4s}.poke-block-choice .option-choice:nth-child(9629n){-webkit-animation-delay:963.5s;animation-delay:963.5s}.poke-block-choice .option-choice:nth-child(9630n){-webkit-animation-delay:963.6s;animation-delay:963.6s}.poke-block-choice .option-choice:nth-child(9631n){-webkit-animation-delay:963.7s;animation-delay:963.7s}.poke-block-choice .option-choice:nth-child(9632n){-webkit-animation-delay:963.8s;animation-delay:963.8s}.poke-block-choice .option-choice:nth-child(9633n){-webkit-animation-delay:963.9s;animation-delay:963.9s}.poke-block-choice .option-choice:nth-child(9634n){-webkit-animation-delay:964s;animation-delay:964s}.poke-block-choice .option-choice:nth-child(9635n){-webkit-animation-delay:964.1s;animation-delay:964.1s}.poke-block-choice .option-choice:nth-child(9636n){-webkit-animation-delay:964.2s;animation-delay:964.2s}.poke-block-choice .option-choice:nth-child(9637n){-webkit-animation-delay:964.3s;animation-delay:964.3s}.poke-block-choice .option-choice:nth-child(9638n){-webkit-animation-delay:964.4s;animation-delay:964.4s}.poke-block-choice .option-choice:nth-child(9639n){-webkit-animation-delay:964.5s;animation-delay:964.5s}.poke-block-choice .option-choice:nth-child(9640n){-webkit-animation-delay:964.6s;animation-delay:964.6s}.poke-block-choice .option-choice:nth-child(9641n){-webkit-animation-delay:964.7s;animation-delay:964.7s}.poke-block-choice .option-choice:nth-child(9642n){-webkit-animation-delay:964.8s;animation-delay:964.8s}.poke-block-choice .option-choice:nth-child(9643n){-webkit-animation-delay:964.9s;animation-delay:964.9s}.poke-block-choice .option-choice:nth-child(9644n){-webkit-animation-delay:965s;animation-delay:965s}.poke-block-choice .option-choice:nth-child(9645n){-webkit-animation-delay:965.1s;animation-delay:965.1s}.poke-block-choice .option-choice:nth-child(9646n){-webkit-animation-delay:965.2s;animation-delay:965.2s}.poke-block-choice .option-choice:nth-child(9647n){-webkit-animation-delay:965.3s;animation-delay:965.3s}.poke-block-choice .option-choice:nth-child(9648n){-webkit-animation-delay:965.4s;animation-delay:965.4s}.poke-block-choice .option-choice:nth-child(9649n){-webkit-animation-delay:965.5s;animation-delay:965.5s}.poke-block-choice .option-choice:nth-child(9650n){-webkit-animation-delay:965.6s;animation-delay:965.6s}.poke-block-choice .option-choice:nth-child(9651n){-webkit-animation-delay:965.7s;animation-delay:965.7s}.poke-block-choice .option-choice:nth-child(9652n){-webkit-animation-delay:965.8s;animation-delay:965.8s}.poke-block-choice .option-choice:nth-child(9653n){-webkit-animation-delay:965.9s;animation-delay:965.9s}.poke-block-choice .option-choice:nth-child(9654n){-webkit-animation-delay:966s;animation-delay:966s}.poke-block-choice .option-choice:nth-child(9655n){-webkit-animation-delay:966.1s;animation-delay:966.1s}.poke-block-choice .option-choice:nth-child(9656n){-webkit-animation-delay:966.2s;animation-delay:966.2s}.poke-block-choice .option-choice:nth-child(9657n){-webkit-animation-delay:966.3s;animation-delay:966.3s}.poke-block-choice .option-choice:nth-child(9658n){-webkit-animation-delay:966.4s;animation-delay:966.4s}.poke-block-choice .option-choice:nth-child(9659n){-webkit-animation-delay:966.5s;animation-delay:966.5s}.poke-block-choice .option-choice:nth-child(9660n){-webkit-animation-delay:966.6s;animation-delay:966.6s}.poke-block-choice .option-choice:nth-child(9661n){-webkit-animation-delay:966.7s;animation-delay:966.7s}.poke-block-choice .option-choice:nth-child(9662n){-webkit-animation-delay:966.8s;animation-delay:966.8s}.poke-block-choice .option-choice:nth-child(9663n){-webkit-animation-delay:966.9s;animation-delay:966.9s}.poke-block-choice .option-choice:nth-child(9664n){-webkit-animation-delay:967s;animation-delay:967s}.poke-block-choice .option-choice:nth-child(9665n){-webkit-animation-delay:967.1s;animation-delay:967.1s}.poke-block-choice .option-choice:nth-child(9666n){-webkit-animation-delay:967.2s;animation-delay:967.2s}.poke-block-choice .option-choice:nth-child(9667n){-webkit-animation-delay:967.3s;animation-delay:967.3s}.poke-block-choice .option-choice:nth-child(9668n){-webkit-animation-delay:967.4s;animation-delay:967.4s}.poke-block-choice .option-choice:nth-child(9669n){-webkit-animation-delay:967.5s;animation-delay:967.5s}.poke-block-choice .option-choice:nth-child(9670n){-webkit-animation-delay:967.6s;animation-delay:967.6s}.poke-block-choice .option-choice:nth-child(9671n){-webkit-animation-delay:967.7s;animation-delay:967.7s}.poke-block-choice .option-choice:nth-child(9672n){-webkit-animation-delay:967.8s;animation-delay:967.8s}.poke-block-choice .option-choice:nth-child(9673n){-webkit-animation-delay:967.9s;animation-delay:967.9s}.poke-block-choice .option-choice:nth-child(9674n){-webkit-animation-delay:968s;animation-delay:968s}.poke-block-choice .option-choice:nth-child(9675n){-webkit-animation-delay:968.1s;animation-delay:968.1s}.poke-block-choice .option-choice:nth-child(9676n){-webkit-animation-delay:968.2s;animation-delay:968.2s}.poke-block-choice .option-choice:nth-child(9677n){-webkit-animation-delay:968.3s;animation-delay:968.3s}.poke-block-choice .option-choice:nth-child(9678n){-webkit-animation-delay:968.4s;animation-delay:968.4s}.poke-block-choice .option-choice:nth-child(9679n){-webkit-animation-delay:968.5s;animation-delay:968.5s}.poke-block-choice .option-choice:nth-child(9680n){-webkit-animation-delay:968.6s;animation-delay:968.6s}.poke-block-choice .option-choice:nth-child(9681n){-webkit-animation-delay:968.7s;animation-delay:968.7s}.poke-block-choice .option-choice:nth-child(9682n){-webkit-animation-delay:968.8s;animation-delay:968.8s}.poke-block-choice .option-choice:nth-child(9683n){-webkit-animation-delay:968.9s;animation-delay:968.9s}.poke-block-choice .option-choice:nth-child(9684n){-webkit-animation-delay:969s;animation-delay:969s}.poke-block-choice .option-choice:nth-child(9685n){-webkit-animation-delay:969.1s;animation-delay:969.1s}.poke-block-choice .option-choice:nth-child(9686n){-webkit-animation-delay:969.2s;animation-delay:969.2s}.poke-block-choice .option-choice:nth-child(9687n){-webkit-animation-delay:969.3s;animation-delay:969.3s}.poke-block-choice .option-choice:nth-child(9688n){-webkit-animation-delay:969.4s;animation-delay:969.4s}.poke-block-choice .option-choice:nth-child(9689n){-webkit-animation-delay:969.5s;animation-delay:969.5s}.poke-block-choice .option-choice:nth-child(9690n){-webkit-animation-delay:969.6s;animation-delay:969.6s}.poke-block-choice .option-choice:nth-child(9691n){-webkit-animation-delay:969.7s;animation-delay:969.7s}.poke-block-choice .option-choice:nth-child(9692n){-webkit-animation-delay:969.8s;animation-delay:969.8s}.poke-block-choice .option-choice:nth-child(9693n){-webkit-animation-delay:969.9s;animation-delay:969.9s}.poke-block-choice .option-choice:nth-child(9694n){-webkit-animation-delay:970s;animation-delay:970s}.poke-block-choice .option-choice:nth-child(9695n){-webkit-animation-delay:970.1s;animation-delay:970.1s}.poke-block-choice .option-choice:nth-child(9696n){-webkit-animation-delay:970.2s;animation-delay:970.2s}.poke-block-choice .option-choice:nth-child(9697n){-webkit-animation-delay:970.3s;animation-delay:970.3s}.poke-block-choice .option-choice:nth-child(9698n){-webkit-animation-delay:970.4s;animation-delay:970.4s}.poke-block-choice .option-choice:nth-child(9699n){-webkit-animation-delay:970.5s;animation-delay:970.5s}.poke-block-choice .option-choice:nth-child(9700n){-webkit-animation-delay:970.6s;animation-delay:970.6s}.poke-block-choice .option-choice:nth-child(9701n){-webkit-animation-delay:970.7s;animation-delay:970.7s}.poke-block-choice .option-choice:nth-child(9702n){-webkit-animation-delay:970.8s;animation-delay:970.8s}.poke-block-choice .option-choice:nth-child(9703n){-webkit-animation-delay:970.9s;animation-delay:970.9s}.poke-block-choice .option-choice:nth-child(9704n){-webkit-animation-delay:971s;animation-delay:971s}.poke-block-choice .option-choice:nth-child(9705n){-webkit-animation-delay:971.1s;animation-delay:971.1s}.poke-block-choice .option-choice:nth-child(9706n){-webkit-animation-delay:971.2s;animation-delay:971.2s}.poke-block-choice .option-choice:nth-child(9707n){-webkit-animation-delay:971.3s;animation-delay:971.3s}.poke-block-choice .option-choice:nth-child(9708n){-webkit-animation-delay:971.4s;animation-delay:971.4s}.poke-block-choice .option-choice:nth-child(9709n){-webkit-animation-delay:971.5s;animation-delay:971.5s}.poke-block-choice .option-choice:nth-child(9710n){-webkit-animation-delay:971.6s;animation-delay:971.6s}.poke-block-choice .option-choice:nth-child(9711n){-webkit-animation-delay:971.7s;animation-delay:971.7s}.poke-block-choice .option-choice:nth-child(9712n){-webkit-animation-delay:971.8s;animation-delay:971.8s}.poke-block-choice .option-choice:nth-child(9713n){-webkit-animation-delay:971.9s;animation-delay:971.9s}.poke-block-choice .option-choice:nth-child(9714n){-webkit-animation-delay:972s;animation-delay:972s}.poke-block-choice .option-choice:nth-child(9715n){-webkit-animation-delay:972.1s;animation-delay:972.1s}.poke-block-choice .option-choice:nth-child(9716n){-webkit-animation-delay:972.2s;animation-delay:972.2s}.poke-block-choice .option-choice:nth-child(9717n){-webkit-animation-delay:972.3s;animation-delay:972.3s}.poke-block-choice .option-choice:nth-child(9718n){-webkit-animation-delay:972.4s;animation-delay:972.4s}.poke-block-choice .option-choice:nth-child(9719n){-webkit-animation-delay:972.5s;animation-delay:972.5s}.poke-block-choice .option-choice:nth-child(9720n){-webkit-animation-delay:972.6s;animation-delay:972.6s}.poke-block-choice .option-choice:nth-child(9721n){-webkit-animation-delay:972.7s;animation-delay:972.7s}.poke-block-choice .option-choice:nth-child(9722n){-webkit-animation-delay:972.8s;animation-delay:972.8s}.poke-block-choice .option-choice:nth-child(9723n){-webkit-animation-delay:972.9s;animation-delay:972.9s}.poke-block-choice .option-choice:nth-child(9724n){-webkit-animation-delay:973s;animation-delay:973s}.poke-block-choice .option-choice:nth-child(9725n){-webkit-animation-delay:973.1s;animation-delay:973.1s}.poke-block-choice .option-choice:nth-child(9726n){-webkit-animation-delay:973.2s;animation-delay:973.2s}.poke-block-choice .option-choice:nth-child(9727n){-webkit-animation-delay:973.3s;animation-delay:973.3s}.poke-block-choice .option-choice:nth-child(9728n){-webkit-animation-delay:973.4s;animation-delay:973.4s}.poke-block-choice .option-choice:nth-child(9729n){-webkit-animation-delay:973.5s;animation-delay:973.5s}.poke-block-choice .option-choice:nth-child(9730n){-webkit-animation-delay:973.6s;animation-delay:973.6s}.poke-block-choice .option-choice:nth-child(9731n){-webkit-animation-delay:973.7s;animation-delay:973.7s}.poke-block-choice .option-choice:nth-child(9732n){-webkit-animation-delay:973.8s;animation-delay:973.8s}.poke-block-choice .option-choice:nth-child(9733n){-webkit-animation-delay:973.9s;animation-delay:973.9s}.poke-block-choice .option-choice:nth-child(9734n){-webkit-animation-delay:974s;animation-delay:974s}.poke-block-choice .option-choice:nth-child(9735n){-webkit-animation-delay:974.1s;animation-delay:974.1s}.poke-block-choice .option-choice:nth-child(9736n){-webkit-animation-delay:974.2s;animation-delay:974.2s}.poke-block-choice .option-choice:nth-child(9737n){-webkit-animation-delay:974.3s;animation-delay:974.3s}.poke-block-choice .option-choice:nth-child(9738n){-webkit-animation-delay:974.4s;animation-delay:974.4s}.poke-block-choice .option-choice:nth-child(9739n){-webkit-animation-delay:974.5s;animation-delay:974.5s}.poke-block-choice .option-choice:nth-child(9740n){-webkit-animation-delay:974.6s;animation-delay:974.6s}.poke-block-choice .option-choice:nth-child(9741n){-webkit-animation-delay:974.7s;animation-delay:974.7s}.poke-block-choice .option-choice:nth-child(9742n){-webkit-animation-delay:974.8s;animation-delay:974.8s}.poke-block-choice .option-choice:nth-child(9743n){-webkit-animation-delay:974.9s;animation-delay:974.9s}.poke-block-choice .option-choice:nth-child(9744n){-webkit-animation-delay:975s;animation-delay:975s}.poke-block-choice .option-choice:nth-child(9745n){-webkit-animation-delay:975.1s;animation-delay:975.1s}.poke-block-choice .option-choice:nth-child(9746n){-webkit-animation-delay:975.2s;animation-delay:975.2s}.poke-block-choice .option-choice:nth-child(9747n){-webkit-animation-delay:975.3s;animation-delay:975.3s}.poke-block-choice .option-choice:nth-child(9748n){-webkit-animation-delay:975.4s;animation-delay:975.4s}.poke-block-choice .option-choice:nth-child(9749n){-webkit-animation-delay:975.5s;animation-delay:975.5s}.poke-block-choice .option-choice:nth-child(9750n){-webkit-animation-delay:975.6s;animation-delay:975.6s}.poke-block-choice .option-choice:nth-child(9751n){-webkit-animation-delay:975.7s;animation-delay:975.7s}.poke-block-choice .option-choice:nth-child(9752n){-webkit-animation-delay:975.8s;animation-delay:975.8s}.poke-block-choice .option-choice:nth-child(9753n){-webkit-animation-delay:975.9s;animation-delay:975.9s}.poke-block-choice .option-choice:nth-child(9754n){-webkit-animation-delay:976s;animation-delay:976s}.poke-block-choice .option-choice:nth-child(9755n){-webkit-animation-delay:976.1s;animation-delay:976.1s}.poke-block-choice .option-choice:nth-child(9756n){-webkit-animation-delay:976.2s;animation-delay:976.2s}.poke-block-choice .option-choice:nth-child(9757n){-webkit-animation-delay:976.3s;animation-delay:976.3s}.poke-block-choice .option-choice:nth-child(9758n){-webkit-animation-delay:976.4s;animation-delay:976.4s}.poke-block-choice .option-choice:nth-child(9759n){-webkit-animation-delay:976.5s;animation-delay:976.5s}.poke-block-choice .option-choice:nth-child(9760n){-webkit-animation-delay:976.6s;animation-delay:976.6s}.poke-block-choice .option-choice:nth-child(9761n){-webkit-animation-delay:976.7s;animation-delay:976.7s}.poke-block-choice .option-choice:nth-child(9762n){-webkit-animation-delay:976.8s;animation-delay:976.8s}.poke-block-choice .option-choice:nth-child(9763n){-webkit-animation-delay:976.9s;animation-delay:976.9s}.poke-block-choice .option-choice:nth-child(9764n){-webkit-animation-delay:977s;animation-delay:977s}.poke-block-choice .option-choice:nth-child(9765n){-webkit-animation-delay:977.1s;animation-delay:977.1s}.poke-block-choice .option-choice:nth-child(9766n){-webkit-animation-delay:977.2s;animation-delay:977.2s}.poke-block-choice .option-choice:nth-child(9767n){-webkit-animation-delay:977.3s;animation-delay:977.3s}.poke-block-choice .option-choice:nth-child(9768n){-webkit-animation-delay:977.4s;animation-delay:977.4s}.poke-block-choice .option-choice:nth-child(9769n){-webkit-animation-delay:977.5s;animation-delay:977.5s}.poke-block-choice .option-choice:nth-child(9770n){-webkit-animation-delay:977.6s;animation-delay:977.6s}.poke-block-choice .option-choice:nth-child(9771n){-webkit-animation-delay:977.7s;animation-delay:977.7s}.poke-block-choice .option-choice:nth-child(9772n){-webkit-animation-delay:977.8s;animation-delay:977.8s}.poke-block-choice .option-choice:nth-child(9773n){-webkit-animation-delay:977.9s;animation-delay:977.9s}.poke-block-choice .option-choice:nth-child(9774n){-webkit-animation-delay:978s;animation-delay:978s}.poke-block-choice .option-choice:nth-child(9775n){-webkit-animation-delay:978.1s;animation-delay:978.1s}.poke-block-choice .option-choice:nth-child(9776n){-webkit-animation-delay:978.2s;animation-delay:978.2s}.poke-block-choice .option-choice:nth-child(9777n){-webkit-animation-delay:978.3s;animation-delay:978.3s}.poke-block-choice .option-choice:nth-child(9778n){-webkit-animation-delay:978.4s;animation-delay:978.4s}.poke-block-choice .option-choice:nth-child(9779n){-webkit-animation-delay:978.5s;animation-delay:978.5s}.poke-block-choice .option-choice:nth-child(9780n){-webkit-animation-delay:978.6s;animation-delay:978.6s}.poke-block-choice .option-choice:nth-child(9781n){-webkit-animation-delay:978.7s;animation-delay:978.7s}.poke-block-choice .option-choice:nth-child(9782n){-webkit-animation-delay:978.8s;animation-delay:978.8s}.poke-block-choice .option-choice:nth-child(9783n){-webkit-animation-delay:978.9s;animation-delay:978.9s}.poke-block-choice .option-choice:nth-child(9784n){-webkit-animation-delay:979s;animation-delay:979s}.poke-block-choice .option-choice:nth-child(9785n){-webkit-animation-delay:979.1s;animation-delay:979.1s}.poke-block-choice .option-choice:nth-child(9786n){-webkit-animation-delay:979.2s;animation-delay:979.2s}.poke-block-choice .option-choice:nth-child(9787n){-webkit-animation-delay:979.3s;animation-delay:979.3s}.poke-block-choice .option-choice:nth-child(9788n){-webkit-animation-delay:979.4s;animation-delay:979.4s}.poke-block-choice .option-choice:nth-child(9789n){-webkit-animation-delay:979.5s;animation-delay:979.5s}.poke-block-choice .option-choice:nth-child(9790n){-webkit-animation-delay:979.6s;animation-delay:979.6s}.poke-block-choice .option-choice:nth-child(9791n){-webkit-animation-delay:979.7s;animation-delay:979.7s}.poke-block-choice .option-choice:nth-child(9792n){-webkit-animation-delay:979.8s;animation-delay:979.8s}.poke-block-choice .option-choice:nth-child(9793n){-webkit-animation-delay:979.9s;animation-delay:979.9s}.poke-block-choice .option-choice:nth-child(9794n){-webkit-animation-delay:980s;animation-delay:980s}.poke-block-choice .option-choice:nth-child(9795n){-webkit-animation-delay:980.1s;animation-delay:980.1s}.poke-block-choice .option-choice:nth-child(9796n){-webkit-animation-delay:980.2s;animation-delay:980.2s}.poke-block-choice .option-choice:nth-child(9797n){-webkit-animation-delay:980.3s;animation-delay:980.3s}.poke-block-choice .option-choice:nth-child(9798n){-webkit-animation-delay:980.4s;animation-delay:980.4s}.poke-block-choice .option-choice:nth-child(9799n){-webkit-animation-delay:980.5s;animation-delay:980.5s}.poke-block-choice .option-choice:nth-child(9800n){-webkit-animation-delay:980.6s;animation-delay:980.6s}.poke-block-choice .option-choice:nth-child(9801n){-webkit-animation-delay:980.7s;animation-delay:980.7s}.poke-block-choice .option-choice:nth-child(9802n){-webkit-animation-delay:980.8s;animation-delay:980.8s}.poke-block-choice .option-choice:nth-child(9803n){-webkit-animation-delay:980.9s;animation-delay:980.9s}.poke-block-choice .option-choice:nth-child(9804n){-webkit-animation-delay:981s;animation-delay:981s}.poke-block-choice .option-choice:nth-child(9805n){-webkit-animation-delay:981.1s;animation-delay:981.1s}.poke-block-choice .option-choice:nth-child(9806n){-webkit-animation-delay:981.2s;animation-delay:981.2s}.poke-block-choice .option-choice:nth-child(9807n){-webkit-animation-delay:981.3s;animation-delay:981.3s}.poke-block-choice .option-choice:nth-child(9808n){-webkit-animation-delay:981.4s;animation-delay:981.4s}.poke-block-choice .option-choice:nth-child(9809n){-webkit-animation-delay:981.5s;animation-delay:981.5s}.poke-block-choice .option-choice:nth-child(9810n){-webkit-animation-delay:981.6s;animation-delay:981.6s}.poke-block-choice .option-choice:nth-child(9811n){-webkit-animation-delay:981.7s;animation-delay:981.7s}.poke-block-choice .option-choice:nth-child(9812n){-webkit-animation-delay:981.8s;animation-delay:981.8s}.poke-block-choice .option-choice:nth-child(9813n){-webkit-animation-delay:981.9s;animation-delay:981.9s}.poke-block-choice .option-choice:nth-child(9814n){-webkit-animation-delay:982s;animation-delay:982s}.poke-block-choice .option-choice:nth-child(9815n){-webkit-animation-delay:982.1s;animation-delay:982.1s}.poke-block-choice .option-choice:nth-child(9816n){-webkit-animation-delay:982.2s;animation-delay:982.2s}.poke-block-choice .option-choice:nth-child(9817n){-webkit-animation-delay:982.3s;animation-delay:982.3s}.poke-block-choice .option-choice:nth-child(9818n){-webkit-animation-delay:982.4s;animation-delay:982.4s}.poke-block-choice .option-choice:nth-child(9819n){-webkit-animation-delay:982.5s;animation-delay:982.5s}.poke-block-choice .option-choice:nth-child(9820n){-webkit-animation-delay:982.6s;animation-delay:982.6s}.poke-block-choice .option-choice:nth-child(9821n){-webkit-animation-delay:982.7s;animation-delay:982.7s}.poke-block-choice .option-choice:nth-child(9822n){-webkit-animation-delay:982.8s;animation-delay:982.8s}.poke-block-choice .option-choice:nth-child(9823n){-webkit-animation-delay:982.9s;animation-delay:982.9s}.poke-block-choice .option-choice:nth-child(9824n){-webkit-animation-delay:983s;animation-delay:983s}.poke-block-choice .option-choice:nth-child(9825n){-webkit-animation-delay:983.1s;animation-delay:983.1s}.poke-block-choice .option-choice:nth-child(9826n){-webkit-animation-delay:983.2s;animation-delay:983.2s}.poke-block-choice .option-choice:nth-child(9827n){-webkit-animation-delay:983.3s;animation-delay:983.3s}.poke-block-choice .option-choice:nth-child(9828n){-webkit-animation-delay:983.4s;animation-delay:983.4s}.poke-block-choice .option-choice:nth-child(9829n){-webkit-animation-delay:983.5s;animation-delay:983.5s}.poke-block-choice .option-choice:nth-child(9830n){-webkit-animation-delay:983.6s;animation-delay:983.6s}.poke-block-choice .option-choice:nth-child(9831n){-webkit-animation-delay:983.7s;animation-delay:983.7s}.poke-block-choice .option-choice:nth-child(9832n){-webkit-animation-delay:983.8s;animation-delay:983.8s}.poke-block-choice .option-choice:nth-child(9833n){-webkit-animation-delay:983.9s;animation-delay:983.9s}.poke-block-choice .option-choice:nth-child(9834n){-webkit-animation-delay:984s;animation-delay:984s}.poke-block-choice .option-choice:nth-child(9835n){-webkit-animation-delay:984.1s;animation-delay:984.1s}.poke-block-choice .option-choice:nth-child(9836n){-webkit-animation-delay:984.2s;animation-delay:984.2s}.poke-block-choice .option-choice:nth-child(9837n){-webkit-animation-delay:984.3s;animation-delay:984.3s}.poke-block-choice .option-choice:nth-child(9838n){-webkit-animation-delay:984.4s;animation-delay:984.4s}.poke-block-choice .option-choice:nth-child(9839n){-webkit-animation-delay:984.5s;animation-delay:984.5s}.poke-block-choice .option-choice:nth-child(9840n){-webkit-animation-delay:984.6s;animation-delay:984.6s}.poke-block-choice .option-choice:nth-child(9841n){-webkit-animation-delay:984.7s;animation-delay:984.7s}.poke-block-choice .option-choice:nth-child(9842n){-webkit-animation-delay:984.8s;animation-delay:984.8s}.poke-block-choice .option-choice:nth-child(9843n){-webkit-animation-delay:984.9s;animation-delay:984.9s}.poke-block-choice .option-choice:nth-child(9844n){-webkit-animation-delay:985s;animation-delay:985s}.poke-block-choice .option-choice:nth-child(9845n){-webkit-animation-delay:985.1s;animation-delay:985.1s}.poke-block-choice .option-choice:nth-child(9846n){-webkit-animation-delay:985.2s;animation-delay:985.2s}.poke-block-choice .option-choice:nth-child(9847n){-webkit-animation-delay:985.3s;animation-delay:985.3s}.poke-block-choice .option-choice:nth-child(9848n){-webkit-animation-delay:985.4s;animation-delay:985.4s}.poke-block-choice .option-choice:nth-child(9849n){-webkit-animation-delay:985.5s;animation-delay:985.5s}.poke-block-choice .option-choice:nth-child(9850n){-webkit-animation-delay:985.6s;animation-delay:985.6s}.poke-block-choice .option-choice:nth-child(9851n){-webkit-animation-delay:985.7s;animation-delay:985.7s}.poke-block-choice .option-choice:nth-child(9852n){-webkit-animation-delay:985.8s;animation-delay:985.8s}.poke-block-choice .option-choice:nth-child(9853n){-webkit-animation-delay:985.9s;animation-delay:985.9s}.poke-block-choice .option-choice:nth-child(9854n){-webkit-animation-delay:986s;animation-delay:986s}.poke-block-choice .option-choice:nth-child(9855n){-webkit-animation-delay:986.1s;animation-delay:986.1s}.poke-block-choice .option-choice:nth-child(9856n){-webkit-animation-delay:986.2s;animation-delay:986.2s}.poke-block-choice .option-choice:nth-child(9857n){-webkit-animation-delay:986.3s;animation-delay:986.3s}.poke-block-choice .option-choice:nth-child(9858n){-webkit-animation-delay:986.4s;animation-delay:986.4s}.poke-block-choice .option-choice:nth-child(9859n){-webkit-animation-delay:986.5s;animation-delay:986.5s}.poke-block-choice .option-choice:nth-child(9860n){-webkit-animation-delay:986.6s;animation-delay:986.6s}.poke-block-choice .option-choice:nth-child(9861n){-webkit-animation-delay:986.7s;animation-delay:986.7s}.poke-block-choice .option-choice:nth-child(9862n){-webkit-animation-delay:986.8s;animation-delay:986.8s}.poke-block-choice .option-choice:nth-child(9863n){-webkit-animation-delay:986.9s;animation-delay:986.9s}.poke-block-choice .option-choice:nth-child(9864n){-webkit-animation-delay:987s;animation-delay:987s}.poke-block-choice .option-choice:nth-child(9865n){-webkit-animation-delay:987.1s;animation-delay:987.1s}.poke-block-choice .option-choice:nth-child(9866n){-webkit-animation-delay:987.2s;animation-delay:987.2s}.poke-block-choice .option-choice:nth-child(9867n){-webkit-animation-delay:987.3s;animation-delay:987.3s}.poke-block-choice .option-choice:nth-child(9868n){-webkit-animation-delay:987.4s;animation-delay:987.4s}.poke-block-choice .option-choice:nth-child(9869n){-webkit-animation-delay:987.5s;animation-delay:987.5s}.poke-block-choice .option-choice:nth-child(9870n){-webkit-animation-delay:987.6s;animation-delay:987.6s}.poke-block-choice .option-choice:nth-child(9871n){-webkit-animation-delay:987.7s;animation-delay:987.7s}.poke-block-choice .option-choice:nth-child(9872n){-webkit-animation-delay:987.8s;animation-delay:987.8s}.poke-block-choice .option-choice:nth-child(9873n){-webkit-animation-delay:987.9s;animation-delay:987.9s}.poke-block-choice .option-choice:nth-child(9874n){-webkit-animation-delay:988s;animation-delay:988s}.poke-block-choice .option-choice:nth-child(9875n){-webkit-animation-delay:988.1s;animation-delay:988.1s}.poke-block-choice .option-choice:nth-child(9876n){-webkit-animation-delay:988.2s;animation-delay:988.2s}.poke-block-choice .option-choice:nth-child(9877n){-webkit-animation-delay:988.3s;animation-delay:988.3s}.poke-block-choice .option-choice:nth-child(9878n){-webkit-animation-delay:988.4s;animation-delay:988.4s}.poke-block-choice .option-choice:nth-child(9879n){-webkit-animation-delay:988.5s;animation-delay:988.5s}.poke-block-choice .option-choice:nth-child(9880n){-webkit-animation-delay:988.6s;animation-delay:988.6s}.poke-block-choice .option-choice:nth-child(9881n){-webkit-animation-delay:988.7s;animation-delay:988.7s}.poke-block-choice .option-choice:nth-child(9882n){-webkit-animation-delay:988.8s;animation-delay:988.8s}.poke-block-choice .option-choice:nth-child(9883n){-webkit-animation-delay:988.9s;animation-delay:988.9s}.poke-block-choice .option-choice:nth-child(9884n){-webkit-animation-delay:989s;animation-delay:989s}.poke-block-choice .option-choice:nth-child(9885n){-webkit-animation-delay:989.1s;animation-delay:989.1s}.poke-block-choice .option-choice:nth-child(9886n){-webkit-animation-delay:989.2s;animation-delay:989.2s}.poke-block-choice .option-choice:nth-child(9887n){-webkit-animation-delay:989.3s;animation-delay:989.3s}.poke-block-choice .option-choice:nth-child(9888n){-webkit-animation-delay:989.4s;animation-delay:989.4s}.poke-block-choice .option-choice:nth-child(9889n){-webkit-animation-delay:989.5s;animation-delay:989.5s}.poke-block-choice .option-choice:nth-child(9890n){-webkit-animation-delay:989.6s;animation-delay:989.6s}.poke-block-choice .option-choice:nth-child(9891n){-webkit-animation-delay:989.7s;animation-delay:989.7s}.poke-block-choice .option-choice:nth-child(9892n){-webkit-animation-delay:989.8s;animation-delay:989.8s}.poke-block-choice .option-choice:nth-child(9893n){-webkit-animation-delay:989.9s;animation-delay:989.9s}.poke-block-choice .option-choice:nth-child(9894n){-webkit-animation-delay:990s;animation-delay:990s}.poke-block-choice .option-choice:nth-child(9895n){-webkit-animation-delay:990.1s;animation-delay:990.1s}.poke-block-choice .option-choice:nth-child(9896n){-webkit-animation-delay:990.2s;animation-delay:990.2s}.poke-block-choice .option-choice:nth-child(9897n){-webkit-animation-delay:990.3s;animation-delay:990.3s}.poke-block-choice .option-choice:nth-child(9898n){-webkit-animation-delay:990.4s;animation-delay:990.4s}.poke-block-choice .option-choice:nth-child(9899n){-webkit-animation-delay:990.5s;animation-delay:990.5s}.poke-block-choice .option-choice:nth-child(9900n){-webkit-animation-delay:990.6s;animation-delay:990.6s}.poke-block-choice .option-choice:nth-child(9901n){-webkit-animation-delay:990.7s;animation-delay:990.7s}.poke-block-choice .option-choice:nth-child(9902n){-webkit-animation-delay:990.8s;animation-delay:990.8s}.poke-block-choice .option-choice:nth-child(9903n){-webkit-animation-delay:990.9s;animation-delay:990.9s}.poke-block-choice .option-choice:nth-child(9904n){-webkit-animation-delay:991s;animation-delay:991s}.poke-block-choice .option-choice:nth-child(9905n){-webkit-animation-delay:991.1s;animation-delay:991.1s}.poke-block-choice .option-choice:nth-child(9906n){-webkit-animation-delay:991.2s;animation-delay:991.2s}.poke-block-choice .option-choice:nth-child(9907n){-webkit-animation-delay:991.3s;animation-delay:991.3s}.poke-block-choice .option-choice:nth-child(9908n){-webkit-animation-delay:991.4s;animation-delay:991.4s}.poke-block-choice .option-choice:nth-child(9909n){-webkit-animation-delay:991.5s;animation-delay:991.5s}.poke-block-choice .option-choice:nth-child(9910n){-webkit-animation-delay:991.6s;animation-delay:991.6s}.poke-block-choice .option-choice:nth-child(9911n){-webkit-animation-delay:991.7s;animation-delay:991.7s}.poke-block-choice .option-choice:nth-child(9912n){-webkit-animation-delay:991.8s;animation-delay:991.8s}.poke-block-choice .option-choice:nth-child(9913n){-webkit-animation-delay:991.9s;animation-delay:991.9s}.poke-block-choice .option-choice:nth-child(9914n){-webkit-animation-delay:992s;animation-delay:992s}.poke-block-choice .option-choice:nth-child(9915n){-webkit-animation-delay:992.1s;animation-delay:992.1s}.poke-block-choice .option-choice:nth-child(9916n){-webkit-animation-delay:992.2s;animation-delay:992.2s}.poke-block-choice .option-choice:nth-child(9917n){-webkit-animation-delay:992.3s;animation-delay:992.3s}.poke-block-choice .option-choice:nth-child(9918n){-webkit-animation-delay:992.4s;animation-delay:992.4s}.poke-block-choice .option-choice:nth-child(9919n){-webkit-animation-delay:992.5s;animation-delay:992.5s}.poke-block-choice .option-choice:nth-child(9920n){-webkit-animation-delay:992.6s;animation-delay:992.6s}.poke-block-choice .option-choice:nth-child(9921n){-webkit-animation-delay:992.7s;animation-delay:992.7s}.poke-block-choice .option-choice:nth-child(9922n){-webkit-animation-delay:992.8s;animation-delay:992.8s}.poke-block-choice .option-choice:nth-child(9923n){-webkit-animation-delay:992.9s;animation-delay:992.9s}.poke-block-choice .option-choice:nth-child(9924n){-webkit-animation-delay:993s;animation-delay:993s}.poke-block-choice .option-choice:nth-child(9925n){-webkit-animation-delay:993.1s;animation-delay:993.1s}.poke-block-choice .option-choice:nth-child(9926n){-webkit-animation-delay:993.2s;animation-delay:993.2s}.poke-block-choice .option-choice:nth-child(9927n){-webkit-animation-delay:993.3s;animation-delay:993.3s}.poke-block-choice .option-choice:nth-child(9928n){-webkit-animation-delay:993.4s;animation-delay:993.4s}.poke-block-choice .option-choice:nth-child(9929n){-webkit-animation-delay:993.5s;animation-delay:993.5s}.poke-block-choice .option-choice:nth-child(9930n){-webkit-animation-delay:993.6s;animation-delay:993.6s}.poke-block-choice .option-choice:nth-child(9931n){-webkit-animation-delay:993.7s;animation-delay:993.7s}.poke-block-choice .option-choice:nth-child(9932n){-webkit-animation-delay:993.8s;animation-delay:993.8s}.poke-block-choice .option-choice:nth-child(9933n){-webkit-animation-delay:993.9s;animation-delay:993.9s}.poke-block-choice .option-choice:nth-child(9934n){-webkit-animation-delay:994s;animation-delay:994s}.poke-block-choice .option-choice:nth-child(9935n){-webkit-animation-delay:994.1s;animation-delay:994.1s}.poke-block-choice .option-choice:nth-child(9936n){-webkit-animation-delay:994.2s;animation-delay:994.2s}.poke-block-choice .option-choice:nth-child(9937n){-webkit-animation-delay:994.3s;animation-delay:994.3s}.poke-block-choice .option-choice:nth-child(9938n){-webkit-animation-delay:994.4s;animation-delay:994.4s}.poke-block-choice .option-choice:nth-child(9939n){-webkit-animation-delay:994.5s;animation-delay:994.5s}.poke-block-choice .option-choice:nth-child(9940n){-webkit-animation-delay:994.6s;animation-delay:994.6s}.poke-block-choice .option-choice:nth-child(9941n){-webkit-animation-delay:994.7s;animation-delay:994.7s}.poke-block-choice .option-choice:nth-child(9942n){-webkit-animation-delay:994.8s;animation-delay:994.8s}.poke-block-choice .option-choice:nth-child(9943n){-webkit-animation-delay:994.9s;animation-delay:994.9s}.poke-block-choice .option-choice:nth-child(9944n){-webkit-animation-delay:995s;animation-delay:995s}.poke-block-choice .option-choice:nth-child(9945n){-webkit-animation-delay:995.1s;animation-delay:995.1s}.poke-block-choice .option-choice:nth-child(9946n){-webkit-animation-delay:995.2s;animation-delay:995.2s}.poke-block-choice .option-choice:nth-child(9947n){-webkit-animation-delay:995.3s;animation-delay:995.3s}.poke-block-choice .option-choice:nth-child(9948n){-webkit-animation-delay:995.4s;animation-delay:995.4s}.poke-block-choice .option-choice:nth-child(9949n){-webkit-animation-delay:995.5s;animation-delay:995.5s}.poke-block-choice .option-choice:nth-child(9950n){-webkit-animation-delay:995.6s;animation-delay:995.6s}.poke-block-choice .option-choice:nth-child(9951n){-webkit-animation-delay:995.7s;animation-delay:995.7s}.poke-block-choice .option-choice:nth-child(9952n){-webkit-animation-delay:995.8s;animation-delay:995.8s}.poke-block-choice .option-choice:nth-child(9953n){-webkit-animation-delay:995.9s;animation-delay:995.9s}.poke-block-choice .option-choice:nth-child(9954n){-webkit-animation-delay:996s;animation-delay:996s}.poke-block-choice .option-choice:nth-child(9955n){-webkit-animation-delay:996.1s;animation-delay:996.1s}.poke-block-choice .option-choice:nth-child(9956n){-webkit-animation-delay:996.2s;animation-delay:996.2s}.poke-block-choice .option-choice:nth-child(9957n){-webkit-animation-delay:996.3s;animation-delay:996.3s}.poke-block-choice .option-choice:nth-child(9958n){-webkit-animation-delay:996.4s;animation-delay:996.4s}.poke-block-choice .option-choice:nth-child(9959n){-webkit-animation-delay:996.5s;animation-delay:996.5s}.poke-block-choice .option-choice:nth-child(9960n){-webkit-animation-delay:996.6s;animation-delay:996.6s}.poke-block-choice .option-choice:nth-child(9961n){-webkit-animation-delay:996.7s;animation-delay:996.7s}.poke-block-choice .option-choice:nth-child(9962n){-webkit-animation-delay:996.8s;animation-delay:996.8s}.poke-block-choice .option-choice:nth-child(9963n){-webkit-animation-delay:996.9s;animation-delay:996.9s}.poke-block-choice .option-choice:nth-child(9964n){-webkit-animation-delay:997s;animation-delay:997s}.poke-block-choice .option-choice:nth-child(9965n){-webkit-animation-delay:997.1s;animation-delay:997.1s}.poke-block-choice .option-choice:nth-child(9966n){-webkit-animation-delay:997.2s;animation-delay:997.2s}.poke-block-choice .option-choice:nth-child(9967n){-webkit-animation-delay:997.3s;animation-delay:997.3s}.poke-block-choice .option-choice:nth-child(9968n){-webkit-animation-delay:997.4s;animation-delay:997.4s}.poke-block-choice .option-choice:nth-child(9969n){-webkit-animation-delay:997.5s;animation-delay:997.5s}.poke-block-choice .option-choice:nth-child(9970n){-webkit-animation-delay:997.6s;animation-delay:997.6s}.poke-block-choice .option-choice:nth-child(9971n){-webkit-animation-delay:997.7s;animation-delay:997.7s}.poke-block-choice .option-choice:nth-child(9972n){-webkit-animation-delay:997.8s;animation-delay:997.8s}.poke-block-choice .option-choice:nth-child(9973n){-webkit-animation-delay:997.9s;animation-delay:997.9s}.poke-block-choice .option-choice:nth-child(9974n){-webkit-animation-delay:998s;animation-delay:998s}.poke-block-choice .option-choice:nth-child(9975n){-webkit-animation-delay:998.1s;animation-delay:998.1s}.poke-block-choice .option-choice:nth-child(9976n){-webkit-animation-delay:998.2s;animation-delay:998.2s}.poke-block-choice .option-choice:nth-child(9977n){-webkit-animation-delay:998.3s;animation-delay:998.3s}.poke-block-choice .option-choice:nth-child(9978n){-webkit-animation-delay:998.4s;animation-delay:998.4s}.poke-block-choice .option-choice:nth-child(9979n){-webkit-animation-delay:998.5s;animation-delay:998.5s}.poke-block-choice .option-choice:nth-child(9980n){-webkit-animation-delay:998.6s;animation-delay:998.6s}.poke-block-choice .option-choice:nth-child(9981n){-webkit-animation-delay:998.7s;animation-delay:998.7s}.poke-block-choice .option-choice:nth-child(9982n){-webkit-animation-delay:998.8s;animation-delay:998.8s}.poke-block-choice .option-choice:nth-child(9983n){-webkit-animation-delay:998.9s;animation-delay:998.9s}.poke-block-choice .option-choice:nth-child(9984n){-webkit-animation-delay:999s;animation-delay:999s}.poke-block-choice .option-choice:nth-child(9985n){-webkit-animation-delay:999.1s;animation-delay:999.1s}.poke-block-choice .option-choice:nth-child(9986n){-webkit-animation-delay:999.2s;animation-delay:999.2s}.poke-block-choice .option-choice:nth-child(9987n){-webkit-animation-delay:999.3s;animation-delay:999.3s}.poke-block-choice .option-choice:nth-child(9988n){-webkit-animation-delay:999.4s;animation-delay:999.4s}.poke-block-choice .option-choice:nth-child(9989n){-webkit-animation-delay:999.5s;animation-delay:999.5s}.poke-block-choice .option-choice:nth-child(9990n){-webkit-animation-delay:999.6s;animation-delay:999.6s}.poke-block-choice .option-choice:nth-child(9991n){-webkit-animation-delay:999.7s;animation-delay:999.7s}.poke-block-choice .option-choice:nth-child(9992n){-webkit-animation-delay:999.8s;animation-delay:999.8s}.poke-block-choice .option-choice:nth-child(9993n){-webkit-animation-delay:999.9s;animation-delay:999.9s}.poke-block-choice .option-choice:nth-child(9994n){-webkit-animation-delay:1000s;animation-delay:1000s}.poke-block-choice .option-choice:nth-child(9995n){-webkit-animation-delay:1000.1s;animation-delay:1000.1s}.poke-block-choice .option-choice:nth-child(9996n){-webkit-animation-delay:1000.2s;animation-delay:1000.2s}.poke-block-choice .option-choice:nth-child(9997n){-webkit-animation-delay:1000.3s;animation-delay:1000.3s}.poke-block-choice .option-choice:nth-child(9998n){-webkit-animation-delay:1000.4s;animation-delay:1000.4s}.poke-block-choice .option-choice:nth-child(9999n){-webkit-animation-delay:1000.5s;animation-delay:1000.5s}.poke-block-choice .option-choice:nth-child(10000n){-webkit-animation-delay:1000.6s;animation-delay:1000.6s}.poke-block-choice .option-choice i{margin-right:8px}.poke-block-choice.compact{flex-direction:row;flex-wrap:wrap}.poke-block-choice.compact .option-choice{padding:8px 16px;border-radius:21px}@-webkit-keyframes block-choice-option-in{0%{opacity:0;transform:matrix(1,0,0,1,-20,0)}to{opacity:1;transform:matrix(1,0,0,1,0,0)}}@keyframes block-choice-option-in{0%{opacity:0;transform:matrix(1,0,0,1,-20,0)}to{opacity:1;transform:matrix(1,0,0,1,0,0)}}@-webkit-keyframes block-choice-option-out{0%{opacity:1}to{opacity:0}}@keyframes block-choice-option-out{0%{opacity:1}to{opacity:0}}.poke-block-cta{display:grid;grid-template-columns:1fr 1fr 1fr;-webkit-animation:block-cta-in .5s ease-in-out .5s both;animation:block-cta-in .5s ease-in-out .5s both}.poke-block-cta.is-animating-out{-webkit-animation:block-cta-out .5s ease-in-out both;animation:block-cta-out .5s ease-in-out both}.poke-block-cta.is-in-poke-banner{display:flex;border-top:0;margin-left:24px}.poke-block-cta.is-in-poke-banner .cta-center,.poke-block-cta.is-in-poke-banner .cta-left,.poke-block-cta.is-in-poke-banner .cta-right{padding:0}.poke-block-cta.is-bottom{margin-bottom:12px}.poke-block-cta .cta-center,.poke-block-cta .cta-left,.poke-block-cta .cta-right{padding:12px 24px;display:flex;grid-gap:8px;gap:8px}.poke-block-cta .cta-center{justify-content:center}.poke-block-cta .cta-right{justify-content:flex-end}.poke-block-cta .cta-item{display:inline-flex;cursor:pointer;transition:all .2s ease-in-out;border:1px solid transparent;white-space:nowrap}.poke-block-cta .cta-item:hover{opacity:.8}.poke-block-cta .cta-item:active{opacity:.6}.poke-block-cta .cta-item.disabled{opacity:.4;cursor:not-allowed}@-webkit-keyframes block-cta-in{0%{opacity:0}to{opacity:1}}@keyframes block-cta-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes block-cta-out{0%{opacity:1}to{opacity:0}}@keyframes block-cta-out{0%{opacity:1}to{opacity:0}}.poke-block-media{position:relative;z-index:2;height:260px;overflow:hidden;-webkit-animation:block-media-in .5s ease-in-out .5s both;animation:block-media-in .5s ease-in-out .5s both}.poke-block-media.is-animating-out{-webkit-animation:block-media-out .5s ease-in-out both;animation:block-media-out .5s ease-in-out both}.poke-block-media.poke-block-clickable&gt;iframe{pointer-events:none}.poke-block-media.is-image.is-fit{display:flex;align-items:center;justify-content:center}.poke-block-media.is-image .media-file{width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}.poke-block-media.is-image img{max-width:100%;max-height:100%}.poke-block-media.is-video iframe{width:100%;height:100%;border:none}@-webkit-keyframes block-media-in{0%{opacity:0}to{opacity:1}}@keyframes block-media-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes block-media-out{0%{opacity:1}to{opacity:0}}@keyframes block-media-out{0%{opacity:1}to{opacity:0}}.poke-block-label{display:flex;margin:12px 24px 0;-webkit-animation:block-label-in .5s ease-in-out .5s both;animation:block-label-in .5s ease-in-out .5s both}.poke-block-label.is-animating-out{-webkit-animation:block-label-out .5s ease-in-out both;animation:block-label-out .5s ease-in-out both}.poke-block-label.is-in-poke-banner{padding:0;margin:auto;margin-right:24px!important}.poke-block-label.is-top-block{margin-right:52px;margin-top:24px}.poke-block-label.is-top-block.align-center,.poke-block-label.is-top-block.align-right{padding-left:28px}.poke-block-label .label-wrapper{display:inline-flex;font-weight:600;border:1px solid transparent}.poke-block-label+div{margin-top:12px}@-webkit-keyframes block-label-in{0%{opacity:0}to{opacity:1}}@keyframes block-label-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes block-label-out{0%{opacity:1}to{opacity:0}}@keyframes block-label-out{0%{opacity:1}to{opacity:0}}.poke-block-title{margin:24px 24px 0;font-family:"Inter";font-weight:600;font-size:20px;-webkit-animation:block-title-in .5s ease-in-out .5s both;animation:block-title-in .5s ease-in-out .5s both;cursor:default}.poke-block-title.is-animating-out{-webkit-animation:block-title-out .5s ease-in-out forwards;animation:block-title-out .5s ease-in-out forwards}.poke-block-title.align-center{text-align:center}.poke-block-title.align-right{text-align:right}.poke-block-title.is-in-poke-banner{padding:0;margin:0}.poke-block-title.is-top-block{margin-right:52px}.poke-block-title.is-top-block.align-center,.poke-block-title.is-top-block.align-right{padding-left:28px}.poke-block-title.is-bottom-block{margin-bottom:24px}@-webkit-keyframes block-title-in{0%{opacity:0}to{opacity:1}}@keyframes block-title-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes block-title-out{0%{opacity:1}to{opacity:0}}@keyframes block-title-out{0%{opacity:1}to{opacity:0}}.poke-layout-banner{display:grid;grid-template-columns:10% 80% 10%;margin:auto 0;padding:8px 0;z-index:1}.poke-layout-banner .layout-banner-center-col{display:flex;align-items:center;justify-content:center}.poke-layout-banner .layout-banner-center-col .layout-banner-center-col-content{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.poke-layout-banner .layout-banner-center-col .layout-banner-center-col-content .layout-banner-center-col-content-bottom,.poke-layout-banner .layout-banner-center-col .layout-banner-center-col-content .layout-banner-center-col-content-top,.poke-layout-banner .layout-banner-right-col{display:flex;align-items:center;justify-content:center}.poke-block-body{margin:16px 24px;font-size:16px;font-family:"Inter";cursor:default;-webkit-animation:block-body-in .5s ease-in-out .5s both;animation:block-body-in .5s ease-in-out .5s both}.poke-block-body.is-animating-out{-webkit-animation:block-body-out .5s ease-in-out both;animation:block-body-out .5s ease-in-out both}.poke-block-body.align-center{text-align:center}.poke-block-body.align-right{text-align:right}.poke-block-body.is-in-poke-banner{padding:0;margin:0}.poke-block-body.is-top-block{margin-right:52px}.poke-block-body.is-top-block.align-center,.poke-block-body.is-top-block.align-right{padding-left:28px}.poke-block-body:not(.is-bottom-block){margin-bottom:0}.poke-block-body.is-bottom-block{margin-bottom:24px}.poke-block-body p{margin:0;overflow-wrap:break-word;min-height:var(--poke-block-body-font-size)}.poke-block-body p .a-div{text-decoration:underline;cursor:pointer}.poke-block-body p .a-div:hover{opacity:.6}@-webkit-keyframes block-body-in{0%{opacity:0}to{opacity:1}}@keyframes block-body-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes block-body-out{0%{opacity:1}to{opacity:0}}@keyframes block-body-out{0%{opacity:1}to{opacity:0}}.has-jimo-label .poke-block-stepper{margin-bottom:12px}.poke-block-stepper{position:relative;z-index:1;display:flex;margin:24px;-webkit-animation:block-stepper-in .5s ease-in-out .5s both;animation:block-stepper-in .5s ease-in-out .5s both}.poke-block-stepper.is-animating-out{-webkit-animation:block-stepper-out .5s ease-in-out both;animation:block-stepper-out .5s ease-in-out both}.poke-block-stepper.align-center{justify-content:center}.poke-block-stepper.align-right{justify-content:flex-end}.poke-block-stepper.position-top{padding-bottom:0;margin-bottom:0}.poke-block-stepper:not(.position-top){padding-top:0;margin-top:0}.poke-block-stepper.is-top-block{margin-right:52px}.poke-block-stepper.is-top-block:not(.type-line).align-center,.poke-block-stepper.is-top-block:not(.type-line).align-right{padding-left:28px}.poke-block-stepper .item-step{background-color:var(--blockStepperSecondaryColor);margin-right:16px;transition:all .2s ease-in-out}.poke-block-stepper .item-step.active{background-color:var(--blockStepperPrimaryColor)}.poke-block-stepper.type-dot-line{padding:5px 0}.poke-block-stepper.type-dot-line .item-step{padding:2px;border-radius:4px}.poke-block-stepper.type-dot-line .item-step.active{border-radius:4px;padding:2px 8px}.poke-block-stepper.type-dot .item-step{padding:2px;border-radius:4px}.poke-block-stepper.type-text{font-weight:600}.poke-block-stepper.type-line{padding:5px 0}.poke-block-stepper.type-line .stepper-line{flex:1 1 auto}.poke-block-stepper.type-line .stepper-line .stepper-line-container{height:4px;background:var(--blockStepperSecondaryColor);border-radius:50px;width:100%}.poke-block-stepper.type-line .stepper-line .stepper-line-container div{height:4px!important}@-webkit-keyframes block-stepper-in{0%{opacity:0}to{opacity:1}}@keyframes block-stepper-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes block-stepper-out{0%{opacity:1}to{opacity:0}}@keyframes block-stepper-out{0%{opacity:1}to{opacity:0}}.has-jimo-label .poke-layout-bottom{margin-bottom:0!important}.poke-layout-bottom{flex:0 1;z-index:1}.poke-layout-bottom .jimo-label-wrapper{-webkit-animation:block-jimo-label-in .5s ease-in-out .5s both;animation:block-jimo-label-in .5s ease-in-out .5s both}.poke-layout-bottom .jimo-label-wrapper.is-animating-out{-webkit-animation:block-jimo-label-out .5s ease-in-out both;animation:block-jimo-label-out .5s ease-in-out both}@-webkit-keyframes block-jimo-label-in{0%{opacity:0}to{opacity:1}}@keyframes block-jimo-label-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes block-jimo-label-out{0%{opacity:1}to{opacity:0}}@keyframes block-jimo-label-out{0%{opacity:1}to{opacity:0}}.poke-block-concept{margin:24px 24px 0}.poke-block-concept .concept-thumbnail{position:relative;width:100%;height:250px;background-size:cover;background-position:50%;background-repeat:no-repeat;cursor:pointer}.poke-block-concept .concept-thumbnail:hover .concept-btn-play{background-color:hsla(0,0%,100%,.3);-webkit-animation:unset;animation:unset}.poke-block-concept .concept-thumbnail .concept-thumbnail-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.08)}.poke-block-concept .concept-btn-play{z-index:1;position:absolute;top:50%;left:50%;display:flex;align-items:center;justify-content:center;width:76px;height:76px;transform:translate(-50%,-50%);border-radius:50%;background-color:hsla(0,0%,100%,.2);font-size:20px;transition:all .2s ease-in-out;-webkit-animation:concept-btn-play-pulse 1.5s ease-in-out infinite;animation:concept-btn-play-pulse 1.5s ease-in-out infinite}.poke-block-concept .concept-btn-play i{position:relative;color:#fff}@-webkit-keyframes concept-btn-play-pulse{0%{box-shadow:0 0 0 0 #fff}to{box-shadow:0 0 0 30px transparent}}@keyframes concept-btn-play-pulse{0%{box-shadow:0 0 0 0 #fff}to{box-shadow:0 0 0 30px transparent}}.poke-layout-concept{display:flex;padding:24px;height:100%;position:relative}.poke-layout-concept.is-exiting{-webkit-animation:layout-concept-out .5s ease-in-out forwards;animation:layout-concept-out .5s ease-in-out forwards}.poke-layout-concept .concept-prototype{width:70%;height:100%;background-color:rgba(0,0,0,.9);margin-right:12px;border-radius:12px;overflow:hidden}.poke-layout-concept .concept-sidebar{position:relative;width:30%;height:auto;margin-left:12px;background-color:#fff;border-radius:12px;border:1px solid #e6e6e6;align-self:flex-end;box-shadow:0 4px 10px 10px rgba(0,0,0,.06);overflow:hidden}.poke-layout-concept .concept-sidebar.in-builder{cursor:pointer}.poke-layout-concept .concept-sidebar .poke-layout-bottom{margin-bottom:24px}.poke-layout-concept .concept-sidebar .poke-block-gradient.is-classic{border-radius:12px}.poke-layout-concept .concept-iframe-figma{width:101%;height:101%;opacity:.8}.poke-layout-concept .concept-close{position:absolute;top:32px;right:24px;z-index:1}.poke-layout-concept .concept-close i{padding:12px;border-radius:12px;cursor:pointer;transition:all .1s ease-in-out}.poke-layout-concept .concept-close i:hover{background-color:rgba(0,0,0,.1)}.poke-layout-concept .concept-close i:active{background-color:rgba(0,0,0,.05)}@-webkit-keyframes layout-concept-out{0%{opacity:1}to{opacity:0}}@keyframes layout-concept-out{0%{opacity:1}to{opacity:0}}.poke-block-interview{display:flex;justify-content:space-between;margin:24px 24px 0}.poke-block-interview .btn-interview-book,.poke-block-interview .btn-interview-cancel{padding:12px 18px;transition:all .2s ease-in-out;cursor:pointer}.poke-block-interview .btn-interview-book:hover,.poke-block-interview .btn-interview-cancel:hover{opacity:.8}.poke-block-nps{margin:24px 24px 0}.poke-block-nps.is-animating-out .btn-nps{-webkit-animation:block-nps-out .5s ease-in-out both;animation:block-nps-out .5s ease-in-out both;-webkit-animation-delay:0ms!important;animation-delay:0ms!important}.poke-block-nps .labels-wrapper,.poke-block-nps .nps-wrapper{display:flex;justify-content:space-between}.poke-block-nps .labels-wrapper{font-size:16px;-webkit-animation:block-nps-in .5s ease-in-out .5s both;animation:block-nps-in .5s ease-in-out .5s both}.poke-block-nps .labels-wrapper.is-animating-out{-webkit-animation:block-nps-out .5s ease-in-out both;animation:block-nps-out .5s ease-in-out both}.poke-block-nps .btn-nps{flex:0 0 30px;width:0;border:1px solid rgba(0,0,0,.1);border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.06);background-color:#fff;cursor:pointer;font-weight:700;font-family:"Inter";font-size:20px;margin-bottom:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;-webkit-animation:block-nps-in .5s ease-in-out both;animation:block-nps-in .5s ease-in-out both;-webkit-animation-delay:.5s;animation-delay:.5s}.poke-block-nps .btn-nps:last-child{margin-right:0}.poke-block-nps .btn-nps:hover{background-color:#f8f8f8}.poke-block-nps .btn-nps:active{box-shadow:0 4px 8px transparent}.poke-block-nps .btn-nps:nth-child(2n){-webkit-animation-delay:.8s;animation-delay:.8s}.poke-block-nps .btn-nps:nth-child(3n){-webkit-animation-delay:.9s;animation-delay:.9s}.poke-block-nps .btn-nps:nth-child(4n){-webkit-animation-delay:1s;animation-delay:1s}.poke-block-nps .btn-nps:nth-child(5n){-webkit-animation-delay:1.1s;animation-delay:1.1s}.poke-block-nps .btn-nps:nth-child(6n){-webkit-animation-delay:1.2s;animation-delay:1.2s}.poke-block-nps .btn-nps:nth-child(7n){-webkit-animation-delay:1.3s;animation-delay:1.3s}.poke-block-nps .btn-nps:nth-child(8n){-webkit-animation-delay:1.4s;animation-delay:1.4s}.poke-block-nps .btn-nps:nth-child(9n){-webkit-animation-delay:1.5s;animation-delay:1.5s}.poke-block-nps .btn-nps:nth-child(10n){-webkit-animation-delay:1.6s;animation-delay:1.6s}.poke-block-nps .btn-nps:nth-child(11n){-webkit-animation-delay:1.7s;animation-delay:1.7s}.poke-block-nps .btn-nps:nth-child(12n){-webkit-animation-delay:1.8s;animation-delay:1.8s}.poke-block-nps .btn-nps:nth-child(13n){-webkit-animation-delay:1.9s;animation-delay:1.9s}.poke-block-nps .btn-nps:nth-child(14n){-webkit-animation-delay:2s;animation-delay:2s}.poke-block-nps .btn-nps:nth-child(15n){-webkit-animation-delay:2.1s;animation-delay:2.1s}.poke-block-nps .btn-nps:nth-child(16n){-webkit-animation-delay:2.2s;animation-delay:2.2s}.poke-block-nps .btn-nps:nth-child(17n){-webkit-animation-delay:2.3s;animation-delay:2.3s}.poke-block-nps .btn-nps:nth-child(18n){-webkit-animation-delay:2.4s;animation-delay:2.4s}.poke-block-nps .btn-nps:nth-child(19n){-webkit-animation-delay:2.5s;animation-delay:2.5s}.poke-block-nps .btn-nps:nth-child(20n){-webkit-animation-delay:2.6s;animation-delay:2.6s}.poke-block-nps .btn-nps:nth-child(21n){-webkit-animation-delay:2.7s;animation-delay:2.7s}.poke-block-nps .btn-nps:nth-child(22n){-webkit-animation-delay:2.8s;animation-delay:2.8s}.poke-block-nps .btn-nps:nth-child(23n){-webkit-animation-delay:2.9s;animation-delay:2.9s}.poke-block-nps .btn-nps:nth-child(24n){-webkit-animation-delay:3s;animation-delay:3s}.poke-block-nps .btn-nps:nth-child(25n){-webkit-animation-delay:3.1s;animation-delay:3.1s}.poke-block-nps .btn-nps:nth-child(26n){-webkit-animation-delay:3.2s;animation-delay:3.2s}.poke-block-nps .btn-nps:nth-child(27n){-webkit-animation-delay:3.3s;animation-delay:3.3s}.poke-block-nps .btn-nps:nth-child(28n){-webkit-animation-delay:3.4s;animation-delay:3.4s}.poke-block-nps .btn-nps:nth-child(29n){-webkit-animation-delay:3.5s;animation-delay:3.5s}.poke-block-nps .btn-nps:nth-child(30n){-webkit-animation-delay:3.6s;animation-delay:3.6s}.poke-block-nps .btn-nps:nth-child(31n){-webkit-animation-delay:3.7s;animation-delay:3.7s}.poke-block-nps .btn-nps:nth-child(32n){-webkit-animation-delay:3.8s;animation-delay:3.8s}.poke-block-nps .btn-nps:nth-child(33n){-webkit-animation-delay:3.9s;animation-delay:3.9s}.poke-block-nps .btn-nps:nth-child(34n){-webkit-animation-delay:4s;animation-delay:4s}.poke-block-nps .btn-nps:nth-child(35n){-webkit-animation-delay:4.1s;animation-delay:4.1s}.poke-block-nps .btn-nps:nth-child(36n){-webkit-animation-delay:4.2s;animation-delay:4.2s}.poke-block-nps .btn-nps:nth-child(37n){-webkit-animation-delay:4.3s;animation-delay:4.3s}.poke-block-nps .btn-nps:nth-child(38n){-webkit-animation-delay:4.4s;animation-delay:4.4s}.poke-block-nps .btn-nps:nth-child(39n){-webkit-animation-delay:4.5s;animation-delay:4.5s}.poke-block-nps .btn-nps:nth-child(40n){-webkit-animation-delay:4.6s;animation-delay:4.6s}.poke-block-nps .btn-nps:nth-child(41n){-webkit-animation-delay:4.7s;animation-delay:4.7s}.poke-block-nps .btn-nps:nth-child(42n){-webkit-animation-delay:4.8s;animation-delay:4.8s}.poke-block-nps .btn-nps:nth-child(43n){-webkit-animation-delay:4.9s;animation-delay:4.9s}.poke-block-nps .btn-nps:nth-child(44n){-webkit-animation-delay:5s;animation-delay:5s}.poke-block-nps .btn-nps:nth-child(45n){-webkit-animation-delay:5.1s;animation-delay:5.1s}.poke-block-nps .btn-nps:nth-child(46n){-webkit-animation-delay:5.2s;animation-delay:5.2s}.poke-block-nps .btn-nps:nth-child(47n){-webkit-animation-delay:5.3s;animation-delay:5.3s}.poke-block-nps .btn-nps:nth-child(48n){-webkit-animation-delay:5.4s;animation-delay:5.4s}.poke-block-nps .btn-nps:nth-child(49n){-webkit-animation-delay:5.5s;animation-delay:5.5s}.poke-block-nps .btn-nps:nth-child(50n){-webkit-animation-delay:5.6s;animation-delay:5.6s}.poke-block-nps .btn-nps:nth-child(51n){-webkit-animation-delay:5.7s;animation-delay:5.7s}.poke-block-nps .btn-nps:nth-child(52n){-webkit-animation-delay:5.8s;animation-delay:5.8s}.poke-block-nps .btn-nps:nth-child(53n){-webkit-animation-delay:5.9s;animation-delay:5.9s}.poke-block-nps .btn-nps:nth-child(54n){-webkit-animation-delay:6s;animation-delay:6s}.poke-block-nps .btn-nps:nth-child(55n){-webkit-animation-delay:6.1s;animation-delay:6.1s}.poke-block-nps .btn-nps:nth-child(56n){-webkit-animation-delay:6.2s;animation-delay:6.2s}.poke-block-nps .btn-nps:nth-child(57n){-webkit-animation-delay:6.3s;animation-delay:6.3s}.poke-block-nps .btn-nps:nth-child(58n){-webkit-animation-delay:6.4s;animation-delay:6.4s}.poke-block-nps .btn-nps:nth-child(59n){-webkit-animation-delay:6.5s;animation-delay:6.5s}.poke-block-nps .btn-nps:nth-child(60n){-webkit-animation-delay:6.6s;animation-delay:6.6s}.poke-block-nps .btn-nps:nth-child(61n){-webkit-animation-delay:6.7s;animation-delay:6.7s}.poke-block-nps .btn-nps:nth-child(62n){-webkit-animation-delay:6.8s;animation-delay:6.8s}.poke-block-nps .btn-nps:nth-child(63n){-webkit-animation-delay:6.9s;animation-delay:6.9s}.poke-block-nps .btn-nps:nth-child(64n){-webkit-animation-delay:7s;animation-delay:7s}.poke-block-nps .btn-nps:nth-child(65n){-webkit-animation-delay:7.1s;animation-delay:7.1s}.poke-block-nps .btn-nps:nth-child(66n){-webkit-animation-delay:7.2s;animation-delay:7.2s}.poke-block-nps .btn-nps:nth-child(67n){-webkit-animation-delay:7.3s;animation-delay:7.3s}.poke-block-nps .btn-nps:nth-child(68n){-webkit-animation-delay:7.4s;animation-delay:7.4s}.poke-block-nps .btn-nps:nth-child(69n){-webkit-animation-delay:7.5s;animation-delay:7.5s}.poke-block-nps .btn-nps:nth-child(70n){-webkit-animation-delay:7.6s;animation-delay:7.6s}.poke-block-nps .btn-nps:nth-child(71n){-webkit-animation-delay:7.7s;animation-delay:7.7s}.poke-block-nps .btn-nps:nth-child(72n){-webkit-animation-delay:7.8s;animation-delay:7.8s}.poke-block-nps .btn-nps:nth-child(73n){-webkit-animation-delay:7.9s;animation-delay:7.9s}.poke-block-nps .btn-nps:nth-child(74n){-webkit-animation-delay:8s;animation-delay:8s}.poke-block-nps .btn-nps:nth-child(75n){-webkit-animation-delay:8.1s;animation-delay:8.1s}.poke-block-nps .btn-nps:nth-child(76n){-webkit-animation-delay:8.2s;animation-delay:8.2s}.poke-block-nps .btn-nps:nth-child(77n){-webkit-animation-delay:8.3s;animation-delay:8.3s}.poke-block-nps .btn-nps:nth-child(78n){-webkit-animation-delay:8.4s;animation-delay:8.4s}.poke-block-nps .btn-nps:nth-child(79n){-webkit-animation-delay:8.5s;animation-delay:8.5s}.poke-block-nps .btn-nps:nth-child(80n){-webkit-animation-delay:8.6s;animation-delay:8.6s}.poke-block-nps .btn-nps:nth-child(81n){-webkit-animation-delay:8.7s;animation-delay:8.7s}.poke-block-nps .btn-nps:nth-child(82n){-webkit-animation-delay:8.8s;animation-delay:8.8s}.poke-block-nps .btn-nps:nth-child(83n){-webkit-animation-delay:8.9s;animation-delay:8.9s}.poke-block-nps .btn-nps:nth-child(84n){-webkit-animation-delay:9s;animation-delay:9s}.poke-block-nps .btn-nps:nth-child(85n){-webkit-animation-delay:9.1s;animation-delay:9.1s}.poke-block-nps .btn-nps:nth-child(86n){-webkit-animation-delay:9.2s;animation-delay:9.2s}.poke-block-nps .btn-nps:nth-child(87n){-webkit-animation-delay:9.3s;animation-delay:9.3s}.poke-block-nps .btn-nps:nth-child(88n){-webkit-animation-delay:9.4s;animation-delay:9.4s}.poke-block-nps .btn-nps:nth-child(89n){-webkit-animation-delay:9.5s;animation-delay:9.5s}.poke-block-nps .btn-nps:nth-child(90n){-webkit-animation-delay:9.6s;animation-delay:9.6s}.poke-block-nps .btn-nps:nth-child(91n){-webkit-animation-delay:9.7s;animation-delay:9.7s}.poke-block-nps .btn-nps:nth-child(92n){-webkit-animation-delay:9.8s;animation-delay:9.8s}.poke-block-nps .btn-nps:nth-child(93n){-webkit-animation-delay:9.9s;animation-delay:9.9s}.poke-block-nps .btn-nps:nth-child(94n){-webkit-animation-delay:10s;animation-delay:10s}.poke-block-nps .btn-nps:nth-child(95n){-webkit-animation-delay:10.1s;animation-delay:10.1s}.poke-block-nps .btn-nps:nth-child(96n){-webkit-animation-delay:10.2s;animation-delay:10.2s}.poke-block-nps .btn-nps:nth-child(97n){-webkit-animation-delay:10.3s;animation-delay:10.3s}.poke-block-nps .btn-nps:nth-child(98n){-webkit-animation-delay:10.4s;animation-delay:10.4s}.poke-block-nps .btn-nps:nth-child(99n){-webkit-animation-delay:10.5s;animation-delay:10.5s}.poke-block-nps .btn-nps:nth-child(100n){-webkit-animation-delay:10.6s;animation-delay:10.6s}.poke-block-nps .btn-nps:nth-child(101n){-webkit-animation-delay:10.7s;animation-delay:10.7s}.poke-block-nps .btn-nps:nth-child(102n){-webkit-animation-delay:10.8s;animation-delay:10.8s}.poke-block-nps .btn-nps:nth-child(103n){-webkit-animation-delay:10.9s;animation-delay:10.9s}.poke-block-nps .btn-nps:nth-child(104n){-webkit-animation-delay:11s;animation-delay:11s}.poke-block-nps .btn-nps:nth-child(105n){-webkit-animation-delay:11.1s;animation-delay:11.1s}.poke-block-nps .btn-nps:nth-child(106n){-webkit-animation-delay:11.2s;animation-delay:11.2s}.poke-block-nps .btn-nps:nth-child(107n){-webkit-animation-delay:11.3s;animation-delay:11.3s}.poke-block-nps .btn-nps:nth-child(108n){-webkit-animation-delay:11.4s;animation-delay:11.4s}.poke-block-nps .btn-nps:nth-child(109n){-webkit-animation-delay:11.5s;animation-delay:11.5s}.poke-block-nps .btn-nps:nth-child(110n){-webkit-animation-delay:11.6s;animation-delay:11.6s}.poke-block-nps .btn-nps:nth-child(111n){-webkit-animation-delay:11.7s;animation-delay:11.7s}.poke-block-nps .btn-nps:nth-child(112n){-webkit-animation-delay:11.8s;animation-delay:11.8s}.poke-block-nps .btn-nps:nth-child(113n){-webkit-animation-delay:11.9s;animation-delay:11.9s}.poke-block-nps .btn-nps:nth-child(114n){-webkit-animation-delay:12s;animation-delay:12s}.poke-block-nps .btn-nps:nth-child(115n){-webkit-animation-delay:12.1s;animation-delay:12.1s}.poke-block-nps .btn-nps:nth-child(116n){-webkit-animation-delay:12.2s;animation-delay:12.2s}.poke-block-nps .btn-nps:nth-child(117n){-webkit-animation-delay:12.3s;animation-delay:12.3s}.poke-block-nps .btn-nps:nth-child(118n){-webkit-animation-delay:12.4s;animation-delay:12.4s}.poke-block-nps .btn-nps:nth-child(119n){-webkit-animation-delay:12.5s;animation-delay:12.5s}.poke-block-nps .btn-nps:nth-child(120n){-webkit-animation-delay:12.6s;animation-delay:12.6s}.poke-block-nps .btn-nps:nth-child(121n){-webkit-animation-delay:12.7s;animation-delay:12.7s}.poke-block-nps .btn-nps:nth-child(122n){-webkit-animation-delay:12.8s;animation-delay:12.8s}.poke-block-nps .btn-nps:nth-child(123n){-webkit-animation-delay:12.9s;animation-delay:12.9s}.poke-block-nps .btn-nps:nth-child(124n){-webkit-animation-delay:13s;animation-delay:13s}.poke-block-nps .btn-nps:nth-child(125n){-webkit-animation-delay:13.1s;animation-delay:13.1s}.poke-block-nps .btn-nps:nth-child(126n){-webkit-animation-delay:13.2s;animation-delay:13.2s}.poke-block-nps .btn-nps:nth-child(127n){-webkit-animation-delay:13.3s;animation-delay:13.3s}.poke-block-nps .btn-nps:nth-child(128n){-webkit-animation-delay:13.4s;animation-delay:13.4s}.poke-block-nps .btn-nps:nth-child(129n){-webkit-animation-delay:13.5s;animation-delay:13.5s}.poke-block-nps .btn-nps:nth-child(130n){-webkit-animation-delay:13.6s;animation-delay:13.6s}.poke-block-nps .btn-nps:nth-child(131n){-webkit-animation-delay:13.7s;animation-delay:13.7s}.poke-block-nps .btn-nps:nth-child(132n){-webkit-animation-delay:13.8s;animation-delay:13.8s}.poke-block-nps .btn-nps:nth-child(133n){-webkit-animation-delay:13.9s;animation-delay:13.9s}.poke-block-nps .btn-nps:nth-child(134n){-webkit-animation-delay:14s;animation-delay:14s}.poke-block-nps .btn-nps:nth-child(135n){-webkit-animation-delay:14.1s;animation-delay:14.1s}.poke-block-nps .btn-nps:nth-child(136n){-webkit-animation-delay:14.2s;animation-delay:14.2s}.poke-block-nps .btn-nps:nth-child(137n){-webkit-animation-delay:14.3s;animation-delay:14.3s}.poke-block-nps .btn-nps:nth-child(138n){-webkit-animation-delay:14.4s;animation-delay:14.4s}.poke-block-nps .btn-nps:nth-child(139n){-webkit-animation-delay:14.5s;animation-delay:14.5s}.poke-block-nps .btn-nps:nth-child(140n){-webkit-animation-delay:14.6s;animation-delay:14.6s}.poke-block-nps .btn-nps:nth-child(141n){-webkit-animation-delay:14.7s;animation-delay:14.7s}.poke-block-nps .btn-nps:nth-child(142n){-webkit-animation-delay:14.8s;animation-delay:14.8s}.poke-block-nps .btn-nps:nth-child(143n){-webkit-animation-delay:14.9s;animation-delay:14.9s}.poke-block-nps .btn-nps:nth-child(144n){-webkit-animation-delay:15s;animation-delay:15s}.poke-block-nps .btn-nps:nth-child(145n){-webkit-animation-delay:15.1s;animation-delay:15.1s}.poke-block-nps .btn-nps:nth-child(146n){-webkit-animation-delay:15.2s;animation-delay:15.2s}.poke-block-nps .btn-nps:nth-child(147n){-webkit-animation-delay:15.3s;animation-delay:15.3s}.poke-block-nps .btn-nps:nth-child(148n){-webkit-animation-delay:15.4s;animation-delay:15.4s}.poke-block-nps .btn-nps:nth-child(149n){-webkit-animation-delay:15.5s;animation-delay:15.5s}.poke-block-nps .btn-nps:nth-child(150n){-webkit-animation-delay:15.6s;animation-delay:15.6s}.poke-block-nps .btn-nps:nth-child(151n){-webkit-animation-delay:15.7s;animation-delay:15.7s}.poke-block-nps .btn-nps:nth-child(152n){-webkit-animation-delay:15.8s;animation-delay:15.8s}.poke-block-nps .btn-nps:nth-child(153n){-webkit-animation-delay:15.9s;animation-delay:15.9s}.poke-block-nps .btn-nps:nth-child(154n){-webkit-animation-delay:16s;animation-delay:16s}.poke-block-nps .btn-nps:nth-child(155n){-webkit-animation-delay:16.1s;animation-delay:16.1s}.poke-block-nps .btn-nps:nth-child(156n){-webkit-animation-delay:16.2s;animation-delay:16.2s}.poke-block-nps .btn-nps:nth-child(157n){-webkit-animation-delay:16.3s;animation-delay:16.3s}.poke-block-nps .btn-nps:nth-child(158n){-webkit-animation-delay:16.4s;animation-delay:16.4s}.poke-block-nps .btn-nps:nth-child(159n){-webkit-animation-delay:16.5s;animation-delay:16.5s}.poke-block-nps .btn-nps:nth-child(160n){-webkit-animation-delay:16.6s;animation-delay:16.6s}.poke-block-nps .btn-nps:nth-child(161n){-webkit-animation-delay:16.7s;animation-delay:16.7s}.poke-block-nps .btn-nps:nth-child(162n){-webkit-animation-delay:16.8s;animation-delay:16.8s}.poke-block-nps .btn-nps:nth-child(163n){-webkit-animation-delay:16.9s;animation-delay:16.9s}.poke-block-nps .btn-nps:nth-child(164n){-webkit-animation-delay:17s;animation-delay:17s}.poke-block-nps .btn-nps:nth-child(165n){-webkit-animation-delay:17.1s;animation-delay:17.1s}.poke-block-nps .btn-nps:nth-child(166n){-webkit-animation-delay:17.2s;animation-delay:17.2s}.poke-block-nps .btn-nps:nth-child(167n){-webkit-animation-delay:17.3s;animation-delay:17.3s}.poke-block-nps .btn-nps:nth-child(168n){-webkit-animation-delay:17.4s;animation-delay:17.4s}.poke-block-nps .btn-nps:nth-child(169n){-webkit-animation-delay:17.5s;animation-delay:17.5s}.poke-block-nps .btn-nps:nth-child(170n){-webkit-animation-delay:17.6s;animation-delay:17.6s}.poke-block-nps .btn-nps:nth-child(171n){-webkit-animation-delay:17.7s;animation-delay:17.7s}.poke-block-nps .btn-nps:nth-child(172n){-webkit-animation-delay:17.8s;animation-delay:17.8s}.poke-block-nps .btn-nps:nth-child(173n){-webkit-animation-delay:17.9s;animation-delay:17.9s}.poke-block-nps .btn-nps:nth-child(174n){-webkit-animation-delay:18s;animation-delay:18s}.poke-block-nps .btn-nps:nth-child(175n){-webkit-animation-delay:18.1s;animation-delay:18.1s}.poke-block-nps .btn-nps:nth-child(176n){-webkit-animation-delay:18.2s;animation-delay:18.2s}.poke-block-nps .btn-nps:nth-child(177n){-webkit-animation-delay:18.3s;animation-delay:18.3s}.poke-block-nps .btn-nps:nth-child(178n){-webkit-animation-delay:18.4s;animation-delay:18.4s}.poke-block-nps .btn-nps:nth-child(179n){-webkit-animation-delay:18.5s;animation-delay:18.5s}.poke-block-nps .btn-nps:nth-child(180n){-webkit-animation-delay:18.6s;animation-delay:18.6s}.poke-block-nps .btn-nps:nth-child(181n){-webkit-animation-delay:18.7s;animation-delay:18.7s}.poke-block-nps .btn-nps:nth-child(182n){-webkit-animation-delay:18.8s;animation-delay:18.8s}.poke-block-nps .btn-nps:nth-child(183n){-webkit-animation-delay:18.9s;animation-delay:18.9s}.poke-block-nps .btn-nps:nth-child(184n){-webkit-animation-delay:19s;animation-delay:19s}.poke-block-nps .btn-nps:nth-child(185n){-webkit-animation-delay:19.1s;animation-delay:19.1s}.poke-block-nps .btn-nps:nth-child(186n){-webkit-animation-delay:19.2s;animation-delay:19.2s}.poke-block-nps .btn-nps:nth-child(187n){-webkit-animation-delay:19.3s;animation-delay:19.3s}.poke-block-nps .btn-nps:nth-child(188n){-webkit-animation-delay:19.4s;animation-delay:19.4s}.poke-block-nps .btn-nps:nth-child(189n){-webkit-animation-delay:19.5s;animation-delay:19.5s}.poke-block-nps .btn-nps:nth-child(190n){-webkit-animation-delay:19.6s;animation-delay:19.6s}.poke-block-nps .btn-nps:nth-child(191n){-webkit-animation-delay:19.7s;animation-delay:19.7s}.poke-block-nps .btn-nps:nth-child(192n){-webkit-animation-delay:19.8s;animation-delay:19.8s}.poke-block-nps .btn-nps:nth-child(193n){-webkit-animation-delay:19.9s;animation-delay:19.9s}.poke-block-nps .btn-nps:nth-child(194n){-webkit-animation-delay:20s;animation-delay:20s}.poke-block-nps .btn-nps:nth-child(195n){-webkit-animation-delay:20.1s;animation-delay:20.1s}.poke-block-nps .btn-nps:nth-child(196n){-webkit-animation-delay:20.2s;animation-delay:20.2s}.poke-block-nps .btn-nps:nth-child(197n){-webkit-animation-delay:20.3s;animation-delay:20.3s}.poke-block-nps .btn-nps:nth-child(198n){-webkit-animation-delay:20.4s;animation-delay:20.4s}.poke-block-nps .btn-nps:nth-child(199n){-webkit-animation-delay:20.5s;animation-delay:20.5s}.poke-block-nps .btn-nps:nth-child(200n){-webkit-animation-delay:20.6s;animation-delay:20.6s}.poke-block-nps .btn-nps:nth-child(201n){-webkit-animation-delay:20.7s;animation-delay:20.7s}.poke-block-nps .btn-nps:nth-child(202n){-webkit-animation-delay:20.8s;animation-delay:20.8s}.poke-block-nps .btn-nps:nth-child(203n){-webkit-animation-delay:20.9s;animation-delay:20.9s}.poke-block-nps .btn-nps:nth-child(204n){-webkit-animation-delay:21s;animation-delay:21s}.poke-block-nps .btn-nps:nth-child(205n){-webkit-animation-delay:21.1s;animation-delay:21.1s}.poke-block-nps .btn-nps:nth-child(206n){-webkit-animation-delay:21.2s;animation-delay:21.2s}.poke-block-nps .btn-nps:nth-child(207n){-webkit-animation-delay:21.3s;animation-delay:21.3s}.poke-block-nps .btn-nps:nth-child(208n){-webkit-animation-delay:21.4s;animation-delay:21.4s}.poke-block-nps .btn-nps:nth-child(209n){-webkit-animation-delay:21.5s;animation-delay:21.5s}.poke-block-nps .btn-nps:nth-child(210n){-webkit-animation-delay:21.6s;animation-delay:21.6s}.poke-block-nps .btn-nps:nth-child(211n){-webkit-animation-delay:21.7s;animation-delay:21.7s}.poke-block-nps .btn-nps:nth-child(212n){-webkit-animation-delay:21.8s;animation-delay:21.8s}.poke-block-nps .btn-nps:nth-child(213n){-webkit-animation-delay:21.9s;animation-delay:21.9s}.poke-block-nps .btn-nps:nth-child(214n){-webkit-animation-delay:22s;animation-delay:22s}.poke-block-nps .btn-nps:nth-child(215n){-webkit-animation-delay:22.1s;animation-delay:22.1s}.poke-block-nps .btn-nps:nth-child(216n){-webkit-animation-delay:22.2s;animation-delay:22.2s}.poke-block-nps .btn-nps:nth-child(217n){-webkit-animation-delay:22.3s;animation-delay:22.3s}.poke-block-nps .btn-nps:nth-child(218n){-webkit-animation-delay:22.4s;animation-delay:22.4s}.poke-block-nps .btn-nps:nth-child(219n){-webkit-animation-delay:22.5s;animation-delay:22.5s}.poke-block-nps .btn-nps:nth-child(220n){-webkit-animation-delay:22.6s;animation-delay:22.6s}.poke-block-nps .btn-nps:nth-child(221n){-webkit-animation-delay:22.7s;animation-delay:22.7s}.poke-block-nps .btn-nps:nth-child(222n){-webkit-animation-delay:22.8s;animation-delay:22.8s}.poke-block-nps .btn-nps:nth-child(223n){-webkit-animation-delay:22.9s;animation-delay:22.9s}.poke-block-nps .btn-nps:nth-child(224n){-webkit-animation-delay:23s;animation-delay:23s}.poke-block-nps .btn-nps:nth-child(225n){-webkit-animation-delay:23.1s;animation-delay:23.1s}.poke-block-nps .btn-nps:nth-child(226n){-webkit-animation-delay:23.2s;animation-delay:23.2s}.poke-block-nps .btn-nps:nth-child(227n){-webkit-animation-delay:23.3s;animation-delay:23.3s}.poke-block-nps .btn-nps:nth-child(228n){-webkit-animation-delay:23.4s;animation-delay:23.4s}.poke-block-nps .btn-nps:nth-child(229n){-webkit-animation-delay:23.5s;animation-delay:23.5s}.poke-block-nps .btn-nps:nth-child(230n){-webkit-animation-delay:23.6s;animation-delay:23.6s}.poke-block-nps .btn-nps:nth-child(231n){-webkit-animation-delay:23.7s;animation-delay:23.7s}.poke-block-nps .btn-nps:nth-child(232n){-webkit-animation-delay:23.8s;animation-delay:23.8s}.poke-block-nps .btn-nps:nth-child(233n){-webkit-animation-delay:23.9s;animation-delay:23.9s}.poke-block-nps .btn-nps:nth-child(234n){-webkit-animation-delay:24s;animation-delay:24s}.poke-block-nps .btn-nps:nth-child(235n){-webkit-animation-delay:24.1s;animation-delay:24.1s}.poke-block-nps .btn-nps:nth-child(236n){-webkit-animation-delay:24.2s;animation-delay:24.2s}.poke-block-nps .btn-nps:nth-child(237n){-webkit-animation-delay:24.3s;animation-delay:24.3s}.poke-block-nps .btn-nps:nth-child(238n){-webkit-animation-delay:24.4s;animation-delay:24.4s}.poke-block-nps .btn-nps:nth-child(239n){-webkit-animation-delay:24.5s;animation-delay:24.5s}.poke-block-nps .btn-nps:nth-child(240n){-webkit-animation-delay:24.6s;animation-delay:24.6s}.poke-block-nps .btn-nps:nth-child(241n){-webkit-animation-delay:24.7s;animation-delay:24.7s}.poke-block-nps .btn-nps:nth-child(242n){-webkit-animation-delay:24.8s;animation-delay:24.8s}.poke-block-nps .btn-nps:nth-child(243n){-webkit-animation-delay:24.9s;animation-delay:24.9s}.poke-block-nps .btn-nps:nth-child(244n){-webkit-animation-delay:25s;animation-delay:25s}.poke-block-nps .btn-nps:nth-child(245n){-webkit-animation-delay:25.1s;animation-delay:25.1s}.poke-block-nps .btn-nps:nth-child(246n){-webkit-animation-delay:25.2s;animation-delay:25.2s}.poke-block-nps .btn-nps:nth-child(247n){-webkit-animation-delay:25.3s;animation-delay:25.3s}.poke-block-nps .btn-nps:nth-child(248n){-webkit-animation-delay:25.4s;animation-delay:25.4s}.poke-block-nps .btn-nps:nth-child(249n){-webkit-animation-delay:25.5s;animation-delay:25.5s}.poke-block-nps .btn-nps:nth-child(250n){-webkit-animation-delay:25.6s;animation-delay:25.6s}.poke-block-nps .btn-nps:nth-child(251n){-webkit-animation-delay:25.7s;animation-delay:25.7s}.poke-block-nps .btn-nps:nth-child(252n){-webkit-animation-delay:25.8s;animation-delay:25.8s}.poke-block-nps .btn-nps:nth-child(253n){-webkit-animation-delay:25.9s;animation-delay:25.9s}.poke-block-nps .btn-nps:nth-child(254n){-webkit-animation-delay:26s;animation-delay:26s}.poke-block-nps .btn-nps:nth-child(255n){-webkit-animation-delay:26.1s;animation-delay:26.1s}.poke-block-nps .btn-nps:nth-child(256n){-webkit-animation-delay:26.2s;animation-delay:26.2s}.poke-block-nps .btn-nps:nth-child(257n){-webkit-animation-delay:26.3s;animation-delay:26.3s}.poke-block-nps .btn-nps:nth-child(258n){-webkit-animation-delay:26.4s;animation-delay:26.4s}.poke-block-nps .btn-nps:nth-child(259n){-webkit-animation-delay:26.5s;animation-delay:26.5s}.poke-block-nps .btn-nps:nth-child(260n){-webkit-animation-delay:26.6s;animation-delay:26.6s}.poke-block-nps .btn-nps:nth-child(261n){-webkit-animation-delay:26.7s;animation-delay:26.7s}.poke-block-nps .btn-nps:nth-child(262n){-webkit-animation-delay:26.8s;animation-delay:26.8s}.poke-block-nps .btn-nps:nth-child(263n){-webkit-animation-delay:26.9s;animation-delay:26.9s}.poke-block-nps .btn-nps:nth-child(264n){-webkit-animation-delay:27s;animation-delay:27s}.poke-block-nps .btn-nps:nth-child(265n){-webkit-animation-delay:27.1s;animation-delay:27.1s}.poke-block-nps .btn-nps:nth-child(266n){-webkit-animation-delay:27.2s;animation-delay:27.2s}.poke-block-nps .btn-nps:nth-child(267n){-webkit-animation-delay:27.3s;animation-delay:27.3s}.poke-block-nps .btn-nps:nth-child(268n){-webkit-animation-delay:27.4s;animation-delay:27.4s}.poke-block-nps .btn-nps:nth-child(269n){-webkit-animation-delay:27.5s;animation-delay:27.5s}.poke-block-nps .btn-nps:nth-child(270n){-webkit-animation-delay:27.6s;animation-delay:27.6s}.poke-block-nps .btn-nps:nth-child(271n){-webkit-animation-delay:27.7s;animation-delay:27.7s}.poke-block-nps .btn-nps:nth-child(272n){-webkit-animation-delay:27.8s;animation-delay:27.8s}.poke-block-nps .btn-nps:nth-child(273n){-webkit-animation-delay:27.9s;animation-delay:27.9s}.poke-block-nps .btn-nps:nth-child(274n){-webkit-animation-delay:28s;animation-delay:28s}.poke-block-nps .btn-nps:nth-child(275n){-webkit-animation-delay:28.1s;animation-delay:28.1s}.poke-block-nps .btn-nps:nth-child(276n){-webkit-animation-delay:28.2s;animation-delay:28.2s}.poke-block-nps .btn-nps:nth-child(277n){-webkit-animation-delay:28.3s;animation-delay:28.3s}.poke-block-nps .btn-nps:nth-child(278n){-webkit-animation-delay:28.4s;animation-delay:28.4s}.poke-block-nps .btn-nps:nth-child(279n){-webkit-animation-delay:28.5s;animation-delay:28.5s}.poke-block-nps .btn-nps:nth-child(280n){-webkit-animation-delay:28.6s;animation-delay:28.6s}.poke-block-nps .btn-nps:nth-child(281n){-webkit-animation-delay:28.7s;animation-delay:28.7s}.poke-block-nps .btn-nps:nth-child(282n){-webkit-animation-delay:28.8s;animation-delay:28.8s}.poke-block-nps .btn-nps:nth-child(283n){-webkit-animation-delay:28.9s;animation-delay:28.9s}.poke-block-nps .btn-nps:nth-child(284n){-webkit-animation-delay:29s;animation-delay:29s}.poke-block-nps .btn-nps:nth-child(285n){-webkit-animation-delay:29.1s;animation-delay:29.1s}.poke-block-nps .btn-nps:nth-child(286n){-webkit-animation-delay:29.2s;animation-delay:29.2s}.poke-block-nps .btn-nps:nth-child(287n){-webkit-animation-delay:29.3s;animation-delay:29.3s}.poke-block-nps .btn-nps:nth-child(288n){-webkit-animation-delay:29.4s;animation-delay:29.4s}.poke-block-nps .btn-nps:nth-child(289n){-webkit-animation-delay:29.5s;animation-delay:29.5s}.poke-block-nps .btn-nps:nth-child(290n){-webkit-animation-delay:29.6s;animation-delay:29.6s}.poke-block-nps .btn-nps:nth-child(291n){-webkit-animation-delay:29.7s;animation-delay:29.7s}.poke-block-nps .btn-nps:nth-child(292n){-webkit-animation-delay:29.8s;animation-delay:29.8s}.poke-block-nps .btn-nps:nth-child(293n){-webkit-animation-delay:29.9s;animation-delay:29.9s}.poke-block-nps .btn-nps:nth-child(294n){-webkit-animation-delay:30s;animation-delay:30s}.poke-block-nps .btn-nps:nth-child(295n){-webkit-animation-delay:30.1s;animation-delay:30.1s}.poke-block-nps .btn-nps:nth-child(296n){-webkit-animation-delay:30.2s;animation-delay:30.2s}.poke-block-nps .btn-nps:nth-child(297n){-webkit-animation-delay:30.3s;animation-delay:30.3s}.poke-block-nps .btn-nps:nth-child(298n){-webkit-animation-delay:30.4s;animation-delay:30.4s}.poke-block-nps .btn-nps:nth-child(299n){-webkit-animation-delay:30.5s;animation-delay:30.5s}.poke-block-nps .btn-nps:nth-child(300n){-webkit-animation-delay:30.6s;animation-delay:30.6s}.poke-block-nps .btn-nps:nth-child(301n){-webkit-animation-delay:30.7s;animation-delay:30.7s}.poke-block-nps .btn-nps:nth-child(302n){-webkit-animation-delay:30.8s;animation-delay:30.8s}.poke-block-nps .btn-nps:nth-child(303n){-webkit-animation-delay:30.9s;animation-delay:30.9s}.poke-block-nps .btn-nps:nth-child(304n){-webkit-animation-delay:31s;animation-delay:31s}.poke-block-nps .btn-nps:nth-child(305n){-webkit-animation-delay:31.1s;animation-delay:31.1s}.poke-block-nps .btn-nps:nth-child(306n){-webkit-animation-delay:31.2s;animation-delay:31.2s}.poke-block-nps .btn-nps:nth-child(307n){-webkit-animation-delay:31.3s;animation-delay:31.3s}.poke-block-nps .btn-nps:nth-child(308n){-webkit-animation-delay:31.4s;animation-delay:31.4s}.poke-block-nps .btn-nps:nth-child(309n){-webkit-animation-delay:31.5s;animation-delay:31.5s}.poke-block-nps .btn-nps:nth-child(310n){-webkit-animation-delay:31.6s;animation-delay:31.6s}.poke-block-nps .btn-nps:nth-child(311n){-webkit-animation-delay:31.7s;animation-delay:31.7s}.poke-block-nps .btn-nps:nth-child(312n){-webkit-animation-delay:31.8s;animation-delay:31.8s}.poke-block-nps .btn-nps:nth-child(313n){-webkit-animation-delay:31.9s;animation-delay:31.9s}.poke-block-nps .btn-nps:nth-child(314n){-webkit-animation-delay:32s;animation-delay:32s}.poke-block-nps .btn-nps:nth-child(315n){-webkit-animation-delay:32.1s;animation-delay:32.1s}.poke-block-nps .btn-nps:nth-child(316n){-webkit-animation-delay:32.2s;animation-delay:32.2s}.poke-block-nps .btn-nps:nth-child(317n){-webkit-animation-delay:32.3s;animation-delay:32.3s}.poke-block-nps .btn-nps:nth-child(318n){-webkit-animation-delay:32.4s;animation-delay:32.4s}.poke-block-nps .btn-nps:nth-child(319n){-webkit-animation-delay:32.5s;animation-delay:32.5s}.poke-block-nps .btn-nps:nth-child(320n){-webkit-animation-delay:32.6s;animation-delay:32.6s}.poke-block-nps .btn-nps:nth-child(321n){-webkit-animation-delay:32.7s;animation-delay:32.7s}.poke-block-nps .btn-nps:nth-child(322n){-webkit-animation-delay:32.8s;animation-delay:32.8s}.poke-block-nps .btn-nps:nth-child(323n){-webkit-animation-delay:32.9s;animation-delay:32.9s}.poke-block-nps .btn-nps:nth-child(324n){-webkit-animation-delay:33s;animation-delay:33s}.poke-block-nps .btn-nps:nth-child(325n){-webkit-animation-delay:33.1s;animation-delay:33.1s}.poke-block-nps .btn-nps:nth-child(326n){-webkit-animation-delay:33.2s;animation-delay:33.2s}.poke-block-nps .btn-nps:nth-child(327n){-webkit-animation-delay:33.3s;animation-delay:33.3s}.poke-block-nps .btn-nps:nth-child(328n){-webkit-animation-delay:33.4s;animation-delay:33.4s}.poke-block-nps .btn-nps:nth-child(329n){-webkit-animation-delay:33.5s;animation-delay:33.5s}.poke-block-nps .btn-nps:nth-child(330n){-webkit-animation-delay:33.6s;animation-delay:33.6s}.poke-block-nps .btn-nps:nth-child(331n){-webkit-animation-delay:33.7s;animation-delay:33.7s}.poke-block-nps .btn-nps:nth-child(332n){-webkit-animation-delay:33.8s;animation-delay:33.8s}.poke-block-nps .btn-nps:nth-child(333n){-webkit-animation-delay:33.9s;animation-delay:33.9s}.poke-block-nps .btn-nps:nth-child(334n){-webkit-animation-delay:34s;animation-delay:34s}.poke-block-nps .btn-nps:nth-child(335n){-webkit-animation-delay:34.1s;animation-delay:34.1s}.poke-block-nps .btn-nps:nth-child(336n){-webkit-animation-delay:34.2s;animation-delay:34.2s}.poke-block-nps .btn-nps:nth-child(337n){-webkit-animation-delay:34.3s;animation-delay:34.3s}.poke-block-nps .btn-nps:nth-child(338n){-webkit-animation-delay:34.4s;animation-delay:34.4s}.poke-block-nps .btn-nps:nth-child(339n){-webkit-animation-delay:34.5s;animation-delay:34.5s}.poke-block-nps .btn-nps:nth-child(340n){-webkit-animation-delay:34.6s;animation-delay:34.6s}.poke-block-nps .btn-nps:nth-child(341n){-webkit-animation-delay:34.7s;animation-delay:34.7s}.poke-block-nps .btn-nps:nth-child(342n){-webkit-animation-delay:34.8s;animation-delay:34.8s}.poke-block-nps .btn-nps:nth-child(343n){-webkit-animation-delay:34.9s;animation-delay:34.9s}.poke-block-nps .btn-nps:nth-child(344n){-webkit-animation-delay:35s;animation-delay:35s}.poke-block-nps .btn-nps:nth-child(345n){-webkit-animation-delay:35.1s;animation-delay:35.1s}.poke-block-nps .btn-nps:nth-child(346n){-webkit-animation-delay:35.2s;animation-delay:35.2s}.poke-block-nps .btn-nps:nth-child(347n){-webkit-animation-delay:35.3s;animation-delay:35.3s}.poke-block-nps .btn-nps:nth-child(348n){-webkit-animation-delay:35.4s;animation-delay:35.4s}.poke-block-nps .btn-nps:nth-child(349n){-webkit-animation-delay:35.5s;animation-delay:35.5s}.poke-block-nps .btn-nps:nth-child(350n){-webkit-animation-delay:35.6s;animation-delay:35.6s}.poke-block-nps .btn-nps:nth-child(351n){-webkit-animation-delay:35.7s;animation-delay:35.7s}.poke-block-nps .btn-nps:nth-child(352n){-webkit-animation-delay:35.8s;animation-delay:35.8s}.poke-block-nps .btn-nps:nth-child(353n){-webkit-animation-delay:35.9s;animation-delay:35.9s}.poke-block-nps .btn-nps:nth-child(354n){-webkit-animation-delay:36s;animation-delay:36s}.poke-block-nps .btn-nps:nth-child(355n){-webkit-animation-delay:36.1s;animation-delay:36.1s}.poke-block-nps .btn-nps:nth-child(356n){-webkit-animation-delay:36.2s;animation-delay:36.2s}.poke-block-nps .btn-nps:nth-child(357n){-webkit-animation-delay:36.3s;animation-delay:36.3s}.poke-block-nps .btn-nps:nth-child(358n){-webkit-animation-delay:36.4s;animation-delay:36.4s}.poke-block-nps .btn-nps:nth-child(359n){-webkit-animation-delay:36.5s;animation-delay:36.5s}.poke-block-nps .btn-nps:nth-child(360n){-webkit-animation-delay:36.6s;animation-delay:36.6s}.poke-block-nps .btn-nps:nth-child(361n){-webkit-animation-delay:36.7s;animation-delay:36.7s}.poke-block-nps .btn-nps:nth-child(362n){-webkit-animation-delay:36.8s;animation-delay:36.8s}.poke-block-nps .btn-nps:nth-child(363n){-webkit-animation-delay:36.9s;animation-delay:36.9s}.poke-block-nps .btn-nps:nth-child(364n){-webkit-animation-delay:37s;animation-delay:37s}.poke-block-nps .btn-nps:nth-child(365n){-webkit-animation-delay:37.1s;animation-delay:37.1s}.poke-block-nps .btn-nps:nth-child(366n){-webkit-animation-delay:37.2s;animation-delay:37.2s}.poke-block-nps .btn-nps:nth-child(367n){-webkit-animation-delay:37.3s;animation-delay:37.3s}.poke-block-nps .btn-nps:nth-child(368n){-webkit-animation-delay:37.4s;animation-delay:37.4s}.poke-block-nps .btn-nps:nth-child(369n){-webkit-animation-delay:37.5s;animation-delay:37.5s}.poke-block-nps .btn-nps:nth-child(370n){-webkit-animation-delay:37.6s;animation-delay:37.6s}.poke-block-nps .btn-nps:nth-child(371n){-webkit-animation-delay:37.7s;animation-delay:37.7s}.poke-block-nps .btn-nps:nth-child(372n){-webkit-animation-delay:37.8s;animation-delay:37.8s}.poke-block-nps .btn-nps:nth-child(373n){-webkit-animation-delay:37.9s;animation-delay:37.9s}.poke-block-nps .btn-nps:nth-child(374n){-webkit-animation-delay:38s;animation-delay:38s}.poke-block-nps .btn-nps:nth-child(375n){-webkit-animation-delay:38.1s;animation-delay:38.1s}.poke-block-nps .btn-nps:nth-child(376n){-webkit-animation-delay:38.2s;animation-delay:38.2s}.poke-block-nps .btn-nps:nth-child(377n){-webkit-animation-delay:38.3s;animation-delay:38.3s}.poke-block-nps .btn-nps:nth-child(378n){-webkit-animation-delay:38.4s;animation-delay:38.4s}.poke-block-nps .btn-nps:nth-child(379n){-webkit-animation-delay:38.5s;animation-delay:38.5s}.poke-block-nps .btn-nps:nth-child(380n){-webkit-animation-delay:38.6s;animation-delay:38.6s}.poke-block-nps .btn-nps:nth-child(381n){-webkit-animation-delay:38.7s;animation-delay:38.7s}.poke-block-nps .btn-nps:nth-child(382n){-webkit-animation-delay:38.8s;animation-delay:38.8s}.poke-block-nps .btn-nps:nth-child(383n){-webkit-animation-delay:38.9s;animation-delay:38.9s}.poke-block-nps .btn-nps:nth-child(384n){-webkit-animation-delay:39s;animation-delay:39s}.poke-block-nps .btn-nps:nth-child(385n){-webkit-animation-delay:39.1s;animation-delay:39.1s}.poke-block-nps .btn-nps:nth-child(386n){-webkit-animation-delay:39.2s;animation-delay:39.2s}.poke-block-nps .btn-nps:nth-child(387n){-webkit-animation-delay:39.3s;animation-delay:39.3s}.poke-block-nps .btn-nps:nth-child(388n){-webkit-animation-delay:39.4s;animation-delay:39.4s}.poke-block-nps .btn-nps:nth-child(389n){-webkit-animation-delay:39.5s;animation-delay:39.5s}.poke-block-nps .btn-nps:nth-child(390n){-webkit-animation-delay:39.6s;animation-delay:39.6s}.poke-block-nps .btn-nps:nth-child(391n){-webkit-animation-delay:39.7s;animation-delay:39.7s}.poke-block-nps .btn-nps:nth-child(392n){-webkit-animation-delay:39.8s;animation-delay:39.8s}.poke-block-nps .btn-nps:nth-child(393n){-webkit-animation-delay:39.9s;animation-delay:39.9s}.poke-block-nps .btn-nps:nth-child(394n){-webkit-animation-delay:40s;animation-delay:40s}.poke-block-nps .btn-nps:nth-child(395n){-webkit-animation-delay:40.1s;animation-delay:40.1s}.poke-block-nps .btn-nps:nth-child(396n){-webkit-animation-delay:40.2s;animation-delay:40.2s}.poke-block-nps .btn-nps:nth-child(397n){-webkit-animation-delay:40.3s;animation-delay:40.3s}.poke-block-nps .btn-nps:nth-child(398n){-webkit-animation-delay:40.4s;animation-delay:40.4s}.poke-block-nps .btn-nps:nth-child(399n){-webkit-animation-delay:40.5s;animation-delay:40.5s}.poke-block-nps .btn-nps:nth-child(400n){-webkit-animation-delay:40.6s;animation-delay:40.6s}.poke-block-nps .btn-nps:nth-child(401n){-webkit-animation-delay:40.7s;animation-delay:40.7s}.poke-block-nps .btn-nps:nth-child(402n){-webkit-animation-delay:40.8s;animation-delay:40.8s}.poke-block-nps .btn-nps:nth-child(403n){-webkit-animation-delay:40.9s;animation-delay:40.9s}.poke-block-nps .btn-nps:nth-child(404n){-webkit-animation-delay:41s;animation-delay:41s}.poke-block-nps .btn-nps:nth-child(405n){-webkit-animation-delay:41.1s;animation-delay:41.1s}.poke-block-nps .btn-nps:nth-child(406n){-webkit-animation-delay:41.2s;animation-delay:41.2s}.poke-block-nps .btn-nps:nth-child(407n){-webkit-animation-delay:41.3s;animation-delay:41.3s}.poke-block-nps .btn-nps:nth-child(408n){-webkit-animation-delay:41.4s;animation-delay:41.4s}.poke-block-nps .btn-nps:nth-child(409n){-webkit-animation-delay:41.5s;animation-delay:41.5s}.poke-block-nps .btn-nps:nth-child(410n){-webkit-animation-delay:41.6s;animation-delay:41.6s}.poke-block-nps .btn-nps:nth-child(411n){-webkit-animation-delay:41.7s;animation-delay:41.7s}.poke-block-nps .btn-nps:nth-child(412n){-webkit-animation-delay:41.8s;animation-delay:41.8s}.poke-block-nps .btn-nps:nth-child(413n){-webkit-animation-delay:41.9s;animation-delay:41.9s}.poke-block-nps .btn-nps:nth-child(414n){-webkit-animation-delay:42s;animation-delay:42s}.poke-block-nps .btn-nps:nth-child(415n){-webkit-animation-delay:42.1s;animation-delay:42.1s}.poke-block-nps .btn-nps:nth-child(416n){-webkit-animation-delay:42.2s;animation-delay:42.2s}.poke-block-nps .btn-nps:nth-child(417n){-webkit-animation-delay:42.3s;animation-delay:42.3s}.poke-block-nps .btn-nps:nth-child(418n){-webkit-animation-delay:42.4s;animation-delay:42.4s}.poke-block-nps .btn-nps:nth-child(419n){-webkit-animation-delay:42.5s;animation-delay:42.5s}.poke-block-nps .btn-nps:nth-child(420n){-webkit-animation-delay:42.6s;animation-delay:42.6s}.poke-block-nps .btn-nps:nth-child(421n){-webkit-animation-delay:42.7s;animation-delay:42.7s}.poke-block-nps .btn-nps:nth-child(422n){-webkit-animation-delay:42.8s;animation-delay:42.8s}.poke-block-nps .btn-nps:nth-child(423n){-webkit-animation-delay:42.9s;animation-delay:42.9s}.poke-block-nps .btn-nps:nth-child(424n){-webkit-animation-delay:43s;animation-delay:43s}.poke-block-nps .btn-nps:nth-child(425n){-webkit-animation-delay:43.1s;animation-delay:43.1s}.poke-block-nps .btn-nps:nth-child(426n){-webkit-animation-delay:43.2s;animation-delay:43.2s}.poke-block-nps .btn-nps:nth-child(427n){-webkit-animation-delay:43.3s;animation-delay:43.3s}.poke-block-nps .btn-nps:nth-child(428n){-webkit-animation-delay:43.4s;animation-delay:43.4s}.poke-block-nps .btn-nps:nth-child(429n){-webkit-animation-delay:43.5s;animation-delay:43.5s}.poke-block-nps .btn-nps:nth-child(430n){-webkit-animation-delay:43.6s;animation-delay:43.6s}.poke-block-nps .btn-nps:nth-child(431n){-webkit-animation-delay:43.7s;animation-delay:43.7s}.poke-block-nps .btn-nps:nth-child(432n){-webkit-animation-delay:43.8s;animation-delay:43.8s}.poke-block-nps .btn-nps:nth-child(433n){-webkit-animation-delay:43.9s;animation-delay:43.9s}.poke-block-nps .btn-nps:nth-child(434n){-webkit-animation-delay:44s;animation-delay:44s}.poke-block-nps .btn-nps:nth-child(435n){-webkit-animation-delay:44.1s;animation-delay:44.1s}.poke-block-nps .btn-nps:nth-child(436n){-webkit-animation-delay:44.2s;animation-delay:44.2s}.poke-block-nps .btn-nps:nth-child(437n){-webkit-animation-delay:44.3s;animation-delay:44.3s}.poke-block-nps .btn-nps:nth-child(438n){-webkit-animation-delay:44.4s;animation-delay:44.4s}.poke-block-nps .btn-nps:nth-child(439n){-webkit-animation-delay:44.5s;animation-delay:44.5s}.poke-block-nps .btn-nps:nth-child(440n){-webkit-animation-delay:44.6s;animation-delay:44.6s}.poke-block-nps .btn-nps:nth-child(441n){-webkit-animation-delay:44.7s;animation-delay:44.7s}.poke-block-nps .btn-nps:nth-child(442n){-webkit-animation-delay:44.8s;animation-delay:44.8s}.poke-block-nps .btn-nps:nth-child(443n){-webkit-animation-delay:44.9s;animation-delay:44.9s}.poke-block-nps .btn-nps:nth-child(444n){-webkit-animation-delay:45s;animation-delay:45s}.poke-block-nps .btn-nps:nth-child(445n){-webkit-animation-delay:45.1s;animation-delay:45.1s}.poke-block-nps .btn-nps:nth-child(446n){-webkit-animation-delay:45.2s;animation-delay:45.2s}.poke-block-nps .btn-nps:nth-child(447n){-webkit-animation-delay:45.3s;animation-delay:45.3s}.poke-block-nps .btn-nps:nth-child(448n){-webkit-animation-delay:45.4s;animation-delay:45.4s}.poke-block-nps .btn-nps:nth-child(449n){-webkit-animation-delay:45.5s;animation-delay:45.5s}.poke-block-nps .btn-nps:nth-child(450n){-webkit-animation-delay:45.6s;animation-delay:45.6s}.poke-block-nps .btn-nps:nth-child(451n){-webkit-animation-delay:45.7s;animation-delay:45.7s}.poke-block-nps .btn-nps:nth-child(452n){-webkit-animation-delay:45.8s;animation-delay:45.8s}.poke-block-nps .btn-nps:nth-child(453n){-webkit-animation-delay:45.9s;animation-delay:45.9s}.poke-block-nps .btn-nps:nth-child(454n){-webkit-animation-delay:46s;animation-delay:46s}.poke-block-nps .btn-nps:nth-child(455n){-webkit-animation-delay:46.1s;animation-delay:46.1s}.poke-block-nps .btn-nps:nth-child(456n){-webkit-animation-delay:46.2s;animation-delay:46.2s}.poke-block-nps .btn-nps:nth-child(457n){-webkit-animation-delay:46.3s;animation-delay:46.3s}.poke-block-nps .btn-nps:nth-child(458n){-webkit-animation-delay:46.4s;animation-delay:46.4s}.poke-block-nps .btn-nps:nth-child(459n){-webkit-animation-delay:46.5s;animation-delay:46.5s}.poke-block-nps .btn-nps:nth-child(460n){-webkit-animation-delay:46.6s;animation-delay:46.6s}.poke-block-nps .btn-nps:nth-child(461n){-webkit-animation-delay:46.7s;animation-delay:46.7s}.poke-block-nps .btn-nps:nth-child(462n){-webkit-animation-delay:46.8s;animation-delay:46.8s}.poke-block-nps .btn-nps:nth-child(463n){-webkit-animation-delay:46.9s;animation-delay:46.9s}.poke-block-nps .btn-nps:nth-child(464n){-webkit-animation-delay:47s;animation-delay:47s}.poke-block-nps .btn-nps:nth-child(465n){-webkit-animation-delay:47.1s;animation-delay:47.1s}.poke-block-nps .btn-nps:nth-child(466n){-webkit-animation-delay:47.2s;animation-delay:47.2s}.poke-block-nps .btn-nps:nth-child(467n){-webkit-animation-delay:47.3s;animation-delay:47.3s}.poke-block-nps .btn-nps:nth-child(468n){-webkit-animation-delay:47.4s;animation-delay:47.4s}.poke-block-nps .btn-nps:nth-child(469n){-webkit-animation-delay:47.5s;animation-delay:47.5s}.poke-block-nps .btn-nps:nth-child(470n){-webkit-animation-delay:47.6s;animation-delay:47.6s}.poke-block-nps .btn-nps:nth-child(471n){-webkit-animation-delay:47.7s;animation-delay:47.7s}.poke-block-nps .btn-nps:nth-child(472n){-webkit-animation-delay:47.8s;animation-delay:47.8s}.poke-block-nps .btn-nps:nth-child(473n){-webkit-animation-delay:47.9s;animation-delay:47.9s}.poke-block-nps .btn-nps:nth-child(474n){-webkit-animation-delay:48s;animation-delay:48s}.poke-block-nps .btn-nps:nth-child(475n){-webkit-animation-delay:48.1s;animation-delay:48.1s}.poke-block-nps .btn-nps:nth-child(476n){-webkit-animation-delay:48.2s;animation-delay:48.2s}.poke-block-nps .btn-nps:nth-child(477n){-webkit-animation-delay:48.3s;animation-delay:48.3s}.poke-block-nps .btn-nps:nth-child(478n){-webkit-animation-delay:48.4s;animation-delay:48.4s}.poke-block-nps .btn-nps:nth-child(479n){-webkit-animation-delay:48.5s;animation-delay:48.5s}.poke-block-nps .btn-nps:nth-child(480n){-webkit-animation-delay:48.6s;animation-delay:48.6s}.poke-block-nps .btn-nps:nth-child(481n){-webkit-animation-delay:48.7s;animation-delay:48.7s}.poke-block-nps .btn-nps:nth-child(482n){-webkit-animation-delay:48.8s;animation-delay:48.8s}.poke-block-nps .btn-nps:nth-child(483n){-webkit-animation-delay:48.9s;animation-delay:48.9s}.poke-block-nps .btn-nps:nth-child(484n){-webkit-animation-delay:49s;animation-delay:49s}.poke-block-nps .btn-nps:nth-child(485n){-webkit-animation-delay:49.1s;animation-delay:49.1s}.poke-block-nps .btn-nps:nth-child(486n){-webkit-animation-delay:49.2s;animation-delay:49.2s}.poke-block-nps .btn-nps:nth-child(487n){-webkit-animation-delay:49.3s;animation-delay:49.3s}.poke-block-nps .btn-nps:nth-child(488n){-webkit-animation-delay:49.4s;animation-delay:49.4s}.poke-block-nps .btn-nps:nth-child(489n){-webkit-animation-delay:49.5s;animation-delay:49.5s}.poke-block-nps .btn-nps:nth-child(490n){-webkit-animation-delay:49.6s;animation-delay:49.6s}.poke-block-nps .btn-nps:nth-child(491n){-webkit-animation-delay:49.7s;animation-delay:49.7s}.poke-block-nps .btn-nps:nth-child(492n){-webkit-animation-delay:49.8s;animation-delay:49.8s}.poke-block-nps .btn-nps:nth-child(493n){-webkit-animation-delay:49.9s;animation-delay:49.9s}.poke-block-nps .btn-nps:nth-child(494n){-webkit-animation-delay:50s;animation-delay:50s}.poke-block-nps .btn-nps:nth-child(495n){-webkit-animation-delay:50.1s;animation-delay:50.1s}.poke-block-nps .btn-nps:nth-child(496n){-webkit-animation-delay:50.2s;animation-delay:50.2s}.poke-block-nps .btn-nps:nth-child(497n){-webkit-animation-delay:50.3s;animation-delay:50.3s}.poke-block-nps .btn-nps:nth-child(498n){-webkit-animation-delay:50.4s;animation-delay:50.4s}.poke-block-nps .btn-nps:nth-child(499n){-webkit-animation-delay:50.5s;animation-delay:50.5s}.poke-block-nps .btn-nps:nth-child(500n){-webkit-animation-delay:50.6s;animation-delay:50.6s}.poke-block-nps .btn-nps:nth-child(501n){-webkit-animation-delay:50.7s;animation-delay:50.7s}.poke-block-nps .btn-nps:nth-child(502n){-webkit-animation-delay:50.8s;animation-delay:50.8s}.poke-block-nps .btn-nps:nth-child(503n){-webkit-animation-delay:50.9s;animation-delay:50.9s}.poke-block-nps .btn-nps:nth-child(504n){-webkit-animation-delay:51s;animation-delay:51s}.poke-block-nps .btn-nps:nth-child(505n){-webkit-animation-delay:51.1s;animation-delay:51.1s}.poke-block-nps .btn-nps:nth-child(506n){-webkit-animation-delay:51.2s;animation-delay:51.2s}.poke-block-nps .btn-nps:nth-child(507n){-webkit-animation-delay:51.3s;animation-delay:51.3s}.poke-block-nps .btn-nps:nth-child(508n){-webkit-animation-delay:51.4s;animation-delay:51.4s}.poke-block-nps .btn-nps:nth-child(509n){-webkit-animation-delay:51.5s;animation-delay:51.5s}.poke-block-nps .btn-nps:nth-child(510n){-webkit-animation-delay:51.6s;animation-delay:51.6s}.poke-block-nps .btn-nps:nth-child(511n){-webkit-animation-delay:51.7s;animation-delay:51.7s}.poke-block-nps .btn-nps:nth-child(512n){-webkit-animation-delay:51.8s;animation-delay:51.8s}.poke-block-nps .btn-nps:nth-child(513n){-webkit-animation-delay:51.9s;animation-delay:51.9s}.poke-block-nps .btn-nps:nth-child(514n){-webkit-animation-delay:52s;animation-delay:52s}.poke-block-nps .btn-nps:nth-child(515n){-webkit-animation-delay:52.1s;animation-delay:52.1s}.poke-block-nps .btn-nps:nth-child(516n){-webkit-animation-delay:52.2s;animation-delay:52.2s}.poke-block-nps .btn-nps:nth-child(517n){-webkit-animation-delay:52.3s;animation-delay:52.3s}.poke-block-nps .btn-nps:nth-child(518n){-webkit-animation-delay:52.4s;animation-delay:52.4s}.poke-block-nps .btn-nps:nth-child(519n){-webkit-animation-delay:52.5s;animation-delay:52.5s}.poke-block-nps .btn-nps:nth-child(520n){-webkit-animation-delay:52.6s;animation-delay:52.6s}.poke-block-nps .btn-nps:nth-child(521n){-webkit-animation-delay:52.7s;animation-delay:52.7s}.poke-block-nps .btn-nps:nth-child(522n){-webkit-animation-delay:52.8s;animation-delay:52.8s}.poke-block-nps .btn-nps:nth-child(523n){-webkit-animation-delay:52.9s;animation-delay:52.9s}.poke-block-nps .btn-nps:nth-child(524n){-webkit-animation-delay:53s;animation-delay:53s}.poke-block-nps .btn-nps:nth-child(525n){-webkit-animation-delay:53.1s;animation-delay:53.1s}.poke-block-nps .btn-nps:nth-child(526n){-webkit-animation-delay:53.2s;animation-delay:53.2s}.poke-block-nps .btn-nps:nth-child(527n){-webkit-animation-delay:53.3s;animation-delay:53.3s}.poke-block-nps .btn-nps:nth-child(528n){-webkit-animation-delay:53.4s;animation-delay:53.4s}.poke-block-nps .btn-nps:nth-child(529n){-webkit-animation-delay:53.5s;animation-delay:53.5s}.poke-block-nps .btn-nps:nth-child(530n){-webkit-animation-delay:53.6s;animation-delay:53.6s}.poke-block-nps .btn-nps:nth-child(531n){-webkit-animation-delay:53.7s;animation-delay:53.7s}.poke-block-nps .btn-nps:nth-child(532n){-webkit-animation-delay:53.8s;animation-delay:53.8s}.poke-block-nps .btn-nps:nth-child(533n){-webkit-animation-delay:53.9s;animation-delay:53.9s}.poke-block-nps .btn-nps:nth-child(534n){-webkit-animation-delay:54s;animation-delay:54s}.poke-block-nps .btn-nps:nth-child(535n){-webkit-animation-delay:54.1s;animation-delay:54.1s}.poke-block-nps .btn-nps:nth-child(536n){-webkit-animation-delay:54.2s;animation-delay:54.2s}.poke-block-nps .btn-nps:nth-child(537n){-webkit-animation-delay:54.3s;animation-delay:54.3s}.poke-block-nps .btn-nps:nth-child(538n){-webkit-animation-delay:54.4s;animation-delay:54.4s}.poke-block-nps .btn-nps:nth-child(539n){-webkit-animation-delay:54.5s;animation-delay:54.5s}.poke-block-nps .btn-nps:nth-child(540n){-webkit-animation-delay:54.6s;animation-delay:54.6s}.poke-block-nps .btn-nps:nth-child(541n){-webkit-animation-delay:54.7s;animation-delay:54.7s}.poke-block-nps .btn-nps:nth-child(542n){-webkit-animation-delay:54.8s;animation-delay:54.8s}.poke-block-nps .btn-nps:nth-child(543n){-webkit-animation-delay:54.9s;animation-delay:54.9s}.poke-block-nps .btn-nps:nth-child(544n){-webkit-animation-delay:55s;animation-delay:55s}.poke-block-nps .btn-nps:nth-child(545n){-webkit-animation-delay:55.1s;animation-delay:55.1s}.poke-block-nps .btn-nps:nth-child(546n){-webkit-animation-delay:55.2s;animation-delay:55.2s}.poke-block-nps .btn-nps:nth-child(547n){-webkit-animation-delay:55.3s;animation-delay:55.3s}.poke-block-nps .btn-nps:nth-child(548n){-webkit-animation-delay:55.4s;animation-delay:55.4s}.poke-block-nps .btn-nps:nth-child(549n){-webkit-animation-delay:55.5s;animation-delay:55.5s}.poke-block-nps .btn-nps:nth-child(550n){-webkit-animation-delay:55.6s;animation-delay:55.6s}.poke-block-nps .btn-nps:nth-child(551n){-webkit-animation-delay:55.7s;animation-delay:55.7s}.poke-block-nps .btn-nps:nth-child(552n){-webkit-animation-delay:55.8s;animation-delay:55.8s}.poke-block-nps .btn-nps:nth-child(553n){-webkit-animation-delay:55.9s;animation-delay:55.9s}.poke-block-nps .btn-nps:nth-child(554n){-webkit-animation-delay:56s;animation-delay:56s}.poke-block-nps .btn-nps:nth-child(555n){-webkit-animation-delay:56.1s;animation-delay:56.1s}.poke-block-nps .btn-nps:nth-child(556n){-webkit-animation-delay:56.2s;animation-delay:56.2s}.poke-block-nps .btn-nps:nth-child(557n){-webkit-animation-delay:56.3s;animation-delay:56.3s}.poke-block-nps .btn-nps:nth-child(558n){-webkit-animation-delay:56.4s;animation-delay:56.4s}.poke-block-nps .btn-nps:nth-child(559n){-webkit-animation-delay:56.5s;animation-delay:56.5s}.poke-block-nps .btn-nps:nth-child(560n){-webkit-animation-delay:56.6s;animation-delay:56.6s}.poke-block-nps .btn-nps:nth-child(561n){-webkit-animation-delay:56.7s;animation-delay:56.7s}.poke-block-nps .btn-nps:nth-child(562n){-webkit-animation-delay:56.8s;animation-delay:56.8s}.poke-block-nps .btn-nps:nth-child(563n){-webkit-animation-delay:56.9s;animation-delay:56.9s}.poke-block-nps .btn-nps:nth-child(564n){-webkit-animation-delay:57s;animation-delay:57s}.poke-block-nps .btn-nps:nth-child(565n){-webkit-animation-delay:57.1s;animation-delay:57.1s}.poke-block-nps .btn-nps:nth-child(566n){-webkit-animation-delay:57.2s;animation-delay:57.2s}.poke-block-nps .btn-nps:nth-child(567n){-webkit-animation-delay:57.3s;animation-delay:57.3s}.poke-block-nps .btn-nps:nth-child(568n){-webkit-animation-delay:57.4s;animation-delay:57.4s}.poke-block-nps .btn-nps:nth-child(569n){-webkit-animation-delay:57.5s;animation-delay:57.5s}.poke-block-nps .btn-nps:nth-child(570n){-webkit-animation-delay:57.6s;animation-delay:57.6s}.poke-block-nps .btn-nps:nth-child(571n){-webkit-animation-delay:57.7s;animation-delay:57.7s}.poke-block-nps .btn-nps:nth-child(572n){-webkit-animation-delay:57.8s;animation-delay:57.8s}.poke-block-nps .btn-nps:nth-child(573n){-webkit-animation-delay:57.9s;animation-delay:57.9s}.poke-block-nps .btn-nps:nth-child(574n){-webkit-animation-delay:58s;animation-delay:58s}.poke-block-nps .btn-nps:nth-child(575n){-webkit-animation-delay:58.1s;animation-delay:58.1s}.poke-block-nps .btn-nps:nth-child(576n){-webkit-animation-delay:58.2s;animation-delay:58.2s}.poke-block-nps .btn-nps:nth-child(577n){-webkit-animation-delay:58.3s;animation-delay:58.3s}.poke-block-nps .btn-nps:nth-child(578n){-webkit-animation-delay:58.4s;animation-delay:58.4s}.poke-block-nps .btn-nps:nth-child(579n){-webkit-animation-delay:58.5s;animation-delay:58.5s}.poke-block-nps .btn-nps:nth-child(580n){-webkit-animation-delay:58.6s;animation-delay:58.6s}.poke-block-nps .btn-nps:nth-child(581n){-webkit-animation-delay:58.7s;animation-delay:58.7s}.poke-block-nps .btn-nps:nth-child(582n){-webkit-animation-delay:58.8s;animation-delay:58.8s}.poke-block-nps .btn-nps:nth-child(583n){-webkit-animation-delay:58.9s;animation-delay:58.9s}.poke-block-nps .btn-nps:nth-child(584n){-webkit-animation-delay:59s;animation-delay:59s}.poke-block-nps .btn-nps:nth-child(585n){-webkit-animation-delay:59.1s;animation-delay:59.1s}.poke-block-nps .btn-nps:nth-child(586n){-webkit-animation-delay:59.2s;animation-delay:59.2s}.poke-block-nps .btn-nps:nth-child(587n){-webkit-animation-delay:59.3s;animation-delay:59.3s}.poke-block-nps .btn-nps:nth-child(588n){-webkit-animation-delay:59.4s;animation-delay:59.4s}.poke-block-nps .btn-nps:nth-child(589n){-webkit-animation-delay:59.5s;animation-delay:59.5s}.poke-block-nps .btn-nps:nth-child(590n){-webkit-animation-delay:59.6s;animation-delay:59.6s}.poke-block-nps .btn-nps:nth-child(591n){-webkit-animation-delay:59.7s;animation-delay:59.7s}.poke-block-nps .btn-nps:nth-child(592n){-webkit-animation-delay:59.8s;animation-delay:59.8s}.poke-block-nps .btn-nps:nth-child(593n){-webkit-animation-delay:59.9s;animation-delay:59.9s}.poke-block-nps .btn-nps:nth-child(594n){-webkit-animation-delay:60s;animation-delay:60s}.poke-block-nps .btn-nps:nth-child(595n){-webkit-animation-delay:60.1s;animation-delay:60.1s}.poke-block-nps .btn-nps:nth-child(596n){-webkit-animation-delay:60.2s;animation-delay:60.2s}.poke-block-nps .btn-nps:nth-child(597n){-webkit-animation-delay:60.3s;animation-delay:60.3s}.poke-block-nps .btn-nps:nth-child(598n){-webkit-animation-delay:60.4s;animation-delay:60.4s}.poke-block-nps .btn-nps:nth-child(599n){-webkit-animation-delay:60.5s;animation-delay:60.5s}.poke-block-nps .btn-nps:nth-child(600n){-webkit-animation-delay:60.6s;animation-delay:60.6s}.poke-block-nps .btn-nps:nth-child(601n){-webkit-animation-delay:60.7s;animation-delay:60.7s}.poke-block-nps .btn-nps:nth-child(602n){-webkit-animation-delay:60.8s;animation-delay:60.8s}.poke-block-nps .btn-nps:nth-child(603n){-webkit-animation-delay:60.9s;animation-delay:60.9s}.poke-block-nps .btn-nps:nth-child(604n){-webkit-animation-delay:61s;animation-delay:61s}.poke-block-nps .btn-nps:nth-child(605n){-webkit-animation-delay:61.1s;animation-delay:61.1s}.poke-block-nps .btn-nps:nth-child(606n){-webkit-animation-delay:61.2s;animation-delay:61.2s}.poke-block-nps .btn-nps:nth-child(607n){-webkit-animation-delay:61.3s;animation-delay:61.3s}.poke-block-nps .btn-nps:nth-child(608n){-webkit-animation-delay:61.4s;animation-delay:61.4s}.poke-block-nps .btn-nps:nth-child(609n){-webkit-animation-delay:61.5s;animation-delay:61.5s}.poke-block-nps .btn-nps:nth-child(610n){-webkit-animation-delay:61.6s;animation-delay:61.6s}.poke-block-nps .btn-nps:nth-child(611n){-webkit-animation-delay:61.7s;animation-delay:61.7s}.poke-block-nps .btn-nps:nth-child(612n){-webkit-animation-delay:61.8s;animation-delay:61.8s}.poke-block-nps .btn-nps:nth-child(613n){-webkit-animation-delay:61.9s;animation-delay:61.9s}.poke-block-nps .btn-nps:nth-child(614n){-webkit-animation-delay:62s;animation-delay:62s}.poke-block-nps .btn-nps:nth-child(615n){-webkit-animation-delay:62.1s;animation-delay:62.1s}.poke-block-nps .btn-nps:nth-child(616n){-webkit-animation-delay:62.2s;animation-delay:62.2s}.poke-block-nps .btn-nps:nth-child(617n){-webkit-animation-delay:62.3s;animation-delay:62.3s}.poke-block-nps .btn-nps:nth-child(618n){-webkit-animation-delay:62.4s;animation-delay:62.4s}.poke-block-nps .btn-nps:nth-child(619n){-webkit-animation-delay:62.5s;animation-delay:62.5s}.poke-block-nps .btn-nps:nth-child(620n){-webkit-animation-delay:62.6s;animation-delay:62.6s}.poke-block-nps .btn-nps:nth-child(621n){-webkit-animation-delay:62.7s;animation-delay:62.7s}.poke-block-nps .btn-nps:nth-child(622n){-webkit-animation-delay:62.8s;animation-delay:62.8s}.poke-block-nps .btn-nps:nth-child(623n){-webkit-animation-delay:62.9s;animation-delay:62.9s}.poke-block-nps .btn-nps:nth-child(624n){-webkit-animation-delay:63s;animation-delay:63s}.poke-block-nps .btn-nps:nth-child(625n){-webkit-animation-delay:63.1s;animation-delay:63.1s}.poke-block-nps .btn-nps:nth-child(626n){-webkit-animation-delay:63.2s;animation-delay:63.2s}.poke-block-nps .btn-nps:nth-child(627n){-webkit-animation-delay:63.3s;animation-delay:63.3s}.poke-block-nps .btn-nps:nth-child(628n){-webkit-animation-delay:63.4s;animation-delay:63.4s}.poke-block-nps .btn-nps:nth-child(629n){-webkit-animation-delay:63.5s;animation-delay:63.5s}.poke-block-nps .btn-nps:nth-child(630n){-webkit-animation-delay:63.6s;animation-delay:63.6s}.poke-block-nps .btn-nps:nth-child(631n){-webkit-animation-delay:63.7s;animation-delay:63.7s}.poke-block-nps .btn-nps:nth-child(632n){-webkit-animation-delay:63.8s;animation-delay:63.8s}.poke-block-nps .btn-nps:nth-child(633n){-webkit-animation-delay:63.9s;animation-delay:63.9s}.poke-block-nps .btn-nps:nth-child(634n){-webkit-animation-delay:64s;animation-delay:64s}.poke-block-nps .btn-nps:nth-child(635n){-webkit-animation-delay:64.1s;animation-delay:64.1s}.poke-block-nps .btn-nps:nth-child(636n){-webkit-animation-delay:64.2s;animation-delay:64.2s}.poke-block-nps .btn-nps:nth-child(637n){-webkit-animation-delay:64.3s;animation-delay:64.3s}.poke-block-nps .btn-nps:nth-child(638n){-webkit-animation-delay:64.4s;animation-delay:64.4s}.poke-block-nps .btn-nps:nth-child(639n){-webkit-animation-delay:64.5s;animation-delay:64.5s}.poke-block-nps .btn-nps:nth-child(640n){-webkit-animation-delay:64.6s;animation-delay:64.6s}.poke-block-nps .btn-nps:nth-child(641n){-webkit-animation-delay:64.7s;animation-delay:64.7s}.poke-block-nps .btn-nps:nth-child(642n){-webkit-animation-delay:64.8s;animation-delay:64.8s}.poke-block-nps .btn-nps:nth-child(643n){-webkit-animation-delay:64.9s;animation-delay:64.9s}.poke-block-nps .btn-nps:nth-child(644n){-webkit-animation-delay:65s;animation-delay:65s}.poke-block-nps .btn-nps:nth-child(645n){-webkit-animation-delay:65.1s;animation-delay:65.1s}.poke-block-nps .btn-nps:nth-child(646n){-webkit-animation-delay:65.2s;animation-delay:65.2s}.poke-block-nps .btn-nps:nth-child(647n){-webkit-animation-delay:65.3s;animation-delay:65.3s}.poke-block-nps .btn-nps:nth-child(648n){-webkit-animation-delay:65.4s;animation-delay:65.4s}.poke-block-nps .btn-nps:nth-child(649n){-webkit-animation-delay:65.5s;animation-delay:65.5s}.poke-block-nps .btn-nps:nth-child(650n){-webkit-animation-delay:65.6s;animation-delay:65.6s}.poke-block-nps .btn-nps:nth-child(651n){-webkit-animation-delay:65.7s;animation-delay:65.7s}.poke-block-nps .btn-nps:nth-child(652n){-webkit-animation-delay:65.8s;animation-delay:65.8s}.poke-block-nps .btn-nps:nth-child(653n){-webkit-animation-delay:65.9s;animation-delay:65.9s}.poke-block-nps .btn-nps:nth-child(654n){-webkit-animation-delay:66s;animation-delay:66s}.poke-block-nps .btn-nps:nth-child(655n){-webkit-animation-delay:66.1s;animation-delay:66.1s}.poke-block-nps .btn-nps:nth-child(656n){-webkit-animation-delay:66.2s;animation-delay:66.2s}.poke-block-nps .btn-nps:nth-child(657n){-webkit-animation-delay:66.3s;animation-delay:66.3s}.poke-block-nps .btn-nps:nth-child(658n){-webkit-animation-delay:66.4s;animation-delay:66.4s}.poke-block-nps .btn-nps:nth-child(659n){-webkit-animation-delay:66.5s;animation-delay:66.5s}.poke-block-nps .btn-nps:nth-child(660n){-webkit-animation-delay:66.6s;animation-delay:66.6s}.poke-block-nps .btn-nps:nth-child(661n){-webkit-animation-delay:66.7s;animation-delay:66.7s}.poke-block-nps .btn-nps:nth-child(662n){-webkit-animation-delay:66.8s;animation-delay:66.8s}.poke-block-nps .btn-nps:nth-child(663n){-webkit-animation-delay:66.9s;animation-delay:66.9s}.poke-block-nps .btn-nps:nth-child(664n){-webkit-animation-delay:67s;animation-delay:67s}.poke-block-nps .btn-nps:nth-child(665n){-webkit-animation-delay:67.1s;animation-delay:67.1s}.poke-block-nps .btn-nps:nth-child(666n){-webkit-animation-delay:67.2s;animation-delay:67.2s}.poke-block-nps .btn-nps:nth-child(667n){-webkit-animation-delay:67.3s;animation-delay:67.3s}.poke-block-nps .btn-nps:nth-child(668n){-webkit-animation-delay:67.4s;animation-delay:67.4s}.poke-block-nps .btn-nps:nth-child(669n){-webkit-animation-delay:67.5s;animation-delay:67.5s}.poke-block-nps .btn-nps:nth-child(670n){-webkit-animation-delay:67.6s;animation-delay:67.6s}.poke-block-nps .btn-nps:nth-child(671n){-webkit-animation-delay:67.7s;animation-delay:67.7s}.poke-block-nps .btn-nps:nth-child(672n){-webkit-animation-delay:67.8s;animation-delay:67.8s}.poke-block-nps .btn-nps:nth-child(673n){-webkit-animation-delay:67.9s;animation-delay:67.9s}.poke-block-nps .btn-nps:nth-child(674n){-webkit-animation-delay:68s;animation-delay:68s}.poke-block-nps .btn-nps:nth-child(675n){-webkit-animation-delay:68.1s;animation-delay:68.1s}.poke-block-nps .btn-nps:nth-child(676n){-webkit-animation-delay:68.2s;animation-delay:68.2s}.poke-block-nps .btn-nps:nth-child(677n){-webkit-animation-delay:68.3s;animation-delay:68.3s}.poke-block-nps .btn-nps:nth-child(678n){-webkit-animation-delay:68.4s;animation-delay:68.4s}.poke-block-nps .btn-nps:nth-child(679n){-webkit-animation-delay:68.5s;animation-delay:68.5s}.poke-block-nps .btn-nps:nth-child(680n){-webkit-animation-delay:68.6s;animation-delay:68.6s}.poke-block-nps .btn-nps:nth-child(681n){-webkit-animation-delay:68.7s;animation-delay:68.7s}.poke-block-nps .btn-nps:nth-child(682n){-webkit-animation-delay:68.8s;animation-delay:68.8s}.poke-block-nps .btn-nps:nth-child(683n){-webkit-animation-delay:68.9s;animation-delay:68.9s}.poke-block-nps .btn-nps:nth-child(684n){-webkit-animation-delay:69s;animation-delay:69s}.poke-block-nps .btn-nps:nth-child(685n){-webkit-animation-delay:69.1s;animation-delay:69.1s}.poke-block-nps .btn-nps:nth-child(686n){-webkit-animation-delay:69.2s;animation-delay:69.2s}.poke-block-nps .btn-nps:nth-child(687n){-webkit-animation-delay:69.3s;animation-delay:69.3s}.poke-block-nps .btn-nps:nth-child(688n){-webkit-animation-delay:69.4s;animation-delay:69.4s}.poke-block-nps .btn-nps:nth-child(689n){-webkit-animation-delay:69.5s;animation-delay:69.5s}.poke-block-nps .btn-nps:nth-child(690n){-webkit-animation-delay:69.6s;animation-delay:69.6s}.poke-block-nps .btn-nps:nth-child(691n){-webkit-animation-delay:69.7s;animation-delay:69.7s}.poke-block-nps .btn-nps:nth-child(692n){-webkit-animation-delay:69.8s;animation-delay:69.8s}.poke-block-nps .btn-nps:nth-child(693n){-webkit-animation-delay:69.9s;animation-delay:69.9s}.poke-block-nps .btn-nps:nth-child(694n){-webkit-animation-delay:70s;animation-delay:70s}.poke-block-nps .btn-nps:nth-child(695n){-webkit-animation-delay:70.1s;animation-delay:70.1s}.poke-block-nps .btn-nps:nth-child(696n){-webkit-animation-delay:70.2s;animation-delay:70.2s}.poke-block-nps .btn-nps:nth-child(697n){-webkit-animation-delay:70.3s;animation-delay:70.3s}.poke-block-nps .btn-nps:nth-child(698n){-webkit-animation-delay:70.4s;animation-delay:70.4s}.poke-block-nps .btn-nps:nth-child(699n){-webkit-animation-delay:70.5s;animation-delay:70.5s}.poke-block-nps .btn-nps:nth-child(700n){-webkit-animation-delay:70.6s;animation-delay:70.6s}.poke-block-nps .btn-nps:nth-child(701n){-webkit-animation-delay:70.7s;animation-delay:70.7s}.poke-block-nps .btn-nps:nth-child(702n){-webkit-animation-delay:70.8s;animation-delay:70.8s}.poke-block-nps .btn-nps:nth-child(703n){-webkit-animation-delay:70.9s;animation-delay:70.9s}.poke-block-nps .btn-nps:nth-child(704n){-webkit-animation-delay:71s;animation-delay:71s}.poke-block-nps .btn-nps:nth-child(705n){-webkit-animation-delay:71.1s;animation-delay:71.1s}.poke-block-nps .btn-nps:nth-child(706n){-webkit-animation-delay:71.2s;animation-delay:71.2s}.poke-block-nps .btn-nps:nth-child(707n){-webkit-animation-delay:71.3s;animation-delay:71.3s}.poke-block-nps .btn-nps:nth-child(708n){-webkit-animation-delay:71.4s;animation-delay:71.4s}.poke-block-nps .btn-nps:nth-child(709n){-webkit-animation-delay:71.5s;animation-delay:71.5s}.poke-block-nps .btn-nps:nth-child(710n){-webkit-animation-delay:71.6s;animation-delay:71.6s}.poke-block-nps .btn-nps:nth-child(711n){-webkit-animation-delay:71.7s;animation-delay:71.7s}.poke-block-nps .btn-nps:nth-child(712n){-webkit-animation-delay:71.8s;animation-delay:71.8s}.poke-block-nps .btn-nps:nth-child(713n){-webkit-animation-delay:71.9s;animation-delay:71.9s}.poke-block-nps .btn-nps:nth-child(714n){-webkit-animation-delay:72s;animation-delay:72s}.poke-block-nps .btn-nps:nth-child(715n){-webkit-animation-delay:72.1s;animation-delay:72.1s}.poke-block-nps .btn-nps:nth-child(716n){-webkit-animation-delay:72.2s;animation-delay:72.2s}.poke-block-nps .btn-nps:nth-child(717n){-webkit-animation-delay:72.3s;animation-delay:72.3s}.poke-block-nps .btn-nps:nth-child(718n){-webkit-animation-delay:72.4s;animation-delay:72.4s}.poke-block-nps .btn-nps:nth-child(719n){-webkit-animation-delay:72.5s;animation-delay:72.5s}.poke-block-nps .btn-nps:nth-child(720n){-webkit-animation-delay:72.6s;animation-delay:72.6s}.poke-block-nps .btn-nps:nth-child(721n){-webkit-animation-delay:72.7s;animation-delay:72.7s}.poke-block-nps .btn-nps:nth-child(722n){-webkit-animation-delay:72.8s;animation-delay:72.8s}.poke-block-nps .btn-nps:nth-child(723n){-webkit-animation-delay:72.9s;animation-delay:72.9s}.poke-block-nps .btn-nps:nth-child(724n){-webkit-animation-delay:73s;animation-delay:73s}.poke-block-nps .btn-nps:nth-child(725n){-webkit-animation-delay:73.1s;animation-delay:73.1s}.poke-block-nps .btn-nps:nth-child(726n){-webkit-animation-delay:73.2s;animation-delay:73.2s}.poke-block-nps .btn-nps:nth-child(727n){-webkit-animation-delay:73.3s;animation-delay:73.3s}.poke-block-nps .btn-nps:nth-child(728n){-webkit-animation-delay:73.4s;animation-delay:73.4s}.poke-block-nps .btn-nps:nth-child(729n){-webkit-animation-delay:73.5s;animation-delay:73.5s}.poke-block-nps .btn-nps:nth-child(730n){-webkit-animation-delay:73.6s;animation-delay:73.6s}.poke-block-nps .btn-nps:nth-child(731n){-webkit-animation-delay:73.7s;animation-delay:73.7s}.poke-block-nps .btn-nps:nth-child(732n){-webkit-animation-delay:73.8s;animation-delay:73.8s}.poke-block-nps .btn-nps:nth-child(733n){-webkit-animation-delay:73.9s;animation-delay:73.9s}.poke-block-nps .btn-nps:nth-child(734n){-webkit-animation-delay:74s;animation-delay:74s}.poke-block-nps .btn-nps:nth-child(735n){-webkit-animation-delay:74.1s;animation-delay:74.1s}.poke-block-nps .btn-nps:nth-child(736n){-webkit-animation-delay:74.2s;animation-delay:74.2s}.poke-block-nps .btn-nps:nth-child(737n){-webkit-animation-delay:74.3s;animation-delay:74.3s}.poke-block-nps .btn-nps:nth-child(738n){-webkit-animation-delay:74.4s;animation-delay:74.4s}.poke-block-nps .btn-nps:nth-child(739n){-webkit-animation-delay:74.5s;animation-delay:74.5s}.poke-block-nps .btn-nps:nth-child(740n){-webkit-animation-delay:74.6s;animation-delay:74.6s}.poke-block-nps .btn-nps:nth-child(741n){-webkit-animation-delay:74.7s;animation-delay:74.7s}.poke-block-nps .btn-nps:nth-child(742n){-webkit-animation-delay:74.8s;animation-delay:74.8s}.poke-block-nps .btn-nps:nth-child(743n){-webkit-animation-delay:74.9s;animation-delay:74.9s}.poke-block-nps .btn-nps:nth-child(744n){-webkit-animation-delay:75s;animation-delay:75s}.poke-block-nps .btn-nps:nth-child(745n){-webkit-animation-delay:75.1s;animation-delay:75.1s}.poke-block-nps .btn-nps:nth-child(746n){-webkit-animation-delay:75.2s;animation-delay:75.2s}.poke-block-nps .btn-nps:nth-child(747n){-webkit-animation-delay:75.3s;animation-delay:75.3s}.poke-block-nps .btn-nps:nth-child(748n){-webkit-animation-delay:75.4s;animation-delay:75.4s}.poke-block-nps .btn-nps:nth-child(749n){-webkit-animation-delay:75.5s;animation-delay:75.5s}.poke-block-nps .btn-nps:nth-child(750n){-webkit-animation-delay:75.6s;animation-delay:75.6s}.poke-block-nps .btn-nps:nth-child(751n){-webkit-animation-delay:75.7s;animation-delay:75.7s}.poke-block-nps .btn-nps:nth-child(752n){-webkit-animation-delay:75.8s;animation-delay:75.8s}.poke-block-nps .btn-nps:nth-child(753n){-webkit-animation-delay:75.9s;animation-delay:75.9s}.poke-block-nps .btn-nps:nth-child(754n){-webkit-animation-delay:76s;animation-delay:76s}.poke-block-nps .btn-nps:nth-child(755n){-webkit-animation-delay:76.1s;animation-delay:76.1s}.poke-block-nps .btn-nps:nth-child(756n){-webkit-animation-delay:76.2s;animation-delay:76.2s}.poke-block-nps .btn-nps:nth-child(757n){-webkit-animation-delay:76.3s;animation-delay:76.3s}.poke-block-nps .btn-nps:nth-child(758n){-webkit-animation-delay:76.4s;animation-delay:76.4s}.poke-block-nps .btn-nps:nth-child(759n){-webkit-animation-delay:76.5s;animation-delay:76.5s}.poke-block-nps .btn-nps:nth-child(760n){-webkit-animation-delay:76.6s;animation-delay:76.6s}.poke-block-nps .btn-nps:nth-child(761n){-webkit-animation-delay:76.7s;animation-delay:76.7s}.poke-block-nps .btn-nps:nth-child(762n){-webkit-animation-delay:76.8s;animation-delay:76.8s}.poke-block-nps .btn-nps:nth-child(763n){-webkit-animation-delay:76.9s;animation-delay:76.9s}.poke-block-nps .btn-nps:nth-child(764n){-webkit-animation-delay:77s;animation-delay:77s}.poke-block-nps .btn-nps:nth-child(765n){-webkit-animation-delay:77.1s;animation-delay:77.1s}.poke-block-nps .btn-nps:nth-child(766n){-webkit-animation-delay:77.2s;animation-delay:77.2s}.poke-block-nps .btn-nps:nth-child(767n){-webkit-animation-delay:77.3s;animation-delay:77.3s}.poke-block-nps .btn-nps:nth-child(768n){-webkit-animation-delay:77.4s;animation-delay:77.4s}.poke-block-nps .btn-nps:nth-child(769n){-webkit-animation-delay:77.5s;animation-delay:77.5s}.poke-block-nps .btn-nps:nth-child(770n){-webkit-animation-delay:77.6s;animation-delay:77.6s}.poke-block-nps .btn-nps:nth-child(771n){-webkit-animation-delay:77.7s;animation-delay:77.7s}.poke-block-nps .btn-nps:nth-child(772n){-webkit-animation-delay:77.8s;animation-delay:77.8s}.poke-block-nps .btn-nps:nth-child(773n){-webkit-animation-delay:77.9s;animation-delay:77.9s}.poke-block-nps .btn-nps:nth-child(774n){-webkit-animation-delay:78s;animation-delay:78s}.poke-block-nps .btn-nps:nth-child(775n){-webkit-animation-delay:78.1s;animation-delay:78.1s}.poke-block-nps .btn-nps:nth-child(776n){-webkit-animation-delay:78.2s;animation-delay:78.2s}.poke-block-nps .btn-nps:nth-child(777n){-webkit-animation-delay:78.3s;animation-delay:78.3s}.poke-block-nps .btn-nps:nth-child(778n){-webkit-animation-delay:78.4s;animation-delay:78.4s}.poke-block-nps .btn-nps:nth-child(779n){-webkit-animation-delay:78.5s;animation-delay:78.5s}.poke-block-nps .btn-nps:nth-child(780n){-webkit-animation-delay:78.6s;animation-delay:78.6s}.poke-block-nps .btn-nps:nth-child(781n){-webkit-animation-delay:78.7s;animation-delay:78.7s}.poke-block-nps .btn-nps:nth-child(782n){-webkit-animation-delay:78.8s;animation-delay:78.8s}.poke-block-nps .btn-nps:nth-child(783n){-webkit-animation-delay:78.9s;animation-delay:78.9s}.poke-block-nps .btn-nps:nth-child(784n){-webkit-animation-delay:79s;animation-delay:79s}.poke-block-nps .btn-nps:nth-child(785n){-webkit-animation-delay:79.1s;animation-delay:79.1s}.poke-block-nps .btn-nps:nth-child(786n){-webkit-animation-delay:79.2s;animation-delay:79.2s}.poke-block-nps .btn-nps:nth-child(787n){-webkit-animation-delay:79.3s;animation-delay:79.3s}.poke-block-nps .btn-nps:nth-child(788n){-webkit-animation-delay:79.4s;animation-delay:79.4s}.poke-block-nps .btn-nps:nth-child(789n){-webkit-animation-delay:79.5s;animation-delay:79.5s}.poke-block-nps .btn-nps:nth-child(790n){-webkit-animation-delay:79.6s;animation-delay:79.6s}.poke-block-nps .btn-nps:nth-child(791n){-webkit-animation-delay:79.7s;animation-delay:79.7s}.poke-block-nps .btn-nps:nth-child(792n){-webkit-animation-delay:79.8s;animation-delay:79.8s}.poke-block-nps .btn-nps:nth-child(793n){-webkit-animation-delay:79.9s;animation-delay:79.9s}.poke-block-nps .btn-nps:nth-child(794n){-webkit-animation-delay:80s;animation-delay:80s}.poke-block-nps .btn-nps:nth-child(795n){-webkit-animation-delay:80.1s;animation-delay:80.1s}.poke-block-nps .btn-nps:nth-child(796n){-webkit-animation-delay:80.2s;animation-delay:80.2s}.poke-block-nps .btn-nps:nth-child(797n){-webkit-animation-delay:80.3s;animation-delay:80.3s}.poke-block-nps .btn-nps:nth-child(798n){-webkit-animation-delay:80.4s;animation-delay:80.4s}.poke-block-nps .btn-nps:nth-child(799n){-webkit-animation-delay:80.5s;animation-delay:80.5s}.poke-block-nps .btn-nps:nth-child(800n){-webkit-animation-delay:80.6s;animation-delay:80.6s}.poke-block-nps .btn-nps:nth-child(801n){-webkit-animation-delay:80.7s;animation-delay:80.7s}.poke-block-nps .btn-nps:nth-child(802n){-webkit-animation-delay:80.8s;animation-delay:80.8s}.poke-block-nps .btn-nps:nth-child(803n){-webkit-animation-delay:80.9s;animation-delay:80.9s}.poke-block-nps .btn-nps:nth-child(804n){-webkit-animation-delay:81s;animation-delay:81s}.poke-block-nps .btn-nps:nth-child(805n){-webkit-animation-delay:81.1s;animation-delay:81.1s}.poke-block-nps .btn-nps:nth-child(806n){-webkit-animation-delay:81.2s;animation-delay:81.2s}.poke-block-nps .btn-nps:nth-child(807n){-webkit-animation-delay:81.3s;animation-delay:81.3s}.poke-block-nps .btn-nps:nth-child(808n){-webkit-animation-delay:81.4s;animation-delay:81.4s}.poke-block-nps .btn-nps:nth-child(809n){-webkit-animation-delay:81.5s;animation-delay:81.5s}.poke-block-nps .btn-nps:nth-child(810n){-webkit-animation-delay:81.6s;animation-delay:81.6s}.poke-block-nps .btn-nps:nth-child(811n){-webkit-animation-delay:81.7s;animation-delay:81.7s}.poke-block-nps .btn-nps:nth-child(812n){-webkit-animation-delay:81.8s;animation-delay:81.8s}.poke-block-nps .btn-nps:nth-child(813n){-webkit-animation-delay:81.9s;animation-delay:81.9s}.poke-block-nps .btn-nps:nth-child(814n){-webkit-animation-delay:82s;animation-delay:82s}.poke-block-nps .btn-nps:nth-child(815n){-webkit-animation-delay:82.1s;animation-delay:82.1s}.poke-block-nps .btn-nps:nth-child(816n){-webkit-animation-delay:82.2s;animation-delay:82.2s}.poke-block-nps .btn-nps:nth-child(817n){-webkit-animation-delay:82.3s;animation-delay:82.3s}.poke-block-nps .btn-nps:nth-child(818n){-webkit-animation-delay:82.4s;animation-delay:82.4s}.poke-block-nps .btn-nps:nth-child(819n){-webkit-animation-delay:82.5s;animation-delay:82.5s}.poke-block-nps .btn-nps:nth-child(820n){-webkit-animation-delay:82.6s;animation-delay:82.6s}.poke-block-nps .btn-nps:nth-child(821n){-webkit-animation-delay:82.7s;animation-delay:82.7s}.poke-block-nps .btn-nps:nth-child(822n){-webkit-animation-delay:82.8s;animation-delay:82.8s}.poke-block-nps .btn-nps:nth-child(823n){-webkit-animation-delay:82.9s;animation-delay:82.9s}.poke-block-nps .btn-nps:nth-child(824n){-webkit-animation-delay:83s;animation-delay:83s}.poke-block-nps .btn-nps:nth-child(825n){-webkit-animation-delay:83.1s;animation-delay:83.1s}.poke-block-nps .btn-nps:nth-child(826n){-webkit-animation-delay:83.2s;animation-delay:83.2s}.poke-block-nps .btn-nps:nth-child(827n){-webkit-animation-delay:83.3s;animation-delay:83.3s}.poke-block-nps .btn-nps:nth-child(828n){-webkit-animation-delay:83.4s;animation-delay:83.4s}.poke-block-nps .btn-nps:nth-child(829n){-webkit-animation-delay:83.5s;animation-delay:83.5s}.poke-block-nps .btn-nps:nth-child(830n){-webkit-animation-delay:83.6s;animation-delay:83.6s}.poke-block-nps .btn-nps:nth-child(831n){-webkit-animation-delay:83.7s;animation-delay:83.7s}.poke-block-nps .btn-nps:nth-child(832n){-webkit-animation-delay:83.8s;animation-delay:83.8s}.poke-block-nps .btn-nps:nth-child(833n){-webkit-animation-delay:83.9s;animation-delay:83.9s}.poke-block-nps .btn-nps:nth-child(834n){-webkit-animation-delay:84s;animation-delay:84s}.poke-block-nps .btn-nps:nth-child(835n){-webkit-animation-delay:84.1s;animation-delay:84.1s}.poke-block-nps .btn-nps:nth-child(836n){-webkit-animation-delay:84.2s;animation-delay:84.2s}.poke-block-nps .btn-nps:nth-child(837n){-webkit-animation-delay:84.3s;animation-delay:84.3s}.poke-block-nps .btn-nps:nth-child(838n){-webkit-animation-delay:84.4s;animation-delay:84.4s}.poke-block-nps .btn-nps:nth-child(839n){-webkit-animation-delay:84.5s;animation-delay:84.5s}.poke-block-nps .btn-nps:nth-child(840n){-webkit-animation-delay:84.6s;animation-delay:84.6s}.poke-block-nps .btn-nps:nth-child(841n){-webkit-animation-delay:84.7s;animation-delay:84.7s}.poke-block-nps .btn-nps:nth-child(842n){-webkit-animation-delay:84.8s;animation-delay:84.8s}.poke-block-nps .btn-nps:nth-child(843n){-webkit-animation-delay:84.9s;animation-delay:84.9s}.poke-block-nps .btn-nps:nth-child(844n){-webkit-animation-delay:85s;animation-delay:85s}.poke-block-nps .btn-nps:nth-child(845n){-webkit-animation-delay:85.1s;animation-delay:85.1s}.poke-block-nps .btn-nps:nth-child(846n){-webkit-animation-delay:85.2s;animation-delay:85.2s}.poke-block-nps .btn-nps:nth-child(847n){-webkit-animation-delay:85.3s;animation-delay:85.3s}.poke-block-nps .btn-nps:nth-child(848n){-webkit-animation-delay:85.4s;animation-delay:85.4s}.poke-block-nps .btn-nps:nth-child(849n){-webkit-animation-delay:85.5s;animation-delay:85.5s}.poke-block-nps .btn-nps:nth-child(850n){-webkit-animation-delay:85.6s;animation-delay:85.6s}.poke-block-nps .btn-nps:nth-child(851n){-webkit-animation-delay:85.7s;animation-delay:85.7s}.poke-block-nps .btn-nps:nth-child(852n){-webkit-animation-delay:85.8s;animation-delay:85.8s}.poke-block-nps .btn-nps:nth-child(853n){-webkit-animation-delay:85.9s;animation-delay:85.9s}.poke-block-nps .btn-nps:nth-child(854n){-webkit-animation-delay:86s;animation-delay:86s}.poke-block-nps .btn-nps:nth-child(855n){-webkit-animation-delay:86.1s;animation-delay:86.1s}.poke-block-nps .btn-nps:nth-child(856n){-webkit-animation-delay:86.2s;animation-delay:86.2s}.poke-block-nps .btn-nps:nth-child(857n){-webkit-animation-delay:86.3s;animation-delay:86.3s}.poke-block-nps .btn-nps:nth-child(858n){-webkit-animation-delay:86.4s;animation-delay:86.4s}.poke-block-nps .btn-nps:nth-child(859n){-webkit-animation-delay:86.5s;animation-delay:86.5s}.poke-block-nps .btn-nps:nth-child(860n){-webkit-animation-delay:86.6s;animation-delay:86.6s}.poke-block-nps .btn-nps:nth-child(861n){-webkit-animation-delay:86.7s;animation-delay:86.7s}.poke-block-nps .btn-nps:nth-child(862n){-webkit-animation-delay:86.8s;animation-delay:86.8s}.poke-block-nps .btn-nps:nth-child(863n){-webkit-animation-delay:86.9s;animation-delay:86.9s}.poke-block-nps .btn-nps:nth-child(864n){-webkit-animation-delay:87s;animation-delay:87s}.poke-block-nps .btn-nps:nth-child(865n){-webkit-animation-delay:87.1s;animation-delay:87.1s}.poke-block-nps .btn-nps:nth-child(866n){-webkit-animation-delay:87.2s;animation-delay:87.2s}.poke-block-nps .btn-nps:nth-child(867n){-webkit-animation-delay:87.3s;animation-delay:87.3s}.poke-block-nps .btn-nps:nth-child(868n){-webkit-animation-delay:87.4s;animation-delay:87.4s}.poke-block-nps .btn-nps:nth-child(869n){-webkit-animation-delay:87.5s;animation-delay:87.5s}.poke-block-nps .btn-nps:nth-child(870n){-webkit-animation-delay:87.6s;animation-delay:87.6s}.poke-block-nps .btn-nps:nth-child(871n){-webkit-animation-delay:87.7s;animation-delay:87.7s}.poke-block-nps .btn-nps:nth-child(872n){-webkit-animation-delay:87.8s;animation-delay:87.8s}.poke-block-nps .btn-nps:nth-child(873n){-webkit-animation-delay:87.9s;animation-delay:87.9s}.poke-block-nps .btn-nps:nth-child(874n){-webkit-animation-delay:88s;animation-delay:88s}.poke-block-nps .btn-nps:nth-child(875n){-webkit-animation-delay:88.1s;animation-delay:88.1s}.poke-block-nps .btn-nps:nth-child(876n){-webkit-animation-delay:88.2s;animation-delay:88.2s}.poke-block-nps .btn-nps:nth-child(877n){-webkit-animation-delay:88.3s;animation-delay:88.3s}.poke-block-nps .btn-nps:nth-child(878n){-webkit-animation-delay:88.4s;animation-delay:88.4s}.poke-block-nps .btn-nps:nth-child(879n){-webkit-animation-delay:88.5s;animation-delay:88.5s}.poke-block-nps .btn-nps:nth-child(880n){-webkit-animation-delay:88.6s;animation-delay:88.6s}.poke-block-nps .btn-nps:nth-child(881n){-webkit-animation-delay:88.7s;animation-delay:88.7s}.poke-block-nps .btn-nps:nth-child(882n){-webkit-animation-delay:88.8s;animation-delay:88.8s}.poke-block-nps .btn-nps:nth-child(883n){-webkit-animation-delay:88.9s;animation-delay:88.9s}.poke-block-nps .btn-nps:nth-child(884n){-webkit-animation-delay:89s;animation-delay:89s}.poke-block-nps .btn-nps:nth-child(885n){-webkit-animation-delay:89.1s;animation-delay:89.1s}.poke-block-nps .btn-nps:nth-child(886n){-webkit-animation-delay:89.2s;animation-delay:89.2s}.poke-block-nps .btn-nps:nth-child(887n){-webkit-animation-delay:89.3s;animation-delay:89.3s}.poke-block-nps .btn-nps:nth-child(888n){-webkit-animation-delay:89.4s;animation-delay:89.4s}.poke-block-nps .btn-nps:nth-child(889n){-webkit-animation-delay:89.5s;animation-delay:89.5s}.poke-block-nps .btn-nps:nth-child(890n){-webkit-animation-delay:89.6s;animation-delay:89.6s}.poke-block-nps .btn-nps:nth-child(891n){-webkit-animation-delay:89.7s;animation-delay:89.7s}.poke-block-nps .btn-nps:nth-child(892n){-webkit-animation-delay:89.8s;animation-delay:89.8s}.poke-block-nps .btn-nps:nth-child(893n){-webkit-animation-delay:89.9s;animation-delay:89.9s}.poke-block-nps .btn-nps:nth-child(894n){-webkit-animation-delay:90s;animation-delay:90s}.poke-block-nps .btn-nps:nth-child(895n){-webkit-animation-delay:90.1s;animation-delay:90.1s}.poke-block-nps .btn-nps:nth-child(896n){-webkit-animation-delay:90.2s;animation-delay:90.2s}.poke-block-nps .btn-nps:nth-child(897n){-webkit-animation-delay:90.3s;animation-delay:90.3s}.poke-block-nps .btn-nps:nth-child(898n){-webkit-animation-delay:90.4s;animation-delay:90.4s}.poke-block-nps .btn-nps:nth-child(899n){-webkit-animation-delay:90.5s;animation-delay:90.5s}.poke-block-nps .btn-nps:nth-child(900n){-webkit-animation-delay:90.6s;animation-delay:90.6s}.poke-block-nps .btn-nps:nth-child(901n){-webkit-animation-delay:90.7s;animation-delay:90.7s}.poke-block-nps .btn-nps:nth-child(902n){-webkit-animation-delay:90.8s;animation-delay:90.8s}.poke-block-nps .btn-nps:nth-child(903n){-webkit-animation-delay:90.9s;animation-delay:90.9s}.poke-block-nps .btn-nps:nth-child(904n){-webkit-animation-delay:91s;animation-delay:91s}.poke-block-nps .btn-nps:nth-child(905n){-webkit-animation-delay:91.1s;animation-delay:91.1s}.poke-block-nps .btn-nps:nth-child(906n){-webkit-animation-delay:91.2s;animation-delay:91.2s}.poke-block-nps .btn-nps:nth-child(907n){-webkit-animation-delay:91.3s;animation-delay:91.3s}.poke-block-nps .btn-nps:nth-child(908n){-webkit-animation-delay:91.4s;animation-delay:91.4s}.poke-block-nps .btn-nps:nth-child(909n){-webkit-animation-delay:91.5s;animation-delay:91.5s}.poke-block-nps .btn-nps:nth-child(910n){-webkit-animation-delay:91.6s;animation-delay:91.6s}.poke-block-nps .btn-nps:nth-child(911n){-webkit-animation-delay:91.7s;animation-delay:91.7s}.poke-block-nps .btn-nps:nth-child(912n){-webkit-animation-delay:91.8s;animation-delay:91.8s}.poke-block-nps .btn-nps:nth-child(913n){-webkit-animation-delay:91.9s;animation-delay:91.9s}.poke-block-nps .btn-nps:nth-child(914n){-webkit-animation-delay:92s;animation-delay:92s}.poke-block-nps .btn-nps:nth-child(915n){-webkit-animation-delay:92.1s;animation-delay:92.1s}.poke-block-nps .btn-nps:nth-child(916n){-webkit-animation-delay:92.2s;animation-delay:92.2s}.poke-block-nps .btn-nps:nth-child(917n){-webkit-animation-delay:92.3s;animation-delay:92.3s}.poke-block-nps .btn-nps:nth-child(918n){-webkit-animation-delay:92.4s;animation-delay:92.4s}.poke-block-nps .btn-nps:nth-child(919n){-webkit-animation-delay:92.5s;animation-delay:92.5s}.poke-block-nps .btn-nps:nth-child(920n){-webkit-animation-delay:92.6s;animation-delay:92.6s}.poke-block-nps .btn-nps:nth-child(921n){-webkit-animation-delay:92.7s;animation-delay:92.7s}.poke-block-nps .btn-nps:nth-child(922n){-webkit-animation-delay:92.8s;animation-delay:92.8s}.poke-block-nps .btn-nps:nth-child(923n){-webkit-animation-delay:92.9s;animation-delay:92.9s}.poke-block-nps .btn-nps:nth-child(924n){-webkit-animation-delay:93s;animation-delay:93s}.poke-block-nps .btn-nps:nth-child(925n){-webkit-animation-delay:93.1s;animation-delay:93.1s}.poke-block-nps .btn-nps:nth-child(926n){-webkit-animation-delay:93.2s;animation-delay:93.2s}.poke-block-nps .btn-nps:nth-child(927n){-webkit-animation-delay:93.3s;animation-delay:93.3s}.poke-block-nps .btn-nps:nth-child(928n){-webkit-animation-delay:93.4s;animation-delay:93.4s}.poke-block-nps .btn-nps:nth-child(929n){-webkit-animation-delay:93.5s;animation-delay:93.5s}.poke-block-nps .btn-nps:nth-child(930n){-webkit-animation-delay:93.6s;animation-delay:93.6s}.poke-block-nps .btn-nps:nth-child(931n){-webkit-animation-delay:93.7s;animation-delay:93.7s}.poke-block-nps .btn-nps:nth-child(932n){-webkit-animation-delay:93.8s;animation-delay:93.8s}.poke-block-nps .btn-nps:nth-child(933n){-webkit-animation-delay:93.9s;animation-delay:93.9s}.poke-block-nps .btn-nps:nth-child(934n){-webkit-animation-delay:94s;animation-delay:94s}.poke-block-nps .btn-nps:nth-child(935n){-webkit-animation-delay:94.1s;animation-delay:94.1s}.poke-block-nps .btn-nps:nth-child(936n){-webkit-animation-delay:94.2s;animation-delay:94.2s}.poke-block-nps .btn-nps:nth-child(937n){-webkit-animation-delay:94.3s;animation-delay:94.3s}.poke-block-nps .btn-nps:nth-child(938n){-webkit-animation-delay:94.4s;animation-delay:94.4s}.poke-block-nps .btn-nps:nth-child(939n){-webkit-animation-delay:94.5s;animation-delay:94.5s}.poke-block-nps .btn-nps:nth-child(940n){-webkit-animation-delay:94.6s;animation-delay:94.6s}.poke-block-nps .btn-nps:nth-child(941n){-webkit-animation-delay:94.7s;animation-delay:94.7s}.poke-block-nps .btn-nps:nth-child(942n){-webkit-animation-delay:94.8s;animation-delay:94.8s}.poke-block-nps .btn-nps:nth-child(943n){-webkit-animation-delay:94.9s;animation-delay:94.9s}.poke-block-nps .btn-nps:nth-child(944n){-webkit-animation-delay:95s;animation-delay:95s}.poke-block-nps .btn-nps:nth-child(945n){-webkit-animation-delay:95.1s;animation-delay:95.1s}.poke-block-nps .btn-nps:nth-child(946n){-webkit-animation-delay:95.2s;animation-delay:95.2s}.poke-block-nps .btn-nps:nth-child(947n){-webkit-animation-delay:95.3s;animation-delay:95.3s}.poke-block-nps .btn-nps:nth-child(948n){-webkit-animation-delay:95.4s;animation-delay:95.4s}.poke-block-nps .btn-nps:nth-child(949n){-webkit-animation-delay:95.5s;animation-delay:95.5s}.poke-block-nps .btn-nps:nth-child(950n){-webkit-animation-delay:95.6s;animation-delay:95.6s}.poke-block-nps .btn-nps:nth-child(951n){-webkit-animation-delay:95.7s;animation-delay:95.7s}.poke-block-nps .btn-nps:nth-child(952n){-webkit-animation-delay:95.8s;animation-delay:95.8s}.poke-block-nps .btn-nps:nth-child(953n){-webkit-animation-delay:95.9s;animation-delay:95.9s}.poke-block-nps .btn-nps:nth-child(954n){-webkit-animation-delay:96s;animation-delay:96s}.poke-block-nps .btn-nps:nth-child(955n){-webkit-animation-delay:96.1s;animation-delay:96.1s}.poke-block-nps .btn-nps:nth-child(956n){-webkit-animation-delay:96.2s;animation-delay:96.2s}.poke-block-nps .btn-nps:nth-child(957n){-webkit-animation-delay:96.3s;animation-delay:96.3s}.poke-block-nps .btn-nps:nth-child(958n){-webkit-animation-delay:96.4s;animation-delay:96.4s}.poke-block-nps .btn-nps:nth-child(959n){-webkit-animation-delay:96.5s;animation-delay:96.5s}.poke-block-nps .btn-nps:nth-child(960n){-webkit-animation-delay:96.6s;animation-delay:96.6s}.poke-block-nps .btn-nps:nth-child(961n){-webkit-animation-delay:96.7s;animation-delay:96.7s}.poke-block-nps .btn-nps:nth-child(962n){-webkit-animation-delay:96.8s;animation-delay:96.8s}.poke-block-nps .btn-nps:nth-child(963n){-webkit-animation-delay:96.9s;animation-delay:96.9s}.poke-block-nps .btn-nps:nth-child(964n){-webkit-animation-delay:97s;animation-delay:97s}.poke-block-nps .btn-nps:nth-child(965n){-webkit-animation-delay:97.1s;animation-delay:97.1s}.poke-block-nps .btn-nps:nth-child(966n){-webkit-animation-delay:97.2s;animation-delay:97.2s}.poke-block-nps .btn-nps:nth-child(967n){-webkit-animation-delay:97.3s;animation-delay:97.3s}.poke-block-nps .btn-nps:nth-child(968n){-webkit-animation-delay:97.4s;animation-delay:97.4s}.poke-block-nps .btn-nps:nth-child(969n){-webkit-animation-delay:97.5s;animation-delay:97.5s}.poke-block-nps .btn-nps:nth-child(970n){-webkit-animation-delay:97.6s;animation-delay:97.6s}.poke-block-nps .btn-nps:nth-child(971n){-webkit-animation-delay:97.7s;animation-delay:97.7s}.poke-block-nps .btn-nps:nth-child(972n){-webkit-animation-delay:97.8s;animation-delay:97.8s}.poke-block-nps .btn-nps:nth-child(973n){-webkit-animation-delay:97.9s;animation-delay:97.9s}.poke-block-nps .btn-nps:nth-child(974n){-webkit-animation-delay:98s;animation-delay:98s}.poke-block-nps .btn-nps:nth-child(975n){-webkit-animation-delay:98.1s;animation-delay:98.1s}.poke-block-nps .btn-nps:nth-child(976n){-webkit-animation-delay:98.2s;animation-delay:98.2s}.poke-block-nps .btn-nps:nth-child(977n){-webkit-animation-delay:98.3s;animation-delay:98.3s}.poke-block-nps .btn-nps:nth-child(978n){-webkit-animation-delay:98.4s;animation-delay:98.4s}.poke-block-nps .btn-nps:nth-child(979n){-webkit-animation-delay:98.5s;animation-delay:98.5s}.poke-block-nps .btn-nps:nth-child(980n){-webkit-animation-delay:98.6s;animation-delay:98.6s}.poke-block-nps .btn-nps:nth-child(981n){-webkit-animation-delay:98.7s;animation-delay:98.7s}.poke-block-nps .btn-nps:nth-child(982n){-webkit-animation-delay:98.8s;animation-delay:98.8s}.poke-block-nps .btn-nps:nth-child(983n){-webkit-animation-delay:98.9s;animation-delay:98.9s}.poke-block-nps .btn-nps:nth-child(984n){-webkit-animation-delay:99s;animation-delay:99s}.poke-block-nps .btn-nps:nth-child(985n){-webkit-animation-delay:99.1s;animation-delay:99.1s}.poke-block-nps .btn-nps:nth-child(986n){-webkit-animation-delay:99.2s;animation-delay:99.2s}.poke-block-nps .btn-nps:nth-child(987n){-webkit-animation-delay:99.3s;animation-delay:99.3s}.poke-block-nps .btn-nps:nth-child(988n){-webkit-animation-delay:99.4s;animation-delay:99.4s}.poke-block-nps .btn-nps:nth-child(989n){-webkit-animation-delay:99.5s;animation-delay:99.5s}.poke-block-nps .btn-nps:nth-child(990n){-webkit-animation-delay:99.6s;animation-delay:99.6s}.poke-block-nps .btn-nps:nth-child(991n){-webkit-animation-delay:99.7s;animation-delay:99.7s}.poke-block-nps .btn-nps:nth-child(992n){-webkit-animation-delay:99.8s;animation-delay:99.8s}.poke-block-nps .btn-nps:nth-child(993n){-webkit-animation-delay:99.9s;animation-delay:99.9s}.poke-block-nps .btn-nps:nth-child(994n){-webkit-animation-delay:100s;animation-delay:100s}.poke-block-nps .btn-nps:nth-child(995n){-webkit-animation-delay:100.1s;animation-delay:100.1s}.poke-block-nps .btn-nps:nth-child(996n){-webkit-animation-delay:100.2s;animation-delay:100.2s}.poke-block-nps .btn-nps:nth-child(997n){-webkit-animation-delay:100.3s;animation-delay:100.3s}.poke-block-nps .btn-nps:nth-child(998n){-webkit-animation-delay:100.4s;animation-delay:100.4s}.poke-block-nps .btn-nps:nth-child(999n){-webkit-animation-delay:100.5s;animation-delay:100.5s}.poke-block-nps .btn-nps:nth-child(1000n){-webkit-animation-delay:100.6s;animation-delay:100.6s}.poke-block-nps .btn-nps:nth-child(1001n){-webkit-animation-delay:100.7s;animation-delay:100.7s}.poke-block-nps .btn-nps:nth-child(1002n){-webkit-animation-delay:100.8s;animation-delay:100.8s}.poke-block-nps .btn-nps:nth-child(1003n){-webkit-animation-delay:100.9s;animation-delay:100.9s}.poke-block-nps .btn-nps:nth-child(1004n){-webkit-animation-delay:101s;animation-delay:101s}.poke-block-nps .btn-nps:nth-child(1005n){-webkit-animation-delay:101.1s;animation-delay:101.1s}.poke-block-nps .btn-nps:nth-child(1006n){-webkit-animation-delay:101.2s;animation-delay:101.2s}.poke-block-nps .btn-nps:nth-child(1007n){-webkit-animation-delay:101.3s;animation-delay:101.3s}.poke-block-nps .btn-nps:nth-child(1008n){-webkit-animation-delay:101.4s;animation-delay:101.4s}.poke-block-nps .btn-nps:nth-child(1009n){-webkit-animation-delay:101.5s;animation-delay:101.5s}.poke-block-nps .btn-nps:nth-child(1010n){-webkit-animation-delay:101.6s;animation-delay:101.6s}.poke-block-nps .btn-nps:nth-child(1011n){-webkit-animation-delay:101.7s;animation-delay:101.7s}.poke-block-nps .btn-nps:nth-child(1012n){-webkit-animation-delay:101.8s;animation-delay:101.8s}.poke-block-nps .btn-nps:nth-child(1013n){-webkit-animation-delay:101.9s;animation-delay:101.9s}.poke-block-nps .btn-nps:nth-child(1014n){-webkit-animation-delay:102s;animation-delay:102s}.poke-block-nps .btn-nps:nth-child(1015n){-webkit-animation-delay:102.1s;animation-delay:102.1s}.poke-block-nps .btn-nps:nth-child(1016n){-webkit-animation-delay:102.2s;animation-delay:102.2s}.poke-block-nps .btn-nps:nth-child(1017n){-webkit-animation-delay:102.3s;animation-delay:102.3s}.poke-block-nps .btn-nps:nth-child(1018n){-webkit-animation-delay:102.4s;animation-delay:102.4s}.poke-block-nps .btn-nps:nth-child(1019n){-webkit-animation-delay:102.5s;animation-delay:102.5s}.poke-block-nps .btn-nps:nth-child(1020n){-webkit-animation-delay:102.6s;animation-delay:102.6s}.poke-block-nps .btn-nps:nth-child(1021n){-webkit-animation-delay:102.7s;animation-delay:102.7s}.poke-block-nps .btn-nps:nth-child(1022n){-webkit-animation-delay:102.8s;animation-delay:102.8s}.poke-block-nps .btn-nps:nth-child(1023n){-webkit-animation-delay:102.9s;animation-delay:102.9s}.poke-block-nps .btn-nps:nth-child(1024n){-webkit-animation-delay:103s;animation-delay:103s}.poke-block-nps .btn-nps:nth-child(1025n){-webkit-animation-delay:103.1s;animation-delay:103.1s}.poke-block-nps .btn-nps:nth-child(1026n){-webkit-animation-delay:103.2s;animation-delay:103.2s}.poke-block-nps .btn-nps:nth-child(1027n){-webkit-animation-delay:103.3s;animation-delay:103.3s}.poke-block-nps .btn-nps:nth-child(1028n){-webkit-animation-delay:103.4s;animation-delay:103.4s}.poke-block-nps .btn-nps:nth-child(1029n){-webkit-animation-delay:103.5s;animation-delay:103.5s}.poke-block-nps .btn-nps:nth-child(1030n){-webkit-animation-delay:103.6s;animation-delay:103.6s}.poke-block-nps .btn-nps:nth-child(1031n){-webkit-animation-delay:103.7s;animation-delay:103.7s}.poke-block-nps .btn-nps:nth-child(1032n){-webkit-animation-delay:103.8s;animation-delay:103.8s}.poke-block-nps .btn-nps:nth-child(1033n){-webkit-animation-delay:103.9s;animation-delay:103.9s}.poke-block-nps .btn-nps:nth-child(1034n){-webkit-animation-delay:104s;animation-delay:104s}.poke-block-nps .btn-nps:nth-child(1035n){-webkit-animation-delay:104.1s;animation-delay:104.1s}.poke-block-nps .btn-nps:nth-child(1036n){-webkit-animation-delay:104.2s;animation-delay:104.2s}.poke-block-nps .btn-nps:nth-child(1037n){-webkit-animation-delay:104.3s;animation-delay:104.3s}.poke-block-nps .btn-nps:nth-child(1038n){-webkit-animation-delay:104.4s;animation-delay:104.4s}.poke-block-nps .btn-nps:nth-child(1039n){-webkit-animation-delay:104.5s;animation-delay:104.5s}.poke-block-nps .btn-nps:nth-child(1040n){-webkit-animation-delay:104.6s;animation-delay:104.6s}.poke-block-nps .btn-nps:nth-child(1041n){-webkit-animation-delay:104.7s;animation-delay:104.7s}.poke-block-nps .btn-nps:nth-child(1042n){-webkit-animation-delay:104.8s;animation-delay:104.8s}.poke-block-nps .btn-nps:nth-child(1043n){-webkit-animation-delay:104.9s;animation-delay:104.9s}.poke-block-nps .btn-nps:nth-child(1044n){-webkit-animation-delay:105s;animation-delay:105s}.poke-block-nps .btn-nps:nth-child(1045n){-webkit-animation-delay:105.1s;animation-delay:105.1s}.poke-block-nps .btn-nps:nth-child(1046n){-webkit-animation-delay:105.2s;animation-delay:105.2s}.poke-block-nps .btn-nps:nth-child(1047n){-webkit-animation-delay:105.3s;animation-delay:105.3s}.poke-block-nps .btn-nps:nth-child(1048n){-webkit-animation-delay:105.4s;animation-delay:105.4s}.poke-block-nps .btn-nps:nth-child(1049n){-webkit-animation-delay:105.5s;animation-delay:105.5s}.poke-block-nps .btn-nps:nth-child(1050n){-webkit-animation-delay:105.6s;animation-delay:105.6s}.poke-block-nps .btn-nps:nth-child(1051n){-webkit-animation-delay:105.7s;animation-delay:105.7s}.poke-block-nps .btn-nps:nth-child(1052n){-webkit-animation-delay:105.8s;animation-delay:105.8s}.poke-block-nps .btn-nps:nth-child(1053n){-webkit-animation-delay:105.9s;animation-delay:105.9s}.poke-block-nps .btn-nps:nth-child(1054n){-webkit-animation-delay:106s;animation-delay:106s}.poke-block-nps .btn-nps:nth-child(1055n){-webkit-animation-delay:106.1s;animation-delay:106.1s}.poke-block-nps .btn-nps:nth-child(1056n){-webkit-animation-delay:106.2s;animation-delay:106.2s}.poke-block-nps .btn-nps:nth-child(1057n){-webkit-animation-delay:106.3s;animation-delay:106.3s}.poke-block-nps .btn-nps:nth-child(1058n){-webkit-animation-delay:106.4s;animation-delay:106.4s}.poke-block-nps .btn-nps:nth-child(1059n){-webkit-animation-delay:106.5s;animation-delay:106.5s}.poke-block-nps .btn-nps:nth-child(1060n){-webkit-animation-delay:106.6s;animation-delay:106.6s}.poke-block-nps .btn-nps:nth-child(1061n){-webkit-animation-delay:106.7s;animation-delay:106.7s}.poke-block-nps .btn-nps:nth-child(1062n){-webkit-animation-delay:106.8s;animation-delay:106.8s}.poke-block-nps .btn-nps:nth-child(1063n){-webkit-animation-delay:106.9s;animation-delay:106.9s}.poke-block-nps .btn-nps:nth-child(1064n){-webkit-animation-delay:107s;animation-delay:107s}.poke-block-nps .btn-nps:nth-child(1065n){-webkit-animation-delay:107.1s;animation-delay:107.1s}.poke-block-nps .btn-nps:nth-child(1066n){-webkit-animation-delay:107.2s;animation-delay:107.2s}.poke-block-nps .btn-nps:nth-child(1067n){-webkit-animation-delay:107.3s;animation-delay:107.3s}.poke-block-nps .btn-nps:nth-child(1068n){-webkit-animation-delay:107.4s;animation-delay:107.4s}.poke-block-nps .btn-nps:nth-child(1069n){-webkit-animation-delay:107.5s;animation-delay:107.5s}.poke-block-nps .btn-nps:nth-child(1070n){-webkit-animation-delay:107.6s;animation-delay:107.6s}.poke-block-nps .btn-nps:nth-child(1071n){-webkit-animation-delay:107.7s;animation-delay:107.7s}.poke-block-nps .btn-nps:nth-child(1072n){-webkit-animation-delay:107.8s;animation-delay:107.8s}.poke-block-nps .btn-nps:nth-child(1073n){-webkit-animation-delay:107.9s;animation-delay:107.9s}.poke-block-nps .btn-nps:nth-child(1074n){-webkit-animation-delay:108s;animation-delay:108s}.poke-block-nps .btn-nps:nth-child(1075n){-webkit-animation-delay:108.1s;animation-delay:108.1s}.poke-block-nps .btn-nps:nth-child(1076n){-webkit-animation-delay:108.2s;animation-delay:108.2s}.poke-block-nps .btn-nps:nth-child(1077n){-webkit-animation-delay:108.3s;animation-delay:108.3s}.poke-block-nps .btn-nps:nth-child(1078n){-webkit-animation-delay:108.4s;animation-delay:108.4s}.poke-block-nps .btn-nps:nth-child(1079n){-webkit-animation-delay:108.5s;animation-delay:108.5s}.poke-block-nps .btn-nps:nth-child(1080n){-webkit-animation-delay:108.6s;animation-delay:108.6s}.poke-block-nps .btn-nps:nth-child(1081n){-webkit-animation-delay:108.7s;animation-delay:108.7s}.poke-block-nps .btn-nps:nth-child(1082n){-webkit-animation-delay:108.8s;animation-delay:108.8s}.poke-block-nps .btn-nps:nth-child(1083n){-webkit-animation-delay:108.9s;animation-delay:108.9s}.poke-block-nps .btn-nps:nth-child(1084n){-webkit-animation-delay:109s;animation-delay:109s}.poke-block-nps .btn-nps:nth-child(1085n){-webkit-animation-delay:109.1s;animation-delay:109.1s}.poke-block-nps .btn-nps:nth-child(1086n){-webkit-animation-delay:109.2s;animation-delay:109.2s}.poke-block-nps .btn-nps:nth-child(1087n){-webkit-animation-delay:109.3s;animation-delay:109.3s}.poke-block-nps .btn-nps:nth-child(1088n){-webkit-animation-delay:109.4s;animation-delay:109.4s}.poke-block-nps .btn-nps:nth-child(1089n){-webkit-animation-delay:109.5s;animation-delay:109.5s}.poke-block-nps .btn-nps:nth-child(1090n){-webkit-animation-delay:109.6s;animation-delay:109.6s}.poke-block-nps .btn-nps:nth-child(1091n){-webkit-animation-delay:109.7s;animation-delay:109.7s}.poke-block-nps .btn-nps:nth-child(1092n){-webkit-animation-delay:109.8s;animation-delay:109.8s}.poke-block-nps .btn-nps:nth-child(1093n){-webkit-animation-delay:109.9s;animation-delay:109.9s}.poke-block-nps .btn-nps:nth-child(1094n){-webkit-animation-delay:110s;animation-delay:110s}.poke-block-nps .btn-nps:nth-child(1095n){-webkit-animation-delay:110.1s;animation-delay:110.1s}.poke-block-nps .btn-nps:nth-child(1096n){-webkit-animation-delay:110.2s;animation-delay:110.2s}.poke-block-nps .btn-nps:nth-child(1097n){-webkit-animation-delay:110.3s;animation-delay:110.3s}.poke-block-nps .btn-nps:nth-child(1098n){-webkit-animation-delay:110.4s;animation-delay:110.4s}.poke-block-nps .btn-nps:nth-child(1099n){-webkit-animation-delay:110.5s;animation-delay:110.5s}.poke-block-nps .btn-nps:nth-child(1100n){-webkit-animation-delay:110.6s;animation-delay:110.6s}.poke-block-nps .btn-nps:nth-child(1101n){-webkit-animation-delay:110.7s;animation-delay:110.7s}.poke-block-nps .btn-nps:nth-child(1102n){-webkit-animation-delay:110.8s;animation-delay:110.8s}.poke-block-nps .btn-nps:nth-child(1103n){-webkit-animation-delay:110.9s;animation-delay:110.9s}.poke-block-nps .btn-nps:nth-child(1104n){-webkit-animation-delay:111s;animation-delay:111s}.poke-block-nps .btn-nps:nth-child(1105n){-webkit-animation-delay:111.1s;animation-delay:111.1s}.poke-block-nps .btn-nps:nth-child(1106n){-webkit-animation-delay:111.2s;animation-delay:111.2s}.poke-block-nps .btn-nps:nth-child(1107n){-webkit-animation-delay:111.3s;animation-delay:111.3s}.poke-block-nps .btn-nps:nth-child(1108n){-webkit-animation-delay:111.4s;animation-delay:111.4s}.poke-block-nps .btn-nps:nth-child(1109n){-webkit-animation-delay:111.5s;animation-delay:111.5s}.poke-block-nps .btn-nps:nth-child(1110n){-webkit-animation-delay:111.6s;animation-delay:111.6s}.poke-block-nps .btn-nps:nth-child(1111n){-webkit-animation-delay:111.7s;animation-delay:111.7s}.poke-block-nps .btn-nps:nth-child(1112n){-webkit-animation-delay:111.8s;animation-delay:111.8s}.poke-block-nps .btn-nps:nth-child(1113n){-webkit-animation-delay:111.9s;animation-delay:111.9s}.poke-block-nps .btn-nps:nth-child(1114n){-webkit-animation-delay:112s;animation-delay:112s}.poke-block-nps .btn-nps:nth-child(1115n){-webkit-animation-delay:112.1s;animation-delay:112.1s}.poke-block-nps .btn-nps:nth-child(1116n){-webkit-animation-delay:112.2s;animation-delay:112.2s}.poke-block-nps .btn-nps:nth-child(1117n){-webkit-animation-delay:112.3s;animation-delay:112.3s}.poke-block-nps .btn-nps:nth-child(1118n){-webkit-animation-delay:112.4s;animation-delay:112.4s}.poke-block-nps .btn-nps:nth-child(1119n){-webkit-animation-delay:112.5s;animation-delay:112.5s}.poke-block-nps .btn-nps:nth-child(1120n){-webkit-animation-delay:112.6s;animation-delay:112.6s}.poke-block-nps .btn-nps:nth-child(1121n){-webkit-animation-delay:112.7s;animation-delay:112.7s}.poke-block-nps .btn-nps:nth-child(1122n){-webkit-animation-delay:112.8s;animation-delay:112.8s}.poke-block-nps .btn-nps:nth-child(1123n){-webkit-animation-delay:112.9s;animation-delay:112.9s}.poke-block-nps .btn-nps:nth-child(1124n){-webkit-animation-delay:113s;animation-delay:113s}.poke-block-nps .btn-nps:nth-child(1125n){-webkit-animation-delay:113.1s;animation-delay:113.1s}.poke-block-nps .btn-nps:nth-child(1126n){-webkit-animation-delay:113.2s;animation-delay:113.2s}.poke-block-nps .btn-nps:nth-child(1127n){-webkit-animation-delay:113.3s;animation-delay:113.3s}.poke-block-nps .btn-nps:nth-child(1128n){-webkit-animation-delay:113.4s;animation-delay:113.4s}.poke-block-nps .btn-nps:nth-child(1129n){-webkit-animation-delay:113.5s;animation-delay:113.5s}.poke-block-nps .btn-nps:nth-child(1130n){-webkit-animation-delay:113.6s;animation-delay:113.6s}.poke-block-nps .btn-nps:nth-child(1131n){-webkit-animation-delay:113.7s;animation-delay:113.7s}.poke-block-nps .btn-nps:nth-child(1132n){-webkit-animation-delay:113.8s;animation-delay:113.8s}.poke-block-nps .btn-nps:nth-child(1133n){-webkit-animation-delay:113.9s;animation-delay:113.9s}.poke-block-nps .btn-nps:nth-child(1134n){-webkit-animation-delay:114s;animation-delay:114s}.poke-block-nps .btn-nps:nth-child(1135n){-webkit-animation-delay:114.1s;animation-delay:114.1s}.poke-block-nps .btn-nps:nth-child(1136n){-webkit-animation-delay:114.2s;animation-delay:114.2s}.poke-block-nps .btn-nps:nth-child(1137n){-webkit-animation-delay:114.3s;animation-delay:114.3s}.poke-block-nps .btn-nps:nth-child(1138n){-webkit-animation-delay:114.4s;animation-delay:114.4s}.poke-block-nps .btn-nps:nth-child(1139n){-webkit-animation-delay:114.5s;animation-delay:114.5s}.poke-block-nps .btn-nps:nth-child(1140n){-webkit-animation-delay:114.6s;animation-delay:114.6s}.poke-block-nps .btn-nps:nth-child(1141n){-webkit-animation-delay:114.7s;animation-delay:114.7s}.poke-block-nps .btn-nps:nth-child(1142n){-webkit-animation-delay:114.8s;animation-delay:114.8s}.poke-block-nps .btn-nps:nth-child(1143n){-webkit-animation-delay:114.9s;animation-delay:114.9s}.poke-block-nps .btn-nps:nth-child(1144n){-webkit-animation-delay:115s;animation-delay:115s}.poke-block-nps .btn-nps:nth-child(1145n){-webkit-animation-delay:115.1s;animation-delay:115.1s}.poke-block-nps .btn-nps:nth-child(1146n){-webkit-animation-delay:115.2s;animation-delay:115.2s}.poke-block-nps .btn-nps:nth-child(1147n){-webkit-animation-delay:115.3s;animation-delay:115.3s}.poke-block-nps .btn-nps:nth-child(1148n){-webkit-animation-delay:115.4s;animation-delay:115.4s}.poke-block-nps .btn-nps:nth-child(1149n){-webkit-animation-delay:115.5s;animation-delay:115.5s}.poke-block-nps .btn-nps:nth-child(1150n){-webkit-animation-delay:115.6s;animation-delay:115.6s}.poke-block-nps .btn-nps:nth-child(1151n){-webkit-animation-delay:115.7s;animation-delay:115.7s}.poke-block-nps .btn-nps:nth-child(1152n){-webkit-animation-delay:115.8s;animation-delay:115.8s}.poke-block-nps .btn-nps:nth-child(1153n){-webkit-animation-delay:115.9s;animation-delay:115.9s}.poke-block-nps .btn-nps:nth-child(1154n){-webkit-animation-delay:116s;animation-delay:116s}.poke-block-nps .btn-nps:nth-child(1155n){-webkit-animation-delay:116.1s;animation-delay:116.1s}.poke-block-nps .btn-nps:nth-child(1156n){-webkit-animation-delay:116.2s;animation-delay:116.2s}.poke-block-nps .btn-nps:nth-child(1157n){-webkit-animation-delay:116.3s;animation-delay:116.3s}.poke-block-nps .btn-nps:nth-child(1158n){-webkit-animation-delay:116.4s;animation-delay:116.4s}.poke-block-nps .btn-nps:nth-child(1159n){-webkit-animation-delay:116.5s;animation-delay:116.5s}.poke-block-nps .btn-nps:nth-child(1160n){-webkit-animation-delay:116.6s;animation-delay:116.6s}.poke-block-nps .btn-nps:nth-child(1161n){-webkit-animation-delay:116.7s;animation-delay:116.7s}.poke-block-nps .btn-nps:nth-child(1162n){-webkit-animation-delay:116.8s;animation-delay:116.8s}.poke-block-nps .btn-nps:nth-child(1163n){-webkit-animation-delay:116.9s;animation-delay:116.9s}.poke-block-nps .btn-nps:nth-child(1164n){-webkit-animation-delay:117s;animation-delay:117s}.poke-block-nps .btn-nps:nth-child(1165n){-webkit-animation-delay:117.1s;animation-delay:117.1s}.poke-block-nps .btn-nps:nth-child(1166n){-webkit-animation-delay:117.2s;animation-delay:117.2s}.poke-block-nps .btn-nps:nth-child(1167n){-webkit-animation-delay:117.3s;animation-delay:117.3s}.poke-block-nps .btn-nps:nth-child(1168n){-webkit-animation-delay:117.4s;animation-delay:117.4s}.poke-block-nps .btn-nps:nth-child(1169n){-webkit-animation-delay:117.5s;animation-delay:117.5s}.poke-block-nps .btn-nps:nth-child(1170n){-webkit-animation-delay:117.6s;animation-delay:117.6s}.poke-block-nps .btn-nps:nth-child(1171n){-webkit-animation-delay:117.7s;animation-delay:117.7s}.poke-block-nps .btn-nps:nth-child(1172n){-webkit-animation-delay:117.8s;animation-delay:117.8s}.poke-block-nps .btn-nps:nth-child(1173n){-webkit-animation-delay:117.9s;animation-delay:117.9s}.poke-block-nps .btn-nps:nth-child(1174n){-webkit-animation-delay:118s;animation-delay:118s}.poke-block-nps .btn-nps:nth-child(1175n){-webkit-animation-delay:118.1s;animation-delay:118.1s}.poke-block-nps .btn-nps:nth-child(1176n){-webkit-animation-delay:118.2s;animation-delay:118.2s}.poke-block-nps .btn-nps:nth-child(1177n){-webkit-animation-delay:118.3s;animation-delay:118.3s}.poke-block-nps .btn-nps:nth-child(1178n){-webkit-animation-delay:118.4s;animation-delay:118.4s}.poke-block-nps .btn-nps:nth-child(1179n){-webkit-animation-delay:118.5s;animation-delay:118.5s}.poke-block-nps .btn-nps:nth-child(1180n){-webkit-animation-delay:118.6s;animation-delay:118.6s}.poke-block-nps .btn-nps:nth-child(1181n){-webkit-animation-delay:118.7s;animation-delay:118.7s}.poke-block-nps .btn-nps:nth-child(1182n){-webkit-animation-delay:118.8s;animation-delay:118.8s}.poke-block-nps .btn-nps:nth-child(1183n){-webkit-animation-delay:118.9s;animation-delay:118.9s}.poke-block-nps .btn-nps:nth-child(1184n){-webkit-animation-delay:119s;animation-delay:119s}.poke-block-nps .btn-nps:nth-child(1185n){-webkit-animation-delay:119.1s;animation-delay:119.1s}.poke-block-nps .btn-nps:nth-child(1186n){-webkit-animation-delay:119.2s;animation-delay:119.2s}.poke-block-nps .btn-nps:nth-child(1187n){-webkit-animation-delay:119.3s;animation-delay:119.3s}.poke-block-nps .btn-nps:nth-child(1188n){-webkit-animation-delay:119.4s;animation-delay:119.4s}.poke-block-nps .btn-nps:nth-child(1189n){-webkit-animation-delay:119.5s;animation-delay:119.5s}.poke-block-nps .btn-nps:nth-child(1190n){-webkit-animation-delay:119.6s;animation-delay:119.6s}.poke-block-nps .btn-nps:nth-child(1191n){-webkit-animation-delay:119.7s;animation-delay:119.7s}.poke-block-nps .btn-nps:nth-child(1192n){-webkit-animation-delay:119.8s;animation-delay:119.8s}.poke-block-nps .btn-nps:nth-child(1193n){-webkit-animation-delay:119.9s;animation-delay:119.9s}.poke-block-nps .btn-nps:nth-child(1194n){-webkit-animation-delay:120s;animation-delay:120s}.poke-block-nps .btn-nps:nth-child(1195n){-webkit-animation-delay:120.1s;animation-delay:120.1s}.poke-block-nps .btn-nps:nth-child(1196n){-webkit-animation-delay:120.2s;animation-delay:120.2s}.poke-block-nps .btn-nps:nth-child(1197n){-webkit-animation-delay:120.3s;animation-delay:120.3s}.poke-block-nps .btn-nps:nth-child(1198n){-webkit-animation-delay:120.4s;animation-delay:120.4s}.poke-block-nps .btn-nps:nth-child(1199n){-webkit-animation-delay:120.5s;animation-delay:120.5s}.poke-block-nps .btn-nps:nth-child(1200n){-webkit-animation-delay:120.6s;animation-delay:120.6s}.poke-block-nps .btn-nps:nth-child(1201n){-webkit-animation-delay:120.7s;animation-delay:120.7s}.poke-block-nps .btn-nps:nth-child(1202n){-webkit-animation-delay:120.8s;animation-delay:120.8s}.poke-block-nps .btn-nps:nth-child(1203n){-webkit-animation-delay:120.9s;animation-delay:120.9s}.poke-block-nps .btn-nps:nth-child(1204n){-webkit-animation-delay:121s;animation-delay:121s}.poke-block-nps .btn-nps:nth-child(1205n){-webkit-animation-delay:121.1s;animation-delay:121.1s}.poke-block-nps .btn-nps:nth-child(1206n){-webkit-animation-delay:121.2s;animation-delay:121.2s}.poke-block-nps .btn-nps:nth-child(1207n){-webkit-animation-delay:121.3s;animation-delay:121.3s}.poke-block-nps .btn-nps:nth-child(1208n){-webkit-animation-delay:121.4s;animation-delay:121.4s}.poke-block-nps .btn-nps:nth-child(1209n){-webkit-animation-delay:121.5s;animation-delay:121.5s}.poke-block-nps .btn-nps:nth-child(1210n){-webkit-animation-delay:121.6s;animation-delay:121.6s}.poke-block-nps .btn-nps:nth-child(1211n){-webkit-animation-delay:121.7s;animation-delay:121.7s}.poke-block-nps .btn-nps:nth-child(1212n){-webkit-animation-delay:121.8s;animation-delay:121.8s}.poke-block-nps .btn-nps:nth-child(1213n){-webkit-animation-delay:121.9s;animation-delay:121.9s}.poke-block-nps .btn-nps:nth-child(1214n){-webkit-animation-delay:122s;animation-delay:122s}.poke-block-nps .btn-nps:nth-child(1215n){-webkit-animation-delay:122.1s;animation-delay:122.1s}.poke-block-nps .btn-nps:nth-child(1216n){-webkit-animation-delay:122.2s;animation-delay:122.2s}.poke-block-nps .btn-nps:nth-child(1217n){-webkit-animation-delay:122.3s;animation-delay:122.3s}.poke-block-nps .btn-nps:nth-child(1218n){-webkit-animation-delay:122.4s;animation-delay:122.4s}.poke-block-nps .btn-nps:nth-child(1219n){-webkit-animation-delay:122.5s;animation-delay:122.5s}.poke-block-nps .btn-nps:nth-child(1220n){-webkit-animation-delay:122.6s;animation-delay:122.6s}.poke-block-nps .btn-nps:nth-child(1221n){-webkit-animation-delay:122.7s;animation-delay:122.7s}.poke-block-nps .btn-nps:nth-child(1222n){-webkit-animation-delay:122.8s;animation-delay:122.8s}.poke-block-nps .btn-nps:nth-child(1223n){-webkit-animation-delay:122.9s;animation-delay:122.9s}.poke-block-nps .btn-nps:nth-child(1224n){-webkit-animation-delay:123s;animation-delay:123s}.poke-block-nps .btn-nps:nth-child(1225n){-webkit-animation-delay:123.1s;animation-delay:123.1s}.poke-block-nps .btn-nps:nth-child(1226n){-webkit-animation-delay:123.2s;animation-delay:123.2s}.poke-block-nps .btn-nps:nth-child(1227n){-webkit-animation-delay:123.3s;animation-delay:123.3s}.poke-block-nps .btn-nps:nth-child(1228n){-webkit-animation-delay:123.4s;animation-delay:123.4s}.poke-block-nps .btn-nps:nth-child(1229n){-webkit-animation-delay:123.5s;animation-delay:123.5s}.poke-block-nps .btn-nps:nth-child(1230n){-webkit-animation-delay:123.6s;animation-delay:123.6s}.poke-block-nps .btn-nps:nth-child(1231n){-webkit-animation-delay:123.7s;animation-delay:123.7s}.poke-block-nps .btn-nps:nth-child(1232n){-webkit-animation-delay:123.8s;animation-delay:123.8s}.poke-block-nps .btn-nps:nth-child(1233n){-webkit-animation-delay:123.9s;animation-delay:123.9s}.poke-block-nps .btn-nps:nth-child(1234n){-webkit-animation-delay:124s;animation-delay:124s}.poke-block-nps .btn-nps:nth-child(1235n){-webkit-animation-delay:124.1s;animation-delay:124.1s}.poke-block-nps .btn-nps:nth-child(1236n){-webkit-animation-delay:124.2s;animation-delay:124.2s}.poke-block-nps .btn-nps:nth-child(1237n){-webkit-animation-delay:124.3s;animation-delay:124.3s}.poke-block-nps .btn-nps:nth-child(1238n){-webkit-animation-delay:124.4s;animation-delay:124.4s}.poke-block-nps .btn-nps:nth-child(1239n){-webkit-animation-delay:124.5s;animation-delay:124.5s}.poke-block-nps .btn-nps:nth-child(1240n){-webkit-animation-delay:124.6s;animation-delay:124.6s}.poke-block-nps .btn-nps:nth-child(1241n){-webkit-animation-delay:124.7s;animation-delay:124.7s}.poke-block-nps .btn-nps:nth-child(1242n){-webkit-animation-delay:124.8s;animation-delay:124.8s}.poke-block-nps .btn-nps:nth-child(1243n){-webkit-animation-delay:124.9s;animation-delay:124.9s}.poke-block-nps .btn-nps:nth-child(1244n){-webkit-animation-delay:125s;animation-delay:125s}.poke-block-nps .btn-nps:nth-child(1245n){-webkit-animation-delay:125.1s;animation-delay:125.1s}.poke-block-nps .btn-nps:nth-child(1246n){-webkit-animation-delay:125.2s;animation-delay:125.2s}.poke-block-nps .btn-nps:nth-child(1247n){-webkit-animation-delay:125.3s;animation-delay:125.3s}.poke-block-nps .btn-nps:nth-child(1248n){-webkit-animation-delay:125.4s;animation-delay:125.4s}.poke-block-nps .btn-nps:nth-child(1249n){-webkit-animation-delay:125.5s;animation-delay:125.5s}.poke-block-nps .btn-nps:nth-child(1250n){-webkit-animation-delay:125.6s;animation-delay:125.6s}.poke-block-nps .btn-nps:nth-child(1251n){-webkit-animation-delay:125.7s;animation-delay:125.7s}.poke-block-nps .btn-nps:nth-child(1252n){-webkit-animation-delay:125.8s;animation-delay:125.8s}.poke-block-nps .btn-nps:nth-child(1253n){-webkit-animation-delay:125.9s;animation-delay:125.9s}.poke-block-nps .btn-nps:nth-child(1254n){-webkit-animation-delay:126s;animation-delay:126s}.poke-block-nps .btn-nps:nth-child(1255n){-webkit-animation-delay:126.1s;animation-delay:126.1s}.poke-block-nps .btn-nps:nth-child(1256n){-webkit-animation-delay:126.2s;animation-delay:126.2s}.poke-block-nps .btn-nps:nth-child(1257n){-webkit-animation-delay:126.3s;animation-delay:126.3s}.poke-block-nps .btn-nps:nth-child(1258n){-webkit-animation-delay:126.4s;animation-delay:126.4s}.poke-block-nps .btn-nps:nth-child(1259n){-webkit-animation-delay:126.5s;animation-delay:126.5s}.poke-block-nps .btn-nps:nth-child(1260n){-webkit-animation-delay:126.6s;animation-delay:126.6s}.poke-block-nps .btn-nps:nth-child(1261n){-webkit-animation-delay:126.7s;animation-delay:126.7s}.poke-block-nps .btn-nps:nth-child(1262n){-webkit-animation-delay:126.8s;animation-delay:126.8s}.poke-block-nps .btn-nps:nth-child(1263n){-webkit-animation-delay:126.9s;animation-delay:126.9s}.poke-block-nps .btn-nps:nth-child(1264n){-webkit-animation-delay:127s;animation-delay:127s}.poke-block-nps .btn-nps:nth-child(1265n){-webkit-animation-delay:127.1s;animation-delay:127.1s}.poke-block-nps .btn-nps:nth-child(1266n){-webkit-animation-delay:127.2s;animation-delay:127.2s}.poke-block-nps .btn-nps:nth-child(1267n){-webkit-animation-delay:127.3s;animation-delay:127.3s}.poke-block-nps .btn-nps:nth-child(1268n){-webkit-animation-delay:127.4s;animation-delay:127.4s}.poke-block-nps .btn-nps:nth-child(1269n){-webkit-animation-delay:127.5s;animation-delay:127.5s}.poke-block-nps .btn-nps:nth-child(1270n){-webkit-animation-delay:127.6s;animation-delay:127.6s}.poke-block-nps .btn-nps:nth-child(1271n){-webkit-animation-delay:127.7s;animation-delay:127.7s}.poke-block-nps .btn-nps:nth-child(1272n){-webkit-animation-delay:127.8s;animation-delay:127.8s}.poke-block-nps .btn-nps:nth-child(1273n){-webkit-animation-delay:127.9s;animation-delay:127.9s}.poke-block-nps .btn-nps:nth-child(1274n){-webkit-animation-delay:128s;animation-delay:128s}.poke-block-nps .btn-nps:nth-child(1275n){-webkit-animation-delay:128.1s;animation-delay:128.1s}.poke-block-nps .btn-nps:nth-child(1276n){-webkit-animation-delay:128.2s;animation-delay:128.2s}.poke-block-nps .btn-nps:nth-child(1277n){-webkit-animation-delay:128.3s;animation-delay:128.3s}.poke-block-nps .btn-nps:nth-child(1278n){-webkit-animation-delay:128.4s;animation-delay:128.4s}.poke-block-nps .btn-nps:nth-child(1279n){-webkit-animation-delay:128.5s;animation-delay:128.5s}.poke-block-nps .btn-nps:nth-child(1280n){-webkit-animation-delay:128.6s;animation-delay:128.6s}.poke-block-nps .btn-nps:nth-child(1281n){-webkit-animation-delay:128.7s;animation-delay:128.7s}.poke-block-nps .btn-nps:nth-child(1282n){-webkit-animation-delay:128.8s;animation-delay:128.8s}.poke-block-nps .btn-nps:nth-child(1283n){-webkit-animation-delay:128.9s;animation-delay:128.9s}.poke-block-nps .btn-nps:nth-child(1284n){-webkit-animation-delay:129s;animation-delay:129s}.poke-block-nps .btn-nps:nth-child(1285n){-webkit-animation-delay:129.1s;animation-delay:129.1s}.poke-block-nps .btn-nps:nth-child(1286n){-webkit-animation-delay:129.2s;animation-delay:129.2s}.poke-block-nps .btn-nps:nth-child(1287n){-webkit-animation-delay:129.3s;animation-delay:129.3s}.poke-block-nps .btn-nps:nth-child(1288n){-webkit-animation-delay:129.4s;animation-delay:129.4s}.poke-block-nps .btn-nps:nth-child(1289n){-webkit-animation-delay:129.5s;animation-delay:129.5s}.poke-block-nps .btn-nps:nth-child(1290n){-webkit-animation-delay:129.6s;animation-delay:129.6s}.poke-block-nps .btn-nps:nth-child(1291n){-webkit-animation-delay:129.7s;animation-delay:129.7s}.poke-block-nps .btn-nps:nth-child(1292n){-webkit-animation-delay:129.8s;animation-delay:129.8s}.poke-block-nps .btn-nps:nth-child(1293n){-webkit-animation-delay:129.9s;animation-delay:129.9s}.poke-block-nps .btn-nps:nth-child(1294n){-webkit-animation-delay:130s;animation-delay:130s}.poke-block-nps .btn-nps:nth-child(1295n){-webkit-animation-delay:130.1s;animation-delay:130.1s}.poke-block-nps .btn-nps:nth-child(1296n){-webkit-animation-delay:130.2s;animation-delay:130.2s}.poke-block-nps .btn-nps:nth-child(1297n){-webkit-animation-delay:130.3s;animation-delay:130.3s}.poke-block-nps .btn-nps:nth-child(1298n){-webkit-animation-delay:130.4s;animation-delay:130.4s}.poke-block-nps .btn-nps:nth-child(1299n){-webkit-animation-delay:130.5s;animation-delay:130.5s}.poke-block-nps .btn-nps:nth-child(1300n){-webkit-animation-delay:130.6s;animation-delay:130.6s}.poke-block-nps .btn-nps:nth-child(1301n){-webkit-animation-delay:130.7s;animation-delay:130.7s}.poke-block-nps .btn-nps:nth-child(1302n){-webkit-animation-delay:130.8s;animation-delay:130.8s}.poke-block-nps .btn-nps:nth-child(1303n){-webkit-animation-delay:130.9s;animation-delay:130.9s}.poke-block-nps .btn-nps:nth-child(1304n){-webkit-animation-delay:131s;animation-delay:131s}.poke-block-nps .btn-nps:nth-child(1305n){-webkit-animation-delay:131.1s;animation-delay:131.1s}.poke-block-nps .btn-nps:nth-child(1306n){-webkit-animation-delay:131.2s;animation-delay:131.2s}.poke-block-nps .btn-nps:nth-child(1307n){-webkit-animation-delay:131.3s;animation-delay:131.3s}.poke-block-nps .btn-nps:nth-child(1308n){-webkit-animation-delay:131.4s;animation-delay:131.4s}.poke-block-nps .btn-nps:nth-child(1309n){-webkit-animation-delay:131.5s;animation-delay:131.5s}.poke-block-nps .btn-nps:nth-child(1310n){-webkit-animation-delay:131.6s;animation-delay:131.6s}.poke-block-nps .btn-nps:nth-child(1311n){-webkit-animation-delay:131.7s;animation-delay:131.7s}.poke-block-nps .btn-nps:nth-child(1312n){-webkit-animation-delay:131.8s;animation-delay:131.8s}.poke-block-nps .btn-nps:nth-child(1313n){-webkit-animation-delay:131.9s;animation-delay:131.9s}.poke-block-nps .btn-nps:nth-child(1314n){-webkit-animation-delay:132s;animation-delay:132s}.poke-block-nps .btn-nps:nth-child(1315n){-webkit-animation-delay:132.1s;animation-delay:132.1s}.poke-block-nps .btn-nps:nth-child(1316n){-webkit-animation-delay:132.2s;animation-delay:132.2s}.poke-block-nps .btn-nps:nth-child(1317n){-webkit-animation-delay:132.3s;animation-delay:132.3s}.poke-block-nps .btn-nps:nth-child(1318n){-webkit-animation-delay:132.4s;animation-delay:132.4s}.poke-block-nps .btn-nps:nth-child(1319n){-webkit-animation-delay:132.5s;animation-delay:132.5s}.poke-block-nps .btn-nps:nth-child(1320n){-webkit-animation-delay:132.6s;animation-delay:132.6s}.poke-block-nps .btn-nps:nth-child(1321n){-webkit-animation-delay:132.7s;animation-delay:132.7s}.poke-block-nps .btn-nps:nth-child(1322n){-webkit-animation-delay:132.8s;animation-delay:132.8s}.poke-block-nps .btn-nps:nth-child(1323n){-webkit-animation-delay:132.9s;animation-delay:132.9s}.poke-block-nps .btn-nps:nth-child(1324n){-webkit-animation-delay:133s;animation-delay:133s}.poke-block-nps .btn-nps:nth-child(1325n){-webkit-animation-delay:133.1s;animation-delay:133.1s}.poke-block-nps .btn-nps:nth-child(1326n){-webkit-animation-delay:133.2s;animation-delay:133.2s}.poke-block-nps .btn-nps:nth-child(1327n){-webkit-animation-delay:133.3s;animation-delay:133.3s}.poke-block-nps .btn-nps:nth-child(1328n){-webkit-animation-delay:133.4s;animation-delay:133.4s}.poke-block-nps .btn-nps:nth-child(1329n){-webkit-animation-delay:133.5s;animation-delay:133.5s}.poke-block-nps .btn-nps:nth-child(1330n){-webkit-animation-delay:133.6s;animation-delay:133.6s}.poke-block-nps .btn-nps:nth-child(1331n){-webkit-animation-delay:133.7s;animation-delay:133.7s}.poke-block-nps .btn-nps:nth-child(1332n){-webkit-animation-delay:133.8s;animation-delay:133.8s}.poke-block-nps .btn-nps:nth-child(1333n){-webkit-animation-delay:133.9s;animation-delay:133.9s}.poke-block-nps .btn-nps:nth-child(1334n){-webkit-animation-delay:134s;animation-delay:134s}.poke-block-nps .btn-nps:nth-child(1335n){-webkit-animation-delay:134.1s;animation-delay:134.1s}.poke-block-nps .btn-nps:nth-child(1336n){-webkit-animation-delay:134.2s;animation-delay:134.2s}.poke-block-nps .btn-nps:nth-child(1337n){-webkit-animation-delay:134.3s;animation-delay:134.3s}.poke-block-nps .btn-nps:nth-child(1338n){-webkit-animation-delay:134.4s;animation-delay:134.4s}.poke-block-nps .btn-nps:nth-child(1339n){-webkit-animation-delay:134.5s;animation-delay:134.5s}.poke-block-nps .btn-nps:nth-child(1340n){-webkit-animation-delay:134.6s;animation-delay:134.6s}.poke-block-nps .btn-nps:nth-child(1341n){-webkit-animation-delay:134.7s;animation-delay:134.7s}.poke-block-nps .btn-nps:nth-child(1342n){-webkit-animation-delay:134.8s;animation-delay:134.8s}.poke-block-nps .btn-nps:nth-child(1343n){-webkit-animation-delay:134.9s;animation-delay:134.9s}.poke-block-nps .btn-nps:nth-child(1344n){-webkit-animation-delay:135s;animation-delay:135s}.poke-block-nps .btn-nps:nth-child(1345n){-webkit-animation-delay:135.1s;animation-delay:135.1s}.poke-block-nps .btn-nps:nth-child(1346n){-webkit-animation-delay:135.2s;animation-delay:135.2s}.poke-block-nps .btn-nps:nth-child(1347n){-webkit-animation-delay:135.3s;animation-delay:135.3s}.poke-block-nps .btn-nps:nth-child(1348n){-webkit-animation-delay:135.4s;animation-delay:135.4s}.poke-block-nps .btn-nps:nth-child(1349n){-webkit-animation-delay:135.5s;animation-delay:135.5s}.poke-block-nps .btn-nps:nth-child(1350n){-webkit-animation-delay:135.6s;animation-delay:135.6s}.poke-block-nps .btn-nps:nth-child(1351n){-webkit-animation-delay:135.7s;animation-delay:135.7s}.poke-block-nps .btn-nps:nth-child(1352n){-webkit-animation-delay:135.8s;animation-delay:135.8s}.poke-block-nps .btn-nps:nth-child(1353n){-webkit-animation-delay:135.9s;animation-delay:135.9s}.poke-block-nps .btn-nps:nth-child(1354n){-webkit-animation-delay:136s;animation-delay:136s}.poke-block-nps .btn-nps:nth-child(1355n){-webkit-animation-delay:136.1s;animation-delay:136.1s}.poke-block-nps .btn-nps:nth-child(1356n){-webkit-animation-delay:136.2s;animation-delay:136.2s}.poke-block-nps .btn-nps:nth-child(1357n){-webkit-animation-delay:136.3s;animation-delay:136.3s}.poke-block-nps .btn-nps:nth-child(1358n){-webkit-animation-delay:136.4s;animation-delay:136.4s}.poke-block-nps .btn-nps:nth-child(1359n){-webkit-animation-delay:136.5s;animation-delay:136.5s}.poke-block-nps .btn-nps:nth-child(1360n){-webkit-animation-delay:136.6s;animation-delay:136.6s}.poke-block-nps .btn-nps:nth-child(1361n){-webkit-animation-delay:136.7s;animation-delay:136.7s}.poke-block-nps .btn-nps:nth-child(1362n){-webkit-animation-delay:136.8s;animation-delay:136.8s}.poke-block-nps .btn-nps:nth-child(1363n){-webkit-animation-delay:136.9s;animation-delay:136.9s}.poke-block-nps .btn-nps:nth-child(1364n){-webkit-animation-delay:137s;animation-delay:137s}.poke-block-nps .btn-nps:nth-child(1365n){-webkit-animation-delay:137.1s;animation-delay:137.1s}.poke-block-nps .btn-nps:nth-child(1366n){-webkit-animation-delay:137.2s;animation-delay:137.2s}.poke-block-nps .btn-nps:nth-child(1367n){-webkit-animation-delay:137.3s;animation-delay:137.3s}.poke-block-nps .btn-nps:nth-child(1368n){-webkit-animation-delay:137.4s;animation-delay:137.4s}.poke-block-nps .btn-nps:nth-child(1369n){-webkit-animation-delay:137.5s;animation-delay:137.5s}.poke-block-nps .btn-nps:nth-child(1370n){-webkit-animation-delay:137.6s;animation-delay:137.6s}.poke-block-nps .btn-nps:nth-child(1371n){-webkit-animation-delay:137.7s;animation-delay:137.7s}.poke-block-nps .btn-nps:nth-child(1372n){-webkit-animation-delay:137.8s;animation-delay:137.8s}.poke-block-nps .btn-nps:nth-child(1373n){-webkit-animation-delay:137.9s;animation-delay:137.9s}.poke-block-nps .btn-nps:nth-child(1374n){-webkit-animation-delay:138s;animation-delay:138s}.poke-block-nps .btn-nps:nth-child(1375n){-webkit-animation-delay:138.1s;animation-delay:138.1s}.poke-block-nps .btn-nps:nth-child(1376n){-webkit-animation-delay:138.2s;animation-delay:138.2s}.poke-block-nps .btn-nps:nth-child(1377n){-webkit-animation-delay:138.3s;animation-delay:138.3s}.poke-block-nps .btn-nps:nth-child(1378n){-webkit-animation-delay:138.4s;animation-delay:138.4s}.poke-block-nps .btn-nps:nth-child(1379n){-webkit-animation-delay:138.5s;animation-delay:138.5s}.poke-block-nps .btn-nps:nth-child(1380n){-webkit-animation-delay:138.6s;animation-delay:138.6s}.poke-block-nps .btn-nps:nth-child(1381n){-webkit-animation-delay:138.7s;animation-delay:138.7s}.poke-block-nps .btn-nps:nth-child(1382n){-webkit-animation-delay:138.8s;animation-delay:138.8s}.poke-block-nps .btn-nps:nth-child(1383n){-webkit-animation-delay:138.9s;animation-delay:138.9s}.poke-block-nps .btn-nps:nth-child(1384n){-webkit-animation-delay:139s;animation-delay:139s}.poke-block-nps .btn-nps:nth-child(1385n){-webkit-animation-delay:139.1s;animation-delay:139.1s}.poke-block-nps .btn-nps:nth-child(1386n){-webkit-animation-delay:139.2s;animation-delay:139.2s}.poke-block-nps .btn-nps:nth-child(1387n){-webkit-animation-delay:139.3s;animation-delay:139.3s}.poke-block-nps .btn-nps:nth-child(1388n){-webkit-animation-delay:139.4s;animation-delay:139.4s}.poke-block-nps .btn-nps:nth-child(1389n){-webkit-animation-delay:139.5s;animation-delay:139.5s}.poke-block-nps .btn-nps:nth-child(1390n){-webkit-animation-delay:139.6s;animation-delay:139.6s}.poke-block-nps .btn-nps:nth-child(1391n){-webkit-animation-delay:139.7s;animation-delay:139.7s}.poke-block-nps .btn-nps:nth-child(1392n){-webkit-animation-delay:139.8s;animation-delay:139.8s}.poke-block-nps .btn-nps:nth-child(1393n){-webkit-animation-delay:139.9s;animation-delay:139.9s}.poke-block-nps .btn-nps:nth-child(1394n){-webkit-animation-delay:140s;animation-delay:140s}.poke-block-nps .btn-nps:nth-child(1395n){-webkit-animation-delay:140.1s;animation-delay:140.1s}.poke-block-nps .btn-nps:nth-child(1396n){-webkit-animation-delay:140.2s;animation-delay:140.2s}.poke-block-nps .btn-nps:nth-child(1397n){-webkit-animation-delay:140.3s;animation-delay:140.3s}.poke-block-nps .btn-nps:nth-child(1398n){-webkit-animation-delay:140.4s;animation-delay:140.4s}.poke-block-nps .btn-nps:nth-child(1399n){-webkit-animation-delay:140.5s;animation-delay:140.5s}.poke-block-nps .btn-nps:nth-child(1400n){-webkit-animation-delay:140.6s;animation-delay:140.6s}.poke-block-nps .btn-nps:nth-child(1401n){-webkit-animation-delay:140.7s;animation-delay:140.7s}.poke-block-nps .btn-nps:nth-child(1402n){-webkit-animation-delay:140.8s;animation-delay:140.8s}.poke-block-nps .btn-nps:nth-child(1403n){-webkit-animation-delay:140.9s;animation-delay:140.9s}.poke-block-nps .btn-nps:nth-child(1404n){-webkit-animation-delay:141s;animation-delay:141s}.poke-block-nps .btn-nps:nth-child(1405n){-webkit-animation-delay:141.1s;animation-delay:141.1s}.poke-block-nps .btn-nps:nth-child(1406n){-webkit-animation-delay:141.2s;animation-delay:141.2s}.poke-block-nps .btn-nps:nth-child(1407n){-webkit-animation-delay:141.3s;animation-delay:141.3s}.poke-block-nps .btn-nps:nth-child(1408n){-webkit-animation-delay:141.4s;animation-delay:141.4s}.poke-block-nps .btn-nps:nth-child(1409n){-webkit-animation-delay:141.5s;animation-delay:141.5s}.poke-block-nps .btn-nps:nth-child(1410n){-webkit-animation-delay:141.6s;animation-delay:141.6s}.poke-block-nps .btn-nps:nth-child(1411n){-webkit-animation-delay:141.7s;animation-delay:141.7s}.poke-block-nps .btn-nps:nth-child(1412n){-webkit-animation-delay:141.8s;animation-delay:141.8s}.poke-block-nps .btn-nps:nth-child(1413n){-webkit-animation-delay:141.9s;animation-delay:141.9s}.poke-block-nps .btn-nps:nth-child(1414n){-webkit-animation-delay:142s;animation-delay:142s}.poke-block-nps .btn-nps:nth-child(1415n){-webkit-animation-delay:142.1s;animation-delay:142.1s}.poke-block-nps .btn-nps:nth-child(1416n){-webkit-animation-delay:142.2s;animation-delay:142.2s}.poke-block-nps .btn-nps:nth-child(1417n){-webkit-animation-delay:142.3s;animation-delay:142.3s}.poke-block-nps .btn-nps:nth-child(1418n){-webkit-animation-delay:142.4s;animation-delay:142.4s}.poke-block-nps .btn-nps:nth-child(1419n){-webkit-animation-delay:142.5s;animation-delay:142.5s}.poke-block-nps .btn-nps:nth-child(1420n){-webkit-animation-delay:142.6s;animation-delay:142.6s}.poke-block-nps .btn-nps:nth-child(1421n){-webkit-animation-delay:142.7s;animation-delay:142.7s}.poke-block-nps .btn-nps:nth-child(1422n){-webkit-animation-delay:142.8s;animation-delay:142.8s}.poke-block-nps .btn-nps:nth-child(1423n){-webkit-animation-delay:142.9s;animation-delay:142.9s}.poke-block-nps .btn-nps:nth-child(1424n){-webkit-animation-delay:143s;animation-delay:143s}.poke-block-nps .btn-nps:nth-child(1425n){-webkit-animation-delay:143.1s;animation-delay:143.1s}.poke-block-nps .btn-nps:nth-child(1426n){-webkit-animation-delay:143.2s;animation-delay:143.2s}.poke-block-nps .btn-nps:nth-child(1427n){-webkit-animation-delay:143.3s;animation-delay:143.3s}.poke-block-nps .btn-nps:nth-child(1428n){-webkit-animation-delay:143.4s;animation-delay:143.4s}.poke-block-nps .btn-nps:nth-child(1429n){-webkit-animation-delay:143.5s;animation-delay:143.5s}.poke-block-nps .btn-nps:nth-child(1430n){-webkit-animation-delay:143.6s;animation-delay:143.6s}.poke-block-nps .btn-nps:nth-child(1431n){-webkit-animation-delay:143.7s;animation-delay:143.7s}.poke-block-nps .btn-nps:nth-child(1432n){-webkit-animation-delay:143.8s;animation-delay:143.8s}.poke-block-nps .btn-nps:nth-child(1433n){-webkit-animation-delay:143.9s;animation-delay:143.9s}.poke-block-nps .btn-nps:nth-child(1434n){-webkit-animation-delay:144s;animation-delay:144s}.poke-block-nps .btn-nps:nth-child(1435n){-webkit-animation-delay:144.1s;animation-delay:144.1s}.poke-block-nps .btn-nps:nth-child(1436n){-webkit-animation-delay:144.2s;animation-delay:144.2s}.poke-block-nps .btn-nps:nth-child(1437n){-webkit-animation-delay:144.3s;animation-delay:144.3s}.poke-block-nps .btn-nps:nth-child(1438n){-webkit-animation-delay:144.4s;animation-delay:144.4s}.poke-block-nps .btn-nps:nth-child(1439n){-webkit-animation-delay:144.5s;animation-delay:144.5s}.poke-block-nps .btn-nps:nth-child(1440n){-webkit-animation-delay:144.6s;animation-delay:144.6s}.poke-block-nps .btn-nps:nth-child(1441n){-webkit-animation-delay:144.7s;animation-delay:144.7s}.poke-block-nps .btn-nps:nth-child(1442n){-webkit-animation-delay:144.8s;animation-delay:144.8s}.poke-block-nps .btn-nps:nth-child(1443n){-webkit-animation-delay:144.9s;animation-delay:144.9s}.poke-block-nps .btn-nps:nth-child(1444n){-webkit-animation-delay:145s;animation-delay:145s}.poke-block-nps .btn-nps:nth-child(1445n){-webkit-animation-delay:145.1s;animation-delay:145.1s}.poke-block-nps .btn-nps:nth-child(1446n){-webkit-animation-delay:145.2s;animation-delay:145.2s}.poke-block-nps .btn-nps:nth-child(1447n){-webkit-animation-delay:145.3s;animation-delay:145.3s}.poke-block-nps .btn-nps:nth-child(1448n){-webkit-animation-delay:145.4s;animation-delay:145.4s}.poke-block-nps .btn-nps:nth-child(1449n){-webkit-animation-delay:145.5s;animation-delay:145.5s}.poke-block-nps .btn-nps:nth-child(1450n){-webkit-animation-delay:145.6s;animation-delay:145.6s}.poke-block-nps .btn-nps:nth-child(1451n){-webkit-animation-delay:145.7s;animation-delay:145.7s}.poke-block-nps .btn-nps:nth-child(1452n){-webkit-animation-delay:145.8s;animation-delay:145.8s}.poke-block-nps .btn-nps:nth-child(1453n){-webkit-animation-delay:145.9s;animation-delay:145.9s}.poke-block-nps .btn-nps:nth-child(1454n){-webkit-animation-delay:146s;animation-delay:146s}.poke-block-nps .btn-nps:nth-child(1455n){-webkit-animation-delay:146.1s;animation-delay:146.1s}.poke-block-nps .btn-nps:nth-child(1456n){-webkit-animation-delay:146.2s;animation-delay:146.2s}.poke-block-nps .btn-nps:nth-child(1457n){-webkit-animation-delay:146.3s;animation-delay:146.3s}.poke-block-nps .btn-nps:nth-child(1458n){-webkit-animation-delay:146.4s;animation-delay:146.4s}.poke-block-nps .btn-nps:nth-child(1459n){-webkit-animation-delay:146.5s;animation-delay:146.5s}.poke-block-nps .btn-nps:nth-child(1460n){-webkit-animation-delay:146.6s;animation-delay:146.6s}.poke-block-nps .btn-nps:nth-child(1461n){-webkit-animation-delay:146.7s;animation-delay:146.7s}.poke-block-nps .btn-nps:nth-child(1462n){-webkit-animation-delay:146.8s;animation-delay:146.8s}.poke-block-nps .btn-nps:nth-child(1463n){-webkit-animation-delay:146.9s;animation-delay:146.9s}.poke-block-nps .btn-nps:nth-child(1464n){-webkit-animation-delay:147s;animation-delay:147s}.poke-block-nps .btn-nps:nth-child(1465n){-webkit-animation-delay:147.1s;animation-delay:147.1s}.poke-block-nps .btn-nps:nth-child(1466n){-webkit-animation-delay:147.2s;animation-delay:147.2s}.poke-block-nps .btn-nps:nth-child(1467n){-webkit-animation-delay:147.3s;animation-delay:147.3s}.poke-block-nps .btn-nps:nth-child(1468n){-webkit-animation-delay:147.4s;animation-delay:147.4s}.poke-block-nps .btn-nps:nth-child(1469n){-webkit-animation-delay:147.5s;animation-delay:147.5s}.poke-block-nps .btn-nps:nth-child(1470n){-webkit-animation-delay:147.6s;animation-delay:147.6s}.poke-block-nps .btn-nps:nth-child(1471n){-webkit-animation-delay:147.7s;animation-delay:147.7s}.poke-block-nps .btn-nps:nth-child(1472n){-webkit-animation-delay:147.8s;animation-delay:147.8s}.poke-block-nps .btn-nps:nth-child(1473n){-webkit-animation-delay:147.9s;animation-delay:147.9s}.poke-block-nps .btn-nps:nth-child(1474n){-webkit-animation-delay:148s;animation-delay:148s}.poke-block-nps .btn-nps:nth-child(1475n){-webkit-animation-delay:148.1s;animation-delay:148.1s}.poke-block-nps .btn-nps:nth-child(1476n){-webkit-animation-delay:148.2s;animation-delay:148.2s}.poke-block-nps .btn-nps:nth-child(1477n){-webkit-animation-delay:148.3s;animation-delay:148.3s}.poke-block-nps .btn-nps:nth-child(1478n){-webkit-animation-delay:148.4s;animation-delay:148.4s}.poke-block-nps .btn-nps:nth-child(1479n){-webkit-animation-delay:148.5s;animation-delay:148.5s}.poke-block-nps .btn-nps:nth-child(1480n){-webkit-animation-delay:148.6s;animation-delay:148.6s}.poke-block-nps .btn-nps:nth-child(1481n){-webkit-animation-delay:148.7s;animation-delay:148.7s}.poke-block-nps .btn-nps:nth-child(1482n){-webkit-animation-delay:148.8s;animation-delay:148.8s}.poke-block-nps .btn-nps:nth-child(1483n){-webkit-animation-delay:148.9s;animation-delay:148.9s}.poke-block-nps .btn-nps:nth-child(1484n){-webkit-animation-delay:149s;animation-delay:149s}.poke-block-nps .btn-nps:nth-child(1485n){-webkit-animation-delay:149.1s;animation-delay:149.1s}.poke-block-nps .btn-nps:nth-child(1486n){-webkit-animation-delay:149.2s;animation-delay:149.2s}.poke-block-nps .btn-nps:nth-child(1487n){-webkit-animation-delay:149.3s;animation-delay:149.3s}.poke-block-nps .btn-nps:nth-child(1488n){-webkit-animation-delay:149.4s;animation-delay:149.4s}.poke-block-nps .btn-nps:nth-child(1489n){-webkit-animation-delay:149.5s;animation-delay:149.5s}.poke-block-nps .btn-nps:nth-child(1490n){-webkit-animation-delay:149.6s;animation-delay:149.6s}.poke-block-nps .btn-nps:nth-child(1491n){-webkit-animation-delay:149.7s;animation-delay:149.7s}.poke-block-nps .btn-nps:nth-child(1492n){-webkit-animation-delay:149.8s;animation-delay:149.8s}.poke-block-nps .btn-nps:nth-child(1493n){-webkit-animation-delay:149.9s;animation-delay:149.9s}.poke-block-nps .btn-nps:nth-child(1494n){-webkit-animation-delay:150s;animation-delay:150s}.poke-block-nps .btn-nps:nth-child(1495n){-webkit-animation-delay:150.1s;animation-delay:150.1s}.poke-block-nps .btn-nps:nth-child(1496n){-webkit-animation-delay:150.2s;animation-delay:150.2s}.poke-block-nps .btn-nps:nth-child(1497n){-webkit-animation-delay:150.3s;animation-delay:150.3s}.poke-block-nps .btn-nps:nth-child(1498n){-webkit-animation-delay:150.4s;animation-delay:150.4s}.poke-block-nps .btn-nps:nth-child(1499n){-webkit-animation-delay:150.5s;animation-delay:150.5s}.poke-block-nps .btn-nps:nth-child(1500n){-webkit-animation-delay:150.6s;animation-delay:150.6s}.poke-block-nps .btn-nps:nth-child(1501n){-webkit-animation-delay:150.7s;animation-delay:150.7s}.poke-block-nps .btn-nps:nth-child(1502n){-webkit-animation-delay:150.8s;animation-delay:150.8s}.poke-block-nps .btn-nps:nth-child(1503n){-webkit-animation-delay:150.9s;animation-delay:150.9s}.poke-block-nps .btn-nps:nth-child(1504n){-webkit-animation-delay:151s;animation-delay:151s}.poke-block-nps .btn-nps:nth-child(1505n){-webkit-animation-delay:151.1s;animation-delay:151.1s}.poke-block-nps .btn-nps:nth-child(1506n){-webkit-animation-delay:151.2s;animation-delay:151.2s}.poke-block-nps .btn-nps:nth-child(1507n){-webkit-animation-delay:151.3s;animation-delay:151.3s}.poke-block-nps .btn-nps:nth-child(1508n){-webkit-animation-delay:151.4s;animation-delay:151.4s}.poke-block-nps .btn-nps:nth-child(1509n){-webkit-animation-delay:151.5s;animation-delay:151.5s}.poke-block-nps .btn-nps:nth-child(1510n){-webkit-animation-delay:151.6s;animation-delay:151.6s}.poke-block-nps .btn-nps:nth-child(1511n){-webkit-animation-delay:151.7s;animation-delay:151.7s}.poke-block-nps .btn-nps:nth-child(1512n){-webkit-animation-delay:151.8s;animation-delay:151.8s}.poke-block-nps .btn-nps:nth-child(1513n){-webkit-animation-delay:151.9s;animation-delay:151.9s}.poke-block-nps .btn-nps:nth-child(1514n){-webkit-animation-delay:152s;animation-delay:152s}.poke-block-nps .btn-nps:nth-child(1515n){-webkit-animation-delay:152.1s;animation-delay:152.1s}.poke-block-nps .btn-nps:nth-child(1516n){-webkit-animation-delay:152.2s;animation-delay:152.2s}.poke-block-nps .btn-nps:nth-child(1517n){-webkit-animation-delay:152.3s;animation-delay:152.3s}.poke-block-nps .btn-nps:nth-child(1518n){-webkit-animation-delay:152.4s;animation-delay:152.4s}.poke-block-nps .btn-nps:nth-child(1519n){-webkit-animation-delay:152.5s;animation-delay:152.5s}.poke-block-nps .btn-nps:nth-child(1520n){-webkit-animation-delay:152.6s;animation-delay:152.6s}.poke-block-nps .btn-nps:nth-child(1521n){-webkit-animation-delay:152.7s;animation-delay:152.7s}.poke-block-nps .btn-nps:nth-child(1522n){-webkit-animation-delay:152.8s;animation-delay:152.8s}.poke-block-nps .btn-nps:nth-child(1523n){-webkit-animation-delay:152.9s;animation-delay:152.9s}.poke-block-nps .btn-nps:nth-child(1524n){-webkit-animation-delay:153s;animation-delay:153s}.poke-block-nps .btn-nps:nth-child(1525n){-webkit-animation-delay:153.1s;animation-delay:153.1s}.poke-block-nps .btn-nps:nth-child(1526n){-webkit-animation-delay:153.2s;animation-delay:153.2s}.poke-block-nps .btn-nps:nth-child(1527n){-webkit-animation-delay:153.3s;animation-delay:153.3s}.poke-block-nps .btn-nps:nth-child(1528n){-webkit-animation-delay:153.4s;animation-delay:153.4s}.poke-block-nps .btn-nps:nth-child(1529n){-webkit-animation-delay:153.5s;animation-delay:153.5s}.poke-block-nps .btn-nps:nth-child(1530n){-webkit-animation-delay:153.6s;animation-delay:153.6s}.poke-block-nps .btn-nps:nth-child(1531n){-webkit-animation-delay:153.7s;animation-delay:153.7s}.poke-block-nps .btn-nps:nth-child(1532n){-webkit-animation-delay:153.8s;animation-delay:153.8s}.poke-block-nps .btn-nps:nth-child(1533n){-webkit-animation-delay:153.9s;animation-delay:153.9s}.poke-block-nps .btn-nps:nth-child(1534n){-webkit-animation-delay:154s;animation-delay:154s}.poke-block-nps .btn-nps:nth-child(1535n){-webkit-animation-delay:154.1s;animation-delay:154.1s}.poke-block-nps .btn-nps:nth-child(1536n){-webkit-animation-delay:154.2s;animation-delay:154.2s}.poke-block-nps .btn-nps:nth-child(1537n){-webkit-animation-delay:154.3s;animation-delay:154.3s}.poke-block-nps .btn-nps:nth-child(1538n){-webkit-animation-delay:154.4s;animation-delay:154.4s}.poke-block-nps .btn-nps:nth-child(1539n){-webkit-animation-delay:154.5s;animation-delay:154.5s}.poke-block-nps .btn-nps:nth-child(1540n){-webkit-animation-delay:154.6s;animation-delay:154.6s}.poke-block-nps .btn-nps:nth-child(1541n){-webkit-animation-delay:154.7s;animation-delay:154.7s}.poke-block-nps .btn-nps:nth-child(1542n){-webkit-animation-delay:154.8s;animation-delay:154.8s}.poke-block-nps .btn-nps:nth-child(1543n){-webkit-animation-delay:154.9s;animation-delay:154.9s}.poke-block-nps .btn-nps:nth-child(1544n){-webkit-animation-delay:155s;animation-delay:155s}.poke-block-nps .btn-nps:nth-child(1545n){-webkit-animation-delay:155.1s;animation-delay:155.1s}.poke-block-nps .btn-nps:nth-child(1546n){-webkit-animation-delay:155.2s;animation-delay:155.2s}.poke-block-nps .btn-nps:nth-child(1547n){-webkit-animation-delay:155.3s;animation-delay:155.3s}.poke-block-nps .btn-nps:nth-child(1548n){-webkit-animation-delay:155.4s;animation-delay:155.4s}.poke-block-nps .btn-nps:nth-child(1549n){-webkit-animation-delay:155.5s;animation-delay:155.5s}.poke-block-nps .btn-nps:nth-child(1550n){-webkit-animation-delay:155.6s;animation-delay:155.6s}.poke-block-nps .btn-nps:nth-child(1551n){-webkit-animation-delay:155.7s;animation-delay:155.7s}.poke-block-nps .btn-nps:nth-child(1552n){-webkit-animation-delay:155.8s;animation-delay:155.8s}.poke-block-nps .btn-nps:nth-child(1553n){-webkit-animation-delay:155.9s;animation-delay:155.9s}.poke-block-nps .btn-nps:nth-child(1554n){-webkit-animation-delay:156s;animation-delay:156s}.poke-block-nps .btn-nps:nth-child(1555n){-webkit-animation-delay:156.1s;animation-delay:156.1s}.poke-block-nps .btn-nps:nth-child(1556n){-webkit-animation-delay:156.2s;animation-delay:156.2s}.poke-block-nps .btn-nps:nth-child(1557n){-webkit-animation-delay:156.3s;animation-delay:156.3s}.poke-block-nps .btn-nps:nth-child(1558n){-webkit-animation-delay:156.4s;animation-delay:156.4s}.poke-block-nps .btn-nps:nth-child(1559n){-webkit-animation-delay:156.5s;animation-delay:156.5s}.poke-block-nps .btn-nps:nth-child(1560n){-webkit-animation-delay:156.6s;animation-delay:156.6s}.poke-block-nps .btn-nps:nth-child(1561n){-webkit-animation-delay:156.7s;animation-delay:156.7s}.poke-block-nps .btn-nps:nth-child(1562n){-webkit-animation-delay:156.8s;animation-delay:156.8s}.poke-block-nps .btn-nps:nth-child(1563n){-webkit-animation-delay:156.9s;animation-delay:156.9s}.poke-block-nps .btn-nps:nth-child(1564n){-webkit-animation-delay:157s;animation-delay:157s}.poke-block-nps .btn-nps:nth-child(1565n){-webkit-animation-delay:157.1s;animation-delay:157.1s}.poke-block-nps .btn-nps:nth-child(1566n){-webkit-animation-delay:157.2s;animation-delay:157.2s}.poke-block-nps .btn-nps:nth-child(1567n){-webkit-animation-delay:157.3s;animation-delay:157.3s}.poke-block-nps .btn-nps:nth-child(1568n){-webkit-animation-delay:157.4s;animation-delay:157.4s}.poke-block-nps .btn-nps:nth-child(1569n){-webkit-animation-delay:157.5s;animation-delay:157.5s}.poke-block-nps .btn-nps:nth-child(1570n){-webkit-animation-delay:157.6s;animation-delay:157.6s}.poke-block-nps .btn-nps:nth-child(1571n){-webkit-animation-delay:157.7s;animation-delay:157.7s}.poke-block-nps .btn-nps:nth-child(1572n){-webkit-animation-delay:157.8s;animation-delay:157.8s}.poke-block-nps .btn-nps:nth-child(1573n){-webkit-animation-delay:157.9s;animation-delay:157.9s}.poke-block-nps .btn-nps:nth-child(1574n){-webkit-animation-delay:158s;animation-delay:158s}.poke-block-nps .btn-nps:nth-child(1575n){-webkit-animation-delay:158.1s;animation-delay:158.1s}.poke-block-nps .btn-nps:nth-child(1576n){-webkit-animation-delay:158.2s;animation-delay:158.2s}.poke-block-nps .btn-nps:nth-child(1577n){-webkit-animation-delay:158.3s;animation-delay:158.3s}.poke-block-nps .btn-nps:nth-child(1578n){-webkit-animation-delay:158.4s;animation-delay:158.4s}.poke-block-nps .btn-nps:nth-child(1579n){-webkit-animation-delay:158.5s;animation-delay:158.5s}.poke-block-nps .btn-nps:nth-child(1580n){-webkit-animation-delay:158.6s;animation-delay:158.6s}.poke-block-nps .btn-nps:nth-child(1581n){-webkit-animation-delay:158.7s;animation-delay:158.7s}.poke-block-nps .btn-nps:nth-child(1582n){-webkit-animation-delay:158.8s;animation-delay:158.8s}.poke-block-nps .btn-nps:nth-child(1583n){-webkit-animation-delay:158.9s;animation-delay:158.9s}.poke-block-nps .btn-nps:nth-child(1584n){-webkit-animation-delay:159s;animation-delay:159s}.poke-block-nps .btn-nps:nth-child(1585n){-webkit-animation-delay:159.1s;animation-delay:159.1s}.poke-block-nps .btn-nps:nth-child(1586n){-webkit-animation-delay:159.2s;animation-delay:159.2s}.poke-block-nps .btn-nps:nth-child(1587n){-webkit-animation-delay:159.3s;animation-delay:159.3s}.poke-block-nps .btn-nps:nth-child(1588n){-webkit-animation-delay:159.4s;animation-delay:159.4s}.poke-block-nps .btn-nps:nth-child(1589n){-webkit-animation-delay:159.5s;animation-delay:159.5s}.poke-block-nps .btn-nps:nth-child(1590n){-webkit-animation-delay:159.6s;animation-delay:159.6s}.poke-block-nps .btn-nps:nth-child(1591n){-webkit-animation-delay:159.7s;animation-delay:159.7s}.poke-block-nps .btn-nps:nth-child(1592n){-webkit-animation-delay:159.8s;animation-delay:159.8s}.poke-block-nps .btn-nps:nth-child(1593n){-webkit-animation-delay:159.9s;animation-delay:159.9s}.poke-block-nps .btn-nps:nth-child(1594n){-webkit-animation-delay:160s;animation-delay:160s}.poke-block-nps .btn-nps:nth-child(1595n){-webkit-animation-delay:160.1s;animation-delay:160.1s}.poke-block-nps .btn-nps:nth-child(1596n){-webkit-animation-delay:160.2s;animation-delay:160.2s}.poke-block-nps .btn-nps:nth-child(1597n){-webkit-animation-delay:160.3s;animation-delay:160.3s}.poke-block-nps .btn-nps:nth-child(1598n){-webkit-animation-delay:160.4s;animation-delay:160.4s}.poke-block-nps .btn-nps:nth-child(1599n){-webkit-animation-delay:160.5s;animation-delay:160.5s}.poke-block-nps .btn-nps:nth-child(1600n){-webkit-animation-delay:160.6s;animation-delay:160.6s}.poke-block-nps .btn-nps:nth-child(1601n){-webkit-animation-delay:160.7s;animation-delay:160.7s}.poke-block-nps .btn-nps:nth-child(1602n){-webkit-animation-delay:160.8s;animation-delay:160.8s}.poke-block-nps .btn-nps:nth-child(1603n){-webkit-animation-delay:160.9s;animation-delay:160.9s}.poke-block-nps .btn-nps:nth-child(1604n){-webkit-animation-delay:161s;animation-delay:161s}.poke-block-nps .btn-nps:nth-child(1605n){-webkit-animation-delay:161.1s;animation-delay:161.1s}.poke-block-nps .btn-nps:nth-child(1606n){-webkit-animation-delay:161.2s;animation-delay:161.2s}.poke-block-nps .btn-nps:nth-child(1607n){-webkit-animation-delay:161.3s;animation-delay:161.3s}.poke-block-nps .btn-nps:nth-child(1608n){-webkit-animation-delay:161.4s;animation-delay:161.4s}.poke-block-nps .btn-nps:nth-child(1609n){-webkit-animation-delay:161.5s;animation-delay:161.5s}.poke-block-nps .btn-nps:nth-child(1610n){-webkit-animation-delay:161.6s;animation-delay:161.6s}.poke-block-nps .btn-nps:nth-child(1611n){-webkit-animation-delay:161.7s;animation-delay:161.7s}.poke-block-nps .btn-nps:nth-child(1612n){-webkit-animation-delay:161.8s;animation-delay:161.8s}.poke-block-nps .btn-nps:nth-child(1613n){-webkit-animation-delay:161.9s;animation-delay:161.9s}.poke-block-nps .btn-nps:nth-child(1614n){-webkit-animation-delay:162s;animation-delay:162s}.poke-block-nps .btn-nps:nth-child(1615n){-webkit-animation-delay:162.1s;animation-delay:162.1s}.poke-block-nps .btn-nps:nth-child(1616n){-webkit-animation-delay:162.2s;animation-delay:162.2s}.poke-block-nps .btn-nps:nth-child(1617n){-webkit-animation-delay:162.3s;animation-delay:162.3s}.poke-block-nps .btn-nps:nth-child(1618n){-webkit-animation-delay:162.4s;animation-delay:162.4s}.poke-block-nps .btn-nps:nth-child(1619n){-webkit-animation-delay:162.5s;animation-delay:162.5s}.poke-block-nps .btn-nps:nth-child(1620n){-webkit-animation-delay:162.6s;animation-delay:162.6s}.poke-block-nps .btn-nps:nth-child(1621n){-webkit-animation-delay:162.7s;animation-delay:162.7s}.poke-block-nps .btn-nps:nth-child(1622n){-webkit-animation-delay:162.8s;animation-delay:162.8s}.poke-block-nps .btn-nps:nth-child(1623n){-webkit-animation-delay:162.9s;animation-delay:162.9s}.poke-block-nps .btn-nps:nth-child(1624n){-webkit-animation-delay:163s;animation-delay:163s}.poke-block-nps .btn-nps:nth-child(1625n){-webkit-animation-delay:163.1s;animation-delay:163.1s}.poke-block-nps .btn-nps:nth-child(1626n){-webkit-animation-delay:163.2s;animation-delay:163.2s}.poke-block-nps .btn-nps:nth-child(1627n){-webkit-animation-delay:163.3s;animation-delay:163.3s}.poke-block-nps .btn-nps:nth-child(1628n){-webkit-animation-delay:163.4s;animation-delay:163.4s}.poke-block-nps .btn-nps:nth-child(1629n){-webkit-animation-delay:163.5s;animation-delay:163.5s}.poke-block-nps .btn-nps:nth-child(1630n){-webkit-animation-delay:163.6s;animation-delay:163.6s}.poke-block-nps .btn-nps:nth-child(1631n){-webkit-animation-delay:163.7s;animation-delay:163.7s}.poke-block-nps .btn-nps:nth-child(1632n){-webkit-animation-delay:163.8s;animation-delay:163.8s}.poke-block-nps .btn-nps:nth-child(1633n){-webkit-animation-delay:163.9s;animation-delay:163.9s}.poke-block-nps .btn-nps:nth-child(1634n){-webkit-animation-delay:164s;animation-delay:164s}.poke-block-nps .btn-nps:nth-child(1635n){-webkit-animation-delay:164.1s;animation-delay:164.1s}.poke-block-nps .btn-nps:nth-child(1636n){-webkit-animation-delay:164.2s;animation-delay:164.2s}.poke-block-nps .btn-nps:nth-child(1637n){-webkit-animation-delay:164.3s;animation-delay:164.3s}.poke-block-nps .btn-nps:nth-child(1638n){-webkit-animation-delay:164.4s;animation-delay:164.4s}.poke-block-nps .btn-nps:nth-child(1639n){-webkit-animation-delay:164.5s;animation-delay:164.5s}.poke-block-nps .btn-nps:nth-child(1640n){-webkit-animation-delay:164.6s;animation-delay:164.6s}.poke-block-nps .btn-nps:nth-child(1641n){-webkit-animation-delay:164.7s;animation-delay:164.7s}.poke-block-nps .btn-nps:nth-child(1642n){-webkit-animation-delay:164.8s;animation-delay:164.8s}.poke-block-nps .btn-nps:nth-child(1643n){-webkit-animation-delay:164.9s;animation-delay:164.9s}.poke-block-nps .btn-nps:nth-child(1644n){-webkit-animation-delay:165s;animation-delay:165s}.poke-block-nps .btn-nps:nth-child(1645n){-webkit-animation-delay:165.1s;animation-delay:165.1s}.poke-block-nps .btn-nps:nth-child(1646n){-webkit-animation-delay:165.2s;animation-delay:165.2s}.poke-block-nps .btn-nps:nth-child(1647n){-webkit-animation-delay:165.3s;animation-delay:165.3s}.poke-block-nps .btn-nps:nth-child(1648n){-webkit-animation-delay:165.4s;animation-delay:165.4s}.poke-block-nps .btn-nps:nth-child(1649n){-webkit-animation-delay:165.5s;animation-delay:165.5s}.poke-block-nps .btn-nps:nth-child(1650n){-webkit-animation-delay:165.6s;animation-delay:165.6s}.poke-block-nps .btn-nps:nth-child(1651n){-webkit-animation-delay:165.7s;animation-delay:165.7s}.poke-block-nps .btn-nps:nth-child(1652n){-webkit-animation-delay:165.8s;animation-delay:165.8s}.poke-block-nps .btn-nps:nth-child(1653n){-webkit-animation-delay:165.9s;animation-delay:165.9s}.poke-block-nps .btn-nps:nth-child(1654n){-webkit-animation-delay:166s;animation-delay:166s}.poke-block-nps .btn-nps:nth-child(1655n){-webkit-animation-delay:166.1s;animation-delay:166.1s}.poke-block-nps .btn-nps:nth-child(1656n){-webkit-animation-delay:166.2s;animation-delay:166.2s}.poke-block-nps .btn-nps:nth-child(1657n){-webkit-animation-delay:166.3s;animation-delay:166.3s}.poke-block-nps .btn-nps:nth-child(1658n){-webkit-animation-delay:166.4s;animation-delay:166.4s}.poke-block-nps .btn-nps:nth-child(1659n){-webkit-animation-delay:166.5s;animation-delay:166.5s}.poke-block-nps .btn-nps:nth-child(1660n){-webkit-animation-delay:166.6s;animation-delay:166.6s}.poke-block-nps .btn-nps:nth-child(1661n){-webkit-animation-delay:166.7s;animation-delay:166.7s}.poke-block-nps .btn-nps:nth-child(1662n){-webkit-animation-delay:166.8s;animation-delay:166.8s}.poke-block-nps .btn-nps:nth-child(1663n){-webkit-animation-delay:166.9s;animation-delay:166.9s}.poke-block-nps .btn-nps:nth-child(1664n){-webkit-animation-delay:167s;animation-delay:167s}.poke-block-nps .btn-nps:nth-child(1665n){-webkit-animation-delay:167.1s;animation-delay:167.1s}.poke-block-nps .btn-nps:nth-child(1666n){-webkit-animation-delay:167.2s;animation-delay:167.2s}.poke-block-nps .btn-nps:nth-child(1667n){-webkit-animation-delay:167.3s;animation-delay:167.3s}.poke-block-nps .btn-nps:nth-child(1668n){-webkit-animation-delay:167.4s;animation-delay:167.4s}.poke-block-nps .btn-nps:nth-child(1669n){-webkit-animation-delay:167.5s;animation-delay:167.5s}.poke-block-nps .btn-nps:nth-child(1670n){-webkit-animation-delay:167.6s;animation-delay:167.6s}.poke-block-nps .btn-nps:nth-child(1671n){-webkit-animation-delay:167.7s;animation-delay:167.7s}.poke-block-nps .btn-nps:nth-child(1672n){-webkit-animation-delay:167.8s;animation-delay:167.8s}.poke-block-nps .btn-nps:nth-child(1673n){-webkit-animation-delay:167.9s;animation-delay:167.9s}.poke-block-nps .btn-nps:nth-child(1674n){-webkit-animation-delay:168s;animation-delay:168s}.poke-block-nps .btn-nps:nth-child(1675n){-webkit-animation-delay:168.1s;animation-delay:168.1s}.poke-block-nps .btn-nps:nth-child(1676n){-webkit-animation-delay:168.2s;animation-delay:168.2s}.poke-block-nps .btn-nps:nth-child(1677n){-webkit-animation-delay:168.3s;animation-delay:168.3s}.poke-block-nps .btn-nps:nth-child(1678n){-webkit-animation-delay:168.4s;animation-delay:168.4s}.poke-block-nps .btn-nps:nth-child(1679n){-webkit-animation-delay:168.5s;animation-delay:168.5s}.poke-block-nps .btn-nps:nth-child(1680n){-webkit-animation-delay:168.6s;animation-delay:168.6s}.poke-block-nps .btn-nps:nth-child(1681n){-webkit-animation-delay:168.7s;animation-delay:168.7s}.poke-block-nps .btn-nps:nth-child(1682n){-webkit-animation-delay:168.8s;animation-delay:168.8s}.poke-block-nps .btn-nps:nth-child(1683n){-webkit-animation-delay:168.9s;animation-delay:168.9s}.poke-block-nps .btn-nps:nth-child(1684n){-webkit-animation-delay:169s;animation-delay:169s}.poke-block-nps .btn-nps:nth-child(1685n){-webkit-animation-delay:169.1s;animation-delay:169.1s}.poke-block-nps .btn-nps:nth-child(1686n){-webkit-animation-delay:169.2s;animation-delay:169.2s}.poke-block-nps .btn-nps:nth-child(1687n){-webkit-animation-delay:169.3s;animation-delay:169.3s}.poke-block-nps .btn-nps:nth-child(1688n){-webkit-animation-delay:169.4s;animation-delay:169.4s}.poke-block-nps .btn-nps:nth-child(1689n){-webkit-animation-delay:169.5s;animation-delay:169.5s}.poke-block-nps .btn-nps:nth-child(1690n){-webkit-animation-delay:169.6s;animation-delay:169.6s}.poke-block-nps .btn-nps:nth-child(1691n){-webkit-animation-delay:169.7s;animation-delay:169.7s}.poke-block-nps .btn-nps:nth-child(1692n){-webkit-animation-delay:169.8s;animation-delay:169.8s}.poke-block-nps .btn-nps:nth-child(1693n){-webkit-animation-delay:169.9s;animation-delay:169.9s}.poke-block-nps .btn-nps:nth-child(1694n){-webkit-animation-delay:170s;animation-delay:170s}.poke-block-nps .btn-nps:nth-child(1695n){-webkit-animation-delay:170.1s;animation-delay:170.1s}.poke-block-nps .btn-nps:nth-child(1696n){-webkit-animation-delay:170.2s;animation-delay:170.2s}.poke-block-nps .btn-nps:nth-child(1697n){-webkit-animation-delay:170.3s;animation-delay:170.3s}.poke-block-nps .btn-nps:nth-child(1698n){-webkit-animation-delay:170.4s;animation-delay:170.4s}.poke-block-nps .btn-nps:nth-child(1699n){-webkit-animation-delay:170.5s;animation-delay:170.5s}.poke-block-nps .btn-nps:nth-child(1700n){-webkit-animation-delay:170.6s;animation-delay:170.6s}.poke-block-nps .btn-nps:nth-child(1701n){-webkit-animation-delay:170.7s;animation-delay:170.7s}.poke-block-nps .btn-nps:nth-child(1702n){-webkit-animation-delay:170.8s;animation-delay:170.8s}.poke-block-nps .btn-nps:nth-child(1703n){-webkit-animation-delay:170.9s;animation-delay:170.9s}.poke-block-nps .btn-nps:nth-child(1704n){-webkit-animation-delay:171s;animation-delay:171s}.poke-block-nps .btn-nps:nth-child(1705n){-webkit-animation-delay:171.1s;animation-delay:171.1s}.poke-block-nps .btn-nps:nth-child(1706n){-webkit-animation-delay:171.2s;animation-delay:171.2s}.poke-block-nps .btn-nps:nth-child(1707n){-webkit-animation-delay:171.3s;animation-delay:171.3s}.poke-block-nps .btn-nps:nth-child(1708n){-webkit-animation-delay:171.4s;animation-delay:171.4s}.poke-block-nps .btn-nps:nth-child(1709n){-webkit-animation-delay:171.5s;animation-delay:171.5s}.poke-block-nps .btn-nps:nth-child(1710n){-webkit-animation-delay:171.6s;animation-delay:171.6s}.poke-block-nps .btn-nps:nth-child(1711n){-webkit-animation-delay:171.7s;animation-delay:171.7s}.poke-block-nps .btn-nps:nth-child(1712n){-webkit-animation-delay:171.8s;animation-delay:171.8s}.poke-block-nps .btn-nps:nth-child(1713n){-webkit-animation-delay:171.9s;animation-delay:171.9s}.poke-block-nps .btn-nps:nth-child(1714n){-webkit-animation-delay:172s;animation-delay:172s}.poke-block-nps .btn-nps:nth-child(1715n){-webkit-animation-delay:172.1s;animation-delay:172.1s}.poke-block-nps .btn-nps:nth-child(1716n){-webkit-animation-delay:172.2s;animation-delay:172.2s}.poke-block-nps .btn-nps:nth-child(1717n){-webkit-animation-delay:172.3s;animation-delay:172.3s}.poke-block-nps .btn-nps:nth-child(1718n){-webkit-animation-delay:172.4s;animation-delay:172.4s}.poke-block-nps .btn-nps:nth-child(1719n){-webkit-animation-delay:172.5s;animation-delay:172.5s}.poke-block-nps .btn-nps:nth-child(1720n){-webkit-animation-delay:172.6s;animation-delay:172.6s}.poke-block-nps .btn-nps:nth-child(1721n){-webkit-animation-delay:172.7s;animation-delay:172.7s}.poke-block-nps .btn-nps:nth-child(1722n){-webkit-animation-delay:172.8s;animation-delay:172.8s}.poke-block-nps .btn-nps:nth-child(1723n){-webkit-animation-delay:172.9s;animation-delay:172.9s}.poke-block-nps .btn-nps:nth-child(1724n){-webkit-animation-delay:173s;animation-delay:173s}.poke-block-nps .btn-nps:nth-child(1725n){-webkit-animation-delay:173.1s;animation-delay:173.1s}.poke-block-nps .btn-nps:nth-child(1726n){-webkit-animation-delay:173.2s;animation-delay:173.2s}.poke-block-nps .btn-nps:nth-child(1727n){-webkit-animation-delay:173.3s;animation-delay:173.3s}.poke-block-nps .btn-nps:nth-child(1728n){-webkit-animation-delay:173.4s;animation-delay:173.4s}.poke-block-nps .btn-nps:nth-child(1729n){-webkit-animation-delay:173.5s;animation-delay:173.5s}.poke-block-nps .btn-nps:nth-child(1730n){-webkit-animation-delay:173.6s;animation-delay:173.6s}.poke-block-nps .btn-nps:nth-child(1731n){-webkit-animation-delay:173.7s;animation-delay:173.7s}.poke-block-nps .btn-nps:nth-child(1732n){-webkit-animation-delay:173.8s;animation-delay:173.8s}.poke-block-nps .btn-nps:nth-child(1733n){-webkit-animation-delay:173.9s;animation-delay:173.9s}.poke-block-nps .btn-nps:nth-child(1734n){-webkit-animation-delay:174s;animation-delay:174s}.poke-block-nps .btn-nps:nth-child(1735n){-webkit-animation-delay:174.1s;animation-delay:174.1s}.poke-block-nps .btn-nps:nth-child(1736n){-webkit-animation-delay:174.2s;animation-delay:174.2s}.poke-block-nps .btn-nps:nth-child(1737n){-webkit-animation-delay:174.3s;animation-delay:174.3s}.poke-block-nps .btn-nps:nth-child(1738n){-webkit-animation-delay:174.4s;animation-delay:174.4s}.poke-block-nps .btn-nps:nth-child(1739n){-webkit-animation-delay:174.5s;animation-delay:174.5s}.poke-block-nps .btn-nps:nth-child(1740n){-webkit-animation-delay:174.6s;animation-delay:174.6s}.poke-block-nps .btn-nps:nth-child(1741n){-webkit-animation-delay:174.7s;animation-delay:174.7s}.poke-block-nps .btn-nps:nth-child(1742n){-webkit-animation-delay:174.8s;animation-delay:174.8s}.poke-block-nps .btn-nps:nth-child(1743n){-webkit-animation-delay:174.9s;animation-delay:174.9s}.poke-block-nps .btn-nps:nth-child(1744n){-webkit-animation-delay:175s;animation-delay:175s}.poke-block-nps .btn-nps:nth-child(1745n){-webkit-animation-delay:175.1s;animation-delay:175.1s}.poke-block-nps .btn-nps:nth-child(1746n){-webkit-animation-delay:175.2s;animation-delay:175.2s}.poke-block-nps .btn-nps:nth-child(1747n){-webkit-animation-delay:175.3s;animation-delay:175.3s}.poke-block-nps .btn-nps:nth-child(1748n){-webkit-animation-delay:175.4s;animation-delay:175.4s}.poke-block-nps .btn-nps:nth-child(1749n){-webkit-animation-delay:175.5s;animation-delay:175.5s}.poke-block-nps .btn-nps:nth-child(1750n){-webkit-animation-delay:175.6s;animation-delay:175.6s}.poke-block-nps .btn-nps:nth-child(1751n){-webkit-animation-delay:175.7s;animation-delay:175.7s}.poke-block-nps .btn-nps:nth-child(1752n){-webkit-animation-delay:175.8s;animation-delay:175.8s}.poke-block-nps .btn-nps:nth-child(1753n){-webkit-animation-delay:175.9s;animation-delay:175.9s}.poke-block-nps .btn-nps:nth-child(1754n){-webkit-animation-delay:176s;animation-delay:176s}.poke-block-nps .btn-nps:nth-child(1755n){-webkit-animation-delay:176.1s;animation-delay:176.1s}.poke-block-nps .btn-nps:nth-child(1756n){-webkit-animation-delay:176.2s;animation-delay:176.2s}.poke-block-nps .btn-nps:nth-child(1757n){-webkit-animation-delay:176.3s;animation-delay:176.3s}.poke-block-nps .btn-nps:nth-child(1758n){-webkit-animation-delay:176.4s;animation-delay:176.4s}.poke-block-nps .btn-nps:nth-child(1759n){-webkit-animation-delay:176.5s;animation-delay:176.5s}.poke-block-nps .btn-nps:nth-child(1760n){-webkit-animation-delay:176.6s;animation-delay:176.6s}.poke-block-nps .btn-nps:nth-child(1761n){-webkit-animation-delay:176.7s;animation-delay:176.7s}.poke-block-nps .btn-nps:nth-child(1762n){-webkit-animation-delay:176.8s;animation-delay:176.8s}.poke-block-nps .btn-nps:nth-child(1763n){-webkit-animation-delay:176.9s;animation-delay:176.9s}.poke-block-nps .btn-nps:nth-child(1764n){-webkit-animation-delay:177s;animation-delay:177s}.poke-block-nps .btn-nps:nth-child(1765n){-webkit-animation-delay:177.1s;animation-delay:177.1s}.poke-block-nps .btn-nps:nth-child(1766n){-webkit-animation-delay:177.2s;animation-delay:177.2s}.poke-block-nps .btn-nps:nth-child(1767n){-webkit-animation-delay:177.3s;animation-delay:177.3s}.poke-block-nps .btn-nps:nth-child(1768n){-webkit-animation-delay:177.4s;animation-delay:177.4s}.poke-block-nps .btn-nps:nth-child(1769n){-webkit-animation-delay:177.5s;animation-delay:177.5s}.poke-block-nps .btn-nps:nth-child(1770n){-webkit-animation-delay:177.6s;animation-delay:177.6s}.poke-block-nps .btn-nps:nth-child(1771n){-webkit-animation-delay:177.7s;animation-delay:177.7s}.poke-block-nps .btn-nps:nth-child(1772n){-webkit-animation-delay:177.8s;animation-delay:177.8s}.poke-block-nps .btn-nps:nth-child(1773n){-webkit-animation-delay:177.9s;animation-delay:177.9s}.poke-block-nps .btn-nps:nth-child(1774n){-webkit-animation-delay:178s;animation-delay:178s}.poke-block-nps .btn-nps:nth-child(1775n){-webkit-animation-delay:178.1s;animation-delay:178.1s}.poke-block-nps .btn-nps:nth-child(1776n){-webkit-animation-delay:178.2s;animation-delay:178.2s}.poke-block-nps .btn-nps:nth-child(1777n){-webkit-animation-delay:178.3s;animation-delay:178.3s}.poke-block-nps .btn-nps:nth-child(1778n){-webkit-animation-delay:178.4s;animation-delay:178.4s}.poke-block-nps .btn-nps:nth-child(1779n){-webkit-animation-delay:178.5s;animation-delay:178.5s}.poke-block-nps .btn-nps:nth-child(1780n){-webkit-animation-delay:178.6s;animation-delay:178.6s}.poke-block-nps .btn-nps:nth-child(1781n){-webkit-animation-delay:178.7s;animation-delay:178.7s}.poke-block-nps .btn-nps:nth-child(1782n){-webkit-animation-delay:178.8s;animation-delay:178.8s}.poke-block-nps .btn-nps:nth-child(1783n){-webkit-animation-delay:178.9s;animation-delay:178.9s}.poke-block-nps .btn-nps:nth-child(1784n){-webkit-animation-delay:179s;animation-delay:179s}.poke-block-nps .btn-nps:nth-child(1785n){-webkit-animation-delay:179.1s;animation-delay:179.1s}.poke-block-nps .btn-nps:nth-child(1786n){-webkit-animation-delay:179.2s;animation-delay:179.2s}.poke-block-nps .btn-nps:nth-child(1787n){-webkit-animation-delay:179.3s;animation-delay:179.3s}.poke-block-nps .btn-nps:nth-child(1788n){-webkit-animation-delay:179.4s;animation-delay:179.4s}.poke-block-nps .btn-nps:nth-child(1789n){-webkit-animation-delay:179.5s;animation-delay:179.5s}.poke-block-nps .btn-nps:nth-child(1790n){-webkit-animation-delay:179.6s;animation-delay:179.6s}.poke-block-nps .btn-nps:nth-child(1791n){-webkit-animation-delay:179.7s;animation-delay:179.7s}.poke-block-nps .btn-nps:nth-child(1792n){-webkit-animation-delay:179.8s;animation-delay:179.8s}.poke-block-nps .btn-nps:nth-child(1793n){-webkit-animation-delay:179.9s;animation-delay:179.9s}.poke-block-nps .btn-nps:nth-child(1794n){-webkit-animation-delay:180s;animation-delay:180s}.poke-block-nps .btn-nps:nth-child(1795n){-webkit-animation-delay:180.1s;animation-delay:180.1s}.poke-block-nps .btn-nps:nth-child(1796n){-webkit-animation-delay:180.2s;animation-delay:180.2s}.poke-block-nps .btn-nps:nth-child(1797n){-webkit-animation-delay:180.3s;animation-delay:180.3s}.poke-block-nps .btn-nps:nth-child(1798n){-webkit-animation-delay:180.4s;animation-delay:180.4s}.poke-block-nps .btn-nps:nth-child(1799n){-webkit-animation-delay:180.5s;animation-delay:180.5s}.poke-block-nps .btn-nps:nth-child(1800n){-webkit-animation-delay:180.6s;animation-delay:180.6s}.poke-block-nps .btn-nps:nth-child(1801n){-webkit-animation-delay:180.7s;animation-delay:180.7s}.poke-block-nps .btn-nps:nth-child(1802n){-webkit-animation-delay:180.8s;animation-delay:180.8s}.poke-block-nps .btn-nps:nth-child(1803n){-webkit-animation-delay:180.9s;animation-delay:180.9s}.poke-block-nps .btn-nps:nth-child(1804n){-webkit-animation-delay:181s;animation-delay:181s}.poke-block-nps .btn-nps:nth-child(1805n){-webkit-animation-delay:181.1s;animation-delay:181.1s}.poke-block-nps .btn-nps:nth-child(1806n){-webkit-animation-delay:181.2s;animation-delay:181.2s}.poke-block-nps .btn-nps:nth-child(1807n){-webkit-animation-delay:181.3s;animation-delay:181.3s}.poke-block-nps .btn-nps:nth-child(1808n){-webkit-animation-delay:181.4s;animation-delay:181.4s}.poke-block-nps .btn-nps:nth-child(1809n){-webkit-animation-delay:181.5s;animation-delay:181.5s}.poke-block-nps .btn-nps:nth-child(1810n){-webkit-animation-delay:181.6s;animation-delay:181.6s}.poke-block-nps .btn-nps:nth-child(1811n){-webkit-animation-delay:181.7s;animation-delay:181.7s}.poke-block-nps .btn-nps:nth-child(1812n){-webkit-animation-delay:181.8s;animation-delay:181.8s}.poke-block-nps .btn-nps:nth-child(1813n){-webkit-animation-delay:181.9s;animation-delay:181.9s}.poke-block-nps .btn-nps:nth-child(1814n){-webkit-animation-delay:182s;animation-delay:182s}.poke-block-nps .btn-nps:nth-child(1815n){-webkit-animation-delay:182.1s;animation-delay:182.1s}.poke-block-nps .btn-nps:nth-child(1816n){-webkit-animation-delay:182.2s;animation-delay:182.2s}.poke-block-nps .btn-nps:nth-child(1817n){-webkit-animation-delay:182.3s;animation-delay:182.3s}.poke-block-nps .btn-nps:nth-child(1818n){-webkit-animation-delay:182.4s;animation-delay:182.4s}.poke-block-nps .btn-nps:nth-child(1819n){-webkit-animation-delay:182.5s;animation-delay:182.5s}.poke-block-nps .btn-nps:nth-child(1820n){-webkit-animation-delay:182.6s;animation-delay:182.6s}.poke-block-nps .btn-nps:nth-child(1821n){-webkit-animation-delay:182.7s;animation-delay:182.7s}.poke-block-nps .btn-nps:nth-child(1822n){-webkit-animation-delay:182.8s;animation-delay:182.8s}.poke-block-nps .btn-nps:nth-child(1823n){-webkit-animation-delay:182.9s;animation-delay:182.9s}.poke-block-nps .btn-nps:nth-child(1824n){-webkit-animation-delay:183s;animation-delay:183s}.poke-block-nps .btn-nps:nth-child(1825n){-webkit-animation-delay:183.1s;animation-delay:183.1s}.poke-block-nps .btn-nps:nth-child(1826n){-webkit-animation-delay:183.2s;animation-delay:183.2s}.poke-block-nps .btn-nps:nth-child(1827n){-webkit-animation-delay:183.3s;animation-delay:183.3s}.poke-block-nps .btn-nps:nth-child(1828n){-webkit-animation-delay:183.4s;animation-delay:183.4s}.poke-block-nps .btn-nps:nth-child(1829n){-webkit-animation-delay:183.5s;animation-delay:183.5s}.poke-block-nps .btn-nps:nth-child(1830n){-webkit-animation-delay:183.6s;animation-delay:183.6s}.poke-block-nps .btn-nps:nth-child(1831n){-webkit-animation-delay:183.7s;animation-delay:183.7s}.poke-block-nps .btn-nps:nth-child(1832n){-webkit-animation-delay:183.8s;animation-delay:183.8s}.poke-block-nps .btn-nps:nth-child(1833n){-webkit-animation-delay:183.9s;animation-delay:183.9s}.poke-block-nps .btn-nps:nth-child(1834n){-webkit-animation-delay:184s;animation-delay:184s}.poke-block-nps .btn-nps:nth-child(1835n){-webkit-animation-delay:184.1s;animation-delay:184.1s}.poke-block-nps .btn-nps:nth-child(1836n){-webkit-animation-delay:184.2s;animation-delay:184.2s}.poke-block-nps .btn-nps:nth-child(1837n){-webkit-animation-delay:184.3s;animation-delay:184.3s}.poke-block-nps .btn-nps:nth-child(1838n){-webkit-animation-delay:184.4s;animation-delay:184.4s}.poke-block-nps .btn-nps:nth-child(1839n){-webkit-animation-delay:184.5s;animation-delay:184.5s}.poke-block-nps .btn-nps:nth-child(1840n){-webkit-animation-delay:184.6s;animation-delay:184.6s}.poke-block-nps .btn-nps:nth-child(1841n){-webkit-animation-delay:184.7s;animation-delay:184.7s}.poke-block-nps .btn-nps:nth-child(1842n){-webkit-animation-delay:184.8s;animation-delay:184.8s}.poke-block-nps .btn-nps:nth-child(1843n){-webkit-animation-delay:184.9s;animation-delay:184.9s}.poke-block-nps .btn-nps:nth-child(1844n){-webkit-animation-delay:185s;animation-delay:185s}.poke-block-nps .btn-nps:nth-child(1845n){-webkit-animation-delay:185.1s;animation-delay:185.1s}.poke-block-nps .btn-nps:nth-child(1846n){-webkit-animation-delay:185.2s;animation-delay:185.2s}.poke-block-nps .btn-nps:nth-child(1847n){-webkit-animation-delay:185.3s;animation-delay:185.3s}.poke-block-nps .btn-nps:nth-child(1848n){-webkit-animation-delay:185.4s;animation-delay:185.4s}.poke-block-nps .btn-nps:nth-child(1849n){-webkit-animation-delay:185.5s;animation-delay:185.5s}.poke-block-nps .btn-nps:nth-child(1850n){-webkit-animation-delay:185.6s;animation-delay:185.6s}.poke-block-nps .btn-nps:nth-child(1851n){-webkit-animation-delay:185.7s;animation-delay:185.7s}.poke-block-nps .btn-nps:nth-child(1852n){-webkit-animation-delay:185.8s;animation-delay:185.8s}.poke-block-nps .btn-nps:nth-child(1853n){-webkit-animation-delay:185.9s;animation-delay:185.9s}.poke-block-nps .btn-nps:nth-child(1854n){-webkit-animation-delay:186s;animation-delay:186s}.poke-block-nps .btn-nps:nth-child(1855n){-webkit-animation-delay:186.1s;animation-delay:186.1s}.poke-block-nps .btn-nps:nth-child(1856n){-webkit-animation-delay:186.2s;animation-delay:186.2s}.poke-block-nps .btn-nps:nth-child(1857n){-webkit-animation-delay:186.3s;animation-delay:186.3s}.poke-block-nps .btn-nps:nth-child(1858n){-webkit-animation-delay:186.4s;animation-delay:186.4s}.poke-block-nps .btn-nps:nth-child(1859n){-webkit-animation-delay:186.5s;animation-delay:186.5s}.poke-block-nps .btn-nps:nth-child(1860n){-webkit-animation-delay:186.6s;animation-delay:186.6s}.poke-block-nps .btn-nps:nth-child(1861n){-webkit-animation-delay:186.7s;animation-delay:186.7s}.poke-block-nps .btn-nps:nth-child(1862n){-webkit-animation-delay:186.8s;animation-delay:186.8s}.poke-block-nps .btn-nps:nth-child(1863n){-webkit-animation-delay:186.9s;animation-delay:186.9s}.poke-block-nps .btn-nps:nth-child(1864n){-webkit-animation-delay:187s;animation-delay:187s}.poke-block-nps .btn-nps:nth-child(1865n){-webkit-animation-delay:187.1s;animation-delay:187.1s}.poke-block-nps .btn-nps:nth-child(1866n){-webkit-animation-delay:187.2s;animation-delay:187.2s}.poke-block-nps .btn-nps:nth-child(1867n){-webkit-animation-delay:187.3s;animation-delay:187.3s}.poke-block-nps .btn-nps:nth-child(1868n){-webkit-animation-delay:187.4s;animation-delay:187.4s}.poke-block-nps .btn-nps:nth-child(1869n){-webkit-animation-delay:187.5s;animation-delay:187.5s}.poke-block-nps .btn-nps:nth-child(1870n){-webkit-animation-delay:187.6s;animation-delay:187.6s}.poke-block-nps .btn-nps:nth-child(1871n){-webkit-animation-delay:187.7s;animation-delay:187.7s}.poke-block-nps .btn-nps:nth-child(1872n){-webkit-animation-delay:187.8s;animation-delay:187.8s}.poke-block-nps .btn-nps:nth-child(1873n){-webkit-animation-delay:187.9s;animation-delay:187.9s}.poke-block-nps .btn-nps:nth-child(1874n){-webkit-animation-delay:188s;animation-delay:188s}.poke-block-nps .btn-nps:nth-child(1875n){-webkit-animation-delay:188.1s;animation-delay:188.1s}.poke-block-nps .btn-nps:nth-child(1876n){-webkit-animation-delay:188.2s;animation-delay:188.2s}.poke-block-nps .btn-nps:nth-child(1877n){-webkit-animation-delay:188.3s;animation-delay:188.3s}.poke-block-nps .btn-nps:nth-child(1878n){-webkit-animation-delay:188.4s;animation-delay:188.4s}.poke-block-nps .btn-nps:nth-child(1879n){-webkit-animation-delay:188.5s;animation-delay:188.5s}.poke-block-nps .btn-nps:nth-child(1880n){-webkit-animation-delay:188.6s;animation-delay:188.6s}.poke-block-nps .btn-nps:nth-child(1881n){-webkit-animation-delay:188.7s;animation-delay:188.7s}.poke-block-nps .btn-nps:nth-child(1882n){-webkit-animation-delay:188.8s;animation-delay:188.8s}.poke-block-nps .btn-nps:nth-child(1883n){-webkit-animation-delay:188.9s;animation-delay:188.9s}.poke-block-nps .btn-nps:nth-child(1884n){-webkit-animation-delay:189s;animation-delay:189s}.poke-block-nps .btn-nps:nth-child(1885n){-webkit-animation-delay:189.1s;animation-delay:189.1s}.poke-block-nps .btn-nps:nth-child(1886n){-webkit-animation-delay:189.2s;animation-delay:189.2s}.poke-block-nps .btn-nps:nth-child(1887n){-webkit-animation-delay:189.3s;animation-delay:189.3s}.poke-block-nps .btn-nps:nth-child(1888n){-webkit-animation-delay:189.4s;animation-delay:189.4s}.poke-block-nps .btn-nps:nth-child(1889n){-webkit-animation-delay:189.5s;animation-delay:189.5s}.poke-block-nps .btn-nps:nth-child(1890n){-webkit-animation-delay:189.6s;animation-delay:189.6s}.poke-block-nps .btn-nps:nth-child(1891n){-webkit-animation-delay:189.7s;animation-delay:189.7s}.poke-block-nps .btn-nps:nth-child(1892n){-webkit-animation-delay:189.8s;animation-delay:189.8s}.poke-block-nps .btn-nps:nth-child(1893n){-webkit-animation-delay:189.9s;animation-delay:189.9s}.poke-block-nps .btn-nps:nth-child(1894n){-webkit-animation-delay:190s;animation-delay:190s}.poke-block-nps .btn-nps:nth-child(1895n){-webkit-animation-delay:190.1s;animation-delay:190.1s}.poke-block-nps .btn-nps:nth-child(1896n){-webkit-animation-delay:190.2s;animation-delay:190.2s}.poke-block-nps .btn-nps:nth-child(1897n){-webkit-animation-delay:190.3s;animation-delay:190.3s}.poke-block-nps .btn-nps:nth-child(1898n){-webkit-animation-delay:190.4s;animation-delay:190.4s}.poke-block-nps .btn-nps:nth-child(1899n){-webkit-animation-delay:190.5s;animation-delay:190.5s}.poke-block-nps .btn-nps:nth-child(1900n){-webkit-animation-delay:190.6s;animation-delay:190.6s}.poke-block-nps .btn-nps:nth-child(1901n){-webkit-animation-delay:190.7s;animation-delay:190.7s}.poke-block-nps .btn-nps:nth-child(1902n){-webkit-animation-delay:190.8s;animation-delay:190.8s}.poke-block-nps .btn-nps:nth-child(1903n){-webkit-animation-delay:190.9s;animation-delay:190.9s}.poke-block-nps .btn-nps:nth-child(1904n){-webkit-animation-delay:191s;animation-delay:191s}.poke-block-nps .btn-nps:nth-child(1905n){-webkit-animation-delay:191.1s;animation-delay:191.1s}.poke-block-nps .btn-nps:nth-child(1906n){-webkit-animation-delay:191.2s;animation-delay:191.2s}.poke-block-nps .btn-nps:nth-child(1907n){-webkit-animation-delay:191.3s;animation-delay:191.3s}.poke-block-nps .btn-nps:nth-child(1908n){-webkit-animation-delay:191.4s;animation-delay:191.4s}.poke-block-nps .btn-nps:nth-child(1909n){-webkit-animation-delay:191.5s;animation-delay:191.5s}.poke-block-nps .btn-nps:nth-child(1910n){-webkit-animation-delay:191.6s;animation-delay:191.6s}.poke-block-nps .btn-nps:nth-child(1911n){-webkit-animation-delay:191.7s;animation-delay:191.7s}.poke-block-nps .btn-nps:nth-child(1912n){-webkit-animation-delay:191.8s;animation-delay:191.8s}.poke-block-nps .btn-nps:nth-child(1913n){-webkit-animation-delay:191.9s;animation-delay:191.9s}.poke-block-nps .btn-nps:nth-child(1914n){-webkit-animation-delay:192s;animation-delay:192s}.poke-block-nps .btn-nps:nth-child(1915n){-webkit-animation-delay:192.1s;animation-delay:192.1s}.poke-block-nps .btn-nps:nth-child(1916n){-webkit-animation-delay:192.2s;animation-delay:192.2s}.poke-block-nps .btn-nps:nth-child(1917n){-webkit-animation-delay:192.3s;animation-delay:192.3s}.poke-block-nps .btn-nps:nth-child(1918n){-webkit-animation-delay:192.4s;animation-delay:192.4s}.poke-block-nps .btn-nps:nth-child(1919n){-webkit-animation-delay:192.5s;animation-delay:192.5s}.poke-block-nps .btn-nps:nth-child(1920n){-webkit-animation-delay:192.6s;animation-delay:192.6s}.poke-block-nps .btn-nps:nth-child(1921n){-webkit-animation-delay:192.7s;animation-delay:192.7s}.poke-block-nps .btn-nps:nth-child(1922n){-webkit-animation-delay:192.8s;animation-delay:192.8s}.poke-block-nps .btn-nps:nth-child(1923n){-webkit-animation-delay:192.9s;animation-delay:192.9s}.poke-block-nps .btn-nps:nth-child(1924n){-webkit-animation-delay:193s;animation-delay:193s}.poke-block-nps .btn-nps:nth-child(1925n){-webkit-animation-delay:193.1s;animation-delay:193.1s}.poke-block-nps .btn-nps:nth-child(1926n){-webkit-animation-delay:193.2s;animation-delay:193.2s}.poke-block-nps .btn-nps:nth-child(1927n){-webkit-animation-delay:193.3s;animation-delay:193.3s}.poke-block-nps .btn-nps:nth-child(1928n){-webkit-animation-delay:193.4s;animation-delay:193.4s}.poke-block-nps .btn-nps:nth-child(1929n){-webkit-animation-delay:193.5s;animation-delay:193.5s}.poke-block-nps .btn-nps:nth-child(1930n){-webkit-animation-delay:193.6s;animation-delay:193.6s}.poke-block-nps .btn-nps:nth-child(1931n){-webkit-animation-delay:193.7s;animation-delay:193.7s}.poke-block-nps .btn-nps:nth-child(1932n){-webkit-animation-delay:193.8s;animation-delay:193.8s}.poke-block-nps .btn-nps:nth-child(1933n){-webkit-animation-delay:193.9s;animation-delay:193.9s}.poke-block-nps .btn-nps:nth-child(1934n){-webkit-animation-delay:194s;animation-delay:194s}.poke-block-nps .btn-nps:nth-child(1935n){-webkit-animation-delay:194.1s;animation-delay:194.1s}.poke-block-nps .btn-nps:nth-child(1936n){-webkit-animation-delay:194.2s;animation-delay:194.2s}.poke-block-nps .btn-nps:nth-child(1937n){-webkit-animation-delay:194.3s;animation-delay:194.3s}.poke-block-nps .btn-nps:nth-child(1938n){-webkit-animation-delay:194.4s;animation-delay:194.4s}.poke-block-nps .btn-nps:nth-child(1939n){-webkit-animation-delay:194.5s;animation-delay:194.5s}.poke-block-nps .btn-nps:nth-child(1940n){-webkit-animation-delay:194.6s;animation-delay:194.6s}.poke-block-nps .btn-nps:nth-child(1941n){-webkit-animation-delay:194.7s;animation-delay:194.7s}.poke-block-nps .btn-nps:nth-child(1942n){-webkit-animation-delay:194.8s;animation-delay:194.8s}.poke-block-nps .btn-nps:nth-child(1943n){-webkit-animation-delay:194.9s;animation-delay:194.9s}.poke-block-nps .btn-nps:nth-child(1944n){-webkit-animation-delay:195s;animation-delay:195s}.poke-block-nps .btn-nps:nth-child(1945n){-webkit-animation-delay:195.1s;animation-delay:195.1s}.poke-block-nps .btn-nps:nth-child(1946n){-webkit-animation-delay:195.2s;animation-delay:195.2s}.poke-block-nps .btn-nps:nth-child(1947n){-webkit-animation-delay:195.3s;animation-delay:195.3s}.poke-block-nps .btn-nps:nth-child(1948n){-webkit-animation-delay:195.4s;animation-delay:195.4s}.poke-block-nps .btn-nps:nth-child(1949n){-webkit-animation-delay:195.5s;animation-delay:195.5s}.poke-block-nps .btn-nps:nth-child(1950n){-webkit-animation-delay:195.6s;animation-delay:195.6s}.poke-block-nps .btn-nps:nth-child(1951n){-webkit-animation-delay:195.7s;animation-delay:195.7s}.poke-block-nps .btn-nps:nth-child(1952n){-webkit-animation-delay:195.8s;animation-delay:195.8s}.poke-block-nps .btn-nps:nth-child(1953n){-webkit-animation-delay:195.9s;animation-delay:195.9s}.poke-block-nps .btn-nps:nth-child(1954n){-webkit-animation-delay:196s;animation-delay:196s}.poke-block-nps .btn-nps:nth-child(1955n){-webkit-animation-delay:196.1s;animation-delay:196.1s}.poke-block-nps .btn-nps:nth-child(1956n){-webkit-animation-delay:196.2s;animation-delay:196.2s}.poke-block-nps .btn-nps:nth-child(1957n){-webkit-animation-delay:196.3s;animation-delay:196.3s}.poke-block-nps .btn-nps:nth-child(1958n){-webkit-animation-delay:196.4s;animation-delay:196.4s}.poke-block-nps .btn-nps:nth-child(1959n){-webkit-animation-delay:196.5s;animation-delay:196.5s}.poke-block-nps .btn-nps:nth-child(1960n){-webkit-animation-delay:196.6s;animation-delay:196.6s}.poke-block-nps .btn-nps:nth-child(1961n){-webkit-animation-delay:196.7s;animation-delay:196.7s}.poke-block-nps .btn-nps:nth-child(1962n){-webkit-animation-delay:196.8s;animation-delay:196.8s}.poke-block-nps .btn-nps:nth-child(1963n){-webkit-animation-delay:196.9s;animation-delay:196.9s}.poke-block-nps .btn-nps:nth-child(1964n){-webkit-animation-delay:197s;animation-delay:197s}.poke-block-nps .btn-nps:nth-child(1965n){-webkit-animation-delay:197.1s;animation-delay:197.1s}.poke-block-nps .btn-nps:nth-child(1966n){-webkit-animation-delay:197.2s;animation-delay:197.2s}.poke-block-nps .btn-nps:nth-child(1967n){-webkit-animation-delay:197.3s;animation-delay:197.3s}.poke-block-nps .btn-nps:nth-child(1968n){-webkit-animation-delay:197.4s;animation-delay:197.4s}.poke-block-nps .btn-nps:nth-child(1969n){-webkit-animation-delay:197.5s;animation-delay:197.5s}.poke-block-nps .btn-nps:nth-child(1970n){-webkit-animation-delay:197.6s;animation-delay:197.6s}.poke-block-nps .btn-nps:nth-child(1971n){-webkit-animation-delay:197.7s;animation-delay:197.7s}.poke-block-nps .btn-nps:nth-child(1972n){-webkit-animation-delay:197.8s;animation-delay:197.8s}.poke-block-nps .btn-nps:nth-child(1973n){-webkit-animation-delay:197.9s;animation-delay:197.9s}.poke-block-nps .btn-nps:nth-child(1974n){-webkit-animation-delay:198s;animation-delay:198s}.poke-block-nps .btn-nps:nth-child(1975n){-webkit-animation-delay:198.1s;animation-delay:198.1s}.poke-block-nps .btn-nps:nth-child(1976n){-webkit-animation-delay:198.2s;animation-delay:198.2s}.poke-block-nps .btn-nps:nth-child(1977n){-webkit-animation-delay:198.3s;animation-delay:198.3s}.poke-block-nps .btn-nps:nth-child(1978n){-webkit-animation-delay:198.4s;animation-delay:198.4s}.poke-block-nps .btn-nps:nth-child(1979n){-webkit-animation-delay:198.5s;animation-delay:198.5s}.poke-block-nps .btn-nps:nth-child(1980n){-webkit-animation-delay:198.6s;animation-delay:198.6s}.poke-block-nps .btn-nps:nth-child(1981n){-webkit-animation-delay:198.7s;animation-delay:198.7s}.poke-block-nps .btn-nps:nth-child(1982n){-webkit-animation-delay:198.8s;animation-delay:198.8s}.poke-block-nps .btn-nps:nth-child(1983n){-webkit-animation-delay:198.9s;animation-delay:198.9s}.poke-block-nps .btn-nps:nth-child(1984n){-webkit-animation-delay:199s;animation-delay:199s}.poke-block-nps .btn-nps:nth-child(1985n){-webkit-animation-delay:199.1s;animation-delay:199.1s}.poke-block-nps .btn-nps:nth-child(1986n){-webkit-animation-delay:199.2s;animation-delay:199.2s}.poke-block-nps .btn-nps:nth-child(1987n){-webkit-animation-delay:199.3s;animation-delay:199.3s}.poke-block-nps .btn-nps:nth-child(1988n){-webkit-animation-delay:199.4s;animation-delay:199.4s}.poke-block-nps .btn-nps:nth-child(1989n){-webkit-animation-delay:199.5s;animation-delay:199.5s}.poke-block-nps .btn-nps:nth-child(1990n){-webkit-animation-delay:199.6s;animation-delay:199.6s}.poke-block-nps .btn-nps:nth-child(1991n){-webkit-animation-delay:199.7s;animation-delay:199.7s}.poke-block-nps .btn-nps:nth-child(1992n){-webkit-animation-delay:199.8s;animation-delay:199.8s}.poke-block-nps .btn-nps:nth-child(1993n){-webkit-animation-delay:199.9s;animation-delay:199.9s}.poke-block-nps .btn-nps:nth-child(1994n){-webkit-animation-delay:200s;animation-delay:200s}.poke-block-nps .btn-nps:nth-child(1995n){-webkit-animation-delay:200.1s;animation-delay:200.1s}.poke-block-nps .btn-nps:nth-child(1996n){-webkit-animation-delay:200.2s;animation-delay:200.2s}.poke-block-nps .btn-nps:nth-child(1997n){-webkit-animation-delay:200.3s;animation-delay:200.3s}.poke-block-nps .btn-nps:nth-child(1998n){-webkit-animation-delay:200.4s;animation-delay:200.4s}.poke-block-nps .btn-nps:nth-child(1999n){-webkit-animation-delay:200.5s;animation-delay:200.5s}.poke-block-nps .btn-nps:nth-child(2000n){-webkit-animation-delay:200.6s;animation-delay:200.6s}.poke-block-nps .btn-nps:nth-child(2001n){-webkit-animation-delay:200.7s;animation-delay:200.7s}.poke-block-nps .btn-nps:nth-child(2002n){-webkit-animation-delay:200.8s;animation-delay:200.8s}.poke-block-nps .btn-nps:nth-child(2003n){-webkit-animation-delay:200.9s;animation-delay:200.9s}.poke-block-nps .btn-nps:nth-child(2004n){-webkit-animation-delay:201s;animation-delay:201s}.poke-block-nps .btn-nps:nth-child(2005n){-webkit-animation-delay:201.1s;animation-delay:201.1s}.poke-block-nps .btn-nps:nth-child(2006n){-webkit-animation-delay:201.2s;animation-delay:201.2s}.poke-block-nps .btn-nps:nth-child(2007n){-webkit-animation-delay:201.3s;animation-delay:201.3s}.poke-block-nps .btn-nps:nth-child(2008n){-webkit-animation-delay:201.4s;animation-delay:201.4s}.poke-block-nps .btn-nps:nth-child(2009n){-webkit-animation-delay:201.5s;animation-delay:201.5s}.poke-block-nps .btn-nps:nth-child(2010n){-webkit-animation-delay:201.6s;animation-delay:201.6s}.poke-block-nps .btn-nps:nth-child(2011n){-webkit-animation-delay:201.7s;animation-delay:201.7s}.poke-block-nps .btn-nps:nth-child(2012n){-webkit-animation-delay:201.8s;animation-delay:201.8s}.poke-block-nps .btn-nps:nth-child(2013n){-webkit-animation-delay:201.9s;animation-delay:201.9s}.poke-block-nps .btn-nps:nth-child(2014n){-webkit-animation-delay:202s;animation-delay:202s}.poke-block-nps .btn-nps:nth-child(2015n){-webkit-animation-delay:202.1s;animation-delay:202.1s}.poke-block-nps .btn-nps:nth-child(2016n){-webkit-animation-delay:202.2s;animation-delay:202.2s}.poke-block-nps .btn-nps:nth-child(2017n){-webkit-animation-delay:202.3s;animation-delay:202.3s}.poke-block-nps .btn-nps:nth-child(2018n){-webkit-animation-delay:202.4s;animation-delay:202.4s}.poke-block-nps .btn-nps:nth-child(2019n){-webkit-animation-delay:202.5s;animation-delay:202.5s}.poke-block-nps .btn-nps:nth-child(2020n){-webkit-animation-delay:202.6s;animation-delay:202.6s}.poke-block-nps .btn-nps:nth-child(2021n){-webkit-animation-delay:202.7s;animation-delay:202.7s}.poke-block-nps .btn-nps:nth-child(2022n){-webkit-animation-delay:202.8s;animation-delay:202.8s}.poke-block-nps .btn-nps:nth-child(2023n){-webkit-animation-delay:202.9s;animation-delay:202.9s}.poke-block-nps .btn-nps:nth-child(2024n){-webkit-animation-delay:203s;animation-delay:203s}.poke-block-nps .btn-nps:nth-child(2025n){-webkit-animation-delay:203.1s;animation-delay:203.1s}.poke-block-nps .btn-nps:nth-child(2026n){-webkit-animation-delay:203.2s;animation-delay:203.2s}.poke-block-nps .btn-nps:nth-child(2027n){-webkit-animation-delay:203.3s;animation-delay:203.3s}.poke-block-nps .btn-nps:nth-child(2028n){-webkit-animation-delay:203.4s;animation-delay:203.4s}.poke-block-nps .btn-nps:nth-child(2029n){-webkit-animation-delay:203.5s;animation-delay:203.5s}.poke-block-nps .btn-nps:nth-child(2030n){-webkit-animation-delay:203.6s;animation-delay:203.6s}.poke-block-nps .btn-nps:nth-child(2031n){-webkit-animation-delay:203.7s;animation-delay:203.7s}.poke-block-nps .btn-nps:nth-child(2032n){-webkit-animation-delay:203.8s;animation-delay:203.8s}.poke-block-nps .btn-nps:nth-child(2033n){-webkit-animation-delay:203.9s;animation-delay:203.9s}.poke-block-nps .btn-nps:nth-child(2034n){-webkit-animation-delay:204s;animation-delay:204s}.poke-block-nps .btn-nps:nth-child(2035n){-webkit-animation-delay:204.1s;animation-delay:204.1s}.poke-block-nps .btn-nps:nth-child(2036n){-webkit-animation-delay:204.2s;animation-delay:204.2s}.poke-block-nps .btn-nps:nth-child(2037n){-webkit-animation-delay:204.3s;animation-delay:204.3s}.poke-block-nps .btn-nps:nth-child(2038n){-webkit-animation-delay:204.4s;animation-delay:204.4s}.poke-block-nps .btn-nps:nth-child(2039n){-webkit-animation-delay:204.5s;animation-delay:204.5s}.poke-block-nps .btn-nps:nth-child(2040n){-webkit-animation-delay:204.6s;animation-delay:204.6s}.poke-block-nps .btn-nps:nth-child(2041n){-webkit-animation-delay:204.7s;animation-delay:204.7s}.poke-block-nps .btn-nps:nth-child(2042n){-webkit-animation-delay:204.8s;animation-delay:204.8s}.poke-block-nps .btn-nps:nth-child(2043n){-webkit-animation-delay:204.9s;animation-delay:204.9s}.poke-block-nps .btn-nps:nth-child(2044n){-webkit-animation-delay:205s;animation-delay:205s}.poke-block-nps .btn-nps:nth-child(2045n){-webkit-animation-delay:205.1s;animation-delay:205.1s}.poke-block-nps .btn-nps:nth-child(2046n){-webkit-animation-delay:205.2s;animation-delay:205.2s}.poke-block-nps .btn-nps:nth-child(2047n){-webkit-animation-delay:205.3s;animation-delay:205.3s}.poke-block-nps .btn-nps:nth-child(2048n){-webkit-animation-delay:205.4s;animation-delay:205.4s}.poke-block-nps .btn-nps:nth-child(2049n){-webkit-animation-delay:205.5s;animation-delay:205.5s}.poke-block-nps .btn-nps:nth-child(2050n){-webkit-animation-delay:205.6s;animation-delay:205.6s}.poke-block-nps .btn-nps:nth-child(2051n){-webkit-animation-delay:205.7s;animation-delay:205.7s}.poke-block-nps .btn-nps:nth-child(2052n){-webkit-animation-delay:205.8s;animation-delay:205.8s}.poke-block-nps .btn-nps:nth-child(2053n){-webkit-animation-delay:205.9s;animation-delay:205.9s}.poke-block-nps .btn-nps:nth-child(2054n){-webkit-animation-delay:206s;animation-delay:206s}.poke-block-nps .btn-nps:nth-child(2055n){-webkit-animation-delay:206.1s;animation-delay:206.1s}.poke-block-nps .btn-nps:nth-child(2056n){-webkit-animation-delay:206.2s;animation-delay:206.2s}.poke-block-nps .btn-nps:nth-child(2057n){-webkit-animation-delay:206.3s;animation-delay:206.3s}.poke-block-nps .btn-nps:nth-child(2058n){-webkit-animation-delay:206.4s;animation-delay:206.4s}.poke-block-nps .btn-nps:nth-child(2059n){-webkit-animation-delay:206.5s;animation-delay:206.5s}.poke-block-nps .btn-nps:nth-child(2060n){-webkit-animation-delay:206.6s;animation-delay:206.6s}.poke-block-nps .btn-nps:nth-child(2061n){-webkit-animation-delay:206.7s;animation-delay:206.7s}.poke-block-nps .btn-nps:nth-child(2062n){-webkit-animation-delay:206.8s;animation-delay:206.8s}.poke-block-nps .btn-nps:nth-child(2063n){-webkit-animation-delay:206.9s;animation-delay:206.9s}.poke-block-nps .btn-nps:nth-child(2064n){-webkit-animation-delay:207s;animation-delay:207s}.poke-block-nps .btn-nps:nth-child(2065n){-webkit-animation-delay:207.1s;animation-delay:207.1s}.poke-block-nps .btn-nps:nth-child(2066n){-webkit-animation-delay:207.2s;animation-delay:207.2s}.poke-block-nps .btn-nps:nth-child(2067n){-webkit-animation-delay:207.3s;animation-delay:207.3s}.poke-block-nps .btn-nps:nth-child(2068n){-webkit-animation-delay:207.4s;animation-delay:207.4s}.poke-block-nps .btn-nps:nth-child(2069n){-webkit-animation-delay:207.5s;animation-delay:207.5s}.poke-block-nps .btn-nps:nth-child(2070n){-webkit-animation-delay:207.6s;animation-delay:207.6s}.poke-block-nps .btn-nps:nth-child(2071n){-webkit-animation-delay:207.7s;animation-delay:207.7s}.poke-block-nps .btn-nps:nth-child(2072n){-webkit-animation-delay:207.8s;animation-delay:207.8s}.poke-block-nps .btn-nps:nth-child(2073n){-webkit-animation-delay:207.9s;animation-delay:207.9s}.poke-block-nps .btn-nps:nth-child(2074n){-webkit-animation-delay:208s;animation-delay:208s}.poke-block-nps .btn-nps:nth-child(2075n){-webkit-animation-delay:208.1s;animation-delay:208.1s}.poke-block-nps .btn-nps:nth-child(2076n){-webkit-animation-delay:208.2s;animation-delay:208.2s}.poke-block-nps .btn-nps:nth-child(2077n){-webkit-animation-delay:208.3s;animation-delay:208.3s}.poke-block-nps .btn-nps:nth-child(2078n){-webkit-animation-delay:208.4s;animation-delay:208.4s}.poke-block-nps .btn-nps:nth-child(2079n){-webkit-animation-delay:208.5s;animation-delay:208.5s}.poke-block-nps .btn-nps:nth-child(2080n){-webkit-animation-delay:208.6s;animation-delay:208.6s}.poke-block-nps .btn-nps:nth-child(2081n){-webkit-animation-delay:208.7s;animation-delay:208.7s}.poke-block-nps .btn-nps:nth-child(2082n){-webkit-animation-delay:208.8s;animation-delay:208.8s}.poke-block-nps .btn-nps:nth-child(2083n){-webkit-animation-delay:208.9s;animation-delay:208.9s}.poke-block-nps .btn-nps:nth-child(2084n){-webkit-animation-delay:209s;animation-delay:209s}.poke-block-nps .btn-nps:nth-child(2085n){-webkit-animation-delay:209.1s;animation-delay:209.1s}.poke-block-nps .btn-nps:nth-child(2086n){-webkit-animation-delay:209.2s;animation-delay:209.2s}.poke-block-nps .btn-nps:nth-child(2087n){-webkit-animation-delay:209.3s;animation-delay:209.3s}.poke-block-nps .btn-nps:nth-child(2088n){-webkit-animation-delay:209.4s;animation-delay:209.4s}.poke-block-nps .btn-nps:nth-child(2089n){-webkit-animation-delay:209.5s;animation-delay:209.5s}.poke-block-nps .btn-nps:nth-child(2090n){-webkit-animation-delay:209.6s;animation-delay:209.6s}.poke-block-nps .btn-nps:nth-child(2091n){-webkit-animation-delay:209.7s;animation-delay:209.7s}.poke-block-nps .btn-nps:nth-child(2092n){-webkit-animation-delay:209.8s;animation-delay:209.8s}.poke-block-nps .btn-nps:nth-child(2093n){-webkit-animation-delay:209.9s;animation-delay:209.9s}.poke-block-nps .btn-nps:nth-child(2094n){-webkit-animation-delay:210s;animation-delay:210s}.poke-block-nps .btn-nps:nth-child(2095n){-webkit-animation-delay:210.1s;animation-delay:210.1s}.poke-block-nps .btn-nps:nth-child(2096n){-webkit-animation-delay:210.2s;animation-delay:210.2s}.poke-block-nps .btn-nps:nth-child(2097n){-webkit-animation-delay:210.3s;animation-delay:210.3s}.poke-block-nps .btn-nps:nth-child(2098n){-webkit-animation-delay:210.4s;animation-delay:210.4s}.poke-block-nps .btn-nps:nth-child(2099n){-webkit-animation-delay:210.5s;animation-delay:210.5s}.poke-block-nps .btn-nps:nth-child(2100n){-webkit-animation-delay:210.6s;animation-delay:210.6s}.poke-block-nps .btn-nps:nth-child(2101n){-webkit-animation-delay:210.7s;animation-delay:210.7s}.poke-block-nps .btn-nps:nth-child(2102n){-webkit-animation-delay:210.8s;animation-delay:210.8s}.poke-block-nps .btn-nps:nth-child(2103n){-webkit-animation-delay:210.9s;animation-delay:210.9s}.poke-block-nps .btn-nps:nth-child(2104n){-webkit-animation-delay:211s;animation-delay:211s}.poke-block-nps .btn-nps:nth-child(2105n){-webkit-animation-delay:211.1s;animation-delay:211.1s}.poke-block-nps .btn-nps:nth-child(2106n){-webkit-animation-delay:211.2s;animation-delay:211.2s}.poke-block-nps .btn-nps:nth-child(2107n){-webkit-animation-delay:211.3s;animation-delay:211.3s}.poke-block-nps .btn-nps:nth-child(2108n){-webkit-animation-delay:211.4s;animation-delay:211.4s}.poke-block-nps .btn-nps:nth-child(2109n){-webkit-animation-delay:211.5s;animation-delay:211.5s}.poke-block-nps .btn-nps:nth-child(2110n){-webkit-animation-delay:211.6s;animation-delay:211.6s}.poke-block-nps .btn-nps:nth-child(2111n){-webkit-animation-delay:211.7s;animation-delay:211.7s}.poke-block-nps .btn-nps:nth-child(2112n){-webkit-animation-delay:211.8s;animation-delay:211.8s}.poke-block-nps .btn-nps:nth-child(2113n){-webkit-animation-delay:211.9s;animation-delay:211.9s}.poke-block-nps .btn-nps:nth-child(2114n){-webkit-animation-delay:212s;animation-delay:212s}.poke-block-nps .btn-nps:nth-child(2115n){-webkit-animation-delay:212.1s;animation-delay:212.1s}.poke-block-nps .btn-nps:nth-child(2116n){-webkit-animation-delay:212.2s;animation-delay:212.2s}.poke-block-nps .btn-nps:nth-child(2117n){-webkit-animation-delay:212.3s;animation-delay:212.3s}.poke-block-nps .btn-nps:nth-child(2118n){-webkit-animation-delay:212.4s;animation-delay:212.4s}.poke-block-nps .btn-nps:nth-child(2119n){-webkit-animation-delay:212.5s;animation-delay:212.5s}.poke-block-nps .btn-nps:nth-child(2120n){-webkit-animation-delay:212.6s;animation-delay:212.6s}.poke-block-nps .btn-nps:nth-child(2121n){-webkit-animation-delay:212.7s;animation-delay:212.7s}.poke-block-nps .btn-nps:nth-child(2122n){-webkit-animation-delay:212.8s;animation-delay:212.8s}.poke-block-nps .btn-nps:nth-child(2123n){-webkit-animation-delay:212.9s;animation-delay:212.9s}.poke-block-nps .btn-nps:nth-child(2124n){-webkit-animation-delay:213s;animation-delay:213s}.poke-block-nps .btn-nps:nth-child(2125n){-webkit-animation-delay:213.1s;animation-delay:213.1s}.poke-block-nps .btn-nps:nth-child(2126n){-webkit-animation-delay:213.2s;animation-delay:213.2s}.poke-block-nps .btn-nps:nth-child(2127n){-webkit-animation-delay:213.3s;animation-delay:213.3s}.poke-block-nps .btn-nps:nth-child(2128n){-webkit-animation-delay:213.4s;animation-delay:213.4s}.poke-block-nps .btn-nps:nth-child(2129n){-webkit-animation-delay:213.5s;animation-delay:213.5s}.poke-block-nps .btn-nps:nth-child(2130n){-webkit-animation-delay:213.6s;animation-delay:213.6s}.poke-block-nps .btn-nps:nth-child(2131n){-webkit-animation-delay:213.7s;animation-delay:213.7s}.poke-block-nps .btn-nps:nth-child(2132n){-webkit-animation-delay:213.8s;animation-delay:213.8s}.poke-block-nps .btn-nps:nth-child(2133n){-webkit-animation-delay:213.9s;animation-delay:213.9s}.poke-block-nps .btn-nps:nth-child(2134n){-webkit-animation-delay:214s;animation-delay:214s}.poke-block-nps .btn-nps:nth-child(2135n){-webkit-animation-delay:214.1s;animation-delay:214.1s}.poke-block-nps .btn-nps:nth-child(2136n){-webkit-animation-delay:214.2s;animation-delay:214.2s}.poke-block-nps .btn-nps:nth-child(2137n){-webkit-animation-delay:214.3s;animation-delay:214.3s}.poke-block-nps .btn-nps:nth-child(2138n){-webkit-animation-delay:214.4s;animation-delay:214.4s}.poke-block-nps .btn-nps:nth-child(2139n){-webkit-animation-delay:214.5s;animation-delay:214.5s}.poke-block-nps .btn-nps:nth-child(2140n){-webkit-animation-delay:214.6s;animation-delay:214.6s}.poke-block-nps .btn-nps:nth-child(2141n){-webkit-animation-delay:214.7s;animation-delay:214.7s}.poke-block-nps .btn-nps:nth-child(2142n){-webkit-animation-delay:214.8s;animation-delay:214.8s}.poke-block-nps .btn-nps:nth-child(2143n){-webkit-animation-delay:214.9s;animation-delay:214.9s}.poke-block-nps .btn-nps:nth-child(2144n){-webkit-animation-delay:215s;animation-delay:215s}.poke-block-nps .btn-nps:nth-child(2145n){-webkit-animation-delay:215.1s;animation-delay:215.1s}.poke-block-nps .btn-nps:nth-child(2146n){-webkit-animation-delay:215.2s;animation-delay:215.2s}.poke-block-nps .btn-nps:nth-child(2147n){-webkit-animation-delay:215.3s;animation-delay:215.3s}.poke-block-nps .btn-nps:nth-child(2148n){-webkit-animation-delay:215.4s;animation-delay:215.4s}.poke-block-nps .btn-nps:nth-child(2149n){-webkit-animation-delay:215.5s;animation-delay:215.5s}.poke-block-nps .btn-nps:nth-child(2150n){-webkit-animation-delay:215.6s;animation-delay:215.6s}.poke-block-nps .btn-nps:nth-child(2151n){-webkit-animation-delay:215.7s;animation-delay:215.7s}.poke-block-nps .btn-nps:nth-child(2152n){-webkit-animation-delay:215.8s;animation-delay:215.8s}.poke-block-nps .btn-nps:nth-child(2153n){-webkit-animation-delay:215.9s;animation-delay:215.9s}.poke-block-nps .btn-nps:nth-child(2154n){-webkit-animation-delay:216s;animation-delay:216s}.poke-block-nps .btn-nps:nth-child(2155n){-webkit-animation-delay:216.1s;animation-delay:216.1s}.poke-block-nps .btn-nps:nth-child(2156n){-webkit-animation-delay:216.2s;animation-delay:216.2s}.poke-block-nps .btn-nps:nth-child(2157n){-webkit-animation-delay:216.3s;animation-delay:216.3s}.poke-block-nps .btn-nps:nth-child(2158n){-webkit-animation-delay:216.4s;animation-delay:216.4s}.poke-block-nps .btn-nps:nth-child(2159n){-webkit-animation-delay:216.5s;animation-delay:216.5s}.poke-block-nps .btn-nps:nth-child(2160n){-webkit-animation-delay:216.6s;animation-delay:216.6s}.poke-block-nps .btn-nps:nth-child(2161n){-webkit-animation-delay:216.7s;animation-delay:216.7s}.poke-block-nps .btn-nps:nth-child(2162n){-webkit-animation-delay:216.8s;animation-delay:216.8s}.poke-block-nps .btn-nps:nth-child(2163n){-webkit-animation-delay:216.9s;animation-delay:216.9s}.poke-block-nps .btn-nps:nth-child(2164n){-webkit-animation-delay:217s;animation-delay:217s}.poke-block-nps .btn-nps:nth-child(2165n){-webkit-animation-delay:217.1s;animation-delay:217.1s}.poke-block-nps .btn-nps:nth-child(2166n){-webkit-animation-delay:217.2s;animation-delay:217.2s}.poke-block-nps .btn-nps:nth-child(2167n){-webkit-animation-delay:217.3s;animation-delay:217.3s}.poke-block-nps .btn-nps:nth-child(2168n){-webkit-animation-delay:217.4s;animation-delay:217.4s}.poke-block-nps .btn-nps:nth-child(2169n){-webkit-animation-delay:217.5s;animation-delay:217.5s}.poke-block-nps .btn-nps:nth-child(2170n){-webkit-animation-delay:217.6s;animation-delay:217.6s}.poke-block-nps .btn-nps:nth-child(2171n){-webkit-animation-delay:217.7s;animation-delay:217.7s}.poke-block-nps .btn-nps:nth-child(2172n){-webkit-animation-delay:217.8s;animation-delay:217.8s}.poke-block-nps .btn-nps:nth-child(2173n){-webkit-animation-delay:217.9s;animation-delay:217.9s}.poke-block-nps .btn-nps:nth-child(2174n){-webkit-animation-delay:218s;animation-delay:218s}.poke-block-nps .btn-nps:nth-child(2175n){-webkit-animation-delay:218.1s;animation-delay:218.1s}.poke-block-nps .btn-nps:nth-child(2176n){-webkit-animation-delay:218.2s;animation-delay:218.2s}.poke-block-nps .btn-nps:nth-child(2177n){-webkit-animation-delay:218.3s;animation-delay:218.3s}.poke-block-nps .btn-nps:nth-child(2178n){-webkit-animation-delay:218.4s;animation-delay:218.4s}.poke-block-nps .btn-nps:nth-child(2179n){-webkit-animation-delay:218.5s;animation-delay:218.5s}.poke-block-nps .btn-nps:nth-child(2180n){-webkit-animation-delay:218.6s;animation-delay:218.6s}.poke-block-nps .btn-nps:nth-child(2181n){-webkit-animation-delay:218.7s;animation-delay:218.7s}.poke-block-nps .btn-nps:nth-child(2182n){-webkit-animation-delay:218.8s;animation-delay:218.8s}.poke-block-nps .btn-nps:nth-child(2183n){-webkit-animation-delay:218.9s;animation-delay:218.9s}.poke-block-nps .btn-nps:nth-child(2184n){-webkit-animation-delay:219s;animation-delay:219s}.poke-block-nps .btn-nps:nth-child(2185n){-webkit-animation-delay:219.1s;animation-delay:219.1s}.poke-block-nps .btn-nps:nth-child(2186n){-webkit-animation-delay:219.2s;animation-delay:219.2s}.poke-block-nps .btn-nps:nth-child(2187n){-webkit-animation-delay:219.3s;animation-delay:219.3s}.poke-block-nps .btn-nps:nth-child(2188n){-webkit-animation-delay:219.4s;animation-delay:219.4s}.poke-block-nps .btn-nps:nth-child(2189n){-webkit-animation-delay:219.5s;animation-delay:219.5s}.poke-block-nps .btn-nps:nth-child(2190n){-webkit-animation-delay:219.6s;animation-delay:219.6s}.poke-block-nps .btn-nps:nth-child(2191n){-webkit-animation-delay:219.7s;animation-delay:219.7s}.poke-block-nps .btn-nps:nth-child(2192n){-webkit-animation-delay:219.8s;animation-delay:219.8s}.poke-block-nps .btn-nps:nth-child(2193n){-webkit-animation-delay:219.9s;animation-delay:219.9s}.poke-block-nps .btn-nps:nth-child(2194n){-webkit-animation-delay:220s;animation-delay:220s}.poke-block-nps .btn-nps:nth-child(2195n){-webkit-animation-delay:220.1s;animation-delay:220.1s}.poke-block-nps .btn-nps:nth-child(2196n){-webkit-animation-delay:220.2s;animation-delay:220.2s}.poke-block-nps .btn-nps:nth-child(2197n){-webkit-animation-delay:220.3s;animation-delay:220.3s}.poke-block-nps .btn-nps:nth-child(2198n){-webkit-animation-delay:220.4s;animation-delay:220.4s}.poke-block-nps .btn-nps:nth-child(2199n){-webkit-animation-delay:220.5s;animation-delay:220.5s}.poke-block-nps .btn-nps:nth-child(2200n){-webkit-animation-delay:220.6s;animation-delay:220.6s}.poke-block-nps .btn-nps:nth-child(2201n){-webkit-animation-delay:220.7s;animation-delay:220.7s}.poke-block-nps .btn-nps:nth-child(2202n){-webkit-animation-delay:220.8s;animation-delay:220.8s}.poke-block-nps .btn-nps:nth-child(2203n){-webkit-animation-delay:220.9s;animation-delay:220.9s}.poke-block-nps .btn-nps:nth-child(2204n){-webkit-animation-delay:221s;animation-delay:221s}.poke-block-nps .btn-nps:nth-child(2205n){-webkit-animation-delay:221.1s;animation-delay:221.1s}.poke-block-nps .btn-nps:nth-child(2206n){-webkit-animation-delay:221.2s;animation-delay:221.2s}.poke-block-nps .btn-nps:nth-child(2207n){-webkit-animation-delay:221.3s;animation-delay:221.3s}.poke-block-nps .btn-nps:nth-child(2208n){-webkit-animation-delay:221.4s;animation-delay:221.4s}.poke-block-nps .btn-nps:nth-child(2209n){-webkit-animation-delay:221.5s;animation-delay:221.5s}.poke-block-nps .btn-nps:nth-child(2210n){-webkit-animation-delay:221.6s;animation-delay:221.6s}.poke-block-nps .btn-nps:nth-child(2211n){-webkit-animation-delay:221.7s;animation-delay:221.7s}.poke-block-nps .btn-nps:nth-child(2212n){-webkit-animation-delay:221.8s;animation-delay:221.8s}.poke-block-nps .btn-nps:nth-child(2213n){-webkit-animation-delay:221.9s;animation-delay:221.9s}.poke-block-nps .btn-nps:nth-child(2214n){-webkit-animation-delay:222s;animation-delay:222s}.poke-block-nps .btn-nps:nth-child(2215n){-webkit-animation-delay:222.1s;animation-delay:222.1s}.poke-block-nps .btn-nps:nth-child(2216n){-webkit-animation-delay:222.2s;animation-delay:222.2s}.poke-block-nps .btn-nps:nth-child(2217n){-webkit-animation-delay:222.3s;animation-delay:222.3s}.poke-block-nps .btn-nps:nth-child(2218n){-webkit-animation-delay:222.4s;animation-delay:222.4s}.poke-block-nps .btn-nps:nth-child(2219n){-webkit-animation-delay:222.5s;animation-delay:222.5s}.poke-block-nps .btn-nps:nth-child(2220n){-webkit-animation-delay:222.6s;animation-delay:222.6s}.poke-block-nps .btn-nps:nth-child(2221n){-webkit-animation-delay:222.7s;animation-delay:222.7s}.poke-block-nps .btn-nps:nth-child(2222n){-webkit-animation-delay:222.8s;animation-delay:222.8s}.poke-block-nps .btn-nps:nth-child(2223n){-webkit-animation-delay:222.9s;animation-delay:222.9s}.poke-block-nps .btn-nps:nth-child(2224n){-webkit-animation-delay:223s;animation-delay:223s}.poke-block-nps .btn-nps:nth-child(2225n){-webkit-animation-delay:223.1s;animation-delay:223.1s}.poke-block-nps .btn-nps:nth-child(2226n){-webkit-animation-delay:223.2s;animation-delay:223.2s}.poke-block-nps .btn-nps:nth-child(2227n){-webkit-animation-delay:223.3s;animation-delay:223.3s}.poke-block-nps .btn-nps:nth-child(2228n){-webkit-animation-delay:223.4s;animation-delay:223.4s}.poke-block-nps .btn-nps:nth-child(2229n){-webkit-animation-delay:223.5s;animation-delay:223.5s}.poke-block-nps .btn-nps:nth-child(2230n){-webkit-animation-delay:223.6s;animation-delay:223.6s}.poke-block-nps .btn-nps:nth-child(2231n){-webkit-animation-delay:223.7s;animation-delay:223.7s}.poke-block-nps .btn-nps:nth-child(2232n){-webkit-animation-delay:223.8s;animation-delay:223.8s}.poke-block-nps .btn-nps:nth-child(2233n){-webkit-animation-delay:223.9s;animation-delay:223.9s}.poke-block-nps .btn-nps:nth-child(2234n){-webkit-animation-delay:224s;animation-delay:224s}.poke-block-nps .btn-nps:nth-child(2235n){-webkit-animation-delay:224.1s;animation-delay:224.1s}.poke-block-nps .btn-nps:nth-child(2236n){-webkit-animation-delay:224.2s;animation-delay:224.2s}.poke-block-nps .btn-nps:nth-child(2237n){-webkit-animation-delay:224.3s;animation-delay:224.3s}.poke-block-nps .btn-nps:nth-child(2238n){-webkit-animation-delay:224.4s;animation-delay:224.4s}.poke-block-nps .btn-nps:nth-child(2239n){-webkit-animation-delay:224.5s;animation-delay:224.5s}.poke-block-nps .btn-nps:nth-child(2240n){-webkit-animation-delay:224.6s;animation-delay:224.6s}.poke-block-nps .btn-nps:nth-child(2241n){-webkit-animation-delay:224.7s;animation-delay:224.7s}.poke-block-nps .btn-nps:nth-child(2242n){-webkit-animation-delay:224.8s;animation-delay:224.8s}.poke-block-nps .btn-nps:nth-child(2243n){-webkit-animation-delay:224.9s;animation-delay:224.9s}.poke-block-nps .btn-nps:nth-child(2244n){-webkit-animation-delay:225s;animation-delay:225s}.poke-block-nps .btn-nps:nth-child(2245n){-webkit-animation-delay:225.1s;animation-delay:225.1s}.poke-block-nps .btn-nps:nth-child(2246n){-webkit-animation-delay:225.2s;animation-delay:225.2s}.poke-block-nps .btn-nps:nth-child(2247n){-webkit-animation-delay:225.3s;animation-delay:225.3s}.poke-block-nps .btn-nps:nth-child(2248n){-webkit-animation-delay:225.4s;animation-delay:225.4s}.poke-block-nps .btn-nps:nth-child(2249n){-webkit-animation-delay:225.5s;animation-delay:225.5s}.poke-block-nps .btn-nps:nth-child(2250n){-webkit-animation-delay:225.6s;animation-delay:225.6s}.poke-block-nps .btn-nps:nth-child(2251n){-webkit-animation-delay:225.7s;animation-delay:225.7s}.poke-block-nps .btn-nps:nth-child(2252n){-webkit-animation-delay:225.8s;animation-delay:225.8s}.poke-block-nps .btn-nps:nth-child(2253n){-webkit-animation-delay:225.9s;animation-delay:225.9s}.poke-block-nps .btn-nps:nth-child(2254n){-webkit-animation-delay:226s;animation-delay:226s}.poke-block-nps .btn-nps:nth-child(2255n){-webkit-animation-delay:226.1s;animation-delay:226.1s}.poke-block-nps .btn-nps:nth-child(2256n){-webkit-animation-delay:226.2s;animation-delay:226.2s}.poke-block-nps .btn-nps:nth-child(2257n){-webkit-animation-delay:226.3s;animation-delay:226.3s}.poke-block-nps .btn-nps:nth-child(2258n){-webkit-animation-delay:226.4s;animation-delay:226.4s}.poke-block-nps .btn-nps:nth-child(2259n){-webkit-animation-delay:226.5s;animation-delay:226.5s}.poke-block-nps .btn-nps:nth-child(2260n){-webkit-animation-delay:226.6s;animation-delay:226.6s}.poke-block-nps .btn-nps:nth-child(2261n){-webkit-animation-delay:226.7s;animation-delay:226.7s}.poke-block-nps .btn-nps:nth-child(2262n){-webkit-animation-delay:226.8s;animation-delay:226.8s}.poke-block-nps .btn-nps:nth-child(2263n){-webkit-animation-delay:226.9s;animation-delay:226.9s}.poke-block-nps .btn-nps:nth-child(2264n){-webkit-animation-delay:227s;animation-delay:227s}.poke-block-nps .btn-nps:nth-child(2265n){-webkit-animation-delay:227.1s;animation-delay:227.1s}.poke-block-nps .btn-nps:nth-child(2266n){-webkit-animation-delay:227.2s;animation-delay:227.2s}.poke-block-nps .btn-nps:nth-child(2267n){-webkit-animation-delay:227.3s;animation-delay:227.3s}.poke-block-nps .btn-nps:nth-child(2268n){-webkit-animation-delay:227.4s;animation-delay:227.4s}.poke-block-nps .btn-nps:nth-child(2269n){-webkit-animation-delay:227.5s;animation-delay:227.5s}.poke-block-nps .btn-nps:nth-child(2270n){-webkit-animation-delay:227.6s;animation-delay:227.6s}.poke-block-nps .btn-nps:nth-child(2271n){-webkit-animation-delay:227.7s;animation-delay:227.7s}.poke-block-nps .btn-nps:nth-child(2272n){-webkit-animation-delay:227.8s;animation-delay:227.8s}.poke-block-nps .btn-nps:nth-child(2273n){-webkit-animation-delay:227.9s;animation-delay:227.9s}.poke-block-nps .btn-nps:nth-child(2274n){-webkit-animation-delay:228s;animation-delay:228s}.poke-block-nps .btn-nps:nth-child(2275n){-webkit-animation-delay:228.1s;animation-delay:228.1s}.poke-block-nps .btn-nps:nth-child(2276n){-webkit-animation-delay:228.2s;animation-delay:228.2s}.poke-block-nps .btn-nps:nth-child(2277n){-webkit-animation-delay:228.3s;animation-delay:228.3s}.poke-block-nps .btn-nps:nth-child(2278n){-webkit-animation-delay:228.4s;animation-delay:228.4s}.poke-block-nps .btn-nps:nth-child(2279n){-webkit-animation-delay:228.5s;animation-delay:228.5s}.poke-block-nps .btn-nps:nth-child(2280n){-webkit-animation-delay:228.6s;animation-delay:228.6s}.poke-block-nps .btn-nps:nth-child(2281n){-webkit-animation-delay:228.7s;animation-delay:228.7s}.poke-block-nps .btn-nps:nth-child(2282n){-webkit-animation-delay:228.8s;animation-delay:228.8s}.poke-block-nps .btn-nps:nth-child(2283n){-webkit-animation-delay:228.9s;animation-delay:228.9s}.poke-block-nps .btn-nps:nth-child(2284n){-webkit-animation-delay:229s;animation-delay:229s}.poke-block-nps .btn-nps:nth-child(2285n){-webkit-animation-delay:229.1s;animation-delay:229.1s}.poke-block-nps .btn-nps:nth-child(2286n){-webkit-animation-delay:229.2s;animation-delay:229.2s}.poke-block-nps .btn-nps:nth-child(2287n){-webkit-animation-delay:229.3s;animation-delay:229.3s}.poke-block-nps .btn-nps:nth-child(2288n){-webkit-animation-delay:229.4s;animation-delay:229.4s}.poke-block-nps .btn-nps:nth-child(2289n){-webkit-animation-delay:229.5s;animation-delay:229.5s}.poke-block-nps .btn-nps:nth-child(2290n){-webkit-animation-delay:229.6s;animation-delay:229.6s}.poke-block-nps .btn-nps:nth-child(2291n){-webkit-animation-delay:229.7s;animation-delay:229.7s}.poke-block-nps .btn-nps:nth-child(2292n){-webkit-animation-delay:229.8s;animation-delay:229.8s}.poke-block-nps .btn-nps:nth-child(2293n){-webkit-animation-delay:229.9s;animation-delay:229.9s}.poke-block-nps .btn-nps:nth-child(2294n){-webkit-animation-delay:230s;animation-delay:230s}.poke-block-nps .btn-nps:nth-child(2295n){-webkit-animation-delay:230.1s;animation-delay:230.1s}.poke-block-nps .btn-nps:nth-child(2296n){-webkit-animation-delay:230.2s;animation-delay:230.2s}.poke-block-nps .btn-nps:nth-child(2297n){-webkit-animation-delay:230.3s;animation-delay:230.3s}.poke-block-nps .btn-nps:nth-child(2298n){-webkit-animation-delay:230.4s;animation-delay:230.4s}.poke-block-nps .btn-nps:nth-child(2299n){-webkit-animation-delay:230.5s;animation-delay:230.5s}.poke-block-nps .btn-nps:nth-child(2300n){-webkit-animation-delay:230.6s;animation-delay:230.6s}.poke-block-nps .btn-nps:nth-child(2301n){-webkit-animation-delay:230.7s;animation-delay:230.7s}.poke-block-nps .btn-nps:nth-child(2302n){-webkit-animation-delay:230.8s;animation-delay:230.8s}.poke-block-nps .btn-nps:nth-child(2303n){-webkit-animation-delay:230.9s;animation-delay:230.9s}.poke-block-nps .btn-nps:nth-child(2304n){-webkit-animation-delay:231s;animation-delay:231s}.poke-block-nps .btn-nps:nth-child(2305n){-webkit-animation-delay:231.1s;animation-delay:231.1s}.poke-block-nps .btn-nps:nth-child(2306n){-webkit-animation-delay:231.2s;animation-delay:231.2s}.poke-block-nps .btn-nps:nth-child(2307n){-webkit-animation-delay:231.3s;animation-delay:231.3s}.poke-block-nps .btn-nps:nth-child(2308n){-webkit-animation-delay:231.4s;animation-delay:231.4s}.poke-block-nps .btn-nps:nth-child(2309n){-webkit-animation-delay:231.5s;animation-delay:231.5s}.poke-block-nps .btn-nps:nth-child(2310n){-webkit-animation-delay:231.6s;animation-delay:231.6s}.poke-block-nps .btn-nps:nth-child(2311n){-webkit-animation-delay:231.7s;animation-delay:231.7s}.poke-block-nps .btn-nps:nth-child(2312n){-webkit-animation-delay:231.8s;animation-delay:231.8s}.poke-block-nps .btn-nps:nth-child(2313n){-webkit-animation-delay:231.9s;animation-delay:231.9s}.poke-block-nps .btn-nps:nth-child(2314n){-webkit-animation-delay:232s;animation-delay:232s}.poke-block-nps .btn-nps:nth-child(2315n){-webkit-animation-delay:232.1s;animation-delay:232.1s}.poke-block-nps .btn-nps:nth-child(2316n){-webkit-animation-delay:232.2s;animation-delay:232.2s}.poke-block-nps .btn-nps:nth-child(2317n){-webkit-animation-delay:232.3s;animation-delay:232.3s}.poke-block-nps .btn-nps:nth-child(2318n){-webkit-animation-delay:232.4s;animation-delay:232.4s}.poke-block-nps .btn-nps:nth-child(2319n){-webkit-animation-delay:232.5s;animation-delay:232.5s}.poke-block-nps .btn-nps:nth-child(2320n){-webkit-animation-delay:232.6s;animation-delay:232.6s}.poke-block-nps .btn-nps:nth-child(2321n){-webkit-animation-delay:232.7s;animation-delay:232.7s}.poke-block-nps .btn-nps:nth-child(2322n){-webkit-animation-delay:232.8s;animation-delay:232.8s}.poke-block-nps .btn-nps:nth-child(2323n){-webkit-animation-delay:232.9s;animation-delay:232.9s}.poke-block-nps .btn-nps:nth-child(2324n){-webkit-animation-delay:233s;animation-delay:233s}.poke-block-nps .btn-nps:nth-child(2325n){-webkit-animation-delay:233.1s;animation-delay:233.1s}.poke-block-nps .btn-nps:nth-child(2326n){-webkit-animation-delay:233.2s;animation-delay:233.2s}.poke-block-nps .btn-nps:nth-child(2327n){-webkit-animation-delay:233.3s;animation-delay:233.3s}.poke-block-nps .btn-nps:nth-child(2328n){-webkit-animation-delay:233.4s;animation-delay:233.4s}.poke-block-nps .btn-nps:nth-child(2329n){-webkit-animation-delay:233.5s;animation-delay:233.5s}.poke-block-nps .btn-nps:nth-child(2330n){-webkit-animation-delay:233.6s;animation-delay:233.6s}.poke-block-nps .btn-nps:nth-child(2331n){-webkit-animation-delay:233.7s;animation-delay:233.7s}.poke-block-nps .btn-nps:nth-child(2332n){-webkit-animation-delay:233.8s;animation-delay:233.8s}.poke-block-nps .btn-nps:nth-child(2333n){-webkit-animation-delay:233.9s;animation-delay:233.9s}.poke-block-nps .btn-nps:nth-child(2334n){-webkit-animation-delay:234s;animation-delay:234s}.poke-block-nps .btn-nps:nth-child(2335n){-webkit-animation-delay:234.1s;animation-delay:234.1s}.poke-block-nps .btn-nps:nth-child(2336n){-webkit-animation-delay:234.2s;animation-delay:234.2s}.poke-block-nps .btn-nps:nth-child(2337n){-webkit-animation-delay:234.3s;animation-delay:234.3s}.poke-block-nps .btn-nps:nth-child(2338n){-webkit-animation-delay:234.4s;animation-delay:234.4s}.poke-block-nps .btn-nps:nth-child(2339n){-webkit-animation-delay:234.5s;animation-delay:234.5s}.poke-block-nps .btn-nps:nth-child(2340n){-webkit-animation-delay:234.6s;animation-delay:234.6s}.poke-block-nps .btn-nps:nth-child(2341n){-webkit-animation-delay:234.7s;animation-delay:234.7s}.poke-block-nps .btn-nps:nth-child(2342n){-webkit-animation-delay:234.8s;animation-delay:234.8s}.poke-block-nps .btn-nps:nth-child(2343n){-webkit-animation-delay:234.9s;animation-delay:234.9s}.poke-block-nps .btn-nps:nth-child(2344n){-webkit-animation-delay:235s;animation-delay:235s}.poke-block-nps .btn-nps:nth-child(2345n){-webkit-animation-delay:235.1s;animation-delay:235.1s}.poke-block-nps .btn-nps:nth-child(2346n){-webkit-animation-delay:235.2s;animation-delay:235.2s}.poke-block-nps .btn-nps:nth-child(2347n){-webkit-animation-delay:235.3s;animation-delay:235.3s}.poke-block-nps .btn-nps:nth-child(2348n){-webkit-animation-delay:235.4s;animation-delay:235.4s}.poke-block-nps .btn-nps:nth-child(2349n){-webkit-animation-delay:235.5s;animation-delay:235.5s}.poke-block-nps .btn-nps:nth-child(2350n){-webkit-animation-delay:235.6s;animation-delay:235.6s}.poke-block-nps .btn-nps:nth-child(2351n){-webkit-animation-delay:235.7s;animation-delay:235.7s}.poke-block-nps .btn-nps:nth-child(2352n){-webkit-animation-delay:235.8s;animation-delay:235.8s}.poke-block-nps .btn-nps:nth-child(2353n){-webkit-animation-delay:235.9s;animation-delay:235.9s}.poke-block-nps .btn-nps:nth-child(2354n){-webkit-animation-delay:236s;animation-delay:236s}.poke-block-nps .btn-nps:nth-child(2355n){-webkit-animation-delay:236.1s;animation-delay:236.1s}.poke-block-nps .btn-nps:nth-child(2356n){-webkit-animation-delay:236.2s;animation-delay:236.2s}.poke-block-nps .btn-nps:nth-child(2357n){-webkit-animation-delay:236.3s;animation-delay:236.3s}.poke-block-nps .btn-nps:nth-child(2358n){-webkit-animation-delay:236.4s;animation-delay:236.4s}.poke-block-nps .btn-nps:nth-child(2359n){-webkit-animation-delay:236.5s;animation-delay:236.5s}.poke-block-nps .btn-nps:nth-child(2360n){-webkit-animation-delay:236.6s;animation-delay:236.6s}.poke-block-nps .btn-nps:nth-child(2361n){-webkit-animation-delay:236.7s;animation-delay:236.7s}.poke-block-nps .btn-nps:nth-child(2362n){-webkit-animation-delay:236.8s;animation-delay:236.8s}.poke-block-nps .btn-nps:nth-child(2363n){-webkit-animation-delay:236.9s;animation-delay:236.9s}.poke-block-nps .btn-nps:nth-child(2364n){-webkit-animation-delay:237s;animation-delay:237s}.poke-block-nps .btn-nps:nth-child(2365n){-webkit-animation-delay:237.1s;animation-delay:237.1s}.poke-block-nps .btn-nps:nth-child(2366n){-webkit-animation-delay:237.2s;animation-delay:237.2s}.poke-block-nps .btn-nps:nth-child(2367n){-webkit-animation-delay:237.3s;animation-delay:237.3s}.poke-block-nps .btn-nps:nth-child(2368n){-webkit-animation-delay:237.4s;animation-delay:237.4s}.poke-block-nps .btn-nps:nth-child(2369n){-webkit-animation-delay:237.5s;animation-delay:237.5s}.poke-block-nps .btn-nps:nth-child(2370n){-webkit-animation-delay:237.6s;animation-delay:237.6s}.poke-block-nps .btn-nps:nth-child(2371n){-webkit-animation-delay:237.7s;animation-delay:237.7s}.poke-block-nps .btn-nps:nth-child(2372n){-webkit-animation-delay:237.8s;animation-delay:237.8s}.poke-block-nps .btn-nps:nth-child(2373n){-webkit-animation-delay:237.9s;animation-delay:237.9s}.poke-block-nps .btn-nps:nth-child(2374n){-webkit-animation-delay:238s;animation-delay:238s}.poke-block-nps .btn-nps:nth-child(2375n){-webkit-animation-delay:238.1s;animation-delay:238.1s}.poke-block-nps .btn-nps:nth-child(2376n){-webkit-animation-delay:238.2s;animation-delay:238.2s}.poke-block-nps .btn-nps:nth-child(2377n){-webkit-animation-delay:238.3s;animation-delay:238.3s}.poke-block-nps .btn-nps:nth-child(2378n){-webkit-animation-delay:238.4s;animation-delay:238.4s}.poke-block-nps .btn-nps:nth-child(2379n){-webkit-animation-delay:238.5s;animation-delay:238.5s}.poke-block-nps .btn-nps:nth-child(2380n){-webkit-animation-delay:238.6s;animation-delay:238.6s}.poke-block-nps .btn-nps:nth-child(2381n){-webkit-animation-delay:238.7s;animation-delay:238.7s}.poke-block-nps .btn-nps:nth-child(2382n){-webkit-animation-delay:238.8s;animation-delay:238.8s}.poke-block-nps .btn-nps:nth-child(2383n){-webkit-animation-delay:238.9s;animation-delay:238.9s}.poke-block-nps .btn-nps:nth-child(2384n){-webkit-animation-delay:239s;animation-delay:239s}.poke-block-nps .btn-nps:nth-child(2385n){-webkit-animation-delay:239.1s;animation-delay:239.1s}.poke-block-nps .btn-nps:nth-child(2386n){-webkit-animation-delay:239.2s;animation-delay:239.2s}.poke-block-nps .btn-nps:nth-child(2387n){-webkit-animation-delay:239.3s;animation-delay:239.3s}.poke-block-nps .btn-nps:nth-child(2388n){-webkit-animation-delay:239.4s;animation-delay:239.4s}.poke-block-nps .btn-nps:nth-child(2389n){-webkit-animation-delay:239.5s;animation-delay:239.5s}.poke-block-nps .btn-nps:nth-child(2390n){-webkit-animation-delay:239.6s;animation-delay:239.6s}.poke-block-nps .btn-nps:nth-child(2391n){-webkit-animation-delay:239.7s;animation-delay:239.7s}.poke-block-nps .btn-nps:nth-child(2392n){-webkit-animation-delay:239.8s;animation-delay:239.8s}.poke-block-nps .btn-nps:nth-child(2393n){-webkit-animation-delay:239.9s;animation-delay:239.9s}.poke-block-nps .btn-nps:nth-child(2394n){-webkit-animation-delay:240s;animation-delay:240s}.poke-block-nps .btn-nps:nth-child(2395n){-webkit-animation-delay:240.1s;animation-delay:240.1s}.poke-block-nps .btn-nps:nth-child(2396n){-webkit-animation-delay:240.2s;animation-delay:240.2s}.poke-block-nps .btn-nps:nth-child(2397n){-webkit-animation-delay:240.3s;animation-delay:240.3s}.poke-block-nps .btn-nps:nth-child(2398n){-webkit-animation-delay:240.4s;animation-delay:240.4s}.poke-block-nps .btn-nps:nth-child(2399n){-webkit-animation-delay:240.5s;animation-delay:240.5s}.poke-block-nps .btn-nps:nth-child(2400n){-webkit-animation-delay:240.6s;animation-delay:240.6s}.poke-block-nps .btn-nps:nth-child(2401n){-webkit-animation-delay:240.7s;animation-delay:240.7s}.poke-block-nps .btn-nps:nth-child(2402n){-webkit-animation-delay:240.8s;animation-delay:240.8s}.poke-block-nps .btn-nps:nth-child(2403n){-webkit-animation-delay:240.9s;animation-delay:240.9s}.poke-block-nps .btn-nps:nth-child(2404n){-webkit-animation-delay:241s;animation-delay:241s}.poke-block-nps .btn-nps:nth-child(2405n){-webkit-animation-delay:241.1s;animation-delay:241.1s}.poke-block-nps .btn-nps:nth-child(2406n){-webkit-animation-delay:241.2s;animation-delay:241.2s}.poke-block-nps .btn-nps:nth-child(2407n){-webkit-animation-delay:241.3s;animation-delay:241.3s}.poke-block-nps .btn-nps:nth-child(2408n){-webkit-animation-delay:241.4s;animation-delay:241.4s}.poke-block-nps .btn-nps:nth-child(2409n){-webkit-animation-delay:241.5s;animation-delay:241.5s}.poke-block-nps .btn-nps:nth-child(2410n){-webkit-animation-delay:241.6s;animation-delay:241.6s}.poke-block-nps .btn-nps:nth-child(2411n){-webkit-animation-delay:241.7s;animation-delay:241.7s}.poke-block-nps .btn-nps:nth-child(2412n){-webkit-animation-delay:241.8s;animation-delay:241.8s}.poke-block-nps .btn-nps:nth-child(2413n){-webkit-animation-delay:241.9s;animation-delay:241.9s}.poke-block-nps .btn-nps:nth-child(2414n){-webkit-animation-delay:242s;animation-delay:242s}.poke-block-nps .btn-nps:nth-child(2415n){-webkit-animation-delay:242.1s;animation-delay:242.1s}.poke-block-nps .btn-nps:nth-child(2416n){-webkit-animation-delay:242.2s;animation-delay:242.2s}.poke-block-nps .btn-nps:nth-child(2417n){-webkit-animation-delay:242.3s;animation-delay:242.3s}.poke-block-nps .btn-nps:nth-child(2418n){-webkit-animation-delay:242.4s;animation-delay:242.4s}.poke-block-nps .btn-nps:nth-child(2419n){-webkit-animation-delay:242.5s;animation-delay:242.5s}.poke-block-nps .btn-nps:nth-child(2420n){-webkit-animation-delay:242.6s;animation-delay:242.6s}.poke-block-nps .btn-nps:nth-child(2421n){-webkit-animation-delay:242.7s;animation-delay:242.7s}.poke-block-nps .btn-nps:nth-child(2422n){-webkit-animation-delay:242.8s;animation-delay:242.8s}.poke-block-nps .btn-nps:nth-child(2423n){-webkit-animation-delay:242.9s;animation-delay:242.9s}.poke-block-nps .btn-nps:nth-child(2424n){-webkit-animation-delay:243s;animation-delay:243s}.poke-block-nps .btn-nps:nth-child(2425n){-webkit-animation-delay:243.1s;animation-delay:243.1s}.poke-block-nps .btn-nps:nth-child(2426n){-webkit-animation-delay:243.2s;animation-delay:243.2s}.poke-block-nps .btn-nps:nth-child(2427n){-webkit-animation-delay:243.3s;animation-delay:243.3s}.poke-block-nps .btn-nps:nth-child(2428n){-webkit-animation-delay:243.4s;animation-delay:243.4s}.poke-block-nps .btn-nps:nth-child(2429n){-webkit-animation-delay:243.5s;animation-delay:243.5s}.poke-block-nps .btn-nps:nth-child(2430n){-webkit-animation-delay:243.6s;animation-delay:243.6s}.poke-block-nps .btn-nps:nth-child(2431n){-webkit-animation-delay:243.7s;animation-delay:243.7s}.poke-block-nps .btn-nps:nth-child(2432n){-webkit-animation-delay:243.8s;animation-delay:243.8s}.poke-block-nps .btn-nps:nth-child(2433n){-webkit-animation-delay:243.9s;animation-delay:243.9s}.poke-block-nps .btn-nps:nth-child(2434n){-webkit-animation-delay:244s;animation-delay:244s}.poke-block-nps .btn-nps:nth-child(2435n){-webkit-animation-delay:244.1s;animation-delay:244.1s}.poke-block-nps .btn-nps:nth-child(2436n){-webkit-animation-delay:244.2s;animation-delay:244.2s}.poke-block-nps .btn-nps:nth-child(2437n){-webkit-animation-delay:244.3s;animation-delay:244.3s}.poke-block-nps .btn-nps:nth-child(2438n){-webkit-animation-delay:244.4s;animation-delay:244.4s}.poke-block-nps .btn-nps:nth-child(2439n){-webkit-animation-delay:244.5s;animation-delay:244.5s}.poke-block-nps .btn-nps:nth-child(2440n){-webkit-animation-delay:244.6s;animation-delay:244.6s}.poke-block-nps .btn-nps:nth-child(2441n){-webkit-animation-delay:244.7s;animation-delay:244.7s}.poke-block-nps .btn-nps:nth-child(2442n){-webkit-animation-delay:244.8s;animation-delay:244.8s}.poke-block-nps .btn-nps:nth-child(2443n){-webkit-animation-delay:244.9s;animation-delay:244.9s}.poke-block-nps .btn-nps:nth-child(2444n){-webkit-animation-delay:245s;animation-delay:245s}.poke-block-nps .btn-nps:nth-child(2445n){-webkit-animation-delay:245.1s;animation-delay:245.1s}.poke-block-nps .btn-nps:nth-child(2446n){-webkit-animation-delay:245.2s;animation-delay:245.2s}.poke-block-nps .btn-nps:nth-child(2447n){-webkit-animation-delay:245.3s;animation-delay:245.3s}.poke-block-nps .btn-nps:nth-child(2448n){-webkit-animation-delay:245.4s;animation-delay:245.4s}.poke-block-nps .btn-nps:nth-child(2449n){-webkit-animation-delay:245.5s;animation-delay:245.5s}.poke-block-nps .btn-nps:nth-child(2450n){-webkit-animation-delay:245.6s;animation-delay:245.6s}.poke-block-nps .btn-nps:nth-child(2451n){-webkit-animation-delay:245.7s;animation-delay:245.7s}.poke-block-nps .btn-nps:nth-child(2452n){-webkit-animation-delay:245.8s;animation-delay:245.8s}.poke-block-nps .btn-nps:nth-child(2453n){-webkit-animation-delay:245.9s;animation-delay:245.9s}.poke-block-nps .btn-nps:nth-child(2454n){-webkit-animation-delay:246s;animation-delay:246s}.poke-block-nps .btn-nps:nth-child(2455n){-webkit-animation-delay:246.1s;animation-delay:246.1s}.poke-block-nps .btn-nps:nth-child(2456n){-webkit-animation-delay:246.2s;animation-delay:246.2s}.poke-block-nps .btn-nps:nth-child(2457n){-webkit-animation-delay:246.3s;animation-delay:246.3s}.poke-block-nps .btn-nps:nth-child(2458n){-webkit-animation-delay:246.4s;animation-delay:246.4s}.poke-block-nps .btn-nps:nth-child(2459n){-webkit-animation-delay:246.5s;animation-delay:246.5s}.poke-block-nps .btn-nps:nth-child(2460n){-webkit-animation-delay:246.6s;animation-delay:246.6s}.poke-block-nps .btn-nps:nth-child(2461n){-webkit-animation-delay:246.7s;animation-delay:246.7s}.poke-block-nps .btn-nps:nth-child(2462n){-webkit-animation-delay:246.8s;animation-delay:246.8s}.poke-block-nps .btn-nps:nth-child(2463n){-webkit-animation-delay:246.9s;animation-delay:246.9s}.poke-block-nps .btn-nps:nth-child(2464n){-webkit-animation-delay:247s;animation-delay:247s}.poke-block-nps .btn-nps:nth-child(2465n){-webkit-animation-delay:247.1s;animation-delay:247.1s}.poke-block-nps .btn-nps:nth-child(2466n){-webkit-animation-delay:247.2s;animation-delay:247.2s}.poke-block-nps .btn-nps:nth-child(2467n){-webkit-animation-delay:247.3s;animation-delay:247.3s}.poke-block-nps .btn-nps:nth-child(2468n){-webkit-animation-delay:247.4s;animation-delay:247.4s}.poke-block-nps .btn-nps:nth-child(2469n){-webkit-animation-delay:247.5s;animation-delay:247.5s}.poke-block-nps .btn-nps:nth-child(2470n){-webkit-animation-delay:247.6s;animation-delay:247.6s}.poke-block-nps .btn-nps:nth-child(2471n){-webkit-animation-delay:247.7s;animation-delay:247.7s}.poke-block-nps .btn-nps:nth-child(2472n){-webkit-animation-delay:247.8s;animation-delay:247.8s}.poke-block-nps .btn-nps:nth-child(2473n){-webkit-animation-delay:247.9s;animation-delay:247.9s}.poke-block-nps .btn-nps:nth-child(2474n){-webkit-animation-delay:248s;animation-delay:248s}.poke-block-nps .btn-nps:nth-child(2475n){-webkit-animation-delay:248.1s;animation-delay:248.1s}.poke-block-nps .btn-nps:nth-child(2476n){-webkit-animation-delay:248.2s;animation-delay:248.2s}.poke-block-nps .btn-nps:nth-child(2477n){-webkit-animation-delay:248.3s;animation-delay:248.3s}.poke-block-nps .btn-nps:nth-child(2478n){-webkit-animation-delay:248.4s;animation-delay:248.4s}.poke-block-nps .btn-nps:nth-child(2479n){-webkit-animation-delay:248.5s;animation-delay:248.5s}.poke-block-nps .btn-nps:nth-child(2480n){-webkit-animation-delay:248.6s;animation-delay:248.6s}.poke-block-nps .btn-nps:nth-child(2481n){-webkit-animation-delay:248.7s;animation-delay:248.7s}.poke-block-nps .btn-nps:nth-child(2482n){-webkit-animation-delay:248.8s;animation-delay:248.8s}.poke-block-nps .btn-nps:nth-child(2483n){-webkit-animation-delay:248.9s;animation-delay:248.9s}.poke-block-nps .btn-nps:nth-child(2484n){-webkit-animation-delay:249s;animation-delay:249s}.poke-block-nps .btn-nps:nth-child(2485n){-webkit-animation-delay:249.1s;animation-delay:249.1s}.poke-block-nps .btn-nps:nth-child(2486n){-webkit-animation-delay:249.2s;animation-delay:249.2s}.poke-block-nps .btn-nps:nth-child(2487n){-webkit-animation-delay:249.3s;animation-delay:249.3s}.poke-block-nps .btn-nps:nth-child(2488n){-webkit-animation-delay:249.4s;animation-delay:249.4s}.poke-block-nps .btn-nps:nth-child(2489n){-webkit-animation-delay:249.5s;animation-delay:249.5s}.poke-block-nps .btn-nps:nth-child(2490n){-webkit-animation-delay:249.6s;animation-delay:249.6s}.poke-block-nps .btn-nps:nth-child(2491n){-webkit-animation-delay:249.7s;animation-delay:249.7s}.poke-block-nps .btn-nps:nth-child(2492n){-webkit-animation-delay:249.8s;animation-delay:249.8s}.poke-block-nps .btn-nps:nth-child(2493n){-webkit-animation-delay:249.9s;animation-delay:249.9s}.poke-block-nps .btn-nps:nth-child(2494n){-webkit-animation-delay:250s;animation-delay:250s}.poke-block-nps .btn-nps:nth-child(2495n){-webkit-animation-delay:250.1s;animation-delay:250.1s}.poke-block-nps .btn-nps:nth-child(2496n){-webkit-animation-delay:250.2s;animation-delay:250.2s}.poke-block-nps .btn-nps:nth-child(2497n){-webkit-animation-delay:250.3s;animation-delay:250.3s}.poke-block-nps .btn-nps:nth-child(2498n){-webkit-animation-delay:250.4s;animation-delay:250.4s}.poke-block-nps .btn-nps:nth-child(2499n){-webkit-animation-delay:250.5s;animation-delay:250.5s}.poke-block-nps .btn-nps:nth-child(2500n){-webkit-animation-delay:250.6s;animation-delay:250.6s}.poke-block-nps .btn-nps:nth-child(2501n){-webkit-animation-delay:250.7s;animation-delay:250.7s}.poke-block-nps .btn-nps:nth-child(2502n){-webkit-animation-delay:250.8s;animation-delay:250.8s}.poke-block-nps .btn-nps:nth-child(2503n){-webkit-animation-delay:250.9s;animation-delay:250.9s}.poke-block-nps .btn-nps:nth-child(2504n){-webkit-animation-delay:251s;animation-delay:251s}.poke-block-nps .btn-nps:nth-child(2505n){-webkit-animation-delay:251.1s;animation-delay:251.1s}.poke-block-nps .btn-nps:nth-child(2506n){-webkit-animation-delay:251.2s;animation-delay:251.2s}.poke-block-nps .btn-nps:nth-child(2507n){-webkit-animation-delay:251.3s;animation-delay:251.3s}.poke-block-nps .btn-nps:nth-child(2508n){-webkit-animation-delay:251.4s;animation-delay:251.4s}.poke-block-nps .btn-nps:nth-child(2509n){-webkit-animation-delay:251.5s;animation-delay:251.5s}.poke-block-nps .btn-nps:nth-child(2510n){-webkit-animation-delay:251.6s;animation-delay:251.6s}.poke-block-nps .btn-nps:nth-child(2511n){-webkit-animation-delay:251.7s;animation-delay:251.7s}.poke-block-nps .btn-nps:nth-child(2512n){-webkit-animation-delay:251.8s;animation-delay:251.8s}.poke-block-nps .btn-nps:nth-child(2513n){-webkit-animation-delay:251.9s;animation-delay:251.9s}.poke-block-nps .btn-nps:nth-child(2514n){-webkit-animation-delay:252s;animation-delay:252s}.poke-block-nps .btn-nps:nth-child(2515n){-webkit-animation-delay:252.1s;animation-delay:252.1s}.poke-block-nps .btn-nps:nth-child(2516n){-webkit-animation-delay:252.2s;animation-delay:252.2s}.poke-block-nps .btn-nps:nth-child(2517n){-webkit-animation-delay:252.3s;animation-delay:252.3s}.poke-block-nps .btn-nps:nth-child(2518n){-webkit-animation-delay:252.4s;animation-delay:252.4s}.poke-block-nps .btn-nps:nth-child(2519n){-webkit-animation-delay:252.5s;animation-delay:252.5s}.poke-block-nps .btn-nps:nth-child(2520n){-webkit-animation-delay:252.6s;animation-delay:252.6s}.poke-block-nps .btn-nps:nth-child(2521n){-webkit-animation-delay:252.7s;animation-delay:252.7s}.poke-block-nps .btn-nps:nth-child(2522n){-webkit-animation-delay:252.8s;animation-delay:252.8s}.poke-block-nps .btn-nps:nth-child(2523n){-webkit-animation-delay:252.9s;animation-delay:252.9s}.poke-block-nps .btn-nps:nth-child(2524n){-webkit-animation-delay:253s;animation-delay:253s}.poke-block-nps .btn-nps:nth-child(2525n){-webkit-animation-delay:253.1s;animation-delay:253.1s}.poke-block-nps .btn-nps:nth-child(2526n){-webkit-animation-delay:253.2s;animation-delay:253.2s}.poke-block-nps .btn-nps:nth-child(2527n){-webkit-animation-delay:253.3s;animation-delay:253.3s}.poke-block-nps .btn-nps:nth-child(2528n){-webkit-animation-delay:253.4s;animation-delay:253.4s}.poke-block-nps .btn-nps:nth-child(2529n){-webkit-animation-delay:253.5s;animation-delay:253.5s}.poke-block-nps .btn-nps:nth-child(2530n){-webkit-animation-delay:253.6s;animation-delay:253.6s}.poke-block-nps .btn-nps:nth-child(2531n){-webkit-animation-delay:253.7s;animation-delay:253.7s}.poke-block-nps .btn-nps:nth-child(2532n){-webkit-animation-delay:253.8s;animation-delay:253.8s}.poke-block-nps .btn-nps:nth-child(2533n){-webkit-animation-delay:253.9s;animation-delay:253.9s}.poke-block-nps .btn-nps:nth-child(2534n){-webkit-animation-delay:254s;animation-delay:254s}.poke-block-nps .btn-nps:nth-child(2535n){-webkit-animation-delay:254.1s;animation-delay:254.1s}.poke-block-nps .btn-nps:nth-child(2536n){-webkit-animation-delay:254.2s;animation-delay:254.2s}.poke-block-nps .btn-nps:nth-child(2537n){-webkit-animation-delay:254.3s;animation-delay:254.3s}.poke-block-nps .btn-nps:nth-child(2538n){-webkit-animation-delay:254.4s;animation-delay:254.4s}.poke-block-nps .btn-nps:nth-child(2539n){-webkit-animation-delay:254.5s;animation-delay:254.5s}.poke-block-nps .btn-nps:nth-child(2540n){-webkit-animation-delay:254.6s;animation-delay:254.6s}.poke-block-nps .btn-nps:nth-child(2541n){-webkit-animation-delay:254.7s;animation-delay:254.7s}.poke-block-nps .btn-nps:nth-child(2542n){-webkit-animation-delay:254.8s;animation-delay:254.8s}.poke-block-nps .btn-nps:nth-child(2543n){-webkit-animation-delay:254.9s;animation-delay:254.9s}.poke-block-nps .btn-nps:nth-child(2544n){-webkit-animation-delay:255s;animation-delay:255s}.poke-block-nps .btn-nps:nth-child(2545n){-webkit-animation-delay:255.1s;animation-delay:255.1s}.poke-block-nps .btn-nps:nth-child(2546n){-webkit-animation-delay:255.2s;animation-delay:255.2s}.poke-block-nps .btn-nps:nth-child(2547n){-webkit-animation-delay:255.3s;animation-delay:255.3s}.poke-block-nps .btn-nps:nth-child(2548n){-webkit-animation-delay:255.4s;animation-delay:255.4s}.poke-block-nps .btn-nps:nth-child(2549n){-webkit-animation-delay:255.5s;animation-delay:255.5s}.poke-block-nps .btn-nps:nth-child(2550n){-webkit-animation-delay:255.6s;animation-delay:255.6s}.poke-block-nps .btn-nps:nth-child(2551n){-webkit-animation-delay:255.7s;animation-delay:255.7s}.poke-block-nps .btn-nps:nth-child(2552n){-webkit-animation-delay:255.8s;animation-delay:255.8s}.poke-block-nps .btn-nps:nth-child(2553n){-webkit-animation-delay:255.9s;animation-delay:255.9s}.poke-block-nps .btn-nps:nth-child(2554n){-webkit-animation-delay:256s;animation-delay:256s}.poke-block-nps .btn-nps:nth-child(2555n){-webkit-animation-delay:256.1s;animation-delay:256.1s}.poke-block-nps .btn-nps:nth-child(2556n){-webkit-animation-delay:256.2s;animation-delay:256.2s}.poke-block-nps .btn-nps:nth-child(2557n){-webkit-animation-delay:256.3s;animation-delay:256.3s}.poke-block-nps .btn-nps:nth-child(2558n){-webkit-animation-delay:256.4s;animation-delay:256.4s}.poke-block-nps .btn-nps:nth-child(2559n){-webkit-animation-delay:256.5s;animation-delay:256.5s}.poke-block-nps .btn-nps:nth-child(2560n){-webkit-animation-delay:256.6s;animation-delay:256.6s}.poke-block-nps .btn-nps:nth-child(2561n){-webkit-animation-delay:256.7s;animation-delay:256.7s}.poke-block-nps .btn-nps:nth-child(2562n){-webkit-animation-delay:256.8s;animation-delay:256.8s}.poke-block-nps .btn-nps:nth-child(2563n){-webkit-animation-delay:256.9s;animation-delay:256.9s}.poke-block-nps .btn-nps:nth-child(2564n){-webkit-animation-delay:257s;animation-delay:257s}.poke-block-nps .btn-nps:nth-child(2565n){-webkit-animation-delay:257.1s;animation-delay:257.1s}.poke-block-nps .btn-nps:nth-child(2566n){-webkit-animation-delay:257.2s;animation-delay:257.2s}.poke-block-nps .btn-nps:nth-child(2567n){-webkit-animation-delay:257.3s;animation-delay:257.3s}.poke-block-nps .btn-nps:nth-child(2568n){-webkit-animation-delay:257.4s;animation-delay:257.4s}.poke-block-nps .btn-nps:nth-child(2569n){-webkit-animation-delay:257.5s;animation-delay:257.5s}.poke-block-nps .btn-nps:nth-child(2570n){-webkit-animation-delay:257.6s;animation-delay:257.6s}.poke-block-nps .btn-nps:nth-child(2571n){-webkit-animation-delay:257.7s;animation-delay:257.7s}.poke-block-nps .btn-nps:nth-child(2572n){-webkit-animation-delay:257.8s;animation-delay:257.8s}.poke-block-nps .btn-nps:nth-child(2573n){-webkit-animation-delay:257.9s;animation-delay:257.9s}.poke-block-nps .btn-nps:nth-child(2574n){-webkit-animation-delay:258s;animation-delay:258s}.poke-block-nps .btn-nps:nth-child(2575n){-webkit-animation-delay:258.1s;animation-delay:258.1s}.poke-block-nps .btn-nps:nth-child(2576n){-webkit-animation-delay:258.2s;animation-delay:258.2s}.poke-block-nps .btn-nps:nth-child(2577n){-webkit-animation-delay:258.3s;animation-delay:258.3s}.poke-block-nps .btn-nps:nth-child(2578n){-webkit-animation-delay:258.4s;animation-delay:258.4s}.poke-block-nps .btn-nps:nth-child(2579n){-webkit-animation-delay:258.5s;animation-delay:258.5s}.poke-block-nps .btn-nps:nth-child(2580n){-webkit-animation-delay:258.6s;animation-delay:258.6s}.poke-block-nps .btn-nps:nth-child(2581n){-webkit-animation-delay:258.7s;animation-delay:258.7s}.poke-block-nps .btn-nps:nth-child(2582n){-webkit-animation-delay:258.8s;animation-delay:258.8s}.poke-block-nps .btn-nps:nth-child(2583n){-webkit-animation-delay:258.9s;animation-delay:258.9s}.poke-block-nps .btn-nps:nth-child(2584n){-webkit-animation-delay:259s;animation-delay:259s}.poke-block-nps .btn-nps:nth-child(2585n){-webkit-animation-delay:259.1s;animation-delay:259.1s}.poke-block-nps .btn-nps:nth-child(2586n){-webkit-animation-delay:259.2s;animation-delay:259.2s}.poke-block-nps .btn-nps:nth-child(2587n){-webkit-animation-delay:259.3s;animation-delay:259.3s}.poke-block-nps .btn-nps:nth-child(2588n){-webkit-animation-delay:259.4s;animation-delay:259.4s}.poke-block-nps .btn-nps:nth-child(2589n){-webkit-animation-delay:259.5s;animation-delay:259.5s}.poke-block-nps .btn-nps:nth-child(2590n){-webkit-animation-delay:259.6s;animation-delay:259.6s}.poke-block-nps .btn-nps:nth-child(2591n){-webkit-animation-delay:259.7s;animation-delay:259.7s}.poke-block-nps .btn-nps:nth-child(2592n){-webkit-animation-delay:259.8s;animation-delay:259.8s}.poke-block-nps .btn-nps:nth-child(2593n){-webkit-animation-delay:259.9s;animation-delay:259.9s}.poke-block-nps .btn-nps:nth-child(2594n){-webkit-animation-delay:260s;animation-delay:260s}.poke-block-nps .btn-nps:nth-child(2595n){-webkit-animation-delay:260.1s;animation-delay:260.1s}.poke-block-nps .btn-nps:nth-child(2596n){-webkit-animation-delay:260.2s;animation-delay:260.2s}.poke-block-nps .btn-nps:nth-child(2597n){-webkit-animation-delay:260.3s;animation-delay:260.3s}.poke-block-nps .btn-nps:nth-child(2598n){-webkit-animation-delay:260.4s;animation-delay:260.4s}.poke-block-nps .btn-nps:nth-child(2599n){-webkit-animation-delay:260.5s;animation-delay:260.5s}.poke-block-nps .btn-nps:nth-child(2600n){-webkit-animation-delay:260.6s;animation-delay:260.6s}.poke-block-nps .btn-nps:nth-child(2601n){-webkit-animation-delay:260.7s;animation-delay:260.7s}.poke-block-nps .btn-nps:nth-child(2602n){-webkit-animation-delay:260.8s;animation-delay:260.8s}.poke-block-nps .btn-nps:nth-child(2603n){-webkit-animation-delay:260.9s;animation-delay:260.9s}.poke-block-nps .btn-nps:nth-child(2604n){-webkit-animation-delay:261s;animation-delay:261s}.poke-block-nps .btn-nps:nth-child(2605n){-webkit-animation-delay:261.1s;animation-delay:261.1s}.poke-block-nps .btn-nps:nth-child(2606n){-webkit-animation-delay:261.2s;animation-delay:261.2s}.poke-block-nps .btn-nps:nth-child(2607n){-webkit-animation-delay:261.3s;animation-delay:261.3s}.poke-block-nps .btn-nps:nth-child(2608n){-webkit-animation-delay:261.4s;animation-delay:261.4s}.poke-block-nps .btn-nps:nth-child(2609n){-webkit-animation-delay:261.5s;animation-delay:261.5s}.poke-block-nps .btn-nps:nth-child(2610n){-webkit-animation-delay:261.6s;animation-delay:261.6s}.poke-block-nps .btn-nps:nth-child(2611n){-webkit-animation-delay:261.7s;animation-delay:261.7s}.poke-block-nps .btn-nps:nth-child(2612n){-webkit-animation-delay:261.8s;animation-delay:261.8s}.poke-block-nps .btn-nps:nth-child(2613n){-webkit-animation-delay:261.9s;animation-delay:261.9s}.poke-block-nps .btn-nps:nth-child(2614n){-webkit-animation-delay:262s;animation-delay:262s}.poke-block-nps .btn-nps:nth-child(2615n){-webkit-animation-delay:262.1s;animation-delay:262.1s}.poke-block-nps .btn-nps:nth-child(2616n){-webkit-animation-delay:262.2s;animation-delay:262.2s}.poke-block-nps .btn-nps:nth-child(2617n){-webkit-animation-delay:262.3s;animation-delay:262.3s}.poke-block-nps .btn-nps:nth-child(2618n){-webkit-animation-delay:262.4s;animation-delay:262.4s}.poke-block-nps .btn-nps:nth-child(2619n){-webkit-animation-delay:262.5s;animation-delay:262.5s}.poke-block-nps .btn-nps:nth-child(2620n){-webkit-animation-delay:262.6s;animation-delay:262.6s}.poke-block-nps .btn-nps:nth-child(2621n){-webkit-animation-delay:262.7s;animation-delay:262.7s}.poke-block-nps .btn-nps:nth-child(2622n){-webkit-animation-delay:262.8s;animation-delay:262.8s}.poke-block-nps .btn-nps:nth-child(2623n){-webkit-animation-delay:262.9s;animation-delay:262.9s}.poke-block-nps .btn-nps:nth-child(2624n){-webkit-animation-delay:263s;animation-delay:263s}.poke-block-nps .btn-nps:nth-child(2625n){-webkit-animation-delay:263.1s;animation-delay:263.1s}.poke-block-nps .btn-nps:nth-child(2626n){-webkit-animation-delay:263.2s;animation-delay:263.2s}.poke-block-nps .btn-nps:nth-child(2627n){-webkit-animation-delay:263.3s;animation-delay:263.3s}.poke-block-nps .btn-nps:nth-child(2628n){-webkit-animation-delay:263.4s;animation-delay:263.4s}.poke-block-nps .btn-nps:nth-child(2629n){-webkit-animation-delay:263.5s;animation-delay:263.5s}.poke-block-nps .btn-nps:nth-child(2630n){-webkit-animation-delay:263.6s;animation-delay:263.6s}.poke-block-nps .btn-nps:nth-child(2631n){-webkit-animation-delay:263.7s;animation-delay:263.7s}.poke-block-nps .btn-nps:nth-child(2632n){-webkit-animation-delay:263.8s;animation-delay:263.8s}.poke-block-nps .btn-nps:nth-child(2633n){-webkit-animation-delay:263.9s;animation-delay:263.9s}.poke-block-nps .btn-nps:nth-child(2634n){-webkit-animation-delay:264s;animation-delay:264s}.poke-block-nps .btn-nps:nth-child(2635n){-webkit-animation-delay:264.1s;animation-delay:264.1s}.poke-block-nps .btn-nps:nth-child(2636n){-webkit-animation-delay:264.2s;animation-delay:264.2s}.poke-block-nps .btn-nps:nth-child(2637n){-webkit-animation-delay:264.3s;animation-delay:264.3s}.poke-block-nps .btn-nps:nth-child(2638n){-webkit-animation-delay:264.4s;animation-delay:264.4s}.poke-block-nps .btn-nps:nth-child(2639n){-webkit-animation-delay:264.5s;animation-delay:264.5s}.poke-block-nps .btn-nps:nth-child(2640n){-webkit-animation-delay:264.6s;animation-delay:264.6s}.poke-block-nps .btn-nps:nth-child(2641n){-webkit-animation-delay:264.7s;animation-delay:264.7s}.poke-block-nps .btn-nps:nth-child(2642n){-webkit-animation-delay:264.8s;animation-delay:264.8s}.poke-block-nps .btn-nps:nth-child(2643n){-webkit-animation-delay:264.9s;animation-delay:264.9s}.poke-block-nps .btn-nps:nth-child(2644n){-webkit-animation-delay:265s;animation-delay:265s}.poke-block-nps .btn-nps:nth-child(2645n){-webkit-animation-delay:265.1s;animation-delay:265.1s}.poke-block-nps .btn-nps:nth-child(2646n){-webkit-animation-delay:265.2s;animation-delay:265.2s}.poke-block-nps .btn-nps:nth-child(2647n){-webkit-animation-delay:265.3s;animation-delay:265.3s}.poke-block-nps .btn-nps:nth-child(2648n){-webkit-animation-delay:265.4s;animation-delay:265.4s}.poke-block-nps .btn-nps:nth-child(2649n){-webkit-animation-delay:265.5s;animation-delay:265.5s}.poke-block-nps .btn-nps:nth-child(2650n){-webkit-animation-delay:265.6s;animation-delay:265.6s}.poke-block-nps .btn-nps:nth-child(2651n){-webkit-animation-delay:265.7s;animation-delay:265.7s}.poke-block-nps .btn-nps:nth-child(2652n){-webkit-animation-delay:265.8s;animation-delay:265.8s}.poke-block-nps .btn-nps:nth-child(2653n){-webkit-animation-delay:265.9s;animation-delay:265.9s}.poke-block-nps .btn-nps:nth-child(2654n){-webkit-animation-delay:266s;animation-delay:266s}.poke-block-nps .btn-nps:nth-child(2655n){-webkit-animation-delay:266.1s;animation-delay:266.1s}.poke-block-nps .btn-nps:nth-child(2656n){-webkit-animation-delay:266.2s;animation-delay:266.2s}.poke-block-nps .btn-nps:nth-child(2657n){-webkit-animation-delay:266.3s;animation-delay:266.3s}.poke-block-nps .btn-nps:nth-child(2658n){-webkit-animation-delay:266.4s;animation-delay:266.4s}.poke-block-nps .btn-nps:nth-child(2659n){-webkit-animation-delay:266.5s;animation-delay:266.5s}.poke-block-nps .btn-nps:nth-child(2660n){-webkit-animation-delay:266.6s;animation-delay:266.6s}.poke-block-nps .btn-nps:nth-child(2661n){-webkit-animation-delay:266.7s;animation-delay:266.7s}.poke-block-nps .btn-nps:nth-child(2662n){-webkit-animation-delay:266.8s;animation-delay:266.8s}.poke-block-nps .btn-nps:nth-child(2663n){-webkit-animation-delay:266.9s;animation-delay:266.9s}.poke-block-nps .btn-nps:nth-child(2664n){-webkit-animation-delay:267s;animation-delay:267s}.poke-block-nps .btn-nps:nth-child(2665n){-webkit-animation-delay:267.1s;animation-delay:267.1s}.poke-block-nps .btn-nps:nth-child(2666n){-webkit-animation-delay:267.2s;animation-delay:267.2s}.poke-block-nps .btn-nps:nth-child(2667n){-webkit-animation-delay:267.3s;animation-delay:267.3s}.poke-block-nps .btn-nps:nth-child(2668n){-webkit-animation-delay:267.4s;animation-delay:267.4s}.poke-block-nps .btn-nps:nth-child(2669n){-webkit-animation-delay:267.5s;animation-delay:267.5s}.poke-block-nps .btn-nps:nth-child(2670n){-webkit-animation-delay:267.6s;animation-delay:267.6s}.poke-block-nps .btn-nps:nth-child(2671n){-webkit-animation-delay:267.7s;animation-delay:267.7s}.poke-block-nps .btn-nps:nth-child(2672n){-webkit-animation-delay:267.8s;animation-delay:267.8s}.poke-block-nps .btn-nps:nth-child(2673n){-webkit-animation-delay:267.9s;animation-delay:267.9s}.poke-block-nps .btn-nps:nth-child(2674n){-webkit-animation-delay:268s;animation-delay:268s}.poke-block-nps .btn-nps:nth-child(2675n){-webkit-animation-delay:268.1s;animation-delay:268.1s}.poke-block-nps .btn-nps:nth-child(2676n){-webkit-animation-delay:268.2s;animation-delay:268.2s}.poke-block-nps .btn-nps:nth-child(2677n){-webkit-animation-delay:268.3s;animation-delay:268.3s}.poke-block-nps .btn-nps:nth-child(2678n){-webkit-animation-delay:268.4s;animation-delay:268.4s}.poke-block-nps .btn-nps:nth-child(2679n){-webkit-animation-delay:268.5s;animation-delay:268.5s}.poke-block-nps .btn-nps:nth-child(2680n){-webkit-animation-delay:268.6s;animation-delay:268.6s}.poke-block-nps .btn-nps:nth-child(2681n){-webkit-animation-delay:268.7s;animation-delay:268.7s}.poke-block-nps .btn-nps:nth-child(2682n){-webkit-animation-delay:268.8s;animation-delay:268.8s}.poke-block-nps .btn-nps:nth-child(2683n){-webkit-animation-delay:268.9s;animation-delay:268.9s}.poke-block-nps .btn-nps:nth-child(2684n){-webkit-animation-delay:269s;animation-delay:269s}.poke-block-nps .btn-nps:nth-child(2685n){-webkit-animation-delay:269.1s;animation-delay:269.1s}.poke-block-nps .btn-nps:nth-child(2686n){-webkit-animation-delay:269.2s;animation-delay:269.2s}.poke-block-nps .btn-nps:nth-child(2687n){-webkit-animation-delay:269.3s;animation-delay:269.3s}.poke-block-nps .btn-nps:nth-child(2688n){-webkit-animation-delay:269.4s;animation-delay:269.4s}.poke-block-nps .btn-nps:nth-child(2689n){-webkit-animation-delay:269.5s;animation-delay:269.5s}.poke-block-nps .btn-nps:nth-child(2690n){-webkit-animation-delay:269.6s;animation-delay:269.6s}.poke-block-nps .btn-nps:nth-child(2691n){-webkit-animation-delay:269.7s;animation-delay:269.7s}.poke-block-nps .btn-nps:nth-child(2692n){-webkit-animation-delay:269.8s;animation-delay:269.8s}.poke-block-nps .btn-nps:nth-child(2693n){-webkit-animation-delay:269.9s;animation-delay:269.9s}.poke-block-nps .btn-nps:nth-child(2694n){-webkit-animation-delay:270s;animation-delay:270s}.poke-block-nps .btn-nps:nth-child(2695n){-webkit-animation-delay:270.1s;animation-delay:270.1s}.poke-block-nps .btn-nps:nth-child(2696n){-webkit-animation-delay:270.2s;animation-delay:270.2s}.poke-block-nps .btn-nps:nth-child(2697n){-webkit-animation-delay:270.3s;animation-delay:270.3s}.poke-block-nps .btn-nps:nth-child(2698n){-webkit-animation-delay:270.4s;animation-delay:270.4s}.poke-block-nps .btn-nps:nth-child(2699n){-webkit-animation-delay:270.5s;animation-delay:270.5s}.poke-block-nps .btn-nps:nth-child(2700n){-webkit-animation-delay:270.6s;animation-delay:270.6s}.poke-block-nps .btn-nps:nth-child(2701n){-webkit-animation-delay:270.7s;animation-delay:270.7s}.poke-block-nps .btn-nps:nth-child(2702n){-webkit-animation-delay:270.8s;animation-delay:270.8s}.poke-block-nps .btn-nps:nth-child(2703n){-webkit-animation-delay:270.9s;animation-delay:270.9s}.poke-block-nps .btn-nps:nth-child(2704n){-webkit-animation-delay:271s;animation-delay:271s}.poke-block-nps .btn-nps:nth-child(2705n){-webkit-animation-delay:271.1s;animation-delay:271.1s}.poke-block-nps .btn-nps:nth-child(2706n){-webkit-animation-delay:271.2s;animation-delay:271.2s}.poke-block-nps .btn-nps:nth-child(2707n){-webkit-animation-delay:271.3s;animation-delay:271.3s}.poke-block-nps .btn-nps:nth-child(2708n){-webkit-animation-delay:271.4s;animation-delay:271.4s}.poke-block-nps .btn-nps:nth-child(2709n){-webkit-animation-delay:271.5s;animation-delay:271.5s}.poke-block-nps .btn-nps:nth-child(2710n){-webkit-animation-delay:271.6s;animation-delay:271.6s}.poke-block-nps .btn-nps:nth-child(2711n){-webkit-animation-delay:271.7s;animation-delay:271.7s}.poke-block-nps .btn-nps:nth-child(2712n){-webkit-animation-delay:271.8s;animation-delay:271.8s}.poke-block-nps .btn-nps:nth-child(2713n){-webkit-animation-delay:271.9s;animation-delay:271.9s}.poke-block-nps .btn-nps:nth-child(2714n){-webkit-animation-delay:272s;animation-delay:272s}.poke-block-nps .btn-nps:nth-child(2715n){-webkit-animation-delay:272.1s;animation-delay:272.1s}.poke-block-nps .btn-nps:nth-child(2716n){-webkit-animation-delay:272.2s;animation-delay:272.2s}.poke-block-nps .btn-nps:nth-child(2717n){-webkit-animation-delay:272.3s;animation-delay:272.3s}.poke-block-nps .btn-nps:nth-child(2718n){-webkit-animation-delay:272.4s;animation-delay:272.4s}.poke-block-nps .btn-nps:nth-child(2719n){-webkit-animation-delay:272.5s;animation-delay:272.5s}.poke-block-nps .btn-nps:nth-child(2720n){-webkit-animation-delay:272.6s;animation-delay:272.6s}.poke-block-nps .btn-nps:nth-child(2721n){-webkit-animation-delay:272.7s;animation-delay:272.7s}.poke-block-nps .btn-nps:nth-child(2722n){-webkit-animation-delay:272.8s;animation-delay:272.8s}.poke-block-nps .btn-nps:nth-child(2723n){-webkit-animation-delay:272.9s;animation-delay:272.9s}.poke-block-nps .btn-nps:nth-child(2724n){-webkit-animation-delay:273s;animation-delay:273s}.poke-block-nps .btn-nps:nth-child(2725n){-webkit-animation-delay:273.1s;animation-delay:273.1s}.poke-block-nps .btn-nps:nth-child(2726n){-webkit-animation-delay:273.2s;animation-delay:273.2s}.poke-block-nps .btn-nps:nth-child(2727n){-webkit-animation-delay:273.3s;animation-delay:273.3s}.poke-block-nps .btn-nps:nth-child(2728n){-webkit-animation-delay:273.4s;animation-delay:273.4s}.poke-block-nps .btn-nps:nth-child(2729n){-webkit-animation-delay:273.5s;animation-delay:273.5s}.poke-block-nps .btn-nps:nth-child(2730n){-webkit-animation-delay:273.6s;animation-delay:273.6s}.poke-block-nps .btn-nps:nth-child(2731n){-webkit-animation-delay:273.7s;animation-delay:273.7s}.poke-block-nps .btn-nps:nth-child(2732n){-webkit-animation-delay:273.8s;animation-delay:273.8s}.poke-block-nps .btn-nps:nth-child(2733n){-webkit-animation-delay:273.9s;animation-delay:273.9s}.poke-block-nps .btn-nps:nth-child(2734n){-webkit-animation-delay:274s;animation-delay:274s}.poke-block-nps .btn-nps:nth-child(2735n){-webkit-animation-delay:274.1s;animation-delay:274.1s}.poke-block-nps .btn-nps:nth-child(2736n){-webkit-animation-delay:274.2s;animation-delay:274.2s}.poke-block-nps .btn-nps:nth-child(2737n){-webkit-animation-delay:274.3s;animation-delay:274.3s}.poke-block-nps .btn-nps:nth-child(2738n){-webkit-animation-delay:274.4s;animation-delay:274.4s}.poke-block-nps .btn-nps:nth-child(2739n){-webkit-animation-delay:274.5s;animation-delay:274.5s}.poke-block-nps .btn-nps:nth-child(2740n){-webkit-animation-delay:274.6s;animation-delay:274.6s}.poke-block-nps .btn-nps:nth-child(2741n){-webkit-animation-delay:274.7s;animation-delay:274.7s}.poke-block-nps .btn-nps:nth-child(2742n){-webkit-animation-delay:274.8s;animation-delay:274.8s}.poke-block-nps .btn-nps:nth-child(2743n){-webkit-animation-delay:274.9s;animation-delay:274.9s}.poke-block-nps .btn-nps:nth-child(2744n){-webkit-animation-delay:275s;animation-delay:275s}.poke-block-nps .btn-nps:nth-child(2745n){-webkit-animation-delay:275.1s;animation-delay:275.1s}.poke-block-nps .btn-nps:nth-child(2746n){-webkit-animation-delay:275.2s;animation-delay:275.2s}.poke-block-nps .btn-nps:nth-child(2747n){-webkit-animation-delay:275.3s;animation-delay:275.3s}.poke-block-nps .btn-nps:nth-child(2748n){-webkit-animation-delay:275.4s;animation-delay:275.4s}.poke-block-nps .btn-nps:nth-child(2749n){-webkit-animation-delay:275.5s;animation-delay:275.5s}.poke-block-nps .btn-nps:nth-child(2750n){-webkit-animation-delay:275.6s;animation-delay:275.6s}.poke-block-nps .btn-nps:nth-child(2751n){-webkit-animation-delay:275.7s;animation-delay:275.7s}.poke-block-nps .btn-nps:nth-child(2752n){-webkit-animation-delay:275.8s;animation-delay:275.8s}.poke-block-nps .btn-nps:nth-child(2753n){-webkit-animation-delay:275.9s;animation-delay:275.9s}.poke-block-nps .btn-nps:nth-child(2754n){-webkit-animation-delay:276s;animation-delay:276s}.poke-block-nps .btn-nps:nth-child(2755n){-webkit-animation-delay:276.1s;animation-delay:276.1s}.poke-block-nps .btn-nps:nth-child(2756n){-webkit-animation-delay:276.2s;animation-delay:276.2s}.poke-block-nps .btn-nps:nth-child(2757n){-webkit-animation-delay:276.3s;animation-delay:276.3s}.poke-block-nps .btn-nps:nth-child(2758n){-webkit-animation-delay:276.4s;animation-delay:276.4s}.poke-block-nps .btn-nps:nth-child(2759n){-webkit-animation-delay:276.5s;animation-delay:276.5s}.poke-block-nps .btn-nps:nth-child(2760n){-webkit-animation-delay:276.6s;animation-delay:276.6s}.poke-block-nps .btn-nps:nth-child(2761n){-webkit-animation-delay:276.7s;animation-delay:276.7s}.poke-block-nps .btn-nps:nth-child(2762n){-webkit-animation-delay:276.8s;animation-delay:276.8s}.poke-block-nps .btn-nps:nth-child(2763n){-webkit-animation-delay:276.9s;animation-delay:276.9s}.poke-block-nps .btn-nps:nth-child(2764n){-webkit-animation-delay:277s;animation-delay:277s}.poke-block-nps .btn-nps:nth-child(2765n){-webkit-animation-delay:277.1s;animation-delay:277.1s}.poke-block-nps .btn-nps:nth-child(2766n){-webkit-animation-delay:277.2s;animation-delay:277.2s}.poke-block-nps .btn-nps:nth-child(2767n){-webkit-animation-delay:277.3s;animation-delay:277.3s}.poke-block-nps .btn-nps:nth-child(2768n){-webkit-animation-delay:277.4s;animation-delay:277.4s}.poke-block-nps .btn-nps:nth-child(2769n){-webkit-animation-delay:277.5s;animation-delay:277.5s}.poke-block-nps .btn-nps:nth-child(2770n){-webkit-animation-delay:277.6s;animation-delay:277.6s}.poke-block-nps .btn-nps:nth-child(2771n){-webkit-animation-delay:277.7s;animation-delay:277.7s}.poke-block-nps .btn-nps:nth-child(2772n){-webkit-animation-delay:277.8s;animation-delay:277.8s}.poke-block-nps .btn-nps:nth-child(2773n){-webkit-animation-delay:277.9s;animation-delay:277.9s}.poke-block-nps .btn-nps:nth-child(2774n){-webkit-animation-delay:278s;animation-delay:278s}.poke-block-nps .btn-nps:nth-child(2775n){-webkit-animation-delay:278.1s;animation-delay:278.1s}.poke-block-nps .btn-nps:nth-child(2776n){-webkit-animation-delay:278.2s;animation-delay:278.2s}.poke-block-nps .btn-nps:nth-child(2777n){-webkit-animation-delay:278.3s;animation-delay:278.3s}.poke-block-nps .btn-nps:nth-child(2778n){-webkit-animation-delay:278.4s;animation-delay:278.4s}.poke-block-nps .btn-nps:nth-child(2779n){-webkit-animation-delay:278.5s;animation-delay:278.5s}.poke-block-nps .btn-nps:nth-child(2780n){-webkit-animation-delay:278.6s;animation-delay:278.6s}.poke-block-nps .btn-nps:nth-child(2781n){-webkit-animation-delay:278.7s;animation-delay:278.7s}.poke-block-nps .btn-nps:nth-child(2782n){-webkit-animation-delay:278.8s;animation-delay:278.8s}.poke-block-nps .btn-nps:nth-child(2783n){-webkit-animation-delay:278.9s;animation-delay:278.9s}.poke-block-nps .btn-nps:nth-child(2784n){-webkit-animation-delay:279s;animation-delay:279s}.poke-block-nps .btn-nps:nth-child(2785n){-webkit-animation-delay:279.1s;animation-delay:279.1s}.poke-block-nps .btn-nps:nth-child(2786n){-webkit-animation-delay:279.2s;animation-delay:279.2s}.poke-block-nps .btn-nps:nth-child(2787n){-webkit-animation-delay:279.3s;animation-delay:279.3s}.poke-block-nps .btn-nps:nth-child(2788n){-webkit-animation-delay:279.4s;animation-delay:279.4s}.poke-block-nps .btn-nps:nth-child(2789n){-webkit-animation-delay:279.5s;animation-delay:279.5s}.poke-block-nps .btn-nps:nth-child(2790n){-webkit-animation-delay:279.6s;animation-delay:279.6s}.poke-block-nps .btn-nps:nth-child(2791n){-webkit-animation-delay:279.7s;animation-delay:279.7s}.poke-block-nps .btn-nps:nth-child(2792n){-webkit-animation-delay:279.8s;animation-delay:279.8s}.poke-block-nps .btn-nps:nth-child(2793n){-webkit-animation-delay:279.9s;animation-delay:279.9s}.poke-block-nps .btn-nps:nth-child(2794n){-webkit-animation-delay:280s;animation-delay:280s}.poke-block-nps .btn-nps:nth-child(2795n){-webkit-animation-delay:280.1s;animation-delay:280.1s}.poke-block-nps .btn-nps:nth-child(2796n){-webkit-animation-delay:280.2s;animation-delay:280.2s}.poke-block-nps .btn-nps:nth-child(2797n){-webkit-animation-delay:280.3s;animation-delay:280.3s}.poke-block-nps .btn-nps:nth-child(2798n){-webkit-animation-delay:280.4s;animation-delay:280.4s}.poke-block-nps .btn-nps:nth-child(2799n){-webkit-animation-delay:280.5s;animation-delay:280.5s}.poke-block-nps .btn-nps:nth-child(2800n){-webkit-animation-delay:280.6s;animation-delay:280.6s}.poke-block-nps .btn-nps:nth-child(2801n){-webkit-animation-delay:280.7s;animation-delay:280.7s}.poke-block-nps .btn-nps:nth-child(2802n){-webkit-animation-delay:280.8s;animation-delay:280.8s}.poke-block-nps .btn-nps:nth-child(2803n){-webkit-animation-delay:280.9s;animation-delay:280.9s}.poke-block-nps .btn-nps:nth-child(2804n){-webkit-animation-delay:281s;animation-delay:281s}.poke-block-nps .btn-nps:nth-child(2805n){-webkit-animation-delay:281.1s;animation-delay:281.1s}.poke-block-nps .btn-nps:nth-child(2806n){-webkit-animation-delay:281.2s;animation-delay:281.2s}.poke-block-nps .btn-nps:nth-child(2807n){-webkit-animation-delay:281.3s;animation-delay:281.3s}.poke-block-nps .btn-nps:nth-child(2808n){-webkit-animation-delay:281.4s;animation-delay:281.4s}.poke-block-nps .btn-nps:nth-child(2809n){-webkit-animation-delay:281.5s;animation-delay:281.5s}.poke-block-nps .btn-nps:nth-child(2810n){-webkit-animation-delay:281.6s;animation-delay:281.6s}.poke-block-nps .btn-nps:nth-child(2811n){-webkit-animation-delay:281.7s;animation-delay:281.7s}.poke-block-nps .btn-nps:nth-child(2812n){-webkit-animation-delay:281.8s;animation-delay:281.8s}.poke-block-nps .btn-nps:nth-child(2813n){-webkit-animation-delay:281.9s;animation-delay:281.9s}.poke-block-nps .btn-nps:nth-child(2814n){-webkit-animation-delay:282s;animation-delay:282s}.poke-block-nps .btn-nps:nth-child(2815n){-webkit-animation-delay:282.1s;animation-delay:282.1s}.poke-block-nps .btn-nps:nth-child(2816n){-webkit-animation-delay:282.2s;animation-delay:282.2s}.poke-block-nps .btn-nps:nth-child(2817n){-webkit-animation-delay:282.3s;animation-delay:282.3s}.poke-block-nps .btn-nps:nth-child(2818n){-webkit-animation-delay:282.4s;animation-delay:282.4s}.poke-block-nps .btn-nps:nth-child(2819n){-webkit-animation-delay:282.5s;animation-delay:282.5s}.poke-block-nps .btn-nps:nth-child(2820n){-webkit-animation-delay:282.6s;animation-delay:282.6s}.poke-block-nps .btn-nps:nth-child(2821n){-webkit-animation-delay:282.7s;animation-delay:282.7s}.poke-block-nps .btn-nps:nth-child(2822n){-webkit-animation-delay:282.8s;animation-delay:282.8s}.poke-block-nps .btn-nps:nth-child(2823n){-webkit-animation-delay:282.9s;animation-delay:282.9s}.poke-block-nps .btn-nps:nth-child(2824n){-webkit-animation-delay:283s;animation-delay:283s}.poke-block-nps .btn-nps:nth-child(2825n){-webkit-animation-delay:283.1s;animation-delay:283.1s}.poke-block-nps .btn-nps:nth-child(2826n){-webkit-animation-delay:283.2s;animation-delay:283.2s}.poke-block-nps .btn-nps:nth-child(2827n){-webkit-animation-delay:283.3s;animation-delay:283.3s}.poke-block-nps .btn-nps:nth-child(2828n){-webkit-animation-delay:283.4s;animation-delay:283.4s}.poke-block-nps .btn-nps:nth-child(2829n){-webkit-animation-delay:283.5s;animation-delay:283.5s}.poke-block-nps .btn-nps:nth-child(2830n){-webkit-animation-delay:283.6s;animation-delay:283.6s}.poke-block-nps .btn-nps:nth-child(2831n){-webkit-animation-delay:283.7s;animation-delay:283.7s}.poke-block-nps .btn-nps:nth-child(2832n){-webkit-animation-delay:283.8s;animation-delay:283.8s}.poke-block-nps .btn-nps:nth-child(2833n){-webkit-animation-delay:283.9s;animation-delay:283.9s}.poke-block-nps .btn-nps:nth-child(2834n){-webkit-animation-delay:284s;animation-delay:284s}.poke-block-nps .btn-nps:nth-child(2835n){-webkit-animation-delay:284.1s;animation-delay:284.1s}.poke-block-nps .btn-nps:nth-child(2836n){-webkit-animation-delay:284.2s;animation-delay:284.2s}.poke-block-nps .btn-nps:nth-child(2837n){-webkit-animation-delay:284.3s;animation-delay:284.3s}.poke-block-nps .btn-nps:nth-child(2838n){-webkit-animation-delay:284.4s;animation-delay:284.4s}.poke-block-nps .btn-nps:nth-child(2839n){-webkit-animation-delay:284.5s;animation-delay:284.5s}.poke-block-nps .btn-nps:nth-child(2840n){-webkit-animation-delay:284.6s;animation-delay:284.6s}.poke-block-nps .btn-nps:nth-child(2841n){-webkit-animation-delay:284.7s;animation-delay:284.7s}.poke-block-nps .btn-nps:nth-child(2842n){-webkit-animation-delay:284.8s;animation-delay:284.8s}.poke-block-nps .btn-nps:nth-child(2843n){-webkit-animation-delay:284.9s;animation-delay:284.9s}.poke-block-nps .btn-nps:nth-child(2844n){-webkit-animation-delay:285s;animation-delay:285s}.poke-block-nps .btn-nps:nth-child(2845n){-webkit-animation-delay:285.1s;animation-delay:285.1s}.poke-block-nps .btn-nps:nth-child(2846n){-webkit-animation-delay:285.2s;animation-delay:285.2s}.poke-block-nps .btn-nps:nth-child(2847n){-webkit-animation-delay:285.3s;animation-delay:285.3s}.poke-block-nps .btn-nps:nth-child(2848n){-webkit-animation-delay:285.4s;animation-delay:285.4s}.poke-block-nps .btn-nps:nth-child(2849n){-webkit-animation-delay:285.5s;animation-delay:285.5s}.poke-block-nps .btn-nps:nth-child(2850n){-webkit-animation-delay:285.6s;animation-delay:285.6s}.poke-block-nps .btn-nps:nth-child(2851n){-webkit-animation-delay:285.7s;animation-delay:285.7s}.poke-block-nps .btn-nps:nth-child(2852n){-webkit-animation-delay:285.8s;animation-delay:285.8s}.poke-block-nps .btn-nps:nth-child(2853n){-webkit-animation-delay:285.9s;animation-delay:285.9s}.poke-block-nps .btn-nps:nth-child(2854n){-webkit-animation-delay:286s;animation-delay:286s}.poke-block-nps .btn-nps:nth-child(2855n){-webkit-animation-delay:286.1s;animation-delay:286.1s}.poke-block-nps .btn-nps:nth-child(2856n){-webkit-animation-delay:286.2s;animation-delay:286.2s}.poke-block-nps .btn-nps:nth-child(2857n){-webkit-animation-delay:286.3s;animation-delay:286.3s}.poke-block-nps .btn-nps:nth-child(2858n){-webkit-animation-delay:286.4s;animation-delay:286.4s}.poke-block-nps .btn-nps:nth-child(2859n){-webkit-animation-delay:286.5s;animation-delay:286.5s}.poke-block-nps .btn-nps:nth-child(2860n){-webkit-animation-delay:286.6s;animation-delay:286.6s}.poke-block-nps .btn-nps:nth-child(2861n){-webkit-animation-delay:286.7s;animation-delay:286.7s}.poke-block-nps .btn-nps:nth-child(2862n){-webkit-animation-delay:286.8s;animation-delay:286.8s}.poke-block-nps .btn-nps:nth-child(2863n){-webkit-animation-delay:286.9s;animation-delay:286.9s}.poke-block-nps .btn-nps:nth-child(2864n){-webkit-animation-delay:287s;animation-delay:287s}.poke-block-nps .btn-nps:nth-child(2865n){-webkit-animation-delay:287.1s;animation-delay:287.1s}.poke-block-nps .btn-nps:nth-child(2866n){-webkit-animation-delay:287.2s;animation-delay:287.2s}.poke-block-nps .btn-nps:nth-child(2867n){-webkit-animation-delay:287.3s;animation-delay:287.3s}.poke-block-nps .btn-nps:nth-child(2868n){-webkit-animation-delay:287.4s;animation-delay:287.4s}.poke-block-nps .btn-nps:nth-child(2869n){-webkit-animation-delay:287.5s;animation-delay:287.5s}.poke-block-nps .btn-nps:nth-child(2870n){-webkit-animation-delay:287.6s;animation-delay:287.6s}.poke-block-nps .btn-nps:nth-child(2871n){-webkit-animation-delay:287.7s;animation-delay:287.7s}.poke-block-nps .btn-nps:nth-child(2872n){-webkit-animation-delay:287.8s;animation-delay:287.8s}.poke-block-nps .btn-nps:nth-child(2873n){-webkit-animation-delay:287.9s;animation-delay:287.9s}.poke-block-nps .btn-nps:nth-child(2874n){-webkit-animation-delay:288s;animation-delay:288s}.poke-block-nps .btn-nps:nth-child(2875n){-webkit-animation-delay:288.1s;animation-delay:288.1s}.poke-block-nps .btn-nps:nth-child(2876n){-webkit-animation-delay:288.2s;animation-delay:288.2s}.poke-block-nps .btn-nps:nth-child(2877n){-webkit-animation-delay:288.3s;animation-delay:288.3s}.poke-block-nps .btn-nps:nth-child(2878n){-webkit-animation-delay:288.4s;animation-delay:288.4s}.poke-block-nps .btn-nps:nth-child(2879n){-webkit-animation-delay:288.5s;animation-delay:288.5s}.poke-block-nps .btn-nps:nth-child(2880n){-webkit-animation-delay:288.6s;animation-delay:288.6s}.poke-block-nps .btn-nps:nth-child(2881n){-webkit-animation-delay:288.7s;animation-delay:288.7s}.poke-block-nps .btn-nps:nth-child(2882n){-webkit-animation-delay:288.8s;animation-delay:288.8s}.poke-block-nps .btn-nps:nth-child(2883n){-webkit-animation-delay:288.9s;animation-delay:288.9s}.poke-block-nps .btn-nps:nth-child(2884n){-webkit-animation-delay:289s;animation-delay:289s}.poke-block-nps .btn-nps:nth-child(2885n){-webkit-animation-delay:289.1s;animation-delay:289.1s}.poke-block-nps .btn-nps:nth-child(2886n){-webkit-animation-delay:289.2s;animation-delay:289.2s}.poke-block-nps .btn-nps:nth-child(2887n){-webkit-animation-delay:289.3s;animation-delay:289.3s}.poke-block-nps .btn-nps:nth-child(2888n){-webkit-animation-delay:289.4s;animation-delay:289.4s}.poke-block-nps .btn-nps:nth-child(2889n){-webkit-animation-delay:289.5s;animation-delay:289.5s}.poke-block-nps .btn-nps:nth-child(2890n){-webkit-animation-delay:289.6s;animation-delay:289.6s}.poke-block-nps .btn-nps:nth-child(2891n){-webkit-animation-delay:289.7s;animation-delay:289.7s}.poke-block-nps .btn-nps:nth-child(2892n){-webkit-animation-delay:289.8s;animation-delay:289.8s}.poke-block-nps .btn-nps:nth-child(2893n){-webkit-animation-delay:289.9s;animation-delay:289.9s}.poke-block-nps .btn-nps:nth-child(2894n){-webkit-animation-delay:290s;animation-delay:290s}.poke-block-nps .btn-nps:nth-child(2895n){-webkit-animation-delay:290.1s;animation-delay:290.1s}.poke-block-nps .btn-nps:nth-child(2896n){-webkit-animation-delay:290.2s;animation-delay:290.2s}.poke-block-nps .btn-nps:nth-child(2897n){-webkit-animation-delay:290.3s;animation-delay:290.3s}.poke-block-nps .btn-nps:nth-child(2898n){-webkit-animation-delay:290.4s;animation-delay:290.4s}.poke-block-nps .btn-nps:nth-child(2899n){-webkit-animation-delay:290.5s;animation-delay:290.5s}.poke-block-nps .btn-nps:nth-child(2900n){-webkit-animation-delay:290.6s;animation-delay:290.6s}.poke-block-nps .btn-nps:nth-child(2901n){-webkit-animation-delay:290.7s;animation-delay:290.7s}.poke-block-nps .btn-nps:nth-child(2902n){-webkit-animation-delay:290.8s;animation-delay:290.8s}.poke-block-nps .btn-nps:nth-child(2903n){-webkit-animation-delay:290.9s;animation-delay:290.9s}.poke-block-nps .btn-nps:nth-child(2904n){-webkit-animation-delay:291s;animation-delay:291s}.poke-block-nps .btn-nps:nth-child(2905n){-webkit-animation-delay:291.1s;animation-delay:291.1s}.poke-block-nps .btn-nps:nth-child(2906n){-webkit-animation-delay:291.2s;animation-delay:291.2s}.poke-block-nps .btn-nps:nth-child(2907n){-webkit-animation-delay:291.3s;animation-delay:291.3s}.poke-block-nps .btn-nps:nth-child(2908n){-webkit-animation-delay:291.4s;animation-delay:291.4s}.poke-block-nps .btn-nps:nth-child(2909n){-webkit-animation-delay:291.5s;animation-delay:291.5s}.poke-block-nps .btn-nps:nth-child(2910n){-webkit-animation-delay:291.6s;animation-delay:291.6s}.poke-block-nps .btn-nps:nth-child(2911n){-webkit-animation-delay:291.7s;animation-delay:291.7s}.poke-block-nps .btn-nps:nth-child(2912n){-webkit-animation-delay:291.8s;animation-delay:291.8s}.poke-block-nps .btn-nps:nth-child(2913n){-webkit-animation-delay:291.9s;animation-delay:291.9s}.poke-block-nps .btn-nps:nth-child(2914n){-webkit-animation-delay:292s;animation-delay:292s}.poke-block-nps .btn-nps:nth-child(2915n){-webkit-animation-delay:292.1s;animation-delay:292.1s}.poke-block-nps .btn-nps:nth-child(2916n){-webkit-animation-delay:292.2s;animation-delay:292.2s}.poke-block-nps .btn-nps:nth-child(2917n){-webkit-animation-delay:292.3s;animation-delay:292.3s}.poke-block-nps .btn-nps:nth-child(2918n){-webkit-animation-delay:292.4s;animation-delay:292.4s}.poke-block-nps .btn-nps:nth-child(2919n){-webkit-animation-delay:292.5s;animation-delay:292.5s}.poke-block-nps .btn-nps:nth-child(2920n){-webkit-animation-delay:292.6s;animation-delay:292.6s}.poke-block-nps .btn-nps:nth-child(2921n){-webkit-animation-delay:292.7s;animation-delay:292.7s}.poke-block-nps .btn-nps:nth-child(2922n){-webkit-animation-delay:292.8s;animation-delay:292.8s}.poke-block-nps .btn-nps:nth-child(2923n){-webkit-animation-delay:292.9s;animation-delay:292.9s}.poke-block-nps .btn-nps:nth-child(2924n){-webkit-animation-delay:293s;animation-delay:293s}.poke-block-nps .btn-nps:nth-child(2925n){-webkit-animation-delay:293.1s;animation-delay:293.1s}.poke-block-nps .btn-nps:nth-child(2926n){-webkit-animation-delay:293.2s;animation-delay:293.2s}.poke-block-nps .btn-nps:nth-child(2927n){-webkit-animation-delay:293.3s;animation-delay:293.3s}.poke-block-nps .btn-nps:nth-child(2928n){-webkit-animation-delay:293.4s;animation-delay:293.4s}.poke-block-nps .btn-nps:nth-child(2929n){-webkit-animation-delay:293.5s;animation-delay:293.5s}.poke-block-nps .btn-nps:nth-child(2930n){-webkit-animation-delay:293.6s;animation-delay:293.6s}.poke-block-nps .btn-nps:nth-child(2931n){-webkit-animation-delay:293.7s;animation-delay:293.7s}.poke-block-nps .btn-nps:nth-child(2932n){-webkit-animation-delay:293.8s;animation-delay:293.8s}.poke-block-nps .btn-nps:nth-child(2933n){-webkit-animation-delay:293.9s;animation-delay:293.9s}.poke-block-nps .btn-nps:nth-child(2934n){-webkit-animation-delay:294s;animation-delay:294s}.poke-block-nps .btn-nps:nth-child(2935n){-webkit-animation-delay:294.1s;animation-delay:294.1s}.poke-block-nps .btn-nps:nth-child(2936n){-webkit-animation-delay:294.2s;animation-delay:294.2s}.poke-block-nps .btn-nps:nth-child(2937n){-webkit-animation-delay:294.3s;animation-delay:294.3s}.poke-block-nps .btn-nps:nth-child(2938n){-webkit-animation-delay:294.4s;animation-delay:294.4s}.poke-block-nps .btn-nps:nth-child(2939n){-webkit-animation-delay:294.5s;animation-delay:294.5s}.poke-block-nps .btn-nps:nth-child(2940n){-webkit-animation-delay:294.6s;animation-delay:294.6s}.poke-block-nps .btn-nps:nth-child(2941n){-webkit-animation-delay:294.7s;animation-delay:294.7s}.poke-block-nps .btn-nps:nth-child(2942n){-webkit-animation-delay:294.8s;animation-delay:294.8s}.poke-block-nps .btn-nps:nth-child(2943n){-webkit-animation-delay:294.9s;animation-delay:294.9s}.poke-block-nps .btn-nps:nth-child(2944n){-webkit-animation-delay:295s;animation-delay:295s}.poke-block-nps .btn-nps:nth-child(2945n){-webkit-animation-delay:295.1s;animation-delay:295.1s}.poke-block-nps .btn-nps:nth-child(2946n){-webkit-animation-delay:295.2s;animation-delay:295.2s}.poke-block-nps .btn-nps:nth-child(2947n){-webkit-animation-delay:295.3s;animation-delay:295.3s}.poke-block-nps .btn-nps:nth-child(2948n){-webkit-animation-delay:295.4s;animation-delay:295.4s}.poke-block-nps .btn-nps:nth-child(2949n){-webkit-animation-delay:295.5s;animation-delay:295.5s}.poke-block-nps .btn-nps:nth-child(2950n){-webkit-animation-delay:295.6s;animation-delay:295.6s}.poke-block-nps .btn-nps:nth-child(2951n){-webkit-animation-delay:295.7s;animation-delay:295.7s}.poke-block-nps .btn-nps:nth-child(2952n){-webkit-animation-delay:295.8s;animation-delay:295.8s}.poke-block-nps .btn-nps:nth-child(2953n){-webkit-animation-delay:295.9s;animation-delay:295.9s}.poke-block-nps .btn-nps:nth-child(2954n){-webkit-animation-delay:296s;animation-delay:296s}.poke-block-nps .btn-nps:nth-child(2955n){-webkit-animation-delay:296.1s;animation-delay:296.1s}.poke-block-nps .btn-nps:nth-child(2956n){-webkit-animation-delay:296.2s;animation-delay:296.2s}.poke-block-nps .btn-nps:nth-child(2957n){-webkit-animation-delay:296.3s;animation-delay:296.3s}.poke-block-nps .btn-nps:nth-child(2958n){-webkit-animation-delay:296.4s;animation-delay:296.4s}.poke-block-nps .btn-nps:nth-child(2959n){-webkit-animation-delay:296.5s;animation-delay:296.5s}.poke-block-nps .btn-nps:nth-child(2960n){-webkit-animation-delay:296.6s;animation-delay:296.6s}.poke-block-nps .btn-nps:nth-child(2961n){-webkit-animation-delay:296.7s;animation-delay:296.7s}.poke-block-nps .btn-nps:nth-child(2962n){-webkit-animation-delay:296.8s;animation-delay:296.8s}.poke-block-nps .btn-nps:nth-child(2963n){-webkit-animation-delay:296.9s;animation-delay:296.9s}.poke-block-nps .btn-nps:nth-child(2964n){-webkit-animation-delay:297s;animation-delay:297s}.poke-block-nps .btn-nps:nth-child(2965n){-webkit-animation-delay:297.1s;animation-delay:297.1s}.poke-block-nps .btn-nps:nth-child(2966n){-webkit-animation-delay:297.2s;animation-delay:297.2s}.poke-block-nps .btn-nps:nth-child(2967n){-webkit-animation-delay:297.3s;animation-delay:297.3s}.poke-block-nps .btn-nps:nth-child(2968n){-webkit-animation-delay:297.4s;animation-delay:297.4s}.poke-block-nps .btn-nps:nth-child(2969n){-webkit-animation-delay:297.5s;animation-delay:297.5s}.poke-block-nps .btn-nps:nth-child(2970n){-webkit-animation-delay:297.6s;animation-delay:297.6s}.poke-block-nps .btn-nps:nth-child(2971n){-webkit-animation-delay:297.7s;animation-delay:297.7s}.poke-block-nps .btn-nps:nth-child(2972n){-webkit-animation-delay:297.8s;animation-delay:297.8s}.poke-block-nps .btn-nps:nth-child(2973n){-webkit-animation-delay:297.9s;animation-delay:297.9s}.poke-block-nps .btn-nps:nth-child(2974n){-webkit-animation-delay:298s;animation-delay:298s}.poke-block-nps .btn-nps:nth-child(2975n){-webkit-animation-delay:298.1s;animation-delay:298.1s}.poke-block-nps .btn-nps:nth-child(2976n){-webkit-animation-delay:298.2s;animation-delay:298.2s}.poke-block-nps .btn-nps:nth-child(2977n){-webkit-animation-delay:298.3s;animation-delay:298.3s}.poke-block-nps .btn-nps:nth-child(2978n){-webkit-animation-delay:298.4s;animation-delay:298.4s}.poke-block-nps .btn-nps:nth-child(2979n){-webkit-animation-delay:298.5s;animation-delay:298.5s}.poke-block-nps .btn-nps:nth-child(2980n){-webkit-animation-delay:298.6s;animation-delay:298.6s}.poke-block-nps .btn-nps:nth-child(2981n){-webkit-animation-delay:298.7s;animation-delay:298.7s}.poke-block-nps .btn-nps:nth-child(2982n){-webkit-animation-delay:298.8s;animation-delay:298.8s}.poke-block-nps .btn-nps:nth-child(2983n){-webkit-animation-delay:298.9s;animation-delay:298.9s}.poke-block-nps .btn-nps:nth-child(2984n){-webkit-animation-delay:299s;animation-delay:299s}.poke-block-nps .btn-nps:nth-child(2985n){-webkit-animation-delay:299.1s;animation-delay:299.1s}.poke-block-nps .btn-nps:nth-child(2986n){-webkit-animation-delay:299.2s;animation-delay:299.2s}.poke-block-nps .btn-nps:nth-child(2987n){-webkit-animation-delay:299.3s;animation-delay:299.3s}.poke-block-nps .btn-nps:nth-child(2988n){-webkit-animation-delay:299.4s;animation-delay:299.4s}.poke-block-nps .btn-nps:nth-child(2989n){-webkit-animation-delay:299.5s;animation-delay:299.5s}.poke-block-nps .btn-nps:nth-child(2990n){-webkit-animation-delay:299.6s;animation-delay:299.6s}.poke-block-nps .btn-nps:nth-child(2991n){-webkit-animation-delay:299.7s;animation-delay:299.7s}.poke-block-nps .btn-nps:nth-child(2992n){-webkit-animation-delay:299.8s;animation-delay:299.8s}.poke-block-nps .btn-nps:nth-child(2993n){-webkit-animation-delay:299.9s;animation-delay:299.9s}.poke-block-nps .btn-nps:nth-child(2994n){-webkit-animation-delay:300s;animation-delay:300s}.poke-block-nps .btn-nps:nth-child(2995n){-webkit-animation-delay:300.1s;animation-delay:300.1s}.poke-block-nps .btn-nps:nth-child(2996n){-webkit-animation-delay:300.2s;animation-delay:300.2s}.poke-block-nps .btn-nps:nth-child(2997n){-webkit-animation-delay:300.3s;animation-delay:300.3s}.poke-block-nps .btn-nps:nth-child(2998n){-webkit-animation-delay:300.4s;animation-delay:300.4s}.poke-block-nps .btn-nps:nth-child(2999n){-webkit-animation-delay:300.5s;animation-delay:300.5s}.poke-block-nps .btn-nps:nth-child(3000n){-webkit-animation-delay:300.6s;animation-delay:300.6s}.poke-block-nps .btn-nps:nth-child(3001n){-webkit-animation-delay:300.7s;animation-delay:300.7s}.poke-block-nps .btn-nps:nth-child(3002n){-webkit-animation-delay:300.8s;animation-delay:300.8s}.poke-block-nps .btn-nps:nth-child(3003n){-webkit-animation-delay:300.9s;animation-delay:300.9s}.poke-block-nps .btn-nps:nth-child(3004n){-webkit-animation-delay:301s;animation-delay:301s}.poke-block-nps .btn-nps:nth-child(3005n){-webkit-animation-delay:301.1s;animation-delay:301.1s}.poke-block-nps .btn-nps:nth-child(3006n){-webkit-animation-delay:301.2s;animation-delay:301.2s}.poke-block-nps .btn-nps:nth-child(3007n){-webkit-animation-delay:301.3s;animation-delay:301.3s}.poke-block-nps .btn-nps:nth-child(3008n){-webkit-animation-delay:301.4s;animation-delay:301.4s}.poke-block-nps .btn-nps:nth-child(3009n){-webkit-animation-delay:301.5s;animation-delay:301.5s}.poke-block-nps .btn-nps:nth-child(3010n){-webkit-animation-delay:301.6s;animation-delay:301.6s}.poke-block-nps .btn-nps:nth-child(3011n){-webkit-animation-delay:301.7s;animation-delay:301.7s}.poke-block-nps .btn-nps:nth-child(3012n){-webkit-animation-delay:301.8s;animation-delay:301.8s}.poke-block-nps .btn-nps:nth-child(3013n){-webkit-animation-delay:301.9s;animation-delay:301.9s}.poke-block-nps .btn-nps:nth-child(3014n){-webkit-animation-delay:302s;animation-delay:302s}.poke-block-nps .btn-nps:nth-child(3015n){-webkit-animation-delay:302.1s;animation-delay:302.1s}.poke-block-nps .btn-nps:nth-child(3016n){-webkit-animation-delay:302.2s;animation-delay:302.2s}.poke-block-nps .btn-nps:nth-child(3017n){-webkit-animation-delay:302.3s;animation-delay:302.3s}.poke-block-nps .btn-nps:nth-child(3018n){-webkit-animation-delay:302.4s;animation-delay:302.4s}.poke-block-nps .btn-nps:nth-child(3019n){-webkit-animation-delay:302.5s;animation-delay:302.5s}.poke-block-nps .btn-nps:nth-child(3020n){-webkit-animation-delay:302.6s;animation-delay:302.6s}.poke-block-nps .btn-nps:nth-child(3021n){-webkit-animation-delay:302.7s;animation-delay:302.7s}.poke-block-nps .btn-nps:nth-child(3022n){-webkit-animation-delay:302.8s;animation-delay:302.8s}.poke-block-nps .btn-nps:nth-child(3023n){-webkit-animation-delay:302.9s;animation-delay:302.9s}.poke-block-nps .btn-nps:nth-child(3024n){-webkit-animation-delay:303s;animation-delay:303s}.poke-block-nps .btn-nps:nth-child(3025n){-webkit-animation-delay:303.1s;animation-delay:303.1s}.poke-block-nps .btn-nps:nth-child(3026n){-webkit-animation-delay:303.2s;animation-delay:303.2s}.poke-block-nps .btn-nps:nth-child(3027n){-webkit-animation-delay:303.3s;animation-delay:303.3s}.poke-block-nps .btn-nps:nth-child(3028n){-webkit-animation-delay:303.4s;animation-delay:303.4s}.poke-block-nps .btn-nps:nth-child(3029n){-webkit-animation-delay:303.5s;animation-delay:303.5s}.poke-block-nps .btn-nps:nth-child(3030n){-webkit-animation-delay:303.6s;animation-delay:303.6s}.poke-block-nps .btn-nps:nth-child(3031n){-webkit-animation-delay:303.7s;animation-delay:303.7s}.poke-block-nps .btn-nps:nth-child(3032n){-webkit-animation-delay:303.8s;animation-delay:303.8s}.poke-block-nps .btn-nps:nth-child(3033n){-webkit-animation-delay:303.9s;animation-delay:303.9s}.poke-block-nps .btn-nps:nth-child(3034n){-webkit-animation-delay:304s;animation-delay:304s}.poke-block-nps .btn-nps:nth-child(3035n){-webkit-animation-delay:304.1s;animation-delay:304.1s}.poke-block-nps .btn-nps:nth-child(3036n){-webkit-animation-delay:304.2s;animation-delay:304.2s}.poke-block-nps .btn-nps:nth-child(3037n){-webkit-animation-delay:304.3s;animation-delay:304.3s}.poke-block-nps .btn-nps:nth-child(3038n){-webkit-animation-delay:304.4s;animation-delay:304.4s}.poke-block-nps .btn-nps:nth-child(3039n){-webkit-animation-delay:304.5s;animation-delay:304.5s}.poke-block-nps .btn-nps:nth-child(3040n){-webkit-animation-delay:304.6s;animation-delay:304.6s}.poke-block-nps .btn-nps:nth-child(3041n){-webkit-animation-delay:304.7s;animation-delay:304.7s}.poke-block-nps .btn-nps:nth-child(3042n){-webkit-animation-delay:304.8s;animation-delay:304.8s}.poke-block-nps .btn-nps:nth-child(3043n){-webkit-animation-delay:304.9s;animation-delay:304.9s}.poke-block-nps .btn-nps:nth-child(3044n){-webkit-animation-delay:305s;animation-delay:305s}.poke-block-nps .btn-nps:nth-child(3045n){-webkit-animation-delay:305.1s;animation-delay:305.1s}.poke-block-nps .btn-nps:nth-child(3046n){-webkit-animation-delay:305.2s;animation-delay:305.2s}.poke-block-nps .btn-nps:nth-child(3047n){-webkit-animation-delay:305.3s;animation-delay:305.3s}.poke-block-nps .btn-nps:nth-child(3048n){-webkit-animation-delay:305.4s;animation-delay:305.4s}.poke-block-nps .btn-nps:nth-child(3049n){-webkit-animation-delay:305.5s;animation-delay:305.5s}.poke-block-nps .btn-nps:nth-child(3050n){-webkit-animation-delay:305.6s;animation-delay:305.6s}.poke-block-nps .btn-nps:nth-child(3051n){-webkit-animation-delay:305.7s;animation-delay:305.7s}.poke-block-nps .btn-nps:nth-child(3052n){-webkit-animation-delay:305.8s;animation-delay:305.8s}.poke-block-nps .btn-nps:nth-child(3053n){-webkit-animation-delay:305.9s;animation-delay:305.9s}.poke-block-nps .btn-nps:nth-child(3054n){-webkit-animation-delay:306s;animation-delay:306s}.poke-block-nps .btn-nps:nth-child(3055n){-webkit-animation-delay:306.1s;animation-delay:306.1s}.poke-block-nps .btn-nps:nth-child(3056n){-webkit-animation-delay:306.2s;animation-delay:306.2s}.poke-block-nps .btn-nps:nth-child(3057n){-webkit-animation-delay:306.3s;animation-delay:306.3s}.poke-block-nps .btn-nps:nth-child(3058n){-webkit-animation-delay:306.4s;animation-delay:306.4s}.poke-block-nps .btn-nps:nth-child(3059n){-webkit-animation-delay:306.5s;animation-delay:306.5s}.poke-block-nps .btn-nps:nth-child(3060n){-webkit-animation-delay:306.6s;animation-delay:306.6s}.poke-block-nps .btn-nps:nth-child(3061n){-webkit-animation-delay:306.7s;animation-delay:306.7s}.poke-block-nps .btn-nps:nth-child(3062n){-webkit-animation-delay:306.8s;animation-delay:306.8s}.poke-block-nps .btn-nps:nth-child(3063n){-webkit-animation-delay:306.9s;animation-delay:306.9s}.poke-block-nps .btn-nps:nth-child(3064n){-webkit-animation-delay:307s;animation-delay:307s}.poke-block-nps .btn-nps:nth-child(3065n){-webkit-animation-delay:307.1s;animation-delay:307.1s}.poke-block-nps .btn-nps:nth-child(3066n){-webkit-animation-delay:307.2s;animation-delay:307.2s}.poke-block-nps .btn-nps:nth-child(3067n){-webkit-animation-delay:307.3s;animation-delay:307.3s}.poke-block-nps .btn-nps:nth-child(3068n){-webkit-animation-delay:307.4s;animation-delay:307.4s}.poke-block-nps .btn-nps:nth-child(3069n){-webkit-animation-delay:307.5s;animation-delay:307.5s}.poke-block-nps .btn-nps:nth-child(3070n){-webkit-animation-delay:307.6s;animation-delay:307.6s}.poke-block-nps .btn-nps:nth-child(3071n){-webkit-animation-delay:307.7s;animation-delay:307.7s}.poke-block-nps .btn-nps:nth-child(3072n){-webkit-animation-delay:307.8s;animation-delay:307.8s}.poke-block-nps .btn-nps:nth-child(3073n){-webkit-animation-delay:307.9s;animation-delay:307.9s}.poke-block-nps .btn-nps:nth-child(3074n){-webkit-animation-delay:308s;animation-delay:308s}.poke-block-nps .btn-nps:nth-child(3075n){-webkit-animation-delay:308.1s;animation-delay:308.1s}.poke-block-nps .btn-nps:nth-child(3076n){-webkit-animation-delay:308.2s;animation-delay:308.2s}.poke-block-nps .btn-nps:nth-child(3077n){-webkit-animation-delay:308.3s;animation-delay:308.3s}.poke-block-nps .btn-nps:nth-child(3078n){-webkit-animation-delay:308.4s;animation-delay:308.4s}.poke-block-nps .btn-nps:nth-child(3079n){-webkit-animation-delay:308.5s;animation-delay:308.5s}.poke-block-nps .btn-nps:nth-child(3080n){-webkit-animation-delay:308.6s;animation-delay:308.6s}.poke-block-nps .btn-nps:nth-child(3081n){-webkit-animation-delay:308.7s;animation-delay:308.7s}.poke-block-nps .btn-nps:nth-child(3082n){-webkit-animation-delay:308.8s;animation-delay:308.8s}.poke-block-nps .btn-nps:nth-child(3083n){-webkit-animation-delay:308.9s;animation-delay:308.9s}.poke-block-nps .btn-nps:nth-child(3084n){-webkit-animation-delay:309s;animation-delay:309s}.poke-block-nps .btn-nps:nth-child(3085n){-webkit-animation-delay:309.1s;animation-delay:309.1s}.poke-block-nps .btn-nps:nth-child(3086n){-webkit-animation-delay:309.2s;animation-delay:309.2s}.poke-block-nps .btn-nps:nth-child(3087n){-webkit-animation-delay:309.3s;animation-delay:309.3s}.poke-block-nps .btn-nps:nth-child(3088n){-webkit-animation-delay:309.4s;animation-delay:309.4s}.poke-block-nps .btn-nps:nth-child(3089n){-webkit-animation-delay:309.5s;animation-delay:309.5s}.poke-block-nps .btn-nps:nth-child(3090n){-webkit-animation-delay:309.6s;animation-delay:309.6s}.poke-block-nps .btn-nps:nth-child(3091n){-webkit-animation-delay:309.7s;animation-delay:309.7s}.poke-block-nps .btn-nps:nth-child(3092n){-webkit-animation-delay:309.8s;animation-delay:309.8s}.poke-block-nps .btn-nps:nth-child(3093n){-webkit-animation-delay:309.9s;animation-delay:309.9s}.poke-block-nps .btn-nps:nth-child(3094n){-webkit-animation-delay:310s;animation-delay:310s}.poke-block-nps .btn-nps:nth-child(3095n){-webkit-animation-delay:310.1s;animation-delay:310.1s}.poke-block-nps .btn-nps:nth-child(3096n){-webkit-animation-delay:310.2s;animation-delay:310.2s}.poke-block-nps .btn-nps:nth-child(3097n){-webkit-animation-delay:310.3s;animation-delay:310.3s}.poke-block-nps .btn-nps:nth-child(3098n){-webkit-animation-delay:310.4s;animation-delay:310.4s}.poke-block-nps .btn-nps:nth-child(3099n){-webkit-animation-delay:310.5s;animation-delay:310.5s}.poke-block-nps .btn-nps:nth-child(3100n){-webkit-animation-delay:310.6s;animation-delay:310.6s}.poke-block-nps .btn-nps:nth-child(3101n){-webkit-animation-delay:310.7s;animation-delay:310.7s}.poke-block-nps .btn-nps:nth-child(3102n){-webkit-animation-delay:310.8s;animation-delay:310.8s}.poke-block-nps .btn-nps:nth-child(3103n){-webkit-animation-delay:310.9s;animation-delay:310.9s}.poke-block-nps .btn-nps:nth-child(3104n){-webkit-animation-delay:311s;animation-delay:311s}.poke-block-nps .btn-nps:nth-child(3105n){-webkit-animation-delay:311.1s;animation-delay:311.1s}.poke-block-nps .btn-nps:nth-child(3106n){-webkit-animation-delay:311.2s;animation-delay:311.2s}.poke-block-nps .btn-nps:nth-child(3107n){-webkit-animation-delay:311.3s;animation-delay:311.3s}.poke-block-nps .btn-nps:nth-child(3108n){-webkit-animation-delay:311.4s;animation-delay:311.4s}.poke-block-nps .btn-nps:nth-child(3109n){-webkit-animation-delay:311.5s;animation-delay:311.5s}.poke-block-nps .btn-nps:nth-child(3110n){-webkit-animation-delay:311.6s;animation-delay:311.6s}.poke-block-nps .btn-nps:nth-child(3111n){-webkit-animation-delay:311.7s;animation-delay:311.7s}.poke-block-nps .btn-nps:nth-child(3112n){-webkit-animation-delay:311.8s;animation-delay:311.8s}.poke-block-nps .btn-nps:nth-child(3113n){-webkit-animation-delay:311.9s;animation-delay:311.9s}.poke-block-nps .btn-nps:nth-child(3114n){-webkit-animation-delay:312s;animation-delay:312s}.poke-block-nps .btn-nps:nth-child(3115n){-webkit-animation-delay:312.1s;animation-delay:312.1s}.poke-block-nps .btn-nps:nth-child(3116n){-webkit-animation-delay:312.2s;animation-delay:312.2s}.poke-block-nps .btn-nps:nth-child(3117n){-webkit-animation-delay:312.3s;animation-delay:312.3s}.poke-block-nps .btn-nps:nth-child(3118n){-webkit-animation-delay:312.4s;animation-delay:312.4s}.poke-block-nps .btn-nps:nth-child(3119n){-webkit-animation-delay:312.5s;animation-delay:312.5s}.poke-block-nps .btn-nps:nth-child(3120n){-webkit-animation-delay:312.6s;animation-delay:312.6s}.poke-block-nps .btn-nps:nth-child(3121n){-webkit-animation-delay:312.7s;animation-delay:312.7s}.poke-block-nps .btn-nps:nth-child(3122n){-webkit-animation-delay:312.8s;animation-delay:312.8s}.poke-block-nps .btn-nps:nth-child(3123n){-webkit-animation-delay:312.9s;animation-delay:312.9s}.poke-block-nps .btn-nps:nth-child(3124n){-webkit-animation-delay:313s;animation-delay:313s}.poke-block-nps .btn-nps:nth-child(3125n){-webkit-animation-delay:313.1s;animation-delay:313.1s}.poke-block-nps .btn-nps:nth-child(3126n){-webkit-animation-delay:313.2s;animation-delay:313.2s}.poke-block-nps .btn-nps:nth-child(3127n){-webkit-animation-delay:313.3s;animation-delay:313.3s}.poke-block-nps .btn-nps:nth-child(3128n){-webkit-animation-delay:313.4s;animation-delay:313.4s}.poke-block-nps .btn-nps:nth-child(3129n){-webkit-animation-delay:313.5s;animation-delay:313.5s}.poke-block-nps .btn-nps:nth-child(3130n){-webkit-animation-delay:313.6s;animation-delay:313.6s}.poke-block-nps .btn-nps:nth-child(3131n){-webkit-animation-delay:313.7s;animation-delay:313.7s}.poke-block-nps .btn-nps:nth-child(3132n){-webkit-animation-delay:313.8s;animation-delay:313.8s}.poke-block-nps .btn-nps:nth-child(3133n){-webkit-animation-delay:313.9s;animation-delay:313.9s}.poke-block-nps .btn-nps:nth-child(3134n){-webkit-animation-delay:314s;animation-delay:314s}.poke-block-nps .btn-nps:nth-child(3135n){-webkit-animation-delay:314.1s;animation-delay:314.1s}.poke-block-nps .btn-nps:nth-child(3136n){-webkit-animation-delay:314.2s;animation-delay:314.2s}.poke-block-nps .btn-nps:nth-child(3137n){-webkit-animation-delay:314.3s;animation-delay:314.3s}.poke-block-nps .btn-nps:nth-child(3138n){-webkit-animation-delay:314.4s;animation-delay:314.4s}.poke-block-nps .btn-nps:nth-child(3139n){-webkit-animation-delay:314.5s;animation-delay:314.5s}.poke-block-nps .btn-nps:nth-child(3140n){-webkit-animation-delay:314.6s;animation-delay:314.6s}.poke-block-nps .btn-nps:nth-child(3141n){-webkit-animation-delay:314.7s;animation-delay:314.7s}.poke-block-nps .btn-nps:nth-child(3142n){-webkit-animation-delay:314.8s;animation-delay:314.8s}.poke-block-nps .btn-nps:nth-child(3143n){-webkit-animation-delay:314.9s;animation-delay:314.9s}.poke-block-nps .btn-nps:nth-child(3144n){-webkit-animation-delay:315s;animation-delay:315s}.poke-block-nps .btn-nps:nth-child(3145n){-webkit-animation-delay:315.1s;animation-delay:315.1s}.poke-block-nps .btn-nps:nth-child(3146n){-webkit-animation-delay:315.2s;animation-delay:315.2s}.poke-block-nps .btn-nps:nth-child(3147n){-webkit-animation-delay:315.3s;animation-delay:315.3s}.poke-block-nps .btn-nps:nth-child(3148n){-webkit-animation-delay:315.4s;animation-delay:315.4s}.poke-block-nps .btn-nps:nth-child(3149n){-webkit-animation-delay:315.5s;animation-delay:315.5s}.poke-block-nps .btn-nps:nth-child(3150n){-webkit-animation-delay:315.6s;animation-delay:315.6s}.poke-block-nps .btn-nps:nth-child(3151n){-webkit-animation-delay:315.7s;animation-delay:315.7s}.poke-block-nps .btn-nps:nth-child(3152n){-webkit-animation-delay:315.8s;animation-delay:315.8s}.poke-block-nps .btn-nps:nth-child(3153n){-webkit-animation-delay:315.9s;animation-delay:315.9s}.poke-block-nps .btn-nps:nth-child(3154n){-webkit-animation-delay:316s;animation-delay:316s}.poke-block-nps .btn-nps:nth-child(3155n){-webkit-animation-delay:316.1s;animation-delay:316.1s}.poke-block-nps .btn-nps:nth-child(3156n){-webkit-animation-delay:316.2s;animation-delay:316.2s}.poke-block-nps .btn-nps:nth-child(3157n){-webkit-animation-delay:316.3s;animation-delay:316.3s}.poke-block-nps .btn-nps:nth-child(3158n){-webkit-animation-delay:316.4s;animation-delay:316.4s}.poke-block-nps .btn-nps:nth-child(3159n){-webkit-animation-delay:316.5s;animation-delay:316.5s}.poke-block-nps .btn-nps:nth-child(3160n){-webkit-animation-delay:316.6s;animation-delay:316.6s}.poke-block-nps .btn-nps:nth-child(3161n){-webkit-animation-delay:316.7s;animation-delay:316.7s}.poke-block-nps .btn-nps:nth-child(3162n){-webkit-animation-delay:316.8s;animation-delay:316.8s}.poke-block-nps .btn-nps:nth-child(3163n){-webkit-animation-delay:316.9s;animation-delay:316.9s}.poke-block-nps .btn-nps:nth-child(3164n){-webkit-animation-delay:317s;animation-delay:317s}.poke-block-nps .btn-nps:nth-child(3165n){-webkit-animation-delay:317.1s;animation-delay:317.1s}.poke-block-nps .btn-nps:nth-child(3166n){-webkit-animation-delay:317.2s;animation-delay:317.2s}.poke-block-nps .btn-nps:nth-child(3167n){-webkit-animation-delay:317.3s;animation-delay:317.3s}.poke-block-nps .btn-nps:nth-child(3168n){-webkit-animation-delay:317.4s;animation-delay:317.4s}.poke-block-nps .btn-nps:nth-child(3169n){-webkit-animation-delay:317.5s;animation-delay:317.5s}.poke-block-nps .btn-nps:nth-child(3170n){-webkit-animation-delay:317.6s;animation-delay:317.6s}.poke-block-nps .btn-nps:nth-child(3171n){-webkit-animation-delay:317.7s;animation-delay:317.7s}.poke-block-nps .btn-nps:nth-child(3172n){-webkit-animation-delay:317.8s;animation-delay:317.8s}.poke-block-nps .btn-nps:nth-child(3173n){-webkit-animation-delay:317.9s;animation-delay:317.9s}.poke-block-nps .btn-nps:nth-child(3174n){-webkit-animation-delay:318s;animation-delay:318s}.poke-block-nps .btn-nps:nth-child(3175n){-webkit-animation-delay:318.1s;animation-delay:318.1s}.poke-block-nps .btn-nps:nth-child(3176n){-webkit-animation-delay:318.2s;animation-delay:318.2s}.poke-block-nps .btn-nps:nth-child(3177n){-webkit-animation-delay:318.3s;animation-delay:318.3s}.poke-block-nps .btn-nps:nth-child(3178n){-webkit-animation-delay:318.4s;animation-delay:318.4s}.poke-block-nps .btn-nps:nth-child(3179n){-webkit-animation-delay:318.5s;animation-delay:318.5s}.poke-block-nps .btn-nps:nth-child(3180n){-webkit-animation-delay:318.6s;animation-delay:318.6s}.poke-block-nps .btn-nps:nth-child(3181n){-webkit-animation-delay:318.7s;animation-delay:318.7s}.poke-block-nps .btn-nps:nth-child(3182n){-webkit-animation-delay:318.8s;animation-delay:318.8s}.poke-block-nps .btn-nps:nth-child(3183n){-webkit-animation-delay:318.9s;animation-delay:318.9s}.poke-block-nps .btn-nps:nth-child(3184n){-webkit-animation-delay:319s;animation-delay:319s}.poke-block-nps .btn-nps:nth-child(3185n){-webkit-animation-delay:319.1s;animation-delay:319.1s}.poke-block-nps .btn-nps:nth-child(3186n){-webkit-animation-delay:319.2s;animation-delay:319.2s}.poke-block-nps .btn-nps:nth-child(3187n){-webkit-animation-delay:319.3s;animation-delay:319.3s}.poke-block-nps .btn-nps:nth-child(3188n){-webkit-animation-delay:319.4s;animation-delay:319.4s}.poke-block-nps .btn-nps:nth-child(3189n){-webkit-animation-delay:319.5s;animation-delay:319.5s}.poke-block-nps .btn-nps:nth-child(3190n){-webkit-animation-delay:319.6s;animation-delay:319.6s}.poke-block-nps .btn-nps:nth-child(3191n){-webkit-animation-delay:319.7s;animation-delay:319.7s}.poke-block-nps .btn-nps:nth-child(3192n){-webkit-animation-delay:319.8s;animation-delay:319.8s}.poke-block-nps .btn-nps:nth-child(3193n){-webkit-animation-delay:319.9s;animation-delay:319.9s}.poke-block-nps .btn-nps:nth-child(3194n){-webkit-animation-delay:320s;animation-delay:320s}.poke-block-nps .btn-nps:nth-child(3195n){-webkit-animation-delay:320.1s;animation-delay:320.1s}.poke-block-nps .btn-nps:nth-child(3196n){-webkit-animation-delay:320.2s;animation-delay:320.2s}.poke-block-nps .btn-nps:nth-child(3197n){-webkit-animation-delay:320.3s;animation-delay:320.3s}.poke-block-nps .btn-nps:nth-child(3198n){-webkit-animation-delay:320.4s;animation-delay:320.4s}.poke-block-nps .btn-nps:nth-child(3199n){-webkit-animation-delay:320.5s;animation-delay:320.5s}.poke-block-nps .btn-nps:nth-child(3200n){-webkit-animation-delay:320.6s;animation-delay:320.6s}.poke-block-nps .btn-nps:nth-child(3201n){-webkit-animation-delay:320.7s;animation-delay:320.7s}.poke-block-nps .btn-nps:nth-child(3202n){-webkit-animation-delay:320.8s;animation-delay:320.8s}.poke-block-nps .btn-nps:nth-child(3203n){-webkit-animation-delay:320.9s;animation-delay:320.9s}.poke-block-nps .btn-nps:nth-child(3204n){-webkit-animation-delay:321s;animation-delay:321s}.poke-block-nps .btn-nps:nth-child(3205n){-webkit-animation-delay:321.1s;animation-delay:321.1s}.poke-block-nps .btn-nps:nth-child(3206n){-webkit-animation-delay:321.2s;animation-delay:321.2s}.poke-block-nps .btn-nps:nth-child(3207n){-webkit-animation-delay:321.3s;animation-delay:321.3s}.poke-block-nps .btn-nps:nth-child(3208n){-webkit-animation-delay:321.4s;animation-delay:321.4s}.poke-block-nps .btn-nps:nth-child(3209n){-webkit-animation-delay:321.5s;animation-delay:321.5s}.poke-block-nps .btn-nps:nth-child(3210n){-webkit-animation-delay:321.6s;animation-delay:321.6s}.poke-block-nps .btn-nps:nth-child(3211n){-webkit-animation-delay:321.7s;animation-delay:321.7s}.poke-block-nps .btn-nps:nth-child(3212n){-webkit-animation-delay:321.8s;animation-delay:321.8s}.poke-block-nps .btn-nps:nth-child(3213n){-webkit-animation-delay:321.9s;animation-delay:321.9s}.poke-block-nps .btn-nps:nth-child(3214n){-webkit-animation-delay:322s;animation-delay:322s}.poke-block-nps .btn-nps:nth-child(3215n){-webkit-animation-delay:322.1s;animation-delay:322.1s}.poke-block-nps .btn-nps:nth-child(3216n){-webkit-animation-delay:322.2s;animation-delay:322.2s}.poke-block-nps .btn-nps:nth-child(3217n){-webkit-animation-delay:322.3s;animation-delay:322.3s}.poke-block-nps .btn-nps:nth-child(3218n){-webkit-animation-delay:322.4s;animation-delay:322.4s}.poke-block-nps .btn-nps:nth-child(3219n){-webkit-animation-delay:322.5s;animation-delay:322.5s}.poke-block-nps .btn-nps:nth-child(3220n){-webkit-animation-delay:322.6s;animation-delay:322.6s}.poke-block-nps .btn-nps:nth-child(3221n){-webkit-animation-delay:322.7s;animation-delay:322.7s}.poke-block-nps .btn-nps:nth-child(3222n){-webkit-animation-delay:322.8s;animation-delay:322.8s}.poke-block-nps .btn-nps:nth-child(3223n){-webkit-animation-delay:322.9s;animation-delay:322.9s}.poke-block-nps .btn-nps:nth-child(3224n){-webkit-animation-delay:323s;animation-delay:323s}.poke-block-nps .btn-nps:nth-child(3225n){-webkit-animation-delay:323.1s;animation-delay:323.1s}.poke-block-nps .btn-nps:nth-child(3226n){-webkit-animation-delay:323.2s;animation-delay:323.2s}.poke-block-nps .btn-nps:nth-child(3227n){-webkit-animation-delay:323.3s;animation-delay:323.3s}.poke-block-nps .btn-nps:nth-child(3228n){-webkit-animation-delay:323.4s;animation-delay:323.4s}.poke-block-nps .btn-nps:nth-child(3229n){-webkit-animation-delay:323.5s;animation-delay:323.5s}.poke-block-nps .btn-nps:nth-child(3230n){-webkit-animation-delay:323.6s;animation-delay:323.6s}.poke-block-nps .btn-nps:nth-child(3231n){-webkit-animation-delay:323.7s;animation-delay:323.7s}.poke-block-nps .btn-nps:nth-child(3232n){-webkit-animation-delay:323.8s;animation-delay:323.8s}.poke-block-nps .btn-nps:nth-child(3233n){-webkit-animation-delay:323.9s;animation-delay:323.9s}.poke-block-nps .btn-nps:nth-child(3234n){-webkit-animation-delay:324s;animation-delay:324s}.poke-block-nps .btn-nps:nth-child(3235n){-webkit-animation-delay:324.1s;animation-delay:324.1s}.poke-block-nps .btn-nps:nth-child(3236n){-webkit-animation-delay:324.2s;animation-delay:324.2s}.poke-block-nps .btn-nps:nth-child(3237n){-webkit-animation-delay:324.3s;animation-delay:324.3s}.poke-block-nps .btn-nps:nth-child(3238n){-webkit-animation-delay:324.4s;animation-delay:324.4s}.poke-block-nps .btn-nps:nth-child(3239n){-webkit-animation-delay:324.5s;animation-delay:324.5s}.poke-block-nps .btn-nps:nth-child(3240n){-webkit-animation-delay:324.6s;animation-delay:324.6s}.poke-block-nps .btn-nps:nth-child(3241n){-webkit-animation-delay:324.7s;animation-delay:324.7s}.poke-block-nps .btn-nps:nth-child(3242n){-webkit-animation-delay:324.8s;animation-delay:324.8s}.poke-block-nps .btn-nps:nth-child(3243n){-webkit-animation-delay:324.9s;animation-delay:324.9s}.poke-block-nps .btn-nps:nth-child(3244n){-webkit-animation-delay:325s;animation-delay:325s}.poke-block-nps .btn-nps:nth-child(3245n){-webkit-animation-delay:325.1s;animation-delay:325.1s}.poke-block-nps .btn-nps:nth-child(3246n){-webkit-animation-delay:325.2s;animation-delay:325.2s}.poke-block-nps .btn-nps:nth-child(3247n){-webkit-animation-delay:325.3s;animation-delay:325.3s}.poke-block-nps .btn-nps:nth-child(3248n){-webkit-animation-delay:325.4s;animation-delay:325.4s}.poke-block-nps .btn-nps:nth-child(3249n){-webkit-animation-delay:325.5s;animation-delay:325.5s}.poke-block-nps .btn-nps:nth-child(3250n){-webkit-animation-delay:325.6s;animation-delay:325.6s}.poke-block-nps .btn-nps:nth-child(3251n){-webkit-animation-delay:325.7s;animation-delay:325.7s}.poke-block-nps .btn-nps:nth-child(3252n){-webkit-animation-delay:325.8s;animation-delay:325.8s}.poke-block-nps .btn-nps:nth-child(3253n){-webkit-animation-delay:325.9s;animation-delay:325.9s}.poke-block-nps .btn-nps:nth-child(3254n){-webkit-animation-delay:326s;animation-delay:326s}.poke-block-nps .btn-nps:nth-child(3255n){-webkit-animation-delay:326.1s;animation-delay:326.1s}.poke-block-nps .btn-nps:nth-child(3256n){-webkit-animation-delay:326.2s;animation-delay:326.2s}.poke-block-nps .btn-nps:nth-child(3257n){-webkit-animation-delay:326.3s;animation-delay:326.3s}.poke-block-nps .btn-nps:nth-child(3258n){-webkit-animation-delay:326.4s;animation-delay:326.4s}.poke-block-nps .btn-nps:nth-child(3259n){-webkit-animation-delay:326.5s;animation-delay:326.5s}.poke-block-nps .btn-nps:nth-child(3260n){-webkit-animation-delay:326.6s;animation-delay:326.6s}.poke-block-nps .btn-nps:nth-child(3261n){-webkit-animation-delay:326.7s;animation-delay:326.7s}.poke-block-nps .btn-nps:nth-child(3262n){-webkit-animation-delay:326.8s;animation-delay:326.8s}.poke-block-nps .btn-nps:nth-child(3263n){-webkit-animation-delay:326.9s;animation-delay:326.9s}.poke-block-nps .btn-nps:nth-child(3264n){-webkit-animation-delay:327s;animation-delay:327s}.poke-block-nps .btn-nps:nth-child(3265n){-webkit-animation-delay:327.1s;animation-delay:327.1s}.poke-block-nps .btn-nps:nth-child(3266n){-webkit-animation-delay:327.2s;animation-delay:327.2s}.poke-block-nps .btn-nps:nth-child(3267n){-webkit-animation-delay:327.3s;animation-delay:327.3s}.poke-block-nps .btn-nps:nth-child(3268n){-webkit-animation-delay:327.4s;animation-delay:327.4s}.poke-block-nps .btn-nps:nth-child(3269n){-webkit-animation-delay:327.5s;animation-delay:327.5s}.poke-block-nps .btn-nps:nth-child(3270n){-webkit-animation-delay:327.6s;animation-delay:327.6s}.poke-block-nps .btn-nps:nth-child(3271n){-webkit-animation-delay:327.7s;animation-delay:327.7s}.poke-block-nps .btn-nps:nth-child(3272n){-webkit-animation-delay:327.8s;animation-delay:327.8s}.poke-block-nps .btn-nps:nth-child(3273n){-webkit-animation-delay:327.9s;animation-delay:327.9s}.poke-block-nps .btn-nps:nth-child(3274n){-webkit-animation-delay:328s;animation-delay:328s}.poke-block-nps .btn-nps:nth-child(3275n){-webkit-animation-delay:328.1s;animation-delay:328.1s}.poke-block-nps .btn-nps:nth-child(3276n){-webkit-animation-delay:328.2s;animation-delay:328.2s}.poke-block-nps .btn-nps:nth-child(3277n){-webkit-animation-delay:328.3s;animation-delay:328.3s}.poke-block-nps .btn-nps:nth-child(3278n){-webkit-animation-delay:328.4s;animation-delay:328.4s}.poke-block-nps .btn-nps:nth-child(3279n){-webkit-animation-delay:328.5s;animation-delay:328.5s}.poke-block-nps .btn-nps:nth-child(3280n){-webkit-animation-delay:328.6s;animation-delay:328.6s}.poke-block-nps .btn-nps:nth-child(3281n){-webkit-animation-delay:328.7s;animation-delay:328.7s}.poke-block-nps .btn-nps:nth-child(3282n){-webkit-animation-delay:328.8s;animation-delay:328.8s}.poke-block-nps .btn-nps:nth-child(3283n){-webkit-animation-delay:328.9s;animation-delay:328.9s}.poke-block-nps .btn-nps:nth-child(3284n){-webkit-animation-delay:329s;animation-delay:329s}.poke-block-nps .btn-nps:nth-child(3285n){-webkit-animation-delay:329.1s;animation-delay:329.1s}.poke-block-nps .btn-nps:nth-child(3286n){-webkit-animation-delay:329.2s;animation-delay:329.2s}.poke-block-nps .btn-nps:nth-child(3287n){-webkit-animation-delay:329.3s;animation-delay:329.3s}.poke-block-nps .btn-nps:nth-child(3288n){-webkit-animation-delay:329.4s;animation-delay:329.4s}.poke-block-nps .btn-nps:nth-child(3289n){-webkit-animation-delay:329.5s;animation-delay:329.5s}.poke-block-nps .btn-nps:nth-child(3290n){-webkit-animation-delay:329.6s;animation-delay:329.6s}.poke-block-nps .btn-nps:nth-child(3291n){-webkit-animation-delay:329.7s;animation-delay:329.7s}.poke-block-nps .btn-nps:nth-child(3292n){-webkit-animation-delay:329.8s;animation-delay:329.8s}.poke-block-nps .btn-nps:nth-child(3293n){-webkit-animation-delay:329.9s;animation-delay:329.9s}.poke-block-nps .btn-nps:nth-child(3294n){-webkit-animation-delay:330s;animation-delay:330s}.poke-block-nps .btn-nps:nth-child(3295n){-webkit-animation-delay:330.1s;animation-delay:330.1s}.poke-block-nps .btn-nps:nth-child(3296n){-webkit-animation-delay:330.2s;animation-delay:330.2s}.poke-block-nps .btn-nps:nth-child(3297n){-webkit-animation-delay:330.3s;animation-delay:330.3s}.poke-block-nps .btn-nps:nth-child(3298n){-webkit-animation-delay:330.4s;animation-delay:330.4s}.poke-block-nps .btn-nps:nth-child(3299n){-webkit-animation-delay:330.5s;animation-delay:330.5s}.poke-block-nps .btn-nps:nth-child(3300n){-webkit-animation-delay:330.6s;animation-delay:330.6s}.poke-block-nps .btn-nps:nth-child(3301n){-webkit-animation-delay:330.7s;animation-delay:330.7s}.poke-block-nps .btn-nps:nth-child(3302n){-webkit-animation-delay:330.8s;animation-delay:330.8s}.poke-block-nps .btn-nps:nth-child(3303n){-webkit-animation-delay:330.9s;animation-delay:330.9s}.poke-block-nps .btn-nps:nth-child(3304n){-webkit-animation-delay:331s;animation-delay:331s}.poke-block-nps .btn-nps:nth-child(3305n){-webkit-animation-delay:331.1s;animation-delay:331.1s}.poke-block-nps .btn-nps:nth-child(3306n){-webkit-animation-delay:331.2s;animation-delay:331.2s}.poke-block-nps .btn-nps:nth-child(3307n){-webkit-animation-delay:331.3s;animation-delay:331.3s}.poke-block-nps .btn-nps:nth-child(3308n){-webkit-animation-delay:331.4s;animation-delay:331.4s}.poke-block-nps .btn-nps:nth-child(3309n){-webkit-animation-delay:331.5s;animation-delay:331.5s}.poke-block-nps .btn-nps:nth-child(3310n){-webkit-animation-delay:331.6s;animation-delay:331.6s}.poke-block-nps .btn-nps:nth-child(3311n){-webkit-animation-delay:331.7s;animation-delay:331.7s}.poke-block-nps .btn-nps:nth-child(3312n){-webkit-animation-delay:331.8s;animation-delay:331.8s}.poke-block-nps .btn-nps:nth-child(3313n){-webkit-animation-delay:331.9s;animation-delay:331.9s}.poke-block-nps .btn-nps:nth-child(3314n){-webkit-animation-delay:332s;animation-delay:332s}.poke-block-nps .btn-nps:nth-child(3315n){-webkit-animation-delay:332.1s;animation-delay:332.1s}.poke-block-nps .btn-nps:nth-child(3316n){-webkit-animation-delay:332.2s;animation-delay:332.2s}.poke-block-nps .btn-nps:nth-child(3317n){-webkit-animation-delay:332.3s;animation-delay:332.3s}.poke-block-nps .btn-nps:nth-child(3318n){-webkit-animation-delay:332.4s;animation-delay:332.4s}.poke-block-nps .btn-nps:nth-child(3319n){-webkit-animation-delay:332.5s;animation-delay:332.5s}.poke-block-nps .btn-nps:nth-child(3320n){-webkit-animation-delay:332.6s;animation-delay:332.6s}.poke-block-nps .btn-nps:nth-child(3321n){-webkit-animation-delay:332.7s;animation-delay:332.7s}.poke-block-nps .btn-nps:nth-child(3322n){-webkit-animation-delay:332.8s;animation-delay:332.8s}.poke-block-nps .btn-nps:nth-child(3323n){-webkit-animation-delay:332.9s;animation-delay:332.9s}.poke-block-nps .btn-nps:nth-child(3324n){-webkit-animation-delay:333s;animation-delay:333s}.poke-block-nps .btn-nps:nth-child(3325n){-webkit-animation-delay:333.1s;animation-delay:333.1s}.poke-block-nps .btn-nps:nth-child(3326n){-webkit-animation-delay:333.2s;animation-delay:333.2s}.poke-block-nps .btn-nps:nth-child(3327n){-webkit-animation-delay:333.3s;animation-delay:333.3s}.poke-block-nps .btn-nps:nth-child(3328n){-webkit-animation-delay:333.4s;animation-delay:333.4s}.poke-block-nps .btn-nps:nth-child(3329n){-webkit-animation-delay:333.5s;animation-delay:333.5s}.poke-block-nps .btn-nps:nth-child(3330n){-webkit-animation-delay:333.6s;animation-delay:333.6s}.poke-block-nps .btn-nps:nth-child(3331n){-webkit-animation-delay:333.7s;animation-delay:333.7s}.poke-block-nps .btn-nps:nth-child(3332n){-webkit-animation-delay:333.8s;animation-delay:333.8s}.poke-block-nps .btn-nps:nth-child(3333n){-webkit-animation-delay:333.9s;animation-delay:333.9s}.poke-block-nps .btn-nps:nth-child(3334n){-webkit-animation-delay:334s;animation-delay:334s}.poke-block-nps .btn-nps:nth-child(3335n){-webkit-animation-delay:334.1s;animation-delay:334.1s}.poke-block-nps .btn-nps:nth-child(3336n){-webkit-animation-delay:334.2s;animation-delay:334.2s}.poke-block-nps .btn-nps:nth-child(3337n){-webkit-animation-delay:334.3s;animation-delay:334.3s}.poke-block-nps .btn-nps:nth-child(3338n){-webkit-animation-delay:334.4s;animation-delay:334.4s}.poke-block-nps .btn-nps:nth-child(3339n){-webkit-animation-delay:334.5s;animation-delay:334.5s}.poke-block-nps .btn-nps:nth-child(3340n){-webkit-animation-delay:334.6s;animation-delay:334.6s}.poke-block-nps .btn-nps:nth-child(3341n){-webkit-animation-delay:334.7s;animation-delay:334.7s}.poke-block-nps .btn-nps:nth-child(3342n){-webkit-animation-delay:334.8s;animation-delay:334.8s}.poke-block-nps .btn-nps:nth-child(3343n){-webkit-animation-delay:334.9s;animation-delay:334.9s}.poke-block-nps .btn-nps:nth-child(3344n){-webkit-animation-delay:335s;animation-delay:335s}.poke-block-nps .btn-nps:nth-child(3345n){-webkit-animation-delay:335.1s;animation-delay:335.1s}.poke-block-nps .btn-nps:nth-child(3346n){-webkit-animation-delay:335.2s;animation-delay:335.2s}.poke-block-nps .btn-nps:nth-child(3347n){-webkit-animation-delay:335.3s;animation-delay:335.3s}.poke-block-nps .btn-nps:nth-child(3348n){-webkit-animation-delay:335.4s;animation-delay:335.4s}.poke-block-nps .btn-nps:nth-child(3349n){-webkit-animation-delay:335.5s;animation-delay:335.5s}.poke-block-nps .btn-nps:nth-child(3350n){-webkit-animation-delay:335.6s;animation-delay:335.6s}.poke-block-nps .btn-nps:nth-child(3351n){-webkit-animation-delay:335.7s;animation-delay:335.7s}.poke-block-nps .btn-nps:nth-child(3352n){-webkit-animation-delay:335.8s;animation-delay:335.8s}.poke-block-nps .btn-nps:nth-child(3353n){-webkit-animation-delay:335.9s;animation-delay:335.9s}.poke-block-nps .btn-nps:nth-child(3354n){-webkit-animation-delay:336s;animation-delay:336s}.poke-block-nps .btn-nps:nth-child(3355n){-webkit-animation-delay:336.1s;animation-delay:336.1s}.poke-block-nps .btn-nps:nth-child(3356n){-webkit-animation-delay:336.2s;animation-delay:336.2s}.poke-block-nps .btn-nps:nth-child(3357n){-webkit-animation-delay:336.3s;animation-delay:336.3s}.poke-block-nps .btn-nps:nth-child(3358n){-webkit-animation-delay:336.4s;animation-delay:336.4s}.poke-block-nps .btn-nps:nth-child(3359n){-webkit-animation-delay:336.5s;animation-delay:336.5s}.poke-block-nps .btn-nps:nth-child(3360n){-webkit-animation-delay:336.6s;animation-delay:336.6s}.poke-block-nps .btn-nps:nth-child(3361n){-webkit-animation-delay:336.7s;animation-delay:336.7s}.poke-block-nps .btn-nps:nth-child(3362n){-webkit-animation-delay:336.8s;animation-delay:336.8s}.poke-block-nps .btn-nps:nth-child(3363n){-webkit-animation-delay:336.9s;animation-delay:336.9s}.poke-block-nps .btn-nps:nth-child(3364n){-webkit-animation-delay:337s;animation-delay:337s}.poke-block-nps .btn-nps:nth-child(3365n){-webkit-animation-delay:337.1s;animation-delay:337.1s}.poke-block-nps .btn-nps:nth-child(3366n){-webkit-animation-delay:337.2s;animation-delay:337.2s}.poke-block-nps .btn-nps:nth-child(3367n){-webkit-animation-delay:337.3s;animation-delay:337.3s}.poke-block-nps .btn-nps:nth-child(3368n){-webkit-animation-delay:337.4s;animation-delay:337.4s}.poke-block-nps .btn-nps:nth-child(3369n){-webkit-animation-delay:337.5s;animation-delay:337.5s}.poke-block-nps .btn-nps:nth-child(3370n){-webkit-animation-delay:337.6s;animation-delay:337.6s}.poke-block-nps .btn-nps:nth-child(3371n){-webkit-animation-delay:337.7s;animation-delay:337.7s}.poke-block-nps .btn-nps:nth-child(3372n){-webkit-animation-delay:337.8s;animation-delay:337.8s}.poke-block-nps .btn-nps:nth-child(3373n){-webkit-animation-delay:337.9s;animation-delay:337.9s}.poke-block-nps .btn-nps:nth-child(3374n){-webkit-animation-delay:338s;animation-delay:338s}.poke-block-nps .btn-nps:nth-child(3375n){-webkit-animation-delay:338.1s;animation-delay:338.1s}.poke-block-nps .btn-nps:nth-child(3376n){-webkit-animation-delay:338.2s;animation-delay:338.2s}.poke-block-nps .btn-nps:nth-child(3377n){-webkit-animation-delay:338.3s;animation-delay:338.3s}.poke-block-nps .btn-nps:nth-child(3378n){-webkit-animation-delay:338.4s;animation-delay:338.4s}.poke-block-nps .btn-nps:nth-child(3379n){-webkit-animation-delay:338.5s;animation-delay:338.5s}.poke-block-nps .btn-nps:nth-child(3380n){-webkit-animation-delay:338.6s;animation-delay:338.6s}.poke-block-nps .btn-nps:nth-child(3381n){-webkit-animation-delay:338.7s;animation-delay:338.7s}.poke-block-nps .btn-nps:nth-child(3382n){-webkit-animation-delay:338.8s;animation-delay:338.8s}.poke-block-nps .btn-nps:nth-child(3383n){-webkit-animation-delay:338.9s;animation-delay:338.9s}.poke-block-nps .btn-nps:nth-child(3384n){-webkit-animation-delay:339s;animation-delay:339s}.poke-block-nps .btn-nps:nth-child(3385n){-webkit-animation-delay:339.1s;animation-delay:339.1s}.poke-block-nps .btn-nps:nth-child(3386n){-webkit-animation-delay:339.2s;animation-delay:339.2s}.poke-block-nps .btn-nps:nth-child(3387n){-webkit-animation-delay:339.3s;animation-delay:339.3s}.poke-block-nps .btn-nps:nth-child(3388n){-webkit-animation-delay:339.4s;animation-delay:339.4s}.poke-block-nps .btn-nps:nth-child(3389n){-webkit-animation-delay:339.5s;animation-delay:339.5s}.poke-block-nps .btn-nps:nth-child(3390n){-webkit-animation-delay:339.6s;animation-delay:339.6s}.poke-block-nps .btn-nps:nth-child(3391n){-webkit-animation-delay:339.7s;animation-delay:339.7s}.poke-block-nps .btn-nps:nth-child(3392n){-webkit-animation-delay:339.8s;animation-delay:339.8s}.poke-block-nps .btn-nps:nth-child(3393n){-webkit-animation-delay:339.9s;animation-delay:339.9s}.poke-block-nps .btn-nps:nth-child(3394n){-webkit-animation-delay:340s;animation-delay:340s}.poke-block-nps .btn-nps:nth-child(3395n){-webkit-animation-delay:340.1s;animation-delay:340.1s}.poke-block-nps .btn-nps:nth-child(3396n){-webkit-animation-delay:340.2s;animation-delay:340.2s}.poke-block-nps .btn-nps:nth-child(3397n){-webkit-animation-delay:340.3s;animation-delay:340.3s}.poke-block-nps .btn-nps:nth-child(3398n){-webkit-animation-delay:340.4s;animation-delay:340.4s}.poke-block-nps .btn-nps:nth-child(3399n){-webkit-animation-delay:340.5s;animation-delay:340.5s}.poke-block-nps .btn-nps:nth-child(3400n){-webkit-animation-delay:340.6s;animation-delay:340.6s}.poke-block-nps .btn-nps:nth-child(3401n){-webkit-animation-delay:340.7s;animation-delay:340.7s}.poke-block-nps .btn-nps:nth-child(3402n){-webkit-animation-delay:340.8s;animation-delay:340.8s}.poke-block-nps .btn-nps:nth-child(3403n){-webkit-animation-delay:340.9s;animation-delay:340.9s}.poke-block-nps .btn-nps:nth-child(3404n){-webkit-animation-delay:341s;animation-delay:341s}.poke-block-nps .btn-nps:nth-child(3405n){-webkit-animation-delay:341.1s;animation-delay:341.1s}.poke-block-nps .btn-nps:nth-child(3406n){-webkit-animation-delay:341.2s;animation-delay:341.2s}.poke-block-nps .btn-nps:nth-child(3407n){-webkit-animation-delay:341.3s;animation-delay:341.3s}.poke-block-nps .btn-nps:nth-child(3408n){-webkit-animation-delay:341.4s;animation-delay:341.4s}.poke-block-nps .btn-nps:nth-child(3409n){-webkit-animation-delay:341.5s;animation-delay:341.5s}.poke-block-nps .btn-nps:nth-child(3410n){-webkit-animation-delay:341.6s;animation-delay:341.6s}.poke-block-nps .btn-nps:nth-child(3411n){-webkit-animation-delay:341.7s;animation-delay:341.7s}.poke-block-nps .btn-nps:nth-child(3412n){-webkit-animation-delay:341.8s;animation-delay:341.8s}.poke-block-nps .btn-nps:nth-child(3413n){-webkit-animation-delay:341.9s;animation-delay:341.9s}.poke-block-nps .btn-nps:nth-child(3414n){-webkit-animation-delay:342s;animation-delay:342s}.poke-block-nps .btn-nps:nth-child(3415n){-webkit-animation-delay:342.1s;animation-delay:342.1s}.poke-block-nps .btn-nps:nth-child(3416n){-webkit-animation-delay:342.2s;animation-delay:342.2s}.poke-block-nps .btn-nps:nth-child(3417n){-webkit-animation-delay:342.3s;animation-delay:342.3s}.poke-block-nps .btn-nps:nth-child(3418n){-webkit-animation-delay:342.4s;animation-delay:342.4s}.poke-block-nps .btn-nps:nth-child(3419n){-webkit-animation-delay:342.5s;animation-delay:342.5s}.poke-block-nps .btn-nps:nth-child(3420n){-webkit-animation-delay:342.6s;animation-delay:342.6s}.poke-block-nps .btn-nps:nth-child(3421n){-webkit-animation-delay:342.7s;animation-delay:342.7s}.poke-block-nps .btn-nps:nth-child(3422n){-webkit-animation-delay:342.8s;animation-delay:342.8s}.poke-block-nps .btn-nps:nth-child(3423n){-webkit-animation-delay:342.9s;animation-delay:342.9s}.poke-block-nps .btn-nps:nth-child(3424n){-webkit-animation-delay:343s;animation-delay:343s}.poke-block-nps .btn-nps:nth-child(3425n){-webkit-animation-delay:343.1s;animation-delay:343.1s}.poke-block-nps .btn-nps:nth-child(3426n){-webkit-animation-delay:343.2s;animation-delay:343.2s}.poke-block-nps .btn-nps:nth-child(3427n){-webkit-animation-delay:343.3s;animation-delay:343.3s}.poke-block-nps .btn-nps:nth-child(3428n){-webkit-animation-delay:343.4s;animation-delay:343.4s}.poke-block-nps .btn-nps:nth-child(3429n){-webkit-animation-delay:343.5s;animation-delay:343.5s}.poke-block-nps .btn-nps:nth-child(3430n){-webkit-animation-delay:343.6s;animation-delay:343.6s}.poke-block-nps .btn-nps:nth-child(3431n){-webkit-animation-delay:343.7s;animation-delay:343.7s}.poke-block-nps .btn-nps:nth-child(3432n){-webkit-animation-delay:343.8s;animation-delay:343.8s}.poke-block-nps .btn-nps:nth-child(3433n){-webkit-animation-delay:343.9s;animation-delay:343.9s}.poke-block-nps .btn-nps:nth-child(3434n){-webkit-animation-delay:344s;animation-delay:344s}.poke-block-nps .btn-nps:nth-child(3435n){-webkit-animation-delay:344.1s;animation-delay:344.1s}.poke-block-nps .btn-nps:nth-child(3436n){-webkit-animation-delay:344.2s;animation-delay:344.2s}.poke-block-nps .btn-nps:nth-child(3437n){-webkit-animation-delay:344.3s;animation-delay:344.3s}.poke-block-nps .btn-nps:nth-child(3438n){-webkit-animation-delay:344.4s;animation-delay:344.4s}.poke-block-nps .btn-nps:nth-child(3439n){-webkit-animation-delay:344.5s;animation-delay:344.5s}.poke-block-nps .btn-nps:nth-child(3440n){-webkit-animation-delay:344.6s;animation-delay:344.6s}.poke-block-nps .btn-nps:nth-child(3441n){-webkit-animation-delay:344.7s;animation-delay:344.7s}.poke-block-nps .btn-nps:nth-child(3442n){-webkit-animation-delay:344.8s;animation-delay:344.8s}.poke-block-nps .btn-nps:nth-child(3443n){-webkit-animation-delay:344.9s;animation-delay:344.9s}.poke-block-nps .btn-nps:nth-child(3444n){-webkit-animation-delay:345s;animation-delay:345s}.poke-block-nps .btn-nps:nth-child(3445n){-webkit-animation-delay:345.1s;animation-delay:345.1s}.poke-block-nps .btn-nps:nth-child(3446n){-webkit-animation-delay:345.2s;animation-delay:345.2s}.poke-block-nps .btn-nps:nth-child(3447n){-webkit-animation-delay:345.3s;animation-delay:345.3s}.poke-block-nps .btn-nps:nth-child(3448n){-webkit-animation-delay:345.4s;animation-delay:345.4s}.poke-block-nps .btn-nps:nth-child(3449n){-webkit-animation-delay:345.5s;animation-delay:345.5s}.poke-block-nps .btn-nps:nth-child(3450n){-webkit-animation-delay:345.6s;animation-delay:345.6s}.poke-block-nps .btn-nps:nth-child(3451n){-webkit-animation-delay:345.7s;animation-delay:345.7s}.poke-block-nps .btn-nps:nth-child(3452n){-webkit-animation-delay:345.8s;animation-delay:345.8s}.poke-block-nps .btn-nps:nth-child(3453n){-webkit-animation-delay:345.9s;animation-delay:345.9s}.poke-block-nps .btn-nps:nth-child(3454n){-webkit-animation-delay:346s;animation-delay:346s}.poke-block-nps .btn-nps:nth-child(3455n){-webkit-animation-delay:346.1s;animation-delay:346.1s}.poke-block-nps .btn-nps:nth-child(3456n){-webkit-animation-delay:346.2s;animation-delay:346.2s}.poke-block-nps .btn-nps:nth-child(3457n){-webkit-animation-delay:346.3s;animation-delay:346.3s}.poke-block-nps .btn-nps:nth-child(3458n){-webkit-animation-delay:346.4s;animation-delay:346.4s}.poke-block-nps .btn-nps:nth-child(3459n){-webkit-animation-delay:346.5s;animation-delay:346.5s}.poke-block-nps .btn-nps:nth-child(3460n){-webkit-animation-delay:346.6s;animation-delay:346.6s}.poke-block-nps .btn-nps:nth-child(3461n){-webkit-animation-delay:346.7s;animation-delay:346.7s}.poke-block-nps .btn-nps:nth-child(3462n){-webkit-animation-delay:346.8s;animation-delay:346.8s}.poke-block-nps .btn-nps:nth-child(3463n){-webkit-animation-delay:346.9s;animation-delay:346.9s}.poke-block-nps .btn-nps:nth-child(3464n){-webkit-animation-delay:347s;animation-delay:347s}.poke-block-nps .btn-nps:nth-child(3465n){-webkit-animation-delay:347.1s;animation-delay:347.1s}.poke-block-nps .btn-nps:nth-child(3466n){-webkit-animation-delay:347.2s;animation-delay:347.2s}.poke-block-nps .btn-nps:nth-child(3467n){-webkit-animation-delay:347.3s;animation-delay:347.3s}.poke-block-nps .btn-nps:nth-child(3468n){-webkit-animation-delay:347.4s;animation-delay:347.4s}.poke-block-nps .btn-nps:nth-child(3469n){-webkit-animation-delay:347.5s;animation-delay:347.5s}.poke-block-nps .btn-nps:nth-child(3470n){-webkit-animation-delay:347.6s;animation-delay:347.6s}.poke-block-nps .btn-nps:nth-child(3471n){-webkit-animation-delay:347.7s;animation-delay:347.7s}.poke-block-nps .btn-nps:nth-child(3472n){-webkit-animation-delay:347.8s;animation-delay:347.8s}.poke-block-nps .btn-nps:nth-child(3473n){-webkit-animation-delay:347.9s;animation-delay:347.9s}.poke-block-nps .btn-nps:nth-child(3474n){-webkit-animation-delay:348s;animation-delay:348s}.poke-block-nps .btn-nps:nth-child(3475n){-webkit-animation-delay:348.1s;animation-delay:348.1s}.poke-block-nps .btn-nps:nth-child(3476n){-webkit-animation-delay:348.2s;animation-delay:348.2s}.poke-block-nps .btn-nps:nth-child(3477n){-webkit-animation-delay:348.3s;animation-delay:348.3s}.poke-block-nps .btn-nps:nth-child(3478n){-webkit-animation-delay:348.4s;animation-delay:348.4s}.poke-block-nps .btn-nps:nth-child(3479n){-webkit-animation-delay:348.5s;animation-delay:348.5s}.poke-block-nps .btn-nps:nth-child(3480n){-webkit-animation-delay:348.6s;animation-delay:348.6s}.poke-block-nps .btn-nps:nth-child(3481n){-webkit-animation-delay:348.7s;animation-delay:348.7s}.poke-block-nps .btn-nps:nth-child(3482n){-webkit-animation-delay:348.8s;animation-delay:348.8s}.poke-block-nps .btn-nps:nth-child(3483n){-webkit-animation-delay:348.9s;animation-delay:348.9s}.poke-block-nps .btn-nps:nth-child(3484n){-webkit-animation-delay:349s;animation-delay:349s}.poke-block-nps .btn-nps:nth-child(3485n){-webkit-animation-delay:349.1s;animation-delay:349.1s}.poke-block-nps .btn-nps:nth-child(3486n){-webkit-animation-delay:349.2s;animation-delay:349.2s}.poke-block-nps .btn-nps:nth-child(3487n){-webkit-animation-delay:349.3s;animation-delay:349.3s}.poke-block-nps .btn-nps:nth-child(3488n){-webkit-animation-delay:349.4s;animation-delay:349.4s}.poke-block-nps .btn-nps:nth-child(3489n){-webkit-animation-delay:349.5s;animation-delay:349.5s}.poke-block-nps .btn-nps:nth-child(3490n){-webkit-animation-delay:349.6s;animation-delay:349.6s}.poke-block-nps .btn-nps:nth-child(3491n){-webkit-animation-delay:349.7s;animation-delay:349.7s}.poke-block-nps .btn-nps:nth-child(3492n){-webkit-animation-delay:349.8s;animation-delay:349.8s}.poke-block-nps .btn-nps:nth-child(3493n){-webkit-animation-delay:349.9s;animation-delay:349.9s}.poke-block-nps .btn-nps:nth-child(3494n){-webkit-animation-delay:350s;animation-delay:350s}.poke-block-nps .btn-nps:nth-child(3495n){-webkit-animation-delay:350.1s;animation-delay:350.1s}.poke-block-nps .btn-nps:nth-child(3496n){-webkit-animation-delay:350.2s;animation-delay:350.2s}.poke-block-nps .btn-nps:nth-child(3497n){-webkit-animation-delay:350.3s;animation-delay:350.3s}.poke-block-nps .btn-nps:nth-child(3498n){-webkit-animation-delay:350.4s;animation-delay:350.4s}.poke-block-nps .btn-nps:nth-child(3499n){-webkit-animation-delay:350.5s;animation-delay:350.5s}.poke-block-nps .btn-nps:nth-child(3500n){-webkit-animation-delay:350.6s;animation-delay:350.6s}.poke-block-nps .btn-nps:nth-child(3501n){-webkit-animation-delay:350.7s;animation-delay:350.7s}.poke-block-nps .btn-nps:nth-child(3502n){-webkit-animation-delay:350.8s;animation-delay:350.8s}.poke-block-nps .btn-nps:nth-child(3503n){-webkit-animation-delay:350.9s;animation-delay:350.9s}.poke-block-nps .btn-nps:nth-child(3504n){-webkit-animation-delay:351s;animation-delay:351s}.poke-block-nps .btn-nps:nth-child(3505n){-webkit-animation-delay:351.1s;animation-delay:351.1s}.poke-block-nps .btn-nps:nth-child(3506n){-webkit-animation-delay:351.2s;animation-delay:351.2s}.poke-block-nps .btn-nps:nth-child(3507n){-webkit-animation-delay:351.3s;animation-delay:351.3s}.poke-block-nps .btn-nps:nth-child(3508n){-webkit-animation-delay:351.4s;animation-delay:351.4s}.poke-block-nps .btn-nps:nth-child(3509n){-webkit-animation-delay:351.5s;animation-delay:351.5s}.poke-block-nps .btn-nps:nth-child(3510n){-webkit-animation-delay:351.6s;animation-delay:351.6s}.poke-block-nps .btn-nps:nth-child(3511n){-webkit-animation-delay:351.7s;animation-delay:351.7s}.poke-block-nps .btn-nps:nth-child(3512n){-webkit-animation-delay:351.8s;animation-delay:351.8s}.poke-block-nps .btn-nps:nth-child(3513n){-webkit-animation-delay:351.9s;animation-delay:351.9s}.poke-block-nps .btn-nps:nth-child(3514n){-webkit-animation-delay:352s;animation-delay:352s}.poke-block-nps .btn-nps:nth-child(3515n){-webkit-animation-delay:352.1s;animation-delay:352.1s}.poke-block-nps .btn-nps:nth-child(3516n){-webkit-animation-delay:352.2s;animation-delay:352.2s}.poke-block-nps .btn-nps:nth-child(3517n){-webkit-animation-delay:352.3s;animation-delay:352.3s}.poke-block-nps .btn-nps:nth-child(3518n){-webkit-animation-delay:352.4s;animation-delay:352.4s}.poke-block-nps .btn-nps:nth-child(3519n){-webkit-animation-delay:352.5s;animation-delay:352.5s}.poke-block-nps .btn-nps:nth-child(3520n){-webkit-animation-delay:352.6s;animation-delay:352.6s}.poke-block-nps .btn-nps:nth-child(3521n){-webkit-animation-delay:352.7s;animation-delay:352.7s}.poke-block-nps .btn-nps:nth-child(3522n){-webkit-animation-delay:352.8s;animation-delay:352.8s}.poke-block-nps .btn-nps:nth-child(3523n){-webkit-animation-delay:352.9s;animation-delay:352.9s}.poke-block-nps .btn-nps:nth-child(3524n){-webkit-animation-delay:353s;animation-delay:353s}.poke-block-nps .btn-nps:nth-child(3525n){-webkit-animation-delay:353.1s;animation-delay:353.1s}.poke-block-nps .btn-nps:nth-child(3526n){-webkit-animation-delay:353.2s;animation-delay:353.2s}.poke-block-nps .btn-nps:nth-child(3527n){-webkit-animation-delay:353.3s;animation-delay:353.3s}.poke-block-nps .btn-nps:nth-child(3528n){-webkit-animation-delay:353.4s;animation-delay:353.4s}.poke-block-nps .btn-nps:nth-child(3529n){-webkit-animation-delay:353.5s;animation-delay:353.5s}.poke-block-nps .btn-nps:nth-child(3530n){-webkit-animation-delay:353.6s;animation-delay:353.6s}.poke-block-nps .btn-nps:nth-child(3531n){-webkit-animation-delay:353.7s;animation-delay:353.7s}.poke-block-nps .btn-nps:nth-child(3532n){-webkit-animation-delay:353.8s;animation-delay:353.8s}.poke-block-nps .btn-nps:nth-child(3533n){-webkit-animation-delay:353.9s;animation-delay:353.9s}.poke-block-nps .btn-nps:nth-child(3534n){-webkit-animation-delay:354s;animation-delay:354s}.poke-block-nps .btn-nps:nth-child(3535n){-webkit-animation-delay:354.1s;animation-delay:354.1s}.poke-block-nps .btn-nps:nth-child(3536n){-webkit-animation-delay:354.2s;animation-delay:354.2s}.poke-block-nps .btn-nps:nth-child(3537n){-webkit-animation-delay:354.3s;animation-delay:354.3s}.poke-block-nps .btn-nps:nth-child(3538n){-webkit-animation-delay:354.4s;animation-delay:354.4s}.poke-block-nps .btn-nps:nth-child(3539n){-webkit-animation-delay:354.5s;animation-delay:354.5s}.poke-block-nps .btn-nps:nth-child(3540n){-webkit-animation-delay:354.6s;animation-delay:354.6s}.poke-block-nps .btn-nps:nth-child(3541n){-webkit-animation-delay:354.7s;animation-delay:354.7s}.poke-block-nps .btn-nps:nth-child(3542n){-webkit-animation-delay:354.8s;animation-delay:354.8s}.poke-block-nps .btn-nps:nth-child(3543n){-webkit-animation-delay:354.9s;animation-delay:354.9s}.poke-block-nps .btn-nps:nth-child(3544n){-webkit-animation-delay:355s;animation-delay:355s}.poke-block-nps .btn-nps:nth-child(3545n){-webkit-animation-delay:355.1s;animation-delay:355.1s}.poke-block-nps .btn-nps:nth-child(3546n){-webkit-animation-delay:355.2s;animation-delay:355.2s}.poke-block-nps .btn-nps:nth-child(3547n){-webkit-animation-delay:355.3s;animation-delay:355.3s}.poke-block-nps .btn-nps:nth-child(3548n){-webkit-animation-delay:355.4s;animation-delay:355.4s}.poke-block-nps .btn-nps:nth-child(3549n){-webkit-animation-delay:355.5s;animation-delay:355.5s}.poke-block-nps .btn-nps:nth-child(3550n){-webkit-animation-delay:355.6s;animation-delay:355.6s}.poke-block-nps .btn-nps:nth-child(3551n){-webkit-animation-delay:355.7s;animation-delay:355.7s}.poke-block-nps .btn-nps:nth-child(3552n){-webkit-animation-delay:355.8s;animation-delay:355.8s}.poke-block-nps .btn-nps:nth-child(3553n){-webkit-animation-delay:355.9s;animation-delay:355.9s}.poke-block-nps .btn-nps:nth-child(3554n){-webkit-animation-delay:356s;animation-delay:356s}.poke-block-nps .btn-nps:nth-child(3555n){-webkit-animation-delay:356.1s;animation-delay:356.1s}.poke-block-nps .btn-nps:nth-child(3556n){-webkit-animation-delay:356.2s;animation-delay:356.2s}.poke-block-nps .btn-nps:nth-child(3557n){-webkit-animation-delay:356.3s;animation-delay:356.3s}.poke-block-nps .btn-nps:nth-child(3558n){-webkit-animation-delay:356.4s;animation-delay:356.4s}.poke-block-nps .btn-nps:nth-child(3559n){-webkit-animation-delay:356.5s;animation-delay:356.5s}.poke-block-nps .btn-nps:nth-child(3560n){-webkit-animation-delay:356.6s;animation-delay:356.6s}.poke-block-nps .btn-nps:nth-child(3561n){-webkit-animation-delay:356.7s;animation-delay:356.7s}.poke-block-nps .btn-nps:nth-child(3562n){-webkit-animation-delay:356.8s;animation-delay:356.8s}.poke-block-nps .btn-nps:nth-child(3563n){-webkit-animation-delay:356.9s;animation-delay:356.9s}.poke-block-nps .btn-nps:nth-child(3564n){-webkit-animation-delay:357s;animation-delay:357s}.poke-block-nps .btn-nps:nth-child(3565n){-webkit-animation-delay:357.1s;animation-delay:357.1s}.poke-block-nps .btn-nps:nth-child(3566n){-webkit-animation-delay:357.2s;animation-delay:357.2s}.poke-block-nps .btn-nps:nth-child(3567n){-webkit-animation-delay:357.3s;animation-delay:357.3s}.poke-block-nps .btn-nps:nth-child(3568n){-webkit-animation-delay:357.4s;animation-delay:357.4s}.poke-block-nps .btn-nps:nth-child(3569n){-webkit-animation-delay:357.5s;animation-delay:357.5s}.poke-block-nps .btn-nps:nth-child(3570n){-webkit-animation-delay:357.6s;animation-delay:357.6s}.poke-block-nps .btn-nps:nth-child(3571n){-webkit-animation-delay:357.7s;animation-delay:357.7s}.poke-block-nps .btn-nps:nth-child(3572n){-webkit-animation-delay:357.8s;animation-delay:357.8s}.poke-block-nps .btn-nps:nth-child(3573n){-webkit-animation-delay:357.9s;animation-delay:357.9s}.poke-block-nps .btn-nps:nth-child(3574n){-webkit-animation-delay:358s;animation-delay:358s}.poke-block-nps .btn-nps:nth-child(3575n){-webkit-animation-delay:358.1s;animation-delay:358.1s}.poke-block-nps .btn-nps:nth-child(3576n){-webkit-animation-delay:358.2s;animation-delay:358.2s}.poke-block-nps .btn-nps:nth-child(3577n){-webkit-animation-delay:358.3s;animation-delay:358.3s}.poke-block-nps .btn-nps:nth-child(3578n){-webkit-animation-delay:358.4s;animation-delay:358.4s}.poke-block-nps .btn-nps:nth-child(3579n){-webkit-animation-delay:358.5s;animation-delay:358.5s}.poke-block-nps .btn-nps:nth-child(3580n){-webkit-animation-delay:358.6s;animation-delay:358.6s}.poke-block-nps .btn-nps:nth-child(3581n){-webkit-animation-delay:358.7s;animation-delay:358.7s}.poke-block-nps .btn-nps:nth-child(3582n){-webkit-animation-delay:358.8s;animation-delay:358.8s}.poke-block-nps .btn-nps:nth-child(3583n){-webkit-animation-delay:358.9s;animation-delay:358.9s}.poke-block-nps .btn-nps:nth-child(3584n){-webkit-animation-delay:359s;animation-delay:359s}.poke-block-nps .btn-nps:nth-child(3585n){-webkit-animation-delay:359.1s;animation-delay:359.1s}.poke-block-nps .btn-nps:nth-child(3586n){-webkit-animation-delay:359.2s;animation-delay:359.2s}.poke-block-nps .btn-nps:nth-child(3587n){-webkit-animation-delay:359.3s;animation-delay:359.3s}.poke-block-nps .btn-nps:nth-child(3588n){-webkit-animation-delay:359.4s;animation-delay:359.4s}.poke-block-nps .btn-nps:nth-child(3589n){-webkit-animation-delay:359.5s;animation-delay:359.5s}.poke-block-nps .btn-nps:nth-child(3590n){-webkit-animation-delay:359.6s;animation-delay:359.6s}.poke-block-nps .btn-nps:nth-child(3591n){-webkit-animation-delay:359.7s;animation-delay:359.7s}.poke-block-nps .btn-nps:nth-child(3592n){-webkit-animation-delay:359.8s;animation-delay:359.8s}.poke-block-nps .btn-nps:nth-child(3593n){-webkit-animation-delay:359.9s;animation-delay:359.9s}.poke-block-nps .btn-nps:nth-child(3594n){-webkit-animation-delay:360s;animation-delay:360s}.poke-block-nps .btn-nps:nth-child(3595n){-webkit-animation-delay:360.1s;animation-delay:360.1s}.poke-block-nps .btn-nps:nth-child(3596n){-webkit-animation-delay:360.2s;animation-delay:360.2s}.poke-block-nps .btn-nps:nth-child(3597n){-webkit-animation-delay:360.3s;animation-delay:360.3s}.poke-block-nps .btn-nps:nth-child(3598n){-webkit-animation-delay:360.4s;animation-delay:360.4s}.poke-block-nps .btn-nps:nth-child(3599n){-webkit-animation-delay:360.5s;animation-delay:360.5s}.poke-block-nps .btn-nps:nth-child(3600n){-webkit-animation-delay:360.6s;animation-delay:360.6s}.poke-block-nps .btn-nps:nth-child(3601n){-webkit-animation-delay:360.7s;animation-delay:360.7s}.poke-block-nps .btn-nps:nth-child(3602n){-webkit-animation-delay:360.8s;animation-delay:360.8s}.poke-block-nps .btn-nps:nth-child(3603n){-webkit-animation-delay:360.9s;animation-delay:360.9s}.poke-block-nps .btn-nps:nth-child(3604n){-webkit-animation-delay:361s;animation-delay:361s}.poke-block-nps .btn-nps:nth-child(3605n){-webkit-animation-delay:361.1s;animation-delay:361.1s}.poke-block-nps .btn-nps:nth-child(3606n){-webkit-animation-delay:361.2s;animation-delay:361.2s}.poke-block-nps .btn-nps:nth-child(3607n){-webkit-animation-delay:361.3s;animation-delay:361.3s}.poke-block-nps .btn-nps:nth-child(3608n){-webkit-animation-delay:361.4s;animation-delay:361.4s}.poke-block-nps .btn-nps:nth-child(3609n){-webkit-animation-delay:361.5s;animation-delay:361.5s}.poke-block-nps .btn-nps:nth-child(3610n){-webkit-animation-delay:361.6s;animation-delay:361.6s}.poke-block-nps .btn-nps:nth-child(3611n){-webkit-animation-delay:361.7s;animation-delay:361.7s}.poke-block-nps .btn-nps:nth-child(3612n){-webkit-animation-delay:361.8s;animation-delay:361.8s}.poke-block-nps .btn-nps:nth-child(3613n){-webkit-animation-delay:361.9s;animation-delay:361.9s}.poke-block-nps .btn-nps:nth-child(3614n){-webkit-animation-delay:362s;animation-delay:362s}.poke-block-nps .btn-nps:nth-child(3615n){-webkit-animation-delay:362.1s;animation-delay:362.1s}.poke-block-nps .btn-nps:nth-child(3616n){-webkit-animation-delay:362.2s;animation-delay:362.2s}.poke-block-nps .btn-nps:nth-child(3617n){-webkit-animation-delay:362.3s;animation-delay:362.3s}.poke-block-nps .btn-nps:nth-child(3618n){-webkit-animation-delay:362.4s;animation-delay:362.4s}.poke-block-nps .btn-nps:nth-child(3619n){-webkit-animation-delay:362.5s;animation-delay:362.5s}.poke-block-nps .btn-nps:nth-child(3620n){-webkit-animation-delay:362.6s;animation-delay:362.6s}.poke-block-nps .btn-nps:nth-child(3621n){-webkit-animation-delay:362.7s;animation-delay:362.7s}.poke-block-nps .btn-nps:nth-child(3622n){-webkit-animation-delay:362.8s;animation-delay:362.8s}.poke-block-nps .btn-nps:nth-child(3623n){-webkit-animation-delay:362.9s;animation-delay:362.9s}.poke-block-nps .btn-nps:nth-child(3624n){-webkit-animation-delay:363s;animation-delay:363s}.poke-block-nps .btn-nps:nth-child(3625n){-webkit-animation-delay:363.1s;animation-delay:363.1s}.poke-block-nps .btn-nps:nth-child(3626n){-webkit-animation-delay:363.2s;animation-delay:363.2s}.poke-block-nps .btn-nps:nth-child(3627n){-webkit-animation-delay:363.3s;animation-delay:363.3s}.poke-block-nps .btn-nps:nth-child(3628n){-webkit-animation-delay:363.4s;animation-delay:363.4s}.poke-block-nps .btn-nps:nth-child(3629n){-webkit-animation-delay:363.5s;animation-delay:363.5s}.poke-block-nps .btn-nps:nth-child(3630n){-webkit-animation-delay:363.6s;animation-delay:363.6s}.poke-block-nps .btn-nps:nth-child(3631n){-webkit-animation-delay:363.7s;animation-delay:363.7s}.poke-block-nps .btn-nps:nth-child(3632n){-webkit-animation-delay:363.8s;animation-delay:363.8s}.poke-block-nps .btn-nps:nth-child(3633n){-webkit-animation-delay:363.9s;animation-delay:363.9s}.poke-block-nps .btn-nps:nth-child(3634n){-webkit-animation-delay:364s;animation-delay:364s}.poke-block-nps .btn-nps:nth-child(3635n){-webkit-animation-delay:364.1s;animation-delay:364.1s}.poke-block-nps .btn-nps:nth-child(3636n){-webkit-animation-delay:364.2s;animation-delay:364.2s}.poke-block-nps .btn-nps:nth-child(3637n){-webkit-animation-delay:364.3s;animation-delay:364.3s}.poke-block-nps .btn-nps:nth-child(3638n){-webkit-animation-delay:364.4s;animation-delay:364.4s}.poke-block-nps .btn-nps:nth-child(3639n){-webkit-animation-delay:364.5s;animation-delay:364.5s}.poke-block-nps .btn-nps:nth-child(3640n){-webkit-animation-delay:364.6s;animation-delay:364.6s}.poke-block-nps .btn-nps:nth-child(3641n){-webkit-animation-delay:364.7s;animation-delay:364.7s}.poke-block-nps .btn-nps:nth-child(3642n){-webkit-animation-delay:364.8s;animation-delay:364.8s}.poke-block-nps .btn-nps:nth-child(3643n){-webkit-animation-delay:364.9s;animation-delay:364.9s}.poke-block-nps .btn-nps:nth-child(3644n){-webkit-animation-delay:365s;animation-delay:365s}.poke-block-nps .btn-nps:nth-child(3645n){-webkit-animation-delay:365.1s;animation-delay:365.1s}.poke-block-nps .btn-nps:nth-child(3646n){-webkit-animation-delay:365.2s;animation-delay:365.2s}.poke-block-nps .btn-nps:nth-child(3647n){-webkit-animation-delay:365.3s;animation-delay:365.3s}.poke-block-nps .btn-nps:nth-child(3648n){-webkit-animation-delay:365.4s;animation-delay:365.4s}.poke-block-nps .btn-nps:nth-child(3649n){-webkit-animation-delay:365.5s;animation-delay:365.5s}.poke-block-nps .btn-nps:nth-child(3650n){-webkit-animation-delay:365.6s;animation-delay:365.6s}.poke-block-nps .btn-nps:nth-child(3651n){-webkit-animation-delay:365.7s;animation-delay:365.7s}.poke-block-nps .btn-nps:nth-child(3652n){-webkit-animation-delay:365.8s;animation-delay:365.8s}.poke-block-nps .btn-nps:nth-child(3653n){-webkit-animation-delay:365.9s;animation-delay:365.9s}.poke-block-nps .btn-nps:nth-child(3654n){-webkit-animation-delay:366s;animation-delay:366s}.poke-block-nps .btn-nps:nth-child(3655n){-webkit-animation-delay:366.1s;animation-delay:366.1s}.poke-block-nps .btn-nps:nth-child(3656n){-webkit-animation-delay:366.2s;animation-delay:366.2s}.poke-block-nps .btn-nps:nth-child(3657n){-webkit-animation-delay:366.3s;animation-delay:366.3s}.poke-block-nps .btn-nps:nth-child(3658n){-webkit-animation-delay:366.4s;animation-delay:366.4s}.poke-block-nps .btn-nps:nth-child(3659n){-webkit-animation-delay:366.5s;animation-delay:366.5s}.poke-block-nps .btn-nps:nth-child(3660n){-webkit-animation-delay:366.6s;animation-delay:366.6s}.poke-block-nps .btn-nps:nth-child(3661n){-webkit-animation-delay:366.7s;animation-delay:366.7s}.poke-block-nps .btn-nps:nth-child(3662n){-webkit-animation-delay:366.8s;animation-delay:366.8s}.poke-block-nps .btn-nps:nth-child(3663n){-webkit-animation-delay:366.9s;animation-delay:366.9s}.poke-block-nps .btn-nps:nth-child(3664n){-webkit-animation-delay:367s;animation-delay:367s}.poke-block-nps .btn-nps:nth-child(3665n){-webkit-animation-delay:367.1s;animation-delay:367.1s}.poke-block-nps .btn-nps:nth-child(3666n){-webkit-animation-delay:367.2s;animation-delay:367.2s}.poke-block-nps .btn-nps:nth-child(3667n){-webkit-animation-delay:367.3s;animation-delay:367.3s}.poke-block-nps .btn-nps:nth-child(3668n){-webkit-animation-delay:367.4s;animation-delay:367.4s}.poke-block-nps .btn-nps:nth-child(3669n){-webkit-animation-delay:367.5s;animation-delay:367.5s}.poke-block-nps .btn-nps:nth-child(3670n){-webkit-animation-delay:367.6s;animation-delay:367.6s}.poke-block-nps .btn-nps:nth-child(3671n){-webkit-animation-delay:367.7s;animation-delay:367.7s}.poke-block-nps .btn-nps:nth-child(3672n){-webkit-animation-delay:367.8s;animation-delay:367.8s}.poke-block-nps .btn-nps:nth-child(3673n){-webkit-animation-delay:367.9s;animation-delay:367.9s}.poke-block-nps .btn-nps:nth-child(3674n){-webkit-animation-delay:368s;animation-delay:368s}.poke-block-nps .btn-nps:nth-child(3675n){-webkit-animation-delay:368.1s;animation-delay:368.1s}.poke-block-nps .btn-nps:nth-child(3676n){-webkit-animation-delay:368.2s;animation-delay:368.2s}.poke-block-nps .btn-nps:nth-child(3677n){-webkit-animation-delay:368.3s;animation-delay:368.3s}.poke-block-nps .btn-nps:nth-child(3678n){-webkit-animation-delay:368.4s;animation-delay:368.4s}.poke-block-nps .btn-nps:nth-child(3679n){-webkit-animation-delay:368.5s;animation-delay:368.5s}.poke-block-nps .btn-nps:nth-child(3680n){-webkit-animation-delay:368.6s;animation-delay:368.6s}.poke-block-nps .btn-nps:nth-child(3681n){-webkit-animation-delay:368.7s;animation-delay:368.7s}.poke-block-nps .btn-nps:nth-child(3682n){-webkit-animation-delay:368.8s;animation-delay:368.8s}.poke-block-nps .btn-nps:nth-child(3683n){-webkit-animation-delay:368.9s;animation-delay:368.9s}.poke-block-nps .btn-nps:nth-child(3684n){-webkit-animation-delay:369s;animation-delay:369s}.poke-block-nps .btn-nps:nth-child(3685n){-webkit-animation-delay:369.1s;animation-delay:369.1s}.poke-block-nps .btn-nps:nth-child(3686n){-webkit-animation-delay:369.2s;animation-delay:369.2s}.poke-block-nps .btn-nps:nth-child(3687n){-webkit-animation-delay:369.3s;animation-delay:369.3s}.poke-block-nps .btn-nps:nth-child(3688n){-webkit-animation-delay:369.4s;animation-delay:369.4s}.poke-block-nps .btn-nps:nth-child(3689n){-webkit-animation-delay:369.5s;animation-delay:369.5s}.poke-block-nps .btn-nps:nth-child(3690n){-webkit-animation-delay:369.6s;animation-delay:369.6s}.poke-block-nps .btn-nps:nth-child(3691n){-webkit-animation-delay:369.7s;animation-delay:369.7s}.poke-block-nps .btn-nps:nth-child(3692n){-webkit-animation-delay:369.8s;animation-delay:369.8s}.poke-block-nps .btn-nps:nth-child(3693n){-webkit-animation-delay:369.9s;animation-delay:369.9s}.poke-block-nps .btn-nps:nth-child(3694n){-webkit-animation-delay:370s;animation-delay:370s}.poke-block-nps .btn-nps:nth-child(3695n){-webkit-animation-delay:370.1s;animation-delay:370.1s}.poke-block-nps .btn-nps:nth-child(3696n){-webkit-animation-delay:370.2s;animation-delay:370.2s}.poke-block-nps .btn-nps:nth-child(3697n){-webkit-animation-delay:370.3s;animation-delay:370.3s}.poke-block-nps .btn-nps:nth-child(3698n){-webkit-animation-delay:370.4s;animation-delay:370.4s}.poke-block-nps .btn-nps:nth-child(3699n){-webkit-animation-delay:370.5s;animation-delay:370.5s}.poke-block-nps .btn-nps:nth-child(3700n){-webkit-animation-delay:370.6s;animation-delay:370.6s}.poke-block-nps .btn-nps:nth-child(3701n){-webkit-animation-delay:370.7s;animation-delay:370.7s}.poke-block-nps .btn-nps:nth-child(3702n){-webkit-animation-delay:370.8s;animation-delay:370.8s}.poke-block-nps .btn-nps:nth-child(3703n){-webkit-animation-delay:370.9s;animation-delay:370.9s}.poke-block-nps .btn-nps:nth-child(3704n){-webkit-animation-delay:371s;animation-delay:371s}.poke-block-nps .btn-nps:nth-child(3705n){-webkit-animation-delay:371.1s;animation-delay:371.1s}.poke-block-nps .btn-nps:nth-child(3706n){-webkit-animation-delay:371.2s;animation-delay:371.2s}.poke-block-nps .btn-nps:nth-child(3707n){-webkit-animation-delay:371.3s;animation-delay:371.3s}.poke-block-nps .btn-nps:nth-child(3708n){-webkit-animation-delay:371.4s;animation-delay:371.4s}.poke-block-nps .btn-nps:nth-child(3709n){-webkit-animation-delay:371.5s;animation-delay:371.5s}.poke-block-nps .btn-nps:nth-child(3710n){-webkit-animation-delay:371.6s;animation-delay:371.6s}.poke-block-nps .btn-nps:nth-child(3711n){-webkit-animation-delay:371.7s;animation-delay:371.7s}.poke-block-nps .btn-nps:nth-child(3712n){-webkit-animation-delay:371.8s;animation-delay:371.8s}.poke-block-nps .btn-nps:nth-child(3713n){-webkit-animation-delay:371.9s;animation-delay:371.9s}.poke-block-nps .btn-nps:nth-child(3714n){-webkit-animation-delay:372s;animation-delay:372s}.poke-block-nps .btn-nps:nth-child(3715n){-webkit-animation-delay:372.1s;animation-delay:372.1s}.poke-block-nps .btn-nps:nth-child(3716n){-webkit-animation-delay:372.2s;animation-delay:372.2s}.poke-block-nps .btn-nps:nth-child(3717n){-webkit-animation-delay:372.3s;animation-delay:372.3s}.poke-block-nps .btn-nps:nth-child(3718n){-webkit-animation-delay:372.4s;animation-delay:372.4s}.poke-block-nps .btn-nps:nth-child(3719n){-webkit-animation-delay:372.5s;animation-delay:372.5s}.poke-block-nps .btn-nps:nth-child(3720n){-webkit-animation-delay:372.6s;animation-delay:372.6s}.poke-block-nps .btn-nps:nth-child(3721n){-webkit-animation-delay:372.7s;animation-delay:372.7s}.poke-block-nps .btn-nps:nth-child(3722n){-webkit-animation-delay:372.8s;animation-delay:372.8s}.poke-block-nps .btn-nps:nth-child(3723n){-webkit-animation-delay:372.9s;animation-delay:372.9s}.poke-block-nps .btn-nps:nth-child(3724n){-webkit-animation-delay:373s;animation-delay:373s}.poke-block-nps .btn-nps:nth-child(3725n){-webkit-animation-delay:373.1s;animation-delay:373.1s}.poke-block-nps .btn-nps:nth-child(3726n){-webkit-animation-delay:373.2s;animation-delay:373.2s}.poke-block-nps .btn-nps:nth-child(3727n){-webkit-animation-delay:373.3s;animation-delay:373.3s}.poke-block-nps .btn-nps:nth-child(3728n){-webkit-animation-delay:373.4s;animation-delay:373.4s}.poke-block-nps .btn-nps:nth-child(3729n){-webkit-animation-delay:373.5s;animation-delay:373.5s}.poke-block-nps .btn-nps:nth-child(3730n){-webkit-animation-delay:373.6s;animation-delay:373.6s}.poke-block-nps .btn-nps:nth-child(3731n){-webkit-animation-delay:373.7s;animation-delay:373.7s}.poke-block-nps .btn-nps:nth-child(3732n){-webkit-animation-delay:373.8s;animation-delay:373.8s}.poke-block-nps .btn-nps:nth-child(3733n){-webkit-animation-delay:373.9s;animation-delay:373.9s}.poke-block-nps .btn-nps:nth-child(3734n){-webkit-animation-delay:374s;animation-delay:374s}.poke-block-nps .btn-nps:nth-child(3735n){-webkit-animation-delay:374.1s;animation-delay:374.1s}.poke-block-nps .btn-nps:nth-child(3736n){-webkit-animation-delay:374.2s;animation-delay:374.2s}.poke-block-nps .btn-nps:nth-child(3737n){-webkit-animation-delay:374.3s;animation-delay:374.3s}.poke-block-nps .btn-nps:nth-child(3738n){-webkit-animation-delay:374.4s;animation-delay:374.4s}.poke-block-nps .btn-nps:nth-child(3739n){-webkit-animation-delay:374.5s;animation-delay:374.5s}.poke-block-nps .btn-nps:nth-child(3740n){-webkit-animation-delay:374.6s;animation-delay:374.6s}.poke-block-nps .btn-nps:nth-child(3741n){-webkit-animation-delay:374.7s;animation-delay:374.7s}.poke-block-nps .btn-nps:nth-child(3742n){-webkit-animation-delay:374.8s;animation-delay:374.8s}.poke-block-nps .btn-nps:nth-child(3743n){-webkit-animation-delay:374.9s;animation-delay:374.9s}.poke-block-nps .btn-nps:nth-child(3744n){-webkit-animation-delay:375s;animation-delay:375s}.poke-block-nps .btn-nps:nth-child(3745n){-webkit-animation-delay:375.1s;animation-delay:375.1s}.poke-block-nps .btn-nps:nth-child(3746n){-webkit-animation-delay:375.2s;animation-delay:375.2s}.poke-block-nps .btn-nps:nth-child(3747n){-webkit-animation-delay:375.3s;animation-delay:375.3s}.poke-block-nps .btn-nps:nth-child(3748n){-webkit-animation-delay:375.4s;animation-delay:375.4s}.poke-block-nps .btn-nps:nth-child(3749n){-webkit-animation-delay:375.5s;animation-delay:375.5s}.poke-block-nps .btn-nps:nth-child(3750n){-webkit-animation-delay:375.6s;animation-delay:375.6s}.poke-block-nps .btn-nps:nth-child(3751n){-webkit-animation-delay:375.7s;animation-delay:375.7s}.poke-block-nps .btn-nps:nth-child(3752n){-webkit-animation-delay:375.8s;animation-delay:375.8s}.poke-block-nps .btn-nps:nth-child(3753n){-webkit-animation-delay:375.9s;animation-delay:375.9s}.poke-block-nps .btn-nps:nth-child(3754n){-webkit-animation-delay:376s;animation-delay:376s}.poke-block-nps .btn-nps:nth-child(3755n){-webkit-animation-delay:376.1s;animation-delay:376.1s}.poke-block-nps .btn-nps:nth-child(3756n){-webkit-animation-delay:376.2s;animation-delay:376.2s}.poke-block-nps .btn-nps:nth-child(3757n){-webkit-animation-delay:376.3s;animation-delay:376.3s}.poke-block-nps .btn-nps:nth-child(3758n){-webkit-animation-delay:376.4s;animation-delay:376.4s}.poke-block-nps .btn-nps:nth-child(3759n){-webkit-animation-delay:376.5s;animation-delay:376.5s}.poke-block-nps .btn-nps:nth-child(3760n){-webkit-animation-delay:376.6s;animation-delay:376.6s}.poke-block-nps .btn-nps:nth-child(3761n){-webkit-animation-delay:376.7s;animation-delay:376.7s}.poke-block-nps .btn-nps:nth-child(3762n){-webkit-animation-delay:376.8s;animation-delay:376.8s}.poke-block-nps .btn-nps:nth-child(3763n){-webkit-animation-delay:376.9s;animation-delay:376.9s}.poke-block-nps .btn-nps:nth-child(3764n){-webkit-animation-delay:377s;animation-delay:377s}.poke-block-nps .btn-nps:nth-child(3765n){-webkit-animation-delay:377.1s;animation-delay:377.1s}.poke-block-nps .btn-nps:nth-child(3766n){-webkit-animation-delay:377.2s;animation-delay:377.2s}.poke-block-nps .btn-nps:nth-child(3767n){-webkit-animation-delay:377.3s;animation-delay:377.3s}.poke-block-nps .btn-nps:nth-child(3768n){-webkit-animation-delay:377.4s;animation-delay:377.4s}.poke-block-nps .btn-nps:nth-child(3769n){-webkit-animation-delay:377.5s;animation-delay:377.5s}.poke-block-nps .btn-nps:nth-child(3770n){-webkit-animation-delay:377.6s;animation-delay:377.6s}.poke-block-nps .btn-nps:nth-child(3771n){-webkit-animation-delay:377.7s;animation-delay:377.7s}.poke-block-nps .btn-nps:nth-child(3772n){-webkit-animation-delay:377.8s;animation-delay:377.8s}.poke-block-nps .btn-nps:nth-child(3773n){-webkit-animation-delay:377.9s;animation-delay:377.9s}.poke-block-nps .btn-nps:nth-child(3774n){-webkit-animation-delay:378s;animation-delay:378s}.poke-block-nps .btn-nps:nth-child(3775n){-webkit-animation-delay:378.1s;animation-delay:378.1s}.poke-block-nps .btn-nps:nth-child(3776n){-webkit-animation-delay:378.2s;animation-delay:378.2s}.poke-block-nps .btn-nps:nth-child(3777n){-webkit-animation-delay:378.3s;animation-delay:378.3s}.poke-block-nps .btn-nps:nth-child(3778n){-webkit-animation-delay:378.4s;animation-delay:378.4s}.poke-block-nps .btn-nps:nth-child(3779n){-webkit-animation-delay:378.5s;animation-delay:378.5s}.poke-block-nps .btn-nps:nth-child(3780n){-webkit-animation-delay:378.6s;animation-delay:378.6s}.poke-block-nps .btn-nps:nth-child(3781n){-webkit-animation-delay:378.7s;animation-delay:378.7s}.poke-block-nps .btn-nps:nth-child(3782n){-webkit-animation-delay:378.8s;animation-delay:378.8s}.poke-block-nps .btn-nps:nth-child(3783n){-webkit-animation-delay:378.9s;animation-delay:378.9s}.poke-block-nps .btn-nps:nth-child(3784n){-webkit-animation-delay:379s;animation-delay:379s}.poke-block-nps .btn-nps:nth-child(3785n){-webkit-animation-delay:379.1s;animation-delay:379.1s}.poke-block-nps .btn-nps:nth-child(3786n){-webkit-animation-delay:379.2s;animation-delay:379.2s}.poke-block-nps .btn-nps:nth-child(3787n){-webkit-animation-delay:379.3s;animation-delay:379.3s}.poke-block-nps .btn-nps:nth-child(3788n){-webkit-animation-delay:379.4s;animation-delay:379.4s}.poke-block-nps .btn-nps:nth-child(3789n){-webkit-animation-delay:379.5s;animation-delay:379.5s}.poke-block-nps .btn-nps:nth-child(3790n){-webkit-animation-delay:379.6s;animation-delay:379.6s}.poke-block-nps .btn-nps:nth-child(3791n){-webkit-animation-delay:379.7s;animation-delay:379.7s}.poke-block-nps .btn-nps:nth-child(3792n){-webkit-animation-delay:379.8s;animation-delay:379.8s}.poke-block-nps .btn-nps:nth-child(3793n){-webkit-animation-delay:379.9s;animation-delay:379.9s}.poke-block-nps .btn-nps:nth-child(3794n){-webkit-animation-delay:380s;animation-delay:380s}.poke-block-nps .btn-nps:nth-child(3795n){-webkit-animation-delay:380.1s;animation-delay:380.1s}.poke-block-nps .btn-nps:nth-child(3796n){-webkit-animation-delay:380.2s;animation-delay:380.2s}.poke-block-nps .btn-nps:nth-child(3797n){-webkit-animation-delay:380.3s;animation-delay:380.3s}.poke-block-nps .btn-nps:nth-child(3798n){-webkit-animation-delay:380.4s;animation-delay:380.4s}.poke-block-nps .btn-nps:nth-child(3799n){-webkit-animation-delay:380.5s;animation-delay:380.5s}.poke-block-nps .btn-nps:nth-child(3800n){-webkit-animation-delay:380.6s;animation-delay:380.6s}.poke-block-nps .btn-nps:nth-child(3801n){-webkit-animation-delay:380.7s;animation-delay:380.7s}.poke-block-nps .btn-nps:nth-child(3802n){-webkit-animation-delay:380.8s;animation-delay:380.8s}.poke-block-nps .btn-nps:nth-child(3803n){-webkit-animation-delay:380.9s;animation-delay:380.9s}.poke-block-nps .btn-nps:nth-child(3804n){-webkit-animation-delay:381s;animation-delay:381s}.poke-block-nps .btn-nps:nth-child(3805n){-webkit-animation-delay:381.1s;animation-delay:381.1s}.poke-block-nps .btn-nps:nth-child(3806n){-webkit-animation-delay:381.2s;animation-delay:381.2s}.poke-block-nps .btn-nps:nth-child(3807n){-webkit-animation-delay:381.3s;animation-delay:381.3s}.poke-block-nps .btn-nps:nth-child(3808n){-webkit-animation-delay:381.4s;animation-delay:381.4s}.poke-block-nps .btn-nps:nth-child(3809n){-webkit-animation-delay:381.5s;animation-delay:381.5s}.poke-block-nps .btn-nps:nth-child(3810n){-webkit-animation-delay:381.6s;animation-delay:381.6s}.poke-block-nps .btn-nps:nth-child(3811n){-webkit-animation-delay:381.7s;animation-delay:381.7s}.poke-block-nps .btn-nps:nth-child(3812n){-webkit-animation-delay:381.8s;animation-delay:381.8s}.poke-block-nps .btn-nps:nth-child(3813n){-webkit-animation-delay:381.9s;animation-delay:381.9s}.poke-block-nps .btn-nps:nth-child(3814n){-webkit-animation-delay:382s;animation-delay:382s}.poke-block-nps .btn-nps:nth-child(3815n){-webkit-animation-delay:382.1s;animation-delay:382.1s}.poke-block-nps .btn-nps:nth-child(3816n){-webkit-animation-delay:382.2s;animation-delay:382.2s}.poke-block-nps .btn-nps:nth-child(3817n){-webkit-animation-delay:382.3s;animation-delay:382.3s}.poke-block-nps .btn-nps:nth-child(3818n){-webkit-animation-delay:382.4s;animation-delay:382.4s}.poke-block-nps .btn-nps:nth-child(3819n){-webkit-animation-delay:382.5s;animation-delay:382.5s}.poke-block-nps .btn-nps:nth-child(3820n){-webkit-animation-delay:382.6s;animation-delay:382.6s}.poke-block-nps .btn-nps:nth-child(3821n){-webkit-animation-delay:382.7s;animation-delay:382.7s}.poke-block-nps .btn-nps:nth-child(3822n){-webkit-animation-delay:382.8s;animation-delay:382.8s}.poke-block-nps .btn-nps:nth-child(3823n){-webkit-animation-delay:382.9s;animation-delay:382.9s}.poke-block-nps .btn-nps:nth-child(3824n){-webkit-animation-delay:383s;animation-delay:383s}.poke-block-nps .btn-nps:nth-child(3825n){-webkit-animation-delay:383.1s;animation-delay:383.1s}.poke-block-nps .btn-nps:nth-child(3826n){-webkit-animation-delay:383.2s;animation-delay:383.2s}.poke-block-nps .btn-nps:nth-child(3827n){-webkit-animation-delay:383.3s;animation-delay:383.3s}.poke-block-nps .btn-nps:nth-child(3828n){-webkit-animation-delay:383.4s;animation-delay:383.4s}.poke-block-nps .btn-nps:nth-child(3829n){-webkit-animation-delay:383.5s;animation-delay:383.5s}.poke-block-nps .btn-nps:nth-child(3830n){-webkit-animation-delay:383.6s;animation-delay:383.6s}.poke-block-nps .btn-nps:nth-child(3831n){-webkit-animation-delay:383.7s;animation-delay:383.7s}.poke-block-nps .btn-nps:nth-child(3832n){-webkit-animation-delay:383.8s;animation-delay:383.8s}.poke-block-nps .btn-nps:nth-child(3833n){-webkit-animation-delay:383.9s;animation-delay:383.9s}.poke-block-nps .btn-nps:nth-child(3834n){-webkit-animation-delay:384s;animation-delay:384s}.poke-block-nps .btn-nps:nth-child(3835n){-webkit-animation-delay:384.1s;animation-delay:384.1s}.poke-block-nps .btn-nps:nth-child(3836n){-webkit-animation-delay:384.2s;animation-delay:384.2s}.poke-block-nps .btn-nps:nth-child(3837n){-webkit-animation-delay:384.3s;animation-delay:384.3s}.poke-block-nps .btn-nps:nth-child(3838n){-webkit-animation-delay:384.4s;animation-delay:384.4s}.poke-block-nps .btn-nps:nth-child(3839n){-webkit-animation-delay:384.5s;animation-delay:384.5s}.poke-block-nps .btn-nps:nth-child(3840n){-webkit-animation-delay:384.6s;animation-delay:384.6s}.poke-block-nps .btn-nps:nth-child(3841n){-webkit-animation-delay:384.7s;animation-delay:384.7s}.poke-block-nps .btn-nps:nth-child(3842n){-webkit-animation-delay:384.8s;animation-delay:384.8s}.poke-block-nps .btn-nps:nth-child(3843n){-webkit-animation-delay:384.9s;animation-delay:384.9s}.poke-block-nps .btn-nps:nth-child(3844n){-webkit-animation-delay:385s;animation-delay:385s}.poke-block-nps .btn-nps:nth-child(3845n){-webkit-animation-delay:385.1s;animation-delay:385.1s}.poke-block-nps .btn-nps:nth-child(3846n){-webkit-animation-delay:385.2s;animation-delay:385.2s}.poke-block-nps .btn-nps:nth-child(3847n){-webkit-animation-delay:385.3s;animation-delay:385.3s}.poke-block-nps .btn-nps:nth-child(3848n){-webkit-animation-delay:385.4s;animation-delay:385.4s}.poke-block-nps .btn-nps:nth-child(3849n){-webkit-animation-delay:385.5s;animation-delay:385.5s}.poke-block-nps .btn-nps:nth-child(3850n){-webkit-animation-delay:385.6s;animation-delay:385.6s}.poke-block-nps .btn-nps:nth-child(3851n){-webkit-animation-delay:385.7s;animation-delay:385.7s}.poke-block-nps .btn-nps:nth-child(3852n){-webkit-animation-delay:385.8s;animation-delay:385.8s}.poke-block-nps .btn-nps:nth-child(3853n){-webkit-animation-delay:385.9s;animation-delay:385.9s}.poke-block-nps .btn-nps:nth-child(3854n){-webkit-animation-delay:386s;animation-delay:386s}.poke-block-nps .btn-nps:nth-child(3855n){-webkit-animation-delay:386.1s;animation-delay:386.1s}.poke-block-nps .btn-nps:nth-child(3856n){-webkit-animation-delay:386.2s;animation-delay:386.2s}.poke-block-nps .btn-nps:nth-child(3857n){-webkit-animation-delay:386.3s;animation-delay:386.3s}.poke-block-nps .btn-nps:nth-child(3858n){-webkit-animation-delay:386.4s;animation-delay:386.4s}.poke-block-nps .btn-nps:nth-child(3859n){-webkit-animation-delay:386.5s;animation-delay:386.5s}.poke-block-nps .btn-nps:nth-child(3860n){-webkit-animation-delay:386.6s;animation-delay:386.6s}.poke-block-nps .btn-nps:nth-child(3861n){-webkit-animation-delay:386.7s;animation-delay:386.7s}.poke-block-nps .btn-nps:nth-child(3862n){-webkit-animation-delay:386.8s;animation-delay:386.8s}.poke-block-nps .btn-nps:nth-child(3863n){-webkit-animation-delay:386.9s;animation-delay:386.9s}.poke-block-nps .btn-nps:nth-child(3864n){-webkit-animation-delay:387s;animation-delay:387s}.poke-block-nps .btn-nps:nth-child(3865n){-webkit-animation-delay:387.1s;animation-delay:387.1s}.poke-block-nps .btn-nps:nth-child(3866n){-webkit-animation-delay:387.2s;animation-delay:387.2s}.poke-block-nps .btn-nps:nth-child(3867n){-webkit-animation-delay:387.3s;animation-delay:387.3s}.poke-block-nps .btn-nps:nth-child(3868n){-webkit-animation-delay:387.4s;animation-delay:387.4s}.poke-block-nps .btn-nps:nth-child(3869n){-webkit-animation-delay:387.5s;animation-delay:387.5s}.poke-block-nps .btn-nps:nth-child(3870n){-webkit-animation-delay:387.6s;animation-delay:387.6s}.poke-block-nps .btn-nps:nth-child(3871n){-webkit-animation-delay:387.7s;animation-delay:387.7s}.poke-block-nps .btn-nps:nth-child(3872n){-webkit-animation-delay:387.8s;animation-delay:387.8s}.poke-block-nps .btn-nps:nth-child(3873n){-webkit-animation-delay:387.9s;animation-delay:387.9s}.poke-block-nps .btn-nps:nth-child(3874n){-webkit-animation-delay:388s;animation-delay:388s}.poke-block-nps .btn-nps:nth-child(3875n){-webkit-animation-delay:388.1s;animation-delay:388.1s}.poke-block-nps .btn-nps:nth-child(3876n){-webkit-animation-delay:388.2s;animation-delay:388.2s}.poke-block-nps .btn-nps:nth-child(3877n){-webkit-animation-delay:388.3s;animation-delay:388.3s}.poke-block-nps .btn-nps:nth-child(3878n){-webkit-animation-delay:388.4s;animation-delay:388.4s}.poke-block-nps .btn-nps:nth-child(3879n){-webkit-animation-delay:388.5s;animation-delay:388.5s}.poke-block-nps .btn-nps:nth-child(3880n){-webkit-animation-delay:388.6s;animation-delay:388.6s}.poke-block-nps .btn-nps:nth-child(3881n){-webkit-animation-delay:388.7s;animation-delay:388.7s}.poke-block-nps .btn-nps:nth-child(3882n){-webkit-animation-delay:388.8s;animation-delay:388.8s}.poke-block-nps .btn-nps:nth-child(3883n){-webkit-animation-delay:388.9s;animation-delay:388.9s}.poke-block-nps .btn-nps:nth-child(3884n){-webkit-animation-delay:389s;animation-delay:389s}.poke-block-nps .btn-nps:nth-child(3885n){-webkit-animation-delay:389.1s;animation-delay:389.1s}.poke-block-nps .btn-nps:nth-child(3886n){-webkit-animation-delay:389.2s;animation-delay:389.2s}.poke-block-nps .btn-nps:nth-child(3887n){-webkit-animation-delay:389.3s;animation-delay:389.3s}.poke-block-nps .btn-nps:nth-child(3888n){-webkit-animation-delay:389.4s;animation-delay:389.4s}.poke-block-nps .btn-nps:nth-child(3889n){-webkit-animation-delay:389.5s;animation-delay:389.5s}.poke-block-nps .btn-nps:nth-child(3890n){-webkit-animation-delay:389.6s;animation-delay:389.6s}.poke-block-nps .btn-nps:nth-child(3891n){-webkit-animation-delay:389.7s;animation-delay:389.7s}.poke-block-nps .btn-nps:nth-child(3892n){-webkit-animation-delay:389.8s;animation-delay:389.8s}.poke-block-nps .btn-nps:nth-child(3893n){-webkit-animation-delay:389.9s;animation-delay:389.9s}.poke-block-nps .btn-nps:nth-child(3894n){-webkit-animation-delay:390s;animation-delay:390s}.poke-block-nps .btn-nps:nth-child(3895n){-webkit-animation-delay:390.1s;animation-delay:390.1s}.poke-block-nps .btn-nps:nth-child(3896n){-webkit-animation-delay:390.2s;animation-delay:390.2s}.poke-block-nps .btn-nps:nth-child(3897n){-webkit-animation-delay:390.3s;animation-delay:390.3s}.poke-block-nps .btn-nps:nth-child(3898n){-webkit-animation-delay:390.4s;animation-delay:390.4s}.poke-block-nps .btn-nps:nth-child(3899n){-webkit-animation-delay:390.5s;animation-delay:390.5s}.poke-block-nps .btn-nps:nth-child(3900n){-webkit-animation-delay:390.6s;animation-delay:390.6s}.poke-block-nps .btn-nps:nth-child(3901n){-webkit-animation-delay:390.7s;animation-delay:390.7s}.poke-block-nps .btn-nps:nth-child(3902n){-webkit-animation-delay:390.8s;animation-delay:390.8s}.poke-block-nps .btn-nps:nth-child(3903n){-webkit-animation-delay:390.9s;animation-delay:390.9s}.poke-block-nps .btn-nps:nth-child(3904n){-webkit-animation-delay:391s;animation-delay:391s}.poke-block-nps .btn-nps:nth-child(3905n){-webkit-animation-delay:391.1s;animation-delay:391.1s}.poke-block-nps .btn-nps:nth-child(3906n){-webkit-animation-delay:391.2s;animation-delay:391.2s}.poke-block-nps .btn-nps:nth-child(3907n){-webkit-animation-delay:391.3s;animation-delay:391.3s}.poke-block-nps .btn-nps:nth-child(3908n){-webkit-animation-delay:391.4s;animation-delay:391.4s}.poke-block-nps .btn-nps:nth-child(3909n){-webkit-animation-delay:391.5s;animation-delay:391.5s}.poke-block-nps .btn-nps:nth-child(3910n){-webkit-animation-delay:391.6s;animation-delay:391.6s}.poke-block-nps .btn-nps:nth-child(3911n){-webkit-animation-delay:391.7s;animation-delay:391.7s}.poke-block-nps .btn-nps:nth-child(3912n){-webkit-animation-delay:391.8s;animation-delay:391.8s}.poke-block-nps .btn-nps:nth-child(3913n){-webkit-animation-delay:391.9s;animation-delay:391.9s}.poke-block-nps .btn-nps:nth-child(3914n){-webkit-animation-delay:392s;animation-delay:392s}.poke-block-nps .btn-nps:nth-child(3915n){-webkit-animation-delay:392.1s;animation-delay:392.1s}.poke-block-nps .btn-nps:nth-child(3916n){-webkit-animation-delay:392.2s;animation-delay:392.2s}.poke-block-nps .btn-nps:nth-child(3917n){-webkit-animation-delay:392.3s;animation-delay:392.3s}.poke-block-nps .btn-nps:nth-child(3918n){-webkit-animation-delay:392.4s;animation-delay:392.4s}.poke-block-nps .btn-nps:nth-child(3919n){-webkit-animation-delay:392.5s;animation-delay:392.5s}.poke-block-nps .btn-nps:nth-child(3920n){-webkit-animation-delay:392.6s;animation-delay:392.6s}.poke-block-nps .btn-nps:nth-child(3921n){-webkit-animation-delay:392.7s;animation-delay:392.7s}.poke-block-nps .btn-nps:nth-child(3922n){-webkit-animation-delay:392.8s;animation-delay:392.8s}.poke-block-nps .btn-nps:nth-child(3923n){-webkit-animation-delay:392.9s;animation-delay:392.9s}.poke-block-nps .btn-nps:nth-child(3924n){-webkit-animation-delay:393s;animation-delay:393s}.poke-block-nps .btn-nps:nth-child(3925n){-webkit-animation-delay:393.1s;animation-delay:393.1s}.poke-block-nps .btn-nps:nth-child(3926n){-webkit-animation-delay:393.2s;animation-delay:393.2s}.poke-block-nps .btn-nps:nth-child(3927n){-webkit-animation-delay:393.3s;animation-delay:393.3s}.poke-block-nps .btn-nps:nth-child(3928n){-webkit-animation-delay:393.4s;animation-delay:393.4s}.poke-block-nps .btn-nps:nth-child(3929n){-webkit-animation-delay:393.5s;animation-delay:393.5s}.poke-block-nps .btn-nps:nth-child(3930n){-webkit-animation-delay:393.6s;animation-delay:393.6s}.poke-block-nps .btn-nps:nth-child(3931n){-webkit-animation-delay:393.7s;animation-delay:393.7s}.poke-block-nps .btn-nps:nth-child(3932n){-webkit-animation-delay:393.8s;animation-delay:393.8s}.poke-block-nps .btn-nps:nth-child(3933n){-webkit-animation-delay:393.9s;animation-delay:393.9s}.poke-block-nps .btn-nps:nth-child(3934n){-webkit-animation-delay:394s;animation-delay:394s}.poke-block-nps .btn-nps:nth-child(3935n){-webkit-animation-delay:394.1s;animation-delay:394.1s}.poke-block-nps .btn-nps:nth-child(3936n){-webkit-animation-delay:394.2s;animation-delay:394.2s}.poke-block-nps .btn-nps:nth-child(3937n){-webkit-animation-delay:394.3s;animation-delay:394.3s}.poke-block-nps .btn-nps:nth-child(3938n){-webkit-animation-delay:394.4s;animation-delay:394.4s}.poke-block-nps .btn-nps:nth-child(3939n){-webkit-animation-delay:394.5s;animation-delay:394.5s}.poke-block-nps .btn-nps:nth-child(3940n){-webkit-animation-delay:394.6s;animation-delay:394.6s}.poke-block-nps .btn-nps:nth-child(3941n){-webkit-animation-delay:394.7s;animation-delay:394.7s}.poke-block-nps .btn-nps:nth-child(3942n){-webkit-animation-delay:394.8s;animation-delay:394.8s}.poke-block-nps .btn-nps:nth-child(3943n){-webkit-animation-delay:394.9s;animation-delay:394.9s}.poke-block-nps .btn-nps:nth-child(3944n){-webkit-animation-delay:395s;animation-delay:395s}.poke-block-nps .btn-nps:nth-child(3945n){-webkit-animation-delay:395.1s;animation-delay:395.1s}.poke-block-nps .btn-nps:nth-child(3946n){-webkit-animation-delay:395.2s;animation-delay:395.2s}.poke-block-nps .btn-nps:nth-child(3947n){-webkit-animation-delay:395.3s;animation-delay:395.3s}.poke-block-nps .btn-nps:nth-child(3948n){-webkit-animation-delay:395.4s;animation-delay:395.4s}.poke-block-nps .btn-nps:nth-child(3949n){-webkit-animation-delay:395.5s;animation-delay:395.5s}.poke-block-nps .btn-nps:nth-child(3950n){-webkit-animation-delay:395.6s;animation-delay:395.6s}.poke-block-nps .btn-nps:nth-child(3951n){-webkit-animation-delay:395.7s;animation-delay:395.7s}.poke-block-nps .btn-nps:nth-child(3952n){-webkit-animation-delay:395.8s;animation-delay:395.8s}.poke-block-nps .btn-nps:nth-child(3953n){-webkit-animation-delay:395.9s;animation-delay:395.9s}.poke-block-nps .btn-nps:nth-child(3954n){-webkit-animation-delay:396s;animation-delay:396s}.poke-block-nps .btn-nps:nth-child(3955n){-webkit-animation-delay:396.1s;animation-delay:396.1s}.poke-block-nps .btn-nps:nth-child(3956n){-webkit-animation-delay:396.2s;animation-delay:396.2s}.poke-block-nps .btn-nps:nth-child(3957n){-webkit-animation-delay:396.3s;animation-delay:396.3s}.poke-block-nps .btn-nps:nth-child(3958n){-webkit-animation-delay:396.4s;animation-delay:396.4s}.poke-block-nps .btn-nps:nth-child(3959n){-webkit-animation-delay:396.5s;animation-delay:396.5s}.poke-block-nps .btn-nps:nth-child(3960n){-webkit-animation-delay:396.6s;animation-delay:396.6s}.poke-block-nps .btn-nps:nth-child(3961n){-webkit-animation-delay:396.7s;animation-delay:396.7s}.poke-block-nps .btn-nps:nth-child(3962n){-webkit-animation-delay:396.8s;animation-delay:396.8s}.poke-block-nps .btn-nps:nth-child(3963n){-webkit-animation-delay:396.9s;animation-delay:396.9s}.poke-block-nps .btn-nps:nth-child(3964n){-webkit-animation-delay:397s;animation-delay:397s}.poke-block-nps .btn-nps:nth-child(3965n){-webkit-animation-delay:397.1s;animation-delay:397.1s}.poke-block-nps .btn-nps:nth-child(3966n){-webkit-animation-delay:397.2s;animation-delay:397.2s}.poke-block-nps .btn-nps:nth-child(3967n){-webkit-animation-delay:397.3s;animation-delay:397.3s}.poke-block-nps .btn-nps:nth-child(3968n){-webkit-animation-delay:397.4s;animation-delay:397.4s}.poke-block-nps .btn-nps:nth-child(3969n){-webkit-animation-delay:397.5s;animation-delay:397.5s}.poke-block-nps .btn-nps:nth-child(3970n){-webkit-animation-delay:397.6s;animation-delay:397.6s}.poke-block-nps .btn-nps:nth-child(3971n){-webkit-animation-delay:397.7s;animation-delay:397.7s}.poke-block-nps .btn-nps:nth-child(3972n){-webkit-animation-delay:397.8s;animation-delay:397.8s}.poke-block-nps .btn-nps:nth-child(3973n){-webkit-animation-delay:397.9s;animation-delay:397.9s}.poke-block-nps .btn-nps:nth-child(3974n){-webkit-animation-delay:398s;animation-delay:398s}.poke-block-nps .btn-nps:nth-child(3975n){-webkit-animation-delay:398.1s;animation-delay:398.1s}.poke-block-nps .btn-nps:nth-child(3976n){-webkit-animation-delay:398.2s;animation-delay:398.2s}.poke-block-nps .btn-nps:nth-child(3977n){-webkit-animation-delay:398.3s;animation-delay:398.3s}.poke-block-nps .btn-nps:nth-child(3978n){-webkit-animation-delay:398.4s;animation-delay:398.4s}.poke-block-nps .btn-nps:nth-child(3979n){-webkit-animation-delay:398.5s;animation-delay:398.5s}.poke-block-nps .btn-nps:nth-child(3980n){-webkit-animation-delay:398.6s;animation-delay:398.6s}.poke-block-nps .btn-nps:nth-child(3981n){-webkit-animation-delay:398.7s;animation-delay:398.7s}.poke-block-nps .btn-nps:nth-child(3982n){-webkit-animation-delay:398.8s;animation-delay:398.8s}.poke-block-nps .btn-nps:nth-child(3983n){-webkit-animation-delay:398.9s;animation-delay:398.9s}.poke-block-nps .btn-nps:nth-child(3984n){-webkit-animation-delay:399s;animation-delay:399s}.poke-block-nps .btn-nps:nth-child(3985n){-webkit-animation-delay:399.1s;animation-delay:399.1s}.poke-block-nps .btn-nps:nth-child(3986n){-webkit-animation-delay:399.2s;animation-delay:399.2s}.poke-block-nps .btn-nps:nth-child(3987n){-webkit-animation-delay:399.3s;animation-delay:399.3s}.poke-block-nps .btn-nps:nth-child(3988n){-webkit-animation-delay:399.4s;animation-delay:399.4s}.poke-block-nps .btn-nps:nth-child(3989n){-webkit-animation-delay:399.5s;animation-delay:399.5s}.poke-block-nps .btn-nps:nth-child(3990n){-webkit-animation-delay:399.6s;animation-delay:399.6s}.poke-block-nps .btn-nps:nth-child(3991n){-webkit-animation-delay:399.7s;animation-delay:399.7s}.poke-block-nps .btn-nps:nth-child(3992n){-webkit-animation-delay:399.8s;animation-delay:399.8s}.poke-block-nps .btn-nps:nth-child(3993n){-webkit-animation-delay:399.9s;animation-delay:399.9s}.poke-block-nps .btn-nps:nth-child(3994n){-webkit-animation-delay:400s;animation-delay:400s}.poke-block-nps .btn-nps:nth-child(3995n){-webkit-animation-delay:400.1s;animation-delay:400.1s}.poke-block-nps .btn-nps:nth-child(3996n){-webkit-animation-delay:400.2s;animation-delay:400.2s}.poke-block-nps .btn-nps:nth-child(3997n){-webkit-animation-delay:400.3s;animation-delay:400.3s}.poke-block-nps .btn-nps:nth-child(3998n){-webkit-animation-delay:400.4s;animation-delay:400.4s}.poke-block-nps .btn-nps:nth-child(3999n){-webkit-animation-delay:400.5s;animation-delay:400.5s}.poke-block-nps .btn-nps:nth-child(4000n){-webkit-animation-delay:400.6s;animation-delay:400.6s}.poke-block-nps .btn-nps:nth-child(4001n){-webkit-animation-delay:400.7s;animation-delay:400.7s}.poke-block-nps .btn-nps:nth-child(4002n){-webkit-animation-delay:400.8s;animation-delay:400.8s}.poke-block-nps .btn-nps:nth-child(4003n){-webkit-animation-delay:400.9s;animation-delay:400.9s}.poke-block-nps .btn-nps:nth-child(4004n){-webkit-animation-delay:401s;animation-delay:401s}.poke-block-nps .btn-nps:nth-child(4005n){-webkit-animation-delay:401.1s;animation-delay:401.1s}.poke-block-nps .btn-nps:nth-child(4006n){-webkit-animation-delay:401.2s;animation-delay:401.2s}.poke-block-nps .btn-nps:nth-child(4007n){-webkit-animation-delay:401.3s;animation-delay:401.3s}.poke-block-nps .btn-nps:nth-child(4008n){-webkit-animation-delay:401.4s;animation-delay:401.4s}.poke-block-nps .btn-nps:nth-child(4009n){-webkit-animation-delay:401.5s;animation-delay:401.5s}.poke-block-nps .btn-nps:nth-child(4010n){-webkit-animation-delay:401.6s;animation-delay:401.6s}.poke-block-nps .btn-nps:nth-child(4011n){-webkit-animation-delay:401.7s;animation-delay:401.7s}.poke-block-nps .btn-nps:nth-child(4012n){-webkit-animation-delay:401.8s;animation-delay:401.8s}.poke-block-nps .btn-nps:nth-child(4013n){-webkit-animation-delay:401.9s;animation-delay:401.9s}.poke-block-nps .btn-nps:nth-child(4014n){-webkit-animation-delay:402s;animation-delay:402s}.poke-block-nps .btn-nps:nth-child(4015n){-webkit-animation-delay:402.1s;animation-delay:402.1s}.poke-block-nps .btn-nps:nth-child(4016n){-webkit-animation-delay:402.2s;animation-delay:402.2s}.poke-block-nps .btn-nps:nth-child(4017n){-webkit-animation-delay:402.3s;animation-delay:402.3s}.poke-block-nps .btn-nps:nth-child(4018n){-webkit-animation-delay:402.4s;animation-delay:402.4s}.poke-block-nps .btn-nps:nth-child(4019n){-webkit-animation-delay:402.5s;animation-delay:402.5s}.poke-block-nps .btn-nps:nth-child(4020n){-webkit-animation-delay:402.6s;animation-delay:402.6s}.poke-block-nps .btn-nps:nth-child(4021n){-webkit-animation-delay:402.7s;animation-delay:402.7s}.poke-block-nps .btn-nps:nth-child(4022n){-webkit-animation-delay:402.8s;animation-delay:402.8s}.poke-block-nps .btn-nps:nth-child(4023n){-webkit-animation-delay:402.9s;animation-delay:402.9s}.poke-block-nps .btn-nps:nth-child(4024n){-webkit-animation-delay:403s;animation-delay:403s}.poke-block-nps .btn-nps:nth-child(4025n){-webkit-animation-delay:403.1s;animation-delay:403.1s}.poke-block-nps .btn-nps:nth-child(4026n){-webkit-animation-delay:403.2s;animation-delay:403.2s}.poke-block-nps .btn-nps:nth-child(4027n){-webkit-animation-delay:403.3s;animation-delay:403.3s}.poke-block-nps .btn-nps:nth-child(4028n){-webkit-animation-delay:403.4s;animation-delay:403.4s}.poke-block-nps .btn-nps:nth-child(4029n){-webkit-animation-delay:403.5s;animation-delay:403.5s}.poke-block-nps .btn-nps:nth-child(4030n){-webkit-animation-delay:403.6s;animation-delay:403.6s}.poke-block-nps .btn-nps:nth-child(4031n){-webkit-animation-delay:403.7s;animation-delay:403.7s}.poke-block-nps .btn-nps:nth-child(4032n){-webkit-animation-delay:403.8s;animation-delay:403.8s}.poke-block-nps .btn-nps:nth-child(4033n){-webkit-animation-delay:403.9s;animation-delay:403.9s}.poke-block-nps .btn-nps:nth-child(4034n){-webkit-animation-delay:404s;animation-delay:404s}.poke-block-nps .btn-nps:nth-child(4035n){-webkit-animation-delay:404.1s;animation-delay:404.1s}.poke-block-nps .btn-nps:nth-child(4036n){-webkit-animation-delay:404.2s;animation-delay:404.2s}.poke-block-nps .btn-nps:nth-child(4037n){-webkit-animation-delay:404.3s;animation-delay:404.3s}.poke-block-nps .btn-nps:nth-child(4038n){-webkit-animation-delay:404.4s;animation-delay:404.4s}.poke-block-nps .btn-nps:nth-child(4039n){-webkit-animation-delay:404.5s;animation-delay:404.5s}.poke-block-nps .btn-nps:nth-child(4040n){-webkit-animation-delay:404.6s;animation-delay:404.6s}.poke-block-nps .btn-nps:nth-child(4041n){-webkit-animation-delay:404.7s;animation-delay:404.7s}.poke-block-nps .btn-nps:nth-child(4042n){-webkit-animation-delay:404.8s;animation-delay:404.8s}.poke-block-nps .btn-nps:nth-child(4043n){-webkit-animation-delay:404.9s;animation-delay:404.9s}.poke-block-nps .btn-nps:nth-child(4044n){-webkit-animation-delay:405s;animation-delay:405s}.poke-block-nps .btn-nps:nth-child(4045n){-webkit-animation-delay:405.1s;animation-delay:405.1s}.poke-block-nps .btn-nps:nth-child(4046n){-webkit-animation-delay:405.2s;animation-delay:405.2s}.poke-block-nps .btn-nps:nth-child(4047n){-webkit-animation-delay:405.3s;animation-delay:405.3s}.poke-block-nps .btn-nps:nth-child(4048n){-webkit-animation-delay:405.4s;animation-delay:405.4s}.poke-block-nps .btn-nps:nth-child(4049n){-webkit-animation-delay:405.5s;animation-delay:405.5s}.poke-block-nps .btn-nps:nth-child(4050n){-webkit-animation-delay:405.6s;animation-delay:405.6s}.poke-block-nps .btn-nps:nth-child(4051n){-webkit-animation-delay:405.7s;animation-delay:405.7s}.poke-block-nps .btn-nps:nth-child(4052n){-webkit-animation-delay:405.8s;animation-delay:405.8s}.poke-block-nps .btn-nps:nth-child(4053n){-webkit-animation-delay:405.9s;animation-delay:405.9s}.poke-block-nps .btn-nps:nth-child(4054n){-webkit-animation-delay:406s;animation-delay:406s}.poke-block-nps .btn-nps:nth-child(4055n){-webkit-animation-delay:406.1s;animation-delay:406.1s}.poke-block-nps .btn-nps:nth-child(4056n){-webkit-animation-delay:406.2s;animation-delay:406.2s}.poke-block-nps .btn-nps:nth-child(4057n){-webkit-animation-delay:406.3s;animation-delay:406.3s}.poke-block-nps .btn-nps:nth-child(4058n){-webkit-animation-delay:406.4s;animation-delay:406.4s}.poke-block-nps .btn-nps:nth-child(4059n){-webkit-animation-delay:406.5s;animation-delay:406.5s}.poke-block-nps .btn-nps:nth-child(4060n){-webkit-animation-delay:406.6s;animation-delay:406.6s}.poke-block-nps .btn-nps:nth-child(4061n){-webkit-animation-delay:406.7s;animation-delay:406.7s}.poke-block-nps .btn-nps:nth-child(4062n){-webkit-animation-delay:406.8s;animation-delay:406.8s}.poke-block-nps .btn-nps:nth-child(4063n){-webkit-animation-delay:406.9s;animation-delay:406.9s}.poke-block-nps .btn-nps:nth-child(4064n){-webkit-animation-delay:407s;animation-delay:407s}.poke-block-nps .btn-nps:nth-child(4065n){-webkit-animation-delay:407.1s;animation-delay:407.1s}.poke-block-nps .btn-nps:nth-child(4066n){-webkit-animation-delay:407.2s;animation-delay:407.2s}.poke-block-nps .btn-nps:nth-child(4067n){-webkit-animation-delay:407.3s;animation-delay:407.3s}.poke-block-nps .btn-nps:nth-child(4068n){-webkit-animation-delay:407.4s;animation-delay:407.4s}.poke-block-nps .btn-nps:nth-child(4069n){-webkit-animation-delay:407.5s;animation-delay:407.5s}.poke-block-nps .btn-nps:nth-child(4070n){-webkit-animation-delay:407.6s;animation-delay:407.6s}.poke-block-nps .btn-nps:nth-child(4071n){-webkit-animation-delay:407.7s;animation-delay:407.7s}.poke-block-nps .btn-nps:nth-child(4072n){-webkit-animation-delay:407.8s;animation-delay:407.8s}.poke-block-nps .btn-nps:nth-child(4073n){-webkit-animation-delay:407.9s;animation-delay:407.9s}.poke-block-nps .btn-nps:nth-child(4074n){-webkit-animation-delay:408s;animation-delay:408s}.poke-block-nps .btn-nps:nth-child(4075n){-webkit-animation-delay:408.1s;animation-delay:408.1s}.poke-block-nps .btn-nps:nth-child(4076n){-webkit-animation-delay:408.2s;animation-delay:408.2s}.poke-block-nps .btn-nps:nth-child(4077n){-webkit-animation-delay:408.3s;animation-delay:408.3s}.poke-block-nps .btn-nps:nth-child(4078n){-webkit-animation-delay:408.4s;animation-delay:408.4s}.poke-block-nps .btn-nps:nth-child(4079n){-webkit-animation-delay:408.5s;animation-delay:408.5s}.poke-block-nps .btn-nps:nth-child(4080n){-webkit-animation-delay:408.6s;animation-delay:408.6s}.poke-block-nps .btn-nps:nth-child(4081n){-webkit-animation-delay:408.7s;animation-delay:408.7s}.poke-block-nps .btn-nps:nth-child(4082n){-webkit-animation-delay:408.8s;animation-delay:408.8s}.poke-block-nps .btn-nps:nth-child(4083n){-webkit-animation-delay:408.9s;animation-delay:408.9s}.poke-block-nps .btn-nps:nth-child(4084n){-webkit-animation-delay:409s;animation-delay:409s}.poke-block-nps .btn-nps:nth-child(4085n){-webkit-animation-delay:409.1s;animation-delay:409.1s}.poke-block-nps .btn-nps:nth-child(4086n){-webkit-animation-delay:409.2s;animation-delay:409.2s}.poke-block-nps .btn-nps:nth-child(4087n){-webkit-animation-delay:409.3s;animation-delay:409.3s}.poke-block-nps .btn-nps:nth-child(4088n){-webkit-animation-delay:409.4s;animation-delay:409.4s}.poke-block-nps .btn-nps:nth-child(4089n){-webkit-animation-delay:409.5s;animation-delay:409.5s}.poke-block-nps .btn-nps:nth-child(4090n){-webkit-animation-delay:409.6s;animation-delay:409.6s}.poke-block-nps .btn-nps:nth-child(4091n){-webkit-animation-delay:409.7s;animation-delay:409.7s}.poke-block-nps .btn-nps:nth-child(4092n){-webkit-animation-delay:409.8s;animation-delay:409.8s}.poke-block-nps .btn-nps:nth-child(4093n){-webkit-animation-delay:409.9s;animation-delay:409.9s}.poke-block-nps .btn-nps:nth-child(4094n){-webkit-animation-delay:410s;animation-delay:410s}.poke-block-nps .btn-nps:nth-child(4095n){-webkit-animation-delay:410.1s;animation-delay:410.1s}.poke-block-nps .btn-nps:nth-child(4096n){-webkit-animation-delay:410.2s;animation-delay:410.2s}.poke-block-nps .btn-nps:nth-child(4097n){-webkit-animation-delay:410.3s;animation-delay:410.3s}.poke-block-nps .btn-nps:nth-child(4098n){-webkit-animation-delay:410.4s;animation-delay:410.4s}.poke-block-nps .btn-nps:nth-child(4099n){-webkit-animation-delay:410.5s;animation-delay:410.5s}.poke-block-nps .btn-nps:nth-child(4100n){-webkit-animation-delay:410.6s;animation-delay:410.6s}.poke-block-nps .btn-nps:nth-child(4101n){-webkit-animation-delay:410.7s;animation-delay:410.7s}.poke-block-nps .btn-nps:nth-child(4102n){-webkit-animation-delay:410.8s;animation-delay:410.8s}.poke-block-nps .btn-nps:nth-child(4103n){-webkit-animation-delay:410.9s;animation-delay:410.9s}.poke-block-nps .btn-nps:nth-child(4104n){-webkit-animation-delay:411s;animation-delay:411s}.poke-block-nps .btn-nps:nth-child(4105n){-webkit-animation-delay:411.1s;animation-delay:411.1s}.poke-block-nps .btn-nps:nth-child(4106n){-webkit-animation-delay:411.2s;animation-delay:411.2s}.poke-block-nps .btn-nps:nth-child(4107n){-webkit-animation-delay:411.3s;animation-delay:411.3s}.poke-block-nps .btn-nps:nth-child(4108n){-webkit-animation-delay:411.4s;animation-delay:411.4s}.poke-block-nps .btn-nps:nth-child(4109n){-webkit-animation-delay:411.5s;animation-delay:411.5s}.poke-block-nps .btn-nps:nth-child(4110n){-webkit-animation-delay:411.6s;animation-delay:411.6s}.poke-block-nps .btn-nps:nth-child(4111n){-webkit-animation-delay:411.7s;animation-delay:411.7s}.poke-block-nps .btn-nps:nth-child(4112n){-webkit-animation-delay:411.8s;animation-delay:411.8s}.poke-block-nps .btn-nps:nth-child(4113n){-webkit-animation-delay:411.9s;animation-delay:411.9s}.poke-block-nps .btn-nps:nth-child(4114n){-webkit-animation-delay:412s;animation-delay:412s}.poke-block-nps .btn-nps:nth-child(4115n){-webkit-animation-delay:412.1s;animation-delay:412.1s}.poke-block-nps .btn-nps:nth-child(4116n){-webkit-animation-delay:412.2s;animation-delay:412.2s}.poke-block-nps .btn-nps:nth-child(4117n){-webkit-animation-delay:412.3s;animation-delay:412.3s}.poke-block-nps .btn-nps:nth-child(4118n){-webkit-animation-delay:412.4s;animation-delay:412.4s}.poke-block-nps .btn-nps:nth-child(4119n){-webkit-animation-delay:412.5s;animation-delay:412.5s}.poke-block-nps .btn-nps:nth-child(4120n){-webkit-animation-delay:412.6s;animation-delay:412.6s}.poke-block-nps .btn-nps:nth-child(4121n){-webkit-animation-delay:412.7s;animation-delay:412.7s}.poke-block-nps .btn-nps:nth-child(4122n){-webkit-animation-delay:412.8s;animation-delay:412.8s}.poke-block-nps .btn-nps:nth-child(4123n){-webkit-animation-delay:412.9s;animation-delay:412.9s}.poke-block-nps .btn-nps:nth-child(4124n){-webkit-animation-delay:413s;animation-delay:413s}.poke-block-nps .btn-nps:nth-child(4125n){-webkit-animation-delay:413.1s;animation-delay:413.1s}.poke-block-nps .btn-nps:nth-child(4126n){-webkit-animation-delay:413.2s;animation-delay:413.2s}.poke-block-nps .btn-nps:nth-child(4127n){-webkit-animation-delay:413.3s;animation-delay:413.3s}.poke-block-nps .btn-nps:nth-child(4128n){-webkit-animation-delay:413.4s;animation-delay:413.4s}.poke-block-nps .btn-nps:nth-child(4129n){-webkit-animation-delay:413.5s;animation-delay:413.5s}.poke-block-nps .btn-nps:nth-child(4130n){-webkit-animation-delay:413.6s;animation-delay:413.6s}.poke-block-nps .btn-nps:nth-child(4131n){-webkit-animation-delay:413.7s;animation-delay:413.7s}.poke-block-nps .btn-nps:nth-child(4132n){-webkit-animation-delay:413.8s;animation-delay:413.8s}.poke-block-nps .btn-nps:nth-child(4133n){-webkit-animation-delay:413.9s;animation-delay:413.9s}.poke-block-nps .btn-nps:nth-child(4134n){-webkit-animation-delay:414s;animation-delay:414s}.poke-block-nps .btn-nps:nth-child(4135n){-webkit-animation-delay:414.1s;animation-delay:414.1s}.poke-block-nps .btn-nps:nth-child(4136n){-webkit-animation-delay:414.2s;animation-delay:414.2s}.poke-block-nps .btn-nps:nth-child(4137n){-webkit-animation-delay:414.3s;animation-delay:414.3s}.poke-block-nps .btn-nps:nth-child(4138n){-webkit-animation-delay:414.4s;animation-delay:414.4s}.poke-block-nps .btn-nps:nth-child(4139n){-webkit-animation-delay:414.5s;animation-delay:414.5s}.poke-block-nps .btn-nps:nth-child(4140n){-webkit-animation-delay:414.6s;animation-delay:414.6s}.poke-block-nps .btn-nps:nth-child(4141n){-webkit-animation-delay:414.7s;animation-delay:414.7s}.poke-block-nps .btn-nps:nth-child(4142n){-webkit-animation-delay:414.8s;animation-delay:414.8s}.poke-block-nps .btn-nps:nth-child(4143n){-webkit-animation-delay:414.9s;animation-delay:414.9s}.poke-block-nps .btn-nps:nth-child(4144n){-webkit-animation-delay:415s;animation-delay:415s}.poke-block-nps .btn-nps:nth-child(4145n){-webkit-animation-delay:415.1s;animation-delay:415.1s}.poke-block-nps .btn-nps:nth-child(4146n){-webkit-animation-delay:415.2s;animation-delay:415.2s}.poke-block-nps .btn-nps:nth-child(4147n){-webkit-animation-delay:415.3s;animation-delay:415.3s}.poke-block-nps .btn-nps:nth-child(4148n){-webkit-animation-delay:415.4s;animation-delay:415.4s}.poke-block-nps .btn-nps:nth-child(4149n){-webkit-animation-delay:415.5s;animation-delay:415.5s}.poke-block-nps .btn-nps:nth-child(4150n){-webkit-animation-delay:415.6s;animation-delay:415.6s}.poke-block-nps .btn-nps:nth-child(4151n){-webkit-animation-delay:415.7s;animation-delay:415.7s}.poke-block-nps .btn-nps:nth-child(4152n){-webkit-animation-delay:415.8s;animation-delay:415.8s}.poke-block-nps .btn-nps:nth-child(4153n){-webkit-animation-delay:415.9s;animation-delay:415.9s}.poke-block-nps .btn-nps:nth-child(4154n){-webkit-animation-delay:416s;animation-delay:416s}.poke-block-nps .btn-nps:nth-child(4155n){-webkit-animation-delay:416.1s;animation-delay:416.1s}.poke-block-nps .btn-nps:nth-child(4156n){-webkit-animation-delay:416.2s;animation-delay:416.2s}.poke-block-nps .btn-nps:nth-child(4157n){-webkit-animation-delay:416.3s;animation-delay:416.3s}.poke-block-nps .btn-nps:nth-child(4158n){-webkit-animation-delay:416.4s;animation-delay:416.4s}.poke-block-nps .btn-nps:nth-child(4159n){-webkit-animation-delay:416.5s;animation-delay:416.5s}.poke-block-nps .btn-nps:nth-child(4160n){-webkit-animation-delay:416.6s;animation-delay:416.6s}.poke-block-nps .btn-nps:nth-child(4161n){-webkit-animation-delay:416.7s;animation-delay:416.7s}.poke-block-nps .btn-nps:nth-child(4162n){-webkit-animation-delay:416.8s;animation-delay:416.8s}.poke-block-nps .btn-nps:nth-child(4163n){-webkit-animation-delay:416.9s;animation-delay:416.9s}.poke-block-nps .btn-nps:nth-child(4164n){-webkit-animation-delay:417s;animation-delay:417s}.poke-block-nps .btn-nps:nth-child(4165n){-webkit-animation-delay:417.1s;animation-delay:417.1s}.poke-block-nps .btn-nps:nth-child(4166n){-webkit-animation-delay:417.2s;animation-delay:417.2s}.poke-block-nps .btn-nps:nth-child(4167n){-webkit-animation-delay:417.3s;animation-delay:417.3s}.poke-block-nps .btn-nps:nth-child(4168n){-webkit-animation-delay:417.4s;animation-delay:417.4s}.poke-block-nps .btn-nps:nth-child(4169n){-webkit-animation-delay:417.5s;animation-delay:417.5s}.poke-block-nps .btn-nps:nth-child(4170n){-webkit-animation-delay:417.6s;animation-delay:417.6s}.poke-block-nps .btn-nps:nth-child(4171n){-webkit-animation-delay:417.7s;animation-delay:417.7s}.poke-block-nps .btn-nps:nth-child(4172n){-webkit-animation-delay:417.8s;animation-delay:417.8s}.poke-block-nps .btn-nps:nth-child(4173n){-webkit-animation-delay:417.9s;animation-delay:417.9s}.poke-block-nps .btn-nps:nth-child(4174n){-webkit-animation-delay:418s;animation-delay:418s}.poke-block-nps .btn-nps:nth-child(4175n){-webkit-animation-delay:418.1s;animation-delay:418.1s}.poke-block-nps .btn-nps:nth-child(4176n){-webkit-animation-delay:418.2s;animation-delay:418.2s}.poke-block-nps .btn-nps:nth-child(4177n){-webkit-animation-delay:418.3s;animation-delay:418.3s}.poke-block-nps .btn-nps:nth-child(4178n){-webkit-animation-delay:418.4s;animation-delay:418.4s}.poke-block-nps .btn-nps:nth-child(4179n){-webkit-animation-delay:418.5s;animation-delay:418.5s}.poke-block-nps .btn-nps:nth-child(4180n){-webkit-animation-delay:418.6s;animation-delay:418.6s}.poke-block-nps .btn-nps:nth-child(4181n){-webkit-animation-delay:418.7s;animation-delay:418.7s}.poke-block-nps .btn-nps:nth-child(4182n){-webkit-animation-delay:418.8s;animation-delay:418.8s}.poke-block-nps .btn-nps:nth-child(4183n){-webkit-animation-delay:418.9s;animation-delay:418.9s}.poke-block-nps .btn-nps:nth-child(4184n){-webkit-animation-delay:419s;animation-delay:419s}.poke-block-nps .btn-nps:nth-child(4185n){-webkit-animation-delay:419.1s;animation-delay:419.1s}.poke-block-nps .btn-nps:nth-child(4186n){-webkit-animation-delay:419.2s;animation-delay:419.2s}.poke-block-nps .btn-nps:nth-child(4187n){-webkit-animation-delay:419.3s;animation-delay:419.3s}.poke-block-nps .btn-nps:nth-child(4188n){-webkit-animation-delay:419.4s;animation-delay:419.4s}.poke-block-nps .btn-nps:nth-child(4189n){-webkit-animation-delay:419.5s;animation-delay:419.5s}.poke-block-nps .btn-nps:nth-child(4190n){-webkit-animation-delay:419.6s;animation-delay:419.6s}.poke-block-nps .btn-nps:nth-child(4191n){-webkit-animation-delay:419.7s;animation-delay:419.7s}.poke-block-nps .btn-nps:nth-child(4192n){-webkit-animation-delay:419.8s;animation-delay:419.8s}.poke-block-nps .btn-nps:nth-child(4193n){-webkit-animation-delay:419.9s;animation-delay:419.9s}.poke-block-nps .btn-nps:nth-child(4194n){-webkit-animation-delay:420s;animation-delay:420s}.poke-block-nps .btn-nps:nth-child(4195n){-webkit-animation-delay:420.1s;animation-delay:420.1s}.poke-block-nps .btn-nps:nth-child(4196n){-webkit-animation-delay:420.2s;animation-delay:420.2s}.poke-block-nps .btn-nps:nth-child(4197n){-webkit-animation-delay:420.3s;animation-delay:420.3s}.poke-block-nps .btn-nps:nth-child(4198n){-webkit-animation-delay:420.4s;animation-delay:420.4s}.poke-block-nps .btn-nps:nth-child(4199n){-webkit-animation-delay:420.5s;animation-delay:420.5s}.poke-block-nps .btn-nps:nth-child(4200n){-webkit-animation-delay:420.6s;animation-delay:420.6s}.poke-block-nps .btn-nps:nth-child(4201n){-webkit-animation-delay:420.7s;animation-delay:420.7s}.poke-block-nps .btn-nps:nth-child(4202n){-webkit-animation-delay:420.8s;animation-delay:420.8s}.poke-block-nps .btn-nps:nth-child(4203n){-webkit-animation-delay:420.9s;animation-delay:420.9s}.poke-block-nps .btn-nps:nth-child(4204n){-webkit-animation-delay:421s;animation-delay:421s}.poke-block-nps .btn-nps:nth-child(4205n){-webkit-animation-delay:421.1s;animation-delay:421.1s}.poke-block-nps .btn-nps:nth-child(4206n){-webkit-animation-delay:421.2s;animation-delay:421.2s}.poke-block-nps .btn-nps:nth-child(4207n){-webkit-animation-delay:421.3s;animation-delay:421.3s}.poke-block-nps .btn-nps:nth-child(4208n){-webkit-animation-delay:421.4s;animation-delay:421.4s}.poke-block-nps .btn-nps:nth-child(4209n){-webkit-animation-delay:421.5s;animation-delay:421.5s}.poke-block-nps .btn-nps:nth-child(4210n){-webkit-animation-delay:421.6s;animation-delay:421.6s}.poke-block-nps .btn-nps:nth-child(4211n){-webkit-animation-delay:421.7s;animation-delay:421.7s}.poke-block-nps .btn-nps:nth-child(4212n){-webkit-animation-delay:421.8s;animation-delay:421.8s}.poke-block-nps .btn-nps:nth-child(4213n){-webkit-animation-delay:421.9s;animation-delay:421.9s}.poke-block-nps .btn-nps:nth-child(4214n){-webkit-animation-delay:422s;animation-delay:422s}.poke-block-nps .btn-nps:nth-child(4215n){-webkit-animation-delay:422.1s;animation-delay:422.1s}.poke-block-nps .btn-nps:nth-child(4216n){-webkit-animation-delay:422.2s;animation-delay:422.2s}.poke-block-nps .btn-nps:nth-child(4217n){-webkit-animation-delay:422.3s;animation-delay:422.3s}.poke-block-nps .btn-nps:nth-child(4218n){-webkit-animation-delay:422.4s;animation-delay:422.4s}.poke-block-nps .btn-nps:nth-child(4219n){-webkit-animation-delay:422.5s;animation-delay:422.5s}.poke-block-nps .btn-nps:nth-child(4220n){-webkit-animation-delay:422.6s;animation-delay:422.6s}.poke-block-nps .btn-nps:nth-child(4221n){-webkit-animation-delay:422.7s;animation-delay:422.7s}.poke-block-nps .btn-nps:nth-child(4222n){-webkit-animation-delay:422.8s;animation-delay:422.8s}.poke-block-nps .btn-nps:nth-child(4223n){-webkit-animation-delay:422.9s;animation-delay:422.9s}.poke-block-nps .btn-nps:nth-child(4224n){-webkit-animation-delay:423s;animation-delay:423s}.poke-block-nps .btn-nps:nth-child(4225n){-webkit-animation-delay:423.1s;animation-delay:423.1s}.poke-block-nps .btn-nps:nth-child(4226n){-webkit-animation-delay:423.2s;animation-delay:423.2s}.poke-block-nps .btn-nps:nth-child(4227n){-webkit-animation-delay:423.3s;animation-delay:423.3s}.poke-block-nps .btn-nps:nth-child(4228n){-webkit-animation-delay:423.4s;animation-delay:423.4s}.poke-block-nps .btn-nps:nth-child(4229n){-webkit-animation-delay:423.5s;animation-delay:423.5s}.poke-block-nps .btn-nps:nth-child(4230n){-webkit-animation-delay:423.6s;animation-delay:423.6s}.poke-block-nps .btn-nps:nth-child(4231n){-webkit-animation-delay:423.7s;animation-delay:423.7s}.poke-block-nps .btn-nps:nth-child(4232n){-webkit-animation-delay:423.8s;animation-delay:423.8s}.poke-block-nps .btn-nps:nth-child(4233n){-webkit-animation-delay:423.9s;animation-delay:423.9s}.poke-block-nps .btn-nps:nth-child(4234n){-webkit-animation-delay:424s;animation-delay:424s}.poke-block-nps .btn-nps:nth-child(4235n){-webkit-animation-delay:424.1s;animation-delay:424.1s}.poke-block-nps .btn-nps:nth-child(4236n){-webkit-animation-delay:424.2s;animation-delay:424.2s}.poke-block-nps .btn-nps:nth-child(4237n){-webkit-animation-delay:424.3s;animation-delay:424.3s}.poke-block-nps .btn-nps:nth-child(4238n){-webkit-animation-delay:424.4s;animation-delay:424.4s}.poke-block-nps .btn-nps:nth-child(4239n){-webkit-animation-delay:424.5s;animation-delay:424.5s}.poke-block-nps .btn-nps:nth-child(4240n){-webkit-animation-delay:424.6s;animation-delay:424.6s}.poke-block-nps .btn-nps:nth-child(4241n){-webkit-animation-delay:424.7s;animation-delay:424.7s}.poke-block-nps .btn-nps:nth-child(4242n){-webkit-animation-delay:424.8s;animation-delay:424.8s}.poke-block-nps .btn-nps:nth-child(4243n){-webkit-animation-delay:424.9s;animation-delay:424.9s}.poke-block-nps .btn-nps:nth-child(4244n){-webkit-animation-delay:425s;animation-delay:425s}.poke-block-nps .btn-nps:nth-child(4245n){-webkit-animation-delay:425.1s;animation-delay:425.1s}.poke-block-nps .btn-nps:nth-child(4246n){-webkit-animation-delay:425.2s;animation-delay:425.2s}.poke-block-nps .btn-nps:nth-child(4247n){-webkit-animation-delay:425.3s;animation-delay:425.3s}.poke-block-nps .btn-nps:nth-child(4248n){-webkit-animation-delay:425.4s;animation-delay:425.4s}.poke-block-nps .btn-nps:nth-child(4249n){-webkit-animation-delay:425.5s;animation-delay:425.5s}.poke-block-nps .btn-nps:nth-child(4250n){-webkit-animation-delay:425.6s;animation-delay:425.6s}.poke-block-nps .btn-nps:nth-child(4251n){-webkit-animation-delay:425.7s;animation-delay:425.7s}.poke-block-nps .btn-nps:nth-child(4252n){-webkit-animation-delay:425.8s;animation-delay:425.8s}.poke-block-nps .btn-nps:nth-child(4253n){-webkit-animation-delay:425.9s;animation-delay:425.9s}.poke-block-nps .btn-nps:nth-child(4254n){-webkit-animation-delay:426s;animation-delay:426s}.poke-block-nps .btn-nps:nth-child(4255n){-webkit-animation-delay:426.1s;animation-delay:426.1s}.poke-block-nps .btn-nps:nth-child(4256n){-webkit-animation-delay:426.2s;animation-delay:426.2s}.poke-block-nps .btn-nps:nth-child(4257n){-webkit-animation-delay:426.3s;animation-delay:426.3s}.poke-block-nps .btn-nps:nth-child(4258n){-webkit-animation-delay:426.4s;animation-delay:426.4s}.poke-block-nps .btn-nps:nth-child(4259n){-webkit-animation-delay:426.5s;animation-delay:426.5s}.poke-block-nps .btn-nps:nth-child(4260n){-webkit-animation-delay:426.6s;animation-delay:426.6s}.poke-block-nps .btn-nps:nth-child(4261n){-webkit-animation-delay:426.7s;animation-delay:426.7s}.poke-block-nps .btn-nps:nth-child(4262n){-webkit-animation-delay:426.8s;animation-delay:426.8s}.poke-block-nps .btn-nps:nth-child(4263n){-webkit-animation-delay:426.9s;animation-delay:426.9s}.poke-block-nps .btn-nps:nth-child(4264n){-webkit-animation-delay:427s;animation-delay:427s}.poke-block-nps .btn-nps:nth-child(4265n){-webkit-animation-delay:427.1s;animation-delay:427.1s}.poke-block-nps .btn-nps:nth-child(4266n){-webkit-animation-delay:427.2s;animation-delay:427.2s}.poke-block-nps .btn-nps:nth-child(4267n){-webkit-animation-delay:427.3s;animation-delay:427.3s}.poke-block-nps .btn-nps:nth-child(4268n){-webkit-animation-delay:427.4s;animation-delay:427.4s}.poke-block-nps .btn-nps:nth-child(4269n){-webkit-animation-delay:427.5s;animation-delay:427.5s}.poke-block-nps .btn-nps:nth-child(4270n){-webkit-animation-delay:427.6s;animation-delay:427.6s}.poke-block-nps .btn-nps:nth-child(4271n){-webkit-animation-delay:427.7s;animation-delay:427.7s}.poke-block-nps .btn-nps:nth-child(4272n){-webkit-animation-delay:427.8s;animation-delay:427.8s}.poke-block-nps .btn-nps:nth-child(4273n){-webkit-animation-delay:427.9s;animation-delay:427.9s}.poke-block-nps .btn-nps:nth-child(4274n){-webkit-animation-delay:428s;animation-delay:428s}.poke-block-nps .btn-nps:nth-child(4275n){-webkit-animation-delay:428.1s;animation-delay:428.1s}.poke-block-nps .btn-nps:nth-child(4276n){-webkit-animation-delay:428.2s;animation-delay:428.2s}.poke-block-nps .btn-nps:nth-child(4277n){-webkit-animation-delay:428.3s;animation-delay:428.3s}.poke-block-nps .btn-nps:nth-child(4278n){-webkit-animation-delay:428.4s;animation-delay:428.4s}.poke-block-nps .btn-nps:nth-child(4279n){-webkit-animation-delay:428.5s;animation-delay:428.5s}.poke-block-nps .btn-nps:nth-child(4280n){-webkit-animation-delay:428.6s;animation-delay:428.6s}.poke-block-nps .btn-nps:nth-child(4281n){-webkit-animation-delay:428.7s;animation-delay:428.7s}.poke-block-nps .btn-nps:nth-child(4282n){-webkit-animation-delay:428.8s;animation-delay:428.8s}.poke-block-nps .btn-nps:nth-child(4283n){-webkit-animation-delay:428.9s;animation-delay:428.9s}.poke-block-nps .btn-nps:nth-child(4284n){-webkit-animation-delay:429s;animation-delay:429s}.poke-block-nps .btn-nps:nth-child(4285n){-webkit-animation-delay:429.1s;animation-delay:429.1s}.poke-block-nps .btn-nps:nth-child(4286n){-webkit-animation-delay:429.2s;animation-delay:429.2s}.poke-block-nps .btn-nps:nth-child(4287n){-webkit-animation-delay:429.3s;animation-delay:429.3s}.poke-block-nps .btn-nps:nth-child(4288n){-webkit-animation-delay:429.4s;animation-delay:429.4s}.poke-block-nps .btn-nps:nth-child(4289n){-webkit-animation-delay:429.5s;animation-delay:429.5s}.poke-block-nps .btn-nps:nth-child(4290n){-webkit-animation-delay:429.6s;animation-delay:429.6s}.poke-block-nps .btn-nps:nth-child(4291n){-webkit-animation-delay:429.7s;animation-delay:429.7s}.poke-block-nps .btn-nps:nth-child(4292n){-webkit-animation-delay:429.8s;animation-delay:429.8s}.poke-block-nps .btn-nps:nth-child(4293n){-webkit-animation-delay:429.9s;animation-delay:429.9s}.poke-block-nps .btn-nps:nth-child(4294n){-webkit-animation-delay:430s;animation-delay:430s}.poke-block-nps .btn-nps:nth-child(4295n){-webkit-animation-delay:430.1s;animation-delay:430.1s}.poke-block-nps .btn-nps:nth-child(4296n){-webkit-animation-delay:430.2s;animation-delay:430.2s}.poke-block-nps .btn-nps:nth-child(4297n){-webkit-animation-delay:430.3s;animation-delay:430.3s}.poke-block-nps .btn-nps:nth-child(4298n){-webkit-animation-delay:430.4s;animation-delay:430.4s}.poke-block-nps .btn-nps:nth-child(4299n){-webkit-animation-delay:430.5s;animation-delay:430.5s}.poke-block-nps .btn-nps:nth-child(4300n){-webkit-animation-delay:430.6s;animation-delay:430.6s}.poke-block-nps .btn-nps:nth-child(4301n){-webkit-animation-delay:430.7s;animation-delay:430.7s}.poke-block-nps .btn-nps:nth-child(4302n){-webkit-animation-delay:430.8s;animation-delay:430.8s}.poke-block-nps .btn-nps:nth-child(4303n){-webkit-animation-delay:430.9s;animation-delay:430.9s}.poke-block-nps .btn-nps:nth-child(4304n){-webkit-animation-delay:431s;animation-delay:431s}.poke-block-nps .btn-nps:nth-child(4305n){-webkit-animation-delay:431.1s;animation-delay:431.1s}.poke-block-nps .btn-nps:nth-child(4306n){-webkit-animation-delay:431.2s;animation-delay:431.2s}.poke-block-nps .btn-nps:nth-child(4307n){-webkit-animation-delay:431.3s;animation-delay:431.3s}.poke-block-nps .btn-nps:nth-child(4308n){-webkit-animation-delay:431.4s;animation-delay:431.4s}.poke-block-nps .btn-nps:nth-child(4309n){-webkit-animation-delay:431.5s;animation-delay:431.5s}.poke-block-nps .btn-nps:nth-child(4310n){-webkit-animation-delay:431.6s;animation-delay:431.6s}.poke-block-nps .btn-nps:nth-child(4311n){-webkit-animation-delay:431.7s;animation-delay:431.7s}.poke-block-nps .btn-nps:nth-child(4312n){-webkit-animation-delay:431.8s;animation-delay:431.8s}.poke-block-nps .btn-nps:nth-child(4313n){-webkit-animation-delay:431.9s;animation-delay:431.9s}.poke-block-nps .btn-nps:nth-child(4314n){-webkit-animation-delay:432s;animation-delay:432s}.poke-block-nps .btn-nps:nth-child(4315n){-webkit-animation-delay:432.1s;animation-delay:432.1s}.poke-block-nps .btn-nps:nth-child(4316n){-webkit-animation-delay:432.2s;animation-delay:432.2s}.poke-block-nps .btn-nps:nth-child(4317n){-webkit-animation-delay:432.3s;animation-delay:432.3s}.poke-block-nps .btn-nps:nth-child(4318n){-webkit-animation-delay:432.4s;animation-delay:432.4s}.poke-block-nps .btn-nps:nth-child(4319n){-webkit-animation-delay:432.5s;animation-delay:432.5s}.poke-block-nps .btn-nps:nth-child(4320n){-webkit-animation-delay:432.6s;animation-delay:432.6s}.poke-block-nps .btn-nps:nth-child(4321n){-webkit-animation-delay:432.7s;animation-delay:432.7s}.poke-block-nps .btn-nps:nth-child(4322n){-webkit-animation-delay:432.8s;animation-delay:432.8s}.poke-block-nps .btn-nps:nth-child(4323n){-webkit-animation-delay:432.9s;animation-delay:432.9s}.poke-block-nps .btn-nps:nth-child(4324n){-webkit-animation-delay:433s;animation-delay:433s}.poke-block-nps .btn-nps:nth-child(4325n){-webkit-animation-delay:433.1s;animation-delay:433.1s}.poke-block-nps .btn-nps:nth-child(4326n){-webkit-animation-delay:433.2s;animation-delay:433.2s}.poke-block-nps .btn-nps:nth-child(4327n){-webkit-animation-delay:433.3s;animation-delay:433.3s}.poke-block-nps .btn-nps:nth-child(4328n){-webkit-animation-delay:433.4s;animation-delay:433.4s}.poke-block-nps .btn-nps:nth-child(4329n){-webkit-animation-delay:433.5s;animation-delay:433.5s}.poke-block-nps .btn-nps:nth-child(4330n){-webkit-animation-delay:433.6s;animation-delay:433.6s}.poke-block-nps .btn-nps:nth-child(4331n){-webkit-animation-delay:433.7s;animation-delay:433.7s}.poke-block-nps .btn-nps:nth-child(4332n){-webkit-animation-delay:433.8s;animation-delay:433.8s}.poke-block-nps .btn-nps:nth-child(4333n){-webkit-animation-delay:433.9s;animation-delay:433.9s}.poke-block-nps .btn-nps:nth-child(4334n){-webkit-animation-delay:434s;animation-delay:434s}.poke-block-nps .btn-nps:nth-child(4335n){-webkit-animation-delay:434.1s;animation-delay:434.1s}.poke-block-nps .btn-nps:nth-child(4336n){-webkit-animation-delay:434.2s;animation-delay:434.2s}.poke-block-nps .btn-nps:nth-child(4337n){-webkit-animation-delay:434.3s;animation-delay:434.3s}.poke-block-nps .btn-nps:nth-child(4338n){-webkit-animation-delay:434.4s;animation-delay:434.4s}.poke-block-nps .btn-nps:nth-child(4339n){-webkit-animation-delay:434.5s;animation-delay:434.5s}.poke-block-nps .btn-nps:nth-child(4340n){-webkit-animation-delay:434.6s;animation-delay:434.6s}.poke-block-nps .btn-nps:nth-child(4341n){-webkit-animation-delay:434.7s;animation-delay:434.7s}.poke-block-nps .btn-nps:nth-child(4342n){-webkit-animation-delay:434.8s;animation-delay:434.8s}.poke-block-nps .btn-nps:nth-child(4343n){-webkit-animation-delay:434.9s;animation-delay:434.9s}.poke-block-nps .btn-nps:nth-child(4344n){-webkit-animation-delay:435s;animation-delay:435s}.poke-block-nps .btn-nps:nth-child(4345n){-webkit-animation-delay:435.1s;animation-delay:435.1s}.poke-block-nps .btn-nps:nth-child(4346n){-webkit-animation-delay:435.2s;animation-delay:435.2s}.poke-block-nps .btn-nps:nth-child(4347n){-webkit-animation-delay:435.3s;animation-delay:435.3s}.poke-block-nps .btn-nps:nth-child(4348n){-webkit-animation-delay:435.4s;animation-delay:435.4s}.poke-block-nps .btn-nps:nth-child(4349n){-webkit-animation-delay:435.5s;animation-delay:435.5s}.poke-block-nps .btn-nps:nth-child(4350n){-webkit-animation-delay:435.6s;animation-delay:435.6s}.poke-block-nps .btn-nps:nth-child(4351n){-webkit-animation-delay:435.7s;animation-delay:435.7s}.poke-block-nps .btn-nps:nth-child(4352n){-webkit-animation-delay:435.8s;animation-delay:435.8s}.poke-block-nps .btn-nps:nth-child(4353n){-webkit-animation-delay:435.9s;animation-delay:435.9s}.poke-block-nps .btn-nps:nth-child(4354n){-webkit-animation-delay:436s;animation-delay:436s}.poke-block-nps .btn-nps:nth-child(4355n){-webkit-animation-delay:436.1s;animation-delay:436.1s}.poke-block-nps .btn-nps:nth-child(4356n){-webkit-animation-delay:436.2s;animation-delay:436.2s}.poke-block-nps .btn-nps:nth-child(4357n){-webkit-animation-delay:436.3s;animation-delay:436.3s}.poke-block-nps .btn-nps:nth-child(4358n){-webkit-animation-delay:436.4s;animation-delay:436.4s}.poke-block-nps .btn-nps:nth-child(4359n){-webkit-animation-delay:436.5s;animation-delay:436.5s}.poke-block-nps .btn-nps:nth-child(4360n){-webkit-animation-delay:436.6s;animation-delay:436.6s}.poke-block-nps .btn-nps:nth-child(4361n){-webkit-animation-delay:436.7s;animation-delay:436.7s}.poke-block-nps .btn-nps:nth-child(4362n){-webkit-animation-delay:436.8s;animation-delay:436.8s}.poke-block-nps .btn-nps:nth-child(4363n){-webkit-animation-delay:436.9s;animation-delay:436.9s}.poke-block-nps .btn-nps:nth-child(4364n){-webkit-animation-delay:437s;animation-delay:437s}.poke-block-nps .btn-nps:nth-child(4365n){-webkit-animation-delay:437.1s;animation-delay:437.1s}.poke-block-nps .btn-nps:nth-child(4366n){-webkit-animation-delay:437.2s;animation-delay:437.2s}.poke-block-nps .btn-nps:nth-child(4367n){-webkit-animation-delay:437.3s;animation-delay:437.3s}.poke-block-nps .btn-nps:nth-child(4368n){-webkit-animation-delay:437.4s;animation-delay:437.4s}.poke-block-nps .btn-nps:nth-child(4369n){-webkit-animation-delay:437.5s;animation-delay:437.5s}.poke-block-nps .btn-nps:nth-child(4370n){-webkit-animation-delay:437.6s;animation-delay:437.6s}.poke-block-nps .btn-nps:nth-child(4371n){-webkit-animation-delay:437.7s;animation-delay:437.7s}.poke-block-nps .btn-nps:nth-child(4372n){-webkit-animation-delay:437.8s;animation-delay:437.8s}.poke-block-nps .btn-nps:nth-child(4373n){-webkit-animation-delay:437.9s;animation-delay:437.9s}.poke-block-nps .btn-nps:nth-child(4374n){-webkit-animation-delay:438s;animation-delay:438s}.poke-block-nps .btn-nps:nth-child(4375n){-webkit-animation-delay:438.1s;animation-delay:438.1s}.poke-block-nps .btn-nps:nth-child(4376n){-webkit-animation-delay:438.2s;animation-delay:438.2s}.poke-block-nps .btn-nps:nth-child(4377n){-webkit-animation-delay:438.3s;animation-delay:438.3s}.poke-block-nps .btn-nps:nth-child(4378n){-webkit-animation-delay:438.4s;animation-delay:438.4s}.poke-block-nps .btn-nps:nth-child(4379n){-webkit-animation-delay:438.5s;animation-delay:438.5s}.poke-block-nps .btn-nps:nth-child(4380n){-webkit-animation-delay:438.6s;animation-delay:438.6s}.poke-block-nps .btn-nps:nth-child(4381n){-webkit-animation-delay:438.7s;animation-delay:438.7s}.poke-block-nps .btn-nps:nth-child(4382n){-webkit-animation-delay:438.8s;animation-delay:438.8s}.poke-block-nps .btn-nps:nth-child(4383n){-webkit-animation-delay:438.9s;animation-delay:438.9s}.poke-block-nps .btn-nps:nth-child(4384n){-webkit-animation-delay:439s;animation-delay:439s}.poke-block-nps .btn-nps:nth-child(4385n){-webkit-animation-delay:439.1s;animation-delay:439.1s}.poke-block-nps .btn-nps:nth-child(4386n){-webkit-animation-delay:439.2s;animation-delay:439.2s}.poke-block-nps .btn-nps:nth-child(4387n){-webkit-animation-delay:439.3s;animation-delay:439.3s}.poke-block-nps .btn-nps:nth-child(4388n){-webkit-animation-delay:439.4s;animation-delay:439.4s}.poke-block-nps .btn-nps:nth-child(4389n){-webkit-animation-delay:439.5s;animation-delay:439.5s}.poke-block-nps .btn-nps:nth-child(4390n){-webkit-animation-delay:439.6s;animation-delay:439.6s}.poke-block-nps .btn-nps:nth-child(4391n){-webkit-animation-delay:439.7s;animation-delay:439.7s}.poke-block-nps .btn-nps:nth-child(4392n){-webkit-animation-delay:439.8s;animation-delay:439.8s}.poke-block-nps .btn-nps:nth-child(4393n){-webkit-animation-delay:439.9s;animation-delay:439.9s}.poke-block-nps .btn-nps:nth-child(4394n){-webkit-animation-delay:440s;animation-delay:440s}.poke-block-nps .btn-nps:nth-child(4395n){-webkit-animation-delay:440.1s;animation-delay:440.1s}.poke-block-nps .btn-nps:nth-child(4396n){-webkit-animation-delay:440.2s;animation-delay:440.2s}.poke-block-nps .btn-nps:nth-child(4397n){-webkit-animation-delay:440.3s;animation-delay:440.3s}.poke-block-nps .btn-nps:nth-child(4398n){-webkit-animation-delay:440.4s;animation-delay:440.4s}.poke-block-nps .btn-nps:nth-child(4399n){-webkit-animation-delay:440.5s;animation-delay:440.5s}.poke-block-nps .btn-nps:nth-child(4400n){-webkit-animation-delay:440.6s;animation-delay:440.6s}.poke-block-nps .btn-nps:nth-child(4401n){-webkit-animation-delay:440.7s;animation-delay:440.7s}.poke-block-nps .btn-nps:nth-child(4402n){-webkit-animation-delay:440.8s;animation-delay:440.8s}.poke-block-nps .btn-nps:nth-child(4403n){-webkit-animation-delay:440.9s;animation-delay:440.9s}.poke-block-nps .btn-nps:nth-child(4404n){-webkit-animation-delay:441s;animation-delay:441s}.poke-block-nps .btn-nps:nth-child(4405n){-webkit-animation-delay:441.1s;animation-delay:441.1s}.poke-block-nps .btn-nps:nth-child(4406n){-webkit-animation-delay:441.2s;animation-delay:441.2s}.poke-block-nps .btn-nps:nth-child(4407n){-webkit-animation-delay:441.3s;animation-delay:441.3s}.poke-block-nps .btn-nps:nth-child(4408n){-webkit-animation-delay:441.4s;animation-delay:441.4s}.poke-block-nps .btn-nps:nth-child(4409n){-webkit-animation-delay:441.5s;animation-delay:441.5s}.poke-block-nps .btn-nps:nth-child(4410n){-webkit-animation-delay:441.6s;animation-delay:441.6s}.poke-block-nps .btn-nps:nth-child(4411n){-webkit-animation-delay:441.7s;animation-delay:441.7s}.poke-block-nps .btn-nps:nth-child(4412n){-webkit-animation-delay:441.8s;animation-delay:441.8s}.poke-block-nps .btn-nps:nth-child(4413n){-webkit-animation-delay:441.9s;animation-delay:441.9s}.poke-block-nps .btn-nps:nth-child(4414n){-webkit-animation-delay:442s;animation-delay:442s}.poke-block-nps .btn-nps:nth-child(4415n){-webkit-animation-delay:442.1s;animation-delay:442.1s}.poke-block-nps .btn-nps:nth-child(4416n){-webkit-animation-delay:442.2s;animation-delay:442.2s}.poke-block-nps .btn-nps:nth-child(4417n){-webkit-animation-delay:442.3s;animation-delay:442.3s}.poke-block-nps .btn-nps:nth-child(4418n){-webkit-animation-delay:442.4s;animation-delay:442.4s}.poke-block-nps .btn-nps:nth-child(4419n){-webkit-animation-delay:442.5s;animation-delay:442.5s}.poke-block-nps .btn-nps:nth-child(4420n){-webkit-animation-delay:442.6s;animation-delay:442.6s}.poke-block-nps .btn-nps:nth-child(4421n){-webkit-animation-delay:442.7s;animation-delay:442.7s}.poke-block-nps .btn-nps:nth-child(4422n){-webkit-animation-delay:442.8s;animation-delay:442.8s}.poke-block-nps .btn-nps:nth-child(4423n){-webkit-animation-delay:442.9s;animation-delay:442.9s}.poke-block-nps .btn-nps:nth-child(4424n){-webkit-animation-delay:443s;animation-delay:443s}.poke-block-nps .btn-nps:nth-child(4425n){-webkit-animation-delay:443.1s;animation-delay:443.1s}.poke-block-nps .btn-nps:nth-child(4426n){-webkit-animation-delay:443.2s;animation-delay:443.2s}.poke-block-nps .btn-nps:nth-child(4427n){-webkit-animation-delay:443.3s;animation-delay:443.3s}.poke-block-nps .btn-nps:nth-child(4428n){-webkit-animation-delay:443.4s;animation-delay:443.4s}.poke-block-nps .btn-nps:nth-child(4429n){-webkit-animation-delay:443.5s;animation-delay:443.5s}.poke-block-nps .btn-nps:nth-child(4430n){-webkit-animation-delay:443.6s;animation-delay:443.6s}.poke-block-nps .btn-nps:nth-child(4431n){-webkit-animation-delay:443.7s;animation-delay:443.7s}.poke-block-nps .btn-nps:nth-child(4432n){-webkit-animation-delay:443.8s;animation-delay:443.8s}.poke-block-nps .btn-nps:nth-child(4433n){-webkit-animation-delay:443.9s;animation-delay:443.9s}.poke-block-nps .btn-nps:nth-child(4434n){-webkit-animation-delay:444s;animation-delay:444s}.poke-block-nps .btn-nps:nth-child(4435n){-webkit-animation-delay:444.1s;animation-delay:444.1s}.poke-block-nps .btn-nps:nth-child(4436n){-webkit-animation-delay:444.2s;animation-delay:444.2s}.poke-block-nps .btn-nps:nth-child(4437n){-webkit-animation-delay:444.3s;animation-delay:444.3s}.poke-block-nps .btn-nps:nth-child(4438n){-webkit-animation-delay:444.4s;animation-delay:444.4s}.poke-block-nps .btn-nps:nth-child(4439n){-webkit-animation-delay:444.5s;animation-delay:444.5s}.poke-block-nps .btn-nps:nth-child(4440n){-webkit-animation-delay:444.6s;animation-delay:444.6s}.poke-block-nps .btn-nps:nth-child(4441n){-webkit-animation-delay:444.7s;animation-delay:444.7s}.poke-block-nps .btn-nps:nth-child(4442n){-webkit-animation-delay:444.8s;animation-delay:444.8s}.poke-block-nps .btn-nps:nth-child(4443n){-webkit-animation-delay:444.9s;animation-delay:444.9s}.poke-block-nps .btn-nps:nth-child(4444n){-webkit-animation-delay:445s;animation-delay:445s}.poke-block-nps .btn-nps:nth-child(4445n){-webkit-animation-delay:445.1s;animation-delay:445.1s}.poke-block-nps .btn-nps:nth-child(4446n){-webkit-animation-delay:445.2s;animation-delay:445.2s}.poke-block-nps .btn-nps:nth-child(4447n){-webkit-animation-delay:445.3s;animation-delay:445.3s}.poke-block-nps .btn-nps:nth-child(4448n){-webkit-animation-delay:445.4s;animation-delay:445.4s}.poke-block-nps .btn-nps:nth-child(4449n){-webkit-animation-delay:445.5s;animation-delay:445.5s}.poke-block-nps .btn-nps:nth-child(4450n){-webkit-animation-delay:445.6s;animation-delay:445.6s}.poke-block-nps .btn-nps:nth-child(4451n){-webkit-animation-delay:445.7s;animation-delay:445.7s}.poke-block-nps .btn-nps:nth-child(4452n){-webkit-animation-delay:445.8s;animation-delay:445.8s}.poke-block-nps .btn-nps:nth-child(4453n){-webkit-animation-delay:445.9s;animation-delay:445.9s}.poke-block-nps .btn-nps:nth-child(4454n){-webkit-animation-delay:446s;animation-delay:446s}.poke-block-nps .btn-nps:nth-child(4455n){-webkit-animation-delay:446.1s;animation-delay:446.1s}.poke-block-nps .btn-nps:nth-child(4456n){-webkit-animation-delay:446.2s;animation-delay:446.2s}.poke-block-nps .btn-nps:nth-child(4457n){-webkit-animation-delay:446.3s;animation-delay:446.3s}.poke-block-nps .btn-nps:nth-child(4458n){-webkit-animation-delay:446.4s;animation-delay:446.4s}.poke-block-nps .btn-nps:nth-child(4459n){-webkit-animation-delay:446.5s;animation-delay:446.5s}.poke-block-nps .btn-nps:nth-child(4460n){-webkit-animation-delay:446.6s;animation-delay:446.6s}.poke-block-nps .btn-nps:nth-child(4461n){-webkit-animation-delay:446.7s;animation-delay:446.7s}.poke-block-nps .btn-nps:nth-child(4462n){-webkit-animation-delay:446.8s;animation-delay:446.8s}.poke-block-nps .btn-nps:nth-child(4463n){-webkit-animation-delay:446.9s;animation-delay:446.9s}.poke-block-nps .btn-nps:nth-child(4464n){-webkit-animation-delay:447s;animation-delay:447s}.poke-block-nps .btn-nps:nth-child(4465n){-webkit-animation-delay:447.1s;animation-delay:447.1s}.poke-block-nps .btn-nps:nth-child(4466n){-webkit-animation-delay:447.2s;animation-delay:447.2s}.poke-block-nps .btn-nps:nth-child(4467n){-webkit-animation-delay:447.3s;animation-delay:447.3s}.poke-block-nps .btn-nps:nth-child(4468n){-webkit-animation-delay:447.4s;animation-delay:447.4s}.poke-block-nps .btn-nps:nth-child(4469n){-webkit-animation-delay:447.5s;animation-delay:447.5s}.poke-block-nps .btn-nps:nth-child(4470n){-webkit-animation-delay:447.6s;animation-delay:447.6s}.poke-block-nps .btn-nps:nth-child(4471n){-webkit-animation-delay:447.7s;animation-delay:447.7s}.poke-block-nps .btn-nps:nth-child(4472n){-webkit-animation-delay:447.8s;animation-delay:447.8s}.poke-block-nps .btn-nps:nth-child(4473n){-webkit-animation-delay:447.9s;animation-delay:447.9s}.poke-block-nps .btn-nps:nth-child(4474n){-webkit-animation-delay:448s;animation-delay:448s}.poke-block-nps .btn-nps:nth-child(4475n){-webkit-animation-delay:448.1s;animation-delay:448.1s}.poke-block-nps .btn-nps:nth-child(4476n){-webkit-animation-delay:448.2s;animation-delay:448.2s}.poke-block-nps .btn-nps:nth-child(4477n){-webkit-animation-delay:448.3s;animation-delay:448.3s}.poke-block-nps .btn-nps:nth-child(4478n){-webkit-animation-delay:448.4s;animation-delay:448.4s}.poke-block-nps .btn-nps:nth-child(4479n){-webkit-animation-delay:448.5s;animation-delay:448.5s}.poke-block-nps .btn-nps:nth-child(4480n){-webkit-animation-delay:448.6s;animation-delay:448.6s}.poke-block-nps .btn-nps:nth-child(4481n){-webkit-animation-delay:448.7s;animation-delay:448.7s}.poke-block-nps .btn-nps:nth-child(4482n){-webkit-animation-delay:448.8s;animation-delay:448.8s}.poke-block-nps .btn-nps:nth-child(4483n){-webkit-animation-delay:448.9s;animation-delay:448.9s}.poke-block-nps .btn-nps:nth-child(4484n){-webkit-animation-delay:449s;animation-delay:449s}.poke-block-nps .btn-nps:nth-child(4485n){-webkit-animation-delay:449.1s;animation-delay:449.1s}.poke-block-nps .btn-nps:nth-child(4486n){-webkit-animation-delay:449.2s;animation-delay:449.2s}.poke-block-nps .btn-nps:nth-child(4487n){-webkit-animation-delay:449.3s;animation-delay:449.3s}.poke-block-nps .btn-nps:nth-child(4488n){-webkit-animation-delay:449.4s;animation-delay:449.4s}.poke-block-nps .btn-nps:nth-child(4489n){-webkit-animation-delay:449.5s;animation-delay:449.5s}.poke-block-nps .btn-nps:nth-child(4490n){-webkit-animation-delay:449.6s;animation-delay:449.6s}.poke-block-nps .btn-nps:nth-child(4491n){-webkit-animation-delay:449.7s;animation-delay:449.7s}.poke-block-nps .btn-nps:nth-child(4492n){-webkit-animation-delay:449.8s;animation-delay:449.8s}.poke-block-nps .btn-nps:nth-child(4493n){-webkit-animation-delay:449.9s;animation-delay:449.9s}.poke-block-nps .btn-nps:nth-child(4494n){-webkit-animation-delay:450s;animation-delay:450s}.poke-block-nps .btn-nps:nth-child(4495n){-webkit-animation-delay:450.1s;animation-delay:450.1s}.poke-block-nps .btn-nps:nth-child(4496n){-webkit-animation-delay:450.2s;animation-delay:450.2s}.poke-block-nps .btn-nps:nth-child(4497n){-webkit-animation-delay:450.3s;animation-delay:450.3s}.poke-block-nps .btn-nps:nth-child(4498n){-webkit-animation-delay:450.4s;animation-delay:450.4s}.poke-block-nps .btn-nps:nth-child(4499n){-webkit-animation-delay:450.5s;animation-delay:450.5s}.poke-block-nps .btn-nps:nth-child(4500n){-webkit-animation-delay:450.6s;animation-delay:450.6s}.poke-block-nps .btn-nps:nth-child(4501n){-webkit-animation-delay:450.7s;animation-delay:450.7s}.poke-block-nps .btn-nps:nth-child(4502n){-webkit-animation-delay:450.8s;animation-delay:450.8s}.poke-block-nps .btn-nps:nth-child(4503n){-webkit-animation-delay:450.9s;animation-delay:450.9s}.poke-block-nps .btn-nps:nth-child(4504n){-webkit-animation-delay:451s;animation-delay:451s}.poke-block-nps .btn-nps:nth-child(4505n){-webkit-animation-delay:451.1s;animation-delay:451.1s}.poke-block-nps .btn-nps:nth-child(4506n){-webkit-animation-delay:451.2s;animation-delay:451.2s}.poke-block-nps .btn-nps:nth-child(4507n){-webkit-animation-delay:451.3s;animation-delay:451.3s}.poke-block-nps .btn-nps:nth-child(4508n){-webkit-animation-delay:451.4s;animation-delay:451.4s}.poke-block-nps .btn-nps:nth-child(4509n){-webkit-animation-delay:451.5s;animation-delay:451.5s}.poke-block-nps .btn-nps:nth-child(4510n){-webkit-animation-delay:451.6s;animation-delay:451.6s}.poke-block-nps .btn-nps:nth-child(4511n){-webkit-animation-delay:451.7s;animation-delay:451.7s}.poke-block-nps .btn-nps:nth-child(4512n){-webkit-animation-delay:451.8s;animation-delay:451.8s}.poke-block-nps .btn-nps:nth-child(4513n){-webkit-animation-delay:451.9s;animation-delay:451.9s}.poke-block-nps .btn-nps:nth-child(4514n){-webkit-animation-delay:452s;animation-delay:452s}.poke-block-nps .btn-nps:nth-child(4515n){-webkit-animation-delay:452.1s;animation-delay:452.1s}.poke-block-nps .btn-nps:nth-child(4516n){-webkit-animation-delay:452.2s;animation-delay:452.2s}.poke-block-nps .btn-nps:nth-child(4517n){-webkit-animation-delay:452.3s;animation-delay:452.3s}.poke-block-nps .btn-nps:nth-child(4518n){-webkit-animation-delay:452.4s;animation-delay:452.4s}.poke-block-nps .btn-nps:nth-child(4519n){-webkit-animation-delay:452.5s;animation-delay:452.5s}.poke-block-nps .btn-nps:nth-child(4520n){-webkit-animation-delay:452.6s;animation-delay:452.6s}.poke-block-nps .btn-nps:nth-child(4521n){-webkit-animation-delay:452.7s;animation-delay:452.7s}.poke-block-nps .btn-nps:nth-child(4522n){-webkit-animation-delay:452.8s;animation-delay:452.8s}.poke-block-nps .btn-nps:nth-child(4523n){-webkit-animation-delay:452.9s;animation-delay:452.9s}.poke-block-nps .btn-nps:nth-child(4524n){-webkit-animation-delay:453s;animation-delay:453s}.poke-block-nps .btn-nps:nth-child(4525n){-webkit-animation-delay:453.1s;animation-delay:453.1s}.poke-block-nps .btn-nps:nth-child(4526n){-webkit-animation-delay:453.2s;animation-delay:453.2s}.poke-block-nps .btn-nps:nth-child(4527n){-webkit-animation-delay:453.3s;animation-delay:453.3s}.poke-block-nps .btn-nps:nth-child(4528n){-webkit-animation-delay:453.4s;animation-delay:453.4s}.poke-block-nps .btn-nps:nth-child(4529n){-webkit-animation-delay:453.5s;animation-delay:453.5s}.poke-block-nps .btn-nps:nth-child(4530n){-webkit-animation-delay:453.6s;animation-delay:453.6s}.poke-block-nps .btn-nps:nth-child(4531n){-webkit-animation-delay:453.7s;animation-delay:453.7s}.poke-block-nps .btn-nps:nth-child(4532n){-webkit-animation-delay:453.8s;animation-delay:453.8s}.poke-block-nps .btn-nps:nth-child(4533n){-webkit-animation-delay:453.9s;animation-delay:453.9s}.poke-block-nps .btn-nps:nth-child(4534n){-webkit-animation-delay:454s;animation-delay:454s}.poke-block-nps .btn-nps:nth-child(4535n){-webkit-animation-delay:454.1s;animation-delay:454.1s}.poke-block-nps .btn-nps:nth-child(4536n){-webkit-animation-delay:454.2s;animation-delay:454.2s}.poke-block-nps .btn-nps:nth-child(4537n){-webkit-animation-delay:454.3s;animation-delay:454.3s}.poke-block-nps .btn-nps:nth-child(4538n){-webkit-animation-delay:454.4s;animation-delay:454.4s}.poke-block-nps .btn-nps:nth-child(4539n){-webkit-animation-delay:454.5s;animation-delay:454.5s}.poke-block-nps .btn-nps:nth-child(4540n){-webkit-animation-delay:454.6s;animation-delay:454.6s}.poke-block-nps .btn-nps:nth-child(4541n){-webkit-animation-delay:454.7s;animation-delay:454.7s}.poke-block-nps .btn-nps:nth-child(4542n){-webkit-animation-delay:454.8s;animation-delay:454.8s}.poke-block-nps .btn-nps:nth-child(4543n){-webkit-animation-delay:454.9s;animation-delay:454.9s}.poke-block-nps .btn-nps:nth-child(4544n){-webkit-animation-delay:455s;animation-delay:455s}.poke-block-nps .btn-nps:nth-child(4545n){-webkit-animation-delay:455.1s;animation-delay:455.1s}.poke-block-nps .btn-nps:nth-child(4546n){-webkit-animation-delay:455.2s;animation-delay:455.2s}.poke-block-nps .btn-nps:nth-child(4547n){-webkit-animation-delay:455.3s;animation-delay:455.3s}.poke-block-nps .btn-nps:nth-child(4548n){-webkit-animation-delay:455.4s;animation-delay:455.4s}.poke-block-nps .btn-nps:nth-child(4549n){-webkit-animation-delay:455.5s;animation-delay:455.5s}.poke-block-nps .btn-nps:nth-child(4550n){-webkit-animation-delay:455.6s;animation-delay:455.6s}.poke-block-nps .btn-nps:nth-child(4551n){-webkit-animation-delay:455.7s;animation-delay:455.7s}.poke-block-nps .btn-nps:nth-child(4552n){-webkit-animation-delay:455.8s;animation-delay:455.8s}.poke-block-nps .btn-nps:nth-child(4553n){-webkit-animation-delay:455.9s;animation-delay:455.9s}.poke-block-nps .btn-nps:nth-child(4554n){-webkit-animation-delay:456s;animation-delay:456s}.poke-block-nps .btn-nps:nth-child(4555n){-webkit-animation-delay:456.1s;animation-delay:456.1s}.poke-block-nps .btn-nps:nth-child(4556n){-webkit-animation-delay:456.2s;animation-delay:456.2s}.poke-block-nps .btn-nps:nth-child(4557n){-webkit-animation-delay:456.3s;animation-delay:456.3s}.poke-block-nps .btn-nps:nth-child(4558n){-webkit-animation-delay:456.4s;animation-delay:456.4s}.poke-block-nps .btn-nps:nth-child(4559n){-webkit-animation-delay:456.5s;animation-delay:456.5s}.poke-block-nps .btn-nps:nth-child(4560n){-webkit-animation-delay:456.6s;animation-delay:456.6s}.poke-block-nps .btn-nps:nth-child(4561n){-webkit-animation-delay:456.7s;animation-delay:456.7s}.poke-block-nps .btn-nps:nth-child(4562n){-webkit-animation-delay:456.8s;animation-delay:456.8s}.poke-block-nps .btn-nps:nth-child(4563n){-webkit-animation-delay:456.9s;animation-delay:456.9s}.poke-block-nps .btn-nps:nth-child(4564n){-webkit-animation-delay:457s;animation-delay:457s}.poke-block-nps .btn-nps:nth-child(4565n){-webkit-animation-delay:457.1s;animation-delay:457.1s}.poke-block-nps .btn-nps:nth-child(4566n){-webkit-animation-delay:457.2s;animation-delay:457.2s}.poke-block-nps .btn-nps:nth-child(4567n){-webkit-animation-delay:457.3s;animation-delay:457.3s}.poke-block-nps .btn-nps:nth-child(4568n){-webkit-animation-delay:457.4s;animation-delay:457.4s}.poke-block-nps .btn-nps:nth-child(4569n){-webkit-animation-delay:457.5s;animation-delay:457.5s}.poke-block-nps .btn-nps:nth-child(4570n){-webkit-animation-delay:457.6s;animation-delay:457.6s}.poke-block-nps .btn-nps:nth-child(4571n){-webkit-animation-delay:457.7s;animation-delay:457.7s}.poke-block-nps .btn-nps:nth-child(4572n){-webkit-animation-delay:457.8s;animation-delay:457.8s}.poke-block-nps .btn-nps:nth-child(4573n){-webkit-animation-delay:457.9s;animation-delay:457.9s}.poke-block-nps .btn-nps:nth-child(4574n){-webkit-animation-delay:458s;animation-delay:458s}.poke-block-nps .btn-nps:nth-child(4575n){-webkit-animation-delay:458.1s;animation-delay:458.1s}.poke-block-nps .btn-nps:nth-child(4576n){-webkit-animation-delay:458.2s;animation-delay:458.2s}.poke-block-nps .btn-nps:nth-child(4577n){-webkit-animation-delay:458.3s;animation-delay:458.3s}.poke-block-nps .btn-nps:nth-child(4578n){-webkit-animation-delay:458.4s;animation-delay:458.4s}.poke-block-nps .btn-nps:nth-child(4579n){-webkit-animation-delay:458.5s;animation-delay:458.5s}.poke-block-nps .btn-nps:nth-child(4580n){-webkit-animation-delay:458.6s;animation-delay:458.6s}.poke-block-nps .btn-nps:nth-child(4581n){-webkit-animation-delay:458.7s;animation-delay:458.7s}.poke-block-nps .btn-nps:nth-child(4582n){-webkit-animation-delay:458.8s;animation-delay:458.8s}.poke-block-nps .btn-nps:nth-child(4583n){-webkit-animation-delay:458.9s;animation-delay:458.9s}.poke-block-nps .btn-nps:nth-child(4584n){-webkit-animation-delay:459s;animation-delay:459s}.poke-block-nps .btn-nps:nth-child(4585n){-webkit-animation-delay:459.1s;animation-delay:459.1s}.poke-block-nps .btn-nps:nth-child(4586n){-webkit-animation-delay:459.2s;animation-delay:459.2s}.poke-block-nps .btn-nps:nth-child(4587n){-webkit-animation-delay:459.3s;animation-delay:459.3s}.poke-block-nps .btn-nps:nth-child(4588n){-webkit-animation-delay:459.4s;animation-delay:459.4s}.poke-block-nps .btn-nps:nth-child(4589n){-webkit-animation-delay:459.5s;animation-delay:459.5s}.poke-block-nps .btn-nps:nth-child(4590n){-webkit-animation-delay:459.6s;animation-delay:459.6s}.poke-block-nps .btn-nps:nth-child(4591n){-webkit-animation-delay:459.7s;animation-delay:459.7s}.poke-block-nps .btn-nps:nth-child(4592n){-webkit-animation-delay:459.8s;animation-delay:459.8s}.poke-block-nps .btn-nps:nth-child(4593n){-webkit-animation-delay:459.9s;animation-delay:459.9s}.poke-block-nps .btn-nps:nth-child(4594n){-webkit-animation-delay:460s;animation-delay:460s}.poke-block-nps .btn-nps:nth-child(4595n){-webkit-animation-delay:460.1s;animation-delay:460.1s}.poke-block-nps .btn-nps:nth-child(4596n){-webkit-animation-delay:460.2s;animation-delay:460.2s}.poke-block-nps .btn-nps:nth-child(4597n){-webkit-animation-delay:460.3s;animation-delay:460.3s}.poke-block-nps .btn-nps:nth-child(4598n){-webkit-animation-delay:460.4s;animation-delay:460.4s}.poke-block-nps .btn-nps:nth-child(4599n){-webkit-animation-delay:460.5s;animation-delay:460.5s}.poke-block-nps .btn-nps:nth-child(4600n){-webkit-animation-delay:460.6s;animation-delay:460.6s}.poke-block-nps .btn-nps:nth-child(4601n){-webkit-animation-delay:460.7s;animation-delay:460.7s}.poke-block-nps .btn-nps:nth-child(4602n){-webkit-animation-delay:460.8s;animation-delay:460.8s}.poke-block-nps .btn-nps:nth-child(4603n){-webkit-animation-delay:460.9s;animation-delay:460.9s}.poke-block-nps .btn-nps:nth-child(4604n){-webkit-animation-delay:461s;animation-delay:461s}.poke-block-nps .btn-nps:nth-child(4605n){-webkit-animation-delay:461.1s;animation-delay:461.1s}.poke-block-nps .btn-nps:nth-child(4606n){-webkit-animation-delay:461.2s;animation-delay:461.2s}.poke-block-nps .btn-nps:nth-child(4607n){-webkit-animation-delay:461.3s;animation-delay:461.3s}.poke-block-nps .btn-nps:nth-child(4608n){-webkit-animation-delay:461.4s;animation-delay:461.4s}.poke-block-nps .btn-nps:nth-child(4609n){-webkit-animation-delay:461.5s;animation-delay:461.5s}.poke-block-nps .btn-nps:nth-child(4610n){-webkit-animation-delay:461.6s;animation-delay:461.6s}.poke-block-nps .btn-nps:nth-child(4611n){-webkit-animation-delay:461.7s;animation-delay:461.7s}.poke-block-nps .btn-nps:nth-child(4612n){-webkit-animation-delay:461.8s;animation-delay:461.8s}.poke-block-nps .btn-nps:nth-child(4613n){-webkit-animation-delay:461.9s;animation-delay:461.9s}.poke-block-nps .btn-nps:nth-child(4614n){-webkit-animation-delay:462s;animation-delay:462s}.poke-block-nps .btn-nps:nth-child(4615n){-webkit-animation-delay:462.1s;animation-delay:462.1s}.poke-block-nps .btn-nps:nth-child(4616n){-webkit-animation-delay:462.2s;animation-delay:462.2s}.poke-block-nps .btn-nps:nth-child(4617n){-webkit-animation-delay:462.3s;animation-delay:462.3s}.poke-block-nps .btn-nps:nth-child(4618n){-webkit-animation-delay:462.4s;animation-delay:462.4s}.poke-block-nps .btn-nps:nth-child(4619n){-webkit-animation-delay:462.5s;animation-delay:462.5s}.poke-block-nps .btn-nps:nth-child(4620n){-webkit-animation-delay:462.6s;animation-delay:462.6s}.poke-block-nps .btn-nps:nth-child(4621n){-webkit-animation-delay:462.7s;animation-delay:462.7s}.poke-block-nps .btn-nps:nth-child(4622n){-webkit-animation-delay:462.8s;animation-delay:462.8s}.poke-block-nps .btn-nps:nth-child(4623n){-webkit-animation-delay:462.9s;animation-delay:462.9s}.poke-block-nps .btn-nps:nth-child(4624n){-webkit-animation-delay:463s;animation-delay:463s}.poke-block-nps .btn-nps:nth-child(4625n){-webkit-animation-delay:463.1s;animation-delay:463.1s}.poke-block-nps .btn-nps:nth-child(4626n){-webkit-animation-delay:463.2s;animation-delay:463.2s}.poke-block-nps .btn-nps:nth-child(4627n){-webkit-animation-delay:463.3s;animation-delay:463.3s}.poke-block-nps .btn-nps:nth-child(4628n){-webkit-animation-delay:463.4s;animation-delay:463.4s}.poke-block-nps .btn-nps:nth-child(4629n){-webkit-animation-delay:463.5s;animation-delay:463.5s}.poke-block-nps .btn-nps:nth-child(4630n){-webkit-animation-delay:463.6s;animation-delay:463.6s}.poke-block-nps .btn-nps:nth-child(4631n){-webkit-animation-delay:463.7s;animation-delay:463.7s}.poke-block-nps .btn-nps:nth-child(4632n){-webkit-animation-delay:463.8s;animation-delay:463.8s}.poke-block-nps .btn-nps:nth-child(4633n){-webkit-animation-delay:463.9s;animation-delay:463.9s}.poke-block-nps .btn-nps:nth-child(4634n){-webkit-animation-delay:464s;animation-delay:464s}.poke-block-nps .btn-nps:nth-child(4635n){-webkit-animation-delay:464.1s;animation-delay:464.1s}.poke-block-nps .btn-nps:nth-child(4636n){-webkit-animation-delay:464.2s;animation-delay:464.2s}.poke-block-nps .btn-nps:nth-child(4637n){-webkit-animation-delay:464.3s;animation-delay:464.3s}.poke-block-nps .btn-nps:nth-child(4638n){-webkit-animation-delay:464.4s;animation-delay:464.4s}.poke-block-nps .btn-nps:nth-child(4639n){-webkit-animation-delay:464.5s;animation-delay:464.5s}.poke-block-nps .btn-nps:nth-child(4640n){-webkit-animation-delay:464.6s;animation-delay:464.6s}.poke-block-nps .btn-nps:nth-child(4641n){-webkit-animation-delay:464.7s;animation-delay:464.7s}.poke-block-nps .btn-nps:nth-child(4642n){-webkit-animation-delay:464.8s;animation-delay:464.8s}.poke-block-nps .btn-nps:nth-child(4643n){-webkit-animation-delay:464.9s;animation-delay:464.9s}.poke-block-nps .btn-nps:nth-child(4644n){-webkit-animation-delay:465s;animation-delay:465s}.poke-block-nps .btn-nps:nth-child(4645n){-webkit-animation-delay:465.1s;animation-delay:465.1s}.poke-block-nps .btn-nps:nth-child(4646n){-webkit-animation-delay:465.2s;animation-delay:465.2s}.poke-block-nps .btn-nps:nth-child(4647n){-webkit-animation-delay:465.3s;animation-delay:465.3s}.poke-block-nps .btn-nps:nth-child(4648n){-webkit-animation-delay:465.4s;animation-delay:465.4s}.poke-block-nps .btn-nps:nth-child(4649n){-webkit-animation-delay:465.5s;animation-delay:465.5s}.poke-block-nps .btn-nps:nth-child(4650n){-webkit-animation-delay:465.6s;animation-delay:465.6s}.poke-block-nps .btn-nps:nth-child(4651n){-webkit-animation-delay:465.7s;animation-delay:465.7s}.poke-block-nps .btn-nps:nth-child(4652n){-webkit-animation-delay:465.8s;animation-delay:465.8s}.poke-block-nps .btn-nps:nth-child(4653n){-webkit-animation-delay:465.9s;animation-delay:465.9s}.poke-block-nps .btn-nps:nth-child(4654n){-webkit-animation-delay:466s;animation-delay:466s}.poke-block-nps .btn-nps:nth-child(4655n){-webkit-animation-delay:466.1s;animation-delay:466.1s}.poke-block-nps .btn-nps:nth-child(4656n){-webkit-animation-delay:466.2s;animation-delay:466.2s}.poke-block-nps .btn-nps:nth-child(4657n){-webkit-animation-delay:466.3s;animation-delay:466.3s}.poke-block-nps .btn-nps:nth-child(4658n){-webkit-animation-delay:466.4s;animation-delay:466.4s}.poke-block-nps .btn-nps:nth-child(4659n){-webkit-animation-delay:466.5s;animation-delay:466.5s}.poke-block-nps .btn-nps:nth-child(4660n){-webkit-animation-delay:466.6s;animation-delay:466.6s}.poke-block-nps .btn-nps:nth-child(4661n){-webkit-animation-delay:466.7s;animation-delay:466.7s}.poke-block-nps .btn-nps:nth-child(4662n){-webkit-animation-delay:466.8s;animation-delay:466.8s}.poke-block-nps .btn-nps:nth-child(4663n){-webkit-animation-delay:466.9s;animation-delay:466.9s}.poke-block-nps .btn-nps:nth-child(4664n){-webkit-animation-delay:467s;animation-delay:467s}.poke-block-nps .btn-nps:nth-child(4665n){-webkit-animation-delay:467.1s;animation-delay:467.1s}.poke-block-nps .btn-nps:nth-child(4666n){-webkit-animation-delay:467.2s;animation-delay:467.2s}.poke-block-nps .btn-nps:nth-child(4667n){-webkit-animation-delay:467.3s;animation-delay:467.3s}.poke-block-nps .btn-nps:nth-child(4668n){-webkit-animation-delay:467.4s;animation-delay:467.4s}.poke-block-nps .btn-nps:nth-child(4669n){-webkit-animation-delay:467.5s;animation-delay:467.5s}.poke-block-nps .btn-nps:nth-child(4670n){-webkit-animation-delay:467.6s;animation-delay:467.6s}.poke-block-nps .btn-nps:nth-child(4671n){-webkit-animation-delay:467.7s;animation-delay:467.7s}.poke-block-nps .btn-nps:nth-child(4672n){-webkit-animation-delay:467.8s;animation-delay:467.8s}.poke-block-nps .btn-nps:nth-child(4673n){-webkit-animation-delay:467.9s;animation-delay:467.9s}.poke-block-nps .btn-nps:nth-child(4674n){-webkit-animation-delay:468s;animation-delay:468s}.poke-block-nps .btn-nps:nth-child(4675n){-webkit-animation-delay:468.1s;animation-delay:468.1s}.poke-block-nps .btn-nps:nth-child(4676n){-webkit-animation-delay:468.2s;animation-delay:468.2s}.poke-block-nps .btn-nps:nth-child(4677n){-webkit-animation-delay:468.3s;animation-delay:468.3s}.poke-block-nps .btn-nps:nth-child(4678n){-webkit-animation-delay:468.4s;animation-delay:468.4s}.poke-block-nps .btn-nps:nth-child(4679n){-webkit-animation-delay:468.5s;animation-delay:468.5s}.poke-block-nps .btn-nps:nth-child(4680n){-webkit-animation-delay:468.6s;animation-delay:468.6s}.poke-block-nps .btn-nps:nth-child(4681n){-webkit-animation-delay:468.7s;animation-delay:468.7s}.poke-block-nps .btn-nps:nth-child(4682n){-webkit-animation-delay:468.8s;animation-delay:468.8s}.poke-block-nps .btn-nps:nth-child(4683n){-webkit-animation-delay:468.9s;animation-delay:468.9s}.poke-block-nps .btn-nps:nth-child(4684n){-webkit-animation-delay:469s;animation-delay:469s}.poke-block-nps .btn-nps:nth-child(4685n){-webkit-animation-delay:469.1s;animation-delay:469.1s}.poke-block-nps .btn-nps:nth-child(4686n){-webkit-animation-delay:469.2s;animation-delay:469.2s}.poke-block-nps .btn-nps:nth-child(4687n){-webkit-animation-delay:469.3s;animation-delay:469.3s}.poke-block-nps .btn-nps:nth-child(4688n){-webkit-animation-delay:469.4s;animation-delay:469.4s}.poke-block-nps .btn-nps:nth-child(4689n){-webkit-animation-delay:469.5s;animation-delay:469.5s}.poke-block-nps .btn-nps:nth-child(4690n){-webkit-animation-delay:469.6s;animation-delay:469.6s}.poke-block-nps .btn-nps:nth-child(4691n){-webkit-animation-delay:469.7s;animation-delay:469.7s}.poke-block-nps .btn-nps:nth-child(4692n){-webkit-animation-delay:469.8s;animation-delay:469.8s}.poke-block-nps .btn-nps:nth-child(4693n){-webkit-animation-delay:469.9s;animation-delay:469.9s}.poke-block-nps .btn-nps:nth-child(4694n){-webkit-animation-delay:470s;animation-delay:470s}.poke-block-nps .btn-nps:nth-child(4695n){-webkit-animation-delay:470.1s;animation-delay:470.1s}.poke-block-nps .btn-nps:nth-child(4696n){-webkit-animation-delay:470.2s;animation-delay:470.2s}.poke-block-nps .btn-nps:nth-child(4697n){-webkit-animation-delay:470.3s;animation-delay:470.3s}.poke-block-nps .btn-nps:nth-child(4698n){-webkit-animation-delay:470.4s;animation-delay:470.4s}.poke-block-nps .btn-nps:nth-child(4699n){-webkit-animation-delay:470.5s;animation-delay:470.5s}.poke-block-nps .btn-nps:nth-child(4700n){-webkit-animation-delay:470.6s;animation-delay:470.6s}.poke-block-nps .btn-nps:nth-child(4701n){-webkit-animation-delay:470.7s;animation-delay:470.7s}.poke-block-nps .btn-nps:nth-child(4702n){-webkit-animation-delay:470.8s;animation-delay:470.8s}.poke-block-nps .btn-nps:nth-child(4703n){-webkit-animation-delay:470.9s;animation-delay:470.9s}.poke-block-nps .btn-nps:nth-child(4704n){-webkit-animation-delay:471s;animation-delay:471s}.poke-block-nps .btn-nps:nth-child(4705n){-webkit-animation-delay:471.1s;animation-delay:471.1s}.poke-block-nps .btn-nps:nth-child(4706n){-webkit-animation-delay:471.2s;animation-delay:471.2s}.poke-block-nps .btn-nps:nth-child(4707n){-webkit-animation-delay:471.3s;animation-delay:471.3s}.poke-block-nps .btn-nps:nth-child(4708n){-webkit-animation-delay:471.4s;animation-delay:471.4s}.poke-block-nps .btn-nps:nth-child(4709n){-webkit-animation-delay:471.5s;animation-delay:471.5s}.poke-block-nps .btn-nps:nth-child(4710n){-webkit-animation-delay:471.6s;animation-delay:471.6s}.poke-block-nps .btn-nps:nth-child(4711n){-webkit-animation-delay:471.7s;animation-delay:471.7s}.poke-block-nps .btn-nps:nth-child(4712n){-webkit-animation-delay:471.8s;animation-delay:471.8s}.poke-block-nps .btn-nps:nth-child(4713n){-webkit-animation-delay:471.9s;animation-delay:471.9s}.poke-block-nps .btn-nps:nth-child(4714n){-webkit-animation-delay:472s;animation-delay:472s}.poke-block-nps .btn-nps:nth-child(4715n){-webkit-animation-delay:472.1s;animation-delay:472.1s}.poke-block-nps .btn-nps:nth-child(4716n){-webkit-animation-delay:472.2s;animation-delay:472.2s}.poke-block-nps .btn-nps:nth-child(4717n){-webkit-animation-delay:472.3s;animation-delay:472.3s}.poke-block-nps .btn-nps:nth-child(4718n){-webkit-animation-delay:472.4s;animation-delay:472.4s}.poke-block-nps .btn-nps:nth-child(4719n){-webkit-animation-delay:472.5s;animation-delay:472.5s}.poke-block-nps .btn-nps:nth-child(4720n){-webkit-animation-delay:472.6s;animation-delay:472.6s}.poke-block-nps .btn-nps:nth-child(4721n){-webkit-animation-delay:472.7s;animation-delay:472.7s}.poke-block-nps .btn-nps:nth-child(4722n){-webkit-animation-delay:472.8s;animation-delay:472.8s}.poke-block-nps .btn-nps:nth-child(4723n){-webkit-animation-delay:472.9s;animation-delay:472.9s}.poke-block-nps .btn-nps:nth-child(4724n){-webkit-animation-delay:473s;animation-delay:473s}.poke-block-nps .btn-nps:nth-child(4725n){-webkit-animation-delay:473.1s;animation-delay:473.1s}.poke-block-nps .btn-nps:nth-child(4726n){-webkit-animation-delay:473.2s;animation-delay:473.2s}.poke-block-nps .btn-nps:nth-child(4727n){-webkit-animation-delay:473.3s;animation-delay:473.3s}.poke-block-nps .btn-nps:nth-child(4728n){-webkit-animation-delay:473.4s;animation-delay:473.4s}.poke-block-nps .btn-nps:nth-child(4729n){-webkit-animation-delay:473.5s;animation-delay:473.5s}.poke-block-nps .btn-nps:nth-child(4730n){-webkit-animation-delay:473.6s;animation-delay:473.6s}.poke-block-nps .btn-nps:nth-child(4731n){-webkit-animation-delay:473.7s;animation-delay:473.7s}.poke-block-nps .btn-nps:nth-child(4732n){-webkit-animation-delay:473.8s;animation-delay:473.8s}.poke-block-nps .btn-nps:nth-child(4733n){-webkit-animation-delay:473.9s;animation-delay:473.9s}.poke-block-nps .btn-nps:nth-child(4734n){-webkit-animation-delay:474s;animation-delay:474s}.poke-block-nps .btn-nps:nth-child(4735n){-webkit-animation-delay:474.1s;animation-delay:474.1s}.poke-block-nps .btn-nps:nth-child(4736n){-webkit-animation-delay:474.2s;animation-delay:474.2s}.poke-block-nps .btn-nps:nth-child(4737n){-webkit-animation-delay:474.3s;animation-delay:474.3s}.poke-block-nps .btn-nps:nth-child(4738n){-webkit-animation-delay:474.4s;animation-delay:474.4s}.poke-block-nps .btn-nps:nth-child(4739n){-webkit-animation-delay:474.5s;animation-delay:474.5s}.poke-block-nps .btn-nps:nth-child(4740n){-webkit-animation-delay:474.6s;animation-delay:474.6s}.poke-block-nps .btn-nps:nth-child(4741n){-webkit-animation-delay:474.7s;animation-delay:474.7s}.poke-block-nps .btn-nps:nth-child(4742n){-webkit-animation-delay:474.8s;animation-delay:474.8s}.poke-block-nps .btn-nps:nth-child(4743n){-webkit-animation-delay:474.9s;animation-delay:474.9s}.poke-block-nps .btn-nps:nth-child(4744n){-webkit-animation-delay:475s;animation-delay:475s}.poke-block-nps .btn-nps:nth-child(4745n){-webkit-animation-delay:475.1s;animation-delay:475.1s}.poke-block-nps .btn-nps:nth-child(4746n){-webkit-animation-delay:475.2s;animation-delay:475.2s}.poke-block-nps .btn-nps:nth-child(4747n){-webkit-animation-delay:475.3s;animation-delay:475.3s}.poke-block-nps .btn-nps:nth-child(4748n){-webkit-animation-delay:475.4s;animation-delay:475.4s}.poke-block-nps .btn-nps:nth-child(4749n){-webkit-animation-delay:475.5s;animation-delay:475.5s}.poke-block-nps .btn-nps:nth-child(4750n){-webkit-animation-delay:475.6s;animation-delay:475.6s}.poke-block-nps .btn-nps:nth-child(4751n){-webkit-animation-delay:475.7s;animation-delay:475.7s}.poke-block-nps .btn-nps:nth-child(4752n){-webkit-animation-delay:475.8s;animation-delay:475.8s}.poke-block-nps .btn-nps:nth-child(4753n){-webkit-animation-delay:475.9s;animation-delay:475.9s}.poke-block-nps .btn-nps:nth-child(4754n){-webkit-animation-delay:476s;animation-delay:476s}.poke-block-nps .btn-nps:nth-child(4755n){-webkit-animation-delay:476.1s;animation-delay:476.1s}.poke-block-nps .btn-nps:nth-child(4756n){-webkit-animation-delay:476.2s;animation-delay:476.2s}.poke-block-nps .btn-nps:nth-child(4757n){-webkit-animation-delay:476.3s;animation-delay:476.3s}.poke-block-nps .btn-nps:nth-child(4758n){-webkit-animation-delay:476.4s;animation-delay:476.4s}.poke-block-nps .btn-nps:nth-child(4759n){-webkit-animation-delay:476.5s;animation-delay:476.5s}.poke-block-nps .btn-nps:nth-child(4760n){-webkit-animation-delay:476.6s;animation-delay:476.6s}.poke-block-nps .btn-nps:nth-child(4761n){-webkit-animation-delay:476.7s;animation-delay:476.7s}.poke-block-nps .btn-nps:nth-child(4762n){-webkit-animation-delay:476.8s;animation-delay:476.8s}.poke-block-nps .btn-nps:nth-child(4763n){-webkit-animation-delay:476.9s;animation-delay:476.9s}.poke-block-nps .btn-nps:nth-child(4764n){-webkit-animation-delay:477s;animation-delay:477s}.poke-block-nps .btn-nps:nth-child(4765n){-webkit-animation-delay:477.1s;animation-delay:477.1s}.poke-block-nps .btn-nps:nth-child(4766n){-webkit-animation-delay:477.2s;animation-delay:477.2s}.poke-block-nps .btn-nps:nth-child(4767n){-webkit-animation-delay:477.3s;animation-delay:477.3s}.poke-block-nps .btn-nps:nth-child(4768n){-webkit-animation-delay:477.4s;animation-delay:477.4s}.poke-block-nps .btn-nps:nth-child(4769n){-webkit-animation-delay:477.5s;animation-delay:477.5s}.poke-block-nps .btn-nps:nth-child(4770n){-webkit-animation-delay:477.6s;animation-delay:477.6s}.poke-block-nps .btn-nps:nth-child(4771n){-webkit-animation-delay:477.7s;animation-delay:477.7s}.poke-block-nps .btn-nps:nth-child(4772n){-webkit-animation-delay:477.8s;animation-delay:477.8s}.poke-block-nps .btn-nps:nth-child(4773n){-webkit-animation-delay:477.9s;animation-delay:477.9s}.poke-block-nps .btn-nps:nth-child(4774n){-webkit-animation-delay:478s;animation-delay:478s}.poke-block-nps .btn-nps:nth-child(4775n){-webkit-animation-delay:478.1s;animation-delay:478.1s}.poke-block-nps .btn-nps:nth-child(4776n){-webkit-animation-delay:478.2s;animation-delay:478.2s}.poke-block-nps .btn-nps:nth-child(4777n){-webkit-animation-delay:478.3s;animation-delay:478.3s}.poke-block-nps .btn-nps:nth-child(4778n){-webkit-animation-delay:478.4s;animation-delay:478.4s}.poke-block-nps .btn-nps:nth-child(4779n){-webkit-animation-delay:478.5s;animation-delay:478.5s}.poke-block-nps .btn-nps:nth-child(4780n){-webkit-animation-delay:478.6s;animation-delay:478.6s}.poke-block-nps .btn-nps:nth-child(4781n){-webkit-animation-delay:478.7s;animation-delay:478.7s}.poke-block-nps .btn-nps:nth-child(4782n){-webkit-animation-delay:478.8s;animation-delay:478.8s}.poke-block-nps .btn-nps:nth-child(4783n){-webkit-animation-delay:478.9s;animation-delay:478.9s}.poke-block-nps .btn-nps:nth-child(4784n){-webkit-animation-delay:479s;animation-delay:479s}.poke-block-nps .btn-nps:nth-child(4785n){-webkit-animation-delay:479.1s;animation-delay:479.1s}.poke-block-nps .btn-nps:nth-child(4786n){-webkit-animation-delay:479.2s;animation-delay:479.2s}.poke-block-nps .btn-nps:nth-child(4787n){-webkit-animation-delay:479.3s;animation-delay:479.3s}.poke-block-nps .btn-nps:nth-child(4788n){-webkit-animation-delay:479.4s;animation-delay:479.4s}.poke-block-nps .btn-nps:nth-child(4789n){-webkit-animation-delay:479.5s;animation-delay:479.5s}.poke-block-nps .btn-nps:nth-child(4790n){-webkit-animation-delay:479.6s;animation-delay:479.6s}.poke-block-nps .btn-nps:nth-child(4791n){-webkit-animation-delay:479.7s;animation-delay:479.7s}.poke-block-nps .btn-nps:nth-child(4792n){-webkit-animation-delay:479.8s;animation-delay:479.8s}.poke-block-nps .btn-nps:nth-child(4793n){-webkit-animation-delay:479.9s;animation-delay:479.9s}.poke-block-nps .btn-nps:nth-child(4794n){-webkit-animation-delay:480s;animation-delay:480s}.poke-block-nps .btn-nps:nth-child(4795n){-webkit-animation-delay:480.1s;animation-delay:480.1s}.poke-block-nps .btn-nps:nth-child(4796n){-webkit-animation-delay:480.2s;animation-delay:480.2s}.poke-block-nps .btn-nps:nth-child(4797n){-webkit-animation-delay:480.3s;animation-delay:480.3s}.poke-block-nps .btn-nps:nth-child(4798n){-webkit-animation-delay:480.4s;animation-delay:480.4s}.poke-block-nps .btn-nps:nth-child(4799n){-webkit-animation-delay:480.5s;animation-delay:480.5s}.poke-block-nps .btn-nps:nth-child(4800n){-webkit-animation-delay:480.6s;animation-delay:480.6s}.poke-block-nps .btn-nps:nth-child(4801n){-webkit-animation-delay:480.7s;animation-delay:480.7s}.poke-block-nps .btn-nps:nth-child(4802n){-webkit-animation-delay:480.8s;animation-delay:480.8s}.poke-block-nps .btn-nps:nth-child(4803n){-webkit-animation-delay:480.9s;animation-delay:480.9s}.poke-block-nps .btn-nps:nth-child(4804n){-webkit-animation-delay:481s;animation-delay:481s}.poke-block-nps .btn-nps:nth-child(4805n){-webkit-animation-delay:481.1s;animation-delay:481.1s}.poke-block-nps .btn-nps:nth-child(4806n){-webkit-animation-delay:481.2s;animation-delay:481.2s}.poke-block-nps .btn-nps:nth-child(4807n){-webkit-animation-delay:481.3s;animation-delay:481.3s}.poke-block-nps .btn-nps:nth-child(4808n){-webkit-animation-delay:481.4s;animation-delay:481.4s}.poke-block-nps .btn-nps:nth-child(4809n){-webkit-animation-delay:481.5s;animation-delay:481.5s}.poke-block-nps .btn-nps:nth-child(4810n){-webkit-animation-delay:481.6s;animation-delay:481.6s}.poke-block-nps .btn-nps:nth-child(4811n){-webkit-animation-delay:481.7s;animation-delay:481.7s}.poke-block-nps .btn-nps:nth-child(4812n){-webkit-animation-delay:481.8s;animation-delay:481.8s}.poke-block-nps .btn-nps:nth-child(4813n){-webkit-animation-delay:481.9s;animation-delay:481.9s}.poke-block-nps .btn-nps:nth-child(4814n){-webkit-animation-delay:482s;animation-delay:482s}.poke-block-nps .btn-nps:nth-child(4815n){-webkit-animation-delay:482.1s;animation-delay:482.1s}.poke-block-nps .btn-nps:nth-child(4816n){-webkit-animation-delay:482.2s;animation-delay:482.2s}.poke-block-nps .btn-nps:nth-child(4817n){-webkit-animation-delay:482.3s;animation-delay:482.3s}.poke-block-nps .btn-nps:nth-child(4818n){-webkit-animation-delay:482.4s;animation-delay:482.4s}.poke-block-nps .btn-nps:nth-child(4819n){-webkit-animation-delay:482.5s;animation-delay:482.5s}.poke-block-nps .btn-nps:nth-child(4820n){-webkit-animation-delay:482.6s;animation-delay:482.6s}.poke-block-nps .btn-nps:nth-child(4821n){-webkit-animation-delay:482.7s;animation-delay:482.7s}.poke-block-nps .btn-nps:nth-child(4822n){-webkit-animation-delay:482.8s;animation-delay:482.8s}.poke-block-nps .btn-nps:nth-child(4823n){-webkit-animation-delay:482.9s;animation-delay:482.9s}.poke-block-nps .btn-nps:nth-child(4824n){-webkit-animation-delay:483s;animation-delay:483s}.poke-block-nps .btn-nps:nth-child(4825n){-webkit-animation-delay:483.1s;animation-delay:483.1s}.poke-block-nps .btn-nps:nth-child(4826n){-webkit-animation-delay:483.2s;animation-delay:483.2s}.poke-block-nps .btn-nps:nth-child(4827n){-webkit-animation-delay:483.3s;animation-delay:483.3s}.poke-block-nps .btn-nps:nth-child(4828n){-webkit-animation-delay:483.4s;animation-delay:483.4s}.poke-block-nps .btn-nps:nth-child(4829n){-webkit-animation-delay:483.5s;animation-delay:483.5s}.poke-block-nps .btn-nps:nth-child(4830n){-webkit-animation-delay:483.6s;animation-delay:483.6s}.poke-block-nps .btn-nps:nth-child(4831n){-webkit-animation-delay:483.7s;animation-delay:483.7s}.poke-block-nps .btn-nps:nth-child(4832n){-webkit-animation-delay:483.8s;animation-delay:483.8s}.poke-block-nps .btn-nps:nth-child(4833n){-webkit-animation-delay:483.9s;animation-delay:483.9s}.poke-block-nps .btn-nps:nth-child(4834n){-webkit-animation-delay:484s;animation-delay:484s}.poke-block-nps .btn-nps:nth-child(4835n){-webkit-animation-delay:484.1s;animation-delay:484.1s}.poke-block-nps .btn-nps:nth-child(4836n){-webkit-animation-delay:484.2s;animation-delay:484.2s}.poke-block-nps .btn-nps:nth-child(4837n){-webkit-animation-delay:484.3s;animation-delay:484.3s}.poke-block-nps .btn-nps:nth-child(4838n){-webkit-animation-delay:484.4s;animation-delay:484.4s}.poke-block-nps .btn-nps:nth-child(4839n){-webkit-animation-delay:484.5s;animation-delay:484.5s}.poke-block-nps .btn-nps:nth-child(4840n){-webkit-animation-delay:484.6s;animation-delay:484.6s}.poke-block-nps .btn-nps:nth-child(4841n){-webkit-animation-delay:484.7s;animation-delay:484.7s}.poke-block-nps .btn-nps:nth-child(4842n){-webkit-animation-delay:484.8s;animation-delay:484.8s}.poke-block-nps .btn-nps:nth-child(4843n){-webkit-animation-delay:484.9s;animation-delay:484.9s}.poke-block-nps .btn-nps:nth-child(4844n){-webkit-animation-delay:485s;animation-delay:485s}.poke-block-nps .btn-nps:nth-child(4845n){-webkit-animation-delay:485.1s;animation-delay:485.1s}.poke-block-nps .btn-nps:nth-child(4846n){-webkit-animation-delay:485.2s;animation-delay:485.2s}.poke-block-nps .btn-nps:nth-child(4847n){-webkit-animation-delay:485.3s;animation-delay:485.3s}.poke-block-nps .btn-nps:nth-child(4848n){-webkit-animation-delay:485.4s;animation-delay:485.4s}.poke-block-nps .btn-nps:nth-child(4849n){-webkit-animation-delay:485.5s;animation-delay:485.5s}.poke-block-nps .btn-nps:nth-child(4850n){-webkit-animation-delay:485.6s;animation-delay:485.6s}.poke-block-nps .btn-nps:nth-child(4851n){-webkit-animation-delay:485.7s;animation-delay:485.7s}.poke-block-nps .btn-nps:nth-child(4852n){-webkit-animation-delay:485.8s;animation-delay:485.8s}.poke-block-nps .btn-nps:nth-child(4853n){-webkit-animation-delay:485.9s;animation-delay:485.9s}.poke-block-nps .btn-nps:nth-child(4854n){-webkit-animation-delay:486s;animation-delay:486s}.poke-block-nps .btn-nps:nth-child(4855n){-webkit-animation-delay:486.1s;animation-delay:486.1s}.poke-block-nps .btn-nps:nth-child(4856n){-webkit-animation-delay:486.2s;animation-delay:486.2s}.poke-block-nps .btn-nps:nth-child(4857n){-webkit-animation-delay:486.3s;animation-delay:486.3s}.poke-block-nps .btn-nps:nth-child(4858n){-webkit-animation-delay:486.4s;animation-delay:486.4s}.poke-block-nps .btn-nps:nth-child(4859n){-webkit-animation-delay:486.5s;animation-delay:486.5s}.poke-block-nps .btn-nps:nth-child(4860n){-webkit-animation-delay:486.6s;animation-delay:486.6s}.poke-block-nps .btn-nps:nth-child(4861n){-webkit-animation-delay:486.7s;animation-delay:486.7s}.poke-block-nps .btn-nps:nth-child(4862n){-webkit-animation-delay:486.8s;animation-delay:486.8s}.poke-block-nps .btn-nps:nth-child(4863n){-webkit-animation-delay:486.9s;animation-delay:486.9s}.poke-block-nps .btn-nps:nth-child(4864n){-webkit-animation-delay:487s;animation-delay:487s}.poke-block-nps .btn-nps:nth-child(4865n){-webkit-animation-delay:487.1s;animation-delay:487.1s}.poke-block-nps .btn-nps:nth-child(4866n){-webkit-animation-delay:487.2s;animation-delay:487.2s}.poke-block-nps .btn-nps:nth-child(4867n){-webkit-animation-delay:487.3s;animation-delay:487.3s}.poke-block-nps .btn-nps:nth-child(4868n){-webkit-animation-delay:487.4s;animation-delay:487.4s}.poke-block-nps .btn-nps:nth-child(4869n){-webkit-animation-delay:487.5s;animation-delay:487.5s}.poke-block-nps .btn-nps:nth-child(4870n){-webkit-animation-delay:487.6s;animation-delay:487.6s}.poke-block-nps .btn-nps:nth-child(4871n){-webkit-animation-delay:487.7s;animation-delay:487.7s}.poke-block-nps .btn-nps:nth-child(4872n){-webkit-animation-delay:487.8s;animation-delay:487.8s}.poke-block-nps .btn-nps:nth-child(4873n){-webkit-animation-delay:487.9s;animation-delay:487.9s}.poke-block-nps .btn-nps:nth-child(4874n){-webkit-animation-delay:488s;animation-delay:488s}.poke-block-nps .btn-nps:nth-child(4875n){-webkit-animation-delay:488.1s;animation-delay:488.1s}.poke-block-nps .btn-nps:nth-child(4876n){-webkit-animation-delay:488.2s;animation-delay:488.2s}.poke-block-nps .btn-nps:nth-child(4877n){-webkit-animation-delay:488.3s;animation-delay:488.3s}.poke-block-nps .btn-nps:nth-child(4878n){-webkit-animation-delay:488.4s;animation-delay:488.4s}.poke-block-nps .btn-nps:nth-child(4879n){-webkit-animation-delay:488.5s;animation-delay:488.5s}.poke-block-nps .btn-nps:nth-child(4880n){-webkit-animation-delay:488.6s;animation-delay:488.6s}.poke-block-nps .btn-nps:nth-child(4881n){-webkit-animation-delay:488.7s;animation-delay:488.7s}.poke-block-nps .btn-nps:nth-child(4882n){-webkit-animation-delay:488.8s;animation-delay:488.8s}.poke-block-nps .btn-nps:nth-child(4883n){-webkit-animation-delay:488.9s;animation-delay:488.9s}.poke-block-nps .btn-nps:nth-child(4884n){-webkit-animation-delay:489s;animation-delay:489s}.poke-block-nps .btn-nps:nth-child(4885n){-webkit-animation-delay:489.1s;animation-delay:489.1s}.poke-block-nps .btn-nps:nth-child(4886n){-webkit-animation-delay:489.2s;animation-delay:489.2s}.poke-block-nps .btn-nps:nth-child(4887n){-webkit-animation-delay:489.3s;animation-delay:489.3s}.poke-block-nps .btn-nps:nth-child(4888n){-webkit-animation-delay:489.4s;animation-delay:489.4s}.poke-block-nps .btn-nps:nth-child(4889n){-webkit-animation-delay:489.5s;animation-delay:489.5s}.poke-block-nps .btn-nps:nth-child(4890n){-webkit-animation-delay:489.6s;animation-delay:489.6s}.poke-block-nps .btn-nps:nth-child(4891n){-webkit-animation-delay:489.7s;animation-delay:489.7s}.poke-block-nps .btn-nps:nth-child(4892n){-webkit-animation-delay:489.8s;animation-delay:489.8s}.poke-block-nps .btn-nps:nth-child(4893n){-webkit-animation-delay:489.9s;animation-delay:489.9s}.poke-block-nps .btn-nps:nth-child(4894n){-webkit-animation-delay:490s;animation-delay:490s}.poke-block-nps .btn-nps:nth-child(4895n){-webkit-animation-delay:490.1s;animation-delay:490.1s}.poke-block-nps .btn-nps:nth-child(4896n){-webkit-animation-delay:490.2s;animation-delay:490.2s}.poke-block-nps .btn-nps:nth-child(4897n){-webkit-animation-delay:490.3s;animation-delay:490.3s}.poke-block-nps .btn-nps:nth-child(4898n){-webkit-animation-delay:490.4s;animation-delay:490.4s}.poke-block-nps .btn-nps:nth-child(4899n){-webkit-animation-delay:490.5s;animation-delay:490.5s}.poke-block-nps .btn-nps:nth-child(4900n){-webkit-animation-delay:490.6s;animation-delay:490.6s}.poke-block-nps .btn-nps:nth-child(4901n){-webkit-animation-delay:490.7s;animation-delay:490.7s}.poke-block-nps .btn-nps:nth-child(4902n){-webkit-animation-delay:490.8s;animation-delay:490.8s}.poke-block-nps .btn-nps:nth-child(4903n){-webkit-animation-delay:490.9s;animation-delay:490.9s}.poke-block-nps .btn-nps:nth-child(4904n){-webkit-animation-delay:491s;animation-delay:491s}.poke-block-nps .btn-nps:nth-child(4905n){-webkit-animation-delay:491.1s;animation-delay:491.1s}.poke-block-nps .btn-nps:nth-child(4906n){-webkit-animation-delay:491.2s;animation-delay:491.2s}.poke-block-nps .btn-nps:nth-child(4907n){-webkit-animation-delay:491.3s;animation-delay:491.3s}.poke-block-nps .btn-nps:nth-child(4908n){-webkit-animation-delay:491.4s;animation-delay:491.4s}.poke-block-nps .btn-nps:nth-child(4909n){-webkit-animation-delay:491.5s;animation-delay:491.5s}.poke-block-nps .btn-nps:nth-child(4910n){-webkit-animation-delay:491.6s;animation-delay:491.6s}.poke-block-nps .btn-nps:nth-child(4911n){-webkit-animation-delay:491.7s;animation-delay:491.7s}.poke-block-nps .btn-nps:nth-child(4912n){-webkit-animation-delay:491.8s;animation-delay:491.8s}.poke-block-nps .btn-nps:nth-child(4913n){-webkit-animation-delay:491.9s;animation-delay:491.9s}.poke-block-nps .btn-nps:nth-child(4914n){-webkit-animation-delay:492s;animation-delay:492s}.poke-block-nps .btn-nps:nth-child(4915n){-webkit-animation-delay:492.1s;animation-delay:492.1s}.poke-block-nps .btn-nps:nth-child(4916n){-webkit-animation-delay:492.2s;animation-delay:492.2s}.poke-block-nps .btn-nps:nth-child(4917n){-webkit-animation-delay:492.3s;animation-delay:492.3s}.poke-block-nps .btn-nps:nth-child(4918n){-webkit-animation-delay:492.4s;animation-delay:492.4s}.poke-block-nps .btn-nps:nth-child(4919n){-webkit-animation-delay:492.5s;animation-delay:492.5s}.poke-block-nps .btn-nps:nth-child(4920n){-webkit-animation-delay:492.6s;animation-delay:492.6s}.poke-block-nps .btn-nps:nth-child(4921n){-webkit-animation-delay:492.7s;animation-delay:492.7s}.poke-block-nps .btn-nps:nth-child(4922n){-webkit-animation-delay:492.8s;animation-delay:492.8s}.poke-block-nps .btn-nps:nth-child(4923n){-webkit-animation-delay:492.9s;animation-delay:492.9s}.poke-block-nps .btn-nps:nth-child(4924n){-webkit-animation-delay:493s;animation-delay:493s}.poke-block-nps .btn-nps:nth-child(4925n){-webkit-animation-delay:493.1s;animation-delay:493.1s}.poke-block-nps .btn-nps:nth-child(4926n){-webkit-animation-delay:493.2s;animation-delay:493.2s}.poke-block-nps .btn-nps:nth-child(4927n){-webkit-animation-delay:493.3s;animation-delay:493.3s}.poke-block-nps .btn-nps:nth-child(4928n){-webkit-animation-delay:493.4s;animation-delay:493.4s}.poke-block-nps .btn-nps:nth-child(4929n){-webkit-animation-delay:493.5s;animation-delay:493.5s}.poke-block-nps .btn-nps:nth-child(4930n){-webkit-animation-delay:493.6s;animation-delay:493.6s}.poke-block-nps .btn-nps:nth-child(4931n){-webkit-animation-delay:493.7s;animation-delay:493.7s}.poke-block-nps .btn-nps:nth-child(4932n){-webkit-animation-delay:493.8s;animation-delay:493.8s}.poke-block-nps .btn-nps:nth-child(4933n){-webkit-animation-delay:493.9s;animation-delay:493.9s}.poke-block-nps .btn-nps:nth-child(4934n){-webkit-animation-delay:494s;animation-delay:494s}.poke-block-nps .btn-nps:nth-child(4935n){-webkit-animation-delay:494.1s;animation-delay:494.1s}.poke-block-nps .btn-nps:nth-child(4936n){-webkit-animation-delay:494.2s;animation-delay:494.2s}.poke-block-nps .btn-nps:nth-child(4937n){-webkit-animation-delay:494.3s;animation-delay:494.3s}.poke-block-nps .btn-nps:nth-child(4938n){-webkit-animation-delay:494.4s;animation-delay:494.4s}.poke-block-nps .btn-nps:nth-child(4939n){-webkit-animation-delay:494.5s;animation-delay:494.5s}.poke-block-nps .btn-nps:nth-child(4940n){-webkit-animation-delay:494.6s;animation-delay:494.6s}.poke-block-nps .btn-nps:nth-child(4941n){-webkit-animation-delay:494.7s;animation-delay:494.7s}.poke-block-nps .btn-nps:nth-child(4942n){-webkit-animation-delay:494.8s;animation-delay:494.8s}.poke-block-nps .btn-nps:nth-child(4943n){-webkit-animation-delay:494.9s;animation-delay:494.9s}.poke-block-nps .btn-nps:nth-child(4944n){-webkit-animation-delay:495s;animation-delay:495s}.poke-block-nps .btn-nps:nth-child(4945n){-webkit-animation-delay:495.1s;animation-delay:495.1s}.poke-block-nps .btn-nps:nth-child(4946n){-webkit-animation-delay:495.2s;animation-delay:495.2s}.poke-block-nps .btn-nps:nth-child(4947n){-webkit-animation-delay:495.3s;animation-delay:495.3s}.poke-block-nps .btn-nps:nth-child(4948n){-webkit-animation-delay:495.4s;animation-delay:495.4s}.poke-block-nps .btn-nps:nth-child(4949n){-webkit-animation-delay:495.5s;animation-delay:495.5s}.poke-block-nps .btn-nps:nth-child(4950n){-webkit-animation-delay:495.6s;animation-delay:495.6s}.poke-block-nps .btn-nps:nth-child(4951n){-webkit-animation-delay:495.7s;animation-delay:495.7s}.poke-block-nps .btn-nps:nth-child(4952n){-webkit-animation-delay:495.8s;animation-delay:495.8s}.poke-block-nps .btn-nps:nth-child(4953n){-webkit-animation-delay:495.9s;animation-delay:495.9s}.poke-block-nps .btn-nps:nth-child(4954n){-webkit-animation-delay:496s;animation-delay:496s}.poke-block-nps .btn-nps:nth-child(4955n){-webkit-animation-delay:496.1s;animation-delay:496.1s}.poke-block-nps .btn-nps:nth-child(4956n){-webkit-animation-delay:496.2s;animation-delay:496.2s}.poke-block-nps .btn-nps:nth-child(4957n){-webkit-animation-delay:496.3s;animation-delay:496.3s}.poke-block-nps .btn-nps:nth-child(4958n){-webkit-animation-delay:496.4s;animation-delay:496.4s}.poke-block-nps .btn-nps:nth-child(4959n){-webkit-animation-delay:496.5s;animation-delay:496.5s}.poke-block-nps .btn-nps:nth-child(4960n){-webkit-animation-delay:496.6s;animation-delay:496.6s}.poke-block-nps .btn-nps:nth-child(4961n){-webkit-animation-delay:496.7s;animation-delay:496.7s}.poke-block-nps .btn-nps:nth-child(4962n){-webkit-animation-delay:496.8s;animation-delay:496.8s}.poke-block-nps .btn-nps:nth-child(4963n){-webkit-animation-delay:496.9s;animation-delay:496.9s}.poke-block-nps .btn-nps:nth-child(4964n){-webkit-animation-delay:497s;animation-delay:497s}.poke-block-nps .btn-nps:nth-child(4965n){-webkit-animation-delay:497.1s;animation-delay:497.1s}.poke-block-nps .btn-nps:nth-child(4966n){-webkit-animation-delay:497.2s;animation-delay:497.2s}.poke-block-nps .btn-nps:nth-child(4967n){-webkit-animation-delay:497.3s;animation-delay:497.3s}.poke-block-nps .btn-nps:nth-child(4968n){-webkit-animation-delay:497.4s;animation-delay:497.4s}.poke-block-nps .btn-nps:nth-child(4969n){-webkit-animation-delay:497.5s;animation-delay:497.5s}.poke-block-nps .btn-nps:nth-child(4970n){-webkit-animation-delay:497.6s;animation-delay:497.6s}.poke-block-nps .btn-nps:nth-child(4971n){-webkit-animation-delay:497.7s;animation-delay:497.7s}.poke-block-nps .btn-nps:nth-child(4972n){-webkit-animation-delay:497.8s;animation-delay:497.8s}.poke-block-nps .btn-nps:nth-child(4973n){-webkit-animation-delay:497.9s;animation-delay:497.9s}.poke-block-nps .btn-nps:nth-child(4974n){-webkit-animation-delay:498s;animation-delay:498s}.poke-block-nps .btn-nps:nth-child(4975n){-webkit-animation-delay:498.1s;animation-delay:498.1s}.poke-block-nps .btn-nps:nth-child(4976n){-webkit-animation-delay:498.2s;animation-delay:498.2s}.poke-block-nps .btn-nps:nth-child(4977n){-webkit-animation-delay:498.3s;animation-delay:498.3s}.poke-block-nps .btn-nps:nth-child(4978n){-webkit-animation-delay:498.4s;animation-delay:498.4s}.poke-block-nps .btn-nps:nth-child(4979n){-webkit-animation-delay:498.5s;animation-delay:498.5s}.poke-block-nps .btn-nps:nth-child(4980n){-webkit-animation-delay:498.6s;animation-delay:498.6s}.poke-block-nps .btn-nps:nth-child(4981n){-webkit-animation-delay:498.7s;animation-delay:498.7s}.poke-block-nps .btn-nps:nth-child(4982n){-webkit-animation-delay:498.8s;animation-delay:498.8s}.poke-block-nps .btn-nps:nth-child(4983n){-webkit-animation-delay:498.9s;animation-delay:498.9s}.poke-block-nps .btn-nps:nth-child(4984n){-webkit-animation-delay:499s;animation-delay:499s}.poke-block-nps .btn-nps:nth-child(4985n){-webkit-animation-delay:499.1s;animation-delay:499.1s}.poke-block-nps .btn-nps:nth-child(4986n){-webkit-animation-delay:499.2s;animation-delay:499.2s}.poke-block-nps .btn-nps:nth-child(4987n){-webkit-animation-delay:499.3s;animation-delay:499.3s}.poke-block-nps .btn-nps:nth-child(4988n){-webkit-animation-delay:499.4s;animation-delay:499.4s}.poke-block-nps .btn-nps:nth-child(4989n){-webkit-animation-delay:499.5s;animation-delay:499.5s}.poke-block-nps .btn-nps:nth-child(4990n){-webkit-animation-delay:499.6s;animation-delay:499.6s}.poke-block-nps .btn-nps:nth-child(4991n){-webkit-animation-delay:499.7s;animation-delay:499.7s}.poke-block-nps .btn-nps:nth-child(4992n){-webkit-animation-delay:499.8s;animation-delay:499.8s}.poke-block-nps .btn-nps:nth-child(4993n){-webkit-animation-delay:499.9s;animation-delay:499.9s}.poke-block-nps .btn-nps:nth-child(4994n){-webkit-animation-delay:500s;animation-delay:500s}.poke-block-nps .btn-nps:nth-child(4995n){-webkit-animation-delay:500.1s;animation-delay:500.1s}.poke-block-nps .btn-nps:nth-child(4996n){-webkit-animation-delay:500.2s;animation-delay:500.2s}.poke-block-nps .btn-nps:nth-child(4997n){-webkit-animation-delay:500.3s;animation-delay:500.3s}.poke-block-nps .btn-nps:nth-child(4998n){-webkit-animation-delay:500.4s;animation-delay:500.4s}.poke-block-nps .btn-nps:nth-child(4999n){-webkit-animation-delay:500.5s;animation-delay:500.5s}.poke-block-nps .btn-nps:nth-child(5000n){-webkit-animation-delay:500.6s;animation-delay:500.6s}.poke-block-nps .btn-nps:nth-child(5001n){-webkit-animation-delay:500.7s;animation-delay:500.7s}.poke-block-nps .btn-nps:nth-child(5002n){-webkit-animation-delay:500.8s;animation-delay:500.8s}.poke-block-nps .btn-nps:nth-child(5003n){-webkit-animation-delay:500.9s;animation-delay:500.9s}.poke-block-nps .btn-nps:nth-child(5004n){-webkit-animation-delay:501s;animation-delay:501s}.poke-block-nps .btn-nps:nth-child(5005n){-webkit-animation-delay:501.1s;animation-delay:501.1s}.poke-block-nps .btn-nps:nth-child(5006n){-webkit-animation-delay:501.2s;animation-delay:501.2s}.poke-block-nps .btn-nps:nth-child(5007n){-webkit-animation-delay:501.3s;animation-delay:501.3s}.poke-block-nps .btn-nps:nth-child(5008n){-webkit-animation-delay:501.4s;animation-delay:501.4s}.poke-block-nps .btn-nps:nth-child(5009n){-webkit-animation-delay:501.5s;animation-delay:501.5s}.poke-block-nps .btn-nps:nth-child(5010n){-webkit-animation-delay:501.6s;animation-delay:501.6s}.poke-block-nps .btn-nps:nth-child(5011n){-webkit-animation-delay:501.7s;animation-delay:501.7s}.poke-block-nps .btn-nps:nth-child(5012n){-webkit-animation-delay:501.8s;animation-delay:501.8s}.poke-block-nps .btn-nps:nth-child(5013n){-webkit-animation-delay:501.9s;animation-delay:501.9s}.poke-block-nps .btn-nps:nth-child(5014n){-webkit-animation-delay:502s;animation-delay:502s}.poke-block-nps .btn-nps:nth-child(5015n){-webkit-animation-delay:502.1s;animation-delay:502.1s}.poke-block-nps .btn-nps:nth-child(5016n){-webkit-animation-delay:502.2s;animation-delay:502.2s}.poke-block-nps .btn-nps:nth-child(5017n){-webkit-animation-delay:502.3s;animation-delay:502.3s}.poke-block-nps .btn-nps:nth-child(5018n){-webkit-animation-delay:502.4s;animation-delay:502.4s}.poke-block-nps .btn-nps:nth-child(5019n){-webkit-animation-delay:502.5s;animation-delay:502.5s}.poke-block-nps .btn-nps:nth-child(5020n){-webkit-animation-delay:502.6s;animation-delay:502.6s}.poke-block-nps .btn-nps:nth-child(5021n){-webkit-animation-delay:502.7s;animation-delay:502.7s}.poke-block-nps .btn-nps:nth-child(5022n){-webkit-animation-delay:502.8s;animation-delay:502.8s}.poke-block-nps .btn-nps:nth-child(5023n){-webkit-animation-delay:502.9s;animation-delay:502.9s}.poke-block-nps .btn-nps:nth-child(5024n){-webkit-animation-delay:503s;animation-delay:503s}.poke-block-nps .btn-nps:nth-child(5025n){-webkit-animation-delay:503.1s;animation-delay:503.1s}.poke-block-nps .btn-nps:nth-child(5026n){-webkit-animation-delay:503.2s;animation-delay:503.2s}.poke-block-nps .btn-nps:nth-child(5027n){-webkit-animation-delay:503.3s;animation-delay:503.3s}.poke-block-nps .btn-nps:nth-child(5028n){-webkit-animation-delay:503.4s;animation-delay:503.4s}.poke-block-nps .btn-nps:nth-child(5029n){-webkit-animation-delay:503.5s;animation-delay:503.5s}.poke-block-nps .btn-nps:nth-child(5030n){-webkit-animation-delay:503.6s;animation-delay:503.6s}.poke-block-nps .btn-nps:nth-child(5031n){-webkit-animation-delay:503.7s;animation-delay:503.7s}.poke-block-nps .btn-nps:nth-child(5032n){-webkit-animation-delay:503.8s;animation-delay:503.8s}.poke-block-nps .btn-nps:nth-child(5033n){-webkit-animation-delay:503.9s;animation-delay:503.9s}.poke-block-nps .btn-nps:nth-child(5034n){-webkit-animation-delay:504s;animation-delay:504s}.poke-block-nps .btn-nps:nth-child(5035n){-webkit-animation-delay:504.1s;animation-delay:504.1s}.poke-block-nps .btn-nps:nth-child(5036n){-webkit-animation-delay:504.2s;animation-delay:504.2s}.poke-block-nps .btn-nps:nth-child(5037n){-webkit-animation-delay:504.3s;animation-delay:504.3s}.poke-block-nps .btn-nps:nth-child(5038n){-webkit-animation-delay:504.4s;animation-delay:504.4s}.poke-block-nps .btn-nps:nth-child(5039n){-webkit-animation-delay:504.5s;animation-delay:504.5s}.poke-block-nps .btn-nps:nth-child(5040n){-webkit-animation-delay:504.6s;animation-delay:504.6s}.poke-block-nps .btn-nps:nth-child(5041n){-webkit-animation-delay:504.7s;animation-delay:504.7s}.poke-block-nps .btn-nps:nth-child(5042n){-webkit-animation-delay:504.8s;animation-delay:504.8s}.poke-block-nps .btn-nps:nth-child(5043n){-webkit-animation-delay:504.9s;animation-delay:504.9s}.poke-block-nps .btn-nps:nth-child(5044n){-webkit-animation-delay:505s;animation-delay:505s}.poke-block-nps .btn-nps:nth-child(5045n){-webkit-animation-delay:505.1s;animation-delay:505.1s}.poke-block-nps .btn-nps:nth-child(5046n){-webkit-animation-delay:505.2s;animation-delay:505.2s}.poke-block-nps .btn-nps:nth-child(5047n){-webkit-animation-delay:505.3s;animation-delay:505.3s}.poke-block-nps .btn-nps:nth-child(5048n){-webkit-animation-delay:505.4s;animation-delay:505.4s}.poke-block-nps .btn-nps:nth-child(5049n){-webkit-animation-delay:505.5s;animation-delay:505.5s}.poke-block-nps .btn-nps:nth-child(5050n){-webkit-animation-delay:505.6s;animation-delay:505.6s}.poke-block-nps .btn-nps:nth-child(5051n){-webkit-animation-delay:505.7s;animation-delay:505.7s}.poke-block-nps .btn-nps:nth-child(5052n){-webkit-animation-delay:505.8s;animation-delay:505.8s}.poke-block-nps .btn-nps:nth-child(5053n){-webkit-animation-delay:505.9s;animation-delay:505.9s}.poke-block-nps .btn-nps:nth-child(5054n){-webkit-animation-delay:506s;animation-delay:506s}.poke-block-nps .btn-nps:nth-child(5055n){-webkit-animation-delay:506.1s;animation-delay:506.1s}.poke-block-nps .btn-nps:nth-child(5056n){-webkit-animation-delay:506.2s;animation-delay:506.2s}.poke-block-nps .btn-nps:nth-child(5057n){-webkit-animation-delay:506.3s;animation-delay:506.3s}.poke-block-nps .btn-nps:nth-child(5058n){-webkit-animation-delay:506.4s;animation-delay:506.4s}.poke-block-nps .btn-nps:nth-child(5059n){-webkit-animation-delay:506.5s;animation-delay:506.5s}.poke-block-nps .btn-nps:nth-child(5060n){-webkit-animation-delay:506.6s;animation-delay:506.6s}.poke-block-nps .btn-nps:nth-child(5061n){-webkit-animation-delay:506.7s;animation-delay:506.7s}.poke-block-nps .btn-nps:nth-child(5062n){-webkit-animation-delay:506.8s;animation-delay:506.8s}.poke-block-nps .btn-nps:nth-child(5063n){-webkit-animation-delay:506.9s;animation-delay:506.9s}.poke-block-nps .btn-nps:nth-child(5064n){-webkit-animation-delay:507s;animation-delay:507s}.poke-block-nps .btn-nps:nth-child(5065n){-webkit-animation-delay:507.1s;animation-delay:507.1s}.poke-block-nps .btn-nps:nth-child(5066n){-webkit-animation-delay:507.2s;animation-delay:507.2s}.poke-block-nps .btn-nps:nth-child(5067n){-webkit-animation-delay:507.3s;animation-delay:507.3s}.poke-block-nps .btn-nps:nth-child(5068n){-webkit-animation-delay:507.4s;animation-delay:507.4s}.poke-block-nps .btn-nps:nth-child(5069n){-webkit-animation-delay:507.5s;animation-delay:507.5s}.poke-block-nps .btn-nps:nth-child(5070n){-webkit-animation-delay:507.6s;animation-delay:507.6s}.poke-block-nps .btn-nps:nth-child(5071n){-webkit-animation-delay:507.7s;animation-delay:507.7s}.poke-block-nps .btn-nps:nth-child(5072n){-webkit-animation-delay:507.8s;animation-delay:507.8s}.poke-block-nps .btn-nps:nth-child(5073n){-webkit-animation-delay:507.9s;animation-delay:507.9s}.poke-block-nps .btn-nps:nth-child(5074n){-webkit-animation-delay:508s;animation-delay:508s}.poke-block-nps .btn-nps:nth-child(5075n){-webkit-animation-delay:508.1s;animation-delay:508.1s}.poke-block-nps .btn-nps:nth-child(5076n){-webkit-animation-delay:508.2s;animation-delay:508.2s}.poke-block-nps .btn-nps:nth-child(5077n){-webkit-animation-delay:508.3s;animation-delay:508.3s}.poke-block-nps .btn-nps:nth-child(5078n){-webkit-animation-delay:508.4s;animation-delay:508.4s}.poke-block-nps .btn-nps:nth-child(5079n){-webkit-animation-delay:508.5s;animation-delay:508.5s}.poke-block-nps .btn-nps:nth-child(5080n){-webkit-animation-delay:508.6s;animation-delay:508.6s}.poke-block-nps .btn-nps:nth-child(5081n){-webkit-animation-delay:508.7s;animation-delay:508.7s}.poke-block-nps .btn-nps:nth-child(5082n){-webkit-animation-delay:508.8s;animation-delay:508.8s}.poke-block-nps .btn-nps:nth-child(5083n){-webkit-animation-delay:508.9s;animation-delay:508.9s}.poke-block-nps .btn-nps:nth-child(5084n){-webkit-animation-delay:509s;animation-delay:509s}.poke-block-nps .btn-nps:nth-child(5085n){-webkit-animation-delay:509.1s;animation-delay:509.1s}.poke-block-nps .btn-nps:nth-child(5086n){-webkit-animation-delay:509.2s;animation-delay:509.2s}.poke-block-nps .btn-nps:nth-child(5087n){-webkit-animation-delay:509.3s;animation-delay:509.3s}.poke-block-nps .btn-nps:nth-child(5088n){-webkit-animation-delay:509.4s;animation-delay:509.4s}.poke-block-nps .btn-nps:nth-child(5089n){-webkit-animation-delay:509.5s;animation-delay:509.5s}.poke-block-nps .btn-nps:nth-child(5090n){-webkit-animation-delay:509.6s;animation-delay:509.6s}.poke-block-nps .btn-nps:nth-child(5091n){-webkit-animation-delay:509.7s;animation-delay:509.7s}.poke-block-nps .btn-nps:nth-child(5092n){-webkit-animation-delay:509.8s;animation-delay:509.8s}.poke-block-nps .btn-nps:nth-child(5093n){-webkit-animation-delay:509.9s;animation-delay:509.9s}.poke-block-nps .btn-nps:nth-child(5094n){-webkit-animation-delay:510s;animation-delay:510s}.poke-block-nps .btn-nps:nth-child(5095n){-webkit-animation-delay:510.1s;animation-delay:510.1s}.poke-block-nps .btn-nps:nth-child(5096n){-webkit-animation-delay:510.2s;animation-delay:510.2s}.poke-block-nps .btn-nps:nth-child(5097n){-webkit-animation-delay:510.3s;animation-delay:510.3s}.poke-block-nps .btn-nps:nth-child(5098n){-webkit-animation-delay:510.4s;animation-delay:510.4s}.poke-block-nps .btn-nps:nth-child(5099n){-webkit-animation-delay:510.5s;animation-delay:510.5s}.poke-block-nps .btn-nps:nth-child(5100n){-webkit-animation-delay:510.6s;animation-delay:510.6s}.poke-block-nps .btn-nps:nth-child(5101n){-webkit-animation-delay:510.7s;animation-delay:510.7s}.poke-block-nps .btn-nps:nth-child(5102n){-webkit-animation-delay:510.8s;animation-delay:510.8s}.poke-block-nps .btn-nps:nth-child(5103n){-webkit-animation-delay:510.9s;animation-delay:510.9s}.poke-block-nps .btn-nps:nth-child(5104n){-webkit-animation-delay:511s;animation-delay:511s}.poke-block-nps .btn-nps:nth-child(5105n){-webkit-animation-delay:511.1s;animation-delay:511.1s}.poke-block-nps .btn-nps:nth-child(5106n){-webkit-animation-delay:511.2s;animation-delay:511.2s}.poke-block-nps .btn-nps:nth-child(5107n){-webkit-animation-delay:511.3s;animation-delay:511.3s}.poke-block-nps .btn-nps:nth-child(5108n){-webkit-animation-delay:511.4s;animation-delay:511.4s}.poke-block-nps .btn-nps:nth-child(5109n){-webkit-animation-delay:511.5s;animation-delay:511.5s}.poke-block-nps .btn-nps:nth-child(5110n){-webkit-animation-delay:511.6s;animation-delay:511.6s}.poke-block-nps .btn-nps:nth-child(5111n){-webkit-animation-delay:511.7s;animation-delay:511.7s}.poke-block-nps .btn-nps:nth-child(5112n){-webkit-animation-delay:511.8s;animation-delay:511.8s}.poke-block-nps .btn-nps:nth-child(5113n){-webkit-animation-delay:511.9s;animation-delay:511.9s}.poke-block-nps .btn-nps:nth-child(5114n){-webkit-animation-delay:512s;animation-delay:512s}.poke-block-nps .btn-nps:nth-child(5115n){-webkit-animation-delay:512.1s;animation-delay:512.1s}.poke-block-nps .btn-nps:nth-child(5116n){-webkit-animation-delay:512.2s;animation-delay:512.2s}.poke-block-nps .btn-nps:nth-child(5117n){-webkit-animation-delay:512.3s;animation-delay:512.3s}.poke-block-nps .btn-nps:nth-child(5118n){-webkit-animation-delay:512.4s;animation-delay:512.4s}.poke-block-nps .btn-nps:nth-child(5119n){-webkit-animation-delay:512.5s;animation-delay:512.5s}.poke-block-nps .btn-nps:nth-child(5120n){-webkit-animation-delay:512.6s;animation-delay:512.6s}.poke-block-nps .btn-nps:nth-child(5121n){-webkit-animation-delay:512.7s;animation-delay:512.7s}.poke-block-nps .btn-nps:nth-child(5122n){-webkit-animation-delay:512.8s;animation-delay:512.8s}.poke-block-nps .btn-nps:nth-child(5123n){-webkit-animation-delay:512.9s;animation-delay:512.9s}.poke-block-nps .btn-nps:nth-child(5124n){-webkit-animation-delay:513s;animation-delay:513s}.poke-block-nps .btn-nps:nth-child(5125n){-webkit-animation-delay:513.1s;animation-delay:513.1s}.poke-block-nps .btn-nps:nth-child(5126n){-webkit-animation-delay:513.2s;animation-delay:513.2s}.poke-block-nps .btn-nps:nth-child(5127n){-webkit-animation-delay:513.3s;animation-delay:513.3s}.poke-block-nps .btn-nps:nth-child(5128n){-webkit-animation-delay:513.4s;animation-delay:513.4s}.poke-block-nps .btn-nps:nth-child(5129n){-webkit-animation-delay:513.5s;animation-delay:513.5s}.poke-block-nps .btn-nps:nth-child(5130n){-webkit-animation-delay:513.6s;animation-delay:513.6s}.poke-block-nps .btn-nps:nth-child(5131n){-webkit-animation-delay:513.7s;animation-delay:513.7s}.poke-block-nps .btn-nps:nth-child(5132n){-webkit-animation-delay:513.8s;animation-delay:513.8s}.poke-block-nps .btn-nps:nth-child(5133n){-webkit-animation-delay:513.9s;animation-delay:513.9s}.poke-block-nps .btn-nps:nth-child(5134n){-webkit-animation-delay:514s;animation-delay:514s}.poke-block-nps .btn-nps:nth-child(5135n){-webkit-animation-delay:514.1s;animation-delay:514.1s}.poke-block-nps .btn-nps:nth-child(5136n){-webkit-animation-delay:514.2s;animation-delay:514.2s}.poke-block-nps .btn-nps:nth-child(5137n){-webkit-animation-delay:514.3s;animation-delay:514.3s}.poke-block-nps .btn-nps:nth-child(5138n){-webkit-animation-delay:514.4s;animation-delay:514.4s}.poke-block-nps .btn-nps:nth-child(5139n){-webkit-animation-delay:514.5s;animation-delay:514.5s}.poke-block-nps .btn-nps:nth-child(5140n){-webkit-animation-delay:514.6s;animation-delay:514.6s}.poke-block-nps .btn-nps:nth-child(5141n){-webkit-animation-delay:514.7s;animation-delay:514.7s}.poke-block-nps .btn-nps:nth-child(5142n){-webkit-animation-delay:514.8s;animation-delay:514.8s}.poke-block-nps .btn-nps:nth-child(5143n){-webkit-animation-delay:514.9s;animation-delay:514.9s}.poke-block-nps .btn-nps:nth-child(5144n){-webkit-animation-delay:515s;animation-delay:515s}.poke-block-nps .btn-nps:nth-child(5145n){-webkit-animation-delay:515.1s;animation-delay:515.1s}.poke-block-nps .btn-nps:nth-child(5146n){-webkit-animation-delay:515.2s;animation-delay:515.2s}.poke-block-nps .btn-nps:nth-child(5147n){-webkit-animation-delay:515.3s;animation-delay:515.3s}.poke-block-nps .btn-nps:nth-child(5148n){-webkit-animation-delay:515.4s;animation-delay:515.4s}.poke-block-nps .btn-nps:nth-child(5149n){-webkit-animation-delay:515.5s;animation-delay:515.5s}.poke-block-nps .btn-nps:nth-child(5150n){-webkit-animation-delay:515.6s;animation-delay:515.6s}.poke-block-nps .btn-nps:nth-child(5151n){-webkit-animation-delay:515.7s;animation-delay:515.7s}.poke-block-nps .btn-nps:nth-child(5152n){-webkit-animation-delay:515.8s;animation-delay:515.8s}.poke-block-nps .btn-nps:nth-child(5153n){-webkit-animation-delay:515.9s;animation-delay:515.9s}.poke-block-nps .btn-nps:nth-child(5154n){-webkit-animation-delay:516s;animation-delay:516s}.poke-block-nps .btn-nps:nth-child(5155n){-webkit-animation-delay:516.1s;animation-delay:516.1s}.poke-block-nps .btn-nps:nth-child(5156n){-webkit-animation-delay:516.2s;animation-delay:516.2s}.poke-block-nps .btn-nps:nth-child(5157n){-webkit-animation-delay:516.3s;animation-delay:516.3s}.poke-block-nps .btn-nps:nth-child(5158n){-webkit-animation-delay:516.4s;animation-delay:516.4s}.poke-block-nps .btn-nps:nth-child(5159n){-webkit-animation-delay:516.5s;animation-delay:516.5s}.poke-block-nps .btn-nps:nth-child(5160n){-webkit-animation-delay:516.6s;animation-delay:516.6s}.poke-block-nps .btn-nps:nth-child(5161n){-webkit-animation-delay:516.7s;animation-delay:516.7s}.poke-block-nps .btn-nps:nth-child(5162n){-webkit-animation-delay:516.8s;animation-delay:516.8s}.poke-block-nps .btn-nps:nth-child(5163n){-webkit-animation-delay:516.9s;animation-delay:516.9s}.poke-block-nps .btn-nps:nth-child(5164n){-webkit-animation-delay:517s;animation-delay:517s}.poke-block-nps .btn-nps:nth-child(5165n){-webkit-animation-delay:517.1s;animation-delay:517.1s}.poke-block-nps .btn-nps:nth-child(5166n){-webkit-animation-delay:517.2s;animation-delay:517.2s}.poke-block-nps .btn-nps:nth-child(5167n){-webkit-animation-delay:517.3s;animation-delay:517.3s}.poke-block-nps .btn-nps:nth-child(5168n){-webkit-animation-delay:517.4s;animation-delay:517.4s}.poke-block-nps .btn-nps:nth-child(5169n){-webkit-animation-delay:517.5s;animation-delay:517.5s}.poke-block-nps .btn-nps:nth-child(5170n){-webkit-animation-delay:517.6s;animation-delay:517.6s}.poke-block-nps .btn-nps:nth-child(5171n){-webkit-animation-delay:517.7s;animation-delay:517.7s}.poke-block-nps .btn-nps:nth-child(5172n){-webkit-animation-delay:517.8s;animation-delay:517.8s}.poke-block-nps .btn-nps:nth-child(5173n){-webkit-animation-delay:517.9s;animation-delay:517.9s}.poke-block-nps .btn-nps:nth-child(5174n){-webkit-animation-delay:518s;animation-delay:518s}.poke-block-nps .btn-nps:nth-child(5175n){-webkit-animation-delay:518.1s;animation-delay:518.1s}.poke-block-nps .btn-nps:nth-child(5176n){-webkit-animation-delay:518.2s;animation-delay:518.2s}.poke-block-nps .btn-nps:nth-child(5177n){-webkit-animation-delay:518.3s;animation-delay:518.3s}.poke-block-nps .btn-nps:nth-child(5178n){-webkit-animation-delay:518.4s;animation-delay:518.4s}.poke-block-nps .btn-nps:nth-child(5179n){-webkit-animation-delay:518.5s;animation-delay:518.5s}.poke-block-nps .btn-nps:nth-child(5180n){-webkit-animation-delay:518.6s;animation-delay:518.6s}.poke-block-nps .btn-nps:nth-child(5181n){-webkit-animation-delay:518.7s;animation-delay:518.7s}.poke-block-nps .btn-nps:nth-child(5182n){-webkit-animation-delay:518.8s;animation-delay:518.8s}.poke-block-nps .btn-nps:nth-child(5183n){-webkit-animation-delay:518.9s;animation-delay:518.9s}.poke-block-nps .btn-nps:nth-child(5184n){-webkit-animation-delay:519s;animation-delay:519s}.poke-block-nps .btn-nps:nth-child(5185n){-webkit-animation-delay:519.1s;animation-delay:519.1s}.poke-block-nps .btn-nps:nth-child(5186n){-webkit-animation-delay:519.2s;animation-delay:519.2s}.poke-block-nps .btn-nps:nth-child(5187n){-webkit-animation-delay:519.3s;animation-delay:519.3s}.poke-block-nps .btn-nps:nth-child(5188n){-webkit-animation-delay:519.4s;animation-delay:519.4s}.poke-block-nps .btn-nps:nth-child(5189n){-webkit-animation-delay:519.5s;animation-delay:519.5s}.poke-block-nps .btn-nps:nth-child(5190n){-webkit-animation-delay:519.6s;animation-delay:519.6s}.poke-block-nps .btn-nps:nth-child(5191n){-webkit-animation-delay:519.7s;animation-delay:519.7s}.poke-block-nps .btn-nps:nth-child(5192n){-webkit-animation-delay:519.8s;animation-delay:519.8s}.poke-block-nps .btn-nps:nth-child(5193n){-webkit-animation-delay:519.9s;animation-delay:519.9s}.poke-block-nps .btn-nps:nth-child(5194n){-webkit-animation-delay:520s;animation-delay:520s}.poke-block-nps .btn-nps:nth-child(5195n){-webkit-animation-delay:520.1s;animation-delay:520.1s}.poke-block-nps .btn-nps:nth-child(5196n){-webkit-animation-delay:520.2s;animation-delay:520.2s}.poke-block-nps .btn-nps:nth-child(5197n){-webkit-animation-delay:520.3s;animation-delay:520.3s}.poke-block-nps .btn-nps:nth-child(5198n){-webkit-animation-delay:520.4s;animation-delay:520.4s}.poke-block-nps .btn-nps:nth-child(5199n){-webkit-animation-delay:520.5s;animation-delay:520.5s}.poke-block-nps .btn-nps:nth-child(5200n){-webkit-animation-delay:520.6s;animation-delay:520.6s}.poke-block-nps .btn-nps:nth-child(5201n){-webkit-animation-delay:520.7s;animation-delay:520.7s}.poke-block-nps .btn-nps:nth-child(5202n){-webkit-animation-delay:520.8s;animation-delay:520.8s}.poke-block-nps .btn-nps:nth-child(5203n){-webkit-animation-delay:520.9s;animation-delay:520.9s}.poke-block-nps .btn-nps:nth-child(5204n){-webkit-animation-delay:521s;animation-delay:521s}.poke-block-nps .btn-nps:nth-child(5205n){-webkit-animation-delay:521.1s;animation-delay:521.1s}.poke-block-nps .btn-nps:nth-child(5206n){-webkit-animation-delay:521.2s;animation-delay:521.2s}.poke-block-nps .btn-nps:nth-child(5207n){-webkit-animation-delay:521.3s;animation-delay:521.3s}.poke-block-nps .btn-nps:nth-child(5208n){-webkit-animation-delay:521.4s;animation-delay:521.4s}.poke-block-nps .btn-nps:nth-child(5209n){-webkit-animation-delay:521.5s;animation-delay:521.5s}.poke-block-nps .btn-nps:nth-child(5210n){-webkit-animation-delay:521.6s;animation-delay:521.6s}.poke-block-nps .btn-nps:nth-child(5211n){-webkit-animation-delay:521.7s;animation-delay:521.7s}.poke-block-nps .btn-nps:nth-child(5212n){-webkit-animation-delay:521.8s;animation-delay:521.8s}.poke-block-nps .btn-nps:nth-child(5213n){-webkit-animation-delay:521.9s;animation-delay:521.9s}.poke-block-nps .btn-nps:nth-child(5214n){-webkit-animation-delay:522s;animation-delay:522s}.poke-block-nps .btn-nps:nth-child(5215n){-webkit-animation-delay:522.1s;animation-delay:522.1s}.poke-block-nps .btn-nps:nth-child(5216n){-webkit-animation-delay:522.2s;animation-delay:522.2s}.poke-block-nps .btn-nps:nth-child(5217n){-webkit-animation-delay:522.3s;animation-delay:522.3s}.poke-block-nps .btn-nps:nth-child(5218n){-webkit-animation-delay:522.4s;animation-delay:522.4s}.poke-block-nps .btn-nps:nth-child(5219n){-webkit-animation-delay:522.5s;animation-delay:522.5s}.poke-block-nps .btn-nps:nth-child(5220n){-webkit-animation-delay:522.6s;animation-delay:522.6s}.poke-block-nps .btn-nps:nth-child(5221n){-webkit-animation-delay:522.7s;animation-delay:522.7s}.poke-block-nps .btn-nps:nth-child(5222n){-webkit-animation-delay:522.8s;animation-delay:522.8s}.poke-block-nps .btn-nps:nth-child(5223n){-webkit-animation-delay:522.9s;animation-delay:522.9s}.poke-block-nps .btn-nps:nth-child(5224n){-webkit-animation-delay:523s;animation-delay:523s}.poke-block-nps .btn-nps:nth-child(5225n){-webkit-animation-delay:523.1s;animation-delay:523.1s}.poke-block-nps .btn-nps:nth-child(5226n){-webkit-animation-delay:523.2s;animation-delay:523.2s}.poke-block-nps .btn-nps:nth-child(5227n){-webkit-animation-delay:523.3s;animation-delay:523.3s}.poke-block-nps .btn-nps:nth-child(5228n){-webkit-animation-delay:523.4s;animation-delay:523.4s}.poke-block-nps .btn-nps:nth-child(5229n){-webkit-animation-delay:523.5s;animation-delay:523.5s}.poke-block-nps .btn-nps:nth-child(5230n){-webkit-animation-delay:523.6s;animation-delay:523.6s}.poke-block-nps .btn-nps:nth-child(5231n){-webkit-animation-delay:523.7s;animation-delay:523.7s}.poke-block-nps .btn-nps:nth-child(5232n){-webkit-animation-delay:523.8s;animation-delay:523.8s}.poke-block-nps .btn-nps:nth-child(5233n){-webkit-animation-delay:523.9s;animation-delay:523.9s}.poke-block-nps .btn-nps:nth-child(5234n){-webkit-animation-delay:524s;animation-delay:524s}.poke-block-nps .btn-nps:nth-child(5235n){-webkit-animation-delay:524.1s;animation-delay:524.1s}.poke-block-nps .btn-nps:nth-child(5236n){-webkit-animation-delay:524.2s;animation-delay:524.2s}.poke-block-nps .btn-nps:nth-child(5237n){-webkit-animation-delay:524.3s;animation-delay:524.3s}.poke-block-nps .btn-nps:nth-child(5238n){-webkit-animation-delay:524.4s;animation-delay:524.4s}.poke-block-nps .btn-nps:nth-child(5239n){-webkit-animation-delay:524.5s;animation-delay:524.5s}.poke-block-nps .btn-nps:nth-child(5240n){-webkit-animation-delay:524.6s;animation-delay:524.6s}.poke-block-nps .btn-nps:nth-child(5241n){-webkit-animation-delay:524.7s;animation-delay:524.7s}.poke-block-nps .btn-nps:nth-child(5242n){-webkit-animation-delay:524.8s;animation-delay:524.8s}.poke-block-nps .btn-nps:nth-child(5243n){-webkit-animation-delay:524.9s;animation-delay:524.9s}.poke-block-nps .btn-nps:nth-child(5244n){-webkit-animation-delay:525s;animation-delay:525s}.poke-block-nps .btn-nps:nth-child(5245n){-webkit-animation-delay:525.1s;animation-delay:525.1s}.poke-block-nps .btn-nps:nth-child(5246n){-webkit-animation-delay:525.2s;animation-delay:525.2s}.poke-block-nps .btn-nps:nth-child(5247n){-webkit-animation-delay:525.3s;animation-delay:525.3s}.poke-block-nps .btn-nps:nth-child(5248n){-webkit-animation-delay:525.4s;animation-delay:525.4s}.poke-block-nps .btn-nps:nth-child(5249n){-webkit-animation-delay:525.5s;animation-delay:525.5s}.poke-block-nps .btn-nps:nth-child(5250n){-webkit-animation-delay:525.6s;animation-delay:525.6s}.poke-block-nps .btn-nps:nth-child(5251n){-webkit-animation-delay:525.7s;animation-delay:525.7s}.poke-block-nps .btn-nps:nth-child(5252n){-webkit-animation-delay:525.8s;animation-delay:525.8s}.poke-block-nps .btn-nps:nth-child(5253n){-webkit-animation-delay:525.9s;animation-delay:525.9s}.poke-block-nps .btn-nps:nth-child(5254n){-webkit-animation-delay:526s;animation-delay:526s}.poke-block-nps .btn-nps:nth-child(5255n){-webkit-animation-delay:526.1s;animation-delay:526.1s}.poke-block-nps .btn-nps:nth-child(5256n){-webkit-animation-delay:526.2s;animation-delay:526.2s}.poke-block-nps .btn-nps:nth-child(5257n){-webkit-animation-delay:526.3s;animation-delay:526.3s}.poke-block-nps .btn-nps:nth-child(5258n){-webkit-animation-delay:526.4s;animation-delay:526.4s}.poke-block-nps .btn-nps:nth-child(5259n){-webkit-animation-delay:526.5s;animation-delay:526.5s}.poke-block-nps .btn-nps:nth-child(5260n){-webkit-animation-delay:526.6s;animation-delay:526.6s}.poke-block-nps .btn-nps:nth-child(5261n){-webkit-animation-delay:526.7s;animation-delay:526.7s}.poke-block-nps .btn-nps:nth-child(5262n){-webkit-animation-delay:526.8s;animation-delay:526.8s}.poke-block-nps .btn-nps:nth-child(5263n){-webkit-animation-delay:526.9s;animation-delay:526.9s}.poke-block-nps .btn-nps:nth-child(5264n){-webkit-animation-delay:527s;animation-delay:527s}.poke-block-nps .btn-nps:nth-child(5265n){-webkit-animation-delay:527.1s;animation-delay:527.1s}.poke-block-nps .btn-nps:nth-child(5266n){-webkit-animation-delay:527.2s;animation-delay:527.2s}.poke-block-nps .btn-nps:nth-child(5267n){-webkit-animation-delay:527.3s;animation-delay:527.3s}.poke-block-nps .btn-nps:nth-child(5268n){-webkit-animation-delay:527.4s;animation-delay:527.4s}.poke-block-nps .btn-nps:nth-child(5269n){-webkit-animation-delay:527.5s;animation-delay:527.5s}.poke-block-nps .btn-nps:nth-child(5270n){-webkit-animation-delay:527.6s;animation-delay:527.6s}.poke-block-nps .btn-nps:nth-child(5271n){-webkit-animation-delay:527.7s;animation-delay:527.7s}.poke-block-nps .btn-nps:nth-child(5272n){-webkit-animation-delay:527.8s;animation-delay:527.8s}.poke-block-nps .btn-nps:nth-child(5273n){-webkit-animation-delay:527.9s;animation-delay:527.9s}.poke-block-nps .btn-nps:nth-child(5274n){-webkit-animation-delay:528s;animation-delay:528s}.poke-block-nps .btn-nps:nth-child(5275n){-webkit-animation-delay:528.1s;animation-delay:528.1s}.poke-block-nps .btn-nps:nth-child(5276n){-webkit-animation-delay:528.2s;animation-delay:528.2s}.poke-block-nps .btn-nps:nth-child(5277n){-webkit-animation-delay:528.3s;animation-delay:528.3s}.poke-block-nps .btn-nps:nth-child(5278n){-webkit-animation-delay:528.4s;animation-delay:528.4s}.poke-block-nps .btn-nps:nth-child(5279n){-webkit-animation-delay:528.5s;animation-delay:528.5s}.poke-block-nps .btn-nps:nth-child(5280n){-webkit-animation-delay:528.6s;animation-delay:528.6s}.poke-block-nps .btn-nps:nth-child(5281n){-webkit-animation-delay:528.7s;animation-delay:528.7s}.poke-block-nps .btn-nps:nth-child(5282n){-webkit-animation-delay:528.8s;animation-delay:528.8s}.poke-block-nps .btn-nps:nth-child(5283n){-webkit-animation-delay:528.9s;animation-delay:528.9s}.poke-block-nps .btn-nps:nth-child(5284n){-webkit-animation-delay:529s;animation-delay:529s}.poke-block-nps .btn-nps:nth-child(5285n){-webkit-animation-delay:529.1s;animation-delay:529.1s}.poke-block-nps .btn-nps:nth-child(5286n){-webkit-animation-delay:529.2s;animation-delay:529.2s}.poke-block-nps .btn-nps:nth-child(5287n){-webkit-animation-delay:529.3s;animation-delay:529.3s}.poke-block-nps .btn-nps:nth-child(5288n){-webkit-animation-delay:529.4s;animation-delay:529.4s}.poke-block-nps .btn-nps:nth-child(5289n){-webkit-animation-delay:529.5s;animation-delay:529.5s}.poke-block-nps .btn-nps:nth-child(5290n){-webkit-animation-delay:529.6s;animation-delay:529.6s}.poke-block-nps .btn-nps:nth-child(5291n){-webkit-animation-delay:529.7s;animation-delay:529.7s}.poke-block-nps .btn-nps:nth-child(5292n){-webkit-animation-delay:529.8s;animation-delay:529.8s}.poke-block-nps .btn-nps:nth-child(5293n){-webkit-animation-delay:529.9s;animation-delay:529.9s}.poke-block-nps .btn-nps:nth-child(5294n){-webkit-animation-delay:530s;animation-delay:530s}.poke-block-nps .btn-nps:nth-child(5295n){-webkit-animation-delay:530.1s;animation-delay:530.1s}.poke-block-nps .btn-nps:nth-child(5296n){-webkit-animation-delay:530.2s;animation-delay:530.2s}.poke-block-nps .btn-nps:nth-child(5297n){-webkit-animation-delay:530.3s;animation-delay:530.3s}.poke-block-nps .btn-nps:nth-child(5298n){-webkit-animation-delay:530.4s;animation-delay:530.4s}.poke-block-nps .btn-nps:nth-child(5299n){-webkit-animation-delay:530.5s;animation-delay:530.5s}.poke-block-nps .btn-nps:nth-child(5300n){-webkit-animation-delay:530.6s;animation-delay:530.6s}.poke-block-nps .btn-nps:nth-child(5301n){-webkit-animation-delay:530.7s;animation-delay:530.7s}.poke-block-nps .btn-nps:nth-child(5302n){-webkit-animation-delay:530.8s;animation-delay:530.8s}.poke-block-nps .btn-nps:nth-child(5303n){-webkit-animation-delay:530.9s;animation-delay:530.9s}.poke-block-nps .btn-nps:nth-child(5304n){-webkit-animation-delay:531s;animation-delay:531s}.poke-block-nps .btn-nps:nth-child(5305n){-webkit-animation-delay:531.1s;animation-delay:531.1s}.poke-block-nps .btn-nps:nth-child(5306n){-webkit-animation-delay:531.2s;animation-delay:531.2s}.poke-block-nps .btn-nps:nth-child(5307n){-webkit-animation-delay:531.3s;animation-delay:531.3s}.poke-block-nps .btn-nps:nth-child(5308n){-webkit-animation-delay:531.4s;animation-delay:531.4s}.poke-block-nps .btn-nps:nth-child(5309n){-webkit-animation-delay:531.5s;animation-delay:531.5s}.poke-block-nps .btn-nps:nth-child(5310n){-webkit-animation-delay:531.6s;animation-delay:531.6s}.poke-block-nps .btn-nps:nth-child(5311n){-webkit-animation-delay:531.7s;animation-delay:531.7s}.poke-block-nps .btn-nps:nth-child(5312n){-webkit-animation-delay:531.8s;animation-delay:531.8s}.poke-block-nps .btn-nps:nth-child(5313n){-webkit-animation-delay:531.9s;animation-delay:531.9s}.poke-block-nps .btn-nps:nth-child(5314n){-webkit-animation-delay:532s;animation-delay:532s}.poke-block-nps .btn-nps:nth-child(5315n){-webkit-animation-delay:532.1s;animation-delay:532.1s}.poke-block-nps .btn-nps:nth-child(5316n){-webkit-animation-delay:532.2s;animation-delay:532.2s}.poke-block-nps .btn-nps:nth-child(5317n){-webkit-animation-delay:532.3s;animation-delay:532.3s}.poke-block-nps .btn-nps:nth-child(5318n){-webkit-animation-delay:532.4s;animation-delay:532.4s}.poke-block-nps .btn-nps:nth-child(5319n){-webkit-animation-delay:532.5s;animation-delay:532.5s}.poke-block-nps .btn-nps:nth-child(5320n){-webkit-animation-delay:532.6s;animation-delay:532.6s}.poke-block-nps .btn-nps:nth-child(5321n){-webkit-animation-delay:532.7s;animation-delay:532.7s}.poke-block-nps .btn-nps:nth-child(5322n){-webkit-animation-delay:532.8s;animation-delay:532.8s}.poke-block-nps .btn-nps:nth-child(5323n){-webkit-animation-delay:532.9s;animation-delay:532.9s}.poke-block-nps .btn-nps:nth-child(5324n){-webkit-animation-delay:533s;animation-delay:533s}.poke-block-nps .btn-nps:nth-child(5325n){-webkit-animation-delay:533.1s;animation-delay:533.1s}.poke-block-nps .btn-nps:nth-child(5326n){-webkit-animation-delay:533.2s;animation-delay:533.2s}.poke-block-nps .btn-nps:nth-child(5327n){-webkit-animation-delay:533.3s;animation-delay:533.3s}.poke-block-nps .btn-nps:nth-child(5328n){-webkit-animation-delay:533.4s;animation-delay:533.4s}.poke-block-nps .btn-nps:nth-child(5329n){-webkit-animation-delay:533.5s;animation-delay:533.5s}.poke-block-nps .btn-nps:nth-child(5330n){-webkit-animation-delay:533.6s;animation-delay:533.6s}.poke-block-nps .btn-nps:nth-child(5331n){-webkit-animation-delay:533.7s;animation-delay:533.7s}.poke-block-nps .btn-nps:nth-child(5332n){-webkit-animation-delay:533.8s;animation-delay:533.8s}.poke-block-nps .btn-nps:nth-child(5333n){-webkit-animation-delay:533.9s;animation-delay:533.9s}.poke-block-nps .btn-nps:nth-child(5334n){-webkit-animation-delay:534s;animation-delay:534s}.poke-block-nps .btn-nps:nth-child(5335n){-webkit-animation-delay:534.1s;animation-delay:534.1s}.poke-block-nps .btn-nps:nth-child(5336n){-webkit-animation-delay:534.2s;animation-delay:534.2s}.poke-block-nps .btn-nps:nth-child(5337n){-webkit-animation-delay:534.3s;animation-delay:534.3s}.poke-block-nps .btn-nps:nth-child(5338n){-webkit-animation-delay:534.4s;animation-delay:534.4s}.poke-block-nps .btn-nps:nth-child(5339n){-webkit-animation-delay:534.5s;animation-delay:534.5s}.poke-block-nps .btn-nps:nth-child(5340n){-webkit-animation-delay:534.6s;animation-delay:534.6s}.poke-block-nps .btn-nps:nth-child(5341n){-webkit-animation-delay:534.7s;animation-delay:534.7s}.poke-block-nps .btn-nps:nth-child(5342n){-webkit-animation-delay:534.8s;animation-delay:534.8s}.poke-block-nps .btn-nps:nth-child(5343n){-webkit-animation-delay:534.9s;animation-delay:534.9s}.poke-block-nps .btn-nps:nth-child(5344n){-webkit-animation-delay:535s;animation-delay:535s}.poke-block-nps .btn-nps:nth-child(5345n){-webkit-animation-delay:535.1s;animation-delay:535.1s}.poke-block-nps .btn-nps:nth-child(5346n){-webkit-animation-delay:535.2s;animation-delay:535.2s}.poke-block-nps .btn-nps:nth-child(5347n){-webkit-animation-delay:535.3s;animation-delay:535.3s}.poke-block-nps .btn-nps:nth-child(5348n){-webkit-animation-delay:535.4s;animation-delay:535.4s}.poke-block-nps .btn-nps:nth-child(5349n){-webkit-animation-delay:535.5s;animation-delay:535.5s}.poke-block-nps .btn-nps:nth-child(5350n){-webkit-animation-delay:535.6s;animation-delay:535.6s}.poke-block-nps .btn-nps:nth-child(5351n){-webkit-animation-delay:535.7s;animation-delay:535.7s}.poke-block-nps .btn-nps:nth-child(5352n){-webkit-animation-delay:535.8s;animation-delay:535.8s}.poke-block-nps .btn-nps:nth-child(5353n){-webkit-animation-delay:535.9s;animation-delay:535.9s}.poke-block-nps .btn-nps:nth-child(5354n){-webkit-animation-delay:536s;animation-delay:536s}.poke-block-nps .btn-nps:nth-child(5355n){-webkit-animation-delay:536.1s;animation-delay:536.1s}.poke-block-nps .btn-nps:nth-child(5356n){-webkit-animation-delay:536.2s;animation-delay:536.2s}.poke-block-nps .btn-nps:nth-child(5357n){-webkit-animation-delay:536.3s;animation-delay:536.3s}.poke-block-nps .btn-nps:nth-child(5358n){-webkit-animation-delay:536.4s;animation-delay:536.4s}.poke-block-nps .btn-nps:nth-child(5359n){-webkit-animation-delay:536.5s;animation-delay:536.5s}.poke-block-nps .btn-nps:nth-child(5360n){-webkit-animation-delay:536.6s;animation-delay:536.6s}.poke-block-nps .btn-nps:nth-child(5361n){-webkit-animation-delay:536.7s;animation-delay:536.7s}.poke-block-nps .btn-nps:nth-child(5362n){-webkit-animation-delay:536.8s;animation-delay:536.8s}.poke-block-nps .btn-nps:nth-child(5363n){-webkit-animation-delay:536.9s;animation-delay:536.9s}.poke-block-nps .btn-nps:nth-child(5364n){-webkit-animation-delay:537s;animation-delay:537s}.poke-block-nps .btn-nps:nth-child(5365n){-webkit-animation-delay:537.1s;animation-delay:537.1s}.poke-block-nps .btn-nps:nth-child(5366n){-webkit-animation-delay:537.2s;animation-delay:537.2s}.poke-block-nps .btn-nps:nth-child(5367n){-webkit-animation-delay:537.3s;animation-delay:537.3s}.poke-block-nps .btn-nps:nth-child(5368n){-webkit-animation-delay:537.4s;animation-delay:537.4s}.poke-block-nps .btn-nps:nth-child(5369n){-webkit-animation-delay:537.5s;animation-delay:537.5s}.poke-block-nps .btn-nps:nth-child(5370n){-webkit-animation-delay:537.6s;animation-delay:537.6s}.poke-block-nps .btn-nps:nth-child(5371n){-webkit-animation-delay:537.7s;animation-delay:537.7s}.poke-block-nps .btn-nps:nth-child(5372n){-webkit-animation-delay:537.8s;animation-delay:537.8s}.poke-block-nps .btn-nps:nth-child(5373n){-webkit-animation-delay:537.9s;animation-delay:537.9s}.poke-block-nps .btn-nps:nth-child(5374n){-webkit-animation-delay:538s;animation-delay:538s}.poke-block-nps .btn-nps:nth-child(5375n){-webkit-animation-delay:538.1s;animation-delay:538.1s}.poke-block-nps .btn-nps:nth-child(5376n){-webkit-animation-delay:538.2s;animation-delay:538.2s}.poke-block-nps .btn-nps:nth-child(5377n){-webkit-animation-delay:538.3s;animation-delay:538.3s}.poke-block-nps .btn-nps:nth-child(5378n){-webkit-animation-delay:538.4s;animation-delay:538.4s}.poke-block-nps .btn-nps:nth-child(5379n){-webkit-animation-delay:538.5s;animation-delay:538.5s}.poke-block-nps .btn-nps:nth-child(5380n){-webkit-animation-delay:538.6s;animation-delay:538.6s}.poke-block-nps .btn-nps:nth-child(5381n){-webkit-animation-delay:538.7s;animation-delay:538.7s}.poke-block-nps .btn-nps:nth-child(5382n){-webkit-animation-delay:538.8s;animation-delay:538.8s}.poke-block-nps .btn-nps:nth-child(5383n){-webkit-animation-delay:538.9s;animation-delay:538.9s}.poke-block-nps .btn-nps:nth-child(5384n){-webkit-animation-delay:539s;animation-delay:539s}.poke-block-nps .btn-nps:nth-child(5385n){-webkit-animation-delay:539.1s;animation-delay:539.1s}.poke-block-nps .btn-nps:nth-child(5386n){-webkit-animation-delay:539.2s;animation-delay:539.2s}.poke-block-nps .btn-nps:nth-child(5387n){-webkit-animation-delay:539.3s;animation-delay:539.3s}.poke-block-nps .btn-nps:nth-child(5388n){-webkit-animation-delay:539.4s;animation-delay:539.4s}.poke-block-nps .btn-nps:nth-child(5389n){-webkit-animation-delay:539.5s;animation-delay:539.5s}.poke-block-nps .btn-nps:nth-child(5390n){-webkit-animation-delay:539.6s;animation-delay:539.6s}.poke-block-nps .btn-nps:nth-child(5391n){-webkit-animation-delay:539.7s;animation-delay:539.7s}.poke-block-nps .btn-nps:nth-child(5392n){-webkit-animation-delay:539.8s;animation-delay:539.8s}.poke-block-nps .btn-nps:nth-child(5393n){-webkit-animation-delay:539.9s;animation-delay:539.9s}.poke-block-nps .btn-nps:nth-child(5394n){-webkit-animation-delay:540s;animation-delay:540s}.poke-block-nps .btn-nps:nth-child(5395n){-webkit-animation-delay:540.1s;animation-delay:540.1s}.poke-block-nps .btn-nps:nth-child(5396n){-webkit-animation-delay:540.2s;animation-delay:540.2s}.poke-block-nps .btn-nps:nth-child(5397n){-webkit-animation-delay:540.3s;animation-delay:540.3s}.poke-block-nps .btn-nps:nth-child(5398n){-webkit-animation-delay:540.4s;animation-delay:540.4s}.poke-block-nps .btn-nps:nth-child(5399n){-webkit-animation-delay:540.5s;animation-delay:540.5s}.poke-block-nps .btn-nps:nth-child(5400n){-webkit-animation-delay:540.6s;animation-delay:540.6s}.poke-block-nps .btn-nps:nth-child(5401n){-webkit-animation-delay:540.7s;animation-delay:540.7s}.poke-block-nps .btn-nps:nth-child(5402n){-webkit-animation-delay:540.8s;animation-delay:540.8s}.poke-block-nps .btn-nps:nth-child(5403n){-webkit-animation-delay:540.9s;animation-delay:540.9s}.poke-block-nps .btn-nps:nth-child(5404n){-webkit-animation-delay:541s;animation-delay:541s}.poke-block-nps .btn-nps:nth-child(5405n){-webkit-animation-delay:541.1s;animation-delay:541.1s}.poke-block-nps .btn-nps:nth-child(5406n){-webkit-animation-delay:541.2s;animation-delay:541.2s}.poke-block-nps .btn-nps:nth-child(5407n){-webkit-animation-delay:541.3s;animation-delay:541.3s}.poke-block-nps .btn-nps:nth-child(5408n){-webkit-animation-delay:541.4s;animation-delay:541.4s}.poke-block-nps .btn-nps:nth-child(5409n){-webkit-animation-delay:541.5s;animation-delay:541.5s}.poke-block-nps .btn-nps:nth-child(5410n){-webkit-animation-delay:541.6s;animation-delay:541.6s}.poke-block-nps .btn-nps:nth-child(5411n){-webkit-animation-delay:541.7s;animation-delay:541.7s}.poke-block-nps .btn-nps:nth-child(5412n){-webkit-animation-delay:541.8s;animation-delay:541.8s}.poke-block-nps .btn-nps:nth-child(5413n){-webkit-animation-delay:541.9s;animation-delay:541.9s}.poke-block-nps .btn-nps:nth-child(5414n){-webkit-animation-delay:542s;animation-delay:542s}.poke-block-nps .btn-nps:nth-child(5415n){-webkit-animation-delay:542.1s;animation-delay:542.1s}.poke-block-nps .btn-nps:nth-child(5416n){-webkit-animation-delay:542.2s;animation-delay:542.2s}.poke-block-nps .btn-nps:nth-child(5417n){-webkit-animation-delay:542.3s;animation-delay:542.3s}.poke-block-nps .btn-nps:nth-child(5418n){-webkit-animation-delay:542.4s;animation-delay:542.4s}.poke-block-nps .btn-nps:nth-child(5419n){-webkit-animation-delay:542.5s;animation-delay:542.5s}.poke-block-nps .btn-nps:nth-child(5420n){-webkit-animation-delay:542.6s;animation-delay:542.6s}.poke-block-nps .btn-nps:nth-child(5421n){-webkit-animation-delay:542.7s;animation-delay:542.7s}.poke-block-nps .btn-nps:nth-child(5422n){-webkit-animation-delay:542.8s;animation-delay:542.8s}.poke-block-nps .btn-nps:nth-child(5423n){-webkit-animation-delay:542.9s;animation-delay:542.9s}.poke-block-nps .btn-nps:nth-child(5424n){-webkit-animation-delay:543s;animation-delay:543s}.poke-block-nps .btn-nps:nth-child(5425n){-webkit-animation-delay:543.1s;animation-delay:543.1s}.poke-block-nps .btn-nps:nth-child(5426n){-webkit-animation-delay:543.2s;animation-delay:543.2s}.poke-block-nps .btn-nps:nth-child(5427n){-webkit-animation-delay:543.3s;animation-delay:543.3s}.poke-block-nps .btn-nps:nth-child(5428n){-webkit-animation-delay:543.4s;animation-delay:543.4s}.poke-block-nps .btn-nps:nth-child(5429n){-webkit-animation-delay:543.5s;animation-delay:543.5s}.poke-block-nps .btn-nps:nth-child(5430n){-webkit-animation-delay:543.6s;animation-delay:543.6s}.poke-block-nps .btn-nps:nth-child(5431n){-webkit-animation-delay:543.7s;animation-delay:543.7s}.poke-block-nps .btn-nps:nth-child(5432n){-webkit-animation-delay:543.8s;animation-delay:543.8s}.poke-block-nps .btn-nps:nth-child(5433n){-webkit-animation-delay:543.9s;animation-delay:543.9s}.poke-block-nps .btn-nps:nth-child(5434n){-webkit-animation-delay:544s;animation-delay:544s}.poke-block-nps .btn-nps:nth-child(5435n){-webkit-animation-delay:544.1s;animation-delay:544.1s}.poke-block-nps .btn-nps:nth-child(5436n){-webkit-animation-delay:544.2s;animation-delay:544.2s}.poke-block-nps .btn-nps:nth-child(5437n){-webkit-animation-delay:544.3s;animation-delay:544.3s}.poke-block-nps .btn-nps:nth-child(5438n){-webkit-animation-delay:544.4s;animation-delay:544.4s}.poke-block-nps .btn-nps:nth-child(5439n){-webkit-animation-delay:544.5s;animation-delay:544.5s}.poke-block-nps .btn-nps:nth-child(5440n){-webkit-animation-delay:544.6s;animation-delay:544.6s}.poke-block-nps .btn-nps:nth-child(5441n){-webkit-animation-delay:544.7s;animation-delay:544.7s}.poke-block-nps .btn-nps:nth-child(5442n){-webkit-animation-delay:544.8s;animation-delay:544.8s}.poke-block-nps .btn-nps:nth-child(5443n){-webkit-animation-delay:544.9s;animation-delay:544.9s}.poke-block-nps .btn-nps:nth-child(5444n){-webkit-animation-delay:545s;animation-delay:545s}.poke-block-nps .btn-nps:nth-child(5445n){-webkit-animation-delay:545.1s;animation-delay:545.1s}.poke-block-nps .btn-nps:nth-child(5446n){-webkit-animation-delay:545.2s;animation-delay:545.2s}.poke-block-nps .btn-nps:nth-child(5447n){-webkit-animation-delay:545.3s;animation-delay:545.3s}.poke-block-nps .btn-nps:nth-child(5448n){-webkit-animation-delay:545.4s;animation-delay:545.4s}.poke-block-nps .btn-nps:nth-child(5449n){-webkit-animation-delay:545.5s;animation-delay:545.5s}.poke-block-nps .btn-nps:nth-child(5450n){-webkit-animation-delay:545.6s;animation-delay:545.6s}.poke-block-nps .btn-nps:nth-child(5451n){-webkit-animation-delay:545.7s;animation-delay:545.7s}.poke-block-nps .btn-nps:nth-child(5452n){-webkit-animation-delay:545.8s;animation-delay:545.8s}.poke-block-nps .btn-nps:nth-child(5453n){-webkit-animation-delay:545.9s;animation-delay:545.9s}.poke-block-nps .btn-nps:nth-child(5454n){-webkit-animation-delay:546s;animation-delay:546s}.poke-block-nps .btn-nps:nth-child(5455n){-webkit-animation-delay:546.1s;animation-delay:546.1s}.poke-block-nps .btn-nps:nth-child(5456n){-webkit-animation-delay:546.2s;animation-delay:546.2s}.poke-block-nps .btn-nps:nth-child(5457n){-webkit-animation-delay:546.3s;animation-delay:546.3s}.poke-block-nps .btn-nps:nth-child(5458n){-webkit-animation-delay:546.4s;animation-delay:546.4s}.poke-block-nps .btn-nps:nth-child(5459n){-webkit-animation-delay:546.5s;animation-delay:546.5s}.poke-block-nps .btn-nps:nth-child(5460n){-webkit-animation-delay:546.6s;animation-delay:546.6s}.poke-block-nps .btn-nps:nth-child(5461n){-webkit-animation-delay:546.7s;animation-delay:546.7s}.poke-block-nps .btn-nps:nth-child(5462n){-webkit-animation-delay:546.8s;animation-delay:546.8s}.poke-block-nps .btn-nps:nth-child(5463n){-webkit-animation-delay:546.9s;animation-delay:546.9s}.poke-block-nps .btn-nps:nth-child(5464n){-webkit-animation-delay:547s;animation-delay:547s}.poke-block-nps .btn-nps:nth-child(5465n){-webkit-animation-delay:547.1s;animation-delay:547.1s}.poke-block-nps .btn-nps:nth-child(5466n){-webkit-animation-delay:547.2s;animation-delay:547.2s}.poke-block-nps .btn-nps:nth-child(5467n){-webkit-animation-delay:547.3s;animation-delay:547.3s}.poke-block-nps .btn-nps:nth-child(5468n){-webkit-animation-delay:547.4s;animation-delay:547.4s}.poke-block-nps .btn-nps:nth-child(5469n){-webkit-animation-delay:547.5s;animation-delay:547.5s}.poke-block-nps .btn-nps:nth-child(5470n){-webkit-animation-delay:547.6s;animation-delay:547.6s}.poke-block-nps .btn-nps:nth-child(5471n){-webkit-animation-delay:547.7s;animation-delay:547.7s}.poke-block-nps .btn-nps:nth-child(5472n){-webkit-animation-delay:547.8s;animation-delay:547.8s}.poke-block-nps .btn-nps:nth-child(5473n){-webkit-animation-delay:547.9s;animation-delay:547.9s}.poke-block-nps .btn-nps:nth-child(5474n){-webkit-animation-delay:548s;animation-delay:548s}.poke-block-nps .btn-nps:nth-child(5475n){-webkit-animation-delay:548.1s;animation-delay:548.1s}.poke-block-nps .btn-nps:nth-child(5476n){-webkit-animation-delay:548.2s;animation-delay:548.2s}.poke-block-nps .btn-nps:nth-child(5477n){-webkit-animation-delay:548.3s;animation-delay:548.3s}.poke-block-nps .btn-nps:nth-child(5478n){-webkit-animation-delay:548.4s;animation-delay:548.4s}.poke-block-nps .btn-nps:nth-child(5479n){-webkit-animation-delay:548.5s;animation-delay:548.5s}.poke-block-nps .btn-nps:nth-child(5480n){-webkit-animation-delay:548.6s;animation-delay:548.6s}.poke-block-nps .btn-nps:nth-child(5481n){-webkit-animation-delay:548.7s;animation-delay:548.7s}.poke-block-nps .btn-nps:nth-child(5482n){-webkit-animation-delay:548.8s;animation-delay:548.8s}.poke-block-nps .btn-nps:nth-child(5483n){-webkit-animation-delay:548.9s;animation-delay:548.9s}.poke-block-nps .btn-nps:nth-child(5484n){-webkit-animation-delay:549s;animation-delay:549s}.poke-block-nps .btn-nps:nth-child(5485n){-webkit-animation-delay:549.1s;animation-delay:549.1s}.poke-block-nps .btn-nps:nth-child(5486n){-webkit-animation-delay:549.2s;animation-delay:549.2s}.poke-block-nps .btn-nps:nth-child(5487n){-webkit-animation-delay:549.3s;animation-delay:549.3s}.poke-block-nps .btn-nps:nth-child(5488n){-webkit-animation-delay:549.4s;animation-delay:549.4s}.poke-block-nps .btn-nps:nth-child(5489n){-webkit-animation-delay:549.5s;animation-delay:549.5s}.poke-block-nps .btn-nps:nth-child(5490n){-webkit-animation-delay:549.6s;animation-delay:549.6s}.poke-block-nps .btn-nps:nth-child(5491n){-webkit-animation-delay:549.7s;animation-delay:549.7s}.poke-block-nps .btn-nps:nth-child(5492n){-webkit-animation-delay:549.8s;animation-delay:549.8s}.poke-block-nps .btn-nps:nth-child(5493n){-webkit-animation-delay:549.9s;animation-delay:549.9s}.poke-block-nps .btn-nps:nth-child(5494n){-webkit-animation-delay:550s;animation-delay:550s}.poke-block-nps .btn-nps:nth-child(5495n){-webkit-animation-delay:550.1s;animation-delay:550.1s}.poke-block-nps .btn-nps:nth-child(5496n){-webkit-animation-delay:550.2s;animation-delay:550.2s}.poke-block-nps .btn-nps:nth-child(5497n){-webkit-animation-delay:550.3s;animation-delay:550.3s}.poke-block-nps .btn-nps:nth-child(5498n){-webkit-animation-delay:550.4s;animation-delay:550.4s}.poke-block-nps .btn-nps:nth-child(5499n){-webkit-animation-delay:550.5s;animation-delay:550.5s}.poke-block-nps .btn-nps:nth-child(5500n){-webkit-animation-delay:550.6s;animation-delay:550.6s}.poke-block-nps .btn-nps:nth-child(5501n){-webkit-animation-delay:550.7s;animation-delay:550.7s}.poke-block-nps .btn-nps:nth-child(5502n){-webkit-animation-delay:550.8s;animation-delay:550.8s}.poke-block-nps .btn-nps:nth-child(5503n){-webkit-animation-delay:550.9s;animation-delay:550.9s}.poke-block-nps .btn-nps:nth-child(5504n){-webkit-animation-delay:551s;animation-delay:551s}.poke-block-nps .btn-nps:nth-child(5505n){-webkit-animation-delay:551.1s;animation-delay:551.1s}.poke-block-nps .btn-nps:nth-child(5506n){-webkit-animation-delay:551.2s;animation-delay:551.2s}.poke-block-nps .btn-nps:nth-child(5507n){-webkit-animation-delay:551.3s;animation-delay:551.3s}.poke-block-nps .btn-nps:nth-child(5508n){-webkit-animation-delay:551.4s;animation-delay:551.4s}.poke-block-nps .btn-nps:nth-child(5509n){-webkit-animation-delay:551.5s;animation-delay:551.5s}.poke-block-nps .btn-nps:nth-child(5510n){-webkit-animation-delay:551.6s;animation-delay:551.6s}.poke-block-nps .btn-nps:nth-child(5511n){-webkit-animation-delay:551.7s;animation-delay:551.7s}.poke-block-nps .btn-nps:nth-child(5512n){-webkit-animation-delay:551.8s;animation-delay:551.8s}.poke-block-nps .btn-nps:nth-child(5513n){-webkit-animation-delay:551.9s;animation-delay:551.9s}.poke-block-nps .btn-nps:nth-child(5514n){-webkit-animation-delay:552s;animation-delay:552s}.poke-block-nps .btn-nps:nth-child(5515n){-webkit-animation-delay:552.1s;animation-delay:552.1s}.poke-block-nps .btn-nps:nth-child(5516n){-webkit-animation-delay:552.2s;animation-delay:552.2s}.poke-block-nps .btn-nps:nth-child(5517n){-webkit-animation-delay:552.3s;animation-delay:552.3s}.poke-block-nps .btn-nps:nth-child(5518n){-webkit-animation-delay:552.4s;animation-delay:552.4s}.poke-block-nps .btn-nps:nth-child(5519n){-webkit-animation-delay:552.5s;animation-delay:552.5s}.poke-block-nps .btn-nps:nth-child(5520n){-webkit-animation-delay:552.6s;animation-delay:552.6s}.poke-block-nps .btn-nps:nth-child(5521n){-webkit-animation-delay:552.7s;animation-delay:552.7s}.poke-block-nps .btn-nps:nth-child(5522n){-webkit-animation-delay:552.8s;animation-delay:552.8s}.poke-block-nps .btn-nps:nth-child(5523n){-webkit-animation-delay:552.9s;animation-delay:552.9s}.poke-block-nps .btn-nps:nth-child(5524n){-webkit-animation-delay:553s;animation-delay:553s}.poke-block-nps .btn-nps:nth-child(5525n){-webkit-animation-delay:553.1s;animation-delay:553.1s}.poke-block-nps .btn-nps:nth-child(5526n){-webkit-animation-delay:553.2s;animation-delay:553.2s}.poke-block-nps .btn-nps:nth-child(5527n){-webkit-animation-delay:553.3s;animation-delay:553.3s}.poke-block-nps .btn-nps:nth-child(5528n){-webkit-animation-delay:553.4s;animation-delay:553.4s}.poke-block-nps .btn-nps:nth-child(5529n){-webkit-animation-delay:553.5s;animation-delay:553.5s}.poke-block-nps .btn-nps:nth-child(5530n){-webkit-animation-delay:553.6s;animation-delay:553.6s}.poke-block-nps .btn-nps:nth-child(5531n){-webkit-animation-delay:553.7s;animation-delay:553.7s}.poke-block-nps .btn-nps:nth-child(5532n){-webkit-animation-delay:553.8s;animation-delay:553.8s}.poke-block-nps .btn-nps:nth-child(5533n){-webkit-animation-delay:553.9s;animation-delay:553.9s}.poke-block-nps .btn-nps:nth-child(5534n){-webkit-animation-delay:554s;animation-delay:554s}.poke-block-nps .btn-nps:nth-child(5535n){-webkit-animation-delay:554.1s;animation-delay:554.1s}.poke-block-nps .btn-nps:nth-child(5536n){-webkit-animation-delay:554.2s;animation-delay:554.2s}.poke-block-nps .btn-nps:nth-child(5537n){-webkit-animation-delay:554.3s;animation-delay:554.3s}.poke-block-nps .btn-nps:nth-child(5538n){-webkit-animation-delay:554.4s;animation-delay:554.4s}.poke-block-nps .btn-nps:nth-child(5539n){-webkit-animation-delay:554.5s;animation-delay:554.5s}.poke-block-nps .btn-nps:nth-child(5540n){-webkit-animation-delay:554.6s;animation-delay:554.6s}.poke-block-nps .btn-nps:nth-child(5541n){-webkit-animation-delay:554.7s;animation-delay:554.7s}.poke-block-nps .btn-nps:nth-child(5542n){-webkit-animation-delay:554.8s;animation-delay:554.8s}.poke-block-nps .btn-nps:nth-child(5543n){-webkit-animation-delay:554.9s;animation-delay:554.9s}.poke-block-nps .btn-nps:nth-child(5544n){-webkit-animation-delay:555s;animation-delay:555s}.poke-block-nps .btn-nps:nth-child(5545n){-webkit-animation-delay:555.1s;animation-delay:555.1s}.poke-block-nps .btn-nps:nth-child(5546n){-webkit-animation-delay:555.2s;animation-delay:555.2s}.poke-block-nps .btn-nps:nth-child(5547n){-webkit-animation-delay:555.3s;animation-delay:555.3s}.poke-block-nps .btn-nps:nth-child(5548n){-webkit-animation-delay:555.4s;animation-delay:555.4s}.poke-block-nps .btn-nps:nth-child(5549n){-webkit-animation-delay:555.5s;animation-delay:555.5s}.poke-block-nps .btn-nps:nth-child(5550n){-webkit-animation-delay:555.6s;animation-delay:555.6s}.poke-block-nps .btn-nps:nth-child(5551n){-webkit-animation-delay:555.7s;animation-delay:555.7s}.poke-block-nps .btn-nps:nth-child(5552n){-webkit-animation-delay:555.8s;animation-delay:555.8s}.poke-block-nps .btn-nps:nth-child(5553n){-webkit-animation-delay:555.9s;animation-delay:555.9s}.poke-block-nps .btn-nps:nth-child(5554n){-webkit-animation-delay:556s;animation-delay:556s}.poke-block-nps .btn-nps:nth-child(5555n){-webkit-animation-delay:556.1s;animation-delay:556.1s}.poke-block-nps .btn-nps:nth-child(5556n){-webkit-animation-delay:556.2s;animation-delay:556.2s}.poke-block-nps .btn-nps:nth-child(5557n){-webkit-animation-delay:556.3s;animation-delay:556.3s}.poke-block-nps .btn-nps:nth-child(5558n){-webkit-animation-delay:556.4s;animation-delay:556.4s}.poke-block-nps .btn-nps:nth-child(5559n){-webkit-animation-delay:556.5s;animation-delay:556.5s}.poke-block-nps .btn-nps:nth-child(5560n){-webkit-animation-delay:556.6s;animation-delay:556.6s}.poke-block-nps .btn-nps:nth-child(5561n){-webkit-animation-delay:556.7s;animation-delay:556.7s}.poke-block-nps .btn-nps:nth-child(5562n){-webkit-animation-delay:556.8s;animation-delay:556.8s}.poke-block-nps .btn-nps:nth-child(5563n){-webkit-animation-delay:556.9s;animation-delay:556.9s}.poke-block-nps .btn-nps:nth-child(5564n){-webkit-animation-delay:557s;animation-delay:557s}.poke-block-nps .btn-nps:nth-child(5565n){-webkit-animation-delay:557.1s;animation-delay:557.1s}.poke-block-nps .btn-nps:nth-child(5566n){-webkit-animation-delay:557.2s;animation-delay:557.2s}.poke-block-nps .btn-nps:nth-child(5567n){-webkit-animation-delay:557.3s;animation-delay:557.3s}.poke-block-nps .btn-nps:nth-child(5568n){-webkit-animation-delay:557.4s;animation-delay:557.4s}.poke-block-nps .btn-nps:nth-child(5569n){-webkit-animation-delay:557.5s;animation-delay:557.5s}.poke-block-nps .btn-nps:nth-child(5570n){-webkit-animation-delay:557.6s;animation-delay:557.6s}.poke-block-nps .btn-nps:nth-child(5571n){-webkit-animation-delay:557.7s;animation-delay:557.7s}.poke-block-nps .btn-nps:nth-child(5572n){-webkit-animation-delay:557.8s;animation-delay:557.8s}.poke-block-nps .btn-nps:nth-child(5573n){-webkit-animation-delay:557.9s;animation-delay:557.9s}.poke-block-nps .btn-nps:nth-child(5574n){-webkit-animation-delay:558s;animation-delay:558s}.poke-block-nps .btn-nps:nth-child(5575n){-webkit-animation-delay:558.1s;animation-delay:558.1s}.poke-block-nps .btn-nps:nth-child(5576n){-webkit-animation-delay:558.2s;animation-delay:558.2s}.poke-block-nps .btn-nps:nth-child(5577n){-webkit-animation-delay:558.3s;animation-delay:558.3s}.poke-block-nps .btn-nps:nth-child(5578n){-webkit-animation-delay:558.4s;animation-delay:558.4s}.poke-block-nps .btn-nps:nth-child(5579n){-webkit-animation-delay:558.5s;animation-delay:558.5s}.poke-block-nps .btn-nps:nth-child(5580n){-webkit-animation-delay:558.6s;animation-delay:558.6s}.poke-block-nps .btn-nps:nth-child(5581n){-webkit-animation-delay:558.7s;animation-delay:558.7s}.poke-block-nps .btn-nps:nth-child(5582n){-webkit-animation-delay:558.8s;animation-delay:558.8s}.poke-block-nps .btn-nps:nth-child(5583n){-webkit-animation-delay:558.9s;animation-delay:558.9s}.poke-block-nps .btn-nps:nth-child(5584n){-webkit-animation-delay:559s;animation-delay:559s}.poke-block-nps .btn-nps:nth-child(5585n){-webkit-animation-delay:559.1s;animation-delay:559.1s}.poke-block-nps .btn-nps:nth-child(5586n){-webkit-animation-delay:559.2s;animation-delay:559.2s}.poke-block-nps .btn-nps:nth-child(5587n){-webkit-animation-delay:559.3s;animation-delay:559.3s}.poke-block-nps .btn-nps:nth-child(5588n){-webkit-animation-delay:559.4s;animation-delay:559.4s}.poke-block-nps .btn-nps:nth-child(5589n){-webkit-animation-delay:559.5s;animation-delay:559.5s}.poke-block-nps .btn-nps:nth-child(5590n){-webkit-animation-delay:559.6s;animation-delay:559.6s}.poke-block-nps .btn-nps:nth-child(5591n){-webkit-animation-delay:559.7s;animation-delay:559.7s}.poke-block-nps .btn-nps:nth-child(5592n){-webkit-animation-delay:559.8s;animation-delay:559.8s}.poke-block-nps .btn-nps:nth-child(5593n){-webkit-animation-delay:559.9s;animation-delay:559.9s}.poke-block-nps .btn-nps:nth-child(5594n){-webkit-animation-delay:560s;animation-delay:560s}.poke-block-nps .btn-nps:nth-child(5595n){-webkit-animation-delay:560.1s;animation-delay:560.1s}.poke-block-nps .btn-nps:nth-child(5596n){-webkit-animation-delay:560.2s;animation-delay:560.2s}.poke-block-nps .btn-nps:nth-child(5597n){-webkit-animation-delay:560.3s;animation-delay:560.3s}.poke-block-nps .btn-nps:nth-child(5598n){-webkit-animation-delay:560.4s;animation-delay:560.4s}.poke-block-nps .btn-nps:nth-child(5599n){-webkit-animation-delay:560.5s;animation-delay:560.5s}.poke-block-nps .btn-nps:nth-child(5600n){-webkit-animation-delay:560.6s;animation-delay:560.6s}.poke-block-nps .btn-nps:nth-child(5601n){-webkit-animation-delay:560.7s;animation-delay:560.7s}.poke-block-nps .btn-nps:nth-child(5602n){-webkit-animation-delay:560.8s;animation-delay:560.8s}.poke-block-nps .btn-nps:nth-child(5603n){-webkit-animation-delay:560.9s;animation-delay:560.9s}.poke-block-nps .btn-nps:nth-child(5604n){-webkit-animation-delay:561s;animation-delay:561s}.poke-block-nps .btn-nps:nth-child(5605n){-webkit-animation-delay:561.1s;animation-delay:561.1s}.poke-block-nps .btn-nps:nth-child(5606n){-webkit-animation-delay:561.2s;animation-delay:561.2s}.poke-block-nps .btn-nps:nth-child(5607n){-webkit-animation-delay:561.3s;animation-delay:561.3s}.poke-block-nps .btn-nps:nth-child(5608n){-webkit-animation-delay:561.4s;animation-delay:561.4s}.poke-block-nps .btn-nps:nth-child(5609n){-webkit-animation-delay:561.5s;animation-delay:561.5s}.poke-block-nps .btn-nps:nth-child(5610n){-webkit-animation-delay:561.6s;animation-delay:561.6s}.poke-block-nps .btn-nps:nth-child(5611n){-webkit-animation-delay:561.7s;animation-delay:561.7s}.poke-block-nps .btn-nps:nth-child(5612n){-webkit-animation-delay:561.8s;animation-delay:561.8s}.poke-block-nps .btn-nps:nth-child(5613n){-webkit-animation-delay:561.9s;animation-delay:561.9s}.poke-block-nps .btn-nps:nth-child(5614n){-webkit-animation-delay:562s;animation-delay:562s}.poke-block-nps .btn-nps:nth-child(5615n){-webkit-animation-delay:562.1s;animation-delay:562.1s}.poke-block-nps .btn-nps:nth-child(5616n){-webkit-animation-delay:562.2s;animation-delay:562.2s}.poke-block-nps .btn-nps:nth-child(5617n){-webkit-animation-delay:562.3s;animation-delay:562.3s}.poke-block-nps .btn-nps:nth-child(5618n){-webkit-animation-delay:562.4s;animation-delay:562.4s}.poke-block-nps .btn-nps:nth-child(5619n){-webkit-animation-delay:562.5s;animation-delay:562.5s}.poke-block-nps .btn-nps:nth-child(5620n){-webkit-animation-delay:562.6s;animation-delay:562.6s}.poke-block-nps .btn-nps:nth-child(5621n){-webkit-animation-delay:562.7s;animation-delay:562.7s}.poke-block-nps .btn-nps:nth-child(5622n){-webkit-animation-delay:562.8s;animation-delay:562.8s}.poke-block-nps .btn-nps:nth-child(5623n){-webkit-animation-delay:562.9s;animation-delay:562.9s}.poke-block-nps .btn-nps:nth-child(5624n){-webkit-animation-delay:563s;animation-delay:563s}.poke-block-nps .btn-nps:nth-child(5625n){-webkit-animation-delay:563.1s;animation-delay:563.1s}.poke-block-nps .btn-nps:nth-child(5626n){-webkit-animation-delay:563.2s;animation-delay:563.2s}.poke-block-nps .btn-nps:nth-child(5627n){-webkit-animation-delay:563.3s;animation-delay:563.3s}.poke-block-nps .btn-nps:nth-child(5628n){-webkit-animation-delay:563.4s;animation-delay:563.4s}.poke-block-nps .btn-nps:nth-child(5629n){-webkit-animation-delay:563.5s;animation-delay:563.5s}.poke-block-nps .btn-nps:nth-child(5630n){-webkit-animation-delay:563.6s;animation-delay:563.6s}.poke-block-nps .btn-nps:nth-child(5631n){-webkit-animation-delay:563.7s;animation-delay:563.7s}.poke-block-nps .btn-nps:nth-child(5632n){-webkit-animation-delay:563.8s;animation-delay:563.8s}.poke-block-nps .btn-nps:nth-child(5633n){-webkit-animation-delay:563.9s;animation-delay:563.9s}.poke-block-nps .btn-nps:nth-child(5634n){-webkit-animation-delay:564s;animation-delay:564s}.poke-block-nps .btn-nps:nth-child(5635n){-webkit-animation-delay:564.1s;animation-delay:564.1s}.poke-block-nps .btn-nps:nth-child(5636n){-webkit-animation-delay:564.2s;animation-delay:564.2s}.poke-block-nps .btn-nps:nth-child(5637n){-webkit-animation-delay:564.3s;animation-delay:564.3s}.poke-block-nps .btn-nps:nth-child(5638n){-webkit-animation-delay:564.4s;animation-delay:564.4s}.poke-block-nps .btn-nps:nth-child(5639n){-webkit-animation-delay:564.5s;animation-delay:564.5s}.poke-block-nps .btn-nps:nth-child(5640n){-webkit-animation-delay:564.6s;animation-delay:564.6s}.poke-block-nps .btn-nps:nth-child(5641n){-webkit-animation-delay:564.7s;animation-delay:564.7s}.poke-block-nps .btn-nps:nth-child(5642n){-webkit-animation-delay:564.8s;animation-delay:564.8s}.poke-block-nps .btn-nps:nth-child(5643n){-webkit-animation-delay:564.9s;animation-delay:564.9s}.poke-block-nps .btn-nps:nth-child(5644n){-webkit-animation-delay:565s;animation-delay:565s}.poke-block-nps .btn-nps:nth-child(5645n){-webkit-animation-delay:565.1s;animation-delay:565.1s}.poke-block-nps .btn-nps:nth-child(5646n){-webkit-animation-delay:565.2s;animation-delay:565.2s}.poke-block-nps .btn-nps:nth-child(5647n){-webkit-animation-delay:565.3s;animation-delay:565.3s}.poke-block-nps .btn-nps:nth-child(5648n){-webkit-animation-delay:565.4s;animation-delay:565.4s}.poke-block-nps .btn-nps:nth-child(5649n){-webkit-animation-delay:565.5s;animation-delay:565.5s}.poke-block-nps .btn-nps:nth-child(5650n){-webkit-animation-delay:565.6s;animation-delay:565.6s}.poke-block-nps .btn-nps:nth-child(5651n){-webkit-animation-delay:565.7s;animation-delay:565.7s}.poke-block-nps .btn-nps:nth-child(5652n){-webkit-animation-delay:565.8s;animation-delay:565.8s}.poke-block-nps .btn-nps:nth-child(5653n){-webkit-animation-delay:565.9s;animation-delay:565.9s}.poke-block-nps .btn-nps:nth-child(5654n){-webkit-animation-delay:566s;animation-delay:566s}.poke-block-nps .btn-nps:nth-child(5655n){-webkit-animation-delay:566.1s;animation-delay:566.1s}.poke-block-nps .btn-nps:nth-child(5656n){-webkit-animation-delay:566.2s;animation-delay:566.2s}.poke-block-nps .btn-nps:nth-child(5657n){-webkit-animation-delay:566.3s;animation-delay:566.3s}.poke-block-nps .btn-nps:nth-child(5658n){-webkit-animation-delay:566.4s;animation-delay:566.4s}.poke-block-nps .btn-nps:nth-child(5659n){-webkit-animation-delay:566.5s;animation-delay:566.5s}.poke-block-nps .btn-nps:nth-child(5660n){-webkit-animation-delay:566.6s;animation-delay:566.6s}.poke-block-nps .btn-nps:nth-child(5661n){-webkit-animation-delay:566.7s;animation-delay:566.7s}.poke-block-nps .btn-nps:nth-child(5662n){-webkit-animation-delay:566.8s;animation-delay:566.8s}.poke-block-nps .btn-nps:nth-child(5663n){-webkit-animation-delay:566.9s;animation-delay:566.9s}.poke-block-nps .btn-nps:nth-child(5664n){-webkit-animation-delay:567s;animation-delay:567s}.poke-block-nps .btn-nps:nth-child(5665n){-webkit-animation-delay:567.1s;animation-delay:567.1s}.poke-block-nps .btn-nps:nth-child(5666n){-webkit-animation-delay:567.2s;animation-delay:567.2s}.poke-block-nps .btn-nps:nth-child(5667n){-webkit-animation-delay:567.3s;animation-delay:567.3s}.poke-block-nps .btn-nps:nth-child(5668n){-webkit-animation-delay:567.4s;animation-delay:567.4s}.poke-block-nps .btn-nps:nth-child(5669n){-webkit-animation-delay:567.5s;animation-delay:567.5s}.poke-block-nps .btn-nps:nth-child(5670n){-webkit-animation-delay:567.6s;animation-delay:567.6s}.poke-block-nps .btn-nps:nth-child(5671n){-webkit-animation-delay:567.7s;animation-delay:567.7s}.poke-block-nps .btn-nps:nth-child(5672n){-webkit-animation-delay:567.8s;animation-delay:567.8s}.poke-block-nps .btn-nps:nth-child(5673n){-webkit-animation-delay:567.9s;animation-delay:567.9s}.poke-block-nps .btn-nps:nth-child(5674n){-webkit-animation-delay:568s;animation-delay:568s}.poke-block-nps .btn-nps:nth-child(5675n){-webkit-animation-delay:568.1s;animation-delay:568.1s}.poke-block-nps .btn-nps:nth-child(5676n){-webkit-animation-delay:568.2s;animation-delay:568.2s}.poke-block-nps .btn-nps:nth-child(5677n){-webkit-animation-delay:568.3s;animation-delay:568.3s}.poke-block-nps .btn-nps:nth-child(5678n){-webkit-animation-delay:568.4s;animation-delay:568.4s}.poke-block-nps .btn-nps:nth-child(5679n){-webkit-animation-delay:568.5s;animation-delay:568.5s}.poke-block-nps .btn-nps:nth-child(5680n){-webkit-animation-delay:568.6s;animation-delay:568.6s}.poke-block-nps .btn-nps:nth-child(5681n){-webkit-animation-delay:568.7s;animation-delay:568.7s}.poke-block-nps .btn-nps:nth-child(5682n){-webkit-animation-delay:568.8s;animation-delay:568.8s}.poke-block-nps .btn-nps:nth-child(5683n){-webkit-animation-delay:568.9s;animation-delay:568.9s}.poke-block-nps .btn-nps:nth-child(5684n){-webkit-animation-delay:569s;animation-delay:569s}.poke-block-nps .btn-nps:nth-child(5685n){-webkit-animation-delay:569.1s;animation-delay:569.1s}.poke-block-nps .btn-nps:nth-child(5686n){-webkit-animation-delay:569.2s;animation-delay:569.2s}.poke-block-nps .btn-nps:nth-child(5687n){-webkit-animation-delay:569.3s;animation-delay:569.3s}.poke-block-nps .btn-nps:nth-child(5688n){-webkit-animation-delay:569.4s;animation-delay:569.4s}.poke-block-nps .btn-nps:nth-child(5689n){-webkit-animation-delay:569.5s;animation-delay:569.5s}.poke-block-nps .btn-nps:nth-child(5690n){-webkit-animation-delay:569.6s;animation-delay:569.6s}.poke-block-nps .btn-nps:nth-child(5691n){-webkit-animation-delay:569.7s;animation-delay:569.7s}.poke-block-nps .btn-nps:nth-child(5692n){-webkit-animation-delay:569.8s;animation-delay:569.8s}.poke-block-nps .btn-nps:nth-child(5693n){-webkit-animation-delay:569.9s;animation-delay:569.9s}.poke-block-nps .btn-nps:nth-child(5694n){-webkit-animation-delay:570s;animation-delay:570s}.poke-block-nps .btn-nps:nth-child(5695n){-webkit-animation-delay:570.1s;animation-delay:570.1s}.poke-block-nps .btn-nps:nth-child(5696n){-webkit-animation-delay:570.2s;animation-delay:570.2s}.poke-block-nps .btn-nps:nth-child(5697n){-webkit-animation-delay:570.3s;animation-delay:570.3s}.poke-block-nps .btn-nps:nth-child(5698n){-webkit-animation-delay:570.4s;animation-delay:570.4s}.poke-block-nps .btn-nps:nth-child(5699n){-webkit-animation-delay:570.5s;animation-delay:570.5s}.poke-block-nps .btn-nps:nth-child(5700n){-webkit-animation-delay:570.6s;animation-delay:570.6s}.poke-block-nps .btn-nps:nth-child(5701n){-webkit-animation-delay:570.7s;animation-delay:570.7s}.poke-block-nps .btn-nps:nth-child(5702n){-webkit-animation-delay:570.8s;animation-delay:570.8s}.poke-block-nps .btn-nps:nth-child(5703n){-webkit-animation-delay:570.9s;animation-delay:570.9s}.poke-block-nps .btn-nps:nth-child(5704n){-webkit-animation-delay:571s;animation-delay:571s}.poke-block-nps .btn-nps:nth-child(5705n){-webkit-animation-delay:571.1s;animation-delay:571.1s}.poke-block-nps .btn-nps:nth-child(5706n){-webkit-animation-delay:571.2s;animation-delay:571.2s}.poke-block-nps .btn-nps:nth-child(5707n){-webkit-animation-delay:571.3s;animation-delay:571.3s}.poke-block-nps .btn-nps:nth-child(5708n){-webkit-animation-delay:571.4s;animation-delay:571.4s}.poke-block-nps .btn-nps:nth-child(5709n){-webkit-animation-delay:571.5s;animation-delay:571.5s}.poke-block-nps .btn-nps:nth-child(5710n){-webkit-animation-delay:571.6s;animation-delay:571.6s}.poke-block-nps .btn-nps:nth-child(5711n){-webkit-animation-delay:571.7s;animation-delay:571.7s}.poke-block-nps .btn-nps:nth-child(5712n){-webkit-animation-delay:571.8s;animation-delay:571.8s}.poke-block-nps .btn-nps:nth-child(5713n){-webkit-animation-delay:571.9s;animation-delay:571.9s}.poke-block-nps .btn-nps:nth-child(5714n){-webkit-animation-delay:572s;animation-delay:572s}.poke-block-nps .btn-nps:nth-child(5715n){-webkit-animation-delay:572.1s;animation-delay:572.1s}.poke-block-nps .btn-nps:nth-child(5716n){-webkit-animation-delay:572.2s;animation-delay:572.2s}.poke-block-nps .btn-nps:nth-child(5717n){-webkit-animation-delay:572.3s;animation-delay:572.3s}.poke-block-nps .btn-nps:nth-child(5718n){-webkit-animation-delay:572.4s;animation-delay:572.4s}.poke-block-nps .btn-nps:nth-child(5719n){-webkit-animation-delay:572.5s;animation-delay:572.5s}.poke-block-nps .btn-nps:nth-child(5720n){-webkit-animation-delay:572.6s;animation-delay:572.6s}.poke-block-nps .btn-nps:nth-child(5721n){-webkit-animation-delay:572.7s;animation-delay:572.7s}.poke-block-nps .btn-nps:nth-child(5722n){-webkit-animation-delay:572.8s;animation-delay:572.8s}.poke-block-nps .btn-nps:nth-child(5723n){-webkit-animation-delay:572.9s;animation-delay:572.9s}.poke-block-nps .btn-nps:nth-child(5724n){-webkit-animation-delay:573s;animation-delay:573s}.poke-block-nps .btn-nps:nth-child(5725n){-webkit-animation-delay:573.1s;animation-delay:573.1s}.poke-block-nps .btn-nps:nth-child(5726n){-webkit-animation-delay:573.2s;animation-delay:573.2s}.poke-block-nps .btn-nps:nth-child(5727n){-webkit-animation-delay:573.3s;animation-delay:573.3s}.poke-block-nps .btn-nps:nth-child(5728n){-webkit-animation-delay:573.4s;animation-delay:573.4s}.poke-block-nps .btn-nps:nth-child(5729n){-webkit-animation-delay:573.5s;animation-delay:573.5s}.poke-block-nps .btn-nps:nth-child(5730n){-webkit-animation-delay:573.6s;animation-delay:573.6s}.poke-block-nps .btn-nps:nth-child(5731n){-webkit-animation-delay:573.7s;animation-delay:573.7s}.poke-block-nps .btn-nps:nth-child(5732n){-webkit-animation-delay:573.8s;animation-delay:573.8s}.poke-block-nps .btn-nps:nth-child(5733n){-webkit-animation-delay:573.9s;animation-delay:573.9s}.poke-block-nps .btn-nps:nth-child(5734n){-webkit-animation-delay:574s;animation-delay:574s}.poke-block-nps .btn-nps:nth-child(5735n){-webkit-animation-delay:574.1s;animation-delay:574.1s}.poke-block-nps .btn-nps:nth-child(5736n){-webkit-animation-delay:574.2s;animation-delay:574.2s}.poke-block-nps .btn-nps:nth-child(5737n){-webkit-animation-delay:574.3s;animation-delay:574.3s}.poke-block-nps .btn-nps:nth-child(5738n){-webkit-animation-delay:574.4s;animation-delay:574.4s}.poke-block-nps .btn-nps:nth-child(5739n){-webkit-animation-delay:574.5s;animation-delay:574.5s}.poke-block-nps .btn-nps:nth-child(5740n){-webkit-animation-delay:574.6s;animation-delay:574.6s}.poke-block-nps .btn-nps:nth-child(5741n){-webkit-animation-delay:574.7s;animation-delay:574.7s}.poke-block-nps .btn-nps:nth-child(5742n){-webkit-animation-delay:574.8s;animation-delay:574.8s}.poke-block-nps .btn-nps:nth-child(5743n){-webkit-animation-delay:574.9s;animation-delay:574.9s}.poke-block-nps .btn-nps:nth-child(5744n){-webkit-animation-delay:575s;animation-delay:575s}.poke-block-nps .btn-nps:nth-child(5745n){-webkit-animation-delay:575.1s;animation-delay:575.1s}.poke-block-nps .btn-nps:nth-child(5746n){-webkit-animation-delay:575.2s;animation-delay:575.2s}.poke-block-nps .btn-nps:nth-child(5747n){-webkit-animation-delay:575.3s;animation-delay:575.3s}.poke-block-nps .btn-nps:nth-child(5748n){-webkit-animation-delay:575.4s;animation-delay:575.4s}.poke-block-nps .btn-nps:nth-child(5749n){-webkit-animation-delay:575.5s;animation-delay:575.5s}.poke-block-nps .btn-nps:nth-child(5750n){-webkit-animation-delay:575.6s;animation-delay:575.6s}.poke-block-nps .btn-nps:nth-child(5751n){-webkit-animation-delay:575.7s;animation-delay:575.7s}.poke-block-nps .btn-nps:nth-child(5752n){-webkit-animation-delay:575.8s;animation-delay:575.8s}.poke-block-nps .btn-nps:nth-child(5753n){-webkit-animation-delay:575.9s;animation-delay:575.9s}.poke-block-nps .btn-nps:nth-child(5754n){-webkit-animation-delay:576s;animation-delay:576s}.poke-block-nps .btn-nps:nth-child(5755n){-webkit-animation-delay:576.1s;animation-delay:576.1s}.poke-block-nps .btn-nps:nth-child(5756n){-webkit-animation-delay:576.2s;animation-delay:576.2s}.poke-block-nps .btn-nps:nth-child(5757n){-webkit-animation-delay:576.3s;animation-delay:576.3s}.poke-block-nps .btn-nps:nth-child(5758n){-webkit-animation-delay:576.4s;animation-delay:576.4s}.poke-block-nps .btn-nps:nth-child(5759n){-webkit-animation-delay:576.5s;animation-delay:576.5s}.poke-block-nps .btn-nps:nth-child(5760n){-webkit-animation-delay:576.6s;animation-delay:576.6s}.poke-block-nps .btn-nps:nth-child(5761n){-webkit-animation-delay:576.7s;animation-delay:576.7s}.poke-block-nps .btn-nps:nth-child(5762n){-webkit-animation-delay:576.8s;animation-delay:576.8s}.poke-block-nps .btn-nps:nth-child(5763n){-webkit-animation-delay:576.9s;animation-delay:576.9s}.poke-block-nps .btn-nps:nth-child(5764n){-webkit-animation-delay:577s;animation-delay:577s}.poke-block-nps .btn-nps:nth-child(5765n){-webkit-animation-delay:577.1s;animation-delay:577.1s}.poke-block-nps .btn-nps:nth-child(5766n){-webkit-animation-delay:577.2s;animation-delay:577.2s}.poke-block-nps .btn-nps:nth-child(5767n){-webkit-animation-delay:577.3s;animation-delay:577.3s}.poke-block-nps .btn-nps:nth-child(5768n){-webkit-animation-delay:577.4s;animation-delay:577.4s}.poke-block-nps .btn-nps:nth-child(5769n){-webkit-animation-delay:577.5s;animation-delay:577.5s}.poke-block-nps .btn-nps:nth-child(5770n){-webkit-animation-delay:577.6s;animation-delay:577.6s}.poke-block-nps .btn-nps:nth-child(5771n){-webkit-animation-delay:577.7s;animation-delay:577.7s}.poke-block-nps .btn-nps:nth-child(5772n){-webkit-animation-delay:577.8s;animation-delay:577.8s}.poke-block-nps .btn-nps:nth-child(5773n){-webkit-animation-delay:577.9s;animation-delay:577.9s}.poke-block-nps .btn-nps:nth-child(5774n){-webkit-animation-delay:578s;animation-delay:578s}.poke-block-nps .btn-nps:nth-child(5775n){-webkit-animation-delay:578.1s;animation-delay:578.1s}.poke-block-nps .btn-nps:nth-child(5776n){-webkit-animation-delay:578.2s;animation-delay:578.2s}.poke-block-nps .btn-nps:nth-child(5777n){-webkit-animation-delay:578.3s;animation-delay:578.3s}.poke-block-nps .btn-nps:nth-child(5778n){-webkit-animation-delay:578.4s;animation-delay:578.4s}.poke-block-nps .btn-nps:nth-child(5779n){-webkit-animation-delay:578.5s;animation-delay:578.5s}.poke-block-nps .btn-nps:nth-child(5780n){-webkit-animation-delay:578.6s;animation-delay:578.6s}.poke-block-nps .btn-nps:nth-child(5781n){-webkit-animation-delay:578.7s;animation-delay:578.7s}.poke-block-nps .btn-nps:nth-child(5782n){-webkit-animation-delay:578.8s;animation-delay:578.8s}.poke-block-nps .btn-nps:nth-child(5783n){-webkit-animation-delay:578.9s;animation-delay:578.9s}.poke-block-nps .btn-nps:nth-child(5784n){-webkit-animation-delay:579s;animation-delay:579s}.poke-block-nps .btn-nps:nth-child(5785n){-webkit-animation-delay:579.1s;animation-delay:579.1s}.poke-block-nps .btn-nps:nth-child(5786n){-webkit-animation-delay:579.2s;animation-delay:579.2s}.poke-block-nps .btn-nps:nth-child(5787n){-webkit-animation-delay:579.3s;animation-delay:579.3s}.poke-block-nps .btn-nps:nth-child(5788n){-webkit-animation-delay:579.4s;animation-delay:579.4s}.poke-block-nps .btn-nps:nth-child(5789n){-webkit-animation-delay:579.5s;animation-delay:579.5s}.poke-block-nps .btn-nps:nth-child(5790n){-webkit-animation-delay:579.6s;animation-delay:579.6s}.poke-block-nps .btn-nps:nth-child(5791n){-webkit-animation-delay:579.7s;animation-delay:579.7s}.poke-block-nps .btn-nps:nth-child(5792n){-webkit-animation-delay:579.8s;animation-delay:579.8s}.poke-block-nps .btn-nps:nth-child(5793n){-webkit-animation-delay:579.9s;animation-delay:579.9s}.poke-block-nps .btn-nps:nth-child(5794n){-webkit-animation-delay:580s;animation-delay:580s}.poke-block-nps .btn-nps:nth-child(5795n){-webkit-animation-delay:580.1s;animation-delay:580.1s}.poke-block-nps .btn-nps:nth-child(5796n){-webkit-animation-delay:580.2s;animation-delay:580.2s}.poke-block-nps .btn-nps:nth-child(5797n){-webkit-animation-delay:580.3s;animation-delay:580.3s}.poke-block-nps .btn-nps:nth-child(5798n){-webkit-animation-delay:580.4s;animation-delay:580.4s}.poke-block-nps .btn-nps:nth-child(5799n){-webkit-animation-delay:580.5s;animation-delay:580.5s}.poke-block-nps .btn-nps:nth-child(5800n){-webkit-animation-delay:580.6s;animation-delay:580.6s}.poke-block-nps .btn-nps:nth-child(5801n){-webkit-animation-delay:580.7s;animation-delay:580.7s}.poke-block-nps .btn-nps:nth-child(5802n){-webkit-animation-delay:580.8s;animation-delay:580.8s}.poke-block-nps .btn-nps:nth-child(5803n){-webkit-animation-delay:580.9s;animation-delay:580.9s}.poke-block-nps .btn-nps:nth-child(5804n){-webkit-animation-delay:581s;animation-delay:581s}.poke-block-nps .btn-nps:nth-child(5805n){-webkit-animation-delay:581.1s;animation-delay:581.1s}.poke-block-nps .btn-nps:nth-child(5806n){-webkit-animation-delay:581.2s;animation-delay:581.2s}.poke-block-nps .btn-nps:nth-child(5807n){-webkit-animation-delay:581.3s;animation-delay:581.3s}.poke-block-nps .btn-nps:nth-child(5808n){-webkit-animation-delay:581.4s;animation-delay:581.4s}.poke-block-nps .btn-nps:nth-child(5809n){-webkit-animation-delay:581.5s;animation-delay:581.5s}.poke-block-nps .btn-nps:nth-child(5810n){-webkit-animation-delay:581.6s;animation-delay:581.6s}.poke-block-nps .btn-nps:nth-child(5811n){-webkit-animation-delay:581.7s;animation-delay:581.7s}.poke-block-nps .btn-nps:nth-child(5812n){-webkit-animation-delay:581.8s;animation-delay:581.8s}.poke-block-nps .btn-nps:nth-child(5813n){-webkit-animation-delay:581.9s;animation-delay:581.9s}.poke-block-nps .btn-nps:nth-child(5814n){-webkit-animation-delay:582s;animation-delay:582s}.poke-block-nps .btn-nps:nth-child(5815n){-webkit-animation-delay:582.1s;animation-delay:582.1s}.poke-block-nps .btn-nps:nth-child(5816n){-webkit-animation-delay:582.2s;animation-delay:582.2s}.poke-block-nps .btn-nps:nth-child(5817n){-webkit-animation-delay:582.3s;animation-delay:582.3s}.poke-block-nps .btn-nps:nth-child(5818n){-webkit-animation-delay:582.4s;animation-delay:582.4s}.poke-block-nps .btn-nps:nth-child(5819n){-webkit-animation-delay:582.5s;animation-delay:582.5s}.poke-block-nps .btn-nps:nth-child(5820n){-webkit-animation-delay:582.6s;animation-delay:582.6s}.poke-block-nps .btn-nps:nth-child(5821n){-webkit-animation-delay:582.7s;animation-delay:582.7s}.poke-block-nps .btn-nps:nth-child(5822n){-webkit-animation-delay:582.8s;animation-delay:582.8s}.poke-block-nps .btn-nps:nth-child(5823n){-webkit-animation-delay:582.9s;animation-delay:582.9s}.poke-block-nps .btn-nps:nth-child(5824n){-webkit-animation-delay:583s;animation-delay:583s}.poke-block-nps .btn-nps:nth-child(5825n){-webkit-animation-delay:583.1s;animation-delay:583.1s}.poke-block-nps .btn-nps:nth-child(5826n){-webkit-animation-delay:583.2s;animation-delay:583.2s}.poke-block-nps .btn-nps:nth-child(5827n){-webkit-animation-delay:583.3s;animation-delay:583.3s}.poke-block-nps .btn-nps:nth-child(5828n){-webkit-animation-delay:583.4s;animation-delay:583.4s}.poke-block-nps .btn-nps:nth-child(5829n){-webkit-animation-delay:583.5s;animation-delay:583.5s}.poke-block-nps .btn-nps:nth-child(5830n){-webkit-animation-delay:583.6s;animation-delay:583.6s}.poke-block-nps .btn-nps:nth-child(5831n){-webkit-animation-delay:583.7s;animation-delay:583.7s}.poke-block-nps .btn-nps:nth-child(5832n){-webkit-animation-delay:583.8s;animation-delay:583.8s}.poke-block-nps .btn-nps:nth-child(5833n){-webkit-animation-delay:583.9s;animation-delay:583.9s}.poke-block-nps .btn-nps:nth-child(5834n){-webkit-animation-delay:584s;animation-delay:584s}.poke-block-nps .btn-nps:nth-child(5835n){-webkit-animation-delay:584.1s;animation-delay:584.1s}.poke-block-nps .btn-nps:nth-child(5836n){-webkit-animation-delay:584.2s;animation-delay:584.2s}.poke-block-nps .btn-nps:nth-child(5837n){-webkit-animation-delay:584.3s;animation-delay:584.3s}.poke-block-nps .btn-nps:nth-child(5838n){-webkit-animation-delay:584.4s;animation-delay:584.4s}.poke-block-nps .btn-nps:nth-child(5839n){-webkit-animation-delay:584.5s;animation-delay:584.5s}.poke-block-nps .btn-nps:nth-child(5840n){-webkit-animation-delay:584.6s;animation-delay:584.6s}.poke-block-nps .btn-nps:nth-child(5841n){-webkit-animation-delay:584.7s;animation-delay:584.7s}.poke-block-nps .btn-nps:nth-child(5842n){-webkit-animation-delay:584.8s;animation-delay:584.8s}.poke-block-nps .btn-nps:nth-child(5843n){-webkit-animation-delay:584.9s;animation-delay:584.9s}.poke-block-nps .btn-nps:nth-child(5844n){-webkit-animation-delay:585s;animation-delay:585s}.poke-block-nps .btn-nps:nth-child(5845n){-webkit-animation-delay:585.1s;animation-delay:585.1s}.poke-block-nps .btn-nps:nth-child(5846n){-webkit-animation-delay:585.2s;animation-delay:585.2s}.poke-block-nps .btn-nps:nth-child(5847n){-webkit-animation-delay:585.3s;animation-delay:585.3s}.poke-block-nps .btn-nps:nth-child(5848n){-webkit-animation-delay:585.4s;animation-delay:585.4s}.poke-block-nps .btn-nps:nth-child(5849n){-webkit-animation-delay:585.5s;animation-delay:585.5s}.poke-block-nps .btn-nps:nth-child(5850n){-webkit-animation-delay:585.6s;animation-delay:585.6s}.poke-block-nps .btn-nps:nth-child(5851n){-webkit-animation-delay:585.7s;animation-delay:585.7s}.poke-block-nps .btn-nps:nth-child(5852n){-webkit-animation-delay:585.8s;animation-delay:585.8s}.poke-block-nps .btn-nps:nth-child(5853n){-webkit-animation-delay:585.9s;animation-delay:585.9s}.poke-block-nps .btn-nps:nth-child(5854n){-webkit-animation-delay:586s;animation-delay:586s}.poke-block-nps .btn-nps:nth-child(5855n){-webkit-animation-delay:586.1s;animation-delay:586.1s}.poke-block-nps .btn-nps:nth-child(5856n){-webkit-animation-delay:586.2s;animation-delay:586.2s}.poke-block-nps .btn-nps:nth-child(5857n){-webkit-animation-delay:586.3s;animation-delay:586.3s}.poke-block-nps .btn-nps:nth-child(5858n){-webkit-animation-delay:586.4s;animation-delay:586.4s}.poke-block-nps .btn-nps:nth-child(5859n){-webkit-animation-delay:586.5s;animation-delay:586.5s}.poke-block-nps .btn-nps:nth-child(5860n){-webkit-animation-delay:586.6s;animation-delay:586.6s}.poke-block-nps .btn-nps:nth-child(5861n){-webkit-animation-delay:586.7s;animation-delay:586.7s}.poke-block-nps .btn-nps:nth-child(5862n){-webkit-animation-delay:586.8s;animation-delay:586.8s}.poke-block-nps .btn-nps:nth-child(5863n){-webkit-animation-delay:586.9s;animation-delay:586.9s}.poke-block-nps .btn-nps:nth-child(5864n){-webkit-animation-delay:587s;animation-delay:587s}.poke-block-nps .btn-nps:nth-child(5865n){-webkit-animation-delay:587.1s;animation-delay:587.1s}.poke-block-nps .btn-nps:nth-child(5866n){-webkit-animation-delay:587.2s;animation-delay:587.2s}.poke-block-nps .btn-nps:nth-child(5867n){-webkit-animation-delay:587.3s;animation-delay:587.3s}.poke-block-nps .btn-nps:nth-child(5868n){-webkit-animation-delay:587.4s;animation-delay:587.4s}.poke-block-nps .btn-nps:nth-child(5869n){-webkit-animation-delay:587.5s;animation-delay:587.5s}.poke-block-nps .btn-nps:nth-child(5870n){-webkit-animation-delay:587.6s;animation-delay:587.6s}.poke-block-nps .btn-nps:nth-child(5871n){-webkit-animation-delay:587.7s;animation-delay:587.7s}.poke-block-nps .btn-nps:nth-child(5872n){-webkit-animation-delay:587.8s;animation-delay:587.8s}.poke-block-nps .btn-nps:nth-child(5873n){-webkit-animation-delay:587.9s;animation-delay:587.9s}.poke-block-nps .btn-nps:nth-child(5874n){-webkit-animation-delay:588s;animation-delay:588s}.poke-block-nps .btn-nps:nth-child(5875n){-webkit-animation-delay:588.1s;animation-delay:588.1s}.poke-block-nps .btn-nps:nth-child(5876n){-webkit-animation-delay:588.2s;animation-delay:588.2s}.poke-block-nps .btn-nps:nth-child(5877n){-webkit-animation-delay:588.3s;animation-delay:588.3s}.poke-block-nps .btn-nps:nth-child(5878n){-webkit-animation-delay:588.4s;animation-delay:588.4s}.poke-block-nps .btn-nps:nth-child(5879n){-webkit-animation-delay:588.5s;animation-delay:588.5s}.poke-block-nps .btn-nps:nth-child(5880n){-webkit-animation-delay:588.6s;animation-delay:588.6s}.poke-block-nps .btn-nps:nth-child(5881n){-webkit-animation-delay:588.7s;animation-delay:588.7s}.poke-block-nps .btn-nps:nth-child(5882n){-webkit-animation-delay:588.8s;animation-delay:588.8s}.poke-block-nps .btn-nps:nth-child(5883n){-webkit-animation-delay:588.9s;animation-delay:588.9s}.poke-block-nps .btn-nps:nth-child(5884n){-webkit-animation-delay:589s;animation-delay:589s}.poke-block-nps .btn-nps:nth-child(5885n){-webkit-animation-delay:589.1s;animation-delay:589.1s}.poke-block-nps .btn-nps:nth-child(5886n){-webkit-animation-delay:589.2s;animation-delay:589.2s}.poke-block-nps .btn-nps:nth-child(5887n){-webkit-animation-delay:589.3s;animation-delay:589.3s}.poke-block-nps .btn-nps:nth-child(5888n){-webkit-animation-delay:589.4s;animation-delay:589.4s}.poke-block-nps .btn-nps:nth-child(5889n){-webkit-animation-delay:589.5s;animation-delay:589.5s}.poke-block-nps .btn-nps:nth-child(5890n){-webkit-animation-delay:589.6s;animation-delay:589.6s}.poke-block-nps .btn-nps:nth-child(5891n){-webkit-animation-delay:589.7s;animation-delay:589.7s}.poke-block-nps .btn-nps:nth-child(5892n){-webkit-animation-delay:589.8s;animation-delay:589.8s}.poke-block-nps .btn-nps:nth-child(5893n){-webkit-animation-delay:589.9s;animation-delay:589.9s}.poke-block-nps .btn-nps:nth-child(5894n){-webkit-animation-delay:590s;animation-delay:590s}.poke-block-nps .btn-nps:nth-child(5895n){-webkit-animation-delay:590.1s;animation-delay:590.1s}.poke-block-nps .btn-nps:nth-child(5896n){-webkit-animation-delay:590.2s;animation-delay:590.2s}.poke-block-nps .btn-nps:nth-child(5897n){-webkit-animation-delay:590.3s;animation-delay:590.3s}.poke-block-nps .btn-nps:nth-child(5898n){-webkit-animation-delay:590.4s;animation-delay:590.4s}.poke-block-nps .btn-nps:nth-child(5899n){-webkit-animation-delay:590.5s;animation-delay:590.5s}.poke-block-nps .btn-nps:nth-child(5900n){-webkit-animation-delay:590.6s;animation-delay:590.6s}.poke-block-nps .btn-nps:nth-child(5901n){-webkit-animation-delay:590.7s;animation-delay:590.7s}.poke-block-nps .btn-nps:nth-child(5902n){-webkit-animation-delay:590.8s;animation-delay:590.8s}.poke-block-nps .btn-nps:nth-child(5903n){-webkit-animation-delay:590.9s;animation-delay:590.9s}.poke-block-nps .btn-nps:nth-child(5904n){-webkit-animation-delay:591s;animation-delay:591s}.poke-block-nps .btn-nps:nth-child(5905n){-webkit-animation-delay:591.1s;animation-delay:591.1s}.poke-block-nps .btn-nps:nth-child(5906n){-webkit-animation-delay:591.2s;animation-delay:591.2s}.poke-block-nps .btn-nps:nth-child(5907n){-webkit-animation-delay:591.3s;animation-delay:591.3s}.poke-block-nps .btn-nps:nth-child(5908n){-webkit-animation-delay:591.4s;animation-delay:591.4s}.poke-block-nps .btn-nps:nth-child(5909n){-webkit-animation-delay:591.5s;animation-delay:591.5s}.poke-block-nps .btn-nps:nth-child(5910n){-webkit-animation-delay:591.6s;animation-delay:591.6s}.poke-block-nps .btn-nps:nth-child(5911n){-webkit-animation-delay:591.7s;animation-delay:591.7s}.poke-block-nps .btn-nps:nth-child(5912n){-webkit-animation-delay:591.8s;animation-delay:591.8s}.poke-block-nps .btn-nps:nth-child(5913n){-webkit-animation-delay:591.9s;animation-delay:591.9s}.poke-block-nps .btn-nps:nth-child(5914n){-webkit-animation-delay:592s;animation-delay:592s}.poke-block-nps .btn-nps:nth-child(5915n){-webkit-animation-delay:592.1s;animation-delay:592.1s}.poke-block-nps .btn-nps:nth-child(5916n){-webkit-animation-delay:592.2s;animation-delay:592.2s}.poke-block-nps .btn-nps:nth-child(5917n){-webkit-animation-delay:592.3s;animation-delay:592.3s}.poke-block-nps .btn-nps:nth-child(5918n){-webkit-animation-delay:592.4s;animation-delay:592.4s}.poke-block-nps .btn-nps:nth-child(5919n){-webkit-animation-delay:592.5s;animation-delay:592.5s}.poke-block-nps .btn-nps:nth-child(5920n){-webkit-animation-delay:592.6s;animation-delay:592.6s}.poke-block-nps .btn-nps:nth-child(5921n){-webkit-animation-delay:592.7s;animation-delay:592.7s}.poke-block-nps .btn-nps:nth-child(5922n){-webkit-animation-delay:592.8s;animation-delay:592.8s}.poke-block-nps .btn-nps:nth-child(5923n){-webkit-animation-delay:592.9s;animation-delay:592.9s}.poke-block-nps .btn-nps:nth-child(5924n){-webkit-animation-delay:593s;animation-delay:593s}.poke-block-nps .btn-nps:nth-child(5925n){-webkit-animation-delay:593.1s;animation-delay:593.1s}.poke-block-nps .btn-nps:nth-child(5926n){-webkit-animation-delay:593.2s;animation-delay:593.2s}.poke-block-nps .btn-nps:nth-child(5927n){-webkit-animation-delay:593.3s;animation-delay:593.3s}.poke-block-nps .btn-nps:nth-child(5928n){-webkit-animation-delay:593.4s;animation-delay:593.4s}.poke-block-nps .btn-nps:nth-child(5929n){-webkit-animation-delay:593.5s;animation-delay:593.5s}.poke-block-nps .btn-nps:nth-child(5930n){-webkit-animation-delay:593.6s;animation-delay:593.6s}.poke-block-nps .btn-nps:nth-child(5931n){-webkit-animation-delay:593.7s;animation-delay:593.7s}.poke-block-nps .btn-nps:nth-child(5932n){-webkit-animation-delay:593.8s;animation-delay:593.8s}.poke-block-nps .btn-nps:nth-child(5933n){-webkit-animation-delay:593.9s;animation-delay:593.9s}.poke-block-nps .btn-nps:nth-child(5934n){-webkit-animation-delay:594s;animation-delay:594s}.poke-block-nps .btn-nps:nth-child(5935n){-webkit-animation-delay:594.1s;animation-delay:594.1s}.poke-block-nps .btn-nps:nth-child(5936n){-webkit-animation-delay:594.2s;animation-delay:594.2s}.poke-block-nps .btn-nps:nth-child(5937n){-webkit-animation-delay:594.3s;animation-delay:594.3s}.poke-block-nps .btn-nps:nth-child(5938n){-webkit-animation-delay:594.4s;animation-delay:594.4s}.poke-block-nps .btn-nps:nth-child(5939n){-webkit-animation-delay:594.5s;animation-delay:594.5s}.poke-block-nps .btn-nps:nth-child(5940n){-webkit-animation-delay:594.6s;animation-delay:594.6s}.poke-block-nps .btn-nps:nth-child(5941n){-webkit-animation-delay:594.7s;animation-delay:594.7s}.poke-block-nps .btn-nps:nth-child(5942n){-webkit-animation-delay:594.8s;animation-delay:594.8s}.poke-block-nps .btn-nps:nth-child(5943n){-webkit-animation-delay:594.9s;animation-delay:594.9s}.poke-block-nps .btn-nps:nth-child(5944n){-webkit-animation-delay:595s;animation-delay:595s}.poke-block-nps .btn-nps:nth-child(5945n){-webkit-animation-delay:595.1s;animation-delay:595.1s}.poke-block-nps .btn-nps:nth-child(5946n){-webkit-animation-delay:595.2s;animation-delay:595.2s}.poke-block-nps .btn-nps:nth-child(5947n){-webkit-animation-delay:595.3s;animation-delay:595.3s}.poke-block-nps .btn-nps:nth-child(5948n){-webkit-animation-delay:595.4s;animation-delay:595.4s}.poke-block-nps .btn-nps:nth-child(5949n){-webkit-animation-delay:595.5s;animation-delay:595.5s}.poke-block-nps .btn-nps:nth-child(5950n){-webkit-animation-delay:595.6s;animation-delay:595.6s}.poke-block-nps .btn-nps:nth-child(5951n){-webkit-animation-delay:595.7s;animation-delay:595.7s}.poke-block-nps .btn-nps:nth-child(5952n){-webkit-animation-delay:595.8s;animation-delay:595.8s}.poke-block-nps .btn-nps:nth-child(5953n){-webkit-animation-delay:595.9s;animation-delay:595.9s}.poke-block-nps .btn-nps:nth-child(5954n){-webkit-animation-delay:596s;animation-delay:596s}.poke-block-nps .btn-nps:nth-child(5955n){-webkit-animation-delay:596.1s;animation-delay:596.1s}.poke-block-nps .btn-nps:nth-child(5956n){-webkit-animation-delay:596.2s;animation-delay:596.2s}.poke-block-nps .btn-nps:nth-child(5957n){-webkit-animation-delay:596.3s;animation-delay:596.3s}.poke-block-nps .btn-nps:nth-child(5958n){-webkit-animation-delay:596.4s;animation-delay:596.4s}.poke-block-nps .btn-nps:nth-child(5959n){-webkit-animation-delay:596.5s;animation-delay:596.5s}.poke-block-nps .btn-nps:nth-child(5960n){-webkit-animation-delay:596.6s;animation-delay:596.6s}.poke-block-nps .btn-nps:nth-child(5961n){-webkit-animation-delay:596.7s;animation-delay:596.7s}.poke-block-nps .btn-nps:nth-child(5962n){-webkit-animation-delay:596.8s;animation-delay:596.8s}.poke-block-nps .btn-nps:nth-child(5963n){-webkit-animation-delay:596.9s;animation-delay:596.9s}.poke-block-nps .btn-nps:nth-child(5964n){-webkit-animation-delay:597s;animation-delay:597s}.poke-block-nps .btn-nps:nth-child(5965n){-webkit-animation-delay:597.1s;animation-delay:597.1s}.poke-block-nps .btn-nps:nth-child(5966n){-webkit-animation-delay:597.2s;animation-delay:597.2s}.poke-block-nps .btn-nps:nth-child(5967n){-webkit-animation-delay:597.3s;animation-delay:597.3s}.poke-block-nps .btn-nps:nth-child(5968n){-webkit-animation-delay:597.4s;animation-delay:597.4s}.poke-block-nps .btn-nps:nth-child(5969n){-webkit-animation-delay:597.5s;animation-delay:597.5s}.poke-block-nps .btn-nps:nth-child(5970n){-webkit-animation-delay:597.6s;animation-delay:597.6s}.poke-block-nps .btn-nps:nth-child(5971n){-webkit-animation-delay:597.7s;animation-delay:597.7s}.poke-block-nps .btn-nps:nth-child(5972n){-webkit-animation-delay:597.8s;animation-delay:597.8s}.poke-block-nps .btn-nps:nth-child(5973n){-webkit-animation-delay:597.9s;animation-delay:597.9s}.poke-block-nps .btn-nps:nth-child(5974n){-webkit-animation-delay:598s;animation-delay:598s}.poke-block-nps .btn-nps:nth-child(5975n){-webkit-animation-delay:598.1s;animation-delay:598.1s}.poke-block-nps .btn-nps:nth-child(5976n){-webkit-animation-delay:598.2s;animation-delay:598.2s}.poke-block-nps .btn-nps:nth-child(5977n){-webkit-animation-delay:598.3s;animation-delay:598.3s}.poke-block-nps .btn-nps:nth-child(5978n){-webkit-animation-delay:598.4s;animation-delay:598.4s}.poke-block-nps .btn-nps:nth-child(5979n){-webkit-animation-delay:598.5s;animation-delay:598.5s}.poke-block-nps .btn-nps:nth-child(5980n){-webkit-animation-delay:598.6s;animation-delay:598.6s}.poke-block-nps .btn-nps:nth-child(5981n){-webkit-animation-delay:598.7s;animation-delay:598.7s}.poke-block-nps .btn-nps:nth-child(5982n){-webkit-animation-delay:598.8s;animation-delay:598.8s}.poke-block-nps .btn-nps:nth-child(5983n){-webkit-animation-delay:598.9s;animation-delay:598.9s}.poke-block-nps .btn-nps:nth-child(5984n){-webkit-animation-delay:599s;animation-delay:599s}.poke-block-nps .btn-nps:nth-child(5985n){-webkit-animation-delay:599.1s;animation-delay:599.1s}.poke-block-nps .btn-nps:nth-child(5986n){-webkit-animation-delay:599.2s;animation-delay:599.2s}.poke-block-nps .btn-nps:nth-child(5987n){-webkit-animation-delay:599.3s;animation-delay:599.3s}.poke-block-nps .btn-nps:nth-child(5988n){-webkit-animation-delay:599.4s;animation-delay:599.4s}.poke-block-nps .btn-nps:nth-child(5989n){-webkit-animation-delay:599.5s;animation-delay:599.5s}.poke-block-nps .btn-nps:nth-child(5990n){-webkit-animation-delay:599.6s;animation-delay:599.6s}.poke-block-nps .btn-nps:nth-child(5991n){-webkit-animation-delay:599.7s;animation-delay:599.7s}.poke-block-nps .btn-nps:nth-child(5992n){-webkit-animation-delay:599.8s;animation-delay:599.8s}.poke-block-nps .btn-nps:nth-child(5993n){-webkit-animation-delay:599.9s;animation-delay:599.9s}.poke-block-nps .btn-nps:nth-child(5994n){-webkit-animation-delay:600s;animation-delay:600s}.poke-block-nps .btn-nps:nth-child(5995n){-webkit-animation-delay:600.1s;animation-delay:600.1s}.poke-block-nps .btn-nps:nth-child(5996n){-webkit-animation-delay:600.2s;animation-delay:600.2s}.poke-block-nps .btn-nps:nth-child(5997n){-webkit-animation-delay:600.3s;animation-delay:600.3s}.poke-block-nps .btn-nps:nth-child(5998n){-webkit-animation-delay:600.4s;animation-delay:600.4s}.poke-block-nps .btn-nps:nth-child(5999n){-webkit-animation-delay:600.5s;animation-delay:600.5s}.poke-block-nps .btn-nps:nth-child(6000n){-webkit-animation-delay:600.6s;animation-delay:600.6s}.poke-block-nps .btn-nps:nth-child(6001n){-webkit-animation-delay:600.7s;animation-delay:600.7s}.poke-block-nps .btn-nps:nth-child(6002n){-webkit-animation-delay:600.8s;animation-delay:600.8s}.poke-block-nps .btn-nps:nth-child(6003n){-webkit-animation-delay:600.9s;animation-delay:600.9s}.poke-block-nps .btn-nps:nth-child(6004n){-webkit-animation-delay:601s;animation-delay:601s}.poke-block-nps .btn-nps:nth-child(6005n){-webkit-animation-delay:601.1s;animation-delay:601.1s}.poke-block-nps .btn-nps:nth-child(6006n){-webkit-animation-delay:601.2s;animation-delay:601.2s}.poke-block-nps .btn-nps:nth-child(6007n){-webkit-animation-delay:601.3s;animation-delay:601.3s}.poke-block-nps .btn-nps:nth-child(6008n){-webkit-animation-delay:601.4s;animation-delay:601.4s}.poke-block-nps .btn-nps:nth-child(6009n){-webkit-animation-delay:601.5s;animation-delay:601.5s}.poke-block-nps .btn-nps:nth-child(6010n){-webkit-animation-delay:601.6s;animation-delay:601.6s}.poke-block-nps .btn-nps:nth-child(6011n){-webkit-animation-delay:601.7s;animation-delay:601.7s}.poke-block-nps .btn-nps:nth-child(6012n){-webkit-animation-delay:601.8s;animation-delay:601.8s}.poke-block-nps .btn-nps:nth-child(6013n){-webkit-animation-delay:601.9s;animation-delay:601.9s}.poke-block-nps .btn-nps:nth-child(6014n){-webkit-animation-delay:602s;animation-delay:602s}.poke-block-nps .btn-nps:nth-child(6015n){-webkit-animation-delay:602.1s;animation-delay:602.1s}.poke-block-nps .btn-nps:nth-child(6016n){-webkit-animation-delay:602.2s;animation-delay:602.2s}.poke-block-nps .btn-nps:nth-child(6017n){-webkit-animation-delay:602.3s;animation-delay:602.3s}.poke-block-nps .btn-nps:nth-child(6018n){-webkit-animation-delay:602.4s;animation-delay:602.4s}.poke-block-nps .btn-nps:nth-child(6019n){-webkit-animation-delay:602.5s;animation-delay:602.5s}.poke-block-nps .btn-nps:nth-child(6020n){-webkit-animation-delay:602.6s;animation-delay:602.6s}.poke-block-nps .btn-nps:nth-child(6021n){-webkit-animation-delay:602.7s;animation-delay:602.7s}.poke-block-nps .btn-nps:nth-child(6022n){-webkit-animation-delay:602.8s;animation-delay:602.8s}.poke-block-nps .btn-nps:nth-child(6023n){-webkit-animation-delay:602.9s;animation-delay:602.9s}.poke-block-nps .btn-nps:nth-child(6024n){-webkit-animation-delay:603s;animation-delay:603s}.poke-block-nps .btn-nps:nth-child(6025n){-webkit-animation-delay:603.1s;animation-delay:603.1s}.poke-block-nps .btn-nps:nth-child(6026n){-webkit-animation-delay:603.2s;animation-delay:603.2s}.poke-block-nps .btn-nps:nth-child(6027n){-webkit-animation-delay:603.3s;animation-delay:603.3s}.poke-block-nps .btn-nps:nth-child(6028n){-webkit-animation-delay:603.4s;animation-delay:603.4s}.poke-block-nps .btn-nps:nth-child(6029n){-webkit-animation-delay:603.5s;animation-delay:603.5s}.poke-block-nps .btn-nps:nth-child(6030n){-webkit-animation-delay:603.6s;animation-delay:603.6s}.poke-block-nps .btn-nps:nth-child(6031n){-webkit-animation-delay:603.7s;animation-delay:603.7s}.poke-block-nps .btn-nps:nth-child(6032n){-webkit-animation-delay:603.8s;animation-delay:603.8s}.poke-block-nps .btn-nps:nth-child(6033n){-webkit-animation-delay:603.9s;animation-delay:603.9s}.poke-block-nps .btn-nps:nth-child(6034n){-webkit-animation-delay:604s;animation-delay:604s}.poke-block-nps .btn-nps:nth-child(6035n){-webkit-animation-delay:604.1s;animation-delay:604.1s}.poke-block-nps .btn-nps:nth-child(6036n){-webkit-animation-delay:604.2s;animation-delay:604.2s}.poke-block-nps .btn-nps:nth-child(6037n){-webkit-animation-delay:604.3s;animation-delay:604.3s}.poke-block-nps .btn-nps:nth-child(6038n){-webkit-animation-delay:604.4s;animation-delay:604.4s}.poke-block-nps .btn-nps:nth-child(6039n){-webkit-animation-delay:604.5s;animation-delay:604.5s}.poke-block-nps .btn-nps:nth-child(6040n){-webkit-animation-delay:604.6s;animation-delay:604.6s}.poke-block-nps .btn-nps:nth-child(6041n){-webkit-animation-delay:604.7s;animation-delay:604.7s}.poke-block-nps .btn-nps:nth-child(6042n){-webkit-animation-delay:604.8s;animation-delay:604.8s}.poke-block-nps .btn-nps:nth-child(6043n){-webkit-animation-delay:604.9s;animation-delay:604.9s}.poke-block-nps .btn-nps:nth-child(6044n){-webkit-animation-delay:605s;animation-delay:605s}.poke-block-nps .btn-nps:nth-child(6045n){-webkit-animation-delay:605.1s;animation-delay:605.1s}.poke-block-nps .btn-nps:nth-child(6046n){-webkit-animation-delay:605.2s;animation-delay:605.2s}.poke-block-nps .btn-nps:nth-child(6047n){-webkit-animation-delay:605.3s;animation-delay:605.3s}.poke-block-nps .btn-nps:nth-child(6048n){-webkit-animation-delay:605.4s;animation-delay:605.4s}.poke-block-nps .btn-nps:nth-child(6049n){-webkit-animation-delay:605.5s;animation-delay:605.5s}.poke-block-nps .btn-nps:nth-child(6050n){-webkit-animation-delay:605.6s;animation-delay:605.6s}.poke-block-nps .btn-nps:nth-child(6051n){-webkit-animation-delay:605.7s;animation-delay:605.7s}.poke-block-nps .btn-nps:nth-child(6052n){-webkit-animation-delay:605.8s;animation-delay:605.8s}.poke-block-nps .btn-nps:nth-child(6053n){-webkit-animation-delay:605.9s;animation-delay:605.9s}.poke-block-nps .btn-nps:nth-child(6054n){-webkit-animation-delay:606s;animation-delay:606s}.poke-block-nps .btn-nps:nth-child(6055n){-webkit-animation-delay:606.1s;animation-delay:606.1s}.poke-block-nps .btn-nps:nth-child(6056n){-webkit-animation-delay:606.2s;animation-delay:606.2s}.poke-block-nps .btn-nps:nth-child(6057n){-webkit-animation-delay:606.3s;animation-delay:606.3s}.poke-block-nps .btn-nps:nth-child(6058n){-webkit-animation-delay:606.4s;animation-delay:606.4s}.poke-block-nps .btn-nps:nth-child(6059n){-webkit-animation-delay:606.5s;animation-delay:606.5s}.poke-block-nps .btn-nps:nth-child(6060n){-webkit-animation-delay:606.6s;animation-delay:606.6s}.poke-block-nps .btn-nps:nth-child(6061n){-webkit-animation-delay:606.7s;animation-delay:606.7s}.poke-block-nps .btn-nps:nth-child(6062n){-webkit-animation-delay:606.8s;animation-delay:606.8s}.poke-block-nps .btn-nps:nth-child(6063n){-webkit-animation-delay:606.9s;animation-delay:606.9s}.poke-block-nps .btn-nps:nth-child(6064n){-webkit-animation-delay:607s;animation-delay:607s}.poke-block-nps .btn-nps:nth-child(6065n){-webkit-animation-delay:607.1s;animation-delay:607.1s}.poke-block-nps .btn-nps:nth-child(6066n){-webkit-animation-delay:607.2s;animation-delay:607.2s}.poke-block-nps .btn-nps:nth-child(6067n){-webkit-animation-delay:607.3s;animation-delay:607.3s}.poke-block-nps .btn-nps:nth-child(6068n){-webkit-animation-delay:607.4s;animation-delay:607.4s}.poke-block-nps .btn-nps:nth-child(6069n){-webkit-animation-delay:607.5s;animation-delay:607.5s}.poke-block-nps .btn-nps:nth-child(6070n){-webkit-animation-delay:607.6s;animation-delay:607.6s}.poke-block-nps .btn-nps:nth-child(6071n){-webkit-animation-delay:607.7s;animation-delay:607.7s}.poke-block-nps .btn-nps:nth-child(6072n){-webkit-animation-delay:607.8s;animation-delay:607.8s}.poke-block-nps .btn-nps:nth-child(6073n){-webkit-animation-delay:607.9s;animation-delay:607.9s}.poke-block-nps .btn-nps:nth-child(6074n){-webkit-animation-delay:608s;animation-delay:608s}.poke-block-nps .btn-nps:nth-child(6075n){-webkit-animation-delay:608.1s;animation-delay:608.1s}.poke-block-nps .btn-nps:nth-child(6076n){-webkit-animation-delay:608.2s;animation-delay:608.2s}.poke-block-nps .btn-nps:nth-child(6077n){-webkit-animation-delay:608.3s;animation-delay:608.3s}.poke-block-nps .btn-nps:nth-child(6078n){-webkit-animation-delay:608.4s;animation-delay:608.4s}.poke-block-nps .btn-nps:nth-child(6079n){-webkit-animation-delay:608.5s;animation-delay:608.5s}.poke-block-nps .btn-nps:nth-child(6080n){-webkit-animation-delay:608.6s;animation-delay:608.6s}.poke-block-nps .btn-nps:nth-child(6081n){-webkit-animation-delay:608.7s;animation-delay:608.7s}.poke-block-nps .btn-nps:nth-child(6082n){-webkit-animation-delay:608.8s;animation-delay:608.8s}.poke-block-nps .btn-nps:nth-child(6083n){-webkit-animation-delay:608.9s;animation-delay:608.9s}.poke-block-nps .btn-nps:nth-child(6084n){-webkit-animation-delay:609s;animation-delay:609s}.poke-block-nps .btn-nps:nth-child(6085n){-webkit-animation-delay:609.1s;animation-delay:609.1s}.poke-block-nps .btn-nps:nth-child(6086n){-webkit-animation-delay:609.2s;animation-delay:609.2s}.poke-block-nps .btn-nps:nth-child(6087n){-webkit-animation-delay:609.3s;animation-delay:609.3s}.poke-block-nps .btn-nps:nth-child(6088n){-webkit-animation-delay:609.4s;animation-delay:609.4s}.poke-block-nps .btn-nps:nth-child(6089n){-webkit-animation-delay:609.5s;animation-delay:609.5s}.poke-block-nps .btn-nps:nth-child(6090n){-webkit-animation-delay:609.6s;animation-delay:609.6s}.poke-block-nps .btn-nps:nth-child(6091n){-webkit-animation-delay:609.7s;animation-delay:609.7s}.poke-block-nps .btn-nps:nth-child(6092n){-webkit-animation-delay:609.8s;animation-delay:609.8s}.poke-block-nps .btn-nps:nth-child(6093n){-webkit-animation-delay:609.9s;animation-delay:609.9s}.poke-block-nps .btn-nps:nth-child(6094n){-webkit-animation-delay:610s;animation-delay:610s}.poke-block-nps .btn-nps:nth-child(6095n){-webkit-animation-delay:610.1s;animation-delay:610.1s}.poke-block-nps .btn-nps:nth-child(6096n){-webkit-animation-delay:610.2s;animation-delay:610.2s}.poke-block-nps .btn-nps:nth-child(6097n){-webkit-animation-delay:610.3s;animation-delay:610.3s}.poke-block-nps .btn-nps:nth-child(6098n){-webkit-animation-delay:610.4s;animation-delay:610.4s}.poke-block-nps .btn-nps:nth-child(6099n){-webkit-animation-delay:610.5s;animation-delay:610.5s}.poke-block-nps .btn-nps:nth-child(6100n){-webkit-animation-delay:610.6s;animation-delay:610.6s}.poke-block-nps .btn-nps:nth-child(6101n){-webkit-animation-delay:610.7s;animation-delay:610.7s}.poke-block-nps .btn-nps:nth-child(6102n){-webkit-animation-delay:610.8s;animation-delay:610.8s}.poke-block-nps .btn-nps:nth-child(6103n){-webkit-animation-delay:610.9s;animation-delay:610.9s}.poke-block-nps .btn-nps:nth-child(6104n){-webkit-animation-delay:611s;animation-delay:611s}.poke-block-nps .btn-nps:nth-child(6105n){-webkit-animation-delay:611.1s;animation-delay:611.1s}.poke-block-nps .btn-nps:nth-child(6106n){-webkit-animation-delay:611.2s;animation-delay:611.2s}.poke-block-nps .btn-nps:nth-child(6107n){-webkit-animation-delay:611.3s;animation-delay:611.3s}.poke-block-nps .btn-nps:nth-child(6108n){-webkit-animation-delay:611.4s;animation-delay:611.4s}.poke-block-nps .btn-nps:nth-child(6109n){-webkit-animation-delay:611.5s;animation-delay:611.5s}.poke-block-nps .btn-nps:nth-child(6110n){-webkit-animation-delay:611.6s;animation-delay:611.6s}.poke-block-nps .btn-nps:nth-child(6111n){-webkit-animation-delay:611.7s;animation-delay:611.7s}.poke-block-nps .btn-nps:nth-child(6112n){-webkit-animation-delay:611.8s;animation-delay:611.8s}.poke-block-nps .btn-nps:nth-child(6113n){-webkit-animation-delay:611.9s;animation-delay:611.9s}.poke-block-nps .btn-nps:nth-child(6114n){-webkit-animation-delay:612s;animation-delay:612s}.poke-block-nps .btn-nps:nth-child(6115n){-webkit-animation-delay:612.1s;animation-delay:612.1s}.poke-block-nps .btn-nps:nth-child(6116n){-webkit-animation-delay:612.2s;animation-delay:612.2s}.poke-block-nps .btn-nps:nth-child(6117n){-webkit-animation-delay:612.3s;animation-delay:612.3s}.poke-block-nps .btn-nps:nth-child(6118n){-webkit-animation-delay:612.4s;animation-delay:612.4s}.poke-block-nps .btn-nps:nth-child(6119n){-webkit-animation-delay:612.5s;animation-delay:612.5s}.poke-block-nps .btn-nps:nth-child(6120n){-webkit-animation-delay:612.6s;animation-delay:612.6s}.poke-block-nps .btn-nps:nth-child(6121n){-webkit-animation-delay:612.7s;animation-delay:612.7s}.poke-block-nps .btn-nps:nth-child(6122n){-webkit-animation-delay:612.8s;animation-delay:612.8s}.poke-block-nps .btn-nps:nth-child(6123n){-webkit-animation-delay:612.9s;animation-delay:612.9s}.poke-block-nps .btn-nps:nth-child(6124n){-webkit-animation-delay:613s;animation-delay:613s}.poke-block-nps .btn-nps:nth-child(6125n){-webkit-animation-delay:613.1s;animation-delay:613.1s}.poke-block-nps .btn-nps:nth-child(6126n){-webkit-animation-delay:613.2s;animation-delay:613.2s}.poke-block-nps .btn-nps:nth-child(6127n){-webkit-animation-delay:613.3s;animation-delay:613.3s}.poke-block-nps .btn-nps:nth-child(6128n){-webkit-animation-delay:613.4s;animation-delay:613.4s}.poke-block-nps .btn-nps:nth-child(6129n){-webkit-animation-delay:613.5s;animation-delay:613.5s}.poke-block-nps .btn-nps:nth-child(6130n){-webkit-animation-delay:613.6s;animation-delay:613.6s}.poke-block-nps .btn-nps:nth-child(6131n){-webkit-animation-delay:613.7s;animation-delay:613.7s}.poke-block-nps .btn-nps:nth-child(6132n){-webkit-animation-delay:613.8s;animation-delay:613.8s}.poke-block-nps .btn-nps:nth-child(6133n){-webkit-animation-delay:613.9s;animation-delay:613.9s}.poke-block-nps .btn-nps:nth-child(6134n){-webkit-animation-delay:614s;animation-delay:614s}.poke-block-nps .btn-nps:nth-child(6135n){-webkit-animation-delay:614.1s;animation-delay:614.1s}.poke-block-nps .btn-nps:nth-child(6136n){-webkit-animation-delay:614.2s;animation-delay:614.2s}.poke-block-nps .btn-nps:nth-child(6137n){-webkit-animation-delay:614.3s;animation-delay:614.3s}.poke-block-nps .btn-nps:nth-child(6138n){-webkit-animation-delay:614.4s;animation-delay:614.4s}.poke-block-nps .btn-nps:nth-child(6139n){-webkit-animation-delay:614.5s;animation-delay:614.5s}.poke-block-nps .btn-nps:nth-child(6140n){-webkit-animation-delay:614.6s;animation-delay:614.6s}.poke-block-nps .btn-nps:nth-child(6141n){-webkit-animation-delay:614.7s;animation-delay:614.7s}.poke-block-nps .btn-nps:nth-child(6142n){-webkit-animation-delay:614.8s;animation-delay:614.8s}.poke-block-nps .btn-nps:nth-child(6143n){-webkit-animation-delay:614.9s;animation-delay:614.9s}.poke-block-nps .btn-nps:nth-child(6144n){-webkit-animation-delay:615s;animation-delay:615s}.poke-block-nps .btn-nps:nth-child(6145n){-webkit-animation-delay:615.1s;animation-delay:615.1s}.poke-block-nps .btn-nps:nth-child(6146n){-webkit-animation-delay:615.2s;animation-delay:615.2s}.poke-block-nps .btn-nps:nth-child(6147n){-webkit-animation-delay:615.3s;animation-delay:615.3s}.poke-block-nps .btn-nps:nth-child(6148n){-webkit-animation-delay:615.4s;animation-delay:615.4s}.poke-block-nps .btn-nps:nth-child(6149n){-webkit-animation-delay:615.5s;animation-delay:615.5s}.poke-block-nps .btn-nps:nth-child(6150n){-webkit-animation-delay:615.6s;animation-delay:615.6s}.poke-block-nps .btn-nps:nth-child(6151n){-webkit-animation-delay:615.7s;animation-delay:615.7s}.poke-block-nps .btn-nps:nth-child(6152n){-webkit-animation-delay:615.8s;animation-delay:615.8s}.poke-block-nps .btn-nps:nth-child(6153n){-webkit-animation-delay:615.9s;animation-delay:615.9s}.poke-block-nps .btn-nps:nth-child(6154n){-webkit-animation-delay:616s;animation-delay:616s}.poke-block-nps .btn-nps:nth-child(6155n){-webkit-animation-delay:616.1s;animation-delay:616.1s}.poke-block-nps .btn-nps:nth-child(6156n){-webkit-animation-delay:616.2s;animation-delay:616.2s}.poke-block-nps .btn-nps:nth-child(6157n){-webkit-animation-delay:616.3s;animation-delay:616.3s}.poke-block-nps .btn-nps:nth-child(6158n){-webkit-animation-delay:616.4s;animation-delay:616.4s}.poke-block-nps .btn-nps:nth-child(6159n){-webkit-animation-delay:616.5s;animation-delay:616.5s}.poke-block-nps .btn-nps:nth-child(6160n){-webkit-animation-delay:616.6s;animation-delay:616.6s}.poke-block-nps .btn-nps:nth-child(6161n){-webkit-animation-delay:616.7s;animation-delay:616.7s}.poke-block-nps .btn-nps:nth-child(6162n){-webkit-animation-delay:616.8s;animation-delay:616.8s}.poke-block-nps .btn-nps:nth-child(6163n){-webkit-animation-delay:616.9s;animation-delay:616.9s}.poke-block-nps .btn-nps:nth-child(6164n){-webkit-animation-delay:617s;animation-delay:617s}.poke-block-nps .btn-nps:nth-child(6165n){-webkit-animation-delay:617.1s;animation-delay:617.1s}.poke-block-nps .btn-nps:nth-child(6166n){-webkit-animation-delay:617.2s;animation-delay:617.2s}.poke-block-nps .btn-nps:nth-child(6167n){-webkit-animation-delay:617.3s;animation-delay:617.3s}.poke-block-nps .btn-nps:nth-child(6168n){-webkit-animation-delay:617.4s;animation-delay:617.4s}.poke-block-nps .btn-nps:nth-child(6169n){-webkit-animation-delay:617.5s;animation-delay:617.5s}.poke-block-nps .btn-nps:nth-child(6170n){-webkit-animation-delay:617.6s;animation-delay:617.6s}.poke-block-nps .btn-nps:nth-child(6171n){-webkit-animation-delay:617.7s;animation-delay:617.7s}.poke-block-nps .btn-nps:nth-child(6172n){-webkit-animation-delay:617.8s;animation-delay:617.8s}.poke-block-nps .btn-nps:nth-child(6173n){-webkit-animation-delay:617.9s;animation-delay:617.9s}.poke-block-nps .btn-nps:nth-child(6174n){-webkit-animation-delay:618s;animation-delay:618s}.poke-block-nps .btn-nps:nth-child(6175n){-webkit-animation-delay:618.1s;animation-delay:618.1s}.poke-block-nps .btn-nps:nth-child(6176n){-webkit-animation-delay:618.2s;animation-delay:618.2s}.poke-block-nps .btn-nps:nth-child(6177n){-webkit-animation-delay:618.3s;animation-delay:618.3s}.poke-block-nps .btn-nps:nth-child(6178n){-webkit-animation-delay:618.4s;animation-delay:618.4s}.poke-block-nps .btn-nps:nth-child(6179n){-webkit-animation-delay:618.5s;animation-delay:618.5s}.poke-block-nps .btn-nps:nth-child(6180n){-webkit-animation-delay:618.6s;animation-delay:618.6s}.poke-block-nps .btn-nps:nth-child(6181n){-webkit-animation-delay:618.7s;animation-delay:618.7s}.poke-block-nps .btn-nps:nth-child(6182n){-webkit-animation-delay:618.8s;animation-delay:618.8s}.poke-block-nps .btn-nps:nth-child(6183n){-webkit-animation-delay:618.9s;animation-delay:618.9s}.poke-block-nps .btn-nps:nth-child(6184n){-webkit-animation-delay:619s;animation-delay:619s}.poke-block-nps .btn-nps:nth-child(6185n){-webkit-animation-delay:619.1s;animation-delay:619.1s}.poke-block-nps .btn-nps:nth-child(6186n){-webkit-animation-delay:619.2s;animation-delay:619.2s}.poke-block-nps .btn-nps:nth-child(6187n){-webkit-animation-delay:619.3s;animation-delay:619.3s}.poke-block-nps .btn-nps:nth-child(6188n){-webkit-animation-delay:619.4s;animation-delay:619.4s}.poke-block-nps .btn-nps:nth-child(6189n){-webkit-animation-delay:619.5s;animation-delay:619.5s}.poke-block-nps .btn-nps:nth-child(6190n){-webkit-animation-delay:619.6s;animation-delay:619.6s}.poke-block-nps .btn-nps:nth-child(6191n){-webkit-animation-delay:619.7s;animation-delay:619.7s}.poke-block-nps .btn-nps:nth-child(6192n){-webkit-animation-delay:619.8s;animation-delay:619.8s}.poke-block-nps .btn-nps:nth-child(6193n){-webkit-animation-delay:619.9s;animation-delay:619.9s}.poke-block-nps .btn-nps:nth-child(6194n){-webkit-animation-delay:620s;animation-delay:620s}.poke-block-nps .btn-nps:nth-child(6195n){-webkit-animation-delay:620.1s;animation-delay:620.1s}.poke-block-nps .btn-nps:nth-child(6196n){-webkit-animation-delay:620.2s;animation-delay:620.2s}.poke-block-nps .btn-nps:nth-child(6197n){-webkit-animation-delay:620.3s;animation-delay:620.3s}.poke-block-nps .btn-nps:nth-child(6198n){-webkit-animation-delay:620.4s;animation-delay:620.4s}.poke-block-nps .btn-nps:nth-child(6199n){-webkit-animation-delay:620.5s;animation-delay:620.5s}.poke-block-nps .btn-nps:nth-child(6200n){-webkit-animation-delay:620.6s;animation-delay:620.6s}.poke-block-nps .btn-nps:nth-child(6201n){-webkit-animation-delay:620.7s;animation-delay:620.7s}.poke-block-nps .btn-nps:nth-child(6202n){-webkit-animation-delay:620.8s;animation-delay:620.8s}.poke-block-nps .btn-nps:nth-child(6203n){-webkit-animation-delay:620.9s;animation-delay:620.9s}.poke-block-nps .btn-nps:nth-child(6204n){-webkit-animation-delay:621s;animation-delay:621s}.poke-block-nps .btn-nps:nth-child(6205n){-webkit-animation-delay:621.1s;animation-delay:621.1s}.poke-block-nps .btn-nps:nth-child(6206n){-webkit-animation-delay:621.2s;animation-delay:621.2s}.poke-block-nps .btn-nps:nth-child(6207n){-webkit-animation-delay:621.3s;animation-delay:621.3s}.poke-block-nps .btn-nps:nth-child(6208n){-webkit-animation-delay:621.4s;animation-delay:621.4s}.poke-block-nps .btn-nps:nth-child(6209n){-webkit-animation-delay:621.5s;animation-delay:621.5s}.poke-block-nps .btn-nps:nth-child(6210n){-webkit-animation-delay:621.6s;animation-delay:621.6s}.poke-block-nps .btn-nps:nth-child(6211n){-webkit-animation-delay:621.7s;animation-delay:621.7s}.poke-block-nps .btn-nps:nth-child(6212n){-webkit-animation-delay:621.8s;animation-delay:621.8s}.poke-block-nps .btn-nps:nth-child(6213n){-webkit-animation-delay:621.9s;animation-delay:621.9s}.poke-block-nps .btn-nps:nth-child(6214n){-webkit-animation-delay:622s;animation-delay:622s}.poke-block-nps .btn-nps:nth-child(6215n){-webkit-animation-delay:622.1s;animation-delay:622.1s}.poke-block-nps .btn-nps:nth-child(6216n){-webkit-animation-delay:622.2s;animation-delay:622.2s}.poke-block-nps .btn-nps:nth-child(6217n){-webkit-animation-delay:622.3s;animation-delay:622.3s}.poke-block-nps .btn-nps:nth-child(6218n){-webkit-animation-delay:622.4s;animation-delay:622.4s}.poke-block-nps .btn-nps:nth-child(6219n){-webkit-animation-delay:622.5s;animation-delay:622.5s}.poke-block-nps .btn-nps:nth-child(6220n){-webkit-animation-delay:622.6s;animation-delay:622.6s}.poke-block-nps .btn-nps:nth-child(6221n){-webkit-animation-delay:622.7s;animation-delay:622.7s}.poke-block-nps .btn-nps:nth-child(6222n){-webkit-animation-delay:622.8s;animation-delay:622.8s}.poke-block-nps .btn-nps:nth-child(6223n){-webkit-animation-delay:622.9s;animation-delay:622.9s}.poke-block-nps .btn-nps:nth-child(6224n){-webkit-animation-delay:623s;animation-delay:623s}.poke-block-nps .btn-nps:nth-child(6225n){-webkit-animation-delay:623.1s;animation-delay:623.1s}.poke-block-nps .btn-nps:nth-child(6226n){-webkit-animation-delay:623.2s;animation-delay:623.2s}.poke-block-nps .btn-nps:nth-child(6227n){-webkit-animation-delay:623.3s;animation-delay:623.3s}.poke-block-nps .btn-nps:nth-child(6228n){-webkit-animation-delay:623.4s;animation-delay:623.4s}.poke-block-nps .btn-nps:nth-child(6229n){-webkit-animation-delay:623.5s;animation-delay:623.5s}.poke-block-nps .btn-nps:nth-child(6230n){-webkit-animation-delay:623.6s;animation-delay:623.6s}.poke-block-nps .btn-nps:nth-child(6231n){-webkit-animation-delay:623.7s;animation-delay:623.7s}.poke-block-nps .btn-nps:nth-child(6232n){-webkit-animation-delay:623.8s;animation-delay:623.8s}.poke-block-nps .btn-nps:nth-child(6233n){-webkit-animation-delay:623.9s;animation-delay:623.9s}.poke-block-nps .btn-nps:nth-child(6234n){-webkit-animation-delay:624s;animation-delay:624s}.poke-block-nps .btn-nps:nth-child(6235n){-webkit-animation-delay:624.1s;animation-delay:624.1s}.poke-block-nps .btn-nps:nth-child(6236n){-webkit-animation-delay:624.2s;animation-delay:624.2s}.poke-block-nps .btn-nps:nth-child(6237n){-webkit-animation-delay:624.3s;animation-delay:624.3s}.poke-block-nps .btn-nps:nth-child(6238n){-webkit-animation-delay:624.4s;animation-delay:624.4s}.poke-block-nps .btn-nps:nth-child(6239n){-webkit-animation-delay:624.5s;animation-delay:624.5s}.poke-block-nps .btn-nps:nth-child(6240n){-webkit-animation-delay:624.6s;animation-delay:624.6s}.poke-block-nps .btn-nps:nth-child(6241n){-webkit-animation-delay:624.7s;animation-delay:624.7s}.poke-block-nps .btn-nps:nth-child(6242n){-webkit-animation-delay:624.8s;animation-delay:624.8s}.poke-block-nps .btn-nps:nth-child(6243n){-webkit-animation-delay:624.9s;animation-delay:624.9s}.poke-block-nps .btn-nps:nth-child(6244n){-webkit-animation-delay:625s;animation-delay:625s}.poke-block-nps .btn-nps:nth-child(6245n){-webkit-animation-delay:625.1s;animation-delay:625.1s}.poke-block-nps .btn-nps:nth-child(6246n){-webkit-animation-delay:625.2s;animation-delay:625.2s}.poke-block-nps .btn-nps:nth-child(6247n){-webkit-animation-delay:625.3s;animation-delay:625.3s}.poke-block-nps .btn-nps:nth-child(6248n){-webkit-animation-delay:625.4s;animation-delay:625.4s}.poke-block-nps .btn-nps:nth-child(6249n){-webkit-animation-delay:625.5s;animation-delay:625.5s}.poke-block-nps .btn-nps:nth-child(6250n){-webkit-animation-delay:625.6s;animation-delay:625.6s}.poke-block-nps .btn-nps:nth-child(6251n){-webkit-animation-delay:625.7s;animation-delay:625.7s}.poke-block-nps .btn-nps:nth-child(6252n){-webkit-animation-delay:625.8s;animation-delay:625.8s}.poke-block-nps .btn-nps:nth-child(6253n){-webkit-animation-delay:625.9s;animation-delay:625.9s}.poke-block-nps .btn-nps:nth-child(6254n){-webkit-animation-delay:626s;animation-delay:626s}.poke-block-nps .btn-nps:nth-child(6255n){-webkit-animation-delay:626.1s;animation-delay:626.1s}.poke-block-nps .btn-nps:nth-child(6256n){-webkit-animation-delay:626.2s;animation-delay:626.2s}.poke-block-nps .btn-nps:nth-child(6257n){-webkit-animation-delay:626.3s;animation-delay:626.3s}.poke-block-nps .btn-nps:nth-child(6258n){-webkit-animation-delay:626.4s;animation-delay:626.4s}.poke-block-nps .btn-nps:nth-child(6259n){-webkit-animation-delay:626.5s;animation-delay:626.5s}.poke-block-nps .btn-nps:nth-child(6260n){-webkit-animation-delay:626.6s;animation-delay:626.6s}.poke-block-nps .btn-nps:nth-child(6261n){-webkit-animation-delay:626.7s;animation-delay:626.7s}.poke-block-nps .btn-nps:nth-child(6262n){-webkit-animation-delay:626.8s;animation-delay:626.8s}.poke-block-nps .btn-nps:nth-child(6263n){-webkit-animation-delay:626.9s;animation-delay:626.9s}.poke-block-nps .btn-nps:nth-child(6264n){-webkit-animation-delay:627s;animation-delay:627s}.poke-block-nps .btn-nps:nth-child(6265n){-webkit-animation-delay:627.1s;animation-delay:627.1s}.poke-block-nps .btn-nps:nth-child(6266n){-webkit-animation-delay:627.2s;animation-delay:627.2s}.poke-block-nps .btn-nps:nth-child(6267n){-webkit-animation-delay:627.3s;animation-delay:627.3s}.poke-block-nps .btn-nps:nth-child(6268n){-webkit-animation-delay:627.4s;animation-delay:627.4s}.poke-block-nps .btn-nps:nth-child(6269n){-webkit-animation-delay:627.5s;animation-delay:627.5s}.poke-block-nps .btn-nps:nth-child(6270n){-webkit-animation-delay:627.6s;animation-delay:627.6s}.poke-block-nps .btn-nps:nth-child(6271n){-webkit-animation-delay:627.7s;animation-delay:627.7s}.poke-block-nps .btn-nps:nth-child(6272n){-webkit-animation-delay:627.8s;animation-delay:627.8s}.poke-block-nps .btn-nps:nth-child(6273n){-webkit-animation-delay:627.9s;animation-delay:627.9s}.poke-block-nps .btn-nps:nth-child(6274n){-webkit-animation-delay:628s;animation-delay:628s}.poke-block-nps .btn-nps:nth-child(6275n){-webkit-animation-delay:628.1s;animation-delay:628.1s}.poke-block-nps .btn-nps:nth-child(6276n){-webkit-animation-delay:628.2s;animation-delay:628.2s}.poke-block-nps .btn-nps:nth-child(6277n){-webkit-animation-delay:628.3s;animation-delay:628.3s}.poke-block-nps .btn-nps:nth-child(6278n){-webkit-animation-delay:628.4s;animation-delay:628.4s}.poke-block-nps .btn-nps:nth-child(6279n){-webkit-animation-delay:628.5s;animation-delay:628.5s}.poke-block-nps .btn-nps:nth-child(6280n){-webkit-animation-delay:628.6s;animation-delay:628.6s}.poke-block-nps .btn-nps:nth-child(6281n){-webkit-animation-delay:628.7s;animation-delay:628.7s}.poke-block-nps .btn-nps:nth-child(6282n){-webkit-animation-delay:628.8s;animation-delay:628.8s}.poke-block-nps .btn-nps:nth-child(6283n){-webkit-animation-delay:628.9s;animation-delay:628.9s}.poke-block-nps .btn-nps:nth-child(6284n){-webkit-animation-delay:629s;animation-delay:629s}.poke-block-nps .btn-nps:nth-child(6285n){-webkit-animation-delay:629.1s;animation-delay:629.1s}.poke-block-nps .btn-nps:nth-child(6286n){-webkit-animation-delay:629.2s;animation-delay:629.2s}.poke-block-nps .btn-nps:nth-child(6287n){-webkit-animation-delay:629.3s;animation-delay:629.3s}.poke-block-nps .btn-nps:nth-child(6288n){-webkit-animation-delay:629.4s;animation-delay:629.4s}.poke-block-nps .btn-nps:nth-child(6289n){-webkit-animation-delay:629.5s;animation-delay:629.5s}.poke-block-nps .btn-nps:nth-child(6290n){-webkit-animation-delay:629.6s;animation-delay:629.6s}.poke-block-nps .btn-nps:nth-child(6291n){-webkit-animation-delay:629.7s;animation-delay:629.7s}.poke-block-nps .btn-nps:nth-child(6292n){-webkit-animation-delay:629.8s;animation-delay:629.8s}.poke-block-nps .btn-nps:nth-child(6293n){-webkit-animation-delay:629.9s;animation-delay:629.9s}.poke-block-nps .btn-nps:nth-child(6294n){-webkit-animation-delay:630s;animation-delay:630s}.poke-block-nps .btn-nps:nth-child(6295n){-webkit-animation-delay:630.1s;animation-delay:630.1s}.poke-block-nps .btn-nps:nth-child(6296n){-webkit-animation-delay:630.2s;animation-delay:630.2s}.poke-block-nps .btn-nps:nth-child(6297n){-webkit-animation-delay:630.3s;animation-delay:630.3s}.poke-block-nps .btn-nps:nth-child(6298n){-webkit-animation-delay:630.4s;animation-delay:630.4s}.poke-block-nps .btn-nps:nth-child(6299n){-webkit-animation-delay:630.5s;animation-delay:630.5s}.poke-block-nps .btn-nps:nth-child(6300n){-webkit-animation-delay:630.6s;animation-delay:630.6s}.poke-block-nps .btn-nps:nth-child(6301n){-webkit-animation-delay:630.7s;animation-delay:630.7s}.poke-block-nps .btn-nps:nth-child(6302n){-webkit-animation-delay:630.8s;animation-delay:630.8s}.poke-block-nps .btn-nps:nth-child(6303n){-webkit-animation-delay:630.9s;animation-delay:630.9s}.poke-block-nps .btn-nps:nth-child(6304n){-webkit-animation-delay:631s;animation-delay:631s}.poke-block-nps .btn-nps:nth-child(6305n){-webkit-animation-delay:631.1s;animation-delay:631.1s}.poke-block-nps .btn-nps:nth-child(6306n){-webkit-animation-delay:631.2s;animation-delay:631.2s}.poke-block-nps .btn-nps:nth-child(6307n){-webkit-animation-delay:631.3s;animation-delay:631.3s}.poke-block-nps .btn-nps:nth-child(6308n){-webkit-animation-delay:631.4s;animation-delay:631.4s}.poke-block-nps .btn-nps:nth-child(6309n){-webkit-animation-delay:631.5s;animation-delay:631.5s}.poke-block-nps .btn-nps:nth-child(6310n){-webkit-animation-delay:631.6s;animation-delay:631.6s}.poke-block-nps .btn-nps:nth-child(6311n){-webkit-animation-delay:631.7s;animation-delay:631.7s}.poke-block-nps .btn-nps:nth-child(6312n){-webkit-animation-delay:631.8s;animation-delay:631.8s}.poke-block-nps .btn-nps:nth-child(6313n){-webkit-animation-delay:631.9s;animation-delay:631.9s}.poke-block-nps .btn-nps:nth-child(6314n){-webkit-animation-delay:632s;animation-delay:632s}.poke-block-nps .btn-nps:nth-child(6315n){-webkit-animation-delay:632.1s;animation-delay:632.1s}.poke-block-nps .btn-nps:nth-child(6316n){-webkit-animation-delay:632.2s;animation-delay:632.2s}.poke-block-nps .btn-nps:nth-child(6317n){-webkit-animation-delay:632.3s;animation-delay:632.3s}.poke-block-nps .btn-nps:nth-child(6318n){-webkit-animation-delay:632.4s;animation-delay:632.4s}.poke-block-nps .btn-nps:nth-child(6319n){-webkit-animation-delay:632.5s;animation-delay:632.5s}.poke-block-nps .btn-nps:nth-child(6320n){-webkit-animation-delay:632.6s;animation-delay:632.6s}.poke-block-nps .btn-nps:nth-child(6321n){-webkit-animation-delay:632.7s;animation-delay:632.7s}.poke-block-nps .btn-nps:nth-child(6322n){-webkit-animation-delay:632.8s;animation-delay:632.8s}.poke-block-nps .btn-nps:nth-child(6323n){-webkit-animation-delay:632.9s;animation-delay:632.9s}.poke-block-nps .btn-nps:nth-child(6324n){-webkit-animation-delay:633s;animation-delay:633s}.poke-block-nps .btn-nps:nth-child(6325n){-webkit-animation-delay:633.1s;animation-delay:633.1s}.poke-block-nps .btn-nps:nth-child(6326n){-webkit-animation-delay:633.2s;animation-delay:633.2s}.poke-block-nps .btn-nps:nth-child(6327n){-webkit-animation-delay:633.3s;animation-delay:633.3s}.poke-block-nps .btn-nps:nth-child(6328n){-webkit-animation-delay:633.4s;animation-delay:633.4s}.poke-block-nps .btn-nps:nth-child(6329n){-webkit-animation-delay:633.5s;animation-delay:633.5s}.poke-block-nps .btn-nps:nth-child(6330n){-webkit-animation-delay:633.6s;animation-delay:633.6s}.poke-block-nps .btn-nps:nth-child(6331n){-webkit-animation-delay:633.7s;animation-delay:633.7s}.poke-block-nps .btn-nps:nth-child(6332n){-webkit-animation-delay:633.8s;animation-delay:633.8s}.poke-block-nps .btn-nps:nth-child(6333n){-webkit-animation-delay:633.9s;animation-delay:633.9s}.poke-block-nps .btn-nps:nth-child(6334n){-webkit-animation-delay:634s;animation-delay:634s}.poke-block-nps .btn-nps:nth-child(6335n){-webkit-animation-delay:634.1s;animation-delay:634.1s}.poke-block-nps .btn-nps:nth-child(6336n){-webkit-animation-delay:634.2s;animation-delay:634.2s}.poke-block-nps .btn-nps:nth-child(6337n){-webkit-animation-delay:634.3s;animation-delay:634.3s}.poke-block-nps .btn-nps:nth-child(6338n){-webkit-animation-delay:634.4s;animation-delay:634.4s}.poke-block-nps .btn-nps:nth-child(6339n){-webkit-animation-delay:634.5s;animation-delay:634.5s}.poke-block-nps .btn-nps:nth-child(6340n){-webkit-animation-delay:634.6s;animation-delay:634.6s}.poke-block-nps .btn-nps:nth-child(6341n){-webkit-animation-delay:634.7s;animation-delay:634.7s}.poke-block-nps .btn-nps:nth-child(6342n){-webkit-animation-delay:634.8s;animation-delay:634.8s}.poke-block-nps .btn-nps:nth-child(6343n){-webkit-animation-delay:634.9s;animation-delay:634.9s}.poke-block-nps .btn-nps:nth-child(6344n){-webkit-animation-delay:635s;animation-delay:635s}.poke-block-nps .btn-nps:nth-child(6345n){-webkit-animation-delay:635.1s;animation-delay:635.1s}.poke-block-nps .btn-nps:nth-child(6346n){-webkit-animation-delay:635.2s;animation-delay:635.2s}.poke-block-nps .btn-nps:nth-child(6347n){-webkit-animation-delay:635.3s;animation-delay:635.3s}.poke-block-nps .btn-nps:nth-child(6348n){-webkit-animation-delay:635.4s;animation-delay:635.4s}.poke-block-nps .btn-nps:nth-child(6349n){-webkit-animation-delay:635.5s;animation-delay:635.5s}.poke-block-nps .btn-nps:nth-child(6350n){-webkit-animation-delay:635.6s;animation-delay:635.6s}.poke-block-nps .btn-nps:nth-child(6351n){-webkit-animation-delay:635.7s;animation-delay:635.7s}.poke-block-nps .btn-nps:nth-child(6352n){-webkit-animation-delay:635.8s;animation-delay:635.8s}.poke-block-nps .btn-nps:nth-child(6353n){-webkit-animation-delay:635.9s;animation-delay:635.9s}.poke-block-nps .btn-nps:nth-child(6354n){-webkit-animation-delay:636s;animation-delay:636s}.poke-block-nps .btn-nps:nth-child(6355n){-webkit-animation-delay:636.1s;animation-delay:636.1s}.poke-block-nps .btn-nps:nth-child(6356n){-webkit-animation-delay:636.2s;animation-delay:636.2s}.poke-block-nps .btn-nps:nth-child(6357n){-webkit-animation-delay:636.3s;animation-delay:636.3s}.poke-block-nps .btn-nps:nth-child(6358n){-webkit-animation-delay:636.4s;animation-delay:636.4s}.poke-block-nps .btn-nps:nth-child(6359n){-webkit-animation-delay:636.5s;animation-delay:636.5s}.poke-block-nps .btn-nps:nth-child(6360n){-webkit-animation-delay:636.6s;animation-delay:636.6s}.poke-block-nps .btn-nps:nth-child(6361n){-webkit-animation-delay:636.7s;animation-delay:636.7s}.poke-block-nps .btn-nps:nth-child(6362n){-webkit-animation-delay:636.8s;animation-delay:636.8s}.poke-block-nps .btn-nps:nth-child(6363n){-webkit-animation-delay:636.9s;animation-delay:636.9s}.poke-block-nps .btn-nps:nth-child(6364n){-webkit-animation-delay:637s;animation-delay:637s}.poke-block-nps .btn-nps:nth-child(6365n){-webkit-animation-delay:637.1s;animation-delay:637.1s}.poke-block-nps .btn-nps:nth-child(6366n){-webkit-animation-delay:637.2s;animation-delay:637.2s}.poke-block-nps .btn-nps:nth-child(6367n){-webkit-animation-delay:637.3s;animation-delay:637.3s}.poke-block-nps .btn-nps:nth-child(6368n){-webkit-animation-delay:637.4s;animation-delay:637.4s}.poke-block-nps .btn-nps:nth-child(6369n){-webkit-animation-delay:637.5s;animation-delay:637.5s}.poke-block-nps .btn-nps:nth-child(6370n){-webkit-animation-delay:637.6s;animation-delay:637.6s}.poke-block-nps .btn-nps:nth-child(6371n){-webkit-animation-delay:637.7s;animation-delay:637.7s}.poke-block-nps .btn-nps:nth-child(6372n){-webkit-animation-delay:637.8s;animation-delay:637.8s}.poke-block-nps .btn-nps:nth-child(6373n){-webkit-animation-delay:637.9s;animation-delay:637.9s}.poke-block-nps .btn-nps:nth-child(6374n){-webkit-animation-delay:638s;animation-delay:638s}.poke-block-nps .btn-nps:nth-child(6375n){-webkit-animation-delay:638.1s;animation-delay:638.1s}.poke-block-nps .btn-nps:nth-child(6376n){-webkit-animation-delay:638.2s;animation-delay:638.2s}.poke-block-nps .btn-nps:nth-child(6377n){-webkit-animation-delay:638.3s;animation-delay:638.3s}.poke-block-nps .btn-nps:nth-child(6378n){-webkit-animation-delay:638.4s;animation-delay:638.4s}.poke-block-nps .btn-nps:nth-child(6379n){-webkit-animation-delay:638.5s;animation-delay:638.5s}.poke-block-nps .btn-nps:nth-child(6380n){-webkit-animation-delay:638.6s;animation-delay:638.6s}.poke-block-nps .btn-nps:nth-child(6381n){-webkit-animation-delay:638.7s;animation-delay:638.7s}.poke-block-nps .btn-nps:nth-child(6382n){-webkit-animation-delay:638.8s;animation-delay:638.8s}.poke-block-nps .btn-nps:nth-child(6383n){-webkit-animation-delay:638.9s;animation-delay:638.9s}.poke-block-nps .btn-nps:nth-child(6384n){-webkit-animation-delay:639s;animation-delay:639s}.poke-block-nps .btn-nps:nth-child(6385n){-webkit-animation-delay:639.1s;animation-delay:639.1s}.poke-block-nps .btn-nps:nth-child(6386n){-webkit-animation-delay:639.2s;animation-delay:639.2s}.poke-block-nps .btn-nps:nth-child(6387n){-webkit-animation-delay:639.3s;animation-delay:639.3s}.poke-block-nps .btn-nps:nth-child(6388n){-webkit-animation-delay:639.4s;animation-delay:639.4s}.poke-block-nps .btn-nps:nth-child(6389n){-webkit-animation-delay:639.5s;animation-delay:639.5s}.poke-block-nps .btn-nps:nth-child(6390n){-webkit-animation-delay:639.6s;animation-delay:639.6s}.poke-block-nps .btn-nps:nth-child(6391n){-webkit-animation-delay:639.7s;animation-delay:639.7s}.poke-block-nps .btn-nps:nth-child(6392n){-webkit-animation-delay:639.8s;animation-delay:639.8s}.poke-block-nps .btn-nps:nth-child(6393n){-webkit-animation-delay:639.9s;animation-delay:639.9s}.poke-block-nps .btn-nps:nth-child(6394n){-webkit-animation-delay:640s;animation-delay:640s}.poke-block-nps .btn-nps:nth-child(6395n){-webkit-animation-delay:640.1s;animation-delay:640.1s}.poke-block-nps .btn-nps:nth-child(6396n){-webkit-animation-delay:640.2s;animation-delay:640.2s}.poke-block-nps .btn-nps:nth-child(6397n){-webkit-animation-delay:640.3s;animation-delay:640.3s}.poke-block-nps .btn-nps:nth-child(6398n){-webkit-animation-delay:640.4s;animation-delay:640.4s}.poke-block-nps .btn-nps:nth-child(6399n){-webkit-animation-delay:640.5s;animation-delay:640.5s}.poke-block-nps .btn-nps:nth-child(6400n){-webkit-animation-delay:640.6s;animation-delay:640.6s}.poke-block-nps .btn-nps:nth-child(6401n){-webkit-animation-delay:640.7s;animation-delay:640.7s}.poke-block-nps .btn-nps:nth-child(6402n){-webkit-animation-delay:640.8s;animation-delay:640.8s}.poke-block-nps .btn-nps:nth-child(6403n){-webkit-animation-delay:640.9s;animation-delay:640.9s}.poke-block-nps .btn-nps:nth-child(6404n){-webkit-animation-delay:641s;animation-delay:641s}.poke-block-nps .btn-nps:nth-child(6405n){-webkit-animation-delay:641.1s;animation-delay:641.1s}.poke-block-nps .btn-nps:nth-child(6406n){-webkit-animation-delay:641.2s;animation-delay:641.2s}.poke-block-nps .btn-nps:nth-child(6407n){-webkit-animation-delay:641.3s;animation-delay:641.3s}.poke-block-nps .btn-nps:nth-child(6408n){-webkit-animation-delay:641.4s;animation-delay:641.4s}.poke-block-nps .btn-nps:nth-child(6409n){-webkit-animation-delay:641.5s;animation-delay:641.5s}.poke-block-nps .btn-nps:nth-child(6410n){-webkit-animation-delay:641.6s;animation-delay:641.6s}.poke-block-nps .btn-nps:nth-child(6411n){-webkit-animation-delay:641.7s;animation-delay:641.7s}.poke-block-nps .btn-nps:nth-child(6412n){-webkit-animation-delay:641.8s;animation-delay:641.8s}.poke-block-nps .btn-nps:nth-child(6413n){-webkit-animation-delay:641.9s;animation-delay:641.9s}.poke-block-nps .btn-nps:nth-child(6414n){-webkit-animation-delay:642s;animation-delay:642s}.poke-block-nps .btn-nps:nth-child(6415n){-webkit-animation-delay:642.1s;animation-delay:642.1s}.poke-block-nps .btn-nps:nth-child(6416n){-webkit-animation-delay:642.2s;animation-delay:642.2s}.poke-block-nps .btn-nps:nth-child(6417n){-webkit-animation-delay:642.3s;animation-delay:642.3s}.poke-block-nps .btn-nps:nth-child(6418n){-webkit-animation-delay:642.4s;animation-delay:642.4s}.poke-block-nps .btn-nps:nth-child(6419n){-webkit-animation-delay:642.5s;animation-delay:642.5s}.poke-block-nps .btn-nps:nth-child(6420n){-webkit-animation-delay:642.6s;animation-delay:642.6s}.poke-block-nps .btn-nps:nth-child(6421n){-webkit-animation-delay:642.7s;animation-delay:642.7s}.poke-block-nps .btn-nps:nth-child(6422n){-webkit-animation-delay:642.8s;animation-delay:642.8s}.poke-block-nps .btn-nps:nth-child(6423n){-webkit-animation-delay:642.9s;animation-delay:642.9s}.poke-block-nps .btn-nps:nth-child(6424n){-webkit-animation-delay:643s;animation-delay:643s}.poke-block-nps .btn-nps:nth-child(6425n){-webkit-animation-delay:643.1s;animation-delay:643.1s}.poke-block-nps .btn-nps:nth-child(6426n){-webkit-animation-delay:643.2s;animation-delay:643.2s}.poke-block-nps .btn-nps:nth-child(6427n){-webkit-animation-delay:643.3s;animation-delay:643.3s}.poke-block-nps .btn-nps:nth-child(6428n){-webkit-animation-delay:643.4s;animation-delay:643.4s}.poke-block-nps .btn-nps:nth-child(6429n){-webkit-animation-delay:643.5s;animation-delay:643.5s}.poke-block-nps .btn-nps:nth-child(6430n){-webkit-animation-delay:643.6s;animation-delay:643.6s}.poke-block-nps .btn-nps:nth-child(6431n){-webkit-animation-delay:643.7s;animation-delay:643.7s}.poke-block-nps .btn-nps:nth-child(6432n){-webkit-animation-delay:643.8s;animation-delay:643.8s}.poke-block-nps .btn-nps:nth-child(6433n){-webkit-animation-delay:643.9s;animation-delay:643.9s}.poke-block-nps .btn-nps:nth-child(6434n){-webkit-animation-delay:644s;animation-delay:644s}.poke-block-nps .btn-nps:nth-child(6435n){-webkit-animation-delay:644.1s;animation-delay:644.1s}.poke-block-nps .btn-nps:nth-child(6436n){-webkit-animation-delay:644.2s;animation-delay:644.2s}.poke-block-nps .btn-nps:nth-child(6437n){-webkit-animation-delay:644.3s;animation-delay:644.3s}.poke-block-nps .btn-nps:nth-child(6438n){-webkit-animation-delay:644.4s;animation-delay:644.4s}.poke-block-nps .btn-nps:nth-child(6439n){-webkit-animation-delay:644.5s;animation-delay:644.5s}.poke-block-nps .btn-nps:nth-child(6440n){-webkit-animation-delay:644.6s;animation-delay:644.6s}.poke-block-nps .btn-nps:nth-child(6441n){-webkit-animation-delay:644.7s;animation-delay:644.7s}.poke-block-nps .btn-nps:nth-child(6442n){-webkit-animation-delay:644.8s;animation-delay:644.8s}.poke-block-nps .btn-nps:nth-child(6443n){-webkit-animation-delay:644.9s;animation-delay:644.9s}.poke-block-nps .btn-nps:nth-child(6444n){-webkit-animation-delay:645s;animation-delay:645s}.poke-block-nps .btn-nps:nth-child(6445n){-webkit-animation-delay:645.1s;animation-delay:645.1s}.poke-block-nps .btn-nps:nth-child(6446n){-webkit-animation-delay:645.2s;animation-delay:645.2s}.poke-block-nps .btn-nps:nth-child(6447n){-webkit-animation-delay:645.3s;animation-delay:645.3s}.poke-block-nps .btn-nps:nth-child(6448n){-webkit-animation-delay:645.4s;animation-delay:645.4s}.poke-block-nps .btn-nps:nth-child(6449n){-webkit-animation-delay:645.5s;animation-delay:645.5s}.poke-block-nps .btn-nps:nth-child(6450n){-webkit-animation-delay:645.6s;animation-delay:645.6s}.poke-block-nps .btn-nps:nth-child(6451n){-webkit-animation-delay:645.7s;animation-delay:645.7s}.poke-block-nps .btn-nps:nth-child(6452n){-webkit-animation-delay:645.8s;animation-delay:645.8s}.poke-block-nps .btn-nps:nth-child(6453n){-webkit-animation-delay:645.9s;animation-delay:645.9s}.poke-block-nps .btn-nps:nth-child(6454n){-webkit-animation-delay:646s;animation-delay:646s}.poke-block-nps .btn-nps:nth-child(6455n){-webkit-animation-delay:646.1s;animation-delay:646.1s}.poke-block-nps .btn-nps:nth-child(6456n){-webkit-animation-delay:646.2s;animation-delay:646.2s}.poke-block-nps .btn-nps:nth-child(6457n){-webkit-animation-delay:646.3s;animation-delay:646.3s}.poke-block-nps .btn-nps:nth-child(6458n){-webkit-animation-delay:646.4s;animation-delay:646.4s}.poke-block-nps .btn-nps:nth-child(6459n){-webkit-animation-delay:646.5s;animation-delay:646.5s}.poke-block-nps .btn-nps:nth-child(6460n){-webkit-animation-delay:646.6s;animation-delay:646.6s}.poke-block-nps .btn-nps:nth-child(6461n){-webkit-animation-delay:646.7s;animation-delay:646.7s}.poke-block-nps .btn-nps:nth-child(6462n){-webkit-animation-delay:646.8s;animation-delay:646.8s}.poke-block-nps .btn-nps:nth-child(6463n){-webkit-animation-delay:646.9s;animation-delay:646.9s}.poke-block-nps .btn-nps:nth-child(6464n){-webkit-animation-delay:647s;animation-delay:647s}.poke-block-nps .btn-nps:nth-child(6465n){-webkit-animation-delay:647.1s;animation-delay:647.1s}.poke-block-nps .btn-nps:nth-child(6466n){-webkit-animation-delay:647.2s;animation-delay:647.2s}.poke-block-nps .btn-nps:nth-child(6467n){-webkit-animation-delay:647.3s;animation-delay:647.3s}.poke-block-nps .btn-nps:nth-child(6468n){-webkit-animation-delay:647.4s;animation-delay:647.4s}.poke-block-nps .btn-nps:nth-child(6469n){-webkit-animation-delay:647.5s;animation-delay:647.5s}.poke-block-nps .btn-nps:nth-child(6470n){-webkit-animation-delay:647.6s;animation-delay:647.6s}.poke-block-nps .btn-nps:nth-child(6471n){-webkit-animation-delay:647.7s;animation-delay:647.7s}.poke-block-nps .btn-nps:nth-child(6472n){-webkit-animation-delay:647.8s;animation-delay:647.8s}.poke-block-nps .btn-nps:nth-child(6473n){-webkit-animation-delay:647.9s;animation-delay:647.9s}.poke-block-nps .btn-nps:nth-child(6474n){-webkit-animation-delay:648s;animation-delay:648s}.poke-block-nps .btn-nps:nth-child(6475n){-webkit-animation-delay:648.1s;animation-delay:648.1s}.poke-block-nps .btn-nps:nth-child(6476n){-webkit-animation-delay:648.2s;animation-delay:648.2s}.poke-block-nps .btn-nps:nth-child(6477n){-webkit-animation-delay:648.3s;animation-delay:648.3s}.poke-block-nps .btn-nps:nth-child(6478n){-webkit-animation-delay:648.4s;animation-delay:648.4s}.poke-block-nps .btn-nps:nth-child(6479n){-webkit-animation-delay:648.5s;animation-delay:648.5s}.poke-block-nps .btn-nps:nth-child(6480n){-webkit-animation-delay:648.6s;animation-delay:648.6s}.poke-block-nps .btn-nps:nth-child(6481n){-webkit-animation-delay:648.7s;animation-delay:648.7s}.poke-block-nps .btn-nps:nth-child(6482n){-webkit-animation-delay:648.8s;animation-delay:648.8s}.poke-block-nps .btn-nps:nth-child(6483n){-webkit-animation-delay:648.9s;animation-delay:648.9s}.poke-block-nps .btn-nps:nth-child(6484n){-webkit-animation-delay:649s;animation-delay:649s}.poke-block-nps .btn-nps:nth-child(6485n){-webkit-animation-delay:649.1s;animation-delay:649.1s}.poke-block-nps .btn-nps:nth-child(6486n){-webkit-animation-delay:649.2s;animation-delay:649.2s}.poke-block-nps .btn-nps:nth-child(6487n){-webkit-animation-delay:649.3s;animation-delay:649.3s}.poke-block-nps .btn-nps:nth-child(6488n){-webkit-animation-delay:649.4s;animation-delay:649.4s}.poke-block-nps .btn-nps:nth-child(6489n){-webkit-animation-delay:649.5s;animation-delay:649.5s}.poke-block-nps .btn-nps:nth-child(6490n){-webkit-animation-delay:649.6s;animation-delay:649.6s}.poke-block-nps .btn-nps:nth-child(6491n){-webkit-animation-delay:649.7s;animation-delay:649.7s}.poke-block-nps .btn-nps:nth-child(6492n){-webkit-animation-delay:649.8s;animation-delay:649.8s}.poke-block-nps .btn-nps:nth-child(6493n){-webkit-animation-delay:649.9s;animation-delay:649.9s}.poke-block-nps .btn-nps:nth-child(6494n){-webkit-animation-delay:650s;animation-delay:650s}.poke-block-nps .btn-nps:nth-child(6495n){-webkit-animation-delay:650.1s;animation-delay:650.1s}.poke-block-nps .btn-nps:nth-child(6496n){-webkit-animation-delay:650.2s;animation-delay:650.2s}.poke-block-nps .btn-nps:nth-child(6497n){-webkit-animation-delay:650.3s;animation-delay:650.3s}.poke-block-nps .btn-nps:nth-child(6498n){-webkit-animation-delay:650.4s;animation-delay:650.4s}.poke-block-nps .btn-nps:nth-child(6499n){-webkit-animation-delay:650.5s;animation-delay:650.5s}.poke-block-nps .btn-nps:nth-child(6500n){-webkit-animation-delay:650.6s;animation-delay:650.6s}.poke-block-nps .btn-nps:nth-child(6501n){-webkit-animation-delay:650.7s;animation-delay:650.7s}.poke-block-nps .btn-nps:nth-child(6502n){-webkit-animation-delay:650.8s;animation-delay:650.8s}.poke-block-nps .btn-nps:nth-child(6503n){-webkit-animation-delay:650.9s;animation-delay:650.9s}.poke-block-nps .btn-nps:nth-child(6504n){-webkit-animation-delay:651s;animation-delay:651s}.poke-block-nps .btn-nps:nth-child(6505n){-webkit-animation-delay:651.1s;animation-delay:651.1s}.poke-block-nps .btn-nps:nth-child(6506n){-webkit-animation-delay:651.2s;animation-delay:651.2s}.poke-block-nps .btn-nps:nth-child(6507n){-webkit-animation-delay:651.3s;animation-delay:651.3s}.poke-block-nps .btn-nps:nth-child(6508n){-webkit-animation-delay:651.4s;animation-delay:651.4s}.poke-block-nps .btn-nps:nth-child(6509n){-webkit-animation-delay:651.5s;animation-delay:651.5s}.poke-block-nps .btn-nps:nth-child(6510n){-webkit-animation-delay:651.6s;animation-delay:651.6s}.poke-block-nps .btn-nps:nth-child(6511n){-webkit-animation-delay:651.7s;animation-delay:651.7s}.poke-block-nps .btn-nps:nth-child(6512n){-webkit-animation-delay:651.8s;animation-delay:651.8s}.poke-block-nps .btn-nps:nth-child(6513n){-webkit-animation-delay:651.9s;animation-delay:651.9s}.poke-block-nps .btn-nps:nth-child(6514n){-webkit-animation-delay:652s;animation-delay:652s}.poke-block-nps .btn-nps:nth-child(6515n){-webkit-animation-delay:652.1s;animation-delay:652.1s}.poke-block-nps .btn-nps:nth-child(6516n){-webkit-animation-delay:652.2s;animation-delay:652.2s}.poke-block-nps .btn-nps:nth-child(6517n){-webkit-animation-delay:652.3s;animation-delay:652.3s}.poke-block-nps .btn-nps:nth-child(6518n){-webkit-animation-delay:652.4s;animation-delay:652.4s}.poke-block-nps .btn-nps:nth-child(6519n){-webkit-animation-delay:652.5s;animation-delay:652.5s}.poke-block-nps .btn-nps:nth-child(6520n){-webkit-animation-delay:652.6s;animation-delay:652.6s}.poke-block-nps .btn-nps:nth-child(6521n){-webkit-animation-delay:652.7s;animation-delay:652.7s}.poke-block-nps .btn-nps:nth-child(6522n){-webkit-animation-delay:652.8s;animation-delay:652.8s}.poke-block-nps .btn-nps:nth-child(6523n){-webkit-animation-delay:652.9s;animation-delay:652.9s}.poke-block-nps .btn-nps:nth-child(6524n){-webkit-animation-delay:653s;animation-delay:653s}.poke-block-nps .btn-nps:nth-child(6525n){-webkit-animation-delay:653.1s;animation-delay:653.1s}.poke-block-nps .btn-nps:nth-child(6526n){-webkit-animation-delay:653.2s;animation-delay:653.2s}.poke-block-nps .btn-nps:nth-child(6527n){-webkit-animation-delay:653.3s;animation-delay:653.3s}.poke-block-nps .btn-nps:nth-child(6528n){-webkit-animation-delay:653.4s;animation-delay:653.4s}.poke-block-nps .btn-nps:nth-child(6529n){-webkit-animation-delay:653.5s;animation-delay:653.5s}.poke-block-nps .btn-nps:nth-child(6530n){-webkit-animation-delay:653.6s;animation-delay:653.6s}.poke-block-nps .btn-nps:nth-child(6531n){-webkit-animation-delay:653.7s;animation-delay:653.7s}.poke-block-nps .btn-nps:nth-child(6532n){-webkit-animation-delay:653.8s;animation-delay:653.8s}.poke-block-nps .btn-nps:nth-child(6533n){-webkit-animation-delay:653.9s;animation-delay:653.9s}.poke-block-nps .btn-nps:nth-child(6534n){-webkit-animation-delay:654s;animation-delay:654s}.poke-block-nps .btn-nps:nth-child(6535n){-webkit-animation-delay:654.1s;animation-delay:654.1s}.poke-block-nps .btn-nps:nth-child(6536n){-webkit-animation-delay:654.2s;animation-delay:654.2s}.poke-block-nps .btn-nps:nth-child(6537n){-webkit-animation-delay:654.3s;animation-delay:654.3s}.poke-block-nps .btn-nps:nth-child(6538n){-webkit-animation-delay:654.4s;animation-delay:654.4s}.poke-block-nps .btn-nps:nth-child(6539n){-webkit-animation-delay:654.5s;animation-delay:654.5s}.poke-block-nps .btn-nps:nth-child(6540n){-webkit-animation-delay:654.6s;animation-delay:654.6s}.poke-block-nps .btn-nps:nth-child(6541n){-webkit-animation-delay:654.7s;animation-delay:654.7s}.poke-block-nps .btn-nps:nth-child(6542n){-webkit-animation-delay:654.8s;animation-delay:654.8s}.poke-block-nps .btn-nps:nth-child(6543n){-webkit-animation-delay:654.9s;animation-delay:654.9s}.poke-block-nps .btn-nps:nth-child(6544n){-webkit-animation-delay:655s;animation-delay:655s}.poke-block-nps .btn-nps:nth-child(6545n){-webkit-animation-delay:655.1s;animation-delay:655.1s}.poke-block-nps .btn-nps:nth-child(6546n){-webkit-animation-delay:655.2s;animation-delay:655.2s}.poke-block-nps .btn-nps:nth-child(6547n){-webkit-animation-delay:655.3s;animation-delay:655.3s}.poke-block-nps .btn-nps:nth-child(6548n){-webkit-animation-delay:655.4s;animation-delay:655.4s}.poke-block-nps .btn-nps:nth-child(6549n){-webkit-animation-delay:655.5s;animation-delay:655.5s}.poke-block-nps .btn-nps:nth-child(6550n){-webkit-animation-delay:655.6s;animation-delay:655.6s}.poke-block-nps .btn-nps:nth-child(6551n){-webkit-animation-delay:655.7s;animation-delay:655.7s}.poke-block-nps .btn-nps:nth-child(6552n){-webkit-animation-delay:655.8s;animation-delay:655.8s}.poke-block-nps .btn-nps:nth-child(6553n){-webkit-animation-delay:655.9s;animation-delay:655.9s}.poke-block-nps .btn-nps:nth-child(6554n){-webkit-animation-delay:656s;animation-delay:656s}.poke-block-nps .btn-nps:nth-child(6555n){-webkit-animation-delay:656.1s;animation-delay:656.1s}.poke-block-nps .btn-nps:nth-child(6556n){-webkit-animation-delay:656.2s;animation-delay:656.2s}.poke-block-nps .btn-nps:nth-child(6557n){-webkit-animation-delay:656.3s;animation-delay:656.3s}.poke-block-nps .btn-nps:nth-child(6558n){-webkit-animation-delay:656.4s;animation-delay:656.4s}.poke-block-nps .btn-nps:nth-child(6559n){-webkit-animation-delay:656.5s;animation-delay:656.5s}.poke-block-nps .btn-nps:nth-child(6560n){-webkit-animation-delay:656.6s;animation-delay:656.6s}.poke-block-nps .btn-nps:nth-child(6561n){-webkit-animation-delay:656.7s;animation-delay:656.7s}.poke-block-nps .btn-nps:nth-child(6562n){-webkit-animation-delay:656.8s;animation-delay:656.8s}.poke-block-nps .btn-nps:nth-child(6563n){-webkit-animation-delay:656.9s;animation-delay:656.9s}.poke-block-nps .btn-nps:nth-child(6564n){-webkit-animation-delay:657s;animation-delay:657s}.poke-block-nps .btn-nps:nth-child(6565n){-webkit-animation-delay:657.1s;animation-delay:657.1s}.poke-block-nps .btn-nps:nth-child(6566n){-webkit-animation-delay:657.2s;animation-delay:657.2s}.poke-block-nps .btn-nps:nth-child(6567n){-webkit-animation-delay:657.3s;animation-delay:657.3s}.poke-block-nps .btn-nps:nth-child(6568n){-webkit-animation-delay:657.4s;animation-delay:657.4s}.poke-block-nps .btn-nps:nth-child(6569n){-webkit-animation-delay:657.5s;animation-delay:657.5s}.poke-block-nps .btn-nps:nth-child(6570n){-webkit-animation-delay:657.6s;animation-delay:657.6s}.poke-block-nps .btn-nps:nth-child(6571n){-webkit-animation-delay:657.7s;animation-delay:657.7s}.poke-block-nps .btn-nps:nth-child(6572n){-webkit-animation-delay:657.8s;animation-delay:657.8s}.poke-block-nps .btn-nps:nth-child(6573n){-webkit-animation-delay:657.9s;animation-delay:657.9s}.poke-block-nps .btn-nps:nth-child(6574n){-webkit-animation-delay:658s;animation-delay:658s}.poke-block-nps .btn-nps:nth-child(6575n){-webkit-animation-delay:658.1s;animation-delay:658.1s}.poke-block-nps .btn-nps:nth-child(6576n){-webkit-animation-delay:658.2s;animation-delay:658.2s}.poke-block-nps .btn-nps:nth-child(6577n){-webkit-animation-delay:658.3s;animation-delay:658.3s}.poke-block-nps .btn-nps:nth-child(6578n){-webkit-animation-delay:658.4s;animation-delay:658.4s}.poke-block-nps .btn-nps:nth-child(6579n){-webkit-animation-delay:658.5s;animation-delay:658.5s}.poke-block-nps .btn-nps:nth-child(6580n){-webkit-animation-delay:658.6s;animation-delay:658.6s}.poke-block-nps .btn-nps:nth-child(6581n){-webkit-animation-delay:658.7s;animation-delay:658.7s}.poke-block-nps .btn-nps:nth-child(6582n){-webkit-animation-delay:658.8s;animation-delay:658.8s}.poke-block-nps .btn-nps:nth-child(6583n){-webkit-animation-delay:658.9s;animation-delay:658.9s}.poke-block-nps .btn-nps:nth-child(6584n){-webkit-animation-delay:659s;animation-delay:659s}.poke-block-nps .btn-nps:nth-child(6585n){-webkit-animation-delay:659.1s;animation-delay:659.1s}.poke-block-nps .btn-nps:nth-child(6586n){-webkit-animation-delay:659.2s;animation-delay:659.2s}.poke-block-nps .btn-nps:nth-child(6587n){-webkit-animation-delay:659.3s;animation-delay:659.3s}.poke-block-nps .btn-nps:nth-child(6588n){-webkit-animation-delay:659.4s;animation-delay:659.4s}.poke-block-nps .btn-nps:nth-child(6589n){-webkit-animation-delay:659.5s;animation-delay:659.5s}.poke-block-nps .btn-nps:nth-child(6590n){-webkit-animation-delay:659.6s;animation-delay:659.6s}.poke-block-nps .btn-nps:nth-child(6591n){-webkit-animation-delay:659.7s;animation-delay:659.7s}.poke-block-nps .btn-nps:nth-child(6592n){-webkit-animation-delay:659.8s;animation-delay:659.8s}.poke-block-nps .btn-nps:nth-child(6593n){-webkit-animation-delay:659.9s;animation-delay:659.9s}.poke-block-nps .btn-nps:nth-child(6594n){-webkit-animation-delay:660s;animation-delay:660s}.poke-block-nps .btn-nps:nth-child(6595n){-webkit-animation-delay:660.1s;animation-delay:660.1s}.poke-block-nps .btn-nps:nth-child(6596n){-webkit-animation-delay:660.2s;animation-delay:660.2s}.poke-block-nps .btn-nps:nth-child(6597n){-webkit-animation-delay:660.3s;animation-delay:660.3s}.poke-block-nps .btn-nps:nth-child(6598n){-webkit-animation-delay:660.4s;animation-delay:660.4s}.poke-block-nps .btn-nps:nth-child(6599n){-webkit-animation-delay:660.5s;animation-delay:660.5s}.poke-block-nps .btn-nps:nth-child(6600n){-webkit-animation-delay:660.6s;animation-delay:660.6s}.poke-block-nps .btn-nps:nth-child(6601n){-webkit-animation-delay:660.7s;animation-delay:660.7s}.poke-block-nps .btn-nps:nth-child(6602n){-webkit-animation-delay:660.8s;animation-delay:660.8s}.poke-block-nps .btn-nps:nth-child(6603n){-webkit-animation-delay:660.9s;animation-delay:660.9s}.poke-block-nps .btn-nps:nth-child(6604n){-webkit-animation-delay:661s;animation-delay:661s}.poke-block-nps .btn-nps:nth-child(6605n){-webkit-animation-delay:661.1s;animation-delay:661.1s}.poke-block-nps .btn-nps:nth-child(6606n){-webkit-animation-delay:661.2s;animation-delay:661.2s}.poke-block-nps .btn-nps:nth-child(6607n){-webkit-animation-delay:661.3s;animation-delay:661.3s}.poke-block-nps .btn-nps:nth-child(6608n){-webkit-animation-delay:661.4s;animation-delay:661.4s}.poke-block-nps .btn-nps:nth-child(6609n){-webkit-animation-delay:661.5s;animation-delay:661.5s}.poke-block-nps .btn-nps:nth-child(6610n){-webkit-animation-delay:661.6s;animation-delay:661.6s}.poke-block-nps .btn-nps:nth-child(6611n){-webkit-animation-delay:661.7s;animation-delay:661.7s}.poke-block-nps .btn-nps:nth-child(6612n){-webkit-animation-delay:661.8s;animation-delay:661.8s}.poke-block-nps .btn-nps:nth-child(6613n){-webkit-animation-delay:661.9s;animation-delay:661.9s}.poke-block-nps .btn-nps:nth-child(6614n){-webkit-animation-delay:662s;animation-delay:662s}.poke-block-nps .btn-nps:nth-child(6615n){-webkit-animation-delay:662.1s;animation-delay:662.1s}.poke-block-nps .btn-nps:nth-child(6616n){-webkit-animation-delay:662.2s;animation-delay:662.2s}.poke-block-nps .btn-nps:nth-child(6617n){-webkit-animation-delay:662.3s;animation-delay:662.3s}.poke-block-nps .btn-nps:nth-child(6618n){-webkit-animation-delay:662.4s;animation-delay:662.4s}.poke-block-nps .btn-nps:nth-child(6619n){-webkit-animation-delay:662.5s;animation-delay:662.5s}.poke-block-nps .btn-nps:nth-child(6620n){-webkit-animation-delay:662.6s;animation-delay:662.6s}.poke-block-nps .btn-nps:nth-child(6621n){-webkit-animation-delay:662.7s;animation-delay:662.7s}.poke-block-nps .btn-nps:nth-child(6622n){-webkit-animation-delay:662.8s;animation-delay:662.8s}.poke-block-nps .btn-nps:nth-child(6623n){-webkit-animation-delay:662.9s;animation-delay:662.9s}.poke-block-nps .btn-nps:nth-child(6624n){-webkit-animation-delay:663s;animation-delay:663s}.poke-block-nps .btn-nps:nth-child(6625n){-webkit-animation-delay:663.1s;animation-delay:663.1s}.poke-block-nps .btn-nps:nth-child(6626n){-webkit-animation-delay:663.2s;animation-delay:663.2s}.poke-block-nps .btn-nps:nth-child(6627n){-webkit-animation-delay:663.3s;animation-delay:663.3s}.poke-block-nps .btn-nps:nth-child(6628n){-webkit-animation-delay:663.4s;animation-delay:663.4s}.poke-block-nps .btn-nps:nth-child(6629n){-webkit-animation-delay:663.5s;animation-delay:663.5s}.poke-block-nps .btn-nps:nth-child(6630n){-webkit-animation-delay:663.6s;animation-delay:663.6s}.poke-block-nps .btn-nps:nth-child(6631n){-webkit-animation-delay:663.7s;animation-delay:663.7s}.poke-block-nps .btn-nps:nth-child(6632n){-webkit-animation-delay:663.8s;animation-delay:663.8s}.poke-block-nps .btn-nps:nth-child(6633n){-webkit-animation-delay:663.9s;animation-delay:663.9s}.poke-block-nps .btn-nps:nth-child(6634n){-webkit-animation-delay:664s;animation-delay:664s}.poke-block-nps .btn-nps:nth-child(6635n){-webkit-animation-delay:664.1s;animation-delay:664.1s}.poke-block-nps .btn-nps:nth-child(6636n){-webkit-animation-delay:664.2s;animation-delay:664.2s}.poke-block-nps .btn-nps:nth-child(6637n){-webkit-animation-delay:664.3s;animation-delay:664.3s}.poke-block-nps .btn-nps:nth-child(6638n){-webkit-animation-delay:664.4s;animation-delay:664.4s}.poke-block-nps .btn-nps:nth-child(6639n){-webkit-animation-delay:664.5s;animation-delay:664.5s}.poke-block-nps .btn-nps:nth-child(6640n){-webkit-animation-delay:664.6s;animation-delay:664.6s}.poke-block-nps .btn-nps:nth-child(6641n){-webkit-animation-delay:664.7s;animation-delay:664.7s}.poke-block-nps .btn-nps:nth-child(6642n){-webkit-animation-delay:664.8s;animation-delay:664.8s}.poke-block-nps .btn-nps:nth-child(6643n){-webkit-animation-delay:664.9s;animation-delay:664.9s}.poke-block-nps .btn-nps:nth-child(6644n){-webkit-animation-delay:665s;animation-delay:665s}.poke-block-nps .btn-nps:nth-child(6645n){-webkit-animation-delay:665.1s;animation-delay:665.1s}.poke-block-nps .btn-nps:nth-child(6646n){-webkit-animation-delay:665.2s;animation-delay:665.2s}.poke-block-nps .btn-nps:nth-child(6647n){-webkit-animation-delay:665.3s;animation-delay:665.3s}.poke-block-nps .btn-nps:nth-child(6648n){-webkit-animation-delay:665.4s;animation-delay:665.4s}.poke-block-nps .btn-nps:nth-child(6649n){-webkit-animation-delay:665.5s;animation-delay:665.5s}.poke-block-nps .btn-nps:nth-child(6650n){-webkit-animation-delay:665.6s;animation-delay:665.6s}.poke-block-nps .btn-nps:nth-child(6651n){-webkit-animation-delay:665.7s;animation-delay:665.7s}.poke-block-nps .btn-nps:nth-child(6652n){-webkit-animation-delay:665.8s;animation-delay:665.8s}.poke-block-nps .btn-nps:nth-child(6653n){-webkit-animation-delay:665.9s;animation-delay:665.9s}.poke-block-nps .btn-nps:nth-child(6654n){-webkit-animation-delay:666s;animation-delay:666s}.poke-block-nps .btn-nps:nth-child(6655n){-webkit-animation-delay:666.1s;animation-delay:666.1s}.poke-block-nps .btn-nps:nth-child(6656n){-webkit-animation-delay:666.2s;animation-delay:666.2s}.poke-block-nps .btn-nps:nth-child(6657n){-webkit-animation-delay:666.3s;animation-delay:666.3s}.poke-block-nps .btn-nps:nth-child(6658n){-webkit-animation-delay:666.4s;animation-delay:666.4s}.poke-block-nps .btn-nps:nth-child(6659n){-webkit-animation-delay:666.5s;animation-delay:666.5s}.poke-block-nps .btn-nps:nth-child(6660n){-webkit-animation-delay:666.6s;animation-delay:666.6s}.poke-block-nps .btn-nps:nth-child(6661n){-webkit-animation-delay:666.7s;animation-delay:666.7s}.poke-block-nps .btn-nps:nth-child(6662n){-webkit-animation-delay:666.8s;animation-delay:666.8s}.poke-block-nps .btn-nps:nth-child(6663n){-webkit-animation-delay:666.9s;animation-delay:666.9s}.poke-block-nps .btn-nps:nth-child(6664n){-webkit-animation-delay:667s;animation-delay:667s}.poke-block-nps .btn-nps:nth-child(6665n){-webkit-animation-delay:667.1s;animation-delay:667.1s}.poke-block-nps .btn-nps:nth-child(6666n){-webkit-animation-delay:667.2s;animation-delay:667.2s}.poke-block-nps .btn-nps:nth-child(6667n){-webkit-animation-delay:667.3s;animation-delay:667.3s}.poke-block-nps .btn-nps:nth-child(6668n){-webkit-animation-delay:667.4s;animation-delay:667.4s}.poke-block-nps .btn-nps:nth-child(6669n){-webkit-animation-delay:667.5s;animation-delay:667.5s}.poke-block-nps .btn-nps:nth-child(6670n){-webkit-animation-delay:667.6s;animation-delay:667.6s}.poke-block-nps .btn-nps:nth-child(6671n){-webkit-animation-delay:667.7s;animation-delay:667.7s}.poke-block-nps .btn-nps:nth-child(6672n){-webkit-animation-delay:667.8s;animation-delay:667.8s}.poke-block-nps .btn-nps:nth-child(6673n){-webkit-animation-delay:667.9s;animation-delay:667.9s}.poke-block-nps .btn-nps:nth-child(6674n){-webkit-animation-delay:668s;animation-delay:668s}.poke-block-nps .btn-nps:nth-child(6675n){-webkit-animation-delay:668.1s;animation-delay:668.1s}.poke-block-nps .btn-nps:nth-child(6676n){-webkit-animation-delay:668.2s;animation-delay:668.2s}.poke-block-nps .btn-nps:nth-child(6677n){-webkit-animation-delay:668.3s;animation-delay:668.3s}.poke-block-nps .btn-nps:nth-child(6678n){-webkit-animation-delay:668.4s;animation-delay:668.4s}.poke-block-nps .btn-nps:nth-child(6679n){-webkit-animation-delay:668.5s;animation-delay:668.5s}.poke-block-nps .btn-nps:nth-child(6680n){-webkit-animation-delay:668.6s;animation-delay:668.6s}.poke-block-nps .btn-nps:nth-child(6681n){-webkit-animation-delay:668.7s;animation-delay:668.7s}.poke-block-nps .btn-nps:nth-child(6682n){-webkit-animation-delay:668.8s;animation-delay:668.8s}.poke-block-nps .btn-nps:nth-child(6683n){-webkit-animation-delay:668.9s;animation-delay:668.9s}.poke-block-nps .btn-nps:nth-child(6684n){-webkit-animation-delay:669s;animation-delay:669s}.poke-block-nps .btn-nps:nth-child(6685n){-webkit-animation-delay:669.1s;animation-delay:669.1s}.poke-block-nps .btn-nps:nth-child(6686n){-webkit-animation-delay:669.2s;animation-delay:669.2s}.poke-block-nps .btn-nps:nth-child(6687n){-webkit-animation-delay:669.3s;animation-delay:669.3s}.poke-block-nps .btn-nps:nth-child(6688n){-webkit-animation-delay:669.4s;animation-delay:669.4s}.poke-block-nps .btn-nps:nth-child(6689n){-webkit-animation-delay:669.5s;animation-delay:669.5s}.poke-block-nps .btn-nps:nth-child(6690n){-webkit-animation-delay:669.6s;animation-delay:669.6s}.poke-block-nps .btn-nps:nth-child(6691n){-webkit-animation-delay:669.7s;animation-delay:669.7s}.poke-block-nps .btn-nps:nth-child(6692n){-webkit-animation-delay:669.8s;animation-delay:669.8s}.poke-block-nps .btn-nps:nth-child(6693n){-webkit-animation-delay:669.9s;animation-delay:669.9s}.poke-block-nps .btn-nps:nth-child(6694n){-webkit-animation-delay:670s;animation-delay:670s}.poke-block-nps .btn-nps:nth-child(6695n){-webkit-animation-delay:670.1s;animation-delay:670.1s}.poke-block-nps .btn-nps:nth-child(6696n){-webkit-animation-delay:670.2s;animation-delay:670.2s}.poke-block-nps .btn-nps:nth-child(6697n){-webkit-animation-delay:670.3s;animation-delay:670.3s}.poke-block-nps .btn-nps:nth-child(6698n){-webkit-animation-delay:670.4s;animation-delay:670.4s}.poke-block-nps .btn-nps:nth-child(6699n){-webkit-animation-delay:670.5s;animation-delay:670.5s}.poke-block-nps .btn-nps:nth-child(6700n){-webkit-animation-delay:670.6s;animation-delay:670.6s}.poke-block-nps .btn-nps:nth-child(6701n){-webkit-animation-delay:670.7s;animation-delay:670.7s}.poke-block-nps .btn-nps:nth-child(6702n){-webkit-animation-delay:670.8s;animation-delay:670.8s}.poke-block-nps .btn-nps:nth-child(6703n){-webkit-animation-delay:670.9s;animation-delay:670.9s}.poke-block-nps .btn-nps:nth-child(6704n){-webkit-animation-delay:671s;animation-delay:671s}.poke-block-nps .btn-nps:nth-child(6705n){-webkit-animation-delay:671.1s;animation-delay:671.1s}.poke-block-nps .btn-nps:nth-child(6706n){-webkit-animation-delay:671.2s;animation-delay:671.2s}.poke-block-nps .btn-nps:nth-child(6707n){-webkit-animation-delay:671.3s;animation-delay:671.3s}.poke-block-nps .btn-nps:nth-child(6708n){-webkit-animation-delay:671.4s;animation-delay:671.4s}.poke-block-nps .btn-nps:nth-child(6709n){-webkit-animation-delay:671.5s;animation-delay:671.5s}.poke-block-nps .btn-nps:nth-child(6710n){-webkit-animation-delay:671.6s;animation-delay:671.6s}.poke-block-nps .btn-nps:nth-child(6711n){-webkit-animation-delay:671.7s;animation-delay:671.7s}.poke-block-nps .btn-nps:nth-child(6712n){-webkit-animation-delay:671.8s;animation-delay:671.8s}.poke-block-nps .btn-nps:nth-child(6713n){-webkit-animation-delay:671.9s;animation-delay:671.9s}.poke-block-nps .btn-nps:nth-child(6714n){-webkit-animation-delay:672s;animation-delay:672s}.poke-block-nps .btn-nps:nth-child(6715n){-webkit-animation-delay:672.1s;animation-delay:672.1s}.poke-block-nps .btn-nps:nth-child(6716n){-webkit-animation-delay:672.2s;animation-delay:672.2s}.poke-block-nps .btn-nps:nth-child(6717n){-webkit-animation-delay:672.3s;animation-delay:672.3s}.poke-block-nps .btn-nps:nth-child(6718n){-webkit-animation-delay:672.4s;animation-delay:672.4s}.poke-block-nps .btn-nps:nth-child(6719n){-webkit-animation-delay:672.5s;animation-delay:672.5s}.poke-block-nps .btn-nps:nth-child(6720n){-webkit-animation-delay:672.6s;animation-delay:672.6s}.poke-block-nps .btn-nps:nth-child(6721n){-webkit-animation-delay:672.7s;animation-delay:672.7s}.poke-block-nps .btn-nps:nth-child(6722n){-webkit-animation-delay:672.8s;animation-delay:672.8s}.poke-block-nps .btn-nps:nth-child(6723n){-webkit-animation-delay:672.9s;animation-delay:672.9s}.poke-block-nps .btn-nps:nth-child(6724n){-webkit-animation-delay:673s;animation-delay:673s}.poke-block-nps .btn-nps:nth-child(6725n){-webkit-animation-delay:673.1s;animation-delay:673.1s}.poke-block-nps .btn-nps:nth-child(6726n){-webkit-animation-delay:673.2s;animation-delay:673.2s}.poke-block-nps .btn-nps:nth-child(6727n){-webkit-animation-delay:673.3s;animation-delay:673.3s}.poke-block-nps .btn-nps:nth-child(6728n){-webkit-animation-delay:673.4s;animation-delay:673.4s}.poke-block-nps .btn-nps:nth-child(6729n){-webkit-animation-delay:673.5s;animation-delay:673.5s}.poke-block-nps .btn-nps:nth-child(6730n){-webkit-animation-delay:673.6s;animation-delay:673.6s}.poke-block-nps .btn-nps:nth-child(6731n){-webkit-animation-delay:673.7s;animation-delay:673.7s}.poke-block-nps .btn-nps:nth-child(6732n){-webkit-animation-delay:673.8s;animation-delay:673.8s}.poke-block-nps .btn-nps:nth-child(6733n){-webkit-animation-delay:673.9s;animation-delay:673.9s}.poke-block-nps .btn-nps:nth-child(6734n){-webkit-animation-delay:674s;animation-delay:674s}.poke-block-nps .btn-nps:nth-child(6735n){-webkit-animation-delay:674.1s;animation-delay:674.1s}.poke-block-nps .btn-nps:nth-child(6736n){-webkit-animation-delay:674.2s;animation-delay:674.2s}.poke-block-nps .btn-nps:nth-child(6737n){-webkit-animation-delay:674.3s;animation-delay:674.3s}.poke-block-nps .btn-nps:nth-child(6738n){-webkit-animation-delay:674.4s;animation-delay:674.4s}.poke-block-nps .btn-nps:nth-child(6739n){-webkit-animation-delay:674.5s;animation-delay:674.5s}.poke-block-nps .btn-nps:nth-child(6740n){-webkit-animation-delay:674.6s;animation-delay:674.6s}.poke-block-nps .btn-nps:nth-child(6741n){-webkit-animation-delay:674.7s;animation-delay:674.7s}.poke-block-nps .btn-nps:nth-child(6742n){-webkit-animation-delay:674.8s;animation-delay:674.8s}.poke-block-nps .btn-nps:nth-child(6743n){-webkit-animation-delay:674.9s;animation-delay:674.9s}.poke-block-nps .btn-nps:nth-child(6744n){-webkit-animation-delay:675s;animation-delay:675s}.poke-block-nps .btn-nps:nth-child(6745n){-webkit-animation-delay:675.1s;animation-delay:675.1s}.poke-block-nps .btn-nps:nth-child(6746n){-webkit-animation-delay:675.2s;animation-delay:675.2s}.poke-block-nps .btn-nps:nth-child(6747n){-webkit-animation-delay:675.3s;animation-delay:675.3s}.poke-block-nps .btn-nps:nth-child(6748n){-webkit-animation-delay:675.4s;animation-delay:675.4s}.poke-block-nps .btn-nps:nth-child(6749n){-webkit-animation-delay:675.5s;animation-delay:675.5s}.poke-block-nps .btn-nps:nth-child(6750n){-webkit-animation-delay:675.6s;animation-delay:675.6s}.poke-block-nps .btn-nps:nth-child(6751n){-webkit-animation-delay:675.7s;animation-delay:675.7s}.poke-block-nps .btn-nps:nth-child(6752n){-webkit-animation-delay:675.8s;animation-delay:675.8s}.poke-block-nps .btn-nps:nth-child(6753n){-webkit-animation-delay:675.9s;animation-delay:675.9s}.poke-block-nps .btn-nps:nth-child(6754n){-webkit-animation-delay:676s;animation-delay:676s}.poke-block-nps .btn-nps:nth-child(6755n){-webkit-animation-delay:676.1s;animation-delay:676.1s}.poke-block-nps .btn-nps:nth-child(6756n){-webkit-animation-delay:676.2s;animation-delay:676.2s}.poke-block-nps .btn-nps:nth-child(6757n){-webkit-animation-delay:676.3s;animation-delay:676.3s}.poke-block-nps .btn-nps:nth-child(6758n){-webkit-animation-delay:676.4s;animation-delay:676.4s}.poke-block-nps .btn-nps:nth-child(6759n){-webkit-animation-delay:676.5s;animation-delay:676.5s}.poke-block-nps .btn-nps:nth-child(6760n){-webkit-animation-delay:676.6s;animation-delay:676.6s}.poke-block-nps .btn-nps:nth-child(6761n){-webkit-animation-delay:676.7s;animation-delay:676.7s}.poke-block-nps .btn-nps:nth-child(6762n){-webkit-animation-delay:676.8s;animation-delay:676.8s}.poke-block-nps .btn-nps:nth-child(6763n){-webkit-animation-delay:676.9s;animation-delay:676.9s}.poke-block-nps .btn-nps:nth-child(6764n){-webkit-animation-delay:677s;animation-delay:677s}.poke-block-nps .btn-nps:nth-child(6765n){-webkit-animation-delay:677.1s;animation-delay:677.1s}.poke-block-nps .btn-nps:nth-child(6766n){-webkit-animation-delay:677.2s;animation-delay:677.2s}.poke-block-nps .btn-nps:nth-child(6767n){-webkit-animation-delay:677.3s;animation-delay:677.3s}.poke-block-nps .btn-nps:nth-child(6768n){-webkit-animation-delay:677.4s;animation-delay:677.4s}.poke-block-nps .btn-nps:nth-child(6769n){-webkit-animation-delay:677.5s;animation-delay:677.5s}.poke-block-nps .btn-nps:nth-child(6770n){-webkit-animation-delay:677.6s;animation-delay:677.6s}.poke-block-nps .btn-nps:nth-child(6771n){-webkit-animation-delay:677.7s;animation-delay:677.7s}.poke-block-nps .btn-nps:nth-child(6772n){-webkit-animation-delay:677.8s;animation-delay:677.8s}.poke-block-nps .btn-nps:nth-child(6773n){-webkit-animation-delay:677.9s;animation-delay:677.9s}.poke-block-nps .btn-nps:nth-child(6774n){-webkit-animation-delay:678s;animation-delay:678s}.poke-block-nps .btn-nps:nth-child(6775n){-webkit-animation-delay:678.1s;animation-delay:678.1s}.poke-block-nps .btn-nps:nth-child(6776n){-webkit-animation-delay:678.2s;animation-delay:678.2s}.poke-block-nps .btn-nps:nth-child(6777n){-webkit-animation-delay:678.3s;animation-delay:678.3s}.poke-block-nps .btn-nps:nth-child(6778n){-webkit-animation-delay:678.4s;animation-delay:678.4s}.poke-block-nps .btn-nps:nth-child(6779n){-webkit-animation-delay:678.5s;animation-delay:678.5s}.poke-block-nps .btn-nps:nth-child(6780n){-webkit-animation-delay:678.6s;animation-delay:678.6s}.poke-block-nps .btn-nps:nth-child(6781n){-webkit-animation-delay:678.7s;animation-delay:678.7s}.poke-block-nps .btn-nps:nth-child(6782n){-webkit-animation-delay:678.8s;animation-delay:678.8s}.poke-block-nps .btn-nps:nth-child(6783n){-webkit-animation-delay:678.9s;animation-delay:678.9s}.poke-block-nps .btn-nps:nth-child(6784n){-webkit-animation-delay:679s;animation-delay:679s}.poke-block-nps .btn-nps:nth-child(6785n){-webkit-animation-delay:679.1s;animation-delay:679.1s}.poke-block-nps .btn-nps:nth-child(6786n){-webkit-animation-delay:679.2s;animation-delay:679.2s}.poke-block-nps .btn-nps:nth-child(6787n){-webkit-animation-delay:679.3s;animation-delay:679.3s}.poke-block-nps .btn-nps:nth-child(6788n){-webkit-animation-delay:679.4s;animation-delay:679.4s}.poke-block-nps .btn-nps:nth-child(6789n){-webkit-animation-delay:679.5s;animation-delay:679.5s}.poke-block-nps .btn-nps:nth-child(6790n){-webkit-animation-delay:679.6s;animation-delay:679.6s}.poke-block-nps .btn-nps:nth-child(6791n){-webkit-animation-delay:679.7s;animation-delay:679.7s}.poke-block-nps .btn-nps:nth-child(6792n){-webkit-animation-delay:679.8s;animation-delay:679.8s}.poke-block-nps .btn-nps:nth-child(6793n){-webkit-animation-delay:679.9s;animation-delay:679.9s}.poke-block-nps .btn-nps:nth-child(6794n){-webkit-animation-delay:680s;animation-delay:680s}.poke-block-nps .btn-nps:nth-child(6795n){-webkit-animation-delay:680.1s;animation-delay:680.1s}.poke-block-nps .btn-nps:nth-child(6796n){-webkit-animation-delay:680.2s;animation-delay:680.2s}.poke-block-nps .btn-nps:nth-child(6797n){-webkit-animation-delay:680.3s;animation-delay:680.3s}.poke-block-nps .btn-nps:nth-child(6798n){-webkit-animation-delay:680.4s;animation-delay:680.4s}.poke-block-nps .btn-nps:nth-child(6799n){-webkit-animation-delay:680.5s;animation-delay:680.5s}.poke-block-nps .btn-nps:nth-child(6800n){-webkit-animation-delay:680.6s;animation-delay:680.6s}.poke-block-nps .btn-nps:nth-child(6801n){-webkit-animation-delay:680.7s;animation-delay:680.7s}.poke-block-nps .btn-nps:nth-child(6802n){-webkit-animation-delay:680.8s;animation-delay:680.8s}.poke-block-nps .btn-nps:nth-child(6803n){-webkit-animation-delay:680.9s;animation-delay:680.9s}.poke-block-nps .btn-nps:nth-child(6804n){-webkit-animation-delay:681s;animation-delay:681s}.poke-block-nps .btn-nps:nth-child(6805n){-webkit-animation-delay:681.1s;animation-delay:681.1s}.poke-block-nps .btn-nps:nth-child(6806n){-webkit-animation-delay:681.2s;animation-delay:681.2s}.poke-block-nps .btn-nps:nth-child(6807n){-webkit-animation-delay:681.3s;animation-delay:681.3s}.poke-block-nps .btn-nps:nth-child(6808n){-webkit-animation-delay:681.4s;animation-delay:681.4s}.poke-block-nps .btn-nps:nth-child(6809n){-webkit-animation-delay:681.5s;animation-delay:681.5s}.poke-block-nps .btn-nps:nth-child(6810n){-webkit-animation-delay:681.6s;animation-delay:681.6s}.poke-block-nps .btn-nps:nth-child(6811n){-webkit-animation-delay:681.7s;animation-delay:681.7s}.poke-block-nps .btn-nps:nth-child(6812n){-webkit-animation-delay:681.8s;animation-delay:681.8s}.poke-block-nps .btn-nps:nth-child(6813n){-webkit-animation-delay:681.9s;animation-delay:681.9s}.poke-block-nps .btn-nps:nth-child(6814n){-webkit-animation-delay:682s;animation-delay:682s}.poke-block-nps .btn-nps:nth-child(6815n){-webkit-animation-delay:682.1s;animation-delay:682.1s}.poke-block-nps .btn-nps:nth-child(6816n){-webkit-animation-delay:682.2s;animation-delay:682.2s}.poke-block-nps .btn-nps:nth-child(6817n){-webkit-animation-delay:682.3s;animation-delay:682.3s}.poke-block-nps .btn-nps:nth-child(6818n){-webkit-animation-delay:682.4s;animation-delay:682.4s}.poke-block-nps .btn-nps:nth-child(6819n){-webkit-animation-delay:682.5s;animation-delay:682.5s}.poke-block-nps .btn-nps:nth-child(6820n){-webkit-animation-delay:682.6s;animation-delay:682.6s}.poke-block-nps .btn-nps:nth-child(6821n){-webkit-animation-delay:682.7s;animation-delay:682.7s}.poke-block-nps .btn-nps:nth-child(6822n){-webkit-animation-delay:682.8s;animation-delay:682.8s}.poke-block-nps .btn-nps:nth-child(6823n){-webkit-animation-delay:682.9s;animation-delay:682.9s}.poke-block-nps .btn-nps:nth-child(6824n){-webkit-animation-delay:683s;animation-delay:683s}.poke-block-nps .btn-nps:nth-child(6825n){-webkit-animation-delay:683.1s;animation-delay:683.1s}.poke-block-nps .btn-nps:nth-child(6826n){-webkit-animation-delay:683.2s;animation-delay:683.2s}.poke-block-nps .btn-nps:nth-child(6827n){-webkit-animation-delay:683.3s;animation-delay:683.3s}.poke-block-nps .btn-nps:nth-child(6828n){-webkit-animation-delay:683.4s;animation-delay:683.4s}.poke-block-nps .btn-nps:nth-child(6829n){-webkit-animation-delay:683.5s;animation-delay:683.5s}.poke-block-nps .btn-nps:nth-child(6830n){-webkit-animation-delay:683.6s;animation-delay:683.6s}.poke-block-nps .btn-nps:nth-child(6831n){-webkit-animation-delay:683.7s;animation-delay:683.7s}.poke-block-nps .btn-nps:nth-child(6832n){-webkit-animation-delay:683.8s;animation-delay:683.8s}.poke-block-nps .btn-nps:nth-child(6833n){-webkit-animation-delay:683.9s;animation-delay:683.9s}.poke-block-nps .btn-nps:nth-child(6834n){-webkit-animation-delay:684s;animation-delay:684s}.poke-block-nps .btn-nps:nth-child(6835n){-webkit-animation-delay:684.1s;animation-delay:684.1s}.poke-block-nps .btn-nps:nth-child(6836n){-webkit-animation-delay:684.2s;animation-delay:684.2s}.poke-block-nps .btn-nps:nth-child(6837n){-webkit-animation-delay:684.3s;animation-delay:684.3s}.poke-block-nps .btn-nps:nth-child(6838n){-webkit-animation-delay:684.4s;animation-delay:684.4s}.poke-block-nps .btn-nps:nth-child(6839n){-webkit-animation-delay:684.5s;animation-delay:684.5s}.poke-block-nps .btn-nps:nth-child(6840n){-webkit-animation-delay:684.6s;animation-delay:684.6s}.poke-block-nps .btn-nps:nth-child(6841n){-webkit-animation-delay:684.7s;animation-delay:684.7s}.poke-block-nps .btn-nps:nth-child(6842n){-webkit-animation-delay:684.8s;animation-delay:684.8s}.poke-block-nps .btn-nps:nth-child(6843n){-webkit-animation-delay:684.9s;animation-delay:684.9s}.poke-block-nps .btn-nps:nth-child(6844n){-webkit-animation-delay:685s;animation-delay:685s}.poke-block-nps .btn-nps:nth-child(6845n){-webkit-animation-delay:685.1s;animation-delay:685.1s}.poke-block-nps .btn-nps:nth-child(6846n){-webkit-animation-delay:685.2s;animation-delay:685.2s}.poke-block-nps .btn-nps:nth-child(6847n){-webkit-animation-delay:685.3s;animation-delay:685.3s}.poke-block-nps .btn-nps:nth-child(6848n){-webkit-animation-delay:685.4s;animation-delay:685.4s}.poke-block-nps .btn-nps:nth-child(6849n){-webkit-animation-delay:685.5s;animation-delay:685.5s}.poke-block-nps .btn-nps:nth-child(6850n){-webkit-animation-delay:685.6s;animation-delay:685.6s}.poke-block-nps .btn-nps:nth-child(6851n){-webkit-animation-delay:685.7s;animation-delay:685.7s}.poke-block-nps .btn-nps:nth-child(6852n){-webkit-animation-delay:685.8s;animation-delay:685.8s}.poke-block-nps .btn-nps:nth-child(6853n){-webkit-animation-delay:685.9s;animation-delay:685.9s}.poke-block-nps .btn-nps:nth-child(6854n){-webkit-animation-delay:686s;animation-delay:686s}.poke-block-nps .btn-nps:nth-child(6855n){-webkit-animation-delay:686.1s;animation-delay:686.1s}.poke-block-nps .btn-nps:nth-child(6856n){-webkit-animation-delay:686.2s;animation-delay:686.2s}.poke-block-nps .btn-nps:nth-child(6857n){-webkit-animation-delay:686.3s;animation-delay:686.3s}.poke-block-nps .btn-nps:nth-child(6858n){-webkit-animation-delay:686.4s;animation-delay:686.4s}.poke-block-nps .btn-nps:nth-child(6859n){-webkit-animation-delay:686.5s;animation-delay:686.5s}.poke-block-nps .btn-nps:nth-child(6860n){-webkit-animation-delay:686.6s;animation-delay:686.6s}.poke-block-nps .btn-nps:nth-child(6861n){-webkit-animation-delay:686.7s;animation-delay:686.7s}.poke-block-nps .btn-nps:nth-child(6862n){-webkit-animation-delay:686.8s;animation-delay:686.8s}.poke-block-nps .btn-nps:nth-child(6863n){-webkit-animation-delay:686.9s;animation-delay:686.9s}.poke-block-nps .btn-nps:nth-child(6864n){-webkit-animation-delay:687s;animation-delay:687s}.poke-block-nps .btn-nps:nth-child(6865n){-webkit-animation-delay:687.1s;animation-delay:687.1s}.poke-block-nps .btn-nps:nth-child(6866n){-webkit-animation-delay:687.2s;animation-delay:687.2s}.poke-block-nps .btn-nps:nth-child(6867n){-webkit-animation-delay:687.3s;animation-delay:687.3s}.poke-block-nps .btn-nps:nth-child(6868n){-webkit-animation-delay:687.4s;animation-delay:687.4s}.poke-block-nps .btn-nps:nth-child(6869n){-webkit-animation-delay:687.5s;animation-delay:687.5s}.poke-block-nps .btn-nps:nth-child(6870n){-webkit-animation-delay:687.6s;animation-delay:687.6s}.poke-block-nps .btn-nps:nth-child(6871n){-webkit-animation-delay:687.7s;animation-delay:687.7s}.poke-block-nps .btn-nps:nth-child(6872n){-webkit-animation-delay:687.8s;animation-delay:687.8s}.poke-block-nps .btn-nps:nth-child(6873n){-webkit-animation-delay:687.9s;animation-delay:687.9s}.poke-block-nps .btn-nps:nth-child(6874n){-webkit-animation-delay:688s;animation-delay:688s}.poke-block-nps .btn-nps:nth-child(6875n){-webkit-animation-delay:688.1s;animation-delay:688.1s}.poke-block-nps .btn-nps:nth-child(6876n){-webkit-animation-delay:688.2s;animation-delay:688.2s}.poke-block-nps .btn-nps:nth-child(6877n){-webkit-animation-delay:688.3s;animation-delay:688.3s}.poke-block-nps .btn-nps:nth-child(6878n){-webkit-animation-delay:688.4s;animation-delay:688.4s}.poke-block-nps .btn-nps:nth-child(6879n){-webkit-animation-delay:688.5s;animation-delay:688.5s}.poke-block-nps .btn-nps:nth-child(6880n){-webkit-animation-delay:688.6s;animation-delay:688.6s}.poke-block-nps .btn-nps:nth-child(6881n){-webkit-animation-delay:688.7s;animation-delay:688.7s}.poke-block-nps .btn-nps:nth-child(6882n){-webkit-animation-delay:688.8s;animation-delay:688.8s}.poke-block-nps .btn-nps:nth-child(6883n){-webkit-animation-delay:688.9s;animation-delay:688.9s}.poke-block-nps .btn-nps:nth-child(6884n){-webkit-animation-delay:689s;animation-delay:689s}.poke-block-nps .btn-nps:nth-child(6885n){-webkit-animation-delay:689.1s;animation-delay:689.1s}.poke-block-nps .btn-nps:nth-child(6886n){-webkit-animation-delay:689.2s;animation-delay:689.2s}.poke-block-nps .btn-nps:nth-child(6887n){-webkit-animation-delay:689.3s;animation-delay:689.3s}.poke-block-nps .btn-nps:nth-child(6888n){-webkit-animation-delay:689.4s;animation-delay:689.4s}.poke-block-nps .btn-nps:nth-child(6889n){-webkit-animation-delay:689.5s;animation-delay:689.5s}.poke-block-nps .btn-nps:nth-child(6890n){-webkit-animation-delay:689.6s;animation-delay:689.6s}.poke-block-nps .btn-nps:nth-child(6891n){-webkit-animation-delay:689.7s;animation-delay:689.7s}.poke-block-nps .btn-nps:nth-child(6892n){-webkit-animation-delay:689.8s;animation-delay:689.8s}.poke-block-nps .btn-nps:nth-child(6893n){-webkit-animation-delay:689.9s;animation-delay:689.9s}.poke-block-nps .btn-nps:nth-child(6894n){-webkit-animation-delay:690s;animation-delay:690s}.poke-block-nps .btn-nps:nth-child(6895n){-webkit-animation-delay:690.1s;animation-delay:690.1s}.poke-block-nps .btn-nps:nth-child(6896n){-webkit-animation-delay:690.2s;animation-delay:690.2s}.poke-block-nps .btn-nps:nth-child(6897n){-webkit-animation-delay:690.3s;animation-delay:690.3s}.poke-block-nps .btn-nps:nth-child(6898n){-webkit-animation-delay:690.4s;animation-delay:690.4s}.poke-block-nps .btn-nps:nth-child(6899n){-webkit-animation-delay:690.5s;animation-delay:690.5s}.poke-block-nps .btn-nps:nth-child(6900n){-webkit-animation-delay:690.6s;animation-delay:690.6s}.poke-block-nps .btn-nps:nth-child(6901n){-webkit-animation-delay:690.7s;animation-delay:690.7s}.poke-block-nps .btn-nps:nth-child(6902n){-webkit-animation-delay:690.8s;animation-delay:690.8s}.poke-block-nps .btn-nps:nth-child(6903n){-webkit-animation-delay:690.9s;animation-delay:690.9s}.poke-block-nps .btn-nps:nth-child(6904n){-webkit-animation-delay:691s;animation-delay:691s}.poke-block-nps .btn-nps:nth-child(6905n){-webkit-animation-delay:691.1s;animation-delay:691.1s}.poke-block-nps .btn-nps:nth-child(6906n){-webkit-animation-delay:691.2s;animation-delay:691.2s}.poke-block-nps .btn-nps:nth-child(6907n){-webkit-animation-delay:691.3s;animation-delay:691.3s}.poke-block-nps .btn-nps:nth-child(6908n){-webkit-animation-delay:691.4s;animation-delay:691.4s}.poke-block-nps .btn-nps:nth-child(6909n){-webkit-animation-delay:691.5s;animation-delay:691.5s}.poke-block-nps .btn-nps:nth-child(6910n){-webkit-animation-delay:691.6s;animation-delay:691.6s}.poke-block-nps .btn-nps:nth-child(6911n){-webkit-animation-delay:691.7s;animation-delay:691.7s}.poke-block-nps .btn-nps:nth-child(6912n){-webkit-animation-delay:691.8s;animation-delay:691.8s}.poke-block-nps .btn-nps:nth-child(6913n){-webkit-animation-delay:691.9s;animation-delay:691.9s}.poke-block-nps .btn-nps:nth-child(6914n){-webkit-animation-delay:692s;animation-delay:692s}.poke-block-nps .btn-nps:nth-child(6915n){-webkit-animation-delay:692.1s;animation-delay:692.1s}.poke-block-nps .btn-nps:nth-child(6916n){-webkit-animation-delay:692.2s;animation-delay:692.2s}.poke-block-nps .btn-nps:nth-child(6917n){-webkit-animation-delay:692.3s;animation-delay:692.3s}.poke-block-nps .btn-nps:nth-child(6918n){-webkit-animation-delay:692.4s;animation-delay:692.4s}.poke-block-nps .btn-nps:nth-child(6919n){-webkit-animation-delay:692.5s;animation-delay:692.5s}.poke-block-nps .btn-nps:nth-child(6920n){-webkit-animation-delay:692.6s;animation-delay:692.6s}.poke-block-nps .btn-nps:nth-child(6921n){-webkit-animation-delay:692.7s;animation-delay:692.7s}.poke-block-nps .btn-nps:nth-child(6922n){-webkit-animation-delay:692.8s;animation-delay:692.8s}.poke-block-nps .btn-nps:nth-child(6923n){-webkit-animation-delay:692.9s;animation-delay:692.9s}.poke-block-nps .btn-nps:nth-child(6924n){-webkit-animation-delay:693s;animation-delay:693s}.poke-block-nps .btn-nps:nth-child(6925n){-webkit-animation-delay:693.1s;animation-delay:693.1s}.poke-block-nps .btn-nps:nth-child(6926n){-webkit-animation-delay:693.2s;animation-delay:693.2s}.poke-block-nps .btn-nps:nth-child(6927n){-webkit-animation-delay:693.3s;animation-delay:693.3s}.poke-block-nps .btn-nps:nth-child(6928n){-webkit-animation-delay:693.4s;animation-delay:693.4s}.poke-block-nps .btn-nps:nth-child(6929n){-webkit-animation-delay:693.5s;animation-delay:693.5s}.poke-block-nps .btn-nps:nth-child(6930n){-webkit-animation-delay:693.6s;animation-delay:693.6s}.poke-block-nps .btn-nps:nth-child(6931n){-webkit-animation-delay:693.7s;animation-delay:693.7s}.poke-block-nps .btn-nps:nth-child(6932n){-webkit-animation-delay:693.8s;animation-delay:693.8s}.poke-block-nps .btn-nps:nth-child(6933n){-webkit-animation-delay:693.9s;animation-delay:693.9s}.poke-block-nps .btn-nps:nth-child(6934n){-webkit-animation-delay:694s;animation-delay:694s}.poke-block-nps .btn-nps:nth-child(6935n){-webkit-animation-delay:694.1s;animation-delay:694.1s}.poke-block-nps .btn-nps:nth-child(6936n){-webkit-animation-delay:694.2s;animation-delay:694.2s}.poke-block-nps .btn-nps:nth-child(6937n){-webkit-animation-delay:694.3s;animation-delay:694.3s}.poke-block-nps .btn-nps:nth-child(6938n){-webkit-animation-delay:694.4s;animation-delay:694.4s}.poke-block-nps .btn-nps:nth-child(6939n){-webkit-animation-delay:694.5s;animation-delay:694.5s}.poke-block-nps .btn-nps:nth-child(6940n){-webkit-animation-delay:694.6s;animation-delay:694.6s}.poke-block-nps .btn-nps:nth-child(6941n){-webkit-animation-delay:694.7s;animation-delay:694.7s}.poke-block-nps .btn-nps:nth-child(6942n){-webkit-animation-delay:694.8s;animation-delay:694.8s}.poke-block-nps .btn-nps:nth-child(6943n){-webkit-animation-delay:694.9s;animation-delay:694.9s}.poke-block-nps .btn-nps:nth-child(6944n){-webkit-animation-delay:695s;animation-delay:695s}.poke-block-nps .btn-nps:nth-child(6945n){-webkit-animation-delay:695.1s;animation-delay:695.1s}.poke-block-nps .btn-nps:nth-child(6946n){-webkit-animation-delay:695.2s;animation-delay:695.2s}.poke-block-nps .btn-nps:nth-child(6947n){-webkit-animation-delay:695.3s;animation-delay:695.3s}.poke-block-nps .btn-nps:nth-child(6948n){-webkit-animation-delay:695.4s;animation-delay:695.4s}.poke-block-nps .btn-nps:nth-child(6949n){-webkit-animation-delay:695.5s;animation-delay:695.5s}.poke-block-nps .btn-nps:nth-child(6950n){-webkit-animation-delay:695.6s;animation-delay:695.6s}.poke-block-nps .btn-nps:nth-child(6951n){-webkit-animation-delay:695.7s;animation-delay:695.7s}.poke-block-nps .btn-nps:nth-child(6952n){-webkit-animation-delay:695.8s;animation-delay:695.8s}.poke-block-nps .btn-nps:nth-child(6953n){-webkit-animation-delay:695.9s;animation-delay:695.9s}.poke-block-nps .btn-nps:nth-child(6954n){-webkit-animation-delay:696s;animation-delay:696s}.poke-block-nps .btn-nps:nth-child(6955n){-webkit-animation-delay:696.1s;animation-delay:696.1s}.poke-block-nps .btn-nps:nth-child(6956n){-webkit-animation-delay:696.2s;animation-delay:696.2s}.poke-block-nps .btn-nps:nth-child(6957n){-webkit-animation-delay:696.3s;animation-delay:696.3s}.poke-block-nps .btn-nps:nth-child(6958n){-webkit-animation-delay:696.4s;animation-delay:696.4s}.poke-block-nps .btn-nps:nth-child(6959n){-webkit-animation-delay:696.5s;animation-delay:696.5s}.poke-block-nps .btn-nps:nth-child(6960n){-webkit-animation-delay:696.6s;animation-delay:696.6s}.poke-block-nps .btn-nps:nth-child(6961n){-webkit-animation-delay:696.7s;animation-delay:696.7s}.poke-block-nps .btn-nps:nth-child(6962n){-webkit-animation-delay:696.8s;animation-delay:696.8s}.poke-block-nps .btn-nps:nth-child(6963n){-webkit-animation-delay:696.9s;animation-delay:696.9s}.poke-block-nps .btn-nps:nth-child(6964n){-webkit-animation-delay:697s;animation-delay:697s}.poke-block-nps .btn-nps:nth-child(6965n){-webkit-animation-delay:697.1s;animation-delay:697.1s}.poke-block-nps .btn-nps:nth-child(6966n){-webkit-animation-delay:697.2s;animation-delay:697.2s}.poke-block-nps .btn-nps:nth-child(6967n){-webkit-animation-delay:697.3s;animation-delay:697.3s}.poke-block-nps .btn-nps:nth-child(6968n){-webkit-animation-delay:697.4s;animation-delay:697.4s}.poke-block-nps .btn-nps:nth-child(6969n){-webkit-animation-delay:697.5s;animation-delay:697.5s}.poke-block-nps .btn-nps:nth-child(6970n){-webkit-animation-delay:697.6s;animation-delay:697.6s}.poke-block-nps .btn-nps:nth-child(6971n){-webkit-animation-delay:697.7s;animation-delay:697.7s}.poke-block-nps .btn-nps:nth-child(6972n){-webkit-animation-delay:697.8s;animation-delay:697.8s}.poke-block-nps .btn-nps:nth-child(6973n){-webkit-animation-delay:697.9s;animation-delay:697.9s}.poke-block-nps .btn-nps:nth-child(6974n){-webkit-animation-delay:698s;animation-delay:698s}.poke-block-nps .btn-nps:nth-child(6975n){-webkit-animation-delay:698.1s;animation-delay:698.1s}.poke-block-nps .btn-nps:nth-child(6976n){-webkit-animation-delay:698.2s;animation-delay:698.2s}.poke-block-nps .btn-nps:nth-child(6977n){-webkit-animation-delay:698.3s;animation-delay:698.3s}.poke-block-nps .btn-nps:nth-child(6978n){-webkit-animation-delay:698.4s;animation-delay:698.4s}.poke-block-nps .btn-nps:nth-child(6979n){-webkit-animation-delay:698.5s;animation-delay:698.5s}.poke-block-nps .btn-nps:nth-child(6980n){-webkit-animation-delay:698.6s;animation-delay:698.6s}.poke-block-nps .btn-nps:nth-child(6981n){-webkit-animation-delay:698.7s;animation-delay:698.7s}.poke-block-nps .btn-nps:nth-child(6982n){-webkit-animation-delay:698.8s;animation-delay:698.8s}.poke-block-nps .btn-nps:nth-child(6983n){-webkit-animation-delay:698.9s;animation-delay:698.9s}.poke-block-nps .btn-nps:nth-child(6984n){-webkit-animation-delay:699s;animation-delay:699s}.poke-block-nps .btn-nps:nth-child(6985n){-webkit-animation-delay:699.1s;animation-delay:699.1s}.poke-block-nps .btn-nps:nth-child(6986n){-webkit-animation-delay:699.2s;animation-delay:699.2s}.poke-block-nps .btn-nps:nth-child(6987n){-webkit-animation-delay:699.3s;animation-delay:699.3s}.poke-block-nps .btn-nps:nth-child(6988n){-webkit-animation-delay:699.4s;animation-delay:699.4s}.poke-block-nps .btn-nps:nth-child(6989n){-webkit-animation-delay:699.5s;animation-delay:699.5s}.poke-block-nps .btn-nps:nth-child(6990n){-webkit-animation-delay:699.6s;animation-delay:699.6s}.poke-block-nps .btn-nps:nth-child(6991n){-webkit-animation-delay:699.7s;animation-delay:699.7s}.poke-block-nps .btn-nps:nth-child(6992n){-webkit-animation-delay:699.8s;animation-delay:699.8s}.poke-block-nps .btn-nps:nth-child(6993n){-webkit-animation-delay:699.9s;animation-delay:699.9s}.poke-block-nps .btn-nps:nth-child(6994n){-webkit-animation-delay:700s;animation-delay:700s}.poke-block-nps .btn-nps:nth-child(6995n){-webkit-animation-delay:700.1s;animation-delay:700.1s}.poke-block-nps .btn-nps:nth-child(6996n){-webkit-animation-delay:700.2s;animation-delay:700.2s}.poke-block-nps .btn-nps:nth-child(6997n){-webkit-animation-delay:700.3s;animation-delay:700.3s}.poke-block-nps .btn-nps:nth-child(6998n){-webkit-animation-delay:700.4s;animation-delay:700.4s}.poke-block-nps .btn-nps:nth-child(6999n){-webkit-animation-delay:700.5s;animation-delay:700.5s}.poke-block-nps .btn-nps:nth-child(7000n){-webkit-animation-delay:700.6s;animation-delay:700.6s}.poke-block-nps .btn-nps:nth-child(7001n){-webkit-animation-delay:700.7s;animation-delay:700.7s}.poke-block-nps .btn-nps:nth-child(7002n){-webkit-animation-delay:700.8s;animation-delay:700.8s}.poke-block-nps .btn-nps:nth-child(7003n){-webkit-animation-delay:700.9s;animation-delay:700.9s}.poke-block-nps .btn-nps:nth-child(7004n){-webkit-animation-delay:701s;animation-delay:701s}.poke-block-nps .btn-nps:nth-child(7005n){-webkit-animation-delay:701.1s;animation-delay:701.1s}.poke-block-nps .btn-nps:nth-child(7006n){-webkit-animation-delay:701.2s;animation-delay:701.2s}.poke-block-nps .btn-nps:nth-child(7007n){-webkit-animation-delay:701.3s;animation-delay:701.3s}.poke-block-nps .btn-nps:nth-child(7008n){-webkit-animation-delay:701.4s;animation-delay:701.4s}.poke-block-nps .btn-nps:nth-child(7009n){-webkit-animation-delay:701.5s;animation-delay:701.5s}.poke-block-nps .btn-nps:nth-child(7010n){-webkit-animation-delay:701.6s;animation-delay:701.6s}.poke-block-nps .btn-nps:nth-child(7011n){-webkit-animation-delay:701.7s;animation-delay:701.7s}.poke-block-nps .btn-nps:nth-child(7012n){-webkit-animation-delay:701.8s;animation-delay:701.8s}.poke-block-nps .btn-nps:nth-child(7013n){-webkit-animation-delay:701.9s;animation-delay:701.9s}.poke-block-nps .btn-nps:nth-child(7014n){-webkit-animation-delay:702s;animation-delay:702s}.poke-block-nps .btn-nps:nth-child(7015n){-webkit-animation-delay:702.1s;animation-delay:702.1s}.poke-block-nps .btn-nps:nth-child(7016n){-webkit-animation-delay:702.2s;animation-delay:702.2s}.poke-block-nps .btn-nps:nth-child(7017n){-webkit-animation-delay:702.3s;animation-delay:702.3s}.poke-block-nps .btn-nps:nth-child(7018n){-webkit-animation-delay:702.4s;animation-delay:702.4s}.poke-block-nps .btn-nps:nth-child(7019n){-webkit-animation-delay:702.5s;animation-delay:702.5s}.poke-block-nps .btn-nps:nth-child(7020n){-webkit-animation-delay:702.6s;animation-delay:702.6s}.poke-block-nps .btn-nps:nth-child(7021n){-webkit-animation-delay:702.7s;animation-delay:702.7s}.poke-block-nps .btn-nps:nth-child(7022n){-webkit-animation-delay:702.8s;animation-delay:702.8s}.poke-block-nps .btn-nps:nth-child(7023n){-webkit-animation-delay:702.9s;animation-delay:702.9s}.poke-block-nps .btn-nps:nth-child(7024n){-webkit-animation-delay:703s;animation-delay:703s}.poke-block-nps .btn-nps:nth-child(7025n){-webkit-animation-delay:703.1s;animation-delay:703.1s}.poke-block-nps .btn-nps:nth-child(7026n){-webkit-animation-delay:703.2s;animation-delay:703.2s}.poke-block-nps .btn-nps:nth-child(7027n){-webkit-animation-delay:703.3s;animation-delay:703.3s}.poke-block-nps .btn-nps:nth-child(7028n){-webkit-animation-delay:703.4s;animation-delay:703.4s}.poke-block-nps .btn-nps:nth-child(7029n){-webkit-animation-delay:703.5s;animation-delay:703.5s}.poke-block-nps .btn-nps:nth-child(7030n){-webkit-animation-delay:703.6s;animation-delay:703.6s}.poke-block-nps .btn-nps:nth-child(7031n){-webkit-animation-delay:703.7s;animation-delay:703.7s}.poke-block-nps .btn-nps:nth-child(7032n){-webkit-animation-delay:703.8s;animation-delay:703.8s}.poke-block-nps .btn-nps:nth-child(7033n){-webkit-animation-delay:703.9s;animation-delay:703.9s}.poke-block-nps .btn-nps:nth-child(7034n){-webkit-animation-delay:704s;animation-delay:704s}.poke-block-nps .btn-nps:nth-child(7035n){-webkit-animation-delay:704.1s;animation-delay:704.1s}.poke-block-nps .btn-nps:nth-child(7036n){-webkit-animation-delay:704.2s;animation-delay:704.2s}.poke-block-nps .btn-nps:nth-child(7037n){-webkit-animation-delay:704.3s;animation-delay:704.3s}.poke-block-nps .btn-nps:nth-child(7038n){-webkit-animation-delay:704.4s;animation-delay:704.4s}.poke-block-nps .btn-nps:nth-child(7039n){-webkit-animation-delay:704.5s;animation-delay:704.5s}.poke-block-nps .btn-nps:nth-child(7040n){-webkit-animation-delay:704.6s;animation-delay:704.6s}.poke-block-nps .btn-nps:nth-child(7041n){-webkit-animation-delay:704.7s;animation-delay:704.7s}.poke-block-nps .btn-nps:nth-child(7042n){-webkit-animation-delay:704.8s;animation-delay:704.8s}.poke-block-nps .btn-nps:nth-child(7043n){-webkit-animation-delay:704.9s;animation-delay:704.9s}.poke-block-nps .btn-nps:nth-child(7044n){-webkit-animation-delay:705s;animation-delay:705s}.poke-block-nps .btn-nps:nth-child(7045n){-webkit-animation-delay:705.1s;animation-delay:705.1s}.poke-block-nps .btn-nps:nth-child(7046n){-webkit-animation-delay:705.2s;animation-delay:705.2s}.poke-block-nps .btn-nps:nth-child(7047n){-webkit-animation-delay:705.3s;animation-delay:705.3s}.poke-block-nps .btn-nps:nth-child(7048n){-webkit-animation-delay:705.4s;animation-delay:705.4s}.poke-block-nps .btn-nps:nth-child(7049n){-webkit-animation-delay:705.5s;animation-delay:705.5s}.poke-block-nps .btn-nps:nth-child(7050n){-webkit-animation-delay:705.6s;animation-delay:705.6s}.poke-block-nps .btn-nps:nth-child(7051n){-webkit-animation-delay:705.7s;animation-delay:705.7s}.poke-block-nps .btn-nps:nth-child(7052n){-webkit-animation-delay:705.8s;animation-delay:705.8s}.poke-block-nps .btn-nps:nth-child(7053n){-webkit-animation-delay:705.9s;animation-delay:705.9s}.poke-block-nps .btn-nps:nth-child(7054n){-webkit-animation-delay:706s;animation-delay:706s}.poke-block-nps .btn-nps:nth-child(7055n){-webkit-animation-delay:706.1s;animation-delay:706.1s}.poke-block-nps .btn-nps:nth-child(7056n){-webkit-animation-delay:706.2s;animation-delay:706.2s}.poke-block-nps .btn-nps:nth-child(7057n){-webkit-animation-delay:706.3s;animation-delay:706.3s}.poke-block-nps .btn-nps:nth-child(7058n){-webkit-animation-delay:706.4s;animation-delay:706.4s}.poke-block-nps .btn-nps:nth-child(7059n){-webkit-animation-delay:706.5s;animation-delay:706.5s}.poke-block-nps .btn-nps:nth-child(7060n){-webkit-animation-delay:706.6s;animation-delay:706.6s}.poke-block-nps .btn-nps:nth-child(7061n){-webkit-animation-delay:706.7s;animation-delay:706.7s}.poke-block-nps .btn-nps:nth-child(7062n){-webkit-animation-delay:706.8s;animation-delay:706.8s}.poke-block-nps .btn-nps:nth-child(7063n){-webkit-animation-delay:706.9s;animation-delay:706.9s}.poke-block-nps .btn-nps:nth-child(7064n){-webkit-animation-delay:707s;animation-delay:707s}.poke-block-nps .btn-nps:nth-child(7065n){-webkit-animation-delay:707.1s;animation-delay:707.1s}.poke-block-nps .btn-nps:nth-child(7066n){-webkit-animation-delay:707.2s;animation-delay:707.2s}.poke-block-nps .btn-nps:nth-child(7067n){-webkit-animation-delay:707.3s;animation-delay:707.3s}.poke-block-nps .btn-nps:nth-child(7068n){-webkit-animation-delay:707.4s;animation-delay:707.4s}.poke-block-nps .btn-nps:nth-child(7069n){-webkit-animation-delay:707.5s;animation-delay:707.5s}.poke-block-nps .btn-nps:nth-child(7070n){-webkit-animation-delay:707.6s;animation-delay:707.6s}.poke-block-nps .btn-nps:nth-child(7071n){-webkit-animation-delay:707.7s;animation-delay:707.7s}.poke-block-nps .btn-nps:nth-child(7072n){-webkit-animation-delay:707.8s;animation-delay:707.8s}.poke-block-nps .btn-nps:nth-child(7073n){-webkit-animation-delay:707.9s;animation-delay:707.9s}.poke-block-nps .btn-nps:nth-child(7074n){-webkit-animation-delay:708s;animation-delay:708s}.poke-block-nps .btn-nps:nth-child(7075n){-webkit-animation-delay:708.1s;animation-delay:708.1s}.poke-block-nps .btn-nps:nth-child(7076n){-webkit-animation-delay:708.2s;animation-delay:708.2s}.poke-block-nps .btn-nps:nth-child(7077n){-webkit-animation-delay:708.3s;animation-delay:708.3s}.poke-block-nps .btn-nps:nth-child(7078n){-webkit-animation-delay:708.4s;animation-delay:708.4s}.poke-block-nps .btn-nps:nth-child(7079n){-webkit-animation-delay:708.5s;animation-delay:708.5s}.poke-block-nps .btn-nps:nth-child(7080n){-webkit-animation-delay:708.6s;animation-delay:708.6s}.poke-block-nps .btn-nps:nth-child(7081n){-webkit-animation-delay:708.7s;animation-delay:708.7s}.poke-block-nps .btn-nps:nth-child(7082n){-webkit-animation-delay:708.8s;animation-delay:708.8s}.poke-block-nps .btn-nps:nth-child(7083n){-webkit-animation-delay:708.9s;animation-delay:708.9s}.poke-block-nps .btn-nps:nth-child(7084n){-webkit-animation-delay:709s;animation-delay:709s}.poke-block-nps .btn-nps:nth-child(7085n){-webkit-animation-delay:709.1s;animation-delay:709.1s}.poke-block-nps .btn-nps:nth-child(7086n){-webkit-animation-delay:709.2s;animation-delay:709.2s}.poke-block-nps .btn-nps:nth-child(7087n){-webkit-animation-delay:709.3s;animation-delay:709.3s}.poke-block-nps .btn-nps:nth-child(7088n){-webkit-animation-delay:709.4s;animation-delay:709.4s}.poke-block-nps .btn-nps:nth-child(7089n){-webkit-animation-delay:709.5s;animation-delay:709.5s}.poke-block-nps .btn-nps:nth-child(7090n){-webkit-animation-delay:709.6s;animation-delay:709.6s}.poke-block-nps .btn-nps:nth-child(7091n){-webkit-animation-delay:709.7s;animation-delay:709.7s}.poke-block-nps .btn-nps:nth-child(7092n){-webkit-animation-delay:709.8s;animation-delay:709.8s}.poke-block-nps .btn-nps:nth-child(7093n){-webkit-animation-delay:709.9s;animation-delay:709.9s}.poke-block-nps .btn-nps:nth-child(7094n){-webkit-animation-delay:710s;animation-delay:710s}.poke-block-nps .btn-nps:nth-child(7095n){-webkit-animation-delay:710.1s;animation-delay:710.1s}.poke-block-nps .btn-nps:nth-child(7096n){-webkit-animation-delay:710.2s;animation-delay:710.2s}.poke-block-nps .btn-nps:nth-child(7097n){-webkit-animation-delay:710.3s;animation-delay:710.3s}.poke-block-nps .btn-nps:nth-child(7098n){-webkit-animation-delay:710.4s;animation-delay:710.4s}.poke-block-nps .btn-nps:nth-child(7099n){-webkit-animation-delay:710.5s;animation-delay:710.5s}.poke-block-nps .btn-nps:nth-child(7100n){-webkit-animation-delay:710.6s;animation-delay:710.6s}.poke-block-nps .btn-nps:nth-child(7101n){-webkit-animation-delay:710.7s;animation-delay:710.7s}.poke-block-nps .btn-nps:nth-child(7102n){-webkit-animation-delay:710.8s;animation-delay:710.8s}.poke-block-nps .btn-nps:nth-child(7103n){-webkit-animation-delay:710.9s;animation-delay:710.9s}.poke-block-nps .btn-nps:nth-child(7104n){-webkit-animation-delay:711s;animation-delay:711s}.poke-block-nps .btn-nps:nth-child(7105n){-webkit-animation-delay:711.1s;animation-delay:711.1s}.poke-block-nps .btn-nps:nth-child(7106n){-webkit-animation-delay:711.2s;animation-delay:711.2s}.poke-block-nps .btn-nps:nth-child(7107n){-webkit-animation-delay:711.3s;animation-delay:711.3s}.poke-block-nps .btn-nps:nth-child(7108n){-webkit-animation-delay:711.4s;animation-delay:711.4s}.poke-block-nps .btn-nps:nth-child(7109n){-webkit-animation-delay:711.5s;animation-delay:711.5s}.poke-block-nps .btn-nps:nth-child(7110n){-webkit-animation-delay:711.6s;animation-delay:711.6s}.poke-block-nps .btn-nps:nth-child(7111n){-webkit-animation-delay:711.7s;animation-delay:711.7s}.poke-block-nps .btn-nps:nth-child(7112n){-webkit-animation-delay:711.8s;animation-delay:711.8s}.poke-block-nps .btn-nps:nth-child(7113n){-webkit-animation-delay:711.9s;animation-delay:711.9s}.poke-block-nps .btn-nps:nth-child(7114n){-webkit-animation-delay:712s;animation-delay:712s}.poke-block-nps .btn-nps:nth-child(7115n){-webkit-animation-delay:712.1s;animation-delay:712.1s}.poke-block-nps .btn-nps:nth-child(7116n){-webkit-animation-delay:712.2s;animation-delay:712.2s}.poke-block-nps .btn-nps:nth-child(7117n){-webkit-animation-delay:712.3s;animation-delay:712.3s}.poke-block-nps .btn-nps:nth-child(7118n){-webkit-animation-delay:712.4s;animation-delay:712.4s}.poke-block-nps .btn-nps:nth-child(7119n){-webkit-animation-delay:712.5s;animation-delay:712.5s}.poke-block-nps .btn-nps:nth-child(7120n){-webkit-animation-delay:712.6s;animation-delay:712.6s}.poke-block-nps .btn-nps:nth-child(7121n){-webkit-animation-delay:712.7s;animation-delay:712.7s}.poke-block-nps .btn-nps:nth-child(7122n){-webkit-animation-delay:712.8s;animation-delay:712.8s}.poke-block-nps .btn-nps:nth-child(7123n){-webkit-animation-delay:712.9s;animation-delay:712.9s}.poke-block-nps .btn-nps:nth-child(7124n){-webkit-animation-delay:713s;animation-delay:713s}.poke-block-nps .btn-nps:nth-child(7125n){-webkit-animation-delay:713.1s;animation-delay:713.1s}.poke-block-nps .btn-nps:nth-child(7126n){-webkit-animation-delay:713.2s;animation-delay:713.2s}.poke-block-nps .btn-nps:nth-child(7127n){-webkit-animation-delay:713.3s;animation-delay:713.3s}.poke-block-nps .btn-nps:nth-child(7128n){-webkit-animation-delay:713.4s;animation-delay:713.4s}.poke-block-nps .btn-nps:nth-child(7129n){-webkit-animation-delay:713.5s;animation-delay:713.5s}.poke-block-nps .btn-nps:nth-child(7130n){-webkit-animation-delay:713.6s;animation-delay:713.6s}.poke-block-nps .btn-nps:nth-child(7131n){-webkit-animation-delay:713.7s;animation-delay:713.7s}.poke-block-nps .btn-nps:nth-child(7132n){-webkit-animation-delay:713.8s;animation-delay:713.8s}.poke-block-nps .btn-nps:nth-child(7133n){-webkit-animation-delay:713.9s;animation-delay:713.9s}.poke-block-nps .btn-nps:nth-child(7134n){-webkit-animation-delay:714s;animation-delay:714s}.poke-block-nps .btn-nps:nth-child(7135n){-webkit-animation-delay:714.1s;animation-delay:714.1s}.poke-block-nps .btn-nps:nth-child(7136n){-webkit-animation-delay:714.2s;animation-delay:714.2s}.poke-block-nps .btn-nps:nth-child(7137n){-webkit-animation-delay:714.3s;animation-delay:714.3s}.poke-block-nps .btn-nps:nth-child(7138n){-webkit-animation-delay:714.4s;animation-delay:714.4s}.poke-block-nps .btn-nps:nth-child(7139n){-webkit-animation-delay:714.5s;animation-delay:714.5s}.poke-block-nps .btn-nps:nth-child(7140n){-webkit-animation-delay:714.6s;animation-delay:714.6s}.poke-block-nps .btn-nps:nth-child(7141n){-webkit-animation-delay:714.7s;animation-delay:714.7s}.poke-block-nps .btn-nps:nth-child(7142n){-webkit-animation-delay:714.8s;animation-delay:714.8s}.poke-block-nps .btn-nps:nth-child(7143n){-webkit-animation-delay:714.9s;animation-delay:714.9s}.poke-block-nps .btn-nps:nth-child(7144n){-webkit-animation-delay:715s;animation-delay:715s}.poke-block-nps .btn-nps:nth-child(7145n){-webkit-animation-delay:715.1s;animation-delay:715.1s}.poke-block-nps .btn-nps:nth-child(7146n){-webkit-animation-delay:715.2s;animation-delay:715.2s}.poke-block-nps .btn-nps:nth-child(7147n){-webkit-animation-delay:715.3s;animation-delay:715.3s}.poke-block-nps .btn-nps:nth-child(7148n){-webkit-animation-delay:715.4s;animation-delay:715.4s}.poke-block-nps .btn-nps:nth-child(7149n){-webkit-animation-delay:715.5s;animation-delay:715.5s}.poke-block-nps .btn-nps:nth-child(7150n){-webkit-animation-delay:715.6s;animation-delay:715.6s}.poke-block-nps .btn-nps:nth-child(7151n){-webkit-animation-delay:715.7s;animation-delay:715.7s}.poke-block-nps .btn-nps:nth-child(7152n){-webkit-animation-delay:715.8s;animation-delay:715.8s}.poke-block-nps .btn-nps:nth-child(7153n){-webkit-animation-delay:715.9s;animation-delay:715.9s}.poke-block-nps .btn-nps:nth-child(7154n){-webkit-animation-delay:716s;animation-delay:716s}.poke-block-nps .btn-nps:nth-child(7155n){-webkit-animation-delay:716.1s;animation-delay:716.1s}.poke-block-nps .btn-nps:nth-child(7156n){-webkit-animation-delay:716.2s;animation-delay:716.2s}.poke-block-nps .btn-nps:nth-child(7157n){-webkit-animation-delay:716.3s;animation-delay:716.3s}.poke-block-nps .btn-nps:nth-child(7158n){-webkit-animation-delay:716.4s;animation-delay:716.4s}.poke-block-nps .btn-nps:nth-child(7159n){-webkit-animation-delay:716.5s;animation-delay:716.5s}.poke-block-nps .btn-nps:nth-child(7160n){-webkit-animation-delay:716.6s;animation-delay:716.6s}.poke-block-nps .btn-nps:nth-child(7161n){-webkit-animation-delay:716.7s;animation-delay:716.7s}.poke-block-nps .btn-nps:nth-child(7162n){-webkit-animation-delay:716.8s;animation-delay:716.8s}.poke-block-nps .btn-nps:nth-child(7163n){-webkit-animation-delay:716.9s;animation-delay:716.9s}.poke-block-nps .btn-nps:nth-child(7164n){-webkit-animation-delay:717s;animation-delay:717s}.poke-block-nps .btn-nps:nth-child(7165n){-webkit-animation-delay:717.1s;animation-delay:717.1s}.poke-block-nps .btn-nps:nth-child(7166n){-webkit-animation-delay:717.2s;animation-delay:717.2s}.poke-block-nps .btn-nps:nth-child(7167n){-webkit-animation-delay:717.3s;animation-delay:717.3s}.poke-block-nps .btn-nps:nth-child(7168n){-webkit-animation-delay:717.4s;animation-delay:717.4s}.poke-block-nps .btn-nps:nth-child(7169n){-webkit-animation-delay:717.5s;animation-delay:717.5s}.poke-block-nps .btn-nps:nth-child(7170n){-webkit-animation-delay:717.6s;animation-delay:717.6s}.poke-block-nps .btn-nps:nth-child(7171n){-webkit-animation-delay:717.7s;animation-delay:717.7s}.poke-block-nps .btn-nps:nth-child(7172n){-webkit-animation-delay:717.8s;animation-delay:717.8s}.poke-block-nps .btn-nps:nth-child(7173n){-webkit-animation-delay:717.9s;animation-delay:717.9s}.poke-block-nps .btn-nps:nth-child(7174n){-webkit-animation-delay:718s;animation-delay:718s}.poke-block-nps .btn-nps:nth-child(7175n){-webkit-animation-delay:718.1s;animation-delay:718.1s}.poke-block-nps .btn-nps:nth-child(7176n){-webkit-animation-delay:718.2s;animation-delay:718.2s}.poke-block-nps .btn-nps:nth-child(7177n){-webkit-animation-delay:718.3s;animation-delay:718.3s}.poke-block-nps .btn-nps:nth-child(7178n){-webkit-animation-delay:718.4s;animation-delay:718.4s}.poke-block-nps .btn-nps:nth-child(7179n){-webkit-animation-delay:718.5s;animation-delay:718.5s}.poke-block-nps .btn-nps:nth-child(7180n){-webkit-animation-delay:718.6s;animation-delay:718.6s}.poke-block-nps .btn-nps:nth-child(7181n){-webkit-animation-delay:718.7s;animation-delay:718.7s}.poke-block-nps .btn-nps:nth-child(7182n){-webkit-animation-delay:718.8s;animation-delay:718.8s}.poke-block-nps .btn-nps:nth-child(7183n){-webkit-animation-delay:718.9s;animation-delay:718.9s}.poke-block-nps .btn-nps:nth-child(7184n){-webkit-animation-delay:719s;animation-delay:719s}.poke-block-nps .btn-nps:nth-child(7185n){-webkit-animation-delay:719.1s;animation-delay:719.1s}.poke-block-nps .btn-nps:nth-child(7186n){-webkit-animation-delay:719.2s;animation-delay:719.2s}.poke-block-nps .btn-nps:nth-child(7187n){-webkit-animation-delay:719.3s;animation-delay:719.3s}.poke-block-nps .btn-nps:nth-child(7188n){-webkit-animation-delay:719.4s;animation-delay:719.4s}.poke-block-nps .btn-nps:nth-child(7189n){-webkit-animation-delay:719.5s;animation-delay:719.5s}.poke-block-nps .btn-nps:nth-child(7190n){-webkit-animation-delay:719.6s;animation-delay:719.6s}.poke-block-nps .btn-nps:nth-child(7191n){-webkit-animation-delay:719.7s;animation-delay:719.7s}.poke-block-nps .btn-nps:nth-child(7192n){-webkit-animation-delay:719.8s;animation-delay:719.8s}.poke-block-nps .btn-nps:nth-child(7193n){-webkit-animation-delay:719.9s;animation-delay:719.9s}.poke-block-nps .btn-nps:nth-child(7194n){-webkit-animation-delay:720s;animation-delay:720s}.poke-block-nps .btn-nps:nth-child(7195n){-webkit-animation-delay:720.1s;animation-delay:720.1s}.poke-block-nps .btn-nps:nth-child(7196n){-webkit-animation-delay:720.2s;animation-delay:720.2s}.poke-block-nps .btn-nps:nth-child(7197n){-webkit-animation-delay:720.3s;animation-delay:720.3s}.poke-block-nps .btn-nps:nth-child(7198n){-webkit-animation-delay:720.4s;animation-delay:720.4s}.poke-block-nps .btn-nps:nth-child(7199n){-webkit-animation-delay:720.5s;animation-delay:720.5s}.poke-block-nps .btn-nps:nth-child(7200n){-webkit-animation-delay:720.6s;animation-delay:720.6s}.poke-block-nps .btn-nps:nth-child(7201n){-webkit-animation-delay:720.7s;animation-delay:720.7s}.poke-block-nps .btn-nps:nth-child(7202n){-webkit-animation-delay:720.8s;animation-delay:720.8s}.poke-block-nps .btn-nps:nth-child(7203n){-webkit-animation-delay:720.9s;animation-delay:720.9s}.poke-block-nps .btn-nps:nth-child(7204n){-webkit-animation-delay:721s;animation-delay:721s}.poke-block-nps .btn-nps:nth-child(7205n){-webkit-animation-delay:721.1s;animation-delay:721.1s}.poke-block-nps .btn-nps:nth-child(7206n){-webkit-animation-delay:721.2s;animation-delay:721.2s}.poke-block-nps .btn-nps:nth-child(7207n){-webkit-animation-delay:721.3s;animation-delay:721.3s}.poke-block-nps .btn-nps:nth-child(7208n){-webkit-animation-delay:721.4s;animation-delay:721.4s}.poke-block-nps .btn-nps:nth-child(7209n){-webkit-animation-delay:721.5s;animation-delay:721.5s}.poke-block-nps .btn-nps:nth-child(7210n){-webkit-animation-delay:721.6s;animation-delay:721.6s}.poke-block-nps .btn-nps:nth-child(7211n){-webkit-animation-delay:721.7s;animation-delay:721.7s}.poke-block-nps .btn-nps:nth-child(7212n){-webkit-animation-delay:721.8s;animation-delay:721.8s}.poke-block-nps .btn-nps:nth-child(7213n){-webkit-animation-delay:721.9s;animation-delay:721.9s}.poke-block-nps .btn-nps:nth-child(7214n){-webkit-animation-delay:722s;animation-delay:722s}.poke-block-nps .btn-nps:nth-child(7215n){-webkit-animation-delay:722.1s;animation-delay:722.1s}.poke-block-nps .btn-nps:nth-child(7216n){-webkit-animation-delay:722.2s;animation-delay:722.2s}.poke-block-nps .btn-nps:nth-child(7217n){-webkit-animation-delay:722.3s;animation-delay:722.3s}.poke-block-nps .btn-nps:nth-child(7218n){-webkit-animation-delay:722.4s;animation-delay:722.4s}.poke-block-nps .btn-nps:nth-child(7219n){-webkit-animation-delay:722.5s;animation-delay:722.5s}.poke-block-nps .btn-nps:nth-child(7220n){-webkit-animation-delay:722.6s;animation-delay:722.6s}.poke-block-nps .btn-nps:nth-child(7221n){-webkit-animation-delay:722.7s;animation-delay:722.7s}.poke-block-nps .btn-nps:nth-child(7222n){-webkit-animation-delay:722.8s;animation-delay:722.8s}.poke-block-nps .btn-nps:nth-child(7223n){-webkit-animation-delay:722.9s;animation-delay:722.9s}.poke-block-nps .btn-nps:nth-child(7224n){-webkit-animation-delay:723s;animation-delay:723s}.poke-block-nps .btn-nps:nth-child(7225n){-webkit-animation-delay:723.1s;animation-delay:723.1s}.poke-block-nps .btn-nps:nth-child(7226n){-webkit-animation-delay:723.2s;animation-delay:723.2s}.poke-block-nps .btn-nps:nth-child(7227n){-webkit-animation-delay:723.3s;animation-delay:723.3s}.poke-block-nps .btn-nps:nth-child(7228n){-webkit-animation-delay:723.4s;animation-delay:723.4s}.poke-block-nps .btn-nps:nth-child(7229n){-webkit-animation-delay:723.5s;animation-delay:723.5s}.poke-block-nps .btn-nps:nth-child(7230n){-webkit-animation-delay:723.6s;animation-delay:723.6s}.poke-block-nps .btn-nps:nth-child(7231n){-webkit-animation-delay:723.7s;animation-delay:723.7s}.poke-block-nps .btn-nps:nth-child(7232n){-webkit-animation-delay:723.8s;animation-delay:723.8s}.poke-block-nps .btn-nps:nth-child(7233n){-webkit-animation-delay:723.9s;animation-delay:723.9s}.poke-block-nps .btn-nps:nth-child(7234n){-webkit-animation-delay:724s;animation-delay:724s}.poke-block-nps .btn-nps:nth-child(7235n){-webkit-animation-delay:724.1s;animation-delay:724.1s}.poke-block-nps .btn-nps:nth-child(7236n){-webkit-animation-delay:724.2s;animation-delay:724.2s}.poke-block-nps .btn-nps:nth-child(7237n){-webkit-animation-delay:724.3s;animation-delay:724.3s}.poke-block-nps .btn-nps:nth-child(7238n){-webkit-animation-delay:724.4s;animation-delay:724.4s}.poke-block-nps .btn-nps:nth-child(7239n){-webkit-animation-delay:724.5s;animation-delay:724.5s}.poke-block-nps .btn-nps:nth-child(7240n){-webkit-animation-delay:724.6s;animation-delay:724.6s}.poke-block-nps .btn-nps:nth-child(7241n){-webkit-animation-delay:724.7s;animation-delay:724.7s}.poke-block-nps .btn-nps:nth-child(7242n){-webkit-animation-delay:724.8s;animation-delay:724.8s}.poke-block-nps .btn-nps:nth-child(7243n){-webkit-animation-delay:724.9s;animation-delay:724.9s}.poke-block-nps .btn-nps:nth-child(7244n){-webkit-animation-delay:725s;animation-delay:725s}.poke-block-nps .btn-nps:nth-child(7245n){-webkit-animation-delay:725.1s;animation-delay:725.1s}.poke-block-nps .btn-nps:nth-child(7246n){-webkit-animation-delay:725.2s;animation-delay:725.2s}.poke-block-nps .btn-nps:nth-child(7247n){-webkit-animation-delay:725.3s;animation-delay:725.3s}.poke-block-nps .btn-nps:nth-child(7248n){-webkit-animation-delay:725.4s;animation-delay:725.4s}.poke-block-nps .btn-nps:nth-child(7249n){-webkit-animation-delay:725.5s;animation-delay:725.5s}.poke-block-nps .btn-nps:nth-child(7250n){-webkit-animation-delay:725.6s;animation-delay:725.6s}.poke-block-nps .btn-nps:nth-child(7251n){-webkit-animation-delay:725.7s;animation-delay:725.7s}.poke-block-nps .btn-nps:nth-child(7252n){-webkit-animation-delay:725.8s;animation-delay:725.8s}.poke-block-nps .btn-nps:nth-child(7253n){-webkit-animation-delay:725.9s;animation-delay:725.9s}.poke-block-nps .btn-nps:nth-child(7254n){-webkit-animation-delay:726s;animation-delay:726s}.poke-block-nps .btn-nps:nth-child(7255n){-webkit-animation-delay:726.1s;animation-delay:726.1s}.poke-block-nps .btn-nps:nth-child(7256n){-webkit-animation-delay:726.2s;animation-delay:726.2s}.poke-block-nps .btn-nps:nth-child(7257n){-webkit-animation-delay:726.3s;animation-delay:726.3s}.poke-block-nps .btn-nps:nth-child(7258n){-webkit-animation-delay:726.4s;animation-delay:726.4s}.poke-block-nps .btn-nps:nth-child(7259n){-webkit-animation-delay:726.5s;animation-delay:726.5s}.poke-block-nps .btn-nps:nth-child(7260n){-webkit-animation-delay:726.6s;animation-delay:726.6s}.poke-block-nps .btn-nps:nth-child(7261n){-webkit-animation-delay:726.7s;animation-delay:726.7s}.poke-block-nps .btn-nps:nth-child(7262n){-webkit-animation-delay:726.8s;animation-delay:726.8s}.poke-block-nps .btn-nps:nth-child(7263n){-webkit-animation-delay:726.9s;animation-delay:726.9s}.poke-block-nps .btn-nps:nth-child(7264n){-webkit-animation-delay:727s;animation-delay:727s}.poke-block-nps .btn-nps:nth-child(7265n){-webkit-animation-delay:727.1s;animation-delay:727.1s}.poke-block-nps .btn-nps:nth-child(7266n){-webkit-animation-delay:727.2s;animation-delay:727.2s}.poke-block-nps .btn-nps:nth-child(7267n){-webkit-animation-delay:727.3s;animation-delay:727.3s}.poke-block-nps .btn-nps:nth-child(7268n){-webkit-animation-delay:727.4s;animation-delay:727.4s}.poke-block-nps .btn-nps:nth-child(7269n){-webkit-animation-delay:727.5s;animation-delay:727.5s}.poke-block-nps .btn-nps:nth-child(7270n){-webkit-animation-delay:727.6s;animation-delay:727.6s}.poke-block-nps .btn-nps:nth-child(7271n){-webkit-animation-delay:727.7s;animation-delay:727.7s}.poke-block-nps .btn-nps:nth-child(7272n){-webkit-animation-delay:727.8s;animation-delay:727.8s}.poke-block-nps .btn-nps:nth-child(7273n){-webkit-animation-delay:727.9s;animation-delay:727.9s}.poke-block-nps .btn-nps:nth-child(7274n){-webkit-animation-delay:728s;animation-delay:728s}.poke-block-nps .btn-nps:nth-child(7275n){-webkit-animation-delay:728.1s;animation-delay:728.1s}.poke-block-nps .btn-nps:nth-child(7276n){-webkit-animation-delay:728.2s;animation-delay:728.2s}.poke-block-nps .btn-nps:nth-child(7277n){-webkit-animation-delay:728.3s;animation-delay:728.3s}.poke-block-nps .btn-nps:nth-child(7278n){-webkit-animation-delay:728.4s;animation-delay:728.4s}.poke-block-nps .btn-nps:nth-child(7279n){-webkit-animation-delay:728.5s;animation-delay:728.5s}.poke-block-nps .btn-nps:nth-child(7280n){-webkit-animation-delay:728.6s;animation-delay:728.6s}.poke-block-nps .btn-nps:nth-child(7281n){-webkit-animation-delay:728.7s;animation-delay:728.7s}.poke-block-nps .btn-nps:nth-child(7282n){-webkit-animation-delay:728.8s;animation-delay:728.8s}.poke-block-nps .btn-nps:nth-child(7283n){-webkit-animation-delay:728.9s;animation-delay:728.9s}.poke-block-nps .btn-nps:nth-child(7284n){-webkit-animation-delay:729s;animation-delay:729s}.poke-block-nps .btn-nps:nth-child(7285n){-webkit-animation-delay:729.1s;animation-delay:729.1s}.poke-block-nps .btn-nps:nth-child(7286n){-webkit-animation-delay:729.2s;animation-delay:729.2s}.poke-block-nps .btn-nps:nth-child(7287n){-webkit-animation-delay:729.3s;animation-delay:729.3s}.poke-block-nps .btn-nps:nth-child(7288n){-webkit-animation-delay:729.4s;animation-delay:729.4s}.poke-block-nps .btn-nps:nth-child(7289n){-webkit-animation-delay:729.5s;animation-delay:729.5s}.poke-block-nps .btn-nps:nth-child(7290n){-webkit-animation-delay:729.6s;animation-delay:729.6s}.poke-block-nps .btn-nps:nth-child(7291n){-webkit-animation-delay:729.7s;animation-delay:729.7s}.poke-block-nps .btn-nps:nth-child(7292n){-webkit-animation-delay:729.8s;animation-delay:729.8s}.poke-block-nps .btn-nps:nth-child(7293n){-webkit-animation-delay:729.9s;animation-delay:729.9s}.poke-block-nps .btn-nps:nth-child(7294n){-webkit-animation-delay:730s;animation-delay:730s}.poke-block-nps .btn-nps:nth-child(7295n){-webkit-animation-delay:730.1s;animation-delay:730.1s}.poke-block-nps .btn-nps:nth-child(7296n){-webkit-animation-delay:730.2s;animation-delay:730.2s}.poke-block-nps .btn-nps:nth-child(7297n){-webkit-animation-delay:730.3s;animation-delay:730.3s}.poke-block-nps .btn-nps:nth-child(7298n){-webkit-animation-delay:730.4s;animation-delay:730.4s}.poke-block-nps .btn-nps:nth-child(7299n){-webkit-animation-delay:730.5s;animation-delay:730.5s}.poke-block-nps .btn-nps:nth-child(7300n){-webkit-animation-delay:730.6s;animation-delay:730.6s}.poke-block-nps .btn-nps:nth-child(7301n){-webkit-animation-delay:730.7s;animation-delay:730.7s}.poke-block-nps .btn-nps:nth-child(7302n){-webkit-animation-delay:730.8s;animation-delay:730.8s}.poke-block-nps .btn-nps:nth-child(7303n){-webkit-animation-delay:730.9s;animation-delay:730.9s}.poke-block-nps .btn-nps:nth-child(7304n){-webkit-animation-delay:731s;animation-delay:731s}.poke-block-nps .btn-nps:nth-child(7305n){-webkit-animation-delay:731.1s;animation-delay:731.1s}.poke-block-nps .btn-nps:nth-child(7306n){-webkit-animation-delay:731.2s;animation-delay:731.2s}.poke-block-nps .btn-nps:nth-child(7307n){-webkit-animation-delay:731.3s;animation-delay:731.3s}.poke-block-nps .btn-nps:nth-child(7308n){-webkit-animation-delay:731.4s;animation-delay:731.4s}.poke-block-nps .btn-nps:nth-child(7309n){-webkit-animation-delay:731.5s;animation-delay:731.5s}.poke-block-nps .btn-nps:nth-child(7310n){-webkit-animation-delay:731.6s;animation-delay:731.6s}.poke-block-nps .btn-nps:nth-child(7311n){-webkit-animation-delay:731.7s;animation-delay:731.7s}.poke-block-nps .btn-nps:nth-child(7312n){-webkit-animation-delay:731.8s;animation-delay:731.8s}.poke-block-nps .btn-nps:nth-child(7313n){-webkit-animation-delay:731.9s;animation-delay:731.9s}.poke-block-nps .btn-nps:nth-child(7314n){-webkit-animation-delay:732s;animation-delay:732s}.poke-block-nps .btn-nps:nth-child(7315n){-webkit-animation-delay:732.1s;animation-delay:732.1s}.poke-block-nps .btn-nps:nth-child(7316n){-webkit-animation-delay:732.2s;animation-delay:732.2s}.poke-block-nps .btn-nps:nth-child(7317n){-webkit-animation-delay:732.3s;animation-delay:732.3s}.poke-block-nps .btn-nps:nth-child(7318n){-webkit-animation-delay:732.4s;animation-delay:732.4s}.poke-block-nps .btn-nps:nth-child(7319n){-webkit-animation-delay:732.5s;animation-delay:732.5s}.poke-block-nps .btn-nps:nth-child(7320n){-webkit-animation-delay:732.6s;animation-delay:732.6s}.poke-block-nps .btn-nps:nth-child(7321n){-webkit-animation-delay:732.7s;animation-delay:732.7s}.poke-block-nps .btn-nps:nth-child(7322n){-webkit-animation-delay:732.8s;animation-delay:732.8s}.poke-block-nps .btn-nps:nth-child(7323n){-webkit-animation-delay:732.9s;animation-delay:732.9s}.poke-block-nps .btn-nps:nth-child(7324n){-webkit-animation-delay:733s;animation-delay:733s}.poke-block-nps .btn-nps:nth-child(7325n){-webkit-animation-delay:733.1s;animation-delay:733.1s}.poke-block-nps .btn-nps:nth-child(7326n){-webkit-animation-delay:733.2s;animation-delay:733.2s}.poke-block-nps .btn-nps:nth-child(7327n){-webkit-animation-delay:733.3s;animation-delay:733.3s}.poke-block-nps .btn-nps:nth-child(7328n){-webkit-animation-delay:733.4s;animation-delay:733.4s}.poke-block-nps .btn-nps:nth-child(7329n){-webkit-animation-delay:733.5s;animation-delay:733.5s}.poke-block-nps .btn-nps:nth-child(7330n){-webkit-animation-delay:733.6s;animation-delay:733.6s}.poke-block-nps .btn-nps:nth-child(7331n){-webkit-animation-delay:733.7s;animation-delay:733.7s}.poke-block-nps .btn-nps:nth-child(7332n){-webkit-animation-delay:733.8s;animation-delay:733.8s}.poke-block-nps .btn-nps:nth-child(7333n){-webkit-animation-delay:733.9s;animation-delay:733.9s}.poke-block-nps .btn-nps:nth-child(7334n){-webkit-animation-delay:734s;animation-delay:734s}.poke-block-nps .btn-nps:nth-child(7335n){-webkit-animation-delay:734.1s;animation-delay:734.1s}.poke-block-nps .btn-nps:nth-child(7336n){-webkit-animation-delay:734.2s;animation-delay:734.2s}.poke-block-nps .btn-nps:nth-child(7337n){-webkit-animation-delay:734.3s;animation-delay:734.3s}.poke-block-nps .btn-nps:nth-child(7338n){-webkit-animation-delay:734.4s;animation-delay:734.4s}.poke-block-nps .btn-nps:nth-child(7339n){-webkit-animation-delay:734.5s;animation-delay:734.5s}.poke-block-nps .btn-nps:nth-child(7340n){-webkit-animation-delay:734.6s;animation-delay:734.6s}.poke-block-nps .btn-nps:nth-child(7341n){-webkit-animation-delay:734.7s;animation-delay:734.7s}.poke-block-nps .btn-nps:nth-child(7342n){-webkit-animation-delay:734.8s;animation-delay:734.8s}.poke-block-nps .btn-nps:nth-child(7343n){-webkit-animation-delay:734.9s;animation-delay:734.9s}.poke-block-nps .btn-nps:nth-child(7344n){-webkit-animation-delay:735s;animation-delay:735s}.poke-block-nps .btn-nps:nth-child(7345n){-webkit-animation-delay:735.1s;animation-delay:735.1s}.poke-block-nps .btn-nps:nth-child(7346n){-webkit-animation-delay:735.2s;animation-delay:735.2s}.poke-block-nps .btn-nps:nth-child(7347n){-webkit-animation-delay:735.3s;animation-delay:735.3s}.poke-block-nps .btn-nps:nth-child(7348n){-webkit-animation-delay:735.4s;animation-delay:735.4s}.poke-block-nps .btn-nps:nth-child(7349n){-webkit-animation-delay:735.5s;animation-delay:735.5s}.poke-block-nps .btn-nps:nth-child(7350n){-webkit-animation-delay:735.6s;animation-delay:735.6s}.poke-block-nps .btn-nps:nth-child(7351n){-webkit-animation-delay:735.7s;animation-delay:735.7s}.poke-block-nps .btn-nps:nth-child(7352n){-webkit-animation-delay:735.8s;animation-delay:735.8s}.poke-block-nps .btn-nps:nth-child(7353n){-webkit-animation-delay:735.9s;animation-delay:735.9s}.poke-block-nps .btn-nps:nth-child(7354n){-webkit-animation-delay:736s;animation-delay:736s}.poke-block-nps .btn-nps:nth-child(7355n){-webkit-animation-delay:736.1s;animation-delay:736.1s}.poke-block-nps .btn-nps:nth-child(7356n){-webkit-animation-delay:736.2s;animation-delay:736.2s}.poke-block-nps .btn-nps:nth-child(7357n){-webkit-animation-delay:736.3s;animation-delay:736.3s}.poke-block-nps .btn-nps:nth-child(7358n){-webkit-animation-delay:736.4s;animation-delay:736.4s}.poke-block-nps .btn-nps:nth-child(7359n){-webkit-animation-delay:736.5s;animation-delay:736.5s}.poke-block-nps .btn-nps:nth-child(7360n){-webkit-animation-delay:736.6s;animation-delay:736.6s}.poke-block-nps .btn-nps:nth-child(7361n){-webkit-animation-delay:736.7s;animation-delay:736.7s}.poke-block-nps .btn-nps:nth-child(7362n){-webkit-animation-delay:736.8s;animation-delay:736.8s}.poke-block-nps .btn-nps:nth-child(7363n){-webkit-animation-delay:736.9s;animation-delay:736.9s}.poke-block-nps .btn-nps:nth-child(7364n){-webkit-animation-delay:737s;animation-delay:737s}.poke-block-nps .btn-nps:nth-child(7365n){-webkit-animation-delay:737.1s;animation-delay:737.1s}.poke-block-nps .btn-nps:nth-child(7366n){-webkit-animation-delay:737.2s;animation-delay:737.2s}.poke-block-nps .btn-nps:nth-child(7367n){-webkit-animation-delay:737.3s;animation-delay:737.3s}.poke-block-nps .btn-nps:nth-child(7368n){-webkit-animation-delay:737.4s;animation-delay:737.4s}.poke-block-nps .btn-nps:nth-child(7369n){-webkit-animation-delay:737.5s;animation-delay:737.5s}.poke-block-nps .btn-nps:nth-child(7370n){-webkit-animation-delay:737.6s;animation-delay:737.6s}.poke-block-nps .btn-nps:nth-child(7371n){-webkit-animation-delay:737.7s;animation-delay:737.7s}.poke-block-nps .btn-nps:nth-child(7372n){-webkit-animation-delay:737.8s;animation-delay:737.8s}.poke-block-nps .btn-nps:nth-child(7373n){-webkit-animation-delay:737.9s;animation-delay:737.9s}.poke-block-nps .btn-nps:nth-child(7374n){-webkit-animation-delay:738s;animation-delay:738s}.poke-block-nps .btn-nps:nth-child(7375n){-webkit-animation-delay:738.1s;animation-delay:738.1s}.poke-block-nps .btn-nps:nth-child(7376n){-webkit-animation-delay:738.2s;animation-delay:738.2s}.poke-block-nps .btn-nps:nth-child(7377n){-webkit-animation-delay:738.3s;animation-delay:738.3s}.poke-block-nps .btn-nps:nth-child(7378n){-webkit-animation-delay:738.4s;animation-delay:738.4s}.poke-block-nps .btn-nps:nth-child(7379n){-webkit-animation-delay:738.5s;animation-delay:738.5s}.poke-block-nps .btn-nps:nth-child(7380n){-webkit-animation-delay:738.6s;animation-delay:738.6s}.poke-block-nps .btn-nps:nth-child(7381n){-webkit-animation-delay:738.7s;animation-delay:738.7s}.poke-block-nps .btn-nps:nth-child(7382n){-webkit-animation-delay:738.8s;animation-delay:738.8s}.poke-block-nps .btn-nps:nth-child(7383n){-webkit-animation-delay:738.9s;animation-delay:738.9s}.poke-block-nps .btn-nps:nth-child(7384n){-webkit-animation-delay:739s;animation-delay:739s}.poke-block-nps .btn-nps:nth-child(7385n){-webkit-animation-delay:739.1s;animation-delay:739.1s}.poke-block-nps .btn-nps:nth-child(7386n){-webkit-animation-delay:739.2s;animation-delay:739.2s}.poke-block-nps .btn-nps:nth-child(7387n){-webkit-animation-delay:739.3s;animation-delay:739.3s}.poke-block-nps .btn-nps:nth-child(7388n){-webkit-animation-delay:739.4s;animation-delay:739.4s}.poke-block-nps .btn-nps:nth-child(7389n){-webkit-animation-delay:739.5s;animation-delay:739.5s}.poke-block-nps .btn-nps:nth-child(7390n){-webkit-animation-delay:739.6s;animation-delay:739.6s}.poke-block-nps .btn-nps:nth-child(7391n){-webkit-animation-delay:739.7s;animation-delay:739.7s}.poke-block-nps .btn-nps:nth-child(7392n){-webkit-animation-delay:739.8s;animation-delay:739.8s}.poke-block-nps .btn-nps:nth-child(7393n){-webkit-animation-delay:739.9s;animation-delay:739.9s}.poke-block-nps .btn-nps:nth-child(7394n){-webkit-animation-delay:740s;animation-delay:740s}.poke-block-nps .btn-nps:nth-child(7395n){-webkit-animation-delay:740.1s;animation-delay:740.1s}.poke-block-nps .btn-nps:nth-child(7396n){-webkit-animation-delay:740.2s;animation-delay:740.2s}.poke-block-nps .btn-nps:nth-child(7397n){-webkit-animation-delay:740.3s;animation-delay:740.3s}.poke-block-nps .btn-nps:nth-child(7398n){-webkit-animation-delay:740.4s;animation-delay:740.4s}.poke-block-nps .btn-nps:nth-child(7399n){-webkit-animation-delay:740.5s;animation-delay:740.5s}.poke-block-nps .btn-nps:nth-child(7400n){-webkit-animation-delay:740.6s;animation-delay:740.6s}.poke-block-nps .btn-nps:nth-child(7401n){-webkit-animation-delay:740.7s;animation-delay:740.7s}.poke-block-nps .btn-nps:nth-child(7402n){-webkit-animation-delay:740.8s;animation-delay:740.8s}.poke-block-nps .btn-nps:nth-child(7403n){-webkit-animation-delay:740.9s;animation-delay:740.9s}.poke-block-nps .btn-nps:nth-child(7404n){-webkit-animation-delay:741s;animation-delay:741s}.poke-block-nps .btn-nps:nth-child(7405n){-webkit-animation-delay:741.1s;animation-delay:741.1s}.poke-block-nps .btn-nps:nth-child(7406n){-webkit-animation-delay:741.2s;animation-delay:741.2s}.poke-block-nps .btn-nps:nth-child(7407n){-webkit-animation-delay:741.3s;animation-delay:741.3s}.poke-block-nps .btn-nps:nth-child(7408n){-webkit-animation-delay:741.4s;animation-delay:741.4s}.poke-block-nps .btn-nps:nth-child(7409n){-webkit-animation-delay:741.5s;animation-delay:741.5s}.poke-block-nps .btn-nps:nth-child(7410n){-webkit-animation-delay:741.6s;animation-delay:741.6s}.poke-block-nps .btn-nps:nth-child(7411n){-webkit-animation-delay:741.7s;animation-delay:741.7s}.poke-block-nps .btn-nps:nth-child(7412n){-webkit-animation-delay:741.8s;animation-delay:741.8s}.poke-block-nps .btn-nps:nth-child(7413n){-webkit-animation-delay:741.9s;animation-delay:741.9s}.poke-block-nps .btn-nps:nth-child(7414n){-webkit-animation-delay:742s;animation-delay:742s}.poke-block-nps .btn-nps:nth-child(7415n){-webkit-animation-delay:742.1s;animation-delay:742.1s}.poke-block-nps .btn-nps:nth-child(7416n){-webkit-animation-delay:742.2s;animation-delay:742.2s}.poke-block-nps .btn-nps:nth-child(7417n){-webkit-animation-delay:742.3s;animation-delay:742.3s}.poke-block-nps .btn-nps:nth-child(7418n){-webkit-animation-delay:742.4s;animation-delay:742.4s}.poke-block-nps .btn-nps:nth-child(7419n){-webkit-animation-delay:742.5s;animation-delay:742.5s}.poke-block-nps .btn-nps:nth-child(7420n){-webkit-animation-delay:742.6s;animation-delay:742.6s}.poke-block-nps .btn-nps:nth-child(7421n){-webkit-animation-delay:742.7s;animation-delay:742.7s}.poke-block-nps .btn-nps:nth-child(7422n){-webkit-animation-delay:742.8s;animation-delay:742.8s}.poke-block-nps .btn-nps:nth-child(7423n){-webkit-animation-delay:742.9s;animation-delay:742.9s}.poke-block-nps .btn-nps:nth-child(7424n){-webkit-animation-delay:743s;animation-delay:743s}.poke-block-nps .btn-nps:nth-child(7425n){-webkit-animation-delay:743.1s;animation-delay:743.1s}.poke-block-nps .btn-nps:nth-child(7426n){-webkit-animation-delay:743.2s;animation-delay:743.2s}.poke-block-nps .btn-nps:nth-child(7427n){-webkit-animation-delay:743.3s;animation-delay:743.3s}.poke-block-nps .btn-nps:nth-child(7428n){-webkit-animation-delay:743.4s;animation-delay:743.4s}.poke-block-nps .btn-nps:nth-child(7429n){-webkit-animation-delay:743.5s;animation-delay:743.5s}.poke-block-nps .btn-nps:nth-child(7430n){-webkit-animation-delay:743.6s;animation-delay:743.6s}.poke-block-nps .btn-nps:nth-child(7431n){-webkit-animation-delay:743.7s;animation-delay:743.7s}.poke-block-nps .btn-nps:nth-child(7432n){-webkit-animation-delay:743.8s;animation-delay:743.8s}.poke-block-nps .btn-nps:nth-child(7433n){-webkit-animation-delay:743.9s;animation-delay:743.9s}.poke-block-nps .btn-nps:nth-child(7434n){-webkit-animation-delay:744s;animation-delay:744s}.poke-block-nps .btn-nps:nth-child(7435n){-webkit-animation-delay:744.1s;animation-delay:744.1s}.poke-block-nps .btn-nps:nth-child(7436n){-webkit-animation-delay:744.2s;animation-delay:744.2s}.poke-block-nps .btn-nps:nth-child(7437n){-webkit-animation-delay:744.3s;animation-delay:744.3s}.poke-block-nps .btn-nps:nth-child(7438n){-webkit-animation-delay:744.4s;animation-delay:744.4s}.poke-block-nps .btn-nps:nth-child(7439n){-webkit-animation-delay:744.5s;animation-delay:744.5s}.poke-block-nps .btn-nps:nth-child(7440n){-webkit-animation-delay:744.6s;animation-delay:744.6s}.poke-block-nps .btn-nps:nth-child(7441n){-webkit-animation-delay:744.7s;animation-delay:744.7s}.poke-block-nps .btn-nps:nth-child(7442n){-webkit-animation-delay:744.8s;animation-delay:744.8s}.poke-block-nps .btn-nps:nth-child(7443n){-webkit-animation-delay:744.9s;animation-delay:744.9s}.poke-block-nps .btn-nps:nth-child(7444n){-webkit-animation-delay:745s;animation-delay:745s}.poke-block-nps .btn-nps:nth-child(7445n){-webkit-animation-delay:745.1s;animation-delay:745.1s}.poke-block-nps .btn-nps:nth-child(7446n){-webkit-animation-delay:745.2s;animation-delay:745.2s}.poke-block-nps .btn-nps:nth-child(7447n){-webkit-animation-delay:745.3s;animation-delay:745.3s}.poke-block-nps .btn-nps:nth-child(7448n){-webkit-animation-delay:745.4s;animation-delay:745.4s}.poke-block-nps .btn-nps:nth-child(7449n){-webkit-animation-delay:745.5s;animation-delay:745.5s}.poke-block-nps .btn-nps:nth-child(7450n){-webkit-animation-delay:745.6s;animation-delay:745.6s}.poke-block-nps .btn-nps:nth-child(7451n){-webkit-animation-delay:745.7s;animation-delay:745.7s}.poke-block-nps .btn-nps:nth-child(7452n){-webkit-animation-delay:745.8s;animation-delay:745.8s}.poke-block-nps .btn-nps:nth-child(7453n){-webkit-animation-delay:745.9s;animation-delay:745.9s}.poke-block-nps .btn-nps:nth-child(7454n){-webkit-animation-delay:746s;animation-delay:746s}.poke-block-nps .btn-nps:nth-child(7455n){-webkit-animation-delay:746.1s;animation-delay:746.1s}.poke-block-nps .btn-nps:nth-child(7456n){-webkit-animation-delay:746.2s;animation-delay:746.2s}.poke-block-nps .btn-nps:nth-child(7457n){-webkit-animation-delay:746.3s;animation-delay:746.3s}.poke-block-nps .btn-nps:nth-child(7458n){-webkit-animation-delay:746.4s;animation-delay:746.4s}.poke-block-nps .btn-nps:nth-child(7459n){-webkit-animation-delay:746.5s;animation-delay:746.5s}.poke-block-nps .btn-nps:nth-child(7460n){-webkit-animation-delay:746.6s;animation-delay:746.6s}.poke-block-nps .btn-nps:nth-child(7461n){-webkit-animation-delay:746.7s;animation-delay:746.7s}.poke-block-nps .btn-nps:nth-child(7462n){-webkit-animation-delay:746.8s;animation-delay:746.8s}.poke-block-nps .btn-nps:nth-child(7463n){-webkit-animation-delay:746.9s;animation-delay:746.9s}.poke-block-nps .btn-nps:nth-child(7464n){-webkit-animation-delay:747s;animation-delay:747s}.poke-block-nps .btn-nps:nth-child(7465n){-webkit-animation-delay:747.1s;animation-delay:747.1s}.poke-block-nps .btn-nps:nth-child(7466n){-webkit-animation-delay:747.2s;animation-delay:747.2s}.poke-block-nps .btn-nps:nth-child(7467n){-webkit-animation-delay:747.3s;animation-delay:747.3s}.poke-block-nps .btn-nps:nth-child(7468n){-webkit-animation-delay:747.4s;animation-delay:747.4s}.poke-block-nps .btn-nps:nth-child(7469n){-webkit-animation-delay:747.5s;animation-delay:747.5s}.poke-block-nps .btn-nps:nth-child(7470n){-webkit-animation-delay:747.6s;animation-delay:747.6s}.poke-block-nps .btn-nps:nth-child(7471n){-webkit-animation-delay:747.7s;animation-delay:747.7s}.poke-block-nps .btn-nps:nth-child(7472n){-webkit-animation-delay:747.8s;animation-delay:747.8s}.poke-block-nps .btn-nps:nth-child(7473n){-webkit-animation-delay:747.9s;animation-delay:747.9s}.poke-block-nps .btn-nps:nth-child(7474n){-webkit-animation-delay:748s;animation-delay:748s}.poke-block-nps .btn-nps:nth-child(7475n){-webkit-animation-delay:748.1s;animation-delay:748.1s}.poke-block-nps .btn-nps:nth-child(7476n){-webkit-animation-delay:748.2s;animation-delay:748.2s}.poke-block-nps .btn-nps:nth-child(7477n){-webkit-animation-delay:748.3s;animation-delay:748.3s}.poke-block-nps .btn-nps:nth-child(7478n){-webkit-animation-delay:748.4s;animation-delay:748.4s}.poke-block-nps .btn-nps:nth-child(7479n){-webkit-animation-delay:748.5s;animation-delay:748.5s}.poke-block-nps .btn-nps:nth-child(7480n){-webkit-animation-delay:748.6s;animation-delay:748.6s}.poke-block-nps .btn-nps:nth-child(7481n){-webkit-animation-delay:748.7s;animation-delay:748.7s}.poke-block-nps .btn-nps:nth-child(7482n){-webkit-animation-delay:748.8s;animation-delay:748.8s}.poke-block-nps .btn-nps:nth-child(7483n){-webkit-animation-delay:748.9s;animation-delay:748.9s}.poke-block-nps .btn-nps:nth-child(7484n){-webkit-animation-delay:749s;animation-delay:749s}.poke-block-nps .btn-nps:nth-child(7485n){-webkit-animation-delay:749.1s;animation-delay:749.1s}.poke-block-nps .btn-nps:nth-child(7486n){-webkit-animation-delay:749.2s;animation-delay:749.2s}.poke-block-nps .btn-nps:nth-child(7487n){-webkit-animation-delay:749.3s;animation-delay:749.3s}.poke-block-nps .btn-nps:nth-child(7488n){-webkit-animation-delay:749.4s;animation-delay:749.4s}.poke-block-nps .btn-nps:nth-child(7489n){-webkit-animation-delay:749.5s;animation-delay:749.5s}.poke-block-nps .btn-nps:nth-child(7490n){-webkit-animation-delay:749.6s;animation-delay:749.6s}.poke-block-nps .btn-nps:nth-child(7491n){-webkit-animation-delay:749.7s;animation-delay:749.7s}.poke-block-nps .btn-nps:nth-child(7492n){-webkit-animation-delay:749.8s;animation-delay:749.8s}.poke-block-nps .btn-nps:nth-child(7493n){-webkit-animation-delay:749.9s;animation-delay:749.9s}.poke-block-nps .btn-nps:nth-child(7494n){-webkit-animation-delay:750s;animation-delay:750s}.poke-block-nps .btn-nps:nth-child(7495n){-webkit-animation-delay:750.1s;animation-delay:750.1s}.poke-block-nps .btn-nps:nth-child(7496n){-webkit-animation-delay:750.2s;animation-delay:750.2s}.poke-block-nps .btn-nps:nth-child(7497n){-webkit-animation-delay:750.3s;animation-delay:750.3s}.poke-block-nps .btn-nps:nth-child(7498n){-webkit-animation-delay:750.4s;animation-delay:750.4s}.poke-block-nps .btn-nps:nth-child(7499n){-webkit-animation-delay:750.5s;animation-delay:750.5s}.poke-block-nps .btn-nps:nth-child(7500n){-webkit-animation-delay:750.6s;animation-delay:750.6s}.poke-block-nps .btn-nps:nth-child(7501n){-webkit-animation-delay:750.7s;animation-delay:750.7s}.poke-block-nps .btn-nps:nth-child(7502n){-webkit-animation-delay:750.8s;animation-delay:750.8s}.poke-block-nps .btn-nps:nth-child(7503n){-webkit-animation-delay:750.9s;animation-delay:750.9s}.poke-block-nps .btn-nps:nth-child(7504n){-webkit-animation-delay:751s;animation-delay:751s}.poke-block-nps .btn-nps:nth-child(7505n){-webkit-animation-delay:751.1s;animation-delay:751.1s}.poke-block-nps .btn-nps:nth-child(7506n){-webkit-animation-delay:751.2s;animation-delay:751.2s}.poke-block-nps .btn-nps:nth-child(7507n){-webkit-animation-delay:751.3s;animation-delay:751.3s}.poke-block-nps .btn-nps:nth-child(7508n){-webkit-animation-delay:751.4s;animation-delay:751.4s}.poke-block-nps .btn-nps:nth-child(7509n){-webkit-animation-delay:751.5s;animation-delay:751.5s}.poke-block-nps .btn-nps:nth-child(7510n){-webkit-animation-delay:751.6s;animation-delay:751.6s}.poke-block-nps .btn-nps:nth-child(7511n){-webkit-animation-delay:751.7s;animation-delay:751.7s}.poke-block-nps .btn-nps:nth-child(7512n){-webkit-animation-delay:751.8s;animation-delay:751.8s}.poke-block-nps .btn-nps:nth-child(7513n){-webkit-animation-delay:751.9s;animation-delay:751.9s}.poke-block-nps .btn-nps:nth-child(7514n){-webkit-animation-delay:752s;animation-delay:752s}.poke-block-nps .btn-nps:nth-child(7515n){-webkit-animation-delay:752.1s;animation-delay:752.1s}.poke-block-nps .btn-nps:nth-child(7516n){-webkit-animation-delay:752.2s;animation-delay:752.2s}.poke-block-nps .btn-nps:nth-child(7517n){-webkit-animation-delay:752.3s;animation-delay:752.3s}.poke-block-nps .btn-nps:nth-child(7518n){-webkit-animation-delay:752.4s;animation-delay:752.4s}.poke-block-nps .btn-nps:nth-child(7519n){-webkit-animation-delay:752.5s;animation-delay:752.5s}.poke-block-nps .btn-nps:nth-child(7520n){-webkit-animation-delay:752.6s;animation-delay:752.6s}.poke-block-nps .btn-nps:nth-child(7521n){-webkit-animation-delay:752.7s;animation-delay:752.7s}.poke-block-nps .btn-nps:nth-child(7522n){-webkit-animation-delay:752.8s;animation-delay:752.8s}.poke-block-nps .btn-nps:nth-child(7523n){-webkit-animation-delay:752.9s;animation-delay:752.9s}.poke-block-nps .btn-nps:nth-child(7524n){-webkit-animation-delay:753s;animation-delay:753s}.poke-block-nps .btn-nps:nth-child(7525n){-webkit-animation-delay:753.1s;animation-delay:753.1s}.poke-block-nps .btn-nps:nth-child(7526n){-webkit-animation-delay:753.2s;animation-delay:753.2s}.poke-block-nps .btn-nps:nth-child(7527n){-webkit-animation-delay:753.3s;animation-delay:753.3s}.poke-block-nps .btn-nps:nth-child(7528n){-webkit-animation-delay:753.4s;animation-delay:753.4s}.poke-block-nps .btn-nps:nth-child(7529n){-webkit-animation-delay:753.5s;animation-delay:753.5s}.poke-block-nps .btn-nps:nth-child(7530n){-webkit-animation-delay:753.6s;animation-delay:753.6s}.poke-block-nps .btn-nps:nth-child(7531n){-webkit-animation-delay:753.7s;animation-delay:753.7s}.poke-block-nps .btn-nps:nth-child(7532n){-webkit-animation-delay:753.8s;animation-delay:753.8s}.poke-block-nps .btn-nps:nth-child(7533n){-webkit-animation-delay:753.9s;animation-delay:753.9s}.poke-block-nps .btn-nps:nth-child(7534n){-webkit-animation-delay:754s;animation-delay:754s}.poke-block-nps .btn-nps:nth-child(7535n){-webkit-animation-delay:754.1s;animation-delay:754.1s}.poke-block-nps .btn-nps:nth-child(7536n){-webkit-animation-delay:754.2s;animation-delay:754.2s}.poke-block-nps .btn-nps:nth-child(7537n){-webkit-animation-delay:754.3s;animation-delay:754.3s}.poke-block-nps .btn-nps:nth-child(7538n){-webkit-animation-delay:754.4s;animation-delay:754.4s}.poke-block-nps .btn-nps:nth-child(7539n){-webkit-animation-delay:754.5s;animation-delay:754.5s}.poke-block-nps .btn-nps:nth-child(7540n){-webkit-animation-delay:754.6s;animation-delay:754.6s}.poke-block-nps .btn-nps:nth-child(7541n){-webkit-animation-delay:754.7s;animation-delay:754.7s}.poke-block-nps .btn-nps:nth-child(7542n){-webkit-animation-delay:754.8s;animation-delay:754.8s}.poke-block-nps .btn-nps:nth-child(7543n){-webkit-animation-delay:754.9s;animation-delay:754.9s}.poke-block-nps .btn-nps:nth-child(7544n){-webkit-animation-delay:755s;animation-delay:755s}.poke-block-nps .btn-nps:nth-child(7545n){-webkit-animation-delay:755.1s;animation-delay:755.1s}.poke-block-nps .btn-nps:nth-child(7546n){-webkit-animation-delay:755.2s;animation-delay:755.2s}.poke-block-nps .btn-nps:nth-child(7547n){-webkit-animation-delay:755.3s;animation-delay:755.3s}.poke-block-nps .btn-nps:nth-child(7548n){-webkit-animation-delay:755.4s;animation-delay:755.4s}.poke-block-nps .btn-nps:nth-child(7549n){-webkit-animation-delay:755.5s;animation-delay:755.5s}.poke-block-nps .btn-nps:nth-child(7550n){-webkit-animation-delay:755.6s;animation-delay:755.6s}.poke-block-nps .btn-nps:nth-child(7551n){-webkit-animation-delay:755.7s;animation-delay:755.7s}.poke-block-nps .btn-nps:nth-child(7552n){-webkit-animation-delay:755.8s;animation-delay:755.8s}.poke-block-nps .btn-nps:nth-child(7553n){-webkit-animation-delay:755.9s;animation-delay:755.9s}.poke-block-nps .btn-nps:nth-child(7554n){-webkit-animation-delay:756s;animation-delay:756s}.poke-block-nps .btn-nps:nth-child(7555n){-webkit-animation-delay:756.1s;animation-delay:756.1s}.poke-block-nps .btn-nps:nth-child(7556n){-webkit-animation-delay:756.2s;animation-delay:756.2s}.poke-block-nps .btn-nps:nth-child(7557n){-webkit-animation-delay:756.3s;animation-delay:756.3s}.poke-block-nps .btn-nps:nth-child(7558n){-webkit-animation-delay:756.4s;animation-delay:756.4s}.poke-block-nps .btn-nps:nth-child(7559n){-webkit-animation-delay:756.5s;animation-delay:756.5s}.poke-block-nps .btn-nps:nth-child(7560n){-webkit-animation-delay:756.6s;animation-delay:756.6s}.poke-block-nps .btn-nps:nth-child(7561n){-webkit-animation-delay:756.7s;animation-delay:756.7s}.poke-block-nps .btn-nps:nth-child(7562n){-webkit-animation-delay:756.8s;animation-delay:756.8s}.poke-block-nps .btn-nps:nth-child(7563n){-webkit-animation-delay:756.9s;animation-delay:756.9s}.poke-block-nps .btn-nps:nth-child(7564n){-webkit-animation-delay:757s;animation-delay:757s}.poke-block-nps .btn-nps:nth-child(7565n){-webkit-animation-delay:757.1s;animation-delay:757.1s}.poke-block-nps .btn-nps:nth-child(7566n){-webkit-animation-delay:757.2s;animation-delay:757.2s}.poke-block-nps .btn-nps:nth-child(7567n){-webkit-animation-delay:757.3s;animation-delay:757.3s}.poke-block-nps .btn-nps:nth-child(7568n){-webkit-animation-delay:757.4s;animation-delay:757.4s}.poke-block-nps .btn-nps:nth-child(7569n){-webkit-animation-delay:757.5s;animation-delay:757.5s}.poke-block-nps .btn-nps:nth-child(7570n){-webkit-animation-delay:757.6s;animation-delay:757.6s}.poke-block-nps .btn-nps:nth-child(7571n){-webkit-animation-delay:757.7s;animation-delay:757.7s}.poke-block-nps .btn-nps:nth-child(7572n){-webkit-animation-delay:757.8s;animation-delay:757.8s}.poke-block-nps .btn-nps:nth-child(7573n){-webkit-animation-delay:757.9s;animation-delay:757.9s}.poke-block-nps .btn-nps:nth-child(7574n){-webkit-animation-delay:758s;animation-delay:758s}.poke-block-nps .btn-nps:nth-child(7575n){-webkit-animation-delay:758.1s;animation-delay:758.1s}.poke-block-nps .btn-nps:nth-child(7576n){-webkit-animation-delay:758.2s;animation-delay:758.2s}.poke-block-nps .btn-nps:nth-child(7577n){-webkit-animation-delay:758.3s;animation-delay:758.3s}.poke-block-nps .btn-nps:nth-child(7578n){-webkit-animation-delay:758.4s;animation-delay:758.4s}.poke-block-nps .btn-nps:nth-child(7579n){-webkit-animation-delay:758.5s;animation-delay:758.5s}.poke-block-nps .btn-nps:nth-child(7580n){-webkit-animation-delay:758.6s;animation-delay:758.6s}.poke-block-nps .btn-nps:nth-child(7581n){-webkit-animation-delay:758.7s;animation-delay:758.7s}.poke-block-nps .btn-nps:nth-child(7582n){-webkit-animation-delay:758.8s;animation-delay:758.8s}.poke-block-nps .btn-nps:nth-child(7583n){-webkit-animation-delay:758.9s;animation-delay:758.9s}.poke-block-nps .btn-nps:nth-child(7584n){-webkit-animation-delay:759s;animation-delay:759s}.poke-block-nps .btn-nps:nth-child(7585n){-webkit-animation-delay:759.1s;animation-delay:759.1s}.poke-block-nps .btn-nps:nth-child(7586n){-webkit-animation-delay:759.2s;animation-delay:759.2s}.poke-block-nps .btn-nps:nth-child(7587n){-webkit-animation-delay:759.3s;animation-delay:759.3s}.poke-block-nps .btn-nps:nth-child(7588n){-webkit-animation-delay:759.4s;animation-delay:759.4s}.poke-block-nps .btn-nps:nth-child(7589n){-webkit-animation-delay:759.5s;animation-delay:759.5s}.poke-block-nps .btn-nps:nth-child(7590n){-webkit-animation-delay:759.6s;animation-delay:759.6s}.poke-block-nps .btn-nps:nth-child(7591n){-webkit-animation-delay:759.7s;animation-delay:759.7s}.poke-block-nps .btn-nps:nth-child(7592n){-webkit-animation-delay:759.8s;animation-delay:759.8s}.poke-block-nps .btn-nps:nth-child(7593n){-webkit-animation-delay:759.9s;animation-delay:759.9s}.poke-block-nps .btn-nps:nth-child(7594n){-webkit-animation-delay:760s;animation-delay:760s}.poke-block-nps .btn-nps:nth-child(7595n){-webkit-animation-delay:760.1s;animation-delay:760.1s}.poke-block-nps .btn-nps:nth-child(7596n){-webkit-animation-delay:760.2s;animation-delay:760.2s}.poke-block-nps .btn-nps:nth-child(7597n){-webkit-animation-delay:760.3s;animation-delay:760.3s}.poke-block-nps .btn-nps:nth-child(7598n){-webkit-animation-delay:760.4s;animation-delay:760.4s}.poke-block-nps .btn-nps:nth-child(7599n){-webkit-animation-delay:760.5s;animation-delay:760.5s}.poke-block-nps .btn-nps:nth-child(7600n){-webkit-animation-delay:760.6s;animation-delay:760.6s}.poke-block-nps .btn-nps:nth-child(7601n){-webkit-animation-delay:760.7s;animation-delay:760.7s}.poke-block-nps .btn-nps:nth-child(7602n){-webkit-animation-delay:760.8s;animation-delay:760.8s}.poke-block-nps .btn-nps:nth-child(7603n){-webkit-animation-delay:760.9s;animation-delay:760.9s}.poke-block-nps .btn-nps:nth-child(7604n){-webkit-animation-delay:761s;animation-delay:761s}.poke-block-nps .btn-nps:nth-child(7605n){-webkit-animation-delay:761.1s;animation-delay:761.1s}.poke-block-nps .btn-nps:nth-child(7606n){-webkit-animation-delay:761.2s;animation-delay:761.2s}.poke-block-nps .btn-nps:nth-child(7607n){-webkit-animation-delay:761.3s;animation-delay:761.3s}.poke-block-nps .btn-nps:nth-child(7608n){-webkit-animation-delay:761.4s;animation-delay:761.4s}.poke-block-nps .btn-nps:nth-child(7609n){-webkit-animation-delay:761.5s;animation-delay:761.5s}.poke-block-nps .btn-nps:nth-child(7610n){-webkit-animation-delay:761.6s;animation-delay:761.6s}.poke-block-nps .btn-nps:nth-child(7611n){-webkit-animation-delay:761.7s;animation-delay:761.7s}.poke-block-nps .btn-nps:nth-child(7612n){-webkit-animation-delay:761.8s;animation-delay:761.8s}.poke-block-nps .btn-nps:nth-child(7613n){-webkit-animation-delay:761.9s;animation-delay:761.9s}.poke-block-nps .btn-nps:nth-child(7614n){-webkit-animation-delay:762s;animation-delay:762s}.poke-block-nps .btn-nps:nth-child(7615n){-webkit-animation-delay:762.1s;animation-delay:762.1s}.poke-block-nps .btn-nps:nth-child(7616n){-webkit-animation-delay:762.2s;animation-delay:762.2s}.poke-block-nps .btn-nps:nth-child(7617n){-webkit-animation-delay:762.3s;animation-delay:762.3s}.poke-block-nps .btn-nps:nth-child(7618n){-webkit-animation-delay:762.4s;animation-delay:762.4s}.poke-block-nps .btn-nps:nth-child(7619n){-webkit-animation-delay:762.5s;animation-delay:762.5s}.poke-block-nps .btn-nps:nth-child(7620n){-webkit-animation-delay:762.6s;animation-delay:762.6s}.poke-block-nps .btn-nps:nth-child(7621n){-webkit-animation-delay:762.7s;animation-delay:762.7s}.poke-block-nps .btn-nps:nth-child(7622n){-webkit-animation-delay:762.8s;animation-delay:762.8s}.poke-block-nps .btn-nps:nth-child(7623n){-webkit-animation-delay:762.9s;animation-delay:762.9s}.poke-block-nps .btn-nps:nth-child(7624n){-webkit-animation-delay:763s;animation-delay:763s}.poke-block-nps .btn-nps:nth-child(7625n){-webkit-animation-delay:763.1s;animation-delay:763.1s}.poke-block-nps .btn-nps:nth-child(7626n){-webkit-animation-delay:763.2s;animation-delay:763.2s}.poke-block-nps .btn-nps:nth-child(7627n){-webkit-animation-delay:763.3s;animation-delay:763.3s}.poke-block-nps .btn-nps:nth-child(7628n){-webkit-animation-delay:763.4s;animation-delay:763.4s}.poke-block-nps .btn-nps:nth-child(7629n){-webkit-animation-delay:763.5s;animation-delay:763.5s}.poke-block-nps .btn-nps:nth-child(7630n){-webkit-animation-delay:763.6s;animation-delay:763.6s}.poke-block-nps .btn-nps:nth-child(7631n){-webkit-animation-delay:763.7s;animation-delay:763.7s}.poke-block-nps .btn-nps:nth-child(7632n){-webkit-animation-delay:763.8s;animation-delay:763.8s}.poke-block-nps .btn-nps:nth-child(7633n){-webkit-animation-delay:763.9s;animation-delay:763.9s}.poke-block-nps .btn-nps:nth-child(7634n){-webkit-animation-delay:764s;animation-delay:764s}.poke-block-nps .btn-nps:nth-child(7635n){-webkit-animation-delay:764.1s;animation-delay:764.1s}.poke-block-nps .btn-nps:nth-child(7636n){-webkit-animation-delay:764.2s;animation-delay:764.2s}.poke-block-nps .btn-nps:nth-child(7637n){-webkit-animation-delay:764.3s;animation-delay:764.3s}.poke-block-nps .btn-nps:nth-child(7638n){-webkit-animation-delay:764.4s;animation-delay:764.4s}.poke-block-nps .btn-nps:nth-child(7639n){-webkit-animation-delay:764.5s;animation-delay:764.5s}.poke-block-nps .btn-nps:nth-child(7640n){-webkit-animation-delay:764.6s;animation-delay:764.6s}.poke-block-nps .btn-nps:nth-child(7641n){-webkit-animation-delay:764.7s;animation-delay:764.7s}.poke-block-nps .btn-nps:nth-child(7642n){-webkit-animation-delay:764.8s;animation-delay:764.8s}.poke-block-nps .btn-nps:nth-child(7643n){-webkit-animation-delay:764.9s;animation-delay:764.9s}.poke-block-nps .btn-nps:nth-child(7644n){-webkit-animation-delay:765s;animation-delay:765s}.poke-block-nps .btn-nps:nth-child(7645n){-webkit-animation-delay:765.1s;animation-delay:765.1s}.poke-block-nps .btn-nps:nth-child(7646n){-webkit-animation-delay:765.2s;animation-delay:765.2s}.poke-block-nps .btn-nps:nth-child(7647n){-webkit-animation-delay:765.3s;animation-delay:765.3s}.poke-block-nps .btn-nps:nth-child(7648n){-webkit-animation-delay:765.4s;animation-delay:765.4s}.poke-block-nps .btn-nps:nth-child(7649n){-webkit-animation-delay:765.5s;animation-delay:765.5s}.poke-block-nps .btn-nps:nth-child(7650n){-webkit-animation-delay:765.6s;animation-delay:765.6s}.poke-block-nps .btn-nps:nth-child(7651n){-webkit-animation-delay:765.7s;animation-delay:765.7s}.poke-block-nps .btn-nps:nth-child(7652n){-webkit-animation-delay:765.8s;animation-delay:765.8s}.poke-block-nps .btn-nps:nth-child(7653n){-webkit-animation-delay:765.9s;animation-delay:765.9s}.poke-block-nps .btn-nps:nth-child(7654n){-webkit-animation-delay:766s;animation-delay:766s}.poke-block-nps .btn-nps:nth-child(7655n){-webkit-animation-delay:766.1s;animation-delay:766.1s}.poke-block-nps .btn-nps:nth-child(7656n){-webkit-animation-delay:766.2s;animation-delay:766.2s}.poke-block-nps .btn-nps:nth-child(7657n){-webkit-animation-delay:766.3s;animation-delay:766.3s}.poke-block-nps .btn-nps:nth-child(7658n){-webkit-animation-delay:766.4s;animation-delay:766.4s}.poke-block-nps .btn-nps:nth-child(7659n){-webkit-animation-delay:766.5s;animation-delay:766.5s}.poke-block-nps .btn-nps:nth-child(7660n){-webkit-animation-delay:766.6s;animation-delay:766.6s}.poke-block-nps .btn-nps:nth-child(7661n){-webkit-animation-delay:766.7s;animation-delay:766.7s}.poke-block-nps .btn-nps:nth-child(7662n){-webkit-animation-delay:766.8s;animation-delay:766.8s}.poke-block-nps .btn-nps:nth-child(7663n){-webkit-animation-delay:766.9s;animation-delay:766.9s}.poke-block-nps .btn-nps:nth-child(7664n){-webkit-animation-delay:767s;animation-delay:767s}.poke-block-nps .btn-nps:nth-child(7665n){-webkit-animation-delay:767.1s;animation-delay:767.1s}.poke-block-nps .btn-nps:nth-child(7666n){-webkit-animation-delay:767.2s;animation-delay:767.2s}.poke-block-nps .btn-nps:nth-child(7667n){-webkit-animation-delay:767.3s;animation-delay:767.3s}.poke-block-nps .btn-nps:nth-child(7668n){-webkit-animation-delay:767.4s;animation-delay:767.4s}.poke-block-nps .btn-nps:nth-child(7669n){-webkit-animation-delay:767.5s;animation-delay:767.5s}.poke-block-nps .btn-nps:nth-child(7670n){-webkit-animation-delay:767.6s;animation-delay:767.6s}.poke-block-nps .btn-nps:nth-child(7671n){-webkit-animation-delay:767.7s;animation-delay:767.7s}.poke-block-nps .btn-nps:nth-child(7672n){-webkit-animation-delay:767.8s;animation-delay:767.8s}.poke-block-nps .btn-nps:nth-child(7673n){-webkit-animation-delay:767.9s;animation-delay:767.9s}.poke-block-nps .btn-nps:nth-child(7674n){-webkit-animation-delay:768s;animation-delay:768s}.poke-block-nps .btn-nps:nth-child(7675n){-webkit-animation-delay:768.1s;animation-delay:768.1s}.poke-block-nps .btn-nps:nth-child(7676n){-webkit-animation-delay:768.2s;animation-delay:768.2s}.poke-block-nps .btn-nps:nth-child(7677n){-webkit-animation-delay:768.3s;animation-delay:768.3s}.poke-block-nps .btn-nps:nth-child(7678n){-webkit-animation-delay:768.4s;animation-delay:768.4s}.poke-block-nps .btn-nps:nth-child(7679n){-webkit-animation-delay:768.5s;animation-delay:768.5s}.poke-block-nps .btn-nps:nth-child(7680n){-webkit-animation-delay:768.6s;animation-delay:768.6s}.poke-block-nps .btn-nps:nth-child(7681n){-webkit-animation-delay:768.7s;animation-delay:768.7s}.poke-block-nps .btn-nps:nth-child(7682n){-webkit-animation-delay:768.8s;animation-delay:768.8s}.poke-block-nps .btn-nps:nth-child(7683n){-webkit-animation-delay:768.9s;animation-delay:768.9s}.poke-block-nps .btn-nps:nth-child(7684n){-webkit-animation-delay:769s;animation-delay:769s}.poke-block-nps .btn-nps:nth-child(7685n){-webkit-animation-delay:769.1s;animation-delay:769.1s}.poke-block-nps .btn-nps:nth-child(7686n){-webkit-animation-delay:769.2s;animation-delay:769.2s}.poke-block-nps .btn-nps:nth-child(7687n){-webkit-animation-delay:769.3s;animation-delay:769.3s}.poke-block-nps .btn-nps:nth-child(7688n){-webkit-animation-delay:769.4s;animation-delay:769.4s}.poke-block-nps .btn-nps:nth-child(7689n){-webkit-animation-delay:769.5s;animation-delay:769.5s}.poke-block-nps .btn-nps:nth-child(7690n){-webkit-animation-delay:769.6s;animation-delay:769.6s}.poke-block-nps .btn-nps:nth-child(7691n){-webkit-animation-delay:769.7s;animation-delay:769.7s}.poke-block-nps .btn-nps:nth-child(7692n){-webkit-animation-delay:769.8s;animation-delay:769.8s}.poke-block-nps .btn-nps:nth-child(7693n){-webkit-animation-delay:769.9s;animation-delay:769.9s}.poke-block-nps .btn-nps:nth-child(7694n){-webkit-animation-delay:770s;animation-delay:770s}.poke-block-nps .btn-nps:nth-child(7695n){-webkit-animation-delay:770.1s;animation-delay:770.1s}.poke-block-nps .btn-nps:nth-child(7696n){-webkit-animation-delay:770.2s;animation-delay:770.2s}.poke-block-nps .btn-nps:nth-child(7697n){-webkit-animation-delay:770.3s;animation-delay:770.3s}.poke-block-nps .btn-nps:nth-child(7698n){-webkit-animation-delay:770.4s;animation-delay:770.4s}.poke-block-nps .btn-nps:nth-child(7699n){-webkit-animation-delay:770.5s;animation-delay:770.5s}.poke-block-nps .btn-nps:nth-child(7700n){-webkit-animation-delay:770.6s;animation-delay:770.6s}.poke-block-nps .btn-nps:nth-child(7701n){-webkit-animation-delay:770.7s;animation-delay:770.7s}.poke-block-nps .btn-nps:nth-child(7702n){-webkit-animation-delay:770.8s;animation-delay:770.8s}.poke-block-nps .btn-nps:nth-child(7703n){-webkit-animation-delay:770.9s;animation-delay:770.9s}.poke-block-nps .btn-nps:nth-child(7704n){-webkit-animation-delay:771s;animation-delay:771s}.poke-block-nps .btn-nps:nth-child(7705n){-webkit-animation-delay:771.1s;animation-delay:771.1s}.poke-block-nps .btn-nps:nth-child(7706n){-webkit-animation-delay:771.2s;animation-delay:771.2s}.poke-block-nps .btn-nps:nth-child(7707n){-webkit-animation-delay:771.3s;animation-delay:771.3s}.poke-block-nps .btn-nps:nth-child(7708n){-webkit-animation-delay:771.4s;animation-delay:771.4s}.poke-block-nps .btn-nps:nth-child(7709n){-webkit-animation-delay:771.5s;animation-delay:771.5s}.poke-block-nps .btn-nps:nth-child(7710n){-webkit-animation-delay:771.6s;animation-delay:771.6s}.poke-block-nps .btn-nps:nth-child(7711n){-webkit-animation-delay:771.7s;animation-delay:771.7s}.poke-block-nps .btn-nps:nth-child(7712n){-webkit-animation-delay:771.8s;animation-delay:771.8s}.poke-block-nps .btn-nps:nth-child(7713n){-webkit-animation-delay:771.9s;animation-delay:771.9s}.poke-block-nps .btn-nps:nth-child(7714n){-webkit-animation-delay:772s;animation-delay:772s}.poke-block-nps .btn-nps:nth-child(7715n){-webkit-animation-delay:772.1s;animation-delay:772.1s}.poke-block-nps .btn-nps:nth-child(7716n){-webkit-animation-delay:772.2s;animation-delay:772.2s}.poke-block-nps .btn-nps:nth-child(7717n){-webkit-animation-delay:772.3s;animation-delay:772.3s}.poke-block-nps .btn-nps:nth-child(7718n){-webkit-animation-delay:772.4s;animation-delay:772.4s}.poke-block-nps .btn-nps:nth-child(7719n){-webkit-animation-delay:772.5s;animation-delay:772.5s}.poke-block-nps .btn-nps:nth-child(7720n){-webkit-animation-delay:772.6s;animation-delay:772.6s}.poke-block-nps .btn-nps:nth-child(7721n){-webkit-animation-delay:772.7s;animation-delay:772.7s}.poke-block-nps .btn-nps:nth-child(7722n){-webkit-animation-delay:772.8s;animation-delay:772.8s}.poke-block-nps .btn-nps:nth-child(7723n){-webkit-animation-delay:772.9s;animation-delay:772.9s}.poke-block-nps .btn-nps:nth-child(7724n){-webkit-animation-delay:773s;animation-delay:773s}.poke-block-nps .btn-nps:nth-child(7725n){-webkit-animation-delay:773.1s;animation-delay:773.1s}.poke-block-nps .btn-nps:nth-child(7726n){-webkit-animation-delay:773.2s;animation-delay:773.2s}.poke-block-nps .btn-nps:nth-child(7727n){-webkit-animation-delay:773.3s;animation-delay:773.3s}.poke-block-nps .btn-nps:nth-child(7728n){-webkit-animation-delay:773.4s;animation-delay:773.4s}.poke-block-nps .btn-nps:nth-child(7729n){-webkit-animation-delay:773.5s;animation-delay:773.5s}.poke-block-nps .btn-nps:nth-child(7730n){-webkit-animation-delay:773.6s;animation-delay:773.6s}.poke-block-nps .btn-nps:nth-child(7731n){-webkit-animation-delay:773.7s;animation-delay:773.7s}.poke-block-nps .btn-nps:nth-child(7732n){-webkit-animation-delay:773.8s;animation-delay:773.8s}.poke-block-nps .btn-nps:nth-child(7733n){-webkit-animation-delay:773.9s;animation-delay:773.9s}.poke-block-nps .btn-nps:nth-child(7734n){-webkit-animation-delay:774s;animation-delay:774s}.poke-block-nps .btn-nps:nth-child(7735n){-webkit-animation-delay:774.1s;animation-delay:774.1s}.poke-block-nps .btn-nps:nth-child(7736n){-webkit-animation-delay:774.2s;animation-delay:774.2s}.poke-block-nps .btn-nps:nth-child(7737n){-webkit-animation-delay:774.3s;animation-delay:774.3s}.poke-block-nps .btn-nps:nth-child(7738n){-webkit-animation-delay:774.4s;animation-delay:774.4s}.poke-block-nps .btn-nps:nth-child(7739n){-webkit-animation-delay:774.5s;animation-delay:774.5s}.poke-block-nps .btn-nps:nth-child(7740n){-webkit-animation-delay:774.6s;animation-delay:774.6s}.poke-block-nps .btn-nps:nth-child(7741n){-webkit-animation-delay:774.7s;animation-delay:774.7s}.poke-block-nps .btn-nps:nth-child(7742n){-webkit-animation-delay:774.8s;animation-delay:774.8s}.poke-block-nps .btn-nps:nth-child(7743n){-webkit-animation-delay:774.9s;animation-delay:774.9s}.poke-block-nps .btn-nps:nth-child(7744n){-webkit-animation-delay:775s;animation-delay:775s}.poke-block-nps .btn-nps:nth-child(7745n){-webkit-animation-delay:775.1s;animation-delay:775.1s}.poke-block-nps .btn-nps:nth-child(7746n){-webkit-animation-delay:775.2s;animation-delay:775.2s}.poke-block-nps .btn-nps:nth-child(7747n){-webkit-animation-delay:775.3s;animation-delay:775.3s}.poke-block-nps .btn-nps:nth-child(7748n){-webkit-animation-delay:775.4s;animation-delay:775.4s}.poke-block-nps .btn-nps:nth-child(7749n){-webkit-animation-delay:775.5s;animation-delay:775.5s}.poke-block-nps .btn-nps:nth-child(7750n){-webkit-animation-delay:775.6s;animation-delay:775.6s}.poke-block-nps .btn-nps:nth-child(7751n){-webkit-animation-delay:775.7s;animation-delay:775.7s}.poke-block-nps .btn-nps:nth-child(7752n){-webkit-animation-delay:775.8s;animation-delay:775.8s}.poke-block-nps .btn-nps:nth-child(7753n){-webkit-animation-delay:775.9s;animation-delay:775.9s}.poke-block-nps .btn-nps:nth-child(7754n){-webkit-animation-delay:776s;animation-delay:776s}.poke-block-nps .btn-nps:nth-child(7755n){-webkit-animation-delay:776.1s;animation-delay:776.1s}.poke-block-nps .btn-nps:nth-child(7756n){-webkit-animation-delay:776.2s;animation-delay:776.2s}.poke-block-nps .btn-nps:nth-child(7757n){-webkit-animation-delay:776.3s;animation-delay:776.3s}.poke-block-nps .btn-nps:nth-child(7758n){-webkit-animation-delay:776.4s;animation-delay:776.4s}.poke-block-nps .btn-nps:nth-child(7759n){-webkit-animation-delay:776.5s;animation-delay:776.5s}.poke-block-nps .btn-nps:nth-child(7760n){-webkit-animation-delay:776.6s;animation-delay:776.6s}.poke-block-nps .btn-nps:nth-child(7761n){-webkit-animation-delay:776.7s;animation-delay:776.7s}.poke-block-nps .btn-nps:nth-child(7762n){-webkit-animation-delay:776.8s;animation-delay:776.8s}.poke-block-nps .btn-nps:nth-child(7763n){-webkit-animation-delay:776.9s;animation-delay:776.9s}.poke-block-nps .btn-nps:nth-child(7764n){-webkit-animation-delay:777s;animation-delay:777s}.poke-block-nps .btn-nps:nth-child(7765n){-webkit-animation-delay:777.1s;animation-delay:777.1s}.poke-block-nps .btn-nps:nth-child(7766n){-webkit-animation-delay:777.2s;animation-delay:777.2s}.poke-block-nps .btn-nps:nth-child(7767n){-webkit-animation-delay:777.3s;animation-delay:777.3s}.poke-block-nps .btn-nps:nth-child(7768n){-webkit-animation-delay:777.4s;animation-delay:777.4s}.poke-block-nps .btn-nps:nth-child(7769n){-webkit-animation-delay:777.5s;animation-delay:777.5s}.poke-block-nps .btn-nps:nth-child(7770n){-webkit-animation-delay:777.6s;animation-delay:777.6s}.poke-block-nps .btn-nps:nth-child(7771n){-webkit-animation-delay:777.7s;animation-delay:777.7s}.poke-block-nps .btn-nps:nth-child(7772n){-webkit-animation-delay:777.8s;animation-delay:777.8s}.poke-block-nps .btn-nps:nth-child(7773n){-webkit-animation-delay:777.9s;animation-delay:777.9s}.poke-block-nps .btn-nps:nth-child(7774n){-webkit-animation-delay:778s;animation-delay:778s}.poke-block-nps .btn-nps:nth-child(7775n){-webkit-animation-delay:778.1s;animation-delay:778.1s}.poke-block-nps .btn-nps:nth-child(7776n){-webkit-animation-delay:778.2s;animation-delay:778.2s}.poke-block-nps .btn-nps:nth-child(7777n){-webkit-animation-delay:778.3s;animation-delay:778.3s}.poke-block-nps .btn-nps:nth-child(7778n){-webkit-animation-delay:778.4s;animation-delay:778.4s}.poke-block-nps .btn-nps:nth-child(7779n){-webkit-animation-delay:778.5s;animation-delay:778.5s}.poke-block-nps .btn-nps:nth-child(7780n){-webkit-animation-delay:778.6s;animation-delay:778.6s}.poke-block-nps .btn-nps:nth-child(7781n){-webkit-animation-delay:778.7s;animation-delay:778.7s}.poke-block-nps .btn-nps:nth-child(7782n){-webkit-animation-delay:778.8s;animation-delay:778.8s}.poke-block-nps .btn-nps:nth-child(7783n){-webkit-animation-delay:778.9s;animation-delay:778.9s}.poke-block-nps .btn-nps:nth-child(7784n){-webkit-animation-delay:779s;animation-delay:779s}.poke-block-nps .btn-nps:nth-child(7785n){-webkit-animation-delay:779.1s;animation-delay:779.1s}.poke-block-nps .btn-nps:nth-child(7786n){-webkit-animation-delay:779.2s;animation-delay:779.2s}.poke-block-nps .btn-nps:nth-child(7787n){-webkit-animation-delay:779.3s;animation-delay:779.3s}.poke-block-nps .btn-nps:nth-child(7788n){-webkit-animation-delay:779.4s;animation-delay:779.4s}.poke-block-nps .btn-nps:nth-child(7789n){-webkit-animation-delay:779.5s;animation-delay:779.5s}.poke-block-nps .btn-nps:nth-child(7790n){-webkit-animation-delay:779.6s;animation-delay:779.6s}.poke-block-nps .btn-nps:nth-child(7791n){-webkit-animation-delay:779.7s;animation-delay:779.7s}.poke-block-nps .btn-nps:nth-child(7792n){-webkit-animation-delay:779.8s;animation-delay:779.8s}.poke-block-nps .btn-nps:nth-child(7793n){-webkit-animation-delay:779.9s;animation-delay:779.9s}.poke-block-nps .btn-nps:nth-child(7794n){-webkit-animation-delay:780s;animation-delay:780s}.poke-block-nps .btn-nps:nth-child(7795n){-webkit-animation-delay:780.1s;animation-delay:780.1s}.poke-block-nps .btn-nps:nth-child(7796n){-webkit-animation-delay:780.2s;animation-delay:780.2s}.poke-block-nps .btn-nps:nth-child(7797n){-webkit-animation-delay:780.3s;animation-delay:780.3s}.poke-block-nps .btn-nps:nth-child(7798n){-webkit-animation-delay:780.4s;animation-delay:780.4s}.poke-block-nps .btn-nps:nth-child(7799n){-webkit-animation-delay:780.5s;animation-delay:780.5s}.poke-block-nps .btn-nps:nth-child(7800n){-webkit-animation-delay:780.6s;animation-delay:780.6s}.poke-block-nps .btn-nps:nth-child(7801n){-webkit-animation-delay:780.7s;animation-delay:780.7s}.poke-block-nps .btn-nps:nth-child(7802n){-webkit-animation-delay:780.8s;animation-delay:780.8s}.poke-block-nps .btn-nps:nth-child(7803n){-webkit-animation-delay:780.9s;animation-delay:780.9s}.poke-block-nps .btn-nps:nth-child(7804n){-webkit-animation-delay:781s;animation-delay:781s}.poke-block-nps .btn-nps:nth-child(7805n){-webkit-animation-delay:781.1s;animation-delay:781.1s}.poke-block-nps .btn-nps:nth-child(7806n){-webkit-animation-delay:781.2s;animation-delay:781.2s}.poke-block-nps .btn-nps:nth-child(7807n){-webkit-animation-delay:781.3s;animation-delay:781.3s}.poke-block-nps .btn-nps:nth-child(7808n){-webkit-animation-delay:781.4s;animation-delay:781.4s}.poke-block-nps .btn-nps:nth-child(7809n){-webkit-animation-delay:781.5s;animation-delay:781.5s}.poke-block-nps .btn-nps:nth-child(7810n){-webkit-animation-delay:781.6s;animation-delay:781.6s}.poke-block-nps .btn-nps:nth-child(7811n){-webkit-animation-delay:781.7s;animation-delay:781.7s}.poke-block-nps .btn-nps:nth-child(7812n){-webkit-animation-delay:781.8s;animation-delay:781.8s}.poke-block-nps .btn-nps:nth-child(7813n){-webkit-animation-delay:781.9s;animation-delay:781.9s}.poke-block-nps .btn-nps:nth-child(7814n){-webkit-animation-delay:782s;animation-delay:782s}.poke-block-nps .btn-nps:nth-child(7815n){-webkit-animation-delay:782.1s;animation-delay:782.1s}.poke-block-nps .btn-nps:nth-child(7816n){-webkit-animation-delay:782.2s;animation-delay:782.2s}.poke-block-nps .btn-nps:nth-child(7817n){-webkit-animation-delay:782.3s;animation-delay:782.3s}.poke-block-nps .btn-nps:nth-child(7818n){-webkit-animation-delay:782.4s;animation-delay:782.4s}.poke-block-nps .btn-nps:nth-child(7819n){-webkit-animation-delay:782.5s;animation-delay:782.5s}.poke-block-nps .btn-nps:nth-child(7820n){-webkit-animation-delay:782.6s;animation-delay:782.6s}.poke-block-nps .btn-nps:nth-child(7821n){-webkit-animation-delay:782.7s;animation-delay:782.7s}.poke-block-nps .btn-nps:nth-child(7822n){-webkit-animation-delay:782.8s;animation-delay:782.8s}.poke-block-nps .btn-nps:nth-child(7823n){-webkit-animation-delay:782.9s;animation-delay:782.9s}.poke-block-nps .btn-nps:nth-child(7824n){-webkit-animation-delay:783s;animation-delay:783s}.poke-block-nps .btn-nps:nth-child(7825n){-webkit-animation-delay:783.1s;animation-delay:783.1s}.poke-block-nps .btn-nps:nth-child(7826n){-webkit-animation-delay:783.2s;animation-delay:783.2s}.poke-block-nps .btn-nps:nth-child(7827n){-webkit-animation-delay:783.3s;animation-delay:783.3s}.poke-block-nps .btn-nps:nth-child(7828n){-webkit-animation-delay:783.4s;animation-delay:783.4s}.poke-block-nps .btn-nps:nth-child(7829n){-webkit-animation-delay:783.5s;animation-delay:783.5s}.poke-block-nps .btn-nps:nth-child(7830n){-webkit-animation-delay:783.6s;animation-delay:783.6s}.poke-block-nps .btn-nps:nth-child(7831n){-webkit-animation-delay:783.7s;animation-delay:783.7s}.poke-block-nps .btn-nps:nth-child(7832n){-webkit-animation-delay:783.8s;animation-delay:783.8s}.poke-block-nps .btn-nps:nth-child(7833n){-webkit-animation-delay:783.9s;animation-delay:783.9s}.poke-block-nps .btn-nps:nth-child(7834n){-webkit-animation-delay:784s;animation-delay:784s}.poke-block-nps .btn-nps:nth-child(7835n){-webkit-animation-delay:784.1s;animation-delay:784.1s}.poke-block-nps .btn-nps:nth-child(7836n){-webkit-animation-delay:784.2s;animation-delay:784.2s}.poke-block-nps .btn-nps:nth-child(7837n){-webkit-animation-delay:784.3s;animation-delay:784.3s}.poke-block-nps .btn-nps:nth-child(7838n){-webkit-animation-delay:784.4s;animation-delay:784.4s}.poke-block-nps .btn-nps:nth-child(7839n){-webkit-animation-delay:784.5s;animation-delay:784.5s}.poke-block-nps .btn-nps:nth-child(7840n){-webkit-animation-delay:784.6s;animation-delay:784.6s}.poke-block-nps .btn-nps:nth-child(7841n){-webkit-animation-delay:784.7s;animation-delay:784.7s}.poke-block-nps .btn-nps:nth-child(7842n){-webkit-animation-delay:784.8s;animation-delay:784.8s}.poke-block-nps .btn-nps:nth-child(7843n){-webkit-animation-delay:784.9s;animation-delay:784.9s}.poke-block-nps .btn-nps:nth-child(7844n){-webkit-animation-delay:785s;animation-delay:785s}.poke-block-nps .btn-nps:nth-child(7845n){-webkit-animation-delay:785.1s;animation-delay:785.1s}.poke-block-nps .btn-nps:nth-child(7846n){-webkit-animation-delay:785.2s;animation-delay:785.2s}.poke-block-nps .btn-nps:nth-child(7847n){-webkit-animation-delay:785.3s;animation-delay:785.3s}.poke-block-nps .btn-nps:nth-child(7848n){-webkit-animation-delay:785.4s;animation-delay:785.4s}.poke-block-nps .btn-nps:nth-child(7849n){-webkit-animation-delay:785.5s;animation-delay:785.5s}.poke-block-nps .btn-nps:nth-child(7850n){-webkit-animation-delay:785.6s;animation-delay:785.6s}.poke-block-nps .btn-nps:nth-child(7851n){-webkit-animation-delay:785.7s;animation-delay:785.7s}.poke-block-nps .btn-nps:nth-child(7852n){-webkit-animation-delay:785.8s;animation-delay:785.8s}.poke-block-nps .btn-nps:nth-child(7853n){-webkit-animation-delay:785.9s;animation-delay:785.9s}.poke-block-nps .btn-nps:nth-child(7854n){-webkit-animation-delay:786s;animation-delay:786s}.poke-block-nps .btn-nps:nth-child(7855n){-webkit-animation-delay:786.1s;animation-delay:786.1s}.poke-block-nps .btn-nps:nth-child(7856n){-webkit-animation-delay:786.2s;animation-delay:786.2s}.poke-block-nps .btn-nps:nth-child(7857n){-webkit-animation-delay:786.3s;animation-delay:786.3s}.poke-block-nps .btn-nps:nth-child(7858n){-webkit-animation-delay:786.4s;animation-delay:786.4s}.poke-block-nps .btn-nps:nth-child(7859n){-webkit-animation-delay:786.5s;animation-delay:786.5s}.poke-block-nps .btn-nps:nth-child(7860n){-webkit-animation-delay:786.6s;animation-delay:786.6s}.poke-block-nps .btn-nps:nth-child(7861n){-webkit-animation-delay:786.7s;animation-delay:786.7s}.poke-block-nps .btn-nps:nth-child(7862n){-webkit-animation-delay:786.8s;animation-delay:786.8s}.poke-block-nps .btn-nps:nth-child(7863n){-webkit-animation-delay:786.9s;animation-delay:786.9s}.poke-block-nps .btn-nps:nth-child(7864n){-webkit-animation-delay:787s;animation-delay:787s}.poke-block-nps .btn-nps:nth-child(7865n){-webkit-animation-delay:787.1s;animation-delay:787.1s}.poke-block-nps .btn-nps:nth-child(7866n){-webkit-animation-delay:787.2s;animation-delay:787.2s}.poke-block-nps .btn-nps:nth-child(7867n){-webkit-animation-delay:787.3s;animation-delay:787.3s}.poke-block-nps .btn-nps:nth-child(7868n){-webkit-animation-delay:787.4s;animation-delay:787.4s}.poke-block-nps .btn-nps:nth-child(7869n){-webkit-animation-delay:787.5s;animation-delay:787.5s}.poke-block-nps .btn-nps:nth-child(7870n){-webkit-animation-delay:787.6s;animation-delay:787.6s}.poke-block-nps .btn-nps:nth-child(7871n){-webkit-animation-delay:787.7s;animation-delay:787.7s}.poke-block-nps .btn-nps:nth-child(7872n){-webkit-animation-delay:787.8s;animation-delay:787.8s}.poke-block-nps .btn-nps:nth-child(7873n){-webkit-animation-delay:787.9s;animation-delay:787.9s}.poke-block-nps .btn-nps:nth-child(7874n){-webkit-animation-delay:788s;animation-delay:788s}.poke-block-nps .btn-nps:nth-child(7875n){-webkit-animation-delay:788.1s;animation-delay:788.1s}.poke-block-nps .btn-nps:nth-child(7876n){-webkit-animation-delay:788.2s;animation-delay:788.2s}.poke-block-nps .btn-nps:nth-child(7877n){-webkit-animation-delay:788.3s;animation-delay:788.3s}.poke-block-nps .btn-nps:nth-child(7878n){-webkit-animation-delay:788.4s;animation-delay:788.4s}.poke-block-nps .btn-nps:nth-child(7879n){-webkit-animation-delay:788.5s;animation-delay:788.5s}.poke-block-nps .btn-nps:nth-child(7880n){-webkit-animation-delay:788.6s;animation-delay:788.6s}.poke-block-nps .btn-nps:nth-child(7881n){-webkit-animation-delay:788.7s;animation-delay:788.7s}.poke-block-nps .btn-nps:nth-child(7882n){-webkit-animation-delay:788.8s;animation-delay:788.8s}.poke-block-nps .btn-nps:nth-child(7883n){-webkit-animation-delay:788.9s;animation-delay:788.9s}.poke-block-nps .btn-nps:nth-child(7884n){-webkit-animation-delay:789s;animation-delay:789s}.poke-block-nps .btn-nps:nth-child(7885n){-webkit-animation-delay:789.1s;animation-delay:789.1s}.poke-block-nps .btn-nps:nth-child(7886n){-webkit-animation-delay:789.2s;animation-delay:789.2s}.poke-block-nps .btn-nps:nth-child(7887n){-webkit-animation-delay:789.3s;animation-delay:789.3s}.poke-block-nps .btn-nps:nth-child(7888n){-webkit-animation-delay:789.4s;animation-delay:789.4s}.poke-block-nps .btn-nps:nth-child(7889n){-webkit-animation-delay:789.5s;animation-delay:789.5s}.poke-block-nps .btn-nps:nth-child(7890n){-webkit-animation-delay:789.6s;animation-delay:789.6s}.poke-block-nps .btn-nps:nth-child(7891n){-webkit-animation-delay:789.7s;animation-delay:789.7s}.poke-block-nps .btn-nps:nth-child(7892n){-webkit-animation-delay:789.8s;animation-delay:789.8s}.poke-block-nps .btn-nps:nth-child(7893n){-webkit-animation-delay:789.9s;animation-delay:789.9s}.poke-block-nps .btn-nps:nth-child(7894n){-webkit-animation-delay:790s;animation-delay:790s}.poke-block-nps .btn-nps:nth-child(7895n){-webkit-animation-delay:790.1s;animation-delay:790.1s}.poke-block-nps .btn-nps:nth-child(7896n){-webkit-animation-delay:790.2s;animation-delay:790.2s}.poke-block-nps .btn-nps:nth-child(7897n){-webkit-animation-delay:790.3s;animation-delay:790.3s}.poke-block-nps .btn-nps:nth-child(7898n){-webkit-animation-delay:790.4s;animation-delay:790.4s}.poke-block-nps .btn-nps:nth-child(7899n){-webkit-animation-delay:790.5s;animation-delay:790.5s}.poke-block-nps .btn-nps:nth-child(7900n){-webkit-animation-delay:790.6s;animation-delay:790.6s}.poke-block-nps .btn-nps:nth-child(7901n){-webkit-animation-delay:790.7s;animation-delay:790.7s}.poke-block-nps .btn-nps:nth-child(7902n){-webkit-animation-delay:790.8s;animation-delay:790.8s}.poke-block-nps .btn-nps:nth-child(7903n){-webkit-animation-delay:790.9s;animation-delay:790.9s}.poke-block-nps .btn-nps:nth-child(7904n){-webkit-animation-delay:791s;animation-delay:791s}.poke-block-nps .btn-nps:nth-child(7905n){-webkit-animation-delay:791.1s;animation-delay:791.1s}.poke-block-nps .btn-nps:nth-child(7906n){-webkit-animation-delay:791.2s;animation-delay:791.2s}.poke-block-nps .btn-nps:nth-child(7907n){-webkit-animation-delay:791.3s;animation-delay:791.3s}.poke-block-nps .btn-nps:nth-child(7908n){-webkit-animation-delay:791.4s;animation-delay:791.4s}.poke-block-nps .btn-nps:nth-child(7909n){-webkit-animation-delay:791.5s;animation-delay:791.5s}.poke-block-nps .btn-nps:nth-child(7910n){-webkit-animation-delay:791.6s;animation-delay:791.6s}.poke-block-nps .btn-nps:nth-child(7911n){-webkit-animation-delay:791.7s;animation-delay:791.7s}.poke-block-nps .btn-nps:nth-child(7912n){-webkit-animation-delay:791.8s;animation-delay:791.8s}.poke-block-nps .btn-nps:nth-child(7913n){-webkit-animation-delay:791.9s;animation-delay:791.9s}.poke-block-nps .btn-nps:nth-child(7914n){-webkit-animation-delay:792s;animation-delay:792s}.poke-block-nps .btn-nps:nth-child(7915n){-webkit-animation-delay:792.1s;animation-delay:792.1s}.poke-block-nps .btn-nps:nth-child(7916n){-webkit-animation-delay:792.2s;animation-delay:792.2s}.poke-block-nps .btn-nps:nth-child(7917n){-webkit-animation-delay:792.3s;animation-delay:792.3s}.poke-block-nps .btn-nps:nth-child(7918n){-webkit-animation-delay:792.4s;animation-delay:792.4s}.poke-block-nps .btn-nps:nth-child(7919n){-webkit-animation-delay:792.5s;animation-delay:792.5s}.poke-block-nps .btn-nps:nth-child(7920n){-webkit-animation-delay:792.6s;animation-delay:792.6s}.poke-block-nps .btn-nps:nth-child(7921n){-webkit-animation-delay:792.7s;animation-delay:792.7s}.poke-block-nps .btn-nps:nth-child(7922n){-webkit-animation-delay:792.8s;animation-delay:792.8s}.poke-block-nps .btn-nps:nth-child(7923n){-webkit-animation-delay:792.9s;animation-delay:792.9s}.poke-block-nps .btn-nps:nth-child(7924n){-webkit-animation-delay:793s;animation-delay:793s}.poke-block-nps .btn-nps:nth-child(7925n){-webkit-animation-delay:793.1s;animation-delay:793.1s}.poke-block-nps .btn-nps:nth-child(7926n){-webkit-animation-delay:793.2s;animation-delay:793.2s}.poke-block-nps .btn-nps:nth-child(7927n){-webkit-animation-delay:793.3s;animation-delay:793.3s}.poke-block-nps .btn-nps:nth-child(7928n){-webkit-animation-delay:793.4s;animation-delay:793.4s}.poke-block-nps .btn-nps:nth-child(7929n){-webkit-animation-delay:793.5s;animation-delay:793.5s}.poke-block-nps .btn-nps:nth-child(7930n){-webkit-animation-delay:793.6s;animation-delay:793.6s}.poke-block-nps .btn-nps:nth-child(7931n){-webkit-animation-delay:793.7s;animation-delay:793.7s}.poke-block-nps .btn-nps:nth-child(7932n){-webkit-animation-delay:793.8s;animation-delay:793.8s}.poke-block-nps .btn-nps:nth-child(7933n){-webkit-animation-delay:793.9s;animation-delay:793.9s}.poke-block-nps .btn-nps:nth-child(7934n){-webkit-animation-delay:794s;animation-delay:794s}.poke-block-nps .btn-nps:nth-child(7935n){-webkit-animation-delay:794.1s;animation-delay:794.1s}.poke-block-nps .btn-nps:nth-child(7936n){-webkit-animation-delay:794.2s;animation-delay:794.2s}.poke-block-nps .btn-nps:nth-child(7937n){-webkit-animation-delay:794.3s;animation-delay:794.3s}.poke-block-nps .btn-nps:nth-child(7938n){-webkit-animation-delay:794.4s;animation-delay:794.4s}.poke-block-nps .btn-nps:nth-child(7939n){-webkit-animation-delay:794.5s;animation-delay:794.5s}.poke-block-nps .btn-nps:nth-child(7940n){-webkit-animation-delay:794.6s;animation-delay:794.6s}.poke-block-nps .btn-nps:nth-child(7941n){-webkit-animation-delay:794.7s;animation-delay:794.7s}.poke-block-nps .btn-nps:nth-child(7942n){-webkit-animation-delay:794.8s;animation-delay:794.8s}.poke-block-nps .btn-nps:nth-child(7943n){-webkit-animation-delay:794.9s;animation-delay:794.9s}.poke-block-nps .btn-nps:nth-child(7944n){-webkit-animation-delay:795s;animation-delay:795s}.poke-block-nps .btn-nps:nth-child(7945n){-webkit-animation-delay:795.1s;animation-delay:795.1s}.poke-block-nps .btn-nps:nth-child(7946n){-webkit-animation-delay:795.2s;animation-delay:795.2s}.poke-block-nps .btn-nps:nth-child(7947n){-webkit-animation-delay:795.3s;animation-delay:795.3s}.poke-block-nps .btn-nps:nth-child(7948n){-webkit-animation-delay:795.4s;animation-delay:795.4s}.poke-block-nps .btn-nps:nth-child(7949n){-webkit-animation-delay:795.5s;animation-delay:795.5s}.poke-block-nps .btn-nps:nth-child(7950n){-webkit-animation-delay:795.6s;animation-delay:795.6s}.poke-block-nps .btn-nps:nth-child(7951n){-webkit-animation-delay:795.7s;animation-delay:795.7s}.poke-block-nps .btn-nps:nth-child(7952n){-webkit-animation-delay:795.8s;animation-delay:795.8s}.poke-block-nps .btn-nps:nth-child(7953n){-webkit-animation-delay:795.9s;animation-delay:795.9s}.poke-block-nps .btn-nps:nth-child(7954n){-webkit-animation-delay:796s;animation-delay:796s}.poke-block-nps .btn-nps:nth-child(7955n){-webkit-animation-delay:796.1s;animation-delay:796.1s}.poke-block-nps .btn-nps:nth-child(7956n){-webkit-animation-delay:796.2s;animation-delay:796.2s}.poke-block-nps .btn-nps:nth-child(7957n){-webkit-animation-delay:796.3s;animation-delay:796.3s}.poke-block-nps .btn-nps:nth-child(7958n){-webkit-animation-delay:796.4s;animation-delay:796.4s}.poke-block-nps .btn-nps:nth-child(7959n){-webkit-animation-delay:796.5s;animation-delay:796.5s}.poke-block-nps .btn-nps:nth-child(7960n){-webkit-animation-delay:796.6s;animation-delay:796.6s}.poke-block-nps .btn-nps:nth-child(7961n){-webkit-animation-delay:796.7s;animation-delay:796.7s}.poke-block-nps .btn-nps:nth-child(7962n){-webkit-animation-delay:796.8s;animation-delay:796.8s}.poke-block-nps .btn-nps:nth-child(7963n){-webkit-animation-delay:796.9s;animation-delay:796.9s}.poke-block-nps .btn-nps:nth-child(7964n){-webkit-animation-delay:797s;animation-delay:797s}.poke-block-nps .btn-nps:nth-child(7965n){-webkit-animation-delay:797.1s;animation-delay:797.1s}.poke-block-nps .btn-nps:nth-child(7966n){-webkit-animation-delay:797.2s;animation-delay:797.2s}.poke-block-nps .btn-nps:nth-child(7967n){-webkit-animation-delay:797.3s;animation-delay:797.3s}.poke-block-nps .btn-nps:nth-child(7968n){-webkit-animation-delay:797.4s;animation-delay:797.4s}.poke-block-nps .btn-nps:nth-child(7969n){-webkit-animation-delay:797.5s;animation-delay:797.5s}.poke-block-nps .btn-nps:nth-child(7970n){-webkit-animation-delay:797.6s;animation-delay:797.6s}.poke-block-nps .btn-nps:nth-child(7971n){-webkit-animation-delay:797.7s;animation-delay:797.7s}.poke-block-nps .btn-nps:nth-child(7972n){-webkit-animation-delay:797.8s;animation-delay:797.8s}.poke-block-nps .btn-nps:nth-child(7973n){-webkit-animation-delay:797.9s;animation-delay:797.9s}.poke-block-nps .btn-nps:nth-child(7974n){-webkit-animation-delay:798s;animation-delay:798s}.poke-block-nps .btn-nps:nth-child(7975n){-webkit-animation-delay:798.1s;animation-delay:798.1s}.poke-block-nps .btn-nps:nth-child(7976n){-webkit-animation-delay:798.2s;animation-delay:798.2s}.poke-block-nps .btn-nps:nth-child(7977n){-webkit-animation-delay:798.3s;animation-delay:798.3s}.poke-block-nps .btn-nps:nth-child(7978n){-webkit-animation-delay:798.4s;animation-delay:798.4s}.poke-block-nps .btn-nps:nth-child(7979n){-webkit-animation-delay:798.5s;animation-delay:798.5s}.poke-block-nps .btn-nps:nth-child(7980n){-webkit-animation-delay:798.6s;animation-delay:798.6s}.poke-block-nps .btn-nps:nth-child(7981n){-webkit-animation-delay:798.7s;animation-delay:798.7s}.poke-block-nps .btn-nps:nth-child(7982n){-webkit-animation-delay:798.8s;animation-delay:798.8s}.poke-block-nps .btn-nps:nth-child(7983n){-webkit-animation-delay:798.9s;animation-delay:798.9s}.poke-block-nps .btn-nps:nth-child(7984n){-webkit-animation-delay:799s;animation-delay:799s}.poke-block-nps .btn-nps:nth-child(7985n){-webkit-animation-delay:799.1s;animation-delay:799.1s}.poke-block-nps .btn-nps:nth-child(7986n){-webkit-animation-delay:799.2s;animation-delay:799.2s}.poke-block-nps .btn-nps:nth-child(7987n){-webkit-animation-delay:799.3s;animation-delay:799.3s}.poke-block-nps .btn-nps:nth-child(7988n){-webkit-animation-delay:799.4s;animation-delay:799.4s}.poke-block-nps .btn-nps:nth-child(7989n){-webkit-animation-delay:799.5s;animation-delay:799.5s}.poke-block-nps .btn-nps:nth-child(7990n){-webkit-animation-delay:799.6s;animation-delay:799.6s}.poke-block-nps .btn-nps:nth-child(7991n){-webkit-animation-delay:799.7s;animation-delay:799.7s}.poke-block-nps .btn-nps:nth-child(7992n){-webkit-animation-delay:799.8s;animation-delay:799.8s}.poke-block-nps .btn-nps:nth-child(7993n){-webkit-animation-delay:799.9s;animation-delay:799.9s}.poke-block-nps .btn-nps:nth-child(7994n){-webkit-animation-delay:800s;animation-delay:800s}.poke-block-nps .btn-nps:nth-child(7995n){-webkit-animation-delay:800.1s;animation-delay:800.1s}.poke-block-nps .btn-nps:nth-child(7996n){-webkit-animation-delay:800.2s;animation-delay:800.2s}.poke-block-nps .btn-nps:nth-child(7997n){-webkit-animation-delay:800.3s;animation-delay:800.3s}.poke-block-nps .btn-nps:nth-child(7998n){-webkit-animation-delay:800.4s;animation-delay:800.4s}.poke-block-nps .btn-nps:nth-child(7999n){-webkit-animation-delay:800.5s;animation-delay:800.5s}.poke-block-nps .btn-nps:nth-child(8000n){-webkit-animation-delay:800.6s;animation-delay:800.6s}.poke-block-nps .btn-nps:nth-child(8001n){-webkit-animation-delay:800.7s;animation-delay:800.7s}.poke-block-nps .btn-nps:nth-child(8002n){-webkit-animation-delay:800.8s;animation-delay:800.8s}.poke-block-nps .btn-nps:nth-child(8003n){-webkit-animation-delay:800.9s;animation-delay:800.9s}.poke-block-nps .btn-nps:nth-child(8004n){-webkit-animation-delay:801s;animation-delay:801s}.poke-block-nps .btn-nps:nth-child(8005n){-webkit-animation-delay:801.1s;animation-delay:801.1s}.poke-block-nps .btn-nps:nth-child(8006n){-webkit-animation-delay:801.2s;animation-delay:801.2s}.poke-block-nps .btn-nps:nth-child(8007n){-webkit-animation-delay:801.3s;animation-delay:801.3s}.poke-block-nps .btn-nps:nth-child(8008n){-webkit-animation-delay:801.4s;animation-delay:801.4s}.poke-block-nps .btn-nps:nth-child(8009n){-webkit-animation-delay:801.5s;animation-delay:801.5s}.poke-block-nps .btn-nps:nth-child(8010n){-webkit-animation-delay:801.6s;animation-delay:801.6s}.poke-block-nps .btn-nps:nth-child(8011n){-webkit-animation-delay:801.7s;animation-delay:801.7s}.poke-block-nps .btn-nps:nth-child(8012n){-webkit-animation-delay:801.8s;animation-delay:801.8s}.poke-block-nps .btn-nps:nth-child(8013n){-webkit-animation-delay:801.9s;animation-delay:801.9s}.poke-block-nps .btn-nps:nth-child(8014n){-webkit-animation-delay:802s;animation-delay:802s}.poke-block-nps .btn-nps:nth-child(8015n){-webkit-animation-delay:802.1s;animation-delay:802.1s}.poke-block-nps .btn-nps:nth-child(8016n){-webkit-animation-delay:802.2s;animation-delay:802.2s}.poke-block-nps .btn-nps:nth-child(8017n){-webkit-animation-delay:802.3s;animation-delay:802.3s}.poke-block-nps .btn-nps:nth-child(8018n){-webkit-animation-delay:802.4s;animation-delay:802.4s}.poke-block-nps .btn-nps:nth-child(8019n){-webkit-animation-delay:802.5s;animation-delay:802.5s}.poke-block-nps .btn-nps:nth-child(8020n){-webkit-animation-delay:802.6s;animation-delay:802.6s}.poke-block-nps .btn-nps:nth-child(8021n){-webkit-animation-delay:802.7s;animation-delay:802.7s}.poke-block-nps .btn-nps:nth-child(8022n){-webkit-animation-delay:802.8s;animation-delay:802.8s}.poke-block-nps .btn-nps:nth-child(8023n){-webkit-animation-delay:802.9s;animation-delay:802.9s}.poke-block-nps .btn-nps:nth-child(8024n){-webkit-animation-delay:803s;animation-delay:803s}.poke-block-nps .btn-nps:nth-child(8025n){-webkit-animation-delay:803.1s;animation-delay:803.1s}.poke-block-nps .btn-nps:nth-child(8026n){-webkit-animation-delay:803.2s;animation-delay:803.2s}.poke-block-nps .btn-nps:nth-child(8027n){-webkit-animation-delay:803.3s;animation-delay:803.3s}.poke-block-nps .btn-nps:nth-child(8028n){-webkit-animation-delay:803.4s;animation-delay:803.4s}.poke-block-nps .btn-nps:nth-child(8029n){-webkit-animation-delay:803.5s;animation-delay:803.5s}.poke-block-nps .btn-nps:nth-child(8030n){-webkit-animation-delay:803.6s;animation-delay:803.6s}.poke-block-nps .btn-nps:nth-child(8031n){-webkit-animation-delay:803.7s;animation-delay:803.7s}.poke-block-nps .btn-nps:nth-child(8032n){-webkit-animation-delay:803.8s;animation-delay:803.8s}.poke-block-nps .btn-nps:nth-child(8033n){-webkit-animation-delay:803.9s;animation-delay:803.9s}.poke-block-nps .btn-nps:nth-child(8034n){-webkit-animation-delay:804s;animation-delay:804s}.poke-block-nps .btn-nps:nth-child(8035n){-webkit-animation-delay:804.1s;animation-delay:804.1s}.poke-block-nps .btn-nps:nth-child(8036n){-webkit-animation-delay:804.2s;animation-delay:804.2s}.poke-block-nps .btn-nps:nth-child(8037n){-webkit-animation-delay:804.3s;animation-delay:804.3s}.poke-block-nps .btn-nps:nth-child(8038n){-webkit-animation-delay:804.4s;animation-delay:804.4s}.poke-block-nps .btn-nps:nth-child(8039n){-webkit-animation-delay:804.5s;animation-delay:804.5s}.poke-block-nps .btn-nps:nth-child(8040n){-webkit-animation-delay:804.6s;animation-delay:804.6s}.poke-block-nps .btn-nps:nth-child(8041n){-webkit-animation-delay:804.7s;animation-delay:804.7s}.poke-block-nps .btn-nps:nth-child(8042n){-webkit-animation-delay:804.8s;animation-delay:804.8s}.poke-block-nps .btn-nps:nth-child(8043n){-webkit-animation-delay:804.9s;animation-delay:804.9s}.poke-block-nps .btn-nps:nth-child(8044n){-webkit-animation-delay:805s;animation-delay:805s}.poke-block-nps .btn-nps:nth-child(8045n){-webkit-animation-delay:805.1s;animation-delay:805.1s}.poke-block-nps .btn-nps:nth-child(8046n){-webkit-animation-delay:805.2s;animation-delay:805.2s}.poke-block-nps .btn-nps:nth-child(8047n){-webkit-animation-delay:805.3s;animation-delay:805.3s}.poke-block-nps .btn-nps:nth-child(8048n){-webkit-animation-delay:805.4s;animation-delay:805.4s}.poke-block-nps .btn-nps:nth-child(8049n){-webkit-animation-delay:805.5s;animation-delay:805.5s}.poke-block-nps .btn-nps:nth-child(8050n){-webkit-animation-delay:805.6s;animation-delay:805.6s}.poke-block-nps .btn-nps:nth-child(8051n){-webkit-animation-delay:805.7s;animation-delay:805.7s}.poke-block-nps .btn-nps:nth-child(8052n){-webkit-animation-delay:805.8s;animation-delay:805.8s}.poke-block-nps .btn-nps:nth-child(8053n){-webkit-animation-delay:805.9s;animation-delay:805.9s}.poke-block-nps .btn-nps:nth-child(8054n){-webkit-animation-delay:806s;animation-delay:806s}.poke-block-nps .btn-nps:nth-child(8055n){-webkit-animation-delay:806.1s;animation-delay:806.1s}.poke-block-nps .btn-nps:nth-child(8056n){-webkit-animation-delay:806.2s;animation-delay:806.2s}.poke-block-nps .btn-nps:nth-child(8057n){-webkit-animation-delay:806.3s;animation-delay:806.3s}.poke-block-nps .btn-nps:nth-child(8058n){-webkit-animation-delay:806.4s;animation-delay:806.4s}.poke-block-nps .btn-nps:nth-child(8059n){-webkit-animation-delay:806.5s;animation-delay:806.5s}.poke-block-nps .btn-nps:nth-child(8060n){-webkit-animation-delay:806.6s;animation-delay:806.6s}.poke-block-nps .btn-nps:nth-child(8061n){-webkit-animation-delay:806.7s;animation-delay:806.7s}.poke-block-nps .btn-nps:nth-child(8062n){-webkit-animation-delay:806.8s;animation-delay:806.8s}.poke-block-nps .btn-nps:nth-child(8063n){-webkit-animation-delay:806.9s;animation-delay:806.9s}.poke-block-nps .btn-nps:nth-child(8064n){-webkit-animation-delay:807s;animation-delay:807s}.poke-block-nps .btn-nps:nth-child(8065n){-webkit-animation-delay:807.1s;animation-delay:807.1s}.poke-block-nps .btn-nps:nth-child(8066n){-webkit-animation-delay:807.2s;animation-delay:807.2s}.poke-block-nps .btn-nps:nth-child(8067n){-webkit-animation-delay:807.3s;animation-delay:807.3s}.poke-block-nps .btn-nps:nth-child(8068n){-webkit-animation-delay:807.4s;animation-delay:807.4s}.poke-block-nps .btn-nps:nth-child(8069n){-webkit-animation-delay:807.5s;animation-delay:807.5s}.poke-block-nps .btn-nps:nth-child(8070n){-webkit-animation-delay:807.6s;animation-delay:807.6s}.poke-block-nps .btn-nps:nth-child(8071n){-webkit-animation-delay:807.7s;animation-delay:807.7s}.poke-block-nps .btn-nps:nth-child(8072n){-webkit-animation-delay:807.8s;animation-delay:807.8s}.poke-block-nps .btn-nps:nth-child(8073n){-webkit-animation-delay:807.9s;animation-delay:807.9s}.poke-block-nps .btn-nps:nth-child(8074n){-webkit-animation-delay:808s;animation-delay:808s}.poke-block-nps .btn-nps:nth-child(8075n){-webkit-animation-delay:808.1s;animation-delay:808.1s}.poke-block-nps .btn-nps:nth-child(8076n){-webkit-animation-delay:808.2s;animation-delay:808.2s}.poke-block-nps .btn-nps:nth-child(8077n){-webkit-animation-delay:808.3s;animation-delay:808.3s}.poke-block-nps .btn-nps:nth-child(8078n){-webkit-animation-delay:808.4s;animation-delay:808.4s}.poke-block-nps .btn-nps:nth-child(8079n){-webkit-animation-delay:808.5s;animation-delay:808.5s}.poke-block-nps .btn-nps:nth-child(8080n){-webkit-animation-delay:808.6s;animation-delay:808.6s}.poke-block-nps .btn-nps:nth-child(8081n){-webkit-animation-delay:808.7s;animation-delay:808.7s}.poke-block-nps .btn-nps:nth-child(8082n){-webkit-animation-delay:808.8s;animation-delay:808.8s}.poke-block-nps .btn-nps:nth-child(8083n){-webkit-animation-delay:808.9s;animation-delay:808.9s}.poke-block-nps .btn-nps:nth-child(8084n){-webkit-animation-delay:809s;animation-delay:809s}.poke-block-nps .btn-nps:nth-child(8085n){-webkit-animation-delay:809.1s;animation-delay:809.1s}.poke-block-nps .btn-nps:nth-child(8086n){-webkit-animation-delay:809.2s;animation-delay:809.2s}.poke-block-nps .btn-nps:nth-child(8087n){-webkit-animation-delay:809.3s;animation-delay:809.3s}.poke-block-nps .btn-nps:nth-child(8088n){-webkit-animation-delay:809.4s;animation-delay:809.4s}.poke-block-nps .btn-nps:nth-child(8089n){-webkit-animation-delay:809.5s;animation-delay:809.5s}.poke-block-nps .btn-nps:nth-child(8090n){-webkit-animation-delay:809.6s;animation-delay:809.6s}.poke-block-nps .btn-nps:nth-child(8091n){-webkit-animation-delay:809.7s;animation-delay:809.7s}.poke-block-nps .btn-nps:nth-child(8092n){-webkit-animation-delay:809.8s;animation-delay:809.8s}.poke-block-nps .btn-nps:nth-child(8093n){-webkit-animation-delay:809.9s;animation-delay:809.9s}.poke-block-nps .btn-nps:nth-child(8094n){-webkit-animation-delay:810s;animation-delay:810s}.poke-block-nps .btn-nps:nth-child(8095n){-webkit-animation-delay:810.1s;animation-delay:810.1s}.poke-block-nps .btn-nps:nth-child(8096n){-webkit-animation-delay:810.2s;animation-delay:810.2s}.poke-block-nps .btn-nps:nth-child(8097n){-webkit-animation-delay:810.3s;animation-delay:810.3s}.poke-block-nps .btn-nps:nth-child(8098n){-webkit-animation-delay:810.4s;animation-delay:810.4s}.poke-block-nps .btn-nps:nth-child(8099n){-webkit-animation-delay:810.5s;animation-delay:810.5s}.poke-block-nps .btn-nps:nth-child(8100n){-webkit-animation-delay:810.6s;animation-delay:810.6s}.poke-block-nps .btn-nps:nth-child(8101n){-webkit-animation-delay:810.7s;animation-delay:810.7s}.poke-block-nps .btn-nps:nth-child(8102n){-webkit-animation-delay:810.8s;animation-delay:810.8s}.poke-block-nps .btn-nps:nth-child(8103n){-webkit-animation-delay:810.9s;animation-delay:810.9s}.poke-block-nps .btn-nps:nth-child(8104n){-webkit-animation-delay:811s;animation-delay:811s}.poke-block-nps .btn-nps:nth-child(8105n){-webkit-animation-delay:811.1s;animation-delay:811.1s}.poke-block-nps .btn-nps:nth-child(8106n){-webkit-animation-delay:811.2s;animation-delay:811.2s}.poke-block-nps .btn-nps:nth-child(8107n){-webkit-animation-delay:811.3s;animation-delay:811.3s}.poke-block-nps .btn-nps:nth-child(8108n){-webkit-animation-delay:811.4s;animation-delay:811.4s}.poke-block-nps .btn-nps:nth-child(8109n){-webkit-animation-delay:811.5s;animation-delay:811.5s}.poke-block-nps .btn-nps:nth-child(8110n){-webkit-animation-delay:811.6s;animation-delay:811.6s}.poke-block-nps .btn-nps:nth-child(8111n){-webkit-animation-delay:811.7s;animation-delay:811.7s}.poke-block-nps .btn-nps:nth-child(8112n){-webkit-animation-delay:811.8s;animation-delay:811.8s}.poke-block-nps .btn-nps:nth-child(8113n){-webkit-animation-delay:811.9s;animation-delay:811.9s}.poke-block-nps .btn-nps:nth-child(8114n){-webkit-animation-delay:812s;animation-delay:812s}.poke-block-nps .btn-nps:nth-child(8115n){-webkit-animation-delay:812.1s;animation-delay:812.1s}.poke-block-nps .btn-nps:nth-child(8116n){-webkit-animation-delay:812.2s;animation-delay:812.2s}.poke-block-nps .btn-nps:nth-child(8117n){-webkit-animation-delay:812.3s;animation-delay:812.3s}.poke-block-nps .btn-nps:nth-child(8118n){-webkit-animation-delay:812.4s;animation-delay:812.4s}.poke-block-nps .btn-nps:nth-child(8119n){-webkit-animation-delay:812.5s;animation-delay:812.5s}.poke-block-nps .btn-nps:nth-child(8120n){-webkit-animation-delay:812.6s;animation-delay:812.6s}.poke-block-nps .btn-nps:nth-child(8121n){-webkit-animation-delay:812.7s;animation-delay:812.7s}.poke-block-nps .btn-nps:nth-child(8122n){-webkit-animation-delay:812.8s;animation-delay:812.8s}.poke-block-nps .btn-nps:nth-child(8123n){-webkit-animation-delay:812.9s;animation-delay:812.9s}.poke-block-nps .btn-nps:nth-child(8124n){-webkit-animation-delay:813s;animation-delay:813s}.poke-block-nps .btn-nps:nth-child(8125n){-webkit-animation-delay:813.1s;animation-delay:813.1s}.poke-block-nps .btn-nps:nth-child(8126n){-webkit-animation-delay:813.2s;animation-delay:813.2s}.poke-block-nps .btn-nps:nth-child(8127n){-webkit-animation-delay:813.3s;animation-delay:813.3s}.poke-block-nps .btn-nps:nth-child(8128n){-webkit-animation-delay:813.4s;animation-delay:813.4s}.poke-block-nps .btn-nps:nth-child(8129n){-webkit-animation-delay:813.5s;animation-delay:813.5s}.poke-block-nps .btn-nps:nth-child(8130n){-webkit-animation-delay:813.6s;animation-delay:813.6s}.poke-block-nps .btn-nps:nth-child(8131n){-webkit-animation-delay:813.7s;animation-delay:813.7s}.poke-block-nps .btn-nps:nth-child(8132n){-webkit-animation-delay:813.8s;animation-delay:813.8s}.poke-block-nps .btn-nps:nth-child(8133n){-webkit-animation-delay:813.9s;animation-delay:813.9s}.poke-block-nps .btn-nps:nth-child(8134n){-webkit-animation-delay:814s;animation-delay:814s}.poke-block-nps .btn-nps:nth-child(8135n){-webkit-animation-delay:814.1s;animation-delay:814.1s}.poke-block-nps .btn-nps:nth-child(8136n){-webkit-animation-delay:814.2s;animation-delay:814.2s}.poke-block-nps .btn-nps:nth-child(8137n){-webkit-animation-delay:814.3s;animation-delay:814.3s}.poke-block-nps .btn-nps:nth-child(8138n){-webkit-animation-delay:814.4s;animation-delay:814.4s}.poke-block-nps .btn-nps:nth-child(8139n){-webkit-animation-delay:814.5s;animation-delay:814.5s}.poke-block-nps .btn-nps:nth-child(8140n){-webkit-animation-delay:814.6s;animation-delay:814.6s}.poke-block-nps .btn-nps:nth-child(8141n){-webkit-animation-delay:814.7s;animation-delay:814.7s}.poke-block-nps .btn-nps:nth-child(8142n){-webkit-animation-delay:814.8s;animation-delay:814.8s}.poke-block-nps .btn-nps:nth-child(8143n){-webkit-animation-delay:814.9s;animation-delay:814.9s}.poke-block-nps .btn-nps:nth-child(8144n){-webkit-animation-delay:815s;animation-delay:815s}.poke-block-nps .btn-nps:nth-child(8145n){-webkit-animation-delay:815.1s;animation-delay:815.1s}.poke-block-nps .btn-nps:nth-child(8146n){-webkit-animation-delay:815.2s;animation-delay:815.2s}.poke-block-nps .btn-nps:nth-child(8147n){-webkit-animation-delay:815.3s;animation-delay:815.3s}.poke-block-nps .btn-nps:nth-child(8148n){-webkit-animation-delay:815.4s;animation-delay:815.4s}.poke-block-nps .btn-nps:nth-child(8149n){-webkit-animation-delay:815.5s;animation-delay:815.5s}.poke-block-nps .btn-nps:nth-child(8150n){-webkit-animation-delay:815.6s;animation-delay:815.6s}.poke-block-nps .btn-nps:nth-child(8151n){-webkit-animation-delay:815.7s;animation-delay:815.7s}.poke-block-nps .btn-nps:nth-child(8152n){-webkit-animation-delay:815.8s;animation-delay:815.8s}.poke-block-nps .btn-nps:nth-child(8153n){-webkit-animation-delay:815.9s;animation-delay:815.9s}.poke-block-nps .btn-nps:nth-child(8154n){-webkit-animation-delay:816s;animation-delay:816s}.poke-block-nps .btn-nps:nth-child(8155n){-webkit-animation-delay:816.1s;animation-delay:816.1s}.poke-block-nps .btn-nps:nth-child(8156n){-webkit-animation-delay:816.2s;animation-delay:816.2s}.poke-block-nps .btn-nps:nth-child(8157n){-webkit-animation-delay:816.3s;animation-delay:816.3s}.poke-block-nps .btn-nps:nth-child(8158n){-webkit-animation-delay:816.4s;animation-delay:816.4s}.poke-block-nps .btn-nps:nth-child(8159n){-webkit-animation-delay:816.5s;animation-delay:816.5s}.poke-block-nps .btn-nps:nth-child(8160n){-webkit-animation-delay:816.6s;animation-delay:816.6s}.poke-block-nps .btn-nps:nth-child(8161n){-webkit-animation-delay:816.7s;animation-delay:816.7s}.poke-block-nps .btn-nps:nth-child(8162n){-webkit-animation-delay:816.8s;animation-delay:816.8s}.poke-block-nps .btn-nps:nth-child(8163n){-webkit-animation-delay:816.9s;animation-delay:816.9s}.poke-block-nps .btn-nps:nth-child(8164n){-webkit-animation-delay:817s;animation-delay:817s}.poke-block-nps .btn-nps:nth-child(8165n){-webkit-animation-delay:817.1s;animation-delay:817.1s}.poke-block-nps .btn-nps:nth-child(8166n){-webkit-animation-delay:817.2s;animation-delay:817.2s}.poke-block-nps .btn-nps:nth-child(8167n){-webkit-animation-delay:817.3s;animation-delay:817.3s}.poke-block-nps .btn-nps:nth-child(8168n){-webkit-animation-delay:817.4s;animation-delay:817.4s}.poke-block-nps .btn-nps:nth-child(8169n){-webkit-animation-delay:817.5s;animation-delay:817.5s}.poke-block-nps .btn-nps:nth-child(8170n){-webkit-animation-delay:817.6s;animation-delay:817.6s}.poke-block-nps .btn-nps:nth-child(8171n){-webkit-animation-delay:817.7s;animation-delay:817.7s}.poke-block-nps .btn-nps:nth-child(8172n){-webkit-animation-delay:817.8s;animation-delay:817.8s}.poke-block-nps .btn-nps:nth-child(8173n){-webkit-animation-delay:817.9s;animation-delay:817.9s}.poke-block-nps .btn-nps:nth-child(8174n){-webkit-animation-delay:818s;animation-delay:818s}.poke-block-nps .btn-nps:nth-child(8175n){-webkit-animation-delay:818.1s;animation-delay:818.1s}.poke-block-nps .btn-nps:nth-child(8176n){-webkit-animation-delay:818.2s;animation-delay:818.2s}.poke-block-nps .btn-nps:nth-child(8177n){-webkit-animation-delay:818.3s;animation-delay:818.3s}.poke-block-nps .btn-nps:nth-child(8178n){-webkit-animation-delay:818.4s;animation-delay:818.4s}.poke-block-nps .btn-nps:nth-child(8179n){-webkit-animation-delay:818.5s;animation-delay:818.5s}.poke-block-nps .btn-nps:nth-child(8180n){-webkit-animation-delay:818.6s;animation-delay:818.6s}.poke-block-nps .btn-nps:nth-child(8181n){-webkit-animation-delay:818.7s;animation-delay:818.7s}.poke-block-nps .btn-nps:nth-child(8182n){-webkit-animation-delay:818.8s;animation-delay:818.8s}.poke-block-nps .btn-nps:nth-child(8183n){-webkit-animation-delay:818.9s;animation-delay:818.9s}.poke-block-nps .btn-nps:nth-child(8184n){-webkit-animation-delay:819s;animation-delay:819s}.poke-block-nps .btn-nps:nth-child(8185n){-webkit-animation-delay:819.1s;animation-delay:819.1s}.poke-block-nps .btn-nps:nth-child(8186n){-webkit-animation-delay:819.2s;animation-delay:819.2s}.poke-block-nps .btn-nps:nth-child(8187n){-webkit-animation-delay:819.3s;animation-delay:819.3s}.poke-block-nps .btn-nps:nth-child(8188n){-webkit-animation-delay:819.4s;animation-delay:819.4s}.poke-block-nps .btn-nps:nth-child(8189n){-webkit-animation-delay:819.5s;animation-delay:819.5s}.poke-block-nps .btn-nps:nth-child(8190n){-webkit-animation-delay:819.6s;animation-delay:819.6s}.poke-block-nps .btn-nps:nth-child(8191n){-webkit-animation-delay:819.7s;animation-delay:819.7s}.poke-block-nps .btn-nps:nth-child(8192n){-webkit-animation-delay:819.8s;animation-delay:819.8s}.poke-block-nps .btn-nps:nth-child(8193n){-webkit-animation-delay:819.9s;animation-delay:819.9s}.poke-block-nps .btn-nps:nth-child(8194n){-webkit-animation-delay:820s;animation-delay:820s}.poke-block-nps .btn-nps:nth-child(8195n){-webkit-animation-delay:820.1s;animation-delay:820.1s}.poke-block-nps .btn-nps:nth-child(8196n){-webkit-animation-delay:820.2s;animation-delay:820.2s}.poke-block-nps .btn-nps:nth-child(8197n){-webkit-animation-delay:820.3s;animation-delay:820.3s}.poke-block-nps .btn-nps:nth-child(8198n){-webkit-animation-delay:820.4s;animation-delay:820.4s}.poke-block-nps .btn-nps:nth-child(8199n){-webkit-animation-delay:820.5s;animation-delay:820.5s}.poke-block-nps .btn-nps:nth-child(8200n){-webkit-animation-delay:820.6s;animation-delay:820.6s}.poke-block-nps .btn-nps:nth-child(8201n){-webkit-animation-delay:820.7s;animation-delay:820.7s}.poke-block-nps .btn-nps:nth-child(8202n){-webkit-animation-delay:820.8s;animation-delay:820.8s}.poke-block-nps .btn-nps:nth-child(8203n){-webkit-animation-delay:820.9s;animation-delay:820.9s}.poke-block-nps .btn-nps:nth-child(8204n){-webkit-animation-delay:821s;animation-delay:821s}.poke-block-nps .btn-nps:nth-child(8205n){-webkit-animation-delay:821.1s;animation-delay:821.1s}.poke-block-nps .btn-nps:nth-child(8206n){-webkit-animation-delay:821.2s;animation-delay:821.2s}.poke-block-nps .btn-nps:nth-child(8207n){-webkit-animation-delay:821.3s;animation-delay:821.3s}.poke-block-nps .btn-nps:nth-child(8208n){-webkit-animation-delay:821.4s;animation-delay:821.4s}.poke-block-nps .btn-nps:nth-child(8209n){-webkit-animation-delay:821.5s;animation-delay:821.5s}.poke-block-nps .btn-nps:nth-child(8210n){-webkit-animation-delay:821.6s;animation-delay:821.6s}.poke-block-nps .btn-nps:nth-child(8211n){-webkit-animation-delay:821.7s;animation-delay:821.7s}.poke-block-nps .btn-nps:nth-child(8212n){-webkit-animation-delay:821.8s;animation-delay:821.8s}.poke-block-nps .btn-nps:nth-child(8213n){-webkit-animation-delay:821.9s;animation-delay:821.9s}.poke-block-nps .btn-nps:nth-child(8214n){-webkit-animation-delay:822s;animation-delay:822s}.poke-block-nps .btn-nps:nth-child(8215n){-webkit-animation-delay:822.1s;animation-delay:822.1s}.poke-block-nps .btn-nps:nth-child(8216n){-webkit-animation-delay:822.2s;animation-delay:822.2s}.poke-block-nps .btn-nps:nth-child(8217n){-webkit-animation-delay:822.3s;animation-delay:822.3s}.poke-block-nps .btn-nps:nth-child(8218n){-webkit-animation-delay:822.4s;animation-delay:822.4s}.poke-block-nps .btn-nps:nth-child(8219n){-webkit-animation-delay:822.5s;animation-delay:822.5s}.poke-block-nps .btn-nps:nth-child(8220n){-webkit-animation-delay:822.6s;animation-delay:822.6s}.poke-block-nps .btn-nps:nth-child(8221n){-webkit-animation-delay:822.7s;animation-delay:822.7s}.poke-block-nps .btn-nps:nth-child(8222n){-webkit-animation-delay:822.8s;animation-delay:822.8s}.poke-block-nps .btn-nps:nth-child(8223n){-webkit-animation-delay:822.9s;animation-delay:822.9s}.poke-block-nps .btn-nps:nth-child(8224n){-webkit-animation-delay:823s;animation-delay:823s}.poke-block-nps .btn-nps:nth-child(8225n){-webkit-animation-delay:823.1s;animation-delay:823.1s}.poke-block-nps .btn-nps:nth-child(8226n){-webkit-animation-delay:823.2s;animation-delay:823.2s}.poke-block-nps .btn-nps:nth-child(8227n){-webkit-animation-delay:823.3s;animation-delay:823.3s}.poke-block-nps .btn-nps:nth-child(8228n){-webkit-animation-delay:823.4s;animation-delay:823.4s}.poke-block-nps .btn-nps:nth-child(8229n){-webkit-animation-delay:823.5s;animation-delay:823.5s}.poke-block-nps .btn-nps:nth-child(8230n){-webkit-animation-delay:823.6s;animation-delay:823.6s}.poke-block-nps .btn-nps:nth-child(8231n){-webkit-animation-delay:823.7s;animation-delay:823.7s}.poke-block-nps .btn-nps:nth-child(8232n){-webkit-animation-delay:823.8s;animation-delay:823.8s}.poke-block-nps .btn-nps:nth-child(8233n){-webkit-animation-delay:823.9s;animation-delay:823.9s}.poke-block-nps .btn-nps:nth-child(8234n){-webkit-animation-delay:824s;animation-delay:824s}.poke-block-nps .btn-nps:nth-child(8235n){-webkit-animation-delay:824.1s;animation-delay:824.1s}.poke-block-nps .btn-nps:nth-child(8236n){-webkit-animation-delay:824.2s;animation-delay:824.2s}.poke-block-nps .btn-nps:nth-child(8237n){-webkit-animation-delay:824.3s;animation-delay:824.3s}.poke-block-nps .btn-nps:nth-child(8238n){-webkit-animation-delay:824.4s;animation-delay:824.4s}.poke-block-nps .btn-nps:nth-child(8239n){-webkit-animation-delay:824.5s;animation-delay:824.5s}.poke-block-nps .btn-nps:nth-child(8240n){-webkit-animation-delay:824.6s;animation-delay:824.6s}.poke-block-nps .btn-nps:nth-child(8241n){-webkit-animation-delay:824.7s;animation-delay:824.7s}.poke-block-nps .btn-nps:nth-child(8242n){-webkit-animation-delay:824.8s;animation-delay:824.8s}.poke-block-nps .btn-nps:nth-child(8243n){-webkit-animation-delay:824.9s;animation-delay:824.9s}.poke-block-nps .btn-nps:nth-child(8244n){-webkit-animation-delay:825s;animation-delay:825s}.poke-block-nps .btn-nps:nth-child(8245n){-webkit-animation-delay:825.1s;animation-delay:825.1s}.poke-block-nps .btn-nps:nth-child(8246n){-webkit-animation-delay:825.2s;animation-delay:825.2s}.poke-block-nps .btn-nps:nth-child(8247n){-webkit-animation-delay:825.3s;animation-delay:825.3s}.poke-block-nps .btn-nps:nth-child(8248n){-webkit-animation-delay:825.4s;animation-delay:825.4s}.poke-block-nps .btn-nps:nth-child(8249n){-webkit-animation-delay:825.5s;animation-delay:825.5s}.poke-block-nps .btn-nps:nth-child(8250n){-webkit-animation-delay:825.6s;animation-delay:825.6s}.poke-block-nps .btn-nps:nth-child(8251n){-webkit-animation-delay:825.7s;animation-delay:825.7s}.poke-block-nps .btn-nps:nth-child(8252n){-webkit-animation-delay:825.8s;animation-delay:825.8s}.poke-block-nps .btn-nps:nth-child(8253n){-webkit-animation-delay:825.9s;animation-delay:825.9s}.poke-block-nps .btn-nps:nth-child(8254n){-webkit-animation-delay:826s;animation-delay:826s}.poke-block-nps .btn-nps:nth-child(8255n){-webkit-animation-delay:826.1s;animation-delay:826.1s}.poke-block-nps .btn-nps:nth-child(8256n){-webkit-animation-delay:826.2s;animation-delay:826.2s}.poke-block-nps .btn-nps:nth-child(8257n){-webkit-animation-delay:826.3s;animation-delay:826.3s}.poke-block-nps .btn-nps:nth-child(8258n){-webkit-animation-delay:826.4s;animation-delay:826.4s}.poke-block-nps .btn-nps:nth-child(8259n){-webkit-animation-delay:826.5s;animation-delay:826.5s}.poke-block-nps .btn-nps:nth-child(8260n){-webkit-animation-delay:826.6s;animation-delay:826.6s}.poke-block-nps .btn-nps:nth-child(8261n){-webkit-animation-delay:826.7s;animation-delay:826.7s}.poke-block-nps .btn-nps:nth-child(8262n){-webkit-animation-delay:826.8s;animation-delay:826.8s}.poke-block-nps .btn-nps:nth-child(8263n){-webkit-animation-delay:826.9s;animation-delay:826.9s}.poke-block-nps .btn-nps:nth-child(8264n){-webkit-animation-delay:827s;animation-delay:827s}.poke-block-nps .btn-nps:nth-child(8265n){-webkit-animation-delay:827.1s;animation-delay:827.1s}.poke-block-nps .btn-nps:nth-child(8266n){-webkit-animation-delay:827.2s;animation-delay:827.2s}.poke-block-nps .btn-nps:nth-child(8267n){-webkit-animation-delay:827.3s;animation-delay:827.3s}.poke-block-nps .btn-nps:nth-child(8268n){-webkit-animation-delay:827.4s;animation-delay:827.4s}.poke-block-nps .btn-nps:nth-child(8269n){-webkit-animation-delay:827.5s;animation-delay:827.5s}.poke-block-nps .btn-nps:nth-child(8270n){-webkit-animation-delay:827.6s;animation-delay:827.6s}.poke-block-nps .btn-nps:nth-child(8271n){-webkit-animation-delay:827.7s;animation-delay:827.7s}.poke-block-nps .btn-nps:nth-child(8272n){-webkit-animation-delay:827.8s;animation-delay:827.8s}.poke-block-nps .btn-nps:nth-child(8273n){-webkit-animation-delay:827.9s;animation-delay:827.9s}.poke-block-nps .btn-nps:nth-child(8274n){-webkit-animation-delay:828s;animation-delay:828s}.poke-block-nps .btn-nps:nth-child(8275n){-webkit-animation-delay:828.1s;animation-delay:828.1s}.poke-block-nps .btn-nps:nth-child(8276n){-webkit-animation-delay:828.2s;animation-delay:828.2s}.poke-block-nps .btn-nps:nth-child(8277n){-webkit-animation-delay:828.3s;animation-delay:828.3s}.poke-block-nps .btn-nps:nth-child(8278n){-webkit-animation-delay:828.4s;animation-delay:828.4s}.poke-block-nps .btn-nps:nth-child(8279n){-webkit-animation-delay:828.5s;animation-delay:828.5s}.poke-block-nps .btn-nps:nth-child(8280n){-webkit-animation-delay:828.6s;animation-delay:828.6s}.poke-block-nps .btn-nps:nth-child(8281n){-webkit-animation-delay:828.7s;animation-delay:828.7s}.poke-block-nps .btn-nps:nth-child(8282n){-webkit-animation-delay:828.8s;animation-delay:828.8s}.poke-block-nps .btn-nps:nth-child(8283n){-webkit-animation-delay:828.9s;animation-delay:828.9s}.poke-block-nps .btn-nps:nth-child(8284n){-webkit-animation-delay:829s;animation-delay:829s}.poke-block-nps .btn-nps:nth-child(8285n){-webkit-animation-delay:829.1s;animation-delay:829.1s}.poke-block-nps .btn-nps:nth-child(8286n){-webkit-animation-delay:829.2s;animation-delay:829.2s}.poke-block-nps .btn-nps:nth-child(8287n){-webkit-animation-delay:829.3s;animation-delay:829.3s}.poke-block-nps .btn-nps:nth-child(8288n){-webkit-animation-delay:829.4s;animation-delay:829.4s}.poke-block-nps .btn-nps:nth-child(8289n){-webkit-animation-delay:829.5s;animation-delay:829.5s}.poke-block-nps .btn-nps:nth-child(8290n){-webkit-animation-delay:829.6s;animation-delay:829.6s}.poke-block-nps .btn-nps:nth-child(8291n){-webkit-animation-delay:829.7s;animation-delay:829.7s}.poke-block-nps .btn-nps:nth-child(8292n){-webkit-animation-delay:829.8s;animation-delay:829.8s}.poke-block-nps .btn-nps:nth-child(8293n){-webkit-animation-delay:829.9s;animation-delay:829.9s}.poke-block-nps .btn-nps:nth-child(8294n){-webkit-animation-delay:830s;animation-delay:830s}.poke-block-nps .btn-nps:nth-child(8295n){-webkit-animation-delay:830.1s;animation-delay:830.1s}.poke-block-nps .btn-nps:nth-child(8296n){-webkit-animation-delay:830.2s;animation-delay:830.2s}.poke-block-nps .btn-nps:nth-child(8297n){-webkit-animation-delay:830.3s;animation-delay:830.3s}.poke-block-nps .btn-nps:nth-child(8298n){-webkit-animation-delay:830.4s;animation-delay:830.4s}.poke-block-nps .btn-nps:nth-child(8299n){-webkit-animation-delay:830.5s;animation-delay:830.5s}.poke-block-nps .btn-nps:nth-child(8300n){-webkit-animation-delay:830.6s;animation-delay:830.6s}.poke-block-nps .btn-nps:nth-child(8301n){-webkit-animation-delay:830.7s;animation-delay:830.7s}.poke-block-nps .btn-nps:nth-child(8302n){-webkit-animation-delay:830.8s;animation-delay:830.8s}.poke-block-nps .btn-nps:nth-child(8303n){-webkit-animation-delay:830.9s;animation-delay:830.9s}.poke-block-nps .btn-nps:nth-child(8304n){-webkit-animation-delay:831s;animation-delay:831s}.poke-block-nps .btn-nps:nth-child(8305n){-webkit-animation-delay:831.1s;animation-delay:831.1s}.poke-block-nps .btn-nps:nth-child(8306n){-webkit-animation-delay:831.2s;animation-delay:831.2s}.poke-block-nps .btn-nps:nth-child(8307n){-webkit-animation-delay:831.3s;animation-delay:831.3s}.poke-block-nps .btn-nps:nth-child(8308n){-webkit-animation-delay:831.4s;animation-delay:831.4s}.poke-block-nps .btn-nps:nth-child(8309n){-webkit-animation-delay:831.5s;animation-delay:831.5s}.poke-block-nps .btn-nps:nth-child(8310n){-webkit-animation-delay:831.6s;animation-delay:831.6s}.poke-block-nps .btn-nps:nth-child(8311n){-webkit-animation-delay:831.7s;animation-delay:831.7s}.poke-block-nps .btn-nps:nth-child(8312n){-webkit-animation-delay:831.8s;animation-delay:831.8s}.poke-block-nps .btn-nps:nth-child(8313n){-webkit-animation-delay:831.9s;animation-delay:831.9s}.poke-block-nps .btn-nps:nth-child(8314n){-webkit-animation-delay:832s;animation-delay:832s}.poke-block-nps .btn-nps:nth-child(8315n){-webkit-animation-delay:832.1s;animation-delay:832.1s}.poke-block-nps .btn-nps:nth-child(8316n){-webkit-animation-delay:832.2s;animation-delay:832.2s}.poke-block-nps .btn-nps:nth-child(8317n){-webkit-animation-delay:832.3s;animation-delay:832.3s}.poke-block-nps .btn-nps:nth-child(8318n){-webkit-animation-delay:832.4s;animation-delay:832.4s}.poke-block-nps .btn-nps:nth-child(8319n){-webkit-animation-delay:832.5s;animation-delay:832.5s}.poke-block-nps .btn-nps:nth-child(8320n){-webkit-animation-delay:832.6s;animation-delay:832.6s}.poke-block-nps .btn-nps:nth-child(8321n){-webkit-animation-delay:832.7s;animation-delay:832.7s}.poke-block-nps .btn-nps:nth-child(8322n){-webkit-animation-delay:832.8s;animation-delay:832.8s}.poke-block-nps .btn-nps:nth-child(8323n){-webkit-animation-delay:832.9s;animation-delay:832.9s}.poke-block-nps .btn-nps:nth-child(8324n){-webkit-animation-delay:833s;animation-delay:833s}.poke-block-nps .btn-nps:nth-child(8325n){-webkit-animation-delay:833.1s;animation-delay:833.1s}.poke-block-nps .btn-nps:nth-child(8326n){-webkit-animation-delay:833.2s;animation-delay:833.2s}.poke-block-nps .btn-nps:nth-child(8327n){-webkit-animation-delay:833.3s;animation-delay:833.3s}.poke-block-nps .btn-nps:nth-child(8328n){-webkit-animation-delay:833.4s;animation-delay:833.4s}.poke-block-nps .btn-nps:nth-child(8329n){-webkit-animation-delay:833.5s;animation-delay:833.5s}.poke-block-nps .btn-nps:nth-child(8330n){-webkit-animation-delay:833.6s;animation-delay:833.6s}.poke-block-nps .btn-nps:nth-child(8331n){-webkit-animation-delay:833.7s;animation-delay:833.7s}.poke-block-nps .btn-nps:nth-child(8332n){-webkit-animation-delay:833.8s;animation-delay:833.8s}.poke-block-nps .btn-nps:nth-child(8333n){-webkit-animation-delay:833.9s;animation-delay:833.9s}.poke-block-nps .btn-nps:nth-child(8334n){-webkit-animation-delay:834s;animation-delay:834s}.poke-block-nps .btn-nps:nth-child(8335n){-webkit-animation-delay:834.1s;animation-delay:834.1s}.poke-block-nps .btn-nps:nth-child(8336n){-webkit-animation-delay:834.2s;animation-delay:834.2s}.poke-block-nps .btn-nps:nth-child(8337n){-webkit-animation-delay:834.3s;animation-delay:834.3s}.poke-block-nps .btn-nps:nth-child(8338n){-webkit-animation-delay:834.4s;animation-delay:834.4s}.poke-block-nps .btn-nps:nth-child(8339n){-webkit-animation-delay:834.5s;animation-delay:834.5s}.poke-block-nps .btn-nps:nth-child(8340n){-webkit-animation-delay:834.6s;animation-delay:834.6s}.poke-block-nps .btn-nps:nth-child(8341n){-webkit-animation-delay:834.7s;animation-delay:834.7s}.poke-block-nps .btn-nps:nth-child(8342n){-webkit-animation-delay:834.8s;animation-delay:834.8s}.poke-block-nps .btn-nps:nth-child(8343n){-webkit-animation-delay:834.9s;animation-delay:834.9s}.poke-block-nps .btn-nps:nth-child(8344n){-webkit-animation-delay:835s;animation-delay:835s}.poke-block-nps .btn-nps:nth-child(8345n){-webkit-animation-delay:835.1s;animation-delay:835.1s}.poke-block-nps .btn-nps:nth-child(8346n){-webkit-animation-delay:835.2s;animation-delay:835.2s}.poke-block-nps .btn-nps:nth-child(8347n){-webkit-animation-delay:835.3s;animation-delay:835.3s}.poke-block-nps .btn-nps:nth-child(8348n){-webkit-animation-delay:835.4s;animation-delay:835.4s}.poke-block-nps .btn-nps:nth-child(8349n){-webkit-animation-delay:835.5s;animation-delay:835.5s}.poke-block-nps .btn-nps:nth-child(8350n){-webkit-animation-delay:835.6s;animation-delay:835.6s}.poke-block-nps .btn-nps:nth-child(8351n){-webkit-animation-delay:835.7s;animation-delay:835.7s}.poke-block-nps .btn-nps:nth-child(8352n){-webkit-animation-delay:835.8s;animation-delay:835.8s}.poke-block-nps .btn-nps:nth-child(8353n){-webkit-animation-delay:835.9s;animation-delay:835.9s}.poke-block-nps .btn-nps:nth-child(8354n){-webkit-animation-delay:836s;animation-delay:836s}.poke-block-nps .btn-nps:nth-child(8355n){-webkit-animation-delay:836.1s;animation-delay:836.1s}.poke-block-nps .btn-nps:nth-child(8356n){-webkit-animation-delay:836.2s;animation-delay:836.2s}.poke-block-nps .btn-nps:nth-child(8357n){-webkit-animation-delay:836.3s;animation-delay:836.3s}.poke-block-nps .btn-nps:nth-child(8358n){-webkit-animation-delay:836.4s;animation-delay:836.4s}.poke-block-nps .btn-nps:nth-child(8359n){-webkit-animation-delay:836.5s;animation-delay:836.5s}.poke-block-nps .btn-nps:nth-child(8360n){-webkit-animation-delay:836.6s;animation-delay:836.6s}.poke-block-nps .btn-nps:nth-child(8361n){-webkit-animation-delay:836.7s;animation-delay:836.7s}.poke-block-nps .btn-nps:nth-child(8362n){-webkit-animation-delay:836.8s;animation-delay:836.8s}.poke-block-nps .btn-nps:nth-child(8363n){-webkit-animation-delay:836.9s;animation-delay:836.9s}.poke-block-nps .btn-nps:nth-child(8364n){-webkit-animation-delay:837s;animation-delay:837s}.poke-block-nps .btn-nps:nth-child(8365n){-webkit-animation-delay:837.1s;animation-delay:837.1s}.poke-block-nps .btn-nps:nth-child(8366n){-webkit-animation-delay:837.2s;animation-delay:837.2s}.poke-block-nps .btn-nps:nth-child(8367n){-webkit-animation-delay:837.3s;animation-delay:837.3s}.poke-block-nps .btn-nps:nth-child(8368n){-webkit-animation-delay:837.4s;animation-delay:837.4s}.poke-block-nps .btn-nps:nth-child(8369n){-webkit-animation-delay:837.5s;animation-delay:837.5s}.poke-block-nps .btn-nps:nth-child(8370n){-webkit-animation-delay:837.6s;animation-delay:837.6s}.poke-block-nps .btn-nps:nth-child(8371n){-webkit-animation-delay:837.7s;animation-delay:837.7s}.poke-block-nps .btn-nps:nth-child(8372n){-webkit-animation-delay:837.8s;animation-delay:837.8s}.poke-block-nps .btn-nps:nth-child(8373n){-webkit-animation-delay:837.9s;animation-delay:837.9s}.poke-block-nps .btn-nps:nth-child(8374n){-webkit-animation-delay:838s;animation-delay:838s}.poke-block-nps .btn-nps:nth-child(8375n){-webkit-animation-delay:838.1s;animation-delay:838.1s}.poke-block-nps .btn-nps:nth-child(8376n){-webkit-animation-delay:838.2s;animation-delay:838.2s}.poke-block-nps .btn-nps:nth-child(8377n){-webkit-animation-delay:838.3s;animation-delay:838.3s}.poke-block-nps .btn-nps:nth-child(8378n){-webkit-animation-delay:838.4s;animation-delay:838.4s}.poke-block-nps .btn-nps:nth-child(8379n){-webkit-animation-delay:838.5s;animation-delay:838.5s}.poke-block-nps .btn-nps:nth-child(8380n){-webkit-animation-delay:838.6s;animation-delay:838.6s}.poke-block-nps .btn-nps:nth-child(8381n){-webkit-animation-delay:838.7s;animation-delay:838.7s}.poke-block-nps .btn-nps:nth-child(8382n){-webkit-animation-delay:838.8s;animation-delay:838.8s}.poke-block-nps .btn-nps:nth-child(8383n){-webkit-animation-delay:838.9s;animation-delay:838.9s}.poke-block-nps .btn-nps:nth-child(8384n){-webkit-animation-delay:839s;animation-delay:839s}.poke-block-nps .btn-nps:nth-child(8385n){-webkit-animation-delay:839.1s;animation-delay:839.1s}.poke-block-nps .btn-nps:nth-child(8386n){-webkit-animation-delay:839.2s;animation-delay:839.2s}.poke-block-nps .btn-nps:nth-child(8387n){-webkit-animation-delay:839.3s;animation-delay:839.3s}.poke-block-nps .btn-nps:nth-child(8388n){-webkit-animation-delay:839.4s;animation-delay:839.4s}.poke-block-nps .btn-nps:nth-child(8389n){-webkit-animation-delay:839.5s;animation-delay:839.5s}.poke-block-nps .btn-nps:nth-child(8390n){-webkit-animation-delay:839.6s;animation-delay:839.6s}.poke-block-nps .btn-nps:nth-child(8391n){-webkit-animation-delay:839.7s;animation-delay:839.7s}.poke-block-nps .btn-nps:nth-child(8392n){-webkit-animation-delay:839.8s;animation-delay:839.8s}.poke-block-nps .btn-nps:nth-child(8393n){-webkit-animation-delay:839.9s;animation-delay:839.9s}.poke-block-nps .btn-nps:nth-child(8394n){-webkit-animation-delay:840s;animation-delay:840s}.poke-block-nps .btn-nps:nth-child(8395n){-webkit-animation-delay:840.1s;animation-delay:840.1s}.poke-block-nps .btn-nps:nth-child(8396n){-webkit-animation-delay:840.2s;animation-delay:840.2s}.poke-block-nps .btn-nps:nth-child(8397n){-webkit-animation-delay:840.3s;animation-delay:840.3s}.poke-block-nps .btn-nps:nth-child(8398n){-webkit-animation-delay:840.4s;animation-delay:840.4s}.poke-block-nps .btn-nps:nth-child(8399n){-webkit-animation-delay:840.5s;animation-delay:840.5s}.poke-block-nps .btn-nps:nth-child(8400n){-webkit-animation-delay:840.6s;animation-delay:840.6s}.poke-block-nps .btn-nps:nth-child(8401n){-webkit-animation-delay:840.7s;animation-delay:840.7s}.poke-block-nps .btn-nps:nth-child(8402n){-webkit-animation-delay:840.8s;animation-delay:840.8s}.poke-block-nps .btn-nps:nth-child(8403n){-webkit-animation-delay:840.9s;animation-delay:840.9s}.poke-block-nps .btn-nps:nth-child(8404n){-webkit-animation-delay:841s;animation-delay:841s}.poke-block-nps .btn-nps:nth-child(8405n){-webkit-animation-delay:841.1s;animation-delay:841.1s}.poke-block-nps .btn-nps:nth-child(8406n){-webkit-animation-delay:841.2s;animation-delay:841.2s}.poke-block-nps .btn-nps:nth-child(8407n){-webkit-animation-delay:841.3s;animation-delay:841.3s}.poke-block-nps .btn-nps:nth-child(8408n){-webkit-animation-delay:841.4s;animation-delay:841.4s}.poke-block-nps .btn-nps:nth-child(8409n){-webkit-animation-delay:841.5s;animation-delay:841.5s}.poke-block-nps .btn-nps:nth-child(8410n){-webkit-animation-delay:841.6s;animation-delay:841.6s}.poke-block-nps .btn-nps:nth-child(8411n){-webkit-animation-delay:841.7s;animation-delay:841.7s}.poke-block-nps .btn-nps:nth-child(8412n){-webkit-animation-delay:841.8s;animation-delay:841.8s}.poke-block-nps .btn-nps:nth-child(8413n){-webkit-animation-delay:841.9s;animation-delay:841.9s}.poke-block-nps .btn-nps:nth-child(8414n){-webkit-animation-delay:842s;animation-delay:842s}.poke-block-nps .btn-nps:nth-child(8415n){-webkit-animation-delay:842.1s;animation-delay:842.1s}.poke-block-nps .btn-nps:nth-child(8416n){-webkit-animation-delay:842.2s;animation-delay:842.2s}.poke-block-nps .btn-nps:nth-child(8417n){-webkit-animation-delay:842.3s;animation-delay:842.3s}.poke-block-nps .btn-nps:nth-child(8418n){-webkit-animation-delay:842.4s;animation-delay:842.4s}.poke-block-nps .btn-nps:nth-child(8419n){-webkit-animation-delay:842.5s;animation-delay:842.5s}.poke-block-nps .btn-nps:nth-child(8420n){-webkit-animation-delay:842.6s;animation-delay:842.6s}.poke-block-nps .btn-nps:nth-child(8421n){-webkit-animation-delay:842.7s;animation-delay:842.7s}.poke-block-nps .btn-nps:nth-child(8422n){-webkit-animation-delay:842.8s;animation-delay:842.8s}.poke-block-nps .btn-nps:nth-child(8423n){-webkit-animation-delay:842.9s;animation-delay:842.9s}.poke-block-nps .btn-nps:nth-child(8424n){-webkit-animation-delay:843s;animation-delay:843s}.poke-block-nps .btn-nps:nth-child(8425n){-webkit-animation-delay:843.1s;animation-delay:843.1s}.poke-block-nps .btn-nps:nth-child(8426n){-webkit-animation-delay:843.2s;animation-delay:843.2s}.poke-block-nps .btn-nps:nth-child(8427n){-webkit-animation-delay:843.3s;animation-delay:843.3s}.poke-block-nps .btn-nps:nth-child(8428n){-webkit-animation-delay:843.4s;animation-delay:843.4s}.poke-block-nps .btn-nps:nth-child(8429n){-webkit-animation-delay:843.5s;animation-delay:843.5s}.poke-block-nps .btn-nps:nth-child(8430n){-webkit-animation-delay:843.6s;animation-delay:843.6s}.poke-block-nps .btn-nps:nth-child(8431n){-webkit-animation-delay:843.7s;animation-delay:843.7s}.poke-block-nps .btn-nps:nth-child(8432n){-webkit-animation-delay:843.8s;animation-delay:843.8s}.poke-block-nps .btn-nps:nth-child(8433n){-webkit-animation-delay:843.9s;animation-delay:843.9s}.poke-block-nps .btn-nps:nth-child(8434n){-webkit-animation-delay:844s;animation-delay:844s}.poke-block-nps .btn-nps:nth-child(8435n){-webkit-animation-delay:844.1s;animation-delay:844.1s}.poke-block-nps .btn-nps:nth-child(8436n){-webkit-animation-delay:844.2s;animation-delay:844.2s}.poke-block-nps .btn-nps:nth-child(8437n){-webkit-animation-delay:844.3s;animation-delay:844.3s}.poke-block-nps .btn-nps:nth-child(8438n){-webkit-animation-delay:844.4s;animation-delay:844.4s}.poke-block-nps .btn-nps:nth-child(8439n){-webkit-animation-delay:844.5s;animation-delay:844.5s}.poke-block-nps .btn-nps:nth-child(8440n){-webkit-animation-delay:844.6s;animation-delay:844.6s}.poke-block-nps .btn-nps:nth-child(8441n){-webkit-animation-delay:844.7s;animation-delay:844.7s}.poke-block-nps .btn-nps:nth-child(8442n){-webkit-animation-delay:844.8s;animation-delay:844.8s}.poke-block-nps .btn-nps:nth-child(8443n){-webkit-animation-delay:844.9s;animation-delay:844.9s}.poke-block-nps .btn-nps:nth-child(8444n){-webkit-animation-delay:845s;animation-delay:845s}.poke-block-nps .btn-nps:nth-child(8445n){-webkit-animation-delay:845.1s;animation-delay:845.1s}.poke-block-nps .btn-nps:nth-child(8446n){-webkit-animation-delay:845.2s;animation-delay:845.2s}.poke-block-nps .btn-nps:nth-child(8447n){-webkit-animation-delay:845.3s;animation-delay:845.3s}.poke-block-nps .btn-nps:nth-child(8448n){-webkit-animation-delay:845.4s;animation-delay:845.4s}.poke-block-nps .btn-nps:nth-child(8449n){-webkit-animation-delay:845.5s;animation-delay:845.5s}.poke-block-nps .btn-nps:nth-child(8450n){-webkit-animation-delay:845.6s;animation-delay:845.6s}.poke-block-nps .btn-nps:nth-child(8451n){-webkit-animation-delay:845.7s;animation-delay:845.7s}.poke-block-nps .btn-nps:nth-child(8452n){-webkit-animation-delay:845.8s;animation-delay:845.8s}.poke-block-nps .btn-nps:nth-child(8453n){-webkit-animation-delay:845.9s;animation-delay:845.9s}.poke-block-nps .btn-nps:nth-child(8454n){-webkit-animation-delay:846s;animation-delay:846s}.poke-block-nps .btn-nps:nth-child(8455n){-webkit-animation-delay:846.1s;animation-delay:846.1s}.poke-block-nps .btn-nps:nth-child(8456n){-webkit-animation-delay:846.2s;animation-delay:846.2s}.poke-block-nps .btn-nps:nth-child(8457n){-webkit-animation-delay:846.3s;animation-delay:846.3s}.poke-block-nps .btn-nps:nth-child(8458n){-webkit-animation-delay:846.4s;animation-delay:846.4s}.poke-block-nps .btn-nps:nth-child(8459n){-webkit-animation-delay:846.5s;animation-delay:846.5s}.poke-block-nps .btn-nps:nth-child(8460n){-webkit-animation-delay:846.6s;animation-delay:846.6s}.poke-block-nps .btn-nps:nth-child(8461n){-webkit-animation-delay:846.7s;animation-delay:846.7s}.poke-block-nps .btn-nps:nth-child(8462n){-webkit-animation-delay:846.8s;animation-delay:846.8s}.poke-block-nps .btn-nps:nth-child(8463n){-webkit-animation-delay:846.9s;animation-delay:846.9s}.poke-block-nps .btn-nps:nth-child(8464n){-webkit-animation-delay:847s;animation-delay:847s}.poke-block-nps .btn-nps:nth-child(8465n){-webkit-animation-delay:847.1s;animation-delay:847.1s}.poke-block-nps .btn-nps:nth-child(8466n){-webkit-animation-delay:847.2s;animation-delay:847.2s}.poke-block-nps .btn-nps:nth-child(8467n){-webkit-animation-delay:847.3s;animation-delay:847.3s}.poke-block-nps .btn-nps:nth-child(8468n){-webkit-animation-delay:847.4s;animation-delay:847.4s}.poke-block-nps .btn-nps:nth-child(8469n){-webkit-animation-delay:847.5s;animation-delay:847.5s}.poke-block-nps .btn-nps:nth-child(8470n){-webkit-animation-delay:847.6s;animation-delay:847.6s}.poke-block-nps .btn-nps:nth-child(8471n){-webkit-animation-delay:847.7s;animation-delay:847.7s}.poke-block-nps .btn-nps:nth-child(8472n){-webkit-animation-delay:847.8s;animation-delay:847.8s}.poke-block-nps .btn-nps:nth-child(8473n){-webkit-animation-delay:847.9s;animation-delay:847.9s}.poke-block-nps .btn-nps:nth-child(8474n){-webkit-animation-delay:848s;animation-delay:848s}.poke-block-nps .btn-nps:nth-child(8475n){-webkit-animation-delay:848.1s;animation-delay:848.1s}.poke-block-nps .btn-nps:nth-child(8476n){-webkit-animation-delay:848.2s;animation-delay:848.2s}.poke-block-nps .btn-nps:nth-child(8477n){-webkit-animation-delay:848.3s;animation-delay:848.3s}.poke-block-nps .btn-nps:nth-child(8478n){-webkit-animation-delay:848.4s;animation-delay:848.4s}.poke-block-nps .btn-nps:nth-child(8479n){-webkit-animation-delay:848.5s;animation-delay:848.5s}.poke-block-nps .btn-nps:nth-child(8480n){-webkit-animation-delay:848.6s;animation-delay:848.6s}.poke-block-nps .btn-nps:nth-child(8481n){-webkit-animation-delay:848.7s;animation-delay:848.7s}.poke-block-nps .btn-nps:nth-child(8482n){-webkit-animation-delay:848.8s;animation-delay:848.8s}.poke-block-nps .btn-nps:nth-child(8483n){-webkit-animation-delay:848.9s;animation-delay:848.9s}.poke-block-nps .btn-nps:nth-child(8484n){-webkit-animation-delay:849s;animation-delay:849s}.poke-block-nps .btn-nps:nth-child(8485n){-webkit-animation-delay:849.1s;animation-delay:849.1s}.poke-block-nps .btn-nps:nth-child(8486n){-webkit-animation-delay:849.2s;animation-delay:849.2s}.poke-block-nps .btn-nps:nth-child(8487n){-webkit-animation-delay:849.3s;animation-delay:849.3s}.poke-block-nps .btn-nps:nth-child(8488n){-webkit-animation-delay:849.4s;animation-delay:849.4s}.poke-block-nps .btn-nps:nth-child(8489n){-webkit-animation-delay:849.5s;animation-delay:849.5s}.poke-block-nps .btn-nps:nth-child(8490n){-webkit-animation-delay:849.6s;animation-delay:849.6s}.poke-block-nps .btn-nps:nth-child(8491n){-webkit-animation-delay:849.7s;animation-delay:849.7s}.poke-block-nps .btn-nps:nth-child(8492n){-webkit-animation-delay:849.8s;animation-delay:849.8s}.poke-block-nps .btn-nps:nth-child(8493n){-webkit-animation-delay:849.9s;animation-delay:849.9s}.poke-block-nps .btn-nps:nth-child(8494n){-webkit-animation-delay:850s;animation-delay:850s}.poke-block-nps .btn-nps:nth-child(8495n){-webkit-animation-delay:850.1s;animation-delay:850.1s}.poke-block-nps .btn-nps:nth-child(8496n){-webkit-animation-delay:850.2s;animation-delay:850.2s}.poke-block-nps .btn-nps:nth-child(8497n){-webkit-animation-delay:850.3s;animation-delay:850.3s}.poke-block-nps .btn-nps:nth-child(8498n){-webkit-animation-delay:850.4s;animation-delay:850.4s}.poke-block-nps .btn-nps:nth-child(8499n){-webkit-animation-delay:850.5s;animation-delay:850.5s}.poke-block-nps .btn-nps:nth-child(8500n){-webkit-animation-delay:850.6s;animation-delay:850.6s}.poke-block-nps .btn-nps:nth-child(8501n){-webkit-animation-delay:850.7s;animation-delay:850.7s}.poke-block-nps .btn-nps:nth-child(8502n){-webkit-animation-delay:850.8s;animation-delay:850.8s}.poke-block-nps .btn-nps:nth-child(8503n){-webkit-animation-delay:850.9s;animation-delay:850.9s}.poke-block-nps .btn-nps:nth-child(8504n){-webkit-animation-delay:851s;animation-delay:851s}.poke-block-nps .btn-nps:nth-child(8505n){-webkit-animation-delay:851.1s;animation-delay:851.1s}.poke-block-nps .btn-nps:nth-child(8506n){-webkit-animation-delay:851.2s;animation-delay:851.2s}.poke-block-nps .btn-nps:nth-child(8507n){-webkit-animation-delay:851.3s;animation-delay:851.3s}.poke-block-nps .btn-nps:nth-child(8508n){-webkit-animation-delay:851.4s;animation-delay:851.4s}.poke-block-nps .btn-nps:nth-child(8509n){-webkit-animation-delay:851.5s;animation-delay:851.5s}.poke-block-nps .btn-nps:nth-child(8510n){-webkit-animation-delay:851.6s;animation-delay:851.6s}.poke-block-nps .btn-nps:nth-child(8511n){-webkit-animation-delay:851.7s;animation-delay:851.7s}.poke-block-nps .btn-nps:nth-child(8512n){-webkit-animation-delay:851.8s;animation-delay:851.8s}.poke-block-nps .btn-nps:nth-child(8513n){-webkit-animation-delay:851.9s;animation-delay:851.9s}.poke-block-nps .btn-nps:nth-child(8514n){-webkit-animation-delay:852s;animation-delay:852s}.poke-block-nps .btn-nps:nth-child(8515n){-webkit-animation-delay:852.1s;animation-delay:852.1s}.poke-block-nps .btn-nps:nth-child(8516n){-webkit-animation-delay:852.2s;animation-delay:852.2s}.poke-block-nps .btn-nps:nth-child(8517n){-webkit-animation-delay:852.3s;animation-delay:852.3s}.poke-block-nps .btn-nps:nth-child(8518n){-webkit-animation-delay:852.4s;animation-delay:852.4s}.poke-block-nps .btn-nps:nth-child(8519n){-webkit-animation-delay:852.5s;animation-delay:852.5s}.poke-block-nps .btn-nps:nth-child(8520n){-webkit-animation-delay:852.6s;animation-delay:852.6s}.poke-block-nps .btn-nps:nth-child(8521n){-webkit-animation-delay:852.7s;animation-delay:852.7s}.poke-block-nps .btn-nps:nth-child(8522n){-webkit-animation-delay:852.8s;animation-delay:852.8s}.poke-block-nps .btn-nps:nth-child(8523n){-webkit-animation-delay:852.9s;animation-delay:852.9s}.poke-block-nps .btn-nps:nth-child(8524n){-webkit-animation-delay:853s;animation-delay:853s}.poke-block-nps .btn-nps:nth-child(8525n){-webkit-animation-delay:853.1s;animation-delay:853.1s}.poke-block-nps .btn-nps:nth-child(8526n){-webkit-animation-delay:853.2s;animation-delay:853.2s}.poke-block-nps .btn-nps:nth-child(8527n){-webkit-animation-delay:853.3s;animation-delay:853.3s}.poke-block-nps .btn-nps:nth-child(8528n){-webkit-animation-delay:853.4s;animation-delay:853.4s}.poke-block-nps .btn-nps:nth-child(8529n){-webkit-animation-delay:853.5s;animation-delay:853.5s}.poke-block-nps .btn-nps:nth-child(8530n){-webkit-animation-delay:853.6s;animation-delay:853.6s}.poke-block-nps .btn-nps:nth-child(8531n){-webkit-animation-delay:853.7s;animation-delay:853.7s}.poke-block-nps .btn-nps:nth-child(8532n){-webkit-animation-delay:853.8s;animation-delay:853.8s}.poke-block-nps .btn-nps:nth-child(8533n){-webkit-animation-delay:853.9s;animation-delay:853.9s}.poke-block-nps .btn-nps:nth-child(8534n){-webkit-animation-delay:854s;animation-delay:854s}.poke-block-nps .btn-nps:nth-child(8535n){-webkit-animation-delay:854.1s;animation-delay:854.1s}.poke-block-nps .btn-nps:nth-child(8536n){-webkit-animation-delay:854.2s;animation-delay:854.2s}.poke-block-nps .btn-nps:nth-child(8537n){-webkit-animation-delay:854.3s;animation-delay:854.3s}.poke-block-nps .btn-nps:nth-child(8538n){-webkit-animation-delay:854.4s;animation-delay:854.4s}.poke-block-nps .btn-nps:nth-child(8539n){-webkit-animation-delay:854.5s;animation-delay:854.5s}.poke-block-nps .btn-nps:nth-child(8540n){-webkit-animation-delay:854.6s;animation-delay:854.6s}.poke-block-nps .btn-nps:nth-child(8541n){-webkit-animation-delay:854.7s;animation-delay:854.7s}.poke-block-nps .btn-nps:nth-child(8542n){-webkit-animation-delay:854.8s;animation-delay:854.8s}.poke-block-nps .btn-nps:nth-child(8543n){-webkit-animation-delay:854.9s;animation-delay:854.9s}.poke-block-nps .btn-nps:nth-child(8544n){-webkit-animation-delay:855s;animation-delay:855s}.poke-block-nps .btn-nps:nth-child(8545n){-webkit-animation-delay:855.1s;animation-delay:855.1s}.poke-block-nps .btn-nps:nth-child(8546n){-webkit-animation-delay:855.2s;animation-delay:855.2s}.poke-block-nps .btn-nps:nth-child(8547n){-webkit-animation-delay:855.3s;animation-delay:855.3s}.poke-block-nps .btn-nps:nth-child(8548n){-webkit-animation-delay:855.4s;animation-delay:855.4s}.poke-block-nps .btn-nps:nth-child(8549n){-webkit-animation-delay:855.5s;animation-delay:855.5s}.poke-block-nps .btn-nps:nth-child(8550n){-webkit-animation-delay:855.6s;animation-delay:855.6s}.poke-block-nps .btn-nps:nth-child(8551n){-webkit-animation-delay:855.7s;animation-delay:855.7s}.poke-block-nps .btn-nps:nth-child(8552n){-webkit-animation-delay:855.8s;animation-delay:855.8s}.poke-block-nps .btn-nps:nth-child(8553n){-webkit-animation-delay:855.9s;animation-delay:855.9s}.poke-block-nps .btn-nps:nth-child(8554n){-webkit-animation-delay:856s;animation-delay:856s}.poke-block-nps .btn-nps:nth-child(8555n){-webkit-animation-delay:856.1s;animation-delay:856.1s}.poke-block-nps .btn-nps:nth-child(8556n){-webkit-animation-delay:856.2s;animation-delay:856.2s}.poke-block-nps .btn-nps:nth-child(8557n){-webkit-animation-delay:856.3s;animation-delay:856.3s}.poke-block-nps .btn-nps:nth-child(8558n){-webkit-animation-delay:856.4s;animation-delay:856.4s}.poke-block-nps .btn-nps:nth-child(8559n){-webkit-animation-delay:856.5s;animation-delay:856.5s}.poke-block-nps .btn-nps:nth-child(8560n){-webkit-animation-delay:856.6s;animation-delay:856.6s}.poke-block-nps .btn-nps:nth-child(8561n){-webkit-animation-delay:856.7s;animation-delay:856.7s}.poke-block-nps .btn-nps:nth-child(8562n){-webkit-animation-delay:856.8s;animation-delay:856.8s}.poke-block-nps .btn-nps:nth-child(8563n){-webkit-animation-delay:856.9s;animation-delay:856.9s}.poke-block-nps .btn-nps:nth-child(8564n){-webkit-animation-delay:857s;animation-delay:857s}.poke-block-nps .btn-nps:nth-child(8565n){-webkit-animation-delay:857.1s;animation-delay:857.1s}.poke-block-nps .btn-nps:nth-child(8566n){-webkit-animation-delay:857.2s;animation-delay:857.2s}.poke-block-nps .btn-nps:nth-child(8567n){-webkit-animation-delay:857.3s;animation-delay:857.3s}.poke-block-nps .btn-nps:nth-child(8568n){-webkit-animation-delay:857.4s;animation-delay:857.4s}.poke-block-nps .btn-nps:nth-child(8569n){-webkit-animation-delay:857.5s;animation-delay:857.5s}.poke-block-nps .btn-nps:nth-child(8570n){-webkit-animation-delay:857.6s;animation-delay:857.6s}.poke-block-nps .btn-nps:nth-child(8571n){-webkit-animation-delay:857.7s;animation-delay:857.7s}.poke-block-nps .btn-nps:nth-child(8572n){-webkit-animation-delay:857.8s;animation-delay:857.8s}.poke-block-nps .btn-nps:nth-child(8573n){-webkit-animation-delay:857.9s;animation-delay:857.9s}.poke-block-nps .btn-nps:nth-child(8574n){-webkit-animation-delay:858s;animation-delay:858s}.poke-block-nps .btn-nps:nth-child(8575n){-webkit-animation-delay:858.1s;animation-delay:858.1s}.poke-block-nps .btn-nps:nth-child(8576n){-webkit-animation-delay:858.2s;animation-delay:858.2s}.poke-block-nps .btn-nps:nth-child(8577n){-webkit-animation-delay:858.3s;animation-delay:858.3s}.poke-block-nps .btn-nps:nth-child(8578n){-webkit-animation-delay:858.4s;animation-delay:858.4s}.poke-block-nps .btn-nps:nth-child(8579n){-webkit-animation-delay:858.5s;animation-delay:858.5s}.poke-block-nps .btn-nps:nth-child(8580n){-webkit-animation-delay:858.6s;animation-delay:858.6s}.poke-block-nps .btn-nps:nth-child(8581n){-webkit-animation-delay:858.7s;animation-delay:858.7s}.poke-block-nps .btn-nps:nth-child(8582n){-webkit-animation-delay:858.8s;animation-delay:858.8s}.poke-block-nps .btn-nps:nth-child(8583n){-webkit-animation-delay:858.9s;animation-delay:858.9s}.poke-block-nps .btn-nps:nth-child(8584n){-webkit-animation-delay:859s;animation-delay:859s}.poke-block-nps .btn-nps:nth-child(8585n){-webkit-animation-delay:859.1s;animation-delay:859.1s}.poke-block-nps .btn-nps:nth-child(8586n){-webkit-animation-delay:859.2s;animation-delay:859.2s}.poke-block-nps .btn-nps:nth-child(8587n){-webkit-animation-delay:859.3s;animation-delay:859.3s}.poke-block-nps .btn-nps:nth-child(8588n){-webkit-animation-delay:859.4s;animation-delay:859.4s}.poke-block-nps .btn-nps:nth-child(8589n){-webkit-animation-delay:859.5s;animation-delay:859.5s}.poke-block-nps .btn-nps:nth-child(8590n){-webkit-animation-delay:859.6s;animation-delay:859.6s}.poke-block-nps .btn-nps:nth-child(8591n){-webkit-animation-delay:859.7s;animation-delay:859.7s}.poke-block-nps .btn-nps:nth-child(8592n){-webkit-animation-delay:859.8s;animation-delay:859.8s}.poke-block-nps .btn-nps:nth-child(8593n){-webkit-animation-delay:859.9s;animation-delay:859.9s}.poke-block-nps .btn-nps:nth-child(8594n){-webkit-animation-delay:860s;animation-delay:860s}.poke-block-nps .btn-nps:nth-child(8595n){-webkit-animation-delay:860.1s;animation-delay:860.1s}.poke-block-nps .btn-nps:nth-child(8596n){-webkit-animation-delay:860.2s;animation-delay:860.2s}.poke-block-nps .btn-nps:nth-child(8597n){-webkit-animation-delay:860.3s;animation-delay:860.3s}.poke-block-nps .btn-nps:nth-child(8598n){-webkit-animation-delay:860.4s;animation-delay:860.4s}.poke-block-nps .btn-nps:nth-child(8599n){-webkit-animation-delay:860.5s;animation-delay:860.5s}.poke-block-nps .btn-nps:nth-child(8600n){-webkit-animation-delay:860.6s;animation-delay:860.6s}.poke-block-nps .btn-nps:nth-child(8601n){-webkit-animation-delay:860.7s;animation-delay:860.7s}.poke-block-nps .btn-nps:nth-child(8602n){-webkit-animation-delay:860.8s;animation-delay:860.8s}.poke-block-nps .btn-nps:nth-child(8603n){-webkit-animation-delay:860.9s;animation-delay:860.9s}.poke-block-nps .btn-nps:nth-child(8604n){-webkit-animation-delay:861s;animation-delay:861s}.poke-block-nps .btn-nps:nth-child(8605n){-webkit-animation-delay:861.1s;animation-delay:861.1s}.poke-block-nps .btn-nps:nth-child(8606n){-webkit-animation-delay:861.2s;animation-delay:861.2s}.poke-block-nps .btn-nps:nth-child(8607n){-webkit-animation-delay:861.3s;animation-delay:861.3s}.poke-block-nps .btn-nps:nth-child(8608n){-webkit-animation-delay:861.4s;animation-delay:861.4s}.poke-block-nps .btn-nps:nth-child(8609n){-webkit-animation-delay:861.5s;animation-delay:861.5s}.poke-block-nps .btn-nps:nth-child(8610n){-webkit-animation-delay:861.6s;animation-delay:861.6s}.poke-block-nps .btn-nps:nth-child(8611n){-webkit-animation-delay:861.7s;animation-delay:861.7s}.poke-block-nps .btn-nps:nth-child(8612n){-webkit-animation-delay:861.8s;animation-delay:861.8s}.poke-block-nps .btn-nps:nth-child(8613n){-webkit-animation-delay:861.9s;animation-delay:861.9s}.poke-block-nps .btn-nps:nth-child(8614n){-webkit-animation-delay:862s;animation-delay:862s}.poke-block-nps .btn-nps:nth-child(8615n){-webkit-animation-delay:862.1s;animation-delay:862.1s}.poke-block-nps .btn-nps:nth-child(8616n){-webkit-animation-delay:862.2s;animation-delay:862.2s}.poke-block-nps .btn-nps:nth-child(8617n){-webkit-animation-delay:862.3s;animation-delay:862.3s}.poke-block-nps .btn-nps:nth-child(8618n){-webkit-animation-delay:862.4s;animation-delay:862.4s}.poke-block-nps .btn-nps:nth-child(8619n){-webkit-animation-delay:862.5s;animation-delay:862.5s}.poke-block-nps .btn-nps:nth-child(8620n){-webkit-animation-delay:862.6s;animation-delay:862.6s}.poke-block-nps .btn-nps:nth-child(8621n){-webkit-animation-delay:862.7s;animation-delay:862.7s}.poke-block-nps .btn-nps:nth-child(8622n){-webkit-animation-delay:862.8s;animation-delay:862.8s}.poke-block-nps .btn-nps:nth-child(8623n){-webkit-animation-delay:862.9s;animation-delay:862.9s}.poke-block-nps .btn-nps:nth-child(8624n){-webkit-animation-delay:863s;animation-delay:863s}.poke-block-nps .btn-nps:nth-child(8625n){-webkit-animation-delay:863.1s;animation-delay:863.1s}.poke-block-nps .btn-nps:nth-child(8626n){-webkit-animation-delay:863.2s;animation-delay:863.2s}.poke-block-nps .btn-nps:nth-child(8627n){-webkit-animation-delay:863.3s;animation-delay:863.3s}.poke-block-nps .btn-nps:nth-child(8628n){-webkit-animation-delay:863.4s;animation-delay:863.4s}.poke-block-nps .btn-nps:nth-child(8629n){-webkit-animation-delay:863.5s;animation-delay:863.5s}.poke-block-nps .btn-nps:nth-child(8630n){-webkit-animation-delay:863.6s;animation-delay:863.6s}.poke-block-nps .btn-nps:nth-child(8631n){-webkit-animation-delay:863.7s;animation-delay:863.7s}.poke-block-nps .btn-nps:nth-child(8632n){-webkit-animation-delay:863.8s;animation-delay:863.8s}.poke-block-nps .btn-nps:nth-child(8633n){-webkit-animation-delay:863.9s;animation-delay:863.9s}.poke-block-nps .btn-nps:nth-child(8634n){-webkit-animation-delay:864s;animation-delay:864s}.poke-block-nps .btn-nps:nth-child(8635n){-webkit-animation-delay:864.1s;animation-delay:864.1s}.poke-block-nps .btn-nps:nth-child(8636n){-webkit-animation-delay:864.2s;animation-delay:864.2s}.poke-block-nps .btn-nps:nth-child(8637n){-webkit-animation-delay:864.3s;animation-delay:864.3s}.poke-block-nps .btn-nps:nth-child(8638n){-webkit-animation-delay:864.4s;animation-delay:864.4s}.poke-block-nps .btn-nps:nth-child(8639n){-webkit-animation-delay:864.5s;animation-delay:864.5s}.poke-block-nps .btn-nps:nth-child(8640n){-webkit-animation-delay:864.6s;animation-delay:864.6s}.poke-block-nps .btn-nps:nth-child(8641n){-webkit-animation-delay:864.7s;animation-delay:864.7s}.poke-block-nps .btn-nps:nth-child(8642n){-webkit-animation-delay:864.8s;animation-delay:864.8s}.poke-block-nps .btn-nps:nth-child(8643n){-webkit-animation-delay:864.9s;animation-delay:864.9s}.poke-block-nps .btn-nps:nth-child(8644n){-webkit-animation-delay:865s;animation-delay:865s}.poke-block-nps .btn-nps:nth-child(8645n){-webkit-animation-delay:865.1s;animation-delay:865.1s}.poke-block-nps .btn-nps:nth-child(8646n){-webkit-animation-delay:865.2s;animation-delay:865.2s}.poke-block-nps .btn-nps:nth-child(8647n){-webkit-animation-delay:865.3s;animation-delay:865.3s}.poke-block-nps .btn-nps:nth-child(8648n){-webkit-animation-delay:865.4s;animation-delay:865.4s}.poke-block-nps .btn-nps:nth-child(8649n){-webkit-animation-delay:865.5s;animation-delay:865.5s}.poke-block-nps .btn-nps:nth-child(8650n){-webkit-animation-delay:865.6s;animation-delay:865.6s}.poke-block-nps .btn-nps:nth-child(8651n){-webkit-animation-delay:865.7s;animation-delay:865.7s}.poke-block-nps .btn-nps:nth-child(8652n){-webkit-animation-delay:865.8s;animation-delay:865.8s}.poke-block-nps .btn-nps:nth-child(8653n){-webkit-animation-delay:865.9s;animation-delay:865.9s}.poke-block-nps .btn-nps:nth-child(8654n){-webkit-animation-delay:866s;animation-delay:866s}.poke-block-nps .btn-nps:nth-child(8655n){-webkit-animation-delay:866.1s;animation-delay:866.1s}.poke-block-nps .btn-nps:nth-child(8656n){-webkit-animation-delay:866.2s;animation-delay:866.2s}.poke-block-nps .btn-nps:nth-child(8657n){-webkit-animation-delay:866.3s;animation-delay:866.3s}.poke-block-nps .btn-nps:nth-child(8658n){-webkit-animation-delay:866.4s;animation-delay:866.4s}.poke-block-nps .btn-nps:nth-child(8659n){-webkit-animation-delay:866.5s;animation-delay:866.5s}.poke-block-nps .btn-nps:nth-child(8660n){-webkit-animation-delay:866.6s;animation-delay:866.6s}.poke-block-nps .btn-nps:nth-child(8661n){-webkit-animation-delay:866.7s;animation-delay:866.7s}.poke-block-nps .btn-nps:nth-child(8662n){-webkit-animation-delay:866.8s;animation-delay:866.8s}.poke-block-nps .btn-nps:nth-child(8663n){-webkit-animation-delay:866.9s;animation-delay:866.9s}.poke-block-nps .btn-nps:nth-child(8664n){-webkit-animation-delay:867s;animation-delay:867s}.poke-block-nps .btn-nps:nth-child(8665n){-webkit-animation-delay:867.1s;animation-delay:867.1s}.poke-block-nps .btn-nps:nth-child(8666n){-webkit-animation-delay:867.2s;animation-delay:867.2s}.poke-block-nps .btn-nps:nth-child(8667n){-webkit-animation-delay:867.3s;animation-delay:867.3s}.poke-block-nps .btn-nps:nth-child(8668n){-webkit-animation-delay:867.4s;animation-delay:867.4s}.poke-block-nps .btn-nps:nth-child(8669n){-webkit-animation-delay:867.5s;animation-delay:867.5s}.poke-block-nps .btn-nps:nth-child(8670n){-webkit-animation-delay:867.6s;animation-delay:867.6s}.poke-block-nps .btn-nps:nth-child(8671n){-webkit-animation-delay:867.7s;animation-delay:867.7s}.poke-block-nps .btn-nps:nth-child(8672n){-webkit-animation-delay:867.8s;animation-delay:867.8s}.poke-block-nps .btn-nps:nth-child(8673n){-webkit-animation-delay:867.9s;animation-delay:867.9s}.poke-block-nps .btn-nps:nth-child(8674n){-webkit-animation-delay:868s;animation-delay:868s}.poke-block-nps .btn-nps:nth-child(8675n){-webkit-animation-delay:868.1s;animation-delay:868.1s}.poke-block-nps .btn-nps:nth-child(8676n){-webkit-animation-delay:868.2s;animation-delay:868.2s}.poke-block-nps .btn-nps:nth-child(8677n){-webkit-animation-delay:868.3s;animation-delay:868.3s}.poke-block-nps .btn-nps:nth-child(8678n){-webkit-animation-delay:868.4s;animation-delay:868.4s}.poke-block-nps .btn-nps:nth-child(8679n){-webkit-animation-delay:868.5s;animation-delay:868.5s}.poke-block-nps .btn-nps:nth-child(8680n){-webkit-animation-delay:868.6s;animation-delay:868.6s}.poke-block-nps .btn-nps:nth-child(8681n){-webkit-animation-delay:868.7s;animation-delay:868.7s}.poke-block-nps .btn-nps:nth-child(8682n){-webkit-animation-delay:868.8s;animation-delay:868.8s}.poke-block-nps .btn-nps:nth-child(8683n){-webkit-animation-delay:868.9s;animation-delay:868.9s}.poke-block-nps .btn-nps:nth-child(8684n){-webkit-animation-delay:869s;animation-delay:869s}.poke-block-nps .btn-nps:nth-child(8685n){-webkit-animation-delay:869.1s;animation-delay:869.1s}.poke-block-nps .btn-nps:nth-child(8686n){-webkit-animation-delay:869.2s;animation-delay:869.2s}.poke-block-nps .btn-nps:nth-child(8687n){-webkit-animation-delay:869.3s;animation-delay:869.3s}.poke-block-nps .btn-nps:nth-child(8688n){-webkit-animation-delay:869.4s;animation-delay:869.4s}.poke-block-nps .btn-nps:nth-child(8689n){-webkit-animation-delay:869.5s;animation-delay:869.5s}.poke-block-nps .btn-nps:nth-child(8690n){-webkit-animation-delay:869.6s;animation-delay:869.6s}.poke-block-nps .btn-nps:nth-child(8691n){-webkit-animation-delay:869.7s;animation-delay:869.7s}.poke-block-nps .btn-nps:nth-child(8692n){-webkit-animation-delay:869.8s;animation-delay:869.8s}.poke-block-nps .btn-nps:nth-child(8693n){-webkit-animation-delay:869.9s;animation-delay:869.9s}.poke-block-nps .btn-nps:nth-child(8694n){-webkit-animation-delay:870s;animation-delay:870s}.poke-block-nps .btn-nps:nth-child(8695n){-webkit-animation-delay:870.1s;animation-delay:870.1s}.poke-block-nps .btn-nps:nth-child(8696n){-webkit-animation-delay:870.2s;animation-delay:870.2s}.poke-block-nps .btn-nps:nth-child(8697n){-webkit-animation-delay:870.3s;animation-delay:870.3s}.poke-block-nps .btn-nps:nth-child(8698n){-webkit-animation-delay:870.4s;animation-delay:870.4s}.poke-block-nps .btn-nps:nth-child(8699n){-webkit-animation-delay:870.5s;animation-delay:870.5s}.poke-block-nps .btn-nps:nth-child(8700n){-webkit-animation-delay:870.6s;animation-delay:870.6s}.poke-block-nps .btn-nps:nth-child(8701n){-webkit-animation-delay:870.7s;animation-delay:870.7s}.poke-block-nps .btn-nps:nth-child(8702n){-webkit-animation-delay:870.8s;animation-delay:870.8s}.poke-block-nps .btn-nps:nth-child(8703n){-webkit-animation-delay:870.9s;animation-delay:870.9s}.poke-block-nps .btn-nps:nth-child(8704n){-webkit-animation-delay:871s;animation-delay:871s}.poke-block-nps .btn-nps:nth-child(8705n){-webkit-animation-delay:871.1s;animation-delay:871.1s}.poke-block-nps .btn-nps:nth-child(8706n){-webkit-animation-delay:871.2s;animation-delay:871.2s}.poke-block-nps .btn-nps:nth-child(8707n){-webkit-animation-delay:871.3s;animation-delay:871.3s}.poke-block-nps .btn-nps:nth-child(8708n){-webkit-animation-delay:871.4s;animation-delay:871.4s}.poke-block-nps .btn-nps:nth-child(8709n){-webkit-animation-delay:871.5s;animation-delay:871.5s}.poke-block-nps .btn-nps:nth-child(8710n){-webkit-animation-delay:871.6s;animation-delay:871.6s}.poke-block-nps .btn-nps:nth-child(8711n){-webkit-animation-delay:871.7s;animation-delay:871.7s}.poke-block-nps .btn-nps:nth-child(8712n){-webkit-animation-delay:871.8s;animation-delay:871.8s}.poke-block-nps .btn-nps:nth-child(8713n){-webkit-animation-delay:871.9s;animation-delay:871.9s}.poke-block-nps .btn-nps:nth-child(8714n){-webkit-animation-delay:872s;animation-delay:872s}.poke-block-nps .btn-nps:nth-child(8715n){-webkit-animation-delay:872.1s;animation-delay:872.1s}.poke-block-nps .btn-nps:nth-child(8716n){-webkit-animation-delay:872.2s;animation-delay:872.2s}.poke-block-nps .btn-nps:nth-child(8717n){-webkit-animation-delay:872.3s;animation-delay:872.3s}.poke-block-nps .btn-nps:nth-child(8718n){-webkit-animation-delay:872.4s;animation-delay:872.4s}.poke-block-nps .btn-nps:nth-child(8719n){-webkit-animation-delay:872.5s;animation-delay:872.5s}.poke-block-nps .btn-nps:nth-child(8720n){-webkit-animation-delay:872.6s;animation-delay:872.6s}.poke-block-nps .btn-nps:nth-child(8721n){-webkit-animation-delay:872.7s;animation-delay:872.7s}.poke-block-nps .btn-nps:nth-child(8722n){-webkit-animation-delay:872.8s;animation-delay:872.8s}.poke-block-nps .btn-nps:nth-child(8723n){-webkit-animation-delay:872.9s;animation-delay:872.9s}.poke-block-nps .btn-nps:nth-child(8724n){-webkit-animation-delay:873s;animation-delay:873s}.poke-block-nps .btn-nps:nth-child(8725n){-webkit-animation-delay:873.1s;animation-delay:873.1s}.poke-block-nps .btn-nps:nth-child(8726n){-webkit-animation-delay:873.2s;animation-delay:873.2s}.poke-block-nps .btn-nps:nth-child(8727n){-webkit-animation-delay:873.3s;animation-delay:873.3s}.poke-block-nps .btn-nps:nth-child(8728n){-webkit-animation-delay:873.4s;animation-delay:873.4s}.poke-block-nps .btn-nps:nth-child(8729n){-webkit-animation-delay:873.5s;animation-delay:873.5s}.poke-block-nps .btn-nps:nth-child(8730n){-webkit-animation-delay:873.6s;animation-delay:873.6s}.poke-block-nps .btn-nps:nth-child(8731n){-webkit-animation-delay:873.7s;animation-delay:873.7s}.poke-block-nps .btn-nps:nth-child(8732n){-webkit-animation-delay:873.8s;animation-delay:873.8s}.poke-block-nps .btn-nps:nth-child(8733n){-webkit-animation-delay:873.9s;animation-delay:873.9s}.poke-block-nps .btn-nps:nth-child(8734n){-webkit-animation-delay:874s;animation-delay:874s}.poke-block-nps .btn-nps:nth-child(8735n){-webkit-animation-delay:874.1s;animation-delay:874.1s}.poke-block-nps .btn-nps:nth-child(8736n){-webkit-animation-delay:874.2s;animation-delay:874.2s}.poke-block-nps .btn-nps:nth-child(8737n){-webkit-animation-delay:874.3s;animation-delay:874.3s}.poke-block-nps .btn-nps:nth-child(8738n){-webkit-animation-delay:874.4s;animation-delay:874.4s}.poke-block-nps .btn-nps:nth-child(8739n){-webkit-animation-delay:874.5s;animation-delay:874.5s}.poke-block-nps .btn-nps:nth-child(8740n){-webkit-animation-delay:874.6s;animation-delay:874.6s}.poke-block-nps .btn-nps:nth-child(8741n){-webkit-animation-delay:874.7s;animation-delay:874.7s}.poke-block-nps .btn-nps:nth-child(8742n){-webkit-animation-delay:874.8s;animation-delay:874.8s}.poke-block-nps .btn-nps:nth-child(8743n){-webkit-animation-delay:874.9s;animation-delay:874.9s}.poke-block-nps .btn-nps:nth-child(8744n){-webkit-animation-delay:875s;animation-delay:875s}.poke-block-nps .btn-nps:nth-child(8745n){-webkit-animation-delay:875.1s;animation-delay:875.1s}.poke-block-nps .btn-nps:nth-child(8746n){-webkit-animation-delay:875.2s;animation-delay:875.2s}.poke-block-nps .btn-nps:nth-child(8747n){-webkit-animation-delay:875.3s;animation-delay:875.3s}.poke-block-nps .btn-nps:nth-child(8748n){-webkit-animation-delay:875.4s;animation-delay:875.4s}.poke-block-nps .btn-nps:nth-child(8749n){-webkit-animation-delay:875.5s;animation-delay:875.5s}.poke-block-nps .btn-nps:nth-child(8750n){-webkit-animation-delay:875.6s;animation-delay:875.6s}.poke-block-nps .btn-nps:nth-child(8751n){-webkit-animation-delay:875.7s;animation-delay:875.7s}.poke-block-nps .btn-nps:nth-child(8752n){-webkit-animation-delay:875.8s;animation-delay:875.8s}.poke-block-nps .btn-nps:nth-child(8753n){-webkit-animation-delay:875.9s;animation-delay:875.9s}.poke-block-nps .btn-nps:nth-child(8754n){-webkit-animation-delay:876s;animation-delay:876s}.poke-block-nps .btn-nps:nth-child(8755n){-webkit-animation-delay:876.1s;animation-delay:876.1s}.poke-block-nps .btn-nps:nth-child(8756n){-webkit-animation-delay:876.2s;animation-delay:876.2s}.poke-block-nps .btn-nps:nth-child(8757n){-webkit-animation-delay:876.3s;animation-delay:876.3s}.poke-block-nps .btn-nps:nth-child(8758n){-webkit-animation-delay:876.4s;animation-delay:876.4s}.poke-block-nps .btn-nps:nth-child(8759n){-webkit-animation-delay:876.5s;animation-delay:876.5s}.poke-block-nps .btn-nps:nth-child(8760n){-webkit-animation-delay:876.6s;animation-delay:876.6s}.poke-block-nps .btn-nps:nth-child(8761n){-webkit-animation-delay:876.7s;animation-delay:876.7s}.poke-block-nps .btn-nps:nth-child(8762n){-webkit-animation-delay:876.8s;animation-delay:876.8s}.poke-block-nps .btn-nps:nth-child(8763n){-webkit-animation-delay:876.9s;animation-delay:876.9s}.poke-block-nps .btn-nps:nth-child(8764n){-webkit-animation-delay:877s;animation-delay:877s}.poke-block-nps .btn-nps:nth-child(8765n){-webkit-animation-delay:877.1s;animation-delay:877.1s}.poke-block-nps .btn-nps:nth-child(8766n){-webkit-animation-delay:877.2s;animation-delay:877.2s}.poke-block-nps .btn-nps:nth-child(8767n){-webkit-animation-delay:877.3s;animation-delay:877.3s}.poke-block-nps .btn-nps:nth-child(8768n){-webkit-animation-delay:877.4s;animation-delay:877.4s}.poke-block-nps .btn-nps:nth-child(8769n){-webkit-animation-delay:877.5s;animation-delay:877.5s}.poke-block-nps .btn-nps:nth-child(8770n){-webkit-animation-delay:877.6s;animation-delay:877.6s}.poke-block-nps .btn-nps:nth-child(8771n){-webkit-animation-delay:877.7s;animation-delay:877.7s}.poke-block-nps .btn-nps:nth-child(8772n){-webkit-animation-delay:877.8s;animation-delay:877.8s}.poke-block-nps .btn-nps:nth-child(8773n){-webkit-animation-delay:877.9s;animation-delay:877.9s}.poke-block-nps .btn-nps:nth-child(8774n){-webkit-animation-delay:878s;animation-delay:878s}.poke-block-nps .btn-nps:nth-child(8775n){-webkit-animation-delay:878.1s;animation-delay:878.1s}.poke-block-nps .btn-nps:nth-child(8776n){-webkit-animation-delay:878.2s;animation-delay:878.2s}.poke-block-nps .btn-nps:nth-child(8777n){-webkit-animation-delay:878.3s;animation-delay:878.3s}.poke-block-nps .btn-nps:nth-child(8778n){-webkit-animation-delay:878.4s;animation-delay:878.4s}.poke-block-nps .btn-nps:nth-child(8779n){-webkit-animation-delay:878.5s;animation-delay:878.5s}.poke-block-nps .btn-nps:nth-child(8780n){-webkit-animation-delay:878.6s;animation-delay:878.6s}.poke-block-nps .btn-nps:nth-child(8781n){-webkit-animation-delay:878.7s;animation-delay:878.7s}.poke-block-nps .btn-nps:nth-child(8782n){-webkit-animation-delay:878.8s;animation-delay:878.8s}.poke-block-nps .btn-nps:nth-child(8783n){-webkit-animation-delay:878.9s;animation-delay:878.9s}.poke-block-nps .btn-nps:nth-child(8784n){-webkit-animation-delay:879s;animation-delay:879s}.poke-block-nps .btn-nps:nth-child(8785n){-webkit-animation-delay:879.1s;animation-delay:879.1s}.poke-block-nps .btn-nps:nth-child(8786n){-webkit-animation-delay:879.2s;animation-delay:879.2s}.poke-block-nps .btn-nps:nth-child(8787n){-webkit-animation-delay:879.3s;animation-delay:879.3s}.poke-block-nps .btn-nps:nth-child(8788n){-webkit-animation-delay:879.4s;animation-delay:879.4s}.poke-block-nps .btn-nps:nth-child(8789n){-webkit-animation-delay:879.5s;animation-delay:879.5s}.poke-block-nps .btn-nps:nth-child(8790n){-webkit-animation-delay:879.6s;animation-delay:879.6s}.poke-block-nps .btn-nps:nth-child(8791n){-webkit-animation-delay:879.7s;animation-delay:879.7s}.poke-block-nps .btn-nps:nth-child(8792n){-webkit-animation-delay:879.8s;animation-delay:879.8s}.poke-block-nps .btn-nps:nth-child(8793n){-webkit-animation-delay:879.9s;animation-delay:879.9s}.poke-block-nps .btn-nps:nth-child(8794n){-webkit-animation-delay:880s;animation-delay:880s}.poke-block-nps .btn-nps:nth-child(8795n){-webkit-animation-delay:880.1s;animation-delay:880.1s}.poke-block-nps .btn-nps:nth-child(8796n){-webkit-animation-delay:880.2s;animation-delay:880.2s}.poke-block-nps .btn-nps:nth-child(8797n){-webkit-animation-delay:880.3s;animation-delay:880.3s}.poke-block-nps .btn-nps:nth-child(8798n){-webkit-animation-delay:880.4s;animation-delay:880.4s}.poke-block-nps .btn-nps:nth-child(8799n){-webkit-animation-delay:880.5s;animation-delay:880.5s}.poke-block-nps .btn-nps:nth-child(8800n){-webkit-animation-delay:880.6s;animation-delay:880.6s}.poke-block-nps .btn-nps:nth-child(8801n){-webkit-animation-delay:880.7s;animation-delay:880.7s}.poke-block-nps .btn-nps:nth-child(8802n){-webkit-animation-delay:880.8s;animation-delay:880.8s}.poke-block-nps .btn-nps:nth-child(8803n){-webkit-animation-delay:880.9s;animation-delay:880.9s}.poke-block-nps .btn-nps:nth-child(8804n){-webkit-animation-delay:881s;animation-delay:881s}.poke-block-nps .btn-nps:nth-child(8805n){-webkit-animation-delay:881.1s;animation-delay:881.1s}.poke-block-nps .btn-nps:nth-child(8806n){-webkit-animation-delay:881.2s;animation-delay:881.2s}.poke-block-nps .btn-nps:nth-child(8807n){-webkit-animation-delay:881.3s;animation-delay:881.3s}.poke-block-nps .btn-nps:nth-child(8808n){-webkit-animation-delay:881.4s;animation-delay:881.4s}.poke-block-nps .btn-nps:nth-child(8809n){-webkit-animation-delay:881.5s;animation-delay:881.5s}.poke-block-nps .btn-nps:nth-child(8810n){-webkit-animation-delay:881.6s;animation-delay:881.6s}.poke-block-nps .btn-nps:nth-child(8811n){-webkit-animation-delay:881.7s;animation-delay:881.7s}.poke-block-nps .btn-nps:nth-child(8812n){-webkit-animation-delay:881.8s;animation-delay:881.8s}.poke-block-nps .btn-nps:nth-child(8813n){-webkit-animation-delay:881.9s;animation-delay:881.9s}.poke-block-nps .btn-nps:nth-child(8814n){-webkit-animation-delay:882s;animation-delay:882s}.poke-block-nps .btn-nps:nth-child(8815n){-webkit-animation-delay:882.1s;animation-delay:882.1s}.poke-block-nps .btn-nps:nth-child(8816n){-webkit-animation-delay:882.2s;animation-delay:882.2s}.poke-block-nps .btn-nps:nth-child(8817n){-webkit-animation-delay:882.3s;animation-delay:882.3s}.poke-block-nps .btn-nps:nth-child(8818n){-webkit-animation-delay:882.4s;animation-delay:882.4s}.poke-block-nps .btn-nps:nth-child(8819n){-webkit-animation-delay:882.5s;animation-delay:882.5s}.poke-block-nps .btn-nps:nth-child(8820n){-webkit-animation-delay:882.6s;animation-delay:882.6s}.poke-block-nps .btn-nps:nth-child(8821n){-webkit-animation-delay:882.7s;animation-delay:882.7s}.poke-block-nps .btn-nps:nth-child(8822n){-webkit-animation-delay:882.8s;animation-delay:882.8s}.poke-block-nps .btn-nps:nth-child(8823n){-webkit-animation-delay:882.9s;animation-delay:882.9s}.poke-block-nps .btn-nps:nth-child(8824n){-webkit-animation-delay:883s;animation-delay:883s}.poke-block-nps .btn-nps:nth-child(8825n){-webkit-animation-delay:883.1s;animation-delay:883.1s}.poke-block-nps .btn-nps:nth-child(8826n){-webkit-animation-delay:883.2s;animation-delay:883.2s}.poke-block-nps .btn-nps:nth-child(8827n){-webkit-animation-delay:883.3s;animation-delay:883.3s}.poke-block-nps .btn-nps:nth-child(8828n){-webkit-animation-delay:883.4s;animation-delay:883.4s}.poke-block-nps .btn-nps:nth-child(8829n){-webkit-animation-delay:883.5s;animation-delay:883.5s}.poke-block-nps .btn-nps:nth-child(8830n){-webkit-animation-delay:883.6s;animation-delay:883.6s}.poke-block-nps .btn-nps:nth-child(8831n){-webkit-animation-delay:883.7s;animation-delay:883.7s}.poke-block-nps .btn-nps:nth-child(8832n){-webkit-animation-delay:883.8s;animation-delay:883.8s}.poke-block-nps .btn-nps:nth-child(8833n){-webkit-animation-delay:883.9s;animation-delay:883.9s}.poke-block-nps .btn-nps:nth-child(8834n){-webkit-animation-delay:884s;animation-delay:884s}.poke-block-nps .btn-nps:nth-child(8835n){-webkit-animation-delay:884.1s;animation-delay:884.1s}.poke-block-nps .btn-nps:nth-child(8836n){-webkit-animation-delay:884.2s;animation-delay:884.2s}.poke-block-nps .btn-nps:nth-child(8837n){-webkit-animation-delay:884.3s;animation-delay:884.3s}.poke-block-nps .btn-nps:nth-child(8838n){-webkit-animation-delay:884.4s;animation-delay:884.4s}.poke-block-nps .btn-nps:nth-child(8839n){-webkit-animation-delay:884.5s;animation-delay:884.5s}.poke-block-nps .btn-nps:nth-child(8840n){-webkit-animation-delay:884.6s;animation-delay:884.6s}.poke-block-nps .btn-nps:nth-child(8841n){-webkit-animation-delay:884.7s;animation-delay:884.7s}.poke-block-nps .btn-nps:nth-child(8842n){-webkit-animation-delay:884.8s;animation-delay:884.8s}.poke-block-nps .btn-nps:nth-child(8843n){-webkit-animation-delay:884.9s;animation-delay:884.9s}.poke-block-nps .btn-nps:nth-child(8844n){-webkit-animation-delay:885s;animation-delay:885s}.poke-block-nps .btn-nps:nth-child(8845n){-webkit-animation-delay:885.1s;animation-delay:885.1s}.poke-block-nps .btn-nps:nth-child(8846n){-webkit-animation-delay:885.2s;animation-delay:885.2s}.poke-block-nps .btn-nps:nth-child(8847n){-webkit-animation-delay:885.3s;animation-delay:885.3s}.poke-block-nps .btn-nps:nth-child(8848n){-webkit-animation-delay:885.4s;animation-delay:885.4s}.poke-block-nps .btn-nps:nth-child(8849n){-webkit-animation-delay:885.5s;animation-delay:885.5s}.poke-block-nps .btn-nps:nth-child(8850n){-webkit-animation-delay:885.6s;animation-delay:885.6s}.poke-block-nps .btn-nps:nth-child(8851n){-webkit-animation-delay:885.7s;animation-delay:885.7s}.poke-block-nps .btn-nps:nth-child(8852n){-webkit-animation-delay:885.8s;animation-delay:885.8s}.poke-block-nps .btn-nps:nth-child(8853n){-webkit-animation-delay:885.9s;animation-delay:885.9s}.poke-block-nps .btn-nps:nth-child(8854n){-webkit-animation-delay:886s;animation-delay:886s}.poke-block-nps .btn-nps:nth-child(8855n){-webkit-animation-delay:886.1s;animation-delay:886.1s}.poke-block-nps .btn-nps:nth-child(8856n){-webkit-animation-delay:886.2s;animation-delay:886.2s}.poke-block-nps .btn-nps:nth-child(8857n){-webkit-animation-delay:886.3s;animation-delay:886.3s}.poke-block-nps .btn-nps:nth-child(8858n){-webkit-animation-delay:886.4s;animation-delay:886.4s}.poke-block-nps .btn-nps:nth-child(8859n){-webkit-animation-delay:886.5s;animation-delay:886.5s}.poke-block-nps .btn-nps:nth-child(8860n){-webkit-animation-delay:886.6s;animation-delay:886.6s}.poke-block-nps .btn-nps:nth-child(8861n){-webkit-animation-delay:886.7s;animation-delay:886.7s}.poke-block-nps .btn-nps:nth-child(8862n){-webkit-animation-delay:886.8s;animation-delay:886.8s}.poke-block-nps .btn-nps:nth-child(8863n){-webkit-animation-delay:886.9s;animation-delay:886.9s}.poke-block-nps .btn-nps:nth-child(8864n){-webkit-animation-delay:887s;animation-delay:887s}.poke-block-nps .btn-nps:nth-child(8865n){-webkit-animation-delay:887.1s;animation-delay:887.1s}.poke-block-nps .btn-nps:nth-child(8866n){-webkit-animation-delay:887.2s;animation-delay:887.2s}.poke-block-nps .btn-nps:nth-child(8867n){-webkit-animation-delay:887.3s;animation-delay:887.3s}.poke-block-nps .btn-nps:nth-child(8868n){-webkit-animation-delay:887.4s;animation-delay:887.4s}.poke-block-nps .btn-nps:nth-child(8869n){-webkit-animation-delay:887.5s;animation-delay:887.5s}.poke-block-nps .btn-nps:nth-child(8870n){-webkit-animation-delay:887.6s;animation-delay:887.6s}.poke-block-nps .btn-nps:nth-child(8871n){-webkit-animation-delay:887.7s;animation-delay:887.7s}.poke-block-nps .btn-nps:nth-child(8872n){-webkit-animation-delay:887.8s;animation-delay:887.8s}.poke-block-nps .btn-nps:nth-child(8873n){-webkit-animation-delay:887.9s;animation-delay:887.9s}.poke-block-nps .btn-nps:nth-child(8874n){-webkit-animation-delay:888s;animation-delay:888s}.poke-block-nps .btn-nps:nth-child(8875n){-webkit-animation-delay:888.1s;animation-delay:888.1s}.poke-block-nps .btn-nps:nth-child(8876n){-webkit-animation-delay:888.2s;animation-delay:888.2s}.poke-block-nps .btn-nps:nth-child(8877n){-webkit-animation-delay:888.3s;animation-delay:888.3s}.poke-block-nps .btn-nps:nth-child(8878n){-webkit-animation-delay:888.4s;animation-delay:888.4s}.poke-block-nps .btn-nps:nth-child(8879n){-webkit-animation-delay:888.5s;animation-delay:888.5s}.poke-block-nps .btn-nps:nth-child(8880n){-webkit-animation-delay:888.6s;animation-delay:888.6s}.poke-block-nps .btn-nps:nth-child(8881n){-webkit-animation-delay:888.7s;animation-delay:888.7s}.poke-block-nps .btn-nps:nth-child(8882n){-webkit-animation-delay:888.8s;animation-delay:888.8s}.poke-block-nps .btn-nps:nth-child(8883n){-webkit-animation-delay:888.9s;animation-delay:888.9s}.poke-block-nps .btn-nps:nth-child(8884n){-webkit-animation-delay:889s;animation-delay:889s}.poke-block-nps .btn-nps:nth-child(8885n){-webkit-animation-delay:889.1s;animation-delay:889.1s}.poke-block-nps .btn-nps:nth-child(8886n){-webkit-animation-delay:889.2s;animation-delay:889.2s}.poke-block-nps .btn-nps:nth-child(8887n){-webkit-animation-delay:889.3s;animation-delay:889.3s}.poke-block-nps .btn-nps:nth-child(8888n){-webkit-animation-delay:889.4s;animation-delay:889.4s}.poke-block-nps .btn-nps:nth-child(8889n){-webkit-animation-delay:889.5s;animation-delay:889.5s}.poke-block-nps .btn-nps:nth-child(8890n){-webkit-animation-delay:889.6s;animation-delay:889.6s}.poke-block-nps .btn-nps:nth-child(8891n){-webkit-animation-delay:889.7s;animation-delay:889.7s}.poke-block-nps .btn-nps:nth-child(8892n){-webkit-animation-delay:889.8s;animation-delay:889.8s}.poke-block-nps .btn-nps:nth-child(8893n){-webkit-animation-delay:889.9s;animation-delay:889.9s}.poke-block-nps .btn-nps:nth-child(8894n){-webkit-animation-delay:890s;animation-delay:890s}.poke-block-nps .btn-nps:nth-child(8895n){-webkit-animation-delay:890.1s;animation-delay:890.1s}.poke-block-nps .btn-nps:nth-child(8896n){-webkit-animation-delay:890.2s;animation-delay:890.2s}.poke-block-nps .btn-nps:nth-child(8897n){-webkit-animation-delay:890.3s;animation-delay:890.3s}.poke-block-nps .btn-nps:nth-child(8898n){-webkit-animation-delay:890.4s;animation-delay:890.4s}.poke-block-nps .btn-nps:nth-child(8899n){-webkit-animation-delay:890.5s;animation-delay:890.5s}.poke-block-nps .btn-nps:nth-child(8900n){-webkit-animation-delay:890.6s;animation-delay:890.6s}.poke-block-nps .btn-nps:nth-child(8901n){-webkit-animation-delay:890.7s;animation-delay:890.7s}.poke-block-nps .btn-nps:nth-child(8902n){-webkit-animation-delay:890.8s;animation-delay:890.8s}.poke-block-nps .btn-nps:nth-child(8903n){-webkit-animation-delay:890.9s;animation-delay:890.9s}.poke-block-nps .btn-nps:nth-child(8904n){-webkit-animation-delay:891s;animation-delay:891s}.poke-block-nps .btn-nps:nth-child(8905n){-webkit-animation-delay:891.1s;animation-delay:891.1s}.poke-block-nps .btn-nps:nth-child(8906n){-webkit-animation-delay:891.2s;animation-delay:891.2s}.poke-block-nps .btn-nps:nth-child(8907n){-webkit-animation-delay:891.3s;animation-delay:891.3s}.poke-block-nps .btn-nps:nth-child(8908n){-webkit-animation-delay:891.4s;animation-delay:891.4s}.poke-block-nps .btn-nps:nth-child(8909n){-webkit-animation-delay:891.5s;animation-delay:891.5s}.poke-block-nps .btn-nps:nth-child(8910n){-webkit-animation-delay:891.6s;animation-delay:891.6s}.poke-block-nps .btn-nps:nth-child(8911n){-webkit-animation-delay:891.7s;animation-delay:891.7s}.poke-block-nps .btn-nps:nth-child(8912n){-webkit-animation-delay:891.8s;animation-delay:891.8s}.poke-block-nps .btn-nps:nth-child(8913n){-webkit-animation-delay:891.9s;animation-delay:891.9s}.poke-block-nps .btn-nps:nth-child(8914n){-webkit-animation-delay:892s;animation-delay:892s}.poke-block-nps .btn-nps:nth-child(8915n){-webkit-animation-delay:892.1s;animation-delay:892.1s}.poke-block-nps .btn-nps:nth-child(8916n){-webkit-animation-delay:892.2s;animation-delay:892.2s}.poke-block-nps .btn-nps:nth-child(8917n){-webkit-animation-delay:892.3s;animation-delay:892.3s}.poke-block-nps .btn-nps:nth-child(8918n){-webkit-animation-delay:892.4s;animation-delay:892.4s}.poke-block-nps .btn-nps:nth-child(8919n){-webkit-animation-delay:892.5s;animation-delay:892.5s}.poke-block-nps .btn-nps:nth-child(8920n){-webkit-animation-delay:892.6s;animation-delay:892.6s}.poke-block-nps .btn-nps:nth-child(8921n){-webkit-animation-delay:892.7s;animation-delay:892.7s}.poke-block-nps .btn-nps:nth-child(8922n){-webkit-animation-delay:892.8s;animation-delay:892.8s}.poke-block-nps .btn-nps:nth-child(8923n){-webkit-animation-delay:892.9s;animation-delay:892.9s}.poke-block-nps .btn-nps:nth-child(8924n){-webkit-animation-delay:893s;animation-delay:893s}.poke-block-nps .btn-nps:nth-child(8925n){-webkit-animation-delay:893.1s;animation-delay:893.1s}.poke-block-nps .btn-nps:nth-child(8926n){-webkit-animation-delay:893.2s;animation-delay:893.2s}.poke-block-nps .btn-nps:nth-child(8927n){-webkit-animation-delay:893.3s;animation-delay:893.3s}.poke-block-nps .btn-nps:nth-child(8928n){-webkit-animation-delay:893.4s;animation-delay:893.4s}.poke-block-nps .btn-nps:nth-child(8929n){-webkit-animation-delay:893.5s;animation-delay:893.5s}.poke-block-nps .btn-nps:nth-child(8930n){-webkit-animation-delay:893.6s;animation-delay:893.6s}.poke-block-nps .btn-nps:nth-child(8931n){-webkit-animation-delay:893.7s;animation-delay:893.7s}.poke-block-nps .btn-nps:nth-child(8932n){-webkit-animation-delay:893.8s;animation-delay:893.8s}.poke-block-nps .btn-nps:nth-child(8933n){-webkit-animation-delay:893.9s;animation-delay:893.9s}.poke-block-nps .btn-nps:nth-child(8934n){-webkit-animation-delay:894s;animation-delay:894s}.poke-block-nps .btn-nps:nth-child(8935n){-webkit-animation-delay:894.1s;animation-delay:894.1s}.poke-block-nps .btn-nps:nth-child(8936n){-webkit-animation-delay:894.2s;animation-delay:894.2s}.poke-block-nps .btn-nps:nth-child(8937n){-webkit-animation-delay:894.3s;animation-delay:894.3s}.poke-block-nps .btn-nps:nth-child(8938n){-webkit-animation-delay:894.4s;animation-delay:894.4s}.poke-block-nps .btn-nps:nth-child(8939n){-webkit-animation-delay:894.5s;animation-delay:894.5s}.poke-block-nps .btn-nps:nth-child(8940n){-webkit-animation-delay:894.6s;animation-delay:894.6s}.poke-block-nps .btn-nps:nth-child(8941n){-webkit-animation-delay:894.7s;animation-delay:894.7s}.poke-block-nps .btn-nps:nth-child(8942n){-webkit-animation-delay:894.8s;animation-delay:894.8s}.poke-block-nps .btn-nps:nth-child(8943n){-webkit-animation-delay:894.9s;animation-delay:894.9s}.poke-block-nps .btn-nps:nth-child(8944n){-webkit-animation-delay:895s;animation-delay:895s}.poke-block-nps .btn-nps:nth-child(8945n){-webkit-animation-delay:895.1s;animation-delay:895.1s}.poke-block-nps .btn-nps:nth-child(8946n){-webkit-animation-delay:895.2s;animation-delay:895.2s}.poke-block-nps .btn-nps:nth-child(8947n){-webkit-animation-delay:895.3s;animation-delay:895.3s}.poke-block-nps .btn-nps:nth-child(8948n){-webkit-animation-delay:895.4s;animation-delay:895.4s}.poke-block-nps .btn-nps:nth-child(8949n){-webkit-animation-delay:895.5s;animation-delay:895.5s}.poke-block-nps .btn-nps:nth-child(8950n){-webkit-animation-delay:895.6s;animation-delay:895.6s}.poke-block-nps .btn-nps:nth-child(8951n){-webkit-animation-delay:895.7s;animation-delay:895.7s}.poke-block-nps .btn-nps:nth-child(8952n){-webkit-animation-delay:895.8s;animation-delay:895.8s}.poke-block-nps .btn-nps:nth-child(8953n){-webkit-animation-delay:895.9s;animation-delay:895.9s}.poke-block-nps .btn-nps:nth-child(8954n){-webkit-animation-delay:896s;animation-delay:896s}.poke-block-nps .btn-nps:nth-child(8955n){-webkit-animation-delay:896.1s;animation-delay:896.1s}.poke-block-nps .btn-nps:nth-child(8956n){-webkit-animation-delay:896.2s;animation-delay:896.2s}.poke-block-nps .btn-nps:nth-child(8957n){-webkit-animation-delay:896.3s;animation-delay:896.3s}.poke-block-nps .btn-nps:nth-child(8958n){-webkit-animation-delay:896.4s;animation-delay:896.4s}.poke-block-nps .btn-nps:nth-child(8959n){-webkit-animation-delay:896.5s;animation-delay:896.5s}.poke-block-nps .btn-nps:nth-child(8960n){-webkit-animation-delay:896.6s;animation-delay:896.6s}.poke-block-nps .btn-nps:nth-child(8961n){-webkit-animation-delay:896.7s;animation-delay:896.7s}.poke-block-nps .btn-nps:nth-child(8962n){-webkit-animation-delay:896.8s;animation-delay:896.8s}.poke-block-nps .btn-nps:nth-child(8963n){-webkit-animation-delay:896.9s;animation-delay:896.9s}.poke-block-nps .btn-nps:nth-child(8964n){-webkit-animation-delay:897s;animation-delay:897s}.poke-block-nps .btn-nps:nth-child(8965n){-webkit-animation-delay:897.1s;animation-delay:897.1s}.poke-block-nps .btn-nps:nth-child(8966n){-webkit-animation-delay:897.2s;animation-delay:897.2s}.poke-block-nps .btn-nps:nth-child(8967n){-webkit-animation-delay:897.3s;animation-delay:897.3s}.poke-block-nps .btn-nps:nth-child(8968n){-webkit-animation-delay:897.4s;animation-delay:897.4s}.poke-block-nps .btn-nps:nth-child(8969n){-webkit-animation-delay:897.5s;animation-delay:897.5s}.poke-block-nps .btn-nps:nth-child(8970n){-webkit-animation-delay:897.6s;animation-delay:897.6s}.poke-block-nps .btn-nps:nth-child(8971n){-webkit-animation-delay:897.7s;animation-delay:897.7s}.poke-block-nps .btn-nps:nth-child(8972n){-webkit-animation-delay:897.8s;animation-delay:897.8s}.poke-block-nps .btn-nps:nth-child(8973n){-webkit-animation-delay:897.9s;animation-delay:897.9s}.poke-block-nps .btn-nps:nth-child(8974n){-webkit-animation-delay:898s;animation-delay:898s}.poke-block-nps .btn-nps:nth-child(8975n){-webkit-animation-delay:898.1s;animation-delay:898.1s}.poke-block-nps .btn-nps:nth-child(8976n){-webkit-animation-delay:898.2s;animation-delay:898.2s}.poke-block-nps .btn-nps:nth-child(8977n){-webkit-animation-delay:898.3s;animation-delay:898.3s}.poke-block-nps .btn-nps:nth-child(8978n){-webkit-animation-delay:898.4s;animation-delay:898.4s}.poke-block-nps .btn-nps:nth-child(8979n){-webkit-animation-delay:898.5s;animation-delay:898.5s}.poke-block-nps .btn-nps:nth-child(8980n){-webkit-animation-delay:898.6s;animation-delay:898.6s}.poke-block-nps .btn-nps:nth-child(8981n){-webkit-animation-delay:898.7s;animation-delay:898.7s}.poke-block-nps .btn-nps:nth-child(8982n){-webkit-animation-delay:898.8s;animation-delay:898.8s}.poke-block-nps .btn-nps:nth-child(8983n){-webkit-animation-delay:898.9s;animation-delay:898.9s}.poke-block-nps .btn-nps:nth-child(8984n){-webkit-animation-delay:899s;animation-delay:899s}.poke-block-nps .btn-nps:nth-child(8985n){-webkit-animation-delay:899.1s;animation-delay:899.1s}.poke-block-nps .btn-nps:nth-child(8986n){-webkit-animation-delay:899.2s;animation-delay:899.2s}.poke-block-nps .btn-nps:nth-child(8987n){-webkit-animation-delay:899.3s;animation-delay:899.3s}.poke-block-nps .btn-nps:nth-child(8988n){-webkit-animation-delay:899.4s;animation-delay:899.4s}.poke-block-nps .btn-nps:nth-child(8989n){-webkit-animation-delay:899.5s;animation-delay:899.5s}.poke-block-nps .btn-nps:nth-child(8990n){-webkit-animation-delay:899.6s;animation-delay:899.6s}.poke-block-nps .btn-nps:nth-child(8991n){-webkit-animation-delay:899.7s;animation-delay:899.7s}.poke-block-nps .btn-nps:nth-child(8992n){-webkit-animation-delay:899.8s;animation-delay:899.8s}.poke-block-nps .btn-nps:nth-child(8993n){-webkit-animation-delay:899.9s;animation-delay:899.9s}.poke-block-nps .btn-nps:nth-child(8994n){-webkit-animation-delay:900s;animation-delay:900s}.poke-block-nps .btn-nps:nth-child(8995n){-webkit-animation-delay:900.1s;animation-delay:900.1s}.poke-block-nps .btn-nps:nth-child(8996n){-webkit-animation-delay:900.2s;animation-delay:900.2s}.poke-block-nps .btn-nps:nth-child(8997n){-webkit-animation-delay:900.3s;animation-delay:900.3s}.poke-block-nps .btn-nps:nth-child(8998n){-webkit-animation-delay:900.4s;animation-delay:900.4s}.poke-block-nps .btn-nps:nth-child(8999n){-webkit-animation-delay:900.5s;animation-delay:900.5s}.poke-block-nps .btn-nps:nth-child(9000n){-webkit-animation-delay:900.6s;animation-delay:900.6s}.poke-block-nps .btn-nps:nth-child(9001n){-webkit-animation-delay:900.7s;animation-delay:900.7s}.poke-block-nps .btn-nps:nth-child(9002n){-webkit-animation-delay:900.8s;animation-delay:900.8s}.poke-block-nps .btn-nps:nth-child(9003n){-webkit-animation-delay:900.9s;animation-delay:900.9s}.poke-block-nps .btn-nps:nth-child(9004n){-webkit-animation-delay:901s;animation-delay:901s}.poke-block-nps .btn-nps:nth-child(9005n){-webkit-animation-delay:901.1s;animation-delay:901.1s}.poke-block-nps .btn-nps:nth-child(9006n){-webkit-animation-delay:901.2s;animation-delay:901.2s}.poke-block-nps .btn-nps:nth-child(9007n){-webkit-animation-delay:901.3s;animation-delay:901.3s}.poke-block-nps .btn-nps:nth-child(9008n){-webkit-animation-delay:901.4s;animation-delay:901.4s}.poke-block-nps .btn-nps:nth-child(9009n){-webkit-animation-delay:901.5s;animation-delay:901.5s}.poke-block-nps .btn-nps:nth-child(9010n){-webkit-animation-delay:901.6s;animation-delay:901.6s}.poke-block-nps .btn-nps:nth-child(9011n){-webkit-animation-delay:901.7s;animation-delay:901.7s}.poke-block-nps .btn-nps:nth-child(9012n){-webkit-animation-delay:901.8s;animation-delay:901.8s}.poke-block-nps .btn-nps:nth-child(9013n){-webkit-animation-delay:901.9s;animation-delay:901.9s}.poke-block-nps .btn-nps:nth-child(9014n){-webkit-animation-delay:902s;animation-delay:902s}.poke-block-nps .btn-nps:nth-child(9015n){-webkit-animation-delay:902.1s;animation-delay:902.1s}.poke-block-nps .btn-nps:nth-child(9016n){-webkit-animation-delay:902.2s;animation-delay:902.2s}.poke-block-nps .btn-nps:nth-child(9017n){-webkit-animation-delay:902.3s;animation-delay:902.3s}.poke-block-nps .btn-nps:nth-child(9018n){-webkit-animation-delay:902.4s;animation-delay:902.4s}.poke-block-nps .btn-nps:nth-child(9019n){-webkit-animation-delay:902.5s;animation-delay:902.5s}.poke-block-nps .btn-nps:nth-child(9020n){-webkit-animation-delay:902.6s;animation-delay:902.6s}.poke-block-nps .btn-nps:nth-child(9021n){-webkit-animation-delay:902.7s;animation-delay:902.7s}.poke-block-nps .btn-nps:nth-child(9022n){-webkit-animation-delay:902.8s;animation-delay:902.8s}.poke-block-nps .btn-nps:nth-child(9023n){-webkit-animation-delay:902.9s;animation-delay:902.9s}.poke-block-nps .btn-nps:nth-child(9024n){-webkit-animation-delay:903s;animation-delay:903s}.poke-block-nps .btn-nps:nth-child(9025n){-webkit-animation-delay:903.1s;animation-delay:903.1s}.poke-block-nps .btn-nps:nth-child(9026n){-webkit-animation-delay:903.2s;animation-delay:903.2s}.poke-block-nps .btn-nps:nth-child(9027n){-webkit-animation-delay:903.3s;animation-delay:903.3s}.poke-block-nps .btn-nps:nth-child(9028n){-webkit-animation-delay:903.4s;animation-delay:903.4s}.poke-block-nps .btn-nps:nth-child(9029n){-webkit-animation-delay:903.5s;animation-delay:903.5s}.poke-block-nps .btn-nps:nth-child(9030n){-webkit-animation-delay:903.6s;animation-delay:903.6s}.poke-block-nps .btn-nps:nth-child(9031n){-webkit-animation-delay:903.7s;animation-delay:903.7s}.poke-block-nps .btn-nps:nth-child(9032n){-webkit-animation-delay:903.8s;animation-delay:903.8s}.poke-block-nps .btn-nps:nth-child(9033n){-webkit-animation-delay:903.9s;animation-delay:903.9s}.poke-block-nps .btn-nps:nth-child(9034n){-webkit-animation-delay:904s;animation-delay:904s}.poke-block-nps .btn-nps:nth-child(9035n){-webkit-animation-delay:904.1s;animation-delay:904.1s}.poke-block-nps .btn-nps:nth-child(9036n){-webkit-animation-delay:904.2s;animation-delay:904.2s}.poke-block-nps .btn-nps:nth-child(9037n){-webkit-animation-delay:904.3s;animation-delay:904.3s}.poke-block-nps .btn-nps:nth-child(9038n){-webkit-animation-delay:904.4s;animation-delay:904.4s}.poke-block-nps .btn-nps:nth-child(9039n){-webkit-animation-delay:904.5s;animation-delay:904.5s}.poke-block-nps .btn-nps:nth-child(9040n){-webkit-animation-delay:904.6s;animation-delay:904.6s}.poke-block-nps .btn-nps:nth-child(9041n){-webkit-animation-delay:904.7s;animation-delay:904.7s}.poke-block-nps .btn-nps:nth-child(9042n){-webkit-animation-delay:904.8s;animation-delay:904.8s}.poke-block-nps .btn-nps:nth-child(9043n){-webkit-animation-delay:904.9s;animation-delay:904.9s}.poke-block-nps .btn-nps:nth-child(9044n){-webkit-animation-delay:905s;animation-delay:905s}.poke-block-nps .btn-nps:nth-child(9045n){-webkit-animation-delay:905.1s;animation-delay:905.1s}.poke-block-nps .btn-nps:nth-child(9046n){-webkit-animation-delay:905.2s;animation-delay:905.2s}.poke-block-nps .btn-nps:nth-child(9047n){-webkit-animation-delay:905.3s;animation-delay:905.3s}.poke-block-nps .btn-nps:nth-child(9048n){-webkit-animation-delay:905.4s;animation-delay:905.4s}.poke-block-nps .btn-nps:nth-child(9049n){-webkit-animation-delay:905.5s;animation-delay:905.5s}.poke-block-nps .btn-nps:nth-child(9050n){-webkit-animation-delay:905.6s;animation-delay:905.6s}.poke-block-nps .btn-nps:nth-child(9051n){-webkit-animation-delay:905.7s;animation-delay:905.7s}.poke-block-nps .btn-nps:nth-child(9052n){-webkit-animation-delay:905.8s;animation-delay:905.8s}.poke-block-nps .btn-nps:nth-child(9053n){-webkit-animation-delay:905.9s;animation-delay:905.9s}.poke-block-nps .btn-nps:nth-child(9054n){-webkit-animation-delay:906s;animation-delay:906s}.poke-block-nps .btn-nps:nth-child(9055n){-webkit-animation-delay:906.1s;animation-delay:906.1s}.poke-block-nps .btn-nps:nth-child(9056n){-webkit-animation-delay:906.2s;animation-delay:906.2s}.poke-block-nps .btn-nps:nth-child(9057n){-webkit-animation-delay:906.3s;animation-delay:906.3s}.poke-block-nps .btn-nps:nth-child(9058n){-webkit-animation-delay:906.4s;animation-delay:906.4s}.poke-block-nps .btn-nps:nth-child(9059n){-webkit-animation-delay:906.5s;animation-delay:906.5s}.poke-block-nps .btn-nps:nth-child(9060n){-webkit-animation-delay:906.6s;animation-delay:906.6s}.poke-block-nps .btn-nps:nth-child(9061n){-webkit-animation-delay:906.7s;animation-delay:906.7s}.poke-block-nps .btn-nps:nth-child(9062n){-webkit-animation-delay:906.8s;animation-delay:906.8s}.poke-block-nps .btn-nps:nth-child(9063n){-webkit-animation-delay:906.9s;animation-delay:906.9s}.poke-block-nps .btn-nps:nth-child(9064n){-webkit-animation-delay:907s;animation-delay:907s}.poke-block-nps .btn-nps:nth-child(9065n){-webkit-animation-delay:907.1s;animation-delay:907.1s}.poke-block-nps .btn-nps:nth-child(9066n){-webkit-animation-delay:907.2s;animation-delay:907.2s}.poke-block-nps .btn-nps:nth-child(9067n){-webkit-animation-delay:907.3s;animation-delay:907.3s}.poke-block-nps .btn-nps:nth-child(9068n){-webkit-animation-delay:907.4s;animation-delay:907.4s}.poke-block-nps .btn-nps:nth-child(9069n){-webkit-animation-delay:907.5s;animation-delay:907.5s}.poke-block-nps .btn-nps:nth-child(9070n){-webkit-animation-delay:907.6s;animation-delay:907.6s}.poke-block-nps .btn-nps:nth-child(9071n){-webkit-animation-delay:907.7s;animation-delay:907.7s}.poke-block-nps .btn-nps:nth-child(9072n){-webkit-animation-delay:907.8s;animation-delay:907.8s}.poke-block-nps .btn-nps:nth-child(9073n){-webkit-animation-delay:907.9s;animation-delay:907.9s}.poke-block-nps .btn-nps:nth-child(9074n){-webkit-animation-delay:908s;animation-delay:908s}.poke-block-nps .btn-nps:nth-child(9075n){-webkit-animation-delay:908.1s;animation-delay:908.1s}.poke-block-nps .btn-nps:nth-child(9076n){-webkit-animation-delay:908.2s;animation-delay:908.2s}.poke-block-nps .btn-nps:nth-child(9077n){-webkit-animation-delay:908.3s;animation-delay:908.3s}.poke-block-nps .btn-nps:nth-child(9078n){-webkit-animation-delay:908.4s;animation-delay:908.4s}.poke-block-nps .btn-nps:nth-child(9079n){-webkit-animation-delay:908.5s;animation-delay:908.5s}.poke-block-nps .btn-nps:nth-child(9080n){-webkit-animation-delay:908.6s;animation-delay:908.6s}.poke-block-nps .btn-nps:nth-child(9081n){-webkit-animation-delay:908.7s;animation-delay:908.7s}.poke-block-nps .btn-nps:nth-child(9082n){-webkit-animation-delay:908.8s;animation-delay:908.8s}.poke-block-nps .btn-nps:nth-child(9083n){-webkit-animation-delay:908.9s;animation-delay:908.9s}.poke-block-nps .btn-nps:nth-child(9084n){-webkit-animation-delay:909s;animation-delay:909s}.poke-block-nps .btn-nps:nth-child(9085n){-webkit-animation-delay:909.1s;animation-delay:909.1s}.poke-block-nps .btn-nps:nth-child(9086n){-webkit-animation-delay:909.2s;animation-delay:909.2s}.poke-block-nps .btn-nps:nth-child(9087n){-webkit-animation-delay:909.3s;animation-delay:909.3s}.poke-block-nps .btn-nps:nth-child(9088n){-webkit-animation-delay:909.4s;animation-delay:909.4s}.poke-block-nps .btn-nps:nth-child(9089n){-webkit-animation-delay:909.5s;animation-delay:909.5s}.poke-block-nps .btn-nps:nth-child(9090n){-webkit-animation-delay:909.6s;animation-delay:909.6s}.poke-block-nps .btn-nps:nth-child(9091n){-webkit-animation-delay:909.7s;animation-delay:909.7s}.poke-block-nps .btn-nps:nth-child(9092n){-webkit-animation-delay:909.8s;animation-delay:909.8s}.poke-block-nps .btn-nps:nth-child(9093n){-webkit-animation-delay:909.9s;animation-delay:909.9s}.poke-block-nps .btn-nps:nth-child(9094n){-webkit-animation-delay:910s;animation-delay:910s}.poke-block-nps .btn-nps:nth-child(9095n){-webkit-animation-delay:910.1s;animation-delay:910.1s}.poke-block-nps .btn-nps:nth-child(9096n){-webkit-animation-delay:910.2s;animation-delay:910.2s}.poke-block-nps .btn-nps:nth-child(9097n){-webkit-animation-delay:910.3s;animation-delay:910.3s}.poke-block-nps .btn-nps:nth-child(9098n){-webkit-animation-delay:910.4s;animation-delay:910.4s}.poke-block-nps .btn-nps:nth-child(9099n){-webkit-animation-delay:910.5s;animation-delay:910.5s}.poke-block-nps .btn-nps:nth-child(9100n){-webkit-animation-delay:910.6s;animation-delay:910.6s}.poke-block-nps .btn-nps:nth-child(9101n){-webkit-animation-delay:910.7s;animation-delay:910.7s}.poke-block-nps .btn-nps:nth-child(9102n){-webkit-animation-delay:910.8s;animation-delay:910.8s}.poke-block-nps .btn-nps:nth-child(9103n){-webkit-animation-delay:910.9s;animation-delay:910.9s}.poke-block-nps .btn-nps:nth-child(9104n){-webkit-animation-delay:911s;animation-delay:911s}.poke-block-nps .btn-nps:nth-child(9105n){-webkit-animation-delay:911.1s;animation-delay:911.1s}.poke-block-nps .btn-nps:nth-child(9106n){-webkit-animation-delay:911.2s;animation-delay:911.2s}.poke-block-nps .btn-nps:nth-child(9107n){-webkit-animation-delay:911.3s;animation-delay:911.3s}.poke-block-nps .btn-nps:nth-child(9108n){-webkit-animation-delay:911.4s;animation-delay:911.4s}.poke-block-nps .btn-nps:nth-child(9109n){-webkit-animation-delay:911.5s;animation-delay:911.5s}.poke-block-nps .btn-nps:nth-child(9110n){-webkit-animation-delay:911.6s;animation-delay:911.6s}.poke-block-nps .btn-nps:nth-child(9111n){-webkit-animation-delay:911.7s;animation-delay:911.7s}.poke-block-nps .btn-nps:nth-child(9112n){-webkit-animation-delay:911.8s;animation-delay:911.8s}.poke-block-nps .btn-nps:nth-child(9113n){-webkit-animation-delay:911.9s;animation-delay:911.9s}.poke-block-nps .btn-nps:nth-child(9114n){-webkit-animation-delay:912s;animation-delay:912s}.poke-block-nps .btn-nps:nth-child(9115n){-webkit-animation-delay:912.1s;animation-delay:912.1s}.poke-block-nps .btn-nps:nth-child(9116n){-webkit-animation-delay:912.2s;animation-delay:912.2s}.poke-block-nps .btn-nps:nth-child(9117n){-webkit-animation-delay:912.3s;animation-delay:912.3s}.poke-block-nps .btn-nps:nth-child(9118n){-webkit-animation-delay:912.4s;animation-delay:912.4s}.poke-block-nps .btn-nps:nth-child(9119n){-webkit-animation-delay:912.5s;animation-delay:912.5s}.poke-block-nps .btn-nps:nth-child(9120n){-webkit-animation-delay:912.6s;animation-delay:912.6s}.poke-block-nps .btn-nps:nth-child(9121n){-webkit-animation-delay:912.7s;animation-delay:912.7s}.poke-block-nps .btn-nps:nth-child(9122n){-webkit-animation-delay:912.8s;animation-delay:912.8s}.poke-block-nps .btn-nps:nth-child(9123n){-webkit-animation-delay:912.9s;animation-delay:912.9s}.poke-block-nps .btn-nps:nth-child(9124n){-webkit-animation-delay:913s;animation-delay:913s}.poke-block-nps .btn-nps:nth-child(9125n){-webkit-animation-delay:913.1s;animation-delay:913.1s}.poke-block-nps .btn-nps:nth-child(9126n){-webkit-animation-delay:913.2s;animation-delay:913.2s}.poke-block-nps .btn-nps:nth-child(9127n){-webkit-animation-delay:913.3s;animation-delay:913.3s}.poke-block-nps .btn-nps:nth-child(9128n){-webkit-animation-delay:913.4s;animation-delay:913.4s}.poke-block-nps .btn-nps:nth-child(9129n){-webkit-animation-delay:913.5s;animation-delay:913.5s}.poke-block-nps .btn-nps:nth-child(9130n){-webkit-animation-delay:913.6s;animation-delay:913.6s}.poke-block-nps .btn-nps:nth-child(9131n){-webkit-animation-delay:913.7s;animation-delay:913.7s}.poke-block-nps .btn-nps:nth-child(9132n){-webkit-animation-delay:913.8s;animation-delay:913.8s}.poke-block-nps .btn-nps:nth-child(9133n){-webkit-animation-delay:913.9s;animation-delay:913.9s}.poke-block-nps .btn-nps:nth-child(9134n){-webkit-animation-delay:914s;animation-delay:914s}.poke-block-nps .btn-nps:nth-child(9135n){-webkit-animation-delay:914.1s;animation-delay:914.1s}.poke-block-nps .btn-nps:nth-child(9136n){-webkit-animation-delay:914.2s;animation-delay:914.2s}.poke-block-nps .btn-nps:nth-child(9137n){-webkit-animation-delay:914.3s;animation-delay:914.3s}.poke-block-nps .btn-nps:nth-child(9138n){-webkit-animation-delay:914.4s;animation-delay:914.4s}.poke-block-nps .btn-nps:nth-child(9139n){-webkit-animation-delay:914.5s;animation-delay:914.5s}.poke-block-nps .btn-nps:nth-child(9140n){-webkit-animation-delay:914.6s;animation-delay:914.6s}.poke-block-nps .btn-nps:nth-child(9141n){-webkit-animation-delay:914.7s;animation-delay:914.7s}.poke-block-nps .btn-nps:nth-child(9142n){-webkit-animation-delay:914.8s;animation-delay:914.8s}.poke-block-nps .btn-nps:nth-child(9143n){-webkit-animation-delay:914.9s;animation-delay:914.9s}.poke-block-nps .btn-nps:nth-child(9144n){-webkit-animation-delay:915s;animation-delay:915s}.poke-block-nps .btn-nps:nth-child(9145n){-webkit-animation-delay:915.1s;animation-delay:915.1s}.poke-block-nps .btn-nps:nth-child(9146n){-webkit-animation-delay:915.2s;animation-delay:915.2s}.poke-block-nps .btn-nps:nth-child(9147n){-webkit-animation-delay:915.3s;animation-delay:915.3s}.poke-block-nps .btn-nps:nth-child(9148n){-webkit-animation-delay:915.4s;animation-delay:915.4s}.poke-block-nps .btn-nps:nth-child(9149n){-webkit-animation-delay:915.5s;animation-delay:915.5s}.poke-block-nps .btn-nps:nth-child(9150n){-webkit-animation-delay:915.6s;animation-delay:915.6s}.poke-block-nps .btn-nps:nth-child(9151n){-webkit-animation-delay:915.7s;animation-delay:915.7s}.poke-block-nps .btn-nps:nth-child(9152n){-webkit-animation-delay:915.8s;animation-delay:915.8s}.poke-block-nps .btn-nps:nth-child(9153n){-webkit-animation-delay:915.9s;animation-delay:915.9s}.poke-block-nps .btn-nps:nth-child(9154n){-webkit-animation-delay:916s;animation-delay:916s}.poke-block-nps .btn-nps:nth-child(9155n){-webkit-animation-delay:916.1s;animation-delay:916.1s}.poke-block-nps .btn-nps:nth-child(9156n){-webkit-animation-delay:916.2s;animation-delay:916.2s}.poke-block-nps .btn-nps:nth-child(9157n){-webkit-animation-delay:916.3s;animation-delay:916.3s}.poke-block-nps .btn-nps:nth-child(9158n){-webkit-animation-delay:916.4s;animation-delay:916.4s}.poke-block-nps .btn-nps:nth-child(9159n){-webkit-animation-delay:916.5s;animation-delay:916.5s}.poke-block-nps .btn-nps:nth-child(9160n){-webkit-animation-delay:916.6s;animation-delay:916.6s}.poke-block-nps .btn-nps:nth-child(9161n){-webkit-animation-delay:916.7s;animation-delay:916.7s}.poke-block-nps .btn-nps:nth-child(9162n){-webkit-animation-delay:916.8s;animation-delay:916.8s}.poke-block-nps .btn-nps:nth-child(9163n){-webkit-animation-delay:916.9s;animation-delay:916.9s}.poke-block-nps .btn-nps:nth-child(9164n){-webkit-animation-delay:917s;animation-delay:917s}.poke-block-nps .btn-nps:nth-child(9165n){-webkit-animation-delay:917.1s;animation-delay:917.1s}.poke-block-nps .btn-nps:nth-child(9166n){-webkit-animation-delay:917.2s;animation-delay:917.2s}.poke-block-nps .btn-nps:nth-child(9167n){-webkit-animation-delay:917.3s;animation-delay:917.3s}.poke-block-nps .btn-nps:nth-child(9168n){-webkit-animation-delay:917.4s;animation-delay:917.4s}.poke-block-nps .btn-nps:nth-child(9169n){-webkit-animation-delay:917.5s;animation-delay:917.5s}.poke-block-nps .btn-nps:nth-child(9170n){-webkit-animation-delay:917.6s;animation-delay:917.6s}.poke-block-nps .btn-nps:nth-child(9171n){-webkit-animation-delay:917.7s;animation-delay:917.7s}.poke-block-nps .btn-nps:nth-child(9172n){-webkit-animation-delay:917.8s;animation-delay:917.8s}.poke-block-nps .btn-nps:nth-child(9173n){-webkit-animation-delay:917.9s;animation-delay:917.9s}.poke-block-nps .btn-nps:nth-child(9174n){-webkit-animation-delay:918s;animation-delay:918s}.poke-block-nps .btn-nps:nth-child(9175n){-webkit-animation-delay:918.1s;animation-delay:918.1s}.poke-block-nps .btn-nps:nth-child(9176n){-webkit-animation-delay:918.2s;animation-delay:918.2s}.poke-block-nps .btn-nps:nth-child(9177n){-webkit-animation-delay:918.3s;animation-delay:918.3s}.poke-block-nps .btn-nps:nth-child(9178n){-webkit-animation-delay:918.4s;animation-delay:918.4s}.poke-block-nps .btn-nps:nth-child(9179n){-webkit-animation-delay:918.5s;animation-delay:918.5s}.poke-block-nps .btn-nps:nth-child(9180n){-webkit-animation-delay:918.6s;animation-delay:918.6s}.poke-block-nps .btn-nps:nth-child(9181n){-webkit-animation-delay:918.7s;animation-delay:918.7s}.poke-block-nps .btn-nps:nth-child(9182n){-webkit-animation-delay:918.8s;animation-delay:918.8s}.poke-block-nps .btn-nps:nth-child(9183n){-webkit-animation-delay:918.9s;animation-delay:918.9s}.poke-block-nps .btn-nps:nth-child(9184n){-webkit-animation-delay:919s;animation-delay:919s}.poke-block-nps .btn-nps:nth-child(9185n){-webkit-animation-delay:919.1s;animation-delay:919.1s}.poke-block-nps .btn-nps:nth-child(9186n){-webkit-animation-delay:919.2s;animation-delay:919.2s}.poke-block-nps .btn-nps:nth-child(9187n){-webkit-animation-delay:919.3s;animation-delay:919.3s}.poke-block-nps .btn-nps:nth-child(9188n){-webkit-animation-delay:919.4s;animation-delay:919.4s}.poke-block-nps .btn-nps:nth-child(9189n){-webkit-animation-delay:919.5s;animation-delay:919.5s}.poke-block-nps .btn-nps:nth-child(9190n){-webkit-animation-delay:919.6s;animation-delay:919.6s}.poke-block-nps .btn-nps:nth-child(9191n){-webkit-animation-delay:919.7s;animation-delay:919.7s}.poke-block-nps .btn-nps:nth-child(9192n){-webkit-animation-delay:919.8s;animation-delay:919.8s}.poke-block-nps .btn-nps:nth-child(9193n){-webkit-animation-delay:919.9s;animation-delay:919.9s}.poke-block-nps .btn-nps:nth-child(9194n){-webkit-animation-delay:920s;animation-delay:920s}.poke-block-nps .btn-nps:nth-child(9195n){-webkit-animation-delay:920.1s;animation-delay:920.1s}.poke-block-nps .btn-nps:nth-child(9196n){-webkit-animation-delay:920.2s;animation-delay:920.2s}.poke-block-nps .btn-nps:nth-child(9197n){-webkit-animation-delay:920.3s;animation-delay:920.3s}.poke-block-nps .btn-nps:nth-child(9198n){-webkit-animation-delay:920.4s;animation-delay:920.4s}.poke-block-nps .btn-nps:nth-child(9199n){-webkit-animation-delay:920.5s;animation-delay:920.5s}.poke-block-nps .btn-nps:nth-child(9200n){-webkit-animation-delay:920.6s;animation-delay:920.6s}.poke-block-nps .btn-nps:nth-child(9201n){-webkit-animation-delay:920.7s;animation-delay:920.7s}.poke-block-nps .btn-nps:nth-child(9202n){-webkit-animation-delay:920.8s;animation-delay:920.8s}.poke-block-nps .btn-nps:nth-child(9203n){-webkit-animation-delay:920.9s;animation-delay:920.9s}.poke-block-nps .btn-nps:nth-child(9204n){-webkit-animation-delay:921s;animation-delay:921s}.poke-block-nps .btn-nps:nth-child(9205n){-webkit-animation-delay:921.1s;animation-delay:921.1s}.poke-block-nps .btn-nps:nth-child(9206n){-webkit-animation-delay:921.2s;animation-delay:921.2s}.poke-block-nps .btn-nps:nth-child(9207n){-webkit-animation-delay:921.3s;animation-delay:921.3s}.poke-block-nps .btn-nps:nth-child(9208n){-webkit-animation-delay:921.4s;animation-delay:921.4s}.poke-block-nps .btn-nps:nth-child(9209n){-webkit-animation-delay:921.5s;animation-delay:921.5s}.poke-block-nps .btn-nps:nth-child(9210n){-webkit-animation-delay:921.6s;animation-delay:921.6s}.poke-block-nps .btn-nps:nth-child(9211n){-webkit-animation-delay:921.7s;animation-delay:921.7s}.poke-block-nps .btn-nps:nth-child(9212n){-webkit-animation-delay:921.8s;animation-delay:921.8s}.poke-block-nps .btn-nps:nth-child(9213n){-webkit-animation-delay:921.9s;animation-delay:921.9s}.poke-block-nps .btn-nps:nth-child(9214n){-webkit-animation-delay:922s;animation-delay:922s}.poke-block-nps .btn-nps:nth-child(9215n){-webkit-animation-delay:922.1s;animation-delay:922.1s}.poke-block-nps .btn-nps:nth-child(9216n){-webkit-animation-delay:922.2s;animation-delay:922.2s}.poke-block-nps .btn-nps:nth-child(9217n){-webkit-animation-delay:922.3s;animation-delay:922.3s}.poke-block-nps .btn-nps:nth-child(9218n){-webkit-animation-delay:922.4s;animation-delay:922.4s}.poke-block-nps .btn-nps:nth-child(9219n){-webkit-animation-delay:922.5s;animation-delay:922.5s}.poke-block-nps .btn-nps:nth-child(9220n){-webkit-animation-delay:922.6s;animation-delay:922.6s}.poke-block-nps .btn-nps:nth-child(9221n){-webkit-animation-delay:922.7s;animation-delay:922.7s}.poke-block-nps .btn-nps:nth-child(9222n){-webkit-animation-delay:922.8s;animation-delay:922.8s}.poke-block-nps .btn-nps:nth-child(9223n){-webkit-animation-delay:922.9s;animation-delay:922.9s}.poke-block-nps .btn-nps:nth-child(9224n){-webkit-animation-delay:923s;animation-delay:923s}.poke-block-nps .btn-nps:nth-child(9225n){-webkit-animation-delay:923.1s;animation-delay:923.1s}.poke-block-nps .btn-nps:nth-child(9226n){-webkit-animation-delay:923.2s;animation-delay:923.2s}.poke-block-nps .btn-nps:nth-child(9227n){-webkit-animation-delay:923.3s;animation-delay:923.3s}.poke-block-nps .btn-nps:nth-child(9228n){-webkit-animation-delay:923.4s;animation-delay:923.4s}.poke-block-nps .btn-nps:nth-child(9229n){-webkit-animation-delay:923.5s;animation-delay:923.5s}.poke-block-nps .btn-nps:nth-child(9230n){-webkit-animation-delay:923.6s;animation-delay:923.6s}.poke-block-nps .btn-nps:nth-child(9231n){-webkit-animation-delay:923.7s;animation-delay:923.7s}.poke-block-nps .btn-nps:nth-child(9232n){-webkit-animation-delay:923.8s;animation-delay:923.8s}.poke-block-nps .btn-nps:nth-child(9233n){-webkit-animation-delay:923.9s;animation-delay:923.9s}.poke-block-nps .btn-nps:nth-child(9234n){-webkit-animation-delay:924s;animation-delay:924s}.poke-block-nps .btn-nps:nth-child(9235n){-webkit-animation-delay:924.1s;animation-delay:924.1s}.poke-block-nps .btn-nps:nth-child(9236n){-webkit-animation-delay:924.2s;animation-delay:924.2s}.poke-block-nps .btn-nps:nth-child(9237n){-webkit-animation-delay:924.3s;animation-delay:924.3s}.poke-block-nps .btn-nps:nth-child(9238n){-webkit-animation-delay:924.4s;animation-delay:924.4s}.poke-block-nps .btn-nps:nth-child(9239n){-webkit-animation-delay:924.5s;animation-delay:924.5s}.poke-block-nps .btn-nps:nth-child(9240n){-webkit-animation-delay:924.6s;animation-delay:924.6s}.poke-block-nps .btn-nps:nth-child(9241n){-webkit-animation-delay:924.7s;animation-delay:924.7s}.poke-block-nps .btn-nps:nth-child(9242n){-webkit-animation-delay:924.8s;animation-delay:924.8s}.poke-block-nps .btn-nps:nth-child(9243n){-webkit-animation-delay:924.9s;animation-delay:924.9s}.poke-block-nps .btn-nps:nth-child(9244n){-webkit-animation-delay:925s;animation-delay:925s}.poke-block-nps .btn-nps:nth-child(9245n){-webkit-animation-delay:925.1s;animation-delay:925.1s}.poke-block-nps .btn-nps:nth-child(9246n){-webkit-animation-delay:925.2s;animation-delay:925.2s}.poke-block-nps .btn-nps:nth-child(9247n){-webkit-animation-delay:925.3s;animation-delay:925.3s}.poke-block-nps .btn-nps:nth-child(9248n){-webkit-animation-delay:925.4s;animation-delay:925.4s}.poke-block-nps .btn-nps:nth-child(9249n){-webkit-animation-delay:925.5s;animation-delay:925.5s}.poke-block-nps .btn-nps:nth-child(9250n){-webkit-animation-delay:925.6s;animation-delay:925.6s}.poke-block-nps .btn-nps:nth-child(9251n){-webkit-animation-delay:925.7s;animation-delay:925.7s}.poke-block-nps .btn-nps:nth-child(9252n){-webkit-animation-delay:925.8s;animation-delay:925.8s}.poke-block-nps .btn-nps:nth-child(9253n){-webkit-animation-delay:925.9s;animation-delay:925.9s}.poke-block-nps .btn-nps:nth-child(9254n){-webkit-animation-delay:926s;animation-delay:926s}.poke-block-nps .btn-nps:nth-child(9255n){-webkit-animation-delay:926.1s;animation-delay:926.1s}.poke-block-nps .btn-nps:nth-child(9256n){-webkit-animation-delay:926.2s;animation-delay:926.2s}.poke-block-nps .btn-nps:nth-child(9257n){-webkit-animation-delay:926.3s;animation-delay:926.3s}.poke-block-nps .btn-nps:nth-child(9258n){-webkit-animation-delay:926.4s;animation-delay:926.4s}.poke-block-nps .btn-nps:nth-child(9259n){-webkit-animation-delay:926.5s;animation-delay:926.5s}.poke-block-nps .btn-nps:nth-child(9260n){-webkit-animation-delay:926.6s;animation-delay:926.6s}.poke-block-nps .btn-nps:nth-child(9261n){-webkit-animation-delay:926.7s;animation-delay:926.7s}.poke-block-nps .btn-nps:nth-child(9262n){-webkit-animation-delay:926.8s;animation-delay:926.8s}.poke-block-nps .btn-nps:nth-child(9263n){-webkit-animation-delay:926.9s;animation-delay:926.9s}.poke-block-nps .btn-nps:nth-child(9264n){-webkit-animation-delay:927s;animation-delay:927s}.poke-block-nps .btn-nps:nth-child(9265n){-webkit-animation-delay:927.1s;animation-delay:927.1s}.poke-block-nps .btn-nps:nth-child(9266n){-webkit-animation-delay:927.2s;animation-delay:927.2s}.poke-block-nps .btn-nps:nth-child(9267n){-webkit-animation-delay:927.3s;animation-delay:927.3s}.poke-block-nps .btn-nps:nth-child(9268n){-webkit-animation-delay:927.4s;animation-delay:927.4s}.poke-block-nps .btn-nps:nth-child(9269n){-webkit-animation-delay:927.5s;animation-delay:927.5s}.poke-block-nps .btn-nps:nth-child(9270n){-webkit-animation-delay:927.6s;animation-delay:927.6s}.poke-block-nps .btn-nps:nth-child(9271n){-webkit-animation-delay:927.7s;animation-delay:927.7s}.poke-block-nps .btn-nps:nth-child(9272n){-webkit-animation-delay:927.8s;animation-delay:927.8s}.poke-block-nps .btn-nps:nth-child(9273n){-webkit-animation-delay:927.9s;animation-delay:927.9s}.poke-block-nps .btn-nps:nth-child(9274n){-webkit-animation-delay:928s;animation-delay:928s}.poke-block-nps .btn-nps:nth-child(9275n){-webkit-animation-delay:928.1s;animation-delay:928.1s}.poke-block-nps .btn-nps:nth-child(9276n){-webkit-animation-delay:928.2s;animation-delay:928.2s}.poke-block-nps .btn-nps:nth-child(9277n){-webkit-animation-delay:928.3s;animation-delay:928.3s}.poke-block-nps .btn-nps:nth-child(9278n){-webkit-animation-delay:928.4s;animation-delay:928.4s}.poke-block-nps .btn-nps:nth-child(9279n){-webkit-animation-delay:928.5s;animation-delay:928.5s}.poke-block-nps .btn-nps:nth-child(9280n){-webkit-animation-delay:928.6s;animation-delay:928.6s}.poke-block-nps .btn-nps:nth-child(9281n){-webkit-animation-delay:928.7s;animation-delay:928.7s}.poke-block-nps .btn-nps:nth-child(9282n){-webkit-animation-delay:928.8s;animation-delay:928.8s}.poke-block-nps .btn-nps:nth-child(9283n){-webkit-animation-delay:928.9s;animation-delay:928.9s}.poke-block-nps .btn-nps:nth-child(9284n){-webkit-animation-delay:929s;animation-delay:929s}.poke-block-nps .btn-nps:nth-child(9285n){-webkit-animation-delay:929.1s;animation-delay:929.1s}.poke-block-nps .btn-nps:nth-child(9286n){-webkit-animation-delay:929.2s;animation-delay:929.2s}.poke-block-nps .btn-nps:nth-child(9287n){-webkit-animation-delay:929.3s;animation-delay:929.3s}.poke-block-nps .btn-nps:nth-child(9288n){-webkit-animation-delay:929.4s;animation-delay:929.4s}.poke-block-nps .btn-nps:nth-child(9289n){-webkit-animation-delay:929.5s;animation-delay:929.5s}.poke-block-nps .btn-nps:nth-child(9290n){-webkit-animation-delay:929.6s;animation-delay:929.6s}.poke-block-nps .btn-nps:nth-child(9291n){-webkit-animation-delay:929.7s;animation-delay:929.7s}.poke-block-nps .btn-nps:nth-child(9292n){-webkit-animation-delay:929.8s;animation-delay:929.8s}.poke-block-nps .btn-nps:nth-child(9293n){-webkit-animation-delay:929.9s;animation-delay:929.9s}.poke-block-nps .btn-nps:nth-child(9294n){-webkit-animation-delay:930s;animation-delay:930s}.poke-block-nps .btn-nps:nth-child(9295n){-webkit-animation-delay:930.1s;animation-delay:930.1s}.poke-block-nps .btn-nps:nth-child(9296n){-webkit-animation-delay:930.2s;animation-delay:930.2s}.poke-block-nps .btn-nps:nth-child(9297n){-webkit-animation-delay:930.3s;animation-delay:930.3s}.poke-block-nps .btn-nps:nth-child(9298n){-webkit-animation-delay:930.4s;animation-delay:930.4s}.poke-block-nps .btn-nps:nth-child(9299n){-webkit-animation-delay:930.5s;animation-delay:930.5s}.poke-block-nps .btn-nps:nth-child(9300n){-webkit-animation-delay:930.6s;animation-delay:930.6s}.poke-block-nps .btn-nps:nth-child(9301n){-webkit-animation-delay:930.7s;animation-delay:930.7s}.poke-block-nps .btn-nps:nth-child(9302n){-webkit-animation-delay:930.8s;animation-delay:930.8s}.poke-block-nps .btn-nps:nth-child(9303n){-webkit-animation-delay:930.9s;animation-delay:930.9s}.poke-block-nps .btn-nps:nth-child(9304n){-webkit-animation-delay:931s;animation-delay:931s}.poke-block-nps .btn-nps:nth-child(9305n){-webkit-animation-delay:931.1s;animation-delay:931.1s}.poke-block-nps .btn-nps:nth-child(9306n){-webkit-animation-delay:931.2s;animation-delay:931.2s}.poke-block-nps .btn-nps:nth-child(9307n){-webkit-animation-delay:931.3s;animation-delay:931.3s}.poke-block-nps .btn-nps:nth-child(9308n){-webkit-animation-delay:931.4s;animation-delay:931.4s}.poke-block-nps .btn-nps:nth-child(9309n){-webkit-animation-delay:931.5s;animation-delay:931.5s}.poke-block-nps .btn-nps:nth-child(9310n){-webkit-animation-delay:931.6s;animation-delay:931.6s}.poke-block-nps .btn-nps:nth-child(9311n){-webkit-animation-delay:931.7s;animation-delay:931.7s}.poke-block-nps .btn-nps:nth-child(9312n){-webkit-animation-delay:931.8s;animation-delay:931.8s}.poke-block-nps .btn-nps:nth-child(9313n){-webkit-animation-delay:931.9s;animation-delay:931.9s}.poke-block-nps .btn-nps:nth-child(9314n){-webkit-animation-delay:932s;animation-delay:932s}.poke-block-nps .btn-nps:nth-child(9315n){-webkit-animation-delay:932.1s;animation-delay:932.1s}.poke-block-nps .btn-nps:nth-child(9316n){-webkit-animation-delay:932.2s;animation-delay:932.2s}.poke-block-nps .btn-nps:nth-child(9317n){-webkit-animation-delay:932.3s;animation-delay:932.3s}.poke-block-nps .btn-nps:nth-child(9318n){-webkit-animation-delay:932.4s;animation-delay:932.4s}.poke-block-nps .btn-nps:nth-child(9319n){-webkit-animation-delay:932.5s;animation-delay:932.5s}.poke-block-nps .btn-nps:nth-child(9320n){-webkit-animation-delay:932.6s;animation-delay:932.6s}.poke-block-nps .btn-nps:nth-child(9321n){-webkit-animation-delay:932.7s;animation-delay:932.7s}.poke-block-nps .btn-nps:nth-child(9322n){-webkit-animation-delay:932.8s;animation-delay:932.8s}.poke-block-nps .btn-nps:nth-child(9323n){-webkit-animation-delay:932.9s;animation-delay:932.9s}.poke-block-nps .btn-nps:nth-child(9324n){-webkit-animation-delay:933s;animation-delay:933s}.poke-block-nps .btn-nps:nth-child(9325n){-webkit-animation-delay:933.1s;animation-delay:933.1s}.poke-block-nps .btn-nps:nth-child(9326n){-webkit-animation-delay:933.2s;animation-delay:933.2s}.poke-block-nps .btn-nps:nth-child(9327n){-webkit-animation-delay:933.3s;animation-delay:933.3s}.poke-block-nps .btn-nps:nth-child(9328n){-webkit-animation-delay:933.4s;animation-delay:933.4s}.poke-block-nps .btn-nps:nth-child(9329n){-webkit-animation-delay:933.5s;animation-delay:933.5s}.poke-block-nps .btn-nps:nth-child(9330n){-webkit-animation-delay:933.6s;animation-delay:933.6s}.poke-block-nps .btn-nps:nth-child(9331n){-webkit-animation-delay:933.7s;animation-delay:933.7s}.poke-block-nps .btn-nps:nth-child(9332n){-webkit-animation-delay:933.8s;animation-delay:933.8s}.poke-block-nps .btn-nps:nth-child(9333n){-webkit-animation-delay:933.9s;animation-delay:933.9s}.poke-block-nps .btn-nps:nth-child(9334n){-webkit-animation-delay:934s;animation-delay:934s}.poke-block-nps .btn-nps:nth-child(9335n){-webkit-animation-delay:934.1s;animation-delay:934.1s}.poke-block-nps .btn-nps:nth-child(9336n){-webkit-animation-delay:934.2s;animation-delay:934.2s}.poke-block-nps .btn-nps:nth-child(9337n){-webkit-animation-delay:934.3s;animation-delay:934.3s}.poke-block-nps .btn-nps:nth-child(9338n){-webkit-animation-delay:934.4s;animation-delay:934.4s}.poke-block-nps .btn-nps:nth-child(9339n){-webkit-animation-delay:934.5s;animation-delay:934.5s}.poke-block-nps .btn-nps:nth-child(9340n){-webkit-animation-delay:934.6s;animation-delay:934.6s}.poke-block-nps .btn-nps:nth-child(9341n){-webkit-animation-delay:934.7s;animation-delay:934.7s}.poke-block-nps .btn-nps:nth-child(9342n){-webkit-animation-delay:934.8s;animation-delay:934.8s}.poke-block-nps .btn-nps:nth-child(9343n){-webkit-animation-delay:934.9s;animation-delay:934.9s}.poke-block-nps .btn-nps:nth-child(9344n){-webkit-animation-delay:935s;animation-delay:935s}.poke-block-nps .btn-nps:nth-child(9345n){-webkit-animation-delay:935.1s;animation-delay:935.1s}.poke-block-nps .btn-nps:nth-child(9346n){-webkit-animation-delay:935.2s;animation-delay:935.2s}.poke-block-nps .btn-nps:nth-child(9347n){-webkit-animation-delay:935.3s;animation-delay:935.3s}.poke-block-nps .btn-nps:nth-child(9348n){-webkit-animation-delay:935.4s;animation-delay:935.4s}.poke-block-nps .btn-nps:nth-child(9349n){-webkit-animation-delay:935.5s;animation-delay:935.5s}.poke-block-nps .btn-nps:nth-child(9350n){-webkit-animation-delay:935.6s;animation-delay:935.6s}.poke-block-nps .btn-nps:nth-child(9351n){-webkit-animation-delay:935.7s;animation-delay:935.7s}.poke-block-nps .btn-nps:nth-child(9352n){-webkit-animation-delay:935.8s;animation-delay:935.8s}.poke-block-nps .btn-nps:nth-child(9353n){-webkit-animation-delay:935.9s;animation-delay:935.9s}.poke-block-nps .btn-nps:nth-child(9354n){-webkit-animation-delay:936s;animation-delay:936s}.poke-block-nps .btn-nps:nth-child(9355n){-webkit-animation-delay:936.1s;animation-delay:936.1s}.poke-block-nps .btn-nps:nth-child(9356n){-webkit-animation-delay:936.2s;animation-delay:936.2s}.poke-block-nps .btn-nps:nth-child(9357n){-webkit-animation-delay:936.3s;animation-delay:936.3s}.poke-block-nps .btn-nps:nth-child(9358n){-webkit-animation-delay:936.4s;animation-delay:936.4s}.poke-block-nps .btn-nps:nth-child(9359n){-webkit-animation-delay:936.5s;animation-delay:936.5s}.poke-block-nps .btn-nps:nth-child(9360n){-webkit-animation-delay:936.6s;animation-delay:936.6s}.poke-block-nps .btn-nps:nth-child(9361n){-webkit-animation-delay:936.7s;animation-delay:936.7s}.poke-block-nps .btn-nps:nth-child(9362n){-webkit-animation-delay:936.8s;animation-delay:936.8s}.poke-block-nps .btn-nps:nth-child(9363n){-webkit-animation-delay:936.9s;animation-delay:936.9s}.poke-block-nps .btn-nps:nth-child(9364n){-webkit-animation-delay:937s;animation-delay:937s}.poke-block-nps .btn-nps:nth-child(9365n){-webkit-animation-delay:937.1s;animation-delay:937.1s}.poke-block-nps .btn-nps:nth-child(9366n){-webkit-animation-delay:937.2s;animation-delay:937.2s}.poke-block-nps .btn-nps:nth-child(9367n){-webkit-animation-delay:937.3s;animation-delay:937.3s}.poke-block-nps .btn-nps:nth-child(9368n){-webkit-animation-delay:937.4s;animation-delay:937.4s}.poke-block-nps .btn-nps:nth-child(9369n){-webkit-animation-delay:937.5s;animation-delay:937.5s}.poke-block-nps .btn-nps:nth-child(9370n){-webkit-animation-delay:937.6s;animation-delay:937.6s}.poke-block-nps .btn-nps:nth-child(9371n){-webkit-animation-delay:937.7s;animation-delay:937.7s}.poke-block-nps .btn-nps:nth-child(9372n){-webkit-animation-delay:937.8s;animation-delay:937.8s}.poke-block-nps .btn-nps:nth-child(9373n){-webkit-animation-delay:937.9s;animation-delay:937.9s}.poke-block-nps .btn-nps:nth-child(9374n){-webkit-animation-delay:938s;animation-delay:938s}.poke-block-nps .btn-nps:nth-child(9375n){-webkit-animation-delay:938.1s;animation-delay:938.1s}.poke-block-nps .btn-nps:nth-child(9376n){-webkit-animation-delay:938.2s;animation-delay:938.2s}.poke-block-nps .btn-nps:nth-child(9377n){-webkit-animation-delay:938.3s;animation-delay:938.3s}.poke-block-nps .btn-nps:nth-child(9378n){-webkit-animation-delay:938.4s;animation-delay:938.4s}.poke-block-nps .btn-nps:nth-child(9379n){-webkit-animation-delay:938.5s;animation-delay:938.5s}.poke-block-nps .btn-nps:nth-child(9380n){-webkit-animation-delay:938.6s;animation-delay:938.6s}.poke-block-nps .btn-nps:nth-child(9381n){-webkit-animation-delay:938.7s;animation-delay:938.7s}.poke-block-nps .btn-nps:nth-child(9382n){-webkit-animation-delay:938.8s;animation-delay:938.8s}.poke-block-nps .btn-nps:nth-child(9383n){-webkit-animation-delay:938.9s;animation-delay:938.9s}.poke-block-nps .btn-nps:nth-child(9384n){-webkit-animation-delay:939s;animation-delay:939s}.poke-block-nps .btn-nps:nth-child(9385n){-webkit-animation-delay:939.1s;animation-delay:939.1s}.poke-block-nps .btn-nps:nth-child(9386n){-webkit-animation-delay:939.2s;animation-delay:939.2s}.poke-block-nps .btn-nps:nth-child(9387n){-webkit-animation-delay:939.3s;animation-delay:939.3s}.poke-block-nps .btn-nps:nth-child(9388n){-webkit-animation-delay:939.4s;animation-delay:939.4s}.poke-block-nps .btn-nps:nth-child(9389n){-webkit-animation-delay:939.5s;animation-delay:939.5s}.poke-block-nps .btn-nps:nth-child(9390n){-webkit-animation-delay:939.6s;animation-delay:939.6s}.poke-block-nps .btn-nps:nth-child(9391n){-webkit-animation-delay:939.7s;animation-delay:939.7s}.poke-block-nps .btn-nps:nth-child(9392n){-webkit-animation-delay:939.8s;animation-delay:939.8s}.poke-block-nps .btn-nps:nth-child(9393n){-webkit-animation-delay:939.9s;animation-delay:939.9s}.poke-block-nps .btn-nps:nth-child(9394n){-webkit-animation-delay:940s;animation-delay:940s}.poke-block-nps .btn-nps:nth-child(9395n){-webkit-animation-delay:940.1s;animation-delay:940.1s}.poke-block-nps .btn-nps:nth-child(9396n){-webkit-animation-delay:940.2s;animation-delay:940.2s}.poke-block-nps .btn-nps:nth-child(9397n){-webkit-animation-delay:940.3s;animation-delay:940.3s}.poke-block-nps .btn-nps:nth-child(9398n){-webkit-animation-delay:940.4s;animation-delay:940.4s}.poke-block-nps .btn-nps:nth-child(9399n){-webkit-animation-delay:940.5s;animation-delay:940.5s}.poke-block-nps .btn-nps:nth-child(9400n){-webkit-animation-delay:940.6s;animation-delay:940.6s}.poke-block-nps .btn-nps:nth-child(9401n){-webkit-animation-delay:940.7s;animation-delay:940.7s}.poke-block-nps .btn-nps:nth-child(9402n){-webkit-animation-delay:940.8s;animation-delay:940.8s}.poke-block-nps .btn-nps:nth-child(9403n){-webkit-animation-delay:940.9s;animation-delay:940.9s}.poke-block-nps .btn-nps:nth-child(9404n){-webkit-animation-delay:941s;animation-delay:941s}.poke-block-nps .btn-nps:nth-child(9405n){-webkit-animation-delay:941.1s;animation-delay:941.1s}.poke-block-nps .btn-nps:nth-child(9406n){-webkit-animation-delay:941.2s;animation-delay:941.2s}.poke-block-nps .btn-nps:nth-child(9407n){-webkit-animation-delay:941.3s;animation-delay:941.3s}.poke-block-nps .btn-nps:nth-child(9408n){-webkit-animation-delay:941.4s;animation-delay:941.4s}.poke-block-nps .btn-nps:nth-child(9409n){-webkit-animation-delay:941.5s;animation-delay:941.5s}.poke-block-nps .btn-nps:nth-child(9410n){-webkit-animation-delay:941.6s;animation-delay:941.6s}.poke-block-nps .btn-nps:nth-child(9411n){-webkit-animation-delay:941.7s;animation-delay:941.7s}.poke-block-nps .btn-nps:nth-child(9412n){-webkit-animation-delay:941.8s;animation-delay:941.8s}.poke-block-nps .btn-nps:nth-child(9413n){-webkit-animation-delay:941.9s;animation-delay:941.9s}.poke-block-nps .btn-nps:nth-child(9414n){-webkit-animation-delay:942s;animation-delay:942s}.poke-block-nps .btn-nps:nth-child(9415n){-webkit-animation-delay:942.1s;animation-delay:942.1s}.poke-block-nps .btn-nps:nth-child(9416n){-webkit-animation-delay:942.2s;animation-delay:942.2s}.poke-block-nps .btn-nps:nth-child(9417n){-webkit-animation-delay:942.3s;animation-delay:942.3s}.poke-block-nps .btn-nps:nth-child(9418n){-webkit-animation-delay:942.4s;animation-delay:942.4s}.poke-block-nps .btn-nps:nth-child(9419n){-webkit-animation-delay:942.5s;animation-delay:942.5s}.poke-block-nps .btn-nps:nth-child(9420n){-webkit-animation-delay:942.6s;animation-delay:942.6s}.poke-block-nps .btn-nps:nth-child(9421n){-webkit-animation-delay:942.7s;animation-delay:942.7s}.poke-block-nps .btn-nps:nth-child(9422n){-webkit-animation-delay:942.8s;animation-delay:942.8s}.poke-block-nps .btn-nps:nth-child(9423n){-webkit-animation-delay:942.9s;animation-delay:942.9s}.poke-block-nps .btn-nps:nth-child(9424n){-webkit-animation-delay:943s;animation-delay:943s}.poke-block-nps .btn-nps:nth-child(9425n){-webkit-animation-delay:943.1s;animation-delay:943.1s}.poke-block-nps .btn-nps:nth-child(9426n){-webkit-animation-delay:943.2s;animation-delay:943.2s}.poke-block-nps .btn-nps:nth-child(9427n){-webkit-animation-delay:943.3s;animation-delay:943.3s}.poke-block-nps .btn-nps:nth-child(9428n){-webkit-animation-delay:943.4s;animation-delay:943.4s}.poke-block-nps .btn-nps:nth-child(9429n){-webkit-animation-delay:943.5s;animation-delay:943.5s}.poke-block-nps .btn-nps:nth-child(9430n){-webkit-animation-delay:943.6s;animation-delay:943.6s}.poke-block-nps .btn-nps:nth-child(9431n){-webkit-animation-delay:943.7s;animation-delay:943.7s}.poke-block-nps .btn-nps:nth-child(9432n){-webkit-animation-delay:943.8s;animation-delay:943.8s}.poke-block-nps .btn-nps:nth-child(9433n){-webkit-animation-delay:943.9s;animation-delay:943.9s}.poke-block-nps .btn-nps:nth-child(9434n){-webkit-animation-delay:944s;animation-delay:944s}.poke-block-nps .btn-nps:nth-child(9435n){-webkit-animation-delay:944.1s;animation-delay:944.1s}.poke-block-nps .btn-nps:nth-child(9436n){-webkit-animation-delay:944.2s;animation-delay:944.2s}.poke-block-nps .btn-nps:nth-child(9437n){-webkit-animation-delay:944.3s;animation-delay:944.3s}.poke-block-nps .btn-nps:nth-child(9438n){-webkit-animation-delay:944.4s;animation-delay:944.4s}.poke-block-nps .btn-nps:nth-child(9439n){-webkit-animation-delay:944.5s;animation-delay:944.5s}.poke-block-nps .btn-nps:nth-child(9440n){-webkit-animation-delay:944.6s;animation-delay:944.6s}.poke-block-nps .btn-nps:nth-child(9441n){-webkit-animation-delay:944.7s;animation-delay:944.7s}.poke-block-nps .btn-nps:nth-child(9442n){-webkit-animation-delay:944.8s;animation-delay:944.8s}.poke-block-nps .btn-nps:nth-child(9443n){-webkit-animation-delay:944.9s;animation-delay:944.9s}.poke-block-nps .btn-nps:nth-child(9444n){-webkit-animation-delay:945s;animation-delay:945s}.poke-block-nps .btn-nps:nth-child(9445n){-webkit-animation-delay:945.1s;animation-delay:945.1s}.poke-block-nps .btn-nps:nth-child(9446n){-webkit-animation-delay:945.2s;animation-delay:945.2s}.poke-block-nps .btn-nps:nth-child(9447n){-webkit-animation-delay:945.3s;animation-delay:945.3s}.poke-block-nps .btn-nps:nth-child(9448n){-webkit-animation-delay:945.4s;animation-delay:945.4s}.poke-block-nps .btn-nps:nth-child(9449n){-webkit-animation-delay:945.5s;animation-delay:945.5s}.poke-block-nps .btn-nps:nth-child(9450n){-webkit-animation-delay:945.6s;animation-delay:945.6s}.poke-block-nps .btn-nps:nth-child(9451n){-webkit-animation-delay:945.7s;animation-delay:945.7s}.poke-block-nps .btn-nps:nth-child(9452n){-webkit-animation-delay:945.8s;animation-delay:945.8s}.poke-block-nps .btn-nps:nth-child(9453n){-webkit-animation-delay:945.9s;animation-delay:945.9s}.poke-block-nps .btn-nps:nth-child(9454n){-webkit-animation-delay:946s;animation-delay:946s}.poke-block-nps .btn-nps:nth-child(9455n){-webkit-animation-delay:946.1s;animation-delay:946.1s}.poke-block-nps .btn-nps:nth-child(9456n){-webkit-animation-delay:946.2s;animation-delay:946.2s}.poke-block-nps .btn-nps:nth-child(9457n){-webkit-animation-delay:946.3s;animation-delay:946.3s}.poke-block-nps .btn-nps:nth-child(9458n){-webkit-animation-delay:946.4s;animation-delay:946.4s}.poke-block-nps .btn-nps:nth-child(9459n){-webkit-animation-delay:946.5s;animation-delay:946.5s}.poke-block-nps .btn-nps:nth-child(9460n){-webkit-animation-delay:946.6s;animation-delay:946.6s}.poke-block-nps .btn-nps:nth-child(9461n){-webkit-animation-delay:946.7s;animation-delay:946.7s}.poke-block-nps .btn-nps:nth-child(9462n){-webkit-animation-delay:946.8s;animation-delay:946.8s}.poke-block-nps .btn-nps:nth-child(9463n){-webkit-animation-delay:946.9s;animation-delay:946.9s}.poke-block-nps .btn-nps:nth-child(9464n){-webkit-animation-delay:947s;animation-delay:947s}.poke-block-nps .btn-nps:nth-child(9465n){-webkit-animation-delay:947.1s;animation-delay:947.1s}.poke-block-nps .btn-nps:nth-child(9466n){-webkit-animation-delay:947.2s;animation-delay:947.2s}.poke-block-nps .btn-nps:nth-child(9467n){-webkit-animation-delay:947.3s;animation-delay:947.3s}.poke-block-nps .btn-nps:nth-child(9468n){-webkit-animation-delay:947.4s;animation-delay:947.4s}.poke-block-nps .btn-nps:nth-child(9469n){-webkit-animation-delay:947.5s;animation-delay:947.5s}.poke-block-nps .btn-nps:nth-child(9470n){-webkit-animation-delay:947.6s;animation-delay:947.6s}.poke-block-nps .btn-nps:nth-child(9471n){-webkit-animation-delay:947.7s;animation-delay:947.7s}.poke-block-nps .btn-nps:nth-child(9472n){-webkit-animation-delay:947.8s;animation-delay:947.8s}.poke-block-nps .btn-nps:nth-child(9473n){-webkit-animation-delay:947.9s;animation-delay:947.9s}.poke-block-nps .btn-nps:nth-child(9474n){-webkit-animation-delay:948s;animation-delay:948s}.poke-block-nps .btn-nps:nth-child(9475n){-webkit-animation-delay:948.1s;animation-delay:948.1s}.poke-block-nps .btn-nps:nth-child(9476n){-webkit-animation-delay:948.2s;animation-delay:948.2s}.poke-block-nps .btn-nps:nth-child(9477n){-webkit-animation-delay:948.3s;animation-delay:948.3s}.poke-block-nps .btn-nps:nth-child(9478n){-webkit-animation-delay:948.4s;animation-delay:948.4s}.poke-block-nps .btn-nps:nth-child(9479n){-webkit-animation-delay:948.5s;animation-delay:948.5s}.poke-block-nps .btn-nps:nth-child(9480n){-webkit-animation-delay:948.6s;animation-delay:948.6s}.poke-block-nps .btn-nps:nth-child(9481n){-webkit-animation-delay:948.7s;animation-delay:948.7s}.poke-block-nps .btn-nps:nth-child(9482n){-webkit-animation-delay:948.8s;animation-delay:948.8s}.poke-block-nps .btn-nps:nth-child(9483n){-webkit-animation-delay:948.9s;animation-delay:948.9s}.poke-block-nps .btn-nps:nth-child(9484n){-webkit-animation-delay:949s;animation-delay:949s}.poke-block-nps .btn-nps:nth-child(9485n){-webkit-animation-delay:949.1s;animation-delay:949.1s}.poke-block-nps .btn-nps:nth-child(9486n){-webkit-animation-delay:949.2s;animation-delay:949.2s}.poke-block-nps .btn-nps:nth-child(9487n){-webkit-animation-delay:949.3s;animation-delay:949.3s}.poke-block-nps .btn-nps:nth-child(9488n){-webkit-animation-delay:949.4s;animation-delay:949.4s}.poke-block-nps .btn-nps:nth-child(9489n){-webkit-animation-delay:949.5s;animation-delay:949.5s}.poke-block-nps .btn-nps:nth-child(9490n){-webkit-animation-delay:949.6s;animation-delay:949.6s}.poke-block-nps .btn-nps:nth-child(9491n){-webkit-animation-delay:949.7s;animation-delay:949.7s}.poke-block-nps .btn-nps:nth-child(9492n){-webkit-animation-delay:949.8s;animation-delay:949.8s}.poke-block-nps .btn-nps:nth-child(9493n){-webkit-animation-delay:949.9s;animation-delay:949.9s}.poke-block-nps .btn-nps:nth-child(9494n){-webkit-animation-delay:950s;animation-delay:950s}.poke-block-nps .btn-nps:nth-child(9495n){-webkit-animation-delay:950.1s;animation-delay:950.1s}.poke-block-nps .btn-nps:nth-child(9496n){-webkit-animation-delay:950.2s;animation-delay:950.2s}.poke-block-nps .btn-nps:nth-child(9497n){-webkit-animation-delay:950.3s;animation-delay:950.3s}.poke-block-nps .btn-nps:nth-child(9498n){-webkit-animation-delay:950.4s;animation-delay:950.4s}.poke-block-nps .btn-nps:nth-child(9499n){-webkit-animation-delay:950.5s;animation-delay:950.5s}.poke-block-nps .btn-nps:nth-child(9500n){-webkit-animation-delay:950.6s;animation-delay:950.6s}.poke-block-nps .btn-nps:nth-child(9501n){-webkit-animation-delay:950.7s;animation-delay:950.7s}.poke-block-nps .btn-nps:nth-child(9502n){-webkit-animation-delay:950.8s;animation-delay:950.8s}.poke-block-nps .btn-nps:nth-child(9503n){-webkit-animation-delay:950.9s;animation-delay:950.9s}.poke-block-nps .btn-nps:nth-child(9504n){-webkit-animation-delay:951s;animation-delay:951s}.poke-block-nps .btn-nps:nth-child(9505n){-webkit-animation-delay:951.1s;animation-delay:951.1s}.poke-block-nps .btn-nps:nth-child(9506n){-webkit-animation-delay:951.2s;animation-delay:951.2s}.poke-block-nps .btn-nps:nth-child(9507n){-webkit-animation-delay:951.3s;animation-delay:951.3s}.poke-block-nps .btn-nps:nth-child(9508n){-webkit-animation-delay:951.4s;animation-delay:951.4s}.poke-block-nps .btn-nps:nth-child(9509n){-webkit-animation-delay:951.5s;animation-delay:951.5s}.poke-block-nps .btn-nps:nth-child(9510n){-webkit-animation-delay:951.6s;animation-delay:951.6s}.poke-block-nps .btn-nps:nth-child(9511n){-webkit-animation-delay:951.7s;animation-delay:951.7s}.poke-block-nps .btn-nps:nth-child(9512n){-webkit-animation-delay:951.8s;animation-delay:951.8s}.poke-block-nps .btn-nps:nth-child(9513n){-webkit-animation-delay:951.9s;animation-delay:951.9s}.poke-block-nps .btn-nps:nth-child(9514n){-webkit-animation-delay:952s;animation-delay:952s}.poke-block-nps .btn-nps:nth-child(9515n){-webkit-animation-delay:952.1s;animation-delay:952.1s}.poke-block-nps .btn-nps:nth-child(9516n){-webkit-animation-delay:952.2s;animation-delay:952.2s}.poke-block-nps .btn-nps:nth-child(9517n){-webkit-animation-delay:952.3s;animation-delay:952.3s}.poke-block-nps .btn-nps:nth-child(9518n){-webkit-animation-delay:952.4s;animation-delay:952.4s}.poke-block-nps .btn-nps:nth-child(9519n){-webkit-animation-delay:952.5s;animation-delay:952.5s}.poke-block-nps .btn-nps:nth-child(9520n){-webkit-animation-delay:952.6s;animation-delay:952.6s}.poke-block-nps .btn-nps:nth-child(9521n){-webkit-animation-delay:952.7s;animation-delay:952.7s}.poke-block-nps .btn-nps:nth-child(9522n){-webkit-animation-delay:952.8s;animation-delay:952.8s}.poke-block-nps .btn-nps:nth-child(9523n){-webkit-animation-delay:952.9s;animation-delay:952.9s}.poke-block-nps .btn-nps:nth-child(9524n){-webkit-animation-delay:953s;animation-delay:953s}.poke-block-nps .btn-nps:nth-child(9525n){-webkit-animation-delay:953.1s;animation-delay:953.1s}.poke-block-nps .btn-nps:nth-child(9526n){-webkit-animation-delay:953.2s;animation-delay:953.2s}.poke-block-nps .btn-nps:nth-child(9527n){-webkit-animation-delay:953.3s;animation-delay:953.3s}.poke-block-nps .btn-nps:nth-child(9528n){-webkit-animation-delay:953.4s;animation-delay:953.4s}.poke-block-nps .btn-nps:nth-child(9529n){-webkit-animation-delay:953.5s;animation-delay:953.5s}.poke-block-nps .btn-nps:nth-child(9530n){-webkit-animation-delay:953.6s;animation-delay:953.6s}.poke-block-nps .btn-nps:nth-child(9531n){-webkit-animation-delay:953.7s;animation-delay:953.7s}.poke-block-nps .btn-nps:nth-child(9532n){-webkit-animation-delay:953.8s;animation-delay:953.8s}.poke-block-nps .btn-nps:nth-child(9533n){-webkit-animation-delay:953.9s;animation-delay:953.9s}.poke-block-nps .btn-nps:nth-child(9534n){-webkit-animation-delay:954s;animation-delay:954s}.poke-block-nps .btn-nps:nth-child(9535n){-webkit-animation-delay:954.1s;animation-delay:954.1s}.poke-block-nps .btn-nps:nth-child(9536n){-webkit-animation-delay:954.2s;animation-delay:954.2s}.poke-block-nps .btn-nps:nth-child(9537n){-webkit-animation-delay:954.3s;animation-delay:954.3s}.poke-block-nps .btn-nps:nth-child(9538n){-webkit-animation-delay:954.4s;animation-delay:954.4s}.poke-block-nps .btn-nps:nth-child(9539n){-webkit-animation-delay:954.5s;animation-delay:954.5s}.poke-block-nps .btn-nps:nth-child(9540n){-webkit-animation-delay:954.6s;animation-delay:954.6s}.poke-block-nps .btn-nps:nth-child(9541n){-webkit-animation-delay:954.7s;animation-delay:954.7s}.poke-block-nps .btn-nps:nth-child(9542n){-webkit-animation-delay:954.8s;animation-delay:954.8s}.poke-block-nps .btn-nps:nth-child(9543n){-webkit-animation-delay:954.9s;animation-delay:954.9s}.poke-block-nps .btn-nps:nth-child(9544n){-webkit-animation-delay:955s;animation-delay:955s}.poke-block-nps .btn-nps:nth-child(9545n){-webkit-animation-delay:955.1s;animation-delay:955.1s}.poke-block-nps .btn-nps:nth-child(9546n){-webkit-animation-delay:955.2s;animation-delay:955.2s}.poke-block-nps .btn-nps:nth-child(9547n){-webkit-animation-delay:955.3s;animation-delay:955.3s}.poke-block-nps .btn-nps:nth-child(9548n){-webkit-animation-delay:955.4s;animation-delay:955.4s}.poke-block-nps .btn-nps:nth-child(9549n){-webkit-animation-delay:955.5s;animation-delay:955.5s}.poke-block-nps .btn-nps:nth-child(9550n){-webkit-animation-delay:955.6s;animation-delay:955.6s}.poke-block-nps .btn-nps:nth-child(9551n){-webkit-animation-delay:955.7s;animation-delay:955.7s}.poke-block-nps .btn-nps:nth-child(9552n){-webkit-animation-delay:955.8s;animation-delay:955.8s}.poke-block-nps .btn-nps:nth-child(9553n){-webkit-animation-delay:955.9s;animation-delay:955.9s}.poke-block-nps .btn-nps:nth-child(9554n){-webkit-animation-delay:956s;animation-delay:956s}.poke-block-nps .btn-nps:nth-child(9555n){-webkit-animation-delay:956.1s;animation-delay:956.1s}.poke-block-nps .btn-nps:nth-child(9556n){-webkit-animation-delay:956.2s;animation-delay:956.2s}.poke-block-nps .btn-nps:nth-child(9557n){-webkit-animation-delay:956.3s;animation-delay:956.3s}.poke-block-nps .btn-nps:nth-child(9558n){-webkit-animation-delay:956.4s;animation-delay:956.4s}.poke-block-nps .btn-nps:nth-child(9559n){-webkit-animation-delay:956.5s;animation-delay:956.5s}.poke-block-nps .btn-nps:nth-child(9560n){-webkit-animation-delay:956.6s;animation-delay:956.6s}.poke-block-nps .btn-nps:nth-child(9561n){-webkit-animation-delay:956.7s;animation-delay:956.7s}.poke-block-nps .btn-nps:nth-child(9562n){-webkit-animation-delay:956.8s;animation-delay:956.8s}.poke-block-nps .btn-nps:nth-child(9563n){-webkit-animation-delay:956.9s;animation-delay:956.9s}.poke-block-nps .btn-nps:nth-child(9564n){-webkit-animation-delay:957s;animation-delay:957s}.poke-block-nps .btn-nps:nth-child(9565n){-webkit-animation-delay:957.1s;animation-delay:957.1s}.poke-block-nps .btn-nps:nth-child(9566n){-webkit-animation-delay:957.2s;animation-delay:957.2s}.poke-block-nps .btn-nps:nth-child(9567n){-webkit-animation-delay:957.3s;animation-delay:957.3s}.poke-block-nps .btn-nps:nth-child(9568n){-webkit-animation-delay:957.4s;animation-delay:957.4s}.poke-block-nps .btn-nps:nth-child(9569n){-webkit-animation-delay:957.5s;animation-delay:957.5s}.poke-block-nps .btn-nps:nth-child(9570n){-webkit-animation-delay:957.6s;animation-delay:957.6s}.poke-block-nps .btn-nps:nth-child(9571n){-webkit-animation-delay:957.7s;animation-delay:957.7s}.poke-block-nps .btn-nps:nth-child(9572n){-webkit-animation-delay:957.8s;animation-delay:957.8s}.poke-block-nps .btn-nps:nth-child(9573n){-webkit-animation-delay:957.9s;animation-delay:957.9s}.poke-block-nps .btn-nps:nth-child(9574n){-webkit-animation-delay:958s;animation-delay:958s}.poke-block-nps .btn-nps:nth-child(9575n){-webkit-animation-delay:958.1s;animation-delay:958.1s}.poke-block-nps .btn-nps:nth-child(9576n){-webkit-animation-delay:958.2s;animation-delay:958.2s}.poke-block-nps .btn-nps:nth-child(9577n){-webkit-animation-delay:958.3s;animation-delay:958.3s}.poke-block-nps .btn-nps:nth-child(9578n){-webkit-animation-delay:958.4s;animation-delay:958.4s}.poke-block-nps .btn-nps:nth-child(9579n){-webkit-animation-delay:958.5s;animation-delay:958.5s}.poke-block-nps .btn-nps:nth-child(9580n){-webkit-animation-delay:958.6s;animation-delay:958.6s}.poke-block-nps .btn-nps:nth-child(9581n){-webkit-animation-delay:958.7s;animation-delay:958.7s}.poke-block-nps .btn-nps:nth-child(9582n){-webkit-animation-delay:958.8s;animation-delay:958.8s}.poke-block-nps .btn-nps:nth-child(9583n){-webkit-animation-delay:958.9s;animation-delay:958.9s}.poke-block-nps .btn-nps:nth-child(9584n){-webkit-animation-delay:959s;animation-delay:959s}.poke-block-nps .btn-nps:nth-child(9585n){-webkit-animation-delay:959.1s;animation-delay:959.1s}.poke-block-nps .btn-nps:nth-child(9586n){-webkit-animation-delay:959.2s;animation-delay:959.2s}.poke-block-nps .btn-nps:nth-child(9587n){-webkit-animation-delay:959.3s;animation-delay:959.3s}.poke-block-nps .btn-nps:nth-child(9588n){-webkit-animation-delay:959.4s;animation-delay:959.4s}.poke-block-nps .btn-nps:nth-child(9589n){-webkit-animation-delay:959.5s;animation-delay:959.5s}.poke-block-nps .btn-nps:nth-child(9590n){-webkit-animation-delay:959.6s;animation-delay:959.6s}.poke-block-nps .btn-nps:nth-child(9591n){-webkit-animation-delay:959.7s;animation-delay:959.7s}.poke-block-nps .btn-nps:nth-child(9592n){-webkit-animation-delay:959.8s;animation-delay:959.8s}.poke-block-nps .btn-nps:nth-child(9593n){-webkit-animation-delay:959.9s;animation-delay:959.9s}.poke-block-nps .btn-nps:nth-child(9594n){-webkit-animation-delay:960s;animation-delay:960s}.poke-block-nps .btn-nps:nth-child(9595n){-webkit-animation-delay:960.1s;animation-delay:960.1s}.poke-block-nps .btn-nps:nth-child(9596n){-webkit-animation-delay:960.2s;animation-delay:960.2s}.poke-block-nps .btn-nps:nth-child(9597n){-webkit-animation-delay:960.3s;animation-delay:960.3s}.poke-block-nps .btn-nps:nth-child(9598n){-webkit-animation-delay:960.4s;animation-delay:960.4s}.poke-block-nps .btn-nps:nth-child(9599n){-webkit-animation-delay:960.5s;animation-delay:960.5s}.poke-block-nps .btn-nps:nth-child(9600n){-webkit-animation-delay:960.6s;animation-delay:960.6s}.poke-block-nps .btn-nps:nth-child(9601n){-webkit-animation-delay:960.7s;animation-delay:960.7s}.poke-block-nps .btn-nps:nth-child(9602n){-webkit-animation-delay:960.8s;animation-delay:960.8s}.poke-block-nps .btn-nps:nth-child(9603n){-webkit-animation-delay:960.9s;animation-delay:960.9s}.poke-block-nps .btn-nps:nth-child(9604n){-webkit-animation-delay:961s;animation-delay:961s}.poke-block-nps .btn-nps:nth-child(9605n){-webkit-animation-delay:961.1s;animation-delay:961.1s}.poke-block-nps .btn-nps:nth-child(9606n){-webkit-animation-delay:961.2s;animation-delay:961.2s}.poke-block-nps .btn-nps:nth-child(9607n){-webkit-animation-delay:961.3s;animation-delay:961.3s}.poke-block-nps .btn-nps:nth-child(9608n){-webkit-animation-delay:961.4s;animation-delay:961.4s}.poke-block-nps .btn-nps:nth-child(9609n){-webkit-animation-delay:961.5s;animation-delay:961.5s}.poke-block-nps .btn-nps:nth-child(9610n){-webkit-animation-delay:961.6s;animation-delay:961.6s}.poke-block-nps .btn-nps:nth-child(9611n){-webkit-animation-delay:961.7s;animation-delay:961.7s}.poke-block-nps .btn-nps:nth-child(9612n){-webkit-animation-delay:961.8s;animation-delay:961.8s}.poke-block-nps .btn-nps:nth-child(9613n){-webkit-animation-delay:961.9s;animation-delay:961.9s}.poke-block-nps .btn-nps:nth-child(9614n){-webkit-animation-delay:962s;animation-delay:962s}.poke-block-nps .btn-nps:nth-child(9615n){-webkit-animation-delay:962.1s;animation-delay:962.1s}.poke-block-nps .btn-nps:nth-child(9616n){-webkit-animation-delay:962.2s;animation-delay:962.2s}.poke-block-nps .btn-nps:nth-child(9617n){-webkit-animation-delay:962.3s;animation-delay:962.3s}.poke-block-nps .btn-nps:nth-child(9618n){-webkit-animation-delay:962.4s;animation-delay:962.4s}.poke-block-nps .btn-nps:nth-child(9619n){-webkit-animation-delay:962.5s;animation-delay:962.5s}.poke-block-nps .btn-nps:nth-child(9620n){-webkit-animation-delay:962.6s;animation-delay:962.6s}.poke-block-nps .btn-nps:nth-child(9621n){-webkit-animation-delay:962.7s;animation-delay:962.7s}.poke-block-nps .btn-nps:nth-child(9622n){-webkit-animation-delay:962.8s;animation-delay:962.8s}.poke-block-nps .btn-nps:nth-child(9623n){-webkit-animation-delay:962.9s;animation-delay:962.9s}.poke-block-nps .btn-nps:nth-child(9624n){-webkit-animation-delay:963s;animation-delay:963s}.poke-block-nps .btn-nps:nth-child(9625n){-webkit-animation-delay:963.1s;animation-delay:963.1s}.poke-block-nps .btn-nps:nth-child(9626n){-webkit-animation-delay:963.2s;animation-delay:963.2s}.poke-block-nps .btn-nps:nth-child(9627n){-webkit-animation-delay:963.3s;animation-delay:963.3s}.poke-block-nps .btn-nps:nth-child(9628n){-webkit-animation-delay:963.4s;animation-delay:963.4s}.poke-block-nps .btn-nps:nth-child(9629n){-webkit-animation-delay:963.5s;animation-delay:963.5s}.poke-block-nps .btn-nps:nth-child(9630n){-webkit-animation-delay:963.6s;animation-delay:963.6s}.poke-block-nps .btn-nps:nth-child(9631n){-webkit-animation-delay:963.7s;animation-delay:963.7s}.poke-block-nps .btn-nps:nth-child(9632n){-webkit-animation-delay:963.8s;animation-delay:963.8s}.poke-block-nps .btn-nps:nth-child(9633n){-webkit-animation-delay:963.9s;animation-delay:963.9s}.poke-block-nps .btn-nps:nth-child(9634n){-webkit-animation-delay:964s;animation-delay:964s}.poke-block-nps .btn-nps:nth-child(9635n){-webkit-animation-delay:964.1s;animation-delay:964.1s}.poke-block-nps .btn-nps:nth-child(9636n){-webkit-animation-delay:964.2s;animation-delay:964.2s}.poke-block-nps .btn-nps:nth-child(9637n){-webkit-animation-delay:964.3s;animation-delay:964.3s}.poke-block-nps .btn-nps:nth-child(9638n){-webkit-animation-delay:964.4s;animation-delay:964.4s}.poke-block-nps .btn-nps:nth-child(9639n){-webkit-animation-delay:964.5s;animation-delay:964.5s}.poke-block-nps .btn-nps:nth-child(9640n){-webkit-animation-delay:964.6s;animation-delay:964.6s}.poke-block-nps .btn-nps:nth-child(9641n){-webkit-animation-delay:964.7s;animation-delay:964.7s}.poke-block-nps .btn-nps:nth-child(9642n){-webkit-animation-delay:964.8s;animation-delay:964.8s}.poke-block-nps .btn-nps:nth-child(9643n){-webkit-animation-delay:964.9s;animation-delay:964.9s}.poke-block-nps .btn-nps:nth-child(9644n){-webkit-animation-delay:965s;animation-delay:965s}.poke-block-nps .btn-nps:nth-child(9645n){-webkit-animation-delay:965.1s;animation-delay:965.1s}.poke-block-nps .btn-nps:nth-child(9646n){-webkit-animation-delay:965.2s;animation-delay:965.2s}.poke-block-nps .btn-nps:nth-child(9647n){-webkit-animation-delay:965.3s;animation-delay:965.3s}.poke-block-nps .btn-nps:nth-child(9648n){-webkit-animation-delay:965.4s;animation-delay:965.4s}.poke-block-nps .btn-nps:nth-child(9649n){-webkit-animation-delay:965.5s;animation-delay:965.5s}.poke-block-nps .btn-nps:nth-child(9650n){-webkit-animation-delay:965.6s;animation-delay:965.6s}.poke-block-nps .btn-nps:nth-child(9651n){-webkit-animation-delay:965.7s;animation-delay:965.7s}.poke-block-nps .btn-nps:nth-child(9652n){-webkit-animation-delay:965.8s;animation-delay:965.8s}.poke-block-nps .btn-nps:nth-child(9653n){-webkit-animation-delay:965.9s;animation-delay:965.9s}.poke-block-nps .btn-nps:nth-child(9654n){-webkit-animation-delay:966s;animation-delay:966s}.poke-block-nps .btn-nps:nth-child(9655n){-webkit-animation-delay:966.1s;animation-delay:966.1s}.poke-block-nps .btn-nps:nth-child(9656n){-webkit-animation-delay:966.2s;animation-delay:966.2s}.poke-block-nps .btn-nps:nth-child(9657n){-webkit-animation-delay:966.3s;animation-delay:966.3s}.poke-block-nps .btn-nps:nth-child(9658n){-webkit-animation-delay:966.4s;animation-delay:966.4s}.poke-block-nps .btn-nps:nth-child(9659n){-webkit-animation-delay:966.5s;animation-delay:966.5s}.poke-block-nps .btn-nps:nth-child(9660n){-webkit-animation-delay:966.6s;animation-delay:966.6s}.poke-block-nps .btn-nps:nth-child(9661n){-webkit-animation-delay:966.7s;animation-delay:966.7s}.poke-block-nps .btn-nps:nth-child(9662n){-webkit-animation-delay:966.8s;animation-delay:966.8s}.poke-block-nps .btn-nps:nth-child(9663n){-webkit-animation-delay:966.9s;animation-delay:966.9s}.poke-block-nps .btn-nps:nth-child(9664n){-webkit-animation-delay:967s;animation-delay:967s}.poke-block-nps .btn-nps:nth-child(9665n){-webkit-animation-delay:967.1s;animation-delay:967.1s}.poke-block-nps .btn-nps:nth-child(9666n){-webkit-animation-delay:967.2s;animation-delay:967.2s}.poke-block-nps .btn-nps:nth-child(9667n){-webkit-animation-delay:967.3s;animation-delay:967.3s}.poke-block-nps .btn-nps:nth-child(9668n){-webkit-animation-delay:967.4s;animation-delay:967.4s}.poke-block-nps .btn-nps:nth-child(9669n){-webkit-animation-delay:967.5s;animation-delay:967.5s}.poke-block-nps .btn-nps:nth-child(9670n){-webkit-animation-delay:967.6s;animation-delay:967.6s}.poke-block-nps .btn-nps:nth-child(9671n){-webkit-animation-delay:967.7s;animation-delay:967.7s}.poke-block-nps .btn-nps:nth-child(9672n){-webkit-animation-delay:967.8s;animation-delay:967.8s}.poke-block-nps .btn-nps:nth-child(9673n){-webkit-animation-delay:967.9s;animation-delay:967.9s}.poke-block-nps .btn-nps:nth-child(9674n){-webkit-animation-delay:968s;animation-delay:968s}.poke-block-nps .btn-nps:nth-child(9675n){-webkit-animation-delay:968.1s;animation-delay:968.1s}.poke-block-nps .btn-nps:nth-child(9676n){-webkit-animation-delay:968.2s;animation-delay:968.2s}.poke-block-nps .btn-nps:nth-child(9677n){-webkit-animation-delay:968.3s;animation-delay:968.3s}.poke-block-nps .btn-nps:nth-child(9678n){-webkit-animation-delay:968.4s;animation-delay:968.4s}.poke-block-nps .btn-nps:nth-child(9679n){-webkit-animation-delay:968.5s;animation-delay:968.5s}.poke-block-nps .btn-nps:nth-child(9680n){-webkit-animation-delay:968.6s;animation-delay:968.6s}.poke-block-nps .btn-nps:nth-child(9681n){-webkit-animation-delay:968.7s;animation-delay:968.7s}.poke-block-nps .btn-nps:nth-child(9682n){-webkit-animation-delay:968.8s;animation-delay:968.8s}.poke-block-nps .btn-nps:nth-child(9683n){-webkit-animation-delay:968.9s;animation-delay:968.9s}.poke-block-nps .btn-nps:nth-child(9684n){-webkit-animation-delay:969s;animation-delay:969s}.poke-block-nps .btn-nps:nth-child(9685n){-webkit-animation-delay:969.1s;animation-delay:969.1s}.poke-block-nps .btn-nps:nth-child(9686n){-webkit-animation-delay:969.2s;animation-delay:969.2s}.poke-block-nps .btn-nps:nth-child(9687n){-webkit-animation-delay:969.3s;animation-delay:969.3s}.poke-block-nps .btn-nps:nth-child(9688n){-webkit-animation-delay:969.4s;animation-delay:969.4s}.poke-block-nps .btn-nps:nth-child(9689n){-webkit-animation-delay:969.5s;animation-delay:969.5s}.poke-block-nps .btn-nps:nth-child(9690n){-webkit-animation-delay:969.6s;animation-delay:969.6s}.poke-block-nps .btn-nps:nth-child(9691n){-webkit-animation-delay:969.7s;animation-delay:969.7s}.poke-block-nps .btn-nps:nth-child(9692n){-webkit-animation-delay:969.8s;animation-delay:969.8s}.poke-block-nps .btn-nps:nth-child(9693n){-webkit-animation-delay:969.9s;animation-delay:969.9s}.poke-block-nps .btn-nps:nth-child(9694n){-webkit-animation-delay:970s;animation-delay:970s}.poke-block-nps .btn-nps:nth-child(9695n){-webkit-animation-delay:970.1s;animation-delay:970.1s}.poke-block-nps .btn-nps:nth-child(9696n){-webkit-animation-delay:970.2s;animation-delay:970.2s}.poke-block-nps .btn-nps:nth-child(9697n){-webkit-animation-delay:970.3s;animation-delay:970.3s}.poke-block-nps .btn-nps:nth-child(9698n){-webkit-animation-delay:970.4s;animation-delay:970.4s}.poke-block-nps .btn-nps:nth-child(9699n){-webkit-animation-delay:970.5s;animation-delay:970.5s}.poke-block-nps .btn-nps:nth-child(9700n){-webkit-animation-delay:970.6s;animation-delay:970.6s}.poke-block-nps .btn-nps:nth-child(9701n){-webkit-animation-delay:970.7s;animation-delay:970.7s}.poke-block-nps .btn-nps:nth-child(9702n){-webkit-animation-delay:970.8s;animation-delay:970.8s}.poke-block-nps .btn-nps:nth-child(9703n){-webkit-animation-delay:970.9s;animation-delay:970.9s}.poke-block-nps .btn-nps:nth-child(9704n){-webkit-animation-delay:971s;animation-delay:971s}.poke-block-nps .btn-nps:nth-child(9705n){-webkit-animation-delay:971.1s;animation-delay:971.1s}.poke-block-nps .btn-nps:nth-child(9706n){-webkit-animation-delay:971.2s;animation-delay:971.2s}.poke-block-nps .btn-nps:nth-child(9707n){-webkit-animation-delay:971.3s;animation-delay:971.3s}.poke-block-nps .btn-nps:nth-child(9708n){-webkit-animation-delay:971.4s;animation-delay:971.4s}.poke-block-nps .btn-nps:nth-child(9709n){-webkit-animation-delay:971.5s;animation-delay:971.5s}.poke-block-nps .btn-nps:nth-child(9710n){-webkit-animation-delay:971.6s;animation-delay:971.6s}.poke-block-nps .btn-nps:nth-child(9711n){-webkit-animation-delay:971.7s;animation-delay:971.7s}.poke-block-nps .btn-nps:nth-child(9712n){-webkit-animation-delay:971.8s;animation-delay:971.8s}.poke-block-nps .btn-nps:nth-child(9713n){-webkit-animation-delay:971.9s;animation-delay:971.9s}.poke-block-nps .btn-nps:nth-child(9714n){-webkit-animation-delay:972s;animation-delay:972s}.poke-block-nps .btn-nps:nth-child(9715n){-webkit-animation-delay:972.1s;animation-delay:972.1s}.poke-block-nps .btn-nps:nth-child(9716n){-webkit-animation-delay:972.2s;animation-delay:972.2s}.poke-block-nps .btn-nps:nth-child(9717n){-webkit-animation-delay:972.3s;animation-delay:972.3s}.poke-block-nps .btn-nps:nth-child(9718n){-webkit-animation-delay:972.4s;animation-delay:972.4s}.poke-block-nps .btn-nps:nth-child(9719n){-webkit-animation-delay:972.5s;animation-delay:972.5s}.poke-block-nps .btn-nps:nth-child(9720n){-webkit-animation-delay:972.6s;animation-delay:972.6s}.poke-block-nps .btn-nps:nth-child(9721n){-webkit-animation-delay:972.7s;animation-delay:972.7s}.poke-block-nps .btn-nps:nth-child(9722n){-webkit-animation-delay:972.8s;animation-delay:972.8s}.poke-block-nps .btn-nps:nth-child(9723n){-webkit-animation-delay:972.9s;animation-delay:972.9s}.poke-block-nps .btn-nps:nth-child(9724n){-webkit-animation-delay:973s;animation-delay:973s}.poke-block-nps .btn-nps:nth-child(9725n){-webkit-animation-delay:973.1s;animation-delay:973.1s}.poke-block-nps .btn-nps:nth-child(9726n){-webkit-animation-delay:973.2s;animation-delay:973.2s}.poke-block-nps .btn-nps:nth-child(9727n){-webkit-animation-delay:973.3s;animation-delay:973.3s}.poke-block-nps .btn-nps:nth-child(9728n){-webkit-animation-delay:973.4s;animation-delay:973.4s}.poke-block-nps .btn-nps:nth-child(9729n){-webkit-animation-delay:973.5s;animation-delay:973.5s}.poke-block-nps .btn-nps:nth-child(9730n){-webkit-animation-delay:973.6s;animation-delay:973.6s}.poke-block-nps .btn-nps:nth-child(9731n){-webkit-animation-delay:973.7s;animation-delay:973.7s}.poke-block-nps .btn-nps:nth-child(9732n){-webkit-animation-delay:973.8s;animation-delay:973.8s}.poke-block-nps .btn-nps:nth-child(9733n){-webkit-animation-delay:973.9s;animation-delay:973.9s}.poke-block-nps .btn-nps:nth-child(9734n){-webkit-animation-delay:974s;animation-delay:974s}.poke-block-nps .btn-nps:nth-child(9735n){-webkit-animation-delay:974.1s;animation-delay:974.1s}.poke-block-nps .btn-nps:nth-child(9736n){-webkit-animation-delay:974.2s;animation-delay:974.2s}.poke-block-nps .btn-nps:nth-child(9737n){-webkit-animation-delay:974.3s;animation-delay:974.3s}.poke-block-nps .btn-nps:nth-child(9738n){-webkit-animation-delay:974.4s;animation-delay:974.4s}.poke-block-nps .btn-nps:nth-child(9739n){-webkit-animation-delay:974.5s;animation-delay:974.5s}.poke-block-nps .btn-nps:nth-child(9740n){-webkit-animation-delay:974.6s;animation-delay:974.6s}.poke-block-nps .btn-nps:nth-child(9741n){-webkit-animation-delay:974.7s;animation-delay:974.7s}.poke-block-nps .btn-nps:nth-child(9742n){-webkit-animation-delay:974.8s;animation-delay:974.8s}.poke-block-nps .btn-nps:nth-child(9743n){-webkit-animation-delay:974.9s;animation-delay:974.9s}.poke-block-nps .btn-nps:nth-child(9744n){-webkit-animation-delay:975s;animation-delay:975s}.poke-block-nps .btn-nps:nth-child(9745n){-webkit-animation-delay:975.1s;animation-delay:975.1s}.poke-block-nps .btn-nps:nth-child(9746n){-webkit-animation-delay:975.2s;animation-delay:975.2s}.poke-block-nps .btn-nps:nth-child(9747n){-webkit-animation-delay:975.3s;animation-delay:975.3s}.poke-block-nps .btn-nps:nth-child(9748n){-webkit-animation-delay:975.4s;animation-delay:975.4s}.poke-block-nps .btn-nps:nth-child(9749n){-webkit-animation-delay:975.5s;animation-delay:975.5s}.poke-block-nps .btn-nps:nth-child(9750n){-webkit-animation-delay:975.6s;animation-delay:975.6s}.poke-block-nps .btn-nps:nth-child(9751n){-webkit-animation-delay:975.7s;animation-delay:975.7s}.poke-block-nps .btn-nps:nth-child(9752n){-webkit-animation-delay:975.8s;animation-delay:975.8s}.poke-block-nps .btn-nps:nth-child(9753n){-webkit-animation-delay:975.9s;animation-delay:975.9s}.poke-block-nps .btn-nps:nth-child(9754n){-webkit-animation-delay:976s;animation-delay:976s}.poke-block-nps .btn-nps:nth-child(9755n){-webkit-animation-delay:976.1s;animation-delay:976.1s}.poke-block-nps .btn-nps:nth-child(9756n){-webkit-animation-delay:976.2s;animation-delay:976.2s}.poke-block-nps .btn-nps:nth-child(9757n){-webkit-animation-delay:976.3s;animation-delay:976.3s}.poke-block-nps .btn-nps:nth-child(9758n){-webkit-animation-delay:976.4s;animation-delay:976.4s}.poke-block-nps .btn-nps:nth-child(9759n){-webkit-animation-delay:976.5s;animation-delay:976.5s}.poke-block-nps .btn-nps:nth-child(9760n){-webkit-animation-delay:976.6s;animation-delay:976.6s}.poke-block-nps .btn-nps:nth-child(9761n){-webkit-animation-delay:976.7s;animation-delay:976.7s}.poke-block-nps .btn-nps:nth-child(9762n){-webkit-animation-delay:976.8s;animation-delay:976.8s}.poke-block-nps .btn-nps:nth-child(9763n){-webkit-animation-delay:976.9s;animation-delay:976.9s}.poke-block-nps .btn-nps:nth-child(9764n){-webkit-animation-delay:977s;animation-delay:977s}.poke-block-nps .btn-nps:nth-child(9765n){-webkit-animation-delay:977.1s;animation-delay:977.1s}.poke-block-nps .btn-nps:nth-child(9766n){-webkit-animation-delay:977.2s;animation-delay:977.2s}.poke-block-nps .btn-nps:nth-child(9767n){-webkit-animation-delay:977.3s;animation-delay:977.3s}.poke-block-nps .btn-nps:nth-child(9768n){-webkit-animation-delay:977.4s;animation-delay:977.4s}.poke-block-nps .btn-nps:nth-child(9769n){-webkit-animation-delay:977.5s;animation-delay:977.5s}.poke-block-nps .btn-nps:nth-child(9770n){-webkit-animation-delay:977.6s;animation-delay:977.6s}.poke-block-nps .btn-nps:nth-child(9771n){-webkit-animation-delay:977.7s;animation-delay:977.7s}.poke-block-nps .btn-nps:nth-child(9772n){-webkit-animation-delay:977.8s;animation-delay:977.8s}.poke-block-nps .btn-nps:nth-child(9773n){-webkit-animation-delay:977.9s;animation-delay:977.9s}.poke-block-nps .btn-nps:nth-child(9774n){-webkit-animation-delay:978s;animation-delay:978s}.poke-block-nps .btn-nps:nth-child(9775n){-webkit-animation-delay:978.1s;animation-delay:978.1s}.poke-block-nps .btn-nps:nth-child(9776n){-webkit-animation-delay:978.2s;animation-delay:978.2s}.poke-block-nps .btn-nps:nth-child(9777n){-webkit-animation-delay:978.3s;animation-delay:978.3s}.poke-block-nps .btn-nps:nth-child(9778n){-webkit-animation-delay:978.4s;animation-delay:978.4s}.poke-block-nps .btn-nps:nth-child(9779n){-webkit-animation-delay:978.5s;animation-delay:978.5s}.poke-block-nps .btn-nps:nth-child(9780n){-webkit-animation-delay:978.6s;animation-delay:978.6s}.poke-block-nps .btn-nps:nth-child(9781n){-webkit-animation-delay:978.7s;animation-delay:978.7s}.poke-block-nps .btn-nps:nth-child(9782n){-webkit-animation-delay:978.8s;animation-delay:978.8s}.poke-block-nps .btn-nps:nth-child(9783n){-webkit-animation-delay:978.9s;animation-delay:978.9s}.poke-block-nps .btn-nps:nth-child(9784n){-webkit-animation-delay:979s;animation-delay:979s}.poke-block-nps .btn-nps:nth-child(9785n){-webkit-animation-delay:979.1s;animation-delay:979.1s}.poke-block-nps .btn-nps:nth-child(9786n){-webkit-animation-delay:979.2s;animation-delay:979.2s}.poke-block-nps .btn-nps:nth-child(9787n){-webkit-animation-delay:979.3s;animation-delay:979.3s}.poke-block-nps .btn-nps:nth-child(9788n){-webkit-animation-delay:979.4s;animation-delay:979.4s}.poke-block-nps .btn-nps:nth-child(9789n){-webkit-animation-delay:979.5s;animation-delay:979.5s}.poke-block-nps .btn-nps:nth-child(9790n){-webkit-animation-delay:979.6s;animation-delay:979.6s}.poke-block-nps .btn-nps:nth-child(9791n){-webkit-animation-delay:979.7s;animation-delay:979.7s}.poke-block-nps .btn-nps:nth-child(9792n){-webkit-animation-delay:979.8s;animation-delay:979.8s}.poke-block-nps .btn-nps:nth-child(9793n){-webkit-animation-delay:979.9s;animation-delay:979.9s}.poke-block-nps .btn-nps:nth-child(9794n){-webkit-animation-delay:980s;animation-delay:980s}.poke-block-nps .btn-nps:nth-child(9795n){-webkit-animation-delay:980.1s;animation-delay:980.1s}.poke-block-nps .btn-nps:nth-child(9796n){-webkit-animation-delay:980.2s;animation-delay:980.2s}.poke-block-nps .btn-nps:nth-child(9797n){-webkit-animation-delay:980.3s;animation-delay:980.3s}.poke-block-nps .btn-nps:nth-child(9798n){-webkit-animation-delay:980.4s;animation-delay:980.4s}.poke-block-nps .btn-nps:nth-child(9799n){-webkit-animation-delay:980.5s;animation-delay:980.5s}.poke-block-nps .btn-nps:nth-child(9800n){-webkit-animation-delay:980.6s;animation-delay:980.6s}.poke-block-nps .btn-nps:nth-child(9801n){-webkit-animation-delay:980.7s;animation-delay:980.7s}.poke-block-nps .btn-nps:nth-child(9802n){-webkit-animation-delay:980.8s;animation-delay:980.8s}.poke-block-nps .btn-nps:nth-child(9803n){-webkit-animation-delay:980.9s;animation-delay:980.9s}.poke-block-nps .btn-nps:nth-child(9804n){-webkit-animation-delay:981s;animation-delay:981s}.poke-block-nps .btn-nps:nth-child(9805n){-webkit-animation-delay:981.1s;animation-delay:981.1s}.poke-block-nps .btn-nps:nth-child(9806n){-webkit-animation-delay:981.2s;animation-delay:981.2s}.poke-block-nps .btn-nps:nth-child(9807n){-webkit-animation-delay:981.3s;animation-delay:981.3s}.poke-block-nps .btn-nps:nth-child(9808n){-webkit-animation-delay:981.4s;animation-delay:981.4s}.poke-block-nps .btn-nps:nth-child(9809n){-webkit-animation-delay:981.5s;animation-delay:981.5s}.poke-block-nps .btn-nps:nth-child(9810n){-webkit-animation-delay:981.6s;animation-delay:981.6s}.poke-block-nps .btn-nps:nth-child(9811n){-webkit-animation-delay:981.7s;animation-delay:981.7s}.poke-block-nps .btn-nps:nth-child(9812n){-webkit-animation-delay:981.8s;animation-delay:981.8s}.poke-block-nps .btn-nps:nth-child(9813n){-webkit-animation-delay:981.9s;animation-delay:981.9s}.poke-block-nps .btn-nps:nth-child(9814n){-webkit-animation-delay:982s;animation-delay:982s}.poke-block-nps .btn-nps:nth-child(9815n){-webkit-animation-delay:982.1s;animation-delay:982.1s}.poke-block-nps .btn-nps:nth-child(9816n){-webkit-animation-delay:982.2s;animation-delay:982.2s}.poke-block-nps .btn-nps:nth-child(9817n){-webkit-animation-delay:982.3s;animation-delay:982.3s}.poke-block-nps .btn-nps:nth-child(9818n){-webkit-animation-delay:982.4s;animation-delay:982.4s}.poke-block-nps .btn-nps:nth-child(9819n){-webkit-animation-delay:982.5s;animation-delay:982.5s}.poke-block-nps .btn-nps:nth-child(9820n){-webkit-animation-delay:982.6s;animation-delay:982.6s}.poke-block-nps .btn-nps:nth-child(9821n){-webkit-animation-delay:982.7s;animation-delay:982.7s}.poke-block-nps .btn-nps:nth-child(9822n){-webkit-animation-delay:982.8s;animation-delay:982.8s}.poke-block-nps .btn-nps:nth-child(9823n){-webkit-animation-delay:982.9s;animation-delay:982.9s}.poke-block-nps .btn-nps:nth-child(9824n){-webkit-animation-delay:983s;animation-delay:983s}.poke-block-nps .btn-nps:nth-child(9825n){-webkit-animation-delay:983.1s;animation-delay:983.1s}.poke-block-nps .btn-nps:nth-child(9826n){-webkit-animation-delay:983.2s;animation-delay:983.2s}.poke-block-nps .btn-nps:nth-child(9827n){-webkit-animation-delay:983.3s;animation-delay:983.3s}.poke-block-nps .btn-nps:nth-child(9828n){-webkit-animation-delay:983.4s;animation-delay:983.4s}.poke-block-nps .btn-nps:nth-child(9829n){-webkit-animation-delay:983.5s;animation-delay:983.5s}.poke-block-nps .btn-nps:nth-child(9830n){-webkit-animation-delay:983.6s;animation-delay:983.6s}.poke-block-nps .btn-nps:nth-child(9831n){-webkit-animation-delay:983.7s;animation-delay:983.7s}.poke-block-nps .btn-nps:nth-child(9832n){-webkit-animation-delay:983.8s;animation-delay:983.8s}.poke-block-nps .btn-nps:nth-child(9833n){-webkit-animation-delay:983.9s;animation-delay:983.9s}.poke-block-nps .btn-nps:nth-child(9834n){-webkit-animation-delay:984s;animation-delay:984s}.poke-block-nps .btn-nps:nth-child(9835n){-webkit-animation-delay:984.1s;animation-delay:984.1s}.poke-block-nps .btn-nps:nth-child(9836n){-webkit-animation-delay:984.2s;animation-delay:984.2s}.poke-block-nps .btn-nps:nth-child(9837n){-webkit-animation-delay:984.3s;animation-delay:984.3s}.poke-block-nps .btn-nps:nth-child(9838n){-webkit-animation-delay:984.4s;animation-delay:984.4s}.poke-block-nps .btn-nps:nth-child(9839n){-webkit-animation-delay:984.5s;animation-delay:984.5s}.poke-block-nps .btn-nps:nth-child(9840n){-webkit-animation-delay:984.6s;animation-delay:984.6s}.poke-block-nps .btn-nps:nth-child(9841n){-webkit-animation-delay:984.7s;animation-delay:984.7s}.poke-block-nps .btn-nps:nth-child(9842n){-webkit-animation-delay:984.8s;animation-delay:984.8s}.poke-block-nps .btn-nps:nth-child(9843n){-webkit-animation-delay:984.9s;animation-delay:984.9s}.poke-block-nps .btn-nps:nth-child(9844n){-webkit-animation-delay:985s;animation-delay:985s}.poke-block-nps .btn-nps:nth-child(9845n){-webkit-animation-delay:985.1s;animation-delay:985.1s}.poke-block-nps .btn-nps:nth-child(9846n){-webkit-animation-delay:985.2s;animation-delay:985.2s}.poke-block-nps .btn-nps:nth-child(9847n){-webkit-animation-delay:985.3s;animation-delay:985.3s}.poke-block-nps .btn-nps:nth-child(9848n){-webkit-animation-delay:985.4s;animation-delay:985.4s}.poke-block-nps .btn-nps:nth-child(9849n){-webkit-animation-delay:985.5s;animation-delay:985.5s}.poke-block-nps .btn-nps:nth-child(9850n){-webkit-animation-delay:985.6s;animation-delay:985.6s}.poke-block-nps .btn-nps:nth-child(9851n){-webkit-animation-delay:985.7s;animation-delay:985.7s}.poke-block-nps .btn-nps:nth-child(9852n){-webkit-animation-delay:985.8s;animation-delay:985.8s}.poke-block-nps .btn-nps:nth-child(9853n){-webkit-animation-delay:985.9s;animation-delay:985.9s}.poke-block-nps .btn-nps:nth-child(9854n){-webkit-animation-delay:986s;animation-delay:986s}.poke-block-nps .btn-nps:nth-child(9855n){-webkit-animation-delay:986.1s;animation-delay:986.1s}.poke-block-nps .btn-nps:nth-child(9856n){-webkit-animation-delay:986.2s;animation-delay:986.2s}.poke-block-nps .btn-nps:nth-child(9857n){-webkit-animation-delay:986.3s;animation-delay:986.3s}.poke-block-nps .btn-nps:nth-child(9858n){-webkit-animation-delay:986.4s;animation-delay:986.4s}.poke-block-nps .btn-nps:nth-child(9859n){-webkit-animation-delay:986.5s;animation-delay:986.5s}.poke-block-nps .btn-nps:nth-child(9860n){-webkit-animation-delay:986.6s;animation-delay:986.6s}.poke-block-nps .btn-nps:nth-child(9861n){-webkit-animation-delay:986.7s;animation-delay:986.7s}.poke-block-nps .btn-nps:nth-child(9862n){-webkit-animation-delay:986.8s;animation-delay:986.8s}.poke-block-nps .btn-nps:nth-child(9863n){-webkit-animation-delay:986.9s;animation-delay:986.9s}.poke-block-nps .btn-nps:nth-child(9864n){-webkit-animation-delay:987s;animation-delay:987s}.poke-block-nps .btn-nps:nth-child(9865n){-webkit-animation-delay:987.1s;animation-delay:987.1s}.poke-block-nps .btn-nps:nth-child(9866n){-webkit-animation-delay:987.2s;animation-delay:987.2s}.poke-block-nps .btn-nps:nth-child(9867n){-webkit-animation-delay:987.3s;animation-delay:987.3s}.poke-block-nps .btn-nps:nth-child(9868n){-webkit-animation-delay:987.4s;animation-delay:987.4s}.poke-block-nps .btn-nps:nth-child(9869n){-webkit-animation-delay:987.5s;animation-delay:987.5s}.poke-block-nps .btn-nps:nth-child(9870n){-webkit-animation-delay:987.6s;animation-delay:987.6s}.poke-block-nps .btn-nps:nth-child(9871n){-webkit-animation-delay:987.7s;animation-delay:987.7s}.poke-block-nps .btn-nps:nth-child(9872n){-webkit-animation-delay:987.8s;animation-delay:987.8s}.poke-block-nps .btn-nps:nth-child(9873n){-webkit-animation-delay:987.9s;animation-delay:987.9s}.poke-block-nps .btn-nps:nth-child(9874n){-webkit-animation-delay:988s;animation-delay:988s}.poke-block-nps .btn-nps:nth-child(9875n){-webkit-animation-delay:988.1s;animation-delay:988.1s}.poke-block-nps .btn-nps:nth-child(9876n){-webkit-animation-delay:988.2s;animation-delay:988.2s}.poke-block-nps .btn-nps:nth-child(9877n){-webkit-animation-delay:988.3s;animation-delay:988.3s}.poke-block-nps .btn-nps:nth-child(9878n){-webkit-animation-delay:988.4s;animation-delay:988.4s}.poke-block-nps .btn-nps:nth-child(9879n){-webkit-animation-delay:988.5s;animation-delay:988.5s}.poke-block-nps .btn-nps:nth-child(9880n){-webkit-animation-delay:988.6s;animation-delay:988.6s}.poke-block-nps .btn-nps:nth-child(9881n){-webkit-animation-delay:988.7s;animation-delay:988.7s}.poke-block-nps .btn-nps:nth-child(9882n){-webkit-animation-delay:988.8s;animation-delay:988.8s}.poke-block-nps .btn-nps:nth-child(9883n){-webkit-animation-delay:988.9s;animation-delay:988.9s}.poke-block-nps .btn-nps:nth-child(9884n){-webkit-animation-delay:989s;animation-delay:989s}.poke-block-nps .btn-nps:nth-child(9885n){-webkit-animation-delay:989.1s;animation-delay:989.1s}.poke-block-nps .btn-nps:nth-child(9886n){-webkit-animation-delay:989.2s;animation-delay:989.2s}.poke-block-nps .btn-nps:nth-child(9887n){-webkit-animation-delay:989.3s;animation-delay:989.3s}.poke-block-nps .btn-nps:nth-child(9888n){-webkit-animation-delay:989.4s;animation-delay:989.4s}.poke-block-nps .btn-nps:nth-child(9889n){-webkit-animation-delay:989.5s;animation-delay:989.5s}.poke-block-nps .btn-nps:nth-child(9890n){-webkit-animation-delay:989.6s;animation-delay:989.6s}.poke-block-nps .btn-nps:nth-child(9891n){-webkit-animation-delay:989.7s;animation-delay:989.7s}.poke-block-nps .btn-nps:nth-child(9892n){-webkit-animation-delay:989.8s;animation-delay:989.8s}.poke-block-nps .btn-nps:nth-child(9893n){-webkit-animation-delay:989.9s;animation-delay:989.9s}.poke-block-nps .btn-nps:nth-child(9894n){-webkit-animation-delay:990s;animation-delay:990s}.poke-block-nps .btn-nps:nth-child(9895n){-webkit-animation-delay:990.1s;animation-delay:990.1s}.poke-block-nps .btn-nps:nth-child(9896n){-webkit-animation-delay:990.2s;animation-delay:990.2s}.poke-block-nps .btn-nps:nth-child(9897n){-webkit-animation-delay:990.3s;animation-delay:990.3s}.poke-block-nps .btn-nps:nth-child(9898n){-webkit-animation-delay:990.4s;animation-delay:990.4s}.poke-block-nps .btn-nps:nth-child(9899n){-webkit-animation-delay:990.5s;animation-delay:990.5s}.poke-block-nps .btn-nps:nth-child(9900n){-webkit-animation-delay:990.6s;animation-delay:990.6s}.poke-block-nps .btn-nps:nth-child(9901n){-webkit-animation-delay:990.7s;animation-delay:990.7s}.poke-block-nps .btn-nps:nth-child(9902n){-webkit-animation-delay:990.8s;animation-delay:990.8s}.poke-block-nps .btn-nps:nth-child(9903n){-webkit-animation-delay:990.9s;animation-delay:990.9s}.poke-block-nps .btn-nps:nth-child(9904n){-webkit-animation-delay:991s;animation-delay:991s}.poke-block-nps .btn-nps:nth-child(9905n){-webkit-animation-delay:991.1s;animation-delay:991.1s}.poke-block-nps .btn-nps:nth-child(9906n){-webkit-animation-delay:991.2s;animation-delay:991.2s}.poke-block-nps .btn-nps:nth-child(9907n){-webkit-animation-delay:991.3s;animation-delay:991.3s}.poke-block-nps .btn-nps:nth-child(9908n){-webkit-animation-delay:991.4s;animation-delay:991.4s}.poke-block-nps .btn-nps:nth-child(9909n){-webkit-animation-delay:991.5s;animation-delay:991.5s}.poke-block-nps .btn-nps:nth-child(9910n){-webkit-animation-delay:991.6s;animation-delay:991.6s}.poke-block-nps .btn-nps:nth-child(9911n){-webkit-animation-delay:991.7s;animation-delay:991.7s}.poke-block-nps .btn-nps:nth-child(9912n){-webkit-animation-delay:991.8s;animation-delay:991.8s}.poke-block-nps .btn-nps:nth-child(9913n){-webkit-animation-delay:991.9s;animation-delay:991.9s}.poke-block-nps .btn-nps:nth-child(9914n){-webkit-animation-delay:992s;animation-delay:992s}.poke-block-nps .btn-nps:nth-child(9915n){-webkit-animation-delay:992.1s;animation-delay:992.1s}.poke-block-nps .btn-nps:nth-child(9916n){-webkit-animation-delay:992.2s;animation-delay:992.2s}.poke-block-nps .btn-nps:nth-child(9917n){-webkit-animation-delay:992.3s;animation-delay:992.3s}.poke-block-nps .btn-nps:nth-child(9918n){-webkit-animation-delay:992.4s;animation-delay:992.4s}.poke-block-nps .btn-nps:nth-child(9919n){-webkit-animation-delay:992.5s;animation-delay:992.5s}.poke-block-nps .btn-nps:nth-child(9920n){-webkit-animation-delay:992.6s;animation-delay:992.6s}.poke-block-nps .btn-nps:nth-child(9921n){-webkit-animation-delay:992.7s;animation-delay:992.7s}.poke-block-nps .btn-nps:nth-child(9922n){-webkit-animation-delay:992.8s;animation-delay:992.8s}.poke-block-nps .btn-nps:nth-child(9923n){-webkit-animation-delay:992.9s;animation-delay:992.9s}.poke-block-nps .btn-nps:nth-child(9924n){-webkit-animation-delay:993s;animation-delay:993s}.poke-block-nps .btn-nps:nth-child(9925n){-webkit-animation-delay:993.1s;animation-delay:993.1s}.poke-block-nps .btn-nps:nth-child(9926n){-webkit-animation-delay:993.2s;animation-delay:993.2s}.poke-block-nps .btn-nps:nth-child(9927n){-webkit-animation-delay:993.3s;animation-delay:993.3s}.poke-block-nps .btn-nps:nth-child(9928n){-webkit-animation-delay:993.4s;animation-delay:993.4s}.poke-block-nps .btn-nps:nth-child(9929n){-webkit-animation-delay:993.5s;animation-delay:993.5s}.poke-block-nps .btn-nps:nth-child(9930n){-webkit-animation-delay:993.6s;animation-delay:993.6s}.poke-block-nps .btn-nps:nth-child(9931n){-webkit-animation-delay:993.7s;animation-delay:993.7s}.poke-block-nps .btn-nps:nth-child(9932n){-webkit-animation-delay:993.8s;animation-delay:993.8s}.poke-block-nps .btn-nps:nth-child(9933n){-webkit-animation-delay:993.9s;animation-delay:993.9s}.poke-block-nps .btn-nps:nth-child(9934n){-webkit-animation-delay:994s;animation-delay:994s}.poke-block-nps .btn-nps:nth-child(9935n){-webkit-animation-delay:994.1s;animation-delay:994.1s}.poke-block-nps .btn-nps:nth-child(9936n){-webkit-animation-delay:994.2s;animation-delay:994.2s}.poke-block-nps .btn-nps:nth-child(9937n){-webkit-animation-delay:994.3s;animation-delay:994.3s}.poke-block-nps .btn-nps:nth-child(9938n){-webkit-animation-delay:994.4s;animation-delay:994.4s}.poke-block-nps .btn-nps:nth-child(9939n){-webkit-animation-delay:994.5s;animation-delay:994.5s}.poke-block-nps .btn-nps:nth-child(9940n){-webkit-animation-delay:994.6s;animation-delay:994.6s}.poke-block-nps .btn-nps:nth-child(9941n){-webkit-animation-delay:994.7s;animation-delay:994.7s}.poke-block-nps .btn-nps:nth-child(9942n){-webkit-animation-delay:994.8s;animation-delay:994.8s}.poke-block-nps .btn-nps:nth-child(9943n){-webkit-animation-delay:994.9s;animation-delay:994.9s}.poke-block-nps .btn-nps:nth-child(9944n){-webkit-animation-delay:995s;animation-delay:995s}.poke-block-nps .btn-nps:nth-child(9945n){-webkit-animation-delay:995.1s;animation-delay:995.1s}.poke-block-nps .btn-nps:nth-child(9946n){-webkit-animation-delay:995.2s;animation-delay:995.2s}.poke-block-nps .btn-nps:nth-child(9947n){-webkit-animation-delay:995.3s;animation-delay:995.3s}.poke-block-nps .btn-nps:nth-child(9948n){-webkit-animation-delay:995.4s;animation-delay:995.4s}.poke-block-nps .btn-nps:nth-child(9949n){-webkit-animation-delay:995.5s;animation-delay:995.5s}.poke-block-nps .btn-nps:nth-child(9950n){-webkit-animation-delay:995.6s;animation-delay:995.6s}.poke-block-nps .btn-nps:nth-child(9951n){-webkit-animation-delay:995.7s;animation-delay:995.7s}.poke-block-nps .btn-nps:nth-child(9952n){-webkit-animation-delay:995.8s;animation-delay:995.8s}.poke-block-nps .btn-nps:nth-child(9953n){-webkit-animation-delay:995.9s;animation-delay:995.9s}.poke-block-nps .btn-nps:nth-child(9954n){-webkit-animation-delay:996s;animation-delay:996s}.poke-block-nps .btn-nps:nth-child(9955n){-webkit-animation-delay:996.1s;animation-delay:996.1s}.poke-block-nps .btn-nps:nth-child(9956n){-webkit-animation-delay:996.2s;animation-delay:996.2s}.poke-block-nps .btn-nps:nth-child(9957n){-webkit-animation-delay:996.3s;animation-delay:996.3s}.poke-block-nps .btn-nps:nth-child(9958n){-webkit-animation-delay:996.4s;animation-delay:996.4s}.poke-block-nps .btn-nps:nth-child(9959n){-webkit-animation-delay:996.5s;animation-delay:996.5s}.poke-block-nps .btn-nps:nth-child(9960n){-webkit-animation-delay:996.6s;animation-delay:996.6s}.poke-block-nps .btn-nps:nth-child(9961n){-webkit-animation-delay:996.7s;animation-delay:996.7s}.poke-block-nps .btn-nps:nth-child(9962n){-webkit-animation-delay:996.8s;animation-delay:996.8s}.poke-block-nps .btn-nps:nth-child(9963n){-webkit-animation-delay:996.9s;animation-delay:996.9s}.poke-block-nps .btn-nps:nth-child(9964n){-webkit-animation-delay:997s;animation-delay:997s}.poke-block-nps .btn-nps:nth-child(9965n){-webkit-animation-delay:997.1s;animation-delay:997.1s}.poke-block-nps .btn-nps:nth-child(9966n){-webkit-animation-delay:997.2s;animation-delay:997.2s}.poke-block-nps .btn-nps:nth-child(9967n){-webkit-animation-delay:997.3s;animation-delay:997.3s}.poke-block-nps .btn-nps:nth-child(9968n){-webkit-animation-delay:997.4s;animation-delay:997.4s}.poke-block-nps .btn-nps:nth-child(9969n){-webkit-animation-delay:997.5s;animation-delay:997.5s}.poke-block-nps .btn-nps:nth-child(9970n){-webkit-animation-delay:997.6s;animation-delay:997.6s}.poke-block-nps .btn-nps:nth-child(9971n){-webkit-animation-delay:997.7s;animation-delay:997.7s}.poke-block-nps .btn-nps:nth-child(9972n){-webkit-animation-delay:997.8s;animation-delay:997.8s}.poke-block-nps .btn-nps:nth-child(9973n){-webkit-animation-delay:997.9s;animation-delay:997.9s}.poke-block-nps .btn-nps:nth-child(9974n){-webkit-animation-delay:998s;animation-delay:998s}.poke-block-nps .btn-nps:nth-child(9975n){-webkit-animation-delay:998.1s;animation-delay:998.1s}.poke-block-nps .btn-nps:nth-child(9976n){-webkit-animation-delay:998.2s;animation-delay:998.2s}.poke-block-nps .btn-nps:nth-child(9977n){-webkit-animation-delay:998.3s;animation-delay:998.3s}.poke-block-nps .btn-nps:nth-child(9978n){-webkit-animation-delay:998.4s;animation-delay:998.4s}.poke-block-nps .btn-nps:nth-child(9979n){-webkit-animation-delay:998.5s;animation-delay:998.5s}.poke-block-nps .btn-nps:nth-child(9980n){-webkit-animation-delay:998.6s;animation-delay:998.6s}.poke-block-nps .btn-nps:nth-child(9981n){-webkit-animation-delay:998.7s;animation-delay:998.7s}.poke-block-nps .btn-nps:nth-child(9982n){-webkit-animation-delay:998.8s;animation-delay:998.8s}.poke-block-nps .btn-nps:nth-child(9983n){-webkit-animation-delay:998.9s;animation-delay:998.9s}.poke-block-nps .btn-nps:nth-child(9984n){-webkit-animation-delay:999s;animation-delay:999s}.poke-block-nps .btn-nps:nth-child(9985n){-webkit-animation-delay:999.1s;animation-delay:999.1s}.poke-block-nps .btn-nps:nth-child(9986n){-webkit-animation-delay:999.2s;animation-delay:999.2s}.poke-block-nps .btn-nps:nth-child(9987n){-webkit-animation-delay:999.3s;animation-delay:999.3s}.poke-block-nps .btn-nps:nth-child(9988n){-webkit-animation-delay:999.4s;animation-delay:999.4s}.poke-block-nps .btn-nps:nth-child(9989n){-webkit-animation-delay:999.5s;animation-delay:999.5s}.poke-block-nps .btn-nps:nth-child(9990n){-webkit-animation-delay:999.6s;animation-delay:999.6s}.poke-block-nps .btn-nps:nth-child(9991n){-webkit-animation-delay:999.7s;animation-delay:999.7s}.poke-block-nps .btn-nps:nth-child(9992n){-webkit-animation-delay:999.8s;animation-delay:999.8s}.poke-block-nps .btn-nps:nth-child(9993n){-webkit-animation-delay:999.9s;animation-delay:999.9s}.poke-block-nps .btn-nps:nth-child(9994n){-webkit-animation-delay:1000s;animation-delay:1000s}.poke-block-nps .btn-nps:nth-child(9995n){-webkit-animation-delay:1000.1s;animation-delay:1000.1s}.poke-block-nps .btn-nps:nth-child(9996n){-webkit-animation-delay:1000.2s;animation-delay:1000.2s}.poke-block-nps .btn-nps:nth-child(9997n){-webkit-animation-delay:1000.3s;animation-delay:1000.3s}.poke-block-nps .btn-nps:nth-child(9998n){-webkit-animation-delay:1000.4s;animation-delay:1000.4s}.poke-block-nps .btn-nps:nth-child(9999n){-webkit-animation-delay:1000.5s;animation-delay:1000.5s}.poke-block-nps .btn-nps:nth-child(10000n){-webkit-animation-delay:1000.6s;animation-delay:1000.6s}.poke-block-nps .btn-nps-1.active{background-color:var(--NPS-1)}.poke-block-nps .btn-nps-2.active{background-color:var(--NPS-2)}.poke-block-nps .btn-nps-3.active{background-color:var(--NPS-3)}.poke-block-nps .btn-nps-4.active{background-color:var(--NPS-4)}.poke-block-nps .btn-nps-5.active{background-color:var(--NPS-5)}.poke-block-nps .btn-nps-6.active{background-color:var(--NPS-6)}.poke-block-nps .btn-nps-7.active{background-color:var(--NPS-7)}.poke-block-nps .btn-nps-8.active{background-color:var(--NPS-8)}.poke-block-nps .btn-nps-9.active{background-color:var(--NPS-9)}.poke-block-nps .btn-nps-10.active{background-color:var(--NPS-10)}@-webkit-keyframes block-nps-in{0%{opacity:0}to{opacity:1}}@keyframes block-nps-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes block-nps-out{0%{opacity:1}to{opacity:0}}@keyframes block-nps-out{0%{opacity:1}to{opacity:0}}.poke-block-open-question{margin:24px 24px 0;flex:1 1;-webkit-animation:block-open-question-in .5s ease-in-out .5s both;animation:block-open-question-in .5s ease-in-out .5s both}.poke-block-open-question.is-animating-out{-webkit-animation:block-open-question-out .5s ease-in-out both;animation:block-open-question-out .5s ease-in-out both}.poke-block-open-question textarea{font-family:inherit;resize:none;border-style:solid;border-width:1px;padding:12px;width:100%;height:100%;box-sizing:border-box;outline:none;transition:all .2s ease-in-out}@-webkit-keyframes block-open-question-in{0%{opacity:0}to{opacity:1}}@keyframes block-open-question-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes block-open-question-out{0%{opacity:1}to{opacity:0}}@keyframes block-open-question-out{0%{opacity:1}to{opacity:0}}.poke-block-opinion{margin:24px 24px 0;-webkit-animation:block-opinion-in .5s ease-in-out .5s both;animation:block-opinion-in .5s ease-in-out .5s both}.poke-block-opinion.is-animating-out{-webkit-animation:block-opinion-out .5s ease-in-out both;animation:block-opinion-out .5s ease-in-out both}.poke-block-opinion .labels-wrapper,.poke-block-opinion .opinion-wrapper{display:flex;justify-content:space-between}.poke-block-opinion .labels-wrapper{margin-top:6px;font-size:16px}.poke-block-opinion.type-smiley .opinion-item{display:flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:24px;padding:10px;border-radius:50%;background-color:rgba(0,0,0,.05);transition:all .1s ease-in-out;cursor:pointer}.poke-block-opinion.type-smiley .opinion-item:hover{background-color:rgba(0,0,0,.08)}.poke-block-opinion.type-smiley .opinion-item.is-active{background-color:rgba(0,0,0,.1)}.poke-block-opinion.type-smiley .opinion-item.is-muted{-webkit-filter:grayscale(1);filter:grayscale(1)}.poke-block-opinion.type-smiley .opinion-item.is-muted:hover{-webkit-filter:grayscale(0);filter:grayscale(0)}.poke-block-opinion.type-star{padding-left:0;padding-right:0}.poke-block-opinion.type-star .opinion-wrapper{position:relative;margin-bottom:8px}.poke-block-opinion.type-star .opinion-item{flex:1 1;height:32px;display:flex;align-items:center;justify-content:center}.poke-block-opinion.type-star .opinion-item .star-wrapper{width:100%;height:200%;display:flex;align-items:center;justify-content:center;overflow:hidden}.poke-block-opinion.type-star .opinion-item .star-wrapper&gt;div{flex:0 0 100%;height:100%;cursor:pointer}@-webkit-keyframes block-opinion-in{0%{opacity:0}to{opacity:1}}@keyframes block-opinion-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes block-opinion-out{0%{opacity:1}to{opacity:0}}@keyframes block-opinion-out{0%{opacity:1}to{opacity:0}}.poke-block-slider{margin:24px 24px 0}.poke-block-slider .rc-slider-rail{box-shadow:0 0 0 1px rgba(0,0,0,.1)}.poke-block-slider .rc-slider-handle{background-color:unset;border:none;box-shadow:none!important;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;transform:translateY(-50%) translateX(-50%)!important;top:10px;opacity:1;font-size:24px}.poke-block-slider .rc-slider-handle .emoji-animated-wrapper{height:32px;width:32px}.poke-block-slider .rc-slider-handle.slider-custom-emoji{position:relative;top:4px}.poke-block-slider .rc-slider-handle.slider-custom-emoji .slider-custom-emoji-extra-wrapper{position:absolute;top:-35px;transform:scale(3);width:20px;height:20px}.poke-block-slider .rc-slider-handle.slider-custom-emoji .slider-custom-emoji-extra-wrapper .slider-custom-emoji-extra{-webkit-animation:slider-custom-emoji-extra 2s infinite;animation:slider-custom-emoji-extra 2s infinite}.poke-block-slider .labels-wrapper{display:flex;justify-content:space-between;margin-top:4px;font-size:16px}@keyframes slider-custom-emoji-extra{0%{transform:matrix(1,0,0,1,0,0)}50%{transform:matrix(1,0,0,1,0,3)}to{transform:matrix(1,0,0,1,0,0)}}.poke-block-step{position:relative;z-index:1;overflow-x:hidden;padding-bottom:4px;box-sizing:border-box;display:flex;flex-direction:column}.poke-block-step.is-bottom-block{padding-bottom:0}.poke-layout-middle{overflow-y:auto;z-index:1}.has-custom-height&gt;.poke-layout-middle{flex:1 1 auto}.poke-layout-middle.no-scroll{overflow-y:hidden}.poke-block-user{display:flex;align-items:center;margin:24px 24px 0;position:relative;z-index:2;-webkit-animation:block-user-in .5s ease-in-out .5s both;animation:block-user-in .5s ease-in-out .5s both}.poke-block-user.is-animating-out{-webkit-animation:block-user-out .5s ease-in-out both;animation:block-user-out .5s ease-in-out both}.poke-block-user.is-top-block{margin-right:52px}.poke-block-user .pb-user-avatar{width:50px;height:50px;border-radius:12px;background-size:cover;background-position:50%;margin-right:12px}.poke-block-user .pb-user-infos{display:flex;flex-direction:column;color:#797979}.poke-block-user .pb-user-infos strong{color:#000}.poke-block-user .pb-user-infos span{opacity:.7}@-webkit-keyframes block-user-in{0%{opacity:0}to{opacity:1}}@keyframes block-user-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes block-user-out{0%{opacity:1}to{opacity:0}}@keyframes block-user-out{0%{opacity:1}to{opacity:0}}.poke-layout-top{flex:0 1;z-index:1}.jimo-poke-wrapper{height:100%;position:relative}.jimo-poke-wrapper .jimo-poke{position:relative;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.jimo-poke-wrapper .jimo-poke.is-poke-banner.has-custom-height{padding:0;margin:auto}.jimo-poke-wrapper .jimo-poke.in-concept{background-color:transparent!important;height:100%}.jimo-poke-wrapper .jimo-poke.has-animations-disabled *{-webkit-animation:none!important;animation:none!important}.jimo-poke-wrapper .jimo-poke .jimo-label-wrapper{display:flex;justify-content:center;align-items:center;height:34px}.jimo-poke-wrapper .jimo-poke .poke-block-clickable{cursor:pointer;position:relative}.s-poke{height:100%}@font-face{font-family:"jimo-icons";src:url(/static/media/jimo_icons.38847876.eot);src:url(/static/media/jimo_icons.38847876.eot) format("embedded-opentype"),url(/static/media/jimo_icons.619e77d8.ttf) format("truetype"),url(/static/media/jimo_icons.b763a465.woff) format("woff"),url(/static/media/jimo_icons.7427c1e3.svg) format("svg");font-weight:400;font-style:normal}[class*=" icon-"],[class^=icon-]{font-family:"jimo-icons"!important;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-billing:before{content:"î§¢"}.icon-pencil-edit-outline:before{content:"î§£"}.icon-user-invite:before{content:"î§¤"}.icon-user-remove:before{content:"î§¥"}.icon-analytics:before{content:"î§¡"}.icon-answered:before{content:"î§ž"}.icon-not-completed:before{content:"î§Ÿ"}.icon-not-seen:before{content:"î§&nbsp;"}.icon-leave:before{content:"î§"}.icon-view-row-compact:before{content:"î§š"}.icon-view-row:before{content:"î§›"}.icon-view-grid:before{content:"î§œ"}.icon-tick-round-o:before{content:"î§™"}.icon-hotspot-shape-1:before{content:"î§—"}.icon-hotspot-shape-2:before{content:"î§˜"}.icon-theme:before{content:"î§“"}.icon-download:before{content:"î§’"}.icon-merge:before{content:"î§‘"}.icon-align-t:before{content:"î¤‰";color:#d9d9d9}.icon-align-t:after{content:"î¥ª";margin-left:-1em;color:#000}.icon-align-b:before{content:"î¦®";color:#d9d9d9}.icon-align-b:after{content:"î¦¯";margin-left:-1em;color:#000}.icon-align-b-r:before{content:"î¦°";color:#d9d9d9}.icon-align-b-r:after{content:"î¦±";margin-left:-1em;color:#000}.icon-align-b-c:before{content:"î¦²";color:#d9d9d9}.icon-align-b-c:after{content:"î¦³";margin-left:-1em;color:#000}.icon-align-b-l:before{content:"î¦´";color:#d9d9d9}.icon-align-b-l:after{content:"î¦µ";margin-left:-1em;color:#000}.icon-double-vertical-menu:before{content:"î¦¶"}.icon-text-align-r:before{content:"î¦·"}.icon-text-align-c:before{content:"î¦¸"}.icon-text-align-l:before{content:"î¦¹"}.icon-text-underline1:before{content:"î¦º"}.icon-text-italic1:before{content:"î¦»"}.icon-text-bold1:before{content:"î¦¼"}.icon-horizontal-menu:before{content:"î¦½"}.icon-image-o:before{content:"î¦¾"}.icon-pointer:before{content:"î¦¿"}.icon-pin:before{content:"î§€"}.icon-text:before{content:"î§"}.icon-border-radius:before{content:"î§‚"}.icon-stepper-line .path1:before{content:"î§ƒ";color:#c1c1c1}.icon-stepper-line .path2:before{content:"î§„";color:#000}.icon-stepper-text:before{content:"î§…"}.icon-stepper-line-point:before{content:"î§†";color:#c1c1c1}.icon-stepper-line-point:after{content:"î§‡";color:#c1c1c1;content:"î§ˆ";margin-left:-1em;color:#000}.icon-translate:before{content:"î§‰"}.icon-play-o:before{content:"î§Š"}.icon-layers:before{content:"î§‹"}.icon-go-next:before{content:"î§Œ"}.icon-heart-o:before{content:"î§"}.icon-upload-file:before{content:"î§Ž"}.icon-light:before{content:"î§"}.icon-close-circle:before{content:"î§"}.icon-code:before{content:"î¦Ž"}.icon-angular-js:before{content:"î¦¨"}.icon-react-js:before{content:"î¦ª"}.icon-vue-js:before{content:"î¦«"}.icon-vanilla-js:before{content:"î¦¬"}.icon-email:before{content:"î¦­"}.icon-exclamation-triangle-o:before{content:"î¦§"}.icon-usage-portal:before{content:"î¦¦"}.icon-usage-tooltip:before{content:"î¦¤"}.icon-usage-widget:before{content:"î¦¥"}.icon-usage-announcement:before{content:"î¦©"}.icon-minus:before{content:"î¦Ÿ"}.icon-move:before{content:"î¦&nbsp;"}.icon-tour:before{content:"î¦¡"}.icon-forward:before{content:"î¦¢"}.icon-slide-down:before{content:"î§”"}.icon-slide-up:before{content:"î§•"}.icon-backward:before{content:"î§–"}.icon-target:before{content:"î¦£"}.icon-checkbox-a:before{content:"î¦"}.icon-checkbox-a:after{content:"î¦ž";margin-left:-1em;color:#fff}.icon-slot-snippet:before{content:"î¥µ"}.icon-plus-rounded:before{content:"î¥¶"}.icon-back:before{content:"î¥·"}.icon-slot-pop-in:before{content:"î¦—"}.icon-slot-tooltip:before{content:"î¦˜"}.icon-slot-top-bar:before{content:"î¦™"}.icon-edit-outline:before{content:"î¦š"}.icon-play-rounded:before{content:"î¦›"}.icon-pause-rounded:before{content:"î¦œ"}.icon-expand:before{content:"î¦"}.icon-settings:before{content:"î¦–"}.icon-users:before{content:"î¤²"}.icon-portal:before{content:"î¤­"}.icon-send-o:before{content:"î¦•"}.icon-upload-o:before{content:"î¦"}.icon-start-4:before{content:"î¦‘"}.icon-start-3:before{content:"î¦’"}.icon-start-2:before{content:"î¦“"}.icon-start-1:before{content:"î¦”"}.icon-user-satisfaction:before{content:"î¦"}.icon-duplicate:before{content:"î¦Œ"}.icon-custom-filter:before{content:"î¦†"}.icon-double-tick:before{content:"î¦‡"}.icon-chat-string:before{content:"î¦ˆ"}.icon-at:before{content:"î¦‰"}.icon-string:before{content:"î¦Š"}.icon-interaction:before{content:"î¦‹"}.icon-customize:before{content:"î¦„"}.icon-slack-brands:before{content:"î¦…"}.icon-checkbox-o:before{content:"î¦‚"}.icon-radiobox-o:before{content:"î¦ƒ"}.icon-slot-dot:before{content:"î¦"}.icon-user-interview:before{content:"î¥­"}.icon-vote-nps:before{content:"î¥¾"}.icon-vote-slider:before{content:"î¥¿"}.icon-chat:before{content:"î¥½"}.icon-emoji:before{content:"î¥¼"}.icon-google:before{content:"îª‰"}.icon-video:before{content:"î¥»"}.icon-calendar:before{content:"î¥º"}.icon-checkbox:before{content:"î¥¸"}.icon-radiobox:before{content:"î¥¹"}.icon-filter-announcement:before{content:"î¥¬"}.icon-filter-preview:before{content:"î¦€"}.icon-filter-ideation:before{content:"î¥®"}.icon-filter-all:before{content:"î¥¯"}.icon-vote-open-question:before{content:"î¥°"}.icon-vote-multi-choice:before{content:"î¥±"}.icon-vote-opinion:before{content:"î¥²"}.icon-integration-widget:before{content:"î¥³"}.icon-integration-portal:before{content:"î¥´"}.icon-heart:before{content:"î¥«"}.icon-give-feedback:before{content:"î¥¨"}.icon-view-roadmap:before{content:"î¥©"}.icon-roadmap:before{content:"î¥§"}.icon-question-circle-o:before{content:"î¤–"}.icon-bell-o:before{content:"î¥¦"}.icon-feed:before{content:"î¥¥"}.icon-evolutions:before{content:"î¥£"}.icon-inbox:before{content:"î¥¤"}.icon-options:before{content:"î¥¢"}.icon-line-corner:before{content:"î¥¡"}.icon-line-straight:before{content:"î¥Ÿ"}.icon-line-round:before{content:"î¥&nbsp;"}.icon-star:before{content:"î¥ž"}.icon-arrow-up:before{content:"î¥"}.icon-eye:before{content:"î¥„"}.icon-question-circle:before{content:"î¤€"}.icon-exclamation-circle:before{content:"î¤"}.icon-feedback:before{content:"î¤‚"}.icon-image:before{content:"î¥‘"}.icon-text-bold:before{content:"î¥’"}.icon-text-italic:before{content:"î¥“"}.icon-text-underline:before{content:"î¥”"}.icon-text-strike:before{content:"î¥•"}.icon-list-bullet:before{content:"î¥–"}.icon-alt-link:before{content:"î¥—"}.icon-list-numbered:before{content:"î¥˜"}.icon-info-circle-o:before{content:"î¤„"}.icon-tick:before{content:"î¥"}.icon-lock:before{content:"î¥"}.icon-copy:before{content:"î¤—";color:#c4c4c4}.icon-copy:after{content:"î¤˜";margin-left:-.94140625em;color:#e5e5e8}.icon-bell:before{content:"î¥Œ"}.icon-comment-o:before{content:"î¥"}.icon-detect:before{content:"î¥‹"}.icon-upload:before{content:"î¥Š"}.icon-send:before{content:"î¥‰"}.icon-comment:before{content:"î¥ˆ"}.icon-close:before{content:"î¤µ"}.icon-goto:before{content:"î¥‡"}.icon-link:before{content:"î¥†"}.icon-jimo:before{content:"î¥…"}.icon-info-circle:before{content:"î¥"}.icon-tick-circle:before{content:"î¥‚"}.icon-trash:before{content:"î¤ƒ"}.icon-edit:before{content:"î¤«"}.icon-overview:before{content:"î¤¿"}.icon-evolution:before{content:"î¥€"}.icon-figma-brands:before{content:"î¤½"}.icon-invision-brands:before{content:"î¤¾"}.icon-union:before{content:"î¥™"}.icon-time:before{content:"î¤¹"}.icon-thumbs-up:before{content:"î¤º"}.icon-play:before{content:"î¤»"}.icon-startup:before{content:"î¤¼"}.icon-filter:before{content:"î¤¸"}.icon-goto-rect:before{content:"î¤·"}.icon-configuration:before{content:"î¤¶"}.icon-info:before{content:"î¤³"}.icon-exclamation:before{content:"î¤´"}.icon-desktop:before{content:"î¤…"}.icon-plan:before{content:"î¤®"}.icon-integrations:before{content:"î¤¯"}.icon-ip-blocking:before{content:"î¤°"}.icon-profile:before{content:"î¤±"}.icon-projects:before{content:"î¤¬"}.icon-brand-chrome:before{content:"î¤†"}.icon-brand-apple:before{content:"î¤‡"}.icon-user:before{content:"î¤ˆ"}.icon-pause:before{content:"î¤Š"}.icon-event-input:before{content:"î¤‹"}.icon-quotation:before{content:"î¤Œ"}.icon-event-click:before{content:"î¤"}.icon-clock:before{content:"î¤Ž"}.icon-event-naviguate:before{content:"î¤"}.icon-share:before{content:"î¤"}.icon-arrow-left:before{content:"î¤‘"}.icon-arrow-right:before{content:"î¤’"}.icon-fullscreen:before{content:"î¤“"}.icon-tag:before{content:"î¤”"}.icon-menu-vertical:before{content:"î¤•"}.icon-search:before{content:"î¤™"}.icon-chevron-left:before{content:"î¤š"}.icon-chevron-right:before{content:"î¤›"}.icon-brand-opera:before{content:"î¤œ"}.icon-message:before{content:"î¤"}.icon-heatmap:before{content:"î¤ž"}.icon-replay:before{content:"î¤Ÿ"}.icon-live:before{content:"î¤&nbsp;"}.icon-overview-old:before{content:"î¤¡"}.icon-tablet:before{content:"î¤¢"}.icon-mobile:before{content:"î¤£"}.icon-brand-windows:before{content:"î¤¤"}.icon-brand-linux:before{content:"î¤¥"}.icon-brand-safari:before{content:"î¤¦"}.icon-brand-firefox:before{content:"î¤§"}.icon-brand-explorer:before{content:"î¤¨"}.icon-brand-edge:before{content:"î¤©"}.icon-browser:before{content:"î¤ª"}.icon-brand-android:before{content:"î¥Ž"}.icon-camera:before{content:"î¥š"}.icon-chevron-bottom:before{content:"î¥›"}.icon-plus:before{content:"î¥œ"}.fade-in{-webkit-animation:fade-in .1s ease-in-out both;animation:fade-in .1s ease-in-out both}.fade-in-left{-webkit-animation:fade-in-left .6s cubic-bezier(.39,.575,.565,1) both;animation:fade-in-left .6s cubic-bezier(.39,.575,.565,1) both}.swing-in-top-fwd{-webkit-animation:swing-in-top-fwd .5s cubic-bezier(.175,.885,.32,1.275) both;animation:swing-in-top-fwd .5s cubic-bezier(.175,.885,.32,1.275) both}.fade-in-top{-webkit-animation:fade-in-top .6s cubic-bezier(.39,.575,.565,1) both;animation:fade-in-top .6s cubic-bezier(.39,.575,.565,1) both}.fade-in-right{-webkit-animation:fade-in-right .3s cubic-bezier(.39,.575,.565,1) both;animation:fade-in-right .3s cubic-bezier(.39,.575,.565,1) both}.fade-in-bottom{-webkit-animation:fade-in-bottom .3s cubic-bezier(.39,.575,.565,1) both;animation:fade-in-bottom .3s cubic-bezier(.39,.575,.565,1) both}.fade-out-left{-webkit-animation:fade-out-left .7s cubic-bezier(.25,.46,.45,.94) both;animation:fade-out-left .7s cubic-bezier(.25,.46,.45,.94) both}.fade-out-top{-webkit-animation:fade-out-top .7s cubic-bezier(.25,.46,.45,.94) both;animation:fade-out-top .7s cubic-bezier(.25,.46,.45,.94) both}.fade-out-right{-webkit-animation:fade-out-right .7s cubic-bezier(.25,.46,.45,.94) both;animation:fade-out-right .7s cubic-bezier(.25,.46,.45,.94) both}.fade-out-bottom{-webkit-animation:fade-out-bottom .7s cubic-bezier(.25,.46,.45,.94) both;animation:fade-out-bottom .7s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes swing-in-top-fwd{0%{transform:rotateX(-100deg);transform-origin:top;opacity:0}to{transform:rotateX(0deg);transform-origin:top;opacity:1}}@keyframes swing-in-top-fwd{0%{transform:rotateX(-100deg);transform-origin:top;opacity:0}to{transform:rotateX(0deg);transform-origin:top;opacity:1}}@-webkit-keyframes fade-in-right{0%{transform:translateX(50px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fade-in-right{0%{transform:translateX(50px);opacity:0}to{transform:translateX(0);opacity:1}}@-webkit-keyframes fade-in-left{0%{transform:translateX(-50px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fade-in-left{0%{transform:translateX(-50px);opacity:0}to{transform:translateX(0);opacity:1}}@-webkit-keyframes fade-in-top{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fade-in-top{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@-webkit-keyframes fade-in-bottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fade-in-bottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@-webkit-keyframes fade-in-fwd{0%{transform:translateZ(-80px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes fade-in-fwd{0%{transform:translateZ(-80px);opacity:0}to{transform:translateZ(0);opacity:1}}@-webkit-keyframes fade-in-bck{0%{transform:translateZ(80px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes fade-in-bck{0%{transform:translateZ(80px);opacity:0}to{transform:translateZ(0);opacity:1}}@-webkit-keyframes fade-out-left{0%{transform:translateX(0);opacity:1}to{transform:translateX(-50px);opacity:0}}@keyframes fade-out-left{0%{transform:translateX(0);opacity:1}to{transform:translateX(-50px);opacity:0}}@-webkit-keyframes fade-out-right{0%{transform:translateX(0);opacity:1}to{transform:translateX(50px);opacity:0}}@keyframes fade-out-right{0%{transform:translateX(0);opacity:1}to{transform:translateX(50px);opacity:0}}@-webkit-keyframes fade-out-bottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fade-out-bottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@-webkit-keyframes fade-out-top{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fade-out-top{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}.layout-empty{position:relative;height:100%}.layout-widget-basic{z-index:2}.layout-standalone-basic,.layout-widget-basic{display:flex;flex-direction:column;position:relative;height:100%}.layout-enter{opacity:0;background-color:#fff}.layout-enter-active{opacity:0;background-color:red}.layout-exit,.layout-exit-active{opacity:0}@-webkit-keyframes placeholder-fade{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes placeholder-fade{0%{opacity:0}50%{opacity:1}to{opacity:1}}@-webkit-keyframes background-circle-feedback-enter{0%{transform-origin:center 115%}to{transform-origin:center 90%}}@keyframes background-circle-feedback-enter{0%{transform-origin:center 115%}to{transform-origin:center 90%}}@-webkit-keyframes fade-in-bottom-right-corner{0%{transform:translateY(50px) translateX(50px);opacity:0}to{transform:translateY(0) translateX(0);opacity:1}}@keyframes fade-in-bottom-right-corner{0%{transform:translateY(50px) translateX(50px);opacity:0}to{transform:translateY(0) translateX(0);opacity:1}}@-webkit-keyframes appear-top{0%{top:-20%}to{top:0}}@keyframes appear-top{0%{top:-20%}to{top:0}}.max-width-600{max-width:600px}.flex-col{display:flex;flex-flow:column}.m-r-auto{margin-right:auto}.m-l-auto{margin-left:auto}body.light{--bg-color:#f3f5f7;--text-color:0,0,0;--base:255,255,255;--base-reverse:0,0,0;--story-list-prototype-gradient-1:240,242,245;--story-list-prototype-gradient-2:255,255,255;--welcome-bg-color:255,255,255;--footer-gradient-1:247,247,247;--footer-gradient-2:255,255,255;--footer-border:#f0f0f0;--standalone-header-bg:#fff;--top-nav-bg:#fff;--top-nav-item-color:#1260eb}body.dark{--bg-color:#1d1f2d;--text-color:255,255,255;--base:0,0,0;--base-reverse:255,255,255;--story-list-prototype-gradient-1:29,31,45;--story-list-prototype-gradient-2:29,31,45;--welcome-bg-color:32,42,63;--footer-gradient-1:0,0,0;--footer-gradient-2:84,84,84;--footer-border:transparent;--standalone-header-bg:#292c40;--top-nav-bg:#292c40;--top-nav-item-color:#fff}body,html{height:100%;margin:0;padding:0}*{scrollbar-color:transparent rgba(0,0,0,.5);scrollbar-width:thin}::-webkit-scrollbar{width:6px;height:10px;background-color:transparent}::-webkit-scrollbar-thumb{z-index:9999;background-color:rgba(0,0,0,.5);border-radius:20px}body{font-family:"Nunito",sans-serif;font-size:14px;box-sizing:border-box;background-color:var(--bg-color)}body.widget-mode,body:not(.dark):not(.light){background-color:#fff}body.widget-mode::-webkit-scrollbar{background-color:rgba(0,0,0,.7)}body.widget-mode::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.5)}body.widget-mode #root{background:RGB(var(--widgetPrimaryColor));overflow:hidden}body.preview-widget-bg{background-color:transparent}body.boosted-mode{background-color:transparent!important;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;overflow:hidden}body.boosted-mode.preview-widget-bg{background-color:rgba(0,0,0,.7)!important}body.boosted-mode #root{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}body.poke-in-concept,body.poke-mode{background-color:transparent!important}#root,body.poke-mode{height:100%}#root{position:relative}a{color:inherit;text-decoration:none}.app__loading{height:100%;position:relative;display:flex;justify-content:center;align-items:center}.app__loading .loader{border:2px solid rgba(18,18,18,.7);border-top-color:rgba(0,0,0,.11)}.app__project-not-found{height:100%;position:relative;color:#fff;display:flex;justify-content:center;align-items:center;padding:0 24px;text-align:center;background-color:#1d1f2d}.app__project-not-found .title{font-size:34px;font-weight:200;margin-bottom:12px;color:hsla(0,0%,100%,.5)}.app__project-not-found button{margin-left:auto;margin-right:auto;margin-top:24px}.stage-indicator{position:fixed;top:0;left:0;background-color:orange;height:5px;width:100%;color:#071331;font-weight:700;text-align:center;line-height:38px;z-index:1000000;overflow:hidden;transition:all .1s ease}.stage-indicator:hover{height:38px}
/*# sourceMappingURL=main.5b6429e7.chunk.css.map */</pre></body></html>