@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 + 2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc(var(--plyr-range-thumb-height, 13px)/2*-1 - var(--plyr-range-track-height, 5px)/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress__buffer,.plyr__progress input[type=range]{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container:after,.plyr__preview-thumb__image-container img{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);-o-transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;display:block;-webkit-flex-shrink:0;flex-shrink:0;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{-webkit-scroll-snap-type:y mandatory;-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{-webkit-scroll-snap-type:none;-ms-scroll-snap-type:none;scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{-ms-flex-negative:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;content:"";-webkit-flex-shrink:0;flex-shrink:0;-webkit-order:9999;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));-webkit-border-radius:50%;border-radius:50%;border-top:4px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:var(--swiper-navigation-size);-webkit-justify-content:center;justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:-webkit-calc(var(--swiper-navigation-size)/44*27);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;-o-object-fit:contain;object-fit:contain;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);-webkit-border-radius:var(--swiper-pagination-bullet-border-radius,50%);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:transform .2s,top .2s;-o-transition:transform .2s,top .2s;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:transform .2s,left .2s;-o-transition:transform .2s,left .2s;transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:transform .2s,right .2s;-o-transition:transform .2s,right .2s;transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));-webkit-border-radius:var(--swiper-scrollbar-border-radius,10px);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:-webkit-calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);width:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:-webkit-calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);height:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));-webkit-border-radius:var(--swiper-scrollbar-border-radius,10px);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-justify-content:center;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;-ms-touch-action:none;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-grid-column>.swiper-wrapper,.swiper-grid>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";-webkit-filter:blur(50px);filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transition-property:opacity,height,-webkit-transform;transition-property:opacity,height,-webkit-transform;-o-transition-property:transform,opacity,height;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}
@charset "UTF-8";.c3 svg{-webkit-tap-highlight-color:rgba(0,0,0,0);font:10px sans-serif}.c3 line,.c3 path{fill:none;stroke:#000}.c3 text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c3-bars path,.c3-event-rect,.c3-legend-item-tile,.c3-xgrid-focus,.c3-ygrid{shape-rendering:crispEdges}.c3-chart-arc path{stroke:#fff}.c3-chart-arc rect{stroke:#fff;stroke-width:1}.c3-chart-arc text{fill:#fff;font-size:13px}.c3-grid line{stroke:#aaa}.c3-grid text{fill:#aaa}.c3-xgrid,.c3-ygrid{stroke-dasharray:3 3}.c3-text.c3-empty{fill:grey;font-size:2em}.c3-line{stroke-width:1px}.c3-circle{fill:currentColor}.c3-circle._expanded_{stroke-width:1px;stroke:#fff}.c3-selected-circle{fill:#fff;stroke-width:2px}.c3-bar{stroke-width:0}.c3-bar._expanded_{fill-opacity:1;fill-opacity:.75}.c3-target.c3-focused{opacity:1}.c3-target.c3-focused path.c3-line,.c3-target.c3-focused path.c3-step{stroke-width:2px}.c3-target.c3-defocused{opacity:.3!important}.c3-region{fill:#4682b4;fill-opacity:.1}.c3-region text{fill-opacity:1}.c3-brush .extent{fill-opacity:.1}.c3-legend-item{font-size:12px}.c3-legend-item-hidden{opacity:.15}.c3-legend-background{fill:#fff;stroke:#d3d3d3;stroke-width:1;opacity:.75}.c3-title{font:14px sans-serif}.c3-tooltip-container{z-index:10}.c3-tooltip{background-color:#fff;border-collapse:collapse;border-spacing:0;-webkit-box-shadow:7px 7px 12px -9px #777;box-shadow:7px 7px 12px -9px #777;empty-cells:show;opacity:.9}.c3-tooltip tr{border:1px solid #ccc}.c3-tooltip th{background-color:#aaa;color:#fff;font-size:14px;padding:2px 5px;text-align:left}.c3-tooltip td{background-color:#fff;border-left:1px dotted #999;font-size:13px;padding:3px 6px}.c3-tooltip td>span{display:inline-block;height:10px;margin-right:6px;width:10px}.c3-tooltip .value{text-align:right}.c3-area{stroke-width:0;opacity:.2}.c3-chart-arcs-title{dominant-baseline:middle;font-size:1.3em}.c3-chart-arcs .c3-chart-arcs-background{fill:#e0e0e0;stroke:#fff}.c3-chart-arcs .c3-chart-arcs-gauge-unit{fill:#000;font-size:16px}.c3-chart-arcs .c3-chart-arcs-gauge-max,.c3-chart-arcs .c3-chart-arcs-gauge-min{fill:#777}.c3-chart-arc .c3-gauge-value{fill:#000}.c3-chart-arc.c3-target.c3-focused g path,.c3-chart-arc.c3-target g path{opacity:1}.c3-drag-zoom.enabled{pointer-events:all!important;visibility:visible}.c3-drag-zoom.disabled{pointer-events:none!important;visibility:hidden}.c3-drag-zoom .extent{fill-opacity:.1}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.foundation-mq{font-family:"small=0em&smallmedium=40em&medium=48em&mediumlarge=64em&large=80em&xlarge=90em&xxlarge=100em"}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:100%}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fefefe;color:#246670;font-family:manuale,Helvetica,Roboto,Arial,sans-serif;font-weight:400;line-height:1.5;margin:0;padding:0}img{-ms-interpolation-mode:bicubic;display:inline-block;height:auto;max-width:100%;vertical-align:middle}textarea{-webkit-border-radius:0;border-radius:0;height:auto;min-height:50px}select{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;-webkit-border-radius:0;border-radius:0;cursor:auto;line-height:1;padding:0}[data-whatinput=mouse] button{outline:0}pre{overflow:auto}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block!important}.is-hidden{display:none!important}.row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-left:auto;margin-right:auto;max-width:75rem}.row .row{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width:40em){.row .row{margin-left:-.625rem;margin-right:-.625rem}}@media print,screen and (min-width:48em){.row .row{margin-left:-.9375rem;margin-right:-.9375rem}}@media print,screen and (min-width:64em){.row .row{margin-left:-.9375rem;margin-right:-.9375rem}}@media screen and (min-width:80em){.row .row{margin-left:-.9375rem;margin-right:-.9375rem}}@media screen and (min-width:90em){.row .row{margin-left:-.9375rem;margin-right:-.9375rem}}@media screen and (min-width:100em){.row .row{margin-left:-.9375rem;margin-right:-.9375rem}}.row .row.collapse{margin-left:0;margin-right:0}.row.expanded{max-width:none}.row.expanded .row{margin-left:auto;margin-right:auto}.row:not(.expanded) .row{max-width:none}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.row.collapse>.column>.row,.row.collapse>.columns>.row,.row.is-collapse-child{margin-left:0;margin-right:0}.column,.columns{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;min-width:0;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width:48em){.column,.columns{padding-left:.9375rem;padding-right:.9375rem}}.column.row.row,.row.row.columns{display:block;float:none}.row .column.row.row,.row .row.row.columns{margin-left:0;margin-right:0;padding-left:0;padding-right:0}.small-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.small-offset-0{margin-left:0}.small-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.small-offset-1{margin-left:8.33333%}.small-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.small-offset-2{margin-left:16.66667%}.small-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.small-offset-3{margin-left:25%}.small-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.small-offset-4{margin-left:33.33333%}.small-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.small-offset-5{margin-left:41.66667%}.small-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.small-offset-6{margin-left:50%}.small-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.small-offset-7{margin-left:58.33333%}.small-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.small-offset-8{margin-left:66.66667%}.small-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.small-offset-9{margin-left:75%}.small-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.small-offset-10{margin-left:83.33333%}.small-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.small-offset-11{margin-left:91.66667%}.small-up-1{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-1>.column,.small-up-1>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.small-up-2{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-2>.column,.small-up-2>.columns{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.small-up-3{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-3>.column,.small-up-3>.columns{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.small-up-4{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-4>.column,.small-up-4>.columns{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.small-up-5{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-5>.column,.small-up-5>.columns{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.small-up-6{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-6>.column,.small-up-6>.columns{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.small-up-7{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-7>.column,.small-up-7>.columns{-webkit-box-flex:0;-webkit-flex:0 0 14.28571%;-ms-flex:0 0 14.28571%;flex:0 0 14.28571%;max-width:14.28571%}.small-up-8{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.small-up-8>.column,.small-up-8>.columns{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.small-collapse>.column,.small-collapse>.columns{padding-left:0;padding-right:0}.small-uncollapse>.column,.small-uncollapse>.columns{padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width:40em){.smallmedium-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.smallmedium-offset-0{margin-left:0}.smallmedium-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.smallmedium-offset-1{margin-left:8.33333%}.smallmedium-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.smallmedium-offset-2{margin-left:16.66667%}.smallmedium-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.smallmedium-offset-3{margin-left:25%}.smallmedium-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.smallmedium-offset-4{margin-left:33.33333%}.smallmedium-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.smallmedium-offset-5{margin-left:41.66667%}.smallmedium-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.smallmedium-offset-6{margin-left:50%}.smallmedium-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.smallmedium-offset-7{margin-left:58.33333%}.smallmedium-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.smallmedium-offset-8{margin-left:66.66667%}.smallmedium-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.smallmedium-offset-9{margin-left:75%}.smallmedium-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.smallmedium-offset-10{margin-left:83.33333%}.smallmedium-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.smallmedium-offset-11{margin-left:91.66667%}.smallmedium-up-1{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.smallmedium-up-1>.column,.smallmedium-up-1>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.smallmedium-up-2{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.smallmedium-up-2>.column,.smallmedium-up-2>.columns{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.smallmedium-up-3{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.smallmedium-up-3>.column,.smallmedium-up-3>.columns{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.smallmedium-up-4{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.smallmedium-up-4>.column,.smallmedium-up-4>.columns{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.smallmedium-up-5{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.smallmedium-up-5>.column,.smallmedium-up-5>.columns{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.smallmedium-up-6{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.smallmedium-up-6>.column,.smallmedium-up-6>.columns{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.smallmedium-up-7{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.smallmedium-up-7>.column,.smallmedium-up-7>.columns{-webkit-box-flex:0;-webkit-flex:0 0 14.28571%;-ms-flex:0 0 14.28571%;flex:0 0 14.28571%;max-width:14.28571%}.smallmedium-up-8{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.smallmedium-up-8>.column,.smallmedium-up-8>.columns{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}}@media print,screen and (min-width:40em) and (min-width:40em){.smallmedium-expand{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}}.row.smallmedium-unstack>.column,.row.smallmedium-unstack>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}@media print,screen and (min-width:40em){.row.smallmedium-unstack>.column,.row.smallmedium-unstack>.columns{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.smallmedium-collapse>.column,.smallmedium-collapse>.columns{padding-left:0;padding-right:0}.smallmedium-uncollapse>.column,.smallmedium-uncollapse>.columns{padding-left:.625rem;padding-right:.625rem}}@media print,screen and (min-width:48em){.medium-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.medium-offset-0{margin-left:0}.medium-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.medium-offset-1{margin-left:8.33333%}.medium-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.medium-offset-2{margin-left:16.66667%}.medium-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.medium-offset-3{margin-left:25%}.medium-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.medium-offset-4{margin-left:33.33333%}.medium-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.medium-offset-5{margin-left:41.66667%}.medium-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.medium-offset-6{margin-left:50%}.medium-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.medium-offset-7{margin-left:58.33333%}.medium-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.medium-offset-8{margin-left:66.66667%}.medium-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.medium-offset-9{margin-left:75%}.medium-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.medium-offset-10{margin-left:83.33333%}.medium-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.medium-offset-11{margin-left:91.66667%}.medium-up-1{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-1>.column,.medium-up-1>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.medium-up-2{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-2>.column,.medium-up-2>.columns{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.medium-up-3{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-3>.column,.medium-up-3>.columns{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.medium-up-4{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-4>.column,.medium-up-4>.columns{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.medium-up-5{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-5>.column,.medium-up-5>.columns{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.medium-up-6{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-6>.column,.medium-up-6>.columns{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.medium-up-7{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-7>.column,.medium-up-7>.columns{-webkit-box-flex:0;-webkit-flex:0 0 14.28571%;-ms-flex:0 0 14.28571%;flex:0 0 14.28571%;max-width:14.28571%}.medium-up-8{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.medium-up-8>.column,.medium-up-8>.columns{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}}@media print,screen and (min-width:48em) and (min-width:48em){.medium-expand{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}}.row.medium-unstack>.column,.row.medium-unstack>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}@media print,screen and (min-width:48em){.row.medium-unstack>.column,.row.medium-unstack>.columns{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.medium-collapse>.column,.medium-collapse>.columns{padding-left:0;padding-right:0}.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem}}@media print,screen and (min-width:64em){.mediumlarge-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.mediumlarge-offset-0{margin-left:0}.mediumlarge-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.mediumlarge-offset-1{margin-left:8.33333%}.mediumlarge-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.mediumlarge-offset-2{margin-left:16.66667%}.mediumlarge-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.mediumlarge-offset-3{margin-left:25%}.mediumlarge-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.mediumlarge-offset-4{margin-left:33.33333%}.mediumlarge-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.mediumlarge-offset-5{margin-left:41.66667%}.mediumlarge-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.mediumlarge-offset-6{margin-left:50%}.mediumlarge-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.mediumlarge-offset-7{margin-left:58.33333%}.mediumlarge-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.mediumlarge-offset-8{margin-left:66.66667%}.mediumlarge-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.mediumlarge-offset-9{margin-left:75%}.mediumlarge-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.mediumlarge-offset-10{margin-left:83.33333%}.mediumlarge-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.mediumlarge-offset-11{margin-left:91.66667%}.mediumlarge-up-1{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.mediumlarge-up-1>.column,.mediumlarge-up-1>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.mediumlarge-up-2{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.mediumlarge-up-2>.column,.mediumlarge-up-2>.columns{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.mediumlarge-up-3{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.mediumlarge-up-3>.column,.mediumlarge-up-3>.columns{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.mediumlarge-up-4{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.mediumlarge-up-4>.column,.mediumlarge-up-4>.columns{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.mediumlarge-up-5{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.mediumlarge-up-5>.column,.mediumlarge-up-5>.columns{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.mediumlarge-up-6{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.mediumlarge-up-6>.column,.mediumlarge-up-6>.columns{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.mediumlarge-up-7{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.mediumlarge-up-7>.column,.mediumlarge-up-7>.columns{-webkit-box-flex:0;-webkit-flex:0 0 14.28571%;-ms-flex:0 0 14.28571%;flex:0 0 14.28571%;max-width:14.28571%}.mediumlarge-up-8{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.mediumlarge-up-8>.column,.mediumlarge-up-8>.columns{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}}@media print,screen and (min-width:64em) and (min-width:64em){.mediumlarge-expand{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}}.row.mediumlarge-unstack>.column,.row.mediumlarge-unstack>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}@media print,screen and (min-width:64em){.row.mediumlarge-unstack>.column,.row.mediumlarge-unstack>.columns{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.mediumlarge-collapse>.column,.mediumlarge-collapse>.columns{padding-left:0;padding-right:0}.mediumlarge-uncollapse>.column,.mediumlarge-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (min-width:80em){.large-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.large-offset-0{margin-left:0}.large-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.large-offset-1{margin-left:8.33333%}.large-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.large-offset-2{margin-left:16.66667%}.large-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.large-offset-3{margin-left:25%}.large-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.large-offset-4{margin-left:33.33333%}.large-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.large-offset-5{margin-left:41.66667%}.large-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.large-offset-6{margin-left:50%}.large-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.large-offset-7{margin-left:58.33333%}.large-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.large-offset-8{margin-left:66.66667%}.large-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.large-offset-9{margin-left:75%}.large-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.large-offset-10{margin-left:83.33333%}.large-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.large-offset-11{margin-left:91.66667%}.large-up-1{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-1>.column,.large-up-1>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.large-up-2{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-2>.column,.large-up-2>.columns{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.large-up-3{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-3>.column,.large-up-3>.columns{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.large-up-4{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-4>.column,.large-up-4>.columns{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.large-up-5{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-5>.column,.large-up-5>.columns{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.large-up-6{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-6>.column,.large-up-6>.columns{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.large-up-7{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-7>.column,.large-up-7>.columns{-webkit-box-flex:0;-webkit-flex:0 0 14.28571%;-ms-flex:0 0 14.28571%;flex:0 0 14.28571%;max-width:14.28571%}.large-up-8{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.large-up-8>.column,.large-up-8>.columns{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}}@media screen and (min-width:80em) and (min-width:80em){.large-expand{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}}.row.large-unstack>.column,.row.large-unstack>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}@media screen and (min-width:80em){.row.large-unstack>.column,.row.large-unstack>.columns{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.large-collapse>.column,.large-collapse>.columns{padding-left:0;padding-right:0}.large-uncollapse>.column,.large-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (min-width:90em){.xlarge-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.xlarge-offset-0{margin-left:0}.xlarge-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.xlarge-offset-1{margin-left:8.33333%}.xlarge-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.xlarge-offset-2{margin-left:16.66667%}.xlarge-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.xlarge-offset-3{margin-left:25%}.xlarge-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.xlarge-offset-4{margin-left:33.33333%}.xlarge-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.xlarge-offset-5{margin-left:41.66667%}.xlarge-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.xlarge-offset-6{margin-left:50%}.xlarge-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.xlarge-offset-7{margin-left:58.33333%}.xlarge-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.xlarge-offset-8{margin-left:66.66667%}.xlarge-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.xlarge-offset-9{margin-left:75%}.xlarge-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.xlarge-offset-10{margin-left:83.33333%}.xlarge-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.xlarge-offset-11{margin-left:91.66667%}.xlarge-up-1{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xlarge-up-1>.column,.xlarge-up-1>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.xlarge-up-2{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xlarge-up-2>.column,.xlarge-up-2>.columns{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.xlarge-up-3{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xlarge-up-3>.column,.xlarge-up-3>.columns{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.xlarge-up-4{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xlarge-up-4>.column,.xlarge-up-4>.columns{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.xlarge-up-5{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xlarge-up-5>.column,.xlarge-up-5>.columns{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.xlarge-up-6{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xlarge-up-6>.column,.xlarge-up-6>.columns{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.xlarge-up-7{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xlarge-up-7>.column,.xlarge-up-7>.columns{-webkit-box-flex:0;-webkit-flex:0 0 14.28571%;-ms-flex:0 0 14.28571%;flex:0 0 14.28571%;max-width:14.28571%}.xlarge-up-8{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xlarge-up-8>.column,.xlarge-up-8>.columns{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}}@media screen and (min-width:90em) and (min-width:90em){.xlarge-expand{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}}.row.xlarge-unstack>.column,.row.xlarge-unstack>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}@media screen and (min-width:90em){.row.xlarge-unstack>.column,.row.xlarge-unstack>.columns{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.xlarge-collapse>.column,.xlarge-collapse>.columns{padding-left:0;padding-right:0}.xlarge-uncollapse>.column,.xlarge-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (min-width:100em){.xxlarge-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.xxlarge-offset-0{margin-left:0}.xxlarge-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.xxlarge-offset-1{margin-left:8.33333%}.xxlarge-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.xxlarge-offset-2{margin-left:16.66667%}.xxlarge-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.xxlarge-offset-3{margin-left:25%}.xxlarge-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.xxlarge-offset-4{margin-left:33.33333%}.xxlarge-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.xxlarge-offset-5{margin-left:41.66667%}.xxlarge-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.xxlarge-offset-6{margin-left:50%}.xxlarge-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.xxlarge-offset-7{margin-left:58.33333%}.xxlarge-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.xxlarge-offset-8{margin-left:66.66667%}.xxlarge-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.xxlarge-offset-9{margin-left:75%}.xxlarge-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.xxlarge-offset-10{margin-left:83.33333%}.xxlarge-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.xxlarge-offset-11{margin-left:91.66667%}.xxlarge-up-1{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xxlarge-up-1>.column,.xxlarge-up-1>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.xxlarge-up-2{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xxlarge-up-2>.column,.xxlarge-up-2>.columns{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.xxlarge-up-3{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xxlarge-up-3>.column,.xxlarge-up-3>.columns{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.xxlarge-up-4{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xxlarge-up-4>.column,.xxlarge-up-4>.columns{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.xxlarge-up-5{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xxlarge-up-5>.column,.xxlarge-up-5>.columns{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.xxlarge-up-6{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xxlarge-up-6>.column,.xxlarge-up-6>.columns{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.xxlarge-up-7{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xxlarge-up-7>.column,.xxlarge-up-7>.columns{-webkit-box-flex:0;-webkit-flex:0 0 14.28571%;-ms-flex:0 0 14.28571%;flex:0 0 14.28571%;max-width:14.28571%}.xxlarge-up-8{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.xxlarge-up-8>.column,.xxlarge-up-8>.columns{-webkit-box-flex:0;-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}}@media screen and (min-width:100em) and (min-width:100em){.xxlarge-expand{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}}.row.xxlarge-unstack>.column,.row.xxlarge-unstack>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}@media screen and (min-width:100em){.row.xxlarge-unstack>.column,.row.xxlarge-unstack>.columns{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px}.xxlarge-collapse>.column,.xxlarge-collapse>.columns{padding-left:0;padding-right:0}.xxlarge-uncollapse>.column,.xxlarge-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem}}.shrink{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%}.column-block{margin-bottom:1.25rem}.column-block>:last-child{margin-bottom:0}@media print,screen and (min-width:48em){.column-block{margin-bottom:1.875rem}.column-block>:last-child{margin-bottom:0}}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}p{text-rendering:optimizeLegibility;font-size:inherit;line-height:1.6;margin-bottom:1rem}em,i{font-style:italic}b,em,i,strong{line-height:inherit}b,strong{font-weight:700}small{font-size:80%;line-height:inherit}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{text-rendering:optimizeLegibility;color:inherit;font-family:montserrat,Helvetica,Roboto,Arial,sans-serif;font-style:normal;font-weight:700}.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#cacaca;line-height:0}.h1,h1{font-size:1.5rem}.h1,.h2,h1,h2{line-height:1.4;margin-bottom:.5rem;margin-top:0}.h2,h2{font-size:1.25rem}.h3,h3{font-size:1.1875rem}.h3,.h4,h3,h4{line-height:1.4;margin-bottom:.5rem;margin-top:0}.h4,h4{font-size:1.125rem}.h5,h5{font-size:1.0625rem}.h5,.h6,h5,h6{line-height:1.4;margin-bottom:.5rem;margin-top:0}.h6,h6{font-size:1rem}@media print,screen and (min-width:48em){.h1,h1{font-size:2.5rem}.h2,h2{font-size:1.625rem}.h3,h3{font-size:1.375rem}.h4,.h5,h4,h5{font-size:1.125rem}.h6,h6{font-size:1rem}}a{color:#246670;cursor:pointer;line-height:inherit;text-decoration:none}a:focus,a:hover{color:#1f5860}a img,hr{border:0}hr{border-bottom:1px solid #cacaca;clear:both;height:0;margin:1.25rem auto;max-width:75rem}dl,ol,ul{line-height:1.6;list-style-position:outside;margin-bottom:1rem}li{font-size:inherit}ul{list-style-type:disc}ol,ul{margin-left:1.25rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0;margin-left:1.25rem}dl{margin-bottom:1rem}dl dt{font-weight:700;margin-bottom:.3rem}blockquote{border-left:1px solid #cacaca;margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem}blockquote,blockquote p{color:#8a8a8a;line-height:1.6}abbr,abbr[title]{border-bottom:1px dotted #0a0a0a;cursor:help;text-decoration:none}figure,kbd{margin:0}kbd{background-color:#f0eeea;color:#0a0a0a;font-family:Consolas,Liberation Mono,Courier,monospace;padding:.125rem .25rem 0}.subheader{color:#8a8a8a;font-weight:400;line-height:1.4;margin-bottom:.5rem;margin-top:.2rem}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ol.no-bullet,ul.no-bullet{list-style:none;margin-left:0}.cite-block,cite{color:#8a8a8a;display:block;font-size:.8125rem}.cite-block:before,cite:before{content:"— "}.code-inline,code{word-wrap:break-word;display:inline;max-width:100%;padding:.125rem .3125rem .0625rem}.code-block,.code-inline,code{background-color:#f0eeea;border:1px solid #cacaca;color:#0a0a0a;font-family:Consolas,Liberation Mono,Courier,monospace;font-weight:400}.code-block{display:block;margin-bottom:1.5rem;overflow:auto;padding:1rem;white-space:pre}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width:40em){.smallmedium-text-left{text-align:left}.smallmedium-text-right{text-align:right}.smallmedium-text-center{text-align:center}.smallmedium-text-justify{text-align:justify}}@media print,screen and (min-width:48em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width:64em){.mediumlarge-text-left{text-align:left}.mediumlarge-text-right{text-align:right}.mediumlarge-text-center{text-align:center}.mediumlarge-text-justify{text-align:justify}}@media screen and (min-width:80em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}@media screen and (min-width:90em){.xlarge-text-left{text-align:left}.xlarge-text-right{text-align:right}.xlarge-text-center{text-align:center}.xlarge-text-justify{text-align:justify}}@media screen and (min-width:100em){.xxlarge-text-left{text-align:left}.xxlarge-text-right{text-align:right}.xxlarge-text-center{text-align:center}.xxlarge-text-justify{text-align:justify}}.show-for-print{display:none!important}@media print{*{-webkit-print-color-adjust:economy;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important;color:#000!important;color-adjust:economy;text-shadow:none!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print,th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}abbr[title]:after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #8a8a8a;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.button{-webkit-appearance:none;border:1px solid transparent;-webkit-border-radius:0;border-radius:0;cursor:pointer;display:inline-block;font-family:inherit;font-size:.9rem;line-height:1;margin:0 0 1rem;padding:.85em 1em;text-align:center;-webkit-transition:background-color .25s ease-out,color .25s ease-out;-o-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out;vertical-align:middle}[data-whatinput=mouse] .button{outline:0}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;margin-left:0;margin-right:0;width:100%}.button,.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover{background-color:#246670;color:#fefefe}.button:focus,.button:hover{background-color:#1f575f;color:#fefefe}.button.primary,.button.primary.disabled,.button.primary.disabled:focus,.button.primary.disabled:hover,.button.primary[disabled],.button.primary[disabled]:focus,.button.primary[disabled]:hover{background-color:#246670;color:#fefefe}.button.primary:focus,.button.primary:hover{background-color:#1d525a;color:#fefefe}.button.secondary,.button.secondary.disabled,.button.secondary.disabled:focus,.button.secondary.disabled:hover,.button.secondary[disabled],.button.secondary[disabled]:focus,.button.secondary[disabled]:hover{background-color:#b6a897;color:#0a0a0a}.button.secondary:focus,.button.secondary:hover{background-color:#9b8770;color:#0a0a0a}.button.success,.button.success.disabled,.button.success.disabled:focus,.button.success.disabled:hover,.button.success[disabled],.button.success[disabled]:focus,.button.success[disabled]:hover{background-color:#3adb76;color:#0a0a0a}.button.success:focus,.button.success:hover{background-color:#22bb5b;color:#0a0a0a}.button.warning,.button.warning.disabled,.button.warning.disabled:focus,.button.warning.disabled:hover,.button.warning[disabled],.button.warning[disabled]:focus,.button.warning[disabled]:hover{background-color:#ffae00;color:#0a0a0a}.button.warning:focus,.button.warning:hover{background-color:#cc8b00;color:#0a0a0a}.button.alert,.button.alert.disabled,.button.alert.disabled:focus,.button.alert.disabled:hover,.button.alert[disabled],.button.alert[disabled]:focus,.button.alert[disabled]:hover{background-color:#cc4b37;color:#fefefe}.button.alert:focus,.button.alert:hover{background-color:#a53b2a;color:#fefefe}.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow:focus,.button.hollow:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover{background-color:transparent}.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover{border:1px solid #246670;color:#246670}.button.hollow:focus,.button.hollow:hover{border-color:#123338;color:#123338}.button.hollow.primary,.button.hollow.primary.disabled,.button.hollow.primary.disabled:focus,.button.hollow.primary.disabled:hover,.button.hollow.primary[disabled],.button.hollow.primary[disabled]:focus,.button.hollow.primary[disabled]:hover{border:1px solid #246670;color:#246670}.button.hollow.primary:focus,.button.hollow.primary:hover{border-color:#123338;color:#123338}.button.hollow.secondary,.button.hollow.secondary.disabled,.button.hollow.secondary.disabled:focus,.button.hollow.secondary.disabled:hover,.button.hollow.secondary[disabled],.button.hollow.secondary[disabled]:focus,.button.hollow.secondary[disabled]:hover{border:1px solid #b6a897;color:#b6a897}.button.hollow.secondary:focus,.button.hollow.secondary:hover{border-color:#625545;color:#625545}.button.hollow.success,.button.hollow.success.disabled,.button.hollow.success.disabled:focus,.button.hollow.success.disabled:hover,.button.hollow.success[disabled],.button.hollow.success[disabled]:focus,.button.hollow.success[disabled]:hover{border:1px solid #3adb76;color:#3adb76}.button.hollow.success:focus,.button.hollow.success:hover{border-color:#157539;color:#157539}.button.hollow.warning,.button.hollow.warning.disabled,.button.hollow.warning.disabled:focus,.button.hollow.warning.disabled:hover,.button.hollow.warning[disabled],.button.hollow.warning[disabled]:focus,.button.hollow.warning[disabled]:hover{border:1px solid #ffae00;color:#ffae00}.button.hollow.warning:focus,.button.hollow.warning:hover{border-color:#805700;color:#805700}.button.hollow.alert,.button.hollow.alert.disabled,.button.hollow.alert.disabled:focus,.button.hollow.alert.disabled:hover,.button.hollow.alert[disabled],.button.hollow.alert[disabled]:focus,.button.hollow.alert[disabled]:hover{border:1px solid #cc4b37;color:#cc4b37}.button.hollow.alert:focus,.button.hollow.alert:hover{border-color:#67251a;color:#67251a}.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear:focus,.button.clear:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover{background-color:transparent;border-color:transparent}.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover{color:#246670}.button.clear:focus,.button.clear:hover{color:#123338}.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary.disabled:focus,.button.clear.primary.disabled:hover,.button.clear.primary[disabled],.button.clear.primary[disabled]:focus,.button.clear.primary[disabled]:hover{color:#246670}.button.clear.primary:focus,.button.clear.primary:hover{color:#123338}.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary.disabled:focus,.button.clear.secondary.disabled:hover,.button.clear.secondary[disabled],.button.clear.secondary[disabled]:focus,.button.clear.secondary[disabled]:hover{color:#b6a897}.button.clear.secondary:focus,.button.clear.secondary:hover{color:#625545}.button.clear.success,.button.clear.success.disabled,.button.clear.success.disabled:focus,.button.clear.success.disabled:hover,.button.clear.success[disabled],.button.clear.success[disabled]:focus,.button.clear.success[disabled]:hover{color:#3adb76}.button.clear.success:focus,.button.clear.success:hover{color:#157539}.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning.disabled:focus,.button.clear.warning.disabled:hover,.button.clear.warning[disabled],.button.clear.warning[disabled]:focus,.button.clear.warning[disabled]:hover{color:#ffae00}.button.clear.warning:focus,.button.clear.warning:hover{color:#805700}.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert.disabled:focus,.button.clear.alert.disabled:hover,.button.clear.alert[disabled],.button.clear.alert[disabled]:focus,.button.clear.alert[disabled]:hover{color:#cc4b37}.button.clear.alert:focus,.button.clear.alert:hover{color:#67251a}.button.disabled,.button[disabled]{cursor:not-allowed;opacity:.25}.button.dropdown:after{border-color:#fefefe transparent transparent;border-style:solid inset inset;border-width:.4em .4em 0;content:"";display:block;display:inline-block;float:right;height:0;margin-left:1em;position:relative;top:.4em;width:0}.button.dropdown.clear.primary:after,.button.dropdown.clear:after,.button.dropdown.hollow.primary:after,.button.dropdown.hollow:after{border-top-color:#246670}.button.dropdown.clear.secondary:after,.button.dropdown.hollow.secondary:after{border-top-color:#b6a897}.button.dropdown.clear.success:after,.button.dropdown.hollow.success:after{border-top-color:#3adb76}.button.dropdown.clear.warning:after,.button.dropdown.hollow.warning:after{border-top-color:#ffae00}.button.dropdown.clear.alert:after,.button.dropdown.hollow.alert:after{border-top-color:#cc4b37}.button.arrow-only:after{float:none;margin-left:0;top:-.1em}a.button:focus,a.button:hover{text-decoration:none}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fefefe;border:1px solid #cacaca;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:inset 0 1px 2px hsla(0,0%,4%,.1);box-shadow:inset 0 1px 2px hsla(0,0%,4%,.1);-webkit-box-sizing:border-box;box-sizing:border-box;color:#0a0a0a;display:block;font-family:inherit;font-size:1rem;font-weight:400;height:2.4375rem;line-height:1.5;margin:0 0 1rem;padding:.5rem;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;-o-transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;width:100%}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus{background-color:#fefefe;border:1px solid #8a8a8a;-webkit-box-shadow:0 0 5px #cacaca;box-shadow:0 0 5px #cacaca;outline:none;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;-o-transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}textarea{max-width:100%}textarea[rows]{height:auto}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#f0eeea;cursor:not-allowed}[type=button],[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-border-radius:0;border-radius:0}input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box}::-webkit-input-placeholder{color:#cacaca}::-moz-placeholder{color:#cacaca}:-ms-input-placeholder{color:#cacaca}::-ms-input-placeholder{color:#cacaca}::placeholder{color:#cacaca}[type=checkbox],[type=file],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;margin-bottom:0;margin-left:.5rem;margin-right:1rem;vertical-align:baseline}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5rem}[type=file]{width:100%}label{color:#0a0a0a;display:block;font-size:.875rem;font-weight:400;line-height:1.8;margin:0}label.middle{margin:0 0 1rem;padding:.5625rem 0}.help-text{color:#0a0a0a;font-size:.8125rem;font-style:italic;margin-top:-.5rem}.input-group{display:table;margin-bottom:1rem;width:100%}.input-group>:first-child,.input-group>:first-child.input-group-button>*,.input-group>:last-child,.input-group>:last-child.input-group-button>*{-webkit-border-radius:0 0 0 0;border-radius:0 0 0 0}.input-group-button,.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label,.input-group-field,.input-group-label{display:table-cell;margin:0;vertical-align:middle;white-space:nowrap}.input-group-label{background:#f0eeea;border:1px solid #cacaca;color:#0a0a0a;height:100%;padding:0 1rem;text-align:center;white-space:nowrap;width:1%}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{-webkit-border-radius:0;border-radius:0}.input-group-button{height:100%;padding-bottom:0;padding-top:0;text-align:center;width:1%}.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label{font-size:1rem;height:2.4375rem;padding-bottom:0;padding-top:0}.input-group .input-group-button{display:table-cell}fieldset{border:0;margin:0;padding:0}legend{margin-bottom:.5rem;max-width:100%}.fieldset{border:1px solid #cacaca;margin:1.125rem 0;padding:1.25rem}.fieldset legend{margin:0 0 0 -.1875rem;padding:0 .1875rem}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fefefe;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;border:1px solid #cacaca;-webkit-border-radius:0;border-radius:0;color:#0a0a0a;font-family:inherit;font-size:1rem;font-weight:400;height:2.4375rem;line-height:1.5;margin:0 0 1rem;padding:.5rem 1.5rem .5rem .5rem;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;-o-transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}@media screen and (min-width:0\0){select{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")}}select:focus{background-color:#fefefe;border:1px solid #8a8a8a;-webkit-box-shadow:0 0 5px #cacaca;box-shadow:0 0 5px #cacaca;outline:none;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;-o-transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}select:disabled{background-color:#f0eeea;cursor:not-allowed}select::-ms-expand{display:none}select[multiple]{background-image:none;height:auto}select:not([multiple]){padding-bottom:0;padding-top:0}.is-invalid-input:not(:focus){background-color:#f9ecea;border-color:#cc4b37}.is-invalid-input:not(:focus)::-webkit-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::-moz-placeholder{color:#cc4b37}.is-invalid-input:not(:focus):-ms-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::-ms-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::placeholder{color:#cc4b37}.form-error,.is-invalid-label{color:#cc4b37}.form-error{display:none;font-size:.75rem;font-weight:700;margin-bottom:1rem;margin-top:-.5rem}.form-error.is-visible{display:block}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;cursor:pointer;display:block;height:auto;line-height:1;margin-bottom:.45rem;margin-top:.45rem;width:100%}input[type=range]:focus{outline:0}input[type=range][disabled]{opacity:.25}input[type=range]::-webkit-slider-runnable-track{background:#f0eeea;height:.5rem}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#246670;height:1.4rem;margin-top:-.45rem;width:1.4rem}input[type=range]::-moz-range-track{-moz-appearance:none;background:#f0eeea;height:.5rem}input[type=range]::-moz-range-thumb{-moz-appearance:none;background:#246670;height:1.4rem;margin-top:-.45rem;width:1.4rem}input[type=range]::-ms-track{background:#f0eeea;border:0;border-bottom:.45rem solid #fefefe;border-top:.45rem solid #fefefe;color:transparent;height:.5rem;overflow:visible}input[type=range]::-ms-thumb{background:#246670;border:0;height:1.4rem;width:1.4rem}input[type=range]::-ms-fill-lower{background:#cacaca}input[type=range]::-ms-fill-upper{background:#f0eeea}output{line-height:1.4rem;margin-left:.5em;vertical-align:middle}.menu{list-style:none;margin:0;padding:0;position:relative}[data-whatinput=mouse] .menu li{outline:0}.menu .button,.menu a{display:block;line-height:1;padding:.7rem 1rem;text-decoration:none}.menu a,.menu button,.menu input,.menu select{margin-bottom:0}.menu.horizontal li,.menu input,.menu li{display:inline-block}.menu.vertical li{display:block}.menu.expanded{display:table;width:100%}.menu.expanded>li{display:table-cell;vertical-align:middle}.menu.simple li+li{margin-left:1rem}.menu.simple a{padding:0}@media print,screen and (min-width:40em){.menu.smallmedium-horizontal li{display:inline-block}.menu.smallmedium-vertical li{display:block}.menu.smallmedium-expanded{display:table;width:100%}.menu.smallmedium-expanded>li{display:table-cell;vertical-align:middle}.menu.smallmedium-simple{display:table;width:100%}.menu.smallmedium-simple>li{display:table-cell;vertical-align:middle}}@media print,screen and (min-width:48em){.menu.medium-horizontal li{display:inline-block}.menu.medium-vertical li{display:block}.menu.medium-expanded{display:table;width:100%}.menu.medium-expanded>li{display:table-cell;vertical-align:middle}.menu.medium-simple{display:table;width:100%}.menu.medium-simple>li{display:table-cell;vertical-align:middle}}@media print,screen and (min-width:64em){.menu.mediumlarge-horizontal li{display:inline-block}.menu.mediumlarge-vertical li{display:block}.menu.mediumlarge-expanded{display:table;width:100%}.menu.mediumlarge-expanded>li{display:table-cell;vertical-align:middle}.menu.mediumlarge-simple{display:table;width:100%}.menu.mediumlarge-simple>li{display:table-cell;vertical-align:middle}}@media screen and (min-width:80em){.menu.large-horizontal li{display:inline-block}.menu.large-vertical li{display:block}.menu.large-expanded{display:table;width:100%}.menu.large-expanded>li{display:table-cell;vertical-align:middle}.menu.large-simple{display:table;width:100%}.menu.large-simple>li{display:table-cell;vertical-align:middle}}@media screen and (min-width:90em){.menu.xlarge-horizontal li{display:inline-block}.menu.xlarge-vertical li{display:block}.menu.xlarge-expanded{display:table;width:100%}.menu.xlarge-expanded>li{display:table-cell;vertical-align:middle}.menu.xlarge-simple{display:table;width:100%}.menu.xlarge-simple>li{display:table-cell;vertical-align:middle}}@media screen and (min-width:100em){.menu.xxlarge-horizontal li{display:inline-block}.menu.xxlarge-vertical li{display:block}.menu.xxlarge-expanded{display:table;width:100%}.menu.xxlarge-expanded>li{display:table-cell;vertical-align:middle}.menu.xxlarge-simple{display:table;width:100%}.menu.xxlarge-simple>li{display:table-cell;vertical-align:middle}}.menu.nested{margin-left:1rem;margin-right:0}.menu.icon-bottom i,.menu.icon-bottom i+span,.menu.icon-bottom img,.menu.icon-bottom img+span,.menu.icon-bottom svg,.menu.icon-bottom svg+span,.menu.icon-left i,.menu.icon-left i+span,.menu.icon-left img,.menu.icon-left img+span,.menu.icon-left svg,.menu.icon-left svg+span,.menu.icon-right i,.menu.icon-right i+span,.menu.icon-right img,.menu.icon-right img+span,.menu.icon-right svg,.menu.icon-right svg+span,.menu.icon-top i,.menu.icon-top i+span,.menu.icon-top img,.menu.icon-top img+span,.menu.icon-top svg,.menu.icon-top svg+span,.menu.icons i,.menu.icons i+span,.menu.icons img,.menu.icons img+span,.menu.icons svg,.menu.icons svg+span{vertical-align:middle}.menu.icon-left li a i,.menu.icon-left li a img,.menu.icon-left li a svg{display:inline-block;margin-right:.25rem}.menu.icon-right li a i,.menu.icon-right li a img,.menu.icon-right li a svg{display:inline-block;margin-left:.25rem}.menu.icon-top li a{text-align:center}.menu.icon-top li a i,.menu.icon-top li a img,.menu.icon-top li a svg{display:block;margin:0 auto .25rem}.menu.icon-bottom li a{text-align:center}.menu.icon-bottom li a i,.menu.icon-bottom li a img,.menu.icon-bottom li a svg{display:block;margin:.25rem auto 0}.menu .active>a,.menu .is-active>a{background:#246670;color:#fefefe}.menu.align-left{text-align:left}.menu.align-right{text-align:right}.menu.align-right .submenu li{text-align:left}.menu.align-right.vertical .submenu li{text-align:right}.menu.align-right .nested{margin-left:0;margin-right:1rem}.menu.align-center{text-align:center}.menu.align-center .submenu li{text-align:left}.menu .menu-text{color:inherit;font-weight:700;line-height:1;padding:.7rem 1rem}.menu-centered>.menu{text-align:center}.menu-centered>.menu .submenu li{text-align:left}.no-js [data-responsive-menu] ul{display:none}.menu-icon{cursor:pointer;display:inline-block;height:16px;position:relative;vertical-align:middle;width:20px}.menu-icon:after{background:#fefefe;-webkit-box-shadow:0 7px 0 #fefefe,0 14px 0 #fefefe;box-shadow:0 7px 0 #fefefe,0 14px 0 #fefefe;content:"";display:block;height:2px;left:0;position:absolute;top:0;width:100%}.menu-icon:hover:after{background:#cacaca;-webkit-box-shadow:0 7px 0 #cacaca,0 14px 0 #cacaca;box-shadow:0 7px 0 #cacaca,0 14px 0 #cacaca}.menu-icon.dark{cursor:pointer;display:inline-block;height:16px;position:relative;vertical-align:middle;width:20px}.menu-icon.dark:after{background:#0a0a0a;-webkit-box-shadow:0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;box-shadow:0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;content:"";display:block;height:2px;left:0;position:absolute;top:0;width:100%}.menu-icon.dark:hover:after{background:#8a8a8a;-webkit-box-shadow:0 7px 0 #8a8a8a,0 14px 0 #8a8a8a;box-shadow:0 7px 0 #8a8a8a,0 14px 0 #8a8a8a}.is-drilldown{overflow:hidden;position:relative}.is-drilldown li{display:block}.is-drilldown.animate-height{-webkit-transition:height .5s;-o-transition:height .5s;transition:height .5s}.drilldown a{background:#fefefe;padding:.7rem 1rem}.drilldown .is-drilldown-submenu{background:#fefefe;left:100%;position:absolute;top:0;-webkit-transition:-webkit-transform .15s linear;transition:-webkit-transform .15s linear;-o-transition:transform .15s linear;transition:transform .15s linear;transition:transform .15s linear,-webkit-transform .15s linear;width:100%;z-index:-1}.drilldown .is-drilldown-submenu.is-active{display:block;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);z-index:1}.drilldown .is-drilldown-submenu.is-closing{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.drilldown .is-drilldown-submenu a{padding:.7rem 1rem}.drilldown .nested.is-drilldown-submenu{margin-left:0;margin-right:0}.drilldown .drilldown-submenu-cover-previous{min-height:100%}.drilldown .is-drilldown-submenu-parent>a{position:relative}.drilldown .is-drilldown-submenu-parent>a:after{margin-top:-6px;position:absolute;top:50%}.drilldown.align-left .is-drilldown-submenu-parent>a:after,.drilldown .is-drilldown-submenu-parent>a:after{border-color:transparent transparent transparent #246670;border-style:inset inset inset solid;border-width:6px 0 6px 6px;content:"";display:block;height:0;right:1rem;width:0}.drilldown.align-left .is-drilldown-submenu-parent>a:after{left:auto}.drilldown.align-right .is-drilldown-submenu-parent>a:after{left:1rem;right:auto}.drilldown.align-right .is-drilldown-submenu-parent>a:after,.drilldown .js-drilldown-back>a:before{border-color:transparent #246670 transparent transparent;border-style:inset solid inset inset;border-width:6px 6px 6px 0;content:"";display:block;height:0;width:0}.drilldown .js-drilldown-back>a:before{display:inline-block;margin-right:.75rem;vertical-align:middle}.progress{background-color:#cacaca;-webkit-border-radius:0;border-radius:0;height:1rem;margin-bottom:1rem}.progress.primary .progress-meter{background-color:#246670}.progress.secondary .progress-meter{background-color:#b6a897}.progress.success .progress-meter{background-color:#3adb76}.progress.warning .progress-meter{background-color:#ffae00}.progress.alert .progress-meter{background-color:#cc4b37}.progress-meter{background-color:#246670;display:block;height:100%;position:relative;width:0}.progress-meter-text{color:#fefefe;font-size:.75rem;font-weight:700;left:50%;margin:0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);white-space:nowrap}.slider{background-color:#f0eeea;cursor:pointer;height:.5rem;margin-bottom:2.25rem;margin-top:1.25rem;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slider-fill{background-color:#cacaca;display:inline-block;height:.5rem;left:0;max-width:100%;position:absolute;top:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.slider-fill.is-dragging{-webkit-transition:all 0s linear;-o-transition:all 0s linear;transition:all 0s linear}.slider-handle{background-color:#246670;-webkit-border-radius:0;border-radius:0;display:inline-block;height:1.4rem;left:0;position:absolute;top:50%;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:1.4rem;z-index:1}[data-whatinput=mouse] .slider-handle{outline:0}.slider-handle:hover{background-color:#1f575f}.slider-handle.is-dragging{-webkit-transition:all 0s linear;-o-transition:all 0s linear;transition:all 0s linear}.slider.disabled,.slider[disabled]{cursor:not-allowed;opacity:.25}.slider.vertical{display:inline-block;height:12.5rem;margin:0 1.25rem;-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);width:.5rem}.slider.vertical .slider-fill{max-height:100%;top:0;width:.5rem}.slider.vertical .slider-handle{height:1.4rem;left:50%;position:absolute;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:1.4rem}.title-bar{background:#0a0a0a;color:#fefefe;padding:.5rem}.title-bar:after,.title-bar:before{content:" ";display:table}.title-bar:after{clear:both}.title-bar .menu-icon{margin-left:.25rem;margin-right:.25rem}.title-bar-left{float:left}.title-bar-right{float:right;text-align:right}.title-bar-title{display:inline-block;font-weight:700;vertical-align:middle}.top-bar{padding:.5rem}.top-bar:after,.top-bar:before{content:" ";display:table}.top-bar:after{clear:both}.top-bar,.top-bar ul{background-color:#f0eeea}.top-bar input{margin-right:1rem;max-width:200px}.top-bar .input-group-field{margin-right:0;width:100%}.top-bar input.button{width:auto}.top-bar .top-bar-left,.top-bar .top-bar-right{width:100%}@media print,screen and (min-width:48em){.top-bar .top-bar-left,.top-bar .top-bar-right{width:auto}}@media print,screen and (max-width:47.99875em){.top-bar.stacked-for-smallmedium .top-bar-left,.top-bar.stacked-for-smallmedium .top-bar-right{width:100%}}@media print,screen and (max-width:63.99875em){.top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right{width:100%}}@media print,screen and (max-width:79.99875em){.top-bar.stacked-for-mediumlarge .top-bar-left,.top-bar.stacked-for-mediumlarge .top-bar-right{width:100%}}@media print,screen and (max-width:89.99875em){.top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right{width:100%}}@media print,screen and (max-width:99.99875em){.top-bar.stacked-for-xlarge .top-bar-left,.top-bar.stacked-for-xlarge .top-bar-right{width:100%}}.top-bar.stacked-for-xxlarge .top-bar-left,.top-bar.stacked-for-xxlarge .top-bar-right{width:100%}.top-bar-title{display:inline-block;float:left;padding:.5rem 1rem .5rem 0}.top-bar-title .menu-icon{bottom:2px}.top-bar-left{float:left}.top-bar-right{float:right}.hide{display:none!important}.invisible{visibility:hidden}@media print,screen and (max-width:39.99875em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:40em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:40em){.hide-for-smallmedium{display:none!important}}@media screen and (max-width:39.99875em){.show-for-smallmedium{display:none!important}}@media print,screen and (min-width:40em) and (max-width:47.99875em){.hide-for-smallmedium-only{display:none!important}}@media screen and (max-width:39.99875em),screen and (min-width:48em){.show-for-smallmedium-only{display:none!important}}@media print,screen and (min-width:48em){.hide-for-medium{display:none!important}}@media screen and (max-width:47.99875em){.show-for-medium{display:none!important}}@media print,screen and (min-width:48em) and (max-width:63.99875em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:47.99875em),screen and (min-width:64em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:64em){.hide-for-mediumlarge{display:none!important}}@media screen and (max-width:63.99875em){.show-for-mediumlarge{display:none!important}}@media print,screen and (min-width:64em) and (max-width:79.99875em){.hide-for-mediumlarge-only{display:none!important}}@media screen and (max-width:63.99875em),screen and (min-width:80em){.show-for-mediumlarge-only{display:none!important}}@media screen and (min-width:80em){.hide-for-large{display:none!important}}@media screen and (max-width:79.99875em){.show-for-large{display:none!important}}@media screen and (min-width:80em) and (max-width:89.99875em){.hide-for-large-only{display:none!important}}@media screen and (max-width:79.99875em),screen and (min-width:90em){.show-for-large-only{display:none!important}}@media screen and (min-width:90em){.hide-for-xlarge{display:none!important}}@media screen and (max-width:89.99875em){.show-for-xlarge{display:none!important}}@media screen and (min-width:90em) and (max-width:99.99875em){.hide-for-xlarge-only{display:none!important}}@media screen and (max-width:89.99875em),screen and (min-width:100em){.show-for-xlarge-only{display:none!important}}@media screen and (min-width:100em){.hide-for-xxlarge{display:none!important}}@media screen and (max-width:99.99875em){.show-for-xxlarge{display:none!important}}@media screen and (min-width:100em){.hide-for-xxlarge-only{display:none!important}}@media screen and (max-width:99.99875em){.show-for-xxlarge-only{display:none!important}}.show-for-sr,.show-on-focus{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.show-on-focus:active,.show-on-focus:focus{clip:auto!important;height:auto!important;overflow:visible!important;position:static!important;white-space:normal!important;width:auto!important}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.align-left{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.align-right{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.align-center{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.align-justify{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.align-spaced{-ms-flex-pack:distribute;-webkit-justify-content:space-around;justify-content:space-around}.align-left.vertical.menu>li>a{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.align-right.vertical.menu>li>a{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.align-center.vertical.menu>li>a{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.align-top{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.align-self-top{-ms-flex-item-align:start;-webkit-align-self:flex-start;align-self:flex-start}.align-bottom{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}.align-self-bottom{-ms-flex-item-align:end;-webkit-align-self:flex-end;align-self:flex-end}.align-middle{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.align-self-middle{-ms-flex-item-align:center;-webkit-align-self:center;align-self:center}.align-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.align-self-stretch{-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch}.align-center-middle{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-ms-flex-line-pack:center;-webkit-align-content:center;align-content:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.small-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}.small-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-order:2;order:2}.small-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;-webkit-order:3;order:3}.small-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;-webkit-order:4;order:4}.small-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;-webkit-order:5;order:5}.small-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;-webkit-order:6;order:6}@media print,screen and (min-width:40em){.smallmedium-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}.smallmedium-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-order:2;order:2}.smallmedium-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;-webkit-order:3;order:3}.smallmedium-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;-webkit-order:4;order:4}.smallmedium-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;-webkit-order:5;order:5}.smallmedium-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;-webkit-order:6;order:6}}@media print,screen and (min-width:48em){.medium-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}.medium-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-order:2;order:2}.medium-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;-webkit-order:3;order:3}.medium-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;-webkit-order:4;order:4}.medium-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;-webkit-order:5;order:5}.medium-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;-webkit-order:6;order:6}}@media print,screen and (min-width:64em){.mediumlarge-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}.mediumlarge-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-order:2;order:2}.mediumlarge-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;-webkit-order:3;order:3}.mediumlarge-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;-webkit-order:4;order:4}.mediumlarge-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;-webkit-order:5;order:5}.mediumlarge-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;-webkit-order:6;order:6}}@media screen and (min-width:80em){.large-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}.large-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-order:2;order:2}.large-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;-webkit-order:3;order:3}.large-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;-webkit-order:4;order:4}.large-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;-webkit-order:5;order:5}.large-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;-webkit-order:6;order:6}}@media screen and (min-width:90em){.xlarge-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}.xlarge-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-order:2;order:2}.xlarge-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;-webkit-order:3;order:3}.xlarge-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;-webkit-order:4;order:4}.xlarge-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;-webkit-order:5;order:5}.xlarge-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;-webkit-order:6;order:6}}@media screen and (min-width:100em){.xxlarge-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}.xxlarge-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-order:2;order:2}.xxlarge-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;-webkit-order:3;order:3}.xxlarge-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;-webkit-order:4;order:4}.xxlarge-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;-webkit-order:5;order:5}.xxlarge-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;-webkit-order:6;order:6}}.flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media print,screen and (min-width:40em){.smallmedium-flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.smallmedium-flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.smallmedium-flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.smallmedium-flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.smallmedium-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.smallmedium-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.smallmedium-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.smallmedium-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media print,screen and (min-width:48em){.medium-flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.medium-flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.medium-flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.medium-flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.medium-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.medium-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.medium-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.medium-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media print,screen and (min-width:64em){.mediumlarge-flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.mediumlarge-flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.mediumlarge-flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.mediumlarge-flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.mediumlarge-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.mediumlarge-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.mediumlarge-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.mediumlarge-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media screen and (min-width:80em){.large-flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.large-flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.large-flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.large-flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.large-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.large-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.large-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.large-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media screen and (min-width:90em){.xlarge-flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.xlarge-flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.xlarge-flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.xlarge-flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.xlarge-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.xlarge-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xlarge-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.xlarge-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media screen and (min-width:100em){.xxlarge-flex-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.xxlarge-flex-child-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.xxlarge-flex-child-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.xxlarge-flex-child-shrink{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.xxlarge-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.xxlarge-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xxlarge-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.xxlarge-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@font-face{font-display:swap;font-family:icomoon;font-style:normal;font-weight:400;src:url(../fonts/icomoon/icomoon.eot?l3gq9p);src:url(../fonts/icomoon/icomoon.eot?l3gq9p#iefix) format("embedded-opentype"),url(../fonts/icomoon/icomoon.ttf?l3gq9p) format("truetype"),url(../fonts/icomoon/icomoon.woff?l3gq9p) format("woff"),url(../fonts/icomoon/icomoon.svg?l3gq9p#icomoon) format("svg")}[class*=" icon-"],[class^=icon-]{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-investment:before{color:#fff;content:"\e902"}.icon-legal_security:before{color:#fff;content:"\e905"}.icon-protection:before{color:#fff;content:"\e908"}.icon-tax_optimization:before{color:#fff;content:"\e90b"}.icon-precaution:before{color:#fff;content:"\e90e"}.icon-live:before{color:#fff;content:"\e911"}.icon-financial_tips:before{color:#fff;content:"\e914"}.icon-news:before{color:#fff;content:"\e917"}.icon-services:before{color:#fff;content:"\e91a"}.icon-team:before{color:#fff;content:"\e91d"}.icon-play:before{color:#fff;content:"\e920"}.icon-search:before{color:#fff;content:"\e923"}.alignnone{height:auto;margin-left:0;margin-right:0;max-width:100%}.aligncenter{display:block;height:auto;margin:1rem auto}.alignleft,.alignright{height:auto;margin-bottom:1rem}.alignleft{float:left;margin-right:1rem}.alignright{float:right;margin-left:1rem}.wp-caption-text{padding:1rem}a,ol,p,ul{font-size:1.125rem}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,ol a,ul a{font-size:inherit}.section-title,h4{margin-bottom:0}.section-title{margin-top:3rem}.big-title{margin-bottom:60px;margin-top:80px}.big-title .critical-sign{margin-top:-13px;padding-top:2px}.big-title--zentrum{color:#a86968}.big-title--peripherie{color:#246670}.big-title--extern{color:#b6a897}.section-title+.news-entries-wrapper .article-news-posts{margin-top:0}.content-wrapper a:not(.button):not(.news-link):not(.entry-link):not(.finance-button):not(.accordion-title):not(.entry-tag){text-decoration:underline}.page-section{padding-bottom:3.375rem;padding-top:3.375rem}.page-section--grey{background-color:#f0eeea}.page-section--primary{background-color:#246670;color:#fefefe}img{opacity:0}img[src*="//"],img[src*=http]{opacity:1}html.is-reveal-open{background-color:#fefefe}.main-wrapper figure{max-width:100%}.compat-object-fit{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;width:100%}.callout{color:#fff;font-family:montserrat;font-weight:700;left:0;padding:35px 20px;position:fixed;right:0;text-align:center;top:0;z-index:1000}.callout.success{background-color:#246670}*{outline:none}a:focus,a:hover{color:#669692}small a,small p,small ul{font-size:inherit}.main-wrapper>.content-wrapper{padding-top:3.8125rem;position:relative}.home .main-wrapper>.content-wrapper{padding-top:8.5rem}@media print,screen and (min-width:48em){.main-wrapper>.content-wrapper{padding-top:173px!important}}@media print,screen and (max-width:79.99875em){.main-wrapper>.content-wrapper{padding-top:179px!important}}@media print,screen and (max-width:47.99875em){.main-wrapper>.content-wrapper{padding-top:60px!important}}.content-wrapper{padding-bottom:5rem}@media screen and (min-width:80em){.content-wrapper{padding-bottom:6.875rem}}@media screen and (max-width:600px){#wpadminbar{position:fixed!important}}.max-expanded{max-width:1600px!important}.fa-info{font-size:20px!important;font-style:normal}.fa-info:before{content:"i";font-family:manuale,Helvetica,Roboto,Arial,sans-serif;font-size:20px}[data-glossar-tooltip],[data-simple-tooltip]{border-bottom:1px dotted #246670;cursor:help;display:inline-block;line-height:1;position:relative}[data-glossar-tooltip] .glossar-tooltip,[data-glossar-tooltip] .simple-tooltip,[data-simple-tooltip] .glossar-tooltip,[data-simple-tooltip] .simple-tooltip{background-color:#246670;color:#fff;display:block;left:0;max-width:none;opacity:0;padding:1rem;position:absolute;top:-webkit-calc(100% + 5px);top:calc(100% + 5px);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden;width:400px;z-index:1000}@media print,screen and (max-width:63.99875em){[data-glossar-tooltip] .glossar-tooltip,[data-glossar-tooltip] .simple-tooltip,[data-simple-tooltip] .glossar-tooltip,[data-simple-tooltip] .simple-tooltip{left:50%;margin-left:-160px;max-height:100%;overflow:auto;position:fixed;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:320px}}[data-glossar-tooltip] .glossar-tooltip h4,[data-glossar-tooltip] .simple-tooltip h4,[data-simple-tooltip] .glossar-tooltip h4,[data-simple-tooltip] .simple-tooltip h4{font-size:1.125rem;margin-bottom:0;margin-top:0;text-align:left}[data-glossar-tooltip] .glossar-tooltip__text,[data-glossar-tooltip] .glossar-tooltip p,[data-glossar-tooltip] .simple-tooltip__text,[data-glossar-tooltip] .simple-tooltip p,[data-simple-tooltip] .glossar-tooltip__text,[data-simple-tooltip] .glossar-tooltip p,[data-simple-tooltip] .simple-tooltip__text,[data-simple-tooltip] .simple-tooltip p{font-family:manuale,Helvetica,Roboto,Arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.6;margin-bottom:0;text-align:left;text-transform:none}[data-glossar-tooltip]:hover .glossar-tooltip,[data-glossar-tooltip]:hover .simple-tooltip,[data-simple-tooltip]:hover .glossar-tooltip,[data-simple-tooltip]:hover .simple-tooltip{opacity:1;visibility:visible}#glossar-search{border:none;border-bottom:2px solid #246670;-webkit-box-shadow:none;box-shadow:none;color:#246670;display:block;font-size:20px;margin-bottom:30px;margin-top:30px;padding:10px 0 15px;width:100%}@media print,screen and (min-width:48em){#glossar-search{margin-bottom:60px;margin-top:-10px;width:340px}#glossar-empty-search{margin-top:-30px}}.glossar-nav.menu{padding-right:0!important;text-align:center!important}@media print,screen and (min-width:48em){.glossar-nav.menu{position:-webkit-sticky;position:sticky;top:260px}}.glossar-nav.menu li:not(:last-child){padding-right:.5rem}.glossar-nav.menu li a{display:inline-block;font-family:montserrat,Helvetica,Roboto,Arial,sans-serif;font-size:1.25rem;font-style:normal;font-weight:700;padding:0;text-align:center;text-decoration:none!important}@media print,screen and (min-width:48em){.glossar-nav.menu{padding-right:1rem;text-align:right!important}.glossar-nav.menu li{display:block;margin-bottom:10px}.glossar-nav.menu li:not(:last-child){padding-bottom:.5rem;padding-right:0}.glossar-column{position:relative}.glossar-column:after{background-color:#246670;bottom:0;content:"";left:-42px;position:absolute;top:0;width:1px}}.fina-clean-table{border-top:3px solid #246670;margin-bottom:30px}.fina-clean-table__single{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;border-bottom:1px solid #246670;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;justify-content:space-between;padding:6px 0}.fina-clean-table__single a{text-decoration:none!important}.fina-clean-table__single *{margin-bottom:0}.page-template-template-link_collection .page-header{margin-bottom:60px}@media screen and (max-width:56.25em){.page-template-template-link_collection .fina-clean-table__single{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;justify-content:flex-start}.page-template-template-link_collection .fina-clean-table__single .buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:6px;margin-top:6px;width:100%}.page-template-template-link_collection .fina-clean-table__single .buttons .button{-webkit-box-flex:0;-webkit-flex:0 0 49%;-ms-flex:0 0 49%;flex:0 0 49%;width:49%}}.expandable-content{margin:30px 0}@media screen and (min-width:80em){.expandable-content{margin:45px 0}}.expandable-content__toggle{cursor:pointer;font-size:18px;font-weight:700}.expandable-content__content{display:none;margin-top:0}.expandable-content__content *{font-size:16px}.expandable-content--is-open .expandable-content__content{display:block;margin-top:30px}.glossar-container h2{margin-bottom:1rem;margin-top:2rem}.glossar-container__single{margin-bottom:2rem}.glossar-container__single:not(:first-of-type){border-top:1px solid #f0eeea}.glossar-container__single h3{margin-bottom:15px;margin-top:1.5rem}.glossar-container__single h4{color:#b6a897;font-size:16px;margin:-10px 0 15px}.glossar-container .italic{font-style:italic}@media print,screen and (min-width:48em){.glossar-container{margin-top:-1.7rem}.glossar-container h2:first-child{margin-top:-6px}}.post-cta{background-color:hsla(33,18%,65%,.3);margin-bottom:60px;margin-top:60px;padding:30px}.post-cta .gform_button,.post-cta .gform_wrapper{margin-bottom:0!important}.post-cta .gform_button{float:right}.post-cta p:last-child{margin-bottom:0}.post-cta__left{margin-bottom:15px}@media print,screen and (min-width:48em){.post-cta{margin-bottom:120px;margin-top:120px}.post-cta__left{margin-bottom:0}}.builder-element .post-cta{margin-bottom:50px;margin-top:0}.contact-main-title{margin-bottom:32px;text-align:center}.ct-wpplugin-share .sharing-list{list-style-type:none;margin:0;padding:0}.ct-wpplugin-share .sharing-list li{display:inline-block}.accordion{background:#fefefe;list-style-type:none;margin-left:0}.accordion-content{padding:1rem}.accordion-content>:last-child{margin-bottom:0}.accordion-title{border:1px solid #f0eeea;border-bottom:0;color:#246670;cursor:pointer;display:block;font-size:1.125rem;font-weight:700;line-height:1;padding:1.25rem 2rem 1.25rem 1rem;position:relative;text-align:left;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:100%}.accordion-title:focus,.accordion-title:hover{background-color:#f0eeea}.accordion-title:not(.ac-disabled-trigger):before{content:"+";margin-top:-.5rem;position:absolute;right:1rem;top:50%}.is-active>.accordion-title:not(.ac-disabled-trigger):before{content:"–"}.accordion-title h2{font-family:manuale,Helvetica,Roboto,Arial,sans-serif;font-size:1.125rem;line-height:1;margin:0;padding:0}.ac-disabled-trigger{cursor:default;pointer-events:none}.ac-panel{background-color:#fefefe;border:1px solid #f0eeea;border-bottom:0;color:#246670;height:0;overflow:hidden}.ac-panel-always-open{height:auto!important}.cookie-banner{background-color:#246670;bottom:0;-webkit-box-shadow:0 0 3px rgba(0,0,0,.16);box-shadow:0 0 3px rgba(0,0,0,.16);color:#fff;display:block;font-size:14px;left:0;overflow:hidden;padding:15px;position:fixed;right:0;z-index:990}.cookie-banner__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;margin:0 auto;max-width:100%;width:800px}.cookie-banner__inner .decline-link,.cookie-banner__inner a{cursor:pointer;text-decoration:underline}.cookie-banner__inner a,.cookie-banner__inner p{color:#fefefe;font-size:14px}.cookie-banner__inner a:last-child,.cookie-banner__inner p:last-child{margin-bottom:0}@media print,screen and (min-width:48em){.cookie-banner__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.cookie-banner__actions{-ms-flex-item-align:end;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-align-self:flex-end;align-self:flex-end;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:15px;width:100%}@media print,screen and (min-width:48em){.cookie-banner__actions{margin-left:15px;margin-top:0}}.cookie-banner__submit{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:1px solid #fefefe;color:#fefefe;cursor:pointer;font-family:montserrat,Helvetica,Roboto,Arial,sans-serif;font-size:14px;line-height:19px;outline:0;padding:8px 15px;text-transform:uppercase;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.cookie-banner__submit--decline{background:transparent}.cookie-banner__submit:active,.cookie-banner__submit:focus,.cookie-banner__submit:hover{background-color:#fefefe;color:#246670}.cookie-banner__submit+.cookie-banner__submit{margin-left:5px}@media print,screen and (min-width:48em){.cookie-banner{bottom:0;left:auto;padding:20px;right:0;width:350px}.cookie-banner__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;width:100%}.cookie-banner__actions{margin-left:0;margin-top:20px;width:100%}.cookie-banner__submit{-ms-flex-preferred-size:100%;-webkit-flex-basis:100%;flex-basis:100%}.cookie-banner.centered{bottom:50%;left:auto;right:50%;top:auto;-webkit-transform:translate(50%,50%);-ms-transform:translate(50%,50%);transform:translate(50%,50%);-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}}.cookie-footer-switch{cursor:pointer;text-decoration:underline}@media (max-width:768px){.navbar-toggle{height:20px;padding:0;position:relative;width:24px}.navbar-toggle .icon-bar{background-color:#246670;height:4px;margin:0 0 6px;position:absolute;width:24px}.navbar-toggle .icon-bar:nth-child(2){top:8px}.navbar-toggle .icon-bar:nth-child(3){margin-top:0;top:0}.navbar-toggle .icon-bar:nth-child(4){top:16px}.navbar-toggle .icon-bar:last-child{margin:0}.hamburger-menu.white .navbar-toggle .icon-bar{background-color:#fff}.hamburger-menu.white .page-title{color:#fff}.icon-bar{-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.nav-open .navbar-toggle .icon-bar:nth-child(2),.nav-open .navbar-toggle .icon-bar:nth-child(3){top:7px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.nav-open .navbar-toggle .icon-bar:nth-child(4){top:7px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}.card{background-color:#f0eeea;margin-bottom:2rem;min-height:210px;position:relative}.card-link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.card img{height:240px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.card-section{background-color:#fff;bottom:0;color:#246670;left:0;padding:1rem;position:absolute;right:0;z-index:0}.card-section h4{line-height:1.1;margin-bottom:.125rem}.card-section p{line-height:1;margin-bottom:0}#rechner{overflow:visible}.hypothekenrechner-container{margin-top:-30px}.hypothekenrechner-container .result-list .row:not(:last-child){margin-bottom:10px}.hypothekenrechner-container .result-list ul{font-size:14px;margin-bottom:0}.hypothekenrechner-container .result-list--invert .result-text{font-weight:400;margin-bottom:2rem}.hypothekenrechner-container .result-list--invert .entry-title{font-weight:700}.hypothekenrechner-container .hint-row{font-size:14px}.hypothekenrechner-container .result-text{font-weight:700}.hypothekenrechner-container .result-text:not(.no-currency):before{content:"CHF";padding-right:5px;text-align:left}.hypothekenrechner-container div.slider-title{-webkit-box-align:top;-ms-flex-align:top;-webkit-align-items:top;align-items:top;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:-14px;padding-bottom:10px;padding-top:10px}.hypothekenrechner-container div.slider-title>span:not(.second-reason-label):not(.third-reason-label){-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.hypothekenrechner-container div.slider-title>span:not(.second-reason-label):not(.third-reason-label) img{top:-3px;width:24px}.hypothekenrechner-container div.slider-title>span:not(.second-reason-label):not(.third-reason-label) .hypo-tooltip__content{font-size:16px;line-height:20px}.hypothekenrechner-container div.slider-title>span:not(.second-reason-label):not(.third-reason-label) .hypo-tooltip__content:before{border-width:0 6px 6px;left:6px;top:-6px}.hypothekenrechner-container .slider-holder label{display:inline-block}.hypothekenrechner-container .slider-holder label:not(:first-child){margin-left:20px}.hypothekenrechner-container .current-cost .row.align-middle{margin-bottom:17px;margin-top:25px}.hypothekenrechner-container .loan-require-message{color:#a86968}.hypothekenrechner-container .loan-require-message ul{list-style:none;margin:25px 0 0}.hypothekenrechner-container .loan-require-message ul li:first-child{font-weight:700}.hypothekenrechner-container h2{margin-bottom:20px;margin-top:50px}.hypothekenrechner-container .hypo-calc-result,.hypothekenrechner-container .hypo-get-form,.hypothekenrechner-container .wds-result{width:100%}.hypothekenrechner-container .bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:12px;width:100%}.hypothekenrechner-container .bar div{background-color:#246670;height:12px;width:100%}.hypothekenrechner-container .bar div.second-third{background-color:#cf9173}.hypothekenrechner-container .bar div.third-third{background-color:#a86968}.hypothekenrechner-container .round{background-image:url(../images/fina_logo_form_white.svg);background-size:contain;height:25px;left:-2px;position:relative;top:-19px;width:22px}.hypothekenrechner-container .round,.hypothekenrechner-container .slider-handle{background-color:transparent;background-position:50%;background-repeat:no-repeat}.hypothekenrechner-container .slider-handle{background-image:url(../images/fina_logo_form.svg);background-size:20px;height:1.5rem;padding:20px;z-index:10}.hypothekenrechner-container .hypo-tooltip{display:inline-block}.hypothekenrechner-container .hypo-tooltip img{cursor:pointer;height:auto;margin-right:12px;position:relative;top:-6px;width:32px}.hypothekenrechner-container .hypo-tooltip__content{background-color:#b6a897;display:block;font-size:14px;font-weight:400;line-height:20px;margin-top:10px;max-width:300px;opacity:0;padding:14px;position:absolute;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden;z-index:10}.hypothekenrechner-container .hypo-tooltip__content:before{border-color:transparent transparent #b6a897;border-style:solid;border-width:0 9px 9px;content:"";height:0;left:7px;margin-left:auto!important;position:absolute;top:-9px;-webkit-transition:border-color .2s ease-in-out;-o-transition:border-color .2s ease-in-out;transition:border-color .2s ease-in-out;width:0}.hypothekenrechner-container .hypo-tooltip:hover .hypo-tooltip__content{opacity:1;visibility:visible}.hypothekenrechner-container .arrow-container .arrow-box{background-color:#246670;color:#fff;padding:12px 15px 10px;position:relative;-webkit-transition:background .2s ease-in-out;-o-transition:background .2s ease-in-out;transition:background .2s ease-in-out;width:33%}.hypothekenrechner-container .arrow-container .arrow-box.color-risk{background-color:#a86968}.hypothekenrechner-container .arrow-container .arrow-box .arrow{border-color:transparent transparent #246670;border-style:solid;border-width:0 6px 6px;height:0;left:2.5%;margin-left:auto!important;position:absolute;top:-6px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:border-color .2s ease-in-out;-o-transition:border-color .2s ease-in-out;transition:border-color .2s ease-in-out;width:0}.hypothekenrechner-container .arrow-container .arrow-box .arrow.color-risk{border-color:transparent transparent #a86968}.content-box--dritte-säule .hypothekenrechner-container .card-list .row.align-bottom .gform_button{margin-top:60px}.content-box--dritte-säule--which .hypothekenrechner-container .card-list .row.align-bottom .gform_button{margin-top:0}.hypothekenrechner-container__dritte-säule .price-list>.row{margin-bottom:10px}#rechner .gform-container-wrap h2{margin-bottom:0;margin-top:26px}#rechner .gform-container-wrap .hypo-calc-back{font-size:18px;font-weight:700;text-decoration:none}#rechner .gform-container-wrap .hypo-calc-back i{padding-right:7px;position:relative;top:1px}#rechner .gform-container-wrap .gform_fields{grid-gap:24px;display:grid;grid-auto-flow:row dense;grid-template-columns:1fr 1fr}@media (max-width:768px){#rechner .gform-container-wrap .gform_fields{display:block}}#rechner .gform-container-wrap .gfield{grid-column:1;margin-bottom:0}#rechner .gform-container-wrap .gfield.form-push-right{grid-column:2}#rechner .gform-container-wrap .gfield.amortisation input,#rechner .gform-container-wrap .gfield.amortisation select,#rechner .gform-container-wrap .gfield.birthyear-ds input,#rechner .gform-container-wrap .gfield.birthyear-ds select,#rechner .gform-container-wrap .gfield.birthyear_partner input,#rechner .gform-container-wrap .gfield.birthyear_partner select,#rechner .gform-container-wrap .gfield.birthyear input,#rechner .gform-container-wrap .gfield.birthyear select,#rechner .gform-container-wrap .gfield.canton input,#rechner .gform-container-wrap .gfield.canton select,#rechner .gform-container-wrap .gfield.conversionrate input,#rechner .gform-container-wrap .gfield.conversionrate select,#rechner .gform-container-wrap .gfield.current_saves input,#rechner .gform-container-wrap .gfield.current_saves select,#rechner .gform-container-wrap .gfield.flexconstancy input,#rechner .gform-container-wrap .gfield.flexconstancy select,#rechner .gform-container-wrap .gfield.grossIncome input,#rechner .gform-container-wrap .gfield.grossIncome select,#rechner .gform-container-wrap .gfield.hereditary input,#rechner .gform-container-wrap .gfield.hereditary select,#rechner .gform-container-wrap .gfield.interest input,#rechner .gform-container-wrap .gfield.interest select,#rechner .gform-container-wrap .gfield.lex input,#rechner .gform-container-wrap .gfield.lex select,#rechner .gform-container-wrap .gfield.maintenance input,#rechner .gform-container-wrap .gfield.maintenance select,#rechner .gform-container-wrap .gfield.martialstatus input,#rechner .gform-container-wrap .gfield.martialstatus select,#rechner .gform-container-wrap .gfield.money input,#rechner .gform-container-wrap .gfield.money select,#rechner .gform-container-wrap .gfield.monthlyCost input,#rechner .gform-container-wrap .gfield.monthlyCost select,#rechner .gform-container-wrap .gfield.net-return-0 input,#rechner .gform-container-wrap .gfield.net-return-0 select,#rechner .gform-container-wrap .gfield.net-return-5 input,#rechner .gform-container-wrap .gfield.net-return-5 select,#rechner .gform-container-wrap .gfield.net-return-25 input,#rechner .gform-container-wrap .gfield.net-return-25 select,#rechner .gform-container-wrap .gfield.penscapital input,#rechner .gform-container-wrap .gfield.penscapital select,#rechner .gform-container-wrap .gfield.pension-gap input,#rechner .gform-container-wrap .gfield.pension-gap select,#rechner .gform-container-wrap .gfield.percent input,#rechner .gform-container-wrap .gfield.percent select,#rechner .gform-container-wrap .gfield.price input,#rechner .gform-container-wrap .gfield.price select,#rechner .gform-container-wrap .gfield.projected_pension input,#rechner .gform-container-wrap .gfield.projected_pension select,#rechner .gform-container-wrap .gfield.reason input,#rechner .gform-container-wrap .gfield.reason select,#rechner .gform-container-wrap .gfield.requirement input,#rechner .gform-container-wrap .gfield.requirement select,#rechner .gform-container-wrap .gfield.second-reason input,#rechner .gform-container-wrap .gfield.second-reason select,#rechner .gform-container-wrap .gfield.sex input,#rechner .gform-container-wrap .gfield.sex select,#rechner .gform-container-wrap .gfield.solution input,#rechner .gform-container-wrap .gfield.solution select,#rechner .gform-container-wrap .gfield.tax-burden input,#rechner .gform-container-wrap .gfield.tax-burden select,#rechner .gform-container-wrap .gfield.third-reason input,#rechner .gform-container-wrap .gfield.third-reason select,#rechner .gform-container-wrap .gfield.type3 input,#rechner .gform-container-wrap .gfield.type3 select,#rechner .gform-container-wrap .gfield.type input,#rechner .gform-container-wrap .gfield.type select,#rechner .gform-container-wrap .gfield.wealthmanagement input,#rechner .gform-container-wrap .gfield.wealthmanagement select,#rechner .gform-container-wrap .gfield.yearly_income input,#rechner .gform-container-wrap .gfield.yearly_income select{background-color:#246670;color:#fff}#rechner .gform-container-wrap .gform_footer{margin-top:1.4rem}#rechner .gform-container-wrap .gform_footer .gform_button{margin-left:20px;margin-top:7px}#rechner .gform-container-wrap--half .gform_fields{display:block}#rechner .gform-container-wrap--half .gform_wrapper .ginput_container input,#rechner .gform-container-wrap--half .gform_wrapper .ginput_container textarea{margin-bottom:.5rem}#rechner .gform-container-wrap--half .result-list h2{margin-bottom:1rem;margin-top:53px}#rechner .gform-container-wrap--half .hypo-tooltip{display:inline-block}#rechner .gform-container-wrap--half .hypo-tooltip img{cursor:pointer;height:auto;margin-right:12px;position:relative;top:-6px;width:32px}#rechner .gform-container-wrap--half .hypo-tooltip__content{background-color:#b6a897;display:block;font-size:14px;font-weight:400;line-height:20px;margin-top:10px;max-width:300px;opacity:0;padding:14px;position:absolute;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden;z-index:10}#rechner .gform-container-wrap--half .hypo-tooltip__content:before{border-color:transparent transparent #b6a897;border-style:solid;border-width:0 9px 9px;content:"";height:0;left:7px;margin-left:auto!important;position:absolute;top:-9px;-webkit-transition:border-color .2s ease-in-out;-o-transition:border-color .2s ease-in-out;transition:border-color .2s ease-in-out;width:0}#rechner .gform-container-wrap--half .hypo-tooltip:hover .hypo-tooltip__content{opacity:1;visibility:visible}#rechner .gform-container-wrap--half .result-list .row:not(:last-child){margin-bottom:10px}#rechner .gform-container-wrap--half .result-list ul{font-size:14px;margin-bottom:0}#rechner .gform-container-wrap--half .result-list--invert .result-text{font-weight:400;margin-bottom:2rem}#rechner .gform-container-wrap--half .result-list--invert .entry-title{font-weight:700}#rechner .gform-container-wrap--half .hint-row{font-size:14px}#rechner .gform-container-wrap--half .result-text{font-weight:700}#rechner .gform-container-wrap--half .result-text:not(.no-currency):before{content:"CHF";padding-right:5px;text-align:left}.pencaphint{font-size:22px;font-weight:700}.budgetrechner-container+.gform-container-wrap .hypo-calc-back svg{display:inline-block;height:auto;margin-right:7px;position:relative;top:2px;width:16px}.budgetrechner-container .calculator-form-row__section{background-color:#fff}.budgetrechner-container .calculator-form-row__section:not(:last-child){border-bottom:1px solid #fff}.budgetrechner-container .calculator-form-row__section .accordion-title{background-color:#246670;border:none;color:#fff;font-family:manuale,Helvetica,Roboto,Arial,sans-serif;font-size:1.125rem;line-height:1;margin:0}.budgetrechner-container .calculator-form-row__section:not(.ac) .accordion-title:before{content:none}.budgetrechner-container .calculator-form-row__section--red .accordion-title,.budgetrechner-container .calculator-form-row__section--red .calculator-form-row__section__main{background-color:#a86968}.budgetrechner-container .calculator-form-row__section .accordion-content{background-color:#f0eeea;border:1px solid #fff;border-bottom:none;border-top:none;padding:1rem 1rem 6px}.budgetrechner-container .calculator-form-row__section .accordion-content label{color:#246670;font-size:1rem;line-height:1.14;margin-bottom:.75rem}.budgetrechner-container .calculator-form-row__section .accordion-content input[type=text],.budgetrechner-container .calculator-form-row__section .accordion-content select{border:2px solid #fff;-webkit-box-shadow:0 0 0 rgba(0,0,0,.01);box-shadow:0 0 0 rgba(0,0,0,.01);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.budgetrechner-container .calculator-form-row__section .accordion-content input[type=text]:focus,.budgetrechner-container .calculator-form-row__section .accordion-content select:focus{border:2px solid #246670;-webkit-box-shadow:0 0 6px rgba(0,0,0,.16);box-shadow:0 0 6px rgba(0,0,0,.16)}.budgetrechner-container .calculator-form-row__section .accordion-content select{cursor:pointer}.budgetrechner-container .calculator-form-row__section .accordion-content [data-close-tab]{cursor:pointer;display:inline-block;margin-bottom:10px;padding:10px}.budgetrechner-container .calculator-form-row__section .accordion-content [data-close-tab] svg{height:auto;width:16px}.budgetrechner-container .calculator-form-row__section .ac-panel-always-open .accordion-content{padding:1rem}.budgetrechner-container .calculator-form-row__section__main{background-color:#246670;color:#fff;padding:0 1rem 6px}.budgetrechner-container .calculator-form-row__section__main label{color:#fff;font-size:1rem;line-height:1.14;margin-bottom:.75rem}.budgetrechner-container .calculator-form-row__section__main input[type=text],.budgetrechner-container .calculator-form-row__section__main select{border:2px solid #fff;-webkit-box-shadow:0 0 0 rgba(0,0,0,.01);box-shadow:0 0 0 rgba(0,0,0,.01);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.budgetrechner-container .calculator-form-row__section__main input[type=text]:focus,.budgetrechner-container .calculator-form-row__section__main select:focus{border:2px solid #246670;-webkit-box-shadow:0 0 6px rgba(0,0,0,.16);box-shadow:0 0 6px rgba(0,0,0,.16)}.budgetrechner-container .calculator-form-row__section__main input[type=text][data-input-savings-ratio],.budgetrechner-container .calculator-form-row__section__main input[type=text][data-input-total-expenses],.budgetrechner-container .calculator-form-row__section__main select[data-input-savings-ratio],.budgetrechner-container .calculator-form-row__section__main select[data-input-total-expenses]{pointer-events:none}.budgetrechner-container .calculator-form-row__section__footer{border-left:1px solid #fff;border-right:1px solid #fff;padding:2.5rem 1rem 1.5rem}.budgetrechner-container .calculator-form-row__section__footer p{font-size:14px;line-height:1.2}.budgetrechner-container .calculator-form-row__section__footer h3{font-family:manuale,Helvetica,Roboto,Arial,sans-serif;font-size:1.125rem;line-height:1;margin-bottom:11px}.budgetrechner-container .calculator-form-row__section__footer button{border:2px solid #246670;margin-bottom:0}.budgetrechner-container .button-row{margin-top:20px}.budgetrechner-container .button-row .gform_button{display:inline-block}.content-box--budgetrechner .margin-bottom-1{margin-bottom:1rem}.content-box--budgetrechner .gform-container-wrap h2{margin-bottom:1rem;margin-top:2rem}.content-box--budgetrechner .gform-container-wrap .budgetrechner-graphic-container{left:-25px;max-width:100%;position:relative;width:450px}.content-box--budgetrechner .gform-container-wrap .budgetrechner-graphic-container .budgetrechner-graphic{max-width:100%;min-height:450px;width:450px}@media print,screen and (max-width:39.99875em){.content-box--budgetrechner .gform-container-wrap .budgetrechner-graphic-container{left:-15px;width:300px}.content-box--budgetrechner .gform-container-wrap .budgetrechner-graphic-container .budgetrechner-graphic{min-height:300px;width:300px}}.content-box--budgetrechner .gform-container-wrap .budgetrechner-graphic-container .budgetrechner-graphic__legend{left:51%;line-height:20px;list-style-type:none;margin:0;position:absolute;top:-webkit-calc(50% - 10px);top:calc(50% - 10px);-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}@media print,screen and (max-width:39.99875em){.content-box--budgetrechner .gform-container-wrap .budgetrechner-graphic-container .budgetrechner-graphic__legend{font-size:12px;line-height:14px}.content-box--budgetrechner .gform-container-wrap .budgetrechner-graphic-container .budgetrechner-graphic__legend li{padding-left:20px!important}.content-box--budgetrechner .gform-container-wrap .budgetrechner-graphic-container .budgetrechner-graphic__legend li:before{font-size:20px;padding-right:5px;top:1px}}.content-box--budgetrechner .gform-container-wrap .budgetrechner-graphic-container .budgetrechner-graphic__legend li{padding-left:25px;position:relative}.content-box--budgetrechner .gform-container-wrap .budgetrechner-graphic-container .budgetrechner-graphic__legend li:before{color:#a86968;content:"■";font-size:24px;left:0;padding-right:10px;position:absolute;top:-2px}.content-box--budgetrechner .gform-container-wrap .budgetrechner-graphic-container .budgetrechner-graphic__legend li:nth-child(2):before{color:#b6a897}.content-box--budgetrechner .gform-container-wrap .budgetrechner-graphic-container .budgetrechner-graphic__legend li:nth-child(3):before{color:#246670}.content-box--budgetrechner .gform-container-wrap .budgetrechner-graphic-container .budgetrechner-graphic__legend li:not(:last-child){margin-bottom:5px}.content-box--budgetrechner .gform-container-wrap .gfield{margin-bottom:1rem}.content-box--budgetrechner .gform-container-wrap .gfield select{margin:0}.content-box--budgetrechner .gform-container-wrap .gfield textarea{height:200px;resize:none}.content-box--budgetrechner .gform-container-wrap .gfield.disabled{display:none}.content-box--budgetrechner .gform-container-wrap .gform_footer{margin-top:1rem}.content-box--budgetrechner .gform-container-wrap .gform_footer button{margin-left:1rem;position:relative;top:2px}.expandable-content{background-color:#b6a897;color:#fefefe;margin:48px auto;max-width:516px;position:relative;width:100%}.expandable-content__toggle{display:block;padding:24px 70px 24px 24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.expandable-content__toggle:hover{background-color:hsla(0,0%,100%,.3)}.expandable-content__icon{pointer-events:none;position:absolute;right:24px;top:26px;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.expandable-content__icon path{fill:#fefefe}.expandable-content__content{margin-top:0!important;padding:0 24px 24px}.expandable-content__content figure:not(:last-child),.expandable-content__content p:not(:last-child){margin-bottom:24px}.expandable-content__content :last-child{margin-bottom:0}.expandable-content--is-open .expandable-content__toggle{background-color:transparent}.expandable-content--is-open .expandable-content__icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.content-box.content-box--climate{background-color:#246670;padding:50px 0}.content-box.content-box--climate .cp-section{color:#fff;text-align:center}.content-box.content-box--climate .cp-section,.content-box.content-box--climate .cp-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center}.content-box.content-box--climate .cp-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-ms-flex-line-pack:center;-webkit-align-content:center;align-content:center;-webkit-align-items:center;align-items:center;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;max-width:64em;padding:1em;width:100%}.content-box.content-box--climate .cp-wrapper img{opacity:1}.content-box.content-box--climate .cp-logo{font-style:italic;margin-bottom:2em}.content-box.content-box--climate .cp-logo>a,.content-box.content-box--climate .cp-logo>div{display:inline-block;vertical-align:top}.content-box.content-box--climate .cp-logo img{margin-left:.25em;width:8em}.content-box.content-box--climate .cp-slider{margin:1em 0;width:80%}.content-box.content-box--climate .distance-top{margin-top:2rem}.content-box.content-box--climate #cp-slider-handle{background:#246670;border:1px solid #fff;color:#fff;cursor:pointer;font-weight:700;height:2.4em;line-height:2.4em;margin-left:-5em;margin-top:-1.2em;text-align:center;top:50%;width:10em}.content-box.content-box--climate .cp-comparison{-webkit-box-orient:horizontal;-ms-flex-pack:center;-webkit-box-align:baseline;-ms-flex-align:baseline;-webkit-align-items:baseline;align-items:baseline;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;width:100%}.content-box.content-box--climate .cp-comparison,.content-box.content-box--climate .cp-comparison-item{-webkit-box-direction:normal;-webkit-box-pack:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center}.content-box.content-box--climate .cp-comparison-item{-webkit-box-flex:0;-webkit-box-orient:vertical;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-flex:0 1 25%;-ms-flex:0 1 25%;flex:0 1 25%;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;max-width:25%;padding:1em}.content-box.content-box--climate .cp-comparison-item span{font-size:1.5em;font-weight:700}.content-box.content-box--climate .cp-comparison-item div{width:100%}header.header .top-bar{overflow:hidden;-webkit-transition:height .2s ease-in-out;-o-transition:height .2s ease-in-out;transition:height .2s ease-in-out}header.header .top-bar .primary-navigation{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important;text-align:left}header.header .top-bar .primary-navigation .menu-text{padding:0}@media print,screen and (min-width:48em){header.header .top-bar .primary-navigation .menu-text{padding-right:2rem}}@media screen and (min-width:80em){header.header .top-bar .primary-navigation .menu-text{padding-right:5rem}}@media print,screen and (min-width:48em){header.header .top-bar .primary-navigation>.menu_entry{position:relative}}header.header .top-bar .primary-navigation>.menu_entry>span,header.header .top-bar .primary-navigation>.menu_entry a:not(.read-more){background-color:transparent!important;color:#246670;cursor:pointer;font-family:montserrat;font-size:1.125rem;font-weight:700;-webkit-transition:color .2s ease-in-out;-o-transition:color .2s ease-in-out;transition:color .2s ease-in-out}@media print,screen and (min-width:40em){header.header .top-bar .primary-navigation>.menu_entry>span,header.header .top-bar .primary-navigation>.menu_entry a:not(.read-more){padding:.7rem .75rem}}@media print,screen and (min-width:64em){header.header .top-bar .primary-navigation>.menu_entry>span,header.header .top-bar .primary-navigation>.menu_entry a:not(.read-more){padding:.7rem 1rem}}header.header .top-bar .primary-navigation>.menu_entry>span.current-menu-ancestor,header.header .top-bar .primary-navigation>.menu_entry>span.current-menu-item,header.header .top-bar .primary-navigation>.menu_entry>span:active,header.header .top-bar .primary-navigation>.menu_entry>span:focus,header.header .top-bar .primary-navigation>.menu_entry>span:hover,header.header .top-bar .primary-navigation>.menu_entry a:not(.read-more).current-menu-ancestor,header.header .top-bar .primary-navigation>.menu_entry a:not(.read-more).current-menu-item,header.header .top-bar .primary-navigation>.menu_entry a:not(.read-more):active,header.header .top-bar .primary-navigation>.menu_entry a:not(.read-more):focus,header.header .top-bar .primary-navigation>.menu_entry a:not(.read-more):hover{color:#b6a897}@media print,screen and (min-width:48em){header.header .top-bar .primary-navigation>.menu_entry a{font-size:1.125rem}header.header .top-bar .primary-navigation>.menu_entry>.menu{background-color:transparent;display:block;min-width:170px;opacity:0;padding-top:20px;position:absolute;top:35px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden;width:auto}header.header .top-bar .primary-navigation>.menu_entry>.menu:before{background-color:#246670;content:"";display:block;height:2px;left:1rem;position:absolute;top:7px;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;width:0}header.header .top-bar .primary-navigation>.menu_entry>.menu>li{display:block}header.header .top-bar .primary-navigation>.menu_entry>.menu>li:first-child{display:none}header.header .top-bar .primary-navigation>.menu_entry>.menu>li a{font-size:1rem;padding:.25rem 1rem}header.header .top-bar .primary-navigation>.menu_entry>.menu>li .menu{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;background-color:#fefefe;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;-webkit-justify-content:flex-start;justify-content:flex-start;left:100%;min-width:300px;opacity:0;padding-left:20px;position:absolute;top:20px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden;width:100%}header.header .top-bar .primary-navigation>.menu_entry>.menu>li .menu li{width:100%}header.header .top-bar .primary-navigation>.menu_entry>.menu>li .menu li:first-child{display:none}header.header .top-bar .primary-navigation>.menu_entry>.menu>li .menu:before{background-color:#246670;content:"";display:block;height:0;left:9px;position:absolute;top:6px;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;width:2px}header.header .top-bar .primary-navigation>.menu_entry>.menu>li .menu a{font-weight:400}header.header .top-bar .primary-navigation>.menu_entry>.menu>li.is-active>a{color:#b6a897}header.header .top-bar .primary-navigation>.menu_entry>.menu>li.is-active .menu{opacity:1;visibility:visible}header.header .top-bar .primary-navigation>.menu_entry.is-active>a{color:#b6a897}header.header .top-bar .primary-navigation>.menu_entry.is-active>.submenu{opacity:1;visibility:visible}}header.header .top-bar .primary-navigation>.menu_entry.is-active a.current-menu-item,header.header .top-bar .primary-navigation>.menu_entry.is-active a:active,header.header .top-bar .primary-navigation>.menu_entry.is-active a:focus,header.header .top-bar .primary-navigation>.menu_entry.is-active a:hover,header.header .top-bar .primary-navigation>.menu_entry.is-active span.current-menu-item,header.header .top-bar .primary-navigation>.menu_entry.is-active span:active,header.header .top-bar .primary-navigation>.menu_entry.is-active span:focus,header.header .top-bar .primary-navigation>.menu_entry.is-active span:hover{color:#b6a897}@media print,screen and (min-width:48em){header.header .top-bar .primary-navigation>.menu_entry.is-active a{font-size:1.125rem}header.header .top-bar .primary-navigation>.menu_entry.is-active>.menu{background-color:transparent;display:block;opacity:0;padding-top:20px;position:absolute;top:35px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden;width:auto}header.header .top-bar .primary-navigation>.menu_entry.is-active>.menu:before{background-color:#246670;content:"";display:block;height:2px;left:1rem;position:absolute;top:7px;width:-webkit-calc(50% - 16px);width:calc(50% - 16px)}header.header .top-bar .primary-navigation>.menu_entry.is-active>.menu>li{display:block}header.header .top-bar .primary-navigation>.menu_entry.is-active>.menu>li:first-child{display:none}header.header .top-bar .primary-navigation>.menu_entry.is-active>.menu>li a{font-size:1rem;padding:.25rem 1rem}header.header .top-bar .primary-navigation>.menu_entry.is-active>.menu>li.is-active .menu:before{height:-webkit-calc(100% - 12px);height:calc(100% - 12px)}header.header .top-bar .primary-navigation>.menu_entry.is-active>.menu>li.is-active>a{color:#b6a897}header.header .top-bar .primary-navigation>.menu_entry.is-active>.menu>li.is-active .menu{opacity:1;visibility:visible}header.header .top-bar .primary-navigation>.menu_entry.is-active>a{color:#b6a897}header.header .top-bar .primary-navigation>.menu_entry.is-active>.submenu{opacity:1;visibility:visible}}header.header .top-bar .primary-navigation .menu-search{padding:.65rem 3px .7rem 1rem}header.header .top-bar .primary-navigation .menu-search .fa-search{display:block}header.header .top-bar .primary-navigation .menu-search .fa-search svg{display:block;width:20px}header.header .top-bar .primary-navigation .menu-search .fa-search svg path{fill:#246670;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}header.header .top-bar .primary-navigation .menu-search .fa-search:hover svg path{fill:#b6a897}@media print,screen and (min-width:48em){header.header .top-bar .primary-navigation .menu-search{padding:0}}header.header .top-bar .primary-navigation--footer li{padding-bottom:.75rem}header.header .top-bar .primary-navigation--footer li a,header.header .top-bar .primary-navigation--footer li span{padding:0}header.header .top-bar .primary-navigation--some{padding-top:.75rem}header.header .top-bar .primary-navigation--some li{padding-right:.75rem}header.header .top-bar .primary-navigation--some li a{font-size:1.25rem;padding:0}header.header .top-bar .primary-navigation--some li a svg{fill:#246670;display:block;height:24px;width:24px}header.header .top-bar .button-container{-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-end;justify-content:flex-end;padding-right:2rem}header.header .top-bar .button-container .button{margin-bottom:0;text-align:center}@media screen and (min-width:80em){header.header .top-bar .button-container .button{width:100%}}@media print,screen and (max-width:79.99875em){header.header .top-bar .button-container .button{margin-top:1.25rem}}@media (max-width:1840px) and (min-width:1280px){header.header .top-bar .button-container .button .hide-checksammlung{display:none}}.menu [data-micromodal-trigger=finance-modal]{display:block;padding:.7rem 0;text-decoration:none}@media print,screen and (min-width:48em){.menu [data-micromodal-trigger=finance-modal]{padding:.7rem 1rem}}.drilldown .is-drilldown-submenu-parent>a:after{display:inline-block;height:auto;margin-left:1rem;position:relative;right:0;top:auto;width:auto}.js-drilldown-back :before{position:relative;top:-4px}.menu-login a{font-size:1.25rem!important}.menu-login a svg{fill:#246670;display:block;height:auto;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:20px}.menu-login a:hover svg{fill:#b6a897}.show-first-on-desktop+.menu li:first-child{display:block!important}@media print,screen and (max-width:63.99875em){.ct-mobilemenu-open header.header{height:100%;overflow:auto}}@media screen and (min-width:48em) and (max-width:94.375em){header.header .top-bar .primary-navigation>.menu_entry>span,header.header .top-bar .primary-navigation>.menu_entry a:not(.read-more){font-size:1rem}}@media screen and (min-width:48em) and (max-width:87.625em){header.header .top-bar .primary-navigation>.menu_entry>span,header.header .top-bar .primary-navigation>.menu_entry a:not(.read-more){padding:.7rem .6rem}header.header .top-bar .primary-navigation>.menu_entry.is-active>.menu>li a,header.header .top-bar .primary-navigation>.menu_entry>.menu>li a{padding:.25rem .6rem}.menu-language-switcher button,.menu-login a{padding:.7rem 1rem!important}header.header .top-bar .primary-navigation>.menu_entry.is-active>.menu:before,header.header .top-bar .primary-navigation>.menu_entry>.menu:before{left:.6rem}}.home-logo{display:none}.home .home-logo{display:inline;height:7.5rem}.home .small-logo{display:none}.home .title-bar{text-align:center}@media print,screen and (max-width:63.99875em){.home .home-logo{height:6rem;margin:20px 0}.home header.header .title-bar .menu-icon{bottom:4rem}}.header.header{-webkit-box-shadow:0 0 3px rgba(0,0,0,.16);box-shadow:0 0 3px rgba(0,0,0,.16);left:0;position:fixed;right:0;top:0;z-index:1000}.admin-bar .header.header{top:32px}@media screen and (max-width:782px){.admin-bar .header.header{top:46px}}.header.header .title-bar{background-color:#fefefe;position:relative}.header.header .title-bar .small-logo{width:2.8rem}.header.header .title-bar .menu-icon{bottom:1.1rem;height:1.5rem;position:absolute;right:.75rem;width:2rem}@media screen and (min-width:80em){.header.header .title-bar .menu-icon{bottom:.5rem}}.header.header .title-bar .menu-icon:after{background:#246670;-webkit-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 9px 0 #246670,0 18px 0 #246670;box-shadow:0 9px 0 #246670,0 18px 0 #246670;height:4px}.header.header .top-bar{background-color:#fefefe;padding:2.5rem 0 2.7rem}.header.header .top-bar .menu{background-color:#fefefe;text-align:right}.header.header .top-bar .menu a{padding-right:.35rem}@media print,screen and (min-width:48em){.header.header .top-bar .menu{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:transparent;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:left}.header.header .top-bar{display:block!important}}.header.header .logo-container{display:inline-block;margin-left:2rem}.header.header .logo-container img{height:93px;width:12.5rem}@media print,screen and (max-width:47.99875em){.header.header .logo-container{display:none!important}.header.header .top-bar{display:none;height:auto!important}}@media print,screen and (max-width:79.99875em){.header.header .top-bar{padding-bottom:1rem;padding-top:0}.header.header .top-bar .primary-navigation{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin-left:-14px;padding-top:1rem}.header.header .top-bar .button-container{padding-right:0;position:absolute;right:1rem;top:1rem}.header.header .logo-container{display:block;margin:1rem 0 0;width:100%;width:10rem}.header.header .logo-container img{width:10rem}}@media screen and (max-width:47.9375em){.header.header .top-bar .button-container{padding-right:0;position:relative;right:0;top:0}.header.header .top-bar .primary-navigation .search-open .fa.fa-search{padding:0}.header.header .top-bar .primary-navigation .menu-login,.header.header .top-bar .primary-navigation .menu-search{display:inline-block}.header.header .top-bar .primary-navigation .menu-search{margin-left:.5rem}}.fina-search__toggle{display:block}.fina-search__toggle svg{display:block;height:auto;position:relative;top:1px;width:18px}.fina-search__toggle svg path{fill:#246670;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.fina-search__toggle:hover svg path{fill:#b6a897}.fina-search__overlay{bottom:0;display:grid;grid-template-columns:400px 1fr;left:0;opacity:0;overflow:auto;position:fixed;right:0;top:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden;z-index:10000}.admin-bar .fina-search__overlay{top:32px}.fina-search__overlay.is-opened{opacity:1;visibility:visible}.fina-search__sidebar{background-color:#14535d;height:100%;overflow:auto;padding:24px}.fina-search__sidebar-footer,.fina-search__sidebar-header{-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end}.fina-search__sidebar-header{margin-bottom:16px}.fina-search__sidebar-footer{margin-top:16px}.fina-search__main{background-color:#fefefe;height:100%;overflow:auto;padding:32px 32px 32px 64px}.fina-search__main-header{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.fina-search__main-close,.fina-search__main-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.fina-search__main-close{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#246670;height:56px;-webkit-justify-content:center;justify-content:center;width:56px}.fina-search__main-close svg{display:block;height:auto;width:24px}.fina-search__main-close svg path{fill:#fefefe}.fina-search__main-content{display:block;width:100%}.fina-search__main-content>svg{display:block;height:auto;margin-left:auto;margin-right:auto;margin-top:64px;width:50px}.fina-search__main-content>.column,.fina-search__main-content>.columns{margin-bottom:24px}.fina-search__search-container{-webkit-box-flex:0;-webkit-flex:0 1 425px;-ms-flex:0 1 425px;flex:0 1 425px}.fina-search__search-input{background-color:#e6eeef;border:1px solid transparent;-webkit-box-shadow:none;box-shadow:none;color:#65969e;font-family:montserrat,Helvetica,Roboto,Arial,sans-serif;font-size:16px;height:56px;outline:none;padding:16px 16px 14px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.fina-search__search-input:focus{background-color:#e6eeef;border:1px solid #65969e}.fina-search__search-input::-webkit-input-placeholder{color:#65969e;opacity:1;text-transform:uppercase}.fina-search__search-input::-moz-placeholder{color:#65969e;opacity:1;text-transform:uppercase}.fina-search__search-input:-ms-input-placeholder{color:#65969e;opacity:1;text-transform:uppercase}.fina-search__search-input::-ms-input-placeholder{color:#65969e;opacity:1;text-transform:uppercase}.fina-search__search-input::placeholder{color:#65969e;opacity:1;text-transform:uppercase}.fina-search__filter{background-color:#246670;padding:24px}.fina-search__filter:not(:last-child){margin-bottom:4px}.fina-search__filter label{color:#fefefe;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fina-search__filter-label{display:block;font-family:montserrat,Helvetica,Roboto,Arial,sans-serif;font-size:22px;font-weight:700;line-height:26.4px;margin-bottom:24px;text-align:left}.fina-search__filter-inputs{display:grid;gap:0;grid-template-columns:repeat(3,1fr)}.fina-search__filter-checkbox{opacity:0;position:absolute;visibility:hidden}.fina-search__filter-checkbox-label{background:#28737e;border:1px solid #65969e;border-left:none;display:block!important;font-family:montserrat,Helvetica,Roboto,Arial,sans-serif;font-size:16px;font-weight:500;line-height:16px;margin:0!important;padding:17px 8px 15px;text-align:center;text-transform:uppercase;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fina-search__filter-checkbox-label:hover{background-color:#65969e}.fina-search__filter-checkbox-label svg path{fill:#fefefe;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.fina-search__filter-checkbox:checked+.fina-search__filter-checkbox-label{background:#fefefe;color:#246670}.fina-search__filter-checkbox:checked+.fina-search__filter-checkbox-label svg path{fill:#246670}.fina-search__filter-input:first-child .fina-search__filter-checkbox-label{border-left:1px solid #65969e}.fina-search__filter--icon .fina-search__filter-inputs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.fina-search__filter--icon .fina-search__filter-checkbox-label,.fina-search__filter--icon .fina-search__filter-inputs{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:8px}.fina-search__filter--icon .fina-search__filter-checkbox-label{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-border-radius:1000px;border-radius:1000px;display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-family:manuale,Helvetica,Roboto,Arial,sans-serif;padding:11px 16px 9px;text-transform:none}.fina-search__filter--icon .fina-search__filter-checkbox-label span{display:block}.fina-search__filter--icon .fina-search__filter-checkbox-label svg{display:block;height:auto;width:18px}.fina-search__result-count{color:#7f7f7f;margin-top:64px}.fina-search__reset-filter,.fina-search__reset-hide{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#fefefe;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:18px;font-weight:400;gap:6px}.fina-search__reset-filter i,.fina-search__reset-hide i{display:block;height:auto;position:relative;top:-2px;width:20px}.fina-search__reset-filter i svg,.fina-search__reset-hide i svg{display:block}.fina-search__reset-filter i svg path,.fina-search__reset-hide i svg path{fill:#fefefe}.fina-search__clickable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fina-search__mobile-control{display:none}.search-result{background-color:#e6eeef;border:1px solid transparent;margin-bottom:24px;position:relative;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out;width:-webkit-calc(50% - 12px);width:calc(50% - 12px)}.search-result .highlight{color:#b6a897}.search-result--type-video .search-result__header:after{border-bottom:20px solid transparent;border-left:30px solid #fefefe;border-top:20px solid transparent;height:0;margin-left:3px;width:0}.search-result--type-video .search-result__header:after,.search-result--type-video .search-result__header:before{content:"";left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}.search-result--type-video .search-result__header:before{border:4px solid #fefefe;-webkit-border-radius:100px;border-radius:100px;height:80px;width:80px}.search-result:hover{border:1px solid #246670}.search-result__header{height:auto;position:relative}.search-result__header:has(img){height:auto;min-height:236px;position:relative}.search-result__header:has(img) img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.search-result__icons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:20px;pointer-events:none;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:10}.search-result__icon{-webkit-border-radius:1000px;border-radius:1000px}.search-result__icon--type{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#14535d;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:56px;-webkit-justify-content:center;justify-content:center;width:56px}.search-result__icon--type svg{display:block;height:auto;width:30px}.search-result__icon--service{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#fefefe;color:#14535d;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:8px;padding:8px 16px}.search-result__icon--service span{font-family:manuale,Helvetica,Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:19.2px;text-align:center}.search-result__icon--service svg{display:block;height:auto;width:18px}.search-result__icon--service svg path{fill:#14535d!important}.search-result__content{padding:24px 24px 18px;position:relative}.search-result__excerpt,.search-result__title{color:#246670}.search-result__hide{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#7f7f7f;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;gap:8px;position:relative;z-index:10}.search-result__hide svg{display:block}.search-result__hide svg path{fill:#7f7f7f}.search-result__link{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:5}.search-toggle{-webkit-backface-visibility:hidden;backface-visibility:hidden;bottom:140px;color:#fefefe;cursor:pointer;display:block;height:112px;position:fixed;right:20px;text-align:center;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:100px}.page-template-template-contact .search-toggle{bottom:20px}.search-toggle:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.search-toggle>svg{bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.search-toggle__label{font-family:montserrat,Helvetica,Roboto,Arial,sans-serif;font-size:16px;font-weight:700;line-height:19.2px;text-align:center}.search-toggle__content{display:block;left:50%;margin-top:-2px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.search-toggle__content svg{height:auto;position:relative;top:-3px;width:30px}.search-cta{margin-bottom:128px;margin-top:64px}.search-cta .row{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.search-cta h2{font-size:36px;font-weight:700;line-height:43.2px;margin-bottom:8px;margin-top:0;text-align:left}.search-cta p{font-size:24px;font-weight:400;line-height:36px;margin-bottom:24px;text-align:left}.search-cta .button{margin-bottom:0}.search-cta .button.show-on-mobile{display:none}.search-cta__icons{-webkit-box-pack:center;-ms-flex-pack:center;display:grid;float:right;gap:10px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);-webkit-justify-content:center;justify-content:center;margin-top:32px;-webkit-transform:translateY(12.5%);-ms-transform:translateY(12.5%);transform:translateY(12.5%);width:80%}@media screen and (min-width:80em){.search-cta__icons{margin-top:0}}.search-cta__icon{height:auto;position:relative;width:100%}.search-cta__icon svg{cursor:pointer;display:block;height:auto;pointer-events:visible;width:100%}.search-cta__icon--age,.search-cta__icon--marital-status{-webkit-transform:translate(-webkit-calc(-50% - 5px),-25%);-ms-transform:translate(calc(-50% - 5px),-25%);transform:translate(calc(-50% - 5px),-25%)}.search-cta__slide{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-line-pack:center;-webkit-align-content:center;align-content:center;-webkit-align-items:center;align-items:center;color:#fefefe;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:16px;-webkit-justify-content:center;justify-content:center;left:50%;opacity:0;pointer-events:none;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;visibility:hidden}.search-cta__slide--active{opacity:1;visibility:visible}.search-cta__slide svg{height:56px;width:auto}.search-cta__slide span{font-family:montserrat,Helvetica,Roboto,Arial,sans-serif;font-size:28px;font-weight:700;line-height:33.6px;text-align:center}@media print,screen and (max-width:63.99875em){.search-cta h2{font-size:22px;font-weight:700;line-height:26.4px}.search-cta p{font-size:18px;font-weight:400;line-height:27px}.search-cta__slide{gap:8px}.search-cta__slide svg{height:30px}.search-cta__slide span{font-size:16px;font-weight:700;line-height:19.2px}}@media print,screen and (max-width:39.99875em){.search-cta .button{margin-bottom:0}.search-cta .button.show-on-mobile{display:block;margin:32px auto 0}.search-cta .button.hide-on-mobile{display:none}.search-cta h2,.search-cta p{text-align:center}.search-cta__icons{margin-top:-32px}.search-cta__slide{gap:8px}.search-cta__slide svg{height:30px}.search-cta__slide span{font-size:16px;font-weight:700;line-height:19.2px}}@media print,screen and (max-width:63.99875em){.fina-search__sidebar{bottom:0;height:auto;padding:20px 20px 72px;position:fixed;top:48px;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;z-index:20}.fina-search__sidebar.fina-search__sidebar--is-open{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.fina-search__sidebar.fina-search__sidebar--is-open+.fina-search__main{-webkit-filter:blur(5px);filter:blur(5px)}.fina-search__sidebar.fina-search__sidebar--is-open+.fina-search__main .fina-search__main-close{opacity:0!important}.fina-search__sidebar.fina-search__sidebar--is-open+.fina-search__main:after{opacity:1;visibility:visible}.fina-search__sidebar-header .fina-search__reset-filter{display:none}.admin-bar .fina-search__sidebar{top:136px}.fina-search__result-count{display:none!important}.fina-search__overlay{display:block}.fina-search__main{-webkit-filter:none;filter:none;padding:20px;-webkit-transition:-webkit-filter .2s ease-in-out;transition:-webkit-filter .2s ease-in-out;-o-transition:filter .2s ease-in-out;transition:filter .2s ease-in-out;transition:filter .2s ease-in-out,-webkit-filter .2s ease-in-out;width:100%}.fina-search__main:after{background-color:hsla(0,0%,4%,.2);bottom:0;content:"";height:100%;left:0;opacity:0;position:absolute;right:0;top:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden;width:100%;z-index:20}.fina-search__main-header{gap:24px}.fina-search__main-close{opacity:1;position:fixed;right:20px;top:20px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;z-index:30}.fina-search__filter{padding:20px}.fina-search__search-container{-webkit-box-flex:0;-webkit-flex:0 0 -webkit-calc(100% - 72px);-ms-flex:0 0 calc(100% - 72px);flex:0 0 calc(100% - 72px)}.fina-search__mobile-control{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end;bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:56px;left:0;opacity:0;position:fixed;right:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden;width:100%;z-index:15}.fina-search__overlay.is-opened .fina-search__mobile-control{opacity:1;visibility:visible}.fina-search__overlay.is-opened .fina-search__mobile-control--is-hidden{opacity:0;visibility:hidden}.fina-search__mobile-control-button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#fefefe;color:#246670;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px;height:100%;-webkit-justify-content:center;justify-content:center;padding:12px 4px 10px;text-align:center}.fina-search__mobile-control-open{-webkit-box-flex:0;background-color:#c3d1d3;color:#14535d;-webkit-flex:0 0 35%;-ms-flex:0 0 35%;flex:0 0 35%;font-family:manuale,Helvetica,Roboto,Arial,sans-serif;line-height:19.2px;text-transform:none}.fina-search__mobile-control-close{-webkit-box-flex:0;background-color:#246670;color:#fefefe;-webkit-flex:0 0 65%;-ms-flex:0 0 65%;flex:0 0 65%;font-family:montserrat,Helvetica,Roboto,Arial,sans-serif;text-transform:uppercase}.fina-search__mobile-control-close svg{margin-left:16px}.fina-search__mobile-control[data-mobile-control=sidebar]{z-index:25}.fina-search__mobile-control[data-mobile-control=sidebar] .fina-search__mobile-control-open{-webkit-box-flex:0;background-color:#437c85;color:#fefefe;-webkit-flex:0 0 35%;-ms-flex:0 0 35%;flex:0 0 35%;font-family:manuale,Helvetica,Roboto,Arial,sans-serif;line-height:19.2px;text-transform:none}.fina-search__mobile-control[data-mobile-control=sidebar] .fina-search__mobile-control-close{-webkit-box-flex:0;background-color:#e6eeef;color:#246670;-webkit-flex:0 0 65%;-ms-flex:0 0 65%;flex:0 0 65%;font-family:montserrat,Helvetica,Roboto,Arial,sans-serif;text-transform:uppercase}.search-result{border:none;margin-bottom:20px;width:100%}.search-result:hover{border:none}.search-result__content{padding:20px 20px 14px}.search-result__header:has(img){height:auto;min-height:200px}}@media screen and (max-width:100em){.search-result{width:100%}}@media print,screen and (max-width:39.99875em){.fina-search__filter-label{font-size:18px}.search-toggle{bottom:15px;right:140px}.page-template-template-contact .search-toggle{right:20px}.search-result__icon span{display:none}}.footer__actions{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.footer__actions-item{position:relative;text-align:center}.footer__actions-item svg{display:block;height:50px;margin:0 auto 25px;width:50px}.footer__actions-item svg path{fill:#246670}.footer__actions-title{font-size:16px;font-weight:700;line-height:20px;margin:0 0 8px}.footer__actions-main-title{margin-bottom:32px;margin-left:auto;margin-right:auto;max-width:840px;text-align:center}.footer__actions-text{font-size:16px;line-height:24px}.footer__actions-link{cursor:pointer;inset:0;position:absolute;z-index:2}@media screen and (max-width:47.9375em){.footer__actions .columns:not(:last-child){margin-bottom:30px}}.footer__logo{margin-bottom:8px;width:106px}.footer__address p{margin:8px 0 20px}.footer__address,.footer__address p,.footer__info,.footer__info p{font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.footer__title{font-family:Montserrat;font-size:14px;font-style:normal;font-weight:700;line-height:17px;margin-bottom:8px;margin-top:0}.footer__bottom .footer__language-item,.footer__bottom a{color:#fefefe;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.footer__bottom .footer__language-item:hover,.footer__bottom a:hover{color:#fefefe}.footer__bottom a.footer__language-item,.footer__bottom a:not(.menu-item):not(.footer__logo-link){-webkit-box-shadow:inset 0 -2px 0 0 #fefefe;box-shadow:inset 0 -2px 0 0 #fefefe;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.footer__bottom a.footer__language-item:active,.footer__bottom a.footer__language-item:focus,.footer__bottom a.footer__language-item:hover,.footer__bottom a:not(.menu-item):not(.footer__logo-link):active,.footer__bottom a:not(.menu-item):not(.footer__logo-link):focus,.footer__bottom a:not(.menu-item):not(.footer__logo-link):hover{color:#fefefe}.footer__bottom P:not(:last-child){margin-bottom:20px}.footer__links{-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-end;justify-content:flex-end;text-align:right}.footer__links .footer__title{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:-18px;text-align:right}.footer__language{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;list-style:none;margin:0 -10px;padding:0}.footer__language li{margin:0 10px}.footer .menu{margin:0 -10px}.footer .menu--some{margin-bottom:-2px;margin-top:8px}.footer .menu--some svg{fill:#fefefe;display:block;height:24px;width:24px}.footer .menu--footer{margin-top:auto}.footer .menu--footer .menu-item{font-family:Montserrat;font-size:14px;font-style:normal;font-weight:700;line-height:17px}.footer .menu-item{margin:0 10px;padding:0}.footer .menu i{font-size:20px}.footer__nounderline{-webkit-box-shadow:none!important;box-shadow:none!important;text-decoration:none}.footer__memberships-wrapper{background-color:#fefefe;padding:15px 0}.footer__memberships-wrapper h4{margin-bottom:0}.footer__memberships-row{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.footer__memberships__logo{height:45px;-o-object-fit:contain;object-fit:contain;width:auto}.footer__memberships ul{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}@media screen and (max-width:47.9375em){.footer__memberships-wrapper{padding:45px 0}.footer__memberships-wrapper h4{margin-bottom:30px;text-align:center}.footer__memberships .horizontal.menu{-webkit-box-pack:center;-ms-flex-pack:center;gap:20px;-webkit-justify-content:center;justify-content:center}.footer__memberships .horizontal.menu li{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center}}@media screen and (min-width:48em){.footer__memberships .horizontal.menu{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.footer__memberships .horizontal.menu li{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;width:auto}}@media screen and (max-width:47.9375em){.footer__address,.footer__info,.footer__links{display:block;text-align:center}.footer__address .footer__title,.footer__info .footer__title,.footer__links .footer__title{text-align:center}.footer__info,.footer__links{margin-top:30px}.footer .menu--some{margin-bottom:30px;margin-top:27px}.footer__language{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin-bottom:20px;margin-top:22px}}.testimonial-orbit-slide .row{width:100%}.swiper ul{list-style:none;margin:0;padding:0}.header-slider{height:37.5rem;overflow:hidden;position:relative;z-index:0}.header-slider .swiper-slide{height:37.5rem;overflow:hidden;width:100%}@media print,screen and (max-width:47.99875em){.header-slider .swiper-slide{height:15.625rem}}.header-slider .orbit-image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.header-slider .orbit-slide__overlay{background-color:#b6a897;bottom:0;left:0;opacity:.25;position:absolute;right:0;top:0}.header-slider .orbit-caption{background-color:transparent;bottom:auto;color:#fefefe;left:50%;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);z-index:10}@media print,screen and (min-width:40em){.header-slider .orbit-caption{width:80%}}@media print,screen and (min-width:48em){.header-slider .orbit-caption{width:50%}}.orbit-placeholder{background-color:#246670;height:12.5rem}@media print,screen and (min-width:40em){.orbit-placeholder{height:22.5rem}}@media print,screen and (min-width:48em){.orbit-placeholder{height:28.125rem}}.page-header-wrapper--slim .orbit-placeholder{height:6.25rem;overflow:hidden}@media print,screen and (min-width:40em){.page-header-wrapper--slim .orbit-placeholder{height:15.625rem}}.page-header-wrapper--slim .orbit-placeholder:after,.page-header-wrapper--slim .orbit-placeholder:before{background-image:url(../images/fina_logo_white_opacity.svg);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:200px;left:5%;position:absolute;top:20%;width:200px}.page-header-wrapper--slim .orbit-placeholder:after{display:none}@media print,screen and (min-width:40em){.page-header-wrapper--slim .orbit-placeholder:before{top:-25%}.page-header-wrapper--slim .orbit-placeholder:after{bottom:-10%;display:block;height:300px;left:auto;right:5%;top:auto;width:300px}}.orbit-placeholder img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.swiper-button-next{color:#fefefe;z-index:100}.header-slider .swiper-button-next{margin-right:.9375rem}@media print,screen and (min-width:48em){.header-slider .swiper-button-next{margin-right:2.8rem}}.swiper-button-prev{color:#fefefe;z-index:100}.header-slider .swiper-button-prev{margin-left:.9375rem}@media print,screen and (min-width:48em){.header-slider .swiper-button-prev{margin-left:2.8rem}}.button{font-family:montserrat,Helvetica,Roboto,Arial,sans-serif;font-size:1rem;padding:1.0625rem 1.25rem .9375rem;text-transform:uppercase}.button-white,.button-white:focus,.button-white:hover{background-color:#fefefe;color:#246670}.button-white:disabled,.button-white:hover:disabled{background-color:#fefefe;color:#246670;opacity:.75}.button-white-outlined,.button-white-outlined:focus,.button-white-outlined:hover{background-color:transparent;border-color:#fefefe;color:#fefefe}.button-white-outlined:focus,.button-white-outlined:hover{background-color:#fefefe;border-color:#fefefe;color:#246670}.button-white-outlined:disabled,.button-white-outlined:hover:disabled{background-color:transparent;color:#fefefe;opacity:.75}.button.load-more{background-color:transparent;border-bottom:1px solid #dcdcdc;border-top:1px solid #dcdcdc;color:#246670;width:100%}.button.load-more:not(:disabled):hover{background-color:#f0eeea}.button.load-more:disabled:hover{background-color:transparent;color:#246670}.button-primary:focus,.button-primary:hover{background-color:#fefefe;color:#246670}.button-reset,.button-reset:focus,.button-reset:hover{background-color:#246670;color:#fff!important}.btn-secondary{background-color:transparent;border:2px solid #246670;color:#246670;min-width:170px;padding-bottom:.8125rem;padding-top:.875rem}.btn-secondary:focus,.btn-secondary:hover{background-color:#246670}.comment-form .btn-secondary{padding:1rem 1.25rem .875rem}.btn-tertiary{background-color:#a86968;border:2px solid #a86968;color:#fff;min-width:170px;padding-bottom:.8125rem;padding-top:.875rem;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.btn-tertiary:focus,.btn-tertiary:hover{background-color:#246670;border-color:#246670}.comment-form .btn-tertiary{padding:1rem 1.25rem .875rem}.btn-with-icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.btn-with-icon i,.btn-with-icon svg{display:block;height:30px;margin-right:15px;width:30px}.btn-with-icon svg{color:#b6a897;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.btn-with-icon i{font-size:30px}.btn-with-icon i:before{color:#b6a897;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.btn-with-icon.btn-tertiary:not(:hover) i:before,.btn-with-icon.btn-tertiary:not(:hover) svg{color:#fefefe}.finance-button{background:#a86968;cursor:pointer;display:inline-block;height:100%;margin-bottom:1.25rem;margin-top:1.25rem;width:100%}@media (max-width:767px){.finance-button{height:auto}}.finance-button .finance-form{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-item-align:center;-webkit-align-self:center;align-self:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;height:0}.finance-button .finance-form button{-ms-flex-item-align:start;-webkit-align-self:flex-start;align-self:flex-start;margin-left:.625rem}.finance-button .finance-form input{margin-left:.625rem;margin-right:.625rem}.finance-button .finance-text{color:#fefefe;padding:.625rem;text-align:center}.finance-button .finance-text .title{font-family:montserrat,Helvetica,Roboto,Arial,sans-serif;font-size:1.125rem;font-weight:700;text-transform:uppercase}.finance-button .icon,.finance-button svg:not(.chevron){display:none}@media print,screen and (min-width:48em){.finance-button{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;height:5.625rem;-webkit-justify-content:flex-start;justify-content:flex-start;margin-bottom:0;margin-top:0;position:absolute;right:0;top:4.1rem;width:10rem;z-index:115}.finance-button:before{border-bottom:2.8125rem solid #a86968;top:-2.8rem}.finance-button:after,.finance-button:before{border-left:5rem solid transparent;border-right:5rem solid transparent;content:"";height:0;left:0;position:absolute;width:100%}.finance-button:after{border-top:2.8125rem solid #a86968;bottom:-2.8125rem;z-index:-1}.finance-button .finance-text{padding:0;width:10rem}.finance-button .icon,.finance-button svg:not(.chevron){display:inline;font-size:3.75rem;height:60px;left:3.125rem;position:absolute;top:-1rem;width:60px}.finance-button svg:not(.chevron){fill:#fefefe}.finance-button .title{line-height:22px;padding-top:3.4rem;text-align:center}}@media screen and (min-width:90em){.finance-button{right:-5rem}}.finance-button__extended{bottom:0;left:0;margin:0;padding:12px 10px 11px;position:relative;top:auto;width:100%}.finance-button__extended .finance-text{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:center;justify-content:center;width:100%}.finance-button__extended .finance-text .chevron{margin-left:20px}.finance-button__extended .finance-tooltip{display:none}@media print,screen and (min-width:48em){.finance-button__extended{bottom:auto;display:block;height:auto;left:auto;padding:12px 20px 11px;position:absolute;right:0;top:0;width:320px}.finance-button__extended:after,.finance-button__extended:before{content:none}.finance-button__extended svg:not(.chevron){height:60px;width:60px}.finance-button__extended .finance-text{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;padding-bottom:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.finance-button__extended .finance-text .icon,.finance-button__extended .finance-text svg:not(.chevron){display:block;left:0;position:relative;top:0}.finance-button__extended .finance-text .title{padding:0 0 0 20px;text-align:left}.finance-button__extended .finance-text .chevron{display:block;margin-left:auto;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.finance-button__extended .finance-tooltip{color:#fff;display:block;height:auto;max-height:0;overflow:hidden;padding-bottom:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.finance-button__extended:hover .finance-text{padding-bottom:10px}.finance-button__extended:hover .finance-text .chevron{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.finance-button__extended:hover .finance-tooltip{max-height:400px;padding-bottom:5px}}.login_confirmation{display:none}.route-button{font-weight:700;margin-bottom:20px;margin-top:-30px;width:100%}.route-desktop-button{margin-top:0}.finance-form .finance-submit,.finance-form input[type=submit].gform_button{min-width:134px}.finance-form .finance-submit,.finance-form .finance-submit:focus,.finance-form .finance-submit:hover,.finance-form input[type=submit].gform_button,.finance-form input[type=submit].gform_button:focus,.finance-form input[type=submit].gform_button:hover{background-color:#fefefe;color:#246670}.finance-form .finance-submit:disabled,.finance-form .finance-submit:hover:disabled,.finance-form input[type=submit].gform_button:disabled,.finance-form input[type=submit].gform_button:hover:disabled{background-color:#fefefe;color:#246670;opacity:.75}@-webkit-keyframes opacity{0%{opacity:1}to{opacity:0}}@keyframes opacity{0%{opacity:1}to{opacity:0}}.loading-dots{text-align:center}.loading-dots span:not(:last-child){margin-right:5px}.loading-dots span{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:opacity;animation-name:opacity}.loading-dots span:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s}.loading-dots span:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}.content-back-btn{font-weight:700;text-decoration:none!important}.content-back-btn i{display:inline-block;padding-right:5px;position:relative;top:2px}.dienstleistungen-list{display:block;list-style-type:none;margin:0;position:relative}.dienstleistungen-list .dienstleistung-li{position:relative}.dienstleistungen-list .dienstleistung-li a{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.dienstleistungen-list .dienstleistung-li:hover .dienstleistung-tooltip{opacity:1;-webkit-transform:translate(-50%,-10px);-ms-transform:translate(-50%,-10px);transform:translate(-50%,-10px);visibility:visible}.overflow-container{overflow:hidden}.dienstleistung-tooltip{background-color:#b6a897;bottom:100%;display:none;left:50%;max-width:220px;min-width:200px;opacity:0;padding:14px;pointer-events:none;position:absolute;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;visibility:hidden;z-index:10}.dienstleistung-tooltip p{color:#fefefe;line-height:1.2;margin-bottom:0;text-align:center}.dienstleistungen-home{background-color:#246670;color:#fefefe;padding-top:0;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:0}.dienstleistungen-home:before{background-color:#b6a897;height:13.75rem;-webkit-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg);z-index:-2}.dienstleistungen-home:after,.dienstleistungen-home:before{content:"";left:-3.75rem;position:absolute;right:-3.75rem;top:-6.875rem}.dienstleistungen-home:after{background-color:#246670;height:25rem;-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg);z-index:-1}.dienstleistungen-home h1{position:relative;text-transform:uppercase;top:-3.125rem}.dienstleistungen-home .dienstleistungen-list{top:-1.25rem}.dienstleistungen-home .dienstleistung-li{display:inline-block;margin:0 1rem;-webkit-transition:color .2s ease-in-out;-o-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.dienstleistungen-home .dienstleistung-li:active,.dienstleistungen-home .dienstleistung-li:active .dienstleistung-icon:before,.dienstleistungen-home .dienstleistung-li:focus,.dienstleistungen-home .dienstleistung-li:focus .dienstleistung-icon:before,.dienstleistungen-home .dienstleistung-li:hover,.dienstleistungen-home .dienstleistung-li:hover .dienstleistung-icon:before{color:#b6a897}@media print,screen and (min-width:48em){.dienstleistungen-home .dienstleistung-tooltip{display:block}}.dienstleistungen-home .dienstleistung-icon{font-size:3.75rem}.dienstleistungen-home .dienstleistung-icon:before{-webkit-transition:color .2s ease-in-out;-o-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.dienstleistungen-home .dienstleistung-title{text-rendering:optimizeLegibility;color:inherit;font-family:montserrat,Helvetica,Roboto,Arial,sans-serif;font-size:1.1875rem;font-style:normal;font-weight:700;line-height:1.4;margin-bottom:.5rem;margin-top:0}@media print,screen and (min-width:48em){.dienstleistungen-home .dienstleistung-title{font-size:1.375rem}}.dienstleistungen-home .dienstleistung-teaser{display:none}@media print,screen and (max-width:63.99875em){.dienstleistungen-home li.dienstleistung-li{margin-bottom:.75rem;width:28%}}.dienstleistungen-row,.dienstleistungen-widget{bottom:0;position:fixed;top:0}.dienstleistungen-row .dienstleistung-li,.dienstleistungen-widget .dienstleistung-li{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:1rem .75rem}.dienstleistungen-row .dienstleistung-li:after,.dienstleistungen-row .dienstleistung-li:first-child:before,.dienstleistungen-widget .dienstleistung-li:after,.dienstleistungen-widget .dienstleistung-li:first-child:before{background-color:#246670;content:"";height:1px;left:0;opacity:.2;position:absolute;top:0;width:100%}.dienstleistungen-row .dienstleistung-li:after,.dienstleistungen-widget .dienstleistung-li:after{bottom:0;top:auto}.dienstleistungen-row .dienstleistung-li:hover,.dienstleistungen-widget .dienstleistung-li:hover{background-color:#246670}.dienstleistungen-row .dienstleistung-li:hover .dienstleistung-icon:before,.dienstleistungen-row .dienstleistung-li:hover .dienstleistung-text,.dienstleistungen-widget .dienstleistung-li:hover .dienstleistung-icon:before,.dienstleistungen-widget .dienstleistung-li:hover .dienstleistung-text{color:#fefefe}.dienstleistungen-row .dienstleistung-icon,.dienstleistungen-widget .dienstleistung-icon{font-size:2.6rem}.dienstleistungen-row .dienstleistung-icon:before,.dienstleistungen-widget .dienstleistung-icon:before{color:#246670;-webkit-transition:color .2s ease-in-out;-o-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.dienstleistungen-row .dienstleistung-text,.dienstleistungen-widget .dienstleistung-text{color:#fefefe;display:inline-block;margin-left:1.5rem;width:18rem}.dienstleistungen-row .dienstleistung-teaser,.dienstleistungen-row .dienstleistung-title,.dienstleistungen-widget .dienstleistung-teaser,.dienstleistungen-widget .dienstleistung-title{font-size:.875rem;line-height:1rem;margin-bottom:0;width:100%}.dienstleistungen-widget{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;opacity:1;right:-19.375rem;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:visible;z-index:130}@media (min-width:1280px) and (max-height:940px){.dienstleistungen-widget{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}.search-active .dienstleistungen-widget{opacity:0;visibility:hidden}.dienstleistungen-widget .dienstleistung-li{max-height:70px;-webkit-transition:background-color .2s ease-in-out,max-height .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:background-color .2s ease-in-out,max-height .3s ease-in-out,-webkit-transform .3s ease-in-out;-o-transition:transform .3s ease-in-out,background-color .2s ease-in-out,max-height .3s ease-in-out;transition:transform .3s ease-in-out,background-color .2s ease-in-out,max-height .3s ease-in-out;transition:transform .3s ease-in-out,background-color .2s ease-in-out,max-height .3s ease-in-out,-webkit-transform .3s ease-in-out}.dienstleistungen-widget .dienstleistung-li:hover{max-height:150px;-webkit-transform:translateX(-82%);-ms-transform:translateX(-82%);transform:translateX(-82%)}@media print,screen and (min-width:48em){.dienstleistungen-row .dienstleistung-tooltip{display:block}}@media (min-width:1280px) and (max-height:940px){.content-wrapper{overflow-x:hidden}}.page-template-template-pagebuilder .dienstleistungen-widget{-webkit-transform:translateX(70px);-ms-transform:translateX(70px);transform:translateX(70px);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.page-template-template-pagebuilder .dienstleistungen-widget.slide-in{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.dienstleistungen-row{margin-top:3.75rem;padding-top:3.75rem;position:relative}.dienstleistungen-row:before{background-color:#246670;content:"";height:1px;left:0;opacity:.2;position:absolute;top:0;width:100%}.dienstleistungen-row .dienstleistungen-title{margin-bottom:1.4rem}@media screen and (min-width:80em){.dienstleistungen-row .dienstleistungen-title{font-size:2.25rem}}.dienstleistungen-row .dienstleistung-li{-webkit-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.dienstleistungen-row .dienstleistung-text{color:#246670;-webkit-transition:color .2s ease-in-out;-o-transition:color .2s ease-in-out;transition:color .2s ease-in-out;width:100%}.dienstleistungen-row .dienstleistung-teaser{font-weight:400}body:not(.home) .page-header-wrapper.no-slide img,body:not(.home) .page-header-wrapper .swiper,body:not(.home) .page-header-wrapper .swiper .swiper-slide{height:12.5rem}@media print,screen and (min-width:40em){body:not(.home) .page-header-wrapper{margin-bottom:1.5625rem}body:not(.home) .page-header-wrapper.no-slide img,body:not(.home) .page-header-wrapper .swiper,body:not(.home) .page-header-wrapper .swiper .swiper-slide{height:22.5rem}}@media print,screen and (min-width:48em){body:not(.home) .page-header-wrapper{margin-bottom:1.5625rem}body:not(.home) .page-header-wrapper.no-slide img,body:not(.home) .page-header-wrapper .swiper,body:not(.home) .page-header-wrapper .swiper .swiper-slide{height:28.125rem}}.page-header-wrapper{position:relative}.page-header-wrapper--videobeitrag .plyr__control.plyr__control--overlaid[data-plyr=play]:after{font-size:9rem;font-weight:400;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.page-header-wrapper .orbit-image{-o-object-fit:cover;object-fit:cover}.page-header-wrapper .swiper{height:12.5rem}@media print,screen and (min-width:40em){.page-header-wrapper .swiper{height:25rem}}@media print,screen and (min-width:48em){.page-header-wrapper .swiper{height:37.5rem}}.page-header-wrapper .swiper .button{margin-bottom:0}.page-header-wrapper .swiper .orbit-caption>p,.page-header-wrapper .swiper .orbit-caption h3{display:none}@media print,screen and (min-width:40em){.page-header-wrapper .swiper .orbit-caption>p,.page-header-wrapper .swiper .orbit-caption h3{display:block}}.page-header-wrapper.one-slide .swiper{height:5.9375rem}@media print,screen and (min-width:40em){.page-header-wrapper.one-slide .swiper{height:12.5rem}}@media print,screen and (min-width:48em){.page-header-wrapper.one-slide .swiper{height:18.75rem}}.page-header-wrapper.one-slide .swiper-button-next,.page-header-wrapper.one-slide .swiper-button-prev{display:none}.page-header-wrapper .dienstleistungen-home{height:3.4375rem}.page-header-wrapper .dienstleistungen-home h1{top:0}.page-header-wrapper .dienstleistungen-home:after,.page-header-wrapper .dienstleistungen-home:before{height:10rem;top:-1.875rem}@media print,screen and (min-width:40em){.page-header-wrapper .dienstleistungen-home h1{top:-3.125rem}.page-header-wrapper .dienstleistungen-home:after,.page-header-wrapper .dienstleistungen-home:before{height:13.75rem;top:-6.875rem}}@media print,screen and (min-width:48em){.page-header-wrapper .dienstleistungen-home{height:auto}.page-header-wrapper .dienstleistungen-home:after,.page-header-wrapper .dienstleistungen-home:before{height:25rem}}@media print,screen and (max-width:63.99875em){.page-header-wrapper .dienstleistungen-home:after,.page-header-wrapper .dienstleistungen-home:before{height:30rem}}.page-header-wrapper .page-header{position:relative;top:-20px;width:100%;z-index:0}.page-header-wrapper .page-header i{font-size:60px}.page-header-wrapper .page-header i:before{color:#246670}.page-header-wrapper .page-header .title{background-color:#fefefe;line-height:1;text-transform:uppercase}.page-header-wrapper .page-header:after,.page-header-wrapper .page-header:before{background-color:#fefefe;content:"";height:100%;position:absolute;top:5px;width:4.6875rem;z-index:-1}.page-header-wrapper .page-header:before{left:-webkit-calc(50% - 21px);left:calc(50% - 21px);-webkit-transform:rotate(25deg);-ms-transform:rotate(25deg);transform:rotate(25deg)}.page-header-wrapper .page-header:after{right:-webkit-calc(50% - 21px);right:calc(50% - 21px);-webkit-transform:rotate(-25deg);-ms-transform:rotate(-25deg);transform:rotate(-25deg)}@media print,screen and (min-width:48em){.page-header-wrapper .page-header.with-orbit{top:-50px}.page-header-wrapper .page-header:after,.page-header-wrapper .page-header:before{top:10px;width:175px}.page-header-wrapper .page-header:before{left:-webkit-calc(50% - 30px);left:calc(50% - 30px)}.page-header-wrapper .page-header:after{right:-webkit-calc(50% - 30px);right:calc(50% - 30px)}}.single-cubetech_member .page-header-wrapper .orbit-image,.single-cubetech_member .page-header-wrapper .orbit-placeholder,.single-cubetech_member .page-header-wrapper .swiper{height:9.375rem!important}@media print,screen and (min-width:40em){.single-cubetech_member .page-header-wrapper .orbit-image,.single-cubetech_member .page-header-wrapper .orbit-placeholder,.single-cubetech_member .page-header-wrapper .swiper{height:12.5rem!important}}@media print,screen and (min-width:48em){.single-cubetech_member .page-header-wrapper .orbit-image,.single-cubetech_member .page-header-wrapper .orbit-placeholder,.single-cubetech_member .page-header-wrapper .swiper{height:16.875rem!important}}.finance-button-container{position:relative}.mapbox-container{height:18.75rem;margin:0 0 2rem}.mapbox-container .mapboxgl-map{height:100%;width:100%;z-index:0}.mapbox-container .mapboxgl-map .mapboxgl-ctrl-attrib-inner{display:none}.mapbox-container .mapboxgl-map .marker{background-image:url(../images/map_icon.svg);background-repeat:no-repeat;background-size:contain;cursor:pointer;height:80px;width:50px}.mapbox-container .mapboxgl-map .mapboxgl-popup{max-width:250px}.mapbox-container .mapboxgl-map .mapboxgl-popup-content{-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:0 0 6px rgba(0,0,0,.16);box-shadow:0 0 6px rgba(0,0,0,.16);padding:16px;text-align:left}.mapbox-container .mapboxgl-map .mapboxgl-user-location-dot,.mapbox-container .mapboxgl-map .mapboxgl-user-location-dot:before{background-color:#246670}.mapbox-container .mapboxgl-map .mapboxgl-popup-close-button{background-color:transparent!important;color:#246670;font-size:2rem;padding:0 5px 2px}.mapbox-container .mapboxgl-map a,.mapbox-container .mapboxgl-map h3,.mapbox-container .mapboxgl-map p{font-size:1rem;line-height:1.25rem;margin-bottom:0}.mapbox-container .mapboxgl-map .button{margin-bottom:0;margin-top:10px}@media print,screen and (min-width:48em){.mapbox-container{height:37.5rem}}.contact-locations__single{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:30px}.contact-locations__single p:last-of-type{margin-bottom:30px}.contact-locations__single .button:first-of-type{margin-top:auto}.contact-locations__single .button:last-child{margin-bottom:0}.gform_wrapper{margin-bottom:3.125rem}.gform_wrapper .gform_title{font-size:2.5rem;text-align:center}.gform_wrapper ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;list-style:none;margin:0}.gform_wrapper .gfield_label,.gform_wrapper .ginput_complex label{color:#246670;font-size:.875rem}.gform_wrapper .ginput_container input,.gform_wrapper .ginput_container select,.gform_wrapper .ginput_container textarea{border:1px solid rgba(36,102,112,.2);-webkit-box-shadow:none;box-shadow:none;color:#246670;margin-bottom:0}.gform_wrapper .ginput_container input[aria-invalid=true],.gform_wrapper .ginput_container select[aria-invalid=true],.gform_wrapper .ginput_container textarea[aria-invalid=true]{border-color:#cc4b37}.gform_wrapper .ginput_container_fileupload .gform_drop_area{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23246670FF' stroke-width='4' stroke-dasharray='6, 14' stroke-linecap='square'/%3E%3C/svg%3E");margin-bottom:10px;margin-top:10px;padding:40px 30px;text-align:center}.gform_wrapper .ginput_container_fileupload .gform_drop_area .gform_drop_instructions{display:block}.gform_wrapper .gform_submission_error{font-size:18px}.gform_wrapper .gfield{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.gform_wrapper .gfield:not(.gform_hidden){margin-bottom:1.25rem}.gform_wrapper .gfield.gfield_visibility_hidden{display:none}.gform_wrapper .gfield_description{font-size:.875rem}.gform_wrapper .hidden_label label{display:none!important}.gform_wrapper .ginput_recaptcha{margin-bottom:20px}.gform_wrapper .gfield--type-honeypot{display:none!important;margin:0!important}.gform_wrapper .half_left,.gform_wrapper .half_right{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;padding:0}.gform_wrapper .half_left>.gfield_label,.gform_wrapper .half_left>.ginput_container{padding-right:.46875rem}.gform_wrapper .half_right>.gfield_label,.gform_wrapper .half_right>.ginput_container{padding-left:.46875rem}.gform_wrapper .gform_ajax_spinner{margin-left:1rem;position:relative;top:-8px}.gform_wrapper .gfield.gf_readonly .ginput_container input:active,.gform_wrapper .gfield.gf_readonly .ginput_container input:focus{background-color:#f0eeea}.gform_heading .gform_required_legend{display:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ginput_container_fileupload .gform_drop_area{padding:1rem 0 0}.ginput_container_fileupload .gform_drop_area .gform_button_select_files{border:none;color:#fff;margin:.5rem 0;padding:1rem}.gsurvey-rating-wrapper{float:left;padding-bottom:10px;padding-top:10px;width:100%}.gsurvey-rating-wrapper+.gfield_description{float:left}.ui-datepicker{background:#fff;border:none;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:0 0 6px rgba(0,0,0,.16);box-shadow:0 0 6px rgba(0,0,0,.16);display:none;padding:20px;-webkit-transform:translateY(-34px);-ms-transform:translateY(-34px);transform:translateY(-34px);width:300px}.ui-datepicker .ui-datepicker-calendar{padding-top:0}.ui-datepicker .ui-datepicker-header{float:left;padding-bottom:20px;width:100%}.ui-datepicker .ui-icon{color:transparent;cursor:pointer;font-size:0}.ui-datepicker .ui-icon:before{color:#246670;font:normal normal normal 14px/1 FontAwesome;font-size:18px;font-style:normal;font-weight:900}.ui-datepicker .ui-datepicker-prev{float:left;position:relative;top:2px;width:10%}.ui-datepicker .ui-datepicker-prev .ui-icon:before{content:"\f060"}.ui-datepicker .ui-datepicker-prev.ui-state-disabled{display:none}.ui-datepicker .ui-datepicker-next{float:right;position:relative;top:5px;width:10%}.ui-datepicker .ui-datepicker-next .ui-icon:before{content:"\f061";float:right}.ui-datepicker .ui-datepicker-next.ui-state-disabled{display:none}.ui-datepicker .ui-datepicker-title select{background-position:100%;border:none;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;display:inline-block;margin:0 5%;padding:0;position:relative;text-align:center;top:-5px;width:30%}.ui-datepicker .ui-datepicker-today{background-color:#b6a897;-webkit-border-radius:0;border-radius:0}.ui-datepicker .ui-datepicker-today a{color:#fff}.ui-datepicker .ui-datepicker-current-day{background-color:#246670;-webkit-border-radius:0;border-radius:0}.ui-datepicker .ui-datepicker-current-day a{color:#fff}.ui-datepicker table{width:100%}.ui-datepicker table thead span{text-transform:uppercase}.ui-datepicker table td,.ui-datepicker table th{text-align:center}.ui-datepicker table td a{display:block;padding:5px}.reveal form input,.reveal form input :focus,.reveal form textarea,.reveal form textarea:focus{border:none;-webkit-box-shadow:none;box-shadow:none;font-family:montserrat,Helvetica,Roboto,Arial,sans-serif;height:auto;padding:.875rem 1rem .75rem}.reveal form .finance-submit{padding:1.0625rem 1.25rem .9375rem}.comment-form [type=color],.comment-form [type=date],.comment-form [type=datetime-local],.comment-form [type=datetime],.comment-form [type=email],.comment-form [type=month],.comment-form [type=number],.comment-form [type=password],.comment-form [type=search],.comment-form [type=tel],.comment-form [type=text],.comment-form [type=time],.comment-form [type=url],.comment-form [type=week],.comment-form textarea{margin-bottom:0}.comment-form .form-row{margin-bottom:1rem}.news-entry{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:3.125rem 0;position:relative}@media print,screen and (max-width:63.99875em){.news-entry time{display:block;margin-top:1rem}}.news-entry .row{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.news-entry:not(:first-child){border-top:1px solid #dcdcdc}.news-entry .news-link{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.news-entry .news-thumbnail-wrapper{height:auto;position:relative;width:100%}.news-entry .news-thumbnail-wrapper--play{height:auto;overflow:hidden;position:relative}.news-entry .news-thumbnail-wrapper--play:after{border-bottom:10px solid transparent;border-left:15px solid #fefefe;border-top:10px solid transparent;content:"";height:0;left:50%;margin-left:3px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:0;z-index:2}.news-entry .news-thumbnail-wrapper--play:before{border:4px solid #fefefe;content:"";height:40px;width:40px}.news-entry .news-thumbnail-wrapper--play .play-button,.news-entry .news-thumbnail-wrapper--play:before{-webkit-border-radius:100px;border-radius:100px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.news-entry .news-thumbnail-wrapper--play .play-button{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background:#246670;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:50px;-webkit-justify-content:center;justify-content:center;width:50px;z-index:3}.news-entry .news-thumbnail-wrapper--play .play-button svg{fill:#fff;height:30px;width:30px}.news-entry .news-thumbnail-wrapper img{width:100%}.news-entry>.row:has(>.news-thumbnail-wrapper--play){-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.news-entry .news-content .entry-title{line-height:1.6}.news-entry .news-content p{margin-bottom:0}.news-entry .news-content time{font-family:montserrat,Helvetica,Roboto,Arial,sans-serif;text-transform:uppercase}.news-entry .entry-tags,.news-entry .entry-tags a,.news-entry .entry-tags span{color:#313131;font-style:italic;margin-top:1.875rem;position:relative;z-index:10}.news-entry .entry-tags a span,.news-entry .entry-tags span,.news-entry .entry-tags span span{cursor:pointer}.ajax-search-wrapper{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border-bottom:1px solid #dcdcdc;border-top:1px solid #dcdcdc;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-bottom:.625rem;padding-top:.625rem}.ajax-search-wrapper input[type=search]{border:none;-webkit-box-shadow:none;box-shadow:none;color:#dcdcdc;font-family:Montserrat;font-size:2rem;font-weight:700;margin:0;padding:0 0 0 1.25rem}.ajax-search-wrapper .icon-search:before{color:#dcdcdc;font-size:2.5rem;font-weight:700;line-height:.5}.article-news-posts{margin-top:3rem}.article-news-posts .news-entry{border-top:1px solid #dcdcdc}.single-author{margin:2rem 0}.news-keywords__sticky{position:-webkit-sticky;position:sticky;top:220px}.news-keywords h3{margin-bottom:15px}.news-keywords h3:not(:first-child){margin-top:30px}.news-keywords [data-rating]{cursor:pointer;width:30px}.news-keywords [data-rating] svg path{fill:transparent;stroke:#246670;stroke-width:1px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.news-keywords [data-rating].is-active svg path,.news-keywords [data-rating].is-hovered svg path,.news-keywords [data-rating]:hover svg path{fill:#246670}.single-post-meta{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:30px}.single-post-meta.align-top{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.single-post-meta.align-top .single-author{margin-top:0}.single-post-meta .single-author{-webkit-box-flex:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:0 0 320px;-ms-flex:0 0 320px;flex:0 0 320px;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;justify-content:space-between}.single-post-meta .single-author>a{display:inline-block}.single-post-meta .single-author>a,.single-post-meta .single-author img{-webkit-box-flex:0;-webkit-flex:0 0 64px;-ms-flex:0 0 64px;flex:0 0 64px;width:64px}.single-post-meta .single-author img{border:1px solid #246670;-webkit-border-radius:100px;border-radius:100px;display:block;height:64px;margin-right:20px;-o-object-fit:contain;object-fit:contain}.single-post-meta .single-author__text{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0;padding-left:20px}.single-post-meta .single-author__text,.single-post-meta .single-author__text .reading-time{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.single-post-meta .single-author__text .reading-time{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:0;-webkit-align-items:center;align-items:center;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-start;justify-content:flex-start}.single-post-meta .single-author__text .reading-time svg{fill:#246670;height:18px;margin-right:7px;position:relative;top:-1px;width:18px}.single-post-meta .social-links ul{margin-bottom:0}.single-post-meta .social-links h4{margin-bottom:7px}.single-post-meta .social-links h4:not(:first-child){margin-top:20px}.post__rating{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:5px}.post__rating-star{width:30px}.post__rating-star svg path{fill:transparent;stroke:#246670;stroke-width:1px}.post__rating-star.is-filled svg path{fill:#246670;stroke:#246670;stroke-width:1px}.post__levels{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:14px;margin-bottom:0;margin-top:10px}.post__level{color:#b6a897}.post__level.is-current{color:#246670;font-size:22px;font-weight:700}.news-entry__book{margin-top:20px}.news-entry__book .post__level{font-size:16px}.news-entry__book .post__level.is-current{font-size:18px}.news-entry__book+.entry-tags{margin-top:20px}.post__content iframe{width:100%}.pixl-videoplayer{height:0;margin-bottom:10px;padding-bottom:56.25%;width:100%}.video-row:not(:first-child){margin-top:30px}.video-row+.plyr,.video-row+.video-row{margin-top:0}.plyr{margin-bottom:10px;opacity:0;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.video-row .plyr{margin-bottom:30px}.video-row .plyr:has(~.video-text){margin-bottom:.5rem}.video-row .plyr:has(~.video-text)~.video-text{margin-bottom:30px}.plyr--initialized{opacity:1}.plyr__poster{background-color:#b6a897}.plyr iframe{margin:0!important;min-height:1px!important}.plyr input[type=range]{color:#246670!important}.plyr .plyr__control:focus-visible,.plyr .plyr__control:hover,.plyr .plyr__control[aria-expanded=true]{background-color:#246670}.plyr__control.plyr__control--overlaid[data-plyr=play]{background-color:transparent}.plyr__control.plyr__control--overlaid[data-plyr=play] svg{display:none}.plyr__control.plyr__control--overlaid[data-plyr=play]:hover{color:#246670;cursor:pointer}.plyr__control.plyr__control--overlaid[data-plyr=play]:hover:after{color:#246670}.plyr__control.plyr__control--overlaid[data-plyr=play]:after{color:#fff;content:"\e920";font-family:icomoon;font-size:4rem;font-weight:700;left:-webkit-calc(50% - 2rem);left:calc(50% - 2rem);position:absolute;top:-webkit-calc(50% - 3rem);top:calc(50% - 3rem);-webkit-transition:color .2s ease-in-out;-o-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.vorteile-wrapper{background-color:#246670;color:#fefefe;margin:1rem 0 2rem;padding:1rem .8rem}.downloads-list,.vorteile-list{font-size:1.125rem;list-style-type:none;margin-bottom:0}.vorteile-list .item:before{content:"\2013";margin-left:-1.25rem;position:absolute}.downloads-list{margin-bottom:1.5rem}.downloads-list .item{position:relative}.downloads-list .item a,.downloads-list .item span{cursor:pointer;padding-left:.75rem;text-decoration:underline}.downloads-list .item:before{background-image:url(../images/check_icon.png);background-repeat:no-repeat;background-size:contain;content:"";height:1.25rem;left:0;margin-left:-1.25rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:1.25rem}@media print,screen and (max-width:63.99875em){.downloads-list{margin-bottom:0;margin-top:2rem}}.sticky-news .news-thumb.hexagon{position:absolute}.sticky-news .news-thumb.hexagon img{background-size:contain;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.no-object-fit .hexagon img,.no-objectfit .hexagon img{height:auto!important}.testimonials{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='400' xml:space='preserve'%3E%3Cpath fill='%23669692' d='M0 0h1920v400H0z'/%3E%3Cpath opacity='.2' fill='%23FFF' d='M326-89.8V85.7l152 87.9 152-87.9V-89.8l-152-87.8-152 87.8zM612.4 75.5l-.5.3-134 77.4-134.3-77.7V-79.7l.4-.3 134-77.4 134.4 77.6V75.5z'/%3E%3Cpath opacity='.2' fill='%23FFF' d='M472.9-5v-105.7l-58.7 33.9 16.2 9.3L454-81.2l1.4-.8v66.8l-.4.3-56.1 32.4-1.4.8v-28.8l-16.2-9.3v67.7L472.9-5zm5.6 29.3 56 32.4 1.4.8-1.4.8-23.6 13.6v18.6l58.7-33.9L478 3.8l-91.5 52.8 58.6 33.9V71.8l-23.6-13.6-1.4-.8 1.4-.8 56.1-32.4.4-.2.5.3zm96.1-44.2-16.1 9.3v28.8l-1.4-.8L501-15l-.4-.3V-82l1.4.8 23.6 13.6 16.2-9.3-58.7-33.9V-5l91.5 52.9v-67.8z'/%3E%3Cpath opacity='.2' fill='%23FFF' d='M478-146.7 356.9-76.8l89.2 51.4v-22.4l-50.3-29.1 82.2-47.4 82.2 47.4-50.3 29.1v22.4l89.3-51.4L478-146.7zm125.2 77.1L514.1-18l19.4 11.2 50.3-29.1V59l-82.2 47.4V48.3l-19.4-11.2-.1 103 121.1-69.9V-69.6zM473.8 140.1l-.1-103-19.4 11.2v58.1L372.2 59v-94.9l50.3 29.1L441.9-18l-89.1-51.6V70.2l121 69.9zM1310 354v117.2l101.5 58.7 101.5-58.7V354l-101.5-58.6L1310 354zm191.3 110.4-.3.2-89.5 51.7-89.8-51.8V360.8l.3-.2 89.5-51.7 89.8 51.8v103.7z'/%3E%3Cpath opacity='.2' fill='%23FFF' d='M1408.1 410.6V340l-39.2 22.6 10.8 6.2 15.8-9.1.9-.5v44.6l-.3.2-37.4 21.6-.9.5v-19.2l-10.8-6.2v45.2l61.1-35.3zm3.7 19.6 37.4 21.6.9.5-.9.5-15.8 9.1v12.4l39.2-22.6-61.1-35.3-61.1 35.3 39.1 22.6V462l-15.8-9.1-.9-.5.9-.5 37.4-21.6.3-.2c.1-.1.4.1.4.1zm64.2-29.5-10.8 6.2v19.2l-.9-.5-37.4-21.6-.3-.2v-44.6l.9.5 15.8 9.1 10.8-6.2-39.2-22.6v70.6l61.1 35.3v-45.2z'/%3E%3Cpath opacity='.2' fill='%23FFF' d='m1411.5 316.1-80.8 46.7 59.6 34.3v-14.9l-33.6-19.4 54.9-31.7 54.9 31.7-33.6 19.4V397l59.6-34.3-81-46.6zm83.6 51.4-59.5 34.4 12.9 7.5 33.6-19.4v63.4l-54.9 31.7v-38.8l-12.9-7.5v68.8l80.8-46.7v-93.4zm-86.4 140.1-.1-68.8-12.9 7.5v38.8l-54.9-31.7V390l33.6 19.4 12.9-7.5-59.5-34.4v93.3c.1.1 80.9 46.8 80.9 46.8z'/%3E%3C/svg%3E");background-position:50%;background-size:cover}.testimonials .swiper-slide-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;height:416px;-webkit-justify-content:flex-end;justify-content:flex-end;padding:2rem}@media print,screen and (max-width:63.99875em){.testimonials .swiper-slide-content{height:auto}}.testimonials .button{margin-bottom:12px;margin-top:32px;width:232px}.testimonials .swiper-button-next:after,.testimonials .swiper-button-prev:after{font-size:32px}@media print,screen and (min-width:48em){.testimonials .swiper-button-prev{left:20px}.testimonials .swiper-button-next{right:20px}}.testimonials .testimonial-thumb-container{height:216px;margin:0 auto 20px;position:relative;width:216px}@media print,screen and (min-width:48em){.testimonials .testimonial-thumb-container{margin:0 auto}}.testimonials .testimonial-thumb.hexagon{height:216px;width:216px}.testimonials .testimonial-thumb.hexagon img{height:100%;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='216' height='216' xml:space='preserve'%3E%3Cpath fill='%23FFF' d='M15.5 54.7 108.6 1l93.1 53.8v107.4L108.6 216l-93.1-53.8z'/%3E%3C/svg%3E");-moz-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='216' height='216' xml:space='preserve'%3E%3Cpath fill='%23FFF' d='M15.5 54.7 108.6 1l93.1 53.8v107.4L108.6 216l-93.1-53.8z'/%3E%3C/svg%3E");-o-object-fit:cover;object-fit:cover;width:100%}.testimonials-header-row{margin-bottom:20px;margin-top:80px;padding-top:20px;position:relative}.testimonials-header-row:before{background-color:#246670;content:"";height:1px;left:0;opacity:.2;position:absolute;top:0;width:100%}.testimonials-header-row h2.section-title{font-size:38px}.testimonial-orbit-content{color:#fefefe;font-style:italic;font-weight:500;margin-bottom:0;text-align:center}.home .testimonial-orbit-content{text-align:left}.sticky-news{margin-top:9.0625rem}.sticky-news .news-thumb{background-position:50%;background-repeat:no-repeat;background-size:cover;height:13.5rem;left:50%;position:absolute;top:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:13.5rem}.sticky-news .news-thumb img{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='216' height='216' xml:space='preserve'%3E%3Cpath fill='%23FFF' d='M15.5 54.7 108.6 1l93.1 53.8v107.4L108.6 216l-93.1-53.8z'/%3E%3C/svg%3E");-moz-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='216' height='216' xml:space='preserve'%3E%3Cpath fill='%23FFF' d='M15.5 54.7 108.6 1l93.1 53.8v107.4L108.6 216l-93.1-53.8z'/%3E%3C/svg%3E")}@media screen and (min-width:80em){.sticky-news .news-thumb{height:24.375rem;left:0;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:24.375rem}.sticky-news .news-thumb img{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='390' height='390' xml:space='preserve'%3E%3Cpath fill='%23FFF' d='M26.5 97.5 195.4 0l168.8 97.5v195L195.4 390 26.5 292.5z'/%3E%3C/svg%3E");-moz-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='390' height='390' xml:space='preserve'%3E%3Cpath fill='%23FFF' d='M26.5 97.5 195.4 0l168.8 97.5v195L195.4 390 26.5 292.5z'/%3E%3C/svg%3E")}}.sticky-news .sub-header,.sticky-news .sub-header a{font-family:montserrat,Helvetica,Roboto,Arial,sans-serif;font-size:.875rem}.sticky-news .news-content{background-color:#c3d1d3;padding-bottom:6.25rem;padding-top:8.4375rem;position:relative}@media screen and (min-width:80em){.sticky-news .news-content{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:510px;padding:0}.sticky-news .news-content .row{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}}@media print,screen and (max-width:89.99875em){.sticky-news .news-content{padding-bottom:2rem;padding-left:2rem;padding-right:2rem}}.sticky-news .news-tags{color:#0a0a0a;font-style:italic;margin-bottom:2rem;margin-top:1.5625rem}.sticky-news .news-tags>a{color:#0a0a0a}@media screen and (min-width:80em){.sticky-news .news-tags{margin-bottom:3.75rem;margin-top:2.5rem}.sticky-news{margin-top:1.875rem}}.pre-services h2{margin-bottom:16px}.pre-services p{margin-bottom:24px}@media screen and (min-width:80em){.pre-services h2{font-size:2.25rem}}.reveal{display:block!important;opacity:0;position:relative;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden;z-index:1000}.reveal__overlay{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:hsla(33,18%,65%,.5);bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.reveal__content{background-color:#246670;border:none;-webkit-box-sizing:border-box;box-sizing:border-box;max-height:90vh;max-width:600px;overflow-y:auto;padding:1rem;position:relative;width:100%}.reveal__content .button{background-color:#fefefe!important;border:1px solid #246670!important;color:#246670!important}.reveal__content .button:focus,.reveal__content .button:hover{background-color:#246670!important;border:1px solid #fefefe!important;color:#fefefe!important}@media print,screen and (max-width:39.99875em){.reveal__content{max-height:100vh}}.reveal__content .close-button{position:absolute;right:13px;top:25px}.reveal__content .close-button span{color:#fefefe;cursor:pointer;font-size:60px;line-height:.3;margin-left:1rem}.reveal__content__text-content h2{padding-right:40px}.reveal.is-open{opacity:1;visibility:visible}.download-modal .finance-form,.finance-modal .finance-form,.premium-modal .finance-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-flex:1;-ms-flex-positive:1;-webkit-align-items:flex-start;align-items:flex-start;color:#fefefe;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-flex-grow:1;flex-grow:1;height:auto;-webkit-justify-content:center;justify-content:center;overflow:hidden;position:relative}.download-modal .finance-form input,.finance-modal .finance-form input,.premium-modal .finance-form input{border:none;color:#246670}.download-modal .finance-form .gform_wrapper,.finance-modal .finance-form .gform_wrapper,.premium-modal .finance-form .gform_wrapper{margin-bottom:0}.download-modal .finance-form .gform_wrapper .gfield_label,.finance-modal .finance-form .gform_wrapper .gfield_label,.premium-modal .finance-form .gform_wrapper .gfield_label{color:#fff}.download-modal .finance-form .gform_wrapper textarea,.finance-modal .finance-form .gform_wrapper textarea,.premium-modal .finance-form .gform_wrapper textarea{max-height:150px;resize:none}.download-modal .input-row,.finance-modal .input-row,.premium-modal .input-row{width:100%}.download-modal .input-row:not(:last-of-type),.finance-modal .input-row:not(:last-of-type),.premium-modal .input-row:not(:last-of-type){margin-bottom:1rem}.download-modal .checkbox-row label,.finance-modal .checkbox-row label,.premium-modal .checkbox-row label{color:#fff;cursor:pointer;font-size:18px;padding:9px 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.download-modal input,.finance-modal input,.premium-modal input{-webkit-box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1;margin:0}.download-modal label.error,.finance-modal label.error,.premium-modal label.error{color:#fefefe;font-family:montserrat,Helvetica,Roboto,Arial,sans-serif;font-size:.7rem}.download-modal .finance-submit,.finance-modal .finance-submit,.premium-modal .finance-submit{margin:16px 0 5px;padding:.7rem}.login_confirmation{-webkit-box-flex:1;-ms-flex-positive:1;color:#fefefe;-webkit-flex-grow:1;flex-grow:1}.download-modal,.premium-modal{color:#fff}@media (min-width:768px){.download-modal form>.row,.premium-modal form>.row{margin-bottom:1rem}}.download-modal .row .column:first-child,.download-modal .row .columns:first-child,.premium-modal .row .column:first-child,.premium-modal .row .columns:first-child{padding-left:0;padding-right:.5rem}.download-modal .row .column:last-child,.download-modal .row .columns:last-child,.premium-modal .row .column:last-child,.premium-modal .row .columns:last-child{padding-left:.5rem;padding-right:0}.download-modal .row .column:first-child:last-child,.download-modal .row .columns:first-child:last-child,.premium-modal .row .column:first-child:last-child,.premium-modal .row .columns:first-child:last-child{padding-left:0;padding-right:0}.download-modal input[type=text],.download-modal select,.premium-modal input[type=text],.premium-modal select{border:none!important;color:#246670;height:50px!important}.download-modal select,.premium-modal select{background-position:right 0 center;margin-bottom:0;padding:.875rem 1rem .75rem}.download-modal textarea,.premium-modal textarea{border:none!important;color:#246670;height:120px!important;margin-bottom:0;resize:none}.download-modal .button,.premium-modal .button{display:block;margin-bottom:0;width:100%}.download-modal .c-form-error,.download-modal .gform_wrapper .ginput_container [aria-invalid=true],.premium-modal .c-form-error,.premium-modal .gform_wrapper .ginput_container [aria-invalid=true]{border:none;-webkit-box-shadow:inset 0 0 2px 1px red;box-shadow:inset 0 0 2px 1px red}.download-modal .gform_wrapper,.premium-modal .gform_wrapper{margin-bottom:0}.download-modal .gfield_visibility_hidden,.premium-modal .gfield_visibility_hidden{display:none}.download-modal .gform_hidden,.premium-modal .gform_hidden{margin-bottom:0}.download-modal .hidden_label .gfield_label,.premium-modal .hidden_label .gfield_label{display:none}.download-modal .gfield_label,.premium-modal .gfield_label{color:#fff;font-size:18px}.download-modal .gfield_checkbox label,.download-modal .gfield_radio label,.premium-modal .gfield_checkbox label,.premium-modal .gfield_radio label{color:#fff}.download-modal .gf_progressbar,.premium-modal .gf_progressbar{background-color:#fff;margin-bottom:1.25rem}.download-modal .gf_progressbar .gf_progressbar_percentage,.premium-modal .gf_progressbar .gf_progressbar_percentage{background-color:#246670;color:#fff;padding:8px;text-align:center}.download-modal .gf_page_steps,.premium-modal .gf_page_steps{background-color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:1.25rem}.download-modal .gf_page_steps .gf_step,.premium-modal .gf_page_steps .gf_step{-webkit-box-flex:1;color:#246670;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:8px;text-align:center}.download-modal .gf_page_steps .gf_step.gf_step_active,.premium-modal .gf_page_steps .gf_step.gf_step_active{background-color:#246670;color:#fff}.download-modal .gform_previous_button,.premium-modal .gform_previous_button{background-color:#fefefe;color:#246670;float:left;width:48%}.download-modal .gform_ajax_spinner,.premium-modal .gform_ajax_spinner{bottom:22px;display:block;position:absolute;right:24px;top:auto;width:30px}.download-modal .gform_confirmation_message,.premium-modal .gform_confirmation_message{font-size:1.125rem}.download-modal .gform_next_button,.download-modal input[type=submit].gform_button,.premium-modal .gform_next_button,.premium-modal input[type=submit].gform_button{background-color:#fefefe;color:#246670;float:right;width:48%}@media (max-width:767px){.download-modal .row.expanded .small-12,.premium-modal .row.expanded .small-12{padding-bottom:1rem;padding-left:0;padding-right:0}.download-modal .gform_next_button,.download-modal .gform_previous_button,.download-modal input[type=submit].gform_button,.premium-modal .gform_next_button,.premium-modal .gform_previous_button,.premium-modal input[type=submit].gform_button{float:none;width:100%}.download-modal .gform_previous_button,.premium-modal .gform_previous_button{margin-bottom:1rem}.download-modal .gchoice,.premium-modal .gchoice{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.download-modal .gchoice input,.premium-modal .gchoice input{margin-top:3px}}.page-list{list-style:none;margin:20px 0 0;padding:0}@media print,screen and (min-width:48em){.page-list-container.is-sticky{position:-webkit-sticky;position:sticky;top:216px}.admin-bar .page-list-container.is-sticky{top:250px}}.page-list__element{-webkit-box-pack:start;-ms-flex-pack:start;-ms-flex-line-pack:start;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-content:flex-start;align-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;padding-bottom:26px;padding-top:26px;position:relative}.page-list__element:last-child{border-bottom:1px solid #c1c1c1}.page-list__element--icon,.page-list__element--simple-text{border-top:1px solid #c1c1c1}.page-list__element--icon{background-color:transparent;padding-bottom:26px;padding-top:26px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.page-list__element--icon:hover{background-color:hsla(0,0%,76%,.2)}.page-list__element--animated-icon,.page-list__element--image{margin-bottom:26px!important;margin-top:26px!important;padding-bottom:0!important;padding-top:0!important}.page-list__element img{display:block;height:auto;padding-right:20px;width:100%}.page-list__element a.page-list__link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.page-list .background-content{width:100%}.page-list__image{-webkit-box-flex:0;-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px}.page-list__content{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.page-list__content>a.page-list__link{bottom:26px;left:0;position:absolute;right:0;top:0;z-index:1}.page-list__content a.page-list__link{bottom:0!important}.page-list__content--with-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;padding:17px 20px;position:relative}.page-list__content--map .side-map,.page-list__content--with-bg{-webkit-box-shadow:0 0 6px rgba(0,0,0,.16);box-shadow:0 0 6px rgba(0,0,0,.16)}.page-list__content--map p{margin-top:10px}.page-list__content .side-map{height:200px}.page-list__content .side-map .marker{background-image:url(../images/map_icon.svg);background-repeat:no-repeat;background-size:contain;cursor:pointer;height:48px;width:30px}.page-list__content .side-map .mapboxgl-ctrl-attrib{display:none}.page-list__content h4,.page-list__content p{font-size:18px;line-height:24px;position:relative}.page-list__content h4{margin-bottom:4px}.page-list__content p{margin-bottom:0}.page-list__content--animated-icon-box .animated-icon-box{height:200px;width:100%}.page-list__content--animated-icon-box .animated-icon-box .background .page-list__image{margin-bottom:15px}.page-list__content--animated-icon-box .animated-icon-box .background:hover .page-list__image{margin-bottom:12px}.page-list__content--animated-icon-box .animated-icon-box .background:hover p{margin-top:8px}.page-list__overlay{background-color:#246670;bottom:0;left:0;opacity:.8;position:absolute;right:0;top:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;z-index:0}.page-list__element:hover .page-list__overlay{opacity:.3}@media print,screen and (max-width:47.99875em){.page-list-title{margin-top:50px}.reviews-mobile-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;-webkit-order:-1;order:-1}.reviews-mobile-first h3{display:none}}.page-template-template-kundenstimmen .page-list-title{margin-top:52px}.star-ratings-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;line-height:24px}.star-ratings-value{color:#cf9173;font-size:22px;padding-right:7px}.star-ratings-rating{font-size:18px;padding-left:7px;position:relative;top:1px}.star-ratings-css{-webkit-box-flex:0;color:#d9d9d9;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;font-size:25px;height:25px;margin:0;padding:0;position:relative;unicode-bidi:bidi-override;width:auto}.star-ratings-css-top{color:#cf9173;left:0;overflow:hidden;position:absolute;z-index:1}.star-ratings-css-bottom,.star-ratings-css-top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:0;top:1px}.star-ratings-css-bottom{position:relative;z-index:0}.expandable-content__content table,.expandable-content__content table td,.expandable-content__content table tr{border:none;vertical-align:top}.expandable-content__content table th,.expandable-content__content table tr:not(:last-child) td,.expandable-content__content table tr:not(:last-child) th{border-bottom:1px solid #fefefe}.expandable-content__content table td:not(:last-child),.expandable-content__content table th:not(:last-child){border-right:1px solid #fefefe;padding-right:8px}.expandable-content__content table td:not(:first-child),.expandable-content__content table th:not(:first-child){padding-left:8px}.language-switcher{position:relative}.language-switcher__button{display:none}.full-width-layout .language-switcher__button svg{fill:#fefefe}.language-switcher__dropdown{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:end;-ms-flex-pack:end;background-color:#fff!important;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-end;justify-content:flex-end;list-style:none;margin:0;padding:0}.language-switcher__dropdown-item--is-active .language-switcher__dropdown-link{font-weight:700!important}.language-switcher__dropdown-item:last-child .language-switcher__dropdown-link{padding-right:7px!important}.language-switcher__dropdown-link{color:#246670;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400!important;line-height:1;padding:.7rem .75rem!important;text-decoration:none}.full-width-layout .language-switcher__dropdown{background-color:transparent!important}.full-width-layout .language-switcher__dropdown a,.full-width-layout .language-switcher__dropdown span{color:#fefefe!important}@media print,screen and (min-width:48em){.language-switcher__button{cursor:pointer;display:block;padding:.7rem .6rem;position:relative;top:2px}.language-switcher__button svg{fill:#246670;width:18px}.language-switcher__dropdown{left:50%;opacity:0;padding:0 6px;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden}.language-switcher__dropdown-item:last-child .language-switcher__dropdown-link{padding-right:.4rem!important}.language-switcher__dropdown-link{padding:.7rem .4rem .6rem!important}.full-width-layout .language-switcher__dropdown{background-color:#fefefe!important}.full-width-layout .language-switcher__dropdown a,.full-width-layout .language-switcher__dropdown span{color:#246670!important}.language-switcher--is-open .language-switcher__dropdown{opacity:1;visibility:visible}}.chat-toggle{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-align-items:center;align-items:center;background-color:#a86968;-webkit-border-radius:50%;border-radius:50%;bottom:20px;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.06);box-shadow:0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.06);color:#fefefe;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100px;-webkit-justify-content:center;justify-content:center;position:fixed;right:20px;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:100px;z-index:140}.chat-toggle span{display:block;font-family:Montsserat,sans-serif;font-weight:700;position:relative;top:-4px}.chat-toggle:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.chat-toggle i{fill:#fefefe;display:block;font-size:40px;height:40px;position:relative;top:-4px;width:40px}@media (max-width:768px){.healthinsurance-cta-active .chat-toggle{bottom:79px}}.chat-modal.reveal .close-button{right:40px;top:50px;z-index:20}.chat-modal.reveal .close-button span{font-size:80px}@media screen and (min-width:62.5em){.chat-modal.reveal .close-button{right:40px;top:60px}.chat-modal.reveal .close-button span{font-size:100px}}.chat-modal__background__logo-top{height:auto;left:40px;position:absolute;top:-300px;width:400px}.chat-modal__background__logo-bottom{bottom:-400px;height:auto;position:absolute;right:40px;width:600px}.chat-modal__content{color:#fefefe;max-width:1200px;padding:40px;position:relative;z-index:1}.chat-modal__content .button.route-desktop-button{padding:11px 15px}.chat-modal__content .gchoice label{color:#fefefe}.chat-modal__content h2{font-size:40px;line-height:50px;margin-bottom:45px;padding-right:60px}@media print,screen and (min-width:48em){.chat-modal__content h2{font-size:55px;line-height:70px}}.chat-modal__content a,.chat-modal__content a:focus,.chat-modal__content a:hover{color:#fefefe}.chat-modal__content .contact-locations__single{margin-bottom:45px}.chat-modal__form{margin-top:40px}.chat-modal__form .gform_wrapper{margin-bottom:0}.chat-modal__form .gform_wrapper .gfield_label{color:#fefefe}.chat-modal__form .gform_wrapper .gform_submission_error{margin-bottom:0}.chat-modal-parent.reveal-overlay{padding-bottom:0}.memberfeedback__button{background-color:#b6a897;-webkit-border-radius:50%;border-radius:50%;bottom:20px;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16);box-shadow:0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16);cursor:pointer;display:block;height:60px;left:20px;padding:10px;position:fixed;width:60px;z-index:20}.memberfeedback__button svg{height:auto;width:100%}@media (max-width:768px){.healthinsurance-cta-active .memberfeedback__button{bottom:79px}}.memberfeedback__modal .reveal__content{color:#fff;max-width:100%;width:400px}.memberfeedback__modal .reveal__content form{width:100%}.memberfeedback__modal .reveal__content textarea{height:150px!important;resize:none;width:100%}.memberfeedback__modal .reveal__content button{margin-bottom:0}.row-depositamount,.row-deposittiming{display:none}.row-depositamount.is-shown,.row-deposittiming.is-shown{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.result-text.no-prefix:before{content:none!important}.js-zinseszinsrechner .price-list>.row.is-selectable,.js-zinseszinsrechner .price-list>.row.is-selected{position:relative}.js-zinseszinsrechner .price-list>.row.is-selectable:before,.js-zinseszinsrechner .price-list>.row.is-selected:before{background-color:#246670;color:#fefefe;content:"Gesucht";display:block;font-size:14px;left:-74px;opacity:0;padding:5px 6px 3px;position:absolute;top:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden}.js-zinseszinsrechner .price-list>.row.is-selectable:after,.js-zinseszinsrechner .price-list>.row.is-selected:after{border-bottom:20px solid transparent;border-left:20px solid #246670;border-top:20px solid transparent;content:"";height:0;left:-15px;opacity:0;position:absolute;top:-1px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden;width:0}.js-zinseszinsrechner .price-list>.row.is-selectable .slider-title{cursor:pointer}.js-zinseszinsrechner .price-list>.row.is-selected .slider-title{font-weight:700}.js-zinseszinsrechner .price-list>.row.is-selected input,.js-zinseszinsrechner .price-list>.row.is-selected select{background-color:#246670;border-color:#246670;color:#fefefe;opacity:1}.js-zinseszinsrechner .price-list>.row.is-selected:after,.js-zinseszinsrechner .price-list>.row.is-selected:before{opacity:1;visibility:visible}.social-links .entries{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-justify-content:flex-end;justify-content:flex-end;margin-bottom:30px;margin-top:0}.social-links .entries a{display:block;padding-left:.625rem}.social-links .entries a svg{fill:#246670;display:block;height:16px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:auto}.social-links .entries a:hover svg{fill:#b6a897}.news-overview{margin-bottom:4.6875rem}.news-overview .news-entries-wrapper{position:relative}.news-overview .loading-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:none;height:100%;-webkit-justify-content:center;justify-content:center;left:0;padding-top:3.125rem;position:absolute;top:0;width:100%}.news-overview .news-entries{height:100%;opacity:1;position:relative;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.news-overview .news-entries .no-news-found{padding-top:3.125rem}.news-overview.is-loading .loading-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.news-overview.is-loading .news-entries{opacity:.2;-webkit-transition:all 0s;-o-transition:all 0s;transition:all 0s}.news-overview .news-keywords{padding-top:3.125rem}.news-overview .news-keywords button[data-level],.news-overview .news-keywords button[data-news-search=true]{border:1px solid rgba(36,102,112,.2);color:#246670;cursor:pointer;font-size:.875rem;margin-bottom:.625rem;padding:.625rem;position:relative}.news-overview .news-keywords button[data-level].is-active,.news-overview .news-keywords button[data-news-search=true].is-active{background-color:#f0eeea;padding-right:1.875rem}.news-overview .news-keywords button[data-level].is-active:after,.news-overview .news-keywords button[data-level].is-active:before,.news-overview .news-keywords button[data-news-search=true].is-active:after,.news-overview .news-keywords button[data-news-search=true].is-active:before{background-color:#246670;content:" ";height:40%;position:absolute;right:.9375rem;top:30%;width:2px}.news-overview .news-keywords button[data-level].is-active:before,.news-overview .news-keywords button[data-news-search=true].is-active:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.news-overview .news-keywords button[data-level].is-active:after,.news-overview .news-keywords button[data-news-search=true].is-active:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}@media print,screen and (min-width:48em){.news-overview{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.pxl-checklist{position:relative}.pxl-checklist__week-switch{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin:40px auto 60px;max-width:100%;width:400px}.pxl-checklist__week-switch.is-current-week span{font-weight:700}.pxl-checklist__week-switch__back{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.pxl-checklist__week-switch__title{font-size:20px}.pxl-checklist__week-switch svg{display:block}.pxl-checklist__week-switch svg path{fill:#fefefe}.pxl-checklist__member-check{bottom:0;left:0;overflow:auto;padding:50px 50px 130px;position:fixed;top:130px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;z-index:10}@media screen and (min-width:80em){.pxl-checklist__member-check{top:360px}}.pxl-checklist__member-check.hidden{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.pxl-checklist__member-check__toggle{cursor:pointer;display:block;font-weight:700;margin-bottom:40px;padding:20px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:10}@media screen and (min-width:80em){.pxl-checklist__member-check__toggle{left:28px;margin-bottom:0;position:fixed;top:300px}}.pxl-checklist__member-check__single:not(:last-child){margin-bottom:20px}.pxl-checklist__member-check h3{font-size:18px;line-height:20px;margin-bottom:10px}.pxl-checklist__member-check .checkboxes{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:27px;margin-bottom:14px}.pxl-checklist__member-check .checkboxes label{height:27px;margin-right:10px;width:27px}.pxl-checklist__member-check input{background-color:transparent;border:none!important;border-bottom:1px solid #fefefe!important;-webkit-box-shadow:none!important;box-shadow:none!important;color:#fefefe}.pxl-checklist__member-check input:focus{background-color:transparent}.pxl-checklist__member-check .pxl-checklist__form__label-text{margin:0!important;padding:0!important}.pxl-checklist__coworker-switch,.pxl-checklist__location-switch{margin:0 auto 2rem;text-align:center}.pxl-checklist__coworker-switch p,.pxl-checklist__location-switch p{margin-bottom:.5rem;text-align:center}.pxl-checklist__coworker-switch select,.pxl-checklist__location-switch select{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28255, 255, 255%29'></polygon></svg>");color:#fff;cursor:pointer;display:block;margin:0 auto;width:220px}.pxl-checklist__coworker-switch [data-checklist-coworker-reset],.pxl-checklist__location-switch [data-checklist-coworker-reset]{cursor:pointer;display:inline-block;font-size:14px;margin-top:.5rem;text-align:center}@media screen and (min-width:80em){.pxl-checklist__coworker-switch,.pxl-checklist__location-switch{left:3rem;margin:-1rem 0 0 -1rem;padding:1rem;position:fixed;text-align:left;top:14rem;z-index:100}.pxl-checklist__coworker-switch [data-checklist-coworker-reset],.pxl-checklist__coworker-switch p,.pxl-checklist__location-switch [data-checklist-coworker-reset],.pxl-checklist__location-switch p{text-align:left}}.pxl-checklist__form__area{max-height:0;opacity:0;overflow:hidden;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden}.pxl-checklist__form__area>h2{margin-bottom:1.5rem}.pxl-checklist__form__area.area-active{opacity:1;visibility:visible}.pxl-checklist__form__area .pxl-checklist__form__label-text,.pxl-checklist__form__area label{color:#fff;cursor:pointer;font-family:montserrat,sans-serif;font-size:16px;font-weight:700;line-height:1;margin-bottom:1rem;margin-top:1rem}.pxl-checklist__form__area__optional{margin:2rem 0}.pxl-checklist__form__area__optional label,.pxl-checklist__form__area__optional span.pxl-checklist__form__label-text{font-size:1.5rem;font-weight:700!important}.pxl-checklist__form__area__optional .pxl-checklist input[type=checkbox]:checked+span,.pxl-checklist__form__area__optional .pxl-checklist input[type=checkbox]:not(:checked)+span,.pxl-checklist__form__area__optional .pxl-checklist input[type=radio]:checked+span,.pxl-checklist__form__area__optional .pxl-checklist input[type=radio]:not(:checked)+span{padding-left:2.5rem!important}.pxl-checklist__form__area__fields{margin-top:1.5rem;opacity:1;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:visible}.pxl-checklist__form__area__fields__disabled{max-height:0;opacity:0;overflow:hidden;visibility:hidden}.pxl-checklist__form__area__fields .input-date,.pxl-checklist__form__area__fields .input-file,.pxl-checklist__form__area__fields .input-text,.pxl-checklist__form__area__fields .input-textarea{background-color:transparent;border:none;border-bottom:2px solid hsla(0,0%,100%,.5);-webkit-box-shadow:none;box-shadow:none;color:#fff;margin-bottom:0;resize:none}.pxl-checklist__form__area__fields .input-date:focus,.pxl-checklist__form__area__fields .input-file:focus,.pxl-checklist__form__area__fields .input-text:focus,.pxl-checklist__form__area__fields .input-textarea:focus{border-color:#fff}.pxl-checklist__form__area__fields .input-file{border:2px dashed hsla(0,0%,100%,.5);margin-top:.5rem;min-height:auto;min-height:175px;overflow:hidden;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:100%}.pxl-checklist__form__area__fields .input-file.dropzone.dz-drag-hover{border-style:solid}.pxl-checklist__form__area__fields .input-file.dropzone .dz-message{margin:3.5rem 0}.pxl-checklist__form__area__fields .input-file.dropzone .dz-preview{background:transparent}.pxl-checklist__form__area__fields .input-file.dropzone .dz-preview .dz-image img{opacity:1}.pxl-checklist__form__area__fields .input-file.dropzone .dz-remove{background-color:#a86968;-webkit-border-radius:50%;border-radius:50%;height:25px;position:absolute;right:-6px;text-indent:-9999px;top:-6px;width:25px;z-index:110}.pxl-checklist__form__area__fields .input-file.dropzone .dz-remove:before{color:#fff;content:"×";display:inline-block;font-size:1.375rem;height:25px;position:absolute;right:0;text-align:center;text-indent:0;top:2px;width:25px}.pxl-checklist__form__area__fields .input-file.dropzone .dz-file-link{bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;z-index:100}.pxl-checklist__form__area__fields .input-file.dropzone .dz-remove{padding-top:1rem}.pxl-checklist__form__area__fields .input-textarea{height:140px}.pxl-checklist__form__area__fields [data-wysiwyg-content]{margin-bottom:1rem;margin-top:1rem}.pxl-checklist__form__area__footer{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:2rem;margin-top:2rem}.pxl-checklist__form__area__footer .button{margin-bottom:0}.pxl-checklist__form__area__footer .button:disabled{opacity:0!important;visibility:hidden!important}.pxl-checklist__form__area__footer__force-completion{padding:0 1.5rem;text-align:center}.pxl-checklist__form__area__footer__force-completion .pxl-checklist__form__label-text{padding-right:0!important}.pxl-checklist__form__field[data-checklist-form-type=coworkertable] .responsive-table{margin-bottom:30px;overflow:auto}.pxl-checklist__form__field[data-checklist-form-type=coworkertable] table{border-collapse:collapse;margin-top:15px;table-layout:fixed;width:auto}.pxl-checklist__form__field[data-checklist-form-type=coworkertable] table input{background-color:transparent;border:none;-webkit-box-shadow:none;box-shadow:none;color:#fefefe;margin-bottom:0;min-width:1px;padding:0;text-align:center;width:150px}.pxl-checklist__form__field[data-checklist-form-type=coworkertable] table thead tr th,.pxl-checklist__form__field[data-checklist-form-type=coworkertable] table tr:not(:last-child) td{border-bottom:1px solid #fff}.pxl-checklist__form__field[data-checklist-form-type=coworkertable] table tfoot tr td{border-top:1px solid #fff;font-weight:700}.pxl-checklist__form__field[data-checklist-form-type=coworkertable] table th input{font-weight:700}.pxl-checklist__form__field[data-checklist-form-type=coworkertable] table td,.pxl-checklist__form__field[data-checklist-form-type=coworkertable] table th{border-left:1px solid #fefefe;border-right:1px solid #fefefe;padding:0 15px}.pxl-checklist__form__field[data-checklist-form-type=coworkertable] table td:first-child,.pxl-checklist__form__field[data-checklist-form-type=coworkertable] table th:first-child{border-left:none;text-align:left}.pxl-checklist__form__field[data-checklist-form-type=coworkertable] table td:last-child,.pxl-checklist__form__field[data-checklist-form-type=coworkertable] table th:last-child{border-right:none}.pxl-checklist__form__field[data-checklist-form-type=coworkertable] table td:not(:first-child),.pxl-checklist__form__field[data-checklist-form-type=coworkertable] table th:not(:first-child){padding:0}.pxl-checklist__form__label__tooltip{display:inline-block}.pxl-checklist__form__label__tooltip img{cursor:pointer;height:auto;margin-left:12px;position:relative;top:-4px;width:26px}.pxl-checklist__form__label__tooltip__content{background-color:#b6a897;display:block;font-size:14px;font-weight:400;line-height:20px;margin-left:10px;margin-top:10px;max-width:300px;opacity:0;padding:14px;position:absolute;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden;z-index:120}.pxl-checklist__form__label__tooltip__content:before{border-color:transparent transparent #b6a897;border-style:solid;border-width:0 9px 9px;content:"";height:0;left:7px;margin-left:auto!important;position:absolute;top:-9px;-webkit-transition:border-color .2s ease-in-out;-o-transition:border-color .2s ease-in-out;transition:border-color .2s ease-in-out;width:0}.pxl-checklist__form__label__tooltip:hover .pxl-checklist__form__label__tooltip__content{opacity:1;visibility:visible}.pxl-checklist__index{position:fixed;right:2rem;text-align:right;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.pxl-checklist__index ul{list-style-type:none;margin:0 .25rem 0 0;max-width:230px;padding:0}.pxl-checklist__index--card{left:1rem!important;margin-bottom:0!important;padding:0!important;position:absolute!important;right:0;top:1rem!important;-webkit-transform:none;-ms-transform:none;transform:none}.pxl-checklist__index--card ul{margin-left:0;max-width:none;text-align:left;width:100%}.pxl-checklist__index--card ul .pxl-checklist__index__single{display:inline-block;height:51px;margin-bottom:.5rem;margin-right:.375rem}.pxl-checklist__index--card ul .pxl-checklist__index__single__percent{color:#fff!important}.pxl-checklist__index--card ul .pxl-checklist__index__single svg{margin-left:0}.pxl-checklist__index__single{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-align-items:center;align-items:center;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;position:relative}.pxl-checklist__index__single.current-index path,.pxl-checklist__index__single:hover path{opacity:1!important}.pxl-checklist__index__single:not(:last-child){margin-bottom:1rem}.pxl-checklist__index__single path{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.pxl-checklist__index__single__label{line-height:20px;text-align:right;width:auto}.pxl-checklist__index__single__label,.pxl-checklist__index__single__percent{display:inline-block;font-family:montserrat,sans-serif;font-size:14px;font-weight:700}.pxl-checklist__index__single__percent{color:#246670;padding-top:1px;position:absolute;right:2px;text-align:center;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:42px}.pxl-checklist__index__single__percent i{font-size:16px;left:-1px;position:relative;top:1px}.pxl-checklist__index__single svg{-webkit-box-flex:0;display:inline-block;-webkit-flex:0 0 46px;-ms-flex:0 0 46px;flex:0 0 46px;height:50px;margin-left:.75rem;width:46px}.pxl-checklist__index__numeric{display:inline-block;font-family:montserrat,sans-serif;font-size:28px;font-weight:700;padding-bottom:1rem}.pxl-checklist__index__numeric__split{font-weight:400}.pxl-checklist__progress{background-color:hsla(0,0%,100%,.4);bottom:0;left:0;position:fixed;right:0;z-index:1000}.pxl-checklist__progress-bar{background-color:#fff;height:30px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:0}.pxl-checklist__progress__text{color:#246670;font-family:montserrat,sans-serif;font-size:14px;font-weight:700;left:8px;line-height:1;position:absolute;text-transform:uppercase;top:9px;z-index:1}.pxl-checklist .pxl-checklist-pdf-button{bottom:50px;height:50px;left:50%;margin-top:2rem;position:fixed;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%}@media screen and (max-width:40em){.pxl-checklist .pxl-checklist-pdf-button{bottom:0;height:auto;left:0;position:relative;-webkit-transform:none;-ms-transform:none;transform:none}.pxl-checklist .pxl-checklist-pdf-button .button{margin-bottom:4px}}.pxl-checklist .pxl-checklist-pdf-button .button{background-color:#246670;color:#fefefe}.pxl-checklist .pxl-checklist-pdf-button .button:focus,.pxl-checklist .pxl-checklist-pdf-button .button:hover{background-color:#fefefe;color:#246670}.pxl-checklist .pxl-checklist-pdf-button .button:focus svg,.pxl-checklist .pxl-checklist-pdf-button .button:hover svg{fill:#fefefe}.pxl-checklist .pxl-checklist-pdf-button .button.button-white{background-color:#b6a897;border-color:#fefefe!important;color:#fefefe!important;overflow:hidden}.pxl-checklist .pxl-checklist-pdf-button .button.button-white:focus svg,.pxl-checklist .pxl-checklist-pdf-button .button.button-white:hover svg{-webkit-animation:downloadIcon 1.6s ease-in-out 0s infinite;animation:downloadIcon 1.6s ease-in-out 0s infinite}.pxl-checklist .pxl-checklist-pdf-button .button svg{fill:#fefefe;display:inline-block;height:20px;margin-right:20px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.pxl-checklist .pxl-checklist-pdf-button .button[data-checklist-form-print]{padding-left:50px;position:relative}.pxl-checklist .pxl-checklist-pdf-button .button[data-checklist-form-print] svg{left:16px;position:absolute;top:14px}@-webkit-keyframes downloadIcon{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}20%{opacity:0}50%{opacity:1}80%{opacity:0}to{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}}@keyframes downloadIcon{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}20%{opacity:0}50%{opacity:1}80%{opacity:0}to{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}}.pxl-checklist input[type=checkbox],.pxl-checklist input[type=radio]{line-height:normal;margin:4px 0 0;margin-top:1px\9}.pxl-checklist input[type=checkbox]:checked,.pxl-checklist input[type=checkbox]:not(:checked),.pxl-checklist input[type=radio]:checked,.pxl-checklist input[type=radio]:not(:checked){left:-9999px;position:absolute}.pxl-checklist input[type=checkbox]+span,.pxl-checklist input[type=radio]+span{display:block;font-weight:400;margin-left:0;padding-right:66px;position:relative}.pxl-checklist input[type=checkbox]+span .pxl-checklist__form__label__tooltip,.pxl-checklist input[type=radio]+span .pxl-checklist__form__label__tooltip{position:absolute;right:20px;top:-1px}.pxl-checklist input[type=checkbox]+span .pxl-checklist__form__label__tooltip__content,.pxl-checklist input[type=radio]+span .pxl-checklist__form__label__tooltip__content{margin-right:6px;margin-top:-1px;right:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:300px}.pxl-checklist input[type=checkbox]+span .pxl-checklist__form__label__tooltip__content:before,.pxl-checklist input[type=radio]+span .pxl-checklist__form__label__tooltip__content:before{border-color:transparent transparent transparent #b6a897;border-width:9px 0 9px 9px;right:-9px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.pxl-checklist input[type=checkbox]:checked+span,.pxl-checklist input[type=checkbox]:not(:checked)+span,.pxl-checklist input[type=radio]:checked+span,.pxl-checklist input[type=radio]:not(:checked)+span{cursor:pointer;line-height:28px;margin-top:1rem;padding-left:2.25rem;position:relative;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pxl-checklist input[type=checkbox]:checked+span:before,.pxl-checklist input[type=checkbox]:not(:checked)+span:before,.pxl-checklist input[type=radio]:checked+span:before,.pxl-checklist input[type=radio]:not(:checked)+span:before{background-color:#fff;border:1px solid #fff;content:"";height:27px;left:0;position:absolute;top:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:27px}.pxl-checklist input[type=checkbox]:checked+span:before,.pxl-checklist input[type=radio]:checked+span:before{background-color:#246670}.pxl-checklist input[type=checkbox]:checked+span:after,.pxl-checklist input[type=checkbox]:not(:checked)+span:after,.pxl-checklist input[type=radio]:checked+span:after,.pxl-checklist input[type=radio]:not(:checked)+span:after{background-image:url(../images/checkmark.svg);background-position:50%;background-repeat:no-repeat;background-size:20px;content:"";display:block;height:27px;left:0;position:absolute;top:-1px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:27px}.pxl-checklist input[type=checkbox]:not(:checked)+span:after,.pxl-checklist input[type=radio]:not(:checked)+span:after{opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.pxl-checklist input[type=checkbox]:checked+span:after,.pxl-checklist input[type=radio]:checked+span:after{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.pxl-checklist input[type=radio]:checked+span:before,.pxl-checklist input[type=radio]:not(:checked)+span:before{-webkit-border-radius:50%;border-radius:50%}.pxl-checklist input[type=radio]:checked+span:after,.pxl-checklist input[type=radio]:not(:checked)+span:after{background-color:#fff;background-image:none;-webkit-border-radius:50%;border-radius:50%;height:13px;left:7px;top:7.5px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:13px}.pxl-checklist__login-hint{color:#fff;margin-bottom:2rem}.pxl-checklist__login-hint i{display:inline-block;padding-left:5px;padding-right:5px}.pxl-checklist__login-hint i svg{fill:#fefefe;display:block;height:auto;position:relative;top:5px;width:20px}.pxl-checklist__archive{margin-top:3rem;position:relative;z-index:1}.pxl-checklist__full-width{width:100%}.pxl-checklist__member-index{margin:2rem auto 40px;max-width:600px}.pxl-checklist__member-index__title{margin-top:30px}.pxl-checklist__member-index__item{padding-left:40px}.pxl-checklist__member-index__item.hidden{display:none!important}.pxl-checklist__member-index__item-cat{color:#b6a897;font-size:22px;padding-left:16px;padding-right:4px}.pxl-checklist__member-index__item-label{font-size:14px;width:85%}.pxl-checklist__member-index__item a{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:hsla(0,0%,100%,.4);border-bottom:1px solid #fefefe;display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;padding:10px 15px;text-align:left;text-decoration:none!important;width:100%}.pxl-checklist__member-index__item a.open .pxl-checklist__member-index__toggle{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.pxl-checklist__member-index__item a.open+.pxl-checklist__member-index__sub-entries{display:block}.pxl-checklist__member-index__item a .complete-icon{display:none;height:auto;margin-left:auto;width:30px}.pxl-checklist__member-index__item a .complete-icon path{fill:#246670}.pxl-checklist__member-index__item.is-complete>a{color:#246670!important}.pxl-checklist__member-index__item.is-complete>a .complete-icon{display:block}.pxl-checklist__member-index__item.is-complete>a .pxl-checklist__member-index__toggle{margin-left:15px}.pxl-checklist__member-index__toggle{margin:0 -15px 0 auto;padding:6px 0;position:relative;text-align:center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:50px;z-index:10}.pxl-checklist__member-index__toggle svg{fill:#fefefe;display:inline-block;height:auto;position:relative;top:6px;width:20px}.pxl-checklist__member-index__sub-entries{display:none}.pxl-checklist__member-index>.pxl-checklist__member-index__item{padding-left:0!important}.pxl-checklist__member-index__filter{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:24px;-webkit-justify-content:center;justify-content:center;margin-top:30px}.pxl-checklist__member-index__filter span{font-size:20px;line-height:26px}.pxl-checklist__member-index__filter-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:20px;gap:15px;line-height:26px;list-style:none}.pxl-checklist__member-index__filter-single{cursor:pointer;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pxl-checklist__member-index__filter-single:after{background-color:#fefefe;bottom:0;content:"";height:2px;left:0;position:absolute;right:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:0}.pxl-checklist__member-index__filter-single.active:after,.pxl-checklist__member-index__filter-single:hover:after{width:100%}.pxl-checklist__member-index__filter+.post__content__intro{max-width:600px}.pxl-checklist__hexagonview{height:880px;margin-left:auto!important;margin-right:auto!important;max-width:100%;position:relative;width:1000px}.pxl-checklist__hexagonview__single{height:328px;position:absolute;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:326px;z-index:2}.pxl-checklist__hexagonview__single.hexagon-1{left:35%}.pxl-checklist__hexagonview__single.hexagon-2{left:65%}.pxl-checklist__hexagonview__single.hexagon-3{left:80%;top:260px}.pxl-checklist__hexagonview__single.hexagon-4{left:65%;top:520px}.pxl-checklist__hexagonview__single.hexagon-5{left:35%;top:520px}.pxl-checklist__hexagonview__single.hexagon-6{left:20%;top:260px}.pxl-checklist__hexagonview__single.hexagon-center{left:50%;top:260px;z-index:1}.pxl-checklist__hexagonview__single.hexagon-center img{left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:280px}.pxl-checklist__hexagonview__single.hexagon-center .pxl-checklist__hexagonview__single__overlay{height:100%!important;top:100%;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pxl-checklist__hexagonview__single.hexagon-center .pxl-checklist__hexagonview__single__overlay__content{left:0;padding-left:3rem;padding-right:3rem;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.pxl-checklist__hexagonview__single.hexagon-center:hover .pxl-checklist__hexagonview__single__overlay{top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pxl-checklist__hexagonview__single.hexagon-center:hover .pxl-checklist__hexagonview__single__overlay__content{padding-bottom:0;top:50%}.pxl-checklist__hexagonview__single__overlay{background-color:#fff;color:#000;height:auto!important;left:0;padding:20px 40px;position:absolute;right:0;text-align:center;top:100%;-webkit-transform:translateY(-140px);-ms-transform:translateY(-140px);transform:translateY(-140px);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.pxl-checklist__hexagonview__single__overlay h3{color:#246670;font-size:1.5rem;line-height:1.2}.pxl-checklist__hexagonview__single__overlay h3:after{background-color:#246670;content:"";display:block;height:2px;margin:9px auto 7px;width:1px}.pxl-checklist__hexagonview__single__overlay h3:after,.pxl-checklist__hexagonview__single__overlay p{opacity:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden}.pxl-checklist__hexagonview__single__overlay p{color:#246670;line-height:1.3;margin-bottom:0}.pxl-checklist__hexagonview__single__overlay__content{height:auto!important;left:0;padding:0 1rem 3rem;position:relative;right:0;top:0;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.pxl-checklist__hexagonview__single:hover .pxl-checklist__hexagonview__single__overlay{background-color:#fff!important;height:auto;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.pxl-checklist__hexagonview__single:hover .pxl-checklist__hexagonview__single__overlay h3:after,.pxl-checklist__hexagonview__single:hover .pxl-checklist__hexagonview__single__overlay p{opacity:1;visibility:visible}.pxl-checklist__hexagonview__single:hover .pxl-checklist__hexagonview__single__overlay h3:after{width:60px}.pxl-checklist__hexagonview__single:hover .pxl-checklist__hexagonview__single__overlay__content{top:0}.pxl-checklist__hexagonview__single.petrol .pxl-checklist__hexagonview__single__overlay{background-color:#246670}.pxl-checklist__hexagonview__single.petrol .pxl-checklist__hexagonview__single__overlay h3,.pxl-checklist__hexagonview__single.petrol .pxl-checklist__hexagonview__single__overlay p{color:#fff}.pxl-checklist__hexagonview__single.petrol .pxl-checklist__hexagonview__single__overlay h3:after{background-color:#fff}.pxl-checklist__hexagonview__single.petrol:hover .pxl-checklist__hexagonview__single__overlay h3,.pxl-checklist__hexagonview__single.petrol:hover .pxl-checklist__hexagonview__single__overlay p{color:#246670}.pxl-checklist__hexagonview__single.petrol:hover .pxl-checklist__hexagonview__single__overlay h3:after{background-color:#246670}.pxl-checklist__hexagonview__single.petroldark .pxl-checklist__hexagonview__single__overlay{background-color:#1b4d54}.pxl-checklist__hexagonview__single.petroldark .pxl-checklist__hexagonview__single__overlay h3,.pxl-checklist__hexagonview__single.petroldark .pxl-checklist__hexagonview__single__overlay p{color:#fff}.pxl-checklist__hexagonview__single.petroldark .pxl-checklist__hexagonview__single__overlay h3:after{background-color:#fff}.pxl-checklist__hexagonview__single.petroldark:hover .pxl-checklist__hexagonview__single__overlay h3,.pxl-checklist__hexagonview__single.petroldark:hover .pxl-checklist__hexagonview__single__overlay p{color:#1b4d54}.pxl-checklist__hexagonview__single.petroldark:hover .pxl-checklist__hexagonview__single__overlay h3:after{background-color:#1b4d54}.pxl-checklist__hexagonview__single.red .pxl-checklist__hexagonview__single__overlay{background-color:#a86968}.pxl-checklist__hexagonview__single.red .pxl-checklist__hexagonview__single__overlay h3,.pxl-checklist__hexagonview__single.red .pxl-checklist__hexagonview__single__overlay p{color:#fff}.pxl-checklist__hexagonview__single.red .pxl-checklist__hexagonview__single__overlay h3:after{background-color:#fff}.pxl-checklist__hexagonview__single.red:hover .pxl-checklist__hexagonview__single__overlay h3,.pxl-checklist__hexagonview__single.red:hover .pxl-checklist__hexagonview__single__overlay p{color:#a86968}.pxl-checklist__hexagonview__single.red:hover .pxl-checklist__hexagonview__single__overlay h3:after{background-color:#a86968}.pxl-checklist__hexagonview__single.orange .pxl-checklist__hexagonview__single__overlay{background-color:#cf9173}.pxl-checklist__hexagonview__single.orange .pxl-checklist__hexagonview__single__overlay h3,.pxl-checklist__hexagonview__single.orange .pxl-checklist__hexagonview__single__overlay p{color:#fff}.pxl-checklist__hexagonview__single.orange .pxl-checklist__hexagonview__single__overlay h3:after{background-color:#fff}.pxl-checklist__hexagonview__single.orange:hover .pxl-checklist__hexagonview__single__overlay h3,.pxl-checklist__hexagonview__single.orange:hover .pxl-checklist__hexagonview__single__overlay p{color:#cf9173}.pxl-checklist__hexagonview__single.orange:hover .pxl-checklist__hexagonview__single__overlay h3:after{background-color:#cf9173}.pxl-checklist__hexagonview__single.sand .pxl-checklist__hexagonview__single__overlay{background-color:#d2c4b2}.pxl-checklist__hexagonview__single.sand .pxl-checklist__hexagonview__single__overlay h3,.pxl-checklist__hexagonview__single.sand .pxl-checklist__hexagonview__single__overlay p{color:#fff}.pxl-checklist__hexagonview__single.sand .pxl-checklist__hexagonview__single__overlay h3:after{background-color:#fff}.pxl-checklist__hexagonview__single.sand:hover .pxl-checklist__hexagonview__single__overlay h3,.pxl-checklist__hexagonview__single.sand:hover .pxl-checklist__hexagonview__single__overlay p{color:#d2c4b2}.pxl-checklist__hexagonview__single.sand:hover .pxl-checklist__hexagonview__single__overlay h3:after{background-color:#d2c4b2}.pxl-checklist__hexagonview__single.lightsand .pxl-checklist__hexagonview__single__overlay{background-color:#eedfce}.pxl-checklist__hexagonview__single.lightsand .pxl-checklist__hexagonview__single__overlay h3,.pxl-checklist__hexagonview__single.lightsand .pxl-checklist__hexagonview__single__overlay p{color:#fff}.pxl-checklist__hexagonview__single.lightsand .pxl-checklist__hexagonview__single__overlay h3:after{background-color:#fff}.pxl-checklist__hexagonview__single.lightsand:hover .pxl-checklist__hexagonview__single__overlay h3,.pxl-checklist__hexagonview__single.lightsand:hover .pxl-checklist__hexagonview__single__overlay p{color:#eedfce}.pxl-checklist__hexagonview__single.lightsand:hover .pxl-checklist__hexagonview__single__overlay h3:after{background-color:#eedfce}.pxl-checklist__hexagonview__single.green .pxl-checklist__hexagonview__single__overlay{background-color:#669692}.pxl-checklist__hexagonview__single.green .pxl-checklist__hexagonview__single__overlay h3,.pxl-checklist__hexagonview__single.green .pxl-checklist__hexagonview__single__overlay p{color:#fff}.pxl-checklist__hexagonview__single.green .pxl-checklist__hexagonview__single__overlay h3:after{background-color:#fff}.pxl-checklist__hexagonview__single.green:hover .pxl-checklist__hexagonview__single__overlay h3,.pxl-checklist__hexagonview__single.green:hover .pxl-checklist__hexagonview__single__overlay p{color:#669692}.pxl-checklist__hexagonview__single.green:hover .pxl-checklist__hexagonview__single__overlay h3:after{background-color:#669692}@media print,screen and (max-width:79.99875em){.pxl-checklist__index{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin-bottom:2rem;padding:0 1rem;position:relative;right:0;text-align:left;top:0;-webkit-transform:none;-ms-transform:none;transform:none}.pxl-checklist__index,.pxl-checklist__index ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.pxl-checklist__index ul{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-block-end:0;margin-block-start:0;max-width:none;overflow:auto}.pxl-checklist__index__numeric{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding-bottom:0;padding-right:1rem}.pxl-checklist__index__single{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:0;-webkit-align-items:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex:0 0 43px;-ms-flex:0 0 43px;flex:0 0 43px;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;margin-bottom:0!important;margin-right:.75rem;padding-bottom:0!important;text-align:center}.pxl-checklist__index__single svg{margin-left:0}.pxl-checklist__index__single__label{display:none}.pxl-checklist__index__single__percent{right:0}.pxl-checklist__form__area__footer__force-completion .pxl-checklist__form__label-text{margin-top:0!important;padding-left:0!important;padding-top:34px}.pxl-checklist__form__area__footer__force-completion input[type=checkbox]:checked+span:after,.pxl-checklist__form__area__footer__force-completion input[type=checkbox]:checked+span:before,.pxl-checklist__form__area__footer__force-completion input[type=checkbox]:not(:checked)+span:after,.pxl-checklist__form__area__footer__force-completion input[type=checkbox]:not(:checked)+span:before,.pxl-checklist__form__area__footer__force-completion input[type=radio]:checked+span:after,.pxl-checklist__form__area__footer__force-completion input[type=radio]:checked+span:before,.pxl-checklist__form__area__footer__force-completion input[type=radio]:not(:checked)+span:after,.pxl-checklist__form__area__footer__force-completion input[type=radio]:not(:checked)+span:before{left:50%;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}@media print,screen and (max-width:47.99875em){.pxl-checklist__form__area__footer{position:relative}.pxl-checklist__form__area__footer:not(.small){padding-top:6rem}.pxl-checklist__form__area__footer__force-completion{left:0;padding-left:0;padding-right:0;position:absolute;right:0;top:0}.pxl-checklist__form__area__footer__force-completion .pxl-checklist__form__label-text{padding-left:2.25rem!important;padding-right:0;padding-top:0;text-align:left}.pxl-checklist__form__area__footer__force-completion input[type=checkbox]:checked+span:after,.pxl-checklist__form__area__footer__force-completion input[type=checkbox]:checked+span:before,.pxl-checklist__form__area__footer__force-completion input[type=checkbox]:not(:checked)+span:after,.pxl-checklist__form__area__footer__force-completion input[type=checkbox]:not(:checked)+span:before,.pxl-checklist__form__area__footer__force-completion input[type=radio]:checked+span:after,.pxl-checklist__form__area__footer__force-completion input[type=radio]:checked+span:before,.pxl-checklist__form__area__footer__force-completion input[type=radio]:not(:checked)+span:after,.pxl-checklist__form__area__footer__force-completion input[type=radio]:not(:checked)+span:before{left:0;top:0;-webkit-transform:none;-ms-transform:none;transform:none}}.pxl-checklist__member-index>.pxl-checklist__member-index__item>a>.pxl-checklist__member-index__item-label{font-size:22px;text-transform:uppercase}.pxl-checklist__member-index>.pxl-checklist__member-index__item>.pxl-checklist__member-index__sub-entries>.pxl-checklist__member-index__item>a>.pxl-checklist__member-index__item-label{font-size:18px}.post__content__intro{margin:0 auto;max-width:700px}.post__content__intro table td{padding:5px 10px}.pxl-notifications{background-color:#246670;-webkit-box-shadow:0 0 6px rgba(0,0,0,.16);box-shadow:0 0 6px rgba(0,0,0,.16);left:0;opacity:0;padding:1.9rem 1rem 2rem;position:fixed;right:0;top:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden;z-index:100000}.pxl-notifications.visible{opacity:1;visibility:visible}.pxl-notifications__single{color:#fefefe;font-family:montserrat,sans-serif;font-size:24px;font-weight:700;margin-bottom:0;text-align:center}.pxl-hexacontainer,.pxl-hexacontainer div{height:324px;margin:0 auto;overflow:hidden;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;width:324px}.pxl-hexacontainer{height:280.8px;position:relative;top:24px;width:334.8px}.pxl-hexacontainer div{height:100%;width:100%}.pxl-hexacontainer{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.hex1,.hex2{-webkit-transform:rotate(-60deg);-ms-transform:rotate(-60deg);transform:rotate(-60deg)}.all-checklist-button,.coworker-button{margin-bottom:2rem;margin-top:3rem}.coworker-button{margin-right:10px}@media print,screen and (max-width:39.99875em){.all-checklist-button,.coworker-button{margin-bottom:0;margin-top:2rem}}body.is_safari .pxl-hexacontainer,body.is_safari .pxl-hexacontainer div{backface-visibility:hidden;-webkit-backface-visibility:hidden}body.is_safari .pxl-hexacontainer{-webkit-transform:rotate(90deg) translateZ(0);transform:rotate(90deg) translateZ(0)}body.is_safari .hex1,body.is_safari .hex2{-webkit-transform:rotate(-60deg) translateZ(0);transform:rotate(-60deg) translateZ(0)}body.is_safari .hexagon-content{-webkit-transform:rotate(30deg) translateZ(0);transform:rotate(30deg) translateZ(0)}body.is_safari .hexa img{-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0);transform:translateX(-50%) translateY(-50%) translateZ(0)}.hexagon-content{bottom:-25px;height:auto!important;top:-25px;-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.hexagon-content,.hexagon-link{left:0;position:absolute;right:0}.hexagon-link{bottom:0;top:0}.hexa img{left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.single-checklist .memberfeedback__button,.single-checklist .talkus-reset.talkus-body .talkus-button{bottom:50px!important}@media (max-width:999px) and (min-width:500px){.pxl-hexacontainer,.pxl-hexacontainer div{height:194px;width:194px}.pxl-hexacontainer{height:168.6px;position:relative;top:15px;width:201px}.pxl-hexacontainer div{height:100%;width:100%}.pxl-checklist__hexagonview{height:510px;margin-left:auto;margin-right:auto;max-width:100%;width:500px}.pxl-checklist__hexagonview__single{height:198px;width:200px}.pxl-checklist__hexagonview__single.hexagon-1{left:32%}.pxl-checklist__hexagonview__single.hexagon-2{left:68%}.pxl-checklist__hexagonview__single.hexagon-3{left:86%;top:156px}.pxl-checklist__hexagonview__single.hexagon-4{left:68%;top:312px}.pxl-checklist__hexagonview__single.hexagon-5{left:32%;top:312px}.pxl-checklist__hexagonview__single.hexagon-6{left:14%;top:156px}.pxl-checklist__hexagonview__single.hexagon-center{left:50%;top:156px}.pxl-checklist__hexagonview__single.hexagon-center img{width:168px}.pxl-checklist__hexagonview__single.hexagon-center .pxl-checklist__hexagonview__single__overlay{top:100%!important}.pxl-checklist__hexagonview__single__overlay{bottom:0!important;padding-top:15px;top:50%!important;-webkit-transform:translateY(0)!important;-ms-transform:translateY(0)!important;transform:translateY(0)!important}.pxl-checklist__hexagonview__single__overlay__content{padding:0 0 1rem}.pxl-checklist__hexagonview__single__overlay__content h3{font-size:1.2rem;margin-bottom:0}.pxl-checklist__hexagonview__single__overlay__content h3:after{content:none}.pxl-checklist__hexagonview__single__overlay__content p{display:none}}@media (max-width:499px){.pxl-hexacontainer,.pxl-hexacontainer div{height:116.4px;width:116.4px}.pxl-hexacontainer{height:101.3px;position:relative;top:10px;width:120.6px}.pxl-hexacontainer div{height:100%;width:100%}.pxl-checklist__hexagonview{height:306px;margin-left:auto;margin-right:auto;max-width:100%;width:320px}.pxl-checklist__hexagonview__single{height:119px;width:120px}.pxl-checklist__hexagonview__single.hexagon-1{left:33%}.pxl-checklist__hexagonview__single.hexagon-2{left:67%}.pxl-checklist__hexagonview__single.hexagon-3{left:84%;top:93.6px}.pxl-checklist__hexagonview__single.hexagon-4{left:67%;top:187.2px}.pxl-checklist__hexagonview__single.hexagon-5{left:33%;top:187.2px}.pxl-checklist__hexagonview__single.hexagon-6{left:16%;top:93.6px}.pxl-checklist__hexagonview__single.hexagon-center{left:50%;top:93.6px}.pxl-checklist__hexagonview__single.hexagon-center img{width:100px}.pxl-checklist__hexagonview__single.hexagon-center .pxl-checklist__hexagonview__single__overlay{top:100%!important}.pxl-checklist__hexagonview__single__overlay{bottom:0!important;padding-left:0;padding-right:0;padding-top:15px;top:0!important;-webkit-transform:translateY(0)!important;-ms-transform:translateY(0)!important;transform:translateY(0)!important}.pxl-checklist__hexagonview__single__overlay__content{left:50%;padding:0;top:50%!important;-webkit-transform:translateX(-50%) translateY(-50%)!important;-ms-transform:translateX(-50%) translateY(-50%)!important;transform:translateX(-50%) translateY(-50%)!important}.pxl-checklist__hexagonview__single__overlay__content h3{font-size:1rem;margin-bottom:0}.pxl-checklist__hexagonview__single__overlay__content h3:after{content:none}.pxl-checklist__hexagonview__single__overlay__content p{display:none}}.fina-roles,.team-overview{font-family:montserrat,serif}.fina-roles .filter-row,.team-overview .filter-row{margin-bottom:40px;position:relative;z-index:20}.fina-roles .filter-row--location .choices__inner,.team-overview .filter-row--location .choices__inner{width:270px}.fina-roles .filter-row__title,.team-overview .filter-row__title{font-size:20px;font-weight:700;margin-right:40px;margin-top:2px}.fina-roles .filter-row__flex,.team-overview .filter-row__flex{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;justify-content:space-between}.fina-roles .filter-row__search,.team-overview .filter-row__search{background-image:url(../images/search.svg);background-position:100%;background-repeat:no-repeat;background-size:16px;border:none;border-bottom:3px solid #246670;-webkit-box-shadow:none;box-shadow:none;color:#246670;font-family:montserrat,serif;font-size:18px;font-weight:500;height:auto;line-height:1;margin-bottom:0;outline:none;padding:9px 25px 8px 0}.fina-roles .filter-row__search::-webkit-input-placeholder,.team-overview .filter-row__search::-webkit-input-placeholder{color:#246670;opacity:1}.fina-roles .filter-row__search:-moz-placeholder,.fina-roles .filter-row__search::-moz-placeholder,.team-overview .filter-row__search:-moz-placeholder,.team-overview .filter-row__search::-moz-placeholder{color:#246670;opacity:1}.fina-roles .filter-row__search:-ms-input-placeholder,.team-overview .filter-row__search:-ms-input-placeholder{color:#246670;opacity:1}.fina-roles .filter-row select,.team-overview .filter-row select{display:none}.fina-roles__section-sticky,.team-overview__section-sticky{position:-webkit-sticky;position:sticky;top:240px}.fina-roles__section-title,.team-overview__section-title{border-bottom:3px solid #246670;font-size:18px;font-weight:700;line-height:22px;padding:9px 0 8px}.fina-roles__section-title:not(:first-child),.team-overview__section-title:not(:first-child){margin-top:20px}@media print,screen and (max-width:63.99875em){.fina-roles__section-title,.team-overview__section-title{margin-top:40px}}.fina-roles__icon-wrapper,.team-overview__icon-wrapper{padding:0 20px;text-align:center}@media print,screen and (max-width:63.99875em){.fina-roles__icon-wrapper,.team-overview__icon-wrapper{margin-bottom:20px}}.fina-roles__icon-wrapper img,.team-overview__icon-wrapper img{height:auto;max-width:120px;width:100%}.fina-roles__content__single,.team-overview__content__single{font-size:16px;font-weight:300;line-height:24px;margin:60px 0}.fina-roles__content__single:first-child,.team-overview__content__single:first-child{margin-top:0}.fina-roles__content__single:last-child,.team-overview__content__single:last-child{margin-bottom:0}.fina-roles__content__single--description,.team-overview__content__single--description{border-bottom:1px solid #f0eeea}.fina-roles__content__single--description h2,.team-overview__content__single--description h2{color:#a86968;margin-bottom:1rem}.fina-roles__content__single--description>.row,.team-overview__content__single--description>.row{margin:40px 0}.fina-roles__content__single--levels,.team-overview__content__single--levels{background-color:#246670;color:#fefefe;padding:40px}.fina-roles__content__single--levels>.row:not(:last-child),.team-overview__content__single--levels>.row:not(:last-child){margin-bottom:20px}.fina-roles__content__single--levels p,.fina-roles__content__single--levels ul,.team-overview__content__single--levels p,.team-overview__content__single--levels ul{margin-bottom:0}.fina-roles__member-list,.team-overview__member-list{list-style:none;margin:0;padding:0}.fina-roles__member-list__single,.team-overview__member-list__single{margin:10px 0}.fina-roles__member-list__single>a,.team-overview__member-list__single>a{-webkit-box-orient:horizontal;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:16px;line-height:19.5px;text-decoration:none!important}.fina-roles__member-list__single>a,.fina-roles__member-list__text,.team-overview__member-list__single>a,.team-overview__member-list__text{-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.fina-roles__member-list__text,.team-overview__member-list__text{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.fina-roles__member-list__name,.team-overview__member-list__name{font-weight:500}.fina-roles__member-list__hashtags,.team-overview__member-list__hashtags{font-weight:300}.fina-roles__member-list__hashtags__single--level,.team-overview__member-list__hashtags__single--level{color:#b6a897}.fina-roles__member-list__image,.team-overview__member-list__image{-webkit-box-flex:0;border:1px solid #246670;-webkit-border-radius:100px;border-radius:100px;display:block;-webkit-flex:0 0 48px;-ms-flex:0 0 48px;flex:0 0 48px;height:48px;margin-right:10px;-o-object-fit:contain;object-fit:contain;width:48px}.fina-roles table,.team-overview table{border-collapse:collapse;width:100%}.fina-roles table.filter-table--location td,.fina-roles table.filter-table--location th,.team-overview table.filter-table--location td,.team-overview table.filter-table--location th{width:52%}.fina-roles table.filter-table--location td:last-child,.fina-roles table.filter-table--location th:last-child,.team-overview table.filter-table--location td:last-child,.team-overview table.filter-table--location th:last-child{width:48%}.fina-roles table thead tr,.team-overview table thead tr{border-bottom:3px solid #246670}.fina-roles table thead th,.team-overview table thead th{font-size:18px;font-weight:700;padding:9px 0 7px;text-align:left}.fina-roles table tbody tr,.team-overview table tbody tr{border-bottom:1px solid #246670}.fina-roles table tbody tr.filter-critical td a,.team-overview table tbody tr.filter-critical td a{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.fina-roles table tbody tr.filter-zentrum a,.team-overview table tbody tr.filter-zentrum a{color:#a86968}.fina-roles table tbody tr.filter-peripherie a,.team-overview table tbody tr.filter-peripherie a{color:#246670}.fina-roles table tbody tr.filter-extern a,.team-overview table tbody tr.filter-extern a{color:#b6a897}.fina-roles table tbody tr:hover a,.team-overview table tbody tr:hover a{padding-left:5px}.fina-roles table tbody td,.team-overview table tbody td{font-weight:300}.fina-roles table tbody td a,.team-overview table tbody td a{color:#246670;display:block;font-size:18px;padding:9px 0 7px;text-decoration:none!important;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.fina-roles table .type-col,.team-overview table .type-col{width:130px}.fina-roles .filter-table__member-name,.team-overview .filter-table__member-name{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:10px 0}.fina-roles .filter-table__member-name a,.team-overview .filter-table__member-name a{padding:0}.fina-roles .filter-table__member-name__text,.team-overview .filter-table__member-name__text{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;line-height:20px}.fina-roles .filter-table__member-name__text a,.team-overview .filter-table__member-name__text a{padding-left:0!important}.fina-roles .filter-table__member-name__name,.team-overview .filter-table__member-name__name{font-weight:500}.fina-roles .filter-table__member-name__email,.team-overview .filter-table__member-name__email{font-weight:300}.fina-roles .filter-table__member-name__image,.team-overview .filter-table__member-name__image{border:1px solid #246670;-webkit-border-radius:100px;border-radius:100px;display:block;height:70px;margin-right:10px;-o-object-fit:contain;object-fit:contain;width:70px}.fina-roles .filter-table__member-role,.team-overview .filter-table__member-role{display:block;font-size:16px;line-height:20px;margin:5px 0;padding:0}.fina-roles .filter-table__member-role:first-child,.team-overview .filter-table__member-role:first-child{margin-bottom:10px;margin-top:10px}.fina-roles .filter-table__member-role--zentrum,.team-overview .filter-table__member-role--zentrum{color:#a86968}.fina-roles .filter-table__member-role--peripherie,.team-overview .filter-table__member-role--peripherie{color:#246670}.fina-roles .filter-table__member-role--extern,.team-overview .filter-table__member-role--extern{color:#b6a897}.fina-roles .filter-table__member-roles,.team-overview .filter-table__member-roles{padding:15px 0}.fina-roles .filter-table__member-roles__role,.team-overview .filter-table__member-roles__role{display:block;font-weight:500}.fina-roles .filter-table__member-roles__hashtag,.team-overview .filter-table__member-roles__hashtag{font-size:14px}.fina-roles .filter-table__member-roles__hashtag--level,.team-overview .filter-table__member-roles__hashtag--level{color:#b6a897}.fina-roles .full-width-choices .choices .choices__inner,.team-overview .full-width-choices .choices .choices__inner{width:100%}@media print,screen and (max-width:39.99875em){.fina-roles .full-width-choices,.team-overview .full-width-choices{margin-top:30px}}.fina-roles .choices,.team-overview .choices{position:relative}.fina-roles .choices__inner,.team-overview .choices__inner{border-bottom:3px solid #246670;color:#246670;cursor:pointer;font-family:montserrat,serif;font-size:18px;font-weight:500;line-height:1;padding:9px 30px 8px 0;position:relative;width:170px}.fina-roles .choices__inner:after,.team-overview .choices__inner:after{background-image:url(../images/chevron-down-primary.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:15px;position:absolute;right:0;top:10px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:15px}.fina-roles .choices__list--dropdown,.team-overview .choices__list--dropdown{opacity:0;position:absolute;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden;width:100%}.fina-roles .choices__list--dropdown .choices__list,.team-overview .choices__list--dropdown .choices__list{background-color:#fefefe;text-align:center;width:100%}.fina-roles .choices__list--dropdown .choices__list .choices__item,.team-overview .choices__list--dropdown .choices__list .choices__item{border-bottom:1px solid #246670;cursor:pointer;font-size:16px;padding:7px 0 6px}.fina-roles .choices__list--dropdown .choices__list .choices__item.is-selected,.team-overview .choices__list--dropdown .choices__list .choices__item.is-selected{display:none}.fina-roles .choices.is-open .choices__inner:after,.team-overview .choices.is-open .choices__inner:after{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fina-roles .choices.is-open .choices__list--dropdown,.team-overview .choices.is-open .choices__list--dropdown{opacity:1;visibility:visible}.fina-roles__list,.team-overview__list{list-style:none;margin:0;padding:0}.fina-roles__list li+li,.team-overview__list li+li{margin-top:3px}.fina-roles__list a,.team-overview__list a{text-decoration:none!important}.critical-sign{border:2px solid #a86968;-webkit-border-radius:50px;border-radius:50px;color:#a86968;display:inline-block;font-size:18px;font-weight:500;height:30px;margin-left:6px;padding-top:1px;text-align:center;vertical-align:middle;width:30px}.page-footer,.page-header{position:relative}.page-footer__back-link,.page-header__back-link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-family:montserrat,serif;font-weight:500;left:0;position:absolute;text-decoration:none!important;top:15px}.single-cubetech_member .page-footer__back-link,.single-cubetech_member .page-header__back-link{top:69px}.page-footer__back-link svg,.page-header__back-link svg{fill:#246670;display:block;height:24px;padding-right:8px;position:relative;top:-1px;width:24px}@media print,screen and (max-width:89.99875em){.page-footer__back-link,.page-header__back-link{top:-65px}}@media print,screen and (max-width:63.99875em){.single-cubetech_member .page-footer__back-link,.single-cubetech_member .page-header__back-link{top:100px}}.page-footer .big-title,.page-header .big-title{margin-left:auto;margin-right:auto;max-width:600px;width:100%}.page-footer{margin-top:60px;text-align:left}.page-footer__back-link{position:relative;top:0}.content-box{overflow:hidden;position:relative}.content-box--bg-color{color:#fff}.content-box--bg-color h2{color:#b6a897}.content-box--bg-color__petrol{background-color:#246670}.content-box--bg-color__beige{background-color:#ab9d89}.content-box--bg-color__beige h2{color:#246670}.content-box--bg-color__red{background-color:#a86968}.content-box--bg-color__red .finance-button{background-color:#246670}.content-box--bg-color__sand{background-color:#d2c4b2}.content-box--bg-color__sand h2{color:#246670}.content-box--bg-color__sand .finance-button{background-color:#246670}.content-box--bg-color__green{background-color:#669692}.content-box--bg-title .content-box__content{padding-bottom:140px;padding-top:140px}.content-box--bg-title .content-box__content h1{font-size:72px;line-height:88px;margin-bottom:30px}.content-box--bg-title .content-box__content h2{font-family:montserrat,Helvetica,Roboto,Arial,sans-serif;font-size:60px;font-weight:700;line-height:72px}.content-box__background{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.content-box__background__logo-top{left:50%;margin-left:-752px;position:absolute;top:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.content-box__background__logo-bottom{bottom:0;height:auto;margin-right:-730px;position:absolute;right:50%;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);width:260px}.content-box--plansystem .close-button{display:none}.content-box--plansystem .content-box__content{padding-bottom:50px;padding-top:30px}.content-box--plansystem .content-box__content .plansystem-mobile-hint{display:none;margin-bottom:0;margin-top:10px}@media print,screen and (max-width:63.99875em){.content-box--plansystem .content-box__content .plansystem-mobile-hint{display:block}}.content-box--plansystem .content-box__content .arrow-container{position:relative}.content-box--plansystem .content-box__content .arrow-container svg{height:auto;max-width:100%;width:100%}.content-box--plansystem .content-box__content .arrow-container svg#all_fina_services{bottom:0;left:0;opacity:1;pointer-events:none;position:absolute;right:0;top:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:visible;z-index:0}.content-box--plansystem .content-box__content .arrow-container svg#all_fina_services.arrow-active{opacity:0;visibility:hidden}.content-box--plansystem .content-box__content .arrow-container svg>g:not(#Pfeile){pointer-events:none}.content-box--plansystem .content-box__content .arrow-container svg path[id^=arrow-]+path{-webkit-animation-duration:7s;animation-duration:7s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:changeColor;animation-name:changeColor}.content-box--plansystem .content-box__content .arrow-container svg:hover path[id^=arrow-]+path{-webkit-animation-name:none;animation-name:none}.content-box--plansystem .content-box__content .arrow-container svg path#arrow-1+path{-webkit-animation-delay:2s;animation-delay:2s}.content-box--plansystem .content-box__content .arrow-container svg path#arrow-2+path{-webkit-animation-delay:3s;animation-delay:3s}.content-box--plansystem .content-box__content .arrow-container svg path#arrow-3+path{-webkit-animation-delay:4s;animation-delay:4s}.content-box--plansystem .content-box__content .arrow-container svg path#arrow-4+path{-webkit-animation-delay:5s;animation-delay:5s}.content-box--plansystem .content-box__content .arrow-container svg path#arrow-5+path{-webkit-animation-delay:6s;animation-delay:6s}.content-box--plansystem .content-box__content .arrow-container svg path#arrow-6+path{-webkit-animation-delay:7s;animation-delay:7s}.content-box--plansystem .content-box__content .arrow-container svg path#arrow-7+path{-webkit-animation-delay:8s;animation-delay:8s}.content-box--plansystem .content-box__content .arrow-container svg path[id^=arrow]{cursor:pointer}.content-box--plansystem .content-box__content .arrow-container svg:not(#pfeile-fr) path{cursor:pointer;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.content-box--plansystem .content-box__content .arrow-container svg:not(#pfeile-fr) path.arrow-active,.content-box--plansystem .content-box__content .arrow-container svg:not(#pfeile-fr) path.arrow-active+path{-webkit-transform:scale(1.1) translateY(14px);-ms-transform:scale(1.1) translateY(14px);transform:scale(1.1) translateY(14px)}.content-box--plansystem .content-box__content .arrow-container svg:not(#pfeile-fr) path.arrow-active#arrow-2,.content-box--plansystem .content-box__content .arrow-container svg:not(#pfeile-fr) path.arrow-active#arrow-2+path{-webkit-transform:scale(1.1) translate(-10px,10px);-ms-transform:scale(1.1) translate(-10px,10px);transform:scale(1.1) translate(-10px,10px)}.content-box--plansystem .content-box__content .arrow-container svg:not(#pfeile-fr) path.arrow-active#arrow-3,.content-box--plansystem .content-box__content .arrow-container svg:not(#pfeile-fr) path.arrow-active#arrow-3+path{-webkit-transform:scale(1.1) translate(-15px);-ms-transform:scale(1.1) translate(-15px);transform:scale(1.1) translate(-15px)}.content-box--plansystem .content-box__content .arrow-container svg:not(#pfeile-fr) path.arrow-active#arrow-4,.content-box--plansystem .content-box__content .arrow-container svg:not(#pfeile-fr) path.arrow-active#arrow-4+path{-webkit-transform:scale(1.1) translate(-7px,-12px);-ms-transform:scale(1.1) translate(-7px,-12px);transform:scale(1.1) translate(-7px,-12px)}.content-box--plansystem .content-box__content .arrow-container svg:not(#pfeile-fr) path.arrow-active#arrow-5,.content-box--plansystem .content-box__content .arrow-container svg:not(#pfeile-fr) path.arrow-active#arrow-5+path{-webkit-transform:scale(1.1) translate(6px,-14px);-ms-transform:scale(1.1) translate(6px,-14px);transform:scale(1.1) translate(6px,-14px)}.content-box--plansystem .content-box__content .arrow-container svg:not(#pfeile-fr) path.arrow-active#arrow-6,.content-box--plansystem .content-box__content .arrow-container svg:not(#pfeile-fr) path.arrow-active#arrow-6+path{-webkit-transform:scale(1.1) translate(12px,-2px);-ms-transform:scale(1.1) translate(12px,-2px);transform:scale(1.1) translate(12px,-2px)}.content-box--plansystem .content-box__content .arrow-container svg:not(#pfeile-fr) path.arrow-active#arrow-7,.content-box--plansystem .content-box__content .arrow-container svg:not(#pfeile-fr) path.arrow-active#arrow-7+path{-webkit-transform:scale(1.1) translate(10px,8px);-ms-transform:scale(1.1) translate(10px,8px);transform:scale(1.1) translate(10px,8px)}.content-box--plansystem .content-box__content .arrow-container svg#versicherung-tabelle{margin-top:1rem}.content-box--plansystem .content-box__content .arrow-container svg#versicherung-tabelle g{pointer-events:auto}.content-box--plansystem .content-box__content .arrow-container svg#versicherung-tabelle [id^=info-]{cursor:pointer}.content-box--plansystem .content-box__content .arrow-content__single{background-color:#d2c4b2;color:#246670;left:50%;opacity:0;padding:20px 20px 6px;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden;width:420px}.content-box--plansystem .content-box__content .arrow-content__single ul{list-style:none;margin-left:0;padding:0}.content-box--plansystem .content-box__content .arrow-content__single li{padding-left:1.3em}.content-box--plansystem .content-box__content .arrow-content__single li:before{content:"✓";display:inline-block;font-weight:700;margin-left:-1.3em;width:1.3em}.content-box--plansystem .content-box__content .arrow-content__single h3{margin-bottom:0}.content-box--plansystem .content-box__content .arrow-content__single p{color:#246670}.content-box--plansystem .content-box__content .arrow-content__single.arrow-active{opacity:1;visibility:visible}.content-box--3-saeulesystem .close-button{display:none}@media print,screen and (max-width:63.99875em){.content-box--3-saeulesystem .close-button{color:#246670;cursor:pointer;display:block;font-size:50px;position:absolute;right:20px;top:8px}}.content-box--3-saeulesystem .dreisaeule-graphic{position:relative}.content-box--3-saeulesystem .content-box__content{padding-bottom:50px;padding-top:30px}.content-box--3-saeulesystem .content-box__content .plansystem-mobile-hint{display:none;margin-bottom:0;margin-top:10px}@media print,screen and (max-width:63.99875em){.content-box--3-saeulesystem .content-box__content .plansystem-mobile-hint{display:block}}.content-box--3-saeulesystem .content-box__content .graph-container{position:relative}.content-box--3-saeulesystem .content-box__content .graph-container svg{height:auto;max-width:100%;width:100%}.content-box--3-saeulesystem .content-box__content .graph-container svg>g#Texts,.content-box--3-saeulesystem .content-box__content .graph-container svg>g#Texts g{pointer-events:none}.content-box--3-saeulesystem .content-box__content .graph-container svg g[data-saeule-hover],.content-box--3-saeulesystem .content-box__content .graph-container svg g[data-saeule-link]{cursor:pointer}.content-box--3-saeulesystem .content-box__content .graph-container svg g[data-saeule-hover] polygon,.content-box--3-saeulesystem .content-box__content .graph-container svg g[data-saeule-link] polygon{-webkit-transition:fill .2s ease-in-out;-o-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out}.content-box--3-saeulesystem .content-box__content .graph-container svg g[data-saeule-link]:hover polygon{fill:#246670}@media print,screen and (min-width:48em){.content-box--3-saeulesystem .content-box__content .graph-content{pointer-events:none}}.content-box--3-saeulesystem .content-box__content .graph-content__single{background-color:#d2c4b2;color:#246670;left:50%;opacity:0;padding:20px 20px 6px;position:absolute;top:30%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden;width:420px}.content-box--3-saeulesystem .content-box__content .graph-content__single ul{list-style:none;margin-left:0;padding:0}.content-box--3-saeulesystem .content-box__content .graph-content__single li{padding-left:1.3em}.content-box--3-saeulesystem .content-box__content .graph-content__single li:before{content:"✓";display:inline-block;font-weight:700;margin-left:-1.3em;width:1.3em}.content-box--3-saeulesystem .content-box__content .graph-content__single h3{margin-bottom:0}.content-box--3-saeulesystem .content-box__content .graph-content__single p{color:#246670}.content-box--3-saeulesystem .content-box__content .graph-content__single.graph-active{opacity:1;visibility:visible}.content-box--3-saeulesystem-vorsorge .close-button{display:none}@media print,screen and (max-width:63.99875em){.content-box--3-saeulesystem-vorsorge .close-button{color:#246670;cursor:pointer;display:block;font-size:50px;position:absolute;right:20px;top:8px}}.content-box--3-saeulesystem-vorsorge .dreisaeule-graphic{position:relative}.content-box--3-saeulesystem-vorsorge .content-box__content{padding-bottom:50px;padding-top:30px}.content-box--3-saeulesystem-vorsorge .content-box__content .plansystem-mobile-hint{display:none;margin-bottom:0;margin-top:10px}@media print,screen and (max-width:63.99875em){.content-box--3-saeulesystem-vorsorge .content-box__content .plansystem-mobile-hint{display:block}}.content-box--3-saeulesystem-vorsorge .content-box__content .graph-container{position:relative}.content-box--3-saeulesystem-vorsorge .content-box__content .graph-container svg{height:auto;max-width:100%;width:100%}.content-box--3-saeulesystem-vorsorge .content-box__content .graph-container svg g[data-vorsorge-text]{pointer-events:none}.content-box--3-saeulesystem-vorsorge .content-box__content .graph-container svg [data-vorsorge-hover]{cursor:pointer}.content-box--3-saeulesystem-vorsorge .content-box__content .graph-container svg [data-vorsorge-hover],.content-box--3-saeulesystem-vorsorge .content-box__content .graph-container svg [data-vorsorge-hover] path,.content-box--3-saeulesystem-vorsorge .content-box__content .graph-container svg [data-vorsorge-hover] rect{-webkit-transition:fill .2s ease-in-out;-o-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out}.content-box--3-saeulesystem-vorsorge .content-box__content .graph-container svg g[data-vorsorge-hover=saeule-1]:hover rect,.content-box--3-saeulesystem-vorsorge .content-box__content .graph-container svg rect[data-vorsorge-hover=saeule-3]:hover{fill:#96826a}.content-box--3-saeulesystem-vorsorge .content-box__content .graph-container svg g[data-vorsorge-hover=saeule-2]:hover path,.content-box--3-saeulesystem-vorsorge .content-box__content .graph-container svg path[data-vorsorge-hover=saeule-2]:hover{fill:#00363c}.content-box--3-saeulesystem-vorsorge .content-box__content .graph-container svg g[data-vorsorge-hover=saeule-3]:hover path,.content-box--3-saeulesystem-vorsorge .content-box__content .graph-container svg path[data-vorsorge-hover=saeule-1]:hover{fill:#7c4847}@media print,screen and (min-width:48em){.content-box--3-saeulesystem-vorsorge .content-box__content .graph-content{pointer-events:none}}.content-box--3-saeulesystem-vorsorge .content-box__content .graph-content__single{background-color:#d2c4b2;color:#246670;left:50%;opacity:0;padding:20px 20px 6px;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden;width:420px}.content-box--3-saeulesystem-vorsorge .content-box__content .graph-content__single ul{list-style:none;margin-left:0;padding:0}.content-box--3-saeulesystem-vorsorge .content-box__content .graph-content__single li{padding-left:1.3em}.content-box--3-saeulesystem-vorsorge .content-box__content .graph-content__single li:before{content:"✓";display:inline-block;font-weight:700;margin-left:-1.3em;width:1.3em}.content-box--3-saeulesystem-vorsorge .content-box__content .graph-content__single h3{margin-bottom:0}.content-box--3-saeulesystem-vorsorge .content-box__content .graph-content__single p{color:#246670}.content-box--3-saeulesystem-vorsorge .content-box__content .graph-content__single.graph-active{opacity:1;visibility:visible}.content-box--pk .close-button{display:none}@media print,screen and (max-width:63.99875em){.content-box--pk .close-button{color:#246670;cursor:pointer;display:block;float:right;font-size:50px;position:relative;right:0;top:-9px}}.content-box--pk .dreisaeule-graphic{position:relative}.content-box--pk .content-box__content{padding-bottom:50px;padding-top:30px}.content-box--pk .content-box__content .plansystem-mobile-hint{display:none;margin-bottom:0;margin-top:10px}@media print,screen and (max-width:63.99875em){.content-box--pk .content-box__content .plansystem-mobile-hint{display:block}}.content-box--pk .content-box__content .graph-container{position:relative}.content-box--pk .content-box__content .graph-container svg{height:auto;max-width:100%;width:100%}.content-box--pk .content-box__content .graph-container svg g[data-pk-text]{pointer-events:none}.content-box--pk .content-box__content .graph-container svg [data-pk-hover]{cursor:pointer}@media print,screen and (min-width:48em){.content-box--pk .content-box__content .graph-content{pointer-events:none}}.content-box--pk .content-box__content .graph-content__single{background-color:#d2c4b2;color:#246670;left:50%;opacity:0;padding:20px 20px 6px;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden;width:420px}.content-box--pk .content-box__content .graph-content__single.upper-half{top:25%}.content-box--pk .content-box__content .graph-content__single.lower-half{top:75%}.content-box--pk .content-box__content .graph-content__single.bottom{top:90%}.content-box--pk .content-box__content .graph-content__single ul{list-style:none;margin-left:0;padding:0}.content-box--pk .content-box__content .graph-content__single li{padding-left:1.3em}.content-box--pk .content-box__content .graph-content__single li:before{content:"✓";display:inline-block;font-weight:700;margin-left:-1.3em;width:1.3em}.content-box--pk .content-box__content .graph-content__single h3{margin-bottom:0}.content-box--pk .content-box__content .graph-content__single p{color:#246670}.content-box--pk .content-box__content .graph-content__single.graph-active{opacity:1;visibility:visible}.content-box--versicherung{overflow:visible!important;z-index:1}.content-box--versicherung img[src*="info-icon.svg"]{height:27px;margin-left:4px;position:relative;top:-4px;width:27px}.content-box--versicherung .close-button{color:#246670;cursor:pointer;display:block;font-size:50px;position:absolute;right:20px;top:8px}.content-box--versicherung .content-box__content .arrow-content__single h3{margin-bottom:1rem;width:80%}.content-box--versicherung .content-box__content{padding-bottom:50px;padding-top:30px}.content-box--versicherung .content-box__content .plansystem-mobile-hint{display:none;margin-bottom:0;margin-top:10px}@media print,screen and (max-width:63.99875em){.content-box--versicherung .content-box__content .plansystem-mobile-hint{display:block}}.content-box--versicherung .content-box__content .arrow-container{position:relative}.content-box--versicherung .content-box__content .arrow-container svg{height:auto;max-width:100%;width:100%}.content-box--versicherung .content-box__content .arrow-container svg#all_fina_services{bottom:0;left:0;opacity:1;pointer-events:none;position:absolute;right:0;top:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:visible;z-index:0}.content-box--versicherung .content-box__content .arrow-container svg#all_fina_services.arrow-active{opacity:0;visibility:hidden}.content-box--versicherung .content-box__content .arrow-container svg>g:not(#Pfeile){pointer-events:none}.content-box--versicherung .content-box__content .arrow-container svg#versicherung-tabelle{margin-top:1rem}.content-box--versicherung .content-box__content .arrow-container svg#versicherung-tabelle g{pointer-events:auto}.content-box--versicherung .content-box__content .arrow-container svg#versicherung-tabelle [id^=info-]{cursor:pointer}.content-box--versicherung .content-box__content .arrow-content__single{background-color:#d2c4b2;color:#246670;left:50%;opacity:0;padding:20px 20px 6px;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden;width:420px}.content-box--versicherung .content-box__content .arrow-content__single ul{list-style:none;margin-left:0;padding:0}.content-box--versicherung .content-box__content .arrow-content__single li{padding-left:1.3em}.content-box--versicherung .content-box__content .arrow-content__single li:before{content:"✓";display:inline-block;font-weight:700;margin-left:-1.3em;width:1.3em}.content-box--versicherung .content-box__content .arrow-content__single h3{margin-bottom:0}.content-box--versicherung .content-box__content .arrow-content__single p{color:#246670}.content-box--versicherung .content-box__content .arrow-content__single.arrow-active{opacity:1;visibility:visible}.content-box--complex-text{margin:60px 0;overflow:visible}.content-box--complex-text iframe{margin-bottom:10px;margin-top:10px;width:100%}@media print,screen and (max-width:89.99875em){.content-box--complex-text iframe{min-height:350px}}@media print,screen and (max-width:63.99875em){.content-box--complex-text iframe{min-height:300px}}@media print,screen and (max-width:39.99875em){.content-box--complex-text iframe{min-height:250px}}@media screen and (min-width:80em){.content-box--complex-text iframe{min-height:432px}}@media screen and (max-width:48em){.content-box--complex-text iframe,.content-box--complex-text img[class*=wp-image-]{height:auto;max-width:100%!important;width:100%!important}}.content-box--complex-calc{margin:10px 0 30px}.content-box .insurance-wrap{margin-bottom:0;margin-top:0}.fina-beige-bg,.fina-petrol-bg,.fina-red-bg{background-color:rgba(36,102,112,.3);color:#246670;margin-bottom:30px;padding:20px 20px 6px}.fina-beige-bg:not(:first-child),.fina-petrol-bg:not(:first-child),.fina-red-bg:not(:first-child){margin-top:30px}.fina-beige-bg:not(:last-child),.fina-petrol-bg:not(:last-child),.fina-red-bg:not(:last-child){margin-bottom:30px}.fina-beige-bg a,.fina-petrol-bg a,.fina-red-bg a{color:#246670;text-decoration:none}.fina-beige-bg a i,.fina-petrol-bg a i,.fina-red-bg a i{padding-right:10px;position:relative;top:1px}.fina-beige-bg:not(.no-tick) ul,.fina-petrol-bg:not(.no-tick) ul,.fina-red-bg:not(.no-tick) ul{list-style:none;margin-left:0;padding:0}.fina-beige-bg:not(.no-tick) li,.fina-petrol-bg:not(.no-tick) li,.fina-red-bg:not(.no-tick) li{padding-left:1.3em}.fina-beige-bg:not(.no-tick) li:before,.fina-petrol-bg:not(.no-tick) li:before,.fina-red-bg:not(.no-tick) li:before{content:"✓";display:inline-block;font-weight:700;margin-left:-1.3em;width:1.3em}.fina-red-bg{background-color:hsla(1,27%,53%,.3)}.fina-beige-bg{background-color:hsla(33,18%,65%,.3)}.has-overflow-hidden{overflow:hidden!important}@media (max-height:800px){.healthinsurance-container{position:relative}}.healthinsurance-cta__close{color:#fefefe;cursor:pointer;font-size:40px;padding:10px;position:fixed;right:0;top:0}.healthinsurance-cta__trigger{background-color:#b6a897;cursor:pointer;display:block;font-family:montserrat,Helvetica,Roboto,Arial,sans-serif;font-size:18px;font-weight:700;padding:16px 20px;-webkit-transform:translate(100%,-350%) rotate(270deg);-ms-transform:translate(100%,-350%) rotate(270deg);transform:translate(100%,-350%) rotate(270deg);-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:900}.healthinsurance-cta__content,.healthinsurance-cta__trigger{-webkit-box-shadow:0 0 3px rgba(0,0,0,.16);box-shadow:0 0 3px rgba(0,0,0,.16);color:#fefefe;opacity:0;position:fixed;right:0;top:50%;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden}.healthinsurance-cta__content{background-color:#a86968;padding:30px 20px 20px;-webkit-transform:translateY(-50%) translateX(100%);-ms-transform:translateY(-50%) translateX(100%);transform:translateY(-50%) translateX(100%);width:270px;z-index:100;z-index:900}.healthinsurance-cta__content p:last-child{margin-bottom:0}.healthinsurance-cta__content .button{border-color:#fefefe;color:#fefefe;margin-top:10px;padding:12px 15px}.healthinsurance-cta__content .button:focus,.healthinsurance-cta__content .button:hover{background-color:#fefefe;color:#246670}.healthinsurance-cta.is-open .healthinsurance-cta__trigger{-webkit-transform:translate(40%,-350%) rotate(270deg);-ms-transform:translate(40%,-350%) rotate(270deg);transform:translate(40%,-350%) rotate(270deg)}.healthinsurance-cta.is-open .healthinsurance-cta__content{-webkit-transform:translateY(-50%) translateX(0);-ms-transform:translateY(-50%) translateX(0);transform:translateY(-50%) translateX(0)}.healthinsurance-cta.is-in-scroll .healthinsurance-cta__trigger{opacity:1;-webkit-transform:translateY(-350%) rotate(270deg);-ms-transform:translateY(-350%) rotate(270deg);transform:translateY(-350%) rotate(270deg);visibility:visible}.healthinsurance-cta.is-open.is-in-scroll .healthinsurance-cta__trigger{opacity:0;visibility:hidden}.healthinsurance-cta.is-open.is-in-scroll .healthinsurance-cta__content{opacity:1;visibility:visible}@media (max-height:800px){.healthinsurance-cta__content,.healthinsurance-cta__trigger{position:absolute}.healthinsurance-cta__trigger{opacity:1;-webkit-transform:translateY(-350%) rotate(270deg);-ms-transform:translateY(-350%) rotate(270deg);transform:translateY(-350%) rotate(270deg);visibility:visible}.healthinsurance-cta.is-open .healthinsurance-cta__trigger{opacity:0;visibility:hidden}.healthinsurance-cta.is-open .healthinsurance-cta__content{opacity:1;visibility:visible}}@media (max-width:768px){.healthinsurance-cta__trigger{bottom:0;left:0;position:fixed;text-align:center;top:auto;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}}.healthinsurance .form-change-button{margin-top:20px}.arrow-container svg,::-ms-backdrop{height:758px!important;width:770px!important}#fina-price-table,::-ms-backdrop{height:604px!important;width:770px!important}#drei-saeulensystem-schweiz,::-ms-backdrop{height:1089px!important;width:770px!important}#saeulensystem-vorsorge,::-ms-backdrop{height:456px!important;width:770px!important}#pk_rente_oder_kapitalbezug,::-ms-backdrop{height:1143px!important;width:770px!important}.price_table_wrapper{position:relative}.price_table_wrapper .close-button{color:#246670;cursor:pointer;display:block;font-size:50px;position:absolute;right:20px;top:8px}.price_table_wrapper #fina-price-table [id^=price-info-]{cursor:pointer}.price_table_wrapper .price_table_info__single{background-color:#d2c4b2;color:#246670;left:50%;opacity:0;padding:20px 20px 6px;position:absolute;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden;width:420px}.price_table_wrapper .price_table_info__single ul{list-style:none;margin-left:0;padding:0}.price_table_wrapper .price_table_info__single li{padding-left:1.3em}.price_table_wrapper .price_table_info__single li:before{content:"✓";display:inline-block;font-weight:700;margin-left:-1.3em;width:1.3em}.price_table_wrapper .price_table_info__single h3{margin-bottom:1rem;width:80%}.price_table_wrapper .price_table_info__single p{color:#246670}.price_table_wrapper .price_table_info__single.info-active{opacity:1;visibility:visible}@-webkit-keyframes changeColor{0%{stroke:#fff}12.5%{stroke:#d2c4b2}25%{stroke:#fff}to{stroke:#fff}}@keyframes changeColor{0%{stroke:#fff}12.5%{stroke:#d2c4b2}25%{stroke:#fff}to{stroke:#fff}}.page-list__element--animated-icon{border-bottom:none!important;margin-bottom:0!important;margin-top:30px}.animated-icon-box{display:inline-block;height:250px;margin:0 auto;max-width:100%;position:relative;text-align:center;top:0;width:250px}.animated-icon-box .background{background-color:#a86968;border:2px solid #a86968;bottom:0;-webkit-box-shadow:0 0 0 rgba(0,0,0,.3);box-shadow:0 0 0 rgba(0,0,0,.3);left:0;max-width:none;position:absolute;right:0;top:0;z-index:10}.animated-icon-box .background,.animated-icon-box .background h4{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.animated-icon-box .background h4{color:#fff;font-size:24px}.animated-icon-box .background p{color:#fff;font-size:16px;line-height:18px;margin-bottom:0;margin-top:0;max-height:1px;opacity:0;overflow:hidden;padding:0 42px;-webkit-transition:all .3s ease-in-out,padding .2s ease-in-out,opacity .5s ease-in-out;-o-transition:all .3s ease-in-out,padding .2s ease-in-out,opacity .5s ease-in-out;transition:all .3s ease-in-out,padding .2s ease-in-out,opacity .5s ease-in-out}.animated-icon-box .background img[src*="Sternen-beige.png"],.animated-icon-box .background img[src*="Sternen-beige.svg"]{width:100px!important}.animated-icon-box .background img[src*="Beratung_beige.png"],.animated-icon-box .background img[src*="Beratung_beige.svg"],.animated-icon-box .background img[src*="Dienstleistung_beige.png"],.animated-icon-box .background img[src*="Dienstleistung_beige.svg"]{width:88px!important}.animated-icon-box .background img[src*="Fina_Icons_Vorsorge_beige.png"]{width:80px!important}.animated-icon-box .background .page-list__image{margin-bottom:30px;text-align:center;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.animated-icon-box .background .page-list__image img{display:inline-block;height:auto;padding:0;width:60px}.animated-icon-box .background .background-content{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.animated-icon-box .background:hover{background-color:#246670;border-color:#246670;bottom:-8px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px rgba(0,0,0,.2);color:#fff;left:-8px;right:-8px;top:-8px;z-index:20}.animated-icon-box .background:hover .page-list__image{margin-bottom:15px}.animated-icon-box .background:hover h4{margin-left:8px;margin-right:8px}.animated-icon-box .background:hover p{margin-top:10px;max-height:72px;opacity:1;padding:0 50px}@media print,screen and (max-width:63.99875em){.animated-icon-box .background{background-color:#246670;border-color:#246670;bottom:-8px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px rgba(0,0,0,.2);color:#fff;left:-8px;right:-8px;top:-8px;z-index:20}.animated-icon-box .background .page-list__image{margin-bottom:15px}.animated-icon-box .background h4{margin-left:8px;margin-right:8px}.animated-icon-box .background p{margin-top:10px;max-height:72px;opacity:1;padding:0 50px}}.page-template-template-pagebuilder .main-wrapper>.content-wrapper{padding-bottom:0}.insurance-wrap iframe{border:none!important}@media print,screen and (max-width:63.99875em){.content-box--bg-title .content-box__content h1{font-size:50px;line-height:58px}.content-box--bg-title .content-box__content h2{font-size:38px;line-height:46px}.content-box--complex-text{margin:40px 0}.content-box--complex-calc{margin:10px 0 0}.content-box--plansystem .close-button{color:#246670;display:block;font-size:50px;position:absolute;right:20px;top:8px}.content-box--plansystem .content-box__content .arrow-content__single h3{margin-bottom:1rem;width:80%}}.pagebuilder-sidebar-content{margin-top:120px}.pagebuilder-sidebar-content [data-builder-index="1"]>.content-box{margin-top:0}.pagebuilder-sidebar-content .content-box__content>.row>.columns{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;margin-left:0;max-width:100%;width:100%}@media print,screen and (max-width:39.99875em){.content-box--bg-title .content-box__content{padding-bottom:50px;padding-top:50px}.content-box--bg-title .content-box__content h1{font-size:42px;line-height:50px}.content-box--bg-title .content-box__content h2{font-size:32px;line-height:40px}}.intranet h1{margin:60px 0}.intranet__grid-single{margin-bottom:40px;position:relative}.intranet__grid-single a{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.intranet__grid-single img{display:block;height:auto;margin:0 auto 10px;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:60%}.intranet__grid-single:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.intranet__grid-text p{font-size:20px;margin-bottom:0}.intranet__grid-text h2{font-size:24px;margin-bottom:0}.intranet__grid-text h2,.intranet__grid-text p{line-height:30px}.page-template-template-intranet .dienstleistungen-widget,.page-template-template-intranet .footer{display:none}.page-template-template-intranet .content-wrapper{padding-bottom:100px}.self-assessment__table{border-collapse:collapse;margin-bottom:32px;width:100%}.self-assessment__table th:not(.text-center){text-align:left}.self-assessment__table td,.self-assessment__table th{border-bottom:1px solid hsla(0,0%,100%,.25);padding:8px 12px}.self-assessment__table td:not(:first-child),.self-assessment__table th:not(:first-child){border-left:1px solid hsla(0,0%,100%,.25)}.self-assessment__table td:not(:last-child),.self-assessment__table th:not(:last-child){border-right:1px solid hsla(0,0%,100%,.25)}.self-assessment__table td:has(>table),.self-assessment__table th:has(>table){padding:0}.self-assessment__table tbody tr:last-child td{border-bottom:none}.self-assessment__table input{margin-bottom:0}.self-assessment__table--small td,.self-assessment__table--small th{padding:2px}.self-assessment__table--small td{border-bottom:0}.self-assessment__table table{margin-bottom:0}.self-assessment__form{margin:32px 0 0}.self-assessment__label{color:#fefefe;font-size:18px;margin-bottom:8px}.self-assessment__column:not(:first-child){margin-top:64px}.self-assessment__measure label{color:#fefefe}.self-assessment__tooltip{position:relative}.self-assessment__tooltip-icon{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;text-align:center}.self-assessment__tooltip-icon:hover+.self-assessment__tooltip-content{opacity:1;visibility:visible}.self-assessment__tooltip-icon svg{display:block;height:17px;width:auto}.self-assessment__tooltip-content{background-color:#fefefe;color:#246670;left:0;min-width:150px;opacity:0;padding:8px 16px;position:absolute;top:-webkit-calc(100% + 8px);top:calc(100% + 8px);-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden}body.full-width-layout{background-color:#246670;color:#fff;min-height:100vh;position:relative}body.full-width-layout .menu-search .fa-search:not(:hover) svg path{fill:#fefefe!important}body.full-width-layout .menu-login a:not(:hover) svg{fill:#fefefe}body.full-width-layout header.header .title-bar{background-color:#246670}body.full-width-layout header.header .title-bar .menu-icon:after{background-color:#fff;-webkit-box-shadow:0 9px 0 #fff,0 18px 0 #fff;box-shadow:0 9px 0 #fff,0 18px 0 #fff}body.full-width-layout header.header .top-bar .drilldown .is-drilldown-submenu-parent>a:after{border-color:transparent transparent transparent #fff}body.full-width-layout header.header .top-bar .drilldown .js-drilldown-back>a:before{border-color:transparent #fff transparent transparent}body.full-width-layout,body.full-width-layout.petrol{background-color:#246670}body.full-width-layout .header .title-bar,body.full-width-layout .header .top-bar,body.full-width-layout .header .top-bar .menu,body.full-width-layout.petrol .header .title-bar,body.full-width-layout.petrol .header .top-bar,body.full-width-layout.petrol .header .top-bar .menu,body.full-width-layout.petrol .pxl-checklist__coworker-switch,body.full-width-layout.petrol .pxl-checklist__coworker-switch select,body.full-width-layout.petrol .pxl-checklist__location-switch,body.full-width-layout.petrol .pxl-checklist__location-switch select,body.full-width-layout.petrol .pxl-checklist__member-check,body.full-width-layout.petrol .pxl-checklist__member-check__toggle,body.full-width-layout.petrol input[type=checkbox]:checked+span:before,body.full-width-layout.petrol input[type=radio]:checked+span:before,body.full-width-layout .pxl-checklist__coworker-switch,body.full-width-layout .pxl-checklist__coworker-switch select,body.full-width-layout .pxl-checklist__location-switch,body.full-width-layout .pxl-checklist__location-switch select,body.full-width-layout .pxl-checklist__member-check,body.full-width-layout .pxl-checklist__member-check__toggle,body.full-width-layout input[type=checkbox]:checked+span:before,body.full-width-layout input[type=radio]:checked+span:before{background-color:#246670!important}body.full-width-layout.petrol .pxl-checklist__index.pxl-checklist__index--card .pxl-checklist__index__single svg path,body.full-width-layout .pxl-checklist__index.pxl-checklist__index--card .pxl-checklist__index__single svg path{fill:#246670!important}body.full-width-layout .button-white-outlined:focus,body.full-width-layout .button-white-outlined:hover,body.full-width-layout .button.button-white,body.full-width-layout .card-section,body.full-width-layout.petrol .button-white-outlined:focus,body.full-width-layout.petrol .button-white-outlined:hover,body.full-width-layout.petrol .button.button-white,body.full-width-layout.petrol .card-section,body.full-width-layout.petrol .pxl-checklist__index__single__percent,body.full-width-layout.petrol .pxl-checklist__progress__text,body.full-width-layout .pxl-checklist__index__single__percent,body.full-width-layout .pxl-checklist__progress__text{color:#246670}body.full-width-layout.petroldark{background-color:#1b4d54}body.full-width-layout.petroldark .header .title-bar,body.full-width-layout.petroldark .header .top-bar,body.full-width-layout.petroldark .header .top-bar .menu,body.full-width-layout.petroldark .pxl-checklist__coworker-switch,body.full-width-layout.petroldark .pxl-checklist__coworker-switch select,body.full-width-layout.petroldark .pxl-checklist__location-switch,body.full-width-layout.petroldark .pxl-checklist__location-switch select,body.full-width-layout.petroldark .pxl-checklist__member-check,body.full-width-layout.petroldark .pxl-checklist__member-check__toggle,body.full-width-layout.petroldark input[type=checkbox]:checked+span:before,body.full-width-layout.petroldark input[type=radio]:checked+span:before{background-color:#1b4d54!important}body.full-width-layout.petroldark .pxl-checklist__index.pxl-checklist__index--card .pxl-checklist__index__single svg path{fill:#1b4d54!important}body.full-width-layout.petroldark .button-white-outlined:focus,body.full-width-layout.petroldark .button-white-outlined:hover,body.full-width-layout.petroldark .button.button-white,body.full-width-layout.petroldark .card-section,body.full-width-layout.petroldark .pxl-checklist__index__single__percent,body.full-width-layout.petroldark .pxl-checklist__progress__text{color:#1b4d54}body.full-width-layout.red{background-color:#a86968}body.full-width-layout.red .header .title-bar,body.full-width-layout.red .header .top-bar,body.full-width-layout.red .header .top-bar .menu,body.full-width-layout.red .pxl-checklist__coworker-switch,body.full-width-layout.red .pxl-checklist__coworker-switch select,body.full-width-layout.red .pxl-checklist__location-switch,body.full-width-layout.red .pxl-checklist__location-switch select,body.full-width-layout.red .pxl-checklist__member-check,body.full-width-layout.red .pxl-checklist__member-check__toggle,body.full-width-layout.red input[type=checkbox]:checked+span:before,body.full-width-layout.red input[type=radio]:checked+span:before{background-color:#a86968!important}body.full-width-layout.red .pxl-checklist__index.pxl-checklist__index--card .pxl-checklist__index__single svg path{fill:#a86968!important}body.full-width-layout.red .button-white-outlined:focus,body.full-width-layout.red .button-white-outlined:hover,body.full-width-layout.red .button.button-white,body.full-width-layout.red .card-section,body.full-width-layout.red .pxl-checklist__index__single__percent,body.full-width-layout.red .pxl-checklist__progress__text{color:#a86968}body.full-width-layout.orange{background-color:#cf9173}body.full-width-layout.orange .header .title-bar,body.full-width-layout.orange .header .top-bar,body.full-width-layout.orange .header .top-bar .menu,body.full-width-layout.orange .pxl-checklist__coworker-switch,body.full-width-layout.orange .pxl-checklist__coworker-switch select,body.full-width-layout.orange .pxl-checklist__location-switch,body.full-width-layout.orange .pxl-checklist__location-switch select,body.full-width-layout.orange .pxl-checklist__member-check,body.full-width-layout.orange .pxl-checklist__member-check__toggle,body.full-width-layout.orange input[type=checkbox]:checked+span:before,body.full-width-layout.orange input[type=radio]:checked+span:before{background-color:#cf9173!important}body.full-width-layout.orange .pxl-checklist__index.pxl-checklist__index--card .pxl-checklist__index__single svg path{fill:#cf9173!important}body.full-width-layout.orange .button-white-outlined:focus,body.full-width-layout.orange .button-white-outlined:hover,body.full-width-layout.orange .button.button-white,body.full-width-layout.orange .card-section,body.full-width-layout.orange .pxl-checklist__index__single__percent,body.full-width-layout.orange .pxl-checklist__progress__text{color:#cf9173}body.full-width-layout.sand{background-color:#d2c4b2}body.full-width-layout.sand .header .title-bar,body.full-width-layout.sand .header .top-bar,body.full-width-layout.sand .header .top-bar .menu,body.full-width-layout.sand .pxl-checklist__coworker-switch,body.full-width-layout.sand .pxl-checklist__coworker-switch select,body.full-width-layout.sand .pxl-checklist__location-switch,body.full-width-layout.sand .pxl-checklist__location-switch select,body.full-width-layout.sand .pxl-checklist__member-check,body.full-width-layout.sand .pxl-checklist__member-check__toggle,body.full-width-layout.sand input[type=checkbox]:checked+span:before,body.full-width-layout.sand input[type=radio]:checked+span:before{background-color:#d2c4b2!important}body.full-width-layout.sand .pxl-checklist__index.pxl-checklist__index--card .pxl-checklist__index__single svg path{fill:#d2c4b2!important}body.full-width-layout.sand .button-white-outlined:focus,body.full-width-layout.sand .button-white-outlined:hover,body.full-width-layout.sand .button.button-white,body.full-width-layout.sand .card-section,body.full-width-layout.sand .pxl-checklist__index__single__percent,body.full-width-layout.sand .pxl-checklist__progress__text{color:#d2c4b2}body.full-width-layout.lightsand{background-color:#eedfce}body.full-width-layout.lightsand .header .title-bar,body.full-width-layout.lightsand .header .top-bar,body.full-width-layout.lightsand .header .top-bar .menu,body.full-width-layout.lightsand .pxl-checklist__coworker-switch,body.full-width-layout.lightsand .pxl-checklist__coworker-switch select,body.full-width-layout.lightsand .pxl-checklist__location-switch,body.full-width-layout.lightsand .pxl-checklist__location-switch select,body.full-width-layout.lightsand .pxl-checklist__member-check,body.full-width-layout.lightsand .pxl-checklist__member-check__toggle,body.full-width-layout.lightsand input[type=checkbox]:checked+span:before,body.full-width-layout.lightsand input[type=radio]:checked+span:before{background-color:#eedfce!important}body.full-width-layout.lightsand .pxl-checklist__index.pxl-checklist__index--card .pxl-checklist__index__single svg path{fill:#eedfce!important}body.full-width-layout.lightsand .button-white-outlined:focus,body.full-width-layout.lightsand .button-white-outlined:hover,body.full-width-layout.lightsand .button.button-white,body.full-width-layout.lightsand .card-section,body.full-width-layout.lightsand .pxl-checklist__index__single__percent,body.full-width-layout.lightsand .pxl-checklist__progress__text{color:#eedfce}body.full-width-layout.green{background-color:#669692}body.full-width-layout.green .header .title-bar,body.full-width-layout.green .header .top-bar,body.full-width-layout.green .header .top-bar .menu,body.full-width-layout.green .pxl-checklist__coworker-switch,body.full-width-layout.green .pxl-checklist__coworker-switch select,body.full-width-layout.green .pxl-checklist__location-switch,body.full-width-layout.green .pxl-checklist__location-switch select,body.full-width-layout.green .pxl-checklist__member-check,body.full-width-layout.green .pxl-checklist__member-check__toggle,body.full-width-layout.green input[type=checkbox]:checked+span:before,body.full-width-layout.green input[type=radio]:checked+span:before{background-color:#669692!important}body.full-width-layout.green .pxl-checklist__index.pxl-checklist__index--card .pxl-checklist__index__single svg path{fill:#669692!important}body.full-width-layout.green .button-white-outlined:focus,body.full-width-layout.green .button-white-outlined:hover,body.full-width-layout.green .button.button-white,body.full-width-layout.green .card-section,body.full-width-layout.green .pxl-checklist__index__single__percent,body.full-width-layout.green .pxl-checklist__progress__text{color:#669692}body.full-width-layout h1{margin:2rem 0}@media print,screen and (max-width:63.99875em){body.full-width-layout h1{font-size:2rem}}body.full-width-layout.navigation-opened .header{-webkit-box-shadow:0 0 3px rgba(0,0,0,.16);box-shadow:0 0 3px rgba(0,0,0,.16)}body.full-width-layout header.header{-webkit-box-shadow:0 0 0 rgba(0,0,0,.01);box-shadow:0 0 0 rgba(0,0,0,.01)}body.full-width-layout header.header .top-bar{background-color:#246670}body.full-width-layout header.header .top-bar .primary-navigation .menu_entry a{color:#fff}body.full-width-layout header.header .top-bar .primary-navigation .menu_entry:hover>a{color:#ab9d89}body.full-width-layout header.header .top-bar .primary-navigation .menu:before{background-color:#fff!important}body.full-width-layout header.header .top-bar .menu{background-color:#246670!important}body.full-width-layout .main-wrapper{overflow:hidden}body.full-width-layout .main-wrapper .content-wrapper a:not(.button-white){color:#fff}body.full-width-layout .full-width-layout__logo-bottom{bottom:-42%;height:auto;pointer-events:none;position:fixed;right:-20%;width:40%}.not-found{min-height:70vh;padding-top:6.875rem}.member{position:relative}.member:hover .member-figure-two{opacity:1;visibility:visible}.member--external .member-figure{margin-bottom:20px}.team-overview .filter-row{margin-bottom:0;margin-top:30px}.team-overview .filter-row .choices{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.team-overview .filter-row .choices .choices__inner{width:100%}.member-type-title{font-size:38px;margin-bottom:20px;margin-top:40px}.member-link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.member-figure{text-align:center}.member-figure-two{bottom:0;left:15px;opacity:0;position:absolute;right:15px;top:0;-webkit-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;visibility:hidden}.member-description{background-color:#246670;-webkit-border-radius:.5rem;border-radius:.5rem;bottom:0;color:#fff;left:0;max-width:90%;padding:15px;position:absolute;text-align:left;width:24rem}@media print,screen and (min-width:48em){.member-description{bottom:7rem;max-width:none}}.member-description:after{border-bottom:30px solid #246670;border-left:30px solid transparent;content:"";display:block;height:2rem;left:50%;margin-left:-2rem;position:absolute;top:-1.9rem;width:2rem}.member-description .member_languages-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:-10px;padding:0}.member-description .member_languages-list__lead{line-height:22px;margin-bottom:0;margin-top:15px}.member-description .member_languages-list li{margin:10px}.member-description .member_languages-list img{display:block;height:auto;width:50px}.member-name{margin-bottom:3px}.member-statement{font-size:16px;line-height:20px;margin-bottom:0}.post-type-archive-cubetech_member .swiper-slide:not([data-slide="0"]) img{-o-object-position:top center;object-position:top center}@media print,screen and (max-width:89.99875em){.member-figure-one,.member-figure-two{opacity:1;position:relative;visibility:visible}.member-figure-two img{display:none}}.single-cubetech_member .page-header-wrapper img{-o-object-fit:cover;object-fit:cover}@media screen and (min-width:29.375em){.single-cubetech_member .page-header-wrapper img{-o-object-position:center -20px;object-position:center -20px}}@media print,screen and (min-width:48em){.single-cubetech_member .page-header-wrapper img{-o-object-position:center -30px;object-position:center -30px}}.single-cubetech_member .member-row{margin-bottom:2rem}.single-cubetech_member .member-row .extending-text{margin-top:2rem}.single-cubetech_member .member-row .extending-text img{width:auto}.single-cubetech_member .article-text{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.single-cubetech_member .article-body p:last-child{margin:0}.single-cubetech_member .member_languages-list{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;list-style:none;margin:-10px -10px 10px;padding:0}.single-cubetech_member .member_languages-list__lead{margin-bottom:0;margin-top:30px;text-align:center}.single-cubetech_member .member_languages-list__single{-webkit-box-flex:0;-webkit-flex:0 0 50px;-ms-flex:0 0 50px;flex:0 0 50px;margin:10px}.single-cubetech_member iframe{max-width:100%}@media print,screen and (max-width:63.99875em){.team-overview .filter-row__flex{margin-bottom:30px}}
