.Select{position:relative}.Select input::-webkit-contacts-auto-fill-button,.Select input::-webkit-credentials-auto-fill-button{display:none!important}.Select input::-ms-clear,.Select input::-ms-reveal{display:none!important}.Select,.Select div,.Select input,.Select span{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.Select.is-disabled .Select-arrow-zone{cursor:default;pointer-events:none;opacity:.35}.Select.is-disabled>.Select-control{background-color:#f9f9f9}.Select.is-disabled>.Select-control:hover{box-shadow:none}.Select.is-open>.Select-control{border-bottom-right-radius:0;border-bottom-left-radius:0;background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.Select.is-open>.Select-control .Select-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.Select.is-searchable.is-focused:not(.is-open)>.Select-control,.Select.is-searchable.is-open>.Select-control{cursor:text}.Select.is-focused>.Select-control{background:#fff}.Select.is-focused:not(.is-open)>.Select-control{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 3px rgba(0,126,255,.1);background:#fff}.Select.has-value.is-clearable.Select--single>.Select-control .Select-value{padding-right:42px}.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.Select.has-value.Select--single>.Select-control .Select-value .Select-value-label{color:#333}.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label,.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label{cursor:pointer;text-decoration:none}.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover,.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover{color:#007eff;outline:none;text-decoration:underline}.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus{background:#fff}.Select.has-value.is-pseudo-focused .Select-input{opacity:0}.Select.is-open .Select-arrow,.Select .Select-arrow-zone:hover>.Select-arrow{border-top-color:#666}.Select.Select--rtl{direction:rtl;text-align:right}.Select-control{background-color:#fff;border-color:#d9d9d9 #ccc #b3b3b3;border-radius:4px;border:1px solid #ccc;color:#333;cursor:default;display:table;border-spacing:0;border-collapse:separate;height:36px;outline:none;overflow:hidden;position:relative;width:100%}.Select-control:hover{box-shadow:0 1px 0 rgba(0,0,0,.06)}.Select-control .Select-input:focus{outline:none;background:#fff}.Select--single>.Select-control .Select-value,.Select-placeholder{bottom:0;color:#aaa;left:0;line-height:34px;padding-left:10px;padding-right:10px;position:absolute;right:0;top:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Select-input{height:34px;padding-left:10px;padding-right:10px;vertical-align:middle}.Select-input>input{width:100%;background:none transparent;border:0 none;box-shadow:none;cursor:default;display:inline-block;font-family:inherit;font-size:inherit;margin:0;outline:none;line-height:17px;padding:8px 0 12px;-webkit-appearance:none}.is-focused .Select-input>input{cursor:text}.has-value.is-pseudo-focused .Select-input{opacity:0}.Select-control:not(.is-searchable)>.Select-input{outline:none}.Select-loading-zone{cursor:pointer;display:table-cell;text-align:center}.Select-loading,.Select-loading-zone{position:relative;vertical-align:middle;width:16px}.Select-loading{-webkit-animation:Select-animation-spin .4s infinite linear;-o-animation:Select-animation-spin .4s infinite linear;animation:Select-animation-spin .4s infinite linear;height:16px;box-sizing:border-box;border-radius:50%;border:2px solid #ccc;border-right-color:#333;display:inline-block}.Select-clear-zone{-webkit-animation:Select-animation-fadeIn .2s;-o-animation:Select-animation-fadeIn .2s;animation:Select-animation-fadeIn .2s;color:#999;cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:17px}.Select-clear-zone:hover{color:#d0021b}.Select-clear{display:inline-block;font-size:18px;line-height:1}.Select--multi .Select-clear-zone{width:17px}.Select-arrow-zone{cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:25px;padding-right:5px}.Select--rtl .Select-arrow-zone{padding-right:0;padding-left:5px}.Select-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px;display:inline-block;height:0;width:0;position:relative}.Select-control>:last-child{padding-right:5px}.Select--multi .Select-multi-value-wrapper{display:inline-block}.Select .Select-aria-only{position:absolute;display:inline-block;height:1px;width:1px;margin:-1px;clip:rect(0,0,0,0);overflow:hidden;float:left}@-webkit-keyframes Select-animation-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Select-animation-fadeIn{0%{opacity:0}to{opacity:1}}.Select-menu-outer{border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#fff;border:1px solid #ccc;border-top-color:#e6e6e6;box-shadow:0 1px 0 rgba(0,0,0,.06);box-sizing:border-box;margin-top:-1px;max-height:200px;position:absolute;left:0;top:100%;width:100%;z-index:1;-webkit-overflow-scrolling:touch}.Select-menu{max-height:198px;overflow-y:auto}.Select-option{box-sizing:border-box;background-color:#fff;color:#666;cursor:pointer;display:block;padding:8px 10px}.Select-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.Select-option.is-selected{background-color:#f5faff;background-color:rgba(0,126,255,.04);color:#333}.Select-option.is-focused{background-color:#ebf5ff;background-color:rgba(0,126,255,.08);color:#333}.Select-option.is-disabled{color:#ccc;cursor:default}.Select-noresults{box-sizing:border-box;color:#999;cursor:default;display:block;padding:8px 10px}.Select--multi .Select-input{vertical-align:middle;margin-left:10px;padding:0}.Select--multi.Select--rtl .Select-input{margin-left:0;margin-right:10px}.Select--multi.has-value .Select-input{margin-left:5px}.Select--multi .Select-value{background-color:#ebf5ff;background-color:rgba(0,126,255,.08);border-radius:2px;border:1px solid #c2e0ff;border:1px solid rgba(0,126,255,.24);color:#007eff;display:inline-block;font-size:.9em;line-height:1.4;margin-left:5px;margin-top:5px;vertical-align:top}.Select--multi .Select-value-icon,.Select--multi .Select-value-label{display:inline-block;vertical-align:middle}.Select--multi .Select-value-label{border-bottom-right-radius:2px;border-top-right-radius:2px;cursor:default;padding:2px 5px}.Select--multi a.Select-value-label{color:#007eff;cursor:pointer;text-decoration:none}.Select--multi a.Select-value-label:hover{text-decoration:underline}.Select--multi .Select-value-icon{cursor:pointer;border-bottom-left-radius:2px;border-top-left-radius:2px;border-right:1px solid #c2e0ff;border-right:1px solid rgba(0,126,255,.24);padding:1px 5px 3px}.Select--multi .Select-value-icon:focus,.Select--multi .Select-value-icon:hover{background-color:#d8eafd;background-color:rgba(0,113,230,.08);color:#0071e6}.Select--multi .Select-value-icon:active{background-color:#c2e0ff;background-color:rgba(0,126,255,.24)}.Select--multi.Select--rtl .Select-value{margin-left:0;margin-right:5px}.Select--multi.Select--rtl .Select-value-icon{border-right:none;border-left:1px solid #c2e0ff;border-left:1px solid rgba(0,126,255,.24)}.Select--multi.is-disabled .Select-value{background-color:#fcfcfc;border:1px solid #e3e3e3;color:#333}.Select--multi.is-disabled .Select-value-icon{cursor:not-allowed;border-right:1px solid #e3e3e3}.Select--multi.is-disabled .Select-value-icon:active,.Select--multi.is-disabled .Select-value-icon:focus,.Select--multi.is-disabled .Select-value-icon:hover{background-color:#fcfcfc}@keyframes Select-animation-spin{to{transform:rotate(1turn)}}@-webkit-keyframes Select-animation-spin{to{-webkit-transform:rotate(1turn)}}.rh5v-DefaultPlayer_component{position:relative;font-family:Helvetica;font-size:11px;background-color:#000}.rh5v-DefaultPlayer_video{width:100%;height:100%}.rh5v-DefaultPlayer_controls{position:absolute;bottom:0;right:0;left:0;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:rgba(0,0,0,.7);opacity:0;transition:opacity .2s}.rh5v-DefaultPlayer_seek{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.rh5v-DefaultPlayer_component:hover .rh5v-DefaultPlayer_controls{opacity:1}.rh5v-Time_component{padding:0 10px;line-height:35px;color:#fff}.rh5v-Time_current{margin-right:5px}.rh5v-Time_duration{margin-left:5px;color:#919191}.rh5v-Seek_component{position:relative}.rh5v-Seek_track{position:absolute;top:50%;left:5px;right:5px;height:4px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-color:#3e3e3e}.rh5v-Seek_buffer,.rh5v-Seek_fill,.rh5v-Seek_input{position:absolute;top:0;left:0;height:100%}.rh5v-Seek_buffer{background-color:#5a5a5a}.rh5v-Seek_fill{background:#fff}.rh5v-Seek_input{width:100%;opacity:0;cursor:pointer}.rh5v-Volume_component{position:relative}.rh5v-Volume_component:hover{background-color:#000}.rh5v-Volume_button{width:34px;height:34px;background:none;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;cursor:pointer}.rh5v-Volume_button:focus{outline:0}.rh5v-Volume_icon{padding:7px}.rh5v-Volume_slider{display:none;position:absolute;right:5px;bottom:100%;left:5px;height:56px;background-color:#000}.rh5v-Volume_component:hover .rh5v-Volume_slider{display:block}.rh5v-Volume_track{position:absolute;top:8px;bottom:8px;left:50%;width:4px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#3e3e3e}.rh5v-Volume_fill,.rh5v-Volume_input{position:absolute;right:0;bottom:0;left:0;height:100%;width:100%}.rh5v-Volume_fill{background-color:#fff}.rh5v-Volume_input{padding:0;margin:0;opacity:0;-webkit-appearance:slider-vertical;cursor:pointer}.rh5v-Captions_component{position:relative}.rh5v-Captions_component:hover{background-color:#000}.rh5v-Captions_button{width:34px;height:34px;background:none;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;cursor:pointer}.rh5v-Captions_button:focus{outline:0}.rh5v-Captions_icon{padding:5px}.rh5v-Captions_trackList{position:absolute;right:0;bottom:100%;display:none;background-color:rgba(0,0,0,.7);list-style:none;padding:0;margin:0;color:#fff}.rh5v-Captions_component:hover .rh5v-Captions_trackList{display:block}.rh5v-Captions_trackItem{padding:7px;cursor:pointer}.rh5v-Captions_activeTrackItem,.rh5v-Captions_trackItem:hover{background:#000}.rh5v-Captions_activeTrackItem{text-decoration:underline}.rh5v-PlayPause_component:hover{background-color:#000}.rh5v-PlayPause_button{width:34px;height:34px;background:none;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;cursor:pointer}.rh5v-PlayPause_button:focus{outline:0}.rh5v-PlayPause_icon{padding:5px}.rh5v-Fullscreen_component:hover{background-color:#000}.rh5v-Fullscreen_button{width:34px;height:34px;background:none;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;cursor:pointer}.rh5v-Fullscreen_button:focus{outline:0}.rh5v-Fullscreen_icon{padding:5px}.rh5v-Overlay_component{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;color:#fff;text-align:center;cursor:pointer;background-color:transparent}.rh5v-Overlay_inner{display:inline-block;width:60px;height:60px;margin-left:-30px;background-color:rgba(0,0,0,.7);border-radius:10px}.rh5v-Overlay_icon,.rh5v-Overlay_inner{position:absolute;top:50%;right:0;left:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.rh5v-Overlay_icon{margin-left:-20px}.pnlm-container{margin:0;padding:0;overflow:hidden;position:relative;cursor:default;width:100%;height:100%;font-family:Helvetica,Nimbus Sans L,Liberation Sans,Arial,sans-serif;background:#f4f4f4 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67' height='100' viewBox='0 0 67 100'%3E%3Cpath stroke='%23ccc' fill='none' d='M33.5 50L0 63l33.5 12L67 63 33.5 50M0 0l67 25m-.5 0v75M0 25L67 0M33.5 75v25m0-100v50'/%3E%3C/svg%3E") repeat;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;outline:0;line-height:1.4;contain:content;touch-action:none}.pnlm-container *{box-sizing:content-box}.pnlm-ui{position:absolute;width:100%;height:100%;z-index:1}.pnlm-grab{cursor:grab;cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='26' width='26'%3E%3Cpath stroke='%23000' fill='%23fff' d='M15.3 20.5s6.38-6.73 4.64-8.24-3.47 1.01-3.47 1.01 3.61-5.72 1.41-6.49c-2.2-.769-3.33 4.36-3.33 4.36s.873-5.76-1.06-5.76-1.58 5.39-1.58 5.39-.574-4.59-2.18-4.12c-1.61.468-.572 5.51-.572 5.51s-1.58-4.89-2.93-3.79c-1.35 1.11.258 5.25.572 6.62.836 2.43 2.03 2.94 2.17 5.55'/%3E%3C/svg%3E") 12 8,default}.pnlm-grabbing{cursor:grabbing;cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='26' width='26'%3E%3Cpath stroke='%23000' fill='%23fff' d='M15.3 20.5s5.07-5.29 3.77-6.74c-1.31-1.45-2.53.14-2.53.14s2.74-3.29.535-4.06c-2.2-.769-2.52 1.3-2.52 1.3s.81-2.13-1.12-2.13-1.52 1.77-1.52 1.77-.261-1.59-1.87-1.12c-1.61.468-.874 2.17-.874 2.17s-.651-1.55-2-.445c-1.35 1.11-.68 2.25-.365 3.62.836 2.43 2.03 2.94 2.17 5.55'/%3E%3C/svg%3E") 12 8,default}.pnlm-sprite{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='208'%3E%3Ccircle fill-opacity='.78' cy='117' cx='13' r='11' fill='%23fff'/%3E%3Ccircle fill-opacity='.78' cy='143' cx='13' r='11' fill='%23fff'/%3E%3Ccircle cy='169' cx='13' r='7' fill='none' stroke='%23000' stroke-width='2'/%3E%3Ccircle cy='195' cx='13' r='7' fill='none' stroke='%23000' stroke-width='2'/%3E%3Ccircle cx='13' cy='195' r='2.5'/%3E%3Cpath d='M5 83v6h2v-4h4v-2zm10 0v2h4v4h2v-6zm-5 5v6h6v-6zm-5 5v6h6v-2H7v-4zm14 0v4h-4v2h6v-6zM13 110a7 7 0 0 0-7 7 7 7 0 0 0 7 7 7 7 0 0 0 7-7 7 7 0 0 0-7-7zm-1 3h2v2h-2zm0 3h2v5h-2zM5 57v6h2v-4h4v-2zm10 0v2h4v4h2v-6zM5 67v6h6v-2H7v-4zm14 0v4h-4v2h6v-6zM17 38v2H9v-2zM12 9v3H9v2h3v3h2v-3h3v-2h-3V9zM13 136l-6.125 6.125h4.375V150h3.5v-7.875h4.375zM10.428 173.33v-5.77l5-2.89v5.77zm1-1.73l3-1.73-3.001-1.74z'/%3E%3C/svg%3E")}.pnlm-container:-moz-full-screen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:-webkit-full-screen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:-ms-fullscreen{height:100%!important;width:100%!important;position:static!important}.pnlm-container:fullscreen{height:100%!important;width:100%!important;position:static!important}.pnlm-render-container{cursor:inherit;position:absolute;height:100%;width:100%}.pnlm-controls{margin-top:4px;background-color:#fff;border:1px solid #999;border-color:rgba(0,0,0,.4);border-radius:3px;cursor:pointer;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}.pnlm-control:hover{background-color:#f8f8f8}.pnlm-controls-container{position:absolute;top:0;left:4px;z-index:1}.pnlm-zoom-controls{width:26px;height:52px}.pnlm-zoom-in{top:0;border-radius:3px 3px 0 0}.pnlm-zoom-in,.pnlm-zoom-out{width:100%;height:50%;position:absolute}.pnlm-zoom-out{bottom:0;background-position:0 -26px;border-top:1px solid #ddd;border-top-color:rgba(0,0,0,.1);border-radius:0 0 3px 3px}.pnlm-fullscreen-toggle-button,.pnlm-hot-spot-debug-indicator,.pnlm-orientation-button{width:26px;height:26px}.pnlm-hot-spot-debug-indicator{position:absolute;top:50%;left:50%;width:26px;height:26px;margin:-13px 0 0 -13px;background-color:hsla(0,0%,100%,.5);border-radius:13px;display:none}.pnlm-orientation-button-inactive{background-position:0 -156px}.pnlm-orientation-button-active{background-position:0 -182px}.pnlm-fullscreen-toggle-button-inactive{background-position:0 -52px}.pnlm-fullscreen-toggle-button-active{background-position:0 -78px}.pnlm-panorama-info{position:absolute;bottom:4px;background-color:rgba(0,0,0,.7);border-radius:0 3px 3px 0;padding-right:10px;color:#fff;text-align:left;display:none;z-index:2;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}.pnlm-title-box{font-size:20px;margin-bottom:3px}.pnlm-author-box,.pnlm-title-box{position:relative;display:table;padding-left:5px}.pnlm-author-box{font-size:12px}.pnlm-load-box{position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:rgba(0,0,0,.7);border-radius:3px;text-align:center;font-size:20px;display:none;color:#fff}.pnlm-load-box p{margin:20px 0}.pnlm-lbox{position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;display:none}.pnlm-loading{animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-name:pnlm-mv;-webkit-animation-name:pnlm-mv;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-timing-function:linear;height:10px;width:10px;background-color:#fff;position:relative}@keyframes pnlm-mv{0%{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}}@-webkit-keyframes pnlm-mv{0%{left:0;top:0}25%{left:10px;top:0}50%{left:10px;top:10px}75%{left:0;top:10px}to{left:0;top:0}}.pnlm-load-button{position:absolute;top:50%;left:50%;width:200px;height:100px;margin:-50px 0 0 -100px;background-color:rgba(0,0,0,.7);border-radius:3px;text-align:center;font-size:20px;display:table;color:#fff;cursor:pointer}.pnlm-load-button:hover{background-color:rgba(0,0,0,.8)}.pnlm-load-button p{display:table-cell;vertical-align:middle}.pnlm-info-box{font-size:15px;position:absolute;top:50%;left:50%;width:200px;height:150px;margin:-75px 0 0 -100px;background-color:#000;border-radius:3px;display:table;text-align:center;color:#fff;table-layout:fixed}.pnlm-info-box a{color:#fff;word-wrap:break-word;overflow-wrap:break-word}.pnlm-info-box p{display:table-cell;vertical-align:middle;padding:0 5px}.pnlm-error-msg{display:none}.pnlm-about-msg{font-size:11px;line-height:11px;color:#fff;padding:5px 8px;background:rgba(0,0,0,.7);border-radius:3px;position:absolute;top:50px;left:50px;display:none;opacity:0;-moz-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;z-index:1}.pnlm-about-msg a:link,.pnlm-about-msg a:visited{color:#fff}.pnlm-about-msg a:active,.pnlm-about-msg a:hover{color:#eee}.pnlm-hotspot-base{position:absolute;visibility:hidden;cursor:default;vertical-align:middle;top:0;z-index:1}.pnlm-hotspot{height:26px;width:26px;border-radius:13px}.pnlm-hotspot:hover{background-color:hsla(0,0%,100%,.2)}.pnlm-hotspot.pnlm-info{background-position:0 -104px}.pnlm-hotspot.pnlm-scene{background-position:0 -130px}div.pnlm-tooltip span{visibility:hidden;position:absolute;border-radius:3px;background-color:rgba(0,0,0,.7);color:#fff;text-align:center;max-width:200px;padding:5px 10px;margin-left:-220px;cursor:default}div.pnlm-tooltip:hover span{visibility:visible}div.pnlm-tooltip:hover span:after{content:"";position:absolute;width:0;height:0;border-width:10px;border-style:solid;border-color:rgba(0,0,0,.7) transparent transparent;bottom:-20px;left:-10px;margin:0 50%}.pnlm-compass{position:absolute;width:50px;height:50px;right:4px;bottom:4px;border-radius:25px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='50' width='50'%3E%3Cpath d='M24.508 6L21.25 24h7.5L25.492 6h-.984zM21.25 26l3.258 18h.984l3.258-18h-7.5zm1.195.994h5.11L25 41.102l-2.555-14.108z'/%3E%3C/svg%3E");cursor:default;display:none}.pnlm-world{position:absolute;left:50%;top:50%}.pnlm-face{position:absolute;-webkit-transform-origin:0 0;transform-origin:0 0}.pnlm-dragfix,.pnlm-preview-img{position:absolute;height:100%;width:100%}.pnlm-preview-img{background-size:cover;background-position:50%}.pnlm-lbar{width:150px;margin:0 auto;border:1px solid #fff;height:6px}.pnlm-lbar-fill{background:#fff;height:100%;width:0}.pnlm-lmsg{font-size:12px}.pnlm-fade-img{position:absolute;top:0;left:0}/*!
 * Cropper.js v1.0.0-rc.3
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-07-07T12:56:42.462Z
 */.cropper-container{font-size:0;line-height:0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;direction:ltr;-ms-touch-action:none;touch-action:none}.cropper-container img{display:block;min-width:0!important;max-width:none!important;min-height:0!important;max-height:none!important;width:100%;height:100%;image-orientation:0deg}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{position:absolute;top:0;right:0;bottom:0;left:0}.cropper-wrap-box{overflow:hidden}.cropper-drag-box{opacity:0;background-color:#fff}.cropper-modal{opacity:.5;background-color:#000}.cropper-view-box{display:block;overflow:hidden;width:100%;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75)}.cropper-dashed{position:absolute;display:block;opacity:.5;border:0 dashed #eee}.cropper-dashed.dashed-h{top:33.33333%;left:0;width:100%;height:33.33333%;border-top-width:1px;border-bottom-width:1px}.cropper-dashed.dashed-v{top:0;left:33.33333%;width:33.33333%;height:100%;border-right-width:1px;border-left-width:1px}.cropper-center{position:absolute;top:50%;left:50%;display:block;width:0;height:0;opacity:.75}.cropper-center:after,.cropper-center:before{position:absolute;display:block;content:" ";background-color:#eee}.cropper-center:before{top:0;left:-3px;width:7px;height:1px}.cropper-center:after{top:-3px;left:0;width:1px;height:7px}.cropper-face,.cropper-line,.cropper-point{position:absolute;display:block;width:100%;height:100%;opacity:.1}.cropper-face{top:0;left:0;background-color:#fff}.cropper-line{background-color:#39f}.cropper-line.line-e{top:0;right:-3px;width:5px;cursor:e-resize}.cropper-line.line-n{top:-3px;left:0;height:5px;cursor:n-resize}.cropper-line.line-w{top:0;left:-3px;width:5px;cursor:w-resize}.cropper-line.line-s{bottom:-3px;left:0;height:5px;cursor:s-resize}.cropper-point{width:5px;height:5px;opacity:.75;background-color:#39f}.cropper-point.point-e{top:50%;right:-3px;margin-top:-3px;cursor:e-resize}.cropper-point.point-n{top:-3px;left:50%;margin-left:-3px;cursor:n-resize}.cropper-point.point-w{top:50%;left:-3px;margin-top:-3px;cursor:w-resize}.cropper-point.point-s{bottom:-3px;left:50%;margin-left:-3px;cursor:s-resize}.cropper-point.point-ne{top:-3px;right:-3px;cursor:ne-resize}.cropper-point.point-nw{top:-3px;left:-3px;cursor:nw-resize}.cropper-point.point-sw{bottom:-3px;left:-3px;cursor:sw-resize}.cropper-point.point-se{right:-3px;bottom:-3px;width:20px;height:20px;cursor:se-resize;opacity:1}@media (min-width:768px){.cropper-point.point-se{width:15px;height:15px}}@media (min-width:992px){.cropper-point.point-se{width:10px;height:10px}}@media (min-width:1200px){.cropper-point.point-se{width:5px;height:5px;opacity:.75}}.cropper-point.point-se:before{position:absolute;right:-50%;bottom:-50%;display:block;width:200%;height:200%;content:" ";opacity:0;background-color:#39f}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{position:absolute;display:block;width:0;height:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{margin-left:-8px;position:absolute}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow:before{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__year-read-view--down-arrow:before{content:"";z-index:-1;border-width:8px;left:-8px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow:before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__year-read-view--down-arrow:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker,.react-datepicker-wrapper{display:inline-block}.react-datepicker{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;position:relative}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{margin-top:10px}.react-datepicker-popper[data-placement^=top]{margin-bottom:6px}.react-datepicker-popper[data-placement^=right]{margin-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{margin-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;border-top-right-radius:.3rem;padding-top:8px;position:relative}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 2px}.react-datepicker__current-month{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker__navigation{line-height:1.7rem;text-align:center;cursor:pointer;position:absolute;top:10px;width:0;border:.45rem solid transparent;z-index:1}.react-datepicker__navigation--previous{left:10px;border-right-color:#ccc}.react-datepicker__navigation--previous:hover{border-right-color:#b3b2b2}.react-datepicker__navigation--next{right:10px;border-left-color:#ccc}.react-datepicker__navigation--next:hover{border-left-color:#b3b2b2}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px;border-top-color:#ccc}.react-datepicker__navigation--years-previous:hover{border-top-color:#b3b2b2}.react-datepicker__navigation--years-upcoming{top:-4px;border-bottom-color:#ccc}.react-datepicker__navigation--years-upcoming:hover{border-bottom-color:#b3b2b2}.react-datepicker__month-container{display:inline;float:left}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day,.react-datepicker__day-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day{cursor:pointer}.react-datepicker__day:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today{font-weight:700}.react-datepicker__day--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2{color:green}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__day--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range){background-color:rgba(33,107,165,.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover{background-color:transparent}.react-datepicker__input-container{position:relative;display:inline-block}.react-datepicker__month-read-view,.react-datepicker__year-read-view{border:1px solid transparent;border-radius:.3rem}.react-datepicker__month-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b2b2}.react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{border-top-color:#ccc;float:right;margin-left:20px;top:8px;position:relative;border-width:.45rem}.react-datepicker__month-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__month-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__month-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__month-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b2b2}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b2b2}.react-datepicker__month-option--selected,.react-datepicker__year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{background-color:transparent;border:0;cursor:pointer;display:inline-block;height:0;outline:0;padding:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;bottom:0;box-sizing:border-box;color:#fff;content:"\D7";cursor:pointer;font-size:12px;height:16px;width:16px;line-height:1;margin:-8px auto 0;padding:2px;position:absolute;right:7px;text-align:center;top:50%}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name{width:3rem;line-height:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__portal .react-datepicker__navigation{border:.81rem solid transparent}.react-datepicker__portal .react-datepicker__navigation--previous{border-right-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--previous:hover{border-right-color:#b3b2b2}.react-datepicker__portal .react-datepicker__navigation--next{border-left-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--next:hover{border-left-color:#b3b2b2}.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.grid.padded{margin-left:-15px;margin-right:-15px}.grid.top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.grid.middle{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.grid.bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}.grid.stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;-ms-grid-row-align:stretch;align-items:stretch}.grid.baseline{-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;-ms-grid-row-align:baseline;align-items:baseline}.grid.left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.grid.center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.grid.right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.grid.between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.grid.around{-ms-flex-pack:distribute;justify-content:space-around}.cell{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;float:left}.cell.padded{padding-left:15px;padding-right:15px}.cell.fill{width:0;min-width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.cell.xlg-1{width:8.33333%}.cell.xlg-2{width:16.66667%}.cell.xlg-3{width:25%}.cell.xlg-4{width:33.33333%}.cell.xlg-5{width:41.66667%}.cell.xlg-6{width:50%}.cell.xlg-7{width:58.33333%}.cell.xlg-8{width:66.66667%}.cell.xlg-9{width:75%}.cell.xlg-10{width:83.33333%}.cell.xlg-11{width:91.66667%}.cell.xlg-12{width:100%}@media only screen and (max-width:1599px){.cell.lg-1{width:8.33333%}.cell.lg-2{width:16.66667%}.cell.lg-3{width:25%}.cell.lg-4{width:33.33333%}.cell.lg-5{width:41.66667%}.cell.lg-6{width:50%}.cell.lg-7{width:58.33333%}.cell.lg-8{width:66.66667%}.cell.lg-9{width:75%}.cell.lg-10{width:83.33333%}.cell.lg-11{width:91.66667%}.cell.lg-12{width:100%}}@media only screen and (max-width:1023px){.cell.md-1{width:8.33333%}.cell.md-2{width:16.66667%}.cell.md-3{width:25%}.cell.md-4{width:33.33333%}.cell.md-5{width:41.66667%}.cell.md-6{width:50%}.cell.md-7{width:58.33333%}.cell.md-8{width:66.66667%}.cell.md-9{width:75%}.cell.md-10{width:83.33333%}.cell.md-11{width:91.66667%}.cell.md-12{width:100%}}@media only screen and (max-width:959px){.cell.sm-1{width:8.33333%}.cell.sm-2{width:16.66667%}.cell.sm-3{width:25%}.cell.sm-4{width:33.33333%}.cell.sm-5{width:41.66667%}.cell.sm-6{width:50%}.cell.sm-7{width:58.33333%}.cell.sm-8{width:66.66667%}.cell.sm-9{width:75%}.cell.sm-10{width:83.33333%}.cell.sm-11{width:91.66667%}.cell.sm-12{width:100%}}@media only screen and (max-width:767px){.cell.xs-1{width:8.33333%}.cell.xs-2{width:16.66667%}.cell.xs-3{width:25%}.cell.xs-4{width:33.33333%}.cell.xs-5{width:41.66667%}.cell.xs-6{width:50%}.cell.xs-7{width:58.33333%}.cell.xs-8{width:66.66667%}.cell.xs-9{width:75%}.cell.xs-10{width:83.33333%}.cell.xs-11{width:91.66667%}.cell.xs-12{width:100%}}@media only screen and (max-width:479px){.cell.xxs-1{width:8.33333%}.cell.xxs-2{width:16.66667%}.cell.xxs-3{width:25%}.cell.xxs-4{width:33.33333%}.cell.xxs-5{width:41.66667%}.cell.xxs-6{width:50%}.cell.xxs-7{width:58.33333%}.cell.xxs-8{width:66.66667%}.cell.xxs-9{width:75%}.cell.xxs-10{width:83.33333%}.cell.xxs-11{width:91.66667%}.cell.xxs-12{width:100%}}@-webkit-keyframes tooltip{to{opacity:.9;-webkit-transform:translate(-70%);transform:translate(-70%)}}@keyframes tooltip{to{opacity:.9;-webkit-transform:translate(-70%);transform:translate(-70%)}}[data-tooltip]{position:relative}[data-tooltip]:after,[data-tooltip]:before{display:none;font-size:10px;line-height:1;opacity:0;pointer-events:none;position:absolute;text-transform:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-tooltip]:before{border:5px solid transparent;border-bottom-width:2px;border-top-color:#00a6f0;bottom:100%;content:"";left:10px;z-index:1001}[data-tooltip]:after,[data-tooltip]:before{-webkit-transform:translate(-70%,-.5em);-ms-transform:translate(-70%,-.5em);transform:translate(-70%,-.5em)}[data-tooltip]:after{background:#00a6f0;bottom:calc(100% + 7px);color:#fff;content:attr(data-tooltip);font-family:Fira Sans,sans-serif;font-weight:500;left:-70%;overflow:hidden;padding:6px 7px;text-align:center;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;z-index:1000}[data-tooltip]:hover:after,[data-tooltip]:hover:before{-webkit-animation:tooltip .18s ease-out forwards;animation:tooltip .18s ease-out forwards;display:block}@-webkit-keyframes tooltip-center{to{opacity:.9;-webkit-transform:translate(-50%);transform:translate(-50%)}}@keyframes tooltip-center{to{opacity:.9;-webkit-transform:translate(-50%);transform:translate(-50%)}}[data-tooltip].center{position:relative}[data-tooltip].center:after,[data-tooltip].center:before{display:none;font-size:10px;line-height:1;opacity:0;pointer-events:none;position:absolute;text-transform:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-tooltip].center:before{border:5px solid transparent;border-bottom-width:2px;border-top-color:#00a6f0;bottom:100%;content:"";z-index:1001}[data-tooltip].center:after,[data-tooltip].center:before{left:50%;-webkit-transform:translate(-50%,-.5em);-ms-transform:translate(-50%,-.5em);transform:translate(-50%,-.5em)}[data-tooltip].center:after{background:#00a6f0;bottom:calc(100% + 7px);color:#fff;content:attr(data-tooltip);font-family:Fira Sans,sans-serif;font-weight:500;overflow:hidden;padding:6px 7px;text-align:center;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;z-index:1000}[data-tooltip].center:hover:after,[data-tooltip].center:hover:before{-webkit-animation:tooltip-center .18s ease-out forwards;animation:tooltip-center .18s ease-out forwards;display:block}[data-tooltip].bottom:hover:before{border:5px solid transparent;border-top-width:2px;border-bottom-color:#00a6f0;bottom:-50%}[data-tooltip].bottom:hover:after{bottom:calc(-50% - 22px)}.position-adjustable-component{position:fixed;top:40px;left:0;width:100%;z-index:10;max-width:100vw}@media only screen and (max-width:959px){.position-adjustable-component{top:50px}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.position-adjustable-component{top:50px}}.position-adjustable-component .position-fixed-container{width:100%;margin:0 auto;max-width:1600px}.position-adjustable-component .position-fixed-container .position-fixed-alignment{width:calc(100% - 100px);display:inline-block;vertical-align:top;position:relative;z-index:1;margin-left:100px;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:-webkit-transform .3s linear .25s;transition:-webkit-transform .3s linear .25s;-o-transition:transform .3s linear .25s;transition:transform .3s linear .25s;transition:transform .3s linear .25s,-webkit-transform .3s linear .25s;height:0}@media only screen and (max-width:959px){.position-adjustable-component .position-fixed-container .position-fixed-alignment{margin-left:0;width:100%}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.position-adjustable-component .position-fixed-container .position-fixed-alignment{margin-left:0;width:100%}}.position-adjustable-component .position-fixed-container .position-fixed-alignment.closing{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:-webkit-transform .3s linear;transition:-webkit-transform .3s linear;-o-transition:transform .3s linear;transition:transform .3s linear;transition:transform .3s linear,-webkit-transform .3s linear}.position-adjustable-component .position-fixed-container .position-fixed-alignment.hovered-menu,.position-adjustable-component .position-fixed-container .position-fixed-alignment.open-menu{-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0);-webkit-transition:-webkit-transform .3s linear .4s;transition:-webkit-transform .3s linear .4s;-o-transition:transform .3s linear .4s;transition:transform .3s linear .4s;transition:transform .3s linear .4s,-webkit-transform .3s linear .4s}@media only screen and (max-width:959px){.position-adjustable-component .position-fixed-container .position-fixed-alignment.hovered-menu,.position-adjustable-component .position-fixed-container .position-fixed-alignment.open-menu{-webkit-transform:translate3d(300px,0,0);transform:translate3d(300px,0,0);-webkit-transition:-webkit-transform .3s linear;transition:-webkit-transform .3s linear;-o-transition:transform .3s linear;transition:transform .3s linear;transition:transform .3s linear,-webkit-transform .3s linear}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.position-adjustable-component .position-fixed-container .position-fixed-alignment.hovered-menu,.position-adjustable-component .position-fixed-container .position-fixed-alignment.open-menu{-webkit-transform:translate3d(300px,0,0);transform:translate3d(300px,0,0);-webkit-transition:-webkit-transform .3s linear;transition:-webkit-transform .3s linear;-o-transition:transform .3s linear;transition:transform .3s linear;transition:transform .3s linear,-webkit-transform .3s linear}}.advertise-aware{float:left;min-height:10px}@media only screen and (min-width:960px){.advertise-aware{width:calc(100% - 260px)!important}}@media only screen and (max-width:959px){.advertise-aware{width:100%}}.advertise{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;float:left;margin-bottom:36px}@media only screen and (max-width:959px){.advertise{width:100%;-ms-flex-preferred-size:auto;flex-basis:auto}}.advertise.half-advertise{-webkit-box-flex:0;-ms-flex:0 100%;flex:0 100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%}.advertise.half-advertise .pubs{-webkit-box-ordinal-group:auto;-ms-flex-order:auto;order:auto;-webkit-box-flex:1;-ms-flex:1 50%;flex:1 50%;max-height:260px}.advertise.half-advertise .pubs *{max-height:260px}@media only screen and (max-width:767px){.advertise.half-advertise{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.advertise.half-advertise .pubs{-webkit-box-flex:0;-ms-flex:0 100%;flex:0 100%}}.advertise .section-title{color:#00a6f0;font-size:18px;font-weight:900;margin:0;padding:20px 0 7px;text-transform:uppercase;letter-spacing:.75px;line-height:30px}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-overflow-scrolling:touch;-webkit-box-sizing:border-box;box-sizing:border-box}*,body,html{-webkit-tap-highlight-color:transparent}body,html{height:100%;background-color:#2c272f}body,html{overflow:hidden}body{margin:0;padding:0;font-family:Fira Sans,sans-serif;-webkit-overflow-scrolling:touch}.app{height:100%;width:100%}.topbanner-container{width:100%;margin:0 auto;max-width:1600px}.topbanner-container video{width:100%;min-height:0;max-height:75px;-o-object-fit:cover;object-fit:cover;vertical-align:middle}.main-container{width:100%;margin:0 auto;max-width:1600px;height:100%}.body-container{width:calc(100% - 100px);display:inline-block;vertical-align:top;position:relative;z-index:1;margin-top:40px;margin-left:100px;min-height:calc(100vh - 40px);-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:-webkit-transform .3s linear .25s;transition:-webkit-transform .3s linear .25s;-o-transition:transform .3s linear .25s;transition:transform .3s linear .25s;transition:transform .3s linear .25s,-webkit-transform .3s linear .25s;height:calc(100vh - 40px)}@media only screen and (min-width:2200px){.body-container{width:100%;margin-left:0}}@media only screen and (max-width:959px){.body-container{margin-left:0;width:100%;margin-top:50px;min-height:calc(100vh - 50px - 0);height:calc(100vh - 50px - 0)}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.body-container{margin-left:0;width:100%;margin-top:50px;min-height:calc(100vh - 50px);height:calc(100vh - 50px)}}.body-container.closing{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:-webkit-transform .3s linear;transition:-webkit-transform .3s linear;-o-transition:transform .3s linear;transition:transform .3s linear;transition:transform .3s linear,-webkit-transform .3s linear}.body-container iframe{border:0}.page-animation{background-color:#fff;width:100%;min-height:calc(100vh - 40px);float:left}@media only screen and (max-width:959px){.page-animation{min-height:calc(100vh - 50px)}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.page-animation{min-height:calc(100vh - 50px)}}.page-animation>div{min-height:calc(100vh - 40px);opacity:1;-webkit-transition:opacity .4s ease-out;-o-transition:opacity .4s ease-out;transition:opacity .4s ease-out;width:100%}@media only screen and (max-width:959px){.page-animation>div{min-height:calc(100vh - 50px)}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.page-animation>div{min-height:calc(100vh - 50px)}}.page-animation .page-swap-enter:not(.page-load){position:absolute;z-index:1;top:0;opacity:0}.page-animation .page-swap-enter-active:not(.page-load){opacity:1}.page-animation .page-swap-leave:not(.page-load){position:relative;z-index:2;top:0;opacity:1}.page-animation .page-swap-enter-active:not(.page-load){-webkit-transition:opacity .1s ease-in-out;-o-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out;opacity:0}.load-more-container{width:100%;display:inline-block}.load-more-container .load-more{width:100%;border:0;border-top:1px solid #e5f6fd;background-color:transparent;height:70px;font-size:16px;color:#00a6f0;font-weight:700;cursor:pointer;outline:0;position:relative;text-transform:uppercase;font-family:Fira Sans,sans-serif}.load-more-container .load-more.dark{border-top:1px solid hsla(0,0%,100%,.5)}.load-more-container .loading{left:0}.scroll-vertical-thumb{z-index:1000}@media only screen and (min-width:1600px){.scroll-vertical-thumb{position:fixed!important;width:calc(50vw - 800px + 2px)!important}}@media only screen and (max-width:479px){.scroll-vertical-thumb{display:none!important}}.scroll-vertical-thumb:before{content:"";display:block;background-color:#00a6f0;width:4px;height:100%;float:right;right:-6px;position:relative;cursor:pointer}@media only screen and (max-width:1599px){.scroll-vertical-thumb:before{right:-2px}}.scroll-content-vertical-thumb{z-index:100;background-color:#00a6f0;height:100%;position:relative;float:right;right:-2px;width:4px!important;cursor:pointer}.scroll-horizontal-track{bottom:0;width:100%;height:3px}.scroll-horizontal-track:after{position:absolute;top:1px;left:0;width:100%;height:1px;background:#cfd8dc;content:""}.scroll-horizontal-thumb{height:3px!important;background:#00a6f0;z-index:1;border-radius:6px}.accordion .accordion-item{display:inline-block;width:100%}.accordion .accordion-item:after{border-bottom:1px solid #eaeaea;height:0;position:relative;width:calc(100% - 50px);display:block;content:"";float:right}@media only screen and (max-width:479px){.accordion .accordion-item:after{width:calc(100% - 20px)}}@media only screen and (max-width:767px){.accordion .accordion-item .map{width:100%;padding-top:80%}}.accordion .accordion-item .accordion-item-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.accordion .accordion-item .accordion-item-title h2{font-size:24px;color:#2c272f;font-weight:700;padding-left:50px;border-left:2px solid #2c272f;margin:30px 0;-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (max-width:479px){.accordion .accordion-item .accordion-item-title h2{font-size:18px;padding-left:20px;margin:15px 0}}.accordion .accordion-item .text-block{border-left:2px solid #cfd8dc;padding-left:50px;margin-bottom:40px;display:inline-block}@media only screen and (max-width:479px){.accordion .accordion-item .text-block{padding-left:20px}.accordion .accordion-item .text-block .cell.xs-12{margin-bottom:15px}}.accordion .accordion-item .text-block p{font-size:18px;color:#2c272f;font-weight:400;letter-spacing:.05pt;line-height:30px;margin:0}@media only screen and (max-width:479px){.accordion .accordion-item .text-block p{font-size:14px;line-height:20px}}.accordion .accordion-item .text-block span{letter-spacing:-.09pt;font-weight:500;font-size:12px;line-height:16px;width:100%;display:inline-block}.accordion .accordion-item .text-block span.uppercase{text-transform:uppercase}.accordion .accordion-item .text-block h2{margin:0}.accordion .accordion-item .text-block h3{font-size:18px;color:#2c272f;font-weight:700;letter-spacing:.01pt;line-height:18px;margin:20 0;text-transform:uppercase;display:inline-block;width:100%}.accordion .accordion-item .text-block h3.blue{color:#00a6f0}.accordion .accordion-item.open .accordion-item-body.md{max-height:1000px;-webkit-transition:max-height .5s ease-in-out;-o-transition:max-height .5s ease-in-out;transition:max-height .5s ease-in-out}.accordion .accordion-item.open .accordion-item-body.lg{max-height:2000px}.accordion .accordion-item.open .accordion-item-body.lg,.accordion .accordion-item.open .accordion-item-body.xlg{-webkit-transition:max-height 1s ease-in-out;-o-transition:max-height 1s ease-in-out;transition:max-height 1s ease-in-out}.accordion .accordion-item.open .accordion-item-body.xlg{max-height:7000px}.accordion .accordion-item.open .accordion-open-icon{background-color:#cfd8dc;-webkit-transition:background-color .35s ease-in-out;-o-transition:background-color .35s ease-in-out;transition:background-color .35s ease-in-out}.accordion .accordion-item.open .accordion-open-icon:after{background-color:#cfd8dc;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:background-color .35s ease-in-out,-webkit-transform .35s ease-in-out;transition:background-color .35s ease-in-out,-webkit-transform .35s ease-in-out;-o-transition:background-color .35s ease-in-out,transform .35s ease-in-out;transition:background-color .35s ease-in-out,transform .35s ease-in-out;transition:background-color .35s ease-in-out,transform .35s ease-in-out,-webkit-transform .35s ease-in-out}.accordion .accordion-item .accordion-item-body{overflow:hidden}.accordion .accordion-item .accordion-item-body.md{max-height:0;-webkit-transition:max-height .51s ease-in-out;-o-transition:max-height .51s ease-in-out;transition:max-height .51s ease-in-out}.accordion .accordion-item .accordion-item-body.lg,.accordion .accordion-item .accordion-item-body.xlg{max-height:0;-webkit-transition:max-height 1s ease-in-out;-o-transition:max-height 1s ease-in-out;transition:max-height 1s ease-in-out}.accordion .accordion-item .accordion-open-icon{background-color:#2c272f;width:15px;height:3px;position:relative;-webkit-transition:background-color .35s ease-in-out;-o-transition:background-color .35s ease-in-out;transition:background-color .35s ease-in-out}.accordion .accordion-item .accordion-open-icon:after{display:block;content:"";height:15px;width:3px;background-color:#2c272f;left:50%;top:50%;margin-top:-7.5px;margin-left:-1.5px;position:absolute;-webkit-transition:background-color .35s ease-in-out,-webkit-transform .35s ease-in-out;transition:background-color .35s ease-in-out,-webkit-transform .35s ease-in-out;-o-transition:background-color .35s ease-in-out,transform .35s ease-in-out;transition:background-color .35s ease-in-out,transform .35s ease-in-out;transition:background-color .35s ease-in-out,transform .35s ease-in-out,-webkit-transform .35s ease-in-out}a{color:#00a6f0;text-decoration:none}a:focus,a:hover{color:#0083bd}.button{background-color:#00a6f0;border:0;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,sans-serif;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color .33s ease-in-out,border .33s ease-in-out;-o-transition:background-color .33s ease-in-out,border .33s ease-in-out;transition:background-color .33s ease-in-out,border .33s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;border-radius:0;font-size:14px;font-weight:700;line-height:14px;padding:14px 16px;position:relative;overflow:hidden}.button .icon{margin-left:10px}.button .icon path{fill:#fff}.button.right .icon{margin-left:0;margin-right:10px}.button:focus,.button:hover{color:#fff;outline:0}.button.disabled,.button[disabled]{cursor:not-allowed;opacity:.5}.button.disabled:focus,.button.disabled:hover,.button[disabled]:focus,.button[disabled]:hover{background-color:#00a6f0;border-color:#00a6f0}.button:before{content:"";display:block;position:absolute;background:#0083bd;width:100%;height:100%;left:0;bottom:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0;-webkit-transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out,-webkit-transform .33s ease-in-out}.button>*{position:relative}.button:focus:not([disabled]),.button:hover:not([disabled]){outline:0;-webkit-transition:background-color .33s ease-in-out;-o-transition:background-color .33s ease-in-out;transition:background-color .33s ease-in-out}.button:focus:not([disabled]):before,.button:hover:not([disabled]):before{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.button:focus:not([disabled]) .icon,.button:hover:not([disabled]) .icon{-webkit-transform:translateX(-3px);-ms-transform:translateX(-3px);transform:translateX(-3px)}.button .icon{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .33s ease-in-out;transition:-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out;transition:transform .33s ease-in-out;transition:transform .33s ease-in-out,-webkit-transform .33s ease-in-out}.button-outline{background-color:transparent;border:1px solid #00a6f0;color:#00a6f0;cursor:pointer;display:inline-block;font-family:Fira Sans,sans-serif;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;border-radius:0;font-size:14px;font-weight:700;line-height:14px;padding:14px 16px;position:relative;overflow:hidden}.button-outline .icon{margin-left:10px}.button-outline .icon path{fill:#00a6f0}.button-outline.right .icon{margin-left:0;margin-right:10px}.button-outline:focus,.button-outline:hover{background-color:#00a6f0;color:#fff;outline:0}.button-outline:focus .icon path,.button-outline:hover .icon path{fill:#fff}.button-outline.disabled,.button-outline[disabled]{cursor:not-allowed;opacity:.5}.button-outline.disabled:focus,.button-outline.disabled:hover,.button-outline[disabled]:focus,.button-outline[disabled]:hover{background-color:transparent;border-color:#00a6f0;color:#00a6f0}.button-outline.disabled .icon path,.button-outline[disabled] .icon path{fill:#00a6f0}.button-outline:before{content:"";display:block;position:absolute;background:#00a6f0;width:100%;height:100%;left:0;bottom:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0;-webkit-transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out,-webkit-transform .33s ease-in-out}.button-outline>*{position:relative}.button-outline:focus:not([disabled]),.button-outline:hover:not([disabled]){outline:0;-webkit-transition:background-color .33s ease-in-out;-o-transition:background-color .33s ease-in-out;transition:background-color .33s ease-in-out}.button-outline:focus:not([disabled]):before,.button-outline:hover:not([disabled]):before{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.button-outline:focus:not([disabled]) .icon,.button-outline:hover:not([disabled]) .icon{-webkit-transform:translateX(-3px);-ms-transform:translateX(-3px);transform:translateX(-3px)}.button-outline .icon{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .33s ease-in-out;transition:-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out;transition:transform .33s ease-in-out;transition:transform .33s ease-in-out,-webkit-transform .33s ease-in-out}.button-clear{background-color:transparent;border-color:transparent;color:#00a6f0;cursor:pointer;font-family:Fira Sans,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:0;font-size:14px;font-weight:700;line-height:14px;padding:3px 6px}.button-clear .icon{margin-left:10px}.button-clear.right .icon{margin-left:0;margin-right:10px}.button-clear:focus,.button-clear:hover{background-color:transparent;border-color:transparent;color:#00a6f0;outline:0}.button-clear.disabled,.button-clear[disabled]{cursor:not-allowed;opacity:.5}.button-clear.disabled:focus,.button-clear.disabled:hover,.button-clear[disabled]:focus,.button-clear[disabled]:hover{color:#00a6f0}.button-with-icon{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.button-download-form,.button-with-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.button-download-form{background-color:transparent;border-color:transparent;color:#969199;cursor:pointer;font-family:Fira Sans,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;font-weight:400}.button-download-form .icon{margin-left:10px}.button-download-form.right .icon{margin-left:0;margin-right:10px}.button-download-form:focus,.button-download-form:hover{background-color:transparent;border-color:transparent;color:#969199;outline:0}.button-download-form.disabled,.button-download-form[disabled]{cursor:not-allowed;opacity:.5}.button-download-form.disabled:focus,.button-download-form.disabled:hover,.button-download-form[disabled]:focus,.button-download-form[disabled]:hover{color:#969199}.button-download-form .icon{margin-right:10px}.button-close{background-color:transparent;border-color:transparent;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cookies-banner{position:fixed;bottom:0;left:0;min-height:0;z-index:30;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cookies-banner,.cookies-banner>div{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.cookies-banner>div{height:100%;min-height:90px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:1500px;padding:20px;margin-left:100px;background-color:rgba(44,39,47,.95)}.cookies-banner>div.bar-swap-appear,.cookies-banner>div.bar-swap-enter{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.cookies-banner>div.bar-swap-appear.bar-swap-appear-active,.cookies-banner>div.bar-swap-appear.bar-swap-enter-active,.cookies-banner>div.bar-swap-enter.bar-swap-appear-active,.cookies-banner>div.bar-swap-enter.bar-swap-enter-active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 1.5s cubic-bezier(.165,.84,.44,1) 1s;transition:-webkit-transform 1.5s cubic-bezier(.165,.84,.44,1) 1s;-o-transition:transform 1.5s cubic-bezier(.165,.84,.44,1) 1s;transition:transform 1.5s cubic-bezier(.165,.84,.44,1) 1s;transition:transform 1.5s cubic-bezier(.165,.84,.44,1) 1s,-webkit-transform 1.5s cubic-bezier(.165,.84,.44,1) 1s}.cookies-banner>div.bar-swap-leave{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.cookies-banner>div.bar-swap-leave.bar-swap-leave-active{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform 1.5s cubic-bezier(.175,.885,.32,1.275);transition:-webkit-transform 1.5s cubic-bezier(.175,.885,.32,1.275);-o-transition:transform 1.5s cubic-bezier(.175,.885,.32,1.275);transition:transform 1.5s cubic-bezier(.175,.885,.32,1.275);transition:transform 1.5s cubic-bezier(.175,.885,.32,1.275),-webkit-transform 1.5s cubic-bezier(.175,.885,.32,1.275)}@media only screen and (min-width:2200px){.cookies-banner>div{margin-left:0;max-width:1600px}}@media only screen and (max-width:959px){.cookies-banner>div{margin-left:0}}@media only screen and (max-width:479px){.cookies-banner>div{padding:10px;min-height:70px}}.cookies-banner p{margin:0;color:#fff;font-size:14px;line-height:20px;padding-right:20px}@media only screen and (max-width:479px){.cookies-banner p{padding-right:10px;font-size:10px;line-height:14px}}.cookies-banner p a{color:#fff;text-decoration:underline}.cookies-banner .button{border-radius:0;font-size:12px;font-weight:700;line-height:14px;padding:9px 40px}.map-marker{width:19px;height:19px;border-radius:50%;border:3px solid #fff;background-color:#00a6f0;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}.page-transition-loading{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.page-transition-loading>div{height:100%;width:100%;background-color:green;opacity:0}.page-animation>.loader-page{position:fixed;height:100vh;background-color:#eaeaea;z-index:30;display:block!important;left:0;top:0;width:0}.page-animation>.loader-page.animate{left:auto;-webkit-animation-name:swype;animation-name:swype;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.page-animation>.white-cloth{position:absolute;height:100%;background-color:#fff;z-index:29;display:block!important;left:0;top:0;width:0;opacity:0;-webkit-transition:opacity .5s linear .5s,width 0ms linear 1s;-o-transition:opacity .5s linear .5s,width 0ms linear 1s;transition:opacity .5s linear .5s,width 0ms linear 1s}.page-animation>.white-cloth>div{width:50px;height:50px;background:url("https://files.app.fcporto.pt/website/static/images/loading.png") 0;background-size:6000% 100%;-webkit-animation:loading-fcporto 1s steps(60) infinite;animation:loading-fcporto 1s steps(60) infinite;opacity:0;-webkit-transition:opacity .1s linear;-o-transition:opacity .1s linear;transition:opacity .1s linear;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;top:50%;left:50%}.page-animation>.white-cloth.animate{display:block;opacity:1;width:100%;-webkit-transition:opacity .5s linear 0s,width 0ms linear 0s;-o-transition:opacity .5s linear 0s,width 0ms linear 0s;transition:opacity .5s linear 0s,width 0ms linear 0s;z-index:30}.page-animation>.white-cloth.animate>div{opacity:1;-webkit-transition:opacity .2s linear .5s;-o-transition:opacity .2s linear .5s;transition:opacity .2s linear .5s}@-webkit-keyframes swype{0%{width:0;right:100%}50%{width:100%;right:0}to{width:0;right:0}}@keyframes swype{0%{width:0;right:100%}50%{width:100%;right:0}to{width:0;right:0}}.initial-fade-in-effect{opacity:1}.initial-fade-in-effect,.initial-fade-in-effect.animate{-webkit-transition:opacity .6s cubic-bezier(.77,0,.175,1);-o-transition:opacity .6s cubic-bezier(.77,0,.175,1);transition:opacity .6s cubic-bezier(.77,0,.175,1)}.initial-fade-in-effect.animate{opacity:0}.initial-fade-in-effect.hide{display:none}.page-animation>.recover-password-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fafafa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px;width:auto}.recover-password-wrapper .icon{margin-bottom:20px;margin-top:30px}@media only screen and (min-width:768px){.recover-password-wrapper .icon{margin-top:85px}}.recover-password-wrapper .recover-password-title{color:#2c272f;font-size:20px;font-weight:500;margin:0;text-align:center}@media only screen and (min-width:768px){.recover-password-wrapper .recover-password-title{font-size:24px}}.recover-password-wrapper .recover-password-description{color:rgba(0,0,0,.5);font-size:14px;line-height:1.4;margin-top:10px;text-align:center;width:90%}@media only screen and (min-width:768px){.recover-password-wrapper .recover-password-description{max-width:400px}}.recover-password-wrapper .recover-password-error{color:rgba(0,0,0,.5);font-size:14px;text-align:center;width:90%}.recover-password-wrapper .recover-password-form,.recover-password-wrapper .recover-password-success-wrapper{margin-top:30px;width:85%}@media only screen and (min-width:768px){.recover-password-wrapper .recover-password-form,.recover-password-wrapper .recover-password-success-wrapper{width:340px}}.recover-password-wrapper .recover-password-form .button,.recover-password-wrapper .recover-password-success-wrapper .button{margin-top:25px;width:100%}.recover-password-wrapper .recover-password-form .recover-password-success,.recover-password-wrapper .recover-password-success-wrapper .recover-password-success{border-bottom:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1);color:#00a6f0;font-size:18px;font-weight:800;line-height:30px;padding-bottom:30px;padding-top:30px;text-align:center}.modal-sessions{background:#fff;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4);outline:0;padding:10px 20px 40px;text-align:center;width:95%}@media only screen and (min-width:768px){.modal-sessions{width:520px}}.modal-sessions .modal-header{border-bottom:2px solid rgba(0,0,0,.1);padding:10px 0;position:relative;right:auto}.modal-sessions .modal-title{color:#2c272f;font-size:14px;font-weight:900;margin:0;text-transform:uppercase}.modal-sessions .button-close{position:absolute;right:0;top:10px}.modal-sessions .button-close svg{height:10px;width:10px}.modal-sessions .button-close svg path{fill:#000}.modal-sessions .modal-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:40px}.modal-sessions .modal-content .loading-wrapper{position:relative;min-height:200px;width:100%}.modal-sessions .modal-content-title{color:#2c272f;font-size:24px;font-weight:500;line-height:20px;margin-bottom:10px;margin-top:20px}.modal-sessions .modal-content-description{color:rgba(0,0,0,.5);font-size:14px;line-height:20px;margin-bottom:20px}.modal-sessions .button-clear,.modal-sessions .modal-revoke-error{color:rgba(0,0,0,.5);font-size:12px}.modal-sessions .button-clear{margin-top:20px;text-decoration:underline;font-weight:400}.modal-sessions .button,.modal-sessions .button-outline{min-width:260px}.modal-sessions-wrapper .modal-header{border-bottom:0}.modal-sessions-wrapper .button-close{top:0}.modal-sessions-wrapper .button-close svg{height:14px;width:14px}.modal-sessions-wrapper .button-close svg path{fill:#969199}.sign-in-form .no-placeholder input::-webkit-datetime-edit{color:transparent}.sign-in-form .no-placeholder input:focus::-webkit-datetime-edit{color:#000}.copy-content h1,.copy-content h2,.copy-content h3,.copy-content h4,.copy-content h5,.copy-content h6{margin-bottom:0}h5.blue{color:#00a6f0;font-size:18px;font-weight:700}h5.blue,h6.grey{text-transform:uppercase;font-family:Fira Sans,sans-serif}h6.grey{font-weight:500;font-size:12px;color:#969199}h4.highlight{font-weight:800;font-size:24px;text-transform:none;font-family:Fira Sans,sans-serif;color:#2c272f}p.paragraph-small{font-size:14px}.content-disabled{position:absolute;top:0;left:0;width:100%;height:100%;z-index:21}.copy-table--inline .paragraph-small,.copy-table--inline .paragraph-small+h2{margin:0}.copy-table--inline table{border-spacing:0;font-size:24px;font-weight:700;width:100%!important}.copy-table--inline table *{margin:0}.copy-table--inline table tr{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:479px){.copy-table--inline table tr{display:block}}.copy-table--inline table,.copy-table--inline table td{border:0}.copy-table--inline table td{padding-right:40px}@media only screen and (max-width:479px){.copy-table--inline table td{display:block;padding:10px 0}}.dugout-inline-video{width:80%!important;margin:0 auto;height:auto!important}.grecaptcha-badge{visibility:hidden}.fl-input-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:20px;position:relative}.fl-input-container input:not(:focus):not(.fl-valid):not(.fl-invalid){color:transparent}.fl-input-container input:not(:focus):not(.fl-valid):not(.fl-invalid):-webkit-autofill{-webkit-text-fill-color:transparent}.fl-error-msg,.fl-input-container input,.fl-input-container label{-webkit-font-smoothing:antialiased;font-family:Fira Sans,sans-serif;text-shadow:none}.fl-input-container input{-moz-appearance:none;-webkit-appearance:none;-webkit-tap-highlight-color:transparent;border-radius:0;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;line-height:24px;margin:0;padding:0;width:100%}.fl-input-container input::-webkit-input-placeholder{color:transparent}.fl-input-container input::-moz-placeholder{color:transparent}.fl-input-container input:-ms-input-placeholder{color:transparent}.fl-input-container input:-moz-placeholder{color:transparent}.fl-input-container input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px #fafafa inset;box-shadow:inset 0 0 0 30px #fafafa}.fl-input-label{color:#969199;font-size:14px;font-weight:400;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;pointer-events:none;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);-webkit-transition:color .2s ease,font-size .2s ease,font-weight .2s ease,-webkit-transform .2s ease;transition:color .2s ease,font-size .2s ease,font-weight .2s ease,-webkit-transform .2s ease;-o-transition:color .2s ease,font-size .2s ease,font-weight .2s ease,transform .2s ease;transition:color .2s ease,font-size .2s ease,font-weight .2s ease,transform .2s ease;transition:color .2s ease,font-size .2s ease,font-weight .2s ease,transform .2s ease,-webkit-transform .2s ease;min-height:17px;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%}@media only screen and (min-width:480px){.fl-input-label{-o-text-overflow:initial;text-overflow:clip;overflow:auto;white-space:normal;max-width:auto}}.fl-input-container input.fl-valid+label,.fl-input-container input:focus+label,.fl-invalid+label{color:#00a6f0;font-size:10px;font-weight:500;opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fl-input-label,.fl-input:active,.fl-input:focus{outline:0}.fl-input{background-color:transparent;border:0;border-bottom:1px solid #cfd8dc;color:#2c272f;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.fl-input-bar{display:block;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;top:0}.fl-input-bar:after,.fl-input-bar:before{background:#00a6f0;bottom:0;content:"";height:1px;position:absolute;-webkit-transition:width .2s ease;-o-transition:width .2s ease;transition:width .2s ease;width:0}.fl-input-bar:before{left:50%}.fl-input-bar:after{right:50%}.fl-input:focus~.fl-input-bar:after,.fl-input:focus~.fl-input-bar:before,.fl-invalid~.fl-input-bar:after,.fl-invalid~.fl-input-bar:before{width:50%}.fl-error-msg,.fl-input-bar{position:relative;width:inherit}.fl-error-msg{bottom:0;display:none;font-size:12px;overflow:hidden;position:absolute;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;width:90%;word-break:break-all;word-wrap:break-word}.fl-error-required-empty,.fl-error-required-empty-select,.fl-error-show{display:inline-block;color:#ee8e31;bottom:0;font-size:12px;overflow:hidden;position:absolute;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;width:90%;word-break:break-all;word-wrap:break-word}.fl-error-required-empty-select{position:relative}.fl-invalid~.fl-input-bar:after,.fl-invalid~.fl-input-bar:before{background:#ee8e31}.fl-error-msg,.fl-input-container .fl-input.fl-invalid+label{color:#ee8e31}.fl-input-container input.fl-invalid+label{font-size:10px;font-weight:500;opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}:not(output):-moz-ui-invalid{box-shadow:none}.selectfield{padding:20px 0;position:relative}.selectfield .selectfield-select{position:relative;width:100%;line-height:24px;margin:0;border:none;font-size:14px;border-radius:0;font-family:Fira Sans,sans-serif;font-weight:400;border-bottom:1px solid #cfd8dc;background-color:transparent;color:#2c272f;background-image:url('data:image/svg+xml;utf8,<svg width="8" height="4" viewBox="0 0 8 4" xmlns="http://www.w3.org/2000/svg"><path d="M4 4l4-4H0z" fill="#BBC7CD"/></svg>');background-repeat:no-repeat;background-position:100%;-webkit-appearance:none;-moz-appearance:none;outline:none}.selectfield .selectfield-label{bottom:0;color:#969199;display:block;font-size:14px;font-weight:400;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;text-align:left;top:24px;white-space:nowrap;width:100%}.selectfield .selectfield-label:after{background-color:#00a6f0;bottom:20px;content:"";height:1px;left:45%;position:absolute;-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);-o-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);visibility:hidden;width:10px}.selectfield.is-dirty .selectfield-select{color:#2c272f}.selectfield.is-dirty .selectfield-label{visibility:hidden}.selectfield.is-focused .selectfield-select{outline:none}.selectfield.is-focused .selectfield-label:after{left:0;visibility:visible;width:100%}.selectfield .selectfield-error{color:#ee8e31;display:block;font-size:12px;margin-top:3px;position:absolute;visibility:hidden}.selectfield.is-invalid .selectfield-select{border-color:#ee8e31;-webkit-box-shadow:none;box-shadow:none}.selectfield.is-invalid .selectfield-label:after{background-color:#ee8e31}.selectfield.is-invalid .selectfield-error{color:#ee8e31;visibility:visible}.selectfield.selectfield-floating-label .selectfield-label{-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);-o-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1)}.selectfield.selectfield-floating-label.has-placeholder .selectfield-label{-webkit-transition:none;-o-transition:none;transition:none}.selectfield.selectfield-floating-label.has-placeholder .selectfield-label,.selectfield.selectfield-floating-label.is-dirty .selectfield-label,.selectfield.selectfield-floating-label.is-focused .selectfield-label{color:#00a6f0;font-size:12px;top:6px;visibility:visible}.selectfield.selectfield-floating-label.is-invalid .selectfield-label{color:#ee8e31;font-size:12px}.checkbox{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:5px;padding-top:5px;position:relative}.checkbox-input{cursor:pointer;height:28px;left:0;margin:0;opacity:0;outline:0;padding:0;position:absolute;top:0;width:28px;z-index:1}.checkbox-svg{background:transparent;border-radius:2px;border:2px solid #969199;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;height:18px;-webkit-transition:border-color .15s;-o-transition:border-color .15s;transition:border-color .15s;width:18px}.checkbox-inner{fill:none;stroke-dasharray:150;stroke-dashoffset:150;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-width:14;stroke:#fff;-webkit-transition:stroke-dashoffset .15s linear;-o-transition:stroke-dashoffset .15s linear;transition:stroke-dashoffset .15s linear}.checkbox-input:checked+.checkbox-svg{background:#00a6f0;border:2px solid #00a6f0}.checkbox-input:checked+.checkbox-svg .checkbox-inner{stroke-dashoffset:300;-webkit-transition-timing-function:cubic-bezier(.165,.84,.44,1);-o-transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-timing-function:cubic-bezier(.165,.84,.44,1)}.checkbox-label{color:#969199;cursor:pointer;font-size:12px;font-weight:400;letter-spacing:-.07px;margin-left:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:18px}.checkbox-label a{color:inherit;font-weight:500}.radio-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:5px;padding-top:5px;position:relative}.radio-button-input{cursor:pointer;height:100%;left:0;margin:0;opacity:0;outline:0;padding:0;position:absolute;top:0;width:100%}.radio-button-svg{background:transparent;border-radius:100%;border:2px solid #969199;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;height:18px;-webkit-transition:border-color .15s;-o-transition:border-color .15s;transition:border-color .15s;width:18px}.radio-button-inner{fill:none;height:10px;width:10px}.radio-button-input:checked+.radio-button-svg .radio-button-inner{fill:#00a6f0;-webkit-transition-timing-function:cubic-bezier(.165,.84,.44,1);-o-transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-timing-function:cubic-bezier(.165,.84,.44,1)}.radio-button-label{color:#969199;cursor:pointer;font-size:12px;font-weight:400;letter-spacing:-.07px;margin-left:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.radio-button-label a{color:inherit;font-weight:500}div .braintree-dropin-react .braintree-dropin-react-submit-btn-wrapper{margin-top:10px;text-align:center}div .braintree-dropin-react .braintree-dropin-react-submit-btn-wrapper .mobile-braintree-dropin-custom-wrapper{display:none}@media only screen and (max-width:767px){div .braintree-dropin-react .braintree-dropin-react-submit-btn-wrapper .mobile-braintree-dropin-custom-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}div .braintree-dropin-react .braintree-dropin-react-submit-btn-wrapper .text-total{font-weight:500;color:#2c272f;letter-spacing:.13px;line-height:12px;text-transform:uppercase;margin:0;margin-top:6px;font-size:12px}div .braintree-dropin-react .braintree-dropin-react-submit-btn-wrapper .name{font-weight:700;color:#2c272f;text-transform:uppercase;margin:0;padding:0;margin-top:4px;font-size:12px}}@media only screen and (max-width:479px){div .braintree-dropin-react .braintree-dropin-react-submit-btn-wrapper .mobile-braintree-dropin-custom-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}div .braintree-dropin-react .braintree-dropin-react-submit-btn-wrapper .name{margin-bottom:10px}}div .braintree-dropin-react .braintree-dropin-react-submit-btn-wrapper button.button-outline.btn-brain-tree:before{opacity:0}div .braintree-dropin-react .braintree-heading{color:#000}.brain-tree-loader-wrapper{position:relative;width:100%;min-height:226px}@media only screen and (max-width:767px){.brain-tree-loader-wrapper,.brain-tree-loader-wrapper .braintree-dropin-react{min-height:236px}}@media only screen and (max-width:479px){.brain-tree-loader-wrapper,.brain-tree-loader-wrapper .braintree-dropin-react{min-height:261px}}.breadcrumbs{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-weight:700;list-style:none;margin:0;padding:20px 0;text-transform:uppercase}.breadcrumbs li{margin-right:12px}.breadcrumbs li:first-child a p,.breadcrumbs li:first-child div p{margin-left:30px;-webkit-transition:.15s ease-in;-o-transition:.15s ease-in;transition:.15s ease-in}.breadcrumbs li:first-child a:hover,.breadcrumbs li:first-child div:hover{-webkit-transition:.3s ease-out;-o-transition:.3s ease-out;transition:.3s ease-out}.breadcrumbs li:first-child a:hover p,.breadcrumbs li:first-child div:hover p{margin-left:20px}.breadcrumbs li:first-child a:hover path,.breadcrumbs li:first-child div:hover path{fill:#00a6f0}.breadcrumbs li:last-child a{color:#2c272f}.breadcrumbs a,.breadcrumbs div{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;cursor:pointer}.breadcrumbs a p,.breadcrumbs div p{margin-left:12px}.breadcrumbs a:hover p,.breadcrumbs div:hover p{color:#00a6f0}.breadcrumbs a{color:#c8c8c8}.carousel{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;position:relative}.carousel,.carousel-slides{display:-webkit-box;display:-ms-flexbox;display:flex}.carousel-slides-transition{-webkit-transition:-webkit-transform .25s;transition:-webkit-transform .25s;-o-transition:transform .25s;transition:transform .25s;transition:transform .25s,-webkit-transform .25s}.carousel-slides>*{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.carousel-nav{-ms-flex-line-pack:center;align-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.carousel-nav-button{background:none;border:0;height:20px;outline:none;padding:0;position:relative;width:20px}.carousel-nav-button:after{background:#cfd8dc;border-radius:50%;content:"";display:block;height:6px;left:7px;position:absolute;top:7px;width:6px}.carousel-nav-button-active:after{background:#00a6f0}.carousel-nav-arrow{background-color:transparent;border-color:transparent;color:#cfd8dc;cursor:pointer;font-family:Fira Sans,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}.carousel-nav-arrow .icon{margin-left:10px}.carousel-nav-arrow.right .icon{margin-left:0;margin-right:10px}.carousel-nav-arrow:focus,.carousel-nav-arrow:hover{background-color:transparent;border-color:transparent;color:#cfd8dc;outline:0}.carousel-nav-arrow.disabled,.carousel-nav-arrow[disabled]{cursor:not-allowed;opacity:.5}.carousel-nav-arrow.disabled:focus,.carousel-nav-arrow.disabled:hover,.carousel-nav-arrow[disabled]:focus,.carousel-nav-arrow[disabled]:hover{color:#cfd8dc}.carousel-nav-arrow-right{margin-left:40px}.carousel-nav-arrow-left{margin-right:40px}.carousel-arrows{height:0;left:0;position:absolute;top:calc(50% - 35px);width:100%;z-index:1}.carousel-arrows-no-nav{top:calc(50% - 20px)}.carousel-arrow{background:none;border:0;height:40px;opacity:.5;outline:none;position:absolute;-webkit-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s;padding:0;width:21px}.carousel-arrow:hover{opacity:1}.carousel-arrow:after,.carousel-arrow:before{background:#fff;border-radius:3px;content:"";display:block;height:23px;position:absolute;width:5px;left:8px}.carousel-arrow:before{top:0}.carousel-arrow:after{bottom:0}.carousel-arrow-left{top:0;left:10px}.carousel-arrow-left:before{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.carousel-arrow-left:after{-webkit-transform:rotate(-30deg);-ms-transform:rotate(-30deg);transform:rotate(-30deg)}.carousel-arrow-right{top:0;right:10px}.carousel-arrow-right:before{-webkit-transform:rotate(-30deg);-ms-transform:rotate(-30deg);transform:rotate(-30deg)}.carousel-arrow-right:after{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.calendar{border-bottom:2px solid rgba(0,166,240,.05);padding-bottom:13px;padding-top:18px}@media only screen and (min-width:768px){.calendar{border:0;margin-bottom:30px;margin-top:30px;max-width:350px;padding:0;width:350px}}.calendar-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#00a6f0;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:center;text-transform:uppercase}.calendar-button-toggle{background-color:transparent;border-color:transparent;color:#2c272f;cursor:pointer;font-family:Fira Sans,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:34px;width:45px}.calendar-button-toggle .icon{margin-left:10px}.calendar-button-toggle.right .icon{margin-left:0;margin-right:10px}.calendar-button-toggle:focus,.calendar-button-toggle:hover{background-color:transparent;border-color:transparent;color:#2c272f;outline:0}.calendar-button-toggle.disabled,.calendar-button-toggle[disabled]{cursor:not-allowed;opacity:.5}.calendar-button-toggle.disabled:focus,.calendar-button-toggle.disabled:hover,.calendar-button-toggle[disabled]:focus,.calendar-button-toggle[disabled]:hover{color:#2c272f}@media only screen and (min-width:768px){.calendar-button-toggle{display:none}}.calendar-button-next,.calendar-button-prev{background-color:transparent;border-color:transparent;color:#2c272f;cursor:pointer;font-family:Fira Sans,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.calendar-button-next .icon,.calendar-button-prev .icon{margin-left:10px}.calendar-button-next.right .icon,.calendar-button-prev.right .icon{margin-left:0;margin-right:10px}.calendar-button-next:focus,.calendar-button-next:hover,.calendar-button-prev:focus,.calendar-button-prev:hover{background-color:transparent;border-color:transparent;color:#2c272f;outline:0}.calendar-button-next.disabled,.calendar-button-next[disabled],.calendar-button-prev.disabled,.calendar-button-prev[disabled]{cursor:not-allowed;opacity:.5}.calendar-button-next.disabled:focus,.calendar-button-next.disabled:hover,.calendar-button-next[disabled]:focus,.calendar-button-next[disabled]:hover,.calendar-button-prev.disabled:focus,.calendar-button-prev.disabled:hover,.calendar-button-prev[disabled]:focus,.calendar-button-prev[disabled]:hover{color:#2c272f}.calendar-header-current-date{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.calendar-header-current-date{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.calendar-header-month{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#2c272f;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-weight:900}@media only screen and (min-width:768px){.calendar-header-month{position:relative}}.calendar-header-month .Select{position:inherit;float:right}.calendar-header-month .Select-placeholder{color:#2c272f;font-size:14px;font-weight:900;line-height:40px;text-transform:uppercase}.calendar-header-month .Select--single>.Select-control .Select-value{position:relative}.calendar-header-month .is-open .Select-control{background-color:transparent}.calendar-header-month .is-focused:not(.is-open)>.Select-control{border:0;-webkit-box-shadow:none;box-shadow:none}.calendar-header-month .Select-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px;display:inline-block;height:0;position:relative;width:0}.calendar-header-month .Select-control{background-color:transparent;border:0;border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;cursor:pointer;height:inherit;outline:0;width:auto}.calendar-header-month .Select-control:hover{-webkit-box-shadow:none;box-shadow:none}.calendar-header-month .Select-control:hover .Select-arrow{border-color:#00a6f0 transparent transparent}.calendar-header-month .Select-control .Select-arrow,.calendar-header-month .Select-control:hover .Select-arrow{-webkit-transition:border-color .25s cubic-bezier(.445,.05,.55,.95);-o-transition:border-color .25s cubic-bezier(.445,.05,.55,.95);transition:border-color .25s cubic-bezier(.445,.05,.55,.95)}.calendar-header-month .Select-control .Select-arrow{border-color:#2c272f transparent transparent}.calendar-header-month .has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.calendar-header-month .has-value.Select--single>.Select-control .Select-value .Select-value-label{color:#2c272f;font-family:Fira Sans,sans-serif;font-size:14px;font-weight:700;text-transform:uppercase}.calendar-header-month .Select--single>.Select-control .Select-value,.calendar-header-month .Select-placeholder{height:10px;line-height:inherit;overflow:inherit;padding-left:0;padding-right:0;position:relative}.calendar-header-month .Select--single>.Select-control .Select-value:focus,.calendar-header-month .Select-placeholder:focus{outline:0}.calendar-header-month .Select-arrow-zone,.calendar-header-month .Select-multi-value-wrapper{display:inline-block;float:none;line-height:14px;outline:0;vertical-align:inherit}.calendar-header-month .Select-arrow-zone{margin-left:4px;width:10px}.calendar-header-month .Select-input{float:left;height:0}.calendar-header-month .Select-menu-outer{border:0;border-radius:0;-webkit-box-shadow:0 20px 20px rgba(0,0,0,.2);box-shadow:0 20px 20px rgba(0,0,0,.2);cursor:pointer;left:0;max-height:436px;min-width:100%;overflow:scroll;position:absolute;right:0;-o-text-overflow:ellipsis;text-overflow:ellipsis;top:63px;white-space:nowrap;width:100%;z-index:1}@media only screen and (min-width:768px){.calendar-header-month .Select-menu-outer{-webkit-box-shadow:0 10px 20px rgba(44,39,47,.2);box-shadow:0 10px 20px rgba(44,39,47,.2);left:auto;overflow:auto;right:-59px;top:18px;width:180px}}.calendar-header-month .Select-menu-outer .Select-menu{max-height:200px}.calendar-header-month .Select-menu-outer .Select-option{background-color:#fff;color:#2c272f;font-family:Fira Sans,sans-serif;font-size:12px;font-weight:900;height:50%;line-height:50px;overflow:hidden;padding:0 20px;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.calendar-header-month .Select-menu-outer .Select-option,.calendar-header-month .Select-menu-outer .Select-option:hover{-webkit-transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95);-o-transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95);transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95)}.calendar-header-month .Select-menu-outer .Select-option:hover{background-color:#f3fcff;color:#00a6f0}.calendar-header-month .Select-menu-outer .Select-option:last-child{border-radius:0}.calendar-header-year{font-weight:500;font-size:12px}@media only screen and (min-width:768px){.calendar-header-year{margin-left:-15px}}.calendar-week-days{padding-left:0;list-style:none;color:#00a6f0;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-weight:500;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0;padding-bottom:10px;padding-top:25px;text-transform:uppercase}.calendar-week-days li{-webkit-box-flex:0;-ms-flex:0 14.28571%;flex:0 14.28571%;text-align:center}.calendar-week-days li:first-child,.calendar-week-days li:last-child{font-weight:800}.calendar-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.calendar-grid-item{-ms-flex-align:center;color:#00a6f0;-webkit-box-flex:0;-ms-flex:0 14.28571%;flex:0 14.28571%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:14px;font-weight:500;height:50px;position:relative;text-align:center}.calendar-grid-item,.calendar-grid-item:before{-webkit-box-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.calendar-grid-item:before{-ms-flex-align:center;border:2px solid transparent;border-radius:50%;content:"";height:40px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:border-color .24s cubic-bezier(.23,1,.32,1);-o-transition:border-color .24s cubic-bezier(.23,1,.32,1);transition:border-color .24s cubic-bezier(.23,1,.32,1);width:40px}.calendar-grid-item.has-events:hover:before{border-color:inherit}.calendar-grid-item.next-month,.calendar-grid-item.prev-month{color:rgba(0,166,240,.5)}.calendar-grid-item.next-month .icon-circle rect,.calendar-grid-item.prev-month .icon-circle rect{fill:rgba(0,166,240,.5)}.calendar-grid-item.is-today{font-weight:800}.calendar-grid-item.is-today:before{border-color:inherit}.calendar-grid-item.selected-day{color:#fff}.calendar-grid-item.selected-day:before{background-color:#2c272f;border:#2c272f;z-index:-1}.checkout-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.checkout-page .checkout-login-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1}.checkout-login-header{background:#fafafa;padding:30px 20px;text-align:left}@media only screen and (min-width:768px){.checkout-login-header{background:#fff;margin-top:20px;text-align:center}}.checkout-login-header .title{color:#2c272f;font-size:20px;font-weight:700;line-height:1;margin:0 0 5px;text-transform:uppercase}@media only screen and (min-width:768px){.checkout-login-header .title{border-bottom:2px solid #00a6f0;display:inline-block;font-size:54px;font-weight:900;letter-spacing:1px;margin:0 auto 18px}}.checkout-login-header .subtitle{color:#606060;font-size:12px;font-weight:400;line-height:1;margin:0;max-width:180px}@media only screen and (min-width:768px){.checkout-login-header .subtitle{font-size:18px;font-weight:400;max-width:inherit}}.checkout-login-methods{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.checkout-login-methods{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:30px}}.checkout-page .checkout-as-associated,.checkout-page .checkout-as-guest,.checkout-page .checkout-as-user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-top:30px}.checkout-page .checkout-as-associated.active .login-form-wrapper,.checkout-page .checkout-as-guest.active .login-form-wrapper,.checkout-page .checkout-as-user.active .login-form-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.checkout-page .checkout-as-associated.active .icon-arrow-right,.checkout-page .checkout-as-guest.active .icon-arrow-right,.checkout-page .checkout-as-user.active .icon-arrow-right{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}@media only screen and (min-width:768px){.checkout-page .checkout-as-associated:hover .number,.checkout-page .checkout-as-guest:hover .number,.checkout-page .checkout-as-user:hover .number{color:#e0e0e0}.checkout-page .checkout-as-associated:hover .title h3,.checkout-page .checkout-as-guest:hover .title h3,.checkout-page .checkout-as-user:hover .title h3{color:#00a6f0}.checkout-page .checkout-as-associated:hover .button-outline,.checkout-page .checkout-as-guest:hover .button-outline,.checkout-page .checkout-as-user:hover .button-outline{background-color:#00a6f0;border:0;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,sans-serif;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color .33s ease-in-out,border .33s ease-in-out;-o-transition:background-color .33s ease-in-out,border .33s ease-in-out;transition:background-color .33s ease-in-out,border .33s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;border:1px solid #00a6f0}.checkout-page .checkout-as-associated:hover .button-outline .icon,.checkout-page .checkout-as-guest:hover .button-outline .icon,.checkout-page .checkout-as-user:hover .button-outline .icon{margin-left:10px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.checkout-page .checkout-as-associated:hover .button-outline .icon path,.checkout-page .checkout-as-guest:hover .button-outline .icon path,.checkout-page .checkout-as-user:hover .button-outline .icon path{fill:#fff}.checkout-page .checkout-as-associated:hover .button-outline.right .icon,.checkout-page .checkout-as-guest:hover .button-outline.right .icon,.checkout-page .checkout-as-user:hover .button-outline.right .icon{margin-left:0;margin-right:10px}.checkout-page .checkout-as-associated:hover .button-outline:focus,.checkout-page .checkout-as-associated:hover .button-outline:hover,.checkout-page .checkout-as-guest:hover .button-outline:focus,.checkout-page .checkout-as-guest:hover .button-outline:hover,.checkout-page .checkout-as-user:hover .button-outline:focus,.checkout-page .checkout-as-user:hover .button-outline:hover{color:#fff;outline:0}.checkout-page .checkout-as-associated:hover .button-outline.disabled,.checkout-page .checkout-as-associated:hover .button-outline[disabled],.checkout-page .checkout-as-guest:hover .button-outline.disabled,.checkout-page .checkout-as-guest:hover .button-outline[disabled],.checkout-page .checkout-as-user:hover .button-outline.disabled,.checkout-page .checkout-as-user:hover .button-outline[disabled]{cursor:not-allowed;opacity:.5}.checkout-page .checkout-as-associated:hover .button-outline.disabled:focus,.checkout-page .checkout-as-associated:hover .button-outline.disabled:hover,.checkout-page .checkout-as-associated:hover .button-outline[disabled]:focus,.checkout-page .checkout-as-associated:hover .button-outline[disabled]:hover,.checkout-page .checkout-as-guest:hover .button-outline.disabled:focus,.checkout-page .checkout-as-guest:hover .button-outline.disabled:hover,.checkout-page .checkout-as-guest:hover .button-outline[disabled]:focus,.checkout-page .checkout-as-guest:hover .button-outline[disabled]:hover,.checkout-page .checkout-as-user:hover .button-outline.disabled:focus,.checkout-page .checkout-as-user:hover .button-outline.disabled:hover,.checkout-page .checkout-as-user:hover .button-outline[disabled]:focus,.checkout-page .checkout-as-user:hover .button-outline[disabled]:hover{background-color:#00a6f0;border-color:#00a6f0}}.checkout-page .checkout-as-associated .number,.checkout-page .checkout-as-guest .number,.checkout-page .checkout-as-user .number{display:none}@media only screen and (min-width:768px){.checkout-page .checkout-as-associated .number,.checkout-page .checkout-as-guest .number,.checkout-page .checkout-as-user .number{color:#eaeaea;cursor:default;display:block;font-size:144px;font-weight:900;line-height:1;margin-bottom:-58px}}.checkout-page .checkout-as-associated .header,.checkout-page .checkout-as-guest .header,.checkout-page .checkout-as-user .header{margin-bottom:70px;padding-left:20px;padding-right:20px}@media only screen and (min-width:768px){.checkout-page .checkout-as-associated .header,.checkout-page .checkout-as-guest .header,.checkout-page .checkout-as-user .header{text-align:center}}.checkout-page .checkout-as-associated .title,.checkout-page .checkout-as-guest .title,.checkout-page .checkout-as-user .title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #00a6f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:5px}@media only screen and (min-width:768px){.checkout-page .checkout-as-associated .title,.checkout-page .checkout-as-guest .title,.checkout-page .checkout-as-user .title{border-bottom:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px;text-align:center}}.checkout-page .checkout-as-associated .title h3,.checkout-page .checkout-as-guest .title h3,.checkout-page .checkout-as-user .title h3{color:#2c272f;cursor:default;font-size:18px;font-weight:700;margin:5px 0}@media only screen and (min-width:768px){.checkout-page .checkout-as-associated .title h3,.checkout-page .checkout-as-guest .title h3,.checkout-page .checkout-as-user .title h3{font-size:24px}}.checkout-page .checkout-as-associated .icon-arrow-right,.checkout-page .checkout-as-guest .icon-arrow-right,.checkout-page .checkout-as-user .icon-arrow-right{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}@media only screen and (min-width:768px){.checkout-page .checkout-as-associated .icon-arrow-right,.checkout-page .checkout-as-guest .icon-arrow-right,.checkout-page .checkout-as-user .icon-arrow-right{display:none}}.checkout-page .checkout-as-associated .description,.checkout-page .checkout-as-guest .description,.checkout-page .checkout-as-user .description{color:#969199;cursor:default;font-size:12px;line-height:1.4;margin:0}@media only screen and (min-width:768px){.checkout-page .checkout-as-associated .description,.checkout-page .checkout-as-guest .description,.checkout-page .checkout-as-user .description{font-size:14px;line-height:1.3}}.checkout-page .checkout-as-associated .recover-password,.checkout-page .checkout-as-guest .recover-password,.checkout-page .checkout-as-user .recover-password{color:#606060;cursor:pointer;font-size:10px;font-weight:500;margin:10px auto 20px;text-transform:uppercase}.checkout-page .checkout-as-associated .login-form-wrapper,.checkout-page .checkout-as-guest .login-form-wrapper,.checkout-page .checkout-as-user .login-form-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:30px;padding-left:20px;padding-right:20px}@media only screen and (min-width:768px){.checkout-page .checkout-as-associated .login-form-wrapper,.checkout-page .checkout-as-guest .login-form-wrapper,.checkout-page .checkout-as-user .login-form-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}}.checkout-page .checkout-as-associated .login-form-wrapper .contain-actions,.checkout-page .checkout-as-guest .login-form-wrapper .contain-actions,.checkout-page .checkout-as-user .login-form-wrapper .contain-actions{text-align:center}.checkout-page .checkout-as-associated .login-form-wrapper .contain-actions .recover-btn,.checkout-page .checkout-as-guest .login-form-wrapper .contain-actions .recover-btn,.checkout-page .checkout-as-user .login-form-wrapper .contain-actions .recover-btn{margin:10px auto 20px}.checkout-page .checkout-as-associated .login-form-wrapper .login-adept,.checkout-page .checkout-as-guest .login-form-wrapper .login-adept,.checkout-page .checkout-as-user .login-form-wrapper .login-adept{padding-bottom:0}.checkout-page .checkout-as-associated .login-form-wrapper .login-adept-social,.checkout-page .checkout-as-guest .login-form-wrapper .login-adept-social,.checkout-page .checkout-as-user .login-form-wrapper .login-adept-social{text-align:center;display:block;margin:0}.checkout-page .checkout-as-associated .login-form-wrapper .login-adept-social button,.checkout-page .checkout-as-guest .login-form-wrapper .login-adept-social button,.checkout-page .checkout-as-user .login-form-wrapper .login-adept-social button{width:100%}.checkout-page .checkout-as-associated .login-form-wrapper .login-adept-social .google,.checkout-page .checkout-as-guest .login-form-wrapper .login-adept-social .google,.checkout-page .checkout-as-user .login-form-wrapper .login-adept-social .google{margin:30px 0}.checkout-page .checkout-as-associated .login-form,.checkout-page .checkout-as-guest .login-form,.checkout-page .checkout-as-user .login-form{width:100%}.checkout-page .checkout-as-associated .fl-input-container .fl-input-label,.checkout-page .checkout-as-guest .fl-input-container .fl-input-label,.checkout-page .checkout-as-user .fl-input-container .fl-input-label{padding-left:40px}.checkout-page .checkout-as-associated .fl-input-container .fl-input,.checkout-page .checkout-as-guest .fl-input-container .fl-input,.checkout-page .checkout-as-user .fl-input-container .fl-input{-webkit-box-shadow:0 0 0 50px #fff inset;box-shadow:inset 0 0 0 50px #fff;padding-left:40px}.checkout-page .checkout-as-associated .icon-left,.checkout-page .checkout-as-guest .icon-left,.checkout-page .checkout-as-user .icon-left{-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:35px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;width:20px;z-index:9;padding-bottom:40px}.checkout-page .checkout-as-associated .form-group input,.checkout-page .checkout-as-associated .form-group input:focus+label,.checkout-page .checkout-as-associated .form-group label,.checkout-page .checkout-as-guest .form-group input,.checkout-page .checkout-as-guest .form-group input:focus+label,.checkout-page .checkout-as-guest .form-group label,.checkout-page .checkout-as-user .form-group input,.checkout-page .checkout-as-user .form-group input:focus+label,.checkout-page .checkout-as-user .form-group label{padding-left:40px}.checkout-page .checkout-as-guest{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.checkout-page .checkout-as-guest .header{margin-bottom:70px}@media only screen and (max-width:767px){.checkout-page .checkout-as-guest .header{margin-bottom:30px}}.checkout-as-guest,.checkout-as-user{border-top:1px solid #eaeaea}@media only screen and (min-width:768px){.checkout-as-guest,.checkout-as-user{border-left:1px solid #eaeaea;border-top:0}}.game-sheet-chronic{width:70%;max-width:720px;margin:0 auto}@media only screen and (max-width:767px){.game-sheet-chronic{width:80%}}@media only screen and (max-width:479px){.game-sheet-chronic{width:100%;padding-left:0;padding-right:0}}.game-sheet-chronic>h1{font-size:44px;line-height:52px;letter-spacing:-.16pt;color:#2c272f;font-weight:800;margin:20px 0 44px;text-transform:uppercase}@media only screen and (max-width:767px){.game-sheet-chronic>h1{padding-left:0;border-left:0;font-size:24px;line-height:35px;margin-bottom:20px}}.game-sheet-chronic>h2{padding-left:45px;font-size:24px;line-height:35px;letter-spacing:-.4pt;color:#2c272f;font-weight:700;margin:0 0 30px;border-left:2px solid #2c272f}@media only screen and (max-width:767px){.game-sheet-chronic>h2{padding-left:0;border-left:0;font-size:21px;line-height:29px}}.game-sheet-chronic .game-sheet-chronic-body{font-size:18px;line-height:30px;letter-spacing:-.2pt;font-weight:400;padding-left:45px;border-left:2px solid hsla(278,4%,58%,.1);margin-bottom:60px}.game-sheet-chronic .game-sheet-chronic-body img{width:100%}@media only screen and (max-width:767px){.game-sheet-chronic .game-sheet-chronic-body{padding-left:0;border-left:0}}.club-wrapper h3{color:#00a6f0;font-size:14px;font-weight:800;margin:0;padding:20px 0 0;text-transform:uppercase}.club-wrapper h4{color:#78909c;font-size:12px;text-transform:uppercase}.club-wrapper .is-open .Select-control{background-color:transparent}.club-wrapper .is-focused:not(.is-open)>.Select-control{border:none;-webkit-box-shadow:none;box-shadow:none}.club-wrapper .Select-control{background-color:transparent;border:none;width:auto;border-radius:0;cursor:pointer}.club-wrapper .Select-control:hover{-webkit-box-shadow:none;box-shadow:none}.club-wrapper .Select-control .Select-arrow,.club-wrapper .Select-control:hover .Select-arrow{border-color:#2c272f transparent transparent;-webkit-transition:border-color .25s cubic-bezier(.445,.05,.55,.95);-o-transition:border-color .25s cubic-bezier(.445,.05,.55,.95);transition:border-color .25s cubic-bezier(.445,.05,.55,.95)}.club-wrapper .has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.club-wrapper .has-value.Select--single>.Select-control .Select-value .Select-value-label{color:#2c272f;font-weight:900;line-height:40px;font-size:14px;text-transform:uppercase}.club-wrapper .Select--single>.Select-control .Select-value,.club-wrapper .Select-placeholder{position:relative;padding-left:0}.club-wrapper .Select--single>.Select-control .Select-value:focus,.club-wrapper .Select-placeholder:focus{outline:0}.club-wrapper .Select-arrow-zone,.club-wrapper .Select-multi-value-wrapper{float:left;display:inline-block;line-height:36px;outline:0}.club-wrapper .Select-input{float:left;height:0}.club-wrapper .Select-menu-outer{min-width:170px;width:auto;border-radius:0;-webkit-box-shadow:0 10px 20px rgba(44,39,47,.2);box-shadow:0 10px 20px rgba(44,39,47,.2);border:none;max-height:none;margin-top:5px;z-index:11;top:0}.club-wrapper .Select-menu-outer .Select-menu{max-height:none}.club-wrapper .Select-menu-outer .Select-option{height:50%;color:#2c272f;white-space:nowrap;font-weight:900;font-size:12px;font-family:Fira Sans,sans-serif;text-transform:uppercase;line-height:50px;padding:0 20px;background-color:#fff}.club-wrapper .Select-menu-outer .Select-option,.club-wrapper .Select-menu-outer .Select-option:hover{-webkit-transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95);-o-transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95);transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95)}.club-wrapper .Select-menu-outer .Select-option:hover{background-color:#f3fcff;color:#00a6f0}.club-wrapper .Select-menu-outer .Select-option:last-child{border-radius:0}.club{background:none}.club-content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:25px 20px}@media only screen and (max-width:479px){.club-content{padding:25px 10px}}.club-content .advertise{width:260px}@media only screen and (max-width:959px){.club-content .advertise{width:100%}}.header .intro{color:#2c272f;font-weight:800;line-height:35px}.club-header .vertical-bottom{margin-left:20px}@media only screen and (max-width:479px){.club-header .vertical-bottom{margin-left:10px}}.instalations h3,.other-stadiums h3,.president h3,.provider h3,.stadium h3{margin:0;padding:20px 0 0}.instalations .title-section,.other-stadiums .title-section,.president .title-section,.provider .title-section,.stadium .title-section{font-size:18px;font-weight:900;letter-spacing:.75px;line-height:30px;padding-bottom:20px}.instalations .container,.other-stadiums .container,.president .container,.provider .container,.stadium .container{margin-bottom:20px}.instalations .text-container,.other-stadiums .text-container,.president .text-container,.provider .text-container,.stadium .text-container{color:#2c272f;overflow:hidden;padding:30px 0}.instalations .text-container .intro-text,.other-stadiums .text-container .intro-text,.president .text-container .intro-text,.provider .text-container .intro-text,.stadium .text-container .intro-text{font-size:24px;font-weight:800;line-height:30px;padding:0 15px 30px}@media only screen and (max-width:479px){.instalations .text-container .intro-text,.other-stadiums .text-container .intro-text,.president .text-container .intro-text,.provider .text-container .intro-text,.stadium .text-container .intro-text{font-size:16px;padding-left:0;padding-right:0}}.instalations .text-container .intro-text p,.other-stadiums .text-container .intro-text p,.president .text-container .intro-text p,.provider .text-container .intro-text p,.stadium .text-container .intro-text p{margin:0 0 20px}.instalations .text-container .intro-text p:last-of-type,.other-stadiums .text-container .intro-text p:last-of-type,.president .text-container .intro-text p:last-of-type,.provider .text-container .intro-text p:last-of-type,.stadium .text-container .intro-text p:last-of-type{margin:0}.instalations .text-container .text-content,.other-stadiums .text-container .text-content,.president .text-container .text-content,.provider .text-container .text-content,.stadium .text-container .text-content{padding:0 15px}@media only screen and (max-width:479px){.instalations .text-container .text-content,.other-stadiums .text-container .text-content,.president .text-container .text-content,.provider .text-container .text-content,.stadium .text-container .text-content{padding-left:0;padding-right:0}}.instalations .text-container .text-content .full-text,.instalations .text-container .text-content .info-text,.other-stadiums .text-container .text-content .full-text,.other-stadiums .text-container .text-content .info-text,.president .text-container .text-content .full-text,.president .text-container .text-content .info-text,.provider .text-container .text-content .full-text,.provider .text-container .text-content .info-text,.stadium .text-container .text-content .full-text,.stadium .text-container .text-content .info-text{font-weight:400;letter-spacing:-.25px;line-height:30px;padding:0}.instalations .text-container .text-content .info-text,.other-stadiums .text-container .text-content .info-text,.president .text-container .text-content .info-text,.provider .text-container .text-content .info-text,.stadium .text-container .text-content .info-text{margin-bottom:0;padding:20px 0 0}.instalations .text-container .text-content .info-text li,.other-stadiums .text-container .text-content .info-text li,.president .text-container .text-content .info-text li,.provider .text-container .text-content .info-text li,.stadium .text-container .text-content .info-text li{display:inline-block;font-size:12px;list-style:none;margin-bottom:36px;padding-right:40px;text-transform:uppercase}.instalations .text-container .text-content .info-text li span,.other-stadiums .text-container .text-content .info-text li span,.president .text-container .text-content .info-text li span,.provider .text-container .text-content .info-text li span,.stadium .text-container .text-content .info-text li span{display:block;font-size:24px;font-weight:700}.instalations .text-container .text-content .info-text li:last-of-type,.other-stadiums .text-container .text-content .info-text li:last-of-type,.president .text-container .text-content .info-text li:last-of-type,.provider .text-container .text-content .info-text li:last-of-type,.stadium .text-container .text-content .info-text li:last-of-type{padding-right:0}@media only screen and (max-width:479px){.instalations .text-container .text-content .info-text li,.other-stadiums .text-container .text-content .info-text li,.president .text-container .text-content .info-text li,.provider .text-container .text-content .info-text li,.stadium .text-container .text-content .info-text li{display:block}}.instalations .extra-content,.other-stadiums .extra-content,.president .extra-content,.provider .extra-content,.stadium .extra-content{clear:both;float:none}.instalations .extra-content h4,.other-stadiums .extra-content h4,.president .extra-content h4,.provider .extra-content h4,.stadium .extra-content h4{color:#fff;font-size:20px;font-weight:800;margin:0 0 18px;text-transform:uppercase}.instalations .copy-table--inline table,.other-stadiums .copy-table--inline table,.president .copy-table--inline table,.provider .copy-table--inline table,.stadium .copy-table--inline table{border-spacing:0;font-size:24px;font-weight:700;width:100%!important}.instalations .copy-table--inline table *,.other-stadiums .copy-table--inline table *,.president .copy-table--inline table *,.provider .copy-table--inline table *,.stadium .copy-table--inline table *{margin:0}.instalations .copy-table--inline table tr,.other-stadiums .copy-table--inline table tr,.president .copy-table--inline table tr,.provider .copy-table--inline table tr,.stadium .copy-table--inline table tr{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:479px){.instalations .copy-table--inline table tr,.other-stadiums .copy-table--inline table tr,.president .copy-table--inline table tr,.provider .copy-table--inline table tr,.stadium .copy-table--inline table tr{display:block}}.instalations .copy-table--inline table,.instalations .copy-table--inline table td,.other-stadiums .copy-table--inline table,.other-stadiums .copy-table--inline table td,.president .copy-table--inline table,.president .copy-table--inline table td,.provider .copy-table--inline table,.provider .copy-table--inline table td,.stadium .copy-table--inline table,.stadium .copy-table--inline table td{border:0}.instalations .copy-table--inline table td,.other-stadiums .copy-table--inline table td,.president .copy-table--inline table td,.provider .copy-table--inline table td,.stadium .copy-table--inline table td{padding-right:40px}@media only screen and (max-width:479px){.instalations .copy-table--inline table td,.other-stadiums .copy-table--inline table td,.president .copy-table--inline table td,.provider .copy-table--inline table td,.stadium .copy-table--inline table td{display:block;padding:10px 0}}.president-container{margin:0 auto;max-width:780px;width:100%}.president p{line-height:27px}@media only screen and (max-width:767px){.president p{line-height:20px;font-size:14px}}.president-header{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background:#2c272f;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:767px){.president-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.president-header .president-picture{width:291px;-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;line-height:0;display:inline-block}@media only screen and (max-width:767px){.president-header .president-picture{width:100%}}.president-header .president-picture img{width:100%;height:auto}@media only screen and (max-width:767px){.president-header .president-picture img{width:100%;height:auto}}.president-header .president-bio{padding:40px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1}.president-header .president-bio h5,.president-header .president-bio h6{display:block;font-size:12px;margin-bottom:4px;text-transform:uppercase;font-weight:400}.president-header .president-bio p{font-size:24px;line-height:30px;margin:0}.president-header .president-bio p.note{font-size:18px}.president-header .president-bio>div{margin-bottom:20px}.president-header .president-bio>div:last-of-type{margin-bottom:0}.president-content{border-left:2px solid #eaeaea;margin:60px 0 40px;padding:0 0 0 50px}@media only screen and (max-width:767px){.president-content{border-left:0;padding-left:0}}.president-content h4{color:#2c272f;font-size:24px;font-weight:800;line-height:30px;text-transform:normal}.president-content li{font-size:18px;letter-spacing:-.25px;line-height:30px}.president-historic{margin-bottom:60px}.president-historic h2{border-left:2px solid #2c272f;padding-left:50px}@media only screen and (max-width:767px){.president-historic h2{padding-left:25px}}@media only screen and (max-width:479px){.president-historic h2{padding-left:10px}}.president-historic ul{border-left:2px solid #eaeaea;list-style:none;padding:0 0 0 37px}@media only screen and (max-width:767px){.president-historic ul{padding-left:25px}.president-historic ul li{display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (max-width:479px){.president-historic ul{padding-left:10px}}.president-historic li{padding:10px 0}.president-historic div,.president-historic span{display:inline-block;font-size:18px;line-height:30px;margin:0}@media only screen and (max-width:767px){.president-historic div,.president-historic span{font-size:14px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}}.president-historic span{color:rgba(0,0,0,.5);width:15%}@media only screen and (max-width:767px){.president-historic span{width:25%}}.president-historic p{margin:0}.provider-container{margin:0 auto;max-width:780px;width:100%;padding-top:20px}.provider-container h4{color:#2c272f;font-size:24px;font-weight:800;line-height:30px;margin:0 0 20px;text-transform:normal}.provider-header{border-left:2px solid #2c272f;margin-bottom:60px;padding-left:50px}.provider-header h6,.provider-header span{display:block;font-size:12px;margin-bottom:4px;text-transform:uppercase}.provider-header h4,.provider-header p{font-size:24px;font-weight:800;line-height:30px;margin-bottom:0}.provider-header h4.note,.provider-header p.note{font-size:18px}.provider-header>div{margin-bottom:20px}.provider-header>div:last-child{margin-bottom:0}.provider-content ul{padding:0;list-style:none;margin-bottom:30px}.provider-content li{font-size:18px;letter-spacing:-.25px;line-height:30px;padding:0 0 0 50px;position:relative}.provider-content li:before{color:#cfd8dc;content:"\2022";position:absolute;top:0;left:0}.provider-content>div{margin-bottom:30px}.provider-content>div:first-child{margin-bottom:50px}.provider-extra-content>div{border-left:2px solid #eaeaea;padding-left:50px}.provider-extra-content h5{font-size:18px;font-weight:700;margin:0 0 20px;text-transform:uppercase}.provider-extra-content p{font-size:18px;letter-spacing:-.05px;line-height:25px;margin:0}.provider-extra-content p.paragraph-small{font-size:14px}.provider-extra-content-elements,.provider-extra-content-intro{margin-bottom:40px}.provider-extra-content-info{display:inline-block;margin-right:30px}.provider-extra-content-info:last-of-type{margin-right:0}.provider-extra-content-info p,.provider-extra-content-info span{line-height:100%;margin:0}.provider-extra-content-info span{font-size:12px;letter-spacing:-.09px;text-transform:uppercase}.provider-extra-content-info p{font-size:14px;font-weight:700}.image-download{position:relative}.image-download img{width:100%}.image-download a{background:#00a6f0;border-radius:50%;bottom:20px;color:#fff;font-size:22px;height:40px;line-height:46px;position:absolute;right:20px;text-align:center;text-decoration:none;-webkit-transition:-webkit-transform .33s ease-in-out;transition:-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out;transition:transform .33s ease-in-out;transition:transform .33s ease-in-out,-webkit-transform .33s ease-in-out;width:40px}.image-download a:focus,.image-download a:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.club-institutional{padding:10px}@media only screen and (min-width:480px){.club-institutional{padding:20px}}.club-institutional .tab-container>div{min-height:auto}.club-institutional .tab-container>div.tab-container-leave{top:-40px}.club-institutional .accordion{margin:0 auto 170px;max-width:780px;width:100%}.club-institutional .accordion .page-tabs{z-index:1}.club-institutional .variable-position-tabs{position:relative}.club-institutional .variable-position-tabs>div{padding-left:20px!important}@media only screen and (min-width:480px){.club-institutional .variable-position-tabs>div{padding-left:50px!important}}.club-institutional .variable-position-tabs:before{background-color:#000;bottom:-2px;content:"";display:block;height:32px;position:absolute;width:2px}.club-institutional .variable-position-tabs:after{left:20px!important}@media only screen and (min-width:480px){.club-institutional .variable-position-tabs:after{left:50px!important}}.club-institutional .show-more-link{font-size:14px;font-weight:700;margin:24px;text-transform:uppercase}.club-institutional-member{margin-top:40px;padding-left:20px}@media only screen and (min-width:480px){.club-institutional-member{padding-left:50px}}.club-institutional-member .group-item{margin-bottom:25px}.club-institutional-member .members-name{font-size:12px;font-weight:400;margin:0}@media only screen and (min-width:480px){.club-institutional-member .members-name{font-size:18px}}.club-institutional-member .members-position{color:#969199;font-size:12px;font-weight:500;margin-bottom:10px;text-transform:uppercase}.group-title{font-size:14px;font-weight:700;margin-bottom:20px;text-transform:uppercase}.club-institutional-file{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(0,166,240,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;min-height:71px;padding:15px 0;width:100%}.club-institutional-file:last-child{border-bottom:0}.club-institutional-file div,.club-institutional-file p{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:12px;line-height:20px;margin:0}@media only screen and (min-width:480px){.club-institutional-file div,.club-institutional-file p{font-size:16px;padding-right:20px}}.club-institutional-file .club-institutional-file-date{color:#969199;display:none;font-size:12px;font-weight:500}@media only screen and (min-width:480px){.club-institutional-file .club-institutional-file-date{display:block;font-size:16px}}.club-institutional-file .club-institutional-event-date{color:#00a6f0;margin-right:10px;font-weight:500}@media only screen and (min-width:480px){.club-institutional-file .club-institutional-event-date{font-size:18px;margin-right:20px;line-height:19px}}.club-institutional-file .button-outline{font-size:10px;font-weight:500;margin-left:15px;padding:7px 10px}.club-institutional-file .button-outline,.list-of-files{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.list-of-files{border-left:2px solid #cfd8dc;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px;margin-top:40px;padding-left:20px}@media only screen and (min-width:480px){.list-of-files{padding-left:50px}}.club-apps-wrapper{padding:0 10px;margin-bottom:25px}.club-apps-wrapper .intro{font-size:24px;font-weight:700;color:#2c272f;font-stretch:condensed;line-height:1.25}@media only screen and (min-width:768px){.club-apps-wrapper .intro{font-weight:800;padding:0 15px 0 20px}}.club-apps-wrapper .full{font-size:16px;line-height:1.25;letter-spacing:-.1px;color:#969199}@media only screen and (min-width:768px){.club-apps-wrapper .full{font-size:18px;color:#2c272f;padding:0 20px 0 15px;line-height:1.67;letter-spacing:-.2px}}.club-apps-wrapper .text-block{margin-top:30px}@media only screen and (min-width:960px){.club-apps-wrapper .text-block{margin-top:55px}}.club-apps-wrapper h3{font-size:16px;color:#00a6f0;font-weight:800;margin-top:30px;padding:6px 0 11px;text-transform:uppercase}@media only screen and (min-width:960px){.club-apps-wrapper h3{font-size:18px;line-height:1.67;letter-spacing:.8px;margin-top:0;padding:15px 0;margin-bottom:0;width:100%}}.club-apps-wrapper>.advertise{margin-bottom:0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media only screen and (min-width:960px){.club-apps-wrapper>.advertise{margin-top:20px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.club-apps-wrapper>.advertise .advertise{margin-bottom:0}}.club-apps-wrapper .apps-wrapper{width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;position:relative;top:-15px}@media only screen and (min-width:960px){.club-apps-wrapper .apps-wrapper{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.club-apps-wrapper .apps-wrapper a{width:100%}@media only screen and (min-width:960px){.club-apps-wrapper .apps-wrapper a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 33.33333%;flex:0 33.33333%}}.club-apps-wrapper .apps-wrapper .single-banner{position:relative;width:100%;min-height:180px;padding:0 10px;overflow:hidden;margin-bottom:10px}@media only screen and (min-width:480px){.club-apps-wrapper .apps-wrapper .single-banner{min-height:260px}}@media only screen and (min-width:960px){.club-apps-wrapper .apps-wrapper .single-banner{min-height:200px;padding:0 20px}}.club-apps-wrapper .apps-wrapper .single-banner:hover .image-background>div{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-o-transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93)}.club-apps-wrapper .apps-wrapper .single-banner:hover footer.black,.club-apps-wrapper .apps-wrapper .single-banner:hover footer.white{-webkit-transition:border-top-color .33s ease-in-out;-o-transition:border-top-color .33s ease-in-out;transition:border-top-color .33s ease-in-out;border-top-color:transparent}.club-apps-wrapper .apps-wrapper .single-banner:hover footer:before{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;-webkit-transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out,-webkit-transform .33s ease-in-out}.club-apps-wrapper .apps-wrapper .single-banner:hover footer .icon{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}.club-apps-wrapper .apps-wrapper .single-banner .image-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.club-apps-wrapper .apps-wrapper .single-banner .image-background>div{position:relative;width:100%;height:100%;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);background-repeat:no-repeat;background-position:100%;background-size:cover;-webkit-transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-o-transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93)}.club-apps-wrapper .apps-wrapper .single-banner header{position:relative;top:10px;width:60%;max-width:200px}@media only screen and (min-width:960px){.club-apps-wrapper .apps-wrapper .single-banner header{top:20px}}.club-apps-wrapper .apps-wrapper .single-banner header img{width:100%}.club-apps-wrapper .apps-wrapper .single-banner footer{position:absolute;bottom:0;text-transform:uppercase;height:50px;width:calc(100% - 20px);display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.club-apps-wrapper .apps-wrapper .single-banner footer.black{border-top:1px solid #000}.club-apps-wrapper .apps-wrapper .single-banner footer.white{border-top:1px solid #fff}.club-apps-wrapper .apps-wrapper .single-banner footer:before{display:block;content:"";width:calc(100% + 40px);height:50px;position:absolute;bottom:0;left:-20px;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0;-webkit-transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out,-webkit-transform .33s ease-in-out}@media only screen and (min-width:960px){.club-apps-wrapper .apps-wrapper .single-banner footer:before{width:calc(100% + 40px)}}.club-apps-wrapper .apps-wrapper .single-banner footer.black:before{background-color:hsla(0,0%,100%,.4)}.club-apps-wrapper .apps-wrapper .single-banner footer.white:before{background-color:rgba(0,0,0,.4)}@media only screen and (min-width:960px){.club-apps-wrapper .apps-wrapper .single-banner footer{width:calc(100% - 40px);display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.club-apps-wrapper .apps-wrapper .single-banner footer span{font-size:12px;font-weight:500;z-index:1}.club-apps-wrapper .apps-wrapper .single-banner footer span.black{color:#000}.club-apps-wrapper .apps-wrapper .single-banner footer span.white{color:#fff}.club-apps-wrapper .apps-wrapper .single-banner footer .icon{z-index:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out,-webkit-transform .33s ease-in-out}.club-apps-wrapper .apps-wrapper .single-banner footer .icon.black{fill:#000}.club-apps-wrapper .apps-wrapper .single-banner footer .icon.white{fill:#fff}.app-detail-wrapper{max-width:100%;width:100%}@media only screen and (min-width:960px){.app-detail-wrapper{max-width:100%;margin:0}}.app-detail-wrapper header{margin:16px auto 0;max-width:95%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:480px){.app-detail-wrapper header{max-width:80%}}@media only screen and (min-width:768px){.app-detail-wrapper header{max-width:72%}}@media only screen and (min-width:960px){.app-detail-wrapper header{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;height:80px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.app-detail-wrapper header .breadcrumbs{display:none}@media only screen and (min-width:960px){.app-detail-wrapper header .breadcrumbs{display:-webkit-box;display:-ms-flexbox;display:flex}}.app-detail-wrapper header .Select-menu-outer{top:0}.app-detail-wrapper article{text-align:center;padding:0 10px}@media only screen and (min-width:960px){.app-detail-wrapper article{padding:0 20px}}.app-detail-wrapper article .icon-wrapper img{margin:40px 0;max-width:204px;width:100%}@media only screen and (min-width:960px){.app-detail-wrapper article .icon-wrapper img{max-width:230px;margin:40px 0 28px}}.app-detail-wrapper article .gallery-intro{max-width:80%;margin:0 auto 60px}@media only screen and (min-width:960px){.app-detail-wrapper article .gallery-intro{max-width:72%;margin:0 auto 65px}}.app-detail-wrapper article .gallery-intro p{margin:0;font-size:16px;line-height:1.56;letter-spacing:-.3px;font-weight:800}@media only screen and (min-width:960px){.app-detail-wrapper article .gallery-intro p{font-size:24px;letter-spacing:normal;line-height:1.46}}.app-detail-wrapper article .gallery-content hr{height:2px;width:calc(100% + 20px);position:relative;left:-10px;background:#ecf1f5;border:none;margin-bottom:40px}@media only screen and (min-width:960px){.app-detail-wrapper article .gallery-content hr{left:0;width:100%}}.app-detail-wrapper article .gallery-content .app-detail-slider{width:100%;position:relative}.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-controls{display:block;position:absolute;top:291px;z-index:22;text-align:center;width:100%;margin:0;padding:0;max-height:22px}@media only screen and (min-width:960px){.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-controls{display:none}}.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-controls li{display:inline-block;padding:6px;opacity:.3}.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-controls li a{display:block;overflow:hidden;text-indent:100%;white-space:nowrap;color:transparent;height:8px;width:8px;border-radius:50%;border:0;background-color:#2c272f}.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-controls li.selected{opacity:1}.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-controls li.selected a{background-color:#2c272f}.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container{overflow-x:hidden;width:100%}.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider{padding:0;height:100%;list-style:none;left:0;margin:-1px 0 0;width:400%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media only screen and (min-width:960px){.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider.animated{-webkit-transition:-webkit-transform .7s cubic-bezier(.445,.05,.55,.95);transition:-webkit-transform .7s cubic-bezier(.445,.05,.55,.95);-o-transition:transform .7s cubic-bezier(.445,.05,.55,.95);transition:transform .7s cubic-bezier(.445,.05,.55,.95);transition:transform .7s cubic-bezier(.445,.05,.55,.95),-webkit-transform .7s cubic-bezier(.445,.05,.55,.95)}.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider>li{top:0;left:0;height:100%;position:relative;opacity:1;float:left;display:block;overflow:hidden;width:25%}@media only screen and (min-width:960px){.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider>li{width:100%}.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider>li.copy{display:none}.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider>li:nth-child(2n) .app-detail-wrapper-slide{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider>li:nth-child(2n) .app-detail-wrapper-slide .app-detail-image{margin-left:85px;margin-right:0}.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider>li:nth-child(2n) .app-detail-wrapper-slide p,.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider>li:nth-child(2n) .app-detail-wrapper-slide span{text-align:right}.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider>li:nth-child(odd) .app-detail-wrapper-slide{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider>li:nth-child(odd) .app-detail-wrapper-slide .app-detail-image{margin-right:85px;margin-left:0}.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider>li:nth-child(odd) .app-detail-wrapper-slide p,.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider>li:nth-child(odd) .app-detail-wrapper-slide span{text-align:left}}.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider>li .app-detail-wrapper-slide{width:100%;float:left;position:relative;text-align:center;padding:0 20px 50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (min-width:960px){.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider>li .app-detail-wrapper-slide{padding:0 0 50px}}.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider>li .app-detail-wrapper-slide .app-detail-image{margin-bottom:80px;background-size:contain;height:231px;width:100%;background-position:50%;background-repeat:no-repeat}@media only screen and (min-width:960px){.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider>li .app-detail-wrapper-slide .app-detail-image{height:400px;margin-right:85px;margin-left:0;margin-bottom:0}}.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider>li .app-detail-wrapper-slide .app-detail-image img{display:none}@media only screen and (min-width:960px){.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider>li .app-detail-wrapper-slide .app-detail-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider>li .app-detail-wrapper-slide p{font-size:16px;font-weight:800;line-height:1.56;letter-spacing:-.3px;margin-bottom:45px}@media only screen and (min-width:960px){.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider>li .app-detail-wrapper-slide p{font-size:24px;line-height:1.25;letter-spacing:normal;margin-bottom:25px}}.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider>li .app-detail-wrapper-slide span{font-size:12px;line-height:1.5;letter-spacing:.4px;color:#2c272f}@media only screen and (min-width:960px){.app-detail-wrapper article .gallery-content .app-detail-slider .app-detail-slider-container .app-slider>li .app-detail-wrapper-slide span{font-size:14px;line-height:1.43;letter-spacing:-.2px;text-align:left}}.app-detail-wrapper article footer .apps-store-wrapper{width:100%}@media only screen and (min-width:960px){.app-detail-wrapper article footer .apps-store-wrapper{margin-bottom:60px}}.app-detail-wrapper article footer .apps-store-wrapper p{margin-top:0;margin-bottom:20px;font-size:16px;line-height:1.56;letter-spacing:-.3px;font-weight:800}@media only screen and (min-width:960px){.app-detail-wrapper article footer .apps-store-wrapper p{font-size:24px}}.app-detail-wrapper article footer .apps-store-wrapper .buttons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:960px){.app-detail-wrapper article footer .apps-store-wrapper .buttons-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.app-detail-wrapper article footer .apps-store-wrapper .buttons-wrapper .button{font-size:12px;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:5px 15px;height:30px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:960px){.app-detail-wrapper article footer .apps-store-wrapper .buttons-wrapper .button{max-width:235px;height:40px;font-weight:700;letter-spacing:.2px}}.app-detail-wrapper article footer .apps-store-wrapper .buttons-wrapper .button:first-child{margin-right:10px}.app-detail-wrapper article footer h3{font-size:16px;color:#00a6f0;font-weight:800;margin-top:40px;margin-bottom:0;padding:6px 0 11px;text-align:left;text-transform:uppercase}@media only screen and (min-width:960px){.app-detail-wrapper article footer h3{font-size:18px;line-height:1.67;letter-spacing:.8px;margin-top:0;padding:15px 0;width:100%}}.app-detail-wrapper article footer .apps-wrapper{width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;position:relative;top:-15px}@media only screen and (min-width:960px){.app-detail-wrapper article footer .apps-wrapper{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;top:0;margin-bottom:80px}}.app-detail-wrapper article footer .apps-wrapper a{width:100%}@media only screen and (min-width:960px){.app-detail-wrapper article footer .apps-wrapper a{-webkit-box-flex:0;-ms-flex:0 50%;flex:0 50%}}.app-detail-wrapper article footer .apps-wrapper a .single-banner .icon{margin:0}@media only screen and (min-width:960px){.app-detail-wrapper article footer .apps-wrapper a .single-banner .icon{max-width:230px}}.app-detail-wrapper article footer .apps-wrapper .single-banner{position:relative;width:100%;min-height:180px;padding:0 10px;overflow:hidden;margin-bottom:10px}@media only screen and (min-width:480px){.app-detail-wrapper article footer .apps-wrapper .single-banner{min-height:260px}}@media only screen and (min-width:960px){.app-detail-wrapper article footer .apps-wrapper .single-banner{min-height:300px;padding:0 20px}}.app-detail-wrapper article footer .apps-wrapper .single-banner:hover .image-background>div{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-o-transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93)}.app-detail-wrapper article footer .apps-wrapper .single-banner:hover footer.black,.app-detail-wrapper article footer .apps-wrapper .single-banner:hover footer.white{-webkit-transition:border-top-color .33s ease-in-out;-o-transition:border-top-color .33s ease-in-out;transition:border-top-color .33s ease-in-out;border-top-color:transparent}.app-detail-wrapper article footer .apps-wrapper .single-banner:hover footer:before{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;-webkit-transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out,-webkit-transform .33s ease-in-out}.app-detail-wrapper article footer .apps-wrapper .single-banner:hover footer .icon{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}.app-detail-wrapper article footer .apps-wrapper .single-banner .image-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.app-detail-wrapper article footer .apps-wrapper .single-banner .image-background>div{position:relative;width:100%;height:100%;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);background-repeat:no-repeat;background-position:100%;background-size:cover;-webkit-transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-o-transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93)}.app-detail-wrapper article footer .apps-wrapper .single-banner header{position:relative;top:10px;width:60%;max-width:200px}@media only screen and (min-width:960px){.app-detail-wrapper article footer .apps-wrapper .single-banner header{top:20px}}.app-detail-wrapper article footer .apps-wrapper .single-banner header img{width:100%}.app-detail-wrapper article footer .apps-wrapper .single-banner footer{position:absolute;bottom:0;text-transform:uppercase;height:50px;width:calc(100% - 20px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.app-detail-wrapper article footer .apps-wrapper .single-banner footer.black{border-top:1px solid #000}.app-detail-wrapper article footer .apps-wrapper .single-banner footer.white{border-top:1px solid #fff}.app-detail-wrapper article footer .apps-wrapper .single-banner footer:before{display:block;content:"";width:calc(100% + 40px);height:50px;position:absolute;bottom:0;left:-20px;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0;-webkit-transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out,-webkit-transform .33s ease-in-out}@media only screen and (min-width:960px){.app-detail-wrapper article footer .apps-wrapper .single-banner footer:before{width:calc(100% + 40px)}}.app-detail-wrapper article footer .apps-wrapper .single-banner footer.black:before{background-color:hsla(0,0%,100%,.4)}.app-detail-wrapper article footer .apps-wrapper .single-banner footer.white:before{background-color:rgba(0,0,0,.4)}@media only screen and (min-width:960px){.app-detail-wrapper article footer .apps-wrapper .single-banner footer{width:calc(100% - 40px);display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.app-detail-wrapper article footer .apps-wrapper .single-banner footer span{font-size:12px;font-weight:500;z-index:1}.app-detail-wrapper article footer .apps-wrapper .single-banner footer span.black{color:#000}.app-detail-wrapper article footer .apps-wrapper .single-banner footer span.white{color:#fff}.app-detail-wrapper article footer .apps-wrapper .single-banner footer .icon{z-index:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out,-webkit-transform .33s ease-in-out}.app-detail-wrapper article footer .apps-wrapper .single-banner footer .icon.black{fill:#000}.app-detail-wrapper article footer .apps-wrapper .single-banner footer .icon.white{fill:#fff}.institutional-group-detail .copy-content div:nth-child(3){padding:80px 0 0}.institutional-group-detail .copy-content div+.club-institutional{padding-top:0}.institutional-group-detail .copy-content p{margin:0}.contacts{position:relative;display:table;width:100%;height:100%}.contacts h2{margin-left:0}.contacts .contacts-address,.contacts .contacts-map{width:50%;height:100%;display:table-cell;vertical-align:top}.contacts .contacts-address{background:#78909c;color:#fff;padding:20px}.contacts .contacts-address ul{padding:0;margin:0}.contacts .contacts-address h3{color:#fff}.contacts .contacts-address .paragraph-small{display:block;font-size:12px;color:#2c272f;opacity:.6;line-height:30px;font-weight:500;text-transform:uppercase;margin:0}.contacts .contacts-address p:not(.paragraph-small){font-weight:500;font-size:14px;line-height:20px;margin:0}.contacts .contacts-map{line-height:0}@media only screen and (max-width:959px){.contacts .contacts-map>div{height:220px!important}}.contacts .contacts-map iframe{width:100%;height:100%}.contacts.top-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.contacts.top-bottom .contacts-address,.contacts.top-bottom .contacts-map{width:100%;display:block}.contacts.top-bottom .contacts-map{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.contacts.top-bottom .contacts-map>div{height:440px!important}.contacts.top-bottom .contacts-map iframe{height:100%}.contacts.top-bottom .contacts-address{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.contacts.top-bottom .contacts-address li{display:inline-block;vertical-align:top;float:none;margin-right:20px}@media only screen and (max-width:479px){.contacts.top-bottom .contacts-address li{display:block}}@media only screen and (max-width:959px){.contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.contacts .contacts-address,.contacts .contacts-map{width:100%;display:block}.contacts .contacts-map{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.contacts .contacts-address{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.contacts .contacts-address li{display:inline-block;vertical-align:top;float:none}}@media only screen and (max-width:959px) and (max-width:479px){.contacts .contacts-address li{display:block}}.events-spaces-wrapper h3,.hospitality-wrapper h3,.partners-club-wrapper h3{color:#00a6f0;font-size:18px;font-weight:800;padding:0 0 18px;margin:0;background:#fff;text-transform:uppercase}.corporate{background:none}.corporate-contacts,.museum-education-contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-bottom:60px;margin-top:40px}@media only screen and (max-width:767px){.corporate-contacts,.museum-education-contacts{margin:20px 0}}@media only screen and (max-width:959px){.corporate-contacts,.museum-education-contacts{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px 0}}.corporate-contacts .contacts-form,.museum-education-contacts .contacts-form{background:#fafafa;position:relative}@media only screen and (max-width:959px){.corporate-contacts .contacts-form,.museum-education-contacts .contacts-form{margin-bottom:30px}}.corporate-contacts .contacts-form .message-intro,.museum-education-contacts .contacts-form .message-intro{padding:0 20px;margin-top:7px;margin-bottom:20px;font-size:14px}.corporate-contacts .contacts-form .message-intro p,.museum-education-contacts .contacts-form .message-intro p{margin-top:0}.corporate-contacts .contacts-form>div,.museum-education-contacts .contacts-form>div{padding:30px 0}.corporate-contacts .contacts-form form,.museum-education-contacts .contacts-form form{overflow:hidden}.corporate-contacts .contacts-form ul,.museum-education-contacts .contacts-form ul{padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.corporate-contacts .contacts-form li,.museum-education-contacts .contacts-form li{list-style:none;padding:0 15px}.corporate-contacts .contacts-form .submit,.museum-education-contacts .contacts-form .submit{width:100%;background:#00a6f0;padding:0 20px;color:#fff;text-transform:uppercase;border:none;font-weight:700;font-size:12px;height:40px;line-height:40px;text-align:left;cursor:pointer;margin-top:20px;font-family:Fira Sans,sans-serif}.corporate-contacts .contacts-form .submit .icon,.museum-education-contacts .contacts-form .submit .icon{float:right;margin-top:8px}.corporate-contacts .contacts-form .message,.museum-education-contacts .contacts-form .message{font-weight:500;font-size:10px;width:100%;color:#969199;line-height:14px;margin-top:20px}.corporate-contacts .contacts-form .button,.museum-education-contacts .contacts-form .button{margin-top:20px}.corporate-contacts .contacts-form .reservation-response,.museum-education-contacts .contacts-form .reservation-response{position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.9);z-index:20;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.corporate-contacts .contacts-form .reservation-response h3,.museum-education-contacts .contacts-form .reservation-response h3{letter-spacing:-.4px;font-size:24px;font-weight:700;margin-bottom:10px;background:transparent}.corporate-contacts .contacts-form .reservation-response p,.museum-education-contacts .contacts-form .reservation-response p{font-weight:400;font-size:12px;text-align:center;line-height:20px;color:#969199;max-width:400px;padding:0 20px;margin-bottom:25px;margin-top:0}.corporate-contacts .contacts-form .message_intro,.museum-education-contacts .contacts-form .message_intro{margin:0 15px 20px}.corporate-contacts .contacts-form .message_intro p,.museum-education-contacts .contacts-form .message_intro p{font-size:12px;color:#969199;letter-spacing:0;line-height:16px}.corporate-contacts .contacts-form .checkbox,.museum-education-contacts .contacts-form .checkbox{margin-top:20px}.corporate-contacts .contacts-info,.museum-education-contacts .contacts-info{background:#f3fcff}.corporate-contacts .contacts-info>div,.museum-education-contacts .contacts-info>div{padding:20px}.corporate-contacts .contacts-info ul,.museum-education-contacts .contacts-info ul{margin:0;padding:0}.corporate-contacts .contacts-info li,.museum-education-contacts .contacts-info li{list-style:none;font-size:14px;font-weight:500;margin-bottom:15px;line-height:150%;overflow:hidden}.corporate-contacts .contacts-info li span,.museum-education-contacts .contacts-info li span{font-weight:400;font-size:12px;text-transform:uppercase}.corporate-contacts .contacts-info li .icon,.museum-education-contacts .contacts-info li .icon{width:30px;float:left;margin-top:2px}.corporate-contacts .contacts-info li div,.museum-education-contacts .contacts-info li div{width:calc(100% - 30px);float:left}.corporate-contacts .contacts-info a,.museum-education-contacts .contacts-info a{width:100%;background:none;padding:0 20px;text-transform:uppercase;border:1px solid #00a6f0;font-weight:700;font-size:12px;height:40px;line-height:40px;text-align:left;display:block;color:#00a6f0;text-decoration:none}.corporate-contacts .contacts-info a:focus,.corporate-contacts .contacts-info a:hover,.museum-education-contacts .contacts-info a:focus,.museum-education-contacts .contacts-info a:hover{background:#00a6f0;color:#fff}.corporate-contacts .contacts-info a:focus .icon path:last-of-type,.corporate-contacts .contacts-info a:hover .icon path:last-of-type,.museum-education-contacts .contacts-info a:focus .icon path:last-of-type,.museum-education-contacts .contacts-info a:hover .icon path:last-of-type{fill:#fff}.corporate-contacts .contacts-info a .icon,.museum-education-contacts .contacts-info a .icon{float:right;margin-top:14px}.corporate-contacts .contacts-info p,.museum-education-contacts .contacts-info p{margin:0;font-size:14px}.corporate-contacts .contacts-info p b,.museum-education-contacts .contacts-info p b{font-weight:500!important}.corporate-monitoring{width:260px;background:#00a6f0}.corporate-monitoring>div{color:#f3fcff;padding:20px;font-size:14px;font-weight:500}@media only screen and (max-width:959px){.corporate-monitoring{width:50%;margin-bottom:30px}}@media only screen and (max-width:479px){.corporate-monitoring{width:100%;margin-bottom:0}}.corporate-details-block{line-height:0}.corporate-details-block img{width:100%}.corporate-details-block>a{display:block;color:#fff;background:#00a6f0;line-height:42px;height:40px;font-size:12px;font-weight:700;text-transform:uppercase;padding:0 20px;text-decoration:none}.corporate-details-block>a .icon{float:right;margin-top:10px}.corporate-details-block ul{background:#f3fcff;padding:20px;list-style:none;margin:0}.corporate-details-block li{line-height:150%;margin-bottom:18px;font-weight:900;font-size:14px}.corporate-details-block li:last-of-type{margin-bottom:0}.corporate-details-block li span{color:#969199;display:block;font-weight:500}.corporate-grid{padding:0;list-style:none;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 40px}.corporate-grid,.corporate-grid li{display:-webkit-box;display:-ms-flexbox;display:flex}.corporate-grid li{height:230px;width:25%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-size:cover;background-position:50%;position:relative;padding:20px}.corporate-grid li.layout1{width:100%}.corporate-grid li.layout2{width:50%}.corporate-grid li.layout3{width:33.33333%}.corporate-grid li a,.corporate-grid li h4{position:relative;z-index:1;color:#fff;text-transform:uppercase}.corporate-grid li h4{font-size:26px;font-weight:800;padding:0 0 14px;border-bottom:1px solid hsla(0,0%,100%,.5);margin:0}.corporate-grid li a{text-decoration:none;font-size:12px;font-weight:700;padding:20px 0 10px}.corporate-grid li a .icon{float:right}@media only screen and (max-width:767px){.corporate-grid li,.corporate-grid li.layout3{width:50%}}@media only screen and (max-width:479px){.corporate-grid li{min-width:100%}.corporate-grid li.layout2,.corporate-grid li.layout3{width:100%}}@media only screen and (max-width:1199px){.corporate-grid.small li{width:50%}}.corporate-text-block{background:#fafafa;padding:50px 40px;height:calc(100% - 35px)}.corporate-text-block .intro{font-size:24px;font-weight:700}.corporate-text-block .full{font-size:18px}.corporate-list-block{background:#fafafa;padding:20px;margin-bottom:20px}.corporate-list-block ul{color:#2c272f;list-style:disc outside none;overflow:hidden;margin:0;padding-left:20px}.corporate-list-block li{width:50%;float:left;padding-left:10px;margin-bottom:10px;font-weight:400;font-size:18px}@media only screen and (max-width:479px){.corporate-list-block li{width:100%}}.corporate-gallery{margin-bottom:40px}.corporate-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.corporate-info>div{margin-bottom:40px}.corporate-info .details{width:260px;float:right;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.corporate-info .info{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.corporate-info .services{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.corporate-info .info,.corporate-info .services{width:calc(100% - 260px);float:left}@media only screen and (max-width:767px){.corporate-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.corporate-info .details,.corporate-info .info,.corporate-info .services{width:100%;float:none}.corporate-info .details{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.corporate-info .services{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.corporate-info .services li{float:none;width:100%}}.map-transports{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media only screen and (max-width:767px){.map-transports{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.transports-container{width:260px}.transports-container li{width:100%}@media only screen and (max-width:767px){.transports-container{width:100%}}.map-container{width:calc(100% - 260px)}@media only screen and (max-width:767px){.map-container{width:100%;margin-bottom:30px}}.corporate-header{position:relative}.corporate-header-pack{position:absolute;bottom:40px;left:20px;background:#00a6f0;font-weight:700;font-size:12px;text-transform:uppercase;line-height:12px;color:#fff;text-decoration:none;display:block;padding:11px 30px}.corporate-header-pack .icon{float:right;margin-left:15px}.corporate-pack-content{padding:0 14%}@media only screen and (max-width:767px){.corporate-pack-content{padding:0 20px}}.corporate-pack-textblock h2{font-size:44px;font-weight:800;text-transform:uppercase}.corporate-pack-textblock .text-block{padding-left:48px;border-left:2px solid #eaeaea;font-size:18px;font-weight:500;line-height:150%;margin-bottom:40px}.corporate-pack-textblock .include-list h3{color:#2c272f;font-size:24px;text-transform:none;padding:0 0 0 48px;border-left:2px solid #2c272f;margin-bottom:30px}.corporate-pack-textblock .include-list ul{padding:0;margin:0 0 40px;list-style:none}.corporate-pack-textblock .include-list li{padding-left:48px;position:relative;margin-bottom:10px;font-size:18px}.corporate-pack-textblock .include-list li:before{content:"";display:block;position:absolute;top:7px;left:0;background:#eaeaea;width:6px;height:6px;border-radius:50%}.corporate-stadium .advertise{width:260px}@media only screen and (max-width:959px){.corporate-stadium .advertise{width:100%}}.corporate-partners-club-intro,.corporate-stadium,.hospitality-tab-item{padding:20px}.corporate-partners-club-intro .intro,.corporate-stadium .intro,.hospitality-tab-item .intro{font-weight:700;font-size:24px;margin:60px 20px 30px;color:#2c272f}.corporate-partners-club-intro .intro.gallery-no-thumb,.corporate-stadium .intro.gallery-no-thumb,.hospitality-tab-item .intro.gallery-no-thumb{margin-top:40px;margin-bottom:20px}.corporate-partners-club-intro .intro p,.corporate-stadium .intro p,.hospitality-tab-item .intro p{margin-top:0;margin-bottom:30px;line-height:30px;letter-spacing:0}.corporate-partners-club-intro .full,.corporate-stadium .full,.hospitality-tab-item .full{margin:0 70px 30px 20px;font-size:18px;color:#2c272f}.corporate-partners-club-intro .full p,.corporate-stadium .full p,.hospitality-tab-item .full p{letter-spacing:-.25px;line-height:30px;font-weight:400}.corporate-partners-club-intro h3,.corporate-stadium h3,.hospitality-tab-item h3{padding-bottom:20px;font-weight:900;font-size:18px;letter-spacing:.75px;line-height:30px;color:#00a6f0}.corporate-partners-club-intro .info-text,.corporate-stadium .info-text,.hospitality-tab-item .info-text{padding:0;margin:0 20px}.corporate-partners-club-intro .info-text li,.corporate-stadium .info-text li,.hospitality-tab-item .info-text li{list-style:none;display:inline-block;font-size:12px;padding-right:40px;margin-bottom:36px}.corporate-partners-club-intro .info-text li span,.corporate-stadium .info-text li span,.hospitality-tab-item .info-text li span{font-size:24px;font-weight:700;display:block}.corporate-partners-club-intro .info-text li:last-of-type,.corporate-stadium .info-text li:last-of-type,.hospitality-tab-item .info-text li:last-of-type{padding-right:0}@media only screen and (max-width:479px){.corporate-partners-club-intro .info-text li,.corporate-stadium .info-text li,.hospitality-tab-item .info-text li{display:block}}.corporate-partners-club-intro .contacts-map,.corporate-stadium .contacts-map,.hospitality-tab-item .contacts-map{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.corporate-partners-club-intro .contacts-map>div,.corporate-stadium .contacts-map>div,.hospitality-tab-item .contacts-map>div{height:440px!important}.hospitality-tab-item ul{line-height:30px;letter-spacing:-.25px;color:#2c272f;padding-left:25px}.hospitality-tab-item ul li{padding-left:10px}.hospitality-tab-item .advertise{width:260px}@media only screen and (max-width:959px){.hospitality-tab-item .advertise{width:100%}}.corporate-gallery-details{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:40px}.corporate-gallery-details>div{width:calc(100% - 260px)}.corporate-gallery-details .corporate-details-block{width:260px}@media only screen and (max-width:767px){.corporate-gallery-details{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.corporate-gallery-details .corporate-details-block,.corporate-gallery-details>div{width:100%}}.corporate-pack-prices h4{margin:0;font-size:24px;font-weight:700}.corporate-pack-prices span{font-size:14px;text-transform:uppercase}.corporate-pack-prices div{display:inline-block;margin-right:40px}.corporate-pack-back a{font-weight:700;font-size:14px;color:#2c272f;line-height:14px;padding:33px 0;display:block;text-decoration:none;text-transform:uppercase}.corporate-pack-back a .icon{margin-right:15px}.partners-club-wrapper .corporate-partners,.partners-club-wrapper .corporate-testimonials{margin-top:20px}.corporate-partners .advertise{margin-bottom:20px}.corporate-partners hr{border-top:1px solid #cfd8dc;opacity:.5;border-bottom:none;margin-bottom:20px}@media only screen and (max-width:959px){.corporate-partners hr{margin-bottom:0}}.corporate-partners .accordion{margin:60px 20px 20px 0}.corporate-partners .accordion .text-block{width:100%}@media only screen and (max-width:767px){.corporate-partners .accordion .text-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}.corporate-partners .accordion .text-block div:first-child{margin-left:0}.corporate-partners .accordion .text-block .partners-club-logo-wrapper{display:inline-block}@media only screen and (max-width:767px){.corporate-partners .accordion .text-block .partners-club-logo-wrapper{width:50%}.corporate-partners .accordion .text-block .partners-club-logo-wrapper.business{width:21%;margin-right:4%;margin-bottom:4%}}@media only screen and (max-width:479px){.corporate-partners .accordion .text-block .partners-club-logo-wrapper{width:50%}}.corporate-partners .accordion .text-block .partners-club-logo-wrapper .partners-logo{width:140px;height:0;padding-top:97px;margin:30px 40px 30px 0;display:inline-block;background-repeat:no-repeat;background-size:contain;background-position:50%}@media only screen and (max-width:767px){.corporate-partners .accordion .text-block .partners-club-logo-wrapper .partners-logo{width:100%;height:0;padding-top:50%;margin:20px 0}}@media only screen and (max-width:479px){.corporate-partners .accordion .text-block .partners-club-logo-wrapper .partners-logo{width:100%;height:0;padding-top:50%;margin:0}}.corporate-partners .accordion .text-block .partners-club-logo-wrapper .partners-logo img{display:none}.corporate-partners .accordion .text-block .partners-club-logo-wrapper .partners-logo.business{width:90px;padding-top:62px;height:0}@media only screen and (max-width:767px){.corporate-partners .accordion .text-block .partners-club-logo-wrapper .partners-logo.business{width:100%;height:0;padding-top:100%}}.media-wrapper{padding:20px}.media-wrapper .advertise{width:260px}@media only screen and (max-width:959px){.media-wrapper .advertise{width:100%}}@media only screen and (max-width:479px){.media-wrapper{padding:20px 10px}}.media-wrapper .section-title{color:#00a6f0;font-size:18px;font-weight:900;margin:0;padding:20px 0 7px;text-transform:uppercase;letter-spacing:.75px;line-height:30px;margin-bottom:20px}.media-wrapper .media-section{margin-bottom:20px}.media-wrapper .media-image{width:100%;line-height:0}.media-wrapper .media-image img{width:100%}.media-wrapper .media-text{padding:40px 20px;background-color:#fafafa}@media only screen and (max-width:479px){.media-wrapper .media-text{padding:20px 10px}}.media-wrapper .media-text .intro{font-size:24px;font-weight:700;margin-bottom:20px;line-height:30px}.media-wrapper .media-text .intro:last-child{margin-bottom:0}@media only screen and (max-width:479px){.media-wrapper .media-text .intro{font-size:20px;line-height:26px}}.media-wrapper .media-text .full{font-size:18px;line-height:30px;letter-spacing:-.25pt}@media only screen and (max-width:479px){.media-wrapper .media-text .full{font-size:14px;line-height:26px}}.media-wrapper .media-text p:first-child{margin-top:0}.media-wrapper .media-text p:last-child{margin-bottom:0}.corporate-intro{margin-top:5px;padding:0 20px 0 25px}.corporate-intro .full,.corporate-intro .intro{padding:15px}@media only screen and (max-width:767px){.corporate-intro .full,.corporate-intro .intro{margin-left:0;margin-right:0}}.corporate-intro .full p:first-child,.corporate-intro .intro p:first-child{margin:0}.corporate-intro .intro{font-weight:700;font-size:24px}.corporate-intro .full{font-size:18px}.corporate-intro .full p{line-height:30px;letter-spacing:-.25px}.corporate-intro .advertise{width:260px}@media only screen and (max-width:959px){.corporate-intro .advertise{width:100%}}.corporate-intro .advertise.padded-advertise{padding-top:15px}.corporate-intro.corporate-testimonials .intro{font-weight:700;font-size:24px;text-align:center;padding:40px 20px 0 0;line-height:35px;margin-bottom:75px}.corporate-intro.corporate-testimonials .testimonials-wrapper{position:relative;list-style-type:none;max-width:70%;margin:35px auto 0}@media only screen and (max-width:959px){.corporate-intro.corporate-testimonials .testimonials-wrapper{max-width:100%;padding:0 20px}}.corporate-intro.corporate-testimonials .testimonials-wrapper li{position:relative;margin-bottom:20px;padding-left:20px}.corporate-intro.corporate-testimonials .testimonials-wrapper li div{width:100px;height:66px;background-size:cover}.corporate-intro.corporate-testimonials .testimonials-wrapper li div:before{position:absolute;top:30px;left:1px;width:5px;height:5px;border-radius:50%;background:#000;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);content:""}.corporate-intro.corporate-testimonials .testimonials-wrapper li div img{display:none}.corporate-intro.corporate-testimonials .testimonials-wrapper li .description{font-size:18px;color:#2c272f;line-height:30px;font-style:italic;margin-bottom:20px}.corporate-intro.corporate-testimonials .testimonials-wrapper li .description p{display:inline}.corporate-intro.corporate-testimonials .testimonials-wrapper li .description:before{color:#00a6f0;content:"\201C";font-size:30px;line-height:30px;padding-right:7px}.corporate-intro.corporate-testimonials .testimonials-wrapper li .description:after{color:#00a6f0;content:"\201C";font-size:30px;line-height:30px;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);display:inline-block;padding-right:7px}.corporate-intro.corporate-testimonials .testimonials-wrapper li .author{font-size:14px;line-height:14px;margin-bottom:6px}.corporate-intro.corporate-testimonials .testimonials-wrapper li .role{font-size:14px;line-height:14px;color:#969199}.corporate-intro.corporate-testimonials .testimonials-wrapper li:before{position:absolute;display:block;background:rgba(0,0,0,.1);left:0;top:35px;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);width:1px;height:100%;content:""}.corporate-intro.corporate-testimonials .corporate-contacts{margin-top:60px;margin-bottom:80px}.corporate-intro.corporate-sponsors .corporate-contacts{margin-top:60px;margin-bottom:40px}.corporate-intro.corporate-sponsors .corporate-contacts h3{margin:0;padding-bottom:20px}.corporate-intro.corporate-sponsors h3{font-weight:900;font-size:18px;color:#00a6f0;letter-spacing:.75px;line-height:30px;text-transform:uppercase;margin-top:40px;background:#fff}.corporate-intro.corporate-sponsors .advertise{margin-bottom:0}.corporate-intro.corporate-sponsors .text-block{background:#fafafa;padding:40px 70px 40px 20px}@media only screen and (max-width:959px){.corporate-intro.corporate-sponsors .text-block{padding:40px 20px}}.corporate-intro.corporate-sponsors .text-block p{font-size:18px;color:#2c272f;letter-spacing:-.25px;line-height:30px;margin:0}.corporate-intro.corporate-sponsors .full,.corporate-intro.corporate-sponsors .intro{padding:15px 70px 15px 20px}@media only screen and (max-width:959px){.corporate-intro.corporate-sponsors .full,.corporate-intro.corporate-sponsors .intro{padding:15px 20px}}.corporate-intro.corporate-licensing .intro{padding:35px 20px 0 15px}@media only screen and (max-width:959px){.corporate-intro.corporate-licensing .intro{margin:0}}.corporate-intro.corporate-licensing .intro p{font-size:24px;color:#2c272f;line-height:30px}.corporate-intro.corporate-licensing .full{margin:25px 0 0}.corporate-intro.corporate-licensing .full p{color:#2c272f}.corporate-intro.corporate-licensing .advertise{margin-top:10px}.corporate-intro.corporate-licensing h3{padding-bottom:20px;font-weight:900;font-size:18px;letter-spacing:.75px;line-height:30px;color:#00a6f0;text-transform:uppercase;background:#fff;margin:0}.corporate-intro.corporate-licensing .corporate-contacts{margin-top:25px}.corporate-intro.corporate-licensing .corporate-contacts .contacts-form>div{padding:40px 0}.corporate-intro.corporate-licensing .button,.corporate-intro.corporate-licensing .message{margin-top:10px}.corporate-dragon-box{padding:40px 20px}.corporate-dragon-box .corporate-contacts{padding:0}@media only screen and (max-width:959px){.corporate-dragon-box .corporate-contacts{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}.corporate-dragon-box .contacts-form{width:calc(100% - 260px * 2)}@media only screen and (max-width:959px){.corporate-dragon-box .contacts-form{width:100%}}.corporate-dragon-box .contacts-info{width:260px}@media only screen and (max-width:959px){.corporate-dragon-box .contacts-info{width:50%;margin-bottom:30px}}@media only screen and (max-width:479px){.corporate-dragon-box .contacts-info{width:100%}}.dragon-box-spaces-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #969199;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px;overflow:hidden;padding:10px 0}.dragon-box-spaces-header .Select{float:right}.service-list-container .blue{margin-left:-20px;padding-bottom:20px;font-weight:900;font-size:18px;letter-spacing:.75px;line-height:30px;color:#00a6f0}.service-list-container ul{-webkit-column-count:2;column-count:2;-webkit-columns:2;columns:2;padding:20px 40px;background-color:#fafafa;margin-left:-20px}@media only screen and (max-width:479px){.service-list-container ul{-webkit-column-count:1;column-count:1;-webkit-columns:1;columns:1}}.service-list-container ul li{margin-bottom:10px}.service-list-container .paragraph-small,.service-list-container .paragraph-small+h2{margin:0}.corporate-content{padding:25px 20px}@media only screen and (max-width:479px){.corporate-content{padding:25px 10px}}.corporate-grid-container{padding:0 14%;margin-top:50px}@media only screen and (max-width:767px){.corporate-grid-container{padding:0 20px}}.corporate-hospitality-details{padding:40px 20px}.corporate-hospitality-details .corporate-contacts{padding:0}@media only screen and (max-width:959px){.corporate-hospitality-details .corporate-contacts{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}.corporate-hospitality-details .contacts-form{width:calc(100% - 260px)}.corporate-hospitality-details .contacts-form.has-monitoring{width:calc(100% - 260px * 2)}@media only screen and (max-width:959px){.corporate-hospitality-details .contacts-form,.corporate-hospitality-details .contacts-form.has-monitoring{width:100%}}.corporate-hospitality-details .contacts-info{width:260px}@media only screen and (max-width:959px){.corporate-hospitality-details .contacts-info{width:100%;margin-bottom:30px}}@media only screen and (max-width:479px){.corporate-hospitality-details .contacts-info{width:100%}}.header .intro{font-size:24px;line-height:150%;padding-bottom:45px;position:relative;font-weight:700}.header .intro:after{position:absolute;bottom:0;display:block;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);content:"";width:80px;height:2px;background:#000}.corporate-header .vertical-bottom{margin-left:20px}@media only screen and (max-width:479px){.corporate-header .vertical-bottom{margin-left:10px}}.dragon-force-content{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px}.dragon-force-content .advertise{width:260px}@media only screen and (max-width:959px){.dragon-force-content .advertise{width:100%}}@media only screen and (max-width:959px){.dragon-force-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:479px){.dragon-force-content{padding:10px}}.dragon-force-content.remove-padding-top{padding:0 20px}@media only screen and (max-width:479px){.dragon-force-content.remove-padding-top{padding:0 10px}}.dragon-force-content .box{margin:0 auto;max-width:72%;width:100%}@media only screen and (max-width:959px){.dragon-force-content .box{max-width:calc(72% + 40px)}}@media only screen and (max-width:767px){.dragon-force-content .box{max-width:calc(80% + 40px)}}@media only screen and (max-width:479px){.dragon-force-content .box{max-width:100%}}.dragon-force-content .select-right{text-align:right}.dragon-force-content .modality-info-body .content{margin:0}.dragon-force-content .content{display:inline-block;background-color:#f5f5f5;margin-bottom:50px;width:100%}.dragon-force-content .content.white{background-color:#fff}@media only screen and (max-width:767px){.dragon-force-content .content{margin-bottom:30px}}.dragon-force-content .content h3{font-weight:900;font-size:18px;letter-spacing:.75px;line-height:30px;text-transform:uppercase;color:#00a6f0;background-color:#fff;min-height:50px;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:767px){.dragon-force-content .content h3{min-height:40px}}.dragon-force-content .content .first-tab-info{display:inline-block}.dragon-force-content .content .text-block{padding:15px;line-height:30px;color:#2c272f}@media only screen and (max-width:767px){.dragon-force-content .content .text-block{padding:0 15px}}.dragon-force-content .content .desc{font-weight:400;font-size:18px;letter-spacing:-.25px}.dragon-force-content .content .short-desc{font-weight:800;font-size:24px}.dragon-force-content .content .full-width{width:100%}.dragon-force-content .content .history-header{text-align:center;padding:40px 20px 0}.dragon-force-content .content .history-header .logo{display:inline;margin-bottom:20px;width:90px}.dragon-force-content .content .history-header .desc{font-size:24px;line-height:150%;position:relative;font-weight:700}.dragon-force-content .content .education-areas-header{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;position:relative;z-index:21}.dragon-force-content .content .gallery{background-color:#fff}@media only screen and (max-width:767px){.dragon-force-content .content .gallery .select-gallery{margin-top:-20px}}.dragon-force-content .content .gallery .Select-control{left:88%;position:-webkit-sticky;position:sticky}.dragon-force-content .content .gallery .Select-menu-outer{left:80%}@media only screen and (max-width:1199px){.dragon-force-content .content .gallery .Select-menu-outer{left:75%}}@media only screen and (max-width:767px){.dragon-force-content .content .gallery .Select-menu-outer{left:50%}}.dragon-force-content .content .placeholder-area{background-color:rgba(0,0,0,.2);width:100%}.dragon-force-content .content .placeholder-area .image{height:300px}.dragon-force-content .content .placeholder-area .download{padding:10px}.dragon-force-content .content .placeholder-area .download a{color:#969199;text-decoration:none}.dragon-force-content .content .placeholder-area .download a span{margin-left:10px}.dragon-force-content .content .modalities,.dragon-force-content .content .school{overflow:hidden}.dragon-force-content .content .modalities>div,.dragon-force-content .content .school>div{height:0;width:100%;padding-top:55.7%;color:#fff;position:relative;cursor:pointer}.dragon-force-content .content .modalities>div:hover .background,.dragon-force-content .content .school>div:hover .background{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.dragon-force-content .content .modalities>div .background,.dragon-force-content .content .modalities>div:hover .background,.dragon-force-content .content .school>div .background,.dragon-force-content .content .school>div:hover .background{-webkit-transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-o-transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93)}.dragon-force-content .content .modalities>div .background,.dragon-force-content .content .school>div .background{background-size:cover;background-position:50%;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.dragon-force-content .content .modalities>div div,.dragon-force-content .content .school>div div{position:absolute;width:100%;height:100%;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(44,39,47,.5)}.dragon-force-content .content .modalities>div .school-title,.dragon-force-content .content .school>div .school-title{padding:0 20px;text-align:center}.dragon-force-content .content .modalities>div p,.dragon-force-content .content .school>div p{text-transform:uppercase;font-weight:500}@media only screen and (max-width:479px){.dragon-force-content .content .modalities>div p,.dragon-force-content .content .school>div p{font-size:13px;text-align:center}}.dragon-force-content .content .button{margin-bottom:20px;float:left}.dragon-force-content .content .contacts{padding-left:20px;margin:20px 0}@media only screen and (max-width:479px){.dragon-force-content .content .contacts{padding-left:10px;padding-right:10px;margin:10px 0}}.dragon-force-content .content .contacts .title{font-weight:400;font-size:12px;text-transform:uppercase;color:#969199;margin:0}.dragon-force-content .content .contacts .value{font-weight:500;font-size:14px;letter-spacing:.6px;color:#2c272f;margin:5px 0 0;overflow-wrap:break-word}.dragon-force-content .content .contacts-content h6{font-weight:400!important;margin-top:0}.dragon-force-content .content .contacts-content p{font-weight:500;font-size:14px;letter-spacing:.6px;color:#2c272f;margin:5px 0 0;overflow-wrap:break-word}.dragon-force-content .content .responsive-table{border-collapse:collapse;border-spacing:0;margin:0 0 20px;padding:0;width:100%;background:#fff}.dragon-force-content .content .responsive-table thead{background:#f5f5f5;color:#78909c;font-family:Fira Sans Condensed,sans-serif;font-size:14px;font-weight:700;text-align:left;text-transform:uppercase}@media only screen and (max-width:767px){.dragon-force-content .content .responsive-table thead{font-size:12px}}@media only screen and (max-width:479px){.dragon-force-content .content .responsive-table thead{font-size:10px}}.dragon-force-content .content .responsive-table tr{border-bottom:1px solid #eaeaea;display:table-row;height:40px;margin-bottom:0;padding:5px}.dragon-force-content .content .responsive-table tr:last-child{border-bottom:0}.dragon-force-content .content .responsive-table td,.dragon-force-content .content .responsive-table th{padding:10px 20px;text-align:left}.dragon-force-content .content .responsive-table td{display:table-cell;font-size:14px;font-weight:700}.dragon-force-content .content .responsive-table td ul{padding-left:20px;margin-top:5px;margin-bottom:5px}@media only screen and (max-width:767px){.dragon-force-content .content .responsive-table td{font-size:12px;width:35%}}@media only screen and (max-width:479px){.dragon-force-content .content .responsive-table td{font-size:10px;width:35%}}.dragon-force-content .content .responsive-table td:first-child{font-weight:400;width:40%;line-height:20px}@media only screen and (max-width:479px){.dragon-force-content .content .responsive-table td:first-child{width:30%}}.dragon-force-content .content .responsive-table.disclaimer-table{margin-bottom:0}.dragon-force-content .content .responsive-table.dragon-force-modality-table{margin:0}@media only screen and (max-width:767px){.dragon-force-content .content .responsive-table.dragon-force-modality-table td{font-size:12px;width:auto}}@media only screen and (max-width:479px){.dragon-force-content .content .responsive-table.dragon-force-modality-table td{font-size:10px;width:auto}}.dragon-force-content .content.content-introduction-courses{padding:0;margin:20px 0}.dragon-force-content .content.content-introduction-courses .list-text-light{margin:20px 0;padding:0 0 0 20px}.dragon-force-content .content .reservation-wrapper{margin-top:40px}@media only screen and (max-width:479px){.dragon-force-content .content .reservation-wrapper{margin-top:20px}}.dragon-force-content .form form{overflow:hidden;padding:20px}@media only screen and (max-width:479px){.dragon-force-content .form form{padding:10px}}.dragon-force-content .form ul{padding-left:0;list-style:none;margin:0}.dragon-force-content .form li{list-style:none;padding:10px 0}.dragon-force-content .form li .title{font-weight:900;font-size:18px;line-height:30px;letter-spacing:.75px;text-transform:uppercase;color:#2c272f}.dragon-force-content .form li .description{font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.09px;color:#2c272f}.dragon-force-content .form input[type=text]{border:none;border-bottom:1px solid #cfd8dc;background:none;padding:5px 0;width:100%;color:#969199}.dragon-force-content .form .download{border-top:1px solid rgba(0,0,0,.1);padding-bottom:0;padding-top:20px}.dragon-force-content .form .download button{color:#969199;text-decoration:none;margin-left:10px;background-color:transparent;border:none}.dragon-force-content .form .download button span{margin-left:10px;font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.1px;color:#969199}.dragon-force-content .padded-advertise{padding-top:50px}.dragon-force-content .calendar-sticky{top:40px!important}.dragon-force-content .events-header-sticky{top:60px!important}.dragon-force-content .Select{display:inline-block}.dragon-force-content .Select-menu-outer{z-index:11;top:0;right:0}.dragon-force-content .list-text-bold{margin:20px 0 40px;padding:0 0 0 50px;border-left:2px solid #2c272f;font-weight:700;letter-spacing:-.25px;line-height:30px;color:#2c272f;font-size:24px}@media only screen and (max-width:479px){.dragon-force-content .list-text-bold{margin:10px 0 20px;padding:0 0 0 20px;font-size:18px;line-height:26px}}.dragon-force-content .list-text-bold.margin-top{margin-top:40px;margin-bottom:0}.dragon-force-content .list-text-bold.no-border{border-left:0;padding-left:20px}.dragon-force-content .list-text-padded{margin:20px 0 40px;padding:0 0 0 50px}@media only screen and (max-width:479px){.dragon-force-content .list-text-padded{margin:10px 0 20px;padding:0 0 0 20px}}.dragon-force-content .list-text-padded .page-tabs{z-index:10}.dragon-force-content .list-text-padded .variable-position-tabs>div{padding-left:0}.dragon-force-content .list-text-padded .variable-position-tabs:after{left:0;width:100%}.dragon-force-content .list-text-light{margin:40px 0;padding:0 0 0 50px;border-left:2px solid #eaeaea;font-size:18px;line-height:30px;letter-spacing:-.25px;color:#2c272f}@media only screen and (max-width:479px){.dragon-force-content .list-text-light{margin:10px 0 20px;padding:0 0 0 20px;font-size:14px;line-height:22px}}.dragon-force-content .list-text-light ul{padding-left:20px}.dragon-force-content .list-text-light.no-border{border-left:0}.dragon-force-content .modality-body .list-text-bold:first-child,.dragon-force-content .modality-body .list-text-bold:first-child p:first-child,.dragon-force-content .modality-body .list-text-light:first-child,.dragon-force-content .modality-body .list-text-light:first-child p:first-child{margin-top:0}.dragon-force-content .reservation-title{font-weight:900;font-size:18px;letter-spacing:.75px;line-height:30px;text-transform:uppercase;color:#00a6f0;background-color:#fff;min-height:50px;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dragon-force-content .reservation-title.no-backgound{background:none}.dragon-force-content .contacts-map{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.dragon-force-content .contacts-map>div{height:440px!important}.dragon-force-content .contacts-map iframe{height:100%}.dragon-force-content .fl-input-container-select{border-bottom:1px solid #cfd8dc;padding-bottom:9px}.dragon-force-content .fl-input-container-select select{color:#2c272f;margin-top:23px;outline:0;background:none;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:400;font-size:14px}.dragon-force-content .fl-input-container-select label{font-size:10px;font-weight:500;color:#00a6f0;top:-20px}.dragon-force-content .message{font-weight:500;font-size:10px;width:100%;color:#969199;line-height:14px;margin-top:10px}.dragon-force-content .message-title{font-weight:600}.accordion-custom h2{font-size:24px;color:#2c272f;font-weight:700;padding-left:50px;border-left:2px solid #2c272f;margin:30px 0}.image-method,.image-method img{width:100%}.dragon-force-experience .pubs .text-1{font-size:14px;text-transform:uppercase}.dragon-force-experience .pubs .text-3{font-size:12px;text-transform:uppercase}.top-navigation-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dragon-force-modality-form{margin-top:40px}.dragon-force-modality-table tr th{background:#fafafa}.dragon-force-modality-table .coloured-header{color:#fff;width:20%;background:#00a6f0}.dragon-force-modality-table tr td,.dragon-force-modality-table tr th{padding:10px;vertical-align:middle}.modality-table table{width:100%!important;border-spacing:0;border-collapse:collapse;background-color:#fff}.modality-table table,.modality-table table td,.modality-table table th{border:0}.modality-table table td,.modality-table table th{padding:10px 20px;text-align:left;vertical-align:middle}.modality-table table tr:first-child td{background-color:#fafafa;width:40%}.modality-table table tr:first-child td:nth-child(2){background-color:#00a6f0;color:#fff;width:15%}.modality-table table tr:first-child td:nth-child(3){width:10%}.modality-table table tr:nth-child(n+2) td{font-size:14px;font-weight:400}.modality-table table tr:nth-child(n+2) td:nth-child(2),.modality-table table tr:nth-child(n+2) td:nth-child(3){font-weight:700}.modality-table table tr{height:40px;border-bottom:1px solid #eaeaea;display:table-row;margin-bottom:0;padding:5px}.modality-table table tr:last-child{border:0}.modality-table table:last-of-type tr td{width:40%}.modality-table table:last-of-type tr td:last-child{width:5%}.modality-highlight-list:after{content:"";display:block;width:100%;white-space:nowrap}.modality-highlight-list p,.modality-highlight-list p.paragraph-small{display:none}.modality-highlight-list h2,.modality-highlight-list h3,.modality-highlight-list h4,.modality-highlight-list h5,.modality-highlight-list h6{display:inline-block;width:100%;margin:20px 0}.modality-highlight-list ul{display:inline-block;list-style:none;margin:20px 0;padding:0 0 0 20px;float:left;width:50%}@media only screen and (max-width:479px){.modality-highlight-list ul{display:block;margin:10px 0;padding:0 10px;float:none;width:100%}}.modality-highlight-list ul li.paragraph-small,.modality-highlight-list ul li p.paragraph-small{font-weight:400!important;font-size:12px!important;text-transform:uppercase;color:#969199!important;margin:0!important;display:block}.modality-highlight-list ul li:not(.paragraph-small){font-weight:500!important;font-size:14px!important;letter-spacing:.6px;color:#2c272f;margin:5px 0 0;overflow-wrap:break-word}.modality-highlight-list--small ul{margin:0 0 20px;padding:0}.modality-highlight-list--small ul+h4{margin-top:20px!important}.modality-highlight-list--small h4{margin-top:0!important}.dropdown-menu{width:100%;position:absolute;top:60px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:20;-webkit-box-shadow:0 5px 20px 0 rgba(0,0,0,.1);box-shadow:0 5px 20px 0 rgba(0,0,0,.1);border-radius:2px;-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s;opacity:0;-webkit-transition:all .3s ease-in-out .2s;-o-transition:all .3s ease-in-out .2s;transition:all .3s ease-in-out .2s}.dropdown-menu>div{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);opacity:0;-webkit-transition:opacity .1s ease-out,-webkit-transform .1s ease-out;transition:opacity .1s ease-out,-webkit-transform .1s ease-out;-o-transition:opacity .1s ease-out,transform .1s ease-out;transition:opacity .1s ease-out,transform .1s ease-out;transition:opacity .1s ease-out,transform .1s ease-out,-webkit-transform .1s ease-out}.dropdown-menu.animate{opacity:1;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.dropdown-menu.animate.double>div{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;-webkit-transition:opacity .1s ease-out .3s,-webkit-transform .1s ease-out .3s;transition:opacity .1s ease-out .3s,-webkit-transform .1s ease-out .3s;-o-transition:opacity .1s ease-out .3s,transform .1s ease-out .3s;transition:opacity .1s ease-out .3s,transform .1s ease-out .3s;transition:opacity .1s ease-out .3s,transform .1s ease-out .3s,-webkit-transform .1s ease-out .3s}@supports (-ms-ime-align:auto){.dropdown-menu{top:59px}}@media only screen and (max-width:767px){.dropdown-menu{display:none}}.dropdown-menu div{margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.dropdown-menu div ul{padding-left:0;list-style:none;margin:40px 50px;float:left;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.dropdown-menu div ul li a{-webkit-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out;font-weight:500;font-size:12px;color:#969199;line-height:14px;text-transform:uppercase;margin-top:10px;cursor:pointer;text-decoration:none;display:block}.dropdown-menu div ul li a:focus,.dropdown-menu div ul li a:hover{color:#00a6f0}.dropdown-menu div ul li:first-child a,.dropdown-menu div ul li a:focus,.dropdown-menu div ul li a:hover{-webkit-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.dropdown-menu div ul li:first-child a{font-weight:800;font-size:14px;color:#2c272f;line-height:17px;margin-top:0}.dropdown-menu div ul li:first-child a:focus,.dropdown-menu div ul li:first-child a:hover{-webkit-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out;color:#00a6f0}.dropdown-menu div .collections{padding-left:20px;position:relative;display:none}.dropdown-menu div .collections:before{display:block;content:"";background-color:rgba(0,0,0,.1);width:2px;height:80%;top:-5px;left:0;position:absolute}.dropdown-menu div .collections li:last-child a{-webkit-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out;font-weight:900;color:#ee8e31}.dropdown-menu div .collections li:last-child a:focus,.dropdown-menu div .collections li:last-child a:hover{-webkit-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out;color:#00a6f0}.event-content{color:#2c272f;margin:0 auto;padding-left:10px;padding-right:10px;width:calc(100% - 20px)}@media only screen and (min-width:480px){.event-content{width:80%;padding:0}}@media only screen and (min-width:768px){.event-content{width:72%}}.event-content .event-return{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px;padding:20px 0}.event-content .button-return{background-color:transparent;border-color:transparent;color:#2c272f;cursor:pointer;font-family:Fira Sans,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:0;font-size:14px;font-weight:700;line-height:14px;padding:0;text-transform:uppercase}.event-content .button-return .icon{margin-left:10px}.event-content .button-return.right .icon{margin-left:0;margin-right:10px}.event-content .button-return:focus,.event-content .button-return:hover{background-color:transparent;border-color:transparent;color:#2c272f;outline:0}.event-content .button-return.disabled,.event-content .button-return[disabled]{cursor:not-allowed;opacity:.5}.event-content .button-return.disabled:focus,.event-content .button-return.disabled:hover,.event-content .button-return[disabled]:focus,.event-content .button-return[disabled]:hover{color:#2c272f}.event-content .button-return .icon{margin-right:30px}.event-content .event-tags{padding-left:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:768px){.event-content .event-tags{padding-left:45px}}.event-content .event-tags a{color:inherit;text-decoration:none}.event-content .event-content-intro{font-size:24px;font-weight:700;line-height:35px;margin-bottom:36px}@media only screen and (min-width:768px){.event-content .event-content-intro{border-left:2px solid #2c272f;padding-left:45px}}.event-content .event-content-intro h3{margin:0}.event-content .event-content-text{margin-top:36px}@media only screen and (min-width:768px){.event-content .event-content-text{border-left:2px solid hsla(278,4%,58%,.1)}.event-content .event-content-text>*{padding-left:45px}}.event-content .event-content-text>p{font-size:18px;font-weight:400;line-height:30px;margin:0}.event-content .event-content-text img{max-width:100%}.event-content .event-infos{padding-left:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:44px}@media only screen and (min-width:768px){.event-content .event-infos{border-left:2px solid hsla(278,4%,58%,.1);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-left:45px}}.event-content .event-infos h5{font-size:12px;font-weight:500;margin:0;text-transform:uppercase}.event-content .event-infos h4{font-size:24px;font-weight:700;line-height:35px;margin:0}.event-content .event-infos .event-local-wrapper{margin-bottom:10px}@media only screen and (min-width:768px){.event-content .event-infos .event-local-wrapper{margin-bottom:24px;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}}.event-content .event-infos .event-price-associate-wrapper,.event-content .event-infos .event-price-public-wrapper{margin-top:10px}@media only screen and (min-width:768px){.event-content .event-infos .event-price-associate-wrapper,.event-content .event-infos .event-price-public-wrapper{margin-left:40px;margin-top:0}}.event-content .social-content{margin-bottom:40px}@media only screen and (min-width:768px){.event-content .social-content{margin-bottom:90px;padding-left:47px}}.event-related{margin-bottom:80px}.event-related h3{color:#00a6f0;font-size:14px;font-weight:800;margin:0;padding:18px 0;text-transform:uppercase}.event-related a{color:inherit;text-decoration:none}.event-related-list{padding-left:0;list-style:none;margin:0}.event-related-detail{border-top:1px solid rgba(0,166,240,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:14px;padding-top:10px}@media only screen and (min-width:768px){.event-related-detail{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.event-related-detail-image{height:auto;margin:0 0 10px}.event-related-detail-image img{width:100%}@media only screen and (min-width:768px){.event-related-detail-image{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;margin:0 10px 0 0}}.event-related-detail-content{position:relative}@media only screen and (min-width:768px){.event-related-detail-content{-webkit-box-flex:1;-ms-flex:1;flex:1}}.event-related-detail-info{padding-left:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (min-width:1200px){.event-related-detail-info{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.event-related-detail-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:14px}@media only screen and (min-width:768px){.event-related-detail-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.event-related-detail-tags{padding-left:0;list-style:none;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}.event-related-detail-tag{background-color:#fff;border:1px solid #00a6f0;color:#00a6f0;cursor:pointer;font-size:10px;margin-right:6px;padding:5px 4px 4px;text-decoration:none;text-transform:uppercase}.event-related-detail-tag,.event-related-detail-tag:hover{-webkit-transition:background-color .15s ease,color .15s ease;-o-transition:background-color .15s ease,color .15s ease;transition:background-color .15s ease,color .15s ease}.event-related-detail-tag:hover{background-color:#00a6f0;color:#fff}.event-related-detail-title{font-size:14px;font-weight:700;line-height:20px;margin-bottom:14px;margin-top:0}.event-related-detail-age,.event-related-detail-local,.event-related-detail-price{color:#969199;font-size:12px;margin-right:15px}.event-related-detail-age .icon,.event-related-detail-local .icon,.event-related-detail-price .icon{margin-right:5px}.event-related-detail-actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:15px}@media only screen and (min-width:768px){.event-related-detail-actions{margin-top:0}}.event-related-detail .button-add-calendar{background-color:transparent;border-color:transparent;color:#969199;cursor:pointer;font-family:Fira Sans,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}.event-related-detail .button-add-calendar .icon{margin-left:10px}.event-related-detail .button-add-calendar.right .icon{margin-left:0;margin-right:10px}.event-related-detail .button-add-calendar:focus,.event-related-detail .button-add-calendar:hover{background-color:transparent;border-color:transparent;color:#969199;outline:0}.event-related-detail .button-add-calendar.disabled,.event-related-detail .button-add-calendar[disabled]{cursor:not-allowed;opacity:.5}.event-related-detail .button-add-calendar.disabled:focus,.event-related-detail .button-add-calendar.disabled:hover,.event-related-detail .button-add-calendar[disabled]:focus,.event-related-detail .button-add-calendar[disabled]:hover{color:#969199}.event-related-detail .button-buy-tickets{border-radius:0;font-size:12px;font-weight:700;line-height:14px;padding:6px 18px;margin-left:10px}.events-calendar-wrapper{background:#fff;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.events-calendar-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background:#fafafa}}.calendar-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:10px;padding-right:10px;z-index:100;background:#fff;width:100%}.calendar-wrapper.calendar-wrapper-active{-webkit-box-shadow:0 20px 20px rgba(0,0,0,.2);box-shadow:0 20px 20px rgba(0,0,0,.2);position:absolute}.calendar-wrapper.calendar-wrapper-active .calendar-month{display:block}.calendar-wrapper.calendar-wrapper-active .calendar-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 0}.calendar-wrapper.calendar-wrapper-active .calendar-actions.end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.calendar-wrapper.calendar-wrapper-active .calendar{border-bottom:0}@media only screen and (min-width:480px){.calendar-wrapper{padding-left:20px;padding-right:20px}}@media only screen and (min-width:768px){.calendar-wrapper{-webkit-box-flex:0;-ms-flex:0 0 350px;flex:0 0 350px;margin-bottom:20px;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;background:initial}}.calendar-wrapper .Select-menu-outer{top:60px;right:0}@media only screen and (min-width:480px){.calendar-wrapper .Select-menu-outer{top:88px}}@media only screen and (min-width:768px){.calendar-wrapper .Select-menu-outer{top:25px;right:-20px}}@media only screen and (min-width:480px){.calendar-wrapper .calendar{margin-bottom:20px;margin-top:20px}}@media only screen and (min-width:768px){.calendar-wrapper .calendar{border:0;margin-bottom:30px;margin-top:30px;padding:0;width:100%}}.calendar-wrapper .calendar .calendar-header{padding:0 10px}@media only screen and (min-width:480px){.calendar-wrapper .calendar .calendar-header{padding:0}}@media only screen and (min-width:768px){.calendar-wrapper .calendar .calendar-header .Select-menu-outer{top:25px;right:-50%}}.calendar-wrapper .calendar-ad{display:none}@media only screen and (min-width:768px){.calendar-wrapper .calendar-ad{display:block;margin-top:20px}}.calendar-wrapper .calendar-actions{display:none}@media only screen and (min-width:768px){.calendar-wrapper .calendar-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.calendar-wrapper .calendar-actions.end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.calendar-wrapper .calendar-button-next,.calendar-wrapper .calendar-button-prev,.calendar-wrapper .calendar-month{display:none}@media only screen and (min-width:768px){.calendar-wrapper .calendar-button-next,.calendar-wrapper .calendar-button-prev,.calendar-wrapper .calendar-month{display:block}}.calendar-wrapper .button-outline{font-size:12px;padding:8px 16px;width:100%}.calendar-wrapper .button-today-calendar{background-color:transparent;border:1px solid #00a6f0;color:#00a6f0;cursor:pointer;display:inline-block;font-family:Fira Sans,sans-serif;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;border-radius:0;font-size:12px;font-weight:700;line-height:14px;padding:12px 12.5px}.calendar-wrapper .button-today-calendar .icon{margin-left:10px}.calendar-wrapper .button-today-calendar .icon path{fill:#00a6f0}.calendar-wrapper .button-today-calendar.right .icon{margin-left:0;margin-right:10px}.calendar-wrapper .button-today-calendar:focus,.calendar-wrapper .button-today-calendar:hover{background-color:#00a6f0;color:#fff;outline:0}.calendar-wrapper .button-today-calendar:focus .icon path,.calendar-wrapper .button-today-calendar:hover .icon path{fill:#fff}.calendar-wrapper .button-today-calendar.disabled,.calendar-wrapper .button-today-calendar[disabled]{cursor:not-allowed;opacity:.5}.calendar-wrapper .button-today-calendar.disabled:focus,.calendar-wrapper .button-today-calendar.disabled:hover,.calendar-wrapper .button-today-calendar[disabled]:focus,.calendar-wrapper .button-today-calendar[disabled]:hover{background-color:transparent;border-color:#00a6f0;color:#00a6f0}.calendar-wrapper .button-today-calendar.disabled .icon path,.calendar-wrapper .button-today-calendar[disabled] .icon path{fill:#00a6f0}.calendar-wrapper .button-today-calendar .icon{margin:0}.events-wrapper{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-left:10px;padding-right:10px;background:#fff}@media only screen and (min-width:480px){.events-wrapper{padding-left:20px;padding-right:20px}}@media only screen and (min-width:768px){.events-wrapper{border-left:2px solid hsla(0,0%,98%,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 100px;flex:1 1 100px;min-height:calc(100vh - 40px)}.events-wrapper .loading{position:static}}.events-wrapper.has-tags{margin-top:-50px}@media only screen and (min-width:480px){.events-wrapper.has-tags .events-day-wrapper:last-of-type{padding-bottom:40px;margin-bottom:0}}.events-wrapper .events-sticky-area{min-height:151px}@media only screen and (min-width:768px){.events-wrapper .events-sticky-area{min-height:auto}}.events-wrapper .events-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fafafa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:768px){.events-wrapper .events-header{background:#fff}}.events-wrapper .events-list{padding-left:0;list-style:none;margin-bottom:10px;margin-top:10px}.events-wrapper .events-list li,.events-wrapper .events-list ul{padding-left:0;list-style:none;margin-bottom:0}.events-wrapper .events-list>li:not(.events-all-day-wrapper){margin-bottom:40px}.events-wrapper .events-list>li:not(.events-all-day-wrapper):last-child>:last-child{padding-bottom:20px}.events-wrapper .events-list .events-all-day-wrapper{margin-bottom:25px}.events-wrapper .events-list .events-all-day-wrapper .events-all-day li{margin:0}.events-wrapper .events-date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.events-wrapper .events-date .events-date-week{color:rgba(37,37,37,.27);font-size:34px;text-transform:uppercase}.events-wrapper .events-date .events-date-day{color:#00a6f0;font-size:34px;font-weight:800;text-transform:uppercase;letter-spacing:1.13px;margin-right:5px}.events-wrapper .event-detail{position:relative}.events-wrapper .event-detail:not(:last-child){border-bottom:1px solid rgba(42,42,42,.1);padding-bottom:20px;margin:10px 0}.events-wrapper .event-detail a{text-decoration:none}.events-wrapper .event-detail a:focus .event-detail-title,.events-wrapper .event-detail a:hover .event-detail-title{color:#00a6f0}.events-wrapper .event-detail .event-detail-title{color:#2c272f;font-size:24px;font-weight:700;margin-top:13px;margin-bottom:0;word-break:break-word}@media only screen and (min-width:480px){.events-wrapper .event-detail .event-detail-title{width:calc(100% - 120px)}}@media only screen and (min-width:768px){.events-wrapper .event-detail .event-detail-title{width:100%}}.events-wrapper .event-detail .event-detail-info{color:#78909c;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;-ms-flex-item-align:start;align-self:flex-start}@media only screen and (min-width:768px){.events-wrapper .event-detail .event-detail-info{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%}}@media only screen and (min-width:960px){.events-wrapper .event-detail .event-detail-info{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:auto}}.events-wrapper .event-detail .event-detail-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin:8px 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;position:relative}@media only screen and (min-width:480px){.events-wrapper .event-detail .event-detail-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media only screen and (min-width:768px){.events-wrapper .event-detail .event-detail-row{margin:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media only screen and (min-width:960px){.events-wrapper .event-detail .event-detail-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.events-wrapper .event-detail .event-detail-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-item-align:start;align-self:flex-start;margin:10px 0;width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:static}@media only screen and (min-width:480px){.events-wrapper .event-detail .event-detail-actions{position:absolute;margin:0 auto;top:0;bottom:0;left:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media only screen and (min-width:768px){.events-wrapper .event-detail .event-detail-actions{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;position:static;margin:10px 0}}@media only screen and (min-width:960px){.events-wrapper .event-detail .event-detail-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;position:absolute;margin:0 auto;top:0;bottom:0;left:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;align-items:center}}.events-wrapper .event-detail .event-detail-actions a{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:start;align-self:flex-start;margin-right:20px}@media only screen and (min-width:480px){.events-wrapper .event-detail .event-detail-actions a{-ms-flex-item-align:center;align-self:center;margin-right:0}}.events-wrapper .event-detail .event-detail-actions .button{z-index:0;width:100%;margin:0;max-width:100px}@media only screen and (min-width:480px){.events-wrapper .event-detail .event-detail-actions .button{width:auto;max-width:auto;margin-left:10px}}.events-wrapper .event-detail .event-detail-actions [data-tooltip]:after{left:80px}@media only screen and (min-width:480px){.events-wrapper .event-detail .event-detail-actions [data-tooltip]:after{left:-70%}}@media only screen and (min-width:768px){.events-wrapper .event-detail .event-detail-actions [data-tooltip]:after{left:80px}}@media only screen and (min-width:960px){.events-wrapper .event-detail .event-detail-actions [data-tooltip]:after{left:-70%}}.events-wrapper .event-detail .event-detail-audience,.events-wrapper .event-detail .event-detail-competition,.events-wrapper .event-detail .event-detail-local,.events-wrapper .event-detail .event-detail-ticket,.events-wrapper .event-detail .event-detail-transmission{margin-right:15px;font-weight:500;font-size:12px;letter-spacing:-.09px;-webkit-box-flex:0;-ms-flex:0 auto;flex:0 auto;color:rgba(42,42,42,.5);line-height:1.6}@media only screen and (min-width:960px){.events-wrapper .event-detail .event-detail-audience,.events-wrapper .event-detail .event-detail-competition,.events-wrapper .event-detail .event-detail-local,.events-wrapper .event-detail .event-detail-ticket,.events-wrapper .event-detail .event-detail-transmission{line-height:normal}}.events-wrapper .event-detail .event-detail-tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex:1;flex:1}.events-wrapper .event-detail .event-detail-tag{background-color:#fff;border:1px solid #00a6f0;color:#00a6f0;cursor:pointer;margin-right:6px;padding:5px 4px 4px;text-decoration:none;text-transform:uppercase;margin-bottom:3px;margin-top:3px;font-size:10px;letter-spacing:1px;font-weight:500}.events-wrapper .event-detail .event-detail-tag,.events-wrapper .event-detail .event-detail-tag:hover{-webkit-transition:background-color .15s ease,color .15s ease;-o-transition:background-color .15s ease,color .15s ease;transition:background-color .15s ease,color .15s ease}.events-wrapper .event-detail .event-detail-tag:hover{background-color:#00a6f0;color:#fff}.events-wrapper .event-detail .icon-local,.events-wrapper .event-detail .icon-ticket-fill,.events-wrapper .event-detail .icon-trophy,.events-wrapper .event-detail .icon-tv,.events-wrapper .event-detail .icon-users{margin-right:5px}.events-wrapper .events-list-hour{border-bottom:1px solid rgba(42,42,42,.1);color:#00a6f0;margin-top:0;font-size:20px;font-weight:700;padding-bottom:10px}@media only screen and (min-width:480px){.events-wrapper .events-list-hour{margin-top:auto;margin-bottom:0}}.events-wrapper .event-all-day-title{background:#f3fcff;color:#2c272f;display:inline-block;font-weight:500;margin:0;padding:20px;font-size:18px;font-weight:700;width:100%}.events-wrapper .event-all-day-title:hover{background:#00a6f0;color:#fff;cursor:pointer}.events-wrapper .events-list-pagination{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:2px solid rgba(0,166,240,.05);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:28px 0}.events-wrapper .events-list-pagination.hide{display:none}.events-wrapper .button-events-load-more{background-color:transparent;border-color:transparent;color:#00a6f0;cursor:pointer;font-family:Fira Sans,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:14px;font-weight:900;text-transform:uppercase}.events-wrapper .button-events-load-more .icon{margin-left:10px}.events-wrapper .button-events-load-more.right .icon{margin-left:0;margin-right:10px}.events-wrapper .button-events-load-more:focus,.events-wrapper .button-events-load-more:hover{background-color:transparent;border-color:transparent;color:#00a6f0;outline:0}.events-wrapper .button-events-load-more.disabled,.events-wrapper .button-events-load-more[disabled]{cursor:not-allowed;opacity:.5}.events-wrapper .button-events-load-more.disabled:focus,.events-wrapper .button-events-load-more.disabled:hover,.events-wrapper .button-events-load-more[disabled]:focus,.events-wrapper .button-events-load-more[disabled]:hover{color:#00a6f0}.events-wrapper .events-no-content{margin-bottom:25px}.events-wrapper .button-buy-tickets{border-radius:0;font-size:12px;font-weight:700;line-height:14px;padding:6px 18px;margin-left:10px}.events-wrapper .events-day-wrapper{margin-bottom:20px;background:#fafafa;padding:0 20px}@media only screen and (min-width:480px){.events-wrapper .events-day-wrapper{background:#fafafa;margin-bottom:40px}}@media only screen and (min-width:768px){.events-wrapper .events-day-wrapper{background:#fff;padding:0}}.events-filter{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:768px){.events-filter{background:#fff}}.events-filter .Select-placeholder{color:#2c272f;font-family:Fira Sans,sans-serif;font-size:14px;font-weight:900;line-height:40px;text-transform:uppercase}.events-filter .Select--single>.Select-control .Select-value{position:relative}.events-filter .is-open .Select-control{background-color:transparent}.events-filter .is-focused:not(.is-open)>.Select-control{border:0;-webkit-box-shadow:none;box-shadow:none}.events-filter .Select-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px;display:inline-block;height:0;position:relative;width:0}.events-filter .Select-control{background-color:transparent;border:0;border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;cursor:pointer;outline:0;width:auto}.events-filter .Select-control:hover{-webkit-box-shadow:none;box-shadow:none}.events-filter .Select-control:hover .Select-arrow{border-color:#00a6f0 transparent transparent}.events-filter .Select-control .Select-arrow,.events-filter .Select-control:hover .Select-arrow{-webkit-transition:border-color .25s cubic-bezier(.445,.05,.55,.95);-o-transition:border-color .25s cubic-bezier(.445,.05,.55,.95);transition:border-color .25s cubic-bezier(.445,.05,.55,.95)}.events-filter .Select-control .Select-arrow{border-color:#2c272f transparent transparent}.events-filter .has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.events-filter .has-value.Select--single>.Select-control .Select-value .Select-value-label{color:#2c272f;font-family:Fira Sans,sans-serif;font-size:14px;font-weight:800;line-height:40px;text-transform:uppercase}.events-filter .Select--single>.Select-control .Select-value,.events-filter .Select-placeholder{line-height:inherit;padding-left:0;padding-right:0;position:relative}.events-filter .Select--single>.Select-control .Select-value:focus,.events-filter .Select-placeholder:focus{outline:0}.events-filter .Select-arrow-zone,.events-filter .Select-multi-value-wrapper{display:inline-block;float:left;line-height:76px;outline:0}.events-filter .Select-arrow-zone{margin-left:4px;width:10px}.events-filter .Select-input{float:left;height:0}.events-filter .Select-menu-outer{border:0;border-radius:0;-webkit-box-shadow:0 10px 20px rgba(44,39,47,.2);box-shadow:0 10px 20px rgba(44,39,47,.2);cursor:pointer;margin-top:5px;max-height:none;min-width:170px;overflow-x:hidden;overflow-y:scroll;position:absolute;right:0;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;width:100vw;top:-11px;z-index:100;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px);text-align:center}@media only screen and (max-width:767px){.events-filter .Select-menu-outer{position:fixed;-webkit-transform:none;-ms-transform:none;transform:none;left:0}}@media only screen and (min-width:768px){.events-filter .Select-menu-outer{right:-20px;top:0;left:auto;width:auto;-webkit-transform:initial;-ms-transform:initial;transform:none;text-align:right}}.events-filter .Select-menu-outer .Select-menu{max-height:none}.events-filter .Select-menu-outer .Select-option{background-color:#fff;color:#2c272f;font-family:Fira Sans,sans-serif;font-size:12px;font-weight:900;height:50%;line-height:50px;overflow:hidden;padding:0 20px;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.events-filter .Select-menu-outer .Select-option,.events-filter .Select-menu-outer .Select-option:hover{-webkit-transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95);-o-transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95);transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95)}.events-filter .Select-menu-outer .Select-option:hover{background-color:#f3fcff;color:#00a6f0}.events-filter .Select-menu-outer .Select-option:last-child{border-radius:0}.events-filter-tags{padding-left:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.events-filter-tags .events-filter-tag{background-color:#00a6f0;border:1px solid #00a6f0;color:#fff;cursor:pointer;font-size:10px;margin-right:6px;padding:5px 4px 4px;text-decoration:none;text-transform:uppercase;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;cursor:default;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:3px;margin-top:3px;padding:4px 6px 4px 9px}.events-filter-tags .events-filter-tag,.events-filter-tags .events-filter-tag:hover{-webkit-transition:background-color .15s ease,color .15s ease;-o-transition:background-color .15s ease,color .15s ease;transition:background-color .15s ease,color .15s ease}.events-filter-tags .events-filter-tag:hover{background-color:#fff;background-color:#00a6f0;color:#fff}.events-filter-tags .tag-remove-button{background-color:transparent;border-color:transparent;color:#fff;cursor:pointer;font-family:Fira Sans,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:9px;padding:0}.events-filter-tags .tag-remove-button .icon{margin-left:10px}.events-filter-tags .tag-remove-button.right .icon{margin-left:0;margin-right:10px}.events-filter-tags .tag-remove-button:focus,.events-filter-tags .tag-remove-button:hover{background-color:transparent;border-color:transparent;color:#fff;outline:0}.events-filter-tags .tag-remove-button.disabled,.events-filter-tags .tag-remove-button[disabled]{cursor:not-allowed;opacity:.5}.events-filter-tags .tag-remove-button.disabled:focus,.events-filter-tags .tag-remove-button.disabled:hover,.events-filter-tags .tag-remove-button[disabled]:focus,.events-filter-tags .tag-remove-button[disabled]:hover{color:#fff}.events-filter-tags .tag-remove-button .icon{pointer-events:none}.events-pagination-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:2px solid rgba(0,166,240,.05);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:20px;padding-top:18px;width:100%;margin-top:10px}@media only screen and (min-width:768px){.events-pagination-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:80px}}.events-pagination-wrap .button-outline{margin-bottom:20px;font-size:12px}.events-pagination-wrap .button-outline.right{position:relative;overflow:hidden}.events-pagination-wrap .button-outline.right:before{content:"";display:block;position:absolute;background:#00a6f0;width:100%;height:100%;left:0;bottom:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0;-webkit-transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out,-webkit-transform .33s ease-in-out}.events-pagination-wrap .button-outline.right>*{position:relative}.events-pagination-wrap .button-outline.right:focus:not([disabled]),.events-pagination-wrap .button-outline.right:hover:not([disabled]){outline:0;-webkit-transition:background-color .33s ease-in-out;-o-transition:background-color .33s ease-in-out;transition:background-color .33s ease-in-out}.events-pagination-wrap .button-outline.right:focus:not([disabled]):before,.events-pagination-wrap .button-outline.right:hover:not([disabled]):before{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.events-pagination-wrap .button-outline.right:focus:not([disabled]) .icon,.events-pagination-wrap .button-outline.right:hover:not([disabled]) .icon{-webkit-transform:translateX(3px);-ms-transform:translateX(3px);transform:translateX(3px)}.events-pagination-wrap .button-outline.right .icon{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .33s ease-in-out;transition:-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out;transition:transform .33s ease-in-out;transition:transform .33s ease-in-out,-webkit-transform .33s ease-in-out}.calendar-sticky{position:-webkit-sticky;position:sticky;width:100%;z-index:10!important;min-height:75px}@media only screen and (min-width:480px){.calendar-sticky{min-height:115px}}@media only screen and (min-width:768px){.calendar-sticky{min-height:0;width:350px}}.events-filter-sticky{position:-webkit-sticky;position:sticky;z-index:9!important;float:right;top:75px!important;padding-top:5px;padding-right:20px}@media only screen and (min-width:480px){.events-filter-sticky{top:115px!important}}@media only screen and (min-width:768px){.events-filter-sticky{top:0!important;padding-top:2px}}.events-filter-sticky.has-tags{float:none;position:-webkit-sticky;position:sticky;width:100%;padding:0;top:calc(100vh - 100px)!important;background:#fff}@media only screen and (min-width:768px){.events-filter-sticky.has-tags{top:0!important}}.events-filter-sticky.has-tags .Select{height:50px}@media only screen and (min-width:768px){.events-filter-sticky.has-tags .Select{height:auto}}.events-filter-sticky.has-tags .Select :not(.Select-arrow-zone):not(.Select-arrow):not(.Select-menu-outer){height:50px}@media only screen and (min-width:768px){.events-filter-sticky.has-tags .Select :not(.Select-arrow-zone):not(.Select-arrow):not(.Select-menu-outer){height:auto}}.events-filter-sticky.has-tags .Select .Select-control,.events-filter-sticky.has-tags .Select .Select-control>span{display:-webkit-box;display:-ms-flexbox;display:flex}.events-filter-sticky.has-tags .Select .Select-control .Select-input{padding:0}.events-filter-sticky.has-tags .Select .Select-arrow-zone,.events-filter-sticky.has-tags .Select .Select-placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.events-filter-sticky.has-tags .Select .Select-arrow-zone .Select-arrow{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);margin:0;top:-3px;-webkit-transition:top .5s ease-in-out,-webkit-transform .5s ease-in-out;transition:top .5s ease-in-out,-webkit-transform .5s ease-in-out;-o-transition:transform .5s ease-in-out,top .5s ease-in-out;transition:transform .5s ease-in-out,top .5s ease-in-out;transition:transform .5s ease-in-out,top .5s ease-in-out,-webkit-transform .5s ease-in-out}@media only screen and (min-width:768px){.events-filter-sticky.has-tags .Select .Select-arrow-zone .Select-arrow{top:0;-webkit-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transition:top .5s ease-in-out,-webkit-transform .5s ease-in-out;transition:top .5s ease-in-out,-webkit-transform .5s ease-in-out;-o-transition:transform .5s ease-in-out,top .5s ease-in-out;transition:transform .5s ease-in-out,top .5s ease-in-out;transition:transform .5s ease-in-out,top .5s ease-in-out,-webkit-transform .5s ease-in-out}}.events-filter-sticky.has-tags .Select.is-open>.Select-control .Select-arrow{top:0;margin:0;-webkit-transform:rotateX(0deg);transform:rotateX(0deg);border-color:#00a6f0 transparent transparent;border-width:5px 5px 2.5px;-webkit-transition:top .5s ease-in-out,-webkit-transform .5s ease-in-out;transition:top .5s ease-in-out,-webkit-transform .5s ease-in-out;-o-transition:transform .5s ease-in-out,top .5s ease-in-out;transition:transform .5s ease-in-out,top .5s ease-in-out;transition:transform .5s ease-in-out,top .5s ease-in-out,-webkit-transform .5s ease-in-out}@media only screen and (min-width:768px){.events-filter-sticky.has-tags .Select.is-open>.Select-control .Select-arrow{top:-3px;-webkit-transform:rotateX(180deg);transform:rotateX(180deg);border-color:#00a6f0 transparent transparent;border-width:5px 5px 2.5px;-webkit-transition:top .5s ease-in-out,-webkit-transform .5s ease-in-out;transition:top .5s ease-in-out,-webkit-transform .5s ease-in-out;-o-transition:transform .5s ease-in-out,top .5s ease-in-out;transition:transform .5s ease-in-out,top .5s ease-in-out;transition:transform .5s ease-in-out,top .5s ease-in-out,-webkit-transform .5s ease-in-out}}.events-filter-sticky.has-tags .Select .Select-menu-outer{top:auto;bottom:100%;width:100vw;-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px);text-align:center}@media only screen and (min-width:480px){.events-filter-sticky.has-tags .Select .Select-menu-outer{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}@media only screen and (min-width:768px){.events-filter-sticky.has-tags .Select .Select-menu-outer{width:auto;-webkit-transform:initial;-ms-transform:initial;transform:none;text-align:right;bottom:auto}}.events-filter-sticky.has-tags .Select .Select-menu-outer>div{height:auto!important}.events-header-sticky{position:-webkit-sticky;position:sticky;padding:20px 0;top:75px!important;min-height:76px;display:block;background:#fafafa}@media only screen and (min-width:480px){.events-header-sticky{top:115px!important}}@media only screen and (min-width:768px){.events-header-sticky{top:0!important;background:#fff}}.events-header-sticky.has-tags{top:75px!important}@media only screen and (min-width:480px){.events-header-sticky.has-tags{top:115px!important}}@media only screen and (min-width:768px){.events-header-sticky.has-tags{top:75px!important;background:#fff}}.events-calendar-museum-wrapper{background:#191919}.events-calendar-museum-wrapper .error-view .error-container h2{color:#fff}.events-calendar-museum-wrapper .Select-control .Select-arrow{border-color:#fff transparent transparent}.events-calendar-museum-wrapper .is-open>.Select-control .Select-arrow{border-width:5px 5px 2.5px;top:0}.events-calendar-museum-wrapper .events-filter-sticky .Select-menu-outer{top:-5px;width:100vw;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px);text-align:center;margin-top:0}@media only screen and (min-width:480px){.events-calendar-museum-wrapper .events-filter-sticky .Select-menu-outer{width:100vw;-webkit-transform:translateX(40px);-ms-transform:translateX(40px);transform:translateX(40px)}}@media only screen and (min-width:768px){.events-calendar-museum-wrapper .events-filter-sticky .Select-menu-outer{margin-top:10px;-webkit-transform:inherit;-ms-transform:inherit;transform:inherit;width:auto;text-align:right}}.events-calendar-museum-wrapper .events-filter-sticky .Select-menu-outer .Select-option{color:#969199;background-color:#2c272f}.events-calendar-museum-wrapper .events-filter-sticky.has-tags .Select-menu-outer{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}@media only screen and (min-width:480px){.events-calendar-museum-wrapper .events-filter-sticky.has-tags .Select-menu-outer{-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}@media only screen and (min-width:768px){.events-calendar-museum-wrapper .events-filter-sticky.has-tags .Select-menu-outer{top:0!important;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.events-calendar-museum-wrapper .calendar-header-month .Select-menu-outer .Select-option{color:#969199;background-color:#2c272f}.events-calendar-museum-wrapper .calendar-wrapper{background:#191919}.events-calendar-museum-wrapper .events-wrapper{border-left:0;background:#191919}.events-calendar-museum-wrapper .events-wrapper .events-day-wrapper{background:#2c272f;padding-bottom:20px}@media only screen and (min-width:768px){.events-calendar-museum-wrapper .events-wrapper .events-day-wrapper{background:#191919;padding-bottom:0}}.events-calendar-museum-wrapper .events-wrapper .events-header{background:#2c272f}@media only screen and (min-width:768px){.events-calendar-museum-wrapper .events-wrapper .events-header{background:#191919}}.events-calendar-museum-wrapper .events-wrapper .event-detail .event-detail-tag{background-color:#2c272f;border:1px solid #00a6f0;color:#00a6f0;cursor:pointer;font-size:10px;margin-right:6px;padding:5px 4px 4px;text-decoration:none;text-transform:uppercase}.events-calendar-museum-wrapper .events-wrapper .event-detail .event-detail-tag,.events-calendar-museum-wrapper .events-wrapper .event-detail .event-detail-tag:hover{-webkit-transition:background-color .15s ease,color .15s ease;-o-transition:background-color .15s ease,color .15s ease;transition:background-color .15s ease,color .15s ease}.events-calendar-museum-wrapper .events-wrapper .event-detail .event-detail-tag:hover{background-color:#00a6f0;color:#fff}@media only screen and (min-width:768px){.events-calendar-museum-wrapper .events-wrapper .event-detail .event-detail-tag{background-color:#191919;border:1px solid #00a6f0;color:#00a6f0;cursor:pointer;font-size:10px;margin-right:6px;padding:5px 4px 4px;text-decoration:none;text-transform:uppercase}.events-calendar-museum-wrapper .events-wrapper .event-detail .event-detail-tag,.events-calendar-museum-wrapper .events-wrapper .event-detail .event-detail-tag:hover{-webkit-transition:background-color .15s ease,color .15s ease;-o-transition:background-color .15s ease,color .15s ease;transition:background-color .15s ease,color .15s ease}.events-calendar-museum-wrapper .events-wrapper .event-detail .event-detail-tag:hover{background-color:#00a6f0;color:#fff}}.events-calendar-museum-wrapper .events-wrapper .event-detail .event-detail-actions button{z-index:0}.events-calendar-museum-wrapper .events-wrapper .event-detail .event-detail-info,.events-calendar-museum-wrapper .events-wrapper .event-detail .event-detail-info .event-detail-audience,.events-calendar-museum-wrapper .events-wrapper .event-detail .event-detail-info .event-detail-local,.events-calendar-museum-wrapper .events-wrapper .event-detail .event-detail-info .event-detail-ticket,.events-calendar-museum-wrapper .events-wrapper .event-detail .event-detail-info .event-detail-transmission{color:#969199}.events-calendar-museum-wrapper .events-wrapper .icon-add-calendar path,.events-calendar-museum-wrapper .events-wrapper .icon-local path,.events-calendar-museum-wrapper .events-wrapper .icon-ticket-fill path,.events-calendar-museum-wrapper .events-wrapper .icon-tv path,.events-calendar-museum-wrapper .events-wrapper .icon-users path{fill:#969199}.events-calendar-museum-wrapper .events-wrapper .events-list-hour{border-bottom:1px solid hsla(0,0%,100%,.1);color:#00a6f0}.events-calendar-museum-wrapper .events-wrapper .event-detail-title,.events-calendar-museum-wrapper .events-wrapper .events-date-week{color:#fff}.events-calendar-museum-wrapper .events-wrapper .event-all-day-title{background:hsla(0,0%,100%,.1);color:#00a6f0}.events-calendar-museum-wrapper .events-wrapper .event-all-day-title:hover{background:#00a6f0;color:#fff;cursor:pointer}.events-calendar-museum-wrapper .events-wrapper.has-tags .events-day-wrapper:last-of-type{padding-bottom:50px}@media only screen and (min-width:768px){.events-calendar-museum-wrapper .events-wrapper.has-tags{margin-top:0}.events-calendar-museum-wrapper .events-wrapper.has-tags .events-day-wrapper:last-of-type{padding-bottom:0}}.events-calendar-museum-wrapper .Select-placeholder,.events-calendar-museum-wrapper .Select-value-label{color:#fff!important}.events-calendar-museum-wrapper .calendar{border-bottom:0}.events-calendar-museum-wrapper .calendar .icon-arrow-left path,.events-calendar-museum-wrapper .calendar .icon-arrow-right path,.events-calendar-museum-wrapper .calendar .icon-close path{fill:#fff}.events-calendar-museum-wrapper .calendar .calendar-grid .calendar-grid-item.selected-day{color:#fff;position:relative;z-index:1}.events-calendar-museum-wrapper .calendar .calendar-grid .calendar-grid-item.selected-day:before{background-color:#00a6f0;border:#00a6f0;z-index:-1}.events-calendar-museum-wrapper .events-filter{background:transparent}.events-calendar-museum-wrapper .events-filter-sticky{top:134px!important}@media only screen and (min-width:480px){.events-calendar-museum-wrapper .events-filter-sticky{top:175px!important}}@media only screen and (min-width:768px){.events-calendar-museum-wrapper .events-filter-sticky{top:61px!important}}.events-calendar-museum-wrapper .events-filter-sticky.has-tags{float:none;position:-webkit-sticky;position:sticky;width:100%;padding:0;top:calc(100vh - 100px)!important;background:#191919}@media only screen and (min-width:768px){.events-calendar-museum-wrapper .events-filter-sticky.has-tags{top:62px!important}}.events-calendar-museum-wrapper .events-header-sticky{background:#2c272f;top:134px!important}@media only screen and (min-width:480px){.events-calendar-museum-wrapper .events-header-sticky{top:175px!important}}@media only screen and (min-width:768px){.events-calendar-museum-wrapper .events-header-sticky{top:61px!important;background:#191919}}@media only screen and (min-width:768px){.events-calendar-museum-wrapper .events-header-sticky.has-tags{margin-top:0;top:137px!important}}.events-calendar-museum-wrapper .events-pagination-wrap{border-top:2px solid #2c272f}.dragon-force .events-wrapper.has-tags{margin-top:0}@media only screen and (min-width:480px){.dragon-force .events-wrapper.has-tags{margin-top:-48px}}@media only screen and (min-width:768px){.dragon-force .events-wrapper.has-tags{margin-top:0}}.dragon-force .events-wrapper.has-tags .events-day-wrapper:last-of-type .events-header-sticky.has-tags{margin-bottom:20px}.dragon-force .events-header-sticky{top:133px!important}@media only screen and (min-width:480px){.dragon-force .events-header-sticky{top:176px!important}}@media only screen and (min-width:768px){.dragon-force .events-header-sticky{top:62px!important}}@media only screen and (min-width:768px){.dragon-force .events-header-sticky.has-tags{top:109px!important}}.dragon-force .events-filter-sticky.has-tags{top:calc(100vh - 97px)!important;padding:10px}@media only screen and (min-width:768px){.dragon-force .events-filter-sticky.has-tags{top:62px!important}}.store-faq-slider{background-color:#fafafa;width:100%;float:left;position:relative}.faq-slider-wrapper{position:relative;max-width:100%}.faq-slider-container,.faq-slider-wrapper{width:100%;overflow-x:hidden}.faq-slider{padding:0;height:100%;list-style:none;left:0;margin:-1px 0 0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media only screen and (max-width:767px){.faq-slider{width:600%}}@media only screen and (min-width:768px){.faq-slider{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}}.faq-slider.animated{-webkit-transition:-webkit-transform .7s cubic-bezier(.445,.05,.55,.95);transition:-webkit-transform .7s cubic-bezier(.445,.05,.55,.95);-o-transition:transform .7s cubic-bezier(.445,.05,.55,.95);transition:transform .7s cubic-bezier(.445,.05,.55,.95);transition:transform .7s cubic-bezier(.445,.05,.55,.95),-webkit-transform .7s cubic-bezier(.445,.05,.55,.95)}.faq-slider.animated>li .vertical-center{-webkit-transition:opacity .5s cubic-bezier(.445,.05,.55,.95);-o-transition:opacity .5s cubic-bezier(.445,.05,.55,.95);transition:opacity .5s cubic-bezier(.445,.05,.55,.95)}.faq-slider.animated>li.exiting.next .slide-background{-webkit-transition:-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);transition:-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);-o-transition:transform .5s cubic-bezier(.445,.05,.55,.95);transition:transform .5s cubic-bezier(.445,.05,.55,.95);transition:transform .5s cubic-bezier(.445,.05,.55,.95),-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);-webkit-transition-delay:1.55s;-o-transition-delay:1.55s;transition-delay:1.55s}.faq-slider.animated>li.exiting.prev .slide-background{-webkit-transition:-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);transition:-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);-o-transition:transform .5s cubic-bezier(.445,.05,.55,.95);transition:transform .5s cubic-bezier(.445,.05,.55,.95);transition:transform .5s cubic-bezier(.445,.05,.55,.95),-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);-webkit-transition-delay:.155s;-o-transition-delay:.155s;transition-delay:.155s}.faq-slider.animated>li.visible.entering.next .slide-background{-webkit-transition:-webkit-transform .55s cubic-bezier(.445,.05,.55,.95);transition:-webkit-transform .55s cubic-bezier(.445,.05,.55,.95);-o-transition:transform .55s cubic-bezier(.445,.05,.55,.95);transition:transform .55s cubic-bezier(.445,.05,.55,.95);transition:transform .55s cubic-bezier(.445,.05,.55,.95),-webkit-transform .55s cubic-bezier(.445,.05,.55,.95)}.faq-slider.animated>li.visible .vertical-center{-webkit-transition:opacity .5s cubic-bezier(.445,.05,.55,.95);-o-transition:opacity .5s cubic-bezier(.445,.05,.55,.95);transition:opacity .5s cubic-bezier(.445,.05,.55,.95)}.faq-slider.animated>li.visible.entering.prev .slide-background{-webkit-transition:-webkit-transform 0s cubic-bezier(.445,.05,.55,.95);transition:-webkit-transform 0s cubic-bezier(.445,.05,.55,.95);-o-transition:transform 0s cubic-bezier(.445,.05,.55,.95);transition:transform 0s cubic-bezier(.445,.05,.55,.95);transition:transform 0s cubic-bezier(.445,.05,.55,.95),-webkit-transform 0s cubic-bezier(.445,.05,.55,.95)}.faq-slider>li{top:0;left:0;height:100%;position:relative;opacity:1;float:left;display:block;overflow:hidden;width:25%}@media only screen and (max-width:767px){.faq-slider>li{width:16.66667%}}.faq-slider>li.copy{display:none}@media only screen and (max-width:767px){.faq-slider>li.copy{display:-webkit-box;display:-ms-flexbox;display:flex}}.faq-slider>li.visible{position:relative;z-index:2;opacity:1;display:block}.faq-slider>li.visible .slider-blue-gradient{opacity:1}.faq-slider>li.visible .slide-background{left:0;right:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.faq-slider>li.visible .vertical-center{opacity:1}.faq-slider .faq-inner-wrapper{width:100%;float:left;position:relative;text-align:center;padding:40px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (max-width:767px){.faq-slider .faq-inner-wrapper{padding:30px 20px 40px}}.faq-slider .faq-inner-wrapper p{max-width:140px;font-weight:700;font-size:12px;letter-spacing:.2px;line-height:18px;color:#2c272f;margin:0 0 16px;text-transform:uppercase}.faq-slider .faq-inner-wrapper span{color:#969199;font-weight:500;font-size:12px;max-width:220px;letter-spacing:.4px;line-height:18px;margin:0}.faq-slider .faq-inner-wrapper a{color:#969199}.faq-slider .faq-inner-wrapper .faq-slider-icon{width:70px;height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px}.faq-slider-controls{position:absolute;bottom:10px;z-index:22;text-align:center;width:100%;margin:0;padding:0;display:none}@media only screen and (max-width:767px){.faq-slider-controls{display:block}}.faq-slider-controls li{display:inline-block;padding:6px;opacity:.3}.faq-slider-controls li:last-of-type{margin-right:0}.faq-slider-controls li.selected{opacity:1}.faq-slider-controls a,.faq-slider-controls li.selected a{background-color:#2c272f}.faq-slider-controls a{display:block;overflow:hidden;text-indent:100%;white-space:nowrap;color:transparent;height:8px;width:8px;border-radius:50%;border:0}.no-touch .faq-slider-controls a:hover{opacity:1}footer{display:inline-block;width:100%}footer .footer-newsletter{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:767px){footer .footer-newsletter{padding:0 20px}}footer .footer-newsletter form{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:120px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}@media only screen and (max-width:767px){footer .footer-newsletter form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}footer .footer-newsletter form>div{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}footer .footer-newsletter label{color:#fff;font-family:Fira Sans,sans-serif;font-size:14px;padding-right:20px;text-transform:uppercase}@media only screen and (max-width:767px){footer .footer-newsletter label{font-weight:700;margin-bottom:15px;padding-right:0;text-align:center}}footer .footer-newsletter input{background-color:hsla(0,0%,96%,.06);border:0;color:hsla(0,0%,100%,.75);font-family:Fira Sans,sans-serif;font-size:14px;height:40px;outline:0;padding:0 7px;text-transform:uppercase;width:240px}footer .footer-newsletter button[type=submit]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:hsla(0,0%,96%,.06);border:0;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:background-color .25s ease-in-out;-o-transition:background-color .25s ease-in-out;transition:background-color .25s ease-in-out;width:40px}footer .footer-newsletter button[type=submit] path{-webkit-transition:fill .25s ease-in-out;-o-transition:fill .25s ease-in-out;transition:fill .25s ease-in-out}footer .footer-newsletter button[type=submit]:hover{background-color:#fff;-webkit-transition:background-color .25s ease-in-out;-o-transition:background-color .25s ease-in-out;transition:background-color .25s ease-in-out}footer .footer-newsletter button[type=submit]:hover path{fill:#000;-webkit-transition:fill .25s ease-in-out;-o-transition:fill .25s ease-in-out;transition:fill .25s ease-in-out}.footer{background-color:#2c272f;background-image:url("https://files.app.fcporto.pt/website/static/images/footer_trophies.png");background-position:bottom;background-repeat:no-repeat;padding-bottom:140px;position:relative;text-align:center;width:100%}@media only screen and (max-width:767px){.footer{background-size:contain;padding-bottom:40px}}.footer .footer-trophies{display:block;margin:0 auto;max-width:800px;width:calc(100% - 30px)}.footer .footer-partners{margin-bottom:20px;margin-top:40px;max-width:500px;width:70%}@media only screen and (max-width:767px){.footer .footer-partners{margin-bottom:10px;margin-top:10px}}.footer ul{list-style:none;margin:0;padding:0;width:100%}@media only screen and (max-width:767px){.footer ul{margin-bottom:15px;margin-left:15px;padding:10px 0;width:calc(100% - 30px)}}.footer ul li{display:inline-block;padding:0 20px;text-align:center}@media only screen and (max-width:767px){.footer ul li{padding:0 10px}}.footer ul li a{color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;opacity:.4;padding:20px 0;text-decoration:none;text-transform:uppercase}.footer ul li a,.footer ul li a:hover{-webkit-transition:opacity .3s cubic-bezier(.445,.05,.55,.95);-o-transition:opacity .3s cubic-bezier(.445,.05,.55,.95);transition:opacity .3s cubic-bezier(.445,.05,.55,.95)}.footer ul li a:hover{opacity:1}@media only screen and (max-width:767px){.footer ul li a{font-size:12px;padding:5px}}@media only screen and (max-width:479px){.footer ul li a{font-size:12px;padding:8px}}.footer-copyright{color:#969199;font-family:Fira Sans,sans-serif;font-size:12px;font-weight:500;line-height:20px;opacity:.4}@media only screen and (max-width:767px){.footer-copyright{margin:0 auto;max-width:300px}}.social-footer{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:60px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}@media only screen and (max-width:767px){.social-footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto}}.social-footer a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:60px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:60px;text-decoration:none;width:100%}.social-footer>a{background-color:#00a6f0;background-size:320px 60px;display:block;float:right;font-size:16px;font-weight:700;line-height:30px;text-transform:uppercase;width:312px}.social-footer>a span{background-image:url("https://files.app.fcporto.pt/website/static/images/apps_oficiais.gif");padding:15px 30px;width:100%;height:100%;display:block;background-position:100% 0;background-repeat:no-repeat;background-size:50%;-webkit-transition:background-size .3s ease-in-out,background-position .3s ease-in-out;-o-transition:background-size .3s ease-in-out,background-position .3s ease-in-out;transition:background-size .3s ease-in-out,background-position .3s ease-in-out}@media only screen and (max-width:767px){.social-footer>a{background-position:100%;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;width:100%}}.social-footer>a:hover span{background-position:100% 45%;background-size:60%}.social-footer .footer-social-icons{-webkit-box-flex:1;-ms-flex:1;flex:1;list-style:none;margin:0;padding:0}@media only screen and (max-width:767px){.social-footer .footer-social-icons{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%}}.social-footer .footer-social-icons li{background-color:rgba(0,0,0,.2);float:left;width:11.11111%}.social-footer .footer-social-icons li,.social-footer .footer-social-icons li:hover{-webkit-transition:background-color .25s ease-in-out;-o-transition:background-color .25s ease-in-out;transition:background-color .25s ease-in-out}.social-footer .footer-social-icons li:hover{background-color:rgba(0,0,0,.5)}.social-footer .footer-social-icons a{line-height:0;padding:15px 0;text-align:center}@media only screen and (max-width:767px){.social-footer .footer-social-icons a{width:100%}.social-footer .footer-social-icons a .icon{height:3.5vw}}.gallery-multimedia{position:relative}.gallery-multimedia .gallery-multimedia-arrow{position:fixed;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:100000;cursor:pointer}.gallery-multimedia .gallery-multimedia-arrow.left{left:20px}.gallery-multimedia .gallery-multimedia-arrow.right{right:20px}.gallery-multimedia .gallery-multimedia-arrow.small{position:absolute}.gallery-multimedia .gallery-image-container{height:0;margin:0;overflow:hidden;padding:50% 0 0;position:relative}@media only screen and (max-width:1599px){.gallery-multimedia .gallery-image-container{padding-top:61.54%}}@media only screen and (max-width:767px){.gallery-multimedia .gallery-image-container{padding-top:74%}}.gallery-multimedia .gallery-image-container .gallery-ratio-container{height:100%;left:0;position:absolute;top:0;width:100%}@media only screen and (max-width:767px){.gallery-multimedia .gallery-image-container .gallery-ratio-container{z-index:20}}.gallery-multimedia .gallery-image-container .gallery-media-slide{background-color:#2c272f;background-position:50%;background-repeat:no-repeat;background-size:48px;height:100%;left:0;list-style:none;margin:0;opacity:0;padding:0;position:absolute;top:0;-webkit-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out;width:100%;z-index:0}.gallery-multimedia .gallery-image-container .gallery-media-slide.active{display:block;opacity:1;position:relative;-webkit-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out;z-index:10}.gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-type-image img{background-position:50%;background-repeat:no-repeat;background-size:contain!important;height:0;padding-left:100%;padding-top:50%;width:0}@media only screen and (max-width:1599px){.gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-type-image img{padding-top:61.54%}}@media only screen and (max-width:767px){.gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-type-image img{padding-top:74%}}.gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-type-video,.gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-type-video>div{height:100%;width:100%}.gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-type-video>div .rh5v-DefaultPlayer_component{height:100%}.gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-type-video>div.fullScreen .rh5v-DefaultPlayer_component{height:auto}.gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-type-video video{width:100%;height:100%;z-index:9;position:relative}.gallery-multimedia .gallery-image-container .gallery-media-slide .player-area{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media only screen and (max-width:479px){.gallery-multimedia .gallery-image-container .gallery-media-slide .player-area{height:calc(100% - 95px)}}.gallery-multimedia .gallery-image-container .gallery-media-slide .player-area video{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%}@media only screen and (max-width:479px){.gallery-multimedia .gallery-image-container .gallery-media-slide .player-area video{height:calc(100% - 60px)}}.gallery-multimedia .gallery-image-container .gallery-media-slide .player-area .live-stream-controls{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:60px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:calc(100% - 59px);z-index:1000000;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.01)),to(rgba(0,0,0,.6)));background:-webkit-linear-gradient(top,rgba(0,0,0,.01),rgba(0,0,0,.6));background:-o-linear-gradient(top,rgba(0,0,0,.01) 0,rgba(0,0,0,.6) 100%);background:linear-gradient(180deg,rgba(0,0,0,.01) 0,rgba(0,0,0,.6));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#03000000",endColorstr="#99000000",GradientType=0)}.gallery-multimedia .gallery-image-container .gallery-media-slide .player-area .live-stream-controls .live-live{-webkit-box-flex:1;-ms-flex:1;flex:1}.gallery-multimedia .gallery-image-container .gallery-media-slide .player-area .live-stream-controls .live-live>div{display:none}.gallery-multimedia .gallery-image-container .gallery-media-slide .player-area .live-stream-controls .live-playback .icon-play{display:block}.gallery-multimedia .gallery-image-container .gallery-media-slide .player-area .live-stream-controls .live-playback .icon-pause,.gallery-multimedia .gallery-image-container .gallery-media-slide .player-area .live-stream-controls .live-playback.play .icon-play{display:none}.gallery-multimedia .gallery-image-container .gallery-media-slide .player-area .live-stream-controls .live-playback.play .icon-pause{display:block}.gallery-multimedia .gallery-image-container .gallery-media-slide .player-area .live-stream-controls .live-minimize{display:none}.gallery-multimedia .gallery-image-container .gallery-media-slide .player-area .live-stream-controls .live-volume .icon-volume{display:block}.gallery-multimedia .gallery-image-container .gallery-media-slide .player-area .live-stream-controls .live-volume .icon-mute,.gallery-multimedia .gallery-image-container .gallery-media-slide .player-area .live-stream-controls .live-volume.mute .icon-volume{display:none}.gallery-multimedia .gallery-image-container .gallery-media-slide .player-area .live-stream-controls .live-volume.mute .icon-mute{display:block}.gallery-multimedia .gallery-image-container .gallery-media-slide .player-area .live-stream-controls .live-system-fullscreen{padding-top:4px}.gallery-multimedia .gallery-image-container .gallery-media-slide .player-area .live-stream-controls .live-playback,.gallery-multimedia .gallery-image-container .gallery-media-slide .player-area .live-stream-controls .live-system-fullscreen,.gallery-multimedia .gallery-image-container .gallery-media-slide .player-area .live-stream-controls .live-volume{padding:0 10px}.gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-type-pano .psv-container{background:#2c272f}.gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-type-pano .pnlm-container,.gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-type-pano canvas{background:#2c272f;background-repeat:no-repeat;background-position:50%;background-size:48px}.gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-type-pano .pnlm-load-box{opacity:0;visibility:hidden}.gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-type-pano .pnlm-compass{width:40px;height:40px;position:absolute;bottom:20px;right:20px;z-index:0;background:none;border-radius:50%;border:none;background-color:#2c272f;background-image:url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%2215%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2240%22%20height%3D%2240%22%20rx%3D%2220%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-4%22%20maskContentUnits%3D%22userSpaceOnUse%22%20maskUnits%3D%22objectBoundingBox%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2240%22%20height%3D%2240%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22radar%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Rectangle-14%22%20transform%3D%22translate(5.000000%2C%205.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20id%3D%22Mask%22%20fill%3D%22%23FFFFFF%22%20opacity%3D%220.15%22%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20mask%3D%22url(%23mask-2)%22%20points%3D%22-1%20-1%2013%20-1%2015%2015%20-1%2013%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20id%3D%22Rectangle-9%22%20stroke%3D%22%23FFFFFF%22%20mask%3D%22url(%23mask-4)%22%20stroke-width%3D%222%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");background-size:40px 40px;background-repeat:no-repeat;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.3);box-shadow:0 1px 2px rgba(0,0,0,.3)}.gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-type-title{color:#fff;font-size:14px;font-weight:700;left:20px;letter-spacing:-.23pt;line-height:20px;position:absolute;text-shadow:0 1px 2px rgba(0,0,0,.3);text-transform:uppercase;top:20px;z-index:1}@media only screen and (max-width:479px){.gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-type-title{top:10px;left:10px;font-size:10px}}.gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-click-action{height:100%;left:0;position:absolute;top:0;width:100%}.gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-click-action.video-action{height:calc(100% - 60px)}@media only screen and (max-width:767px){.gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-click-action.video-action{display:none}}.gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-click-action.click-inner-gallery{z-index:2}.gallery-album{position:relative}.gallery-album .gallery-type-title{color:#fff;font-size:14px;font-weight:700;left:20px;letter-spacing:-.23pt;position:absolute;text-shadow:0 1px 2px rgba(0,0,0,.3);text-transform:uppercase;top:20px;z-index:1}.gallery-album .gallery-type-title p{margin:0}.gallery-album .gallery-type-title .gallery-index-of-count{color:#fff;font-size:14px;font-weight:900;letter-spacing:-.23pt;line-height:20px;text-shadow:0 1px 2px rgba(0,0,0,.3);text-transform:uppercase;z-index:1}@media only screen and (max-width:479px){.gallery-album .gallery-type-title .gallery-index-of-count{font-size:10px;left:10px;top:10px}}@media only screen and (max-width:479px){.gallery-album .gallery-type-title{font-size:10px;left:10px;line-height:10px;top:10px}}.gallery-album .gallery-thumbs-trim-container,.gallery-album .gallery-thumbs-trim-container .thumbs-container{display:none}.gallery-album .gallery{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0;padding:0}.gallery-album .gallery .swipeable-album-slide{background-color:#2c272f;background-position:50%;background-repeat:no-repeat;background-size:48px;line-height:0;opacity:0;position:absolute;width:100%;z-index:0}.gallery-album .gallery .swipeable-album-slide,.gallery-album .gallery .swipeable-album-slide.active{-webkit-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.gallery-album .gallery .swipeable-album-slide.active{opacity:1;position:relative;z-index:2}.gallery-album .gallery img{background-position:50%;background-repeat:no-repeat;background-size:cover;height:0;padding-top:50%;width:100%}@media only screen and (max-width:1599px){.gallery-album .gallery img{padding-top:61.54%}}@media only screen and (max-width:767px){.gallery-album .gallery img{padding-top:74%}}.gallery-album .controls{background:none;border-radius:50%;color:#fff;cursor:pointer;font-size:30px;height:40px;line-height:42px;position:absolute;text-align:center;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:40px;z-index:3}@media only screen and (max-width:479px){.gallery-album .controls{height:30px;width:30px}}.gallery-album .controls .icon{-webkit-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.5));filter:drop-shadow(1px 1px 1px rgba(0,0,0,.5))}@media only screen and (max-width:479px){.gallery-album .controls .icon{width:19px;height:19px}}.gallery-album .controls.control-left{left:15px}@media only screen and (max-width:479px){.gallery-album .controls.control-left{left:5px}}.gallery-album .controls.control-right{right:15px}@media only screen and (max-width:479px){.gallery-album .controls.control-right{right:5px}}.gallery-album .gallery-count{bottom:20px;color:#fff;height:38px;position:absolute;right:20px;text-align:center;width:48px;z-index:10}@media only screen and (max-width:479px){.gallery-album .gallery-count{bottom:10px;right:10px}}.gallery-album .gallery-count .icon{fill:rgba(44,39,47,.8)}.gallery-album .gallery-count:before{display:block;content:attr(data-count);position:absolute;font-weight:700;font-family:Fira Sans Condensed,sans-serif;color:#fff;font-size:14px;top:20%;left:8px;width:40px}.gallery-fullscreen{background-color:transparent;height:100%;left:0;min-height:100%;position:absolute;top:0;width:100vw;z-index:100;background-color:rgba(0,0,0,.85)}.gallery-fullscreen.shouldAnimate{background-color:transparent;-webkit-transition:background-color .5s ease!important;-o-transition:background-color .5s ease!important;transition:background-color .5s ease!important}.gallery-fullscreen.shouldAnimate .button-close,.gallery-fullscreen.shouldAnimate .gallery-multimedia-arrow,.gallery-fullscreen.shouldAnimate .gallery-multimedia-title{opacity:0;-webkit-transition:opacity .5s ease!important;-o-transition:opacity .5s ease!important;transition:opacity .5s ease!important}.gallery-fullscreen.shouldAnimate .gallery-media-slide.active,.gallery-fullscreen.shouldAnimate .swipeable-album-slide.active{-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}.gallery-fullscreen.shouldAnimate .gallery-media-slide.active,.gallery-fullscreen.shouldAnimate .gallery-thumbs-trim-container,.gallery-fullscreen.shouldAnimate .swipeable-album-slide.active{opacity:0;-webkit-transition:opacity .5s ease,-webkit-transform .5s ease;transition:opacity .5s ease,-webkit-transform .5s ease;-o-transition:transform .5s ease,opacity .5s ease;transition:transform .5s ease,opacity .5s ease;transition:transform .5s ease,opacity .5s ease,-webkit-transform .5s ease}.gallery-fullscreen.shouldAnimate .gallery-thumbs-trim-container{-webkit-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px)}.gallery-fullscreen.shouldAnimate.animate{background-color:rgba(0,0,0,.85);-webkit-transition:background-color .5s ease!important;-o-transition:background-color .5s ease!important;transition:background-color .5s ease!important}.gallery-fullscreen.shouldAnimate.animate .button-close,.gallery-fullscreen.shouldAnimate.animate .gallery-multimedia-arrow,.gallery-fullscreen.shouldAnimate.animate .gallery-multimedia-title{opacity:1;-webkit-transition:opacity .5s ease .2s!important;-o-transition:opacity .5s ease .2s!important;transition:opacity .5s ease .2s!important}.gallery-fullscreen.shouldAnimate.animate .gallery-media-slide.active,.gallery-fullscreen.shouldAnimate.animate .swipeable-album-slide.active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;-webkit-transition:opacity .5s ease .5s,-webkit-transform .5s ease .5s;transition:opacity .5s ease .5s,-webkit-transform .5s ease .5s;-o-transition:transform .5s ease .5s,opacity .5s ease .5s;transition:transform .5s ease .5s,opacity .5s ease .5s;transition:transform .5s ease .5s,opacity .5s ease .5s,-webkit-transform .5s ease .5s}.gallery-fullscreen.shouldAnimate.animate .gallery-thumbs-trim-container{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity .5s ease 1s,-webkit-transform .5s ease 1s;transition:opacity .5s ease 1s,-webkit-transform .5s ease 1s;-o-transition:transform .5s ease 1s,opacity .5s ease 1s;transition:transform .5s ease 1s,opacity .5s ease 1s;transition:transform .5s ease 1s,opacity .5s ease 1s,-webkit-transform .5s ease 1s}.gallery-fullscreen .gallery-album{height:100%;position:inherit;width:100%}.gallery-fullscreen .gallery-album .gallery{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.gallery-fullscreen .gallery-album .gallery .swipeable-album-slide{width:auto}.gallery-fullscreen .gallery-album .gallery img{background:none;height:auto;max-height:100%;max-width:100%;padding-left:0;padding-top:0;width:auto}.gallery-fullscreen .gallery-album .gallery-count,.gallery-fullscreen .gallery-album .thumbs-container{display:none}.gallery-fullscreen .gallery-multimedia-title{color:#fff;font-size:14px;font-weight:700;line-height:40px;position:absolute;text-align:center;text-transform:uppercase;width:100%}@media only screen and (max-width:479px){.gallery-fullscreen .gallery-multimedia-title{font-size:12px;line-height:37px;margin:0}}.gallery-fullscreen .gallery-type-title{width:100%;text-align:center}.gallery-fullscreen .button-close{padding:20px;z-index:100;position:absolute}@media only screen and (max-width:479px){.gallery-fullscreen .button-close{padding:10px}}.gallery-fullscreen .gallery-thumb{max-width:130px}.gallery-fullscreen .gallery-image-container{padding-top:100vh}@media only screen and (max-width:479px){.gallery-fullscreen .gallery-image-container{padding-top:calc(100vh - 57px)}}.gallery-fullscreen .gallery-multimedia{background:none;height:100%;min-height:100%;position:inherit;width:100vw}@media only screen and (max-width:479px){.gallery-fullscreen .gallery-multimedia{height:calc(100vh - 57px);min-height:auto}}.gallery-fullscreen .gallery-multimedia .gallery-click-action{display:none}.gallery-fullscreen .gallery-multimedia .gallery-image-container .gallery-media-slide{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:none;display:-webkit-box;display:-ms-flexbox;display:flex;height:calc(100% - 150px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:20px;margin-top:50px;width:calc(100vw - 40px)}@media only screen and (max-width:479px){.gallery-fullscreen .gallery-multimedia .gallery-image-container .gallery-media-slide{width:calc(100vw - 20px);height:calc(100% - 120px);margin-left:10px}}.gallery-fullscreen .gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-type-image{position:relative;height:100%}.gallery-fullscreen .gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-type-image img{background:none;height:auto;max-height:100%;max-width:100%;padding-left:0;padding-top:0;width:auto;min-width:200px;position:absolute;margin:auto;top:0;bottom:0;left:0;right:0}.gallery-fullscreen .gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-type-pano{height:50%!important;position:relative}@media only screen and (max-width:1599px){.gallery-fullscreen .gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-type-pano{height:61.54%!important}}@media only screen and (max-width:767px){.gallery-fullscreen .gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-type-pano{height:74%!important}}.gallery-fullscreen .gallery-multimedia .gallery-image-container .gallery-media-slide .gallery-type-pano .pnlm-compass{bottom:10px;right:10px}.gallery-fullscreen .gallery-multimedia .gallery-thumbs-trim-container{bottom:0;height:125px;margin-bottom:-25px;overflow-x:scroll;padding-left:0;position:absolute;text-align:center;white-space:nowrap;width:100vw;z-index:10}.gallery-fullscreen .gallery-multimedia .gallery-thumbs-trim-container .thumbs-container{width:auto;display:inline-block;padding-left:20px;padding-right:20px;padding-top:10px}@media only screen and (max-width:479px){.gallery-fullscreen .gallery-multimedia .gallery-thumbs-trim-container .thumbs-container{padding-left:10px;padding-right:10px}}.gallery-fullscreen .gallery-multimedia .gallery-thumbs-trim-container .thumbs-container .gallery-thumb{width:130px}@media only screen and (max-width:479px){.gallery-fullscreen .gallery-multimedia .gallery-thumbs-trim-container .thumbs-container .gallery-thumb{width:50px}}@media only screen and (max-width:479px){.gallery-fullscreen .gallery-multimedia .gallery-thumbs-trim-container{height:95px;padding-left:10px}}.gallery-fullscreen .gallery-type-video,.gallery-fullscreen .gallery-type-video>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gallery-fullscreen .gallery-type-video>div{width:100%;max-height:100%;height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.gallery-fullscreen .gallery-type-video>div>.rh5v-DefaultPlayer_component{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.thumbs-container{background:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.thumbs-container.left-align{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.thumbs-container .gallery-thumb{cursor:pointer;display:inline-block;position:relative;width:16.66667%}.thumbs-container .gallery-thumb .gallery-thumb-extra-count{position:absolute;z-index:2;background-color:rgba(44,39,47,.8);top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.thumbs-container .gallery-thumb .gallery-thumb-extra-count:before{content:"+" attr(data-extra);display:block;font-size:24px;color:#fff;font-family:Fira Sans Condensed,sans-serif;font-weight:700;letter-spacing:1.2pt}@media only screen and (max-width:479px){.thumbs-container .gallery-thumb .gallery-thumb-extra-count:before{font-size:18px}}.thumbs-container .gallery-thumb .gallery-thumb-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(44,39,47,.8);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px;z-index:10}.thumbs-container .gallery-thumb .gallery-thumb-icon.album{background:none}.thumbs-container .gallery-thumb .gallery-thumb-icon.album .icon{fill:rgba(44,39,47,.8)}@media only screen and (max-width:479px){.thumbs-container .gallery-thumb .gallery-thumb-icon.album .icon{width:48px}}.thumbs-container .gallery-thumb .gallery-thumb-icon.album:after{display:block;content:attr(data-count);color:#fff;font-family:Fira Sans Condensed,sans-serif;font-size:14px;font-weight:700;position:absolute;top:20%;left:40%}@media only screen and (max-width:479px){.thumbs-container .gallery-thumb .gallery-thumb-icon.album:after{top:15%;left:35%}}@media only screen and (max-width:479px){.thumbs-container .gallery-thumb .gallery-thumb-icon{width:30px;height:30px;margin-left:-15px;margin-top:-15px}.thumbs-container .gallery-thumb .gallery-thumb-icon .icon{width:15px}.thumbs-container .gallery-thumb .gallery-thumb-icon .icon.icon-360{width:19px}}.thumbs-container .gallery-thumb:after{display:block;position:absolute;content:"";top:0;left:0;right:0;bottom:0;z-index:2;border:0;-webkit-transition:border .1s cubic-bezier(.445,.05,.55,.95);-o-transition:border .1s cubic-bezier(.445,.05,.55,.95);transition:border .1s cubic-bezier(.445,.05,.55,.95)}.thumbs-container .gallery-thumb.active{z-index:3;-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.24);box-shadow:0 8px 16px 0 rgba(0,0,0,.24)}.thumbs-container .gallery-thumb.active:after{border:5px solid #fff;-webkit-transition:border .1s cubic-bezier(.445,.05,.55,.95);-o-transition:border .1s cubic-bezier(.445,.05,.55,.95);transition:border .1s cubic-bezier(.445,.05,.55,.95)}.thumbs-container .gallery-thumb img{background-position:50%;background-repeat:no-repeat;background-size:cover;float:left;height:0;padding-left:100%;padding-top:62%;position:relative;width:0;z-index:2}@media only screen and (max-width:479px){.thumbs-container .gallery-thumb img{padding-top:100%}}.fullscreen-album{height:100%;min-height:100%;width:100vw}.fullscreen-album .gallery-album .gallery-thumbs-trim-container{bottom:0;display:block;height:95px;margin-bottom:-25px;overflow-x:scroll;padding-left:0;position:absolute;text-align:center;white-space:nowrap;width:100vw}@media only screen and (max-width:479px){.fullscreen-album .gallery-album .gallery-thumbs-trim-container{height:85px;padding-left:10px}}.fullscreen-album .gallery-album .gallery-thumbs-trim-container .thumbs-container{display:inline-block;line-height:0;padding-left:20px;padding-right:20px;width:auto}@media only screen and (max-width:479px){.fullscreen-album .gallery-album .gallery-thumbs-trim-container .thumbs-container{padding-left:10px;padding-right:10px}}.fullscreen-album .gallery-album .gallery-thumbs-trim-container .thumbs-container .gallery-thumb{width:90px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}@media only screen and (max-width:479px){.fullscreen-album .gallery-album .gallery-thumbs-trim-container .thumbs-container .gallery-thumb{width:50px}}.gallery-type-video{position:relative}.gallery-type-video .gallery-type-title{color:#fff;font-size:14px;font-weight:700;left:20px;letter-spacing:-.23pt;line-height:20px;position:absolute;text-shadow:0 1px 2px rgba(0,0,0,.3);text-transform:uppercase;top:20px;z-index:1}.gallery-type-video .gallery-type-title--masked{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(0,0,0,.4);color:#fff;text-align:center;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.gallery-type-video .gallery-type-title--masked.is-active{opacity:1}@media only screen and (min-width:480px){.gallery-type-video .gallery-type-title--masked{font-size:40px;line-height:44px}}@media only screen and (min-width:960px){.gallery-type-video .gallery-type-title--masked{font-size:44px;line-height:48px}}@media only screen and (min-width:1200px){.gallery-type-video .gallery-type-title--masked{font-size:54px;line-height:58px}}@media only screen and (max-height:768px) and (orientation:landscape){.gallery-fullscreen.android-mobile .gallery-image-container{padding-top:calc(100vh - 57px)}.gallery-fullscreen.android-mobile .gallery-image-container .gallery-media-slide{height:calc(100% - 140px);margin-top:60px}.gallery-fullscreen.android-mobile .gallery-image-container .gallery-media-slide .gallery-type-image img{min-width:350px;min-height:195px}.gallery-fullscreen.android-mobile .gallery-thumbs-trim-container{height:95px;margin-bottom:-35px}.gallery-fullscreen.android-mobile .gallery-thumbs-trim-container .thumbs-container{padding-right:10px;padding-left:10px}.gallery-fullscreen.android-mobile .gallery-thumbs-trim-container .thumbs-container .gallery-thumb{width:50px;height:50px}}@media only screen and (max-height:768px) and (orientation:landscape) and (max-height:768px){.gallery-fullscreen.android-mobile .gallery-thumbs-trim-container .thumbs-container .gallery-thumb img{padding-top:100%}}@media only screen and (max-height:768px) and (orientation:landscape){.gallery-fullscreen.iOS-device .gallery-image-container{padding-top:calc(100vh - 100px)}.gallery-fullscreen.iOS-device .gallery-image-container .gallery-media-slide{height:80%;margin-top:60px}.gallery-fullscreen.iOS-device .gallery-image-container .gallery-media-slide .gallery-type-image img{min-width:350px;min-height:195px}.gallery-fullscreen.iOS-device .gallery-thumbs-trim-container{height:95px;margin-bottom:15px}.gallery-fullscreen.iOS-device .gallery-thumbs-trim-container .thumbs-container{padding-right:10px;padding-left:10px}.gallery-fullscreen.iOS-device .gallery-thumbs-trim-container .thumbs-container .gallery-thumb{width:50px;height:50px}}@media only screen and (max-height:768px) and (orientation:landscape) and (max-height:768px){.gallery-fullscreen.iOS-device .gallery-thumbs-trim-container .thumbs-container .gallery-thumb img{padding-top:100%}}@media only screen and (max-height:768px) and (orientation:landscape){.gallery-fullscreen.iOS-device .gallery-image-container .gallery-multimedia-arrow,.gallery-fullscreen.safari-mobile.iOS-device .gallery-image-container .gallery-multimedia-arrow{top:45%}}.page-header{width:100%;height:0;padding-top:50%;position:relative;opacity:0;background-color:#191919}.page-header.animate{background-position:center 20%!important;opacity:1;-webkit-transition:all .6s ease .6s!important;-o-transition:all .6s ease .6s!important;transition:all .6s ease .6s!important}.page-header.animate .underlined{opacity:1!important;top:0!important;-webkit-transition:all .6s ease 1s!important;-o-transition:all .6s ease 1s!important;transition:all .6s ease 1s!important}.page-header.animate .categories{opacity:1!important;-webkit-transform:translateY(0)!important;-ms-transform:translateY(0)!important;transform:translateY(0)!important;-webkit-transition:all .6s ease 1.2s!important;-o-transition:all .6s ease 1.2s!important;transition:all .6s ease 1.2s!important}@media only screen and (min-width:1200px){.page-header{padding-top:550px}}@media only screen and (max-width:959px){.page-header{padding-top:50%}}@media only screen and (max-width:767px){.page-header{padding-top:70%}}@media only screen and (max-width:479px){.page-header{padding-top:100%}}.page-header>.header-shell{position:absolute;top:0;left:0;right:0;bottom:0}.page-header .header-container{position:relative;left:0;top:0;width:100%;height:100%;overflow:hidden}.page-header .header-container>div{height:100%;width:100%}.page-header .header-container .header-slider-title{width:auto;height:auto;position:absolute;left:0;top:0;z-index:10}.page-header .logo{margin:20px}.page-header .header-single-text{position:absolute;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.page-header .vertical-center{width:70%;padding-left:20px;position:relative;top:100%;-webkit-transform:perspective(1px) translate3d(0,calc(-100% - 40px),0);transform:perspective(1px) translate3d(0,calc(-100% - 40px),0)}@media only screen and (max-width:959px){.page-header .vertical-center{font-size:20px}}@media only screen and (max-width:767px){.page-header .vertical-center{-webkit-transform:perspective(1px) translate3d(0,calc(-100% - 30px),0);transform:perspective(1px) translate3d(0,calc(-100% - 30px),0)}}@media only screen and (max-width:479px){.page-header .vertical-center{padding-left:20px;-webkit-transform:perspective(1px) translate3d(0,calc(-100% - 40px),0);transform:perspective(1px) translate3d(0,calc(-100% - 40px),0)}}.page-header .vertical-center .actions{width:100%;margin-top:30px;position:relative}@media only screen and (max-width:479px){.page-header .vertical-center .actions{margin-top:20px}}.page-header .vertical-center .actions button{text-decoration:none;color:#fff;background-color:#00a6f0;text-transform:uppercase;font-size:12px;height:34px;display:inline-block;line-height:34px;padding-left:15px;padding-right:15px;font-family:Fira Sans,sans-serif;font-weight:700}@media only screen and (max-width:959px){.page-header .vertical-center .actions button{font-size:10px}}@media only screen and (max-width:479px){.page-header .vertical-center .actions button{height:26px;line-height:26px}}.page-header .vertical-center .underlined{color:#fff;line-height:1.2;background-image:-webkit-gradient(linear,left top,left bottom,from(#00a6f0),to(#00a6f0));background-image:-webkit-linear-gradient(top,#00a6f0,#00a6f0);background-image:-o-linear-gradient(top,#00a6f0 0,#00a6f0 100%);background-image:linear-gradient(180deg,#00a6f0 0,#00a6f0);background-repeat:no-repeat;background-size:100% 2px;background-position:0 90%;overflow:hidden;width:100px;font-size:54px;text-decoration:none;font-weight:800;position:relative;text-transform:uppercase;text-shadow:2px 2px 11px rgba(0,0,0,.5);opacity:0;top:40px}@media only screen and (max-width:959px){.page-header .vertical-center .underlined{font-size:42px}}@media only screen and (max-width:767px){.page-header .vertical-center .underlined{font-size:32px}}@media only screen and (max-width:479px){.page-header .vertical-center .underlined{font-size:20px}}.page-header .vertical-view-center{width:100%;padding-left:20px;position:relative;margin-bottom:40px}@media only screen and (max-width:959px){.page-header .vertical-view-center{margin-bottom:20px}}@media only screen and (max-width:479px){.page-header .vertical-view-center{margin-bottom:10px;padding-left:10px}}.page-header .vertical-bottom{width:70%;max-width:720px;padding-left:0;margin:50px auto 0;position:absolute;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}@media only screen and (max-width:959px){.page-header .vertical-bottom{font-size:20px}}@media only screen and (max-width:767px){.page-header .vertical-bottom{width:80%}}@media only screen and (max-width:479px){.page-header .vertical-bottom{width:90%}}.page-header .vertical-bottom .categories{font-size:12px;text-transform:uppercase;font-weight:900;margin-bottom:10px;position:relative;display:block}@media only screen and (max-width:959px){.page-header .vertical-bottom .categories{font-size:10px}}.page-header .vertical-bottom .categories .category{color:#00a6f0;margin-right:10px}.page-header .vertical-bottom .categories .subcategory{color:#fff}.page-header .vertical-bottom .categories:after{display:block;content:"";background-color:#00a6f0;height:2px;width:15px;margin-top:2px}.page-header .vertical-bottom .underlined{color:#fff;line-height:1.2;background-image:-webkit-gradient(linear,left top,left bottom,from(#00a6f0),to(#00a6f0));background-image:-webkit-linear-gradient(top,#00a6f0,#00a6f0);background-image:-o-linear-gradient(top,#00a6f0 0,#00a6f0 100%);background-image:linear-gradient(180deg,#00a6f0 0,#00a6f0);background-repeat:no-repeat;background-size:100% 2px;background-position:0 90%;overflow:hidden;width:100px;font-size:44px;text-decoration:none;font-weight:800;position:relative;text-transform:uppercase;opacity:0;top:40px}@media only screen and (max-width:959px){.page-header .vertical-bottom .underlined{font-size:42px}}@media only screen and (max-width:767px){.page-header .vertical-bottom .underlined{font-size:32px}}@media only screen and (max-width:479px){.page-header .vertical-bottom .underlined{font-size:20px}}.page-header.static-header{background-repeat:no-repeat;display:inline-block;height:auto;min-height:360px;padding:0}@media only screen and (max-width:479px){.page-header.static-header{min-height:160px}}.page-header.static-header.centered{min-height:560px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}@media only screen and (max-width:479px){.page-header.static-header.centered{min-height:160px}}.page-header.static-header.centered>div{width:100%}.page-header.static-header.centered .header-text-title{margin-left:auto;margin-right:auto}.page-header.static-header.centered h2{max-width:72%;margin-left:inherit;margin-right:inherit}@media only screen and (max-width:767px){.page-header.static-header.centered h2{max-width:80%}}@media only screen and (max-width:479px){.page-header.static-header.centered h2{max-width:calc(100% - 20px);padding-left:10px;padding-right:10px}}.page-header.static-header.bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.page-header.static-header .button{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:20px}.page-header.static-header .header-text-title{margin-left:20px;margin-top:100px;margin-bottom:20px;z-index:3;position:relative;max-width:72%;text-shadow:2px 2px 11px rgba(0,0,0,.5)}@media only screen and (max-width:767px){.page-header.static-header .header-text-title{max-width:80%;margin-top:50px}}@media only screen and (max-width:479px){.page-header.static-header .header-text-title{max-width:calc(100% - 20px);padding-left:0;padding-right:10px;margin-bottom:25px;margin-top:20px}}.page-header.static-header .header-text-title .underlined{color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#00a6f0),to(#00a6f0));background-image:-webkit-linear-gradient(top,#00a6f0,#00a6f0);background-image:-o-linear-gradient(top,#00a6f0 0,#00a6f0 100%);background-image:linear-gradient(180deg,#00a6f0 0,#00a6f0);background-repeat:no-repeat;background-size:100% 2px;background-position:0 90%;overflow:hidden;width:100px;font-size:54px;text-decoration:none;font-weight:900;letter-spacing:1px;line-height:1.2;position:relative;text-transform:uppercase;opacity:0;top:40px}@media only screen and (max-width:959px){.page-header.static-header .header-text-title .underlined{font-size:44px}}@media only screen and (max-width:767px){.page-header.static-header .header-text-title .underlined{font-size:34px}}@media only screen and (max-width:479px){.page-header.static-header .header-text-title .underlined{font-size:28px}}.page-header.static-header h2{font-size:24px;color:#fff;font-weight:800;letter-spacing:.5px;line-height:30px;margin:40px 0 0 20px;text-transform:uppercase;z-index:3;position:relative}.page-header.static-header h2+div .header-text-title{margin-top:58px}@media only screen and (max-width:959px){.page-header.static-header h2{font-size:18px}}@media only screen and (max-width:479px){.page-header.static-header h2{font-size:12px}}.page-header.static-header .categories{font-size:12px;text-transform:uppercase;font-weight:900;margin-bottom:10px;position:relative;display:block;opacity:0;-webkit-transform:translateY(20);-ms-transform:translateY(20);transform:translateY(20)}@media only screen and (max-width:959px){.page-header.static-header .categories{font-size:10px}}.page-header.static-header .categories .category{color:#00a6f0;margin-right:10px}.page-header.static-header .categories .subcategory{color:#fff}.page-header.static-header .categories:after{display:block;content:"";background-color:#00a6f0;height:2px;width:15px;margin-top:2px}.page-header.static-header .header-blue-overlay{height:100%;width:100%;position:absolute;top:0;left:0;z-index:2;background-position:0 100%}.page-header.modalities-gamesheet-header{padding-top:360px}@media only screen and (max-width:479px){.page-header.modalities-gamesheet-header{padding-top:160px}}.header-filter{padding-top:20px;padding-left:20px;position:relative;z-index:30}.header-filter.center{padding-left:0;max-width:720px;margin:0 auto;width:70%}@media only screen and (max-width:767px){.header-filter.center{width:80%}}@media only screen and (max-width:479px){.header-filter.center{width:90%}}@media only screen and (max-width:959px){.header-filter{padding-top:15px;padding-left:20px}}.header-filter .header-filter-label{font-size:12px;color:#fff;font-family:Fira Sans,sans-serif;letter-spacing:.5pt;text-transform:uppercase;font-weight:700}@media only screen and (max-width:959px){.header-filter .header-filter-label{font-size:10px}}.header-filter .is-open .Select-control{background-color:transparent}.header-filter .is-focused:not(.is-open)>.Select-control{background:transparent;border:none;-webkit-box-shadow:none;box-shadow:none}.header-filter .Select-control{background-color:transparent;border:none;width:auto;border-radius:0;cursor:pointer}.header-filter .Select-control:hover{-webkit-box-shadow:none;box-shadow:none}.header-filter .Select-control:hover .Select-arrow{border-top-color:#00a6f0}.header-filter .Select-control .Select-arrow,.header-filter .Select-control:hover .Select-arrow{-webkit-transition:border-top-color .25s cubic-bezier(.445,.05,.55,.95);-o-transition:border-top-color .25s cubic-bezier(.445,.05,.55,.95);transition:border-top-color .25s cubic-bezier(.445,.05,.55,.95)}.header-filter .Select-control .Select-arrow{border-top-color:#fff}.header-filter .has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.header-filter .has-value.Select--single>.Select-control .Select-value .Select-value-label{font-family:Fira Sans,sans-serif;font-size:24px;color:#fff;font-weight:700;text-transform:uppercase}@media only screen and (max-width:959px){.header-filter .has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.header-filter .has-value.Select--single>.Select-control .Select-value .Select-value-label{font-size:18px}}.header-filter .Select--single>.Select-control .Select-value,.header-filter .Select-placeholder{position:relative;padding-left:0}.header-filter .Select--single>.Select-control .Select-value:focus,.header-filter .Select-placeholder:focus{outline:0}.header-filter .Select-arrow-zone,.header-filter .Select-multi-value-wrapper{float:left;display:inline-block;line-height:33px;outline:0}.header-filter .Select-input{float:left;height:0}.header-filter .Select-menu-outer{min-width:170px;width:auto;border-radius:0;-webkit-box-shadow:0 10px 20px rgba(44,39,47,.2);box-shadow:0 10px 20px rgba(44,39,47,.2);border:none;max-height:none;margin-top:5px;top:0;overflow:visible}.header-filter .Select-menu-outer .Select-menu{max-height:none;padding-top:5px;padding-bottom:5px;background-color:#2c272f}.header-filter .Select-menu-outer .Select-option{height:50%;color:#969199;font-weight:700;font-size:24px;font-family:Fira Sans,sans-serif;text-transform:uppercase;line-height:44px;padding:0 20px}.header-filter .Select-menu-outer .Select-option,.header-filter .Select-menu-outer .Select-option:hover{background-color:#2c272f;-webkit-transition:color .25s cubic-bezier(.445,.05,.55,.95);-o-transition:color .25s cubic-bezier(.445,.05,.55,.95);transition:color .25s cubic-bezier(.445,.05,.55,.95)}.header-filter .Select-menu-outer .Select-option:hover{color:#fff}.header-filter .Select-menu-outer .Select-option:last-child{border-radius:0}.header-title{padding-top:30px;padding-left:20px;text-transform:uppercase}.header-title.center{padding-top:30px;padding-left:0;max-width:720px;margin:0 auto;width:70%}@media only screen and (max-width:767px){.header-title.center{width:80%}}@media only screen and (max-width:479px){.header-title.center{width:90%}}@media only screen and (max-width:959px){.header-title{padding-top:25px;padding-left:20px}}@media only screen and (max-width:479px){.header-title{padding-top:20px;padding-left:10px}}.header-title h2{font-size:24px;color:#fff;font-weight:700;margin:0}@media only screen and (max-width:959px){.header-title h2{font-size:18px}}@media only screen and (max-width:479px){.header-title h2{font-size:12px}}.history{float:left}.history .container{background:#fafafa}.history .header{text-align:center;overflow:hidden;padding:40px 20px 0}.history .header img{display:inline;margin-bottom:20px;width:140px}.history .header p{margin:0 0 10px}.page-homepage{background-color:#fff}.homepage-header{color:#fff;position:relative;padding:30px 0;height:240px}.homepage-header>div>ul{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;position:relative;-webkit-transform:none;-ms-transform:none;transform:none;color:#000;height:160px}.homepage-header>div>ul li{padding:0 20px;list-style:none;width:25%;font-size:12px}.homepage-header>div>ul h4{margin:0 0 20px;font-weight:800;font-size:14px;text-transform:uppercase;color:#00a6f0}@media only screen and (max-width:767px){.homepage-header>div>ul h4{text-align:center}}.homepage-header>div>ul .ticket{background:#00a6f0}.homepage-header>div>ul .ticket a,.homepage-header>div>ul .ticket h4,.homepage-header>div>ul .ticket h5{color:#fff}.homepage-header>div>ul .ticket h4{font-size:18px}.homepage-header>div>ul .ticket h5{font-size:32px}.homepage-header>div>ul .ticket a{text-decoration:none;line-height:22px}.homepage-header>div>ul .ticket a svg{float:right}.homepage-header>div>ul.pagination{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:auto;bottom:10px;-webkit-transform:none;-ms-transform:none;transform:none;display:none;height:auto;margin-top:20px}@media only screen and (max-width:767px){.homepage-header>div>ul.pagination{display:-webkit-box;display:-ms-flexbox;display:flex}}.homepage-header>div>ul.pagination li{width:40px!important;height:40px;position:relative;display:inline-block;cursor:pointer}.homepage-header>div>ul.pagination li:after{position:absolute;background:#e5f6fd;top:15px;left:15px;content:"";border-radius:50%;width:10px;height:10px}.homepage-header>div>ul.pagination li.active:after{background:#00a6f0}@media only screen and (max-width:767px){.homepage-header>div>ul{position:absolute;display:block;top:0;left:0;-webkit-transform:none;-ms-transform:none;transform:none;height:200px}.homepage-header>div>ul li{position:absolute;top:50%;left:0;-webkit-transform:translate(100%,-50%);-ms-transform:translate(100%,-50%);transform:translate(100%,-50%);width:100%!important}.homepage-header>div>ul li li{position:static;-webkit-transform:none;-ms-transform:none;transform:none;width:auto}.homepage-header>div>ul li.right{-webkit-transform:translate(-100%,-50%);-ms-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.homepage-header>div>ul li.active{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.homepage-header>div>ul li.leaving-to-left{-webkit-transform:translate(-100%,-50%);-ms-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.homepage-header>div>ul li.leaving-to-right{-webkit-transform:translate(100%,-50%);-ms-transform:translate(100%,-50%);transform:translate(100%,-50%)}.homepage-header>div>ul li.animating{-webkit-transition:-webkit-transform .5s ease-in-out;transition:-webkit-transform .5s ease-in-out;-o-transition:transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out}.homepage-header>div>ul.pagination{height:auto}.homepage-header>div>ul.pagination li,.homepage-header>div>ul.pagination li.active{-webkit-transform:none;-ms-transform:none;transform:none}}.homepage-header .last-game ul,.homepage-header .next-game ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:0}.homepage-header .last-game ul li,.homepage-header .next-game ul li{width:25%;text-align:left;padding:0;display:inline-block}.homepage-header .last-game ul li span,.homepage-header .next-game ul li span{text-align:center;display:inline-block;font-weight:900}.homepage-header .last-game ul li span img,.homepage-header .next-game ul li span img{display:block;margin:0 0 5px auto}.homepage-header .last-game ul li:first-of-type,.homepage-header .next-game ul li:first-of-type{text-align:right}.homepage-header .last-game ul .results,.homepage-header .next-game ul .results{width:50%;text-align:center}.homepage-header .last-game ul .results h5,.homepage-header .next-game ul .results h5{margin:0;position:relative;white-space:nowrap}.homepage-header .last-game ul .results h5 .winner,.homepage-header .next-game ul .results h5 .winner{color:#00a6f0}.homepage-header .last-game ul .results h5 span,.homepage-header .next-game ul .results h5 span{font-size:45px;font-weight:700;display:inline-block}.homepage-header .last-game ul .results h5 span.sep,.homepage-header .next-game ul .results h5 span.sep{font-size:20px;position:absolute;top:12px;left:50%;margin-left:-2px}.homepage-header .last-game ul .results h5 span:first-of-type,.homepage-header .next-game ul .results h5 span:first-of-type{padding-right:10px;text-align:right}.homepage-header .last-game ul .results h5 span:last-of-type,.homepage-header .next-game ul .results h5 span:last-of-type{padding-left:10px;text-align:left}.homepage-header .last-game ul .results h6,.homepage-header .next-game ul .results h6{text-transform:uppercase;font-size:12px;font-weight:900;margin:15px 0 0}.homepage-header .last-game ul .results .date,.homepage-header .next-game ul .results .date{font-size:12px;font-weight:500}.homepage-header .next-game ul .results h5{font-style:italic;font-family:Fira Sans Condensed,sans-serif;color:#00a6f0}.homepage-header .classifications{width:25%;overflow:hidden;padding:0 20px}.homepage-header .classifications h5 span{text-transform:uppercase}.homepage-header .classifications h5>span{display:inline-block}.homepage-header .classifications h5>span:first-of-type{font-size:36px;font-weight:900}.homepage-header .classifications h5>span:last-of-type{padding-left:15px;font-weight:900;font-size:12px;line-height:150%}.homepage-header .classifications h5>span:last-of-type span{display:block;font-weight:500}.homepage-header .classifications table{width:100%}.homepage-header .classifications table th{font-weight:900;text-transform:uppercase;width:14.28%}@media only screen and (max-width:767px){.homepage-header .classifications h5,.homepage-header .classifications table{margin-left:auto;margin-right:auto;max-width:300px}}.page-homepage h3{font-weight:700;font-size:18px;text-transform:uppercase;color:#00a6f0;padding:0}.homepage-news{padding:0 0 20px 20px}.homepage-news .pub-title{padding-left:7px;color:rgba(0,0,0,.1);font-size:18px;font-weight:400}@media only screen and (max-width:959px){.homepage-news .pub-title{display:none}}.homepage-news .news-list-text .date:before{bottom:-7px}.homepage-news .news-list-text .news-list-title{font-size:24px;padding:18px 0 10px}@media only screen and (max-width:1199px){.homepage-news .news-list-text .news-list-title{font-size:22px}}@media only screen and (max-width:959px){.homepage-news .news-list-text .news-list-title{font-size:24px}}.homepage-news .with-adv{width:calc(100% - 260px)}@media only screen and (max-width:479px){.homepage-news .with-adv{width:100%}}.homepage-news .homepage-news-advertising{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width:959px){.homepage-news .homepage-news-advertising{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:959px){.homepage-news .homepage-news-advertising .pubs{line-height:0}}.homepage-news .homepage-news-advertising .pub{-webkit-box-flex:2;-ms-flex:2;flex:2;padding-right:10px;padding-left:7px}@media only screen and (max-width:959px){.homepage-news .homepage-news-advertising .pub{margin:30px 0;padding-left:0}}.homepage-news .homepage-news-advertising .pubs{padding-top:200%;position:relative;height:0;min-height:inherit}.homepage-news .homepage-news-advertising .pubs>div{position:absolute;top:0;bottom:0;left:0;right:0;min-height:inherit}.homepage-news .homepage-news-advertising .pubs>div>section{height:100%;min-height:inherit}@media only screen and (max-width:959px){.homepage-news .homepage-news-advertising .pubs{padding-top:16.66667%;position:relative;height:0;min-height:inherit}.homepage-news .homepage-news-advertising .pubs>div{position:absolute;top:0;bottom:0;left:0;right:0;min-height:inherit}.homepage-news .homepage-news-advertising .pubs>div>section{height:100%;min-height:inherit}}.homepage-news .homepage-news-advertising .homepage-news-advertising-aware{padding-right:13px}.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:50%}.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div.full-height{height:50%}@media only screen and (max-width:959px){.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div.full-height{height:auto}}@media only screen and (max-width:479px){.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div{padding-bottom:20px}}.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div .news-link>a{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:959px){.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div .news-link>a{padding-right:0}}@media only screen and (max-width:767px){.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div .news-link>a{display:block}}.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div .news-link>a .news-list-image{height:100%;padding-top:0;-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (max-width:959px){.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div .news-link>a .news-list-image{padding-top:61%;height:0}}.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div:first-child .news-link{border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div:last-child .news-link{border-bottom:1px solid rgba(0,0,0,.1)}.homepage-news .homepage-news-advertising .homepage-news-advertising-aware .news-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 0}.homepage-news .homepage-news-advertising .homepage-news-advertising-aware .news-link .news-list-text{-webkit-box-flex:1;-ms-flex:1 0;flex:1 0;padding:10px 0 20px}@media only screen and (min-width:960px) and (max-width:1400px){.homepage-news .homepage-news-advertising .homepage-news-advertising-aware .news-link .news-list-text{padding:0 0 20px}}@media only screen and (min-width:960px) and (max-width:1400px){.homepage-news .homepage-news-advertising .homepage-news-advertising-aware .news-link .news-list-text .news-list-title{line-height:2.2vw;font-size:1.8vw;padding:10px 0 5px}}@media only screen and (min-width:960px) and (max-width:1400px){.homepage-news .homepage-news-advertising .homepage-news-advertising-aware .news-link .news-list-text .news-list-lead{font-size:1.3vw;line-height:2vw}}@media only screen and (max-width:959px){.homepage-news .homepage-news-advertising .homepage-news-advertising-aware{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-right:10px}.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div:first-child{margin-right:20px}.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div:first-child.full-height{margin-right:0}.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div:first-child .news-link{border-top:0;border-bottom:0}.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div:last-child .news-link{border-bottom:0}.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div{width:50%;padding-top:0;padding-left:0}.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div .news-link{padding-top:0;border-top:0;border-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div .news-link .news-list-image{padding-top:61%}}@media only screen and (max-width:767px){.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div,.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div .news-link{padding-top:10px}}@media only screen and (max-width:479px){.homepage-news .homepage-news-advertising .homepage-news-advertising-aware{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-right:0}.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div{padding-left:0;width:100%}.homepage-news .homepage-news-advertising .homepage-news-advertising-aware>div .news-link{padding-top:0;padding:0}}@media only screen and (max-width:959px){.homepage-news article:last-of-type{display:none}}@media only screen and (max-width:767px){.homepage-news{padding-left:10px;padding-right:10px}}.homepage-news .rest-of-news{width:100%;padding-right:10px;padding-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:959px){.homepage-news .rest-of-news{padding-left:0}}.homepage-news .rest-of-news>article{width:33%}@media only screen and (max-width:959px){.homepage-news .rest-of-news>article{width:50%}}@media only screen and (max-width:479px){.homepage-news .rest-of-news>article{width:100%}}.homepage-news .rest-of-news>article>div{-webkit-box-flex:1;-ms-flex:1 0 33%;flex:1 0 33%}@media only screen and (max-width:959px){.homepage-news .rest-of-news>article>div{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}}.homepage-news .rest-of-news>article:first-child+article{margin:0 20px}@media only screen and (max-width:959px){.homepage-news .rest-of-news>article:first-child+article{margin-right:0}}@media only screen and (max-width:479px){.homepage-news .rest-of-news>article:first-child+article{margin-left:0}}@media only screen and (max-width:479px){.homepage-news .rest-of-news{padding-right:0;padding-left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.homepage-news .rest-of-news>article{padding-bottom:20px}.homepage-news .rest-of-news>article>div{padding-left:0}}@media only screen and (min-width:960px) and (max-width:1400px){.homepage-news .rest-of-news .news-link .news-list-text{padding:10px 0 20px}}@media only screen and (min-width:960px) and (max-width:1400px){.homepage-news .rest-of-news .news-link .news-list-text .news-list-title{line-height:2.2vw;font-size:1.8vw;padding:10px 0 5px}}@media only screen and (min-width:960px) and (max-width:1400px){.homepage-news .rest-of-news .news-link .news-list-text .news-list-lead{font-size:1.3vw;line-height:2vw}}.homepage-multimedia,.homepage-news{overflow:hidden;position:relative}@media only screen and (max-width:767px){.homepage-multimedia,.homepage-news{margin-top:40px}.homepage-multimedia>h3,.homepage-news>h3{margin-top:0;margin-bottom:20px}}@media only screen and (max-width:959px){.homepage-multimedia .homepage-multimedia-pub,.homepage-news .homepage-multimedia-pub{height:inherit;min-height:inherit}}.homepage-multimedia .homepage-multimedia-pub .pubs,.homepage-news .homepage-multimedia-pub .pubs{padding-top:100%;position:relative;height:0;min-height:inherit}.homepage-multimedia .homepage-multimedia-pub .pubs>div,.homepage-news .homepage-multimedia-pub .pubs>div{position:absolute;top:0;bottom:0;left:0;right:0;min-height:inherit}.homepage-multimedia .homepage-multimedia-pub .pubs>div>section,.homepage-news .homepage-multimedia-pub .pubs>div>section{height:100%;min-height:inherit}@media only screen and (max-width:959px){.homepage-multimedia .homepage-multimedia-pub .pubs,.homepage-news .homepage-multimedia-pub .pubs{padding-top:16.66667%;position:relative;height:0;min-height:inherit;margin-bottom:0}.homepage-multimedia .homepage-multimedia-pub .pubs>div,.homepage-news .homepage-multimedia-pub .pubs>div{position:absolute;top:0;bottom:0;left:0;right:0;min-height:inherit}.homepage-multimedia .homepage-multimedia-pub .pubs>div>section,.homepage-news .homepage-multimedia-pub .pubs>div>section{height:100%;min-height:inherit}}@media only screen and (max-width:479px){.homepage-multimedia .homepage-multimedia-pub .pubs,.homepage-news .homepage-multimedia-pub .pubs{display:none}}.homepage-multimedia .homepage-multimedia-pub>div,.homepage-news .homepage-multimedia-pub>div{height:0;position:relative;padding-top:60%}@media only screen and (max-width:959px){.homepage-multimedia .homepage-multimedia-pub>div,.homepage-news .homepage-multimedia-pub>div{padding-top:0;height:260px;height:inherit;min-height:inherit;-webkit-box-flex:1;-ms-flex:1;flex:1}}.homepage-multimedia .homepage-multimedia-pub>div>div,.homepage-news .homepage-multimedia-pub>div>div{position:absolute;top:0;left:0;height:100%;width:100%}@media only screen and (max-width:959px){.homepage-multimedia .homepage-multimedia-pub>div>div,.homepage-news .homepage-multimedia-pub>div>div{position:relative}}.homepage-multimedia .button-link,.homepage-news .button-link{width:100%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:40px}.homepage-multimedia .button-link .button,.homepage-news .button-link .button{width:200px}@media only screen and (max-width:767px){.homepage-multimedia .button-link .button,.homepage-news .button-link .button{width:100%}}@media only screen and (max-width:479px){.homepage-multimedia .button-link,.homepage-news .button-link{margin-top:20px}}.homepage-live{padding:40px 20px;min-height:190px;position:relative;margin-top:40px;margin-bottom:20px;opacity:0}@media only screen and (max-width:767px){.homepage-live{background-color:#f5f5f5;margin-top:0;margin-bottom:0;padding:10px 0 0}}.homepage-live.fade-in{opacity:1;-webkit-transition:opacity .5s ease-in;-o-transition:opacity .5s ease-in;transition:opacity .5s ease-in}.homepage-live .homepage-live-header{position:absolute;top:25px;left:20px}@media only screen and (max-width:767px){.homepage-live .homepage-live-header{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;position:relative;top:auto;left:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 15px}}.homepage-live h4{font-weight:800;font-size:18px;color:#00a6f0;letter-spacing:-.17px;text-transform:uppercase;margin:0 0 5px}@media only screen and (max-width:767px){.homepage-live h4{font-size:10px}}.homepage-live h5{font-size:14px;letter-spacing:-.1px;margin:0;font-weight:400}@media only screen and (max-width:767px){.homepage-live h5{font-size:10px;text-transform:uppercase;margin-bottom:10px}}.homepage-live-match{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.homepage-live-match>span{font-weight:800;font-size:18px;width:300px}.homepage-live-match>span img{height:42px;width:auto}@media only screen and (max-width:767px){.homepage-live-match>span img{height:52px}}.homepage-live-match span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.homepage-live-match span:first-of-type{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.homepage-live-match span:first-of-type img{margin:0 0 0 20px}.homepage-live-match span img{margin:0 20px 0 0}.homepage-live-match .match-result{margin:0 40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:767px){.homepage-live-match .match-result{margin:0}}.homepage-live-match .match-result span{font-weight:800;font-size:45px;letter-spacing:-.32px;line-height:45px;margin:0 8px;width:50px}.homepage-live-match .match-result span.main-team{color:#00a6f0}.homepage-live-match .match-result span.separator{font-size:30px;width:auto;-webkit-animation-name:flash;animation-name:flash;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-delay:.25s;animation-delay:.25s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes flash{0%{opacity:1}25%{opacity:0}50%{opacity:0}to{opacity:1}}@keyframes flash{0%{opacity:1}25%{opacity:0}50%{opacity:0}to{opacity:1}}@-webkit-keyframes bounceIn{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:0}60%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes bounceIn{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:0}60%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes pulse-ring{0%{-webkit-transform:scale(.33);transform:scale(.33)}80%,to{opacity:0}}@keyframes pulse-ring{0%{-webkit-transform:scale(.33);transform:scale(.33)}80%,to{opacity:0}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.penalties-shootout{text-align:center}@media only screen and (max-width:767px){.penalties-shootout{display:none}}.penalties-shootout .penalties-livebar{margin-top:15px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.penalties-shootout .penalties-livebar .penalty-score .match-result{margin:0 70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:767px){.penalties-shootout .penalties-livebar .penalty-score .match-result{margin:0}}.penalties-shootout .penalties-livebar .penalty-score .match-result span{font-weight:800;font-size:25px;letter-spacing:-.32px;line-height:45px;margin:0 1px;width:30px}.penalties-shootout .penalties-livebar .penalty-score .match-result span.main-team{color:#00a6f0}.penalties-shootout .penalties-livebar .penalty-score .match-result span.separator{font-size:15px;width:auto}.penalties-shootout .penalties-livebar .live-penalty-event{border:1px solid rgba(0,166,240,.5);border-radius:50%;cursor:pointer;display:inline-block;height:30px;margin:10px;position:relative;width:30px}@media only screen and (max-width:959px){.penalties-shootout .penalties-livebar .live-penalty-event{margin:5px}}.penalties-shootout .penalties-livebar .live-penalty-event.pulsating-circle:before{content:"";position:relative;display:block;width:200%;height:200%;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:-50%;margin-top:-50%;border-radius:50%;background-color:#aaa;-webkit-animation:pulse-ring 1.25s cubic-bezier(.215,.61,.355,1) infinite;animation:pulse-ring 1.25s cubic-bezier(.215,.61,.355,1) infinite}.penalties-shootout .penalties-livebar .live-penalty-event.pulsating-circle.away.fcp_away:before,.penalties-shootout .penalties-livebar .live-penalty-event.pulsating-circle.home.fcp_home:before{fill:#00a6f0;background-color:#00a6f0}.penalties-shootout .penalties-livebar .live-penalty-event.away.fcp_away .icon-close path,.penalties-shootout .penalties-livebar .live-penalty-event.home.fcp_home .icon-close path{fill:#00a6f0}.penalties-shootout .penalties-livebar .live-penalty-event.sudden_death{border-style:dashed}.penalties-shootout .penalties-livebar .live-penalty-event:focus .live-event-info-container,.penalties-shootout .penalties-livebar .live-penalty-event:hover .live-event-info-container{opacity:1;display:block}.penalties-shootout .penalties-livebar .live-penalty-event .live-event-icon{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.penalties-shootout .penalties-livebar .live-penalty-event .live-event-icon .icon-close{padding:3px}.penalties-shootout .penalties-livebar .live-penalty-event .live-event-icon.active .icon-goal{margin:0;-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:1.5s;animation-duration:1.5s}.penalties-shootout .penalties-livebar .live-penalty-event .live-event-info-container{position:absolute;left:50%;bottom:40px;opacity:0;-webkit-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);display:none}.penalties-shootout .penalties-livebar .live-penalty-event .live-event-info-container.left,.penalties-shootout .penalties-livebar .live-penalty-event .live-event-info-container.left:after{left:0;-webkit-transform:none;-ms-transform:none;transform:none}.penalties-shootout .penalties-livebar .live-penalty-event .live-event-info-container.right,.penalties-shootout .penalties-livebar .live-penalty-event .live-event-info-container.right:after{left:auto;right:0;-webkit-transform:none;-ms-transform:none;transform:none}.penalties-shootout .penalties-livebar .live-penalty-event .live-event-info-container:after{position:absolute;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #2c272f;bottom:-5px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);content:" "}.penalties-shootout .penalties-livebar .live-penalty-event .live-event-info{background:#2c272f;color:#fff;white-space:nowrap;padding:7px 14px;text-align:center;text-transform:uppercase;margin-top:2px}.penalties-shootout .penalties-livebar .live-penalty-event .live-event-info .event-title-with-sub,.penalties-shootout .penalties-livebar .live-penalty-event .live-event-info>p,.penalties-shootout .penalties-livebar .live-penalty-event .live-event-info>span{display:inline-block;font-size:12px;line-height:100%}.penalties-shootout .penalties-livebar .live-penalty-event .live-event-info p{margin:0}.penalties-shootout .penalties-livebar .live-penalty-event .live-event-info .type{font-weight:800}.penalties-shootout .penalties-livebar .live-penalty-event .live-event-info .event-title-with-sub,.penalties-shootout .penalties-livebar .live-penalty-event .live-event-info .title{display:block;color:#969199;font-weight:500;text-transform:none;margin-top:2px}.homepage-live-current-time{text-align:center;font-weight:500;font-size:14px;margin-top:15px;min-height:17px}@media only screen and (max-width:767px){.homepage-live-current-time{margin-bottom:10px}}.link-to-app-live{display:none;height:81px;background-image:url("https://files.app.fcporto.pt/website/static/images/live_app.jpg");background-size:contain;background-repeat:no-repeat;background-position:bottom;margin:0 auto;max-width:320px;width:100%;color:#00a6f0;padding:0 10px}.link-to-app-live:hover{color:#00a6f0}.link-to-app-live p{font-weight:500;font-size:16px;line-height:16px;text-transform:uppercase;margin:0}.link-to-app-live span{font-weight:400;font-size:10px;line-height:16px;text-transform:uppercase}.link-to-app-live .icon{margin-left:5px}@media only screen and (max-width:767px){.link-to-app-live{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.responsive-last-event{display:none}@media only screen and (max-width:767px){.responsive-last-event{display:block}}.responsive-last-event .last-event-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:10px}.responsive-last-event .last-event-info .last-event-icon,.responsive-last-event .last-event-info .last-event-time{margin-right:10px}.responsive-last-event .last-event-info .last-event-description,.responsive-last-event .last-event-info .last-event-time{font-size:12px}.responsive-last-event .last-event-info .last-event-time{color:#00a6f0}.responsive-last-event .last-event-info .last-event-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.homepage-live-timeline{position:absolute;bottom:0;width:calc(100% - 40px)}@media only screen and (max-width:767px){.homepage-live-timeline{display:none}}.homepage-live-timeline .progress{position:absolute;top:0;height:2px;width:0;background:#00a6f0}.homepage-live-timeline:before{height:1px;width:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,.2);content:" "}.homepage-live-timeline .timeline{padding:0;margin:0 -8px;width:calc(100% + 16px)}.homepage-live-timeline .timeline ul{padding:0;list-style:none;margin:6px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:center}.homepage-live-timeline .last-minute,.homepage-live-timeline .timeline li{display:inline-block;font-weight:500;font-size:11px;margin:0;line-height:14px;min-width:16px}.homepage-live-timeline .last-minute{position:absolute;right:-8px;top:6px}.homepage-live-timeline .events{position:relative}.homepage-live-timeline .events>div{position:absolute;left:0;bottom:4px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);padding:10px 0 20px;cursor:pointer}.homepage-live-timeline .events>div:focus .live-event-info-container,.homepage-live-timeline .events>div:hover .live-event-info-container{opacity:1;display:block}@media only screen and (max-width:1199px){.homepage-live-timeline .events>div .icon{max-height:18px}}.homepage-live-timeline .events .goal:after{content:"";display:inline-block;margin:0;bottom:16px;height:3px;width:6px;border-top-left-radius:6px;border-top-right-radius:6px;background:#00a6f0}.homepage-live-timeline .events .goal:after,.homepage-live-timeline .live-event-info-container{position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%}.homepage-live-timeline .live-event-info-container{bottom:56px;opacity:0;-webkit-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;display:none}.homepage-live-timeline .live-event-info-container.left,.homepage-live-timeline .live-event-info-container.left:after{left:0;-webkit-transform:none;-ms-transform:none;transform:none}.homepage-live-timeline .live-event-info-container.right,.homepage-live-timeline .live-event-info-container.right:after{left:auto;right:0;-webkit-transform:none;-ms-transform:none;transform:none}.homepage-live-timeline .live-event-info-container:after{position:absolute;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #2c272f;bottom:-5px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);content:" "}.homepage-live-timeline .live-event-info{background:#2c272f;color:#fff;white-space:nowrap;padding:7px 14px;text-align:center;text-transform:uppercase;margin-top:2px}.homepage-live-timeline .live-event-info .event-title-with-sub,.homepage-live-timeline .live-event-info>p,.homepage-live-timeline .live-event-info>span{display:inline-block;font-size:12px;line-height:100%}.homepage-live-timeline .live-event-info p{margin:0}.homepage-live-timeline .live-event-info .minute{margin-right:5px}.homepage-live-timeline .live-event-info .type{font-weight:800;margin-right:5px}.homepage-live-timeline .live-event-info .event-title-with-sub,.homepage-live-timeline .live-event-info .title{display:block;color:#969199;font-weight:500;text-transform:none;margin-top:2px}.homepage-live-timeline .live-event-info .substitution{display:block;color:#969199;font-weight:500;text-transform:none}.homepage-live-timeline .live-event-info .substitution>.icon,.homepage-live-timeline .live-event-info .substitution>p,.homepage-live-timeline .live-event-info .substitution>span{display:inline-block}.homepage-live-timeline .live-event-info .substitution .icon{margin:0 5px}.homepage-live-timeline .live-event-info .substitution .icon:first-of-type{margin-left:0}.homepage-multimedia{padding:0 10px 20px 20px;padding-bottom:0}.homepage-multimedia a h3{text-transform:none}.homepage-multimedia .multimedia-item:not(:first-of-type)>div{padding-top:100%}@media only screen and (max-width:959px){.homepage-multimedia .multimedia-item:not(:first-of-type)>div{padding-top:60%}}@media only screen and (max-width:767px){.homepage-multimedia{padding-left:0;padding-right:0}.homepage-multimedia>h3{padding-left:10px}}.homepage-multimedia .button-link{padding:0 10px}@media only screen and (max-width:479px){.homepage-multimedia .button-link{margin-top:20px}}.homepage-multimedia .multimedia-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.homepage-feed .feed-loading-more{width:100%;height:50px;position:relative}@media only screen and (max-width:767px){.homepage-feed .feed-loading-more{height:auto}.homepage-feed .feed-loading-more .feed-loading-more-button{min-height:42px;padding:0}.homepage-feed .feed-loading-more .feed-loading-more-button .button-with-icon{height:42px}}@media only screen and (max-width:767px){.homepage-feed button{width:100%}}.homepage-feed .error-view{margin-top:60px}.homepage-feed .error-view .error-container h2{color:#fff}.homepage-feed .feed{background:#fafafa;color:#252525}.homepage-feed .feed-item{padding:20px 10px;border-bottom:1px solid rgba(22,19,23,.1)}@media only screen and (max-width:767px){.homepage-feed .feed-item{padding:20px}}.homepage-feed .feed-item .network-and-time{padding-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.homepage-feed .feed-item .content{padding:0 10px;overflow:hidden;margin-top:10px}.homepage-feed .feed-item .title{font-size:16px;line-height:23px}@media only screen and (min-width:960px) and (max-width:1200px){.homepage-feed .feed-item .title{font-size:1.4vw;margin-bottom:15px;line-height:1.8vw}}.homepage-feed .feed-item .source{font-size:12px;float:left;line-height:18px;font-weight:500}.homepage-feed .feed-item .source .icon{float:left;margin-right:10px}.homepage-feed .feed-item .date{float:right;font-size:12px;font-weight:500;color:#252525}.homepage-feed .feed-item .feed-item-image{position:relative;overflow:hidden;display:inline-block;width:100%}.homepage-feed .feed-item .feed-item-image img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);width:100%}.homepage-feed .feed-item .feed-item-image img,.homepage-feed .feed-item:hover .feed-item-image img{-webkit-transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-o-transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93)}.homepage-feed .feed-item:hover .feed-item-image img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.homepage-feed .feed-item button{display:none}@media only screen and (max-width:767px){.homepage-feed .feed-item button{display:block;width:100%;margin-top:30px;margin-bottom:15px}}.homepage-feed-container{position:absolute;height:100%;overflow-y:auto;top:58px;right:0;padding-right:20px}.homepage-feed-container>div{background-color:#fafafa;border:1px solid rgba(0,0,0,.1)}@media only screen and (max-width:767px){.homepage-feed-container{position:static;top:auto;margin-top:20px;padding:0}.homepage-feed-container>div>div{position:static!important}.homepage-feed-container .homepage-feed{padding:0}}.homepage-content{position:relative;overflow:hidden;margin-bottom:50px;margin-top:20px}@media only screen and (max-width:767px){.homepage-content{margin-top:0}}.page-homepage .tp-slider li:first-child .vertical-center>*{opacity:0;-webkit-transition:opacity .5s ease-in,-webkit-transform .5s ease-in;transition:opacity .5s ease-in,-webkit-transform .5s ease-in;-o-transition:opacity ease-in .5s,transform ease-in .5s;transition:opacity .5s ease-in,transform .5s ease-in;transition:opacity .5s ease-in,transform .5s ease-in,-webkit-transform .5s ease-in;-webkit-transition-delay:2s!important;-o-transition-delay:2s!important;transition-delay:2s!important;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.page-homepage .tp-slider li:first-child .vertical-center>.fade-in{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.page-homepage .header-container{background:#fff;-webkit-transition:background .5s ease-in;-o-transition:background .5s ease-in;transition:background .5s ease-in;-webkit-transition-delay:.5s!important;-o-transition-delay:.5s!important;transition-delay:.5s!important}.page-homepage .header-container.fade-in{background:#d0d8dd}.page-homepage .header-container>*{opacity:0;-webkit-transition:opacity .5s ease-in;-o-transition:opacity ease-in .5s;transition:opacity .5s ease-in;-webkit-transition-delay:1.5s!important;-o-transition-delay:1.5s!important;transition-delay:1.5s!important}.page-homepage .header-container>.fade-in{opacity:1}.page-homepage .soccer-header-content>*{opacity:0;-webkit-transition:opacity .5s ease-in-out,-webkit-transform .5s ease-in;transition:opacity .5s ease-in-out,-webkit-transform .5s ease-in;-o-transition:opacity ease-in-out .5s,transform ease-in .5s;transition:opacity .5s ease-in-out,transform .5s ease-in;transition:opacity .5s ease-in-out,transform .5s ease-in,-webkit-transform .5s ease-in;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.page-homepage .soccer-header-content>.fade-in{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.page-homepage .homepage-multimedia>*,.page-homepage .homepage-news>:not(article),.page-homepage .homepage-news article>*{opacity:0;-webkit-transition:opacity .5s ease-in,-webkit-transform .5s ease-in;transition:opacity .5s ease-in,-webkit-transform .5s ease-in;-o-transition:opacity ease-in .5s,transform ease-in .5s;transition:opacity .5s ease-in,transform .5s ease-in;transition:opacity .5s ease-in,transform .5s ease-in,-webkit-transform .5s ease-in;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.page-homepage .homepage-multimedia>.fade-in,.page-homepage .homepage-news>:not(article).fade-in,.page-homepage .homepage-news article>.fade-in{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.page-homepage .homepage-content .feed-wrapper .feed.feed-item>*,.page-homepage .homepage-content .feed-wrapper>*{opacity:0;-webkit-transition:opacity .5s ease-in,-webkit-transform .5s ease-in;transition:opacity .5s ease-in,-webkit-transform .5s ease-in;-o-transition:opacity ease-in .5s,transform ease-in .5s;transition:opacity .5s ease-in,transform .5s ease-in;transition:opacity .5s ease-in,transform .5s ease-in,-webkit-transform .5s ease-in;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}@media only screen and (max-width:767px){.page-homepage .homepage-content .feed-wrapper .feed.feed-item>*,.page-homepage .homepage-content .feed-wrapper>*{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.page-homepage .homepage-content .feed-wrapper .feed.feed-item>.fade-in,.page-homepage .homepage-content .feed-wrapper>.fade-in{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}@media only screen and (max-width:767px){h3.homepage-feed-title{font-weight:700;font-size:18px;text-transform:uppercase;color:#00a6f0;margin-top:60px;padding:0 0 0 10px;margin-bottom:0}}.homepage-tabs{background:#fff;padding:10px 10px 0;margin-bottom:10px;display:none}.homepage-tabs a{text-transform:uppercase;color:#cfd8dc;font-weight:700;font-size:14px;text-decoration:none;padding:10px 0;margin:0 10px;border-bottom:2px solid #fff;display:inline-block;-webkit-transition:color .5s ease-in-out;-o-transition:color .5s ease-in-out;transition:color .5s ease-in-out}.homepage-tabs a:first-child{margin-left:0}.homepage-tabs a.active,.homepage-tabs a:focus,.homepage-tabs a:hover{color:#000;border-color:#000}@media only screen and (max-width:479px){.homepage-tabs{display:block}}.outline{border:1px solid #00a6f0;height:30px;text-transform:uppercase;font-weight:700;background-color:#fff;color:#00a6f0;line-height:30px;cursor:pointer;text-decoration:none;display:inline-block}.outline:hover:not([disabled]){outline:0;-webkit-transition:color .33s ease-in-out;-o-transition:color .33s ease-in-out;transition:color .33s ease-in-out}.v2{position:relative;z-index:31}.v2 .homepage-live-timeline{position:absolute;bottom:0;width:calc(100% - 40px)}@media only screen and (max-width:767px){.v2 .homepage-live-timeline{display:none}}.v2 .homepage-live-timeline .progress{position:absolute;top:0;height:2px;width:0;background:#00a6f0;-webkit-transition:width .5s ease-in-out;-o-transition:width .5s ease-in-out;transition:width .5s ease-in-out}.v2 .homepage-live-timeline:before{height:1px;width:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,.2);content:" "}.v2 .homepage-live-timeline .timeline{padding:0;margin:0 -8px;width:calc(100% + 16px)}.v2 .homepage-live-timeline .timeline ul{padding:0;list-style:none;margin:6px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:center}.v2 .homepage-live-timeline .last-minute,.v2 .homepage-live-timeline .timeline li{display:inline-block;font-weight:500;font-size:11px;margin:0;line-height:14px;min-width:16px}.v2 .homepage-live-timeline .last-minute{position:absolute;right:-8px;top:6px}.v2 .homepage-live-timeline .events{position:relative}.v2 .homepage-live-timeline .events>div{position:absolute;left:0;bottom:4px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);padding:10px 0 20px;cursor:pointer}.v2 .homepage-live-timeline .events>div:focus .live-event-info-container,.v2 .homepage-live-timeline .events>div:hover .live-event-info-container{opacity:1;display:block}@media only screen and (max-width:1199px){.v2 .homepage-live-timeline .events>div .icon{max-height:18px}}.v2 .homepage-live-timeline .events .goal:after{content:"";display:inline-block;margin:0;position:absolute;bottom:16px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%;height:3px;width:6px;border-top-left-radius:6px;border-top-right-radius:6px;background:#00a6f0}.v2 .homepage-live-timeline .events .added_time{bottom:-45px;z-index:1}.v2 .homepage-live-timeline .events .added_time .live-event-info-container{bottom:75px}.v2 .homepage-live-timeline .live-event-info-container{position:absolute;left:50%;bottom:55px;opacity:0;-webkit-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);display:none}.v2 .homepage-live-timeline .live-event-info-container.left,.v2 .homepage-live-timeline .live-event-info-container.left:after{left:0;-webkit-transform:none;-ms-transform:none;transform:none}.v2 .homepage-live-timeline .live-event-info-container.right,.v2 .homepage-live-timeline .live-event-info-container.right:after{left:auto;right:0;-webkit-transform:none;-ms-transform:none;transform:none}.v2 .homepage-live-timeline .live-event-info-container:after{position:absolute;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #2c272f;bottom:-5px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);content:" "}.v2 .homepage-live-timeline .live-event-info{background:#2c272f;color:#fff;white-space:nowrap;padding:7px 14px;text-align:center;text-transform:uppercase;margin-top:2px}.v2 .homepage-live-timeline .live-event-info .event-title-with-sub,.v2 .homepage-live-timeline .live-event-info>p,.v2 .homepage-live-timeline .live-event-info>span{display:inline-block;font-size:12px;line-height:100%}.v2 .homepage-live-timeline .live-event-info p{margin:0}.v2 .homepage-live-timeline .live-event-info .minute{margin-right:5px}.v2 .homepage-live-timeline .live-event-info .type{font-weight:800;margin-right:5px}.v2 .homepage-live-timeline .live-event-info .event-title-with-sub,.v2 .homepage-live-timeline .live-event-info .title{display:block;color:#969199;font-weight:500;text-transform:none;margin-top:2px}.v2 .homepage-live-timeline .live-event-info .substitution{display:block;color:#969199;font-weight:500;text-transform:none}.v2 .homepage-live-timeline .live-event-info .substitution>.icon,.v2 .homepage-live-timeline .live-event-info .substitution>p,.v2 .homepage-live-timeline .live-event-info .substitution>span{display:inline-block}.v2 .homepage-live-timeline .live-event-info .substitution .icon{margin:0 5px}.v2 .homepage-live-timeline .live-event-info .substitution .icon:first-of-type{margin-left:0}.page-animation .icons-list{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;min-height:auto}.page-animation .icons-list>*{background:#eee;-webkit-box-flex:0;-ms-flex:0 0 calc(100%/12 - 30px);flex:0 0 calc(100%/12 - 30px);height:6em;margin:15px;width:6em}.instalations .header{height:50px;position:relative;z-index:21}.instalations .header .Select{float:none}@media only screen and (min-width:960px){.instalations .advertise{margin-top:50px}}.instalations .intro-text{font-weight:800;font-size:24px;color:#2c272f;line-height:30px}.instalations .full-text{font-weight:400;font-size:18px;color:#2c272f;letter-spacing:-.25px;line-height:30px}.instalations .full-text p:first-of-type{margin-top:0}.instalations .contacts-address h4{font-weight:800;font-size:14px;letter-spacing:.7px}.instalations .contacts-address span{font-weight:500;font-size:12px}.instalations .contacts-address div{font-weight:900;font-size:14px;line-height:20px}.instalations .contacts-address li{width:100%}.instalations .modality-info-body .content{margin:0}.instalations .content{display:inline-block;background-color:#f5f5f5;margin-bottom:50px;width:100%}.instalations .content.white{background-color:#fff}@media only screen and (max-width:767px){.instalations .content{margin-bottom:30px}}.instalations .content h3{font-weight:900;font-size:18px;letter-spacing:.75px;line-height:30px;text-transform:uppercase;color:#00a6f0;background-color:#fff;min-height:50px;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:767px){.instalations .content h3{min-height:40px}}.instalations .content .first-tab-info{display:inline-block}.instalations .content .text-block{padding:15px}@media only screen and (max-width:767px){.instalations .content .text-block{padding:0 15px}}.instalations .content .text-block .short-desc{font-weight:800;font-size:24px;line-height:30px;color:#2c272f}.instalations .content .text-block .desc{font-weight:400;font-size:18px;line-height:30px;letter-spacing:-.25px;color:#2c272f}.instalations .content .full-width{width:100%}.instalations .content .history-header{text-align:center;padding:40px 20px 0}.instalations .content .history-header .logo{display:inline;margin-bottom:20px;width:90px}.instalations .content .history-header .desc{font-size:24px;line-height:150%;position:relative;font-weight:700}.instalations .content .education-areas-header{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff}.instalations .content .gallery{background-color:#fff}@media only screen and (max-width:767px){.instalations .content .gallery .select-gallery{margin-top:-20px}}.instalations .content .gallery .Select-control{left:88%;position:-webkit-sticky;position:sticky}.instalations .content .gallery .Select-menu-outer{left:80%}@media only screen and (max-width:1199px){.instalations .content .gallery .Select-menu-outer{left:75%}}@media only screen and (max-width:767px){.instalations .content .gallery .Select-menu-outer{left:50%}}.instalations .content .placeholder-area{background-color:rgba(0,0,0,.2);width:100%}.instalations .content .placeholder-area .image{height:300px}.instalations .content .placeholder-area .download{padding:10px}.instalations .content .placeholder-area .download a{color:#969199;text-decoration:none}.instalations .content .placeholder-area .download a span{margin-left:10px}.instalations .content .modalities,.instalations .content .school{overflow:hidden}.instalations .content .modalities>div,.instalations .content .school>div{height:0;width:100%;padding-top:55.7%;color:#fff;position:relative;cursor:pointer}.instalations .content .modalities>div:hover .background,.instalations .content .school>div:hover .background{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.instalations .content .modalities>div .background,.instalations .content .modalities>div:hover .background,.instalations .content .school>div .background,.instalations .content .school>div:hover .background{-webkit-transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-o-transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93)}.instalations .content .modalities>div .background,.instalations .content .school>div .background{background-size:cover;background-position:50%;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.instalations .content .modalities>div div,.instalations .content .school>div div{position:absolute;width:100%;height:100%;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(44,39,47,.5)}.instalations .content .modalities>div .school-title,.instalations .content .school>div .school-title{padding:0 20px;text-align:center}.instalations .content .modalities>div p,.instalations .content .school>div p{text-transform:uppercase;font-weight:500}@media only screen and (max-width:479px){.instalations .content .modalities>div p,.instalations .content .school>div p{font-size:13px;text-align:center}}.instalations .content .button{margin-bottom:20px;float:left}.instalations .content .contacts{padding-left:20px;margin:20px 0}@media only screen and (max-width:479px){.instalations .content .contacts{padding-left:10px;padding-right:10px;margin:10px 0}}.instalations .content .contacts .title{font-weight:400;font-size:12px;text-transform:uppercase;color:#969199;margin:0}.instalations .content .contacts .value{font-weight:500;font-size:14px;letter-spacing:.6px;color:#2c272f;margin:5px 0 0;overflow-wrap:break-word}.instalations .content .responsive-table{border-collapse:collapse;border-spacing:0;margin:0 0 20px;padding:0;width:100%;background:#fff}.instalations .content .responsive-table thead{background:#f5f5f5;color:#78909c;font-family:Fira Sans Condensed,sans-serif;font-size:14px;font-weight:700;text-align:left;text-transform:uppercase}@media only screen and (max-width:767px){.instalations .content .responsive-table thead{font-size:12px}}@media only screen and (max-width:479px){.instalations .content .responsive-table thead{font-size:10px}}.instalations .content .responsive-table tr{border-bottom:1px solid #eaeaea;display:table-row;height:40px;margin-bottom:0;padding:5px}.instalations .content .responsive-table tr:last-child{border-bottom:0}.instalations .content .responsive-table td,.instalations .content .responsive-table th{padding:10px 20px;text-align:left}.instalations .content .responsive-table td{display:table-cell;font-size:14px;font-weight:700}.instalations .content .responsive-table td ul{padding-left:20px;margin-top:5px;margin-bottom:5px}@media only screen and (max-width:767px){.instalations .content .responsive-table td{font-size:12px;width:35%}}@media only screen and (max-width:479px){.instalations .content .responsive-table td{font-size:10px;width:35%}}.instalations .content .responsive-table td:first-child{font-weight:400;width:40%;line-height:20px}@media only screen and (max-width:479px){.instalations .content .responsive-table td:first-child{width:30%}}.instalations .content .responsive-table.disclaimer-table{margin-bottom:0}.instalations .content .responsive-table.dragon-force-modality-table{margin:0}@media only screen and (max-width:767px){.instalations .content .responsive-table.dragon-force-modality-table td{font-size:12px;width:auto}}@media only screen and (max-width:479px){.instalations .content .responsive-table.dragon-force-modality-table td{font-size:10px;width:auto}}.instalations .content.content-introduction-courses{padding:0;margin:20px 0}.instalations .content.content-introduction-courses .list-text-light{margin:20px 0;padding:0 0 0 20px}.instalations .content .reservation-wrapper{margin-top:40px}@media only screen and (max-width:479px){.instalations .content .reservation-wrapper{margin-top:20px}}.instalations .list-text-bold h3{margin:20px 0 40px;padding:0 0 0 50px;border-left:2px solid #2c272f;font-weight:700;letter-spacing:-.25px;line-height:30px;color:#2c272f;font-size:24px}@media only screen and (max-width:479px){.instalations .list-text-bold h3{margin:10px 0 20px;padding:0 0 0 20px;font-size:18px;line-height:26px}}.instalations .list-text-bold h3.margin-top{margin-top:40px;margin-bottom:0}.instalations .list-text-bold h3.no-border{border-left:0;padding-left:20px}.instalations .list-text-light{margin:40px 0;padding:0 0 0 50px;border-left:2px solid #eaeaea;font-size:18px;line-height:30px;letter-spacing:-.25px;color:#2c272f}@media only screen and (max-width:479px){.instalations .list-text-light{margin:10px 0 20px;padding:0 0 0 20px;font-size:14px;line-height:22px}}.instalations .list-text-light ul{padding-left:20px}.instalations .list-text-light.no-border{border-left:0}.instalations .list-text-light h4{font-size:18px;line-height:30px;letter-spacing:-.25px;color:#2c272f}.instalations .coloured-header{color:#fff;background:#00a6f0}.instalations .modality-body .list-text-bold:first-child,.instalations .modality-body .list-text-bold:first-child p:first-child,.instalations .modality-body .list-text-light:first-child,.instalations .modality-body .list-text-light:first-child p:first-child{margin-top:0}.instalations .fl-input-container-select{border-bottom:1px solid #cfd8dc;padding-bottom:9px}.instalations .fl-input-container-select select{color:#2c272f;margin-top:23px;outline:0;background:none;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:400;font-size:14px}.instalations .fl-input-container-select label{font-size:10px;font-weight:500;color:#00a6f0;top:-20px}.instalations .padding-10{padding:10px 0}.live-event{position:relative}.live-event .live-full-width{width:100%;min-height:50px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.live-event .live-full-width:after{background-color:rgba(0,0,0,.1);content:"";display:block;height:100%;left:0;position:absolute;width:1px;z-index:0;top:0;left:50%}.live-event .live-full-width.free-text{padding-top:10px;padding-bottom:10px}.live-event .live-full-width.free-text p{text-transform:none;border:1px solid rgba(0,0,0,.1);line-height:20px;border-radius:24px;font-size:16px;font-weight:400;color:#2c272f;padding:8px 15px;max-width:500px}@media only screen and (max-width:479px){.live-event .live-full-width.free-text p{font-size:14px}}.live-event .live-full-width.free-text p:after,.live-event .live-full-width.free-text p:before{display:none}.live-event .live-full-width.mvp{margin-top:10px;margin-bottom:10px}.live-event .live-full-width.mvp p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:5px}.live-event .live-full-width.mvp:after{top:10px}.live-event .live-full-width.assistance{margin-top:10px;margin-bottom:10px}.live-event .live-full-width.assistance p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:5px}.live-event .live-full-width.assistance:after{top:10px}.live-event .live-full-width p{margin:0;color:#00a6f0;text-transform:uppercase;font-size:14px;font-weight:700;background-color:#fff;padding-left:10px;padding-right:10px;z-index:1;line-height:35px;max-width:370px;letter-spacing:.3pt;position:relative}@media only screen and (max-width:479px){.live-event .live-full-width p{font-size:14px}}.live-event .live-full-width p:before{top:0}.live-event .live-full-width p:after,.live-event .live-full-width p:before{background-color:rgba(0,0,0,.1);content:"";display:block;height:1px;left:0;position:absolute;width:100%;z-index:0}.live-event .live-full-width p:after{top:100%}.live-event:last-child .live-full-width:after{height:calc(100% - 20px)}.live-event:first-child .live-full-width:after{height:calc(100% - 20px);top:10px}.live-event:first-child .live-full-width.free-text:after{height:calc(100% - 10px);top:10px}.live-event:first-child .live-full-width.assistance:after,.live-event:first-child .live-full-width.mvp:after{height:100%;top:10px}.live-event .live-event-side{width:100%;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.live-event .live-event-side:after{height:100%;width:1px;background-color:rgba(0,0,0,.1);display:block;content:"";position:absolute;top:0;left:50%;z-index:0}.live-event .live-event-side .live-event-minute{width:32px;height:32px;color:#00a6f0;background-color:#fff;border-radius:50%;font-size:14px;font-weight:900;text-align:center;line-height:32px;z-index:1;-ms-flex-negative:0;flex-shrink:0;border:1px solid rgba(0,0,0,.1)}@media only screen and (max-width:479px){.live-event .live-event-side .live-event-minute{font-size:12px;width:28px;height:28px;line-height:28px}}.live-event .live-event-side .live-event-info p{font-size:16px;color:#2c272f}@media only screen and (max-width:479px){.live-event .live-event-side .live-event-info p{font-size:12px}}.live-event .live-event-side .live-event-info p.event-title-with-sub{margin:0}.live-event .live-event-side .live-event-info p.event-title-with-sub+span{font-size:12px;color:#606060}@media only screen and (max-width:479px){.live-event .live-event-side .live-event-info p.event-title-with-sub+span{font-size:10px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:100%;display:block}}.live-event .live-event-side .live-event-icon{margin-right:10px;margin-left:0;-ms-flex-negative:0;flex-shrink:0;color:#00a6f0;font-size:20px}.live-event .live-event-side .live-event-icon svg{vertical-align:middle;margin:16px 0}@media only screen and (max-width:479px){.live-event .live-event-side .live-event-icon{font-size:16px;margin-right:6px}}.live-event .live-event-side.right{padding-left:calc(50% - 16px);-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.live-event .live-event-side.right .live-event-minute{margin-right:20px}@media only screen and (max-width:479px){.live-event .live-event-side.right .live-event-minute{margin-right:6px}}.live-event .live-event-side.left{padding-right:calc(50% - 16px);-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.live-event .live-event-side.left .live-event-minute{margin-left:20px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media only screen and (max-width:479px){.live-event .live-event-side.left .live-event-minute{margin-left:6px}}.live-event .live-event-side.left .live-event-icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:10px;margin-right:0}@media only screen and (max-width:479px){.live-event .live-event-side.left .live-event-icon{margin-left:6px}}.live-event .live-event-side.left .live-event-info{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:right}.live-timeline{padding-right:20px}@media only screen and (max-width:959px){.live-timeline{padding-right:0;margin-bottom:40px}}.game-sheet-captain{height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:left}@media only screen and (max-width:959px){.game-sheet-captain{height:5px}}.player-events{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:40px}@media only screen and (max-width:959px){.player-events{height:5px}}.player-events .player-events-all,.player-events .player-events-goals{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;color:#00a6f0;font-size:12px;font-weight:900;height:40px}@media only screen and (max-width:959px){.player-events .player-events-all,.player-events .player-events-goals{height:5px}}.player-events .player-events-all div,.player-events .player-events-goals div{margin-left:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width:959px){.player-events .player-events-all div:first-child,.player-events .player-events-goals div:first-child{margin-left:0}}.player-events .player-events-all div .icon,.player-events .player-events-goals div .icon{margin-left:3px}.player-events .player-events-all .player-event-substution span,.player-events .player-events-goals .player-event-substution span{font-size:12px;color:#2c272f;margin-left:2px}.player-events .player-events-all{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.live-bar-container{position:fixed;width:100%;max-width:1600px;top:calc(100% - 100px)!important;z-index:31;-webkit-transform:translateZ(0);transform:translateZ(0)}@media only screen and (max-width:1599px){.live-bar-container{max-width:calc(100vw - 100px)}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.live-bar-container{max-width:100%;top:calc(100% - 120px)!important}}.live-bar-container .live-bar{width:100%;height:100px;background-color:#fff;padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;top:0;left:0;position:absolute;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);opacity:.9}.live-bar-container .live-bar.bar-swap-appear,.live-bar-container .live-bar.bar-swap-enter{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);position:absolute}.live-bar-container .live-bar.bar-swap-appear.bar-swap-appear-active,.live-bar-container .live-bar.bar-swap-appear.bar-swap-enter-active,.live-bar-container .live-bar.bar-swap-enter.bar-swap-appear-active,.live-bar-container .live-bar.bar-swap-enter.bar-swap-enter-active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 1.5s cubic-bezier(.165,.84,.44,1) 1s;transition:-webkit-transform 1.5s cubic-bezier(.165,.84,.44,1) 1s;-o-transition:transform 1.5s cubic-bezier(.165,.84,.44,1) 1s;transition:transform 1.5s cubic-bezier(.165,.84,.44,1) 1s;transition:transform 1.5s cubic-bezier(.165,.84,.44,1) 1s,-webkit-transform 1.5s cubic-bezier(.165,.84,.44,1) 1s}.live-bar-container .live-bar.bar-swap-leave{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.live-bar-container .live-bar.bar-swap-leave.bar-swap-leave-active{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform 1.5s cubic-bezier(.175,.885,.32,1.275);transition:-webkit-transform 1.5s cubic-bezier(.175,.885,.32,1.275);-o-transition:transform 1.5s cubic-bezier(.175,.885,.32,1.275);transition:transform 1.5s cubic-bezier(.175,.885,.32,1.275);transition:transform 1.5s cubic-bezier(.175,.885,.32,1.275),-webkit-transform 1.5s cubic-bezier(.175,.885,.32,1.275)}@media only screen and (max-width:959px){.live-bar-container .live-bar{display:none}}.live-bar-container .live-bar>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.live-bar-container .live-bar>div:first-child,.live-bar-container .live-bar>div:last-child{-webkit-box-flex:1;-ms-flex:1;flex:1}.live-bar-container .live-bar>div:last-child{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.live-bar-container .live-bar>div p{font-weight:500;color:#2c272f;text-transform:uppercase;font-size:14px;margin:0}.live-bar-container .live-bar .team-match-list-vs{text-align:center}.live-bar-container .live-bar .live-link{padding:0 35px 0 20px;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:959px){.live-bar-container .live-bar .live-link{display:none}}.live-bar-container .live-bar .live-link .placard-btn{margin-left:10px}.live-bar-container .live-bar .team-icon{height:35px;margin-bottom:10px}.live-bar-container .live-bar .live-bar-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 20px}.live-bar-container .live-bar .live-bar-center .live-bar-score{margin-bottom:5px}.live-bar-container .live-bar .live-bar-center .live-bar-score span{font-size:40px;font-weight:700;line-height:40px}.live-bar-container .live-bar .live-bar-center .live-bar-score span.home{color:#00a6f0}.live-bar-container .live-bar .live-bar-center .live-bar-score .score-divider{margin:0 15px;-webkit-animation-name:flash;animation-name:flash;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-delay:.25s;animation-delay:.25s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.live-bar-container .live-bar .live-bar-center .live-bar-time span{font-weight:500;color:#2c272f;text-transform:uppercase;font-size:14px;margin:0}.live-bar-container .live-bar .last-event{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.live-bar-container .live-bar .last-event>span{color:#00a6f0;text-transform:uppercase;font-weight:700;font-size:12px}.live-bar-container .live-bar .last-event .last-event-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:5px}.live-bar-container .live-bar .last-event .last-event-info .last-event-icon{margin:0 15px}.live-bar-container .live-bar .last-event .last-event-info .last-event-description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;min-width:0}.live-bar-container .live-bar .last-event .last-event-info .last-event-description span{text-transform:uppercase;font-size:14px;line-height:20px}.live-bar-container .live-bar .last-event .last-event-info .last-event-description span:first-child{font-weight:700}.live-bar-container .live-bar .last-event .last-event-info .last-event-description span:last-child{font-weight:400;color:#969199;max-width:320px;width:100%;white-space:normal;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.live-bar-container .live-bar .away>div,.live-bar-container .live-bar .home>div{width:60px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@-webkit-keyframes loading-fcporto{0%{background-position:0}to{background-position:-3000px}}@keyframes loading-fcporto{0%{background-position:0}to{background-position:-3000px}}@-webkit-keyframes loading-fcporto-small{0%{background-position:0}to{background-position:-1640px}}@keyframes loading-fcporto-small{0%{background-position:0}to{background-position:-1640px}}.loading{position:absolute;width:100%;text-align:center;z-index:10;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:100%;top:0}.loading.fullpage{min-height:80vh}.loading .loading-animation{background:url("https://files.app.fcporto.pt/website/static/images/loading.png") 0;background-size:6000% 100%;-webkit-animation:loading-fcporto 1s steps(60) infinite;animation:loading-fcporto 1s steps(60) infinite}.loading .loading-animation.small{background:url("https://files.app.fcporto.pt/website/static/images/loading-white.png") 0;background-size:1680px 20px}.loading .loading-animation.small,.loading.loadmore .loading-animation.small{-webkit-animation:loading-fcporto-small .7s steps(41) infinite;animation:loading-fcporto-small .7s steps(41) infinite}.loading.loadmore .loading-animation.small{background:url("https://files.app.fcporto.pt/website/static/images/loading-blue.png") 0;background-size:1680px 20px}.loading.loading-braintree{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;min-height:226px;width:calc(100% + 2px)}@media only screen and (max-width:767px){.loading.loading-braintree{min-height:236px;margin-left:-20px;width:calc(100% + 40px)}}@media only screen and (max-width:479px){.loading.loading-braintree{min-height:261px;margin-left:-10px;width:calc(100% + 20px)}}.login-associate{padding:20px 40px 40px}@media only screen and (max-width:479px){.login-associate{padding:10px}}.login-associate .login-associate-login{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:20px auto 15px;min-width:160px;position:relative}@media only screen and (max-width:479px){.login-associate .login-associate-login{margin-top:15px;margin-bottom:10px}}.login-associate .login-associate-login>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.login-associate .login-associate-login p{margin:0;color:#fff;text-transform:uppercase}.login-associate .login-associate-login:disabled{cursor:default}.login-associate .login-associate-login:disabled:not(.button-outline){opacity:.3}.login-associate .button-clear{color:rgba(0,0,0,.5);font-size:12px;font-weight:400;margin:0 auto;text-decoration:underline}.session-login-animation{position:relative}.session-login-animation>div{width:100%}.session-login-animation .page-swap-enter{opacity:0;display:block}.session-login-animation .page-swap-enter.page-swap-enter-active{opacity:1;-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear;-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}.session-login-animation .page-swap-leave{opacity:1;position:absolute;top:0;z-index:2}.session-login-animation .page-swap-leave.page-swap-leave-active{opacity:0;-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.login-adept{padding:20px 40px 40px}@media only screen and (max-width:479px){.login-adept{padding:10px}}.login-adept .success-message{margin-top:5px;margin-bottom:20px;font-size:12px;color:#00a6f0}.login-adept .button-success{font-size:12px;margin-left:10px;letter-spacing:.2px}.login-adept .recover-back-button{position:absolute;top:20px;left:20px;cursor:pointer}.login-adept .login-adept-login{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:20px auto 15px;min-width:160px;position:relative;opacity:1}@media only screen and (max-width:479px){.login-adept .login-adept-login{margin-top:15px;margin-bottom:10px}}.login-adept .login-adept-login>div{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.login-adept .login-adept-login p{margin:0;color:#fff;text-transform:uppercase}.login-adept .login-adept-login:disabled{cursor:default}.login-adept .login-adept-login:disabled:not(.button-outline){opacity:.3}.login-adept .login-adept-login .icon-check{margin-left:0}.login-adept .login-adept-social{margin-top:20px;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:479px){.login-adept .login-adept-social{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.login-adept .login-adept-social button{background-color:transparent;border:1px solid #00a6f0;color:#00a6f0;cursor:pointer;display:inline-block;font-family:Fira Sans,sans-serif;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;border-radius:0;font-size:14px;font-weight:700;line-height:14px;padding:8px 10px;position:relative;overflow:hidden;width:calc(50% - 5px);text-transform:none;font-weight:500;display:-ms-flexbox;display:flex;display:-webkit-box;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.login-adept .login-adept-social button .icon{margin-left:10px}.login-adept .login-adept-social button .icon path{fill:#00a6f0}.login-adept .login-adept-social button.right .icon{margin-left:0;margin-right:10px}.login-adept .login-adept-social button:focus,.login-adept .login-adept-social button:hover{background-color:#00a6f0;color:#fff;outline:0}.login-adept .login-adept-social button:focus .icon path,.login-adept .login-adept-social button:hover .icon path{fill:#fff}.login-adept .login-adept-social button.disabled,.login-adept .login-adept-social button[disabled]{cursor:not-allowed;opacity:.5}.login-adept .login-adept-social button.disabled:focus,.login-adept .login-adept-social button.disabled:hover,.login-adept .login-adept-social button[disabled]:focus,.login-adept .login-adept-social button[disabled]:hover{background-color:transparent;border-color:#00a6f0;color:#00a6f0}.login-adept .login-adept-social button.disabled .icon path,.login-adept .login-adept-social button[disabled] .icon path{fill:#00a6f0}.login-adept .login-adept-social button:before{content:"";display:block;position:absolute;background:#00a6f0;width:100%;height:100%;left:0;bottom:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0;-webkit-transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out,-webkit-transform .33s ease-in-out}.login-adept .login-adept-social button>*{position:relative}.login-adept .login-adept-social button:focus:not([disabled]),.login-adept .login-adept-social button:hover:not([disabled]){outline:0;-webkit-transition:background-color .33s ease-in-out;-o-transition:background-color .33s ease-in-out;transition:background-color .33s ease-in-out}.login-adept .login-adept-social button:focus:not([disabled]):before,.login-adept .login-adept-social button:hover:not([disabled]):before{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.login-adept .login-adept-social button:focus:not([disabled]) .icon,.login-adept .login-adept-social button:hover:not([disabled]) .icon{-webkit-transform:translateX(-3px);-ms-transform:translateX(-3px);transform:translateX(-3px)}.login-adept .login-adept-social button .icon{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .33s ease-in-out;transition:-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out;transition:transform .33s ease-in-out;transition:transform .33s ease-in-out,-webkit-transform .33s ease-in-out}@media only screen and (max-width:479px){.login-adept .login-adept-social button{width:100%}}.login-adept .login-adept-social button>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.login-adept .login-adept-social button:first-child{margin-right:10px}@media only screen and (max-width:479px){.login-adept .login-adept-social button:first-child{margin-right:0;margin-bottom:10px}}@media only screen and (max-width:479px){.login-adept .login-adept-social button:nth-child(2) .icon-share-google{margin-left:-5px!important}}.login-adept .login-adept-social button .icon{margin-right:10px}.login-adept .login-adept-social button .icon.icon-share-facebook path{fill:#00a6f0;-webkit-transition:fill .33s ease-in-out;-o-transition:fill .33s ease-in-out;transition:fill .33s ease-in-out}.login-adept .login-adept-social button .icon.icon-share-google .st0{fill:#4285f4}.login-adept .login-adept-social button .icon.icon-share-google .st1{fill:#34a853}.login-adept .login-adept-social button .icon.icon-share-google .st2{fill:#fbbc05}.login-adept .login-adept-social button .icon.icon-share-google .st3{fill:#ea4335}.login-adept .login-adept-social button .icon.icon-share-google .st4{fill:none}.login-adept .login-adept-social button:hover{color:#fff;background-color:#00a6f0;border-color:#00a6f0}.login-adept .login-adept-social button:hover .icon.icon-share-facebook path{-webkit-transition:fill .33s ease-in-out;-o-transition:fill .33s ease-in-out;transition:fill .33s ease-in-out;fill:#fff}.login-adept .signin-info-board{width:100%;text-align:center;font-size:12px;color:#00a6f0;letter-spacing:0,17pt;line-height:20px;background-color:#fafafa;margin-top:20px;padding:10px}.login-adept .signin-terms-links{color:rgba(0,0,0,.5);font-size:12px;line-height:1.4;margin:0}.login-adept .signin-terms-links a{color:#2c272f;text-decoration:underline}.login-adept .button-clear{color:rgba(0,0,0,.5);font-size:12px;font-weight:400;margin:0 auto;text-decoration:underline}.login-adept .sign-in-form .password-show-hide{padding-bottom:0}.recovery-topbar{position:relative}.recovery-topbar h1{text-transform:uppercase;font-weight:900;color:#2c272f;font-size:14px;margin:0;line-height:52px}.recovery-topbar:after{display:block;content:"";position:absolute;bottom:0;height:2px;width:calc(100% - 40px);left:20px;background-color:rgba(207,216,220,.2)}@media only screen and (max-width:479px){.recovery-topbar:after{width:calc(100% - 20px);left:10px}}.callout-overlay{display:none}.shouldAnimateCallout.callout-overlay-modal>div:first-child{opacity:0;-webkit-transition:opacity .5s cubic-bezier(.77,0,.175,1);-o-transition:opacity .5s cubic-bezier(.77,0,.175,1);transition:opacity .5s cubic-bezier(.77,0,.175,1)}@media only screen and (min-width:1025px){.shouldAnimateCallout.callout-overlay-modal>div:first-child{left:100px!important}}@media only screen and (min-width:1600px){.shouldAnimateCallout.callout-overlay-modal>div:first-child{max-width:1600px;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}.shouldAnimateCallout.callout-overlay-modal.animate>div:first-child{opacity:1;-webkit-transition:opacity .5s cubic-bezier(.77,0,.175,1);-o-transition:opacity .5s cubic-bezier(.77,0,.175,1);transition:opacity .5s cubic-bezier(.77,0,.175,1)}.password-show-hide{position:absolute;bottom:0;right:0;width:20px;height:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;padding-bottom:35px}.password-show-hide .icon{fill:hsla(278,4%,58%,.3);-webkit-transition:fill .2s ease-in-out;-o-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out}@media only screen and (min-width:768px){.password-show-hide:hover .icon{fill:#00a6f0;-webkit-transition:fill .2s ease-in-out;-o-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out}}.form-info{color:#2c272f;font-size:14px;font-weight:500;width:100%;text-align:center;display:block;margin-bottom:10px}.form-info.error{color:#ee8e31;font-size:12px;margin-top:20px}.form-group{margin-bottom:10px;text-align:left;position:relative}.form-group label{position:absolute;top:0;left:0;font-size:14px;font-weight:400;color:#969199;line-height:30px;-webkit-transform:scale(1) translateY(18px);-ms-transform:scale(1) translateY(18px);transform:scale(1) translateY(18px);-webkit-transform-origin:left top 0;-ms-transform-origin:left top 0;transform-origin:left top 0}.form-group label,.form-group label.label{-webkit-transition:font-size .45s cubic-bezier(.23,1,.32,1) 0ms,color .45s cubic-bezier(.23,1,.32,1) 0ms,font-weight .45s cubic-bezier(.23,1,.32,1) 0ms,-webkit-transform .45s cubic-bezier(.23,1,.32,1) 0ms;transition:font-size .45s cubic-bezier(.23,1,.32,1) 0ms,color .45s cubic-bezier(.23,1,.32,1) 0ms,font-weight .45s cubic-bezier(.23,1,.32,1) 0ms,-webkit-transform .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:font-size .45s cubic-bezier(.23,1,.32,1) 0ms,color .45s cubic-bezier(.23,1,.32,1) 0ms,font-weight .45s cubic-bezier(.23,1,.32,1) 0ms,transform .45s cubic-bezier(.23,1,.32,1) 0ms;transition:font-size .45s cubic-bezier(.23,1,.32,1) 0ms,color .45s cubic-bezier(.23,1,.32,1) 0ms,font-weight .45s cubic-bezier(.23,1,.32,1) 0ms,transform .45s cubic-bezier(.23,1,.32,1) 0ms;transition:font-size .45s cubic-bezier(.23,1,.32,1) 0ms,color .45s cubic-bezier(.23,1,.32,1) 0ms,font-weight .45s cubic-bezier(.23,1,.32,1) 0ms,transform .45s cubic-bezier(.23,1,.32,1) 0ms,-webkit-transform .45s cubic-bezier(.23,1,.32,1) 0ms;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-group label.label{font-size:10px;color:#00a6f0;font-weight:500;-webkit-transform:scale(1) translate(0);-ms-transform:scale(1) translate(0);transform:scale(1) translate(0);-webkit-transform-origin:left top 0;-ms-transform-origin:left top 0;transform-origin:left top 0}.form-group label.label.error{color:#ee8e31}.form-group .input-bar{display:block;background-color:transparent;border:0;color:#2c272f;position:relative}.form-group .input-bar:after,.form-group .input-bar:before{background:#00a6f0;bottom:0;content:"";height:1px;position:absolute;-webkit-transition:width .2s ease;-o-transition:width .2s ease;transition:width .2s ease;width:0}.form-group .input-bar:before{left:50%}.form-group .input-bar:after{right:50%}.form-group input{width:100%;border:0;border-bottom:1px solid #cfd8dc;height:30px;outline:0;font-size:14px;color:#2c272f;font-weight:500;border-radius:0;padding-left:0;font-family:Fira Sans,sans-serif;background-color:transparent!important;margin-top:20px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group input:focus+label{font-size:10px;color:#00a6f0;font-weight:500;-webkit-transition:font-size .45s cubic-bezier(.23,1,.32,1) 0ms,color .45s cubic-bezier(.23,1,.32,1) 0ms,font-weight .45s cubic-bezier(.23,1,.32,1) 0ms,-webkit-transform .45s cubic-bezier(.23,1,.32,1) 0ms;transition:font-size .45s cubic-bezier(.23,1,.32,1) 0ms,color .45s cubic-bezier(.23,1,.32,1) 0ms,font-weight .45s cubic-bezier(.23,1,.32,1) 0ms,-webkit-transform .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:font-size .45s cubic-bezier(.23,1,.32,1) 0ms,color .45s cubic-bezier(.23,1,.32,1) 0ms,font-weight .45s cubic-bezier(.23,1,.32,1) 0ms,transform .45s cubic-bezier(.23,1,.32,1) 0ms;transition:font-size .45s cubic-bezier(.23,1,.32,1) 0ms,color .45s cubic-bezier(.23,1,.32,1) 0ms,font-weight .45s cubic-bezier(.23,1,.32,1) 0ms,transform .45s cubic-bezier(.23,1,.32,1) 0ms;transition:font-size .45s cubic-bezier(.23,1,.32,1) 0ms,color .45s cubic-bezier(.23,1,.32,1) 0ms,font-weight .45s cubic-bezier(.23,1,.32,1) 0ms,transform .45s cubic-bezier(.23,1,.32,1) 0ms,-webkit-transform .45s cubic-bezier(.23,1,.32,1) 0ms;-webkit-transform:scale(1) translate(0);-ms-transform:scale(1) translate(0);transform:scale(1) translate(0);-webkit-transform-origin:left top 0;-ms-transform-origin:left top 0;transform-origin:left top 0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-group input:focus~.input-bar:after,.form-group input:focus~.input-bar:before{width:50%}.form-group input:focus~.error.input-bar:after,.form-group input:focus~.error.input-bar:before{width:50%;background:#ee8e31}.session-user-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;outline:0}.session-user-link h1{font-size:14px;color:#fff;line-height:37px;font-weight:700;margin:0;cursor:pointer}@media only screen and (max-width:479px){.session-user-link h1{overflow:hidden;white-space:nowrap;max-width:65px;-o-text-overflow:ellipsis;text-overflow:ellipsis}}.session-user-link span{font-weight:900;color:#00a6f0;margin-left:6px;font-size:12px;padding-top:2px}.session-user-link span.due-date{color:#969199}.session-user-link .session-user-profile-pic{width:20px;height:20px;border-radius:50%;overflow:hidden;border:1px solid #969199;margin-right:10px;-webkit-box-sizing:content-box;box-sizing:content-box}.session-user-link .session-user-profile-pic .icon-user{margin-top:4px}.session-user-link .session-user-profile-pic img{width:100%}.session-user-link .session-user-quotes-icon{margin-right:10px;margin-top:4px}.session-user-link .session-user-quotes-icon span[data-tooltip]:hover:before{left:9px}.session-user-link .session-user-quotes-icon span[data-tooltip]:hover:after{left:132px;max-width:293px}.session-recover-complete p{font-weight:500;color:#2c272f;font-size:14px;letter-spacing:-.19pt;line-height:20px;margin:0}.session-recover-complete .session-recover-description{color:#969199;font-size:12px}.session-recover-complete .button-clear{color:#969199;font-size:12px;font-weight:700;text-decoration:underline;padding-left:3px}.session-recover-complete .button,.session-recover-complete .button-outline{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:20px auto 10px;min-width:160px;font-size:12px}@media only screen and (max-width:479px){.soccer-month .team-match{background-color:#fafafa;margin-bottom:15px;padding:0;height:auto;border-bottom:none}.soccer-month .team-match .team-match-list-actions{background-color:#fafafa;margin-left:0;width:100%;padding:5px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.soccer-month .team-match .team-match-list-actions [data-tooltip]:after{left:260%}.soccer-month .team-match .team-match-list-actions .team-match-broadcaster{margin-left:40px;font-weight:500}.soccer-month .team-match .team-match-list-actions .team-match-broadcaster:before{display:block;content:"";background-color:rgba(0,0,0,.1);width:1px;height:20px;position:absolute;margin-top:5px;margin-left:-20px}.soccer-month .team-match .team-match-list-info{width:100%}.soccer-month .team-match .team-match-list-info .team-match-list-competition{padding:15px 10px;text-align:center}.soccer-month .team-match .team-match-list-info .team-match-list-competition p:first-child{font-size:12px}.soccer-month .team-match .team-match-list-info .team-match-list-competition p:last-child{font-size:10px}.soccer-month .team-match .team-match-list-info .team-match-list-vs{top:0;position:relative;margin-left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto}.soccer-month .team-match .team-match-list-info .away,.soccer-month .team-match .team-match-list-info .home{padding:10px 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.soccer-month .team-match .team-match-list-info .away p,.soccer-month .team-match .team-match-list-info .home p{font-size:10px;line-height:16px}.soccer-month .team-match .team-match-list-info .symbol{padding:0;font-size:34px}.soccer-month .team-match .team-match-list-date{width:100%;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;border-bottom:1px solid rgba(0,0,0,.1)}.soccer-month .team-match .team-match-list-date .day{font-size:14px;display:inherit;width:auto;margin-left:5px}.soccer-month .team-match .team-match-list-date .month{width:auto;font-size:14px}}.team-match{width:100%;border-bottom:1px solid #e5f6fd;height:100px;float:left;opacity:0}.team-match,.team-match.animate{-webkit-transition:opacity .6s ease-in-out;-o-transition:opacity .6s ease-in-out;transition:opacity .6s ease-in-out}.team-match.animate{opacity:1}@media only screen and (max-width:959px){.team-match{height:140px}}@media only screen and (max-width:599px){.team-match{padding-top:80px;-webkit-box-sizing:content-box;box-sizing:content-box}}.team-match .team-match-list-date{width:44px;padding:21px 0;text-align:center;float:left}.team-match .team-match-list-date .month{display:inline-block;width:100%;font-size:12px;color:#2c272f;text-transform:uppercase;font-weight:500}.team-match .team-match-list-date .day{display:inline-block;width:100%;color:#00a6f0;font-size:34px;font-family:Fira Sans Condensed,sans-serif;font-weight:700}.match-info-popup{position:absolute;background:#fff;width:100%;min-height:320px;top:50%;z-index:100;max-width:460px;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);outline:0;max-height:calc(100vh - 100px);overflow-y:scroll}@media only screen and (max-width:767px){.match-info-popup{max-width:calc(100% - 20px)}}.match-info-popup>div:first-child{padding:0 20px}@media only screen and (max-width:767px){.match-info-popup>div:first-child{padding:0 10px}}.match-info-popup .match-info-header{border-bottom:2px solid rgba(44,39,47,.05);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:60px;position:-webkit-sticky;position:sticky;background-color:#fff}@media only screen and (max-width:767px){.match-info-popup .match-info-header{height:50px}}.match-info-popup .match-info-header h2{font-size:24px;margin:0}@media only screen and (max-width:767px){.match-info-popup .match-info-header h2{font-size:18px}}.match-info-popup .match-info-body p{font-size:16px;line-height:24px}@media only screen and (max-width:767px){.match-info-popup .match-info-body p{font-size:14px;line-height:20px}}.team-match-list-info{width:calc(100% - 44px);float:left;position:relative}.team-match-list-info .team-match-list-vs{width:45%;height:100px;float:left}@media only screen and (max-width:959px){.team-match-list-info .team-match-list-vs{width:55%}}@media only screen and (max-width:599px){.team-match-list-info .team-match-list-vs{position:absolute;top:-75px;left:0;width:calc(100% + 44px);margin-left:-44px}}.team-match-list-info .team-match-list-vs .symbol{width:60px;font-size:34px;color:#00a6f0;font-weight:700;font-style:italic;font-family:Fira Sans Condensed,sans-serif;padding:30px 0;float:left;text-align:center}.team-match-list-info .team-match-list-vs .home{width:calc(50% - 30px);float:left;text-align:right;padding:28px 0}@media only screen and (max-width:767px){.team-match-list-info .team-match-list-vs .home{padding:16px}.team-match-list-info .team-match-list-vs .home>div{text-align:center;float:right}}@media only screen and (max-width:599px){.team-match-list-info .team-match-list-vs .home{padding:28px 0}.team-match-list-info .team-match-list-vs .home>div{width:100%;text-align:right}}@media only screen and (max-width:479px){.team-match-list-info .team-match-list-vs .home{padding:16px}.team-match-list-info .team-match-list-vs .home>div{text-align:center;float:right;width:auto}}.team-match-list-info .team-match-list-vs .home p{width:calc(100% - 50px);float:right;font-size:14px;font-weight:700}@media only screen and (max-width:767px){.team-match-list-info .team-match-list-vs .home p{width:auto;clear:both;float:none;margin:0}}@media only screen and (max-width:599px){.team-match-list-info .team-match-list-vs .home p{float:right;width:calc(100% - 50px);clear:none;padding:13px 0}}@media only screen and (max-width:479px){.team-match-list-info .team-match-list-vs .home p{width:auto;clear:both;float:none;margin:0;padding:0}}.team-match-list-info .team-match-list-vs .home img{width:40px;float:right;margin:0 0 0 10px}@media only screen and (max-width:767px){.team-match-list-info .team-match-list-vs .home img{margin:0;float:none}}@media only screen and (max-width:599px){.team-match-list-info .team-match-list-vs .home img{float:right;margin:0 0 0 10px}}@media only screen and (max-width:479px){.team-match-list-info .team-match-list-vs .home img{margin:0;float:none}}.team-match-list-info .team-match-list-vs .away{width:calc(50% - 30px);float:left;text-align:left;padding:28px 0}@media only screen and (max-width:767px){.team-match-list-info .team-match-list-vs .away{padding:16px}.team-match-list-info .team-match-list-vs .away>div{text-align:center;float:left}}@media only screen and (max-width:599px){.team-match-list-info .team-match-list-vs .away{padding:28px 0}.team-match-list-info .team-match-list-vs .away>div{width:100%;text-align:left}}@media only screen and (max-width:479px){.team-match-list-info .team-match-list-vs .away{padding:16px}.team-match-list-info .team-match-list-vs .away>div{text-align:center;float:left;width:auto}}.team-match-list-info .team-match-list-vs .away p{width:calc(100% - 50px);float:left;font-size:14px;font-weight:700}@media only screen and (max-width:767px){.team-match-list-info .team-match-list-vs .away p{width:auto;clear:both;float:none;margin:0}}@media only screen and (max-width:599px){.team-match-list-info .team-match-list-vs .away p{float:left;clear:none;width:calc(100% - 50px);padding:13px 0}}@media only screen and (max-width:479px){.team-match-list-info .team-match-list-vs .away p{width:auto;clear:both;float:none;margin:0;padding:0}}.team-match-list-info .team-match-list-vs .away img{width:40px;float:left;margin:0 10px 0 0}@media only screen and (max-width:767px){.team-match-list-info .team-match-list-vs .away img{margin:0;float:none}}@media only screen and (max-width:599px){.team-match-list-info .team-match-list-vs .away img{float:left;margin:0 10px 0 0}}@media only screen and (max-width:479px){.team-match-list-info .team-match-list-vs .away img{margin:0;float:none}}.team-match-list-info .team-match-list-competition{width:25%;float:left;padding:30px 10px}@media only screen and (max-width:959px){.team-match-list-info .team-match-list-competition{width:45%}}@media only screen and (max-width:599px){.team-match-list-info .team-match-list-competition{width:100%;padding-left:15px}}.team-match-list-info .team-match-list-competition p{margin:0;line-height:14px}.team-match-list-info .team-match-list-competition p:first-child{font-weight:700;font-size:14px;margin-bottom:8px}.team-match-list-info .team-match-list-competition p:last-child{font-size:12px;font-weight:400}.team-match-list-info .team-match-list-competition p:last-child b{font-weight:700}.team-match-list-info .team-match-list-actions{width:30%;float:left;padding:35px 0}.team-match-list-info .team-match-list-actions .placard-btn{margin-left:10px;float:right;padding:6px 0}@media only screen and (max-width:959px){.team-match-list-info .team-match-list-actions{width:calc(100% + 44px);padding:0;margin-top:-5px;margin-left:-44px}}.team-match-list-info .team-match-list-actions .team-match-broadcaster{color:#00a6f0;font-weight:400;font-size:12px;float:right;margin:0;line-height:30px}@media only screen and (max-width:959px){.team-match-list-info .team-match-list-actions .team-match-broadcaster{float:left}}.team-match-list-info .team-match-list-actions .team-match-broadcaster .icon-tv{margin-right:5px}.team-match-list-info .team-match-list-actions .team-match-tickets{border:0;height:30px;text-transform:uppercase;font-size:10px;font-weight:700;color:#fff;background-color:#00a6f0;padding:0 10px;line-height:30px;float:right;cursor:pointer;margin-left:10px;text-decoration:none}.team-match-list-info .team-match-list-actions .team-match-tickets:hover{background-color:#0083bd}.team-match-list-info .team-match-list-actions .team-match-info{background-color:transparent;border-color:transparent;color:transparent;font-family:Fira Sans,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;float:right;font-size:22px;margin-left:10px;cursor:pointer;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.team-match-list-info .team-match-list-actions .team-match-info .icon{margin-left:10px}.team-match-list-info .team-match-list-actions .team-match-info.right .icon{margin-left:0;margin-right:10px}.team-match-list-info .team-match-list-actions .team-match-info:focus,.team-match-list-info .team-match-list-actions .team-match-info:hover{background-color:transparent;border-color:transparent;color:transparent;outline:0}.team-match-list-info .team-match-list-actions .team-match-info.disabled,.team-match-list-info .team-match-list-actions .team-match-info[disabled]{cursor:not-allowed;opacity:.5}.team-match-list-info .team-match-list-actions .team-match-info.disabled:focus,.team-match-list-info .team-match-list-actions .team-match-info.disabled:hover,.team-match-list-info .team-match-list-actions .team-match-info[disabled]:focus,.team-match-list-info .team-match-list-actions .team-match-info[disabled]:hover{color:transparent}.team-match-list-info .team-match-list-actions .team-match-info .icon:hover path{fill:#0083bd}.team-match-list-info .team-match-list-actions .team-match-add-event{background-color:transparent;border-color:transparent;color:#00a6f0;font-family:Fira Sans,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;float:right;font-size:22px;margin-left:10px;cursor:pointer;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:32px}.team-match-list-info .team-match-list-actions .team-match-add-event .icon{margin-left:10px}.team-match-list-info .team-match-list-actions .team-match-add-event.right .icon{margin-left:0;margin-right:10px}.team-match-list-info .team-match-list-actions .team-match-add-event:focus,.team-match-list-info .team-match-list-actions .team-match-add-event:hover{background-color:transparent;border-color:transparent;color:#00a6f0;outline:0}.team-match-list-info .team-match-list-actions .team-match-add-event.disabled,.team-match-list-info .team-match-list-actions .team-match-add-event[disabled]{cursor:not-allowed;opacity:.5}.team-match-list-info .team-match-list-actions .team-match-add-event.disabled:focus,.team-match-list-info .team-match-list-actions .team-match-add-event.disabled:hover,.team-match-list-info .team-match-list-actions .team-match-add-event[disabled]:focus,.team-match-list-info .team-match-list-actions .team-match-add-event[disabled]:hover{color:#00a6f0}.team-match-list-info .team-match-list-actions .team-match-add-event span{margin-top:2px;float:left}@media only screen and (max-width:479px){.team-match-list-info .team-match-list-actions .team-match-add-event{margin-left:0!important}.team-match-list-info .team-match-list-actions .team-match-add-event .icon-add-calendar{margin:0!important}}.team-match-list-buttons .placard-btn{padding:0;height:30px;width:62px}.team-match-list-buttons .placard-btn img{width:50px}@media only screen and (max-width:479px){.team-match-list-buttons{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.team-match-button{padding:5px 10px!important;-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.broadcaster-layout-change{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;margin-left:20px!important}.broadcaster-layout-change:before{margin-left:-10px!important}.flex-items{display:-webkit-box;display:-ms-flexbox;display:flex}}.sidebar{background-color:#2c272f;width:100px;min-height:100%;display:inline-block;position:fixed;z-index:11;padding-top:40px;overflow-y:scroll;overflow-x:hidden;max-height:calc(100vh - 40px);-webkit-transition:width .25s cubic-bezier(.445,.05,.55,.95) .25s;-o-transition:width .25s cubic-bezier(.445,.05,.55,.95) .25s;transition:width .25s cubic-bezier(.445,.05,.55,.95) .25s}.sidebar::-webkit-scrollbar{width:0;background:transparent}.sidebar::-webkit-scrollbar-thumb{background:transparent}@media only screen and (max-width:2199px){.sidebar .childs-icon{opacity:0;-webkit-transition:opacity .15s cubic-bezier(.445,.05,.55,.95) .15s,-webkit-transform .35s cubic-bezier(.445,.05,.55,.95) .05s;transition:opacity .15s cubic-bezier(.445,.05,.55,.95) .15s,-webkit-transform .35s cubic-bezier(.445,.05,.55,.95) .05s;-o-transition:transform .35s cubic-bezier(.445,.05,.55,.95) .05s,opacity .15s cubic-bezier(.445,.05,.55,.95) .15s;transition:transform .35s cubic-bezier(.445,.05,.55,.95) .05s,opacity .15s cubic-bezier(.445,.05,.55,.95) .15s;transition:transform .35s cubic-bezier(.445,.05,.55,.95) .05s,opacity .15s cubic-bezier(.445,.05,.55,.95) .15s,-webkit-transform .35s cubic-bezier(.445,.05,.55,.95) .05s}}@media only screen and (max-width:959px){.sidebar{width:0;-webkit-transition:width .35s cubic-bezier(.445,.05,.55,.95) .25s;-o-transition:width .35s cubic-bezier(.445,.05,.55,.95) .25s;transition:width .35s cubic-bezier(.445,.05,.55,.95) .25s}}@media only screen and (max-height:730px){.sidebar.overflow-hidden{overflow-y:hidden;overflow-x:hidden;height:calc(100vh - 50px)}}@media only screen and (max-width:959px){.sidebar{background-image:url("https://files.app.fcporto.pt/website/static/images/menu_background.png");background-repeat:no-repeat;background-size:300px auto;max-height:calc(100vh - 50px);padding-top:50px;opacity:0;-webkit-transition:opacity .15s cubic-bezier(.445,.05,.55,.95) .45s;-o-transition:opacity .15s cubic-bezier(.445,.05,.55,.95) .45s;transition:opacity .15s cubic-bezier(.445,.05,.55,.95) .45s;scroll-behavior:smooth}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.sidebar{background-image:url("https://files.app.fcporto.pt/website/static/images/menu_background.png");background-repeat:no-repeat;background-size:300px auto;max-height:calc(100vh - 50px);padding-top:50px;opacity:0;-webkit-transition:opacity .15s cubic-bezier(.445,.05,.55,.95) .45s;-o-transition:opacity .15s cubic-bezier(.445,.05,.55,.95) .45s;transition:opacity .15s cubic-bezier(.445,.05,.55,.95) .45s}}@media only screen and (min-width:2200px){.sidebar{margin-left:-300px;width:300px}}.sidebar .menu-transform-items{width:600px;display:inline-block;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:-webkit-transform .4s linear;transition:-webkit-transform .4s linear;-o-transition:transform .4s linear;transition:transform .4s linear;transition:transform .4s linear,-webkit-transform .4s linear}.sidebar .menu-transform-items .menu-items{opacity:1;-webkit-transition:opacity .25s linear .15s;-o-transition:opacity .25s linear .15s;transition:opacity .25s linear .15s}.sidebar .menu-transform-items .menu-items.submenu-items{opacity:0;-webkit-transition:opacity .5s linear;-o-transition:opacity .5s linear;transition:opacity .5s linear}.sidebar .nav-icon{width:23px;height:23px;position:relative;margin:9px auto 0;cursor:pointer}.sidebar .nav-icon span{display:block;position:absolute;height:1px;width:100%;background:#606060;opacity:1;left:0;-webkit-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}.sidebar .nav-icon span:before{width:0;background-color:#00a6f0;height:1px;content:"";display:block;left:0;position:relative}.sidebar .menu-overlay{display:none;opacity:0;visibility:hidden}.sidebar .logo-wrapper{width:100px}@media only screen and (max-width:959px){.sidebar .logo-wrapper{visibility:hidden;opacity:0;display:none}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.sidebar .logo-wrapper{visibility:hidden;opacity:0;display:none}}.sidebar .logo-link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none}.sidebar .logo-link .logo-svg{margin-bottom:9px}.sidebar .logo-link .animated-logo,.sidebar .logo-link img{width:70px}.sidebar .logo-link .logo-letters-svg-bottom{width:60px;margin-top:7px}.sidebar .search-button{display:inline-block;width:300px;cursor:pointer;margin-top:30px}@media only screen and (max-width:959px){.sidebar .search-button{margin-top:20px}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.sidebar .search-button{margin-top:20px}}.sidebar .search-button .menu-search{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:20px;padding-top:8px;-webkit-transition:color .45s ease;-o-transition:color .45s ease;transition:color .45s ease;width:100px}@media only screen and (max-width:959px){.sidebar .search-button .menu-search{padding-bottom:20px;padding-top:7px;width:100px}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.sidebar .search-button .menu-search{padding-bottom:20px;padding-top:7px;width:100px}}.sidebar .search-button:hover .icon path{-webkit-transition:color .45s ease;-o-transition:color .45s ease;transition:color .45s ease;fill:#00a6f0}.sidebar .search-button:hover p:before{width:100%;background-color:#00a6f0;-webkit-transition:width .25s ease-out,background-color .25s ease-out;-o-transition:width .25s ease-out,background-color .25s ease-out;transition:width .25s ease-out,background-color .25s ease-out}@media only screen and (max-width:959px){.sidebar .search-button:hover p:before{width:16px;background-color:#606060}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.sidebar .search-button:hover p:before{width:16px;background-color:#606060}}.sidebar .search-button .icon{float:left;position:relative;text-decoration:none;z-index:1}.sidebar .search-button .text{float:left}.sidebar .search-button p{color:#fff;float:left;font-size:14px;font-weight:400;line-height:32px;margin:0;position:relative;text-transform:uppercase;-webkit-transition:opacity .25s cubic-bezier(.445,.05,.55,.95) .25s,-webkit-transform .35s cubic-bezier(.445,.05,.55,.95) .25s;transition:opacity .25s cubic-bezier(.445,.05,.55,.95) .25s,-webkit-transform .35s cubic-bezier(.445,.05,.55,.95) .25s;-o-transition:opacity .25s cubic-bezier(.445,.05,.55,.95) .25s,transform .35s cubic-bezier(.445,.05,.55,.95) .25s;transition:opacity .25s cubic-bezier(.445,.05,.55,.95) .25s,transform .35s cubic-bezier(.445,.05,.55,.95) .25s;transition:opacity .25s cubic-bezier(.445,.05,.55,.95) .25s,transform .35s cubic-bezier(.445,.05,.55,.95) .25s,-webkit-transform .35s cubic-bezier(.445,.05,.55,.95) .25s}@media only screen and (max-width:2199px){.sidebar .search-button p{-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0);opacity:0}}.sidebar .search-button p:before{background-color:#606060;bottom:3px;content:"";display:block;height:2px;position:absolute;-webkit-transition:width .25s ease-out,background-color .25s ease-out;-o-transition:width .25s ease-out,background-color .25s ease-out;transition:width .25s ease-out,background-color .25s ease-out;width:16px}.sidebar .menu-items{padding-left:0;list-style:none;float:left;margin:0;padding-bottom:10px;position:relative;width:300px}@media only screen and (max-width:959px){.sidebar .menu-items{padding-bottom:20px}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.sidebar .menu-items{padding-bottom:20px}}.sidebar .menu-items .menu-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left;width:100%}.sidebar .menu-items .menu-item .childs-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:30px}.sidebar .menu-items .menu-item.current .icon path{fill:#00a6f0}.sidebar .menu-items .menu-item.current .menu-text p:before{background-color:#00a6f0;-webkit-transition:width .25s ease-out,background-color .25s ease-out;-o-transition:width .25s ease-out,background-color .25s ease-out;transition:width .25s ease-out,background-color .25s ease-out;width:100%}.sidebar .menu-items .menu-item .menu-text{display:inline-block;line-height:32px;padding-bottom:6px;padding-top:6px;-webkit-transition:opacity .25s cubic-bezier(.445,.05,.55,.95) .25s,-webkit-transform .35s cubic-bezier(.445,.05,.55,.95) .25s;transition:opacity .25s cubic-bezier(.445,.05,.55,.95) .25s,-webkit-transform .35s cubic-bezier(.445,.05,.55,.95) .25s;-o-transition:opacity .25s cubic-bezier(.445,.05,.55,.95) .25s,transform .35s cubic-bezier(.445,.05,.55,.95) .25s;transition:opacity .25s cubic-bezier(.445,.05,.55,.95) .25s,transform .35s cubic-bezier(.445,.05,.55,.95) .25s;transition:opacity .25s cubic-bezier(.445,.05,.55,.95) .25s,transform .35s cubic-bezier(.445,.05,.55,.95) .25s,-webkit-transform .35s cubic-bezier(.445,.05,.55,.95) .25s;vertical-align:middle}@media only screen and (max-width:2199px){.sidebar .menu-items .menu-item .menu-text{-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0);opacity:0}}.sidebar .menu-items .menu-item .menu-text p{color:#fff;margin:0;position:relative;font-size:14px;font-weight:400;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sidebar .menu-items .menu-item .menu-text p:before{display:block;content:"";height:2px;position:absolute;bottom:3px;width:16px;background-color:#606060;-webkit-transition:width .25s ease-out,background-color .25s ease-out;-o-transition:width .25s ease-out,background-color .25s ease-out;transition:width .25s ease-out,background-color .25s ease-out}.sidebar .menu-items .menu-item .menu-icon{color:hsla(0,0%,100%,.5);display:inline-block;line-height:27px;position:relative;text-align:center;top:4px;vertical-align:middle;width:100px;z-index:1}@media only screen and (max-width:959px){.sidebar .menu-items .menu-item .menu-icon{width:100px}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.sidebar .menu-items .menu-item .menu-icon{width:100px}}.sidebar .menu-items .menu-item .menu-icon.menu-icon-empty{cursor:default;height:32px}.sidebar .menu-items .menu-item a{color:#fff;cursor:pointer;display:block;font-size:26px;padding-bottom:6px;padding-top:6px;text-decoration:none;-webkit-transition:color .45s ease .25s;-o-transition:color .45s ease .25s;transition:color .45s ease .25s}.sidebar .menu-items .menu-item.menu-items-leave{-webkit-transform:translateZ(0);transform:translateZ(0)}.sidebar .menu-items .menu-item.menu-items-leave.menu-items-leave-active{opacity:0;-webkit-transform:translate3d(180px,0,0);transform:translate3d(180px,0,0);-webkit-transition:opacity .5s linear,-webkit-transform .5s linear;transition:opacity .5s linear,-webkit-transform .5s linear;-o-transition:transform .5s linear,opacity .5s linear;transition:transform .5s linear,opacity .5s linear;transition:transform .5s linear,opacity .5s linear,-webkit-transform .5s linear}.sidebar .menu-items .menu-item.menu-items-enter{opacity:0;-webkit-transform:translate3d(-180px,0,0);transform:translate3d(-180px,0,0);position:absolute}.sidebar .menu-items .menu-item.menu-items-enter:first-child{top:0}.sidebar .menu-items .menu-item.menu-items-enter:nth-child(2){top:44px}.sidebar .menu-items .menu-item.menu-items-enter:nth-child(3){top:88px}.sidebar .menu-items .menu-item.menu-items-enter:nth-child(4){top:132px}.sidebar .menu-items .menu-item.menu-items-enter:nth-child(5){top:176px}.sidebar .menu-items .menu-item.menu-items-enter:nth-child(6){top:220px}.sidebar .menu-items .menu-item.menu-items-enter:nth-child(7){top:264px}.sidebar .menu-items .menu-item.menu-items-enter:nth-child(8){top:308px}.sidebar .menu-items .menu-item.menu-items-enter:nth-child(9){top:352px}.sidebar .menu-items .menu-item.menu-items-enter:nth-child(10){top:396px}.sidebar .menu-items .menu-item.menu-items-enter:nth-child(11){top:440px}.sidebar .menu-items .menu-item.menu-items-enter:nth-child(12){top:484px}.sidebar .menu-items .menu-item.menu-items-enter:nth-child(13){top:528px}.sidebar .menu-items .menu-item.menu-items-enter:nth-child(14){top:572px}.sidebar .menu-items .menu-item.menu-items-enter:nth-child(15){top:616px}.sidebar .menu-items .menu-item.menu-items-enter:nth-child(16){top:660px}.sidebar .menu-items .menu-item.menu-items-enter:nth-child(17){top:704px}.sidebar .menu-items .menu-item.menu-items-enter:nth-child(18){top:748px}.sidebar .menu-items .menu-item.menu-items-enter:nth-child(19){top:792px}.sidebar .menu-items .menu-item.menu-items-enter:nth-child(20){top:836px}.sidebar .menu-items .menu-item.menu-items-enter.menu-items-enter-active{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1;-webkit-transition:opacity .5s linear,-webkit-transform .5s linear;transition:opacity .5s linear,-webkit-transform .5s linear;-o-transition:transform .5s linear,opacity .5s linear;transition:transform .5s linear,opacity .5s linear;transition:transform .5s linear,opacity .5s linear,-webkit-transform .5s linear}.sidebar.level-00 .menu-item:hover{cursor:pointer}.sidebar.level-00 .menu-item:hover .icon path{-webkit-transition:color .45s ease;-o-transition:color .45s ease;transition:color .45s ease;fill:#00a6f0}@media only screen and (max-width:959px){.sidebar.level-00 .menu-item:hover .icon path{fill:hsla(0,0%,100%,.5)}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.sidebar.level-00 .menu-item:hover .icon path{fill:hsla(0,0%,100%,.5)}}.sidebar.level-00 .menu-item:hover .icon.icon-feedback-beta path{-webkit-transition:color .45s ease;-o-transition:color .45s ease;transition:color .45s ease;fill:#ee8e31}@media only screen and (max-width:959px){.sidebar.level-00 .menu-item:hover .icon.icon-feedback-beta path{fill:hsla(0,0%,100%,.5)}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.sidebar.level-00 .menu-item:hover .icon.icon-feedback-beta path{fill:hsla(0,0%,100%,.5)}}.sidebar.level-00 .menu-item:hover .menu-text p:before{width:100%;background-color:#00a6f0;-webkit-transition:width .25s ease-out,background-color .25s ease-out;-o-transition:width .25s ease-out,background-color .25s ease-out;transition:width .25s ease-out,background-color .25s ease-out}@media only screen and (max-width:959px){.sidebar.level-00 .menu-item:hover .menu-text p:before{width:16px;background-color:#606060}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.sidebar.level-00 .menu-item:hover .menu-text p:before{width:16px;background-color:#606060}}.sidebar.level-00 .menu-item:hover .menu-text.feedback p:before{width:100%;background-color:#ee8e31;-webkit-transition:width .25s ease-out,background-color .25s ease-out;-o-transition:width .25s ease-out,background-color .25s ease-out;transition:width .25s ease-out,background-color .25s ease-out}@media only screen and (max-width:959px){.sidebar.level-00 .menu-item:hover .menu-text.feedback p:before{width:16px;background-color:#606060}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.sidebar.level-00 .menu-item:hover .menu-text.feedback p:before{width:16px;background-color:#606060}}.sidebar.level-01 .menu-transform-items{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);-webkit-transition:-webkit-transform .4s linear;transition:-webkit-transform .4s linear;-o-transition:transform .4s linear;transition:transform .4s linear;transition:transform .4s linear,-webkit-transform .4s linear}.sidebar.level-01 .menu-transform-items .menu-items{opacity:0;-webkit-transition:opacity .25s linear;-o-transition:opacity .25s linear;transition:opacity .25s linear}.sidebar.level-01 .menu-transform-items .menu-items.submenu-items{opacity:1;-webkit-transition:opacity .25s linear .15s;-o-transition:opacity .25s linear .15s;transition:opacity .25s linear .15s}.sidebar.level-01 .icon-arrow-left:hover path{-webkit-transition:color .45s ease;-o-transition:color .45s ease;transition:color .45s ease;fill:#00a6f0}@media only screen and (max-width:959px){.sidebar.level-01 .icon-arrow-left:hover path{fill:hsla(0,0%,100%,.5)}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.sidebar.level-01 .icon-arrow-left:hover path{fill:hsla(0,0%,100%,.5)}}.sidebar.level-01 .menu-text:hover p:before{width:100%;background-color:#00a6f0;-webkit-transition:width .25s ease-out,background-color .25s ease-out;-o-transition:width .25s ease-out,background-color .25s ease-out;transition:width .25s ease-out,background-color .25s ease-out}@media only screen and (max-width:959px){.sidebar.level-01 .menu-text:hover p:before{width:16px;background-color:#606060}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.sidebar.level-01 .menu-text:hover p:before{width:16px;background-color:#606060}}.sidebar.hovered-menu{width:300px;-webkit-transition:width .25s cubic-bezier(.445,.05,.55,.95);-o-transition:width .25s cubic-bezier(.445,.05,.55,.95);transition:width .25s cubic-bezier(.445,.05,.55,.95)}@media only screen and (max-width:959px){.sidebar.hovered-menu{opacity:1;width:300px;-webkit-transition:opacity .25s cubic-bezier(.445,.05,.55,.95),width .25s cubic-bezier(.445,.05,.55,.95);-o-transition:opacity .25s cubic-bezier(.445,.05,.55,.95),width .25s cubic-bezier(.445,.05,.55,.95);transition:opacity .25s cubic-bezier(.445,.05,.55,.95),width .25s cubic-bezier(.445,.05,.55,.95)}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.sidebar.hovered-menu{opacity:1;-webkit-transition:opacity .25s cubic-bezier(.445,.05,.55,.95);-o-transition:opacity .25s cubic-bezier(.445,.05,.55,.95);transition:opacity .25s cubic-bezier(.445,.05,.55,.95)}}.sidebar.hovered-menu .search-button .text p{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .15s cubic-bezier(.445,.05,.55,.95) .45s,-webkit-transform .35s cubic-bezier(.445,.05,.55,.95) .25s;transition:opacity .15s cubic-bezier(.445,.05,.55,.95) .45s,-webkit-transform .35s cubic-bezier(.445,.05,.55,.95) .25s;-o-transition:transform .35s cubic-bezier(.445,.05,.55,.95) .25s,opacity .15s cubic-bezier(.445,.05,.55,.95) .45s;transition:transform .35s cubic-bezier(.445,.05,.55,.95) .25s,opacity .15s cubic-bezier(.445,.05,.55,.95) .45s;transition:transform .35s cubic-bezier(.445,.05,.55,.95) .25s,opacity .15s cubic-bezier(.445,.05,.55,.95) .45s,-webkit-transform .35s cubic-bezier(.445,.05,.55,.95) .25s}.sidebar.hovered-menu .childs-icon{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .15s cubic-bezier(.445,.05,.55,.95) .75s,-webkit-transform .35s cubic-bezier(.445,.05,.55,.95) .05s;transition:opacity .15s cubic-bezier(.445,.05,.55,.95) .75s,-webkit-transform .35s cubic-bezier(.445,.05,.55,.95) .05s;-o-transition:transform .35s cubic-bezier(.445,.05,.55,.95) .05s,opacity .15s cubic-bezier(.445,.05,.55,.95) .75s;transition:transform .35s cubic-bezier(.445,.05,.55,.95) .05s,opacity .15s cubic-bezier(.445,.05,.55,.95) .75s;transition:transform .35s cubic-bezier(.445,.05,.55,.95) .05s,opacity .15s cubic-bezier(.445,.05,.55,.95) .75s,-webkit-transform .35s cubic-bezier(.445,.05,.55,.95) .05s}.sidebar.hovered-menu .menu-items .menu-item .menu-text{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .15s cubic-bezier(.445,.05,.55,.95) .45s,-webkit-transform .35s cubic-bezier(.445,.05,.55,.95) .25s;transition:opacity .15s cubic-bezier(.445,.05,.55,.95) .45s,-webkit-transform .35s cubic-bezier(.445,.05,.55,.95) .25s;-o-transition:transform .35s cubic-bezier(.445,.05,.55,.95) .25s,opacity .15s cubic-bezier(.445,.05,.55,.95) .45s;transition:transform .35s cubic-bezier(.445,.05,.55,.95) .25s,opacity .15s cubic-bezier(.445,.05,.55,.95) .45s;transition:transform .35s cubic-bezier(.445,.05,.55,.95) .25s,opacity .15s cubic-bezier(.445,.05,.55,.95) .45s,-webkit-transform .35s cubic-bezier(.445,.05,.55,.95) .25s}.sidebar.open-menu{width:300px;-webkit-transition:width .25s cubic-bezier(.445,.05,.55,.95);-o-transition:width .25s cubic-bezier(.445,.05,.55,.95);transition:width .25s cubic-bezier(.445,.05,.55,.95)}@media only screen and (max-width:959px){.sidebar.open-menu{opacity:1;width:300px;-webkit-transition:opacity .25s cubic-bezier(.445,.05,.55,.95),width .25s cubic-bezier(.445,.05,.55,.95);-o-transition:opacity .25s cubic-bezier(.445,.05,.55,.95),width .25s cubic-bezier(.445,.05,.55,.95);transition:opacity .25s cubic-bezier(.445,.05,.55,.95),width .25s cubic-bezier(.445,.05,.55,.95)}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.sidebar.open-menu{opacity:1;-webkit-transition:opacity .25s cubic-bezier(.445,.05,.55,.95);-o-transition:opacity .25s cubic-bezier(.445,.05,.55,.95);transition:opacity .25s cubic-bezier(.445,.05,.55,.95)}}.sidebar.open-menu .childs-icon,.sidebar.open-menu .menu-items .menu-item .menu-text,.sidebar.open-menu .search-button .text p{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .15s cubic-bezier(.445,.05,.55,.95) .25s,-webkit-transform .35s cubic-bezier(.445,.05,.55,.95) .05s;transition:opacity .15s cubic-bezier(.445,.05,.55,.95) .25s,-webkit-transform .35s cubic-bezier(.445,.05,.55,.95) .05s;-o-transition:transform .35s cubic-bezier(.445,.05,.55,.95) .05s,opacity .15s cubic-bezier(.445,.05,.55,.95) .25s;transition:transform .35s cubic-bezier(.445,.05,.55,.95) .05s,opacity .15s cubic-bezier(.445,.05,.55,.95) .25s;transition:transform .35s cubic-bezier(.445,.05,.55,.95) .05s,opacity .15s cubic-bezier(.445,.05,.55,.95) .25s,-webkit-transform .35s cubic-bezier(.445,.05,.55,.95) .05s}.sidebar .menu-language{display:none;height:44px;padding-left:100px;width:300px}@media only screen and (max-width:959px){.sidebar .menu-language{display:block}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.sidebar .menu-language{display:block}}.sidebar .menu-language button{background-color:transparent;border:0;-webkit-box-sizing:content-box;box-sizing:content-box;color:#fff;cursor:pointer;font-family:Fira Sans,sans-serif;font-size:12px;font-weight:400;height:40px;letter-spacing:1pt;line-height:37px;margin-right:10px;outline:none;text-transform:uppercase;width:20px}.sidebar .menu-language button:first-child{padding-left:0}.sidebar .menu-language button.current{font-weight:700}.menu-overlay{background-color:#2c272f;width:0;height:100vh;position:fixed;right:0;top:0;z-index:2;opacity:0;-webkit-transition:opacity .35s cubic-bezier(.445,.05,.55,.95) .05s,width 0s cubic-bezier(.445,.05,.55,.95) .4s;-o-transition:opacity .35s cubic-bezier(.445,.05,.55,.95) .05s,width 0s cubic-bezier(.445,.05,.55,.95) .4s;transition:opacity .35s cubic-bezier(.445,.05,.55,.95) .05s,width 0s cubic-bezier(.445,.05,.55,.95) .4s}.menu-overlay.active{width:100%;opacity:.6;-webkit-transition:opacity .35s cubic-bezier(.445,.05,.55,.95) .05s;-o-transition:opacity .35s cubic-bezier(.445,.05,.55,.95) .05s;transition:opacity .35s cubic-bezier(.445,.05,.55,.95) .05s}@media only screen and (min-width:2200px){.menu-overlay{display:none}}.modal-backdrop{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.6);bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:1040}.modal-pano180,.modal-subscribe-calendar{background-color:#fff;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4);max-height:95%;outline:0;overflow-y:scroll;padding-bottom:20px;padding-left:20px;padding-right:20px;width:95%}@media only screen and (min-width:768px){.modal-pano180,.modal-subscribe-calendar{width:540px}}.modal-pano180 .modal-subscribe-calendar-sticky,.modal-subscribe-calendar .modal-subscribe-calendar-sticky{position:-webkit-sticky;position:sticky}.modal-pano180 .modal-header,.modal-subscribe-calendar .modal-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border-bottom:2px solid rgba(120,144,156,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:static}.modal-pano180 .modal-header svg path,.modal-subscribe-calendar .modal-header svg path{fill:#000}.modal-pano180 .modal-content,.modal-subscribe-calendar .modal-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal-pano180 p,.modal-subscribe-calendar p{margin-top:26px;margin-bottom:26px}.modal-pano180 .modal-qrcode-title,.modal-subscribe-calendar .modal-qrcode-title{color:#969199;font-size:14px;font-weight:500;margin-bottom:5px}.modal-pano180 .modal-qrcode-link,.modal-subscribe-calendar .modal-qrcode-link{color:#2c272f;font-size:14px;font-weight:900;text-decoration:none;margin-bottom:20px}.modal-pano180 .modal-qrcode-wrapper,.modal-subscribe-calendar .modal-qrcode-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #cfd8dc;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:40px;width:100%}.modal-pano180 .button-modal-back,.modal-subscribe-calendar .button-modal-back{background-color:transparent;border-color:transparent;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.modal-pano180 .button,.modal-subscribe-calendar .button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.modal-pano180{overflow:hidden;padding:0}.modal-pano180 .modal-header{text-transform:uppercase;top:10px;right:10px;background:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(44,39,47,.8);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;width:40px;z-index:9}.modal-pano180 .modal-header svg path{fill:#fff}.modal-pano180 .wrapper-pano180-image{margin-top:20px}.modal-pano180 .container-pnlm{height:273px}@media only screen and (max-width:479px){.modal-pano180 .container-pnlm{height:178px}}.modal-pano180 .modal-subscribe-calendar-wrapper .modal-subscribe-calendar-sticky{z-index:9!important}.modal-pano180 .modal-subscribe-calendar-wrapper .modal-content .citizen-card-photo-wrapper.wrapper-pano180-image{margin:0}.multimedia{background-color:#191919;float:left;width:100%}.multimedia .error-view .error-container h2{color:#fff}.multimedia .load-more-container{margin:20px 0 40px}.multimedia .multimedia-content{padding:0 20px 20px}@media only screen and (max-width:479px){.multimedia .multimedia-content{padding:0 10px 20px}}.multimedia .multimedia-content .advertise{width:260px}@media only screen and (max-width:959px){.multimedia .multimedia-content .advertise{width:100%}}.multimedia .multimedia-item{margin:0 2px 2px 0}.multimedia .multimedia-item.xlg-12{width:calc(100% - 2px)}.multimedia .multimedia-item.xlg-6{width:calc(50% - 2px)}@media only screen and (max-width:767px){.multimedia .multimedia-item.xs-12{width:calc(100% - 2px)}}.multimedia .advertise-aware{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:30;-ms-flex-positive:30;flex-grow:30;-ms-flex-item-align:start;align-self:flex-start;position:relative;min-height:1px}.multimedia-item.xlg-12 h2{font-size:22px}.multimedia-item.xlg-6 h2{font-size:18px}@media only screen and (max-width:767px){.multimedia-item.xs-12 h2{font-size:22px}}.multimedia-item>div{height:0;padding-top:60%;position:relative;overflow:hidden;cursor:pointer}.multimedia-item>div:hover .media-cell-background{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-o-transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93)}.multimedia-item>div:hover .media-cell-overlay:before{opacity:1;-webkit-transition:background-color 2s cubic-bezier(.02,.38,.02,.93),opacity 2s cubic-bezier(.02,.38,.02,.93);-o-transition:background-color 2s cubic-bezier(.02,.38,.02,.93),opacity 2s cubic-bezier(.02,.38,.02,.93);transition:background-color 2s cubic-bezier(.02,.38,.02,.93),opacity 2s cubic-bezier(.02,.38,.02,.93)}.multimedia-item>div .media-cell-background{position:absolute;top:0;left:0;right:0;bottom:0;background-position:50%;background-size:cover;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:opacity 2s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);transition:opacity 2s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-o-transition:transform 2s cubic-bezier(.02,.38,.02,.93),opacity 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),opacity 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),opacity 2s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93)}@media only screen and (max-width:767px){.multimedia-item>div .media-cell-background{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.multimedia-item>div .media-cell-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background:-webkit-linear-gradient(80deg,rgba(0,0,0,.6),transparent 60%,transparent);background:-o-linear-gradient(80deg,rgba(0,0,0,.6) 0,transparent 60%,transparent 100%);background:linear-gradient(10deg,rgba(0,0,0,.6),transparent 60%,transparent);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px;cursor:pointer}@media only screen and (max-width:767px){.multimedia-item>div .media-cell-overlay{background:-webkit-linear-gradient(75deg,rgba(0,0,0,.7),transparent 100%,transparent 0);background:-o-linear-gradient(75deg,rgba(0,0,0,.7) 0,transparent 100%,transparent 100%);background:linear-gradient(15deg,rgba(0,0,0,.7),transparent 100%,transparent 0)}}.multimedia-item>div .media-cell-overlay:before{position:absolute;top:0;left:0;right:0;bottom:0;background:-webkit-linear-gradient(75deg,rgba(0,0,0,.7),transparent 80%,transparent);background:-o-linear-gradient(75deg,rgba(0,0,0,.7) 0,transparent 80%,transparent 100%);background:linear-gradient(15deg,rgba(0,0,0,.7),transparent 80%,transparent);z-index:-1;content:"";-webkit-transition:background-color 2s cubic-bezier(.02,.38,.02,.93),opacity 2s cubic-bezier(.02,.38,.02,.93);-o-transition:background-color 2s cubic-bezier(.02,.38,.02,.93),opacity 2s cubic-bezier(.02,.38,.02,.93);transition:background-color 2s cubic-bezier(.02,.38,.02,.93),opacity 2s cubic-bezier(.02,.38,.02,.93);opacity:0}.multimedia-item>div .media-cell-overlay h2{color:#fff;font-weight:700;margin:20px 0 0;opacity:1;-webkit-transition:opacity 1s cubic-bezier(.02,.38,.02,.93);-o-transition:opacity 1s cubic-bezier(.02,.38,.02,.93);transition:opacity 1s cubic-bezier(.02,.38,.02,.93)}@media only screen and (max-width:767px){.multimedia-item>div .media-cell-overlay h2{opacity:1}}.multimedia-item>div .media-cell-overlay .date{color:#00a6f0;font-size:12px;font-weight:700;position:relative;opacity:1;-webkit-transition:opacity 1s cubic-bezier(.02,.38,.02,.93);-o-transition:opacity 1s cubic-bezier(.02,.38,.02,.93);transition:opacity 1s cubic-bezier(.02,.38,.02,.93);text-transform:capitalize}@media only screen and (max-width:767px){.multimedia-item>div .media-cell-overlay .date{opacity:1}}.multimedia-item>div .media-cell-overlay .date:before{display:block;content:"";position:absolute;bottom:-8px;left:0;height:2px;background-color:#00a6f0;width:16px}.multimedia-item>div .media-cell-overlay .media-cell-icon{-webkit-box-flex:1;-ms-flex:1;flex:1}.museum-wrapper{background:#191919;min-height:calc(100vh - 40px);width:100%;color:#fff;display:inline-block}.museum-wrapper .museum-section-title{color:#00a6f0;font-size:18px;font-weight:900;margin:0;padding:20px 0 7px;text-transform:uppercase;letter-spacing:.75px;line-height:30px}.museum-wrapper .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.museum-wrapper .Select-menu-outer{left:auto}.museum-wrapper .is-focused:not(.is-open)>.Select-control{background:#191919}.museum-facts{position:relative}.museum-facts .museum-swap-leave{position:absolute;width:100%;opacity:1;top:0;left:0}.museum-facts .museum-swap-leave.museum-swap-leave-active{opacity:0;-webkit-transition:opacity .25s linear;-o-transition:opacity .25s linear;transition:opacity .25s linear}.museum-facts .museum-swap-enter{position:absolute;width:100%;top:0;left:0;opacity:0}.museum-facts .museum-swap-enter.museum-swap-enter-active{opacity:1;-webkit-transition:opacity .25s linear .25s;-o-transition:opacity .25s linear .25s;transition:opacity .25s linear .25s}.museum-table-wrapper{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.museum-table-wrapper h5{color:#969199;font-size:12px;font-weight:500;margin:0 0 20px;display:inline-block;padding-left:10px}.museum-table-wrapper table{border-collapse:collapse;border-spacing:0;margin:0 0 20px;padding:0;width:100%}.museum-table-wrapper table thead{background:#2c272f;color:#00a6f0;font-family:Fira Sans Condensed,sans-serif;font-size:14px;font-weight:700;text-align:left;text-transform:uppercase}@media only screen and (max-width:767px){.museum-table-wrapper table thead{font-size:12px}}@media only screen and (max-width:479px){.museum-table-wrapper table thead{font-size:10px}}.museum-table-wrapper table tr{border-bottom:1px solid #2c272f;display:table-row;height:40px;margin-bottom:0;padding:5px}.museum-table-wrapper table tr:last-child{border-bottom:0}.museum-table-wrapper table td,.museum-table-wrapper table th{padding:10px;text-align:left}.museum-table-wrapper table td{display:table-cell;font-size:14px;font-weight:800}.museum-table-wrapper table td ul{padding-left:20px;margin-top:5px;margin-bottom:5px}@media only screen and (max-width:767px){.museum-table-wrapper table td{font-size:12px;width:35%}}@media only screen and (max-width:479px){.museum-table-wrapper table td{font-size:10px;width:35%}}.museum-table-wrapper table td:first-child{font-weight:400;width:40%;line-height:20px}@media only screen and (max-width:479px){.museum-table-wrapper table td:first-child{width:30%}}.museum-table-wrapper table.disclaimer-table{margin-bottom:0}.museum-about-wrapper{padding:20px}@media only screen and (max-width:479px){.museum-about-wrapper{padding:10px}}.museum-about-wrapper .text-container{color:#fff;font-size:18px;line-height:150%;margin-top:20px}@media only screen and (min-width:768px){.museum-about-wrapper .text-container{padding-left:20px;padding-right:20px}}@media only screen and (min-width:1200px){.museum-about-wrapper .text-container{padding-left:20px;padding-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex}}.museum-about-wrapper .intro-text{font-size:24px;font-weight:700;line-height:150%}@media only screen and (min-width:1200px){.museum-about-wrapper .intro-text{margin-right:30px}}.museum-about-wrapper .info-text{color:#fff;line-height:150%;margin-bottom:0;padding:20px 0 0}.museum-about-wrapper .info-text li{display:inline-block;font-size:12px;list-style:none;margin-bottom:36px;padding-right:40px;text-transform:uppercase}.museum-about-wrapper .info-text li span{display:block;font-size:24px;font-weight:700}.museum-about-wrapper .museum-about-infos{margin-bottom:60px}.museum-about-wrapper .museum-about-infos .museum-about-main{margin-bottom:50px}.museum-about-wrapper .museum-about-infos .advertise{width:260px}@media only screen and (max-width:959px){.museum-about-wrapper .museum-about-infos .advertise{width:100%}}.museum-visits-accessibility-row{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.museum-visits-accessibility-row{margin-right:20px}}@media only screen and (min-width:960px){.museum-visits-accessibility-row{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.museum-visits-accessibility{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#969199;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;font-weight:500;line-height:20px}.museum-visits-accessibility li{margin-bottom:14px}.museum-visits-accessibility .icon{margin-bottom:50px}.museum-visits-contacts{padding-left:0;list-style:none;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0}@media only screen and (min-width:768px){.museum-visits-contacts{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.museum-visits-contacts li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:20px;margin-right:20px}.museum-visits-contacts li a{color:inherit;font-size:22px;font-weight:700;text-decoration:none}.museum-visits-contacts .contacts-title{font-size:12px;font-weight:500;margin-bottom:5px;text-transform:uppercase}.museum-visits-contacts-wrapper{background-color:#2c272f;padding:0 20px 10px}.museum-visits-contacts-wrapper .museum-section-title{font-size:20px;font-weight:900;margin:0 20px 18px 0;color:#fff}.museum-visits-contacts-wrapper .contacts-title{color:#00a6f0}.museum-visits-contacts-wrapper .contacts-email a,.museum-visits-contacts-wrapper .contacts-telephone a{font-size:14px}.museum-visits-contacts-wrapper div{padding-top:20px}.museum-visits-contacts-wrapper div h5.blue{font-size:12px;font-weight:500;margin-bottom:5px;text-transform:uppercase}.museum-visits-contacts-wrapper div h4{font-size:20px!important;font-weight:900;margin:0 20px 0 0;color:#fff!important}.museum-visits-contacts-wrapper div a{color:#fff;text-transform:lowercase!important;font-size:14px}.museum-visits-contacts-wrapper div:nth-child(2){max-height:95px;padding-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}.museum-visits-contacts-wrapper div:nth-child(2) h5{margin-top:0}.museum-directions-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media only screen and (max-width:767px){.museum-directions-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.museum-how-to-get-wrapper{-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;position:relative}@media only screen and (min-width:960px){.museum-how-to-get-wrapper{-webkit-box-flex:0;-ms-flex:0 0 70%;flex:0 0 70%}}.museum-how-to-get-wrapper>div{height:100%;left:0;padding-top:57px;position:absolute;top:0;width:100%}@media only screen and (max-width:767px){.museum-how-to-get-wrapper>div{position:relative;height:300px;padding-top:0}}.museum-transports-wrapper{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%}@media only screen and (min-width:960px){.museum-transports-wrapper{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%}}.museum-transports{background:#00a6f0;color:#fff}.museum-transports h4{font-weight:900;font-size:20px;letter-spacing:1px;line-height:30px}.museum-transports p.paragraph-small{color:#2c272f;font-size:12px;font-weight:500;margin-bottom:6px}.museum-transports h5{margin-top:0;color:#fff}.museum-education-wrapper{padding:20px}@media only screen and (max-width:479px){.museum-education-wrapper{padding:10px}}.museum-education-wrapper .advertise{width:260px}@media only screen and (max-width:959px){.museum-education-wrapper .advertise{width:100%}}.museum-education-wrapper .reservation-wrapper{margin-bottom:60px}@media only screen and (max-width:959px){.museum-education-wrapper .reservation-wrapper{margin-bottom:20px}}.museum-education-main{margin-bottom:20px}.museum-education-main .text-container{background-color:#2c272f;color:#fff;font-size:18px;line-height:150%;padding:20px}@media only screen and (min-width:960px){.museum-education-main .text-container{display:-webkit-box;display:-ms-flexbox;display:flex}}.museum-education-main .text-container>div:first-child{width:33.3%}@media only screen and (max-width:959px){.museum-education-main .text-container>div:first-child{width:100%}}.museum-education-main .text-container>div:last-child{width:66.6%}.museum-education-main .text-container>div:last-child>div{width:100%}@media only screen and (max-width:959px){.museum-education-main .text-container>div:last-child{width:100%}}.museum-education-main .text-container>div .post-script{font-size:14px;letter-spacing:-.09px;line-height:25px;font-weight:400;color:#969199}.museum-education-main .text-container .extras{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.museum-education-main .text-container .extras>div{margin-bottom:20px;margin-right:20px}.museum-education-main .text-container .extras .extra-title{font-size:12px;text-transform:uppercase;font-weight:500}.museum-education-main .text-container .extras .extra-value{margin:0;font-weight:900;font-size:24px}@media only screen and (max-width:767px){.museum-education-main .text-container .extras .extra-value{word-break:break-word}}@media only screen and (max-width:479px){.museum-education-main .text-container .extras .extra-value{font-size:16px}}.museum-education-main .intro-text{font-size:24px;font-weight:700;line-height:35px}@media only screen and (min-width:960px){.museum-education-main .intro-text{margin-right:30px}}.museum-family{margin-bottom:20px}.museum-event-row{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.museum-event-cell,.museum-event-row{display:-webkit-box;display:-ms-flexbox;display:flex}.museum-event-cell{background:#fff;-webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,.05);box-shadow:0 3px 5px 0 rgba(0,0,0,.05);color:#2c272f;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;margin-top:10px;-webkit-transition:.2s ease;-o-transition:.2s ease;transition:.2s ease;width:100%}@media only screen and (min-width:768px){.museum-event-cell{margin-right:20px}}@media only screen and (min-width:960px){.museum-event-cell{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:20px}}.museum-event-cell .event-cell-image{width:100%;height:auto}.museum-event-cell .event-cell-content{padding:0 10px 20px}.museum-event-cell .event-cell-period{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:5px solid #000;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-weight:700;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0;padding-bottom:19px;padding-top:19px}.museum-event-cell .event-cell-time{font-size:12px;font-weight:900}.museum-event-cell .event-cell-title{font-size:24px;font-weight:700;line-height:30px;margin-bottom:18px;margin-top:8px}.museum-event-cell .event-cell-infos{color:#969199;font-size:12px;font-weight:500;margin-bottom:18px}.museum-event-cell .event-cell-infos .icon{margin-right:5px}.museum-event-cell .event-cell-price{margin-left:15px}.museum-event-cell .event-cell-tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.museum-event-cell .event-cell-tag{background-color:#fff;border:1px solid #00a6f0;color:#00a6f0;cursor:pointer;font-size:10px;margin-right:6px;padding:5px 4px 4px;text-decoration:none;text-transform:uppercase;margin-bottom:0}.museum-event-cell .event-cell-tag,.museum-event-cell .event-cell-tag:hover{-webkit-transition:background-color .15s ease,color .15s ease;-o-transition:background-color .15s ease,color .15s ease;transition:background-color .15s ease,color .15s ease}.museum-event-cell .event-cell-tag:hover{background-color:#00a6f0;color:#fff}.museum-event-cell .button-add-calendar{background-color:transparent;border-color:transparent;color:#969199;cursor:pointer;font-family:Fira Sans,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:0}.museum-event-cell .button-add-calendar .icon{margin-left:10px}.museum-event-cell .button-add-calendar.right .icon{margin-left:0;margin-right:10px}.museum-event-cell .button-add-calendar:focus,.museum-event-cell .button-add-calendar:hover{background-color:transparent;border-color:transparent;color:#969199;outline:0}.museum-event-cell .button-add-calendar.disabled,.museum-event-cell .button-add-calendar[disabled]{cursor:not-allowed;opacity:.5}.museum-event-cell .button-add-calendar.disabled:focus,.museum-event-cell .button-add-calendar.disabled:hover,.museum-event-cell .button-add-calendar[disabled]:focus,.museum-event-cell .button-add-calendar[disabled]:hover{color:#969199}.museum-education-detail-wrapper{max-width:72%;margin:0 auto}.museum-education-detail-wrapper header{display:-webkit-box;display:-ms-flexbox;display:flex;height:80px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.museum-education-detail-wrapper .museum-education-detail-body h1{font-size:52px}@media only screen and (max-width:479px){.museum-education-detail-wrapper .museum-education-detail-body h1{font-size:34px}}.museum-education-detail-wrapper .museum-education-detail-body .list-text-bold{margin:20px 0 40px;padding:0 0 0 50px;border-left:2px solid #2c272f;font-weight:700;letter-spacing:-.25px;line-height:30px;color:#2c272f;font-size:24px}@media only screen and (max-width:479px){.museum-education-detail-wrapper .museum-education-detail-body .list-text-bold{margin:10px 0 20px;padding:0 0 0 20px;font-size:18px;line-height:26px}}.museum-education-detail-wrapper .museum-education-detail-body .list-text-bold.margin-top{margin-top:40px;margin-bottom:0}.museum-education-detail-wrapper .museum-education-detail-body .list-text-light{margin:40px 0;padding:0 0 0 50px;border-left:2px solid #eaeaea;font-size:18px;line-height:30px;letter-spacing:-.25px;color:#2c272f}@media only screen and (max-width:479px){.museum-education-detail-wrapper .museum-education-detail-body .list-text-light{margin:10px 0 20px;padding:0 0 0 20px;font-size:14px;line-height:22px}}.museum-education-detail-wrapper .museum-education-detail-body .list-text-light ul{padding-left:20px}.museum-education-detail-wrapper .museum-education-detail-body .list-text-light h6{line-height:normal;font-weight:500!important}.museum-education-detail-wrapper .museum-education-detail-body .list-text-light h2,.museum-education-detail-wrapper .museum-education-detail-body .list-text-light h6{margin:0!important}.museum-education-detail-wrapper .museum-education-detail-body .list-text-light h2{font-size:24px;margin-bottom:20px!important;font-weight:900!important}.museum-education-detail-wrapper .museum-education-detail-body .list-text-light h2 b,.museum-education-detail-wrapper .museum-education-detail-body .list-text-light h2 strong{font-weight:900!important}.museum-education-detail-wrapper .museum-education-detail-body .extras{padding:0 0 0 50px}@media only screen and (max-width:479px){.museum-education-detail-wrapper .museum-education-detail-body .extras{padding:0}}.museum-education-detail-wrapper .museum-education-detail-body .extras>div{margin-bottom:20px;margin-right:20px}.museum-education-detail-wrapper .museum-education-detail-body .extras .extra-title{font-size:12px;text-transform:uppercase;font-weight:500}.museum-education-detail-wrapper .museum-education-detail-body .extras .extra-value{margin:0;font-weight:900;font-size:24px}.museum-education-detail-wrapper .museum-education-detail-body .extras .post-script{font-size:14px}.museum-education-detail-wrapper .museum-education-detail-body .museum-education-contacts{padding:0 0 0 50px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.museum-education-detail-wrapper .museum-education-detail-body .museum-education-contacts h3{color:#00a6f0;font-size:18px;font-weight:800;padding:0 0 18px;margin:0;background:#fff;text-transform:uppercase}@media only screen and (max-width:959px){.museum-education-detail-wrapper .museum-education-detail-body .museum-education-contacts .contacts-form{margin-bottom:0}}.museum-education-detail-wrapper .museum-education-detail-body .museum-education-contacts .reservation-download-form-wrapper{width:100%;background:#fafafa;padding:15px;border-top:1px solid #fff;font-size:14px}@media only screen and (max-width:479px){.museum-education-detail-wrapper .museum-education-detail-body .museum-education-contacts{padding:0}}.museum-education-detail-wrapper .museum-education-detail-body .social-content{padding:0 0 0 50px;margin-bottom:110px}@media only screen and (max-width:479px){.museum-education-detail-wrapper .museum-education-detail-body .social-content{padding:0;margin-bottom:20px}}@media only screen and (max-width:479px){.museum-education-detail-wrapper{max-width:100%;margin:initial;padding:0 10px}}.museum-events-wrapper,.museum-exhibitions-wrapper{padding:20px}@media only screen and (max-width:479px){.museum-exhibitions-wrapper{padding:10px}}.museum-exhibitions-wrapper .museum-exhibitions-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.museum-exhibitions-wrapper .museum-exhibitions-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.museum-exhibitions-wrapper .museum-exhibitions-item-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:20px}.museum-exhibitions-wrapper .museum-exhibitions-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#2c272f;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;height:300px;overflow:hidden;padding:20px 20px 0;position:relative}.museum-exhibitions-wrapper .museum-exhibitions-object{background-image:-webkit-radial-gradient(circle farthest-corner at 0 0,#2d00ce 0,#4e0000 100%);background-image:-o-radial-gradient(circle farthest-corner at 0 0,#2d00ce 0,#4e0000 100%);background-image:radial-gradient(circle farthest-corner at 0 0,#2d00ce 0,#4e0000 100%);color:#fff}.museum-exhibitions-wrapper .museum-exhibitions-object img{bottom:-250px;position:absolute;right:10px;z-index:1}.museum-exhibitions-wrapper .museum-exhibitions-event{background-image:url("https://files.app.fcporto.pt/website/static/images/museum/andebol.jpg");background-position:50%;background-repeat:no-repeat;background-size:cover}.museum-exhibitions-wrapper .exhibitions-content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:2}.museum-exhibitions-wrapper .museum-special{background:#fafafa;padding:30px 20px;color:#2c272f}.museum-exhibitions-wrapper .museum-special-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:960px){.museum-exhibitions-wrapper .museum-special-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.museum-exhibitions-wrapper .museum-special-row .museum-exhibitions-event{color:#fff;background-image:url("https://files.app.fcporto.pt/website/static/images/museum/museum10.jpg");height:285px}.museum-exhibitions-wrapper .museum-special-column{margin-top:30px;-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (min-width:960px){.museum-exhibitions-wrapper .museum-special-column+.museum-special-column{margin-left:20px}}.museum-exhibitions-wrapper .museum-special-badge{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:960px){.museum-exhibitions-wrapper .museum-special-badge{margin-right:20px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-ms-flex:0 0 22%;flex:0 0 22%}}.museum-exhibitions-wrapper .museum-special-image img{border-radius:50%;height:60px;width:60px}.museum-exhibitions-wrapper .museum-special-name{line-height:1;margin-left:10px}@media only screen and (min-width:960px){.museum-exhibitions-wrapper .museum-special-name{width:140px;margin-top:5px}}.museum-exhibitions-wrapper .museum-special-name h4{font-size:14px;font-weight:700;margin:0}.museum-exhibitions-wrapper .museum-special-name h5{font-size:10px;font-weight:700;margin:5px 0 0;text-transform:uppercase}.museum-exhibitions-wrapper .museum-special-text{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px;font-size:14px;font-weight:400;line-height:20px}.museum-exhibitions-wrapper .museum-special-text p{margin-top:0}.museum-exhibitions-wrapper .museum-plan-wrapper{margin-bottom:40px;margin-top:20px}.museum-exhibitions-wrapper .museum-plan-wrapper .museum-plan-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.museum-exhibitions-wrapper .museum-plan-wrapper .museum-plan-header .museum-plan-floor-picker{min-width:77px}.museum-exhibitions-wrapper .museum-plan-wrapper .museum-plan-header .Select.is-focused>.Select-control{background:transparent}.museum-exhibitions-wrapper .museum-plan-wrapper .museum-plan-header .Select.is-open>.Select-control .Select-arrow{border-width:5px;-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);top:-4px}.museum-exhibitions-wrapper .museum-plan-wrapper .museum-plan-header>div{position:relative}.museum-exhibitions-wrapper .museum-plan-wrapper .museum-plan-header .Select-menu-outer{right:0}.museum-exhibitions-wrapper .museum-plan-wrapper .museum-plan-header .has-value.Select--single>.Select-control .Select-value .Select-value-label{color:#fff;line-height:30px;height:30px;display:block}.museum-exhibitions-wrapper .museum-plan-wrapper .museum-plan-header .Select-control{height:30px;padding-top:20px;padding-bottom:7px}.museum-exhibitions-wrapper .museum-plan-wrapper .museum-plan-header .Select-control .Select-arrow{border-color:#fff transparent transparent}.museum-exhibitions-wrapper .museum-plan-wrapper .museum-plan-header .Select-arrow-zone{line-height:30px}.museum-exhibitions-wrapper .museum-plan-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.museum-exhibitions-wrapper .museum-plan-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.museum-exhibitions-wrapper .museum-plan{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:768px){.museum-exhibitions-wrapper .museum-plan{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}.museum-exhibitions-wrapper .museum-plan-levels{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:30px;position:relative;z-index:0;width:100%;overflow:hidden}.museum-exhibitions-wrapper .museum-plan-levels:after{background:url("https://files.app.fcporto.pt/website/static/images/museum/map-background.png") repeat,-webkit-radial-gradient(center center,circle,#1b263a 0,#000 100%);background:url("https://files.app.fcporto.pt/website/static/images/museum/map-background.png") repeat,-o-radial-gradient(center center,circle,#1b263a 0,#000 100%);background:url("https://files.app.fcporto.pt/website/static/images/museum/map-background.png") repeat,radial-gradient(circle at center center,#1b263a 0,#000 100%);content:"";height:100%;opacity:.8;position:absolute;width:100%;z-index:-1}.museum-exhibitions-wrapper .museum-plan-levels .museum-map-svg{width:100%;height:100%}@media only screen and (min-width:1200px){.museum-exhibitions-wrapper .museum-plan-levels .museum-map-svg{width:auto;height:auto}}.museum-exhibitions-wrapper .map-point{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:fill 1s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);transition:fill 1s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-o-transition:transform 2s cubic-bezier(.02,.38,.02,.93),fill 1s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),fill 1s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),fill 1s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.museum-exhibitions-wrapper .map-info .map-info-point,.museum-exhibitions-wrapper .map-info ellipse,.museum-exhibitions-wrapper .map-info path{cursor:pointer}.museum-exhibitions-wrapper .map-info .map-info-point~.map-callout,.museum-exhibitions-wrapper .map-info ellipse~.map-callout,.museum-exhibitions-wrapper .map-info path~.map-callout{opacity:0;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px);-webkit-transition:opacity 1s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);transition:opacity 1s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-o-transition:transform 2s cubic-bezier(.02,.38,.02,.93),opacity 1s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),opacity 1s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),opacity 1s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);z-index:2}.museum-exhibitions-wrapper .map-info .map-info-point:focus~.map-callout,.museum-exhibitions-wrapper .map-info .map-info-point:hover~.map-callout,.museum-exhibitions-wrapper .map-info ellipse:focus~.map-callout,.museum-exhibitions-wrapper .map-info ellipse:hover~.map-callout,.museum-exhibitions-wrapper .map-info path:focus~.map-callout,.museum-exhibitions-wrapper .map-info path:hover~.map-callout{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity 1s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);transition:opacity 1s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-o-transition:transform 2s cubic-bezier(.02,.38,.02,.93),opacity 1s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),opacity 1s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),opacity 1s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93)}.museum-exhibitions-wrapper .map-info .map-info-point:focus~ellipse,.museum-exhibitions-wrapper .map-info .map-info-point:focus~path,.museum-exhibitions-wrapper .map-info .map-info-point:hover~ellipse,.museum-exhibitions-wrapper .map-info .map-info-point:hover~path,.museum-exhibitions-wrapper .map-info ellipse:focus~ellipse,.museum-exhibitions-wrapper .map-info ellipse:focus~path,.museum-exhibitions-wrapper .map-info ellipse:hover~ellipse,.museum-exhibitions-wrapper .map-info ellipse:hover~path,.museum-exhibitions-wrapper .map-info path:focus~ellipse,.museum-exhibitions-wrapper .map-info path:focus~path,.museum-exhibitions-wrapper .map-info path:hover~ellipse,.museum-exhibitions-wrapper .map-info path:hover~path{fill:#00a6f0;-webkit-transition:fill 1s cubic-bezier(.02,.38,.02,.93);-o-transition:fill 1s cubic-bezier(.02,.38,.02,.93);transition:fill 1s cubic-bezier(.02,.38,.02,.93)}.museum-exhibitions-wrapper .map-info ellipse,.museum-exhibitions-wrapper .map-info path{-webkit-transition:fill 1s cubic-bezier(.02,.38,.02,.93);-o-transition:fill 1s cubic-bezier(.02,.38,.02,.93);transition:fill 1s cubic-bezier(.02,.38,.02,.93)}.museum-exhibitions-wrapper .map-info ellipse:focus,.museum-exhibitions-wrapper .map-info ellipse:focus~ellipse,.museum-exhibitions-wrapper .map-info ellipse:focus~path,.museum-exhibitions-wrapper .map-info ellipse:hover,.museum-exhibitions-wrapper .map-info ellipse:hover~ellipse,.museum-exhibitions-wrapper .map-info ellipse:hover~path,.museum-exhibitions-wrapper .map-info path:focus,.museum-exhibitions-wrapper .map-info path:focus~ellipse,.museum-exhibitions-wrapper .map-info path:focus~path,.museum-exhibitions-wrapper .map-info path:hover,.museum-exhibitions-wrapper .map-info path:hover~ellipse,.museum-exhibitions-wrapper .map-info path:hover~path{fill:#00a6f0;-webkit-transition:fill 1s cubic-bezier(.02,.38,.02,.93);-o-transition:fill 1s cubic-bezier(.02,.38,.02,.93);transition:fill 1s cubic-bezier(.02,.38,.02,.93)}.museum-exhibitions-wrapper .map-callout p{font-family:Fira Sans,sans-serif;font-size:28px;background-color:#00a6f0;line-height:48px;margin:0;padding:0 10px;text-align:center;font-weight:500}.museum-exhibitions-wrapper .map-callout div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.museum-exhibitions-wrapper .map-point-group{cursor:pointer}.museum-exhibitions-wrapper .map-point-group.active .map-point,.museum-exhibitions-wrapper .map-point-group:hover .map-point{fill:#fff;r:45;-webkit-transition:r 2s cubic-bezier(.02,.38,.02,.93),fill 1s cubic-bezier(.02,.38,.02,.93);-o-transition:r 2s cubic-bezier(.02,.38,.02,.93),fill 1s cubic-bezier(.02,.38,.02,.93);transition:r 2s cubic-bezier(.02,.38,.02,.93),fill 1s cubic-bezier(.02,.38,.02,.93);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.museum-exhibitions-wrapper .museum-facts{background:#fff;color:#969199}.museum-exhibitions-wrapper .museum-facts img{width:100%;height:auto}@media only screen and (min-width:768px){.museum-exhibitions-wrapper .museum-facts{-webkit-box-flex:0;-ms-flex:0 0 260px;flex:0 0 260px;width:260px}}.museum-exhibitions-wrapper .museum-facts-title{color:#2c272f;font-family:Fira Sans Condensed,sans-serif;font-size:24px;font-weight:700;line-height:30px;margin:0;text-transform:uppercase;width:80%}.museum-exhibitions-wrapper .museum-facts-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 20px}.museum-exhibitions-wrapper .museum-facts-text{padding-left:20px;padding-right:20px;font-size:14px;letter-spacing:-.09px;line-height:20px}.museum-exhibitions-wrapper .museum-facts-text p{margin-top:0}.museum-exhibitions-wrapper .museum-plan-download-wrapper{padding:15px 20px;background-color:#2c272f}.museum-exhibitions-wrapper>div:nth-child(2) .pubs{margin-top:57px}@media only screen and (max-width:767px){.museum-exhibitions-wrapper>div:nth-child(2) .pubs{margin-top:0}}.footer-museum{background-color:#2c272f;color:#fff;display:inline-block;padding:30px 20px 0;width:100%;background-image:url("https://files.app.fcporto.pt/website/static/images/footer_trophies.png");background-position:bottom;background-repeat:no-repeat;background-size:contain}.footer-museum-titles{font-size:16px;font-weight:900}.footer-museum-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:1200px){.footer-museum-row{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.footer-museum-split{width:100%}@media only screen and (min-width:1200px){.footer-museum-split{-webkit-box-flex:1;-ms-flex:1;flex:1}}.footer-museum-fb-wrapper,.footer-museum-tripadvisor-wrapper{display:none}@media only screen and (min-width:1200px){.footer-museum-fb-wrapper,.footer-museum-tripadvisor-wrapper{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1}}.footer-museum-fb-wrapper{margin-right:20px}.footer-museum-about-wrapper,.footer-museum-support-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:20px}.footer-museum-about-wrapper a,.footer-museum-support-wrapper a{color:inherit;text-decoration:none;opacity:.4}.footer-museum-about-wrapper a:hover,.footer-museum-support-wrapper a:hover{opacity:1;-webkit-transition:opacity .3s cubic-bezier(.445,.05,.55,.95);-o-transition:opacity .3s cubic-bezier(.445,.05,.55,.95);transition:opacity .3s cubic-bezier(.445,.05,.55,.95)}.footer-museum-about-wrapper li,.footer-museum-support-wrapper li{margin-bottom:14px}.footer-museum-button-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:480px){.footer-museum-button-wrapper{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.footer-museum-about,.footer-museum-awards,.footer-museum-members,.footer-museum-support{padding-left:0;list-style:none}.footer-museum-awards,.footer-museum-members{height:62px;-ms-flex-pack:center}.footer-museum-awards,.footer-museum-awards li,.footer-museum-members,.footer-museum-members li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;justify-content:center}.footer-museum-awards li,.footer-museum-members li{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-pack:center}.footer-museum-bottom{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid hsla(0,0%,60%,.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:25px;padding-bottom:25px;padding-top:25px}.footer-museum .button-museum-newsletter{background-color:transparent;border:1px solid #969199;color:#969199;cursor:pointer;display:inline-block;font-family:Fira Sans,sans-serif;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;border-radius:0;font-size:12px;font-weight:700;line-height:14px;padding:14px 16px;margin-top:22px;margin-bottom:22px}.footer-museum .button-museum-newsletter .icon{margin-left:10px}.footer-museum .button-museum-newsletter .icon path{fill:#969199}.footer-museum .button-museum-newsletter.right .icon{margin-left:0;margin-right:10px}.footer-museum .button-museum-newsletter:focus,.footer-museum .button-museum-newsletter:hover{background-color:#969199;color:#fff;outline:0}.footer-museum .button-museum-newsletter:focus .icon path,.footer-museum .button-museum-newsletter:hover .icon path{fill:#fff}.footer-museum .button-museum-newsletter.disabled,.footer-museum .button-museum-newsletter[disabled]{cursor:not-allowed;opacity:.5}.footer-museum .button-museum-newsletter.disabled:focus,.footer-museum .button-museum-newsletter.disabled:hover,.footer-museum .button-museum-newsletter[disabled]:focus,.footer-museum .button-museum-newsletter[disabled]:hover{background-color:transparent;border-color:#969199;color:#969199}.footer-museum .button-museum-newsletter.disabled .icon path,.footer-museum .button-museum-newsletter[disabled] .icon path{fill:#969199}.footer-museum form>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-museum input{width:240px;text-transform:uppercase;color:hsla(0,0%,100%,.75);padding:0 15px;outline:0;font-size:14px;font-family:Fira Sans,sans-serif}.footer-museum button[type=submit],.footer-museum input{height:40px;background-color:hsla(0,0%,96%,.06);border:0}.footer-museum button[type=submit]{width:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:background-color .25s ease-in-out;-o-transition:background-color .25s ease-in-out;transition:background-color .25s ease-in-out}.footer-museum button[type=submit] path{-webkit-transition:fill .25s ease-in-out;-o-transition:fill .25s ease-in-out;transition:fill .25s ease-in-out}.footer-museum button[type=submit]:hover{background-color:#fff;-webkit-transition:background-color .25s ease-in-out;-o-transition:background-color .25s ease-in-out;transition:background-color .25s ease-in-out}.footer-museum button[type=submit]:hover path{fill:#000;-webkit-transition:fill .25s ease-in-out;-o-transition:fill .25s ease-in-out;transition:fill .25s ease-in-out}.footer-museum .footer-museum-members img{max-height:56px;max-width:100%}@media only screen and (max-width:479px){.footer-museum .footer-museum-members{-ms-flex-wrap:wrap;flex-wrap:wrap;height:82px}.footer-museum .footer-museum-members li{width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.footer-museum .footer-museum-members li:last-child,.footer-museum .footer-museum-members li:nth-child(3){margin-top:20px}}.footer-museum .footer-museum-members.unwto-first li{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (max-width:479px){.footer-museum .footer-museum-members.unwto-first li:nth-child(2){margin-top:20px}}.footer-museum .footer-museum-members.unwto-first li:last-child{margin-top:0;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.museum-visits-infos{padding-left:0;list-style:none;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.museum-visits-infos,.museum-visits-infos li{display:-webkit-box;display:-ms-flexbox;display:flex}.museum-visits-infos li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#969199;-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 20px);flex:0 1 calc(50% - 20px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:12px;font-weight:400;line-height:20px;margin:10px;text-align:center}@media only screen and (min-width:480px){.museum-visits-infos li{-webkit-box-flex:0;-ms-flex:0 1 calc(33.33333% - 20px);flex:0 1 calc(33.33333% - 20px)}}@media only screen and (min-width:1200px){.museum-visits-infos li{-webkit-box-flex:0;-ms-flex:0 1 calc(25% - 20px);flex:0 1 calc(25% - 20px)}}.museum-visits-infos .icon{margin-bottom:18px}.museum-news-wrapper{padding:20px}.museum-news-wrapper .advertise{width:260px}@media only screen and (max-width:959px){.museum-news-wrapper .advertise{width:100%}}.museum-news-wrapper .news-separator{border:1px solid hsla(0,0%,100%,.1)}.museum-news-wrapper .advertise-aware>.vertical{min-height:0}.museum-news-wrapper .error-view .error-container h2{color:#fff}.museum-about-publicity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px;position:relative}.museum-about-publicity .card-overlay,.museum-about-publicity .card-overlay-content{position:relative}@media only screen and (min-width:768px){.museum-about-publicity{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.museum-about-publicity .button{border-radius:0;font-size:12px;font-weight:700;line-height:14px;padding:6px 18px}.museum-about-publicity .card-image{min-height:250px}.museum-about-publicity .card{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.card{-webkit-box-flex:1;-ms-flex:1;flex:1}.card.dark .highlight-see-more{color:#2c272f;border-top:1px solid rgba(0,0,0,.2)}.card.dark .card-meta-price,.card.dark .card-meta-subtitle,.card.dark .card-meta-title{color:#2c272f}.card-image{display:block;overflow:hidden;position:relative;min-height:170px;height:100%}.card-image>.img{display:block;margin-bottom:0;-webkit-transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-o-transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);width:100%;height:100%;background:no-repeat 50%;background-size:cover;position:absolute;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.card-image:hover>.img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.card-overlay{background:-webkit-linear-gradient(315deg,rgba(0,36,124,.7),transparent);background:-o-linear-gradient(315deg,rgba(0,36,124,.7) 0,transparent 100%);background:linear-gradient(135deg,rgba(0,36,124,.7),transparent);content:"";left:0;right:0;top:0;z-index:2}.card-overlay,.card-overlay-content{bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;position:absolute;width:100%}.card-overlay-content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:#fff;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px;z-index:3;max-width:260px}.card-overlay-content .highlight-see-more{margin-bottom:-20px}.card-meta-subtitle{font-size:14px;font-weight:700;margin:0}.card-meta-title{font-size:24px;font-weight:700;margin:5px 0;padding-top:7px;line-height:30px}.card-meta-price{font-size:12px;font-weight:800;margin:0;padding-top:5px;text-transform:uppercase;margin-bottom:15px}.reservation-wrapper{background-color:#2c272f;color:#fff;padding-top:28px;margin-bottom:20px;position:relative}.reservation-wrapper .reservation-response{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(44,39,47,.9);z-index:19;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:20px;padding-right:20px}.reservation-wrapper .reservation-response h3{letter-spacing:-.4px;font-size:24px;font-weight:700;margin-bottom:10px}.reservation-wrapper .reservation-response>span{font-weight:400;font-size:12px;text-align:center;line-height:20px;color:#969199;max-width:400px;padding:0 20px;margin-bottom:25px}.reservation-wrapper .reservation-title{font-size:20px;font-weight:800;margin:0 20px 18px;text-transform:uppercase}.reservation-wrapper .reservation-description{font-size:14px;font-weight:400;margin-left:20px;margin-right:20px}.reservation-wrapper .reservation-download-form-wrapper{padding:15px 20px;border-top:1px solid #191919}.reservation-wrapper .reservation-download-form-wrapper a{font-size:14px;margin-top:15px}.reservation-wrapper .reservation-download-form-wrapper a .icon{min-width:18px}@media only screen and (max-width:479px){.reservation-wrapper .reservation-download-form-wrapper a .icon{margin-left:0}}@media only screen and (max-width:479px){.reservation-wrapper .reservation-download-form-wrapper{font-size:12px}}.reservation-wrapper .reservation-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:10px;padding-right:10px}.reservation-wrapper .reservation-form .form-group{margin:10px;width:100%}@media only screen and (min-width:768px){.reservation-wrapper .reservation-form .form-group.half{-webkit-box-flex:0;-ms-flex:0 1 calc(100%/2 - 20px);flex:0 1 calc(100%/2 - 20px)}}.reservation-wrapper .reservation-form-wrapper{padding:20px 10px}@media only screen and (min-width:768px){.reservation-wrapper .reservation-form-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start}}.reservation-wrapper .reservation-form-info{margin-top:20px}@media only screen and (min-width:768px){.reservation-wrapper .reservation-form-info{-webkit-box-flex:0;-ms-flex:0 1 350px;flex:0 1 350px;margin-left:40px;margin-top:0}}.reservation-wrapper .reservation-form-info p{color:#969199;font-size:12px;font-weight:400;line-height:15px;margin:0}.reservation-wrapper.light{background-color:#fafafa}.reservation-wrapper.light h3,.reservation-wrapper.light p{color:#2c272f}.reservation-wrapper.light .reservation-download-form-wrapper{border-top-color:#f5f5f5}.reservation-wrapper.light .reservation-response{background-color:hsla(0,0%,98%,.9)}.reservation-wrapper .reservation-form-gdpr{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:20px}@media only screen and (min-width:768px){.reservation-wrapper .reservation-form-gdpr{margin-left:20px;margin-top:0}}.reservation-wrapper .reservation-form-gdpr p{color:#969199;font-size:10px;font-weight:400;line-height:15px;margin:0}.reservation-wrapper .reservation-form-gdpr a{color:#969199;text-decoration:underline}.museum-visits-schedule{background-color:#00a6f0;padding:28px 20px}.museum-visits-schedule .schedule-column+.schedule-column{margin-top:32px}@media only screen and (min-width:480px){.museum-visits-schedule .schedule-column+.schedule-column{margin-top:0}}@media only screen and (min-width:480px){.museum-visits-schedule{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.museum-visits-schedule .schedule-column{-webkit-box-flex:1;-ms-flex:1 50%;flex:1 50%;margin-bottom:28px}}.museum-visits-schedule .schedule-title{font-size:20px;font-weight:800;margin-bottom:10px;margin-top:0;text-transform:uppercase}@media only screen and (min-width:480px){.museum-visits-schedule .schedule-title{margin-bottom:18px}}.museum-visits-schedule .schedule-list{padding-left:0;list-style:none;margin:0}.museum-visits-schedule .schedule-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:14px;font-weight:700}.museum-visits-schedule .schedule-item span{color:#2c272f;font-size:12px;font-weight:500;margin-bottom:6px}.museum-visits-schedule .schedule-item:not(:last-child){margin-bottom:18px}.museum-visits-schedule-disclaimer{color:#fff;background-color:#2c272f;padding:20px}.museum-visits-schedule-disclaimer h5{margin:0 0 12px;font-weight:900;font-size:14px;text-transform:uppercase}.museum-visits-schedule-disclaimer p{margin:0;font-weight:500;font-size:12px;line-height:20px}.agenda-wrapper{background-color:#00a6f0;padding:28px 20px}.agenda-wrapper div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:300px;-ms-flex-wrap:wrap;flex-wrap:wrap}.agenda-wrapper div h4{font-size:20px!important;font-weight:800;margin-bottom:10px;margin-top:0;text-transform:uppercase;color:#fff!important}@media only screen and (min-width:480px){.agenda-wrapper div h4{margin-bottom:18px}}.agenda-wrapper div h6{font-size:12px;font-weight:500;margin-bottom:0;margin-top:0}.agenda-wrapper div h6 b{color:#2c272f;font-size:12px;font-weight:500;margin-bottom:0}.agenda-wrapper div p.paragraph-small{margin-bottom:22px;margin-top:6px;color:#fff;font-weight:500}@media only screen and (max-width:959px){.agenda-wrapper div{max-height:600px}}.museum-visits-tickets-wrapper{margin-bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.museum-visits-tickets-wrapper .museum-visits-tickets-warning{color:#969199;font-size:12px;font-weight:500;margin:0 0 20px;display:inline-block;padding-left:10px}@media only screen and (max-width:479px){.museum-visits-tickets-wrapper .museum-visits-tickets-warning{font-size:10px}}.museum-visits-tickets-wrapper .responsive-table{border-collapse:collapse;border-spacing:0;margin:0 0 20px;padding:0;width:100%}.museum-visits-tickets-wrapper .responsive-table thead{background:#2c272f;color:#00a6f0;font-family:Fira Sans Condensed,sans-serif;font-size:14px;font-weight:700;text-align:left;text-transform:uppercase}@media only screen and (max-width:767px){.museum-visits-tickets-wrapper .responsive-table thead{font-size:12px}}@media only screen and (max-width:479px){.museum-visits-tickets-wrapper .responsive-table thead{font-size:10px}}.museum-visits-tickets-wrapper .responsive-table tr{border-bottom:1px solid #2c272f;display:table-row;height:40px;margin-bottom:0;padding:5px}.museum-visits-tickets-wrapper .responsive-table tr:last-child{border-bottom:0}.museum-visits-tickets-wrapper .responsive-table td,.museum-visits-tickets-wrapper .responsive-table th{padding:10px;text-align:left}.museum-visits-tickets-wrapper .responsive-table td{display:table-cell;font-size:14px;font-weight:800}.museum-visits-tickets-wrapper .responsive-table td ul{padding-left:20px;margin-top:5px;margin-bottom:5px}@media only screen and (max-width:767px){.museum-visits-tickets-wrapper .responsive-table td{font-size:12px;width:35%}}@media only screen and (max-width:479px){.museum-visits-tickets-wrapper .responsive-table td{font-size:10px;width:35%}}.museum-visits-tickets-wrapper .responsive-table td:first-child{font-weight:400;width:40%;line-height:20px}@media only screen and (max-width:479px){.museum-visits-tickets-wrapper .responsive-table td:first-child{width:30%}}.museum-visits-tickets-wrapper .responsive-table.disclaimer-table{margin-bottom:0}.museum-wrapper .fl-input{color:#fff}.museum-wrapper .fl-input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px #2c272f inset;box-shadow:inset 0 0 0 30px #2c272f;-webkit-text-fill-color:#fff}.museum-wrapper .fl-input.isEmpty:-webkit-autofill{-webkit-text-fill-color:transparent}@media only screen and (max-width:479px){.museum-wrapper{padding:10px}}.museum-wrapper .museum-visits-wrapper{padding:20px}.museum-wrapper .museum-visits-wrapper .advertise{width:260px}@media only screen and (max-width:959px){.museum-wrapper .museum-visits-wrapper .advertise{width:100%}}.museum-wrapper .museum-visits-wrapper .advertise .pubs:first-of-type{margin-top:57px}@media only screen and (max-width:959px){.museum-wrapper .museum-visits-wrapper .advertise .pubs:first-of-type{margin-top:0}}.museum-about-what-to-do,.museum-about-what-to-do-row{min-height:200px;position:relative}.museum-about-what-to-do-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px}@media only screen and (min-width:768px){.museum-about-what-to-do-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.museum-about-what-to-do-row .card{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-preferred-size:50%;flex-basis:50%}.highlight-event{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:-webkit-radial-gradient(circle farthest-corner at 0 0,#fff 0,#ddd 100%),-webkit-radial-gradient(circle farthest-corner at 0 0,#fff 1%,#fff 100%);background-image:-o-radial-gradient(circle farthest-corner at 0 0,#fff 0,#ddd 100%),-o-radial-gradient(circle farthest-corner at 0 0,#fff 1%,#fff 100%);background-image:radial-gradient(circle farthest-corner at 0 0,#fff 0,#ddd 100%),radial-gradient(circle farthest-corner at 0 0,#fff 1%,#fff 100%);color:#2c272f;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;padding:20px 20px 0}.highlight-event,.highlight-event-content{display:-webkit-box;display:-ms-flexbox;display:flex}.highlight-event-content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:30px}.highlight-meta-subtitle{font-size:14px;font-weight:700;margin:0}.highlight-meta-title{font-size:24px;font-weight:700;margin:0;padding-top:7px}.highlight-meta-duration{margin:0;padding-top:14px}.highlight-meta-duration,.highlight-see-more{font-size:12px;font-weight:700;padding-bottom:19px;text-transform:uppercase}.highlight-see-more{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid hsla(0,0%,100%,.3);color:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:19px;text-decoration:none;width:100%;z-index:1;max-width:230px}.highlight-see-more .icon{height:14px}@media only screen and (max-width:479px){.news-container .page-header.static-header.centered{min-height:300px}}.news-separator{border-top:0;border:1px solid rgba(0,0,0,.1);display:inline-block;margin:20px 0;width:100%}@media only screen and (max-width:767px){.news-separator{display:none}}.news-separator.permanent{margin:20px 0;width:calc(100% - 20px)}@media only screen and (max-width:767px){.news-separator.permanent{display:block}}.news-content-highlight{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}@media only screen and (max-width:959px){.news-content-highlight{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:767px){.news-content-highlight .news-link .news-list-title{padding-bottom:10px}.news-content-highlight .news-link .news-list-text{padding:10px 10px 20px 0}}.news-content-highlight .news-content-highlight-ad{position:relative;width:260px}@media only screen and (min-width:960px){.news-content-highlight .news-content-highlight-ad .pubs section{height:100%}}@media only screen and (max-width:959px){.news-content-highlight .news-content-highlight-ad{width:100%;margin:20px 0}}.news-content{background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px;position:relative}@media only screen and (max-width:767px){.news-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:0;-ms-flex:0 100%;flex:0 100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.news-content .vertical-container-news{width:calc(100% - 260px)}@media only screen and (max-width:959px){.news-content .vertical-container-news{width:100%}}.news-content .vertical-container-news .advertise{margin-bottom:0}.news-content .advertise{width:260px}@media only screen and (max-width:959px){.news-content .advertise{width:100%}}.news-content .horizontal-container-news{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.news-content .news-content-list{width:100%}@media only screen and (max-width:479px){.news-content{padding:25px 10px}}@media only screen and (max-width:959px){.news-content{min-height:calc(50vh - 50px)}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.news-content{min-height:calc(100vh - 50px)}}@media only screen and (max-width:479px){.news-content{padding:10px}}.news-content a{text-decoration:none}.news-content.dark{background-color:#191919}.news-content.dark .horizontal .news-link h2,.news-content.dark .vertical .news-link h2{color:#fff}.news-content.dark .horizontal .news-link:hover h2,.news-content.dark .vertical .news-link:hover h2{color:#00a6f0}.news-content.museum{padding:0;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.news-content.museum,.news-content.museum article{display:-webkit-box;display:-ms-flexbox;display:flex}.news-content .horizontal{margin-bottom:20px}.news-content .horizontal .news-list-text{padding:0 40px}@media only screen and (max-width:767px){.news-content .horizontal .news-list-text{padding:10px 10px 20px 0}}@media only screen and (max-width:1199px){.news-content .horizontal .news-list-image{padding-top:78%}}@media only screen and (max-width:959px){.news-content .horizontal .news-list-image{padding-top:61%}}.news-content article.vertical{margin-bottom:20px}@media only screen and (max-width:767px){.news-content article.vertical{min-height:370px}}.news-content .news-tags-page-title{width:100%;display:inline-block;margin-top:20px}@media only screen and (max-width:767px){.news-content .news-tags-page-title{padding-left:0}}.news-content .news-tags-page-title .title{font-size:14px;font-weight:400;color:hsla(278,4%,58%,.8);display:block;width:100%}.news-content .news-tags-page-title h1{margin:0;color:#2c272f;font-weight:700;font-size:24px;margin-top:7px;text-transform:capitalize}.news-detail-body.blocks-body{margin-bottom:80px}.news-detail-body.blocks-body .gallery-multimedia .player-area{-ms-flex-wrap:wrap;flex-wrap:wrap}.news-detail-body.blocks-body .gallery-multimedia .player-area,.news-detail-body.blocks-body .gallery-multimedia .player-area.hide-controls{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:0}.news-detail-body.blocks-body .gallery-multimedia .player-area.hide-controls .live-stream-controls{z-index:21474836470009!important}.news-detail-body.blocks-body .gallery-multimedia .player-area video{position:static;height:100%}@media only screen and (max-width:479px){.news-detail-body.blocks-body .gallery-multimedia .player-area video{-o-object-fit:contain;object-fit:contain}}.news-detail-body.blocks-body .gallery-multimedia .player-area .live-stream-controls{top:inherit;bottom:0;z-index:21474836470009!important}.news-detail-body.blocks-body .player-area,.news-detail-body.blocks-body .player-area.hide-controls{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;min-width:100%;min-height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:0}.news-detail-body.blocks-body .player-area.hide-controls .live-stream-controls{opacity:1;z-index:21474836470009!important}.news-detail-body.blocks-body .player-area video{width:100%;-o-object-fit:unset;object-fit:unset;height:100%;position:static}.news-detail-body.blocks-body .player-area video::-webkit-media-controls,.news-detail-body.blocks-body .player-area video::-webkit-media-controls-enclosure{display:none!important}.news-detail-body.blocks-body .player-area .live-stream-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;min-width:100%;min-height:60px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;bottom:0;left:0;z-index:21474836470009!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.01)),to(rgba(0,0,0,.6)));background:-webkit-linear-gradient(top,rgba(0,0,0,.01),rgba(0,0,0,.6));background:-o-linear-gradient(top,rgba(0,0,0,.01) 0,rgba(0,0,0,.6) 100%);background:linear-gradient(180deg,rgba(0,0,0,.01) 0,rgba(0,0,0,.6));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#03000000",endColorstr="#99000000",GradientType=0)}.news-detail-body.blocks-body .player-area .live-stream-controls .live-live{-webkit-box-flex:1;-ms-flex:1;flex:1}.news-detail-body.blocks-body .player-area .live-stream-controls .live-live>div{display:none}.news-detail-body.blocks-body .player-area .live-stream-controls .live-playback .icon-play{display:block}.news-detail-body.blocks-body .player-area .live-stream-controls .live-playback .icon-pause,.news-detail-body.blocks-body .player-area .live-stream-controls .live-playback.play .icon-play{display:none}.news-detail-body.blocks-body .player-area .live-stream-controls .live-playback.play .icon-pause{display:block}.news-detail-body.blocks-body .player-area .live-stream-controls .live-minimize{display:none}.news-detail-body.blocks-body .player-area .live-stream-controls .live-volume .icon-volume{display:block}.news-detail-body.blocks-body .player-area .live-stream-controls .live-volume .icon-mute,.news-detail-body.blocks-body .player-area .live-stream-controls .live-volume.mute .icon-volume{display:none}.news-detail-body.blocks-body .player-area .live-stream-controls .live-volume.mute .icon-mute{display:block}.news-detail-body.blocks-body .player-area .live-stream-controls .live-system-fullscreen{padding-top:4px}.news-detail-body.blocks-body .player-area .live-stream-controls .live-playback,.news-detail-body.blocks-body .player-area .live-stream-controls .live-system-fullscreen,.news-detail-body.blocks-body .player-area .live-stream-controls .live-volume{padding:0 10px}@media only screen and (max-width:479px){.news-detail-body.blocks-body .player-area .live-stream-controls .live-playback,.news-detail-body.blocks-body .player-area .live-stream-controls .live-system-fullscreen,.news-detail-body.blocks-body .player-area .live-stream-controls .live-volume{padding:6px 10px 0}}.news-detail-body .news-detail-advertise{margin:20px 0;display:inline-block;width:100%}.news-detail-body .news-detail-tags{padding-left:45px;width:100%;display:inline-block}@media only screen and (max-width:767px){.news-detail-body .news-detail-tags{padding-left:0}}.news-detail-body .news-detail-tags .title{font-size:14px;font-weight:500;display:block;margin-bottom:13px;width:100%;margin-top:40px;color:#00a6f0}.news-detail-body .news-detail-tags .news-detail-tag{border:1px solid #00a6f0;color:#00a6f0;float:left;font-size:10px;margin-bottom:6px;margin-right:6px;padding:5px 4px 4px;text-decoration:none;text-transform:uppercase;font-weight:500}.news-detail-body .news-detail-tags .news-detail-tag,.news-detail-body .news-detail-tags .news-detail-tag:hover{-webkit-transition:background-color .15s ease,color .15s ease;-o-transition:background-color .15s ease,color .15s ease;transition:background-color .15s ease,color .15s ease}.news-detail-body .news-detail-tags .news-detail-tag:hover{background-color:#00a6f0;color:#fff}.news-detail-body .news-detail-share{padding-left:45px;width:100%;display:inline-block}@media only screen and (max-width:767px){.news-detail-body .news-detail-share{padding-left:0}}.news-detail-body .news-detail-share .title{font-size:14px;font-weight:400;color:hsla(278,4%,58%,.8);display:block;margin-bottom:13px;width:100%}.news-detail-body .news-detail-share .news-detail-social{width:39px;height:39px;background-color:#00a6f0;border-radius:50%;border:1px solid #fff;display:block;margin-right:10px;float:left;text-decoration:none;text-align:center;line-height:43px}.news-detail-body .news-detail-share .news-detail-social,.news-detail-body .news-detail-share .news-detail-social:hover{-webkit-transition:border-color .15s ease,background-color .15s ease;-o-transition:border-color .15s ease,background-color .15s ease;transition:border-color .15s ease,background-color .15s ease}.news-detail-body .news-detail-share .news-detail-social:hover{border-color:#00a6f0;background-color:#fff}.news-detail-body .news-detail-share .news-detail-social:hover span{color:#00a6f0;-webkit-transition:color .15s ease;-o-transition:color .15s ease;transition:color .15s ease}.news-detail-body .news-detail-share .news-detail-social span{-webkit-transition:color .15s ease;-o-transition:color .15s ease;transition:color .15s ease;color:#fff;font-size:18px}.news-detail-body .news-detail-related{margin-top:70px;overflow:hidden}.news-detail-body .news-detail-related>h2{font-size:18px;color:#00a6f0;text-transform:uppercase;font-weight:800;margin-top:20px;margin-bottom:20px}.news-link{display:inline-block;width:100%}.news-link,.news-link a{text-decoration:none}.news-link:hover .news-list-image .image{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.news-link:hover .news-list-title{color:#00a6f0}.news-link:hover .date:before{width:22px}@media only screen and (max-width:767px){.news-content-list .news-link .news-list-title{padding-bottom:10px}.news-content-list .news-link .news-list-text{padding:10px 10px 20px 0}}.header-blue-overlay{background-image:url("https://files.app.fcporto.pt/website/static/images/gradient_header.png");background-size:cover}.news-list-image{background-color:#f3fcff;background-image:url("https://files.app.fcporto.pt/website/static/images/loading_lightblue.gif");background-repeat:no-repeat;height:0;overflow:hidden;padding-top:61%;position:relative}.news-list-image,.news-list-image .image{background-position:50%;background-size:cover}.news-list-image .image{bottom:0;left:0;position:absolute;right:0;top:0;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.news-list-text{padding:10px 10px 0}@media only screen and (max-width:767px){.news-list-text{padding:10px 10px 20px 0}}.news-list-text .news-list-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.news-list-text .date{color:#00a6f0;font-size:12px;font-weight:500;position:relative;text-transform:capitalize}.news-list-text .date:before{display:block;content:"";height:2px;background-color:#00a6f0;width:16px;bottom:-3px;position:absolute;-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.news-list-text .category{border:1px solid #00a6f0;color:#00a6f0;cursor:pointer;float:left;font-size:10px;font-weight:700;padding:5px 4px 4px;text-decoration:none;text-transform:uppercase}.news-list-text .category,.news-list-text .category:hover{-webkit-transition:background-color .15s ease,color .15s ease;-o-transition:background-color .15s ease,color .15s ease;transition:background-color .15s ease,color .15s ease}.news-list-text .category:hover{background-color:#00a6f0;color:#fff}.news-list-text .news-list-title{letter-spacing:0;font-family:Fira Sans Condensed,sans-serif;font-size:24px;font-weight:700;color:#2c272f;line-height:30px;margin:0;padding:20px 0;-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}@media only screen and (max-width:767px){.news-list-text .news-list-title{font-size:20px;line-height:25px}}.news-list-text .news-list-lead{padding:0;margin:0;font-size:18px;letter-spacing:-.09px;line-height:28px;color:#969199}.news-list-horizontal>.cell{margin-bottom:20px}@media only screen and (max-width:767px){.news-list-horizontal>.cell{margin-bottom:30px}}.news-list-horizontal>.cell:last-child{margin-bottom:0}.news-list-horizontal .news-list-text{padding-top:0}@media only screen and (max-width:767px){.news-list-horizontal .news-list-text{padding:15px 15px 0 0}}.not-found-page{background-color:hsla(20,16%,93%,.2);float:left;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:calc(100vh - 40px - 50px);overflow:hidden}@media only screen and (max-width:959px){.not-found-page{min-height:calc(100vh - 50px)}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.not-found-page{min-height:calc(100vh - 50px)}}.not-found-page>div{position:relative;margin-top:150px;margin-left:75px}@media only screen and (max-width:767px){.not-found-page>div{margin-top:75px;margin-left:0}}.not-found-page p{color:#606060;width:400px;line-height:32px;font-weight:500;font-size:20px;z-index:1;position:relative;margin-bottom:30px}@media only screen and (max-width:479px){.not-found-page p{font-size:16px;margin-bottom:20px;line-height:25px;width:320px;padding-right:20px;padding-left:20px}}.not-found-page p a{color:#00a6f0}.not-found-page h1{color:#efebe9;font-weight:700;font-size:250px;margin:0;position:absolute;z-index:0;left:-150px;top:-150px;opacity:.5}@media only screen and (max-width:767px){.not-found-page h1{left:-50px}}@media only screen and (max-width:479px){.not-found-page h1{font-size:200px;left:0;top:-100px}}.not-found-page h2{color:#00a6f0;font-weight:700;font-size:32px;z-index:1;position:relative;margin-bottom:40px}@media only screen and (max-width:479px){.not-found-page h2{font-size:16px;margin-bottom:20px;line-height:25px;padding-left:20px}}.notifications-container{position:-webkit-sticky;position:sticky;width:100%;max-width:1600px;top:0;overflow:visible;z-index:40}@media only screen and (max-width:1599px){.notifications-container{max-width:calc(100vw - 100px)}}@media only screen and (max-width:959px){.notifications-container{max-width:100%}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.notifications-container{max-width:100%}}.notifications-container .notification{background-color:rgba(0,166,240,.9);width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.notifications-container .notification.notification-swap-appear,.notifications-container .notification.notification-swap-enter{-webkit-transform:translateY(-150%);-ms-transform:translateY(-150%);transform:translateY(-150%);position:absolute}.notifications-container .notification.notification-swap-appear.notification-swap-appear-active,.notifications-container .notification.notification-swap-appear.notification-swap-enter-active,.notifications-container .notification.notification-swap-enter.notification-swap-appear-active,.notifications-container .notification.notification-swap-enter.notification-swap-enter-active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 1.5s cubic-bezier(.165,.84,.44,1) 1s;transition:-webkit-transform 1.5s cubic-bezier(.165,.84,.44,1) 1s;-o-transition:transform 1.5s cubic-bezier(.165,.84,.44,1) 1s;transition:transform 1.5s cubic-bezier(.165,.84,.44,1) 1s;transition:transform 1.5s cubic-bezier(.165,.84,.44,1) 1s,-webkit-transform 1.5s cubic-bezier(.165,.84,.44,1) 1s}.notifications-container .notification.notification-swap-leave{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.notifications-container .notification.notification-swap-leave.notification-swap-leave-active{-webkit-transform:translateY(-155%);-ms-transform:translateY(-155%);transform:translateY(-155%);-webkit-transition:-webkit-transform 1.5s cubic-bezier(.175,.885,.32,1.275);transition:-webkit-transform 1.5s cubic-bezier(.175,.885,.32,1.275);-o-transition:transform 1.5s cubic-bezier(.175,.885,.32,1.275);transition:transform 1.5s cubic-bezier(.175,.885,.32,1.275);transition:transform 1.5s cubic-bezier(.175,.885,.32,1.275),-webkit-transform 1.5s cubic-bezier(.175,.885,.32,1.275)}.notifications-container .notification-body{width:100%;max-width:1600px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 20px}@media only screen and (max-width:959px){.notifications-container .notification-body{padding:15px 20px}}@media only screen and (max-width:767px){.notifications-container .notification-body{padding:10px}}.notifications-container .notification-body .notification-link{padding:0 35px 0 20px}.notifications-container .notification-body .notification-link a{background-color:#fff;color:#00a6f0;display:block;font-size:11px;font-weight:500;height:28px;line-height:30px;margin:0;padding:0 15px;text-decoration:none;text-transform:uppercase}.notifications-container .notification-body .button-close{position:relative}.notifications-container .notification-body .notification-info{-webkit-box-flex:1;-ms-flex:1;flex:1}.notifications-container .notification-body .notification-info .notification-context-title{color:#fff;font-size:14px;font-weight:900;margin:0;line-height:20px;text-transform:uppercase;opacity:.5}@media only screen and (max-width:767px){.notifications-container .notification-body .notification-info .notification-context-title{font-size:10px;line-height:14px}}.notifications-container .notification-body .notification-info .notification-context-title+.notification-title{margin-top:2px}.notifications-container .notification-body .notification-info .notification-title{color:#fff;text-transform:uppercase;font-size:14px;font-weight:500;margin:0;line-height:20px}@media only screen and (max-width:767px){.notifications-container .notification-body .notification-info .notification-title{font-size:12px;line-height:14px}}.notifications-container .notification-body .notification-info .notification-title b{font-weight:700}.notifications-container .notification-body .notification-info .notification-title+.notification-description{margin-top:2px}.notifications-container .notification-body .notification-info .notification-description{color:#fff;font-size:14px;font-weight:500;margin:0;line-height:20px}@media only screen and (max-width:767px){.notifications-container .notification-body .notification-info .notification-description{font-size:12px;line-height:14px}}@media (-ms-high-contrast:none){.notifications-container,::-ms-backdrop{position:absolute;height:0}}.other-stadiums{background:#fff;padding:20px 14%}.other-stadiums .header{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.other-stadiums .text-container{background:none}.other-stadiums .text-container .intro-text,.other-stadiums .text-container .text-content{float:none;width:100%;color:#000;border-left:1px solid #000;padding:0 0 0 48px;margin-bottom:34px}.other-stadiums .text-container .intro-text{font-weight:800;font-size:24px;color:#2c272f;line-height:30px}.other-stadiums .text-container .text-content{border-color:#eaeaea}.other-stadiums .text-container .fulltext{font-weight:400;font-size:18px;color:#2c272f;letter-spacing:-.25px;line-height:30px}.other-stadiums .Select{float:right;min-width:197px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.other-stadiums .Select .Select-menu-outer{top:0}.other-stadiums .social-content{padding-left:48px}.other-stadiums .contacts{margin-bottom:60px;margin-top:30px}.other-stadiums .contacts ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.other-stadiums .club-institutional-member{padding-left:0}@media only screen and (max-width:767px){.other-stadiums{padding:20px}.other-stadiums .text-container .intro-text,.other-stadiums .text-container .text-content{padding-left:0;border:0}.other-stadiums .social-content{padding-left:0}}@media only screen and (max-width:479px){.other-stadiums .header{height:auto}.other-stadiums .Select{float:none}}.other-stadiums-header .vertical-bottom{margin-left:14%}@media only screen and (max-width:767px){.other-stadiums-header .vertical-bottom{margin-left:20px}}.other-stadiums-header .header-black-overlay{background:rgba(0,0,0,.5)}.products-grid-and-filter{padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:40px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width:959px){.products-grid-and-filter{padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:0}}@media only screen and (max-width:479px){.products-grid-and-filter{padding:0}}@media only screen and (max-width:959px){.products-grid-and-filter .store-filters-sticky{position:fixed;max-height:0;overflow:hidden;width:100%;top:0;z-index:20}.products-grid-and-filter .store-filters-sticky,.products-grid-and-filter .store-filters-sticky.expanded{-webkit-transition:max-height .55s ease-in-out;-o-transition:max-height .55s ease-in-out;transition:max-height .55s ease-in-out}.products-grid-and-filter .store-filters-sticky.expanded{max-height:calc(100vh - 50px);z-index:23}}.products-grid-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% - 280px)}@media only screen and (max-width:959px){.products-grid-container{padding:0;width:100%}}@media only screen and (min-width:1450px){.products-grid-container .product-in-grid{width:25%}}.products-grid-container .load-more-container{margin-top:10px;margin-bottom:40px}.product-in-grid{cursor:pointer;margin-bottom:10px;opacity:1;padding:1px;position:relative;-webkit-transition:opacity .25s linear;-o-transition:opacity .25s linear;transition:opacity .25s linear}@media only screen and (min-width:960px){.product-in-grid.selected{opacity:.1;-webkit-transition:opacity .25s linear;-o-transition:opacity .25s linear;transition:opacity .25s linear}}.product-in-grid:before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;background:#000;background:-webkit-gradient(linear,left top,left bottom,from(#000),to(#fafafa));background:-webkit-linear-gradient(top,#000,#fafafa);background:-o-linear-gradient(top,#000 0,#fafafa 100%);background:linear-gradient(180deg,#000 0,#fafafa);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#fafafa",GradientType=0)}.product-in-grid:before,.product-in-grid:hover:before{-webkit-transition:opacity .25s linear;-o-transition:opacity .25s linear;transition:opacity .25s linear}.product-in-grid:hover:before{opacity:.7}.product-in-grid-image{background-color:#fafafa;text-align:center;height:0;padding-top:125%;position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat}.product-in-grid-image img{width:0;height:0}.product-in-grid-image .product-in-grid-discount-badge{position:absolute;background-color:#ee8e31;text-align:center;text-transform:uppercase;line-height:14px;padding:7px 10px;margin:20px 0;font-family:Fira Sans Condensed,sans-serif;font-weight:700;font-size:12px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:0}.product-in-grid-image.hover{-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;transition:opacity .25s ease-out;margin-top:-125%;opacity:0}.product-in-grid-image.hover-active{-webkit-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;margin-top:-125%;opacity:1}.product-in-grid-information{height:73px;padding:10px;background-color:#fff;position:relative;z-index:1}.product-in-grid-product-price{font-weight:700;font-size:16px;color:#2c272f;line-height:14px;float:left;margin-right:15px}@media only screen and (max-width:479px){.product-in-grid-product-price{width:100%;font-weight:500;font-size:10px;letter-spacing:-.06px;line-height:10px}}.product-in-grid-promotion{font-family:Fira Sans Condensed,sans-serif;font-weight:700;font-size:16px;color:#ee8e31;line-height:14px;float:left;margin-right:15px}@media only screen and (max-width:479px){.product-in-grid-promotion{font-size:10px;line-height:10px}}.product-in-grid-before-promotion{font-family:Fira Sans Condensed,sans-serif;font-weight:700;font-size:16px;color:#969199;line-height:14px}@media only screen and (max-width:479px){.product-in-grid-before-promotion{width:100%;font-size:10px;letter-spacing:-.06px;line-height:10px}}@media only screen and (max-width:1599px){.product-in-grid-before-promotion{right:25%}}.product-in-grid-before-promotion span{position:relative}.product-in-grid-before-promotion span:after{background:rgba(238,142,49,.7);bottom:0;content:"";height:2px;left:0;margin:auto;position:absolute;right:0;top:0}.product-in-grid-price-associate{font-weight:700;font-size:16px;color:#00a6f0;line-height:14px;text-transform:capitalize}@media only screen and (max-width:479px){.product-in-grid-price-associate{font-weight:700;font-size:10px;line-height:10px}}.product-in-grid-product-name{font-weight:400;font-size:12px;color:#969199;line-height:16px}@media only screen and (max-width:479px){.product-in-grid-product-name{line-height:14px}}.product-in-grid-list-information{list-style-type:none;margin:0;padding:0;position:relative}.product-in-grid-list-information li{margin-bottom:5px}.product-in-grid-closed{display:none}.product-in-grid-expanded{overflow:hidden;width:100%;-webkit-transition:max-height .6s linear;-o-transition:max-height .6s linear;transition:max-height .6s linear;position:relative;max-height:1000px;margin-bottom:72px;margin-top:10px}@media only screen and (max-width:959px){.product-in-grid-expanded{max-height:100%}}.product-in-grid-expanded.minimized{max-height:0;-webkit-transition:max-height .6s linear;-o-transition:max-height .6s linear;transition:max-height .6s linear}.product-expanded-close{background:none;border:none;outline:0;position:absolute;right:10px;top:20px;cursor:pointer;margin-bottom:20px}.product-preview .store-product-slider .product-slider-controls{margin-top:20px;position:absolute;top:0;left:0;z-index:3}.product-preview .store-product-slider .product-slider-container{width:100%}.product-preview .store-product-custom-details{border-left:1px solid rgba(0,0,0,.1);margin-top:0!important}.product-custom-sidebar .store-name-price,.product-sidebar .store-name-price{border-bottom:1px solid rgba(0,0,0,.1);height:auto;display:inline-block;width:100%}.product-custom-sidebar .store-name-price>span,.product-sidebar .store-name-price>span{text-transform:uppercase}.product-custom-sidebar .store-name-price .associate-link,.product-sidebar .store-name-price .associate-link{float:right}.product-custom-sidebar .store-engrave-badge,.product-custom-sidebar .store-engrave-number,.product-custom-sidebar .store-size-picker,.product-sidebar .store-engrave-badge,.product-sidebar .store-engrave-number,.product-sidebar .store-size-picker{border-bottom:1px solid rgba(0,0,0,.1)}.product-custom-sidebar .store-engrave-badge,.product-custom-sidebar .store-engrave-number,.product-sidebar .store-engrave-badge,.product-sidebar .store-engrave-number{padding:15px 20px 20px}.product-custom-sidebar .store-quantity-add,.product-sidebar .store-quantity-add{margin-top:-3px}.product-custom-sidebar .store-quantity-add .product-quantity,.product-sidebar .store-quantity-add .product-quantity{height:47px;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.product-custom-sidebar .store-quantity-add .product-quantity.without-sizes,.product-sidebar .store-quantity-add .product-quantity.without-sizes{border-top:none}.product-custom-sidebar .store-quantity-add .product-quantity .Select.is-focused:not(.is-open)>.Select-control,.product-sidebar .store-quantity-add .product-quantity .Select.is-focused:not(.is-open)>.Select-control{outline:none;-webkit-box-shadow:none;box-shadow:none}.product-custom-sidebar .store-quantity-add .button:not(.disabled),.product-sidebar .store-quantity-add .button:not(.disabled){border-top:1px solid #00a6f0;border-bottom:1px solid #00a6f0}.product-custom-sidebar .store-quantity-add .button:not(.disabled).disabled,.product-sidebar .store-quantity-add .button:not(.disabled).disabled{border-top:1px solid rgba(0,0,0,.2);border-bottom:1px solid rgba(0,0,0,.2)}.product-custom-sidebar .store-quantity-add .button-loading,.product-sidebar .store-quantity-add .button-loading{height:45px;cursor:default}.product-custom-sidebar .store-quantity-add .button-loading .loading,.product-sidebar .store-quantity-add .button-loading .loading{left:0}.product-custom-sidebar .store-product-personalization,.product-sidebar .store-product-personalization{margin-bottom:0}.product-slider-wrapper{position:relative;width:100%;max-width:100%;overflow-x:hidden}.product-slider-container{overflow-x:hidden;width:80%}@media only screen and (max-width:959px){.product-slider-container{width:100%;margin-left:0}}.product-slider{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;left:0;list-style:none;margin:-1px 0 0;padding:0}.product-slider.animated{-webkit-transition:-webkit-transform .7s cubic-bezier(.445,.05,.55,.95);transition:-webkit-transform .7s cubic-bezier(.445,.05,.55,.95);-o-transition:transform .7s cubic-bezier(.445,.05,.55,.95);transition:transform .7s cubic-bezier(.445,.05,.55,.95);transition:transform .7s cubic-bezier(.445,.05,.55,.95),-webkit-transform .7s cubic-bezier(.445,.05,.55,.95)}.product-slider.animated>li .vertical-center{-webkit-transition:opacity .5s cubic-bezier(.445,.05,.55,.95);-o-transition:opacity .5s cubic-bezier(.445,.05,.55,.95);transition:opacity .5s cubic-bezier(.445,.05,.55,.95)}.product-slider.animated>li.exiting.next .slide-background{-webkit-transition:-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);transition:-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);-o-transition:transform .5s cubic-bezier(.445,.05,.55,.95);transition:transform .5s cubic-bezier(.445,.05,.55,.95);transition:transform .5s cubic-bezier(.445,.05,.55,.95),-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);-webkit-transition-delay:1.55s;-o-transition-delay:1.55s;transition-delay:1.55s}.product-slider.animated>li.exiting.prev .slide-background{-webkit-transition:-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);transition:-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);-o-transition:transform .5s cubic-bezier(.445,.05,.55,.95);transition:transform .5s cubic-bezier(.445,.05,.55,.95);transition:transform .5s cubic-bezier(.445,.05,.55,.95),-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);-webkit-transition-delay:.155s;-o-transition-delay:.155s;transition-delay:.155s}.product-slider.animated>li.visible.entering.next .slide-background{-webkit-transition:-webkit-transform .55s cubic-bezier(.445,.05,.55,.95);transition:-webkit-transform .55s cubic-bezier(.445,.05,.55,.95);-o-transition:transform .55s cubic-bezier(.445,.05,.55,.95);transition:transform .55s cubic-bezier(.445,.05,.55,.95);transition:transform .55s cubic-bezier(.445,.05,.55,.95),-webkit-transform .55s cubic-bezier(.445,.05,.55,.95)}.product-slider.animated>li.visible.entering.prev .slide-background{-webkit-transition:-webkit-transform 0s cubic-bezier(.445,.05,.55,.95);transition:-webkit-transform 0s cubic-bezier(.445,.05,.55,.95);-o-transition:transform 0s cubic-bezier(.445,.05,.55,.95);transition:transform 0s cubic-bezier(.445,.05,.55,.95);transition:transform 0s cubic-bezier(.445,.05,.55,.95),-webkit-transform 0s cubic-bezier(.445,.05,.55,.95)}.product-slider.animated>li.visible .vertical-center{-webkit-transition:opacity .5s cubic-bezier(.445,.05,.55,.95);-o-transition:opacity .5s cubic-bezier(.445,.05,.55,.95);transition:opacity .5s cubic-bezier(.445,.05,.55,.95)}.product-slider>li{top:0;left:0;width:100%;position:relative;opacity:1;float:left;display:block;overflow:hidden}.product-slider>li>div{height:100%}.product-slider>li.visible{position:relative;z-index:2;opacity:1;display:block}.product-slider>li.visible .slider-blue-gradient{opacity:1}.product-slider>li.visible .slide-background{left:0;right:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.product-slider>li.visible .vertical-center{opacity:1}.product-slider .product-inner-wrapper{width:100%;height:100%;float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.product-slider-controls{width:20%;margin:0;padding:0;text-align:center;margin-top:20px}@media only screen and (max-width:959px){.product-slider-controls{position:absolute;top:0;left:20px;z-index:3;width:88px}}@media only screen and (max-width:767px){.product-slider-controls{width:100%;left:0;right:0}}.product-slider-controls li{display:inline-block;width:54%;border-left:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer}.product-slider-controls li,.product-slider-controls li:first-child{-webkit-transition:all .25s cubic-bezier(.03,.98,.52,.99);-o-transition:all .25s cubic-bezier(.03,.98,.52,.99);transition:all .25s cubic-bezier(.03,.98,.52,.99)}.product-slider-controls li:first-child{border-top:1px solid rgba(0,0,0,.1)}@media only screen and (max-width:767px){.product-slider-controls li{background-color:#2c272f;border-radius:4px;border:0;height:8px;margin:5px 5px 0;opacity:.3;width:8px}}.product-slider-controls li:last-of-type{margin-right:0}.product-slider-controls li.selected{-webkit-transition:all .25s cubic-bezier(.03,.98,.52,.99);-o-transition:all .25s cubic-bezier(.03,.98,.52,.99);transition:all .25s cubic-bezier(.03,.98,.52,.99);opacity:1;border:1px solid #000}.product-slider-controls li.selected+li{border-top:none}.product-slider-controls a{display:block;width:100%;height:0;padding-top:138%;background-size:cover;background-position:50%}@media only screen and (max-width:767px){.product-slider-controls a{display:none}}.product-slider-nav-buttons{background-color:rgba(44,39,47,.5);border:0;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,sans-serif;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color .33s ease-in-out,border .33s ease-in-out;-o-transition:background-color .33s ease-in-out,border .33s ease-in-out;transition:background-color .33s ease-in-out,border .33s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;border-radius:0;display:none;height:34px;margin-top:-17px;opacity:.3;position:absolute;top:50%;width:34px;z-index:3}.product-slider-nav-buttons .icon{margin-left:10px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.product-slider-nav-buttons .icon path{fill:#fff}.product-slider-nav-buttons.right .icon{margin-left:0;margin-right:10px}.product-slider-nav-buttons:focus,.product-slider-nav-buttons:hover{color:#fff;outline:0}.product-slider-nav-buttons.disabled,.product-slider-nav-buttons[disabled]{cursor:not-allowed;opacity:.5}.product-slider-nav-buttons.disabled:focus,.product-slider-nav-buttons.disabled:hover,.product-slider-nav-buttons[disabled]:focus,.product-slider-nav-buttons[disabled]:hover{background-color:rgba(44,39,47,.5);border-color:rgba(44,39,47,.5)}.product-slider-nav-buttons:hover{opacity:.5}@media only screen and (max-width:767px){.product-slider-nav-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.product-slider-nav-buttons .icon{margin:0 auto}.product-slider-nav-buttons.left{left:10px}.product-slider-nav-buttons.right{right:10px}.product-slider-nav-buttons.right .icon{margin:0 auto}#productExpanded .product-slider>li{left:1px}@media only screen and (max-width:479px){.page-header.static-header.centered .user-header-info h2{padding-left:0}}.user-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:40px 20px 35px}@media only screen and (max-width:767px){.user-header{padding:20px 10px 15px}}.user-header .user-header-image{width:120px;height:120px;border-radius:50%;overflow:hidden}@media only screen and (max-width:767px){.user-header .user-header-image{width:60px;height:60px}}.user-header .user-header-image img{width:100%}.user-header .user-header-info{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 20px}.user-header .user-header-info h1{font-size:32px;font-weight:700;line-height:36px;margin:0 0 5px}@media only screen and (max-width:767px){.user-header .user-header-info h1{font-size:22px}}.user-header .user-header-info h2{font-size:18px;color:#00a6f0;font-weight:400;margin:0 0 5px;text-transform:none;margin-left:0}@media only screen and (max-width:767px){.user-header .user-header-info h2{font-size:14px;line-height:14px}}.user-header .user-header-info h2.silver{color:#969199}.user-header .user-header-info h2.gold{color:#c1a667}.user-header .user-header-info h2.diamond{color:#000}.user-header .user-header-info .button-clear{color:#969199;letter-spacing:.25px;padding:0;text-transform:uppercase}@media only screen and (max-width:767px){.user-header .user-header-info .button-clear{font-size:12px}}.user-header .user-header-badge{width:25%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:767px){.user-header .user-header-badge{display:none}}.user-profile{padding:20px}@media only screen and (max-width:479px){.user-profile{padding:10px}}.user-profile .notification-blocks{margin-bottom:20px;padding:20px 20px 0;background-color:#fafafa;overflow:hidden}@media only screen and (max-width:767px){.user-profile .notification-blocks{margin:20px}}.user-profile .notification-blocks .button{overflow:initial;width:100%;-webkit-transition:border-color .33s ease-in-out;-o-transition:border-color .33s ease-in-out;transition:border-color .33s ease-in-out}.user-profile .notification-blocks .button:before{background:rgba(0,0,0,.2);width:calc(100% + 40px);left:-20px}.user-profile .notification-blocks .button:hover{border-color:transparent}.user-profile .notification-blocks .button span{color:#000}.user-profile .notification-blocks .button .icon path{fill:#000}.user-profile .notification-blocks.warning{background-color:#ee8e31}.user-profile .notification-blocks.info{background-color:#00a6f0}.user-profile .notification-blocks.info button,.user-profile .notification-blocks.info h1,.user-profile .notification-blocks.info p,.user-profile .notification-blocks.info span,.user-profile .notification-blocks.warning button,.user-profile .notification-blocks.warning h1,.user-profile .notification-blocks.warning p,.user-profile .notification-blocks.warning span{color:#fff}.user-profile .notification-blocks.info button,.user-profile .notification-blocks.warning button{border-top:1px solid hsla(0,0%,100%,.3)}.user-profile .notification-blocks.info button.button .icon path,.user-profile .notification-blocks.warning button.button .icon path{fill:#fff}.user-profile .notification-blocks h1{font-size:24px;line-height:30px;font-weight:800;margin:0}.user-profile .notification-blocks p{font-size:14px;letter-spacing:-.05px;line-height:22px;font-weight:400;max-width:70%}@media only screen and (max-width:767px){.user-profile .notification-blocks p{max-width:none}}.user-profile .notification-blocks button{font-family:Fira Sans,sans-serif;width:230px;border:none;text-transform:uppercase;font-size:12px;letter-spacing:.2px;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:50px;background-color:transparent;padding:0;border-top:1px solid rgba(0,0,0,.1)}.brain-tree-wrapper,.user-profile .notification-blocks button{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brain-tree-wrapper{position:absolute;margin:auto;width:600px;top:0;bottom:0;right:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:9999;background:#fff;display:table;padding:40px;border-radius:5px}.brain-tree-wrapper .braintree-heading{color:#000;font-weight:800;text-align:left;margin:0}.brain-tree-wrapper .braintree-test-class .braintree-heading{margin:40px 0 20px}.brain-tree-wrapper .braintree-dropin-react-submit-btn-wrapper .btn-brain-tree{margin-top:30px}.brain-tree-wrapper .braintree-sheet__container{margin-bottom:40px}.brain-tree-wrapper .braintree-method__check-container:before{position:relative}.brain-tree-wrapper .error-payment{font-weight:700;font-size:14px;color:#ee8e31;line-height:18px}@media only screen and (max-width:767px){.brain-tree-wrapper{width:100%;height:400px}}.brain-tree-wrapper h2{color:#fff}.modal-header{position:absolute;top:16px;z-index:99999;right:30px}.modal-header button svg path{fill:#fff}.profile-fees{background-color:#fafafa;width:100%;padding:20px 0 50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width:767px){.profile-fees{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.profile-fees>div{width:50%;min-height:200px;padding:0 40px}@media only screen and (max-width:767px){.profile-fees>div{width:100%;padding:0 20px}}.profile-fees>div .past-fees{margin-bottom:40px}@media only screen and (max-width:767px){.profile-fees>div .past-fees{margin-top:40px}}.profile-fees>div .future-present-fees .fee-month h2{color:#d1d1d1}.profile-fees>div .no-quotas{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;text-align:center}@media only screen and (max-width:767px){.profile-fees>div .no-quotas{min-height:200px}}.profile-fees>div .no-quotas .message{font-size:20px;font-weight:500;margin:0;line-height:30px}.profile-fees>div:last-child{border-left:1px solid #cfd8dc}@media only screen and (max-width:767px){.profile-fees>div:last-child{border-left:none}}.profile-fees>div .fee-title{font-weight:800;margin:10px 0}.profile-fees>div p{color:#969199;font-size:14px;line-height:17px;font-weight:300;margin:0 0 20px}.profile-fees>div h1{font-size:54px;font-weight:900;color:#00a6f0;margin:0 0 10px}.profile-fees>div .fee-month{width:100%;padding:15px 0;border-bottom:1px solid #cfd8dc;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.profile-fees>div .fee-month span{font-size:18px;font-weight:500;line-height:14px}.profile-fees>div .fee-month h2{color:#ee8e31;font-weight:800;font-size:18px;margin:0;line-height:18px}.profile-fees>div .fee-month .quota-info{width:50%}.profile-fees>div .fee-month .quota-pay{width:50%;position:absolute;right:0;text-align:right}.profile-fees>div .fee-month .quota-pay button{padding:10px 0}.profile-fees>div .fee-month .quota-pay button.selected{background-color:#d8d8d8}.profile-fees>div .fee-month .quota-pay button.selected:before{background-color:#ee8e31}.profile-fees>div .fee-month .quota-pay button span{color:#fff;font-size:10px;font-weight:700;min-width:100px;display:inline-block}.profile-ticket{background-color:#fafafa;margin-bottom:20px;min-height:200px;width:100%}.profile-ticket.no-header{min-height:170px;margin-bottom:0}@media only screen and (max-width:479px){.profile-ticket{margin-bottom:10px;min-height:auto}}.profile-ticket .ticket-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#00a6f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:50px;padding-left:20px;padding-right:20px;width:100%}.profile-ticket .ticket-header.museum{background-color:#0083bd}.profile-ticket .ticket-header h3{color:#fff;font-size:14px;font-weight:800;text-transform:uppercase}.profile-ticket .ticket-header span{color:#fff;font-size:14px;font-weight:400;margin-left:10px;text-transform:uppercase}.profile-ticket .ticket-header .ticket-download{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (max-width:479px){.profile-ticket .ticket-header .ticket-download{margin-right:10px}}@media only screen and (max-width:767px){.profile-ticket .ticket-header{height:40px}}.profile-ticket .ticket-body{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:150px}@media only screen and (max-width:767px){.profile-ticket .ticket-body{min-height:160px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:479px){.profile-ticket .ticket-body{min-height:auto}}.profile-ticket .ticket-body .ticket-info{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:20px;-ms-flex-item-align:start;align-self:flex-start}@media only screen and (max-width:479px){.profile-ticket .ticket-body .ticket-info{padding:10px}}.profile-ticket .ticket-body .ticket-info .ticket-match-inner p{color:#969199;font-size:14px;font-weight:700;margin:0}.profile-ticket .ticket-body .ticket-info .ticket-match-inner span{color:#969199;font-size:12px;font-weight:400}.profile-ticket .ticket-body .ticket-info .ticket-match-inner .ticket-info-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 0 10px}.profile-ticket .ticket-body .ticket-info .ticket-match-inner .ticket-info-inner img{height:30px;margin:0 10px}.profile-ticket .ticket-body .ticket-info .ticket-match-inner .ticket-info-inner h2,.profile-ticket .ticket-body .ticket-info .ticket-match-inner .ticket-info-inner h3{color:#2c272f;font-size:18px;font-weight:700;margin:0}.profile-ticket .ticket-body .ticket-info .ticket-match-inner .ticket-info-inner span{color:#00a6f0;font-size:18px;font-style:italic;font-weight:700}.profile-ticket .ticket-body .ticket-info .ticket-museum-inner img{margin-bottom:5px}.profile-ticket .ticket-body .ticket-info .ticket-museum-inner h4{color:#2c272f;font-size:14px;font-weight:700;margin:0}.profile-ticket .ticket-body .ticket-info .ticket-museum-inner span{color:#969199;font-size:12px;font-weight:400}.profile-ticket .ticket-body .ticket-qrcode{padding:20px 20px 20px 0}@media only screen and (max-width:479px){.profile-ticket .ticket-body .ticket-qrcode{margin:10px 10px 10px 0}}.profile-ticket .ticket-body .ticket-qrcode>div{padding-left:20px;border-left:1px solid #eaeaea}@media only screen and (max-width:479px){.profile-ticket .ticket-body .ticket-qrcode>div{margin-left:10px}}.profile-ticket .ticket-body .ticket-qrcode>div.outdated{opacity:.1}.profile-ticket .ticket-body .ticket-qrcode img{width:100%}.profile-ticket .ticket-body .ticket-place>div{padding:0 20px;border-left:1px solid #eaeaea;width:162px}@media only screen and (max-width:1199px){.profile-ticket .ticket-body .ticket-place>div{width:122px;padding:0}}@media only screen and (max-width:479px){.profile-ticket .ticket-body .ticket-place>div{padding:0 10px}}.profile-ticket .ticket-body .ticket-place>div .ticket-place-inner{width:100%;min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.profile-ticket .ticket-body .ticket-place>div .ticket-place-inner>div{width:50%;height:50%;float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:calc(50% - 10px);flex-basis:calc(50% - 10px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:5px}.profile-ticket .ticket-body .ticket-place>div .ticket-place-inner>div h4{margin:0;font-size:18px;font-weight:700;color:#2c272f}.profile-ticket .ticket-body .ticket-place>div .ticket-place-inner>div span{text-transform:uppercase;font-weight:400;font-size:12px;color:#969199}@media only screen and (max-width:767px){.profile-ticket .desktop{display:none!important}}.profile-ticket .ticket-responsive-bar{display:none;width:calc(100% - 20px);margin-top:10px}@media only screen and (max-width:767px){.profile-ticket .ticket-responsive-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border-top:1px solid #eaeaea}}.profile-ticket .ticket-responsive-bar button{height:30px;margin:10px 0;padding:8px 10px}.profile-ticket .ticket-responsive-bar .button-clear{text-transform:uppercase;height:40px;padding:0;color:#969199}.tickets-history{margin-top:40px}.tickets-history h2{text-transform:uppercase;color:#00a6f0;font-size:18px;font-weight:900}.ticket-reserve-error-popup{position:absolute;background:#fff;width:100%;height:30%!important;top:50%;z-index:100;max-width:460px;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);outline:0;overflow-y:scroll}@media only screen and (max-width:767px){.ticket-reserve-error-popup{max-width:calc(100% - 20px);height:50%!important}}.ticket-reserve-error-popup .header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;height:50px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:-webkit-sticky;position:sticky;padding:20px}@media only screen and (max-width:767px){.ticket-reserve-error-popup .header{height:40px}}@media only screen and (max-width:479px){.ticket-reserve-error-popup .header{padding:10px}}.ticket-reserve-error-popup .header h3{color:#fff;font-size:14px;font-weight:800;text-transform:uppercase}.ticket-reserve-error-popup .header .button-close{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:-webkit-sticky;position:sticky;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (max-width:479px){.ticket-reserve-error-popup .header .button-close{left:-10px}}.ticket-reserve-error-popup .body{padding:20px}@media only screen and (max-width:479px){.ticket-reserve-error-popup .body{padding:10px}}.ticket-info-popup{position:absolute;background:#fff;width:100%;min-height:320px;top:50%;z-index:100;max-width:460px;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);outline:0;max-height:calc(100vh - 100px);overflow-y:scroll}@media only screen and (max-width:767px){.ticket-info-popup{max-width:calc(100% - 20px)}}.ticket-info-popup .ticket-info-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#00a6f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;height:50px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:-webkit-sticky;position:sticky}@media only screen and (max-width:767px){.ticket-info-popup .ticket-info-header{height:40px}}.ticket-info-popup .ticket-info-header.museum{background-color:#0083bd}.ticket-info-popup .ticket-info-header h3{color:#fff;font-size:14px;font-weight:800;margin-left:20px;text-transform:uppercase}@media only screen and (max-width:479px){.ticket-info-popup .ticket-info-header h3{margin-left:10px}}.ticket-info-popup .ticket-info-header span{color:#fff;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;font-weight:400;margin-left:10px;text-transform:uppercase}.ticket-info-popup .ticket-qrcode{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ticket-info-popup .ticket-qrcode>div{border-bottom:1px solid #eaeaea;padding:20px}.ticket-info-popup .ticket-qrcode>div img{width:180px}.ticket-info-popup .ticket-place{margin:20px 0}.ticket-info-popup .ticket-place>div{border-left:1px solid #eaeaea;width:200px;padding:0 10px}.ticket-info-popup .ticket-place>div .ticket-place-inner{width:100%;min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.ticket-info-popup .ticket-place>div .ticket-place-inner>div{width:50%;height:50%;float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:calc(50% - 10px);flex-basis:calc(50% - 10px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:5px}.ticket-info-popup .ticket-place>div .ticket-place-inner>div h4{margin:0;font-size:18px;font-weight:700;color:#2c272f}.ticket-info-popup .ticket-place>div .ticket-place-inner>div span{text-transform:uppercase;font-weight:400;font-size:12px;color:#969199}.ticket-info-popup .ticket-responsive-bar{display:none;width:calc(100% - 20px);margin-top:10px;margin-left:10px}@media only screen and (max-width:959px){.ticket-info-popup .ticket-responsive-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border-top:1px solid #eaeaea}}.ticket-info-popup .ticket-responsive-bar button{background-color:transparent;border:0;color:#969199;cursor:pointer;display:inline-block;font-family:Fira Sans,sans-serif;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color .33s ease-in-out,border .33s ease-in-out;-o-transition:background-color .33s ease-in-out,border .33s ease-in-out;transition:background-color .33s ease-in-out,border .33s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;font-weight:700;height:40px;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0}.ticket-info-popup .ticket-responsive-bar button .icon{margin-left:10px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.ticket-info-popup .ticket-responsive-bar button .icon path{fill:#fff}.ticket-info-popup .ticket-responsive-bar button.right .icon{margin-left:0;margin-right:10px}.ticket-info-popup .ticket-responsive-bar button:focus,.ticket-info-popup .ticket-responsive-bar button:hover{color:#969199;outline:0}.ticket-info-popup .ticket-responsive-bar button.disabled,.ticket-info-popup .ticket-responsive-bar button[disabled]{cursor:not-allowed;opacity:.5}.ticket-info-popup .ticket-responsive-bar button.disabled:focus,.ticket-info-popup .ticket-responsive-bar button.disabled:hover,.ticket-info-popup .ticket-responsive-bar button[disabled]:focus,.ticket-info-popup .ticket-responsive-bar button[disabled]:hover{background-color:transparent;border-color:transparent}.ticket-info-popup .button-close{padding-right:10px}.profile-personal h2{text-transform:uppercase;color:#00a6f0;font-size:18px;font-weight:900}.profile-personal:last-child{padding-right:20px}@media only screen and (max-width:767px){.profile-personal:last-child{padding-right:10px}}.profile-personal .setting{width:100%;min-height:80px;border-bottom:1px solid #cfd8dc;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.profile-personal .setting>div:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.profile-personal .setting:last-child{margin-bottom:40px}.profile-personal .setting .title{letter-spacing:-.19px;font-weight:800;font-size:14px;color:#2c272f;line-height:20px;margin-bottom:5px}.profile-personal .setting .description{letter-spacing:-.17px;font-weight:500;font-size:12px;color:#969199;line-height:20px}.profile-personal .setting button{border-radius:0;font-size:12px;font-weight:700;line-height:14px;padding:7px 10px}.profile-fields #message-wrapper{min-height:30px}.profile-fields .error,.profile-fields .success{font-size:14px;text-align:right;width:100%;display:block;font-weight:700;opacity:0;-webkit-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.profile-fields .error.active,.profile-fields .success.active{opacity:1}.profile-fields .error{color:#ee8e31}.profile-fields .success{color:#00a6f0}.profile-fields .checkbox{margin:30px 0 0}.profile-fields .button{width:100%;margin:30px 0 0;min-height:48px}.profile-fields .button .loading{position:static}.submit-profile{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.profile-field{padding:20px 20px 0 0;position:relative;margin-bottom:10px}@media only screen and (max-width:479px){.profile-field{padding:20px 10px 0 0}}.profile-field input{height:30px;background-color:transparent;border:none;border-bottom:1px solid #cfd8dc;width:100%;outline:none;font-family:Fira Sans,sans-serif;font-size:14px;font-weight:500;position:relative;z-index:2;color:#2c272f}.profile-field input:focus+label{top:3px;font-size:12px;letter-spacing:.8px;-webkit-transition:color .45s cubic-bezier(.23,1,.32,1);-o-transition:color .45s cubic-bezier(.23,1,.32,1);transition:color .45s cubic-bezier(.23,1,.32,1);color:#00a6f0}.profile-field select{height:30px;background-color:transparent;border:none;border-bottom:1px solid #cfd8dc;width:100%;outline:none;font-family:Fira Sans,sans-serif;font-size:14px;font-weight:500;position:relative;color:#2c272f;appearance:button;-moz-appearance:button;-webkit-appearance:button;border-radius:0;z-index:1}.profile-field select:focus+label{top:3px;font-size:12px;letter-spacing:.8px;-webkit-transition:color .45s cubic-bezier(.23,1,.32,1);-o-transition:color .45s cubic-bezier(.23,1,.32,1);transition:color .45s cubic-bezier(.23,1,.32,1);color:#00a6f0}.profile-field.selectable:after{content:"";display:block;position:absolute;z-index:0;right:20px;bottom:12px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #cfd8dc}.profile-field label{font-size:14px;line-height:20px;font-weight:400;color:rgba(44,39,47,.3);position:absolute;left:0;top:25px;z-index:1;letter-spacing:-.12px}.profile-field label,.profile-field label.label{-webkit-transition:color .45s cubic-bezier(.23,1,.32,1);-o-transition:color .45s cubic-bezier(.23,1,.32,1);transition:color .45s cubic-bezier(.23,1,.32,1)}.profile-field label.label{top:3px;font-size:12px;letter-spacing:.8px;color:#00a6f0}.profile-shop h2{text-transform:uppercase;color:#00a6f0;font-size:18px;font-weight:900}.profile-shop .purchase{background-color:#fafafa;padding:0 20px;margin-bottom:20px}@media only screen and (max-width:767px){.profile-shop .purchase{padding:0 10px;margin-bottom:10px}}.profile-shop .purchase .purchase-header{height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #cfd8dc}@media only screen and (max-width:479px){.profile-shop .purchase .purchase-header{height:inherit;padding:10px 0;-ms-flex-wrap:wrap;flex-wrap:wrap}}.profile-shop .purchase .purchase-header .purchase-state{font-weight:800;font-size:14px;color:#2c272f;text-transform:uppercase;padding-right:10px;margin:0}.profile-shop .purchase .purchase-header .purchase-date{font-weight:400;font-size:14px;color:#969199;-webkit-box-flex:1;-ms-flex:1;flex:1}.profile-shop .purchase .purchase-header .purchase-number{font-weight:400;font-size:14px;color:#969199}@media only screen and (max-width:479px){.profile-shop .purchase .purchase-header .purchase-number{width:100%;text-align:left;margin-top:5px}}.profile-shop .purchase .purchase-body{padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:767px){.profile-shop .purchase .purchase-body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px 0}}.profile-shop .purchase .purchase-body .purchase-products{-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:100px}.profile-shop .purchase .purchase-body .purchase-values{border-left:1px solid #cfd8dc;min-width:220px;min-height:100px;padding-left:20px}@media only screen and (max-width:767px){.profile-shop .purchase .purchase-body .purchase-values{border-left:none;padding-left:0}}.profile-shop .purchase .purchase-body .purchase-values .detail{border-bottom:1px solid #cfd8dc;padding-bottom:10px}.profile-shop .purchase .purchase-body .purchase-values .detail div{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.profile-shop .purchase .purchase-body .purchase-values .detail span{color:#969199;font-size:12px;letter-spacing:.2px;font-weight:500;line-height:22px}.profile-shop .purchase .purchase-body .purchase-values .detail p{color:#2c272f;font-size:12px;letter-spacing:.03px;font-weight:400;margin:0;line-height:22px}.profile-shop .purchase .purchase-body .purchase-values .total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.profile-shop .purchase .purchase-body .purchase-values .total p{color:#2c272f;font-size:12px;font-weight:700;margin:0;line-height:22px;margin-top:10px}.profile-shop .purchase .purchase-body .purchase-product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:20px}@media only screen and (max-width:767px){.profile-shop .purchase .purchase-body .purchase-product{margin-bottom:10px}}.profile-shop .purchase .purchase-body .purchase-product .purchase-product-image{width:100%}.profile-shop .purchase .purchase-body .purchase-product:last-child{margin-bottom:0}@media only screen and (max-width:767px){.profile-shop .purchase .purchase-body .purchase-product:last-child{margin-bottom:10px}}.profile-shop .purchase .purchase-body .purchase-product>div:first-child{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:90px;line-height:0}.profile-shop .purchase .purchase-body .purchase-product .purchase-product-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;-ms-flex-preferred-size:75%;flex-basis:75%;padding:0 20px}@media only screen and (max-width:767px){.profile-shop .purchase .purchase-body .purchase-product .purchase-product-detail{padding:0 10px}}.profile-shop .purchase .purchase-body .purchase-product .purchase-product-detail span{color:#969199;font-weight:400;font-size:12px;line-height:20px}.profile-shop .purchase .purchase-body .purchase-product .purchase-product-detail h4{color:#2c272f;font-size:14px;margin:0 0 10px}.profile-shop .purchase .purchase-body .purchase-product .purchase-product-detail p{font-size:14px;font-weight:700;color:#969199;margin:0;line-height:20px}.profile-shop .purchase .purchase-body .purchase-product .purchase-product-detail b{color:#2c272f;margin:0 5px;text-transform:uppercase}.profile-wrapper .page-header.static-header.centered{min-height:200px;background:#fafafa}.profile-wrapper .user-profile{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:959px){.profile-wrapper .user-profile{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:767px){.profile-wrapper .user-profile{padding:10px}}.profile-wrapper .user-profile .advertise-aware{margin-bottom:36px}@media only screen and (max-width:959px){.profile-wrapper .user-profile .advertise-aware{margin-bottom:30px}}@media only screen and (max-width:479px){.profile-wrapper .user-profile .advertise-aware{margin-top:30px}}@media only screen and (max-width:479px){.profile-wrapper .user-profile .advertise-aware .error-view{padding-top:0;height:auto}}@media only screen and (max-width:479px){.profile-wrapper .user-profile .advertise-aware .error-view .error-container{position:static}}.profile-wrapper .user-profile .advertise-aware .message{font-weight:500;font-size:10px;width:100%;color:#969199;line-height:14px;margin-top:10px}.profile-wrapper .user-profile .advertise-aware .message-title{font-weight:600}.profile-wrapper .user-profile .advertise-aware .message-text{font-weight:400}.profile-wrapper .user-profile .advertise{width:260px}@media only screen and (max-width:959px){.profile-wrapper .user-profile .advertise{width:100%}}.profile-wrapper .user-profile .advertise.profile-shop{margin-top:52px}@media only screen and (max-width:959px){.profile-wrapper .user-profile .advertise.profile-shop{margin-top:0}}@media only screen and (max-width:767px){.profile-wrapper .static-header,.profile-wrapper .static-header.centered{min-height:auto}}.notifications-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.notifications-flex-text{width:80%}.membership-balance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.membership-balance-title{font-size:14px}.membership-balance-value{font-size:24px;line-height:30px;font-weight:800;margin:0;width:100%;text-align:right}.mobile-balance{display:none}@media only screen and (max-width:959px){.mobile-balance{display:block}.membership-balance{margin-top:10px}.membership-balance-value{text-align:left}.notifications-flex-text{width:100%}.desktop-balance{display:none}}.pubs{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-height:260px;overflow:hidden}@media only screen and (max-width:959px){.pubs{margin-bottom:10px}}.pubs>div{display:inline-block;height:100%}.pubs>div,.pubs section{width:100%;min-height:260px}.pubs section{padding:10px 20px;position:relative;background:no-repeat 50%;background-size:cover;cursor:pointer;overflow:hidden}.pubs section ul{padding-left:0;list-style:none;position:relative;margin:0;max-width:260px}@media only screen and (max-width:959px){.pubs section ul{max-width:100%}}.pubs section ul li{margin-bottom:10px}.pubs section ul li:first-child{margin-top:10px;margin-bottom:5px}.pubs section .image-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.pubs section .image-background>div{position:relative;width:100%;height:100%;background-repeat:no-repeat;background-position:100%;background-size:cover;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.pubs section .image-background>div,.pubs section:hover .image-background>div{-webkit-transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-o-transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93)}.pubs section:hover .image-background>div{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.pubs section:hover footer:before{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;-webkit-transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out,-webkit-transform .33s ease-in-out}.pubs section:hover footer hr{-webkit-transition:opacity .33s ease-in-out;-o-transition:opacity .33s ease-in-out;transition:opacity .33s ease-in-out;opacity:0}.pubs section:hover footer .icon{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}.pubs section.square footer{max-width:260px}@media only screen and (max-width:959px){.pubs section.square footer{max-width:100%}}.pubs section footer{position:absolute;bottom:0;text-transform:uppercase;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 40px);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;left:20px;right:20px}.pubs section footer:before{display:block;content:"";width:calc(100% + 40px);height:50px;background-color:hsla(0,0%,100%,.4);position:absolute;bottom:0;left:-20px;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0;-webkit-transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out,-webkit-transform .33s ease-in-out}.pubs section footer hr{margin:0;height:0;width:100%;border:0;border-top:1px solid hsla(0,0%,100%,.3);position:absolute;top:0;left:0;opacity:1;-webkit-transition:opacity .33s ease-in-out;-o-transition:opacity .33s ease-in-out;transition:opacity .33s ease-in-out}.pubs section footer span{-webkit-box-flex:1;-ms-flex:1;flex:1;z-index:1}.pubs section footer .icon{float:right;z-index:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out,-webkit-transform .33s ease-in-out}.pubs .white{color:#fff}.pubs .white footer:before{background-color:rgba(44,39,47,.8)}.pubs .black{color:#000}.pubs .black footer:before{background-color:hsla(0,0%,100%,.4)}.pubs .text-1{font-weight:700;font-size:12px;letter-spacing:.2px}.pubs .text-2{font-weight:900;font-size:24px;letter-spacing:.2px;line-height:30px}.pubs .text-3{font-weight:700;font-size:10px;letter-spacing:.2px;text-transform:uppercase}.pubs .vertical{min-height:480px}@media only screen and (max-width:959px){.pubs .vertical{min-height:260px}}.pubs .vertical section{min-height:480px}@media only screen and (max-width:959px){.pubs .vertical section{min-height:260px}}.pubs .square,.pubs .square section{min-height:260px}.pubs .expand{min-height:300px}.pubs.vertical{padding-top:200%;position:relative;height:0;min-height:inherit}.pubs.vertical>div{position:absolute;top:0;bottom:0;left:0;right:0;min-height:inherit}.pubs.vertical>div>section{height:100%;min-height:inherit}.pubs.square{padding-top:100%;position:relative;height:0;min-height:inherit}.pubs.square>div{position:absolute;top:0;bottom:0;left:0;right:0;min-height:inherit}.pubs.square>div>section{height:100%;min-height:inherit}@media only screen and (max-width:767px){.pubs.square{padding-top:50%;position:relative;height:0;min-height:inherit}.pubs.square>div{position:absolute;top:0;bottom:0;left:0;right:0;min-height:inherit}.pubs.square>div>section{height:100%;min-height:inherit}}@media only screen and (max-width:479px){.pubs.square{padding-top:100%;position:relative;height:0;min-height:inherit}.pubs.square>div{position:absolute;top:0;bottom:0;left:0;right:0;min-height:inherit}.pubs.square>div>section{height:100%;min-height:inherit}}.pubs.horizontal{padding-top:16.66667%;position:relative;height:0;min-height:inherit}.pubs.horizontal>div{position:absolute;top:0;bottom:0;left:0;right:0;min-height:inherit}.pubs.horizontal>div>section{height:100%;min-height:inherit}.pubs.horizontal-mini{padding-top:50%;position:relative;height:0;min-height:inherit}.pubs.horizontal-mini>div{position:absolute;top:0;bottom:0;left:0;right:0;min-height:inherit}.pubs.horizontal-mini>div>section{height:100%;min-height:inherit}.team-score-list-link{color:#2c272f}.team-score,.team-score-list-link{width:100%;border-bottom:1px solid #e5f6fd;float:left}.team-score{height:100px}@media only screen and (max-width:959px){.team-score{height:140px}}@media only screen and (max-width:599px){.team-score{padding-top:80px;-webkit-box-sizing:content-box;box-sizing:content-box}}.team-score:last-child{border-bottom:0}.team-score .team-score-list-date{width:44px;padding:21px 0;text-align:center;float:left}.team-score .team-score-list-date .month{display:inline-block;width:100%;font-size:12px;color:#2c272f;text-transform:uppercase;font-weight:500}.team-score .team-score-list-date .day{display:inline-block;width:100%;color:#00a6f0;font-size:34px;font-family:Fira Sans Condensed,sans-serif;font-weight:700}@media only screen and (max-width:479px){.team-score{background-color:#fafafa;margin-bottom:15px;padding:0;height:auto}.team-score .team-score-list-info{width:100%}.team-score .team-score-list-info .team-score-list-competition{padding:15px 10px;text-align:center}.team-score .team-score-list-info .team-score-list-competition p:first-child{font-size:12px}.team-score .team-score-list-info .team-score-list-competition p:last-child{font-size:10px}.team-score .team-score-list-info .team-score-list-vs{top:0;position:relative;margin-left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto}.team-score .team-score-list-info .away,.team-score .team-score-list-info .home{padding:10px 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.team-score .team-score-list-info .symbol{padding:0;font-size:34px}.team-score .team-score-list-date{width:100%;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;border-bottom:1px solid rgba(0,0,0,.1)}.team-score .team-score-list-date .day{font-size:14px;display:inherit;width:auto;margin-left:5px}.team-score .team-score-list-date .month{width:auto;font-size:14px}}.team-score-list-info{width:calc(100% - 44px);float:left;position:relative}.team-score-list-info .team-score-list-vs{width:45%;height:100px;float:left}@media only screen and (max-width:959px){.team-score-list-info .team-score-list-vs{width:55%}}@media only screen and (max-width:599px){.team-score-list-info .team-score-list-vs{position:absolute;top:-75px;left:0;width:calc(100% + 44px);margin-left:-44px}}.team-score-list-info .team-score-list-vs .symbol{width:110px;font-size:32px;color:#2c272f;font-weight:700;font-family:Fira Sans Condensed,sans-serif;padding:30px 0;float:left;text-align:center;letter-spacing:-.42pt}.team-score-list-info .team-score-list-vs .symbol span:not(.team-score-separator){min-width:44px}.team-score-list-info .team-score-list-vs .symbol span{display:inline-block}.team-score-list-info .team-score-list-vs .symbol span.is-main{color:#00a6f0}.team-score-list-info .team-score-list-vs .symbol .team-score-separator{font-family:Fira Sans,sans-serif;font-weight:700;-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0);padding-left:5px;padding-right:5px;-webkit-box-sizing:content-box;box-sizing:content-box}.team-score-list-info .team-score-list-vs .home{width:calc(50% - 65px);float:left;text-align:right;padding:28px 15px 28px 0}@media only screen and (max-width:767px){.team-score-list-info .team-score-list-vs .home{padding:16px}.team-score-list-info .team-score-list-vs .home>div{text-align:center;float:right}}@media only screen and (max-width:599px){.team-score-list-info .team-score-list-vs .home{padding:28px 15px 28px 0}.team-score-list-info .team-score-list-vs .home>div{width:100%;text-align:right}}@media only screen and (max-width:479px){.team-score-list-info .team-score-list-vs .home{padding:16px}.team-score-list-info .team-score-list-vs .home>div{text-align:center;float:right;width:auto}}.team-score-list-info .team-score-list-vs .home p{width:calc(100% - 50px);float:right;font-size:14px;font-weight:700}@media only screen and (max-width:767px){.team-score-list-info .team-score-list-vs .home p{width:auto;clear:both;float:none;margin:0}}@media only screen and (max-width:599px){.team-score-list-info .team-score-list-vs .home p{float:right;width:calc(100% - 50px);clear:none;padding:13px 0}}@media only screen and (max-width:479px){.team-score-list-info .team-score-list-vs .home p{width:auto;clear:both;float:none;margin:0;padding:0;font-size:10px}}.team-score-list-info .team-score-list-vs .home img{width:40px;float:right;margin:0 0 0 10px}@media only screen and (max-width:767px){.team-score-list-info .team-score-list-vs .home img{margin:0;float:none}}@media only screen and (max-width:599px){.team-score-list-info .team-score-list-vs .home img{float:right;margin:0 0 0 10px}}@media only screen and (max-width:479px){.team-score-list-info .team-score-list-vs .home img{margin:0;float:none}}.team-score-list-info .team-score-list-vs .away{width:calc(50% - 65px);float:left;text-align:left;padding:28px 0 28px 15px}@media only screen and (max-width:767px){.team-score-list-info .team-score-list-vs .away{padding:16px}.team-score-list-info .team-score-list-vs .away>div{text-align:center;float:left}}@media only screen and (max-width:599px){.team-score-list-info .team-score-list-vs .away{padding:28px 0 28px 15px}.team-score-list-info .team-score-list-vs .away>div{width:100%;text-align:left}}@media only screen and (max-width:479px){.team-score-list-info .team-score-list-vs .away{padding:16px}.team-score-list-info .team-score-list-vs .away>div{text-align:center;float:left;width:auto}}.team-score-list-info .team-score-list-vs .away p{width:calc(100% - 50px);float:left;font-size:14px;font-weight:700}@media only screen and (max-width:767px){.team-score-list-info .team-score-list-vs .away p{width:auto;clear:both;float:none;margin:0}}@media only screen and (max-width:599px){.team-score-list-info .team-score-list-vs .away p{float:left;clear:none;width:calc(100% - 50px);padding:13px 0}}@media only screen and (max-width:479px){.team-score-list-info .team-score-list-vs .away p{width:auto;clear:both;float:none;margin:0;padding:0;font-size:10px}}.team-score-list-info .team-score-list-vs .away img{width:40px;float:left;margin:0 10px 0 0}@media only screen and (max-width:767px){.team-score-list-info .team-score-list-vs .away img{margin:0;float:none}}@media only screen and (max-width:599px){.team-score-list-info .team-score-list-vs .away img{float:left;margin:0 10px 0 0}}@media only screen and (max-width:479px){.team-score-list-info .team-score-list-vs .away img{margin:0;float:none}}.team-score-list-info .team-score-list-competition{width:35%;float:left;padding:30px 0}@media only screen and (max-width:959px){.team-score-list-info .team-score-list-competition{width:45%}}@media only screen and (max-width:599px){.team-score-list-info .team-score-list-competition{width:100%;padding-left:15px}}.team-score-list-info .team-score-list-competition p{margin:0;line-height:14px}.team-score-list-info .team-score-list-competition p:first-child{font-weight:400;font-size:14px;margin-bottom:8px}.team-score-list-info .team-score-list-competition p:last-child{font-size:12px;font-weight:400}.team-score-list-info .team-score-list-competition p:last-child b{font-weight:700}.team-score-list-info .team-score-list-actions{width:20%;float:left;padding:35px 0}@media only screen and (max-width:959px){.team-score-list-info .team-score-list-actions{width:calc(100% + 44px);padding:0;margin-top:-5px;margin-left:-44px;text-align:center}}@media only screen and (max-width:479px){.team-score-list-info .team-score-list-actions{background-color:#fafafa;margin-left:0;width:100%;padding:5px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.team-score-list-info .team-score-list-actions .team-score-broadcaster{color:#00a6f0;font-weight:500;font-size:12px;float:right;margin:0;line-height:30px}@media only screen and (max-width:959px){.team-score-list-info .team-score-list-actions .team-score-broadcaster{float:left}}.team-score-list-info .team-score-list-actions .team-score-broadcaster span{font-size:13px;margin-right:5px;margin-top:2px;float:left}.team-score-list-info .team-score-list-actions .team-score-game-sheet{border:1px solid #00a6f0;height:30px;text-transform:uppercase;font-size:10px;font-weight:700;background-color:#fff;color:#00a6f0;padding:0 10px;line-height:30px;float:right;cursor:pointer;margin-left:10px;text-decoration:none;display:inline-block}@media only screen and (min-width:480px){.team-score-list-info .team-score-list-actions .team-score-game-sheet{position:relative;overflow:hidden}.team-score-list-info .team-score-list-actions .team-score-game-sheet:before{content:"";display:block;position:absolute;background:#00a6f0;width:100%;height:100%;left:0;bottom:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0;-webkit-transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out,-webkit-transform .33s ease-in-out}.team-score-list-info .team-score-list-actions .team-score-game-sheet>*{position:relative}.team-score-list-info .team-score-list-actions .team-score-game-sheet:focus:not([disabled]),.team-score-list-info .team-score-list-actions .team-score-game-sheet:hover:not([disabled]){outline:0;-webkit-transition:background-color .33s ease-in-out;-o-transition:background-color .33s ease-in-out;transition:background-color .33s ease-in-out}.team-score-list-info .team-score-list-actions .team-score-game-sheet:focus:not([disabled]):before,.team-score-list-info .team-score-list-actions .team-score-game-sheet:hover:not([disabled]):before{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.team-score-list-info .team-score-list-actions .team-score-game-sheet:focus:not([disabled]) .icon,.team-score-list-info .team-score-list-actions .team-score-game-sheet:hover:not([disabled]) .icon{-webkit-transform:translateX(-3px);-ms-transform:translateX(-3px);transform:translateX(-3px)}.team-score-list-info .team-score-list-actions .team-score-game-sheet .icon{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .33s ease-in-out;transition:-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out;transition:transform .33s ease-in-out;transition:transform .33s ease-in-out,-webkit-transform .33s ease-in-out}.team-score-list-info .team-score-list-actions .team-score-game-sheet:hover{color:#fff}}@media only screen and (max-width:479px){.team-score-list-info .team-score-list-actions .team-score-game-sheet{border:0 solid #00a6f0;background-color:transparent;margin:0 auto;font-size:12px}}@media only screen and (max-width:959px){.team-score-list-info .team-score-list-actions .team-score-game-sheet{float:none}}.team-score-list-info .team-score-list-actions .team-score-add-event{float:right;border:0;background-color:#fff;color:#00a6f0;font-size:22px;margin-left:10px;cursor:pointer}.team-score-list-info .team-score-list-actions .team-score-add-event span{margin-top:2px;float:left}.search-content{padding:0 10px 10px}@media only screen and (min-width:480px){.search-content{padding:20px}}.search-content .search-header{width:100%;padding-top:10px;border-bottom:2px solid rgba(207,216,220,.1);position:relative}@media only screen and (max-width:479px){.search-content .search-header{height:50px;overflow:hidden;padding-top:0}.search-content .search-header,.search-content .search-header.expand{-webkit-transition:height .15s cubic-bezier(.445,.05,.55,.95);-o-transition:height .15s cubic-bezier(.445,.05,.55,.95);transition:height .15s cubic-bezier(.445,.05,.55,.95)}.search-content .search-header.expand{min-height:100px;overflow:visible}}.search-content .search-header .search-responsive-filter-button{display:block}@media only screen and (min-width:480px){.search-content .search-header .search-responsive-filter-button{display:none}}.search-content .search-header .seach-header-buttons{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;position:absolute;right:0;top:0}.search-content .search-header .seach-header-buttons button{background-color:transparent;border-color:transparent;color:#00a6f0;cursor:pointer;font-family:Fira Sans,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:0;text-align:right;width:36px}.search-content .search-header .seach-header-buttons button .icon{margin-left:10px}.search-content .search-header .seach-header-buttons button.right .icon{margin-left:0;margin-right:10px}.search-content .search-header .seach-header-buttons button:focus,.search-content .search-header .seach-header-buttons button:hover{background-color:transparent;border-color:transparent;color:#00a6f0;outline:0}.search-content .search-header .seach-header-buttons button.disabled,.search-content .search-header .seach-header-buttons button[disabled]{cursor:not-allowed;opacity:.5}.search-content .search-header .seach-header-buttons button.disabled:focus,.search-content .search-header .seach-header-buttons button.disabled:hover,.search-content .search-header .seach-header-buttons button[disabled]:focus,.search-content .search-header .seach-header-buttons button[disabled]:hover{color:#00a6f0}.search-content .search-header .search-header-input{border:0;font-family:Fira Sans,sans-serif;font-size:14px;font-weight:700;height:50px;outline:0;width:100%}.search-content .search-header .search-header-input::-webkit-input-placeholder{color:#cfd8dc}.search-content .search-header .search-header-input:-ms-input-placeholder,.search-content .search-header .search-header-input::-ms-input-placeholder{color:#cfd8dc}.search-content .search-header .search-header-input::placeholder{color:#cfd8dc}@media only screen and (min-width:480px){.search-content .search-header .search-header-input{font-size:24px}}.search-content .search-header .search-header-filters{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:40px;width:100%}.search-content .search-header .search-header-filters .search-example{color:#cfd8dc;display:none;font-size:14px;font-weight:400;letter-spacing:-.09px;line-height:20px}@media only screen and (min-width:480px){.search-content .search-header .search-header-filters .search-example{display:block;width:100%}}@media only screen and (min-width:768px){.search-content .search-header .search-header-filters .search-example{width:auto}}.search-content .search-header .search-header-filters .search-results-count{color:#2c272f;display:none;font-size:14px;font-weight:500;line-height:40px}@media only screen and (min-width:480px){.search-content .search-header .search-header-filters .search-results-count{display:block}}.search-content .search-header .search-header-filters .search-selects{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.search-content .search-header .search-header-filters .search-selects .select-input{margin-right:15px;outline:0}@media only screen and (min-width:480px){.search-content .search-header .search-header-filters .search-selects .select-input{float:left}}.search-content .search-header .search-header-filters .search-selects .select-input:last-of-type{margin-right:10px}.search-content .search-header .search-header-filters .search-selects .select-input .Select-menu-outer{left:0;right:0}.search-content .search-header .search-header-filters .search-selects .select-input .Select-placeholder{color:#2c272f;font-size:14px;font-weight:700;padding-right:0;text-transform:uppercase}.search-content .search-header .search-header-filters .checkbox-label{color:#2c272f;font-size:14px;font-weight:700;margin-left:0;margin-right:6px;text-transform:uppercase}.search-content .search-header .search-header-filters .checkbox-svg{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.search-content .search-popular-header{margin-top:0;padding-left:10px;width:100%}@media only screen and (min-width:480px){.search-content .search-popular-header{margin-top:10px;padding-left:20px}}.search-content .search-popular-header h2{color:#969199;font-size:14px;font-weight:500;line-height:40px}.search-content .search-results-list{margin-left:-10px;width:calc(100% + 20px)}@media only screen and (min-width:480px){.search-content .search-results-list{margin-left:-20px;width:calc(100% + 40px)}}.search-content .search-results-list.empty-list{text-align:center;padding:20px}.search-content .search-results-list.empty-list .empty-list-suggestions{color:#969199;font-size:12px;font-weight:500;margin:0}@media only screen and (min-width:480px){.search-content .search-results-list.empty-list .empty-list-suggestions{font-size:14px}}.search-content .search-results-list.empty-list .empty-list-suggestions span{display:inline-block;margin-top:10px}.search-content .search-results-list.empty-list .empty-list-suggestions a{border:1px solid #00a6f0;color:#00a6f0;font-size:10px;font-weight:900;margin-left:3px;padding:4px 3px 3px;text-decoration:none;text-transform:uppercase}.search-content .search-results-list.empty-list .empty-list-suggestions a:hover{background-color:#00a6f0;color:#fff}.search-content .search-results-list.empty-list h1{color:#969199;font-size:16px;font-weight:500;line-height:20px;margin:0 auto 20px}@media only screen and (min-width:480px){.search-content .search-results-list.empty-list h1{font-size:20px;margin:0}}@media only screen and (min-width:768px){.search-content .search-results-list.empty-list h1{font-size:24px}}.search-content .search-results-list.empty-list h1 .highlighted{color:#2c272f}.search-content .search-results-list.empty-list .icon{-webkit-box-sizing:content-box;box-sizing:content-box;width:44px;height:44px;padding:10px;margin-top:30px}@media only screen and (min-width:480px){.search-content .search-results-list.empty-list .icon{padding:20px;margin-top:20px}}@media only screen and (min-width:768px){.search-content .search-results-list.empty-list .icon{margin-top:40px;padding:40px}}.search-content .search-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #f3fcff;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;padding:8.5px 10px;position:relative;text-decoration:none}@media only screen and (min-width:480px){.search-content .search-item{padding:17px 20px}}.search-content .search-item:hover{background-color:#f3fcff}.search-content .search-item:hover h1{color:#2c272f}.search-content .search-item .search-item-body{-ms-flex-preferred-size:100%;flex-basis:100%;margin-right:10px}@media only screen and (min-width:480px){.search-content .search-item .search-item-body{margin-right:20px}}.search-content .search-item .search-item-thumb{-ms-flex-item-align:start;align-self:flex-start;-ms-flex-negative:0;flex-shrink:0;margin-right:10px;width:40px}@media only screen and (min-width:480px){.search-content .search-item .search-item-thumb{width:60px;margin-right:20px}}.search-content .search-item .search-item-thumb.player{background-color:#f3fcff;background-image:url("https://files.app.fcporto.pt/website/static/images/loading_lightblue.gif");background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;height:40px;overflow:hidden}.search-content .search-item .search-item-thumb.player img{height:40px}@media only screen and (min-width:480px){.search-content .search-item .search-item-thumb.player,.search-content .search-item .search-item-thumb.player img{height:60px}}.search-content .search-item .search-item-thumb img{width:100%;float:left;background-size:contain;background-position:top;background-repeat:no-repeat}@media only screen and (min-width:480px){.search-content .search-item .search-item-thumb img{width:0;height:0;padding-left:100%;padding-top:100%;background-size:cover}}.search-content .search-item .search-item-arrow{display:none;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}@media only screen and (min-width:480px){.search-content .search-item .search-item-arrow{display:block}}.search-content .search-item .search-item-arrow>.icon{width:50px}.search-content .search-item .search-item-arrow>.icon path{fill:#cfd8dc}.search-content .search-item .search-item-arrow .button-clear{font-size:12px;padding:11px 15px;text-transform:uppercase}.search-content .search-item h1{color:#969199;font-size:14px;font-weight:700;line-height:20px;margin:0 auto 20px}@media only screen and (min-width:480px){.search-content .search-item h1{font-size:20px;line-height:25px;margin:0}}@media only screen and (min-width:768px){.search-content .search-item h1{font-size:24px;line-height:30px}}.search-content .search-item h1 .highlighted{color:#2c272f}.search-content .search-item p{color:#2c272f;font-size:12px;font-weight:500;line-height:21px;margin-top:-3px;margin:0;text-transform:uppercase}.search-content .search-item p span{color:#00a6f0;margin-left:5px}.checkout .Select{opacity:1}.checkout .Select-control{height:0}.checkout .text-right{text-align:right}.checkout .title{font-weight:900;font-size:14px;letter-spacing:.6px;line-height:14px;color:#2c272f;text-transform:uppercase;margin:0 0 14px}@media only screen and (max-width:767px){.checkout .title{margin-bottom:0;font-size:12px;margin-top:20px}}.checkout .fl-input-container{margin-top:0}.checkout .color-active{color:#00a6f0}.checkout .container{padding:20px}@media only screen and (max-width:479px){.checkout .container{padding:10px}}.checkout .header{background-color:#fafafa;padding:20px}@media only screen and (max-width:479px){.checkout .header{padding:10px}}.checkout .header .steps{text-align:center;margin-top:40px;margin-bottom:40px}@media only screen and (max-width:767px){.checkout .header .steps{margin-top:-10px;margin-bottom:20px}}.checkout .header .steps .number{font-weight:800;font-size:144px;color:#eaeaea}@media only screen and (max-width:767px){.checkout .header .steps .number{display:none}}.checkout .header .steps .page-counter{display:block}@media only screen and (max-width:767px){.checkout .header .steps .page-counter{display:none;font-weight:500;font-size:12px;color:#969199;line-height:16px;margin-left:97%}}@media only screen and (max-width:479px){.checkout .header .steps .page-counter{margin-left:95%}}.checkout .header .steps .page-total{display:none}@media only screen and (max-width:767px){.checkout .header .steps .page-total{display:block;font-weight:500;font-size:12px;color:#969199;line-height:16px}}.checkout .header .steps h3{font-weight:700;font-size:24px;color:#2c272f;line-height:28px;position:relative;margin:-68px 0 0;padding:0 17%;width:100%}@media only screen and (max-width:1199px){.checkout .header .steps h3{padding:0}}@media only screen and (max-width:767px){.checkout .header .steps h3{display:none}}.checkout .header .steps .current-page{font-weight:700;font-size:24px;line-height:28px;margin-top:-68px;width:100%;padding:0 22%}@media only screen and (max-width:767px){.checkout .header .steps .current-page{display:none;width:100%;text-align:left;margin:0;padding-left:0;position:relative;font-size:12px;line-height:12px;text-transform:uppercase}}.checkout .header .steps .current-page-mobile{display:none}@media only screen and (max-width:767px){.checkout .header .steps .current-page-mobile{display:block}}.checkout .header .steps .color-active{color:#00a6f0}@media only screen and (max-width:767px){.checkout .header .steps .pages{display:-webkit-box;display:-ms-flexbox;display:flex}}.checkout .header .steps .middle{margin:10px 0 0;padding:0 35%;width:100%}@media only screen and (max-width:1199px){.checkout .header .steps .middle{padding:0 25%}}.checkout .header .steps .stroke{width:100%;height:95px;border-bottom:1px solid #eaeaea;text-align:center}@media only screen and (max-width:767px){.checkout .header .steps .stroke{display:none}}.checkout .header .steps .stroked{background-color:#fafafa;padding:0 50px}.checkout .header .small-title{font-weight:700;font-size:12px;color:#2c272f;line-height:20px;text-transform:uppercase}@media only screen and (max-width:767px){.checkout .header .small-title{display:none}}.checkout .header .big-title{font-weight:800;font-size:24px;color:#2c272f;letter-spacing:.5px;line-height:30px;text-transform:uppercase}@media only screen and (max-width:767px){.checkout .header .big-title{font-size:20px}}.checkout .body{margin-top:20px}.checkout .body .text-total{font-weight:500;font-size:12px;color:#2c272f;letter-spacing:.13px;line-height:12px;text-transform:uppercase}.checkout .body .checkbox-information{font-weight:400;font-size:14px;color:#2c272f;text-transform:uppercase;padding-top:5px}@media only screen and (max-width:767px){.checkout .body .checkbox-information{font-size:12px;text-transform:none}}.checkout .body .memberdata-checkbox-information{text-transform:none;line-height:30px}@media only screen and (max-width:767px){.checkout .body .memberdata-checkbox-information{font-size:12px}}.checkout .body form div:not(.fl-input-container){padding-right:40px;position:relative;margin-top:20px}@media only screen and (max-width:767px){.checkout .body form div:not(.fl-input-container){padding-right:20px}}@media only screen and (max-width:479px){.checkout .body form div:not(.fl-input-container){padding-right:10px}}.checkout .body form .content{background-color:#fafafa;position:relative;margin-left:0;margin-top:0!important;width:100%;min-height:40px;padding:2px 15px;padding-right:5px!important;display:inline-block}.checkout .body form .content div{padding:0;margin:0}.checkout .body form .content .isSelected .Select-control .Select-value .Select-value-label{color:#2c272f}.checkout .body form .content .Select-control{width:100%;background:#fafafa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.checkout .body form .content .Select-control .Select-value .Select-value-label{text-transform:none}.checkout .body form .content .Select-control .Select-arrow-zone{line-height:0;-webkit-box-flex:0;-ms-flex:0;flex:0}.checkout .body form .content .Select-control .Select-multi-value-wrapper{max-width:calc(100% - 20px);-webkit-box-flex:1;-ms-flex:1;flex:1}.checkout .body form .content .Select.has-value.is-focused.Select--single{height:100%;position:static;background:#fafafa}.checkout .body form .content .Select.has-value.is-focused.Select--single .Select-menu-outer{position:absolute;display:inline-block;width:100%;background:#fafafa;z-index:99;height:300px;overflow:auto;top:0;left:0;padding-left:15px;min-width:100%}.checkout .body form .content .Select.has-value.is-focused.Select--single .Select-menu-outer .Select-option{width:100%;text-transform:none;background:#fafafa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.checkout .body form .content .Select.has-value.is-focused.Select--single .Select-menu-outer .Select-option span{white-space:normal;line-height:1.2;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.checkout .body form .content .Select.has-value.is-focused.Select--single.is-open .Select-arrow-zone{z-index:999}.checkout .body .checked{-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;width:25px;height:25px;border:0;border-radius:100%;text-align:center;cursor:pointer;background-color:#00a6f0;margin-right:20px}@media only screen and (max-width:479px){.checkout .body .checked{margin-right:10px}}.checkout .body .checked .icon{vertical-align:bottom}.checkout .body .unchecked{-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;width:25px;height:25px;border:1px solid #969199;border-radius:100%;text-align:center;cursor:pointer;background-color:#fff;margin-right:20px}@media only screen and (max-width:479px){.checkout .body .unchecked{margin-right:10px}}.checkout .body .unchecked .icon{vertical-align:bottom}.checkout .body .confirmations{margin-top:50px;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:767px){.checkout .body .confirmations{margin-top:30px;margin-bottom:40px}.checkout .body .confirmations>div{-webkit-box-flex:0;-ms-flex:0;flex:0;-ms-flex-preferred-size:25px;flex-basis:25px}.checkout .body .confirmations>span{-webkit-box-flex:1;-ms-flex:1;flex:1}}.checkout .body .separator{display:none}@media only screen and (max-width:767px){.checkout .body .separator{margin-left:-20px;display:block;border-top:1px solid #eaeaea;width:calc(100% + 40px)}}@media only screen and (max-width:479px){.checkout .body .separator{margin-left:-10px;width:calc(100% + 20px)}}.checkout .body .billing-address{margin-top:20px}.checkout .body .shipping-method .title{margin-top:50px;margin-bottom:40px}.checkout .body .shipping-method .name{font-weight:700;font-size:14px;color:#2c272f;text-transform:uppercase;margin:0;padding-top:5.5px;padding-right:20px}@media only screen and (max-width:767px){.checkout .body .shipping-method .name{font-size:10px}}.checkout .body .shipping-method .cost{font-weight:500;font-size:14px;color:#2c272f}.checkout .body .shipping-method .content{position:relative;background-color:#fafafa;margin-left:44px;width:336px;min-height:40px;padding:2px 15px;display:inline-block}@media only screen and (max-width:479px){.checkout .body .shipping-method .content{margin-left:35px}}@media only screen and (max-width:767px){.checkout .body .shipping-method .content{width:256px}.checkout .body .shipping-method .content span{font-size:10px}}.checkout .body .shipping-method .content .isSelected .Select-control .Select-value .Select-value-label{color:#2c272f}.checkout .body .shipping-method .content .Select-control{width:100%;background:#fafafa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.checkout .body .shipping-method .content .Select-control .Select-value .Select-value-label{text-transform:none;color:rgba(44,39,47,.3)}.checkout .body .shipping-method .content .Select-control .Select-arrow-zone{line-height:0;-webkit-box-flex:0;-ms-flex:0;flex:0}.checkout .body .shipping-method .content .Select-control .Select-multi-value-wrapper{max-width:calc(100% - 20px);-webkit-box-flex:1;-ms-flex:1;flex:1}.checkout .body .shipping-method .content .Select.has-value.is-focused.Select--single{height:100%;position:static;background:#fafafa}.checkout .body .shipping-method .content .Select.has-value.is-focused.Select--single .Select-menu-outer{position:absolute;display:inline-block;width:100%;background:#fafafa;z-index:99;overflow:auto;top:0;left:0;margin-top:0}.checkout .body .shipping-method .content .Select.has-value.is-focused.Select--single .Select-menu-outer .Select-option{width:100%;text-transform:none;background:#fafafa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.checkout .body .shipping-method .content .Select.has-value.is-focused.Select--single .Select-menu-outer .Select-option span{white-space:normal;line-height:1.2;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.checkout .body .shipping-method .content .Select.has-value.is-focused.Select--single.is-open .Select-arrow-zone{z-index:999}.checkout .body .shipping-method option{margin-right:10px}.checkout .body .shipping-method button{margin-top:50px}@media only screen and (max-width:767px){.checkout .body .shipping-method button{display:none}}.checkout .body .shipping-method .button-mobile{display:none}@media only screen and (max-width:767px){.checkout .body .shipping-method .button-mobile{display:block;margin:20px 0 40px}.checkout .body .shipping-method .button-mobile button{display:inline-block;margin-top:0}}.checkout .body .shipping-method .button-mobile .total-amount-mobile{display:none}@media only screen and (max-width:767px){.checkout .body .shipping-method .button-mobile .total-amount-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;height:44px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.checkout .body .shipping-method .button-mobile .total-amount-mobile .text-total{margin:0;margin-top:6px;font-size:12px}.checkout .body .shipping-method .button-mobile .total-amount-mobile .name{padding:0;margin-top:4px;font-size:12px}}.checkout .body .shipping-method .button-mobile .forward-button-mobile{display:none}@media only screen and (max-width:767px){.checkout .body .shipping-method .button-mobile .forward-button-mobile{display:initial;text-align:right}.checkout .body .shipping-method .button-mobile .forward-button-mobile button{min-width:150px}.checkout .body .shipping-method .button-mobile .forward-button-mobile button>svg{margin-left:25px}}@media only screen and (max-width:767px){.checkout .body .shipping-method .last-method{margin-bottom:30px}}.checkout .body .shipping-method>div{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}@media only screen and (max-width:767px){.checkout .body .shipping-address{margin-bottom:40px}}.checkout .aside{margin-top:20px;margin-bottom:20px}@media only screen and (max-width:767px){.checkout .aside{display:none}}.checkout .aside .title{font-weight:700;font-size:14px;letter-spacing:.2px;line-height:14px}.checkout .aside .text-types-info{font-weight:500;font-size:12px;color:#969199;letter-spacing:.2px}.checkout .aside .text-values{font-weight:400;font-size:12px;color:#00a6f0;letter-spacing:.43px;line-height:14px}.checkout .aside .text-highlight{font-weight:500;font-size:12px;color:#00a6f0;letter-spacing:.03px;line-height:14px}.checkout .aside .text-titles{font-weight:500;font-size:12px;color:#2c272f;letter-spacing:.2px}.checkout .aside .content{background-color:#fafafa;padding:20px}.checkout .aside .content>div{margin-bottom:10px}.checkout .aside .content .shipping-costs{border-bottom:1px solid #cfd8dc;padding-bottom:20px}.checkout .aside .content .shipping-costs .warning-free-shipping{margin-top:10px}.checkout .aside .content .total{text-transform:uppercase;margin-top:10px}.checkout .aside .promo-code{margin-top:20px}.checkout .aside .promo-code .button-outline{line-height:12px}.checkout .aside .gift-cart{margin-top:20px}@media only screen and (max-width:959px){.checkout .aside .gift-cart{width:49%;margin-top:40px;float:right}}.checkout .aside .products-list{margin-top:20px}.checkout .aside .products-list .content{padding:0}@media only screen and (max-width:1199px){.checkout .aside .products-list .basket-products-list-col-image{margin-right:20px}}.checkout .aside .products-list .basket-products-list{background-color:#fafafa}@media only screen and (max-width:959px){.checkout .aside .products-list{margin-top:40px}}.checkout .description-payment-method{font-weight:400;font-size:14px;color:#969199;line-height:18px;margin-left:45px;margin-bottom:20px;width:340px}@media only screen and (max-width:767px){.checkout .description-payment-method{width:300px}}.checkout .title-mb{padding-top:5px}.checkout .payment-methods{margin-left:20px}.checkout .payment-methods .title,.checkout .payment-methods img,.checkout .payment-methods span{cursor:pointer}.checkout .payment-methods-1{margin-top:50px}@media only screen and (max-width:959px){.checkout .payment-methods-3{margin-bottom:30px}}.checkout .shipping-next-step{margin-top:80px}@media only screen and (max-width:767px){.checkout .shipping-next-step{display:none}}@media only screen and (max-width:959px){.checkout .finish .aside{padding-right:20px}}.checkout .finish .aside .button-container{margin-top:20px}.checkout .finish .aside .button-container button{width:100%}.checkout .finish .finish-container-body{padding-right:20px}@media only screen and (max-width:767px){.checkout .finish .finish-container-body{padding-right:0}}.checkout .finish .finish-container-body .title{margin-top:20px}@media only screen and (max-width:767px){.checkout .finish .finish-container-body .title{display:none}}.checkout .finish .finish-container-body .body{background-color:#fafafa;margin-top:0;padding-top:20px;margin-bottom:20px}@media only screen and (max-width:767px){.checkout .finish .finish-container-body .body{background-color:#fff}}.checkout .finish .finish-container-body .body .basket-products-list-col-info{padding-left:20px}.checkout .finish .finish-container-body .body .basket-products-list{background-color:#fafafa}@media only screen and (max-width:767px){.checkout .finish .finish-container-body .body .basket-products-list{background-color:#fff;padding-left:0;padding-right:0}}.checkout .finish .finish-container-body .body .title{margin:20px 0 0 20px;font-weight:700;font-size:14px}.checkout .finish .finish-container-body .body .container-info{padding-left:20px;margin-bottom:20px}@media only screen and (max-width:767px){.checkout .finish .finish-container-body .body .container-info{padding-left:0}}.checkout .finish .finish-container-body .body .container-info .title{margin-left:0;margin-bottom:20px}.checkout .finish .finish-container-body .body .container-info .info{font-weight:400;font-size:14px;margin:10px 0 0;max-width:95%}.checkout .finish .finish-container-body .body .container-info .info .key{color:#969199}.checkout .finish .finish-container-body .body .container-info .info .value{color:#2c272f}.checkout .finish .finish-container-body .body .container-info .info-card img{width:100%}.checkout .finish .finish-container-body .body .container-info .information-list{padding-left:0;list-style-type:none}.checkout .finish .finish-container-body .resume-mobile .key{font-weight:700;font-size:10px;color:#969199;letter-spacing:.17px}.checkout .finish .finish-container-body .resume-mobile .value{font-weight:500;font-size:10px;color:#00a6f0;letter-spacing:.36px;line-height:14px;float:right;margin-right:20px}.checkout .finish .finish-container-body .resume-mobile .button-mobile{margin:0}.checkout .finish .finish-container-body .resume-mobile .row-info{margin-bottom:10px}.checkout .finish .finish-container-body .resume-mobile .last-hr{margin-bottom:20px}.checkout .success .container-title,.checkout .success .header-text-title{width:40%}.checkout .success .container-title .header-text-title{width:100%}.checkout .success .body{padding:20px}@media only screen and (max-width:479px){.checkout .success .body{padding:10px}}.checkout .success .body .content{padding:0 15%}@media only screen and (max-width:767px){.checkout .success .body .content{padding:0}}.checkout .success .body .order-message{font-weight:800;font-size:24px;color:#2c272f;line-height:30px}.checkout .success .body .order-message .order-number{color:#00a6f0}.checkout .success .body .extra-info{font-weight:"Fira Sans",sans-serif;font-size:18px;color:#2c272f;letter-spacing:-.25px;line-height:30px}.checkout .success .body .aside{margin-right:5px;float:right}@media only screen and (max-width:767px){.checkout .success .body .aside{display:block}}@media only screen and (max-width:767px){.checkout .success .body .aside hr{margin:0 0 20px}}.checkout .success .body hr{border-top:1px solid #eaeaea}@media only screen and (max-width:767px){.checkout .success .body hr{margin:0 -20px}}@media only screen and (max-width:479px){.checkout .success .body hr{margin:0 -10px}}.checkout .success .highlights-grid-container{padding:20px;margin-top:40px}@media only screen and (max-width:479px){.checkout .success .highlights-grid-container{padding:10px}}.checkout .success .highlights-grid-container h3{font-weight:800;text-transform:uppercase;font-size:14px;color:#00a6f0;letter-spacing:.1px}.checkout .success .advertise{width:260px}@media only screen and (max-width:959px){.checkout .success .advertise{margin-top:36px;width:100%}}.checkout .success .page-header.static-header h2{margin:140px 0 -40px 20px}.checkout .store-faq-slider{margin-top:40px}.checkout.payment .body{padding-right:20px}@media only screen and (max-width:767px){.checkout.payment .body{padding-right:0}}.checkout.payment .body .btn-brain-tree:before{opacity:0}.checkout.payment .body .error-payment{font-weight:700;font-size:14px;color:#ee8e31;line-height:14px}@media only screen and (max-width:959px){.checkout.payment .aside{padding-right:20px}}.tp-slider-wrapper{max-width:100%;overflow-x:hidden;position:relative;width:100%}.slider-container{overflow-x:hidden}.tp-slider-next-preview-button{cursor:pointer;height:100%;position:absolute;right:0;top:0;width:10%;z-index:10}.tp-slider{height:100%;left:0;list-style:none;margin:-1px 0 0;padding:0;position:absolute}.tp-slider.animated{-webkit-transition:-webkit-transform .7s cubic-bezier(.445,.05,.55,.95);transition:-webkit-transform .7s cubic-bezier(.445,.05,.55,.95);-o-transition:transform .7s cubic-bezier(.445,.05,.55,.95);transition:transform .7s cubic-bezier(.445,.05,.55,.95);transition:transform .7s cubic-bezier(.445,.05,.55,.95),-webkit-transform .7s cubic-bezier(.445,.05,.55,.95)}.tp-slider.animated>li .vertical-center{-webkit-transition:opacity .5s cubic-bezier(.445,.05,.55,.95);-o-transition:opacity .5s cubic-bezier(.445,.05,.55,.95);transition:opacity .5s cubic-bezier(.445,.05,.55,.95)}.tp-slider.animated>li.exiting.next .slide-background,.tp-slider.animated>li.exiting.prev .slide-background{-webkit-transition:-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);transition:-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);-o-transition:transform .5s cubic-bezier(.445,.05,.55,.95);transition:transform .5s cubic-bezier(.445,.05,.55,.95);transition:transform .5s cubic-bezier(.445,.05,.55,.95),-webkit-transform .5s cubic-bezier(.445,.05,.55,.95);-webkit-transition-delay:.155s;-o-transition-delay:.155s;transition-delay:.155s}.tp-slider.animated>li.visible.entering.next .slide-background{-webkit-transition:-webkit-transform .55s cubic-bezier(.445,.05,.55,.95);transition:-webkit-transform .55s cubic-bezier(.445,.05,.55,.95);-o-transition:transform .55s cubic-bezier(.445,.05,.55,.95);transition:transform .55s cubic-bezier(.445,.05,.55,.95);transition:transform .55s cubic-bezier(.445,.05,.55,.95),-webkit-transform .55s cubic-bezier(.445,.05,.55,.95)}.tp-slider.animated>li.visible.entering.prev .slide-background{-webkit-transition:-webkit-transform 0s cubic-bezier(.445,.05,.55,.95);transition:-webkit-transform 0s cubic-bezier(.445,.05,.55,.95);-o-transition:transform 0s cubic-bezier(.445,.05,.55,.95);transition:transform 0s cubic-bezier(.445,.05,.55,.95);transition:transform 0s cubic-bezier(.445,.05,.55,.95),-webkit-transform 0s cubic-bezier(.445,.05,.55,.95)}.tp-slider.animated>li.visible .vertical-center{-webkit-transition:opacity .5s cubic-bezier(.445,.05,.55,.95);-o-transition:opacity .5s cubic-bezier(.445,.05,.55,.95);transition:opacity .5s cubic-bezier(.445,.05,.55,.95)}.tp-slider>li{background-color:#2c272f;-webkit-box-shadow:20px 0 20px 0 rgba(0,0,0,.3);box-shadow:20px 0 20px 0 rgba(0,0,0,.3);display:block;float:left;height:100%;left:0;opacity:1;overflow:hidden;position:relative;top:0;width:100%}.tp-slider>li .categories{display:block;font-size:12px;font-weight:900;margin-bottom:10px;position:relative;text-transform:uppercase}@media only screen and (max-width:959px){.tp-slider>li .categories{font-size:10px}}.tp-slider>li .categories .category{color:#00a6f0;margin-right:10px}.tp-slider>li .categories .subcategory{color:#fff}.tp-slider>li .categories:after{background-color:#00a6f0;content:"";display:block;height:2px;margin-top:2px;width:15px}.tp-slider>li .vertical-center{left:0;opacity:0;padding-left:20px;position:absolute;width:70%}@media only screen and (max-width:959px){.tp-slider>li .vertical-center{font-size:20px}}@media only screen and (max-width:767px){.tp-slider>li .vertical-center{width:80%}}@media only screen and (max-width:479px){.tp-slider>li .vertical-center{padding-left:10px;width:calc(100% - 20px)}}.tp-slider>li .actions{margin-top:40px;position:relative;width:100%}@media only screen and (max-width:479px){.tp-slider>li .actions{margin-top:20px}}.tp-slider>li .underlined{background-image:-webkit-gradient(linear,left top,left bottom,from(#00a6f0),to(#00a6f0));background-image:-webkit-linear-gradient(top,#00a6f0,#00a6f0);background-image:-o-linear-gradient(top,#00a6f0 0,#00a6f0 100%);background-image:linear-gradient(180deg,#00a6f0 0,#00a6f0);background-position:0 90%;background-repeat:no-repeat;background-size:100% 2px;color:#fff;font-size:54px;font-weight:800;line-height:1.2;overflow:hidden;position:relative;text-decoration:none;text-transform:uppercase;width:100px}@media only screen and (max-width:959px){.tp-slider>li .underlined{font-size:32px}}@media only screen and (max-width:479px){.tp-slider>li .underlined{font-size:20px}}.tp-slider>li .slider-title{position:relative}.tp-slider>li .slide-content{position:absolute;width:100%;height:100%}.tp-slider>li .slide-background{background-position:50%;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0;-webkit-transform:translate3d(calc(-50% + 5vw),0,0);transform:translate3d(calc(-50% + 5vw),0,0)}.tp-slider>li.visible{display:block;opacity:1;position:relative;z-index:2}.tp-slider>li.visible .slider-blue-gradient{opacity:1}.tp-slider>li.visible .slide-background{left:0;right:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.tp-slider>li.visible .vertical-center{opacity:1}.tp-slider .tp-inner-wrapper{float:left;height:0;padding-bottom:55.5%;position:relative;width:100%}@media only screen and (min-width:1200px){.tp-slider .tp-inner-wrapper{padding-bottom:550px}}@media only screen and (max-width:959px){.tp-slider .tp-inner-wrapper{padding-bottom:55.5%}}@media only screen and (max-width:767px){.tp-slider .tp-inner-wrapper{padding-bottom:77.7%}}@media only screen and (max-width:479px){.tp-slider .tp-inner-wrapper{padding-bottom:100%}}.tp-slider-controls{bottom:20px;margin:0;position:absolute;right:calc(10% + 30px);text-align:right;width:90%;z-index:30}@media only screen and (max-width:959px){.tp-slider-controls{bottom:10px;right:calc(10% + 15px)}}.tp-slider-controls li{display:inline-block;padding:6px}.tp-slider-controls li:last-of-type{margin-right:0}.tp-slider-controls li.selected a{background-color:#00a6f0}.tp-slider-controls a{background-color:hsla(0,0%,100%,.4);border-radius:50%;border:0;color:transparent;display:block;height:8px;overflow:hidden;text-indent:100%;white-space:nowrap;width:8px}.no-touch .tp-slider-controls a:hover{background-color:#00a6f0}.soccer-content{background-color:#fff;position:relative;float:left;width:100%;padding:25px 20px}@media only screen and (max-width:479px){.soccer-content{padding:25px 10px}}.soccer-content .advertise.half-advertise{margin-top:40px}.soccer-content .players-list+.advertise,.soccer-content .soccer-month+.advertise,.soccer-content .soccer-month .advertise{width:100%}.soccer-content .advertise{width:260px}@media only screen and (max-width:959px){.soccer-content .advertise{width:100%}}.modalities-wrapper .advertise{width:100%}.modalities-wrapper .news-content .advertise{width:260px}@media only screen and (max-width:959px){.modalities-wrapper .news-content .advertise{width:100%}}.team-players-select-loading{height:100%;width:50px;float:right;position:relative}.soccer-table-loading{min-height:400px;position:relative}.soccer-competition-filter{width:100%;height:35px;margin-bottom:-35px;position:relative;z-index:1}@media only screen and (max-width:767px){.soccer-competition-filter{margin-bottom:0}}.soccer-competition-filter .Select{float:right;z-index:1}.soccer-competition-filter .Select-placeholder{font-family:Fira Sans,sans-serif;font-size:14px;color:#2c272f;font-weight:700}.soccer-competition-filter .Select--single>.Select-control .Select-value{position:relative}.soccer-competition-filter .is-open .Select-control{background-color:transparent}.soccer-competition-filter .is-focused:not(.is-open)>.Select-control{border:none;-webkit-box-shadow:none;box-shadow:none}.soccer-competition-filter .Select-control{background-color:transparent;border:none;width:auto;border-radius:0;cursor:pointer;margin-right:-10px}.soccer-competition-filter .Select-control:hover{-webkit-box-shadow:none;box-shadow:none}.soccer-competition-filter .Select-control:hover .Select-arrow{border-color:#00a6f0 transparent transparent}.soccer-competition-filter .Select-control .Select-arrow,.soccer-competition-filter .Select-control:hover .Select-arrow{-webkit-transition:border-color .25s cubic-bezier(.445,.05,.55,.95);-o-transition:border-color .25s cubic-bezier(.445,.05,.55,.95);transition:border-color .25s cubic-bezier(.445,.05,.55,.95)}.soccer-competition-filter .Select-control .Select-arrow{border-color:#2c272f transparent transparent}.soccer-competition-filter .has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.soccer-competition-filter .has-value.Select--single>.Select-control .Select-value .Select-value-label{font-family:Fira Sans,sans-serif;font-size:14px;color:#2c272f;font-weight:700;text-transform:none}.soccer-competition-filter .Select--single>.Select-control .Select-value,.soccer-competition-filter .Select-placeholder{position:relative;padding-left:0}.soccer-competition-filter .Select--single>.Select-control .Select-value:focus,.soccer-competition-filter .Select-placeholder:focus{outline:0}.soccer-competition-filter .Select-arrow-zone,.soccer-competition-filter .Select-multi-value-wrapper{float:left;display:inline-block;line-height:40px;outline:0}.soccer-competition-filter .Select-input{float:left;height:0}.soccer-competition-filter .Select-menu-outer{min-width:170px;border-radius:0;-webkit-box-shadow:0 10px 20px rgba(44,39,47,.2);box-shadow:0 10px 20px rgba(44,39,47,.2);border:none;max-height:none;margin-top:5px;right:0;top:0;left:auto;width:200px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.soccer-competition-filter .Select-menu-outer .Select-menu{max-height:none}.soccer-competition-filter .Select-menu-outer .Select-option{height:50%;color:#2c272f;font-weight:700;font-size:12px;font-family:Fira Sans,sans-serif;text-transform:uppercase;line-height:50px;padding:0 20px;background-color:#fff;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.soccer-competition-filter .Select-menu-outer .Select-option,.soccer-competition-filter .Select-menu-outer .Select-option:hover{-webkit-transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95);-o-transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95);transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95)}.soccer-competition-filter .Select-menu-outer .Select-option:hover{background-color:#f3fcff;color:#00a6f0}.soccer-competition-filter .Select-menu-outer .Select-option:last-child{border-radius:0}.soccer-month-divider{display:inline-block;margin-top:20px}.soccer-month-divider h2{font-size:14px;color:#00a6f0;font-weight:800;margin:0;line-height:35px;text-transform:uppercase}.game-sheet-multimedia{padding:20px;width:100%;display:inline-block}.game-sheet-multimedia .gallery-multimedia{margin-bottom:40px}.game-sheet-multimedia h2{text-transform:uppercase;color:#00a6f0;font-size:18px;font-weight:900;margin-bottom:20px}.game-sheet-multimedia .advertise{width:260px}@media only screen and (max-width:959px){.game-sheet-multimedia .advertise{width:100%}}.game-header-view .game-next{position:absolute;top:16px;right:40px;width:180px;text-decoration:none}@media only screen and (max-width:479px){.game-header-view .game-next{display:none}}.game-header-view .game-next .game-line-up{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.game-header-view .game-next .game-line-up p{line-height:20px;margin-right:10px}.game-header-view .game-next .game-line-down .game-line-right{float:right}.game-header-view .game-next .game-line-down .game-line-right div.game-navigation-score{font-weight:700;font-size:28px;letter-spacing:.5pt;margin-right:3px;margin-left:3px}.game-header-view .game-next .game-line-down .game-line-right>div{float:left}.game-header-view .game-next .game-line-down .game-line-right>div:first-child{margin-right:5px}.game-header-view .game-next .game-line-down .game-line-right>div:last-child{margin-left:5px}.game-header-view .game-prev{position:absolute;top:16px;left:40px;width:215px;text-decoration:none}@media only screen and (max-width:479px){.game-header-view .game-prev{display:none}}.game-header-view .game-prev .game-line-up{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.game-header-view .game-prev .game-line-up p{line-height:20px;margin-left:10px}.game-header-view .game-prev .game-line-down>div{float:left}.game-header-view .game-prev .game-line-down>div:first-child{margin-right:5px}.game-header-view .game-prev .game-line-down>div:last-child{margin-left:5px}.game-header-view .game-line-down{width:100%;display:inline-block}.game-header-view .game-line-down>div{color:#fff;text-transform:uppercase;font-size:10px;font-weight:700;line-height:28px}.game-header-view .game-line-down>div.game-navigation-score{font-weight:700;font-size:28px;letter-spacing:.5pt;margin-right:3px;margin-left:3px}.game-header-view .game-line-down>div img{width:25px}.game-header-view .game-line-up{width:100%;display:inline-block;margin-bottom:5px}.game-header-view .game-line-up span{color:#fff}.game-header-view .game-line-up p{margin:0;color:#fff;text-transform:uppercase;font-size:10px;font-weight:700}.game-header-view .game-current{min-height:190px;max-width:100%;width:100%;position:relative;margin:0 auto;min-height:200px;margin-top:160px}@media only screen and (max-width:479px){.game-header-view .game-current{min-height:auto;margin-top:40px}}.game-header-view .game-current .game-advance{color:#fff;display:block;font-size:22px;font-weight:500;letter-spacing:-.16pt;margin:0 0 10px;text-align:center;width:100%}.game-header-view .game-current .game-score{width:250px;text-align:center;-webkit-box-sizing:content-box;box-sizing:content-box;float:left}@media only screen and (max-width:767px){.game-header-view .game-current .game-score{width:150px}}.game-header-view .game-current .game-score h2{color:#fff;font-size:60px;font-weight:700;letter-spacing:-.43pt;margin-bottom:10px;margin-top:0;margin-left:0}@media only screen and (max-width:767px){.game-header-view .game-current .game-score h2{font-size:40px;line-height:70px}}.game-header-view .game-current .game-score .game-competition{color:#fff;font-weight:700;display:block;font-size:14px;letter-spacing:-.1pt;margin:0 0 10px;text-transform:uppercase}.game-header-view .game-current .game-score .game-place{color:#fff;display:block;font-size:14px;font-weight:500;letter-spacing:-.1pt;margin:0;margin-top:20px}@media only screen and (max-width:479px){.game-header-view .game-current .game-score .game-place{margin-top:0}}.game-header-view .game-current .game-home-team{width:calc(50% - 125px);min-height:190px;float:left}@media only screen and (max-width:767px){.game-header-view .game-current .game-home-team{width:calc(50% - 75px)}}.game-header-view .game-current .game-home-team .game-team-badge{float:right}.game-header-view .game-current .game-home-team .game-team-name{text-align:right;padding-right:10px}.game-header-view .game-current .game-home-team .game-team-name>p{float:right}.game-header-view .game-current .game-home-team .game-team-name .game-team-goals{float:right;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.game-header-view .game-current .game-home-team .game-team-name .game-team-goals:after{right:0}.game-header-view .game-current .game-home-team .game-team-name .game-team-goals .game-team-goal p{margin-right:10px}.game-header-view .game-current .game-away-team{width:calc(50% - 125px);min-height:190px;float:left}.game-header-view .game-current .game-away-team .game-team-badge{float:left}.game-header-view .game-current .game-away-team .game-team-name{text-align:left;padding-left:10px}.game-header-view .game-current .game-away-team .game-team-name .game-team-goals,.game-header-view .game-current .game-away-team .game-team-name>p{float:left}.game-header-view .game-current .game-away-team .game-team-name .game-team-goals:after{left:0}.game-header-view .game-current .game-away-team .game-team-name .game-team-goals .game-team-goal p{margin-left:10px}.game-header-view .game-current .game-team-badge img{width:60px}.game-header-view .game-current .game-team-badge p{display:none}@media only screen and (max-width:767px){.game-header-view .game-current .game-team-badge p{display:block;font-weight:700;color:#fff;text-transform:uppercase;text-align:center}}.game-header-view .game-current .game-team-name{width:calc(100% - 60px);float:left}@media only screen and (max-width:767px){.game-header-view .game-current .game-team-name{display:none}}.game-header-view .game-current .game-team-name>p{color:#fff;font-weight:700;font-size:24px;line-height:60px;margin:0 0 -5px}.game-header-view .game-current .game-team-name .game-team-goals{padding-top:8px;width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.game-header-view .game-current .game-team-name .game-team-goals:after{content:"";display:block;position:absolute;top:0;border-top:1px solid hsla(0,0%,100%,.1);width:80%;height:1px}.game-header-view .game-current .game-team-name .game-team-goals .game-team-goal{display:inline-block}.game-header-view .game-current .game-team-name .game-team-goals .game-team-goal span{display:block;width:30px;float:left;color:#fff;text-align:center;line-height:20px}.game-header-view .game-current .game-team-name .game-team-goals .game-team-goal span.game-goal-minute{font-size:12px;font-weight:500}.game-header-view .game-current .game-team-name .game-team-goals .game-team-goal .icon{width:30px;float:left;line-height:20px}.game-header-view .game-current .game-team-name .game-team-goals .game-team-goal .icon-ball{margin-top:2px}.game-header-view .game-current .game-team-name .game-team-goals .game-team-goal p{font-size:12px;font-weight:700;color:#fff;float:left;line-height:20px;margin:0}.soccer-header{color:#fff;margin-bottom:60px;margin-top:35px}.soccer-header.homepage{margin:0;position:relative;padding:30px 20px;background:#fafafa}.soccer-header.homepage .homepage-add{padding-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.soccer-header.homepage .homepage-add .add-wrapper-ratio{width:100%;max-width:300px}@media only screen and (max-width:959px){.soccer-header.homepage .homepage-add .add-wrapper-ratio{max-width:inherit}}.soccer-header.homepage .homepage-add .pubs{padding-top:100%;position:relative;height:0;min-height:inherit;margin-bottom:0}.soccer-header.homepage .homepage-add .pubs>div{position:absolute;top:0;bottom:0;left:0;right:0;min-height:inherit}.soccer-header.homepage .homepage-add .pubs>div>section{height:100%;min-height:inherit}@media only screen and (max-width:767px){.soccer-header.homepage .homepage-add .pubs{padding-top:50%;position:relative;height:0;min-height:inherit;max-width:inherit}.soccer-header.homepage .homepage-add .pubs>div{position:absolute;top:0;bottom:0;left:0;right:0;min-height:inherit}.soccer-header.homepage .homepage-add .pubs>div>section{height:100%;min-height:inherit}}@media only screen and (max-width:767px){.soccer-header.homepage .homepage-add{padding-left:0;margin-left:0;margin-top:40px;max-width:inherit}}@media only screen and (max-width:479px){.soccer-header.homepage .homepage-add{padding:0 10px}}.soccer-header.homepage .soccer-header-content{padding:0;max-height:300px}.soccer-header.homepage .soccer-header-content .gradient-fade{position:absolute;bottom:0;height:50%;width:100%;left:10px;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,98%,0)),to(#fafafa));background:-webkit-linear-gradient(top,hsla(0,0%,98%,0),#fafafa);background:-o-linear-gradient(top,hsla(0,0%,98%,0) 0,#fafafa 100%);background:linear-gradient(180deg,hsla(0,0%,98%,0),#fafafa);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.soccer-header.homepage .soccer-header-content .gradient-fade .button{color:#fff;line-height:normal;padding:6px 16px}.soccer-header.homepage .soccer-header-content .soccer-matches-slider{padding:0;padding-right:30px}.soccer-header.homepage .soccer-header-content .soccer-matches-slider h4,.soccer-header.homepage .soccer-header-content .soccer-matches-slider h6{opacity:1}.soccer-header.homepage .soccer-header-content .soccer-matches-slider h6{color:rgba(0,0,0,.5)}.soccer-header.homepage .soccer-header-content .soccer-matches-slider h4{color:#00a6f0;margin-top:0;font-size:14px}.soccer-header.homepage .soccer-header-content .soccer-matches-slider h4 .view-all{display:inline-block;font-size:14px;text-decoration:none;color:#252525;float:right;width:inherit;font-weight:400;margin-right:10px}.soccer-header.homepage .soccer-header-content .soccer-matches-slider h4.title-swap{margin-top:0;max-height:17px;overflow:hidden}.soccer-header.homepage .soccer-header-content .soccer-matches-slider .team-name,.soccer-header.homepage .soccer-header-content .soccer-matches-slider h5{color:#2c272f}.soccer-header.homepage .soccer-header-content .soccer-matches-slider .pagination ul li{background-color:#e5f6fd}.soccer-header.homepage .soccer-header-content .soccer-matches-slider .pagination ul li.active{background-color:#00a6f0}.soccer-header.homepage .soccer-header-content .soccer-matches-slider .pagination button{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.soccer-header.homepage .soccer-header-content .soccer-matches-slider .pagination button:first-of-type{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (max-width:479px){.soccer-header.homepage .soccer-header-content .soccer-matches-slider .pagination button:first-of-type{padding-left:10px}}.soccer-header.homepage .soccer-header-content .soccer-matches-slider .pagination button:last-of-type{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:0}@media only screen and (max-width:479px){.soccer-header.homepage .soccer-header-content .soccer-matches-slider .pagination button:last-of-type{padding-right:10px}}.soccer-header.homepage .soccer-header-content .soccer-matches-slider .pagination button.disabled{opacity:.3;cursor:not-allowed}.soccer-header.homepage .soccer-header-content .soccer-matches-slider .pagination button .icon{margin:0;-webkit-transition:fill .25s ease-in-out;-o-transition:fill .25s ease-in-out;transition:fill .25s ease-in-out;fill:#cfd8dc;stroke-width:2px;stroke:rgba(0,0,0,.5)}.soccer-header.homepage .soccer-header-content .soccer-matches-slider .pagination button:hover .icon{-webkit-transition:fill .25s ease-in-out,stroke .25s ease-in-out;-o-transition:fill .25s ease-in-out,stroke .25s ease-in-out;transition:fill .25s ease-in-out,stroke .25s ease-in-out;fill:#00a5ef;stroke:#00a5ef}@media only screen and (max-width:479px){.soccer-header.homepage .soccer-header-content .soccer-matches-slider .pagination button{-webkit-box-flex:0;-ms-flex:0 27%;flex:0 27%}}.soccer-header.homepage .soccer-header-content .soccer-matches-slider ol{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}@media only screen and (max-width:959px){.soccer-header.homepage .soccer-header-content .soccer-matches-slider{padding-right:0}}@media only screen and (max-width:767px){.soccer-header.homepage .soccer-header-content .soccer-matches-slider{min-height:250px;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}}.soccer-header.homepage .soccer-header-content .classifications-scores{padding:0 30px}.soccer-header.homepage .soccer-header-content .classifications-scores .scores{padding:0}@media only screen and (max-width:959px){.soccer-header.homepage .soccer-header-content .classifications-scores{padding:0}}@media only screen and (max-width:767px){.soccer-header.homepage .soccer-header-content{max-height:inherit;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width:479px){.soccer-header.homepage .soccer-header-content{padding:0}}@media only screen and (max-width:767px){.soccer-header.homepage{margin-top:0;position:relative}}@media only screen and (max-width:479px){.soccer-header.homepage{padding:30px 10px}}@media only screen and (max-width:767px){.soccer-header{margin-top:20px;margin-bottom:0}}.soccer-header>div .soccer-header-content{padding:20px}@media only screen and (max-width:767px){.soccer-header>div .soccer-header-content{min-height:250px}}.soccer-header>div>ul{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;padding:0}.soccer-header>div>ul>li{padding:0;list-style:none;width:33.3%;font-size:12px}@media only screen and (max-width:959px){.soccer-header>div>ul>li{width:50%}}@media only screen and (max-width:599px){.soccer-header>div>ul>li{width:100%;max-width:366px}}@media only screen and (max-width:599px){.soccer-header>div>ul>li .soccer-matches-slider h4{border-top:none}}.soccer-header>div>ul>li .soccer-matches-slider h4 .view-all{display:none}.soccer-header>div>ul>li h4{margin:0 0 20px;font-weight:700;font-size:18px;text-transform:uppercase}.soccer-header>div>ul>li.classifications-scores{overflow:hidden;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 33.33%;flex:1 1 33.33%;border-left:1px solid rgba(37,37,37,.1)}@media only screen and (max-width:959px){.soccer-header>div>ul>li.classifications-scores{display:none}}.soccer-header>div>ul>li.classifications-scores .gradient-fade{display:none}.soccer-header>div>ul>li.classifications-scores>div{width:100%;float:left;padding:0 40px}@media only screen and (max-width:1199px){.soccer-header>div>ul>li.classifications-scores>div{padding:0 20px}}.soccer-header>div>ul>li.classifications-scores>div.scores{position:relative;height:100%}.soccer-header>div>ul>li.classifications-scores>div.scores table{width:100%;height:100%;text-transform:capitalize;border-collapse:collapse}.soccer-header>div>ul>li.classifications-scores>div.scores table .default{font-weight:700}.soccer-header>div>ul>li.classifications-scores>div.scores table .default td{height:45px;font-size:16px}.soccer-header>div>ul>li.classifications-scores>div.scores table td{white-space:nowrap;height:35px;border-bottom:1px solid hsla(0,0%,100%,.1);font-size:14px}.soccer-header>div>ul>li.classifications-scores>div.scores table td.header{padding:0 0 20px;text-transform:uppercase;line-height:inherit}.soccer-header>div>ul>li.classifications-scores>div.scores table td.team-points{width:30px;text-align:right}.soccer-header>div>ul>li.classifications-scores>div.scores table td.team-name{text-align:left;width:calc(100% - 120px)}.soccer-header>div>ul>li.classifications-scores>div.scores table td.team-name span{width:30px;margin-right:10px}.soccer-header>div>ul>li.classifications-scores>div.scores a{color:#fff;text-decoration:none;line-height:30px;display:block;margin-top:10px}.soccer-header>div>ul>li.classifications-scores>div.scores a .icon{float:right;margin-top:5px;margin-right:2%}.soccer-header>div>ul>li.classifications-scores.dark>div h4{color:#00a6f0;font-size:14px}.soccer-header>div>ul>li.classifications-scores.dark>div table td{color:#2c272f;border-bottom:1px solid rgba(0,0,0,.05)}.soccer-header>div>ul>li.classifications-scores.dark>div table tr.default td{color:#00a6f0}.soccer-header>div>ul>li.classifications-scores.dark>div a{color:#2c272f}.soccer-header>div>ul>li.classifications-scores.dark>div a .icon path:last-child{fill:#2c272f}@media only screen and (max-width:767px){.soccer-header>div>ul .next-game{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex:1;flex:1}.soccer-header>div>ul .next-game .next-game-mobile{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}.soccer-header>div>ul .next-game .next-game-mobile .soccer-matches-slider{-webkit-box-flex:1;-ms-flex:1;flex:1}.soccer-header>div>ul .next-game .next-game-mobile .soccer-matches-slider .title-swap{margin-bottom:20px}.soccer-header>div>ul .next-game .next-game-mobile .soccer-matches-slider .pagination{position:static}.soccer-header>div>ul .next-game .next-game-mobile .soccer-matches-slider .pagination a{margin-top:0}.soccer-header>div>ul .next-game .next-game-mobile .soccer-matches-slider .pagination button:last-of-type{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.soccer-header>div>ul .next-game .next-game-mobile .soccer-matches-slider .pagination button:last-of-type .icon{margin-right:10px}}.soccer-header>div>ul .last-game .next-game-desktop,.soccer-header>div>ul .next-game .next-game-desktop,.soccer-header>div>ul .previous-game .next-game-desktop{display:block}@media only screen and (max-width:599px){.soccer-header>div>ul .last-game .next-game-desktop,.soccer-header>div>ul .next-game .next-game-desktop,.soccer-header>div>ul .previous-game .next-game-desktop{display:none}}.soccer-header>div>ul .last-game .next-game-mobile,.soccer-header>div>ul .next-game .next-game-mobile,.soccer-header>div>ul .previous-game .next-game-mobile{display:none}@media only screen and (max-width:599px){.soccer-header>div>ul .last-game .next-game-mobile,.soccer-header>div>ul .next-game .next-game-mobile,.soccer-header>div>ul .previous-game .next-game-mobile{display:block}}.soccer-header>div>ul .last-game>div>ul,.soccer-header>div>ul .last-game>ul,.soccer-header>div>ul .next-game>div>ul,.soccer-header>div>ul .next-game>ul,.soccer-header>div>ul .previous-game>div>ul,.soccer-header>div>ul .previous-game>ul{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;-ms-flex-pack:distribute;justify-content:space-around;width:100%}.soccer-header>div>ul .last-game>div>ul li,.soccer-header>div>ul .last-game>ul li,.soccer-header>div>ul .next-game>div>ul li,.soccer-header>div>ul .next-game>ul li,.soccer-header>div>ul .previous-game>div>ul li,.soccer-header>div>ul .previous-game>ul li{text-align:left;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:0;-ms-flex:0 31%;flex:0 31%;min-width:31%}.soccer-header>div>ul .last-game>div>ul li span,.soccer-header>div>ul .last-game>ul li span,.soccer-header>div>ul .next-game>div>ul li span,.soccer-header>div>ul .next-game>ul li span,.soccer-header>div>ul .previous-game>div>ul li span,.soccer-header>div>ul .previous-game>ul li span{text-align:center;display:inline-block;font-weight:700;font-size:14px}.soccer-header>div>ul .last-game>div>ul li span img,.soccer-header>div>ul .last-game>ul li span img,.soccer-header>div>ul .next-game>div>ul li span img,.soccer-header>div>ul .next-game>ul li span img,.soccer-header>div>ul .previous-game>div>ul li span img,.soccer-header>div>ul .previous-game>ul li span img{width:0;height:0}.soccer-header>div>ul .last-game>div>ul li span .team-img,.soccer-header>div>ul .last-game>ul li span .team-img,.soccer-header>div>ul .next-game>div>ul li span .team-img,.soccer-header>div>ul .next-game>ul li span .team-img,.soccer-header>div>ul .previous-game>div>ul li span .team-img,.soccer-header>div>ul .previous-game>ul li span .team-img{background-position:50%;background-size:contain;background-repeat:no-repeat;width:70px;height:70px;margin-bottom:20px}.soccer-header>div>ul .last-game>div>ul li span.team-name,.soccer-header>div>ul .last-game>ul li span.team-name,.soccer-header>div>ul .next-game>div>ul li span.team-name,.soccer-header>div>ul .next-game>ul li span.team-name,.soccer-header>div>ul .previous-game>div>ul li span.team-name,.soccer-header>div>ul .previous-game>ul li span.team-name{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:uppercase}.soccer-header>div>ul .last-game>div>ul li span.team-name p,.soccer-header>div>ul .last-game>ul li span.team-name p,.soccer-header>div>ul .next-game>div>ul li span.team-name p,.soccer-header>div>ul .next-game>ul li span.team-name p,.soccer-header>div>ul .previous-game>div>ul li span.team-name p,.soccer-header>div>ul .previous-game>ul li span.team-name p{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:90px;margin:0}.soccer-header>div>ul .last-game>div>ul li.results,.soccer-header>div>ul .last-game>ul li.results,.soccer-header>div>ul .next-game>div>ul li.results,.soccer-header>div>ul .next-game>ul li.results,.soccer-header>div>ul .previous-game>div>ul li.results,.soccer-header>div>ul .previous-game>ul li.results{text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 38%;flex:1 38%;min-width:38%}.soccer-header>div>ul .last-game>div>ul li.results h5,.soccer-header>div>ul .last-game>ul li.results h5,.soccer-header>div>ul .next-game>div>ul li.results h5,.soccer-header>div>ul .next-game>ul li.results h5,.soccer-header>div>ul .previous-game>div>ul li.results h5,.soccer-header>div>ul .previous-game>ul li.results h5{margin:5px 0;position:relative;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px}.soccer-header>div>ul .last-game>div>ul li.results h5 span,.soccer-header>div>ul .last-game>ul li.results h5 span,.soccer-header>div>ul .next-game>div>ul li.results h5 span,.soccer-header>div>ul .next-game>ul li.results h5 span,.soccer-header>div>ul .previous-game>div>ul li.results h5 span,.soccer-header>div>ul .previous-game>ul li.results h5 span{font-size:44px;font-weight:700;font-family:Fira Sans Condensed,sans-serif;display:inline-block}.soccer-header>div>ul .last-game>div>ul li.results h5 span.sep,.soccer-header>div>ul .last-game>ul li.results h5 span.sep,.soccer-header>div>ul .next-game>div>ul li.results h5 span.sep,.soccer-header>div>ul .next-game>ul li.results h5 span.sep,.soccer-header>div>ul .previous-game>div>ul li.results h5 span.sep,.soccer-header>div>ul .previous-game>ul li.results h5 span.sep{font-size:30px}.soccer-header>div>ul .last-game>div>ul li.results h5 span:first-of-type,.soccer-header>div>ul .last-game>ul li.results h5 span:first-of-type,.soccer-header>div>ul .next-game>div>ul li.results h5 span:first-of-type,.soccer-header>div>ul .next-game>ul li.results h5 span:first-of-type,.soccer-header>div>ul .previous-game>div>ul li.results h5 span:first-of-type,.soccer-header>div>ul .previous-game>ul li.results h5 span:first-of-type{padding-right:10px;text-align:right}.soccer-header>div>ul .last-game>div>ul li.results h5 span:last-of-type,.soccer-header>div>ul .last-game>ul li.results h5 span:last-of-type,.soccer-header>div>ul .next-game>div>ul li.results h5 span:last-of-type,.soccer-header>div>ul .next-game>ul li.results h5 span:last-of-type,.soccer-header>div>ul .previous-game>div>ul li.results h5 span:last-of-type,.soccer-header>div>ul .previous-game>ul li.results h5 span:last-of-type{padding-left:10px;text-align:left}.soccer-header>div>ul .last-game>div>ul li.results h6,.soccer-header>div>ul .last-game>ul li.results h6,.soccer-header>div>ul .next-game>div>ul li.results h6,.soccer-header>div>ul .next-game>ul li.results h6,.soccer-header>div>ul .previous-game>div>ul li.results h6,.soccer-header>div>ul .previous-game>ul li.results h6{text-transform:uppercase;font-size:14px;font-weight:700;margin:0;color:#fff;opacity:.6;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.soccer-header>div>ul .last-game>div>ul li.results a,.soccer-header>div>ul .last-game>ul li.results a,.soccer-header>div>ul .next-game>div>ul li.results a,.soccer-header>div>ul .next-game>ul li.results a,.soccer-header>div>ul .previous-game>div>ul li.results a,.soccer-header>div>ul .previous-game>ul li.results a{text-transform:uppercase;color:#fff;text-decoration:none;font-size:14px;font-weight:700;line-height:20px;padding:6px 20px;border:1px solid #fff;display:inline-block;margin-top:15px}.soccer-header>div>ul .last-game>div>ul li.results a:hover,.soccer-header>div>ul .last-game>ul li.results a:hover,.soccer-header>div>ul .next-game>div>ul li.results a:hover,.soccer-header>div>ul .next-game>ul li.results a:hover,.soccer-header>div>ul .previous-game>div>ul li.results a:hover,.soccer-header>div>ul .previous-game>ul li.results a:hover{border-color:#00a6f0;color:#00a6f0}@media only screen and (max-width:479px){.soccer-header>div>ul .last-game>div>ul li.results .time,.soccer-header>div>ul .last-game>ul li.results .time,.soccer-header>div>ul .next-game>div>ul li.results .time,.soccer-header>div>ul .next-game>ul li.results .time,.soccer-header>div>ul .previous-game>div>ul li.results .time,.soccer-header>div>ul .previous-game>ul li.results .time{margin-bottom:16px}}.soccer-header>div>ul .last-game>div>ul li.results .time span,.soccer-header>div>ul .last-game>ul li.results .time span,.soccer-header>div>ul .next-game>div>ul li.results .time span,.soccer-header>div>ul .next-game>ul li.results .time span,.soccer-header>div>ul .previous-game>div>ul li.results .time span,.soccer-header>div>ul .previous-game>ul li.results .time span{font-family:Fira Sans,sans-serif;font-weight:400;font-size:44px;letter-spacing:-.31px}@media only screen and (max-width:479px){.soccer-header>div>ul .last-game>div>ul li.results .time span,.soccer-header>div>ul .last-game>ul li.results .time span,.soccer-header>div>ul .next-game>div>ul li.results .time span,.soccer-header>div>ul .next-game>ul li.results .time span,.soccer-header>div>ul .previous-game>div>ul li.results .time span,.soccer-header>div>ul .previous-game>ul li.results .time span{font-size:35px}}.soccer-header>div>ul .last-game>div>ul li:first-of-type,.soccer-header>div>ul .last-game>ul li:first-of-type,.soccer-header>div>ul .next-game>div>ul li:first-of-type,.soccer-header>div>ul .next-game>ul li:first-of-type,.soccer-header>div>ul .previous-game>div>ul li:first-of-type,.soccer-header>div>ul .previous-game>ul li:first-of-type{text-align:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:0;-ms-flex:0 31%;flex:0 31%;min-width:31%}@media only screen and (max-width:599px){.soccer-header>div>ul .last-game{display:none}}.soccer-header>div>ul .next-game ul li.results h5 span{font-weight:400}.soccer-header>div>ul .next-game ul li.results h5 span:first-child{padding-right:5px}.soccer-header>div>ul .next-game ul li.results h5 span:last-child{padding-left:5px}.is-open .Select-control{background-color:transparent}.is-focused:not(.is-open)>.Select-control{border:none;-webkit-box-shadow:none;box-shadow:none}.Select-control{background-color:transparent;border:none;width:auto;border-radius:0;cursor:pointer}.Select-control:hover{-webkit-box-shadow:none;box-shadow:none}.Select-control .Select-arrow,.Select-control:hover .Select-arrow{border-color:#2c272f transparent transparent;-webkit-transition:border-color .25s cubic-bezier(.445,.05,.55,.95);-o-transition:border-color .25s cubic-bezier(.445,.05,.55,.95);transition:border-color .25s cubic-bezier(.445,.05,.55,.95)}.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.has-value.Select--single>.Select-control .Select-value .Select-value-label{color:#2c272f;font-weight:700;line-height:40px;font-size:14px;text-transform:uppercase}.Select--single>.Select-control .Select-value,.Select-placeholder{position:relative;padding-left:0}.Select--single>.Select-control .Select-value:focus,.Select-placeholder:focus{outline:0}.Select-arrow-zone,.Select-multi-value-wrapper{float:left;display:inline-block;line-height:36px;outline:0}.Select-input{float:left;height:0}.Select-menu-outer{min-width:170px;width:auto;border-radius:0;-webkit-box-shadow:0 10px 20px rgba(44,39,47,.2);box-shadow:0 10px 20px rgba(44,39,47,.2);border:none;max-height:none;margin-top:5px;max-height:400px!important;overflow-y:scroll}.Select-menu-outer .Select-menu{max-height:none}.Select-menu-outer .Select-option{height:50%;color:#2c272f;white-space:nowrap;font-weight:700;font-size:12px;font-family:Fira Sans,sans-serif;text-transform:uppercase;line-height:50px;padding:0 20px;background-color:#fff}.Select-menu-outer .Select-option,.Select-menu-outer .Select-option:hover{-webkit-transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95);-o-transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95);transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95)}.Select-menu-outer .Select-option:hover{background-color:#f3fcff;color:#00a6f0}.Select-menu-outer .Select-option:last-child{border-radius:0}.soccer-matches-slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 33.3%;flex:1 1 33.3%}@media only screen and (max-width:1199px){.soccer-matches-slider{padding:0 20px}}@media only screen and (max-width:959px){.soccer-matches-slider{width:50%;padding:0}}@media only screen and (max-width:599px){.soccer-matches-slider{width:100%}}.soccer-matches-slider>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;min-height:283px}.soccer-matches-slider .title-swap{position:relative;height:auto;margin-bottom:0}.soccer-matches-slider .title-swap span{position:relative;text-transform:uppercase}.soccer-matches-slider .title-swap .icon{position:absolute;text-transform:uppercase}.soccer-matches-slider .title-swap a{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.soccer-matches-slider .title-swap .title-swap-enter{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px);opacity:0;-webkit-transition:opacity .25s cubic-bezier(.445,.05,.55,.95),-webkit-transform .25s cubic-bezier(.445,.05,.55,.95);transition:opacity .25s cubic-bezier(.445,.05,.55,.95),-webkit-transform .25s cubic-bezier(.445,.05,.55,.95);-o-transition:opacity .25s cubic-bezier(.445,.05,.55,.95),transform .25s cubic-bezier(.445,.05,.55,.95);transition:opacity .25s cubic-bezier(.445,.05,.55,.95),transform .25s cubic-bezier(.445,.05,.55,.95);transition:opacity .25s cubic-bezier(.445,.05,.55,.95),transform .25s cubic-bezier(.445,.05,.55,.95),-webkit-transform .25s cubic-bezier(.445,.05,.55,.95)}.soccer-matches-slider .title-swap .title-swap-enter.title-swap-enter-active,.soccer-matches-slider .title-swap .title-swap-leave{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1}.soccer-matches-slider .title-swap .title-swap-enter.title-swap-enter-active,.soccer-matches-slider .title-swap .title-swap-leave,.soccer-matches-slider .title-swap .title-swap-leave.title-swap-leave-active{-webkit-transition:opacity .25s cubic-bezier(.445,.05,.55,.95),-webkit-transform .25s cubic-bezier(.445,.05,.55,.95);transition:opacity .25s cubic-bezier(.445,.05,.55,.95),-webkit-transform .25s cubic-bezier(.445,.05,.55,.95);-o-transition:opacity .25s cubic-bezier(.445,.05,.55,.95),transform .25s cubic-bezier(.445,.05,.55,.95);transition:opacity .25s cubic-bezier(.445,.05,.55,.95),transform .25s cubic-bezier(.445,.05,.55,.95);transition:opacity .25s cubic-bezier(.445,.05,.55,.95),transform .25s cubic-bezier(.445,.05,.55,.95),-webkit-transform .25s cubic-bezier(.445,.05,.55,.95)}.soccer-matches-slider .title-swap .title-swap-leave.title-swap-leave-active{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px);opacity:0;top:0}.soccer-matches-slider ol{padding-left:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.soccer-matches-slider ol li{width:100%}.soccer-matches-slider ol li.match-swap{position:relative}.soccer-matches-slider ol li.match-swap.right .match-swap-enter{-webkit-transform:translateX(-50px);-ms-transform:translateX(-50px);transform:translateX(-50px)}.soccer-matches-slider ol li.match-swap .match-swap-enter,.soccer-matches-slider ol li.match-swap.right .match-swap-leave.match-swap-leave-active{-webkit-transform:translateX(50px);-ms-transform:translateX(50px);transform:translateX(50px)}.soccer-matches-slider ol li.match-swap .match-swap-enter{opacity:0;-webkit-transition:opacity .25s cubic-bezier(.445,.05,.55,.95) .25s,-webkit-transform .25s cubic-bezier(.445,.05,.55,.95) .25s;transition:opacity .25s cubic-bezier(.445,.05,.55,.95) .25s,-webkit-transform .25s cubic-bezier(.445,.05,.55,.95) .25s;-o-transition:opacity .25s cubic-bezier(.445,.05,.55,.95) .25s,transform .25s cubic-bezier(.445,.05,.55,.95) .25s;transition:opacity .25s cubic-bezier(.445,.05,.55,.95) .25s,transform .25s cubic-bezier(.445,.05,.55,.95) .25s;transition:opacity .25s cubic-bezier(.445,.05,.55,.95) .25s,transform .25s cubic-bezier(.445,.05,.55,.95) .25s,-webkit-transform .25s cubic-bezier(.445,.05,.55,.95) .25s;position:absolute;width:100%;top:2px}@media only screen and (max-width:479px){.soccer-matches-slider ol li.match-swap .match-swap-enter{top:1px}}.soccer-matches-slider ol li.match-swap .match-swap-enter.match-swap-enter-active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1;-webkit-transition:opacity .25s cubic-bezier(.445,.05,.55,.95) .25s,-webkit-transform .25s cubic-bezier(.445,.05,.55,.95) .25s;transition:opacity .25s cubic-bezier(.445,.05,.55,.95) .25s,-webkit-transform .25s cubic-bezier(.445,.05,.55,.95) .25s;-o-transition:opacity .25s cubic-bezier(.445,.05,.55,.95) .25s,transform .25s cubic-bezier(.445,.05,.55,.95) .25s;transition:opacity .25s cubic-bezier(.445,.05,.55,.95) .25s,transform .25s cubic-bezier(.445,.05,.55,.95) .25s;transition:opacity .25s cubic-bezier(.445,.05,.55,.95) .25s,transform .25s cubic-bezier(.445,.05,.55,.95) .25s,-webkit-transform .25s cubic-bezier(.445,.05,.55,.95) .25s}.soccer-matches-slider ol li.match-swap .match-swap-leave{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1}.soccer-matches-slider ol li.match-swap .match-swap-leave,.soccer-matches-slider ol li.match-swap .match-swap-leave.match-swap-leave-active{-webkit-transition:opacity .25s cubic-bezier(.445,.05,.55,.95),-webkit-transform .25s cubic-bezier(.445,.05,.55,.95);transition:opacity .25s cubic-bezier(.445,.05,.55,.95),-webkit-transform .25s cubic-bezier(.445,.05,.55,.95);-o-transition:opacity .25s cubic-bezier(.445,.05,.55,.95),transform .25s cubic-bezier(.445,.05,.55,.95);transition:opacity .25s cubic-bezier(.445,.05,.55,.95),transform .25s cubic-bezier(.445,.05,.55,.95);transition:opacity .25s cubic-bezier(.445,.05,.55,.95),transform .25s cubic-bezier(.445,.05,.55,.95),-webkit-transform .25s cubic-bezier(.445,.05,.55,.95)}.soccer-matches-slider ol li.match-swap .match-swap-leave.match-swap-leave-active{-webkit-transform:translateX(-50px);-ms-transform:translateX(-50px);transform:translateX(-50px);opacity:0;top:0}.soccer-matches-slider .pagination{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;top:auto;bottom:10px;-webkit-transform:none;-ms-transform:none;transform:none;margin-top:20px;position:absolute;width:100%;bottom:0}.soccer-matches-slider .pagination,.soccer-matches-slider .pagination a{display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.soccer-matches-slider .pagination a{padding:0 20px}.soccer-matches-slider .pagination a span{vertical-align:super}.soccer-matches-slider .pagination button{background-color:transparent;border-color:transparent;color:#fff;cursor:pointer;font-family:Fira Sans,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100px;text-align:center;padding:0;margin:0;-webkit-box-flex:0;-ms-flex:0 31%;flex:0 31%;display:-webkit-box;display:-ms-flexbox;display:flex}.soccer-matches-slider .pagination button .icon{margin-left:10px}.soccer-matches-slider .pagination button.right .icon{margin-left:0;margin-right:10px}.soccer-matches-slider .pagination button:focus,.soccer-matches-slider .pagination button:hover{background-color:transparent;border-color:transparent;color:#fff;outline:0}.soccer-matches-slider .pagination button.disabled,.soccer-matches-slider .pagination button[disabled]{cursor:not-allowed;opacity:.5}.soccer-matches-slider .pagination button.disabled:focus,.soccer-matches-slider .pagination button.disabled:hover,.soccer-matches-slider .pagination button[disabled]:focus,.soccer-matches-slider .pagination button[disabled]:hover{color:#fff}.soccer-matches-slider .pagination button .title-swap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-bottom:0}.soccer-matches-slider .pagination button .icon{fill:hsla(0,0%,100%,.5);stroke-width:2px;stroke:hsla(0,0%,100%,.5)}.soccer-matches-slider .pagination button:hover .icon{fill:#fff;stroke:#fff}.soccer-matches-slider .pagination ul{padding-left:0;display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1 38%;flex:1 38%;display:flex}.soccer-matches-slider .pagination ul.hidden{display:none}.soccer-matches-slider .pagination ul li{width:6px;height:6px;border-radius:50%;background-color:hsla(0,0%,100%,.6);display:block;margin:10px 4.5px;cursor:pointer}.soccer-matches-slider .pagination ul li.active{background-color:rgba(0,166,240,.9)}.align-options-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.align-options-buttons .game-sheet{margin-right:10px!important}.align-options-buttons .placard-btn{width:116px!important}.button-margin{margin-right:10px!important}.button-stretch{padding:0 12px!important;width:116px!important}.next-game-mobile .placard-btn{border:1px solid #fff}.next-game-mobile .placard-btn img{-webkit-filter:invert(1);filter:invert(1)}.game-score-placard{min-height:170px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.game-score-placard .placard-btn{border:1px solid #fff!important}.game-score-placard .placard-btn img{-webkit-filter:invert(1)!important;filter:invert(1)!important}.social-content{margin-bottom:20px}.social-content h3{color:#00a6f0;font-size:14px;font-weight:400;margin-bottom:5px;margin-top:40px;text-transform:none}.social-content ul{margin:0;padding:0}.social-content ul li{display:inline-block;list-style:none;padding:0;vertical-align:top}.social-content ul li a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#00a6f0;border-radius:50%;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:20px;height:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:10px;overflow:hidden;text-align:center;text-decoration:none;width:40px;-webkit-transition:background-color .5s ease-in-out;-o-transition:background-color .5s ease-in-out;transition:background-color .5s ease-in-out}.social-content ul li a:focus,.social-content ul li a:hover{background-color:#2c272f}.game-sheet-squad .game-sheet-block{margin-bottom:40px;padding-right:20px}@media only screen and (max-width:767px){.game-sheet-squad .game-sheet-block{padding-right:0}}.game-sheet-squad .game-sheet-block .game-sheet-block-title{color:#00a6f0;text-transform:uppercase;font-size:14px;font-weight:700;height:40px;line-height:40px}.game-sheet-squad .game-sheet-block .game-sheet-block-title p{margin-bottom:0}.game-sheet-squad .game-sheet-block .game-sheet-member{border-top:1px solid #e5f6fd;height:40px;padding-left:20px}@media only screen and (max-width:959px){.game-sheet-squad .game-sheet-block .game-sheet-member{height:60px}}@media only screen and (max-width:959px){.game-sheet-squad .game-sheet-block .game-sheet-member.no-events p{line-height:60px}}.game-sheet-squad .game-sheet-block .game-sheet-member.empty{border-top:0 solid #e5f6fd}@media only screen and (max-width:767px){.game-sheet-squad .game-sheet-block .game-sheet-member.empty{display:none}}.game-sheet-squad .game-sheet-block .game-sheet-member p{margin:0;line-height:40px;font-size:16px;font-weight:500;color:#2c272f;float:left;padding-right:10px}@media only screen and (max-width:959px){.game-sheet-squad .game-sheet-block .game-sheet-member p{float:none}}.game-sheet-squad .game-sheet-block .game-sheet-member p span{margin-right:10px;color:#00a6f0;font-size:12px;font-weight:700;display:block;width:30px;float:left;height:40px}@media only screen and (max-width:959px){.game-sheet-squad .game-sheet-block .game-sheet-member p span{height:60px;line-height:60px}}.stadium{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.stadium h3:last-of-type{-webkit-box-flex:0;-ms-flex:0 260px;flex:0 260px}@media only screen and (max-width:959px){.stadium h3:last-of-type{width:100%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}}@media only screen and (max-width:959px){.stadium h3{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.stadium h3.advertise-aware{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.stadium .social-content{margin-bottom:20px}}.other-stadiums-menu{width:260px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex}.other-stadiums-menu h3{margin:0;padding:20px 0}.other-stadiums-menu ul{padding:0;margin:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.other-stadiums-menu ul li{padding:0;margin:0;list-style:none;background-size:cover;background-position:50%;height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}@media only screen and (max-width:959px){.other-stadiums-menu ul li{margin-bottom:10px}.other-stadiums-menu ul li:last-of-type{margin:0}}.other-stadiums-menu ul li a{position:absolute;display:block;height:100%;text-align:center;font-weight:700;text-transform:uppercase;padding:10px;color:#fff;font-size:14px;top:0;left:0;right:0;bottom:0}.other-stadiums-menu ul li a span{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.other-stadiums-menu ul li a:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}@media only screen and (max-width:959px){.other-stadiums-menu{width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:20px}.other-stadiums-menu ul li{height:104px}}.stadings-competition{width:100%}.stadings-competition .competition-stadings-update{margin:0;font-size:12px;font-weight:500;color:#969199;padding-top:20px}.stadings-competition:after{display:block;content:"";height:10px;width:100%;background-color:#f3fcff;margin-top:20px}.stadings-competition:last-child:after{display:none}.stadings-competition .stading-competition-phase{line-height:40px;width:100%;display:block;color:#00a6f0;text-transform:uppercase;font-size:14px;font-weight:700;margin:0}.stadings-competition .stading-next-game{margin-bottom:40px;display:inline-block;width:calc(100% + 20px);margin-left:-10px}@media only screen and (max-width:479px){.stadings-competition .stading-next-game{width:100%;margin-left:0}}.stadings-competition .stading-next-game .next-game-header{height:40px;width:100%;background-color:#00a6f0}.stadings-competition .stading-next-game .next-game-header p{text-transform:uppercase;color:#fff;font-size:14px;font-weight:800;line-height:42px;padding-left:10px;margin:0}.stadings-competition .stading-next-game .next-game-body{width:100%;min-height:60px;display:inline-block;padding:0 10px;border:1px solid #00a6f0;float:left}@media only screen and (max-width:479px){.stadings-competition .stading-next-game .next-game-body{padding:0}}.stadings-competition .stading-next-game .next-game-body .team-match{border-bottom:none}@media only screen and (max-width:479px){.stadings-competition .stading-next-game .next-game-body .team-match{background-color:#fafafa;margin-bottom:0;padding:0;height:auto}.stadings-competition .stading-next-game .next-game-body .team-match .team-match-list-actions{background-color:#fafafa;margin-left:0;width:100%;padding:5px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.stadings-competition .stading-next-game .next-game-body .team-match .team-match-list-actions [data-tooltip]:after{left:260%}.stadings-competition .stading-next-game .next-game-body .team-match .team-match-list-actions .team-match-broadcaster{margin-left:40px;font-weight:500}.stadings-competition .stading-next-game .next-game-body .team-match .team-match-list-actions .team-match-broadcaster:before{display:block;content:"";background-color:rgba(0,0,0,.1);width:1px;height:20px;position:absolute;margin-top:5px;margin-left:-20px}.stadings-competition .stading-next-game .next-game-body .team-match .team-match-list-info{width:100%}.stadings-competition .stading-next-game .next-game-body .team-match .team-match-list-info .team-match-list-competition{padding:15px 10px;text-align:center}.stadings-competition .stading-next-game .next-game-body .team-match .team-match-list-info .team-match-list-competition p:first-child{font-size:12px}.stadings-competition .stading-next-game .next-game-body .team-match .team-match-list-info .team-match-list-competition p:last-child{font-size:10px}.stadings-competition .stading-next-game .next-game-body .team-match .team-match-list-info .team-match-list-vs{top:0;position:relative;margin-left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto}.stadings-competition .stading-next-game .next-game-body .team-match .team-match-list-info .away,.stadings-competition .stading-next-game .next-game-body .team-match .team-match-list-info .home{padding:10px 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.stadings-competition .stading-next-game .next-game-body .team-match .team-match-list-info .away p,.stadings-competition .stading-next-game .next-game-body .team-match .team-match-list-info .home p{font-size:10px}.stadings-competition .stading-next-game .next-game-body .team-match .team-match-list-info .symbol{padding:0;font-size:34px}.stadings-competition .stading-next-game .next-game-body .team-match .team-match-list-date{width:100%;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;border-bottom:1px solid rgba(0,0,0,.1)}.stadings-competition .stading-next-game .next-game-body .team-match .team-match-list-date .day{font-size:12px;display:inherit;width:auto;margin-left:5px}.stadings-competition .stading-next-game .next-game-body .team-match .team-match-list-date .month{width:auto}}.stadings-competition .standing-competition-info{margin-top:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 0;width:100%}.stadings-competition .standing-competition-info h1{font-size:34px;color:#2c272f;font-weight:900;margin:3px 0 0}.stadings-competition .standing-competition-info h2{font-size:14px;color:#2c272f;text-transform:uppercase;font-weight:800;margin:0}.stadings-competition .standing-competition-info span{color:#00a6f0;font-weight:900;font-size:12px;letter-spacing:.5pt;text-transform:uppercase;margin-top:5px;display:block}.stadings-competition .standing-competition-info .competition-icon{width:60px;float:left;margin-right:20px}.stadings-competition .standing-competition-info .competition-icon img{width:100%}.stadings-competition .standing-competition-info .standing-competition-name{float:left}.stadings-competition .soccer-standings{width:100%;border-collapse:collapse}.stadings-competition .soccer-standings .soccer-standing td{height:50px;border-bottom:1px solid rgba(0,166,240,.1)}.stadings-competition .soccer-standings .soccer-standing td:first-child{padding-left:20px}.stadings-competition .soccer-standings .soccer-standing td:last-child{padding-right:20px}.stadings-competition .soccer-standings .soccer-standing td img{height:35px;line-height:50px;float:left;margin-right:10px}.stadings-competition .soccer-standings .soccer-standing td p{margin:0;float:left;line-height:37px}.stadings-competition .soccer-standings .soccer-standing td.standing-team-position{color:#2c272f;font-weight:900;font-size:14px;width:70px}@media only screen and (max-width:479px){.stadings-competition .soccer-standings .soccer-standing td.standing-team-position{width:30px}}.stadings-competition .soccer-standings .soccer-standing td.standing-team-name p{color:#2c272f;font-size:14px;font-weight:500;text-transform:uppercase}@media only screen and (max-width:479px){.stadings-competition .soccer-standings .soccer-standing td.standing-team-name p{font-size:10px}}.stadings-competition .soccer-standings .soccer-standing td.standing-team-metric{color:#2c272f;font-weight:500;font-size:12px;text-align:right}.stadings-competition .soccer-standings .soccer-standing td.standing-team-metric.bold{font-weight:900}.stadings-competition .soccer-standings .soccer-standing td:last-child{-webkit-box-sizing:content-box;box-sizing:content-box}@media only screen and (max-width:767px){.stadings-competition .soccer-standings .soccer-standing td.tablet{display:none}.stadings-competition .soccer-standings .soccer-standing td.phone{padding-right:20px;-webkit-box-sizing:content-box;box-sizing:content-box}}@media only screen and (max-width:479px){.stadings-competition .soccer-standings .soccer-standing td{padding-right:10px;-webkit-box-sizing:content-box;box-sizing:content-box}.stadings-competition .soccer-standings .soccer-standing td:first-child{padding-left:10px}.stadings-competition .soccer-standings .soccer-standing td.phone{display:none}}.stadings-competition .soccer-standings .soccer-standing th{font-weight:900;text-transform:uppercase;color:#2c272f;font-size:12px;text-align:left}.stadings-competition .soccer-standings .soccer-standing th.standing-team-position{width:70px}@media only screen and (max-width:479px){.stadings-competition .soccer-standings .soccer-standing th.standing-team-position{width:30px}}.stadings-competition .soccer-standings .soccer-standing th.standing-team-name{padding-left:10px}.stadings-competition .soccer-standings .soccer-standing th.stading-team-metric{text-align:right}.stadings-competition .soccer-standings .soccer-standing th:first-child{padding-left:20px}.stadings-competition .soccer-standings .soccer-standing th:last-child{padding-right:20px}@media only screen and (max-width:767px){.stadings-competition .soccer-standings .soccer-standing th.tablet{display:none}.stadings-competition .soccer-standings .soccer-standing th.phone{padding-right:20px;-webkit-box-sizing:content-box;box-sizing:content-box}}@media only screen and (max-width:479px){.stadings-competition .soccer-standings .soccer-standing th{padding-right:10px;-webkit-box-sizing:content-box;box-sizing:content-box}.stadings-competition .soccer-standings .soccer-standing th:first-child{padding-left:10px}.stadings-competition .soccer-standings .soccer-standing th.phone{display:none}}.stadings-competition .soccer-standings .soccer-standing.main td{color:#00a6f0}.stadings-competition .soccer-standings .soccer-standing.main td.standing-team-position{color:#2c272f}.stadings-competition .soccer-standings .soccer-standing.main td.standing-team-name p{font-weight:700;color:#00a6f0}.stadings-competition .standing-phases{display:inline-block;width:100%}.stadings-competition .standing-phases h2{font-size:18px;font-weight:700;color:#00a6f0;text-transform:uppercase;display:inline-block;margin-bottom:0;margin-top:25px}.stadings-competition .standing-phases>div .team-score{border-bottom:1px solid #e5f6fd}.stadings-competition+.advertise{width:100%}.store-header{overflow:hidden;-webkit-transition:max-height .4s cubic-bezier(.445,.05,.55,.95);-o-transition:max-height .4s cubic-bezier(.445,.05,.55,.95);transition:max-height .4s cubic-bezier(.445,.05,.55,.95)}.store-header.show-header{max-height:550px}.store-header.hide-header{max-height:0}.store-home{padding:40px 20px}@media only screen and (max-width:479px){.store-home{padding:20px 10px}}.store-content{background-color:#fafafa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.store-content .tabs-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.store-content .page-tabs .arrow{display:none}@media only screen and (min-width:768px){.store-content .page-tabs .arrow{display:block;-webkit-transition:left .5s;-o-transition:left .5s;transition:left .5s;content:"";background:url("data:image/svg+xml;base64,PHN2Zw0KCXdpZHRoPSIzNiINCgloZWlnaHQ9IjEwIg0KCXZpZXdCb3g9IjAgMCAzNiAxMCINCgl4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KCTxnIGlkPSJsb2dpbiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQoJCTxnIGlkPSJkcm9wX2luZGljYXRvciIgZmlsbD0iI2ZmZiI+DQoJCQk8cGF0aCBkPSJNMTgsMCBDMjEuNiwzLjU1MjcxMzY4ZS0xNSAyNS4yLDEwIDMzLjQ5MTkzMzQsMTAgQzQ4Ljk4Mzg2NjgsMTAgLTEyLjk4Mzg2NjgsMTAgMi41MDgwNjY2MiwxMCBDMTEuNjU2MzcwMiwxMCAxNC40LC0zLjY3NTE3ODM2ZS0xNSAxOCwwIFoiIGlkPSJUcmlhbmdsZS1Db3B5LTQiIC8+DQoJCTwvZz4NCgk8L2c+DQo8L3N2Zz4=") no-repeat 50%;position:absolute;width:25px;left:0;height:10px;top:-10px}}.store-content .page-tabs .variable-position-tabs{background-color:#fafafa}.store-content .page-tabs .variable-position-tabs ul li{position:relative}.store-content .page-tabs .variable-position-tabs ul li:hover a,.store-content .page-tabs .variable-position-tabs ul li a{-webkit-transition:color .25s cubic-bezier(.03,.98,.52,.99);-o-transition:color .25s cubic-bezier(.03,.98,.52,.99);transition:color .25s cubic-bezier(.03,.98,.52,.99)}.store-content .page-tabs .variable-position-tabs ul li:hover a{color:#00a6f0}.store-content .page-tabs .variable-position-tabs .hover a{color:#2c272f;-webkit-transition:color .25s cubic-bezier(.03,.98,.52,.99);-o-transition:color .25s cubic-bezier(.03,.98,.52,.99);transition:color .25s cubic-bezier(.03,.98,.52,.99)}.store-content .error-view{padding-top:100%}.store-content .shouldAnimateCallout.callout-overlay-modal>div:first-child{opacity:1}.store-home-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;margin:0 -5px 20px;-webkit-transform:translateZ(0);transform:translateZ(0);text-transform:uppercase}.store-home-grid li{list-style:none;margin:0 5px 10px;padding:0;position:relative;background-size:cover;background-position:50%;-webkit-transition:-webkit-transform 2.5s cubic-bezier(.03,.98,.52,.99);transition:-webkit-transform 2.5s cubic-bezier(.03,.98,.52,.99);-o-transition:transform 2.5s cubic-bezier(.03,.98,.52,.99);transition:transform 2.5s cubic-bezier(.03,.98,.52,.99);transition:transform 2.5s cubic-bezier(.03,.98,.52,.99),-webkit-transform 2.5s cubic-bezier(.03,.98,.52,.99);cursor:pointer;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.store-home-grid li .store-lighlight-inner>div{position:absolute;top:0;left:0;padding:20px}@media only screen and (max-width:479px){.store-home-grid li .store-lighlight-inner>div{padding:10px}}.store-home-grid h4,.store-home-grid h5{color:#fff;font-weight:700;margin:0}.store-home-grid h4.black,.store-home-grid h5.black{color:#000}.store-home-grid h4{font-size:24px;margin-bottom:30px}@media only screen and (max-width:959px){.store-home-grid h4{font-size:18px;margin-bottom:15px;line-height:22px}}@media only screen and (max-width:767px){.store-home-grid h4{font-size:24px;margin-bottom:15px;line-height:28px}}@media only screen and (max-width:479px){.store-home-grid h4{font-size:18px;margin-bottom:15px;line-height:22px}}.store-home-grid h5{margin-bottom:15px;font-size:12px}@media only screen and (max-width:959px){.store-home-grid h5{font-size:11px;margin-bottom:10px}}@media only screen and (max-width:767px){.store-home-grid h5{font-size:12px}}@media only screen and (max-width:479px){.store-home-grid h5{font-size:11px}}.store-home-grid .extra-info{margin-top:-25px;font-weight:700;font-size:12px;line-height:20px}@media only screen and (max-width:959px){.store-home-grid .extra-info{margin-top:-10px}}.store-home-grid img{width:0;height:0;visibility:hidden}.store-home-grid .button{padding:10px 20px;-webkit-transform:translateZ(20px);transform:translateZ(20px);-webkit-box-shadow:0 0 50px 0 rgba(51,51,51,.3);box-shadow:0 0 50px 0 rgba(51,51,51,.3);float:left}@media only screen and (max-width:959px){.store-home-grid .button{font-size:10px;padding:10px}}.store-home-grid .highlight-01{width:calc(50% - 10px);position:relative}.store-home-grid .highlight-01 .store-lighlight-inner{padding-top:calc(50% - 10px)}@media only screen and (max-width:767px){.store-home-grid .highlight-01{width:calc(100% - 10px)}}.store-home-grid .highlight-02{width:calc(25% - 10px);position:relative}.store-home-grid .highlight-02 .store-lighlight-inner{padding-top:calc(200% - 10px)}@media only screen and (max-width:767px){.store-home-grid .highlight-02{width:calc(50% - 10px)}}.store-home-grid .highlight-03{width:calc(50% - 10px)}.store-home-grid .highlight-03 .store-lighlight-inner{padding-top:calc(100% - 10px)}@media only screen and (max-width:767px){.store-home-grid .highlight-03{width:calc(100% - 10px)}}.store-filters-sticky{width:280px}@media only screen and (max-width:959px){.store-filters-sticky{width:100%}}.store-filters{background:#fafafa;overflow-y:auto;overflow-x:hidden;width:100%;padding-right:20px;position:relative;height:100%}@media only screen and (max-width:959px){.store-filters{height:auto;max-height:calc(100vh - 50px);padding-left:20px;padding-right:20px;z-index:20}}@media only screen and (max-width:479px){.store-filters{padding-left:10px;padding-right:10px}}.store-filters .active-all{color:#00a6f0;-webkit-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.store-filters-menu{margin-bottom:30px;border-top:1px solid #cfd8dc;padding-top:20px;padding-right:10px}@media only screen and (max-width:959px){.store-filters-menu{border:0;padding-top:0;padding-right:10px}}.store-filters-menu.empty{margin-bottom:0}.store-filters-menu ul{list-style:none;padding:0;margin:0}.store-filters-menu li{font-weight:700;min-height:20px;line-height:20px;padding:8px 0;font-size:12px;text-transform:uppercase;cursor:pointer;-webkit-box-sizing:content-box;box-sizing:content-box}.store-filters-menu .parent{overflow:hidden;position:relative;max-height:0;-webkit-transition:max-height .25s ease-in-out,color .25s ease-in-out;-o-transition:max-height .25s ease-in-out,color .25s ease-in-out;transition:max-height .25s ease-in-out,color .25s ease-in-out;color:#000}.store-filters-menu .parent:after,.store-filters-menu .parent:before{content:"";position:absolute;background:#969199}.store-filters-menu .parent:after{right:0;top:16px;width:8px;height:2px}.store-filters-menu .parent:before{right:3px;top:13px;height:8px;width:2px;-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;-o-transition:transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out}.store-filters-menu .parent ul{opacity:0;-webkit-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;padding-top:5px;padding-bottom:5px;max-height:165px;overflow:scroll}.store-filters-menu .parent.active{color:#00a6f0}.store-filters-menu .parent.active,.store-filters-menu .parent.open{-webkit-transition:max-height .25s ease-in-out,color .25s ease-in-out;-o-transition:max-height .25s ease-in-out,color .25s ease-in-out;transition:max-height .25s ease-in-out,color .25s ease-in-out}.store-filters-menu .parent.open{max-height:200px}.store-filters-menu .parent.open ul{opacity:1}.store-filters-menu .parent.open:before{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.store-filters-menu .parent li{font-weight:400;min-height:auto;padding:0;line-height:25px;color:#000;-webkit-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.store-filters-menu .parent li.active,.store-filters-menu .parent li:hover{color:#00a6f0;-webkit-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.store-filters-menu .parent li.active{font-weight:500}.store-filters-order{text-transform:uppercase;height:49px;font-size:12px;margin-bottom:30px;line-height:16px;background-color:#fff;padding-left:10px;font-weight:900;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.store-filters-order>span{margin-right:10px}.store-filters-order .Select{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:10px}.store-filters-order .has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.store-filters-order .has-value.Select--single>.Select-control .Select-value .Select-value-label{color:#2c272f}.store-filters-order .is-open .Select-control{background-color:transparent}.store-filters-order .is-focused:not(.is-open)>.Select-control{border:none;-webkit-box-shadow:none;box-shadow:none}.store-filters-order .Select-control{border:none;background-color:transparent;height:auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.store-filters-order .Select-control:hover{-webkit-box-shadow:none;box-shadow:none}.store-filters-order .Select-control .Select-input{float:left;height:0}.store-filters-order .Select-control .Select-multi-value-wrapper{outline:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.store-filters-order .Select-control .Select-multi-value-wrapper .Select-value{padding:0;position:relative;-o-text-overflow:initial;text-overflow:clip;white-space:normal}.store-filters-order .Select-control .Select-multi-value-wrapper .Select-value>.Select-value-label{font-weight:500;font-size:12px;line-height:12px;text-transform:uppercase}@media only screen and (max-width:767px){.store-filters-order .Select-control .Select-multi-value-wrapper .Select-value>.Select-value-label{color:#fff;font-size:14px}}.store-filters-order .Select-control .Select-arrow-zone{text-align:right;padding-right:0}.store-filters-order .Select-menu-outer{min-width:auto;border-radius:0;-webkit-box-shadow:0 10px 20px rgba(44,39,47,.2);box-shadow:0 10px 20px rgba(44,39,47,.2);border:none;max-height:none;margin-top:-7px;right:0;top:0;width:100%;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;position:absolute}@media only screen and (max-width:767px){.store-filters-order .Select-menu-outer{margin-top:-5px}}.store-filters-order .Select-menu-outer .Select-menu{max-height:none}.store-filters-order .Select-menu-outer .Select-option{height:50%;color:#2c272f;font-weight:900;font-size:12px;text-transform:uppercase;padding:0 10px;background-color:#fff;-o-text-overflow:initial;text-overflow:clip;white-space:normal;line-height:18px;padding-top:16px;padding-bottom:14px}.store-filters-order .Select-menu-outer .Select-option,.store-filters-order .Select-menu-outer .Select-option:hover{-webkit-transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95);-o-transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95);transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95)}.store-filters-order .Select-menu-outer .Select-option:hover{background-color:#f3fcff;color:#00a6f0}.store-filters-order .Select-menu-outer .Select-option:last-child{border-radius:0}.store-filters-checks{margin-bottom:40px;padding-right:20px}.store-filters-checks h4{font-size:12px;text-transform:uppercase;font-weight:700}.store-filters-checks input[type=checkbox]{margin-right:10px;opacity:0;margin-left:0}@media only screen and (max-width:767px){.store-filters-checks input[type=checkbox]{margin-right:15px}}.store-filters-checks input[type=checkbox]:checked+label:before{background-color:#00a6f0;border-color:#00a6f0;-webkit-transition:background-color .25s ease-in-out,border-color .25s ease-in-out;-o-transition:background-color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,border-color .25s ease-in-out}.store-filters-checks div{width:100%;margin-bottom:10px}.store-filters-checks div label{font-weight:400;color:#969199;-webkit-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out;font-size:14px;position:relative;cursor:pointer}.store-filters-checks div label:before{display:block;content:"";width:10px;height:10px;border-radius:2px;border:1px solid #969199;position:absolute;z-index:2;left:-22px;top:0;background-color:#fafafa;-webkit-transition:background-color .25s ease-in-out,border-color .25s ease-in-out;-o-transition:background-color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,border-color .25s ease-in-out;background-image:url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207.7778%205.7889%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M954.778%20783.789L952%20781.01l.783-.783%201.995%201.989%204.216-4.217.784.789z%22%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20transform%3D%22translate(-952%20-778)%22%2F%3E%3C%2Fsvg%3E%0A");background-size:10px 10px;background-repeat:no-repeat;background-position:50%;margin-top:1px}@media only screen and (max-width:767px){.store-filters-checks div label:before{width:15px;height:15px;left:-27px;background-size:13px 13px}}.store-filters-checks div input[type=checkbox]:checked+label{color:#00a6f0;-webkit-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.store-section-title{font-size:18px;color:#00a6f0;text-transform:uppercase;font-weight:800;display:inline-block;width:100%;margin-top:40px}.product-sticky-button{position:-webkit-sticky;position:sticky;bottom:0;background-color:#fff;display:none}@media only screen and (max-width:767px){.product-sticky-button{display:block}}.store-product-detail{width:100%;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;line-height:0;padding-top:0;border:1px solid rgba(0,0,0,.1)}.store-product-detail.custom{background-color:#fff}.store-product-detail.custom .store-product-custom-details .store-product-personalization{margin-bottom:0}@media only screen and (max-width:767px){.store-product-detail.custom .store-product-custom-details:not(.homepage-store),.store-product-detail.custom .store-product-custom-details:not(.homepage-store) .store-name-price{border:0}.store-product-detail.custom .store-product-custom-details:not(.homepage-store) .store-name-price div,.store-product-detail.custom .store-product-custom-details:not(.homepage-store) .store-quantity-add,.store-product-detail.custom .store-product-custom-details:not(.homepage-store) .store-size-picker{display:none}}@media only screen and (max-width:767px){.store-product-detail.custom .store-product-custom-details.homepage-store .product-sidebar{border:none;border-top:1px solid rgba(0,0,0,.1)}}.store-product-detail.custom .store-product-custom-details.homepage-store .product-sidebar .Select:focus{outline:transparent}@media only screen and (max-width:767px){.store-product-detail.custom .store-product-custom-details.homepage-store .product-sidebar .product-quantity{position:relative}.store-product-detail.custom .store-product-custom-details.homepage-store .product-sidebar .product-quantity .Select{position:static}.store-product-detail.custom .store-product-custom-details.homepage-store .product-sidebar .product-quantity .Select .Select-control{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;left:0;height:100%;top:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:transparent}.store-product-detail.custom .store-product-custom-details.homepage-store .product-sidebar .product-quantity .Select .Select-control .Select-multi-value-wrapper{margin-left:60px}.store-product-detail.custom .store-product-custom-details.homepage-store .product-sidebar .product-quantity .Select.is-open.is-focused{width:100%;position:absolute;text-align:center;top:-6px}.store-product-detail.custom .store-product-custom-details.homepage-store .product-sidebar .product-quantity .Select.is-open.is-focused .Select-menu-outer{width:100%;max-width:none}}@media only screen and (max-width:767px){.store-product-detail{display:block;padding-top:0;padding-bottom:0}}@media only screen and (max-width:479px){.store-product-detail{padding:0}}.store-product-detail .store-product-custom-details{width:37.5%;padding:0;margin-top:80px;-ms-flex-item-align:stretch;align-self:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:959px){.store-product-detail .store-product-custom-details.homepage-store{padding-left:10px;padding-right:10px;margin-top:0}}@media only screen and (max-width:767px){.store-product-detail .store-product-custom-details.homepage-store{padding-left:0;padding-right:0;border:none;margin-bottom:0}}.store-product-detail .store-product-custom-details.homepage-store>div{max-width:300px;border:1px solid rgba(0,0,0,.1);border-bottom:none;margin:0 auto}@media only screen and (max-width:767px){.store-product-detail .store-product-custom-details.homepage-store>div{max-width:none;width:100%}.store-product-detail .store-product-custom-details.homepage-store>div .product-quantity{display:-webkit-box;display:-ms-flexbox;display:flex}}.store-product-detail .store-product-custom-details.homepage-store>div .store-product-personalization{border-bottom:1px solid rgba(0,0,0,.1)}@media only screen and (max-width:767px){.store-product-detail .store-product-custom-details.homepage-store>div .store-product-personalization{border:0}}.store-product-detail .store-product-custom-details.homepage-store>div .store-product-personalization:last-child{margin-bottom:0;border-bottom:none}.store-product-detail .store-product-custom-details.homepage-store>div .store-quantity-add{margin-top:-3px;height:60px}@media only screen and (max-width:767px){.store-product-detail .store-product-custom-details.homepage-store>div .store-quantity-add{padding-left:0;padding-right:0}.store-product-detail .store-product-custom-details.homepage-store>div .store-quantity-add .button,.store-product-detail .store-product-custom-details.homepage-store>div .store-quantity-add .product-quantity{width:50%}}.store-product-detail .store-product-custom-details.homepage-store>div .store-quantity-add .product-quantity{height:100%;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}@media only screen and (max-width:767px){.store-product-detail .store-product-custom-details.homepage-store>div .store-quantity-add .product-quantity{border-bottom:none}}.store-product-detail .store-product-custom-details.homepage-store>div .store-quantity-add .button{height:100%}.store-product-detail .store-product-custom-details.homepage-store>div .store-detail-prices{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:50px}.store-product-detail .store-product-custom-details.homepage-store>div .store-detail-prices .store-regular-price{border-right:1px solid rgba(0,0,0,.1)}.store-product-detail .store-product-custom-details.homepage-store>div .store-detail-prices>span{line-height:50px}@media only screen and (max-width:959px){.store-product-detail .store-product-custom-details{margin-top:20px;margin-bottom:20px}}@media only screen and (max-width:767px){.store-product-detail .store-product-custom-details{margin-top:0;width:100%;background-color:#fff;padding:0}}.store-product-detail .store-product-custom-details .store-product-personalization{background-color:#fff;width:100%;margin-bottom:2px}@media only screen and (max-width:1199px){.store-product-detail .store-product-custom-details .store-product-personalization{max-width:none}}@media only screen and (max-width:767px){.store-product-detail .store-product-custom-details .store-product-personalization.hidden-mobile{display:none}}@media only screen and (max-width:767px){.store-product-detail .store-product-custom-details .store-product-personalization{border-bottom:1px solid #eaeaea;margin-bottom:0}}.store-product-detail .store-product-custom-details .store-product-personalization .Select-arrow-zone{margin-top:2px}.store-product-detail .store-product-custom-details .store-product-personalization .Select-menu-outer{top:0}.store-product-detail .store-product-custom-details .product-type .Select-arrow-zone{margin-top:-5px}@media only screen and (max-width:767px){.store-product-detail .store-product-custom-details .add-to-cart,.store-product-detail .store-product-custom-details .price-bar,.store-product-detail .store-product-custom-details .select-size,.store-product-detail .store-product-custom-details .select-size-activated{display:none}}.add-to-cart-sticky{bottom:0;display:block;left:0;overflow:hidden;position:-webkit-sticky;position:sticky;right:0;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:31}@media only screen and (min-width:768px){.add-to-cart-sticky{display:none}}.add-to-cart-sticky .add-to-cart-prices{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:64px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;left:0;padding:10px;position:absolute;right:0;width:100%}.add-to-cart-sticky .prices .store-associate-price,.add-to-cart-sticky .prices .store-discount-price,.add-to-cart-sticky .prices .store-regular-price{font-size:12px;font-weight:800;line-height:14px;margin:0;text-align:left;text-transform:uppercase}.add-to-cart-sticky .prices .store-regular-price{color:#969199}.add-to-cart-sticky .prices .store-associate-price{color:#00a6f0}.add-to-cart-sticky .prices .store-discount-price{color:#ee8e31}.add-to-cart-sticky .store-size-picker .title{color:#fff}.add-to-cart-sticky .add-to-cart-wrapper{height:64px}.add-to-cart-sticky .add-to-cart-wrapper.expand{height:92px;-webkit-transition:height .24s ease;-o-transition:height .24s ease;transition:height .24s ease}@media only screen and (max-width:767px){.add-to-cart-sticky .add-to-cart-wrapper.expand{height:106px}}.add-to-cart-sticky .add-to-cart-wrapper.grow-up{height:155px;-webkit-transition:height .24s ease;-o-transition:height .24s ease;transition:height .24s ease}@media only screen and (max-width:767px){.add-to-cart-sticky .add-to-cart-wrapper.grow-up{height:168px}}.add-to-cart-sticky .add-to-cart-show-more{position:absolute;top:10px;right:10px;bottom:10px;overflow:hidden;visibility:hidden;width:130px;height:44px;z-index:-1}.add-to-cart-sticky .add-to-cart-show-more,.add-to-cart-sticky .add-to-cart-show-more.expand{-webkit-transition:height .24s ease,width .24s ease,top .24s ease,right .24s ease,bottom .24s ease;-o-transition:height .24s ease,width .24s ease,top .24s ease,right .24s ease,bottom .24s ease;transition:height .24s ease,width .24s ease,top .24s ease,right .24s ease,bottom .24s ease}.add-to-cart-sticky .add-to-cart-show-more.expand{visibility:visible;width:100%;height:100%;top:0;right:0;bottom:0;z-index:100}@media only screen and (max-width:767px){.add-to-cart-sticky .add-to-cart-show-more.expand .size-picker-wrapper{pointer-events:none}.add-to-cart-sticky .add-to-cart-show-more.expand .size-picker-wrapper.enable-clicks{pointer-events:all}}.add-to-cart-sticky .button-add-to-cart-xl{background:#0083bd;margin:0;padding-bottom:22px;padding-top:22px;width:100%}.add-to-cart-sticky .button-add-to-cart.disabled{opacity:1;background-color:rgba(0,0,0,.2)}.add-to-cart-sticky .button-added-item{position:relative;overflow:hidden;background:#2c272f;border:1px solid #2c272f;pointer-events:none}.add-to-cart-sticky .button-added-item:before{content:"";display:block;position:absolute;background:#2c272f;width:100%;height:100%;left:0;bottom:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0;-webkit-transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out,-webkit-transform .33s ease-in-out}.add-to-cart-sticky .button-added-item>*{position:relative}.add-to-cart-sticky .button-added-item:focus:not([disabled]),.add-to-cart-sticky .button-added-item:hover:not([disabled]){outline:0;-webkit-transition:background-color .33s ease-in-out;-o-transition:background-color .33s ease-in-out;transition:background-color .33s ease-in-out}.add-to-cart-sticky .button-added-item:focus:not([disabled]):before,.add-to-cart-sticky .button-added-item:hover:not([disabled]):before{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.add-to-cart-sticky .button-added-item:focus:not([disabled]) .icon,.add-to-cart-sticky .button-added-item:hover:not([disabled]) .icon{-webkit-transform:translateX(-3px);-ms-transform:translateX(-3px);transform:translateX(-3px)}.add-to-cart-sticky .button-added-item .icon{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .33s ease-in-out;transition:-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out;transition:transform .33s ease-in-out;transition:transform .33s ease-in-out,-webkit-transform .33s ease-in-out}.store-product-slider{width:62.5%}.store-product-slider>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.store-product-slider>div .product-inner-wrapper{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.store-product-slider>div .product-inner-wrapper figure,.store-product-slider>div .product-inner-wrapper img{width:100%}.store-product-slider>div .product-inner-wrapper figure{margin:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.store-product-slider>div .product-inner-wrapper figure.zoom{background-position:50% 50%;background-size:0;background-repeat:no-repeat;position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (min-width:960px){.store-product-slider>div .product-inner-wrapper figure.zoom{cursor:crosshair}.store-product-slider>div .product-inner-wrapper figure.zoom:hover{background-size:150%}.store-product-slider>div .product-inner-wrapper figure.zoom:hover img{opacity:0}.store-product-slider>div .product-inner-wrapper figure.zoom img{opacity:1;display:block;width:100%}}.store-product-slider>div .product-inner-wrapper .drag360{margin:-200px auto 0;position:relative;bottom:0;width:80%}@media only screen and (max-width:1199px){.store-product-slider>div .product-inner-wrapper .drag360{margin:-170px auto 0}}@media only screen and (max-width:479px){.store-product-slider>div .product-inner-wrapper .drag360{margin:-100px auto 0}}@media only screen and (max-width:767px){.store-product-slider{width:100%}.store-product-slider .product-slider-nav-buttons{border-radius:20px}}.store-product-slider .product-slider>li{padding:0}.store-product-slider .product-slider-controls{margin-top:80px}@media only screen and (max-width:959px){.store-product-slider .product-slider-controls{margin-top:20px}}.store-name-price{padding:40px 20px;height:130px}@media only screen and (max-width:479px){.store-name-price{padding:20px 10px}}.store-name-price .name{font-family:Fira Sans Condensed,sans-serif;font-weight:700;font-size:24px;color:#2c272f;line-height:24px;margin-bottom:20px}@media only screen and (max-width:767px){.store-name-price .name{font-size:18px}}.store-name-price .price{font-family:Fira Sans Condensed,sans-serif;font-weight:700;text-transform:uppercase;font-size:16px;color:#969199;line-height:14px;margin-bottom:5px}.store-name-price .old-price{position:relative}.store-name-price .old-price:after{background:rgba(238,142,49,.7);bottom:0;content:"";height:2px;left:0;margin:auto;position:absolute;top:0;width:100%}.store-name-price>div{margin-bottom:10px}.store-name-price>div .associate-price{font-family:Fira Sans Condensed,sans-serif;font-weight:700;text-transform:uppercase;font-size:16px;color:#00a6f0;line-height:14px}.store-name-price>div .associate-link{font-weight:500;font-size:12px;color:#969199;line-height:16px;border-bottom:1px solid #969199;width:auto;cursor:pointer}.store-name-price>div .associate-link:hover{color:#00a6f0;border-bottom:1px solid #00a6f0}.store-name-price>div .discount-price{font-family:Fira Sans Condensed,sans-serif;font-weight:700;font-size:16px;color:#ee8e31;line-height:14px}.store-price-add,.store-quantity-add{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;min-height:48px}@media only screen and (max-width:767px){.store-price-add,.store-quantity-add{min-height:48px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:20px;padding-right:20px}}@media only screen and (max-width:479px){.store-price-add,.store-quantity-add{padding-left:10px;padding-right:10px}}.store-price-add .product-quantity,.store-quantity-add .product-quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:35%}@media only screen and (max-width:767px){.store-price-add .product-quantity,.store-quantity-add .product-quantity{display:none}}.store-price-add .product-quantity p,.store-quantity-add .product-quantity p{font-weight:800;font-size:10px;color:#969199;display:table-cell;vertical-align:middle;padding-right:5px}.store-price-add .product-quantity .Select-arrow-zone,.store-quantity-add .product-quantity .Select-arrow-zone{width:10px}.store-price-add .product-quantity .Select-value,.store-quantity-add .product-quantity .Select-value{padding-right:8px}.store-price-add .product-quantity .Select-menu-outer,.store-quantity-add .product-quantity .Select-menu-outer{z-index:4;max-width:100px;min-width:0}.store-price-add .product-quantity.disabled,.store-quantity-add .product-quantity.disabled{pointer-events:none}.store-price-add .product-quantity.disabled .Select-arrow-zone,.store-quantity-add .product-quantity.disabled .Select-arrow-zone{display:none}.store-price-add .store-detail-prices,.store-quantity-add .store-detail-prices{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px}.store-price-add .store-detail-prices .store-regular-price,.store-quantity-add .store-detail-prices .store-regular-price{color:#969199;font-size:14px;text-transform:uppercase;font-weight:800;line-height:14px;text-align:center}@media only screen and (max-width:767px){.store-price-add .store-detail-prices .store-regular-price,.store-quantity-add .store-detail-prices .store-regular-price{font-size:12px;font-weight:500}}.store-price-add .store-detail-prices .old-price,.store-quantity-add .store-detail-prices .old-price{position:relative}.store-price-add .store-detail-prices .old-price:after,.store-quantity-add .store-detail-prices .old-price:after{background:rgba(238,142,49,.7);bottom:0;content:"";height:2px;left:0;margin:auto;position:absolute;right:0;top:0;width:50%}@media only screen and (max-width:767px){.store-price-add .store-detail-prices .old-price:after,.store-quantity-add .store-detail-prices .old-price:after{width:17%}}.store-price-add .store-detail-prices .store-associate-price,.store-quantity-add .store-detail-prices .store-associate-price{color:#00a6f0;font-size:14px;text-transform:uppercase;font-weight:800;line-height:14px;text-align:center}@media only screen and (max-width:767px){.store-price-add .store-detail-prices .store-associate-price,.store-quantity-add .store-detail-prices .store-associate-price{font-size:12px}}.store-price-add .store-detail-prices .store-discount-price,.store-quantity-add .store-detail-prices .store-discount-price{color:#ee8e31;font-size:14px;text-transform:uppercase;font-weight:800;line-height:14px;text-align:center}@media only screen and (max-width:767px){.store-price-add .store-detail-prices .store-discount-price,.store-quantity-add .store-detail-prices .store-discount-price{font-size:12px}}.store-price-add .button,.store-quantity-add .button{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}@media only screen and (max-width:767px){.store-price-add .button,.store-quantity-add .button{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}}.store-price-add .button.disabled,.store-quantity-add .button.disabled{opacity:1;background-color:rgba(0,0,0,.2)}.store-price-add,.store-price-add .store-detail-prices{display:block}.store-size-picker{padding:40px 20px 30px}@media only screen and (max-width:767px){.store-size-picker{padding:25px 10px 0}}.store-size-picker .title{-webkit-transition:color .25s ease-in;-o-transition:color .25s ease-in;transition:color .25s ease-in;color:#000;display:block;font-size:12px;font-weight:700;line-height:12px;margin-bottom:10px;text-transform:uppercase}.store-size-picker .title.show{-webkit-transition:color .15s ease-in;-o-transition:color .15s ease-in;transition:color .15s ease-in;color:#ee8e31}.store-size-picker.colored{background-color:#00a6f0}@media only screen and (max-width:767px){.store-size-picker.colored{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#00a6f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}.store-size-picker.colored .store-product-sizes>div input:checked+label{color:#00a6f0;background-color:#fff;border-color:#fff}.store-size-picker.colored .store-product-sizes>div label{border-color:#fff;color:#fff}.store-size-picker.colored>span{color:#fff}@media only screen and (max-width:767px){.store-size-picker .store-product-sizes{overflow-y:scroll;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;height:60px}}.store-size-picker .store-product-sizes>div{display:inline-block;height:30px;line-height:28px;margin-right:10px;position:relative;text-align:center;width:30px;margin-bottom:10px}@media only screen and (max-width:767px){.store-size-picker .store-product-sizes>div{height:40px;width:40px;line-height:38px}}.store-size-picker .store-product-sizes>div:last-child{margin-right:0}.store-size-picker .store-product-sizes>div label{border-radius:50%;border:1px solid #000;color:#000;cursor:pointer;display:block;font-size:12px;font-weight:900;height:30px;letter-spacing:-.5pt;text-transform:uppercase;width:30px;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out,border .25s ease-in-out;-o-transition:background-color .25s ease-in-out,color .25s ease-in-out,border .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out,border .25s ease-in-out}@media only screen and (max-width:767px){.store-size-picker .store-product-sizes>div label{height:40px;width:40px;font-size:14px}}.store-size-picker .store-product-sizes>div .warning-select{-webkit-animation:warning-select-size 3s;animation:warning-select-size 3s}@-webkit-keyframes warning-select-size{5%{border-color:#ee8e31;color:#ee8e31}95%{border-color:#ee8e31;color:#ee8e31}to{border-color:#000;color:#000}}@keyframes warning-select-size{5%{border-color:#ee8e31;color:#ee8e31}95%{border-color:#ee8e31;color:#ee8e31}to{border-color:#000;color:#000}}.store-size-picker .store-product-sizes>div input{position:absolute;opacity:0;top:0;left:0;width:100%;height:100%;margin:0;cursor:pointer}.store-size-picker .store-product-sizes>div input:checked+label,.store-size-picker .store-product-sizes>div input:hover+label{-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out,border .25s ease-in-out;-o-transition:background-color .25s ease-in-out,color .25s ease-in-out,border .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out,border .25s ease-in-out;background-color:#000;color:#fff;border:1px solid #000}.store-size-picker .store-product-sizes>div input:disabled+label,.store-size-picker .store-product-sizes>div input:disabled:hover+label{opacity:.2;border:1px solid #000;background-color:#fff;color:#000}.store-size-picker .error-select-size{-webkit-transition:scaleY .15s ease-in,margin-bottom .15s ease-in;-o-transition:scaleY .15s ease-in,margin-bottom .15s ease-in;transition:scaleY .15s ease-in,margin-bottom .15s ease-in;color:#ee8e31;font-size:12px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;word-break:break-all;word-wrap:break-word;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0)}@media only screen and (max-width:767px){.store-size-picker .error-select-size{display:none}}.store-size-picker .error-select-size.show{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);margin-bottom:25px}.store-product-badge-picker,.store-product-pano-picker{padding:20px}@media only screen and (max-width:767px){.store-product-badge-picker,.store-product-pano-picker{padding:10px 20px}}@media only screen and (max-width:479px){.store-product-badge-picker,.store-product-pano-picker{padding:10px}}.store-product-badge-picker .has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.store-product-badge-picker .has-value.Select--single>.Select-control .Select-value .Select-value-label,.store-product-pano-picker .has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.store-product-pano-picker .has-value.Select--single>.Select-control .Select-value .Select-value-label{color:#2c272f}.store-product-badge-picker .is-open .Select-control,.store-product-pano-picker .is-open .Select-control{background-color:transparent}.store-product-badge-picker .is-focused:not(.is-open)>.Select-control,.store-product-pano-picker .is-focused:not(.is-open)>.Select-control{border:none;-webkit-box-shadow:none;box-shadow:none}.store-product-badge-picker .Select,.store-product-pano-picker .Select{position:relative;height:56px}@media only screen and (max-width:1199px){.store-product-badge-picker .Select,.store-product-pano-picker .Select{height:28px}}@media only screen and (max-width:959px){.store-product-badge-picker .Select,.store-product-pano-picker .Select{height:56px}}@media only screen and (max-width:767px){.store-product-badge-picker .Select,.store-product-pano-picker .Select{height:28px}}.store-product-badge-picker .Select-control,.store-product-pano-picker .Select-control{border:none;background-color:transparent;cursor:default;display:-webkit-box;display:-ms-flexbox;display:flex;border-spacing:0;border-collapse:separate;height:50px;outline:none;overflow:hidden;position:relative;width:100%}.store-product-badge-picker .Select-control:hover,.store-product-pano-picker .Select-control:hover{-webkit-box-shadow:none;box-shadow:none}.store-product-badge-picker .Select-control .Select-input,.store-product-pano-picker .Select-control .Select-input{float:left;height:0}.store-product-badge-picker .Select-control .Select-multi-value-wrapper,.store-product-pano-picker .Select-control .Select-multi-value-wrapper{outline:0;width:100%}.store-product-badge-picker .Select-control .Select-multi-value-wrapper .Select-value,.store-product-pano-picker .Select-control .Select-multi-value-wrapper .Select-value{padding:0;position:relative;-o-text-overflow:initial;text-overflow:clip;white-space:normal;line-height:25px;height:52px}@media only screen and (max-width:1199px){.store-product-badge-picker .Select-control .Select-multi-value-wrapper .Select-value,.store-product-pano-picker .Select-control .Select-multi-value-wrapper .Select-value{height:26px}}@media only screen and (max-width:959px){.store-product-badge-picker .Select-control .Select-multi-value-wrapper .Select-value,.store-product-pano-picker .Select-control .Select-multi-value-wrapper .Select-value{height:52px}}@media only screen and (max-width:767px){.store-product-badge-picker .Select-control .Select-multi-value-wrapper .Select-value,.store-product-pano-picker .Select-control .Select-multi-value-wrapper .Select-value{height:26px}}.store-product-badge-picker .Select-control .Select-multi-value-wrapper .Select-value>.Select-value-label,.store-product-pano-picker .Select-control .Select-multi-value-wrapper .Select-value>.Select-value-label{font-family:Fira Sans Condensed,sans-serif;font-weight:700;font-size:24px;line-height:24px;color:#2c272f}@media only screen and (max-width:767px){.store-product-badge-picker .Select-control .Select-multi-value-wrapper .Select-value>.Select-value-label,.store-product-pano-picker .Select-control .Select-multi-value-wrapper .Select-value>.Select-value-label{color:#fff;font-size:14px}}.store-product-badge-picker .Select-control .Select-arrow-zone,.store-product-pano-picker .Select-control .Select-arrow-zone{text-align:right;padding-right:0;cursor:pointer;display:table-cell;position:relative;vertical-align:middle;width:25px}.store-product-badge-picker .Select-control .Select-arrow-zone .Select-arrow,.store-product-pano-picker .Select-control .Select-arrow-zone .Select-arrow{border-color:#2c272f transparent transparent;border-style:solid;border-width:5px 5px 2.5px;display:inline-block;height:0;width:0;position:relative}@media only screen and (max-width:767px){.store-product-badge-picker .Select-control .Select-arrow-zone .Select-arrow,.store-product-pano-picker .Select-control .Select-arrow-zone .Select-arrow{border-color:#000 transparent transparent}}.store-product-badge-picker .Select-menu-outer,.store-product-pano-picker .Select-menu-outer{display:table;min-width:170px;border-radius:0;-webkit-box-shadow:0 10px 20px rgba(44,39,47,.2);box-shadow:0 10px 20px rgba(44,39,47,.2);border:none;max-height:none;width:260px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;position:absolute;z-index:21;margin-left:-20px;margin-top:50px;left:0}@media only screen and (max-width:1199px){.store-product-badge-picker .Select-menu-outer,.store-product-pano-picker .Select-menu-outer{width:403px}}@media only screen and (max-width:767px){.store-product-badge-picker .Select-menu-outer,.store-product-pano-picker .Select-menu-outer{margin-top:38px;width:100vw}}.store-product-badge-picker .Select-menu-outer .Select-menu,.store-product-pano-picker .Select-menu-outer .Select-menu{max-height:none;overflow:hidden}.store-product-badge-picker .Select-menu-outer .Select-option,.store-product-pano-picker .Select-menu-outer .Select-option{height:50%;color:#2c272f;font-weight:700;font-size:12px;text-transform:uppercase;background-color:#fff;-o-text-overflow:initial;text-overflow:clip;white-space:normal;line-height:18px;padding:20px;border-bottom:1px solid rgba(0,0,0,.1)}.store-product-badge-picker .Select-menu-outer .Select-option,.store-product-badge-picker .Select-menu-outer .Select-option:hover,.store-product-pano-picker .Select-menu-outer .Select-option,.store-product-pano-picker .Select-menu-outer .Select-option:hover{-webkit-transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95);-o-transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95);transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95)}.store-product-badge-picker .Select-menu-outer .Select-option:hover,.store-product-pano-picker .Select-menu-outer .Select-option:hover{background-color:#f3fcff;color:#00a6f0}.store-product-badge-picker .Select-menu-outer .Select-option:last-child,.store-product-pano-picker .Select-menu-outer .Select-option:last-child{border-radius:0}@media only screen and (max-width:767px){.store-product-pano-picker{background-color:rgba(0,0,0,.1)}}@media only screen and (max-width:767px){.store-product-pano-picker .Select-arrow{border-top-color:#000}}@media only screen and (max-width:767px){.store-product-pano-picker .Select-control{color:#000}.store-product-pano-picker .Select-control .Select-arrow-zone{margin-top:-4px!important}}@media only screen and (max-width:767px){.store-product-pano-picker .has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.store-product-pano-picker .has-value.Select--single>.Select-control .Select-value .Select-value-label{color:#000;text-transform:none;font-weight:700}}.store-product-badge-picker{position:relative;max-height:0;overflow:hidden;-webkit-transition:max-height .25s ease-in-out;-o-transition:max-height .25s ease-in-out;transition:max-height .25s ease-in-out;padding:0}.store-product-badge-picker .Select{opacity:1;-webkit-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.store-product-badge-picker .Select.has-value.is-focused.is-pseudo-focused.Select--single .Select-control{background:#fafafa}.store-product-badge-picker.expand{overflow:visible;max-height:50px;-webkit-transition:max-height .25s ease-in-out;-o-transition:max-height .25s ease-in-out;transition:max-height .25s ease-in-out}.store-product-badge-picker.expand .Select{opacity:1;-webkit-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.store-product-badge-picker .Select-menu-outer .Select-option,.store-product-badge-picker .Select-value-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.store-product-badge-picker .Select-menu-outer .Select-option img,.store-product-badge-picker .Select-value-label img{width:30px;margin:0 15px 0 0}.store-product-badge-picker .Select-menu-outer .Select-option span,.store-product-badge-picker .Select-value-label span{font-size:12px;line-height:14px}.store-engrave-badge,.store-engrave-number{padding:20px}@media only screen and (max-width:479px){.store-engrave-badge,.store-engrave-number{padding:10px}}.store-engrave-badge input[type=checkbox],.store-engrave-number input[type=checkbox]{margin-right:10px;opacity:0;margin-bottom:0}@media only screen and (max-width:767px){.store-engrave-badge input[type=checkbox],.store-engrave-number input[type=checkbox]{margin-right:15px}}.store-engrave-badge input[type=checkbox]:checked+.store-engrave-title,.store-engrave-number input[type=checkbox]:checked+.store-engrave-title{color:#00a6f0}.store-engrave-badge input[type=checkbox]:checked+.store-engrave-title:before,.store-engrave-number input[type=checkbox]:checked+.store-engrave-title:before{background-color:#00a6f0;border-color:#00a6f0;-webkit-transition:background-color .25s ease-in-out,border-color .25s ease-in-out;-o-transition:background-color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,border-color .25s ease-in-out}.store-engrave-badge input[type=checkbox]:checked~.store-engrave-price,.store-engrave-number input[type=checkbox]:checked~.store-engrave-price{color:#00a6f0}.store-engrave-badge .store-engrave-title,.store-engrave-number .store-engrave-title{color:#969199;font-weight:700;font-size:12px;text-transform:uppercase;line-height:10px;margin-right:10px;position:relative;cursor:pointer;display:inline-block}@media only screen and (max-width:767px){.store-engrave-badge .store-engrave-title,.store-engrave-number .store-engrave-title{line-height:15px;font-weight:500;font-size:12px;text-transform:uppercase}}.store-engrave-badge .store-engrave-title:before,.store-engrave-number .store-engrave-title:before{display:block;content:"";width:10px;height:10px;border-radius:2px;border:1px solid #969199;position:absolute;z-index:2;left:-22px;top:-2px;background-color:#fff;-webkit-transition:background-color .25s ease-in-out,border-color .25s ease-in-out;-o-transition:background-color .25s ease-in-out,border-color .25s ease-in-out;transition:background-color .25s ease-in-out,border-color .25s ease-in-out;background-image:url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207.7778%205.7889%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M954.778%20783.789L952%20781.01l.783-.783%201.995%201.989%204.216-4.217.784.789z%22%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20transform%3D%22translate(-952%20-778)%22%2F%3E%3C%2Fsvg%3E%0A");background-size:10px 10px;background-repeat:no-repeat;background-position:50%}@media only screen and (max-width:767px){.store-engrave-badge .store-engrave-title:before,.store-engrave-number .store-engrave-title:before{width:15px;height:15px;left:-27px;background-size:13px 13px}}.store-engrave-badge .store-engrave-price,.store-engrave-number .store-engrave-price{color:#969199;font-weight:700;font-size:12px;text-transform:uppercase;line-height:10px;margin-bottom:10px;cursor:pointer}@media only screen and (max-width:767px){.store-engrave-badge .store-engrave-price,.store-engrave-number .store-engrave-price{line-height:15px;font-weight:500;font-size:12px;text-transform:uppercase;color:#00a6f0;margin-top:10px}}.store-engrave-badge .store-engrave-number-form,.store-engrave-number .store-engrave-number-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;max-height:0;overflow:hidden;-webkit-transition:max-height .25s ease-in-out;-o-transition:max-height .25s ease-in-out;transition:max-height .25s ease-in-out}.store-engrave-badge .store-engrave-number-form.expand,.store-engrave-number .store-engrave-number-form.expand{max-height:50px;-webkit-transition:max-height .25s ease-in-out;-o-transition:max-height .25s ease-in-out;transition:max-height .25s ease-in-out}.store-engrave-badge .store-engrave-number-form input,.store-engrave-number .store-engrave-number-form input{border:none;border-bottom:1px solid #cfd8dc;height:30px;margin-top:5px;outline:0;font-weight:900;-webkit-transition:border-bottom .25s ease-in-out;-o-transition:border-bottom .25s ease-in-out;transition:border-bottom .25s ease-in-out}.store-engrave-badge .store-engrave-number-form input.not-empty,.store-engrave-number .store-engrave-number-form input.not-empty{border-bottom:2px solid #000;-webkit-transition:border-bottom .25s ease-in-out;-o-transition:border-bottom .25s ease-in-out;transition:border-bottom .25s ease-in-out}.store-engrave-badge .store-engrave-number-form input::-webkit-input-placeholder,.store-engrave-number .store-engrave-number-form input::-webkit-input-placeholder{color:#cfd8dc}.store-engrave-badge .store-engrave-number-form input::-moz-placeholder,.store-engrave-number .store-engrave-number-form input::-moz-placeholder{color:#cfd8dc}.store-engrave-badge .store-engrave-number-form input:-ms-input-placeholder,.store-engrave-number .store-engrave-number-form input:-ms-input-placeholder{color:#cfd8dc}.store-engrave-badge .store-engrave-number-form input:-moz-placeholder,.store-engrave-number .store-engrave-number-form input:-moz-placeholder{color:#cfd8dc}.store-engrave-badge .store-engrave-number-form input:first-child,.store-engrave-number .store-engrave-number-form input:first-child{margin-right:10px;-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;text-transform:uppercase;font-size:12px;width:100%}.store-engrave-badge .store-engrave-number-form input:last-child,.store-engrave-number .store-engrave-number-form input:last-child{width:30px;text-align:center;font-size:12px;margin-right:30px}.store-engrave-badge .store-engrave-number-form input.number-form::-webkit-inner-spin-button,.store-engrave-badge .store-engrave-number-form input.number-form::-webkit-outer-spin-button,.store-engrave-number .store-engrave-number-form input.number-form::-webkit-inner-spin-button,.store-engrave-number .store-engrave-number-form input.number-form::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.store-engrave-badge .Select{height:40px}.store-engrave-badge .Select .Select-control{background-color:#fafafa;margin-top:15px;height:40px;padding-right:10px}.store-engrave-badge .Select .Select-control .Select-value{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.store-engrave-badge .Select .Select-control+.Select-menu-outer{width:100%;max-width:none;margin-top:0;margin-left:0}.store-engrave-badge .Select .Select-control+.Select-menu-outer .Select-option{padding:5px}.store-engrave-badge .loading{position:static}.store-list-information{padding:20px;width:100%;margin-bottom:2px}@media only screen and (max-width:767px){.store-list-information{margin-left:20px}}@media only screen and (max-width:479px){.store-list-information{margin-left:10px}}.store-list-information .title-container{border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:15px;margin-bottom:15px;cursor:pointer}.store-list-information .title{font-weight:700;font-size:12px;color:#000;line-height:17px}.store-list-information .arrow{text-align:right}.store-list-information .list-information{padding-left:0;list-style:none;font-weight:400;font-size:12px;color:#000;line-height:20px}.store-list-information .list-information li{cursor:pointer}.store-list-information .list-information li:hover{color:#00a6f0}.basket-container{width:410px;max-width:410px;max-height:calc(100vh - 40px);z-index:1011;position:absolute;right:0;top:40px}@media only screen and (max-width:479px){.basket-container{width:100%;max-width:100%;min-height:calc(100vh - 50px);max-height:calc(100vh - 50px)}}@media only screen and (max-width:959px){.basket-container{background-color:#fff;top:50px}}.basket-container-products-prices{overflow:auto;max-height:92vh;padding-bottom:134px;background-color:#fff}@media only screen and (max-width:479px){.basket-container-products-prices{padding-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.basket-container-products-prices.basket-no-controls{max-height:97vh;padding-bottom:61px}@media only screen and (max-width:479px){.basket-container-products-prices.basket-no-controls{max-height:97vh;padding-bottom:69px}}@media only screen and (max-width:479px){.basket-container-products-prices .basket-container-products{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;overflow:scroll}}.basket-bottom-container{background-color:#fff;position:absolute;width:100%;bottom:0}@media only screen and (max-width:479px){.basket-bottom-container{position:relative;bottom:0}.basket-bottom-container:before{content:"";display:block;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));background:-webkit-linear-gradient(hsla(0,0%,100%,0),#fff);background:-o-linear-gradient(hsla(0,0%,100%,0),#fff);background:linear-gradient(hsla(0,0%,100%,0),#fff);height:80px;position:absolute;top:-80px;width:100%}}.basket-products-list-wrapper hr{display:none}@media only screen and (max-width:479px){.basket-products-list-wrapper hr{display:block;margin:0 20px;height:1px;border:1px solid rgba(0,0,0,.1);border-bottom:none}}@media only screen and (max-width:479px){.basket-products-list-wrapper:last-of-type{margin-bottom:50px}.basket-products-list-wrapper:last-of-type hr{display:none}}.basket-products-list{background-color:#fff;padding:20px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%}@media only screen and (max-width:479px){.basket-products-list{-webkit-box-flex:1;-ms-flex:1 0;flex:1 0}}.basket-products-list-col-image{width:30%;height:120px;background-size:cover;background-position:50%;background-repeat:no-repeat}.basket-products-list-col-image img{display:none}.basket-products-list-col-info{width:70%;height:100%;padding:7px 0;margin-left:10px}@media only screen and (max-width:479px){.basket-products-list-col-info{margin-left:10px}}.basket-price-amount{padding:20px}@media only screen and (max-width:479px){.basket-price-amount{padding:20px 0;margin:10px 20px 0;border-top:1px solid rgba(0,0,0,.1)}}.basket-payment-buttons{padding:0 20px 25px;text-align:center;width:100%}@media only screen and (max-width:767px){.basket-payment-buttons{padding:0}}.basket-products-list-col-info-size{margin-top:8px}.basket-products-list-col-info-price{margin-top:5px}.basket-products-list-col-info-actions{margin-top:8px}.basket-text-big-black{color:#000;text-transform:uppercase;text-decoration:none;line-height:14px;font-size:14px;font-weight:500}.basket-text-midd-black{font-weight:800;font-size:12px;color:#000;letter-spacing:.2px;text-transform:uppercase}.basket-text-big-blue{font-weight:700;font-size:12px;color:#00a6f0;letter-spacing:.03px;line-height:14px}.basket-text-big-grey{font-weight:500;font-size:12px;color:#969199;letter-spacing:.2px}.basket-text-small-black{color:#000}.basket-text-small-black,.basket-text-small-blue{font-weight:400;font-size:12px;letter-spacing:.43px;line-height:14px}.basket-text-small-blue{color:#00a6f0}.basket-text-small-orange{font-weight:400;font-size:12px;color:#ee8e31;letter-spacing:.43px;line-height:14px}.basket-text-small-old{font-weight:400;font-size:12px;color:#969199;line-height:18px}.basket-text-small-old span{position:relative}.basket-text-small-old span:after{background:#ee8e31;bottom:0;content:"";height:2px;left:0;margin:auto;position:absolute;right:0;top:0}.basket-addons-wrapper{margin:0}.basket-text-small-grey{font-weight:400;font-size:12px;color:#969199;line-height:18px}.basket-prices-list{list-style-type:none;margin:0;padding:0}.basket-prices-list-container{display:-webkit-box;display:-ms-flexbox;display:flex}.basket-prices-list-texts{width:40%;text-align:left}.basket-prices-list-texts .total{font-weight:500;font-size:12px;color:#2c272f}.basket-prices-list-partners{width:30%;text-align:right}@media only screen and (max-width:479px){.basket-prices-list-partners{width:41%}}.basket-prices-list-partners .basket-text-big-blue{margin-right:10px}.basket-prices-list-partners .total{font-weight:500;font-size:12px;color:#00a6f0}.basket-prices-list-client{width:30%;text-align:right}@media only screen and (max-width:479px){.basket-prices-list-client{width:41%}}.basket-prices-list-client .basket-text-midd-black{text-transform:capitalize}.basket-prices-list-client .total{font-weight:500;font-size:12px;color:#2c272f}.basket-hr-grey{display:block;height:1px;border:0;border-top:1px solid #969199;margin:1em 0;padding:0}.basket-buttons-amount{cursor:pointer}.basket-buttons-amount-remove{-webkit-transition-delay:5s;-o-transition-delay:5s;transition-delay:5s;display:none}.basket-products-size{margin-left:2px;margin-right:12px}.basket-products-quantity{margin-left:7px;margin-right:7px}.basket-products-text-quantity{margin-right:5px}.basket-prices-li{margin-top:10px}.basket-text-action-delete{margin-right:10px}.basket-checkout-button{position:relative;width:100%;min-height:50px}@media only screen and (max-width:479px){.basket-checkout-button{margin-top:0;margin-bottom:0}}.store-product-suggestions{margin-bottom:40px;width:100%;display:inline-block;position:relative;min-height:350px}.store-product-suggestions>div{margin-left:-10px;padding-left:10px}@media only screen and (max-width:767px){.store-product-suggestions{margin-bottom:0;width:100%}.store-product-suggestions>div{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:scroll;width:100%}}@media only screen and (max-width:479px){.store-product-suggestions{width:calc(100% + 10px)}}.store-filter-reveal-panel{display:none;height:60px;padding:0 20px}@media only screen and (max-width:479px){.store-filter-reveal-panel{padding:0 10px}}.store-filter-reveal-panel h2{color:#00a6f0;font-weight:700;font-size:14px;text-transform:uppercase;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding-right:10px}@media only screen and (max-width:479px){.store-filter-reveal-panel h2{font-size:12px}}.store-filter-reveal-panel button{color:#969199;font-weight:500;font-size:12px;text-transform:uppercase;border:0;background:none;outline:0;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;font-family:Fira Sans,sans-serif}@media only screen and (max-width:479px){.store-filter-reveal-panel button{padding:10px 0;font-size:11px}}@media only screen and (max-width:959px){.store-filter-reveal-panel{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.store-filters-responsive-title{display:none;height:50px;width:100%;position:-webkit-sticky;position:sticky}.store-filters-responsive-title>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:5px;width:100%;height:45px;margin-top:5px;background-color:#fafafa;border-bottom:2px solid #eaeaea}@media only screen and (max-width:959px){.store-filters-responsive-title{display:block}}.store-filters-responsive-title h2{text-transform:uppercase;font-weight:700;font-size:14px;color:#cfd8dc}.store-product{background-color:#fafafa}@media only screen and (max-width:767px){.store-product{background-color:#fff}}.store-product .page-tabs .variable-position-tabs{background-color:#fafafa}@media only screen and (max-width:767px){.store-product .page-tabs .variable-position-tabs{background-color:#fff}}.store-product .store-product-body{padding:0 20px}@media only screen and (max-width:767px){.store-product .store-product-body{padding:0 10px}}.store-product .breadcrumbs{padding-left:20px;padding-right:20px}@media only screen and (max-width:767px){.store-product .breadcrumbs{display:none}}.store-product .store-product-custom-details{padding-left:10px;padding-right:10px}@media only screen and (max-width:767px){.store-product .store-product-custom-details{padding-left:0;padding-right:0}.store-product .store-product-custom-details .desktop{display:none}}.store-product .social-product{margin-left:40px}.store-product .social-product a{background-color:transparent;-webkit-transition:background-color .2s ease-out;-o-transition:background-color .2s ease-out;transition:background-color .2s ease-out}.store-product .social-product a svg path{-webkit-transition:fill .2s ease-out;-o-transition:fill .2s ease-out;transition:fill .2s ease-out}.store-product .social-product a:focus,.store-product .social-product a:hover{background-color:#00a6f0;-webkit-transition:background-color .2s ease-in;-o-transition:background-color .2s ease-in;transition:background-color .2s ease-in}.store-product .social-product a:focus svg path:first-child,.store-product .social-product a:hover svg path:first-child{fill:#fff;-webkit-transition:fill .2s ease-in;-o-transition:fill .2s ease-in;transition:fill .2s ease-in}@media only screen and (max-width:1199px){.store-product .social-product{margin-left:0}}@media only screen and (max-width:767px){.store-product .social-product h3{display:none}.store-product .social-product ul li a{border:0}}.store-product .product-sidebar-border{max-width:300px;width:100%;border:1px solid rgba(0,0,0,.1);border-bottom:0;margin-left:40px}@media only screen and (max-width:1199px){.store-product .product-sidebar-border{margin-left:0}}@media only screen and (max-width:767px){.store-product .product-sidebar-border{max-width:none;border:0}.store-product .product-sidebar-border .store-product-personalization{border:0}}.product-info-tab{width:72%;margin:40px auto}@media only screen and (max-width:767px){.product-info-tab{width:100%;padding:20px;margin:20px auto}}@media only screen and (max-width:479px){.product-info-tab{padding:10px}}.product-info-tab .product-text-info{width:100%;font-size:16px;line-height:30px;letter-spacing:-.2pt;font-weight:400;padding-left:45px;border-left:2px solid hsla(278,4%,58%,.1)}@media only screen and (max-width:767px){.product-info-tab .product-text-info{padding-left:0;border-left:0;font-size:14px;line-height:20px;color:#969199}}.social-product{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:40px;margin-top:20px}@media only screen and (max-width:767px){.social-product{margin-bottom:20px;padding-left:20px}}@media only screen and (max-width:479px){.social-product{margin-bottom:0;padding-left:10px}}.social-product h3{font-size:14px;font-weight:400;line-height:.86;margin-bottom:10px;margin-top:0}.social-product ul{margin:0;padding:0}.social-product ul li{display:inline-block;list-style:none;padding:0;vertical-align:top}.social-product ul li a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border-radius:50%;border:1px solid rgba(0,0,0,.2);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:20px;height:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:10px;overflow:hidden;text-align:center;text-decoration:none;width:30px;-webkit-transition:border .5s ease-in-out;-o-transition:border .5s ease-in-out;transition:border .5s ease-in-out}.social-product ul li a:focus,.social-product ul li a:hover{border:1px solid transparent}.product-price-add{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:260px;position:relative}@media only screen and (max-width:1199px){.product-price-add{max-width:auto}}@media only screen and (max-width:767px){.product-price-add.hidden-mobile{display:none}}.product-price-add .button{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.product-price-add .product-quantity{background-color:#fff;margin-right:10px;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-price-add .product-quantity>p{font-weight:900;font-size:10px;color:#969199;margin:0;display:inline}.product-price-add .product-quantity .Select{-webkit-box-flex:1;-ms-flex:1;flex:1}.product-price-add .product-quantity .has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.product-price-add .product-quantity .has-value.Select--single>.Select-control .Select-value .Select-value-label{color:#2c272f}.product-price-add .product-quantity .is-open .Select-control{background-color:transparent}.product-price-add .product-quantity .is-focused:not(.is-open)>.Select-control{border:none;-webkit-box-shadow:none;box-shadow:none}.product-price-add .product-quantity .Select-control{border:none;background-color:transparent;height:auto}.product-price-add .product-quantity .Select-control:hover{-webkit-box-shadow:none;box-shadow:none}.product-price-add .product-quantity .Select-control .Select-input{float:left;height:0}.product-price-add .product-quantity .Select-control .Select-multi-value-wrapper{outline:0}.product-price-add .product-quantity .Select-control .Select-multi-value-wrapper .Select-value{padding:0;position:relative;-o-text-overflow:initial;text-overflow:clip;white-space:normal;line-height:0;text-align:right}.product-price-add .product-quantity .Select-control .Select-multi-value-wrapper .Select-value>.Select-value-label{font-weight:900;font-size:12px;line-height:20px;color:#2c272f;text-transform:uppercase}@media only screen and (max-width:767px){.product-price-add .product-quantity .Select-control .Select-multi-value-wrapper .Select-value>.Select-value-label{color:#fff;font-size:14px}}.product-price-add .product-quantity .Select-control .Select-arrow-zone{text-align:right;padding-right:0}.product-price-add .product-quantity .Select-menu-outer{border-radius:0;-webkit-box-shadow:0 10px 20px rgba(44,39,47,.2);box-shadow:0 10px 20px rgba(44,39,47,.2);border:none;max-height:none;margin-top:5px;right:0;top:0;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;position:absolute;z-index:2;width:100%}.product-price-add .product-quantity .Select-menu-outer .Select-menu{max-height:none}.product-price-add .product-quantity .Select-menu-outer .Select-option{height:50%;color:#2c272f;font-weight:900;font-size:12px;text-transform:uppercase;padding:0 20px;background-color:#fff;-o-text-overflow:initial;text-overflow:clip;white-space:normal;line-height:18px;padding-top:10px;padding-bottom:10px}.product-price-add .product-quantity .Select-menu-outer .Select-option,.product-price-add .product-quantity .Select-menu-outer .Select-option:hover{-webkit-transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95);-o-transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95);transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95)}.product-price-add .product-quantity .Select-menu-outer .Select-option:hover{background-color:#f3fcff;color:#00a6f0}.product-price-add .product-quantity .Select-menu-outer .Select-option:last-child{border-radius:0}.quantity-selector-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:10px 0}.quantity-selector-wrapper .quantity-selector-button{font-size:18px;font-weight:800;-webkit-appearance:none;-moz-appearance:none;border:0;width:100%;height:100%;cursor:pointer;-webkit-transition:color .5s ease-in-out;-o-transition:color .5s ease-in-out;transition:color .5s ease-in-out;background:transparent}.quantity-selector-wrapper .quantity-selector-button:first-child{border-right:1px solid rgba(0,0,0,.1)}.quantity-selector-wrapper .quantity-selector-button:last-child{border-left:1px solid rgba(0,0,0,.1)}.quantity-selector-wrapper .quantity-selector-button:active,.quantity-selector-wrapper .quantity-selector-button:focus{outline:none}.quantity-selector-wrapper .quantity-selector-button:disabled{color:rgba(0,0,0,.3);-webkit-transition:none;-o-transition:none;transition:none}.quantity-selector-wrapper .quantity-selector-button:hover:not(:disabled){color:#00a6f0}.quantity-selector-wrapper .quantity-selector-display{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.quantity-selector-wrapper .quantity-selector-display .quantity-selector-label{font-size:10px;line-height:10px;color:#000;margin:0 8px 2px;font-weight:400;padding:0}.quantity-selector-wrapper .quantity-selector-display .quantity-selector-value{font-size:18px;font-weight:800;line-height:14px;color:#2c272f;margin:0;padding-right:2px}.store-product-name{padding:20px}.store-product-name h2{text-transform:uppercase;font-size:18px;font-weight:900;line-height:22px;margin:0}.store-product-name .store-product-name-price{text-transform:uppercase;font-size:14px;font-weight:800;line-height:22px;margin:0;color:#2c272f}.store-product-name .store-product-name-price.sale{color:#ee8e31}@media only screen and (max-width:767px){.store-product-name .store-product-name-price{display:none}}.store-product-name .store-product-name-discount{text-transform:uppercase;font-size:14px;font-weight:900;line-height:22px;margin:0;color:#969199;position:relative;display:inline-block}.store-product-name .store-product-name-discount:before{display:block;content:"";width:100%;height:1px;background-color:#ee8e31;top:49.5%;position:absolute;left:0}@media only screen and (max-width:767px){.store-product-name .store-product-name-discount{display:none}}.store-product-name .store-product-assocate-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:767px){.store-product-name .store-product-assocate-price{display:none}}.store-product-name .store-product-assocate-price p{text-transform:uppercase;font-size:14px;font-weight:900;line-height:22px;margin:0;color:#00a6f0;margin-right:10px}.store-product-name .store-product-assocate-price a{color:#969199;font-size:13px;text-decoration:none;position:relative;line-height:15px;font-weight:500}.store-product-name .store-product-assocate-price a:after{display:block;content:"";width:100%;height:1px;background-color:#00a6f0;top:100%;position:absolute;left:0}.product-responsive-sizes{max-height:0;overflow:hidden;position:absolute;width:100%;bottom:0}.product-responsive-sizes,.product-responsive-sizes.expanded{-webkit-transition:max-height .25s ease-in-out;-o-transition:max-height .25s ease-in-out;transition:max-height .25s ease-in-out}.product-responsive-sizes.expanded{max-height:200px}.product-custom-preview{width:100%;position:absolute;top:23%;left:65%;-webkit-transform:translateX(-65%);-ms-transform:translateX(-65%);transform:translateX(-65%);color:#dfdfe1}@media only screen and (max-width:959px){.product-custom-preview{top:27%}}.product-custom-preview .product-name,.product-custom-preview .product-number{display:block;text-align:center;text-transform:uppercase;-webkit-transform:rotate(1.2deg);-ms-transform:rotate(1.2deg);transform:rotate(1.2deg)}.product-custom-preview .product-number{font-family:RFRufo Black,sans-serif;font-size:22vw;line-height:11vw;height:22vw}@media only screen and (min-width:1600px){.product-custom-preview .product-number{font-size:16.5vw;line-height:10vw;height:16.5vw}}@media only screen and (max-width:959px){.product-custom-preview .product-number{font-size:33vw;line-height:13vw;height:33vw}}@media only screen and (max-width:767px){.product-custom-preview .product-number{line-height:25vw;font-size:49.5vw;height:49.5vw}}.product-custom-preview .product-name{font-family:RFRufo,sans-serif;margin-bottom:2vw;font-size:4vw;line-height:4vw;height:4vw;font-weight:700;font-style:italic}@media only screen and (min-width:1600px){.product-custom-preview .product-name{font-size:3vw;line-height:3vw;height:3vw}}@media only screen and (max-width:959px){.product-custom-preview .product-name{line-height:0;font-size:6vw;height:6vw}}@media only screen and (max-width:767px){.product-custom-preview .product-name{line-height:0;font-size:9vw;height:9vw}}.product-custom-preview.custom_1295,.product-custom-preview.custom_1307,.product-custom-preview.custom_1313,.product-custom-preview.custom_1317{top:32%}@media only screen and (max-width:959px){.product-custom-preview.custom_1295,.product-custom-preview.custom_1307,.product-custom-preview.custom_1313,.product-custom-preview.custom_1317{top:35%}}.product-custom-preview.custom_1295 .product-number,.product-custom-preview.custom_1307 .product-number,.product-custom-preview.custom_1313 .product-number,.product-custom-preview.custom_1317 .product-number{font-family:core_escher_aregular,sans-serif;font-size:17vw;line-height:16vw}@media only screen and (max-width:959px){.product-custom-preview.custom_1295 .product-number,.product-custom-preview.custom_1307 .product-number,.product-custom-preview.custom_1313 .product-number,.product-custom-preview.custom_1317 .product-number{font-size:15vw;line-height:14vw}}@media only screen and (max-width:767px){.product-custom-preview.custom_1295 .product-number,.product-custom-preview.custom_1307 .product-number,.product-custom-preview.custom_1313 .product-number,.product-custom-preview.custom_1317 .product-number{font-size:32vw;line-height:38vw}}.product-custom-preview.custom_1295 .product-name,.product-custom-preview.custom_1307 .product-name,.product-custom-preview.custom_1313 .product-name,.product-custom-preview.custom_1317 .product-name{font-family:bentonsanscondbold,sans-serif;font-size:2.9vw;margin-bottom:0;font-weight:500;font-style:normal}@media only screen and (max-width:959px){.product-custom-preview.custom_1295 .product-name,.product-custom-preview.custom_1307 .product-name,.product-custom-preview.custom_1313 .product-name,.product-custom-preview.custom_1317 .product-name{font-size:3.8vw;height:4vw}}@media only screen and (max-width:767px){.product-custom-preview.custom_1295 .product-name,.product-custom-preview.custom_1307 .product-name,.product-custom-preview.custom_1313 .product-name,.product-custom-preview.custom_1317 .product-name{font-size:5.6vw}}.product-custom-preview.custom_820,.product-custom-preview.custom_825,.product-custom-preview.custom_837,.product-custom-preview.custom_843,.product-custom-preview.custom_846,.product-custom-preview.custom_850,.product-custom-preview.custom_1200,.product-custom-preview.custom_1212,.product-custom-preview.custom_1218,.product-custom-preview.custom_1222{top:32%}@media only screen and (max-width:2099px){.product-custom-preview.custom_820,.product-custom-preview.custom_825,.product-custom-preview.custom_837,.product-custom-preview.custom_843,.product-custom-preview.custom_846,.product-custom-preview.custom_850,.product-custom-preview.custom_1200,.product-custom-preview.custom_1212,.product-custom-preview.custom_1218,.product-custom-preview.custom_1222{top:33%}}@media only screen and (max-width:959px){.product-custom-preview.custom_820,.product-custom-preview.custom_825,.product-custom-preview.custom_837,.product-custom-preview.custom_843,.product-custom-preview.custom_846,.product-custom-preview.custom_850,.product-custom-preview.custom_1200,.product-custom-preview.custom_1212,.product-custom-preview.custom_1218,.product-custom-preview.custom_1222{top:35%}}@media only screen and (max-width:767px){.product-custom-preview.custom_820,.product-custom-preview.custom_825,.product-custom-preview.custom_837,.product-custom-preview.custom_843,.product-custom-preview.custom_846,.product-custom-preview.custom_850,.product-custom-preview.custom_1200,.product-custom-preview.custom_1212,.product-custom-preview.custom_1218,.product-custom-preview.custom_1222{top:35%}}.product-custom-preview.custom_820 .product-number,.product-custom-preview.custom_825 .product-number,.product-custom-preview.custom_837 .product-number,.product-custom-preview.custom_843 .product-number,.product-custom-preview.custom_846 .product-number,.product-custom-preview.custom_850 .product-number,.product-custom-preview.custom_1200 .product-number,.product-custom-preview.custom_1212 .product-number,.product-custom-preview.custom_1218 .product-number,.product-custom-preview.custom_1222 .product-number{font-family:core_escher_aregular,sans-serif;font-size:11vw;letter-spacing:-8px}@media only screen and (max-width:1999px){.product-custom-preview.custom_820 .product-number,.product-custom-preview.custom_825 .product-number,.product-custom-preview.custom_837 .product-number,.product-custom-preview.custom_843 .product-number,.product-custom-preview.custom_846 .product-number,.product-custom-preview.custom_850 .product-number,.product-custom-preview.custom_1200 .product-number,.product-custom-preview.custom_1212 .product-number,.product-custom-preview.custom_1218 .product-number,.product-custom-preview.custom_1222 .product-number{font-size:14vw}}@media only screen and (max-width:959px){.product-custom-preview.custom_820 .product-number,.product-custom-preview.custom_825 .product-number,.product-custom-preview.custom_837 .product-number,.product-custom-preview.custom_843 .product-number,.product-custom-preview.custom_846 .product-number,.product-custom-preview.custom_850 .product-number,.product-custom-preview.custom_1200 .product-number,.product-custom-preview.custom_1212 .product-number,.product-custom-preview.custom_1218 .product-number,.product-custom-preview.custom_1222 .product-number{font-size:20vw}}@media only screen and (max-width:767px){.product-custom-preview.custom_820 .product-number,.product-custom-preview.custom_825 .product-number,.product-custom-preview.custom_837 .product-number,.product-custom-preview.custom_843 .product-number,.product-custom-preview.custom_846 .product-number,.product-custom-preview.custom_850 .product-number,.product-custom-preview.custom_1200 .product-number,.product-custom-preview.custom_1212 .product-number,.product-custom-preview.custom_1218 .product-number,.product-custom-preview.custom_1222 .product-number{font-size:35vw}}.product-custom-preview.custom_820 .product-name,.product-custom-preview.custom_825 .product-name,.product-custom-preview.custom_837 .product-name,.product-custom-preview.custom_843 .product-name,.product-custom-preview.custom_846 .product-name,.product-custom-preview.custom_850 .product-name,.product-custom-preview.custom_1200 .product-name,.product-custom-preview.custom_1212 .product-name,.product-custom-preview.custom_1218 .product-name,.product-custom-preview.custom_1222 .product-name{font-family:bentonsanscondbold,sans-serif;font-size:1.7vw;margin-bottom:0;font-weight:500;font-style:normal}@media only screen and (max-width:1999px){.product-custom-preview.custom_820 .product-name,.product-custom-preview.custom_825 .product-name,.product-custom-preview.custom_837 .product-name,.product-custom-preview.custom_843 .product-name,.product-custom-preview.custom_846 .product-name,.product-custom-preview.custom_850 .product-name,.product-custom-preview.custom_1200 .product-name,.product-custom-preview.custom_1212 .product-name,.product-custom-preview.custom_1218 .product-name,.product-custom-preview.custom_1222 .product-name{font-size:2vw}}@media only screen and (max-width:1699px){.product-custom-preview.custom_820 .product-name,.product-custom-preview.custom_825 .product-name,.product-custom-preview.custom_837 .product-name,.product-custom-preview.custom_843 .product-name,.product-custom-preview.custom_846 .product-name,.product-custom-preview.custom_850 .product-name,.product-custom-preview.custom_1200 .product-name,.product-custom-preview.custom_1212 .product-name,.product-custom-preview.custom_1218 .product-name,.product-custom-preview.custom_1222 .product-name{font-size:2.5vw}}@media only screen and (max-width:959px){.product-custom-preview.custom_820 .product-name,.product-custom-preview.custom_825 .product-name,.product-custom-preview.custom_837 .product-name,.product-custom-preview.custom_843 .product-name,.product-custom-preview.custom_846 .product-name,.product-custom-preview.custom_850 .product-name,.product-custom-preview.custom_1200 .product-name,.product-custom-preview.custom_1212 .product-name,.product-custom-preview.custom_1218 .product-name,.product-custom-preview.custom_1222 .product-name{font-size:3.8vw;height:4vw}}@media only screen and (max-width:767px){.product-custom-preview.custom_820 .product-name,.product-custom-preview.custom_825 .product-name,.product-custom-preview.custom_837 .product-name,.product-custom-preview.custom_843 .product-name,.product-custom-preview.custom_846 .product-name,.product-custom-preview.custom_850 .product-name,.product-custom-preview.custom_1200 .product-name,.product-custom-preview.custom_1212 .product-name,.product-custom-preview.custom_1218 .product-name,.product-custom-preview.custom_1222 .product-name{font-size:5.6vw}}.custom_820 .product-number,.custom_825 .product-number,.custom_837 .product-number,.custom_843 .product-number,.custom_846 .product-number,.custom_850 .product-number{color:#e40613}.custom_820 .product-name,.custom_825 .product-name,.custom_837 .product-name,.custom_843 .product-name,.custom_846 .product-name,.custom_850 .product-name{color:#1d1d1b}.custom_1200 .product-name,.custom_1200 .product-number,.custom_1212 .product-name,.custom_1212 .product-number,.custom_1218 .product-name,.custom_1218 .product-number,.custom_1222 .product-name,.custom_1222 .product-number{color:#fff}.custom_1295 .product-name,.custom_1295 .product-number,.custom_1307 .product-name,.custom_1307 .product-number,.custom_1313 .product-name,.custom_1313 .product-number,.custom_1317 .product-name,.custom_1317 .product-number{color:#000}.products-grid-container{position:relative;min-height:300px}@media only screen and (max-width:959px){.products-grid-container>.product-in-grid{padding-left:0}.products-grid-container>.product-in-grid:nth-child(2n){padding-left:2px;padding-right:0}}.store-header-container{position:relative}.store-header-container>div{overflow-y:hidden}.store-header-container .store-header-container-enter{max-height:0}.store-header-container .store-header-container-enter.store-header-container-enter-active{max-height:550px;-webkit-transition:max-height .3s linear;-o-transition:max-height .3s linear;transition:max-height .3s linear}.store-header-container .store-header-container-leave{max-height:550px}.store-header-container .store-header-container-leave.store-header-container-leave-active{max-height:0;-webkit-transition:max-height .3s linear;-o-transition:max-height .3s linear;transition:max-height .3s linear}.store-product-panoramic{outline:0}.Select.is-focused:not(.is-open)>.Select-control{outline:none;-webkit-box-shadow:none;box-shadow:none}.feedback-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:540px;width:100%;position:absolute;background:#fff;z-index:1000;left:calc(50% - 270px);top:140px;padding-bottom:75px}.feedback-wrapper.loading{min-height:435px}@media only screen and (max-width:767px){.feedback-wrapper{top:70px;margin:0 auto;left:0;right:0;width:calc(100% - 40px);padding-bottom:25px}.feedback-wrapper.error{padding-bottom:75px}}.feedback-wrapper .feedback-close{height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 20px;margin:15px 0 35px}.feedback-wrapper .feedback-close svg{cursor:pointer}.feedback-wrapper h2{font-weight:500;margin-top:40px;margin-bottom:0;line-height:20px;text-align:center}@media only screen and (max-width:767px){.feedback-wrapper h2{width:calc(100% - 40px)}}.feedback-wrapper p{font-size:14px;text-align:center;max-width:400px;margin-top:10px;margin-bottom:30px;line-height:20px;color:#969199}@media only screen and (max-width:767px){.feedback-wrapper p{width:calc(100% - 40px)}}.feedback-wrapper .button{width:170px}.main-equipment--19-20{top:25.5%}.main-equipment--19-20 .product-name,.main-equipment--19-20 .product-number{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);line-height:normal!important;height:auto!important}.main-equipment--19-20 .product-name{font-family:FrontageCondensed,sans-serif!important;font-style:normal;font-weight:700;letter-spacing:-3px;color:#064a92}@media only screen and (min-width:1600px){.main-equipment--19-20 .product-name{font-size:60px;margin-bottom:20px}}@media only screen and (max-width:1599px){.main-equipment--19-20 .product-name{margin-bottom:20px;font-size:3.7vw}}@media only screen and (max-width:1299px){.main-equipment--19-20 .product-name{margin-bottom:10px}}@media only screen and (max-width:959px){.main-equipment--19-20 .product-name{margin-bottom:15px;font-size:5.5vw}}@media only screen and (max-width:767px){.main-equipment--19-20 .product-name{font-size:8.5vw}}.main-equipment--19-20 .product-number{font-family:fcp-numbers,sans-serif!important;font-style:normal;font-weight:700;letter-spacing:20px;color:#c21632}@media only screen and (min-width:1600px){.main-equipment--19-20 .product-number{font-size:270px;padding-left:13px}}@media only screen and (max-width:1599px){.main-equipment--19-20 .product-number{font-size:16vw;padding-left:15px}}@media only screen and (max-width:1024px){.main-equipment--19-20 .product-number{font-size:17vw}}@media only screen and (max-width:959px){.main-equipment--19-20 .product-number{font-size:20vw}}@media only screen and (max-width:767px){.main-equipment--19-20 .product-number{font-size:33vw}}@media only screen and (max-width:569px){.main-equipment--19-20 .product-number{font-size:30vw;letter-spacing:13px}}@media only screen and (max-width:399px){.main-equipment--19-20 .product-number{letter-spacing:8px}}.main-equipment--19-20-home .product-name{color:#064a92}.main-equipment--19-20-home .product-number{color:#c21632}.main-equipment--19-20-away .product-name,.main-equipment--19-20-away .product-number{color:#064a92}.main-equipment--19-20-third .product-name,.main-equipment--19-20-third .product-number{color:#fff}.main-equipment--19-20-grHome .product-name,.main-equipment--19-20-grHome .product-number{color:#ffd009}.main-equipment--19-20-grAway .product-name,.main-equipment--19-20-grAway .product-number,.main-equipment--19-20-grThird .product-name,.main-equipment--19-20-grThird .product-number{color:#2c2b2b}.main-equipment--20-21{top:27%}.main-equipment--20-21 .product-name,.main-equipment--20-21 .product-number{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);line-height:normal!important;height:auto!important}.main-equipment--20-21 .product-name{font-family:FrontageCondensed,sans-serif!important;font-style:normal;font-weight:700;letter-spacing:-3px;color:#064a92}@media only screen and (min-width:1600px){.main-equipment--20-21 .product-name{font-size:50px;margin-bottom:16px}}@media only screen and (max-width:1599px){.main-equipment--20-21 .product-name{margin-bottom:16px;font-size:3.7vw}}@media only screen and (max-width:1299px){.main-equipment--20-21 .product-name{margin-bottom:10px}}@media only screen and (max-width:959px){.main-equipment--20-21 .product-name{margin-bottom:15px;font-size:5vw}}@media only screen and (max-width:767px){.main-equipment--20-21 .product-name{font-size:7.5vw}}.main-equipment--20-21 .product-number{font-family:fcp-numbers,sans-serif!important;font-style:normal;font-weight:700;letter-spacing:20px;color:#c21632}@media only screen and (min-width:1600px){.main-equipment--20-21 .product-number{font-size:210px;padding-left:26px}}@media only screen and (max-width:1599px){.main-equipment--20-21 .product-number{font-size:16vw;padding-left:26px}}@media only screen and (max-width:1024px){.main-equipment--20-21 .product-number{font-size:12vw}}@media only screen and (max-width:959px){.main-equipment--20-21 .product-number{font-size:20vw}}@media only screen and (max-width:767px){.main-equipment--20-21 .product-number{font-size:33vw}}@media only screen and (max-width:569px){.main-equipment--20-21 .product-number{font-size:30vw;letter-spacing:13px;padding-left:12px}}@media only screen and (max-width:399px){.main-equipment--20-21 .product-number{letter-spacing:8px}}.main-equipment--20-21-home .product-name{color:#27357e}.main-equipment--20-21-home .product-number{color:#e30714}.main-equipment--20-21-away{top:28%}.main-equipment--20-21-away .product-name{color:#dad8d8;padding-left:36px}@media only screen and (max-width:1024px){.main-equipment--20-21-away .product-name{padding-left:0}}.main-equipment--20-21-away .product-number{color:#dad8d8}@media only screen and (min-width:1600px){.main-equipment--20-21-away .product-number{font-size:210px;padding-left:36px}}@media only screen and (max-width:1599px){.main-equipment--20-21-away .product-number{font-size:14vw}}@media only screen and (max-width:1024px){.main-equipment--20-21-away .product-number{font-size:20vw}}@media only screen and (max-width:767px){.main-equipment--20-21-away .product-number{font-size:20vw}}@media only screen and (max-width:569px){.main-equipment--20-21-away .product-number{font-size:25vw}}.main-equipment--20-21-third .product-name{color:#27357e;padding-left:16px}@media only screen and (max-width:1024px){.main-equipment--20-21-third .product-name{padding-left:0}}.main-equipment--20-21-third .product-number{color:#27357e}@media only screen and (min-width:1600px){.main-equipment--20-21-third .product-number{font-size:210px;padding-left:36px}}@media only screen and (max-width:1599px){.main-equipment--20-21-third .product-number{font-size:14vw}}@media only screen and (max-width:1024px){.main-equipment--20-21-third .product-number{font-size:20vw}}@media only screen and (max-width:767px){.main-equipment--20-21-third .product-number{font-size:20vw}}@media only screen and (max-width:569px){.main-equipment--20-21-third .product-number{font-size:25vw}}.main-equipment--20-21-grHome .product-name{color:#fff}@media only screen and (min-width:1600px){.main-equipment--20-21-grHome .product-name{font-size:48px}}@media only screen and (max-width:1599px){.main-equipment--20-21-grHome .product-name{font-size:3.2vw}}@media only screen and (max-width:767px){.main-equipment--20-21-grHome .product-name{font-size:7.5vw}}.main-equipment--20-21-grHome .product-number{color:#fff}@media only screen and (min-width:1600px){.main-equipment--20-21-grHome .product-number{font-size:190px;padding-left:26px}}@media only screen and (max-width:1599px){.main-equipment--20-21-grHome .product-number{font-size:14vw}}@media only screen and (max-width:1024px){.main-equipment--20-21-grHome .product-number{font-size:20vw}}@media only screen and (max-width:767px){.main-equipment--20-21-grHome .product-number{font-size:20vw}}@media only screen and (max-width:569px){.main-equipment--20-21-grHome .product-number{font-size:30vw}}.main-equipment--20-21-grAway{top:25.5%}.main-equipment--20-21-grAway .product-name{color:#fff}@media only screen and (min-width:1600px){.main-equipment--20-21-grAway .product-name{font-size:48px}}@media only screen and (max-width:1599px){.main-equipment--20-21-grAway .product-name{font-size:3.2vw}}@media only screen and (max-width:767px){.main-equipment--20-21-grAway .product-name{font-size:7.5vw}}.main-equipment--20-21-grAway .product-number{color:#fff}@media only screen and (min-width:1600px){.main-equipment--20-21-grAway .product-number{font-size:190px;padding-left:20px}}@media only screen and (max-width:1599px){.main-equipment--20-21-grAway .product-number{font-size:14vw}}@media only screen and (max-width:1024px){.main-equipment--20-21-grAway .product-number{font-size:20vw}}@media only screen and (max-width:767px){.main-equipment--20-21-grAway .product-number{font-size:20vw}}@media only screen and (max-width:569px){.main-equipment--20-21-grAway .product-number{font-size:30vw;padding-left:22px}}.main-equipment--20-21-grThird{top:25%}.main-equipment--20-21-grThird .product-name{color:#28201d}@media only screen and (min-width:1600px){.main-equipment--20-21-grThird .product-name{font-size:48px}}@media only screen and (max-width:1599px){.main-equipment--20-21-grThird .product-name{font-size:3.2vw}}@media only screen and (max-width:767px){.main-equipment--20-21-grThird .product-name{font-size:7.5vw}}.main-equipment--20-21-grThird .product-number{color:#28201d}@media only screen and (min-width:1600px){.main-equipment--20-21-grThird .product-number{font-size:190px;padding-left:20px}}@media only screen and (max-width:1599px){.main-equipment--20-21-grThird .product-number{font-size:14vw}}@media only screen and (max-width:1024px){.main-equipment--20-21-grThird .product-number{font-size:20vw}}@media only screen and (max-width:767px){.main-equipment--20-21-grThird .product-number{font-size:20vw}}@media only screen and (max-width:569px){.main-equipment--20-21-grThird .product-number{font-size:27vw;padding-left:22px}}.main-equipment--21-22{top:29%}.main-equipment--21-22 .product-name,.main-equipment--21-22 .product-number{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);line-height:normal!important;height:auto!important}.main-equipment--21-22 .product-name{font-family:Agency FB,sans-serif!important;font-style:normal;font-weight:700;letter-spacing:.1vw}@media only screen and (min-width:1600px){.main-equipment--21-22 .product-name{font-size:50px;margin-bottom:16px}}@media only screen and (max-width:1599px){.main-equipment--21-22 .product-name{margin-bottom:16px;font-size:3.7vw}}@media only screen and (max-width:1299px){.main-equipment--21-22 .product-name{margin-bottom:10px}}@media only screen and (max-width:959px){.main-equipment--21-22 .product-name{margin-bottom:15px;font-size:5vw}}@media only screen and (max-width:767px){.main-equipment--21-22 .product-name{font-size:7.5vw}}.main-equipment--21-22 .product-number{font-family:fcp-numbers-21-22,sans-serif!important;font-style:normal;font-weight:400;letter-spacing:-90px;padding-left:0;margin-left:-90px}@media only screen and (min-width:1600px){.main-equipment--21-22 .product-number{font-size:210px}}@media only screen and (max-width:1599px){.main-equipment--21-22 .product-number{font-size:13vw;letter-spacing:-6vw;margin-left:-6vw}}@media only screen and (max-width:1024px){.main-equipment--21-22 .product-number{font-size:12vw;letter-spacing:-5vw;margin-left:-5vw}}@media only screen and (max-width:959px){.main-equipment--21-22 .product-number{font-size:20vw;letter-spacing:-9vw;margin-left:-9vw}}@media only screen and (max-width:767px){.main-equipment--21-22 .product-number{font-size:28vw;letter-spacing:-12vw;margin-left:-12vw}}.main-equipment--21-22-home .product-name,.main-equipment--21-22-home .product-number{color:#fff}.main-equipment--21-22-away{top:27%}.main-equipment--21-22-away .product-name,.main-equipment--21-22-away .product-number{color:#f3d26d}.main-equipment--21-22-grAway .product-name,.main-equipment--21-22-grAway .product-number,.main-equipment--21-22-grHome .product-name,.main-equipment--21-22-grHome .product-number,.main-equipment--21-22-grThird .product-name,.main-equipment--21-22-grThird .product-number,.main-equipment--21-22-third .product-name,.main-equipment--21-22-third .product-number{color:#000}.main-equipment--21-22-grHome{top:31%}.main-equipment--21-22-grAway{top:29%}@media (max-width:1600) and (min-width:960){.main-equipment--21-22-grAway .product-name{font-size:3vw}}.main-equipment--21-22-grThird{top:27%}.main-equipment--21-22-child{top:24%}.custom_4421,.custom_4440,.custom_4457,.custom_4473,.custom_4533{top:25.5%!important}.custom_4421 .product-name,.custom_4421 .product-number,.custom_4440 .product-name,.custom_4440 .product-number,.custom_4457 .product-name,.custom_4457 .product-number,.custom_4473 .product-name,.custom_4473 .product-number,.custom_4533 .product-name,.custom_4533 .product-number{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);line-height:normal!important;height:auto!important}.custom_4421 .product-name,.custom_4440 .product-name,.custom_4457 .product-name,.custom_4473 .product-name,.custom_4533 .product-name{font-family:FrontageCondensed,sans-serif!important;font-style:normal;font-weight:700;letter-spacing:-3px;color:#064a92}@media only screen and (min-width:1600px){.custom_4421 .product-name,.custom_4440 .product-name,.custom_4457 .product-name,.custom_4473 .product-name,.custom_4533 .product-name{font-size:60px;margin-bottom:20px}}@media only screen and (max-width:1599px){.custom_4421 .product-name,.custom_4440 .product-name,.custom_4457 .product-name,.custom_4473 .product-name,.custom_4533 .product-name{margin-bottom:20px;font-size:3.7vw}}@media only screen and (max-width:1299px){.custom_4421 .product-name,.custom_4440 .product-name,.custom_4457 .product-name,.custom_4473 .product-name,.custom_4533 .product-name{margin-bottom:10px}}@media only screen and (max-width:959px){.custom_4421 .product-name,.custom_4440 .product-name,.custom_4457 .product-name,.custom_4473 .product-name,.custom_4533 .product-name{margin-bottom:15px;font-size:5.5vw}}@media only screen and (max-width:767px){.custom_4421 .product-name,.custom_4440 .product-name,.custom_4457 .product-name,.custom_4473 .product-name,.custom_4533 .product-name{font-size:8.5vw}}.custom_4421 .product-number,.custom_4440 .product-number,.custom_4457 .product-number,.custom_4473 .product-number,.custom_4533 .product-number{font-family:fcp-numbers,sans-serif!important;font-style:normal;font-weight:700;letter-spacing:20px;color:#c21632}@media only screen and (min-width:1600px){.custom_4421 .product-number,.custom_4440 .product-number,.custom_4457 .product-number,.custom_4473 .product-number,.custom_4533 .product-number{font-size:270px;padding-left:13px}}@media only screen and (max-width:1599px){.custom_4421 .product-number,.custom_4440 .product-number,.custom_4457 .product-number,.custom_4473 .product-number,.custom_4533 .product-number{font-size:16vw;padding-left:15px}}@media only screen and (max-width:1024px){.custom_4421 .product-number,.custom_4440 .product-number,.custom_4457 .product-number,.custom_4473 .product-number,.custom_4533 .product-number{font-size:17vw}}@media only screen and (max-width:959px){.custom_4421 .product-number,.custom_4440 .product-number,.custom_4457 .product-number,.custom_4473 .product-number,.custom_4533 .product-number{font-size:20vw}}@media only screen and (max-width:767px){.custom_4421 .product-number,.custom_4440 .product-number,.custom_4457 .product-number,.custom_4473 .product-number,.custom_4533 .product-number{font-size:33vw}}@media only screen and (max-width:569px){.custom_4421 .product-number,.custom_4440 .product-number,.custom_4457 .product-number,.custom_4473 .product-number,.custom_4533 .product-number{font-size:30vw;letter-spacing:13px}}@media only screen and (max-width:399px){.custom_4421 .product-number,.custom_4440 .product-number,.custom_4457 .product-number,.custom_4473 .product-number,.custom_4533 .product-number{letter-spacing:8px}}.custom_4457,.custom_4473,.custom_4533{top:16%!important}@media only screen and (max-width:959px){.custom_4457,.custom_4473,.custom_4533{top:22%!important}}@media only screen and (min-width:1600px){.custom_4457 .product-number,.custom_4473 .product-number,.custom_4533 .product-number{font-size:200px!important}}.custom_4440{top:23%!important}@media only screen and (min-width:1600px){.custom_4440 .product-number{font-size:200px!important}}@media only screen and (max-width:1599px){.custom_4473{top:16%!important}}.custom_4473 .product-name,.custom_4473 .product-number{color:#ffd009!important}@media only screen and (max-width:1599px){.custom_4473 .product-number{font-size:14vw!important;letter-spacing:10px!important}}.custom_4533{top:22%!important}.custom_4533 .product-name,.custom_4533 .product-number{color:#fff!important}@media only screen and (max-width:1599px){.custom_4533 .product-number{letter-spacing:10px!important}}@media only screen and (max-width:959px){.custom_4457{top:16%!important}}.custom_4577,.custom_4583{top:25.5%!important}.custom_4577 .product-name,.custom_4577 .product-number,.custom_4583 .product-name,.custom_4583 .product-number{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);line-height:normal!important;height:auto!important}.custom_4577 .product-name,.custom_4583 .product-name{font-family:FrontageCondensed,sans-serif!important;font-style:normal;font-weight:700;letter-spacing:-3px;color:#064a92}@media only screen and (min-width:1600px){.custom_4577 .product-name,.custom_4583 .product-name{font-size:60px;margin-bottom:20px}}@media only screen and (max-width:1599px){.custom_4577 .product-name,.custom_4583 .product-name{margin-bottom:20px;font-size:3.7vw}}@media only screen and (max-width:1299px){.custom_4577 .product-name,.custom_4583 .product-name{margin-bottom:10px}}@media only screen and (max-width:959px){.custom_4577 .product-name,.custom_4583 .product-name{margin-bottom:15px;font-size:5.5vw}}@media only screen and (max-width:767px){.custom_4577 .product-name,.custom_4583 .product-name{font-size:8.5vw}}.custom_4577 .product-number,.custom_4583 .product-number{font-family:fcp-numbers,sans-serif!important;font-style:normal;font-weight:700;letter-spacing:20px;color:#064a92}@media only screen and (min-width:1600px){.custom_4577 .product-number,.custom_4583 .product-number{font-size:270px;padding-left:13px}}@media only screen and (max-width:1599px){.custom_4577 .product-number,.custom_4583 .product-number{font-size:14vw;letter-spacing:10px}}@media only screen and (max-width:1024px){.custom_4577 .product-number,.custom_4583 .product-number{font-size:17vw}}@media only screen and (max-width:959px){.custom_4577 .product-number,.custom_4583 .product-number{font-size:20vw}}@media only screen and (max-width:767px){.custom_4577 .product-number,.custom_4583 .product-number{font-size:33vw}}@media only screen and (max-width:569px){.custom_4577 .product-number,.custom_4583 .product-number{font-size:30vw;letter-spacing:13px}}@media only screen and (max-width:399px){.custom_4577 .product-number,.custom_4583 .product-number{letter-spacing:8px}}@media only screen and (min-width:1600px){.custom_4583 .product-number{font-size:200px!important}}.placard-btn{width:100px;border:1px solid #2c272f;padding:8px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.placard-btn img{width:65px}.placard-position{position:absolute;top:20px;right:20px;z-index:9999}@media only screen and (max-width:767px){.placard-position{display:none}}.placard-mobile{display:none}@media only screen and (max-width:767px){.placard-mobile{display:block}}.custom_7888,.custom_7902{top:27%}.custom_7888 .product-name,.custom_7888 .product-number,.custom_7902 .product-name,.custom_7902 .product-number{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);line-height:normal!important;height:auto!important}.custom_7888 .product-name,.custom_7902 .product-name{font-family:FrontageCondensed,sans-serif!important;font-style:normal;font-weight:700;letter-spacing:-3px;color:#27357e}@media only screen and (min-width:1600px){.custom_7888 .product-name,.custom_7902 .product-name{font-size:50px;margin-bottom:16px}}@media only screen and (max-width:1599px){.custom_7888 .product-name,.custom_7902 .product-name{margin-bottom:16px;font-size:3.7vw}}@media only screen and (max-width:1299px){.custom_7888 .product-name,.custom_7902 .product-name{margin-bottom:10px}}@media only screen and (max-width:959px){.custom_7888 .product-name,.custom_7902 .product-name{margin-bottom:15px;font-size:5vw}}@media only screen and (max-width:767px){.custom_7888 .product-name,.custom_7902 .product-name{font-size:7.5vw}}.custom_7888 .product-number,.custom_7902 .product-number{font-family:fcp-numbers,sans-serif!important;font-style:normal;font-weight:700;letter-spacing:20px;color:#e30714}@media only screen and (min-width:1600px){.custom_7888 .product-number,.custom_7902 .product-number{font-size:210px;padding-left:26px}}@media only screen and (max-width:1599px){.custom_7888 .product-number,.custom_7902 .product-number{font-size:16vw;padding-left:26px}}@media only screen and (max-width:1024px){.custom_7888 .product-number,.custom_7902 .product-number{font-size:12vw}}@media only screen and (max-width:959px){.custom_7888 .product-number,.custom_7902 .product-number{font-size:20vw}}@media only screen and (max-width:767px){.custom_7888 .product-number,.custom_7902 .product-number{font-size:33vw}}@media only screen and (max-width:569px){.custom_7888 .product-number,.custom_7902 .product-number{font-size:30vw;letter-spacing:13px;padding-left:12px}}@media only screen and (max-width:399px){.custom_7888 .product-number,.custom_7902 .product-number{letter-spacing:8px}}.custom_7935,.custom_7941{top:27%}.custom_7935 .product-name,.custom_7935 .product-number,.custom_7941 .product-name,.custom_7941 .product-number{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);line-height:normal!important;height:auto!important}.custom_7935 .product-name,.custom_7941 .product-name{font-family:FrontageCondensed,sans-serif!important;font-style:normal;font-weight:700;letter-spacing:-3px;color:#dad8d8}@media only screen and (min-width:1600px){.custom_7935 .product-name,.custom_7941 .product-name{font-size:50px;margin-bottom:16px}}@media only screen and (max-width:1599px){.custom_7935 .product-name,.custom_7941 .product-name{margin-bottom:16px;font-size:3.7vw}}@media only screen and (max-width:1299px){.custom_7935 .product-name,.custom_7941 .product-name{margin-bottom:10px}}@media only screen and (max-width:959px){.custom_7935 .product-name,.custom_7941 .product-name{margin-bottom:15px;font-size:5vw}}@media only screen and (max-width:767px){.custom_7935 .product-name,.custom_7941 .product-name{font-size:7.5vw}}.custom_7935 .product-number,.custom_7941 .product-number{font-family:fcp-numbers,sans-serif!important;font-style:normal;font-weight:700;letter-spacing:20px;color:#dad8d8}@media only screen and (min-width:1600px){.custom_7935 .product-number,.custom_7941 .product-number{font-size:210px;padding-left:26px}}@media only screen and (max-width:1599px){.custom_7935 .product-number,.custom_7941 .product-number{font-size:16vw;padding-left:26px}}@media only screen and (max-width:1024px){.custom_7935 .product-number,.custom_7941 .product-number{font-size:12vw}}@media only screen and (max-width:959px){.custom_7935 .product-number,.custom_7941 .product-number{font-size:20vw}}@media only screen and (max-width:767px){.custom_7935 .product-number,.custom_7941 .product-number{font-size:33vw}}@media only screen and (max-width:569px){.custom_7935 .product-number,.custom_7941 .product-number{font-size:30vw;letter-spacing:13px;padding-left:12px}}@media only screen and (max-width:399px){.custom_7935 .product-number,.custom_7941 .product-number{letter-spacing:8px}}.custom_7902 .product-number,.custom_7941 .product-number{font-size:140px}@media only screen and (max-width:399px){.custom_7902 .product-number,.custom_7941 .product-number{font-size:110px}}.custom_7980,.custom_7984,.custom_7990{top:27%}.custom_7980 .product-name,.custom_7980 .product-number,.custom_7984 .product-name,.custom_7984 .product-number,.custom_7990 .product-name,.custom_7990 .product-number{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);line-height:normal!important;height:auto!important}.custom_7980 .product-name,.custom_7984 .product-name,.custom_7990 .product-name{font-family:FrontageCondensed,sans-serif!important;font-style:normal;font-weight:700;letter-spacing:-3px;color:#27357e}@media only screen and (min-width:1600px){.custom_7980 .product-name,.custom_7984 .product-name,.custom_7990 .product-name{font-size:50px;margin-bottom:16px}}@media only screen and (max-width:1599px){.custom_7980 .product-name,.custom_7984 .product-name,.custom_7990 .product-name{margin-bottom:16px;font-size:3.7vw}}@media only screen and (max-width:1299px){.custom_7980 .product-name,.custom_7984 .product-name,.custom_7990 .product-name{margin-bottom:10px}}@media only screen and (max-width:959px){.custom_7980 .product-name,.custom_7984 .product-name,.custom_7990 .product-name{margin-bottom:15px;font-size:5vw}}@media only screen and (max-width:767px){.custom_7980 .product-name,.custom_7984 .product-name,.custom_7990 .product-name{font-size:7.5vw}}.custom_7980 .product-number,.custom_7984 .product-number,.custom_7990 .product-number{font-family:fcp-numbers,sans-serif!important;font-style:normal;font-weight:700;letter-spacing:20px;color:#27357e}@media only screen and (min-width:1600px){.custom_7980 .product-number,.custom_7984 .product-number,.custom_7990 .product-number{font-size:190px;padding-left:26px}}@media only screen and (max-width:1599px){.custom_7980 .product-number,.custom_7984 .product-number,.custom_7990 .product-number{font-size:16vw;padding-left:26px}}@media only screen and (max-width:1024px){.custom_7980 .product-number,.custom_7984 .product-number,.custom_7990 .product-number{font-size:12vw}}@media only screen and (max-width:959px){.custom_7980 .product-number,.custom_7984 .product-number,.custom_7990 .product-number{font-size:20vw}}@media only screen and (max-width:767px){.custom_7980 .product-number,.custom_7984 .product-number,.custom_7990 .product-number{font-size:33vw}}@media only screen and (max-width:569px){.custom_7980 .product-number,.custom_7984 .product-number,.custom_7990 .product-number{font-size:24vw;letter-spacing:13px;padding-left:12px}}@media only screen and (max-width:399px){.custom_7980 .product-number,.custom_7984 .product-number,.custom_7990 .product-number{letter-spacing:8px}}.custom_7984 .product-name,.custom_7984 .product-number{color:#28201d}.live-stream-ads>div{top:0;left:0;z-index:2;position:absolute}.live-stream-ads>div,.live-stream-ads>div iframe{width:100%!important;height:100%!important}.live-stream-fullscreen{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.85);bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;outline:0;position:fixed;right:0;-webkit-transition:bottom .3s ease,right .3s ease,height .3s ease,width .3s ease;-o-transition:bottom .3s ease,right .3s ease,height .3s ease,width .3s ease;transition:bottom .3s ease,right .3s ease,height .3s ease,width .3s ease;width:100vw;z-index:1000}.live-stream-fullscreen .live-title{position:absolute;top:20px;text-align:center;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.live-stream-fullscreen .live-title h2{color:#ee8e31;font-size:14px;font-weight:700;margin:0;padding:0;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:767px){.live-stream-fullscreen .live-title h2{font-size:12px}}.live-stream-fullscreen .live-title h2 span{display:inline-block;width:10px;min-width:10px;margin-right:10px;height:10px;background-color:#ee8e31;border-radius:5px}.live-stream-fullscreen .live-end-transmission{position:absolute;width:100%;height:100%;text-transform:uppercase;color:#fff;font-size:14px;font-weight:800;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:10;background-color:rgba(0,0,0,.4)}.live-stream-fullscreen>div{outline:0;height:100%;width:100%}.live-stream-fullscreen>div:first-child{display:none}.live-stream-fullscreen>div:last-child{height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.live-stream-fullscreen .player-area,.live-stream-fullscreen>div:last-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.live-stream-fullscreen .player-area{outline:0;position:relative;line-height:0;max-height:calc(100% - 80px);overflow:hidden;margin-top:40px}.live-stream-fullscreen .player-area.hide-controls .live-stream-controls{opacity:0;-webkit-transition:opacity .4s linear;-o-transition:opacity .4s linear;transition:opacity .4s linear}@media only screen and (max-width:767px){.live-stream-fullscreen .player-area.hide-controls .live-stream-controls{opacity:1}}.live-stream-fullscreen .live-stream-controls{z-index:1000000;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.01)),to(rgba(0,0,0,.6)));background:-webkit-linear-gradient(top,rgba(0,0,0,.01),rgba(0,0,0,.6));background:-o-linear-gradient(top,rgba(0,0,0,.01) 0,rgba(0,0,0,.6) 100%);background:linear-gradient(180deg,rgba(0,0,0,.01) 0,rgba(0,0,0,.6));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#03000000",endColorstr="#99000000",GradientType=0);height:60px;width:100%;position:absolute;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;opacity:1;visibility:visible;-webkit-transition:opacity .4s linear,visibility .4s linear;-o-transition:opacity .4s linear,visibility .4s linear;transition:opacity .4s linear,visibility .4s linear}.live-stream-fullscreen .live-stream-controls.hidden{display:none}.live-stream-fullscreen .live-stream-controls .live-playback{padding:0 10px;line-height:0;cursor:pointer}.live-stream-fullscreen .live-stream-controls .live-playback .icon-play{display:block}.live-stream-fullscreen .live-stream-controls .live-playback .icon-pause,.live-stream-fullscreen .live-stream-controls .live-playback.play .icon-play{display:none}.live-stream-fullscreen .live-stream-controls .live-playback.play .icon-pause{display:block}.live-stream-fullscreen .live-stream-controls .live-live{color:#fff;text-transform:uppercase;font-family:Fira Mono,sans-serif;font-size:12px;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-transition:color .4s linear;-o-transition:color .4s linear;transition:color .4s linear}@media only screen and (max-width:767px){.live-stream-fullscreen .live-stream-controls .live-live>div{display:none!important}}.live-stream-fullscreen .live-stream-controls .live-live div{border:1px solid #ee8e31;line-height:29px;padding:0 10px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:border .4s linear;-o-transition:border .4s linear;transition:border .4s linear;background-color:#ee8e31}.live-stream-fullscreen .live-stream-controls .live-live span{display:inline-block;width:6px;height:6px;border-radius:3px;background-color:#fff;-webkit-transition:background-color .4s linear;-o-transition:background-color .4s linear;transition:background-color .4s linear;margin-right:5px}.live-stream-fullscreen .live-stream-controls .live-live p{margin:0}.live-stream-fullscreen .live-stream-controls .live-live .live-sync-on{display:inline-block}.live-stream-fullscreen .live-stream-controls .live-live .live-sync-off{display:none}.live-stream-fullscreen .live-stream-controls .live-live.unsync{color:#fff;-webkit-transition:color .4s linear;-o-transition:color .4s linear;transition:color .4s linear}.live-stream-fullscreen .live-stream-controls .live-live.unsync .live-sync-off{display:inline-block}.live-stream-fullscreen .live-stream-controls .live-live.unsync .live-sync-on{display:none}.live-stream-fullscreen .live-stream-controls .live-live.unsync div{border:1px solid #fff;background-color:transparent;opacity:.6;-webkit-transition:border .4s linear,background-color .4s linear,opacity .4s linear;-o-transition:border .4s linear,background-color .4s linear,opacity .4s linear;transition:border .4s linear,background-color .4s linear,opacity .4s linear}.live-stream-fullscreen .live-stream-controls .live-live.unsync div:hover{opacity:1;-webkit-transition:opacity .4s linear;-o-transition:opacity .4s linear;transition:opacity .4s linear}.live-stream-fullscreen .live-stream-controls .live-live.unsync span{background-color:#ee8e31;-webkit-transition:background-color .4s linear;-o-transition:background-color .4s linear;transition:background-color .4s linear}.live-stream-fullscreen .live-stream-controls .live-minimize,.live-stream-fullscreen .live-stream-controls .live-system-fullscreen{padding:0 10px;line-height:0;cursor:pointer}.live-stream-fullscreen .button-close{left:0;padding:20px;position:absolute;top:0;z-index:100}@media only screen and (max-width:479px){.live-stream-fullscreen .button-close{padding:10px;top:7px}}.live-stream-fullscreen video{outline:0;width:calc(100vw - 40px);height:auto;max-height:90%;-o-object-fit:fill;object-fit:fill;background-color:#2c272f;background-repeat:no-repeat;background-position:50%;background-size:48px}.live-stream-fullscreen .live-close-button,.live-stream-fullscreen .live-expand-button{display:none}.live-stream-fullscreen .live-volume .icon-volume{display:block}.live-stream-fullscreen .live-volume .icon-mute,.live-stream-fullscreen .live-volume.mute .icon-volume{display:none}.live-stream-fullscreen .live-volume.mute .icon-mute{display:block}.live-stream-fullscreen.pip{bottom:20px;right:calc((100vw - 1560px)/2);width:380px;height:213.75px;-webkit-box-shadow:0 2px 16px 0 rgba(0,0,0,.3);box-shadow:0 2px 16px 0 rgba(0,0,0,.3);border-radius:4px;overflow:hidden;-webkit-transition:bottom .3s ease,right .3s ease,height .3s ease,width .3s ease;-o-transition:bottom .3s ease,right .3s ease,height .3s ease,width .3s ease;transition:bottom .3s ease,right .3s ease,height .3s ease,width .3s ease}@media only screen and (max-width:2199px){.live-stream-fullscreen.pip{width:355px;height:199.6875px}}@media only screen and (max-width:1599px){.live-stream-fullscreen.pip{right:20px;width:19.8vw;height:11.1375vw}}@media only screen and (max-width:1199px){.live-stream-fullscreen.pip{width:21vw;height:11.8125vw}}@media only screen and (max-width:959px){.live-stream-fullscreen.pip{width:31vw;height:17.4375vw}}@media only screen and (max-width:767px){.live-stream-fullscreen.pip{width:50vw;height:28.125vw;bottom:10px;right:10px}}.live-stream-fullscreen.pip .live-end-transmission{z-index:1}.live-stream-fullscreen.pip>div{height:auto}.live-stream-fullscreen.pip .player-area{height:auto;margin-top:0}.live-stream-fullscreen.pip .live-stream-controls{opacity:0;visibility:hidden;-webkit-transition:opacity .4s linear,visibility .4s linear;-o-transition:opacity .4s linear,visibility .4s linear;transition:opacity .4s linear,visibility .4s linear}.live-stream-fullscreen.pip .button-close{opacity:0;padding:10px;-webkit-transition:opacity .4s linear;-o-transition:opacity .4s linear;transition:opacity .4s linear;cursor:pointer;z-index:4}.live-stream-fullscreen.pip .button-close .icon{z-index:10;position:relative}.live-stream-fullscreen.pip .button-close:hover+.live-close-button{opacity:1;-webkit-transition:opacity .4s linear;-o-transition:opacity .4s linear;transition:opacity .4s linear}.live-stream-fullscreen.pip .button-close:hover+.live-close-button+.live-expand-button,.live-stream-fullscreen.pip .live-expand-button{opacity:0;-webkit-transition:opacity .4s linear;-o-transition:opacity .4s linear;transition:opacity .4s linear}.live-stream-fullscreen.pip .live-expand-button{background-color:rgba(0,0,0,.4);z-index:3}.live-stream-fullscreen.pip .live-close-button,.live-stream-fullscreen.pip .live-expand-button{border:0;color:#fff;text-transform:uppercase;position:absolute;top:0;height:100%;width:100%;font-size:10px;font-weight:800;cursor:pointer;outline:0;display:block}.live-stream-fullscreen.pip .live-close-button{background-color:rgba(0,0,0,.8);opacity:0;-webkit-transition:opacity .4s linear;-o-transition:opacity .4s linear;transition:opacity .4s linear;z-index:2}.live-stream-fullscreen.pip:hover .button-close,.live-stream-fullscreen.pip:hover .live-expand-button{opacity:1;-webkit-transition:opacity .4s linear;-o-transition:opacity .4s linear;transition:opacity .4s linear}.live-stream-fullscreen.pip .live-indicator{width:10px;height:10px;border-radius:5px;background-color:#ee8e31;position:absolute;top:10px;right:10px;z-index:2}.live-stream-fullscreen.pip video{outline:0;width:100%;height:auto;max-height:90%;-o-object-fit:fill;object-fit:fill}.safari-mobile .live-minimize,.safari-mobile .live-stream-controls .live-live,.safari-mobile .live-system-fullscreen{display:none}.safari-mobile .button-close{position:fixed}.safari-mobile .player-area.hide-controls .live-stream-controls{opacity:1}.support-page{padding:50px 0;min-height:500px}@media only screen and (max-width:959px){.support-page{padding:25px 0}}@media only screen and (max-width:479px){.support-page{padding:10px 0}}.support-page ul{border-left:2px solid #cfd8dc;padding:0 0 0 50px}.support-page ul li{font-size:18px;line-height:30px;letter-spacing:-.25px}.support-page ul ul{border-left:none;padding:inherit}.support-page ul.alpha{list-style-type:upper-alpha}.support-page ol{padding-left:0;counter-reset:item}.support-page ol.definitions{padding:0 0 0 50px;border-left:2px solid #cfd8dc}.support-page ol p{border:none}.support-page ol.main>li{border-left:2px solid #cfd8dc;padding-left:50px;margin-top:25px}.support-page ol>li{margin-top:10px;display:block;font-size:18px;line-height:30px;letter-spacing:-.25px}.support-page ol>li:before{font-weight:600;content:counters(item,". ") ". ";counter-increment:item}.support-page ol ol,.support-page ol ul{border-left:none;list-style-type:disc}.support-page .support-page-structure{margin:0 auto;max-width:780px;width:100%}@media only screen and (max-width:959px){.support-page .support-page-structure{max-width:100%;padding:0 20px}}@media only screen and (max-width:479px){.support-page .support-page-structure{padding:0 10px}}.support-page h1{font-weight:800;text-transform:uppercase;color:#2c272f;font-size:54px;line-height:60px}@media only screen and (max-width:959px){.support-page h1{font-size:44px}}@media only screen and (max-width:479px){.support-page h1{font-size:20px;line-height:30px}}.support-page.text h2{font-weight:700;color:#2c272f;font-size:24px;letter-spacing:-.4px;margin:20px 0;padding-left:50px;border-left:2px solid #2c272f}@media only screen and (max-width:959px){.support-page.text h2{border-left:none;font-size:20px;padding-left:0;margin:15px 0;font-size:18px;margin:10px 0}}.support-page.text p{font-weight:400;color:#2c272f;font-size:18px;letter-spacing:-.25px;line-height:30px;margin:0;padding:0 0 0 50px;border-left:2px solid #cfd8dc}@media only screen and (max-width:959px){.support-page.text p{border-left:none;font-size:16px;line-height:24px;padding:10px 0}}@media only screen and (max-width:479px){.support-page.text p{font-size:14px;line-height:24px;padding:10px 0}}.support-page.text p:first-child{padding-top:0}.support-page.text p:last-child{padding-bottom:0}.support-page.text h5,.support-page.text span{font-weight:400;color:#2c272f;font-size:12px;letter-spacing:-.09px;border-left:2px solid transparent;text-transform:uppercase}.support-page.text h3{font-weight:700;color:#2c272f;font-size:24px;letter-spacing:-.4px;margin:10px 0;padding-left:50px;border-left:2px solid transparent}@media only screen and (max-width:959px){.support-page.text h3{font-size:20px;padding-left:0;margin:15px 0;font-size:18px;margin:10px 0}}.support-page.text a{color:#2c272f;text-decoration:none;font-weight:700;font-size:14px;text-transform:none;word-break:break-word}.support-page.text h5{line-height:30px;padding:20px 0 0 50px;border-left:2px solid #cfd8dc;margin:0 0 40px}.support-page .accordion .accordion-item.open .accordion-item-body{max-height:3000px}.contacts-map{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media only screen and (max-width:767px){.contacts-map{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.contacts-map .map{width:calc(100% - 260px);height:0;padding-top:calc(100% - 260px);position:relative}.contacts-map .map>div{position:absolute;width:100%;height:100%;top:0;left:0}.contacts-map .contacts-map-addresses{width:260px;background-color:#fafafa}@media only screen and (max-width:767px){.contacts-map .contacts-map-addresses{width:100%;height:260px}}.contacts-map .scroll-address-vertical-thumb{background-color:#00a6f0;float:right}.contacts-map .contacts-map-marker{background-color:#00a6f0;color:#fff;font-family:Fira Sans,sans-serif;font-weight:700;font-size:13px;-webkit-box-shadow:0 0 4px rgba(44,39,47,.3);box-shadow:0 0 4px rgba(44,39,47,.3);width:25px;height:25px;margin-top:-12.5px;margin-left:-12.5px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:25px}.contacts-map .contacts-map-marker,.contacts-map .contacts-map-marker.active{-webkit-transition:width .25s ease-in-out,height .25s ease-in-out,margin .25s ease-in-out;-o-transition:width .25s ease-in-out,height .25s ease-in-out,margin .25s ease-in-out;transition:width .25s ease-in-out,height .25s ease-in-out,margin .25s ease-in-out}.contacts-map .contacts-map-marker.active{width:30px;height:30px;margin-top:-15px;margin-left:-15px}.contacts-map .contacts-address{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:10px 20px;cursor:pointer}.contacts-map .contacts-address:hover h3{color:#00a6f0}.contacts-map .contacts-address:hover h3,.contacts-map .contacts-address:hover p{-webkit-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.contacts-map .contacts-address:hover p{color:rgba(0,166,240,.6)}.contacts-map .contacts-address:hover span{-webkit-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out;color:rgba(0,166,240,.4)}.contacts-map .contacts-address:first-child{padding-top:20px}.contacts-map .contacts-address:last-child{padding-bottom:20px}.contacts-map .contacts-address .list-index{min-width:25px;text-align:left}.contacts-map .contacts-address h3{font-weight:700;font-size:14px;color:#2c272f;line-height:14px;margin:0;-webkit-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.contacts-map .contacts-address p{margin:10px 0 5px;color:rgba(44,39,47,.6)}.contacts-map .contacts-address p,.contacts-map .contacts-address span{padding:0;font-weight:500;font-size:12px;line-height:16px;-webkit-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.contacts-map .contacts-address span{margin:0;color:rgba(44,39,47,.4)}.scroll-container .sticky-tabs{position:-webkit-sticky;position:sticky}.scroll-container .sticky-tabs .page-tabs .filters:after{display:block}.page-tabs{height:62px;position:relative;z-index:20}.page-tabs .variable-position-tabs{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:62px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden;width:100%;z-index:10}.page-tabs .variable-position-tabs.fixed{position:absolute;-webkit-transform:translateZ(0);transform:translateZ(0)}@media only screen and (max-width:959px){.page-tabs .variable-position-tabs.fixed{position:relative;top:0!important}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.page-tabs .variable-position-tabs.fixed{position:relative;top:0!important}}.page-tabs .variable-position-tabs.filters{padding:0 20px;overflow:visible}@media only screen and (max-width:479px){.page-tabs .variable-position-tabs.filters{padding:0 10px}}.page-tabs .variable-position-tabs.filters ul{top:auto}.page-tabs .variable-position-tabs.filters:after{display:none}.page-tabs .variable-position-tabs:after{content:"";height:3px;background-color:rgba(44,39,47,.05);width:calc(100% - 40px);display:block;bottom:0;left:20px;position:absolute}@media only screen and (max-width:479px){.page-tabs .variable-position-tabs:after{width:calc(100% - 20px);left:10px}}.page-tabs .variable-position-tabs>div{width:100%;height:77px;position:relative;padding:0 20px;overflow:scroll;overflow-y:hidden;margin-bottom:-15px}@media only screen and (max-width:479px){.page-tabs .variable-position-tabs>div{width:100%;padding:0 10px}}.page-tabs .variable-position-tabs>div::-webkit-scrollbar{width:0;height:0;background:transparent}.page-tabs .variable-position-tabs>div::-webkit-scrollbar-thumb{background:transparent;height:0}.page-tabs .variable-position-tabs ul{top:15px;padding:0;margin:0;list-style:none;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.page-tabs .variable-position-tabs ul li{padding:0 15px;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:479px){.page-tabs .variable-position-tabs ul li{padding:0 8px}}.page-tabs .variable-position-tabs ul li:first-child{padding-left:0}.page-tabs .variable-position-tabs ul li a{text-decoration:none;font-family:Fira Sans,sans-serif;font-weight:700;text-transform:uppercase;font-size:14px;color:#2c272f;padding:14px 0 6px;display:block;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;-webkit-transition:color .3s cubic-bezier(.445,.05,.55,.95);-o-transition:color .3s cubic-bezier(.445,.05,.55,.95);transition:color .3s cubic-bezier(.445,.05,.55,.95)}.page-tabs .variable-position-tabs ul li a:after{width:0;height:3px;background-color:#00a6f0;z-index:1;content:"";display:block;position:absolute;bottom:-10px;-webkit-transition:width .3s cubic-bezier(.445,.05,.55,.95);-o-transition:width .3s cubic-bezier(.445,.05,.55,.95);transition:width .3s cubic-bezier(.445,.05,.55,.95)}.page-tabs .variable-position-tabs ul li a.active{color:#00a6f0;-webkit-transition:color .3s cubic-bezier(.445,.05,.55,.95);-o-transition:color .3s cubic-bezier(.445,.05,.55,.95);transition:color .3s cubic-bezier(.445,.05,.55,.95)}.page-tabs .variable-position-tabs ul li a.active:after{width:100%;-webkit-transition:width .3s cubic-bezier(.445,.05,.55,.95);-o-transition:width .3s cubic-bezier(.445,.05,.55,.95);transition:width .3s cubic-bezier(.445,.05,.55,.95)}.page-tabs .variable-position-tabs ul li a:hover{color:#00a6f0;-webkit-transition:color .3s cubic-bezier(.445,.05,.55,.95);-o-transition:color .3s cubic-bezier(.445,.05,.55,.95);transition:color .3s cubic-bezier(.445,.05,.55,.95)}.page-tabs .variable-position-tabs ul li a:hover:after{width:100%;-webkit-transition:width .3s cubic-bezier(.445,.05,.55,.95);-o-transition:width .3s cubic-bezier(.445,.05,.55,.95);transition:width .3s cubic-bezier(.445,.05,.55,.95)}.page-tabs .variable-position-tabs.dark-theme{background-color:#191919}.page-tabs .variable-position-tabs.dark-theme a{color:#969199}.page-tabs .variable-position-tabs.dark-theme a.active{color:#fff;-webkit-transition:color .3s cubic-bezier(.445,.05,.55,.95);-o-transition:color .3s cubic-bezier(.445,.05,.55,.95);transition:color .3s cubic-bezier(.445,.05,.55,.95)}.page-tabs .variable-position-tabs.dark-theme a:after{background-color:#fff}.page-tabs .variable-position-tabs.dark-theme a:hover{color:#fff;-webkit-transition:color .3s cubic-bezier(.445,.05,.55,.95);-o-transition:color .3s cubic-bezier(.445,.05,.55,.95);transition:color .3s cubic-bezier(.445,.05,.55,.95)}.page-tabs .variable-position-tabs.dark-theme a:hover:after{width:100%;-webkit-transition:width .3s cubic-bezier(.445,.05,.55,.95);-o-transition:width .3s cubic-bezier(.445,.05,.55,.95);transition:width .3s cubic-bezier(.445,.05,.55,.95)}.page-tabs .variable-position-tabs.dark-theme .Select-placeholder{color:#fff}.page-tabs .variable-position-tabs.dark-theme .Select-control .Select-arrow{border-top-color:#fff}.page-tabs .variable-position-tabs.dark-theme .has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.page-tabs .variable-position-tabs.dark-theme .has-value.Select--single>.Select-control .Select-value .Select-value-label{color:#fff}.page-tabs .variable-position-tabs:after{background-color:hsla(278,4%,58%,.05)}.page-tabs .Select{float:left;margin-right:20px}.page-tabs .Select-placeholder{font-family:Fira Sans,sans-serif;font-size:14px;color:#2c272f;font-weight:700;text-transform:uppercase}.page-tabs .Select--single>.Select-control .Select-value{position:relative}.page-tabs .is-open .Select-control{background-color:transparent}.page-tabs .is-focused:not(.is-open)>.Select-control{border:none;-webkit-box-shadow:none;box-shadow:none}.page-tabs .Select-control{background-color:transparent;border:none;width:auto;border-radius:0;cursor:pointer;margin-top:13px}.page-tabs .Select-control:hover{-webkit-box-shadow:none;box-shadow:none}.page-tabs .Select-control:hover .Select-arrow{border-top-color:#00a6f0}.page-tabs .Select-control .Select-arrow,.page-tabs .Select-control:hover .Select-arrow{-webkit-transition:border-top-color .25s cubic-bezier(.445,.05,.55,.95);-o-transition:border-top-color .25s cubic-bezier(.445,.05,.55,.95);transition:border-top-color .25s cubic-bezier(.445,.05,.55,.95)}.page-tabs .Select-control .Select-arrow{border-top-color:#2c272f}.page-tabs .has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.page-tabs .has-value.Select--single>.Select-control .Select-value .Select-value-label{font-family:Fira Sans,sans-serif;font-size:14px;color:#2c272f;font-weight:700;line-height:34px}.page-tabs .Select--single>.Select-control .Select-value,.page-tabs .Select-placeholder{position:relative;padding-left:0}@media only screen and (max-width:767px){.page-tabs .Select--single>.Select-control .Select-value,.page-tabs .Select-placeholder{padding-right:2px}}.page-tabs .Select--single>.Select-control .Select-value:focus,.page-tabs .Select-placeholder:focus{outline:0}.page-tabs .Select-arrow-zone,.page-tabs .Select-multi-value-wrapper{float:left;display:inline-block;line-height:33px;outline:0}.page-tabs .Select-input{float:left;height:0}.page-tabs .Select-menu-outer{min-width:170px;width:auto;border-radius:0;-webkit-box-shadow:0 10px 20px rgba(44,39,47,.2);box-shadow:0 10px 20px rgba(44,39,47,.2);border:none;max-height:none;margin-top:5px;top:0}.page-tabs .Select-menu-outer .Select-menu{max-height:none}.page-tabs .Select-menu-outer .Select-option{height:50%;color:#2c272f;font-weight:700;font-size:12px;font-family:Fira Sans,sans-serif;text-transform:uppercase;line-height:50px;padding:0 20px;background-color:#fff}.page-tabs .Select-menu-outer .Select-option,.page-tabs .Select-menu-outer .Select-option:hover{-webkit-transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95);-o-transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95);transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95)}.page-tabs .Select-menu-outer .Select-option:hover{background-color:#f3fcff;color:#00a6f0}.page-tabs .Select-menu-outer .Select-option:last-child{border-radius:0}.tab-container{position:relative}.tab-container>div{width:100%;min-height:400px;-ms-flex-line-pack:start;align-content:flex-start}.tab-container .tab-container-enter{opacity:0;display:block}.tab-container .tab-container-enter.tab-container-enter-active{opacity:1;-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear;-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}.tab-container .tab-container-leave{opacity:1;position:absolute;top:0;z-index:2}.tab-container .tab-container-leave.tab-container-leave-active{opacity:0;-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.players-list{width:100%}.team-player{padding-right:20px;margin-bottom:40px;overflow:hidden;cursor:pointer}@media only screen and (max-width:599px){.team-player{padding-right:10px}}@media only screen and (max-width:479px){.team-player{padding-right:0}}.team-player>div{height:0;padding-top:129.6%;position:relative}.team-player>div .team-player-container{position:absolute;top:0;left:0;width:100%;height:100%}.team-player>div .team-player-container .static-player-background{background-color:#f5f5f5;width:88%;height:100%;position:absolute;left:0;top:0}.team-player>div .team-player-container .hover-player-background{background-image:-webkit-linear-gradient(64deg,#0084c0,#00a6f0);background-image:-o-linear-gradient(64deg,#0084c0 0,#00a6f0 100%);background-image:linear-gradient(26deg,#0084c0,#00a6f0);background-color:#f5f5f5;width:88%;height:100%;position:absolute;left:-88%;top:0;opacity:0;-webkit-transition:opacity .2s ease .1s,left .2s ease .1s;-o-transition:opacity .2s ease .1s,left .2s ease .1s;transition:opacity .2s ease .1s,left .2s ease .1s}.team-player>div .team-player-container .player-images{height:100%;position:absolute;right:0;top:0;padding-top:10px}.team-player>div .team-player-container .regular-player-image{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1}.team-player>div .team-player-container .hover-player-image,.team-player>div .team-player-container .regular-player-image{height:100%;position:absolute;right:0;-webkit-transition:opacity .2s ease-in,-webkit-transform .2s ease-in;transition:opacity .2s ease-in,-webkit-transform .2s ease-in;-o-transition:opacity .2s ease-in,transform .2s ease-in;transition:opacity .2s ease-in,transform .2s ease-in;transition:opacity .2s ease-in,transform .2s ease-in,-webkit-transform .2s ease-in}.team-player>div .team-player-container .hover-player-image{float:right;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px);opacity:0}@media only screen and (max-width:599px){.team-player>div .team-player-container .hover-player-image{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}@media only screen and (max-width:479px){.team-player>div .team-player-container .hover-player-image{padding-right:translateX(0)}}.team-player>div .team-player-container .info-player{width:100%;height:100%;padding:30px;position:absolute;top:0;left:0}@media only screen and (max-width:1199px){.team-player>div .team-player-container .info-player{padding:20px}}@media only screen and (max-width:959px){.team-player>div .team-player-container .info-player{padding:30px}}@media only screen and (max-width:767px){.team-player>div .team-player-container .info-player{padding-top:20px}}@media only screen and (max-width:599px){.team-player>div .team-player-container .info-player{padding:20px}}.team-player>div .team-player-container .info-player .team-player-number{color:#00a6f0;font-weight:800;font-size:60px;width:100%;display:block;-webkit-transition:color .2s ease-in;-o-transition:color .2s ease-in;transition:color .2s ease-in}@media only screen and (max-width:767px){.team-player>div .team-player-container .info-player .team-player-number{font-size:40px}}@media only screen and (max-width:599px){.team-player>div .team-player-container .info-player .team-player-number{font-size:34px}}@media only screen and (max-width:479px){.team-player>div .team-player-container .info-player .team-player-number{font-size:60px}}.team-player>div .team-player-container .info-player .team-player-position{font-size:14px;font-weight:700;text-transform:uppercase;color:#00a6f0;letter-spacing:0;width:100%;display:block;line-height:14px;margin-top:5px;margin-bottom:20px;-webkit-transition:color .2s ease-in;-o-transition:color .2s ease-in;transition:color .2s ease-in}@media only screen and (max-width:599px){.team-player>div .team-player-container .info-player .team-player-position{font-size:12px}}@media only screen and (max-width:479px){.team-player>div .team-player-container .info-player .team-player-position{font-size:14px}}.team-player>div .team-player-container .info-player .team-player-separator{height:2px;width:20px;background-color:rgba(0,0,0,.1);margin-top:10px;margin-bottom:15px}@media only screen and (max-width:1199px){.team-player>div .team-player-container .info-player .team-player-separator{margin-top:0;margin-bottom:5px}}@media only screen and (max-width:959px){.team-player>div .team-player-container .info-player .team-player-separator{margin-top:10px;margin-bottom:15px}}@media only screen and (max-width:767px){.team-player>div .team-player-container .info-player .team-player-separator{margin-top:5px;margin-bottom:10px}}@media only screen and (max-width:479px){.team-player>div .team-player-container .info-player .team-player-separator{margin-top:10px;margin-bottom:15px}}.team-player>div .team-player-container .info-player .team-player-name{font-size:24px;font-weight:700;text-transform:uppercase;padding:0;letter-spacing:-.24pt;line-height:30px;width:10px;position:relative;word-spacing:700px;color:#000}@media only screen and (max-width:959px){.team-player>div .team-player-container .info-player .team-player-name{font-size:28px;line-height:34px}}@media only screen and (max-width:767px){.team-player>div .team-player-container .info-player .team-player-name{font-size:20px;line-height:28px}}@media only screen and (max-width:599px){.team-player>div .team-player-container .info-player .team-player-name{font-size:14px;line-height:12px}}@media only screen and (max-width:479px){.team-player>div .team-player-container .info-player .team-player-name{font-size:24px;line-height:30px}}.team-player>div .team-player-container .hover-information{opacity:0;-webkit-transition:opacity .2s ease-in;-o-transition:opacity .2s ease-in;transition:opacity .2s ease-in;position:absolute;bottom:0;width:88%;padding:0 30px 5px}@media only screen and (max-width:1199px){.team-player>div .team-player-container .hover-information{padding:0 20px 5px}}@media only screen and (max-width:959px){.team-player>div .team-player-container .hover-information{padding:0 30px 5px}}@media only screen and (max-width:599px){.team-player>div .team-player-container .hover-information{padding:0 20px 5px}}.team-player>div .team-player-container .hover-information .player-statics{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.team-player>div .team-player-container .hover-information .player-statics h1{font-weight:800;font-size:36px;color:#fff;line-height:36px;letter-spacing:.9px;margin:0}@media only screen and (max-width:599px){.team-player>div .team-player-container .hover-information .player-statics h1{font-size:24px;line-height:24px}}@media only screen and (max-width:479px){.team-player>div .team-player-container .hover-information .player-statics h1{font-size:36px;line-height:36px}}.team-player>div .team-player-container .hover-information .player-statics span{font-weight:800;text-transform:uppercase;line-height:14px;letter-spacing:.5px;color:hsla(0,0%,100%,.45);font-size:12px}@media only screen and (max-width:599px){.team-player>div .team-player-container .hover-information .player-statics span{font-size:9px}}@media only screen and (max-width:479px){.team-player>div .team-player-container .hover-information .player-statics span{font-size:12px}}.team-player>div .team-player-container .hover-information .player-statics .player-games{margin-right:20px}.team-player>div .team-player-container .hover-information .player-statics .player-games,.team-player>div .team-player-container .hover-information .player-statics .player-goals{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px);-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;-o-transition:opacity .2s ease,transform .2s ease;transition:opacity .2s ease,transform .2s ease;transition:opacity .2s ease,transform .2s ease,-webkit-transform .2s ease}.team-player>div .team-player-container .hover-information .player-biography-link{height:50px;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;letter-spacing:.5px;font-size:12px;line-height:17px;font-weight:500;text-transform:uppercase;border-top:1px solid hsla(0,0%,100%,.3);margin-top:20px;opacity:0;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}@media only screen and (max-width:1199px){.team-player>div .team-player-container .hover-information .player-biography-link{margin-top:10px}}@media only screen and (max-width:959px){.team-player>div .team-player-container .hover-information .player-biography-link{margin-top:20px}}@media only screen and (max-width:599px){.team-player>div .team-player-container .hover-information .player-biography-link{margin-top:10px;height:40px}}@media only screen and (max-width:479px){.team-player>div .team-player-container .hover-information .player-biography-link{height:50px}}.team-player>div .team-player-container .hover-information .player-biography-link .icon{-webkit-transform:translateX(-80px);-ms-transform:translateX(-80px);transform:translateX(-80px);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.team-player:hover:not(.team-staff)>div .team-player-container .hover-player-background{opacity:1;left:0;-webkit-transition:opacity .2s ease .1s,left .2s ease .1s;-o-transition:opacity .2s ease .1s,left .2s ease .1s;transition:opacity .2s ease .1s,left .2s ease .1s}.team-player:hover:not(.team-staff)>div .team-player-container .regular-player-image{-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px);opacity:0}.team-player:hover:not(.team-staff)>div .team-player-container .hover-player-image,.team-player:hover:not(.team-staff)>div .team-player-container .regular-player-image{-webkit-transition:opacity .2s ease-in .1s,-webkit-transform .2s ease-in .1s;transition:opacity .2s ease-in .1s,-webkit-transform .2s ease-in .1s;-o-transition:opacity .2s ease-in .1s,transform .2s ease-in .1s;transition:opacity .2s ease-in .1s,transform .2s ease-in .1s;transition:opacity .2s ease-in .1s,transform .2s ease-in .1s,-webkit-transform .2s ease-in .1s}.team-player:hover:not(.team-staff)>div .team-player-container .hover-player-image{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1}.team-player:hover:not(.team-staff)>div .team-player-container .hover-information{opacity:1;-webkit-transition:opacity .2s ease-in .1s;-o-transition:opacity .2s ease-in .1s;transition:opacity .2s ease-in .1s}.team-player:hover:not(.team-staff)>div .team-player-container .info-player .team-player-position{color:#fff;-webkit-transition:color .2s ease-in .1s;-o-transition:color .2s ease-in .1s;transition:color .2s ease-in .1s}.team-player:hover:not(.team-staff)>div .team-player-container .info-player .team-player-number{color:hsla(0,0%,100%,.5);-webkit-transition:color .2s ease-in .1s;-o-transition:color .2s ease-in .1s;transition:color .2s ease-in .1s}.team-player:hover:not(.team-staff)>div .team-player-container .player-statics .player-games{margin-right:20px;opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity .2s ease .1s,-webkit-transform .2s ease .1s;transition:opacity .2s ease .1s,-webkit-transform .2s ease .1s;-o-transition:opacity .2s ease .1s,transform .2s ease .1s;transition:opacity .2s ease .1s,transform .2s ease .1s;transition:opacity .2s ease .1s,transform .2s ease .1s,-webkit-transform .2s ease .1s}.team-player:hover:not(.team-staff)>div .team-player-container .player-statics .player-goals{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity .2s ease .15s,-webkit-transform .2s ease .15s;transition:opacity .2s ease .15s,-webkit-transform .2s ease .15s;-o-transition:opacity .2s ease .15s,transform .2s ease .15s;transition:opacity .2s ease .15s,transform .2s ease .15s;transition:opacity .2s ease .15s,transform .2s ease .15s,-webkit-transform .2s ease .15s}.team-player:hover:not(.team-staff)>div .team-player-container .player-biography-link{opacity:1;-webkit-transition:opacity .2s ease .1s;-o-transition:opacity .2s ease .1s;transition:opacity .2s ease .1s}.team-player:hover:not(.team-staff)>div .team-player-container .player-biography-link .icon{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .3s ease .1s;transition:-webkit-transform .3s ease .1s;-o-transition:transform .3s ease .1s;transition:transform .3s ease .1s;transition:transform .3s ease .1s,-webkit-transform .3s ease .1s}.player-nav{height:80px;width:100%;padding:23px 0;max-width:880px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:1199px){.player-nav{max-width:780px}}@media only screen and (max-width:959px){.player-nav{max-width:inherit;padding:23px 20px}}@media only screen and (max-width:479px){.player-nav{padding:23px 10px}}.player-nav .Select{float:right}.player-nav .Select-placeholder{font-size:14px;color:#2c272f;font-weight:500;text-transform:uppercase}.player-nav .Select--single>.Select-control .Select-value{position:relative}.player-nav .is-open .Select-control{background-color:transparent}.player-nav .is-focused:not(.is-open)>.Select-control{border:none;-webkit-box-shadow:none;box-shadow:none}.player-nav .Select-control{background-color:transparent;border:none;width:auto;border-radius:0;cursor:pointer;margin-right:-10px}.player-nav .Select-control:hover{-webkit-box-shadow:none;box-shadow:none}.player-nav .Select-control:hover .Select-arrow{border-color:#00a6f0 transparent transparent}.player-nav .Select-control .Select-arrow,.player-nav .Select-control:hover .Select-arrow{-webkit-transition:border-color .25s cubic-bezier(.445,.05,.55,.95);-o-transition:border-color .25s cubic-bezier(.445,.05,.55,.95);transition:border-color .25s cubic-bezier(.445,.05,.55,.95)}.player-nav .Select-control .Select-arrow{border-color:#2c272f transparent transparent}.player-nav .has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.player-nav .has-value.Select--single>.Select-control .Select-value .Select-value-label{font-size:14px;color:#2c272f;font-weight:500;text-transform:uppercase}.player-nav .Select--single>.Select-control .Select-value,.player-nav .Select-placeholder{position:relative;padding-left:0}.player-nav .Select--single>.Select-control .Select-value:focus,.player-nav .Select-placeholder:focus{outline:0}.player-nav .Select-arrow-zone,.player-nav .Select-multi-value-wrapper{float:left;display:inline-block;line-height:33px;outline:0}.player-nav .Select-input{float:left;height:0}.player-nav .Select-menu-outer{min-width:170px;border-radius:0;-webkit-box-shadow:0 10px 20px rgba(44,39,47,.2);box-shadow:0 10px 20px rgba(44,39,47,.2);border:none;max-height:400px!important;margin-top:5px;right:0;top:0;width:200px;white-space:nowrap;overflow:scroll;overflow-x:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}@media only screen and (max-width:767px){.player-nav .Select-menu-outer{left:0}}.player-nav .Select-menu-outer .Select-option{height:50%;color:#2c272f;font-weight:700;font-size:12px;text-transform:uppercase;line-height:50px;padding:0 20px;background-color:#fff;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.player-nav .Select-menu-outer .Select-option,.player-nav .Select-menu-outer .Select-option:hover{-webkit-transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95);-o-transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95);transition:background-color .25s cubic-bezier(.445,.05,.55,.95),color .25s cubic-bezier(.445,.05,.55,.95)}.player-nav .Select-menu-outer .Select-option:hover{background-color:#f3fcff;color:#00a6f0}.player-nav .Select-menu-outer .Select-option:last-child{border-radius:0}.player-detail{width:100%;padding:0 20px 80px}@media only screen and (max-width:479px){.player-detail{padding:0 10px 80px}}.player-detail .player-advertising{padding-top:40px;display:inline-block;width:100%}.player-detail>div{max-width:880px;margin:0 auto}@media only screen and (max-width:1199px){.player-detail>div{max-width:780px}}@media only screen and (max-width:959px){.player-detail>div{max-width:none;padding:0 20px 40px}}@media only screen and (max-width:479px){.player-detail>div{max-width:none;padding:0 10px 40px}}.player-detail .player-multimedia .player-subtitle{margin-bottom:20px;margin-top:40px}.player-detail .player-subtitle{color:#00a6f0;font-size:14px;text-transform:uppercase;font-weight:900;margin:20px 0}@media only screen and (max-width:767px){.player-detail{padding:0}}.player-detail .player-detail-container{display:inline-block;background-color:#f3fcff;padding:20px;padding-bottom:40px}@media only screen and (max-width:767px){.player-detail .player-detail-container{padding:0 10px}}.player-detail .player-detail-container .player-detail-title{display:block;width:100%;margin:0;font-size:24px;color:#2c272f;letter-spacing:-.4pt;line-height:34px;font-weight:700;padding:20px}@media only screen and (max-width:767px){.player-detail .player-detail-container .player-detail-title{padding:20px 0}}.player-detail .player-detail-container .player-detail-biography{padding:0 20px;font-size:18px;color:#2c272f;letter-spacing:-.25pt;line-height:30px;margin:0 0 20px;white-space:pre-wrap}.player-detail .player-detail-container .player-detail-biography p{font-weight:400}@media only screen and (max-width:767px){.player-detail .player-detail-container .player-detail-biography{padding:0}}.player-detail .player-detail-container .player-detail-statistics{display:block;width:128px;height:128px;float:left;background-color:#00a6f0;border-radius:50%;text-align:center;padding:20px 0;margin-top:20px;margin-bottom:20px}.player-detail .player-detail-container .player-detail-statistics:first-child{margin-right:20px;margin-left:20px}.player-detail .player-detail-container .player-detail-statistics span{color:#fff;font-size:54px;font-weight:700}.player-detail .player-detail-container .player-detail-statistics p{color:#fff;text-transform:uppercase;font-size:14px;font-weight:500;margin:0}.player-detail .news-detail-related{margin-top:40px;display:inline-block;width:100%}@media only screen and (max-width:767px){.player-detail .news-detail-related{padding-left:10px;padding-right:10px}}.player-detail .news-detail-related>div{position:relative}.player-detail .news-detail-related>h2{font-weight:800;color:#00a6f0;font-size:14px;text-transform:uppercase}.player-header{max-width:880px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);margin-left:50%}.player-header .vertical-view-center{padding-left:0}@media only screen and (max-width:1199px){.player-header{max-width:780px}}@media only screen and (max-width:959px){.player-header{-webkit-transform:none;-ms-transform:none;transform:none;margin-left:inherit;max-width:inherit;padding:0 20px}}.player-header .player-header-view{width:400px}@media only screen and (max-width:767px){.player-header .player-header-view{width:320px}}.player-header .player-header-view>p{margin:0;color:#00a6f0;font-weight:800;font-style:italic;font-size:54px}@media only screen and (max-width:767px){.player-header .player-header-view>p{font-size:42px}}@media only screen and (max-width:479px){.player-header .player-header-view>p{font-size:32px}}.player-header .player-header-view>h1{font-size:54px;font-weight:800;text-transform:uppercase;margin:5px 0;padding:0;letter-spacing:-.2pt;line-height:60px;width:10px;z-index:1;position:relative;word-spacing:400px;display:initial;color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#00a6f0),to(#00a6f0));background-image:-webkit-linear-gradient(top,#00a6f0,#00a6f0);background-image:-o-linear-gradient(top,#00a6f0 0,#00a6f0 100%);background-image:linear-gradient(180deg,#00a6f0 0,#00a6f0);background-repeat:no-repeat;background-size:100% 2px;background-position:0 90%;overflow:hidden}@media only screen and (max-width:767px){.player-header .player-header-view>h1{font-size:42px;line-height:50px}}@media only screen and (max-width:479px){.player-header .player-header-view>h1{font-size:32px;line-height:40px}}.player-header .player-header-view>h2{font-size:14px;font-weight:700;color:#00a6f0;letter-spacing:-.17pt;margin:20px 0 40px;text-transform:uppercase}@media only screen and (max-width:767px){.player-header .player-header-view>h2{font-size:12px;margin-top:5px;margin-bottom:10px}}@media only screen and (max-width:479px){.player-header .player-header-view>h2{font-size:10px}}.player-header .player-header-view .player-header-info{width:100%;display:inline-block}.player-header .player-header-view .player-header-info .player-favorite-button{width:40px;height:40px;background-color:#f5f5f5;border-radius:50%;border:0;position:absolute;right:0;bottom:0;cursor:pointer;-webkit-transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-o-transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);outline:0}.player-header .player-header-view .player-header-info .player-favorite-button.bookmarked .icon path{fill:#00a6f0}.player-header .player-header-view .player-header-info .player-favorite-button:hover{-webkit-transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-o-transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.player-header .player-header-view .player-header-info>div{width:50%;float:left;display:inline-block;padding-right:20px}@media only screen and (max-width:767px){.player-header .player-header-view .player-header-info>div{width:auto}}.player-header .player-header-view .player-header-info>div span{font-size:12px;color:#fff;text-transform:uppercase;font-weight:500;line-height:20px}@media only screen and (max-width:767px){.player-header .player-header-view .player-header-info>div span{font-size:10px}}.player-header .player-header-view .player-header-info>div p{margin:0;color:#fff;font-size:24px;font-weight:700}@media only screen and (max-width:767px){.player-header .player-header-view .player-header-info>div p{font-size:20px}}@media only screen and (max-width:479px){.player-header .player-header-view .player-header-info>div p{font-size:16px}}.team-player-position-list{width:100%;margin-bottom:30px;display:inline-block}.team-player-position-list .team-position-divider{display:inline-block}.team-player-position-list .team-position-divider h2{font-size:14px;color:#00a6f0;font-weight:900;margin:0;line-height:25px;border-bottom:2px solid #00a6f0;margin-bottom:10px}.team-player-position-list .team-player-county-age{position:absolute;bottom:20px;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.team-player-position-list .team-player-county-age img{margin-right:10px}.team-player-position-list .team-player-county-age span{letter-spacing:-.09pt;font-weight:500;font-size:13px;color:#00a6f0}.team-player-position-list .position-team-player{padding:10px 10px 10px 0;margin-bottom:10px;display:inline-block}.team-player-position-list .position-team-player .position-player-name{font-weight:700;color:#2c272f;text-transform:uppercase;word-spacing:300px;line-height:20px;padding-left:15px;float:left;width:calc(100% - 60px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.team-player-position-list .position-team-player .position-player-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.team-player-position-list .position-team-player .position-player-header>div:last-child{-webkit-box-flex:1;-ms-flex:1;flex:1}.team-player-position-list .position-team-player .position-player-speciality{font-size:12px;font-weight:500;color:#00a6f0;text-transform:uppercase;padding-left:15px;line-height:25px}.team-player-position-list .position-team-player .position-player-profile{background-color:#f3fcff;width:60px;height:60px;border-radius:50%;float:left;overflow:hidden}.team-player-position-list .position-team-player .position-player-profile img{width:0;height:0;position:absolute}.team-player-position-list .position-team-player .position-player-profile>div{width:100%;height:100%;background-position:50%;background-repeat:no-repeat;background-size:cover}.team-player-position-list .position-team-player .position-player-number{color:#00a6f0;font-weight:700;font-size:34px;width:60px;text-align:center;float:left;padding-top:10px}.team-player-position-list .position-team-player .position-player-age-country{padding-left:15px;padding-top:10px;float:left}.team-player-position-list .position-team-player .position-player-age-country .position-player-country{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.team-player-position-list .position-team-player .position-player-age-country .position-player-country img{margin-right:5px;max-height:10px}.team-player-position-list .position-team-player .position-player-age-country .player-measurements{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.team-player-position-list .position-team-player .position-player-age-country .player-measurements>p{text-transform:uppercase;margin-right:5px;width:auto}.team-player-position-list .position-team-player .position-player-age-country p{width:100%;color:#2c272f;font-weight:900;font-size:12px;margin:0;line-height:18px}.timeline{position:relative;padding:0 20px}@media only screen and (max-width:479px){.timeline{padding:0}}.timeline .parallax{-webkit-transition:-webkit-transform .8s ease-out;transition:-webkit-transform .8s ease-out;-o-transition:transform .8s ease-out;transition:transform .8s ease-out;transition:transform .8s ease-out,-webkit-transform .8s ease-out}.timeline .timeline-container{padding:20px 0}.timeline .timeline-container>ul{margin-top:30px;position:relative;overflow:visible;padding:0;display:inline-block;width:100%}.timeline .timeline-container>ul li{list-style:none;position:relative;width:50%;float:left;clear:both;text-align:right;padding:0 0 30px;margin-bottom:40px}.timeline .timeline-container>ul li.condensed{margin-bottom:0}.timeline .timeline-container>ul li.condensed:last-child:after{display:none}@media only screen and (max-width:479px){.timeline .timeline-container>ul li{margin-bottom:20px}}.timeline .timeline-container>ul li:after{position:absolute;display:block;background:rgba(0,166,240,.2);right:0;top:10px;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);width:2px;height:calc(100% + 40px);content:""}.timeline .timeline-container>ul li .timeline-item{width:200%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width:479px){.timeline .timeline-container>ul li .timeline-item{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.timeline .timeline-container>ul li .timeline-item>div{width:50%;padding:0 20px}@media only screen and (max-width:479px){.timeline .timeline-container>ul li .timeline-item>div{width:100%}}.timeline .timeline-container>ul li .timeline-item>div:first-child{z-index:1}.timeline .timeline-container>ul li .timeline-item .parallax{position:relative}.timeline .timeline-container>ul li .timeline-item .parallax>img{position:absolute;top:0;left:0;width:100%}.timeline .timeline-container>ul li .timeline-item .parallax>img:first-child{position:relative}.timeline .timeline-container>ul li .timeline-image img{width:100%;height:auto;padding-top:35px}.timeline .timeline-container>ul li:nth-child(2n){text-align:left}.timeline .timeline-container>ul li:nth-child(2n) .timeline-item{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media only screen and (max-width:479px){.timeline .timeline-container>ul li:nth-child(2n) .timeline-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.timeline .timeline-container>ul li:nth-child(2n) h5{left:auto;right:0;text-align:right}.timeline .timeline-container>ul li:nth-child(2n) h5:before{left:100%}@media only screen and (max-width:479px){.timeline .timeline-container>ul li:nth-child(2n) h5:before{left:0}}@media only screen and (max-width:479px){.timeline .timeline-container>ul li:nth-child(2n) h5{text-align:left}}.timeline .timeline-container>ul li:nth-child(2n) .full-text.with-icon{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.timeline .timeline-container>ul li:nth-child(2n) .full-text.with-icon img{margin-left:0;margin-right:20px}.timeline .timeline-container>ul li h5{font-size:24px;position:absolute;margin:-3px 0 0;left:100%;padding:0 20px;z-index:1;font-weight:800;color:#2c272f;line-height:30px;width:100%;text-align:left}.timeline .timeline-container>ul li h5:before{position:absolute;top:8px;left:0;width:10px;height:10px;border-radius:50%;background:#000;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);content:""}.timeline .timeline-container>ul li .full-text,.timeline .timeline-container>ul li .intro{position:relative;z-index:1}.timeline .timeline-container>ul li .full-text p,.timeline .timeline-container>ul li .intro p{margin:0 0 20px}.timeline .timeline-container>ul li .trophies-timeline{margin-top:-10px}.timeline .timeline-container>ul li.centered .trophies-timeline{margin-top:0}.timeline .timeline-container>ul li .full-text{font-weight:400;font-size:14px;color:#2c272f;letter-spacing:-.23px;line-height:20px}.timeline .timeline-container>ul li .full-text.with-icon{height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media only screen and (max-width:479px){.timeline .timeline-container>ul li .full-text.with-icon{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.timeline .timeline-container>ul li .full-text.with-icon .icon{margin-right:20px}}.timeline .timeline-container>ul li .full-text.with-icon>div{font-weight:500}.timeline .timeline-container>ul li .full-text.with-icon p:first-of-type{padding-top:5px}.timeline .timeline-container>ul li .full-text .icon{max-height:30px;margin-left:20px;display:inline;float:right}.timeline .timeline-container>ul li .intro{font-weight:700;font-size:14px;color:#2c272f;letter-spacing:-.23px;line-height:20px}@media only screen and (max-width:479px){.timeline .timeline-container{padding:10px 0}.timeline .timeline-container>ul{padding:0 5px}.timeline .timeline-container>ul li{width:100%;text-align:left}.timeline .timeline-container>ul li:before{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);right:100%;left:auto}.timeline .timeline-container>ul li:after{right:auto;left:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.timeline .timeline-container>ul li h5{position:static;margin-top:0;margin-bottom:14px}.timeline .timeline-container>ul li .full-text .icon{float:left;margin-left:0;margin-right:10px}}@media only screen and (min-width:768px){.tickets-flow .groups-wrapper .groups .associated-tickets:hover .number,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .number{-webkit-transition:color .33s ease-in-out;-o-transition:color .33s ease-in-out;transition:color .33s ease-in-out;color:#00a6f0}.tickets-flow .groups-wrapper .groups .associated-tickets:hover .title h3,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .title h3{-webkit-transition:color .33s ease-in-out;-o-transition:color .33s ease-in-out;transition:color .33s ease-in-out;color:#000}.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline{background-color:#00a6f0;border:0;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,sans-serif;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color .33s ease-in-out,border .33s ease-in-out;-o-transition:background-color .33s ease-in-out,border .33s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;transition:background-color .33s ease-in-out,border .33s ease-in-out;border:1px solid #00a6f0}.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline .icon,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline .icon{margin-left:10px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline .icon path,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline .icon path{fill:#fff}.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline.right .icon,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline.right .icon{margin-left:0;margin-right:10px}.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline:focus,.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline:hover,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline:focus,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline:hover{color:#fff;outline:0}.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline.disabled,.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline[disabled],.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline.disabled,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline[disabled]{cursor:not-allowed;opacity:.5}.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline.disabled:focus,.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline.disabled:hover,.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline[disabled]:focus,.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline[disabled]:hover,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline.disabled:focus,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline.disabled:hover,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline[disabled]:focus,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline[disabled]:hover{background-color:#00a6f0;border-color:#00a6f0}}.topbar{height:40px;position:fixed;top:0;left:0;z-index:100;width:100%}@media only screen and (max-width:959px){.topbar{height:50px}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.topbar{height:50px}}.topbar .nav-icon{width:23px;height:23px;position:relative;margin:18px auto 10px;-webkit-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer}.topbar .nav-icon,.topbar .nav-icon span{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.topbar .nav-icon span{display:block;position:absolute;height:1px;width:100%;background:#606060;opacity:1;left:0;-webkit-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}.topbar .nav-icon span:first-child{top:0}.topbar .nav-icon span:nth-child(2){top:7px}.topbar .nav-icon span:nth-child(3){top:14px}.topbar .nav-icon.open span:first-child{top:7px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.topbar .nav-icon.open span:nth-child(2){opacity:0;left:-10px}.topbar .nav-icon.open span:nth-child(3){top:7px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.topbar .container{margin:0 auto;max-width:1600px;height:100%}.topbar .container .topbar-container{margin-left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:#2c272f}@media only screen and (max-width:2199px){.topbar .container .topbar-container{margin-left:100px;width:calc(100% - 100px)}}@media only screen and (max-width:959px){.topbar .container .topbar-container{margin-left:0;width:100%;padding:0}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.topbar .container .topbar-container{margin-left:0;width:100%;padding:0}}.topbar .container .topbar-container .menu-button{visibility:hidden;opacity:0;display:none;color:#606060;font-size:23px;line-height:55px;cursor:pointer;height:50px;width:50px;float:left;margin-left:35px}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.topbar .container .topbar-container .menu-button{visibility:visible;opacity:1;display:block}}@media only screen and (max-width:959px){.topbar .container .topbar-container .menu-button{visibility:visible;opacity:1;display:block}}@media only screen and (max-width:479px){.topbar .container .topbar-container .live-stream-indicator.basket-is-open{opacity:0;margin-right:81px;-webkit-transition:margin-right .5s ease-in-out .1s;-o-transition:margin-right .5s ease-in-out .1s;transition:margin-right .5s ease-in-out .1s}}.topbar .logo-link{position:absolute;left:5px;top:5px;display:none}@media only screen and (max-width:959px){.topbar .logo-link{display:block}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.topbar .logo-link{display:block}}.topbar .logo-link .animated-logo,.topbar .logo-link img{width:32.5px;height:38px}@media only screen and (max-width:959px){.topbar .language-selection{opacity:0;visibility:hidden;display:none}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.topbar .language-selection{opacity:0;visibility:hidden;display:none}}.topbar .language-selection a,.topbar .language-selection button{background-color:transparent;border:0;color:#fff;cursor:pointer;font-size:12px;font-weight:400;height:40px;line-height:37px;margin-right:8px;outline:none;text-transform:uppercase;width:20px;font-family:Fira Sans,sans-serif;text-decoration:none}.topbar .language-selection a.current,.topbar .language-selection button.current{font-weight:700}.topbar .topbar-login-center{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.topbar .topbar-login-center .icon-caret-callout{position:absolute;top:35px;margin-top:.5px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}@media (-ms-high-contrast:none){.topbar .topbar-login-center .icon-caret-callout{margin-left:45px}.topbar .topbar-login-center .icon-caret-callout ::-ms-backdrop{margin-left:45px}}@media only screen and (max-width:959px){.topbar .topbar-login-center .icon-caret-callout{top:45px}}.topbar .topbar-login-center .button-close{position:absolute;top:20px;right:20px;z-index:20}.topbar .topbar-login-center>button{border:none;background:none;cursor:pointer;outline:0}.topbar .topbar-login-center>button+div{width:540px;position:absolute;top:45px;border-radius:2px;overflow:hidden}@media only screen and (min-width:768px){.topbar .topbar-login-center>button+div{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}@media (-ms-high-contrast:none){.topbar .topbar-login-center>button+div{margin-left:-330px}.topbar .topbar-login-center>button+div ::-ms-backdrop{margin-left:-330px}}@media only screen and (max-width:959px){.topbar .topbar-login-center>button+div{top:55px}}@media only screen and (max-width:767px){.topbar .topbar-login-center>button+div{width:calc(100vw - 20px);left:10px;margin-left:0}}.topbar .topbar-login-center>button+div .page-tabs{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}.topbar .topbar-login-center>button span{font-size:14px;color:#969199;line-height:37px;font-weight:700;margin:0;cursor:pointer;font-family:Fira Sans,sans-serif}.topbar .topbar-login-center>button span,.topbar .topbar-login-center>button span:hover{-webkit-transition:color .45s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:color .45s cubic-bezier(.23,1,.32,1) 0ms;transition:color .45s cubic-bezier(.23,1,.32,1) 0ms}.topbar .topbar-login-center>button span:hover{color:#fff}.topbar .topbar-login-center.has-live:before{width:96.2px;content:""}@media only screen and (max-width:959px){.topbar .topbar-login-center.has-live:before{width:46px}}@media only screen and (max-width:767px){.topbar .topbar-login-center.has-live:before{width:26px}}@media only screen and (max-width:479px){.topbar .topbar-login-center.has-live:before{width:0}}@media only screen and (max-width:479px){.topbar .topbar-login-center button{padding:10px 0}}.topbar .tab-container>div:not(.tab-container-leave){min-height:auto;position:relative}@media only screen and (max-width:959px){.topbar .tab-container>div:not(.tab-container-leave){max-height:calc(100vh - 112px - 20px);overflow:scroll}}.topbar .topbar-login-callout{background-color:#fff;width:100%;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.05),0 3px 6px rgba(0,0,0,.12);box-shadow:0 3px 6px rgba(0,0,0,.05),0 3px 6px rgba(0,0,0,.12)}.topbar .topbar-cart{line-height:40px;margin-top:0;text-align:right;padding-left:5px;cursor:pointer;top:0;right:0;min-width:81px}@media only screen and (max-width:959px){.topbar .topbar-cart{line-height:50px;margin-top:0;padding-right:10px;text-align:center;top:0;right:0;width:auto;-webkit-transition:background-color .5s cubic-bezier(.77,0,.175,1),width .5s cubic-bezier(.77,0,.175,1);-o-transition:background-color .5s cubic-bezier(.77,0,.175,1),width .5s cubic-bezier(.77,0,.175,1);transition:background-color .5s cubic-bezier(.77,0,.175,1),width .5s cubic-bezier(.77,0,.175,1)}}@media only screen and (max-width:479px){.topbar .topbar-cart{width:81px}}.topbar .topbar-cart .mobile-topbar-icon-close-wrapper,.topbar .topbar-cart .mobile-topbar-label{display:block;width:0;height:0;visibility:hidden;opacity:0}.topbar .topbar-cart .mobile-topbar-icon-close-wrapper{-webkit-transition:opacity .5s cubic-bezier(.77,0,.175,1),width .5s cubic-bezier(.77,0,.175,1);-o-transition:opacity .5s cubic-bezier(.77,0,.175,1),width .5s cubic-bezier(.77,0,.175,1);transition:opacity .5s cubic-bezier(.77,0,.175,1),width .5s cubic-bezier(.77,0,.175,1)}.topbar .topbar-cart .mobile-topbar-label{-webkit-transition:width .5s cubic-bezier(.77,0,.175,1);-o-transition:width .5s cubic-bezier(.77,0,.175,1);transition:width .5s cubic-bezier(.77,0,.175,1)}@media only screen and (max-width:479px){.topbar .topbar-cart .mobile-topbar-cart-quantity-wrapper{min-width:66px;width:66px}}.topbar .topbar-cart span{font-size:12px;color:#fff;line-height:37px;margin-left:8px;margin-right:8px;font-weight:700;-webkit-transition:color .5s cubic-bezier(.77,0,.175,1);-o-transition:color .5s cubic-bezier(.77,0,.175,1);transition:color .5s cubic-bezier(.77,0,.175,1)}@media only screen and (max-width:767px){.topbar .topbar-cart span.topbar-cart-caret{display:none}}.topbar .topbar-cart .span-black{color:#000;-webkit-transition:color .5s cubic-bezier(.77,0,.175,1);-o-transition:color .5s cubic-bezier(.77,0,.175,1);transition:color .5s cubic-bezier(.77,0,.175,1)}.topbar .topbar-cart .icon path{-webkit-transition:fill .5s cubic-bezier(.77,0,.175,1);-o-transition:fill .5s cubic-bezier(.77,0,.175,1);transition:fill .5s cubic-bezier(.77,0,.175,1)}.topbar .basket.open .topbar-cart.topbar-cart-open{background-color:#fafafa;-webkit-transition:background-color .5s cubic-bezier(.77,0,.175,1);-o-transition:background-color .5s cubic-bezier(.77,0,.175,1);transition:background-color .5s cubic-bezier(.77,0,.175,1)}@media only screen and (max-width:479px){.topbar .basket.open .topbar-cart.topbar-cart-open{background-color:#00a6f0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:50px;width:100%;float:right;-webkit-transition:background-color .5s cubic-bezier(.77,0,.175,1),width .5s cubic-bezier(.77,0,.175,1);-o-transition:background-color .5s cubic-bezier(.77,0,.175,1),width .5s cubic-bezier(.77,0,.175,1);transition:background-color .5s cubic-bezier(.77,0,.175,1),width .5s cubic-bezier(.77,0,.175,1)}}@media only screen and (max-width:479px){.topbar .basket.open .topbar-cart.topbar-cart-open .mobile-topbar-icon-close-wrapper{-webkit-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:normal;margin-left:15px;margin-right:0;text-align:left}}@media only screen and (max-width:479px){.topbar .basket.open .topbar-cart.topbar-cart-open .mobile-topbar-icon-close-wrapper,.topbar .basket.open .topbar-cart.topbar-cart-open .mobile-topbar-label{display:inline-block;opacity:1;visibility:visible;height:auto;-webkit-transition:opacity .5s cubic-bezier(.77,0,.175,1) .5s,width .5s cubic-bezier(.77,0,.175,1) .2s,visibility 499ms cubic-bezier(.77,0,.175,1) .5s;-o-transition:opacity .5s cubic-bezier(.77,0,.175,1) .5s,width .5s cubic-bezier(.77,0,.175,1) .2s,visibility 499ms cubic-bezier(.77,0,.175,1) .5s;transition:opacity .5s cubic-bezier(.77,0,.175,1) .5s,width .5s cubic-bezier(.77,0,.175,1) .2s,visibility 499ms cubic-bezier(.77,0,.175,1) .5s}.topbar .basket.open .topbar-cart.topbar-cart-open .mobile-topbar-label{text-transform:uppercase;font-size:12px;color:#fff;letter-spacing:.11px;line-height:17px;font-weight:700;-webkit-box-flex:0;-ms-flex:0 50%;flex:0 50%;position:absolute;left:0;top:16px;z-index:99;width:100vw;margin:0}}@media only screen and (max-width:479px){.topbar .basket.open .topbar-cart.topbar-cart-open .mobile-topbar-cart-wrapper{-webkit-box-flex:0;-ms-flex:0;flex:0}}.topbar .basket.open .topbar-cart.topbar-cart-open .icon path{-webkit-transition:fill .5s cubic-bezier(.77,0,.175,1);-o-transition:fill .5s cubic-bezier(.77,0,.175,1);transition:fill .5s cubic-bezier(.77,0,.175,1)}@-webkit-keyframes closeTransition{0%{width:100%;position:absolute}30%{width:30%;position:absolute}80%{width:81px;position:static}}@keyframes closeTransition{0%{width:100%;position:absolute}30%{width:30%;position:absolute}80%{width:81px;position:static}}@-webkit-keyframes openTransition{0%{width:81px}30%{width:30%}to{width:100%;position:absolute}}@keyframes openTransition{0%{width:81px}30%{width:30%}to{width:100%;position:absolute}}.topbar .basket{margin-top:0}@media only screen and (max-width:479px){.topbar .basket{width:81px;right:0}.topbar .basket.open{-webkit-animation:.5s openTransition;animation:.5s openTransition;position:absolute;width:100%;z-index:9999;right:0;max-height:50px}}.topbar .topbar-cart-close{background-color:#00a6f0;-webkit-transition:background-color .5s cubic-bezier(.77,0,.175,1);-o-transition:background-color .5s cubic-bezier(.77,0,.175,1);transition:background-color .5s cubic-bezier(.77,0,.175,1)}@media only screen and (max-width:479px){.topbar .topbar-cart-close{-webkit-transition:background-color .5s cubic-bezier(.77,0,.175,1),width .5s cubic-bezier(.77,0,.175,1) 1.5s;-o-transition:background-color .5s cubic-bezier(.77,0,.175,1),width .5s cubic-bezier(.77,0,.175,1) 1.5s;transition:background-color .5s cubic-bezier(.77,0,.175,1),width .5s cubic-bezier(.77,0,.175,1) 1.5s;width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;right:0;display:inline-block}}.topbar .topbar-cart-close .icon path{-webkit-transition:fill .5s cubic-bezier(.77,0,.175,1);-o-transition:fill .5s cubic-bezier(.77,0,.175,1);transition:fill .5s cubic-bezier(.77,0,.175,1)}.topbar .topbar-cart-empty{background-color:#2c272f;-webkit-transition:background-color .5s cubic-bezier(.77,0,.175,1);-o-transition:background-color .5s cubic-bezier(.77,0,.175,1);transition:background-color .5s cubic-bezier(.77,0,.175,1)}.topbar .topbar-cart-empty .icon path{-webkit-transition:fill .5s cubic-bezier(.77,0,.175,1);-o-transition:fill .5s cubic-bezier(.77,0,.175,1);transition:fill .5s cubic-bezier(.77,0,.175,1)}.topbar .live-stream-indicator{height:100%;padding:0;background-color:#ee8e31}@media only screen and (max-width:479px){.topbar .live-stream-indicator{opacity:1;margin-right:0;-webkit-transition:opacity .5s ease-in-out .6s;-o-transition:opacity .5s ease-in-out .6s;transition:opacity .5s ease-in-out .6s}}.topbar .live-stream-indicator button{background-color:transparent;border:none;height:100%;padding:0 20px;outline:0;cursor:pointer}@media only screen and (max-width:767px){.topbar .live-stream-indicator button{padding:0 10px}}.topbar .live-stream-indicator button p{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.topbar .live-stream-indicator button p span{text-transform:uppercase;color:#fff;font-size:12px;font-family:Fira Mono,sans-serif;font-weight:500}@media only screen and (max-width:959px){.topbar .live-stream-indicator button p span{display:none}}.topbar .live-stream-indicator button p:before{display:block;width:6px;height:6px;background-color:#fff;content:"";border-radius:50%;margin-right:7px}@media only screen and (max-width:959px){.topbar .live-stream-indicator button p:before{margin-right:0}}.transports{background:#00a6f0;color:#fff;padding:20px}.transports>div{margin-bottom:36px}.transports>div:last-of-type{margin-bottom:0}.transports h3{color:#fff;font-size:14px;font-weight:800}.transports ul{padding:0;margin:0 0 15px}.transports ul:last-of-type{margin-bottom:0}.transports ul li{list-style:none;display:inline-block;margin-bottom:15px;float:none}.transports ul li span{display:block;font-size:12px}.transports ul li span.transports-content{text-transform:uppercase;font-weight:700;font-size:14px}@media only screen and (max-width:959px){.transports ul li{display:block}}.transports ul li .transports-title{text-transform:uppercase;opacity:.6;font-weight:500;font-size:12px;line-height:20px;color:#2c272f}.transports-content:after{content:"";width:100%;display:block;clear:both}.transports-content--highlight{margin-top:36px;display:block;width:100%;position:relative;float:left}.transports-content--highlight:first-child{margin-top:0}.transports-content--highlight h4{color:#fff!important;font-size:20px!important;font-weight:800;margin:0 0 18px}.transports-content--text{float:left;width:25%;margin-bottom:15px}@media only screen and (max-width:1199px){.transports-content--text{width:33.333%}}@media only screen and (max-width:767px){.transports-content--text{width:50%}}@media only screen and (max-width:479px){.transports-content--text{width:100%;float:none}}.transports-content--text p{display:block;opacity:.6;font-weight:500;font-size:12px;line-height:20px;color:#2c272f;margin:0}.transports-content--text h5{text-transform:uppercase;font-weight:700;font-size:14px;margin:0}.transports-black{background-color:none;color:#000;padding:20px;padding-top:0;padding-bottom:0}.transports-black>div{margin-bottom:36px}.transports-black>div:last-of-type{margin-bottom:0}.transports-black h3{color:#fff;font-size:14px;font-weight:800}.transports-black ul{padding:0;margin:0 0 15px}.transports-black ul:last-of-type{margin-bottom:0}.transports-black ul li{list-style:none;display:inline-block;margin-bottom:15px;float:none}.transports-black ul li span{display:block;font-size:12px}.transports-black ul li span.transports-content{text-transform:uppercase;font-weight:700;font-size:14px}@media only screen and (max-width:959px){.transports-black ul li{display:block}}.transports-black ul li .transports-title{text-transform:uppercase;opacity:.6;font-weight:500;font-size:12px;line-height:20px;color:#2c272f}.transports-black .last-ul li{margin-bottom:0}.banner-temp{height:500px;background:#00a6f0}.trophies{width:100%}.trophies .container{background:#fafafa;padding-top:20px;padding-bottom:60px}.trophies .container .intro{font-weight:800;font-size:24px;color:#2c272f;line-height:35px}.trophies .gallery{padding:0;margin-bottom:35px;height:400px}.trophies .gallery ul{padding:20px 20px 0;margin:0}@media only screen and (min-width:768px){.trophies .gallery ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.trophies .gallery ul li{list-style:none;margin:0;width:16.66667%;display:inline-block;vertical-align:top;text-align:center;padding:20px;font-size:12px;font-weight:700;color:#2c272f;letter-spacing:-.2px;line-height:20px}.trophies .gallery ul li img{max-height:100px;max-width:100%;margin-bottom:10px}.trophies .gallery ul li span{display:block;font-size:34px;color:#00a6f0;font-weight:700}@media only screen and (max-width:1599px){.trophies .gallery ul li{width:25%}}@media only screen and (max-width:767px){.trophies .gallery ul{white-space:nowrap}.trophies .gallery ul li{width:33.33333%;white-space:normal}}@media only screen and (max-width:479px){.trophies .gallery ul li{width:50%}}.trophies .header{text-align:center;overflow:hidden;padding:0 20px}.trophies .header img{display:inline;margin-bottom:20px;width:140px}.trophies .header p{margin:0 0 10px}.trophies .Select.is-focused:not(.is-open)>.Select-control{background:#fafafa}.trophies .timeline-select{margin:45px auto 0;z-index:2}.trophies .timeline-select .Select-control{margin:auto}@media only screen and (max-width:479px){.trophies .timeline-select .Select-control .Select-value-label{max-width:230px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:inline-block}}.trophies .timeline-select .Select-menu-outer{margin:auto!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:1}@media only screen and (max-width:479px){.trophies .timeline-select .Select-menu-outer{width:100%}.trophies .timeline-select .Select-menu-outer .Select-option{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:100%}}@media only screen and (min-width:960px){.trophies+.advertise{margin-top:40px}}.content-sidebar{width:260px;float:left;background:#fff}.rh5v-Overlay_component{display:none}.rh5v-DefaultPlayer_component .rh5v-DefaultPlayer_controls{opacity:1;-webkit-transition:opacity .25s linear;-o-transition:opacity .25s linear;transition:opacity .25s linear}.rh5v-DefaultPlayer_component.play .rh5v-DefaultPlayer_controls{opacity:0;-webkit-transition:opacity .25s linear .5s;-o-transition:opacity .25s linear .5s;transition:opacity .25s linear .5s}.rh5v-DefaultPlayer_component.play .rh5v-DefaultPlayer_controls:hover{opacity:1;-webkit-transition:opacity .25s linear;-o-transition:opacity .25s linear;transition:opacity .25s linear}.rh5v-DefaultPlayer_controls,.video-controls{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.01)),to(rgba(0,0,0,.6)));background:-webkit-linear-gradient(top,rgba(0,0,0,.01),rgba(0,0,0,.6));background:-o-linear-gradient(top,rgba(0,0,0,.01) 0,rgba(0,0,0,.6) 100%);background:linear-gradient(180deg,rgba(0,0,0,.01) 0,rgba(0,0,0,.6));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#03000000",endColorstr="#99000000",GradientType=0);height:60px;z-index:20}.video--paused .video-controls{opacity:1}.rh5v-Seek_buffer,.video-seek__buffer-bar{background-color:hsla(0,0%,100%,.5);border-radius:2px}.rh5v-Seek_track,.video-seek__container{border-radius:2px;background-color:hsla(0,0%,100%,.4)}.video-progress-bar{background-color:hsla(0,0%,100%,.5);border-radius:2px}.video-mute{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.video-controls button:focus,.video__control--focused,.video__control:focus{outline:0}.rh5v-Seek_fill,.video-progress-bar__fill{background-color:#00a6f0;border-radius:2px}.rh5v-Time_component,.video-time{color:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rh5v-Time_component .rh5v-Time_current,.rh5v-Time_component .rh5v-Time_duration,.rh5v-Time_component .video-time__current,.rh5v-Time_component .video-time__duration,.video-time .rh5v-Time_current,.video-time .rh5v-Time_duration,.video-time .video-time__current,.video-time .video-time__duration{color:#fff;font-weight:400;font-family:Fira Mono,sans-serif;font-size:12px}.rh5v-Time_component .rh5v-Time_duration,.rh5v-Time_component .video-time__current,.video-time .rh5v-Time_duration,.video-time .video-time__current{font-weight:500}.video .gallery-type-title,.video:hover .gallery-type-title{opacity:1}.video .gallery-type-title,.video.video--playing .gallery-type-title,.video:hover .gallery-type-title{-webkit-transition:opacity .2s ease-in;-o-transition:opacity .2s ease-in;transition:opacity .2s ease-in}.video.video--playing .gallery-type-title{opacity:0}.video.video--playing.video--focused .gallery-type-title,.video.video--playing.video--playing:hover .gallery-type-title{opacity:1;-webkit-transition:opacity .2s ease-in;-o-transition:opacity .2s ease-in;transition:opacity .2s ease-in}.video-fullscreen:hover,.video-mute:hover,.video-play:hover{background:none}.video-fullscreen{padding:5px;margin-right:10px}.video-mute__volume{padding-bottom:8px;height:60px;margin-left:-10px;width:20px;bottom:80%;z-index:1000}.video-mute__volume .video-mute__track{margin-left:8px}.video-mute__volume .video-progress-bar__fill{background-color:#00a6f0}.video-mute__inner{padding:5px}.rh5v-PlayPause_component{position:relative;z-index:20}.rh5v-PlayPause_component:hover{background:none}.rh5v-PlayPause_button{width:60px;height:60px;position:relative;z-index:20}.rh5v-PlayPause_button[aria-label~=Play]:hover:before{background-image:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpolygon%20fill%3D%22%2300a6f0%22%20points%3D%226%2C2%2019%2C10%206%2C18%20%09%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A")}.rh5v-PlayPause_button[aria-label~=Play]:before{width:100%;height:100%;content:"";display:block;background:none;background-repeat:no-repeat;background-position:50%;background-size:17px;background-image:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%226%2C2%2019%2C10%206%2C18%20%09%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A")}.rh5v-PlayPause_button[aria-label~=Pause]:hover:before{background-image:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%2300a6f0%22%20d%3D%22M4%2C3h3v14H4V3z%20M13%2C17h3V3h-3V17z%22%2F%3E%3C%2Fsvg%3E%0A")}.rh5v-PlayPause_button[aria-label~=Pause]:before{width:100%;height:100%;content:"";display:block;background:none;background-repeat:no-repeat;background-position:50%;background-size:17px;background-image:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M4%2C3h3v14H4V3z%20M13%2C17h3V3h-3V17z%22%2F%3E%3C%2Fsvg%3E%0A")}.video-icon--pause-1:before{content:"";width:20px;height:40px;background:none;background-size:14px;background-repeat:no-repeat;background-position:50%;background-image:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M4%2C3h3v14H4V3z%20M13%2C17h3V3h-3V17z%22%2F%3E%3C%2Fsvg%3E%0A")}.video-icon--play-1:before{width:20px;height:40px;content:"";background:none;background-repeat:no-repeat;background-position:50%;background-size:17px;background-image:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%226%2C2%2019%2C10%206%2C18%20%09%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A")}.rh5v-Fullscreen_component{width:60px;height:60px}.rh5v-Fullscreen_component:hover{background:none}.rh5v-Fullscreen_component .rh5v-Fullscreen_button{width:100%;height:100%}.rh5v-Fullscreen_component .rh5v-Fullscreen_button svg{display:none}.rh5v-Fullscreen_component .rh5v-Fullscreen_button:hover:before{background-image:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%2300a6f0%22%20d%3D%22M6%2C15l3%2C3H2v-7l3%2C3l3-3l1%2C1L6%2C15z%20M11%2C2l3%2C3l-3%2C3l1%2C1l3-3l3%2C3V2H11z%22%2F%3E%3C%2Fsvg%3E%0A")}.rh5v-Fullscreen_component .rh5v-Fullscreen_button:before{display:block;width:100%;height:100%;background-size:19px;content:"";background-repeat:no-repeat;background-position:50%;background-image:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M6%2C15l3%2C3H2v-7l3%2C3l3-3l1%2C1L6%2C15z%20M11%2C2l3%2C3l-3%2C3l1%2C1l3-3l3%2C3V2H11z%22%2F%3E%3C%2Fsvg%3E%0A")}.rh5v-Volume_slider{background:none;bottom:70%}.rh5v-Volume_slider .rh5v-Volume_track{border-radius:2px;width:3px;overflow:hidden;background-color:hsla(0,0%,100%,.5)}.rh5v-Volume_slider .rh5v-Volume_track .rh5v-Volume_fill{background-color:#00a6f0}.rh5v-Volume_component{width:40px;height:60px}.rh5v-Volume_component:hover{background:none}.rh5v-Volume_component .rh5v-Volume_button{width:100%;height:100%}.rh5v-Volume_component .rh5v-Volume_button svg{display:none}.rh5v-Volume_component .rh5v-Volume_button[aria-label~=Mute]:hover:before{background-image:url("data:image/svg+xml;utf8,%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%2300a6f0%22%20d%3D%22M11%2C1c5%2C0%2C9%2C4%2C9%2C9s-4%2C9-9%2C9v-1.8c3.9%2C0%2C7.2-3.3%2C7.2-7.2S14.9%2C2.8%2C11%2C2.8V1z%20M11%2C15c2.8%2C0%2C5-2.2%2C5-5s-2.2-5-5-5l0%2C0v2c1.7%2C0%2C3%2C1.3%2C3%2C3s-1.3%2C3-3%2C3V15z%20M9%2C1L3%2C7H0v6h3l6%2C6V1z%22%2F%3E%3C%2Fsvg%3E%0A")}.rh5v-Volume_component .rh5v-Volume_button[aria-label~=Mute]:before{width:100%;height:100%;content:"";display:block;background:none;background-repeat:no-repeat;background-position:50%;background-size:17px;background-image:url("data:image/svg+xml;utf8,%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M11%2C1c5%2C0%2C9%2C4%2C9%2C9s-4%2C9-9%2C9v-1.8c3.9%2C0%2C7.2-3.3%2C7.2-7.2S14.9%2C2.8%2C11%2C2.8V1z%20M11%2C15c2.8%2C0%2C5-2.2%2C5-5s-2.2-5-5-5l0%2C0v2c1.7%2C0%2C3%2C1.3%2C3%2C3s-1.3%2C3-3%2C3V15z%20M9%2C1L3%2C7H0v6h3l6%2C6V1z%22%2F%3E%3C%2Fsvg%3E%0A")}.rh5v-Volume_component .rh5v-Volume_button[aria-label~=Unmute]:hover:before{background-image:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%2300a6f0%22%20d%3D%22M18%2C8l-2.5%2C2.5L18%2C13v2l-3.5-3.5L11%2C15v-2l2.5-2.5L11%2C8V6l3.5%2C3.5L18%2C6V8z%20M0%2C7v6h3l6%2C6V1L3%2C7H0z%22%2F%3E%3C%2Fsvg%3E%0A")}.rh5v-Volume_component .rh5v-Volume_button[aria-label~=Unmute]:before{width:100%;height:100%;content:"";display:block;background:none;background-repeat:no-repeat;background-position:50%;background-size:17px;background-image:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M18%2C8l-2.5%2C2.5L18%2C13v2l-3.5-3.5L11%2C15v-2l2.5-2.5L11%2C8V6l3.5%2C3.5L18%2C6V8z%20M0%2C7v6h3l6%2C6V1L3%2C7H0z%22%2F%3E%3C%2Fsvg%3E%0A")}.video-icon--resize-full:before{display:block;width:20px;height:40px;background-size:16px;content:"";background-repeat:no-repeat;background-position:50%;background-image:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M6%2C15l3%2C3H2v-7l3%2C3l3-3l1%2C1L6%2C15z%20M11%2C2l3%2C3l-3%2C3l1%2C1l3-3l3%2C3V2H11z%22%2F%3E%3C%2Fsvg%3E%0A")}.video-icon--volume-up:before{display:block;width:20px;height:40px;content:"";background:none;background-size:14px;background-repeat:no-repeat;background-position:50%;background-image:url("data:image/svg+xml;utf8,%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M11%2C1c5%2C0%2C9%2C4%2C9%2C9s-4%2C9-9%2C9v-1.8c3.9%2C0%2C7.2-3.3%2C7.2-7.2S14.9%2C2.8%2C11%2C2.8V1z%20M11%2C15c2.8%2C0%2C5-2.2%2C5-5s-2.2-5-5-5l0%2C0v2c1.7%2C0%2C3%2C1.3%2C3%2C3s-1.3%2C3-3%2C3V15z%20M9%2C1L3%2C7H0v6h3l6%2C6V1z%22%2F%3E%3C%2Fsvg%3E%0A")}.video-icon--volume-off:before{display:block;width:20px;height:40px;content:"";background:none;background-size:14px;background-repeat:no-repeat;background-position:50%;background-image:url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M18%2C8l-2.5%2C2.5L18%2C13v2l-3.5-3.5L11%2C15v-2l2.5-2.5L11%2C8V6l3.5%2C3.5L18%2C6V8z%20M0%2C7v6h3l6%2C6V1L3%2C7H0z%22%2F%3E%3C%2Fsvg%3E%0A")}.magazine-content .tabs-content{padding-left:20px;padding-right:20px}@media only screen and (max-width:479px){.magazine-content .tabs-content{padding-left:10px;padding-right:10px}}.magazine-content .magazines-container-out{width:100%}.magazine-content .magazines-range-picker-bar{border-bottom:2px solid rgba(207,216,220,.2);height:60px;margin-top:0;width:100%}@media only screen and (max-width:479px){.magazine-content .magazines-range-picker-bar{margin-top:0}}.magazine-content .magazines-range-picker-bar .magazines-filter-count{color:#2c272f;font-weight:500;font-size:14px;margin:0;float:right;line-height:60px;text-transform:uppercase}@media only screen and (max-width:767px){.magazine-content .magazines-range-picker-bar .magazines-filter-count{display:none}}.magazine-content .magazines-range-picker-bar .magazines-filter-title{color:#2c272f;font-weight:900;font-size:14px;margin:0;float:left;text-transform:uppercase;line-height:60px}@media only screen and (max-width:767px){.magazine-content .magazines-range-picker-bar .magazines-filter-title{display:none}}.magazine-content .magazines-range-picker-bar .magazines-filter-dates{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:left}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker .react-datepicker__header{background-color:rgba(0,0,0,.1)!important}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker .react-datepicker__header .react-datepicker__year-read-view--down-arrow{top:-4px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:10px}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker>.react-datepicker__navigation{top:16px}@media only screen and (max-width:767px){.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker .react-datepicker__navigation{border:.51rem solid transparent}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker .react-datepicker__navigation.react-datepicker__navigation--next{border-left-color:#606060}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker .react-datepicker__navigation.react-datepicker__navigation--previous{border-right-color:#606060}}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker .react-datepicker__year-read-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker .react-datepicker__month-read-view--down-arrow{margin-top:-15px;margin-bottom:0}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker .react-datepicker__triangle:before{border-bottom-color:rgba(0,0,0,.1)}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker-popper{z-index:100;line-height:30px}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker-popper[data-placement^=bottom]{margin-top:-10px}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:0}@media only screen and (max-width:767px){.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker-popper[data-placement^=bottom]{margin-top:0}}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker-popper div{font-family:Fira Sans,sans-serif;border:0}@media only screen and (max-width:767px){.magazine-content .magazines-range-picker-bar .magazines-filter-dates{margin-top:0}}@media only screen and (max-width:479px){.magazine-content .magazines-range-picker-bar .magazines-filter-dates{display:block;padding-top:7px}}.magazine-content .magazines-range-picker-bar .magazines-filter-dates p{color:#2c272f;font-weight:500;font-size:14px;text-transform:uppercase;float:left;line-height:60px;margin:0 20px}@media only screen and (max-width:767px){.magazine-content .magazines-range-picker-bar .magazines-filter-dates p:first-child{margin-left:0}}@media only screen and (max-width:479px){.magazine-content .magazines-range-picker-bar .magazines-filter-dates p{line-height:20px;margin-left:0;clear:left;margin-bottom:5px;margin-right:5px}}.magazine-content .magazines-range-picker-bar .magazines-filter-dates>span{color:#2c272f;font-weight:500;font-size:14px;text-transform:uppercase;float:left;line-height:60px;margin:0}@media only screen and (max-width:479px){.magazine-content .magazines-range-picker-bar .magazines-filter-dates>span{line-height:20px}}.magazine-content .magazines-range-picker-bar .magazines-filter-dates>span .arrow{border-color:#00a6f0 transparent transparent;border-style:solid;border-width:5px 5px 2.5px;display:inline-block;height:0;width:0;margin-left:20px;line-height:60px}@media only screen and (max-width:479px){.magazine-content .magazines-range-picker-bar .magazines-filter-dates>span .arrow{line-height:30px}}.magazine-content .magazines-range-picker-bar .magazines-filter-dates>span.magazines-dates-placeholder{color:#cfd8dc;cursor:pointer}@media only screen and (max-width:479px){.magazine-content .magazines-range-picker-bar .magazines-filter-dates>span.magazines-dates-placeholder{line-height:20px}}.magazine-content .magazines-range-picker-bar .magazines-filter-dates>span.magazines-dates-placeholder .arrow{border-color:#cfd8dc transparent transparent}.magazine-content .magazines-range-picker-bar .magazines-filter-dates>span.magazines-dates-date{color:#00a6f0}.magazine-content .magazines-range-picker-bar .magazines-filter-dates>span.magazines-dates-date .arrow{border-color:#00a6f0 transparent transparent}.magazine-content .magazines-range-picker-bar .magazines-filter-dates>button{border:1px solid #00a6f0;background-color:#fff;color:#00a6f0;font-size:11px;text-transform:uppercase;font-weight:900;border-radius:50%;height:26px;width:26px;padding:0;outline:0;float:left;margin-left:20px;text-align:center;line-height:26.5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:479px){.magazine-content .magazines-range-picker-bar .magazines-filter-dates>button{position:absolute;right:10px;margin-top:10px}}.magazine-content .magazines-range-picker-bar .magazines-filter-dates>button>span{font-size:9px}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker .react-datepicker__header{border:0;background-color:#e3eaed}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker__portal{background-color:rgba(0,0,0,.6)}@media only screen and (max-width:479px){.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker__portal{height:calc(100vh - 100px)}}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker__portal .react-datepicker__day--keyboard-selected,.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker__portal .react-datepicker__day--selected{background-color:#e3eaed;color:#000;font-weight:700}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker__portal .react-datepicker__current-month{font-size:.944rem}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker__day--in-range,.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker__day--in-selecting-range,.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker__day--keyboard-selected,.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker__day--selected{background-color:#e3eaed;color:#000;font-weight:700}@media only screen and (max-width:959px){.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker__year-read-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker__year-read-view .react-datepicker__year-read-view--down-arrow{top:-5px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:10px}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker__year-read-view .react-datepicker__year-read-view--selected-year{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker__navigation--years-previous{border-top-color:#ccc!important}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker__navigation--years-upcoming{border-bottom-color:#ccc!important}.magazine-content .magazines-range-picker-bar .magazines-filter-dates .react-datepicker__current-month.react-datepicker__current-month--hasYearDropdown{line-height:30px;text-align:center;margin-left:-12px}}@media only screen and (max-width:1199px){.magazine-content .magazines-content{margin-left:-6px;width:calc(100% + 12px)}}@media only screen and (max-width:767px){.magazine-content .magazines-content{width:100%;margin-left:0}}.magazine-content .magazine-cover{padding:20px;cursor:pointer}@media only screen and (max-width:479px){.magazine-content .magazine-cover{padding-left:0;padding-right:0;padding:6px}}.magazine-content .magazine-cover>div{background-color:#f3fcff;position:relative;overflow:hidden;background-image:url("https://files.app.fcporto.pt/website/static/images/loading_lightblue.gif");background-size:cover;background-position:50%;background-repeat:no-repeat;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.magazine-content .magazine-cover>div img{-webkit-transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-o-transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93)}.magazine-content .magazine-cover>div:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.magazine-content .magazine-cover .magazine-cover-overlay{position:absolute;top:0;left:0;right:0;bottom:0;visibility:hidden;-webkit-transition:visibility 0 cubic-bezier(.17,.01,.1,.84) .5s;-o-transition:visibility 0 cubic-bezier(.17,.01,.1,.84) .5s;transition:visibility 0 cubic-bezier(.17,.01,.1,.84) .5s}.magazine-content .magazine-cover .magazine-cover-overlay .magazine-cover-overlay-background{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(44,39,47,.6);opacity:0;-webkit-transition:opacity .5s cubic-bezier(.17,.01,.1,.84);-o-transition:opacity .5s cubic-bezier(.17,.01,.1,.84);transition:opacity .5s cubic-bezier(.17,.01,.1,.84)}.magazine-content .magazine-cover .magazine-cover-overlay .magazine-cover-overlay-info{position:absolute;bottom:0;padding:20px}.magazine-content .magazine-cover .magazine-cover-overlay .magazine-cover-overlay-info p{font-weight:700;margin:0 0 5px}.magazine-content .magazine-cover .magazine-cover-overlay .magazine-cover-overlay-info p,.magazine-content .magazine-cover .magazine-cover-overlay .magazine-cover-overlay-info span{color:#fff;font-size:14px;opacity:0;-webkit-transition:opacity .5s cubic-bezier(.17,.01,.1,.84);-o-transition:opacity .5s cubic-bezier(.17,.01,.1,.84);transition:opacity .5s cubic-bezier(.17,.01,.1,.84)}.magazine-content .magazine-cover .magazine-cover-overlay .magazine-cover-overlay-info span{font-weight:500;margin:0;text-transform:uppercase}.magazine-content .magazine-cover:hover .magazine-cover-overlay{visibility:visible;-webkit-transition:visibility 0s cubic-bezier(.17,.01,.1,.84);-o-transition:visibility 0s cubic-bezier(.17,.01,.1,.84);transition:visibility 0s cubic-bezier(.17,.01,.1,.84)}.magazine-content .magazine-cover:hover .magazine-cover-overlay .magazine-cover-overlay-background,.magazine-content .magazine-cover:hover .magazine-cover-overlay .magazine-cover-overlay-info p,.magazine-content .magazine-cover:hover .magazine-cover-overlay .magazine-cover-overlay-info span{-webkit-transition:opacity .5s cubic-bezier(.17,.01,.1,.84);-o-transition:opacity .5s cubic-bezier(.17,.01,.1,.84);transition:opacity .5s cubic-bezier(.17,.01,.1,.84);opacity:1}.magazine-content .magazine-cover.magazines-container-appear{opacity:0;-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}.magazine-content .magazine-cover.magazines-container-appear.magazines-container-appear-active{-webkit-transition:opacity .8s cubic-bezier(.17,.01,.1,.84),-webkit-transform .8s cubic-bezier(.17,.01,.1,.84);transition:opacity .8s cubic-bezier(.17,.01,.1,.84),-webkit-transform .8s cubic-bezier(.17,.01,.1,.84);-o-transition:opacity .8s cubic-bezier(.17,.01,.1,.84),transform .8s cubic-bezier(.17,.01,.1,.84);transition:opacity .8s cubic-bezier(.17,.01,.1,.84),transform .8s cubic-bezier(.17,.01,.1,.84);transition:opacity .8s cubic-bezier(.17,.01,.1,.84),transform .8s cubic-bezier(.17,.01,.1,.84),-webkit-transform .8s cubic-bezier(.17,.01,.1,.84);opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.magazine-content .magazine-cover.magazines-container-enter{opacity:0;-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}.magazine-content .magazine-cover.magazines-container-enter.magazines-container-enter-active{-webkit-transition:opacity .8s cubic-bezier(.17,.01,.1,.84),-webkit-transform .8s cubic-bezier(.17,.01,.1,.84);transition:opacity .8s cubic-bezier(.17,.01,.1,.84),-webkit-transform .8s cubic-bezier(.17,.01,.1,.84);-o-transition:opacity .8s cubic-bezier(.17,.01,.1,.84),transform .8s cubic-bezier(.17,.01,.1,.84);transition:opacity .8s cubic-bezier(.17,.01,.1,.84),transform .8s cubic-bezier(.17,.01,.1,.84);transition:opacity .8s cubic-bezier(.17,.01,.1,.84),transform .8s cubic-bezier(.17,.01,.1,.84),-webkit-transform .8s cubic-bezier(.17,.01,.1,.84);opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.magazine-content .magazine-cover img{width:100%}.magazine-content .magazines-container{width:calc(100% + 12px);margin-left:-6px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:20px}@media only screen and (max-width:767px){.magazine-content .magazines-container{width:100%;margin-left:0;padding-top:20px}}.magazine-content .load-more-container{margin-top:20px;margin-bottom:60px}.magazine-cover-modal,.magazine-joomag-modal{width:100%;height:100%;-webkit-transition-delay:.6s!important;-o-transition-delay:.6s!important;transition-delay:.6s!important}.magazine-cover-modal .magazine-cover-image,.magazine-joomag-modal .magazine-cover-image{max-width:1600px;width:100%;height:100%;margin:0 auto;padding:40px 70px}.magazine-cover-modal .magazine-cover-image .magazine-cover-image-enter,.magazine-joomag-modal .magazine-cover-image .magazine-cover-image-enter{opacity:0;-webkit-transform:scale(.98) translate3d(-50%,0,0);transform:scale(.98) translate3d(-50%,0,0)}.magazine-cover-modal .magazine-cover-image .magazine-cover-image-enter.magazine-cover-image-enter-active,.magazine-joomag-modal .magazine-cover-image .magazine-cover-image-enter.magazine-cover-image-enter-active{-webkit-transition:opacity .4s cubic-bezier(.17,.01,.1,.84) .4s,-webkit-transform .4s cubic-bezier(.17,.01,.1,.84) .4s;transition:opacity .4s cubic-bezier(.17,.01,.1,.84) .4s,-webkit-transform .4s cubic-bezier(.17,.01,.1,.84) .4s;-o-transition:opacity .4s cubic-bezier(.17,.01,.1,.84) .4s,transform .4s cubic-bezier(.17,.01,.1,.84) .4s;transition:opacity .4s cubic-bezier(.17,.01,.1,.84) .4s,transform .4s cubic-bezier(.17,.01,.1,.84) .4s;transition:opacity .4s cubic-bezier(.17,.01,.1,.84) .4s,transform .4s cubic-bezier(.17,.01,.1,.84) .4s,-webkit-transform .4s cubic-bezier(.17,.01,.1,.84) .4s;opacity:1;-webkit-transform:scale(1) translate3d(-50%,0,0);transform:scale(1) translate3d(-50%,0,0)}.magazine-cover-modal .magazine-cover-image .magazine-cover-image-leave,.magazine-joomag-modal .magazine-cover-image .magazine-cover-image-leave{opacity:1;-webkit-transform:scale(1) translate3d(-50%,0,0);transform:scale(1) translate3d(-50%,0,0)}.magazine-cover-modal .magazine-cover-image .magazine-cover-image-leave.magazine-cover-image-leave-active,.magazine-joomag-modal .magazine-cover-image .magazine-cover-image-leave.magazine-cover-image-leave-active{-webkit-transition:opacity .4s cubic-bezier(.17,.01,.1,.84),-webkit-transform .4s cubic-bezier(.17,.01,.1,.84);transition:opacity .4s cubic-bezier(.17,.01,.1,.84),-webkit-transform .4s cubic-bezier(.17,.01,.1,.84);-o-transition:opacity .4s cubic-bezier(.17,.01,.1,.84),transform .4s cubic-bezier(.17,.01,.1,.84);transition:opacity .4s cubic-bezier(.17,.01,.1,.84),transform .4s cubic-bezier(.17,.01,.1,.84);transition:opacity .4s cubic-bezier(.17,.01,.1,.84),transform .4s cubic-bezier(.17,.01,.1,.84),-webkit-transform .4s cubic-bezier(.17,.01,.1,.84);opacity:0;-webkit-transform:scale(.98) translate3d(-50%,0,0);transform:scale(.98) translate3d(-50%,0,0)}.magazine-cover-modal .magazine-cover-image .magazine-cover-image-appear,.magazine-joomag-modal .magazine-cover-image .magazine-cover-image-appear{opacity:0;-webkit-transform:scale(.98) translate3d(-50%,0,0);transform:scale(.98) translate3d(-50%,0,0)}.magazine-cover-modal .magazine-cover-image .magazine-cover-image-appear.magazine-cover-image-appear-active,.magazine-joomag-modal .magazine-cover-image .magazine-cover-image-appear.magazine-cover-image-appear-active{-webkit-transition:opacity .4s cubic-bezier(.17,.01,.1,.84),-webkit-transform .4s cubic-bezier(.17,.01,.1,.84);transition:opacity .4s cubic-bezier(.17,.01,.1,.84),-webkit-transform .4s cubic-bezier(.17,.01,.1,.84);-o-transition:opacity .4s cubic-bezier(.17,.01,.1,.84),transform .4s cubic-bezier(.17,.01,.1,.84);transition:opacity .4s cubic-bezier(.17,.01,.1,.84),transform .4s cubic-bezier(.17,.01,.1,.84);transition:opacity .4s cubic-bezier(.17,.01,.1,.84),transform .4s cubic-bezier(.17,.01,.1,.84),-webkit-transform .4s cubic-bezier(.17,.01,.1,.84);opacity:1;-webkit-transform:scale(1) translate3d(-50%,0,0);transform:scale(1) translate3d(-50%,0,0)}@media only screen and (max-width:767px){.magazine-cover-modal .magazine-cover-image,.magazine-joomag-modal .magazine-cover-image{padding:40px 20px}}@media only screen and (max-width:479px){.magazine-cover-modal .magazine-cover-image,.magazine-joomag-modal .magazine-cover-image{padding:0}}.magazine-cover-modal .magazine-cover-image>div,.magazine-joomag-modal .magazine-cover-image>div{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;position:absolute;top:0;left:50%;-webkit-transform:translate3d(-50%,0,0) scale(1);transform:translate3d(-50%,0,0) scale(1);width:100%}@media only screen and (max-width:479px){.magazine-cover-modal .magazine-cover-image>div,.magazine-joomag-modal .magazine-cover-image>div{height:calc(100vh - 120px);margin-top:45px}}.magazine-cover-modal .magazine-cover-image .magazine-cover-selected,.magazine-joomag-modal .magazine-cover-image .magazine-cover-selected{width:100%}.magazine-cover-modal .magazine-cover-image .magazine-cover-flex,.magazine-joomag-modal .magazine-cover-image .magazine-cover-flex{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.magazine-cover-modal .magazine-cover-image .magazine-selected-cover-info,.magazine-joomag-modal .magazine-cover-image .magazine-selected-cover-info{text-align:center;margin-bottom:20px}@media only screen and (max-width:479px){.magazine-cover-modal .magazine-cover-image .magazine-selected-cover-info,.magazine-joomag-modal .magazine-cover-image .magazine-selected-cover-info{margin-bottom:10px}}.magazine-cover-modal .magazine-cover-image .magazine-selected-cover-info p,.magazine-joomag-modal .magazine-cover-image .magazine-selected-cover-info p{color:#fff;font-weight:700;font-size:14px;margin:0 0 8px;text-transform:uppercase}.magazine-cover-modal .magazine-cover-image .magazine-selected-cover-info span,.magazine-joomag-modal .magazine-cover-image .magazine-selected-cover-info span{color:#fff;font-weight:500;font-size:14px;margin:0;text-transform:uppercase}.magazine-cover-modal .magazine-cover-image img,.magazine-joomag-modal .magazine-cover-image img{width:0;height:0;padding-top:70vh;padding-left:70vw;background-repeat:no-repeat;background-position:50%;background-size:contain}@media only screen and (max-width:767px){.magazine-cover-modal .magazine-cover-image img,.magazine-joomag-modal .magazine-cover-image img{padding-top:65vh;padding-left:calc(100vw - 20px)}}.magazine-cover-modal .covers-modal-nav,.magazine-joomag-modal .covers-modal-nav{color:#fff;position:absolute;z-index:100;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);padding:20px;cursor:pointer}@media only screen and (max-width:767px){.magazine-cover-modal .covers-modal-nav,.magazine-joomag-modal .covers-modal-nav{display:none}}.magazine-cover-modal .covers-modal-nav span,.magazine-joomag-modal .covers-modal-nav span{font-size:30px}.magazine-cover-modal .covers-modal-nav.left,.magazine-joomag-modal .covers-modal-nav.left{left:0}.magazine-cover-modal .covers-modal-nav.right,.magazine-joomag-modal .covers-modal-nav.right{right:0}.magazine-cover-modal-topbar{width:calc(100% - 40px);height:30px;position:absolute;top:20px;left:20px;z-index:100}@media only screen and (max-width:479px){.magazine-cover-modal-topbar{top:10px;left:10px;width:calc(100% - 20px)}}.magazine-cover-modal-topbar a{background-color:#00a6f0;color:#fff;display:inline-block;height:30px;min-width:30px;text-decoration:none;text-align:center;line-height:30px;float:right}.magazine-cover-modal-topbar a.magazine-open-link{font-size:14px;font-weight:700;text-transform:uppercase;padding:0 10px}.magazine-cover-modal-topbar a.magazine-download-link{line-height:35px;margin-right:7px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.magazine-cover-modal-topbar .magazine-close-link{background-color:transparent;color:#fff;border:0;font-size:15px;padding:7px;outline:0;cursor:pointer}@media only screen and (max-width:767px){.react-datepicker__tether-element{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important;background-color:rgba(0,0,0,.6);margin-top:0!important}.react-datepicker__triangle{display:none}}.magazines-error{text-transform:uppercase;font-size:14px;color:#606060;font-weight:900;text-align:center;padding:50px 20px;width:100%}.magazine-joomag-selected{width:100%;height:100%}.magazine-joomag-modal .magazine-cover-modal-topbar{position:fixed;z-index:1000;top:0;left:40px;display:inline-table;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.65)),to(transparent));background:-webkit-linear-gradient(top,rgba(0,0,0,.65),transparent);background:-o-linear-gradient(top,rgba(0,0,0,.65) 0,transparent 100%);background:linear-gradient(180deg,rgba(0,0,0,.65) 0,transparent)}@media only screen and (max-width:959px){.magazine-joomag-modal .magazine-cover-modal-topbar{left:0;width:100%}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.magazine-joomag-modal .magazine-cover-modal-topbar{left:0;width:100%}}.magazine-joomag-modal .magazine-cover-modal-topbar .magazine-close-link{position:absolute;right:20px;top:20px;z-index:1000;cursor:pointer}@media only screen and (max-width:959px){.magazine-joomag-modal .magazine-cover-modal-topbar .magazine-close-link{right:10px;top:10px}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.magazine-joomag-modal .magazine-cover-modal-topbar .magazine-close-link{right:10px;top:10px}}.magazine-joomag-modal .magazine-selected-cover-info{text-align:center;margin-bottom:20px;top:20px;position:relative}@media only screen and (max-width:479px){.magazine-joomag-modal .magazine-selected-cover-info{margin-bottom:10px;top:15px}}@media only screen and (max-width:959px){.magazine-joomag-modal .magazine-selected-cover-info{width:100%}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.magazine-joomag-modal .magazine-selected-cover-info{width:100%}}.magazine-joomag-modal .magazine-selected-cover-info p{color:#fff;font-weight:700;font-size:14px;margin:0 0 8px;text-transform:uppercase}@media only screen and (max-width:959px){.magazine-joomag-modal .magazine-selected-cover-info p{font-size:12px;margin-bottom:0}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.magazine-joomag-modal .magazine-selected-cover-info p{font-size:12px;margin-bottom:0}}.magazine-joomag-modal .magazine-selected-cover-info span{color:#fff;font-weight:500;font-size:14px;margin:0;text-transform:uppercase}@media only screen and (max-width:959px){.magazine-joomag-modal .magazine-selected-cover-info span{font-size:10px}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.magazine-joomag-modal .magazine-selected-cover-info span{font-size:10px}}.scroll-signin-container{margin-right:0}.magazine-signin-modal{max-width:540px;width:100%;padding:10px;margin:0 auto;top:50%;left:50%;position:absolute;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);outline:0}@media only screen and (max-width:479px){.magazine-signin-modal{overflow:scroll;max-height:100%}}.magazine-signin-modal>div{background-color:#fff;width:100%;min-height:50px;padding:70px 50px;position:relative;display:inline-block}@media only screen and (max-width:479px){.magazine-signin-modal>div{padding:50px 20px}}.magazine-signin-modal>div .icon-close{position:absolute;top:20px;right:20px;font-size:13px;color:#969199;cursor:pointer}.magazine-signin-modal>div h1{font-size:28px;font-weight:700;color:#2c272f;margin:0}@media only screen and (max-width:479px){.magazine-signin-modal>div h1{font-size:22px}}.magazine-signin-modal>div p{font-size:18px;font-weight:500;color:#2c272f;margin:0;margin-top:20px;line-height:26px}@media only screen and (max-width:479px){.magazine-signin-modal>div p{font-size:14px;line-height:20px}}.magazine-signin-modal>div form{margin-top:40px}.magazine-signin-modal>div form label{display:block;width:100%;color:#00a6f0;letter-spacing:.8pt;font-size:12px;font-weight:500;line-height:20px;margin-top:20px;text-transform:uppercase}.magazine-signin-modal>div form label:last-of-type{width:calc(100% - 80px);float:left}.magazine-signin-modal>div form label:first-child{margin-top:0}.magazine-signin-modal>div form input{border:0;border-bottom:1px solid rgba(44,39,47,.2);width:100%;margin-bottom:5px;height:30px;outline:0;font-size:18px;color:#2c272f;border-radius:0}.magazine-signin-modal>div form input:last-of-type{width:calc(100% - 80px);float:left;margin-bottom:0;margin-right:10px}.magazine-signin-modal>div form>span{font-size:11px;color:#2c272f;font-weight:900}.magazine-signin-modal>div form button{height:40px;width:70px;border-radius:20px;background-color:#00a6f0;border:0;color:#fff;font-size:24px;line-height:45px;margin-top:31px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;outline:0;padding:0}.magazine-signin-modal>div form button span{-webkit-box-flex:1;-ms-flex:1;flex:1}.magazine-signin-modal>div form button img{width:24px;height:24px;margin:0 auto}.react-toggle{-ms-touch-action:pan-x;touch-action:pan-x;position:relative;cursor:pointer;background-color:transparent;border:0;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;height:23px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.react-toggle-screenreader-only{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.react-toggle--disabled{cursor:not-allowed;opacity:.5;-webkit-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s}.react-toggle-track{width:40px;height:10px;padding:0;border-radius:30px;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.react-toggle-track,.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#cfd8dc}.react-toggle--checked .react-toggle-track,.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#00a6f0}.react-toggle-track-check{position:absolute;width:14px;height:10px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;line-height:0;left:8px;opacity:0;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.react-toggle--checked .react-toggle-track-check,.react-toggle-track-x{opacity:1;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.react-toggle-track-x{position:absolute;width:10px;height:10px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;line-height:0;right:10px}.react-toggle--checked .react-toggle-track-x{opacity:0}.react-toggle-thumb{position:absolute;top:1px;left:0;width:20px;height:20px;border-radius:50%;background-color:#fff;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;-webkit-box-shadow:0 2px 5px 0 #cfd8dc;box-shadow:0 2px 5px 0 #cfd8dc}.react-toggle--checked .react-toggle-thumb{left:21px}.blocks-body{width:72%;margin:0 auto 30px}.blocks-body .blocks-body{width:100%;margin:0}@media only screen and (max-width:767px){.blocks-body{width:80%}}@media only screen and (max-width:479px){.blocks-body{width:calc(100% - 20px);padding-left:0;padding-right:0}}.blocks-body>.date{color:#00a6f0;display:block;font-size:14px;font-weight:700;margin-bottom:30px;margin-top:45px;padding-left:45px;text-transform:uppercase}@media only screen and (max-width:767px){.blocks-body>.date{border-left:0;padding-left:0}}@media only screen and (max-width:479px){.blocks-body>.date{margin-bottom:20px;margin-top:20px}}.blocks-body>h2{padding-left:45px;font-size:24px;line-height:35px;letter-spacing:-.4px;color:#2c272f;font-weight:900;margin:0;margin-bottom:30px;border-left:2px solid #2c272f}@media only screen and (max-width:767px){.blocks-body>h2{padding-left:0;border-left:0}}@media only screen and (max-width:479px){.blocks-body>h2{font-size:20px;line-height:28px}}.blocks-body>p{font-size:18px;line-height:30px;letter-spacing:-.2pt;font-weight:400;padding-left:45px;border-left:2px solid hsla(278,4%,58%,.1)}@media only screen and (max-width:767px){.blocks-body>p{padding-left:0;border-left:0}}@media only screen and (max-width:479px){.blocks-body>p{font-size:16px;line-height:26px}}.blocks-body>div>.gallery-type-video{margin-bottom:40px}.blocks-body .gallery-multimedia{margin-top:20px;margin-bottom:40px}.blocks-body>div>.gallery-type-pano>.pnlm-container{height:0;padding-top:50%;margin-bottom:40px}.blocks-body>div>.gallery-type-pano>.pnlm-container>div:not(.pnlm-compass){top:0!important}@media only screen and (max-width:1599px){.blocks-body>div>.gallery-type-pano>.pnlm-container{padding-top:61.54%}}@media only screen and (max-width:767px){.blocks-body>div>.gallery-type-pano>.pnlm-container{padding-top:74%}}.blocks-body>ul{padding-left:0;list-style:none;padding-left:45px}.blocks-body>ul>li{line-height:30px;position:relative}.blocks-body>ul>li:before{display:block;content:"";border-radius:50%;width:7px;height:7px;background-color:#f5f5f5;position:absolute;left:-45px;line-height:30px;top:50%;margin-top:-2.5px}.blocks-body .block-body-img img{width:100%;margin-bottom:40px}.error-view{width:100%;height:0;padding-top:66.66%;position:relative}.error-view.no-padding{padding-top:0}.error-view .error-container{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 20px}.error-view .error-container h2{font-size:24px;line-height:20px;font-weight:500;margin:0 0 15px;color:#2c272f}@media only screen and (max-width:767px){.error-view .error-container h2{font-size:20px;margin:0 0 7px}}.error-view .error-container h3{font-size:14px;line-height:20px;font-weight:400;color:#969199;margin:0;text-align:center;max-width:50%}@media only screen and (max-width:767px){.error-view .error-container h3{font-size:13px;max-width:250px}}.error-view .error-container a.button{background-color:#00a6f0;border:0;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,sans-serif;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color .33s ease-in-out,border .33s ease-in-out;-o-transition:background-color .33s ease-in-out,border .33s ease-in-out;transition:background-color .33s ease-in-out,border .33s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;font-weight:700;height:40px;margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 15px;font-size:14px}.error-view .error-container a.button .icon{margin-left:10px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.error-view .error-container a.button .icon path{fill:#fff}.error-view .error-container a.button.right .icon{margin-left:0;margin-right:10px}.error-view .error-container a.button:focus,.error-view .error-container a.button:hover{color:#fff;outline:0}.error-view .error-container a.button.disabled,.error-view .error-container a.button[disabled]{cursor:not-allowed;opacity:.5}.error-view .error-container a.button.disabled:focus,.error-view .error-container a.button.disabled:hover,.error-view .error-container a.button[disabled]:focus,.error-view .error-container a.button[disabled]:hover{background-color:#00a6f0;border-color:#00a6f0}@media only screen and (max-width:959px){.error-view .error-container a.button{padding:15px}}.error-view .error-container .error-icon{margin-bottom:30px}@media only screen and (max-width:767px){.error-view .error-container .error-icon{margin-bottom:0}.error-view .error-container .error-icon .icon-error{width:100px;height:100px}}.stepper-wrapper{width:100%}.stepper-wrapper .step-animation{position:relative;width:100%;margin-bottom:26px;margin-top:26px;min-height:300px}@media only screen and (min-width:768px){.stepper-wrapper .step-animation{margin-bottom:46px;margin-top:46px}}.stepper-wrapper .step-animation .step-swap-enter{opacity:0;-webkit-transform:translateX(40px);-ms-transform:translateX(40px);transform:translateX(40px)}.stepper-wrapper .step-animation .step-swap-enter.step-swap-enter-active{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity .25s ease-in .25s,-webkit-transform .25s ease-in .25s;transition:opacity .25s ease-in .25s,-webkit-transform .25s ease-in .25s;-o-transition:opacity .25s ease-in .25s,transform .25s ease-in .25s;transition:opacity .25s ease-in .25s,transform .25s ease-in .25s;transition:opacity .25s ease-in .25s,transform .25s ease-in .25s,-webkit-transform .25s ease-in .25s}.stepper-wrapper .step-animation .step-swap-leave{opacity:1;position:absolute;top:0;left:0;width:100%;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.stepper-wrapper .step-animation .step-swap-leave.step-swap-leave-active{opacity:0;-webkit-transform:translateX(-40px);-ms-transform:translateX(-40px);transform:translateX(-40px);-webkit-transition:opacity .25s ease-in,-webkit-transform .25s ease-in;transition:opacity .25s ease-in,-webkit-transform .25s ease-in;-o-transition:opacity .25s ease-in,transform .25s ease-in;transition:opacity .25s ease-in,transform .25s ease-in;transition:opacity .25s ease-in,transform .25s ease-in,-webkit-transform .25s ease-in}.stepper-main-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:10px;width:100%}@media only screen and (min-width:768px){.stepper-main-nav{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.stepper-main-nav .stepper-arrow-next,.stepper-main-nav .stepper-arrow-prev{padding:0}.stepper-main-nav .stepper-arrow-next .icon,.stepper-main-nav .stepper-arrow-prev .icon{margin:0}.stepper-main-nav .stepper-arrow-next .icon path,.stepper-main-nav .stepper-arrow-prev .icon path{fill:#00a6f0}.stepper-main-nav .stepper-arrow-next.disabled .icon path,.stepper-main-nav .stepper-arrow-next[disabled] .icon path,.stepper-main-nav .stepper-arrow-prev.disabled .icon path,.stepper-main-nav .stepper-arrow-prev[disabled] .icon path{fill:#cfd8dc}@media only screen and (min-width:768px){.stepper-main-nav .stepper-arrow-next,.stepper-main-nav .stepper-arrow-prev{display:none}}.stepper-optional-nav{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.stepper-optional-nav .stepper-button-prev{margin-right:10px}.stepper-optional-nav .stepper-button-next{margin-left:10px}.stepper-tabs-list{padding-left:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;pointer-events:none}.stepper-tabs-list .stepper-tab{color:#969199;cursor:pointer;font-size:14px;font-weight:800;line-height:14px;padding-bottom:12px;padding-top:12px;text-transform:uppercase;position:absolute;opacity:0;-webkit-transition:opacity .25s cubic-bezier(.77,0,.175,1);-o-transition:opacity .25s cubic-bezier(.77,0,.175,1);transition:opacity .25s cubic-bezier(.77,0,.175,1)}@media only screen and (min-width:768px){.stepper-tabs-list .stepper-tab{border-top:2px solid #cfd8dc;position:relative;opacity:1}}@media only screen and (min-width:768px){.stepper-tabs-list .stepper-tab+.stepper-tab .stepper-tab-text{margin-left:25px}}.stepper-tabs-list .stepper-tab.stepper-tab-active{color:#00a6f0;position:relative;opacity:1;-webkit-transition:opacity .25s cubic-bezier(.77,0,.175,1) .25s;-o-transition:opacity .25s cubic-bezier(.77,0,.175,1) .25s;transition:opacity .25s cubic-bezier(.77,0,.175,1) .25s}@media only screen and (min-width:768px){.stepper-tabs-list .stepper-tab.stepper-tab-active .stepper-tab-text{border-top:2px solid #00a6f0}}.stepper-tabs-list .stepper-tab-text{padding-bottom:10px;padding-top:10px}.stepper-tabs-list .stepper-tab-number{font-weight:400}.tickets .available{padding:20px}.tickets h2{font-weight:900;font-size:20px;color:#00a6f0;letter-spacing:.83px;line-height:35px;text-transform:uppercase;margin-bottom:30px}.tickets .Select{float:right}.tickets .ticket{border-bottom:1px solid #e5f6fd;margin-bottom:20px;padding-bottom:20px}.tickets .ticket .date{display:grid;text-align:left;font-weight:700;font-size:34px;color:#00a6f0}@media only screen and (max-width:767px){.tickets .ticket .date{text-align:center}}.tickets .ticket .date span:first-child{font-weight:500;font-size:12px;color:#2c272f;padding-left:7px}.tickets .ticket .date span:last-child{font-weight:400;font-size:12px;color:#969199;padding-left:3px}@media only screen and (max-width:767px){.tickets .ticket .teams{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (max-width:1024px){.tickets .ticket .teams{display:-webkit-box;display:-ms-flexbox;display:flex}}.tickets .ticket .teams .team-name{font-weight:700;font-size:14px;color:#2c272f;float:left;margin:23px 20px 0}.tickets .ticket .teams .vs{font-family:Fira Sans Condensed,sans-serif;font-style:italic;font-size:34px;color:#00a6f0;float:left;margin:12px 25px 0 20px}@media only screen and (max-width:1199px){.tickets .ticket .teams .vs{margin:12px 15px 0 10px}}@media only screen and (max-width:767px){.tickets .ticket .teams .vs{margin:10px 0}}.tickets .ticket .teams img{float:left}@media only screen and (max-width:959px){.tickets .ticket .teams img{float:none}}@media only screen and (max-width:959px){.tickets .ticket .teams .home .team-name{display:none}}.tickets .ticket .teams .home .mobile-only{display:none}@media only screen and (max-width:959px){.tickets .ticket .teams .home .mobile-only{display:block;float:right}}@media only screen and (max-width:959px){.tickets .ticket .teams .home,.tickets .ticket .teams .visitor{text-align:center}}.tickets .ticket .info{padding-top:5px}@media only screen and (max-width:767px){.tickets .ticket .info{text-align:center}}.tickets .ticket .info ul{padding-left:0;list-style:none;margin:0;font-weight:400;font-size:12px;color:#2c272f}.tickets .ticket .info ul li{margin:3px 0}.tickets .ticket .info ul li:first-child{font-weight:700;font-size:14px;color:#00a6f0;margin:0}@media only screen and (max-width:767px){.tickets .ticket .info ul li:first-child{margin-bottom:10px}}.tickets .ticket .info ul li:last-child{font-weight:400;font-size:12px;color:#969199;margin:0}@media only screen and (max-width:767px){.tickets .ticket .info ul li:last-child{margin-bottom:10px}}.tickets .ticket .info ul li span{font-weight:500}@media only screen and (max-width:767px){.tickets .ticket .info ul li{margin-bottom:10px}}.tickets .ticket .button{text-align:right;padding:0}.tickets .ticket .button .icon-container{padding-top:6px;margin-right:20px;width:10%}.tickets .ticket .button .buy{background-color:#00a6f0;border:0;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,sans-serif;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color .33s ease-in-out,border .33s ease-in-out;-o-transition:background-color .33s ease-in-out,border .33s ease-in-out;transition:background-color .33s ease-in-out,border .33s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;border-radius:0;font-size:10px;font-weight:700;line-height:14px;padding:10px 16px;line-height:10px;background:none;width:100%;padding-top:25px;padding-bottom:20px;font-size:13px}.tickets .ticket .button .buy .icon{margin-left:10px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.tickets .ticket .button .buy .icon path{fill:#fff}.tickets .ticket .button .buy.right .icon{margin-left:0;margin-right:10px}.tickets .ticket .button .buy:focus,.tickets .ticket .button .buy:hover{color:#fff;outline:0}.tickets .ticket .button .buy.disabled,.tickets .ticket .button .buy[disabled]{cursor:not-allowed;opacity:.5}.tickets .ticket .button .buy.disabled:focus,.tickets .ticket .button .buy.disabled:hover,.tickets .ticket .button .buy[disabled]:focus,.tickets .ticket .button .buy[disabled]:hover{background-color:#00a6f0;border-color:#00a6f0}.tickets .ticket .button .soon{background-color:transparent;border:1px solid #00a6f0;color:#00a6f0;cursor:pointer;display:inline-block;font-family:Fira Sans,sans-serif;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;border-radius:0;font-size:10px;font-weight:700;line-height:14px;padding:10px 16px;line-height:10px;width:100%;padding-top:25px;padding-bottom:20px}.tickets .ticket .button .soon .icon{margin-left:10px}.tickets .ticket .button .soon .icon path{fill:#00a6f0}.tickets .ticket .button .soon.right .icon{margin-left:0;margin-right:10px}.tickets .ticket .button .soon:focus,.tickets .ticket .button .soon:hover{background-color:#00a6f0;color:#fff;outline:0}.tickets .ticket .button .soon:focus .icon path,.tickets .ticket .button .soon:hover .icon path{fill:#fff}.tickets .ticket .button .soon.disabled,.tickets .ticket .button .soon[disabled]{cursor:not-allowed;opacity:.5}.tickets .ticket .button .soon.disabled:focus,.tickets .ticket .button .soon.disabled:hover,.tickets .ticket .button .soon[disabled]:focus,.tickets .ticket .button .soon[disabled]:hover{background-color:transparent;border-color:#00a6f0;color:#00a6f0}.tickets .ticket .button .soon.disabled .icon path,.tickets .ticket .button .soon[disabled] .icon path{fill:#00a6f0}.tickets .ticket .button div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tickets .error-view{padding-top:50%}@media only screen and (max-width:959px){.tickets .error-view{padding-top:100%}}.tickets-flow .finish-container-body .body{padding:20px}.tickets-flow .finish-container-body .body .error-payment{font-weight:700;font-size:14px;color:#ee8e31;line-height:18px;text-align:left}.tickets-flow .finish-container-body .body .btn-brain-tree:disabled:active,.tickets-flow .finish-container-body .body .btn-brain-tree:disabled:focus,.tickets-flow .finish-container-body .body .btn-brain-tree:disabled:hover{color:#fff}.tickets-flow .finish-container-body .body .btn-brain-tree:before{opacity:0}.tickets-flow .finish-container-body .body .braintree-method__check-container:before{position:relative}.tickets-flow .finish-container-body .message{font-weight:500;font-size:10px;width:100%;color:#969199;line-height:14px;margin-top:10px;text-align:center}.tickets-flow .finish-container-body .message-title{margin-top:20px;font-weight:600}.tickets-flow .finish-container-body .message-text{font-weight:400}.tickets-flow .header{padding:20px}.tickets-flow .header ul{padding-left:0;list-style:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.tickets-flow .header ul li a{text-decoration:none}.tickets-flow .header ul li .store{color:#2c272f;text-transform:uppercase}.tickets-flow .header ul li .store,.tickets-flow .header ul li .title{font-family:Fira Sans Condensed,sans-serif;font-size:14px;letter-spacing:0;line-height:14px}.tickets-flow .header ul li .title{color:#cfd8dc}.tickets-flow .header ul .arrow{margin-right:20px;cursor:pointer}.tickets-flow .header ul .pointer{margin:0 10px}.tickets-flow .header .timer-container{float:right;margin-top:-5px}@media only screen and (max-width:959px){.tickets-flow .header .timer-container{float:none}}.tickets-flow .header .timer-container .timer-text{display:inline-table;border-right:1px solid #969199;padding-right:10px}.tickets-flow .header .timer-container .timer-text .timer{height:14px;width:100px;color:#2c272f;font-size:12px;font-weight:800;line-height:14px;text-align:left}.tickets-flow .header .timer-container .timer-text .text{height:10px;width:106px;color:#969199;font-size:10px;font-weight:500;line-height:10px;text-align:left}.tickets-flow .header .timer-container .icon{margin-left:10px;float:right}@media only screen and (max-width:959px){.tickets-flow .header .timer-container .icon{float:none;margin-top:0;padding-top:0;vertical-align:bottom}}.tickets-flow .groups-wrapper{text-align:center}.tickets-flow .groups-wrapper .groups{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.tickets-flow .groups-wrapper .groups{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:30px}}.tickets-flow .groups-wrapper .groups .associated-tickets,.tickets-flow .groups-wrapper .groups .guest-tickets{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:30px}.tickets-flow .groups-wrapper .groups .associated-tickets.active .login-form-wrapper,.tickets-flow .groups-wrapper .groups .guest-tickets.active .login-form-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.tickets-flow .groups-wrapper .groups .associated-tickets.active .icon-arrow-right,.tickets-flow .groups-wrapper .groups .guest-tickets.active .icon-arrow-right{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.tickets-flow .groups-wrapper .groups .associated-tickets .number,.tickets-flow .groups-wrapper .groups .associated-tickets .title h3,.tickets-flow .groups-wrapper .groups .guest-tickets .number,.tickets-flow .groups-wrapper .groups .guest-tickets .title h3{-webkit-transition:color .33s ease-in-out;-o-transition:color .33s ease-in-out;transition:color .33s ease-in-out}.tickets-flow .groups-wrapper .groups .associated-tickets .button-outline,.tickets-flow .groups-wrapper .groups .guest-tickets .button-outline{-webkit-transition:background-color .33s ease-in-out,border .33s ease-in-out;-o-transition:background-color .33s ease-in-out,border .33s ease-in-out;transition:background-color .33s ease-in-out,border .33s ease-in-out}@media only screen and (min-width:768px){.tickets-flow .groups-wrapper .groups .associated-tickets:hover .number,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .number{-webkit-transition:color .33s ease-in-out;-o-transition:color .33s ease-in-out;transition:color .33s ease-in-out;color:#00a6f0}.tickets-flow .groups-wrapper .groups .associated-tickets:hover .title h3,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .title h3{-webkit-transition:color .33s ease-in-out;-o-transition:color .33s ease-in-out;transition:color .33s ease-in-out;color:#000}.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline{background-color:#00a6f0;border:0;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,sans-serif;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color .33s ease-in-out,border .33s ease-in-out;-o-transition:background-color .33s ease-in-out,border .33s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;transition:background-color .33s ease-in-out,border .33s ease-in-out;border:1px solid #00a6f0}.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline .icon,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline .icon{margin-left:10px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline .icon path,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline .icon path{fill:#fff}.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline.right .icon,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline.right .icon{margin-left:0;margin-right:10px}.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline:focus,.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline:hover,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline:focus,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline:hover{color:#fff;outline:0}.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline.disabled,.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline[disabled],.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline.disabled,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline[disabled]{cursor:not-allowed;opacity:.5}.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline.disabled:focus,.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline.disabled:hover,.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline[disabled]:focus,.tickets-flow .groups-wrapper .groups .associated-tickets:hover .button-outline[disabled]:hover,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline.disabled:focus,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline.disabled:hover,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline[disabled]:focus,.tickets-flow .groups-wrapper .groups .guest-tickets:hover .button-outline[disabled]:hover{background-color:#00a6f0;border-color:#00a6f0}}.tickets-flow .groups-wrapper .groups .associated-tickets .number,.tickets-flow .groups-wrapper .groups .guest-tickets .number{display:none}@media only screen and (min-width:768px){.tickets-flow .groups-wrapper .groups .associated-tickets .number,.tickets-flow .groups-wrapper .groups .guest-tickets .number{color:#eaeaea;cursor:default;display:block;font-size:144px;font-weight:900;line-height:1;margin-bottom:-58px}}.tickets-flow .groups-wrapper .groups .associated-tickets .header,.tickets-flow .groups-wrapper .groups .guest-tickets .header{margin-bottom:30px;padding-left:20px;padding-right:20px}@media only screen and (min-width:768px){.tickets-flow .groups-wrapper .groups .associated-tickets .header,.tickets-flow .groups-wrapper .groups .guest-tickets .header{text-align:center}}.tickets-flow .groups-wrapper .groups .associated-tickets .title,.tickets-flow .groups-wrapper .groups .guest-tickets .title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #00a6f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:5px}@media only screen and (min-width:768px){.tickets-flow .groups-wrapper .groups .associated-tickets .title,.tickets-flow .groups-wrapper .groups .guest-tickets .title{border-bottom:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px;text-align:center}}.tickets-flow .groups-wrapper .groups .associated-tickets .title h3,.tickets-flow .groups-wrapper .groups .guest-tickets .title h3{color:#2c272f;cursor:default;font-size:18px;font-weight:700;margin:5px 0}@media only screen and (min-width:768px){.tickets-flow .groups-wrapper .groups .associated-tickets .title h3,.tickets-flow .groups-wrapper .groups .guest-tickets .title h3{font-size:24px}}.tickets-flow .groups-wrapper .groups .associated-tickets .icon-arrow-right,.tickets-flow .groups-wrapper .groups .guest-tickets .icon-arrow-right{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}@media only screen and (min-width:768px){.tickets-flow .groups-wrapper .groups .associated-tickets .icon-arrow-right,.tickets-flow .groups-wrapper .groups .guest-tickets .icon-arrow-right{display:none}}.tickets-flow .groups-wrapper .groups .associated-tickets .description,.tickets-flow .groups-wrapper .groups .guest-tickets .description{color:#969199;cursor:default;font-size:12px;line-height:1.4;margin:0}@media only screen and (min-width:768px){.tickets-flow .groups-wrapper .groups .associated-tickets .description,.tickets-flow .groups-wrapper .groups .guest-tickets .description{font-size:14px;line-height:1.3}}.tickets-flow .groups-wrapper .groups .associated-tickets .tickets-form-wrapper,.tickets-flow .groups-wrapper .groups .guest-tickets .tickets-form-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:30px;padding-left:20px;padding-right:20px}@media only screen and (min-width:768px){.tickets-flow .groups-wrapper .groups .associated-tickets .tickets-form-wrapper,.tickets-flow .groups-wrapper .groups .guest-tickets .tickets-form-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}}.tickets-flow .groups-wrapper .groups .associated-tickets .tickets-form,.tickets-flow .groups-wrapper .groups .guest-tickets .tickets-form{width:100%;margin-bottom:20px}.tickets-flow .groups-wrapper .groups .associated-tickets .tickets-form button,.tickets-flow .groups-wrapper .groups .guest-tickets .tickets-form button{margin-top:20px}.tickets-flow .groups-wrapper .groups .associated-tickets .fl-input-container,.tickets-flow .groups-wrapper .groups .guest-tickets .fl-input-container{padding-bottom:0}.tickets-flow .groups-wrapper .groups .associated-tickets .fl-input-container .fl-input-label,.tickets-flow .groups-wrapper .groups .guest-tickets .fl-input-container .fl-input-label{padding-left:40px}.tickets-flow .groups-wrapper .groups .associated-tickets .fl-input-container .fl-input,.tickets-flow .groups-wrapper .groups .guest-tickets .fl-input-container .fl-input{-webkit-box-shadow:none;box-shadow:none;padding-left:40px}.tickets-flow .groups-wrapper .groups .associated-tickets .icon-left,.tickets-flow .groups-wrapper .groups .guest-tickets .icon-left{-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:35px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;width:20px}.tickets-flow .groups-wrapper .groups .associated-tickets{border-top:1px solid #eaeaea}@media only screen and (min-width:768px){.tickets-flow .groups-wrapper .groups .associated-tickets{border-right:1px solid #eaeaea;border-top:0}}.tickets-flow form .fit-right{float:right}.tickets-flow form label{text-align:left}.tickets-flow form .Select{width:100%;border-bottom:1px solid #cfd8dc;margin-bottom:15px}.tickets-flow form .Select.is-focused>.Select-control{background:none}.tickets-flow form .Select-menu-outer{z-index:21}.tickets-flow form .Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,.tickets-flow form .Select.has-value.Select--single>.Select-control .Select-value .Select-value-label{font-size:14px;line-height:24px;font-weight:400}.tickets-flow .content{background-color:#f5f5f5;overflow:auto;padding:20px;overflow:hidden}@media only screen and (max-width:959px){.tickets-flow .content{padding:10px}}.tickets-flow .content .error-payment{font-weight:700;font-size:14px;color:#ee8e31;line-height:18px;text-align:left}.tickets-flow .content .topOverlay{position:-webkit-sticky;position:sticky;z-index:1}.tickets-flow .content .nav .teams{text-align:center;float:none}.tickets-flow .content .nav .teams ul{padding-left:0;list-style:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-bottom:8px}.tickets-flow .content .nav .teams ul .team{font-weight:700;font-size:14px;color:#2c272f;padding-top:25px}.tickets-flow .content .nav .teams ul .home{margin-right:30px}.tickets-flow .content .nav .teams ul .visitor{margin-left:30px}.tickets-flow .content .nav .teams ul .vs{font-weight:400;font-style:italic;font-size:34px;color:#00a6f0;line-height:34px;padding:15px 20px 0}.tickets-flow .content .nav .breadcrumb{margin-bottom:50px}@media only screen and (max-width:959px){.tickets-flow .content .nav .breadcrumb{margin-bottom:20px}}.tickets-flow .content .nav .breadcrumb .contain{text-transform:uppercase;border-top:2px solid #cfd8dc;width:500px;margin:auto;font-weight:800;font-size:14px;color:#969199;line-height:14px;text-align:center;position:relative}@media only screen and (max-width:959px){.tickets-flow .content .nav .breadcrumb .contain{width:100%}}.tickets-flow .content .nav .breadcrumb .contain .middle{border-top:2px solid #00a6f0;margin-top:-2px;position:absolute;left:0;right:0;margin-left:auto;margin-right:auto}.tickets-flow .content .nav .breadcrumb .contain div{display:inline-block;width:33.33%}.tickets-flow .content .nav .breadcrumb .contain div .active{color:#00a6f0;border-top:2px solid #00a6f0;padding-top:14px;margin-top:-10px}.tickets-flow .content .nav .breadcrumb .contain div .back{cursor:pointer}.tickets-flow .content .nav .breadcrumb .contain div p{display:inline-block}.tickets-flow .content .nav .breadcrumb .contain div p span{font-weight:400}.tickets-flow .content .nav .breadcrumb .contain div:last-child{text-align:right}.tickets-flow .content .nav .breadcrumb .contain div.middle{text-align:center}.tickets-flow .content .card{width:260px;background-color:#fff}@media only screen and (max-width:959px){.tickets-flow .content .card{width:100%;margin-top:20px}}.tickets-flow .content .card img{width:260px}@media only screen and (max-width:959px){.tickets-flow .content .card img{width:100%}}.tickets-flow .content .card ul{padding-left:0;list-style:none;padding:20px;margin-top:0}.tickets-flow .content .card ul li{width:100%;text-transform:uppercase}.tickets-flow .content .card ul hr{margin:20px -20px;border:0;border-top:1px solid #f5f5f5}.tickets-flow .content .card ul .stadium{font-weight:700;font-size:12px;color:#969199;line-height:12px;margin-bottom:5px}.tickets-flow .content .card ul .place,.tickets-flow .content .card ul .title{font-family:Fira Sans Condensed,sans-serif;font-weight:700;font-size:24px;color:#2c272f;line-height:24px;margin-bottom:20px}.tickets-flow .content .card ul .title{margin-bottom:0}.tickets-flow .content .card ul .subtitle{font-family:Fira Sans Condensed,sans-serif;font-weight:700;font-size:12px;color:#00a6f0;line-height:20px}.tickets-flow .content .card ul .subtitle .ticket-price{color:#2c272f;font-weight:400;font-family:Fira Sans Condensed,sans-serif;font-size:12px;line-height:20px;text-transform:capitalize;float:right}.tickets-flow .content .card ul .price{font-weight:800;font-size:16px;color:#969199;line-height:14px;margin-bottom:5px}.tickets-flow .content .card ul .subtotal{font-weight:800;font-size:16px;color:#969199;line-height:14px;margin-bottom:-20px}.tickets-flow .content .card ul .subtotal span{color:#2c272f}.tickets-flow .content .card ul .subtotal .final-price{float:right}.tickets-flow .content .card ul .associated-price{font-weight:800;font-size:16px;color:#00a6f0;line-height:14px;width:50%;float:left}.tickets-flow .content .card ul .become-associated{font-weight:500;font-size:12px;color:#969199;line-height:16px;width:50%;float:left;text-transform:none}.tickets-flow .content .card button{background-color:#00a6f0;border:0;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,sans-serif;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color .33s ease-in-out,border .33s ease-in-out;-o-transition:background-color .33s ease-in-out,border .33s ease-in-out;transition:background-color .33s ease-in-out,border .33s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;border-radius:0;font-size:10px;padding:10px 16px;font-weight:700;font-size:14px;letter-spacing:.58px;line-height:14px;width:100%;padding-bottom:15px}.tickets-flow .content .card button .icon{margin-left:10px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.tickets-flow .content .card button .icon path{fill:#fff}.tickets-flow .content .card button.right .icon{margin-left:0;margin-right:10px}.tickets-flow .content .card button:focus,.tickets-flow .content .card button:hover{color:#fff;outline:0}.tickets-flow .content .card button.disabled,.tickets-flow .content .card button[disabled]{cursor:not-allowed;opacity:.5}.tickets-flow .content .card button.disabled:focus,.tickets-flow .content .card button.disabled:hover,.tickets-flow .content .card button[disabled]:focus,.tickets-flow .content .card button[disabled]:hover{background-color:#00a6f0;border-color:#00a6f0}.tickets-flow .content .card button .icon-arrow-right{position:relative;top:5px}.tickets-flow .content .card .container-image-sector{position:relative;cursor:pointer}.tickets-flow .content .card .container-image-sector .icon-container{right:10px;top:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(44,39,47,.8);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;width:40px}.tickets-flow .content .container{text-align:right}@media only screen and (max-width:959px){.tickets-flow .content .container{text-align:center}}.tickets-flow .content .container .sectors,.tickets-flow .content .container .zones{margin-right:50px}@media only screen and (max-width:959px){.tickets-flow .content .container .sectors,.tickets-flow .content .container .zones{margin-right:0}}.tickets-flow .content .container .sectors svg,.tickets-flow .content .container .zones svg{height:460px}@media only screen and (max-width:959px){.tickets-flow .content .container .sectors svg,.tickets-flow .content .container .zones svg{width:100%;height:100%}}.tickets-flow .content .container .sectors svg .zoneStyle1,.tickets-flow .content .container .zones svg .zoneStyle1{fill:#2c272f}.tickets-flow .content .container .sectors svg .zoneStyle2,.tickets-flow .content .container .zones svg .zoneStyle2{opacity:.2}.tickets-flow .content .container .sectors svg .zoneStyle3,.tickets-flow .content .container .zones svg .zoneStyle3{opacity:.7}.tickets-flow .content .container .sectors svg .zoneStyle4,.tickets-flow .content .container .zones svg .zoneStyle4{fill:#2c272f;isolation:isolate}.tickets-flow .content .container .sectors svg .zoneStyle5,.tickets-flow .content .container .zones svg .zoneStyle5{opacity:.5}.tickets-flow .content .container .sectors svg .zoneStyle6,.tickets-flow .content .container .zones svg .zoneStyle6{opacity:.3}.tickets-flow .content .container .sectors svg .zoneStyle7,.tickets-flow .content .container .zones svg .zoneStyle7{fill:#fff}.tickets-flow .content .container .sectors svg .zoneStyle8,.tickets-flow .content .container .zones svg .zoneStyle8{fill:#d0d8dc}.tickets-flow .content .container .sectors svg .zoneStyle9,.tickets-flow .content .container .zones svg .zoneStyle9{fill:none;stroke:#f5f5f5;stroke-miterlimit:10;stroke-width:2px}.tickets-flow .content .container .zones #_1,.tickets-flow .content .container .zones #_2,.tickets-flow .content .container .zones #_3,.tickets-flow .content .container .zones #_5,.tickets-flow .content .container .zones #_6,.tickets-flow .content .container .zones #_7,.tickets-flow .content .container .zones #_10,.tickets-flow .content .container .zones #_12,.tickets-flow .content .container .zones #_13,.tickets-flow .content .container .zones #_14,.tickets-flow .content .container .zones #_21,.tickets-flow .content .container .zones #_22,.tickets-flow .content .container .zones #_31,.tickets-flow .content .container .zones #_32,.tickets-flow .content .container .zones #_35,.tickets-flow .content .container .zones #_44,.tickets-flow .content .container .zones #_45{cursor:pointer;-webkit-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.tickets-flow .content .container .zones #_1:not(.unavailable):active,.tickets-flow .content .container .zones #_1:not(.unavailable):focus,.tickets-flow .content .container .zones #_1:not(.unavailable):hover,.tickets-flow .content .container .zones #_2:not(.unavailable):active,.tickets-flow .content .container .zones #_2:not(.unavailable):focus,.tickets-flow .content .container .zones #_2:not(.unavailable):hover,.tickets-flow .content .container .zones #_3:not(.unavailable):active,.tickets-flow .content .container .zones #_3:not(.unavailable):focus,.tickets-flow .content .container .zones #_3:not(.unavailable):hover,.tickets-flow .content .container .zones #_5:not(.unavailable):active,.tickets-flow .content .container .zones #_5:not(.unavailable):focus,.tickets-flow .content .container .zones #_5:not(.unavailable):hover,.tickets-flow .content .container .zones #_6:not(.unavailable):active,.tickets-flow .content .container .zones #_6:not(.unavailable):focus,.tickets-flow .content .container .zones #_6:not(.unavailable):hover,.tickets-flow .content .container .zones #_7:not(.unavailable):active,.tickets-flow .content .container .zones #_7:not(.unavailable):focus,.tickets-flow .content .container .zones #_7:not(.unavailable):hover,.tickets-flow .content .container .zones #_10:not(.unavailable):active,.tickets-flow .content .container .zones #_10:not(.unavailable):focus,.tickets-flow .content .container .zones #_10:not(.unavailable):hover,.tickets-flow .content .container .zones #_12:not(.unavailable):active,.tickets-flow .content .container .zones #_12:not(.unavailable):focus,.tickets-flow .content .container .zones #_12:not(.unavailable):hover,.tickets-flow .content .container .zones #_13:not(.unavailable):active,.tickets-flow .content .container .zones #_13:not(.unavailable):focus,.tickets-flow .content .container .zones #_13:not(.unavailable):hover,.tickets-flow .content .container .zones #_14:not(.unavailable):active,.tickets-flow .content .container .zones #_14:not(.unavailable):focus,.tickets-flow .content .container .zones #_14:not(.unavailable):hover,.tickets-flow .content .container .zones #_21:not(.unavailable):active,.tickets-flow .content .container .zones #_21:not(.unavailable):focus,.tickets-flow .content .container .zones #_21:not(.unavailable):hover,.tickets-flow .content .container .zones #_22:not(.unavailable):active,.tickets-flow .content .container .zones #_22:not(.unavailable):focus,.tickets-flow .content .container .zones #_22:not(.unavailable):hover,.tickets-flow .content .container .zones #_31:not(.unavailable):active,.tickets-flow .content .container .zones #_31:not(.unavailable):focus,.tickets-flow .content .container .zones #_31:not(.unavailable):hover,.tickets-flow .content .container .zones #_32:not(.unavailable):active,.tickets-flow .content .container .zones #_32:not(.unavailable):focus,.tickets-flow .content .container .zones #_32:not(.unavailable):hover,.tickets-flow .content .container .zones #_35:not(.unavailable):active,.tickets-flow .content .container .zones #_35:not(.unavailable):focus,.tickets-flow .content .container .zones #_35:not(.unavailable):hover,.tickets-flow .content .container .zones #_44:not(.unavailable):active,.tickets-flow .content .container .zones #_44:not(.unavailable):focus,.tickets-flow .content .container .zones #_44:not(.unavailable):hover,.tickets-flow .content .container .zones #_45:not(.unavailable):active,.tickets-flow .content .container .zones #_45:not(.unavailable):focus,.tickets-flow .content .container .zones #_45:not(.unavailable):hover{opacity:.5}.tickets-flow .content .container .zones #_1:not(.unavailable):active path,.tickets-flow .content .container .zones #_1:not(.unavailable):active polygon,.tickets-flow .content .container .zones #_1:not(.unavailable):active polyline,.tickets-flow .content .container .zones #_1:not(.unavailable):focus path,.tickets-flow .content .container .zones #_1:not(.unavailable):focus polygon,.tickets-flow .content .container .zones #_1:not(.unavailable):focus polyline,.tickets-flow .content .container .zones #_1:not(.unavailable):hover path,.tickets-flow .content .container .zones #_1:not(.unavailable):hover polygon,.tickets-flow .content .container .zones #_1:not(.unavailable):hover polyline,.tickets-flow .content .container .zones #_2:not(.unavailable):active path,.tickets-flow .content .container .zones #_2:not(.unavailable):active polygon,.tickets-flow .content .container .zones #_2:not(.unavailable):active polyline,.tickets-flow .content .container .zones #_2:not(.unavailable):focus path,.tickets-flow .content .container .zones #_2:not(.unavailable):focus polygon,.tickets-flow .content .container .zones #_2:not(.unavailable):focus polyline,.tickets-flow .content .container .zones #_2:not(.unavailable):hover path,.tickets-flow .content .container .zones #_2:not(.unavailable):hover polygon,.tickets-flow .content .container .zones #_2:not(.unavailable):hover polyline,.tickets-flow .content .container .zones #_3:not(.unavailable):active path,.tickets-flow .content .container .zones #_3:not(.unavailable):active polygon,.tickets-flow .content .container .zones #_3:not(.unavailable):active polyline,.tickets-flow .content .container .zones #_3:not(.unavailable):focus path,.tickets-flow .content .container .zones #_3:not(.unavailable):focus polygon,.tickets-flow .content .container .zones #_3:not(.unavailable):focus polyline,.tickets-flow .content .container .zones #_3:not(.unavailable):hover path,.tickets-flow .content .container .zones #_3:not(.unavailable):hover polygon,.tickets-flow .content .container .zones #_3:not(.unavailable):hover polyline,.tickets-flow .content .container .zones #_5:not(.unavailable):active path,.tickets-flow .content .container .zones #_5:not(.unavailable):active polygon,.tickets-flow .content .container .zones #_5:not(.unavailable):active polyline,.tickets-flow .content .container .zones #_5:not(.unavailable):focus path,.tickets-flow .content .container .zones #_5:not(.unavailable):focus polygon,.tickets-flow .content .container .zones #_5:not(.unavailable):focus polyline,.tickets-flow .content .container .zones #_5:not(.unavailable):hover path,.tickets-flow .content .container .zones #_5:not(.unavailable):hover polygon,.tickets-flow .content .container .zones #_5:not(.unavailable):hover polyline,.tickets-flow .content .container .zones #_6:not(.unavailable):active path,.tickets-flow .content .container .zones #_6:not(.unavailable):active polygon,.tickets-flow .content .container .zones #_6:not(.unavailable):active polyline,.tickets-flow .content .container .zones #_6:not(.unavailable):focus path,.tickets-flow .content .container .zones #_6:not(.unavailable):focus polygon,.tickets-flow .content .container .zones #_6:not(.unavailable):focus polyline,.tickets-flow .content .container .zones #_6:not(.unavailable):hover path,.tickets-flow .content .container .zones #_6:not(.unavailable):hover polygon,.tickets-flow .content .container .zones #_6:not(.unavailable):hover polyline,.tickets-flow .content .container .zones #_7:not(.unavailable):active path,.tickets-flow .content .container .zones #_7:not(.unavailable):active polygon,.tickets-flow .content .container .zones #_7:not(.unavailable):active polyline,.tickets-flow .content .container .zones #_7:not(.unavailable):focus path,.tickets-flow .content .container .zones #_7:not(.unavailable):focus polygon,.tickets-flow .content .container .zones #_7:not(.unavailable):focus polyline,.tickets-flow .content .container .zones #_7:not(.unavailable):hover path,.tickets-flow .content .container .zones #_7:not(.unavailable):hover polygon,.tickets-flow .content .container .zones #_7:not(.unavailable):hover polyline,.tickets-flow .content .container .zones #_10:not(.unavailable):active path,.tickets-flow .content .container .zones #_10:not(.unavailable):active polygon,.tickets-flow .content .container .zones #_10:not(.unavailable):active polyline,.tickets-flow .content .container .zones #_10:not(.unavailable):focus path,.tickets-flow .content .container .zones #_10:not(.unavailable):focus polygon,.tickets-flow .content .container .zones #_10:not(.unavailable):focus polyline,.tickets-flow .content .container .zones #_10:not(.unavailable):hover path,.tickets-flow .content .container .zones #_10:not(.unavailable):hover polygon,.tickets-flow .content .container .zones #_10:not(.unavailable):hover polyline,.tickets-flow .content .container .zones #_12:not(.unavailable):active path,.tickets-flow .content .container .zones #_12:not(.unavailable):active polygon,.tickets-flow .content .container .zones #_12:not(.unavailable):active polyline,.tickets-flow .content .container .zones #_12:not(.unavailable):focus path,.tickets-flow .content .container .zones #_12:not(.unavailable):focus polygon,.tickets-flow .content .container .zones #_12:not(.unavailable):focus polyline,.tickets-flow .content .container .zones #_12:not(.unavailable):hover path,.tickets-flow .content .container .zones #_12:not(.unavailable):hover polygon,.tickets-flow .content .container .zones #_12:not(.unavailable):hover polyline,.tickets-flow .content .container .zones #_13:not(.unavailable):active path,.tickets-flow .content .container .zones #_13:not(.unavailable):active polygon,.tickets-flow .content .container .zones #_13:not(.unavailable):active polyline,.tickets-flow .content .container .zones #_13:not(.unavailable):focus path,.tickets-flow .content .container .zones #_13:not(.unavailable):focus polygon,.tickets-flow .content .container .zones #_13:not(.unavailable):focus polyline,.tickets-flow .content .container .zones #_13:not(.unavailable):hover path,.tickets-flow .content .container .zones #_13:not(.unavailable):hover polygon,.tickets-flow .content .container .zones #_13:not(.unavailable):hover polyline,.tickets-flow .content .container .zones #_14:not(.unavailable):active path,.tickets-flow .content .container .zones #_14:not(.unavailable):active polygon,.tickets-flow .content .container .zones #_14:not(.unavailable):active polyline,.tickets-flow .content .container .zones #_14:not(.unavailable):focus path,.tickets-flow .content .container .zones #_14:not(.unavailable):focus polygon,.tickets-flow .content .container .zones #_14:not(.unavailable):focus polyline,.tickets-flow .content .container .zones #_14:not(.unavailable):hover path,.tickets-flow .content .container .zones #_14:not(.unavailable):hover polygon,.tickets-flow .content .container .zones #_14:not(.unavailable):hover polyline,.tickets-flow .content .container .zones #_21:not(.unavailable):active path,.tickets-flow .content .container .zones #_21:not(.unavailable):active polygon,.tickets-flow .content .container .zones #_21:not(.unavailable):active polyline,.tickets-flow .content .container .zones #_21:not(.unavailable):focus path,.tickets-flow .content .container .zones #_21:not(.unavailable):focus polygon,.tickets-flow .content .container .zones #_21:not(.unavailable):focus polyline,.tickets-flow .content .container .zones #_21:not(.unavailable):hover path,.tickets-flow .content .container .zones #_21:not(.unavailable):hover polygon,.tickets-flow .content .container .zones #_21:not(.unavailable):hover polyline,.tickets-flow .content .container .zones #_22:not(.unavailable):active path,.tickets-flow .content .container .zones #_22:not(.unavailable):active polygon,.tickets-flow .content .container .zones #_22:not(.unavailable):active polyline,.tickets-flow .content .container .zones #_22:not(.unavailable):focus path,.tickets-flow .content .container .zones #_22:not(.unavailable):focus polygon,.tickets-flow .content .container .zones #_22:not(.unavailable):focus polyline,.tickets-flow .content .container .zones #_22:not(.unavailable):hover path,.tickets-flow .content .container .zones #_22:not(.unavailable):hover polygon,.tickets-flow .content .container .zones #_22:not(.unavailable):hover polyline,.tickets-flow .content .container .zones #_31:not(.unavailable):active path,.tickets-flow .content .container .zones #_31:not(.unavailable):active polygon,.tickets-flow .content .container .zones #_31:not(.unavailable):active polyline,.tickets-flow .content .container .zones #_31:not(.unavailable):focus path,.tickets-flow .content .container .zones #_31:not(.unavailable):focus polygon,.tickets-flow .content .container .zones #_31:not(.unavailable):focus polyline,.tickets-flow .content .container .zones #_31:not(.unavailable):hover path,.tickets-flow .content .container .zones #_31:not(.unavailable):hover polygon,.tickets-flow .content .container .zones #_31:not(.unavailable):hover polyline,.tickets-flow .content .container .zones #_32:not(.unavailable):active path,.tickets-flow .content .container .zones #_32:not(.unavailable):active polygon,.tickets-flow .content .container .zones #_32:not(.unavailable):active polyline,.tickets-flow .content .container .zones #_32:not(.unavailable):focus path,.tickets-flow .content .container .zones #_32:not(.unavailable):focus polygon,.tickets-flow .content .container .zones #_32:not(.unavailable):focus polyline,.tickets-flow .content .container .zones #_32:not(.unavailable):hover path,.tickets-flow .content .container .zones #_32:not(.unavailable):hover polygon,.tickets-flow .content .container .zones #_32:not(.unavailable):hover polyline,.tickets-flow .content .container .zones #_35:not(.unavailable):active path,.tickets-flow .content .container .zones #_35:not(.unavailable):active polygon,.tickets-flow .content .container .zones #_35:not(.unavailable):active polyline,.tickets-flow .content .container .zones #_35:not(.unavailable):focus path,.tickets-flow .content .container .zones #_35:not(.unavailable):focus polygon,.tickets-flow .content .container .zones #_35:not(.unavailable):focus polyline,.tickets-flow .content .container .zones #_35:not(.unavailable):hover path,.tickets-flow .content .container .zones #_35:not(.unavailable):hover polygon,.tickets-flow .content .container .zones #_35:not(.unavailable):hover polyline,.tickets-flow .content .container .zones #_44:not(.unavailable):active path,.tickets-flow .content .container .zones #_44:not(.unavailable):active polygon,.tickets-flow .content .container .zones #_44:not(.unavailable):active polyline,.tickets-flow .content .container .zones #_44:not(.unavailable):focus path,.tickets-flow .content .container .zones #_44:not(.unavailable):focus polygon,.tickets-flow .content .container .zones #_44:not(.unavailable):focus polyline,.tickets-flow .content .container .zones #_44:not(.unavailable):hover path,.tickets-flow .content .container .zones #_44:not(.unavailable):hover polygon,.tickets-flow .content .container .zones #_44:not(.unavailable):hover polyline,.tickets-flow .content .container .zones #_45:not(.unavailable):active path,.tickets-flow .content .container .zones #_45:not(.unavailable):active polygon,.tickets-flow .content .container .zones #_45:not(.unavailable):active polyline,.tickets-flow .content .container .zones #_45:not(.unavailable):focus path,.tickets-flow .content .container .zones #_45:not(.unavailable):focus polygon,.tickets-flow .content .container .zones #_45:not(.unavailable):focus polyline,.tickets-flow .content .container .zones #_45:not(.unavailable):hover path,.tickets-flow .content .container .zones #_45:not(.unavailable):hover polygon,.tickets-flow .content .container .zones #_45:not(.unavailable):hover polyline{fill:#00a6f0}.tickets-flow .content .container .zones #_1:not(.unavailable) path,.tickets-flow .content .container .zones #_1:not(.unavailable) polygon,.tickets-flow .content .container .zones #_1:not(.unavailable) polyline,.tickets-flow .content .container .zones #_2:not(.unavailable) path,.tickets-flow .content .container .zones #_2:not(.unavailable) polygon,.tickets-flow .content .container .zones #_2:not(.unavailable) polyline,.tickets-flow .content .container .zones #_3:not(.unavailable) path,.tickets-flow .content .container .zones #_3:not(.unavailable) polygon,.tickets-flow .content .container .zones #_3:not(.unavailable) polyline,.tickets-flow .content .container .zones #_5:not(.unavailable) path,.tickets-flow .content .container .zones #_5:not(.unavailable) polygon,.tickets-flow .content .container .zones #_5:not(.unavailable) polyline,.tickets-flow .content .container .zones #_6:not(.unavailable) path,.tickets-flow .content .container .zones #_6:not(.unavailable) polygon,.tickets-flow .content .container .zones #_6:not(.unavailable) polyline,.tickets-flow .content .container .zones #_7:not(.unavailable) path,.tickets-flow .content .container .zones #_7:not(.unavailable) polygon,.tickets-flow .content .container .zones #_7:not(.unavailable) polyline,.tickets-flow .content .container .zones #_10:not(.unavailable) path,.tickets-flow .content .container .zones #_10:not(.unavailable) polygon,.tickets-flow .content .container .zones #_10:not(.unavailable) polyline,.tickets-flow .content .container .zones #_12:not(.unavailable) path,.tickets-flow .content .container .zones #_12:not(.unavailable) polygon,.tickets-flow .content .container .zones #_12:not(.unavailable) polyline,.tickets-flow .content .container .zones #_13:not(.unavailable) path,.tickets-flow .content .container .zones #_13:not(.unavailable) polygon,.tickets-flow .content .container .zones #_13:not(.unavailable) polyline,.tickets-flow .content .container .zones #_14:not(.unavailable) path,.tickets-flow .content .container .zones #_14:not(.unavailable) polygon,.tickets-flow .content .container .zones #_14:not(.unavailable) polyline,.tickets-flow .content .container .zones #_21:not(.unavailable) path,.tickets-flow .content .container .zones #_21:not(.unavailable) polygon,.tickets-flow .content .container .zones #_21:not(.unavailable) polyline,.tickets-flow .content .container .zones #_22:not(.unavailable) path,.tickets-flow .content .container .zones #_22:not(.unavailable) polygon,.tickets-flow .content .container .zones #_22:not(.unavailable) polyline,.tickets-flow .content .container .zones #_31:not(.unavailable) path,.tickets-flow .content .container .zones #_31:not(.unavailable) polygon,.tickets-flow .content .container .zones #_31:not(.unavailable) polyline,.tickets-flow .content .container .zones #_32:not(.unavailable) path,.tickets-flow .content .container .zones #_32:not(.unavailable) polygon,.tickets-flow .content .container .zones #_32:not(.unavailable) polyline,.tickets-flow .content .container .zones #_35:not(.unavailable) path,.tickets-flow .content .container .zones #_35:not(.unavailable) polygon,.tickets-flow .content .container .zones #_35:not(.unavailable) polyline,.tickets-flow .content .container .zones #_44:not(.unavailable) path,.tickets-flow .content .container .zones #_44:not(.unavailable) polygon,.tickets-flow .content .container .zones #_44:not(.unavailable) polyline,.tickets-flow .content .container .zones #_45:not(.unavailable) path,.tickets-flow .content .container .zones #_45:not(.unavailable) polygon,.tickets-flow .content .container .zones #_45:not(.unavailable) polyline{-webkit-transition:opacity .5s ease-in-out,fill .5s ease-in-out;-o-transition:opacity .5s ease-in-out,fill .5s ease-in-out;transition:opacity .5s ease-in-out,fill .5s ease-in-out}.tickets-flow .content .container .zones #_1:not(.unavailable).selected-zone,.tickets-flow .content .container .zones #_2:not(.unavailable).selected-zone,.tickets-flow .content .container .zones #_3:not(.unavailable).selected-zone,.tickets-flow .content .container .zones #_5:not(.unavailable).selected-zone,.tickets-flow .content .container .zones #_6:not(.unavailable).selected-zone,.tickets-flow .content .container .zones #_7:not(.unavailable).selected-zone,.tickets-flow .content .container .zones #_10:not(.unavailable).selected-zone,.tickets-flow .content .container .zones #_12:not(.unavailable).selected-zone,.tickets-flow .content .container .zones #_13:not(.unavailable).selected-zone,.tickets-flow .content .container .zones #_14:not(.unavailable).selected-zone,.tickets-flow .content .container .zones #_21:not(.unavailable).selected-zone,.tickets-flow .content .container .zones #_22:not(.unavailable).selected-zone,.tickets-flow .content .container .zones #_31:not(.unavailable).selected-zone,.tickets-flow .content .container .zones #_32:not(.unavailable).selected-zone,.tickets-flow .content .container .zones #_35:not(.unavailable).selected-zone,.tickets-flow .content .container .zones #_44:not(.unavailable).selected-zone,.tickets-flow .content .container .zones #_45:not(.unavailable).selected-zone{opacity:1}.tickets-flow .content .container .zones #_1:not(.unavailable).selected-zone path,.tickets-flow .content .container .zones #_1:not(.unavailable).selected-zone polygon,.tickets-flow .content .container .zones #_1:not(.unavailable).selected-zone polyline,.tickets-flow .content .container .zones #_2:not(.unavailable).selected-zone path,.tickets-flow .content .container .zones #_2:not(.unavailable).selected-zone polygon,.tickets-flow .content .container .zones #_2:not(.unavailable).selected-zone polyline,.tickets-flow .content .container .zones #_3:not(.unavailable).selected-zone path,.tickets-flow .content .container .zones #_3:not(.unavailable).selected-zone polygon,.tickets-flow .content .container .zones #_3:not(.unavailable).selected-zone polyline,.tickets-flow .content .container .zones #_5:not(.unavailable).selected-zone path,.tickets-flow .content .container .zones #_5:not(.unavailable).selected-zone polygon,.tickets-flow .content .container .zones #_5:not(.unavailable).selected-zone polyline,.tickets-flow .content .container .zones #_6:not(.unavailable).selected-zone path,.tickets-flow .content .container .zones #_6:not(.unavailable).selected-zone polygon,.tickets-flow .content .container .zones #_6:not(.unavailable).selected-zone polyline,.tickets-flow .content .container .zones #_7:not(.unavailable).selected-zone path,.tickets-flow .content .container .zones #_7:not(.unavailable).selected-zone polygon,.tickets-flow .content .container .zones #_7:not(.unavailable).selected-zone polyline,.tickets-flow .content .container .zones #_10:not(.unavailable).selected-zone path,.tickets-flow .content .container .zones #_10:not(.unavailable).selected-zone polygon,.tickets-flow .content .container .zones #_10:not(.unavailable).selected-zone polyline,.tickets-flow .content .container .zones #_12:not(.unavailable).selected-zone path,.tickets-flow .content .container .zones #_12:not(.unavailable).selected-zone polygon,.tickets-flow .content .container .zones #_12:not(.unavailable).selected-zone polyline,.tickets-flow .content .container .zones #_13:not(.unavailable).selected-zone path,.tickets-flow .content .container .zones #_13:not(.unavailable).selected-zone polygon,.tickets-flow .content .container .zones #_13:not(.unavailable).selected-zone polyline,.tickets-flow .content .container .zones #_14:not(.unavailable).selected-zone path,.tickets-flow .content .container .zones #_14:not(.unavailable).selected-zone polygon,.tickets-flow .content .container .zones #_14:not(.unavailable).selected-zone polyline,.tickets-flow .content .container .zones #_21:not(.unavailable).selected-zone path,.tickets-flow .content .container .zones #_21:not(.unavailable).selected-zone polygon,.tickets-flow .content .container .zones #_21:not(.unavailable).selected-zone polyline,.tickets-flow .content .container .zones #_22:not(.unavailable).selected-zone path,.tickets-flow .content .container .zones #_22:not(.unavailable).selected-zone polygon,.tickets-flow .content .container .zones #_22:not(.unavailable).selected-zone polyline,.tickets-flow .content .container .zones #_31:not(.unavailable).selected-zone path,.tickets-flow .content .container .zones #_31:not(.unavailable).selected-zone polygon,.tickets-flow .content .container .zones #_31:not(.unavailable).selected-zone polyline,.tickets-flow .content .container .zones #_32:not(.unavailable).selected-zone path,.tickets-flow .content .container .zones #_32:not(.unavailable).selected-zone polygon,.tickets-flow .content .container .zones #_32:not(.unavailable).selected-zone polyline,.tickets-flow .content .container .zones #_35:not(.unavailable).selected-zone path,.tickets-flow .content .container .zones #_35:not(.unavailable).selected-zone polygon,.tickets-flow .content .container .zones #_35:not(.unavailable).selected-zone polyline,.tickets-flow .content .container .zones #_44:not(.unavailable).selected-zone path,.tickets-flow .content .container .zones #_44:not(.unavailable).selected-zone polygon,.tickets-flow .content .container .zones #_44:not(.unavailable).selected-zone polyline,.tickets-flow .content .container .zones #_45:not(.unavailable).selected-zone path,.tickets-flow .content .container .zones #_45:not(.unavailable).selected-zone polygon,.tickets-flow .content .container .zones #_45:not(.unavailable).selected-zone polyline{-webkit-transition:fill .5s ease-in-out;-o-transition:fill .5s ease-in-out;transition:fill .5s ease-in-out;fill:#00a6f0}.tickets-flow .content .container .zones #_1.unavailable,.tickets-flow .content .container .zones #_2.unavailable,.tickets-flow .content .container .zones #_3.unavailable,.tickets-flow .content .container .zones #_5.unavailable,.tickets-flow .content .container .zones #_6.unavailable,.tickets-flow .content .container .zones #_7.unavailable,.tickets-flow .content .container .zones #_10.unavailable,.tickets-flow .content .container .zones #_12.unavailable,.tickets-flow .content .container .zones #_13.unavailable,.tickets-flow .content .container .zones #_14.unavailable,.tickets-flow .content .container .zones #_21.unavailable,.tickets-flow .content .container .zones #_22.unavailable,.tickets-flow .content .container .zones #_31.unavailable,.tickets-flow .content .container .zones #_32.unavailable,.tickets-flow .content .container .zones #_35.unavailable,.tickets-flow .content .container .zones #_44.unavailable,.tickets-flow .content .container .zones #_45.unavailable{opacity:1;cursor:not-allowed}.tickets-flow .content .container .zones #_1.unavailable path,.tickets-flow .content .container .zones #_1.unavailable polygon,.tickets-flow .content .container .zones #_1.unavailable polyline,.tickets-flow .content .container .zones #_2.unavailable path,.tickets-flow .content .container .zones #_2.unavailable polygon,.tickets-flow .content .container .zones #_2.unavailable polyline,.tickets-flow .content .container .zones #_3.unavailable path,.tickets-flow .content .container .zones #_3.unavailable polygon,.tickets-flow .content .container .zones #_3.unavailable polyline,.tickets-flow .content .container .zones #_5.unavailable path,.tickets-flow .content .container .zones #_5.unavailable polygon,.tickets-flow .content .container .zones #_5.unavailable polyline,.tickets-flow .content .container .zones #_6.unavailable path,.tickets-flow .content .container .zones #_6.unavailable polygon,.tickets-flow .content .container .zones #_6.unavailable polyline,.tickets-flow .content .container .zones #_7.unavailable path,.tickets-flow .content .container .zones #_7.unavailable polygon,.tickets-flow .content .container .zones #_7.unavailable polyline,.tickets-flow .content .container .zones #_10.unavailable path,.tickets-flow .content .container .zones #_10.unavailable polygon,.tickets-flow .content .container .zones #_10.unavailable polyline,.tickets-flow .content .container .zones #_12.unavailable path,.tickets-flow .content .container .zones #_12.unavailable polygon,.tickets-flow .content .container .zones #_12.unavailable polyline,.tickets-flow .content .container .zones #_13.unavailable path,.tickets-flow .content .container .zones #_13.unavailable polygon,.tickets-flow .content .container .zones #_13.unavailable polyline,.tickets-flow .content .container .zones #_14.unavailable path,.tickets-flow .content .container .zones #_14.unavailable polygon,.tickets-flow .content .container .zones #_14.unavailable polyline,.tickets-flow .content .container .zones #_21.unavailable path,.tickets-flow .content .container .zones #_21.unavailable polygon,.tickets-flow .content .container .zones #_21.unavailable polyline,.tickets-flow .content .container .zones #_22.unavailable path,.tickets-flow .content .container .zones #_22.unavailable polygon,.tickets-flow .content .container .zones #_22.unavailable polyline,.tickets-flow .content .container .zones #_31.unavailable path,.tickets-flow .content .container .zones #_31.unavailable polygon,.tickets-flow .content .container .zones #_31.unavailable polyline,.tickets-flow .content .container .zones #_32.unavailable path,.tickets-flow .content .container .zones #_32.unavailable polygon,.tickets-flow .content .container .zones #_32.unavailable polyline,.tickets-flow .content .container .zones #_35.unavailable path,.tickets-flow .content .container .zones #_35.unavailable polygon,.tickets-flow .content .container .zones #_35.unavailable polyline,.tickets-flow .content .container .zones #_44.unavailable path,.tickets-flow .content .container .zones #_44.unavailable polygon,.tickets-flow .content .container .zones #_44.unavailable polyline,.tickets-flow .content .container .zones #_45.unavailable path,.tickets-flow .content .container .zones #_45.unavailable polygon,.tickets-flow .content .container .zones #_45.unavailable polyline{fill:url("#stripes-full")}.tickets-flow .content .container .zones #num_s g path{fill:none}.tickets-flow .content .container .sectors #_1.unavailable,.tickets-flow .content .container .sectors #_2.unavailable,.tickets-flow .content .container .sectors #_3.unavailable,.tickets-flow .content .container .sectors #_5.unavailable,.tickets-flow .content .container .sectors #_6.unavailable,.tickets-flow .content .container .sectors #_7.unavailable,.tickets-flow .content .container .sectors #_10.unavailable,.tickets-flow .content .container .sectors #_12.unavailable,.tickets-flow .content .container .sectors #_13.unavailable,.tickets-flow .content .container .sectors #_14.unavailable,.tickets-flow .content .container .sectors #_21.unavailable,.tickets-flow .content .container .sectors #_22.unavailable,.tickets-flow .content .container .sectors #_31.unavailable,.tickets-flow .content .container .sectors #_32.unavailable,.tickets-flow .content .container .sectors #_35.unavailable,.tickets-flow .content .container .sectors #_44.unavailable,.tickets-flow .content .container .sectors #_45.unavailable{opacity:1;cursor:not-allowed}.tickets-flow .content .container .sectors #_1.unavailable path,.tickets-flow .content .container .sectors #_1.unavailable polygon,.tickets-flow .content .container .sectors #_1.unavailable polyline,.tickets-flow .content .container .sectors #_2.unavailable path,.tickets-flow .content .container .sectors #_2.unavailable polygon,.tickets-flow .content .container .sectors #_2.unavailable polyline,.tickets-flow .content .container .sectors #_3.unavailable path,.tickets-flow .content .container .sectors #_3.unavailable polygon,.tickets-flow .content .container .sectors #_3.unavailable polyline,.tickets-flow .content .container .sectors #_5.unavailable path,.tickets-flow .content .container .sectors #_5.unavailable polygon,.tickets-flow .content .container .sectors #_5.unavailable polyline,.tickets-flow .content .container .sectors #_6.unavailable path,.tickets-flow .content .container .sectors #_6.unavailable polygon,.tickets-flow .content .container .sectors #_6.unavailable polyline,.tickets-flow .content .container .sectors #_7.unavailable path,.tickets-flow .content .container .sectors #_7.unavailable polygon,.tickets-flow .content .container .sectors #_7.unavailable polyline,.tickets-flow .content .container .sectors #_10.unavailable path,.tickets-flow .content .container .sectors #_10.unavailable polygon,.tickets-flow .content .container .sectors #_10.unavailable polyline,.tickets-flow .content .container .sectors #_12.unavailable path,.tickets-flow .content .container .sectors #_12.unavailable polygon,.tickets-flow .content .container .sectors #_12.unavailable polyline,.tickets-flow .content .container .sectors #_13.unavailable path,.tickets-flow .content .container .sectors #_13.unavailable polygon,.tickets-flow .content .container .sectors #_13.unavailable polyline,.tickets-flow .content .container .sectors #_14.unavailable path,.tickets-flow .content .container .sectors #_14.unavailable polygon,.tickets-flow .content .container .sectors #_14.unavailable polyline,.tickets-flow .content .container .sectors #_21.unavailable path,.tickets-flow .content .container .sectors #_21.unavailable polygon,.tickets-flow .content .container .sectors #_21.unavailable polyline,.tickets-flow .content .container .sectors #_22.unavailable path,.tickets-flow .content .container .sectors #_22.unavailable polygon,.tickets-flow .content .container .sectors #_22.unavailable polyline,.tickets-flow .content .container .sectors #_31.unavailable path,.tickets-flow .content .container .sectors #_31.unavailable polygon,.tickets-flow .content .container .sectors #_31.unavailable polyline,.tickets-flow .content .container .sectors #_32.unavailable path,.tickets-flow .content .container .sectors #_32.unavailable polygon,.tickets-flow .content .container .sectors #_32.unavailable polyline,.tickets-flow .content .container .sectors #_35.unavailable path,.tickets-flow .content .container .sectors #_35.unavailable polygon,.tickets-flow .content .container .sectors #_35.unavailable polyline,.tickets-flow .content .container .sectors #_44.unavailable path,.tickets-flow .content .container .sectors #_44.unavailable polygon,.tickets-flow .content .container .sectors #_44.unavailable polyline,.tickets-flow .content .container .sectors #_45.unavailable path,.tickets-flow .content .container .sectors #_45.unavailable polygon,.tickets-flow .content .container .sectors #_45.unavailable polyline{fill:url("#stripes-full")}.tickets-flow .content .container .sectors #_1:not(.unavailable),.tickets-flow .content .container .sectors #_2:not(.unavailable),.tickets-flow .content .container .sectors #_3:not(.unavailable),.tickets-flow .content .container .sectors #_5:not(.unavailable),.tickets-flow .content .container .sectors #_6:not(.unavailable),.tickets-flow .content .container .sectors #_7:not(.unavailable),.tickets-flow .content .container .sectors #_10:not(.unavailable),.tickets-flow .content .container .sectors #_12:not(.unavailable),.tickets-flow .content .container .sectors #_13:not(.unavailable),.tickets-flow .content .container .sectors #_14:not(.unavailable),.tickets-flow .content .container .sectors #_21:not(.unavailable),.tickets-flow .content .container .sectors #_22:not(.unavailable),.tickets-flow .content .container .sectors #_31:not(.unavailable),.tickets-flow .content .container .sectors #_32:not(.unavailable),.tickets-flow .content .container .sectors #_35:not(.unavailable),.tickets-flow .content .container .sectors #_44:not(.unavailable),.tickets-flow .content .container .sectors #_45:not(.unavailable){opacity:1}.tickets-flow .content .container .sectors #_1:not(.unavailable) path,.tickets-flow .content .container .sectors #_1:not(.unavailable) polygon,.tickets-flow .content .container .sectors #_1:not(.unavailable) polyline,.tickets-flow .content .container .sectors #_2:not(.unavailable) path,.tickets-flow .content .container .sectors #_2:not(.unavailable) polygon,.tickets-flow .content .container .sectors #_2:not(.unavailable) polyline,.tickets-flow .content .container .sectors #_3:not(.unavailable) path,.tickets-flow .content .container .sectors #_3:not(.unavailable) polygon,.tickets-flow .content .container .sectors #_3:not(.unavailable) polyline,.tickets-flow .content .container .sectors #_5:not(.unavailable) path,.tickets-flow .content .container .sectors #_5:not(.unavailable) polygon,.tickets-flow .content .container .sectors #_5:not(.unavailable) polyline,.tickets-flow .content .container .sectors #_6:not(.unavailable) path,.tickets-flow .content .container .sectors #_6:not(.unavailable) polygon,.tickets-flow .content .container .sectors #_6:not(.unavailable) polyline,.tickets-flow .content .container .sectors #_7:not(.unavailable) path,.tickets-flow .content .container .sectors #_7:not(.unavailable) polygon,.tickets-flow .content .container .sectors #_7:not(.unavailable) polyline,.tickets-flow .content .container .sectors #_10:not(.unavailable) path,.tickets-flow .content .container .sectors #_10:not(.unavailable) polygon,.tickets-flow .content .container .sectors #_10:not(.unavailable) polyline,.tickets-flow .content .container .sectors #_12:not(.unavailable) path,.tickets-flow .content .container .sectors #_12:not(.unavailable) polygon,.tickets-flow .content .container .sectors #_12:not(.unavailable) polyline,.tickets-flow .content .container .sectors #_13:not(.unavailable) path,.tickets-flow .content .container .sectors #_13:not(.unavailable) polygon,.tickets-flow .content .container .sectors #_13:not(.unavailable) polyline,.tickets-flow .content .container .sectors #_14:not(.unavailable) path,.tickets-flow .content .container .sectors #_14:not(.unavailable) polygon,.tickets-flow .content .container .sectors #_14:not(.unavailable) polyline,.tickets-flow .content .container .sectors #_21:not(.unavailable) path,.tickets-flow .content .container .sectors #_21:not(.unavailable) polygon,.tickets-flow .content .container .sectors #_21:not(.unavailable) polyline,.tickets-flow .content .container .sectors #_22:not(.unavailable) path,.tickets-flow .content .container .sectors #_22:not(.unavailable) polygon,.tickets-flow .content .container .sectors #_22:not(.unavailable) polyline,.tickets-flow .content .container .sectors #_31:not(.unavailable) path,.tickets-flow .content .container .sectors #_31:not(.unavailable) polygon,.tickets-flow .content .container .sectors #_31:not(.unavailable) polyline,.tickets-flow .content .container .sectors #_32:not(.unavailable) path,.tickets-flow .content .container .sectors #_32:not(.unavailable) polygon,.tickets-flow .content .container .sectors #_32:not(.unavailable) polyline,.tickets-flow .content .container .sectors #_35:not(.unavailable) path,.tickets-flow .content .container .sectors #_35:not(.unavailable) polygon,.tickets-flow .content .container .sectors #_35:not(.unavailable) polyline,.tickets-flow .content .container .sectors #_44:not(.unavailable) path,.tickets-flow .content .container .sectors #_44:not(.unavailable) polygon,.tickets-flow .content .container .sectors #_44:not(.unavailable) polyline,.tickets-flow .content .container .sectors #_45:not(.unavailable) path,.tickets-flow .content .container .sectors #_45:not(.unavailable) polygon,.tickets-flow .content .container .sectors #_45:not(.unavailable) polyline{fill:#918e92;-webkit-transition:fill .5s ease-in-out;-o-transition:fill .5s ease-in-out;transition:fill .5s ease-in-out}.tickets-flow .content .container .sectors #_1:not(.unavailable) path.unavailable-sector,.tickets-flow .content .container .sectors #_1:not(.unavailable) polygon.unavailable-sector,.tickets-flow .content .container .sectors #_1:not(.unavailable) polyline.unavailable-sector,.tickets-flow .content .container .sectors #_2:not(.unavailable) path.unavailable-sector,.tickets-flow .content .container .sectors #_2:not(.unavailable) polygon.unavailable-sector,.tickets-flow .content .container .sectors #_2:not(.unavailable) polyline.unavailable-sector,.tickets-flow .content .container .sectors #_3:not(.unavailable) path.unavailable-sector,.tickets-flow .content .container .sectors #_3:not(.unavailable) polygon.unavailable-sector,.tickets-flow .content .container .sectors #_3:not(.unavailable) polyline.unavailable-sector,.tickets-flow .content .container .sectors #_5:not(.unavailable) path.unavailable-sector,.tickets-flow .content .container .sectors #_5:not(.unavailable) polygon.unavailable-sector,.tickets-flow .content .container .sectors #_5:not(.unavailable) polyline.unavailable-sector,.tickets-flow .content .container .sectors #_6:not(.unavailable) path.unavailable-sector,.tickets-flow .content .container .sectors #_6:not(.unavailable) polygon.unavailable-sector,.tickets-flow .content .container .sectors #_6:not(.unavailable) polyline.unavailable-sector,.tickets-flow .content .container .sectors #_7:not(.unavailable) path.unavailable-sector,.tickets-flow .content .container .sectors #_7:not(.unavailable) polygon.unavailable-sector,.tickets-flow .content .container .sectors #_7:not(.unavailable) polyline.unavailable-sector,.tickets-flow .content .container .sectors #_10:not(.unavailable) path.unavailable-sector,.tickets-flow .content .container .sectors #_10:not(.unavailable) polygon.unavailable-sector,.tickets-flow .content .container .sectors #_10:not(.unavailable) polyline.unavailable-sector,.tickets-flow .content .container .sectors #_12:not(.unavailable) path.unavailable-sector,.tickets-flow .content .container .sectors #_12:not(.unavailable) polygon.unavailable-sector,.tickets-flow .content .container .sectors #_12:not(.unavailable) polyline.unavailable-sector,.tickets-flow .content .container .sectors #_13:not(.unavailable) path.unavailable-sector,.tickets-flow .content .container .sectors #_13:not(.unavailable) polygon.unavailable-sector,.tickets-flow .content .container .sectors #_13:not(.unavailable) polyline.unavailable-sector,.tickets-flow .content .container .sectors #_14:not(.unavailable) path.unavailable-sector,.tickets-flow .content .container .sectors #_14:not(.unavailable) polygon.unavailable-sector,.tickets-flow .content .container .sectors #_14:not(.unavailable) polyline.unavailable-sector,.tickets-flow .content .container .sectors #_21:not(.unavailable) path.unavailable-sector,.tickets-flow .content .container .sectors #_21:not(.unavailable) polygon.unavailable-sector,.tickets-flow .content .container .sectors #_21:not(.unavailable) polyline.unavailable-sector,.tickets-flow .content .container .sectors #_22:not(.unavailable) path.unavailable-sector,.tickets-flow .content .container .sectors #_22:not(.unavailable) polygon.unavailable-sector,.tickets-flow .content .container .sectors #_22:not(.unavailable) polyline.unavailable-sector,.tickets-flow .content .container .sectors #_31:not(.unavailable) path.unavailable-sector,.tickets-flow .content .container .sectors #_31:not(.unavailable) polygon.unavailable-sector,.tickets-flow .content .container .sectors #_31:not(.unavailable) polyline.unavailable-sector,.tickets-flow .content .container .sectors #_32:not(.unavailable) path.unavailable-sector,.tickets-flow .content .container .sectors #_32:not(.unavailable) polygon.unavailable-sector,.tickets-flow .content .container .sectors #_32:not(.unavailable) polyline.unavailable-sector,.tickets-flow .content .container .sectors #_35:not(.unavailable) path.unavailable-sector,.tickets-flow .content .container .sectors #_35:not(.unavailable) polygon.unavailable-sector,.tickets-flow .content .container .sectors #_35:not(.unavailable) polyline.unavailable-sector,.tickets-flow .content .container .sectors #_44:not(.unavailable) path.unavailable-sector,.tickets-flow .content .container .sectors #_44:not(.unavailable) polygon.unavailable-sector,.tickets-flow .content .container .sectors #_44:not(.unavailable) polyline.unavailable-sector,.tickets-flow .content .container .sectors #_45:not(.unavailable) path.unavailable-sector,.tickets-flow .content .container .sectors #_45:not(.unavailable) polygon.unavailable-sector,.tickets-flow .content .container .sectors #_45:not(.unavailable) polyline.unavailable-sector{opacity:.1}.tickets-flow .content .container .sectors #_1:not(.unavailable) path:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_1:not(.unavailable) path:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_1:not(.unavailable) path:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_1:not(.unavailable) polygon:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_1:not(.unavailable) polygon:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_1:not(.unavailable) polygon:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_1:not(.unavailable) polyline:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_1:not(.unavailable) polyline:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_1:not(.unavailable) polyline:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_2:not(.unavailable) path:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_2:not(.unavailable) path:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_2:not(.unavailable) path:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_2:not(.unavailable) polygon:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_2:not(.unavailable) polygon:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_2:not(.unavailable) polygon:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_2:not(.unavailable) polyline:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_2:not(.unavailable) polyline:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_2:not(.unavailable) polyline:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_3:not(.unavailable) path:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_3:not(.unavailable) path:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_3:not(.unavailable) path:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_3:not(.unavailable) polygon:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_3:not(.unavailable) polygon:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_3:not(.unavailable) polygon:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_3:not(.unavailable) polyline:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_3:not(.unavailable) polyline:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_3:not(.unavailable) polyline:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_5:not(.unavailable) path:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_5:not(.unavailable) path:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_5:not(.unavailable) path:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_5:not(.unavailable) polygon:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_5:not(.unavailable) polygon:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_5:not(.unavailable) polygon:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_5:not(.unavailable) polyline:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_5:not(.unavailable) polyline:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_5:not(.unavailable) polyline:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_6:not(.unavailable) path:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_6:not(.unavailable) path:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_6:not(.unavailable) path:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_6:not(.unavailable) polygon:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_6:not(.unavailable) polygon:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_6:not(.unavailable) polygon:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_6:not(.unavailable) polyline:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_6:not(.unavailable) polyline:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_6:not(.unavailable) polyline:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_7:not(.unavailable) path:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_7:not(.unavailable) path:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_7:not(.unavailable) path:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_7:not(.unavailable) polygon:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_7:not(.unavailable) polygon:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_7:not(.unavailable) polygon:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_7:not(.unavailable) polyline:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_7:not(.unavailable) polyline:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_7:not(.unavailable) polyline:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_10:not(.unavailable) path:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_10:not(.unavailable) path:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_10:not(.unavailable) path:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_10:not(.unavailable) polygon:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_10:not(.unavailable) polygon:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_10:not(.unavailable) polygon:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_10:not(.unavailable) polyline:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_10:not(.unavailable) polyline:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_10:not(.unavailable) polyline:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_12:not(.unavailable) path:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_12:not(.unavailable) path:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_12:not(.unavailable) path:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_12:not(.unavailable) polygon:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_12:not(.unavailable) polygon:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_12:not(.unavailable) polygon:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_12:not(.unavailable) polyline:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_12:not(.unavailable) polyline:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_12:not(.unavailable) polyline:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_13:not(.unavailable) path:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_13:not(.unavailable) path:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_13:not(.unavailable) path:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_13:not(.unavailable) polygon:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_13:not(.unavailable) polygon:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_13:not(.unavailable) polygon:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_13:not(.unavailable) polyline:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_13:not(.unavailable) polyline:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_13:not(.unavailable) polyline:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_14:not(.unavailable) path:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_14:not(.unavailable) path:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_14:not(.unavailable) path:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_14:not(.unavailable) polygon:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_14:not(.unavailable) polygon:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_14:not(.unavailable) polygon:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_14:not(.unavailable) polyline:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_14:not(.unavailable) polyline:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_14:not(.unavailable) polyline:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_21:not(.unavailable) path:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_21:not(.unavailable) path:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_21:not(.unavailable) path:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_21:not(.unavailable) polygon:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_21:not(.unavailable) polygon:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_21:not(.unavailable) polygon:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_21:not(.unavailable) polyline:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_21:not(.unavailable) polyline:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_21:not(.unavailable) polyline:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_22:not(.unavailable) path:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_22:not(.unavailable) path:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_22:not(.unavailable) path:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_22:not(.unavailable) polygon:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_22:not(.unavailable) polygon:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_22:not(.unavailable) polygon:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_22:not(.unavailable) polyline:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_22:not(.unavailable) polyline:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_22:not(.unavailable) polyline:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_31:not(.unavailable) path:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_31:not(.unavailable) path:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_31:not(.unavailable) path:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_31:not(.unavailable) polygon:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_31:not(.unavailable) polygon:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_31:not(.unavailable) polygon:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_31:not(.unavailable) polyline:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_31:not(.unavailable) polyline:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_31:not(.unavailable) polyline:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_32:not(.unavailable) path:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_32:not(.unavailable) path:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_32:not(.unavailable) path:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_32:not(.unavailable) polygon:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_32:not(.unavailable) polygon:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_32:not(.unavailable) polygon:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_32:not(.unavailable) polyline:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_32:not(.unavailable) polyline:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_32:not(.unavailable) polyline:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_35:not(.unavailable) path:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_35:not(.unavailable) path:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_35:not(.unavailable) path:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_35:not(.unavailable) polygon:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_35:not(.unavailable) polygon:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_35:not(.unavailable) polygon:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_35:not(.unavailable) polyline:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_35:not(.unavailable) polyline:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_35:not(.unavailable) polyline:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_44:not(.unavailable) path:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_44:not(.unavailable) path:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_44:not(.unavailable) path:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_44:not(.unavailable) polygon:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_44:not(.unavailable) polygon:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_44:not(.unavailable) polygon:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_44:not(.unavailable) polyline:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_44:not(.unavailable) polyline:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_44:not(.unavailable) polyline:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_45:not(.unavailable) path:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_45:not(.unavailable) path:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_45:not(.unavailable) path:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_45:not(.unavailable) polygon:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_45:not(.unavailable) polygon:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_45:not(.unavailable) polygon:not(.unavailable-sector):hover,.tickets-flow .content .container .sectors #_45:not(.unavailable) polyline:not(.unavailable-sector):active,.tickets-flow .content .container .sectors #_45:not(.unavailable) polyline:not(.unavailable-sector):focus,.tickets-flow .content .container .sectors #_45:not(.unavailable) polyline:not(.unavailable-sector):hover{cursor:pointer;fill:#00a6f0}.tickets-flow .content .container .sectors #_1:not(.unavailable) path:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_1:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_1:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_2:not(.unavailable) path:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_2:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_2:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_3:not(.unavailable) path:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_3:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_3:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_5:not(.unavailable) path:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_5:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_5:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_6:not(.unavailable) path:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_6:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_6:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_7:not(.unavailable) path:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_7:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_7:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_10:not(.unavailable) path:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_10:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_10:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_12:not(.unavailable) path:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_12:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_12:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_13:not(.unavailable) path:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_13:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_13:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_14:not(.unavailable) path:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_14:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_14:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_21:not(.unavailable) path:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_21:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_21:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_22:not(.unavailable) path:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_22:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_22:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_31:not(.unavailable) path:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_31:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_31:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_32:not(.unavailable) path:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_32:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_32:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_35:not(.unavailable) path:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_35:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_35:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_44:not(.unavailable) path:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_44:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_44:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_45:not(.unavailable) path:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_45:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.tickets-flow .content .container .sectors #_45:not(.unavailable) polyline:not(.unavailable-sector).selected-sector{fill:#00a6f0}.tickets-flow .content .container .seats{display:inline-block;margin-right:50px;max-width:85%}@media only screen and (max-width:959px){.tickets-flow .content .container .seats{max-width:100%;margin-right:0}}.tickets-flow .content .container .seats .stand{width:50vw;height:100%;overflow-y:hidden;overflow-x:scroll;padding:30px}@media only screen and (max-width:959px){.tickets-flow .content .container .seats .stand{width:100%}}.tickets-flow .content .container .seats .stand #overlay{position:absolute;width:100%;height:100%;top:0;left:0;background-color:hsla(0,0%,96%,.8);display:none}.tickets-flow .content .container .seats .stand .contain-each-seact .seat{-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;border-radius:50%;border:1px solid #969199;width:15px;height:15px;margin:0 5px 5px 0}.tickets-flow .content .container .seats .stand .contain-each-seact .seat:after{left:22px}.tickets-flow .content .container .seats .stand .contain-each-seact .ticket-type{display:none;position:absolute;width:252px;height:50px}.tickets-flow .content .container .seats .stand .contain-each-seact .ticket-type .left,.tickets-flow .content .container .seats .stand .contain-each-seact .ticket-type .right{width:125px;height:50px;margin-top:-37px;margin-left:-119px;text-align:center;background-color:#fff;text-transform:uppercase}.tickets-flow .content .container .seats .stand .contain-each-seact .ticket-type .left:hover,.tickets-flow .content .container .seats .stand .contain-each-seact .ticket-type .right:hover{-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;background-color:#00a6f0}.tickets-flow .content .container .seats .stand .contain-each-seact .ticket-type .left .title,.tickets-flow .content .container .seats .stand .contain-each-seact .ticket-type .right .title{font-weight:700;font-size:14px;color:#2c272f;letter-spacing:.58px;line-height:14px;margin:10px 0 0}.tickets-flow .content .container .seats .stand .contain-each-seact .ticket-type .left .price,.tickets-flow .content .container .seats .stand .contain-each-seact .ticket-type .right .price{font-weight:700;font-size:12px;color:#969199;letter-spacing:0;line-height:14px;margin:5px 0 0}.tickets-flow .content .container .seats .stand .contain-each-seact .ticket-type .middle{width:17px;height:17px;background-color:#00a6f0;border-radius:50%;position:absolute;margin-top:-20px;border:2px solid #fff}.tickets-flow .content .container .seats .stand .contain-each-seact .ticket-type .right{margin-left:2px}.tickets-flow .content .container .seats .stand .contain-each-seact .ticket-type .right:hover .title{-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;color:#fff}.tickets-flow .content .container .seats .stand .contain-each-seact .ticket-type .right .title{color:#00a6f0}.tickets-flow .content .container .seats .stand .contain-each-seact .free{cursor:pointer}.tickets-flow .content .container .seats .stand .contain-each-seact .free:hover{-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;border:1px solid #00a6f0;background-color:#00a6f0;text-align:center;line-height:13px;font-size:12px}.tickets-flow .content .container .seats .stand .contain-each-seact .free.selected{-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;border:1px solid #000;background-color:#000;color:#fff;text-align:center;line-height:13px;font-size:12px}.tickets-flow .content .container .seats .stand .contain-each-seact .occupied{background:#ee8e31;border:1px solid #ee8e31}.tickets-flow .content .container .seats .stand .contain-each-seact .unavailable{visibility:hidden}.tickets-flow .content .container .seats .stand .new-row{display:-webkit-box;display:-ms-flexbox;display:flex}.tickets-flow .content .container .legend{margin:10px -20px;text-align:center}@media only screen and (max-width:959px){.tickets-flow .content .container .legend{margin:10px 0}}.tickets-flow .content .container .legend .turf{height:40px;background-color:rgba(20,191,165,.07);position:relative}.tickets-flow .content .container .legend .turf p{width:100%;text-align:center;line-height:.1em;font-weight:700;font-size:12px;color:#969199;text-transform:uppercase;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;position:absolute;margin:0}.tickets-flow .content .container .legend .meanings ul{padding-left:0;list-style:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.tickets-flow .content .container .legend .meanings ul li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-weight:500;font-size:12px;color:#969199}.tickets-flow .content .container .legend .meanings ul li div{margin:0 10px}.tickets-flow .content .container .legend .meanings ul li .seat{border-radius:50%;border:1px solid #969199;width:15px;height:15px}.tickets-flow .content .container .legend .meanings ul li .selected{border:1px solid #2c272f;background-color:#2c272f}.tickets-flow .content .container .legend .meanings ul li .occupied{background:#ee8e31;border:1px solid #ee8e31}.tickets-flow .content .error-view{padding-top:50%}@media only screen and (max-width:959px){.tickets-flow .content .error-view{padding-top:100%}}.tickets-flow .content .annual-seat{max-width:360px;margin:0 auto;position:relative;min-height:400px;display:-webkit-box;display:-ms-flexbox;display:flex}.tickets-flow .content .annual-seat .left-col{padding-top:18px;margin-right:30px}@media only screen and (max-width:767px){.tickets-flow .content .annual-seat .left-col{display:none}}@media only screen and (max-width:767px){.tickets-flow .content .annual-seat .right-col{width:100%}}.tickets-flow .content .annual-seat .right-col ul{padding-left:0;list-style:none}.tickets-flow .content .annual-seat .right-col ul .title{color:#2c272f;font-family:Fira Sans,sans-serif;font-size:24px;font-weight:700;line-height:30px;margin-bottom:20px}.tickets-flow .content .annual-seat .right-col ul .sub-title{color:#2c272f;font-family:Fira Sans Condensed,sans-serif;font-size:24px;font-weight:700;line-height:24px;margin-bottom:14px}.tickets-flow .content .annual-seat .right-col ul .zone-sector{color:#969199;font-family:Fira Sans Condensed,sans-serif;font-size:16px;line-height:12px;margin-bottom:7px}.tickets-flow .content .annual-seat .right-col ul .place{color:#00a6f0;font-family:Fira Sans Condensed,sans-serif;font-size:12px;font-weight:500;line-height:12px;margin-bottom:18px}.tickets-flow .content .annual-seat .right-col ul .break{border:.5px solid #969199;margin-bottom:18px}.tickets-flow .content .annual-seat .right-col ul .price{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:39px}.tickets-flow .content .annual-seat .right-col ul .price .price-title,.tickets-flow .content .annual-seat .right-col ul .price .price-value{width:50%;color:#2c272f;font-family:Fira Sans,sans-serif;font-size:16px;line-height:14px}.tickets-flow .content .annual-seat .right-col ul .price .price-value{text-align:right;font-weight:800}.tickets-flow .content .annual-seat .right-col ul .button-buy{margin-bottom:19px}.tickets-flow .content .annual-seat .right-col ul .button{width:100%}.tickets-flow .finish-form{padding-top:0}.tickets-flow .finish-form .title{margin-top:0}.tickets-flow .finish-form .button-buy{margin-top:20px;text-align:center}.sectors{width:100%}@media only screen and (min-width:768px){.sectors{margin-right:50px;width:auto}}.sectors .sectors-map{width:100%}.sectors .sectors-map .st1,.sectors .sectors-map .st3{fill:rgba(0,0,0,.2)}.sectors .sectors-map .st3{fill:rgba(0,0,0,.5)}.sectors .sectors-map .st5{fill:#fff}.sectors .sectors-map .st6{fill:rgba(0,0,0,.2)}.sectors .sectors-map .st7{fill:none;stroke-miterlimit:10;stroke-width:2;stroke:#fafafa}.sectors .sectors-map .available{cursor:pointer}.sectors .sectors-map .available:hover{fill:#0083bd}.sectors .sectors-map .available:hover,.sectors .sectors-map .selected{-webkit-transition:fill .25s ease;-o-transition:fill .25s ease;transition:fill .25s ease}.sectors .sectors-map .selected{fill:#00a6f0}.sectors .sectors-map .full{fill:url("#stripes-full")}.sectors .sectors-map .unavailable{fill:url("#stripes-unvailable")}.sectors .sectors-map .full,.sectors .sectors-map .unavailable{cursor:not-allowed}.card-ticket-info{background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:30px;width:100%}@media only screen and (min-width:768px){.card-ticket-info{margin-top:0}}@media only screen and (min-width:480px){.card-ticket-info{width:262px}}.card-ticket-info img{width:100%}.card-ticket-info .card-ticket-success{padding:20px}.card-ticket-info .card-ticket-success .title{color:#2c272f;font-family:Fira Sans Condensed,sans-serif;font-size:23px;font-weight:700;line-height:24px;margin-bottom:10px;margin-top:0;text-transform:uppercase}.card-ticket-info .card-ticket-success .subtitle{color:#969199;font-size:12px;line-height:14px;margin:0}.card-ticket-info ul{padding-left:0;list-style:none;margin-bottom:0;margin-top:0;padding:20px}.card-ticket-info ul li{width:100%;text-transform:uppercase}.card-ticket-info ul .card-ticket-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-ticket-info ul .card-ticket-item+.card-ticket-item{margin-top:20px}.card-ticket-info ul .card-ticket-item .row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.card-ticket-info ul .card-ticket-item .ticket{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-ticket-info ul .button-remove-seat .icon{margin:0}.card-ticket-info ul .associate-data{color:#969199;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:12px;font-weight:500;letter-spacing:.3px;margin-top:10px;text-transform:none}.card-ticket-info ul .stadium{font-weight:700;font-size:12px;color:#969199;line-height:12px;margin-bottom:5px}.card-ticket-info ul .place,.card-ticket-info ul .title{color:#2c272f;font-family:Fira Sans Condensed,sans-serif;font-size:23px;font-weight:700;line-height:24px;margin-bottom:20px}.card-ticket-info ul .title{margin-bottom:0}.card-ticket-info ul .subtitle{color:#00a6f0;font-family:Fira Sans Condensed,sans-serif;font-size:12px;font-weight:700;line-height:12px}.card-ticket-info ul .price{color:#969199;font-size:16px;font-weight:800;line-height:14px;margin-bottom:5px}.card-ticket-info ul .associated-price{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#00a6f0;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;font-weight:800;line-height:14px}.card-ticket-info ul .become-associated{color:#969199;font-size:12px;font-weight:500;margin-left:10px;text-transform:none}.card-ticket-info .subtotal{color:#969199;border-top:1px solid #f5f5f5;font-size:16px;font-weight:800;line-height:14px;padding:20px;text-transform:uppercase}.card-ticket-info .subtotal span{color:#2c272f}.card-ticket-info .button{width:100%}.legend-wrapper{text-align:center}.legend-wrapper .turf{color:#969199;display:table;font-size:12px;font-weight:700;margin:10px 0;text-align:center;text-transform:uppercase;white-space:nowrap;width:100%}.legend-wrapper .turf:after,.legend-wrapper .turf:before{border-top:1px solid #cfd8dc;content:"";display:table-cell;position:relative;top:.5em;width:45%}.legend-wrapper .turf:before{right:1.5%}.legend-wrapper .turf:after{left:1.5%}.legend-wrapper .legend{padding-left:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0}@media only screen and (min-width:768px){.legend-wrapper .legend{display:inline-block}}.legend-wrapper .legend .legend-item{color:#969199;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;font-size:12px;font-weight:500;padding-bottom:10px}.legend-wrapper .legend .legend-item:before{content:"";border-radius:50%;border:1px solid #969199;width:13px;height:13px;margin:0 10px}.legend-wrapper .legend .legend-item.available:before{background:rgba(0,0,0,.5);border:none}.legend-wrapper .legend .legend-item.selected:before{border:1px solid #00a6f0;background-color:#00a6f0}.legend-wrapper .legend .legend-item.full:before,.legend-wrapper .legend .legend-item.occupied:before{background:-webkit-repeating-linear-gradient(45deg,#ee8e31,#ee8e31 2px,#f5f5f5 0,#f5f5f5 4px);background:-o-repeating-linear-gradient(45deg,#ee8e31,#ee8e31 2px,#f5f5f5 2px,#f5f5f5 4px);background:repeating-linear-gradient(45deg,#ee8e31,#ee8e31 2px,#f5f5f5 0,#f5f5f5 4px);border:1px solid #ee8e31}.legend-wrapper .legend .legend-item.unavailable:before{background:-webkit-repeating-linear-gradient(45deg,rgba(0,0,0,.5),rgba(0,0,0,.5) 2px,#f5f5f5 0,#f5f5f5 4px);background:-o-repeating-linear-gradient(45deg,rgba(0,0,0,.5),rgba(0,0,0,.5) 2px,#f5f5f5 2px,#f5f5f5 4px);background:repeating-linear-gradient(45deg,rgba(0,0,0,.5),rgba(0,0,0,.5) 2px,#f5f5f5 0,#f5f5f5 4px);border:1px solid rgba(0,0,0,.5)}.seats{display:inline-block}@media only screen and (min-width:768px){.seats{margin-right:50px}}.seats .stand{overflow:scroll}.seats .seats-row{display:-webkit-box;display:-ms-flexbox;display:flex}.seats .seats-row .contain-each-seat{-webkit-box-flex:0;-ms-flex:0 0 15px;flex:0 0 15px}.seats .seats-row .contain-each-seat .ticket-type{display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;position:absolute;width:252px;z-index:2}.seats .seats-row .contain-each-seat .ticket-type .left,.seats .seats-row .contain-each-seat .ticket-type .right{background-color:#fff;cursor:pointer;height:50px;margin-left:-119px;margin-top:-37px;text-align:center;text-transform:uppercase;width:125px}.seats .seats-row .contain-each-seat .ticket-type .left .title,.seats .seats-row .contain-each-seat .ticket-type .right .title{color:#2c272f;font-size:14px;font-weight:700;letter-spacing:.58px;line-height:14px;margin:10px 0 0}.seats .seats-row .contain-each-seat .ticket-type .left .price,.seats .seats-row .contain-each-seat .ticket-type .right .price{color:#969199;font-size:12px;font-weight:700;letter-spacing:0;line-height:14px;margin:5px 0 0}.seats .seats-row .contain-each-seat .ticket-type .left:hover:not(.disabled),.seats .seats-row .contain-each-seat .ticket-type .right:hover:not(.disabled){background-color:#00a6f0;-webkit-transition:background-color .5s ease;-o-transition:background-color .5s ease;transition:background-color .5s ease}.seats .seats-row .contain-each-seat .ticket-type .left:hover:not(.disabled) .title,.seats .seats-row .contain-each-seat .ticket-type .right:hover:not(.disabled) .title{color:#fff;-webkit-transition:color .5s ease;-o-transition:color .5s ease;transition:color .5s ease}.seats .seats-row .contain-each-seat .ticket-type .left:hover:not(.disabled) .price,.seats .seats-row .contain-each-seat .ticket-type .right:hover:not(.disabled) .price{color:#fff;-webkit-transition:color .5s ease;-o-transition:color .5s ease;transition:color .5s ease;opacity:.5}.seats .seats-row .contain-each-seat .ticket-type .middle{background-color:#00a6f0;border-radius:50%;border:2px solid #fff;height:17px;margin-top:-20px;position:absolute;width:17px}.seats .seats-row .contain-each-seat .ticket-type .right{margin-left:2px}.seats .seats-row .contain-each-seat .ticket-type .right .title{color:#00a6f0}.seats .seats-row .contain-each-seat .ticket-type .disabled{pointer-events:none}.seats .seats-row .seat{border-radius:50%;border:1px solid #969199;height:15px;margin:0 5px 5px 0;width:15px;text-align:center;font-size:12px}.seats .seats-row .available:hover,.seats .seats-row .seat{-webkit-transition:background-color .5s ease;-o-transition:background-color .5s ease;transition:background-color .5s ease}.seats .seats-row .available:hover,.seats .seats-row .selected{background-color:#00a6f0;border:1px solid #00a6f0;cursor:pointer}.seats .seats-row .occupied{background:-webkit-repeating-linear-gradient(45deg,#ee8e31,#ee8e31 2px,#f5f5f5 0,#f5f5f5 4px);background:-o-repeating-linear-gradient(45deg,#ee8e31,#ee8e31 2px,#f5f5f5 2px,#f5f5f5 4px);background:repeating-linear-gradient(45deg,#ee8e31,#ee8e31 2px,#f5f5f5 0,#f5f5f5 4px);border:1px solid #ee8e31;cursor:not-allowed}.seats .seats-row .unavailable{visibility:hidden}.modal-ticket-associate{background:#fff;position:absolute;left:0;right:0;top:0;margin:auto;width:540px;z-index:2}.modal-ticket-associate .modal-header{border-bottom:1px solid #f1f3f5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:40px;padding-left:40px}.modal-ticket-associate .modal-title{color:#2c272f;font-size:24px;font-weight:700;letter-spacing:-.4px}.modal-ticket-associate .modal-content{color:#969199;font-size:14px;line-height:20px;padding-right:40px;padding-left:40px;padding-bottom:30px}.modal-ticket-associate .modal-content p{margin-bottom:20px}.modal-ticket-associate .important{font-weight:500;font-size:14px;color:#ee8e31;letter-spacing:-.1px;line-height:20px}.modal-ticket-associate .form-fieldset{border:0;margin-bottom:15px;margin-left:0;margin-right:0;min-width:0;padding:0}.modal-ticket-associate .form-row{display:-webkit-box;display:-ms-flexbox;display:flex}.modal-ticket-associate .fl-input-container{-webkit-box-flex:1;-ms-flex:1;flex:1}.modal-ticket-associate .fl-input-container+.fl-input-container{margin-left:20px}.buy-annual-place-wrapper{background:#fafafa;height:100%}.buy-annual-place-wrapper header{height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(0,0,0,.1)}.buy-annual-place-wrapper header .go-back{z-index:1}.buy-annual-place-wrapper header .title-wrapper{text-align:center}@media only screen and (max-width:767px){.buy-annual-place-wrapper header .title-wrapper{position:absolute;width:100%}}.buy-annual-place-wrapper header .title-wrapper span{color:#2c272f;font-size:24px;font-weight:700;line-height:30px;text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1;text-transform:uppercase;justify-self:center}@media only screen and (max-width:479px){.buy-annual-place-wrapper header .title-wrapper span{font-size:16px;top:-1px;position:relative}}.buy-annual-place-wrapper header .icon-gallery-arrow-left{margin-left:24px;justify-self:flex-start;cursor:pointer}.buy-annual-place-wrapper .background-wrapper{background:#fff}.buy-annual-place-wrapper .annual-place-step-1-wrapper{padding-top:41px;padding-bottom:45px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#fff;max-width:90%;margin:0 auto}.buy-annual-place-wrapper .annual-place-step-1-wrapper .title-wrapper{text-align:center;margin-bottom:30px}.buy-annual-place-wrapper .annual-place-step-1-wrapper .title-wrapper h3{font-size:18px;line-height:22px;margin:0}.buy-annual-place-wrapper .annual-place-step-1-wrapper .error-message-validate-associate{margin-top:0;min-height:16px}.buy-annual-place-wrapper .annual-place-step-1-wrapper .associate-form-signup-wrapper{border:1px solid rgba(0,0,0,.2);padding:30px}.buy-annual-place-wrapper .annual-place-step-1-wrapper .associate-form-signup-wrapper ul{list-style-type:none}@media only screen and (max-width:767px){.buy-annual-place-wrapper .annual-place-step-1-wrapper .associate-form-signup-wrapper ul{display:contents}}.buy-annual-place-wrapper .annual-place-step-1-wrapper .associate-form-signup-wrapper ul li{padding-right:20px}@media only screen and (max-width:767px){.buy-annual-place-wrapper .annual-place-step-1-wrapper .associate-form-signup-wrapper ul li{padding-right:0}}.buy-annual-place-wrapper .annual-place-step-1-wrapper .associate-form-signup-wrapper ul li .button{width:100%}@media only screen and (max-width:767px){.buy-annual-place-wrapper .annual-place-step-1-wrapper .associate-form-signup-wrapper ul .button-submit{margin-top:20px}}.buy-annual-place-wrapper .annual-place-step-1-wrapper .associate-form-signup-wrapper .fl-input-container input{-webkit-box-shadow:0 0 0 30px #fff inset;box-shadow:inset 0 0 0 30px #fff}.buy-annual-place-wrapper .annual-place-step-1-wrapper .associate-form-signup-wrapper .Select .Select-control{width:100%;background:#fafafa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;padding-top:0;height:43px}.buy-annual-place-wrapper .annual-place-step-1-wrapper .associate-form-signup-wrapper .Select .Select-control .Select-value .Select-value-label{text-transform:uppercase}.buy-annual-place-wrapper .annual-place-step-1-wrapper .associate-form-signup-wrapper .Select .Select-control .Select-arrow-zone{line-height:0;-webkit-box-flex:0;-ms-flex:0;flex:0}.buy-annual-place-wrapper .annual-place-step-1-wrapper .associate-form-signup-wrapper .Select .Select-control .Select-multi-value-wrapper{padding-left:20px;max-width:calc(100% - 20px);-webkit-box-flex:1;-ms-flex:1;flex:1}.buy-annual-place-wrapper .annual-place-step-1-wrapper .associate-form-signup-wrapper .Select .Select-control .Select-multi-value-wrapper .Select-placeholder{font-size:14px;line-height:20px;font-weight:500;color:#2c272f;text-transform:uppercase}.buy-annual-place-wrapper .annual-place-step-1-wrapper .associate-form-signup-wrapper .Select .Select-menu-outer{width:100%;z-index:99}.buy-annual-place-wrapper .annual-place-step-1-wrapper .associate-form-signup-wrapper .loading-wrapper{position:relative;width:100%;background-color:#78909c;min-height:42px}.buy-annual-place-wrapper .annual-place-step-1-wrapper .associate-form-signup-result-wrapper{text-align:center}.buy-annual-place-wrapper .annual-place-step-1-wrapper .associate-form-signup-result-wrapper h3{font-size:18px;color:#00a6f0;text-transform:uppercase;margin:20px 0}.buy-annual-place-wrapper .annual-place-step-1-wrapper .associate-form-signup-result-wrapper .button{width:100%}.buy-annual-place-wrapper .stadium-zones-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#fff}.buy-annual-place-wrapper .stadium-zones-wrapper .loading-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:60px;min-height:590px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg{height:420px;width:100%}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45{cursor:pointer;-webkit-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44:not(.unavailable):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45:not(.unavailable):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45:not(.unavailable):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45:not(.unavailable):hover{opacity:.5}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44:not(.unavailable):hover polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45:not(.unavailable):active path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45:not(.unavailable):active polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45:not(.unavailable):active polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45:not(.unavailable):focus path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45:not(.unavailable):focus polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45:not(.unavailable):focus polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45:not(.unavailable):hover path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45:not(.unavailable):hover polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45:not(.unavailable):hover polyline{fill:#00a6f0}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45:not(.unavailable) polyline{-webkit-transition:opacity .5s ease-in-out,fill .5s ease-in-out;-o-transition:opacity .5s ease-in-out,fill .5s ease-in-out;transition:opacity .5s ease-in-out,fill .5s ease-in-out}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44:not(.unavailable).selected-zone,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45:not(.unavailable).selected-zone{opacity:1}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44:not(.unavailable).selected-zone polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45:not(.unavailable).selected-zone path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45:not(.unavailable).selected-zone polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45:not(.unavailable).selected-zone polyline{-webkit-transition:fill .5s ease-in-out;-o-transition:fill .5s ease-in-out;transition:fill .5s ease-in-out;fill:#00a6f0}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45.unavailable{opacity:1;cursor:not-allowed}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_1.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_2.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_3.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_5.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_6.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_7.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_10.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_12.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_13.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_14.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_21.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_22.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_31.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_32.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_35.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_44.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #_45.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_1.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_2.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_3.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_5.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_6.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_7.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_10.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_12.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_13.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_14.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_21.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_22.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_31.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_32.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_35.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_44.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #_45.unavailable polyline{fill:url("#stripes-full")}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones #num_s g path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones #num_s g path{fill:none}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones .zoneStyle1,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones .zoneStyle1{fill:#2c272f}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones .zoneStyle2,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones .zoneStyle2{opacity:.2}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones .zoneStyle3,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones .zoneStyle3{opacity:.7}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones .zoneStyle4,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones .zoneStyle4{fill:#2c272f;isolation:isolate}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones .zoneStyle5,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones .zoneStyle5{opacity:.5}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones .zoneStyle6,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones .zoneStyle6{opacity:.3}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones .zoneStyle7,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones .zoneStyle7{fill:#fff}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones .zoneStyle8,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones .zoneStyle8{fill:#d0d8dc}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones .zoneStyle9,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.zones .zoneStyle10,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones .zoneStyle9,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.zones .zoneStyle10{fill:none;stroke:#f5f5f5;stroke-miterlimit:10;stroke-width:2px}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44.unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45.unavailable{opacity:1;cursor:not-allowed}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44.unavailable polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45.unavailable path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45.unavailable polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45.unavailable polyline{fill:url("#stripes-full")}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44:not(.unavailable),.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45:not(.unavailable){opacity:1}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44:not(.unavailable) polyline,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45:not(.unavailable) path,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45:not(.unavailable) polygon,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45:not(.unavailable) polyline{fill:#918e92;-webkit-transition:fill .5s ease-in-out;-o-transition:fill .5s ease-in-out;transition:fill .5s ease-in-out}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44:not(.unavailable) polyline.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45:not(.unavailable) path.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45:not(.unavailable) polygon.unavailable-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45:not(.unavailable) polyline.unavailable-sector{opacity:.1}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44:not(.unavailable) polyline:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45:not(.unavailable) path:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45:not(.unavailable) path:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45:not(.unavailable) path:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45:not(.unavailable) polygon:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45:not(.unavailable) polygon:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45:not(.unavailable) polygon:not(.unavailable-sector):hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45:not(.unavailable) polyline:not(.unavailable-sector):active,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45:not(.unavailable) polyline:not(.unavailable-sector):focus,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45:not(.unavailable) polyline:not(.unavailable-sector):hover{cursor:pointer;fill:#00a6f0}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_1:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_2:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_3:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_5:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_6:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_7:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_10:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_12:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_13:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_14:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_21:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_22:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_31:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_32:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_35:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_44:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors #_45:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_1:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_2:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_3:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_5:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_6:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_7:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_10:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_12:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_13:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_14:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_21:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_22:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_31:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_32:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_35:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_44:not(.unavailable) polyline:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45:not(.unavailable) path:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45:not(.unavailable) polygon:not(.unavailable-sector).selected-sector,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors #_45:not(.unavailable) polyline:not(.unavailable-sector).selected-sector{fill:#00a6f0}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors .zoneStyle1,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors .zoneStyle1{fill:#2c272f}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors .zoneStyle2,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors .zoneStyle2{opacity:.2}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors .zoneStyle3,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors .zoneStyle3{opacity:.7}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors .zoneStyle4,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors .zoneStyle4{fill:#2c272f;isolation:isolate}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors .zoneStyle5,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors .zoneStyle5{opacity:.5}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors .zoneStyle6,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors .zoneStyle6{opacity:.3}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors .zoneStyle7,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors .zoneStyle7{fill:#b2b2b2}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors .zoneStyle8,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors .zoneStyle8{fill:#d0d8dc}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors .zoneStyle9,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container svg.sectors .zoneStyle10,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors .zoneStyle9,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container svg.sectors .zoneStyle10{fill:none;stroke:#f5f5f5;stroke-miterlimit:10;stroke-width:2px}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .caption,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .caption{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .caption .single-caption-container,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .caption .single-caption-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .caption .single-caption-container .occupied-place,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .caption .single-caption-container .open-place,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .caption .single-caption-container .selected-place,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .caption .single-caption-container .occupied-place,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .caption .single-caption-container .open-place,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .caption .single-caption-container .selected-place{width:15px;height:15px;border-radius:8px;margin-right:10px;display:inline-block}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .caption .single-caption-container .selected-place,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .caption .single-caption-container .selected-place{border:1px solid #00a6f0;background:#00a6f0}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .caption .single-caption-container .open-place,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .caption .single-caption-container .open-place{border:1px solid rgba(44,39,47,.5)}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .caption .single-caption-container .occupied-place,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .caption .single-caption-container .occupied-place{border:1px solid #ee8e31;background:#ee8e31}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .caption .single-caption-container .text-container,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .caption .single-caption-container .text-container{text-align:left;color:#969199;font-size:12px;line-height:14px;margin-right:20px}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats{display:inline-block;margin-right:0;max-width:100%}@media only screen and (max-width:959px){.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats{max-width:100%;margin-right:0}}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand{width:70vw;height:auto;overflow-y:hidden;overflow-x:scroll;padding:30px}@media only screen and (max-width:959px){.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand{width:100vw}}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand #overlay,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand #overlay{position:absolute;width:100%;height:100%;top:0;left:0;background-color:hsla(0,0%,96%,.8);display:none}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand .contain-each-seact .seat,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand .contain-each-seact .seat{-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;border-radius:50%;border:1px solid #969199;width:15px;height:15px;margin:0 5px 5px 0}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand .contain-each-seact .seat:after,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand .contain-each-seact .seat:after{left:22px}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand .contain-each-seact .ticket-type,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand .contain-each-seact .ticket-type{display:none;position:absolute;width:252px;height:50px}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand .contain-each-seact .ticket-type .left,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand .contain-each-seact .ticket-type .right,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand .contain-each-seact .ticket-type .left,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand .contain-each-seact .ticket-type .right{width:125px;height:50px;margin-top:-37px;margin-left:-119px;text-align:center;background-color:#fff;text-transform:uppercase}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand .contain-each-seact .ticket-type .left:hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand .contain-each-seact .ticket-type .right:hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand .contain-each-seact .ticket-type .left:hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand .contain-each-seact .ticket-type .right:hover{-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;background-color:#00a6f0}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand .contain-each-seact .ticket-type .left .title,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand .contain-each-seact .ticket-type .right .title,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand .contain-each-seact .ticket-type .left .title,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand .contain-each-seact .ticket-type .right .title{font-weight:700;font-size:14px;color:#2c272f;letter-spacing:.58px;line-height:14px;margin:10px 0 0}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand .contain-each-seact .ticket-type .left .price,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand .contain-each-seact .ticket-type .right .price,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand .contain-each-seact .ticket-type .left .price,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand .contain-each-seact .ticket-type .right .price{font-weight:700;font-size:12px;color:#969199;letter-spacing:0;line-height:14px;margin:5px 0 0}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand .contain-each-seact .ticket-type .middle,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand .contain-each-seact .ticket-type .middle{width:17px;height:17px;background-color:#00a6f0;border-radius:50%;position:absolute;margin-top:-20px;border:2px solid #fff}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand .contain-each-seact .ticket-type .right,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand .contain-each-seact .ticket-type .right{margin-left:2px}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand .contain-each-seact .ticket-type .right:hover .title,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand .contain-each-seact .ticket-type .right:hover .title{-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;color:#fff}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand .contain-each-seact .ticket-type .right .title,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand .contain-each-seact .ticket-type .right .title{color:#00a6f0}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand .contain-each-seact .free,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand .contain-each-seact .free{cursor:pointer}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand .contain-each-seact .free:hover,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand .contain-each-seact .free:hover{-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;border:1px solid #00a6f0;background-color:#00a6f0;text-align:center;line-height:13px;font-size:12px}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand .contain-each-seact .free.selected,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand .contain-each-seact .free.selected{-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;border:1px solid #000;background-color:#000;color:#fff;text-align:center;line-height:13px;font-size:12px}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand .contain-each-seact .occupied,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand .contain-each-seact .occupied{background:#ee8e31;border:1px solid #ee8e31}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand .contain-each-seact .unavailable,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand .contain-each-seact .unavailable{visibility:hidden}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand .new-row,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .seats .stand .new-row{display:-webkit-box;display:-ms-flexbox;display:flex}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .legend,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .legend{margin:0;text-align:center}@media only screen and (max-width:959px){.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .legend,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .legend{margin:10px 0}}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .legend .turf,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .legend .turf{background-color:rgba(20,191,165,.07)}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .legend .turf p,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .legend .turf p{width:100%;text-align:center;border-bottom:1px solid #969199;line-height:.1em;margin:10px 0;font-weight:700;font-size:12px;color:#969199;text-transform:uppercase}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .legend .turf span,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .legend .turf span{color:rgba(0,0,0,.3);width:100%;text-align:center;font-weight:500;font-size:12px;color:#969199;text-transform:uppercase;line-height:40px}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .legend .turf p span,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .legend .turf p span{background:#f5f5f5;padding:0 20px}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .legend .meanings,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .legend .meanings{margin-bottom:10px}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .legend .meanings ul,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .legend .meanings ul{padding-left:0;list-style:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .legend .meanings ul li,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .legend .meanings ul li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-weight:500;font-size:12px;color:#969199}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .legend .meanings ul li div,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .legend .meanings ul li div{margin:0 10px}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .legend .meanings ul li .seat,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .legend .meanings ul li .seat{border-radius:50%;border:1px solid #969199;width:15px;height:15px}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .legend .meanings ul li .selected,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .legend .meanings ul li .selected{border:1px solid #2c272f;background-color:#2c272f}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .legend .meanings ul li .occupied,.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container .legend .meanings ul li .occupied{background:#ee8e31;border:1px solid #ee8e31}@media only screen and (max-width:767px){.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:auto;margin-top:0}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-zones-container #dragao_stadio{padding:10px}}@media only screen and (max-width:767px){.buy-annual-place-wrapper .stadium-zones-wrapper .purchase-aside-wrapper{width:100%}}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container{margin-top:0;width:60%}.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand{width:95%}@media only screen and (max-width:767px){.buy-annual-place-wrapper .stadium-zones-wrapper .stadium-seats-container .seats .stand{padding-left:20px}}.buy-annual-place-wrapper .verify-page-wrapper{position:relative;padding:initial;padding-top:40px;min-height:300px}.buy-annual-place-wrapper .braintree-wrapper{position:relative;padding:80px;padding-top:40px;min-height:300px}@media only screen and (max-width:767px){.buy-annual-place-wrapper .braintree-wrapper{padding:30px}}.buy-annual-place-wrapper .braintree-wrapper .error-payment{font-weight:700;font-size:14px;color:#ee8e31;line-height:18px;text-align:left}.buy-annual-place-wrapper .braintree-wrapper .loading-wrapper{width:100%;position:relative;margin-top:80px}.buy-annual-place-wrapper .braintree-wrapper div .braintree-dropin-react .braintree-heading{color:#2c272f;font-family:Fira Sans,sans-serif;font-size:24px;font-weight:700;line-height:24px;text-transform:uppercase}.buy-annual-place-wrapper .braintree-wrapper .braintree-placeholder{margin-bottom:40px}.buy-annual-place-wrapper .purchase-aside-wrapper{padding:0 20px;border-left:1px solid rgba(0,0,0,.1);width:330px}@media only screen and (max-width:767px){.buy-annual-place-wrapper .purchase-aside-wrapper{width:100%}}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-steps-wrapper{display:inline-block;width:100%;border-bottom:1px solid rgba(0,0,0,.1)}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-steps-wrapper .aside-steps-title-container{font-size:16px;font-weight:500;font-family:Fira Sans Condensed,sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:28px 0}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-steps-wrapper .aside-steps-title-container .current-step{color:#00a6f0}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-steps-wrapper .aside-steps-title-container .limit-step{color:rgba(0,0,0,.2)}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-steps-wrapper .aside-steps-title-container .title-label{margin-left:20px;-webkit-box-flex:1;-ms-flex:1;flex:1}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-steps-wrapper .aside-steps-title-container .icon-refresh-annual-place{float:right;cursor:pointer}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper{padding-top:10px}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .stadium-label,.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .stadium-location{margin:0;text-transform:uppercase;font-family:Fira Sans Condensed,sans-serif}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .stadium-label{font-size:12px;line-height:12px;color:rgba(0,0,0,.3);font-weight:700}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .stadium-location{font-size:24px;line-height:24px;font-weight:700;margin-top:5px}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .sector-image{width:100%;margin-top:30px}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .place-price-wrapper{margin-top:40px;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .place-price-wrapper .place-price-label{text-transform:uppercase;font-size:16px;line-height:14px;font-weight:400}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .place-price-wrapper .place-price{text-transform:uppercase;font-size:16px;line-height:14px;font-weight:800;font-family:Fira Sans Condensed,sans-serif}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .button{width:100%;margin-top:20px;margin-bottom:20px}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .list-users .each-user{border-bottom:1px solid rgba(0,0,0,.1)}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .list-users .each-user .user-name{color:#2c272f;font-family:Fira Sans Condensed,sans-serif;font-size:24px;font-weight:700;line-height:24px}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .list-users .each-user .type{color:#2c272f;font-family:Fira Sans,sans-serif;font-size:14px;font-weight:500;line-height:20px}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .list-users .each-user .info-action{color:#00a6f0;font-family:Fira Sans,sans-serif;font-size:14px;font-weight:700;line-height:12px;display:-webkit-box;display:-ms-flexbox;display:flex}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .list-users .each-user .info-action .left{width:70%}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .list-users .each-user .info-action .left span{text-transform:uppercase}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .list-users .each-user .info-action .right{width:30%;text-align:right}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .list-users .each-user .info-action .remove-seat{cursor:pointer}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .list-users .each-user .select{color:#ee8e31;font-family:Fira Sans Condensed,sans-serif;font-size:14px;font-weight:500;line-height:12px;text-transform:uppercase;margin-bottom:20px}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .list-users .each-user .price{color:#2c272f;font-family:Fira Sans Condensed,sans-serif;font-size:14px;font-weight:500;line-height:12px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:10px;margin-bottom:20px;text-transform:uppercase}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .list-users .each-user .price .left{width:50%}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .list-users .each-user .price .right{width:50%;text-align:right}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .container-image-sector{position:relative;cursor:pointer}.buy-annual-place-wrapper .purchase-aside-wrapper .aside-info-wrapper .container-image-sector .icon-container{right:10px;top:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(44,39,47,.8);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;width:40px}.buy-annual-place-wrapper .tabs-wrapper{width:100%;border-top:1px solid rgba(0,0,0,.1);display:inline-block}.buy-annual-place-wrapper .tabs-wrapper .variable-position-tabs{background:#fafafa}.event-information{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:left;width:100%}.event-information-name{font-weight:700;margin:0;text-align:center}.event-information-date{margin:0}.epidemic-datepicker{border:none;background:transparent;font-size:14px;margin-right:10px;line-height:19px;font-family:Fira Sans,sans-serif;border-bottom:1px solid #cfd8dc}.event-block{float:left;width:100%;margin:20px 0}.event-block-title{font-family:Fira Sans,sans-serif;font-size:14px;color:#00a6f0;letter-spacing:0;line-height:14px;text-transform:uppercase;margin:0 0 10px;font-weight:700}.event-block-intro{font-size:14px}.event-info-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.event-info-items div:fist-child{-webkit-box-flex:1;-ms-flex:1;flex:1}.event-info-items div:last-child{-webkit-box-flex:2;-ms-flex:2;flex:2}.notes p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:14px}.epidemic-form-error{color:#ee8e31;font-family:Fira Sans,sans-serif}.epidemic-form-btn{background-color:#00a6f0;border:0;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,sans-serif;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color .33s ease-in-out,border .33s ease-in-out;-o-transition:background-color .33s ease-in-out,border .33s ease-in-out;transition:background-color .33s ease-in-out,border .33s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;border-radius:0;font-size:10px;font-weight:700;line-height:14px;padding:10px 16px;line-height:10px;width:200px;padding:25px 0 20px;font-size:13px}.epidemic-form-btn .icon{margin-left:10px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.epidemic-form-btn .icon path{fill:#fff}.epidemic-form-btn.right .icon{margin-left:0;margin-right:10px}.epidemic-form-btn:focus,.epidemic-form-btn:hover{color:#fff;outline:0}.epidemic-form-btn.disabled,.epidemic-form-btn[disabled]{cursor:not-allowed;opacity:.5}.epidemic-form-btn.disabled:focus,.epidemic-form-btn.disabled:hover,.epidemic-form-btn[disabled]:focus,.epidemic-form-btn[disabled]:hover{background-color:#00a6f0;border-color:#00a6f0}.info{color:#ee8e31;font-weight:700}.associates-section-title{color:#2c272f;font-size:24px;font-weight:800;line-height:30px;margin:0;text-align:center}.associate-wrapper{margin-bottom:40px;padding-bottom:20px;padding-top:20px}.associate-wrapper .social-content{padding-left:20px;padding-right:20px}.associate-wrapper .input-file{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.membership-fees-wrapper{padding:20px}.membership-fees-wrapper .user-profile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:960px){.membership-fees-wrapper .user-profile{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media only screen and (min-width:960px){.membership-fees-wrapper .user-profile .advertise-aware{margin-bottom:36px}}.membership-fees-wrapper .user-profile .advertise-aware .profile-fees{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.membership-fees-wrapper .advertise{width:100%}@media only screen and (min-width:960px){.membership-fees-wrapper .advertise{width:260px}}.associates-form-temporaty{position:relative}.associates-form-temporaty ul{list-style-type:none}@media only screen and (max-width:479px){.associates-form-temporaty ul{padding:0}}.associates-form-temporaty ul li{padding:0 15px}@media only screen and (max-width:479px){.associates-form-temporaty ul li{padding:0}}.associates-form-temporaty ul .li-button{padding-top:20px}.associates-form-temporaty .reservation-response{position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,96%,.9);z-index:20;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.associates-form-temporaty .reservation-response p{padding:0 85px}@media only screen and (max-width:479px){.associates-form-temporaty .reservation-response p{padding:0 15px}}.associates-form-temporaty .fl-input-container input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px #f5f5f5 inset;box-shadow:inset 0 0 0 30px #f5f5f5}.associates-form-temporaty .fl-input-container input h3{letter-spacing:-.4px;font-size:24px;font-weight:700;margin-bottom:10px;background:transparent}.associates-form-temporaty .fl-input-container input p{font-weight:400;font-size:12px;text-align:center;line-height:20px;color:#969199;max-width:400px;padding:0 20px;margin-bottom:25px;margin-top:0}.associates-form-temporaty .message{font-weight:500;font-size:10px;width:100%;color:#969199;line-height:14px;margin-top:10px}.associates-form-temporaty .message-title{font-weight:600}.associates-form-temporaty .message-text{font-weight:400}.associates-form-temporaty .button{margin-top:20px}.associates-registration-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f5f5f5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:30px 20px}@media only screen and (min-width:480px){.associates-registration-wrapper{margin-left:20px;margin-right:20px;padding:30px}}.associates-registration-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px auto;width:100%}@media only screen and (min-width:768px){.associates-registration-form{width:520px}}@media only screen and (min-width:1200px){.associates-registration-form{width:620px}}.associates-registration-form .form-row{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex}.associates-registration-form .form-fieldset-info{color:#969199;font-size:12px;font-weight:400;letter-spacing:-.07px;line-height:20px;margin-bottom:15px;margin-top:0}.associates-registration-form .checkbox-another-person{margin-bottom:35px}.associates-registration-form .fl-input-container{-webkit-box-flex:1;-ms-flex:1;flex:1}.associates-registration-form .fl-input-container+.fl-input-container,.associates-registration-form .fl-input-container+.selectfield-floating-label{margin-left:20px}.associates-registration-form .form-fieldset{border:0;margin-bottom:25px;margin-left:0;margin-right:0;min-width:0;padding:0}.associates-registration-form .form-legend{color:#2c272f;font-size:14px;font-weight:700;margin:0;padding:10px 0;width:100%}.associates-registration-form .date-of-birth-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.associates-registration-form .selectfield{-webkit-box-flex:1;-ms-flex:1;flex:1}.associates-registration-form .selectfield+.selectfield{margin-left:20px}.associates-registration-form .form-thanks{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(3%,#fff),color-stop(98%,transparent));background-image:-webkit-linear-gradient(#fff 3%,transparent 98%);background-image:-o-linear-gradient(#fff 3%,transparent 98%);background-image:linear-gradient(#fff 3%,transparent 98%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:10px;padding:30px;text-align:center}.associates-registration-form .form-thanks .form-thanks-title{color:#2c272f;font-size:18px;font-weight:800;letter-spacing:.4px;line-height:24px;margin-bottom:10px;margin-top:0;text-transform:uppercase}.associates-registration-form .form-thanks .form-thanks-text{color:#969199;font-size:14px;letter-spacing:-.17px;line-height:22px;margin-bottom:35px;margin-top:0}.associates-registration-form .form-thanks .form-thanks-not-now{color:#00a6f0;font-size:12px;font-weight:500;letter-spacing:.5px;line-height:12px;text-decoration:none;text-transform:uppercase}.associates-registration-form .form-thanks .form-thanks-not-now:focus,.associates-registration-form .form-thanks .form-thanks-not-now:hover{text-decoration:underline}.associates-registration-form .form-thanks .form-thanks-now{color:rgba(0,0,0,.2);font-size:18px;font-weight:700;line-height:18px;text-decoration:none;text-transform:uppercase}.associates-registration-form .form-thanks .form-thanks-lines{color:#cfd8dc;font-size:12px;font-weight:700;letter-spacing:.1px;line-height:12px;margin-bottom:20px;margin-top:20px;text-transform:uppercase;width:220px}.associates-registration-form .form-thanks .form-thanks-lines:after,.associates-registration-form .form-thanks .form-thanks-lines:before{background-color:rgba(120,144,156,.1);content:"";display:inline-block;height:1px;position:relative;vertical-align:middle;width:50%}.associates-registration-form .form-thanks .form-thanks-lines:before{margin-left:-50%;right:10px}.associates-registration-form .form-thanks .form-thanks-lines:after{left:10px;margin-right:-50%}.associates-registration-form .form-payment{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:40px;padding:15px 15px 30px}.associates-registration-form .form-payment .form-fieldset{margin-bottom:0}.associates-registration-form .form-payment .form-legend{margin-bottom:10px;text-align:center}.associates-registration-form .form-payment .radio-button{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:20px}@media only screen and (min-width:480px){.associates-registration-form .form-payment .radio-button{margin-left:0}.associates-registration-form .form-payment .radio-button+.radio-button{margin-left:20px}}.associates-registration-form .form-payment .radio-button-label{font-size:14px;font-weight:500;text-transform:uppercase}.associates-registration-form .form-payment .form-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (min-width:480px){.associates-registration-form .form-payment .form-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.associates-registration-form .checkbox-direct-debit{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#00a6f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px}.associates-registration-form .checkbox-direct-debit .checkbox-svg{border-color:#fff}.associates-registration-form .checkbox-direct-debit .checkbox-label{color:#fff;font-size:12px;font-weight:700;text-transform:uppercase}@media only screen and (min-width:480px){.associates-registration-form .checkbox-direct-debit .checkbox-label{font-size:14px}}.form-authorization{background:#fff;color:#969199;font-size:12px;padding-left:20px;padding-right:20px}.form-authorization a{color:inherit}.form-authorization .authorization-info{border-bottom:1px solid rgba(0,0,0,.1);letter-spacing:-.07px;line-height:20px;margin:0;padding-bottom:20px;padding-top:20px}.form-authorization .form-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.form-authorization .input-file-container{display:-webkit-box;display:-ms-flexbox;display:flex}.form-authorization .input-file+.input-file-label{color:#00a6f0;cursor:pointer;display:inline-block;font-weight:500;letter-spacing:-.1px;line-height:20px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.form-authorization .input-file+.input-file-label.active{text-transform:none}.form-authorization-direct-debit{background:#f3fcff;color:#2c272f;margin-bottom:2px}.form-badge{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px;margin-top:10px}.form-badge,.form-badge .form-badge-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-badge .form-badge-image{background:rgba(0,0,0,.2);display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:90px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:90px;min-width:90px}.form-badge .form-badge-image img{height:auto;width:100%}@media only screen and (min-width:480px){.form-badge .form-badge-image{display:-webkit-box;display:-ms-flexbox;display:flex}}.form-badge .form-badge-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:20px;padding-right:20px}@media only screen and (min-width:480px){.form-badge .form-badge-content{padding-left:10px}}@media only screen and (min-width:768px){.form-badge .form-badge-content{padding-left:20px}}.form-badge .form-badge-text{color:#969199;font-size:12px;line-height:20px;margin-right:10px;max-width:272px;-webkit-box-flex:1;-ms-flex:1;flex:1}.form-badge .input-file+.input-file-label{background-color:transparent;border:1px solid #00a6f0;color:#00a6f0;cursor:pointer;display:inline-block;font-family:Fira Sans,sans-serif;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;border-radius:0;font-size:14px;font-weight:700;line-height:14px;padding:14px 16px}.form-badge .input-file+.input-file-label .icon{margin-left:10px}.form-badge .input-file+.input-file-label .icon path{fill:#00a6f0}.form-badge .input-file+.input-file-label.right .icon{margin-left:0;margin-right:10px}.form-badge .input-file+.input-file-label:focus,.form-badge .input-file+.input-file-label:hover{background-color:#00a6f0;color:#fff;outline:0}.form-badge .input-file+.input-file-label:focus .icon path,.form-badge .input-file+.input-file-label:hover .icon path{fill:#fff}.form-badge .input-file+.input-file-label.disabled,.form-badge .input-file+.input-file-label[disabled]{cursor:not-allowed;opacity:.5}.form-badge .input-file+.input-file-label.disabled:focus,.form-badge .input-file+.input-file-label.disabled:hover,.form-badge .input-file+.input-file-label[disabled]:focus,.form-badge .input-file+.input-file-label[disabled]:hover{background-color:transparent;border-color:#00a6f0;color:#00a6f0}.form-badge .input-file+.input-file-label.disabled .icon path,.form-badge .input-file+.input-file-label[disabled] .icon path{fill:#00a6f0}.form-badge.form-badge-active .form-badge-image{background:#e5f6fd}.associates-category-form{margin:20px auto;max-width:520px;width:100%}.associates-category-form .form-category-info{font-weight:400;font-size:12px;color:#969199;letter-spacing:-.07px;line-height:20px;text-align:center;margin-bottom:48px}.associates-category-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 22px;max-width:520px;text-transform:uppercase}.associates-category-wrapper .associates-category-title{color:#969199;font-size:14px;font-weight:400;margin-bottom:10px;margin-top:30px;text-align:center}.associates-category-wrapper .associates-category-name{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#00a6f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:24px;font-weight:900;letter-spacing:.27px;line-height:24px;margin-bottom:15px;margin-top:0;text-align:center}.associates-category-wrapper .associates-category-name:after{border-bottom:1px solid rgba(0,0,0,.1);content:"";margin-top:15px;width:100px}.associates-category-wrapper .checkbox-label{font-weight:500;font-size:14px}.associates-category-wrapper .icon-info{margin-left:10px}.associates-category-wrapper .total-table{border-collapse:collapse;border-spacing:0;font-family:Fira Sans Condensed,sans-serif;font-size:14px;font-weight:500;margin-top:30px;text-align:center;width:100%}.associates-category-wrapper .total-table thead{background-color:#cfd8dc;color:#fff}.associates-category-wrapper .total-table th{padding-top:13px;padding-bottom:10px;width:25%}.associates-category-wrapper .total-table td{color:#2c272f;padding-top:13px;padding-bottom:10px}.associates-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-position:bottom;background-size:cover;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:400px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}@media only screen and (min-width:480px){.associates-banner{margin-left:20px;margin-right:20px;height:580px}}@media only screen and (min-width:1200px){.associates-banner{height:760px}}@media only screen and (min-width:1600px){.associates-banner{height:820px}}.associates-banner .associates-banner-title{margin:0 20px;padding:0;text-align:center;text-shadow:0 5px 24px rgba(0,0,0,.9);z-index:2}.associates-banner .associates-banner-title *{font-size:24px;font-weight:900;text-transform:uppercase;letter-spacing:2px;line-height:28px}@media only screen and (min-width:480px){.associates-banner .associates-banner-title *{font-size:40px;line-height:44px}}@media only screen and (min-width:960px){.associates-banner .associates-banner-title *{font-size:44px;line-height:48px;margin-left:25px;margin-right:25px}}@media only screen and (min-width:1200px){.associates-banner .associates-banner-title *{font-size:54px;line-height:58px}}.associates-banner .associates-banner-logo{margin-bottom:30px;z-index:2}@media only screen and (min-width:480px){.associates-banner .associates-banner-logo{margin-bottom:70px}}.associates-banner .button{display:none;margin-top:70px;z-index:2}@media only screen and (min-width:480px){.associates-banner .button{display:block}}.associates-banner:after{background-image:url("https://files.app.fcporto.pt/website/static/images/associates/associates_banner_decoration.svg");background-position:50%;background-size:cover;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.associates-advantages-wrapper{border-bottom:2px solid #eaeaea;margin-top:40px;padding-left:20px;padding-right:20px}.associates-advantages-wrapper .associates-advantages{padding-left:0;list-style:none;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:30px;margin-top:30px}.associates-advantages-wrapper .associates-advantages li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#2c272f;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 20px);flex:0 1 calc(50% - 20px);font-size:12px;font-weight:400;letter-spacing:-.2px;line-height:20px;margin:30px 10px;text-align:center}@media only screen and (min-width:480px){.associates-advantages-wrapper .associates-advantages li{-webkit-box-flex:0;-ms-flex:0 1 calc(33.33333% - 20px);flex:0 1 calc(33.33333% - 20px)}}@media only screen and (min-width:1200px){.associates-advantages-wrapper .associates-advantages li{-webkit-box-flex:0;-ms-flex:0 1 calc(25% - 20px);flex:0 1 calc(25% - 20px)}}.associates-advantages-wrapper .associates-advantages .icon{margin-bottom:18px}.associates-advantages-wrapper .disclaimer-wrapper{margin-bottom:60px}.associates-partners-wrapper{display:none;border-bottom:2px solid #eaeaea;margin-top:40px;padding-bottom:40px;padding-left:20px;padding-right:20px}.associates-partners-wrapper .associates-partners{padding-left:0;list-style:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:50px;margin-top:60px}@media only screen and (min-width:480px){.associates-partners-wrapper .associates-partners{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}.associates-partners-wrapper .associates-partners li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#2c272f;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:12px;font-weight:400;letter-spacing:-.2px;line-height:20px;margin-left:20px;margin-right:20px;text-align:center;width:100%}@media only screen and (min-width:480px){.associates-partners-wrapper .associates-partners li{-webkit-box-flex:1;-ms-flex:1 1 calc(100%/2 - 40px);flex:1 1 calc(100%/2 - 40px)}}@media only screen and (min-width:960px){.associates-partners-wrapper .associates-partners li{-webkit-box-flex:1;-ms-flex:1;flex:1}}.associates-partners-wrapper .associates-partners .associates-partners-logo{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:125px;margin:0}.associates-partners-wrapper .associates-partners .associates-partners-logo img{width:auto;height:100px}.associates-partners-wrapper .associates-partners .associates-partners-desc{width:60%}.associates-partners-wrapper .select-associates-partners{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.associates-price-table-wrapper{margin-bottom:50px;margin-top:40px;padding-left:20px;padding-right:20px}.associates-price-table-wrapper .scroll-table-overflow{overflow-x:scroll}.associates-price-table-wrapper .responsive-table.ticketing-table td,.associates-price-table-wrapper .responsive-table.ticketing-table th{text-align:center}.associates-price-table-wrapper .responsive-table,.associates-price-table-wrapper .responsive-table table{border-collapse:collapse;border-spacing:0;color:#2c272f;margin:30px 0 20px;padding:0;width:100%;table-layout:fixed}@media only screen and (max-width:479px){.associates-price-table-wrapper .responsive-table,.associates-price-table-wrapper .responsive-table table{overflow-x:scroll;table-layout:auto}}.associates-price-table-wrapper .responsive-table p,.associates-price-table-wrapper .responsive-table table p{margin:0}.associates-price-table-wrapper .responsive-table table thead,.associates-price-table-wrapper .responsive-table thead{background:#00a6f0;color:#fff;font-family:Fira Sans Condensed,sans-serif;font-size:14px;font-weight:700;text-align:left;text-transform:uppercase}.associates-price-table-wrapper .responsive-table table tr,.associates-price-table-wrapper .responsive-table tr{border-bottom:1px solid #efebe9;display:table-row;height:40px;margin-bottom:0;padding:5px}.associates-price-table-wrapper .responsive-table table td,.associates-price-table-wrapper .responsive-table table th,.associates-price-table-wrapper .responsive-table td,.associates-price-table-wrapper .responsive-table th{padding:7px;text-align:left}.associates-price-table-wrapper .responsive-table table td,.associates-price-table-wrapper .responsive-table td{display:table-cell;font-size:14px;font-weight:400}.associates-price-table-wrapper .responsive-table table td:first-child,.associates-price-table-wrapper .responsive-table td:first-child{font-weight:500}.associates-price-table-wrapper .associates-price-info{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.associates-price-table-wrapper .associates-price-info .icon{margin-left:8px}.associates-price-table-wrapper .paragraph-small,.associates-price-table-wrapper p.paragraph-small{color:#969199;font-size:12px;font-weight:400;letter-spacing:-.07px;line-height:20px}.associates-price-table-wrapper .associates-price-warning{background:#f3fcff;padding:20px 20px 22px;margin-top:30px}.associates-price-table-wrapper .associates-price-warning h5{color:#2c272f;margin-bottom:10px;margin-top:0;text-transform:uppercase}.associates-price-table-wrapper .associates-price-warning p{color:#969199;font-size:12px;font-weight:400;letter-spacing:-.09px;line-height:20px;margin:0}@media only screen and (min-width:480px){.associates-price-table-wrapper .associates-price-warning p{font-size:14px}}.citizen-card-modal .citizen-card-photo-wrapper{margin-bottom:20px;margin-top:30px;width:100%}.citizen-card-modal .citizen-card-disclaimer-wrapper{border:1px solid rgba(0,0,0,.2);color:#969199;font-size:10px;height:150px;line-height:14px;margin-bottom:30px;overflow-y:auto;padding:14px 18px}.citizen-card-modal .citizen-card-disclaimer-wrapper li,.citizen-card-modal .citizen-card-disclaimer-wrapper p{margin:0}.photo-associate-modal p{color:#969199;font-size:12px;letter-spacing:-.07px;line-height:20px;margin-top:10px}.photo-associate-modal .associate-photo-wrapper{width:100%}.citizen-card-modal .modal-title,.photo-associate-modal .modal-title{text-align:center;font-size:16px}.citizen-card-modal .button-outline,.photo-associate-modal .button-outline{margin-top:20px}.citizen-card-modal .input-file,.photo-associate-modal .input-file{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.citizen-card-modal .input-file+.input-file-label,.photo-associate-modal .input-file+.input-file-label{color:#00a6f0;cursor:pointer;font-size:12px;font-weight:400;margin-top:15px}.associates-page-image__wrapper{position:absolute;left:0;top:0;width:100%;height:100%;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.associates-page-image__wrapper .button{margin-top:70px;z-index:2}@media only screen and (max-width:767px){.associates-page-image__wrapper .button{display:none}}.associates-page-image__wrapper .associates-banner-title{color:#fff;margin:0 20px;padding:0;text-align:center;text-shadow:0 5px 24px rgba(0,0,0,.9);z-index:2}.associates-page-image__wrapper .associates-banner-title *{font-size:24px;font-weight:900;text-transform:uppercase;letter-spacing:2px;line-height:28px}@media only screen and (min-width:480px){.associates-page-image__wrapper .associates-banner-title *{font-size:40px;line-height:44px}}@media only screen and (min-width:960px){.associates-page-image__wrapper .associates-banner-title *{font-size:44px;line-height:48px;margin-left:25px;margin-right:25px}}@media only screen and (min-width:1200px){.associates-page-image__wrapper .associates-banner-title *{font-size:54px;line-height:58px}}.season-ticket-wrapper{margin-bottom:40px;padding-bottom:20px}.season-ticket-wrapper header{height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(0,0,0,.1);background:#fafafa}.season-ticket-wrapper header .icon-gallery-arrow-left{margin-left:24px;justify-self:flex-start;cursor:pointer}.season-ticket-wrapper header .title-wrapper{text-align:center}.season-ticket-wrapper header .title-wrapper span{color:#2c272f;font-size:24px;font-weight:700;line-height:30px;text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1;text-transform:uppercase;justify-self:center}.season-ticket-wrapper .tabs-wrapper{background:#fafafa;height:100%}.season-ticket-wrapper .tabs-wrapper div .tabs-content{position:relative}.season-ticket-wrapper .forward div{margin:30px auto}.season-ticket-buy-wrapper{background:#f5f5f5;padding:30px 10px}@media only screen and (min-width:480px){.season-ticket-buy-wrapper{margin-left:20px;margin-right:20px;padding:30px}}.season-ticket-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url("https://files.app.fcporto.pt/website/static/images/associates/season/thumbnail.jpg");background-size:cover;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:580px;position:relative}.season-ticket-banner,.season-ticket-banner .video-background{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.season-ticket-banner .video-background{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.season-ticket-banner .video-background video{height:100%}.season-ticket-banner button{z-index:1}.season-ticket-banner .season-ticket-banner-logo{margin-bottom:70px;width:90%;z-index:1}@media only screen and (max-width:767px){.season-ticket-banner .season-ticket-banner-logo{width:60%}}@media only screen and (min-width:480px){.season-ticket-banner .season-ticket-banner-logo{width:auto}}@media only screen and (min-width:480px){.season-ticket-banner{margin-left:20px;margin-right:20px}}@media only screen and (min-width:1200px){.season-ticket-banner{height:760px}}@media only screen and (min-width:1600px){.season-ticket-banner{height:820px}}.image-banner-no-background{width:100%;height:auto;padding:20px;position:relative}.image-banner-no-background img{width:100%}.season-ticket-offers-wrapper{margin-bottom:55px;margin-top:40px;padding-left:20px;padding-right:20px;text-align:center}.season-ticket-offers-wrapper .season-ticket-offers{padding-left:0;list-style:none;display:block;margin-bottom:30px;margin-top:30px;text-align:center}.season-ticket-offers-wrapper .season-ticket-offers .associates-section-title+.text-disclaimer{margin-bottom:20px}.season-ticket-offers-wrapper .season-ticket-offer{display:inline-block;padding:10px;text-align:center;max-width:100%;max-height:100%}@media only screen and (max-width:479px){.season-ticket-offers-wrapper .season-ticket-offer{padding:5px 0;overflow:hidden}}.season-ticket-offers-wrapper .season-ticket-offer+.text-disclaimer{margin-top:20px}.season-ticket-offers-wrapper .text-disclaimer *{margin:0}.text-disclaimer{color:#969199;font-size:12px;font-weight:400;line-height:21px;margin-bottom:5px;margin-top:0;text-align:center}.not-associate-yet-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fafafa;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:60px;margin-left:20px;margin-right:20px;padding:40px;text-align:center}.not-associate-yet-wrapper .not-associate-yet-description{color:#2c272f;font-size:14px;letter-spacing:0;line-height:20px;margin:15px auto 30px}@media only screen and (min-width:960px){.not-associate-yet-wrapper .not-associate-yet-description{width:58%}}.renew-anual-place-steps-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px 20px 60px;padding:40px;text-align:center}.renew-anual-place-steps-wrapper.background{background:url("https://files.app.fcporto.pt/website/static/images/associates/annualseat/background.jpg");background-size:cover;background-position:bottom}.renew-anual-place-steps-wrapper .renew-anual-place-steps-description{color:#2c272f;font-size:14px;letter-spacing:0;line-height:20px;margin:15px auto 30px}@media only screen and (min-width:960px){.renew-anual-place-steps-wrapper .renew-anual-place-steps-description{width:58%}}.renew-anual-place-steps-wrapper .ticket-option{padding-left:0;list-style:none}.renew-anual-place-steps-wrapper .ticket-option .title{color:#2c272f;font-size:24px;text-align:center;margin-top:20px}.renew-anual-place-steps-wrapper .ticket-option .subtitle{color:#2c272f;font-size:36px;font-weight:800;text-align:center}.renew-anual-place-steps-wrapper .ticket-option .text{color:rgba(0,0,0,.5);width:250px;font-size:14px;text-align:center;margin:10px auto 20px}.renew-anual-place-steps-wrapper .ticket-option .btn-renew{margin-bottom:10px}.renew-anual-place-steps-wrapper .ticket-option .btn-renew.renew-unavailable{margin-top:25px}.renew-anual-place-steps-wrapper .renew-login,.renew-anual-place-steps-wrapper .renew-pay,.renew-anual-place-steps-wrapper .renew-type,.renew-anual-place-steps-wrapper .renew-verify{padding-left:0;list-style:none}.renew-anual-place-steps-wrapper .renew-login .title,.renew-anual-place-steps-wrapper .renew-pay .title,.renew-anual-place-steps-wrapper .renew-type .title,.renew-anual-place-steps-wrapper .renew-verify .title{color:#2c272f;font-size:24px;font-weight:800;text-align:center;margin-bottom:5px}.renew-anual-place-steps-wrapper .renew-login .subtitle,.renew-anual-place-steps-wrapper .renew-pay .subtitle,.renew-anual-place-steps-wrapper .renew-type .subtitle,.renew-anual-place-steps-wrapper .renew-verify .subtitle{color:#2c272f;font-size:18px;font-weight:500;text-align:center;margin-bottom:30px}.renew-anual-place-steps-wrapper .renew-login .loading-wrapper,.renew-anual-place-steps-wrapper .renew-pay .loading-wrapper,.renew-anual-place-steps-wrapper .renew-type .loading-wrapper,.renew-anual-place-steps-wrapper .renew-verify .loading-wrapper{position:relative;min-height:400px}.renew-anual-place-steps-wrapper .renew-login .loading-small-wrapper,.renew-anual-place-steps-wrapper .renew-pay .loading-small-wrapper,.renew-anual-place-steps-wrapper .renew-type .loading-small-wrapper,.renew-anual-place-steps-wrapper .renew-verify .loading-small-wrapper{position:relative;width:100%;background-color:#00a6f0;min-height:42px}.renew-anual-place-steps-wrapper .renew-login .error-view,.renew-anual-place-steps-wrapper .renew-pay .error-view,.renew-anual-place-steps-wrapper .renew-type .error-view,.renew-anual-place-steps-wrapper .renew-verify .error-view{padding-top:40%}.renew-anual-place-steps-wrapper .renew-login{max-width:370px;margin:0 auto}.renew-anual-place-steps-wrapper .renew-login .btn-renew{margin-top:30px}.renew-anual-place-steps-wrapper .renew-login .btn-renew .button{width:100%}@media only screen and (max-width:767px){.renew-anual-place-steps-wrapper .renew-type .subtitle{margin-bottom:40px}}.renew-anual-place-steps-wrapper .renew-type .info{color:rgba(0,0,0,.5);font-size:14px;line-height:17px;text-align:center;margin-top:40px}.renew-anual-place-steps-wrapper .renew-type .forward div{margin:30px auto}.renew-anual-place-steps-wrapper .renew-type .content{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:767px){.renew-anual-place-steps-wrapper .renew-type .content{display:grid}}.renew-anual-place-steps-wrapper .renew-type .content .left-side{border-right:1px solid rgba(0,0,0,.1)}@media only screen and (max-width:767px){.renew-anual-place-steps-wrapper .renew-type .content .left-side{border:0}}.renew-anual-place-steps-wrapper .renew-type .content .info-list{padding-left:0;list-style:none;text-align:left;width:70%;float:right}@media only screen and (max-width:767px){.renew-anual-place-steps-wrapper .renew-type .content .info-list{width:100%}}.renew-anual-place-steps-wrapper .renew-type .content .info-list .info-type{color:rgba(0,0,0,.5);font-size:18px;font-weight:500;line-height:14px}.renew-anual-place-steps-wrapper .renew-type .content .info-list .info-value{color:#00a6f0;font-size:18px;font-weight:700;line-height:18px;margin-bottom:15px;margin-top:5px}.renew-anual-place-steps-wrapper .renew-type .content .info-list-v2{width:100%;float:none}.renew-anual-place-steps-wrapper .renew-type .content .right-side{padding-left:40px}@media only screen and (max-width:767px){.renew-anual-place-steps-wrapper .renew-type .content .right-side{border-top:1px solid #cfd8dc;margin-top:20px;padding-left:0}}.renew-anual-place-steps-wrapper .renew-type .content .right-side .seat-type{border-bottom:1px solid #cfd8dc;width:70%;padding:17px 0}@media only screen and (max-width:767px){.renew-anual-place-steps-wrapper .renew-type .content .right-side .seat-type{width:100%}}.renew-anual-place-steps-wrapper .renew-type .content .right-side .seat-type .seat-type-info{display:grid;text-align:left;padding-top:7px;float:left;padding-left:10px}.renew-anual-place-steps-wrapper .renew-type .content .right-side .seat-type .seat-type-info .title{text-transform:none;color:#2c272f;font-size:18px;font-weight:500;line-height:14px;text-transform:uppercase}@media only screen and (max-width:767px){.renew-anual-place-steps-wrapper .renew-type .content .right-side .seat-type .seat-type-info .title{text-align:left}}.renew-anual-place-steps-wrapper .renew-type .content .right-side .seat-type .seat-type-info .price{color:rgba(0,0,0,.2);font-family:Fira Sans Condensed,sans-serif;font-size:18px;font-weight:700;line-height:18px}@media only screen and (max-width:767px){.renew-anual-place-steps-wrapper .renew-type .content .right-side .seat-type .seat-type-btn{text-align:right}}.renew-anual-place-steps-wrapper .renew-pay .braintree-method__check-container:before{position:relative}.renew-anual-place-steps-wrapper .renew-pay .subtitle p.info{color:#00a6f0;font-size:18px;font-weight:700;line-height:18px}.renew-anual-place-steps-wrapper .renew-pay .braintree-option__label{text-align:left}.renew-anual-place-steps-wrapper .renew-pay .error-payment{font-weight:700;font-size:14px;color:#ee8e31;line-height:14px}.renew-anual-place-steps-wrapper .associate-annual-seat-temp-messages h3{text-transform:uppercase}.ticket-season-step-wrapper{position:relative}.ticket-season-step-wrapper .ticket-season-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:378px}@media only screen and (min-width:768px){.ticket-season-step-wrapper .ticket-season-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}}.ticket-season-step-wrapper .disclaimer-wrapper{margin-top:40px}.ticket-season-choose{background-repeat:no-repeat;background-size:cover;-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:305px;padding:20px;width:100%}@media only screen and (min-width:768px){.ticket-season-choose{min-height:385px;max-width:434px}}.ticket-season-choose:first-child{background-image:url("https://files.app.fcporto.pt/website/static/images/associates/season/1.jpg")}.ticket-season-choose:last-child{background-image:url("https://files.app.fcporto.pt/website/static/images/associates/season/2.jpg")}.ticket-season-choose ul{padding-left:0;list-style:none;margin-bottom:40px}.ticket-season-choose .text-1{color:#fff;font-size:12px;font-weight:700;letter-spacing:.2px}.ticket-season-choose .text-2{color:#fff;font-size:24px;font-weight:900;letter-spacing:.2px;line-height:30px;margin-bottom:10px;margin-top:10px}.ticket-season-choose .text-3{color:#fff;font-size:10px;font-weight:700;letter-spacing:.2px;text-transform:uppercase}.maintenance{color:#fff}.maintenance img{width:80px}.maintenance h1{text-transform:uppercase;font-size:60px;font-weight:900}@media only screen and (max-width:767px){.maintenance h1{font-size:40px}}@media only screen and (max-width:479px){.maintenance h1{font-size:25px}}.maintenance h2{font-size:18px;font-weight:400;line-height:25px}@media only screen and (max-width:767px){.maintenance h2{font-size:14px}}.maintenance p{font-size:14px;font-weight:700;margin:25px 0}@media only screen and (max-width:767px){.maintenance p{font-size:12px}}.maintenance>div{width:100%;max-width:668px;margin:0 auto;padding:0 20px}.maintenance .topbar{position:relative;margin-bottom:40px}@media only screen and (max-width:959px){.maintenance .topbar{margin-bottom:0}.maintenance .topbar .language-selection{font-family:Fira Sans,sans-serif;opacity:1;display:block;visibility:visible}}.maintenance .maintenance-line span{text-transform:uppercase}.maintenance .maintenance-line span:first-child{width:100%;font-size:14px;display:block}.maintenance .maintenance-line span:last-child{font-size:22px;font-weight:900}.newsletter-page form{padding:20px}.newsletter-page .newsletter-success{padding:60px 40px}.newsletter-page .newsletter-success>span{max-width:360px;opacity:.6;display:block;margin-bottom:40px;line-height:25px}.newsletter-page .lists{min-height:400px;background:#fafafa;padding:60px 35px 35px}@media only screen and (max-width:767px){.newsletter-page .lists{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.newsletter-page .credentials{min-height:400px;background-color:#eaeaea;padding:60px 35px 35px}@media only screen and (max-width:767px){.newsletter-page .credentials{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.newsletter-page .credentials>span{font-family:Fira Sans,sans-serif;letter-spacing:-.1pt;color:#969199;font-size:14px;line-height:20px;margin-top:10px;margin-bottom:10px;padding-top:15px;display:block}.newsletter-page .credentials .profile-field{margin-top:15px}.newsletter-page .credentials input:focus+label,.newsletter-page .credentials label,.newsletter-page .credentials label.label{-webkit-transition:all .45s cubic-bezier(.23,1,.32,1);-o-transition:all .45s cubic-bezier(.23,1,.32,1);transition:all .45s cubic-bezier(.23,1,.32,1);text-transform:uppercase}.newsletter-page .credentials .button{margin-top:40px}.newsletter-page h2{font-weight:800;font-family:Fira Sans,sans-serif;font-size:24px;line-height:30px;margin:0;margin-bottom:20px}.newsletter-page .subscribe-items{padding:0;margin:0;list-style:none}.newsletter-page .subscribe-items li{padding:15px 0;border-bottom:1px solid rgba(207,216,220,.5)}.newsletter-page .subscribe-items li>div{width:100%}.newsletter-page .subscribe-items li h3{font-size:14px;font-weight:800;font-family:Fira Sans,sans-serif;line-height:20px;margin:0;margin-bottom:10px}.newsletter-page .subscribe-items li div:last-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.newsletter-page .subscribe-items li div:last-child p{font-size:12px;line-height:16px;color:#969199;font-weight:500;font-family:Fira Sans,sans-serif;margin:0;padding-right:10px}.fadeIn,.page-animation>.fadeIn{opacity:0;-webkit-transition:opacity .5s cubic-bezier(.77,0,.175,1);-o-transition:opacity .5s cubic-bezier(.77,0,.175,1);transition:opacity .5s cubic-bezier(.77,0,.175,1)}.fadeScaleIn,.page-animation>.fadeScaleIn{opacity:0;-webkit-transform:translateY(-40px);-ms-transform:translateY(-40px);transform:translateY(-40px);-webkit-transition:opacity .6s cubic-bezier(.77,0,.175,1),-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:opacity .6s cubic-bezier(.77,0,.175,1),-webkit-transform .6s cubic-bezier(.77,0,.175,1);-o-transition:opacity .6s cubic-bezier(.77,0,.175,1),transform .6s cubic-bezier(.77,0,.175,1);transition:opacity .6s cubic-bezier(.77,0,.175,1),transform .6s cubic-bezier(.77,0,.175,1);transition:opacity .6s cubic-bezier(.77,0,.175,1),transform .6s cubic-bezier(.77,0,.175,1),-webkit-transform .6s cubic-bezier(.77,0,.175,1)}.fadeScaleDown,.page-animation>.fadeScaleDown{-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px)}.fadeScaleDown,.page-animation>.fadeScaleDown,.page-animation>.scaleFadeUp,.scaleFadeUp{opacity:0;-webkit-transition:opacity .6s ease,-webkit-transform .6s ease;transition:opacity .6s ease,-webkit-transform .6s ease;-o-transition:opacity .6s ease,transform .6s ease;transition:opacity .6s ease,transform .6s ease;transition:opacity .6s ease,transform .6s ease,-webkit-transform .6s ease}.page-animation>.scaleFadeUp,.scaleFadeUp{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}.animate.fadeIn,.page-animation>.animate.fadeIn{opacity:1;-webkit-transition:opacity .5s cubic-bezier(.77,0,.175,1);-o-transition:opacity .5s cubic-bezier(.77,0,.175,1);transition:opacity .5s cubic-bezier(.77,0,.175,1)}.animate.fadeScaleIn,.page-animation>.animate.fadeScaleIn{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity .6s cubic-bezier(.77,0,.175,1),-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:opacity .6s cubic-bezier(.77,0,.175,1),-webkit-transform .6s cubic-bezier(.77,0,.175,1);-o-transition:opacity .6s cubic-bezier(.77,0,.175,1),transform .6s cubic-bezier(.77,0,.175,1);transition:opacity .6s cubic-bezier(.77,0,.175,1),transform .6s cubic-bezier(.77,0,.175,1);transition:opacity .6s cubic-bezier(.77,0,.175,1),transform .6s cubic-bezier(.77,0,.175,1),-webkit-transform .6s cubic-bezier(.77,0,.175,1)}.animate.fadeScaleDown,.page-animation>.animate.fadeScaleDown{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.animate.fadeScaleDown,.animate.scaleFadeUp,.page-animation>.animate.fadeScaleDown,.page-animation>.animate.scaleFadeUp{opacity:1;-webkit-transition:opacity .6s ease,-webkit-transform .6s ease;transition:opacity .6s ease,-webkit-transform .6s ease;-o-transition:opacity .6s ease,transform .6s ease;transition:opacity .6s ease,transform .6s ease;transition:opacity .6s ease,transform .6s ease,-webkit-transform .6s ease}.animate.scaleFadeUp,.page-animation>.animate.scaleFadeUp{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.page-homepage .animate.fadeIn{opacity:0;-webkit-transition:opacity .5s ease-in,-webkit-transform .5s ease-in;transition:opacity .5s ease-in,-webkit-transform .5s ease-in;-o-transition:opacity ease-in .5s,transform ease-in .5s;transition:opacity .5s ease-in,transform .5s ease-in;transition:opacity .5s ease-in,transform .5s ease-in,-webkit-transform .5s ease-in;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.page-homepage .animate.fadeIn.fade-in{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}@media only screen and (max-width:479px){.safari-mobile .basket-payment-buttons button{margin:0}}.safari-mobile .basket-container-products-prices{position:relative;padding-bottom:0;flex-direction:column}.safari-mobile .basket-container-products-prices,.safari-mobile .basket-container-products-prices .basket-container-products{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column}.safari-mobile .basket-container-products-prices .basket-container-products{flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:scroll}.safari-mobile .basket-container-products-prices .basket-checkout-button{padding:0;margin:0}.safari-mobile .basket-bottom-container{position:relative;bottom:0}.safari-mobile .basket-bottom-container:before{content:"";display:block;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),to(#fff));background:-webkit-linear-gradient(hsla(0,0%,100%,.1),#fff);background:-o-linear-gradient(hsla(0,0%,100%,.1),#fff);background:linear-gradient(hsla(0,0%,100%,.1),#fff);height:80px;position:absolute;top:-80px;width:100%}.safari-mobile .add-to-cart-sticky{bottom:75px}@media only screen and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3){.safari-mobile .add-to-cart-sticky{bottom:112px}}.safari-mobile .footer,.safari-mobile .footer-museum{margin-bottom:75px}.safari-mobile.iOS-device .events-filter-sticky.has-tags{top:calc(100vh - 169px)!important}@media only screen and (min-width:768px){.safari-mobile.iOS-device .events-filter-sticky.has-tags{top:0!important}}.android-mobile .add-to-cart-sticky{bottom:55px}.android-mobile .events-filter-sticky.has-tags{top:calc(100vh - 156px)!important}@media only screen and (min-width:768px){.android-mobile .events-filter-sticky.has-tags{top:0!important}}.android-mobile .basket-bottom-container{bottom:0}.iOS-device .events-filter-sticky.has-tags{top:calc(100vh - 100px)!important}@media only screen and (min-width:768px){.iOS-device .events-filter-sticky.has-tags{top:0!important}}.club-wrapper .gm-style-pbc,.dragon-force .gm-style-pbc,.events-spaces-wrapper .gm-style-pbc,.museum-about-wrapper .gm-style-pbc,.other-stadiums .gm-style-pbc,.support-page .gm-style-pbc{z-index:9!important}.apps-page-wrapper{padding:30px 20px 0;margin-bottom:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:959px){.apps-page-wrapper{padding:10px 10px 0}}.apps-page-wrapper .store-home-grid{margin:0 -5px 60px}@media only screen and (max-width:959px){.apps-page-wrapper .store-home-grid{margin:0 -5px 40px}}.apps-page-wrapper .blocks-body>h2,.apps-page-wrapper .blocks-body>p{border-left:none}@media only screen and (max-width:959px){.apps-page-wrapper .blocks-body>h2{margin-bottom:20px}}.apps-page-wrapper footer .apps-store-wrapper{width:100%;margin-top:50px;text-align:center;border-bottom:2px solid #ecf1f5;margin-bottom:30px;padding-bottom:50px}@media only screen and (min-width:960px){.apps-page-wrapper footer .apps-store-wrapper{margin-bottom:40px}}.apps-page-wrapper footer .apps-store-wrapper p{margin-top:0;margin-bottom:20px;font-size:16px;line-height:1.56;letter-spacing:-.3px;font-weight:800}@media only screen and (min-width:960px){.apps-page-wrapper footer .apps-store-wrapper p{font-size:24px}}.apps-page-wrapper footer .apps-store-wrapper .buttons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:960px){.apps-page-wrapper footer .apps-store-wrapper .buttons-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.apps-page-wrapper footer .apps-store-wrapper .buttons-wrapper .button{font-size:12px;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:5px 15px;height:30px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:960px){.apps-page-wrapper footer .apps-store-wrapper .buttons-wrapper .button{max-width:235px;height:40px;font-weight:700;letter-spacing:.2px}}.apps-page-wrapper footer .apps-store-wrapper .buttons-wrapper .button:first-child{margin-right:10px}.apps-page-wrapper footer h3{font-size:16px;color:#00a6f0;font-weight:800;margin-top:40px;margin-bottom:0;padding:6px 0 11px;text-align:left;text-transform:uppercase;width:100%}@media only screen and (min-width:960px){.apps-page-wrapper footer h3{font-size:18px;line-height:1.67;letter-spacing:.8px;margin-top:0;padding:15px 0;width:100%}}.apps-page-wrapper footer .apps-wrapper{width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;position:relative;top:-15px}@media only screen and (min-width:480px){.apps-page-wrapper footer .apps-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width:960px){.apps-page-wrapper footer .apps-wrapper{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;top:0;margin-bottom:15px}}.apps-page-wrapper footer .apps-wrapper a{width:100%}@media only screen and (min-width:550px){.apps-page-wrapper footer .apps-wrapper a{-webkit-box-flex:0;-ms-flex:0 50%;flex:0 50%}}.apps-page-wrapper footer .apps-wrapper a .single-banner{padding-top:100%;position:relative;height:0;min-height:inherit}.apps-page-wrapper footer .apps-wrapper a .single-banner>div{position:absolute;top:0;bottom:0;left:0;right:0;min-height:inherit}.apps-page-wrapper footer .apps-wrapper a .single-banner>div>section{height:100%;min-height:inherit}@media only screen and (min-width:550px){.apps-page-wrapper footer .apps-wrapper a .single-banner{padding-top:50%;position:relative;height:0;min-height:inherit}.apps-page-wrapper footer .apps-wrapper a .single-banner>div{position:absolute;top:0;bottom:0;left:0;right:0;min-height:inherit}.apps-page-wrapper footer .apps-wrapper a .single-banner>div>section{height:100%;min-height:inherit}}.apps-page-wrapper footer .apps-wrapper a .single-banner .icon{margin:0}@media only screen and (min-width:960px){.apps-page-wrapper footer .apps-wrapper a .single-banner .icon{max-width:230px}}.apps-page-wrapper footer .apps-wrapper .single-banner{position:relative;width:100%;min-height:180px;padding:0 10px;overflow:hidden;margin-bottom:10px}@media only screen and (min-width:480px){.apps-page-wrapper footer .apps-wrapper .single-banner{min-height:260px}}@media only screen and (min-width:960px){.apps-page-wrapper footer .apps-wrapper .single-banner{min-height:330px;padding:0 20px}}.apps-page-wrapper footer .apps-wrapper .single-banner:hover .image-background>div{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-o-transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93)}.apps-page-wrapper footer .apps-wrapper .single-banner:hover footer.black,.apps-page-wrapper footer .apps-wrapper .single-banner:hover footer.white{-webkit-transition:border-top-color .33s ease-in-out;-o-transition:border-top-color .33s ease-in-out;transition:border-top-color .33s ease-in-out;border-top-color:transparent}.apps-page-wrapper footer .apps-wrapper .single-banner:hover footer:before{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;-webkit-transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out,-webkit-transform .33s ease-in-out}.apps-page-wrapper footer .apps-wrapper .single-banner:hover footer .icon{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}.apps-page-wrapper footer .apps-wrapper .single-banner .image-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.apps-page-wrapper footer .apps-wrapper .single-banner .image-background>div{position:relative;width:100%;height:100%;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);background-repeat:no-repeat;background-position:100%;background-size:cover;-webkit-transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);transition:-webkit-transform 2s cubic-bezier(.02,.38,.02,.93);-o-transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93);transition:transform 2s cubic-bezier(.02,.38,.02,.93),-webkit-transform 2s cubic-bezier(.02,.38,.02,.93)}.apps-page-wrapper footer .apps-wrapper .single-banner header{position:relative;top:10px;width:60%;max-width:200px}@media only screen and (min-width:960px){.apps-page-wrapper footer .apps-wrapper .single-banner header{top:20px}}.apps-page-wrapper footer .apps-wrapper .single-banner header img{width:100%}.apps-page-wrapper footer .apps-wrapper .single-banner footer{position:absolute;bottom:0;text-transform:uppercase;height:50px;width:calc(100% - 20px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.apps-page-wrapper footer .apps-wrapper .single-banner footer.black{border-top:1px solid #000}.apps-page-wrapper footer .apps-wrapper .single-banner footer.white{border-top:1px solid #fff}.apps-page-wrapper footer .apps-wrapper .single-banner footer:before{display:block;content:"";width:calc(100% + 40px);height:50px;position:absolute;bottom:0;left:-20px;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0;-webkit-transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out,-webkit-transform .33s ease-in-out}@media only screen and (min-width:960px){.apps-page-wrapper footer .apps-wrapper .single-banner footer:before{width:calc(100% + 40px)}}.apps-page-wrapper footer .apps-wrapper .single-banner footer.black:before{background-color:hsla(0,0%,100%,.4)}.apps-page-wrapper footer .apps-wrapper .single-banner footer.white:before{background-color:rgba(0,0,0,.4)}@media only screen and (min-width:960px){.apps-page-wrapper footer .apps-wrapper .single-banner footer{width:calc(100% - 40px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.apps-page-wrapper footer .apps-wrapper .single-banner footer span{font-size:12px;font-weight:500;z-index:1}.apps-page-wrapper footer .apps-wrapper .single-banner footer span.black{color:#000}.apps-page-wrapper footer .apps-wrapper .single-banner footer span.white{color:#fff}.apps-page-wrapper footer .apps-wrapper .single-banner footer .icon{z-index:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;transition:opacity .33s ease-in-out,-webkit-transform .33s ease-in-out;-o-transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out;transition:transform .33s ease-in-out,opacity .33s ease-in-out,-webkit-transform .33s ease-in-out}.apps-page-wrapper footer .apps-wrapper .single-banner footer .icon.black{fill:#000}.apps-page-wrapper footer .apps-wrapper .single-banner footer .icon.white{fill:#fff}@media only screen and (max-width:767px){.apps-page-wrapper footer{padding:0 10px}}@media only screen and (max-width:767px){.apps-page-wrapper.content{padding:10px 0}}.apps-header-banner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:760px;background-size:cover;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-repeat:no-repeat}@media only screen and (max-width:767px){.apps-header-banner{background-position:50%}}@media only screen and (max-width:479px){.apps-header-banner{height:580px}}.apps-header-banner img{max-width:147px}.apps-header-banner h4{color:#fff;font-size:54px;font-weight:900;letter-spacing:1px;line-height:60px;text-align:center;margin:30px 0;text-transform:uppercase;text-shadow:0 5px 24px rgba(0,0,0,.9);max-width:700px}@media only screen and (max-width:959px){.apps-header-banner h4{max-width:70%}}@media only screen and (max-width:767px){.apps-header-banner h4{font-size:40px;letter-spacing:.74px;line-height:48px;max-width:292px}}.apps-header-banner .video-background{width:100%;height:100%;position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.apps-header-banner .video-background video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.apps-header-banner .video-background~h4,.apps-header-banner .video-background~img{position:relative}.apps-info-wrapper{background-repeat:no-repeat;background-size:cover}.apps-info-wrapper .blocks-body{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0}@media only screen and (max-width:959px){.apps-info-wrapper .blocks-body{width:100%}}@media only screen and (max-width:767px){.apps-info-wrapper .blocks-body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin:0;padding:0 20px}}.apps-info-wrapper .blocks-body .apps-text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 40px;width:50%}@media only screen and (max-width:767px){.apps-info-wrapper .blocks-body .apps-text-container{width:100%;padding:0}}.apps-info-wrapper .blocks-body .apps-text-container .apps-text-wrapper{max-width:350px}@media only screen and (max-width:959px){.apps-info-wrapper .blocks-body .apps-text-container .apps-text-wrapper{max-width:none}}.apps-info-wrapper .blocks-body .apps-text-container .apps-text-wrapper p{font-size:14px;line-height:20px;letter-spacing:-.23px;text-align:left;margin-top:0}@media only screen and (max-width:767px){.apps-info-wrapper .blocks-body .apps-text-container .apps-text-wrapper p{text-align:center}}.apps-info-wrapper .blocks-body .apps-text-container .apps-text-wrapper h2{font-size:24px;line-height:30px;font-weight:800;margin-bottom:25px}@media only screen and (max-width:767px){.apps-info-wrapper .blocks-body .apps-text-container .apps-text-wrapper h2{text-align:center;margin-top:50px}}.apps-info-wrapper .blocks-body .apps-image-container{width:50%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:767px){.apps-info-wrapper .blocks-body .apps-image-container{width:100%}}.apps-info-wrapper .blocks-body .apps-image-container img,.apps-info-wrapper .blocks-body .apps-image-container video{width:100%}.apps-info-wrapper.theme-light-blue{background-color:#f2fbff}.apps-info-wrapper.theme-blue{color:#fff;background-color:#00a6f0}.apps-info-wrapper.theme-white{background-color:#fff}.apps-info-wrapper.theme-black{background-color:#2c272f;color:#fff}.apps-info-wrapper.theme-black-lighter{background-color:#322e34;color:#fff}.apps-info-wrapper.theme-gray{background-color:#f5f5f5}.apps-info-wrapper:nth-child(2n) .blocks-body{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media only screen and (max-width:767px){.apps-info-wrapper:nth-child(2n) .blocks-body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.safari-desktop .theme-black{background-color:#322e34;color:#fff}.safari-mobile .theme-black{background-color:#2b292d;color:#fff}.feedback-beta-wrapper .page-header.static-header.centered{min-height:360px}.feedback-beta-wrapper .feedback-beta-content-wrapper{max-width:72%;margin:0 auto}@media only screen and (max-width:479px){.feedback-beta-wrapper .feedback-beta-content-wrapper{max-width:100%;margin:initial;padding:0 10px}}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content .feedback-beta-form{display:inline-block;position:relative}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content .list-text-bold{margin:20px 0 40px;padding:0 0 0 50px;border-left:2px solid #2c272f;font-weight:700;letter-spacing:-.25px;line-height:30px;color:#2c272f;font-size:24px}@media only screen and (max-width:479px){.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content .list-text-bold{margin:10px 0 20px;padding:0 0 0 20px;font-size:18px;line-height:26px}}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content .list-text-light{margin:40px 0;padding:0 0 0 50px;border-left:2px solid #eaeaea;font-size:18px;line-height:30px;letter-spacing:-.25px;color:#2c272f}@media only screen and (max-width:479px){.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content .list-text-light{margin:10px 0 20px;padding:0 0 0 20px;font-size:14px;line-height:22px}}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content h3{color:#00a6f0;font-size:18px;font-weight:800;padding:15px 0;margin:0 0 20px;background:#fff;text-transform:uppercase}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form ul{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form ul li{list-style-type:none;position:relative}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .feedback-rgpd{margin-bottom:30px}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .dropdown-wrapper{margin-bottom:15px}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .dropdown-wrapper:not(:first-of-type),.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .dropdown-wrapper:not(:last-of-type){padding-right:15px}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .Select .Select-menu-outer{position:absolute;display:inline-block;width:100%;background:#fafafa;z-index:99;overflow:auto;top:0;left:0;padding-left:15px;min-width:100%}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .Select .Select-menu-outer .Select-option{width:100%;text-transform:none;background:#fafafa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .Select .Select-menu-outer .Select-option span{white-space:normal;line-height:1.2;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .Select-control{width:100%;background:#fafafa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .Select-control .Select-placeholder,.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .Select-control span{color:#2c272f;font-weight:700;line-height:40px;font-size:14px}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .Select-control .Select-value .Select-value-label{text-transform:none;color:#2c272f}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .Select-control .Select-arrow-zone{line-height:0;-webkit-box-flex:0;-ms-flex:0;flex:0}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .Select-control .Select-multi-value-wrapper{max-width:calc(100% - 20px);-webkit-box-flex:1;-ms-flex:1;flex:1;padding:5px 15px}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .Select.has-value.is-focused.Select--single{height:100%;position:static;background:#fafafa}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .Select.has-value.is-focused.Select--single .Select-menu-outer{position:absolute;display:inline-block;width:100%;background:#fafafa;z-index:99;overflow:auto;top:0;left:0;padding-left:15px;min-width:100%}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .Select.has-value.is-focused.Select--single .Select-menu-outer .Select-option{width:100%;text-transform:none;background:#fafafa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .Select.has-value.is-focused.Select--single .Select-menu-outer .Select-option span{white-space:normal;line-height:1.2;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .Select.has-value.is-focused.Select--single.is-open .Select-arrow-zone{z-index:999}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .reservation-response{position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.9);z-index:20;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .reservation-response h3{letter-spacing:-.4px;font-size:24px;font-weight:700;margin-bottom:10px;background:transparent}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .reservation-response p{font-weight:400;font-size:12px;text-align:center;line-height:20px;color:#969199;max-width:400px;padding:0 20px;margin-bottom:25px;margin-top:0}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .fl-input-container{padding-bottom:30px;padding-left:3px;padding-right:15px}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .fl-input-container input{padding-right:15px}.feedback-beta-wrapper .feedback-beta-content-wrapper .feedback-beta-body-content form .fl-input-container input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px #fff inset;box-shadow:inset 0 0 0 30px #fff}.takeOverComponent{height:auto;max-height:100%}@media only screen and (max-width:767px){.takeOverComponent{padding:30px}}.takeOverComponent .citizen-card-modal{padding:0;height:auto;max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;background:none;width:100%;overflow:hidden;position:relative}@media only screen and (max-width:767px){.takeOverComponent .citizen-card-modal{padding:20px}}.takeOverComponent .citizen-card-modal .modal-subscribe-calendar-wrapper{position:relative;height:100%;width:100%}.takeOverComponent .citizen-card-modal .modal-subscribe-calendar-wrapper .modal-subscribe-calendar-sticky{position:absolute;top:10px!important;right:10px}.takeOverComponent .citizen-card-modal .modal-subscribe-calendar-wrapper .modal-subscribe-calendar-sticky .modal-header{background:none}.takeOverComponent .citizen-card-modal .modal-subscribe-calendar-wrapper .modal-subscribe-calendar-sticky .modal-header path{fill:#f5f5f5}.takeOverComponent .citizen-card-modal .modal-subscribe-calendar-wrapper .modal-content{display:grid}.takeOverComponent .citizen-card-modal .modal-subscribe-calendar-wrapper .modal-content img,.takeOverComponent .citizen-card-modal .modal-subscribe-calendar-wrapper .modal-content video{width:auto;height:auto;max-width:100vw;max-height:100vh;grid-row-start:1;grid-column-start:1}@media only screen and (max-width:767px){.takeOverComponent .citizen-card-modal .modal-subscribe-calendar-wrapper .modal-content img,.takeOverComponent .citizen-card-modal .modal-subscribe-calendar-wrapper .modal-content video{max-width:100%;max-height:100%}}.takeOverComponent .citizen-card-modal .modal-subscribe-calendar-wrapper .wrap-buttons{position:absolute;bottom:14%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding-left:5.3%;padding-right:9.5%}@media only screen and (max-width:767px){.takeOverComponent .citizen-card-modal .modal-subscribe-calendar-wrapper .wrap-buttons{width:100%;padding:0;bottom:0}}.takeOverComponent .citizen-card-modal .modal-subscribe-calendar-wrapper .wrap-buttons .left-button{background:none;border:none;-webkit-box-shadow:none;box-shadow:none;outline:none;cursor:pointer;width:30vw;max-width:530px;height:4.6vw}@media only screen and (max-width:767px){.takeOverComponent .citizen-card-modal .modal-subscribe-calendar-wrapper .wrap-buttons .left-button{width:100vw;height:18vw}}.takeOverComponent .citizen-card-modal .modal-subscribe-calendar-wrapper .wrap-buttons .right-button{background:none;border:none;-webkit-box-shadow:none;box-shadow:none;outline:none;cursor:pointer;width:31vw;max-width:550px;height:4.6vw}@media only screen and (max-width:767px){.takeOverComponent .citizen-card-modal .modal-subscribe-calendar-wrapper .wrap-buttons .right-button{display:none}}.clubguide-page1-content{padding:50px}@media only screen and (max-width:479px){.clubguide-page1-content{padding:25px}}.clubguide-page1-content .list{margin-left:50px;width:80%}@media only screen and (max-width:479px){.clubguide-page1-content .list{margin-left:0;width:100%}}.clubguide-page1-content .list:not(:first-child){margin-top:0;margin-bottom:70px}.clubguide-page1-content h2{border-left:2px solid #2c272f;margin-top:30px;padding-left:50px;margin-left:50px}@media only screen and (max-width:479px){.clubguide-page1-content h2{padding-left:30px;margin-left:10px}}.clubguide-page1-content h3{border-left:2px solid #eaeaea;font-size:16px;font-weight:800;padding-left:50px;text-transform:uppercase}@media only screen and (max-width:479px){.clubguide-page1-content h3{padding-left:30px}}.clubguide-page1-content .item{overflow:hidden;padding-right:0}.clubguide-page1-content .item .item-container{margin:60px 0 40px;padding:0 0 0 50px;position:relative;width:100%}@media only screen and (max-width:479px){.clubguide-page1-content .item .item-container{padding-left:30px}}.clubguide-page1-content .item .item-container ul{border-left:2px solid #eaeaea;padding-left:50px}@media only screen and (max-width:479px){.clubguide-page1-content .item .item-container ul{padding-left:10px}}.clubguide-page1-content .item .item-container ul li{list-style:none}.clubguide-page1-content .item .item-container ul .li-title{opacity:.5;font-size:12px;font-weight:700;padding-bottom:3px;text-transform:uppercase}.clubguide-page1-content .item .item-container ul .li-title:not(:first-child){padding-top:20px}.clubguide-page1-content .item .item-container .image{width:100%;height:100%;padding:0 2px;position:relative;right:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1;-webkit-transition:opacity .2s ease-in,-webkit-transform .2s ease-in;transition:opacity .2s ease-in,-webkit-transform .2s ease-in;-o-transition:opacity .2s ease-in,transform .2s ease-in;transition:opacity .2s ease-in,transform .2s ease-in;transition:opacity .2s ease-in,transform .2s ease-in,-webkit-transform .2s ease-in}.clubguide-page1-content .item .paragraph-container{margin-top:30px;padding-left:50px;position:relative;width:100%}@media only screen and (max-width:479px){.clubguide-page1-content .item .paragraph-container{padding-left:10px}}.clubguide-page1-content .item .paragraph-container p{border-left:2px solid #eaeaea;font-size:16px;line-height:30px;font-weight:400;margin:0;opacity:.7;padding-left:50px}@media only screen and (max-width:479px){.clubguide-page1-content .item .paragraph-container p{padding-left:30px}}.clubguide-page1-content .contacts-list{padding-left:50px}@media only screen and (max-width:479px){.clubguide-page1-content .contacts-list{padding-left:10px}}.clubguide-page1-content .contacts-list h2{margin-left:0;text-transform:uppercase}.clubguide-page1-content .contacts-list .image{width:100%;padding-right:50px}@media only screen and (max-width:479px){.clubguide-page1-content .contacts-list .image{padding-right:15px}}.clubguide-page1-content .contacts-list .contact .contact-container{border-left:2px solid #2c272f;padding-left:50px;margin:40px 0 20px;padding-right:40px}@media only screen and (max-width:479px){.clubguide-page1-content .contacts-list .contact .contact-container{padding-left:30px;padding-right:20px}}.clubguide-page1-content .contacts-list .contact .contact-container.stadium-container h2{min-height:60px}.clubguide-page1-content .contacts-list .contact .contact-container p{opacity:.5;font-size:12px;font-weight:700;padding-bottom:3px;text-transform:uppercase}.clubguide-page1-content .contacts-list .contact .contact-container p:not(:first-child){padding-top:20px}.clubguide-page1-content .contacts-list .contact .contact-container h2{text-transform:none}.clubguide-page1-content .contacts-list .contact .contact-container div:first-of-type h2{margin-top:0}.clubguide-page1-content .contacts-list .contact .contact-container h2,.clubguide-page1-content .contacts-list .contact .contact-container ul{margin-left:0;padding-left:0;border:none}.clubguide-page1-content .contacts-list .contact .contact-container ul li:not(.li-title){font-weight:500}.clubguide-page1-content .contacts-list .contact .stadium-desc-container{padding:0 40px 0 0;margin-top:30px}.clubguide-page1-content .contacts-list .contact .stadium-desc-container ul li.desc{font-size:12px;line-height:18px;opacity:.5}.clubguide-page1-content .downloads{padding-top:30px;margin-bottom:20px;position:relative}.clubguide-page1-content .downloads h3{font-weight:900;font-size:18px;letter-spacing:.75px;line-height:30px;text-transform:uppercase;color:#00a6f0;background-color:#fff;min-height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:none;margin:10px 0;padding-left:0}.clubguide-page1-content .downloads .download-wrapper{background-color:#fafafa;padding:15px 20px;margin-left:50px}@media only screen and (max-width:479px){.clubguide-page1-content .downloads .download-wrapper{margin-left:10px}}.clubguide-page1-content .downloads a.button-download{border-color:transparent;color:#969199;cursor:pointer;font-family:Fira Sans,sans-serif;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:400;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.clubguide-page1-content .downloads a.button-download .icon{min-width:18px;margin:0 10px}.clubguide-wrapper .trophies .container{width:70%;margin:0 auto}@media only screen and (max-width:479px){.clubguide-wrapper .trophies .container{width:90%}}.clubguide-wrapper .stadium-content .text-content.cg-text{padding-left:0}.clubguide-wrapper .stadium-content .text-content p:first-of-type{margin-top:0}.clubguide-wrapper .stadium-content ul.prohibited_objects{-moz-column-count:2;-moz-column-gap:40px;-webkit-column-count:2;-webkit-column-gap:40px;column-count:2;column-gap:40px}.clubguide-wrapper .stadium-content .stadium>div{width:100%}.clubguide-wrapper .stadium-content .stadium h3{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.clubguide-wrapper .club-content{width:100%}.clubguide-wrapper .tab-container div>.soccer-content{width:100%;min-height:400px;-ms-flex-line-pack:start;align-content:flex-start}.clubguide-section-title{color:#2c272f;font-size:24px;font-weight:800;line-height:30px;padding-top:20px;text-align:center}.clubguide-login{position:relative}.clubguide-login .stepper-wrapper{background:#f5f5f5}.clubguide-login ul{list-style-type:none;padding-left:0}@media only screen and (max-width:479px){.clubguide-login ul{padding:15px}}.clubguide-login ul li{padding:0 15px}@media only screen and (max-width:479px){.clubguide-login ul li{padding:0}}.clubguide-login ul button{margin-top:15px;min-width:140px;height:40px;text-align:center}.clubguide-login ul button p{display:inline}.clubguide-login ul button .loading{left:0}.clubguide-login-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:30px 20px}@media only screen and (min-width:480px){.clubguide-login-wrapper{padding:30px}}.clubguide-login-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px auto;width:100%}@media only screen and (min-width:768px){.clubguide-login-form{width:520px}}@media only screen and (min-width:1200px){.clubguide-login-form{width:620px}}.clubguide-login-form li:last-of-type{text-align:center}.clubguide-login-form .form-row{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex}.clubguide-login-form .form-fieldset-info{color:#969199;font-size:12px;font-weight:400;letter-spacing:-.07px;line-height:20px;margin-bottom:15px;margin-top:0}.clubguide-login-form .checkbox-another-person{margin-bottom:35px}.clubguide-login-form .fl-input-container{-webkit-box-flex:1;-ms-flex:1;flex:1}.clubguide-login-form .fl-input-container+.fl-input-container,.clubguide-login-form .fl-input-container+.selectfield-floating-label{margin-left:20px}.clubguide-login-form .fl-input-container input{-webkit-box-shadow:none;box-shadow:none}.clubguide-login-form .form-fieldset{border:0;margin-bottom:25px;margin-left:0;margin-right:0;min-width:0;padding:0}.clubguide-login-form .form-legend{color:#2c272f;font-size:14px;font-weight:700;margin:0;padding:10px 0;width:100%}.clubguide-login-form .date-of-birth-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.clubguide-login-form .selectfield{-webkit-box-flex:1;-ms-flex:1;flex:1}.clubguide-login-form .selectfield+.selectfield{margin-left:20px}.kitcolours-content{background-color:#f5f5f5;padding-bottom:30px}.kitcolours-content .equipment-list{width:100%;padding:15px}.kitcolours-content h3{color:#00a6f0;font-size:16px;font-weight:800;margin:0;padding:25px 2px;text-transform:uppercase}.equipment{padding-right:0;overflow:hidden}.equipment>div{height:0;padding-top:129.6%;position:relative}.equipment>div .equipment-container{position:absolute;top:0;left:0;width:100%;height:100%}.equipment>div .equipment-container .image{width:100%;height:100%;padding:0 2px;position:absolute;right:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1;-webkit-transition:opacity .2s ease-in,-webkit-transform .2s ease-in;transition:opacity .2s ease-in,-webkit-transform .2s ease-in;-o-transition:opacity .2s ease-in,transform .2s ease-in;transition:opacity .2s ease-in,transform .2s ease-in;transition:opacity .2s ease-in,transform .2s ease-in,-webkit-transform .2s ease-in}.hotels-content{padding:30px}@media only screen and (max-width:479px){.hotels-content{padding:25px}}.hotels-content .hotels-list{margin-top:20px}.hotels-content .hotels-list:not(:first-child){margin-top:70px;margin-bottom:70px}.hotels-content h2{text-transform:uppercase}.hotels-content h3{text-transform:none;margin-top:0}.hotels-content .hotel{padding-right:0;overflow:hidden}.hotels-content .hotel .hotel-container{width:100%;position:relative;margin:40px 0;padding:0 0 0 50px}@media only screen and (max-width:479px){.hotels-content .hotel .hotel-container{padding-left:10px}}.hotels-content .hotel .hotel-container ul{border-left:2px solid #eaeaea;padding-left:50px}@media only screen and (max-width:479px){.hotels-content .hotel .hotel-container ul{padding-left:30px}}.hotels-content .hotel .hotel-container ul li{list-style:none;font-weight:500}.hotels-content .hotel .hotel-container ul .li-title{opacity:.5;font-size:12px;font-weight:700;padding-bottom:3px}.hotels-content .hotel .hotel-container ul .li-title:not(:first-child){padding-top:20px}.hotels-content .hotel .hotel-container .image{width:100%;height:100%;padding:0 2px;position:relative;right:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1;-webkit-transition:opacity .2s ease-in,-webkit-transform .2s ease-in;transition:opacity .2s ease-in,-webkit-transform .2s ease-in;-o-transition:opacity .2s ease-in,transform .2s ease-in;transition:opacity .2s ease-in,transform .2s ease-in;transition:opacity .2s ease-in,transform .2s ease-in,-webkit-transform .2s ease-in}.dragontour-content{padding:50px}@media only screen and (max-width:479px){.dragontour-content{padding:25px}}.dragontour-content .dragontour-list:not(:first-child){margin:70px 0}.dragontour-content h2{border-left:2px solid #2c272f;margin-left:50px;margin-top:30px;padding-left:50px;text-transform:none}@media only screen and (max-width:479px){.dragontour-content h2{padding-left:30px;margin-left:10px}}.dragontour-content h3{border-left:2px solid #eaeaea;font-size:20px;font-weight:400;margin-left:50px;opacity:.4;padding-left:50px;text-transform:none}@media only screen and (max-width:479px){.dragontour-content h3{padding-left:30px;margin-left:10px}}.dragontour-content .contacts{padding-right:0;overflow:hidden}.dragontour-content .contacts h2{font-weight:800;margin-left:50px;padding-left:50px;text-transform:uppercase}@media only screen and (max-width:479px){.dragontour-content .contacts h2{margin-left:10px}}.dragontour-content .contacts .contacts-container{margin:10px 0 20px;padding:0 0 0 50px;position:relative;width:100%}@media only screen and (max-width:479px){.dragontour-content .contacts .contacts-container{padding-left:10px}}.dragontour-content .contacts .contacts-container ul{border-left:2px solid #eaeaea;padding-left:50px}.dragontour-content .contacts .contacts-container ul li{font-weight:700;list-style:none}.dragontour-content .contacts .contacts-container ul .li-title{font-size:12px;opacity:.5;padding-bottom:3px;text-transform:uppercase}.dragontour-content .contacts .contacts-container ul .li-title:not(:first-child){padding-top:20px}.dragontour-content .contacts .contacts-container .image{height:100%;opacity:1;padding:0 2px;position:relative;right:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity .2s ease-in,-webkit-transform .2s ease-in;transition:opacity .2s ease-in,-webkit-transform .2s ease-in;-o-transition:opacity .2s ease-in,transform .2s ease-in;transition:opacity .2s ease-in,transform .2s ease-in;transition:opacity .2s ease-in,transform .2s ease-in,-webkit-transform .2s ease-in;width:100%}
/*# sourceMappingURL=styles.css.map*/