@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");:root{--module-margin-small:50px;--module-margin-medium:80px;--module-margin-large:120px;--module-margin-xl:200px;--body-font-size-xs:13px;--body-font-size-small:15px;--body-font-size-medium:17px;--body-font-size-large:20px;--body-font-size-xl:24px;--headline-font-size-small:22px;--headline-font-size-medium:36px;--headline-font-size-large:42px;--headline-font-size-xl:51px;--headline-font-size-xxl:60px;--hero-body-font-size-small:17px;--hero-body-font-size-medium:20px;--hero-body-font-size-large:24px;--hero-body-font-size-xl:36px;--hero-headline-font-size-small:36px;--hero-headline-font-size-medium:48px;--hero-headline-font-size-large:62px;--hero-headline-font-size-xl:80px;--hero-headline-font-size-xxl:110px;--column-spacing-small:40px;--column-spacing-medium:60px;--column-spacing-large:100px;--column-spacing-xl:130px}@media screen and (max-width:1150px){:root{--column-spacing-small:20px;--column-spacing-medium:40px;--column-spacing-large:70px;--column-spacing-xl:100px}}@media screen and (max-width:1300px){:root{--hero-body-font-size-xl:30px;--hero-headline-font-size-xxl:96px}}@media screen and (max-width:850px){:root{--hero-headline-font-size-small:30px;--hero-headline-font-size-medium:40px;--hero-headline-font-size-large:54px;--hero-headline-font-size-xl:70px;--hero-headline-font-size-xxl:80px;--hero-body-font-size-small:15px;--hero-body-font-size-medium:17px;--hero-body-font-size-large:20px;--hero-body-font-size-xl:24px;--headline-font-size-small:20px;--headline-font-size-medium:30px;--headline-font-size-large:36px;--headline-font-size-xl:42px;--headline-font-size-xxl:50px}}@media screen and (max-width:500px){:root{--hero-headline-font-size-small:26px;--hero-headline-font-size-medium:32px;--hero-headline-font-size-large:42px;--hero-headline-font-size-xl:52px;--hero-headline-font-size-xxl:62px;--body-font-size-xs:12px;--body-font-size-small:14px;--body-font-size-medium:16px;--body-font-size-large:18px;--body-font-size-xl:20px;--module-margin-small:25px;--module-margin-medium:50px;--module-margin-large:70px;--module-margin-xl:100px;--headline-font-size-small:20px;--headline-font-size-medium:26px;--headline-font-size-large:32px;--headline-font-size-xl:36px;--headline-font-size-xxl:40px}}:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}a,button{cursor:revert}menu,ol,ul{list-style:none}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}:where(pre){all:revert}::-webkit-input-placeholder{color:unset}::-moz-placeholder{color:unset}:-ms-input-placeholder{color:unset}::-ms-input-placeholder{color:unset}::placeholder{color:unset}::marker{content:initial}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}.cf:after,.header-button:after,.menu:after{content:"";clear:both;display:table}.carousel{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.carousel *,.carousel :after,.carousel :before{-webkit-box-sizing:inherit;box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:-webkit-grab;cursor:grab}.carousel.is-dragging{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:-webkit-box;display:-ms-flexbox;display:flex}.carousel__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:currentColor;opacity:0.25;-webkit-transition:opacity 0.15s ease-in-out;transition:opacity 0.15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);-webkit-box-shadow:var(--carousel-button-shadow,none);box-shadow:var(--carousel-button-shadow,none);-webkit-transition:opacity 0.15s ease;transition:opacity 0.15s ease}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:0.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;-webkit-filter:var(--carousel-button-svg-filter,none);filter:var(--carousel-button-svg-filter,none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;-ms-touch-action:none;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px);-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;-webkit-transform-origin:top left;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.4))}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{-webkit-box-sizing:inherit;box-sizing:inherit}.fancybox__container :focus{outline:none}@media (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,0.92))}.fancybox__carousel{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.fancybox__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;-ms-scroll-chaining:none;overscroll-behavior:contain;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;outline:0;overflow:auto;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide:after,.fancybox__slide:before{content:"";-webkit-box-flex:0;-ms-flex:0 0 0px;flex:0 0 0;margin:auto}@media (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0px) 0 env(safe-area-inset-left,0px);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted}.fancybox__caption{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;-ms-flex-negative:0;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;-webkit-transform-origin:center center;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@-webkit-keyframes fancybox-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fancybox-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{-webkit-animation:0.15s ease backwards fancybox-fadeIn;animation:0.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{-webkit-animation:0.15s ease both fancybox-fadeOut;animation:0.15s ease both fancybox-fadeOut}.fancybox-fadeIn{-webkit-animation:0.15s ease both fancybox-fadeIn;animation:0.15s ease both fancybox-fadeIn}.fancybox-fadeOut{-webkit-animation:0.1s ease both fancybox-fadeOut;animation:0.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{-webkit-animation:0.2s ease both fancybox-zoomInUp;animation:0.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{-webkit-animation:0.15s ease both fancybox-zoomOutDown;animation:0.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{-webkit-animation:0.15s ease both fancybox-throwOutUp;animation:0.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{-webkit-animation:0.15s ease both fancybox-throwOutDown;animation:0.15s ease both fancybox-throwOutDown}@-webkit-keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{0%{-webkit-transform:scale(0.97) translate3d(0,16px,0);transform:scale(0.97) translate3d(0,16px,0);opacity:0}to{-webkit-transform:scale(1) translate3d(0,0,0);transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomInUp{0%{-webkit-transform:scale(0.97) translate3d(0,16px,0);transform:scale(0.97) translate3d(0,16px,0);opacity:0}to{-webkit-transform:scale(1) translate3d(0,0,0);transform:scale(1) translate3d(0,0,0);opacity:1}}@-webkit-keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0,16px,0);transform:scale(0.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0,16px,0);transform:scale(0.97) translate3d(0,16px,0);opacity:0}}@-webkit-keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0);opacity:0}}@-webkit-keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,0.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,0.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0.2);box-shadow:inset 0 0 4px rgba(0,0,0,0.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__image{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;-ms-touch-action:none;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;-ms-touch-action:none;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{max-width:100%;-ms-flex-negative:1;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{padding:0;background:rgba(24,24,27,0.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:0.15s ease-in backwards fancybox-fadeIn;animation:0.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color,rgba(34,213,233,0.96));opacity:0;-webkit-transition:opacity 0.15s ease;transition:opacity 0.15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:0.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,0.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:-webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,0%,0)),color-stop(8.1%,hsla(0,0%,0%,0.006)),color-stop(15.5%,hsla(0,0%,0%,0.021)),color-stop(22.5%,hsla(0,0%,0%,0.046)),color-stop(29%,hsla(0,0%,0%,0.077)),color-stop(35.3%,hsla(0,0%,0%,0.114)),color-stop(41.2%,hsla(0,0%,0%,0.155)),color-stop(47.1%,hsla(0,0%,0%,0.198)),color-stop(52.9%,hsla(0,0%,0%,0.242)),color-stop(58.8%,hsla(0,0%,0%,0.285)),color-stop(64.7%,hsla(0,0%,0%,0.326)),color-stop(71%,hsla(0,0%,0%,0.363)),color-stop(77.5%,hsla(0,0%,0%,0.394)),color-stop(84.5%,hsla(0,0%,0%,0.419)),color-stop(91.9%,hsla(0,0%,0%,0.434)),to(hsla(0,0%,0%,0.44)));background:linear-gradient(to top,hsla(0,0%,0%,0) 0%,hsla(0,0%,0%,0.006) 8.1%,hsla(0,0%,0%,0.021) 15.5%,hsla(0,0%,0%,0.046) 22.5%,hsla(0,0%,0%,0.077) 29%,hsla(0,0%,0%,0.114) 35.3%,hsla(0,0%,0%,0.155) 41.2%,hsla(0,0%,0%,0.198) 47.1%,hsla(0,0%,0%,0.242) 52.9%,hsla(0,0%,0%,0.285) 58.8%,hsla(0,0%,0%,0.326) 64.7%,hsla(0,0%,0%,0.363) 71%,hsla(0,0%,0%,0.394) 77.5%,hsla(0,0%,0%,0.419) 84.5%,hsla(0,0%,0%,0.434) 91.9%,hsla(0,0%,0%,0.44) 100%);padding:0;-ms-touch-action:none;touch-action:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,0.4))}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:0.15s ease-in backwards fancybox-fadeIn;animation:0.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:-webkit-box;display:-ms-flexbox;display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media (max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,0.96));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:linear;transition-timing-function:linear;z-index:30;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:-ms-fullscreen::backdrop{opacity:0}.fancybox__container:fullscreen::-ms-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}body{color:#17184f;font-family:"Urbanist",Arial,Tahoma,sans-serif;font-weight:400;font-size:17px;line-height:1.8;background:#17184f}.background-scheme-white{background-color:#fff}.background-scheme-dark_blue{background-color:#17184f}.background-scheme-darkblue_to_purple{background:-webkit-gradient(linear,left top,right top,from(#17184f),to(#a37fff));background:linear-gradient(90deg,#17184f 0%,#a37fff 100%)}.background-scheme-purple{background-color:#7B4FFF}.background-scheme-blueish_purple{background-color:#7075ff}.background-scheme-bright_purple{background-color:#a37fff}.background-scheme-light_purple{background-color:#EDE7FC}.background-scheme-turquoise{background-color:#307E8A}.background-scheme-yellow{background-color:#DFE90C}@media screen and (min-width:850px){img.home-intro-image{display:block;max-height:410px;width:auto;float:right}}.module{margin-left:auto;margin-right:auto;width:85%}.module.content-width-standard{max-width:1200px}.module.content-width-medium{max-width:800px}.module.content-width-full{max-width:none;width:100%}.module.content-width-fullscreen{max-width:none;width:100%}.module.header-module{margin-bottom:30px}.outer-wrapper{padding-top:100px}@media screen and (max-width:850px){.outer-wrapper{padding-top:60px}}header{color:#fff;position:fixed;top:0;left:0;right:0;z-index:100}header .logo-menu-wrapper{display:-ms-grid;display:grid;-ms-grid-columns:95px 40px 1fr;grid-template-columns:95px 1fr;grid-gap:40px;line-height:1}header .logo-menu-wrapper .logo-wrapper{padding-left:30px}header .logo-menu-wrapper .menu-wrapper{position:relative;height:100px}header .logo-menu-wrapper .main-menu{padding-right:30px}header .logo-menu-wrapper .logo{margin-top:17px}header .logo-menu-wrapper .desktop-nav{text-align:right;height:100px}header .logo-menu-wrapper .desktop-nav .menu li>a{height:100px;line-height:100px}header .logo-menu-wrapper .desktop-nav ul.menu>li{display:inline}header .logo-menu-wrapper .desktop-nav ul.menu>li.button{margin-left:30px}header .logo-menu-wrapper .desktop-nav ul.menu>li>a{text-transform:uppercase}header .logo-menu-wrapper .desktop-nav ul.menu>li:not(.button)>a{display:inline-block;margin-left:30px}header .logo-menu-wrapper .desktop-nav ul.menu>li.menu-item-has-children>a:after{content:"\f078";font-family:"Font Awesome 6 Pro";font-weight:400;font-size:16px;display:inline-block;margin-left:5px}header .logo-menu-wrapper .desktop-nav ul li{position:relative}header .logo-menu-wrapper .desktop-nav ul li a{color:#fff;font-weight:700}header .logo-menu-wrapper .desktop-nav ul li:hover ul.sub-menu{display:block}header .logo-menu-wrapper .desktop-nav ul ul.sub-menu{display:none;position:absolute;top:32px;right:0;z-index:5;background:#fff;width:180px;text-align:right;border-radius:6px;font-size:16px;-webkit-box-shadow:0 0 20px rgba(0,0,0,0.1);box-shadow:0 0 20px rgba(0,0,0,0.1);padding:15px 0}header .logo-menu-wrapper .desktop-nav ul ul.sub-menu:before{content:"";display:block;width:18px;height:18px;background:#fff;position:absolute;top:-5px;right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}header .logo-menu-wrapper .desktop-nav ul ul.sub-menu a,header .logo-menu-wrapper .desktop-nav ul ul.sub-menu li{display:block;height:auto;line-height:1}header .logo-menu-wrapper .desktop-nav ul ul.sub-menu a{font-size:18px;padding:10px 20px;color:#17184f;-webkit-transition:all 200ms;transition:all 200ms;font-weight:700}header .logo-menu-wrapper .desktop-nav ul ul.sub-menu li:last-child a{border-bottom:0}header .logo-menu-wrapper .desktop-nav ul ul.sub-menu li:hover a{color:#7B4FFF}header .logo-menu-wrapper .desktop-nav ul ul.sub-menu li:hover a{-webkit-transform:translateX(-3px);transform:translateX(-3px)}@media screen and (max-width:850px){header .logo-menu-wrapper{-ms-grid-columns:63px 40px 1fr;grid-template-columns:63px 1fr}header .logo-menu-wrapper .logo{margin-top:8px}header .logo-menu-wrapper .logo-wrapper{padding-left:20px}header .logo-menu-wrapper .menu-wrapper{padding-right:20px;height:60px}}body.admin-bar header{top:32px}@media screen and (max-width:850px){body.admin-bar .toggle-mobile-menu{top:51px}}@media screen and (max-width:782px){body.admin-bar header{top:46px}body.admin-bar .toggle-mobile-menu{top:65px}}.section{position:relative}.footer-content{color:#fff;padding:15px 30px;font-size:var(--body-font-size-xs)}@media screen and (min-width:850px){.footer-content{display:-ms-grid;display:grid;-ms-grid-columns:150px 1fr 150px;grid-template-columns:150px 1fr 150px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.footer-content .logo{width:44px}@media screen and (max-width:850px){.footer-content .logo{margin:0 auto 30px auto}}.footer-content .footer-column{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.footer-content p{margin-bottom:0px}.footer-content a{color:#fff}.footer-content .social-media-wrapper{line-height:0;text-align:right}@media screen and (max-width:850px){.footer-content .social-media-wrapper{text-align:center;margin-top:30px}}.footer-content .social-media-wrapper a{display:inline-block;margin-left:10px}.footer-content .social-media-wrapper a img{width:auto;height:25px;-webkit-transition:all 200ms;transition:all 200ms}.footer-content .social-media-wrapper a:hover img{-webkit-transform:scale(0.9);transform:scale(0.9)}.section-separator-wrapper{position:absolute;top:0;left:50%;z-index:2;background:#fff;height:30px;line-height:60px;font-weight:700;padding:0 40px;font-size:19px}.section-separator-wrapper.type-positive{-webkit-transform:translate(-50%,-30px);transform:translate(-50%,-30px);border-top-left-radius:35px;border-top-right-radius:35px}.section-separator-wrapper.type-negative{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);border-bottom-left-radius:35px;border-bottom-right-radius:35px}.breakpoint{display:none;height:0px}@media screen and (min-width:1800px){.breakpoint.breakpoint-desktop{display:block}}@media screen and (max-width:1800px) and (min-width:1300px){.breakpoint.breakpoint-laptop{display:block}}@media screen and (max-width:1300px) and (min-width:500px){.breakpoint.breakpoint-tablet{display:block}}@media screen and (max-width:500px){.breakpoint.breakpoint-mobile{display:block}}hr{border-top:1px solid rgba(0,0,0,0.1);margin-bottom:1.5em}img{display:block;width:100%;height:auto}b,strong{font-weight:600}p b,p strong{font-weight:600}em,i{font-style:italic}a{text-decoration:none}img.alignleft{width:auto;display:inline-block;float:left;margin-right:20px}.text-color-light{color:#FFF}.text-color-light a{color:#7B4FFF}.text-color-dark{color:#17184f}.text-color-primary{color:#7B4FFF}.text-color-secondary{color:#17184f}.text-color-accent1{color:#a37fff}.text-color-accent2{color:#307E8A}.text-color-accent3{color:#DFE90C}.text-color-accent4{color:#7075ff}.text-color-accent5{color:#EDE7FC}.text-align-left{text-align:left}.text-align-right{text-align:right}.text-align-center{text-align:center}.text-size-lead{font-size:1.2em}h1,h2,h3,h4,h5,h6{font-weight:800;line-height:1.1;margin-bottom:0.4em;text-transform:uppercase;font-family:"Montserrat",Arial,Tahoma,sans-serif}h1.headline-size-xxl,h2.headline-size-xxl,h3.headline-size-xxl,h4.headline-size-xxl,h5.headline-size-xxl,h6.headline-size-xxl{font-size:var(--headline-font-size-xxl)}h1.headline-size-xl,h2.headline-size-xl,h3.headline-size-xl,h4.headline-size-xl,h5.headline-size-xl,h6.headline-size-xl{font-size:var(--headline-font-size-xl)}h1.headline-size-large,h2.headline-size-large,h3.headline-size-large,h4.headline-size-large,h5.headline-size-large,h6.headline-size-large{font-size:var(--headline-font-size-large)}h1.headline-size-medium,h2.headline-size-medium,h3.headline-size-medium,h4.headline-size-medium,h5.headline-size-medium,h6.headline-size-medium{font-size:var(--headline-font-size-medium)}h1.headline-size-small,h2.headline-size-small,h3.headline-size-small,h4.headline-size-small,h5.headline-size-small,h6.headline-size-small{font-size:var(--headline-font-size-small)}.h1,h1{font-size:var(--headline-font-size-xxl)}.h2,h2{font-size:var(--headline-font-size-xl)}.h3,h3{font-size:var(--headline-font-size-large)}.h4,h4{font-size:var(--headline-font-size-medium)}.h5,h5{font-size:var(--headline-font-size-small)}.h6,h6{font-size:var(--headline-font-size-small)}.hero-text-content h1,.hero-text-content h2,.hero-text-content h3,.hero-text-content h4,.hero-text-content h5,.hero-text-content h6{font-size:1.6em;margin-bottom:0.2em}.hero-text-content h1.headline-size-xxl,.hero-text-content h2.headline-size-xxl,.hero-text-content h3.headline-size-xxl,.hero-text-content h4.headline-size-xxl,.hero-text-content h5.headline-size-xxl,.hero-text-content h6.headline-size-xxl{font-size:var(--hero-headline-font-size-xxl)}.hero-text-content h1.headline-size-xl,.hero-text-content h2.headline-size-xl,.hero-text-content h3.headline-size-xl,.hero-text-content h4.headline-size-xl,.hero-text-content h5.headline-size-xl,.hero-text-content h6.headline-size-xl{font-size:var(--hero-headline-font-size-xl)}.hero-text-content h1.headline-size-large,.hero-text-content h2.headline-size-large,.hero-text-content h3.headline-size-large,.hero-text-content h4.headline-size-large,.hero-text-content h5.headline-size-large,.hero-text-content h6.headline-size-large{font-size:var(--hero-headline-font-size-large)}.hero-text-content h1.headline-size-medium,.hero-text-content h2.headline-size-medium,.hero-text-content h3.headline-size-medium,.hero-text-content h4.headline-size-medium,.hero-text-content h5.headline-size-medium,.hero-text-content h6.headline-size-medium{font-size:var(--hero-headline-font-size-medium)}.hero-text-content h1.headline-size-small,.hero-text-content h2.headline-size-small,.hero-text-content h3.headline-size-small,.hero-text-content h4.headline-size-small,.hero-text-content h5.headline-size-small,.hero-text-content h6.headline-size-small{font-size:var(--hero-headline-font-size-small)}.hero-text-content h1.headline-mobile,.hero-text-content h2.headline-mobile,.hero-text-content h3.headline-mobile,.hero-text-content h4.headline-mobile,.hero-text-content h5.headline-mobile,.hero-text-content h6.headline-mobile{display:none}@media screen and (max-width:850px){.hero-text-content h1.headline-mobile,.hero-text-content h2.headline-mobile,.hero-text-content h3.headline-mobile,.hero-text-content h4.headline-mobile,.hero-text-content h5.headline-mobile,.hero-text-content h6.headline-mobile{display:block}.hero-text-content h1.has-mobile-headline.headline-desktop,.hero-text-content h2.has-mobile-headline.headline-desktop,.hero-text-content h3.has-mobile-headline.headline-desktop,.hero-text-content h4.has-mobile-headline.headline-desktop,.hero-text-content h5.has-mobile-headline.headline-desktop,.hero-text-content h6.has-mobile-headline.headline-desktop{display:none}}.text-box p a{text-decoration:underline}.body-size-small{font-size:var(--body-font-size-small)}.body-size-medium{font-size:var(--body-font-size-medium)}.body-size-large{font-size:var(--body-font-size-large)}.body-size-xl{font-size:var(--body-font-size-xl)}.hero-text-content p{line-height:1.4;max-width:800px;margin-left:auto;margin-right:auto}.hero-text-content.body-size-small{font-size:var(--hero-body-font-size-small)}.hero-text-content.body-size-medium{font-size:var(--hero-body-font-size-medium)}.hero-text-content.body-size-large{font-size:var(--hero-body-font-size-large)}.hero-text-content.body-size-xl{font-size:var(--hero-body-font-size-xl)}.hero-text-content.body-size-xl p{max-width:1100px}.hidden{display:none}.wysiwyg p{margin-bottom:1em}.wysiwyg p:last-child{margin-bottom:0}.cf:after{content:"";clear:both;display:table}.mobile-nav{position:fixed;top:0;left:0;right:0;bottom:0;background:#7B4FFF;text-align:center;z-index:90;line-height:1;font-weight:700}.mobile-nav .mobile-menu-wrapper{position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:28px;margin-top:20px}.mobile-nav .mobile-menu-wrapper .wpml-ls-legacy-list-horizontal{padding:0;border:0}.mobile-nav .mobile-menu-wrapper .wpml-ls-legacy-list-horizontal a{padding:6px}.mobile-nav .mobile-menu-wrapper .mobile-menu a{display:block;padding:10px 0;color:#fff}.mobile-nav .mobile-menu-wrapper .mobile-menu li.button{margin-top:10px}.mobile-nav .mobile-menu-wrapper .mobile-menu li ul{display:none;margin-bottom:20px}.mobile-nav .mobile-menu-wrapper .mobile-menu li ul a{font-size:14px;padding:7px 0}.mobile-nav .mobile-menu-wrapper .mobile-menu li.current-menu-ancestor>a,.mobile-nav .mobile-menu-wrapper .mobile-menu li.current-menu-item>a{color:#17184f}.mobile-nav .mobile-menu-wrapper .mobile-menu li.current-menu-ancestor>ul,.mobile-nav .mobile-menu-wrapper .mobile-menu li.current-menu-item>ul{display:block}@media screen and (max-width:850px){.mobile-nav.open{display:block}}.mobile-nav,.toggle-mobile-menu{display:none}@media screen and (max-width:850px){.desktop-nav{display:none}.toggle-mobile-menu{display:inline-block;position:fixed;top:19px;right:22px;z-index:110;font-size:24px}}p{margin-bottom:1.5em;font-family:"Urbanist",Arial,Tahoma,sans-serif;font-weight:400;line-height:1.8}* p:last-child{margin-bottom:0}.module-height-small{min-height:20vh}.module-height-medium{min-height:50vh}.module-height-large{min-height:85vh}.module-height-xl{min-height:100vh}.separator-line{height:7px;background:-webkit-gradient(linear,left top,right top,from(rgba(112,117,255,0)),color-stop(25%,rgb(112,117,255)),color-stop(75%,rgb(163,127,255)),to(rgba(163,127,255,0)));background:linear-gradient(90deg,rgba(112,117,255,0) 0%,rgb(112,117,255) 25%,rgb(163,127,255) 75%,rgba(163,127,255,0) 100%)}.nft-list.home-grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr 20px 1fr 20px 1fr 20px 1fr;grid-template-columns:repeat(4,1fr);grid-gap:20px}@media screen and (max-width:850px){.nft-list.home-grid{-ms-grid-columns:1fr 20px 1fr 20px 1fr;grid-template-columns:repeat(3,1fr)}}.nft-list.home-grid .nft-list-item{border-radius:20px;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:center center}.nft-list.home-grid .nft-list-item.body-item{background:#EDE7FC}@media screen and (min-width:850px){.nft-list.home-grid .nft-list-item.body-item{-ms-grid-row-span:2;grid-row:span 2;width:350px;padding:40px}}@media screen and (max-width:850px){.nft-list.home-grid .nft-list-item.body-item{-ms-grid-column-span:3;grid-column:span 3;padding:25px}}.nft-list.home-grid .nft-list-item.body-item h2{font-size:var(--headline-font-size-medium)}.game-page-info-lead{margin-top:var(--module-margin-large)}.games-list .games-list-games .games-list-game{background:#7075ff;border-radius:20px;-webkit-box-shadow:0 0 30px rgba(0,0,0,0.5);box-shadow:0 0 30px rgba(0,0,0,0.5);cursor:pointer;-webkit-transition:all 200ms;transition:all 200ms;color:#fff;display:block}.games-list .games-list-games .games-list-game a{color:#fff}.games-list .games-list-games .games-list-game:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}@media screen and (max-width:850px){.games-list .games-list-games .games-list-game{border-radius:10px}}.games-list .games-list-games .games-list-game h3{font-size:16px;text-align:center;padding:10px;height:62px;margin:0}@media screen and (max-width:850px){.games-list .games-list-games .games-list-game h3{font-size:12px;overflow:hidden}}.games-list .games-list-games .games-list-game .game-image img{border-radius:20px;display:block}@media screen and (max-width:850px){.games-list .games-list-games .games-list-game .game-image img{border-radius:10px}}.games-list .games-list-games .games-list-game .game-downloads-shops-wrapper{padding:10px}@media screen and (min-width:850px){.games-list .games-list-games .games-list-game .game-downloads-shops-wrapper{display:-ms-grid;display:grid;-ms-grid-columns:85px 1fr;grid-template-columns:85px 1fr;padding:15px 20px}}.games-list .games-list-games .games-list-game .game-downloads{line-height:1.1;font-size:24px;font-weight:600}@media screen and (max-width:850px){.games-list .games-list-games .games-list-game .game-downloads{text-align:center}}.games-list .games-list-games .games-list-game .game-downloads span{display:block;text-transform:uppercase;font-size:11px;font-weight:400}.games-list .games-list-games .games-list-game .game-shops{text-align:right}@media screen and (max-width:850px){.games-list .games-list-games .games-list-game .game-shops{text-align:center;margin-top:5px}}.games-list .games-list-games .games-list-game .game-shops a{display:inline-block;margin-left:5px}.games-list .games-list-games .games-list-game .game-shops a img{display:block;width:auto;height:30px}.games-list .games-list-games .games-list-game .game-shops a.pc img{height:25px}.games-list.default .games-list-games{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-gap:25px}@media screen and (min-width:500px){.games-list.default .games-list-games{-ms-grid-columns:1fr 25px 1fr;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:850px){.games-list.default .games-list-games{-ms-grid-columns:1fr 25px 1fr 25px 1fr;grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1100px){.games-list.default .games-list-games{-ms-grid-columns:1fr 25px 1fr 25px 1fr 25px 1fr;grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:850px){.games-list.accordion{display:-ms-grid;display:grid;-ms-grid-columns:300px 1fr;grid-template-columns:300px 1fr}}.games-list.accordion .games-list-button{margin-top:25px}@media screen and (max-width:850px){.games-list.accordion .games-list-headline-wrapper{text-align:center;margin-bottom:35px}}.games-list.accordion .games-list-headline-wrapper .games-list-headline h2{margin-bottom:0;font-size:var(--headline-font-size-xxl);background:url("../img/purple_star.png") center left no-repeat;padding-left:70px;margin-left:-70px;display:inline-block}.games-list.accordion .games-list-headline-wrapper .games-list-subheading h3{font-size:28px}.games-list.accordion .games-list-games{position:relative;height:400px}@media screen and (max-width:850px){.games-list.accordion .games-list-games{margin:0 -6%;height:440px}}@media screen and (max-width:500px){.games-list.accordion .games-list-games{height:325px}}.games-list.accordion .games-list-games .games-list-game{position:absolute;top:0;width:240px}@media screen and (max-width:850px){.games-list.accordion .games-list-games .games-list-game{width:33%}}.games-list.accordion .games-list-games .games-list-game:hover{z-index:10!important}.games-list.accordion .games-list-games .games-list-game:first-child{right:60%;z-index:6}.games-list.accordion .games-list-games .games-list-game:nth-child(2){right:45%;z-index:5}.games-list.accordion .games-list-games .games-list-game:nth-child(3){right:30%;z-index:4}.games-list.accordion .games-list-games .games-list-game:nth-child(4){right:15%;z-index:3}.games-list.accordion .games-list-games .games-list-game:nth-child(5){right:0;z-index:2}@media screen and (max-width:850px){.games-list.accordion .games-list-games .games-list-game:first-child{right:66%}.games-list.accordion .games-list-games .games-list-game:nth-child(2){right:49.5%}.games-list.accordion .games-list-games .games-list-game:nth-child(3){right:33%}.games-list.accordion .games-list-games .games-list-game:nth-child(4){right:16.5%}.games-list.accordion .games-list-games .games-list-game:nth-child(5){right:0}}.header-module-content{position:relative}.header-module-content .header-overlay{position:absolute;bottom:0;left:0;right:0;height:50%;background:-webkit-gradient(linear,left bottom,left top,from(#17184f),to(rgba(23,24,79,0)));background:linear-gradient(0deg,#17184f 0%,rgba(23,24,79,0) 100%)}.header-module-content .module-inner-content{position:absolute;bottom:0;left:50%;width:90%;-webkit-transform:translateX(-50%);transform:translateX(-50%);text-align:center;color:#fff;z-index:10}.header-module-content .module-inner-content h1{margin-bottom:0;font-size:32px;font-weight:600}@media screen and (min-width:850px){.header-module-content .module-inner-content h1{font-size:52px}}@media screen and (min-width:1300px){.header-module-content .module-inner-content h1{font-size:72px}}@media screen and (min-width:1800px){.header-module-content .module-inner-content h1{font-size:92px}}.header-module-content .module-inner-content h1 span{font-size:1.4em;font-weight:800}.hero-module-content:not(.module-height-none){display:-ms-grid;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero-module-content:not(.module-height-none) .module-inner-content{display:-ms-grid;display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.grid-outer-wrapper{display:-ms-grid;display:grid}.margin-top-small{margin-top:var(--module-margin-small)}.margin-top-medium{margin-top:var(--module-margin-medium)}.margin-top-large{margin-top:var(--module-margin-large)}.margin-top-xl{margin-top:var(--module-margin-xl)}.margin-bottom-small{margin-bottom:var(--module-margin-small)}.margin-bottom-medium{margin-bottom:var(--module-margin-medium)}.margin-bottom-large{margin-bottom:var(--module-margin-large)}.margin-bottom-xl{margin-bottom:var(--module-margin-xl)}.padding-top-small{padding-top:var(--module-margin-small)}.padding-top-medium{padding-top:var(--module-margin-medium)}.padding-top-large{padding-top:var(--module-margin-large)}.padding-top-xl{padding-top:var(--module-margin-xl)}.padding-bottom-small{padding-bottom:var(--module-margin-small)}.padding-bottom-medium{padding-bottom:var(--module-margin-medium)}.padding-bottom-large{padding-bottom:var(--module-margin-large)}.padding-bottom-xl{padding-bottom:var(--module-margin-xl)}.columns{display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));font-size:var(--body-font-size-medium)}@media screen and (max-width:850px){.columns{-ms-grid-columns:1fr;grid-template-columns:1fr}}.columns h1,.columns h2,.columns h3,.columns h4,.columns h5{line-height:1.3}.columns.num-columns-3 h2{font-size:var(--headline-font-size-medium)}.columns.num-columns-3 h3{font-size:var(--headline-font-size-small)}.columns.num-columns-3 h4{font-size:var(--headline-font-size-small)}.columns.num-columns-4 h2{font-size:var(--headline-font-size-small)}.columns.num-columns-4 h3{font-size:var(--headline-font-size-small)}.columns.num-columns-4 h4{font-size:var(--headline-font-size-small)}.columns.column-spacing-small{grid-gap:var(--column-spacing-small)}.columns.column-spacing-medium{grid-gap:var(--column-spacing-medium)}.columns.column-spacing-large{grid-gap:var(--column-spacing-large)}.columns.column-spacing-xl{grid-gap:var(--column-spacing-xl)}.columns .column{position:relative;background-size:cover;background-position:center center;background-repeat:no-repeat}.columns .column.content-position-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:850px){.columns .column.aspect-ratio-4x3{aspect-ratio:4/3}.columns .column.aspect-ratio-1x1{aspect-ratio:1/1}.columns .column.aspect-ratio-16x9{aspect-ratio:16/9}.columns .column.aspect-ratio-16x7{aspect-ratio:16/7}}.columns .column.content-padding-small{padding:20px}.columns .column.content-padding-medium{padding:40px}.columns .column.content-padding-large{padding:70px}.columns .column.content-padding-xl{padding:100px}.columns .column.column-body-font-size-small{font-size:var(--body-font-size-small)}.columns .column.column-body-font-size-medium{font-size:var(--body-font-size-medium)}.columns .column.column-body-font-size-large{font-size:var(--body-font-size-large)}.columns .column.column-body-font-size-xl{font-size:var(--body-font-size-xl)}@media screen and (max-width:850px){.columns .column.order-mobile-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.columns .column.order-mobile-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.columns .column.order-mobile-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.columns .column.order-mobile-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.columns .column.order-mobile-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}}@media screen and (min-width:850px){.columns.general-meetings-columns{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1300px){.columns.general-meetings-columns{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}}.icon{margin-right:5px}.buttons-wrapper{position:relative;margin-top:1.5em;margin-left:auto;margin-right:auto}.buttons-wrapper .button{margin-bottom:5px}.buttons-wrapper.buttons-placement-left .button{margin-right:10px}@media screen and (min-width:850px){.buttons-wrapper.buttons-placement-right{text-align:right}.buttons-wrapper.buttons-placement-right .button{margin-left:10px}}.buttons-wrapper.buttons-placement-center{text-align:center}.buttons-wrapper.buttons-placement-center .button{margin-left:5px;margin-right:5px}.subsidiaries-list.type-logos{display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));grid-gap:40px;justify-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.subsidiaries-list.type-logos img{display:block;width:100%;height:auto;max-width:130px}.subsidiaries-list.type-list .subsidiaries-item{font-size:16px;display:-ms-grid;display:grid;grid-gap:60px;-ms-grid-columns:200px 60px 1fr;grid-template-columns:200px 1fr}.subsidiaries-list.type-list .subsidiaries-item img{max-width:200px}@media screen and (max-width:850px){.subsidiaries-list.type-list .subsidiaries-item{-ms-grid-columns:130px 60px 1fr;grid-template-columns:130px 1fr}}@media screen and (max-width:500px){.subsidiaries-list.type-list .subsidiaries-item{-ms-grid-columns:1fr;grid-template-columns:1fr;grid-gap:20px}.subsidiaries-list.type-list .subsidiaries-item h2{display:none}}.subsidiaries-list.type-list .subsidiaries-item:not(:last-child){padding-bottom:60px;margin-bottom:60px}.hero-text-wrapper .buttons-wrapper{display:inline-block;padding:0}.hero-text-wrapper .buttons-wrapper:before{display:none}ol.wysiwyg-list,ul.wysiwyg-list{list-style-position:inside;margin-bottom:1.5em;font-family:"Urbanist",Arial,Tahoma,sans-serif;font-weight:400}ol.wysiwyg-list li,ul.wysiwyg-list li{margin-bottom:1.5em;line-height:1.7}ul.wysiwyg-list{list-style-type:disc}ol.wysiwyg-list{list-style-type:decimal}.button,.mfn-sub-submit{display:inline-block;padding:10px 20px;border:1px solid transparent;line-height:1;-webkit-transition:all 200ms;transition:all 200ms;font-weight:700;background:linear-gradient(149deg,#7075ff 0%,#a37fff 100%);color:#fff!important;border-radius:100px;text-transform:uppercase;font-size:15px;white-space:nowrap;cursor:pointer;text-decoration:none!important;position:relative}.button:hover,.mfn-sub-submit:hover{-webkit-transform:translateY(1px);transform:translateY(1px)}.button.has-icon,.mfn-sub-submit.has-icon{}.button.has-icon .button-content,.mfn-sub-submit.has-icon .button-content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.button.has-icon img,.button.has-icon svg,.mfn-sub-submit.has-icon img,.mfn-sub-submit.has-icon svg{width:auto;height:26px;margin:-6px 0}.button.has-icon.arr_left svg,.button.has-icon.arr_right svg,.mfn-sub-submit.has-icon.arr_left svg,.mfn-sub-submit.has-icon.arr_right svg{height:20px;margin:-3px 0}.button.button-black,.mfn-sub-submit.button-black{background:#000;color:#fff!important}.button.button-dark_blue,.mfn-sub-submit.button-dark_blue{background:#17184f;color:#fff!important}.button.button-white,.mfn-sub-submit.button-white{background:#fff;color:#7B4FFF!important}.button.button-white .icon-color,.mfn-sub-submit.button-white .icon-color{fill:#7B4FFF!important}.button.button-medium,.mfn-sub-submit.button-medium{font-size:18px;padding:15px 25px}.button.button-large,.mfn-sub-submit.button-large{font-size:19px;padding:17px 28px}.button.button-xl,.mfn-sub-submit.button-xl{font-size:20px;padding:20px 30px}.text-color-dark .custom-mfn-list a{color:#000}.footer a{text-decoration:none!important}input[type=text]{border:1px solid #000;border-radius:4px;padding:15px 20px;display:block;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5px;border:1px solid #000;border-radius:4px;float:left;margin-right:10px;cursor:pointer}input[type=checkbox]:before{content:"";width:10px;height:10px;clip-path:polygon(20% 0%,0% 20%,30% 50%,0% 80%,20% 100%,50% 70%,80% 100%,100% 80%,70% 50%,100% 20%,80% 0%,50% 30%);-webkit-transform:scale(0);transform:scale(0);background-color:#000}input[type=checkbox]:checked:before{-webkit-transform:scale(1);transform:scale(1)}.mfn-subscribe .mfn-list-item{overflow:hidden;padding:7px 0;cursor:pointer}.mfn-subscribe label{cursor:pointer}.mfn-subscribe .mfn-info-options{font-weight:700}.mfn-subscribe .mfn-policy-approve{overflow:auto}.mfn-subscribe .mfn-policy-text{display:block;margin:15px 0}.mfn-subscribe .mfn-policy-text a{text-decoration:underline}.mfn-subscribe .mfn-block.mfn-submit{margin-top:20px}.custom-wp-video-wrapper{margin:30px 0}.custom-wp-video-wrapper .custom-wp-video{width:100%;height:auto;display:block}.custom-wp-video-wrapper.video-align-center .custom-wp-video{margin:0 auto}.about-us-home-section .column{padding-right:40%!important;padding-left:0!important}@media screen and (max-width:1300px){.about-us-home-section .column{padding-right:45%!important}}@media screen and (max-width:1300px){.about-us-home-section{}}@media screen and (max-width:1100px){.about-us-home-section{background-image:none!important;background-color:#fff}.about-us-home-section .module{background-image:none!important}.about-us-home-section .column{padding-right:0!important}}.fancybox__backdrop{background:rgba(23,24,79,0.8);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.default-page-wrapper{padding:100px 0}@media screen and (max-width:850px){.default-page-wrapper{padding:70px 0}}@media screen and (max-width:500px){.default-page-wrapper{padding:50px 0}}.default-page-wrapper.two-cols{display:-ms-grid;display:grid;-ms-grid-columns:1fr var(--column-spacing-large) 350px;grid-template-columns:1fr 350px;grid-gap:var(--column-spacing-large)}.default-page-wrapper.two-cols.primary-right{-ms-grid-columns:350px var(--column-spacing-large) 1fr;grid-template-columns:350px 1fr}.default-page-wrapper.two-cols.primary-right .primary-column{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.default-page-wrapper.two-cols.primary-right .secondary-column{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media screen and (max-width:850px){.default-page-wrapper.two-cols{-ms-grid-columns:1fr!important;grid-template-columns:1fr!important}}.navigation.pagination h2{font-size:1.2em}.navigation.pagination .page-numbers{display:inline-block;margin-right:10px;text-decoration:underline}.navigation.pagination span{font-weight:700}p:empty{display:none}@media screen and (max-width:850px){.hide-in-tablet{display:none}}@media screen and (max-width:500px){.hide-in-mobile{display:none}}.text-size-small .columns{font-size:var(--body-font-size-small)!important}.text-size-medium .columns{font-size:var(--body-font-size-medium)!important}.text-size-large .columns{font-size:var(--body-font-size-large)!important}.text-size-xl .columns{font-size:var(--body-font-size-xl)!important}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInText{0%{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInText{0%{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.column-content>*{-webkit-animation-name:fadeInText;animation-name:fadeInText;-webkit-animation-duration:800ms;animation-duration:800ms;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.column-content>:first-child{-webkit-animation-delay:600ms;animation-delay:600ms}.column-content>:nth-child(2){-webkit-animation-delay:700ms;animation-delay:700ms}.column-content>:nth-child(3){-webkit-animation-delay:800ms;animation-delay:800ms}.column-content>:nth-child(4){-webkit-animation-delay:900ms;animation-delay:900ms}.column-content>:nth-child(5){-webkit-animation-delay:1000ms;animation-delay:1000ms}.column-content>:nth-child(6){-webkit-animation-delay:1100ms;animation-delay:1100ms}.column-content>:nth-child(7){-webkit-animation-delay:1200ms;animation-delay:1200ms}.column-content>:nth-child(8){-webkit-animation-delay:1300ms;animation-delay:1300ms}.column-content>:nth-child(9){-webkit-animation-delay:1400ms;animation-delay:1400ms}.column-content>:nth-child(10){-webkit-animation-delay:1500ms;animation-delay:1500ms}@media screen and (min-width:850px){.desktop-nav{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-duration:600ms;animation-duration:600ms;-webkit-animation-delay:800ms;animation-delay:800ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}}@media screen and (min-width:850px){.section,header{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:600ms;animation-duration:600ms;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.section.section-num-1{-webkit-animation-delay:100ms;animation-delay:100ms}.section.section-num-2{-webkit-animation-delay:200ms;animation-delay:200ms}.section.section-num-3{-webkit-animation-delay:300ms;animation-delay:300ms}}