:root{--grid-colCount:6;--grid-colGap:10px;--bodyGap:calc(30px - var(--grid-colGap));--maxWidth:1440px;--headerHeight:120px;--articlePadding:120px;--elementPadding:120px;--logoWidth:218px;--logoHeight:50px;--white:#FFFFFF;--blue:#006DBC;--cyan:#67BFFF;--lightCyan:#A3E6FF;--lime:#B9C000;--lightGray:#E6EBF0;--gray:#6C7883;--darkGray:#2D3A46;--black:#000000;--fontWeight-regular:400;--fontWeight-bold:600;--fontWeight-extraBold:700;--animation-duration:.2s;--animation-style:ease-in-out}@media(min-width:860px){:root{--grid-colCount:12;--grid-colGap:14px;--bodyGap:22px - var(--grid-colGap);--headerHeight:168px;--articlePadding:130px;--elementPadding:80px;--logoWidth:275px;--logoHeight:63px}}@media(min-width:1440px){:root{--grid-colCount:12;--grid-colGap:24px;--bodyGap:40px - var(--grid-colGap);--headerHeight:242px;--articlePadding:230px;--elementPadding:110px;--logoWidth:366px;--logoHeight:84px}}.glide{--bulletWidth:32px;--bulletHeight:20px;position:relative;z-index:7;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none}.glide__slide{width:100vw;height:100dvh;margin:0!important;padding:0!important;flex-shrink:0;white-space:normal;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;overflow:hidden}.glide__slide .image{position:absolute;z-index:-1}.glide__slide .image,.glide__slide .image figure,.glide__slide .image img,.glide__slide .image picture{width:100%;height:100%}.glide__slide .image img{vertical-align:top;-o-object-fit:cover;object-fit:cover;transition:transform calc(var(--animation-duration)*3) var(--animation-style)}.glide__slide .headline{position:absolute;top:180px;right:calc(var(--bodyGap) + var(--grid-colGap));left:calc(var(--bodyGap) + var(--grid-colGap));opacity:0;transition:opacity calc(var(--animation-duration)*3) var(--animation-style)}.glide__slide .headline .h1,.glide__slide .headline h1{font-size:3.3333em;line-height:1;font-weight:var(--fontWeight-extraBold);font-style:normal;-webkit-hyphens:auto;hyphens:auto}@media(min-width:860px){.glide__slide .headline{top:unset;right:11.2vw;bottom:150px;left:11.2vw}.glide__slide .headline .h1,.glide__slide .headline h1{font-size:5em;-webkit-hyphens:unset;hyphens:unset}}@media(min-width:1920px){.glide__slide .headline{right:calc((100vw - var(--maxWidth))/ 2);bottom:250px;left:calc((100vw - var(--maxWidth))/ 2)}.glide__slide .headline .h1,.glide__slide .headline h1{font-size:7.25em}}.glide__slide::after,.glide__slide::before{display:none!important}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__slide--active .image img{transform:scale(1.2)}.glide__slide--active .headline{opacity:1}.glide__arrows{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;right:calc(var(--bodyGap) + var(--grid-colGap));bottom:25px;display:flex;flex-flow:column nowrap;width:var(--bulletWidth)}@media(min-width:860px){.glide__bullets{flex-flow:row wrap;width:auto;height:var(--bulletHeight);right:11.2vw;bottom:30px}}@media(min-width:1440px){.glide__bullets{bottom:60px}}@media(min-width:1920px){.glide__bullets{right:calc((100vw - var(--maxWidth))/ 2)}}.glide__bullet{background-color:rgba(0,0,0,0);width:var(--bulletWidth);height:var(--bulletHeight);border:2px solid var(--white);border-radius:20px;margin-bottom:14px;cursor:pointer}.glide__bullet--active{border-color:var(--cyan);background-color:var(--cyan)}.glide__bullet:last-child{margin-bottom:0;margin-right:0}@media(min-width:860px){.glide__bullet{margin-bottom:0;margin-right:7px}}.glide__rtl{direction:rtl}