* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

:root {
    --color-et-light: #e1eff6;
    --color-et: #35adce;
    --color-et-dark: #1391b3;
    --color-et-darker: #025a72;
    --color-bm-light: #cfe3d3;
    --color-bm: #009e58;
    --color-bm-dark: #008a50;
    --color-bm-darker: #003f25;
    --color-md-light: #fcdacd;
    --color-md: #f05b47;
    --color-md-dark: #d94732;
    --color-md-darker: #6d1b0e;
    --color-so-light: #e8dfee;
    --color-so: #a780b8;
    --color-so-dark: #835894;
    --color-so-darker: #381f42;
    --color-grey-light: #f5f5f5;
    --color-grey: #dedede;
    --color-grey-dark: #505050;
    --color-general: #505050;
    --color-irena: #0073ab;
    --color-dark: #0b4c6d;
    --color-irena-light: #bcd1e2;
    --color-ui-base: #2c3e50;
    --color-ui-default: #0073ab;
    --color-ui-hover: #328fbb;
    --color-innovation-light: #f7f7f7;
    --color-solution: #fdc300;
    --color-solution-light: #ffeaa6;
}
#app .btn-download i,
#app .btn-more,
#app .btn-report i,
#app .btn-share.small,
#app .btn-tour.small i,
#app .pagination .controls i {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}
#app {
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    font-size: 15px;
}
#app h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1em;
}
#app h1 span.lead {
    font-size: 0.6em;
}
#app h2 {
    font-size: 1.7em;
}
#app h2,
#app h3 {
    margin-bottom: 0.5em;
}
#app h3 {
    font-size: 1.4em;
}
#app h4 {
    font-size: 1.2em;
}
#app p {
    margin-bottom: 0.5em;
    line-height: 1.25em;
}
#app span.lead {
    color: var(--sector-color);
    font-weight: 400;
    font-size: 0.8em;
    margin-bottom: 0;
    display: block;
    text-transform: uppercase;
}
#app span.lead.yellow {
    color: var(--color-solution);
}
#app .linehead {
    border-bottom: 2px solid var(--sector-color-light);
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 0.25em;
    font-size: 1.4em;
}
#app hr {
    margin: 40px 0;
    border-top: 2px solid var(--color-grey-light);
}
#app cite {
    display: block;
    margin: 40px 0;
    padding: 30px;
    text-align: center;
    font-size: 2.4em;
    line-height: 1.2em;
    color: var(--color-solution);
    border-top: 2px solid var(--color-solution);
    border-bottom: 2px solid var(--color-solution);
}
.tippy-box[data-animation='fade'][data-state='hidden'] {
    opacity: 0;
}
[data-tippy-root] {
    max-width: calc(100vw - 10px);
}
.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    transition-property: transform, visibility, opacity;
}
.tippy-box[data-placement^='top'] > .tippy-arrow {
    bottom: 0;
}
.tippy-box[data-placement^='top'] > .tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top;
}
.tippy-box[data-placement^='bottom'] > .tippy-arrow {
    top: 0;
}
.tippy-box[data-placement^='bottom'] > .tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom;
}
.tippy-box[data-placement^='left'] > .tippy-arrow {
    right: 0;
}
.tippy-box[data-placement^='left'] > .tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left;
}
.tippy-box[data-placement^='right'] > .tippy-arrow {
    left: 0;
}
.tippy-box[data-placement^='right'] > .tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right;
}
.tippy-box[data-inertia][data-state='visible'] {
    transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333;
}
.tippy-arrow:before {
    content: '';
    position: absolute;
    border-color: transparent;
    border-style: solid;
}
.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1;
}
.tippy-box[data-animation='shift-away-subtle'][data-state='hidden'] {
    opacity: 0;
}
.tippy-box[data-animation='shift-away-subtle'][data-state='hidden'][data-placement^='top'] {
    transform: translateY(5px);
}
.tippy-box[data-animation='shift-away-subtle'][data-state='hidden'][data-placement^='bottom'] {
    transform: translateY(-5px);
}
.tippy-box[data-animation='shift-away-subtle'][data-state='hidden'][data-placement^='left'] {
    transform: translateX(5px);
}
.tippy-box[data-animation='shift-away-subtle'][data-state='hidden'][data-placement^='right'] {
    transform: translateX(-5px);
}
.tippy-box {
    background-color: var(--color-ui-base);
}
.tippy-arrow {
    color: var(--color-ui-base);
}
.tip-body {
    line-height: 1.2em;
    min-width: 160px;
}
.tip-header {
    font-weight: 500;
    margin-bottom: 4px;
}
.tippy-box[data-theme~='dot-enablingtechnologies'] .tippy-content .tip-header {
    border-bottom: 2px solid var(--color-et);
}
.tippy-box[data-theme~='dot-businessmodels'] .tippy-content .tip-header {
    border-bottom: 2px solid var(--color-bm);
}
.tippy-box[data-theme~='dot-marketdesign'] .tippy-content .tip-header {
    border-bottom: 2px solid var(--color-md);
}
.tippy-box[data-theme~='dot-systemoperation'] .tippy-content .tip-header {
    border-bottom: 2px solid var(--color-so);
}
.tippy-box[data-theme~='slice-1'] .tippy-content .tip-header,
.tippy-box[data-theme~='slice-2'] .tippy-content .tip-header,
.tippy-box[data-theme~='slice-3'] .tippy-content .tip-header,
.tippy-box[data-theme~='slice-4'] .tippy-content .tip-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.tippy-box[data-theme~='slice-1'] .tippy-content .tip-header:before,
.tippy-box[data-theme~='slice-2'] .tippy-content .tip-header:before,
.tippy-box[data-theme~='slice-3'] .tippy-content .tip-header:before,
.tippy-box[data-theme~='slice-4'] .tippy-content .tip-header:before {
    content: '';
    height: 140px;
    width: 100%;
    margin: 10px 0 -5px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}
.tippy-box[data-theme~='slice-1'] .tippy-content .tip-header {
    border-bottom: 2px solid var(--color-et);
}
.tippy-box[data-theme~='slice-1'] .tippy-content .tip-header:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 84 84'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='47.01' y1='52.76' x2='49.43' y2='52.76' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.23' stop-color='%23fcfcfc'/%3E%3Cstop offset='.4' stop-color='%23f2f2f2'/%3E%3Cstop offset='.56' stop-color='%23e1e1e1'/%3E%3Cstop offset='.72' stop-color='%23cacaca'/%3E%3Cstop offset='.86' stop-color='%23acacac'/%3E%3Cstop offset='.99' stop-color='%23888'/%3E%3Cstop offset='1' stop-color='%23868686'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='67.15' y1='52.76' x2='69.57' y2='52.76' xlink:href='%23a'/%3E%3ClinearGradient id='c' x1='42.13' y1='47.98' x2='75.64' y2='47.98' xlink:href='%23a'/%3E%3ClinearGradient id='d' x1='47.36' y1='52.97' x2='49.43' y2='52.97' xlink:href='%23a'/%3E%3ClinearGradient id='e' x1='67.5' y1='52.97' x2='69.57' y2='52.97' xlink:href='%23a'/%3E%3C/defs%3E%3Cg data-name='Ebene 1'%3E%3Cpath d='M12.42 42.33a29.86 29.86 0 1029.86-29.86 29.85 29.85 0 00-29.86 29.86z' fill='%2335adce' opacity='.25'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75' d='M35.15 60.8h-3.69M72.13 50.71h11.06'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M44.7 37.94v12.47H8.94V37.94'/%3E%3Cpath d='M23.5 48.91H10.68v-28.8H23.5zM12.67 24.15h8.84M12.67 26.03h8.84M12.67 27.91h8.84' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'/%3E%3Cpath d='M12.67 20.11v-1.82h3.17v1.82M18.34 20.11v-1.82h3.17v1.82M10.68 31.92H23.5M17.09 42.88a3.09 3.09 0 113.09-3.09 3.1 3.1 0 01-3.09 3.09z' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M17.09 36.7l-.77 3.09h1.54l-.77 3.09M38.38 48.62H25.56v-34.7h12.82zM27.55 17.96h8.84M27.55 19.84h8.84M27.55 21.73h8.84'/%3E%3Cpath d='M27.55 13.92v-1.81h3.17v1.81M33.23 13.92v-1.81h3.16v1.81M25.56 25.38h12.82M32 42.88a3.09 3.09 0 113.09-3.09A3.1 3.1 0 0132 42.88z' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'/%3E%3Crect x='45.94' y='13.92' width='15.69' height='24.89' rx='1.37' stroke-width='.75' stroke='%231391b3' stroke-linecap='round' stroke-linejoin='round' fill='%23fff'/%3E%3Crect x='47.92' y='15.9' width='11.74' height='19.75' rx='1.37' stroke-width='.75' stroke='%231391b3' stroke-linecap='round' stroke-linejoin='round' fill='%23fff'/%3E%3Cpath d='M49.6 34.86a10.63 10.63 0 11-15 0 10.64 10.64 0 0115 0z' fill='%2335adce'/%3E%3Cpath d='M49.6 34.86a10.63 10.63 0 01-15 15' fill='%231391b3'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75' d='M23.38 53.01H9.42M35.15 53.01h-6.36M3.98 50.41h-3M28.66 55.61h-3.69M33.17 58.2h-6.49M21.97 55.62h-3.69'/%3E%3Cpath d='M53.75 23.38a2 2 0 102 2 2 2 0 00-2-2z' fill='%2335adce'/%3E%3Cpath d='M44.48 52.79a3.75 3.75 0 113.74 3.75 3.74 3.74 0 01-3.74-3.75z' fill='%23e1eff6'/%3E%3Cpath d='M54.88 46.66h-7.45a.68.68 0 01-.28-.86l.73-2.1a1.65 1.65 0 011.35-1l5.2-.24a.42.42 0 01.45.42zM56.24 46.66v-3.72a.5.5 0 01.51-.49l3.59.07a1.88 1.88 0 011.06.48l3.5 3.25a.27.27 0 01-.18.46z' fill='%239ecee2'/%3E%3Cpath d='M48.22 50A2.81 2.81 0 1051 52.79 2.81 2.81 0 0048.22 50' fill='%231d1d1b'/%3E%3Cpath d='M48.22 54a1.21 1.21 0 111.21-1.21A1.21 1.21 0 0148.22 54z' fill='%23d9d9d9'/%3E%3Cpath d='M68.36 50a2.81 2.81 0 102.81 2.81A2.81 2.81 0 0068.36 50' fill='%231d1d1b'/%3E%3Cpath d='M68.36 54a1.21 1.21 0 111.21-1.21A1.21 1.21 0 0168.36 54z' fill='%23d9d9d9'/%3E%3Cpath d='M74.33 48.46c-2.13-1.37-7.08-1.87-7.72-1.93a.18.18 0 01-.12-.05l-4.37-3.89a2.34 2.34 0 00-.55-.38 3.21 3.21 0 00-1.32-.35s-10.49-.67-13.35.75c-1.15.57-4.12 6.49-4.12 6.49a4.49 4.49 0 00-.27 4.11l.17.33c0 .06 0 .14.1.19a4.3 4.3 0 002 .41h.28a3.37 3.37 0 01-.23-2.32 3.39 3.39 0 116.32 2.35l14.06.08a3.32 3.32 0 01-.21-2.61 3.4 3.4 0 016.63 1 3.33 3.33 0 01-.24 1.23l3.81.12s1.4-4.1-.88-5.56m-19.45-1.8h-7.44a.68.68 0 01-.28-.86l.73-2.1a1.65 1.65 0 011.35-1l5.2-.24a.42.42 0 01.45.42zm1.36 0v-3.69a.5.5 0 01.51-.49l3.59.07a1.88 1.88 0 011.07.48l3.5 3.25a.27.27 0 01-.18.46z' fill='%239ecee2'/%3E%3Cpath d='M48.22 54a1.22 1.22 0 111.21-1.22A1.22 1.22 0 0148.22 54z' fill='url(%23a)' style='mix-blend-mode:multiply'/%3E%3Cpath d='M68.36 54a1.22 1.22 0 111.21-1.22A1.22 1.22 0 0168.36 54z' fill='url(%23b)' style='mix-blend-mode:multiply'/%3E%3Cpath d='M74.33 48.46c-2.13-1.37-7.08-1.87-7.72-1.93a.18.18 0 01-.12-.05l-4.37-3.89a2.34 2.34 0 00-.55-.38 3.21 3.21 0 00-1.32-.35s-10.49-.67-13.35.75c-1.15.57-4.12 6.49-4.12 6.49a4.49 4.49 0 00-.27 4.11l.17.33c0 .06 0 .14.1.19a4.3 4.3 0 002 .41h.28a3.37 3.37 0 01-.23-2.32 3.39 3.39 0 116.32 2.35l14.06.08a3.32 3.32 0 01-.21-2.61 3.4 3.4 0 016.63 1 3.33 3.33 0 01-.24 1.23l3.81.12s1.4-4.1-.88-5.56m-19.45-1.8h-7.44a.68.68 0 01-.28-.86l.73-2.1a1.65 1.65 0 011.35-1l5.2-.24a.42.42 0 01.45.42zm1.36 0v-3.69a.5.5 0 01.51-.49l3.59.07a1.88 1.88 0 011.07.48l3.5 3.25a.27.27 0 01-.18.46z' fill='url(%23c)' style='mix-blend-mode:multiply'/%3E%3Cpath d='M49.08 51.93a1.22 1.22 0 01-1.72 1.72M69.21 51.93a1.21 1.21 0 11-1.71 1.72' fill='%23ececec'/%3E%3Cpath d='M49.08 51.93a1.22 1.22 0 01-1.72 1.72' fill='url(%23d)' style='mix-blend-mode:multiply'/%3E%3Cpath d='M69.21 51.93a1.21 1.21 0 11-1.71 1.72' fill='url(%23e)' style='mix-blend-mode:multiply'/%3E%3Cpath d='M51.13 54.17l14.06.08h.06a3.42 3.42 0 01-.38-1.17h-13.4a3.38 3.38 0 01-.34 1.09zM42.51 53.21l.17.33a.66.66 0 00.09.19 4.3 4.3 0 002 .41h.29a3.52 3.52 0 01-.32-1.06h-2.28a1.12 1.12 0 00.05.13zM71.59 53.08a3.26 3.26 0 01-.19.82l3.8.12a6.78 6.78 0 00.25-.94z' fill='%231391b3'/%3E%3Cpath fill='%231d1d1b' d='M56.24 47.79h1.95v.48h-1.95z'/%3E%3Cpath fill='%231391b3' d='M44.8 48.27h-1.6l.26-.48h1.34v.48z'/%3E%3Cpath d='M54.88 46.66h-7.45a.68.68 0 01-.28-.86l.73-2.1a1.65 1.65 0 011.35-1l5.2-.24a.42.42 0 01.45.42zM56.24 46.66v-3.72a.5.5 0 01.51-.49l3.59.07a1.88 1.88 0 011.06.48l3.5 3.25a.27.27 0 01-.18.46z' fill='%231d1d1b'/%3E%3Cpath d='M50.15 60.17l-.66-.79a.48.48 0 00-.36-.16h-.52a.46.46 0 00-.47.46v2.24a.47.47 0 00.47.47h.52a.46.46 0 00.36-.17l.66-.78a.46.46 0 01.35-.17h.32a.47.47 0 100-.93h-.32a.49.49 0 01-.35-.17' fill='%231391b3'/%3E%3Cpath d='M48.58 60.27h-1.71a.26.26 0 01-.26-.26.25.25 0 01.26-.26h1.71a.26.26 0 01.27.26.27.27 0 01-.27.26M48.58 61.75h-1.71a.25.25 0 01-.26-.26.26.26 0 01.26-.26h1.71a.27.27 0 01.27.26.26.26 0 01-.27.26' fill='%231391b3'/%3E%3Cpath d='M50.78 60.81H60a1.3 1.3 0 100-2.6h-6.63a1.31 1.31 0 110-2.61h2.54a1.31 1.31 0 001.31-1.31v-.68M47.15 8.45a6.62 6.62 0 016.6-6.61M48.93 8.45a4.83 4.83 0 014.82-4.83M50.71 8.45a3 3 0 013-3' fill='none' stroke='%231391b3' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'/%3E%3Cpath d='M52.48 8.45a1.27 1.27 0 101.27-1.27 1.26 1.26 0 00-1.27 1.27' fill='%231391b3'/%3E%3C/g%3E%3C/svg%3E");
}
.tippy-box[data-theme~='slice-2'] .tippy-content .tip-header {
    border-bottom: 2px solid var(--color-bm);
}
.tippy-box[data-theme~='slice-2'] .tippy-content .tip-header:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 84 84'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='63.47' y1='50.27' x2='66.04' y2='50.27' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.22' stop-color='%23fcfcfc'/%3E%3Cstop offset='.4' stop-color='%23f2f2f2'/%3E%3Cstop offset='.55' stop-color='%23e1e2e2'/%3E%3Cstop offset='.7' stop-color='%23cacacc'/%3E%3Cstop offset='.84' stop-color='%23acacae'/%3E%3Cstop offset='.98' stop-color='%2387888b'/%3E%3Cstop offset='1' stop-color='%23808184'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='61.51' y1='45.6' x2='68' y2='45.6' xlink:href='%23a'/%3E%3ClinearGradient id='c' x1='48.08' y1='43.76' x2='58.25' y2='43.76' xlink:href='%23a'/%3E%3C/defs%3E%3Cg data-name='Ebene 1'%3E%3Cpath d='M12.5 42.72a29.85 29.85 0 1029.85-29.86A29.84 29.84 0 0012.5 42.72z' fill='%23009e58' opacity='.25'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75' d='M35.22 61.19h-3.69'/%3E%3Cpath d='M21.9 22.27V16h4.9a.26.26 0 00.26-.25h0v-4.9h11.27a.26.26 0 01.25.26v25.1H33.8' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'/%3E%3Cpath d='M27.06 15.75a.26.26 0 01-.26.25h-4.9l5.16-5.16v4.9z' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'/%3E%3Cpath fill='none' stroke='%23008a50' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M36.06 16h-2.12'/%3E%3Cpath stroke-width='.75' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M33.37 22.31h2.69v8.47h-2.69zM28.89 23.59h2.69v7.19h-2.69zM25.7 27.19h1.41v3.59H25.7'/%3E%3Cpath fill='none' stroke='%23008a50' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M24.42 22.27v-3.38h2.69v8.3h-1.26M28.89 18.89h2.69v4.7h-2.69zM33.37 18.89h2.69v3.42h-2.69z'/%3E%3Cpath d='M22.06 39.37a.26.26 0 00.26-.26h0v-4.9h11.26a.25.25 0 01.26.25v23.87h0a.25.25 0 01-.26.25H17.41a.26.26 0 01-.26-.25v-19z' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'/%3E%3Cpath d='M22.32 39.11a.26.26 0 01-.26.26h-4.91l5.17-5.16v4.89z' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'/%3E%3Cpath d='M20.2 48.21a5.3 5.3 0 115.3 5.29 5.3 5.3 0 01-5.3-5.29z' fill='none' stroke='%23008a50' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75'/%3E%3Cpath fill='none' stroke='%23008a50' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75' d='M25.5 42.91v5.3l3.74 3.74M20.2 48.21h5.03M25.5 48.21l3.57-3.58M24.64 55.99h2.12'/%3E%3Cpath d='M17.15 47.65H9.27A.26.26 0 019 47.4v-20h4.91a.26.26 0 00.26-.26h0v-4.9h11.28a.25.25 0 01.25.25v11.72' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'/%3E%3Cpath d='M14.18 27.17a.26.26 0 01-.26.26H9l5.17-5.16v4.9z' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75' d='M21.9 27.43h-.84M21.9 30.77h-3.84M21.9 32.49h-6.84M11.54 30.77h5.52M11.54 32.49h2.52M11.54 34.22h6.12M18.8 37.72h-7.21M23.18 34.22h-4.52M13.54 39.45h3.61M17.06 41.17h-1.4M12.54 43.66h2.12M11.54 36.01h4.12M20.51 36.01h-3.85'/%3E%3Cpath d='M49.68 35.25a10.63 10.63 0 11-15 0 10.64 10.64 0 0115 0z' fill='%23009e58'/%3E%3Cpath d='M49.68 35.25a10.63 10.63 0 01-15 15' fill='%23008a50'/%3E%3Cpath d='M71.13 53.4a6.34 6.34 0 00-.5-2.48 7.1 7.1 0 00-.58-1.09 6.38 6.38 0 00-.78-.94 6.46 6.46 0 00-1-.78 6.28 6.28 0 00-1.08-.59 6.43 6.43 0 00-2.48-.5 6.88 6.88 0 00-1.29.13 7.24 7.24 0 00-1.2.37 6.28 6.28 0 00-1.08.59 6.38 6.38 0 00-2.31 2.81 6.34 6.34 0 00-.5 2.48' fill='%23231f20'/%3E%3Cpath fill='%23fff' d='M63.47 47.15l1.29 6.25 1.28-6.25h-2.57z'/%3E%3Cpath fill='url(%23a)' style='mix-blend-mode:multiply' d='M63.47 47.15l1.29 6.25 1.28-6.25h-2.57z'/%3E%3Cpath d='M64.76 42.35A3.25 3.25 0 1068 45.6a3.25 3.25 0 00-3.24-3.25z' fill='%23f9b9a3'/%3E%3Cpath d='M64.76 42.35A3.25 3.25 0 1068 45.6a3.25 3.25 0 00-3.24-3.25z' fill='url(%23b)'/%3E%3Cpath d='M53.17 38.67a5.1 5.1 0 105.08 5.09 5.09 5.09 0 00-5.08-5.09z' fill='%23f9b9a3'/%3E%3Cpath d='M53.17 38.67a5.1 5.1 0 105.08 5.09 5.09 5.09 0 00-5.08-5.09z' fill='url(%23c)'/%3E%3Cpath d='M63.17 56a10 10 0 00-20 0' fill='%23231f20'/%3E%3Cpath fill='%23fff' stroke='%23008a50' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M58.13 24.74v-4H44.02v9.51h9.09v2.88l2.05-2.88h2.97v-5.51z'/%3E%3Cpath fill='none' stroke='%23008a50' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M48.01 23.74h6.12M48.01 25.46h6.12M48.01 27.25h6.12'/%3E%3Cpath fill='%23fff' stroke='%23008a50' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M59.69 35.28v2h2.97l2.06 2.89v-2.89h9.09v-9.5H59.69v7.5z'/%3E%3Cpath fill='none' stroke='%23008a50' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M69.81 30.78h-6.12M69.81 32.5h-6.12M69.81 34.28h-6.12'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M12.5 50.8H1.06M17.15 56H12.5M35.44 53.4h-1.6M16.98 53.4H6.5M70.2 50.8h13.06'/%3E%3C/g%3E%3C/svg%3E");
}
.tippy-box[data-theme~='slice-3'] .tippy-content .tip-header {
    border-bottom: 2px solid var(--color-md);
}
.tippy-box[data-theme~='slice-3'] .tippy-content .tip-header:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 84 84'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='57.37' y1='52.04' x2='58.95' y2='52.04' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.22' stop-color='%23fcfcfc'/%3E%3Cstop offset='.4' stop-color='%23f2f2f2'/%3E%3Cstop offset='.55' stop-color='%23e1e2e2'/%3E%3Cstop offset='.7' stop-color='%23cacacc'/%3E%3Cstop offset='.84' stop-color='%23acacae'/%3E%3Cstop offset='.98' stop-color='%2387888b'/%3E%3Cstop offset='1' stop-color='%23808184'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='58.95' y1='52.04' x2='60.52' y2='52.04' xlink:href='%23a'/%3E%3ClinearGradient id='c' x1='57.2' y1='47.82' x2='60.69' y2='47.82' xlink:href='%23a'/%3E%3C/defs%3E%3Cg data-name='Ebene 1'%3E%3Cpath d='M12.24 42.33A29.86 29.86 0 1042.1 12.47a29.85 29.85 0 00-29.86 29.86z' fill='%23f05b47' opacity='.25'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75' d='M35.06 60.8h-3.69M.9 50.4h24.8M29.39 50.4h12.59M31.37 53h-3.69M20.23 53H6.34M28.94 55.6H18.06M33.09 58.19h-7.35M10.15 47.82h11.2M22.91 47.82h11.2'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M39.82 23.08H10.6v22.14'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M10.6 23.08v-2.01h29.22v12.87M37.82 21.07v-2L25.21 15.7 12.6 19.07v2M10.6 29h29.22M39.82 45.22H8.6v2.59H6.55v2.6M15.19 29v16.22M16.76 29v16.22M21.35 29v16.22M22.91 29v16.22M27.51 29v16.22M29.07 29v16.22M33.66 29v16.22M35.23 29v16.22'/%3E%3Cpath d='M22.42 20.75a2.79 2.79 0 015.58 0' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M37.82 28.69v-3.51H12.6v3.51M16.76 36.12h4.59M22.91 36.12h4.6M29.07 36.12h4.6'/%3E%3Cpath d='M49.61 34.86a10.63 10.63 0 11-15 0 10.64 10.64 0 0115 0z' fill='%23f05b47'/%3E%3Cpath d='M49.52 34.86a10.63 10.63 0 01-15 15' fill='%23d94732'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75' d='M75.34 50.41h7.76'/%3E%3Cpath d='M58.69 40a.26.26 0 01-.25-.26h0v-4.92H47.17a.26.26 0 00-.26.25v22.87h0a.26.26 0 00.26.25h16.17a.26.26 0 00.26-.19V40z' fill='%23fff' stroke='%23d94732' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' fill-rule='evenodd'/%3E%3Cpath d='M58.44 39.72a.26.26 0 00.25.26h4.91l-5.16-5.16v4.89z' fill='%23fff' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' fill-rule='evenodd'/%3E%3Cpath fill='none' stroke='%23f69a81' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M49.44 39.13h2.12M49.44 41.84h5.12M49.44 43.63h8.12M61.07 41.84h-5.51M61.07 43.63h-2.51M61.07 47.13h-4.12M61.07 45.42h-6.12M49.44 47.13h6.51M49.44 48.93h11.58M49.44 45.42h4.51M59.07 50.71h-4.61M49.44 52.52h7.51'/%3E%3Cpath d='M64.69 34.78a.25.25 0 01-.25-.25h0v-4.9H53.17a.26.26 0 00-.26.26v22.86h0a.26.26 0 00.26.26h16.17a.26.26 0 00.26-.26v-18z' fill='%23fff' stroke='%23d94732' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' fill-rule='evenodd'/%3E%3Cpath d='M64.44 34.53a.25.25 0 00.25.25h4.91l-5.16-5.16v4.9z' fill='%23fff' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' fill-rule='evenodd'/%3E%3Cpath fill='none' stroke='%23f69a81' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M55.44 33.94h2.12M55.44 36.65h5.12M55.44 38.44h8.12M67.07 36.65h-5.51M67.07 38.44h-2.51M67.07 41.94h-4.12M67.07 40.23h-6.12M55.44 41.94h6.51M55.44 43.74h11.58M55.44 40.23h4.51M65.07 45.51h-4.61'/%3E%3Cpath d='M70.69 29.59a.26.26 0 01-.25-.26h0v-4.9H59.17a.26.26 0 00-.26.25v22.87h0a.26.26 0 00.26.25h16.17a.26.26 0 00.26-.25v-18z' fill='%23fff' stroke='%23d94732' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' fill-rule='evenodd'/%3E%3Cpath d='M70.44 29.33a.26.26 0 00.25.26h4.91l-5.16-5.16v4.9z' fill='%23fff' stroke='%23d94732' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' fill-rule='evenodd'/%3E%3Cpath fill='none' stroke='%23f69a81' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M61.44 28.74h2.12M61.44 31.46h5.12M61.44 33.24h8.12M73.07 31.46h-5.51M73.07 33.24h-2.51M73.07 36.75h-4.12M73.07 35.03h-6.12M61.44 36.75h6.51M61.44 38.54h11.58M61.44 35.03h4.51M71.07 40.32h-4.61'/%3E%3Cpath fill='none' stroke='%23f05b47' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M61.44 42.13h7.51M72.07 43.91h-2.12'/%3E%3Cpath fill='%23f9baa5' fill-rule='evenodd' d='M58.95 48.48h-1.58v7.12l1.58-.74v-6.38z'/%3E%3Cpath fill='%23f05b47' fill-rule='evenodd' d='M58.95 48.48h1.57v7.12l-1.57-.74v-6.38z'/%3E%3Cpath fill-rule='evenodd' fill='url(%23a)' style='mix-blend-mode:multiply' d='M58.95 48.48h-1.58v7.12l1.58-.74v-6.38z'/%3E%3Cpath fill-rule='evenodd' fill='url(%23b)' style='mix-blend-mode:multiply' d='M58.95 48.48h1.57v7.12l-1.57-.74v-6.38z'/%3E%3Cpath d='M61.31 45.46a3.34 3.34 0 11-4.72 0 3.34 3.34 0 014.72 0z' fill='%23fff' stroke='%23d94732' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'/%3E%3Cpath d='M60.18 46.58a1.75 1.75 0 11-2.47 0 1.75 1.75 0 012.47 0z' fill='%23f05b47'/%3E%3Cpath d='M60.18 46.58a1.75 1.75 0 11-2.47 0 1.75 1.75 0 012.47 0z' fill='url(%23c)' style='mix-blend-mode:multiply'/%3E%3C/g%3E%3C/svg%3E");
}
.tippy-box[data-theme~='slice-4'] .tippy-content .tip-header {
    border-bottom: 2px solid var(--color-so);
}
.tippy-box[data-theme~='slice-4'] .tippy-content .tip-header:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 84 84'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='53.54' y1='9.37' x2='60.03' y2='9.37' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.22' stop-color='%23fcfcfc'/%3E%3Cstop offset='.4' stop-color='%23f2f2f2'/%3E%3Cstop offset='.55' stop-color='%23e1e2e2'/%3E%3Cstop offset='.7' stop-color='%23cacacc'/%3E%3Cstop offset='.84' stop-color='%23acacae'/%3E%3Cstop offset='.98' stop-color='%2387888b'/%3E%3Cstop offset='1' stop-color='%23808184'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='65.96' y1='35.96' x2='72.45' y2='35.96' xlink:href='%23a'/%3E%3ClinearGradient id='c' x1='65.96' y1='18.78' x2='72.45' y2='18.78' xlink:href='%23a'/%3E%3ClinearGradient id='d' x1='53.54' y1='28.75' x2='60.03' y2='28.75' xlink:href='%23a'/%3E%3ClinearGradient id='e' x1='53.54' y1='51.13' x2='60.03' y2='51.13' xlink:href='%23a'/%3E%3C/defs%3E%3Cg data-name='Ebene 1'%3E%3Cpath d='M11.44 43.06a29.85 29.85 0 1029.85-29.85 29.85 29.85 0 00-29.85 29.85z' fill='%23a780b8' opacity='.25'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75' d='M34.17 61.54h-3.7'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M49.73 18.77h-5.67M19.95 9.39h9.88v24.69h-9.88zM24.89 2.53l-4.98 6.84h9.96l-4.98-6.84z'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M20 9.49l9.78 9.28-9.75 9.98 11.32 12.11'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M29.58 9.49l-9.57 9.28 9.77 9.98L18.5 40.81'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M19.84 23.72l-6.65-9.49h23.2l-6.57 9.49M29.76 34.2l10.18-10.48H9.64l10.31 10.36M18.34 40.89l13.06.02'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M20.06 34.08l-4.42 17.06H7.79M24.77 41l-7.44 10.14h15.1L25 40.91M29.76 34.2l3.68 14.35'/%3E%3Cpath d='M48.62 35.6a10.63 10.63 0 11-15 0 10.63 10.63 0 0115 0z' fill='%23a780b8'/%3E%3Cpath d='M48.62 35.6a10.63 10.63 0 01-15 15' fill='%23835894'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75' d='M19.79 53.75H5.44M34.17 53.75h-6.74M5.44 51.15H0M32.29 58.93h-8.85M27.3 56.36h-9.86'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M56.79 42.35V38M56.79 36.01v-4.86M56.79 25.51V10.13M51.73 18.77h13.85M69.2 32.71v-12.2M60.03 28.76h7.17M55.25 28.76h-9.19M53.54 9.37h-7.83'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75' d='M69.14 51.15H82.2'/%3E%3Cpath d='M56.79 6.13A3.25 3.25 0 1060 9.37a3.24 3.24 0 00-3.21-3.24z' fill='%23f9baa5'/%3E%3Cpath d='M56.79 6.13A3.25 3.25 0 1060 9.37a3.24 3.24 0 00-3.21-3.24z' fill='url(%23a)'/%3E%3Cpath d='M69.2 32.71A3.25 3.25 0 1072.45 36a3.25 3.25 0 00-3.25-3.29z' fill='%23f9baa5'/%3E%3Cpath d='M69.2 32.71A3.25 3.25 0 1072.45 36a3.25 3.25 0 00-3.25-3.29z' fill='url(%23b)'/%3E%3Cpath d='M69.2 15.53a3.25 3.25 0 103.25 3.24 3.24 3.24 0 00-3.25-3.24z' fill='%23a780b8'/%3E%3Cpath d='M69.2 15.53a3.25 3.25 0 103.25 3.24 3.24 3.24 0 00-3.25-3.24z' fill='url(%23c)'/%3E%3Cpath d='M56.79 25.51A3.25 3.25 0 1060 28.76a3.24 3.24 0 00-3.21-3.25z' fill='%23a780b8'/%3E%3Cpath d='M56.79 25.51A3.25 3.25 0 1060 28.76a3.24 3.24 0 00-3.21-3.25z' fill='url(%23d)'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M71.2 28.76h5.17'/%3E%3Cpath d='M47.33 54.74V43.27a.92.92 0 01.92-.92h17.07a.9.9 0 01.65.27.91.91 0 01.27.65v11.47' fill='%23fff' stroke='%23835894' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' fill-rule='evenodd'/%3E%3Cpath d='M49.17 54.74V44.52h0a.22.22 0 01.22-.22h14.79a.22.22 0 01.22.22v10.22M45.92 54.74h21.73a.22.22 0 01.21.22v.48a.87.87 0 01-.34.67 1.23 1.23 0 01-.75.25h-20a1.23 1.23 0 01-.75-.25.87.87 0 01-.34-.67V55h0a.22.22 0 01.21-.22' fill='%23fff' stroke='%23835894' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' fill-rule='evenodd'/%3E%3Cpath d='M56.79 47.88A3.25 3.25 0 1060 51.13a3.24 3.24 0 00-3.21-3.25z' fill='%23f9b9a3'/%3E%3Cpath d='M56.79 47.88A3.25 3.25 0 1060 51.13a3.24 3.24 0 00-3.21-3.25z' fill='url(%23e)'/%3E%3Cpath d='M63.16 58.93a6.38 6.38 0 10-12.75 0' fill='%23231f20'/%3E%3C/g%3E%3C/svg%3E");
}
.v-tour {
    width: 100%;
    height: 100%;
}
ul.v-mininav {
    list-style-type: none;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.v-mininav li {
    display: inline;
    margin: 0;
    padding: 0;
    line-height: 0;
}
ul.v-mininav li i {
    display: inline-block;
    width: 20px;
    height: 20px;
}
ul.v-progress {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
ul.v-progress li {
    display: inline;
    margin: 0;
    padding: 0;
    line-height: 0;
}
ul.v-progress li i {
    width: 16px;
    height: 16px;
}
ul.v-progress li i.step_active,
ul.v-progress li i.step_idle {
    opacity: 0.25;
}
.v-step {
    z-index: 9988;
    background-color: var(--color-ui-base);
    color: #fff;
    max-width: 320px;
    min-width: 320px;
    border-radius: 3px;
    box-shadow: 0 0 50px 10px hsla(0, 0%, 100%, 0.95);
    padding: 10px 20px 20px 20px;
    text-align: center;
}
.v-step .v-step__arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 9px;
    border-color: #333;
}
.v-step .v-step__arrow--dark {
    border-color: #333;
}
.v-step[x-placement^='top'] {
    margin-bottom: 0.5em;
}
.v-step[x-placement^='top'] .v-step__arrow {
    border-width: 0.5em 0.5em 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -0.5em;
    left: calc(50% - 1em);
    margin-top: 0;
    margin-bottom: 0;
}
.v-step[x-placement^='bottom'] {
    margin-top: 0.5em;
}
.v-step[x-placement^='bottom'] .v-step__arrow {
    border-width: 0 0.5em 0.5em;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    top: -0.5em;
    left: calc(50% - 1rem);
    margin-top: 0;
    margin-bottom: 0;
}
.v-step[x-placement^='right'] {
    margin-left: 0.5em;
}
.v-step[x-placement^='right'] .v-step__arrow {
    border-width: 0.5em 0.5em 0.5em 0;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: -0.5em;
    top: calc(50% - 1em);
    margin-left: 0;
    margin-right: 0;
}
.v-step[x-placement^='left'] {
    margin-right: 0.5em;
}
.v-step[x-placement^='left'] .v-step__arrow {
    border-width: 0.5em 0 0.5em 0.5em;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    right: -0.5em;
    top: calc(50% - 1em);
    margin-left: 0;
    margin-right: 0;
}
.v-step[x-placement^='center'] .v-step__arrow {
    display: none;
}
.v-step__header {
    margin: -1em -1em 0.5em;
    padding: 0.5em;
    background-color: #454d5d;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.v-step__content {
    margin: 0 0 1em;
}
.v-step__content h2 {
    margin-bottom: 0.35em !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 400 !important;
}
.v-step__content p {
    text-align: left;
    line-height: 1.25em;
    font-weight: 200;
    margin-bottom: 0.35em !important;
}
.v-step__buttons {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.v-step__button {
    font-family: exo\2, Avenir, Helvetica, Arial, sans-serif;
    background: transparent;
    border: 1px solid #0495d7;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 12px;
    outline: none;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    vertical-align: middle;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.v-step__button:hover {
    background-color: #00afff;
    border: 1px solid #00afff;
}
.v-step__button i {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.v-step__button.next {
    background: #0495d7;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.v-step__button.next:hover {
    background-color: #00afff;
    border: 1px solid #00afff;
}
.v-step__button.previous {
    margin-right: auto;
}
.v-step__button.skip {
    border: none;
    margin-right: auto;
}
.v-close__button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: 0.75;
}
.v-close__button:hover {
    opacity: 1;
}
.v-close__button i {
    display: block;
    width: 20px;
    height: 20px;
}
#app .btn-download,
#app .btn-report {
    display: flex;
    width: 95%;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: var(--color-ui-default);
    line-height: 1.1em;
}
#app .btn-download:hover,
#app .btn-report:hover {
    text-decoration: none;
    color: var(--color-ui-hover);
}
#app .btn-download,
#app .btn-report {
    text-align: center;
}
#app .btn-download i,
#app .btn-report i {
    width: 3em;
    height: 3em;
    display: block;
    background-color: #fff;
    border-radius: 30px;
    background-size: 50%;
    margin-bottom: 10px;
    background-position: 50%;
}
#app .btn-download em,
#app .btn-report em {
    font-style: italic;
}
#app .btn-tour.large {
    display: inline;
    align-items: center;
    justify-content: center;
    color: var(--color-ui-default);
    cursor: pointer;
}
#app .btn-tour.large i {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    width: 1.8em;
    height: 1.8em;
    margin-bottom: -8px;
    margin-top: -16px;
}
#app .sector-1 {
    --sector-color: var(--color-et);
    --sector-dark: var(--color-et-dark);
    --sector-color-light: var(--color-et-light);
}
#app .sector-2 {
    --sector-color: var(--color-bm);
    --sector-dark: var(--color-bm-dark);
    --sector-color-light: var(--color-bm-light);
}
#app .sector-3 {
    --sector-color: var(--color-md);
    --sector-dark: var(--color-md-dark);
    --sector-color-light: var(--color-md-light);
}
#app .sector-4 {
    --sector-color: var(--color-so);
    --sector-dark: var(--color-so-dark);
    --sector-color-light: var(--color-so-light);
}
#app .btn-more {
    display: inline-block;
    padding: 2px 10px;
    padding-right: 24px;
    color: var(--color-ui-default);
    background-position: 100%;
    background-color: #fff;
    border-radius: 20px;
    font-size: 0.9em;
    cursor: pointer;
}
#app .btn-more,
#app .btn-more:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' stroke='transparent'%3E%3Cpath d='M10.78 21.36L9.46 20a.58.58 0 010-.81L14.7 14 9.46 8.76a.58.58 0 010-.81l1.32-1.31a.57.57 0 01.8 0l6.3 6.3a1.49 1.49 0 010 2.12l-6.3 6.3a.57.57 0 01-.8 0z' fill='%230073ab'/%3E%3C/svg%3E");
}
#app .btn-more:hover {
    color: var(--color-ui-hover);
}
#app .btn-more.large {
    float: right;
    font-size: 1em;
}
#app .btn-download i {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M21.32 12.69l-6.92 6.92a.49.49 0 01-.69 0L12.1 18l-4-4-1.31-1.31a.49.49 0 01.35-.83h3.45a.49.49 0 00.49-.48V3.77a.48.48 0 01.48-.49h5a.49.49 0 01.49.49v7.61a.48.48 0 00.48.48H21a.49.49 0 01.32.83z' fill='%230073ab'/%3E%3Cpath d='M23.34 24.61H4.23a.89.89 0 01-.89-.87v-4.42a.27.27 0 01.27-.27h2.3a.27.27 0 01.26.27v2.19a.28.28 0 00.27.27h15.25a.27.27 0 00.27-.27v-2.19a.27.27 0 01.26-.27h2.3a.27.27 0 01.27.27v4.38a.9.9 0 01-.87.9z' fill='%230073ab'/%3E%3C/svg%3E");
}
#app .btn-download {
    border-top: 1px solid #dedede;
}
#app .btn-report i {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M9.81 6.51l6.92 6.92a.49.49 0 010 .69l-1.62 1.61-4 4L9.81 21a.48.48 0 01-.81-.31v-3.45a.49.49 0 00-.48-.49H.89a.48.48 0 01-.49-.48v-5a.49.49 0 01.49-.49H8.5a.48.48 0 00.5-.48V6.85a.49.49 0 01.81-.34z' fill='%230073ab'/%3E%3Cpath d='M24.49 1.74v24.62a.89.89 0 01-.87.89H3.93a.89.89 0 01-.93-.86V20a.27.27 0 01.26-.27h2.3a.27.27 0 01.27.27v4.18a.27.27 0 00.27.27h15.29a.27.27 0 00.27-.27V3.39a.27.27 0 00-.27-.27H6.13a.27.27 0 00-.27.27v4.18a.27.27 0 01-.27.27h-2.3A.27.27 0 013 7.57V1.19A.89.89 0 013.9.3h19.69a.89.89 0 01.89.87z' fill='%230073ab'/%3E%3C/svg%3E");
}
#app .btn-report {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
#app .btn-tour.small {
    cursor: pointer;
}
#app .btn-tour.small:hover {
    opacity: 1;
}
#app .btn-tour.small {
    opacity: 0.5;
}
#app .btn-tour.small i {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M23.91 6.34H4.14a.91.91 0 00-.91.91v11.4a.91.91 0 00.91.91h6.66l3.2 3.22 3.22-3.22h6.67a.9.9 0 00.9-.91V7.25a.9.9 0 00-.88-.91zM9.07 14.43a1.49 1.49 0 010-3 1.49 1.49 0 110 3zm4.95 0a1.49 1.49 0 010-3 1.49 1.49 0 110 3zm4.95 0a1.49 1.49 0 010-3 1.49 1.49 0 110 3z' fill='%23505050'/%3E%3C/svg%3E");
}
#app .btn-tour.large i {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M23.91 6.34H4.14a.91.91 0 00-.91.91v11.4a.91.91 0 00.91.91h6.66l3.2 3.22 3.22-3.22h6.67a.9.9 0 00.9-.91V7.25a.9.9 0 00-.88-.91zM9.07 14.43a1.49 1.49 0 010-3 1.49 1.49 0 110 3zm4.95 0a1.49 1.49 0 010-3 1.49 1.49 0 110 3zm4.95 0a1.49 1.49 0 010-3 1.49 1.49 0 110 3z' fill='%230073ab'/%3E%3C/svg%3E");
    margin-left: 0.5em;
}
#app .btn-share.small {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Ccircle cx='8.21' cy='14.28' r='3.41' fill='%23505050'/%3E%3Ccircle cx='18.5' cy='8.47' r='3.41' fill='%23505050'/%3E%3Ccircle cx='18.5' cy='19.53' r='3.41' fill='%23505050'/%3E%3Cpath fill='%23505050' d='M18.11 20.3L6.4 14.32l11.67-6.6.85 1.49-8.9 5.03 8.87 4.53-.78 1.53z'/%3E%3C/svg%3E");
}
#app .btn-share.small span {
    display: none;
}
#app .btn-share.small {
    cursor: pointer;
}
#app .btn-share.small:hover {
    opacity: 1;
}
#app .btn-share.small,
#app .btn.it-close {
    opacity: 0.5;
}
#app .btn.it-close:hover {
    opacity: 1;
}
#app .btn.it-close.dial {
    padding: 0;
    width: 128px;
    height: 128px;
}
#app .btn.it-close.small {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 98;
    padding: 0;
    width: 28px;
    height: 28px;
}
#app .it-minimenu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
#app .fade-enter-active {
    transition: opacity 1.5s;
}
#app .fade-enter,
#app .fade-leave-active,
#app .fade-leave-to {
    opacity: 0;
}
#app .quickfade-enter-active {
    transition: opacity 0.5s;
}
#app .quickfade-enter,
#app .quickfade-leave-active,
#app .quickfade-leave-to {
    opacity: 0;
}
#app .pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 30px;
    padding: 10px 0;
    border-top: 1px solid var(--color-grey);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#app .pagination .controls {
    display: flex;
    align-items: center;
    opacity: 0.5;
}
#app .pagination .controls:hover {
    opacity: 1;
}
#app .pagination .controls.disabled,
#app .pagination .controls.disabled:hover {
    opacity: 0.25;
}
#app .pagination .controls .prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' stroke='transparent'%3E%3Cpath d='M16.84 6.64L18.15 8a.56.56 0 010 .81L12.92 14l5.23 5.23a.56.56 0 010 .81l-1.31 1.32a.58.58 0 01-.81 0l-6.3-6.3a1.51 1.51 0 010-2.12L16 6.64a.58.58 0 01.84 0z' fill='%232c3e50'/%3E%3C/svg%3E");
}
#app .pagination .controls .next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' stroke='transparent'%3E%3Cpath d='M10.78 21.36L9.46 20a.58.58 0 010-.81L14.7 14 9.46 8.76a.58.58 0 010-.81l1.32-1.31a.57.57 0 01.8 0l6.3 6.3a1.49 1.49 0 010 2.12l-6.3 6.3a.57.57 0 01-.8 0z' fill='%232c3e50'/%3E%3C/svg%3E");
}
#app .pagination .controls i {
    width: 24px;
    height: 24px;
    display: inline-block;
    font-size: 0;
}
#app ul.paglist {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin: 0;
}
#app ul.paglist li {
    padding: 0;
    margin: 0;
    width: 12px;
    height: 12px;
    margin: 4px;
    cursor: pointer;
    border-radius: 20px;
}
#app ul.paglist li:before {
    display: none !important;
}
#app ul.paglist li {
    border: 3px solid transparent;
}
#app ul.paglist li span {
    font-size: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
#app ul.paglist li.sector-1 span {
    background-color: var(--color-et);
}
#app ul.paglist li.sector-2 span {
    background-color: var(--color-bm);
}
#app ul.paglist li.sector-3 span {
    background-color: var(--color-md);
}
#app ul.paglist li.sector-4 span {
    background-color: var(--color-so);
}
#app ul.paglist li.sector-undefined span {
    background-color: var(--color-solution);
}
#app ul.paglist li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    opacity: 0.25;
}
#app ul.paglist li.active {
    opacity: 1;
}
#app ul.paglist li.active span {
    height: 20px;
    width: 20px;
}
#app .alert {
    background-color: var(--color-irena-light);
    color: var(--color-dark);
    border-radius: 3px;
    text-align: center;
}
#app .halfdot.et {
    background: linear-gradient(
        135deg,
        var(--color-et),
        var(--color-et) 50%,
        var(--color-et-dark) 0,
        var(--color-et-dark)
    );
}
#app .halfdot.bm {
    background: linear-gradient(
        135deg,
        var(--color-bm),
        var(--color-et) 50%,
        var(--color-bm-dark) 0,
        var(--color-bm-dark)
    );
}
#app .halfdot.md {
    background: linear-gradient(
        135deg,
        var(--color-md),
        var(--color-md) 50%,
        var(--color-md-dark) 0,
        var(--color-md-dark)
    );
}
#app .halfdot.so {
    background: linear-gradient(
        135deg,
        var(--color-so),
        var(--color-so) 50%,
        var(--color-so-dark) 0,
        var(--color-so-dark)
    );
}
#app .halfdot.yellow {
    background: linear-gradient(
        135deg,
        var(--color-solution-light),
        var(--color-solution-light) 50%,
        var(--color-solution) 0,
        var(--color-solution)
    );
}
#app {
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial;
    font-size: 17px;
    margin-bottom: 15px;
    min-height: 80vh;
    margin-left: -15px;
    margin-right: -15px;
}
#app header .container {
    position: relative;
}
#app .version {
    font-size: 12px;
    color: #a8a8a8;
}
#app .mobile-hint {
    display: none;
    z-index: 30000;
    position: fixed;
    top: 0;
}
#app #piecontainer {
    margin-top: -20px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
#app #piecontainer .centerNumber {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#app #piecontainer .bignumber {
    font-size: 40px;
    line-height: 1em;
}
#app #piecontainer .bigLabel {
    width: 100px;
    height: 30px;
    line-height: 1.1em;
}
#app #piecontainer .enablingtechnologies .dot.selected circle {
    fill: url(#et-gradient) !important;
}
#app #piecontainer .businessmodels .dot.selected circle {
    fill: url(#bm-gradient) !important;
}
#app #piecontainer .marketdesign .dot.selected circle {
    fill: url(#md-gradient) !important;
}
#app #piecontainer .systemoperation .dot.selected circle {
    fill: url(#so-gradient) !important;
}
#app #piecontainer .dot text {
    cursor: pointer;
    fill: #fff;
    font-size: 12px;
    font-weight: 700;
}
#app #piecontainer .dot circle {
    transition: all 0.2s ease-in-out;
}
#app #piecontainer .picked circle {
    stroke: #114b68;
    stroke-width: 3px;
}
#app #piecontainer .enablingtechnologies .dot.selected circle {
    fill: var(--color-et);
}
#app #piecontainer .enablingtechnologies circle {
    fill: var(--color-et-light);
}
#app #piecontainer .businessmodels .dot.selected circle {
    fill: var(--color-bm);
}
#app #piecontainer .businessmodels circle {
    fill: var(--color-bm-light);
}
#app #piecontainer .marketdesign .dot.selected circle {
    fill: var(--color-md);
}
#app #piecontainer .marketdesign circle {
    fill: var(--color-md-light);
}
#app #piecontainer .systemoperation .dot.selected circle {
    fill: var(--color-so);
}
#app #piecontainer .systemoperation circle {
    fill: var(--color-so-light);
}
#app #piecontainer .enablingtechnologies .sectorpath {
    fill: var(--color-et);
}
#app #piecontainer .businessmodels .sectorpath {
    fill: var(--color-bm);
}
#app #piecontainer .marketdesign .sectorpath {
    fill: var(--color-md);
}
#app #piecontainer .systemoperation .sectorpath {
    fill: var(--color-so);
}
#app #piecontainer .sector.selected .sectorpath,
#app #piecontainer .sector.selected:hover .sectorpath {
    opacity: 0.5;
}
#app #piecontainer .sector:hover .sectorpath {
    opacity: 0.4;
}
#app #piecontainer .sector .sectorpath {
    transition: all 0.2s ease-in-out;
    opacity: 0.3;
}
#app #piecontainer .sector .sectorlabel {
    cursor: pointer;
}
#app #piecontainer .sector.enablingtechnologies .sectorlabel,
#app #piecontainer .sector.enablingtechnologies .sectorpath {
    fill: var(--color-et);
}
#app #piecontainer .sector.enablingtechnologies.selected .sectorlabel {
    fill: var(--color-et-darker);
}
#app #piecontainer .sector.businessmodels .sectorlabel,
#app #piecontainer .sector.businessmodels .sectorpath {
    fill: var(--color-bm);
}
#app #piecontainer .sector.businessmodels.selected .sectorlabel {
    fill: var(--color-bm-darker);
}
#app #piecontainer .sector.marketdesign .sectorlabel,
#app #piecontainer .sector.marketdesign .sectorpath {
    fill: var(--color-md);
}
#app #piecontainer .sector.marketdesign.selected .sectorlabel {
    fill: var(--color-md-darker);
}
#app #piecontainer .sector.systemoperation .sectorlabel,
#app #piecontainer .sector.systemoperation .sectorpath {
    fill: var(--color-so);
}
#app #piecontainer .sector.systemoperation.selected .sectorlabel {
    fill: var(--color-so-darker);
}
#app .it-bar {
    background-color: #fff;
    padding: 4px;
    border-bottom: 1px solid var(--color-grey-light);
    cursor: pointer;
    line-height: 1.3em;
}
#app .it-bar:last-child {
    border-bottom: none !important;
}
#app .it-bar.sector_1 .bubble {
    background-color: var(--color-et);
}
#app .it-bar.sector_2 .bubble {
    background-color: var(--color-bm);
}
#app .it-bar.sector_3 .bubble {
    background-color: var(--color-md);
}
#app .it-bar.sector_4 .bubble {
    background-color: var(--color-so);
}
#app .it-bar.innovation .bubble {
    border-radius: 40px;
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
#app .it-bar.innovation .bubble .number {
    display: flex;
    line-height: 1em;
    font-weight: 700;
    font-size: 14px;
}
#app .it-bar.solution {
    line-height: 1.1em;
}
#app .it-bar.solution .bubble {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    background-color: var(--color-solution);
    color: #fff;
    margin-right: 10px;
    border-radius: 1px;
}
#app .it-bar.solution .bubble .number {
    font-size: 14px;
}
#app .it-bar:hover {
    color: var(--color-ui-hover);
}
#app .it-bar:hover .col.more {
    opacity: 1;
    transition: opacity 0.25s ease 0.25s;
}
#app .col {
    justify-content: center;
}
#app .col.it-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#app .col.more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: opacity 0.25s ease 0s;
    opacity: 0;
}
#app #boxcontainer {
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
}
#app .it-box {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    background-color: var(--color-grey-dark);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    margin-right: 6px;
    cursor: pointer;
}
#app .it-box:last-child {
    margin-right: 0;
}
#app .it-box.selected {
    background-color: var(--color-solution);
    color: #fff;
}
#app .it-box.picked {
    box-shadow: 0 0 0 5px #fff;
    background-color: var(--color-solution);
}
#app .box-row {
    justify-content: center;
}
#app .box-row,
#app .box-wrap {
    display: flex;
    flex-direction: row;
}
#app .box-wrap {
    justify-content: flex-start;
    padding: 6px;
    border-radius: 4px;
    background-color: #fff;
}
#app .box-cat {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#app .box-cat:first-child {
    margin-right: 20px;
}
#app .box-cat-head {
    color: var(--color-grey-dark);
    display: block;
    line-height: 1em;
    margin-bottom: 4px;
    font-size: 0.8em;
}
#app .it-title {
    margin-bottom: 10px;
}
#app #it-main {
    border-top: 1px solid var(--color-grey);
    border-right: 1px solid var(--color-grey);
    border-bottom: 1px solid var(--color-grey);
}
#app .it-main-content {
    padding-top: 15px;
    padding-bottom: 15px;
}
#app .it-main-content span.lead {
    color: var(--sector-color);
}
#app .it-sector-head {
    margin-bottom: 20px;
}
#app .it-sector-head .illustration {
    width: 100%;
    height: 180px;
    position: absolute;
    top: 0;
    right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}
#app .it-sector-head.enablingtechnologies .illustration {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 84 84'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='47.01' y1='52.76' x2='49.43' y2='52.76' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.23' stop-color='%23fcfcfc'/%3E%3Cstop offset='.4' stop-color='%23f2f2f2'/%3E%3Cstop offset='.56' stop-color='%23e1e1e1'/%3E%3Cstop offset='.72' stop-color='%23cacaca'/%3E%3Cstop offset='.86' stop-color='%23acacac'/%3E%3Cstop offset='.99' stop-color='%23888'/%3E%3Cstop offset='1' stop-color='%23868686'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='67.15' y1='52.76' x2='69.57' y2='52.76' xlink:href='%23a'/%3E%3ClinearGradient id='c' x1='42.13' y1='47.98' x2='75.64' y2='47.98' xlink:href='%23a'/%3E%3ClinearGradient id='d' x1='47.36' y1='52.97' x2='49.43' y2='52.97' xlink:href='%23a'/%3E%3ClinearGradient id='e' x1='67.5' y1='52.97' x2='69.57' y2='52.97' xlink:href='%23a'/%3E%3C/defs%3E%3Cg data-name='Ebene 1'%3E%3Cpath d='M12.42 42.33a29.86 29.86 0 1029.86-29.86 29.85 29.85 0 00-29.86 29.86z' fill='%23e1eff6'/%3E%3Cpath fill='none' stroke='%231d1d1b' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75' d='M35.15 60.8h-3.69M72.13 50.71h11.06'/%3E%3Cpath fill='none' stroke='%231d1d1b' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M44.7 37.94v12.47H8.94V37.94'/%3E%3Cpath d='M23.5 48.91H10.68v-28.8H23.5zM12.67 24.15h8.84M12.67 26.03h8.84M12.67 27.91h8.84' fill='none' stroke='%231d1d1b' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'/%3E%3Cpath d='M12.67 20.11v-1.82h3.17v1.82M18.34 20.11v-1.82h3.17v1.82M10.68 31.92H23.5M17.09 42.88a3.09 3.09 0 113.09-3.09 3.1 3.1 0 01-3.09 3.09z' fill='none' stroke='%231d1d1b' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'/%3E%3Cpath fill='none' stroke='%231d1d1b' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M17.09 36.7l-.77 3.09h1.54l-.77 3.09M38.38 48.62H25.56v-34.7h12.82zM27.55 17.96h8.84M27.55 19.84h8.84M27.55 21.73h8.84'/%3E%3Cpath d='M27.55 13.92v-1.81h3.17v1.81M33.23 13.92v-1.81h3.16v1.81M25.56 25.38h12.82M32 42.88a3.09 3.09 0 113.09-3.09A3.1 3.1 0 0132 42.88z' fill='none' stroke='%231d1d1b' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'/%3E%3Crect x='45.94' y='13.92' width='15.69' height='24.89' rx='1.37' stroke-width='.75' stroke='%231d1d1b' stroke-linecap='round' stroke-linejoin='round' fill='%23fff'/%3E%3Crect x='47.92' y='15.9' width='11.74' height='19.75' rx='1.37' stroke-width='.75' stroke='%231d1d1b' stroke-linecap='round' stroke-linejoin='round' fill='%23fff'/%3E%3Cpath d='M49.6 34.86a10.63 10.63 0 11-15 0 10.64 10.64 0 0115 0z' fill='%2335adce'/%3E%3Cpath d='M49.6 34.86a10.63 10.63 0 01-15 15' fill='%231391b3'/%3E%3Cpath fill='none' stroke='%231d1d1b' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75' d='M23.38 53.01H9.42M35.15 53.01h-6.36M3.98 50.41h-3M28.66 55.61h-3.69M33.17 58.2h-6.49M21.97 55.62h-3.69'/%3E%3Cpath d='M53.75 23.38a2 2 0 102 2 2 2 0 00-2-2z' fill='%2335adce'/%3E%3Cpath d='M44.48 52.79a3.75 3.75 0 113.74 3.75 3.74 3.74 0 01-3.74-3.75z' fill='%23e1eff6'/%3E%3Cpath d='M54.88 46.66h-7.45a.68.68 0 01-.28-.86l.73-2.1a1.65 1.65 0 011.35-1l5.2-.24a.42.42 0 01.45.42zM56.24 46.66v-3.72a.5.5 0 01.51-.49l3.59.07a1.88 1.88 0 011.06.48l3.5 3.25a.27.27 0 01-.18.46z' fill='%239ecee2'/%3E%3Cpath d='M48.22 50A2.81 2.81 0 1051 52.79 2.81 2.81 0 0048.22 50' fill='%231d1d1b'/%3E%3Cpath d='M48.22 54a1.21 1.21 0 111.21-1.21A1.21 1.21 0 0148.22 54z' fill='%23d9d9d9'/%3E%3Cpath d='M68.36 50a2.81 2.81 0 102.81 2.81A2.81 2.81 0 0068.36 50' fill='%231d1d1b'/%3E%3Cpath d='M68.36 54a1.21 1.21 0 111.21-1.21A1.21 1.21 0 0168.36 54z' fill='%23d9d9d9'/%3E%3Cpath d='M74.33 48.46c-2.13-1.37-7.08-1.87-7.72-1.93a.18.18 0 01-.12-.05l-4.37-3.89a2.34 2.34 0 00-.55-.38 3.21 3.21 0 00-1.32-.35s-10.49-.67-13.35.75c-1.15.57-4.12 6.49-4.12 6.49a4.49 4.49 0 00-.27 4.11l.17.33c0 .06 0 .14.1.19a4.3 4.3 0 002 .41h.28a3.37 3.37 0 01-.23-2.32 3.39 3.39 0 116.32 2.35l14.06.08a3.32 3.32 0 01-.21-2.61 3.4 3.4 0 016.63 1 3.33 3.33 0 01-.24 1.23l3.81.12s1.4-4.1-.88-5.56m-19.45-1.8h-7.44a.68.68 0 01-.28-.86l.73-2.1a1.65 1.65 0 011.35-1l5.2-.24a.42.42 0 01.45.42zm1.36 0v-3.69a.5.5 0 01.51-.49l3.59.07a1.88 1.88 0 011.07.48l3.5 3.25a.27.27 0 01-.18.46z' fill='%239ecee2'/%3E%3Cpath d='M48.22 54a1.22 1.22 0 111.21-1.22A1.22 1.22 0 0148.22 54z' fill='url(%23a)' style='mix-blend-mode:multiply'/%3E%3Cpath d='M68.36 54a1.22 1.22 0 111.21-1.22A1.22 1.22 0 0168.36 54z' fill='url(%23b)' style='mix-blend-mode:multiply'/%3E%3Cpath d='M74.33 48.46c-2.13-1.37-7.08-1.87-7.72-1.93a.18.18 0 01-.12-.05l-4.37-3.89a2.34 2.34 0 00-.55-.38 3.21 3.21 0 00-1.32-.35s-10.49-.67-13.35.75c-1.15.57-4.12 6.49-4.12 6.49a4.49 4.49 0 00-.27 4.11l.17.33c0 .06 0 .14.1.19a4.3 4.3 0 002 .41h.28a3.37 3.37 0 01-.23-2.32 3.39 3.39 0 116.32 2.35l14.06.08a3.32 3.32 0 01-.21-2.61 3.4 3.4 0 016.63 1 3.33 3.33 0 01-.24 1.23l3.81.12s1.4-4.1-.88-5.56m-19.45-1.8h-7.44a.68.68 0 01-.28-.86l.73-2.1a1.65 1.65 0 011.35-1l5.2-.24a.42.42 0 01.45.42zm1.36 0v-3.69a.5.5 0 01.51-.49l3.59.07a1.88 1.88 0 011.07.48l3.5 3.25a.27.27 0 01-.18.46z' fill='url(%23c)' style='mix-blend-mode:multiply'/%3E%3Cpath d='M49.08 51.93a1.22 1.22 0 01-1.72 1.72M69.21 51.93a1.21 1.21 0 11-1.71 1.72' fill='%23ececec'/%3E%3Cpath d='M49.08 51.93a1.22 1.22 0 01-1.72 1.72' fill='url(%23d)' style='mix-blend-mode:multiply'/%3E%3Cpath d='M69.21 51.93a1.21 1.21 0 11-1.71 1.72' fill='url(%23e)' style='mix-blend-mode:multiply'/%3E%3Cpath d='M51.13 54.17l14.06.08h.06a3.42 3.42 0 01-.38-1.17h-13.4a3.38 3.38 0 01-.34 1.09zM42.51 53.21l.17.33a.66.66 0 00.09.19 4.3 4.3 0 002 .41h.29a3.52 3.52 0 01-.32-1.06h-2.28a1.12 1.12 0 00.05.13zM71.59 53.08a3.26 3.26 0 01-.19.82l3.8.12a6.78 6.78 0 00.25-.94z' fill='%231d1d1b' style='mix-blend-mode:multiply'/%3E%3Cpath fill='%231d1d1b' d='M56.24 47.79h1.95v.48h-1.95zM44.8 48.27h-1.6l.26-.48h1.34v.48zM54.88 46.66h-7.45a.68.68 0 01-.28-.86l.73-2.1a1.65 1.65 0 011.35-1l5.2-.24a.42.42 0 01.45.42zM56.24 46.66v-3.72a.5.5 0 01.51-.49l3.59.07a1.88 1.88 0 011.06.48l3.5 3.25a.27.27 0 01-.18.46zM50.15 60.17l-.66-.79a.48.48 0 00-.36-.16h-.52a.46.46 0 00-.47.46v2.24a.47.47 0 00.47.47h.52a.46.46 0 00.36-.17l.66-.78a.46.46 0 01.35-.17h.32a.47.47 0 100-.93h-.32a.49.49 0 01-.35-.17'/%3E%3Cpath d='M48.58 60.27h-1.71a.26.26 0 01-.26-.26.25.25 0 01.26-.26h1.71a.26.26 0 01.27.26.27.27 0 01-.27.26M48.58 61.75h-1.71a.25.25 0 01-.26-.26.26.26 0 01.26-.26h1.71a.27.27 0 01.27.26.26.26 0 01-.27.26' fill='%231d1d1b'/%3E%3Cpath d='M50.78 60.81H60a1.3 1.3 0 100-2.6h-6.63a1.31 1.31 0 110-2.61h2.54a1.31 1.31 0 001.31-1.31v-.68M47.15 8.45a6.62 6.62 0 016.6-6.61M48.93 8.45a4.83 4.83 0 014.82-4.83M50.71 8.45a3 3 0 013-3' fill='none' stroke='%231d1d1b' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'/%3E%3Cpath d='M52.48 8.45a1.27 1.27 0 101.27-1.27 1.26 1.26 0 00-1.27 1.27' fill='%231d1d1b'/%3E%3C/g%3E%3C/svg%3E");
}
#app .it-sector-head.businessmodels .illustration {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 84 84'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='63.47' y1='50.27' x2='66.04' y2='50.27' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.22' stop-color='%23fcfcfc'/%3E%3Cstop offset='.4' stop-color='%23f2f2f2'/%3E%3Cstop offset='.55' stop-color='%23e1e2e2'/%3E%3Cstop offset='.7' stop-color='%23cacacc'/%3E%3Cstop offset='.84' stop-color='%23acacae'/%3E%3Cstop offset='.98' stop-color='%2387888b'/%3E%3Cstop offset='1' stop-color='%23808184'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='61.51' y1='45.6' x2='68' y2='45.6' xlink:href='%23a'/%3E%3ClinearGradient id='c' x1='48.08' y1='43.76' x2='58.25' y2='43.76' xlink:href='%23a'/%3E%3C/defs%3E%3Cg data-name='Ebene 1'%3E%3Cpath d='M12.5 42.72a29.85 29.85 0 1029.85-29.86A29.84 29.84 0 0012.5 42.72z' fill='%23cfe3d3'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75' d='M35.22 61.19h-3.69'/%3E%3Cpath d='M21.9 22.27V16h4.9a.26.26 0 00.26-.25h0v-4.9h11.27a.26.26 0 01.25.26v25.1H33.8' fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'/%3E%3Cpath d='M27.06 15.75a.26.26 0 01-.26.25h-4.9l5.16-5.16v4.9zM36.06 16h-2.12M33.37 22.31h2.69v8.47h-2.69zM28.89 23.59h2.69v7.19h-2.69zM25.7 27.19h1.41v3.59H25.7M27.11 27.19v-8.3h-2.69v3.38M28.89 18.89h2.69v4.7h-2.69z' fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'/%3E%3Cpath stroke-width='.75' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M33.37 18.89h2.69v3.42h-2.69zM22.06 39.37a.26.26 0 00.26-.26h0v-4.9h11.26a.25.25 0 01.26.25v23.87h0a.25.25 0 01-.26.25H17.41a.26.26 0 01-.26-.25v-19z'/%3E%3Cpath d='M22.32 39.11a.26.26 0 01-.26.26h-4.91l5.17-5.16v4.89z' fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'/%3E%3Cpath d='M20.2 48.21a5.3 5.3 0 115.3 5.29 5.3 5.3 0 01-5.3-5.29z' fill='none' stroke='%23231f20' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75' d='M25.5 42.91v5.3l3.74 3.74M20.2 48.21h5.03M25.5 48.21l3.57-3.58M24.64 55.99h2.12'/%3E%3Cpath d='M17.15 47.65H9.27A.26.26 0 019 47.4v-20h4.91a.26.26 0 00.26-.26h0v-4.9h11.28a.25.25 0 01.25.25v11.72' fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'/%3E%3Cpath d='M14.18 27.17a.26.26 0 01-.26.26H9l5.17-5.16v4.9z' fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75' d='M21.9 27.43h-.84M21.9 30.77h-3.84M21.9 32.49h-6.84M11.54 30.77h5.52M11.54 32.49h2.52M11.54 34.22h6.12M18.8 37.72h-7.21M23.18 34.22h-4.52M13.54 39.45h3.61M17.06 41.17h-1.4M12.54 43.66h2.12M11.54 36.01h4.12M20.51 36.01h-3.85'/%3E%3Cpath d='M49.68 35.25a10.63 10.63 0 11-15 0 10.64 10.64 0 0115 0z' fill='%23009e58'/%3E%3Cpath d='M49.68 35.25a10.63 10.63 0 01-15 15' fill='%23008a50'/%3E%3Cpath d='M71.13 53.4a6.34 6.34 0 00-.5-2.48 7.1 7.1 0 00-.58-1.09 6.38 6.38 0 00-.78-.94 6.46 6.46 0 00-1-.78 6.28 6.28 0 00-1.08-.59 6.43 6.43 0 00-2.48-.5 6.88 6.88 0 00-1.29.13 7.24 7.24 0 00-1.2.37 6.28 6.28 0 00-1.08.59 6.38 6.38 0 00-2.31 2.81 6.34 6.34 0 00-.5 2.48' fill='%23231f20'/%3E%3Cpath fill='%23fff' d='M63.47 47.15l1.29 6.25 1.28-6.25h-2.57z'/%3E%3Cpath fill='url(%23a)' style='mix-blend-mode:multiply' d='M63.47 47.15l1.29 6.25 1.28-6.25h-2.57z'/%3E%3Cpath d='M64.76 42.35A3.25 3.25 0 1068 45.6a3.25 3.25 0 00-3.24-3.25z' fill='%23f9b9a3'/%3E%3Cpath d='M64.76 42.35A3.25 3.25 0 1068 45.6a3.25 3.25 0 00-3.24-3.25z' fill='url(%23b)'/%3E%3Cpath d='M53.17 38.67a5.1 5.1 0 105.08 5.09 5.09 5.09 0 00-5.08-5.09z' fill='%23f9b9a3'/%3E%3Cpath d='M53.17 38.67a5.1 5.1 0 105.08 5.09 5.09 5.09 0 00-5.08-5.09z' fill='url(%23c)'/%3E%3Cpath d='M63.17 56a10 10 0 00-20 0' fill='%23231f20'/%3E%3Cpath fill='%23fff' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M58.13 24.74v-4H44.02v9.51h9.09v2.88l2.05-2.88h2.97v-5.51z'/%3E%3Cpath fill='none' stroke='%23009e58' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M48.01 23.74h6.12M48.01 25.46h6.12M48.01 27.25h6.12'/%3E%3Cpath fill='%23fff' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M59.69 35.28v2h2.97l2.06 2.89v-2.89h9.09v-9.5H59.69v7.5z'/%3E%3Cpath fill='none' stroke='%23009e58' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M69.81 30.78h-6.12M69.81 32.5h-6.12M69.81 34.28h-6.12'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M12.5 50.8H1.06M17.15 56H12.5M35.44 53.4h-1.6M16.98 53.4H6.5M70.2 50.8h13.06'/%3E%3C/g%3E%3C/svg%3E");
}
#app .it-sector-head.marketdesign .illustration {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 84 84'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='57.37' y1='52.04' x2='58.95' y2='52.04' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.22' stop-color='%23fcfcfc'/%3E%3Cstop offset='.4' stop-color='%23f2f2f2'/%3E%3Cstop offset='.55' stop-color='%23e1e2e2'/%3E%3Cstop offset='.7' stop-color='%23cacacc'/%3E%3Cstop offset='.84' stop-color='%23acacae'/%3E%3Cstop offset='.98' stop-color='%2387888b'/%3E%3Cstop offset='1' stop-color='%23808184'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='58.95' y1='52.04' x2='60.52' y2='52.04' xlink:href='%23a'/%3E%3ClinearGradient id='c' x1='57.2' y1='47.82' x2='60.69' y2='47.82' xlink:href='%23a'/%3E%3C/defs%3E%3Cg data-name='Ebene 1'%3E%3Cpath d='M12.24 42.33A29.86 29.86 0 1042.1 12.47a29.85 29.85 0 00-29.86 29.86z' fill='%23fcdacd'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75' d='M35.06 60.8h-3.69M.9 50.4h24.8M29.39 50.4h12.59M31.37 53h-3.69M20.23 53H6.34M28.94 55.6H18.06M33.09 58.19h-7.35M10.15 47.82h11.2M22.91 47.82h11.2'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M39.82 23.08H10.6v22.14'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M10.6 23.08v-2.01h29.22v12.87M37.82 21.07v-2L25.21 15.7 12.6 19.07v2M10.6 29h29.22M39.82 45.22H8.6v2.59H6.55v2.6M15.19 29v16.22M16.76 29v16.22M21.35 29v16.22M22.91 29v16.22M27.51 29v16.22M29.07 29v16.22M33.66 29v16.22M35.23 29v16.22'/%3E%3Cpath d='M22.42 20.75a2.79 2.79 0 015.58 0' fill='none' stroke='%23231f20' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M37.82 28.69v-3.51H12.6v3.51M16.76 36.12h4.59M22.91 36.12h4.6M29.07 36.12h4.6'/%3E%3Cpath d='M49.61 34.86a10.63 10.63 0 11-15 0 10.64 10.64 0 0115 0z' fill='%23f05b47'/%3E%3Cpath d='M49.52 34.86a10.63 10.63 0 01-15 15' fill='%23d94732'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75' d='M75.34 50.41h7.76'/%3E%3Cpath d='M58.69 40a.26.26 0 01-.25-.26h0v-4.92H47.17a.26.26 0 00-.26.25v22.87h0a.26.26 0 00.26.25h16.17a.26.26 0 00.26-.19V40z' fill='%23fff' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' fill-rule='evenodd'/%3E%3Cpath d='M58.44 39.72a.26.26 0 00.25.26h4.91l-5.16-5.16v4.89z' fill='%23fff' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' fill-rule='evenodd'/%3E%3Cpath fill='none' stroke='%23f69a81' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M49.44 39.13h2.12M49.44 41.84h5.12M49.44 43.63h8.12M61.07 41.84h-5.51M61.07 43.63h-2.51M61.07 47.13h-4.12M61.07 45.42h-6.12M49.44 47.13h6.51M49.44 48.93h11.58M49.44 45.42h4.51M59.07 50.71h-4.61M49.44 52.52h7.51'/%3E%3Cpath d='M64.69 34.78a.25.25 0 01-.25-.25h0v-4.9H53.17a.26.26 0 00-.26.26v22.86h0a.26.26 0 00.26.26h16.17a.26.26 0 00.26-.26v-18z' fill='%23fff' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' fill-rule='evenodd'/%3E%3Cpath d='M64.44 34.53a.25.25 0 00.25.25h4.91l-5.16-5.16v4.9z' fill='%23fff' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' fill-rule='evenodd'/%3E%3Cpath fill='none' stroke='%23f69a81' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M55.44 33.94h2.12M55.44 36.65h5.12M55.44 38.44h8.12M67.07 36.65h-5.51M67.07 38.44h-2.51M67.07 41.94h-4.12M67.07 40.23h-6.12M55.44 41.94h6.51M55.44 43.74h11.58M55.44 40.23h4.51M65.07 45.51h-4.61'/%3E%3Cpath d='M70.69 29.59a.26.26 0 01-.25-.26h0v-4.9H59.17a.26.26 0 00-.26.25v22.87h0a.26.26 0 00.26.25h16.17a.26.26 0 00.26-.25v-18z' fill='%23fff' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' fill-rule='evenodd'/%3E%3Cpath d='M70.44 29.33a.26.26 0 00.25.26h4.91l-5.16-5.16v4.9z' fill='%23fff' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' fill-rule='evenodd'/%3E%3Cpath fill='none' stroke='%23f69a81' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M61.44 28.74h2.12M61.44 31.46h5.12M61.44 33.24h8.12M73.07 31.46h-5.51M73.07 33.24h-2.51M73.07 36.75h-4.12M73.07 35.03h-6.12M61.44 36.75h6.51M61.44 38.54h11.58M61.44 35.03h4.51M71.07 40.32h-4.61'/%3E%3Cpath fill='none' stroke='%23f05b47' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M61.44 42.13h7.51M72.07 43.91h-2.12'/%3E%3Cpath fill='%23f9baa5' fill-rule='evenodd' d='M58.95 48.48h-1.58v7.12l1.58-.74v-6.38z'/%3E%3Cpath fill='%23f05b47' fill-rule='evenodd' d='M58.95 48.48h1.57v7.12l-1.57-.74v-6.38z'/%3E%3Cpath fill-rule='evenodd' fill='url(%23a)' style='mix-blend-mode:multiply' d='M58.95 48.48h-1.58v7.12l1.58-.74v-6.38z'/%3E%3Cpath fill-rule='evenodd' fill='url(%23b)' style='mix-blend-mode:multiply' d='M58.95 48.48h1.57v7.12l-1.57-.74v-6.38z'/%3E%3Cpath d='M61.31 45.46a3.34 3.34 0 11-4.72 0 3.34 3.34 0 014.72 0z' fill='%23fff' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'/%3E%3Cpath d='M60.18 46.58a1.75 1.75 0 11-2.47 0 1.75 1.75 0 012.47 0z' fill='%23f05b47'/%3E%3Cpath d='M60.18 46.58a1.75 1.75 0 11-2.47 0 1.75 1.75 0 012.47 0z' fill='url(%23c)' style='mix-blend-mode:multiply'/%3E%3C/g%3E%3C/svg%3E");
}
#app .it-sector-head.systemoperation .illustration {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 84 84'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='53.54' y1='51.13' x2='60.03' y2='51.13' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.22' stop-color='%23fcfcfc'/%3E%3Cstop offset='.4' stop-color='%23f2f2f2'/%3E%3Cstop offset='.55' stop-color='%23e1e2e2'/%3E%3Cstop offset='.7' stop-color='%23cacacc'/%3E%3Cstop offset='.84' stop-color='%23acacae'/%3E%3Cstop offset='.98' stop-color='%2387888b'/%3E%3Cstop offset='1' stop-color='%23808184'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='53.54' y1='9.37' x2='60.03' y2='9.37' xlink:href='%23a'/%3E%3ClinearGradient id='c' x1='65.96' y1='35.96' x2='72.45' y2='35.96' xlink:href='%23a'/%3E%3ClinearGradient id='d' x1='65.96' y1='18.78' x2='72.45' y2='18.78' xlink:href='%23a'/%3E%3ClinearGradient id='e' x1='53.54' y1='28.75' x2='60.03' y2='28.75' xlink:href='%23a'/%3E%3C/defs%3E%3Cg data-name='Ebene 1'%3E%3Cpath d='M11.44 43.06a29.85 29.85 0 1029.85-29.85 29.85 29.85 0 00-29.85 29.85z' fill='%23e8dfee'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75' d='M34.17 61.54h-3.7'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M49.73 18.77h-5.67M19.95 9.39h9.88v24.69h-9.88zM24.89 2.53l-4.98 6.84h9.96l-4.98-6.84z'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M20 9.49l9.78 9.28-9.75 9.98 11.32 12.11'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M29.58 9.49l-9.57 9.28 9.77 9.98L18.5 40.81'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M19.84 23.72l-6.65-9.49h23.2l-6.57 9.49M29.76 34.2l10.18-10.48H9.64l10.31 10.36M18.34 40.89l13.06.02'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M20.06 34.08l-4.42 17.06H7.79M24.77 41l-7.44 10.14h15.1L25 40.91M29.76 34.2l3.68 14.35'/%3E%3Cpath d='M48.62 35.6a10.63 10.63 0 11-15 0 10.63 10.63 0 0115 0z' fill='%23a780b8'/%3E%3Cpath d='M48.62 35.6a10.63 10.63 0 01-15 15' fill='%23835894'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75' d='M19.79 53.75H5.44M34.17 53.75h-6.74M5.44 51.15H0M32.29 58.93h-8.85M27.3 56.36h-9.86'/%3E%3Cpath d='M47.33 54.74V43.27a.92.92 0 01.92-.92h17.07a.9.9 0 01.65.27.91.91 0 01.27.65v11.47' fill='%23fff' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' fill-rule='evenodd'/%3E%3Cpath d='M49.17 54.74V44.52h0a.22.22 0 01.22-.22h14.79a.22.22 0 01.22.22v10.22M45.92 54.74h21.73a.22.22 0 01.21.22v.48a.87.87 0 01-.34.67 1.23 1.23 0 01-.75.25h-20a1.23 1.23 0 01-.75-.25.87.87 0 01-.34-.67V55h0a.22.22 0 01.21-.22' fill='%23fff' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' fill-rule='evenodd'/%3E%3Cpath d='M56.79 47.88A3.25 3.25 0 1060 51.13a3.24 3.24 0 00-3.21-3.25z' fill='%23f9b9a3'/%3E%3Cpath d='M56.79 47.88A3.25 3.25 0 1060 51.13a3.24 3.24 0 00-3.21-3.25z' fill='url(%23a)'/%3E%3Cpath d='M63.16 58.93a6.38 6.38 0 10-12.75 0' fill='%23231f20'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M56.79 42.35V38M56.79 36.01v-4.86M56.79 25.51V10.13M51.73 18.77h13.85M69.2 32.71v-12.2M60.03 28.76h7.17M55.25 28.76h-9.19M53.54 9.37h-7.83'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-miterlimit='10' stroke-width='.75' d='M69.14 51.15H82.2'/%3E%3Cpath d='M56.79 6.13A3.25 3.25 0 1060 9.37a3.24 3.24 0 00-3.21-3.24z' fill='%23f9baa5'/%3E%3Cpath d='M56.79 6.13A3.25 3.25 0 1060 9.37a3.24 3.24 0 00-3.21-3.24z' fill='url(%23b)'/%3E%3Cpath d='M69.2 32.71A3.25 3.25 0 1072.45 36a3.25 3.25 0 00-3.25-3.29z' fill='%23f9baa5'/%3E%3Cpath d='M69.2 32.71A3.25 3.25 0 1072.45 36a3.25 3.25 0 00-3.25-3.29z' fill='url(%23c)'/%3E%3Cpath d='M69.2 15.53a3.25 3.25 0 103.25 3.24 3.24 3.24 0 00-3.25-3.24z' fill='%23a780b8'/%3E%3Cpath d='M69.2 15.53a3.25 3.25 0 103.25 3.24 3.24 3.24 0 00-3.25-3.24z' fill='url(%23d)'/%3E%3Cpath d='M56.79 25.51A3.25 3.25 0 1060 28.76a3.24 3.24 0 00-3.21-3.25z' fill='%23a780b8'/%3E%3Cpath d='M56.79 25.51A3.25 3.25 0 1060 28.76a3.24 3.24 0 00-3.21-3.25z' fill='url(%23e)'/%3E%3Cpath fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M71.2 28.76h5.17'/%3E%3C/g%3E%3C/svg%3E");
}
#app .it-wrapper {
    width: 100%;
    padding: 0 15px;
}
#app .it-wrapper.fence-right {
    padding-right: 20px;
}
#app .it-wrapper.Intro {
    position: relative;
    border-bottom: #fff !important;
}
#app .it-wrapper.Intro:after {
    content: '';
    position: absolute;
    z-index: 900;
    bottom: -19px;
    left: 0;
    width: 100%;
    height: 180px;
    pointer-events: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 1636.8 197.5' xml:space='preserve'%3E%3Cstyle%3E.st1{fill:%23cecece}.st2{fill:%23505050}%3C/style%3E%3Cellipse cx='1631.5' cy='162.3' rx='9.9' ry='11.1' fill='%23fff'/%3E%3Cg id='txt'%3E%3Cpath class='st1' d='M1569.4 197.5h-24.7c-1.9 0-3.4-1.5-3.4-3.4s1.5-3.4 3.4-3.4h13.1c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5h-26.2c-1.9 0-3.4-1.5-3.4-3.4s1.5-3.4 3.4-3.4h17.6c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5h-9c-1.9 0-3.4-1.5-3.4-3.4v-2.7c0-.5.4-.9.9-.9s.9.4.9.9v2.7c0 .8.7 1.5 1.5 1.5h9c1.9 0 3.4 1.5 3.4 3.4s-1.5 3.4-3.4 3.4h-17.6c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5h26.2c1.9 0 3.4 1.5 3.4 3.4s-1.5 3.4-3.4 3.4h-13c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5h24.6c.8 0 1.5-.7 1.5-1.5v-4.9c0-1.9 1.5-3.4 3.4-3.4h9c.8 0 1.5-.7 1.5-1.5v-15.6c0-.5.4-.9.9-.9s.9.4.9.9v15.6c0 1.9-1.5 3.4-3.4 3.4h-9c-.8 0-1.5.7-1.5 1.5v4.9c.2 1.9-1.4 3.4-3.2 3.4z'/%3E%3Cpath class='st2' d='M1546.1 164.1h-16.3c-.5 0-.9-.4-.9-.9s.4-.9.9-.9h16.3c.5 0 .9.4.9.9.1.5-.3.9-.9.9zM1458.6 44.2h1.9v9.2h-1.9z'/%3E%3Cpath class='st2' d='M1462.6 45.1h-19.4c-.4 0-.7-.2-.9-.5-.2-.3-.1-.7.1-1l13.2-15.4c.2-.2.4-.3.7-.3h19.4c.4 0 .7.2.9.5.2.3.1.7-.1 1l-13.2 15.4c-.1.2-.4.3-.7.3zm-17.3-1.9h16.9l11.6-13.5h-16.9l-11.6 13.5z'/%3E%3Cpath transform='rotate(-49.286 1459.477 36.466)' class='st2' d='M1449.4 35.5h20.3v1.9h-20.3z'/%3E%3Cpath class='st2' d='M1449.9 35.5h19.4v1.9h-19.4zM1492.2 54.3h-16.3c-.5 0-.9-.4-.9-.9V36.5c0-.5.4-.9.9-.9h16.3c.5 0 .9.4.9.9v16.9c0 .5-.4.9-.9.9zm-15.4-1.9h14.4v-15h-14.4v15z'/%3E%3Cpath class='st2' d='M1475.9 43.2h16.3v1.9h-16.3z'/%3E%3Cpath class='st2' d='M1483.1 36.5h1.9v7.7h-1.9zM1478.7 36.5h1.9v7.7h-1.9zM1486.9 36.5h1.9v6.8h-1.9zM1492.2 151.8c-.5 0-.9-.4-.9-.9V54.3h-47.1v38.2c0 .5-.4.9-.9.9s-.9-.4-.9-.9V53.3c0-.5.4-.9.9-.9h48.9c.5 0 .9.4.9.9v97.6c0 .5-.4.9-.9.9z'/%3E%3Cpath class='st2' d='M1451.4 110.3h-16.3c-.5 0-.9-.4-.9-.9V92.5c0-.5.4-.9.9-.9h16.3c.5 0 .9.4.9.9v16.9c0 .5-.4.9-.9.9zm-15.4-1.9h14.4v-15H1436v15z'/%3E%3Cpath class='st2' d='M1451.4 101.1h-16.3c-.5 0-.9-.4-.9-.9s.4-.9.9-.9h16.3c.5 0 .9.4.9.9s-.4.9-.9.9z'/%3E%3Cpath class='st2' d='M1443.2 101.1c-.5 0-.9-.4-.9-.9v-7.7c0-.5.4-.9.9-.9s.9.4.9.9v7.7c.1.5-.3.9-.9.9zM1438.9 101.1c-.5 0-.9-.4-.9-.9v-7.7c0-.5.4-.9.9-.9s.9.4.9.9v7.7c0 .5-.4.9-.9.9zM1447.1 100.3c-.5 0-.9-.4-.9-.9v-6.8c0-.5.4-.9.9-.9s.9.4.9.9v6.8c0 .5-.4.9-.9.9zM1421.9 101.1h-19.4c-.4 0-.7-.2-.9-.5-.2-.3-.1-.7.1-1l13.2-15.4c.2-.2.4-.3.7-.3h19.4c.4 0 .7.2.9.5.2.3.1.7-.1 1l-13.2 15.4c-.2.2-.5.3-.7.3zm-17.4-1.8h16.9l11.6-13.5h-16.9l-11.6 13.5z'/%3E%3Cpath transform='rotate(-49.307 1418.777 92.633)' class='st2' d='M1408.6 91.7h20.3v1.9h-20.3z'/%3E%3Cpath class='st2' d='M1409.1 91.6h19.4v1.9h-19.4z'/%3E%3Cg%3E%3Cpath class='st2' d='M1417.8 100.2h1.9v9.2h-1.9z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M1384.2 132.3h18.3v1.8h-18.3'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M1402.5 172.6h-24.7c-.5 0-.9-.4-.9-.9s.4-.9.9-.9h23.7v-61.3c0-.5.4-.9.9-.9h65.3c.5 0 .9.4.9.9v23c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-22h-63.4v61.3c0 .4-.4.8-.9.8z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M1516.6 172.6c-.5 0-.9-.4-.9-.9v-38l-24.2-23.6c-.4-.4-.4-1 0-1.3.4-.4 1-.4 1.3 0l24.5 23.8c.2.2.3.4.3.7v38.4c0 .5-.4.9-1 .9z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M1529.9 134.1c-.5 0-.9-.4-.9-.9V92.7h-36.7c-.5 0-.9-.4-.9-.9s.4-.9.9-.9h37.7c.5 0 .9.4.9.9v41.5c-.1.4-.5.8-1 .8z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M1426.9 172.6h-16.3c-.5 0-.9-.4-.9-.9V151c0-.5.4-.9.9-.9h16.3c.5 0 .9.4.9.9v20.7c.1.5-.4.9-.9.9zm-15.4-1.9h14.4v-18.9h-14.4v18.9z'/%3E%3Cpath class='st2' d='M1426.9 151.8h-16.3c-.5 0-.9-.4-.9-.9s.4-.9.9-.9h16.3c.5 0 .9.4.9.9.1.5-.4.9-.9.9zM1418.8 164.1c-.5 0-.9-.4-.9-.9v-4.7c0-.5.4-.9.9-.9s.9.4.9.9v4.7c0 .5-.4.9-.9.9z'/%3E%3Cg%3E%3Cpath class='st2' d='M1426.9 164.1h-16.3c-.5 0-.9-.4-.9-.9 0-5 4.1-9.1 9.1-9.1s9.1 4.1 9.1 9.1c0 .5-.5.9-1 .9zm-15.3-1.8h14.3c-.5-3.5-3.5-6.3-7.2-6.3-3.6 0-6.6 2.7-7.1 6.3z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M1572.2 162.3c-2.9 0-5.3 2.4-5.3 5.3s2.4 5.3 5.3 5.3 5.3-2.4 5.3-5.3c.1-2.9-2.3-5.3-5.3-5.3zm0 7.2c-1 0-1.9-.8-1.9-1.9 0-1 .8-1.9 1.9-1.9 1.1 0 1.9.8 1.9 1.9 0 1-.8 1.9-1.9 1.9zM1618.9 162.3c-2.9 0-5.3 2.4-5.3 5.3s2.4 5.3 5.3 5.3 5.3-2.4 5.3-5.3c.1-2.9-2.3-5.3-5.3-5.3zm0 7.2c-1 0-1.9-.8-1.9-1.9 0-1 .8-1.9 1.9-1.9 1 0 1.9.8 1.9 1.9 0 1-.8 1.9-1.9 1.9zM1588 153.5h-14.7s-1-.6-.5-1.7l1.4-4.1s.7-1.8 2.7-2l10.3-.5c.5 0 .9.4.9.8v7.5h-.1zM1591.1 153.5v-7.3c0-.6.5-1 1-1l7.1.2c.5-.1 1.2.3 2.1.8l6.9 6.4c.3.3.1.9-.3.9h-16.8z'/%3E%3Cpath class='st2' d='M1635.4 169.5h-8.9c-.3 0-.5-.1-.7-.3-.2-.2-.3-.5-.2-.8.1-.4.1-.7.1-1.1 0-4.2-3.8-7.5-8.1-6.8-2.5.4-4.6 2.3-5.4 4.7-.3 1-.4 1.9-.3 2.9.1.1.1.3.1.4 0 .5-.4.9-1 .9h-31.1c-.3 0-.5-.1-.7-.3-.2-.2-.3-.5-.2-.8.1-.4.1-.7.1-1.1 0-4.2-3.8-7.5-8.1-6.8-2.6.4-4.8 2.5-5.5 5.1-.2.8-.3 1.7-.1 2.6.1.1.1.3.1.4 0 .5-.4.9-1 .9h-5.2c-.4 0-.7-.2-.9-.6-2.5-5.6.6-10.2.7-10.4 1.1-2.2 7.1-13.9 9.9-15.3 2.9-1.5 9.2-2.2 18.8-2.2 6.6 0 12.4.4 12.5.4 1 0 2.1.3 3.4.9.5.2 1 .6 1.5 1l10 8.9c1.8.2 13.1 1.4 18.1 4.6 4.2 2.7 3.7 8.7 2.9 12 0 .5-.4.8-.8.8zm-7.8-1.8h7c.5-2.9.8-7.3-2.3-9.2-4.8-3.1-16.1-4.2-17.4-4.3-.3 0-.6-.2-.8-.4l-10.1-9c-.4-.3-.7-.6-1-.7-1-.5-1.9-.7-2.6-.7-.2 0-5.9-.4-12.5-.4-9.1 0-15.4.7-18 2-1.6.8-6.3 9-9.1 14.6-.2.2-2.4 3.8-.8 8.1h3.5c0-.9 0-1.7.3-2.5.9-3.3 3.6-5.9 7-6.4.5-.1 1-.1 1.5-.1 4.8 0 8.8 3.9 8.8 8.8v.3h29c0-1 .1-2 .4-3 1-3.1 3.7-5.4 6.8-6 5.5-.9 10.3 3.3 10.3 8.6v.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M1432.4 139.2c-.5 0-.9-.4-.9-.9 0-7.1-5.8-12.9-12.9-12.9-.5 0-.9-.4-.9-.9s.4-.9.9-.9c8.1 0 14.8 6.6 14.8 14.8-.1.4-.5.8-1 .8z'/%3E%3Cpath class='st1' d='M1428.6 139.2c-.5 0-.9-.4-.9-.9 0-5.1-4.1-9.2-9.2-9.2-.5 0-.9-.4-.9-.9s.4-.9.9-.9c6.1 0 11 5 11 11 .1.5-.3.9-.9.9z'/%3E%3Cpath class='st1' d='M1424.9 139.2c-.5 0-.9-.4-.9-.9 0-3-2.4-5.4-5.4-5.4-.5 0-.9-.4-.9-.9s.4-.9.9-.9c4 0 7.3 3.3 7.3 7.3 0 .4-.5.8-1 .8zM1421.2 138.3c0 1.5-1.2 2.7-2.7 2.7s-2.7-1.2-2.7-2.7 1.2-2.7 2.7-2.7 2.7 1.2 2.7 2.7'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M1552.5 108.8c-.5 0-.9-.4-.9-.9 0-7.1-5.8-12.9-12.9-12.9-.5 0-.9-.4-.9-.9s.4-.9.9-.9c8.1 0 14.8 6.6 14.8 14.8-.1.4-.5.8-1 .8z'/%3E%3Cpath class='st1' d='M1548.8 108.8c-.5 0-.9-.4-.9-.9 0-5.1-4.1-9.2-9.2-9.2-.5 0-.9-.4-.9-.9s.4-.9.9-.9c6.1 0 11 5 11 11 0 .5-.4.9-.9.9z'/%3E%3Cpath class='st1' d='M1545.1 108.8c-.5 0-.9-.4-.9-.9 0-3-2.4-5.4-5.4-5.4-.5 0-.9-.4-.9-.9s.4-.9.9-.9c4 0 7.3 3.3 7.3 7.3-.1.4-.5.8-1 .8zM1541.3 107.8c0 1.5-1.2 2.7-2.7 2.7s-2.7-1.2-2.7-2.7 1.2-2.7 2.7-2.7c1.6.1 2.7 1.3 2.7 2.7'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M1447.4 172.6c-.5 0-.9-.4-.9-.9v-39.3c0-.5.4-.9.9-.9h44.8c.5 0 .9.4.9.9s-.4.9-.9.9h-43.9v38.3c0 .6-.4 1-.9 1z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M1546.1 172.6h-16.3c-.5 0-.9-.4-.9-.9v-38.4c0-.5.4-.9.9-.9h16.3c.5 0 .9.4.9.9v38.4c.1.5-.3.9-.9.9zm-15.3-1.9h14.4v-36.6h-14.4v36.6z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M1536.3 142.4h4.2l-2.1 4h3.9l-6.4 8.9 1.8-6.1h-4z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M1500.3 164.1c-.5 0-.9-.4-.9-.9v-4.7c0-.5.4-.9.9-.9s.9.4.9.9v4.7c.1.5-.4.9-.9.9z'/%3E%3Cpath class='st2' d='M1508.5 164.1h-16.3c-.5 0-.9-.4-.9-.9 0-5 4.1-9.1 9.1-9.1s9.1 4.1 9.1 9.1c-.1.5-.5.9-1 .9zm-15.3-1.8h14.3c-.5-3.5-3.5-6.3-7.2-6.3-3.6 0-6.7 2.7-7.1 6.3z'/%3E%3Cpath class='st2' d='M1508.5 172.6h-16.3c-.5 0-.9-.4-.9-.9V151c0-.5.4-.9.9-.9h16.3c.5 0 .9.4.9.9v20.7c0 .5-.4.9-.9.9zm-15.4-1.9h14.4v-18.9h-14.4v18.9z'/%3E%3Cpath class='st2' d='M1508.5 151.8h-16.3c-.5 0-.9-.4-.9-.9s.4-.9.9-.9h16.3c.5 0 .9.4.9.9s-.4.9-.9.9z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M1038.3 86.6c-9.6 0-18.5-2.4-25.1-6.9-7.6-5.1-11.6-12.3-11.6-21h1.9c0 8 3.7 14.7 10.8 19.4 6.3 4.2 14.9 6.6 24.1 6.6 16.7 0 34.7-8.1 34.7-25.8h1.9c-.1 13.3-11.6 27.7-36.7 27.7zM750.5 132.3h24.8v1.9h-24.8zM801.7 134.1v-1.9c18.3 0 22-18.9 22-49.3h1.9c-.1 42.5-9.6 51.2-23.9 51.2zM1171.9 134.1h-34.4c-29.6 0-45.6-17.5-45.6-60.4h1.9c0 41.6 15.5 58.6 43.8 58.6h34.4l-.1 1.8zM945.3 134.1c-14.3 0-23.8-8.7-23.8-51.2h1.9c0 41.1 8.4 49.3 22 49.3l-.1 1.9z'/%3E%3Cpath class='st2' d='M889.8 117.5h-31.9c-.5 0-.9-.4-.9-.9V36.9c0-.5.4-.9.9-.9h31.9c.5 0 .9.4.9.9v79.7c0 .5-.4.9-.9.9zm-31-1.9h30V37.8h-30v77.8z'/%3E%3Cpath class='st2' d='M889.9 37.8h-32.1c-.4 0-.7-.2-.8-.5-.2-.3-.1-.7.1-1l16.1-22.1c.2-.2.5-.4.8-.4.3 0 .6.1.8.4l16.1 22.1c.2.3.2.7.1 1-.4.3-.8.5-1.1.5zm-30.3-1.9H888l-14.2-19.6-14.2 19.6z'/%3E%3Cpath class='st2' d='M894.6 139.4c-.3 0-.5-.1-.7-.3L857.4 100c-.3-.4-.3-.9 0-1.3l30.8-31.5-30.9-29.3c-.4-.4-.4-.9 0-1.3s.9-.4 1.3 0l31.6 30c.2.2.3.4.3.7s-.1.5-.3.7l-30.8 31.6 35.9 38.4c.4.4.3 1 0 1.3-.2 0-.4.1-.7.1z'/%3E%3Cpath class='st2' d='M853.2 139.2c-.2 0-.5-.1-.6-.3-.4-.4-.4-.9 0-1.3l35.8-38.2-30.9-31.6c-.2-.2-.3-.4-.3-.7 0-.2.1-.5.3-.7l30.9-30c.4-.4 1-.4 1.3 0 .4.4.4 1 0 1.3L859.5 67l30.9 31.5c.4.4.4.9 0 1.3L854 138.7c-.3.4-.5.5-.8.5z'/%3E%3Cpath class='st2' d='M889.7 84.1c-.2 0-.4-.1-.5-.2-.4-.3-.5-.9-.2-1.3l20.2-29.1h-71.3l20.4 29.1c.3.4.2 1-.2 1.3s-1 .2-1.3-.2l-21.5-30.6c-.2-.3-.2-.7-.1-1 .2-.3.5-.5.8-.5h74.9c.3 0 .7.2.8.5.2.3.1.7-.1 1l-21.2 30.6c-.1.2-.4.4-.7.4z'/%3E%3Cpath class='st2' d='M889.5 117.9c-.2 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.3l31.3-32.2h-93.3l31.7 31.9c.4.4.4 1 0 1.3-.4.4-1 .4-1.3 0l-33.3-33.5c-.3-.3-.3-.7-.2-1 .1-.3.5-.6.9-.6h97.7c.4 0 .7.2.9.6.1.3.1.7-.2 1l-32.8 33.8c-.2.2-.4.3-.7.3zM894.8 139.5l-42.1-.1c-.5 0-.9-.4-.9-.9s.4-1 .9-.9l42.1.1c.5 0 .9.4.9.9s-.4.9-.9.9z'/%3E%3Cpath class='st2' d='M844 172.6h-36.7c-.5 0-.9-.4-.9-.9v-30.3h-3.7c-.5 0-.9-.4-.9-.9v-6.4h-7.2v6.3c0 .5-.4.9-.9.9h-9.2c-.5 0-.9-.4-.9-.9v-6.3h-7.2v6.3c0 .5-.4.9-.9.9h-3.7v30.3c0 .5-.4.9-.9.9s-.9-.4-.9-.9v-31.2c0-.5.4-.9.9-.9h3.7v-6.3c0-.5.4-.9.9-.9h9.1c.5 0 .9.4.9.9v6.3h7.4v-6.3c0-.5.4-.9.9-.9h9c.5 0 .9.4.9.9v6.3h3.7c.5 0 .9.4.9.9v30.2h35l14.1-54.4c.1-.5.6-.8 1.1-.7s.8.6.7 1.1l-14.3 55.1c-.1.6-.5.9-.9.9zM898.1 172.6H857c-8.5 0-8.5 0-8.5-1 0-.2.1-.4.2-.6l24-32.8 1 .7 1.2-.9 24 33c.2.3.2.7.1 1-.2.4-.5.6-.9.6zm-46.8-1.9h45l-22.5-30.9-22.5 30.9zM922.4 172.6h-18.8c-.4 0-.8-.3-.9-.7l-14-54.7c-.1-.5.2-1 .7-1.1s1 .2 1.1.7l13.9 54h18.1c.5 0 .9.4.9.9-.1.4-.5.9-1 .9zM750.5 173.4c-.5 0-.9-.4-.9-.9V117h-38.9c-.5 0-.9-.4-.9-.9s.4-.9.9-.9h39.9c.5 0 .9.4.9.9v56.4c0 .5-.5.9-1 .9z'/%3E%3Cpath class='st2' d='M741 134.1h-26.5c-.5 0-.9-.4-.9-.9s.4-.9.9-.9h25.6v-5.5h-28.4c-.5 0-.9-.4-.9-.9s.4-.9.9-.9h29.4c.5 0 .9.4.9.9v7.3c0 .5-.4.9-1 .9zM770.4 173.4h-20.1c-.5 0-.9-.4-.9-.9s.4-.9.9-.9h20.1c.5 0 .9.4.9.9s-.4.9-.9.9zM680 173.4h-8c-.5 0-.9-.4-.9-.9s.4-.9.9-.9h8c.5 0 .9.4.9.9.1.5-.3.9-.9.9zM685.7 173.4c-.5 0-1-.4-.9-1l2.9-103.6c0-.5.5-.9 1-.9s.9.4.9 1l-2.9 103.6c-.1.5-.5.9-1 .9zM699.1 173.4c-.5 0-.9-.4-.9-.9l-3-104.4c0-.5.4-.9.9-1 .5 0 1 .4 1 .9l3 104.4c-.1.6-.5 1-1 1zM697.5 60.9h-.2c-.5-.1-.8-.6-.7-1.1l10-39.9c0-.1 0-.2.1-.3v-.4c0-.1 0-.2-.1-.3 0-.1-.1-.2-.1-.3-.1-.1-.1-.2-.2-.3-.1-.1-.1-.2-.2-.2-.1-.1-.2-.1-.3-.2-.1-.1-.2-.1-.4-.2h-.6c-.1 0-.2 0-.3.1-.1 0-.2.1-.3.1-.1 0-.2.1-.2.2-.1.1-.2.1-.2.2-.1.1-.1.2-.2.3-.1.1-.1.2-.1.3l-11.7 38.8c-.1.5-.7.8-1.2.6-.5-.1-.8-.7-.6-1.2l11.7-38.8c.1-.2.2-.5.3-.7.1-.2.2-.4.4-.6.1-.2.3-.3.5-.5.2-.1.4-.3.6-.4.2-.1.4-.2.7-.3.2-.1.4-.1.6-.1h.7c.2 0 .5.1.7.1.3.1.5.2.7.3s.4.2.6.4c.2.1.4.3.5.5.2.2.3.4.4.6l.3.6c.1.2.1.4.2.6v.7c0 .2 0 .4-.1.7l-10 39.8c-.5.6-.8.9-1.3.9z'/%3E%3Cpath class='st2' d='M730.1 92.7c-.2 0-.5 0-.7-.1-.3-.1-.5-.1-.7-.2l-.6-.3-33-22.6c-.4-.3-.5-.9-.2-1.3s.9-.5 1.3-.2l33 22.6c.1.1.2.1.3.2.1.1.2.1.4.1h.7c.1 0 .2 0 .3-.1.1 0 .2-.1.3-.2.1 0 .2-.1.2-.2l.2-.2c.1-.1.1-.2.2-.3 0-.1.1-.2.1-.3v-.3-.4c0-.1 0-.2-.1-.3 0-.1-.1-.2-.2-.3 0-.1-.1-.2-.2-.3l-.2-.2-32.9-25c-.4-.3-.5-.9-.2-1.3s.9-.5 1.3-.2l32.9 25c.2.1.4.3.5.5.2.2.3.4.4.6l.3.6c.1.2.1.5.2.7v.7c0 .2 0 .4-.1.7-.1.2-.1.5-.2.7l-.3.6c-.1.2-.3.4-.5.5-.2.2-.4.3-.6.4l-.6.3c-.2.1-.4.1-.7.2-.2-.1-.4-.1-.6-.1zM648.4 76.9c-.3 0-.5 0-.7-.1-.2 0-.5-.1-.7-.2-.1 0-.3-.2-.6-.3-.2-.1-.4-.3-.5-.4-.2-.2-.3-.3-.4-.5-.1-.2-.3-.4-.4-.6-.1-.2-.2-.5-.2-.7-.1-.2-.1-.5-.1-.7v-.7c0-.2.1-.5.2-.7l.3-.6c.1-.2.3-.4.4-.6l.5-.5c.2-.1.4-.3.6-.4.2-.1.4-.2.7-.2l39.2-9.9c.5-.1 1 .2 1.1.7.1.5-.2 1-.7 1.1l-39.2 9.9c-.1 0-.2.1-.3.1-.1 0-.2.1-.3.2l-.2.2c-.1.1-.2.2-.2.3s-.1.2-.1.3-.1.2-.1.3v.6c0 .1.1.2.1.3s.1.2.2.3c.1.1.1.2.2.3s.2.1.3.2c.1.1.2.1.3.1.1.1.2.1.3.1.2 0 .4.1.7 0l39.9-8c.5-.1 1 .2 1.1.7.1.5-.2 1-.7 1.1l-39.9 8c-.3.2-.5.3-.8.3z'/%3E%3Cpath class='st1' d='M677.4 28.4c-.4 0-.7-.2-.9-.6-.2-.5 0-1 .5-1.2 2.4-1 4.9-1.8 7.4-2.3 2.6-.5 5.3-.8 8-.8.5 0 .9.4.9.9s-.4.9-.9.9c-2.6 0-5.1.3-7.6.8-2.4.5-4.8 1.2-7.1 2.2 0 .1-.1.1-.3.1zM653.8 64c-.5 0-.9-.4-.9-.9 0-2.7.3-5.3.8-8 .5-2.5 1.3-5 2.3-7.4s2.2-4.6 3.7-6.7c1.4-2.1 3-4.1 4.8-5.9.4-.4 1-.4 1.3 0 .4.4.4 1 0 1.3-1.7 1.7-3.3 3.6-4.6 5.6s-2.5 4.2-3.5 6.4c-1 2.3-1.7 4.7-2.2 7.1-.5 2.5-.8 5.1-.8 7.6 0 .5-.4.9-.9.9zM692.5 102.7c-2.7 0-5.4-.3-8-.8-2.5-.5-5-1.3-7.4-2.3-2.4-1-4.6-2.2-6.7-3.7-2.1-1.4-4.1-3-5.9-4.8-1.8-1.8-3.4-3.8-4.8-5.9-.3-.4-.2-1 .3-1.3.4-.3 1-.2 1.3.3 1.3 2 2.9 3.9 4.6 5.6 1.7 1.7 3.6 3.3 5.6 4.6 2 1.4 4.2 2.5 6.4 3.5 2.3 1 4.7 1.7 7.1 2.2 2.5.5 5 .8 7.6.8.5 0 .9.4.9.9-.1.5-.5.9-1 .9zM714.1 96.1c-.3 0-.6-.1-.8-.4-.3-.4-.2-1 .3-1.3 2-1.4 3.9-2.9 5.6-4.6.4-.4 1-.4 1.3 0 .4.4.4 1 0 1.3-1.8 1.8-3.8 3.4-5.9 4.8-.2.1-.3.2-.5.2zM731.1 64c-.5 0-.9-.4-.9-.9 0-2.6-.3-5.1-.8-7.6-.5-2.4-1.2-4.8-2.2-7.1-.9-2.2-2.1-4.4-3.5-6.4-1.3-2-2.9-3.9-4.6-5.6-1.7-1.7-3.6-3.2-5.6-4.6-.4-.3-.5-.9-.3-1.3.3-.4.9-.5 1.3-.3 2.1 1.4 4.1 3.1 5.9 4.8 1.8 1.8 3.4 3.8 4.8 5.9 1.4 2.1 2.7 4.4 3.7 6.7 1 2.4 1.8 4.9 2.3 7.4.5 2.6.8 5.3.8 8 .1.6-.3 1-.9 1z'/%3E%3Cpath class='st2' d='M692.5 70c-.5 0-.9 0-1.4-.1-.4-.1-.8-.2-1.3-.4l-1.2-.6c-.4-.2-.7-.5-1-.8-.3-.3-.6-.7-.8-1-.2-.3-.5-.7-.6-1.2-.2-.4-.3-.9-.4-1.3-.1-.5-.1-.9-.1-1.4s0-.9.1-1.4c.1-.4.2-.9.4-1.3l.6-1.2c.2-.4.5-.7.8-1 .3-.3.6-.6 1-.8.4-.2.8-.5 1.2-.6.4-.2.9-.3 1.3-.4.9-.2 1.9-.2 2.8 0 .4.1.9.2 1.3.4l1.2.6c.4.2.7.5 1 .8s.6.7.9 1c.2.4.5.7.6 1.2.2.4.3.9.4 1.3.1.5.1 1 .1 1.4s0 .9-.1 1.4c-.1.5-.2.9-.4 1.3s-.4.8-.7 1.2c-.2.4-.5.7-.8 1s-.7.6-1 .8-.7.4-1.2.6c-.5.2-.9.3-1.3.4-.5 0-1 .1-1.4.1zm0-12c-.4 0-.7 0-1 .1-.3.1-.7.2-1 .3-.3.1-.6.3-.8.5-.3.2-.5.4-.7.6-.2.2-.4.5-.6.7-.2.3-.3.5-.5.9l-.3.9c-.1.3-.1.7-.1 1s0 .7.1 1l.3.9c.1.3.3.6.5.8.2.3.4.5.6.8.2.2.5.4.7.6.3.2.6.3.9.5l.9.3c.7.1 1.4.1 2 0l.9-.3c.3-.1.6-.3.8-.5.3-.2.5-.4.8-.6.2-.2.4-.5.6-.7.2-.3.3-.5.5-.9l.3-.9c.1-.3.1-.7.1-1s0-.7-.1-1l-.3-.9c-.1-.3-.3-.6-.5-.8-.2-.3-.4-.5-.6-.8-.2-.2-.5-.4-.7-.6-.3-.2-.6-.3-.9-.5l-.9-.3c-.3 0-.7-.1-1-.1z'/%3E%3Cg%3E%3Cpath class='st2' d='M673.3 173.4h-34.9c-.5 0-.9-.4-.9-.9s.4-.9.9-.9h34.9c.5 0 .9.4.9.9s-.4.9-.9.9zM632.8 173.4c-.5 0-.9-.4-.9-.9l-2.2-79c0-.5.4-.9.9-1 .5 0 .9.4 1 .9l2.2 79c-.1.6-.5 1-1 1zM622.5 173.4H.4c-.5 0-.9-.4-.9-.9s.4-.9.9-.9h622c.5 0 .9.4.9.9.2.5-.2.9-.8.9z'/%3E%3Cpath class='st2' d='M622.6 173.4s-.1 0 0 0c-.5 0-1-.4-.9-1l2.2-79.5c0-.5.4-.9 1-.9.5 0 .9.4.9 1l-2.2 79.6c-.1.4-.5.8-1 .8zM623.7 87.7c-.4 0-.8-.3-.9-.7l-7.6-30.4c0-.2-.1-.4-.1-.6v-.5c0-.2.1-.4.2-.6.1-.2.1-.3.2-.5s.2-.3.3-.5l.4-.4c.1-.1.3-.2.5-.3.1-.1.3-.1.5-.2s.4-.1.6-.1h.6c.2 0 .3.1.5.1.1 0 .3.1.5.2s.4.2.5.4c.1.1.3.2.4.4.1.1.2.3.3.5.1.1.2.3.2.5l8.9 29.5c.2.5-.1 1-.6 1.2s-1-.1-1.2-.6L619 55.6c0-.1 0-.1-.1-.2 0-.1-.1-.1-.1-.2l-.2-.2c-.1-.1-.1-.1-.2-.1 0 0-.1 0-.2-.1l-.3-.1h-.4c-.1 0-.1 0-.2.1-.1 0-.1.1-.2.1 0 0-.2.1-.2.2s-.1.1-.1.2-.1.1-.1.2 0 .2-.1.2v.4l7.6 30.4c.1.5-.2 1-.7 1.1.4 0 .3.1.2.1z'/%3E%3Cpath class='st2' d='M599 111.9h-.5c-.2 0-.4-.1-.5-.1-.2-.1-.4-.2-.5-.2-.2-.1-.3-.2-.5-.3-.2-.2-.3-.3-.4-.5-.1-.2-.2-.3-.3-.5-.1-.2-.1-.4-.2-.5 0-.2-.1-.4-.1-.6v-.5c0-.2.1-.4.1-.6.1-.2.1-.3.2-.5s.2-.3.4-.5l.4-.4 25-19c.4-.3 1-.2 1.3.2s.2 1-.2 1.3l-25 19c-.1 0-.1.1-.2.1-.1.1-.1.1-.1.2 0 0-.1.1-.1.2V109.3c0 .1 0 .1.1.2 0 .1.1.1.1.2s.1.1.2.2l.1.1c.1 0 .1.1.2.1s.1 0 .2.1h.4s.1 0 .2-.1c.1 0 .1-.1.2-.1l25.2-17.4c.4-.3 1-.2 1.3.2s.2 1-.2 1.3l-25.2 17.3c-.2.1-.3.2-.5.3-.1.1-.3.1-.4.2h-.7zM661.2 99.9c-.2 0-.4 0-.6-.1l-30.4-6.1c-.5-.1-.8-.6-.7-1.1.1-.5.6-.8 1.1-.7L661 98c.1 0 .2.1.4 0 0 0 .2-.1.3-.1 0 0 .1-.1.2-.1l.1-.1c.1-.1.1-.1.1-.2 0 0 .1-.1.1-.2s.1-.1.1-.2v-.2-.2s0-.1-.1-.2c0-.1-.1-.2-.1-.2s-.1-.1-.1-.2-.1-.1-.2-.1-.1-.1-.2-.1-.1-.1-.2-.1l-29.8-7.5c-.5-.1-.8-.6-.7-1.1s.6-.8 1.1-.7l29.9 7.5c.2.1.4.1.5.2.2.1.4.2.5.3s.3.2.4.4c.1.1.2.3.3.4l.3.6c.1.1.1.3.1.5v.6c0 .2 0 .4-.1.6 0 .2-.1.4-.2.5-.1.2-.2.3-.3.5-.1.2-.2.3-.4.4-.1.1-.3.2-.4.3l-.6.3c-.1.1-.3.1-.5.2.1 0-.1 0-.3.1z'/%3E%3Cpath class='st1' d='M639.1 62.9c-.1 0-.2 0-.4-.1-1.7-.7-3.5-1.3-5.4-1.7-1.9-.4-3.8-.6-5.7-.6-.5 0-.9-.4-.9-.9s.4-.9.9-.9c2.1 0 4.1.2 6.1.6 1.9.4 3.9 1 5.7 1.8.5.2.7.8.5 1.2-.1.4-.5.6-.8.6zM627.6 119.5c-.5 0-.9-.4-.9-.9s.4-.9.9-.9c1.9 0 3.9-.2 5.7-.6 1.8-.4 3.6-.9 5.4-1.7 1.7-.7 3.3-1.6 4.8-2.6s2.9-2.2 4.2-3.5 2.5-2.7 3.5-4.2c.3-.4.9-.5 1.3-.3.4.3.5.9.3 1.3-1.1 1.6-2.3 3.1-3.7 4.5-1.4 1.4-2.9 2.6-4.5 3.7s-3.4 2-5.2 2.8c-1.9.8-3.8 1.4-5.7 1.8-2 .4-4 .6-6.1.6zM611.1 114.5c-.2 0-.4-.1-.5-.2-1.6-1.1-3.1-2.3-4.5-3.7-.4-.4-.4-1 0-1.3.4-.4 1-.4 1.3 0 1.3 1.3 2.7 2.5 4.2 3.5.4.3.5.9.3 1.3-.2.2-.5.4-.8.4zM598.1 90.1c-.5 0-.9-.4-.9-.9 0-2.1.2-4.1.6-6.1.4-2 1-3.9 1.8-5.7.8-1.8 1.7-3.5 2.8-5.2 1.1-1.6 2.3-3.1 3.7-4.5 1.4-1.4 2.9-2.6 4.5-3.7.4-.3 1-.2 1.3.3.3.4.2 1-.3 1.3-1.5 1-2.9 2.2-4.2 3.5s-2.5 2.7-3.5 4.2-1.9 3.2-2.6 4.8c-.7 1.7-1.3 3.5-1.7 5.4-.4 1.9-.6 3.8-.6 5.7.1.4-.3.9-.9.9z'/%3E%3Cpath class='st2' d='M627.6 94.6c-.4 0-.7 0-1.1-.1-.4-.1-.7-.2-1-.3-.3-.2-.7-.3-1-.5s-.6-.4-.8-.7c-.2-.2-.5-.5-.7-.8s-.4-.6-.5-.9c-.1-.3-.2-.7-.3-1-.1-.4-.1-.7-.1-1.1 0-.4 0-.7.1-1.1.1-.4.2-.7.3-1 .1-.3.3-.6.5-.9.2-.3.4-.6.7-.8.3-.3.5-.5.8-.7s.6-.4.9-.5.7-.2 1-.3c.7-.2 1.5-.1 2.2 0 .4.1.7.2 1 .3s.6.3.9.5c.3.2.6.4.8.7.3.3.5.5.7.8.2.3.4.6.5.9.1.3.3.7.3 1 .1.3.1.7.1 1.1 0 .4 0 .7-.1 1.1-.1.3-.2.7-.3 1-.1.3-.3.7-.5.9-.2.3-.4.6-.7.8-.2.2-.5.5-.8.7-.3.2-.6.4-.9.5s-.7.3-1 .3c-.3.1-.6.1-1 .1zm0-9.1c-.3 0-.5 0-.7.1-.2 0-.5.1-.7.2l-.6.3c-.2.1-.4.3-.6.5s-.3.3-.4.5l-.3.6c-.1.2-.2.4-.2.7 0 .2-.1.5-.1.7 0 .3 0 .5.1.7 0 .2.1.5.2.7l.3.6c.1.2.3.4.4.5.2.2.3.3.5.4.2.1.4.3.6.3.2.1.4.2.7.2.5.1 1 .1 1.5 0 .2 0 .5-.1.7-.2l.6-.3c.2-.1.4-.3.5-.4.2-.2.3-.3.4-.5l.3-.6c.1-.2.2-.5.2-.7.1-.3.1-.5.1-.7s0-.5-.1-.7c0-.2-.1-.5-.2-.7l-.3-.6c-.1-.2-.3-.4-.5-.6-.2-.2-.3-.3-.5-.4l-.6-.3c-.2-.1-.4-.2-.7-.2-.1-.1-.3-.1-.6-.1z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M970.8 134.1v-1.9c25.6 0 30.8-28.6 30.8-74.7h1.9c-.1 55.9-8.9 76.6-32.7 76.6z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M972.6 134.1v-1.9c16.6 0 35.5-1.2 50.3-9.7l.9 1.6c-15.2 8.9-34.4 10-51.2 10z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M1031.3 118.8l-1.2-1.4c13.8-11.8 20.5-31 20.5-58.7h1.9c0 28.3-6.9 48-21.2 60.1z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M1062.6 68.9c-5.8 0-12-3.2-12-10.2h1.9c0 2.6 1.1 4.7 3.1 6.2 1.8 1.3 4.3 2.1 7.1 2.1 5.2 0 10.4-2.8 10.4-8.1h1.9c-.1 6.6-6.3 10-12.4 10z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M1087.2 80.3h-5.8c-.5 0-.9-.4-.9-.9v-30c0-.5.4-.9.9-.9h5.8c3.6 0 6.6 3 6.6 6.6v18.6c0 3.7-3 6.6-6.6 6.6zm-4.9-1.9h4.9c2.6 0 4.7-2.1 4.7-4.7V55.1c0-2.6-2.1-4.7-4.7-4.7h-4.9v28z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M1051.6 59.6h-20.5c-.5 0-.9-.4-.9-.9s.4-.9.9-.9h19.5v-8c0-.5.4-.9.9-.9s.9.4.9.9v8.9c.1.5-.3.9-.8.9z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M1023 59.6h-20.5c-.5 0-.9-.4-.9-.9v-8.9c0-.5.4-.9.9-.9s.9.4.9.9v8h19.6c.5 0 .9.4.9.9.1.5-.3.9-.9.9z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M1030.8 70.9c-.3 0-.7-.2-.8-.5-.2-.5-.1-1 .4-1.3l20.8-11.3c.5-.2 1-.1 1.3.4.2.5.1 1-.4 1.3l-20.8 11.3c-.2.1-.4.1-.5.1z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M1022.9 70.8c-.2 0-.3 0-.5-.1L1002 59.5c-.5-.2-.6-.8-.4-1.3s.8-.6 1.3-.4l20.4 11.2c.5.2.6.8.4 1.3-.1.4-.5.5-.8.5z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M972.8 121.6c-.5 0-.9-.4-.9-.9 0-7.1-5.8-12.9-12.9-12.9-.5 0-.9-.4-.9-.9s.4-.9.9-.9c8.1 0 14.8 6.6 14.8 14.8-.1.4-.5.8-1 .8z'/%3E%3Cpath class='st1' d='M969.1 121.6c-.5 0-.9-.4-.9-.9 0-5.1-4.1-9.2-9.2-9.2-.5 0-.9-.4-.9-.9s.4-.9.9-.9c6.1 0 11 5 11 11 0 .5-.4.9-.9.9z'/%3E%3Cpath class='st1' d='M965.3 121.6c-.5 0-.9-.4-.9-.9 0-3-2.4-5.4-5.4-5.4-.5 0-.9-.4-.9-.9s.4-.9.9-.9c4 0 7.3 3.3 7.3 7.3 0 .4-.5.8-1 .8zM961.6 120.6c0 1.5-1.2 2.7-2.7 2.7s-2.7-1.2-2.7-2.7 1.2-2.7 2.7-2.7c1.5.1 2.7 1.3 2.7 2.7'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M646.9 36.7c-.5 0-.9-.4-.9-.9 0-7.1-5.8-12.9-12.9-12.9-.5 0-.9-.4-.9-.9s.4-.9.9-.9c8.1 0 14.8 6.6 14.8 14.8-.1.4-.5.8-1 .8z'/%3E%3Cpath class='st1' d='M643.2 36.7c-.5 0-.9-.4-.9-.9 0-5.1-4.1-9.2-9.2-9.2-.5 0-.9-.4-.9-.9s.4-.9.9-.9c6.1 0 11 5 11 11 0 .5-.4.9-.9.9z'/%3E%3Cpath class='st1' d='M639.5 36.7c-.5 0-.9-.4-.9-.9 0-3-2.4-5.4-5.4-5.4-.5 0-.9-.4-.9-.9s.4-.9.9-.9c4 0 7.3 3.3 7.3 7.3-.1.4-.5.8-1 .8zM635.7 35.7c0 1.5-1.2 2.7-2.7 2.7s-2.7-1.2-2.7-2.7 1.2-2.7 2.7-2.7c1.5.1 2.7 1.3 2.7 2.7'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M1051.5 172.6h-20.8c-.5 0-.9-.4-.9-.9V44.2h-5.5v127.5c0 .5-.4.9-.9.9h-46.1c-.5 0-.9-.4-.9-.9v-30.3h-3.7c-.5 0-.9-.4-.9-.9v-6.4h-7.2v6.3c0 .5-.4.9-.9.9h-9.2c-.5 0-.9-.4-.9-.9v-6.3h-7.2v6.3c0 .5-.4.9-.9.9h-3.7v30.3c0 .5-.4.9-.9.9h-9.8c-.5 0-.9-.4-.9-.9s.4-.9.9-.9h8.8v-30.3c0-.5.4-.9.9-.9h3.7v-6.3c0-.5.4-.9.9-.9h9.1c.5 0 .9.4.9.9v6.3h7.4v-6.3c0-.5.4-.9.9-.9h9.1c.5 0 .9.4.9.9v6.3h3.7c.5 0 .9.4.9.9v30.2h44.2V43.2c0-.5.4-.9.9-.9h7.4c.5 0 .9.4.9.9v127.5h19.8c.5 0 .9.4.9.9 0 .6-.4 1-.9 1z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M1382.2 172.6h-300.7c-.5 0-1.1-.4-1.1-.9V44.2h-5.5v127.5c0 .5-.4.9-.9.9h-11.3c-.5 0-.9-.4-.9-.9s.4-.9.9-.9h10.4V43.2c0-.5.4-.9.9-.9h7.4c.5 0 .9.4.9.9v127.5h299.9c.5 0 .9.4.9.9 0 .6-.4 1-.9 1z'/%3E%3C/g%3E%3Cpath class='st1' d='M1019.6 81v2c4.5 1.9 9.6 3 15 3.4v-1.9c-5.4-.3-10.5-1.5-15-3.5z'/%3E%3C/g%3E%3Cpath class='st1' d='M1171.8 132.3h212.4v1.9h-212.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}
#app.inno-focus .it-solu-col {
    position: relative;
    overflow: hidden;
}
#app.inno-focus .it-solu-col:after {
    content: '';
    width: 28px;
    height: 28px;
    background-color: var(--color-innovation-light);
    transform: rotate(45deg) translateX(-18px);
    position: absolute;
    top: -10px;
    left: 50%;
}
#app.solu-focus .it-inno-col {
    position: relative;
    overflow: hidden;
}
#app.solu-focus .it-inno-col:after {
    content: '';
    width: 28px;
    height: 28px;
    background-color: var(--color-solution-light);
    transform: rotate(45deg) translateX(-30px) translateY(-10px);
    position: absolute;
    bottom: -50px;
    left: 50%;
}
#app .it-inno-col {
    display: flex;
    background-color: var(--color-innovation-light);
}
#app .it-inno-col .it-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}
#app .it-solu-col {
    display: flex;
    background-color: var(--color-solution-light);
}
#app .it-solu-col .it-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}
#app .it-solu-col .btn.close {
    top: 15px;
}
#app .it-solu-detail-col {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid var(--color-grey-light);
}
#app table.sym-table.mobile {
    display: none;
}
#app table.sym-table td {
    padding-left: 10px;
    line-height: 1.1em;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: center;
}
#app table.sym-table td.sym-dial {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' stroke='transparent'%3E%3Cpath d='M16.84 6.64L18.15 8a.56.56 0 010 .81L12.92 14l5.23 5.23a.56.56 0 010 .81l-1.31 1.32a.58.58 0 01-.81 0l-6.3-6.3a1.51 1.51 0 010-2.12L16 6.64a.58.58 0 01.84 0z' fill='%232c3e50'/%3E%3C/svg%3E");
    width: 20px;
    padding-left: 0;
}
#app table.sym-table td.sym-boxes-top,
#app table.sym-table td.sym-dial-top {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' stroke='transparent'%3E%3Cpath d='M21.2 17l-1.4 1.3c-.2.2-.6.2-.8 0l-5.2-5.2-5.2 5.2c-.2.2-.6.2-.8 0L6.4 17c-.2-.2-.2-.6 0-.8l6.3-6.3c.6-.6 1.5-.6 2.1 0 0 0 0 0 0 0l6.3 6.3c.3.3.3.6.1.8z' fill='%237f7f7f'/%3E%3C/svg%3E");
    width: 20px;
    padding-left: 0;
}
#app table.sym-table td.sym-boxes {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' stroke='transparent'%3E%3Cpath d='M16.84 6.64L18.15 8a.56.56 0 010 .81L12.92 14l5.23 5.23a.56.56 0 010 .81l-1.31 1.32a.58.58 0 01-.81 0l-6.3-6.3a1.51 1.51 0 010-2.12L16 6.64a.58.58 0 01.84 0z' fill='%232c3e50'/%3E%3C/svg%3E");
    width: 20px;
    padding-left: 0;
}
#app #it-page img {
    max-width: 100%;
}
#app .scroll-window {
    position: relative;
}
#app #it-switchbar {
    display: none;
}
#app .scroll-content {
    min-height: 100%;
    padding-bottom: 0;
    padding-left: 10px;
    padding-top: 40px !important;
    padding-right: 40px !important;
}
#app .scroll-content h1 {
    margin-bottom: 40px;
    font-weight: 500;
}
#app .sidebar {
    background-color: #f7f7f7;
    display: flex;
}
#app .sidebar .it-wrapper {
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px !important;
    padding-left: 0;
    padding-right: 0;
}
#app .dial {
    margin-bottom: 20px;
}
#app .container {
    position: relative;
}
#app table.tbox colgroup col:first-child,
#app table.tbox colgroup col:last-child {
    width: 50%;
}
#app table.tbox td {
    vertical-align: top;
}
#app table.tbox td:first-child {
    padding-right: 30px;
}
#app table.tbox td.subhead h2 {
    border-bottom: 3px solid var(--sector-color-light);
}
#app ul {
    list-style: none;
    padding-left: 1.25em;
    margin: 0.25em 0;
}
#app ul li {
    line-height: 1.25em;
    font-weight: 300;
    margin-bottom: 0.5em;
}
#app ul li:before {
    content: '\2022';
    color: var(--sector-color);
    font-weight: 400;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
#app .halfdot {
    width: 0.75em;
    height: 0.75em;
    display: inline-block;
    margin: 0.2em 0.4em 0 0.1em;
    border-radius: 1em;
}
#app .Box_Solutions,
#app .yellowbox {
    margin: 20px 0;
    padding-bottom: 20px;
    background-color: var(--color-solution-light);
}
#app .Box_Solutions h1,
#app .Box_Solutions h2,
#app .Box_Solutions h3,
#app .Box_Solutions p,
#app .Box_Solutions ul,
#app .yellowbox h1,
#app .yellowbox h2,
#app .yellowbox h3,
#app .yellowbox p,
#app .yellowbox ul {
    padding-left: 3%;
    padding-right: 3%;
}
#app .Box_Solutions figure,
#app .yellowbox figure {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
#app .Box_Solutions figure.fig,
#app .yellowbox figure.fig {
    padding-left: 3%;
    padding-right: 3%;
    margin: 10px 0;
}
#app .Box_Solutions figure.fig figcaption,
#app .yellowbox figure.fig figcaption {
    text-align: left;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 700;
}
#app .Box_Solutions h2,
#app .yellowbox h2 {
    font-size: 1.4em;
    margin-bottom: 16px;
}
#app .Box_Solutions ul,
#app .yellowbox ul {
    list-style-type: none !important;
}
#app .Box_Solutions ul li.yellow-bullet,
#app .yellowbox ul li.yellow-bullet {
    margin-left: 20px;
    font-weight: 700;
}
#app .Box_Solutions ul li.yellow-bullet:before,
#app .yellowbox ul li.yellow-bullet:before {
    content: '\2022';
    color: var(--color-solution);
}
#app figure {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-top: 2px solid var(--sector-color-light);
    border-bottom: 2px solid var(--sector-color-light);
}
#app figcaption {
    font-style: italic;
    text-align: right;
    margin-top: 20px;
}
#app img {
    max-width: 100%;
}
#app .Bold {
    font-weight: 700;
}
#app .it-table {
    width: 94%;
    margin: 0 3% 20px 3%;
    border: 2px solid #fff;
    border-collapse: separate;
}
#app .it-table td,
#app .it-table th {
    border: 1px solid #fff;
    vertical-align: middle;
    padding: 6px 10px;
}
#app .it-table p {
    margin: 0;
    padding: 0;
}
#app .it-table thead td {
    font-weight: 700;
    background-color: var(--color-solution);
}
#app .cluster-wrapper {
    border-bottom: 2px solid var(--color-irena-light);
    border-top: 2px solid var(--color-irena-light);
    margin-bottom: 40px;
}
#app .cluster .it-bar {
    display: flex;
    align-items: center;
}
#app .cluster {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}
#app .cluster-part {
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-irena-light);
}
#app .cluster-part:last-child {
    border-bottom: none;
}
#app .cluster-head {
    padding-top: 10px;
}
#app .revolver {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#app .revolver svg {
    width: 100%;
    height: 100%;
}
#app .revolver #fan {
    animation: revolve 12s linear infinite;
    transform-origin: 60px 60px;
}
#app .revolver #planets-1,
#app .revolver #planets-2,
#app .revolver #planets-3,
#app .revolver #planets-4 {
    transform-origin: 60px 60px;
    visibility: hidden;
}
#app .revolver.length-1 #planets-1 {
    visibility: visible;
    animation: revolve 18s linear infinite;
}
#app .revolver.length-1.blob-1-1 #blob-1-1 path {
    fill: var(--color-et) !important;
}
#app .revolver.length-1.blob-1-2 #blob-1-1 path {
    fill: var(--color-bm) !important;
}
#app .revolver.length-1.blob-1-3 #blob-1-1 path {
    fill: var(--color-md) !important;
}
#app .revolver.length-1.blob-1-4 #blob-1-1 path {
    fill: var(--color-so) !important;
}
#app .revolver.length-2 #planets-2 {
    visibility: visible;
    animation: revolve 18s linear infinite;
}
#app .revolver.length-2.blob-1-1 #blob-2-1 path {
    fill: var(--color-et) !important;
}
#app .revolver.length-2.blob-1-2 #blob-2-1 path {
    fill: var(--color-bm) !important;
}
#app .revolver.length-2.blob-1-3 #blob-2-1 path {
    fill: var(--color-md) !important;
}
#app .revolver.length-2.blob-1-4 #blob-2-1 path {
    fill: var(--color-so) !important;
}
#app .revolver.length-2.blob-2-1 #blob-2-2 path {
    fill: var(--color-et) !important;
}
#app .revolver.length-2.blob-2-2 #blob-2-2 path {
    fill: var(--color-bm) !important;
}
#app .revolver.length-2.blob-2-3 #blob-2-2 path {
    fill: var(--color-md) !important;
}
#app .revolver.length-2.blob-2-4 #blob-2-2 path {
    fill: var(--color-so) !important;
}
#app .revolver.length-3 #planets-3 {
    visibility: visible;
    animation: revolve 18s linear infinite;
}
#app .revolver.length-3.blob-1-1 #blob-3-1 path {
    fill: var(--color-et) !important;
}
#app .revolver.length-3.blob-1-2 #blob-3-1 path {
    fill: var(--color-bm) !important;
}
#app .revolver.length-3.blob-1-3 #blob-3-1 path {
    fill: var(--color-md) !important;
}
#app .revolver.length-3.blob-1-4 #blob-3-1 path {
    fill: var(--color-so) !important;
}
#app .revolver.length-3.blob-2-1 #blob-3-2 path {
    fill: var(--color-et) !important;
}
#app .revolver.length-3.blob-2-2 #blob-3-2 path {
    fill: var(--color-bm) !important;
}
#app .revolver.length-3.blob-2-3 #blob-3-2 path {
    fill: var(--color-md) !important;
}
#app .revolver.length-3.blob-2-4 #blob-3-2 path {
    fill: var(--color-so) !important;
}
#app .revolver.length-3.blob-3-1 #blob-3-3 path {
    fill: var(--color-et) !important;
}
#app .revolver.length-3.blob-3-2 #blob-3-3 path {
    fill: var(--color-bm) !important;
}
#app .revolver.length-3.blob-3-3 #blob-3-3 path {
    fill: var(--color-md) !important;
}
#app .revolver.length-3.blob-3-4 #blob-3-3 path {
    fill: var(--color-so) !important;
}
#app .revolver.length-3.blob-4-1 #blob-3-4 path {
    fill: var(--color-et) !important;
}
#app .revolver.length-3.blob-4-2 #blob-3-4 path {
    fill: var(--color-bm) !important;
}
#app .revolver.length-3.blob-4-3 #blob-3-4 path {
    fill: var(--color-md) !important;
}
#app .revolver.length-3.blob-4-4 #blob-3-4 path {
    fill: var(--color-so) !important;
}
#app .revolver.length-4 #planets-4 {
    visibility: visible;
    animation: revolve 18s linear infinite;
}
#app .revolver.length-4.blob-1-1 #blob-4-1 path {
    fill: var(--color-et) !important;
}
#app .revolver.length-4.blob-1-2 #blob-4-1 path {
    fill: var(--color-bm) !important;
}
#app .revolver.length-4.blob-1-3 #blob-4-1 path {
    fill: var(--color-md) !important;
}
#app .revolver.length-4.blob-1-4 #blob-4-1 path {
    fill: var(--color-so) !important;
}
#app .revolver.length-4.blob-2-1 #blob-4-2 path {
    fill: var(--color-et) !important;
}
#app .revolver.length-4.blob-2-2 #blob-4-2 path {
    fill: var(--color-bm) !important;
}
#app .revolver.length-4.blob-2-3 #blob-4-2 path {
    fill: var(--color-md) !important;
}
#app .revolver.length-4.blob-2-4 #blob-4-2 path {
    fill: var(--color-so) !important;
}
#app .revolver.length-4.blob-3-1 #blob-4-3 path {
    fill: var(--color-et) !important;
}
#app .revolver.length-4.blob-3-2 #blob-4-3 path {
    fill: var(--color-bm) !important;
}
#app .revolver.length-4.blob-3-3 #blob-4-3 path {
    fill: var(--color-md) !important;
}
#app .revolver.length-4.blob-3-4 #blob-4-3 path {
    fill: var(--color-so) !important;
}
#app .revolver.length-4.blob-4-1 #blob-4-4 path {
    fill: var(--color-et) !important;
}
#app .revolver.length-4.blob-4-2 #blob-4-4 path {
    fill: var(--color-bm) !important;
}
#app .revolver.length-4.blob-4-3 #blob-4-4 path {
    fill: var(--color-md) !important;
}
#app .revolver.length-4.blob-4-4 #blob-4-4 path {
    fill: var(--color-so) !important;
}
#app .revolver #bulb #dash-1,
#app .revolver #bulb #dash-2,
#app .revolver #bulb #dash-3 {
    stroke-dasharray: 200;
    stroke-dashoffset: 0;
    animation: dash 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
@keyframes revolve {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes dash {
    to {
        stroke-dashoffset: -300;
    }
}
@media (max-width: 991px) {
    #app {
        margin-bottom: 30px;
    }

    #app #it-main {
        position: initial;
        margin-top: 100px;
    }

    #app .btn.it-close.small {
        top: 30px;
        right: 35px;
    }
    #app .sym-table {
        display: none;
    }
    #app .sym-table.mobile {
        display: block !important;
    }
    #app.inno-focus a.it-tab-solu i.it-num-bubble {
        display: flex !important;
        background-color: var(--color-solution);
    }
    #app.solu-focus a.it-tab-inno i.it-num-bubble {
        display: flex !important;
        background-color: var(--color-ui-default);
    }
    #app.tab-innovations .it-solu-col,
    #app.tab-innovations .it-solu-detail-col {
        display: none;
    }
    #app.tab-innovations a.it-tab-inno span.it-tab-label {
        opacity: 1 !important;
        border-bottom: 2px solid var(--color-ui-default) !important;
    }
    #app.tab-solutions .it-inno-col,
    #app.tab-solutions .it-main-content {
        display: none;
    }
    #app.tab-solutions a.it-tab-solu span.it-tab-label {
        opacity: 1 !important;
        border-bottom: 2px solid var(--color-solution) !important;
    }
    #app .container {
        background-color: var(--color-innovation-light);
    }
    #app #it-switchbar {
        display: block;
        position: fixed;
        z-index: 2999;
        top: 0;
        left: 0;
        padding-top: 32px;
        width: 100%;
        height: 50px;
        background-color: var(--color-innovation-light);
        text-align: center;
    }
    #app #it-switchbar .it-nozzle {
        width: auto;
        position: absolute;
        top: 29px;
        left: 0;
        width: 100%;
    }
    #app #it-switchbar .it-nozzle span {
        height: 24px;
        display: inline-block;
        padding: 0 15px;
        background-color: #fff;
        margin: 0 auto;
        border-radius: 0 0 8px 8px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        color: var(--color-ui-base);
        letter-spacing: 0.15em;
    }
    #app #it-switchbar .it-switch-tabs {
        display: flex;
        justify-content: center;
        align-items: stretch;
        width: 100%;
        flex-direction: row;
    }
    #app #it-switchbar .it-switch-tabs a:hover {
        text-decoration: none;
    }
    #app #it-switchbar .it-switch-tabs a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        color: var(--color-ui-base);
        letter-spacing: 0.05em;
        padding: 30px 15px 10px 15px;
    }
    #app #it-switchbar .it-switch-tabs a span.it-tab-wrapper {
        position: relative;
        width: min-content;
    }
    #app #it-switchbar .it-switch-tabs a span.it-tab-label {
        opacity: 0.5;
        line-height: 15px;
        display: inline-block;
        margin: 10px 0;
        border-bottom: none !important;
    }
    #app #it-switchbar .it-switch-tabs a i.it-num-bubble {
        display: none;
        position: absolute;
        right: -18px;
        top: -5px;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-size: 12px;
        font-weight: 700;
        border-bottom: none;
        color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        padding: 0 0.25em;
    }
    #app #it-switchbar .it-tab-inno {
        background-color: var(--color-innovation-light);
    }
    #app #it-switchbar .it-tab-solu {
        background-color: var(--color-solution-light);
    }

    #app .box-row,
    #app .box-wrap {
        gap: 4%;
    }
    #app .box-cat:first-child {
        margin-right: 0;
    }
    #app #it-main {
        border: none;
    }
    #app .it-wrapper {
        padding: 0;
    }
    #app .row {
        flex-direction: column;
    }
    #app .it-bar {
        position: relative;
        padding: 10px 0;
    }
    #app .it-bar.row {
        flex-direction: row;
    }
    #app .it-bar .more {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0.5;
        padding-right: 0;
    }
    #app .it-bar .btn-more {
        font-size: 0;
    }
    #app .it-inno-col {
        width: 100%;
    }
    #app .it-inno-col .it-header {
        visibility: hidden;
        font-size: 0.6em;
    }
    #app .it-inno-col {
        overflow: visible !important;
    }
    #app .it-inno-col:after {
        content: '';
        width: 24px !important;
        height: 24px !important;
        background-color: var(--color-innovation-light) !important;
        transform: rotate(45deg) translateX(-18px) !important;
        position: absolute;
        top: auto !important;
        bottom: -24px !important;
        left: 50%;
    }
    #app .it-solu-col {
        overflow: visible !important;
        position: relative !important;
    }
    #app .it-solu-col .it-header {
        visibility: hidden;
    }
    #app .it-solu-col:after {
        content: '';
        width: 24px !important;
        height: 24px !important;
        background-color: var(--color-solution-light) !important;
        transform: rotate(45deg) translateX(-18px) !important;
        position: absolute;
        top: auto !important;
        bottom: -24px !important;
        left: 50%;
    }
    #app .it-solu-detail-col {
        min-height: 20vh;
        border-top: none;
    }
    #app .it-wrapper.Intro:after {
        position: relative;
        display: block;
        background-size: 140%;
        background-position: 100% 100%;
        height: 100px;
        margin-bottom: 20px;
    }
    #app #piecontainer {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    #app .sidebar {
        padding: 0 0;
        position: fixed;
        top: 53px;
        z-index: 3200;
        left: 0;
        width: 100%;
    }
    #app .sidebar .it-wrapper {
        padding: 10px 0 !important;
        flex-direction: row;
        align-items: stretch;
    }
    #app .sidebar .it-wrapper a:first-child {
        border-left: 1px solid transparent;
    }
    #app .sidebar .dial {
        display: none;
    }
    #app .sidebar .btn-download {
        border-right: 1px solid var(--color-grey);
    }
    #app .sidebar .btn-download,
    #app .sidebar .btn-report {
        justify-content: center;
        border-bottom: none;
        border-top: none;
        flex-direction: row;
        padding: 0 10px;
        margin-left: 0;
        font-size: 14px;
        justify-content: center;
        gap: 5px
    }
    #app .sidebar .btn-download i,
    #app .sidebar .btn-report i {
        margin-right: 0;
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
        margin-bottom: 0;
    }
    #app #it-header {
        height: 16px;
    }
    #app #it-header .it-title {
        visibility: hidden;
    }
    #app #it-header .it-minimenu {
        top: auto;
        width: 100%;
        bottom: 0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-start;
        gap: 20px;
        padding: 0;
    }
    #app #it-header .it-minimenu .btn-share.small,
    #app #it-header .it-minimenu .btn-tour.small i {
        width: 42px;
        height: 42px;
    }
    #app .it-minimenu {
        position: absolute;
        top: 0;
        right: 0;
    }

    #app .it-box {
        width: 35px;
        height: 35px;
    }
    #app .box-cat-head {
        max-width: 85px;
    }

    #app .box-row, #app .box-wrap {
        align-items: flex-end;
    }
    
    #app .paglist {
        display: none !important;
    }
    #app .scroll-content {
        position: relative;
        min-height: 100%;
        padding-bottom: 0px;
        padding-left: 0;
        padding-top: 40px !important;
        padding-right: 0 !important;
    }
    #app .it-sector-head {
        flex-direction: row;
        align-items: center;
    }
    #app .it-sector-head .col-md-3,
    #app .it-sector-head .col-md-9 {
        width: 50%;
    }
    #app .it-sector-head .illustration {
        width: 100%;
        height: 240px;
        position: relative;
    }
    #app .pagination {
        margin-top: 30px;
    }
    #app .it-footer {
        margin-top: 40px;
    }
}
#app :focus {
    outline: none;
}
#app .row {
    display: flex;
}
#app .pagination {
    position: inherit;
}
.container {
    /* padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; */
}

@media (min-width: 768px) {
    .container {
        /* width: 750px; */
    }
}

@media (min-width: 992px) {
    .container {
        /* width: 970px; */
    }
}

@media (min-width: 1200px) {
    .container {
        width: 98%;
        margin: 0 auto;
        /* width: 1170px; */
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}
