.ss-main{position:relative;display:inline-block;user-select:none;color:#666;width:100%}.ss-main .ss-single-selected{display:flex;cursor:pointer;width:100%;height:30px;padding:6px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-single-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-single-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-single-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-single-selected .placeholder{flex:1 1 100%;text-align:left;width:calc(100% - 30px);line-height:1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ss-main .ss-single-selected .placeholder,.ss-main .ss-single-selected .placeholder *{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-single-selected .placeholder *{width:auto}.ss-main .ss-single-selected .placeholder .ss-disabled{color:#dedede}.ss-main .ss-single-selected .ss-deselect{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px;font-weight:700}.ss-main .ss-single-selected .ss-deselect.ss-hide{display:none}.ss-main .ss-single-selected .ss-arrow{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px}.ss-main .ss-single-selected .ss-arrow span{border:solid #666;border-width:0 2px 2px 0;display:inline-block;padding:3px;transition:transform .2s,margin .2s}.ss-main .ss-single-selected .ss-arrow span.arrow-up{transform:rotate(-135deg);margin:3px 0 0}.ss-main .ss-single-selected .ss-arrow span.arrow-down{transform:rotate(45deg);margin:-3px 0 0}.ss-main .ss-multi-selected{display:flex;flex-direction:row;cursor:pointer;min-height:30px;width:100%;padding:0 0 0 3px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-multi-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled{color:#666}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main .ss-multi-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-multi-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-multi-selected .ss-values{display:flex;flex-wrap:wrap;justify-content:flex-start;flex:1 1 100%;width:calc(100% - 30px)}.ss-main .ss-multi-selected .ss-values .ss-disabled{display:flex;padding:4px 5px;margin:2px 0;line-height:1em;align-items:center;width:100%;color:#dedede;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.ss-main .ss-multi-selected .ss-values .ss-value{display:flex;user-select:none;align-items:center;font-size:12px;padding:3px 5px;margin:3px 5px 3px 0;color:#fff;background-color:#5897fb;border-radius:4px;animation-name:scaleIn;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-multi-selected .ss-values .ss-value.ss-out{animation-name:scaleOut;animation-duration:.2s;animation-timing-function:ease-out}.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete{margin:0 0 0 5px;cursor:pointer}.ss-main .ss-multi-selected .ss-add{display:flex;flex:0 1 3px;margin:9px 12px 0 5px}.ss-main .ss-multi-selected .ss-add .ss-plus{display:flex;justify-content:center;align-items:center;background:#666;position:relative;height:10px;width:2px;transition:transform .2s}.ss-main .ss-multi-selected .ss-add .ss-plus:after{background:#666;content:"";position:absolute;height:2px;width:10px;left:-4px;top:4px}.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross{transform:rotate(45deg)}.ss-content{position:absolute;width:100%;margin:-1px 0 0;box-sizing:border-box;border:1px solid #dcdee2;z-index:1010;background-color:#fff;transform-origin:center top;transition:transform .2s,opacity .2s;opacity:0;transform:scaleY(0)}.ss-content.ss-open{display:block;opacity:1;transform:scaleY(1)}.ss-content .ss-search{display:flex;flex-direction:row;padding:8px 8px 6px}.ss-content .ss-search.ss-hide,.ss-content .ss-search.ss-hide input{height:0;opacity:0;padding:0;margin:0}.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0;height:30px;padding:6px 8px;margin:0;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;text-align:left;box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-appearance:textfield}.ss-content .ss-search input::placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px #5897fb}.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:22px;font-weight:700;flex:0 0 30px;height:30px;margin:0 0 0 8px;border:1px solid #dcdee2;border-radius:4px;box-sizing:border-box}.ss-content .ss-addable{padding-top:0}.ss-content .ss-list{max-height:200px;overflow-x:hidden;overflow-y:auto;text-align:left}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{padding:6px 10px;font-weight:700}.ss-content .ss-list .ss-optgroup .ss-option{padding:6px 6px 6px 25px}.ss-content .ss-list .ss-optgroup-label-selectable{cursor:pointer}.ss-content .ss-list .ss-optgroup-label-selectable:hover{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option{padding:6px 10px;cursor:pointer;user-select:none}.ss-content .ss-list .ss-option *{display:inline-block}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:hover{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;color:#dedede;background-color:#fff}.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected{color:#666;background-color:rgba(88,151,251,.1)}.ss-content .ss-list .ss-option.ss-hide{display:none}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:#fffb8c}
:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:16,15,15;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,#ffffff26,#fff0);--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:hsla(0,3%,6%,.175);--bs-border-radius:0.25rem;--bs-border-radius-sm:0.2rem;--bs-border-radius-lg:0.3rem;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:2rem;--bs-border-radius-pill:50rem;--bs-link-color:#0d6efd;--bs-link-hover-color:#0a58ca;--bs-code-color:#d63384;--bs-highlight-bg:#fcf8e3}*,:after,:before{box-sizing:border-box}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(16,15,15,0);background-color:var(--bs-body-bg);color:var(--bs-body-color);font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);margin:0;text-align:var(--bs-body-text-align)}hr{border:0;border-top:1px solid;color:inherit;margin:1rem 0;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-bottom:1rem;margin-top:0}abbr[title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{background-color:var(--bs-highlight-bg);padding:.2em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{color:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{word-wrap:break-word;color:var(--bs-code-color);font-size:.875em}a>code{color:inherit}kbd{background-color:#212529;border-radius:.2rem;color:#fff;font-size:.875em;padding:.2rem .4rem}kbd kbd{font-size:1em;font-weight:700;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:#6c757d;padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}.js-focus-visible button:focus:not(.focus-visible),button:focus:not(.focus-visible).js-focus-visible{outline:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::file-selector-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:initial}[hidden]{display:none!important}button{background-color:#0000;border:0;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;padding:0;text-transform:inherit}button,button:active{color:inherit}ol,ul{margin-bottom:0}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:5rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:4.5rem}.display-3{font-size:4rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}.display-5{font-size:3rem}.display-5,.display-6{font-weight:300;line-height:1.2}.display-6{font-size:2.5rem}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote,.editor blockquote,.wysiwyg blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote>:last-child,.editor blockquote>:last-child,.wysiwyg blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#6c757d;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.blockquote-footer:before{content:"— "}.editor .img-responsive,.editor img:not([class]),.img-fluid,.img-thumbnail,.wysiwyg .img-responsive,.wysiwyg img:not([class]){height:auto;max-width:100%}.img-thumbnail{background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;padding:.25rem}.editor figure,.figure,.wysiwyg figure{display:inline-block}.editor figure img,.figure-img,.wysiwyg figure img{line-height:1;margin-bottom:.5rem}.editor figure figcaption,.figure-caption,.wysiwyg figure figcaption{color:#6c757d;font-size:.875em}@font-face{font-display:swap;font-family:TT Runs;font-weight:400;src:url(/local/templates/ozp2024/frontend/build/fonts/tt-runs_regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:TT Runs;font-weight:500;src:url(/local/templates/ozp2024/frontend/build/fonts/tt-runs_medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:TT Runs;font-weight:600;src:url(/local/templates/ozp2024/frontend/build/fonts/tt-runs_demibold.woff2) format("woff2")}@font-face{font-display:swap;font-family:SourceSans3;font-weight:400;src:url(/local/templates/ozp2024/frontend/build/fonts/SourceSans3-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:SourceSans3;font-weight:600;src:url(/local/templates/ozp2024/frontend/build/fonts/SourceSans3-SemiBold.woff2) format("woff2")}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes zoomIn{0%{transform:scale3d(0,0,1)}to{transform:scaleX(1)}}@keyframes zoomInY{0%{transform:scaleY(0)}to{transform:scaleX(1)}}@keyframes zoomInX{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.15)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translate(0)}}@keyframes bounceZoom{0%{transform:scaleX(0)}66%{transform:scaleX(1.05)}to{transform:scale(1)}}.fadeInDown{animation:fadeInDown .5s cubic-bezier(.34,.08,.16,.86) .2s backwards}.zoomIn{animation:zoomIn .5s cubic-bezier(.34,.08,.16,.86) .2s backwards}.zoomInY{animation:zoomInY .5s cubic-bezier(.34,.08,.16,.86) .2s backwards}.bounceZoom{animation:bounceZoom .5s cubic-bezier(.34,.08,.16,.86) .2s backwards;transform-origin:0 50%}.fadeInLeft{animation-duration:.66s;animation-fill-mode:backwards;animation-name:fadeInLeft;animation-timing-function:cubic-bezier(.34,.08,.16,.86)}.fadeInTop{animation-duration:.66s;animation-fill-mode:backwards;animation-name:fadeInTop;animation-timing-function:cubic-bezier(.34,.08,.16,.86)}.fadeIn{animation:fadeIn .25s cubic-bezier(.34,.08,.16,.86)}.a-item{animation:fadeInDown .6s cubic-bezier(.34,.08,.16,.86) .9s backwards}html.js [data-reveal]{opacity:0;transform:translate3d(0,15px,0);transition-duration:.6s,.6s;transition-property:opacity,transform;transition-timing-function:cubic-bezier(.25,.25,0,1),cubic-bezier(.25,.25,0,1)}html.js [data-reveal].is-reveal{opacity:1;transform:translateZ(0)}:root{--header-y-offset:32px;--header-content:55px;--header-height:calc(var(--header-content) + var(--header-y-offset)*2);--x-offset:42px}body{-webkit-tap-highlight-color:rgba(0,0,0,0);display:flex;flex-direction:column;font-family:SourceSans3;min-height:100vh;overflow-x:hidden}body.no-scroll{overflow:hidden}body.no-scroll .header{padding-right:calc(var(--x-offset) + var(--scrollbar-width, 0px))}body.no-scroll .report-content-button{transform:translateX(calc(-50% - var(--scrollbar-width, 0px)/2))}app-cookies-agreement:not(:defined){display:none}.js-focus-visible :focus:not(.focus-visible){outline:none}.main{display:flex;flex:1 1 auto;flex-direction:column}.visually-hidden{clip:rect(0 0 0 0);border:0;height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.wrapper{display:block;margin-left:auto;margin-right:auto;max-width:1700px;padding-left:var(--x-offset);padding-right:var(--x-offset);width:100%}.developer{margin-left:auto;transition:transform .6s cubic-bezier(.25,.25,0,1);will-change:transform}.inner-page .developer svg path{fill:#100f0f}.developer.focus-visible.js-focus-visible,.js-focus-visible .developer.focus-visible{transform:scale(1.1)}.developer:focus-visible{transform:scale(1.1)}.cookies-banner__title{font-size:clamp(16px,14.1538461538px + .5128205128vw,24px);font-weight:600;letter-spacing:-2px;line-height:1.17}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:TT Runs;margin:0}.h1,h1{font-size:clamp(34px,10px + 1.875vw,46px)}.h1,.h2,h1,h2{font-weight:600;letter-spacing:-1px;line-height:1.07}.h2,h2{font-size:clamp(13px,-8px + 5.8333333333vw,104px)}.h3,h3{font-size:clamp(20px,15.8461538462px + 1.1538461538vw,38px);line-height:1.1}.h3,.text-xl,h3{font-weight:600;letter-spacing:-2px}.text-xl{font-size:clamp(24px,18px + 1.6666666667vw,50px);line-height:1.08}.text-lg{font-size:48px;line-height:40px}.text-lg,.text-md{font-family:TT Runs;font-weight:600;letter-spacing:-.03em}.text-md{font-size:32px;line-height:1}.text-sm{font-size:clamp(12px,11.5384615385px + .1282051282vw,14px);font-weight:600;line-height:1.4}.body-text,body{font-size:clamp(13px,11.8461538462px + .3205128205vw,18px);font-weight:400;letter-spacing:-1px;line-height:1.11}.number-sm{font-family:TT Runs;font-size:clamp(42px,-2px + 3.4375vw,64px);font-size:clamp(20px,9.7435897436px + 2.5641025641vw,36px);font-weight:600;letter-spacing:-.005em;line-height:1.5}.link{--bg-size:0% 100%;--bg-size-hover:100% 100%;--underline-height:1px;background-image:linear-gradient(#0000 calc(100% - var(--underline-height)),currentColor var(--underline-height));background-repeat:no-repeat;background-size:var(--bg-size);display:inline;text-decoration:none;transition:background-size .4s ease-in-out,color .2s ease,opacity .2s ease}.link,.link:hover{color:inherit}.link:active{background-size:var(--bg-size)}.js-focus-visible .link.focus-visible,.link.focus-visible.js-focus-visible{background-size:var(--bg-size);outline-color:currentColor;outline-offset:3px}.link:focus-visible{background-size:var(--bg-size);outline-color:currentColor;outline-offset:3px}.js-focus-visible .link.focus-visible:after,.js-focus-visible .link.focus-visible:before,.link.focus-visible.js-focus-visible:after,.link.focus-visible.js-focus-visible:before{outline:none}.link:focus-visible:after,.link:focus-visible:before{outline:none}.link-underline{--bg-size:100% 100%;--bg-size-hover:0% 100%}.link-split-chars{display:flex;line-height:1.2;overflow:hidden;white-space:pre-wrap}.link-split-chars>div{display:flex!important}a{text-decoration:none;transition:color .6s cubic-bezier(.25,.25,0,1)}a,a:hover{color:#ea673e}.round-btn{--size:0px;--left:0px;--top:0px;background-color:#fff;border:1px solid #21252933;border-radius:84px;color:#212529;color:#100f0f;display:flex;font-family:TT Runs;font-size:clamp(10px,9.0769230769px + .2564102564vw,14px);font-weight:600;line-height:1;-webkit-mask-image:linear-gradient(#000,#fff);overflow:hidden;padding:16px 20px;position:relative;text-decoration:none;text-transform:uppercase;transition:color .6s cubic-bezier(.25,.25,0,1),background-color .6s cubic-bezier(.25,.25,0,1),transform .6s cubic-bezier(.25,.25,0,1)}.js-focus-visible .round-btn.focus-visible,.round-btn.focus-visible.js-focus-visible{background-color:#100f0f;color:#fff}.round-btn:focus-visible{background-color:#100f0f;color:#fff}.round-btn:hover{color:#fff}.round-btn:active{transform:scale(.9)}.round-btn__text{position:relative;text-align:center;z-index:1}p{margin:0}p+p{margin-top:1em}.s-offset,.s-offset-wrap{--offset:10px}.s-offset-wrap{margin-left:calc(var(--offset)*-1);margin-right:calc(var(--offset)*-1)}.s-offset{padding-left:var(--offset);padding-right:var(--offset)}.m-offset,.m-offset-wrap{--offset:42px}.m-offset-wrap{margin-left:calc(var(--offset)*-1);margin-right:calc(var(--offset)*-1)}.m-offset{padding-left:var(--offset);padding-right:var(--offset)}.l-offset,.l-offset-wrap{--offset:110px}.l-offset-wrap{margin-left:calc(var(--offset)*-1);margin-right:calc(var(--offset)*-1)}.l-offset{padding-left:var(--offset);padding-right:var(--offset)}.l-divider{border-bottom:1px solid #0000001a}.page__section{position:relative}.page__section:last-child{padding-bottom:28px}.page-curtain,.page__section--intro{overflow:hidden}.page-curtain{contain:strict;display:none;height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:12}.page-curtain.is-active{display:block;pointer-events:auto}.index-to-inner-curtain,.inner-to-index-curtain{background-color:#fff}.mobile-gradient-popup{--bottom-offset:78px;background:#0000;border-radius:27px;bottom:var(--bottom-offset);display:flex;flex-direction:column;height:100%;left:var(--x-offset);max-height:58px;padding:4px;position:fixed;transition:max-height .9s cubic-bezier(.25,.25,0,1);width:calc(100% - var(--x-offset)*2);will-change:max-height;z-index:11}.mobile-gradient-popup.is-open{max-height:calc(100vh - var(--header-height) - var(--bottom-offset)*2)}.mobile-gradient-popup.is-open .gradient-list{max-height:100%}.mobile-gradient-popup:not(.is-open) .gradient-list{border-color:#0000;transition:max-height .27s cubic-bezier(.25,.25,0,1) .27s,border-color .4s ease}.mobile-gradient-popup:not(.is-open) .cities-list__item{opacity:0}.mobile-gradient-popup .button-gradient{width:100%}.gradient-list{background:#fff;border:1px solid #100f0f33;border-radius:24px;flex:1 1 100%;flex-direction:column;max-height:0;overflow:hidden;transform:translateY(-8px)}.cities-list-popup,.gradient-list{display:flex;justify-content:center}.cities-list-popup{align-items:center;flex-wrap:wrap;gap:8px 2px;max-height:100%;overflow-y:auto;padding:16px;scrollbar-width:none}.cities-list-popup::-webkit-scrollbar{height:0;width:0}.button-gradient{align-items:center;background:#fff;border:1px solid #100f0f33;border-radius:24px;display:flex;font-size:14px;font-weight:600;height:50px;justify-content:space-between;line-height:18px;margin-top:auto;padding:16px 24px;text-transform:uppercase}.button-gradient__icon{height:8px;position:relative;width:10px}.button-gradient__icon span{background-color:#000;height:1px;left:0;margin-top:-.5px;position:absolute;top:50%;transition:transform .6s cubic-bezier(.25,.25,0,1),margin .6s cubic-bezier(.25,.25,0,1);width:100%}.button-gradient__icon span:first-child{margin-top:-4px}.is-open .button-gradient__icon span:first-child{margin-top:-.5px;transform:rotate(45deg)}.is-open .button-gradient__icon span:nth-child(2){transform:scaleX(0)}.button-gradient__icon span:last-child{margin-top:3px}.is-open .button-gradient__icon span:last-child{margin-top:-.5px;transform:rotate(135deg)}.ss-main{--radius:100px}.ss-main .ss-single-selected{background-color:#fff;border:1px solid #100f0f33;border-radius:var(--radius);color:#100f0f;font-family:TT Runs;font-size:18px;font-size:14px;font-weight:600;height:50px;line-height:20px;min-width:220px;padding:16px 20px;text-transform:uppercase}.ss-main .ss-single-selected .ss-arrow span{border-color:#100f0f}.ss-main .ss-single-selected.ss-open-below{border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius)}.ss-content{background-color:#fff;border:1px solid #100f0f33;border-radius:22px;color:#100f0f;margin-top:10px;padding:10px 20px}.ss-content .ss-list::-webkit-scrollbar{background-color:#d9d9d903;height:4px;width:4px}.ss-content .ss-list::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:4px}.ss-content .ss-list .ss-option{font-family:TT Runs;font-size:14px;font-weight:600;padding:10px 0;text-transform:uppercase;transition:color .6s cubic-bezier(.25,.25,0,1)}.ss-content .ss-list .ss-option.ss-disabled,.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:hover:not(.ss-disabled){background-color:#0000;color:#ea673e}.preloader{align-items:center;background-color:#fff;display:flex;height:100%;justify-content:center;left:0;overflow:hidden;overflow:clip;position:fixed;top:0;width:100%;z-index:100}html.no-js .preloader{display:none}@keyframes rotate{0%{transform:rotate(0deg)}32%{transform:rotate(120deg)}33%{transform:rotate(120deg)}65%{transform:rotate(240deg)}66%{transform:rotate(240deg)}99%{transform:rotate(1turn)}to{transform:rotate(1turn)}}.preloader__logo{animation:rotate 5s ease-in-out infinite both;display:flex;height:120px;width:120px}.preloader__logo svg{max-height:100%;max-width:100%}.aside-list{display:flex;flex-direction:column;gap:24px}.aside-list__item{position:relative}.aside-list__link{color:inherit;text-decoration:none;transition:color .6s cubic-bezier(.25,.25,0,1)}.aside-list__link:before{background-color:#ea673e;border-radius:50%;content:"";height:6px;left:0;position:absolute;top:7px;transform:scale(0);transition:transform .6s cubic-bezier(.25,.25,0,1);width:6px}.aside-list__link.is-active{color:#ea673e;pointer-events:none}.aside-list__link.is-active:before{transform:scale(1)}.aside-list__link.is-active .aside-list__link-text{transform:translateX(14px)}.aside-list__link.focus-visible.js-focus-visible,.js-focus-visible .aside-list__link.focus-visible{color:#ea673e}.aside-list__link:focus-visible{color:#ea673e}.aside-list__link.focus-visible.js-focus-visible:before,.js-focus-visible .aside-list__link.focus-visible:before{transform:scale(1)}.aside-list__link:focus-visible:before{transform:scale(1)}.aside-list__link.focus-visible.js-focus-visible .aside-list__link-text,.js-focus-visible .aside-list__link.focus-visible .aside-list__link-text{transform:translateX(10px)}.aside-list__link:focus-visible .aside-list__link-text{transform:translateX(10px)}.aside-list__link-text{transition:transform .6s cubic-bezier(.25,.25,0,1)}.editor table:not([class]),.table,.wysiwyg table:not([class]){border:1px solid #100f0f33;border-radius:20px;font-size:.9rem;line-height:1;width:100%}.editor table:not([class]) tr:first-child td,.table tr:first-child td,.wysiwyg table:not([class]) tr:first-child td{border-top:none}.editor table:not([class]) tr:last-child td,.table tr:last-child td,.wysiwyg table:not([class]) tr:last-child td{border-bottom:none}.editor table:not([class]) tr td:first-child,.table tr td:first-child,.wysiwyg table:not([class]) tr td:first-child{border-left:none}.editor table:not([class]) tr td:last-child,.table tr td:last-child,.wysiwyg table:not([class]) tr td:last-child{border-right:none}.editor table:not([class]) th,.table th,.wysiwyg table:not([class]) th{color:#ea673e;min-width:14.0625vw}.editor table:not([class]) td,.table td,.wysiwyg table:not([class]) td{color:#212529}.editor table:not([class]) td,.editor table:not([class]) th,.table td,.table th,.wysiwyg table:not([class]) td,.wysiwyg table:not([class]) th{border:1px solid #100f0f33;box-sizing:border-box;padding:8px 11px;text-align:left}.editor table:not([class]) td:first-child,.editor table:not([class]) td:last-child,.editor table:not([class]) th:first-child,.editor table:not([class]) th:last-child,.table td:first-child,.table td:last-child,.table th:first-child,.table th:last-child,.wysiwyg table:not([class]) td:first-child,.wysiwyg table:not([class]) td:last-child,.wysiwyg table:not([class]) th:first-child,.wysiwyg table:not([class]) th:last-child{border-radius:20px}.table-responsive{display:flex;margin-inline:calc(var(--x-offset)*-1);overflow:hidden;overflow-x:auto;padding-bottom:.9375vw;padding-inline:var(--x-offset)}.table-responsive::-webkit-scrollbar{height:3px}.table-responsive::-webkit-scrollbar-track{background:#d9d9d9b3;border-radius:6px}.table-responsive::-webkit-scrollbar-thumb{background:#ea673e;border-radius:6px}.table-responsive::-webkit-scrollbar-thumb:hover{background:#ea673e}.editor table:not([class]),.table-bordered,.wysiwyg table:not([class]){border:1px solid #100f0f33;border-radius:20px;flex:1 1 100%}.editor .table-bordered table:not([class]),.editor table:not([class]) .table,.editor table:not([class]) table,.table-bordered .editor table:not([class]),.table-bordered .table,.table-bordered .wysiwyg table:not([class]),.table-bordered table,.wysiwyg .table-bordered table:not([class]),.wysiwyg table:not([class]) .table,.wysiwyg table:not([class]) table{border:none}.ozp-table table{border:unset;border-collapse:initial;border-spacing:0 10px;width:100%}.ozp-table table tr{background-color:#d9d9d94d;overflow:hidden}.ozp-table table tr td{--border-radius:12px;padding:36px 28px;white-space:nowrap}.ozp-table table tr td:first-child{border-bottom-left-radius:var(--border-radius);border-top-left-radius:var(--border-radius)}.ozp-table table tr td:last-child{border-bottom-right-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.ozp-table table tr:first-child{color:#ea673e;font-family:TT Runs;font-size:clamp(20px,12px + .625vw,24px);font-weight:600;letter-spacing:-.42px}.pie{display:flex}.pie-chart{--chart-x-offset:80px;width:50%}.pie-chart__wrapper{margin:0 auto;width:calc(100% - var(--chart-x-offset)*2)}.pie-legend{flex:none;justify-content:center;width:50%}.pie-legend,.pie-legend__list{display:flex;flex-direction:column}.pie-legend__list{gap:40px;padding-left:0}.pie-legend__item{align-items:center;display:flex;gap:8px;padding-left:16px;position:relative}.pie-legend__item:before{background-color:currentColor;border-radius:50%;content:"";height:8px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:8px}.pie-legend__name{max-width:130px}.video-wrap{overflow:hidden;padding-top:56.25%;position:relative}.video-wrap iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.compare-view{align-items:flex-start;display:flex;gap:6px}.compare-view__count{align-items:center;color:#ea673e;display:flex}.compare-view__icon{border:1px solid #ea673e;flex:none}.compare-view__icon img{height:100%;max-height:100%;max-width:100%;object-fit:contain;width:100%}.compare-view__caption{font-family:TT Runs;font-size:clamp(15px,12.9230769231px + .5769230769vw,24px);font-weight:600;line-height:1.15;text-transform:uppercase}.compare-view__caption--compare{font-size:clamp(12px,10.6153846154px + .3846153846vw,18px);line-height:1.15;text-transform:uppercase}.compare-card__top{background-color:#ea673e;border-radius:10px;color:#fbfbfb;display:flex;flex-direction:column;overflow:hidden;position:relative}.compare-card__footer{align-items:flex-end;display:flex;justify-content:space-between;margin-top:auto;z-index:1}.compare-card__bottom{border-bottom:1px solid #0000001a;display:flex}.compare-card__module+.compare-card__module{border-left:1px solid #0000001a}.compare-card__subcaption{color:#100f0f;line-height:1;width:25%}.compare-card__title{font-size:clamp(15px,12.9230769231px + .5769230769vw,24px)}.compare-card__icon img{height:100%;max-height:100%;max-width:100%;width:100%}.compare-tile{border:1px solid #d9d9d9;border-radius:12px;color:#100f0f;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative}.compare-tile__top{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:156px;z-index:1}.compare-tile__head{display:flex;flex-direction:column;height:100%;z-index:1}.compare-tile__count{margin-top:auto}.compare-tile__bottom{display:flex;flex:none;margin-top:auto;z-index:1}.compare-tile__item{display:flex;flex-direction:column;width:50%}.compare-tile__left,.compare-tile__right{align-items:flex-start;border:1px solid #d9d9d9;border-radius:12px;display:flex;flex:1 1 100%;flex-direction:column;padding:30px}.compare-tile__caption{align-items:flex-end;display:inline-flex;margin-top:auto;max-width:75%;text-transform:lowercase}.compare-tile__subcount{color:#ea673e;font-family:TT Runs;font-size:clamp(15px,12.9230769231px + .5769230769vw,24px);font-weight:600;line-height:1.15;margin-bottom:96px;margin-left:auto}.compare-card__count-and-caption{align-items:first baseline;display:inline-flex;gap:12px}.count-big{font-family:TT Runs;font-size:clamp(48px,37.8461538462px + 2.8205128205vw,92px);font-weight:600;letter-spacing:-.03em;line-height:1.5}.compare-card__header{display:flex;justify-content:center;margin-top:auto}.graph-table{padding-bottom:13px;position:relative}.graph-table__body{border-bottom:1px solid #100f0f1a;display:flex;margin-bottom:2.083334vw;max-height:665px;padding-left:9%;position:relative}.graph-table__y{animation-delay:.3s;bottom:0;display:flex;flex-direction:column-reverse;height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0}.graph-table__y .graph-table__head{border-right:1px solid #100f0f1a;box-sizing:border-box;height:100%;overflow:hidden;padding-left:15px;width:6.1824%}.graph-table__y .graph-table__head:not(:last-child):before{border-bottom:1px dashed #100f0f0d;content:"";left:0;position:absolute;right:0}.graph-table__y .graph-table__head>span{align-items:center;display:flex;height:100%}.graph-table__head{color:#100f0f4d;font-family:TT Runs;font-size:clamp(10px,8.6153846154px + .3846153846vw,16px);font-weight:600;letter-spacing:-.48px;line-height:1.25;white-space:nowrap}.graph-table__main{width:93.8177%}.graph-table__list{box-sizing:border-box;display:flex;height:100%;padding-top:2.083334vw}.graph-table__item{box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;width:100%}.graph-table__x{display:flex;font-weight:500}.graph-table__x .graph-table__head{width:100%}.graph-col{align-items:flex-end;display:flex;height:100%;margin:0 auto;text-align:center;width:100%}.graph-col__inner{position:relative;width:100%}.graph-col__fill{height:100%;position:relative;transform-origin:50% 100%}.graph-col__value{align-items:center;display:flex;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.graph-col__value span{align-items:center;border-radius:4px;color:#fbfbfb;display:inline-flex;font-family:TT Runs;font-size:clamp(10px,8.6153846154px + .3846153846vw,16px);font-weight:600;letter-spacing:-.48px;line-height:1.25;padding:0 5px;white-space:nowrap}.graph-list__item+.graph-list__item{margin-top:12px}.graph-row{color:#fff;font-weight:600}.graph-row__title{font-family:TT Runs;font-size:clamp(16px,12.3076923077px + 1.0256410256vw,32px);font-weight:600;letter-spacing:-.03em;line-height:1;margin-inline:auto;position:relative}.graph-row__body{height:3.75vw;max-height:72px;position:relative}.graph-row__inner{align-items:center;display:flex;height:100%;padding-inline:30px;position:relative}.graph-row__fill{background:#ea673e;border-radius:.625vw;height:100%;left:0;position:absolute;top:0;width:100%}.graph-row__label{animation-delay:.33s;text-transform:lowercase}.graph-row__label,.graph-row__value{align-items:center;display:flex;position:relative}.graph-row__value{animation-delay:.36s;margin-left:auto;white-space:nowrap}.graph-row__label,.graph-row__value{font-family:TT Runs;font-size:clamp(10px,8.6153846154px + .3846153846vw,16px);font-weight:600;letter-spacing:-.48px;line-height:1.25}.info-list{--gap:12px;display:flex;gap:var(--gap)}.info-list::-webkit-scrollbar{height:3px}.info-list::-webkit-scrollbar-track{background:#0000}.info-list::-webkit-scrollbar-thumb,.info-list::-webkit-scrollbar-thumb:hover{background-color:#ea673e}.info-list__item{flex-grow:1;width:calc(33.33333% - var(--gap)/3*2)}.info-card{border:1px solid #d9d9d9;border-radius:12px;box-sizing:border-box;flex-direction:column;height:100%}.info-card,.info-card__bottom{display:flex;justify-content:space-between}.info-card__bottom{align-items:flex-end}.info-list--num .info-card__bottom{margin-top:auto}.info-card__count{color:#ea673e;font-family:TT Runs;font-size:clamp(34px,10px + 1.875vw,46px);font-weight:600;letter-spacing:-.01em;margin-bottom:14px;margin-left:auto}.info-card__icon{align-items:center;border:1px solid #ea673e;border-radius:8px;display:flex;flex:none;justify-content:center;padding:5px}.info-card__icon .info-card__caption{color:#100f0f;text-transform:lowercase}.info-card__icon .info-card__caption-no-lowercase{color:#100f0f}.info-card__icon img{width:100%}.info-card__icon--top{margin-left:auto;margin-top:auto}.info-card--list .info-card__caption{max-width:none}.info-card--list .info-card__head:last-child{margin-bottom:0;margin-top:auto}.accordeons-wrapper{display:flex}.accordeons-list{margin-left:auto;width:50%}.accordeon-title{--offset-y:32px;--offset-x:8px;font-family:TT Runs;font-size:clamp(14px,10px + .3125vw,16px);font-weight:600;letter-spacing:-.48px;line-height:1.25;padding:var(--offset-y) var(--offset-x);position:relative;text-align:left;text-transform:uppercase;transition:color .4s ease;width:100%}.accordeon-title:after,.accordeon-title:before{--size:14px;background-color:#ea673e;border-radius:2px;content:"";position:absolute}.accordeon-title:after{height:1px;right:calc(var(--offset-x) + .5px);top:calc(var(--offset-y) + var(--size)/2);width:var(--size)}.accordeon-title:before{height:var(--size);right:calc(var(--offset-x) + var(--size)/2);top:calc(var(--offset-y) + .5px);transition:opacity .4s ease;width:1px}.accordeon-title[aria-expanded=true]{color:#ea673e}.accordeon-title[aria-expanded=true]:before{opacity:0}.accordeon{border-bottom:1px solid #d9d9d9}.accordeon-content{padding:10px 8px 32px}.new-pie-section{align-items:center;display:flex;gap:160px;min-height:100vh;position:-webkit-sticky;position:sticky;top:0}.new-pie-left{flex:none;width:620px}.new-pie-left .section__subtitle{width:80%}.new-pie-title,.new-pie-wrapper{width:100%}.new-pie-container{width:66%}.new-pie{padding-top:100%;position:relative;width:100%}.new-pie-outer-ark{border-right:1px solid #0000;border-top:1px solid #0000;border-color:#d9d9d980 #d9d9d980 #0000 #0000;border-radius:50%;border-style:solid;border-width:1px;height:100%;left:0;pointer-events:none;position:absolute;top:0;transform:rotate(45deg);width:100%}.new-pie-outer-circle{--stroke-width:30px;--size:95%;border:var(--stroke-width) solid #f9fafa;border-radius:50%;z-index:1}.new-pie-inner-circle,.new-pie-outer-circle{height:var(--size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:var(--size)}.new-pie-inner-circle{--stroke-width:22px;--size:87.5%;border:var(--stroke-width) solid #eaeaebcc;border-radius:50%;z-index:2}.new-pie-circle-path{--total:1860;stroke-dasharray:0 var(--total);opacity:0;transition:opacity .4s ease,stroke-dasharray .8s ease}[data-index="0"] .new-pie-circle-path:first-child,[data-index="1"] .new-pie-circle-path:nth-child(2),[data-index="10"] .new-pie-circle-path:nth-child(11),[data-index="2"] .new-pie-circle-path:nth-child(3),[data-index="3"] .new-pie-circle-path:nth-child(4),[data-index="4"] .new-pie-circle-path:nth-child(5),[data-index="5"] .new-pie-circle-path:nth-child(6),[data-index="6"] .new-pie-circle-path:nth-child(7),[data-index="7"] .new-pie-circle-path:nth-child(8),[data-index="8"] .new-pie-circle-path:nth-child(9),[data-index="9"] .new-pie-circle-path:nth-child(10){stroke-dasharray:calc(var(--total) - var(--length)) var(--length);opacity:1}.new-pie-graph{height:82.27%;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:82.27%;z-index:3}.pie-bullet-angle{--size:14px;height:calc(50% + var(--size)/2);left:calc(50% - var(--size)/2);position:absolute;top:calc(var(--size)/-2);transform-origin:50% 100%;width:var(--size)}[data-index="0"] .pie-bullet-angle:first-child .pie-bullet,[data-index="1"] .pie-bullet-angle:nth-child(2) .pie-bullet,[data-index="10"] .pie-bullet-angle:nth-child(11) .pie-bullet,[data-index="2"] .pie-bullet-angle:nth-child(3) .pie-bullet,[data-index="3"] .pie-bullet-angle:nth-child(4) .pie-bullet,[data-index="4"] .pie-bullet-angle:nth-child(5) .pie-bullet,[data-index="5"] .pie-bullet-angle:nth-child(6) .pie-bullet,[data-index="6"] .pie-bullet-angle:nth-child(7) .pie-bullet,[data-index="7"] .pie-bullet-angle:nth-child(8) .pie-bullet,[data-index="8"] .pie-bullet-angle:nth-child(9) .pie-bullet,[data-index="9"] .pie-bullet-angle:nth-child(10) .pie-bullet{background-color:var(--bg)}.pie-bullet{background-color:#d9d9d9;border-radius:50%;height:var(--size);left:0;position:absolute;top:0;transition:background-color .4s ease;width:var(--size);z-index:1}.pie-bullet__text{bottom:calc(100% + 10px);color:#212529;font-family:TT Runs;font-size:12px;font-weight:600;left:50%;opacity:.3;position:absolute;text-align-last:left;text-transform:uppercase;white-space:nowrap}.pie-content,.pie-content-item{align-items:center;display:flex;flex-direction:column;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.pie-content-item{opacity:0;text-align:center;transition:opacity .4s ease}[data-index="0"] .pie-content-item:first-child,[data-index="1"] .pie-content-item:nth-child(2),[data-index="10"] .pie-content-item:nth-child(11),[data-index="2"] .pie-content-item:nth-child(3),[data-index="3"] .pie-content-item:nth-child(4),[data-index="4"] .pie-content-item:nth-child(5),[data-index="5"] .pie-content-item:nth-child(6),[data-index="6"] .pie-content-item:nth-child(7),[data-index="7"] .pie-content-item:nth-child(8),[data-index="8"] .pie-content-item:nth-child(9),[data-index="9"] .pie-content-item:nth-child(10){opacity:1}.pie-content-num{font-family:TT Runs;font-size:clamp(34px,10px + 1.875vw,46px);font-weight:600;letter-spacing:-.005em}.pie-content-top{display:flex;flex-direction:column;gap:20px}.pie-content-percent{color:#212529;font-size:clamp(18px,6px + .9375vw,24px);letter-spacing:-.005em;margin-top:24px;opacity:.4}.gallery-slider{margin-top:-48px;padding-top:114px;position:relative}.gallery-slider__ctrl{display:flex;gap:12px;position:absolute;right:var(--x-offset);top:0}.gallery-sider-button{border:1px solid #ea673e;border-radius:20px;padding:16px 20px}.gallery-sider-button__icon{--size:14px;align-items:center;display:flex;height:var(--size);justify-content:center;width:var(--size)}.gallery-sider-button__icon svg{height:100%;max-height:100%;max-width:100%;width:100%}.gallery-slider__spacer{height:0;padding-top:50.82%;width:100%}.gallery-slider__img{border-radius:12px;bottom:0;height:0;left:0;opacity:.5;overflow:clip;padding-top:33.36%;position:absolute;transition:padding-top .6s ease,opacity .6s ease;width:100%;will-change:padding-top}.gallery-slider__img img,.gallery-slider__img picture{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.gallery-slider__slide{align-items:flex-end;display:flex}.gallery-slider__slide.swiper-slide{height:auto}.gallery-slider__slide.is-active .gallery-slider__img,.gallery-slider__slide.swiper-slide-duplicate-active .gallery-slider__img{opacity:1;padding-top:50.82%}.numpics{--gap:12px;display:flex;gap:var(--gap);min-height:570px;width:100%}.numpics-col{flex:none;width:calc(50% - var(--gap)/2)}.numpics__left{--gap:12px;display:flex;gap:var(--gap)}.numpics-left__col{gap:10px;width:calc(50% - var(--gap)/2)}.numpics-item,.numpics-left__col{display:flex;flex-direction:column}.numpics-item{border:1px solid #d9d9d9;border-radius:12px;flex:1 1 100%;gap:16px;justify-content:space-between;padding:30px}.numpics-right{border-radius:12px;display:flex;flex-direction:column;overflow:hidden;position:relative}.numpics-right__image,.numpics-right__image img{height:100%;left:0;position:absolute;top:0;width:100%}.numpics-right__image img{object-fit:cover}.numpics-right__image:before{background-color:#0003;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.numpics-right__inner{color:#fff;display:flex;flex-direction:column;flex-grow:1;height:100%;justify-content:space-between;padding:30px;position:relative;z-index:2}.numpics-right__inner .numpics-number{color:#fff}.numpics-number{color:#ea673e;font-family:TT Runs;font-size:clamp(34px,10px + 1.875vw,46px);font-weight:600}.numpics-caption{font-size:clamp(18px,6px + .9375vw,24px)}.inline-video{background-color:#100f0f33;border-radius:16px;display:block;height:0;overflow:hidden;padding-top:56.25%;position:relative}.inline-video+.inline-video{margin-top:40px}.inline-video iframe,.inline-video img,.inline-video video{height:100%;left:0;position:absolute;top:0;width:100%}.inline-video img,.inline-video video{object-fit:cover}.inline-video iframe{border:0}.inline-video__link{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.inline-video__link:active .inline-video__preview{transform:none}@keyframes scaleDown{to{transform:scale(0)}}.inline-video__preview{transform:scale(1.03);transition:transform .7s ease,opacity .7s ease}.inline-video__link--leave .inline-video__preview{opacity:0}.inline-video__play-btn{--size:88px;align-items:center;border-radius:50%;display:flex;height:var(--size);justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:var(--size);z-index:1}.inline-video__play-btn svg{position:relative;z-index:2}.inline-video__play-btn .circles-decor{--border-width:1px}.inline-video__play-btn .circles-decor div:first-child{--scale:27%;animation:rotate-decor-1-sm var(--animation-easing) var(--animation-duration) both infinite}.inline-video__play-btn .circles-decor div:nth-child(2){--scale:54%;animation:rotate-decor-2-sm var(--animation-easing) var(--animation-duration) both infinite}.inline-video__play-btn-bg{background-color:#ea673e;border-radius:50%;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.header{height:var(--header-height);left:0;padding:var(--header-y-offset) var(--x-offset);position:-webkit-sticky;position:sticky;right:0;top:0;z-index:10}.inner-page .header{background-color:#fff}.header__inner{align-items:center;display:flex;height:var(--header-content);justify-content:space-between}.header-sgk-link{display:flex;gap:8px;letter-spacing:0;margin-left:11vw;text-transform:uppercase}.header-title{margin-left:6.82vw}.header__logo a{display:flex;height:var(--header-content)}.header__logo svg{max-height:100%;max-width:100%}.header-city-select{margin-left:auto;margin-right:20px}.gradient-canvas{height:100%;left:0;position:fixed;top:0;width:100%}.footer{margin-top:auto}.hero-inner{height:calc(100vh - var(--header-height));margin-inline:calc(var(--content-offset)*-1);overflow:hidden;overflow:clip;padding-inline:var(--content-offset);position:relative}.hero-inner__inner{align-items:center;display:flex;flex-direction:column;gap:40px;height:100%;justify-content:center;margin-inline:auto;max-width:1080px;position:relative;text-align:center;z-index:1}.hero-inner-title{font-size:clamp(54px,-6px + 4.6875vw,84px);font-weight:600;letter-spacing:-1px;line-height:1.07}.hero-inner-subtitle{font-size:14px;font-weight:600;opacity:.4;text-transform:uppercase}.page-arrow-down{--size:60px;align-items:center;bottom:50px;display:flex;height:var(--size);justify-content:center;opacity:0;pointer-events:none;position:absolute;right:var(--x-offset);transition:transform .4s ease,opacity .4s ease;width:var(--size)}.page-arrow-down.is-visible{opacity:1;pointer-events:all}.hero-video{height:calc(100vh - var(--header-height));left:-25%;opacity:.6}.hero-video,.hero-video__inner{position:absolute;top:0;width:100%}.hero-video__inner{height:100%;left:0;object-fit:contain}.error-page-content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative}.error-video{height:0;left:50%;opacity:.6;padding-top:100%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.error-video__inner{height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.error-page__text{font-size:clamp(14px,10px + .3125vw,16px);font-weight:600;position:relative;text-transform:uppercase;z-index:1}.error-page__code{font-family:TT Runs;font-size:clamp(264px,-16px + 21.875vw,404px);font-weight:500;pointer-events:none;position:relative;z-index:1}.error-page .page{height:100vh;overflow:hidden;overflow:clip}.error-page-btn{position:relative;z-index:1}.hero{height:100%;inset:0;position:absolute;width:100%}.intro__cities{bottom:0;left:0;position:absolute}.index-page{overflow:hidden}.index-cities{bottom:50px;left:var(--x-offset);max-width:780px;position:absolute}.cities-list{display:flex;flex-wrap:wrap;gap:4px;justify-content:flex-start}.header-title{font-family:SourceSans3;font-size:clamp(12px,8px + .3125vw,14px);font-weight:600;letter-spacing:-.01em;text-transform:uppercase}.index-decor{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.hidden-path{visibility:hidden}.lottie{align-items:center;display:flex;position:fixed}.lottie,.video-bg{height:100%;inset:0;width:100%}.video-bg{position:absolute}.intro-video{height:0;left:25%;padding-top:100%;pointer-events:none;position:absolute;top:-50%;width:100%}.intro-video__inner{height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.exhibition-img{-webkit-clip-path:url(#svgPath);clip-path:url(#svgPath);height:100%;width:100%}.exhibition-img img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.exhibition-img-wrapper{height:1404px;position:fixed;right:-322px;top:-371px;width:1347px}.intro-title{font-family:TT Runs;font-size:clamp(78px,-2px + 6.25vw,118px);font-weight:500;left:var(--x-offset);line-height:.8;position:absolute;top:50%;transform:translateY(-50%)}.main-image{z-index:1}.city-image{opacity:0;transition:opacity .4s ease;z-index:2}.city-image.is-active{opacity:1}.inner-page{--aside-width:17.4%;--content-offset:12px}.page__main{display:flex;padding-bottom:100px}.page__aside{z-index:1}.page__content{margin-left:auto;overflow:hidden;overflow:clip;padding:0 calc(var(--content-offset)) 0 var(--content-offset);width:calc(100% - var(--aside-width))}.page-head__title{margin-bottom:20px}.page-head__title:last-child{margin-bottom:0}.report-content-button{align-items:center;background-color:#fff;border:1px solid #100f0f;border-radius:84px;bottom:38px;color:#100f0f;display:flex;font-family:TT Runs;font-size:14px;font-weight:600;gap:90px;left:50%;padding:13px 20px;position:fixed;text-transform:uppercase;transform:translateX(-50%);z-index:10}.report-content .lit-popup-overlay{opacity:0}.report-content .lit-popup-container{background-color:#fff;border:1px solid #100f0f;border-radius:14px;bottom:90px;color:#100f0f;height:auto;left:50%;max-height:100%;overflow-x:hidden;overflow-y:auto;padding:30px;position:absolute;scrollbar-color:#ea673e #f5f5f5;scrollbar-width:thin;top:unset;transform:translateX(-50%);width:auto}.report-content .lit-popup-container::-webkit-scrollbar{width:3px}.report-content .lit-popup-container::-webkit-scrollbar-track{background:#0000}.report-content .lit-popup-container::-webkit-scrollbar-thumb,.report-content .lit-popup-container::-webkit-scrollbar-thumb:hover{background-color:#ea673e}.report-content-button__icon{--size:16px;height:var(--size);position:relative;width:var(--size)}.report-content-button__icon:after,.report-content-button__icon:before{background-color:#100f0f;border-radius:2px;content:"";height:1px;left:0;position:absolute;top:50%;transition:transform .4s ease;width:100%}.report-content-button__icon:before{transform:translateY(calc(-50% - 4px))}.report-content-button__icon:after{transform:translateY(calc(-50% + 4px))}.is-opened .report-content-button__icon:before{transform:translateY(-50%) rotate(45deg)}.is-opened .report-content-button__icon:after{transform:translateY(-50%) rotate(-45deg)}.editor table:not([class]),.wysiwyg table:not([class]){width:100%}.editor table[border="0"],.wysiwyg table[border="0"]{background:#0000;border:0;width:inherit}.editor table[border="0"]>tbody>tr>td,.editor table[border="0"]>tbody>tr>th,.editor table[border="0"]>tfoot>tr>td,.editor table[border="0"]>tfoot>tr>th,.editor table[border="0"]>thead>tr>td,.editor table[border="0"]>thead>tr>th,.wysiwyg table[border="0"]>tbody>tr>td,.wysiwyg table[border="0"]>tbody>tr>th,.wysiwyg table[border="0"]>tfoot>tr>td,.wysiwyg table[border="0"]>tfoot>tr>th,.wysiwyg table[border="0"]>thead>tr>td,.wysiwyg table[border="0"]>thead>tr>th{background:#0000;border:0}.editor .img-rounded,.wysiwyg .img-rounded{border-radius:.25rem!important}.editor .img-circle,.wysiwyg .img-circle{border-radius:.25rem!important;border-radius:50%}.editor img.pull-left,.editor img[align=left],.wysiwyg img.pull-left,.wysiwyg img[align=left]{float:left;margin-right:1rem}.editor img.pull-right,.editor img[align=right],.wysiwyg img.pull-right,.wysiwyg img[align=right]{float:right;margin-left:1rem}.editor .text-center img,.editor img.text-center,.wysiwyg .text-center img,.wysiwyg img.text-center{display:block;margin-left:auto;margin-right:auto}.editor .table-responsive,.wysiwyg .table-responsive{margin:40px 0;max-width:1260px;width:100%}.editor .table-responsive:first-child,.wysiwyg .table-responsive:first-child{margin-top:0}.editor .table-responsive:last-child,.wysiwyg .table-responsive:last-child{margin-bottom:0}.editor .h1,.editor .h2,.editor .h3,.editor .h4,.editor .h5,.editor h1,.editor h2,.editor h3,.editor h4,.editor h5,.wysiwyg .h1,.wysiwyg .h2,.wysiwyg .h3,.wysiwyg .h4,.wysiwyg .h5,.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5{margin-bottom:15px;margin-top:15px}.editor .h1:first-child,.editor .h2:first-child,.editor .h3:first-child,.editor .h4:first-child,.editor .h5:first-child,.editor h1:first-child,.editor h2:first-child,.editor h3:first-child,.editor h4:first-child,.editor h5:first-child,.wysiwyg .h1:first-child,.wysiwyg .h2:first-child,.wysiwyg .h3:first-child,.wysiwyg .h4:first-child,.wysiwyg .h5:first-child,.wysiwyg h1:first-child,.wysiwyg h2:first-child,.wysiwyg h3:first-child,.wysiwyg h4:first-child,.wysiwyg h5:first-child{margin-top:0}.editor .h1:last-child,.editor .h2:last-child,.editor .h3:last-child,.editor .h4:last-child,.editor .h5:last-child,.editor h1:last-child,.editor h2:last-child,.editor h3:last-child,.editor h4:last-child,.editor h5:last-child,.wysiwyg .h1:last-child,.wysiwyg .h2:last-child,.wysiwyg .h3:last-child,.wysiwyg .h4:last-child,.wysiwyg .h5:last-child,.wysiwyg h1:last-child,.wysiwyg h2:last-child,.wysiwyg h3:last-child,.wysiwyg h4:last-child,.wysiwyg h5:last-child{margin-bottom:0}.editor .h4+ol,.editor .h4+ul,.editor .h5+ol,.editor .h5+ul,.editor h4+ol,.editor h4+ul,.editor h5+ol,.editor h5+ul,.wysiwyg .h4+ol,.wysiwyg .h4+ul,.wysiwyg .h5+ol,.wysiwyg .h5+ul,.wysiwyg h4+ol,.wysiwyg h4+ul,.wysiwyg h5+ol,.wysiwyg h5+ul{margin-top:20px}.editor p,.wysiwyg p{margin-bottom:15px;margin-top:15px}.editor p:first-child,.wysiwyg p:first-child{margin-top:0}.editor p:last-child,.wysiwyg p:last-child{margin-bottom:0}.editor ul,.wysiwyg ul{list-style:none;margin:40px 0;max-width:1260px;padding:0}.editor ul:first-child,.wysiwyg ul:first-child{margin-top:0}.editor ul:last-child,.wysiwyg ul:last-child{margin-bottom:0}.editor ul>li,.wysiwyg ul>li{padding-left:16px;position:relative}.editor ul>li:before,.wysiwyg ul>li:before{background:#ea673e;border-radius:50%;content:"";height:5px;left:0;position:absolute;top:.5em;width:5px}.editor ul>li+li,.wysiwyg ul>li+li{margin-top:1.2em}.editor ol,.wysiwyg ol{counter-reset:list;list-style:none;margin:40px 0;max-width:1260px;padding:0}.editor ol:first-child,.wysiwyg ol:first-child{margin-top:0}.editor ol:last-child,.wysiwyg ol:last-child{margin-bottom:0}.editor ol>li,.wysiwyg ol>li{padding-left:16px;position:relative}.editor ol>li:before,.wysiwyg ol>li:before{color:#ea673e;content:counter(list) ")";counter-increment:list;left:0;margin-top:0;position:absolute;top:0}.editor ol>li+li,.wysiwyg ol>li+li{margin-top:1.2em}.editor .video-wrap,.wysiwyg .video-wrap{margin-left:0;margin-right:0}.editor .video-wrap:first-child,.wysiwyg .video-wrap:first-child{margin-top:0}.editor .video-wrap:last-child,.wysiwyg .video-wrap:last-child{margin-bottom:0}.editor table,.wysiwyg table{margin-left:0;margin-right:0}.editor img,.wysiwyg img{border-radius:12px;display:block;height:auto;margin-right:auto;max-width:1220px}.editor .caption+img,.wysiwyg .caption+img{margin-top:13px}.editor img+.caption,.wysiwyg img+.caption{margin-top:20px}@media screen and (max-width:1799px){:root{--x-offset:36px;--header-y-offset:24px;--header-content:46px}.round-btn{padding:14px 18px}.ozp-table table tr td{--border-radius:8px;padding:23px 20px}.compare-tile__top{margin-bottom:84px}.accordeon-title{--offset-y:24px}.accordeon-content{padding:4px 8px 24px}.new-pie-section{gap:40px}.new-pie-left{width:440px}.new-pie-container{width:60%}.pie-bullet-angle{--size:10px}.numpics{min-height:460px}.numpics,.numpics__left{--gap:8px}.numpics-item{padding:20px}.numpics-item,.numpics-right{border-radius:8px}.numpics-right__inner{padding:20px}.inline-video{border-radius:12px}.inline-video__play-btn{--size:66px}.header-sgk-link{margin-left:10.46vw}.header-title{margin-left:7.97vw}.page-arrow-down{--size:52px;bottom:34px}.index-cities{bottom:40px;max-width:720px}.exhibition-img-wrapper{height:971px;right:-218px;top:-244px;width:932px}.report-content-button{bottom:34px;gap:70px;padding:10px 18px}}@media(max-width:1279px){.desctop-report-link{display:none}}@media screen and (max-width:1199px){:root{--header-y-offset:20px;--x-offset:30px}.header .developer{display:none}.h1,h1{font-size:28px}.ozp-table table tr td{--border-radius:8px;padding:20px 18px;padding:13px 8px}.ozp-table table tr:first-child{font-size:18px}.compare-tile__top{margin-bottom:72px}.compare-tile__bottom{flex-direction:column;gap:8px;padding-bottom:19px;padding-top:14px}.compare-tile__item{width:100%}.graph-list__item+.graph-list__item{margin-top:32px}.graph-row__title{bottom:calc(100% + 3px);color:#212529;left:10px;position:absolute}.graph-row__body{height:48px}.graph-row__inner{padding-inline:10px}.info-card__count{font-size:28px}.accordeons-wrapper{flex-direction:column}.accordeons-list{margin-top:70px;width:100%}.accordeon-title{--offset-y:22px;font-size:13px}.accordeon-content{padding:2px 8px 22px}.new-pie-section{flex-direction:column;gap:40px;justify-content:center;padding-top:var(--header-height);text-align:center}.new-pie-left{width:66%}.new-pie-wrapper{display:flex;justify-content:center;margin-inline:auto;width:75%}.new-pie-outer-ark{transform:rotate(-45deg)}.pie-bullet__text{display:none}.pie-content-num{font-size:28px}.pie-content-percent{font-size:16px}.numpics{flex-direction:column;min-height:unset}.numpics-col{width:100%}.numpics-right{min-height:280px}.numpics-number{font-size:28px}.inline-video__play-btn{--size:48px;padding:calc(var(--size)*.3)}body:not(.index-page) .header-sgk-link{display:none}.header-title{margin-left:auto}.header .header-sgk-link,.header__title,body:not(.index-page) .header-title{display:none}.index-page .header__title{display:block;margin-left:auto;margin-right:auto}.index-page .mobile-footer .header-sgk-link{display:flex;margin-left:0;margin-right:0}.mobile-footer{align-items:center;bottom:30px;display:flex;justify-content:space-between;left:var(--x-offset);position:absolute;width:calc(100% - var(--x-offset)*2)}.header-city-select{margin-right:18px}.page-arrow-down{display:none}.hero-video{left:50%;top:50%}.error-video,.hero-video{transform:translate(-50%,-50%) scale(1.4)}.error-page__text{font-size:12px}.cities-list{display:none}.intro-video{left:50%;top:50%;transform:translate(-50%,-50%) scale(1.4)}.exhibition-img-wrapper{height:81.77vw;left:50%;top:calc(var(--header-height) + 200px);transform:translateX(-50%);width:78.5vw}.intro-title{left:50%;text-align:center;top:calc(var(--header-height) + 48px);transform:translateX(-50%);width:100%;z-index:1}}@media screen and (max-width:1024px)and (orientation:portrait){.new-pie-section{gap:72px}.new-pie-wrapper{width:80%}.new-pie-container{width:100%}.mobile-footer{bottom:20px}.hero-inner{margin-inline:calc(var(--x-offset)*-1);padding-inline:var(--x-offset)}}@media(max-width:1023px){.mobile-gradient-popup{--bottom-offset:58px}}@media(max-width:959px)and (min-width:768px){.compare-card__subcaption{font-size:12px}.info-card__caption{font-size:12px;max-width:150px}}@media(max-width:959px)and (min-width:579px){.l-offset,.l-offset-wrap{--offset:30px}.l-divider{padding-bottom:38px}.compare-card__top{padding-bottom:26px;padding-top:22px}}@media(max-width:959px){.s-offset,.s-offset-wrap{--offset:3px}.m-offset,.m-offset-wrap{--offset:16px}.page__section{max-width:100vw;padding-bottom:39px;padding-top:39px;width:100%}.page__section--intro{height:100vh;margin-top:calc(var(--header-height)*-1);padding:0}.section__head{margin-bottom:27px}.section__subhead{margin-bottom:40px}.section__subhead.section__subhead--no-margin{margin-bottom:0}.section__title{max-width:620px}.section__subtitle{max-width:440px}.section__caption{margin-top:15px}.ss-main{--radius:24px}.ss-main .ss-single-selected{height:40px}.ss-content,.ss-main .ss-single-selected{font-size:13px;line-height:26px;padding:7px 16px}.aside-list{display:none}.editor table:not([class]) th,.table th,.wysiwyg table:not([class]) th{min-width:108px}.table-responsive{padding-bottom:12px}.pie{flex-direction:column;gap:34px}.pie-chart{--chart-x-offset:60px;width:100%}.pie-legend{width:100%}.pie-legend__list{flex-direction:row;gap:24px;justify-content:space-between;overflow:hidden;overflow-x:auto;padding-bottom:.9375vw}.pie-legend__list::-webkit-scrollbar{height:3px}.pie-legend__list::-webkit-scrollbar-track{background:#0000}.pie-legend__list::-webkit-scrollbar-thumb,.pie-legend__list::-webkit-scrollbar-thumb:hover{background:linear-gradient(266.28deg,#e34643 10.24%,#ea673e 81.88%)}.pie-legend__item{align-items:flex-start;flex:none;flex-direction:column;gap:0;padding-left:0}.pie-legend__item:before{top:9px;transform:none}.pie-legend__name{max-width:80px}.pie-legend__count{padding-left:12px}.video-wrap{border-radius:10px}.compare-view__icon{border-radius:6px;height:50px;padding:4px;width:50px}.compare-view__caption,.compare-view__caption--compare{max-width:80px}.compare-card__top{min-height:232px}.compare-card__bottom{padding:16px 0}.compare-card__module{padding-bottom:10px;padding-top:10px}.compare-card__subcaption{font-size:10px}.compare-card__title{letter-spacing:0;line-height:1.07;max-width:150px}.compare-card__head{margin-bottom:0}.compare-card__subtitle{line-height:1;margin-bottom:23px;max-width:130px}.compare-tile{padding-top:17px}.compare-tile__title{max-width:156px}.compare-tile__count{margin-left:auto;padding-bottom:31px;padding-top:31px}.graph-table__body{height:190px;margin-bottom:20px;padding-left:60px}.graph-table__y{flex:none}.graph-table__y .graph-table__head{padding:0;width:60px}.graph-table__y .graph-table__head>span{padding-left:10px}.graph-table__main{width:100%}.graph-table__list{overflow:hidden;overflow-x:auto;padding-top:20px}.graph-table__list::-webkit-scrollbar{display:none}.graph-table__item{min-width:72px;padding:0 8px}.graph-table__x .graph-table__head{min-width:72px;padding:8px 3px 0}.graph-table__x{overflow:hidden;overflow-x:auto}.graph-table__x::-webkit-scrollbar{display:none}.graph-col__fill{border-radius:8px}.graph-col__value span{border-radius:60px;height:13px;padding:0 5px}.info-list{flex-direction:column;overflow-x:auto}.info-list.info-list--num{flex-direction:row;margin-inline:calc(var(--x-offset)*-1);padding-inline:var(--x-offset)}.info-list:not(:first-child){padding-top:10px}.info-list:not(:last-child){padding-bottom:20px}.info-list::-webkit-scrollbar{display:none}.info-list__item{flex:none;width:100%}.info-list--num .info-list__item{width:83%}.info-card{border-radius:8px;min-height:150px;padding-bottom:16px;padding-top:16px}.info-card__icon{border-radius:4px;padding:2px}.info-card__icon,.info-card__icon--top{height:36px;width:36px}.info-card__descr{margin-right:10px}.info-card__head{margin-bottom:23px}.info-card__caption{font-size:10px;line-height:1;max-width:120px}.inner-page{--aside-width:0%;--content-offset:0px}.page__main{flex-direction:column}.page__aside,.page__content{padding-inline:var(--x-offset)}.page__content{width:100%}.page-head:not(:last-child){padding-bottom:26px}.page-head__title{max-width:620px}.page-head__caption{max-width:580px}.editor>:not(.table-wrap),.wysiwyg>:not(.table-wrap){margin-right:40px}.editor .video-wrap,.editor img,.wysiwyg .video-wrap,.wysiwyg img{margin-bottom:15px;margin-top:15px}}@media (max-width:900px)and (orientation:landscape),screen and (max-width:767px){:root{--x-offset:14px;--header-y-offset:14px;--header-content:38px}.ozp-table table{border-spacing:0 8px}.ozp-table table tr:first-child{font-size:14px}.compare-tile__top{margin-bottom:48px}.compare-tile__left,.compare-tile__right{padding:14px}.accordeons-list{margin-top:48px}.accordeon-title{--offset-y:18px;font-size:10px}.accordeon-content{padding:2px 8px 18px}.new-pie-left{display:flex;justify-content:center;text-align:center;width:100%}.new-pie-outer-circle{--stroke-width:20px}.new-pie-inner-circle{--stroke-width:12px}.pie-bullet-angle{--size:6px}.pie-content-num{font-size:20px}.pie-content-percent{font-size:13px}.gallery-slider__ctrl{display:none}.numpics{--gap:6px}.numpics__left{--gap:6px;flex-direction:column}.numpics-left__col{width:100%}.numpics-caption{font-size:14px}.inline-video{border-radius:8px}.inline-video+.inline-video{margin-top:28px}.mobile-footer{bottom:10px}.hero-inner-title{font-size:28px}.error-page__text{font-size:11px}.error-page__code{font-size:108px}.header-title{font-size:10px}.exhibition-img-wrapper{height:99.375vw;top:50%;transform:translate(-50%,-50%);width:95.625vw}.intro-title{font-size:38px}}@media(max-width:767px){.h3,.text-xl,h3{letter-spacing:-1px}.text-xl{line-height:1.08}.section__subtitle{max-width:83%}}@media(max-width:579px){.l-offset,.l-offset-wrap{--offset:20px}.l-divider{padding-bottom:38px}.compare-card__top{flex-direction:column;padding-bottom:20px;padding-top:19px}.compare-card__bottom{overflow:hidden;overflow-x:auto}.compare-card__bottom::-webkit-scrollbar{display:none}.compare-card__module{flex:none;width:75%}.compare-list__item+.compare-list__item{margin-top:8px}.graph-table__item{padding:0 3px}}@media(min-width:580px){.compare-card__module{display:flex;flex-direction:column;width:50%}.compare-card__subcaption{margin-top:auto}.compare-list{display:flex;margin:0 -5px}.compare-list__item{padding:0 5px;width:50%}}@media(min-width:960px)and (max-width:2559px){.s-offset,.s-offset-wrap{--offset:5px}.m-offset,.m-offset-wrap{--offset:32px}.l-offset,.l-offset-wrap{--offset:4.375vw}.l-divider{padding-bottom:4.6875vw}}@media(min-width:960px)and (max-width:1279px){.inner-page{--aside-width:22.5%}}@media(min-width:960px){.page__section{padding-bottom:2.34375vw;padding-top:2.34375vw}.page__section--intro{height:100vh;margin-top:calc(var(--header-height)*-1);padding:0}.section__head{margin-bottom:3.229166vw}.section__subhead{display:flex;margin-bottom:3.385416667vw}.section__subhead.section__subhead--no-margin{margin-bottom:0}.section__subhead>.section__caption{line-height:1.1;margin-left:8.02vw;margin-top:1.56vw;max-width:16.7561777vw}.section__subhead+.info-list{padding-top:0}.section__subtitle{width:50%}.section__caption{margin-top:1.6145833334vw;width:40vw}.aside-list{max-height:100%;overflow-x:hidden;overflow-y:auto;padding:30px 40px;scrollbar-color:#d9d9d9 #f5f5f5;scrollbar-width:thin}.aside-list::-webkit-scrollbar{width:3px}.aside-list::-webkit-scrollbar-track{background:#0000}.aside-list::-webkit-scrollbar-thumb,.aside-list::-webkit-scrollbar-thumb:hover{background-color:#ea673e}.aside-select{display:none}.editor table:not([class]) td,.editor table:not([class]) th,.table td,.table th,.wysiwyg table:not([class]) td,.wysiwyg table:not([class]) th{padding:1.09375vw 1.5104166667vw}.editor table:not([class]) .table__num,.table .table__num,.wysiwyg table:not([class]) .table__num{max-width:2.708334vw;padding:1.09375vw .67708334vw}.video-wrap{border-radius:1.0416666667vw}.compare-view__icon{border-radius:8px;height:4.1666666667vw;padding:8px;width:4.1666666667vw}.compare-card__top{border-radius:1.5625vw;min-height:23.4375vw;padding-bottom:2.6041666667vw;padding-top:2.6041666667vw}.compare-card__bottom{height:12.5vw;margin:0;padding:1.5625vw 0}.compare-card__module{padding-bottom:.5208333333vw;padding-top:1.7708333333vw}.compare-card__subcaption{font-size:.7291666667vw}.compare-card__title{letter-spacing:0;line-height:1.17;max-width:280px}.compare-card__icon{border:1px solid #fbfbfb;border-radius:8px;height:4.1666666667vw;padding:.625vw;width:4.1666666667vw}.compare-tile{padding-top:1.770833334vw}.compare-tile__title{max-width:260px}.compare-tile__count{margin-left:auto;margin-top:auto;padding-bottom:2.0833333333vw}.graph-table__body{height:23.9583333333vw}.graph-table__item{padding:0 .5208333333vw}.graph-table__x .graph-table__head{padding:1.0416666667vw .5208333333vw 0}.graph-col__fill{border-radius:.8333333333vw}.info-list{min-height:13.8020833333vw}.info-list.info-list--num{flex-wrap:wrap}.info-list:not(:first-child){padding-top:1.7708333333vw}.info-list:not(:last-child){padding-bottom:1.7708333333vw}.info-list .info-list--compare,.info-list--compare.info-list:not(:first-child){padding-bottom:0;padding-top:10px}.info-card{padding-bottom:1.5104166667vw;padding-top:1.5104166667vw}.info-card__bottom{align-items:flex-end;display:flex}.info-card__icon,.info-card__icon--top{height:4.1666666667vw;width:4.1666666667vw}.info-card__descr{color:#100f0f;max-width:50%}.page__aside{background-color:#f5f5f5;border-radius:0 24px 24px 0;height:calc(100vh - var(--header-height));left:0;padding-block:24px;position:fixed;top:var(--header-height);width:var(--aside-width)}.page-head:not(:first-child){padding-top:1.77083334vw}.page-head:not(:last-child){padding-bottom:2.34375vw}.page-head__title{max-width:83.78379%}.page-head__caption{max-width:60%}.editor>*,.wysiwyg>*{margin-right:8.85vw}.editor .h1,.editor .h2,.editor .h3,.editor .h4,.editor .h5,.editor h1,.editor h2,.editor h3,.editor h4,.editor h5,.wysiwyg .h1,.wysiwyg .h2,.wysiwyg .h3,.wysiwyg .h4,.wysiwyg .h5,.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5{margin-bottom:1.614583334vw;margin-top:1.614583334vw}.editor .video-wrap,.editor img,.wysiwyg .video-wrap,.wysiwyg img{margin-bottom:2.0833333333vw;margin-top:2.0833333333vw}}@media(min-width:1200px){.compare-tile__bottom{margin:auto -.885416667vw;padding-bottom:1.302083334vw;padding-top:1.09375vw}.mobile-footer{display:none}}@media(min-width:1280px){.mobile-gradient-popup{display:none}}@media screen and (min-width:1921px){.new-pie-left{width:32.3vw}.new-pie-outer-circle{--stroke-width:50px;--size:93%}.new-pie-inner-circle{--stroke-width:34px;--size:87.5%}.index-cities{max-width:39vw}.exhibition-img-wrapper{height:73.125vw;right:-16.77vw;top:-19.32vw;width:70.15vw}}@media(min-width:2560px){.s-offset,.s-offset-wrap{--offset:10px}.m-offset,.m-offset-wrap{--offset:42px}.l-offset,.l-offset-wrap{--offset:110px}.l-divider{padding-bottom:125px}.section__subhead{margin-bottom:85px}.section__subhead.section__subhead--no-margin{margin-bottom:0}.compare-card__top{min-height:480px;padding-bottom:65px;padding-top:45px}.compare-card__bottom{height:auto;min-height:440px}.compare-tile__count{padding-bottom:40px}.graph-table__body{margin-bottom:55px}}@media(any-hover:hover),(hover:hover)and (pointer:fine){.developer:hover{transform:scale(1.1)}.link:hover{background-size:var(--bg-size-hover);color:inherit;cursor:pointer}a:hover{color:#ea673e}.round-btn:hover{background-color:#100f0f;color:#fff}.aside-list__link:hover:not(.is-active){color:#ea673e}.aside-list__link:hover:not(.is-active):before{transform:scale(1)}.aside-list__link:hover:not(.is-active) .aside-list__link-text{transform:translateX(10px)}.accordeon-title:not(:disabled):hover:not([aria-expanded=true]){color:#c64016}.inline-video__link:not(:disabled):hover .inline-video__preview{transform:none}.inline-video__link:not(:disabled):hover .inline-video__play-btn .circles-decor div{animation:scaleDown .5s linear forwards}.page-arrow-down:not(:disabled):hover{transform:scale(1.05)}}
app-collapse{--collapse-duration:0.3s;--collapse-easing:ease;--min-visible-height:0px;contain:content;display:block}html.js app-collapse:not(:defined)[collapsed]{position:relative}html.js app-collapse:not(:defined)[collapsed] .collapse__content{position:absolute;transition:none;width:100%}[data-collapse-content]{overflow:hidden;transition:height var(--collapse-duration) var(--collapse-easing)}.truncate-collapse-content{--gradient-color:#fff}.truncate-collapse-content:not(.truncate-collapse-content--no-gradient){position:relative}.truncate-collapse-content:not(.truncate-collapse-content--no-gradient):after{background-image:linear-gradient(#fff0,var(--gradient-color));background-size:100% 100%;bottom:0;content:"";height:50px;left:0;pointer-events:none;position:absolute;transition:opacity var(--collapse-duration) ease;width:100%;z-index:1}app-collapse:not([collapsed]) .truncate-collapse-content:after{opacity:0}html.js .truncate-collapse-content app-collapse:not(:defined)[collapsed] .truncate-collapse-content:after{display:none}
app-lit-popup{--leave-duration:0.3s;contain:strict;display:block;height:100%;left:0;position:fixed;top:0;width:100%;z-index:10}app-lit-popup:not(.lit-popup--opened){visibility:hidden}app-lit-popup[data-lit-popup-preset=default]{transition:opacity var(--leave-duration) ease,visibility var(--leave-duration) ease}app-lit-popup[data-lit-popup-preset=default]:not(.lit-popup--opened){opacity:0}.lit-popup-overlay{background-color:#000;opacity:.64}.lit-popup-container,.lit-popup-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.lit-popup-container{-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto}
.map-container{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.map-wrapper{display:flex;height:50vw;max-height:80vh;overflow:hidden;position:relative}.card-overlay{background-color:#000;display:none;height:100%;left:0;opacity:.4;opacity:0;position:fixed;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:9998}.card-overlay.card-overlay--visible{opacity:.3;visibility:visible}.map{height:100%;left:0;position:absolute;top:0;width:100%}.map *{touch-action:auto}.map-loader{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.map-placemark{color:#000;display:flex;position:relative}.map-placemark.is-active .map-placemark__inner{transform:scale(1.1)}.map-placemark.is-hovered .map-placemark__card{animation:fadeIn .6s cubic-bezier(.25,.25,0,1) both;display:block}.map-placemark__inner{align-items:center;background-color:#f8f9fa;border-radius:141px;display:flex;transition:transform .4s ease}.map-placemark__card{animation:fadeOut .6s cubic-bezier(.25,.25,0,1);display:none;padding-inline:16px 32px;position:absolute;right:20px;top:20px;white-space:nowrap}.map-placemark__icon{flex:none;height:62px;width:62px;z-index:1}.map-placemark__icon img{height:100%;max-height:100%;max-width:100%;width:100%}.map-placemark__text{font-weight:400}@media screen and (max-width:1799px){.map-wrapper{height:40vw}}@media(max-width:1279px){.map-placemark__card{padding:8px}.map-placemark__icon{height:48px;width:48px}}@media screen and (max-width:1199px){.map-wrapper{height:47vw}}@media screen and (max-width:1024px)and (orientation:portrait){.map-wrapper{height:60vh}}@media (max-width:900px)and (orientation:landscape),screen and (max-width:767px){.map-wrapper{height:320px}}@media screen and (max-width:767px){.card-overlay{display:block}}
.map-wrapper{margin-top:25px}.map-container{border-radius:12px;overflow:hidden}.map,.map-container{height:100%;left:0;position:absolute;top:0;width:100%}.map *{touch-action:auto}.map-loader{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.card{background-color:#ea673e;border-radius:12px;color:#fff;display:flex;flex-direction:column}.map-card{max-height:calc(50vw - 160px);opacity:0;overflow-y:auto;padding:72px 30px 42px;pointer-events:none;position:absolute;right:50px;top:40px;transform:scaleX(0);transform-origin:0 0;transform-origin:right;transition:opacity .6s ease,transform .2s ease .2s;width:637px;z-index:9999}.map-card::-webkit-scrollbar{background-color:#ffffff03;height:4px;width:4px}.map-card::-webkit-scrollbar-thumb{background-color:#fff;border-radius:4px}.map-card.is-active{opacity:1;pointer-events:all;transform:scaleX(1);transition:opacity .6s ease,transform .2s ease}.card-close-btn{--size:54px;align-items:center;background-color:#fff;border-radius:50%;display:flex;height:var(--size);justify-content:center;position:absolute;right:30px;top:30px;transition:transform .4s cubic-bezier(.25,.25,0,1);width:var(--size)}.map-card__inner{align-items:flex-start;display:flex;flex-direction:column;gap:28px;opacity:0;transition:opacity .2s ease}.is-active .map-card__inner{opacity:1;transition:opacity .4s ease .2s}.map-card__title{font-family:TT Runs;font-size:clamp(22px,2px + 1.5625vw,32px);font-weight:600}.map-card__image{border-radius:10px;height:0;overflow:hidden;padding-top:49.22%;position:relative;width:100%}.map-card__image img{height:100%;left:0;max-height:100%;max-width:100%;object-fit:cover;position:absolute;top:0;width:100%}@media screen and (max-width:1799px){.card,.map-container{border-radius:8px}.map-card{max-height:calc(40vw - 120px);padding:48px 20px 30px;right:24px;top:24px;width:420px}.card-close-btn{--size:35px;right:15px;top:20px}.map-card__inner{gap:22px}.map-card__image{border-radius:6px}}@media screen and (max-width:1199px){.map-card{height:47vw;max-height:unset;right:0;top:0;width:50%}}@media screen and (max-width:1024px)and (orientation:portrait){.map-card{height:60vh}}@media (max-width:900px)and (orientation:landscape),screen and (max-width:767px){.map-card{height:320px;width:100%}}@media screen and (min-width:1025px){.map-container{content-visibility:auto}}@media(any-hover:hover),(hover:hover)and (pointer:fine){.card-close-btn:not(:disabled):hover{transform:scale(1.1)}}
