.modal *{box-sizing:border-box}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:15000;display:-ms-flexbox;display:flex;visibility:hidden;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-overflow-scrolling:touch;background:rgba(0,0,0,.7);opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;color:#333}.modal--confirm .modal-box{text-align:center}.modal--noOverlayClose{cursor:default}.modal--noClose .modal__close{display:none}.modal__close{position:fixed;top:2rem;z-index:1000;padding:0;width:2rem;height:2rem;border:none;background-color:rgba(0,0,0,0);color:#fff;cursor:pointer}.modal__close svg *{fill:currentColor}.modal__closeLabel{display:none}.modal__close:hover{color:#fff}.modal-box{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:auto;margin-bottom:auto;width:60%;border-radius:4px;background:#fff;opacity:1;cursor:auto;will-change:transform,opacity}.modal-box__content{padding:2rem}.modal-box__footer{padding:1.5rem 2rem;width:auto;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#f5f5f5;cursor:auto}.modal-box__footer:after{display:table;clear:both;content:""}.modal-box__footer--sticky{position:fixed;bottom:-200px;z-index:10001;opacity:1;transition:bottom .3s ease-in-out .3s}.enabled{position:fixed;right:0;left:0;overflow:hidden}.modal--visible .modal-box__footer{bottom:0}.enabled .content-wrapper{filter:blur(8px)}.modal--visible{visibility:visible;opacity:1}.modal--visible .modal-box{animation:scale .2s cubic-bezier(.68,-.55,.265,1.55) forwards}.modal--overflow{overflow-y:scroll;padding-top:8vh}.btn{display:inline-block;margin:0 .5rem;padding:1rem 2rem;border:none;background-color:grey;box-shadow:none;color:#fff;vertical-align:middle;text-decoration:none;font-size:inherit;font-family:inherit;line-height:normal;cursor:pointer;transition:background-color .4s ease}.btn--primary{background-color:#3498db}.btn--danger{background-color:#e74c3c}.btn--default{background-color:#34495e}.btn--pull-left{float:left}.btn--pull-right{float:right}@media (max-width:540px){.modal{top:0;display:block;padding-top:60px;width:100%}.modal-box{width:auto;border-radius:0}.modal-box__content{overflow-y:scroll}.modal--noClose{top:0}.modal--noOverlayClose{padding-top:0}.modal-box__footer .btn{display:block;float:none;margin-bottom:1rem;width:100%}.modal__close{top:0;right:0;left:0;display:block;width:100%;height:60px;border:none;background-color:#2c3e50;box-shadow:none;color:#fff}.modal__closeLabel{font-size:1.6rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.modal__closeIcon,.modal__closeLabel{display:inline-block;vertical-align:middle}.modal__closeIcon{margin-right:.8rem;width:1.6rem;font-size:0}}@media (min-width:768px){.modal{left:200px;right:0}}@media (min-width:1210px){.modal{left:200px;right:200px}}@keyframes scale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.card .back{background-image:linear-gradient(-45deg,rgba(0,0,0,0) 40%,rgba(120,144,156,.7) 0,rgba(120,144,156,.7) 60%,rgba(0,0,0,0) 0),linear-gradient(135deg,rgba(120,144,156,.7) 10%,rgba(0,0,0,0) 0),linear-gradient(-45deg,rgba(120,144,156,.7) 10%,rgba(0,0,0,0) 0),linear-gradient(45deg,rgba(0,0,0,0) 40%,#b0bec5 0,#b0bec5 60%,rgba(0,0,0,0) 0),linear-gradient(45deg,#b0bec5 10%,rgba(0,0,0,0) 0),linear-gradient(-135deg,#b0bec5 10%,rgba(0,0,0,0) 0);background-color:#fcfafb;background-size:.6em .6em;border:.05em solid #76919f}@-ms-viewport{width:device-width}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}*,:after,:before{box-sizing:inherit}html{box-sizing:border-box;touch-action:manipulation;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{line-height:1;text-align:left}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}caption{caption-side:bottom}th{text-align:inherit}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace}pre{overflow:auto;-ms-overflow-style:scrollbar}a{background-color:rgba(0,0,0,0);-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{resize:vertical}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}[tabindex="-1"]:focus{outline:0!important}fieldset{min-width:0}legend{max-width:100%;white-space:normal;color:inherit;display:block}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}template{display:none}[hidden]{display:none}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{background-color:#133436;color:#fff;font-family:sans-serif;font-family:Roboto Condensed,sans-serif;user-select:none;text-size-adjust:100%;background-image:repeating-radial-gradient(circle at center,rgba(0,0,0,.2),rgba(0,0,0,.2) 1px,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);background-size:3px 3px}#game{background-size:auto;background-color:#20767b;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAATklEQVQoU2O0traWOnr06DMGKADxQUx0MUaYAhCNrAndALhCdAl0jWCF6CYhWw2TY8SmCOYcmDtBaohXSLTVyMGCHCRYPYNNMUbwEBvgAK4LWzdCHITrAAAAAElFTkSuQmCC");position:relative;left:200px;height:100%;width:calc(100% - 200px);border:1px solid #20322a;border-top:none;padding-top:3rem;width:-moz-calc(100% - 400px);width:-webkit-calc(100% - 400px);width:calc(100% - 400px);overflow:hidden;box-shadow:0 0 6px rgba(0,0,0,.9)}#adl{left:10px}#adl,#adr{position:absolute;top:40px;width:160px;height:600px;display:inline}#adr{right:0;margin-right:10px}#root{position:relative;margin:0 auto;overflow:hidden}#topbar{position:absolute;top:0;left:0;width:100%;box-shadow:1px 0 4px 0 rgba(0,0,0,.9);background-color:#085b62;text-align:center;background:linear-gradient(0deg,#07545a,#0a6c74)}#topbar .score{float:left;display:inline-block;color:#f2f2f2;text-align:center;padding:.2rem .8rem;text-decoration:none}#topbar .score.us{background-color:#1976d2;margin-left:.1rem}#topbar .score.them{background-color:#dc004e}#topbar .score.fi{background-color:#45a173}#topbar .score .data{padding-top:.2rem;font-weight:600}#topbar .score .data span{font-size:.8rem}#topbar h1{float:left;padding:.7rem 1.2rem 0;font:inherit;font-size:1.2rem;line-height:1;color:#fff;text-transform:uppercase;font-weight:600;text-shadow:-1px -1px 1px hsla(0,0%,100%,.1),1px 1px 1px rgba(0,0,0,.5)}#topbar button{padding:.7rem 1rem;margin:0 .2rem;color:#fff}.clear{clear:both}.art-wrapper{position:relative;border-top:1px solid #000;height:auto;width:100%;background-color:#d6fbfc;color:#333}.art-wrapper .art-content{padding:0 1rem;margin:25px auto 0;width:calc(80% - 360px);position:relative}.art-wrapper .art-content h2{font-size:1.1rem;margin-left:1rem;margin-right:1rem;margin-bottom:.5rem;line-height:1.1rem;font-weight:700;display:block}.art-wrapper .art-content p{text-indent:1rem;margin-bottom:1.1rem;line-height:1.1rem;display:block;text-align:justify}.art-wrapper .art-content p img{float:left;width:100%;margin-top:1rem;margin-bottom:.5rem;height:auto}.art-wrapper .footer{position:relative;border-top:1px solid #72d1d3;height:auto;width:100%;background-color:#aae4e5}.art-wrapper .footer .f-content{padding:0 1rem;margin:25px auto 0;position:relative;width:calc(80% - 360px)}.art-wrapper .footer .f-content .copy{margin:0 auto;text-align:center;padding-bottom:1rem;width:100%}.message{position:fixed;top:2.5rem;left:0;padding:1rem .5rem;font-size:.5rem}.bid-sel,.message{width:100%;text-align:center}.bid-sel{z-index:10000;position:absolute;top:20%}.bid-sel-inner{padding:1rem;display:inline-block;background-color:#fff;color:#000;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;max-width:50%;border:1px solid #2d5641;box-shadow:0 0 10px rgba(0,0,0,.5)}.bid-sel-inner h3{color:#4f4f4f;margin:0 .7rem .4rem;border-bottom:1px solid #e1e1e1;padding-bottom:.2rem}.bid-num,.bid-sel-inner h3{font-size:1.4rem;font-weight:600}.bid-num{position:relative;text-transform:capitalize;cursor:pointer;display:inline-block;color:#fff;width:3rem;height:3rem;line-height:3rem;text-align:center;margin:.4rem}.nil{width:6.6rem}.blue-btn{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-shadow:-1px -1px 0 #2c7982;background:#3eacba;border:1px solid #379aa4;-webkit-box-shadow:0 1px 0 hsla(0,0%,100%,.5) inset,0 -1px 0 hsla(0,0%,100%,.1) inset,0 4px 0 #338a94,0 4px 2px rgba(0,0,0,.5);-moz-box-shadow:0 1px 0 hsla(0,0%,100%,.5) inset,0 -1px 0 hsla(0,0%,100%,.1) inset,0 4px 0 #338a94,0 4px 2px rgba(0,0,0,.5);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.5),inset 0 -1px 0 hsla(0,0%,100%,.1),0 4px 0 #338a94,0 4px 2px rgba(0,0,0,.5)}.blue-btn,.red-btn{font-size:1.2rem;font-weight:600}.red-btn{text-shadow:-1px -1px 0 #a84155;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#d25068;border:1px solid #d25068;-webkit-box-shadow:0 1px 0 hsla(0,0%,100%,.5) inset,0 -1px 0 hsla(0,0%,100%,.1) inset,0 4px 0 #ad4257,0 4px 2px rgba(0,0,0,.5);-moz-box-shadow:0 1px 0 hsla(0,0%,100%,.5) inset,0 -1px 0 hsla(0,0%,100%,.1) inset,0 4px 0 #ad4257,0 4px 2px rgba(0,0,0,.5);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.5),inset 0 -1px 0 hsla(0,0%,100%,.1),0 4px 0 #ad4257,0 4px 2px rgba(0,0,0,.5)}.blind-nil,.deal{width:60%;animation:blinker 1s ease infinite}.blind-nil{margin-top:1.5rem}@keyframes blinker{50%{opacity:.6}}.how-to{display:none}.how-to-m{font-size:1rem}.how-to-m h2{font-size:1.5rem}.how-to-m p{font-size:1.2rem;text-indent:1.5em;margin-top:.6em}.fb-area{top:120%;left:5%}.fb-area,.link-area{position:absolute;z-index:1000}.link-area{top:130%;right:5%}.myButton{box-shadow:inset 0 1px 0 0 #fff;background:linear-gradient(180deg,#ededed 5%,#dfdfdf);background-color:#ededed;border-radius:4px;border:1px solid #dcdcdc;display:inline-block;cursor:pointer;color:#e00768;font-size:15px;font-weight:700;padding:4px 10px;text-decoration:none;text-shadow:0 1px 0 #fff}#menuToggle{display:block;position:relative;top:.6rem;right:3%;z-index:5002;-webkit-user-select:none;user-select:none}#menuToggle input{display:block;width:2.6rem;height:2.6rem;position:absolute;top:-.6rem;left:-.3rem;cursor:pointer;opacity:0;z-index:2;-webkit-touch-callout:none}#menuToggle span{display:block;width:33px;height:4px;margin-bottom:5px;position:relative;background:#fff;border-radius:3px;z-index:1;transform-origin:4px 0;transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease}#menuToggle span:first-child{transform-origin:0 0}#menuToggle span:nth-last-child(2){transform-origin:0 100%}#menuToggle input:checked~span{opacity:1;transform:rotate(45deg) translate(-2px,-1px);background:#232323;top:.3rem;left:.3rem}#menuToggle input:checked~span:nth-last-child(3){opacity:0;transform:rotate(0deg) scale(.2)}#menuToggle input:checked~span:nth-last-child(2){transform:rotate(-45deg) translateY(-1px)}#menu{position:absolute;width:300px;margin:-80px 0 0 -250px;padding-top:90px;padding-bottom:30px;background:#fff;list-style-type:none;-webkit-font-smoothing:antialiased;transform-origin:0 0;transform:translateY(-100%);transition:transform .5s cubic-bezier(.77,.2,.05,1)}#menu li{color:rgba(0,0,0,.87);padding:10px 0 10px 20px;font-size:22px;cursor:pointer;text-align:left}#menu li:hover{text-decoration:none;background-color:rgba(0,0,0,.08)}#menu li:first-child{border-top:1px solid #e1e1e1}#menuToggle input:checked~ul{transform:none}.modal__close svg *{fill:#ff1744}#loader{position:absolute;left:50%;top:50%;border-radius:50%;border:6px solid #f9f9f9;border-top-color:#3498db;width:3rem;height:3rem;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;z-index:10000}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:540px){#topbar{text-align:left}html{font-size:80%}#menuToggle{top:.4rem}}@media (min-width:640px){html{font-size:100%}}@media (max-width:1400px){#adr{width:0;height:0;display:none}#game{width:-moz-calc(100% - 200px);width:-webkit-calc(100% - 200px);width:calc(100% - 200px)}.art-wrapper .art-content,.footer .f-content{width:-moz-calc(80% - 200px);width:-webkit-calc(80% - 200px);width:calc(80% - 200px)}}@media (max-width:1210px){#adr{width:0;height:0;display:none}#game{width:-moz-calc(100% - 200px);width:-webkit-calc(100% - 200px);width:calc(100% - 200px)}.art-wrapper .art-content,.footer .f-content{width:-moz-calc(80% - 200px);width:-webkit-calc(80% - 200px);width:calc(80% - 200px)}}@media (max-width:1010px){#adl,#adr{width:0;height:0;display:none}.bid-sel-inner{max-width:90%}html{font-size:80%}#game,.art-wrapper .art-content,.art-wrapper .footer .f-content{left:0;width:100%}}@media (max-height:400px) and (orientation:landscape){html{font-size:70%}}@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-device-pixel-ratio:3) and (orientation:landscape){#adl,#adr{width:0;height:0;display:none}#game,.art-wrapper .art-content,.art-wrapper .footer .f-content{left:0;width:100%}.modal{left:0;right:0}}.modal-box__content{padding-bottom:0}.score-modal{padding:2rem;font-size:1rem}.score-modal .sc-title{margin-bottom:.2rem}.score-modal .sc-title span{font-size:1.4rem;font-weight:600}.score-modal .modal-box{max-width:600px}.score-modal .modal-box h2{font-size:1.6rem}.score-modal .modal-box p{display:block;margin:1em 0}.score-modal table{width:100%;border-collapse:collapse;border-radius:.4rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.2);display:table;text-align:center}.score-modal table thead{background-color:#fff;border-bottom:none;color:#fff;display:table-header-group;vertical-align:middle;font-size:.9rem}.score-modal table thead tr{display:table-row;vertical-align:inherit;border-color:inherit}.score-modal table thead th{text-transform:capitalize;background-color:#27ae60;font-weight:600;padding:6px;display:table-cell}.score-modal table tbody tr{display:table-row;background:#f6f6f6}.score-modal table tbody tr:nth-of-type(odd){background:#e9e9e9}.score-modal table tbody tr:last-of-type{background:#ffe082;font-weight:600;font-size:1.1rem}.score-modal table tbody tr:nth-last-of-type(2){border-top:1px solid #f1cd5f;background:#ffe8a4;font-size:1rem}.score-modal table tbody tr.green{background:#27ae60}.score-modal table tbody tr.blue{background:#2980b9}.score-modal table tbody td{border-right:1px solid #d6d6d6;padding:6px 12px;display:table-cell}.score-modal table tbody td:first-child{padding-left:1rem;width:40%;text-align:left}.score-modal table tbody td span{color:#d40000}@media (max-width:480px){.score-modal{font-size:.8rem}}.player{color:#fff;position:absolute;margin:auto;width:6rem;height:3.5rem;padding-top:.9rem;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQYV2NkYGCQYmBgeMYABYwwBjYBsEoMFQBPvgIFqyjoxwAAAABJRU5ErkJggg==) repeat;z-index:5000;text-align:center;border-radius:8px;text-shadow:0 1px 1px #000;box-shadow:inset 0 0 4px 0 hsla(0,0%,100%,.49),inset 0 1em .1em 0 hsla(0,0%,100%,.1),0 0 4px 0 rgba(0,0,0,.52);font-weight:600;transition:all .4s ease-out}.player .name span{font-size:2rem;position:absolute;left:0;top:-55%;right:0;text-shadow:0 1px 3px #000;margin:0 auto;border-radius:50%;background:#0ba67e;background-repeat:no-repeat;width:2.8rem;height:2.8rem;background-size:100%;box-shadow:inset 0 0 6px 0 rgba(0,0,0,.46),0 2px 1px 0 rgba(0,0,0,.21);border:2px solid #024144}.player .bid{padding-top:.1rem;font-size:1.1rem;font-stretch:ultra-condensed}.player .diller{font-size:1.1rem;top:-15%;left:30%;background-color:red;border-radius:20px;width:1.4rem;height:1.4rem;padding-top:.16rem;box-shadow:1px 2px 2px rgba(0,0,0,.15);border:1px solid #880e0e}.player .diller,.tooltip{position:absolute;color:#fff;text-align:center}.tooltip{visibility:hidden;width:7rem;background-color:rgba(51,51,51,.9);border-radius:6px;padding:5px 0;z-index:1;bottom:160%;left:50%;margin-left:-4.5rem;opacity:0;-webkit-transition:opacity .4s ease-in-out,visibility .2s ease-in-out;-moz-transition:opacity .4s ease-in-out,visibility .2s ease-in-out;transition:opacity .4s ease-in-out,visibility .2s ease-in-out}.tooltip:after{content:"";position:absolute;border-width:5px;border-style:solid}.top{background-color:#1976d2;border:2px solid #07335f;top:2px;left:0;right:0}.top .diller{top:auto;left:auto;bottom:-15%;right:-10%}.top .tooltip{top:120%;bottom:auto;margin-left:-3.5rem}.top .tooltip:after{top:-36%;left:50%;margin-left:-5px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(51,51,51,.9)}.right{background-color:#dc004e;border:2px solid #56021f;right:10%;top:0;bottom:30%;height:5rem;width:4rem}.right .diller{top:auto;left:-15%;bottom:-15%}.right .tooltip{left:-100%;bottom:40%;margin-left:-3.8rem}.right .tooltip:after{top:35%;left:100%;margin-left:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) rgba(51,51,51,.9)}.right .name{margin-top:20%}.right .name span{top:-23%}.bottom{background-color:#1976d2;border:2px solid #07335f;bottom:60px;left:0;right:0}.bottom .diller{top:-15%;left:-10%}.bottom .tooltip{margin-left:-3.5rem}.bottom .tooltip:after{top:100%;left:50%;margin-left:-5px;border-color:rgba(51,51,51,.9) rgba(0,0,0,0) rgba(0,0,0,0)}.left{background-color:#dc004e;border:2px solid #56021f;left:10%;top:0;bottom:30%;height:5rem;width:4rem}.left .diller{top:-10%;left:auto;right:-15%}.left .tooltip{left:9rem;bottom:40%}.left .tooltip:after{top:35%;left:0;margin-left:-10px;border-color:rgba(0,0,0,0) rgba(51,51,51,.9) rgba(0,0,0,0) rgba(0,0,0,0)}.left .name{margin-top:20%}.left .name span{top:-23%}.cookie-consent{background-color:#252e39;bottom:0;color:#fff;font-family:Arial;font-size:16px;left:0;line-height:1.4;position:fixed;transform:translateZ(0);width:100%;z-index:10000;left:200px;width:-moz-calc(100% - 400px);width:-webkit-calc(100% - 400px);width:calc(100% - 400px)}@media (max-width:1210px){.cookie-consent{width:-moz-calc(100% - 200px);width:-webkit-calc(100% - 200px);width:calc(100% - 200px)}}@media (max-width:768px){.cookie-consent{left:0;width:100%}}.cookie-consent__inner{display:flex;flex-direction:column;margin:0 auto;max-width:1400px;padding:20px 0;width:100%}@media only screen and (min-width:800px){.cookie-consent__inner{align-items:center;flex-direction:row}}.cookie-consent__policy{flex:2;margin:0;padding:0 20px}.cookie-consent__buttons-wrap{display:flex;flex:1;flex-direction:column;width:100%}@media only screen and (min-width:500px){.cookie-consent__buttons-wrap{flex-direction:row;justify-content:space-between}}@media only screen and (min-width:800px){.cookie-consent__buttons-wrap{flex-direction:row-reverse}}.cookie-consent__button{background:none;background-color:#3498db;border:0;color:#fff;cursor:pointer;display:block;font-family:Arial;font-size:16px;font-weight:700;margin:20px 20px 0;padding:0;position:relative;text-align:center;text-decoration:none;width:auto}@media only screen and (min-width:500px){.cookie-consent__button{max-width:200px;width:calc(50% - 40px)}}@media only screen and (min-width:800px){.cookie-consent__button{margin:0 20px}}.cookie-consent__button:hover{background-color:#258cd1}.cookie-consent__button:focus{outline:none}.cookie-consent__button:after{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100.8 77.3"><path d="M37 50.4L13.4 26.9 0 40.3l37 37 63.9-63.9L87.4 0 37 50.4z"/></svg>');background-repeat:no-repeat;background-size:100%;content:"";display:block;height:12px;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px;color:#fff}.cookie-consent__button--additional:after{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M0 57.1h71.4L39.3 89.2 50 100l50-50L50 0 39.3 10.7l32.1 32.2H0v14.2z"/></svg>');height:16px;width:16px}.cookie-consent__button-text{display:block;padding:10px 45px 10px 20px}.cookie-consent__accessible-text{height:1px;overflow:hidden;position:absolute;top:-10px;width:1px}.cookie-consent--has-additional .cookie-consent__policy{flex:.8}@media only screen and (min-width:1200px){.cookie-consent--has-additional .cookie-consent__policy{flex:1.5}}.cookie-consent--has-additional .cookie-consent__button{max-width:none}.card{position:absolute;display:inline-block;background-color:#fff;border-radius:.3em;box-shadow:-.1em .1em .1em rgba(0,0,0,.28),0 0 .3em 0 rgba(0,0,0,.28);cursor:default;will-change:transform}.card:after,.card:before{position:absolute;font-size:1.2rem;font-weight:600;text-align:center;line-height:.7rem;white-space:pre-line;width:.55rem;letter-spacing:-.1rem}.card:before{top:.3rem;left:.15rem}.card:after{bottom:.3rem;right:.1rem;transform:rotate(180deg)}.card .face{font-size:.7em;line-height:.7em;height:100%;background-position:50% 50%;background-size:100% 100%;background-repeat:no-repeat;cursor:pointer;border-radius:.3em}.card .face.shade{border-radius:.4em;box-shadow:inset 0 0 200px rgba(0,0,0,.69)}.card .back{position:absolute;border-radius:.2em;width:92%;height:95%;bottom:0;top:0;left:0;right:0;margin:auto}.card.clubs,.card.joker,.card.spades{color:#303030}.card.diamonds,.card.hearts,.card.joker.rank3{color:#d25068}.card-suits{font-size:3.5em;height:1em;width:1em;background-repeat:no-repeat;display:inline-block;line-height:1em;top:60%;left:55%;transform:translate(-50%,-50%)}.card-suits,.card-topleft{position:absolute;z-index:-1}.card-topleft{top:.1em;left:1.1em}.card-topleft .card-corner-rank,.card-topleft .card-corner-suit{font-size:2em;line-height:.9em;text-align:center;transform:translate(-50%);font-weight:600}.card-topleft .card-corner-suit{margin-left:.04em;line-height:.8em;background-repeat:no-repeat;display:inline-block;height:.8em;width:.8em}.spades-i{background-image:url(svg/spade.svg)}.hearts-i{background-image:url(svg/hearts.svg)}.clubs-i{background-image:url(svg/club.svg)}.diamonds-i{background-image:url(svg/diamond.svg)}.jack-i{background-image:url(svg/jack.svg)}.jack-i,.queen-i{height:1.2em;width:1.2em}.queen-i{background-image:url(svg/queen.svg)}.king-i{height:1.2em;width:1.2em;background-image:url(svg/king.svg)}@media (min-width:481px) and (max-width:767px){#topbar h1{display:none}}@media (min-width:320px) and (max-width:480px){html{font-size:80%}#topbar h1{display:none}}@media (max-width:320px){html{font-size:60%}#topbar h1{display:none}}