@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Red+Hat+Mono:ital,wght@0,300..700;1,300..700&display=swap";body.vue-neat-modal-open{overflow:hidden}.vue-neat-modal-backdrop{position:fixed;top:0;right:0;left:0;bottom:0;background-color:#2e2e2e80;pointer-events:none}.vue-neat-modal-backdrop--active{pointer-events:auto}.vue-neat-modal-backdrop.v-enter-active,.vue-neat-modal-backdrop.v-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.vue-neat-modal-backdrop.v-enter-from,.vue-neat-modal-backdrop.v-leave-to{opacity:0}.vue-neat-modal-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;pointer-events:none}.vue-neat-modal-wrapper--x-left{justify-content:flex-start}.vue-neat-modal-wrapper--x-center{justify-content:center}.vue-neat-modal-wrapper--x-right{justify-content:flex-end}.vue-neat-modal-wrapper--y-top{align-items:flex-start}.vue-neat-modal-wrapper--y-center{align-items:center}.vue-neat-modal-wrapper--y-bottom{align-items:flex-end}.vue-neat-modal{position:relative;z-index:1;pointer-events:auto;transition:.3s cubic-bezier(.25,.8,.5,1);max-height:90%;overflow-y:auto;margin:24px;flex-grow:1}.vue-neat-modal--no-spacing,.vue-neat-modal--fullscreen{margin:0}.vue-neat-modal--fullscreen{position:fixed;top:0;left:0;height:100%;width:100%;max-height:100%}.vue-neat-modal.scale-enter-from,.vue-neat-modal.scale-leave-to{opacity:0;transform:scale(.5)}.vue-neat-modal.slide-down-enter-from,.vue-neat-modal.slide-down-leave-to{opacity:0;transform:translateY(-50px)}.vue-neat-modal.slide-up-enter-from,.vue-neat-modal.slide-up-leave-to{opacity:0;transform:translateY(50px)}.vue-neat-modal.move-up-enter-from,.vue-neat-modal.move-up-leave-to{transform:translateY(100%)}.vue-neat-modal.move-down-enter-from,.vue-neat-modal.move-down-leave-to{transform:translateY(-100%)}:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));-webkit-animation:vSelectSpinner 1.1s infinite linear;animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}@keyframes status-live{0%,to{opacity:1}50%{opacity:0}}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes blink{0%{opacity:1}to{opacity:0}}:root{--color-stats-home: #260050;--color-stats-away: #9241ed;--color-stats-women: #260050;--color-stats-men: #260050}:root{--color-stats-home: #0e3518;--color-stats-away: #4eaf6a;--color-stats-women: #0e3518;--color-stats-men: #0e3518}.tooltip-hover{border-radius:.5rem;border-style:none;display:flex;justify-content:center;position:relative}.tooltip-hover:hover .tooltip{opacity:1}.tooltip-hover:hover .tooltip:before{opacity:1}.tooltip-hover .tooltip{background-color:#fdfdfd;border:.063rem solid #e7e7e7;border-radius:.313rem;bottom:115%;box-shadow:.375rem .375rem 3.375rem #0000000d;color:#333;display:block;opacity:0;padding:.3125rem .625rem;position:absolute;transition:opacity .5s;font-size:.875rem;font-weight:400}.tooltip-hover .tooltip:before{border-left:.32rem solid transparent;border-right:.32rem solid transparent;border-top:.32rem solid #e7e7e7;bottom:-.32rem;box-shadow:.375rem .375rem 3.375rem #0000000d;content:"";height:0;left:calc(50% - .32rem);opacity:1;position:absolute;transition:opacity .5s;z-index:1}.tooltip-hover .tooltip:after{border-left:.26rem solid transparent;border-right:.26rem solid transparent;border-top:.26rem solid #fdfdfd;bottom:-.26rem;box-shadow:.375rem .375rem 3.375rem #0000000d;content:"";height:1%;left:calc(50% - .26rem);opacity:1;position:absolute;transition:opacity .5s;z-index:2}::-webkit-scrollbar{width:2px}::-webkit-scrollbar-track{background:#f4f4f4}::-webkit-scrollbar-thumb{background:#a1a1a1}::-webkit-scrollbar-thumb:hover{background:#757575}.vs__dropdown-option--highlight{background-color:#e9f7ee;color:#333}*{box-sizing:border-box;line-height:normal;list-style:none;margin:0;padding:0;text-decoration:none}body.vue-neat-modal-open{padding-right:0!important}.hide{display:none!important}@media (min-width: 768px){.show-mobile{display:none!important}}@media (max-width: 767.98px){.hide-mobile{display:none!important}}@media (min-width: 540px){.show-mobile-sm{display:none!important}}@media (max-width: 539.98px){.hide-mobile-sm{display:none!important}}@media (min-width: 992px){.show-mobile-lg{display:none!important}}@media (max-width: 991.98px){.hide-mobile-lg{display:none!important}}@media (min-width: 1220px){.show-mobile-xl{display:none!important}}@media (max-width: 1219.98px){.hide-mobile-xl{display:none!important}}.grid-row{display:flex;flex-flow:row wrap;padding:.6rem 0}.grid-row.fav{background:linear-gradient(45deg,#bf9eea,#fdfdfd 30%,#fdfdfd 70%)}.grid-row .row-one{align-items:center;display:flex;flex:2 0 305px;justify-content:flex-start;overflow:clip}.grid-row .row-two{align-items:center;display:flex;flex:3 0 305px;justify-content:flex-end;overflow:clip}.grid-row .row-three{flex:1 0 100%}.grid-row .extra{flex:0 0 6rem;text-align:center}.grid-row.titles{color:#000;font-size:.8rem;font-weight:500}.grid-row:not(.titles)+.grid-row{border-top:green}.page-content{min-height:37.5rem;padding:0 1rem}@media (max-width: 767.98px){.page-content{padding:0 .5rem}}.page-content.with-buttons{margin-top:50px}.cis-common-container-bg{align-items:flex-start;background:#fdfdfd;border-radius:1rem;box-shadow:.4rem .4rem 4rem #e7e7e7;display:flex;flex-direction:column;gap:1.25rem;padding:1.4rem .6rem;width:100%}.cis-common-aux-tables{align-items:flex-start;background:#fdfdfd;border-radius:1rem;box-shadow:.4rem .4rem 4rem #e7e7e7;max-width:max-content;padding:.75rem 1rem}.h2h-base-container{align-items:flex-start;background:#fff;border-radius:1rem;box-shadow:.4rem .4rem 4rem #e7e7e7;padding:.75rem}.cis-common-box{background:#fdfdfd;border:.683px solid #e7e7e7;border-radius:1.325rem;box-shadow:4px 4px 36px #0000000d;display:flex;flex-direction:column;padding:.625rem;width:100%}@media (min-width: 1220px){.cis-common-box{width:auto}}div.cis-common-abox{background:#fdfdfd;border:.683px solid #e7e7e7;border-radius:1.325rem;box-shadow:4px 4px 36px #0000000d;display:flex;flex-direction:column;padding:.625rem;width:auto}.flag-lg{border-radius:3px;height:70px}.flag-md{border-radius:3px;height:24px;margin:.45rem}.flag-sd{border-radius:3px;height:1.25rem;width:1.75rem}.flag-sm{border-radius:3px;font-size:.7rem;height:17px;margin:.25rem;width:28px}.flag-xs{border-radius:3px;font-size:.7rem;height:17px;margin:.25rem;width:24px}.flag-xxs{border-radius:3px;font-size:.7rem;height:14px;margin:.25rem;width:20px}.country-code-lg{font-size:1rem;margin-right:2rem}.country-code-sm{font-size:.625rem;font-style:italic;font-weight:200}sup{align-self:flex-start;font-size:.7em;position:static;vertical-align:super}.b-picto{display:inline-block;height:100%;width:100%}.b-picto svg{max-height:100%;max-width:100%}.b-picto.xs{height:1rem;width:1rem}.b-picto.sm{height:1.5rem;width:1.5rem}.b-picto.sd{height:1.875rem;width:1.875rem}.b-picto.md{height:2rem;width:2rem}.b-picto.ml{height:2.25rem;width:2.25rem}.b-picto.lg{height:3rem;width:3rem}.b-picto.xl{height:5rem;width:5rem}.b-splash-cis{align-items:center;display:flex;height:100vh;justify-content:center;width:unset}.b-empty-data{display:flex;justify-content:center;width:100%}.b-empty-data .empty-data{align-items:center;background-color:#c8ebd2;border-radius:.5rem;color:#0e3518;display:flex;flex-direction:column;gap:.5rem;margin:.75rem;padding:.75rem;font-size:.875rem;font-weight:500}@media (min-width: 768px){.b-empty-data .empty-data{font-size:1rem;font-weight:500}}.b-empty-data .empty-txt{align-items:center;display:flex}.b-empty-data svg{color:#0e3518;height:1.25rem;margin-inline-end:.5rem;width:1.25rem}.b-empty-data .btn-clear{align-items:center;background-color:#0e3518;border:1px solid #757575;border-radius:.5rem;color:#fdfdfd;cursor:pointer;display:flex;font-size:.8rem;gap:.5rem;padding:.4rem .8rem;transition:all .3s ease}@media (min-width: 768px){.b-empty-data .btn-clear:hover{background-color:#a2dbb7;border-color:transparent;color:#0e3518}}.filters-content{align-items:center;display:flex;flex-direction:column;width:100%}.filters-content .filters-box{display:flex;flex-flow:row wrap;gap:1.2rem;margin-bottom:1.8rem;width:100%}.filters-content .filters-box .inputs-box{width:calc(50% - .6rem)}.filters-content .filters-box .inputs-box .dropdown-wrapper{background-color:#f4f4f4;border-radius:.5rem;color:#757575;font-size:.75rem;padding:.25rem;width:100%}.filters-content .filters-box .inputs-box .dropdown-wrapper .vs__dropdown-toggle{border-style:none}.filters-content .filters-box .inputs-box .dropdown-wrapper:hover{background-color:#c9c9c9;color:#fdfdfd}.filters-content .filters-box .inputs-box .dropdown-wrapper:hover .vs__open-indicator{fill:#fdfdfd}.filters-content .filters-box .inputs-box .dropdown-wrapper .vs__open-indicator{fill:#a1a1a1}.filters-content .clear-filter-box .btn{align-items:center;border:.063rem solid #757575;border-radius:.5rem;display:flex;gap:.2rem;height:1.75rem;padding:1rem .625rem}.filters-content .clear-filter-box .btn .icon{height:1rem;width:1rem}.filters-content .clear-filter-box .btn:hover{background-color:#0e3518}.filters-content .clear-filter-box .btn:hover .icon,.filters-content .clear-filter-box .btn:hover p{color:#fdfdfd}.filters-content .clear-filter-box .btn p{color:#000;font-size:15px}.b-label-org{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.b-label-org .org-flag.fallback{background-color:#c9c9c9}.b-label-org .org-code{color:#757575;font-family:Red Hat Mono,monospace;font-style:italic;letter-spacing:1px;line-height:1.5;margin-right:.2rem;font-size:.75rem;font-weight:300}.b-label-org .org-desc{font-size:.625rem;font-weight:500}@media (min-width: 540px){.b-label-org .org-desc{font-size:.875rem;font-weight:500}}@media (min-width: 768px){.b-label-org .org-desc{font-size:1rem;font-weight:500}}.b-label-org.round .flag.org-flag{border-radius:50%;height:2rem;width:2rem}.b-label-org.reverse{flex-direction:row-reverse}.b-label-org.reverse .flag.org-flag{margin:3px 3px 3px 5px}.b-label-org.reverse .org-code{margin-left:.2rem;margin-right:0}.b-label-org.reverse .org-desc{text-align:end}.b-label-org.center{justify-content:center}.b-label-org.end{justify-content:flex-end}.b-label-player{align-items:center;color:inherit;display:flex;gap:.2rem}.b-label-player .player-profile{color:#000;display:block}.b-label-player .player-profile .player-data{align-items:center;display:flex;gap:.3rem}.b-label-player .player-profile .player-data+.player-data{margin-top:.2rem}.b-label-player .player-profile .player-name{cursor:pointer;display:flex;flex-direction:column;letter-spacing:.5px;text-align:left;font-size:.75rem;font-weight:500}.b-label-player .player-profile .med-class,.b-label-player .player-profile .guide{display:flex;font-style:italic;gap:.3rem;text-align:start;font-size:.625rem;font-weight:500}.b-label-player .player-profile .med-class .guide-symbol,.b-label-player .player-profile .guide .guide-symbol{background-color:#0e3518;border-radius:50%;color:#fdfdfd;height:1rem;line-height:1rem;text-align:center;width:1rem;font-size:.625rem;font-weight:500}.b-label-player .avatar{border-radius:50%;height:2.6rem;overflow:hidden;position:relative;width:2.6rem}.b-label-player .avatar.xs,.b-label-player .avatar.xs img{height:1.5rem;width:1.5rem}.b-label-player .avatar.sm,.b-label-player .avatar.sm img{height:2rem;width:2rem}.b-label-player .avatar.md,.b-label-player .avatar.md img{height:3.125rem;width:3.125rem}.b-label-player .avatar img{height:2.6rem;left:0;object-fit:cover;object-position:50% 10%;position:absolute;top:0;width:2.6rem}.b-label-player.reverse{flex-direction:row-reverse}.bt-selector{display:flex;font-family:Inter,sans-serif;gap:6px}.bt-selector.b-tab-selector{flex-flow:row wrap;justify-content:center;letter-spacing:1px;margin:0 auto;max-width:60%}.bt-selector.b-tab-popup{flex-wrap:nowrap;justify-content:flex-start}.bt-selector .b-tab-link{align-items:center;background-color:#fdfdfd;border:1px solid #e7e7e7;border-radius:8px;color:#000;cursor:pointer;display:flex;height:2.25rem;margin-bottom:.2rem;padding:.25rem .5rem;transition:all .3s ease}.bt-selector .b-tab-link:hover,.bt-selector .b-tab-link.active{background-color:#0e3518;color:#fdfdfd}.bt-selector .b-tab-link i.b-tab-icon{font-size:1.2rem;margin-right:.5rem}.bt-selector .b-tab-link p{font-weight:700;font-size:.875rem;font-weight:400}.b-title{color:#1d632e;font-style:normal;line-height:24px;font-size:1.25rem;font-weight:600}.b-title-section{color:#1d632e;font-style:normal;line-height:normal;font-size:1rem;font-weight:500}.b-loading-spinner{display:flex;justify-content:center;margin-top:1.5rem}.b-loading-spinner.w-100{width:100%}.b-loading-spinner .b-spinner{animation:rotation 1s linear infinite;border:5px solid #0e3518;border-bottom-color:transparent;border-radius:50%;box-sizing:border-box;display:inline-block;height:48px;width:48px}.b-loading-spinner.sm .b-spinner{height:38px;width:38px}.b-collapse-header{display:flex;justify-content:space-between}.b-collapse-header.open{border-bottom:1px solid #d9d9d9;margin-bottom:6px}.b-collapse-header.open .b-collapse-title{margin-bottom:8px}.b-container-collapse{display:flex;height:100%;padding-inline-start:5rem;position:relative;transition:all .5s;width:100%}.b-container-collapse.aside-visible{padding-inline-start:24rem}.b-container-collapse.aside-visible .aside-container .aside-content{width:300px}.b-container-collapse.aside-visible .btn-toggle-aside svg{transform:rotate(180deg)}.b-container-collapse .aside-container{display:flex;height:calc(100% - 9.0625rem);left:0;padding:.4rem;position:fixed}.b-container-collapse .aside-container .aside-content{transition:all .5s;width:0}.b-container-collapse .btn-toggle-aside{align-items:center;background-color:#c8ebd2;border-radius:10px;display:flex;flex-direction:column;justify-content:center;width:34px}.b-container-collapse .btn-toggle-aside .ph-arrow{color:#0e3518;height:1.5rem;width:1.5rem}.b-container-collapse .btn-toggle-aside .text{color:#0e3518;line-height:initial;padding:.5rem 0;text-transform:uppercase;writing-mode:sideways-rl;font-size:1.25rem;font-weight:600}.b-container-collapse .btn-toggle-aside:hover{background:#a2dbb7}.b-container-collapse .content-container{align-items:center;display:flex;flex-direction:column;gap:1.25rem;padding:.8rem .6rem;width:100%}.b-container-collapse .content-container.cis-common-container-bg{background:#fff;border-radius:1rem;box-shadow:.4rem .4rem 4rem #e7e7e7}.hide-units-event .b-container-collapse{padding:0}.hide-units-event .b-container-collapse .aside-container{display:none}:not(.show-tabs)+.main-content .aside-container{height:calc(100% - 6.3125rem)}.legend{display:flex;flex-wrap:wrap;gap:1.125rem;justify-content:start}.legend .key .code{color:#000;font-size:1rem;font-weight:500}.legend .key span{color:#333;font-weight:400}.legend .key span.colon{padding-inline:.3125rem}.latest-news{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center;min-height:65vh;padding-top:2rem}.latest-news .new-card{background-color:#f8f8f8;border-radius:.75rem;box-shadow:6px 6px 54px #00000014;display:flex;flex-direction:column;justify-content:space-between;max-height:20rem;padding:.625rem;width:20rem}.latest-news .new-card a{color:#333}.latest-news .new-card a .new-img{border-radius:.5rem;height:11rem;max-width:100%;object-fit:cover;object-position:center;overflow:hidden;width:100%}.latest-news .new-card a .new-img img{display:block;height:auto;width:100%}.latest-news .new-card a .news-title{overflow:hidden;padding:.625rem 1rem .625rem .375rem;text-overflow:ellipsis;white-space:nowrap}.latest-news .new-card a .new-title{font-style:normal;line-height:normal;overflow:hidden;text-decoration:none;text-overflow:ellipsis;font-size:1rem;font-weight:500}.latest-news .new-card a .new-info{align-items:center;color:#3e3232bf;display:flex;justify-content:flex-start;padding:1rem .375rem;font-size:.75rem;font-weight:500}.latest-news .new-card a .new-content{padding:0 1rem 1rem .375rem}.latest-news .new-card a .new-content p{-webkit-box-orient:vertical;color:#a1a1a1;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;font-size:.875rem;font-weight:500}.pagination-container{align-items:center;display:flex;justify-content:center;padding:2rem}.pagination-container .page-number{color:#000;float:left;padding:8px 16px}.pagination-container .page-number.active{background-color:#144a21;border-radius:5px;color:#fff}.pagination-container .ph-caret{color:#144a21;font-size:2rem}.pagination-container button{align-items:center;display:flex}.pagination-container button:disabled{cursor:not-allowed;opacity:.4}.b-simple-legends{align-self:flex-end;background:#fdfdfd;border:1px solid #f4f4f4;border-radius:1.3125rem;box-shadow:6px 6px 54px #0000000d;display:flex;gap:1.25rem;margin-right:5%;padding:.25rem .5rem}.b-simple-legends .s-legend .s-legend-container{align-items:center;display:flex;gap:.35rem}.b-simple-legends .s-legend .s-legend-container.-scheduled.-live,.b-simple-legends .s-legend .s-legend-container.-upcoming.-live,.b-simple-legends .s-legend .s-legend-container.-running.-live,.b-simple-legends .s-legend .s-legend-container.-start_list.-live,.b-simple-legends .s-legend .s-legend-container.-scheduled.-running,.b-simple-legends .s-legend .s-legend-container.-upcoming.-running,.b-simple-legends .s-legend .s-legend-container.-running.-running,.b-simple-legends .s-legend .s-legend-container.-start_list.-running,.b-simple-legends .s-legend .s-legend-container.-scheduled.-getting_ready,.b-simple-legends .s-legend .s-legend-container.-upcoming.-getting_ready,.b-simple-legends .s-legend .s-legend-container.-running.-getting_ready,.b-simple-legends .s-legend .s-legend-container.-start_list.-getting_ready{color:#059669}.b-simple-legends .s-legend .s-legend-container.-scheduled.-official,.b-simple-legends .s-legend .s-legend-container.-upcoming.-official,.b-simple-legends .s-legend .s-legend-container.-running.-official,.b-simple-legends .s-legend .s-legend-container.-start_list.-official,.b-simple-legends .s-legend .s-legend-container.-scheduled.-finished,.b-simple-legends .s-legend .s-legend-container.-upcoming.-finished,.b-simple-legends .s-legend .s-legend-container.-running.-finished,.b-simple-legends .s-legend .s-legend-container.-start_list.-finished{color:#ff4f3a}.b-simple-legends .s-legend .s-legend-container.-scheduled.-delayed,.b-simple-legends .s-legend .s-legend-container.-upcoming.-delayed,.b-simple-legends .s-legend .s-legend-container.-running.-delayed,.b-simple-legends .s-legend .s-legend-container.-start_list.-delayed,.b-simple-legends .s-legend .s-legend-container.-scheduled.-intermediate,.b-simple-legends .s-legend .s-legend-container.-upcoming.-intermediate,.b-simple-legends .s-legend .s-legend-container.-running.-intermediate,.b-simple-legends .s-legend .s-legend-container.-start_list.-intermediate,.b-simple-legends .s-legend .s-legend-container.-scheduled.-unofficial,.b-simple-legends .s-legend .s-legend-container.-upcoming.-unofficial,.b-simple-legends .s-legend .s-legend-container.-running.-unofficial,.b-simple-legends .s-legend .s-legend-container.-start_list.-unofficial,.b-simple-legends .s-legend .s-legend-container.-scheduled.-postponed,.b-simple-legends .s-legend .s-legend-container.-upcoming.-postponed,.b-simple-legends .s-legend .s-legend-container.-running.-postponed,.b-simple-legends .s-legend .s-legend-container.-start_list.-postponed,.b-simple-legends .s-legend .s-legend-container.-scheduled.-interrupted,.b-simple-legends .s-legend .s-legend-container.-upcoming.-interrupted,.b-simple-legends .s-legend .s-legend-container.-running.-interrupted,.b-simple-legends .s-legend .s-legend-container.-start_list.-interrupted,.b-simple-legends .s-legend .s-legend-container.-scheduled.-provisional,.b-simple-legends .s-legend .s-legend-container.-upcoming.-provisional,.b-simple-legends .s-legend .s-legend-container.-running.-provisional,.b-simple-legends .s-legend .s-legend-container.-start_list.-provisional,.b-simple-legends .s-legend .s-legend-container.-scheduled.-protested,.b-simple-legends .s-legend .s-legend-container.-upcoming.-protested,.b-simple-legends .s-legend .s-legend-container.-running.-protested,.b-simple-legends .s-legend .s-legend-container.-start_list.-protested,.b-simple-legends .s-legend .s-legend-container.-scheduled.-start_list,.b-simple-legends .s-legend .s-legend-container.-upcoming.-start_list,.b-simple-legends .s-legend .s-legend-container.-running.-start_list,.b-simple-legends .s-legend .s-legend-container.-start_list.-start_list{color:#d97706}.b-simple-legends .s-legend .s-legend-container.-scheduled.-unscheduled,.b-simple-legends .s-legend .s-legend-container.-upcoming.-unscheduled,.b-simple-legends .s-legend .s-legend-container.-running.-unscheduled,.b-simple-legends .s-legend .s-legend-container.-start_list.-unscheduled,.b-simple-legends .s-legend .s-legend-container.-scheduled.-unconfirmed,.b-simple-legends .s-legend .s-legend-container.-upcoming.-unconfirmed,.b-simple-legends .s-legend .s-legend-container.-running.-unconfirmed,.b-simple-legends .s-legend .s-legend-container.-start_list.-unconfirmed{color:#374151}.b-simple-legends .s-legend .s-legend-container.-scheduled.-upcoming,.b-simple-legends .s-legend .s-legend-container.-upcoming.-upcoming,.b-simple-legends .s-legend .s-legend-container.-running.-upcoming,.b-simple-legends .s-legend .s-legend-container.-start_list.-upcoming{color:#d9b7ff}.b-simple-legends .s-legend .s-legend-container.-scheduled.-scheduled,.b-simple-legends .s-legend .s-legend-container.-upcoming.-scheduled,.b-simple-legends .s-legend .s-legend-container.-running.-scheduled,.b-simple-legends .s-legend .s-legend-container.-start_list.-scheduled,.b-simple-legends .s-legend .s-legend-container.-scheduled.-rescheduled,.b-simple-legends .s-legend .s-legend-container.-upcoming.-rescheduled,.b-simple-legends .s-legend .s-legend-container.-running.-rescheduled,.b-simple-legends .s-legend .s-legend-container.-start_list.-rescheduled,.b-simple-legends .s-legend .s-legend-container.-scheduled.-schedule_break,.b-simple-legends .s-legend .s-legend-container.-upcoming.-schedule_break,.b-simple-legends .s-legend .s-legend-container.-running.-schedule_break,.b-simple-legends .s-legend .s-legend-container.-start_list.-schedule_break,.b-simple-legends .s-legend .s-legend-container.-scheduled.-canceled,.b-simple-legends .s-legend .s-legend-container.-upcoming.-canceled,.b-simple-legends .s-legend .s-legend-container.-running.-canceled,.b-simple-legends .s-legend .s-legend-container.-start_list.-canceled,.b-simple-legends .s-legend .s-legend-container.-scheduled.-cancelled,.b-simple-legends .s-legend .s-legend-container.-upcoming.-cancelled,.b-simple-legends .s-legend .s-legend-container.-running.-cancelled,.b-simple-legends .s-legend .s-legend-container.-start_list.-cancelled{color:#374151}.b-simple-legends .s-legend .s-legend-container .circle{color:inherit;height:.75rem;width:.75rem}.b-simple-legends .s-legend .s-legend-container .circle svg{fill:inherit}.b-simple-legends .s-legend .s-legend-container .text{color:inherit;font-size:.75rem;font-weight:500}.view-buttons{align-items:center;display:flex;justify-content:center}.view-buttons .switch{align-items:center;display:flex;height:3.278rem;justify-content:center;margin:1rem;width:6.75rem}.view-buttons .switch input{opacity:0}.view-buttons .switch input:checked+.slider{display:flex}.view-buttons .switch input:checked+.slider:before{transform:translate(3.625rem)}.view-buttons .switch input+.slider{align-items:center;background-color:#f4f4f4;border-radius:.5rem;box-shadow:0 0 4px #0000004d;cursor:pointer;display:flex;height:2.5rem;position:absolute;transition:.4s;width:7.5rem}.view-buttons .switch input+.slider:before{background-color:#fdfdfd;border-radius:.25rem;box-shadow:0 0 4px #0000004d;content:"";height:2rem;left:.25rem;position:absolute;transition:.4s;width:3.375rem}.view-buttons .switch input+.slider .option-1,.view-buttons .switch input+.slider .option-2{cursor:pointer;position:relative;transition:.4s;width:100%;z-index:1}.view-buttons .switch input+.slider .option-1.selected,.view-buttons .switch input+.slider .option-2.selected{fill:#1d632e}.view-buttons .switch input+.slider .option-1{left:0}.view-buttons .switch input+.slider .option-2{right:0}.blabel-status{align-items:center;border-radius:20em;display:flex;font-size:.75em;gap:.2rem;padding:.3em .625em}.blabel-status.-live,.blabel-status.-running,.blabel-status.-getting_ready{background-color:#ecfdf5}.blabel-status.-official,.blabel-status.-finished{background-color:#fef2f2}.blabel-status.-delayed,.blabel-status.-intermediate,.blabel-status.-unofficial,.blabel-status.-postponed,.blabel-status.-interrupted,.blabel-status.-provisional,.blabel-status.-protested,.blabel-status.-start_list{background-color:#fffbeb}.blabel-status.-unscheduled,.blabel-status.-unconfirmed{background-color:#f3f4f6}.blabel-status.-upcoming{background-color:#f4ecff}.blabel-status.-scheduled,.blabel-status.-rescheduled,.blabel-status.-schedule_break,.blabel-status.-canceled,.blabel-status.-cancelled{background-color:#f3f4f6}.blabel-status.-live,.blabel-status.-running,.blabel-status.-getting_ready{color:#059669}.blabel-status.-official,.blabel-status.-finished{color:#ff4f3a}.blabel-status.-delayed,.blabel-status.-intermediate,.blabel-status.-unofficial,.blabel-status.-postponed,.blabel-status.-interrupted,.blabel-status.-provisional,.blabel-status.-protested,.blabel-status.-start_list{color:#d97706}.blabel-status.-unscheduled,.blabel-status.-unconfirmed{color:#374151}.blabel-status.-upcoming{color:#d9b7ff}.blabel-status.-scheduled,.blabel-status.-rescheduled,.blabel-status.-schedule_break,.blabel-status.-canceled,.blabel-status.-cancelled{color:#374151}.blabel-status.-border.-live{border:1px solid #059669}.blabel-status.-border.-running,.blabel-status.-border.-getting_ready,.blabel-status.-border.-official,.blabel-status.-border.-finished,.blabel-status.-border.-delayed,.blabel-status.-border.-intermediate,.blabel-status.-border.-unofficial,.blabel-status.-border.-postponed,.blabel-status.-border.-interrupted,.blabel-status.-border.-provisional,.blabel-status.-border.-protested,.blabel-status.-border.-start_list,.blabel-status.-border.-unscheduled,.blabel-status.-border.-unconfirmed,.blabel-status.-border.-upcoming,.blabel-status.-border.-scheduled,.blabel-status.-border.-rescheduled,.blabel-status.-border.-schedule_break,.blabel-status.-border.-canceled,.blabel-status.-border.-cancelled{border:1px solid transparent}.blabel-status.-is-live .circle{animation:status-live 1s infinite;height:.5rem;width:.5rem}.sch-item-result{align-items:center;display:flex;justify-content:space-between;padding:.2rem 0}.sch-item-result.winner{background:linear-gradient(90deg,#fdfdfd,#c8ebd2);border-radius:.375rem}.sch-item-result.winner .competitor .team-or-athlete .player-profile,.sch-item-result.winner .competitor .team-or-athlete .player-name,.sch-item-result.winner .competitor .doubles .members .player-profile,.sch-item-result.winner .competitor .doubles .members .player-name{color:#333;font-weight:500}.sch-item-result.winner .result-mark{color:#333;font-size:.875rem;font-weight:500}.sch-item-result.winner .result-mark .split:not(:last-of-type){border-right:.5px solid #333}.sch-item-result .competitor .team-or-athlete .org-code,.sch-item-result .competitor .doubles .org-code{font-size:.625em;font-style:italic;font-weight:200;margin:0}.sch-item-result .competitor .team-or-athlete .b-label-player,.sch-item-result .competitor .doubles .b-label-player{align-items:center;display:flex;gap:.25rem}.sch-item-result .competitor .team-or-athlete .b-label-org .flag-sm,.sch-item-result .competitor .doubles .b-label-org .flag-sm{margin:.125rem;margin-left:0}.sch-item-result .competitor .team-or-athlete .player-profile,.sch-item-result .competitor .team-or-athlete .player-name,.sch-item-result .competitor .doubles .player-profile,.sch-item-result .competitor .doubles .player-name{color:#757575;width:100%;font-size:.875rem;font-weight:300}.sch-item-result .competitor .doubles{display:flex;flex-direction:row;gap:.25rem}.sch-item-result .competitor .doubles .members{display:flex;flex-direction:column}.sch-item-result .competitor .doubles .members .player-profile,.sch-item-result .competitor .doubles .members .player-name{font-size:.75rem;font-weight:300}.sch-item-result .result-mark{color:#757575}.sch-item-result .result-mark .final .b-result{font-size:.875rem;font-weight:400}.sch-item-result .result-mark .final .b-result.winner{color:#333;font-size:.875rem;font-weight:500}.sch-item-result .result-mark .splits{display:flex;font-size:.875rem;font-weight:400}.sch-item-result .result-mark .splits.more-splits .split{padding-inline:.1em;width:1.1rem}.sch-item-result .result-mark .splits .split{align-items:center;display:flex;justify-content:center;position:relative;width:1.5rem}.sch-item-result .result-mark .splits .split:not(:last-of-type){border-right:.5px solid #757575}.sch-item-result .result-mark .splits .split.winner{color:#333;font-size:.875rem;font-weight:500}.athlete-profile-popup.scroll-all .ath-popup{border-radius:4px;overflow:auto}.athlete-profile-popup.scroll-all div.data-container{overflow:unset}.athlete-profile-popup .ath-popup{align-items:center;background:#fdfdfd;border:.0625rem solid #c9c9c9;border-radius:1rem;bottom:3.75rem;box-shadow:.375rem .375rem 3.375rem #0000000d;display:flex;flex-direction:column;gap:.5rem;height:38.875rem;left:64rem;max-height:calc(100vh - 14.25rem);padding:.625rem;width:100%}@media (min-width: 992px){.athlete-profile-popup .ath-popup{width:16.125rem}.athlete-profile-popup .ath-popup .ath-info.team .player{align-items:baseline;flex-direction:column;gap:.25rem}.athlete-profile-popup .ath-popup .player-photo{height:2rem;min-width:2rem;width:2rem}.athlete-profile-popup .ath-popup .player-info{gap:.2rem}}@media (min-width: 1220px){.athlete-profile-popup .ath-popup{width:20rem}.athlete-profile-popup .ath-popup .ath-info.team .player{align-items:center;flex-direction:row}}.athlete-profile-popup .ath-popup .header{display:flex;justify-content:space-between;width:100%}.athlete-profile-popup .ath-popup .header .title{color:#333;font-size:1rem;font-weight:500}.athlete-profile-popup .ath-popup .header .container-left{align-items:flex-start;display:flex;flex-direction:column;gap:.25rem}.athlete-profile-popup .ath-popup .header .btn-back-athlete{align-items:center;background-color:#c8ebd2;border-radius:11px;color:#144a21;display:flex;font-size:.65rem;gap:.25rem;padding:2px 6px}.athlete-profile-popup .ath-popup .header .btn-back-athlete:hover{background-color:#a2dbb7}.athlete-profile-popup .ath-popup .header .btn-actions{color:#333}.athlete-profile-popup .ath-popup .header .btn-actions svg{cursor:pointer;font-size:.9rem}.athlete-profile-popup .ath-popup .header .btn-actions .min,.athlete-profile-popup .ath-popup .header .btn-actions .x{height:1rem;width:1rem}.athlete-profile-popup .ath-popup .data-container{border-top:1px solid #c9c9c9;display:flex;flex-direction:column;gap:1rem;overflow:auto;padding:1rem 0 .5rem;width:100%}.athlete-profile-popup .ath-popup .data-container .schedule-results .results{display:flex;flex-direction:column;gap:.1rem;padding:0 .5rem 0 0}.athlete-profile-popup .ath-popup .data-container .schedule-results .results .match-container{font-size:.875rem}.athlete-profile-popup .ath-popup .data-container .schedule-results .results .match-container .sch-item-result{font-size:1em}.athlete-profile-popup .ath-popup .data-container .schedule-results .results .match-container .status-container{margin-top:.5em}.athlete-profile-popup .ath-popup .data-container .popup-section-title{color:#0e3518;margin-bottom:.5rem;font-size:.875rem;font-weight:400}.athlete-profile-popup .ath-popup .match-container.generic-sch{height:auto;width:100%}.athletes-popup{display:flex;flex-direction:column;height:390px;padding:1.375rem .625rem;transition:all .5s;width:100%}.athletes-popup .ph-arrows{height:1.25rem;width:1.25rem}.athletes-popup .athletes-title{color:#020d0b;margin-bottom:.5rem;font-size:1rem;font-weight:500}.big .athletes-popup{height:calc(100vh - 14.25rem)}.ath-mini-popup{align-items:center;background:#fdfdfd;border:.0625rem solid #c9c9c9;border-radius:1rem;box-shadow:.375rem .375rem 3.375rem #0000000d;display:none;flex-direction:column;height:3.75rem;justify-content:center;padding:.625rem;position:relative;width:3.75rem}@media (min-width: 768px){.ath-mini-popup{display:flex}}.ath-mini-popup .close{cursor:pointer;height:1.5rem;position:absolute;right:-7px;top:-8px;width:1.5rem}.ath-mini-popup .ph-users{height:1.75rem;width:1.75rem}.ath-mini-popup .player-photo{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:2.3rem;justify-content:center;overflow:hidden;position:relative;width:2.3rem}.ath-mini-popup .player-photo img{height:2.3rem;left:0;object-fit:cover;object-position:50% 10%;position:absolute;top:0;width:2.3rem}.ath-bio{align-items:center;display:flex;justify-content:space-around}.ath-bio .elem{align-items:center;display:flex;flex-direction:column;gap:.5rem}.ath-bio .elem .title,.ath-bio .elem .text{color:#020d0b}.ath-bio .elem .title{background-color:#f4f4f4;border-radius:1rem;padding:.5rem 1rem;text-transform:uppercase;font-size:.75rem;font-weight:400}.ath-bio .elem .text{font-size:.875rem;font-weight:500}.events-medals{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.events-medals .medals{display:flex;flex-direction:column;gap:.5rem;width:100%}.events-medals .medals .medal{align-items:center;background-color:#c8ebd2;border-radius:.4rem;display:flex;justify-content:space-between;padding:.5rem}.events-medals .medals .medal .desc{color:#333;font-size:.75rem;font-weight:600}.events-medals .medals .medal .rank{background-color:#f4f4f4;border:1px solid #a1a1a1;border-radius:.75rem;color:#a1a1a1;min-width:2rem;padding:.25rem .65rem;font-size:.75rem;font-weight:500}.events-medals .medals .medal .rank.ME_GOLD{background-color:#fffbeb;border-color:#e8b04b;color:#e8b04b}.events-medals .medals .medal .rank.ME_SILVER{border-color:#757575;color:#757575}.events-medals .medals .medal .rank.ME_BRONZE{background-color:#fbefe8;border-color:#d97706;color:#d97706}.events-medals .medals .medal .rank p{display:flex;gap:.25rem}.ath-info{width:100%}.ath-info.team+.data-container,.ath-info.double+.data-container{border-top:none}.ath-info.team .players-info,.ath-info.double .players-info{display:flex;flex-wrap:wrap;gap:.5rem}.ath-info.team .player,.ath-info.double .player{border-bottom:1px solid #e7e7e7;gap:.5rem;padding-bottom:.5rem}.ath-info.team .player .player-photo,.ath-info.double .player .player-photo{height:2.2rem;min-width:2.2rem;width:2.2rem}.ath-info.team .player .player-photo img,.ath-info.double .player .player-photo img{height:100%;width:100%}.ath-info.team .player .name,.ath-info.team .player .surname,.ath-info.double .player .name,.ath-info.double .player .surname{color:#333}.ath-info.team .player-info,.ath-info.double .player-info{align-items:center;cursor:pointer;flex-flow:row wrap;justify-content:space-between}.ath-info.team .player-info .disc,.ath-info.team .player-info .org,.ath-info.double .player-info .disc,.ath-info.double .player-info .org{flex:1 0 48%;padding:.25rem}.ath-info.team .player-info .name,.ath-info.team .player-info .surname,.ath-info.double .player-info .name,.ath-info.double .player-info .surname{font-size:.875rem;font-weight:500}.ath-info.team .player{width:48%}.ath-info.team .players-info{flex-direction:row}.ath-info.team .player-info .name{font-size:.875rem;font-weight:400}.ath-info .player{align-items:center;display:flex;gap:1rem;justify-content:flex-start;margin-top:.5rem;padding:0 .25rem;width:100%}.ath-info .player .player-photo{align-items:center;border-radius:50%;display:flex;height:4rem;justify-content:center;overflow:hidden;position:relative;width:4rem}.ath-info .player .player-photo img{height:4rem;left:0;object-fit:cover;object-position:50% 10%;position:absolute;top:0;width:4rem}.ath-info .player-info{display:flex;flex:1;flex-direction:column;gap:.3rem}.ath-info .player-info .name{color:#0e3518;font-size:1rem;font-weight:500}.ath-info .player-info .disc{color:#757575;font-size:.875rem;font-weight:400}.ath-info .player-info .org{align-items:center;display:flex}.ath-info .player-info .org .flag-xs{margin-left:0}.ath-info .player-info .org .country{color:#020d0b;font-size:.875rem;font-weight:300}.ath-info .players-info.show-two .player:nth-of-type(n+3){display:none}.ath-info .players-info.show-all .player:nth-of-type(n+3){display:flex}.ath-info .btn-show-all{align-items:center;background-color:#fdfdfd;border:1px solid #e7e7e7;border-radius:.5rem;cursor:pointer;display:flex;justify-self:center;margin-top:1rem;padding:.5rem;font-size:.75rem;font-weight:400}.ath-info .btn-show-all:hover{background-color:#0e3518;border-color:transparent;color:#fdfdfd}.ath-orgs{overflow:auto}.athletes-container .athletes{width:100%}.athletes-container .athletes .ath-info-container{align-items:center;display:flex;gap:.375rem;padding:.2rem}.athletes-container .athletes .ath-info-container:hover{background-color:#e9f7ee;border-radius:.375rem}.athletes-container .athletes .ath-info-container.not-team{justify-content:space-between}.athletes-container .athletes .ath-info-container.not-team .ath-base-info{border-bottom:.031rem solid #e7e7e7;cursor:pointer;width:100%}.athletes-container .athletes .ath-info-container.team .ath-base-info:hover{cursor:pointer;text-decoration:underline}.athletes-container .athletes .ath-info-container.team .drop-down:hover{cursor:pointer}.athletes-container .athletes .ath-info-container.team .drop-down:hover svg{border-bottom:1px solid grey}.athletes-container .athletes .ath-info-container.team .drop-down .ph-caret-down{color:#a1a1a1}.athletes-container .athletes .ath-info-container .ath-base-info{align-items:center;display:flex}.athletes-container .athletes .ath-info-container .ath-base-info .country{color:#333;font-style:normal;font-size:.875rem;font-weight:500}.athletes-container .athletes .ath-info-container .ath-base-info .ath-list-info{align-items:center;display:flex;justify-content:space-between;width:100%}.athletes-container .athletes .ath-info-container .ath-base-info .ath-list-info .extra-info{align-items:center;display:flex}.athletes-container .athletes .ath-info-container .ath-base-info .ath-list-info .extra-info .ath-photo{margin-inline:.3rem}.athletes-container .athletes .ath-info-container .ath-base-info .ath-list-info .extra-info .ath-photo img{border-radius:50%;height:2.6rem;width:2.6rem}.athletes-container .athletes .ath-info-container .ath-base-info .ath-list-info .extra-info .ath-name{color:#333;font-size:.875rem;font-weight:500}.athletes-container .athletes .ath-info-container .ath-base-info .ath-list-info .ath-birth{color:#757575;font-size:.625rem;font-weight:500}.athletes-container .athletes .ath-info-container .drop-down{display:flex;flex:1;justify-content:flex-end}.members-container .member{align-items:center;border-bottom:.031rem solid #e7e7e7;display:flex;justify-content:space-between;padding:.5rem}.members-container .member:hover{background-color:#e9f7ee;border-radius:.375rem;cursor:pointer}.members-container .member .member-info{align-items:center;display:flex;gap:.5rem}.members-container .member .member-info .member-bib{align-items:center;background-color:#e7e7e7;border-radius:50%;color:#020d0b;display:flex;font-size:.75rem;height:1.5rem;justify-content:center;width:1.5rem}.members-container .member .member-info .member-photo img{border-radius:50%;height:2.6rem;width:2.6rem}.members-container .member .member-info .member-extra-info .member-name{color:#333;font-size:.8rem;margin-bottom:.2rem}.members-container .member .member-info .member-extra-info .member-position{color:#a1a1a1;font-size:.625rem}.members-container .member .member-birth{color:#757575;font-size:.625rem}.disc-popup{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:.625rem;height:100%;overflow:hidden;padding:1.375rem .625rem;width:100%}.disc-popup .search-popup{background:#f4f4f4;border-radius:.5rem;display:flex;height:2rem;padding:.25rem;width:100%}.disc-popup .search-popup .label-popup{align-content:center;align-items:center;border-radius:.5rem;display:flex;gap:.625rem}.disc-popup .search-popup .label-popup .ph-sliders{color:#e7e7e7}.disc-popup .search-popup .input-popup{background-color:#f4f4f4;border:none;color:#757575;outline:none;font-size:.75rem;font-weight:400}.disc-popup .disciplines-popup{display:flex;flex-wrap:wrap;gap:.625rem;overflow-y:auto}.disc-popup .disciplines-popup li{display:flex;width:48%}.disc-popup .disciplines-popup .discipline-col-popup{align-items:flex-start;color:#333;display:flex;flex-direction:column;gap:.75rem;width:100%;font-size:1rem;font-weight:400}.disc-popup .disciplines-popup .discipline-col-popup.disabled{color:#c9c9c9;cursor:not-allowed}.disc-popup .disciplines-popup .discipline-col-popup.disabled:hover{background-color:#fdfdfd}.disc-popup .disciplines-popup .discipline-col-popup:hover{background-color:#e9f7ee}.medals-popup{display:flex;flex-direction:column;gap:.75rem;height:24.375rem;padding:1.25rem .563rem;transition:all .5s;width:100%}.medals-popup .medals-header{display:flex;justify-content:space-between}.medals-popup .medals-header .btn-change-size{background:transparent;border:none}.medals-popup .medals-header .btn-change-size .ph-arrows{height:1.25rem;width:1.25rem}.medals-popup .medals-popup-title{color:#000;font-size:1rem;font-weight:500}.medals-popup .dropdown-wrapper{align-items:center;background-color:#f4f4f4;border-radius:.5rem;color:#757575;gap:1rem;padding:.2rem .5rem;width:13.625rem;font-size:.875rem;font-weight:400}.medals-popup .dropdown-wrapper .dropdown-item{display:flex;gap:1rem}.medals-popup .vs__selected{color:#757575}.medals-popup .vs__dropdown-toggle{border:none}.medals-popup .medals-popup-buttons{display:flex;gap:.5rem}.medals-popup .medals-popup-buttons .medals-popup-button{display:flex;gap:6px}.medals-popup .medals-popup-medals{overflow:hidden}.medals-popup .medals-popup-medals .fav-org{background:linear-gradient(90deg,#e4edff,#fff0 70%);border-radius:.375rem;color:#0e3518}.medals-popup .medals-popup-medals .medals-table-row{align-items:center;display:flex;justify-content:flex-end}.medals-popup .medals-popup-medals .medals-table-row .th-medium{align-items:flex-start;color:#a1a1a1;display:flex;justify-content:center;line-height:normal;padding:.25rem;text-align:center;width:2.375rem;font-size:.75rem;font-weight:500}.medals-popup .medals-popup-medals .medals-table-row .th-medium .ph-gold{color:#eaae47}.medals-popup .medals-popup-medals .medals-table-row .th-medium .ph-silver{color:#a7a6a6}.medals-popup .medals-popup-medals .medals-table-row .th-medium .ph-bronze{color:#ce8127}@media (min-width: 430px){.medals-popup .medals-popup-medals .medals-table-row .th-medium{width:2.5rem}}@media (min-width: 540px){.medals-popup .medals-popup-medals .medals-table-row .th-medium{font-size:.875rem;font-weight:400}}.medals-popup .medals-popup-medals .medals-table-row .th-medium.-total{color:#757575;font-size:.75rem;font-weight:500}@media (min-width: 540px){.medals-popup .medals-popup-medals .medals-table-row .th-medium.-total{font-size:.875rem;font-weight:500}}.medals-popup .medals-popup-medals .medals-list{display:flex;flex-direction:column;gap:.2rem;height:calc(100% - 1.66rem)}.medals-popup .medals-popup-medals .medals-list .countries-table-row{align-items:flex-start;display:flex;justify-content:flex-end}.medals-popup .medals-popup-medals .medals-list .countries-table-row .th-medium{align-items:flex-start;color:#a1a1a1;display:flex;justify-content:center;line-height:normal;padding:.25rem;text-align:center;width:2.375rem;font-size:.75rem;font-weight:500}@media (min-width: 430px){.medals-popup .medals-popup-medals .medals-list .countries-table-row .th-medium{width:2.5rem}}@media (min-width: 540px){.medals-popup .medals-popup-medals .medals-list .countries-table-row .th-medium{font-size:.875rem;font-weight:400}}.medals-popup .medals-popup-medals .medals-list .countries-table-row .th-medium.-total{color:#757575;font-size:.75rem;font-weight:500}@media (min-width: 540px){.medals-popup .medals-popup-medals .medals-list .countries-table-row .th-medium.-total{font-size:.875rem;font-weight:500}}.medals-popup .medals-popup-medals .medals-list .countries-table-row .table-country{align-items:center;display:flex;flex:1}.medals-popup .medals-popup-medals .medals-list .countries-table-row .table-country .large{align-items:center;display:flex;gap:.125rem;width:100%}.medals-popup .medals-popup-medals .medals-list .countries-table-row .table-country .large .country-name{color:#333;flex:1;font-size:.625rem;font-weight:500}@media (min-width: 430px){.medals-popup .medals-popup-medals .medals-list .countries-table-row .table-country .large .country-name{min-width:3rem;font-size:.875rem;font-weight:500}}.medals-popup .medals-popup-medals .medals-list .countries-table-row .table-country .small{align-items:center;color:#000;display:flex;gap:.125rem;justify-content:center;width:3.5rem}.medals-popup .medals-popup-medals .medals-list .countries-table-row .medals{display:flex}.medals-popup .medallists-disc{display:flex;flex-direction:column;gap:1rem;overflow:hidden}.medals-popup .medallists-disc .medallists{border-radius:.5rem;display:flex;flex-direction:column;gap:.5rem;overflow:auto}.medals-popup .medallists-disc .search-popup{align-content:center;align-items:center;background:#f4f4f4;border-radius:.5rem;display:flex;flex-wrap:wrap;gap:1.313rem .75rem;padding:.25rem;width:100%}.medals-popup .medallists-disc .search-popup .ph-magnifying-glass{color:#a1a1a1}.medals-popup .medallists-disc .search-popup .input-popup{background-color:#f4f4f4;border:none;color:#757575;outline:none;font-size:.75rem;font-weight:400}.big .medals-popup{height:calc(100vh - 14.25rem)}.big .medals-popup .medallists-disc .medallists,.big .medals-popup .medals-list{overflow:auto}.more-popup{align-items:center;background:#fdfdfd;border:.063rem solid #c9c9c9;border-radius:.75rem;bottom:4rem;box-shadow:.375rem .375rem 3.375rem #0000000d;display:inline-flex;justify-content:center;padding:.625rem;position:absolute;right:0;width:4.3125rem}.more-popup .more{align-items:center;display:flex;flex-direction:column;gap:1.0625rem}.more-popup .more .b-buttons{align-items:center;background:#f4f4f4;border:none;border-radius:.5rem;color:#000;display:flex;flex-shrink:0;height:2.25rem;justify-content:center;padding:.125rem;width:2.25rem}.more-popup .more .b-buttons:hover{background:#f4f4f4;box-shadow:0 .25rem .475rem #0003}.more-popup .more .b-buttons:active{background:#0e3518;color:#f4f4f4}.record-list-view{box-shadow:.375rem .375rem 3.375rem #0000000d;display:flex;flex-direction:column;height:20rem;overflow:hidden;overflow-y:auto;padding:.45rem;transition:all .5s;width:100%}.record-list-view .record-list-container .records-header-title{display:flex;justify-content:space-between;margin:5px}.record-list-view .record-list-container .records-header-title h3{color:#000;font-size:1rem;font-weight:400}.record-list-view .record-list-container .records-header-title .btn-change-size{background:transparent;border:none}.record-list-view .record-list-container .records-header-title .btn-change-size .ph-arrows{height:1rem;width:1rem}.record-list-view .record-list-container .select-wrapper{background:var(--gray-300, #f4f4f4);border-radius:.5rem;margin-bottom:10px;width:100%}.record-list-view .record-list-container .select-wrapper .dropdown-wrapper{align-items:center;background-color:#f4f4f4;border-radius:.5rem;color:#757575;gap:1rem;padding:.2rem 0;width:100%;font-size:1rem;font-weight:400}.record-list-view .record-list-container .select-wrapper .dropdown-wrapper .dropdown-item{display:flex;gap:1rem}.record-list-view .record-list-container .select-wrapper .vs__selected{color:#757575;padding-left:.4rem}.record-list-view .record-list-container .select-wrapper .vs__dropdown-toggle{border:none}.record-list-view .record-list-container .select-wrapper .records-popup-buttons{display:flex;gap:.5rem}.record-list-view .record-list-container .select-wrapper .records-popup-buttons .records-popup-button{display:flex;gap:6px}.record-list-view .record-list-container .select-wrapper .input-popup{background-color:#f4f4f4;border:none;color:#757575;outline:none;width:100%;font-size:.875rem;font-weight:400}.record-list-view .record-list-container .filter-wrapper{align-content:flex-start;display:flex;margin:5px 0 2px;width:100%}.record-list-view .record-list-container .records-list{display:flex;flex-direction:column}.record-list-view .record-list-container .records-popup-buttons{display:flex;gap:.5rem}.record-list-view .record-list-container .records-popup-buttons .records-popup-button{display:flex;gap:6px}.big .record-list-view{height:calc(100vh - 14.25rem);overflow-y:auto}.weather-popup{display:flex;flex-direction:column;gap:.375rem;padding:.75rem .5rem;width:100%}.weather-popup .weathers{display:flex;flex:1;gap:.75rem}.weather-popup .weather{display:flex;flex:1}.weather-popup .weather.-small .venue-address{font-size:1rem}.weather-popup .weather.-small .venue-desc{font-size:.875rem}.weather-popup .weather.-small .venue-card{flex-direction:column}.weather-popup .weather.-small .venue-weather{flex:auto}.weather-popup .venue-card{display:flex;flex:1;flex-flow:row wrap;gap:.75rem}.weather-popup .venue-card .venue-info{display:flex;flex:1;flex-direction:column;gap:.625rem}.weather-popup .venue-card .venue-desc{color:#144a21;font-size:1.125rem;font-weight:600}.weather-popup .venue-card .venue-address{color:#a1a1a1;font-size:1rem;font-weight:500}.weather-popup .venue-card .venue-weather{flex:0 0 100%}.weather-popup .venue-card .venue-weather .link{align-items:center;background-color:#c8ebd2;border-radius:2rem;color:#257c39;display:flex;gap:.25rem;padding:.25rem .5rem;width:fit-content;font-size:.875rem;font-weight:400}.b-climate-card{display:flex;flex-direction:column;gap:.75rem}.b-climate-card .climate-info{align-items:center;display:flex;justify-content:space-between}.b-climate-card .climate-weather{gap:.75rem;padding:0 .5rem}.b-climate-card .climate-temp{color:#020d0b;font-size:1.5rem;font-weight:500}.b-climate-card .img-container{align-items:center;display:flex;height:100%;max-height:2rem;overflow:hidden}.b-climate-card .climate-img{height:3rem;width:100%}.b-climate-card .weather-condition{align-items:center;color:#a1a1a1;display:flex;gap:.5rem;font-size:1rem;font-weight:500}.weather.-small .climate-info{gap:1rem;justify-content:flex-start}.weather.-small .climate-temp{font-size:1.2rem}.weather.-small .climate-img{height:2rem;width:100%}.weather.-small .climate-weather{flex-direction:column;padding:0}.live-button{align-items:center;background:#f4f4f4;border:none;border-radius:.5rem;display:flex;gap:.5rem;height:2rem;justify-content:center;min-width:6rem}.live-button .circle{color:#ff4f3a;height:.75rem;width:.75rem}@media (min-width: 430px){.live-button{gap:0;height:2.25rem}}.live-button .live-text{color:#ff4f3a;display:flex;gap:.125rem;text-transform:uppercase;font-size:1rem;font-weight:500}@media (min-width: 430px){.live-button .live-text{font-size:1rem;padding:0 .35rem}}.live-button:hover,.live-button.-live{background:#fdfdfd;box-shadow:0 .25rem .475rem #0003}.live-button.-live{border:1px solid #ff4f3a}.live-button.-live svg{animation:blink infinite 1s}.sticky-footer-complete{align-items:center;background:#fdfdfd;border:.063rem solid #c9c9c9;border-radius:.75rem;box-shadow:.375rem .375rem 3.375rem #00000026;display:flex;gap:1rem;justify-content:space-between;padding:.625rem 1rem;z-index:1}.sticky-footer-complete .middle-sticky-footer-container{align-items:flex-start;background:#f4f4f4;border-radius:.5rem;padding:.25rem}.sticky-footer-complete .sticky-footer-container{align-items:center;display:flex;gap:1rem}.sticky-footer-complete .sticky-footer-container.-left{width:4.5rem}@media (min-width: 430px){.sticky-footer-complete .sticky-footer-container.-left{width:6rem}}.sticky-footer-complete .sticky-footer-container.-left a{color:inherit;display:flex}.sticky-footer-complete .sticky-footer-container .sticky-buttons{align-items:center;background:#f4f4f4;border-radius:.5rem;height:2.25rem;justify-content:center;padding:.125rem;width:1.8rem}@media (min-width: 430px){.sticky-footer-complete .sticky-footer-container .sticky-buttons{width:2rem}}@media (min-width: 540px){.sticky-footer-complete .sticky-footer-container .sticky-buttons{width:2.5rem}}.sticky-footer-complete .sticky-footer-container .sticky-buttons:hover{background:#f4f4f4;box-shadow:0 .25rem .475rem #0003}.sticky-footer-complete .sticky-footer-container .sticky-buttons:active{background:#0e3518;color:#fdfdfd}.sticky-footer-complete .sticky-footer-container .line{background:#c9c9c9;border-radius:.5625rem;height:2.125rem;width:.125rem}.sticky-footer-complete .sticky-live[disabled]{cursor:default;opacity:.5}.sticky-footer-complete .sticky-live[disabled] .live-button:hover{background-color:#f4f4f4;box-shadow:none}.sticky-footer-reduce{align-items:center;background:#fdfdfd;border:.063rem solid #c9c9c9;border-radius:.75rem;box-shadow:.375rem .375rem 3.375rem #00000026;display:flex;gap:1rem;justify-content:space-between;padding:.625rem 2rem;z-index:1}.sticky-footer-reduce .country-name{display:none}.sticky-footer-reduce .button-container{align-items:center;display:flex;gap:1.5rem}.sticky-footer-reduce .sticky-buttons-simple{align-items:center;background:#f4f4f4;border-radius:.5rem;color:#020d0b;display:flex;flex-shrink:0;height:2.25rem;justify-content:center;padding:.125rem;width:2.25rem}.sticky-footer-reduce .sticky-buttons-simple:hover{background:#f4f4f4;box-shadow:0 .25rem .475rem #0003}.sticky-footer-reduce .sticky-buttons-simple:active{background:#0e3518;color:#fdfdfd}.sticky-footer-reduce+.all-popups .medals-popup .medals-popup-medals .medals-table-row .table-country .large .country-name{display:none}.sticky-footer-reduce+.all-popups .disc-popup .disciplines-popup .discipline-col-popup{font-size:.875rem;font-weight:400}.sticky-footer{bottom:3rem;display:flex;position:fixed;z-index:10}.all-popups{height:100%;position:absolute;width:100%}.all-popups .up-popup{height:100%;position:relative;width:100%}.all-popups .right-popup{bottom:4rem;position:absolute;width:100%}@media (min-width: 992px){.all-popups .right-popup{bottom:0;display:flex;position:absolute;transform:translate(100%)}}@media (min-width: 992px){.all-popups .right-popup:not(.big){right:-.5rem}}@media (min-width: 1220px){.all-popups .right-popup:not(.big){animation:aniClose .5s forwards}@keyframes aniClose{0%{right:-4.5rem}to{right:-1rem}}}@media (min-width: 1220px){.big.all-popups .right-popup{animation:aniOpen .5s forwards}@keyframes aniOpen{0%{right:-1rem}to{right:-4.5rem}}}.popup{align-items:flex-start;background:#fdfdfd;border:.063rem solid #c9c9c9;border-radius:1.375rem;bottom:4rem;box-shadow:.375rem .375rem 3.375rem #0000000d;display:flex;flex-direction:column;height:auto;max-height:30rem;overflow:hidden;position:absolute;transition:all .5s;width:100%}.popup .header-popup{align-items:center;display:flex;justify-content:space-between}.popup .header-popup .btn-change-size{background:transparent;border:none}.popup .v-select-container .dropdown-wrapper{color:#757575;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.popup .v-select-container .dropdown-wrapper .b-select{background:#f4f4f4;border-radius:8px;display:flex}.popup .v-select-container .dropdown-wrapper .b-select .vs__dropdown-toggle{border:none;width:100%}.popup .v-select-container .total-entries{color:#757575;margin-bottom:.5rem;margin-inline-end:.4rem;text-align:end;font-size:.875rem;font-weight:300}.big .popup{max-height:calc(100vh - 14.25rem)}@media (min-width: 1220px){.big .popup{transform:translate(-10%);width:125%}}.medallists-event{background:#fdfdfd;border:1px solid #e7e7e7;border-radius:1rem;padding:.8rem}.medallists-event .medallists-title{color:#0e3518;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.medallists-event .medals{border-bottom:1px solid #f4f4f4;display:flex;gap:1rem;padding:.25rem 0}.medallists-event .medals:last-child{border-bottom:none;padding-bottom:0}.medallists-event .medals .medal{display:flex;flex-direction:column;gap:1rem;justify-content:space-around}.medallists-event .medals .participants{display:flex;flex-direction:column;gap:1rem}.records-popup{padding:.25rem 0}.records-popup .b-title-section{font-size:1rem;font-weight:500}.records-popup .records-header{align-items:center;color:var(--gray-600, #757575);display:flex;gap:.938rem;justify-content:space-between;padding:.1rem 0;font-size:.625rem;font-weight:200}.records-popup .records-header .tmark-col{padding-left:6.25rem}.records-popup .records-list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.records-popup .records-list .record-item{align-items:center;border-bottom:1px solid #ddd;display:grid;grid-template-columns:2fr 1fr 1fr;padding:.2rem 0}.records-popup .records-list .record-item .record-col{align-items:flex-start;display:flex;flex-direction:column;gap:.2rem;text-align:left;font-size:.75rem;font-weight:400}.records-popup .records-list .record-item .record-col .area{align-items:center;display:flex;gap:3px;font-size:.875rem;font-weight:400}.records-popup .records-list .record-item .record-col .area .desc{color:var(--gray-600, #757575);font-size:.75rem;font-weight:300}.records-popup .records-list .record-item .mark-col{align-items:center;justify-content:center;text-align:center;font-size:.75rem;font-weight:400}.records-popup .records-list .record-item .mark-col .mark-data{color:var(--brand-900, #123274);text-align:center;font-size:.875rem;font-weight:500}.records-popup .records-list .record-item .date-col{align-items:flex-end;color:var(--gray-600, #757575);display:flex;flex-direction:column;gap:.2rem;text-align:right;font-size:.75rem;font-weight:300}.records-popup .records-list .record-item .date-col span.date,.records-popup .records-list .record-item .date-col span.location{font-size:.75rem;font-weight:300}.bracket-match{width:100%}.bracket-match a{color:#000}.bracket-match .info-match{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:start;margin-bottom:.125rem;overflow:hidden;text-align:start}.bracket-match .info-match>div{color:#0e3518;font-size:.9rem;line-height:1.1}.bracket-match .info-match .location{font-size:.8rem;font-style:italic}.bracket-competitor{align-items:center;border:1px solid #c8ebd2;border-radius:.5rem;display:flex;flex-flow:row wrap;justify-content:flex-start;margin-bottom:.5rem;padding:.3rem .3rem .3rem .1rem;width:100%}.bracket-competitor .player{flex:1;overflow:hidden;text-align:left}.bracket-competitor .player .b-label-org .flag.org-flag{height:1rem}.bracket-competitor .player .b-label-org .org-desc{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bracket-competitor .score{border:#020d0b;color:#020d0b;justify-self:flex-end;min-width:2rem;font-size:1rem;font-weight:500}.bracket-competitor.loser{border-color:#e7e7e7}.bracket-competitor.loser.hl{cursor:default}.bracket-competitor:not(.loser).hl{background-color:#a2dbb7}.bracket-competitor:not(.loser,.hl){background:linear-gradient(90deg,#fdfdfd,#a2dbb7)}.records-widget{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;gap:1.3rem;justify-content:center}.records-widget .container-widget{align-self:flex-start;display:flex;flex-direction:column;gap:1rem}.records-widget .container-widget h3{align-self:flex-start;color:#0e3518;width:100%;font-size:1.25rem;font-weight:600}.records-widget .benchmark{align-items:center;background-color:#f4f4f4;border-radius:.5rem;box-shadow:0 0 4px #00000040;display:flex;gap:.625rem;padding:.25rem}.records-widget .benchmark:hover{background-color:#fdfdfd}.records-widget .benchmark .record{align-items:center;display:flex;gap:.62rem;padding:.19rem .38rem}.records-widget .benchmark .record .rec-ind{font-size:.75rem;font-weight:400}.records-widget .benchmark .record .rec-res{color:#0e3518;font-size:.875rem;font-weight:400}.b-card-player{align-items:center;background-blend-mode:lighten;background-repeat:no-repeat;background-size:cover;border-bottom:1px solid #f8f8f8;color:inherit;display:flex;gap:.5rem;margin-bottom:.5rem;min-height:6px}@media (min-width: 768px){.b-card-player{padding:.1rem}}.b-card-player .player-data{flex:1;text-align:start}.b-card-player .player-data .player-name{color:#333;font-size:.625rem;font-weight:500}@media (min-width: 768px){.b-card-player .player-data .player-name{font-size:.75rem;font-weight:500}}.b-card-player .player-data .player-pos,.b-card-player .player-data .med-class,.b-card-player .player-data .player-order{color:#a1a1a1;font-size:.625rem;font-weight:500}@media (min-width: 768px){.b-card-player .player-data .player-pos,.b-card-player .player-data .med-class,.b-card-player .player-data .player-order{font-size:.75rem;font-weight:500}}.b-card-player .player-data .player-order{color:#333}.b-card-player .player-data .med-class{color:#2c9444}.b-card-player .avatar{height:1.8rem;position:relative;width:1.8rem}@media (min-width: 540px){.b-card-player .avatar{height:2.2rem;min-width:2.2rem;width:2.2rem}}.b-card-player .avatar img{border-radius:50%;height:100%;left:0;object-fit:cover;position:absolute;top:0;vertical-align:unset;width:100%}.b-card-player .avatar .captain{align-items:center;background-color:#4eaf6a;border-radius:50%;color:#fdfdfd;display:flex;font-size:.75rem;font-weight:900;height:1rem;inset-block-start:-6px;inset-inline-start:-6px;justify-content:center;position:absolute;width:1rem}@media (min-width: 768px){.b-card-player .avatar .captain{height:1.2rem;width:1.2rem}}.b-card-player .player-bib{background-color:#e7e7e7;border-radius:50%;display:grid;height:1.2rem;place-content:center;width:1.2rem}@media (min-width: 540px){.b-card-player .player-bib{height:2.2rem;min-width:2.2rem;width:2.2rem}}.b-card-player .player-bib p{color:#000;line-height:18px;font-size:.75rem;font-weight:500}.h2h-start-list-unit{margin:0 auto}.h2h-start-list-unit.cis-common-container-bg{gap:.5rem}@media (min-width: 992px){.h2h-start-list-unit{width:60%}}.h2h-start-list-unit .teams-tabs{align-items:center;display:flex;gap:3rem;justify-content:space-between;width:100%}.h2h-start-list-unit .teams-tabs .team-data-tabs{align-items:start;display:flex;flex-direction:column;gap:.5rem;width:100%}@media (min-width: 540px){.h2h-start-list-unit .teams-tabs .team-data-tabs{margin-left:.813rem}}.h2h-start-list-unit .teams-tabs .team-data-tabs a{width:95%}@media (min-width: 540px){.h2h-start-list-unit .teams-tabs .team-data-tabs a{width:100%}}.h2h-start-list-unit .teams-tabs .team-data-tabs a :focus{background:unset}.h2h-start-list-unit .members-wrapper{display:flex;gap:2rem;width:100%}@media (min-width: 540px){.h2h-start-list-unit .members-wrapper{gap:3rem}}.h2h-start-list-unit .members-wrapper .competitors,.h2h-start-list-unit .b-list-officials{display:flex;flex:1;flex-direction:column;gap:.5rem}.h2h-start-list-unit .b-list-officials .officials{display:flex;flex-flow:row wrap;gap:.5rem;justify-content:space-between}.h2h-start-list-unit .b-list-officials .officials .b-card-player{background-image:unset;flex:0 0 48%}.b-card-team-officials{align-items:center;background-blend-mode:lighten;background-repeat:no-repeat;background-size:cover;border-bottom:1px solid #e7e7e7;color:inherit;display:flex;gap:1.5rem;padding:.5rem 0}@media (min-width: 768px){.b-card-team-officials{padding:.4rem 1rem}}.b-card-team-officials .team-officials-data{flex:1;text-align:start}.b-card-team-officials .team-officials-data .team-officials-name{color:#000;font-size:.625rem;font-weight:500}@media (min-width: 768px){.b-card-team-officials .team-officials-data .team-officials-name{font-size:.875rem;font-weight:500}}.b-card-team-officials .team-officials-data .team-officials-pos,.b-card-team-officials .team-officials-data .med-class{font-size:.625rem;font-weight:500}@media (min-width: 768px){.b-card-team-officials .team-officials-data .team-officials-pos,.b-card-team-officials .team-officials-data .med-class{font-size:.75rem;font-weight:500}}.b-card-team-officials .team-officials-data .team-officials-pos{color:#a1a1a1}.b-card-team-officials .team-officials-data .med-class{color:#2c9444}.b-list-officials{margin-top:1rem;width:100%}.b-list-officials .player-data{align-items:center;display:flex;gap:2rem;justify-content:space-between;text-align:end}.b-list-officials .no-link{pointer-events:none}.b-list-officials .officials{width:100%}.b-list-officials .officials .b-card-player{gap:.5rem;margin:0;padding:.1rem 1.4rem}.b-list-officials .player-info{align-items:center;display:flex;flex-direction:row;gap:.5rem}.ath-start-list-unit{gap:.3rem;margin:0 auto;width:90%}@media (min-width: 768px){.ath-start-list-unit{width:80%}}.ath-start-list-unit .grid-row{padding:0;text-align:center;width:100%}.ath-start-list-unit .grid-row:last-child{border-radius:0 0 .5rem .5rem;overflow:hidden}.ath-start-list-unit .grid-row .row-one,.ath-start-list-unit .grid-row .row-two{font-size:.75rem;font-weight:400}.ath-start-list-unit .grid-row .row-one.odd,.ath-start-list-unit .grid-row .row-two.odd{background-color:#f4f4f4}.ath-start-list-unit .grid-row .order{flex:0 0 3rem}.ath-start-list-unit .grid-row .bib{flex:0 0 3rem;margin-right:.6rem}.ath-start-list-unit .grid-row .bib .bib-data{display:inline-block;padding:.2rem 0;width:2rem;font-size:.75rem;font-weight:400}.ath-start-list-unit .grid-row.titles{background-color:#c8ebd2;border-radius:.5rem .5rem 0 0;color:#1d632e;padding:.4rem 0}.ath-start-list-unit .grid-row.titles .row-one,.ath-start-list-unit .grid-row.titles .row-two{padding:.2rem 0}.ath-start-list-unit .grid-row.titles .row-one .player,.ath-start-list-unit .grid-row.titles .row-two .player{flex:0 0 3rem}.ath-start-list-unit .grid-row .members-count{align-items:center;color:#000;cursor:pointer;display:flex;flex:0 0 98px;gap:4px;justify-content:flex-end;padding-inline-end:.5rem;font-size:.875rem;font-weight:400}.ath-start-list-unit .grid-row .members-count .ph-caret-down{height:1rem;width:1rem}.ath-start-list-unit .grid-row .member-row{align-items:flex-start;color:#000;display:flex;flex-direction:column;justify-content:center;padding-left:40px;font-size:.875rem;font-weight:400}.ath-start-list-unit .grid-row .member-row .member-item{align-items:center;display:flex;gap:.4rem;justify-content:flex-start;padding:.4rem 1rem;width:100%}.ath-start-list-unit .grid-row .member-row .member-item:not(:first-child){border-top:ligthsalmon}.ath-start-list-unit .grid-row .member-row .member-item .order{flex:0 0 30px;font-size:.875rem;font-weight:400}.ath-start-list-unit .grid-row .member-row .member-item .photo{border-radius:50%;height:2.6rem;overflow:hidden;position:relative;width:2.6rem}.ath-start-list-unit .grid-row .member-row .member-item .photo img{height:2.6rem;left:0;object-fit:cover;object-position:50% 10%;position:absolute;top:0;width:2.6rem}.ath-start-list-unit .grid-row .member-row .member-item .content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.ath-start-list-unit .grid-row .member-row .member-item .content .member{align-items:center;display:flex;flex:2 0 200px;gap:1rem;justify-content:flex-start;text-align:left}.ath-start-list-unit .grid-row .member-row .member-item .content .member .name{cursor:pointer}.ath-start-list-unit .grid-row .member-row .member-item .content .pos{align-items:center;display:flex;flex:1 0 50px;justify-content:flex-end;overflow:clip}.ath-start-list-unit .grid-row .div-ext{margin-top:.25rem}.b-match-competitor.competitor-data .b-label-player .player-data{flex-direction:column}@media (min-width: 768px){.b-match-competitor.competitor-data .b-label-player .player-data .player-name{text-align:center}}@media (min-width: 992px){.b-match-competitor.competitor-data .b-label-player .player-data{align-items:center;flex-direction:row}}@media (min-width: 768px){.b-match-competitor.away .b-label-player{justify-content:flex-end}}@media (min-width: 992px){.b-match-competitor.away .b-label-player .player-data .player-name{text-align:end}}@media (min-width: 992px){.b-match-competitor.home .b-label-player .player-data .player-name{text-align:start}}@media (min-width: 768px){.b-container-collapse.aside-visible .b-match-competitor.away .b-label-player{justify-content:start}}@media (min-width: 992px){.b-container-collapse.aside-visible .b-match-competitor.away .b-label-player{justify-content:flex-end}}.b-match-competitors{margin-bottom:2rem}.b-match-competitors .competitors.b-match-versus,.b-match-competitors .competitors.b-match-extra{display:grid;grid-template-columns:3fr 2rem 3fr;grid-template-rows:auto;padding:0;width:100%}.b-match-competitors .competitors.b-match-versus .home,.b-match-competitors .competitors.b-match-extra .home{order:1}.b-match-competitors .competitors.b-match-versus .away,.b-match-competitors .competitors.b-match-extra .away{order:3}@media (min-width: 540px){.b-match-competitors .competitors.b-match-versus,.b-match-competitors .competitors.b-match-extra{grid-template-columns:3fr 5rem 3fr}.b-match-competitors .competitors.b-match-versus .versus,.b-match-competitors .competitors.b-match-extra .versus{font-size:2.2rem}}.b-match-competitors .b-match-scores .score,.b-match-competitors .b-match-no-scores .score,.b-match-competitors .b-match-versus .score,.b-match-competitors .b-match-list .score{align-items:center;align-self:center;color:#0e3518;display:flex;font-size:1.5rem;font-weight:700;height:100%;justify-content:center}.b-match-competitors .b-match-scores .score div,.b-match-competitors .b-match-no-scores .score div,.b-match-competitors .b-match-versus .score div,.b-match-competitors .b-match-list .score div{flex-direction:row;height:100%}.b-match-competitors .b-match-scores{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;width:100%}.b-match-competitors .b-match-scores .home,.b-match-competitors .b-match-scores .away{display:flex;flex-direction:column;width:100%}@media (min-width: 768px){.b-match-competitors .b-match-scores .home,.b-match-competitors .b-match-scores .away{width:calc(50% - 1rem)}}.b-match-competitors .b-match-scores .home .competitor-score-wrapper,.b-match-competitors .b-match-scores .away .competitor-score-wrapper{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:space-between;width:100%}.b-match-competitors .b-match-scores .home .color,.b-match-competitors .b-match-scores .away .color{height:4px;margin-top:.2rem;width:100%}.b-match-competitors .b-match-scores .home .color.red,.b-match-competitors .b-match-scores .away .color.red{background-color:red}.b-match-competitors .b-match-scores .home .color.blue,.b-match-competitors .b-match-scores .away .color.blue{background-color:#00f}@media (min-width: 768px){.b-match-competitors .b-match-scores .away .competitor-score-wrapper{flex-direction:row-reverse}}.b-match-competitors .b-match-scores .score{border-bottom:3px solid #fdfdfd;padding:.9375rem}.b-match-competitors .b-match-scores .score.winner{border-bottom:3px solid #0e3518}@media (min-width: 768px){.b-container-collapse.aside-visible .b-match-competitors .b-match-scores .home,.b-container-collapse.aside-visible .b-match-competitors .b-match-scores .away{flex-direction:column;width:100%}.b-container-collapse.aside-visible .b-match-competitors .b-match-scores .home .competitor-score-wrapper,.b-container-collapse.aside-visible .b-match-competitors .b-match-scores .away .competitor-score-wrapper{flex-direction:row}}@media (min-width: 768px) and (min-width: 992px){.b-container-collapse.aside-visible .b-match-competitors .b-match-scores .away .competitor-score-wrapper{flex-direction:row-reverse}}@media (min-width: 992px){.b-container-collapse.aside-visible .b-match-competitors .b-match-scores .home,.b-container-collapse.aside-visible .b-match-competitors .b-match-scores .away{width:calc(50% - 1rem)}}.ath-start-list,.-start-list{width:100%}.legend-container{background:#fdfdfd;border-radius:1rem;box-shadow:.4rem .4rem 4rem #e7e7e7;padding:.625rem}.legend-container .legends{align-items:center;display:flex;flex-flow:row wrap;gap:.5rem 1.5rem;justify-content:space-evenly}.legend-container .legends .legend-elem{align-items:center;color:#757575;display:flex;gap:.25rem;text-align:center}.legend-container .legends .legend-elem .title{color:#0e3518;font-size:.75rem;font-weight:500}.legend-container .legends .legend-elem .text{font-size:.75rem;font-weight:400}.legend-container .legends .legend-elem.pen{color:#ff4f3a}.legend-container .legends .legend-elem.rest{color:#333}.legend-container .legends .legend-elem.rest .text{font-size:.75rem;font-weight:600}.legend-container .legends .legend-elem.-exe .title{align-items:center;background:#f3f4f6;border-radius:20px;display:flex;gap:.375rem;padding:.375rem .625rem}#stats-legend,.stats-legend{display:flex;justify-content:center;width:auto}.b-ath-results{margin:0 auto;margin-bottom:1rem;width:100%}.b-ath-results .grid-row.titles{background:#0e35181a;border-radius:.5rem .5rem 0 0;color:#0e3518;padding:.4rem 0;text-align:center}.b-ath-results .grid-row.titles .row-one,.b-ath-results .grid-row.titles .row-two{padding:.2rem;font-size:.75rem;font-weight:400}.b-ath-results .grid-row{padding:0;width:100%}.b-ath-results .grid-row:last-child .row-one.odd{border-bottom-left-radius:.5rem}.b-ath-results .grid-row:last-child .row-two.odd{border-bottom-right-radius:.5rem}.b-ath-results .grid-row .row-one,.b-ath-results .grid-row .row-two{padding:.2rem;font-size:.875rem;font-weight:400}.b-ath-results .grid-row .row-one.odd,.b-ath-results .grid-row .row-two.odd{background-color:#f4f4f4}.b-ath-results .grid-row .row-one .col,.b-ath-results .grid-row .row-two .col{text-align:center}.b-ath-results .grid-row .rank{flex:0 0 2rem;text-align:center}.b-ath-results .grid-row .bib{flex:0 0 3rem;margin-right:.6rem;text-align:center}.b-ath-results .grid-row .bib .bib-data{display:inline-block;padding:.2rem 0;width:2.6rem;font-size:.875rem;font-weight:400}.b-ath-results .grid-row .result{flex:0 0 5rem;text-align:center}.b-ath-results .grid-row .result.col{font-weight:600;font-size:.875rem;font-weight:400}.b-ath-results .grid-row .diff{flex:0 0 5rem}.b-ath-results .grid-row .diff.col{font-weight:300;font-size:.875rem;font-weight:400}.b-ath-results .grid-row .extra{flex:0 0 5rem;font-size:.875rem;font-weight:400}.b-ath-results .grid-row .qa,.b-ath-results .grid-row .rc{flex:0 0 2rem}.b-ath-results .grid-row .expand{cursor:pointer;flex:0 0 1rem}.b-ath-results .grid-row .expand.col{font-size:.875rem;font-weight:400}.b-ath-results .grid-row .expand.col-title{font-size:1rem;font-weight:500}.b-ath-results .result-details,.b-current-last .result-details{margin-top:.5rem}.b-ath-results .result-details .split-list,.b-current-last .result-details .split-list{display:flex;flex-flow:row wrap;gap:1rem;justify-content:center}.b-ath-results .result-details .split-item,.b-current-last .result-details .split-item{align-items:center;border:1px solid #000;color:#e9f7ee;display:flex;flex:1;flex-direction:column;justify-content:start;overflow:hidden;padding:0;width:220px}.b-ath-results .result-details .split-item .split-desc,.b-current-last .result-details .split-item .split-desc{background:#c8ebd2;color:#000;padding:.1rem .5rem;width:100%;font-size:.875rem;font-weight:400}.b-ath-results .result-details .split-item .split-data,.b-current-last .result-details .split-item .split-data{background-color:#f8f8f8;display:flex;flex-wrap:wrap;padding:.2rem;width:100%}.b-ath-results .result-details .split-item .split-data .split-result,.b-current-last .result-details .split-item .split-data .split-result{flex:0 1 100%}.b-ath-results .result-details .split-item .split-data .split-rk,.b-current-last .result-details .split-item .split-data .split-rk{flex:1;text-align:start}.b-ath-results .result-details .split-item .split-data .split-rk span,.b-current-last .result-details .split-item .split-data .split-rk span{margin-right:3px;font-size:.875rem;font-weight:400}.b-ath-results .result-details .split-item .split-data .split-diff,.b-current-last .result-details .split-item .split-data .split-diff{flex:1;font-style:italic;text-align:end;font-size:.875rem;font-weight:400}.ath-throw,.ath-horizontal-jump{margin:0 auto;margin-bottom:2rem;width:100%}.cis-table-container{width:100%}.cis-table-container .cis-table-wrapper{box-shadow:0 0 8px -2px #00000040;display:flex;width:100%}.cis-table-container .cis-tables{display:flex;justify-content:center;margin:auto;width:100%;font-size:1rem;font-weight:400}.cis-table-container .cis-tables.row-0 table tbody tr:nth-child(1) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-0 table tbody tr:nth-child(1) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-1 table tbody tr:nth-child(2) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-1 table tbody tr:nth-child(2) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-2 table tbody tr:nth-child(3) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-2 table tbody tr:nth-child(3) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-3 table tbody tr:nth-child(4) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-3 table tbody tr:nth-child(4) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-4 table tbody tr:nth-child(5) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-4 table tbody tr:nth-child(5) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-5 table tbody tr:nth-child(6) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-5 table tbody tr:nth-child(6) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-6 table tbody tr:nth-child(7) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-6 table tbody tr:nth-child(7) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-7 table tbody tr:nth-child(8) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-7 table tbody tr:nth-child(8) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-8 table tbody tr:nth-child(9) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-8 table tbody tr:nth-child(9) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-9 table tbody tr:nth-child(10) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-9 table tbody tr:nth-child(10) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-10 table tbody tr:nth-child(11) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-10 table tbody tr:nth-child(11) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-11 table tbody tr:nth-child(12) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-11 table tbody tr:nth-child(12) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-12 table tbody tr:nth-child(13) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-12 table tbody tr:nth-child(13) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-13 table tbody tr:nth-child(14) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-13 table tbody tr:nth-child(14) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-14 table tbody tr:nth-child(15) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-14 table tbody tr:nth-child(15) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-15 table tbody tr:nth-child(16) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-15 table tbody tr:nth-child(16) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-16 table tbody tr:nth-child(17) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-16 table tbody tr:nth-child(17) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-17 table tbody tr:nth-child(18) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-17 table tbody tr:nth-child(18) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-18 table tbody tr:nth-child(19) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-18 table tbody tr:nth-child(19) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-19 table tbody tr:nth-child(20) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-19 table tbody tr:nth-child(20) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-20 table tbody tr:nth-child(21) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-20 table tbody tr:nth-child(21) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-21 table tbody tr:nth-child(22) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-21 table tbody tr:nth-child(22) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-22 table tbody tr:nth-child(23) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-22 table tbody tr:nth-child(23) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-23 table tbody tr:nth-child(24) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-23 table tbody tr:nth-child(24) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-24 table tbody tr:nth-child(25) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-24 table tbody tr:nth-child(25) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-25 table tbody tr:nth-child(26) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-25 table tbody tr:nth-child(26) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-26 table tbody tr:nth-child(27) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-26 table tbody tr:nth-child(27) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-27 table tbody tr:nth-child(28) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-27 table tbody tr:nth-child(28) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-28 table tbody tr:nth-child(29) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-28 table tbody tr:nth-child(29) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-29 table tbody tr:nth-child(30) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-29 table tbody tr:nth-child(30) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-30 table tbody tr:nth-child(31) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-30 table tbody tr:nth-child(31) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-31 table tbody tr:nth-child(32) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-31 table tbody tr:nth-child(32) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-32 table tbody tr:nth-child(33) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-32 table tbody tr:nth-child(33) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-33 table tbody tr:nth-child(34) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-33 table tbody tr:nth-child(34) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-34 table tbody tr:nth-child(35) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-34 table tbody tr:nth-child(35) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-35 table tbody tr:nth-child(36) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-35 table tbody tr:nth-child(36) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-36 table tbody tr:nth-child(37) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-36 table tbody tr:nth-child(37) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-37 table tbody tr:nth-child(38) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-37 table tbody tr:nth-child(38) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-38 table tbody tr:nth-child(39) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-38 table tbody tr:nth-child(39) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-39 table tbody tr:nth-child(40) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-39 table tbody tr:nth-child(40) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-40 table tbody tr:nth-child(41) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-40 table tbody tr:nth-child(41) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-41 table tbody tr:nth-child(42) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-41 table tbody tr:nth-child(42) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-42 table tbody tr:nth-child(43) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-42 table tbody tr:nth-child(43) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-43 table tbody tr:nth-child(44) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-43 table tbody tr:nth-child(44) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-44 table tbody tr:nth-child(45) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-44 table tbody tr:nth-child(45) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-45 table tbody tr:nth-child(46) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-45 table tbody tr:nth-child(46) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-46 table tbody tr:nth-child(47) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-46 table tbody tr:nth-child(47) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-47 table tbody tr:nth-child(48) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-47 table tbody tr:nth-child(48) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-48 table tbody tr:nth-child(49) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-48 table tbody tr:nth-child(49) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-49 table tbody tr:nth-child(50) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-49 table tbody tr:nth-child(50) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables.row-50 table tbody tr:nth-child(51) td{background-color:#a2dbb7!important}.cis-table-container .cis-tables.row-50 table tbody tr:nth-child(51) td.split .split-content .pos .rk{color:#2c9444}.cis-table-container .cis-tables .ph-caret{height:.9125rem;width:.9125rem}.cis-table-container .cis-tables table{background-color:#fdfdfd;border-spacing:0}.cis-table-container .cis-tables table:last-child thead tr:last-child th:last-child,.cis-table-container .cis-tables table:last-child tbody tr:last-child th:last-child{border-top-right-radius:.5rem}.cis-table-container .cis-tables table:last-child thead tr:last-child td:last-child,.cis-table-container .cis-tables table:last-child tbody tr:last-child td:last-child{border-bottom-right-radius:.5rem}.cis-table-container .cis-tables table:first-child thead tr:first-child th:first-child{border-top-left-radius:.5rem}.cis-table-container .cis-tables table:first-child tbody tr:last-child td:first-child{border-bottom-left-radius:.5rem}.cis-table-container .cis-tables .fav{background:linear-gradient(45deg,#bf9eea,#fdfdfd 30%,#fdfdfd 70%)}.cis-table-container .cis-tables thead{height:30px}.cis-table-container .cis-tables thead th{background-color:#c8ebd2;color:#1d632e;padding:.2rem .6rem;text-align:center;font-size:.75rem;font-weight:400}.cis-table-container .cis-tables thead th .col{align-items:center;display:flex;gap:.2rem;width:max-content}.cis-table-container .cis-tables thead th .col.name{text-align:start}.cis-table-container .cis-tables thead th.pb .col,.cis-table-container .cis-tables thead th.sb .col{justify-content:center}.cis-table-container .cis-tables tbody tr:nth-child(2n){background-color:#f8f8f8}.cis-table-container .cis-tables tbody tr.current{background:linear-gradient(90deg,#0596694d,#fdfdfd)}.cis-table-container .cis-tables tbody tr.last{background:linear-gradient(90deg,#c9c9c9,#fdfdfd)}.cis-table-container .cis-tables tbody tr td{box-shadow:inset 0 -1px #e7e7e7;height:1.5rem;padding:.2rem .6rem;text-align:center;width:max-content;font-size:.75rem;font-weight:500}.cis-table-container .cis-tables tbody tr td.rec.ri{background-color:#f8c323}.cis-table-container .cis-tables tbody tr .col{width:max-content;font-size:.75rem;font-weight:500}.cis-table-container .cis-tables tbody tr .col.name{align-items:center;text-align:start;width:100%}.cis-table-container .cis-tables tbody tr .col.name p{color:#000;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:max-content;font-size:.875rem;font-weight:400}.cis-table-container .cis-tables tbody tr .col.name .guide{display:flex;font-style:italic;gap:.1rem;margin-left:.2rem;text-align:start;font-size:.625rem;font-weight:500}.cis-table-container .cis-tables tbody tr .col.name .guide .guide-symbol{background-color:#c8ebd2;border-radius:50%;color:#fdfdfd;height:.85rem;line-height:.85rem;text-align:center;width:.9rem;font-size:.625rem;font-weight:500}.cis-table-container .cis-tables tbody tr .col .table-label-player{cursor:pointer;width:100%}.cis-table-container .cis-tables tbody tr .col .legend-keys{color:#757575;display:flex;flex-direction:column;font-size:.75rem;font-weight:500}.cis-table-container .cis-tables .splits{display:block;overflow:auto hidden;scrollbar-width:thin}.cis-table-container .cis-tables .splits thead th{background-color:#c8ebd2;padding:.2rem .6rem;text-align:start;width:max-content}.cis-table-container .cis-tables .splits thead th .split-title{align-items:center;display:flex;width:max-content}.cis-table-container .cis-tables .splits tbody td{height:2.2rem;padding:.2rem .6rem}.cis-table-container .cis-tables .splits tbody .split{width:max-content}.cis-table-container .cis-tables .splits tbody .split.highlined{background:linear-gradient(90deg,#eaae47,#fffbeb 70%)}.cis-table-container .cis-tables .splits tbody .split .split-content{display:flex;gap:.2rem;justify-self:center;width:max-content}.cis-table-container .cis-tables .splits tbody .split .split-content .pos{color:#a1a1a1;display:flex;flex-direction:column;font-weight:400}.cis-table-container .cis-tables .splits tbody .split .split-content .pos .rk{font-size:.6875rem}.cis-table-container .cis-tables .splits tbody .split .split-content .numerals .diff{font-style:italic;font-size:.75rem;font-weight:300}.cis-table-container .cis-tables .splits tbody .split .split-content .numerals .result{font-weight:600}.cis-table-container .cis-tables .props thead th{background-color:#c8ebd2}.cis-table-container .cis-tables .props thead th .mark{align-items:center;display:flex;justify-content:center;width:max-content}.cis-table-container .cis-tables .props tbody .diff{width:max-content}.cis-table-container .cis-tables .props tbody .marks{background-color:#f4f4f4;color:#0e3518}.cis-table-container .cis-tables .props tbody tr:nth-of-type(2n) td:first-child{background-color:#c8ebd2}.grid-layout-h2h-container .periods-container .status-container{display:flex;justify-content:flex-end}.grid-layout-h2h-container.grid-a{display:grid;gap:1.2rem;grid-template-columns:1.2fr 2fr;grid-template-rows:12rem 1fr;height:auto}.grid-layout-h2h-container.grid-a .periods-container{grid-column:1/2;grid-row:1/2;background:#fff;border-radius:1rem;box-shadow:.4rem .4rem 4rem #e7e7e7;padding:.75rem}.grid-layout-h2h-container.grid-a .match-stats{grid-column:1/2;grid-row:2/-1;background:#fff;border-radius:1rem;box-shadow:.4rem .4rem 4rem #e7e7e7;padding:.75rem}.grid-layout-h2h-container.grid-a .player-stats{grid-column:2/-1;grid-row:1/-1;background:#fff;border-radius:1rem;box-shadow:.4rem .4rem 4rem #e7e7e7;padding:.75rem}.grid-layout-h2h-container.grid-a .player-stats .title{display:flex;justify-content:flex-start;width:100%}.grid-layout-h2h-container.grid-a .player-stats .row{display:flex}.grid-layout-h2h-container.grid-b{display:grid;gap:1.2rem;grid-template-columns:1fr 1fr;grid-template-rows:12.2rem 1fr}.grid-layout-h2h-container.grid-b .periods-container{grid-column:1/2;grid-row:1/2;background:#fff;border-radius:1rem;box-shadow:.4rem .4rem 4rem #e7e7e7;padding:.75rem}.grid-layout-h2h-container.grid-b .match-player-stats-container{grid-column:1/-1;grid-row:2/-1;background:#fff;border-radius:1rem;box-shadow:.4rem .4rem 4rem #e7e7e7;padding:.75rem}.grid-layout-h2h-container.grid-b .match-player-stats-container .menu-buttons{margin-bottom:.6rem}.grid-layout-h2h-container.grid-b .match-player-stats-container .match-stats .competitors{display:flex;gap:1.2rem;justify-content:center}.grid-layout-h2h-container.grid-b .match-player-stats-container .match-stats .competitors.row{flex-direction:row}.grid-layout-h2h-container.grid-b .match-player-stats-container .match-stats .competitors.col{flex-direction:column}.grid-layout-h2h-container.grid-b .match-player-stats-container .match-stats .competitors .match-table{width:100%}.grid-layout-h2h-container.grid-b .match-player-stats-container .player-stats .content{display:flex;gap:1.2rem;justify-content:center}.grid-layout-h2h-container.grid-b .match-player-stats-container .player-stats .content.row{flex-direction:row}.grid-layout-h2h-container.grid-b .match-player-stats-container .player-stats .content.col{flex-direction:column}.grid-layout-h2h-container.grid-b .match-player-stats-container .player-stats .content .competitor-container{width:100%}.grid-layout-h2h-container.grid-b .match-player-stats-container .player-stats .content .competitor-container .flag-align{display:flex}.grid-layout-h2h-container.grid-b .match-player-stats-container .player-stats .content .competitor-container .flag-align.left{justify-content:flex-start}.grid-layout-h2h-container.grid-b .match-player-stats-container .player-stats .content .competitor-container .flag-align.right{justify-content:flex-end}.grid-layout-h2h-container.grid-c{display:grid;gap:1.2rem;grid-template-columns:1fr;grid-template-rows:12.2rem 1fr}.grid-layout-h2h-container.grid-c .periods-container{grid-column:1/-1;grid-row:1/2;background:#fff;border-radius:1rem;box-shadow:.4rem .4rem 4rem #e7e7e7;padding:.75rem}.grid-layout-h2h-container.grid-c .match-stats{grid-row:2/-1;margin:0 auto;width:40%;background:#fff;border-radius:1rem;box-shadow:.4rem .4rem 4rem #e7e7e7;padding:.75rem}.grid-layout-h2h-container.grid-d{display:grid;gap:1.2rem;grid-template-columns:1fr;grid-template-rows:12.6rem 1fr}.grid-layout-h2h-container.grid-d .periods-container{grid-column:1/-1;grid-row:1/2;background:#fff;border-radius:1rem;box-shadow:.4rem .4rem 4rem #e7e7e7;padding:.75rem}.grid-layout-h2h-container.grid-d .match-stats{grid-column:1/-1;grid-row:2/-1;background:#fff;border-radius:1rem;box-shadow:.4rem .4rem 4rem #e7e7e7;padding:.75rem}.grid-layout-h2h-container.grid-d .global-stats-container{grid-column:2/2;grid-row:1/2;background:#fff;border-radius:1rem;box-shadow:.4rem .4rem 4rem #e7e7e7;padding:.75rem}.grid-layout-h2h-container.grid-d .global-stats-container+.match-stats{grid-column:3/1;grid-row:2/-1}.b-h2h-periods{background-color:#fdfdfd;border-radius:4px}.b-h2h-periods .competitor{box-shadow:6px 6px 54px #0000000d;display:flex;flex-direction:column}.b-h2h-periods .competitor.home,.b-h2h-periods .competitor.away{padding:5.6px 0}.b-h2h-periods .competitor.home.winner1 .h2h-result.total,.b-h2h-periods .competitor.home.winner .h2h-result.total,.b-h2h-periods .competitor.away.winner1 .h2h-result.total,.b-h2h-periods .competitor.away.winner .h2h-result.total{font-weight:600}.b-h2h-periods .competitor.away{flex-direction:column-reverse}@media (min-width: 768px){.b-h2h-periods .competitor.away{flex-direction:row}}@media (min-width: 768px){.b-h2h-periods .competitor.home{flex-direction:row}}.b-h2h-periods .competitor .competitor-data{align-items:center;display:flex;flex:0 0 40%}@media (min-width: 768px){.b-h2h-periods .competitor,.b-h2h-periods .competitor.away{flex-direction:row}}.b-h2h-periods .detail-results{display:flex;flex:1 0 60%}.b-h2h-periods .detail-results .results-split{align-items:center;display:flex;flex:1;font-size:1rem;font-weight:500;justify-content:center;padding:6px 0;position:relative;text-align:center}.b-h2h-periods .detail-results .results-split-title{text-align:center}.b-h2h-periods .detail-results .results-split .h2h-result{color:#000}.b-h2h-periods .detail-results .results-split .split-win{color:#0e3518;font-weight:600}.b-h2h-periods .detail-results .results-split.winner:after{background-color:#0e3518;border-radius:50%;bottom:2px;content:"";height:6px;left:0;margin:0 auto;position:absolute;right:0;width:6px;z-index:0}.b-h2h-periods .detail-results .results-total{align-items:center;display:flex;flex:1;justify-content:center;text-align:center;font-size:1.25rem;font-weight:600}.b-h2h-periods .detail-results .results-total-title{text-align:center}.b-h2h-periods .detail-results .results-total .total{border:1px solid #a1a1a1;border-radius:.5625rem;min-width:3rem}.b-h2h-periods .periods-title{background-color:#c8ebd2;color:#1d632e;display:flex;font-size:.8rem;font-weight:500;padding:.4rem 0}.b-h2h-periods .periods-title .competitor-data{align-items:center;display:flex;flex:0 0 40%}.b-h2h-periods .periods-title .detail-results{flex:1 0 60%}.b-h2h-periods .periods-title .detail-results .results-split-title span{font-size:.7rem}.b-h2h-periods .periods-title .results-split-title,.b-h2h-periods .periods-title .results-total-title{align-content:center;flex:1}.b-h2h-periods .periods-title .results-general-title{display:flex;flex:1;justify-content:center}.b-h2h-periods .periods-title .results-general-title .general-points{border:2px solid;border-radius:.5rem;padding:1px}.b-h2h-periods .duration-periods .periods-title{background-color:unset;color:#000;display:flex;flex-direction:column-reverse;justify-content:center;padding:.8rem 0 .2rem}.b-h2h-periods .duration-periods .periods-title .total-time{flex:0 0 40%;margin-top:.4rem}.b-h2h-periods .duration-periods .periods-title .total-time.to-end{padding:0 .5rem;text-align:center}@media (min-width: 768px){.b-h2h-periods .duration-periods .periods-title{flex-direction:unset}.b-h2h-periods .duration-periods .periods-title .total-time.to-end{text-align:end}}.b-reports-unit{margin:0 auto}@media (min-width: 768px){.b-reports-unit{width:70%}}.b-reports-unit .disc-reports{border-radius:.5rem;display:flex;flex-direction:column;justify-content:center;margin:0 auto;width:100%}@media (min-width: 768px){.b-reports-unit .disc-reports{padding:.5rem}}.b-reports-unit .disc-reports section{margin:.2rem 0 .8rem}.b-reports-unit .disc-reports section p{color:#0e3518;font-size:1rem;font-weight:500}.b-reports-unit .disc-reports .files{display:flex;flex-direction:column;gap:.5rem}@media (min-width: 768px){.b-reports-unit .disc-reports .files{flex-flow:row wrap}}.b-reports-unit .disc-reports .files .desc{align-items:center;display:flex;gap:.4rem}.b-reports-unit .disc-reports .files .desc .ph-pdf{color:#ff4f3a;height:1.5rem;width:1.5rem}.b-reports-unit .disc-reports .files .file{border:1px solid #e7e7e7;border-radius:.4rem;display:flex;justify-content:space-between;padding:.8rem;width:90%}@media (min-width: 768px){.b-reports-unit .disc-reports .files .file{width:calc(50% - .25rem)}}.b-reports-unit .disc-reports .files .file .desc{color:#000;font-size:1rem;font-weight:500}.b-reports-unit .disc-reports .files .file .actions{align-items:center;display:flex;gap:.6rem;justify-content:flex-end;width:40%}.b-reports-unit .disc-reports .files .file .report-link{display:flex}.b-scoreboard-unit{display:flex;flex-direction:column}.b-scoreboard-unit .sticky-content{align-items:center;background-color:#0e3518;display:flex;gap:.6rem;height:4rem;left:0;position:fixed;right:0;top:0;z-index:999}.b-scoreboard-unit .sticky-content .column-country{flex:1;justify-content:start}.b-scoreboard-unit .sticky-content .column-country .org-code{color:#fdfdfd}.b-scoreboard-unit .sticky-content .column-country:nth-child(1){justify-content:end}.b-scoreboard-unit .sticky-content .column-central{display:grid;gap:.3rem;grid-template-columns:repeat(2,1fr);min-width:8rem;place-content:center}.b-scoreboard-unit .sticky-content .column-central .scoreboard{background-color:#0e3518;color:#fdfdfd;display:grid;font-size:1.5rem;font-weight:600;justify-self:center;place-content:center;width:100%}.b-options-buttons{display:flex;gap:1.2rem;justify-content:center;margin-bottom:1rem}.b-options-buttons .btn-group,.b-options-buttons .btn-options{background-color:#f8f8f8;border-radius:.5rem;box-shadow:0 0 .25rem #00000040;padding:.25rem}.b-options-buttons .btn-group{display:flex}.b-options-buttons .btn-group .btn{display:flex;flex-direction:column;gap:.2rem;justify-content:space-between}.b-options-buttons .btn{align-items:center;color:#757575;padding:.375rem .75rem;font-size:.75rem;font-weight:500}.b-options-buttons .btn:hover{color:#0e3518}.b-options-buttons .btn:hover svg.b-picto{fill:#0e3518}.b-options-buttons .btn svg.b-picto{fill:#757575}.b-options-buttons .btn-options{align-items:center;display:flex;gap:.6rem}.b-options-buttons .btn-options input[type=checkbox]{cursor:pointer}.b-options-buttons .btn-options p{color:#757575;font-size:1rem}.b-options-buttons .btn-options p:hover{color:#0e3518}.b-options-buttons .active{background-color:#fdfdfd;border-radius:.25rem;font-weight:600}.b-options-buttons .active p{color:#0e3518}.b-options-buttons .active svg.b-picto{fill:#0e3518}.zzz-result-view{width:100%}.zzz-result-view .results-wrapper{display:flex;flex-direction:column;gap:.5rem;width:100%}.zzz-result-view .results-wrapper .decision{color:#0e3518;font-size:1rem;font-style:normal;font-weight:600;line-height:normal;margin:.6rem 0}.zzz-result-view .results-wrapper .decision.-right{display:flex;justify-content:flex-end}.zzz-result-view .results-wrapper .decision.-right .final-decision{background-color:#c8ebd2;border-radius:.5rem;padding:.5rem}.zzz-result-view .results-wrapper .decision.-center .final-decision{background-color:#c8ebd2;display:flex;justify-content:center;padding:.6rem}.zzz-result-view .results-unit{margin:0 auto}.zzz-result-view .results-unit .h2h-results-container{display:flex;flex-direction:column;gap:.5rem}.zzz-result-view .results-unit .h2h-results-container .b-h2h-results,.zzz-result-view .summary-wrapper{width:100%}.nav-unit{align-items:center;background:#fdfdfd1a;border-radius:9px;display:flex;flex:1;gap:2rem;justify-content:space-between;margin:.125rem 0;padding:.625rem}.nav-unit .unit-time-desc{display:flex;gap:1.25rem}.nav-unit .unit-time-desc .unit-date{align-items:center;display:flex;flex-direction:column;justify-content:center}.nav-unit .unit-time-desc .time{color:#c8ebd2;font-size:1.125rem;font-weight:600}.nav-unit .unit-time-desc .day{color:#e7e7e7;font-size:.875rem;font-weight:400}.nav-unit .unit-time-desc .unit-event-desc{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.nav-unit .unit-time-desc .unit-event-desc .event-desc{color:#fdfdfd;font-size:1.125rem;font-weight:700}.nav-unit .unit-time-desc .unit-event-desc .more-desc{align-items:center;display:flex;gap:.25rem}.nav-unit .unit-time-desc .unit-event-desc .phase-desc{color:#c9c9c9;font-size:.875rem;font-weight:500}.nav-unit .unit-time-desc .unit-event-desc .unit-desc{color:#c9c9c9;font-size:.75rem;font-weight:300}.nav-unit .unit-status-next{align-items:center;color:#fdfdfd;display:flex;gap:.75rem}.nav-unit .unit-status-next .medals-container{align-items:center;border-radius:20em;display:flex;font-size:.75em;justify-content:flex-end;padding:.3em .5em;position:relative}.nav-unit .unit-status-next .medals-container.gold{background-color:#fffbeb;color:#e8b04b}.nav-unit .unit-status-next .medals-container.bronze{background-color:#e99e762b;color:#d97706}.nav-unit .unit-status-next .medals-container .medal{align-items:center;display:flex;gap:.25em}.nav-unit .btn-container{display:flex;gap:.375rem}.nav-unit .btn-container .carousel-btn{align-items:center;background:#fdfdfd1a;border:1px solid rgba(253,253,253,.1);border-radius:.5rem;display:flex;gap:.25rem;justify-content:center;padding:.25rem .5rem}.nav-unit .btn-container .carousel-btn.disabled{cursor:auto;opacity:.5}.nav-unit .btn-container .carousel-btn svg{color:#fdfdfd;height:1.25rem;width:1.25rem}#nav-unit-tabs{position:sticky;top:3.9375rem;width:100%;z-index:2}.nav-tabs-unit{align-items:center;background:#fdfdfd;border-bottom:1px solid #f4f4f4;display:flex;gap:.5rem;height:2.75rem;justify-content:center;padding:.125rem 2.5rem;transition:padding .5s;width:100%}.nav-tabs-unit .tab{align-items:center;color:#757575;display:flex;gap:.325rem;justify-content:center;padding:.625rem;position:relative}.nav-tabs-unit .tab:hover{cursor:pointer}.nav-tabs-unit .tab.active{color:#0e3518}.nav-tabs-unit .tab.active:after{background-color:#0e3518;bottom:0;content:"";height:.125rem;position:absolute;width:100%}.nav-tabs-unit .tab .btn{color:inherit;font-size:1rem}.score-so{align-items:center;display:flex}.h2h-penalty{align-items:center;color:#333;display:flex;font-size:.7rem;font-weight:500}.penalties-disc .final{display:flex;gap:.1rem}.b-res-detail{color:#0e3518;font-size:1.125rem;font-weight:600}.b-res-detail.decision{text-align:end}.b-res-detail.wind{align-items:center;background:#e9f7ee;border-radius:1rem;color:#0e3518;display:flex;gap:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:400}.b-res-detail.qualy-criteria{background:#e9f7ee;border-radius:.5rem;margin-top:.62rem;padding:.375rem;font-size:.875rem;font-weight:600}.cis-summary-widget{margin-bottom:2rem}.cis-summary-widget .cis-table-container .cis-tables thead th p{transform:translate(1rem);font-size:.875rem;font-weight:600}.cis-summary-widget .cis-table-container .cis-tables thead th .mark{display:none}.cis-summary-widget .cis-table-container .cis-tables tbody tr .col.name{min-width:10rem}.b-tab-selector-gar .b-options-buttons .btn{flex-direction:row-reverse}.match-player-stats-container .menu-buttons{background-color:#e7e7e7;border-radius:.5rem;box-shadow:0 0 4px #00000040;display:flex;gap:.5rem;justify-content:space-around;padding:.25rem}.match-player-stats-container .menu-buttons button{color:#0e3518;width:50%;font-size:1rem;font-weight:500}.match-player-stats-container .menu-buttons button.active{background-color:#fdfdfd;border:1px solid #e7e7e7;border-radius:.25rem;box-shadow:0 1px 2px #0000000d;padding:.375rem}.match-colums{display:flex;flex-direction:column}.match-colums .match-column-container{margin-bottom:.625rem}.match-colums .stats-columns{display:flex;justify-content:center}.match-colums .stats-columns .team-col{align-items:center;display:flex;flex-direction:column;width:33%}.match-colums .stats-columns .team-col .home-org,.match-colums .stats-columns .team-col .away-org{padding:.5rem 0}.match-colums .stats-columns .team-col .home-org .flag-sm,.match-colums .stats-columns .team-col .away-org .flag-sm{margin:0 .25rem}.match-colums .stats-columns .labels-col{background:#e9f7ee;color:#0e3518;width:33%;word-wrap:break-word}.match-colums .stats-columns .stat-cell,.match-colums .stats-columns .stat-label{padding:.5rem 0;text-align:center;font-size:.75rem;font-weight:500}.match-colums .stats-columns .stat-cell{display:flex;gap:.2rem;justify-content:center}.match-colums .stats-columns .stat-cell .value{color:#0e3518;font-size:.75rem;font-weight:500}.match-colums .stats-columns .stat-cell .percent{color:#757575;font-size:.75rem;font-weight:400}.competitor-table{display:flex;flex:1;justify-content:center;font-size:1rem;font-weight:400}.competitor-table table{background-color:#fdfdfd;border-spacing:0;width:100%}.competitor-table table thead{background-color:#c8ebd2;height:30px}.competitor-table table thead .fixed.player.col{text-align:start}.competitor-table table thead th{color:#0e3518;padding:10px 12px;padding:.2rem .6rem;font-size:.75rem;font-weight:400}.competitor-table table tbody tr .bib.col{color:#757575}.competitor-table table tbody tr .name.col{text-align:start;font-size:.75rem;font-weight:500}.competitor-table table tbody tr .stat-content.col .stat{display:flex;gap:.2rem;justify-content:center}.competitor-table table tbody tr .stat-content.col .stat .value{color:#0e3518;font-size:.75rem;font-weight:500}.competitor-table table tbody tr .stat-content.col .stat .percent{color:#757575;font-size:.75rem;font-weight:400}.competitor-table table tbody tr:nth-child(2n){background-color:#f4f4f4}.competitor-table table tbody tr td{border-bottom:1px solid #e7e7e7;padding:.2rem .6rem;text-align:center;font-size:.75rem;font-weight:400}.competitors .match-table{font-size:1rem;font-weight:400}.competitors .match-table .home-org .org-desc{font-size:.875rem;font-weight:500}.competitors .match-table table{background-color:#fdfdfd;border-spacing:0;width:100%}.competitors .match-table table thead{height:30px}.competitors .match-table table thead th{background:#e7e7e7;color:#0e3518;padding:.2rem .6rem;text-align:center;font-size:.75rem;font-weight:400}.competitors .match-table table tbody tr:nth-child(2n){background-color:#f4f4f4}.competitors .match-table table tbody tr td{border-bottom:1px solid #e7e7e7;padding:4px 8px;text-align:center;font-size:.75rem;font-weight:400}.competitors .match-table table tbody tr.total-row{background-color:#c8ebd2}.global-stats-container .main-title{margin-bottom:.5rem}.player-stats{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.player-stats .content{display:flex;flex-direction:column;gap:1rem;width:100%}.player-stats .content .competitor-container{display:flex;flex-direction:column;gap:1rem}.player-stats .content .competitor-container .flag-align{display:flex}.player-stats .content .competitor-container .flag-align.left{justify-content:flex-start}.player-stats .content .competitor-container .flag-align.right{justify-content:flex-end}.player-stats .content .competitor-container .org-desc{font-size:.875rem;font-weight:500}.player-stats .competitors-switchs{background-color:#e7e7e7;border-radius:8px;box-shadow:0 0 4px #0000000d;display:flex;gap:1rem;height:40px;justify-content:center;padding:3px 12px}.player-stats .competitors-switchs .home,.player-stats .competitors-switchs .away{padding:3px 12px}.player-stats .competitors-switchs .home.selected,.player-stats .competitors-switchs .away.selected{background-color:#fdfdfd;border-radius:4px;box-shadow:0 1px 2px #0000000d;display:flex}.player-stats .selectors{align-items:center;display:flex;padding:.6rem 0;width:100%}.player-stats .selectors.all-selectors{align-items:center;justify-content:space-between}.player-stats .selectors.only-categories{justify-content:center}.player-stats .selectors.only-switchs{justify-content:flex-end}.player-stats .selectors .categories{background-color:#e7e7e7;border-radius:8px;box-shadow:0 0 4px #0000000d;display:flex;gap:1rem;height:40px;justify-content:center;padding:3px 12px}.player-stats .selectors .categories .category-btn{align-items:center;display:flex;justify-content:center;padding:12px}.player-stats .selectors .categories .category-btn.active{background-color:#fdfdfd;border-radius:4px;box-shadow:0 1px 2px #0000000d;color:#000}.top-scorer-container{background:#fff;border-radius:1rem;box-shadow:.4rem .4rem 4rem #e7e7e7;padding:.75rem}.top-scorer-container .main-title{margin-bottom:1.5rem}.zzz-result-view .play-by-play{margin:0 auto;padding:1.375rem .625rem;width:100%}@media (min-width: 992px){.zzz-result-view .play-by-play{width:70%}}.zzz-result-view .play-by-play .menu-periods{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:2rem auto;width:100%}.zzz-result-view .play-by-play .menu-periods .single-menu{align-items:center;background-color:#fdfdfd;border:.125rem solid #e7e7e7;border-radius:.625rem;color:#333;cursor:pointer;display:flex;height:2.25rem;padding:.313rem .625rem;text-align:center;font-size:1rem;font-weight:400}.zzz-result-view .play-by-play .menu-periods .single-menu.active{background-color:#0e3518;color:#fdfdfd}.zzz-result-view .play-by-play .chart{margin:0 auto;width:90%}.zzz-result-view .play-by-play .actions{margin:0 auto;width:100%}@media (min-width: 768px){.zzz-result-view .play-by-play .actions{width:95%}}.zzz-result-view .play-by-play .actions .action{align-items:center;display:flex;padding-bottom:1rem;position:relative}.zzz-result-view .play-by-play .actions .action:before{border-right:dotted #c9c9c9;bottom:0;content:"";left:10%;margin-left:-.063rem;position:absolute;top:0}@media (min-width: 768px){.zzz-result-view .play-by-play .actions .action:before{left:50%;margin-left:-.063rem}}.zzz-result-view .play-by-play .actions .action .middle{align-items:center;background-color:#fdfdfd;border-radius:.5rem;color:#757575;display:flex;flex-direction:column;justify-content:center;left:calc(10% - 2rem);min-height:2rem;position:absolute;width:4rem}@media (min-width: 768px){.zzz-result-view .play-by-play .actions .action .middle{left:calc(50% - 3rem);width:6rem}}.zzz-result-view .play-by-play .actions .action .middle .time{color:#1d632e;font-size:.875rem;font-weight:400}@media (min-width: 992px){.zzz-result-view .play-by-play .actions .action .middle .time{font-size:1rem;font-weight:500}}.zzz-result-view .play-by-play .actions .action .middle .score{font-size:1rem;font-weight:400}@media (min-width: 992px){.zzz-result-view .play-by-play .actions .action .middle .score{font-size:1rem;font-weight:500}}.zzz-result-view .play-by-play .actions .action .box-container{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem;width:100%}@media (min-width: 768px){.zzz-result-view .play-by-play .actions .action .box-container{align-items:flex-start;display:flex}}.zzz-result-view .play-by-play .actions .action .box-container .box{align-items:center;background-color:#fdfdfd;border-radius:.5rem;box-shadow:0 0 .563rem #00000040;display:flex;flex-direction:row-reverse;justify-content:center;min-height:2.75rem;padding:.375rem;position:relative;width:79%}@media (min-width: 768px){.zzz-result-view .play-by-play .actions .action .box-container .box{border-radius:.375rem;flex-direction:row;width:40%}}.zzz-result-view .play-by-play .actions .action .box-container .box:after{background:#fdfdfd;box-shadow:-8px -8px 15px -5px #0006;content:"";height:1.25rem;left:-.625rem;position:absolute;transform:rotate(315deg);width:1.25rem}.zzz-result-view .play-by-play .actions .action .box-container .box .column-number{align-items:center;border-left:.125rem solid transparent;border-right:0;display:flex;flex-direction:row;gap:.5rem;height:100%;justify-content:center;min-width:4.75rem;padding:.188rem}@media (min-width: 768px){.zzz-result-view .play-by-play .actions .action .box-container .box .column-number{border-left:0;border-right:.125rem solid transparent}}.zzz-result-view .play-by-play .actions .action .box-container .box .column-number .bib{text-align:center;font-size:1rem;font-weight:500}.zzz-result-view .play-by-play .actions .action .box-container .box .column-number .flag{text-align:center}.zzz-result-view .play-by-play .actions .action .box-container .box .column-number .flag img{align-items:center;border-radius:.25rem;display:flex;height:1.375rem;justify-content:center;width:1.9375rem}.zzz-result-view .play-by-play .actions .action .box-container .box .column-action{display:flex;flex:4;flex-direction:row;justify-content:space-between;padding:0 .3125rem;text-align:center;z-index:1}@media (min-width: 768px){.zzz-result-view .play-by-play .actions .action .box-container .box .column-action{flex-direction:row-reverse;padding:0 .625rem}}.zzz-result-view .play-by-play .actions .action .box-container .box .column-action .desc{align-items:flex-end;display:flex;flex:1;flex-direction:column;text-align:right;font-size:1rem;font-weight:400}@media (min-width: 768px){.zzz-result-view .play-by-play .actions .action .box-container .box .column-action .desc{align-items:flex-start;text-align:left}}.zzz-result-view .play-by-play .actions .action .box-container .box .column-action .desc .desc-action{align-items:flex-end;display:flex;flex:1;flex-direction:row;gap:.5rem;font-size:.75rem;font-weight:500}.zzz-result-view .play-by-play .actions .action .box-container .box .column-action .desc .desc-action span:last-child{color:#757575}@media (min-width: 768px){.zzz-result-view .play-by-play .actions .action .box-container .box .column-action .desc .desc-action{align-items:flex-start;font-size:.875rem;font-weight:500}}.zzz-result-view .play-by-play .actions .action .box-container .box .column-action .desc .desc-name{color:#757575;font-size:.75rem;font-weight:400}@media (min-width: 768px){.zzz-result-view .play-by-play .actions .action .box-container .box .column-action .desc .desc-name{font-size:.875rem;font-weight:400}}.zzz-result-view .play-by-play .actions .action .box-container .box .column-action .name{font-size:1rem;font-weight:400}.zzz-result-view .play-by-play .actions .action .box-container .box .column-action .desc-icon,.zzz-result-view .play-by-play .actions .action .box-container .box .column-action .desc-icon .icon{align-items:center;display:flex;justify-content:center}.zzz-result-view .play-by-play .actions .action .box-container .box .column-action .desc-icon .icon img{height:1.5rem;width:1.5rem}@media (min-width: 768px){.zzz-result-view .play-by-play .actions .action :not(.away) .box:after{left:unset;right:-.6125rem;transform:rotate(135deg)}}.zzz-result-view .play-by-play .actions .action .away{align-items:flex-end}.zzz-result-view .play-by-play .actions .action .away .box{flex-direction:row-reverse}.zzz-result-view .play-by-play .actions .action .away .box .column-number{border-left:.125rem solid transparent;border-right:0}.zzz-result-view .play-by-play .actions .action .away .box .column-action{flex-direction:row}.zzz-result-view .play-by-play .actions .action .away .box .column-action .desc{align-items:flex-end;display:flex;text-align:right}.zzz-result-view .play-by-play .actions .action .away .box .column-action .desc .desc-action{align-items:flex-end}.zzz-result-view .play-by-play .actions .action .away .box .column-action .desc-icon,.zzz-result-view .play-by-play .actions .action .away .box .column-action .desc-icon .icon{align-items:center;display:flex;justify-content:center}.zzz-result-view .play-by-play .actions .action .away .box .column-action .desc-icon .icon img{height:1.5rem;width:1.5rem}.zzz-result-view .play-by-play .apexcharts-xaxis{display:none}.overview-container{display:flex;flex:1;gap:1rem;width:100%}.overview-container .left-container,.overview-container .center-container,.overview-container .right-container{display:flex;flex:1;flex-direction:column;gap:1rem}.overview-container .left-container{height:calc(100vh - 15.6875rem)}.overview-container .b-h2h-periods,.overview-container .competitor-container,.overview-container .match-colums{background:#fdfdfd;border-radius:1rem}.overview-container .b-h2h-periods,.overview-container .competitor-container{box-shadow:.4rem .4rem 4rem #e7e7e7}.overview-container .match-colums{box-shadow:.1rem .1rem .5rem #e7e7e7}.overview-container .b-h2h-periods,.overview-container .match-colums{padding:.75rem}.overview-container .competitor-container{padding:.35rem .75rem .75rem}.overview-container .competitor-container .b-label-org .org-desc{font-size:.875rem;font-weight:500}.overview-container .apexcharts-canvas{background:#fdfdfd;border-radius:1rem;box-shadow:.4rem .4rem 4rem #e7e7e7}.overview-container .competitor-table{max-height:calc((100vh - 21.3125rem)/2);overflow-y:auto}.overview-container .competitor-table table tbody tr td{padding:.2rem .3rem}.overview-container .match-overflow-container{display:flex;flex:1;min-height:0}.overview-container .container-overflow{border-radius:1rem;flex:1;overflow-y:auto}.overview-container .container-overflow .match-colums .stats-columns.-info{background-color:inherit;position:sticky;top:0}.overview-play.play-by-play.cis-common-container-bg{background-color:transparent;box-shadow:none;max-height:calc(100vh - 15.6875rem);padding:0;width:100%}.overview-play.play-by-play.cis-common-container-bg .b-title-section{margin-bottom:.5rem}.overview-play.play-by-play.cis-common-container-bg .chart{width:100%}.overview-play.play-by-play.cis-common-container-bg .menu-periods{margin:.5rem auto}.overview-play.play-by-play.cis-common-container-bg .menu-periods.-small .single-menu{padding:.313rem .325rem;font-size:.75rem;font-weight:400}.overview-play.play-by-play.cis-common-container-bg .actions{flex:1;overflow-y:auto;padding:.365rem;width:100%}.overview-play.play-by-play.cis-common-container-bg .actions .action{padding-bottom:.75rem}.overview-play.play-by-play.cis-common-container-bg .actions .action:before{display:none}.overview-play.play-by-play.cis-common-container-bg .actions .action .middle{background-color:transparent}.overview-play.play-by-play.cis-common-container-bg .actions .action .box-container.away .box .column-action{justify-content:end}.overview-play.play-by-play.cis-common-container-bg .actions .action .box-container .box{box-shadow:0 0 .333rem #00000040}.overview-play.play-by-play.cis-common-container-bg .actions .action .box-container .box .column-number{flex-direction:column;gap:1px;min-width:2rem}.overview-play.play-by-play.cis-common-container-bg .actions .action .box-container .box .column-number .bib{font-size:.875rem;font-weight:500}.overview-play.play-by-play.cis-common-container-bg .actions .action .box-container .box .column-number .flag img{border-radius:2px;height:auto;width:1rem}.overview-play.play-by-play.cis-common-container-bg .actions .action .box-container .box .column-action{flex-direction:row;padding:0 .3125rem}.overview-play.play-by-play.cis-common-container-bg .actions .action .box-container .box .column-action .desc-icon{display:none}.overview-play.play-by-play.cis-common-container-bg .actions .action .box-container .box .column-action .desc{gap:.25rem}.overview-play.play-by-play.cis-common-container-bg .actions .action .box-container .box .column-action .desc .desc-action{color:#333;flex-direction:column;gap:0;font-size:.75rem;font-weight:500}.overview-play.play-by-play.cis-common-container-bg .actions .action .box-container .box .column-action .desc .desc-action span:last-child{color:#0e3518}.overview-play.play-by-play.cis-common-container-bg .actions .action .box-container .box .column-action .desc .desc-name{font-size:.75rem;font-weight:400}.cis-news-ticker{align-items:center;background:#0e3518;bottom:0;display:inline-flex;gap:2rem;height:2.375rem;position:fixed;width:100%;z-index:1}.cis-news-ticker:hover .cis-news-ticker-slide{animation-play-state:paused}.cis-news-ticker:hover .cis-news-ticker-slide .news:hover{cursor:pointer}.cis-news-ticker .cis-news-ticker-slide{animation:30s slide infinite linear;display:flex;gap:2rem;white-space:nowrap}.cis-news-ticker .news{align-items:center;display:flex;gap:.5rem}.cis-news-ticker .news .new,.cis-news-ticker .news .flags,.cis-news-ticker .news .flag{display:flex}.cis-news-ticker .news .title{align-items:center;color:#eaae47;display:flex;font-size:1rem;font-weight:500}.cis-header{background:linear-gradient(90deg,#257c39,#144a21);background-position:right;display:flex;gap:1rem;height:3.9375rem;justify-content:space-between;padding:.25rem 2.5rem;position:sticky;top:0;width:100%;z-index:3}.cis-header #nav-disc-event{display:flex;flex:1;height:100%}.nav-logo{align-items:center;color:#fdfdfd;display:flex;gap:1.5rem}.nav-logo .logo{background-image:url(/assets/svg/logo-cis-horizontal.Buxjdqmm.svg);height:2.3rem;width:7rem;background-position:center center;background-repeat:no-repeat;background-size:contain}@media (min-width: 768px){.nav-logo .logo{height:2.3rem;width:9rem}}.nav-logo .discipline{align-items:center;display:flex;gap:.25rem;height:100%;position:relative}.nav-logo .discipline:before{background-color:#f8f8f8;content:"";display:block;height:100%;left:-.75rem;position:absolute;width:1px}.nav-logo .discipline .b-picto *{fill:#fdfdfd}.nav-logo .discipline .info{max-width:none;font-size:1rem;font-weight:400}.nav-logo .discipline .info .type{color:#fdfdfd;color:#c9c9c9;font-size:.75rem;font-weight:500}.nav-logo .discipline .info .disc{color:#c8ebd2;font-size:1rem;font-weight:500}.nav-logo .news{align-items:center;display:flex;gap:.25rem;height:100%;position:relative}.nav-logo .news:before{background-color:#f8f8f8;content:"";display:block;height:100%;left:-.75rem;position:absolute;width:1px}.nav-logo .ph-newspaper{fill:#f8faff;height:2rem;margin-right:.4rem;width:2rem}.cis-header.-small .discipline .info{max-width:8.1rem}.nav-user-info{align-items:center;background:#fdfdfd1a;border-radius:.625rem;display:flex;gap:1.25rem;justify-content:center;margin:.125rem 0;padding:.625rem;position:relative}.nav-user-info .fav-switch .switch{display:inline-block;height:1.5rem;position:relative;width:2.6rem}.nav-user-info .fav-switch .switch input{opacity:0}.nav-user-info .fav-switch .switch .slider{align-items:center;background-color:#c9c9c9;border-radius:7.5rem;cursor:pointer;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;position:absolute;transition:.4s}.nav-user-info .fav-switch .switch .slider:before{background-color:#fdfdfd;border-radius:50%;bottom:.15rem;content:"";height:1.2rem;left:.15rem;position:absolute;transition:.4s;width:1.2rem}.nav-user-info .fav-switch .switch .ph-star{color:#c9c9c9;left:.75rem;position:absolute;top:50%;transform:translate(-50%,-50%);transition:.4s}.nav-user-info .fav-switch .switch input:checked+.slider{background-color:#a2dbb7}.nav-user-info .fav-switch .switch input:checked+.slider .ph-star{color:#a2dbb7;fill:#a2dbb7;left:2rem}.nav-user-info .fav-switch .switch input:checked+.slider:before{-ms-transform:translateX(1.2rem);transform:translate(1.2rem)}.nav-user-info .fav-popup{background-color:#fff;border:1px solid #f4f4f4;border-radius:.5rem;box-shadow:0 1px 2px 1px #d4d4d4;left:0;margin:0 auto;padding:.5rem;position:absolute;top:3.5rem;transform:translate(-35%);z-index:2}.nav-user-info .fav-popup:before{border-bottom:.6rem solid #e7e7e7;border-left:.6rem solid transparent;border-right:.6rem solid transparent;box-shadow:.375rem .375rem 3.375rem #0000000d;content:"";height:0;left:calc(50% - .6rem);opacity:1;position:absolute;top:-.6rem;transition:opacity .5s;z-index:1}.nav-user-info .fav-popup:after{border-bottom:.55rem solid #fdfdfd;border-left:.55rem solid transparent;border-right:.55rem solid transparent;box-shadow:.375rem .375rem 3.375rem #0000000d;content:"";height:1%;left:calc(50% - .55rem);opacity:1;position:absolute;top:-.55rem;transition:opacity .5s;z-index:2}.nav-user-info .fav-popup .popup-content{color:#757575;display:flex;flex-direction:column;gap:.2rem;font-size:.875rem;font-weight:400}.nav-user-info .fav-popup .add-fav{display:flex;gap:.25rem}.nav-user-info .fav-popup .btn-link{background:none;border:none;color:#a2dbb7;text-decoration:underline}.nav-user-info>.time{background-color:#2c9444;border-radius:.5rem;padding:.25rem .5rem}.nav-user-info>.time .local-hour{color:#fdfdfd;cursor:pointer;text-align:center;font-size:.75rem;font-weight:400}.nav-user-info>.time .local-hour .local-timer{align-items:center;display:flex;flex-direction:column}.nav-user-info .user-avatar{align-items:center;background-color:#2c9444;border-radius:50%;cursor:pointer;display:flex;height:2.3rem;justify-content:center;width:2.3rem}.nav-user-info .user-avatar .avatar-container{align-items:center;background-color:#ff4f3a;border-radius:50%;display:flex;height:1.9rem;justify-content:center;width:1.9rem}.nav-user-info .user-avatar .avatar-container .ph-user{color:#fdfdfd;height:1.25rem;width:1.25rem}.nav-user-menu{align-items:flex-start;background:#fdfdfd;border:1px solid #c9c9c9;border-radius:.75rem;box-shadow:6px 6px 54px #00000080;display:flex;flex:1 0 0;flex-direction:column;gap:.625rem;height:40rem;overflow-y:auto;padding:.875rem .4rem .875rem .625rem;position:absolute;right:25px;top:50px;width:17.5rem;z-index:3}.nav-user-menu .nav-user-container{align-items:flex-start;display:flex;flex-direction:column;gap:1.4rem;height:100%}.nav-user-menu .nav-user-container .nav-user-title{align-items:center;align-self:stretch;display:flex;justify-content:space-between;width:100%}.nav-user-menu .nav-user-container .nav-user-title .ph-x{color:#0e3518;cursor:pointer;height:1.25rem;width:1.25rem}.nav-user-menu .nav-user-container .nav-user-body{display:flex;flex:1;flex-direction:column;gap:1.4rem;overflow:auto;padding-right:.225rem}.nav-user-menu .nav-user-container .nav-user-footer{padding-right:.225rem;width:100%}.nav-user-menu .nav-user-container .fav-section{display:flex;flex-wrap:wrap;gap:.62rem;width:100%}.nav-user-menu .nav-user-container .fav-section .fav-titles{display:flex;justify-content:space-between;width:100%}.nav-user-menu .nav-user-container .fav-section .ph-star-icon{align-items:center;background-color:#eef2ff;border-radius:4rem;display:flex;height:1.375rem;justify-content:center;width:1.75rem}.nav-user-menu .nav-user-container .fav-section .ph-star-icon .ph-star{fill:#2563eb}.nav-user-menu .nav-user-container .fav-section .vs__selected{background-color:#fdfdfd}.nav-user-menu .nav-user-container .nav-user-section-titles{color:#0e3518;font-size:.875rem;font-weight:400}.nav-user-menu .nav-user-container .dropdown-wrapper{background-color:#f4f4f4;border-radius:.5rem;color:#757575;font-size:.75rem;width:100%}.nav-user-menu .nav-user-container .dropdown-wrapper .dropdown-item{align-items:center;display:flex;gap:1rem}.nav-user-menu .nav-user-container .vs__search{font-size:.75rem;font-weight:400}.nav-user-menu .nav-user-container .vs__selected{color:#757575}.nav-user-menu .nav-user-container .vs__dropdown-toggle{border:none}.nav-user-menu .nav-user-container .vs__dropdown-option{padding:.25rem}.nav-user-menu .nav-user-container .vs__dropdown-option--highlight{background-color:#e9f7ee;color:#333}.nav-user-menu .nav-user-container .measurements{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;width:100%}.nav-user-menu .nav-user-container .units{align-items:flex-start;color:#a1a1a1;display:flex;flex-direction:column;gap:1.25rem;width:7.3125rem;font-size:.875rem;font-weight:400}.nav-user-menu .nav-user-container .units .unit{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;width:100%}.nav-user-menu .nav-user-container .units .unit .options{accent-color:#0e3518;align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;width:13rem}.nav-user-menu .nav-user-container .change-pass{display:flex;flex-wrap:wrap;gap:.5rem}.nav-user-menu .nav-user-container .change-pass .pass-msg{color:#a1a1a1;font-size:.75rem;font-weight:500}.nav-user-menu .nav-user-container .change-pass .pass-btn{width:100%}.nav-user-menu .nav-user-container .comments{display:flex;flex-wrap:wrap;gap:.5rem;width:100%}.nav-user-menu .nav-user-container .comments .comments-title{color:#000;line-height:150%;font-size:1rem;font-weight:500}.nav-user-menu .nav-user-container .comments .comments-text{display:flex;flex-wrap:wrap;gap:1.6rem;width:100%}.nav-user-menu .nav-user-container .comments .comments-text .comments-input{background:#fdfdfd;border:1px solid #e7e7e7;border-radius:.5rem;color:#757575;display:flex;flex:1 0 0;gap:.5rem;line-height:150%;padding:.75rem 1rem;resize:none;font-size:.75rem;font-weight:500}.nav-user-menu .nav-user-container .options>.opt>label{cursor:pointer;margin-left:.25rem}.nav-user-menu .nav-user-btn{align-items:center;align-self:stretch;background:#0e3518;border:none;border-radius:.481rem;color:#fdfdfd;display:flex;gap:.25rem;height:2rem;justify-content:center;padding:.25rem .5rem;width:100%}.nav-user-menu .logout-btn{align-items:center;align-self:stretch;background-color:transparent;border:1px solid #0e3518;border-radius:.4811rem;color:#0e3518;display:flex;gap:.25rem;height:2rem;justify-content:center;line-height:normal;padding:.25rem .5rem;width:100%;font-size:.75rem;font-weight:500}.nav-days{align-items:center;align-self:stretch;background:#144a21;display:flex;flex-wrap:nowrap;gap:1rem;height:2.375rem;justify-content:space-between;margin:auto 0;padding-left:2.5rem;padding-right:2.5rem;position:sticky;top:3.9375rem;width:100%;z-index:2}.nav-days .ph-arrow{color:#fdfdfd;cursor:pointer;height:2rem;width:2rem}.nav-days .ph-arrow:hover{color:#a2dbb7}.nav-days .date-spacer{gap:.625rem;width:5.375rem}.nav-days .days-container{display:flex;gap:.75rem;justify-content:center;width:100%}.nav-days .days-container .hidden{visibility:hidden}.nav-days .days-container .days{align-items:center;display:flex;gap:1.2rem;margin:auto 0;overflow:hidden}.nav-days .days-container .days .link-day{align-items:center;background-color:#fdfdfd1a;border:none;border-radius:.5rem;color:#fdfdfd;display:flex;gap:.25rem;height:1.75rem;justify-content:center;padding:.5rem;width:5rem}.nav-days .days-container .days .link-day:hover{background-color:#fdfdfd33}.nav-days .days-container .days .link-day.active{background-color:#fdfdfd;color:#0e3518;fill:#0e3518}.nav-days .days-container .days .link-day.router-link-exact-active,.nav-days .days-container .days.router-link-exact-active{background-color:#fdfdfd;color:#0e3518}.nav-select-time{align-items:flex-start;background:#fff;border:1px solid #c9c9c9;border-radius:.75rem;box-shadow:6px 6px 54px #00000080;display:flex;flex-direction:column;gap:.625rem;padding:.875rem .625rem;position:absolute;right:50px;top:50px;width:max-content;z-index:3}.nav-select-time .title{align-self:center;color:#333;font-size:.75rem;font-weight:300}.nav-select-time .time{background:#257c39;border-radius:.5625rem;box-shadow:6px 6px 54px #0000000d;cursor:pointer;padding:.625rem;text-align:center}.nav-select-time .loc-text{color:#fdfdfd;font-size:.75rem;font-weight:300}.nav-select-time .time-text{color:#fdfdfd;font-size:.75rem;font-weight:500}.unit-card{background:#fdfdfd;border:1px solid #fdfdfd;border-radius:1rem;box-shadow:.375rem .375rem 3.375rem #0000000d;display:flex;flex-direction:column;font-size:1rem;gap:.6125em;justify-content:space-between;padding:.625rem;width:17.6rem}.unit-card.active{border:1px solid #a1a1a1}.unit-card.generic-sch .unit-info .schedule-info .schedule-info-ubi{display:none}.unit-card .ph-star{fill:#a2dbb7;height:1rem;width:1rem}.unit-card .ph-arrow-circle{color:#0e3518}.unit-card .unit-info .disc-desc{color:#0e3518;margin-bottom:.6125rem;font-size:1rem;font-weight:500}.unit-card .unit-info .unit-title{color:#0e3518;font-size:1.125em;font-weight:700;margin-bottom:.5em}.unit-card .unit-info .schedule-info{width:100%}.unit-card .unit-info .schedule-info .schedule-info-match{align-items:flex-start;display:flex;gap:.3em;margin-block-end:.3em}.unit-card .unit-info .schedule-info .schedule-info-match .schedule-info-date{align-items:center;display:flex;flex-direction:column;justify-content:center}.unit-card .unit-info .schedule-info .schedule-info-match .schedule-info-date .date{color:#0e3518;font-size:.75em;font-weight:600}.unit-card .unit-info .schedule-info .schedule-info-match .schedule-info-date .time{color:#a1a1a1;font-size:1em;font-weight:500}.unit-card .unit-info .schedule-info .schedule-info-match .schedule-info-title{color:#020d0b}.unit-card .unit-info .schedule-info .schedule-info-match .schedule-info-title .event-desc{align-content:center;display:flex;flex-wrap:wrap;font-weight:500}.unit-card .unit-info .schedule-info .schedule-info-match .schedule-info-title .event-desc .unit-desc{color:#757575;margin-inline-start:.25rem;font-size:.875rem;font-weight:300}.unit-card .unit-info .schedule-info .schedule-info-match .schedule-info-title .phase-desc,.unit-card .unit-info .schedule-info .schedule-info-match .schedule-info-title .match-info{font-size:.87em;font-weight:400}.unit-card .unit-info .schedule-info .schedule-info-match .schedule-info-title .phase-desc{align-self:center;margin-inline-start:.3em}.unit-card .unit-info .schedule-info .schedule-info-ubi{color:#757575;display:flex;font-size:.75em;font-weight:300;gap:.3em;justify-content:flex-end;text-align:end}.unit-card .status-container{align-items:center;display:flex;gap:.25em;justify-content:flex-end;width:100%}.unit-card .status-container .status-tag .content-status.medals-container{border-radius:20em;font-size:.75em;justify-content:flex-end;padding:.3em .625em;position:relative}.unit-card .status-container .status-tag .content-status.medals-container .medal{align-items:center;display:flex;gap:.25em}.unit-card .status-container .status-tag .content-status.medals-container.bronze{background-color:#fbeee6;color:#ce8127}.unit-card .status-container .status-tag .content-status.medals-container.gold{background-color:#fffbeb;color:#eaae47}.unit-card .status-container .status-tag .content-status.fav{align-items:center;background:#e9f7ee;border-radius:4rem;display:flex;height:1.375rem;justify-content:center;width:1.75rem}.unit-card .status-container .status-tag .content-status.fav .ph-star{color:#2563eb;height:1rem;width:1rem}.unit-card .decision{color:#757575;font-size:12px;font-weight:400;text-align:center}.b-list-unit .list .unit-card{height:auto;justify-self:center;transition:all .75s;width:100%}@media (min-width: 992px){.b-list-unit .list .unit-card{width:57rem}.b-list-unit .list .unit-card .results{padding-left:3rem}}.b-list-unit .list .unit-card .unit-info .schedule-info{align-items:center;display:flex;flex-wrap:wrap;gap:.3em;justify-content:space-between;margin-bottom:.3em}.b-list-unit .list .unit-card .unit-info .schedule-info .schedule-info-match{margin-block-end:0}.b-list-unit .list .unit-card .unit-info .schedule-info .schedule-info-ubi{align-items:center;align-self:center;display:flex;flex:auto}.b-list-unit .list .unit-card .unit-info .schedule-info .court{display:flex}.b-list-unit .list .unit-card .results .sch-item-result .competitor .doubles{font-size:.875em;font-weight:400}.ath-mini-popup .unit-card.generic-sch{height:auto;width:100%}.athlete-profile-popup .ath-popup .data-container .schedule-results .results{gap:.5rem}.athlete-profile-popup .unit-card{font-size:.875rem;width:auto}.athlete-profile-popup .unit-card .sch-item-result{font-size:1em}.schedule-view .unit-card .date{display:none}a>.unit-card:hover{border:1px solid #e7e7e7;box-shadow:6px 6px 54px #0000000d}.live-view-units.live-h2h .list-units{display:flex;flex-flow:column wrap;gap:1.25rem;justify-content:center;padding:.625rem}.live-view-units.live-h2h .list-units .list-unit-item{width:100%}.live-view-units.live-h2h .list-units .cis-live-schedule-item.unit-card{background-color:#fdfdfd;border:1px solid #e7e7e7;width:100%}.live-view-units.live-h2h .list-units .cis-live-schedule-item.unit-card .b-h2h-periods{background-color:unset;border-radius:unset;margin:unset}.live-view-units.live-h2h .list-units .cis-live-schedule-item.unit-card .b-h2h-periods .competitor{box-shadow:unset}.live-view-units.live-h2h .list-units .cis-live-schedule-item.unit-card .cis-live-title.unit-info{display:flex;justify-content:space-between}.live-view-units.live-h2h .list-units .cis-live-schedule-item.unit-card .cis-live-title.unit-info .schedule-info{border-bottom:1px solid #f4f4f4;padding-bottom:.375rem;width:calc(100% - 50px)}.live-view-units.live-h2h .list-units .cis-live-schedule-item.unit-card .cis-live-title.unit-info .schedule-info .schedule-info-ubi{justify-content:flex-start}.multi.live-h2h .list-units{display:flex;flex-flow:row wrap;gap:1.25rem;justify-content:center;padding:.625rem}.multi.live-h2h .list-units .list-unit-item{display:flex;width:49%}.multi.live-h2h .list-units .list-unit-item.over-splits .periods-title .competitor-data{display:none}.multi.live-h2h .list-units .list-unit-item.over-splits .competitor{flex-wrap:wrap}.multi.live-h2h .list-units .list-unit-item.over-splits .competitor.away{flex-direction:column-reverse}.multi.live-h2h .list-units .list-unit-item.over-splits .competitor.home .detail-results{flex:none;width:100%}.live-view-units.ath-type{display:flex;justify-content:space-around}.live-view-units.ath-type .units-container-type{align-items:flex-start;border-radius:1rem;display:flex;flex-direction:column;gap:.5rem;padding:.5rem 1rem}.live-view-units.ath-type .units-container-type .units-header-type{width:100%}.live-view-units.ath-type .units-container-type .units-header-type .units-type{align-items:center;background-color:#c8ebd2;border-radius:6px;color:#0e3518;display:flex;gap:10px;justify-content:center;padding:6px 10px;text-transform:uppercase;font-size:1rem;font-weight:500}.live-view-units.ath-type .units-container-type.-track{flex:1}.live-view-units.ath-type .units-container-type.-field{flex:0 0 33%}.live-view-units.ath-type .units-container-type.-field .list-units .list-unit-item{flex:1}.live-view-units.ath-type .list-units{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;max-height:calc(100vh - 240px);overflow-y:auto;width:100%}.live-view-units.ath-type .list-units .list-unit-item{display:flex;flex:0 0 49%}.live-view-units.ath-type .list-units .cis-live-schedule-item.unit-card{flex:1;gap:.35rem;justify-content:flex-start}.live-view-units.ath-type .list-units .cis-live-schedule-item.unit-card .cis-live-title.unit-info{display:flex;justify-content:space-between}.live-view-units.ath-type .list-units .cis-live-schedule-item.unit-card .cis-live-title.unit-info .schedule-info{width:calc(100% - 50px)}.live-view-units.ath-type .list-units .cis-live-schedule-item.unit-card .cis-live-title.unit-info .schedule-info .schedule-info-match{margin-block-end:0}.live-view-units.ath-type .list-units .cis-live-schedule-item.unit-card .cis-live-title.unit-info .schedule-info .schedule-info-ubi{justify-content:flex-start}.live-view-units.ath-type .list-units .unit-link svg{height:1.5rem;width:1.5rem}.live-view-units.ath-type .list-units .live-result{align-items:flex-start;display:flex;flex-direction:column}.live-view-units.ath-type .list-units .list-comp-item{align-items:center;color:#333;display:flex;width:100%}.live-view-units.ath-type .list-units .list-comp-item:nth-child(2n){background:#f8f8f8}.live-view-units.ath-type .list-units .list-comp-item.curr-competitor{color:#059669;animation:back-blink 1s infinite}.live-view-units.ath-type .list-units .list-comp-item.curr-competitor .name,.live-view-units.ath-type .list-units .list-comp-item.curr-competitor .surname{color:#059669}@keyframes back-blink{0%{background-color:#059669}to{background-color:transparent}}.live-view-units.ath-type .list-units .list-comp-item.last-competitor{background-color:#eee;color:#757575}.live-view-units.ath-type .list-units .list-comp-item.last-competitor .name,.live-view-units.ath-type .list-units .list-comp-item.last-competitor .surname{color:#757575}.live-view-units.ath-type .list-units .list-comp-item.-last{border-bottom:1px solid #a1a1a1}.live-view-units.ath-type .list-units .list-comp-item .b-label-player{color:inherit;display:flex;flex:1}.live-view-units.ath-type .list-units .list-comp-item .b-label-player .player-profile{color:inherit;display:flex;gap:.5rem}.live-view-units.ath-type .list-units .list-comp-item .b-label-player .player-info{display:flex;gap:.25rem}.live-view-units.ath-type .list-units .list-comp-item .b-label-player .player-info .surname{font-size:.75rem;font-weight:600}.live-view-units.ath-type .list-units .list-comp-item .b-label-player .player-info .name{font-size:.75rem;font-weight:400}.live-view-units.ath-type .list-units .list-comp-item .rank,.live-view-units.ath-type .list-units .list-comp-item .result{display:flex;justify-content:center;padding:.35rem 0;font-size:.75rem;font-weight:600}.live-view-units.ath-type .list-units .list-comp-item .rank{width:2.5rem}.live-view-units.ath-type .list-units .list-comp-item .result{min-width:3rem}.live-view-units.ath-type .medal img{width:2rem}.live-view-units.ath-type .medal .medal-label{font-size:.875rem}.container-next-lives{height:100%;overflow:hidden;position:relative;width:0}.container-next-lives .days-disc{align-items:center;display:flex;justify-content:center;margin-top:1rem}.container-next-lives .days-disc .btn-day.hidden{visibility:hidden}.container-next-lives .days-disc .ph-caret,.container-next-lives .days-disc .ph-calendar{color:#0e3518;height:1rem;width:1rem}.container-next-lives .list-units{display:flex;flex-direction:column;gap:.8rem;max-height:calc(100% - 84px);overflow:auto}.container-next-lives .list-units .date,.container-next-lives .list-units .-status-tag,.container-next-lives .list-units .schedule-info-ubi{display:none}.container-next-lives .list-units .list-unit-item{position:relative}.container-next-lives .upcoming-date{align-items:center;border-bottom:1px solid #1d632e;color:#1d632e;display:flex;gap:.25rem;justify-content:flex-start;margin:.5rem 1rem;padding-bottom:.2rem;font-size:.875rem;font-weight:500}.aside-visible .container-next-lives{overflow:visible;width:auto}.unit-by-events{height:calc(100% - 3.0625rem);overflow:auto;position:relative}.unit-by-events .events-container{display:flex;flex-direction:column;gap:.5rem}.unit-by-events .b-collapse-header{align-items:center;background:#c8ebd2;border:none;border-radius:1.875rem;color:#0e3518;cursor:pointer;display:flex;gap:.625rem;justify-content:center;margin:0;padding:.225rem .625rem;width:17.5625rem;font-size:1rem;font-weight:500}.unit-by-events .b-collapse-header.open .b-collapse-title{margin:0}.unit-by-events .b-collapse-header:hover{background:#a2dbb7}.unit-by-events .b-collapse-header .b-collapse-title{flex:1}.unit-by-events .event-cards{display:flex;flex-direction:column;gap:.45rem}.competitions-schedule{height:100%}.competitions-schedule .toggle-day-event{overflow:hidden;position:relative;width:0}.competitions-schedule .toggle-day-event .toggle-switch{display:flex;margin-bottom:1rem;padding:.625rem;position:relative;width:100%}.competitions-schedule .toggle-day-event .toggle-switch .slider{align-items:center;background:#f4f4f4;border-radius:.25rem;box-shadow:0 0 4px #00000040;cursor:pointer;display:flex;padding:.25rem;position:absolute;transition:.4s;width:100%}.competitions-schedule .toggle-day-event .toggle-switch .slider:before{background-color:#fdfdfd;border:1px solid #e7e7e7;border-radius:.25rem;box-shadow:0 1px 2px #0000000d;content:"";height:75%;position:absolute;transition:.4s;width:49%}.competitions-schedule .toggle-day-event .toggle-switch input:checked+.slider:before{transform:translate(95%)}.competitions-schedule .toggle-day-event .toggle-switch .labels-toggle{display:flex;justify-content:space-around;left:0;position:absolute;right:0;font-size:.625rem;font-weight:500}@media (min-width: 540px){.competitions-schedule .toggle-day-event .toggle-switch .labels-toggle{font-size:.75rem;font-weight:400}}@media (min-width: 768px){.competitions-schedule .toggle-day-event .toggle-switch .labels-toggle{font-size:1rem;font-weight:400}}.competitions-schedule .toggle-day-event .toggle-switch .labels-toggle span{color:#757575;display:flex}.competitions-schedule .toggle-day-event .toggle-switch .labels-toggle span.active{color:#0e3518}.aside-visible .toggle-day-event{overflow:visible;width:95%}.btn-show-filters{align-items:center;background-color:#ffffff40;border:1px solid #fdfdfd;border-radius:.5rem;color:#fdfdfd;display:flex;font-size:.875rem;font-style:normal;font-weight:500;gap:.25rem;height:1.75rem;justify-content:center;line-height:normal;margin-bottom:0;padding:.5rem;position:fixed;right:27px;top:4.1875rem;z-index:2}.btn-show-filters .ph-sliders{height:1.25rem;width:1.25rem}.btn-show-filters.active,.btn-show-filters:hover{background:#fdfdfd;border-color:transparent;color:#0e3518;fill:#0e3518}.btn-show-filters.ltr{left:0;right:auto}.btn-show-filters:hover{cursor:pointer}.btn-show-filters .num-filter-active{background-color:#3e5d46;border-radius:1rem;bottom:-.8rem;color:#fdfdfd;font-size:.6rem;font-weight:700;padding:.25rem .45rem;position:absolute;right:-.6rem}.filters-schedule-daily{background-color:#f4f4f4;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1rem;padding:1rem;width:100%}.slider-container{display:flex;min-width:268px;order:3;width:268px}.slider-cont{display:flex;flex-direction:column;margin:0 auto;width:95%}@media (min-width: 768px){.slider-cont{width:100%}}.slider-cont.rtl p{text-align:right}.slider-cont p{color:#a1a1a1;margin-bottom:1.4rem;text-align:left;font-size:.875rem;font-weight:500}.custom-slider{--thumb-radius: .9rem;--track-height: .3rem}.custom-slider.minmax{--progress-left: 0%;--progress-right: 0%;background:#e7e7e7;border-radius:999px;direction:ltr;height:var(--track-height);margin:.5rem 0;position:relative}.custom-slider.minmax.rtl{transform:scale(-1)}.custom-slider.minmax input[type=range]{position:absolute;width:calc(100% - var(--thumb-radius))}.custom-slider.minmax input[type=range][name=max]{left:var(--thumb-radius)}.custom-slider.minmax input[type=range][name=min]{left:0}.custom-slider.minmax input[type=range]::-webkit-slider-runnable-track{background:none}.custom-slider input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-radius:50%;height:100%;outline:none;pointer-events:none;position:relative;z-index:0}.custom-slider input[type=range]::-webkit-slider-runnable-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#0b2a13;border-radius:50%;height:var(--track-height)}.custom-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#0b2a13;border:1px solid #0e3518;border-radius:50%;height:var(--thumb-radius);margin-top:calc((var(--track-height) - var(--thumb-radius)) / 2);pointer-events:all;position:relative;width:var(--thumb-radius);z-index:1}.custom-slider input[type=range]::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#0b2a13;border:1px solid #0e3518;border-radius:50%;box-sizing:border-box;height:var(--thumb-radius);margin-top:calc((var(--track-height) - var(--thumb-radius)) / 2);pointer-events:all;position:relative;width:var(--thumb-radius);z-index:1}.custom-slider input[type=range]:focus,.custom-slider input[type=range]:active,.custom-slider input[type=range]::-moz-focus-inner,.custom-slider input[type=range]:-moz-focusring{border:0;outline:none}.custom-slider .minmax-indicator{height:100%;left:var(--thumb-radius);pointer-events:none;position:absolute;right:var(--thumb-radius)}.custom-slider .minmax-indicator:before{background:#86998b;content:"";height:100%;left:var(--progress-left);position:absolute;right:var(--progress-right)}.minmax-inputs{display:flex;justify-content:space-between}.minmax-inputs input{width:50px}.filter-switch-wrapper{align-items:center;display:flex;margin-inline-end:2rem;order:2}.filter-wrapper{align-items:center;display:flex;flex:1;flex-flow:column wrap;gap:1rem;justify-content:center;max-width:944px;min-width:100%}.filter-wrapper.select-filters-container{min-width:100%;order:1}@media (min-width: 768px){.filter-wrapper{min-width:unset}.filter-wrapper.select-filters-container{min-width:200px}}@media (min-width: 992px){.filter-wrapper.select-filters-container{flex:none}}.filter-clear-wrapper{align-items:center;display:flex;flex:0 0 100%;justify-content:center;order:4}.b-switch-filter{display:flex;gap:1rem;height:100%}.b-switch-input{align-items:center;display:flex;flex:1;flex-direction:column}.b-switch-input.rtl .slider:before{left:unset;right:4px}.b-switch-input.rtl input:checked+.slider:before{-webkit-transform:translateX(-26px);-ms-transform:translateX(-26px);transform:translate(-26px)}.b-switch-input .title{color:#a1a1a1;font-size:.875rem;font-weight:500}.b-switch-input .switch{display:inline-block;height:24px;margin-top:1.3rem;position:relative;width:50px}.b-switch-input .switch input{height:0;opacity:0;width:0}.b-switch-input .slider{background-color:#ccc;cursor:pointer;top:0;right:0;bottom:0;left:0;position:absolute;transition:.4s}.b-switch-input .slider:before{background-color:#fdfdfd;bottom:4px;content:"";height:16px;left:4px;position:absolute;transition:.4s;width:16px}.b-switch-input .slider.round{border-radius:34px}.b-switch-input .slider.round:before{border-radius:50%}.b-switch-input input:checked+.slider{background-color:#0e3518}.b-switch-input input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translate(26px)}.b-switch-input input:focus+.slider{box-shadow:0 0 1px #0e3518}.b-select-input select,.b-event-input select{height:30px;width:100%}.clear-filters button{align-items:center;background-color:#0e3518;border-color:transparent;border-radius:.5rem;color:#fdfdfd;cursor:pointer;display:flex;font-size:.8rem;gap:.5rem;padding:.4rem .8rem;transition:all .3s ease}@media (min-width: 768px){.clear-filters button:hover{background-color:#0e3518;border-color:transparent;color:#fdfdfd}}.clear-filters button:active{background-color:#0e3518;color:#fdfdfd}.clear-filters button:disabled,.clear-filters button[disabled]{cursor:not-allowed;opacity:.5}.filter-selector-title{align-self:flex-start;color:#a1a1a1;font-size:.875rem;font-weight:500}.filter-selector{align-items:center;display:flex;flex:1;flex-flow:column wrap;gap:.3rem;justify-content:center;width:100%}@media (min-width: 768px){.filter-selector{flex-direction:row}.filter-selector .select-element .vs__selected{background-color:#f0f0f0;border:none;display:block;overflow:hidden;padding:2px 14px 2px 6px;position:relative;text-align:left;text-overflow:ellipsis;white-space:nowrap}.filter-selector .select-element .vs__selected+.vs__search{height:0;line-height:0;margin:0;padding:0;width:0}.filter-selector .select-element .vs__selected .vs__deselect{position:absolute;right:.25rem;top:.5rem}.filter-selector .select-element .vs--single .vs__selected{width:100%}.filter-selector .select-element .vs--open .vs__selected+.vs__search{margin:inherit}.filter-selector .select-element div[dir=rtl] .vs__selected{text-align:right}.filter-selector .select-element div[dir=rtl] .vs__selected .vs__deselect{left:.25rem;position:absolute;right:auto}}.filter-selector .select-element{display:flex;flex:1;justify-content:center;max-width:100%;min-width:180px;width:100%}@media (min-width: 768px){.filter-selector .select-element{max-width:300px}}.filter-selector .select-element .v-select{background-color:#fdfdfd;border-radius:.5rem;width:100%}.filter-selector .select-element .vs__search{color:#757575;font-size:.875rem;font-weight:400}.filter-selector .select-element .vs__selected{color:#333;margin:3px 2px 0;padding:3px 14px 1px 6px;width:calc(100% - 5px);font-size:.875rem;font-weight:400}.filter-selector .select-element .vs__selected .org-desc{font-size:.875rem;font-weight:400}.filter-selector .vs__dropdown-toggle{border-radius:.5rem;min-height:2.2rem}.filter-selector .vs--open .vs__dropdown-toggle,.filter-selector .vs--open.v-select{border-radius:.5rem .5rem 0 0}.filter-selector .vs__selected-options{width:calc(100% - 23px)}.filter-selector .vs__dropdown-option{align-items:center;display:flex;gap:1rem;padding:.5rem;font-size:.875rem;font-weight:400}.filter-selector .vs__dropdown-option--highlight{background-color:#e9f7ee;color:#333}.filter-selector .vs__dropdown-option .option-select-org .vs__selected-options .flag-xxs{margin:3px 2px 0}.filter-selector .vs__dropdown-option .option-select-org .org-desc{font-size:.875rem;font-weight:400}.option-select-org.b-label-org .flag.org-flag{height:1.1rem;margin:3px 3px 3px 0}.option-select-org.b-label-org .org-desc{overflow:hidden;text-overflow:ellipsis}.cis-base-view{align-items:center;display:flex;flex-direction:column}.cis-base-view.show-back:before{background:#0000000a;content:"";height:100%;left:0;position:fixed;top:0;width:100%;z-index:2}.cis-base-view .main-content{padding-bottom:6.625rem;width:100%}.cis-base-view .main-content.disciplines{background-attachment:fixed;background-image:url("data:image/svg+xml,%3csvg%20width='1267'%20height='1335'%20viewBox='0%200%201267%201335'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1407.07%20361.029L1377.33%20459.039L1392.2%20410.034L1377.4%20459.065C1325.08%20443.367%201203.79%20425.638%201162.81%20471.07C1160.48%20473.654%201160.56%20474.102%201160.9%20476.299C1166.19%20509.237%201241.94%20572.581%201309.37%20611.138L1258.67%20700.138C1228.23%20682.815%201075.69%20591.419%201059.77%20492.602C1054.39%20459.164%201063.71%20427.997%201086.73%20402.466C1182.14%20296.669%201384.33%20354.122%201407.07%20361.029Z'%20fill='%23EDE8D5'/%3e%3cpath%20d='M1079.14%20615.247C1048.6%20666.023%20950.516%20746.331%20797.907%20686.799C741.199%20664.664%20721.542%20673.023%20718.173%20674.919C709.964%20679.555%20707.146%20695.81%20705.469%20705.529C704.949%20708.565%20704.469%20711.18%20704.021%20713.263L603.891%20691.669C604.1%20690.701%20604.298%20689.471%20604.532%20688.06C608.027%20667.867%20617.313%20614.221%20667.829%20585.706C709.87%20561.982%20764.6%20563.841%20835.146%20591.362C941.938%20633.034%20986.969%20569.211%20991.745%20561.805L1079.14%20615.247ZM898.667%20855.664C897.094%20858.221%20737.917%201109.62%20435.131%20951.138L482.631%20860.372C695.751%20971.93%20800.344%20819.497%20811.568%20801.753L898.667%20855.664Z'%20fill='%23EDE8D5'/%3e%3cpath%20d='M989.172%20724.294C1034.59%20762.445%201092.2%20871.435%20985.12%201010.89C915.505%201101.56%201003.08%201176.1%201021.34%201190.13L959.594%201271.86C950.558%201265.06%20870.865%201202.67%20857.693%201106.27C850.182%201051.27%20865.719%20998.195%20903.875%20948.508C973.995%20857.18%20931.703%20810.497%20922.511%20802.065L923.292%20802.747L989.172%20724.294Z'%20fill='%23EDE8D5'/%3e%3cpath%20d='M1434.97%2017.5702C1501.19%2062.0182%201489.58%20170.586%201485.59%20207.961L1383.73%20197.065C1391.26%20126.544%201379.79%20106.008%201377.43%20102.633C1371.87%20102.003%201329.79%20101.633%201215.33%20201.737C1144.14%20263.982%201083.92%20331.419%201083.32%20332.102L1006.79%20263.997C1009.47%20260.982%201073.49%20189.242%201151.1%20121.82C1271.58%2017.1588%201356.83%20-18.6954%201419.39%208.99733C1425%2011.4921%201430.2%2014.3619%201434.97%2017.5702Z'%20fill='%23EDE8D5'/%3e%3cpath%20d='M597.667%20741.909L649.521%20815.2L576.229%20867.055L524.375%20793.763L597.667%20741.909Z'%20fill='%23EDE8D5'/%3e%3cpath%20d='M591.062%201048.42L617.094%201134.35L531.172%201160.38L505.141%201074.46L591.062%201048.42Z'%20fill='%23EDE8D5'/%3e%3cpath%20d='M787.23%201009.16L813.262%201095.08L727.34%201121.12L701.309%201035.19L787.23%201009.16Z'%20fill='%23EDE8D5'/%3e%3cpath%20d='M991.932%20321.68L1043.79%20394.971L970.494%20446.826L918.64%20373.529L991.932%20321.68ZM919.505%20429.586L971.359%20502.878L898.062%20554.732L846.213%20481.435L919.505%20429.586Z'%20fill='%23EDE8D5'/%3e%3cpath%20d='M1553.34%20971.721C1551.77%20974.284%201392.59%201225.68%201089.8%201067.2L1137.31%20976.43C1350.43%201087.99%201455.02%20935.555%201466.24%20917.815L1553.34%20971.721Z'%20fill='%23EDE8D5'/%3e%3cpath%20d='M428.188%201078.38C494.406%201122.83%20482.797%201231.4%20478.797%201268.77L376.943%201257.88C384.479%201187.36%20373%201166.83%20370.646%201163.45C365.078%201162.82%20322.995%201162.45%20208.536%201262.55C137.359%201324.79%2077.1302%201392.24%2076.526%201392.91L0%201324.82C2.6875%201321.8%2066.7083%201250.06%20144.312%201182.63C264.792%201077.97%20350.036%201042.12%20412.599%201069.82C418.219%201072.3%20423.411%201075.18%20428.188%201078.38Z'%20fill='%23EDE8D5'/%3e%3cpath%20d='M1067.1%20815.315C1069.14%20813.112%201274.3%20597.596%201540.36%20812.101L1476.07%20891.857C1288.8%20740.867%201156.48%20869.971%201142.01%20885.185L1067.1%20815.315Z'%20fill='%23EDE8D5'/%3e%3c/svg%3e");background-position:bottom;background-repeat:no-repeat;background-size:contain;min-height:calc(100vh - 95px)}.main-display{align-items:center;display:flex;flex-direction:column;gap:2rem}.main-display .disc-input{align-items:center;display:flex;flex-direction:column;margin-top:2.5rem;width:100%}.main-display .disc-input .label-search{align-items:center;background:#fdfdfd;border:1px solid #e7e7e7;border-radius:1.125rem;display:flex;gap:1rem;padding:.5625rem 1.125rem;width:20rem}@media (min-width: 768px){.main-display .disc-input .label-search{width:30rem}.main-display .disc-input .label-search .ph-magnifying-glass{color:#757575;height:1.75rem;width:1.75rem}}.main-display .disc-input .label-search .input-search{background-color:transparent;border:none;color:#757575;width:100%;font-size:1.5rem;font-weight:400}.main-display .disc-input .label-search .input-search:focus-visible{border:none;outline:none}.main-display .disc-input .label-search:hover{border:1px solid #c9c9c9}.main-display .disciplines{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;padding:0 2rem;width:100%}.main-display .disciplines.disc-lives .discipline.-live{border-color:#ff4f3a;flex-direction:row-reverse;min-width:auto}.main-display .disciplines.disc-lives .discipline.-live .disciplines-svg{display:none}.main-display .disciplines.disc-lives .discipline.-live .disc-desc{color:#ff4f3a}.main-display .disciplines .discipline{align-items:center;background:#fdfdfd;border:1px solid #e7e7e7;border-radius:1rem;color:#333;display:flex;flex-direction:column;gap:.75rem;min-width:15rem;padding:.75rem}.main-display .disciplines .discipline.disabled{opacity:.5}.main-display .disciplines .discipline:hover{border-color:#a1a1a1}.main-display .disciplines .discipline:hover.disabled{border-color:#e7e7e7;cursor:not-allowed;opacity:.5}.main-display .disciplines .discipline.-live .circle{animation:blink infinite 1s;display:inline-block}.main-display .disciplines .discipline .b-picto{fill:#0e3518}.main-display .disciplines .discipline .disc-desc{align-items:center;color:#000;display:flex;gap:.25rem;font-size:1.125rem;font-weight:400}.main-display .disciplines .discipline .disc-desc .circle{color:#ff4f3a;height:.75rem;width:.75rem}.main-display .disciplines .discipline .circle{display:none}.disc-brackets-view{gap:0;margin:0 auto}@media (min-width: 768px){.disc-brackets-view{width:80%}}.disc-brackets-view .bracket-wrapper{display:flex;flex-direction:column;width:100%}.disc-brackets-view .bracket-wrapper .bracket-selector{align-items:center;display:flex;gap:1.25rem;height:2rem;justify-content:center;margin-bottom:.5rem}.disc-brackets-view .bracket-wrapper .bracket-selector .bracket-option{align-items:center;background-color:#fdfdfd;border:.1rem solid #e7e7e7;border-radius:.6rem;color:#333;cursor:pointer;display:flex;height:2.25rem;padding:.3rem .6rem;text-align:center;font-size:1rem;font-weight:400}.disc-brackets-view .bracket-wrapper .bracket-selector .bracket-option.active{background-color:#144a21;color:#fdfdfd}.disc-brackets-view .bracket-wrapper ul.phase-navigation{align-items:center;color:#fdfdfd;display:flex;gap:.6rem;text-align:center;width:100%;font-size:.75rem;font-weight:400}.disc-brackets-view .bracket-wrapper ul.phase-navigation .ph-caret{color:#0e3518;height:1.5rem;width:1.5rem}.disc-brackets-view .bracket-wrapper ul.phase-navigation .round-title{background-color:#144a21;border-radius:.3rem;flex:1;padding:.3rem 0}.disc-brackets-view .bracket-wrapper .tournament-bracket{display:flex;padding-inline-end:.1rem}.disc-brackets-view .bracket-wrapper .tournament-bracket .round{display:flex;flex:1;flex-direction:column;overflow:visible clip}.disc-brackets-view .bracket-wrapper .tournament-bracket .round:last-child .disc-brackets-view .bracket-wrapper .tournament-bracket .round{border:0}.disc-brackets-view .bracket-wrapper .tournament-bracket .phase-match-list{border-bottom:0;display:flex;flex:1;flex-flow:row wrap;justify-content:center;margin-bottom:0;padding-bottom:0;transition:padding .2s ease-in-out,margin .2s ease-in-out}.disc-brackets-view .bracket-wrapper .tournament-bracket .phase-match-list.-big-rounds .match-item:nth-child(odd){padding-top:.75rem}.disc-brackets-view .bracket-wrapper .tournament-bracket .phase-match-list.-big-rounds .match-item:nth-child(2n+2){padding-bottom:.75rem}.disc-brackets-view .bracket-wrapper .match-item{align-items:flex-start;display:flex;flex:0 1 auto;flex-direction:column;justify-content:center;margin:0;position:relative;transition:padding .2s linear;width:100%}@media (min-width: 768px){.disc-brackets-view .bracket-wrapper .match-item{padding:0 .75em}}.disc-brackets-view .round:first-child .match-item{padding-left:0}.disc-brackets-view .round:last-child .match-item:after,.disc-brackets-view .round:last-child .match-item:before{display:none}.disc-brackets-view .round .match-item:not(.last):after{border-right:2px solid #4eaf6a;content:"";height:calc(45% - 1rem);position:absolute;right:-.1rem;width:1em}.disc-brackets-view .round .match-item:not(.last):nth-child(odd):after{border-top:2px solid #4eaf6a;border-top-right-radius:.6em;top:calc(50% + .65rem);transform:translateY(-1px)}.disc-brackets-view .round .match-item:not(.last):nth-child(2n):after{border-bottom:2px solid #4eaf6a;border-bottom-right-radius:.6em;bottom:calc(50% + .125rem);transform:translateY(1px)}.disc-brackets-view .round .match-item:not(.first) .bracket-match:before,.disc-brackets-view .round .match-item:not(.first) .bracket-match:after{border-left:2px solid #4eaf6a;content:"";display:block;height:10%;left:0;position:absolute;width:1em;z-index:1}.disc-brackets-view .round .match-item:not(.first) .bracket-match:before{border-bottom:2px solid #4eaf6a;border-bottom-left-radius:.6em;bottom:calc(50% - .25rem);transform:translateY(1px)}.disc-brackets-view .round .match-item:not(.first) .bracket-match:after{border-top:2px solid #4eaf6a;border-top-left-radius:.6em;top:calc(50% + .25rem);transform:translateY(-1px)}.disc-brackets-view .loser,.disc-brackets-view .loser .score{color:#a1a1a1}.schedule-view{margin-top:.5rem;position:relative;width:100%}.schedule-view.show-filters{margin-top:0}.schedule-view .event-cards{align-self:stretch;display:flex;flex-wrap:wrap;gap:1.25rem;height:auto;padding:0 2.5rem;place-content:flex-start center}.schedule-view .event-cards li{display:flex;justify-content:center}.schedule-view .event-cards li a{display:flex}.schedule-view .event-cards.list{flex-direction:column;gap:1rem;padding:0 2rem;width:100%}.schedule-view .event-cards.list li{width:100%}.schedule-view .event-cards.list li a{justify-content:center;width:100%}.schedule-view .time .local-hour{background-color:#257c39;border-radius:.6rem;color:#fdfdfd;font-size:.8rem;font-weight:400;padding:.4rem .6rem}.schedule-view .time .local-hour .local-timer{align-items:center;display:flex;flex-direction:column}.disc-groups-view{width:100%}.groups{display:flex;flex-flow:row wrap;margin:0 auto}@media (min-width: 1400px){.groups{width:85%}}.groups .grid-row{padding:.5rem 0}.groups .grid-row.titles{background:#c8ebd2;border-radius:.5rem .5rem 0 0;color:#1d632e;margin-top:.5rem;padding:.3rem 0}.groups .grid-row.titles .col{text-align:center;font-size:.75rem;font-weight:400}.groups .grid-row-wrapper{border-bottom:1px solid #e7e7e7;color:#757575}.groups .grid-row-wrapper .col{font-size:.875rem;font-weight:400}.groups .grid-row-wrapper .col.points{font-size:.875rem;font-weight:500}.groups .col{display:grid;place-content:center;width:2.5rem}@media (min-width: 540px){.groups .col{width:5rem}}@media (min-width: 768px){.groups .col{width:3.5rem}}.groups .col.points{color:#0e3518}.groups .col.rank{width:2rem}.groups .col .ph-caret{color:#0e3518;height:1.5rem;width:1.5rem}.groups .extra-col{width:4rem}.groups .ph-caret-gray{color:#757575;height:1rem;width:1rem}.groups .group-item{margin-bottom:2rem;width:100%}@media (min-width: 992px){.groups .group-item{width:48%}}.groups .group-item .b-title-section{font-size:.875rem;font-weight:600}.groups .group-item .pool-table{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-evenly;padding:0 0 .4rem}.groups .group-item .pool-table .pool-match{align-items:center;background:#f8f8f8;border:1px solid #e7e7e7;border-radius:.375rem;cursor:pointer;display:flex;flex-direction:column;gap:.18rem;justify-content:center;min-width:7rem;padding:.25rem .2rem}@media (min-width: 1400px){.groups .group-item .pool-table .pool-match{min-width:9rem}}.groups .group-item .pool-table .pool-match .match-result{align-items:center;border-radius:0;display:flex;gap:.2rem;justify-content:center;position:relative}.groups .group-item .pool-table .pool-match .match-result.away-comp,.groups .group-item .pool-table .pool-match .match-result.away-comp .result{flex-direction:row-reverse}.groups .group-item .pool-table .pool-match .match-result .result{color:#a1a1a1;display:flex;gap:.6rem;font-size:.875rem;font-weight:400}.groups .group-item .pool-table .pool-match .match-result .result.home span:first-child{color:#333}.groups .group-item .pool-table .pool-match .match-result .result.away span:last-child{color:#333}.groups .group-item .pool-table .pool-match .match-result .org-code{color:#333;margin-right:0}.groups .group-item .pool-table .pool-match .start-date{color:#333;font-size:.625rem;font-weight:200}.groups .group-item .pool-table .pool-match .venue-desc,.groups .group-item .pool-table .pool-match .loc-desc{align-items:center;color:#333;display:flex;font-size:.75rem;font-weight:400}.groups .group-item .pool-table .pool-match .venue-desc .pin,.groups .group-item .pool-table .pool-match .loc-desc .pin{margin-right:.4rem}.groups .org-flag{margin:0 .125rem 0 0}.reports-view{margin:2rem auto;padding:1.375rem;width:90%}.reports-view .b-loading-spinner{width:100%}.reports-view .actions{display:flex;gap:1rem;justify-content:center;margin:.5rem 0;width:100%}.reports-view .actions .btn{align-items:center;background-color:#f4f4f4;border:.063rem solid rgba(201,201,201,.6);border-radius:.5rem;display:flex;gap:.25rem;height:2.25rem;justify-content:center;padding:.25rem .5rem}.reports-view .actions .btn:hover:not(.busybtn){background-color:#0e3518;color:#fdfdfd}.reports-view .actions .btn p{font-size:1rem}.reports-view .actions .active{background-color:#0e3518;color:#fdfdfd}.reports-view .actions .spin{animation:rotation 1s infinite linear}.reports-view .reports-discipine{width:100%}.reports-view .reports-discipine .reports-main-title{background-color:#f4f4f4;border-radius:.5rem;margin:1.4rem 0 .6rem;padding:.8rem 1rem}.reports-view .reports-discipine .open{background-color:#f8faff}.reports-view .ph-reports-icons{height:1.25rem;width:1.25rem}.reports-view .ph-medal{color:#eaae47;height:1.25rem;width:1.25rem}.reports-list{padding:.6rem}.reports-list.first,.reports-list.second,.reports-list.third{background-color:#f8faff}.reports-list.first .report-item,.reports-list.second .report-item,.reports-list.third .report-item{background-color:#fdfdfd;border-radius:.375rem;box-shadow:.375rem .375rem 3.375rem #0000000d;padding:.375rem}.reports-list.first .report-item:not(:last-child),.reports-list.second .report-item:not(:last-child),.reports-list.third .report-item:not(:last-child){margin-bottom:1rem}.reports-list.first .report-item a.report-link,.reports-list.second .report-item a.report-link,.reports-list.third .report-item a.report-link{display:flex;justify-content:space-between}.reports-list.first .report-item a.report-link .report-flex,.reports-list.second .report-item a.report-link .report-flex,.reports-list.third .report-item a.report-link .report-flex{align-items:center;display:flex;gap:.6rem}.reports-list.first .report-item a.report-link .report-flex .ph-pdf,.reports-list.second .report-item a.report-link .report-flex .ph-pdf,.reports-list.third .report-item a.report-link .report-flex .ph-pdf{color:#ff4f3a;height:1.5rem;width:1.5rem}.reports-list.first .report-item a.report-link .report-flex p.report-desc,.reports-list.second .report-item a.report-link .report-flex p.report-desc,.reports-list.third .report-item a.report-link .report-flex p.report-desc{color:#000}.reports-list.first .report-item a.report-link p.oris,.reports-list.second .report-item a.report-link p.oris,.reports-list.third .report-item a.report-link p.oris{color:#a1a1a1;font-style:italic}.reports-list.first>.reports-title{margin-bottom:.6rem;padding:.8rem}.reports-list.second>.reports-title{background-color:#0e3518;border-radius:.375rem;color:#fdfdfd;display:inline-block;padding:.4rem .6rem;text-align:center;width:max-content}.reports-list.third>.reports-title{align-items:center;background-color:#fffbeb;display:flex;gap:.4rem;padding:0 .6rem;width:100%}.reports-list.third>.reports-title p.time{color:#757575;padding:.4rem}.reports-list.third .competitors{align-items:center;background-color:#fffbeb;display:flex;justify-content:space-around;padding:.6rem 0}.reports-list.third .competitors .vs{color:#333;font-style:italic}.reports-list.third .competitors .home,.reports-list.third .competitors .away{align-items:center;display:flex;gap:.4rem}.reports-list.third .competitors .home .flag,.reports-list.third .competitors .away .flag{height:1.2rem}.reports-list.third .competitors .home .org,.reports-list.third .competitors .away .org{color:#a1a1a1;font-size:1rem;font-style:italic}.reports-list.third .competitors .home .name,.reports-list.third .competitors .away .name{font-size:1rem;font-weight:500}.reports-list.third .competitors .away{flex-direction:row-reverse}.cis-forms{background-color:#1d632e;text-align:center}.cis-forms .auth-cont{margin:0 auto;max-width:1200px}.cis-forms .auth-cont main{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:space-evenly}@media (min-width: 768px){.cis-forms .auth-cont main{flex-direction:row}}.cis-forms .auth-cont main .logos-box{display:grid;gap:1.2rem;place-items:center}.cis-forms .auth-cont main .logos-box .logo{background-position:center center;background-repeat:no-repeat;background-size:contain}.cis-forms .auth-cont main .logos-box .logo.login{background-image:url(/assets/svg/logo-vertical.CKTjWgMY.svg)}.cis-forms .auth-cont main .logos-box .login{height:150px;width:220px}@media (min-width: 768px){.cis-forms .auth-cont main .logos-box .login{height:250px;width:320px}}.cis-forms .auth-cont main .bornan-logo .logo{background-position:center center;background-repeat:no-repeat;background-size:contain}.cis-forms .auth-cont main .bornan-logo .logo.bornan{background-image:url(/assets/svg/logo-bornan.jos3Ftr6.svg)}.cis-forms .auth-cont main .bornan-logo .bornan{height:100px;width:100px}@media (min-width: 768px){.cis-forms .auth-cont main .bornan-logo .bornan{height:120px;width:120px}}.cis-forms .auth-cont main form.form-container{display:flex;justify-content:space-evenly}.cis-forms .auth-cont main form.form-container .form-box{align-items:center;background:#fdfdfd;border-radius:24px;display:flex;flex-direction:column;gap:1rem;padding:40px}@media (min-width: 768px){.cis-forms .auth-cont main form.form-container .form-box{gap:1.75rem}}.cis-forms .auth-cont main form.form-container .form-box .titles .sign-in{color:#0e3518;font-size:24px;text-align:center}.cis-forms .auth-cont main form.form-container .form-box .titles .bornan-desc{color:#a1a1a1;font-size:14px;font-weight:400;text-align:center}.cis-forms .auth-cont main form.form-container .form-box .inputs .email,.cis-forms .auth-cont main form.form-container .form-box .inputs .password{background-color:#0000000d;border:none;border-radius:12px;display:flex;height:40px;margin-bottom:.5rem;outline:none;padding:2px 10px;width:260px}@media (min-width: 768px){.cis-forms .auth-cont main form.form-container .form-box .inputs .email,.cis-forms .auth-cont main form.form-container .form-box .inputs .password{width:380px}}.cis-forms .auth-cont main form.form-container .form-box .inputs .password{margin-top:1.5rem}.cis-forms .auth-cont main form.form-container .form-box .inputs .success{border:2px solid lightseagreen}.cis-forms .auth-cont main form.form-container .form-box .inputs .forgot-pass{font-size:14px;font-weight:400;line-height:20px;text-align:end}.cis-forms .auth-cont main form.form-container .form-box .inputs .pass-errors-box{color:red;display:grid;font-size:14px;text-align:start;width:380px}.cis-forms .auth-cont main form.form-container .form-box .button-box .btn-submit{background-color:#1d632e;border:none;border-radius:12px;color:#fdfdfd;cursor:pointer;font-size:16px;font-weight:500;height:35px;outline:none;width:260px}@media (min-width: 768px){.cis-forms .auth-cont main form.form-container .form-box .button-box .btn-submit{width:380px}}.cis-forms .auth-cont main form.form-container .form-box .not-account{font-size:14px;font-weight:400;line-height:20px}.cis-forms .auth-cont main form.form-container .form-box .not-account:hover{text-decoration:underline}.cis-forms .auth-cont main form.form-container .form-box .login-footer{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%;font-size:.875rem;font-weight:400}.cis-forms .auth-cont main form.form-container .form-box .not-log-out{align-items:center;color:#a1a1a1;display:flex;font-size:.875rem;font-weight:400}.cis-forms .auth-cont main form.form-container .form-box .not-log-out .checkbox{border-radius:.5rem;height:1rem;margin-right:.5rem;width:1rem}.main-extra-view{align-items:center;display:flex;flex-direction:column;gap:1rem;margin:0 auto}@media (min-width: 768px){.main-extra-view{padding:2.5rem}}.main-extra-view .msg{color:#0e3518;text-align:center;font-size:1.5rem;font-weight:600}.main-extra-view .msg-desc{color:#0e3518;max-width:30rem;text-align:center;font-size:1.25rem;font-weight:400}.main-extra-view .go-back-button{align-items:center;background:#0e3518;border-radius:.63rem;display:flex;justify-content:center;padding:.9rem 3rem}.main-extra-view .go-back-button .text-button{color:#fdfdfd;font-size:1rem;font-weight:400}.article-detail{display:flex;flex-direction:column;gap:2rem;margin:auto;max-width:1100px;padding:1rem}.article-detail .hero-image{background-position:center;background-size:cover;border-radius:1rem;height:45vh;min-height:280px;overflow:hidden;position:relative}.article-detail .hero-image .overlay{background:linear-gradient(to top,#000000a6,#0000001a);color:#f4f4f4;height:100%;padding:2rem;position:relative}@media (min-width: 700px){.article-detail .hero-image .overlay{top:40%}}@media (min-width: 900px){.article-detail .hero-image .overlay{top:60%}}.article-detail .hero-image .overlay .overlay-glass{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border-radius:1rem;padding:1rem 1.5rem}.article-detail .content-wrapper{display:flex;flex-direction:column;gap:2rem}.article-detail .content-wrapper .back{align-items:center;align-self:flex-start;color:#2563eb;display:flex;font-size:.875rem;font-weight:600;justify-content:center;text-decoration:none;transition:transform .2s}.article-detail .content-wrapper .back:hover{transform:translate(-4px)}.article-detail .content-wrapper .ph-arrow-left{color:#2563eb;font-size:1rem}.article-detail .content-wrapper .content-inner{align-items:stretch;display:flex;flex-direction:column;gap:2rem;justify-content:flex-start}.article-detail .content-wrapper .content-inner .grid-layout{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 900px){.article-detail .content-wrapper .content-inner .grid-layout{grid-template-columns:1fr 2fr}}.article-detail .content-wrapper .content-inner .grid-layout .intro-column{color:#000;font-size:1.1rem;font-weight:500;line-height:1.6}.article-detail .content-wrapper .content-inner .grid-layout .tags-detail{margin-top:1rem}.article-detail .content-wrapper .content-inner .grid-layout .tags-detail .tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem}.article-detail .content-wrapper .content-inner .grid-layout .tags-detail .tags li{background:#e7e7e7;border-radius:62.43rem;color:#333;padding:.5rem 1rem}.article-detail .content-wrapper .content-inner .grid-layout .content-column p{color:#333;font-size:1rem;line-height:1.6;margin:0;text-align:justify}.vue-neat-modal.no-border-radius{border-radius:0}.vue-neat-modal-backdrop,.vue-neat-modal-wrapper{z-index:2040}.vue-neat-modal.no-max{max-height:unset}.vue-neat-modal.move-left-enter-from,.vue-neat-modal.move-left-leave-to{transform:translate(100%)}.vue-neat-modal.move-right-enter-from,.vue-neat-modal.move-right-leave-to{transform:translate(-100%)}.ath-results{align-items:center;display:flex;flex-direction:column;margin:0 auto}.ath-results .sub-header{align-items:flex-start;border-top-right-radius:1.3228rem;display:flex;justify-content:space-between;padding-bottom:1.35rem;padding-top:.5rem;width:100%}.ath-results .sub-header .more-info{align-items:end;display:flex;flex-direction:column;gap:1rem}.ath-results .sub-header .more-info .photo-finish{align-items:center;background:#f4f4f4;border-radius:.5rem;box-shadow:0 0 4px #00000040;color:#757575;cursor:pointer;display:flex;gap:.5rem;padding:.25rem .75rem}.ath-results .sub-header .more-info .photo-finish:hover{background:#fdfdfd;color:#0e3518}.ath-results .sub-header .more-info .photo-finish .ph-camera{height:1.25rem;width:1.25rem}.ath-results .sub-header .more-info .photo-finish span{font-size:1rem;font-weight:400}.ath-results .sub-header .more-info .ph-wind{height:1.25rem;width:1.25rem}.ath-results .ath-marathon{width:100%}.ath-results .ath-marathon .marathon-splits{display:flex;justify-content:center;margin:auto;margin-bottom:1rem}.ath-results .ath-marathon .ath-marathon-split-result i.fas{margin-left:.2rem}.ath-results .ath-marathon .ath-marathon-split-result i.fas.fa-sort-up{color:green;margin-right:.5rem}.ath-results .ath-marathon .ath-marathon-split-result i.fas.fa-sort-down{color:red;margin-right:.5rem}.ath-results .ath-marathon .tbl>i{margin-inline:.5rem}.ath-results .ath-horizontal-jump .sp-box{display:flex;flex-direction:column;gap:.1rem;padding:.2rem 0}.ath-results .ath-horizontal-jump .wind{color:#2563ebb3;font-size:.7rem}.ath-results .ath-vertical-jump{width:100%}.ath-results .cis-tables.decathlon-summary{margin-top:2rem}.ath-results .cis-tables.decathlon-summary .names thead th{color:#0e3518;text-align:center;font-size:.75rem;font-weight:400}.ath-results .cis-tables.decathlon-summary .names thead th .col{align-items:center;display:flex;gap:.2rem;width:max-content}.ath-results .cis-tables.decathlon-summary .names thead th .col.name{text-align:start}.ath-results .cis-tables.decathlon-summary .names tbody tr .col{height:2.27rem;font-size:.75rem;font-weight:500}.ath-results .cis-tables.decathlon-summary .names tbody tr .col.noc{width:5rem}.ath-results .cis-tables.decathlon-summary .names tbody tr .col.lane{width:4rem}.ath-results .cis-tables.decathlon-summary .names tbody tr .col.name{text-align:start;width:14rem}.ath-results .cis-tables.decathlon-summary .names tbody tr .col.name p{color:#000;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:14rem;font-size:.875rem;font-weight:400}.ath-results .cis-tables.decathlon-summary .splits .split{height:2.2rem}.ath-results .cis-tables.decathlon-summary .splits .split .split-sum{display:flex;flex-direction:column;gap:2px}.ath-results .cis-tables.decathlon-summary .splits .split .split-sum .resut-pt{color:#0e3518;font-size:.7rem;font-style:italic;font-weight:600;height:50%}.photo-modal .b-modal-body img{max-height:75vh;max-width:100%}.swm-results-unit{align-items:center;background:#fdfdfd;display:flex;flex-direction:column;margin:0 auto;width:90%}.swm-results-unit .sub-header{align-items:end;border-top-right-radius:1.3228rem;display:flex;justify-content:space-between;padding-bottom:1.35rem;padding-top:.5rem;width:100%}.box-results .box-stats{background-color:#fdfdfd;border:.683px solid #e7e7e7;border-radius:1.5rem;box-shadow:.375rem .375rem 3.375rem #0000000d;display:flex;flex-direction:column;margin-bottom:.5rem;padding:.625rem}.box-results .box-stats .b-title-section{background-color:#e9f7ee;border-radius:.75rem .75rem 0 0;padding:.5rem .5rem 0}.box-results .box-stats .grid-row{padding:.6rem 1rem}.box-results .box-stats .grid-row:nth-child(odd){background-color:#f4f4f4}.box-results .box-stats .grid-row.titles{background-color:#e9f7ee}.box-results .box-stats .judges .round-title{color:#2c9444;display:flex;justify-content:center;margin-bottom:.5rem}.box-results .box-stats .judges .judges-rank{display:flex;flex:1;justify-content:space-around}.box-results .box-stats .judges .judge-number{text-align:start;width:6rem}.box-results .box-stats .judges .judge-number span{color:#333;font-weight:500}.box-results .box-stats .judges .rank{display:flex;justify-content:center}.box-results .box-stats .judges .rank .winner.red{background-color:#e00;color:#fdfdfd}.box-results .box-stats .judges .rank .winner.blue{background-color:#00f;color:#fdfdfd}.box-results .box-stats .judges .rank span{border-radius:.15rem;color:#757575;display:flex;justify-content:center;width:2.5rem}.box-results .box-stats .judges .rank .ph-box{font-size:1.5rem;width:2.5rem}.box-results .box-stats .judges .rank .ph-box.r{color:#e00}.box-results .box-stats .judges .rank .ph-box.b{color:#00f}.live-view-units.live-h2h.combat .results-split{gap:1rem;font-size:.875rem;font-weight:500}.b-combat{display:flex}.b-combat .combat{display:flex;flex-direction:column;width:100%}@media (min-width: 768px){.b-combat .combat{margin:0 auto;width:70%}}.b-combat .combat .combat-match{align-items:flex-start;background-color:#fdfdfd;border:.683px solid #e7e7e7;border-radius:1.5rem;box-shadow:.375rem .375rem 3.375rem #0000000d;display:flex;flex-direction:column;margin-bottom:.5rem;padding:.625rem}.b-combat .combat .combat-match .b-h2h-periods{border:none;display:flex;flex-direction:column;padding:.3875rem 0;width:100%}.b-combat .combat .combat-match .b-h2h-periods .competitor{box-shadow:none}.b-combat .combat .combat-match .b-h2h-periods .competitor.home.winner1,.b-combat .combat .combat-match .b-h2h-periods .competitor.home.winner,.b-combat .combat .combat-match .b-h2h-periods .competitor.away.winner1,.b-combat .combat .combat-match .b-h2h-periods .competitor.away.winner{background:linear-gradient(90deg,#fdfdfd,#c8ebd2);border-radius:.5625rem}.b-combat .combat .combat-match .b-h2h-periods .competitor.periods-title{display:none}.b-combat .combat .combat-match .b-h2h-periods .results-split{align-items:center;box-shadow:none;color:#757575;display:flex;gap:0;justify-content:flex-end;padding:0}@media (min-width: 540px){.b-combat .combat .combat-match .b-h2h-periods .results-split{gap:1.25rem}}.b-combat .combat .combat-match .b-h2h-periods .results-split .point{align-items:center;display:flex;flex-direction:column;height:3rem;justify-content:space-between;padding:0 .25rem}.b-combat .combat .combat-match .b-h2h-periods .results-split .point.shido{min-width:4rem}.b-combat .combat .combat-match .b-h2h-periods .results-split .point .code{font-size:.75rem;font-weight:500}@media (min-width: 540px){.b-combat .combat .combat-match .b-h2h-periods .results-split .point .code{gap:1.25rem;font-size:.875rem;font-weight:500}}.b-combat .combat .combat-match .b-h2h-periods .results-split .point .value{color:#000;font-size:1rem;font-weight:400}.b-combat .combat .combat-match .b-h2h-periods .results-split .point .active{align-items:center;background-color:#fdfdfd;border:2px solid #a1a1a1;border-radius:.5625rem;display:flex;justify-content:center;padding:.1875rem .375rem}.b-combat .combat .combat-match .b-h2h-periods .results-split .point .active span{width:1rem}.b-combat .combat .combat-match .b-h2h-periods .results-total{display:none}.b-combat .combat .combat-match .status-container{display:flex;justify-content:flex-end;width:100%}.b-combat .combat .results{margin:0}.b-combat .combat .actions{align-items:flex-start;background-color:#fdfdfd;border:.683px solid #e7e7e7;border-radius:1.5rem;box-shadow:.375rem .375rem 3.375rem #0000000d;display:flex;flex-direction:column;margin-top:.5rem;padding:.625rem;font-size:.875rem;font-weight:400}@media (min-width: 540px){.b-combat .combat .actions{align-items:flex-start;font-size:1rem;font-weight:400}}.b-combat .combat .actions .title{background-color:#c8ebd2;color:#0e3518;display:flex;gap:1rem;justify-content:center;padding:.25rem 0;width:100%}.b-combat .combat .actions .title .action,.b-combat .combat .actions .title .action-name{align-items:center;display:flex;flex-direction:column;padding:0 .25rem;width:33%}@media (min-width: 430px){.b-combat .combat .actions .title .action-name{align-items:flex-start}}.b-combat .combat .actions .info{box-shadow:none;display:flex;flex-direction:column;width:100%}.b-combat .combat .actions .info li.point:nth-child(2n){background-color:#f4f4f4}.b-combat .combat .actions .info .point{display:flex;gap:0;justify-content:center;padding:.25rem 0;width:100%}@media (min-width: 540px){.b-combat .combat .actions .info .point{gap:1rem}}.b-combat .combat .actions .info .point .action{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:0 .25rem;width:33%;font-size:.875rem;font-weight:400}@media (min-width: 540px){.b-combat .combat .actions .info .point .action{font-size:1rem;font-weight:400}}.b-combat .combat .actions .info .point .action-name{align-items:flex-start;display:flex;flex-direction:column;padding:0 .25rem;width:33%}.b-combat .combat .actions .info .point .action-name .b-label-player{gap:0}.b-combat .combat .actions .info .point .action-name .b-label-player .player-profile .player-data .player-name{font-size:.625rem;font-weight:500}@media (min-width: 768px){.b-combat .combat .actions .info .point .action-name .b-label-player .player-profile .player-data .player-name{font-size:.75rem;font-weight:400}}@media (min-width: 992px){.b-combat .combat .actions .info .point .action-name .b-label-player .player-profile .player-data .player-name{font-size:.875rem;font-weight:400}}.b-combat .combat .actions .info .point .action-name .b-label-player .b-label-org .org-code{display:none}@media (min-width: 540px){.b-combat .combat .actions .info .point .action-name .b-label-player .b-label-org .org-code{display:flex}}.b-combat .combat .h2h-result.total{align-items:center;display:flex;justify-content:center;min-width:1.5rem}.b-combat .combat .h2h-result.total .b-result{white-space:nowrap}.b-combat .combat .h2h-result.total:not(.two-yc)>.one-yc{margin:0 .35rem}.b-combat .one-yc{background-color:#ffd200;border-radius:1px;box-shadow:1px 1px 1px #0003;height:1.1rem;width:.8rem}.b-combat .two-yc{display:flex}.b-combat .two-yc .one-yc{height:1rem;width:.75rem}.b-combat .two-yc .one-yc:first-child{margin-left:0;position:relative;right:-8px;top:2px}.b-combat .two-yc .one-yc:nth-child(2){left:-8px;margin-left:0;position:relative;top:-2px}.b-combat .three-yc{background-color:#ff4f3a;margin:0 .35rem}.b-combat .h2h-result.total{align-items:center;display:flex;justify-content:flex-end;min-width:3rem}.b-combat .h2h-result.total .one-yc{height:.85rem;width:.6rem}.b-combat .h2h-result.total .two-yc .one-yc{height:.8rem;width:.6rem}.b-combat .h2h-result.total .two-yc .one-yc:first-child{right:-8px;top:2px}.b-combat .h2h-result.total .two-yc .one-yc:nth-child(2){left:-6px;top:-2px}.b-combat .h2h-result.total .three-yc{margin:0 0 0 .1rem}.results-unit.CTR .results-unit,.results-unit.CTR .cis-common-container-bg,.results-unit.CTR .cis-common-container-bg .b-ath-results{width:auto}.results-unit.CTR.table.table-hover.summary.hide-mobile .table-rows{padding:0 1rem;text-align:center}.results-unit.CTR .extra-information{display:flex;flex-direction:column;gap:.5rem;margin-block:1rem}.results-unit.CTR .extra-information .info-item{align-items:center;background-color:#f4f4f4;border-radius:.5rem;box-shadow:0 0 4px #00000040;display:flex;gap:.625rem;padding:.25rem;width:fit-content;font-size:.875rem;font-weight:400}.results-unit.CTR .ctr-results-container,.results-unit.CTR .b-h2h-results{width:100%}.results-unit.CTR .ctr-heats{margin-bottom:2.2rem}.results-unit.CTR .extra-info p{color:#333}.results-unit.CTR .extra-info .total-time p{text-align:center}@media (min-width: 768px){.results-unit.CTR .extra-info .total-time p{text-align:end}}.results-unit.CTR .extra-info div .competitor.periods-title{flex-direction:column;gap:0}@media (min-width: 768px){.results-unit.CTR .extra-info div .competitor.periods-title{flex-direction:unset}}.results-unit.CTR .omnium-tot{align-items:flex-end;display:flex;font-weight:500;gap:.25rem;justify-content:center}.results-unit.CTR .omnium-tot .omnium-rk{font-weight:300}.ath-start-list.CTR .ath-start-list-unit .group-startlist{background-color:#e7e7e7;border-radius:2.5rem;margin-bottom:.25rem;margin-top:.75rem;padding:.5rem .75rem;text-align:left;font-size:.875rem;font-weight:500}.ath-start-list.CTR .ath-start-list-unit .grid-row.has-lanes.odd{background-color:#f4f4f4}.ath-start-list.CTR .ath-heats-results-wrapper{display:flex;flex-direction:column;gap:1rem}.ath-start-list.CTR .ath-heats-results-wrapper .b-title-section{margin-bottom:.5rem}.ctr-by-points{width:100%}.ctr-by-points table.summary{border-collapse:separate;border-radius:1.5rem;border-spacing:.1rem;box-shadow:6px 6px 54px #0000000d;justify-content:center;margin:2rem auto;width:100%}.ctr-by-points table.summary thead{background-color:#c8ebd2;border-bottom:1px solid #2c9444;color:#2c9444;cursor:pointer;font-size:.8rem;font-weight:500}.ctr-by-points table.summary td,.ctr-by-points table.summary th{font-size:.8rem}.ctr-by-points table.summary td.races-splits,.ctr-by-points table.summary th.races-splits{min-width:1.1rem;text-align:center}.ctr-by-points table.summary td.mark,.ctr-by-points table.summary th.mark{font-weight:600}.ctr-by-points table.summary td.rank,.ctr-by-points table.summary th.rank{text-align:center;width:3rem}.ctr-by-points table.summary td.result,.ctr-by-points table.summary td.finish,.ctr-by-points table.summary th.result,.ctr-by-points table.summary th.finish{text-align:center;width:4rem}.ctr-by-points table.summary td.result,.ctr-by-points table.summary th.result,.ctr-by-points table.summary td.omnium-pts,.ctr-by-points table.summary th.omnium-pts{font-weight:500}.ctr-by-points table.summary td{height:38px;padding-bottom:.2rem;padding-top:.2rem;text-align:center}.ctr-by-points table.summary th{font-weight:500;padding:.1rem .3rem}.ctr-by-points table.summary th i{font-size:.8rem;margin-right:.2rem}.ctr-by-points table.summary th div{align-items:center;display:flex;justify-content:center}.ctr-by-points table.summary tr{height:var(--table-row-height)}.ctr-by-points table.summary tr.odd{background-color:#f8f8f8}.ctr-by-points table.summary tr.odd .marks{background-color:#c8ebd2}.ctr-by-points table.summary tr:not(.odd) .marks{background-color:#f4f4f4}.ctr-by-points table.summary .player-warning{align-items:center;display:flex}.ctr-by-points table.summary .names{width:fit-content}.ctr-by-points table.summary .names .name,.ctr-by-points table.summary .names .lane{text-align:center}.ctr-by-points table.summary .names .fav{background:linear-gradient(45deg,#ffd517,#fdfdfd 70%)}.ctr-by-points table.summary .names .org-flag{height:1rem;width:1.5rem}.ctr-by-points table.summary .names td.name span{display:block;max-width:7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ctr-by-points table.summary .names td.name span.summary{max-width:20rem}.div-results .diving-current-last{display:flex;flex-direction:column;gap:.5rem;max-width:100%;position:relative}.div-results .diving-current-last .competitor{gap:0;padding:.6rem}.div-results .diving-current-last .competitor .header{color:#0e3518}.div-results .diving-current-last .competitor .header h3{font-size:1.125rem;font-weight:600}.div-results .diving-current-last .competitor .header .blink{animation:blink infinite 1s ease-out}.div-results .diving-current-last .competitor .body{align-items:center;display:flex;flex-direction:column;padding:8px 0}.div-results .diving-current-last .competitor .body .comp-info{align-items:center;display:flex;gap:2.5rem;width:100%}.div-results .diving-current-last .competitor .body .comp-info .player-name{font-size:.875rem;font-weight:600}.div-results .diving-current-last .competitor .body .comp-info .rank,.div-results .diving-current-last .competitor .body .comp-info .result-total{font-size:.875rem;font-weight:400}.div-results .diving-current-last .competitor .body .comp-info .rank span,.div-results .diving-current-last .competitor .body .comp-info .result-total span{font-size:.875rem;font-weight:600}.div-results .diving-current-last .competitor .body .comp-info p{color:#333;display:flex;flex-direction:row;gap:.25rem}.div-results .diving-current-last .competitor .body .third-row{display:flex;justify-content:center}.div-results .diving-current-last .competitor .body .third-row .split{align-items:center;display:flex;gap:1rem;justify-content:space-between;padding:.375rem .375rem 0}@media (min-width: 992px){.div-results .diving-current-last .competitor .body .third-row .split{gap:4rem}}.div-results .diving-current-last .competitor .body .third-row .split:nth-child(2n){background-color:#f4f4f4}.div-results .diving-current-last .competitor .body .third-row .split .dive-info{align-items:center;display:flex;gap:1.2rem}.div-results .diving-current-last .competitor .body .third-row .split .dive-info .dive p,.div-results .diving-current-last .competitor .body .third-row .split .dive-info .desc p,.div-results .diving-current-last .competitor .body .third-row .split .dive-info .position p{font-size:12px}.div-results .diving-current-last .competitor .body .third-row .split .dive-info .dive p.title,.div-results .diving-current-last .competitor .body .third-row .split .dive-info .desc p.title,.div-results .diving-current-last .competitor .body .third-row .split .dive-info .position p.title{color:#757575}.div-results .diving-current-last .competitor .body .third-row .split .dive-info .dive p.desc,.div-results .diving-current-last .competitor .body .third-row .split .dive-info .desc p.desc,.div-results .diving-current-last .competitor .body .third-row .split .dive-info .position p.desc{color:#333;font-size:14px;font-weight:600}.div-results .diving-current-last .competitor .body .third-row .split .dive-info .desc{font-weight:600;text-align:start;width:8rem}@media (min-width: 992px){.div-results .diving-current-last .competitor .body .third-row .split .dive-info .desc{width:14rem}}.div-results .diving-current-last .competitor .body .third-row .split .dive-info .desc p.title{font-weight:500}.div-results .diving-current-last .competitor .body .third-row .split .dive-info .dive{font-weight:600;text-align:start;width:40px}.div-results .diving-current-last .competitor .body .third-row .split .dive-info .position{align-items:flex-start;display:flex;flex-direction:column;width:60px}.div-results .diving-current-last .competitor .body .third-row .split .dive-info .position small:not(:last-child){font-weight:600}.div-results .diving-current-last .competitor .body .third-row .split .dives-judges-score{display:flex;gap:10px}@media (min-width: 992px){.div-results .diving-current-last .competitor .body .third-row .split .dives-judges-score{gap:20px}}.div-results .diving-current-last .competitor .body .third-row .split .dives-judges-score .judge.score{display:flex;flex-direction:column;width:2.2rem}.div-results .diving-current-last .competitor .body .third-row .split .dives-judges-score .judge.score .invalid{color:#1d632e;text-decoration:line-through}.div-results .diving-current-last .competitor .body .third-row .split .dives-judges-score .judge.score p{font-size:12px;font-weight:600}.div-results .diving-current-last .competitor .body .third-row .split .dives-judges-score .judge.score p.title{color:#757575}.div-results .diving-current-last .competitor .body .third-row .split .dives-judges-score .dive-points{align-items:flex-start;display:flex;flex-direction:column;width:2rem}.div-results .diving-current-last .competitor .body .third-row .split .dives-judges-score .dive-points p{font-size:12px}.div-results .diving-current-last .competitor .body .third-row .split .dives-judges-score .dive-points p.title{color:#757575}.div-results .diving-current-last .competitor .body .third-row .split .dives-judges-score .dive-points p.points{font-weight:600}.div-ext{align-items:center;display:flex;flex-direction:column;gap:.25rem;margin-top:1rem;width:100%}.div-ext .desktop{display:flex;justify-content:center;padding:0 .75rem .75rem;width:100%}.div-ext .desktop table.diving-table{border-spacing:0;width:100%}.div-ext .desktop table.diving-table thead th{background-color:#e9f7ee;color:#0e3518;font-size:12px;width:1rem;font-size:.75rem;font-weight:400}.div-ext .desktop table.diving-table thead th.order{width:.2rem}.div-ext .desktop table.diving-table thead th.dif{background-color:#c8ebd2;color:#0e3518;width:1rem}.div-ext .desktop table.diving-table tbody tr:nth-child(2n){background-color:#f4f4f4}.div-ext .desktop table.diving-table tbody td{text-align:center;width:1rem;font-size:.75rem;font-weight:500}.div-ext .desktop table.diving-table tbody td.dif{background-color:#c8ebd2;color:#0e3518;padding-right:4px;width:1rem}.div-ext .desktop table.diving-table .code,.div-ext .desktop table.diving-table .desc,.div-ext .desktop table.diving-table .pos{text-align:start}.div-ext .desktop table.diving-table .desc{min-width:4rem}.div-ext .desktop table.diving-table .code{font-weight:500}.div-ext .desktop table.diving-table .desc,.div-ext .desktop table.diving-table .pos{padding:7px 4px}.div-ext .desktop table.diving-table .judge{min-width:1rem;font-size:.75rem;font-weight:600}.div-ext .desktop table.diving-table .judge.invalid{color:#1d632e;text-decoration:line-through}.div-ext .desktop table.diving-table .points{font-size:.8rem;font-weight:600;min-width:.75rem;width:.75rem}.div-ext .ath-start-list-unit{width:60%}.div-ext .ath-start-list-unit .cis-common-container-bg{gap:.3rem;padding:.6rem}.div-results{align-items:center;display:flex;flex:1;flex-direction:column;gap:.5rem;justify-content:center}.div-results .cis-common-container-bg{gap:.5rem;max-width:100%;padding:.6rem;width:auto}.div-results .b-ath-results{gap:.5rem;margin-bottom:0}.div-results .b-ath-results .row-three .result-details,.div-results .b-ath-results .row-three .result-details .div-ext{margin:0}.div-results .b-options-buttons{margin:0;width:100%}.div-results .b-options-buttons .btn-group,.div-results .b-options-buttons .btn-group .btn{width:100%}.div-results .result{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.div-results .result .ph-arrow{color:#0e3518;height:1.25rem;width:1.25rem}.start-list-gar{width:100%}@media (min-width: 768px){.start-list-gar{width:80%}}.start-list-gar .gar-team-final{align-items:center;background-color:transparent;box-shadow:none}.start-list-gar .gar-team-final .header-section{align-items:center;display:flex;justify-content:space-between;width:90%}.start-list-gar .gar-team-final .info-event{align-items:center;display:flex;gap:.25rem;justify-content:center;margin-top:1rem}.start-list-gar .gar-team-final .info-event a{display:flex}.start-list-gar .gar-team-final .info-event .ph-arrow{color:#0e3518;height:1.25rem;width:1.25rem}.start-list-gar .ath-start-list-unit{display:flex;flex-wrap:wrap;gap:.8125rem 1.625rem;justify-content:center;width:100%}@media (min-width: 992px){.start-list-gar .ath-start-list-unit{gap:1.5rem 3rem}}@media (min-width: 1400px){.start-list-gar .ath-start-list-unit{gap:1.5rem 5rem}}.start-list-gar .ath-start-list-unit .apparatus{display:flex;flex:0 1 29%;flex-flow:column wrap;gap:.5rem}.start-list-gar .ath-start-list-unit .apparatus .comp{align-items:center;border-bottom:1px solid #000;border-radius:4px;display:flex;justify-content:space-between;order:10;padding:0 .3125rem;width:100%;font-size:.75rem;font-weight:500}.start-list-gar .ath-start-list-unit .apparatus .comp:not(.team-result-live):last-child{border-bottom:none}.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-live,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-live,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-live,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-live,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-running,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-running,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-running,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-running,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-getting_ready,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-getting_ready,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-getting_ready,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-getting_ready{background-color:#ecfdf5}.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-official,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-official,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-official,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-official,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-finished,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-finished,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-finished,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-finished{background-color:#fef2f2}.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-delayed,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-delayed,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-delayed,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-delayed,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-intermediate,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-intermediate,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-intermediate,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-intermediate,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-unofficial,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-unofficial,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-unofficial,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-unofficial,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-postponed,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-postponed,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-postponed,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-postponed,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-interrupted,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-interrupted,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-interrupted,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-interrupted,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-provisional,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-provisional,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-provisional,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-provisional,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-protested,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-protested,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-protested,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-protested,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-start_list,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-start_list,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-start_list,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-start_list{background-color:#fffbeb}.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-unscheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-unscheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-unscheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-unscheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-unconfirmed,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-unconfirmed,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-unconfirmed,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-unconfirmed{background-color:#f3f4f6}.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-upcoming,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-upcoming,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-upcoming,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-upcoming{background-color:#f4ecff}.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-scheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-scheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-scheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-scheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-rescheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-rescheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-rescheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-rescheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-schedule_break,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-schedule_break,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-schedule_break,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-schedule_break,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-canceled,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-canceled,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-canceled,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-canceled,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-cancelled,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-cancelled,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-cancelled,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-cancelled{background-color:#f3f4f6}.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-live,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-live,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-live,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-live,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-running,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-running,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-running,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-running,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-getting_ready,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-getting_ready,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-getting_ready,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-getting_ready{color:#059669}.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-official,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-official,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-official,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-official,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-finished,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-finished,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-finished,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-finished{color:#ff4f3a}.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-delayed,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-delayed,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-delayed,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-delayed,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-intermediate,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-intermediate,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-intermediate,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-intermediate,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-unofficial,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-unofficial,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-unofficial,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-unofficial,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-postponed,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-postponed,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-postponed,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-postponed,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-interrupted,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-interrupted,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-interrupted,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-interrupted,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-provisional,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-provisional,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-provisional,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-provisional,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-protested,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-protested,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-protested,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-protested,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-start_list,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-start_list,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-start_list,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-start_list{color:#d97706}.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-unscheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-unscheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-unscheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-unscheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-unconfirmed,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-unconfirmed,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-unconfirmed,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-unconfirmed{color:#374151}.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-upcoming,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-upcoming,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-upcoming,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-upcoming{color:#d9b7ff}.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-scheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-scheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-scheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-scheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-rescheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-rescheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-rescheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-rescheduled,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-schedule_break,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-schedule_break,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-schedule_break,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-schedule_break,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-canceled,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-canceled,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-canceled,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-canceled,.start-list-gar .ath-start-list-unit .apparatus .comp.-scheduled.-cancelled,.start-list-gar .ath-start-list-unit .apparatus .comp.-upcoming.-cancelled,.start-list-gar .ath-start-list-unit .apparatus .comp.-running.-cancelled,.start-list-gar .ath-start-list-unit .apparatus .comp.-start_list.-cancelled{color:#374151}.start-list-gar .ath-start-list-unit .apparatus .comp.-running{animation:back-blink 1s infinite}@keyframes back-blink{0%{background-color:#ecfdf5}to{background-color:transparent}}.start-list-gar .ath-start-list-unit .apparatus .comp .res,.start-list-gar .ath-start-list-unit .apparatus .comp .b-label-player .player-profile{color:inherit}.start-list-gar .ath-start-list-unit .apparatus .comp .flag-sd{margin:.25rem}.start-list-gar .ath-start-list-unit .apparatus .comp .info-comp{align-items:center;display:flex}.start-list-gar .ath-start-list-unit .apparatus .comp .info-comp .rk-po{color:#757575;display:flex;justify-content:center;min-width:.9rem}.start-list-gar .ath-start-list-unit .apparatus .team-result-live{background-color:#fdfdfd;border:.68px solid #e7e7e7;border-radius:1rem;box-shadow:6px 6px 54px #0000000d;padding:.18rem .625rem}.start-list-gar .ath-start-list-unit .apparatus .team-result-live .info-res{display:flex;gap:.5rem}.start-list-gar .ath-start-list-unit .apparatus .team-result-live .text{color:#333}.start-list-gar .ath-start-list-unit .apparatus .team-result-live+.apparatus-container{height:calc(100% - 2.875rem)}.start-list-gar .ath-start-list-unit .apparatus-container{background-color:#fdfdfd;border:.68px solid #e7e7e7;border-radius:1rem;box-shadow:6px 6px 54px #0000000d;display:flex;flex-direction:column;height:100%;min-width:20rem;overflow:hidden}.start-list-gar .ath-start-list-unit .apparatus-container .apparatus-title{align-items:center;background-color:#e9f7ee;color:#0e3518;display:flex;gap:.625rem;min-height:2.5rem;padding:.625rem;width:100%}.start-list-gar .ath-start-list-unit .apparatus-container .apparatus-title .b-picto{fill:#0e3518}.start-list-gar .ath-start-list-unit .apparatus-container .apparatus-title p{font-size:.875rem;font-weight:500}.start-list-gar .ath-start-list-unit .apparatus-container .competitors{display:flex;flex-direction:column;gap:.175rem;padding:.38rem .3125rem}.start-list-gar .cis-tables table thead tr svg{display:none}.zzz-result-view .gar-ath-results.results-wrapper{align-items:start;display:flex;flex-flow:row wrap;gap:.6rem;justify-content:center}.zzz-result-view .gar-ath-results.results-wrapper .aa-gar-results .col{width:max-content;font-size:.75rem;font-weight:500}.zzz-result-view .gar-ath-results.results-wrapper .aa-gar-results .col.name{align-items:center;display:flex;text-align:start;width:100%}.current-info-container{flex:0 0 auto}.current-competitors{display:flex;flex-direction:column;gap:.5rem}.current-competitors .exe-types{display:flex;flex-direction:column;gap:.1875rem;justify-content:center;width:100%}.current-competitors .exe{flex-direction:column;background:#fdfdfd;border:.683px solid #e7e7e7;border-radius:1.325rem;box-shadow:4px 4px 36px #0000000d;display:flex;padding:.625rem}.current-competitors .exe.running{order:0}.current-competitors .exe.start_list{order:1}.current-competitors .exe.scheduled{order:3}.current-competitors .exe.upcoming{order:2}.current-competitors .exe .blabel-status{width:min-content}.current-competitors .competitor{align-items:center;border-bottom:1px solid #f4f4f4;display:flex;gap:1rem;justify-content:space-between}.current-competitors .competitor:last-child{border-bottom:none}.current-competitors .competitor .player-profile{color:#333}.current-competitors .competitor .rk{color:#020d0b;font-size:.75rem;font-weight:500}.gar-current-title{align-items:center;display:flex;flex-direction:row;gap:.1875rem}.gar-current-title .comp{color:#0e3518;text-align:center;font-size:.75rem;font-weight:600}.gar-current-title .info{display:flex;gap:.25rem}.gar-current-title .info span{color:#757575;text-align:center;font-size:.75rem;font-weight:400}.aa-gar{display:flex;gap:.5rem}.aa-gar .detail{display:flex;flex-wrap:wrap}.aa-gar .detail .result{color:#333;font-size:.75rem;font-weight:600}.aa-gar .detail .pen{color:#c9c9c9;opacity:.8;font-size:.75rem;font-weight:400}.aa-gar .detail .pen.penal{color:#ff4f3a}.aa-gar .detail .exec,.aa-gar .detail .diff{color:#757575;font-size:.75rem;font-weight:400}.aa-gar .detail div{width:50%}.aa-gar .result{display:flex;flex-direction:column;gap:.5rem}.aa-gar .box-info{display:flex;flex-direction:column}.aa-gar .cis-table-container .cis-tables .splits thead th{justify-items:center}.aa-gar .cis-table-container .cis-tables tbody tr td{height:2.2rem}.aa-gar .cis-table-container .cis-tables tbody tr .col.name{gap:.2rem;padding-right:0}.toggle-switch{display:flex;margin-bottom:1rem;padding:.5rem;position:relative;width:100%}.toggle-switch .slider{align-items:center;background:#f4f4f4;box-shadow:0 0 4px #00000040;cursor:pointer;display:flex;top:0;right:0;bottom:0;left:0;position:absolute;transition:.4s;width:100%}.toggle-switch .slider:before{background-color:#fdfdfd;border-radius:.5rem;content:"";height:100%;position:absolute;transition:.4s;width:50%}.toggle-switch input:checked+.slider:before{transform:translate(100%)}.toggle-switch .labels-toggle{display:flex;justify-content:space-evenly;left:0;position:absolute;right:0;font-size:.625rem;font-weight:500}@media (min-width: 540px){.toggle-switch .labels-toggle{font-size:.75rem;font-weight:400}}@media (min-width: 768px){.toggle-switch .labels-toggle{font-size:1rem;font-weight:400}}.toggle-switch .labels-toggle span{color:#757575;display:flex}.toggle-switch .labels-toggle span.active{color:#0e3518}.all-around-gry{align-items:center;display:flex;flex-direction:column;gap:.5rem}.all-around-gry .box-info{align-items:center;background:#fdfdfd;border:.683px solid #e7e7e7;border-radius:1rem;box-shadow:4px 4px 36px #0000000d;display:flex;flex-direction:column;gap:.625rem;justify-content:center;padding:.375rem;width:19rem}.all-around-gry .legend-gry{align-items:center;display:flex;flex-direction:column;width:18.6875rem}.all-around-gry .legend-gry .detail{color:#757575;display:flex;flex-wrap:wrap;gap:.625rem .875rem;justify-content:center;padding:.375rem 0 .1875rem}.all-around-gry .legend-gry .detail .res{color:#333}.all-around-gry .legend-gry .title{align-items:center;align-self:stretch;background:#e9f7ee;border-top-left-radius:.5rem;border-top-right-radius:.5rem;color:#0e3518;display:flex;gap:.625rem;height:1.3125rem;justify-content:center}.all-around-gry .GRY.cis-common-aux-tables{width:100%}.all-around-gry .GRY.cis-common-aux-tables .cis-tables .splits thead tr th .col.extra{align-items:center;display:flex;justify-content:center;width:100%}.all-around-gry .GRY.cis-common-aux-tables tbody td{padding:.2rem 1rem}.all-around-gry .GRY.cis-common-aux-tables tbody td.col.name{display:flex;gap:.2rem;padding-right:0}.all-around-gry .GRY.cis-common-aux-tables tbody td .legend-keys{flex-flow:row wrap;min-width:1.8rem}.all-around-gry .GRY.cis-common-aux-tables tbody td .legend-keys span{display:flex;flex:0 0 49%}.gry-table .detail{display:flex;flex-flow:row wrap;gap:.25rem;width:9rem}.gry-table .detail .gryall-element{flex:31%}.gry-table .detail .res{color:#333;font-size:.75rem;font-weight:600}.gry-table .detail .pen{color:#c9c9c9;opacity:.8;font-size:.75rem;font-weight:400}.gry-table .detail .pen.penal{color:#ff4f3a}.gry-table .detail .exe,.gry-table .detail .bod,.gry-table .detail .app,.gry-table .detail .art{color:#757575;font-size:.75rem;font-weight:400}.current-info-gry{display:flex;gap:1rem;justify-content:center}.current-info-gry .top-info{display:flex;gap:.5rem}.live-view-units .list-units-gry{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.live-view-units .list-units-gry .cis-live-schedule-item.unit-card{border:1px solid #e7e7e7;width:27.4rem}.live-view-units .list-units-gry .cis-live-schedule-item.unit-card .cis-live-title.unit-info{display:flex;justify-content:space-between}.live-view-units .list-units-gry .cis-live-schedule-item.unit-card .cis-live-title.unit-info .schedule-info{width:calc(100% - 50px)}.live-view-units .list-units-gry .cis-live-schedule-item.unit-card .cis-live-title.unit-info .schedule-info .schedule-info-ubi{justify-content:flex-start}.live-view-units .list-units-gry .list-comp-item{align-items:center;color:#333;display:flex}.live-view-units .list-units-gry .list-comp-item:nth-child(2n){background:var(--gray-200, #f8f8f8)}.live-view-units .list-units-gry .list-comp-item.curr-competitor{background:linear-gradient(90deg,#1cc66b99,#fff 23%)}.live-view-units .list-units-gry .list-comp-item.last-competitor{background:linear-gradient(90deg,#ffd20099,#fff 23.5%)}.live-view-units .list-units-gry .list-comp-item .b-label-player{color:inherit;display:flex;flex:1;gap:.5rem}.live-view-units .list-units-gry .list-comp-item .b-label-player .player-profile{color:inherit}.live-view-units .list-units-gry .list-comp-item .b-label-player .player-info .surname{font-size:.875rem;font-weight:600}.live-view-units .list-units-gry .list-comp-item .b-label-player .player-info .name{font-size:.875rem;font-weight:400}.live-view-units .list-units-gry .list-comp-item .rank,.live-view-units .list-units-gry .list-comp-item .result{display:flex;justify-content:center;padding:.6125rem 0;font-size:.875rem;font-weight:600}.live-view-units .list-units-gry .list-comp-item .rank{width:2.5rem}.live-view-units .list-units-gry .list-comp-item .result{min-width:3rem}.results-unit-gtr{display:flex;flex-direction:row;gap:1rem;justify-content:center}.results-unit-gtr .cis-table-container .cis-tables .splits tbody td{height:3.5rem}.results-unit-gtr .cis-table-container .cis-tables .splits tbody td div:first-child{margin-bottom:.5rem}.results-unit-gtr .cis-common-container-bg{width:auto}.results-unit-gtr .current-info-gtr{display:flex;gap:.1875rem}.results-unit-gtr .current-info-gtr .curr-competitor{align-items:flex-start;background:#fdfdfd;border:1px solid #e7e7e7;border-radius:1.3125rem;box-shadow:6px 6px 54px #0000000d;display:flex;flex-direction:column;gap:.1875rem;padding:.625rem}.results-unit-gtr .current-info-gtr .curr-competitor .comp{width:100%}.results-unit-gtr .current-info-gtr .curr-competitor .comp .top-info{display:flex;gap:.5rem}.results-unit-gtr .current-info-gtr .curr-competitor .comp .top-info .status{align-items:center;border-radius:1rem;display:flex;height:1.375rem;padding:.5em .75em .3rem;font-size:.75rem;font-weight:400}.results-unit-gtr .current-info-gtr .curr-competitor .comp .top-info .status.-last{background-color:#f3f4f6;color:#374151}.results-unit-gtr .current-info-gtr .curr-competitor .comp .top-info .status.-wait{background-color:#fffbeb;color:#d97706}.results-unit-gtr .current-info-gtr .curr-competitor .comp .top-info .status.-curr{background-color:#ecfdf5;color:#059669}.results-unit-gtr .current-info-gtr .curr-competitor .comp .top-info .status.-next{background-color:#f4ecff;color:#d9b7ff}.results-unit-gtr .current-info-gtr .bottom-info{align-items:center;display:flex;gap:1rem}.results-unit-gtr .current-info-gtr .bottom-info .rk{font-size:.75rem;font-weight:500}.live-view-units{width:100%}.live-view-units .list-units-gtr{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.live-view-units .list-units-gtr .cis-live-schedule-item.unit-card{border:1px solid #e7e7e7;height:100%;width:27.4rem}.live-view-units .list-units-gtr .cis-live-schedule-item.unit-card .cis-live-title.unit-info{display:flex;justify-content:space-between}.live-view-units .list-units-gtr .cis-live-schedule-item.unit-card .cis-live-title.unit-info .schedule-info{width:calc(100% - 50px)}.live-view-units .list-units-gtr .cis-live-schedule-item.unit-card .cis-live-title.unit-info .schedule-info .schedule-info-ubi{justify-content:flex-start}.live-view-units .list-units-gtr .list-comp-item{align-items:center;color:#333;display:flex}.live-view-units .list-units-gtr .list-comp-item:nth-child(2n){background:var(--gray-200, #f8f8f8)}.live-view-units .list-units-gtr .list-comp-item.curr-competitor{background:linear-gradient(90deg,#1cc66b99,#fff 23%)}.live-view-units .list-units-gtr .list-comp-item.last-competitor{background:linear-gradient(90deg,#ffd20099,#fff 23.5%)}.live-view-units .list-units-gtr .list-comp-item .b-label-player{color:inherit;display:flex;flex:1;gap:1rem}.live-view-units .list-units-gtr .list-comp-item .b-label-player .player-profile{color:inherit}.live-view-units .list-units-gtr .list-comp-item .b-label-player .player-info .surname{font-size:.875rem;font-weight:600}.live-view-units .list-units-gtr .list-comp-item .b-label-player .player-info .name{font-size:.875rem;font-weight:400}.live-view-units .list-units-gtr .list-comp-item .rank,.live-view-units .list-units-gtr .list-comp-item .result{display:flex;justify-content:center;padding:.6125rem 0;font-size:.875rem;font-weight:600}.live-view-units .list-units-gtr .list-comp-item .rank{width:2.5rem}.live-view-units .list-units-gtr .list-comp-item .result{min-width:3rem}.player-info .surname{font-size:.875rem;font-weight:600}.player-info .name{color:gray;font-size:.875rem;font-weight:400}.b-h2h-results.KTE .b-match-competitors .b-match-extra{background-color:#fdfdfd;display:flex;flex-direction:column;margin:0}@media (min-width: 992px){.b-h2h-results.KTE .b-match-competitors .b-match-extra{flex-direction:row}}.b-h2h-results.KTE .b-match-competitors .b-match-extra .color{margin-top:.2rem}.b-h2h-results.KTE .b-match-competitors .b-match-extra .versus{display:none}.b-h2h-results.KTE .b-match-competitors .b-match-extra .home,.b-h2h-results.KTE .b-match-competitors .b-match-extra .away{flex:1}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail{align-items:center;display:flex;flex-direction:column;font-family:inherit;gap:.4rem;justify-content:center;margin-top:.2rem;padding:.4rem}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .detail-title span{font-weight:600}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .points{display:flex;flex-direction:column;margin-bottom:1.2rem;width:95%}@media (min-width: 768px){.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .points{flex-direction:row}}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .points .senshu{align-content:center;background-color:#f4f4f4;border:1px solid #a1a1a1;border-radius:5px;color:#a1a1a1;margin:.2rem;padding:2px 4px;text-align:center;width:clamp(5rem,5vw,3rem)}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .points .senshu.red{background-color:#e00;border:1px solid transparent;color:#fdfdfd}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .points .senshu.blue{background-color:#00f;border:1px solid transparent;color:#fdfdfd}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .points .point{border-bottom-left-radius:5px;border-bottom-right-radius:5px;flex:1;margin:.2rem}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .points .point.red{border:1px solid #e00}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .points .point.blue{border:1px solid #00f}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .points .point .code{align-items:center;color:#fdfdfd;display:flex;justify-content:center;text-align:center;width:100%}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .points .point .code span{font-size:.9rem;font-weight:500}@media (min-width: 768px){.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .points .point .code span{font-size:1rem;font-weight:500}}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .points .point .code.red{background-color:#e00}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .points .point .code.blue{background-color:#00f}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .points .point .value{align-items:center;display:flex;justify-content:center}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .points .point .value span{font-size:1rem;font-weight:600;padding-top:.2rem}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .title-fault{font-weight:600}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .faults-box{display:flex;flex-wrap:wrap;gap:.375rem;justify-content:space-around;margin-bottom:1.2rem;margin-top:.2rem;width:80%}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .faults-box .faults .title{background-color:#f4f4f4;border:1px solid #a1a1a1;color:#a1a1a1;padding:2px 4px;text-align:center;width:clamp(5rem,5vw,3rem)}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .faults-box .faults .title.home-f,.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .faults-box .faults .title.away-f{color:#fdfdfd;font-weight:600;opacity:1}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .faults-box .faults .title.home-f{background-color:#e00;border:1px solid transparent}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .faults-box .faults .title.away-f{background-color:#00f;border:1px solid transparent}.b-h2h-results.KTE .legend{justify-content:center;margin-top:1.25rem}.b-h2h-results.KTE .legend .key{background-color:#e9f7ee;border:1px solid #fff;border-radius:5px;padding:.4625rem}.unit-card.TEN .sch-item-result .split{width:2rem}.unit-card.TEN .sch-item-result .split .h2h-tie-break{color:#a1a1a1;font-size:75%;left:20px;position:absolute;top:-2px}.b-h2h-periods.TEN .ball.tennis,.b-h2h-periods.PDL .ball.tennis{height:20px;margin-inline:.2rem;width:20px}.zzz-result-view .results-unit.row{width:100%}.zzz-result-view .results-unit.row .cis-table-container .cis-tables tbody tr .col.name{max-width:5rem}@media (min-width: 768px){.zzz-result-view .results-unit.row .cis-table-container .cis-tables tbody tr .col.name{max-width:11rem}}@media (min-width: 992px){.zzz-result-view .results-unit.row .cis-table-container .cis-tables tbody tr .col.name{max-width:22rem}}@media (min-width: 1220px){.zzz-result-view .results-unit.row .cis-table-container .cis-tables tbody tr .col.name{max-width:none}}.row-live{width:100%}.row-live .unit-card{height:100%}.b-h2h-results.TKW .split-wrap{display:flex;gap:.5rem;padding-bottom:.25rem}.b-h2h-results.TKW .split-wrap .tkw-result-detail{display:flex;flex-wrap:wrap;gap:.2rem}.b-h2h-results.TKW .split-wrap .tkw-result-detail .tkw-action-points{align-items:center;display:flex;font-size:small;height:1.6rem;justify-content:center;width:1.1rem}.b-h2h-results.TKW .home .tkw-action-points{align-items:center;background:linear-gradient(180deg,#2563eb,#043aa8);border-radius:.125rem;color:#fdfdfd;display:flex}.b-h2h-results.TKW .away .tkw-action-points{align-items:center;background:linear-gradient(180deg,red,#e80000);border-radius:.125rem;color:#fdfdfd;display:flex}.b-h2h-results.TKW .legend{align-items:center;display:flex;gap:0;justify-content:center}.b-h2h-results.TKW .legend .card-icons{display:flex;gap:.25rem}.b-h2h-results.TKW .legend .card-icons .blue-card-icon{align-items:center;background:linear-gradient(180deg,#2563eb,#043aa8);border-radius:.125rem;display:flex;height:1rem;justify-content:space-between;width:.75rem}.b-h2h-results.TKW .legend .card-icons .red-card-icon{align-items:center;background:linear-gradient(180deg,red,#e80000);border-radius:.125rem;display:flex;height:1rem;justify-content:space-between;width:.75rem}.b-h2h-periods.TTE .ball.tte,.b-h2h-periods.VVO .ball.vvo,.b-h2h-periods.VBV .ball.vvo{height:20px;margin-inline:.2rem;width:20px}.wlf-results.results-wrapper{align-items:center;flex-flow:row wrap;gap:.6rem;justify-content:center}.wlf-results.results-wrapper .cis-common-aux-tables{width:100%}.wlf-results.results-wrapper .wlf-tab{background-color:#f4f4f4;border:1px solid #e7e7e7;border-radius:.5rem;margin-bottom:.75rem;margin-top:.75rem;max-width:100%;padding:.25rem}.wlf-results.results-wrapper .wlf-tab .b-tab-link{background-color:#f4f4f4;border:none;color:#0e3518;height:2.25rem;justify-content:center;margin:0;width:32%}.wlf-results.results-wrapper .wlf-tab .b-tab-link.active{background-color:#fdfdfd;border:1px solid #e7e7e7;color:#0e3518}.wlf-results.results-wrapper .wlf-tab .b-tab-link p{font-size:.875rem;font-weight:500}.wlf-results.results-wrapper .periods{border-bottom:1px solid #f4f4f4;display:flex;justify-content:space-between;font-size:.875rem;font-weight:400}.wlf-results.results-wrapper .periods:last-child{border-bottom:none}.wlf-results.results-wrapper .extra.sn-result,.wlf-results.results-wrapper .extra.cj-result{background-color:#e9f7ee}.wlf-results.results-wrapper .att.success{color:#059669}.wlf-results.results-wrapper .att.partial-mark{color:#000}.wlf-results.results-wrapper .att.error{color:#ff4f3a;text-decoration:line-through}.b-h2h-results.WRE .wre-result-detail{display:flex;flex-wrap:wrap;gap:.2rem}.b-h2h-results.WRE .wre-action-points{align-items:center;color:#fdfdfd;display:flex;font-size:small;height:1.6rem;justify-content:center;width:1.1rem}.b-h2h-results.WRE .legend{justify-content:center;margin-top:1.25rem}.b-h2h-results.WRE .legend .key{background-color:#e9f7ee;border:1px solid #fff;border-radius:5px;padding:.4625rem}.b-h2h-results.WRE .legend .key .code{background-color:red;color:#f4f4f4;padding:0 .3rem}.b-h2h-results.WRE .legend .key .second-desc{background-color:#00f}.b-h2h-results.WRE .legend .key:first-child{background-color:transparent;border:0}.b-h2h-results.WRE .warnings{background-color:#ffd200;height:2rem;line-height:2rem;width:3rem}.b-h2h-results.WRE .home .wre-action-points{background-color:#e00}.b-h2h-results.WRE .away .wre-action-points{background-color:#00f}.b-h2h-results.WRE .red{background-color:#e00}.b-h2h-results.WRE .blue{background-color:#00f}.b-h2h-results.WRE .split-wrap.TKW{display:flex;gap:.5rem;padding-bottom:.25rem}html{background-color:#f8faff;font-family:Inter,sans-serif}html input,html button,html textarea{font-family:Inter,sans-serif}html button{background-color:transparent;border-style:none}html button:hover{cursor:pointer}
