@charset "UTF-8";@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes appearFromBottom{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:none}}@keyframes appearFromTop{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:none}}@keyframes wiggle{0%{transform:rotate(0)}25%{transform:rotate(-12deg)}50%{transform:rotate(10deg)}75%{transform:rotate(-4deg)}to{transform:rotate(0)}}@keyframes upDown{0%{transform:translateY(-15px)}50%{transform:translateY(15px)}to{transform:translateY(-15px)}}@keyframes leftRight{0%{transform:translateX(-15px)}50%{transform:translateX(15px)}to{transform:translateX(-15px)}}@keyframes popupAppear{0%{clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);opacity:0;transform:translateY(-50%)}to{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);opacity:1;transform:0}}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{background-color:#333;border-radius:4px;color:#fff;font-size:14px;line-height:1.4;outline:0;position:relative;transition-property:transform,visibility,opacity;white-space:normal}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-top-color:initial;border-width:8px 8px 0;bottom:-7px;left:0;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:initial;border-width:0 8px 8px;left:0;top:-7px;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-left-color:initial;border-width:8px 0 8px 8px;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-right-color:initial;border-width:8px 8px 8px 0;left:-7px;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{color:#333;height:16px;width:16px}.tippy-arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.tippy-content{padding:5px 9px;position:relative;z-index:1}:root{--ss-primary-color:#5897fb;--ss-bg-color:#fff;--ss-font-color:#4d4d4d;--ss-font-placeholder-color:#8d8d8d;--ss-disabled-color:#dcdee2;--ss-border-color:#dcdee2;--ss-highlight-color:#fffb8c;--ss-success-color:#00b755;--ss-error-color:#dc3545;--ss-focus-color:#5897fb;--ss-main-height:30px;--ss-content-height:300px;--ss-spacing-l:7px;--ss-spacing-m:5px;--ss-spacing-s:3px;--ss-animation-timing:0.2s;--ss-border-radius:4px}@keyframes ss-valueIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes ss-valueOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}.ss-hide{display:none!important}.ss-main{background-color:var(--ss-bg-color);border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);box-sizing:border-box;color:var(--ss-font-color);cursor:pointer;display:flex;flex-direction:row;min-height:var(--ss-main-height);outline:0;overflow:hidden;padding:var(--ss-spacing-s);position:relative;transition:background-color var(--ss-animation-timing);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.ss-main:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-main.ss-disabled{background-color:var(--ss-disabled-color);cursor:not-allowed}.ss-main.ss-disabled .ss-values .ss-disabled{color:var(--ss-font-color)}.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-values{display:inline-flex;flex:1 1 100%;flex-wrap:wrap;gap:var(--ss-spacing-m)}.ss-main .ss-values .ss-placeholder{align-items:center;color:var(--ss-font-placeholder-color);display:flex;line-height:1em;margin:auto 0;overflow:hidden;padding:var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);text-overflow:ellipsis;white-space:nowrap;width:100%}.ss-main .ss-values .ss-max{align-items:center;background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius);color:var(--ss-bg-color);display:flex;font-size:12px;line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:-moz-fit-content;width:fit-content}.ss-main .ss-values .ss-single{display:flex;margin:auto 0 auto var(--ss-spacing-s)}.ss-main .ss-values .ss-value{align-items:center;animation-duration:var(--ss-animation-timing);animation-fill-mode:both;animation-name:ss-valueIn;animation-timing-function:ease-out;background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius);display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:-moz-fit-content;width:fit-content}.ss-main .ss-values .ss-value.ss-value-out{animation-duration:var(--ss-animation-timing);animation-name:ss-valueOut;animation-timing-function:ease-out}.ss-main .ss-values .ss-value .ss-value-text{color:var(--ss-bg-color);font-size:12px;line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m)}.ss-main .ss-values .ss-value .ss-value-delete{align-items:center;border-left:1px solid var(--ss-bg-color);box-sizing:content-box;cursor:pointer;display:flex;padding:var(--ss-spacing-s) var(--ss-spacing-m)}.ss-main .ss-values .ss-value .ss-value-delete,.ss-main .ss-values .ss-value .ss-value-delete svg{height:var(--ss-spacing-l);width:var(--ss-spacing-l)}.ss-main .ss-values .ss-value .ss-value-delete svg path{fill:none;stroke:var(--ss-bg-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-deselect{align-items:center;display:flex;flex:0 1 auto;height:auto;justify-content:center;padding:0 var(--ss-spacing-m) 0 var(--ss-spacing-m);width:-moz-fit-content;width:fit-content}.ss-main .ss-deselect svg{height:8px;width:8px}.ss-main .ss-deselect svg path{fill:none;stroke:var(--ss-font-color);stroke-width:20;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-arrow{align-items:center;display:flex;flex:0 1 auto;height:12px;justify-content:flex-end;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m);width:12px}.ss-main .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content{background-color:var(--ss-bg-color);border:1px solid var(--ss-border-color);box-sizing:border-box;display:flex;flex-direction:column;height:auto;max-height:var(--ss-content-height);opacity:0;overflow:hidden;position:absolute;transform:scaleY(0);transform-origin:center top;transition:transform var(--ss-animation-timing),opacity var(--ss-animation-timing);width:auto;z-index:10000}.ss-content.ss-relative{height:100%;position:relative}.ss-content.ss-open-above{border-top-left-radius:var(--ss-border-radius);border-top-right-radius:var(--ss-border-radius);flex-direction:column-reverse;opacity:1;transform:scaleY(1);transform-origin:center bottom}.ss-content.ss-open-below{border-bottom-left-radius:var(--ss-border-radius);border-bottom-right-radius:var(--ss-border-radius);opacity:1;transform:scaleY(1);transform-origin:center top}.ss-content .ss-search{display:flex;flex:0 1 auto;flex-direction:row;padding:var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-search input{background-color:var(--ss-bg-color);border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);box-sizing:border-box;display:inline-flex;flex:1 1 auto;font-size:inherit;line-height:inherit;margin:0;min-width:0;outline:0;padding:var(--ss-spacing-m) var(--ss-spacing-l);text-align:left;width:100%}.ss-content .ss-search input::-moz-placeholder{color:var(--ss-font-placeholder-color);vertical-align:middle}.ss-content .ss-search input::placeholder{color:var(--ss-font-placeholder-color);vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-content .ss-search .ss-addable{align-items:center;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);cursor:pointer;display:inline-flex;flex:0 0 auto;height:auto;justify-content:center;margin:0 0 0 var(--ss-spacing-m)}.ss-content .ss-search .ss-addable svg{align-items:center;display:flex;flex:0 1 auto;height:12px;justify-content:flex-end;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m);width:12px}.ss-content .ss-search .ss-addable svg path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list{flex:1 1 auto;height:auto;overflow-x:hidden;overflow-y:auto}.ss-content .ss-list .ss-error{color:var(--ss-error-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-searching{color:var(--ss-font-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup.ss-close .ss-option{display:none!important}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text{color:var(--ss-font-color);flex:1 1 auto;font-weight:700}.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow){cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions{align-items:center;display:flex;flex:0 1 auto;flex-direction:row;gap:var(--ss-spacing-m);justify-content:center}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall{cursor:pointer;display:flex;flex:0 0 auto;flex-direction:row}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover{opacity:.5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path{stroke:var(--ss-error-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span{align-items:center;display:flex;flex:0 1 auto;font-size:60%;justify-content:center;padding:0 var(--ss-spacing-s) 0 0;text-align:center}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg{flex:0 1 auto;height:13px;width:13px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path{fill:none;stroke:var(--ss-success-color);stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child{stroke-width:5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child{stroke-width:11}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable{cursor:pointer;display:flex;flex:0 1 auto;flex-direction:row}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow{flex:1 1 auto;height:10px;width:10px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content .ss-list .ss-optgroup .ss-option{padding:var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l)*3)}.ss-content .ss-list .ss-option{color:var(--ss-font-color);cursor:pointer;display:block;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:normal}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:hover,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{background-color:var(--ss-primary-color);color:var(--ss-bg-color)}.ss-content .ss-list .ss-option.ss-disabled{background-color:var(--ss-disabled-color);cursor:not-allowed}.ss-content .ss-list .ss-option.ss-disabled:hover{color:var(--ss-font-color)}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:var(--ss-highlight-color);display:inline-block}.ss-main{border:1px solid #009dcc;border-radius:4px;color:#000;font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;height:48px;padding:5px 10px}@media (prefers-reduced-motion:no-preference){.ss-main{transition:border-color .3s cubic-bezier(.38,.01,0,1)}}.ss-main:hover{border-color:#0075a3}.ss-main:focus,.ss-main:hover{border-color:#003651;box-shadow:0 2px 5px rgba(0,0,0,.08)}.ss-main::-moz-placeholder{color:#798286}.ss-main::placeholder{color:#798286}.ss-content .ss-list{border:1px solid #003651}.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{background-color:#003651}.ss-content .ss-list .ss-option:hover{background-color:#009dcc}header{background:#009dcc;padding-bottom:50px}header .row{position:relative;z-index:6}header .row:first-child:has(.logoCol){padding-bottom:32px;padding-top:32px}header .row:first-child:has(.logoCol.gradient){padding-top:0}header .logoCol{border-bottom-right-radius:20px}header .logoCol.gradient{padding:13px 36px 13px 0}header .logoCol a{align-items:center;color:#fff;display:flex;gap:9px;text-decoration:none}@media (prefers-reduced-motion:no-preference){header .logoCol a{transition:color .3s cubic-bezier(.38,.01,0,1)}}.menuPanelOpened header .logoCol a{color:#fff}header .logoCol a .icon{height:46px;position:relative;width:46px}@media (min-width:992px){header .logoCol a .icon{height:48px;width:48px}}header .logoCol a .icon svg{height:100%;left:0;position:absolute;top:0;width:100%}@media (prefers-reduced-motion:no-preference){header .logoCol a .icon svg{transition:opacity .3s cubic-bezier(.38,.01,0,1)}}.menuPanelOpened header .logoCol a .icon svg.ecnp_icon,header .logoCol a .icon svg.ecnp_icon_dia{opacity:0}.menuPanelOpened header .logoCol a .icon svg.ecnp_icon_dia{opacity:1}header .logoCol a .text{display:inline-flex;flex-direction:column}header .logoCol a strong{font-size:1rem;font-weight:900;line-height:.9375rem;text-transform:uppercase}@media (min-width:992px){header .logoCol a strong{font-size:1.5rem;line-height:1.3}}header .logoCol a span{font-size:.6875rem;line-height:.875rem}@media (min-width:992px){header .logoCol a span{font-size:.9375rem;line-height:1.3}}header .logoCol a:has(>img){height:59px;width:212px}header nav.metaMenu{align-items:center;display:flex;gap:12px;justify-content:flex-end;margin-top:10px}header nav.metaMenu .button{height:40px}header nav.metaMenu .hamburgermenu svg.sprite{height:20px;width:20px}@media (prefers-reduced-motion:no-preference){header nav.metaMenu .hamburgermenu svg.sprite{animation-direction:normal;animation-duration:.3s;animation-fill-mode:forwards;animation-name:appear;animation-timing-function:cubic-bezier(.38,.01,0,1)}}header nav.metaMenu .hamburgermenu svg.icon_close,header nav.metaMenu .hamburgermenu.panelActive svg.icon_menu{display:none}header nav.metaMenu .hamburgermenu.panelActive svg.icon_close{display:block}header nav.mainMenu{display:none;gap:32px}@media (min-width:992px){header nav.mainMenu{display:inline-flex}}@media (min-width:1200px){header nav.mainMenu{gap:40px}}header nav.mainMenu a{color:#fff;font-weight:500;text-decoration:none}.menuPanelOpened header nav.mainMenu a{color:#009dcc}header nav.mainMenu a:focus,header nav.mainMenu a:hover{color:#eef8fc}.menuPanelOpened header nav.mainMenu a:focus,.menuPanelOpened header nav.mainMenu a:hover{color:#f8c1c7}header nav.mainMenu a.panelActive{color:#ee6472}header.congress{background:#fff;padding-bottom:0}header.congress .logoCol a{color:#009dcc}.menuPanelOpened header.congress .logoCol a{color:#fff}header.congress nav.metaMenu .hamburgermenu{--svgFill:#fff}header.congress nav.mainMenu a{color:#009dcc}.menuPanelOpened header.congress nav.mainMenu a{color:#fff}header.congress nav.mainMenu a:focus,header.congress nav.mainMenu a:hover{color:#003651}.menuPanelOpened header.congress nav.mainMenu a:focus,.menuPanelOpened header.congress nav.mainMenu a:hover{color:#f8c1c7}header.congress nav.mainMenu a.panelActive{color:#ee6472}.menuPanels{--panelHeight:0;background-color:#003651;background-image:url(/resources/patterns/brain.png);background-position:0 0;background-repeat:no-repeat;height:calc(var(--panelHeight) + var(--headerHeight));opacity:0;pointer-events:none;position:fixed;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;z-index:5}@media (prefers-reduced-motion:no-preference){.menuPanels{transition:all .3s cubic-bezier(.38,.01,0,1);transition-property:opacity,height}}.menuPanels:after{background:linear-gradient(110deg,rgba(0,54,81,.8),#003651 400px,#003651);content:"";display:block;height:100px;height:100%;position:absolute;width:100px;width:100%}.menuPanels:before{background:rgba(0,54,81,.3);content:"";display:none;height:100vh;height:var(--fullHeight);left:0;position:fixed;top:0;width:100%;z-index:-1}.menuPanels.panelActive{opacity:1;pointer-events:all;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.menuPanels.panelActive:before{display:block}.menuPanels .panel{background:transparent;left:0;max-height:100vh;max-height:var(--fullHeight);min-height:100vh;min-height:var(--fullHeight);opacity:0;overflow:auto;padding-bottom:30px;padding-top:calc(var(--headerHeight, 0) + 36px);pointer-events:none;position:fixed;top:0;transform:scale(.9);width:100%;z-index:4}@media (prefers-reduced-motion:no-preference){.menuPanels .panel{transition:all .3s cubic-bezier(.38,.01,0,1);transition-property:transform,opacity}}@media (min-width:992px){.menuPanels .panel{min-height:auto}}.menuPanels .panel.active{opacity:1;pointer-events:all;transform:none;z-index:9}.menuPanels .panel.replacer{transition-delay:.3s}.menuPanels .panel.replacer.floatingPanel{transition-delay:0s}.menuPanels .panel.replacing{z-index:8}.menuPanels .panel .row:has(.block){--bs-gutter-y:var(--breakpoint-gutter)}.menuPanels .panel [data-panel-close]{margin-top:20px}.menuPanels button.back,.menuPanels button[data-panel-close]{align-items:center;display:inline-flex;--fill:#fff;background:none;border:none;color:#fff;font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;gap:12px}.menuPanels button.back svg.sprite,.menuPanels button[data-panel-close] svg.sprite{height:24px;transform:scaleX(-1);width:24px}.menuPanels .block{background-color:#fff;border-radius:20px 20px 0;height:100%;padding:24px}.menuPanels .block .row{--bs-gutter-y:6px}.menuPanels .block .row a:not(.button){color:#009dcc;font-weight:500;text-decoration:none}.menuPanels .block .row a:not(.button):focus,.menuPanels .block .row a:not(.button):hover{color:#0075a3}.menuPanels .block .row a:not(.button).active{color:#ee6472}.menuPanels .block .row a:not(.button).active:focus,.menuPanels .block .row a:not(.button).active:hover{color:#c44a58}.menuPanels .block a.button{margin-top:12px}.menuPanels [data-panel=hamburger] .row{--bs-gutter-y:16px}.menuPanels [data-panel=hamburger] a{align-items:center;color:#fff;display:flex;gap:12px;--fill:#fff;background:#009dcc;border-radius:99px;font-weight:500;justify-content:space-between;padding:12px 24px;text-decoration:none}@media (prefers-reduced-motion:no-preference){.menuPanels [data-panel=hamburger] a{transition:background .3s cubic-bezier(.38,.01,0,1)}}.menuPanels [data-panel=hamburger] a svg{height:24px;width:24px}.menuPanels [data-panel=hamburger] a:focus,.menuPanels [data-panel=hamburger] a:hover{background:#0075a3}.menuPanels [data-panel=hamburger] a.registerButton{background:#ee6472;margin-bottom:16px}.menuPanels [data-panel=hamburger] a.myECNPButton{background:#fff;color:#009dcc;margin-bottom:16px;margin-top:-16px;--fill:#009dcc}.menuPanels button[data-panel-close]{padding:12px}.menuPanels h2{color:#ee6472;margin-bottom:8px}.button,button[type=submit],input[type=submit],label.button{--background:#009dcc;--backgroundActive:#0075a3;--foreground:#fff;--foregroundActive:#fff;--backgroundAccent:#0075a3;--backgroundAccentActive:#0075a3;--sidePadding:0px;align-items:center;background:var(--background);color:var(--foreground);display:inline-flex;--fill:var(--foreground);border:0 solid var(--foreground);border-radius:4px;font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;justify-content:center;justify-self:baseline;line-height:1;min-height:2.75rem;padding:16px calc(16px + var(--sidePadding));text-decoration:none}@media (prefers-reduced-motion:no-preference){.button,button[type=submit],input[type=submit],label.button{transition:all .3s cubic-bezier(.38,.01,0,1);transition-property:background-color,color,fill,stroke,outline-color,border-color}}.button:focus,.button:hover,button[type=submit]:focus,button[type=submit]:hover,input[type=submit]:focus,input[type=submit]:hover,label.button:focus,label.button:hover{background-color:var(--backgroundActive);color:var(--foregroundActive);fill:var(--foregroundActive);--fill:var(--foregroundActive);border-color:var(--foregroundActive);outline-color:var(--foregroundActive)}.button svg.sprite,button[type=submit] svg.sprite,input[type=submit] svg.sprite,label.button svg.sprite{height:14px;width:14px}.button svg.sprite:first-child:last-child,button[type=submit] svg.sprite:first-child:last-child,input[type=submit] svg.sprite:first-child:last-child,label.button svg.sprite:first-child:last-child{height:20px;width:20px}.button.stroke,button[type=submit].stroke,input[type=submit].stroke,label.button.stroke{--fill:initial;--stroke:var(--foreground)}.button.stroke:focus,.button.stroke:hover,button[type=submit].stroke:focus,button[type=submit].stroke:hover,input[type=submit].stroke:focus,input[type=submit].stroke:hover,label.button.stroke:focus,label.button.stroke:hover{fill:unset;--stroke:var(--foregroundActive)}.button:has(svg):not(:has(span)),button[type=submit]:has(svg):not(:has(span)),input[type=submit]:has(svg):not(:has(span)),label.button:has(svg):not(:has(span)){aspect-ratio:1/1;justify-content:center;padding-left:3px;padding-right:3px}.button[disabled],button[type=submit][disabled],input[type=submit][disabled],label.button[disabled]{opacity:.5;pointer-events:none}.button.fullWidth,button[type=submit].fullWidth,input[type=submit].fullWidth,label.button.fullWidth{aspect-ratio:auto;display:flex;width:100%}.button.fullWidth.spaceBetween,button[type=submit].fullWidth.spaceBetween,input[type=submit].fullWidth.spaceBetween,label.button.fullWidth.spaceBetween{justify-content:space-between}.button.wide,button[type=submit].wide,input[type=submit].wide,label.button.wide{--sidePadding:8px}.button.pill,button[type=submit].pill,input[type=submit].pill,label.button.pill{border-radius:999px}.button.secondary,button[type=submit].secondary,input[type=submit].secondary,label.button.secondary{border-width:2px;padding:14px calc(14px + var(--sidePadding));--background:#fff;--backgroundActive:#eef8fc;--foreground:#009dcc;--foregroundActive:#009dcc}.button.light,button[type=submit].light,input[type=submit].light,label.button.light{--background:#eef8fc;--backgroundActive:#99d8eb;--foreground:#009dcc;--foregroundActive:#009dcc}.button.red,button[type=submit].red,input[type=submit].red,label.button.red{--background:#ee6472;--backgroundActive:#c44a58;--backgroundAccent:#c44a58;--backgroundAccentActive:#c44a58}.button.red.secondary,button[type=submit].red.secondary,input[type=submit].red.secondary,label.button.red.secondary{--background:#fff;--backgroundActive:#fdeff1;--foreground:#ee6472;--foregroundActive:#ee6472}.button.redDark,button[type=submit].redDark,input[type=submit].redDark,label.button.redDark{--background:#c44a58;--backgroundActive:#63212c;--backgroundAccent:#63212c;--backgroundAccentActive:#63212c}.button.redDark.secondary,button[type=submit].redDark.secondary,input[type=submit].redDark.secondary,label.button.redDark.secondary{--background:#fdeff1;--backgroundActive:#fdeff1;--foreground:#ee6472;--foregroundActive:#c44a58}.button.purple,button[type=submit].purple,input[type=submit].purple,label.button.purple{--background:#8d64ee;--backgroundActive:#6a47bd;--backgroundAccent:#6a47bd;--backgroundAccentActive:#6a47bd}.button.purple.secondary,button[type=submit].purple.secondary,input[type=submit].purple.secondary,label.button.purple.secondary{--background:#fff;--backgroundActive:#f4effd;--foreground:#8d64ee;--foregroundActive:#8d64ee}.button.purpleDark,button[type=submit].purpleDark,input[type=submit].purpleDark,label.button.purpleDark{--background:#6a47bd;--backgroundActive:#34245b;--backgroundAccent:#34245b;--backgroundAccentActive:#34245b}.button.purpleDark.secondary,button[type=submit].purpleDark.secondary,input[type=submit].purpleDark.secondary,label.button.purpleDark.secondary{--background:#fff;--backgroundActive:#f4effd;--foreground:#8d64ee;--foregroundActive:#8d64ee}.button.green,button[type=submit].green,input[type=submit].green,label.button.green{--background:#00cc8d;--backgroundActive:#009e6e;--backgroundAccent:#009e6e;--backgroundAccentActive:#009e6e}.button.green.secondary,button[type=submit].green.secondary,input[type=submit].green.secondary,label.button.green.secondary{--background:#fff;--backgroundActive:#eefcf8;--foreground:#00cc8d;--foregroundActive:#00cc8d}.button.greenDark,button[type=submit].greenDark,input[type=submit].greenDark,label.button.greenDark{--background:#009e6e;--backgroundActive:#004d37;--backgroundAccent:#004d37;--backgroundAccentActive:#004d37}.button.greenDark.secondary,button[type=submit].greenDark.secondary,input[type=submit].greenDark.secondary,label.button.greenDark.secondary{--background:#fff;--backgroundActive:#eefcf8;--foreground:#00cc8d;--foregroundActive:#00cc8d}.button.orange,button[type=submit].orange,input[type=submit].orange,label.button.orange{--background:#cc7a00;--backgroundActive:#925801;--backgroundAccent:#925801;--backgroundAccentActive:#925801}.button.orange.secondary,button[type=submit].orange.secondary,input[type=submit].orange.secondary,label.button.orange.secondary{--background:#fff;--backgroundActive:#fcf6ee;--foreground:#cc7a00;--foregroundActive:#cc7a00}.button.orangeDark,button[type=submit].orangeDark,input[type=submit].orangeDark,label.button.orangeDark{--background:#925801;--backgroundActive:#5c3900;--backgroundAccent:#5c3900;--backgroundAccentActive:#5c3900}.button.orangeDark.secondary,button[type=submit].orangeDark.secondary,input[type=submit].orangeDark.secondary,label.button.orangeDark.secondary{--background:#fff;--backgroundActive:#fcf6ee;--foreground:#cc7a00;--foregroundActive:#cc7a00}.button.moss,button[type=submit].moss,input[type=submit].moss,label.button.moss{--background:#b1b100;--backgroundActive:#898901;--backgroundAccent:#898901;--backgroundAccentActive:#898901}.button.moss.secondary,button[type=submit].moss.secondary,input[type=submit].moss.secondary,label.button.moss.secondary{--background:#fff;--backgroundActive:#fafaef;--foreground:#b1b100;--foregroundActive:#b1b100}.button.mossDark,button[type=submit].mossDark,input[type=submit].mossDark,label.button.mossDark{--background:#898901;--backgroundActive:#4d4d00;--backgroundAccent:#4d4d00;--backgroundAccentActive:#4d4d00}.button.mossDark.secondary,button[type=submit].mossDark.secondary,input[type=submit].mossDark.secondary,label.button.mossDark.secondary{--background:#fff;--backgroundActive:#fafaef;--foreground:#b1b100;--foregroundActive:#b1b100}.heroBreadcrumb{align-items:center;display:flex;justify-content:space-between}.heroBreadcrumb ul{align-items:center;display:flex;flex-wrap:wrap;gap:5px}.heroBreadcrumb li{align-items:center;color:#009dcc;display:inline-flex;font-size:.875rem;font-weight:500}@media (min-width:768px){.heroBreadcrumb li:not(:last-child):after{content:"/";margin-left:5px}.heroBreadcrumb li{font-size:1rem}}@media (max-width:767.98px){.heroBreadcrumb li:not(:nth-last-child(2)){display:none}}.heroBreadcrumb svg.sprite{height:20px;width:20px;--svgFill:#009dcc;transform:translateY(-2px)}@media (min-width:768px){.heroBreadcrumb svg.sprite{display:none}}.heroBreadcrumb a{color:inherit;text-decoration:none}.heroBreadcrumb a:focus,.heroBreadcrumb a:hover{color:#009dcc}.heroBreadcrumb a.logout{color:#009dcc;font-size:1rem;font-weight:500}.heroBreadcrumb a.logout:focus,.heroBreadcrumb a.logout:hover{text-decoration:underline}section.heroHome{background-color:#009dcc;--defaultHeaderHeight:148px;box-sizing:content-box;display:flex;overflow-x:hidden}@media (min-width:768px){section.heroHome{min-height:600px}}section.heroHome .container{margin-bottom:80px;position:relative}@media (min-width:576px){section.heroHome .container{min-height:500px}}@media (min-width:768px){section.heroHome .container{min-height:520px}}@media (min-width:992px){section.heroHome .container{margin-top:40px;min-height:430px}}@media (min-width:1200px){section.heroHome .container{min-height:560px}}section.heroHome:has(.linksColumn .block) .container{margin-bottom:70px}section.heroHome .container>.row{height:100%}@media (min-width:992px){section.heroHome .backgroundColumn{position:relative}}section.heroHome .foregroundColumn{align-items:flex-end;display:flex;margin-left:-100%;position:relative;z-index:1}@media (min-width:992px){section.heroHome .row:has(.textColumn){margin-bottom:64px}}section.heroHome .textColumn{margin-bottom:40px}@media (min-width:576px){section.heroHome .textColumn{flex:0 0 auto;margin-left:12.5%;width:75%}}@media (min-width:768px){section.heroHome .textColumn{flex:0 0 auto;margin-left:10%;width:80%}}@media (min-width:992px){section.heroHome .textColumn{flex:0 0 auto;margin-bottom:0;margin-left:8.33333333%;width:50%}}section.heroHome .linksColumn{margin-bottom:-20px}@media (min-width:768px){section.heroHome .linksColumn{flex:0 0 auto;margin-left:10%;width:80%}}@media (min-width:992px){section.heroHome .linksColumn{flex:0 0 auto;margin-bottom:0;margin-left:0;width:41.66666667%}}@media (min-width:1200px){section.heroHome .linksColumn{flex:0 0 auto;margin-left:8.33333333%;width:33.33333333%}}section.heroHome .linksColumn a.button{font-size:1.125rem;font-weight:700}@media (min-width:992px){section.heroHome .linksColumn a.button{font-size:1.25rem}}section.heroHome .image{display:none;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}@media (min-width:992px){section.heroHome .image{border-radius:56px 0 0 56px;display:block;margin-left:calc(var(--bs-gutter-x)*.5);margin-right:0;width:calc(100% - var(--bs-gutter-x) + 10px)}}@media (min-width:1200px){section.heroHome .image{width:calc(100% - var(--bs-gutter-x) + 10px)}}@media (min-width:1400px){section.heroHome .image{margin-left:calc(var(--bs-gutter-x)*.5);width:calc(100% - var(--bs-gutter-x) + 10vw)}}@media screen and (min-width:1700px){section.heroHome .image{border-radius:56px 56px 0 56px;width:calc(100% - var(--bs-gutter-x))}}section.heroHome .image:after{background:linear-gradient(15deg,#000,transparent 50%,transparent);content:""}section.heroHome .image:after,section.heroHome img{height:100%;left:0;position:absolute;top:0;width:100%}section.heroHome img{-o-object-fit:cover;object-fit:cover}section.heroHome h1{font-weight:400}section.heroHome h1 strong{font-weight:700}section.heroHome:has(.image) h1{color:#fff}section.heroHome .block{background:#fff;border-radius:20px 20px 0;color:#009dcc;padding:20px}@media (min-width:992px){section.heroHome .block{padding:24px}}section.heroHome .block p{line-height:1.2;margin:0 16px}section.heroHome .block a{color:inherit;display:flex;justify-content:space-between;--background:$colorWhite;--fill:#009dcc}section.heroHome .block a svg.sprite{height:20px;width:20px}section.heroHome .block a.button:focus,section.heroHome .block a.button:hover{--backgroundActive:#eef8fc;--fill:#009dcc;color:#009dcc}section.heroHome .block ul:not(:first-child){margin-top:12px}section.heroHome.congress{background-color:unset;padding-left:unset;padding-right:unset}@media (max-width:767.98px){section.heroHome.congress{margin-top:calc(var(--headerHeight)*-1)}body:has(section.heroHome.congress) header .logoCol a .icon .ecnp_icon{opacity:0}body:has(section.heroHome.congress) header .logoCol a .icon .ecnp_icon_dia{opacity:1}section.heroHome.congress .container{padding-top:var(--headerHeight)}}section.heroHome.congress .image{display:block}section.heroHome.congress .block{background:#009dcc;color:#fff}section.heroHome.congress .block a{--background:$colorBlue;--fill:#fff;width:100%}section.hero{--defaultHeaderHeight:148px;background:#eef8fc;--paddingBottom:40px;margin-bottom:40px;padding-bottom:var(--paddingBottom)}section.hero a.button{margin-top:20px}section.hero .heroBreadcrumb{background-color:inherit;margin-bottom:16px;margin-top:60px;padding:0}section.hero h1{margin-bottom:16px}section.hero .umb-block-list{min-height:100%;position:relative}section.hero .umb-block-list:has(.blInpageNavigationMinimal){max-height:100%;min-height:unset}section.hero .blInpageNavigationMinimal .mobileToggle{display:none}section.hero .blInpageNavigationMinimal .block{background:#fff;border-radius:20px 20px 0;padding:32px}section.hero .blInpageNavigationMinimal a{align-items:center;color:#009dcc;display:flex;--fill:#009dcc;font-weight:700;justify-content:space-between;padding:10px 0;text-decoration:none}section.hero .blInpageNavigationMinimal a:focus svg.sprite,section.hero .blInpageNavigationMinimal a:hover svg.sprite{transform:rotate(45deg)}section.hero .blInpageNavigationMinimal svg.sprite{height:14px;width:14px}@media (prefers-reduced-motion:no-preference){section.hero .blInpageNavigationMinimal svg.sprite{transition:transform .3s cubic-bezier(.38,.01,0,1)}}section.hero .blMediaMinimal img{border-radius:var(--borderRadius);height:calc(100% + 60px);-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}section.hero:has(.blMediaMinimal){margin-bottom:100px}@media (max-width:991.98px){section.hero:has(.blMediaMinimal){margin-bottom:40px}}@media (max-width:991.98px){section.hero .blMediaMinimal{display:none}section.hero .blInpageNavigationMinimal{margin-top:24px;margin-top:48px}section.hero .blInpageNavigationMinimal .block{border-radius:0;margin-bottom:-40px;margin-left:-10px;margin-right:-10px;padding:0;z-index:2}section.hero .blInpageNavigationMinimal .block:before{background:#fff;border-bottom:1px solid #99d8eb;border-top:1px solid #99d8eb;content:"";height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:100vw;z-index:0}section.hero .blInpageNavigationMinimal .mobileToggle{align-items:center;color:#009dcc;cursor:pointer;display:flex;font-weight:700;gap:12px;justify-content:space-between;padding:12px;position:relative;z-index:2}section.hero .blInpageNavigationMinimal .mobileToggle input{height:.1px;left:-100vw;overflow:hidden;position:absolute;width:.1px;z-index:2}section.hero .blInpageNavigationMinimal .mobileToggle svg.sprite{position:relative;width:11px;z-index:2;--svgFill:#009dcc}section.hero .blInpageNavigationMinimal .mobileToggle input:checked~svg.sprite{transform:scaleY(-1)}section.hero .blInpageNavigationMinimal ul{display:none}}@media (max-width:991.98px) and (prefers-reduced-motion:no-preference){section.hero .blInpageNavigationMinimal ul{animation-direction:normal;animation-duration:.3s;animation-fill-mode:forwards;animation-name:appearFromTop;animation-timing-function:cubic-bezier(.38,.01,0,1)}}@media (max-width:991.98px){section.hero .blInpageNavigationMinimal .mobileToggle:has(input:checked)+ul{display:block;padding:0 12px}section.hero .blInpageNavigationMinimal span{-webkit-user-select:none;-moz-user-select:none;user-select:none}}@media (max-width:575.98px){section.hero .blInpageNavigationMinimal .block{margin-left:-32px;margin-right:-32px;padding:12px 20px}}section.hero.congress{background:#fcf6ee;margin-top:calc(var(--headerHeight, var(--defaultHeaderHeight))*-1);padding-top:var(--headerHeight,var(--defaultHeaderHeight))}section.hero:has(+main>.umb-block-list:first-child>.blFiftyFiftyBlocks:first-child){padding-bottom:calc(var(--paddingBottom) + 200px)}section.hero:has(+main>.umb-block-list:first-child>.blFiftyFiftyBlocks:first-child)+main>.umb-block-list:first-child{margin-top:-240px}section.blue{--titleColor:#009dcc}section.green{--titleColor:#00cc8d;--fill:#009e6e}section.moss{--titleColor:#b1b100;--fill:#898901}section.orange{--titleColor:#cc7a00;--fill:#925801}section.red{--titleColor:#ee6472;--fill:#c44a58}section.purple{--titleColor:#8d64ee;--fill:#6a47bd}section .titleCol{align-items:flex-end;display:flex;gap:40px;margin-bottom:24px}section .titleCol.blue h2{color:var(--titleColor,#009dcc)!important}section .titleCol.blue a{color:#009dcc;--fill:#009dcc}section .titleCol.blue:focus,section .titleCol.blue:hover{color:#0075a3;--fill:#0075a3}section .titleCol.green h2{color:var(--titleColor,#00cc8d)!important}section .titleCol.green a{color:#00cc8d;--fill:#00cc8d}section .titleCol.green:focus,section .titleCol.green:hover{color:#009e6e;--fill:#009e6e}section .titleCol.moss h2{color:var(--titleColor,#b1b100)!important}section .titleCol.moss a{color:#b1b100;--fill:#b1b100}section .titleCol.moss:focus,section .titleCol.moss:hover{color:#898901;--fill:#898901}section .titleCol.orange h2{color:var(--titleColor,#cc7a00)!important}section .titleCol.orange a{color:#cc7a00;--fill:#cc7a00}section .titleCol.orange:focus,section .titleCol.orange:hover{color:#925801;--fill:#925801}section .titleCol.red h2{color:var(--titleColor,#ee6472)!important}section .titleCol.red a{color:#ee6472;--fill:#ee6472}section .titleCol.red:focus,section .titleCol.red:hover{color:#c44a58;--fill:#c44a58}section .titleCol.purple h2{color:var(--titleColor,#8d64ee)!important}section .titleCol.purple a{color:#8d64ee;--fill:#8d64ee}section .titleCol.purple:focus,section .titleCol.purple:hover{color:#6a47bd;--fill:#6a47bd}section .titleCol h2{color:var(--titleColor,#009dcc);font-size:2rem;font-weight:500;line-height:1;margin-bottom:0!important}@media (min-width:1200px){section .titleCol h2{font-size:2.5rem}}section .titleCol a{color:#009dcc;--fill:#009dcc;font-size:1rem;font-weight:500;gap:8px;line-height:1.2;text-decoration:none}section .titleCol a:focus,section .titleCol a:hover{color:#0075a3;--fill:#0075a3}section .titleCol a svg.sprite{height:12px;width:14px}section .buttonCol{margin-top:32px}section.blQuote .block{border:3px solid #009dcc;border-radius:var(--borderRadius);padding:32px;position:relative}@media (min-width:992px){section.blQuote .block{padding:48px}}section.blQuote .quotee{color:#009dcc;display:inline-block;margin-top:10px}section.blQuote .quotee:before{content:"— "}section.blQuote .icon{align-items:center;background:#fff;display:inline-flex;justify-content:center;left:-11px;padding:8px;position:absolute;top:30px}@media (min-width:992px){section.blQuote .icon{left:-18px;padding:12px;top:42px}}section.blQuote svg.sprite{height:16px;width:21.14px;--svgFill:#009dcc}@media (min-width:992px){section.blQuote svg.sprite{height:22.6px;width:30px}}section.blCardSlider{overflow-x:hidden;--color:#009dcc}section.blCardSlider.blue,section.blCardSlider.green{--color:#00cc8d}section.blCardSlider.moss{--color:#b1b100}section.blCardSlider.orange{--color:#cc7a00}section.blCardSlider.red{--color:#ee6472}section.blCardSlider.purple{--color:#8d64ee}section.blCardSlider h2{color:var(--color)}.blCardGroup{--color:#009dcc}.blCardGroup.blue,.blCardGroup.green{--color:#00cc8d}.blCardGroup.moss{--color:#b1b100}.blCardGroup.orange{--color:#cc7a00}.blCardGroup.red{--color:#ee6472}.blCardGroup.purple{--color:#8d64ee}.blCardGroup h2{color:var(--color)}@media (min-width:576px){.blCardGroup{margin:0 12px}}section.blCTAPattern{margin-bottom:-40px;padding-bottom:100px;padding-top:100px!important;position:relative}@media (min-width:768px){section.blCTAPattern{background:no-repeat 100% url(/resources/patterns/matrix.svg);-webkit-mask:linear-gradient(0deg,hsla(0,0%,100%,0),#fff 15%,#fff 85%,hsla(0,0%,100%,0));mask:linear-gradient(0deg,hsla(0,0%,100%,0),#fff 15%,#fff 85%,hsla(0,0%,100%,0))}}section.blCTAPattern h2{color:#99d8eb;font-size:16px;text-transform:uppercase}section.blCTAPattern p{font-size:28px}section.blCTAPattern .actions{display:flex;flex-direction:column;gap:20px;margin-top:20px}section.blCTAPattern .actions .button{justify-content:space-between}@media (min-width:768px){section.blCTAPattern .actions{flex-direction:row}section.blCTAPattern .actions a{text-align:center}}.blCardMasonry .row{--bs-gutter-y:var(--breakpoint-gutter)}.blCardMasonry .row>*{display:flex}a.masonryCard{gap:0;--mainColor:#009dcc;--mainColorBackground:#eef8fc;--mainColorText:#003651}a.masonryCard.green{--mainColor:#00cc8d;--mainColorBackground:#eefcf8;--mainColorText:#004d37}a.masonryCard.moss{--mainColor:#b1b100;--mainColorBackground:#fafaef;--mainColorText:#4d4d00}a.masonryCard.orange{--mainColor:#cc7a00;--mainColorBackground:#fcf6ee;--mainColorText:#5c3900}a.masonryCard.red{--mainColor:#ee6472;--mainColorBackground:#fdeff1;--mainColorText:#63212c}a.masonryCard.purple{--mainColor:#8d64ee;--mainColorBackground:#f4effd;--mainColorText:#34245b}a.masonryCard:focus,a.masonryCard:hover{color:var(--mainColor)}a.masonryCard .badges .highlighted{--labelColor:#ee6472;background:var(--labelColor)}a.masonryCard .badges .highlighted.green{--labelColor:#00cc8d}a.masonryCard .badges .highlighted.moss{--labelColor:#b1b100}a.masonryCard .badges .highlighted.orange{--labelColor:#cc7a00}a.masonryCard .badges .highlighted.blue{--labelColor:#009dcc}a.masonryCard .badges .highlighted.purple{--labelColor:#8d64ee}a.masonryCard .badges .badge:not(.highlighted){color:var(--mainColor);--fill:var(--mainColor)}.masonryCard{align-items:flex-end;background:var(--mainColorBackground);border-radius:var(--borderRadius);color:var(--mainColorText);display:flex;flex-direction:row;height:100%;overflow:hidden;text-decoration:none;width:100%}.masonryCard .image{align-self:stretch;display:none;flex:1 1 50%;order:2}@media (min-width:1200px){.masonryCard .image{display:block}}.masonryCard .image picture{height:100%;width:100%}.masonryCard .image img{border-radius:var(--borderRadius);height:100%;min-height:280px;-o-object-fit:cover;object-fit:cover;width:100%}@media (min-width:1200px){.masonryCard .image img{min-height:300px}}.masonryCard .content{display:flex;flex:1 1 50%;flex-direction:column;height:100%;justify-content:flex-end;order:1;padding:24px}@media (min-width:992px){.masonryCard .content{padding:32px}}.masonryCard .badges{margin-bottom:auto}.masonryCard .badges+.text{margin-top:32px}.masonryCard .text{display:flex;flex-direction:column}.masonryCard .title{display:block;font-size:1.5rem;font-weight:700;line-height:1.1}.masonryCard .title:not(:last-child){margin-bottom:8px}.masonryCard .subtitle{color:var(--mainColor);display:block;font-size:1rem;font-weight:500;line-height:1.1}@media (min-width:992px){.masonryCard.highlighted{align-items:flex-start;flex-direction:column}}.masonryCard.highlighted .image{order:1}@media (min-width:768px){.masonryCard.highlighted .image{display:block}}.masonryCard.highlighted .text{order:2}section.blColouredCards{background-color:#009dcc;background-position:top;background-repeat:no-repeat;background-size:100%;display:flex;flex-direction:column;justify-content:flex-end;margin-top:40px;position:relative}section.blColouredCards:after{background:linear-gradient(215deg,rgba(0,40,56,0),rgba(0,40,56,0) 5%,#002838 45%,#002838);content:"";height:calc(100% - 50vw + 50px);left:0;position:absolute;top:0;width:100%}@media (min-width:768px){section.blColouredCards:after{display:none}}section.blColouredCards .backgroundImage{left:0;max-height:900px;overflow:hidden;position:absolute;top:0;width:100%}section.blColouredCards .backgroundImage:after{background:linear-gradient(270deg,rgba(0,44,61,0) 0,rgba(0,40,56,.949) 95%);content:"";display:none;height:100%;position:absolute;top:0;width:100%}@media (min-width:768px){section.blColouredCards .backgroundImage:after{display:block}}section.blColouredCards .backgroundImage img{-o-object-fit:cover;object-fit:cover;width:100%}.congress section.blColouredCards{background-color:#fff}.congress section.blColouredCards .backgroundImage{max-height:100%}@media (min-width:768px){.congress section.blColouredCards .backgroundImage{max-height:900px}}@media (min-width:1200px){section.blColouredCards{height:calc(45vw + 200px);max-height:1100px}}section.blColouredCards .container{padding-bottom:40px;padding-top:100px;z-index:1}@media (min-width:768px){section.blColouredCards .container{padding-top:0}}section.blColouredCards h2{color:#fff;font-size:40px;font-weight:400}@media (min-width:768px){section.blColouredCards h2{font-size:64px}}section.blColouredCards p{color:#fff;margin:10px 0}section.blColouredCards div.cards{display:flex;flex-wrap:wrap;gap:24px;margin-top:40px}@media (min-width:768px){section.blColouredCards div.cards{gap:40px}}section.blColouredCards a.colouredCard{align-items:start;border-radius:40px 40px 0 40px;color:#fff;display:flex;flex-basis:100%;flex-direction:column;gap:24px;overflow:hidden;padding:40px;position:relative;text-decoration:none}section.blColouredCards a.colouredCard:first-child:after{background-image:url(/resources/patterns/pattern1.svg);background-position:50%;content:"";height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%;z-index:0}section.blColouredCards a.colouredCard:nth-child(2):after{background-image:url(/resources/patterns/pattern2.svg);background-position:50%;content:"";height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%;z-index:0}section.blColouredCards a.colouredCard:nth-child(3):after{background-image:url(/resources/patterns/pattern3.svg);background-position:50%;content:"";height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%;z-index:0}section.blColouredCards a.colouredCard:nth-child(4):after{background-image:url(/resources/patterns/pattern4.svg);background-position:50%;content:"";height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%;z-index:0}@media (min-width:768px){section.blColouredCards a.colouredCard{flex-basis:calc(50% - 20px);gap:30px}}@media (min-width:1200px){section.blColouredCards a.colouredCard{flex-basis:calc(25% - 30px)}}section.blColouredCards a.colouredCard .label{background-color:#fff;border-radius:100px;font-size:14px;font-weight:900;padding:8px 12px}@media (min-width:768px){section.blColouredCards a.colouredCard .label{font-weight:500}}section.blColouredCards a.colouredCard .button,section.blColouredCards a.colouredCard .label,section.blColouredCards a.colouredCard svg{z-index:1}section.blColouredCards a.colouredCard strong{display:block;font-size:32px;line-height:35px}@media (min-width:768px){section.blColouredCards a.colouredCard strong{font-size:40px;line-height:48px}}section.blColouredCards a.colouredCard svg{background-color:#fff;border-radius:50%;height:40px;padding:10px;width:40px}@media (min-width:768px){section.blColouredCards a.colouredCard svg{margin-left:auto}}section.blColouredCards a.colouredCard.green{background-color:#00cc8d}section.blColouredCards a.colouredCard.green .label{color:#00cc8d}section.blColouredCards a.colouredCard.green svg{--svgFill:#00cc8d}section.blColouredCards a.colouredCard.moss{background-color:#898901}section.blColouredCards a.colouredCard.moss .label{color:#898901}section.blColouredCards a.colouredCard.moss svg{--svgFill:#898901}section.blColouredCards a.colouredCard.purple{background-color:#8d64ee}section.blColouredCards a.colouredCard.purple .label{color:#8d64ee}section.blColouredCards a.colouredCard.purple svg{--svgFill:#8d64ee}section.blColouredCards a.colouredCard.orange{background-color:#cc7a00}section.blColouredCards a.colouredCard.orange .label{color:#cc7a00}section.blColouredCards a.colouredCard.orange svg{--svgFill:#cc7a00}section.blNumberedCards .numberedCard{background-color:#fcf6ee;border-radius:40px 40px 0 40px;display:flex;gap:24px;margin-bottom:16px;padding:24px}@media (min-width:768px){section.blNumberedCards .numberedCard{height:calc(100% - 40px);margin-bottom:40px;padding:40px}}section.blNumberedCards .numberedCard .number{background-color:#ee6472;border-radius:50%;color:#fff;display:block;flex:0 0 40px;font-size:24px;font-weight:500;height:40px;text-align:center}@media (min-width:768px){section.blNumberedCards .numberedCard .number{font-weight:500}}section.blTitleAndTextCards{background-color:#009dcc;margin-top:40px;padding-bottom:40px}section.blTitleAndTextCards h2{color:#fff}section.blTitleAndTextCards ul{display:flex;flex-wrap:wrap;gap:16px}@media (min-width:768px){section.blTitleAndTextCards ul{flex-direction:row;gap:42px}}section.blTitleAndTextCards ul li{background-color:#fff;border-radius:20px 20px 0 20px;color:#009dcc;flex-basis:100%;flex-grow:1;font-size:20px;padding:20px 24px}@media (min-width:576px){section.blTitleAndTextCards ul li{flex-basis:calc(50% - 8px)}}@media (min-width:768px){section.blTitleAndTextCards ul li{flex-basis:unset}}section.blTitleAndTextCards ul li .title{display:block;font-size:40px;font-weight:700;line-height:1em}.congress section.blTitleAndTextCards{background-color:unset}.congress section.blTitleAndTextCards h2{color:#ee6472}.congress section.blTitleAndTextCards ul li{background-color:unset;border-radius:0;color:#000;flex-basis:calc(50% - 8px);padding:0}@media (min-width:768px){.congress section.blTitleAndTextCards ul li{flex-basis:unset}}.blButtonGroup .textCol{font-size:1.75rem;line-height:1.33;margin-bottom:48px}.blButtonGroup .textCol strong{color:#009dcc}.blButtonGroup .buttonRow{--bs-gutter-y:24px}.blButtonGroup .button{min-height:60px}.blButtonGroup .button svg.sprite{height:18x;width:18px}section.blFiftyFiftyBlocks{--color:#009dcc;--light:#eef8fc;--dark:#003651}section.blFiftyFiftyBlocks .row{--bs-gutter-y:var(--breakpoint-gutter)}section.blFiftyFiftyBlocks.green{--color:#00cc8d;--light:#eefcf8;--dark:#004d37}section.blFiftyFiftyBlocks.moss{--color:#b1b100;--light:#fafaef;--dark:#4d4d00}section.blFiftyFiftyBlocks.orange{--color:#cc7a00;--light:#fcf6ee;--dark:#5c3900}section.blFiftyFiftyBlocks.red{--color:#ee6472;--light:#fdeff1;--dark:#63212c}section.blFiftyFiftyBlocks.purple{--color:#8d64ee;--light:#f4effd;--dark:#34245b}section.blFiftyFiftyBlocks .block{--titleColor:#fff;--textColor:#fff;background:var(--color);border:2px solid;border-color:var(--color);border-radius:20px 20px 0;color:var(--textColor);display:flex;flex-direction:column;height:100%;padding:32px 24px}@media (min-width:992px){section.blFiftyFiftyBlocks .block{padding:40px}}section.blFiftyFiftyBlocks .block.secondary{background:var(--light);--titleColor:var(--color);--textColor:var(--dark)}section.blFiftyFiftyBlocks .block h2{color:var(--titleColor);font-weight:400}section.blFiftyFiftyBlocks .block h2 strong{font-weight:700}.cmOfficeApplication .tab-content .tab-pane section.blFiftyFiftyBlocks .block :has(>p),section.blFiftyFiftyBlocks .block .cmOfficeApplication .tab-content .tab-pane :has(>p),section.blFiftyFiftyBlocks .block .rt{color:var(--text)}.cmOfficeApplication .tab-content .tab-pane section.blFiftyFiftyBlocks .block :not(:last-child):has(>p),section.blFiftyFiftyBlocks .block .cmOfficeApplication .tab-content .tab-pane :not(:last-child):has(>p),section.blFiftyFiftyBlocks .block .rt:not(:last-child){margin-bottom:16px}@media (min-width:992px){.cmOfficeApplication .tab-content .tab-pane section.blFiftyFiftyBlocks .block :not(:last-child):has(>p),section.blFiftyFiftyBlocks .block .cmOfficeApplication .tab-content .tab-pane :not(:last-child):has(>p),section.blFiftyFiftyBlocks .block .rt:not(:last-child){margin-bottom:32px}}section.blFiftyFiftyBlocks .block .actions{align-items:stretch;display:flex;flex-direction:column;gap:16px;margin-top:auto}@media (min-width:1200px){section.blFiftyFiftyBlocks .block .actions{align-items:center;flex-direction:row}}section.blFiftyFiftyBlocks .block .actions .button.secondary{--background:var(--light);--backgroundActive:#fff}section.blFiftyFiftyBlocks .block.primary .actions .button{border-width:2px}section.blFiftyFiftyBlocks .block.primary .actions .button:not(.secondary){padding-bottom:13px;padding-top:13px}section.blFiftyFiftyBlocks .block.primary .actions .button.secondary{color:var(--color)}section.blFiftyFiftyBlocks .block.primary a{color:#fff}section.blCtaImage{--color:#ee6472;--light:#fcf6ee;--dark:#003651}section.blCtaImage picture{height:100%;position:relative;width:100%}section.blCtaImage img{border-radius:var(--borderRadius);display:block;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}section.blCtaImage .block{align-items:flex-start;background:var(--light);border-radius:var(--borderRadius);display:flex;flex-direction:column;gap:24px;padding:20px}@media (min-width:768px){section.blCtaImage .block{padding:40px}}section.blCtaImage .title{color:var(--color);margin-bottom:0}.cmOfficeApplication .tab-content .tab-pane section.blCtaImage :has(>p),section.blCtaImage .cmOfficeApplication .tab-content .tab-pane :has(>p),section.blCtaImage .rt{color:var(--dark);font-size:1.25rem;line-height:1.6}section.blCtaImage .button.secondary{--background:var(--light);--backgroundActive:#fff}section.BLeventList .cardWrapper{height:100%;min-height:auto}section.BLeventList .badge+*{margin-top:35px}section.blStream .vimeo-video{aspect-ratio:16/9;position:relative;width:100%}section.blStream .vimeo-video iframe{height:100%;left:0;position:absolute;top:0;width:100%}section.blStream .slido-widget{height:100%;margin-top:20px}@media (min-width:992px){section.blStream .slido-widget{margin-top:0}}section.blStream .slido-widget>iframe{border-radius:20px 20px 0 20px;height:90vh}@media (min-width:992px){section.blStream .slido-widget>iframe{height:100%}}.appLink h3{font-weight:700;padding-bottom:12px}.appLink .links{display:flex;flex-direction:column;gap:24px}.appLink .links:not(:first-child){margin-top:24px}@media (min-width:768px){.appLink .links{flex-direction:row}}.appLink .links a{margin:0!important}.appLink .links img{height:40px}.appLink+.appLink{margin-top:36px}.blCMCertificates ul,.blCMEmails ul{display:flex;flex-direction:column;gap:12px}.blCMCertificates li,.blCMEmails li{align-items:baseline;display:flex;padding-left:24px;position:relative}.blCMCertificates li:before,.blCMEmails li:before{background:#003651;border-radius:50%;content:"";display:inline-block;flex:0 0 8px;height:8px;margin-right:8px;transform:translateY(-3px);width:8px}.blCMCertificates a,.blCMEmails a{display:inline-flex;gap:12px;--fill:currentColor;font-weight:500;text-decoration:none}.blCMCertificates a svg.sprite,.blCMEmails a svg.sprite{flex:0 0 24px;height:24px;width:24px}#cmspg-session-details-presentation-list blockquote .media:has(.media-left){display:flex}#cmspg-session-details-presentation-list blockquote .media:has(.media-left) .media-left{flex:0 0 70px}section.blCMReviewPages iframe{height:1000px;width:100%}section.blNavigationBlocks{--color:#009dcc;--colorAccent:#eef8fc;--colorActive:#0075a3}section.blNavigationBlocks.red{--color:#ee6472;--colorAccent:#fdeff1;--colorActive:#c44a58}section.blNavigationBlocks.purple{--color:#8d64ee;--colorAccent:#f4effd;--colorActive:#6a47bd}section.blNavigationBlocks.green{--color:#00cc8d;--colorAccent:#eefcf8;--colorActive:#009e6e}section.blNavigationBlocks.orange{--color:#cc7a00;--colorAccent:#fcf6ee;--colorActive:#925801}section.blNavigationBlocks.moss{--color:#b1b100;--colorAccent:#fafaef;--colorActive:#898901}section.blNavigationBlocks .titleCol h2{color:var(--color)}section.blNavigationBlocks .blockRow{--bs-gutter-y:var(--breakpoint-gutter)}section.blNavigationBlocks .block{align-items:center;background:var(--colorAccent);border-radius:var(--borderRadius);color:var(--color);display:flex;flex-direction:column;font-size:1.125rem;font-weight:500;gap:16px;height:100%;justify-content:flex-start;line-height:1.2;padding:32px 24px;text-align:center;text-decoration:none}section.blNavigationBlocks .block .icon{background-color:var(--color);display:inline-block;height:32px;-webkit-mask-image:var(--svg-url);mask-image:var(--svg-url);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:32px}@media (prefers-reduced-motion:no-preference){section.blNavigationBlocks .block .icon{transition:background .3s cubic-bezier(.38,.01,0,1)}}section.blNavigationBlocks .block:focus,section.blNavigationBlocks .block:hover{color:var(--colorActive)}section.blNavigationBlocks .block:focus .icon,section.blNavigationBlocks .block:hover .icon{background-color:var(--colorActive)}body form:not(.cmOfficeApplication form) input{width:100%}body form:not(.cmOfficeApplication form) input[type=button],body form:not(.cmOfficeApplication form) input[type=checkbox],body form:not(.cmOfficeApplication form) input[type=image],body form:not(.cmOfficeApplication form) input[type=radio],body form:not(.cmOfficeApplication form) input[type=reset],body form:not(.cmOfficeApplication form) input[type=submit]{width:auto}body form:not(.cmOfficeApplication form) select,body form:not(.cmOfficeApplication form) textarea{width:100%}body form:not(.cmOfficeApplication form) input[type=email],body form:not(.cmOfficeApplication form) input[type=file],body form:not(.cmOfficeApplication form) input[type=number],body form:not(.cmOfficeApplication form) input[type=password],body form:not(.cmOfficeApplication form) input[type=phone],body form:not(.cmOfficeApplication form) input[type=search],body form:not(.cmOfficeApplication form) input[type=tel],body form:not(.cmOfficeApplication form) input[type=text],body form:not(.cmOfficeApplication form) input[type=url],body form:not(.cmOfficeApplication form) textarea{border:1px solid #009dcc;border-radius:4px;font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;height:48px;padding:5px 10px}@media (prefers-reduced-motion:no-preference){body form:not(.cmOfficeApplication form) input[type=email],body form:not(.cmOfficeApplication form) input[type=file],body form:not(.cmOfficeApplication form) input[type=number],body form:not(.cmOfficeApplication form) input[type=password],body form:not(.cmOfficeApplication form) input[type=phone],body form:not(.cmOfficeApplication form) input[type=search],body form:not(.cmOfficeApplication form) input[type=tel],body form:not(.cmOfficeApplication form) input[type=text],body form:not(.cmOfficeApplication form) input[type=url],body form:not(.cmOfficeApplication form) textarea{transition:border-color .3s cubic-bezier(.38,.01,0,1)}}body form:not(.cmOfficeApplication form) input[type=email]:hover,body form:not(.cmOfficeApplication form) input[type=file]:hover,body form:not(.cmOfficeApplication form) input[type=number]:hover,body form:not(.cmOfficeApplication form) input[type=password]:hover,body form:not(.cmOfficeApplication form) input[type=phone]:hover,body form:not(.cmOfficeApplication form) input[type=search]:hover,body form:not(.cmOfficeApplication form) input[type=tel]:hover,body form:not(.cmOfficeApplication form) input[type=text]:hover,body form:not(.cmOfficeApplication form) input[type=url]:hover,body form:not(.cmOfficeApplication form) textarea:hover{border-color:#0075a3}body form:not(.cmOfficeApplication form) input[type=email]:focus,body form:not(.cmOfficeApplication form) input[type=email]:hover,body form:not(.cmOfficeApplication form) input[type=file]:focus,body form:not(.cmOfficeApplication form) input[type=file]:hover,body form:not(.cmOfficeApplication form) input[type=number]:focus,body form:not(.cmOfficeApplication form) input[type=number]:hover,body form:not(.cmOfficeApplication form) input[type=password]:focus,body form:not(.cmOfficeApplication form) input[type=password]:hover,body form:not(.cmOfficeApplication form) input[type=phone]:focus,body form:not(.cmOfficeApplication form) input[type=phone]:hover,body form:not(.cmOfficeApplication form) input[type=search]:focus,body form:not(.cmOfficeApplication form) input[type=search]:hover,body form:not(.cmOfficeApplication form) input[type=tel]:focus,body form:not(.cmOfficeApplication form) input[type=tel]:hover,body form:not(.cmOfficeApplication form) input[type=text]:focus,body form:not(.cmOfficeApplication form) input[type=text]:hover,body form:not(.cmOfficeApplication form) input[type=url]:focus,body form:not(.cmOfficeApplication form) input[type=url]:hover,body form:not(.cmOfficeApplication form) textarea:focus,body form:not(.cmOfficeApplication form) textarea:hover{border-color:#003651;box-shadow:0 2px 5px rgba(0,0,0,.08)}body form:not(.cmOfficeApplication form) input[type=email]::-moz-placeholder, body form:not(.cmOfficeApplication form) input[type=file]::-moz-placeholder, body form:not(.cmOfficeApplication form) input[type=number]::-moz-placeholder, body form:not(.cmOfficeApplication form) input[type=password]::-moz-placeholder, body form:not(.cmOfficeApplication form) input[type=phone]::-moz-placeholder, body form:not(.cmOfficeApplication form) input[type=search]::-moz-placeholder, body form:not(.cmOfficeApplication form) input[type=tel]::-moz-placeholder, body form:not(.cmOfficeApplication form) input[type=text]::-moz-placeholder, body form:not(.cmOfficeApplication form) input[type=url]::-moz-placeholder, body form:not(.cmOfficeApplication form) textarea::-moz-placeholder{color:#798286}body form:not(.cmOfficeApplication form) input[type=email]::placeholder,body form:not(.cmOfficeApplication form) input[type=file]::placeholder,body form:not(.cmOfficeApplication form) input[type=number]::placeholder,body form:not(.cmOfficeApplication form) input[type=password]::placeholder,body form:not(.cmOfficeApplication form) input[type=phone]::placeholder,body form:not(.cmOfficeApplication form) input[type=search]::placeholder,body form:not(.cmOfficeApplication form) input[type=tel]::placeholder,body form:not(.cmOfficeApplication form) input[type=text]::placeholder,body form:not(.cmOfficeApplication form) input[type=url]::placeholder,body form:not(.cmOfficeApplication form) textarea::placeholder{color:#798286}body form:not(.cmOfficeApplication form) .checkbox input,body form:not(.cmOfficeApplication form) .checkboxlist input,body form:not(.cmOfficeApplication form) .radiobuttonlist input{left:-100vw;position:absolute}body form:not(.cmOfficeApplication form) .checkbox input:hover+label:before,body form:not(.cmOfficeApplication form) .checkboxlist input:hover+label:before,body form:not(.cmOfficeApplication form) .radiobuttonlist input:hover+label:before{border-color:#0075a3}body form:not(.cmOfficeApplication form) .checkbox label,body form:not(.cmOfficeApplication form) .checkboxlist label,body form:not(.cmOfficeApplication form) .radiobuttonlist label{font-weight:400;margin-bottom:4px;padding-left:34px;position:relative}body form:not(.cmOfficeApplication form) .checkbox label:after,body form:not(.cmOfficeApplication form) .checkbox label:before,body form:not(.cmOfficeApplication form) .checkboxlist label:after,body form:not(.cmOfficeApplication form) .checkboxlist label:before,body form:not(.cmOfficeApplication form) .radiobuttonlist label:after,body form:not(.cmOfficeApplication form) .radiobuttonlist label:before{content:"";display:block;height:20px;margin-top:1px;position:absolute;width:20px}body form:not(.cmOfficeApplication form) .checkbox label:before,body form:not(.cmOfficeApplication form) .checkboxlist label:before,body form:not(.cmOfficeApplication form) .radiobuttonlist label:before{border:1px solid #009dcc;left:0;top:4px}@media (prefers-reduced-motion:no-preference){body form:not(.cmOfficeApplication form) .checkbox label:before,body form:not(.cmOfficeApplication form) .checkboxlist label:before,body form:not(.cmOfficeApplication form) .radiobuttonlist label:before{transition:border-color .3s cubic-bezier(.38,.01,0,1)}}body form:not(.cmOfficeApplication form) .checkbox label:after,body form:not(.cmOfficeApplication form) .checkboxlist label:after,body form:not(.cmOfficeApplication form) .radiobuttonlist label:after{background:#009dcc;left:1px;opacity:0;top:5px;transform:scale(.5)}@media (prefers-reduced-motion:no-preference){body form:not(.cmOfficeApplication form) .checkbox label:after,body form:not(.cmOfficeApplication form) .checkboxlist label:after,body form:not(.cmOfficeApplication form) .radiobuttonlist label:after{transition:all .3s cubic-bezier(.38,.01,0,1);transition-property:opacity,transform}}body form:not(.cmOfficeApplication form) .checkbox input:checked+label:after,body form:not(.cmOfficeApplication form) .checkboxlist input:checked+label:after,body form:not(.cmOfficeApplication form) .radiobuttonlist input:checked+label:after{opacity:1;transform:scale(.65)}body form:not(.cmOfficeApplication form) .checkboxlist label:after,body form:not(.cmOfficeApplication form) .checkboxlist label:before{border-radius:4px}body form:not(.cmOfficeApplication form) .radiobuttonlist label:after,body form:not(.cmOfficeApplication form) .radiobuttonlist label:before{border-radius:100px}body form:not(.cmOfficeApplication form) textarea{min-height:120px}body form:not(.cmOfficeApplication form) label{font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500}body form:not(.cmOfficeApplication form) input.input-validation-error,body form:not(.cmOfficeApplication form) select.input-validation-error,body form:not(.cmOfficeApplication form) textarea.input-validation-error{border-color:#ee6472}body form:not(.cmOfficeApplication form) span.field-validation-error{color:#ee6472;display:inline-block}@media (prefers-reduced-motion:no-preference){body form:not(.cmOfficeApplication form) span.field-validation-error{animation-direction:normal;animation-duration:.3s;animation-fill-mode:forwards;animation-name:apear;animation-timing-function:cubic-bezier(.38,.01,0,1)}}body form:not(.cmOfficeApplication form) label{cursor:pointer;display:inline-block}body form:not(.cmOfficeApplication form) legend{display:none!important}body form:not(.cmOfficeApplication form) .row{margin-bottom:20px}body form:not(.cmOfficeApplication form) .row:last-child{margin-bottom:0}body form:not(.cmOfficeApplication form) .hidden{display:none}body form:not(.cmOfficeApplication form) .submitRow{align-items:center}@media (min-width:768px){body form:not(.cmOfficeApplication form) .submitRow>:nth-of-type(2){align-items:center;justify-content:flex-end;text-align:right}}body form:not(.cmOfficeApplication form) .idealText{align-items:center;display:inline-flex}body form:not(.cmOfficeApplication form) .idealText svg.sprite{margin-left:10px}body form:not(.cmOfficeApplication form) .invalid-red{color:#ee6472}body form:not(.cmOfficeApplication form) .exhibitionForm legend{color:#009dcc;display:block!important;font-size:1.5rem;font-weight:500;letter-spacing:1;line-height:1.1}@media (min-width:768px){body form:not(.cmOfficeApplication form) .exhibitionForm legend{font-size:1.75rem;line-height:1.1}}@media (min-width:992px){body form:not(.cmOfficeApplication form) .exhibitionForm legend{font-size:2rem;line-height:1.2}}@media (min-width:1200px){body form:not(.cmOfficeApplication form) .exhibitionForm legend{font-size:2rem;letter-spacing:1.1}}body form:not(.cmOfficeApplication form) .exhibitionForm label{margin-top:.625rem}body form:not(.cmOfficeApplication form) .exhibitionForm h3{font-size:1.25rem;line-height:1.2}@media (min-width:992px){body form:not(.cmOfficeApplication form) .exhibitionForm h3{font-size:1.375rem;line-height:1.3}}@media (min-width:1200px){body form:not(.cmOfficeApplication form) .exhibitionForm h3{font-size:1.625rem;line-height:1.4}}body form:not(.cmOfficeApplication form) .exhibitionForm h3:not(.noBorder){border-top:2px dotted #003651;margin-top:3.75rem;padding-bottom:1.25rem;padding-top:1.875rem}body form:not(.cmOfficeApplication form) .exhibitionForm legend+h3{border:0;margin-top:0}body form:not(.cmOfficeApplication form) .exhibitionForm button[type=submit]{display:block;margin-top:1.875rem}body form:not(.cmOfficeApplication form) .exhibitionForm i{display:block;font-size:16px;font-style:italic;font-weight:400;margin-top:5px}body form:not(.cmOfficeApplication form) .exhibitionForm i+i{margin-top:10px}body form:not(.cmOfficeApplication form) .exhibitionForm fieldset:has(.stand){margin-bottom:20px}body form:not(.cmOfficeApplication form) .exhibitionForm fieldset:has(.stand) .divider{height:20px}body form:not(.cmOfficeApplication form) .exhibitionForm fieldset:has(.stand) input:checked+label .extraDetails{max-height:1000px}body form:not(.cmOfficeApplication form) .exhibitionForm fieldset:has(.stand) div.extraDetails{display:block;font-size:16px;font-weight:400;height:auto;max-height:0;overflow:hidden;transition:max-height .5s ease-in-out}body form:not(.cmOfficeApplication form) .exhibitionForm fieldset:has(.stand) div.extraDetails div{display:block}body form:not(.cmOfficeApplication form) .exhibitionForm fieldset:has(.stand) div.extraDetails input{text-align:center;width:50px}body form:not(.cmOfficeApplication form) .exhibitionForm fieldset:has(.stand) div.extraDetails span{display:inline-block}body form:not(.cmOfficeApplication form) .exhibitionForm fieldset:has(.stand) div.extraDetails strong span{font-weight:500}body form:not(.cmOfficeApplication form) .exhibitionForm fieldset:has(.stand) div{align-items:flex-start;display:flex;gap:8px}body form:not(.cmOfficeApplication form) .exhibitionForm fieldset:has(.stand) div input{margin-top:17px}body form:not(.cmOfficeApplication form) .exhibitionForm fieldset:has(.stand) div label span{display:block;font-size:16px;font-weight:400}body form:not(.cmOfficeApplication form) .exhibitionForm fieldset:has(.stand) div label span.stand{font-weight:500}body form:not(.cmOfficeApplication form) .exhibitionForm .preferedLocation{display:flex;flex-direction:column;gap:0 20px;justify-content:space-between}@media (min-width:768px){body form:not(.cmOfficeApplication form) .exhibitionForm .preferedLocation{flex-direction:row}}@media (min-width:1200px){body form:not(.cmOfficeApplication form) .exhibitionForm .preferedLocation{justify-content:flex-start}body form:not(.cmOfficeApplication form) .exhibitionForm .preferedLocation input{display:block;max-width:150px}}body form:not(.cmOfficeApplication form) .exhibitionForm .preferedLocation label{font-size:16px}.umbraco-forms-field .umbraco-forms-indicator{color:#ee6472}.umbraco-forms-field+.umbraco-forms-field{margin-top:20px}.umbraco-forms-field .umbraco-forms-label{margin-bottom:5px}.umbraco-forms-caption{color:#009dcc;font-size:2rem;font-weight:500;line-height:1.1;margin-bottom:12px}.umbraco-forms-tooltip{color:#798286;font-size:90%;margin-left:5px}.umbraco-forms-navigation{margin-top:40px}.umbraco-forms-navigation .button{--background:#fff;--foreground:#cc7a00;--background:#afb4b6;--backgroundAccent:#cc7a00;--backgroundActive:#cc7a00;--backgroundAccentActive:#cc7a00;border:2px solid var(--backgroundAccent);border-radius:2px}.cardWrapper{align-items:flex-start;height:100%;min-height:400px;text-decoration:none;width:100%;--mainColor:#009dcc;--mainColorActive:#0075a3;flex-direction:column-reverse}@media (min-width:768px){.cardWrapper{flex-direction:row}}.cardWrapper.green{--mainColor:#00cc8d;--mainColorActive:#009e6e}.cardWrapper.moss{--mainColor:#b1b100;--mainColorActive:#898901}.cardWrapper.orange{--mainColor:#cc7a00;--mainColorActive:#925801}.cardWrapper.red{--mainColor:#ee6472;--mainColorActive:#c44a58}.cardWrapper.purple{--mainColor:#8d64ee;--mainColorActive:#6a47bd}.cardWrapper.white{--mainColor:#fff;--mainColorActive:#009dcc}.cardWrapper .card{align-items:flex-end;background:var(--mainColor,#eef8fc);border-radius:var(--borderRadius);color:#fff;display:flex;flex-direction:row;gap:0;height:100%;overflow:hidden;position:relative;text-decoration:none;width:100%;--fill:#fff}.cardWrapper .card .image{overflow:hidden}.cardWrapper .card .image,.cardWrapper .card .image img,.cardWrapper .card .image:after{border-radius:var(--borderRadius);height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.cardWrapper .card .image:after{background:linear-gradient(25deg,#000,transparent 50%,transparent);content:"";display:block}.cardWrapper .card img{-o-object-fit:cover;object-fit:cover}.cardWrapper .card .content{align-self:stretch;display:flex;flex:1 1;flex-direction:column;gap:8px;justify-content:flex-end;padding:40px;position:relative}.cardWrapper .card .content:has(+.linkIndicator){padding-right:26px}.cardWrapper .card .badge{align-self:flex-start;background:var(--badgeColor,var(--mainColor));color:#fff;margin-bottom:auto}.cardWrapper .card .badge.blue{--badgeColor:#009dcc}.cardWrapper .card .badge.green{--badgeColor:#00cc8d}.cardWrapper .card .badge.moss{--badgeColor:#b1b100}.cardWrapper .card .badge.orange{--badgeColor:#cc7a00}.cardWrapper .card .badge.red{--badgeColor:#ee6472}.cardWrapper .card .badge.purple{--badgeColor:#8d64ee}.cardWrapper .card .title{font-size:1.5rem;font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:1.1;word-break:break-word}.cardWrapper .card .title:last-child{font-size:1.875rem}@media (min-width:992px){.cardWrapper .card .title:last-child{font-size:2.5rem}}.cardWrapper .card p{font-size:1rem;line-height:1.2}.cardWrapper .card .linkIndicator{background:var(--mainColor);border-radius:16px 0 0;display:grid;flex:0 0 50px;height:100px;place-items:center;position:relative;width:50px}@media (prefers-reduced-motion:no-preference){.cardWrapper .card .linkIndicator{transition:background-color .3s cubic-bezier(.38,.01,0,1)}}.cardWrapper .card .linkIndicator svg.sprite{max-height:16px;width:16px}.cardWrapper .card .icon{align-items:flex-start;display:flex;height:96px;justify-content:flex-start;left:-24px;position:absolute;top:-24px;width:96px}.cardWrapper .card .icon img{height:auto;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;width:auto}.cardWrapper .card:focus,.cardWrapper .card:hover{color:#fff}.cardWrapper .card:focus .linkIndicator,.cardWrapper .card:hover .linkIndicator{background-color:var(--mainColorActive)}.cardWrapper .card.blCardStatistics .content{font-size:1.5rem;gap:40px;justify-content:flex-start;line-height:1.2;padding:40px 32px}.cardWrapper .card.blCardStatistics .title{font-size:2rem;line-height:1.1}.cardWrapper .card.blCardStatistics table{width:100%}.cardWrapper .card.blCardStatistics table td:last-child{font-weight:700;text-align:right}.cardWrapper .card.blCardStatistics table tr:not(:last-child) td{padding-bottom:24px}@container (width < 320px){.cardWrapper .card.blCardStatistics .content{font-size:1.125rem;gap:32px;line-height:1.1;padding:32px}.cardWrapper .card.blCardStatistics .title{font-size:1.75rem}}.cardWrapper .card.blCardSimple,.cardWrapper.blCardSimple,.cardWrapper.blCardSimple .card{height:100%;min-height:unset}.cardWrapper .verticalTitle{color:var(--mainColor);font-size:2rem;font-weight:700;line-height:1.1}@media (min-width:768px){.cardWrapper .verticalTitle{font-size:2.5rem;margin-right:46px;writing-mode:vertical-lr}}.cardWrapper:focus .verticalTitle,.cardWrapper:hover .verticalTitle{color:var(--mainColorActive)}.cardWrapper.white .card{color:#003651}.cardWrapper.white .card .linkIndicator{background:var(--mainColorActive)}.cardWrapper.white .card .badge{background-color:#eef8fc;color:#009dcc}.cardWrapper.white .card small{color:#0075a3}.row:has(>*>.cardWrapper){--bs-gutter-y:var(--breakpoint-gutter)}.row:has(>*>.cardWrapper)>*{container-type:inline-size}@media (max-width:767.98px){.blCardGroup:not(:first-of-type) .cardRow>:first-of-type{margin-top:12px}}@media screen and (min-width:576px){.blCardGroup:not(:first-of-type) .cardRow>:first-of-type{margin-top:20px}}@media screen and (min-width:992px){.blCardGroup:not(:first-of-type) .cardRow>:first-of-type{margin-top:32px}}@media screen and (min-width:1400px){.blCardGroup:not(:first-of-type) .cardRow>:first-of-type{margin-top:40px}}@media (min-width:768px){.blCardGroup:not(:first-of-type) .cardRow{padding-top:6px}}.blCTACard{--mainColor:#8d64ee;--foreground:#34245b;--background:#f4effd}.blCTACard.blue{--mainColor:#009dcc;--foreground:#003651;--background:#eef8fc}.blCTACard.green{--mainColor:#00cc8d;--foreground:#004d37;--background:#eefcf8}.blCTACard.moss{--mainColor:#b1b100;--foreground:#4d4d00;--background:#fafaef}.blCTACard.orange{--mainColor:#cc7a00;--foreground:#5c3900;--background:#fcf6ee}.blCTACard.red{--mainColor:#ee6472;--foreground:#63212c;--background:#fdeff1}.blCTACard.purple{--mainColor:#8d64ee;--foreground:#34245b;--background:#f4effd}.blCTACard .cardContent{background-color:var(--background);border-radius:40px 40px 0 40px;overflow:hidden}.blCTACard .content{align-items:flex-start;display:flex;flex-direction:column;gap:18px;padding:20px}@media (min-width:768px){.blCTACard .content{padding:40px}}.blCTACard .content h2{margin-bottom:.75rem}.blCTACard .content h2 strong{font-weight:700}.blCTACard .content p{color:var(--foreground);font-size:1.25rem;font-weight:400;max-width:460px;width:100%}.blCTACard .content p a{color:var(--mainColor)}.blCTACard .content .titleCol{margin-bottom:0}.blCTACard .image{height:100%;width:100%}.blCTACard .image picture{border-radius:40px 40px 0 40px;height:100%;overflow:hidden;position:relative;width:100%}.blCTACard .image picture img,.blCTACard .image picture source{height:100%;margin-right:auto;-o-object-fit:cover;object-fit:cover;width:100%}@media (min-width:768px){.blCTACard .image picture img,.blCTACard .image picture source{position:absolute}}section.searchResults ul.results{display:flex;flex-direction:column}section.searchResults ul.results li{border-top:1px solid #99d8eb}section.searchResults ul.results li:last-child{border-bottom:1px solid #99d8eb}section.searchResults a.result{align-items:flex-start;color:#003651;display:flex;flex-direction:column;gap:6px;padding:32px 0;text-decoration:none}section.searchResults a.result .subtitle{color:#798286;font-size:1rem;font-weight:400;line-height:1.4}section.searchResults a.result .title{font-size:1.5rem;font-weight:700;line-height:1.4}section.searchResults a.result .link{align-items:center;color:#009dcc;display:inline-flex;gap:6px;--fill:#009dcc;font-size:1rem;line-height:1.1;margin-top:12px}@media (prefers-reduced-motion:no-preference){section.searchResults a.result .link{transition:all .3s cubic-bezier(.38,.01,0,1);transition-property:color,fill}}section.searchResults a.result .link svg.sprite{height:14px;width:14px}@media (prefers-reduced-motion:no-preference){section.searchResults a.result .link svg.sprite{transition:transform .3s cubic-bezier(.38,.01,0,1)}}section.searchResults a.result:focus .link,section.searchResults a.result:hover .link{color:#0075a3;--fill:#0075a3}section.searchResults a.result:focus .link svg.sprite,section.searchResults a.result:hover .link svg.sprite{transform:translateX(5px)}.searchForm{--size:48px;align-items:stretch;display:flex;height:var(--size);margin-bottom:32px;position:relative}.searchForm label{height:.1px;left:-100vw;overflow:hidden;position:absolute;width:.1px}.searchForm input{border:1px solid #009dcc;border-radius:999px;font-family:inherit;padding:0 calc(16px + var(--size)) 0 16px;width:100%}.searchForm input::-moz-placeholder{color:#c9cdcf}.searchForm input::placeholder{color:#c9cdcf}.searchForm button{background:none;border:none;display:grid;height:100%;place-items:center;position:absolute;right:0;width:var(--size)}.searchForm button svg.sprite{height:20px;width:20px;--svgFill:#003651}section.pager{align-items:stretch;display:flex;gap:16px;margin-top:24px;--size:48px}section.pager .button,section.pager .current{height:var(--size)}section.pager .button{--background:transparent;border:2px solid #009dcc;border-radius:999px;width:var(--size)}section.pager .button svg.sprite{height:16px!important;width:16px!important;--svgFill:#009dcc}section.pager .button.previous svg.sprite{transform:scaleX(-1)}section.pager .button.disabled{opacity:.5;pointer-events:none}section.pager .current{align-items:center;border:2px solid #009dcc;border-radius:999px;color:#009dcc;display:inline-flex;font-size:1.125rem;font-weight:500;padding:2px 32px}section.publications ul.publications{display:flex;flex-direction:column}section.publications ul.publications li{border-top:1px solid #009dcc}section.publications ul.publications li:last-child{border-bottom:1px solid #009dcc}section.publications a.publication{align-items:flex-start;color:#003651;display:flex;flex-direction:column;gap:var(--breakpoint-gutter);padding:32px 0;text-decoration:none}@media (min-width:768px){section.publications a.publication{flex-direction:row}}section.publications a.publication .badges{flex:0 0 10%;margin-bottom:0;max-width:10%}section.publications a.publication .content{align-items:flex-start;display:flex;flex:0 0 90%;flex-direction:column;gap:6px;max-width:90%}section.publications a.publication .subtitle{color:#798286;font-size:1rem;font-weight:400;line-height:1.4}section.publications a.publication .title{font-size:1.5rem;font-weight:700;line-height:1.4}section.publications a.publication .link{align-items:center;color:#009dcc;display:inline-flex;gap:6px;--fill:#009dcc;font-size:1rem;line-height:1.1;margin-top:12px}@media (prefers-reduced-motion:no-preference){section.publications a.publication .link{transition:all .3s cubic-bezier(.38,.01,0,1);transition-property:color,fill}}section.publications a.publication .link svg.sprite{height:14px;width:14px}@media (prefers-reduced-motion:no-preference){section.publications a.publication .link svg.sprite{transition:transform .3s cubic-bezier(.38,.01,0,1)}}section.publications a.publication:focus .link,section.publications a.publication:hover .link{color:#0075a3;--fill:#0075a3}section.publications a.publication:focus .link svg.sprite,section.publications a.publication:hover .link svg.sprite{transform:translateX(5px)}body>footer{background:#009dcc;margin-top:64px}body>footer .footerCol{margin-top:42px}body>footer .lined>div:not(:last-child){border-bottom:1px solid #fff}@media (min-width:992px){body>footer .lined>div:not(:last-child){border-bottom:none;border-right:1px solid #fff}}body>footer .lined>div:not(:last-child){padding-bottom:24px}@media (min-width:992px){body>footer .lined>div:not(:last-child){padding-bottom:0;padding-right:24px}body>footer .lined>div:not(:first-child){padding-left:24px}}body>footer h3{color:#fff;font-size:1.25rem;font-weight:700;line-height:1;margin-bottom:12px}body>footer a{color:#fff;text-decoration:none}body>footer h3+ul{display:flex;flex-direction:column;gap:.75rem}body>footer h3+ul a{font-size:1rem;line-height:1}body>footer h3+ul a:focus,body>footer h3+ul a:hover{color:#0075a3}body>footer ul.iconLinks{display:flex;flex-direction:column;gap:24px}body>footer ul.iconLinks a{align-items:center;display:flex;flex-direction:row;font-size:1rem;font-weight:500;gap:10px;line-height:1}body>footer ul.iconLinks a:focus,body>footer ul.iconLinks a:hover{color:#fff}body>footer ul.iconLinks img{display:inline-block;filter:brightness(0) invert(1);flex:0 0 32px;width:32px}body>footer ul.iconLinks span{flex:1 1}@media (min-width:992px){body>footer ul.iconLinks{align-items:flex-start;flex-direction:row;gap:10px}body>footer ul.iconLinks li{flex:1 1}body>footer ul.iconLinks a{align-items:flex-start;flex-direction:column;font-size:.875rem;font-weight:400}body>footer ul.iconLinks img{--size:44px;flex:0 0 var(--size);height:var(--size);max-height:var(--size);width:var(--size)}}body>footer .socials{margin-bottom:60px}@media (min-width:768px){body>footer .socials{margin-bottom:30px;margin-top:-24px}}@media (min-width:992px){body>footer .socials{margin-bottom:60px;margin-top:0}}body>footer .ecnp{color:#009dcc;font-size:.8125rem}body>footer .ecnp span{display:block;margin-bottom:6px}body>footer .ecnp img{width:152px}body>footer .additionalLogo img{max-height:50px}body>footer .subFooter{background:#003651;color:#fff;font-size:1rem;margin-top:24px;padding:24px 0}body>footer .subFooter .row{--bs-gutter-y:24px;align-items:center;display:flex;gap:12px;justify-content:space-between}@media (min-width:992px){body>footer .subFooter .row{gap:24px}}body>footer .subFooter .row .text{display:flex;flex-direction:column}body>footer .subFooter .row .text strong{font-size:1rem;font-weight:700;line-height:1}body>footer .subFooter .row .text span{font-size:.8125rem;line-height:1}body>footer .subFooter .row nav.metaMenu ul{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:24px}@media (min-width:992px){body>footer .subFooter .row nav.metaMenu ul{justify-content:flex-end}}body>footer .subFooter .row nav.metaMenu ul a:focus,body>footer .subFooter .row nav.metaMenu ul a:hover{color:#fff}@media (min-width:992px){body>footer .subFooter nav ul{display:flex;gap:24px}}body>footer .copyright{display:inline-block;font-size:.75rem;margin-top:18px;pointer-events:none}body>footer.congress{background:transparent;color:#003651;padding-bottom:40px}body>footer.congress h3{color:inherit}body>footer.congress a{color:#009dcc}body>footer.congress .row:first-child{border-top:1px solid #009dcc}body>footer.congress .row+.row{padding-top:20px}body>footer.congress .additional{align-items:center;display:flex;gap:.75rem;text-align:right}body>footer.congress .additional img{max-height:50px}body>footer.congress .additional span{color:#009dcc;font-size:.875rem}body>footer.congress .copyright{margin-top:0}:root{--fullHeight:100vh;--borderRadius:20px 20px 0}@media (min-width:992px){:root{--borderRadius:40px 40px 0}}*{box-sizing:border-box}:focus:not(:focus-visible){outline:none}body{color:#000;color:#003651;display:flex;flex-direction:column;font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.6;max-width:100%;min-height:100vh;overflow-x:hidden;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}body>div.container,body>main{flex:1}body .sm{font-size:16px;line-height:1.2}body .xs{font-size:12px;line-height:1.4}@media (min-width:992px){body{font-size:18px;line-height:1.6}body .sm{line-height:1.2}body .xs{font-size:13px;line-height:1.5}}@media (min-width:1200px){body{font-size:20px;line-height:1.7}body .sm{line-height:1.2}body .xs{font-size:14px;line-height:1.6}}.preventAnimations :not(.forceAnimations){animation:none!important;transition:none!important}.h1,.h2,.h3,h1,h2,h3{font-family:Roboto,Helvetica Neue,Arial,sans-serif;-webkit-hyphens:auto;hyphens:auto;text-wrap:balance}.h1,h1{color:#003651;font-size:2.5rem;font-weight:700;letter-spacing:1;line-height:1.1}@media (min-width:768px){.h1,h1{font-size:3rem;letter-spacing:1.1}}@media (min-width:992px){.h1,h1{font-size:3.5rem;letter-spacing:1.2;line-height:1}}@media (min-width:1200px){.h1,h1{font-size:3.75rem}}.h2,h2{color:#009dcc;font-size:32px;font-weight:500;letter-spacing:1;line-height:1.1}@media (min-width:768px){.h2,h2{line-height:1.1}}@media (min-width:992px){.h2,h2{line-height:1.2}}@media (min-width:1200px){.h2,h2{font-size:40px;letter-spacing:1.1}}.h3,h3{font-size:20px;line-height:1.2}@media (min-width:992px){.h3,h3{line-height:1.3}}@media (min-width:1200px){.h3,h3{line-height:1.4}}a{align-items:center;display:inline-flex;gap:.625rem;--fill:#000;--stroke:initial;color:#0075a3}@media (prefers-reduced-motion:no-preference){a{transition:color .3s cubic-bezier(.38,.01,0,1)}}a:focus,a:hover{color:#009dcc}svg.sprite{--svgFill:var(--fill,#000);--svgStroke:var(--stroke,initial)}svg.sprite use{fill:var(--svgFill);stroke:var(--svgStroke)}@media (prefers-reduced-motion:no-preference){svg.sprite use{transition:all .3s cubic-bezier(.38,.01,0,1);transition-property:fill,stroke}}.background.cover,.image.cover{display:flex;position:relative;width:100%}.background.cover img,.image.cover img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.background.fullscreen,.image.fullscreen{margin-left:calc(var(--outerSpacing)*-1);margin-right:calc(var(--outerSpacing)*-1);width:100vw}img{max-width:100%}.umb-block-list>section,body>header .view,body>section,footer,main>section{max-width:100vw;padding-left:var(--outerSpacing);padding-right:var(--outerSpacing)}[class*=Column]{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.umb-block-list>section,main>section{padding-top:20px}.umb-block-list>section.blueSection,main>section.blueSection{background:#eef8fc;margin-top:96px;padding-top:96px}.umb-block-list>section.blueSection:last-child,main>section.blueSection:last-child{margin-bottom:-64px;padding-bottom:64px}@media (min-width:768px){.umb-block-list>section.blueSection h2,main>section.blueSection h2{font-size:2.5rem;line-height:1.1}}.umb-block-list>section.blueSection>section:not(:first-child),main>section.blueSection>section:not(:first-child){padding-top:40px}@media (min-width:768px){.umb-block-list>section.blueSection>section:not(:first-child),main>section.blueSection>section:not(:first-child){padding-top:80px}}.umb-block-list>section.blueSection>section:last-child,main>section.blueSection>section:last-child{padding-bottom:40px}.umb-block-list>section.blueSection+.blueSection,main>section.blueSection+.blueSection{margin-top:-30px;padding-top:96px}.umb-block-list>section:has(+section.blueSection),main>section:has(+section.blueSection){margin-bottom:30px}.umb-block-list>section:first-child,main>section:first-child{padding-top:0}.umb-block-list>section h2,main>section h2{margin-bottom:16px}img,picture{display:inline-block}.blMedia{position:relative}.blMedia img,.blMedia picture{width:100%}.blMedia img{border-radius:20px}@media (min-width:992px){.blMedia img{border-radius:30px}}.blRichText .row{--bs-gutter-y:0}.blRichText .side{align-items:stretch;display:flex}.blRichText .side .sideMedia{height:100%;position:relative;width:100%}.blRichText .side img{border-radius:20px 20px 0;-o-object-fit:contain;object-fit:contain;position:sticky;top:40px;width:100%}.blRichText h3{font-weight:700}svg.sprite.icon_info[data-tippy-source]{height:20px;width:20px;--svgFill:#009dcc}.swipeIndicator{align-items:flex-start;color:#003651;display:inline-flex;font-weight:500;gap:8px;margin-top:32px}.swipeIndicator svg.sprite{--svgFill:#003651;height:32px;width:32px}.swipeIndicator span{font-size:1rem;line-height:1.2}.cmOfficeApplication .tab-content .tab-pane :has(>p) table,.rt table{border:1px solid #99d8eb;border-radius:20px;line-height:1.1;margin-bottom:20px;max-width:100%;overflow:hidden}@media (min-width:1200px){.cmOfficeApplication .tab-content .tab-pane :has(>p) table,.rt table{width:100%}}.cmOfficeApplication .tab-content .tab-pane :has(>p) table thead,.rt table thead{background:#009dcc;color:#fff;font-weight:500;line-height:1.1;text-align:left}.cmOfficeApplication .tab-content .tab-pane :has(>p) table tbody,.rt table tbody{background:#eef8fc;color:#003651}.cmOfficeApplication .tab-content .tab-pane :has(>p) table th,.rt table th{background:#009dcc;color:#fff;font-weight:500;line-height:1.1;padding:30px 21px 23px;text-align:left}.cmOfficeApplication .tab-content .tab-pane :has(>p) table th h3,.rt table th h3{line-height:1.1;margin:0 0 10px}.cmOfficeApplication .tab-content .tab-pane :has(>p) table th p,.rt table th p{font-size:.85rem;font-weight:400;margin-top:0}.cmOfficeApplication .tab-content .tab-pane :has(>p) table th p:not(:first-child),.rt table th p:not(:first-child){margin-top:0}.cmOfficeApplication .tab-content .tab-pane :has(>p) table tr,.rt table tr{border-top:1px solid #99d8eb}.cmOfficeApplication .tab-content .tab-pane :has(>p) table th,.cmOfficeApplication .tab-content .tab-pane :has(>p) table thead td,.rt table th,.rt table thead td{font-weight:500}.cmOfficeApplication .tab-content .tab-pane :has(>p) table th:empty,.cmOfficeApplication .tab-content .tab-pane :has(>p) table thead td:empty,.rt table th:empty,.rt table thead td:empty{min-width:40px;padding:0}.cmOfficeApplication .tab-content .tab-pane :has(>p) table th p.sm,.cmOfficeApplication .tab-content .tab-pane :has(>p) table thead td p.sm,.rt table th p.sm,.rt table thead td p.sm{font-size:1rem;font-weight:400}.cmOfficeApplication .tab-content .tab-pane :has(>p) table th:first-child,.cmOfficeApplication .tab-content .tab-pane :has(>p) table thead td:first-child,.rt table th:first-child,.rt table thead td:first-child{padding-left:30px}.cmOfficeApplication .tab-content .tab-pane :has(>p) table td,.rt table td{font-weight:500;min-height:56px;min-width:150px;padding:23px 21px}.cmOfficeApplication .tab-content .tab-pane :has(>p) table td:has(svg.icon_info),.rt table td:has(svg.icon_info){min-width:auto;padding-left:5px;padding-right:5px;width:40px}.cmOfficeApplication .tab-content .tab-pane :has(>p) .tableWrapper,.rt .tableWrapper{max-width:100%;overflow-x:auto}.cmOfficeApplication .tab-content .tab-pane :not(:has(.tableWrapper)):has(>p) table,.rt:not(:has(.tableWrapper)) table{opacity:.25}.cmOfficeApplication .tab-content .tab-pane :has(>p) .tableWrapper,.cmOfficeApplication .tab-content .tab-pane :has(>p) a,.cmOfficeApplication .tab-content .tab-pane :has(>p) blockquote,.cmOfficeApplication .tab-content .tab-pane :has(>p) ol,.cmOfficeApplication .tab-content .tab-pane :has(>p) p,.cmOfficeApplication .tab-content .tab-pane :has(>p) ul,.rt .tableWrapper,.rt a,.rt blockquote,.rt ol,.rt p,.rt ul,.umb-grid .tableWrapper,.umb-grid a,.umb-grid blockquote,.umb-grid ol,.umb-grid p,.umb-grid ul{text-wrap:pretty}.cmOfficeApplication .tab-content .tab-pane :has(>p) .tableWrapper:not(:first-child),.cmOfficeApplication .tab-content .tab-pane :has(>p) a:not(:first-child),.cmOfficeApplication .tab-content .tab-pane :has(>p) blockquote:not(:first-child),.cmOfficeApplication .tab-content .tab-pane :has(>p) ol:not(:first-child),.cmOfficeApplication .tab-content .tab-pane :has(>p) p:not(:first-child),.cmOfficeApplication .tab-content .tab-pane :has(>p) ul:not(:first-child),.rt .tableWrapper:not(:first-child),.rt a:not(:first-child),.rt blockquote:not(:first-child),.rt ol:not(:first-child),.rt p:not(:first-child),.rt ul:not(:first-child),.umb-grid .tableWrapper:not(:first-child),.umb-grid a:not(:first-child),.umb-grid blockquote:not(:first-child),.umb-grid ol:not(:first-child),.umb-grid p:not(:first-child),.umb-grid ul:not(:first-child){margin-top:20px}.cmOfficeApplication .tab-content .tab-pane :has(>p) p a,.rt p a,.umb-grid p a{display:inline}.cmOfficeApplication .tab-content .tab-pane :has(>p) p a:not(:first-child),.rt p a:not(:first-child),.umb-grid p a:not(:first-child){margin-top:0}.cmOfficeApplication .tab-content .tab-pane :has(>p) .h1:not(:first-child),.cmOfficeApplication .tab-content .tab-pane :has(>p) .h2:not(:first-child),.cmOfficeApplication .tab-content .tab-pane :has(>p) .h3:not(:first-child),.cmOfficeApplication .tab-content .tab-pane :has(>p) .h4:not(:first-child),.cmOfficeApplication .tab-content .tab-pane :has(>p) .h5:not(:first-child),.cmOfficeApplication .tab-content .tab-pane :has(>p) h1:not(:first-child),.cmOfficeApplication .tab-content .tab-pane :has(>p) h2:not(:first-child),.cmOfficeApplication .tab-content .tab-pane :has(>p) h3:not(:first-child),.cmOfficeApplication .tab-content .tab-pane :has(>p) h4:not(:first-child),.cmOfficeApplication .tab-content .tab-pane :has(>p) h5:not(:first-child),.rt .h1:not(:first-child),.rt .h2:not(:first-child),.rt .h3:not(:first-child),.rt .h4:not(:first-child),.rt .h5:not(:first-child),.rt h1:not(:first-child),.rt h2:not(:first-child),.rt h3:not(:first-child),.rt h4:not(:first-child),.rt h5:not(:first-child),.umb-grid .h1:not(:first-child),.umb-grid .h2:not(:first-child),.umb-grid .h3:not(:first-child),.umb-grid .h4:not(:first-child),.umb-grid .h5:not(:first-child),.umb-grid h1:not(:first-child),.umb-grid h2:not(:first-child),.umb-grid h3:not(:first-child),.umb-grid h4:not(:first-child),.umb-grid h5:not(:first-child){margin-top:30px}.cmOfficeApplication .tab-content .tab-pane :has(>p) .h1:not(:first-child)+a,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h1:not(:first-child)+blockquote,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h1:not(:first-child)+ol,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h1:not(:first-child)+p,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h1:not(:first-child)+ul,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h2:not(:first-child)+a,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h2:not(:first-child)+blockquote,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h2:not(:first-child)+ol,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h2:not(:first-child)+p,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h2:not(:first-child)+ul,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h3:not(:first-child)+a,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h3:not(:first-child)+blockquote,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h3:not(:first-child)+ol,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h3:not(:first-child)+p,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h3:not(:first-child)+ul,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h4:not(:first-child)+a,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h4:not(:first-child)+blockquote,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h4:not(:first-child)+ol,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h4:not(:first-child)+p,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h4:not(:first-child)+ul,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h5:not(:first-child)+a,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h5:not(:first-child)+blockquote,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h5:not(:first-child)+ol,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h5:not(:first-child)+p,.cmOfficeApplication .tab-content .tab-pane :has(>p) .h5:not(:first-child)+ul,.cmOfficeApplication .tab-content .tab-pane :has(>p) h1:not(:first-child)+a,.cmOfficeApplication .tab-content .tab-pane :has(>p) h1:not(:first-child)+blockquote,.cmOfficeApplication .tab-content .tab-pane :has(>p) h1:not(:first-child)+ol,.cmOfficeApplication .tab-content .tab-pane :has(>p) h1:not(:first-child)+p,.cmOfficeApplication .tab-content .tab-pane :has(>p) h1:not(:first-child)+ul,.cmOfficeApplication .tab-content .tab-pane :has(>p) h2:not(:first-child)+a,.cmOfficeApplication .tab-content .tab-pane :has(>p) h2:not(:first-child)+blockquote,.cmOfficeApplication .tab-content .tab-pane :has(>p) h2:not(:first-child)+ol,.cmOfficeApplication .tab-content .tab-pane :has(>p) h2:not(:first-child)+p,.cmOfficeApplication .tab-content .tab-pane :has(>p) h2:not(:first-child)+ul,.cmOfficeApplication .tab-content .tab-pane :has(>p) h3:not(:first-child)+a,.cmOfficeApplication .tab-content .tab-pane :has(>p) h3:not(:first-child)+blockquote,.cmOfficeApplication .tab-content .tab-pane :has(>p) h3:not(:first-child)+ol,.cmOfficeApplication .tab-content .tab-pane :has(>p) h3:not(:first-child)+p,.cmOfficeApplication .tab-content .tab-pane :has(>p) h3:not(:first-child)+ul,.cmOfficeApplication .tab-content .tab-pane :has(>p) h4:not(:first-child)+a,.cmOfficeApplication .tab-content .tab-pane :has(>p) h4:not(:first-child)+blockquote,.cmOfficeApplication .tab-content .tab-pane :has(>p) h4:not(:first-child)+ol,.cmOfficeApplication .tab-content .tab-pane :has(>p) h4:not(:first-child)+p,.cmOfficeApplication .tab-content .tab-pane :has(>p) h4:not(:first-child)+ul,.cmOfficeApplication .tab-content .tab-pane :has(>p) h5:not(:first-child)+a,.cmOfficeApplication .tab-content .tab-pane :has(>p) h5:not(:first-child)+blockquote,.cmOfficeApplication .tab-content .tab-pane :has(>p) h5:not(:first-child)+ol,.cmOfficeApplication .tab-content .tab-pane :has(>p) h5:not(:first-child)+p,.cmOfficeApplication .tab-content .tab-pane :has(>p) h5:not(:first-child)+ul,.rt .h1:not(:first-child)+a,.rt .h1:not(:first-child)+blockquote,.rt .h1:not(:first-child)+ol,.rt .h1:not(:first-child)+p,.rt .h1:not(:first-child)+ul,.rt .h2:not(:first-child)+a,.rt .h2:not(:first-child)+blockquote,.rt .h2:not(:first-child)+ol,.rt .h2:not(:first-child)+p,.rt .h2:not(:first-child)+ul,.rt .h3:not(:first-child)+a,.rt .h3:not(:first-child)+blockquote,.rt .h3:not(:first-child)+ol,.rt .h3:not(:first-child)+p,.rt .h3:not(:first-child)+ul,.rt .h4:not(:first-child)+a,.rt .h4:not(:first-child)+blockquote,.rt .h4:not(:first-child)+ol,.rt .h4:not(:first-child)+p,.rt .h4:not(:first-child)+ul,.rt .h5:not(:first-child)+a,.rt .h5:not(:first-child)+blockquote,.rt .h5:not(:first-child)+ol,.rt .h5:not(:first-child)+p,.rt .h5:not(:first-child)+ul,.rt h1:not(:first-child)+a,.rt h1:not(:first-child)+blockquote,.rt h1:not(:first-child)+ol,.rt h1:not(:first-child)+p,.rt h1:not(:first-child)+ul,.rt h2:not(:first-child)+a,.rt h2:not(:first-child)+blockquote,.rt h2:not(:first-child)+ol,.rt h2:not(:first-child)+p,.rt h2:not(:first-child)+ul,.rt h3:not(:first-child)+a,.rt h3:not(:first-child)+blockquote,.rt h3:not(:first-child)+ol,.rt h3:not(:first-child)+p,.rt h3:not(:first-child)+ul,.rt h4:not(:first-child)+a,.rt h4:not(:first-child)+blockquote,.rt h4:not(:first-child)+ol,.rt h4:not(:first-child)+p,.rt h4:not(:first-child)+ul,.rt h5:not(:first-child)+a,.rt h5:not(:first-child)+blockquote,.rt h5:not(:first-child)+ol,.rt h5:not(:first-child)+p,.rt h5:not(:first-child)+ul,.umb-grid .h1:not(:first-child)+a,.umb-grid .h1:not(:first-child)+blockquote,.umb-grid .h1:not(:first-child)+ol,.umb-grid .h1:not(:first-child)+p,.umb-grid .h1:not(:first-child)+ul,.umb-grid .h2:not(:first-child)+a,.umb-grid .h2:not(:first-child)+blockquote,.umb-grid .h2:not(:first-child)+ol,.umb-grid .h2:not(:first-child)+p,.umb-grid .h2:not(:first-child)+ul,.umb-grid .h3:not(:first-child)+a,.umb-grid .h3:not(:first-child)+blockquote,.umb-grid .h3:not(:first-child)+ol,.umb-grid .h3:not(:first-child)+p,.umb-grid .h3:not(:first-child)+ul,.umb-grid .h4:not(:first-child)+a,.umb-grid .h4:not(:first-child)+blockquote,.umb-grid .h4:not(:first-child)+ol,.umb-grid .h4:not(:first-child)+p,.umb-grid .h4:not(:first-child)+ul,.umb-grid .h5:not(:first-child)+a,.umb-grid .h5:not(:first-child)+blockquote,.umb-grid .h5:not(:first-child)+ol,.umb-grid .h5:not(:first-child)+p,.umb-grid .h5:not(:first-child)+ul,.umb-grid h1:not(:first-child)+a,.umb-grid h1:not(:first-child)+blockquote,.umb-grid h1:not(:first-child)+ol,.umb-grid h1:not(:first-child)+p,.umb-grid h1:not(:first-child)+ul,.umb-grid h2:not(:first-child)+a,.umb-grid h2:not(:first-child)+blockquote,.umb-grid h2:not(:first-child)+ol,.umb-grid h2:not(:first-child)+p,.umb-grid h2:not(:first-child)+ul,.umb-grid h3:not(:first-child)+a,.umb-grid h3:not(:first-child)+blockquote,.umb-grid h3:not(:first-child)+ol,.umb-grid h3:not(:first-child)+p,.umb-grid h3:not(:first-child)+ul,.umb-grid h4:not(:first-child)+a,.umb-grid h4:not(:first-child)+blockquote,.umb-grid h4:not(:first-child)+ol,.umb-grid h4:not(:first-child)+p,.umb-grid h4:not(:first-child)+ul,.umb-grid h5:not(:first-child)+a,.umb-grid h5:not(:first-child)+blockquote,.umb-grid h5:not(:first-child)+ol,.umb-grid h5:not(:first-child)+p,.umb-grid h5:not(:first-child)+ul{margin-top:10px}.cmOfficeApplication .tab-content .tab-pane :has(>p) ol,.cmOfficeApplication .tab-content .tab-pane :has(>p) ul,.rt ol,.rt ul,.umb-grid ol,.umb-grid ul{margin-left:0}.cmOfficeApplication .tab-content .tab-pane :has(>p) ol li,.cmOfficeApplication .tab-content .tab-pane :has(>p) ul li,.rt ol li,.rt ul li,.umb-grid ol li,.umb-grid ul li{margin-bottom:10px;margin-left:26px;position:relative}.cmOfficeApplication .tab-content .tab-pane :has(>p) ol li:last-child,.cmOfficeApplication .tab-content .tab-pane :has(>p) ul li:last-child,.rt ol li:last-child,.rt ul li:last-child,.umb-grid ol li:last-child,.umb-grid ul li:last-child{margin-bottom:0}.cmOfficeApplication .tab-content .tab-pane :has(>p) ol li a:not(:first-child),.cmOfficeApplication .tab-content .tab-pane :has(>p) ul li a:not(:first-child),.rt ol li a:not(:first-child),.rt ul li a:not(:first-child),.umb-grid ol li a:not(:first-child),.umb-grid ul li a:not(:first-child){margin-top:0}.cmOfficeApplication .tab-content .tab-pane :has(>p) ul,.rt ul,.umb-grid ul{list-style:disc;margin-left:-12px}.cmOfficeApplication .tab-content .tab-pane :has(>p) ul li::marker,.rt ul li::marker,.umb-grid ul li::marker{color:#000}@media (min-width:1200px){.cmOfficeApplication .tab-content .tab-pane :has(>p) ul,.rt ul,.umb-grid ul{margin-left:-6px}}.cmOfficeApplication .tab-content .tab-pane :has(>p) ol,.rt ol,.umb-grid ol{counter-set:list}.cmOfficeApplication .tab-content .tab-pane :has(>p) ol>li,.rt ol>li,.umb-grid ol>li{counter-increment:list}.cmOfficeApplication .tab-content .tab-pane :has(>p) ol>li:before,.rt ol>li:before,.umb-grid ol>li:before{content:counter(list) ".";font-weight:700;left:-35px;position:absolute}.cmOfficeApplication .tab-content .tab-pane :has(>p) ol>li ol,.rt ol>li ol,.umb-grid ol>li ol{counter-set:listlist}.cmOfficeApplication .tab-content .tab-pane :has(>p) ol>li ol li,.rt ol>li ol li,.umb-grid ol>li ol li{counter-increment:listlist}.cmOfficeApplication .tab-content .tab-pane :has(>p) ol>li ol li:before,.rt ol>li ol li:before,.umb-grid ol>li ol li:before{content:counter(listlist) "."}.cmOfficeApplication .tab-content .tab-pane :has(>p) blockquote,.rt blockquote,.umb-grid blockquote{color:#009dcc;display:inline-block;font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;font-style:italic;font-weight:700;line-height:1.75rem}@media (min-width:768px){.cmOfficeApplication .tab-content .tab-pane :has(>p) blockquote,.rt blockquote,.umb-grid blockquote{font-size:1.75rem;line-height:2rem}}.cmOfficeApplication .tab-content .tab-pane :has(>p) blockquote:before,.rt blockquote:before,.umb-grid blockquote:before{content:"“"}.cmOfficeApplication .tab-content .tab-pane :has(>p) blockquote:after,.rt blockquote:after,.umb-grid blockquote:after{content:"”"}.cmOfficeApplication .tab-content .tab-pane :has(>p) p>img[style*="float: right"],.cmOfficeApplication .tab-content .tab-pane :has(>p) p>img[style*="float:right"],.rt p>img[style*="float: right"],.rt p>img[style*="float:right"],.umb-grid p>img[style*="float: right"],.umb-grid p>img[style*="float:right"]{margin-bottom:20px;margin-left:20px}.cmOfficeApplication .tab-content .tab-pane :has(>p) p>img[style*="float: left"],.cmOfficeApplication .tab-content .tab-pane :has(>p) p>img[style*="float:left"],.rt p>img[style*="float: left"],.rt p>img[style*="float:left"],.umb-grid p>img[style*="float: left"],.umb-grid p>img[style*="float:left"]{margin-bottom:20px;margin-right:20px}.blDivider hr{border:none;border-top:1px solid #798286}details{border:2px solid #009dcc;width:100%;--spacing:24px}details:first-of-type{border-radius:10px 10px 0 0}details+details{border-top:none}details:last-of-type{border-radius:0 0 10px 10px}details summary{align-items:center;cursor:pointer;display:flex;font-size:1.125rem;font-weight:500;gap:10px;justify-content:space-between;line-height:1;list-style:none;padding:var(--spacing)}details summary svg.sprite{height:8px;width:10px;--svgFill:#009dcc;padding:0}@media (prefers-reduced-motion:no-preference){details summary svg.sprite{transition:transform .3s cubic-bezier(.38,.01,0,1)}}details summary span{padding:0}details[open] summary svg.sprite{transform:scaleY(-1)}@media (prefers-reduced-motion:no-preference){.cmOfficeApplication .tab-content .tab-pane details[open] div:has(>p),details[open] .cmOfficeApplication .tab-content .tab-pane div:has(>p),details[open] div.rt{animation-direction:normal;animation-duration:.3s;animation-fill-mode:forwards;animation-name:appear;animation-timing-function:cubic-bezier(.38,.01,0,1)}}.cmOfficeApplication .tab-content .tab-pane details>div:has(>p),details>div.rt{padding-bottom:var(--spacing);padding-left:var(--spacing);padding-right:var(--spacing)}.videoContainer{border-radius:10px;height:0;padding-bottom:56.25%;position:relative;width:100%}.videoContainer:has(div.videoPoster){box-shadow:0 2px 5px rgba(0,0,0,.16)}.videoContainer div.video,.videoContainer div.video div.videoPoster{height:100%;position:absolute;width:100%}.videoContainer div.video div.videoPoster img{border-radius:10px;height:100%;margin:0;width:100%}.videoContainer div.video div.videoPoster a{background-color:#fff;border-bottom:none;border-radius:50%;bottom:0;box-shadow:0 0 10px rgba(0,0,0,.5);cursor:pointer;display:block;height:78px;left:0;margin:auto;position:absolute;right:0;top:0;width:78px}@media (prefers-reduced-motion:no-preference){.videoContainer div.video div.videoPoster a{transition:background .3s cubic-bezier(.38,.01,0,1)}}.videoContainer div.video div.videoPoster a svg{bottom:0;left:4px;margin:auto;max-height:32px;position:absolute;right:0;top:0;width:32px}@media (prefers-reduced-motion:no-preference){.videoContainer div.video div.videoPoster a svg.sprite.icon_play use{transition:fill .3s cubic-bezier(.38,.01,0,1)}}.videoContainer div.video iframe{border-radius:32px}.videoContainer.notAccepted{background:#e0e0e0;border:1px solid #e0e0e0}.videoContainer.notAccepted .content{border-radius:4px;height:100%;overflow:auto;padding:20px;position:absolute;text-align:center;width:100%}.videoContainer.notAccepted .content .title{color:#000;font-size:1.2em;font-weight:300;margin-top:0}@media (min-width:768px){.videoContainer.notAccepted .content .title{font-size:2em}}.badges{align-items:flex-start;display:flex;gap:12px;margin-bottom:32px}.badge{align-items:center;background:#fff;color:#009dcc;display:inline-flex;gap:8px;--fill:#009dcc;border-radius:18px;font-size:.875rem;font-weight:500;line-height:1;min-height:36px;padding:4px 16px}.badge svg.sprite{height:12px;width:12px}.badge.highlighted{background:#ee6472;color:#fff;--fill:#fff}body.congress ul.socials{--size:33px;display:flex;flex-wrap:wrap;gap:10px}body.congress ul.socials a{display:inline-flex;height:var(--size);padding:20%;width:var(--size);--fill:#009dcc}body.congress ul.socials a:focus,body.congress ul.socials a:hover{--fill:#0075a3}body.congress ul.socials svg.sprite{height:100%}body:not(.congress) footer ul.socials{display:flex;flex-direction:row;gap:.625rem;justify-content:space-between;margin-top:1.875rem;max-width:300px}body:not(.congress) footer ul.socials a{display:block}body:not(.congress) footer ul.socials a svg{display:block;height:1.875rem;width:1.875rem;fill:#fff}body:not(.congress) footer ul.socials a svg use{fill:#fff}.cmOfficeApplication .tab-content .tab-pane :has(>p),.rt{max-width:100%}@media (max-width:767.98px){.cmOfficeApplication .tab-content .tab-pane :has(>p) p a,.rt p a{word-wrap:break-word}}.collapsible-title{font-size:20px;font-weight:700}@media (min-width:1200px){.collapsible-title{font-size:24px}}body.congress .umb-block-list>section .titleCol h2,body.congress main>section .titleCol h2{color:#ee6472}.cmLoader{--d:22px;animation:cmLoaderKeyframes 1s steps(8) infinite;border-radius:50%;box-shadow:calc(var(--d)*1) calc(var(--d)*0) 0 0,calc(var(--d)*.707) calc(var(--d)*.707) 0 1px,calc(var(--d)*0) calc(var(--d)*1) 0 2px,calc(var(--d)*-.707) calc(var(--d)*.707) 0 3px,calc(var(--d)*-1) calc(var(--d)*0) 0 4px,calc(var(--d)*-.707) calc(var(--d)*-.707) 0 5px,calc(var(--d)*0) calc(var(--d)*-1) 0 6px;color:#009dcc;height:4px;margin-left:50%;width:4px}@keyframes cmLoaderKeyframes{to{transform:rotate(1turn)}}.cmOfficeApplication #cmProposal #proposalDetailView #btnTopRightContainer button{font-size:1.125rem;height:54px}.cmOfficeApplication .btn{font-size:1.125rem;padding:12px 22px}.CM_W3_RelationManager .cmrel-breadcrumb-container{display:none}.cmFacultyGallery .search-result-item .speaker-image-container{display:relative;overflow:hidden}.cmFacultyGallery .search-result-item .speaker-image-container img{height:100%;left:50%;max-width:unset}.k-content.blockUI.blockMsg{display:flex!important;justify-items:center!important;left:50%!important;max-height:90vh!important;max-width:90vw!important;top:50%!important;transform:translate(-50%,-50%)!important;width:640px!important}#cmreg-grouprequest-container .row:last-child{display:flex;justify-content:center}#cmreg-grouprequest-container .row:last-child:after,#cmreg-grouprequest-container .row:last-child:before{display:none}#cmreg-grouprequest-container .row:last-child .pull-right{float:none!important;width:auto}.k-scheduler-table th sup{font-size:10px}#cmrel-breadcrumb-container{display:none}.k-checkbox-label,.k-radio-label{padding-left:28px}.k-radio:checked+.k-radio-label:after{content:"✓";font-size:18px;font-weight:700;left:4px;top:3px}.cmProgramme #cmOfficeContent{border:2px solid #afb4b6}.cmFacultyGallery .v-application .row.justify-center>div[class*=col]{flex-shrink:0;flex:0 0 auto;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%;width:50%}@media (min-width:576px){.cmFacultyGallery .v-application .row.justify-center>div[class*=col]{flex:0 0 auto;width:33.33333333%}}@media (min-width:768px){.cmFacultyGallery .v-application .row.justify-center>div[class*=col]{flex:0 0 auto;width:25%}}@media (min-width:992px){.cmFacultyGallery .v-application .row.justify-center>div[class*=col]{flex:0 0 auto;width:20%}}@media (min-width:1200px){.cmFacultyGallery .v-application .row.justify-center>div[class*=col]{flex:0 0 auto;width:12.5%}}@media (min-width:1400px){.cmFacultyGallery .v-application .row.justify-center>div[class*=col]{flex:0 0 auto;width:12.5%}}.breakpointIndicator{background:red;color:#fff;font-size:30px;left:20px;opacity:1;padding:20px;position:fixed;text-align:center;text-transform:uppercase;top:50px;z-index:200}.breakpointIndicator:focus,.breakpointIndicator:hover{opacity:1}.columnTester{height:100vh;height:var(--fullHeight);left:0;opacity:.05;padding-left:var(--outerSpacing);padding-right:var(--outerSpacing);pointer-events:none;position:fixed;top:0;width:100%;z-index:10000}.columnTester div{height:100%}.columnTester .row>div>div{background:red}.columnTests span{border:1px solid red;display:block;padding:20px 10px;text-align:center;width:100%}[todo]{outline:2px dotted rgba(0,0,0,.2);position:relative}[todo]:after,[todo]:before{align-items:center;content:"";display:block;display:flex;height:100%;justify-content:center;left:0;opacity:.5;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}[todo]:before{background:repeating-linear-gradient(45deg,rgba(255,0,0,0),rgba(255,0,0,0) 5px,rgba(255,0,0,.2) 0,rgba(255,0,0,.2) 10px)}[todo]:after{color:#fff;content:"TO DO";font-size:30px;font-weight:700;-webkit-text-stroke:2px red;text-shadow:0 7px 5px rgba(0,0,0,.2)}[todo]:not([todo=""]):after{content:attr(todo)}[todo]:hover:after,[todo]:hover:before{opacity:.1}.testRow{--bs-gutter-y:20px}.testBlock{border:1px solid red;padding:20px;position:relative}
/*# sourceMappingURL=main.css.map */
