:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-outline-width: 1px;--f-button-outline-color: rgba(0, 0, 0, .7);--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-opacity: 1;--f-button-svg-disabled-opacity: .5;--f-button-svg-transition: opacity .15s ease;--f-button-svg-transform: none}.f-button{width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);transform:var(--f-button-transform);transition:var(--f-button-transition);backdrop-filter:var(--f-button-backdrop-filter);display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;pointer-events:all;cursor:pointer;overflow:hidden}@media (hover: hover){.f-button:hover:not([aria-disabled]){color:var(--f-button-hover-color, var(--f-button-color));background-color:var(--f-button-hover-bg, var(--f-button-bg))}}.f-button:active:not([aria-disabled]){color:var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));background-color:var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)))}.f-button:focus{outline:none}.f-button:focus-visible{outline:var(--f-button-outline-width) solid var(--f-button-outline-color);outline-offset:var(--f-button-outline-offset);position:relative;z-index:1}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);transform:var(--f-button-svg-transform);fill:var(--f-button-svg-fill);filter:var(--f-button-svg-filter);opacity:var(--f-button-svg-opacity, 1);transition:var(--f-button-svg-transition);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.f-button[aria-disabled]{cursor:default}.f-button[aria-disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}:root{--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-border-radius: 50%;--f-spinner-border-width: 4px}.f-spinner{position:absolute;top:50%;left:50%;margin:calc(var(--f-spinner-width) * -.5) 0 0 calc(var(--f-spinner-height) * -.5);padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height);border-radius:var(--f-spinner-border-radius);border:var(--f-spinner-border-width) solid var(--f-spinner-color-1);border-top-color:var(--f-spinner-color-2);animation:f-spinner .75s linear infinite,f-fadeIn .2s ease .2s both}@keyframes f-spinner{to{transform:rotate(360deg)}}.f-panzoom,.f-zoomable{position:relative;overflow:hidden;display:flex;align-items:center;flex-direction:column}.f-panzoom:before,.f-panzoom:after,.f-zoomable:before,.f-zoomable:after{display:block;content:""}.f-panzoom:not(.has-controls):before,.f-zoomable:not(.has-controls):before{margin-bottom:auto}.f-panzoom:after,.f-zoomable:after{margin-top:auto}.f-panzoom__wrapper{position:relative;min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__wrapper.will-zoom-out{cursor:zoom-out}.f-panzoom__wrapper.can-drag{cursor:move;cursor:grab}.f-panzoom__wrapper.will-zoom-in{cursor:zoom-in}.f-panzoom__wrapper.is-dragging{cursor:move;cursor:grabbing}.f-panzoom__wrapper.has-error{display:none}.f-panzoom__content{min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__content.is-lazyloading,.f-panzoom__content.has-lazyerror{visibility:hidden}img.f-panzoom__content{vertical-align:top;object-fit:contain;transition:none;user-select:none}.f-panzoom__wrapper>img.f-panzoom__content{visibility:hidden}.f-panzoom__viewport{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.f-panzoom__viewport>.f-panzoom__content{display:block;width:100%;height:100%;object-fit:fill}picture.f-panzoom__content img{vertical-align:top;width:100%;height:auto;max-height:100%;object-fit:contain;transition:none;user-select:none}.f-fadeIn{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, .2s) ease both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s) * .2) ease calc(var(--f-transition-duration, .2s) * .8) both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.is-horizontal .f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextX}.is-horizontal .f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevX}.is-horizontal .f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextX}.is-horizontal .f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevX}@keyframes f-slideInPrevX{0%{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextX{0%{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextX{to{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevX{to{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}}.is-vertical .f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextY}.is-vertical .f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevY}.is-vertical .f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextY}.is-vertical .f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevY}@keyframes f-slideInPrevY{0%{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextY{0%{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextY{to{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevY{to{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}}.f-zoomInUp{animation:var(--f-transition-duration, .3s) ease both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, .3s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(var(--f-zoomInUp-scale, .975)) translate3d(var(--f-zoomInUp-x, 0),var(--f-zoomInUp-y, 16px),0);opacity:var(--f-zoomInUp-opacity, 0)}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(var(--f-zoomOutDown-scale, .975)) translate3d(var(--f-zoomOutDown-x, 0),var(--f-zoomOutDown-y, 16px),0);opacity:0}}.f-throwOutUp{animation:var(--f-throwOutUp-duration, .2s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throwOutDown-duration, .2s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throwOutUp-y, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throwOutDown-y, 150px),0);opacity:0}}.f-carousel__slide.has-html{overflow:auto}.f-html{position:relative;margin:var(--f-html-margin, 0);padding:var(--f-html-padding, 2rem);color:var(--f-html-color, currentColor);background:var(--f-html-bg)}.f-html.is-error{text-align:center}.has-iframe .f-html,.has-pdf .f-html,.has-gmap .f-html{box-sizing:border-box;min-height:1px;overflow:visible;width:100%;height:100%}.has-pdf .f-html,.has-gmap .f-html{padding:0}.f-iframe{display:block;margin:0;border:0;height:100%;width:100%}.f-caption{align-self:center;flex-shrink:0;max-width:100%;max-height:calc(80vh - 100px);overflow:auto;margin:var(--f-caption-margin);padding:var(--f-caption-padding, 16px 4px);overflow-wrap:anywhere;line-height:var(--f-caption-line-height);color:var(--f-caption-color);background:var(--f-caption-bg);font:var(--f-caption-font)}.has-html5video .f-html,.has-youtube .f-html,.has-vimeo .f-html{padding:0;width:100%;height:100%;max-width:var(--f-video-width, 960px);max-height:var(--f-video-height, 540px);aspect-ratio:var(--f-video-aspect-ratio);min-height:1px;overflow:visible;background:var(--f-video-bg, rgba(0, 0, 0, .9))}.f-html5video{border:0;display:block;height:100%;width:100%;background:transparent}.f-button.is-arrow{--f-button-width: var(--f-arrow-width, 46px);--f-button-height: var(--f-arrow-height, 46px);--f-button-svg-width: var(--f-arrow-svg-width, 24px);--f-button-svg-height: var(--f-arrow-svg-height, 24px);--f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);--f-button-border-radius: var(--f-arrow-border-radius, unset);--f-button-bg: var(--f-arrow-bg, transparent);--f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));--f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));--f-button-shadow: var(--f-arrow-shadow);--f-button-color: var(--f-arrow-color);--f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));--f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );overflow:visible}.f-button.is-arrow.is-prev,.f-button.is-arrow.is-next{position:absolute;transform:translate(0);z-index:20}.is-horizontal .f-button.is-arrow.is-prev,.is-horizontal .f-button.is-arrow.is-next{inset:50% auto auto;transform:translateY(-50%)}.is-horizontal.is-ltr .f-button.is-arrow.is-prev{left:var(--f-arrow-pos, 0)}.is-horizontal.is-ltr .f-button.is-arrow.is-next{right:var(--f-arrow-pos, 0)}.is-horizontal.is-rtl .f-button.is-arrow.is-prev{right:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-horizontal.is-rtl .f-button.is-arrow.is-next{left:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-vertical.is-ltr .f-button.is-arrow.is-prev,.is-vertical.is-rtl .f-button.is-arrow.is-prev{top:var(--f-arrow-pos, 0);right:auto;bottom:auto;left:50%;transform:translate(-50%)}.is-vertical.is-ltr .f-button.is-arrow.is-next,.is-vertical.is-rtl .f-button.is-arrow.is-next{top:auto;right:auto;bottom:var(--f-arrow-pos, 0);left:50%;transform:translate(-50%)}.is-vertical .f-button.is-arrow.is-prev svg,.is-vertical .f-button.is-arrow.is-next svg{transform:rotate(90deg)}.f-carousel__toolbar{--f-progressbar-height: 100%;display:grid;grid-template-columns:1fr auto 1fr;margin:var(--f-toolbar-margin, 0);padding:var(--f-toolbar-padding, 8px);line-height:var(--f-toolbar-line-height);background:var(--f-toolbar-bg, none);box-shadow:var(--f-toolbar-shadow, none);backdrop-filter:var(--f-toolbar-backdrop-filter);position:relative;z-index:20;color:var(--f-toolbar-color, currentColor);font-size:var(--f-toolbar-font-size, 17px);font-weight:var(--f-toolbar-font-weight, inherit);font-family:var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);text-shadow:var(--f-toolbar-text-shadow);text-align:center;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;white-space:nowrap;pointer-events:none}.f-carousel__toolbar.is-absolute{position:absolute;top:0;left:0;right:0}.f-carousel__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;gap:var(--f-toolbar-gap, 0);pointer-events:none}.f-carousel__toolbar__column.is-left{justify-self:flex-start;justify-content:flex-start}.f-carousel__toolbar__column.is-middle{justify-content:center}.f-carousel__toolbar__column.is-right{justify-self:flex-end;justify-content:flex-end;flex-flow:nowrap}.f-carousel__toolbar__column>*{pointer-events:all}.f-carousel:has(.f-carousel__slide.is-fullsize) [data-panzoom-action=toggleFull] g{display:none}[data-autoplay-action=toggle] svg g:first-child{display:flex}[data-autoplay-action=toggle] svg g:last-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:first-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:last-child{display:flex}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child{display:flex}.f-carousel__counter{position:relative;display:flex;flex-direction:row;cursor:default;user-select:none;margin:var(--f-counter-margin, 0);padding:var(--f-counter-padding, 4px);line-height:var(--f-counter-line-height);background:var(--f-counter-bg);border-radius:var(--f-counter-border-radius)}.f-carousel__counter span{padding:0 var(--f-counter-gap, 4px)}:root{--f-thumbs-gap: 8px;--f-thumbs-margin: 0;--f-thumbs-padding-x: 8px;--f-thumbs-padding-y: 8px;--f-thumbs-z-index: 1;--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-fit: cover;--f-thumb-opacity: 1;--f-thumb-transition: opacity .3s ease, transform .15s ease;--f-thumb-border: none;--f-thumb-border-radius: 4px;--f-thumb-transfors: none;--f-thumb-shadow: none;--f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));--f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;--f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff}.f-thumbs{--f-carousel-slide-width: calc(var(--f-thumb-width) + var(--f-thumbs-gap));--f-carousel-slide-height: calc(var(--f-thumb-height) + var(--f-thumbs-gap));--f-carousel-gap: 0;flex-shrink:0;max-height:calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2);margin:var(--f-thumbs-margin);padding:0;background:var(--f-thumbs-bg);-webkit-tap-highlight-color:transparent;user-select:none;transition:max-height .3s ease;z-index:var(--f-thumbs-z-index);overflow:hidden}.f-thumbs__viewport{margin:var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);overflow:visible;display:grid}.f-thumbs__slide{position:relative;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);margin:0;padding:calc(var(--f-thumbs-gap) * .5);cursor:pointer;overflow:visible}.f-thumbs__slide:hover button{opacity:var(--f-thumb-hover-opacity, 1);transform:var(--f-thumb-hover-transform, none)}.f-thumbs__slide:hover button:after{border:var(--f-thumb-hover-border, none);box-shadow:var(--f-thumb-hover-shadow, var(--f-thumb-shadow))}.f-thumbs__slide button{all:unset;margin:auto;padding:0;position:relative;overflow:visible;width:100%;height:100%;outline:none;transition:var(--f-thumb-transition);border-radius:var(--f-thumb-border-radius);opacity:var(--f-thumb-opacity);transform:var(--f-thumb-transform);background:var(--f-thumb-bg)}.f-thumbs__slide button:after{content:"";position:absolute;inset:0;z-index:1;transition:none;border-radius:inherit;border:var(--f-thumb-border);box-shadow:var(--f-thumb-shadow)}.f-thumbs__slide button:focus-within{opacity:var(--f-thumb-focus-opacity, 1);transform:var(--f-thumb-focus-transform, none)}.f-thumbs__slide button:focus-within:after{border:var(--f-thumb-focus-border, none);box-shadow:var(--f-thumb-focus-shadow, var(--f-thumb-shadow))}.f-thumbs__slide:active{opacity:var(--f-thumb-active-opacity, 1);transform:var(--f-thumb-active-transform, none)}.f-thumbs__slide:active:after{border:var(--f-thumb-active-border, none);box-shadow:var(--f-thumb-active-shadow, var(--f-thumb-shadow))}.f-thumbs__slide.is-selected{z-index:2}.f-thumbs__slide.is-selected button{opacity:var(--f-thumb-selected-opacity, 1);transform:var(--f-thumb-selected-transform, none)}.f-thumbs__slide.is-selected button:after{border:var(--f-thumb-selected-border, none);box-shadow:var(--f-thumb-selected-shadow, var(--f-thumb-shadow))}.f-thumbs__slide img{display:block;width:100%;height:100%;object-fit:var(--f-thumb-fit);border-radius:inherit;pointer-events:none}.f-thumbs__slide img.has-lazyerror{display:none}.f-thumbs.is-modern{--f-thumb-clip-width: 46px;--f-thumb-extra-gap: 16px;--f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );--f-carousel-slide-height: var(--f-thumb-height);--width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)))}.f-thumbs.is-modern .f-thumbs__viewport{width:calc(100% + var(--width-diff) * 2);margin-left:calc(var(--width-diff) * -1)}.f-thumbs.is-modern .f-thumbs__slide{--clip-shift: calc((var(--width-diff) * .5) * var(--progress));--clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );padding:0;overflow:visible;left:var(--shift, 0);will-change:left;transition:left var(--f-transition-duration) var(--f-transition-easing)}.f-thumbs.is-modern .f-thumbs__slide button{display:block;margin-left:-50%;width:var(--f-thumb-width);clip-path:var(--clip-path);border:none;box-shadow:none;transition:clip-path var(--f-transition-duration) var(--f-transition-easing),opacity var(--f-thumb-transition-duration, .2s) var(--f-thumb-transition-easing, ease)}.f-thumbs.is-modern .f-thumbs__slide button:after{display:none}.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible){outline:none}.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before{content:"";position:absolute;z-index:1;top:0;left:var(--clip-shift);bottom:0;right:var(--clip-shift);transition:border var(--f-transition-duration) var(--f-transition-easing),box-shadow var(--f-transition-duration) var(--f-transition-easing);border-radius:inherit;border:var(--f-thumb-focus-border, none);box-shadow:var(--f-thumb-focus-shadow, none)}.f-thumbs.is-modern{--f-transition-duration: .25s;--f-transition-easing: ease-out}.f-thumbs.is-modern.is-syncing{--f-transition-duration: 0s}.f-progressbar{position:absolute;top:0;left:0;right:0;z-index:30;height:var(--f-progressbar-height, 3px);transform:scaleX(0);transform-origin:0;background:var(--f-progressbar-color, var(--f-carousel-theme-color, #575ad6));user-select:none;pointer-events:none;animation-name:f-progressbar;animation-play-state:running;animation-timing-function:linear}@keyframes f-progressbar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}[data-fullscreen-action=toggle] svg g:first-child{display:flex}[data-fullscreen-action=toggle] svg g:last-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:last-child{display:flex}.in-fullscreen-mode>.f-carousel{flex:1;min-width:0!important;min-height:0!important}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__dialog{width:100%;height:100vh;max-height:unset;max-width:unset;padding:0;margin:0;border:0;overflow:hidden;background:transparent}.fancybox__dialog:focus{outline:none}.fancybox__dialog::backdrop{opacity:0}@supports (height: 100dvh){.fancybox__dialog{height:100dvh}}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-backdrop-bg: rgba(24, 24, 27, .95);--f-toolbar-margin: 0;--f-toolbar-padding: 8px;--f-toolbar-gap: 0;--f-toolbar-color: #ddd;--f-toolbar-font-size: 16px;--f-toolbar-font-weight: 500;--f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;--f-toolbar-line-height: var(--f-button-height);--f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);--f-toolbar-shadow: none;--f-toolbar-bg: none;--f-counter-margin: 0;--f-counter-padding: 0px 10px;--f-counter-gap: 4px;--f-counter-line-height: var(--f-button-height);--f-carousel-gap: 17px;--f-carousel-slide-width: 100%;--f-carousel-slide-height: 100%;--f-carousel-slide-padding: 0;--f-carousel-slide-bg: unset;--f-html-color: #222;--f-html-bg: #fff;--f-error-color: #fff;--f-error-bg: #333;--f-caption-margin: 0;--f-caption-padding: 16px 4px;--f-caption-color: var(--fancybox-color, #dbdbdb);--f-caption-bg: transparent;--f-caption-font: inherit;--f-caption-line-height: 1.375;--f-spinner-color-1: rgba(255, 255, 255, .2);--f-spinner-color-2: rgba(255, 255, 255, .8);--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-border-radius: 50%;--f-spinner-border-width: 4px;--f-progressbar-color: rgba(255, 255, 255, .2);--f-button-width: 46px;--f-button-height: 46px;--f-button-color: #ddd;--f-button-hover-color: #fff;--f-button-outline-width: 1px;--f-button-outline-color: rgba(255, 255, 255, .75);--f-button-outline-offset: 0px;--f-button-bg: rgba(54, 54, 54, .75);--f-button-border: 0;--f-button-border-radius: 0;--f-button-shadow: none;--f-button-transition: all .2s ease;--f-button-transform: none;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.75;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .5;--f-arrow-pos: 32px;--f-arrow-width: 50px;--f-arrow-height: 50px;--f-arrow-svg-width: 24px;--f-arrow-svg-height: 24px;--f-arrow-svg-stroke-width: 2;--f-arrow-border-radius: 50%;--f-arrow-bg: rgba(54, 54, 54, .65);--f-arrow-color: #ddd;--f-arrow-hover-color: #fff;--f-thumbs-margin: 0px;--f-thumbs-padding-x: 8px;--f-thumbs-padding-y: 8px;--f-thumbs-bg: none;--f-thumb-transition: all .2s ease;--f-thumb-width: 94px;--f-thumb-height: 76px;--f-thumb-opacity: 1;--f-thumb-border: none;--f-thumb-shadow: none;--f-thumb-transform: none;--f-thumb-focus-opacity: 1;--f-thumb-focus-border: none;--f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);--f-thumb-focus-transform: none;--f-thumb-hover-opacity: 1;--f-thumb-hover-border: none;--f-thumb-hover-transform: none;--f-thumb-active-opacity: var(--f-thumb-hover-opacity);--f-thumb-active-border: var(--f-thumb-hover-border);--f-thumb-active-transform: var(--f-thumb-hover-transform);--f-thumb-selected-opacity: 1;--f-thumb-selected-border: none;--f-thumb-selected-shadow: inset 0 0 0 2px #fff;--f-thumb-selected-transform: none;position:absolute;inset:0;overflow:hidden;outline:none;display:flex;flex-direction:column}.fancybox__container[theme=light]{--fancybox-color: #222;--fancybox-backdrop-bg: rgba(255, 255, 255, .97);--f-toolbar-color: var(--fancybox-color, #222);--f-toolbar-text-shadow: none;--f-toolbar-font-weight: 400;--f-html-color: var(--fancybox-color, #222);--f-html-bg: #fff;--f-error-color: #555;--f-error-bg: #fff;--f-video-bg: #fff;--f-caption-color: #333;--f-spinner-color-1: rgba(0, 0, 0, .2);--f-spinner-color-2: rgba(0, 0, 0, .8);--f-spinner-border-width: 3.5px;--f-progressbar-color: rgba(111, 111, 116, .2);--f-button-color: #333;--f-button-hover-color: #000;--f-button-outline-color: rgba(0, 0, 0, .85);--f-button-bg: rgba(255, 255, 255, .85);--f-button-svg-stroke-width: 1.3;--f-button-svg-filter: none;--f-arrow-bg: rgba(255, 255, 255, .85);--f-arrow-color: #333;--f-arrow-hover-color: #000;--f-arrow-svg-stroke-width: 1.3;--f-close-button-color: #555;--f-close-button-hover-color: #000;--f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);--f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;--f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000}.fancybox__container::backdrop{background-color:transparent}.fancybox__container>*:not(.fancybox__carousel),.fancybox__container .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper,.f-spinner){opacity:var(--f-drag-opacity, 1)}.fancybox__container:not(.is-ready,.is-hiding){visibility:hidden}.fancybox__container.is-revealing>*:not(.fancybox__carousel),.fancybox__container.is-revealing .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper,.f-spinner){animation:var(--f-interface-enter-duration, .35s) ease none f-fadeIn}.fancybox__container.is-hiding>*:not(.fancybox__carousel),.fancybox__container.is-hiding .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper){animation:var(--f-interface-exit-duration, .35s) ease forwards f-fadeOut}.fancybox__container.is-idle .f-carousel__toolbar{pointer-events:none;opacity:0}.fancybox__container.is-idle .f-button.is-arrow{opacity:0}.fancybox__container.is-idle.is-ready .f-carousel__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__container.is-idle.is-ready .f-button.is-arrow{animation:.15s ease-out both f-fadeOut}.fancybox__backdrop{position:fixed;inset:0;z-index:-1;background:var(--fancybox-backdrop-bg)}.fancybox__carousel{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;position:relative;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__carousel.is-vertical{--f-carousel-slide-height: 100%}.fancybox__carousel.is-ltr{direction:ltr}.fancybox__carousel.is-rtl{direction:rtl}.fancybox__carousel>.f-button.is-arrow:before{position:absolute;content:"";inset:-30px;z-index:1}.fancybox__carousel>.f-progressbar{background-color:var(--fancybox-color)}.fancybox__viewport{display:grid;flex:1;min-height:0;min-width:0;position:relative;overflow:visible;transform:translate3d(0,var(--f-drag-offset, 0),0)}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__viewport [data-selectable],.fancybox__viewport [contenteditable]{cursor:auto}.fancybox__slide{box-sizing:border-box;position:relative;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);min-width:0;min-height:0;max-width:100%;margin:0;padding:var(--f-carousel-slide-padding);background:var(--f-carousel-slide-bg);backface-visibility:hidden;transform:translateZ(0);will-change:transform}.fancybox__slide:before,.fancybox__slide:after{display:block;content:""}.fancybox__slide:before{margin-bottom:auto}.fancybox__slide:after{margin-top:auto}.fancybox__slide.is-selected{z-index:1}.fancybox__slide.f-zoomable{overflow:visible}.fancybox__slide.has-error{--f-html-color: var(--f-error-color, --f-html-color);--f-html-bg: var(--f-error-bg, --f-html-bg)}.fancybox__slide.has-html{overflow:auto;padding:8px}.fancybox__slide.has-close-btn{padding-top:34px}.fancybox__slide .f-button[data-fancybox-close]{--f-button-width: var(--f-close-button-width, 34px);--f-button-height: var(--f-close-button-height, 34px);--f-button-border-radius: var(--f-close-border-radius, 4px);--f-button-color: var(--f-close-button-color, #fff);--f-button-hover-color: var(--f-close-button-hover-color, #fff);--f-button-bg: var(--f-close-button-bg, transparent);--f-button-hover-bg: var(--f-close-button-hover-bg, transparent);--f-button-active-bg: var(--f-close-button-active-bg, transparent);--f-button-svg-width: var(--f-close-button-svg-width, 22px);--f-button-svg-height: var(--f-close-button-svg-height, 22px);position:absolute;top:calc(var(--f-button-height) * -1);right:0;z-index:40}.fancybox__slide .f-spinner{cursor:pointer}.fancybox__container.is-closing .f-caption,.fancybox__slide.is-loading .f-caption{visibility:hidden}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;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}small{font-size:80%}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-family:inherit;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{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{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}@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(../fonts/icomoon.ttf?dv106e) format("truetype"),url(../fonts/icomoon.woff?dv106e) format("woff"),url(../fonts/icomoon.svg?dv106e#icomoon) format("svg")}.c-blockquote:before,.c-collapsible__opener:after,.c-footer-list li:before,.c-guideline-box__links a[target=_blank]:after,.c-guideline-subitem a:after,.c-rte a[target=_blank]:after,.c-rte ul li:before,.c-rte-content a[target=_blank]:after,.c-rte-content ul li:before,.m-breadcrumbs li:after,.m-main-nav__sublink:after,[class*=" icon-"],[class^=icon-]{font-family:icomoon!important;speak:never;font-feature-settings:normal;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-close:before{content:"\e91e"}.icon-mail:before{content:"\e91f"}.icon-menu:before{content:"\e920"}.icon-pin:before{content:"\e921"}.icon-phone:before{content:"\e922"}.icon-x-twitter:before{content:"\e900"}.icon-arrow-right:before{content:"\e901"}.icon-arrow-left:before{content:"\e902"}.icon-arrow-down:before{content:"\e903"}.icon-arrow-up:before{content:"\e904"}.icon-chevron-down:before{content:"\e905"}.icon-chevron-up:before{content:"\e906"}.icon-chevron-left:before{content:"\e907"}.icon-chevron-right:before{content:"\e908"}.icon-chevron-light-left:before{content:"\e909"}.icon-chevron-light-right:before{content:"\e90a"}.icon-chevron-light-up:before{content:"\e90b"}.icon-chevron-light-down:before{content:"\e90c"}.icon-download:before{content:"\e90d"}.icon-dot:before{content:"\e90e"}.icon-filter:before{content:"\e90f"}.icon-home-fill:before{content:"\e910"}.icon-home:before{content:"\e911"}.icon-easy:before{content:"\e912"}.icon-decor:before{content:"\e913"}.icon-link:before{content:"\e914"}.icon-youtube:before{content:"\e915"}.icon-microphone:before{content:"\e916"}.icon-play:before{content:"\e917"}.icon-quote:before{content:"\e918"}.icon-facebook:before{content:"\e919"}.icon-linkedin:before{content:"\e91a"}.icon-check:before{content:"\e91b"}.icon-twitter:before{content:"\e91c"}.icon-speaker:before{content:"\e91d"}@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") format("woff")}: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{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;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{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style: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{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{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{content:"";flex-shrink:0;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{margin-left: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{margin-top: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:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top: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{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}html{box-sizing:border-box;-webkit-text-size-adjust:none}*,:after,:before{box-sizing:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,iframe,main,menu,nav,section{display:block}img{height:auto;max-width:100%;vertical-align:top}.gm-style img{max-width:none}iframe{border:0;max-width:100%;width:100%}figure{margin:0}.h-accessibility{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}.h-accessibility:focus{height:auto;position:static;width:auto}.h-hidden{height:1px;left:-9999px;overflow:hidden;position:absolute;top:auto;width:1px}.c-footer-list,.c-guideline-box__links,.c-guideline-item__list,.c-partners__list,.c-socials-list,.m-breadcrumbs ol,.m-footer-nav__list,.m-guideline-list,.m-main-nav__list,.m-main-nav__sublist{list-style:none;margin:0;padding:0}.h-clearfix:after{clear:both;content:"";display:block}.btn,.h-reset-button,[type=button],[type=reset],[type=submit],button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;padding:0}.h-w-100{width:100%}.c-footer-list a,.c-footer-list a:hover,.c-guideline-box__links a,.c-guideline-box__links a:hover,.c-guideline-subitem a,.c-guideline-subitem a:hover,.c-rte a[target=_blank],.c-rte a[target=_blank]:hover,.c-rte-content a[target=_blank],.c-rte-content a[target=_blank]:hover,.l-footer--easy .c-socials-list a,.l-footer--easy .c-socials-list a:hover,.m-breadcrumbs a:hover:not(.c-button),.m-breadcrumbs a:not(.c-button),.m-footer-nav__list a,.m-footer-nav__list a:hover,.m-lang-switcher__item,.m-lang-switcher__item:hover,.m-main-nav__link,.m-main-nav__link:hover,.m-main-nav__sublink,.m-main-nav__sublink:hover,a.c-row-card,a.c-row-card:hover,a.c-teaser-card,a.c-teaser-card:hover{-webkit-text-decoration:none;text-decoration:none}.c-blockquote:before,.c-button [class*=icon-],.c-button--icon,.c-button-secondary [class*=icon-],.c-button-secondary--icon,.c-collapsible__icon,.c-collapsible__opener:after,.c-contact-info__icon,.c-guideline-box__links a[target=_blank]:after,.c-guideline-subitem a:after,.m-2column-txt__icon,.m-breadcrumbs li:after,.m-main-nav__link [class*=icon-],.m-main-nav__sublink:after{align-items:center;display:flex;justify-content:center}.h-img-contain{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.h-img-cover{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:300;src:url(../fonts/OpenSans-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Open Sans;font-style:italic;font-weight:300;src:url(../fonts/OpenSans-LightItalic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:400;src:url(../fonts/OpenSans-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Open Sans;font-style:italic;font-weight:400;src:url(../fonts/OpenSans-Italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:600;src:url(../fonts/OpenSans-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:700;src:url(../fonts/OpenSans-Bold.woff2) format("woff2")}html{font-size:16px}body{background-color:#fff;color:#231f20;font-family:Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;font-size:18px;font-weight:400;line-height:1.2;min-width:360px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.h-easy-version{font-size:20px;line-height:1.5}a{-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:currentColor;text-decoration-thickness:1px;transition:color .35s cubic-bezier(.3,.76,.36,.85),-webkit-text-decoration .35s cubic-bezier(.3,.76,.36,.85);transition:color .35s cubic-bezier(.3,.76,.36,.85),text-decoration .35s cubic-bezier(.3,.76,.36,.85);transition:color .35s cubic-bezier(.3,.76,.36,.85),text-decoration .35s cubic-bezier(.3,.76,.36,.85),-webkit-text-decoration .35s cubic-bezier(.3,.76,.36,.85)}a,a:hover{color:#0171bc}a:hover{-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:transparent;text-decoration-thickness:1px}.address,address{font-style:normal}strong{font-weight:600}dl,ol,p,ul{margin:0 0 .5em}.h,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:inherit;font-family:inherit;font-weight:600;letter-spacing:-.02em;margin:0 0 24px}.h mark,.h1 mark,.h2 mark,.h3 mark,.h4 mark,.h5 mark,.h6 mark,h1 mark,h2 mark,h3 mark,h4 mark,h5 mark,h6 mark{align-items:center;background-color:#0171bc;color:#fff;display:inline-flex;line-height:1;margin:0 -.2em 0 -.15em;padding:0 .25rem;position:relative;white-space:nowrap;z-index:1}.h mark:before,.h1 mark:before,.h2 mark:before,.h3 mark:before,.h4 mark:before,.h5 mark:before,.h6 mark:before,h1 mark:before,h2 mark:before,h3 mark:before,h4 mark:before,h5 mark:before,h6 mark:before{background-color:#0171bc;bottom:-.2em;clip-path:url(#title-mark);content:"";left:0;position:absolute;top:-.1em;width:100%;z-index:-1}.h1,h1{font-size:36px}.h1,.h2,h1,h2{font-weight:400;line-height:1.2}.h2,h2{font-size:32px}.h3,h3{font-size:24px}.h4,.h5,h4,h5{font-size:20px}.h5,.h6,h5,h6{margin-bottom:8px}.h6,h6{font-size:18px}.c-form__label,.h-text-sm{font-size:14px}.h-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.h-text-center{text-align:center}.h-text-left{text-align:left}.h-text-right{text-align:right}.h-text-uppercase{text-transform:uppercase}.h-text-blue{color:#0171bc}fieldset,form{border-style:none;margin:0;padding:0}input:not([type]),input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{-webkit-appearance:none;background-color:#fff;border:1px solid #d2d5da;border-radius:8px;font-size:14px;height:48px;line-height:normal;min-width:0;padding:12px;transition:border-color .35s cubic-bezier(.3,.76,.36,.85);width:100%}input:not([type]):focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{border-color:#0171bc;outline:2px solid #b3d9ff;outline-offset:0}input:not([type]):not(:-moz-placeholder),input[type=color]:not(:-moz-placeholder),input[type=date]:not(:-moz-placeholder),input[type=datetime-local]:not(:-moz-placeholder),input[type=datetime]:not(:-moz-placeholder),input[type=email]:not(:-moz-placeholder),input[type=month]:not(:-moz-placeholder),input[type=number]:not(:-moz-placeholder),input[type=password]:not(:-moz-placeholder),input[type=search]:not(:-moz-placeholder),input[type=tel]:not(:-moz-placeholder),input[type=text]:not(:-moz-placeholder),input[type=time]:not(:-moz-placeholder),input[type=url]:not(:-moz-placeholder),input[type=week]:not(:-moz-placeholder),textarea:not(:-moz-placeholder){border-color:#0171bc}input:not([type]):not(:placeholder-shown),input[type=color]:not(:placeholder-shown),input[type=date]:not(:placeholder-shown),input[type=datetime-local]:not(:placeholder-shown),input[type=datetime]:not(:placeholder-shown),input[type=email]:not(:placeholder-shown),input[type=month]:not(:placeholder-shown),input[type=number]:not(:placeholder-shown),input[type=password]:not(:placeholder-shown),input[type=search]:not(:placeholder-shown),input[type=tel]:not(:placeholder-shown),input[type=text]:not(:placeholder-shown),input[type=time]:not(:placeholder-shown),input[type=url]:not(:placeholder-shown),input[type=week]:not(:placeholder-shown),textarea:not(:placeholder-shown){border-color:#0171bc}input:not([type]):disabled,input[type=color]:disabled,input[type=date]:disabled,input[type=datetime-local]:disabled,input[type=datetime]:disabled,input[type=email]:disabled,input[type=month]:disabled,input[type=number]:disabled,input[type=password]:disabled,input[type=search]:disabled,input[type=tel]:disabled,input[type=text]:disabled,input[type=time]:disabled,input[type=url]:disabled,input[type=week]:disabled,textarea:disabled{background-color:#e5e7eb;border-color:#6d7280;color:#6d7280}input:not([type])::-ms-clear,input[type=color]::-ms-clear,input[type=date]::-ms-clear,input[type=datetime-local]::-ms-clear,input[type=datetime]::-ms-clear,input[type=email]::-ms-clear,input[type=month]::-ms-clear,input[type=number]::-ms-clear,input[type=password]::-ms-clear,input[type=search]::-ms-clear,input[type=tel]::-ms-clear,input[type=text]::-ms-clear,input[type=time]::-ms-clear,input[type=url]::-ms-clear,input[type=week]::-ms-clear,textarea::-ms-clear{display:none}input:not([type])::-moz-placeholder,input[type=color]::-moz-placeholder,input[type=date]::-moz-placeholder,input[type=datetime-local]::-moz-placeholder,input[type=datetime]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=month]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=time]::-moz-placeholder,input[type=url]::-moz-placeholder,input[type=week]::-moz-placeholder,textarea::-moz-placeholder{color:#6d7280;font-size:inherit}input:not([type])::placeholder,input[type=color]::placeholder,input[type=date]::placeholder,input[type=datetime-local]::placeholder,input[type=datetime]::placeholder,input[type=email]::placeholder,input[type=month]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=time]::placeholder,input[type=url]::placeholder,input[type=week]::placeholder,textarea::placeholder{color:#6d7280;font-size:inherit}.textarea,textarea{display:block;font-size:14px;height:116px;padding:12px;resize:none}input[type=search]{-webkit-appearance:textfield;outline-offset:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button{display:none}.c-switcher-block input{height:0;opacity:0;position:absolute;width:0;z-index:-1}.c-switcher-block input:checked~.c-switcher:before{margin-left:24px}.c-switcher{align-items:center;background-color:#0171bc;border-radius:24px;cursor:pointer;display:inline-flex;height:24px;padding:2px;width:48px}.c-switcher:before{background-color:#fff;border-radius:50%;content:"";flex-shrink:0;height:20px;margin-left:0;transition:margin .35s cubic-bezier(.3,.76,.36,.85);width:20px}.c-switcher.h-checked:before{margin-left:24px}.l-header__main{background-color:#fff;position:relative}.l-header__main--sticky{transition:none}.g-header-content{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;padding:24px 0 18px}.m-lang-switcher{align-items:center;display:flex;font-size:16px;font-weight:600;gap:8px}.m-lang-switcher__item{align-items:baseline;color:inherit;display:inline-flex;gap:8px}.m-lang-switcher__item:hover{color:#4b5563}.m-lang-switcher__item.h-active{color:#8c0353}.m-lang-switcher .c-switcher{background-color:#8c0353}.h-easy-version .m-lang-switcher{gap:12px}.m-main-nav{background-color:#0171bc;padding:40px 20px;position:relative;transition:opacity .35s cubic-bezier(.3,.76,.36,.85),visibility .35s cubic-bezier(.3,.76,.36,.85);z-index:11}.resize-active .m-main-nav{transition:none}.m-main-nav__list{align-items:center;display:flex;font-size:18px;gap:8px;line-height:1.2222222222}.h-easy-version .m-main-nav__list{font-size:20px;line-height:1.2}.m-main-nav__link{align-items:center;background-color:#fff;border-radius:4px;color:#231f20;display:inline-flex;gap:4px;padding:8px 12px;transition:background-color .35s cubic-bezier(.3,.76,.36,.85),color .35s cubic-bezier(.3,.76,.36,.85)}.m-main-nav__link:hover{background-color:#e0e7f5;color:#231f20}.m-main-nav__link [class*=icon-]{font-size:13px;height:16px;width:16px}.m-main-nav__link .icon-chevron-down{font-size:8px;height:12px;margin-left:4px;width:12px}.m-main-nav__link--current{color:#0171bc;font-weight:700}.m-main-nav__submenu{transition:opacity .35s cubic-bezier(.3,.76,.36,.85),visibility .35s cubic-bezier(.3,.76,.36,.85)}.resize-active .m-main-nav__submenu{transition:none}.m-main-nav__sublist{font-size:16px;line-height:1.1875}.m-main-nav__subitem{box-shadow:inset 0 -1px 0 #e5e7eb;transition:box-shadow .35s cubic-bezier(.3,.76,.36,.85)}.m-main-nav__subitem:has(.m-main-nav__sublink:focus),.m-main-nav__subitem:has(.m-main-nav__sublink:hover){box-shadow:none}.m-main-nav__subitem:has(+.m-main-nav__subitem .m-main-nav__sublink:focus),.m-main-nav__subitem:has(+.m-main-nav__subitem .m-main-nav__sublink:hover){box-shadow:none}.m-main-nav__sublink{align-items:center;border-radius:8px;color:inherit;display:flex;gap:4px;padding:12px 18px;transition:background-color .35s cubic-bezier(.3,.76,.36,.85),color .35s cubic-bezier(.3,.76,.36,.85)}.m-main-nav__sublink:focus,.m-main-nav__sublink:hover{background-color:#e0e7f5;color:inherit;outline:none}.m-main-nav__sublink:active{background-color:#b3d9ff}.m-main-nav__sublink:after{content:"\e914";font-size:8px;height:16px;width:16px}.h-nav-active .c-nav-opener .icon-menu:before{content:"\e91e";font-size:9px}body:after{background-color:rgba(0,0,0,.6);content:"";height:100vh;left:0;opacity:0;position:fixed;top:0;transition:opacity .35s cubic-bezier(.3,.76,.36,.85),visibility .35s cubic-bezier(.3,.76,.36,.85);visibility:hidden;width:100vw;z-index:10}body.h-nav-active{overflow:hidden}.resize-active body:after{transition:none}.l-container{margin-left:auto;margin-right:auto;max-width:1272px;padding-left:20px;padding-right:20px;width:100%}.l-container--sm{max-width:1228px}.l-wrapper{display:flex;flex-direction:column;overflow:hidden;position:relative}.l-wrapper,.l-wrapper-inner{min-height:100vh;min-height:calc(var(--vh, 1vh)*100)}.l-wrapper-inner{display:grid;-ms-grid-template-columns:minmax(0,1fr);grid-template-columns:minmax(0,1fr);grid-template-rows:auto 1fr auto}.l-wrapper-inner .l-header{grid-row:1}.l-wrapper-inner .l-main{grid-row:2}.l-wrapper-inner .l-footer{grid-row:3}.g-content-box{background-color:#f3f4f6;border-radius:12px;padding:20px}.g-row{display:flex;flex-wrap:wrap;gap:20px 0;margin-left:-10px;margin-right:-10px}.g-col{min-height:1px;padding-left:10px;padding-right:10px;width:100%}.c-logo{max-width:173px}.c-logo,.c-logo a{display:block}.c-logo img{width:100%}.l-base-section{padding-bottom:60px}.l-base-section:first-child{padding-top:40px}.c-picture-img{display:block;overflow:hidden}.c-picture-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.l-footer{line-height:1.2;position:relative}.g-footer-content{background-color:#e0e7f5;display:flex;flex-direction:column;gap:60px;margin-left:-20px;margin-right:-20px;padding:60px 20px}.l-footer--easy .g-footer-content{gap:40px}.l-footer--easy .g-footer-content .c-logo{max-width:259px}.g-footer-content a:not([class]){color:inherit}.g-footer-content a:not([class]):hover{color:#0171bc}.g-footer-content .h5,.g-footer-content h5{margin-bottom:15px}.g-footer-content__top{display:flex;flex-direction:column;font-size:16px;gap:40px 20px}.g-footer-content__top .c-logo{flex-shrink:0;max-width:259px;width:100%}.g-footer-content__bottom{align-items:center;display:flex;flex-direction:column;font-size:14px;gap:24px}.g-footer-content__license{font-size:14px}.m-footer-nav{display:flex;flex-grow:1;flex-wrap:wrap;gap:40px 8px;justify-content:space-between}.m-footer-nav__box{min-width:calc(50% - 4px);width:190px}.m-footer-nav__title{display:block;margin-bottom:18px}.m-footer-nav__list{display:flex;flex-direction:column;gap:12px}.c-footer-contacts{display:flex;flex-direction:column;gap:4px;line-height:1.5}.c-footer-contacts__item{width:calc(100% + 4px)}.c-footer-contacts__item a{font-weight:600;text-decoration-thickness:1px}.c-footer-list{display:flex;flex-direction:column;gap:18px}.c-footer-list li{align-items:center;display:flex;flex-direction:inherit;gap:inherit}.c-footer-list li:before{content:"\e90e";font-size:4px}.c-footer-list li:first-child:before{display:none}.c-socials-list{display:flex;flex-wrap:wrap;gap:8px}.c-socials-list .c-button--icon{height:36px;padding:4px;width:36px}.c-socials-list .c-button--icon [class*=icon-]{font-size:15px}.c-socials-list .c-button--icon .icon-youtube{font-size:16px}.l-footer--easy .c-socials-list a{align-items:center;border-radius:8px;display:inline-flex;font-size:16px;gap:8px;letter-spacing:-.02em}.l-footer--easy .c-socials-list a:hover .c-button--icon{background-color:#367bc7;color:#fff}.l-footer--easy .c-socials-list a:focus{outline-offset:2px}.l-footer--easy .c-socials-list a:focus .c-button--icon{color:#fff;outline:2px solid #b3d9ff;outline-offset:0}.l-footer--easy .c-socials-list a:active,.l-footer--easy .c-socials-list a:checked{color:#024b9d}.l-footer--easy .c-socials-list a:active .c-button--icon,.l-footer--easy .c-socials-list a:checked .c-button--icon{background-color:#024b9d;outline-width:0}.c-partners{padding:60px 0;text-align:center}.c-partners__title{margin-bottom:36px}.c-partners__list{align-items:center;display:flex;flex-wrap:wrap;gap:32px 60px;justify-content:center}.c-button,.c-button-secondary{align-items:center;background-color:#0171bc;border-radius:8px;color:#fff;display:inline-flex;font-size:16px;font-weight:600;gap:8px;justify-content:center;line-height:1.1875;padding:12px 24px;transition:background-color .35s cubic-bezier(.3,.76,.36,.85),color .35s cubic-bezier(.3,.76,.36,.85),box-shadow .35s cubic-bezier(.3,.76,.36,.85)}.c-button,.c-button-secondary,.c-button-secondary:hover,.c-button:hover{-webkit-text-decoration:none;text-decoration:none}.c-button [class*=icon-],.c-button-secondary [class*=icon-]{font-size:12px;height:16px;width:16px}.c-button--sm,.c-button-secondary--sm{font-size:14px;gap:4px;line-height:1.2142857143;padding:12px 20px}.c-button--lg,.c-button-secondary--lg{font-size:20px;line-height:1.2;padding:12px 28px}.c-button--icon,.c-button-secondary--icon{flex-shrink:0;font-size:12px;height:40px;padding:0;width:40px}.c-button--icon [class*=icon-],.c-button-secondary--icon [class*=icon-]{font-size:inherit;height:auto;width:auto}.c-button--icon .icon-speaker,.c-button-secondary--icon .icon-speaker{font-size:16px}.c-button--icon.c-button--sm,.c-button-secondary--icon.c-button--sm{height:32px;width:32px}.c-button--icon.c-button--lg,.c-button-secondary--icon.c-button--lg{font-size:20px;height:56px;width:56px}.c-button--round,.c-button-secondary--round{border-radius:50%}.c-button:hover{background-color:#367bc7;color:#fff}.c-button:focus{color:#fff;outline:2px solid #b3d9ff;outline-offset:0}.c-button:active,.c-button:checked{background-color:#024b9d;outline-width:0}.c-button.h-disabled,.c-button[disabled]{background-color:#9ca3af;color:#4b5563;cursor:not-allowed}.c-button-secondary{background-color:transparent;box-shadow:inset 0 0 0 1px currentColor;color:#0171bc}.c-button-secondary:focus,.c-button-secondary:hover{background-color:#e3f1ff;color:#0171bc}.c-button-secondary:focus{outline:1px solid #0171bc;outline-offset:0}.c-button-secondary:active,.c-button-secondary:checked{background-color:#e3f1ff;color:#0171bc;outline-width:0}.c-button-secondary.h-disabled,.c-button-secondary[disabled]{background-color:#e5e7eb;color:#4b5563;cursor:not-allowed}.c-rte,.c-rte-content{line-height:1.5}.c-rte-content>*,.c-rte>*{margin-bottom:24px}.c-rte-content>:last-child,.c-rte>:last-child{margin-bottom:0}.c-rte strong,.c-rte-content strong{font-weight:600}.c-rte .h2,.c-rte .h3,.c-rte h2,.c-rte h3,.c-rte-content .h2,.c-rte-content .h3,.c-rte-content h2,.c-rte-content h3{margin-top:40px}.c-rte .h2:first-child,.c-rte .h3:first-child,.c-rte h2:first-child,.c-rte h3:first-child,.c-rte-content .h2:first-child,.c-rte-content .h3:first-child,.c-rte-content h2:first-child,.c-rte-content h3:first-child{margin-top:0}.c-rte .h4,.c-rte h4,.c-rte-content .h4,.c-rte-content h4{letter-spacing:normal}.c-rte .h4:has(+ul),.c-rte h4:has(+ul),.c-rte-content .h4:has(+ul),.c-rte-content h4:has(+ul){margin-bottom:12px}.c-rte ol,.c-rte-content ol{padding:0 0 0 1.5em}.c-rte ul,.c-rte-content ul{list-style-type:none;padding:0}.c-rte ul li,.c-rte-content ul li{margin-bottom:8px;padding-left:22px;position:relative}.c-rte ul li:last-child,.c-rte-content ul li:last-child{margin-bottom:0}.c-rte ul li:before,.c-rte-content ul li:before{color:#0171bc;content:"\e913";font-size:14px;left:0;position:absolute;top:.4em}.c-rte a[target=_blank],.c-rte-content a[target=_blank]{background:linear-gradient(90deg,currentColor);background-position:100% 100%;background-repeat:no-repeat;background-size:100% 1px;transition:background .35s cubic-bezier(.3,.76,.36,.85)}.c-rte a[target=_blank]:hover,.c-rte-content a[target=_blank]:hover{background-size:100% 0;border-color:transparent}.c-rte a[target=_blank]:after,.c-rte-content a[target=_blank]:after{content:"\e914";flex-shrink:0;font-size:12px;padding-left:.5em}.c-rte--sm,.c-rte-content--sm{font-size:16px;letter-spacing:-.02em}.c-rte--sm>*,.c-rte-content--sm>*{margin-bottom:8px}.c-rte--sm .h6,.c-rte--sm h6,.c-rte-content--sm .h6,.c-rte-content--sm h6{font-size:inherit;font-weight:600;margin-top:12px}.c-rte--sm ul li,.c-rte-content--sm ul li{margin-bottom:0;padding-left:24px}.c-rte--sm ul li:before,.c-rte-content--sm ul li:before{left:4px}.c-rte--sm a[target=_blank]:after,.c-rte-content--sm a[target=_blank]:after{font-size:10px;padding-left:8px}.m-breadcrumbs{padding-top:40px}.m-breadcrumbs ol{align-items:center;display:flex;flex-wrap:wrap;gap:8px;padding:0 2px}.m-breadcrumbs li{align-items:center;display:flex;gap:inherit}.m-breadcrumbs li:after{content:"\e908";font-size:8px;height:12px;width:12px}.m-breadcrumbs li:last-child:after{display:none}.m-breadcrumbs a:not(.c-button){color:inherit}.m-breadcrumbs a:not(.c-button):hover{color:#0171bc}.m-breadcrumbs a:not(.c-button)[aria-current]{color:#0171bc;font-weight:700}.m-breadcrumbs--easy li{display:block}.m-breadcrumbs--easy li:after{display:none}.m-breadcrumbs--easy .c-button--sm{padding:12px 20px 12px 12px}.m-breadcrumbs--easy .c-button--sm .icon-home{font-size:13px}.m-stage-content .g-row{flex-direction:column;gap:32px 0;justify-content:space-between}.m-stage-content .g-col--text{align-items:flex-start;align-self:center;display:flex;flex-direction:column;gap:24px}.m-stage-content .g-col--text>*{margin:0}.m-stage-content__text{line-height:1.5}.m-stage-content__text p{margin-bottom:1.5em}.m-stage-content__text p:last-child{margin-bottom:0}.m-stage-content .c-picture-img{aspect-ratio:4/3;border-radius:15px}.m-stage-start,.m-stage-start:first-child{padding-top:120px}body:has(.l-header .m-breadcrumbs) .m-stage-start:first-child{padding-top:60px}.m-stage-start .g-content-box{padding-bottom:16px}.m-stage-start .g-row{align-items:flex-end;flex-direction:column;gap:60px 0;justify-content:space-between}.m-stage-start .g-col--text{align-items:flex-start;display:flex;flex-direction:column;gap:24px}.m-stage-start .g-col--text>*{margin:0}.m-stage-start__text{line-height:1.5}.m-stage-start__text p:last-child{margin-bottom:0}.m-stage-start__buttons{display:flex;flex-wrap:wrap;gap:8px;padding-top:8px;width:100%}.m-stage-start__image{position:relative}.m-stage-start__image .c-picture-img{aspect-ratio:4/3;left:20px;min-width:max(438px,min(100vw,100%));position:relative}.g-col:has(.c-card--avatar){padding-top:96px}.c-card{background-color:#f3f4f6;border-radius:8px;display:flex;flex-direction:column;gap:24px;height:100%;padding:18px}.c-card__image{aspect-ratio:4/3}.c-card__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.c-card__icon{align-items:center;aspect-ratio:1/1;background-color:#0171bc;border-radius:50%;color:#fff;display:flex;font-size:16px;justify-content:center;width:40px}.c-card__title{line-height:1.5;margin-bottom:8px}.c-card .c-rte-content>:last-child,.c-card .c-rte>:last-child{margin-bottom:0}.c-card__button{margin-top:auto}.c-card--illustration .c-card__image{margin:0 auto;max-width:240px}.c-card--thumbnail{border-radius:12px}.c-card--thumbnail .c-card__image{max-width:160px}.c-card--thumbnail .c-card__title{margin-bottom:24px}.c-card--icon{gap:24px;padding:24px}.c-card--icon .c-card__image{aspect-ratio:1/1;border-radius:50%;overflow:hidden;width:40px}.c-card--avatar{text-align:center}.c-card--avatar .c-card__image{aspect-ratio:1/1;border-radius:50%;margin:-114px auto -12px;overflow:hidden;width:140px}.c-card--avatar .c-card__title{align-items:center;display:flex;flex-wrap:wrap;gap:0 20px;justify-content:center;margin-left:auto;margin-right:auto;overflow:hidden;text-align:center;width:-moz-fit-content;width:fit-content}.c-card--avatar .c-card__position{align-items:center;display:flex;flex-grow:1;gap:8px;margin-left:-12px;order:3}.c-card--avatar .c-card__position:before{background-color:currentColor;border-radius:50%;content:"";flex-shrink:0;height:4px;width:4px}.c-card--avatar .c-card__position span{flex-grow:1}.c-card--avatar .c-rte,.c-card--avatar .c-rte-content{min-height:7.5em}.c-card--centered{text-align:center}.c-card--centered .c-card__image{margin-left:auto;margin-right:auto;width:160px}.c-card--centered .c-card__title{min-height:3em}.c-card--centered .c-rte,.c-card--centered .c-rte-content{min-height:4.5em}.m-timeline .c-swiper-controls{justify-content:flex-end;margin-bottom:24px}.m-timeline__slider{position:relative}.m-timeline__slider:after{background-color:#d2d5da;height:1px;left:100%;position:absolute;top:95.5px;width:100vw}.c-swiper-controls:has(.swiper-button-disabled+.swiper-button-disabled),.c-swiper-controls:has(.swiper-button-lock+.swiper-button-lock){display:none}.c-timeline-card{line-height:1.5;position:relative}.c-timeline-card__date{color:#0171bc;display:block;font-size:14px;font-weight:600;letter-spacing:-.02em;margin-bottom:24px;padding-bottom:26px;position:relative}.c-timeline-card__date:before{background-color:currentColor;border-radius:50%;bottom:0;content:"";height:18px;left:0;position:absolute;width:18px}.c-timeline-card__date:after{background-color:#d2d5da;bottom:8.5px;content:"";height:1px;left:26px;position:absolute;width:calc(100% - 10px)}.c-timeline-card__title{margin-bottom:8px}.c-swiper-controls{display:flex;gap:8px}.m-video-stage .g-row{gap:40px 0}.js-video-slider{width:calc(100% + 20px)}.js-video-slider .swiper-wrapper{margin-bottom:24px}.js-video-slider .swiper-slide{width:288px}.c-video-card{letter-spacing:-.02em;line-height:1.5}.c-video-card__video{aspect-ratio:3/4;background-color:#f3f4f6;border-radius:8px;display:block;margin-bottom:12px;overflow:hidden;position:relative;transition:filter .35s cubic-bezier(.3,.76,.36,.85)}.c-video-card__video:hover{filter:brightness(1.1)}.c-video-card__video:focus{filter:brightness(1.1);outline-offset:-2px}.c-video-card__thumbnail{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.c-video-card__btn{font-size:24px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.c-video-card__btn:hover{background-color:#0171bc}.c-video-card__title{display:block;font-size:16px;font-weight:600}.c-video-card__subtitle{color:#4b5563;display:block;font-size:14px}.m-stage-avatar{padding:40px 0}.m-stage-avatar__img{aspect-ratio:1/1;border-radius:50%;margin:0 auto 12px;overflow:hidden;width:140px}.m-stage-avatar__title{align-items:center;display:flex;flex-wrap:wrap;gap:0 20px;justify-content:center;line-height:1.5;margin:0 auto;overflow:hidden;text-align:center;width:-moz-fit-content;width:fit-content}.m-stage-avatar__position{align-items:center;display:flex;flex-grow:1;gap:8px;margin-left:-12px;order:3}.m-stage-avatar__position:before{background-color:currentColor;border-radius:50%;content:"";flex-shrink:0;height:4px;width:4px}.m-stage-avatar__position span{flex-grow:1}.m-2column-txt{padding-bottom:40px}.m-2column-txt .g-row{gap:40px 0}.m-2column-txt__heading{display:flex;gap:8px;margin:2rem 0 1rem}.m-2column-txt__icon{aspect-ratio:1/1;border-radius:50%;overflow:hidden;width:40px}.m-2column-txt__icon:has([class*=icon-]){background-color:#0171bc;color:#fff}.m-2column-txt__icon img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.m-2column-txt__title{align-self:center;line-height:1.5;margin-bottom:0}.m-image-txt .g-row{gap:40px 0}.m-image-txt .g-row--reverse .m-image-txt__content{margin-left:auto}.m-image-txt .g-row--reverse .m-image-txt__image{margin-left:0}.m-image-txt .c-picture-img{border-radius:12px}.c-collapsible__item{background-color:#f3f4f6;border-radius:12px;margin-bottom:8px;overflow:hidden;transition:background-color .35s cubic-bezier(.3,.76,.36,.85)}.c-collapsible__item:last-child{margin-bottom:0}.c-collapsible__item.is-active .c-collapsible__opener:after{transform:rotate(180deg)}.c-collapsible__item.is-active .c-collapsible__slide{visibility:visible}.c-collapsible__item:has(.c-collapsible__opener:hover){background-color:#e0e7f5}.c-collapsible__item:has(.c-collapsible__opener:focus){background-color:#e0e7f5}.c-collapsible__opener{align-items:center;color:inherit;display:flex;gap:14px;padding:18px;text-align:left;width:100%;word-break:break-word}.c-collapsible__opener:after{aspect-ratio:1/1;background-color:#0171bc;border-radius:8px;color:#fff;content:"\e905";flex-shrink:0;font-size:10px;margin-left:auto;width:40px}.c-collapsible__opener:focus{outline:none}.c-collapsible__icon{aspect-ratio:1/1;border-radius:50%;flex-shrink:0;font-size:16px;margin-right:-2px;overflow:hidden;width:40px}.c-collapsible__icon:has([class*=icon-]){background-color:#0171bc;color:#fff}.c-collapsible__icon img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.c-collapsible__title{margin-bottom:0}.c-collapsible__slide{overflow:hidden;transition-property:height,visibility;transition-timing-function:ease}.c-collapsible .c-rte,.c-collapsible .c-rte-content{margin-top:-6px;padding:0 18px 18px}.c-collapsible.js-enabled .c-collapsible__slide{visibility:hidden}.m-quote-slider .c-swiper-controls{justify-content:flex-end;margin-bottom:24px}.m-quote-slider .swiper{margin:0;max-width:1224px;overflow:visible}.m-quote-slider .swiper-slide{max-width:calc(100% - 30px);width:460px}.c-blockquote{letter-spacing:-.02em;line-height:1.5}.c-blockquote:before{aspect-ratio:1/1;color:#0171bc;content:"\e918";font-size:34px;margin-bottom:32px;width:40px}.c-blockquote blockquote{font-size:18px;font-weight:600;letter-spacing:normal;margin:0 0 24px}.c-blockquote__author{display:block;font-size:16px;font-weight:600}.c-blockquote__position{color:#4b5563;display:block;font-size:14px}.m-contactbox .g-row{gap:32px 0}.c-contact-card{display:flex;flex-direction:column;gap:12px;line-height:1.5}.c-contact-card__name{margin-bottom:4px}.c-contact-card__image{width:120px}.c-contact-card__role{color:#6d7280;display:block}.c-contact-info{align-items:center;display:flex;gap:8px;margin-bottom:8px}.c-contact-info:last-child{margin-bottom:0}.c-contact-info__icon{align-self:start;aspect-ratio:1/1;border-radius:4px;overflow:hidden;width:32px}.c-contact-info__icon:has([class*=icon-]){background-color:#0171bc;color:#fff;font-size:13px}.c-contact-info__icon img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.m-contactform .g-row{gap:40px 0}.m-contactform__content{display:flex;flex-direction:column;gap:24px}.m-contactform__title{margin-bottom:0}.c-form{background-color:#f3f4f6;border-radius:12px;display:flex;flex-direction:column;gap:24px;padding:18px}.c-form__label{display:block;line-height:1.7142857143;padding:0 4px 4px;width:-moz-fit-content;width:fit-content}.m-fullimage__content{aspect-ratio:16/8.7;border-radius:12px;display:block;overflow:hidden;width:100%}.m-fullimage__content iframe,.m-fullimage__content img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.m-guideline-list{counter-reset:gl-counter;display:flex;flex-direction:column;gap:40px}.c-guideline-item{counter-increment:gl-counter}.c-guideline-item__title{line-height:1.5;margin-bottom:24px;padding-left:.5em;position:relative}.c-guideline-item__list{counter-reset:gl-sub-counter;display:flex;flex-direction:column;gap:8px}.c-guideline-item__list li{counter-increment:gl-sub-counter}.c-guideline-subitem a{align-items:center;background-color:#f3f4f6;border-radius:12px;color:inherit;display:flex;gap:24px;line-height:1.5;padding:12px;transition:background-color .35s cubic-bezier(.3,.76,.36,.85)}.c-guideline-subitem a:focus,.c-guideline-subitem a:hover{background-color:#e0e7f5;outline:none}.c-guideline-subitem a:active{background-color:#b3d9ff}.c-guideline-subitem a:after{aspect-ratio:1/1;background-color:#0171bc;border-radius:8px;color:#fff;content:"\e901";flex-shrink:0;font-size:13px;margin-left:auto;width:40px}.c-guideline-subitem__title{font-size:inherit;line-height:inherit;margin:0}.m-guideline-details{line-height:1.5;padding-top:24px}.m-guideline-details__heading{margin-bottom:40px}.m-guideline-details__title{max-width:870px}.m-guideline-details__content{display:flex;flex-direction:column;gap:24px}.c-guideline-box{border-bottom:1px solid #e5e7eb;padding-bottom:24px}.c-guideline-box .g-row{gap:24px 0;justify-content:space-between}.c-guideline-box .g-col--content{align-items:flex-start;display:flex;flex-direction:column;gap:12px}.c-guideline-box .g-col--content:only-child{flex:0 0 100%;max-width:100%}.c-guideline-box__heading{align-items:center;display:flex;gap:12px}.c-guideline-box__heading .c-button--icon{flex-shrink:0}.c-guideline-box__title{margin:0}.c-guideline-box .c-rte ul li,.c-guideline-box .c-rte-content ul li{margin-bottom:1.5em;padding-left:27px}.c-guideline-box .c-rte ul li:last-child,.c-guideline-box .c-rte-content ul li:last-child{margin-bottom:0}.c-guideline-box__links{width:100%}.c-guideline-box__links li{margin-bottom:8px}.c-guideline-box__links li:last-child{margin-bottom:0}.c-guideline-box__links a{align-items:center;box-shadow:0 1px 0 0 currentColor;display:flex;gap:8px;justify-content:space-between;transition:box-shadow .35s cubic-bezier(.3,.76,.36,.85)}.c-guideline-box__links a:hover{box-shadow:none}.c-guideline-box__links a[target=_blank]:after{content:"\e914";flex-shrink:0;font-size:12px;height:24px;width:24px}.c-guideline-box .c-picture-img{border-radius:15px}.m-lo-stage.l-base-section{padding-bottom:40px}.m-lo-stage .l-container{max-width:1228px}.m-lo-stage .g-row{align-items:center;gap:32px 0;justify-content:space-between}.m-lo-stage .g-col--text{align-items:flex-start;display:flex;flex-direction:column;gap:12px}.m-lo-stage .g-col--text>*{margin:0}.m-lo-stage .g-col--image{max-width:504px;width:45%}.m-lo-stage__heading{align-items:baseline;display:flex;gap:12px;margin-bottom:12px}.m-lo-stage__heading .c-button:has(+.h1),.m-lo-stage__heading .c-button:has(+h1){transform:translateY(-6px)}.m-lo-stage__heading .c-button:has(+.h2),.m-lo-stage__heading .c-button:has(+h2){transform:translateY(-4px)}.m-lo-stage__title{margin-bottom:0}.m-lo-stage__text{padding-bottom:12px}.m-lo-stage__text p{margin-bottom:1.5em}.m-lo-stage__text p:last-child{margin-bottom:0}.m-lo-stage .c-picture-img{aspect-ratio:4/3;border-radius:15px}a.c-teaser-card:focus .c-teaser-card__content,a.c-teaser-card:hover .c-teaser-card__content{background-color:#0171bc;color:#fff}.c-teaser-card{border-radius:8px;color:inherit;display:block;overflow:hidden;position:relative}.c-teaser-card__image{background-color:#e0e7f5;height:320px}.c-teaser-card__image:has(.h-img-contain){padding:4%}.c-teaser-card__image .h-img-contain{-o-object-position:top center;object-position:top center}.c-teaser-card__content{background-color:#fff;border:1px solid #0171bc;border-radius:0 0 8px 8px;bottom:0;left:0;padding:24px 18px;position:absolute;transition:background-color .35s cubic-bezier(.3,.76,.36,.85),color .35s cubic-bezier(.3,.76,.36,.85);width:100%}.c-teaser-card__title{line-height:1.5;margin:0}.g-col--33>.c-teaser-card .c-teaser-card__content,.g-row--three>.g-col>.c-teaser-card .c-teaser-card__content{padding:24px 18px}.m-lo-contentbox-row{counter-reset:row-counter;display:flex;flex-direction:column;gap:12px}.m-lo-contentbox-row .c-row-card{counter-increment:gl-counter}a.c-row-card{transition:background-color .35s cubic-bezier(.3,.76,.36,.85),color .35s cubic-bezier(.3,.76,.36,.85)}a.c-row-card:focus,a.c-row-card:hover{background-color:#0171bc;color:#fff}.c-row-card{background-color:#e0e7f5;border-radius:8px;color:inherit;display:flex;flex-direction:column;gap:12px 24px;overflow:hidden;padding:18px;width:100%}.c-row-card__image{background-color:#fff;border-radius:0;border-radius:8px;flex-shrink:0;height:120px;overflow:hidden;width:100%}.c-row-card__content{display:flex;flex-direction:column;gap:12px}.c-row-card__text p:last-child{margin-bottom:0}.c-row-card__title{line-height:1.5;margin:0}.m-lo-contentbox{margin:0 auto;max-width:780px}.c-easy-card,.m-lo-contentbox{display:flex;flex-direction:column;gap:20px}.c-easy-card{align-items:center}.c-easy-card__image{aspect-ratio:4/3;flex-shrink:0}.c-easy-card__content{align-items:center;display:flex;flex-direction:column;gap:12px;text-align:center}.c-easy-card__title{margin:0}.c-easy-card__text p:last-child{margin-bottom:0}.m-lo-image-txt .g-row{gap:40px 0}.m-lo-image-txt .g-row--reverse .m-lo-image-txt__content{margin-left:auto}.m-lo-image-txt .g-row--reverse .m-lo-image-txt__image{margin-left:0}.m-lo-image-txt__heading{align-items:flex-start;display:flex;gap:12px;margin-bottom:40px}.m-lo-image-txt__title{margin:0}.m-lo-image-txt__link{margin-top:2rem}.m-lo-image-txt .c-rte p,.m-lo-image-txt .c-rte-content p{margin-bottom:30px}.m-lo-image-txt .c-rte p:last-child,.m-lo-image-txt .c-rte-content p:last-child{margin-bottom:0}.m-lo-image-txt .c-picture-img{border-radius:12px}.m-extlinkmsg{background:#fff;border-radius:.5rem;left:50%;max-width:600px;padding:3rem;position:absolute;top:50%;transform:translate(-50%,-50%)}.m-extlinkmsg-overlay{background:rgba(0,0,0,.65);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.m-extlinkmsg-actions{display:flex;gap:1rem;margin:2rem 0 0;width:100%}.m-extlinkmsg-actions .c-button{flex:1;min-width:0}.m-language-selection{background:#fff;border-radius:.5rem;left:50%;max-width:600px;padding:3rem;position:absolute;top:50%;transform:translate(-50%,-50%)}.m-language-selection-overlay{background:rgba(0,0,0,.65);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1001}.m-language-selection-actions{display:flex;gap:1rem;margin:2rem 0 0;width:100%}.m-language-selection-actions .c-button{flex:1;min-width:0}@media (min-width:400px){.m-stage-start__image .c-picture-img{left:0}}@media (min-width:576px){.c-card{gap:24px;padding:24px}.c-card--avatar .c-card__image{margin-top:-120px}.c-easy-card{flex-direction:row}.c-easy-card__image{width:48%}.c-easy-card__content{align-items:flex-start;text-align:left}}@media (min-width:768px){.textarea,textarea{height:96px}.g-row{gap:16px 0;margin-left:-8px;margin-right:-8px}.g-row--reverse{flex-direction:row-reverse}.g-row--two>.g-col{flex:0 0 50%;max-width:50%}.g-row--three>.g-col{flex:0 0 33.333%;max-width:33.333%}.g-row--four>.g-col{flex:0 0 50%;max-width:50%}.g-col{padding-left:8px;padding-right:8px}.g-col--25{flex:0 0 50%;max-width:50%}.g-col--33{flex:0 0 33.333%;max-width:33.333%}.g-col--50{flex:0 0 50%;max-width:50%}.l-base-section{padding-bottom:80px}.g-footer-content{padding:40px 20px}.g-footer-content__bottom{flex-direction:row;justify-content:space-between}.m-footer-nav__box{min-width:0;min-width:auto}.c-footer-list{flex-direction:row}.m-stage-content .g-row{flex-direction:row-reverse}.m-stage-content .g-col--text{width:50%}.m-stage-content .g-col--image{max-width:504px;width:50%}.m-stage-start .g-row{flex-direction:row}.m-stage-start .g-col--image,.m-stage-start .g-col--text{width:50%}.m-stage-start__image .c-picture-img{bottom:-16px;position:absolute;width:calc(100% + 20px)}.m-video-stage__slider .swiper{width:calc(50vw - 8px)}.c-guideline-box .c-picture-img{margin-left:auto;max-width:480px}.m-lo-stage .g-col--text{width:55%}.c-teaser-card__content{padding:24px}.g-col--33>.c-teaser-card .c-teaser-card__content,.g-row--three>.g-col>.c-teaser-card .c-teaser-card__content{padding:12px 16px}.c-row-card{align-items:center;flex-direction:row;padding:12px 24px}.c-row-card__image{aspect-ratio:4/3;height:auto;width:160px}}@media (min-width:1024px){.h1,h1{font-size:48px}.h1 mark,h1 mark{line-height:.8}.h2,h2{font-size:32px}.h2 mark,h2 mark{line-height:.85}.h3,h3{font-size:32px}.h4,h4{font-size:24px}.h5,h5{font-size:20px}.h6,h6{font-size:18px}.g-header-content{flex-wrap:nowrap;padding:32px 0 18px}.h-easy-version .g-header-content{padding:32px 0 24px}.m-main-nav{border-radius:8px;padding:18px 24px}.m-main-nav__item.accessibility-hover .m-main-nav__link{background-color:#e0e7f5;color:#231f20}.m-main-nav__item.accessibility-hover .m-main-nav__link [class*=icon-]{transform:rotate(180deg)}.m-main-nav__submenu{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;left:0;opacity:0;padding:31px;position:absolute;top:calc(100% + 4px);visibility:hidden;width:100%}.m-main-nav__submenu:before{bottom:calc(100% - 1px);content:"";height:26px;left:0;position:absolute;width:100%}.m-main-nav__submenu.accessibility-drop-hover{opacity:1;visibility:visible;z-index:2}.c-nav-opener{display:none}body:has(.m-main-nav__item.accessibility-hover):after{opacity:1;visibility:visible}.l-container{padding-left:24px;padding-right:24px}.g-content-box{padding:32px}.g-row{gap:24px 0;margin-left:-12px;margin-right:-12px}.g-col{padding-left:12px;padding-right:12px}.c-logo{max-width:247px}.l-footer{padding-bottom:40px}.g-footer-content{border-radius:12px;margin:0;padding:32px}.g-footer-content__top{align-items:flex-start;flex-direction:row;justify-content:space-between}.m-footer-nav{justify-content:flex-end}.c-partners{padding:40px 0}.c-rte .h4,.c-rte h4,.c-rte-content .h4,.c-rte-content h4{font-size:20px}.m-stage-start__image .c-picture-img{width:calc(100% + 32px)}.m-video-stage__content{max-width:496px}.m-video-stage__slider .swiper{width:calc(50vw - 12px)}.m-video-slider .swiper{max-width:1224px;width:calc(100% + 24px)}.m-2column-txt .g-row{margin:0 -20px}.m-2column-txt .g-col{padding:0 20px}.m-image-txt .g-row{align-items:center}.m-image-txt__content{max-width:581px}.m-image-txt__image{margin-left:auto;max-width:560px}.m-quote-slider .c-swiper-controls{margin-bottom:40px}.m-quote-slider .swiper-slide{width:580px}.m-contactform .c-rte,.m-contactform .c-rte-content,.m-contactform__title{max-width:480px}.c-form{padding:32px}.c-guideline-subitem a{padding:18px 18px 18px 24px}.m-guideline-details__title{line-height:1.5}.c-guideline-box .g-col--content{flex:0 0 52.6%;max-width:52.6%}.c-guideline-box .g-col--image{flex:0 0 47.4%;max-width:47.4%}.m-lo-stage__heading .c-button:has(+.h1),.m-lo-stage__heading .c-button:has(+h1){transform:translateY(-10px)}.m-lo-stage__heading .c-button:has(+.h2),.m-lo-stage__heading .c-button:has(+h2){transform:translateY(-8px)}.c-teaser-card__image{aspect-ratio:16/9;height:auto}.c-teaser-card__image--4x3{aspect-ratio:4/3}.g-col--33>.c-teaser-card .c-teaser-card__content,.g-row--three>.g-col>.c-teaser-card .c-teaser-card__content{padding:18px}.m-lo-image-txt .g-row{align-items:center}.m-lo-image-txt__content{max-width:581px}.m-lo-image-txt__image{margin-left:auto;max-width:480px}}@media (min-width:1280px){.h1,h1{font-size:48px}.g-col--25,.g-row--four>.g-col{flex:0 0 25%;max-width:25%}.m-lo-stage__heading .c-button:has(+.h1),.m-lo-stage__heading .c-button:has(+h1){transform:translateY(-14px)}.c-teaser-card__content{padding:24px 34px}}@media (max-width:767px){.h-hide-on-mobile{display:none}.l-footer--easy .g-footer-content .h5,.l-footer--easy .g-footer-content h5{text-align:center}.l-footer--easy .g-footer-content .c-logo{margin:0 auto}.l-footer--easy .c-socials-list{flex-direction:column;gap:12px;justify-content:center;margin-left:auto;margin-right:auto;max-width:100%;width:-moz-fit-content;width:fit-content}.m-stage-content .g-content-box,.m-stage-start .g-content-box{background-color:transparent;border-radius:0;padding:0}.m-stage-start__image{display:flex;justify-content:center;margin:0 -20px}.m-timeline .c-swiper-controls{display:none}.m-timeline__slider .swiper-wrapper{flex-direction:column;transform:translate(0)!important}.c-timeline-card{text-align:center}.c-timeline-card:before{background-color:#d2d5da;content:"";height:67px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:1px}.swiper-slide:first-child .c-timeline-card .c-timeline-card__date{padding-top:0}.swiper-slide:first-child .c-timeline-card:before{display:none}.c-timeline-card__date{margin-bottom:67px;padding:67px 0 26px;text-align:center}.c-timeline-card__date:after,.c-timeline-card__date:before{left:50%;transform:translateX(-50%)}.c-timeline-card__date:after{bottom:auto;height:59px;top:calc(100% + 8px);width:1px}.c-guideline-box .g-col--image:not(:has(*)){display:none}.c-guideline-box__heading .c-button--icon{order:2}.m-lo-stage .g-col--image{display:none}}@media (max-width:1023px){.m-lang-switcher{justify-content:flex-end;order:-1;width:100%}.m-lang-switcher__item--default{display:none}.m-lang-switcher .c-switcher{order:3}.m-main-nav{left:0;max-height:calc(100dvh - 100%);opacity:0;overflow:auto;position:absolute;top:100%;visibility:hidden;width:100%}.h-nav-active .m-main-nav{opacity:1;visibility:visible}.m-main-nav__list{align-items:stretch;flex-direction:column;width:100%}.m-main-nav__item{position:relative}.m-main-nav__item.slide-opened .m-main-nav__link{background-color:#e0e7f5;color:#231f20}.m-main-nav__link{padding:12px;width:100%}.h-easy-version .m-main-nav__link{padding:16px}.m-main-nav__link .icon-chevron-down{font-size:14px;height:20px;margin-left:auto;width:20px}.m-main-nav__link--opener[aria-expanded=true] .icon-chevron-down{transform:rotate(180deg)}.m-main-nav__link--opener[aria-expanded=true]~.m-main-nav__submenu{display:block}.m-main-nav__submenu{display:none}.m-main-nav__sublist{background-color:#fff;border-radius:4px;margin-top:8px;padding:8px}.m-main-nav__subitem:last-child{box-shadow:none}body.h-nav-active:after{opacity:1;visibility:visible}.m-2column-txt .g-col{flex:0 0 100%;max-width:100%}.c-teaser-card__title{font-size:24px}.m-language-selection{padding:1.5rem}.m-language-selection__title.h2{font-size:1.5rem}.m-language-selection__dialog{width:80vw}}@media (max-width:575px){.m-stage-start__text{font-size:16px}.m-stage-start__buttons .c-button{font-size:14px;gap:4px;padding:12px;width:calc(50% - 4px)}}@media (min-width:768px)and (max-width:1279px){.g-footer-content__top{font-size:14px}.m-footer-nav__box{width:160px}}@media (min-width:1024px)and (max-width:1279px){.g-footer-content__top .c-logo{max-width:205px}}@media (min-width:768px)and (max-width:1023px){.m-stage-content .g-col--text,.m-stage-start .g-col--text{gap:16px}.g-col:has(.c-card--avatar).g-col--33,.g-row--three .g-col:has(.c-card--avatar){padding-top:85px}.g-col--33>.c-card,.g-row--three .g-col>.c-card{gap:16px;padding:16px}.g-col--33>.c-card.c-card--avatar .c-card__image,.g-row--three .g-col>.c-card.c-card--avatar .c-card__image{margin-top:-100px;width:120px}.c-card .c-button{font-size:14px;padding:12px 20px}.g-col--33>.c-contact-card .c-contact-card__image,.g-row--three .g-col>.c-contact-card .c-contact-card__image{width:120px}.g-col--33>.c-contact-card .c-contact-info,.g-row--three .g-col>.c-contact-card .c-contact-info{font-size:16px;gap:6px}.g-col--33>.c-contact-card .c-contact-info__icon,.g-row--three .g-col>.c-contact-card .c-contact-info__icon{font-size:12px;width:28px}}@media (min-width:576px)and (max-width:767px){.c-card--illustration .c-card__image{max-width:50%}}
