@import"https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;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}:root{--color-stats-home: rgb(230, 32, 55);--color-stats-away: #000;--color-stats-women: rgb(230, 32, 55);--color-stats-men: #000}:root{--font-primary: Cadiz, sans-serif;--font-secondary: Cadiz, sans-serif}:root{--partic-org-title-height: 66px}@keyframes status-live{0%{transform:scale(.2)}to{transform:scale(.95)}}*{box-sizing:border-box;line-height:1.2;margin:0;padding:0}:root{font-size:.9rem}html{color:#000;font-family:Cadiz,sans-serif;font-size:1rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center}body{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}li{list-style-type:none}a{cursor:pointer;text-decoration:none}#app{min-height:100vh}.text-sm{font-size:80%}.text-lg{font-size:110%}.banner-env{align-items:center;background-color:#e62037;border-right:1px solid black;border-top:1px solid black;bottom:0;color:#fff;display:flex;height:2.25rem;justify-content:center;left:0;padding:.4rem 1rem;position:fixed;z-index:99}.v-idle{display:none}.flag-lg{border-radius:3px;height:70px}.flag-md{border-radius:3px;height:24px;margin:.45rem}.flag-sm{border-radius:3px;font-size:.7rem;height:1.1528rem;margin:.25rem;width:1.6139rem}.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}:root{font-size:.85rem}@media (min-width: 430px){:root{font-size:1rem}}@media (min-width: 540px){:root{font-size:1rem}}@keyframes parpadeo-live{0%{background-color:#fff}50%{background-color:#e8536498}to{background-color:#fff}}@keyframes parpadeo-live-b{0%{border-top:4px solid white}50%{border-top:4px solid #fff}to{border-top:4px solid white}}@keyframes slide-top{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes slide-top-extra{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-70px);transform:translateY(-70px)}}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-fade-enter-active{transition:all .4s ease-out}.slide-fade-leave-active{transition:all .2s cubic-bezier(1,.5,.8,1)}.slide-fade-enter-from,.slide-fade-leave-to{opacity:0;transform:translate(20px)}.btn{--bs-btn-padding-x: .75rem;--bs-btn-padding-y: .375rem;--bs-btn-font-family: $font-secondary;--bs-btn-font-size: 1rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: $btn-txt;--bs-btn-bg: transparent;--bs-btn-border-width: 1px;--bs-btn-border-color: transparent;--bs-btn-border-radius: .375rem;--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: $btn-shadow;--bs-btn-disabled-opacity: .65;--bs-btn-focus-box-shadow: 0 0 0 .25rem rgb(var(--bs-btn-focus-shadow-rgb) / 50%);background-color:var(--bs-btn-bg);border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);color:var(--bs-btn-color);cursor:pointer;display:inline-block;font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);gap:.5rem;line-height:var(--bs-btn-line-height);padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle}.btn.btn-primary{background-color:#e62037;color:#fff}.btn.btn-cancel{background-color:transparent;border:1px solid #444;border-radius:19px;color:#444;display:flex;font-family:Cadiz,sans-serif;font-weight:800;gap:.5rem;justify-self:center;padding:.5rem 1rem;text-transform:uppercase}.btn.btn-cancel .fa-filter:before{content:""}.btn.btn-cancel .fa-circle-arrow-down{transform:rotate(90deg)}.btn.btn-cancel .fa-circle-arrow-down:before{content:""}.btn.btn-cancel i{padding:0}.btn.btn-ok{background-color:#000;border:1px solid rgba(85,85,85,.43);border-radius:19px;color:#fff;font-family:Cadiz,sans-serif;font-weight:800;gap:.5rem;padding:.5rem 1rem;text-transform:uppercase}.btn.btn-mid{background-color:#e620371a;color:#fff}.btn i{padding-inline-end:.5rem}.btn .pointer{cursor:pointer}@keyframes slide-left{0%{-webkit-transform:translateX(0) rotate(90deg);transform:translate(0) rotate(90deg)}to{-webkit-transform:translateX(-100px) rotate(90deg);transform:translate(-100px) rotate(90deg)}}.page-content{margin:0 auto;padding:0 .5rem;width:min(100%,1140px)}@media (min-width: 540px){.page-content{padding:0 1rem}}@media (min-width: 768px){.page-content{padding:0 2rem}}@media (min-width: 1220px){.page-content{padding:0}}.full-width{margin:0 calc((100vw - var(--scrollbar-width) - 100%) / -2)}.content{margin:0 auto;width:100%}.content.lg{max-width:900px}.content.md{max-width:680px}.content.sm{max-width:540px}#app main{min-height:80vh;padding-top:8rem}#app main.discipline-view{padding-top:11rem}#app main .schedule-view{position:relative;z-index:5}#app main.disc_results{padding-top:0}.centered{display:flex;justify-content:center}.b-modal{background-color:#f1f1f1;display:flex;flex-direction:column}.b-modal .b-modal-header{align-items:center;background-color:#000;color:#fff;display:flex;justify-content:space-between;padding:1rem;position:sticky;top:0;z-index:100}.b-modal .b-modal-header i{color:#fff;cursor:pointer}@media (min-width: 768px){.b-modal .b-modal-header{padding:1rem 2rem}}.b-modal .b-modal-body{flex:1;padding:1rem}@media (min-width: 768px){.b-modal .b-modal-body{padding:2rem}}.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-clip:padding-box;background-color:#fff;border:1px solid #8d8d8d;color:#232921;display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.form-control-lg{font-size:1.25rem;min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem}.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: 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}}.grid2-1{display:grid;gap:1.25rem}@media (min-width: 768px){.grid2-1{grid-template-columns:repeat(2,1fr)}}.grid3-2-1{display:grid;gap:1.25rem}@media (min-width: 768px){.grid3-2-1{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.grid3-2-1{grid-template-columns:repeat(3,1fr)}}.grid-wrap{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.grid-row{display:flex;flex-flow:row wrap;padding:.6rem 0}.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.titles{color:#000;font-size:.8rem;font-weight:500}.grid-row:not(.titles)+.grid-row{border-top:1px solid #f1f1f1}.info-legends{display:flex;font-weight:600;gap:1rem;justify-content:flex-end;margin:1.5rem 0 1rem;padding:.4rem 1rem;width:100%}.info-legends .live-cont,.info-legends .live,.info-legends .comp-days,.info-legends .medals-days{border-radius:1.2rem;font-size:1.1rem;padding:2px 9px 3px}.info-legends .medals-days{background:#e8b04b;color:#fff}.info-legends .live small:not(:last-child),.info-legends .live-cont small:not(:last-child){margin-right:.375rem}.info-legends .live{animation:parpadeo-live 2.5s infinite;cursor:pointer}.info-legends .live-cont{align-items:center;background-color:#fff;border:1px solid #dcdcd9;display:flex;padding-bottom:1px}.info-legends .comp-days{background:#e62037;color:#fff}.info-legends.legends-days{margin-bottom:0}.vs__dropdown-menu{z-index:2041}.vue-neat-modal{border-radius:0}.vue-neat-modal-backdrop,.vue-neat-modal-wrapper{z-index:14}.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%)}body.dir-rtl{direction:rtl}body.dir-rtl .vue-neat-modal.move-left-enter-from,body.dir-rtl .vue-neat-modal.move-left-leave-to{transform:translate(-100%)}body.dir-rtl .vue-neat-modal.move-right-enter-from,body.dir-rtl .vue-neat-modal.move-right-leave-to{transform:translate(100%)}body.dir-rtl .no-rtl{direction:unset}.collapse{transition:height var(--vc-auto-duration) ease-out}@font-face{font-display:swap;font-family:Cadiz;font-style:normal;font-weight:900;src:url(/assets/woff2/Cadiz-Black.DBcOb0_h.woff2) format("woff2")}@font-face{font-display:swap;font-family:Cadiz;font-style:normal;font-weight:700;src:url(/assets/woff2/Cadiz-Bold.CSPv-Dow.woff2) format("woff2")}@font-face{font-display:swap;font-family:Cadiz;font-style:normal;font-weight:400;src:url(/assets/woff2/Cadiz-Regular.BHkdMMFH.woff2) format("woff2")}@font-face{font-display:swap;font-family:susfont;font-style:normal;font-weight:400;src:url(/assets/ttf/susfont.B2s08n2c.ttf) format("truetype")}.b-label-status{gap:.2rem}.b-label-status.live,.b-label-status.running,.b-label-status.getting_ready{background-color:#ecfdf5}.b-label-status.official,.b-label-status.finished{background-color:#fef2f2}.b-label-status.delayed,.b-label-status.intermediate,.b-label-status.unofficial,.b-label-status.postponed,.b-label-status.interrupted,.b-label-status.provisional,.b-label-status.protested,.b-label-status.start_list{background-color:#fffbeb}.b-label-status.unscheduled,.b-label-status.unconfirmed,.b-label-status.scheduled,.b-label-status.rescheduled,.b-label-status.schedule_break,.b-label-status.canceled,.b-label-status.cancelled{background-color:#f3f4f6}.b-label-status.live,.b-label-status.running,.b-label-status.getting_ready{color:#059669}.b-label-status.official,.b-label-status.finished{color:#ff4f3a}.b-label-status.delayed,.b-label-status.intermediate,.b-label-status.unofficial,.b-label-status.postponed,.b-label-status.interrupted,.b-label-status.provisional,.b-label-status.protested,.b-label-status.start_list{color:#d97706}.b-label-status.unscheduled,.b-label-status.unconfirmed,.b-label-status.scheduled,.b-label-status.rescheduled,.b-label-status.schedule_break,.b-label-status.canceled,.b-label-status.cancelled{color:#374151}.b-label-status.border.live,.b-label-status.border.running,.b-label-status.border.getting_ready{border:1px solid #059669}.b-label-status.border.official,.b-label-status.border.finished{border:1px solid #ff4f3a}.b-label-status.border.delayed,.b-label-status.border.intermediate,.b-label-status.border.unofficial,.b-label-status.border.postponed,.b-label-status.border.interrupted,.b-label-status.border.provisional,.b-label-status.border.protested,.b-label-status.border.start_list{border:1px solid #d97706}.b-label-status.border.unscheduled,.b-label-status.border.unconfirmed,.b-label-status.border.scheduled,.b-label-status.border.rescheduled,.b-label-status.border.schedule_break,.b-label-status.border.canceled,.b-label-status.border.cancelled{border:1px solid #374151}.b-label-status.is-live i{animation:status-live 1s infinite}.b-units-container,.b-units-container .b-list-unit-wrapper ul{display:flex;flex-direction:column;gap:1rem}.b-units-container .b-list-unit-wrapper .unit-status{font-weight:600}.b-units-container .b-list-unit-wrapper .unit-status i{display:none}.b-units-container .b-list-unit-wrapper .b-unit-wrapper a:hover .schedule-unit .event-desc{opacity:.9}.status-tabs{display:flex;gap:1rem;margin-bottom:2rem}.status-tabs .b-label-status.tab{background-color:unset;border:unset;cursor:pointer;font-weight:600;padding:.2rem 1rem;width:max-content}.status-tabs .b-label-status.tab span{color:#fff;font-size:.875rem;font-style:normal;font-weight:700;line-height:1.08rem;text-transform:uppercase}.status-tabs .b-label-status.tab i{display:none}.status-tabs .b-label-status.tab:hover,.status-tabs .b-label-status.tab.active{border-bottom:2px solid #000;color:#000}.status-tabs .b-label-status.tab span{color:#000}.status-tabs .b-label-status.tab:hover,.status-tabs .b-label-status.tab.active{border-bottom:2px solid rgb(230,32,55)}.disc-schedule-date{position:relative}.b-badge{align-items:center;color:#fff;display:flex;flex-direction:row;font-size:smaller;gap:.5rem;justify-content:center}.b-badge .icon{margin:0 .3rem}.b-badge.reverse{flex-direction:row-reverse}.b-badge.bg-badge{background-color:#000000b3;border:#f1f1f1;border-radius:1rem;color:#fff;padding:.5rem .8rem}.b-badge.bg-badge .icon{color:#005cb1b3}.b-collapse-header{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:.25rem .5rem}.b-collapse-header .b-collapse-title{flex:1 0}.b-collapse-header .b-collapse-trigger{border-radius:50%;display:flex;flex:0 0 auto;font-size:1rem;margin-left:.6rem;padding:1rem .5rem;transition:all .5s ease}.b-collapse-header.start .b-collapse-title{text-align:start}.b-collapse-header.end .b-collapse-title{text-align:end}.b-collapse-header:hover{cursor:pointer}.b-collapse-header:hover .disc-desc{opacity:.7}.b-collapse-header.open .b-collapse-trigger{transform:rotate(180deg)}.b-collapse-content{padding-top:.25rem}.b-collapse-trigger>span,.b-collapse-trigger .icon-set{transition:transform .5s ease}.b-collapse-trigger:hover{cursor:pointer;opacity:.5}.b-collapse-trigger.oncollapsed>span,.b-collapse-trigger.oncollapsed .icon-set{transform:rotate(0)}.b-collapse-trigger.onexpanded>span,.b-collapse-trigger.onexpanded .icon-set{transform:rotate(180deg)}.b-empty-data{align-items:center;background-color:#fff3cd;border:1px solid #ffe69c;border-radius:.375rem;color:#997404;display:flex;gap:.7rem;justify-content:center;margin:1rem 0;padding:1rem}.b-empty-data i{color:#997404}.b-modal.filters-modal .disc-search{align-items:center;display:flex;margin-bottom:1rem}.b-modal.filters-modal .disc-search i{margin:0 1%}.b-modal.filters-modal .filter-container{margin-bottom:1rem;text-align:start}.b-modal.filters-modal .filter-container .vs__selected{border:none;border-radius:20px;gap:.4rem;justify-content:space-between;line-height:0;margin:0;padding:0 .7em}.b-modal.filters-modal .filter-container label{font-size:85%;text-align:start}.b-modal.filters-modal .filter-container .b-filter{font-size:80%}.filters-modal-wrapper{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}.filters-modal-wrapper .filter-selected{align-items:center;background:#ffffff52;border-radius:2.375rem;color:#fff;display:flex;font-family:Cadiz,sans-serif;font-size:.875rem;gap:.5rem;justify-content:center;margin-bottom:.5rem;padding:.64rem .375rem}.filters-modal-wrapper .filter-selected .text{min-width:6rem}.filters-modal-wrapper .filter-selected i{cursor:pointer}.b-modal.filters-modal .filter-container .vs__selected{border-radius:0}.filters-modal-wrapper .filter-selected{background:#e62037;border-radius:0}.b-disc-label{align-items:center;display:flex;font-size:1.75rem;font-weight:500;gap:.5rem;justify-content:flex-start}.b-disc-label.center{justify-content:center}.b-disc-label.end{justify-content:flex-end}.b-disc-label .disc-desc.sm{font-size:.875rem}.b-disc-label .disc-desc.md{font-size:1rem}.b-disc-label .disc-desc.lg{font-size:1.5rem}.b-label-org{align-items:center;display:flex;flex-direction:row;gap:.2rem;justify-content:flex-start}.b-label-org .flag.org-flag{border-radius:3px;margin:3px}.b-label-org .org-code{color:#444;font-family:Cadiz,sans-serif;font-size:.625rem;font-style:italic;font-weight:300;line-height:1.5}.b-label-org .org-desc{font-weight:500;text-align:start}.b-label-org.round .flag.org-flag{border-radius:50%;height:2rem;object-fit:cover;object-position:50% 50%;width:2rem}.b-label-org.reverse{flex-direction:row-reverse}.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:.3rem}.b-label-player .player-profile{color:#444;display:block}.b-label-player .player-profile .player-data{align-items:center;display:flex;gap:.3rem;justify-content:flex-start}.b-label-player .player-profile .player-data+.player-data{margin-top:.2rem}.b-label-player .player-profile .player-name{display:inline-flex;flex-wrap:wrap;font-family:Cadiz,sans-serif;gap:.3rem;text-align:left}.b-label-player .player-profile .player-name span{font-weight:400}.b-label-player .player-profile .player-name span.first-name{font-weight:300}.b-label-player .player-profile .med-class{font-size:small;font-style:italic;text-align:start}.b-label-player .avatar{border-radius:50%;height:2.6rem;overflow:hidden;position:relative;width:2.6rem}.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}.b-loading-dots{align-items:center;display:flex;justify-content:center}.b-loading-dots .b-loading-ellipsis{display:block;height:50px;position:relative;width:80px}.b-loading-dots .b-loading-ellipsis div{animation-timing-function:cubic-bezier(0,1,1,0);background:#000;border-radius:50%;height:16px;position:absolute;top:18px;width:16px}.b-loading-dots .b-loading-ellipsis div:nth-child(1){animation:lds-ellipsis1 .6s infinite;left:8px}.b-loading-dots .b-loading-ellipsis div:nth-child(2){animation:lds-ellipsis2 .6s infinite;left:8px}.b-loading-dots .b-loading-ellipsis div:nth-child(3){animation:lds-ellipsis2 .6s infinite;left:32px}.b-loading-dots .b-loading-ellipsis div:nth-child(4){animation:lds-ellipsis3 .6s infinite;left:56px}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}.progress-bar-box{background-color:#f5f5f5;padding:1.2rem 2rem}.progress-bar-box .progress-bar-bone{background-color:#fff;border:1px solid #999;border-radius:4px;margin-bottom:1.2rem;position:relative}.progress-bar-box .progress-bar{background-color:#e62037;border-radius:4px;height:100%;transition:"width 0.3s"}.progress-bar-box .progress-bar .percent-progress{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.progress-bar-box .successfully-text p{color:#000;display:flex;font-weight:600;gap:4px;justify-content:center}.progress-bar-box .successfully-text .error-message{color:#ff4f3a;font-weight:600;margin-top:4px}.progress-bar-box .progress-download-icon{align-items:center;display:flex;justify-content:center;margin-top:1rem}.progress-bar-box .progress-title{font-weight:600;margin-bottom:.75rem}.progress-bar-box .btn-ok{margin-top:1.2rem}.progress-bar-box .btn-ok:disabled{opacity:.3}.b-loading-spinner{display:flex;justify-content:center;width:100%}.b-loading-spinner .b-spinner{animation:rotation 1s linear infinite;border:5px solid #000;border-bottom-color:transparent;border-radius:50%;box-sizing:border-box;display:inline-block;height:48px;width:48px}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.b-select{border:none;border-radius:11px;gap:.4rem;justify-content:space-between;line-height:0;margin-bottom:.5rem;margin-top:0}.b-select .vs__dropdown-toggle{background-color:#fff;border:1px solid #dcdcd9;border-radius:0;padding:.25rem .5rem}.b-select .vs__actions{color:#fff;cursor:pointer}.b-select .vs__actions svg{fill:#5555556e}.b-select-disc .vs__search{font-family:Cadiz,sans-serif}.b-tab,.b-tab-selector{display:flex;flex-flow:row wrap;gap:1rem;justify-content:center;padding:1rem 0}@media (min-width: 768px){.b-tab,.b-tab-selector{column-gap:1rem}}.b-tab .b-tab-link,.b-tab-selector .b-tab-link{align-items:center;background-color:#fff;border:1px solid rgba(33,33,33,.38);border-radius:38px;color:#000;cursor:pointer;display:flex;font-size:.9rem;gap:.6rem;padding:.6rem 1.5rem;transition:all .3s ease}.b-tab .b-tab-link:hover,.b-tab .b-tab-link.active,.b-tab-selector .b-tab-link:hover,.b-tab-selector .b-tab-link.active{background-color:#000;color:#fff}.b-tab .b-tab-link i.b-tab-icon,.b-tab-selector .b-tab-link i.b-tab-icon{display:none}.b-tab .b-tab-link span,.b-tab-selector .b-tab-link span{font-size:.9rem;font-weight:700;text-transform:uppercase}.b-tab .b-tab-link .fa-dot-circle,.b-tab-selector .b-tab-link .fa-dot-circle{animation:status-live 1s infinite}.b-tab .b-tab-link,.b-tab-selector .b-tab-link{border:1px solid black;border-radius:0}.b-tab-results{background-color:#000;display:flex;flex-wrap:wrap;justify-content:center}.b-tab-results>.b-tab-link{color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:1rem;text-align:center;text-transform:uppercase}.b-tab-results>.b-tab-link:hover,.b-tab-results>.b-tab-link.active{border-bottom:3px solid white}.b-tab-results>.b-tab-link:hover,.b-tab-results>.b-tab-link.active{border-bottom:3px solid rgb(230,32,55)}.update-app-modal{border-radius:5px;overflow:hidden}.update-app-modal .update-app-info{align-items:center;display:flex;flex-direction:column}.update-app-modal .update-link{align-items:center;background-color:#e62037;border-radius:.2rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;margin-bottom:.2rem;margin-top:.5rem;padding:.4rem .8rem}.b-title{color:#fff;font-family:Cadiz,sans-serif;font-size:1.5rem;font-weight:900;line-height:2.28rem;padding:.5rem 0 1rem;text-align:left;text-transform:uppercase;word-wrap:break-word}@media (min-width: 768px){.b-title{font-size:1.75rem}}.b-title.rtl{text-align:right}.b-title{color:#e62037}.b-title-section{align-items:center;color:#000;display:flex;flex-direction:row;font-size:1.4rem;font-weight:700;gap:.4rem;justify-content:flex-start;padding:.7rem .6rem;word-wrap:break-word}.b-title-section.sticky{background-color:#fff;position:sticky;z-index:3}.b-title-section.rtl{border-left:unset}.b-days-box-div{display:flex;justify-content:center}.b-days-box-div .b-days-box{display:flex;flex-wrap:nowrap;gap:.5rem;justify-content:start;margin-bottom:1.5rem;overflow-x:auto;padding:.6rem 0 .4rem;scrollbar-color:#fff #dcdcd9}.b-days-box-div .b-days-box .sch-day-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;border-radius:0;font:inherit;margin:0;padding:0;text-align:inherit}.b-days-box-div .b-days-box .sch-day-link.landing i{font-size:1.25rem}.b-days-box-div .b-days-box .b-day-label{border:none;color:#212121;cursor:pointer;font-family:Cadiz,sans-serif;height:5rem}.b-days-box-div .b-days-box .b-day-label .weekday{font-weight:400}.b-days-box-div .b-days-box .b-day-label .day-number{font-weight:700}.b-days-box-div .b-days-box .b-day-label.active{transform:translateY(-.5rem);transition:all .2s ease-out}.b-days-box-div .b-days-box .b-day-label:hover,.b-days-box-div .b-days-box .b-day-label.active{backface-visibility:hidden;background-color:#000;color:#fff}.b-days-box-div .b-days-box::-webkit-scrollbar{background:#e620371a;height:4px}.b-days-box-div .b-days-box::-webkit-scrollbar-thumb:horizontal{background:#e7def2;border-radius:30px}.b-days-box-div .b-days-box .b-day-label{background-color:#fff;border:1px solid black}.b-day-label{align-items:center;background-color:#fff;border-radius:20px;box-shadow:1px 2px 10px #0101011a;color:#1d1e1c;cursor:pointer;display:flex;flex-direction:column;justify-content:center;transition:transform .2s ease;width:4.75rem}.b-day-label .weekday,.b-day-label .day-number{font-size:1.1rem;font-weight:600}.b-day-label .weekday{text-transform:uppercase}.b-day-label .day-number{padding:.4rem 0}.b-day-label.competition{background:#e62037;color:#fff;font-family:Cadiz,sans-serif}.b-day-label.medals{background:linear-gradient(180deg,#f8c323,#f8c323);color:#fff}.b-day-label{border-radius:0;box-shadow:unset;font-family:Cadiz,sans-serif}.b-day-label.competition{font-family:Cadiz,sans-serif}.b-day-label:hover{background-color:#c51e2e}.btn-show-filters{background-color:#000;border:none;border-radius:.3rem;color:#fff;cursor:pointer;font-size:1rem;margin-bottom:1rem;padding:.5rem .7rem;position:relative}@media (min-width: 768px){.btn-show-filters{margin-bottom:0;position:absolute;right:0;top:-174px}.btn-show-filters:hover{background-color:#fff;color:#000}.btn-show-filters.rtl{left:0;right:auto}}.btn-show-filters:active{background-color:#fff;color:#e62037}.btn-show-filters .num-filter-active{background-color:#e620371a;border-radius:1rem;bottom:-.8rem;color:#000;font-size:.6rem;font-weight:700;padding:.25rem .45rem;position:absolute;right:-.6rem}.filters-schedule-daily{display:flex;flex-wrap:wrap;justify-content:center}.slider-container{flex:0 0 100%}@media (min-width: 768px){.slider-container{flex:0 0 50%}}.slider-cont{color:#fff;margin:0 auto;width:95%}@media (min-width: 768px){.slider-cont{width:100%}}.slider-cont.rtl p{text-align:right}.slider-cont p{margin-bottom:1rem;text-align:left}.custom-slider{--thumb-radius: .9rem;--track-height: .3rem}.custom-slider.minmax{--progress-left: 0%;--progress-right: 0%;background:#dcdcd9;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:#b81a2c;border-radius:50%;height:var(--track-height)}.custom-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#b81a2c;border:1px solid rgb(230,32,55);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:#b81a2c;border:1px solid rgb(230,32,55);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:#f3909b;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;flex:0 0 100%;justify-content:center;margin-top:1.5rem}@media (min-width: 768px){.filter-switch-wrapper{flex:0 0 20%;justify-content:flex-end;margin-top:unset}}.filter-wrapper{align-items:center;display:flex;flex:0 1 100%;justify-content:center}.filter-wrapper .b-switch-input p{color:#fff}.filter-clear-wrapper{align-items:center;display:flex;flex:1;justify-content:flex-end;margin:2rem 0}.b-switch-filter{display:flex;gap:1rem}.b-switch-input{align-items:center;display:flex;gap:.5rem}.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 .switch{display:inline-block;height:24px;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:#fff;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:#e62037}.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 #e62037}.b-select-input select,.b-event-input select{height:30px;width:100%}.clear-filters button{align-items:center;background-color:#f1f1f1;border:none;border-radius:3px;color:#1d1e1c;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:#dcdcd9}}.clear-filters button:active{background-color:#e62037;color:#fff}.clear-filters button:disabled,.clear-filters button[disabled]{background-color:#dcdcd9;border:1px solid #696d6f;color:#696d6f}.filter-selector{align-items:center;display:flex;flex:1;flex-flow:column wrap;justify-content:center;margin-top:1.5rem}@media (min-width: 768px){.filter-selector{flex-direction:row}.filter-selector .select-element .vs__search{color:#696d6f}.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;width:123px}}@media (min-width: 768px) and (min-width: 866px){.filter-selector .select-element .vs__selected{width:146px}}@media (min-width: 768px) and (min-width: 992px){.filter-selector .select-element .vs__selected{width:176px}}@media (min-width: 768px){.filter-selector .select-element .vs__selected+.vs__search{height:0;line-height:0;margin:0;padding:0;width:0}}@media (min-width: 768px){.filter-selector .select-element .vs__selected .vs__deselect{position:absolute;right:.25rem;top:.5rem}}@media (min-width: 768px){.filter-selector .select-element .vs--single .vs__selected{width:104px}}@media (min-width: 768px) and (min-width: 866px){.filter-selector .select-element .vs--single .vs__selected{width:126px}}@media (min-width: 768px) and (min-width: 992px){.filter-selector .select-element .vs--single .vs__selected{width:158px}}@media (min-width: 768px){.filter-selector .select-element .vs--open .vs__selected+.vs__search{margin:inherit}}@media (min-width: 768px){.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{flex:0 1 25%;padding:.5rem;width:100%}.filter-selector .select-element .v-select{background-color:#fff;border-radius:4px}.filter-selector .select-element .v-select input{font-family:inherit}.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}.b-discipline-banner{align-items:center;display:flex;flex-direction:row-reverse;position:relative}.b-discipline-banner .label-icon .picto-box{display:flex;padding-inline-start:.7rem;width:auto}.b-discipline-banner .label-icon .disc-desc{color:#e62037;font-family:Cadiz,sans-serif;font-size:1.1rem;font-weight:700;padding-inline-start:.5rem;text-transform:uppercase}.legend{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:1rem}@media (min-width: 768px){.legend{margin-left:1rem}}.legend .key{background:#f1f1f1;border:none;border-radius:5px;color:#000;font-size:1rem;margin:.2rem;padding:.4rem}.legend .key span{padding:0 .2rem}.b-splash{background:#e62037;gap:2rem;height:100vh;width:100%;align-items:center;display:flex;flex-direction:column;justify-content:center}.b-splash .content{gap:2rem;align-items:center;display:flex;flex-direction:column;justify-content:center}.b-splash .content .b-loading-spinner .b-spinner{border:5px solid white;border-bottom-color:transparent}.b-splash .content .logos{display:flex}.b-splash .content .logos .splash-logo-box{padding:1rem}.b-splash .content .logos .splash-logo-box .splash-logo{background-image:url(/assets/svg/logo-champ-white.Dcw-uVIF.svg);height:9.4rem;width:11rem;background-position:center;background-repeat:no-repeat;background-size:cover}@media (min-width: 540px){.b-splash .content .logos .splash-logo-box .splash-logo{height:13.7rem;width:16rem}}.b-splash .content .message{color:#fff;font-weight:700}.b-splash .bottom{justify-items:center;z-index:1}.b-splash .bottom p{color:#fff;font-family:inherit}.b-splash .bottom .bornan-logo-box{height:4rem;width:4rem}@media (min-width: 540px){.b-splash .bottom .bornan-logo-box{height:7rem;width:9.3rem}}.b-splash .bottom .bornan-logo-box .bornan-logo{background-image:url(/assets/png/bornan1.mLnfxJs3.png);height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:contain}.ath-entries .grid-row{font-size:1.1rem;padding:.5rem 1rem}.ath-entries .grid-row.titles{margin-bottom:.5rem}.ath-entries .grid-row:not(.titles){background-color:#fff;border-radius:2.5rem;box-shadow:0 4px 4px #c5c5c540;height:max-content;margin-bottom:.6rem;padding-bottom:.3rem}.ath-entries .grid-row:not(.titles)+.grid-row{border-top:none}.ath-entries .grid-row .row-one,.ath-entries .grid-row .row-two{gap:.5rem}.ath-entries .grid-row .row-one .col,.ath-entries .grid-row .row-two .col{width:5rem}.ath-entries .grid-row .row-one .col.birth,.ath-entries .grid-row .row-two .col.birth{width:8rem}.ath-entries .grid-row .row-one .col.competitor,.ath-entries .grid-row .row-two .col.competitor{display:flex;flex:1;justify-content:flex-start}.doubles-entries .grid-row.titles{padding:.8rem}.doubles-entries .grid-row .row-one,.doubles-entries .grid-row .row-two{gap:.5rem}.doubles-entries .grid-row .row-one .col,.doubles-entries .grid-row .row-two .col{width:5rem}.doubles-entries .grid-row .row-one .col.birth,.doubles-entries .grid-row .row-two .col.birth{width:6rem}.doubles-entries .grid-row .row-one .col.competitor,.doubles-entries .grid-row .row-two .col.competitor{display:flex;flex:1;justify-content:flex-start}.doubles-entries .grid-row.double.m0{padding-bottom:0}.doubles-entries .grid-row.double.m1{padding-top:3px}.doubles-entries .members+.members{border-top:1px solid #f1f1f1}.doubles-entries .members{background-color:#fff;color:#444;font-size:1.1rem;padding:.8rem}.doubles-entries .members:nth-child(2){border-radius:0}.doubles-entries .members:last-child{border-radius:0}.teams-entries .grid-row .row-one,.teams-entries .grid-row .row-two{gap:.5rem}.teams-entries .grid-row .row-one .col,.teams-entries .grid-row .row-two .col{width:5rem}.teams-entries .grid-row .row-one .col.birth,.teams-entries .grid-row .row-two .col.birth{width:6rem}.teams-entries .grid-row .row-one .col.competitor,.teams-entries .grid-row .row-two .col.competitor{display:flex;flex:1;justify-content:flex-start}.teams-entries .grid-row .row-one .expand,.teams-entries .grid-row .row-two .expand{width:1.2rem}.teams-entries .grid-row .row-one .expand i,.teams-entries .grid-row .row-two .expand i{cursor:pointer}.teams-entries .num-members{color:#e62037;font-size:80%;padding:0 3px;text-align:end}.teams-entries .entries-team{background-color:#fff;border-radius:0;border-top:none;color:#444;font-size:1.1rem;font-weight:900;justify-content:space-between;margin-top:.8rem;padding:.8rem;text-transform:uppercase}.teams-entries .entries-team:hover{opacity:.8}.teams-entries .entries-team.open{border-radius:0}.teams-entries .entries-team .b-collapse-trigger{margin:0;padding:0;width:1.2rem}.teams-entries .collapse{position:relative}.teams-entries .collapse:before{border-top:1px solid rgba(0,0,0,.1882352941);content:"";display:block;left:1.625%;margin:0 auto;position:absolute;top:-12px;width:96.75%}.teams-entries .collapse .b-collapse-content{background-color:#fff;border-radius:0;overflow:hidden;padding-top:0}.teams-entries .collapse .b-collapse-content .team-members{margin-bottom:.5rem;padding:.4rem 1rem}.teams-entries .collapse .b-collapse-content .team-members .grid-row{font-size:.9rem}.teams-entries .collapse .b-collapse-content .team-members .col.pos{width:8rem}.teams-entries .grid-row.titles{border-bottom:1px solid #696d6f}.teams-entries .grid-row:not(.titles)+.grid-row{border-top:unset}.teams-entries .entries-team{border:1px solid #444}.teams-entries .entries-team.open{border-bottom:none}.teams-entries .collapse{border-top:none}.teams-entries .collapse:before{border-top:unset}.teams-entries .collapse .b-collapse-content{border:1px solid #444;border-top:unset}.teams-entries .collapse .b-collapse-content .team-members{display:flex;flex-direction:column;gap:.2rem;padding:0}.teams-entries .collapse .b-collapse-content .team-members .grid-row{padding:.4rem 1rem}.teams-entries .collapse .b-collapse-content .team-members .grid-row:nth-child(odd){background-color:#f1f1f1}.b-list-record{margin-bottom:2rem}.b-list-record .record-event .evt-record-title{background:#f1f1f1;color:#fff;font-family:Cadiz,sans-serif;font-size:1.1rem;font-weight:500;padding:.2rem;text-align:start}.b-list-record .grid-row{color:#000;padding:.6rem 1rem}.b-list-record .grid-row .row-one{display:block}.b-list-record .grid-row .row-one .area{display:flex;gap:.5rem;padding-top:.2rem}.b-list-record .grid-row .row-one .area .indicator{font-weight:800}.b-list-record .grid-row .row-one .area .desc{font-style:italic}.b-list-record .grid-row .row-two{color:#212121;display:block;overflow:unset}.b-list-record .grid-row .row-two .mark-date{align-items:center;display:flex;gap:.5rem;justify-content:flex-end}.b-list-record .grid-row .row-two .mark-date .mark{font-size:1.2rem;font-weight:600}.b-list-record .grid-row .row-two .mark-date .date{text-align:end;width:7rem}.b-list-record .grid-row .row-two .location{font-style:italic;text-align:end}.b-list-record .grid-row.titles .row-one .record{color:#fff;text-align:start}.b-list-record .grid-row.titles .row-two{display:flex;gap:.5rem}.b-list-record .grid-row.titles .row-two .date{text-align:end;width:7rem}.b-list-record .record{border:1px solid #696d6f}.b-list-record .record .record{border:unset}.b-list-record .grid-row.titles .row-one .record{color:#000}.bracket-competitor{align-items:center;background:#fff;border:1px solid rgba(230,32,55,.1);border-radius:0;display:flex;flex-flow:row nowrap;justify-content:flex-start;padding:.2rem .2rem .2rem 0;width:100%}.bracket-competitor .player{flex:1;overflow:hidden;text-align:left}.bracket-competitor .player .b-label-org .flag.org-flag{height:2rem}.bracket-competitor .player .b-label-org .org-desc{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bracket-competitor .score{border:0 solid orange;color:#444;font-size:1.1rem;font-weight:600;justify-self:flex-end;min-width:2rem}.bracket-competitor.winner{background-color:#e620371a;font-weight:600}.bracket-competitor.hl{background-color:#dcdcd9;border:1px solid white;border-radius:0;color:#212121;padding-left:.3rem}.bracket-competitor.hl .score{color:#000}.bracket-match{width:100%}.bracket-match a{color:#000}.bracket-match .info-match{display:flex;flex-direction:column;height:2rem;justify-content:end;margin-bottom:.2rem;overflow:hidden;text-align:start}.bracket-match .info-match>div{color:#e62037;font-size:.9rem;line-height:1.1}.bracket-match .info-match .location{font-size:.8rem;font-style:italic}.bracket-match .info-match .date{color:#000}button.burger{background:transparent;border:none;color:#fff;cursor:pointer;height:28px;outline:none;position:relative}button.burger .action{display:flex;flex:0 0 35px}@media (min-width: 540px){button.burger .action{flex:0 0 50px}}button.burger .action.left{justify-content:start}button.burger.zi{z-index:2042}button.burger.on-dark{color:#fff}button.burger.on-dark:hover{color:#fff;opacity:.5}button.burger .burger-line+.burger-line{margin-top:7px}button.burger .burger-line{background:#fff;display:block;height:2px;margin:0;opacity:1;padding:0;transition:all .5s;width:24px}button.burger.opened .burger-line.top{margin-top:0;transform:rotate(-225deg)}button.burger.opened .burger-line.middle{margin-top:-2px;opacity:0}button.burger.opened .burger-line.bottom{margin-top:-2px;transform:rotate(225deg)}button.burger:hover .burger-line{background:#fff}button.dots{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;gap:3px;height:30px;justify-content:center;position:relative;width:30px}button.dots.zi{z-index:2042}button.dots .dots-col{align-items:center;display:flex;flex-flow:column wrap;justify-content:center}button.dots .dots-col .dot+.dot{margin-top:4px}button.dots .dots-col .dot{background-color:#fff;border-radius:100px;height:4px;transform-origin:center;transition:opacity 1.3s;width:4px}button.dots .dots-col .dot.hidden{opacity:.1}button.dots:hover .dot{background:#000}button.dots:hover .dot{background:#e62037}.b-button-go-back{align-items:center;animation:scale-down .4s ease-in-out;background-color:#000;bottom:2.5rem;color:#fff;cursor:pointer;display:flex;height:2.5rem;justify-content:center;left:1rem;padding:.4rem 1rem;position:fixed;width:2.5rem;z-index:10}.b-button-go-back.rtl{left:unset;right:1rem}.b-button-go-top{align-items:center;animation:scale-down .4s ease-in-out;background-color:#000;bottom:2.5rem;color:#fff;cursor:pointer;display:flex;height:2.5rem;justify-content:center;padding:.4rem 1rem;position:fixed;right:1rem;width:2.5rem;z-index:10}.b-button-go-top.rtl{left:1rem;right:unset}@keyframes scale-down{0%{transform:scale(.1)}to{transform:scale(1)}}.b-button-go-schedule{align-items:center;animation:scale-down .4s ease-in-out;background-color:#e62037;bottom:6rem;color:#fff;cursor:pointer;display:flex;height:2.5rem;justify-content:center;padding:.4rem 1rem;position:fixed;right:1rem;transition:all .3s ease;width:2.5rem;z-index:10}.b-button-go-schedule.moving-to-top{bottom:2.5rem;transition:all .3s ease}.b-button-go-schedule.rtl{left:1rem;right:unset}header.nav-header{background:#000000ad;box-shadow:none;height:6.75rem;position:absolute;width:100%;z-index:10}header.nav-header{background:#000}nav.nav-championship ul.nav-box{display:flex;gap:.8rem;justify-content:space-between}nav.nav-championship ul.nav-box li{display:flex;text-align:left}nav.nav-championship ul.nav-box li .link-box{align-items:center;display:flex}nav.nav-championship ul.nav-box li .link-box a,nav.nav-championship ul.nav-box li .link-box button,nav.nav-championship ul.nav-box li .link-box .discipline-btn-nav{align-items:center;border:1px rgba(255,255,255,.38) solid;border-radius:38px;color:#fff;cursor:pointer;display:flex;font-family:Cadiz,sans-serif;font-size:.8rem;gap:.25rem;line-height:1rem;text-transform:uppercase}nav.nav-championship ul.nav-box li .link-box a.router-link-active,nav.nav-championship ul.nav-box li .link-box button.router-link-active,nav.nav-championship ul.nav-box li .link-box .discipline-btn-nav.router-link-active{background-color:#fff;border-radius:38px;color:#000;font-weight:600}nav.nav-championship ul.nav-box li .link-box a span,nav.nav-championship ul.nav-box li .link-box button span,nav.nav-championship ul.nav-box li .link-box .discipline-btn-nav span{line-height:1;padding:.6rem .9rem}nav.nav-championship ul.nav-box li .link-box a .icon-menu-grid,nav.nav-championship ul.nav-box li .link-box button .icon-menu-grid,nav.nav-championship ul.nav-box li .link-box .discipline-btn-nav .icon-menu-grid{display:flex;gap:.1rem}nav.nav-championship ul.nav-box li .link-box a .icon-menu-grid .disc-icon,nav.nav-championship ul.nav-box li .link-box button .icon-menu-grid .disc-icon,nav.nav-championship ul.nav-box li .link-box .discipline-btn-nav .icon-menu-grid .disc-icon{font-size:1rem}nav.nav-championship ul.nav-box li .link-box a:hover,nav.nav-championship ul.nav-box li .link-box button:hover,nav.nav-championship ul.nav-box li .link-box .discipline-btn-nav:hover{background-color:#fff;color:#000}nav.nav-championship ul.nav-box li .link-box button{background-color:transparent;border:none}.b-burger-menu{background:linear-gradient(0deg,#e62037,#444);display:flex;flex-direction:column;height:100vh;justify-content:space-between}.b-burger-menu .top .burger{height:6.75rem;padding:0 2.5rem;width:100%}.b-burger-menu .top .nav-championship{overflow-y:auto}.b-burger-menu .top .nav-championship ul.nav-box{display:grid;gap:1em;grid-template-columns:minmax(min-content,max-content);grid-template-rows:repeat(5,min-content);top:15%;right:0;bottom:0;left:0;justify-content:start;overflow-y:hidden;padding:0 1.2rem}.b-burger-menu .top .nav-championship ul.nav-box li{text-align:left}.b-burger-menu .top .nav-championship ul.nav-box li .link-box{align-items:center;display:flex}.b-burger-menu .top .nav-championship ul.nav-box li .link-box .icon{display:none}.b-burger-menu .top .nav-championship ul.nav-box li .link-box a{cursor:pointer;font-size:1.1rem}.b-burger-menu .bottom{display:flex;flex-direction:column;gap:2rem;padding-bottom:2rem}.b-burger-menu .bottom .actions{color:#fff;display:flex;gap:.5rem;justify-content:flex-start;min-height:5rem;padding:0 1.2rem}.b-burger-menu .bottom .actions .action-box{align-content:center;height:22px}.b-burger-menu .bottom .actions .action-box i{align-self:center;cursor:pointer;display:flex;font-size:1.1rem}.b-burger-menu .bottom .actions .separator p{font-size:1.2rem}.b-burger-menu .bottom .asu-graphic-wrapper{height:300px;width:100%}.b-burger-menu .bottom .asu-graphic-wrapper .asu-graphic{background-image:url(/assets/svg/graphic-burger-menu.DQa_jAjo.svg);background-position:bottom;background-repeat:no-repeat;background-size:contain;height:100%;width:100%}nav.nav-championship{display:flex;height:100%}nav.nav-championship ul.nav-box{gap:unset}nav.nav-championship ul.nav-box li .link-box a,nav.nav-championship ul.nav-box li .link-box button,nav.nav-championship ul.nav-box li .link-box .discipline-btn-nav{border:0;border-bottom:1px solid rgba(255,255,255,.1);font-family:Cadiz,sans-serif;height:100%}nav.nav-championship ul.nav-box li .link-box a.router-link-active,nav.nav-championship ul.nav-box li .link-box a:hover,nav.nav-championship ul.nav-box li .link-box button.router-link-active,nav.nav-championship ul.nav-box li .link-box button:hover,nav.nav-championship ul.nav-box li .link-box .discipline-btn-nav.router-link-active,nav.nav-championship ul.nav-box li .link-box .discipline-btn-nav:hover{background-color:#e62037;border-radius:0;color:#fff;font-weight:unset}.b-burger-menu{background:#000}.b-burger-menu .top .burger{display:flex;flex-direction:column;justify-content:center}.b-burger-menu .top .nav-championship ul.nav-box{display:flex;flex-direction:column;gap:0;padding:0;width:100%}.b-burger-menu .top .nav-championship ul.nav-box li .link-box{width:100%}.b-burger-menu .top .nav-championship ul.nav-box li .link-box a{border-radius:0;width:100%}.b-burger-menu .bottom .asu-graphic-wrapper .asu-graphic{background-image:unset;background-position:unset;background-repeat:unset;background-size:unset}.discipline-header{background-color:#fff2;padding-top:0}.discipline-header .disc-container{align-items:center;display:flex}.discipline-header .disc-info{flex:1;overflow-x:auto}.discipline-header .disc-name{color:#fff;font-size:1.1rem;line-height:1.4;text-align:start}.discipline-header .disc-picto{margin-right:.5rem;width:auto}.discipline-header .disc-picto svg path{fill:#fff}.discipline-header .disc-picto.rtl{margin-left:.5rem;margin-right:0}.discipline-header .navigation{margin:0 auto;overflow-x:auto;width:95%}.discipline-header .navigation .tabs{display:flex;gap:1rem;justify-content:start;margin-bottom:.6rem}.discipline-header .navigation .tabs .tab a{color:#fff;cursor:pointer;font-size:1rem;text-decoration:inherit;white-space:nowrap}.discipline-header .navigation .tabs .tab a.router-link-active,.discipline-header .navigation .tabs .tab a:hover{border-bottom:1px solid #7dea00;color:#7dea00}@media (min-width: 768px){.discipline-header .navigation .tabs{justify-content:center}}.discipline-header{background-color:#0000004d}.discipline-header .navigation .tabs .tab a.router-link-active,.discipline-header .navigation .tabs .tab a:hover{border-bottom:2px solid #000;color:#000}.discipline-header .disc-picto svg path{fill:revert-layer}.discipline-header ::-webkit-scrollbar{background:#fff;height:3px;width:20px}.discipline-header ::-webkit-scrollbar-thumb:horizontal{background:#e620371a;border-radius:0 60px 60px 0;width:20px}.main-header{align-items:center;display:flex;height:100%}.main-header .logo-bornan-box .logo-bornan{background-image:url(/assets/svg/logo-bornan-b-white.CU4aC3-I.svg);background-position:right center;background-repeat:no-repeat;background-size:contain;height:15px;width:15px}.main-header .menu{align-items:center;display:flex;height:105px;justify-content:space-between;width:100%}.main-header .menu .menu-content{align-items:center;display:flex;justify-content:space-around;width:100%}.main-header .menu .menu-content .menu-section-left{align-items:center;display:flex;flex-direction:row;gap:.5rem}.main-header .menu .menu-content .menu-section-left .logo{padding-right:1rem}.main-header .menu .menu-content .menu-section-left .logo.logo-br-left{border-right:unset;padding-left:1rem;padding-right:unset}.main-header .menu .menu-content .menu-section-left .logo .logo-champ-box .logo-champ{background:url(/assets/svg/logo-champ-white.Dcw-uVIF.svg);background-position:left center;background-repeat:no-repeat;background-size:contain;height:90px;width:75px}.main-header .menu .menu-content .menu-section-right{align-items:center;display:flex;gap:2rem}.main-header .menu .menu-content .menu-section-right .main-actions{align-items:center;color:#fff;display:flex;font-size:large;gap:.8rem}.main-header .menu .menu-content .menu-section-right .main-actions .action-box:hover{color:#000;cursor:pointer}.main-header .menu .menu-content .menu-section-right .main-actions .action-box i{font-size:.8rem}.main-header .menu-content-mobile{align-items:center;display:flex;height:70px;justify-content:space-between;padding:0 2.5rem;width:100%}.main-header .menu-content-mobile .action{display:flex;flex:0 0 35px}@media (min-width: 540px){.main-header .menu-content-mobile .action{flex:0 0 50px}}.main-header .menu-content-mobile .action.left{justify-content:start}.main-header .menu-content-mobile .action.right{justify-content:end;position:relative;z-index:15}.main-header .menu-content-mobile .logos{align-items:center;display:flex;flex-direction:row}@media (min-width: 540px){.main-header .menu-content-mobile .logos{gap:2rem}}.main-header .menu-content-mobile .logos .logo.logo-br-left{border-right:unset;margin-left:.5rem;padding-left:1rem;padding-right:unset}.main-header .menu-content-mobile .logos .logo .logo-champ-box .logo-champ{background:url(/assets/svg/logo-champ-white.Dcw-uVIF.svg);background-position:left center;background-repeat:no-repeat;background-size:contain;height:90px;width:75px}.main-header .menu{height:100%}.main-header .menu .menu-content{height:100%;justify-content:space-between}.main-header .menu .menu-content .menu-section-left{height:100%;padding-inline-start:2rem;width:90%}.main-header .menu .menu-content .menu-section-left .menu-selection{align-items:center;display:flex;height:100%}.main-header .menu .menu-content .menu-section-right{background-color:#e62037;color:#fff;height:100%;justify-content:center;width:10%}.main-header .menu .menu-content .menu-section-right .actions{align-items:center;display:flex;height:100%}.main-header .menu .menu-content .menu-section-right .actions .main-actions{height:100%}.select-times-modal .b-modal-header,.select-lang-modal .b-modal-header{background-color:#5555556e;color:#fff}.select-times-modal .b-modal-header .header-title,.select-lang-modal .b-modal-header .header-title{align-items:center;display:flex;flex-direction:row;gap:.7rem}.select-times-modal .b-modal-header .header-title i,.select-lang-modal .b-modal-header .header-title i{color:#fff}.select-times-modal .b-modal-header i,.select-lang-modal .b-modal-header i{color:#fff;cursor:pointer}.select-times-modal .b-modal-body,.select-lang-modal .b-modal-body{display:flex;flex-direction:column;padding:0}.select-times-modal .b-modal-body .lang,.select-times-modal .b-modal-body .time,.select-lang-modal .b-modal-body .lang,.select-lang-modal .b-modal-body .time{align-items:center;border-bottom:1px solid #f1f1f1;cursor:pointer;display:flex;font-size:larger;justify-content:space-between;overflow:hidden;padding:2rem;position:relative}.select-times-modal .b-modal-body .lang input,.select-times-modal .b-modal-body .time input,.select-lang-modal .b-modal-body .lang input,.select-lang-modal .b-modal-body .time input{left:-9999px;position:absolute}.select-times-modal .b-modal-body .lang input.active+label:before,.select-times-modal .b-modal-body .time input.active+label:before,.select-lang-modal .b-modal-body .lang input.active+label:before,.select-lang-modal .b-modal-body .time input.active+label:before{box-shadow:inset 0 0 0 .4375em #5555556e}.select-times-modal .b-modal-body .lang .left input.active+label:before,.select-times-modal .b-modal-body .time .left input.active+label:before,.select-lang-modal .b-modal-body .lang .left input.active+label:before,.select-lang-modal .b-modal-body .time .left input.active+label:before{box-shadow:inset 0 0 0 .4375em #5555556e}.select-times-modal .b-modal-body .lang label,.select-times-modal .b-modal-body .time label,.select-lang-modal .b-modal-body .lang label,.select-lang-modal .b-modal-body .time label{align-items:center;border-radius:99em;cursor:pointer;display:flex;padding:.375em .75em .375em .375em;transition:.25s ease}.select-times-modal .b-modal-body .lang label:before,.select-times-modal .b-modal-body .time label:before,.select-lang-modal .b-modal-body .lang label:before,.select-lang-modal .b-modal-body .time label:before{background-color:#fff;border-radius:50%;box-shadow:inset 0 0 0 .125em #5555556e;content:"";display:flex;flex-shrink:0;height:1.5em;margin:0 .375em;transition:.25s ease;width:1.5em}.select-times-modal .b-modal-body .lang .right,.select-times-modal .b-modal-body .time .right,.select-lang-modal .b-modal-body .lang .right,.select-lang-modal .b-modal-body .time .right{font-family:Cadiz,sans-serif}.select-times-modal .b-modal-body .lang:hover,.select-times-modal .b-modal-body .time:hover,.select-lang-modal .b-modal-body .lang:hover,.select-lang-modal .b-modal-body .time:hover{background-color:#f7f7f7e8}.select-times-modal .b-modal-body .lang:last-child,.select-lang-modal .b-modal-body .lang:last-child{border-bottom:none}.b-modal.select-times-modal,.b-modal.select-times-modal .b-modal-header{border-radius:0}.b-modal.select-times-modal .b-modal-body .time:nth-child(2){border-radius:0}.b-modal.select-times-modal .b-modal-header{background-color:#000}.b-modal.select-times-modal .b-modal-body .time input.active+label:before{box-shadow:inset 0 0 0 .4375em #000}.language-selector{align-items:flex-start;display:flex;flex-direction:row;font-family:Cadiz,sans-serif;font-size:.75rem;text-transform:uppercase}@media (max-width: 768px){.language-selector{font-weight:700}}.language-selector .globe{background-image:url(/assets/svg/globe.joaxJ920.svg);background-position:center;background-repeat:no-repeat;background-size:contain;cursor:pointer;height:20px;width:20px}.language-selector .lang-list{display:flex;flex-direction:column}.language-selector .lang-list .lang{cursor:pointer;display:none;font-size:1rem;padding:0 .3125rem}.language-selector .lang-list .lang.active{display:flex;flex-direction:row}.language-selector .lang-list .lang span i{cursor:pointer;margin-inline-start:.2rem}.language-selector .lang-list .lang:nth-child(n+2){font-size:1rem}.language-selector .lang-list .lang-options{cursor:pointer;display:flex;justify-content:flex-end}.language-selector .lang-list .lang-options .lang-box{background-color:#fff;color:#e62037;font-size:1rem;padding:.3rem .8rem}.language-selector .lang-list .lang-options .lang-box:hover{background-color:#fff;color:#212121}@media (min-width: 1220px){.language-selector{align-items:center}.language-selector .globe.hide-mobile-xl{cursor:unset;height:15px;padding:0;width:15px}.language-selector .lang-list{align-items:center;flex-direction:row;justify-content:flex-end}.language-selector .lang-list .lang{cursor:pointer}.language-selector .lang-list .lang.active{font-size:.9rem;padding:.3rem}.language-selector .lang-list .lang-options{position:absolute;top:70px}.language-selector .lang-list .lang-options .lang-box{font-size:.9rem}}.b-disc-menu{background:linear-gradient(0deg,#e62037,#212121);background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:100vh;overflow:hidden;padding:0 2.5rem}.b-disc-menu .dots{display:flex;height:6.75rem;justify-content:flex-end}.b-disc-menu .dots.hide-mobile{display:flex!important}.b-disc-menu .disc-search{align-items:center;display:flex;gap:.5rem;margin-bottom:2rem}.b-disc-menu .disc-search i{color:#fff}.b-disc-menu .disc-container{display:grid;gap:.75rem;overflow-y:auto;padding-bottom:2rem}@media (min-width: 768px){.b-disc-menu .disc-container{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1220px){.b-disc-menu .disc-container{grid-template-columns:repeat(3,1fr)}}.b-disc-menu .disc-container .disc-item{padding:.5rem}.b-disc-menu .disc-container .disc-item a{align-items:center;color:#fff;display:flex;font-family:Cadiz,sans-serif;font-size:1.4rem;gap:1rem}.b-disc-menu .disc-container .disc-item a p{text-align:start}@media (min-width: 768px){.b-disc-menu .disc-container .disc-item a p{text-align:center}}@media (min-width: 768px){.b-disc-menu .disc-container .disc-item a{display:block}}.b-disc-menu .disc-container .disc-item .disc-item-picto svg path{fill:#fff}@media (min-width: 768px){.b-disc-menu .disc-container .disc-item .disc-item-picto{margin-bottom:.5rem;width:100%}}.b-disc-menu .disc-container .disc-item:hover a{color:#7dea00}.b-disc-menu .disc-container .disc-item:hover .disc-item-picto svg path{fill:#7dea00}.b-disc-menu{background:#000;background-position:unset;background-repeat:unset;background-size:unset}.b-disc-menu .disc-container .disc-item .disc-item-picto p{text-shadow:-7px 6px 8px rgb(66,68,90)}.b-disc-menu .disc-container .disc-item .disc-item-picto svg{transition:transform .3s ease}.b-disc-menu .disc-container .disc-item .disc-item-picto svg path{fill:revert-layer}.b-disc-menu .disc-container .disc-item:hover a{color:#e62037}.b-disc-menu .disc-container .disc-item:hover .disc-item-picto svg{transform:scale(1.05)}.b-disc-menu .disc-container .disc-item:hover .disc-item-picto svg path{fill:revert-layer}.nav-user .nav-user-buttons{color:unset;display:inline-flex;gap:.4rem}.nav-user .nav-user-buttons button.name{background-color:#e62037;border:none;border-radius:50%;color:#fff;cursor:pointer;display:block;font-size:.8rem;min-height:1.6rem;min-width:1.6rem}.nav-user .nav-user-buttons .logout-btn{background-color:transparent;border-style:none;color:#fff;display:block;font-size:1.1rem;min-height:1.6rem;min-width:1.6rem}.nav-user .nav-user-buttons .logout-btn:hover{cursor:pointer}.nav-user .nav-user-buttons .login{color:#fff;font-size:1.4rem}.b-ath-results,.summary-wrapper{margin-bottom:2rem}.b-ath-results .b-title-section,.summary-wrapper .b-title-section{background-color:unset;border-bottom:1px solid white;color:#fff}.b-ath-results .split-button-container,.summary-wrapper .split-button-container{display:flex;justify-content:end;margin:.5rem 0}.b-ath-results .split-button-container.hide-button,.summary-wrapper .split-button-container.hide-button{visibility:hidden}.b-ath-results .split-button-container button.btn-split,.summary-wrapper .split-button-container button.btn-split{background-color:transparent;border:1px solid white;color:#fff;font-size:.8rem;font-weight:500;min-width:9rem}.b-ath-results .split-button-container button.btn-split:hover,.summary-wrapper .split-button-container button.btn-split:hover{opacity:.8}.b-ath-results .grid-row,.summary-wrapper .grid-row{padding:.6rem 1rem}.b-ath-results .grid-row .rank,.summary-wrapper .grid-row .rank{flex:0 0 1.5rem}@media (min-width: 768px){.b-ath-results .grid-row .rank,.summary-wrapper .grid-row .rank{flex:0 0 4rem}}.b-ath-results .grid-row .bib,.summary-wrapper .grid-row .bib{align-items:center;display:flex;flex:0 0 2.8rem;font-weight:500;justify-content:center;margin:0 .5rem;text-align:center}.b-ath-results .grid-row .bib .bib-data,.summary-wrapper .grid-row .bib .bib-data{background-color:#000;color:#fff;padding:0 .1rem;text-align:center;width:50px}.b-ath-results .grid-row .result,.summary-wrapper .grid-row .result{flex:0 0 5rem}.b-ath-results .grid-row .result.col,.summary-wrapper .grid-row .result.col{font-size:.8rem;font-weight:500}@media (min-width: 768px){.b-ath-results .grid-row .result.col,.summary-wrapper .grid-row .result.col{font-size:1.2rem}}.b-ath-results .grid-row .thousand,.summary-wrapper .grid-row .thousand{display:flex;flex-direction:column}.b-ath-results .grid-row .thousand small,.summary-wrapper .grid-row .thousand small{font-size:14px;font-style:italic;font-weight:300}.b-ath-results .grid-row .diff,.summary-wrapper .grid-row .diff{flex:0 0 5rem}.b-ath-results .grid-row .diff.col,.summary-wrapper .grid-row .diff.col{font-size:1rem;font-weight:300}.b-ath-results .grid-row .extra,.summary-wrapper .grid-row .extra{flex:0 0 4rem}@media (min-width: 540px){.b-ath-results .grid-row .extra,.summary-wrapper .grid-row .extra{flex:0 0 3rem}}@media (min-width: 768px){.b-ath-results .grid-row .extra,.summary-wrapper .grid-row .extra{flex:0 0 4rem}}@media (min-width: 992px){.b-ath-results .grid-row .extra,.summary-wrapper .grid-row .extra{flex:0 0 6rem}}.b-ath-results .grid-row .qa,.b-ath-results .grid-row .rc,.summary-wrapper .grid-row .qa,.summary-wrapper .grid-row .rc{flex:0 0 2rem}.b-ath-results .grid-row .expand,.summary-wrapper .grid-row .expand{flex:0 0 2rem;font-size:.8rem;text-align:center}.b-ath-results .grid-row .expand i,.summary-wrapper .grid-row .expand i{cursor:pointer}.b-ath-results .grid-row.fav-org,.summary-wrapper .grid-row.fav-org{background-color:#e620371a}.b-ath-results .grid-row.titles,.summary-wrapper .grid-row.titles{color:#fff;text-transform:uppercase}.b-ath-results .grid-row:not(.titles)+.grid-row,.summary-wrapper .grid-row:not(.titles)+.grid-row{border-top:none}.b-ath-results .grid-row:not(.titles),.summary-wrapper .grid-row:not(.titles){background-color:#fff;border-radius:2.5rem;box-shadow:0 4px 10px #0000001a;height:fit-content;margin-bottom:.6rem}.b-ath-results .grid-row .row-three .result-details .split-item,.summary-wrapper .grid-row .row-three .result-details .split-item{border-radius:0}.b-ath-results .grid-row .row-three .result-details .split-item .split-desc,.summary-wrapper .grid-row .row-three .result-details .split-item .split-desc{color:#212121}.b-ath-results .grid-row .row-two,.summary-wrapper .grid-row .row-two{flex:1 0 290px;overflow:clip}@media (min-width: 540px){.b-ath-results .grid-row .row-two,.summary-wrapper .grid-row .row-two{flex:1 1 220px}}@media (min-width: 768px){.b-ath-results .grid-row .row-two,.summary-wrapper .grid-row .row-two{flex:1 1 200px}}@media (min-width: 992px){.b-ath-results .grid-row .row-two,.summary-wrapper .grid-row .row-two{flex:1 1 200px}}.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 #f1f1f1;color:#212121;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:#e7def2;color:#fff;direction:ltr;font-size:.8rem;font-weight:500;padding:.1rem .5rem;width:100%}.b-ath-results .result-details .split-item .split-data,.b-current-last .result-details .split-item .split-data{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{font-size:80%;margin-right:3px}.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;font-weight:300;text-align:end}.animated{-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}.b-current-last{align-items:center;display:flex;flex-direction:column;gap:1rem;width:100%}.b-current-last .last-competitor{border:2px solid rgba(230,32,55,.1);width:100%}@media (min-width: 768px){.b-current-last .last-competitor{width:70%}}.b-current-last .last-competitor .last-header{background-color:#e620371a}.b-current-last .last-competitor h3{color:#fff}.b-current-last .last-competitor .last-body{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:.3rem}.b-current-last .last-competitor .last-name-bib{align-items:center;display:flex;gap:1rem;justify-content:center;width:100%}.b-current-last .last-competitor .last-name-bib .b-label-player{font-size:1rem;font-weight:400}.b-current-last .last-competitor .last-name-bib .bib{align-items:center;background-color:#e620371a;display:flex}.b-current-last .last-competitor .last-name-bib .bib span{color:#fff;font-weight:500;padding:.2rem}.b-current-last .last-competitor .last-rank{display:flex;flex-direction:column}.b-current-last .last-competitor .last-rank span{align-items:center;display:flex;font-weight:0;justify-content:center}.b-current-last .last-competitor .last-rank span p{font-size:1.2rem;font-weight:500}.current-competitor{border:2px solid rgb(230,32,55);width:100%}@media (min-width: 768px){.current-competitor{width:70%}}.current-competitor .current-header{background-color:#e62037}.current-competitor .current-header h2{color:#fff}.current-competitor .current-body{display:flex;flex-direction:column;padding:.4rem}.current-competitor .current-body .first-row{align-items:center;display:flex;flex-direction:column;margin-bottom:.4rem}.current-competitor .current-body .first-row .current-pic{align-items:center;display:flex;gap:1rem;justify-content:center;width:100%}.current-competitor .current-body .first-row .current-pic .bib{align-items:center;background-color:#e620371a;display:flex}.current-competitor .current-body .first-row .current-pic .bib span{color:#fff;font-weight:500;padding:.2rem}.current-competitor .current-body .first-row .current-pic .avatar,.current-competitor .current-body .first-row .current-pic .avatar img{height:3.6rem;width:3.6rem}.current-competitor .current-body .first-row .current-bib-name{display:flex;flex-direction:column}.current-competitor .current-body .first-row .current-bib-name .current-bib{display:flex;margin-bottom:.4rem}.current-competitor .current-body .first-row .current-bib-name .current-bib .bib{align-items:center;background-color:#e620371a;display:flex;margin-left:.4rem;padding:0 .2rem}.current-competitor .current-body .first-row .current-bib-name .current-bib .bib span{color:#fff;font-weight:500}.current-competitor .current-body .first-row .current-bib-name .current-name span{font-size:1.4rem;font-weight:500}.current-competitor .current-body .second-row{display:flex;flex-direction:column}.current-competitor .current-body .second-row span{align-items:center;display:flex;font-weight:0;justify-content:center}.current-competitor .current-body .second-row span p{font-size:1.2rem;font-weight:500}.third-row .result-details{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.third-row .result-details .split-item{width:200px}.b-h2h-periods{background-color:#fff;border-bottom:1px solid #f1f1f1;border-radius:0;border-top:1px solid #f1f1f1;display:flex;flex-direction:column;margin-bottom:1rem}.b-h2h-periods .competitor{display:flex;flex-direction:column}.b-h2h-periods .competitor.home,.b-h2h-periods .competitor.away{padding:.35rem 0}.b-h2h-periods .competitor.home.winner1 .detail-results .results-total .h2h-result.total,.b-h2h-periods .competitor.home.winner .detail-results .results-total .h2h-result.total,.b-h2h-periods .competitor.away.winner1 .detail-results .results-total .h2h-result.total,.b-h2h-periods .competitor.away.winner .detail-results .results-total .h2h-result.total{font-weight:600}.b-h2h-periods .competitor.away{flex-direction:column-reverse}@media (min-width: 768px){.b-h2h-periods .competitor,.b-h2h-periods .competitor.away{flex-direction:row}}.b-h2h-periods .competitor .competitor-data{align-items:center;display:flex;flex:0 1 50%;gap:.4rem;padding-inline-end:.4rem;padding-inline-start:.7rem}.b-h2h-periods .detail-results{display:flex;flex:1 0 50%}.b-h2h-periods .detail-results .results-split{align-items:center;display:flex;flex:1;font-size:1.3rem;font-weight:500;justify-content:center;padding:6px 0;position:relative}.b-h2h-periods .detail-results .results-split.winner:after{background-color:#212121;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;font-size:1.6rem;justify-content:center}.b-h2h-periods .detail-results .results-total .h2h-result.total{color:#212121;min-width:3rem}.b-h2h-periods .periods-title{background-color:#dcdcd9;color:#212121;display:flex;font-size:80%;font-weight:300;padding:.2rem 0}.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-total-title{font-weight:600}.b-h2h-periods .duration-periods .periods-title{background-color:unset;border-top:1px solid #696d6f;color:#000;display:flex;flex-direction:column-reverse;padding:.4rem 0 .2rem}.b-h2h-periods .duration-periods .periods-title .total-time{flex:0 0 50%}.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-h2h-periods{border:1px solid #444}.b-match-competitor.competitor-data{background-color:#fff;border-radius:0;display:flex;flex-direction:column;gap:.5rem;padding:1rem .5rem;width:100%}.b-match-competitor.competitor-data .b-label-player{height:100%;width:100%}.b-match-competitor.competitor-data .b-label-player a .player-data .player-name span{font-size:1.2rem;font-weight:500;padding:.4rem 0}@media (min-width: 768px){.b-match-competitor.competitor-data .b-label-player a .player-data .player-name span{font-size:1.8rem}}.b-match-competitor.competitor-data .b-label-player .avatar,.b-match-competitor.competitor-data .b-label-player .avatar img{height:5rem;width:5rem}.b-match-competitor.competitor-data.home .b-label-player{flex-direction:row-reverse;justify-content:end}.b-match-competitor.competitor-data.home .b-label-player .b-label-org,.b-match-competitor.competitor-data.home .player-data{flex-direction:row-reverse}.b-match-competitor.competitor-data.home .player-name{text-align:end}@media (max-width: 539.98px){.b-match-competitor.competitor-data.home .player-data{align-items:end;flex-direction:column}}.b-match-competitor.competitor-data.away .b-label-player{justify-content:start}@media (max-width: 539.98px){.b-match-competitor.competitor-data.away .player-data{align-items:start;flex-direction:column}.b-match-competitor.competitor-data.away .player-name{text-align:start}}.b-match-competitors{padding:1.5rem 0}.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 .versus,.b-match-competitors .competitors.b-match-extra .versus{align-self:center;color:#fff;font-size:1.5rem;font-weight:700;order:2}.b-match-competitors .competitors.b-match-versus .versus div,.b-match-competitors .competitors.b-match-extra .versus div{align-items:center;display:flex;flex-direction:row;height:100%}.b-match-competitors .competitors.b-match-versus .home .color,.b-match-competitors .competitors.b-match-versus .away .color,.b-match-competitors .competitors.b-match-extra .home .color,.b-match-competitors .competitors.b-match-extra .away .color{height:5px}.b-match-competitors .competitors.b-match-versus .home .color.red,.b-match-competitors .competitors.b-match-versus .away .color.red,.b-match-competitors .competitors.b-match-extra .home .color.red,.b-match-competitors .competitors.b-match-extra .away .color.red{background-color:#e00}.b-match-competitors .competitors.b-match-versus .home .color.blue,.b-match-competitors .competitors.b-match-versus .away .color.blue,.b-match-competitors .competitors.b-match-extra .home .color.blue,.b-match-competitors .competitors.b-match-extra .away .color.blue{background-color:#00f}.b-match-competitors .competitors.b-match-versus .home .color.white,.b-match-competitors .competitors.b-match-versus .away .color.white,.b-match-competitors .competitors.b-match-extra .home .color.white,.b-match-competitors .competitors.b-match-extra .away .color.white{background-color:#fff;border:1px solid #696d6f}.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:#000;display:flex;font-size:2.8rem;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:grid;grid-template-columns:3fr 1fr 1fr 3fr}.b-match-competitors .b-match-scores .score_0{border-top-right-radius:0}@media (max-width: 767.98px){.b-match-competitors .b-match-scores{grid-template-columns:1fr 1fr;grid-template-rows:max-content max-content}.b-match-competitors .b-match-scores .home{order:1;padding:0 .5rem}.b-match-competitors .b-match-scores .away{order:2;padding:0 .5rem}}.b-match-competitors .b-label-org,.b-match-competitors.has-orgs .b-match-competitor{border-radius:0}.b-match-competitors.not-combat .b-match-versus .b-match-competitor{border-bottom:1px solid rgba(85,85,85,.43)}.b-match-competitors .competitors.b-match-versus .versus,.b-match-competitors .competitors.b-match-extra .versus{color:#000}.b-match-competitors.not-combat .b-match-versus .b-match-competitor{border:1px solid #444}.b-match-orgs{display:grid;grid-template-columns:3fr 2rem 3fr;grid-template-rows:auto;margin:0;width:100%}.b-match-orgs .b-label-org{background-color:#f1f1f1;padding:1rem .2rem}.b-match-orgs .b-label-org .org-desc{font-size:.8rem;font-weight:500}.b-match-orgs .b-label-org.winner{height:100%}@media (min-width: 768px){.b-match-orgs{grid-template-columns:3fr 5rem 3fr}.b-match-orgs .b-label-org{padding:1rem}.b-match-orgs .b-label-org .org-desc{font-size:1rem}}.b-match-orgs.scores{grid-template-columns:3fr 0 3fr}@media (min-width: 768px){.b-match-orgs.scores{grid-template-columns:1fr 0 1fr}}.b-carousel{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 0;position:relative}.b-carousel .next-prev-buttons-box{display:flex;gap:6px}.b-carousel .next-prev-buttons-box li{align-items:center;display:flex;flex:1;justify-content:center}.b-carousel .next-prev-buttons-box li.prev-button-container{justify-content:start}.b-carousel .next-prev-buttons-box li.next-button-container{justify-content:end}.b-carousel .next-prev-buttons-box .prev-button,.b-carousel .next-prev-buttons-box .next-button{background-color:#fff;border-radius:1rem;padding:.75rem .875rem}.b-carousel .next-prev-buttons-box .prev-button .box,.b-carousel .next-prev-buttons-box .next-button .box{align-items:center;display:flex;gap:8px;justify-content:space-between;padding:0 .5rem}.b-carousel .next-prev-buttons-box .prev-button .desc p,.b-carousel .next-prev-buttons-box .next-button .desc p{align-items:center;color:#444;display:flex;font-family:Cadiz,sans-serif;font-size:.8rem;font-weight:700;gap:1rem;justify-content:space-between;text-transform:uppercase}.b-carousel .next-prev-buttons-box .prev-button i,.b-carousel .next-prev-buttons-box .next-button i{color:#444}.b-carousel .next-prev-buttons-box .current-button p{text-transform:uppercase}.b-carousel .next-prev-buttons-box .current-button-container .current-button .curr-box{border:1px solid white;border-radius:10px;padding:2px 12px}.b-carousel .next-prev-buttons-box .current-button-container .current-button .curr-box .desc p{color:#fff;font-size:1.2rem;font-weight:700}.b-carousel .b-carousel-list{display:flex;gap:2rem;overflow-x:auto;padding:0 12px;scroll-behavior:smooth}.b-carousel .b-carousel-list.start{justify-content:flex-start}@media (min-width: 540px){.b-carousel .b-carousel-list.small-centered{justify-content:center}}@media (min-width: 768px){.b-carousel .b-carousel-list.mid-centered{justify-content:center}}@media (min-width: 1000px){.b-carousel .b-carousel-list.large-centered{justify-content:center}}@media (min-width: 992px){.b-carousel .b-carousel-list.max-centered{justify-content:center}}.b-carousel-item{display:flex;flex-direction:column;margin:.5rem .5rem 12px;width:170px}.b-carousel-item .h2h,.b-carousel-item .ath{background-color:#f1f1f1;border-radius:0;color:#000;font-family:Cadiz,sans-serif;font-weight:800;opacity:.9;padding:.5rem 0 .7rem;transition:all .3s}.b-carousel-item .h2h:hover,.b-carousel-item .ath:hover{opacity:1;transform:scale(1.05)}.b-carousel-item .h2h .date,.b-carousel-item .ath .date{font-size:.85rem;font-weight:500;text-transform:uppercase}.b-carousel-item .h2h .teams .b-label-org .org-code,.b-carousel-item .ath .teams .b-label-org .org-code{color:#000;font-style:normal}.b-carousel-item .h2h .status,.b-carousel-item .ath .status{border-radius:12px;margin-top:.5rem;padding:.15rem .4rem .1rem}.b-carousel-item .h2h .status.live,.b-carousel-item .ath .status.live,.b-carousel-item .h2h .status.running,.b-carousel-item .ath .status.running,.b-carousel-item .h2h .status.getting_ready,.b-carousel-item .ath .status.getting_ready{background-color:#ecfdf5}.b-carousel-item .h2h .status.official,.b-carousel-item .ath .status.official,.b-carousel-item .h2h .status.finished,.b-carousel-item .ath .status.finished{background-color:#fef2f2}.b-carousel-item .h2h .status.delayed,.b-carousel-item .ath .status.delayed,.b-carousel-item .h2h .status.intermediate,.b-carousel-item .ath .status.intermediate,.b-carousel-item .h2h .status.unofficial,.b-carousel-item .ath .status.unofficial,.b-carousel-item .h2h .status.postponed,.b-carousel-item .ath .status.postponed,.b-carousel-item .h2h .status.interrupted,.b-carousel-item .ath .status.interrupted,.b-carousel-item .h2h .status.provisional,.b-carousel-item .ath .status.provisional,.b-carousel-item .h2h .status.protested,.b-carousel-item .ath .status.protested,.b-carousel-item .h2h .status.start_list,.b-carousel-item .ath .status.start_list{background-color:#fffbeb}.b-carousel-item .h2h .status.unscheduled,.b-carousel-item .ath .status.unscheduled,.b-carousel-item .h2h .status.unconfirmed,.b-carousel-item .ath .status.unconfirmed,.b-carousel-item .h2h .status.scheduled,.b-carousel-item .ath .status.scheduled,.b-carousel-item .h2h .status.rescheduled,.b-carousel-item .ath .status.rescheduled,.b-carousel-item .h2h .status.schedule_break,.b-carousel-item .ath .status.schedule_break,.b-carousel-item .h2h .status.canceled,.b-carousel-item .ath .status.canceled,.b-carousel-item .h2h .status.cancelled,.b-carousel-item .ath .status.cancelled{background-color:#f3f4f6}.b-carousel-item .h2h .status.border.live,.b-carousel-item .ath .status.border.live,.b-carousel-item .h2h .status.border.running,.b-carousel-item .ath .status.border.running,.b-carousel-item .h2h .status.border.getting_ready,.b-carousel-item .ath .status.border.getting_ready{border:1px solid #059669}.b-carousel-item .h2h .status.border.official,.b-carousel-item .ath .status.border.official,.b-carousel-item .h2h .status.border.finished,.b-carousel-item .ath .status.border.finished{border:1px solid #ff4f3a}.b-carousel-item .h2h .status.border.delayed,.b-carousel-item .ath .status.border.delayed,.b-carousel-item .h2h .status.border.intermediate,.b-carousel-item .ath .status.border.intermediate,.b-carousel-item .h2h .status.border.unofficial,.b-carousel-item .ath .status.border.unofficial,.b-carousel-item .h2h .status.border.postponed,.b-carousel-item .ath .status.border.postponed,.b-carousel-item .h2h .status.border.interrupted,.b-carousel-item .ath .status.border.interrupted,.b-carousel-item .h2h .status.border.provisional,.b-carousel-item .ath .status.border.provisional,.b-carousel-item .h2h .status.border.protested,.b-carousel-item .ath .status.border.protested,.b-carousel-item .h2h .status.border.start_list,.b-carousel-item .ath .status.border.start_list{border:1px solid #d97706}.b-carousel-item .h2h .status.border.unscheduled,.b-carousel-item .ath .status.border.unscheduled,.b-carousel-item .h2h .status.border.unconfirmed,.b-carousel-item .ath .status.border.unconfirmed,.b-carousel-item .h2h .status.border.scheduled,.b-carousel-item .ath .status.border.scheduled,.b-carousel-item .h2h .status.border.rescheduled,.b-carousel-item .ath .status.border.rescheduled,.b-carousel-item .h2h .status.border.schedule_break,.b-carousel-item .ath .status.border.schedule_break,.b-carousel-item .h2h .status.border.canceled,.b-carousel-item .ath .status.border.canceled,.b-carousel-item .h2h .status.border.cancelled,.b-carousel-item .ath .status.border.cancelled{border:1px solid #374151}.b-carousel-item .h2h .status.live,.b-carousel-item .ath .status.live,.b-carousel-item .h2h .status.running,.b-carousel-item .ath .status.running,.b-carousel-item .h2h .status.getting_ready,.b-carousel-item .ath .status.getting_ready{color:#059669}.b-carousel-item .h2h .status.official,.b-carousel-item .ath .status.official,.b-carousel-item .h2h .status.finished,.b-carousel-item .ath .status.finished{color:#ff4f3a}.b-carousel-item .h2h .status.delayed,.b-carousel-item .ath .status.delayed,.b-carousel-item .h2h .status.intermediate,.b-carousel-item .ath .status.intermediate,.b-carousel-item .h2h .status.unofficial,.b-carousel-item .ath .status.unofficial,.b-carousel-item .h2h .status.postponed,.b-carousel-item .ath .status.postponed,.b-carousel-item .h2h .status.interrupted,.b-carousel-item .ath .status.interrupted,.b-carousel-item .h2h .status.provisional,.b-carousel-item .ath .status.provisional,.b-carousel-item .h2h .status.protested,.b-carousel-item .ath .status.protested,.b-carousel-item .h2h .status.start_list,.b-carousel-item .ath .status.start_list{color:#d97706}.b-carousel-item .h2h .status.unscheduled,.b-carousel-item .ath .status.unscheduled,.b-carousel-item .h2h .status.unconfirmed,.b-carousel-item .ath .status.unconfirmed,.b-carousel-item .h2h .status.scheduled,.b-carousel-item .ath .status.scheduled,.b-carousel-item .h2h .status.rescheduled,.b-carousel-item .ath .status.rescheduled,.b-carousel-item .h2h .status.schedule_break,.b-carousel-item .ath .status.schedule_break,.b-carousel-item .h2h .status.canceled,.b-carousel-item .ath .status.canceled,.b-carousel-item .h2h .status.cancelled,.b-carousel-item .ath .status.cancelled{color:#374151}.b-carousel-item .h2h .status p,.b-carousel-item .ath .status p{font-size:.7103rem}.b-carousel-item .h2h{align-items:center;display:flex;flex-direction:column;justify-content:center}.b-carousel-item .h2h .date{font-size:.75rem;padding:.3rem;width:100%}.b-carousel-item .h2h .teams{border-left:none;border-right:none;display:flex;justify-content:space-evenly;padding:.2rem;transition:width .2s ease-in-out;width:100%}.b-carousel-item .ath{align-items:center;display:flex;flex-direction:column;justify-content:center}.b-carousel-item .ath .date,.b-carousel-item .ath .desc{color:#000}.b-carousel-item .ath .date{padding:4px 0;width:100%}.b-carousel-item .ath .desc{font-size:.75rem;margin-top:.3rem}.b-carousel-item.current{cursor:default}.b-carousel-item.current .date,.b-carousel-item.current .teams,.b-carousel-item.current .status,.b-carousel-item.current .desc{color:#000;font-weight:700}.b-carousel-item.current .h2h,.b-carousel-item.current .ath{background:#fff;border-radius:0;opacity:1;transform:scale(1.1)}.b-carousel-item .h2h,.b-carousel-item .ath{background-color:#fff;border:1px solid #212121;color:#000;opacity:.85}.b-carousel-item .h2h .teams .b-label-org .org-code,.b-carousel-item .ath .teams .b-label-org .org-code{color:#000}.b-carousel-item .h2h .status,.b-carousel-item .ath .status{border:1px solid rgb(230,32,55)}.b-carousel-item.current .h2h,.b-carousel-item.current .ath{background:#e620371a;border:1px solid black;border-radius:0;opacity:1;transform:scale(1.1)}.b-carousel-item.current .h2h .b-label-org .org-code,.b-carousel-item.current .ath .b-label-org .org-code{color:#000}.b-reports-unit .disc-reports{background-color:#fff;border-radius:0;display:flex;flex-direction:column;justify-content:center;margin-bottom:2.5rem;padding:0 1rem 1rem}.b-reports-unit .disc-reports .b-title-section{background-color:transparent}.b-reports-unit .disc-reports .files{display:grid;gap:1rem}@media (min-width: 768px){.b-reports-unit .disc-reports .files{grid-template-columns:1fr 1fr}}.b-reports-unit .disc-reports .files .file{align-items:flex-start;background-color:#fff;border:1px solid #f1f1f1;border-radius:0;display:flex;gap:.3rem;justify-content:space-between;padding:1rem}.b-reports-unit .disc-reports .files .file .desc{align-items:center;display:flex;gap:.6rem}.b-reports-unit .disc-reports .files .file .desc i{color:#ee3b52}.b-reports-unit .disc-reports .files .file .desc p{text-align:left}.b-reports-unit .disc-reports .files .file .actions i{color:#7dea00;cursor:pointer}.b-reports-unit .disc-reports .files .file{border:1px solid #dcdcd9}.b-reports-unit .disc-reports .files .file .actions{display:flex;gap:1rem;justify-content:flex-end}.b-reports-unit .disc-reports .files .file .actions i{color:#000;cursor:pointer}.b-reports-unit .disc-reports .files .file .actions i.download{color:#e62037}.b-res-detail{border-radius:8px;font-size:1.2rem;margin-bottom:2rem;padding:.3rem}.b-res-detail.decision{background-color:#dcdcd9;font-weight:300;padding:.5rem .2rem}.b-res-detail.wind{background-color:#dcdcd9;font-size:.9rem;font-weight:300;padding:.5rem .2rem}.b-scoreboard-unit{color:#fff;display:flex;flex-direction:column}.b-scoreboard-unit .main-content{display:flex;flex:1;gap:.6rem;margin-bottom:.2rem}.b-scoreboard-unit .main-content .column-country{display:flex;flex:1;justify-content:start;overflow:hidden}.b-scoreboard-unit .main-content .column-country .org-code{color:#dcdcd9}.b-scoreboard-unit .main-content .column-country:nth-child(1){justify-content:end}.b-scoreboard-unit .main-content .column-central{display:grid;gap:.3rem;grid-template-columns:repeat(2,1fr);min-width:8rem;place-content:center}.b-scoreboard-unit .main-content .column-central .scoreboard{background-color:#fff;color:#444;display:flex;font-size:1.8rem;font-weight:600;justify-self:center;place-content:center;width:100%}.b-scoreboard-unit .main-content .column-central .scoreboard .ok-irm{position:relative;top:-2px}.b-scoreboard-unit .main-content .column-central .scoreboard .no-ok-irm{align-self:center;font-size:75%}.b-scoreboard-unit .main-content.small .column-country{align-items:center;display:flex}.b-scoreboard-unit .main-content.small .column-country .player-name{text-align:start}.b-scoreboard-unit .main-content.small .column-country.reverse{flex-direction:row-reverse}@media (max-width: 429.98px){.b-scoreboard-unit .main-content.small .column-country{display:block}}.b-scoreboard-unit .main-content.small .column-country:nth-child(1) .player-name{text-align:end}.b-scoreboard-unit .content-summary{display:flex;flex-direction:row;gap:.6rem;padding-top:1rem}.b-scoreboard-unit .content-summary .summary{flex:1}.b-scoreboard-unit .content-summary .summary .data{align-items:flex-start;display:flex;flex-direction:row;font-size:.8rem;font-style:italic;gap:.4rem;padding-bottom:.25rem}.b-scoreboard-unit .content-summary .summary .data .icono{align-items:center;display:flex;flex:0 0 15px;justify-content:center}.b-scoreboard-unit .content-summary .summary .data .icono img{width:100%}.b-scoreboard-unit .content-summary .summary .data .action{display:flex;flex:10;gap:.4rem;text-align:start}@media (max-width: 539.98px){.b-scoreboard-unit .content-summary .summary .data .action{gap:.3rem}}.b-scoreboard-unit .content-summary .summary .reverse{flex-direction:row-reverse}.b-scoreboard-unit .content-summary .summary .reverse .action{display:flex;flex-direction:row-reverse;text-align:end}.b-scoreboard-unit .sticky-content{align-items:center;background-color:#000000b3;display:flex;gap:.6rem;height:4rem;left:0;position:fixed;right:0;top:env(safe-area-inset-top,0px);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:#fff}.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:#fff;color:#444;display:flex;font-size:1.5rem;font-weight:600;justify-self:center;place-content:center;width:100%}@media (min-width: 540px){.b-scoreboard-unit .sticky-content .column-central .scoreboard{font-size:1.8rem}}.b-scoreboard-unit .sticky-content .column-central .scoreboard .ok-irm{position:relative;top:-2px}.b-scoreboard-unit .sticky-content .column-central .scoreboard .no-ok-irm{align-self:center;font-size:75%}.score-so{align-items:center;display:flex}.h2h-penalty{align-items:center;color:#444;display:flex;font-size:75%;font-weight:500}.b-title-unit{display:flex;justify-content:center}.b-title-unit .unit-wrapper{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:0 1rem 2rem}.b-title-unit .unit-wrapper .descriptions{color:#fff}.b-title-unit .unit-wrapper .descriptions .event-desc{font-size:2.2rem;font-weight:700;word-break:break-word}@media (min-width: 768px){.b-title-unit .unit-wrapper .descriptions .event-desc{font-size:2.5rem}}.b-title-unit .unit-wrapper .descriptions .phase-desc{align-items:center;display:flex;font-size:1.2rem;font-weight:500;gap:.5rem;justify-content:center;padding-top:1rem}.b-title-unit .unit-wrapper .descriptions .phase-desc p{border:1px solid #8d8d8d;color:#fff;padding:.3rem;text-align:center;text-transform:uppercase}.b-title-unit .badges-timing{align-items:center;display:flex;flex-flow:column wrap;gap:1rem;justify-content:center}.b-title-unit .badges-timing p{font-size:.9rem}@media (min-width: 540px){.b-title-unit .badges-timing p{font-size:1rem}}@media (min-width: 768px){.b-title-unit .badges-timing{flex-direction:row}}.b-title-unit .b-label-status.live,.b-title-unit .b-label-status.running,.b-title-unit .b-label-status.getting_ready{background-color:#ecfdf5;color:#059669}.b-title-unit .b-label-status.official,.b-title-unit .b-label-status.finished{background-color:#fef2f2;color:#ff4f3a}.b-title-unit .b-label-status.delayed,.b-title-unit .b-label-status.intermediate,.b-title-unit .b-label-status.unofficial,.b-title-unit .b-label-status.postponed,.b-title-unit .b-label-status.interrupted,.b-title-unit .b-label-status.provisional,.b-title-unit .b-label-status.protested,.b-title-unit .b-label-status.start_list{background-color:#fffbeb;color:#d97706}.b-title-unit .b-label-status.unscheduled,.b-title-unit .b-label-status.unconfirmed,.b-title-unit .b-label-status.scheduled,.b-title-unit .b-label-status.rescheduled,.b-title-unit .b-label-status.schedule_break,.b-title-unit .b-label-status.canceled,.b-title-unit .b-label-status.cancelled{background-color:#f3f4f6;color:#374151}.b-title-unit .b-label-status.pill{font-size:1.2rem;padding:.25rem 1rem}.b-modal.unit-venue{height:100%}.b-modal.unit-venue .b-modal-header .info{display:flex}.b-modal.unit-venue .b-modal-header i{color:#e62037;cursor:pointer;padding-right:1rem}.b-modal.unit-venue .b-modal-body iframe{height:100%;width:100%}.play-by-play{padding:1.5rem 0}.play-by-play .b-title-section{background-color:#fff;border-radius:0;margin-bottom:0;padding:1rem 2rem 0}.play-by-play .chart .time-line .vue-apexcharts{background-color:#fff;border-radius:0;margin-bottom:3rem}.play-by-play .container-bg{background-color:#fff;border-radius:0;margin-bottom:0;padding-top:1rem}.play-by-play .container{margin:0 auto;margin-top:2rem;width:70%}@media (max-width: 767.98px){.play-by-play .container{width:100%}}.play-by-play .container .action{padding-bottom:1rem;position:relative}.play-by-play .container .action .middle{align-items:center;background-color:#e620371a;border-radius:8px;color:#000;display:flex;flex-direction:column;justify-content:center;left:calc(50% - 3rem);padding:.3rem;position:absolute;width:6rem;z-index:9}@media (max-width: 767.98px){.play-by-play .container .action .middle{left:calc(10% - 2rem);top:.6rem;width:4rem}}.play-by-play .container .action .middle .time{color:#000;font-family:Cadiz,sans-serif;font-size:1rem;font-weight:500;margin-top:.2rem}@media (max-width: 767.98px){.play-by-play .container .action .middle .time{font-size:.9rem}}.play-by-play .container .action .middle .score{font-size:1.2rem;font-weight:600}@media (max-width: 767.98px){.play-by-play .container .action .middle .score{font-size:1rem}}.play-by-play .container .action .middle.only-time{top:.8rem}.play-by-play .container .action .box-container{display:flex;flex-direction:column;width:100%}@media (max-width: 767.98px){.play-by-play .container .action .box-container{align-items:end}}.play-by-play .container .action .box-container.update-a{animation-duration:.2s;animation-name:new;animation-timing-function:ease-in}.play-by-play .container .action .box-container .box{align-items:center;background-color:#fff;border-bottom-left-radius:15px;border-top:rgb(230,32,55) .3rem solid;box-shadow:1px 2px 35px #0101011a;display:flex;min-height:3rem;position:relative;width:35%}.play-by-play .container .action .box-container .box.rtl{border-bottom-left-radius:0;border-bottom-right-radius:15px}@media (max-width: 767.98px){.play-by-play .container .action .box-container .box{border-bottom-left-radius:0;border-bottom-right-radius:15px;flex-direction:row-reverse;margin-right:1rem;width:70%}}.play-by-play .container .action .box-container .box .column-number{border-right:white;display:flex;flex-direction:column;padding:.2rem;width:100px}.play-by-play .container .action .box-container .box .column-number .bib{font-size:1rem;font-weight:700}.play-by-play .container .action .box-container .box .column-number .flag img{width:60%}.play-by-play .container .action .box-container .box .column-action{display:flex;flex-direction:row-reverse;justify-content:space-around;padding:.4rem 0;width:100%}@media (max-width: 767.98px){.play-by-play .container .action .box-container .box .column-action{border-left:0;flex-direction:row}}.play-by-play .container .action .box-container .box .column-action .desc{display:flex;flex-direction:column;font-size:1rem;font-style:italic;width:80%}.play-by-play .container .action .box-container .box .column-action .desc .desc-action{display:flex;flex:1;flex-direction:column;font-weight:600;justify-content:center}.play-by-play .container .action .box-container .box .column-action .desc .desc-action span:last-child{margin:0 auto}.play-by-play .container .action .box-container .box .column-action .name{font-size:.8rem}.play-by-play .container .action .box-container .box .column-action .desc-icon{align-items:center;display:flex;justify-content:center;margin:0 .4rem;width:20%}.play-by-play .container .action .box-container .box .column-action .desc-icon .icon{align-items:center;display:flex;justify-content:center}.play-by-play .container .action .box-container .box .column-action .desc-icon .icon img{max-width:25px;width:100%}.play-by-play .container .action .box-container .box .column-number+.column-action{border-left:3px solid white}.play-by-play .container .action .box-container .box .column-number+.column-action.rtl{border-left:none;border-right:3px solid white}@media (max-width: 767.98px){.play-by-play .container .action .box-container .box .column-number+.column-action{border-left:none;border-right:3px solid white}}.play-by-play .container .action .box-container .box.subst .column-number,.play-by-play .container .action .box-container .box.subst .desc{gap:.5rem;padding-bottom:.2rem;padding-top:.2rem}.play-by-play .container .action .box-container .box:after{border:1px solid;border-bottom:14px solid transparent;border-left:14px solid #e4efe9;border-right:0 solid #e4efe9;border-top:14px solid transparent;content:" ";display:inline-block;position:absolute;right:0;top:10px}@media (max-width: 767.98px){.play-by-play .container .action .box-container .box:after{border-left-width:0;border-right-width:14px;left:0;right:auto}}.play-by-play .container .action .box-container .box.rtl:after{left:0;right:auto;transform:scale(-1)}.play-by-play .container .action .away{align-items:end}.play-by-play .container .action .away .box{border-bottom-left-radius:0;border-bottom-right-radius:15px;flex-direction:row-reverse}.play-by-play .container .action .away .box.rtl{border-bottom-left-radius:15px;border-bottom-right-radius:0}.play-by-play .container .action .away .box .column-action{border-left:0;flex-direction:row}.play-by-play .container .action .away .box .column-action .desc{display:flex}.play-by-play .container .action .away .box .column-action .desc-icon,.play-by-play .container .action .away .box .column-action .desc-icon .icon{align-items:center;display:flex;justify-content:center}.play-by-play .container .action .away .box .column-action .desc-icon .icon img{width:100%}@media (max-width: 767.98px){.play-by-play .container .action .away .box .column-action{flex-direction:row}}.play-by-play .container .action .away .box .column-number+.column-action{border-left:none;border-right:3px solid white}.play-by-play .container .action .away .box .column-number+.column-action.rtl{border-left:3px solid white;border-right:none}.play-by-play .container .action .away .box:after{border-left-width:0;border-right-width:14px;left:0;right:auto}.play-by-play .container .action .away .box.rtl:after{left:auto;right:0;transform:scale(-1)}.play-by-play .container .action:before{background-color:#e620371a;bottom:0;content:"";left:50%;margin-left:-1.5px;position:absolute;top:0;width:3px}@media (max-width: 767.98px){.play-by-play .container .action:before{left:10%;margin-right:-1.5px}}.play-by-play .container .actions-enter-active,.play-by-play .container .actions-leave-active{transition:all .3s ease}.play-by-play .container .actions-enter-from,.play-by-play .container .actions-leave-to{opacity:0;transform:translateY(-30px)}.play-by-play .menu-periods{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:2rem 0;width:100%}.play-by-play .menu-periods .single-menu{background-color:#e620371a;border-radius:5px;color:#000;cursor:pointer;font-size:.8rem;font-weight:700;padding:.5rem;text-align:center;text-transform:uppercase}.play-by-play .menu-periods .single-menu:hover,.play-by-play .menu-periods .active{background-color:#e62037;color:#fff}.play-by-play .apexcharts-xaxis{display:none}@keyframes new{0%{opacity:.2;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.disc-results-view{font-family:Cadiz,sans-serif;margin:0 auto;padding:0 .5rem;width:min(100%,1140px)}@media (min-width: 540px){.disc-results-view{padding:0 1rem}}@media (min-width: 768px){.disc-results-view{padding:0 2rem}}@media (min-width: 1220px){.disc-results-view{padding:0}}.disc-results-view .results-unit .b-h2h-results,.disc-results-view .results-unit .stats-member-table{border-radius:0;margin:1.5rem 0}.disc-results-view .results-unit .b-h2h-results .b-title-section,.disc-results-view .results-unit .stats-member-table .b-title-section{border-radius:0;color:#000;display:flex;font-size:1rem;justify-content:flex-start;margin-bottom:0}.disc-results-view .results-unit .grid-row:not(.titles)+.grid-row{border-top:none}.disc-results-view .results-unit .grid-row:not(.titles){background-color:#fff;border-radius:2.5rem;box-shadow:0 4px 10px #0000001a;height:fit-content;margin-bottom:.6rem}.disc-results-view .static-legend{margin-left:1rem;margin-top:1.5rem;text-align:left}.title-unit{background:#00000080;background-blend-mode:darken;background-position-y:center;background-repeat:no-repeat;background-size:cover;padding-bottom:2rem;padding-top:11rem}.unit-info{align-items:center;display:flex;flex-direction:row;font-size:1rem;gap:.6125em;justify-content:space-between;width:100%}.unit-info .unit-title{color:#e62037;font-size:1.125em;font-weight:700;margin-bottom:.5em}.unit-info .schedule-info-match{align-items:flex-start;display:flex;gap:.3em}.unit-info .schedule-info-match .schedule-info-date{align-items:center;display:flex;flex-direction:column;justify-content:center}.unit-info .schedule-info-match .schedule-info-date .time{color:#8d8d8d;font-size:1em;font-weight:600}.unit-info .schedule-info-match .schedule-info-title{display:flex;flex-wrap:wrap;gap:.2em}.unit-info .schedule-info-match .schedule-info-title .event-desc{color:#e62037;font-weight:500}.unit-info .schedule-info-match .schedule-info-title .unit-desc,.unit-info .schedule-info-match .schedule-info-title .match-info{font-size:.875em}.unit-info .schedule-info-match .schedule-info-title .phase-desc{color:#000;font-weight:500;position:relative}.unit-info .schedule-info-match .schedule-info-title .unit-desc{color:#000;position:relative;top:.1rem}.unit-info .schedule-info-match .schedule-info-title .match-info{color:#212121}.unit-info .schedule-info-ubi{color:#696d6f;display:flex;font-size:.75em;font-weight:300;gap:.3em;justify-content:flex-end;text-align:end}.unit-description{align-items:center;display:flex!important;flex:1;flex-wrap:wrap;font-weight:400;gap:.25rem}.unit-description .desc-event{font-weight:400}.unit-description .desc-phase{color:#000;font-weight:400}.locations{font-family:Cadiz,sans-serif}@media (min-width: 768px){.locations{flex-direction:row;gap:.4rem;justify-content:space-between}}.schedule-unit-result .sch-item-result{align-items:center;display:flex;justify-content:space-between}.schedule-unit-result .sch-item-result.winner{background:linear-gradient(90deg,#ffffff0d,#6700cb1a);border-radius:.375rem}.schedule-unit-result .sch-item-result.winner .competitor .team-or-athlete .player-profile span,.schedule-unit-result .sch-item-result.winner .competitor .team-or-athlete .player-name span,.schedule-unit-result .sch-item-result.winner .competitor .doubles .members .player-profile span,.schedule-unit-result .sch-item-result.winner .competitor .doubles .members .player-name span{color:#444;font-weight:600}.schedule-unit-result .sch-item-result.winner .result-mark{color:#212121;font-weight:500}.schedule-unit-result .sch-item-result.winner .result-mark .split:not(:last-of-type){border-right:.5px solid #444}.schedule-unit-result .sch-item-result .competitor .team-or-athlete .org-code,.schedule-unit-result .sch-item-result .competitor .doubles .org-code{font-size:.625em;font-style:italic;font-weight:200;margin:0}.schedule-unit-result .sch-item-result .competitor .team-or-athlete .b-label-player,.schedule-unit-result .sch-item-result .competitor .doubles .b-label-player{align-items:center;display:flex;gap:.25rem}.schedule-unit-result .sch-item-result .competitor .team-or-athlete .player-profile span,.schedule-unit-result .sch-item-result .competitor .team-or-athlete .player-name span,.schedule-unit-result .sch-item-result .competitor .doubles .player-profile span,.schedule-unit-result .sch-item-result .competitor .doubles .player-name span{color:#696d6f;font-size:1rem;font-weight:500;width:100%}.schedule-unit-result .sch-item-result .competitor .doubles{display:flex;flex-direction:row;gap:.25rem}.schedule-unit-result .sch-item-result .competitor .doubles .members{display:flex;flex-direction:column}.schedule-unit-result .sch-item-result .competitor .doubles .members .player-profile,.schedule-unit-result .sch-item-result .competitor .doubles .members .player-name{font-size:.75rem;font-weight:300}.schedule-unit-result .sch-item-result .result-mark{color:#696d6f;padding:.625rem}.schedule-unit-result .sch-item-result .result-mark .final .b-result{font-size:1rem;font-weight:400}.schedule-unit-result .sch-item-result .result-mark .final .b-result.winner{color:#000;font-weight:500}.schedule-unit-result .sch-item-result .result-mark .splits{display:flex;font-size:.875rem;font-weight:400}.schedule-unit-result .sch-item-result .result-mark .splits.more-splits .split{padding-inline:.1em;width:1.1rem}.schedule-unit-result .sch-item-result .result-mark .splits .split{align-items:center;display:flex;justify-content:center;position:relative;width:1.5rem}.schedule-unit-result .sch-item-result .result-mark .splits .split:not(:last-of-type){border-right:.5px solid rgba(85,85,85,.43)}.schedule-unit-result .sch-item-result .result-mark .splits .split.winner{color:#444;font-size:.875rem;font-weight:500}.schedule-unit-result .competitor{padding-inline-start:3rem}.schedule-unit-result .competitor .doubles{font-size:.875em;font-weight:400}@media (min-width: 540px){.schedule-unit-result.rtl .competitor.home .final{border-radius:0 15px 15px 0}.schedule-unit-result.rtl .competitor.home .competitor-name{margin-left:2rem;margin-right:unset}.schedule-unit-result.rtl .competitor.home .competitor-results .result{padding-left:.5rem;padding-right:1rem}.schedule-unit-result.rtl .competitor.away .final{border-radius:15px 0 0 15px}.schedule-unit-result.rtl .competitor.away .competitor-name{margin-left:unset;margin-right:2rem}.schedule-unit-result.rtl .competitor.away .competitor-results .result{padding-left:1rem;padding-right:.5rem}}.schedule-unit-result .sch-item-result.winner{background:linear-gradient(90deg,#ffffff0d,#e620371a);border-radius:0}.schedule-unit{background:#fff;border:1px solid #f1f1f1;border-radius:1rem;box-shadow:.375rem .375rem 3.375rem #0000000d;display:flex;flex-direction:column;font-size:1rem;gap:.7em;justify-content:space-between;padding:.625rem;width:100%}@media (min-width: 768px){.schedule-unit{gap:.2rem}}.schedule-unit{border-radius:0}.status-container{align-items:center;display:flex;gap:.25em;justify-content:flex-end}.status-container .status-tag .content-status{align-items:center;border-radius:20em;display:flex;font-family:Cadiz,sans-serif;font-size:.75em;padding:.3em .5em}.status-container .status-tag .content-status.medals-container{justify-content:flex-end;position:relative}.status-container .status-tag .content-status.medals-container.gold{background-color:#fffbeb;color:#e8b04b}.status-container .status-tag .content-status.medals-container.bronze{background-color:#e99e762b;color:#d97706}.status-container .status-tag .content-status.medals-container .medal{align-items:center;display:flex;gap:.25em}.ath-start-list-unit .b-title-section{background-color:unset;border-bottom:1px solid white;color:#fff}.ath-start-list-unit .grid-row{padding:.6rem 1rem}.ath-start-list-unit .grid-row.titles{color:#fff;text-transform:uppercase}.ath-start-list-unit .grid-row.fav-org{background:linear-gradient(90deg,#e62037,#e620371a);color:#fff}.ath-start-list-unit .grid-row .order{flex:0 0 4rem}.ath-start-list-unit .grid-row .bib{align-items:center;display:flex;flex:0 0 3rem;font-weight:500;justify-content:center;margin:0 .5rem;text-align:end}.ath-start-list-unit .grid-row .bib .bib-data{background-color:#000;color:#fff;min-width:35px;padding:0 .2rem;text-align:center}.ath-start-list-unit .grid-row .extra{flex:0 0 6rem}.ath-start-list-unit .grid-row .row-one .player a{gap:.5rem}.ath-start-list-unit .grid-row .members-count{cursor:pointer;flex:0 0 98px;font-size:.8rem;text-align:end}.ath-start-list-unit .grid-row .expand{cursor:pointer}.ath-start-list-unit .grid-row .expand i{font-size:1rem;padding:0 .4rem}.ath-start-list-unit .grid-row .row-three .member-row{align-items:flex-start;color:#e620371a;display:flex;flex-direction:column;font-size:.9rem;justify-content:center;padding-left:40px}.ath-start-list-unit .grid-row .row-three .member-row .member-item:not(:first-child){border-top:1px solid rgba(230,32,55,.1)}.ath-start-list-unit .grid-row .row-three .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 .row-three .member-row .member-item .order{flex:0 0 30px;font-size:.8rem}.ath-start-list-unit .grid-row .row-three .member-row .member-item .photo{border-radius:50%;height:2.6rem;overflow:hidden;position:relative;width:2.6rem}.ath-start-list-unit .grid-row .row-three .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 .row-three .member-row .member-item .content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.ath-start-list-unit .grid-row .row-three .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 .row-three .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:not(.titles)+.grid-row{border-top:none}.ath-start-list-unit .grid-row:not(.titles){background-color:#fff;border-radius:2.5rem;box-shadow:#00000059 0 5px 15px;height:fit-content;margin-bottom:.6rem}.b-list-officials{border-radius:0;margin:1.5rem 0}.b-list-officials.h2h-type .officials{background-color:#fff;border-radius:0}.b-list-officials.ath-type .b-title-section{border-bottom:1px solid white;color:#fff;margin-bottom:.6rem}.b-list-officials.ath-type .officials .b-card-player{background-color:#fff;border-radius:2.5rem;box-shadow:0 4px 10px #0000001a;height:fit-content;margin-bottom:.6rem}.b-card-player{align-items:center;color:inherit;display:flex;gap:1.5rem;padding:.75rem 1.2rem}.b-card-player .player-data{flex:1;text-align:start}.b-card-player .player-data .player-name{color:#020f2a;font-size:1.1rem;font-weight:700}.b-card-player .player-data .player-pos{font-weight:300}.b-card-player .player-data .med-class{font-size:small;font-style:italic}.b-card-player .avatar{height:4rem;position:relative;width:3.55rem}.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:#000;border-radius:50%;color:#000;display:flex;font-size:1rem;font-weight:900;height:24px;inset-block-start:-6px;inset-inline-start:-6px;justify-content:center;position:absolute;width:24px}.b-card-player .player-bib{position:relative}.b-card-player .player-bib i{color:#dcdcd9;font-size:3.25rem}.b-card-player .player-bib p{align-items:center;color:#212121;display:flex;font-size:1.2rem;font-weight:800;justify-content:center;position:absolute;top:29%;width:100%}.b-card-player .player-bib p.long-bib{font-size:.7rem;top:33%}@media (max-width: 539.98px){.b-card-player .player-bib i{font-size:3rem}.b-card-player .player-bib p{font-size:1.4rem}}@media (min-width: 768px){.b-card-player.reverse{flex-direction:row-reverse}.b-card-player.reverse .player-data{text-align:end}}.b-card-player+.b-card-player{border-top:1px solid #f1f1f1}.b-card-player{border:1px solid #dcdcd9}.b-card-player .avatar .captain{background-color:#e62037;color:#fff}.b-card-player+.b-card-player{border-top:1px solid #dcdcd9}.h2h-start-list-unit{padding-top:2rem}.h2h-start-list-unit .teams-tabs{align-items:center;background-color:#fff;display:flex;font-size:1.2rem;font-weight:500;gap:3rem;justify-content:space-between;margin:0;padding:.7rem .6rem}@media (min-width: 768px){.h2h-start-list-unit .teams-tabs{padding-top:1rem}}.h2h-start-list-unit .teams-tabs .team-data-tabs{align-items:center;cursor:pointer;display:flex;flex-direction:row}@media (max-width: 767.98px){.h2h-start-list-unit .teams-tabs .team-data-tabs{background-color:#fff;border:1px solid #dcdcd9;border-radius:3px;padding:.3rem .5rem}.h2h-start-list-unit .teams-tabs .team-data-tabs:hover,.h2h-start-list-unit .teams-tabs .team-data-tabs.active{background-color:#e620371a;border:1px solid #dcdcd9;color:#000}}.h2h-start-list-unit .teams-tabs .team-data-tabs:nth-child(2){justify-content:flex-end}.h2h-start-list-unit .members-wrapper{background-color:#fff;border-radius:0;display:flex;gap:3rem}.h2h-start-list-unit .members-wrapper.has-substitutes,.h2h-start-list-unit .members-wrapper.has-team-officials{border-radius:0}.h2h-start-list-unit .members-wrapper .competitors{display:none;flex:1;gap:.5rem}.h2h-start-list-unit .members-wrapper .competitors.active{display:flex;flex-direction:column}@media (min-width: 768px){.h2h-start-list-unit .members-wrapper .competitors{display:flex;flex-direction:column}}.h2h-start-list-unit .b-title-section{border-radius:0}.h2h-start-list-unit .team-officials.b-title-section,.h2h-start-list-unit .substitutes.b-title-section{border-radius:0;font-size:1rem;padding-top:2rem}.h2h-start-list-unit .competitors .b-list-officials{margin:0}.global-stats{margin-bottom:1rem}.global-stats div{display:flex;flex-wrap:wrap;justify-content:center}.global-stats div .stat-global{background:#dcdcd9;border-radius:0;margin:1rem;max-width:13rem;min-height:4rem}.global-stats div .stat-global .text-box{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;min-height:7.4rem;min-width:13rem;padding:1rem}.global-stats div .stat-global .text-box p{color:#000;text-align:left}.global-stats div .stat-global .text-box p.number{font-size:2.5rem;font-weight:700}.global-stats div .stat-global .text-box p.rtl{text-align:right}.stats-hbars .stat-row .stat-category{display:grid;font-weight:600;grid-template-columns:1fr 1fr 1fr;margin:10px auto 4px;width:100%}.stats-hbars .stat-row .stat-category .home{padding-right:5px;text-align:left}.stats-hbars .stat-row .stat-category .away{padding-left:5px;text-align:right}.stats-hbars .stat-bar{display:grid;gap:5px;grid-template-columns:1fr 1fr;height:10px;width:100%}.stats-hbars .stat-bar .stat-bar-home,.stats-hbars .stat-bar .stat-bar-away{background-color:#696d6f;position:relative}.stats-hbars .stat-bar .stat-bar-home .stat-barra{background-color:#000;border-bottom-left-radius:5px;border-top-left-radius:5px;margin-right:auto;position:absolute;right:0}.stats-hbars .stat-bar .stat-bar-away .stat-barra{background-color:#e62037;border-bottom-right-radius:5px;border-top-right-radius:5px}.stats-competitor{background-color:#fff;border-radius:0;margin:0}.stats-competitor .total .stats{margin-bottom:.5rem}.stats-competitor .total .stats .main-title{border-bottom:2px solid #dcdcd9;color:#444;font-size:1.2rem;font-weight:700;margin-bottom:.7rem;margin-top:1rem;padding:0 0 .6rem 1rem;text-align:left;text-transform:uppercase;width:100%}.stats-competitor .total .stats .main-title.rtl{text-align:right}.stats-competitor .total .stats .container-stat .stat .success{display:grid;grid-template-columns:35% 30% 35%;margin:.5rem 0;place-items:center center}.stats-competitor .total .stats .container-stat .stat .success .home-success{justify-content:flex-start}.stats-competitor .total .stats .container-stat .stat .success .title{font-size:1.2rem;font-weight:700;min-width:50px}@media (max-width: 539.98px){.stats-competitor .total .stats .container-stat{flex-direction:column}}.stats-competitor .total .display-columns{display:flex}.stats-competitor .total .display-columns .stat{flex:1}.stats-competitor .match-stat-content-games{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto;margin-top:1rem;width:100%}.stats-competitor .match-stat-content-games .single-menu{background-color:#dcdcd9;border-radius:5px;color:#212121;cursor:pointer;font-size:.8rem;font-weight:700;padding:.5rem;text-align:center;text-transform:uppercase}.stats-competitor .match-stat-content-games .single-menu:hover,.stats-competitor .match-stat-content-games .active{background-color:#fff;color:#fff}.stats-competitor .match-stat-content-time .time{display:flex;justify-content:center;margin:1rem}.stats-competitor .match-stat-content-time .time .duration{font-family:Cadiz,sans-serif;font-weight:600;margin-right:1rem}.stats-competitor .match-stat-content-time .time .duration.rtl{margin-left:1rem;margin-right:0}.stats-competitor .match-stat-content-time .time i{margin-left:1rem}.stats-competitor .match-stat-content-time .time i.rtl{margin-left:0;margin-right:1rem}.stats-competitor .match-stat-content-stats{margin-top:2rem;padding-bottom:2rem}.stats-all-player-table .table-content{display:block;overflow-x:auto;width:100%}.stats-all-player-table .table-content .table{width:100%}.stats-all-player-table .table-content .table thead tr{background-color:#dcdcd9;color:#000;font-size:.8rem;font-weight:500}.stats-all-player-table .table-content .table thead tr th{border-bottom:1px solid rgb(230,32,55);padding:.4rem}.stats-all-player-table .table-content .table tbody tr{color:#000}.stats-all-player-table .table-content .table tbody tr td{border-bottom:1px solid #dcdcd9}.stats-all-player-table .table-content .table tbody tr .stat-content{font-size:0;line-height:30px;max-width:120px;min-width:60px;padding:4px 0}.stats-all-player-table .table-content .table tbody tr .info-player{align-items:center;background-color:#fff;display:flex;min-height:3rem}.stats-all-player-table .table-content .table tbody tr .info-player .num{margin:0 .5rem;position:relative}.stats-all-player-table .table-content .table tbody tr .info-player .num i{color:#e62037;font-size:1.9rem;width:max-content}@media (min-width: 768px){.stats-all-player-table .table-content .table tbody tr .info-player .num i{font-size:2.2rem}}.stats-all-player-table .table-content .table tbody tr .info-player .num span{align-items:center;color:#f1f1f1;display:flex;font-size:1rem;font-weight:800;justify-content:center;position:absolute;top:25%;width:100%}.stats-all-player-table .table-content .table tbody tr .info-player .name{text-align:left}.stats-all-player-table .table-content .table tbody tr .info-player .name span{font-size:.9rem}@media (min-width: 768px){.stats-all-player-table .table-content .table tbody tr .info-player .name span{font-size:unset}}.stats-all-player-table .table-content .table tbody tr .info-player .name.rtl{text-align:right}.stats-all-player-table .table-content .table tbody tr .info-player .avatar{border-radius:50%;flex:0 0 2rem;height:2.52rem;margin-left:.5rem;overflow:hidden;position:relative;width:2rem}.stats-all-player-table .table-content .table tbody tr .info-player .avatar img{height:100%;left:0;object-fit:cover;position:absolute;top:0;vertical-align:unset;width:100%}.stats-all-player-table .table-content .table tbody tr:hover{background-color:#dcdcd9}.stats-all-player-table .fixed{left:0;position:sticky;z-index:2}.stats-all-player-table .content{background-color:transparent}.stats-all-player-table .player{background-color:#dcdcd9}.stats-member-table{background-color:#fff;padding-bottom:1rem}.stats-member-table .single-menu{align-items:center;display:flex;justify-content:space-evenly}.stats-member-table .single-menu .teams{align-items:center;display:flex;justify-content:space-around;margin:1rem 0;width:100%}.stats-member-table .single-menu .teams .home,.stats-member-table .single-menu .teams .away{background-color:#fff;border:1px solid #dcdcd9;border-radius:3px;cursor:pointer;font-weight:700;padding:.3rem .5rem;width:auto}.stats-member-table .single-menu .teams .away{width:auto}.stats-member-table .single-menu .teams .selected{background-color:#e620371a;border-color:#e62037;color:#fff}.stats-member-table .single-menu .modes{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:1rem auto;width:100%}.stats-member-table .single-menu .modes .mode{background-color:#f1f1f1;border-radius:5px;color:#212121;cursor:pointer;font-size:.8rem;font-weight:700;padding:.5rem;text-align:center;text-transform:uppercase}.stats-member-table .single-menu .modes .mode:hover,.stats-member-table .single-menu .modes .selected{background-color:#fff;color:#fff}.stats-member-table .single-menu.has-modes{display:grid;grid-template-columns:.5fr;grid-template-rows:1fr 1fr}.stats-member-table .single-menu.has-modes .teams{margin:1rem 0 0}.stats-member-table .stats-table .show-legends .button{margin-top:0}.stats-member-table .stats-table .member{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,250px));justify-content:center;margin:0;padding-bottom:1rem}.stats-member-table .stats-table .member td:not(:last-child){border-right:1px solid #dcdcd9}.stats-member-table .stats-table .all-player{display:block;margin:0 1rem}.b-stats-player-card{height:100%}.b-stats-player-card .card{background:#212121;border-radius:15px;box-shadow:#00000059 0 5px 15px;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin:0;padding:0;width:100%}.b-stats-player-card .card .info{flex:1;width:100%}.b-stats-player-card .card .info .data-top{background-image:url(/assets/png/bg-card.ex1CIcRj.png);background-repeat:no-repeat;background-size:cover;border-top-left-radius:15px;border-top-right-radius:15px;display:flex;justify-content:space-around;padding:1rem}.b-stats-player-card .card .info .data-top .number{align-items:center;display:flex;flex-direction:column;justify-content:center;z-index:1}.b-stats-player-card .card .info .data-top .number .shirt{position:relative}.b-stats-player-card .card .info .data-top .number .shirt i{color:#e62037;font-size:4rem}.b-stats-player-card .card .info .data-top .number .shirt span{align-items:center;color:#fff;display:flex;font-size:1.7rem;font-weight:800;justify-content:center;position:absolute;top:20%;width:100%}.b-stats-player-card .card .info .data-top .photo{align-items:center;display:flex;flex:1;justify-content:center;position:relative}.b-stats-player-card .card .info .data-top .photo img{border-radius:.5rem;max-height:160px;max-width:100%}.b-stats-player-card .card .info .data-top .photo .captain{align-items:center;background-color:#000;border-radius:50%;color:#000;display:flex;font-size:1.5rem;font-weight:700;height:25px;justify-content:center;position:absolute;right:6px;top:3px;width:25px;z-index:0}.b-stats-player-card .card .info .data-top .avatar,.b-stats-player-card .card .info .data-top img{height:5.6rem;width:5.6rem}.b-stats-player-card .card .info .name{border-bottom:1px solid white;border-top:1px solid white;font-size:1.5rem;font-style:italic;font-weight:500;padding:.3rem;pointer-events:none;text-shadow:0 -2px 12px black}.b-stats-player-card .card .stats{align-items:flex-start;border-bottom-left-radius:15px;border-bottom-right-radius:15px;display:flex;flex-wrap:wrap;gap:.9rem;justify-content:center;padding:1rem}.b-stats-player-card .card .stats .stat{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;min-width:60px}.b-stats-player-card .card .stats .stat .statistics{align-items:center;display:flex;flex-direction:column;gap:.1rem;justify-content:space-between;width:100%}.b-stats-player-card .card .stats .stat .statistics .sta{font-weight:500;height:40px;max-width:45px;word-break:break-word}.b-stats-player-card .card .stats .stat .statistics .desc{font-size:90%;font-weight:200}.stats-success .single-chart{display:flex;width:100%}.stats-success .single-chart .circular-chart{height:100%;width:40%}.stats-success .single-chart .circular-chart .circle-bg{display:block;fill:none;margin:auto;padding-left:2rem;stroke:#dcdcd9;stroke-width:3.8}.stats-success .single-chart .circular-chart .circle{animation:progress 1s ease-out forwards;fill:none;stroke:#000;stroke-linecap:round;stroke-width:2.8}.stats-success .single-chart .circular-chart .color-away{animation:progress 1s ease-out forwards;fill:none;stroke:#e62037;stroke-linecap:round;stroke-width:2.8}.stats-success .single-chart .circular-chart .percentage{fill:#696d6f;font-size:.5em;text-anchor:middle}.stats-success .single-chart .circular-chart .nothing{font-weight:900}.stats-success .away{justify-content:flex-end}@keyframes progress{0%{stroke-dasharray:0 100}}@media only screen and (max-width: 540px){.stats-success .single-chart .circular-chart{width:63%}}.stats-total .title{font-size:1.2rem;font-weight:700;margin-top:.5rem}.stats-total .container{display:flex;font-size:larger;font-weight:700;gap:5px}.stats-total .container .home,.stats-total .container .away{display:grid;grid-template-rows:25px;height:50px}.stats-total .container .home .bar{background-color:#000;text-align:left}.stats-total .container .away .bar{background-color:#e62037;text-align:right}.stats-total .container span{font-size:1rem;font-weight:200}.stats-values .stat-row .stat-category{align-items:center;display:flex;justify-content:space-between;margin:.3rem 0}.stats-values .stat-row .stat-category .home,.stats-values .stat-row .stat-category .away{align-items:center;background-color:#f1f1f1;color:#000;display:flex;flex:0 0 3.5rem;font-size:1.6rem;font-weight:900;height:3.5rem;justify-content:center;transition:color 1s,#f1f1f1 1s}.stats-values .stat-row .stat-category .data{flex:1;font-size:1.2rem;font-weight:700;overflow:hidden;padding:0 1rem;text-align:center;text-overflow:ellipsis}.stats-values .stat-row .stat-category .winner-home{background-color:#000;color:#fff}.stats-values .stat-row .stat-category .winner-away{background-color:#e62037;color:#fff}.stats-vbars{margin:1rem auto}.stats-vbars .row{display:flex;flex-direction:column}.stats-vbars .row .bar{display:grid;grid-template-columns:1fr 1fr;height:100px;margin:0 auto;width:100%}.stats-vbars .row .bar .home,.stats-vbars .row .bar .away{background-color:#dcdcd9;margin:0 auto;position:relative;width:30%}.stats-vbars .row .bar .home .percent-bar,.stats-vbars .row .bar .away .percent-bar{border-top-left-radius:5px;border-top-right-radius:5px;bottom:0;position:absolute;width:100%}.stats-vbars .row .bar .home .percent-bar{background-color:#000}.stats-vbars .row .bar .away .percent-bar{background-color:#e62037}.stats-vbars .row .category{display:flex;flex-direction:column;font-weight:600;width:100%}.stats-vbars .row .category .teams{display:flex;justify-content:space-around;padding-top:1rem}.stats-vbars .row .category .data{padding-top:.5rem}.stats-vbars .row .category .home,.stats-vbars .row .category .away{text-align:center}@keyframes rotate-res{0%{transform:rotateY(0)}25%{transform:rotateY(360deg)}50%{color:#11a911;transform:rotateY(0)}90%{transform:rotateY(360deg)}to{color:unset;transform:rotateY(360deg)}}.b-result.update-v{animation:rotate-res 2s}.b-ath-results.ath-summ .col.player{display:flex;gap:.2rem}.b-ath-results.ath-summ .split-data{position:relative}.b-ath-results.ath-summ .split-data .split-rk{bottom:0;position:absolute}.b-ath-results.ARC{margin-bottom:2rem}.b-ath-results.ARC .grid-row .rank{flex:0 0 3rem;text-align:center}.b-ath-results.ARC .grid-row .bib{flex:0 0 4rem;font-style:italic;font-weight:500}.b-h2h-results.ARC .table{display:flex;flex-direction:column;margin-bottom:1rem;margin-top:1rem;width:100%}.b-h2h-results.ARC .table .col{display:flex;flex-direction:column;width:100%}.b-h2h-results.ARC .table .row{display:flex;flex-direction:row}.b-h2h-results.ARC .table .row-1{display:flex;justify-content:space-between;width:100%}.b-h2h-results.ARC .table .row-1 :first-child{width:50%}.b-h2h-results.ARC .table .row-1 :last-child{flex:1}.b-h2h-results.ARC .table .game{display:flex;gap:.35em;justify-content:center;width:calc(45px + 1rem)}@media (min-width: 768px){.b-h2h-results.ARC .table .game{width:60px}}.b-h2h-results.ARC .table .game .row{place-content:center}.b-h2h-results.ARC .table .arrows{width:50%}.b-h2h-results.ARC .table .arrows .cell{flex:1}.b-h2h-results.ARC .table .totals{display:flex;justify-content:center;width:50%}.b-h2h-results.ARC .table .totals .cell{flex:1}.b-h2h-results.ARC .table .data{width:80%}.b-h2h-results.ARC .table .game .row.total{display:flex;justify-content:flex-start;margin-left:.5rem;padding-top:.5rem;width:200px}.b-h2h-results.ARC .table .data .row.total-points{padding-top:.5rem}.b-h2h-results.ARC .table .header-wrapper{background-color:#5555556e;border-radius:0;display:flex;flex-direction:column;margin-top:.8rem;padding:calc(.4rem + 2px);place-self:center;width:90%}.b-h2h-results.ARC .table .header-wrapper .b-label-org{color:#fff;justify-content:center;margin-bottom:.4rem}.b-h2h-results.ARC .table .header-wrapper .header{display:flex;flex-direction:row;justify-content:space-around;place-self:center;width:100%}.b-h2h-results.ARC .table .header-wrapper .header .row-1{border-bottom:1px solid white}.b-h2h-results.ARC .table .header-wrapper .header .row-2{display:flex;justify-content:space-between;padding-top:.2rem;width:100%}.b-h2h-results.ARC .table .header-wrapper .header .title{color:#fff}.b-h2h-results.ARC .table .body{background-color:#fff;border:2px solid white;border-radius:0;border-top:0;display:flex;flex-direction:column;gap:.4rem;justify-content:space-around;padding:.4rem;place-self:center;width:90%}.b-h2h-results.ARC .table .body span.shoot-off{background-color:#000;border-radius:10px;padding:0 1rem}.b-h2h-results.ARC .table .body .row.total{border-top:1px solid rgba(85,85,85,.43)}.b-h2h-results.ARC .table .body .arrows .title{flex:1}.b-h2h-results.ARC .table .body .totals .title{align-self:center;flex:1;font-weight:700}.b-h2h-results.ARC .table .body .totals .title.red{color:#e00}.b-h2h-results.ARC .table .body .totals .title.green{color:#1cc66b}.b-h2h-results.ARC .table .body .col{gap:.4rem}.b-h2h-results.ARC .table .body .game{flex-direction:row}.b-h2h-results.ARC .table .body .game.total{font-weight:700}.b-h2h-results.ARC .table .body .game .shooting-ord{left:-10px;position:relative}.b-h2h-results.ARC .table .body .game .game-num{position:absolute}.b-h2h-results.ARC .table .body .data{justify-content:space-between}.b-h2h-results.ARC .table .body .data.total{font-weight:700}.b-h2h-results.ARC .arrows-detail{display:flex;flex-direction:column;margin-bottom:.5rem}@media (min-width: 768px){.b-h2h-results.ARC .arrows-detail{flex-direction:row}}.b-h2h-results.ARC .arrows-detail .versus{display:none}.b-h2h-results.ARC .arrows-detail .result{flex:1}@media (max-width: 767.98px){.b-h2h-results.ARC .away .table{margin-bottom:1rem;margin-top:0}}.b-h2h-results.ARC .b-match-competitors .b-match-competitor{border-radius:0}.b-h2h-results.ARC .b-match-competitors .b-match-scores .home{border-start-start-radius:0}.b-h2h-results.ARC .b-match-competitors .b-match-scores .away{border-start-end-radius:0}.b-h2h-results.ARC .b-match-competitors .b-match-scores .score{background-color:#fff}.b-h2h-results.ARC .b-match-competitors .b-match-scores .score.winner{color:#1cc66b}.b-h2h-results.ARC .b-match-competitors .b-match-scores .score.score_0{border-start-end-radius:0}.b-h2h-results.ARC .b-match-competitors .b-match-scores .score.score_1{border-start-start-radius:0}.BMX .point{display:flex;flex-direction:column}.BMX .point .run-points{font-weight:600}.bmx-st .extra{display:flex;flex-direction:column}.b-h2h-results.BOC .table{display:flex;flex-direction:column;width:100%}.b-h2h-results.BOC .table .col{display:flex;flex-direction:column;justify-content:center;width:100%}.b-h2h-results.BOC .table .col .cell{flex:1}.b-h2h-results.BOC .table .row{border-bottom:1px solid #dcdcd9;display:flex;flex-direction:row;place-content:center}.b-h2h-results.BOC .table .row .result{font-weight:700}.b-h2h-results.BOC .table .row:last-child{border-bottom:none}.b-h2h-results.BOC .table .end{display:flex;gap:.35em;justify-content:center;min-width:30px;width:calc(45px + 1rem)}@media (min-width: 768px){.b-h2h-results.BOC .table .end{min-width:60px;width:60px}}.b-h2h-results.BOC .table .header-wrapper{background-color:#5555556e;display:flex;flex-direction:column;padding:calc(.4rem + 2px);place-self:center;width:100%}.b-h2h-results.BOC .table .header-wrapper .b-label-org{color:#fff;justify-content:center;margin-bottom:.4rem}.b-h2h-results.BOC .table .header-wrapper .header{display:flex;flex-direction:row;justify-content:space-around;place-self:center;width:100%}.b-h2h-results.BOC .table .header-wrapper .header .title{color:#fff}.b-h2h-results.BOC .table .body{border:2px solid rgba(85,85,85,.43);border-top:0;display:flex;flex-direction:column;gap:.4rem;justify-content:space-around;padding:.4rem;place-self:center;width:100%}.b-h2h-results.BOC .table .body .col{gap:.4rem}.b-h2h-results.BOC .boc-details{display:flex;flex-direction:column;margin-bottom:.5rem}@media (min-width: 768px){.b-h2h-results.BOC .boc-details{flex-direction:row}}.b-h2h-results.BOC .boc-details .versus{display:none}.b-h2h-results.BOC .boc-details .home{flex:1}.b-h2h-results.BOC .boc-details .home .table .header-wrapper{border-top-left-radius:0}.b-h2h-results.BOC .boc-details .home .table .body{border-bottom-left-radius:0}.b-h2h-results.BOC .boc-details .home p{margin-top:1rem}.b-h2h-results.BOC .boc-details .away{flex:1}.b-h2h-results.BOC .boc-details .away .table .header-wrapper{border-top-right-radius:0}.b-h2h-results.BOC .boc-details .away .table .body{border-bottom-right-radius:0}.b-h2h-results.BOC .boc-details .col.title.end{color:#fff}.b-h2h-results.BOC .boc-details .away-table .header,.b-h2h-results.BOC .boc-details .away-table .row{display:flex;flex-direction:row-reverse}.b-h2h-results.BOC .boc-details.rtl .home .table .header-wrapper{border-top-left-radius:0;border-top-right-radius:0}.b-h2h-results.BOC .boc-details.rtl .home .table .body{border-bottom-left-radius:0;border-bottom-right-radius:0}.b-h2h-results.BOC .boc-details.rtl .away .table .header-wrapper{border-top-left-radius:0;border-top-right-radius:0}.b-h2h-results.BOC .boc-details.rtl .away .table .body{border-bottom-left-radius:0;border-bottom-right-radius:0}@media (max-width: 767.98px){.b-h2h-results.BOC .away .table{margin-bottom:1rem;margin-top:0}}.b-h2h-results.BOC .split-wrap .result-detail .time{font-size:70%;font-weight:400}.box-results .box-stats{background-color:#fff;border-radius:0;margin-bottom:1rem;margin-top:1rem}.box-results .box-stats .grid-row{padding:.6rem 1rem}.box-results .box-stats .judges .round-title{font-size:1rem;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:#e62037;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:#fff}.box-results .box-stats .judges .rank .winner.blue{background-color:#00f;color:#fff}.box-results .box-stats .judges .rank span{color:#e62037;font-size:1.2rem;font-weight:600;width:3rem}.box-results .box-stats .judges .rank i.fa-solid{font-size:1.5rem;width:3rem}.box-results .box-stats .judges .rank i.fa-solid.r{color:#e00}.box-results .box-stats .judges .rank i.fa-solid.b{color:#00f}.b-h2h-periods.TEN .ball.BTE,.b-h2h-periods.PDL .ball.BTE{background-image:url(/assets/png/bte-ball.gOCltYdR.png);background-position:right center;background-repeat:no-repeat;background-size:contain;height:20px;width:20px}.b-h2h-periods.TEN .h2h-tie-break,.b-h2h-periods.PDL .h2h-tie-break{color:#696d6f;font-size:medium;left:2px;position:relative;top:-7px}.bwl-results-unit .bwl-members{display:flex;flex-flow:row wrap;gap:2rem;justify-content:center}.bwl-results-unit .bwl-members .player{border:1px solid #696d6f;min-width:160px}.bwl-results-unit .bwl-members .player .name{background-color:#e62037;color:#fff;font-style:italic;padding:.5rem}.bwl-results-unit .bwl-members .player .values{display:flex;padding:.2rem 0}.bwl-results-unit .bwl-members .player .values .num,.bwl-results-unit .bwl-members .player .values .value{width:50%}.b-ath-results.CRD .split-result.speed{color:#e7def2}.b-ath-results.CRD .split-result.speed small{margin-right:.2rem}.crd-start-list .grid-row .extra.start-time{width:5rem}.csl-results .diff{font-style:italic}.csl-results .container{margin-top:1rem}.csl-results .container .container-splits{display:flex;flex-wrap:wrap}.csl-results .container .container-splits .data{width:9%}@media (max-width: 767.98px){.csl-results .container .container-splits .data{gap:.25rem;width:20%}}.csl-results .container .container-splits .data .row-one-csl{background-color:#e62037;border:1px solid white;color:#fff}.csl-results .container .container-splits .data .row-one-csl.bar{background-color:#000}.csl-results .container .container-splits .data .row-two-csl{border:1px solid white;font-size:1.25rem}.csl-results .container .container-splits .data .row-two-csl.green{background-color:#bbe6bb;color:#fff}.csl-results .container .container-splits .data .row-two-csl.green i{color:#fff}.csl-results .container .container-splits .data .row-two-csl.red{background-color:#e5a7a7;color:#fff;font-size:1.25rem}@media (max-width: 767.98px){.csl-results .container .container-splits{flex-wrap:wrap}}.csl-results .container .time-split{margin-top:1rem}.csl-results .container .time-split .time-one,.csl-results .container .time-split .time-two,.csl-results .container .time-split legend{align-items:center;display:flex;gap:.5rem;text-align:start}.csl-results .container .time-split .time-one .result,.csl-results .container .time-split .time-two .result,.csl-results .container .time-split legend .result{font-size:1.2rem;font-weight:700}.csl-results .container .time-split .time-one,.csl-results .container .time-split .time-two,.csl-results .container .time-split .name{font-style:italic}.csl-results .container .time-split .legend{align-items:center;display:flex;gap:.5rem;justify-content:start;margin:0 auto}.csl-results .container .time-split .legend .box{background-color:#000;height:15px;width:15px}.equ-horse-info .horse{align-items:center;display:flex;gap:.5rem;justify-content:start;padding-left:.75rem;padding-top:.25rem}.equ-horse-info .horse .btn-horse-info{background:none;border:none;padding:0}.equ-horse-info .horse .arrow{color:#e62037;font-size:.8rem;margin-inline-start:.5rem;text-align:end;transition:all .5s ease}.equ-horse-info .horse .arrow i{cursor:pointer}.equ-horse-info .horse .horse-icon{color:#e62037;font-size:1.3rem}.equ-horse-info .horse .horse-name{font-style:italic}.equ-horse-info .horse .number{background-color:#e62037;border-radius:5px;color:#fff;font-size:90%;padding:2px 6px}.equ-horse-info .horse-info{margin-top:1rem}.equ-horse-info .horse-info-values{display:flex;flex-wrap:wrap;gap:1rem;padding-bottom:.6rem}.equ-horse-info .horse-info-values .info-box{align-items:center;border:1px solid #dcdcd9;border-radius:5px;display:flex;flex-direction:column;overflow:hidden;width:100px}.equ-horse-info .horse-info-values .info-box p.title,.equ-horse-info .horse-info-values .info-box .info{padding:2px 6px}.equ-horse-info .horse-info-values .info-box .title{background-color:#e62037;color:#fff;font-size:.8rem;font-weight:600;width:100%}.equ-horse-info .horse-info-values .info-box .info{color:#e62037;font-style:italic;font-weight:600}.equestrian .members .member-mark{padding-left:.3rem;padding-right:.3rem}.equestrian .members .col.member-mark.strike{text-decoration:line-through}.results-unit.CTR .b-ath-results .col.player{align-items:center;display:flex}.results-unit.CTR .rules,.results-unit.CTR .avg-speed{align-items:flex-start;border-top:1px solid rgb(215,217,220);display:flex;font-size:85%;gap:.3rem;padding:.5rem;text-align:start}.results-unit.CTR .rules .title-wrap,.results-unit.CTR .avg-speed .title-wrap{align-items:center;display:flex}.results-unit.CTR .rules .title-wrap i,.results-unit.CTR .avg-speed .title-wrap i{margin-right:.5rem}.results-unit.CTR .rules .title-wrap .title,.results-unit.CTR .avg-speed .title-wrap .title{font-weight:700}.results-unit.CTR .rules .text,.results-unit.CTR .avg-speed .text{font-weight:300}.results-unit.CTR .rules{flex-direction:column}@media (min-width: 992px){.results-unit.CTR .rules{align-items:center;flex-direction:row}}.results-unit.CTR .avg-speed{flex-direction:row}.results-unit.CTR .extra-info p{color:#212121}.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 .b-h2h-periods .competitor-data{align-items:center;display:flex}.ctr-start-list .ath-start-list-unit.CTR .group-startlist{background-color:#dcdcd9;font-weight:700;padding:1rem;text-align:left}.ctr-start-list .ath-start-list-unit.CTR .member-item .bib-data{background-color:#e620371a;color:#fff;font-weight:500;padding:0 .2rem}.ctr-by-points .b-ath-results.CTR.summary .row-three .title.sprint-won{color:#e62037;font-size:.8rem;font-weight:500}.ctr-by-points .b-ath-results.CTR.summary .row-three ul.split-list-ctr{display:flex;flex-wrap:wrap;justify-content:center}.ctr-by-points .b-ath-results.CTR.summary .row-three ul.split-list-ctr li.split-item-wrapper-ctr{padding-bottom:.25rem;padding-top:.2rem;width:3rem}.ctr-by-points .b-ath-results.CTR.summary .row-three ul.split-list-ctr li.split-item-wrapper-ctr .split-title{color:#e62037;font-size:90%;font-weight:300}.ctr-by-points .b-ath-results.CTR.summary .row-three ul.split-list-ctr li.split-item-wrapper-ctr .split-result .result{font-weight:500}.ctr-by-points .b-ath-results.CTR.summary .row-three ul.split-list-ctr li.split-item-wrapper-ctr .split-result .irm{font-size:85%;font-style:italic}.ctr-by-points table.CTR.summary{border-collapse:collapse;font-size:.9rem;justify-content:center;margin:auto;width:100%}.ctr-by-points table.CTR.summary thead{border-bottom:1px solid rgb(230,32,55);color:#e62037;cursor:pointer;font-size:.8rem;font-weight:500}.ctr-by-points table.CTR.summary td span,.ctr-by-points table.CTR.summary th span{margin-inline:.5rem}.ctr-by-points table.CTR.summary td .splits,.ctr-by-points table.CTR.summary th .splits{text-align:center}.ctr-by-points table.CTR.summary td.mark,.ctr-by-points table.CTR.summary th.mark{font-weight:600}.ctr-by-points table.CTR.summary td.rank,.ctr-by-points table.CTR.summary th.rank{text-align:center;width:3rem}.ctr-by-points table.CTR.summary td.result,.ctr-by-points table.CTR.summary td.finish,.ctr-by-points table.CTR.summary th.result,.ctr-by-points table.CTR.summary th.finish{text-align:center;width:4rem}.ctr-by-points table.CTR.summary td.result,.ctr-by-points table.CTR.summary th.result{font-size:1rem;font-weight:600}.ctr-by-points table.CTR.summary td{border-bottom:1px solid #f1f1f1;height:38px;padding-bottom:.2rem;padding-top:.2rem}.ctr-by-points table.CTR.summary th{font-weight:500}.ctr-by-points table.CTR.summary th i{font-size:.8rem;margin-right:.2rem}.ctr-by-points table.CTR.summary th div{align-items:center;display:flex;justify-content:center}.ctr-by-points table.CTR.summary tr{height:var(--table-row-height)}.ctr-by-points table.CTR.summary .player-warning{align-items:center;display:flex}.ctr-by-points table.CTR.summary .names{width:fit-content}.ctr-by-points table.CTR.summary .names .name,.ctr-by-points table.CTR.summary .names .lane{text-align:center}.ctr-by-points table.CTR.summary .names .fav{background:linear-gradient(45deg,#ffd517,#fff0 70%)}.ctr-by-points table.CTR.summary .names .org-flag{height:1rem;width:1.5rem}.ctr-by-points table.CTR.summary .names td.name span{display:block;max-width:7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ctr-by-points table.CTR.summary .names td.name span.summary{max-width:20rem}.schedule-unit-result.FBL .result.final,.schedule-unit-result.FBS .result.final,.schedule-unit-result.HBL .result.final,.schedule-unit-result.WPO .result.final,.schedule-unit-result.HOC .result.final,.schedule-unit-result.FSL .result.final{align-items:center;display:flex;gap:.2rem;justify-content:center}.b-h2h-results.KTE .b-match-competitors .b-match-orgs .b-label-org{background-color:#fff;border-inline-end:1px solid #dcdcd9}.b-h2h-results.KTE .b-match-competitors .b-match-scores .home,.b-h2h-results.KTE .b-match-competitors .b-match-scores .away{background-color:#fff}.b-h2h-results.KTE .b-match-competitors .b-match-scores .home{border-inline-end:1px solid #dcdcd9;border-radius:0}@media (min-width: 768px){.b-h2h-results.KTE .b-match-competitors .b-match-scores .home{border-inline-end:unset;border-start-start-radius:0}}.b-h2h-results.KTE .b-match-competitors .b-match-scores .away{border-radius:0}@media (min-width: 768px){.b-h2h-results.KTE .b-match-competitors .b-match-scores .away{border-start-end-radius:0}}.b-h2h-results.KTE .b-match-competitors .b-match-scores .score{background-color:#fff}.b-h2h-results.KTE .b-match-competitors .b-match-scores .score.score_0{border-inline-end:1px solid #dcdcd9;border-start-start-radius:0}@media (min-width: 768px){.b-h2h-results.KTE .b-match-competitors .b-match-scores .score.score_0{border-start-end-radius:0;border-start-start-radius:unset}}.b-h2h-results.KTE .b-match-competitors .b-match-scores .score.score_1{border-start-end-radius:0}@media (min-width: 768px){.b-h2h-results.KTE .b-match-competitors .b-match-scores .score.score_1{border-start-end-radius:unset;border-start-start-radius:0}}.b-h2h-results.KTE .b-match-competitors .b-match-extra{background-color:#fff;display:flex;margin:0}.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{border-inline-end:1px solid #dcdcd9;flex:1}.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;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-size:1.1rem;font-weight:600}@media (min-width: 768px){.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .detail-title span{font-size:1.3rem}}.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 .point{border:1px solid #212121;border-radius:5px;flex:1;margin:.2rem}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .points .point .code{align-items:center;color:#fff;display:flex;justify-content: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:#e00}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .points .point .code .blue{background:#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 .points .point .value.senshu{background-color:#000;color:#fff}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .title-fault{font-size:1.1rem;font-weight:600}@media (min-width: 768px){.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .title-fault{font-size:1.3rem}}.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{background-color:#dcdcd9;border-radius:5px;color:#000;opacity:.2}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .faults-box .faults.home-f,.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .faults-box .faults.away-f{color:#fff;font-weight:600;opacity:1}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .faults-box .faults.home-f{background-color:#e00}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .faults-box .faults.away-f{background-color:#00f}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .faults-box .faults .title{border:.038rem solid black;border-radius:5px;padding:2px 4px;width:clamp(5rem,5vw,3rem)}.b-h2h-results.KTE .b-legend{display:flex;justify-content:center;margin-top:1rem}.JUD .b-h2h-periods{margin-bottom:2rem}.JUD .b-h2h-periods .results-split{display:flex;gap:.4rem;margin-bottom:1rem;margin-top:.5rem}.JUD .b-h2h-periods .results-split .point{align-items:center;display:flex;flex-direction:column;justify-content:space-around}.JUD .b-h2h-periods .results-split .point .code{align-items:center;display:flex;height:1.4rem;justify-content:center;margin-bottom:.2rem;width:1rem}.JUD .b-h2h-periods .results-split .point .code.shido{background-color:#ff0}.JUD .b-h2h-periods .results-split .point .code.shido span{color:#000}.JUD .b-h2h-periods .results-split .point .code span{font-size:.9rem}.JUD .b-h2h-periods .results-split .point .value{align-items:center;display:flex;height:1.5rem;justify-content:center;width:1rem}.JUD .b-h2h-periods .results-split .point .value span{font-size:1.2rem}.JUD .b-h2h-periods .results-split .point .value.active{background-color:#fff;border:1px solid rgb(230,32,55)}.JUD .b-h2h-periods .results-split .point .value.inactive{background-color:none;border:none}.JUD .jud-legend{display:flex;flex-direction:column;margin-top:1rem}.JUD .jud-legend .legend{align-items:center;display:flex;margin-bottom:.2rem}.JUD .jud-legend .code{align-items:center;display:flex;height:1.4rem;justify-content:center;margin-right:.5rem;width:1rem}.JUD .jud-legend .code.shido{background-color:#ff0}.JUD .jud-legend .code.shido span{color:#000}.JUD .jud-legend .value{height:.7rem;width:1.5rem}.JUD .jud-legend .value span{font-size:1rem}.JUD .b-legend .show-legends .legend .key .short-desc{background-color:#ff0;color:#000}.JUD .contest-time{display:flex;margin-bottom:1rem}.JUD .h2h-result.total{align-items:center;display:flex;justify-content:center;padding-inline:.2rem}.JUD .h2h-result.total .b-result{white-space:nowrap}.JUD .h2h-result.total .one-yc{background-color:#ffd200;border-radius:1px;box-shadow:1px 1px 1px #0003;height:1.1rem;margin-left:.4rem;width:.8rem}.JUD .h2h-result.total .two-yc{direction:ltr;display:flex}.JUD .h2h-result.total .two-yc .one-yc:first-child{margin-left:0;position:relative;right:-7px;top:2px;z-index:2}.JUD .h2h-result.total .two-yc .one-yc:nth-child(2){left:0;margin-left:0;position:relative;top:-2px;z-index:1}.JUD .h2h-result.total .three-yc{background-color:#ff4f3a}.results-total{display:flex;gap:10px}.results-total .extra-info{display:flex;flex-direction:column;font-size:1rem;gap:4px}.results-total .extra-info .extra{display:flex;gap:8px;height:auto;padding:2px 12px}.results-total .extra-info .extra .title{font-style:italic}.results-total .extra-info .extra.avg{background-color:#0080009e}.results-total .extra-info .extra.pen{background-color:#ffa6009e}.div-ext{align-items:center;display:flex;flex-direction:column;gap:.25rem;margin-top:1rem;width:100%}.div-ext .mobile-tab{border-bottom:1px solid #f1f1f1;display:flex;flex-direction:column;padding:.2rem 0 1rem;width:100%}.div-ext .mobile-tab .order{grid-area:order}.div-ext .mobile-tab .order.title{grid-area:orderTit}.div-ext .mobile-tab .code{grid-area:code}.div-ext .mobile-tab .code.title{grid-area:codeTit}.div-ext .mobile-tab .pos{grid-area:pos}.div-ext .mobile-tab .pos.title{grid-area:posTit}.div-ext .mobile-tab .dif{grid-area:dif}.div-ext .mobile-tab .dif.title{grid-area:difTit}.div-ext .mobile-tab .desc{background-color:#5555556e;color:#000;grid-area:desc;margin-bottom:.5rem;padding:.3rem}.div-ext .mobile-tab .desc.title{grid-area:descTit}.div-ext .mobile-tab .title{font-weight:700}.div-ext .mobile-tab .div-startlist{display:grid;gap:.2rem;grid-template:"desc desc desc desc" 2.5rem "order code pos dif" 1fr/.8fr 1.2fr 1.52fr .8fr;margin-bottom:.3rem}.div-ext .mobile-tab .div-startlist>*{display:flex;flex-direction:column}.div-ext .mobile-tab .div-startlist .desc{text-align:center;width:100%}.div-ext .mobile-tab .div-startlist .code,.div-ext .mobile-tab .div-startlist .dif{color:#e62037;font-style:italic}.div-ext .mobile-tab .div-result{display:flex;flex-direction:row;justify-content:space-between}.div-ext .mobile-tab .div-result .panel,.div-ext .mobile-tab .div-result .pen,.div-ext .mobile-tab .div-result .points,.div-ext .mobile-tab .div-result .rank{display:flex;flex-direction:column}.div-ext .mobile-tab .div-result .row{display:flex;flex-direction:row}.div-ext .mobile-tab .div-result .pen .title,.div-ext .mobile-tab .div-result .pen .value,.div-ext .mobile-tab .div-result .points .title,.div-ext .mobile-tab .div-result .points .value,.div-ext .mobile-tab .div-result .rnk .title,.div-ext .mobile-tab .div-result .rnk .value{height:1.5rem;width:2rem}.div-ext .mobile-tab .div-result .points{font-weight:600}.div-ext .mobile-tab .div-result .panel .title,.div-ext .mobile-tab .div-result .panel .value{height:1.5rem;width:1.4rem}.div-ext .mobile-tab .div-result table{border-collapse:unset}.div-ext .mobile-tab .div-result table thead .judge{background-color:#e7def2;color:#fff}.div-ext .mobile-tab .div-result table thead .points,.div-ext .mobile-tab .div-result table thead .rnk{background-color:#000}.div-ext .mobile-tab .div-result table tbody .judge .invalid{color:#5555556e;text-decoration:line-through}.div-ext .desktop{display:flex;justify-content:center;width:100%}.div-ext .desktop td.dif{border-right:1px solid #000;padding-right:.5rem}.div-ext .desktop td.points{border-left:1px solid #fff}.div-ext table.diving-table{width:100%}.div-ext table.diving-table td{padding:4px 0}.div-ext table.diving-table tr+tr{border-top:1px solid #f1f1f1}.div-ext table.diving-table .code,.div-ext table.diving-table .desc,.div-ext table.diving-table .pos{text-align:start}.div-ext table.diving-table .code{color:#e62037;font-style:italic}.div-ext table.diving-table .dif{color:#e62037;font-style:italic;width:2rem}.div-ext table.diving-table .order{min-width:1.2rem}.div-ext table.diving-table .desc,.div-ext table.diving-table .pos{padding:4px .3rem}.div-ext table.diving-table .judge{font-size:90%;min-width:1.8rem}.div-ext table.diving-table .judge.invalid{color:#f1f1f1;text-decoration:line-through}@media (max-width: 429.98px){.div-ext table.diving-table .judge{min-width:unset}}.div-ext table.diving-table .points{font-weight:600;min-width:2rem;padding:4px .3rem}.div-ext table{border:0 solid black;border-collapse:collapse}@media (min-width: 430px){.div-ext .mobile-tab{font-size:1rem}.div-ext .mobile-tab .div-startlist .order,.div-ext .mobile-tab .div-startlist .code,.div-ext .mobile-tab .div-startlist .pos,.div-ext .mobile-tab .div-startlist .dif{flex-direction:row;justify-content:center}.div-ext .mobile-tab .div-startlist .title{margin-right:.3rem}}.b-tab-selector-gar{display:flex;flex-flow:row wrap;justify-content:center;padding:1rem 0 2rem}.b-tab-selector-gar .b-tab-link .img-box{align-items:center;border:1px solid rgba(33,33,33,.38);border-radius:.2rem;color:#212121;cursor:pointer;display:flex;flex-direction:column;font-size:1rem;justify-content:center;margin-block:.6rem .2rem;min-height:68px;min-width:77px;padding:.4rem .8rem;transition:all .3s ease}@media (min-width: 540px){.b-tab-selector-gar .b-tab-link .img-box{min-height:75px;min-width:105px;padding:.4rem 1.2rem}}.b-tab-selector-gar .b-tab-link .img-box:hover,.b-tab-selector-gar .b-tab-link .img-box.active-box{background-color:#e62037;color:#fff;fill:#fff}.b-tab-selector-gar .b-tab-link .img-box:hover .opt-picto,.b-tab-selector-gar .b-tab-link .img-box.active-box .opt-picto{fill:#fff;stroke:#fff}.b-tab-selector-gar .b-tab-link .img-box .opt-picto{fill:#e62037;stroke:#e62037}.b-tab-selector-gar .b-tab-link .img-box .label{font-size:.8rem;font-weight:600;margin-block-start:.5rem;text-align:center}.gar-team-final .b-tab-selector{gap:.4rem 1.5rem}.gar-team-final .b-tab-selector.sub{padding-bottom:1.5rem}.gar-team-final .b-tab-selector.sub .b-tab-link{border:1px solid #000;color:#000}.gar-team-final .b-tab-selector.sub .b-tab-link.active{background-color:#000;color:#fff}.gar-team-final .b-tab-selector.sub .b-tab-link span{text-transform:none}.gar-team-final .b-tab-selector.sub .b-tab-link:hover{background-color:#000;color:#fff}.gar-team-final .b-tab-selector.rot{padding-bottom:1.5rem;padding-top:0}.gar-team-final .b-tab-selector.rot .b-tab-link{border:1px solid rgb(230,32,55);color:#e62037}.gar-team-final .b-tab-selector.rot .b-tab-link.active{background-color:#e62037;color:#fff}.gar-team-final .b-tab-selector.rot .b-tab-link span{text-transform:none}.gar-team-final .b-tab-selector.rot .b-tab-link:hover{background-color:#e62037;color:#fff}.gar-team-final .ath-start-list-unit.GAR .b-collapse-header{background-color:#e62037;color:#fff;margin-bottom:.5rem;padding:.5rem 1rem}.gar-team-final .ath-start-list-unit.GAR .b-collapse-header .gar-title{align-items:center;display:flex;justify-content:center}.gar-team-final .ath-start-list-unit.GAR .b-collapse-header .gar-title svg{fill:#fff;padding:.2rem;stroke:#fff}.gar-team-final .ath-start-list-unit.GAR .b-collapse-header .gar-title p{padding-left:1rem}@media (min-width: 768px){.unit-results-team-aa.GAR .hide-mobile .grid-row .row-one{flex:1 0 140px}}@media (min-width: 895px){.unit-results-team-aa.GAR .hide-mobile .grid-row .row-one{flex:1 0 120px}}@media (min-width: 1010px){.unit-results-team-aa.GAR .hide-mobile .grid-row .row-one{flex:1 0 100px}}@media (min-width: 768px){.unit-results-team-aa.GAR .hide-mobile .grid-row .row-one.extraClass{flex:1 0 450px}}@media (min-width: 980px){.unit-results-team-aa.GAR .hide-mobile .grid-row .row-one.extraClass{flex:1 0 100px}}@media (min-width: 992px){.unit-results-team-aa.GAR .hide-mobile .grid-row .row-one.extraClass{flex:1 0 50px}}.unit-results-team-aa.GAR .hide-mobile .grid-row .row-one .rank{flex:0 0 40px}@media (min-width: 768px){.unit-results-team-aa.GAR .hide-mobile .grid-row .row-two.extraClass{flex:1 0 450px}}@media (min-width: 980px){.unit-results-team-aa.GAR .hide-mobile .grid-row .row-two.extraClass{flex:1 0 200px}}@media (min-width: 992px){.unit-results-team-aa.GAR .hide-mobile .grid-row .row-two.extraClass{flex:1 0 100px}}.unit-results-team-aa.GAR .hide-mobile .grid-row .row-two .col.result{font-weight:600}@media (min-width: 768px){.unit-results-team-aa.GAR .hide-mobile .grid-row .row-two .col.result{font-size:.95rem}}@media (min-width: 992px){.unit-results-team-aa.GAR .hide-mobile .grid-row .row-two .col.result{font-size:1.05rem}}@media (min-width: 768px){.unit-results-team-aa.GAR .hide-mobile .grid-row .row-two .col.extra{font-size:.85rem}}@media (min-width: 992px){.unit-results-team-aa.GAR .hide-mobile .grid-row .row-two .col.extra{font-size:.95rem}}@media (min-width: 992px){.unit-results-team-aa.GAR .hide-mobile .grid-row .row-two .col.extra,.unit-results-team-aa.GAR .hide-mobile .grid-row .row-two .col.result{flex:0 0 5rem}}@media (min-width: 768px){.unit-results-team-aa.GAR .hide-mobile .grid-row .row-three .grid-row{font-size:.9rem}}@media (min-width: 768px){.unit-results-team-aa.GAR .hide-mobile .grid-row .result.col{font-size:1.1rem}}.unit-results-team-aa.GAR .hide-mobile .grid-row.titles .row-two .col-title.extra,.unit-results-team-aa.GAR .hide-mobile .grid-row.titles .row-two .col-title.result{word-break:break-word}@media (min-width: 992px){.unit-results-team-aa.GAR .hide-mobile .grid-row.titles .row-two .col-title.extra,.unit-results-team-aa.GAR .hide-mobile .grid-row.titles .row-two .col-title.result{flex:0 0 5rem}}@media (min-width: 992px){.unit-results-team-aa.GAR .hide-mobile .grid-row .row-one.extraClass{flex:1 0 10rem}.unit-results-team-aa.GAR .hide-mobile .grid-row .row-two.extraClass{flex:3 0 120px}.unit-results-team-aa.GAR .hide-mobile .grid-row .row-two.extra,.unit-results-team-aa.GAR .hide-mobile .grid-row .row-two.result{flex:0 0 5rem}}.unit-results-team-aa.GAR .hide-mobile .b-collapse-header{align-items:center;background-color:#e62037;color:#fff;display:flex;flex-direction:row;justify-content:center;margin-bottom:5px;padding:.25rem .5rem}.unit-results-team-aa.GAR .hide-mobile .b-collapse-header .b-collapse-title{flex:1 0}.unit-results-team-aa.GAR .hide-mobile .b-collapse-header .b-collapse-trigger{flex:0 0 auto;font-size:1rem;margin-left:.6rem;transition:all .5s ease}.unit-results-team-aa.GAR .hide-mobile .b-collapse-header.start .b-collapse-title{text-align:start}.unit-results-team-aa.GAR .hide-mobile .b-collapse-header.end .b-collapse-title{text-align:end}.unit-results-team-aa.GAR .hide-mobile .b-collapse-header:hover{cursor:pointer;opacity:.7}.unit-results-team-aa.GAR .hide-mobile .b-collapse-header.open .b-collapse-trigger{transform:rotate(180deg)}.unit-results-team-aa.GAR .hide-mobile .b-collapse-content{padding-bottom:1rem;padding-top:0}.unit-results-team-aa.GAR .hide-mobile .b-collapse-trigger>span,.unit-results-team-aa.GAR .hide-mobile .b-collapse-trigger .icon-set{transition:transform .5s ease}.unit-results-team-aa.GAR .hide-mobile .b-collapse-trigger:hover{cursor:pointer;opacity:.5}.unit-results-team-aa.GAR .hide-mobile .b-collapse-trigger.oncollapsed>span,.unit-results-team-aa.GAR .hide-mobile .b-collapse-trigger.oncollapsed .icon-set{transform:rotate(0)}.unit-results-team-aa.GAR .hide-mobile .b-collapse-trigger.onexpanded>span,.unit-results-team-aa.GAR .hide-mobile .b-collapse-trigger.onexpanded .icon-set{transform:rotate(180deg)}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile:not(.titles){border-radius:2.5rem;box-shadow:0 4px 10px #0000001a;height:fit-content;margin-bottom:.6rem}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile:not(.titles) .bib{background-color:#e7def2;color:#000;font-size:.75rem;padding:.15rem}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile{background-color:#fff;display:flex;flex-flow:row wrap;padding:.5rem .2rem}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile.sticky-elements{background-color:unset;position:sticky;top:40px;z-index:1}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile.titles{color:#fff;font-size:.8rem;font-weight:500;text-transform:uppercase}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .bib{flex:0 0 2rem}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-one{align-items:center;display:flex;justify-content:space-between;overflow:clip}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-one.women{flex:1 0 330px}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-one.men{flex:1 0 220px}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-one .rank{flex:0 0 2rem}@media (min-width: 540px){.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-one .rank{flex:0 0 3rem}}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-one .col-left{align-items:center;display:flex;flex:1 0 200px;gap:1rem}@media (min-width: 430px){.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-one .col-left .col.rank,.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-one .col-left .player-name{font-size:.9rem}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-one .col-left .org-flag{height:1.3rem}}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-one .col-right{display:flex;gap:1rem}@media (max-width: 767.98px){.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-one .col-right{padding-right:.5rem}}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-one .col-right .col.result{margin-right:0}@media (min-width: 540px){.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-one .col-right .col.result{font-size:.95rem}}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-one .col-right .col.result.col-title{margin-right:.4rem}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-one .col-right .col.result span{font-weight:600}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-one.row-expand{cursor:pointer;display:flex;gap:1rem;justify-content:flex-start}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-two{align-items:center;display:flex;flex:1 0 300px;font-size:.8rem;font-weight:500;justify-content:space-around;margin-top:.5rem;overflow:clip}@media (min-width: 540px){.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-two{flex:1 0 500px}}@media (min-width: 768px){.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-two{margin-top:0}}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-two .extra{font-weight:400;min-width:41px}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-two .extra .img img{max-width:25px}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-two .col.expand,.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-two .col-title.expand{color:#e62037;cursor:pointer;font-size:.8rem;width:0}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-two .col.col.exec,.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-two .col-title.col.exec{font-weight:400;min-width:41px}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-three{flex:1 0 100%}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-three .row-one .col.bib{background-color:#e7def2;color:#fff;font-size:.75rem;padding:.15rem}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-three .row-one .col.bib.col.player .player-profile{font-size:.8rem}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile .row-three .row-one .col.player .player-name{font-size:.9rem}@media (min-width: 768px){.gar-el-res .b-ath-results .result-details{display:flex;flex-wrap:wrap;justify-content:space-around}}.gar-el-res .row-three .collapse{display:flex;justify-content:space-around}.gar-el-res .row-two .col.expand,.gar-el-res .row-two .col-title.expand{color:#e62037;cursor:pointer;font-size:.8rem;width:0}.gar-el-res .row-two .col.col.exec,.gar-el-res .row-two .col-title.col.exec{font-weight:600;min-width:41px}.gar-el-res .gar-ext{margin-top:1rem}@media (min-width: 768px){.gar-el-res .gar-ext{width:40%}.gar-el-res .gar-ext.all-el-results{width:100%}}.gar-el-res .gar-ext table{border-collapse:collapse}.gar-el-res .gar-ext table.gar-table{margin:auto;width:min(100%,650px)}.gar-el-res .gar-ext table.gar-table.all-results{width:min(100%,860px)}.gar-el-res .gar-ext table.gar-table th.result{text-align:left}.gar-el-res .gar-ext table.gar-table tr{border-top:1px solid #f1f1f1;text-align:left}.gar-el-res .gar-ext table.gar-table td{padding:4px 0;text-align:center}.gar-el-res .gar-ext table.gar-table .title{color:#e62037;font-style:italic;min-width:1.8rem}.gar-el-res .gar-ext table.gar-table .members{display:flex}.gar-el-res .gar-ext table.gar-table .members .name{margin-block-start:.3rem}.gar-el-res .gar-ext table.gar-table .members .bib{align-items:center;background-color:#e7def2;color:#fff;display:flex;justify-content:center;margin-block-start:.3rem;margin-right:.5rem}.gar-el-res .gar-ext table.gar-table .points{min-width:2rem;padding:5px .3rem}.gar-el-res .gar-ext table.gar-table .points.result{font-weight:700}.gar-el-res .gar-ext table.gar-table.rtl th.result,.gar-el-res .gar-ext table.gar-table.rtl tr{text-align:right}@media (min-width: 768px){.GRY .b-ath-results .result-details{display:flex;flex-wrap:wrap;justify-content:space-around}}.GRY .b-ath-results .grid-row .row-two{flex:3 0 390px}.GRY .gry-ext{margin-top:1rem;width:100%}@media (min-width: 768px){.GRY .gry-ext.group{width:45%}}.GRY .gry-ext table{border-collapse:collapse}.GRY .gry-ext table.gry-table{margin:auto;width:min(90%,650px)}.GRY .gry-ext table.gry-table th.title{text-align:right}.GRY .gry-ext table.gry-table th.score,.GRY .gry-ext table.gry-table th.result{text-align:left}.GRY .gry-ext table.gry-table tr{border-top:1px solid #f1f1f1;text-align:left}.GRY .gry-ext table.gry-table td{text-align:center}.GRY .gry-ext table.gry-table .code,.GRY .gry-ext table.gry-table .title{color:#e62037;font-style:italic;min-width:1.8rem}.GRY .gry-ext table.gry-table .points{min-width:2rem;text-align:right}.GRY .gry-ext table.gry-table .points.result{color:#000;font-weight:700}.GRY .gry-ext table.gry-table .points .total{text-align:left}.GRY .gry-ext table.gry-table td.points.avg{border-left:2px solid #fff}.GRY .gry-ext table.gry-table.rtl th.title{text-align:left}.GRY .gry-ext table.gry-table.rtl th.score,.GRY .gry-ext table.gry-table.rtl th.result,.GRY .gry-ext table.gry-table.rtl tr{text-align:right}.GRY .gry-ext table.gry-table.rtl .points{text-align:left}.GRY .gry-ext table.gry-table.rtl .points .total{text-align:right}.GRY .gry-ext table.gry-table.rtl td.points.avg{border-right:2px solid #fff}.GRY .gry-ext table table{border-collapse:collapse}.header-gry-aa-startlist{display:flex;gap:.5rem}.header-gry-aa-startlist .b-title-section{flex-grow:1;justify-content:space-between}.header-gry-aa-startlist .b-title-section .b-badge{color:#000}.glf-results .b-ath-results .grid-row .extra.round1,.glf-results .b-ath-results .grid-row .extra.round2,.glf-results .b-ath-results .grid-row .extra.round3,.glf-results .b-ath-results .grid-row .extra.round4{flex:0 0 3.5rem}@media (min-width: 992px){.glf-results .b-ath-results .grid-row .extra.round1,.glf-results .b-ath-results .grid-row .extra.round2,.glf-results .b-ath-results .grid-row .extra.round3,.glf-results .b-ath-results .grid-row .extra.round4{flex:0 0 4rem}}.glf-results .b-ath-results .round-info .strokes{font-weight:500}.glf-results .b-ath-results .round-info .par{font-size:90%;font-weight:300}.glf-results .container{display:flex;flex-direction:column}.glf-results .container .first-row{display:flex;justify-content:flex-end}.glf-results .container .first-row .page{background-color:#fff;border-radius:50%;height:1.3rem;margin:0 1rem;text-align:center;width:1.3rem}.glf-results .container .first-row .page i{color:#fff;cursor:pointer;font-size:80%}.glf-results .container .first-row .page i.fa-chevron-right{margin-left:.1rem}.glf-results .container .first-row .page i.fa-chevron-left{margin-right:.1rem}.glf-results .container table{border-collapse:collapse;width:100%}.glf-results .container table th.left{border-left:1px solid rgba(230,32,55,.1)}.glf-results .container table thead,.glf-results .container table tr{height:1.5rem}.glf-results .container table .title{width:3rem}.glf-results .container table .cell{width:2rem}.glf-results .container table .cell.par{font-size:75%}.glf-results .container table .cell.results{border-bottom:1px solid rgba(230,32,55,.1)}.glf-results .container table .cell.right{border-right:1px solid rgba(230,32,55,.1)}.glf-results .container table .numbers{border-bottom:1px solid #000}.glf-results .container table .text{border-bottom:1px solid rgba(230,32,55,.1)}.glf-results.avoid-expand .expand{display:none}.glf-start-list .grid-row .row-one{flex-basis:9rem;height:2.5rem;max-width:9rem}.glf-start-list .grid-row .row-one:after{content:auto}.glf-start-list .grid-row .row-two.groups{align-items:flex-start;flex-direction:column}.glf-start-list .grid-row .row-two.groups .col{width:unset}.glf-start-list .grid-row .row-two.groups .col.player{margin-bottom:.3rem}.glf-start-list .grid-row.titles .row-one{flex-basis:305px;max-width:unset}.glf-start-list .grid-row.titles .row-two{justify-content:flex-end}.gtr-ext{margin-top:1rem}.gtr-ext table.gtr-table{margin:auto;width:min(100%,650px)}.gtr-ext table.gtr-table th.score{text-align:left}.gtr-ext table.gtr-table tr{border-top:1px solid #f1f1f1;text-align:left}.gtr-ext table.gtr-table td{padding:4px 0;text-align:center}.gtr-ext table.gtr-table .code{color:#e62037;font-style:italic;min-width:1.8rem}.gtr-ext table.gtr-table .points{min-width:2rem;padding:4px .3rem}.gtr-ext table.gtr-table .points.result{color:#000;font-weight:700}.gtr-ext table.gtr-table td.points.avg{border-left:2px solid #fff}.gtr-ext table.gtr-table.rtl th.score,.gtr-ext table.gtr-table.rtl tr{text-align:right}.gtr-ext table{border-collapse:collapse}.mpn-results.MPN .menu-groups{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:2rem auto;width:100%}.mpn-results.MPN .menu-groups .single-menu{background-color:#dcdcd9;border-radius:5px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:700;padding:.5rem;text-align:center;text-transform:uppercase}.mpn-results.MPN .menu-groups .single-menu:hover,.mpn-results.MPN .menu-groups .active{background-color:#7995cc;color:#fff}.mpn-results.MPN .b-ath-results .grid-row .col.extra.pointsmp{font-size:120%;font-weight:600}.b-label-player.MPN .player-profile .member-data+.member-data{padding-top:.3rem}.b-label-player.MPN .horse{align-items:center;display:flex;gap:.5rem;justify-content:start;padding-left:.75rem;padding-top:.25rem}.b-label-player.MPN .horse .horse-icon{color:#e62037;font-size:1.4rem}.b-label-player.MPN .horse .horse-name{font-style:italic}.b-label-player.MPN .horse .number{align-items:center;display:flex;gap:.1rem}.mpn-fencing .menu-groups .single-menu i{margin-bottom:.4rem}.mpn-fencing .fencing-results .b-ath-results .grid-row .row-two{flex:3 0 460px}@media (max-width: 539.98px){.mpn-fencing .fencing-results .b-ath-results .grid-row .row-two{flex:3 0 290px}}.mpn-fencing .fencing-results .b-ath-results .grid-row .extra{flex:0 0 5rem}@media (max-width: 539.98px){.mpn-fencing .fencing-results .b-ath-results .grid-row .extra{flex:0 0 4rem}}.mpn-fencing .fencing-matches .fencing-piste .piste-title{background-color:#7995cc;border-radius:15px;color:#fff;font-size:1.1rem;font-weight:800;padding:.2rem}.mpn-fencing .fencing-matches .fencing-piste .container-match{column-gap:2rem;display:grid;grid-template-columns:1fr;margin:.5rem 0}.mpn-fencing .fencing-matches .fencing-piste .container-match .fencing-wrapper .piste span{background-color:#7995cc;border-radius:10%;margin-bottom:.1rem;padding:.2rem}.mpn-fencing .fencing-matches .fencing-piste .container-match .fencing-wrapper .fencing-result{align-items:center;border-bottom:1px solid rgba(85,85,85,.43);display:flex;justify-content:space-between;margin:.4rem auto;width:100%}@media (max-width: 500px){.mpn-fencing .fencing-matches .fencing-piste .container-match .fencing-wrapper .fencing-result{display:block}}.mpn-fencing .fencing-matches .fencing-piste .container-match .fencing-wrapper .fencing-result .competitor{display:block;width:50%}@media (max-width: 500px){.mpn-fencing .fencing-matches .fencing-piste .container-match .fencing-wrapper .fencing-result .competitor{width:100%}}@media (max-width: 539.98px){.mpn-fencing .fencing-matches .fencing-piste .container-match .fencing-wrapper .fencing-result .competitor.home{background-color:#f1f1f1}}.mpn-fencing .fencing-matches .fencing-piste .container-match .fencing-wrapper .fencing-result .competitor.away{flex-direction:row-reverse}.mpn-fencing .fencing-matches .fencing-piste .container-match .fencing-wrapper .fencing-result .competitor.winner{background-color:#f6ecec}.mpn-fencing .fencing-matches .fencing-piste .container-match .fencing-wrapper .fencing-result .competitor.onlyfinal{display:flex}.mpn-fencing .fencing-matches .fencing-piste .container-match .fencing-wrapper .fencing-result .competitor.onlyfinal.away{flex-direction:row-reverse}@media (max-width: 500px){.mpn-fencing .fencing-matches .fencing-piste .container-match .fencing-wrapper .fencing-result .competitor.onlyfinal.away{flex-direction:unset}}.mpn-fencing .fencing-matches .fencing-piste .container-match .fencing-wrapper .fencing-result .competitor .competitor-name{flex:1}.mpn-fencing .fencing-matches .fencing-piste .container-match .fencing-wrapper .fencing-result .competitor .competitor-name .b-label-player .player-profile{font-size:.8rem}@media (max-width: 500px){.mpn-fencing .fencing-matches .fencing-piste .container-match .fencing-wrapper .fencing-result .competitor .competitor-name .reverse{flex-direction:unset}.mpn-fencing .fencing-matches .fencing-piste .container-match .fencing-wrapper .fencing-result .competitor .competitor-name .reverse .flag.org-flag{margin:3px 5px 3px 3px}}.mpn-fencing .fencing-matches .fencing-piste .container-match .fencing-wrapper .fencing-result .competitor .competitor-results{align-items:center;display:flex;justify-content:flex-end}.mpn-fencing .fencing-matches .fencing-piste .container-match .fencing-wrapper .fencing-result .competitor .result{background-color:#fff;border:1px solid black;font-size:1.3rem;font-weight:400;margin:0 .25rem;min-width:3rem}.mpn-fencing .fencing-matches .fencing-piste .container-match .fencing-wrapper .fencing-result .competitor .result.winner{font-weight:500}.mpn-fencing .fencing-matches .fencing-piste .container-match .fencing-wrapper .fencing-result .competitor .result.final{font-weight:700;padding:0 .2rem}.mpn-fencing .fencing-matches .fencing-piste .container-match .fencing-wrapper .fencing-result .versus{color:#214396;font-size:large;font-weight:700;text-transform:uppercase}@media (max-width: 500px){.mpn-fencing .fencing-matches .fencing-piste .container-match .fencing-wrapper .fencing-result .versus{display:none}}.mpn-fencing .fencing-matches .fencing-piste .container-match .remove .competitor.away .competitor-name{display:none}.mpn-laser-run .mass-start{font-weight:600;margin-top:.5rem}.mpn-laser-run .b-ath-results.mpn-lr .grid-row .row-three .shoots{margin-top:2rem}.mpn-laser-run .b-ath-results.mpn-lr .grid-row .row-three .shoots .split-list .split-item-wrapper .split-item .split-desc{background-color:#000}.mpn-laser-run .b-ath-results.mpn-lr .grid-row .row-three .shoots .split-list .split-item-wrapper .split-item .split-data{display:flex;flex-direction:column}.mpn-laser-run .b-ath-results.mpn-lr .grid-row .row-three .shoots .split-list .split-item-wrapper .split-item .split-data .time{font-weight:600}.mpn-laser-run .b-ath-results.mpn-lr .grid-row .row-three .shoots .split-list .split-item-wrapper .split-item .split-data .success{font-style:italic}.b-ath-results.mpn-summary .grid-row .row-two{flex:3 0 425px}@media (max-width: 539.98px){.b-ath-results.mpn-summary .grid-row .row-two{flex:3 0 290px}}.b-ath-results.mpn-summary .grid-row .extra{flex:0 0 5.5rem}.b-ath-results.mpn-summary .grid-row .extra.fencing{flex:0 0 6rem}.b-ath-results.mpn-summary .grid-row .extra.pointsmp{flex:0 0 4rem}.b-ath-results.mpn-summary .result-details .split-list .split-item-wrapper .split-item{margin:.5rem 0}.b-ath-results.mpn-summary .result-details .split-data{display:block}.b-ath-results.mpn-summary .result{font-weight:600}.b-ath-results.mpn-summary .time{font-size:90%}.kik-results .kik-stats{margin-bottom:1rem;margin-top:1rem}.kik-results .kik-stats .judges .round-title{font-size:1rem;margin-bottom:.5rem}.kik-results .kik-stats .judges .judges-rank{display:flex;flex:1;justify-content:space-around}.kik-results .kik-stats .judges .judge-number{text-align:start;width:6rem}.kik-results .kik-stats .judges .judge-number span{color:#e62037;font-weight:500}.kik-results .kik-stats .judges .rank{display:flex;justify-content:center}.kik-results .kik-stats .judges .rank .winner.red{background-color:#e00;color:#fff}.kik-results .kik-stats .judges .rank .winner.blue{background-color:#00f;color:#fff}.kik-results .kik-stats .judges .rank span{color:#e62037;font-size:1.2rem;font-weight:600;width:3rem}.kik-results .kik-stats .judges .rank i.fa-solid{font-size:1.5rem;width:3rem}.kik-results .kik-stats .judges .rank i.fa-solid.r{color:#e00}.kik-results .kik-stats .judges .rank i.fa-solid.b{color:#00f}.kik-results .kik-stats{background-color:#fff;border-radius:0}.kik-results .kik-stats .grid-row{padding-left:1rem}@media (min-width: 999px){.show-mobile-sal{display:none!important}}@media (max-width: 998.98px){.hide-mobile-sal{display:none!important}}@media (min-width: 700px){.show-mobile-summ-sal{display:none!important}}@media (max-width: 699.98px){.hide-mobile-summ-sal{display:none!important}}.sal-dskp .grid-row.titles .center{display:flex;flex-direction:column;justify-content:center}@media (max-width: 999px){.sal-dskp .grid-row.titles .center{justify-content:flex-start}}.sal-dskp .grid-row.titles .center .result-details{display:flex;flex-direction:row;justify-content:space-around}.sal-dskp .grid-row.titles .right,.sal-dskp .grid-row.titles .grid-row.result .right{justify-content:flex-end}.sal-dskp .grid-row.titles .row-two.center{display:flex;justify-content:space-between}.SAL .races{display:flex;flex-direction:row;gap:1.2rem;justify-content:center;margin-top:10px}.SAL .point-races{background-color:#f2e5e5;display:flex;flex-direction:row;gap:1.2rem;justify-content:center}.SAL .point-races .split-item-wrapper .item .data .split-title span{font-size:.6rem}.sal-results .sal-race-link{padding:1rem}.sal-results .sal-race-link .btn{transition:transform .3s}.sal-results .sal-race-link .btn:hover{transform:scale(1.1)}.sal-trac-trac-results li.trac-trac-race{align-items:center;border-bottom:1px solid #f1f1f1;display:flex;justify-content:space-between;padding:.25rem .5rem}.sal-trac-trac-results li.trac-trac-race:hover{background-color:theme1-light}.sal-trac-trac-results li.trac-trac-race button.btn{font-size:85%;padding:.2rem .35rem}.sal-link-tractrac{display:flex;justify-content:end}.sal-link-tractrac .sal-race-link .btn{align-items:center;display:flex;font-size:90%;padding:0 .5rem}.b-ath-results.SAL.summary .row-three ul.split-list-sal{display:flex;flex-wrap:wrap;justify-content:center}.b-ath-results.SAL.summary .row-three ul.split-list-sal li.split-item-wrapper-sal{padding-bottom:.25rem;padding-top:.2rem;width:3rem}.b-ath-results.SAL.summary .row-three ul.split-list-sal li.split-item-wrapper-sal .split-title{color:#e62037;font-size:90%;font-weight:300}.b-ath-results.SAL.summary .row-three ul.split-list-sal li.split-item-wrapper-sal .split-result .result{font-weight:500}.b-ath-results.SAL.summary .row-three ul.split-list-sal li.split-item-wrapper-sal .split-result .irm{font-size:85%;font-style:italic}table.SAL.summary{border-collapse:collapse;font-size:.9rem;justify-content:center;margin:auto;width:100%}table.SAL.summary thead{border-bottom:1px solid rgb(230,32,55);color:#e62037;cursor:pointer;font-size:.8rem;font-weight:500}table.SAL.summary td{border-bottom:1px solid rgb(215,217,220);height:38px;padding-bottom:.2rem;padding-top:.2rem}table.SAL.summary td.races-paco{min-width:25px}table.SAL.summary td span,table.SAL.summary th span{margin-inline:.5rem}table.SAL.summary td .splits,table.SAL.summary th .splits{text-align:center}table.SAL.summary td.mark,table.SAL.summary th.mark{font-weight:600}table.SAL.summary td.rank,table.SAL.summary th.rank{text-align:center;width:3rem}table.SAL.summary td.result,table.SAL.summary td.net-points,table.SAL.summary th.result,table.SAL.summary th.net-points{text-align:center;width:4rem}table.SAL.summary td.result,table.SAL.summary th.result{font-size:1rem;font-weight:600}table.SAL.summary th{font-weight:500}table.SAL.summary th i{font-size:.8rem;margin-right:.2rem}table.SAL.summary th div{align-items:center;display:flex;justify-content:center}table.SAL.summary tr{height:var(--table-row-height)}table.SAL.summary .names{width:fit-content}table.SAL.summary .names .name,table.SAL.summary .names .lane{text-align:center}table.SAL.summary .names .fav{background:linear-gradient(45deg,#ffd517,#fff0 70%)}table.SAL.summary .names .org-flag{height:1rem;width:1.5rem}table.SAL.summary .names td.name span{display:block;max-width:7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}table.SAL.summary .names td.name span.summary{max-width:20rem}table.SAL.summary .splits{display:block;overflow-x:auto;overflow-y:hidden}table.SAL.summary .splits thead{background-color:#e62037;border-left:1px solid #000;border-right:1px solid rgb(230,32,55);color:#000}table.SAL.summary .splits .split-title>span{overflow:hidden;white-space:nowrap}table.SAL.summary .splits .highlined{background:linear-gradient(45deg,#000,#fff0 70%)}.surf-ext{margin-top:1rem}.surf-ext table.surf-table{margin:auto;width:min(100%,650px)}.surf-ext table.surf-table td{padding:4px 0}.surf-ext table.surf-table tr+tr{border-top:1px solid #f1f1f1}.surf-ext table.surf-table .code{color:#e62037;font-style:italic}.surf-ext table.surf-table .judge{font-size:90%;min-width:1.8rem}.surf-ext table.surf-table .points{min-width:2rem;padding:4px .3rem}.surf-ext table.surf-table .points.best{color:#fff;font-weight:600;text-shadow:0 0 4px #ddd}.surf-ext table.surf-table td.points.avg{border-left:2px solid #fff}.surf-ext table.surf-table td.points.avg.rtl{border-left:none;border-right:2px solid #fff}.surf-ext table{border-collapse:collapse}.b-ath-results.SRF .col-title.extra,.b-ath-results.SRF .col.extra{flex:0 0 3.5rem}.b-ath-results.SRF .col-title.qa{flex:0 0 7rem}.b-ath-results.SRF .col.qa{flex:0 0 7rem;font-size:85%}.ssk-start-list .ssk-heat{margin-bottom:3rem}.ssk-start-list .ssk-heat .b-title-section{line-height:1;margin:0;padding:.5rem .6rem .25rem}@media (max-width: 540px){.results-unit .skb .row-two{flex:3 0 280px}}.results-unit .skb .skb-ext{display:flex;justify-content:center;margin-top:.5rem}.results-unit .skb .skb-ext .skb-table{border-spacing:0}.results-unit .skb .skb-ext .skb-table th,.results-unit .skb .skb-ext .skb-table td{color:#fff;padding:.3rem;width:6rem}.results-unit .skb .skb-ext .skb-table th{background-color:#5555556e}.results-unit .skb .skb-ext .skb-table td{background-color:#f1f1f1}.results-unit .skb .skb-ext .skb-table td.total{color:#212121}.results-unit .skb .skb-ext .skb-table td.points{color:#e62037}.results-unit .skb .skb-ext .skb-table td.points.discard{color:#000;text-decoration:line-through}.results-unit .skb .skb-ext .skb-table .hide-mobile th,.results-unit .skb .skb-ext .skb-table .hide-mobile td{border-bottom:.5px solid #212121;border-left:.5px solid #212121}.results-unit .skb .skb-ext .skb-table .hide-mobile th.total,.results-unit .skb .skb-ext .skb-table .hide-mobile td.total{border-right:.5px solid #212121}.results-unit .skb .skb-ext .skb-table .hide-mobile td{border-top:.5px solid #212121}.results-unit .skb .skb-ext .skb-table .hide-mobile th:first-child{border-top-left-radius:10px}.results-unit .skb .skb-ext .skb-table .hide-mobile th:last-child{border-top-right-radius:10px}.results-unit .skb .skb-ext .skb-table .hide-mobile tr:last-child td:first-child{border-bottom-left-radius:10px}.results-unit .skb .skb-ext .skb-table .hide-mobile tr:last-child td:last-child{border-bottom-right-radius:10px}.results-unit .skb .skb-ext .skb-table .show-mobile th,.results-unit .skb .skb-ext .skb-table .show-mobile td{border:.5px solid #212121}.results-unit .skb .skb-ext .skb-table .show-mobile tr:first-child th:first-child{border-top-left-radius:10px}.results-unit .skb .skb-ext .skb-table .show-mobile tr:first-child td:last-child{border-top-right-radius:10px}.results-unit .skb .skb-ext .skb-table .show-mobile tr:last-child th:first-child{border-bottom-left-radius:10px}.results-unit .skb .skb-ext .skb-table .show-mobile tr:last-child td:last-child{border-bottom-right-radius:10px}.results-unit .skb .skb-ext .skb-table .total{font-weight:600}.results-unit .skb .skb-ext .skb-table.rtl .total{border-left:none;border-right:none}.swa-results-unit .points-detail{align-items:center;display:flex;flex-direction:column;justify-content:center}.swa-results-unit .points-detail .points-detail-card{align-items:center;border:1px solid #f1f1f1;border-radius:0;color:#212121;display:flex;flex-direction:column;justify-content:center;margin-bottom:.8rem;overflow:hidden;padding:0}@media (min-width: 768px){.swa-results-unit .points-detail .points-detail-card{width:50%}}.swa-results-unit .points-detail .points-detail-card .point-detail-header{background:#e620371a;color:#212121;font-size:1rem;font-weight:500;padding:.1rem .5rem;width:100%}.swa-results-unit .points-detail .points-detail-card .point-detail-body{width:100%}.swa-results-unit .points-detail .points-detail-card .point-detail-body .points-detail-title{border-bottom:.5px solid #f1f1f1;display:flex;justify-content:center;padding:.1rem .5rem;width:100%}.swa-results-unit .points-detail .points-detail-card .point-detail-body .points-detail-title .title,.swa-results-unit .points-detail .points-detail-card .point-detail-body .points-detail-title .points{margin-bottom:.2rem;width:9rem}.swa-results-unit .points-detail .points-detail-card .total-points{font-size:1rem;font-weight:600}.swm-results-unit .splits-header{align-items:center;border-bottom:1px solid rgba(230,32,55,.1);display:flex;justify-content:space-around;margin-bottom:.8rem;margin-top:.8rem}.swm-results-unit .splits-header .split-name span{font-weight:500}.swm-results-unit .splits-header .split-reaction p{font-size:.8rem}.swm-results-unit .splits-header .split-reaction span{font-weight:lighter}.sho-result .split-rk,.sho-result .split-diff{display:none}.b-h2h-periods.TEN .ball.tennis,.b-h2h-periods.PDL .ball.tennis{background-image:url(/assets/png/tennis-ball.Cy12fPep.png);background-position:right center;background-repeat:no-repeat;background-size:contain;height:20px;width:20px}.b-h2h-periods.TEN .h2h-tie-break,.b-h2h-periods.PDL .h2h-tie-break{color:#5555556e;font-size:medium;left:2px;position:relative;top:-7px}@media (min-width: 540px){.schedule-unit-result.TEN .competitor.home,.schedule-unit-result.TEN .competitor.away,.schedule-unit-result.PDL .competitor.home,.schedule-unit-result.PDL .competitor.away,.schedule-unit-result.BTE .competitor.home,.schedule-unit-result.BTE .competitor.away{display:flex}.schedule-unit-result.TEN .competitor.home .competitor-results .result,.schedule-unit-result.TEN .competitor.away .competitor-results .result,.schedule-unit-result.PDL .competitor.home .competitor-results .result,.schedule-unit-result.PDL .competitor.away .competitor-results .result,.schedule-unit-result.BTE .competitor.home .competitor-results .result,.schedule-unit-result.BTE .competitor.away .competitor-results .result{background-color:#f1f1f1}}@media (min-width: 540px){.schedule-unit-result.TEN .competitor.home .competitor-results .result,.schedule-unit-result.PDL .competitor.home .competitor-results .result,.schedule-unit-result.BTE .competitor.home .competitor-results .result{border-radius:15px 0 0 15px}}@media (min-width: 540px){.schedule-unit-result.TEN .competitor.away .competitor-results .result,.schedule-unit-result.PDL .competitor.away .competitor-results .result,.schedule-unit-result.BTE .competitor.away .competitor-results .result{border-radius:0 15px 15px 0}}.schedule-unit-result.TEN .competitor .competitor-results .splits,.schedule-unit-result.PDL .competitor .competitor-results .splits,.schedule-unit-result.BTE .competitor .competitor-results .splits{background-color:#f1f1f1;border-radius:15px}@media (min-width: 540px){.schedule-unit-result.TEN .competitor .competitor-results .splits,.schedule-unit-result.PDL .competitor .competitor-results .splits,.schedule-unit-result.BTE .competitor .competitor-results .splits{background-color:unset;border-radius:unset;width:unset}}.schedule-unit-result.TEN .competitor .competitor-results .result,.schedule-unit-result.PDL .competitor .competitor-results .result,.schedule-unit-result.BTE .competitor .competitor-results .result{background-color:unset;padding:6px 1.2rem}.schedule-unit-result.TEN .result.split,.schedule-unit-result.PDL .result.split,.schedule-unit-result.BTE .result.split{position:relative}.schedule-unit-result.TEN .result.split .h2h-tie-break,.schedule-unit-result.PDL .result.split .h2h-tie-break,.schedule-unit-result.BTE .result.split .h2h-tie-break{color:#696d6f;font-size:70%;left:calc(.5rem + 8px);position:absolute;top:-8px}@media (min-width: 540px){.schedule-unit-result.TEN.rtl .competitor.home .competitor-results .result,.schedule-unit-result.PDL.rtl .competitor.home .competitor-results .result,.schedule-unit-result.BTE.rtl .competitor.home .competitor-results .result{border-radius:0 15px 15px 0}}@media (min-width: 540px){.schedule-unit-result.TEN.rtl .competitor.away .competitor-results .result,.schedule-unit-result.PDL.rtl .competitor.away .competitor-results .result,.schedule-unit-result.BTE.rtl .competitor.away .competitor-results .result{border-radius:15px 0 0 15px}}.schedule-unit-result.TEN.rtl .competitor .competitor-results .result,.schedule-unit-result.PDL.rtl .competitor .competitor-results .result,.schedule-unit-result.BTE.rtl .competitor .competitor-results .result{padding:6px 1.2rem}.b-h2h-results.TKW .tkw-result-detail{display:flex;flex-wrap:wrap;gap:.2rem}.b-h2h-results.TKW .tkw-action-points{align-items:center;color:#fff;display:flex;font-size:small;height:1.6rem;justify-content:center;width:1.1rem}.b-h2h-results.TKW .tkw-legend{display:flex;font-size:medium;gap:.2rem;margin-top:2rem}.b-h2h-results.TKW .tkw-legend .tkw-action-points{height:1.2rem;width:.9rem}.b-h2h-results.TKW .b-res-detail{background-color:#dcdcd9;font-weight:300;padding:.5rem .2rem}.b-h2h-results.TKW .warnings{background-color:#000;height:2rem;line-height:2rem;width:3rem}.b-h2h-results.TKW .home .tkw-action-points{background-color:#00f}.b-h2h-results.TKW .away .tkw-action-points,.b-h2h-results.TKW .red{background-color:#e00}.b-h2h-results.TKW .blue{background-color:#00f}.b-h2h-results.TKW .split-wrap{display:flex;gap:.5rem;padding-bottom:.25rem}.b-h2h-results.TKW .b-legend .show-legends .legend .key .short-desc{background-color:#e00;color:#fff}.b-h2h-results.TKW .b-legend .show-legends .legend .key .second-desc{background-color:#00f;color:#fff}.tri-results .splits-header{align-items:center;border-bottom:1px solid rgba(230,32,55,.1);display:flex;justify-content:space-around;margin-bottom:.8rem;margin-top:.8rem}.tri-results .splits-header .split-name{padding-bottom:.3rem}.tri-results .splits-header .split-name span{font-weight:500}.tri-results .splits-header .split-reaction p{font-size:.8rem}.tri-results .splits-header .split-reaction span{font-weight:lighter}.wlf-start-list .row-two{justify-content:space-between}.wlf-start-list .extra{width:6rem}.wlf-start-list .b-list-record .row-two{justify-content:flex-end}.wlf-detail{border:.5px solid .5px solid rgba(165,172,187,.5);border-radius:1.5rem;display:flex;flex-direction:column;gap:.25rem;grid-template-columns:1fr;line-height:2rem;margin-top:1rem;padding:.5rem;width:100%}.wlf-detail .row{display:flex;justify-content:space-around}.wlf-detail .title{font-weight:700}.wlf-detail .cell{line-height:1.4rem;width:3rem}.wlf-detail .cell.res{font-size:large}.wlf-detail .cell.att.success{color:#1cc66b}.wlf-detail .cell.att.error{color:#ff4f3a;text-decoration:line-through}.wlf-detail.total .row>:first-child{width:6rem}@media (min-width: 768px){.wlf-detail.total{flex-direction:row;gap:1rem;justify-content:center}.wlf-detail.total .line{background-color:#a5acbb80;width:.5px}.wlf-detail.total .cell{width:4rem}.wlf-detail.total .box{width:48%}.wlf-detail.total .row>:first-child{width:6rem}}.PWL .success{color:#1cc66b}.PWL .error{color:#ff4f3a;text-decoration:line-through}.b-ath-results.PWL .row-three{display:flex;justify-content:center}.b-ath-results.PWL .row-three .pwl-table thead .head-container .member{padding-left:.7rem;text-align:left}.b-ath-results.PWL .row-three .pwl-table thead .head-container .attempt{display:flex;flex-direction:column;min-width:130px}.b-ath-results.PWL .row-three .pwl-table thead .head-container .attempt .num-attempts{display:flex;justify-content:space-between;padding:0 .7rem}.b-ath-results.PWL .row-three .pwl-table thead .head-container .score{min-width:70px}.b-ath-results.PWL .row-three .pwl-table tbody tr{border-top:1px solid #f1f1f1}.b-ath-results.PWL .row-three .pwl-table tbody tr .member-name,.b-ath-results.PWL .row-three .pwl-table tbody tr .result,.b-ath-results.PWL .row-three .pwl-table tbody tr .score{padding:.3rem .7rem}.b-ath-results.PWL .row-three .pwl-table tbody tr .member-name{text-align:left}.b-ath-results.PWL .row-three .pwl-table tbody tr .result{display:flex}.b-ath-results.PWL .row-three .pwl-table tbody tr .result.class-0{justify-content:flex-start}.b-ath-results.PWL .row-three .pwl-table tbody tr .result.class-1{justify-content:center}.b-ath-results.PWL .row-three .pwl-table tbody tr .result.class-2{justify-content:flex-end}.b-ath-results.PWL .row-three .pwl-table.rtl thead .head-container .member,.b-ath-results.PWL .row-three .pwl-table.rtl tbody tr .member-name{text-align:right}.b-ath-results.PWL table{border-collapse:collapse}@media (min-width: 640px){.ath-start-list-unit.PWL.individual .grid-row .row-two{flex:1 0 350px}}.ath-start-list-unit.PWL .grid-row.titles .row-two .col-title.expand{padding:0 1rem}.ath-start-list-unit.PWL .grid-row.pwl-grid{justify-content:center}.ath-start-list-unit.PWL .grid-row.pwl-grid .row-two{justify-content:flex-end}.ath-start-list-unit.PWL .grid-row.pwl-grid .row-three{flex:0 0 60%}@media (min-width: 768px){.ath-start-list-unit.PWL .grid-row.pwl-grid .row-three{flex:0 0 80%}}.ath-start-list-unit.PWL .grid-row.pwl-grid .row-three .grid-row .row-one{flex:1 0 300px}@media (min-width: 540px){.ath-start-list-unit.PWL .grid-row.pwl-grid .row-three .grid-row .row-one{flex:2 0 305px}}@media (min-width: 992px){.ath-start-list-unit.PWL .grid-row.pwl-grid .row-three .grid-row .row-one{flex:2 0 305px}}.ath-start-list-unit.PWL .grid-row.pwl-grid .row-three .grid-row .row-one .content .player-profile .top-data .player-photo .avatar img{height:2.3rem;width:2.3rem}@media (min-width: 768px){.ath-start-list-unit.PWL .grid-row.pwl-grid .row-three .grid-row .row-one .content .player-profile .top-data .player-photo .avatar img{height:2.6rem;width:2.6rem}}.ath-start-list-unit.PWL .grid-row.pwl-grid .row-three .grid-row .row-one .content .player-profile .player-name,.ath-start-list-unit.PWL .grid-row.pwl-grid .row-three .grid-row .row-one .content .player-profile .player-bib{font-size:.9rem}.ath-start-list-unit.PWL .grid-row.pwl-grid .row-three .grid-row .row-two{flex:1 0 215px}@media (min-width: 768px){.ath-start-list-unit.PWL .grid-row.pwl-grid .row-three .grid-row .row-two{flex:2 0 425px}}@media (min-width: 992px){.ath-start-list-unit.PWL .grid-row.pwl-grid .row-three .grid-row .row-two{flex:3 0 305px}}.ath-start-list-unit.PWL .grid-row.pwl-grid .row-three .grid-row .row-two .pwl-col{font-size:.75rem;width:60px}@media (min-width: 540px){.ath-start-list-unit.PWL .grid-row.pwl-grid .row-three .grid-row .row-two .pwl-col{width:70px}}@media (min-width: 768px){.ath-start-list-unit.PWL .grid-row.pwl-grid .row-three .grid-row .row-two .pwl-col{font-size:.9rem;width:100px}}.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:#fff;display:flex;font-size:small;height:1.6rem;justify-content:center;width:1.1rem}.b-h2h-results.WRE .wre-legend{display:flex;font-size:medium;gap:.2rem;margin-top:2rem}.b-h2h-results.WRE .wre-legend .wre-action-points{height:1.2rem;width:.9rem}.b-h2h-results.WRE .b-res-detail{background-color:#dcdcd9;font-weight:300;padding:.5rem .2rem}.b-h2h-results.WRE .warnings{background-color:#000;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}.b-h2h-results.WRE .b-legend .show-legends .legend .key .short-desc{background-color:#e00}.b-h2h-results.WRE .b-legend .show-legends .legend .key .second-desc{background-color:#00f}.b-h2h-periods.BDM .ball.bdm,.b-h2h-periods.ABD .ball.bdm{background-image:url(/assets/png/bdm-ball.W4G4gniT.png);background-position:right center;background-repeat:no-repeat;background-size:contain;filter:drop-shadow(0 0 .3rem rgb(230,32,55));height:30px;width:30px}.b-h2h-periods.RQL .ball.rql,.b-h2h-periods.SQU .ball.rql{background-image:url(/assets/png/rql-ball.dZIxfvtS.png);background-position:right center;background-repeat:no-repeat;background-size:contain;height:20px;width:20px}.b-h2h-periods.TTE .ball.tte,.b-h2h-periods.PEL .ball.tte{background-image:url(/assets/png/tte-ball.BacjH8O1.png);background-position:right center;background-repeat:no-repeat;background-size:contain;height:20px;width:20px}.b-h2h-results.TTE .b-match-competitors .b-match-extra .home,.b-h2h-results.TTE .b-match-competitors .b-match-extra .away{border:1px solid rgba(85,85,85,.43);border-top:none;display:flex}.b-h2h-results.TTE .b-match-competitors .b-match-extra .home .extra-wrapper,.b-h2h-results.TTE .b-match-competitors .b-match-extra .away .extra-wrapper{align-items:center;background-color:#f1f1f1;border-radius:5px;color:#444;display:flex;gap:.5rem;padding:.4rem;width:fit-content}.b-h2h-results.TTE .b-match-competitors .b-match-extra .home{justify-content:flex-end}.b-h2h-results.TTE .b-match-competitors .b-match-extra .away{justify-content:flex-start}.b-h2h-periods.VVO .ball.vvo,.b-h2h-periods.VBV .ball.vvo{background-image:url(/assets/png/vvo-ball.CzG_iCXe.png);background-position:right center;background-repeat:no-repeat;background-size:contain;height:20px;width:20px}.footer{background-color:#e62037;display:block;position:relative;width:100%;z-index:5}.footer .footer-content.rtl{margin:0 2rem}.footer .footer-content .content-top{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding-bottom:0;padding-top:3rem;width:100%}@media (min-width: 1220px){.footer .footer-content .content-top{flex-direction:row}}@media (min-width: 1220px){.footer .footer-content .content-top{justify-content:space-between;padding:3rem 4.5rem 2rem}}.footer .footer-content .content-top .c1{display:flex;flex-direction:column;margin-bottom:.8rem}@media (min-width: 1220px){.footer .footer-content .content-top .c1{margin-bottom:unset}}.footer .footer-content .content-top .c1 .logo{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.footer .footer-content .content-top .c1 .logo a{display:flex}.footer .footer-content .content-top .c1 .logo a div{background-image:url(/assets/svg/champ-org-white.l4LlCH3z.svg);background-position:center;background-repeat:no-repeat;background-size:contain;height:108px;width:203px}@media (min-width: 1220px){.footer .footer-content .content-top .c1 .logo a div{height:120px;width:225px}}.footer .footer-content .content-top .c1 .logo-text{color:#fff;font-size:.875rem;font-weight:200}.footer .footer-content .content-top .c2.rtl,.footer .footer-content .content-top .c3.rtl,.footer .footer-content .content-top .c4.rtl{text-align:right}.footer .footer-content .content-top .c2{margin-bottom:.8rem;text-align:center}@media (min-width: 1220px){.footer .footer-content .content-top .c2{margin-bottom:unset}}.footer .footer-content .content-top .c2 .links{display:flex;flex-wrap:wrap;font-size:.8rem;gap:.8rem;justify-content:center;text-align:center}@media (min-width: 1220px){.footer .footer-content .content-top .c2 .links{font-size:1rem;gap:1.2rem}}.footer .footer-content .content-top .c2 .links.rtl{text-align:right}.footer .footer-content .content-top .c2 .links a{align-items:center;background-color:#fff;border:1px solid rgb(230,32,55);border-radius:2.7rem;color:#e62037;display:flex;padding:.5rem 1rem;text-transform:uppercase}@media (min-width: 1220px){.footer .footer-content .content-top .c2 .links a{padding:.6rem 1.25rem}}.footer .footer-content .content-top .c2 .links a:hover{background-color:#e62037;border:1px solid white;color:#fff}.footer .footer-content .content-top .c3{align-items:center;display:flex;flex-direction:row;width:fit-content}@media (min-width: 1220px){.footer .footer-content .content-top .c3{flex-direction:column}}.footer .footer-content .content-top .c3 .container-badges{display:flex;flex-direction:column}.footer .footer-content .content-top .c3 .container-badges a{margin-bottom:.3rem;padding:0}@media (min-width: 1220px){.footer .footer-content .content-top .c3 .container-badges a{padding:0 .2rem}}.footer .footer-content .content-top .c3 .container-badges a .google-play-btn,.footer .footer-content .content-top .c3 .container-badges a .apple-store-btn{background-position:right center;background-repeat:no-repeat;background-size:contain;height:43px;width:132px}@media (min-width: 1220px){.footer .footer-content .content-top .c3 .container-badges a .google-play-btn,.footer .footer-content .content-top .c3 .container-badges a .apple-store-btn{height:37px;width:126px}}.footer .footer-content .content-top .c3 .container-badges a .google-play-btn{background-image:url(/assets/svg/google-play-badge.CoG_-_sn.svg)}.footer .footer-content .content-top .c3 .container-badges a .apple-store-btn{background-image:url(/assets/svg/app-store-badge.CatUWNHj.svg)}.footer .footer-content .content-top .c4 .rrss .rrss-div,.footer .footer-content .content-top .rrss-container .rrss .rrss-div{display:flex;flex-wrap:wrap}.footer .footer-content .content-top .c4 .rrss .rrss-div a,.footer .footer-content .content-top .rrss-container .rrss .rrss-div a{align-items:center;color:#fff;display:flex;height:30px;justify-content:center;margin:.2rem;width:30px}@media (min-width: 1220px){.footer .footer-content .content-top .c4 .rrss .rrss-div a,.footer .footer-content .content-top .rrss-container .rrss .rrss-div a{justify-content:flex-end}.footer .footer-content .content-top .c4 .rrss .rrss-div a:last-of-type,.footer .footer-content .content-top .rrss-container .rrss .rrss-div a:last-of-type{margin:.2rem 0 .2rem .2rem}}.footer .footer-content .content-top .c4 .rrss .rrss-div a i,.footer .footer-content .content-top .rrss-container .rrss .rrss-div a i{display:inline-block;font-size:1.1rem;font-weight:400;position:relative;z-index:2}.footer .footer-content .content-top .c4 .rrss .rrss-div a:hover,.footer .footer-content .content-top .rrss-container .rrss .rrss-div a:hover{color:#fff}.footer .footer-content .content-top .c4 .rrss .rrss-div a:hover .x-twitter,.footer .footer-content .content-top .rrss-container .rrss .rrss-div a:hover .x-twitter{fill:#fff}.footer .footer-content .content-top .c4 .rrss .rrss-div a:first-child,.footer .footer-content .content-top .rrss-container .rrss .rrss-div a:first-child{margin-left:0}.footer .footer-content .content-bottom{margin-top:1.5rem}@media (min-width: 1220px){.footer .footer-content .content-bottom{margin:0 4.5rem}}.footer .footer-content .content-bottom .site-info-holder{align-items:center;border-top:1px solid rgba(136,136,136,.15);display:flex;flex-direction:column;justify-content:space-between}@media (min-width: 1220px){.footer .footer-content .content-bottom .site-info-holder{flex-direction:row}}.footer .footer-content .content-bottom .site-info-holder .container-powered,.footer .footer-content .content-bottom .site-info-holder .container-copyright{margin-top:.5rem;padding-inline:1rem;text-align:center}@media (min-width: 1220px){.footer .footer-content .content-bottom .site-info-holder .container-powered,.footer .footer-content .content-bottom .site-info-holder .container-copyright{margin-top:0;padding-inline:unset}}.footer .footer-content .content-bottom .site-info-holder .container-powered .rights,.footer .footer-content .content-bottom .site-info-holder .container-copyright .rights{color:#fff;font-size:.875rem;padding:0}.footer .footer-content .content-bottom .site-info-holder .container-powered .powered,.footer .footer-content .content-bottom .site-info-holder .container-copyright .powered{color:#fff;font-size:.875em;padding:1rem 0 .25rem}.footer .footer-content .content-bottom .site-info-holder .container-powered a,.footer .footer-content .content-bottom .site-info-holder .container-copyright a{display:flex;justify-content:center}.footer .footer-content .content-bottom .site-info-holder .container-powered a .logo-bornan,.footer .footer-content .content-bottom .site-info-holder .container-copyright a .logo-bornan{background-image:url(/assets/png/bornan1.mLnfxJs3.png);background-repeat:no-repeat;background-size:contain;height:60px;width:80px}.footer .footer-content .content-bottom .site-info-holder .container-powered .version,.footer .footer-content .content-bottom .site-info-holder .container-copyright .version{color:#fff;font-size:.75rem;padding:.5rem 0 1rem}.footer .footer-content .content-middle .graphic{background-image:url(/assets/svg/bg-footer-design.DdQys43i.svg);background-position:bottom;background-repeat:no-repeat;background-size:cover;height:20vh;margin-top:-6rem;width:100%}@media (min-width: 992px){.footer .footer-content .content-middle .graphic{height:25vh}}.footer .footer-content .content-top .c2 .links a{background-color:#e62037;border:1px solid white;border-radius:0;color:#fff}.footer .footer-content .content-top .c2 .links a:hover{background-color:#fff;border:1px solid rgb(230,32,55);color:#e62037}.footer .footer-content .content-top .c4 .rrss .rrss-div a.logo-fisutv-link{height:30px;margin-inline-start:.6rem;width:70px}.footer .footer-content .content-top .c4 .rrss .rrss-div a .logo-fisutv{background:url(/assets/svg/logo-fisu-tv.DNlCjPWh.svg);background-position:left center;background-repeat:no-repeat;background-size:contain;height:100%;width:100%}.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.md{height:2rem;width:2rem}.b-picto.lg{height:3rem;width:3rem}.b-picto.xl{height:5rem;width:5rem}.sponsors-container .sponsors-section{align-items:center;background-color:#fff;border-top:1px solid black;display:flex;flex-flow:wrap column;margin-top:7rem;padding:1rem 2.5rem}@media (min-width: 540px){.sponsors-container .sponsors-section{flex-flow:wrap row;justify-content:center}}.sponsors-container .sponsors-section .sponsor-item{border-radius:.375rem;margin:.5rem 1rem;width:150px}@media (min-width: 768px){.sponsors-container .sponsors-section .sponsor-image-cont{padding:1rem}}.sponsors-container .sponsors-section .sponsor-image{max-width:100%}.disc-brackets-view{background-color:#fff;border-radius:0;padding:.3rem 1rem}.disc-brackets-view .bracket-selector{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.disc-brackets-view .bracket-selector .bracket-option{background-color:#dcdcd9;border-radius:5px;color:#444;cursor:pointer;font-size:.8rem;font-weight:700;padding:.5rem;text-align:center;text-transform:uppercase}.disc-brackets-view .bracket-selector .bracket-option:hover,.disc-brackets-view .bracket-selector .bracket-option.active{background-color:#000;color:#fff}.disc-brackets-view .phase-selector{margin-top:1rem}.disc-brackets-view .phase-selector select{border:2px solid rgba(85,85,85,.43);font-family:Cadiz,sans-serif;font-size:1.1rem;padding:.5rem 1rem}.disc-brackets-view .phase-selector select option{background-color:#000}.disc-brackets-view .phase-selector select option:checked{background-color:#e620371a}.disc-brackets-view .phase-navigation{background-color:transparent;border-bottom:2px solid #696d6f;color:#696d6f;display:flex;flex-direction:row;font-size:.9rem;font-style:italic;font-weight:400;margin-bottom:.5em;margin-top:1rem;position:relative;text-align:center}.disc-brackets-view .phase-navigation .round-title{border-left:1px solid white;flex:1;padding:.2rem 0}.disc-brackets-view .phase-navigation .next,.disc-brackets-view .phase-navigation .prev{align-items:center;bottom:0;cursor:pointer;display:flex;min-width:.5rem;padding:.1rem .2rem;position:absolute;top:0}.disc-brackets-view .phase-navigation .prev{border-right:1px solid white;left:0}.disc-brackets-view .phase-navigation .next{border-left:1px solid white;right:0}.disc-brackets-view .tournament-bracket{display:flex;flex-direction:row}.disc-brackets-view .tournament-bracket .round{display:flex;flex:1;flex-direction:column;margin-left:-3px;overflow:hidden}.disc-brackets-view .tournament-bracket .phase-match-list{border-bottom:0;border-right:1px dashed rgba(230,32,55,.1);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 .tournament-bracket .phase-match-list .tournament-bracket-round:last-child{border:0}.disc-brackets-view .tournament-bracket .phase-match-list .match-item{align-items:flex-start;display:flex;flex:0 1 auto;flex-direction:column;justify-content:center;margin:0;padding:.8em 1.5em;position:relative;transition:padding .2s linear;width:100%}.disc-brackets-view .tournament-bracket .phase-match-list .match-item:not(.last):after{border-right:2px solid rgba(230,32,55,.1);content:"";height:calc(45% - 1rem);position:absolute;right:0;width:1.5em}.disc-brackets-view .tournament-bracket .phase-match-list .match-item:not(.last):nth-child(odd):after{border-top:2px solid rgba(230,32,55,.1);border-top-right-radius:.6em;top:calc(50% + 1rem);transform:translateY(1px)}.disc-brackets-view .tournament-bracket .phase-match-list .match-item:not(.last):nth-child(2n):after{border-bottom:2px solid rgba(230,32,55,.1);border-bottom-right-radius:.6em;bottom:calc(50% - 1rem);transform:translateY(3px)}.disc-brackets-view .tournament-bracket .phase-match-list .match-item:not(.last).rtl:after{left:0;right:unset;transform:scaleX(-1)}.disc-brackets-view .tournament-bracket .phase-match-list .match-item:not(.first) .bracket-match:before,.disc-brackets-view .tournament-bracket .phase-match-list .match-item:not(.first) .bracket-match:after{border-left:2px solid rgba(230,32,55,.1);content:"";display:block;height:10%;left:0;position:absolute;width:1.5em;z-index:1}.disc-brackets-view .tournament-bracket .phase-match-list .match-item:not(.first) .bracket-match:before{border-bottom:2px solid rgba(230,32,55,.1);border-bottom-left-radius:.6em;bottom:calc(50% - 1rem);transform:translateY(3px)}.disc-brackets-view .tournament-bracket .phase-match-list .match-item:not(.first) .bracket-match:after{border-top:2px solid rgba(230,32,55,.1);border-top-left-radius:.6em;top:calc(50% + 1rem);transform:translateY(1px)}.disc-brackets-view .tournament-bracket .phase-match-list .match-item:not(.first) .bracket-match.rtl:before,.disc-brackets-view .tournament-bracket .phase-match-list .match-item:not(.first) .bracket-match.rtl:after{bottom:calc(50% - 1.15rem);left:unset;right:0;transform:scaleX(-1)}.disc-brackets-view .phase-selector select option{background-color:#fff}.disc-brackets-view .phase-selector select option:checked{background-color:#f1f1f1}.disc-brackets-view .phase-selector select option::selection,.disc-brackets-view .phase-selector select option:focus,.disc-brackets-view .phase-selector select option:hover{background-color:#e7def2}.disc-brackets-view .phase-navigation{color:#696d6f}.communications-view{margin:0 auto;padding:0 .5rem;width:min(100%,1140px)}@media (min-width: 540px){.communications-view{padding:0 1rem}}@media (min-width: 768px){.communications-view{padding:0 2rem}}@media (min-width: 1220px){.communications-view{padding:0}}.communications-view .all-comms-wrapper{display:flex;flex-direction:column;gap:2rem}.communications-view .container-comms .list-comms{display:flex;flex-direction:column;list-style:none;margin:0}.communications-view .container-comms .list-comms .comm-btn{align-items:center;background-color:#fff;border-radius:0;color:#444;cursor:pointer;display:flex;flex:1;justify-content:space-between;padding:1.6rem 1rem}.communications-view .container-comms .list-comms .comm-btn .fa-solid{color:#e62037;margin-right:5px}.communications-view .container-comms .list-comms .comm-btn .date{color:#e62037;font-weight:300}.communications-view .container-comms .list-comms .comm-btn .title{font-size:1.125rem;font-weight:700}.communications-view .container-comms .list-comms .comm-btn:hover{opacity:.8}.b-modal.communications-modal .b-modal-body .selected-com-container .venue-container{display:flex;flex-wrap:wrap;justify-content:center;padding-bottom:1rem}.b-modal.communications-modal .b-modal-body .selected-com-container .venue-container .title{color:#000;flex:0 1 100%;font-size:1.15em;font-weight:800;text-align:left}.b-modal.communications-modal .b-modal-body .selected-com-container .venue-container .desc-container{display:flex;flex:1;justify-content:flex-end;min-width:85px}.b-modal.communications-modal .b-modal-body .selected-com-container .venue-container .desc-container .list{display:flex;flex-direction:column;gap:.2rem;list-style:none;margin:0;padding:0}.b-modal.communications-modal .b-modal-body .selected-com-container .venue-container .desc-container .list .list-element{display:flex;justify-content:flex-start}.b-modal.communications-modal .b-modal-body .selected-com-container .venue-container .desc-container .list .list-element .fa-location-dot{color:#e62037;margin-right:6px}.b-modal.communications-modal .b-modal-body .selected-com-container .summary-container .title{border-bottom:1px solid #000;color:#444;font-weight:600;margin-bottom:7px;margin-top:6px;padding-bottom:4px}.b-modal.communications-modal .b-modal-body .selected-com-container .summary-container .list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.b-modal.communications-modal .b-modal-body .selected-com-container .summary-container .list .list-element{display:flex;justify-content:flex-start;min-height:20px}.b-modal.communications-modal .b-modal-body .selected-com-container .summary-container .list .list-element p{letter-spacing:.2px;text-align:left}.b-modal.communications-modal .b-modal-body .selected-com-container .summary-container .details-title{font-weight:600;margin:1.2rem 0;padding-top:1.2rem}.b-modal.communications-modal .b-modal-body .selected-com-container .summary-container .details-body{display:flex;justify-content:flex-start;min-height:20px}.b-modal.communications-modal .b-modal-body .selected-com-container .summary-container .details-body p{text-align:left}.b-modal.communications-modal .b-modal-body .selected-com-container .summary-container .details-img img{max-height:100px}.b-modal.communications-modal .b-modal-body .selected-com-container .issued-container{align-items:flex-end;display:flex;justify-content:space-between;margin-top:4em}.b-modal.communications-modal .b-modal-body .selected-com-container .issued-container .dec{max-width:100%}.b-modal.communications-modal .b-modal-body .selected-com-container .issued-container .dec .list{list-style:none;margin:0;padding:0}.b-modal.communications-modal .b-modal-body .selected-com-container .issued-container .dec .list .list-element{display:flex;justify-content:flex-start}.b-modal.communications-modal .b-modal-body .selected-com-container .issued-container .dec .list .list-element p{display:flex;justify-content:flex-start;text-align:left}.b-modal.communications-modal .b-modal-body .selected-com-container .issued-container .dec .list .list-element p span{font-weight:400;margin-left:1em}.b-modal.communications-modal .b-modal-body .selected-com-container .issued-container .dec .list-signature img{max-height:56px;max-width:150px}.b-modal.communications-modal .b-modal-body .selected-com-container .issued-container .res{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;margin-top:14px}.b-modal.communications-modal .b-modal-body .selected-com-container .issued-container .res .title{margin-bottom:.6rem;text-align:right}.b-modal.communications-modal .b-modal-body .selected-com-container .issued-container .res .list{list-style:none;margin:0;padding:0}.b-modal.communications-modal .b-modal-body .selected-com-container .issued-container .res .list .list-element p{align-items:center;display:flex;flex:1;justify-content:space-between}.b-modal.communications-modal .b-modal-body .selected-com-container .issued-container .res .list .list-element i{margin-left:1em}.disc-entries-view{margin:0 auto;padding:0 .5rem;width:min(100%,1140px)}@media (min-width: 540px){.disc-entries-view{padding:0 1rem}}@media (min-width: 768px){.disc-entries-view{padding:0 2rem}}@media (min-width: 1220px){.disc-entries-view{padding:0}}.disc-entries-view .b-title{padding-top:1rem}.disc-entries-view .total-entries{color:#fff;font-size:1.2rem;font-style:italic;font-weight:300;margin-bottom:2rem;text-align:end}.disc-medals-view{margin:0 auto;padding:0 .5rem;width:min(100%,1140px)}@media (min-width: 540px){.disc-medals-view{padding:0 1rem}}@media (min-width: 768px){.disc-medals-view{padding:0 2rem}}@media (min-width: 1220px){.disc-medals-view{padding:0}}.disc-medals-view .b-title{padding-top:1rem}.disc-medals-view .medallists-disc{border:unset}.disc-final-rank-view{margin:0 auto;padding:0 .5rem;width:min(100%,1140px)}@media (min-width: 540px){.disc-final-rank-view{padding:0 1rem}}@media (min-width: 768px){.disc-final-rank-view{padding:0 2rem}}@media (min-width: 1220px){.disc-final-rank-view{padding:0}}.disc-final-rank-view .b-title{padding-top:1rem}.disc-final-rank-view .fr-container{display:flex;flex-direction:column;gap:2rem;padding:0}.disc-final-rank-view .fr-container .final-rank-all .grid-row{margin-bottom:1.25rem}.disc-final-rank-view .fr-container .grid-row{background-color:#fff;border-radius:1.9375rem;border-top:none;flex-wrap:nowrap;font-family:Cadiz,sans-serif;font-size:1.1rem;height:max-content;margin-bottom:.6rem;padding:.4rem .8rem .4rem .4rem}@media (min-width: 768px){.disc-final-rank-view .fr-container .grid-row{padding:.4rem 2rem .4rem .4rem}}.disc-final-rank-view .fr-container .grid-row .row-one{flex:3 20 235px}@media (min-width: 768px){.disc-final-rank-view .fr-container .grid-row .row-one{flex:2 0 305px}}.disc-final-rank-view .fr-container .grid-row .row-one .rank{flex:0 0 2rem}@media (min-width: 768px){.disc-final-rank-view .fr-container .grid-row .row-one .rank{flex:0 0 5rem}}.disc-final-rank-view .fr-container .grid-row .row-one .competitor .player-name{font-weight:700}.disc-final-rank-view .fr-container .grid-row .row-two{flex:0 70 100px}@media (min-width: 768px){.disc-final-rank-view .fr-container .grid-row .row-two{flex:3 0 305px}}.disc-final-rank-view .fr-container .grid-row .row-two.has-results-irm{flex-direction:row-reverse;gap:1rem}@media (min-width: 768px){.disc-final-rank-view .fr-container .grid-row .row-two.has-results-irm{flex-direction:row}}.disc-final-rank-view .fr-container .grid-row .row-two.has-results-irm .mark{flex:0 0 4rem}.disc-final-rank-view .fr-container .grid-row .row-two.has-results-irm .medal{flex:0}@media (min-width: 768px){.disc-final-rank-view .fr-container .grid-row .row-two.has-results-irm .medal{flex:0 0 5rem}}.disc-final-rank-view .fr-container .grid-row .row-two.has-results-irm .medal p{display:none}@media (min-width: 768px){.disc-final-rank-view .fr-container .grid-row .row-two.has-results-irm .medal p{display:flex}}.disc-final-rank-view .fr-container .grid-row .row-two .medal{align-items:center;display:flex;flex:0 0 5rem;gap:.5rem}.disc-final-rank-view .fr-container .grid-row .row-two .medal .medal-icon{border-radius:50%;height:.875rem;width:.875rem}@media (min-width: 768px){.disc-final-rank-view .fr-container .grid-row .row-two .medal .medal-icon{height:.675rem;width:.675rem}}.disc-final-rank-view .fr-container .grid-row .row-two .medal.me-gold{color:#f8c323}.disc-final-rank-view .fr-container .grid-row .row-two .medal.me-gold .medal-icon{background-color:#f8c323}.disc-final-rank-view .fr-container .grid-row .row-two .medal.me-silver{color:#aaa9ae}.disc-final-rank-view .fr-container .grid-row .row-two .medal.me-silver .medal-icon{background-color:#aaa9ae}.disc-final-rank-view .fr-container .grid-row .row-two .medal.me-bronze{color:#ad6b29}.disc-final-rank-view .fr-container .grid-row .row-two .medal.me-bronze .medal-icon{background-color:#ad6b29}.disc-final-rank-view .fr-container .grid-row .row-two .mark{flex:0 0 7rem;font-size:1.1rem;font-weight:500;padding:.2em;text-align:center}.disc-final-rank-view .fr-container .grid-row{border-bottom:1px solid #696d6f;border-radius:0}.disc-final-rank-view .fr-container .grid-row:last-of-type{border-bottom:0}.disc-competition-view{margin:0 auto;padding:0 .5rem;width:min(100%,1140px)}@media (min-width: 540px){.disc-competition-view{padding:0 1rem}}@media (min-width: 768px){.disc-competition-view{padding:0 2rem}}@media (min-width: 1220px){.disc-competition-view{padding:0}}.disc-competition-view .b-title{padding-top:1rem}.groups .grid-row-wrapper+.grid-row-wrapper{border-top:1px solid rgba(85,85,85,.43)}.groups .col{width:3.5rem}.groups .col.points{font-weight:700}.groups .col.expand{font-size:.8rem;width:1.4rem}.groups .col.expand i{cursor:pointer}.groups .grid-row.titles{color:#444}.groups .grid-row.titles .expand{font-size:1rem}.groups .grid-row.titles .expand i{cursor:pointer}.groups .group-item{background-color:#fff;border-radius:0;margin-bottom:3rem}.groups .group-item .b-title-section{background-color:transparent;padding:.8rem .6rem}.groups .group-item .group-standings .grid-row{padding:.6rem}.groups .group-item .group-standings .grid-row.titles{border-bottom:2.5px solid rgba(85,85,85,.43)}.groups .group-item .grid-row-wrapper .pool-match{border-radius:0;margin:.4rem 0}.groups .group-item .pool-table{padding:.4rem 1rem;place-items:center center}.groups .group-item .pool-table .pool-match{align-items:center;background-color:#f1f1f1;border:1px solid #dcdcd9;border-radius:0;color:#fff;display:flex;flex-direction:column;gap:.2rem;justify-content:center;margin:.4rem 0;padding:.5rem .2rem;width:100%}.groups .group-item .pool-table .pool-match .match-result{align-items:center;border-radius:0;display:flex;flex-direction:row;justify-content:center;padding:.2rem;position:relative}.groups .group-item .pool-table .pool-match .match-result .result{color:#212121;font-size:1.3rem;padding:0 .6rem}.groups .group-item .pool-table .pool-match .match-result .result.date{font-size:.9rem}.groups .group-item .pool-table .pool-match .match-result .match-link{color:#444;position:absolute;right:-1rem;top:30%}.groups .group-item .pool-table .pool-match .match-result .match-link.rtl{left:-1rem;right:unset}.groups .group-item .pool-table .pool-match .start-date{color:#444;font-style:italic}.groups .group-item .pool-table .pool-match .venue-desc,.groups .group-item .pool-table .pool-match .loc-desc{color:#e62037;display:flex;font-size:80%;gap:3px}.groups .group-item .pool-table .pool-match .venue-desc i,.groups .group-item .pool-table .pool-match .loc-desc i{color:#e62037}.groups .group-matrix{margin-bottom:2rem;overflow-x:auto;width:100%}.groups .group-matrix table.table-groups{border-collapse:collapse;width:100%}.groups .group-matrix table.table-groups th{border-bottom:1px solid rgb(230,32,55);color:#e62037;font-size:.8rem;font-weight:500}.groups .group-matrix table.table-groups th .b-label-org{justify-content:center}.groups .group-matrix table.table-groups th .b-label-org .org-code{display:none}.groups .group-matrix table.table-groups td{border-bottom:1px solid rgba(85,85,85,.43)}.groups .group-matrix table.table-groups td.points{color:#fff;font-weight:700}.groups .group-matrix table.table-groups td.empty{background-color:#000}.groups .group-matrix table.table-groups tr.comp td{padding:.2rem .1rem}.groups .group-matrix table.table-groups tr.comp td.res{min-width:3rem}.groups .group-matrix table.table-groups tr.comp td .two-rows{color:#444;display:flex;flex-direction:column}.groups .group-matrix table.table-groups tr.comp td .two-rows span{padding-top:.2rem}.groups .group-item{border:1px solid #696d6f}.disc-schedule-event-view .b-title-phase{background-color:#fff;border-radius:0;color:#444;font-size:1.125rem;font-weight:900;justify-content:space-between;margin:1.4rem 0 0;padding:1.6rem 1rem;position:sticky;text-align:start;text-transform:uppercase;top:env(safe-area-inset-top,0px);z-index:1}.disc-schedule-event-view .b-title-phase.open{border-radius:0}.disc-schedule-event-view .collapse{position:relative}.disc-schedule-event-view .collapse:before{border-top:1px solid rgba(0,0,0,.1882352941);content:"";display:block;left:1.625%;margin:0 auto;position:absolute;top:-12px;width:96.75%}.disc-schedule-event-view .collapse .b-collapse-content{background-color:#fff;border-radius:0;overflow:hidden;padding-top:0}.disc-schedule-event-view .collapse .b-collapse-content .phase-units{padding-inline:.5rem}.disc-schedule-event-view .collapse .b-collapse-content .phase-units .b-list-unit-wrapper{border-radius:0;border-top:1px solid rgba(0,0,0,.1882352941);padding-block:.5rem}.disc-schedule-event-view .b-title-phase{border:1px solid #444}.disc-schedule-event-view .b-title-phase:hover{opacity:1}.disc-schedule-event-view .b-title-phase.open{border-bottom:none;border-radius:0}.disc-schedule-event-view .collapse{border-top:none}.disc-schedule-event-view .collapse:before{border-top:unset}.disc-schedule-event-view .collapse .b-collapse-content{border:1px solid #444;border-top:unset}.sch-modal{height:100vh;overflow:hidden}.sch-modal .b-modal-body{overflow-y:auto}.sch-modal .b-modal-body .b-title-phase{position:unset}.sch-modal .b-days-box{display:flex;flex-wrap:nowrap;gap:.4rem;justify-content:start;margin-bottom:2.2rem;overflow-x:auto;padding:.4rem 0}.schedule-days-view .days-box{padding:1.6rem 0 0;position:sticky;top:0;z-index:10}.schedule-days-view .slider-container{align-items:center;display:flex;flex-direction:column;margin-bottom:1rem;width:100%}.schedule-days-view .slider-container .slider-cont{color:#fff}@media (min-width: 992px){.schedule-days-view .slider-container .slider-cont{width:40%}}.schedule-days-view .content{margin-bottom:2rem}.schedule-days-view .content.lg{max-width:1140px}.sch-one-day{background-color:#fff;border-radius:20px;font-family:Cadiz,sans-serif;margin-bottom:1rem}.sch-one-day .b-collapse-header{background-color:unset}.sch-one-day .disc-collapse{color:#e62037;padding:.8rem 1rem}.sch-one-day .disc-collapse .label .disc-desc{font-size:1.2rem;font-weight:600;text-transform:uppercase}.sch-one-day .disc-collapse .label .picto-box svg{display:block;fill:#e62037;height:2.5rem;width:2.5rem}.sch-one-day .disc-collapse.live-disc{animation:parpadeo-live 2.5s infinite;border-radius:0;color:#e62037}.sch-one-day .disc-collapse.live-disc .label .picto-box svg{fill:#fff}.sch-one-day .disc-collapse.open{border-radius:0}.sch-one-day .content{margin-bottom:2rem}.sch-one-day .disc-collapse:hover{background-color:unset;opacity:1}.sch-one-day .b-collapse-content{padding:.5rem 1rem}.sch-one-day{background-color:unset;border:1px solid black;border-radius:0}@keyframes parpadeo-live-gradient{0%{background-image:linear-gradient(90deg,#fff,#fff);background-position:0% 50%;background-size:200% 100%}50%{background-image:linear-gradient(90deg,#fff,#fff);background-position:100% 50%;background-size:200% 100%}to{background-image:linear-gradient(90deg,#fff,#fff);background-position:0% 50%;background-size:200% 100%}}.schedule-disciplines-view .disciplines-banners{column-gap:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media (min-width: 540px){.schedule-disciplines-view .disciplines-banners{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}.schedule-disciplines-view .disciplines-banners .label{color:#e62037;font-size:1.2rem}.schedule-disciplines-view .disciplines-banners .box{background-color:#fff;border-radius:20px;margin:.5rem 0;padding:.75rem}.schedule-disciplines-view .disciplines-banners .box .banners{align-items:center;border-radius:20px;display:flex;min-height:60px}.schedule-disciplines-view .disciplines-banners .box .banners.live-disc{animation:parpadeo-live-gradient ease 2.5s infinite;background-position:100% 50%;background-size:200% 100%}.schedule-disciplines-view .disciplines-banners .box .banners .disc-banner .picto-box svg{height:3rem;width:3rem}.schedule-disciplines-view .disciplines-banners .box .days-wrapper{padding:1rem .5rem .5rem}.schedule-disciplines-view .disciplines-banners .box .days-wrapper .days{display:flex;flex-wrap:wrap;gap:.2rem;justify-content:start;padding-block:.4rem}.schedule-disciplines-view .disciplines-banners .box .days-wrapper .days .single-day{border-radius:20px}.schedule-disciplines-view .disciplines-banners .box .days-wrapper .days .single-day button{border:none;border-radius:20px;height:75px;width:75px}.schedule-disciplines-view .disciplines-banners .box{background-color:#fff;border:1px solid rgb(230,32,55);border-radius:0}.schedule-disciplines-view .disciplines-banners .box .banners,.schedule-disciplines-view .disciplines-banners .box .days-wrapper .days .single-day button{border-radius:0}.sch-calendar-view-sticky .table-content{align-items:center;display:flex;flex-direction:column}.sch-calendar-view-sticky .grid{background-color:#fff;border-radius:1.25rem;display:flex;flex-direction:column;font-family:Cadiz,sans-serif;padding:1.5rem;width:100%}.sch-calendar-view-sticky .grid .top{align-items:center;display:flex;height:6rem;position:sticky;top:0;margin-bottom:unset;overflow:hidden;z-index:2}.sch-calendar-view-sticky .grid .top .header{display:flex;flex:1;flex-direction:row;position:relative}.sch-calendar-view-sticky .grid .top .header .disc{background-color:transparent;padding:.6rem;width:var(--cell-width)}.sch-calendar-view-sticky .grid .top .header .disc svg.md{width:3.25rem}.sch-calendar-view-sticky .grid .top .header .dates-wrapper{align-items:center;display:flex;gap:.1rem;justify-content:center}.sch-calendar-view-sticky .grid .top .header .dates-wrapper .arrow-wrapper{align-items:center;color:#e62037;cursor:pointer;display:flex;justify-content:center}.sch-calendar-view-sticky .grid .top .header .dates-wrapper .cell-wrapper{background-color:#fff;display:flex}.sch-calendar-view-sticky .grid .top .header .dates-wrapper .cell-wrapper .cell{align-items:center;border-bottom:1px solid rgba(0,0,0,.0588235294);cursor:pointer;display:flex;height:6rem;justify-content:center;width:3.8125rem}.sch-calendar-view-sticky .grid .top .header .dates-wrapper .cell-wrapper .cell:nth-child(odd) .b-day-label{background-color:#e620371a;border-radius:20px 20px 0 0}.sch-calendar-view-sticky .grid .top .header .dates-wrapper .cell-wrapper .cell:nth-child(2n) .b-day-label{color:#e62037}.sch-calendar-view-sticky .grid .top .header .dates-wrapper .cell-wrapper .cell .b-day-label{background-color:#fff;border:unset;box-shadow:none;color:#1d1e1c;font-family:Cadiz,sans-serif;font-size:1rem;height:100%;width:100%}.sch-calendar-view-sticky .grid .bottom{display:grid;grid-template-columns:.8fr 2fr}@media (min-width: 540px){.sch-calendar-view-sticky .grid .bottom{grid-template-columns:.6fr 2fr}}@media (min-width: 768px){.sch-calendar-view-sticky .grid .bottom{grid-template-columns:160px 1fr}}.sch-calendar-view-sticky .grid .bottom .left{display:flex;flex-direction:column;position:relative;top:-6rem;z-index:3}.sch-calendar-view-sticky .grid .bottom .left .top{background-color:#fff;border-bottom:1px solid rgba(0,0,0,.0588235294);height:6rem}.sch-calendar-view-sticky .grid .bottom .left .content{display:flex;flex-direction:column;padding:0}.sch-calendar-view-sticky .grid .bottom .left .content .cell{align-items:center;border-bottom:1px solid rgba(0,0,0,.0588235294);cursor:pointer;display:flex;height:4rem;justify-content:center;width:inherit}.sch-calendar-view-sticky .grid .bottom .left .content .cell:last-child{border:none}.sch-calendar-view-sticky .grid .bottom .left .content .cell .picto{width:inherit}.sch-calendar-view-sticky .grid .bottom .left .content .cell .picto .b-disc-label{display:block}.sch-calendar-view-sticky .grid .bottom .left .content .cell .picto .b-disc-label .disc-desc{color:#212121;font-size:1rem;padding:0 1rem;text-align:left}.sch-calendar-view-sticky .grid .bottom .left .content .live-disc{animation:parpadeo-live 2.5s infinite}.sch-calendar-view-sticky .grid .bottom .right{display:flex;flex-direction:column;overflow-x:auto;z-index:1}.sch-calendar-view-sticky .grid .bottom .right .content{padding:unset}.sch-calendar-view-sticky .grid .bottom .right .content .row-disc-dates{display:flex;height:4rem}.sch-calendar-view-sticky .grid .bottom .right .content .row-disc-dates:last-child .row{border:none;border-radius:0 0 20px 20px}.sch-calendar-view-sticky .grid .bottom .right .content .row-disc-dates .row{align-items:center;border-bottom:1px solid rgba(0,0,0,.0588235294);display:flex;height:inherit;justify-content:center;position:relative;width:3.8125rem}.sch-calendar-view-sticky .grid .bottom .right .content .row-disc-dates .row:nth-child(odd){background-color:#e620371a}.sch-calendar-view-sticky .grid .bottom .right .content .row-disc-dates .row.grap{cursor:grab}.sch-calendar-view-sticky .grid .bottom .right .content .row-disc-dates .row.grapping{cursor:grabbing}.sch-calendar-view-sticky .grid .bottom .right .content .row-disc-dates .row p,.sch-calendar-view-sticky .grid .bottom .right .content .row-disc-dates .row .calendar-day{font-size:1rem;font-weight:500;width:inherit}.sch-calendar-view-sticky .grid .bottom .right .content .row-disc-dates .row .calendar-day{color:#f0f0f0a7}.sch-calendar-view-sticky .grid .bottom .right .content .row-disc-dates .row .calendar-point{border-radius:50%;height:20px;position:absolute;width:20px}.sch-calendar-view-sticky .grid .bottom .right .content .row-disc-dates .row .calendar-point:hover{transform:scale(1.4)}.sch-calendar-view-sticky .grid .bottom .right .content .row-disc-dates .competi,.sch-calendar-view-sticky .grid .bottom .right .content .row-disc-dates .medals{cursor:pointer}.sch-calendar-view-sticky .competi{background:#e62037}.sch-calendar-view-sticky .medals{background:linear-gradient(180deg,#f8c323,#f8c323)}.bornan-wrs-schedule{margin-bottom:1rem}.bornan-wrs-schedule .widget-sch-title{align-items:center;border-bottom:1px solid rgb(230,32,55);display:flex;gap:.5rem;justify-content:center;padding:.5rem 1rem}.bornan-wrs-schedule .widget-sch-title i{animation:status-live 1s infinite;color:#e620371a}.bornan-wrs-schedule .widget-sch-title span{font-size:110%;font-weight:500}.bornan-wrs-schedule .disc-units{margin-bottom:1.8rem;margin-top:.5rem}.bornan-wrs-schedule .disc-units .discipline-title{background-color:#e62037;border-radius:0;color:#fff}.bornan-wrs-schedule .disc-units .discipline-title .b-disc-label{font-size:1.2rem;font-weight:400;padding:.8rem 1rem}.bornan-wrs-schedule .disc-units .discipline-title .b-disc-label .b-picto{display:block;height:2.3rem;width:2.3rem}.bornan-wrs-schedule .disc-units .discipline-title .b-disc-label svg{fill:#fff}.bornan-wrs-schedule .disc-units .b-units-container{gap:0}.bornan-wrs-schedule .disc-units .b-units-container .b-list-unit-wrapper{border-radius:0}.bornan-wrs-schedule .disc-units .b-units-container .b-list-unit-wrapper:last-child{border-radius:0}.medals-view{margin:0 auto;padding:0 .5rem;width:min(100%,1140px)}@media (min-width: 540px){.medals-view{padding:0 1rem}}@media (min-width: 768px){.medals-view{padding:0 2rem}}@media (min-width: 1220px){.medals-view{padding:0}}.medals-view .medal-search-view .button-wrapper{display:flex;justify-content:center}@media (min-width: 540px){.medals-view .medal-search-view .button-wrapper{justify-content:flex-end}}.medals-view .medal-search-view .button-wrapper .btn-cancel{border:1px solid white;color:#fff}.medals-view .medal-search-view .button-wrapper .btn-cancel:hover{border:1px solid #fff;color:#fff}.medallists-disc{margin:.5rem 0}.medallists-disc .no-grid{grid-template-columns:unset}.medallists-disc .medallists-disc-title{background-color:#fff;border-radius:0;color:#444;font-family:Cadiz,sans-serif;font-size:1.1rem;padding:.5rem 1rem;text-transform:uppercase}.medallists-disc .medallists-disc-title.open{border-radius:0}.medallists-disc .medallists-disc-title svg{fill:#444}.medallists-disc .medallists-disc-title .b-disc-label{font-family:Cadiz,sans-serif;font-size:1.25rem;font-style:normal;font-weight:700}.medallists-disc .medallists-disc-title .b-disc-label .b-picto{height:3rem;width:3rem}.medallists-disc .collapse{position:relative}.medallists-disc .collapse .b-collapse-content{background-color:#fff;border-radius:0;padding:0 1rem 1rem}.medallists-disc .collapse .grid2-1{gap:2rem}@media (min-width: 768px){.medallists-disc .collapse .grid2-1{gap:1.25rem}}.medallists-disc .collapse:before{border-top:1px solid rgba(0,0,0,.1882352941);content:"";display:block;left:1.625%;margin:0 auto;position:absolute;top:-12px;width:96.75%}.medallists-disc .collapse:before .b-collapse-content{background-color:#fff;overflow:hidden}.medallists-disc .collapse:before .b-collapse-content>div:not(.medallist-event.second){display:flex}.medallists-disc .winners-search{align-items:center;display:flex;gap:.5rem;margin-bottom:2rem}.medallists-disc .winners-search i{display:none}.medallists-disc{border:1px solid #000}.medallists-disc .collapse:before{border-top:unset}.medallist-event{background-color:#fff;border:1px solid #dcdcd9;border-radius:1.25rem;font-size:.875rem}.medallist-event .medallist-title{background-color:#e62037;border-radius:1.25rem 1.25rem 0 0;color:#fff;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal;padding:.5rem 0}.medallist-event .b-title-section{background:#dcdcd9;margin:0 0 1rem;padding:1rem .5rem}.medallist-event .medal{padding:.4rem;width:100%}@media (min-width: 768px){.medallist-event .medal{padding:.8rem}}.medallist-event .medal .participant{align-items:center;display:flex;flex-direction:row-reverse;gap:.4rem;justify-content:flex-start}@media (min-width: 768px){.medallist-event .medal .participant{gap:.8rem}}.medallist-event .medal .participant .medal-wrapper{align-items:center;border-radius:1.375rem;display:flex;gap:.3125rem;padding:.25rem .4rem}.medallist-event .medal .participant .medal-wrapper .medal-desc{font-family:Cadiz,sans-serif}.medallist-event .medal .participant .medal-wrapper .medal-icon{border-radius:50%;height:.875rem;width:.875rem}.medallist-event .medal .participant .competitor{flex:1}.medallist-event .medal .participant .competitor .avatar,.medallist-event .medal .participant .competitor .avatar img{height:2.8rem;width:2.8rem}.medallist-event .medal .participant .competitor .player-profile .player-name span{color:#444;font-family:Cadiz,sans-serif;word-break:break-word}.medallist-event .medal.gold{border-bottom:1px solid #dcdcd9}.medallist-event .medal.gold .medal-wrapper{background-color:#fffbeb;color:#e8b04b}.medallist-event .medal.gold .medal-wrapper .medal-icon{background-color:#e8b04b}.medallist-event .medal.silver .medal-wrapper{background-color:#f8f8f8;color:#b1b1b1}.medallist-event .medal.silver .medal-wrapper .medal-icon{background-color:#b1b1b1}.medallist-event .medal.bronze .medal-wrapper{background-color:#e99e762b;color:#d97706}.medallist-event .medal.bronze .medal-wrapper .medal-icon{background-color:#d97706}.medallist-event .medal:nth-last-of-type(){border-bottom:1px solid #dcdcd9}.medallist-event.no-border .medal.gold{border-bottom:unset}.medal-tally-list{overflow:clip}.medal-tally-list .b-disc-label{color:#fff;font-size:1.4rem;margin:1.5rem}.medal-tally-list .b-disc-label svg path{fill:#fff}.medal-tally-list .grid-row{font-family:Cadiz,sans-serif}.medal-tally-list .grid-row .row-one{gap:1rem}.medal-tally-list .grid-row.titles{border-bottom:1px solid rgb(230,32,55);font-size:.8rem;font-weight:600;margin-bottom:1rem}@media (max-width: 429.98px){.medal-tally-list .grid-row.titles{top:48px}}.medal-tally-list .grid-row.titles .off{opacity:.5}.medal-tally-list .grid-row .rank{align-items:center;display:flex;flex:0 0 3.5rem;gap:.3rem;justify-content:center;max-width:3.5rem;text-align:center}.medal-tally-list .grid-row .medal-wrapper{align-items:center;display:flex;flex:0 0 3.5rem;flex-direction:column;gap:.3rem;justify-content:center;line-height:1.4rem;overflow:hidden}.medal-tally-list .grid-row .medal-wrapper.totals{flex:0 0 3.75rem;flex-direction:row}.medal-tally-list .grid-row .medal-wrapper .medal{background-repeat:no-repeat;background-size:contain;height:1.125rem;width:1.125rem}.medal-tally-list .grid-row .medal-wrapper .medal.gold{background-image:url(/assets/svg/gold.BNZWoaHu.svg)}.medal-tally-list .grid-row .medal-wrapper .medal.silver{background-image:url(/assets/svg/silver.B2wCXIUq.svg)}.medal-tally-list .grid-row .medal-wrapper .medal.bronze{background-image:url(/assets/svg/bronze.DkJYs_lA.svg)}.medal-tally-list .grid-row .medal-wrapper .value{cursor:pointer;font-size:.8rem;line-height:1.4rem;transition:all .3s linear;width:100%}.medal-tally-list .grid-row .medal-wrapper .value.show{transform:translateZ(0)}.medal-tally-list .grid-row .medal-wrapper .value.hide-value{display:none;height:100%;position:absolute;transform:translate3d(0,-400%,0)}.medal-tally-list .grid-row .medal-wrapper .value.total{color:#000;font-size:1.2rem}.medal-tally-list .grid-row .medal-wrapper .empty{opacity:0}.medal-tally-list .grid-row .medal-wrapper.hide-value .value:not(.total){display:none}.medal-tally-list .grid-row .plus{flex:0 0 1rem}.medal-tally-list .grid-row .plus .fa-solid{display:none}.medal-tally-list .grid-row:not(.titles)+.grid-row{border-top:none}.medal-tally-list .grid-row:not(.titles){background-color:#fff;border-radius:2.5rem;box-shadow:0 4px 10px #0000001a;height:max-content;margin-bottom:.6rem}.medal-tally-list .grid-row:not(.titles){border-bottom:1px solid #dcdcd9;border-radius:0;box-shadow:unset}.participants-view{margin:0 auto;padding:0 .5rem;width:min(100%,1140px)}@media (min-width: 540px){.participants-view{padding:0 1rem}}@media (min-width: 768px){.participants-view{padding:0 2rem}}@media (min-width: 1220px){.participants-view{padding:0}}.participants-view .b-tab{justify-content:flex-start}.participants-list .filters-wrapper{margin:1rem 0}.participants-list .filters-wrapper .filters{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.participants-list .filters-wrapper .filters .ath-search{align-items:center;display:flex;flex:1;gap:.2rem}.participants-list .filters-wrapper .filters .ath-search i{display:none}.participants-list .filters-wrapper .filters .ath-search .form-control{border:1px solid #f1f1f1;border-radius:0;font-size:1rem}.participants-list .filters-wrapper .filters .btn-cancel{border:1px solid white;color:#fff}.participants-list .filters-wrapper .filters .btn-cancel:hover{border:1px solid #fff;color:#fff}.participants-list .partic-disc-item{background:#fff;border-radius:2rem;margin-bottom:1rem;padding:1rem}.participants-list .partic-disc-item.rtl .count{direction:ltr}.participants-list .partic-disc-item .count{color:#5555556e;font-size:80%;font-style:italic}.participants-list .partic-disc-item .partics-disc-title{align-items:center;border-bottom:1px solid rgba(85,85,85,.43);display:flex;flex-direction:column;justify-content:space-between;position:sticky;top:0;z-index:2}@media (min-width: 768px){.participants-list .partic-disc-item .partics-disc-title{flex-direction:row}}.participants-list .partic-disc-item .partic-org-item{border-bottom:1px solid #f1f1f1;margin-top:1rem}.participants-list .partic-disc-item .partic-org-item:last-child{border-bottom:none}.participants-list .partic-disc-item .partic-org-title{align-items:center;background:#fff;display:flex;flex-direction:column;font-size:1.3rem;justify-content:space-between;margin-bottom:.75rem;padding:.5rem .6rem;position:sticky;top:var(--partic-org-title-height);z-index:1}@media (min-width: 768px){.participants-list .partic-disc-item .partic-org-title{flex-direction:row}}.participants-list .partic-disc-item .partics-disc-org-list{margin-bottom:1rem;padding:0 1rem}.participants-list .partic-disc-item .partics-disc-org-list .partic-item{padding:.5rem}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .b-label-player{margin-top:.5rem}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .b-label-player .player-name{color:#000;font-size:1rem;text-align:left}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .player-profile{transition:transform .5s ease}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .player-profile:hover{transform:scale(1.05)}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .partic-item-team .flip-card{background-color:transparent;height:170px;margin:0 auto;perspective:1000px;width:230px}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .partic-item-team .flip-card .flip-card-inner{height:100%;position:relative;text-align:center;transform-style:preserve-3d;transition:transform .8s;width:100%}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .partic-item-team .flip-card .flip-card-inner .flip-card-front{background:#f1f1f1;color:#000}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .partic-item-team .flip-card .flip-card-inner .flip-card-back{background:linear-gradient(45deg,#000,#e62037);color:#000;transform:rotateY(180deg)}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .partic-item-team .flip-card .flip-card-inner .flip-card-front,.participants-list .partic-disc-item .partics-disc-org-list .partic-item .partic-item-team .flip-card .flip-card-inner .flip-card-back{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:1rem;display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;width:100%}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .partic-item-team .flip-card .flip-card-inner .flip-card-front .title,.participants-list .partic-disc-item .partics-disc-org-list .partic-item .partic-item-team .flip-card .flip-card-inner .flip-card-back .title{font-size:1rem;font-weight:500;margin-bottom:.5rem;margin-top:1rem;text-align:center}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .partic-item-team .flip-card .flip-card-inner .flip-card-front .title-member,.participants-list .partic-disc-item .partics-disc-org-list .partic-item .partic-item-team .flip-card .flip-card-inner .flip-card-back .title-member{font-size:.8rem;font-style:italic;font-weight:200;text-align:center}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .partic-item-team .flip-card .flip-card-inner .flip-card-front .title.back,.participants-list .partic-disc-item .partics-disc-org-list .partic-item .partic-item-team .flip-card .flip-card-inner .flip-card-back .title.back{margin:.5rem 0}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .partic-item-team .hide-mobile.flip-card:hover .flip-card-inner{transform:rotateY(180deg)}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .partic-item-team .members{display:grid;gap:.2rem;padding:.2rem .5rem}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .flip-card.main{background-color:transparent;height:170px;margin:0 auto;perspective:1000px;width:230px}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .flip-card.main .flip-card-inner{height:100%;position:relative;text-align:center;width:100%}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .flip-card.main .flip-card-inner:hover{border:2px solid #dcdcd9;border-radius:1rem}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .flip-card.main .flip-card-inner .flip-card-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#f1f1f1;border-radius:1rem;color:#000;display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;width:100%}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .flip-card.main .flip-card-inner .flip-card-front i.fa-users,.participants-list .partic-disc-item .partics-disc-org-list .partic-item .flip-card.main .flip-card-inner .flip-card-front .fa-friends{color:#000;font-size:2rem;margin-bottom:1rem;margin-top:1rem}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .flip-card.main .flip-card-inner .flip-card-front .title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;margin-top:1rem;text-align:center}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .flip-card.main .flip-card-inner .flip-card-front .title-member{font-size:.8rem;font-style:italic;font-weight:200;text-align:center}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .flip-card.main .flip-card-inner .flip-card-front .view{align-items:center;display:flex;font-size:1.2rem;font-weight:500;gap:1rem;justify-content:center}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .flip-card.main .flip-card-inner .flip-card-front .view i{font-size:1rem}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .flip-card.main .flip-card-inner .flip-card-front .title.back{margin:1rem 0}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .partic-item-doubles .flip-card{background-color:transparent;height:170px;margin:0 auto;width:230px}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .partic-item-doubles .flip-card .flip-card-inner{height:100%;position:relative;text-align:center;transform-style:preserve-3d;transition:transform .8s;width:100%}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .partic-item-doubles .flip-card .flip-card-inner .flip-card-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#f1f1f1;border-radius:1rem;color:#000;display:flex;flex-direction:column;height:100%;justify-content:center;padding:0 1rem;position:absolute;width:100%}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .partic-item-doubles .flip-card .flip-card-inner .flip-card-front .title{padding-top:.5rem}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .partic-item-doubles .flip-card .flip-card-inner .members{margin-top:.2rem}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .player-ind .flip-card{background-color:transparent;height:70px;margin:0 auto;perspective:1000px}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .player-ind .flip-card .flip-card-inner{height:100%;position:relative;text-align:center;transform-style:preserve-3d;transition:transform .8s;width:100%}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .player-ind .flip-card .flip-card-inner .flip-card-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#f1f1f1;border-radius:1rem;color:#000;display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;width:100%}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .player-ind .flip-card .flip-card-inner .flip-card-front .player-profile{padding:0 .8rem}.participants-list .partic-disc-item .partics-disc-org-list .partic-item .player-ind .flip-card .flip-card-inner .flip-card-front .b-label-player{margin-top:unset}.participants-list .pagination{align-items:center;background-color:#000;border-bottom:unset;border-radius:20px;bottom:0;display:flex;flex-direction:row;justify-content:center;margin:0 auto;padding:.25rem 1rem;position:sticky;width:fit-content;z-index:2}.participants-list .pagination .pag-info{color:#fff;font-weight:700;width:100%}.participants-list .pagination .btn{background-color:unset;display:flex;font-size:90%}.participants-list .pagination .btn i{padding-inline-end:0}.participants-list .pagination .btn i:hover{transform:scale(1.1)}.participants-list .filters-wrapper .filters .ath-search .form-control{border:1px solid #dcdcd9;border-radius:0}.participants-list .filters-wrapper .filters .btn-cancel{border:1px solid #dcdcd9;color:#e62037}.participants-list .filters-wrapper .filters .btn-cancel:hover{background-color:#e62037;color:#fff}.biography-view .wrapper{margin-bottom:2.5rem}.biography-view .wrapper .b-title-section{background-color:#fff;border-radius:0;color:#000;font-size:1.125rem;margin:0}.biography-view .wrapper.bio{display:flex;flex-direction:column;justify-content:center}.biography-view .wrapper.bio .avatar,.biography-view .wrapper.bio .cards{display:flex;flex-flow:row wrap;justify-content:center}.biography-view .wrapper.bio .avatar{align-items:center;display:flex;flex-direction:column;padding:.5rem 1rem}.biography-view .wrapper.bio .avatar .player-info .name{color:#212121;font-size:1.7731rem;font-weight:700}.biography-view .wrapper.bio .avatar .player-photo{align-items:flex-start;display:flex;flex-direction:column}.biography-view .wrapper.bio .avatar .player-photo img{border:1px solid rgb(33,67,150);border-radius:50%;height:11.25rem;object-fit:cover;object-position:50% 10%;width:11.25rem}.biography-view .wrapper.bio .avatar .name{color:#5555556e;font-size:2rem;font-weight:700}.biography-view .wrapper.bio .cards .card-title,.biography-view .wrapper.bio .cards .card-content{margin:.2rem;padding:.15rem 1rem;width:100%}.biography-view .wrapper.bio .cards .card{align-items:center;background-color:#fff;border-radius:0;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:1rem;margin:.5rem;padding:.5rem .5rem .1rem;transition:all .3s ease;width:100%}.biography-view .wrapper.bio .cards .card-title{background-color:#e62037;border-radius:.375rem;color:#fff;font-size:1rem;font-weight:700;padding:.2rem;text-transform:uppercase}.biography-view .wrapper.bio .cards .card-content{color:#000;font-size:1rem;font-weight:700;margin:.2rem}.biography-view .wrapper.bio .members{align-self:center;display:flex;flex-direction:column;gap:.4rem;max-width:1060px;padding:.15rem 1rem;width:100%}.biography-view .wrapper.bio .members .org-flag{display:none}.biography-view .wrapper.bio .members .member{align-items:center;border:1px solid rgb(230,32,55);border-radius:0;display:flex;justify-content:space-between;padding:.5rem}@media (min-width: 990px){.biography-view .wrapper.bio .members .member{width:45%}}.biography-view .wrapper.bio .members .member .pos{background-color:#e620371a;border-radius:5px;color:#fff;font-size:.8rem;padding:.3rem .6rem}@media (max-width: 430px){.biography-view .wrapper.bio .members{gap:1rem;width:fit-content}.biography-view .wrapper.bio .members .member{align-items:flex-start;flex-direction:column}.biography-view .wrapper.bio .members .member .pos{align-self:flex-end}}@media (min-width: 540px){.biography-view .wrapper.bio .members{width:80%}.biography-view .wrapper.bio .members .member{align-items:center;gap:1rem;justify-content:space-between}}@media (min-width: 768px){.biography-view .wrapper.bio .members{width:60%}}@media (min-width: 990px){.biography-view .wrapper.bio .members{flex-direction:unset;flex-wrap:wrap;gap:.5rem 1rem;justify-content:center;padding:0 2rem;width:unset}.biography-view .wrapper.bio .members .member{width:49%}}@media (min-width: 540px){.biography-view .wrapper.bio .cards{flex-flow:row wrap}.biography-view .wrapper.bio .cards .card{min-width:32.5%;width:unset}}@media (min-width: 768px){.biography-view .wrapper.bio .cards{flex-flow:row wrap}.biography-view .wrapper.bio .cards .card{min-width:49.5%;width:unset}.biography-view .wrapper.bio .avatar{flex-direction:row;justify-content:space-around}}@media (min-width: 990px){.biography-view .wrapper.bio .cards .card{max-width:49.4%;min-width:24.4%}}.biography-view .wrapper.entries .event-entry{align-items:center;display:flex;justify-content:space-between;margin:0;padding:1rem}.biography-view .wrapper.entries .event-entry .desc{font-weight:500}.biography-view .wrapper.entries .event-entry:last-of-type{border-radius:0}.biography-view .wrapper.results .b-units-container{background-color:#fff;border-radius:0;gap:0;padding:.5rem .5rem .1rem}.biography-view .wrapper.results .b-units-container .b-list-unit-wrapper{border-radius:0}.biography-view .wrapper.results .b-units-container .b-list-unit-wrapper .schedule-unit{box-shadow:unset}.biography-view .wrapper.results .b-units-container .b-list-unit-wrapper:last-child{border-radius:0;border-top:1px solid #8d8d8d}.biography-view .entries{margin-bottom:2rem}.biography-view .entries .event-entry{background-color:#fff;color:#000;margin-top:.5rem;padding:.5rem 1.5rem .2rem 1rem}.biography-view .entries .event-entry .desc{color:#000;font-size:1.1rem;font-weight:800;text-align:start}.biography-view .entries .event-entry .pos{display:flex;gap:.8rem;justify-content:flex-end}.biography-view .entries .event-entry .pos img.medal-img{width:2.4rem}.biography-view .entries .event-entry .pos .rank p{align-items:center;display:flex;gap:.2rem}.biography-view .entries .event-entry .pos .rank p span{font-size:2rem}.b-modal.bio-modal{min-height:100%}.b-modal.bio-modal .b-modal-header{background-color:#e62037;color:#fff}.participants-stats .apexcharts-legend{gap:1rem;padding:0}.participants-stats .apexcharts-legend .apexcharts-legend-series{gap:.2rem}.participants-stats .apexcharts-legend .apexcharts-legend-series .apexcharts-legend-text{margin:0;padding:0}.participants-stats{display:flex;flex-direction:column;gap:1rem}.participants-stats .partic-stats-chart{background-color:#f5f5f5;border-radius:1rem;display:flex;justify-content:center;padding:.5rem}.participants-nocs .b-label-org{font-size:1.2rem}.participants-nocs .grid-row{background-color:#fff;border-radius:2.5rem;border-top:0;font-size:1rem;margin-bottom:.5rem;padding:1rem}.participants-nocs .grid-row .rank,.participants-nocs .grid-row .men,.participants-nocs .grid-row .women,.participants-nocs .grid-row .total,.participants-nocs .grid-row .plus{color:#444}.participants-nocs .grid-row .men,.participants-nocs .grid-row .women{flex:0 0 5rem}.participants-nocs .grid-row .total{flex:0 0 6rem}.participants-nocs .grid-row .plus{cursor:pointer;flex:0 0 2rem}.participants-nocs .grid-row.titles{background-color:transparent;border-bottom:0;border-radius:0}.participants-nocs .grid-row.titles .rank,.participants-nocs .grid-row.titles .men,.participants-nocs .grid-row.titles .women,.participants-nocs .grid-row.titles .total,.participants-nocs .grid-row.titles .plus{color:#fff}.participants-nocs .grid-row.titles span{margin:0 .2rem}.participants-nocs .grid-row.titles .off{opacity:.5}.participants-nocs .grid-row .row-two .icon-box i{display:none;margin-right:.4rem}.participants-nocs .grid-row .row-two .icon-box.men,.participants-nocs .grid-row .row-two .icon-box.women,.participants-nocs .grid-row .row-two .icon-box.total{font-size:1.2rem;font-weight:700}.participants-nocs .grid-row:not(.titles)+.grid-row{border-top:0}.participants-nocs .grid-row{border-bottom:1px solid #dcdcd9;border-radius:0}.participants-nocs .grid-row.titles{border-bottom:1px solid rgb(230,32,55);padding-bottom:.2rem}.participants-nocs .grid-row.titles .rank,.participants-nocs .grid-row.titles .men,.participants-nocs .grid-row.titles .women,.participants-nocs .grid-row.titles .total,.participants-nocs .grid-row.titles .plus{color:#000}.b-modal.filters-modal .b-label-org{font-size:1.2rem}.b-modal.filters-modal .grid-row:not(.titles){background-color:#fff;border-radius:2.5rem}.b-modal.filters-modal .grid-row{border-top:0;color:#212121;font-size:1.1rem;margin-bottom:1rem;padding:1rem}.b-modal.filters-modal .grid-row .b-disc-label{font-size:medium}.b-modal.filters-modal .grid-row .men,.b-modal.filters-modal .grid-row .women{flex:0 0 5rem}.b-modal.filters-modal .grid-row .total{flex:0 0 6rem}.b-modal.filters-modal .grid-row.titles i{cursor:pointer}.b-modal.filters-modal .grid-row.titles i.off{opacity:.5}.b-modal.filters-modal .grid-row .row-one .item,.b-modal.filters-modal .grid-row .row-two .item{display:flex;gap:.5rem;justify-content:center}.b-modal.filters-modal .grid-row .row-one .icon-box.men,.b-modal.filters-modal .grid-row .row-one .icon-box.women,.b-modal.filters-modal .grid-row .row-one .icon-box.total,.b-modal.filters-modal .grid-row .row-two .icon-box.men,.b-modal.filters-modal .grid-row .row-two .icon-box.women,.b-modal.filters-modal .grid-row .row-two .icon-box.total{font-size:1.2rem;font-weight:700}.records-view{margin:0 auto;padding:0 .5rem;width:min(100%,1140px)}@media (min-width: 540px){.records-view{padding:0 1rem}}@media (min-width: 768px){.records-view{padding:0 2rem}}@media (min-width: 1220px){.records-view{padding:0}}.records-view .record-disciplines{font-family:Cadiz,sans-serif}.records-view .record-disciplines .discipline{font-size:1.125rem;font-weight:500;padding-left:1rem}.records-view .record-disciplines .record{font-weight:500;padding-right:1rem}.records-view .record-disciplines .disciplines .buttons{align-items:center;display:flex;flex:1;justify-content:flex-end}.records-view .record-disciplines .disciplines .buttons button{align-items:center;background-color:#e62037;border-radius:4rem;color:#fff;display:flex;font-size:1rem;font-weight:800;justify-content:center;padding:.5rem 1rem;text-transform:uppercase}.records-view .record-disciplines .disciplines .buttons button span{font-size:.8rem}.records-view .record-disciplines .disciplines .buttons button i{display:none}.records-view .record-disciplines .disciplines .buttons button:hover{background-color:#fff;border:1px solid rgb(230,32,55);color:#e62037}.records-view .record-disciplines .disciplines .b-disc-label{font-size:1.4rem;font-weight:800;text-transform:uppercase}.records-view .record-disciplines .disciplines .b-disc-label svg{fill:#e62037;height:3rem;width:3rem}.records-view .grid-row.disciplines{background-color:#fff;border:none;border-radius:40px;margin-bottom:1rem;padding:.5rem}.records-view .record-disciplines .grid-row.titles{border-bottom:1px solid rgb(230,32,55)}.records-view .grid-row.disciplines{border-bottom:1px solid #dcdcd9;border-radius:0;margin-top:1rem}.record-list-view{margin:0 auto;padding:0 .5rem;width:min(100%,1140px);margin-top:2rem}@media (min-width: 540px){.record-list-view{padding:0 1rem}}@media (min-width: 768px){.record-list-view{padding:0 2rem}}@media (min-width: 1220px){.record-list-view{padding:0}}.record-list-view .records .b-list-record{background-color:#fff;border-radius:0}.record-list-view .records .b-list-record .b-title-section{border-radius:0}.record-list-view .legends-wrapper{color:#fff}.record-list-view .legends-wrapper .btn-legends{background:#e620371a;display:block;font-weight:500;margin:.5rem auto;width:60%}.record-list-view .legends-wrapper .btn-legends i{padding:.5rem .8rem}.record-list-view .legends-wrapper .btn-legends:hover{box-shadow:.15em .15em;transform:translate(-.05em,-.05em)}.record-list-view .legends-wrapper .btn-legends:active{box-shadow:.05em .05em;transform:translate(.05em,.05em)}.record-list-view .legends-wrapper .legend{display:flex;flex-wrap:wrap;justify-content:center}.record-list-view .legends-wrapper .legend .key{background-color:#000;border:1px solid;border-radius:5px;font-size:1rem;font-weight:700;margin:.2rem;padding:.8rem}.reports-view{font-family:Cadiz,sans-serif;margin:0 auto;padding:0 .5rem;width:min(100%,1140px)}@media (min-width: 540px){.reports-view{padding:0 1rem}}@media (min-width: 768px){.reports-view{padding:0 2rem}}@media (min-width: 1220px){.reports-view{padding:0}}.reports-view .b-title{padding-top:1rem}.reports-view p.start{color:#000;font-weight:300;margin:.25rem}.reports-view .actions{display:flex;gap:1rem;justify-content:center;margin:.5rem 0}.reports-view .actions .btn-cancel{border:1px solid white;color:#fff}.reports-view .actions .btn-cancel:hover{border:1px solid #fff;color:#fff}.reports-view .actions .fa-arrow-up-from-bracket{transform:rotate(180)}.reports-view .reports-main-title{background-color:#fff;border-radius:0;color:#444;font-size:1.125rem;font-weight:900;justify-content:space-between;margin:2rem 0 0;padding:1.6rem 1rem;text-transform:uppercase}.reports-view .reports-main-title.open{border-radius:0}.reports-view .collapse{position:relative}.reports-view .collapse:before{border-top:1px solid rgba(0,0,0,.1882352941);content:"";display:block;left:1.625%;margin:0 auto;position:absolute;top:-12px;width:96.75%}.reports-view .b-collapse-content{background-color:#fff;border-radius:0;overflow:hidden;padding-top:0}.reports-view .b-collapse-content>div:not(.reports-list.second){display:flex}.reports-view .report-picto{height:2rem;width:2rem}.reports-view .report-picto svg{height:100%;width:100%}.reports-list{background-color:#fff;color:#fff;flex:1;padding-bottom:.5rem}.reports-list.first>.reports-title{background-color:#fff;color:#444;display:flex;font-size:.875rem;font-weight:600;justify-content:flex-start;padding:.6rem 1.1rem;text-transform:uppercase}.reports-list.second{background-color:#f1f1f1;border-radius:0;margin:0 1rem 1.5rem}.reports-list.second>.reports-title{display:flex;justify-content:flex-start}.reports-list.second>.reports-title span{background-color:#5555556e;border-radius:8px;display:inline-block;font-family:Cadiz,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:.25rem;padding:.3rem 3rem}.reports-list.third{border-radius:.5rem;margin-top:1rem;padding:.4rem}.reports-list.third>.reports-title{background-color:transparent;color:#5555556e;font-weight:600;line-height:.4;margin-bottom:1rem;margin-top:.7rem;padding-left:0;padding-right:0;text-align:left}.reports-list.third>.reports-title.gold{border-left:0 solid #f8c323}.reports-list.third>.reports-title.gold i{color:#f8c323;margin-right:.5rem}.reports-list.third>.reports-title.gold i.rtl{margin-left:.5rem;margin-right:0}.reports-list.third>.reports-title.bronze{border-left:0 solid #f8c323}.reports-list.third>.reports-title.bronze i{color:#ad6b29;margin-right:.5rem}.reports-list.third>.reports-title.bronze i.rtl{margin-left:.5rem;margin-right:0}.reports-list.third>.reports-title.rtl{text-align:right}.reports-list.third>.reports-title span{background-color:transparent}.reports-list.third>.reports-title .time{color:#e62037;font-size:.9rem;font-weight:300;justify-content:center;margin-left:.25rem}.reports-list.third>.reports-title .time.rtl{margin-left:0;margin-right:.25rem}.reports-list.third>.reports-title .competitors{align-items:center;background-color:#d9d9d9;background-color:#e620371a;display:flex;font-weight:300;gap:3px;justify-content:center;margin-top:.5rem;padding:4px 0}.reports-list.third>.reports-title .competitors .home,.reports-list.third>.reports-title .competitors .away{align-items:center;color:#000;display:flex;flex:1;gap:.2rem}.reports-list.third>.reports-title .competitors .home .flag,.reports-list.third>.reports-title .competitors .away .flag{height:1rem}.reports-list.third>.reports-title .competitors .home .org,.reports-list.third>.reports-title .competitors .away .org{font-family:Cadiz,sans-serif;font-size:.9rem;font-weight:500;padding-top:.125rem}.reports-list.third>.reports-title .competitors .home{flex-direction:row-reverse}.reports-list.third>.reports-title .vs{margin:0 5px}.reports-list .report-item{align-items:center;background-color:#f1f1f1;border-radius:0;display:flex;margin:.4rem 1rem;padding:.6rem .5rem}@media (max-width: 540px){.reports-list .report-item{justify-content:space-between}}.reports-list .report-item:last-child{margin-bottom:.8rem}.reports-list .report-item .report-picto{margin-left:1rem}.reports-list .report-item .report-link{align-items:center;color:#444;display:flex;font-size:.875rem;gap:.3rem}.reports-list .report-item .report-link i{color:#ee3b52;font-size:1.1rem}.reports-list .report-item .report-link .oris{font-family:Cadiz,sans-serif;font-size:.7rem}.result-book-list{color:#5555556e;display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);margin-top:1rem}@media (min-width: 430px){.result-book-list{grid-template-columns:repeat(3,1fr)}}@media (min-width: 540px){.result-book-list{grid-template-columns:repeat(4,1fr)}}@media (min-width: 768px){.result-book-list{grid-template-columns:repeat(5,1fr)}}@media (min-width: 992px){.result-book-list{grid-template-columns:repeat(6,1fr)}}@media (min-width: 1220px){.result-book-list{grid-template-columns:repeat(7,1fr)}}.result-book-list .result-book-item{border:1px solid rgba(230,32,55,.1);border-radius:1rem;box-shadow:0 2px 5px #0003;height:12rem;padding:1.2rem .6rem}.result-book-list .result-book-item .result-book-inner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;transition:transform .5s ease}.result-book-list .result-book-item .result-book-inner .report-picto{height:4rem;width:4rem}.result-book-list .result-book-item .result-book-inner .report-picto svg{fill:#e620371a;height:100%;width:100%}.result-book-list .result-book-item .result-book-inner .report-text{display:flex;flex-direction:column;height:4rem;justify-content:space-between;margin-bottom:.5rem}.result-book-list .result-book-item .result-book-inner .report-text span{color:#444;font-size:1rem}.result-book-list .result-book-item .result-book-inner .report-text i{color:#444;font-size:1.3rem}.result-book-list .result-book-item:hover .result-book-inner{transform:scale(1.05)}.reports-view .reports-main-title{border:1px solid #444}.reports-view .reports-main-title:hover{opacity:1}.reports-view .reports-main-title.open{border-bottom:none}.reports-view .reports-main-title .b-collapse-title{flex:0 0 auto}.reports-view .collapse{border-top:none}.reports-view .collapse:before{border-top:unset}.reports-view .b-collapse-content{border:1px solid #444;border-top:unset}.reports-list.second{background-color:#fff}.reports-list.second>.reports-title span{background-color:#444}.reports-list.third{border:1px solid #dcdcd9;border-radius:0}.reports-list.third span,.reports-list.third .vs{color:#444}.venues-wrapper{margin:0 auto;padding:0 .5rem;width:min(100%,1140px)}@media (min-width: 540px){.venues-wrapper{padding:0 1rem}}@media (min-width: 768px){.venues-wrapper{padding:0 2rem}}@media (min-width: 1220px){.venues-wrapper{padding:0}}.venues-wrapper .venues{display:flex;flex-wrap:wrap;gap:.625rem;justify-content:center}@media (min-width: 1220px){.venues-wrapper .venues{justify-content:start}}.venues-wrapper .venues .b-empty-data{width:100%}.venues-wrapper .venue-search{align-items:center;display:flex;margin-bottom:1rem}.venues-wrapper .venue-search i{display:none}.venues-wrapper .venue-search .form-control{border:1px solid #f1f1f1;border-radius:11px;font-size:1rem}.venue-card{align-items:center;background-color:#fff;border-radius:0;display:flex;flex-direction:column;gap:.625rem;justify-content:flex-start;padding:.875rem;width:100%}@media (min-width: 540px){.venue-card{width:23.125rem}}.venue-card .top-info{display:flex;flex-direction:column;gap:.375rem;text-align:start;width:100%}.venue-card .top-info .venue-pic{align-items:flex-end;display:flex;gap:.625rem;justify-content:flex-end;position:relative}.venue-card .top-info .venue-pic .layover{align-items:center;background:linear-gradient(0deg,#0003,#0003);border-radius:.8125rem;display:flex;height:100%;justify-content:center;position:absolute;width:100%;z-index:1}.venue-card .top-info .venue-pic .layover a{align-items:center;background:#ffffff4d;border:1px solid white;border-radius:2rem;color:#fff;display:none;font-family:Cadiz,sans-serif;font-weight:700;gap:.375rem;justify-content:center;padding:.375rem .625rem;position:absolute;width:fit-content}.venue-card .top-info .venue-pic .layover a p,.venue-card .top-info .venue-pic .layover a i{display:none;font-size:.875rem}.venue-card .top-info .venue-pic img{align-self:stretch;border-radius:0;height:13.0625rem;width:100%;z-index:0}.venue-card .top-info .venue-pic.venue-pic-hover:hover .layover{background:linear-gradient(0deg,#0006,#0003);cursor:pointer}.venue-card .top-info .venue-pic.venue-pic-hover:hover .layover a{display:flex;position:absolute}.venue-card .top-info .venue-pic.venue-pic-hover:hover .layover a i,.venue-card .top-info .venue-pic.venue-pic-hover:hover .layover a p{display:flex}.venue-card .top-info .venue-info .name{font-family:Cadiz,sans-serif;font-size:1.25rem}.venue-card .top-info .venue-info .location{font-size:1rem;opacity:.5}.venue-card .bottom-info{display:flex;justify-content:flex-end;width:100%}.venue-card .bottom-info .discs{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:end}.venue-card .bottom-info .discs .disc{align-items:center;background-color:#e620371a;border-radius:1.5625rem;display:flex;gap:.25rem;padding:.375rem .625rem}.venue-card .bottom-info .discs .disc .disc-desc{color:#e62037;font-size:.813rem}.venue-card{border:1px solid rgb(230,32,55)}@media (min-width: 540px){.not-found-view{padding-bottom:1rem}}.not-found-view img.not-found{margin:2rem 0;max-width:min(50vw,300px)}.not-found-view button>span{margin-left:.5rem}#app{background:#fff}.player-photo{display:none}.content[data-v-d2fc6b45]{display:flex;flex-direction:column;align-items:center;gap:1.2rem}.content h2[data-v-d2fc6b45],.content .buttons[data-v-d2fc6b45]{display:flex;gap:.5rem;padding:1rem}
