.openapi-topic{--color-http-200:#9bbb58;--color-http-201:#9bbb58;--color-http-202:#9bbb58;--color-http-203:#9bbb58;--color-http-204:#9bbb58;--color-http-200-light:#d7e4bc;--color-http-201-light:#d7e4bc;--color-http-202-light:#d7e4bc;--color-http-203-light:#d7e4bc;--color-http-204-light:#d7e4bc;--color-http-300:#558ed5;--color-http-301:#558ed5;--color-http-302:#558ed5;--color-http-303:#558ed5;--color-http-304:#558ed5;--color-http-300-light:#bbd2ee;--color-http-301-light:#bbd2ee;--color-http-302-light:#bbd2ee;--color-http-303-light:#bbd2ee;--color-http-304-light:#bbd2ee;--color-http-400:#fc8c03;--color-http-401:#fc8c03;--color-http-402:#fc8c03;--color-http-403:#fc8c03;--color-http-404:#fc8c03;--color-http-400-light:#fed19a;--color-http-401-light:#fed19a;--color-http-402-light:#fed19a;--color-http-403-light:#fed19a;--color-http-404-light:#fed19a;--color-http-500:#cf2317;--color-http-501:#cf2317;--color-http-502:#cf2317;--color-http-503:#cf2317;--color-http-504:#cf2317;--color-http-500-light:#f4a09a;--color-http-501-light:#f4a09a;--color-http-502-light:#f4a09a;--color-http-503-light:#f4a09a;--color-http-504-light:#f4a09a}.openapi-topic .server{background:#def;display:inline-block;padding:.5rem;font-size:.9rem;border-radius:.3rem;margin-right:1rem;vertical-align:top}.openapi-topic .server .url-value{font-family:monospace;background-color:#fff;padding:.5rem;border-radius:.3rem;font-size:.8rem}.openapi-topic .server .desc-value{margin-top:.5rem}.openapi-topic .authentication-details{font-size:.9rem;margin-left:1rem}.openapi-topic .authentication-scopes{margin-left:1rem;font-size:.9rem}.openapi-topic .authentication-scopes span{font-size:.8rem;text-transform:uppercase;font-weight:bold}.openapi-topic .authentication-scopes dl{display:grid;grid-auto-flow:column;grid-template-rows:repeat(2,auto);justify-content:left;margin:.25rem 0 1rem 1rem}.openapi-topic .authentication-scopes dt,.openapi-topic .authentication-scopes dd{margin:0 1rem 0 0;padding:.1rem 1rem .1rem .1rem;border-right:1px solid #def}.openapi-topic .authentication-scopes dt{text-transform:uppercase;font-size:.7rem;font-weight:600;color:#999}.openapi-topic .authentication{font-size:.9rem}.openapi-topic .authentication span:not(.param-type){padding:.25rem .5rem;background-color:#def;margin-right:.5rem;border-radius:.3rem}.openapi-topic .authentication a{margin-right:.5rem}.openapi-topic .http-verb-container{width:100%;margin:1rem 0}.openapi-topic .http-verb-container .http-verb-path{padding:0;background-color:transparent;color:#3b4151;border:none}.openapi-topic .http-verb-container .http-verb-path .http-method{font-weight:700;margin-right:.75rem;padding:.5rem .75rem;text-transform:uppercase;border-radius:.5rem;color:#fff;font-size:14px}.openapi-topic .http-verb-container .http-verb-path .http-path{font-family:monospace}.openapi-topic .http-verb-container .http-method{background-color:#000}.openapi-topic .http-verb-container.get-verb .http-method{background-color:#0f6ab4}.openapi-topic .http-verb-container.put-verb .http-method{background-color:#c5862b}.openapi-topic .http-verb-container.delete-verb .http-method{background-color:#a41e22}.openapi-topic .http-verb-container.post-verb .http-method{background-color:#ffba00}.openapi-topic .http-verb-container.patch-verb .http-method{background-color:#50e3c2}.openapi-topic .http-verb-container.head-verb .http-method{background-color:#9012fe}.openapi-topic .http-verb-container.options-verb .http-method{background-color:#ebebeb;color:#333}.openapi-topic .http-verb-container.trace-verb .http-method{background-color:#bada55;color:#000}.openapi-topic .operation-summary{margin:1rem 0;padding:.5em 1em;background:#f0f0f0;font-size:.9rem;border-radius:.5rem}.openapi-topic .operation-summary blockquote{margin:0}.openapi-topic .example-header{font-size:.8em;background:#eee;padding:.5rem .6rem;display:flex;align-items:center;justify-content:start}.openapi-topic .example-header select{height:1.7rem}.openapi-topic .example-header span{flex-grow:2}.openapi-topic .examples{z-index:10;overflow:hidden;width:33%}.openapi-topic .examples .code-example{margin:0 0 2rem 0;border-radius:.5rem;overflow:hidden}.openapi-topic .examples .code-example .example{border:none;background-color:var(--ft-theme-primary);color:#fff;font-size:.7rem;margin:0;overflow:hidden auto;max-height:20rem;border-radius:0 0 .5rem .5rem;padding:1em;display:block}.openapi-topic .examples .curl-example code{white-space:unset}.openapi-topic .examples .curl-example code > div:first-child{margin-left:0px}.openapi-topic .examples .curl-example code > div{margin-left:34px}.openapi-topic .examples .curl-example code > div:not(:last-child)::after{content:"\\"}.openapi-topic .examples .curl-example .code-flag{color:#fc8c03}.openapi-topic .examples .curl-example .code-string{color:#a6e22e}.openapi-topic .examples code{white-space:pre-wrap;overflow-wrap:anywhere}.openapi-topic .field-label{margin:1rem 0 1rem 0;border-bottom:2px solid #def;border-radius:0 0 0 .5rem}.openapi-topic .field-label span{display:inline-block;font-weight:bold;font-size:.9rem;text-transform:uppercase;background-color:#def;border-radius:.5rem .5rem 0 .5rem;padding:.25rem .5rem calc(.25rem - 2px) .5rem}.openapi-topic .param{padding-left:1rem}.openapi-topic .param-head{display:inline-block;font-size:.7rem;padding:.2rem .3rem}.openapi-topic .param-name{margin-bottom:1rem;margin-left:1rem}.openapi-topic .param-name :not(.param-required){font-weight:bold}.openapi-topic .param-name >div:first-child{display:inline-block;font-size:16px;margin-right:.3em}.openapi-topic span[example=""]{font-size:.8rem}.openapi-topic .inline-example,.openapi-topic .inline-default{overflow-x:auto;display:inline-flex;align-items:stretch;margin-top:.5rem}.openapi-topic .inline-example span,.openapi-topic .inline-default span{background-color:#eee;font-size:.8rem;padding:.25rem .5rem;text-transform:uppercase;border-radius:.3rem 0 0 .3rem;font-weight:bold}.openapi-topic .inline-example code,.openapi-topic .inline-default code{font-family:monospace;padding:.25rem .5rem;background-color:#ddd;border-radius:0 .3rem .3rem 0}.openapi-topic .param-status{text-transform:uppercase;font-size:.8rem;padding:.1rem .2rem;display:inline-block;width:fit-content}.openapi-topic .param-required{background-color:#d2691e;color:#fff}.openapi-topic .param-deprecated{background-color:#f0f0f0;color:#999}.openapi-topic .param-header{font-size:.9rem;margin-bottom:.25rem;position:relative}.openapi-topic .param-header .param-name{font-weight:bold;font-size:.9rem;margin-right:1em}.openapi-topic .field{position:relative;margin-top:1rem}.openapi-topic .field-items{display:flex;flex-direction:column;gap:.5rem}.openapi-topic .field-items .field-items:not(:empty){border-left:1px solid #def;padding-top:.25rem}.openapi-topic .field-items .tabcontent > .field-items{border:none}.openapi-topic .param-type,.openapi-topic .param-format,.openapi-topic .fill-item,.openapi-topic .type-link{font-family:monospace;font-style:normal;font-size:.8rem;color:#789;display:inline-block;margin:0 .3em}.openapi-topic .param-desc,.openapi-topic .model-description{font-size:.9rem;margin:.5rem 0;color:#666}.openapi-topic .tabcontent{padding:1rem;background-color:#f9f9f9;margin-bottom:2rem}.openapi-topic .tabcontent .response-message{font-size:.8rem;font-family:monospace;margin:0}.openapi-topic .indented.response-message{font-size:.8rem;font-family:monospace;line-height:1.3;margin-bottom:2rem}.openapi-topic .subheader{font-size:.9rem;font-weight:600;margin:1rem -1rem .5rem -1rem;padding:.5rem 1rem;background-color:#eee}.openapi-topic .param-enum .param-enum-header{font-size:.95rem;margin-right:1rem}.openapi-topic .param-enum .param-enum-value{color:#777;font-family:monospace}.openapi-topic .param-enum .param-enum-value:not(:last-child)::after{content:", "}.openapi-topic hr{height:1px;border:none;border-bottom:2px dotted #def;background-color:transparent;clear:both}.openapi-topic div:empty,.openapi-topic span:empty,.openapi-topic p:empty{display:none}.openapi-topic details.param{overflow-x:auto}.openapi-topic details.param summary{position:relative;list-style:none;cursor:pointer}.openapi-topic details.param summary::before{content:'\A';position:absolute;width:.5em;top:.5rem;left:-1rem;height:1px;background-color:#def}.openapi-topic details.param summary::after{content:'⏵';color:#a9a9a9;position:absolute;top:0;left:0}.openapi-topic details.param[open] > summary::after{content:'⏷';color:#808080;transition:color .3s}.openapi-topic .param:has(> .empty-level) summary{pointer-events:none;cursor:auto}.openapi-topic .param:has(> .empty-level) summary::after{content:''}.openapi-topic .auth-item{margin-bottom:24px}.openapi-topic .request-fields{display:flex;gap:2rem;align-items:flex-start}.openapi-topic .request-fields .fields{width:66%}.openapi-topic .response-fields{display:flex;gap:1rem}.openapi-topic .response-fields select{height:2.5em}.openapi-topic .response-fields .response-description{width:66%}.openapi-topic .select-example:not(.selected-example){display:none !important}.openapi-topic ft-copy-block{--ft-copy-block-border-color:var(--ft-theme-primary);--ft-copy-block-background-color:var(--ft-theme-primary);--ft-copy-block-border-width:0px;--ft-copy-block-spacing:0px 0px 0px 0px;--ft-button-background-color:rgba(0,0,0,.5);--ft-button-color:#fff;--ft-button-icon-size:1rem;min-height:20px}.openapi-topic ft-code-highlight{--ft-code-highlight-background-color:var(--ft-theme-primary)}.openapi-topic .response-body{position:relative}.openapi-topic .response-body .mimetype-header span{position:absolute;top:.5rem;right:0}.openapi-topic .response-body .mimetype-header select{position:absolute;top:0;right:-1rem;background-color:transparent}.openapi-topic .request-body-field{position:relative}.openapi-topic .request-body-field .mimetype-header{position:absolute;top:0;right:0}.openapi-topic .mimetypes-block .mimetype-header select{height:2rem;border:none}.openapi-topic .array-wrapper{margin-left:-.5rem;color:#777}.openapi-topic .of-value{display:flex;flex-direction:column;gap:.5rem}.openapi-topic .of-root > label{margin-left:1rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.openapi-topic .of-root .of-select{line-height:1.5rem;height:2rem}.stoplight-markdown-topic blockquote{display:grid;grid-template-columns:40px auto;padding:15px;border:2px solid var(--context-color);border-bottom-width:4px;border-radius:7px;border-color:var(--context-color)}.stoplight-markdown-topic blockquote *{margin:2px 0;grid-column-start:2}.stoplight-markdown-topic blockquote ft-icon{grid-column-start:1;color:var(--context-color)}.stoplight-markdown-topic blockquote .blockquote-heading-1,.stoplight-markdown-topic blockquote .blockquote-heading-2,.stoplight-markdown-topic blockquote .blockquote-heading-3,.stoplight-markdown-topic blockquote .blockquote-heading-4,.stoplight-markdown-topic blockquote .blockquote-heading-5,.stoplight-markdown-topic blockquote .blockquote-heading-6,.stoplight-markdown-topic blockquote .blockquote-heading-7,.stoplight-markdown-topic blockquote .blockquote-heading-8,.stoplight-markdown-topic blockquote .blockquote-heading-9,.stoplight-markdown-topic blockquote .blockquote-heading-10{font-weight:bold}.stoplight-markdown-topic .ft-danger-callout{--context-color:var(--ft-color-error)}.stoplight-markdown-topic .ft-warning-callout{--context-color:var(--ft-color-warning)}.stoplight-markdown-topic .ft-success-callout{--context-color:#05b870}.stoplight-markdown-topic .ft-info-callout{--context-color:var(--ft-color-info)}.stoplight-markdown-topic .ft-plain-callout{--context-color:var(--ft-color-info)}.stoplight-markdown-topic .ft-codeblock-title{font-weight:bold}.stoplight-markdown-topic .ft-stoplight-codeblock{background-color:#000;color:#fff;padding:10px;border-radius:5px}
body:not(.application-admin-page){--ft-theme-studio-body-background-color:#FFFFFF;--ft-theme-studio-brand-color:#9d207b;--ft-theme-studio-color-on-brand:#FFFFFF;--ft-theme-studio-surface-color:#FFFFFF;--ft-theme-studio-color-on-surface:rgba(0, 0, 0, 0.87);--ft-theme-studio-primary-content-color:#282832;--ft-theme-studio-secondary-content-color:rgba(0, 0, 0, 0.87);--ft-theme-studio-tertiary-content-color:rgba(0, 0, 0, 0.60);--ft-theme-studio-outline-color:rgba(0, 0, 0, 0.14)}.topic .table{width:100%;max-width:100%;margin-bottom:25px}.topic .table>tbody>tr>td,.topic .table>tbody>tr>th,.topic .table>tfoot>tr>td,.topic .table>tfoot>tr>th,.topic .table>thead>tr>td,.topic .table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:topsmal;border-top:1px solid #2d3750}.topic .table>thead>tr>th{vertical-align:bottom;small
  border-bottom:2px solid #2d3750}.topic .table>caption+thead>tr:first-child>td,.topic .table>caption+thead>tr:first-child>th,.topic .table>colgroup+thead>tr:first-child>td,.topic .table>colgroup+thead>tr:first-child>th,.topic .table>thead:first-child>tr:first-child>td,.topic .table>thead:first-child>tr:first-child>th{border-top:0}.topic .table>tbody+tbody{border-top:2px solid #2d3750}.topic .table .table{background-color:#fff}.topic .table-condensed>tbody>tr>td,.topic .table-condensed>tbody>tr>th,.topic .table-condensed>tfoot>tr>td,.topic .table-condensed>tfoot>tr>th,.topic .table-condensed>thead>tr>td,.topic .table-condensed>thead>tr>th{padding:5px}.topic .table-bordered{border:1px solid #2d3750}.topic .table-bordered>tbody>tr>td,.topic .table-bordered>tbody>tr>th,.topic .table-bordered>tfoot>tr>td,.topic .table-bordered>tfoot>tr>th,.topic .table-bordered>thead>tr>td,.topic .table-bordered>thead>tr>th{border:1px solid #2d3750}.topic .table-bordered>thead>tr>td,.topic .table-bordered>thead>tr>th{border-bottom-width:2px}.topic .table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.topic .table-hover>tbody>tr:hover{background-color:#f5f5f5}.topic table col[class*=col-]{position:static;float:none;display:table-column}.topic table td[class*=col-],.topic table th[class*=col-]{position:static;float:none;display:table-cell}.topic .table>tbody>tr.active>td,.topic .table>tbody>tr.active>th,.topic .table>tbody>tr>td.active,.topic .table>tbody>tr>th.active,.topic .table>tfoot>tr.active>td,.topic .table>tfoot>tr.active>th,.topic .table>tfoot>tr>td.active,.topic .table>tfoot>tr>th.active,.topic .table>thead>tr.active>td,.topic .table>thead>tr.active>th,.topic .table>thead>tr>td.active,.topic .table>thead>tr>th.active{background-color:#f5f5f5}.topic .table-hover>tbody>tr.active:hover>td,.topic .table-hover>tbody>tr.active:hover>th,.topic .table-hover>tbody>tr:hover>.active,.topic .table-hover>tbody>tr>td.active:hover,.topic .table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.topic .table>tbody>tr.success>td,.topic .table>tbody>tr.success>th,.topic .table>tbody>tr>td.success,.topic .table>tbody>tr>th.success,.topic .table>tfoot>tr.success>td,.topic .table>tfoot>tr.success>th,.topic .table>tfoot>tr>td.success,.topic .table>tfoot>tr>th.success,.topic .table>thead>tr.success>td,.topic .table>thead>tr.success>th,.topic .table>thead>tr>td.success,.topic .table>thead>tr>th.success{background-color:#dff0d8}.topic .table-hover>tbody>tr.success:hover>td,.topic .table-hover>tbody>tr.success:hover>th,.topic .table-hover>tbody>tr:hover>.success,.topic .table-hover>tbody>tr>td.success:hover,.topic .table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.topic .table>tbody>tr.info>td,.topic .table>tbody>tr.info>th,.topic .table>tbody>tr>td.info,.topic .table>tbody>tr>th.info,.topic .table>tfoot>tr.info>td,.topic .table>tfoot>tr.info>th,.topic .table>tfoot>tr>td.info,.topic .table>tfoot>tr>th.info,.topic .table>thead>tr.info>td,.topic .table>thead>tr.info>th,.topic .table>thead>tr>td.info,.topic .table>thead>tr>th.info{background-color:#d9edf7}.topic .table-hover>tbody>tr.info:hover>td,.topic .table-hover>tbody>tr.info:hover>th,.topic .table-hover>tbody>tr:hover>.info,.topic .table-hover>tbody>tr>td.info:hover,.topic .table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.topic .table>tbody>tr.warning>td,.topic .table>tbody>tr.warning>th,.topic .table>tbody>tr>td.warning,.topic .table>tbody>tr>th.warning,.topic .table>tfoot>tr.warning>td,.topic .table>tfoot>tr.warning>th,.topic .table>tfoot>tr>td.warning,.topic .table>tfoot>tr>th.warning,.topic .table>thead>tr.warning>td,.topic .table>thead>tr.warning>th,.topic .table>thead>tr>td.warning,.topic .table>thead>tr>th.warning{background-color:#fcf8e3}.topic .table-hover>tbody>tr.warning:hover>td,.topic .table-hover>tbody>tr.warning:hover>th,.topic .table-hover>tbody>tr:hover>.warning,.topic .table-hover>tbody>tr>td.warning:hover,.topic .table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.topic .table>tbody>tr.danger>td,.topic .table>tbody>tr.danger>th,.topic .table>tbody>tr>td.danger,.topic .table>tbody>tr>th.danger,.topic .table>tfoot>tr.danger>td,.topic .table>tfoot>tr.danger>th,.topic .table>tfoot>tr>td.danger,.topic .table>tfoot>tr>th.danger,.topic .table>thead>tr.danger>td,.topic .table>thead>tr.danger>th,.topic .table>thead>tr>td.danger,.topic .table>thead>tr>th.danger{background-color:#f2dede}.topic .table-hover>tbody>tr.danger:hover>td,.topic .table-hover>tbody>tr.danger:hover>th,.topic .table-hover>tbody>tr:hover>.danger,.topic .table-hover>tbody>tr>td.danger:hover,.topic .table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.topic .table-responsive{overflow-x:off;min-height:.01%}@media screen and (max-width:767px){.topic .table-responsive{width:100%;margin-bottom:18.75px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #2d3750}.topic .table-responsive>.table{margin-bottom:0}.topic .table-responsive>.table>tbody>tr>td,.topic .table-responsive>.table>tbody>tr>th,.topic .table-responsive>.table>tfoot>tr>td,.topic .table-responsive>.table>tfoot>tr>th,.topic .table-responsive>.table>thead>tr>td,.topic .table-responsive>.table>thead>tr>th{white-space:nowrap}.topic .table-responsive>.table-bordered{border:0}.topic .table-responsive>.table-bordered>tbody>tr>td:first-child,.topic .table-responsive>.table-bordered>tbody>tr>th:first-child,.topic .table-responsive>.table-bordered>tfoot>tr>td:first-child,.topic .table-responsive>.table-bordered>tfoot>tr>th:first-child,.topic .table-responsive>.table-bordered>thead>tr>td:first-child,.topic .table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.topic .table-responsive>.table-bordered>tbody>tr>td:last-child,.topic .table-responsive>.table-bordered>tbody>tr>th:last-child,.topic .table-responsive>.table-bordered>tfoot>tr>td:last-child,.topic .table-responsive>.table-bordered>tfoot>tr>th:last-child,.topic .table-responsive>.table-bordered>thead>tr>td:last-child,.topic .table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.topic .table-responsive>.table-bordered>tbody>tr:last-child>td,.topic .table-responsive>.table-bordered>tbody>tr:last-child>th,.topic .table-responsive>.table-bordered>tfoot>tr:last-child>td,.topic .table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.topic [outputclass=uefa_regulation_article_text] > ul > li{display:block}.topic [outputclass=uefa_regulation_article_text],.topic [outputclass=uefa_regulation_article_number]{vertical-align:baseline}.topic [outputclass=uefa_regulation_article_text] > ol{padding-left:55pt}.topic ol.listalpha{padding-left:91px}.topic ul.bodytextnumbered{padding-left:75px}.topic span.number{float:left}.topic ul.bodytextnumbered{list-style:none}.topic p.listalpha{padding-left:10px}.topic li.listroman2{padding-left:10px}.topic .bodytextnumbered{text-align:justify}.topic .listroman2{text-align:justify}.topic .bodytext{text-align:justify;padding-left:75px}.topic .listalpha{text-align:justify}.topic ul.listbullet{padding-left:87px;text-align:justify}.topic p.listbullet{padding-left:10px}.topic p.listbullet2{padding-left:10px}.topic .heading{display:none}.topic ul.bodyannexnumbered{padding-left:75px}.topic p.definitiontitle{padding-left:75px}.topic .definition{padding-left:91px}.topic ol.listroman2{padding-left:35px}.topic ul.listbullet2{padding-left:28px;list-style:none}.topic .topic p.listbullet2{text-align:justify}.topic ol.listdefinition{padding-left:106px}.topic .bodyannexnumbered{text-align:justify}.topic .topic p,.topic .topic li{font-family:Sagoe !important}.topic ul li.listbullet2::before{content:'-';position:absolute;margin-left:-14px}.topic del{color:#f00;text-decoration:line-through}.topic ins{color:#800080;text-decoration:underline}.topic .word.guidelines table,.topic .word.guidelines td,.topic .word.guidelines th{border:1px solid #00004b;border-collapse:collapse}@font-face{font-family:'champions';font-weight:300;font-style:normal;src:url('fonts/ChampionsLight/ChampionsWeb-Light.eot');src:url('fonts/ChampionsLight/ChampionsWeb-Light.ttf') format('truetype'),url('fonts/ChampionsLight/ChampionsWeb-Light.eot?#iefix') format('embedded-opentype'),url('fonts/ChampionsLight/ChampionsWeb-Light.woff') format('woff'),url('fonts/ChampionsLight/ChampionsWeb-Light.svg') format('svg')}.topic span.superscript{vertical-align:super;font-size:x-small !important}.topic .depth-1.regulations{padding-top:3mm !important}.topic .regulations{max-width:64em !important}.topic .regulations *{font-family:"Segoe UI" !important;font-style:normal !important;font-size:12pt !important}.topic .regulations span.number{color:#123985 !important;font-family:"UEFAColosseum" !important}.topic .regulations .subheading{font-weight:normal !important;padding-left:20mm;color:#123985 !important}.topic .regulations .subheading + .bodytext{padding-left:30mm !important}.topic .regulations .subheading + .bodytext + ol{padding-left:35mm !important}.topic .regulations p.listcontinue{padding-left:10px}.topic .regulations .listalpha,.topic .regulations .listbullet,.topic .regulations .listcontinue{max-width:64em !important}.topic .regulations .table-responsive{max-width:64em !important;margin-left:75px !important}.topic .regulations .table{margin-top:3mm !important;border-collapse:collapse}.topic .regulations p[class*="table"]{font-family:"Segoe UI" !important;font-size:12pt !important}.topic .regulations table p{font-weight:normal !important}.topic .regulations table p.tableheadingleft{text-align:left}.topic .regulations table p.bodytext{text-align:left !important;padding-left:inherit}.topic .regulations .tablewithheading,.topic .regulations .tablenoheading,.topic .regulations .tablenolines{display:none}.topic .regulations p.tablewithheading + .table-responsive > table > tbody > tr:not(:first-child)>td,.topic .regulations p.tablewithheading + .table-responsive > table > thead:empty + tbody > tr:not(:first-child)>td{border-left-width:0pt !important;border-right-width:0pt !important;border-top-width:.1mm !important;border-bottom-width:0pt !important;border-top-color:#d3d3d3 !important}.topic .regulations p.tablewithheading + .table-responsive > table > thead + tbody> tr>td{border-left-width:0pt !important;border-right-width:0pt !important;border-top-width:.1mm !important;border-bottom-width:0pt !important;border-top-color:#d3d3d3 !important}.topic .regulations p.tablewithheading + .table-responsive > table > tbody > tr:first-child>td,.topic .regulations p.tablewithheading + .table-responsive > table > tbody > tr:first-child>th,.topic .regulations p.tablewithheading + .table-responsive > table > thead > tr:first-child>td{border-left-width:0pt !important;border-right-width:0pt !important;border-top-width:.5pt !important;border-bottom-width:.5pt !important;border-top-color:#123985 !important;border-bottom-color:#123985 !important}.topic .regulations p.tablewithheading + .table-responsive > table > tbody > tr:last-child>td,.topic .regulations p.tablewithheading + .table-responsive > table > thead + tbody > tr:last-child>td{border-left-width:0pt !important;border-right-width:0pt !important;border-bottom-width:.5pt !important;border-bottom-color:#123985 !important}.topic .regulations .ft-responsive-image{max-height:31em;width:auto;max-width:100%;display:block;margin-left:auto;margin-right:auto}.topic .depth-1.guidelines{padding-top:3mm !important}.topic .guidelines{max-width:64em !important}.topic .guidelines *{font-family:"Segoe UI" !important;font-style:normal !important;font-size:12pt !important}.topic .guidelines span.number{color:#123985 !important;font-family:"UEFAColosseum" !important}.topic .guidelines .subheading{font-weight:normal !important;padding-left:20mm;color:#123985 !important}.topic .guidelines .subheading + .bodytext{padding-left:30mm !important}.topic .guidelines .subheading + .bodytext + ol{padding-left:35mm !important}.topic .guidelines p.listcontinue{padding-left:10px}.topic .guidelines ol.listnumber{padding-left:75px}.topic .guidelines .listalpha,.topic .guidelines .listbullet,.topic .guidelines .listcontinue{max-width:64em !important}.topic .guidelines .ft-responsive-image{max-height:31em;width:auto;max-width:100%;display:block;margin-left:auto;margin-right:auto}.topic .competition-manuals{max-width:64em}.topic .competition-manuals .listbullet,.topic .competition-manuals listalpha{max-width:64em}.topic .competition-manuals p.bodytext,.topic .competition-manuals span.bodytext{text-align:justify;padding-left:0px;margin-bottom:8px !important;margin-top:8px !important}.topic .competition-manuals .smalltitle{font-size:1em !important;font-style:italic;font-weight:normal !important;padding-top:15px;margin-top:12px;margin-bottom:8px}.topic .competition-manuals span.number{display:none}.topic .competition-manuals .listcontinue{padding-left:30px}.topic .competition-manuals ul.listbullet{padding-left:20px;text-align:justify}.topic .competition-manuals .picturestyle{border-color:transparent !important}.topic .competition-manuals .ft-responsive-image{max-height:31em;width:auto;max-width:80%}.topic .competition-manuals .table{padding-left:0px !important;max-width:53.4em !important;margin-top:15px;border-collapse:collapse;border-left-style:hidden;border-right-style:hidden}.topic .competition-manuals .table>tbody>tr>td,.topic .competition-manuals .table>tbody>tr>th{border:1px solid;padding-top:0px;padding-bottom:0px}.topic .competition-manuals span.externalreference,.topic .competition-manuals span.externalreferencemanuals{content:attr(href)}.topic .competition-manuals span.externalreferencemanuals > a > span{display:none}.topic .competition-manuals span.footnotereferencemanuals > a{display:none}.topic .competition-manuals span.endnote{display:none}.topic .competition-manuals.unl *{font-family:'UEFANations' !important;color:#2d3750 !important}.topic .competition-manuals.unl .smalltitle{font-family:'UEFANations' !important;color:#8696b2 !important}.topic .competition-manuals.unl p.heading4{margin-top:1.5em !important;font-size:1.3em !important;font-family:'UEFANations' !important;color:#8696b2 !important}.topic .competition-manuals.unl p.heading5{margin-top:1em !important;font-size:1em !important;font-family:'UEFANations' !important;color:#8696b2 !important}.topic .competition-manuals.unl .blocktext{border:none !important;padding:12px;background-color:#edeeef;color:#000 !important}.topic .competition-manuals.unl ul{list-style:none}.topic .competition-manuals.unl ul li:before{content:"\2022";color:#8696b2;position:absolute;font-weight:bold;font-family:monospace;display:inline-block;width:1em;margin-left:-1em}.topic .competition-manuals.unl ul li.listalpha2:before{content:"";color:#8696b2}.topic .competition-manuals.unl ol.listalpha{padding-left:15px}.topic .competition-manuals.unl .tabletextleft,.topic .competition-manuals.unl .tablelistbullet{margin-left:4px !important}.topic .competition-manuals.unl .tablelistbullet{padding-left:0px}.topic .competition-manuals.unl .tablelistbullet li,.topic .competition-manuals.unl .tablelistbullet p{padding-left:0px;margin-left:0px}.topic .competition-manuals.unl ul.tablelistbullet{margin-left:18px !important}.topic .competition-manuals.unl p.tableheadingcentred{color:#8696b2 !important;font-weight:bold;font-size:.8em !important}.topic .competition-manuals.unl .tableheadingleft{color:#8696b2 !important}.topic .competition-manuals.eq *{font-family:'PF BeauSans Pro' !important;color:#000 !important}.topic .competition-manuals.eq .smalltitle{font-family:'PF BeauSans Pro' !important;color:#a6a6a6 !important;font-style:normal}.topic .competition-manuals.eq p.heading4{margin-top:1.5em !important;font-size:1.3em !important;font-family:'PF BeauSans Pro' !important;color:#c41314 !important}.topic .competition-manuals.eq p.heading5{margin-top:1em !important;font-size:1em !important;font-family:'PF BeauSans Pro' !important;color:#a6a6a6 !important}.topic .competition-manuals.eq .blocktext{border:none !important;padding:12px;background-color:#f2f2f2;color:#000 !important}.topic .competition-manuals.eq ul{list-style:none}.topic .competition-manuals.eq ul li:before{content:"\2022";color:#c41314;position:absolute;font-weight:bold;font-family:monospace;display:inline-block;width:1em;margin-left:-1em}.topic .competition-manuals.eq ul li.listalpha2:before{content:"";color:#c41314}.topic .competition-manuals.eq ol.listalpha{padding-left:15px}.topic .competition-manuals.eq .tabletextleft,.topic .competition-manuals.eq .tablelistbullet{margin-left:4px !important}.topic .competition-manuals.eq .tablelistbullet{padding-left:0px}.topic .competition-manuals.eq .tablelistbullet li,.topic .competition-manuals.eq .tablelistbullet p{padding-left:0px;margin-left:0px}.topic .competition-manuals.eq ul.tablelistbullet{margin-left:18px !important}.topic .competition-manuals.eq .table{table-layout:fixed;width:100%;border-collapse:collapse}.topic .competition-manuals.eq .table th:first-child,.topic .competition-manuals.eq .table td:first-child{width:15%;max-width:15%;white-space:normal;word-wrap:break-word}.topic .competition-manuals.eq p.tableheadingcentred{color:#c41314 !important;font-weight:bold;font-size:.8em !important}.topic .competition-manuals.eq .tableheadingleft{color:#c41314 !important}.topic .competition-manuals.uel *,.topic .guidelines.uel *{font-family:'europa nuova' !important}.topic .competition-manuals.uel .blocktext,.topic .guidelines.uel .blocktext{border:none !important;padding:12px;background-color:#ffe49f;color:#000 !important}.topic .competition-manuals.uel .smalltitle,.topic .guidelines.uel .smalltitle{color:#000 !important}.topic .competition-manuals.uel .smalltitle:before,.topic .guidelines.uel .smalltitle:before{content:'/';color:#f39200;font-family:'europa nuova'}.topic .competition-manuals.uel ul,.topic .guidelines.uel ul{list-style:none}.topic .competition-manuals.uel ul li:before,.topic .guidelines.uel ul li:before{content:"\2022";color:#f39200;position:absolute;font-weight:bold;font-family:monospace;display:inline-block;width:1em;margin-left:-1em}.topic .competition-manuals.uel ul li.listalpha2:before,.topic .guidelines.uel ul li.listalpha2:before{content:"";color:#f39200}.topic .competition-manuals.uel .tabletextleft,.topic .guidelines.uel .tabletextleft,.topic .competition-manuals.uel .tablelistbullet,.topic .guidelines.uel .tablelistbullet{margin-left:4px !important}.topic .competition-manuals.uel .tablelistbullet,.topic .guidelines.uel .tablelistbullet{padding-left:0px}.topic .competition-manuals.uel .tablelistbullet li,.topic .guidelines.uel .tablelistbullet li,.topic .competition-manuals.uel .tablelistbullet p,.topic .guidelines.uel .tablelistbullet p{padding-left:0px;margin-left:0px}.topic .competition-manuals.uel ul.tablelistbullet,.topic .guidelines.uel ul.tablelistbullet{margin-left:18px !important}.topic .competition-manuals.uel .table,.topic .guidelines.uel .table{table-layout:fixed;width:100%;border-collapse:collapse}.topic .competition-manuals.uel .table th:first-child,.topic .guidelines.uel .table th:first-child,.topic .competition-manuals.uel .table td:first-child,.topic .guidelines.uel .table td:first-child{width:45%;max-width:45%;white-space:normal;word-wrap:break-word}.topic .competition-manuals.uel tr:has(p.tableheadingcentred) td,.topic .guidelines.uel tr:has(p.tableheadingcentred) td,.topic .competition-manuals.uel tr:has(p.tableheadingcentred) th,.topic .guidelines.uel tr:has(p.tableheadingcentred) th{background-color:#f39200 !important}.topic .competition-manuals.uel p.tableheadingcentred,.topic .guidelines.uel p.tableheadingcentred{color:#fff !important;background-color:#f39200;font-weight:bold;font-size:.8em !important}.topic .competition-manuals.uel .tableheadingleft,.topic .guidelines.uel .tableheadingleft{color:#000 !important}.topic .competition-manuals.uel .tablesmallspace,.topic .guidelines.uel .tablesmallspace{padding:0 !important;margin-left:1px !important;margin-right:1px !important;border-left:0 !important;border-top:0px hidden #fff !important;border-bottom:0px hidden #fff !important;border-right:0 !important;background-color:#fff !important}.topic .competition-manuals.uecl{font-family:'europa nuova' !important}.topic .competition-manuals.uecl .blocktext{border:none !important;padding:12px;background-color:#bfffc5;color:#000 !important}.topic .competition-manuals.uecl .smalltitle{color:#000 !important}.topic .competition-manuals.uecl .smalltitle:before{content:'/';color:#00be14;font-family:'europa nuova'}.topic .competition-manuals.uecl ul{list-style:none}.topic .competition-manuals.uecl ul li:before{content:"\2022";color:#00be14;position:absolute;font-weight:bold;font-family:monospace;display:inline-block;width:1em;margin-left:-1em}.topic .competition-manuals.uecl ul li.listalpha2:before{content:"";color:#00be14}.topic .competition-manuals.uecl .tabletextleft,.topic .competition-manuals.uecl .tablelistbullet{margin-left:4px !important}.topic .competition-manuals.uecl .tablelistbullet{padding-left:0px}.topic .competition-manuals.uecl .tablelistbullet li,.topic .competition-manuals.uecl .tablelistbullet p{padding-left:0px;margin-left:0px}.topic .competition-manuals.uecl ul.tablelistbullet{margin-left:18px !important}.topic .competition-manuals.uecl .table{table-layout:fixed;width:100%;border-collapse:collapse}.topic .competition-manuals.uecl .table th:first-child,.topic .competition-manuals.uecl .table td:first-child{width:45%;max-width:45%;white-space:normal;word-wrap:break-word}.topic .competition-manuals.uecl tr:has(p.tableheadingcentred) td,.topic .competition-manuals.uecl tr:has(p.tableheadingcentred) th{background-color:#00be14 !important}.topic .competition-manuals.uecl p.tableheadingcentred{color:#fff !important;background-color:#00be14;font-weight:bold;font-size:.8em !important}.topic .competition-manuals.uecl .tableheadingleft{color:#000 !important}@font-face{font-family:'champions';font-weight:300;font-style:normal;src:url('fonts/ChampionsLight/ChampionsWeb-Light.eot');src:url('fonts/ChampionsLight/ChampionsWeb-Light.ttf') format('truetype'),url('fonts/ChampionsLight/ChampionsWeb-Light.eot?#iefix') format('embedded-opentype'),url('fonts/ChampionsLight/ChampionsWeb-Light.woff') format('woff'),url('fonts/ChampionsLight/ChampionsWeb-Light.svg') format('svg')}.topic .competition-manuals.ucl *,.topic .competition-manuals.uyl *{font-family:'champions',sans-serif !important}.topic .competition-manuals.ucl .smalltitle,.topic .competition-manuals.uyl .smalltitle{font-style:italic;font-weight:normal !important;margin-top:12px;margin-bottom:8px}.topic .competition-manuals.ucl .blocktext,.topic .competition-manuals.uyl .blocktext{border:none !important;padding:12px;background-color:#ebefff}.topic .competition-manuals.ucl ul,.topic .competition-manuals.uyl ul{list-style:none}.topic .competition-manuals.ucl ul li:before,.topic .competition-manuals.uyl ul li:before{content:"\2022";color:#00004b;position:absolute;font-weight:bold;font-family:monospace;display:inline-block;width:1em;margin-left:-1em}.topic .competition-manuals.ucl ul li.listalpha2:before,.topic .competition-manuals.uyl ul li.listalpha2:before{content:"";color:#00004b}.topic .competition-manuals.ucl .listcontinue,.topic .competition-manuals.uyl .listcontinue{padding-left:inherit;text-align:inherit;vertical-align:inherit;margin-left:inherit;width:inherit;padding-left:20px !important;text-align:justify !important}.topic .competition-manuals.ucl table,.topic .competition-manuals.uyl table{table-layout:fixed !important}@media screen and (max-width:767px){.topic .competition-manuals.ucl .table-responsive,.topic .competition-manuals.uyl .table-responsive{border:0px;border-top:1px solid #00004b;table-layout:fixed !important}}.topic .competition-manuals.ucl .table,.topic .competition-manuals.uyl .table{table-layout:fixed;width:100%;border-collapse:collapse}.topic .competition-manuals.ucl .table th:first-child,.topic .competition-manuals.uyl .table th:first-child,.topic .competition-manuals.ucl .table td:first-child,.topic .competition-manuals.uyl .table td:first-child{width:45%;max-width:45%;white-space:normal;word-wrap:break-word}.topic .competition-manuals.ucl tr:has(p.tableheadingcentred) td,.topic .competition-manuals.uyl tr:has(p.tableheadingcentred) td,.topic .competition-manuals.ucl tr:has(p.tableheadingcentred) th,.topic .competition-manuals.uyl tr:has(p.tableheadingcentred) th{background-color:#ebefff !important}.topic .competition-manuals.ucl table>tbody>tr>td,.topic .competition-manuals.uyl table>tbody>tr>td,.topic .competition-manuals.ucl table>tbody>tr>th,.topic .competition-manuals.uyl table>tbody>tr>th{padding:0px;border:1px solid}.topic .competition-manuals.ucl table.table,.topic .competition-manuals.uyl table.table{border-spacing:0px}.topic .competition-manuals.ucl .tabletextleft,.topic .competition-manuals.uyl .tabletextleft,.topic .competition-manuals.ucl .tabletextcentred,.topic .competition-manuals.uyl .tabletextcentred,.topic .competition-manuals.ucl .tablelistbullet,.topic .competition-manuals.uyl .tablelistbullet{color:#595959 !important;margin-left:4px !important;margin-right:4px !important}.topic .competition-manuals.ucl .tablelistbullet,.topic .competition-manuals.uyl .tablelistbullet{padding-left:0px;margin-left:21px}.topic .competition-manuals.ucl .tablelistbullet li,.topic .competition-manuals.uyl .tablelistbullet li,.topic .competition-manuals.ucl .tablelistbullet p,.topic .competition-manuals.uyl .tablelistbullet p{padding-left:0px;margin-left:0px}.topic .competition-manuals.ucl ul.tablelistbullet,.topic .competition-manuals.uyl ul.tablelistbullet{margin-left:18px !important}.topic .competition-manuals.ucl .tablesmallspace,.topic .competition-manuals.uyl .tablesmallspace{padding:0 !important;margin-left:1px !important;margin-right:1px !important;border-left:0 !important;border-top:0px hidden #fff !important;border-bottom:0px hidden #fff !important;border-right:0 !important}.topic .component-content:focus{outline:none !important}@font-face{font-family:'UEFA Neo' !important;font-weight:300;font-style:normal;src:url('fonts/ChampionsLight/ChampionsWeb-Light.eot');src:url('fonts/ChampionsLight/ChampionsWeb-Light.ttf') format('truetype'),url('fonts/ChampionsLight/ChampionsWeb-Light.eot?#iefix') format('embedded-opentype'),url('fonts/ChampionsLight/ChampionsWeb-Light.woff') format('woff'),url('fonts/ChampionsLight/ChampionsWeb-Light.svg') format('svg')}.topic .competition-manuals.uyl *{font-family:'UEFA Neo' !important}.topic .competition-manuals.uyl .smalltitle{font-weight:normal !important;color:#ff024c !important;margin-top:12px;margin-bottom:10pt !important}.topic .competition-manuals.uyl .blocktext{border:none !important;padding:12px;background-color:#f2f2f2;color:#0061ff}.topic .competition-manuals.uyl ul{list-style:none}.topic .competition-manuals.uyl ul li:before{content:"\2022";position:absolute;font-weight:bold;font-family:monospace;display:inline-block;width:1em;margin-left:-1em}.topic .competition-manuals.uyl ul li.listalpha2:before{content:""}@media screen and (max-width:767px){.topic .competition-manuals.uyl .table-responsive{border:0px;border-top:1px solid #000}}.topic .competition-manuals.uyl .table{border-collapse:collapse;border-left-style:hidden;border-right-style:hidden}.topic .competition-manuals.uyl .tableheadingcentred{background-color:#f2f2f2 !important;color:#0061ff !important}.topic .competition-manuals.uyl .tableheadingleft{color:#0061ff !important}.topic .competition-manuals.uyl p.tablefixedwidth + .table-responsive > .table>tbody>tr:first-child>td,.topic .competition-manuals.uyl p.tablefixedwidth + .table-responsive >.table>tbody>tr:first-child>th{background-color:initial !important;border-top:initial !important}.topic .competition-manuals.uyl .table>tbody>tr>td,.topic .competition-manuals.uyl .table>tbody>tr>th{padding:0px;border:1px solid}.topic .competition-manuals.uyl table.table{border-spacing:0px}.topic .competition-manuals.uyl .tabletextleft,.topic .competition-manuals.uyl .tabletextcentred,.topic .competition-manuals.uyl .tablelistbullet{color:#595959 !important;margin-left:4px !important;margin-right:4px !important}.topic .competition-manuals.uyl .tablelistbullet{padding-left:0px;margin-left:21px}.topic .competition-manuals.uyl .tablelistbullet li,.topic .competition-manuals.uyl .tablelistbullet p{padding-left:0px;margin-left:0px}.topic .competition-manuals.uyl ul.tablelistbullet{margin-left:18px !important}.topic .component-content:focus{outline:none !important}@font-face{font-family:'champions';font-weight:300;font-style:normal;src:url('fonts/ChampionsLight/ChampionsWeb-Light.eot');src:url('fonts/ChampionsLight/ChampionsWeb-Light.ttf') format('truetype'),url('fonts/ChampionsLight/ChampionsWeb-Light.eot?#iefix') format('embedded-opentype'),url('fonts/ChampionsLight/ChampionsWeb-Light.woff') format('woff'),url('fonts/ChampionsLight/ChampionsWeb-Light.svg') format('svg')}.topic .competition-manuals.uwcl *{font-family:'champions',sans-serif !important}.topic .competition-manuals.uwcl .smalltitle{color:#005cab !important;font-family:'champions light';font-style:italic;font-weight:normal !important;margin-top:12px;margin-bottom:8px}.topic .competition-manuals.uwcl .blocktext{border:none !important;padding:12px;color:#005cab !important;background-color:#dbe5f1}.topic .competition-manuals.uwcl ul{list-style:none}.topic .competition-manuals.uwcl ul li:before{content:"\2022";color:#f4772a;position:absolute;font-weight:bold;font-family:monospace;display:inline-block;width:1em;margin-left:-1em}.topic .competition-manuals.uwcl li.listalpha2{color:#f4772a !important;margin-left:-10pt}.topic .competition-manuals.uwcl li.listalpha2 > p.listalpha2{margin-left:10pt}.topic .competition-manuals.uwcl ul li.listalpha2:before{content:"";color:#f4772a}@media screen and (max-width:767px){.topic .competition-manuals.uwcl .table-responsive{border:0px;border-top:1px solid #005cab}}.topic .competition-manuals.uwcl .table{table-layout:fixed;width:100%;border-collapse:collapse;border-left-style:hidden;border-right-style:hidden}.topic .competition-manuals.uwcl .table th:first-child,.topic .competition-manuals.uwcl .table td:first-child{width:45%;max-width:45%;white-space:normal;word-wrap:break-word}.topic .competition-manuals.uwcl tr:has(p.tableheadingcentred) td,.topic .competition-manuals.uwcl tr:has(p.tableheadingcentred) th{background-color:#dbe5f1 !important}.topic .competition-manuals.uwcl p.tablefixedwidth + .table-responsive > .table>tbody>tr:first-child>td,.topic .competition-manuals.uwcl p.tablefixedwidth + .table-responsive >.table>tbody>tr:first-child>th{background-color:initial !important;border-top:initial !important}.topic .competition-manuals.uwcl .table>tbody>tr>td,.topic .competition-manuals.uwcl .table>tbody>tr>th{padding:0px;border:1px solid}.topic .competition-manuals.uwcl table.table{border-spacing:0px}.topic .competition-manuals.uwcl .tabletextleft,.topic .competition-manuals.uwcl .tabletextcentred,.topic .competition-manuals.uwcl .tablelistbullet{color:#595959 !important;margin-left:4px !important;margin-right:4px !important}.topic .competition-manuals.uwcl .tablelistbullet{padding-left:0px;margin-left:21px}.topic .competition-manuals.uwcl .tablelistbullet li,.topic .competition-manuals.uwcl .tablelistbullet p{padding-left:0px;margin-left:0px}.topic .competition-manuals.uwcl ul.tablelistbullet{margin-left:18px !important}.topic .component-content:focus{outline:none !important}.topic .competition-manuals.youths *{font-family:"Segoe UI" !important}.topic .competition-manuals.youths span.externalreferencemanuals > a > span{display:initial}.topic .competition-manuals.youths .blocktext{border:1px solid;border-color:#0080c6 !important;padding:12px;background-color:#e7e6e6;color:#4473c4 !important}.topic .competition-manuals.youths ul.tablelistbullet{padding-left:18px !important}.topic .competition-manuals.youths p.tableheadingleft{text-align:left}.topic .competition-manuals.youths p.tableheadingleft,.topic .competition-manuals.youths p.tableheadingcentred{font-family:"Segoe UI Light" !important;color:#123985}.topic .competition-manuals.youths p.tablefixedwidth + .table-responsive > table > tbody > tr + tr>:nth-child(1){width:45px}.topic .competition-manuals.youths p.tablefixedwidth + .table-responsive > table > tbody > tr + tr>:nth-child(3){width:38px}.topic .competition-manuals.wu19 *{font-family:'UEFA Neo' !important}.topic .competition-manuals.wu19 p.smalltitle{color:#000 !important;font-style:normal !important;font-weight:bold !important;font-size:1.2em !important}.topic .competition-manuals.wu19 ul{list-style:none}.topic .competition-manuals.wu19 ul li:before{content:"\2022";color:#b90b67;position:absolute;font-weight:bold;font-family:monospace;display:inline-block;width:1em;margin-left:-1em}.topic .competition-manuals.wu19 p.tableheadingcentred,.topic .competition-manuals.wu19 .tableheadingleft{color:#fff !important;background-color:#b90b67 !important;font-weight:bold;font-family:"UEFA Neo" !important;padding:5px}.topic .competition-manuals.wu19 p.tabletextleft,.topic .competition-manuals.wu19 p.tabletextcentred{font-family:"UEFA Neo" !important;color:#000 !important}.topic .competition-manuals.wu17 *{font-family:'UEFA Neo' !important}.topic .competition-manuals.wu17 p.smalltitle{color:#000 !important;font-style:normal !important;font-weight:bold !important;font-size:1.2em !important}.topic .competition-manuals.wu17 ul{list-style:none}.topic .competition-manuals.wu17 ul li:before{content:"\2022";color:#7b68a6;position:absolute;font-weight:bold;font-family:monospace;display:inline-block;width:1em;margin-left:-1em}.topic .competition-manuals.wu17 p.tableheadingcentred,.topic .competition-manuals.wu17 .tableheadingleft{color:#fff !important;background-color:#7b68a6 !important;font-weight:bold;font-family:"UEFA Neo" !important;padding:5px}.topic .competition-manuals.wu17 p.tabletextleft,.topic .competition-manuals.wu17 p.tabletextcentred{font-family:"UEFA Neo" !important;color:#000 !important}.topic .competition-manuals.u17 *{font-family:'UEFA Neo' !important}.topic .competition-manuals.u17 p.smalltitle{color:#000 !important;font-style:normal !important;font-weight:bold !important;font-size:1.2em !important}.topic .competition-manuals.u17 ul{list-style:none}.topic .competition-manuals.u17 ul li:before{content:"\2022";color:#d8470c;position:absolute;font-weight:bold;font-family:monospace;display:inline-block;width:1em;margin-left:-1em}.topic .competition-manuals.u17 p.tableheadingcentred,.topic .competition-manuals.u17 .tableheadingleft{color:#fff !important;background-color:#d8470c !important;font-weight:bold;font-family:"UEFA Neo" !important;padding:5px}.topic .competition-manuals.u17 p.tabletextleft,.topic .competition-manuals.u17 p.tabletextcentred{font-family:"UEFA Neo" !important;color:#000 !important}.topic .competition-manuals.u19 *{font-family:'UEFA Neo' !important}.topic .competition-manuals.u19 p.smalltitle{color:#000 !important;font-style:normal !important;font-weight:bold !important;font-size:1.2em !important}.topic .competition-manuals.u19 ul{list-style:none}.topic .competition-manuals.u19 ul li:before{content:"\2022";color:#77b237;position:absolute;font-weight:bold;font-family:monospace;display:inline-block;width:1em;margin-left:-1em}.topic .competition-manuals.u19 p.tableheadingcentred,.topic .competition-manuals.u19 .tableheadingleft{color:#fff !important;background-color:#77b237 !important;font-weight:bold;font-family:"UEFA Neo" !important;padding:5px}.topic .competition-manuals.u19 p.tabletextleft,.topic .competition-manuals.u19 p.tabletextcentred{font-family:"UEFA Neo" !important;color:#000 !important}.topic .guidelines.weuro *{font-family:'PF BeauSans Pro' !important;text-align:justify !important}.topic .guidelines.weuro .strong{color:#f94664 !important;font-weight:bold !important;font-size:1.2em !important}.topic .guidelines.weuro ul{list-style:none}.topic .guidelines.weuro ul li:before{content:"\2022";color:#f94664;position:absolute;font-weight:bold;font-family:monospace;display:inline-block;width:1em;margin-left:-1em}.title{max-width:53.5em !important}.title h1,.title h2,.title h3,.title h4,.title h5,.title h6{font-style:normal;font-weight:400}.title h1{font-size:2.1em}.title h2{font-size:1.7em}.title h3{font-size:1.4em}.title h4{font-size:1.3em}.title h5{font-size:1.2em}.title h6{font-size:1.1em}.title .topic p,.title .topic li{font-family:Sagoe !important}.title del{color:#f00;text-decoration:line-through}.title ins{color:#800080;text-decoration:underline}.title div.depth-1.regulations h1{font-size:1.7em}.title div.depth-2.regulations{padding-bottom:2px;margin-bottom:3mm !important}.title div.depth-2.regulations h2{font-size:1.4em}.title div.depth-3.regulations{margin-bottom:3mm !important}.title div.depth-3.regulations h3{font-size:1.2em}.title div.depth-1.competition-manuals,.title div.depth-2.competition-manuals{max-width:53.4em}.title div.depth-2.competition-manuals{margin-bottom:-2.2em}.title + section.analytics-container + section.topic > div.depth-2.competition-manuals > :first-child,.title + section.topic > div.depth-2.competition-manuals > :first-child{margin-top:4em !important}.title + section.analytics-container + section.topic > div.depth-3.competition-manuals,.title + section.topic > div.depth-3.competition-manuals{margin-top:-30pt}.title + section.analytics-container + section.topic > div.depth-3.competition-manuals > :first-child,.title + section.topic > div.depth-3.competition-manuals > :first-child{margin-top:40pt !important}.title div.depth-4.competition-manuals{margin-bottom:10pt !important}.title div.depth-3.competition-manuals h3{display:inline-block;margin-bottom:.8em}.title .competition-manuals{max-width:53.4em}.title .competition-manuals.unl{font-family:'UEFANations';color:#8696b2}.title .competition-manuals.eq{font-family:'PF BeauSans Pro';color:#c41314}.title .competition-manuals.eq h5{color:#a6a6a6}.title .competition-manuals.uel,.title .guidelines.uel{font-family:'europa nuova';color:#000}.title .competition-manuals.uel h1:before,.title .guidelines.uel h1:before,.title .competition-manuals.uel h2:before,.title .guidelines.uel h2:before,.title .competition-manuals.uel h3:before,.title .guidelines.uel h3:before,.title .competition-manuals.uel h4:before,.title .guidelines.uel h4:before{content:'/';color:#f39200;font-family:'europa nuova'}.title .competition-manuals.uel h4,.title .guidelines.uel h4{font-weight:bold}.title .competition-manuals.uecl{font-family:'europa nuova';color:#000}.title .competition-manuals.uecl h1:before,.title .competition-manuals.uecl h2:before,.title .competition-manuals.uecl h3:before,.title .competition-manuals.uecl h4:before{content:'/';color:#00be14;font-family:'europa nuova'}.title .competition-manuals.uecl h4{font-weight:bold}.title div.depth-2.competition-manuals.uwcl{border-bottom:1px solid #005cab}.title .competition-manuals.uwcl{font-family:'champions',sans-serif}.title .competition-manuals.uwcl h1,.title .competition-manuals.uwcl h2{text-align:center;width:100%;text-transform:uppercase}.title .competition-manuals.uwcl h1{color:#005cab;font-family:'champions light',sans-serif;margin-top:.8em}.title .competition-manuals.uwcl h2{color:#005cab;font-family:'champions light',sans-serif;margin-top:-.2em}.title .competition-manuals.uwcl.div{max-width:64em}.title .competition-manuals.uwcl h3{font-size:1.2em;color:#f4772a}.title .title .competition-manuals.uwcl{margin-bottom:.6em}.title .competition-manuals.uwcl h4{color:#404040;font-size:1.1em;font-style:normal;font-family:'champions light';margin-top:8px;margin-bottom:8px}.title .competition-manuals.uwcl h5{color:#005cab;font-size:1em}.title .competition-manuals.uwcl h6{color:#005cab;font-size:1em}.title .competition-manuals.uwcl .topic p,.title .competition-manuals.uwcl .topic li{font-family:'champions',sans-serif !important}.title div.depth-2.competition-manuals.ucl{border-bottom:1px solid #00004b}.title .competition-manuals.ucl{font-family:'champions',sans-serif}.title .competition-manuals.ucl h1,.title .competition-manuals.ucl h2{text-align:center;width:100%;text-transform:uppercase}.title .competition-manuals.ucl h1{margin-top:.8em}.title .competition-manuals.ucl h2{border-bottom:.75pt #c41314}.title .competition-manuals.ucl.div{max-width:64em}.title .competition-manuals.ucl h3{font-size:1.2em}.title .title .competition-manuals.ucl{margin-bottom:.6em}.title .competition-manuals.ucl h4{font-size:1.1em;font-style:italic;margin-top:8px;margin-bottom:8px}.title .competition-manuals.ucl h5{font-size:1em}.title .competition-manuals.ucl h6{font-size:1em}.title .competition-manuals.ucl .topic p,.title .competition-manuals.ucl .topic li{font-family:'champions',sans-serif !important}.title .competition-manuals.uyl{font-family:'UEFA Neo' !important}.title .competition-manuals.uyl h1{margin-top:.8em;margin-bottom:2em;font-size:1.9em;font-weight:bold;color:#000}.title .competition-manuals.uyl h2{margin-top:2em;font-weight:bold;color:#0061ff}.title .competition-manuals.uyl.div{max-width:64em}.title .competition-manuals.uyl h3{font-size:1.2em;font-weight:bold;color:#40df5e}.title .title .competition-manuals.uyl{margin-bottom:.6em}.title .competition-manuals.uyl h4{font-size:1.1em;color:#00348c;font-style:italic;margin-top:8px;margin-bottom:8px}.title .competition-manuals.uyl h5{font-size:1em}.title .competition-manuals.uyl h6{font-size:1em;color:#ff024c}.title div.depth-1.competition-manuals.youths{margin-bottom:auto}.title div.depth-3.competition-manuals.youths{margin-bottom:auto}.title div.depth-3.competition-manuals.youths h3{font-size:1.2em}.title .competition-manuals.youths h1{font-size:1.7em}.title .competition-manuals.youths h2{font-size:1.4em;margin-bottom:1em}.title .competition-manuals.youths h3{font-family:"Segoe UI Light" !important;font-style:italic;font-size:1.2em;font-weight:normal !important;color:#123985;margin-top:auto;margin-bottom:auto}.title .competition-manuals.wu19{font-family:'UEFA Neo'}.title .competition-manuals.wu19 h1{color:#3a001d;font-weight:bold}.title .competition-manuals.wu19 h2{color:#b90b67;font-weight:bold}.title .competition-manuals.wu19 h3{color:#d09ebc;font-weight:bold;margin-top:.8em}.title .competition-manuals.wu19 h4{color:#000;font-weight:bold}.title .competition-manuals.wu17{font-family:'UEFA Neo'}.title .competition-manuals.wu17 h1{color:#4e1a66;font-weight:bold}.title .competition-manuals.wu17 h2{color:#7b68a6;font-weight:bold}.title .competition-manuals.wu17 h3{color:#c46dff;font-weight:bold;margin-top:.8em}.title .competition-manuals.wu17 h4{color:#000;font-weight:bold}.title .competition-manuals.u17{font-family:'UEFA Neo'}.title .competition-manuals.u17 h1{color:#961919;font-weight:bold}.title .competition-manuals.u17 h2{color:#d8470c;font-weight:bold}.title .competition-manuals.u17 h3{color:#ec6408;font-weight:bold;margin-top:.8em}.title .competition-manuals.u17 h4{color:#000;font-weight:bold}.title .competition-manuals.u19{font-family:'UEFA Neo'}.title .competition-manuals.u19 h1{color:#006628;font-weight:bold}.title .competition-manuals.u19 h2{color:#77b237;font-weight:bold}.title .competition-manuals.u19 h3{color:#c5d97f;font-weight:bold;margin-top:.8em}.title .competition-manuals.u19 h4{color:#000;font-weight:bold}.title .guidelines.weuro{font-family:'PF BeauSans Pro'}.title .guidelines.weuro h1{color:#5b4295;font-weight:bold}.title .guidelines.weuro h2{color:#f94664;font-weight:bold}.title .guidelines.weuro h3{color:#00cef0;font-weight:bold;margin-top:.8em}.title .guidelines.weuro h4{color:#000;font-weight:bold}.background-image .competition-manuals.ucl{background-image:url("https://documents.uefa.com/internal/api/webapp/theme/bg-image/image1");background-repeat:no-repeat;background-position:right bottom;max-width:70em}.background-image .competition-manuals.uel{background-image:url("https://documents.uefa.com/internal/api/webapp/theme/bg-image/image3");background-repeat:no-repeat;background-position:90% 70%;background-size:30%;overflow:hidden;max-width:70em}.background-image .competition-manuals.uwcl{background-image:url("https://documents.uefa.com/internal/api/webapp/theme/bg-image/image5");background-repeat:no-repeat;background-position:right 70%;background-size:60%;overflow:hidden}.background-image .competition-manuals.youths{background-image:url("https://documents.uefa.com/internal/api/webapp/theme/bg-image/image4");background-repeat:no-repeat;background-position:right 90%;background-size:45%;overflow:hidden;max-width:100%}.background-image .competition-manuals.eq{background-image:url("https://documents.uefa.com/internal/api/webapp/theme/bg-image/image6");background-repeat:no-repeat;background-position:right 90%;background-size:45%;overflow:hidden;max-width:62em}.background-image .competition-manuals.wu19{background-image:url("https://documents.uefa.com/internal/api/webapp/theme/bg-image/image7");background-repeat:no-repeat;background-position:right bottom;overflow:hidden;max-width:70em}.background-image .competition-manuals.wu17{background-image:url("https://documents.uefa.com/internal/api/webapp/theme/bg-image/image8");background-repeat:no-repeat;background-position:right bottom;overflow:hidden;max-width:70em}.background-image .competition-manuals.u17{background-image:url("https://documents.uefa.com/internal/api/webapp/theme/bg-image/image9");background-repeat:no-repeat;background-position:right bottom;overflow:hidden;max-width:70em}.background-image .competition-manuals.u19{background-image:url("https://documents.uefa.com/internal/api/webapp/theme/bg-image/image10");background-repeat:no-repeat;background-position:right bottom;overflow:hidden;max-width:70em}.background-image .guidelines.weuro{background-image:url("https://documents.uefa.com/internal/api/webapp/theme/bg-image/image11");background-repeat:no-repeat;background-position:bottom right;overflow:hidden;max-width:80em}.background-image .review-mode{background-image:url("https://documents.uefa.com/internal/api/webapp/theme/bg-image/image12");background-repeat:no-repeat;background-position:bottom right;overflow:hidden;max-width:80em}@font-face{font-family:'UEFAColosseum';src:url('https://documents.uefa.com/public/fonts/UEFAColosseum.ttf') format('truetype'),url('https://documents.uefa.com/public/fonts/UEFAColosseum.woff') format('woff'),url('https://documents.uefa.com/public/fonts/UEFAColosseum.eot') format('embedded-opentype');font-weight:normal;font-style:normal}@font-face{font-family:'UEFANations';font-weight:300;font-style:normal;src:url('https://documents.uefa.com/public/fonts/UEFA_Nations/UEFANations-Regular.otf') format('opentype')}@font-face{font-family:'Sagoe';src:url('https://documents.uefa.com/public/fonts/Sagoe.woff') format('woff');font-weight:normal;font-style:normal}@font-face{font-family:'SegoeUI';src:url('https://documents.uefa.com/public/fonts/Sagoe.woff') format('woff');font-weight:normal;font-style:normal}@font-face{font-family:'Segoe';src:url('https://documents.uefa.com/public/fonts/Sagoe.woff') format('woff');font-weight:normal;font-style:normal}@font-face{font-family:'Europa-Nuova-Bold_V2';src:url('https://documents.uefa.com/public/fonts/Europa-Nuova-Bold_V2.otf') format('opentype');font-weight:normal;font-style:normal}@font-face{font-family:'Europa-Nuova-Extra-Bold_V2';src:url('https://documents.uefa.com/public/fonts/Europa-Nuova-Extra-Bold_V2.otf') format('opentype');font-weight:normal;font-style:normal}@font-face{font-family:'Europa-Nuova-Regular_V2';src:url('https://documents.uefa.com/public/fonts/Europa-Nuova-Regular_V2.otf') format('opentype');font-weight:normal;font-style:normal}@font-face{font-family:'ChampionsWeb-Bold';src:url('https://documents.uefa.com/public/fonts/Champions-All_Scripts/Bold/ChampionsWeb-Bold.woff') format('woff');font-weight:normal;font-style:normal}@font-face{font-family:'ChampionsWeb-ExtraBold';src:url('https://documents.uefa.com/public/fonts/Champions-All_Scripts/ExtraBold/ChampionsWeb-ExtraBold.woff') format('woff');font-weight:normal;font-style:normal}@font-face{font-family:'ChampionsWeb-Light';src:url('https://documents.uefa.com/public/fonts/Champions-All_Scripts/Light/ChampionsWeb-Light.woff') format('woff');font-weight:normal;font-style:normal}@font-face{font-family:'ChampionsWeb-Regular';src:url('https://documents.uefa.com/public/fonts/Champions-All_Scripts/Regular/ChampionsWeb-Regular.woff') format('woff');font-weight:normal;font-style:normal}#FT-application-content .login-sso-provider-button{background-image:url(/public//images/Button_Uefa_user.svg);background-repeat:no-repeat;background-size:100% 100%;width:430px;height:70px;margin-left:-37px}.authform-buttons{flex-direction:colmn-reverse}.authform-buttons .ft-btn{margin:0 0 0 0}.authform-buttons .ft-btn.login-forgotten-password-button{margin:0 0 0 0}.component-content:focus{outline:none !important}.format-pdf.format-icon{background-image:url("https://documents.uefa.com/public/images/pdf.png")}.searchresult-new-component .searchresult-format-book{background-image:url("https://documents.uefa.com/public/images/book.svg")}.footer-copyright{text-align:center !important}.searchresult-new-component.searchresult-type-textual-promote h2{margin:0;font-size:1em;font-weight:normal}button.ft-btn.login-sso-provider-button.login-sso-provider-saml2.login-sso-provider-with-name-uefa-saml-production.ft-btn-no-bg.ft-btn-no-border.login-sso-provider-image-button.login-sso-provider-image-button-0{display:none}