@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: #6507ce;--color-stats-away: #f55300;--color-stats-women: #6507ce;--color-stats-men: #f76fef}:root{--font-primary: AcuminVariableConcept, sans-serif;--font-secondary: Archia, 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:normal;margin:0;padding:0}:root{font-size:.9rem}html{background-color:#000;color:#000;font-family:Archia,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:#f55300;border-right:1px solid #6507ce;border-top:1px solid #6507ce;bottom:0;color:#757575;display:flex;height:2.25rem;justify-content:center;left:0;padding:.4rem 1rem;position:fixed;z-index:99}.v-idle{display:none}button{font-family:inherit}.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:#fdfdfd}50%{background-color:#f76fef}to{background-color:#fdfdfd}}@keyframes parpadeo-live-b{0%{border-top:4px solid #fdfdfd}50%{border-top:4px solid #f76fef}to{border-top:4px solid #fdfdfd}}@keyframes parpadeo-live-gradient{0%{background-image:linear-gradient(90deg,#fdfdfd,#f76fef);background-position:0% 50%;background-size:200% 100%}50%{background-image:linear-gradient(90deg,#fdfdfd,#f76fef);background-position:100% 50%;background-size:200% 100%}to{background-image:linear-gradient(90deg,#fdfdfd,#f76fef);background-position:0% 50%;background-size:200% 100%}}@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:#6507ce;color:#fdfdfd}.btn.btn-cancel{background-color:transparent;border:1px solid #757575;border-radius:19px;color:#757575;display:flex;font-family:TTNorms,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 #a1a1a1;border-radius:19px;color:#fdfdfd;font-family:TTNorms,sans-serif;font-weight:800;gap:.5rem;padding:.5rem 1rem;text-transform:uppercase}.btn.btn-mid{background-color:#f4ecff;color:#fdfdfd}.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 .main-bg-img{background-image:url(/assets/svg/bg-header-design.DhwMgE_a.svg);background-position:top;background-repeat:no-repeat;background-size:contain;height:17vh;left:0;position:absolute;top:env(safe-area-inset-top,0);width:100%;z-index:4}@media (min-width: 768px){#app main .main-bg-img{background-size:cover}}@media (min-width: 1220px){#app main .main-bg-img{height:21vh;top:-50px}}#app main .schedule-view{position:relative;z-index:5}#app main.disc_results{padding-top:1rem}.centered{display:flex;justify-content:center}.b-modal{background-color:#f4f4f4;display:flex;flex-direction:column}.b-modal .b-modal-header{align-items:center;background-color:#6507ce;color:#fdfdfd;display:flex;justify-content:space-between;padding:1rem;position:sticky;top:0;z-index:100}.b-modal .b-modal-header i{color:#fdfdfd;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:#fdfdfd;border:1px solid #f4f4f4;border-radius:.375rem;color:#212529;display:block;font-family:Archia,sans-serif;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{border-radius:.5rem;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;gap:.25rem;justify-content:flex-start;overflow:clip}@media (min-width: 768px){.grid-row .row-one{gap:unset}}.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:#fdfdfd;font-size:.8rem;font-weight:500}.grid-row:not(.titles)+.grid-row{border-top:1px solid #f4f4f4}.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:linear-gradient(180deg,#ff8a4e,#da4b02);color:#fdfdfd}.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:#fdfdfd;display:flex;padding-bottom:1px}.info-legends .comp-days{background:#6507ce;color:#fdfdfd}.info-legends.legends-days{margin-bottom:0}.vs__dropdown-menu{z-index:2041}.vue-neat-modal{border-radius:13px}.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:AcuminVariableConcept;font-style:normal;font-weight:100;src:url(/assets/otf/AcuminVariableConcept.LQT__-ZA.otf) format("opentype")}@font-face{font-display:swap;font-family:AcuminVariableConcept;font-style:normal;font-weight:200;src:url(/assets/otf/AcuminVariableConcept.LQT__-ZA.otf) format("opentype")}@font-face{font-display:swap;font-family:AcuminVariableConcept;font-style:normal;font-weight:300;src:url(/assets/otf/AcuminVariableConcept.LQT__-ZA.otf) format("opentype")}@font-face{font-display:swap;font-family:AcuminVariableConcept;font-style:normal;font-weight:400;src:url(/assets/otf/AcuminVariableConcept.LQT__-ZA.otf) format("opentype")}@font-face{font-display:swap;font-family:AcuminVariableConcept;font-style:normal;font-weight:500;src:url(/assets/otf/AcuminVariableConcept.LQT__-ZA.otf) format("opentype")}@font-face{font-display:swap;font-family:AcuminVariableConcept;font-style:normal;font-weight:600;src:url(/assets/otf/AcuminVariableConcept.LQT__-ZA.otf) format("opentype")}@font-face{font-display:swap;font-family:AcuminVariableConcept;font-style:normal;font-weight:700;src:url(/assets/otf/AcuminVariableConcept.LQT__-ZA.otf) format("opentype")}@font-face{font-display:swap;font-family:AcuminVariableConcept;font-style:normal;font-weight:800;src:url(/assets/otf/AcuminVariableConcept.LQT__-ZA.otf) format("opentype")}@font-face{font-display:swap;font-family:AcuminVariableConcept;font-style:normal;font-weight:900;src:url(/assets/otf/AcuminVariableConcept.LQT__-ZA.otf) format("opentype")}@font-face{font-family:Archia;font-style:normal;font-weight:400;src:url(/assets/woff2/archia-regular.DjjbKyWK.woff2) format("woff2")}@font-face{font-family:Archia;font-style:normal;font-weight:500;src:url(/assets/woff2/archia_medium.BQYvefAX.woff2) format("woff2")}@font-face{font-family:Archia;font-style:normal;font-weight:600;src:url(/assets/woff2/archia_bold.IGeJEME6.woff2) format("woff2")}@font-face{font-display:swap;font-family:TTNorms;font-style:normal;font-weight:100 900;src:url(/assets/otf/TTNorms-Regular.CGPugFuW.otf) format("opentype")}.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:#e4e4e7}.b-label-status.live,.b-label-status.running,.b-label-status.getting_ready{color:#049669}.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:#35414f}.b-label-status.border.live,.b-label-status.border.running,.b-label-status.border.getting_ready{border:1px solid #049669}.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 #35414f}.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:#fdfdfd;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 #f55300;color:#f55300}.disc-schedule-date{position:relative}.b-badge{align-items:center;color:#fdfdfd;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:#000c;border:#f4f4f4;border-radius:1rem;color:#fdfdfd;padding:.5rem .8rem}.b-badge.bg-badge .icon{color:#42008c}.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:#fffbeb;border:1px solid #d97706;border-radius:.375rem;color:#d97706;display:flex;gap:.7rem;justify-content:center;margin:1rem 0;padding:1rem}.b-empty-data i{color:#d97706}.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-options{gap:.5rem}.b-modal.filters-modal .filter-container .vs__selected{border:none;border-radius:20px;gap:.4rem;justify-content:space-between;margin:0;min-height:1.875rem;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{column-gap:1rem;display:flex;flex-wrap:wrap;justify-content:center;margin-top:1rem}.filters-modal-wrapper .filter-selected{align-items:center;background-color:#fdfdfd33;border-radius:2.375rem;color:#fdfdfd;display:flex;font-family:Archia,sans-serif;font-size:.875rem;gap:.5rem;justify-content:center;margin-bottom:.5rem;padding:.375rem .625rem}.filters-modal-wrapper .filter-selected .text{min-width:6rem}.filters-modal-wrapper .filter-selected i{cursor:pointer}.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:#757575;font-family:MyriadPro,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:#757575;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-bib{background-color:#f55300;color:#fdfdfd;font-weight:500;min-width:2.8rem;padding:0 .25rem}.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:AcuminVariableConcept,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:#f55300;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:#f8f8f8;padding:1.2rem 2rem}.progress-bar-box .progress-bar-bone{background-color:#fdfdfd;border:1px solid #a1a1a1;border-radius:4px;margin-bottom:1.2rem;position:relative}.progress-bar-box .progress-bar{background-color:#b37fee;border-radius:4px;height:100%;transition:"width 0.3s"}.progress-bar-box .progress-bar .percent-progress{color:#000;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 #f55300;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:#fdfdfd;border:1px solid #c9c9c9;border-radius:13px;padding:.25rem .5rem}.b-select .vs__actions{color:#fdfdfd;cursor:pointer}.b-select .vs__actions svg{fill:#a1a1a1}.b-select-disc .vs__search{font-family:AcuminVariableConcept,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:#fdfdfd;border-radius:38px;color:#f55300;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:#f55300;color:#fdfdfd}.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-results{background-color:#f55300;display:flex;flex-wrap:wrap;justify-content:center}.b-tab-results>.b-tab-link{color:#fdfdfd;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 #fdfdfd}.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:#6507ce;border-radius:.2rem;color:#fdfdfd;cursor:pointer;display:flex;font-size:1rem;margin-bottom:.2rem;margin-top:.5rem;padding:.4rem .8rem}.b-title{color:#fdfdfd;font-family:AcuminVariableConcept,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-section{align-items:center;background-color:#fdfdfd;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{position:sticky;z-index:3}.b-title-section.rtl{border-left:unset}.view-buttons{align-items:center;display:flex;justify-content:center}.view-buttons .switch{align-items:center;display:flex;height:3.278rem;justify-content:center;margin:1rem;width:9.9rem}.view-buttons .switch input{opacity:0}.view-buttons .switch input:checked+.slider{display:flex}.view-buttons .switch input:checked+.slider:before{transform:translate(4.6rem)}.view-buttons .switch input+.slider{align-items:center;background-color:#f4f4f4;border-radius:.5rem;box-shadow:0 0 4px #0000004d;cursor:pointer;display:flex;height:3.3rem;justify-content:center;position:absolute;transition:.4s;width:9.9rem}.view-buttons .switch input+.slider:before{background-color:#fdfdfd;border-radius:.25rem;bottom:.22rem;box-shadow:0 0 4px #0000004d;content:"";height:2.778rem;left:.3rem;position:absolute;transition:.4s;width:4.7rem}.view-buttons .switch input+.slider .home,.view-buttons .switch input+.slider .away{border-radius:3px;cursor:pointer;font-weight:700;margin:.3rem .5rem;transition:.4s;width:auto;z-index:1}.view-buttons .switch input+.slider .home.selected .org-code,.view-buttons .switch input+.slider .away.selected .org-code{color:#000;font-weight:700}.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:#f76fef #c9c9c9}.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:#333;cursor:pointer;font-family:Archia,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:#f55300;color:#fdfdfd}.b-days-box-div .b-days-box::-webkit-scrollbar{background:#f4ecff;height:4px}.b-days-box-div .b-days-box::-webkit-scrollbar-thumb:horizontal{background:#f4ecff;border-radius:30px}.b-day-label{align-items:center;background-color:#fdfdfd;border-radius:20px;box-shadow:6px 6px 54px #0000000d;color:#333;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:#6507ce;color:#fdfdfd;font-family:Archia,sans-serif}.b-day-label.medals{background:linear-gradient(180deg,#ff8a4e,#da4b02);color:#fdfdfd}.btn-show-filters{background-color:#f55300;border:none;border-radius:.3rem;color:#fdfdfd;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:#fdfdfd;color:#000}.btn-show-filters.rtl{left:0;right:auto}}.btn-show-filters:active{background-color:#fdfdfd;color:#6507ce}.btn-show-filters .num-filter-active{background-color:#f4ecff;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:#fdfdfd;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:#c9c9c9;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:#f55300;border-radius:50%;height:var(--track-height)}.custom-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f55300;border:1px solid #f99a66;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:#f55300;border:1px solid #f99a66;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:#d9b7ff;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:#fdfdfd}.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{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:#f8f8f8;cursor:pointer;top:0;right:0;bottom:0;left:0;position:absolute;transition:.4s}.b-switch-input .slider:before{background-color:#fdfdfd;bottom:4px;content:"";height:16px;left:4px;position:absolute;transition:.4s;width:16px}.b-switch-input .slider.round{border-radius:34px}.b-switch-input .slider.round:before{border-radius:50%}.b-switch-input input:checked+.slider{background-color:#6507ce}.b-switch-input input:checked+.slider:before{transform:translate(26px)}.b-switch-input input:focus+.slider{box-shadow:0 0 1px #6507ce}.b-select-input select,.b-event-input select{height:30px;width:100%}.clear-filters button{align-items:center;background-color:#f4f4f4;border:none;border-radius:3px;color:#333;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:#c9c9c9}}.clear-filters button:active{background-color:#6507ce;color:#fdfdfd}.clear-filters button:disabled,.clear-filters button[disabled]{background-color:#c9c9c9;border:1px solid #757575;color:#757575}.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:#757575}.filter-selector .select-element .vs__selected{background-color:#f4ecff;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:#fdfdfd;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:#6507ce;font-family:Archia,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:#f4f4f4;border:none;border-radius:5px;color:#000;font-size:1rem;margin:.2rem;padding:.4rem}.legend .key span{padding:0 .2rem}.legend .key .short-desc{background-color:#e00;color:#fdfdfd}.legend .key .second-desc{background-color:#00f;color:#fdfdfd}.b-splash{background:linear-gradient(180deg,#260050,#6507ce);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 .lottie-container{display:flex;height:100%;justify-content:center;width:100%}.b-splash .content .lottie-container .lottie{width:180px}@media (min-width: 540px){.b-splash .content .lottie-container .lottie{width:320px}}.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/champ-org-white-en.ejlZJyaK.svg);background-position:left center;background-repeat:no-repeat;background-size:contain;height:6.4rem;width:12rem}.b-splash .content .logos .splash-logo-box .splash-logo.es{background-image:url(/assets/svg/champ-org-white-es.CxqIMs5x.svg)}@media (min-width: 540px){.b-splash .content .logos .splash-logo-box .splash-logo{height:10.7rem;width:20rem}}.b-splash .content .message{color:#fdfdfd;font-weight:700}.b-splash .bottom{justify-items:center;z-index:1}.b-splash .bottom p{color:#fdfdfd;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}.b-splash .graphic-bg{background-image:url(/assets/svg/bg-footer-design.DdQys43i.svg);background-position-x:-50rem;background-position-y:bottom;background-repeat:no-repeat;background-size:inherit;height:100%;position:absolute;width:100vw}@media (min-width: 540px){.b-splash .graphic-bg{background-position-x:unset;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:#fdfdfd;border-radius:2.5rem;box-shadow:0 0 9.3px #0000004d;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 #f4f4f4}.doubles-entries .members{background-color:#fdfdfd;color:#757575;font-size:1.1rem;padding:.8rem}.doubles-entries .members:nth-child(2){border-radius:13px 13px 0 0}.doubles-entries .members:last-child{border-radius:0 0 13px 13px}.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:#6507ce;font-size:80%;padding:0 3px;text-align:end}.teams-entries .entries-team{background-color:#fdfdfd;border-radius:13px;border-top:none;color:#757575;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:13px 13px 0 0}.teams-entries .entries-team .b-collapse-trigger{margin:0;padding:0;width:1.2rem}.teams-entries .collapse{position:relative}.teams-entries .collapse:before{content:"";display:block;left:1.625%;margin:0 auto;position:absolute;top:-12px;width:96.75%}.teams-entries .collapse .b-collapse-content{background-color:#fdfdfd;border-radius:0 0 13px 13px;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}.b-list-record{margin-bottom:2rem}.b-list-record .record-event .evt-record-title{background:#f4f4f4;color:#f76fef;font-family:Archia,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:#333;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:#fdfdfd;text-align:start}.b-list-record .grid-row.titles .row-two{color:#fdfdfd;display:flex;gap:.5rem}.b-list-record .grid-row.titles .row-two .date{text-align:end;width:7rem}.bracket-competitor{align-items:center;background:#fdfdfd;border:1px solid #f4ecff;border-radius:13px;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:#757575;font-size:1.1rem;font-weight:600;justify-self:flex-end;min-width:2rem}.bracket-competitor.winner{background-color:#f4ecff;font-weight:600}.bracket-competitor.hl{background-color:#c9c9c9;border:1px solid #fdfdfd;border-radius:13px;color:#333;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:#6507ce;font-size:.9rem;line-height:1.1}.bracket-match .info-match .location{font-size:.8rem;font-style:italic}button.burger{background:transparent;border:none;color:#fdfdfd;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:#fdfdfd}button.burger.on-dark:hover{color:#fdfdfd;opacity:.5}button.burger .burger-line+.burger-line{margin-top:7px}button.burger .burger-line{background:#fdfdfd;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:#fdfdfd}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:#fdfdfd;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:#f55300}.b-button-go-back{align-items:center;animation:scale-down .4s ease-in-out;background-color:#000;bottom:2.5rem;color:#fdfdfd;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:#fdfdfd;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:#6507ce;bottom:6rem;color:#fdfdfd;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:#000c;box-shadow:none;height:6.75rem;position:absolute;width:100%;z-index:10}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 solid #fdfdfd;border-radius:38px;color:#fdfdfd;cursor:pointer;display:flex;font-family:Archia,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:#fdfdfd;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:#fdfdfd;color:#000}nav.nav-championship ul.nav-box li .link-box button{background-color:transparent;border:none}.b-burger-menu{background:linear-gradient(0deg,#6507ce,#757575);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:#fdfdfd;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%}.discipline-header{background-color:#fdfdfd1a;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:#fdfdfd;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:#fdfdfd}.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:#fdfdfd;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 ::-webkit-scrollbar{background:#fdfdfd;height:3px;width:20px}.discipline-header ::-webkit-scrollbar-thumb:horizontal{background:#f4ecff;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-image:url(/assets/svg/champ-org-white-en.ejlZJyaK.svg);background-position:center;background-repeat:no-repeat;background-size:contain;height:80px;width:160px}.main-header .menu .menu-content .menu-section-left .logo .logo-champ-box .logo-champ.es{background-image:url(/assets/svg/champ-org-white-es.CxqIMs5x.svg)}.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:#fdfdfd;display:flex;font-size:large;gap:.8rem}.main-header .menu .menu-content .menu-section-right .main-actions .action-box:hover{color:#f55300;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-image:url(/assets/svg/champ-org-white-en.ejlZJyaK.svg);background-position:center;background-repeat:no-repeat;background-size:contain;height:80px;width:160px}.main-header .menu-content-mobile .logos .logo .logo-champ-box .logo-champ.es{background-image:url(/assets/svg/champ-org-white-es.CxqIMs5x.svg)}.select-times-modal .b-modal-header,.select-lang-modal .b-modal-header{background-color:#a1a1a1;color:#fdfdfd}.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:#fdfdfd}.select-times-modal .b-modal-header i,.select-lang-modal .b-modal-header i{color:#fdfdfd;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 #f4f4f4;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 #a1a1a1}.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 #a1a1a1}.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:#fdfdfd;border-radius:50%;box-shadow:inset 0 0 0 .125em #a1a1a1;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:MyriadPro,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:#eee}.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{border-radius:13px}.b-modal.select-times-modal .b-modal-header{border-radius:13px 13px 0 0}.b-modal.select-times-modal .b-modal-body .time:nth-child(2){border-radius:0 0 13px 13px}.language-selector{align-items:flex-start;display:flex;flex-direction:row;font-family:AcuminVariableConcept,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:#fdfdfd;color:#6507ce;font-size:1rem;padding:.3rem .8rem}.language-selector .lang-list .lang-options .lang-box:hover{background-color:#f76fef;color:#333}@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,#6507ce,#333);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:#fdfdfd}.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:#fdfdfd;display:flex;font-family:Archia,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:#f76fef}@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}.nav-user .nav-user-buttons{color:unset;display:inline-flex;gap:.4rem}.nav-user .nav-user-buttons button.name{background-color:#6507ce;border:none;border-radius:50%;color:#fdfdfd;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:#fdfdfd;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:#fdfdfd;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 #fdfdfd;color:#fdfdfd}.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 #fdfdfd;color:#fdfdfd;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:#f55300;color:#fdfdfd;padding:0 .1rem;text-align:center;width:100%}.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:1.2rem;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:#f4ecff}.b-ath-results .grid-row.titles,.summary-wrapper .grid-row.titles{color:#fdfdfd;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:#fdfdfd;border-radius:2.5rem;box-shadow:6px 6px 54px #0000000d;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:13px}.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:#333}.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 #f4f4f4;color:#333;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:#f4ecff;color:#fdfdfd;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 #a1a1a1;width:100%}@media (min-width: 768px){.b-current-last .last-competitor{width:70%}}.b-current-last .last-competitor .last-header{background-color:#a1a1a1}.b-current-last .last-competitor h3{color:#fdfdfd}.b-current-last .last-competitor .last-body{align-items:center;background-color:#fdfdfd;color:#000;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:#f55300;display:flex}.b-current-last .last-competitor .last-name-bib .bib span{color:#fdfdfd;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 #6507ce;width:100%}@media (min-width: 768px){.current-competitor{width:70%}}.current-competitor .current-header{background-color:#6507ce}.current-competitor .current-header h2{color:#fdfdfd}.current-competitor .current-body{background-color:#fdfdfd;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:#f55300;display:flex}.current-competitor .current-body .first-row .current-pic .bib span{color:#fdfdfd;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:#f4ecff;display:flex;margin-left:.4rem;padding:0 .2rem}.current-competitor .current-body .first-row .current-bib-name .current-bib .bib span{color:#fdfdfd;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{border:1px solid #a1a1a1;border-radius:10px;width:110px}.third-row .result-details .split-item .split-desc{background-color:#6507ce}.b-h2h-periods{background-color:#fdfdfd;border-bottom:1px solid #f4f4f4;border-radius:0 0 13px 13px;border-top:1px solid #f4f4f4;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{margin:.75rem .4rem;padding:.35rem 0}.b-h2h-periods .competitor.home.winner1,.b-h2h-periods .competitor.home.winner,.b-h2h-periods .competitor.away.winner1,.b-h2h-periods .competitor.away.winner{background:linear-gradient(90deg,#fdfdfd,#6507ce1a);border-radius:.375rem}.b-h2h-periods .competitor.home.winner1 .detail-results .results-total,.b-h2h-periods .competitor.home.winner .detail-results .results-total,.b-h2h-periods .competitor.away.winner1 .detail-results .results-total,.b-h2h-periods .competitor.away.winner .detail-results .results-total,.b-h2h-periods .competitor.home.winner1 .competitor-data .b-label-player .player-name p,.b-h2h-periods .competitor.home.winner .competitor-data .b-label-player .player-name p,.b-h2h-periods .competitor.away.winner1 .competitor-data .b-label-player .player-name p,.b-h2h-periods .competitor.away.winner .competitor-data .b-label-player .player-name p{color:#000;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:#333;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:#333;min-width:3rem}.b-h2h-periods .periods-title{background-color:#e7e7e7;color:#333;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 .periods-title .detail-results{padding-inline-end:.4rem}.b-h2h-periods .duration-periods .periods-title{background-color:unset;border-top:1px solid #757575;color:#000;display:flex;flex-direction:column-reverse;margin-inline:.4rem;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-match-competitor.competitor-data{background-color:#fdfdfd;border-radius:13px;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:#fdfdfd;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:#fdfdfd;border:1px solid #757575}.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{border-radius:0 0 13px 13px}.b-match-competitors.has-orgs .b-match-competitor{border-radius:13px 13px 0 0}.b-match-competitors.not-combat .b-match-versus .b-match-competitor{border-bottom:1px solid #a1a1a1}.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:#f4f4f4;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:#fdfdfd;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:#757575;display:flex;font-family:TTNorms,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:#757575}.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 #fdfdfd;border-radius:10px;padding:2px 12px}.b-carousel .next-prev-buttons-box .current-button-container .current-button .curr-box .desc p{color:#fdfdfd;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:#fdfdfd33;border-radius:13px;color:#fdfdfd;font-family:Archia,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:#fdfdfd;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:#e4e4e7}.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 #049669}.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 #35414f}.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:#049669}.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:#35414f}.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{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:#fdfdfd;border-radius:13px;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:#fdfdfd;border-radius:13px;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:#fdfdfd;border:1px solid #f4f4f4;border-radius:13px;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:#ff4f3a}.b-reports-unit .disc-reports .files .file .desc p{text-align:left}.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:#7dea00;cursor:pointer}.b-reports-unit .disc-reports .files .file .actions i.download{color:#6507ce}.b-res-detail{border-radius:8px;font-size:1.2rem;margin-bottom:2rem;padding:.3rem}.b-res-detail.decision{align-items:center;background-color:#0000004d;border-radius:.5rem;color:#fdfdfd;display:flex;justify-content:center;padding:.75rem}.b-res-detail.decision p span.title{font-weight:700;margin-inline-end:.5rem}.b-res-detail.decision p i{margin-inline:.5rem}.b-res-detail.wind{background-color:#c9c9c9;font-size:.9rem;font-weight:300;padding:.5rem .2rem}.b-scoreboard-unit{color:#fdfdfd;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:#c9c9c9}.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:#fdfdfd;color:#020d0b;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:#000c;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:#fdfdfd}.b-scoreboard-unit .sticky-content .column-country:nth-child(1){justify-content:end}.b-scoreboard-unit .sticky-content .column-central{display:grid;gap:.3rem;grid-template-columns:repeat(2,1fr);min-width:8rem;place-content:center}.b-scoreboard-unit .sticky-content .column-central .scoreboard{background-color:#fdfdfd;color:#020d0b;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:#757575;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:#fdfdfd}.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 #a1a1a1;color:#fdfdfd;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:#049669}.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:#e4e4e7;color:#35414f}.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:#6507ce;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:#fdfdfd;border-radius:13px 13px 0 0;margin-bottom:0;padding:1rem 2rem 0}.play-by-play .chart .time-line .vue-apexcharts{background-color:#fdfdfd;border-radius:0 0 13px 13px;margin-bottom:3rem}.play-by-play .container-bg{background-color:#fdfdfd;border-radius:0 0 13px 13px;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:#f4ecff;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:MyriadPro,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:#fdfdfd;border-bottom-left-radius:15px;border-top:#6507ce .3rem solid;box-shadow:0 0 9.3px #0000004d;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:#fdfdfd;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 #fdfdfd}.play-by-play .container .action .box-container .box .column-number+.column-action.rtl{border-left:none;border-right:3px solid #fdfdfd}@media (max-width: 767.98px){.play-by-play .container .action .box-container .box .column-number+.column-action{border-left:none;border-right:3px solid #fdfdfd}}.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 #fdfdfd;border-right:0 solid #fdfdfd;border-top:14px solid transparent;content:" ";display:inline-block;position:absolute;right:-13px;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:-13px;right:auto}}.play-by-play .container .action .box-container .box.rtl:after{left:-13px;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 #fdfdfd}.play-by-play .container .action .away .box .column-number+.column-action.rtl{border-left:3px solid #fdfdfd;border-right:none}.play-by-play .container .action .away .box:after{border-left-width:0;border-right-width:14px;left:-13px;right:auto}.play-by-play .container .action .away .box.rtl:after{left:auto;right:-13px;transform:scale(-1)}.play-by-play .container .action:before{background-color:#f4ecff;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:#f4ecff;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:#6507ce;color:#fdfdfd}.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:Archia,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:13px;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:13px 13px 0 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:#fdfdfd;border-radius:2.5rem;box-shadow:6px 6px 54px #0000000d;height:fit-content;margin-bottom:.6rem}.disc-results-view .sub-match .status-container:not(.status-tag){width:100%}.disc-results-view .sub-match .status-tag{padding:.5rem}.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:flex-start;display:flex;flex-direction:column;font-size:1rem;gap:.6125em;justify-content:center;width:100%}@media (min-width: 768px){.unit-info{align-items:center;flex-direction:row;justify-content:space-between}}.unit-info .unit-title{color:#6507ce;font-size:1.125em;font-weight:700;margin-bottom:.5em}.unit-info .schedule-info-match{align-items:baseline;display:flex;flex-direction:column;gap:.3em}@media (min-width: 768px){.unit-info .schedule-info-match{align-items:flex-end;flex-direction:row}}.unit-info .schedule-info-match .schedule-info-date{align-items:baseline;display:flex;font-size:1em;gap:.25rem}@media (min-width: 768px){.unit-info .schedule-info-match .schedule-info-date{font-size:1.1em}}.unit-info .schedule-info-match .schedule-info-date .time{color:#a1a1a1}.unit-info .schedule-info-match .schedule-info-title{align-items:baseline;display:flex;flex-wrap:wrap;font-weight:500;gap:.2em}.unit-info .schedule-info-match .schedule-info-title .unit-desc,.unit-info .schedule-info-match .schedule-info-title .match-info{color:#333;font-size:.875em}.unit-info .schedule-info-match .schedule-info-title .event-desc{color:#6507ce;font-size:1.1em}.unit-info .schedule-info-match .schedule-info-title .phase-desc{bottom:.02rem;color:#f55300;position:relative}.unit-info .schedule-info-ubi{align-self:flex-end;color:#757575;display:flex;flex-wrap:wrap;font-size:.75em;font-weight:300;gap:.3em}.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:#f55300;font-weight:400}.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,#fdfdfd,#6507ce1a);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:#757575;font-weight:600}.schedule-unit-result .sch-item-result.winner .result-mark{color:#333;font-weight:500}.schedule-unit-result .sch-item-result.winner .result-mark .split:not(:last-of-type){border-right:.5px solid #757575}.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:#757575;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:#757575;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 #a1a1a1}.schedule-unit-result .sch-item-result .result-mark .splits .split.winner{color:#757575;font-size:.875rem;font-weight:500}.schedule-unit-result .competitor{padding-inline-start:0}@media (min-width: 540px){.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{background:#fdfdfd;border:1px solid #f4f4f4;border-radius:1rem;box-shadow:6px 6px 54px #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 .decision{color:#757575;font-weight:400;text-align:center}.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:AcuminVariableConcept,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:#eaae47}.status-container .status-tag .content-status.medals-container.bronze{background-color:#fbeee6;color:#ce8127}.status-container .status-tag .content-status.medals-container .medal{align-items:center;display:flex;gap:.25em}.status-container.centered{justify-content:center}.ath-start-list-unit .b-title-section{background-color:unset;border-bottom:1px solid #fdfdfd;color:#fdfdfd}.ath-start-list-unit .grid-row{padding:.6rem 1rem}.ath-start-list-unit .grid-row.titles{color:#fdfdfd;text-transform:uppercase}.ath-start-list-unit .grid-row.fav-org{background:linear-gradient(90deg,#6507ce,#f4ecff);color:#fdfdfd}.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:#f55300;color:#fdfdfd;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:#000;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 #f4f4f4}.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;color:#f55300;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:#fdfdfd;border-radius:2.5rem;box-shadow:6px 6px 54px #0000000d;height:fit-content;margin-bottom:.6rem}.b-list-officials{border-radius:13px;margin:1.5rem 0}.b-list-officials.results-view .b-title-section{border-radius:13px 13px 0 0}.b-list-officials.h2h-type .officials{background-color:#fdfdfd;border-radius:0 0 13px 13px}.b-list-officials.ath-type .b-title-section{border-bottom:1px solid #fdfdfd;color:#fdfdfd;margin-bottom:.6rem}.b-list-officials.ath-type .officials .b-card-player{background-color:#fdfdfd;border-radius:2.5rem;box-shadow:6px 6px 54px #0000000d;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:#333;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:#f55300;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:#c9c9c9;font-size:3.25rem}.b-card-player .player-bib p{align-items:center;color:#333;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 #f4f4f4}.h2h-start-list-unit{padding-top:2rem}.h2h-start-list-unit .view-buttons{background-color:#fdfdfd}.h2h-start-list-unit .teams-tabs{align-items:center;background-color:#fdfdfd;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:#fdfdfd;border:1px solid #c9c9c9;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:#f4ecff;border:1px solid #c9c9c9;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:#fdfdfd;border-radius:0 0 13px 13px;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:13px 13px 0 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:#c9c9c9;border-radius:13px;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:#757575;position:relative}.stats-hbars .stat-bar .stat-bar-home .stat-barra{background-color:#6507ce;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:#f55300;border-bottom-right-radius:5px;border-top-right-radius:5px}.stats-competitor{background-color:#fdfdfd;border-radius:13px;margin:0}.stats-competitor .total .stats{margin-bottom:.5rem}.stats-competitor .total .stats .main-title{border-bottom:2px solid #c9c9c9;color:#757575;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:#c9c9c9;border-radius:5px;color:#333;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:#f76fef;color:#fdfdfd}.stats-competitor .match-stat-content-time .time{display:flex;justify-content:center;margin:1rem}.stats-competitor .match-stat-content-time .time .duration{font-family:MyriadPro,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;padding-inline:1rem}@media (min-width: 768px){.stats-competitor .match-stat-content-stats{padding-inline:unset}}.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:#f4ecff;color:#000;font-size:.8rem;font-weight:500}.stats-all-player-table .table-content .table thead tr th{border-bottom:1px solid #6507ce;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 #c9c9c9}.stats-all-player-table .table-content .table tbody tr .stat-content{font-size:13px;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:#fdfdfd;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:#6507ce;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:#f4f4f4;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:#c9c9c9}.stats-all-player-table .fixed{left:0;position:sticky;z-index:2}.stats-all-player-table .content{background-color:transparent}.stats-member-table{background-color:#fdfdfd;padding-bottom:1rem}.stats-member-table .single-menu{align-items:center;display:flex;justify-content:center}.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:#f4f4f4;border-radius:5px;color:#333;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:#f76fef;color:#fdfdfd}.stats-member-table .single-menu.has-modes{display:grid;grid-template-columns:.5fr;grid-template-rows:1fr 1fr;justify-items:center}.stats-member-table .single-menu.has-modes .teams{margin:1rem 0 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 #c9c9c9}.stats-member-table .stats-table .all-player{display:block;margin:0 1rem}.b-stats-player-card{height:100%}.b-stats-player-card .card{background:linear-gradient(to bottom,#5603b4,#260050);border-radius:15px;box-shadow:6px 6px 54px #0000000d;color:#fdfdfd;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.8B8w65Tq.png);background-position:bottom;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:#fdfdfd;font-size:4rem;opacity:.2}.b-stats-player-card .card .info .data-top .number .shirt span{align-items:center;color:#fdfdfd;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:#f55300;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 #6507ce;font-size:.75rem;font-style:italic;font-weight:500;padding:.5rem;pointer-events:none;text-shadow:0 -2px 12px #000}.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:#c9c9c9;stroke-width:3.8}.stats-success .single-chart .circular-chart .circle{animation:progress 1s ease-out forwards;fill:none;stroke:#6507ce;stroke-linecap:round;stroke-width:2.8}.stats-success .single-chart .circular-chart .color-away{animation:progress 1s ease-out forwards;fill:none;stroke:#f55300;stroke-linecap:round;stroke-width:2.8}.stats-success .single-chart .circular-chart .percentage{fill:#757575;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:#6507ce;text-align:left}.stats-total .container .away .bar{background-color:#f55300;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:#f4f4f4;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,#f4f4f4 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:#6507ce;color:#fdfdfd}.stats-values .stat-row .stat-category .winner-away{background-color:#f55300;color:#fdfdfd}.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:#c9c9c9;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:#6507ce}.stats-vbars .row .bar .away .percent-bar{background-color:#f55300}.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:#049669;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:#a1a1a1;border-radius:13px 13px 0 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:#fdfdfd;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 #fdfdfd}.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:#fdfdfd}.b-h2h-results.ARC .table .body{background-color:#fdfdfd;border:2px solid #fdfdfd;border-radius:0 0 13px 13px;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:#f55300;border-radius:10px;padding:0 1rem}.b-h2h-results.ARC .table .body .row.total{border-top:1px solid #a1a1a1}.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:#049669}.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:13px}.b-h2h-results.ARC .b-match-competitors .b-match-scores .away{border-start-end-radius:13px}.b-h2h-results.ARC .b-match-competitors .b-match-scores .score{background-color:#fdfdfd}.b-h2h-results.ARC .b-match-competitors .b-match-scores .score.winner{color:#049669}.b-h2h-results.ARC .b-match-competitors .b-match-scores .score.score_0{border-start-end-radius:13px}.b-h2h-results.ARC .b-match-competitors .b-match-scores .score.score_1{border-start-start-radius:13px}.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 #c9c9c9;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:#a1a1a1;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:#fdfdfd;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:#fdfdfd}.b-h2h-results.BOC .table .body{border:2px solid #a1a1a1;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:13px}.b-h2h-results.BOC .boc-details .home .table .body{border-bottom-left-radius:13px}.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:13px}.b-h2h-results.BOC .boc-details .away .table .body{border-bottom-right-radius:13px}.b-h2h-results.BOC .boc-details .col.title.end{color:#fdfdfd}.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:13px}.b-h2h-results.BOC .boc-details.rtl .home .table .body{border-bottom-left-radius:0;border-bottom-right-radius:13px}.b-h2h-results.BOC .boc-details.rtl .away .table .header-wrapper{border-top-left-radius:13px;border-top-right-radius:0}.b-h2h-results.BOC .boc-details.rtl .away .table .body{border-bottom-left-radius:13px;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:#fdfdfd;border-radius:13px;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:#6507ce;font-weight:500}.box-results .box-stats .judges .rank{display:flex;justify-content:center}.box-results .box-stats .judges .rank .winner.red{background-color:#e00;color:#fdfdfd}.box-results .box-stats .judges .rank .winner.blue{background-color:#00f;color:#fdfdfd}.box-results .box-stats .judges .rank span{color:#6507ce;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}.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 #757575;min-width:160px}.bwl-results-unit .bwl-members .player .name{background-color:#6507ce;color:#fdfdfd;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:#f4ecff}.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:#6507ce;border:1px solid #fdfdfd;color:#fdfdfd}.csl-results .container .container-splits .data .row-one-csl.bar{background-color:#f55300}.csl-results .container .container-splits .data .row-two-csl{border:1px solid #fdfdfd;font-size:1.25rem}.csl-results .container .container-splits .data .row-two-csl.green{background-color:#bbe6bb;color:#fdfdfd}.csl-results .container .container-splits .data .row-two-csl.green i{color:#fdfdfd}.csl-results .container .container-splits .data .row-two-csl.red{background-color:#e5a7a7;color:#fdfdfd;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:#f55300;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:#6507ce;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:#6507ce;font-size:1.3rem}.equ-horse-info .horse .horse-name{font-style:italic}.equ-horse-info .horse .number{background-color:#6507ce;border-radius:5px;color:#fdfdfd;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 #c9c9c9;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:#6507ce;color:#fdfdfd;font-size:.8rem;font-weight:600;width:100%}.equ-horse-info .horse-info-values .info-box .info{color:#6507ce;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 .b-ath-results .col.omnium-pts{font-weight:500}.results-unit.CTR .b-ath-results .col.omnium-tot{align-items:flex-end;display:flex;font-size:1.1rem;font-weight:500;gap:.25rem;justify-content:center}.results-unit.CTR .b-ath-results .col.omnium-tot span.omnium-rk{font-size:1rem;font-weight:300}.results-unit.CTR .ctr-heats-results>.b-ath-results{margin-bottom:0}.results-unit.CTR .ctr-heats-results .ctr-simple-result-container .b-title-section{display:none}.results-unit.CTR .rules,.results-unit.CTR .avg-speed{align-items:flex-start;border-top:1px solid #f4f4f4;color:#e7e7e7;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:#333}.results-unit.CTR .extra-info .total-time p{text-align:center}@media (min-width: 768px){.results-unit.CTR .extra-info .total-time p{text-align:end}}.results-unit.CTR .extra-info div .competitor.periods-title{flex-direction:column;gap:0}@media (min-width: 768px){.results-unit.CTR .extra-info div .competitor.periods-title{flex-direction:unset}}.results-unit.CTR .b-h2h-periods .competitor-data{align-items:center;display:flex}.ctr-start-list .ath-start-list-unit.CTR .group-startlist{background-color:#a1a1a1;border-radius:2.5rem;font-weight:700;margin-bottom:.25rem;margin-top:.75rem;padding:1rem;text-align:left}.ctr-start-list .ath-start-list-unit.CTR .member-item .bib-data{background-color:#f55300;color:#fdfdfd;font-weight:500;padding:0 .2rem}.ctr-by-points .b-ath-results.CTR.summary .row-three .title.sprint-won{color:#6507ce;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:#6507ce;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:separate;border-radius:1.5rem;border-spacing:0 .6rem;box-shadow:6px 6px 54px #0000000d;justify-content:center;margin:2rem auto;width:100%}.ctr-by-points table.CTR.summary thead{border-bottom:1px solid #6507ce;color:#6507ce;cursor:pointer;font-size:.8rem;font-weight:500}.ctr-by-points table.CTR.summary td.races-splits,.ctr-by-points table.CTR.summary th.races-splits{min-width:1.1rem;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:1.2rem;font-weight:500}.ctr-by-points table.CTR.summary td.omnium-pts,.ctr-by-points table.CTR.summary th.omnium-pts{font-weight:500}.ctr-by-points table.CTR.summary td .omnium-tot,.ctr-by-points table.CTR.summary th .omnium-tot{align-items:flex-end;display:flex;font-size:1.1rem;font-weight:500;gap:.25rem;justify-content:center}.ctr-by-points table.CTR.summary td .omnium-tot span.omnium-rk,.ctr-by-points table.CTR.summary th .omnium-tot span.omnium-rk{font-size:1rem;font-weight:300}.ctr-by-points table.CTR.summary td{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{background-color:#fdfdfd;height:var(--table-row-height)}.ctr-by-points table.CTR.summary tr td:first-child{border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem}.ctr-by-points table.CTR.summary tr td:last-child{border-bottom-right-radius:1.5rem;border-top-right-radius:1.5rem}.ctr-by-points table.CTR.summary tr th:first-child{border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem}.ctr-by-points table.CTR.summary tr th:last-child{border-bottom-right-radius:1.5rem;border-top-right-radius:1.5rem}.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,#fdfdfd 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:#fdfdfd;border-inline-end:1px solid #c9c9c9}.b-h2h-results.KTE .b-match-competitors .b-match-scores .home,.b-h2h-results.KTE .b-match-competitors .b-match-scores .away{background-color:#fdfdfd}.b-h2h-results.KTE .b-match-competitors .b-match-scores .home{border-inline-end:1px solid #c9c9c9;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:13px}}.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:13px}}.b-h2h-results.KTE .b-match-competitors .b-match-scores .score{background-color:#fdfdfd}.b-h2h-results.KTE .b-match-competitors .b-match-scores .score.score_0{border-inline-end:1px solid #c9c9c9;border-start-start-radius:13px}@media (min-width: 768px){.b-h2h-results.KTE .b-match-competitors .b-match-scores .score.score_0{border-start-end-radius:13px;border-start-start-radius:unset}}.b-h2h-results.KTE .b-match-competitors .b-match-scores .score.score_1{border-start-end-radius:13px}@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:13px}}.b-h2h-results.KTE .b-match-competitors .b-match-extra{background-color:#fdfdfd;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 #c9c9c9;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 .senshu{align-content:center;background-color:#f8f8f8;border:1px solid #000;border-radius:5px;color:#000;margin:.2rem;opacity:.2;padding:2px 4px;text-align:center;width:clamp(5rem,5vw,3rem)}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .points .senshu.red{background-color:#e00;border:1px solid transparent;color:#fdfdfd;opacity:1}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .points .senshu.blue{background-color:#00f;border:1px solid transparent;color:#fdfdfd;opacity:1}.b-h2h-results.KTE .b-match-competitors .b-match-extra .point-detail .points .point{border:1px solid #333;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:#fdfdfd;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 .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:#c9c9c9;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:#fdfdfd;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 #000;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 .jud-contest{color:#fdfdfd}.JUD .judo{display:flex;flex-direction:column;width:100%}.JUD .judo .jud-match{align-items:flex-start;background-color:#fdfdfd;border:.683px solid #c9c9c9;border-radius:1.5rem;box-shadow:6px 6px 54px #0000000d;display:flex;flex-direction:column;gap:.375rem;margin:0 0 .5rem;padding:.625rem 1.25rem}.JUD .judo .jud-match .b-h2h-periods{border:none;display:flex;flex-direction:column;gap:.5rem;padding:.1875rem 0;width:100%}.JUD .judo .jud-match .b-h2h-periods .competitor{box-shadow:none}.JUD .judo .jud-match .b-h2h-periods .competitor.home.winner1,.JUD .judo .jud-match .b-h2h-periods .competitor.home.winner,.JUD .judo .jud-match .b-h2h-periods .competitor.away.winner1,.JUD .judo .jud-match .b-h2h-periods .competitor.away.winner{background:linear-gradient(90deg,#fdfdfd,#6507ce1a);border-radius:.375rem}.JUD .judo .jud-match .b-h2h-periods .competitor.periods-title{display:none}.JUD .judo .jud-match .b-h2h-periods .results-split{align-items:center;box-shadow:none;color:#757575;display:flex;gap:1.25rem;justify-content:flex-end;padding:0;padding-inline-end:.25rem}.JUD .judo .jud-match .b-h2h-periods .results-split .point{align-items:center;display:flex;flex-direction:column;height:3.5rem;justify-content:space-between;padding:0 .25rem}.JUD .judo .jud-match .b-h2h-periods .results-split .point .code{font-size:1rem}.JUD .judo .jud-match .b-h2h-periods .results-split .point .value{color:#000}.JUD .judo .jud-match .b-h2h-periods .results-split .point .active{align-items:center;background-color:#fdfdfd;border:2px solid #c9c9c9;border-radius:.5625rem;display:flex;justify-content:center;padding:.1875rem .375rem}.JUD .judo .jud-match .b-h2h-periods .results-split .point .active span{width:1rem}.JUD .judo .jud-match .b-h2h-periods .results-total{display:none}.JUD .judo .jud-match .status-tag{padding:unset}.JUD .judo .results{margin:0}.JUD .judo .actions{align-items:flex-start;background-color:#fdfdfd;border:.683px solid #c9c9c9;border-radius:1.5rem;box-shadow:6px 6px 54px #0000000d;display:flex;flex-direction:column;margin:.5rem 0 0;padding:.625rem 1.25rem}.JUD .judo .actions .timeline{color:#6507ce}.JUD .judo .actions .title{background-color:#f4ecff;color:#6507ce;display:flex;gap:1rem;justify-content:center;padding:.625rem 0;width:100%}.JUD .judo .actions .title .action,.JUD .judo .actions .title .action-name{align-items:center;display:flex;flex-direction:column;padding:0 .25rem;width:33%}@media (min-width: 430px){.JUD .judo .actions .title .action-name{align-items:flex-start}}.JUD .judo .actions .info{box-shadow:none;display:flex;flex-direction:column;width:100%}.JUD .judo .actions .info li.point:nth-child(2n){background-color:#e4e4e7}.JUD .judo .actions .info .point{display:flex;gap:1rem;justify-content:center;padding:.625rem 0;width:100%}.JUD .judo .actions .info .point .action{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:0 .25rem;width:33%}.JUD .judo .actions .info .point .action-name{align-items:flex-start;display:flex;flex-direction:column;padding:0 .25rem;width:33%}.JUD .judo .actions .info .point .action-name .b-label-org .org-code{display:none}@media (min-width: 540px){.JUD .judo .actions .info .point .action-name .b-label-org .org-code{display:flex}}.JUD .h2h-result.total{align-items:center;display:flex;justify-content:center;min-width:1.5rem}.JUD .h2h-result.total .b-result{white-space:nowrap}.JUD .h2h-result.total:not(.two-yc)>.one-yc{margin:0 .35rem}.JUD .h2h-result.total .one-yc{background-color:#ffd200;border-radius:1px;box-shadow:1px 1px 1px #0003;height:1.1rem;width:.8rem}.JUD .h2h-result.total .two-yc{display:flex}.JUD .h2h-result.total .two-yc .one-yc{height:1rem;width:.75rem}.JUD .h2h-result.total .two-yc .one-yc:first-child{margin-left:0;position:relative;right:-8px;top:2px;z-index:1}.JUD .h2h-result.total .two-yc .one-yc:nth-child(2){left:-8px;margin-left:0;position:relative;top:-2px;z-index:2}.JUD .h2h-result.total .three-yc{background-color:#ff4f3a;margin:0 .35rem}.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:#049669}.results-total .extra-info .extra.pen{background-color:#d97706}.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 #f4f4f4;display:flex;flex-direction:column;padding:.2rem 0 1rem;width:100%}.div-ext .mobile-tab:last-of-type{border-bottom:none}.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:#f4f4f4;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:#6507ce;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:#6507ce;color:#fdfdfd}.div-ext .mobile-tab .div-result table thead .points,.div-ext .mobile-tab .div-result table thead .rnk{background-color:#6507ce}.div-ext .mobile-tab .div-result table tbody .judge .invalid{color:#6507ce;text-decoration:line-through}.div-ext .desktop{display:flex;justify-content:center;width:100%}.div-ext .desktop td.dif{border-right:1px solid #f76fef;padding-right:.5rem}.div-ext .desktop td.points{border-left:1px solid #f76fef}.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 #f4f4f4}.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:#6507ce;font-style:italic}.div-ext table.diving-table .dif{color:#6507ce;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:#c9c9c9;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;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(0,0,0,.1);border-radius:.2rem;color:#333;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:#6507ce;color:#fdfdfd;fill:#fdfdfd}.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:#fdfdfd;stroke:#fdfdfd}.b-tab-selector-gar .b-tab-link .img-box .opt-picto{fill:#6507ce;stroke:#6507ce}.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 #f55300;color:#f55300}.gar-team-final .b-tab-selector.sub .b-tab-link.active{background-color:#f55300;color:#fdfdfd}.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:#f55300;color:#fdfdfd}.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 #6507ce;color:#6507ce}.gar-team-final .b-tab-selector.rot .b-tab-link.active{background-color:#6507ce;color:#fdfdfd}.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:#6507ce;color:#fdfdfd}.gar-team-final .ath-start-list-unit.GAR .b-collapse-header{background-color:#6507ce;color:#fdfdfd;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:#fdfdfd;padding:.2rem;stroke:#fdfdfd}.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:#6507ce;color:#fdfdfd;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:6px 6px 54px #0000000d;height:fit-content;margin-bottom:.6rem}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile:not(.titles) .bib{background-color:#f4ecff;color:#000;font-size:.75rem;padding:.15rem}.unit-results-team-aa.GAR .show-mobile .grid-row-mobile{background-color:#fdfdfd;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:#fdfdfd;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:#6507ce;cursor:pointer;font-size:.8rem;width:13px}.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:#f4ecff;color:#fdfdfd;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:#6507ce;cursor:pointer;font-size:.8rem;width:13px}.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 #f4f4f4;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:#6507ce;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:#f4ecff;color:#fdfdfd;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 #f4f4f4;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:#6507ce;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 #f76fef}.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 #f76fef}.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:#f76fef;border-radius:50%;height:1.3rem;margin:0 1rem;text-align:center;width:1.3rem}.glf-results .container .first-row .page i{color:#fdfdfd;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 #f4ecff}.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 #f4ecff}.glf-results .container table .cell.right{border-right:1px solid #f4ecff}.glf-results .container table .numbers{border-bottom:1px solid #f55300}.glf-results .container table .text{border-bottom:1px solid #f4ecff}.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 #f4f4f4;text-align:left}.gtr-ext table.gtr-table td{padding:4px 0;text-align:center}.gtr-ext table.gtr-table .code{color:#6507ce;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 #f76fef}.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:#c9c9c9;border-radius:5px;color:#fdfdfd;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:#d9b7ff;color:#fdfdfd}.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:#6507ce;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:#d9b7ff;border-radius:15px;color:#fdfdfd;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:#d9b7ff;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 #a1a1a1;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:#f4f4f4}}.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:#f8f8f8}.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:#fdfdfd;border:1px solid #000;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:#6507ce;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:#f55300}.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:#6507ce;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:#fdfdfd}.kik-results .kik-stats .judges .rank .winner.blue{background-color:#00f;color:#fdfdfd}.kik-results .kik-stats .judges .rank span{color:#6507ce;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:#fdfdfd;border-radius:13px}.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:#f4f4f4;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 #f4f4f4;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:#6507ce;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:separate;border-spacing:0 .6rem;font-size:.9rem;justify-content:center;margin:auto;width:100%}table.SAL.summary thead{color:#6507ce;cursor:pointer;font-size:.8rem;font-weight:500}table.SAL.summary td{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:1.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{background-color:#fdfdfd;height:var(--table-row-height)}table.SAL.summary tr td:first-child{border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem}table.SAL.summary tr td:last-child{border-bottom-right-radius:1.5rem;border-top-right-radius:1.5rem}table.SAL.summary tr th:first-child{border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem}table.SAL.summary tr th:last-child{border-bottom-right-radius:1.5rem;border-top-right-radius:1.5rem}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,#fdfdfd 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:#6507ce;border-left:1px solid #f55300;border-right:1px solid #6507ce;color:#f55300}table.SAL.summary .splits .split-title>span{overflow:hidden;white-space:nowrap}table.SAL.summary .splits .highlined{background:linear-gradient(45deg,#f55300,#fdfdfd 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 #f4f4f4}.surf-ext table.surf-table .code{color:#6507ce;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:#f76fef;font-weight:600;text-shadow:0 0 4px #f8f8f8}.surf-ext table.surf-table td.points.avg{border-left:2px solid #f76fef}.surf-ext table.surf-table td.points.avg.rtl{border-left:none;border-right:2px solid #f76fef}.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:#fdfdfd;padding:.3rem;width:6rem}.results-unit .skb .skb-ext .skb-table th{background-color:#a1a1a1}.results-unit .skb .skb-ext .skb-table td{background-color:#f4f4f4}.results-unit .skb .skb-ext .skb-table td.total{color:#333}.results-unit .skb .skb-ext .skb-table td.points{color:#6507ce}.results-unit .skb .skb-ext .skb-table td.points.discard{color:#f55300;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 #333;border-left:.5px solid #333}.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 #333}.results-unit .skb .skb-ext .skb-table .hide-mobile td{border-top:.5px solid #333}.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 #333}.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:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 768px){.swa-results-unit .points-detail{flex-flow:wrap;flex-direction:row}}.swa-results-unit .points-detail .points-detail-card{align-items:center;border:1px solid #f4f4f4;border-radius:13px;color:#333;display:flex;flex:1;flex-direction:column;justify-content:center;margin-bottom:.8rem;overflow:hidden;padding:0;width:100%}@media (min-width: 768px){.swa-results-unit .points-detail .points-detail-card{flex-wrap:wrap;min-width:12rem;width:auto}}.swa-results-unit .points-detail .points-detail-card .point-detail-header{background:#f4ecff;color:#333;font-size:1rem;font-weight:500;margin-bottom:.4rem;padding:.3rem .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 #f4f4f4;display:flex;gap:.8rem;justify-content:space-between;padding:.1rem .5rem;width:100%}.swa-results-unit .points-detail .points-detail-card .point-detail-body .points-detail-title .title{color:#757575;margin-bottom:.2rem;text-align:left}.swa-results-unit .points-detail .points-detail-card .point-detail-body .points-detail-title .points{margin-bottom:.2rem;text-align:right}.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 #f4ecff;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:#333;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:#f4f4f4}}@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:#f4f4f4;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:#333;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:#fdfdfd;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 .warnings{background-color:#f55300;color:#fdfdfd;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}.tri-results .splits-header{align-items:center;border-bottom:1px solid #f4ecff;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-radius:1.5rem;display:flex;flex-direction:column;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:#049669}.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:#c9c9c9;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:#049669}.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 #f4f4f4}.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:#fdfdfd;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 .warnings{background-color:#ffd200;height:2rem;line-height:2rem;width:3rem}.b-h2h-results.WRE .home .wre-action-points{background-color:#e00}.b-h2h-results.WRE .away .wre-action-points{background-color:#00f}.b-h2h-results.WRE .red{background-color:#e00}.b-h2h-results.WRE .blue{background-color:#00f}.b-h2h-results.WRE .split-wrap.TKW{display:flex;gap:.5rem;padding-bottom:.25rem}.b-h2h-results.WRE .b-h2h-periods .competitor.home.winner1 .detail-results .results-total,.b-h2h-results.WRE .b-h2h-periods .competitor.home.winner .detail-results .results-total,.b-h2h-results.WRE .b-h2h-periods .competitor.away.winner1 .detail-results .results-total,.b-h2h-results.WRE .b-h2h-periods .competitor.away.winner .detail-results .results-total{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:6px}.title-unit.WRE .b-result.winnermark{text-decoration:underline;text-decoration-thickness:4px;text-underline-offset:2px}.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 #a1a1a1);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 #a1a1a1;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:#f4f4f4;border-radius:5px;color:#757575;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:#6507ce;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 .logo-champ-org{background-image:url(/assets/svg/champ-org-white-en.ejlZJyaK.svg);background-position:center;background-repeat:no-repeat;background-size:contain;height:108px;width:203px}.footer .footer-content .content-top .c1 .logo a .logo-champ-org.es{background-image:url(/assets/svg/champ-org-white-es.CxqIMs5x.svg)}@media (min-width: 1220px){.footer .footer-content .content-top .c1 .logo a .logo-champ-org{height:120px;width:225px}}.footer .footer-content .content-top .c1 .logo-text{color:#fdfdfd;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:#fdfdfd;border:1px solid #6507ce;border-radius:2.7rem;color:#6507ce;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:#6507ce;border:1px solid #fdfdfd;color:#fdfdfd}.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:#fdfdfd;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:#f76fef}.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:#f76fef}.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;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-bottom:2rem;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:#fdfdfd;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:#fdfdfd;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:#fdfdfd;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;margin-top:-3rem}}.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:#000;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:250px}@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:#fdfdfd;border-radius:13px;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:#c9c9c9;border-radius:5px;color:#757575;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:#f55300;color:#fdfdfd}.disc-brackets-view .phase-selector{margin-top:1rem}.disc-brackets-view .phase-selector select{border:2px solid #a1a1a1;font-family:AcuminVariableConcept,sans-serif;font-size:1.1rem;padding:.5rem 1rem}.disc-brackets-view .phase-selector select option{background-color:#f55300}.disc-brackets-view .phase-selector select option:checked{background-color:#f4ecff}.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:#f4ecff}.disc-brackets-view .phase-navigation{background-color:transparent;border-bottom:2px solid #757575;color:#757575;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 #fdfdfd;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 #fdfdfd;left:0}.disc-brackets-view .phase-navigation .next{border-left:1px solid #fdfdfd;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 #f4ecff;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 #f4ecff;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 #f4ecff;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 #f4ecff;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 #f4ecff;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 #f4ecff;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 #f4ecff;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)}.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:#fdfdfd;border-radius:13px;color:#757575;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:#6507ce;margin-right:5px}.communications-view .container-comms .list-comms .comm-btn .date{color:#6507ce;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:#6507ce;margin-right:6px}.b-modal.communications-modal .b-modal-body .selected-com-container .summary-container .title{border-bottom:1px solid #f55300;color:#757575;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:#fdfdfd;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 .medallist-event{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:#fdfdfd;border-radius:1.9375rem;border-top:none;flex-wrap:nowrap;font-family:Archia,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:#eaae47}.disc-final-rank-view .fr-container .grid-row .row-two .medal.me-gold .medal-icon{background-color:#eaae47}.disc-final-rank-view .fr-container .grid-row .row-two .medal.me-silver{color:#a7a6a6}.disc-final-rank-view .fr-container .grid-row .row-two .medal.me-silver .medal-icon{background-color:#a7a6a6}.disc-final-rank-view .fr-container .grid-row .row-two .medal.me-bronze{color:#ce8127}.disc-final-rank-view .fr-container .grid-row .row-two .medal.me-bronze .medal-icon{background-color:#ce8127}.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-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 #a1a1a1}.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:#757575}.groups .grid-row.titles .expand{font-size:1rem}.groups .grid-row.titles .expand i{cursor:pointer}.groups .group-item{background-color:#fdfdfd;border-radius:13px;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 #a1a1a1}.groups .group-item .grid-row-wrapper .pool-match{border-radius:13px;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:#f4f4f4;border:1px solid #c9c9c9;border-radius:13px;color:#fdfdfd;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:#333;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:#757575;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:#757575;font-style:italic}.groups .group-item .pool-table .pool-match .venue-desc,.groups .group-item .pool-table .pool-match .loc-desc{color:#6507ce;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:#6507ce}.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 #6507ce;color:#6507ce;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 #a1a1a1}.groups .group-matrix table.table-groups td.points{color:#fdfdfd;font-weight:700}.groups .group-matrix table.table-groups td.empty{background-color:#f55300}.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:#757575;display:flex;flex-direction:column}.groups .group-matrix table.table-groups tr.comp td .two-rows span{padding-top:.2rem}.disc-schedule-event-view .b-title-phase{background-color:#fdfdfd;border-radius:13px;color:#757575;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:hover{opacity:1}.disc-schedule-event-view .b-title-phase.open{border-radius:13px 13px 0 0}.disc-schedule-event-view .collapse{position:relative}.disc-schedule-event-view .collapse:before{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:#fdfdfd;border-radius:0 0 13px 13px;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 #e7e7e7;padding-block:.5rem}.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:#fdfdfd}@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:#fdfdfd;border-radius:20px;font-family:Archia,sans-serif;margin-bottom:1rem}.sch-one-day .b-collapse-header{background-color:unset}.sch-one-day .disc-collapse{color:#6507ce;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:#6507ce;height:2.5rem;width:2.5rem}.sch-one-day .disc-collapse.live-disc{animation:parpadeo-live 2.5s infinite;border-radius:13px;color:#6507ce}.sch-one-day .disc-collapse.live-disc .label .picto-box svg{fill:#fdfdfd}.sch-one-day .disc-collapse.open{border-radius:13px 13px 0 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}.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:#6507ce;font-size:1.2rem}.schedule-disciplines-view .disciplines-banners .box{background-color:#fdfdfd;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}.sch-calendar-view-sticky .table-content{align-items:center;display:flex;flex-direction:column}.sch-calendar-view-sticky .grid{background-color:#fdfdfd;border-radius:1.25rem;display:flex;flex-direction:column;font-family:Archia,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:#6507ce;cursor:pointer;display:flex;justify-content:center}.sch-calendar-view-sticky .grid .top .header .dates-wrapper .cell-wrapper{background-color:#fdfdfd;display:flex}.sch-calendar-view-sticky .grid .top .header .dates-wrapper .cell-wrapper .cell{align-items:center;border-bottom:1px solid #e7e7e7;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:#f4ecff;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:#6507ce}.sch-calendar-view-sticky .grid .top .header .dates-wrapper .cell-wrapper .cell .b-day-label{background-color:#fdfdfd;border:unset;box-shadow:none;color:#333;font-family:Archia,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:#fdfdfd;border-bottom:1px solid #e7e7e7;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 #e7e7e7;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:#333;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 #e7e7e7;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:#f4ecff}.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:#f8f8f8}.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:#6507ce}.sch-calendar-view-sticky .medals{background:linear-gradient(180deg,#ff8a4e,#da4b02)}.bornan-wrs-schedule{margin-bottom:1rem}.bornan-wrs-schedule .widget-sch-title{align-items:center;border-bottom:1px solid #6507ce;display:flex;gap:.5rem;justify-content:center;padding:.5rem 1rem}.bornan-wrs-schedule .widget-sch-title i{animation:status-live 1s infinite;color:#f4ecff}.bornan-wrs-schedule .widget-sch-title span{font-size:110%;font-weight:500}.bornan-wrs-schedule .box{background-color:#fdfdfd;border-radius:20px;display:flex;flex-direction:column;gap:1rem;margin:.5rem 0;padding:.75rem}.bornan-wrs-schedule .box .banners{align-items:center;border-radius:20px;display:flex;min-height:60px}.bornan-wrs-schedule .box .banners.live-disc{animation:parpadeo-live-gradient ease 2.5s infinite;background-position:100% 50%;background-size:200% 100%}.bornan-wrs-schedule .box .b-units-container{gap:0}.bornan-wrs-schedule .box .b-units-container .b-list-unit-wrapper{border-radius:0}.bornan-wrs-schedule .box .b-units-container .b-list-unit-wrapper:last-child{border-radius:0 0 13px 13px}.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 #fdfdfd;color:#fdfdfd}.medals-view .medal-search-view .button-wrapper .btn-cancel:hover{border:1px solid #f76fef;color:#f76fef}.medallists-disc{margin:.5rem 0}.medallists-disc .no-grid{grid-template-columns:unset}.medallists-disc .medallists-disc-title{background-color:#fdfdfd;border-radius:13px;color:#757575;font-family:TTNorms,sans-serif;font-size:1.1rem;padding:.5rem 1rem;text-transform:uppercase}.medallists-disc .medallists-disc-title.open{border-radius:13px 13px 0 0}.medallists-disc .medallists-disc-title svg{fill:#757575}.medallists-disc .medallists-disc-title .b-disc-label{font-family:Archia,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:#fdfdfd;border-radius:0 0 13px 13px;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 #e7e7e7;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:#fdfdfd;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}.medallist-event{background-color:#fdfdfd;border:1px solid #c9c9c9;border-radius:1.25rem;font-size:.875rem}.medallist-event .medallist-title{background-color:#6507ce;border-radius:1.25rem 1.25rem 0 0;color:#fdfdfd;font-size:.875rem;font-style:normal;font-weight:700;line-height:normal;padding:.5rem 0}.medallist-event .b-title-section{background:#c9c9c9;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:TTNorms,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:#757575;font-family:Archia,sans-serif;word-break:break-word}.medallist-event .medal.gold{border-bottom:1px solid #c9c9c9}.medallist-event .medal.gold .medal-wrapper{background-color:#fffbeb;color:#eaae47}.medallist-event .medal.gold .medal-wrapper .medal-icon{background-color:#eaae47}.medallist-event .medal.silver{border-bottom:1px solid #c9c9c9}.medallist-event .medal.silver .medal-wrapper{background-color:#f7f7f7;color:#a7a6a6}.medallist-event .medal.silver .medal-wrapper .medal-icon{background-color:#a7a6a6}.medallist-event .medal.bronze .medal-wrapper{background-color:#fbeee6;color:#ce8127}.medallist-event .medal.bronze .medal-wrapper .medal-icon{background-color:#ce8127}.medallist-event.no-border .medal.gold{border-bottom:unset}.medal-tally-list{overflow:clip}.medal-tally-list .b-disc-label{color:#fdfdfd;font-size:1.4rem;margin:1.5rem}.medal-tally-list .b-disc-label svg path{fill:#f76fef}.medal-tally-list .grid-row{font-family:TTNorms,sans-serif}.medal-tally-list .grid-row .row-one{gap:1rem}.medal-tally-list .grid-row.titles{border-bottom:1px solid #6507ce;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:#fdfdfd;border-radius:2.5rem;box-shadow:6px 6px 54px #0000000d;height:max-content;margin-bottom:.6rem}.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 #f4f4f4;border-radius:13px;font-size:1rem}.participants-list .filters-wrapper .filters .btn-cancel{border:1px solid #fdfdfd;color:#fdfdfd}.participants-list .filters-wrapper .filters .btn-cancel:hover{border:1px solid #f76fef;color:#f76fef}.participants-list .partic-disc-item{background:#fdfdfd;border-radius:2rem;margin-bottom:1rem;padding:1rem}.participants-list .partic-disc-item.rtl .count{direction:ltr}.participants-list .partic-disc-item .count{color:#a1a1a1;font-size:80%;font-style:italic}.participants-list .partic-disc-item .partics-disc-title{align-items:center;border-bottom:1px solid #a1a1a1;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 #f4f4f4;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:#fdfdfd;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:#f4f4f4;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,#f55300,#6507ce);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 #c9c9c9;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:#f4f4f4;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:#f55300;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:#f4f4f4;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:#f4f4f4;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:#f55300;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:#fdfdfd;font-weight:700;width:100%}.participants-list .pagination .pag-info .write-page{border-color:unset;border-radius:13px;border-width:0;font-family:inherit;justify-items:center;margin-inline:.4rem;padding:.1rem}.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)}.biography-view .wrapper{margin-bottom:2.5rem}.biography-view .wrapper .b-title-section{background-color:#fdfdfd;border-radius:13px 13px 0 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:#333;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 #6507ce;border-radius:50%;height:11.25rem;object-fit:cover;object-position:50% 10%;width:11.25rem}.biography-view .wrapper.bio .avatar .name{color:#a1a1a1;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:#fdfdfd;border-radius:13px;color:#fdfdfd;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:#6507ce;border-radius:.375rem;color:#fdfdfd;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 #6507ce;border-radius:13px;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:#f4ecff;border-radius:5px;color:#fdfdfd;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 0 13px 13px}.biography-view .wrapper.results .b-units-container{background-color:#fdfdfd;border-radius:0 0 13px 13px;gap:0;padding:.5rem .5rem .1rem}.biography-view .wrapper.results .b-units-container .b-title{color:#000}.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 ul{margin-block:.5rem}.biography-view .wrapper.results .b-units-container .b-list-unit-wrapper:last-child{border-radius:0 0 13px 13px;border-top:1px solid #a1a1a1}.biography-view .entries{margin-bottom:2rem}.biography-view .entries .event-entry{background-color:#fdfdfd;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:#6507ce;color:#fdfdfd}.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-nocs .b-label-org{font-size:1.2rem}.participants-nocs .grid-row{background-color:#fdfdfd;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:#757575}.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:#fdfdfd}.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}.b-modal.filters-modal .b-label-org{font-size:1.2rem}.b-modal.filters-modal .grid-row:not(.titles){background-color:#fdfdfd;border-radius:2.5rem}.b-modal.filters-modal .grid-row{border-top:0;color:#333;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:TTNorms,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:#6507ce;border-radius:4rem;color:#fdfdfd;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:#fdfdfd;border:1px solid #6507ce;color:#6507ce}.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:#6507ce;height:3rem;width:3rem}.records-view .grid-row.disciplines{background-color:#fdfdfd;border:none;border-radius:40px;margin-bottom:1rem;padding:.5rem}.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:#fdfdfd;border-radius:13px}.record-list-view .records .b-list-record .b-title-section{border-radius:13px 13px 0 0}.record-list-view .legends-wrapper{color:#fdfdfd}.record-list-view .legends-wrapper .btn-legends{background:#f4ecff;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:#f55300;border:1px solid;border-radius:5px;font-size:1rem;font-weight:700;margin:.2rem;padding:.8rem}.reports-view{font-family:TTNorms,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{font-weight:300;margin:.25rem}.reports-view .actions{display:flex;gap:1rem;justify-content:center;margin:.5rem 0;width:100%}.reports-view .actions .btn-cancel{border:1px solid #fdfdfd;color:#fdfdfd}.reports-view .actions .btn-cancel:hover{border:1px solid #f76fef;color:#f76fef}.reports-view .actions .fa-arrow-up-from-bracket{transform:rotate(180)}.reports-view .reports-discipline .reports-main-title{background-color:#fdfdfd;border-radius:13px;color:#757575;font-size:1.125rem;font-weight:900;justify-content:space-between;margin:2rem 0 0;padding:1.6rem 1rem}.reports-view .reports-discipline .reports-main-title:hover{opacity:1}.reports-view .reports-discipline .b-collapse-content{background-color:#f4ecff;border-radius:13px;margin:1.4rem 0 .6rem}.reports-view .reports-discipline .open{background-color:#f4ecff}.reports-view .report-picto{height:2rem;width:2rem}.reports-view .report-picto svg{height:100%;width:100%}.result-book-list{color:#a1a1a1;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 #f4ecff;border-radius:1rem;box-shadow:6px 6px 54px #0000000d;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:#f4ecff;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 p{color:#757575;font-size:1rem}.result-book-list .result-book-item .result-book-inner .report-text i{color:#757575;font-size:1.3rem}.result-book-list .result-book-item:hover .result-book-inner{transform:scale(1.05)}.reports-list{display:flex;flex-direction:column;padding:.6rem}.reports-list.first .report-item,.reports-list.second .report-item,.reports-list.third .report-item{align-items:center;background-color:#fdfdfd;border-radius:.375rem;box-shadow:6px 6px 54px #0000000d;padding:.375rem}.reports-list.first .report-item:not(:last-child),.reports-list.second .report-item:not(:last-child),.reports-list.third .report-item:not(:last-child){margin-bottom:1rem}@media (max-width: 540px){.reports-list.first .report-item,.reports-list.second .report-item,.reports-list.third .report-item{justify-content:space-between}}.reports-list.first .report-item .report-picto,.reports-list.second .report-item .report-picto,.reports-list.third .report-item .report-picto{margin-left:1rem}.reports-list.first .report-item .report-link,.reports-list.second .report-item .report-link,.reports-list.third .report-item .report-link{align-items:center;color:#000;display:flex;justify-content:space-between}.reports-list.first .report-item .report-link .report-flex,.reports-list.second .report-item .report-link .report-flex,.reports-list.third .report-item .report-link .report-flex{align-items:center;display:flex;gap:.6rem}.reports-list.first .report-item .report-link .report-flex p.report-desc,.reports-list.second .report-item .report-link .report-flex p.report-desc,.reports-list.third .report-item .report-link .report-flex p.report-desc{color:#000}.reports-list.first .report-item .report-link i,.reports-list.second .report-item .report-link i,.reports-list.third .report-item .report-link i{color:#ff4f3a;font-size:1.1rem}.reports-list.first .report-item .report-link .oris,.reports-list.second .report-item .report-link .oris,.reports-list.third .report-item .report-link .oris{color:#a1a1a1;font-style:italic}.reports-list.first .reports-list,.reports-list.second .reports-list,.reports-list.third .reports-list{padding-inline-end:0}.reports-list.first>.reports-title{margin-bottom:.6rem;padding:.8rem}.reports-list.second>.reports-title{background-color:#6507ce;border-radius:13px;color:#fdfdfd;display:inline-block;padding:.4rem .6rem;text-align:center;width:max-content}.reports-list.third>.reports-title{align-items:center;background-color:#fffbeb;display:flex;gap:.4rem;padding:0 .6rem;width:100%}.reports-list.third>.reports-title p.time{color:#757575;padding:.4rem}.reports-list.third>.reports-title.gold{border-left:0 solid #eaae47}.reports-list.third>.reports-title.gold i{color:#eaae47}.reports-list.third>.reports-title.bronze{border-left:0 solid #eaae47}.reports-list.third>.reports-title.bronze i{color:#ce8127}.reports-list.third>.reports-title.rtl{text-align:right}.reports-list.third .competitors{align-items:center;background-color:#fffbeb;display:flex;justify-content:space-around;padding:.6rem 0}.reports-list.third .competitors .home,.reports-list.third .competitors .away{align-items:center;display:flex;gap:.4rem}.reports-list.third .competitors .home .flag,.reports-list.third .competitors .away .flag{height:1.2rem}.reports-list.third .competitors .home .org,.reports-list.third .competitors .away .org{color:#a1a1a1;font-size:1rem;font-style:italic}.reports-list.third .competitors .home .name,.reports-list.third .competitors .away .name{font-size:1rem;font-weight:500}.reports-list.third .competitors .away{flex-direction:row-reverse}.reports-list.third .competitors .vs{color:#757575;font-style:italic}.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 #f4f4f4;border-radius:11px;font-size:1rem}.venue-card{align-items:center;background-color:#fdfdfd;border-radius:13px;display:flex;flex-direction:column;gap:.625rem;justify-content:flex-start;padding:.875rem;width:100%}@media (min-width: 540px){.venue-card{max-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;height:13.0625rem;justify-content:flex-end;position:relative;width:100%}.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:#fdfdfd33;border:1px solid #fdfdfd;border-radius:2rem;color:#fdfdfd;display:none;font-family:Archia,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:13px;height:100%;object-fit:cover;width:100%;z-index:0}.venue-card .top-info .venue-pic.venue-pic-hover:hover .layover{background:linear-gradient(0deg,#00000080,#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:Archia,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:#f4ecff;border-radius:1.5625rem;display:flex;gap:.25rem;padding:.375rem .625rem}.venue-card .bottom-info .discs .disc .disc-desc{color:#6507ce;font-size:.813rem}@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-color:#f8f8f8}.user{margin:4rem auto 0}@media (min-width: 768px){.user{max-width:400px}}.user .container.-box{border-radius:6px;padding:1rem 1.5rem 1.5rem}@media (min-width: 768px){.user .container.-box{max-width:400px;padding:unset}}.user .subtitle{font-size:small;font-weight:400;margin:.4rem .8rem}.user .btn{background-color:#a1a1a1;border:none;border-radius:6px;color:#fdfdfd;margin:1rem .5rem;min-width:5.5rem;overflow:hidden;padding:0;text-align:center}.user .btn i{min-height:2.2rem;padding:.7rem}.user .form{padding-top:.5rem}.user .form .form-group{margin:1rem 0;position:relative;text-align:left}.user .form .form-group:nth-child(n+2){margin-top:1.25rem}.user .form .form-group:last-child{margin-bottom:.5rem}.user .form .form-group label{display:block;font-weight:500;margin-bottom:.5rem}.user .form .form-group .input-errors .error-msg{font-size:.9rem}.user .form .form-group input:-webkit-autofill,.user .form .form-group input:-webkit-autofill:hover,.user .form .form-group input:-webkit-autofill:focus,.user .form .form-group input:-webkit-autofill:active{-webkit-background-clip:text;background-clip:text}.user .form .form-group input::placeholder{background-color:#fdfdfd;color:#a1a1a1;font-size:.9rem;opacity:1}.user .form .form-control{border-color:#a1a1a1;outline:none}.user .form .form-control.error{border-color:#ff4f3a;font-size:.9rem}.user .form .form-control.error:focus{border-color:#ff4f3a;outline:none}.user .form .form-control:focus{outline:none}.user .form .form-control:focus,.user .form .form-control:hover{border-color:#757575}.user .form .form-control:focus.pass-input+.toogle-pass,.user .form .form-control:hover.pass-input+.toogle-pass{color:#757575}.user .form .pass-input{padding-right:1.6rem}.user .form .pass-input+.toogle-pass{background:none;border:none;color:#757575;cursor:pointer;position:absolute;right:7px;top:36px}.user .form .pass-input+.toogle-pass:focus,.user .form .pass-input+.toogle-pass:hover{color:#757575}.user .form .submit{background-color:#6507ce;color:#fdfdfd;cursor:pointer;font-weight:700;margin:.5rem 0;padding:.4rem 3rem;text-align:center;width:100%}.user .form .submit:hover{background-color:#310068}.user .form .submit:disabled{cursor:default;opacity:.5}.user .form .submit:disabled:hover{background-color:#6507ce}.user .form .input-errors{color:#ff4f3a;margin:.25rem 0 0;text-align:left}.user .user-footer .link{color:#757575;font-size:.9rem}.user .user-footer .link:nth-child(n+2){border-left:1px solid #757575;margin-left:.5rem;padding-left:.5rem}.user .user-footer .link.cancel{align-items:center;display:flex;gap:.2rem;justify-content:center;margin:0;padding:.375rem}.user .user-footer .link.cancel:hover{color:#333}.login .social-media,.register .social-media{margin-top:1rem}.login .social-media.not-email .form-group,.register .social-media.not-email .form-group{align-items:center;display:flex;flex-direction:column}.login .social-media.not-email .form-group .btn,.register .social-media.not-email .form-group .btn{min-width:16.5rem;padding:.25rem 0}.login .social-media .btn.fc,.register .social-media .btn.fc{background-color:#6507ce;margin:0}.login .social-media .btn.fc:hover,.register .social-media .btn.fc:hover{background:#42008c}.login .social-media .btn.gg,.register .social-media .btn.gg{background-color:#9241ed;margin:0}.login .social-media .btn.gg:hover,.register .social-media .btn.gg:hover{background:#ff4f3a}.login .social-media .btn .fa-facebook-f,.register .social-media .btn .fa-facebook-f{font-size:1.05rem;margin:0}.login .social-media .btn .fa-google,.register .social-media .btn .fa-google{margin:0}.login .social-media .or,.register .social-media .or{align-items:center;color:#757575;display:flex;gap:1.5rem;justify-content:center;margin-bottom:.5rem}.login .social-media .or:after,.register .social-media .or:after{background-color:#c9c9c9;content:"";display:block;height:1px;width:90%;z-index:1}.login .social-media .or:before,.register .social-media .or:before{background-color:#c9c9c9;content:"";display:block;height:1px;width:90%;z-index:1}.login .social-media .form-group,.register .social-media .form-group{display:flex;gap:.5rem;justify-content:center}.login .form .forgot-wrapper,.register .form .forgot-wrapper{display:flex;justify-content:end;margin-top:.4rem}.login .form .forgot-wrapper .forgot-pass,.register .form .forgot-wrapper .forgot-pass{color:#757575;font-size:smaller}.login .form .forgot-wrapper .forgot-pass:hover,.register .form .forgot-wrapper .forgot-pass:hover{color:#333}.login .form .user-footer,.register .form .user-footer{display:flex;flex-direction:column;gap:1rem;padding:1rem 0}.login .form .user-footer .sign-up,.register .form .user-footer .sign-up{cursor:default}.login .form .user-footer .sign-up strong,.register .form .user-footer .sign-up strong{cursor:pointer}.login .form .user-footer .sign-up strong:hover,.register .form .user-footer .sign-up strong:hover{text-decoration:underline}#app{background:linear-gradient(0deg,#6507ce 60%,#000)}.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}
