.aboutIntro_findOutMore__ehAld a{margin:8px 8px 0 0}@media(min-width:767px){.aboutIntro_findOutMore__ehAld a{margin:8px 0 0 8px}}.aboutSection_section__Bxe1K{width:100%;min-height:100vh;position:relative;display:flex;align-items:center}.aboutSection_bg__yb8HL{width:100%;height:100%;background-size:cover;position:absolute;top:-9999px;bottom:-9999px;left:-9999px;right:-9999px;margin:auto;transform:scale(1)}.aboutSection_bg__yb8HL video{object-fit:cover;width:100%;height:100%}.aboutSection_bg__yb8HL.aboutSection_dots__sC0ZB,.aboutSection_bg__yb8HL.aboutSection_lines__3d77W{background-color:#000;overflow:hidden}.aboutSection_bg__yb8HL.aboutSection_dots__sC0ZB:after,.aboutSection_bg__yb8HL.aboutSection_dots__sC0ZB:before,.aboutSection_bg__yb8HL.aboutSection_lines__3d77W:after,.aboutSection_bg__yb8HL.aboutSection_lines__3d77W:before{content:"";display:block;position:absolute;pointer-events:none;top:0;height:100%;z-index:3}.aboutSection_bg__yb8HL.aboutSection_dots__sC0ZB:before,.aboutSection_bg__yb8HL.aboutSection_lines__3d77W:before{background:url(/carousel-overlay.png) repeat;width:100%}.aboutSection_bg__yb8HL.aboutSection_dots__sC0ZB:after,.aboutSection_bg__yb8HL.aboutSection_lines__3d77W:after{width:40%;right:0;background:linear-gradient(100deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.5))}.aboutSection_bg__yb8HL.aboutSection_dots__sC0ZB:before{background:url(/pattern-overlay.png) repeat}.aboutSection_content__IE52g{z-index:4}@media(min-width:767px){.aboutSection_section__Bxe1K{height:100vh}.aboutSection_bg__yb8HL,.aboutSection_section__Bxe1K{max-height:1200px;min-height:700px}}.articleBody_body___m9r3{max-width:980px;margin:0 auto;padding-bottom:100px}@media(min-width:1024px){.articleBody_media__eCdR_>ul li{flex:0 0 50%;width:50%}}.mediaView_media__38Z2a h2{margin-bottom:1rem;color:var(--accent-color);font-size:40px}.mediaView_screenshots__ZkFkj{display:flex;flex-wrap:wrap;margin-bottom:60px;padding:0;list-style:none}.mediaView_screenshots__ZkFkj li{flex:0 0 50%;width:50%;padding:5px}.mediaView_screenshots__ZkFkj a{display:block;position:relative;overflow:hidden;cursor:pointer}.mediaView_screenshots__ZkFkj a:after{content:"";background-color:var(--accent-color);height:3px;width:100%;display:block;position:absolute;bottom:0;transform:translateY(5px);transition:transform .15s ease-out;z-index:3}.mediaView_screenshots__ZkFkj a:hover img{filter:grayscale(0);animation:mediaView_flashIn__o6s5C .5s ease-out 1}.mediaView_screenshots__ZkFkj a:hover:after{transform:translateY(0)}.mediaView_screenshots__ZkFkj a:hover .mediaView_video__aRJkw path{fill:var(--accent-color)}.mediaView_screenshots__ZkFkj img{filter:grayscale(100%);display:block;width:100%;will-change:filter}.mediaView_video__aRJkw{background-color:#000;border-radius:50%;height:45px;width:45px;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;margin:-23px 0 0 -23px;z-index:3}.mediaView_video__aRJkw svg{height:18px;width:18px}.mediaView_video__aRJkw path{fill:#fff;transition:fill .15s}@media(min-width:767px){.mediaView_screenshots__ZkFkj li{flex:0 0 33.333333%;width:33.333333%}}@media(min-width:1024px){.mediaView_screenshots__ZkFkj li{flex:0 0 25%;width:25%}}@media(min-width:1800px){.mediaView_media__38Z2a h2{font-size:50px}}@keyframes mediaView_flashIn__o6s5C{0%{filter:grayscale(0);filter:brightness(150%)}to{filter:grayscale(0);filter:brightness(100%)}}.articleIntro_intro__DVp6r{max-width:1140px;margin:0 auto 50px;position:relative}.articleIntro_intro__DVp6r img{display:block;width:100%}.articleIntro_noImgIntro__Q7otu,.articleIntro_title__YjR_w{margin-bottom:2rem}.articleIntro_noImgIntro__Q7otu h1,.articleIntro_title__YjR_w h1{font-size:38px;margin-bottom:10px}.articleIntro_noImgIntro__Q7otu strong,.articleIntro_title__YjR_w strong{color:var(--accent-color);font-size:20px}.articleIntro_noImgIntro__Q7otu{max-width:980px;margin:0 auto 50px}@media(min-width:1024px){.articleIntro_noImgIntro__Q7otu,.articleIntro_title__YjR_w{max-width:60%}.articleIntro_title__YjR_w{bottom:55px}}@media(min-width:767px){.articleIntro_noImgIntro__Q7otu,.articleIntro_title__YjR_w{background-color:rgba(22,22,22,.8);border-right:2px solid var(--accent-color);padding:30px;margin-bottom:0;max-width:90%}.articleIntro_title__YjR_w{position:absolute;bottom:20px;left:0}}.articlePreview_article__xB18F{flex:0 0 33.333333%;width:33.333333%;padding:20px 10px 30px;display:flex;flex-direction:column;align-items:flex-start}.articlePreview_article__xB18F h3{font-size:24px;margin:20px 0 5px}.articlePreview_article__xB18F p{color:#9a9a9a;font-size:15px}.articlePreview_content__e1V4l{flex:1 1 auto;padding-bottom:30px}.articlePreview_imgLink__K16W3{display:block;position:relative;overflow:hidden;cursor:pointer}.articlePreview_imgLink__K16W3:after{content:"";background-color:var(--accent-color);height:3px;width:100%;display:block;position:absolute;bottom:0;transform:translateY(5px);transition:transform .15s ease-out;z-index:3}.articlePreview_imgLink__K16W3 img{filter:grayscale(100%);display:block;width:100%;height:auto}.articlePreview_imgLink__K16W3:hover img{filter:grayscale(0);animation:articlePreview_flashIn__osI2e .5s ease-out 1;will-change:filter}.articlePreview_imgLink__K16W3:hover:after{transform:translateY(0)}.articlePreview_date__iRKUw{color:var(--accent-color);font-weight:700;font-size:20px;margin:5px 0 15px;display:block}.articlePreview_lightMode__OqsCE h3{color:#1a1a1a}@keyframes articlePreview_flashIn__osI2e{0%{filter:grayscale(0);filter:brightness(150%)}to{filter:grayscale(0);filter:brightness(100%)}}@media(max-width:1023px){.articlePreview_article__xB18F{flex:0 0 50%;width:50%}}@media(max-width:767px){.articlePreview_article__xB18F{flex:1 1 100%;width:100%}}.browserMessage_browser__V_QuG{display:none}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.browserMessage_browser__V_QuG{position:fixed;display:block;z-index:999999;bottom:0;left:0;width:100%;background:var(--accent-color);padding:4rem 0;border-top:5px solid #000;color:#000}.browserMessage_browser__V_QuG h3{text-transform:uppercase;font-size:40px;line-height:.8}.browserMessage_browser__V_QuG .browserMessage_inner__sEdgR>div{flex:1 1 auto}.browserMessage_browser__V_QuG .browserMessage_inner__sEdgR p{max-width:700px;padding:8px 40px 30px 0}.browserMessage_browser__V_QuG .browserMessage_inner__sEdgR a:hover{color:#000;border-color:#000}}@media(-ms-high-contrast:active)and (min-width:767px),(-ms-high-contrast:none)and (min-width:767px){.browserMessage_browser__V_QuG .browserMessage_inner__sEdgR{display:flex;align-items:center}.browserMessage_browser__V_QuG .browserMessage_inner__sEdgR p{padding-bottom:0}}.button_btn__qzGAd{border:3px solid #fff;text-transform:uppercase;font-size:20px;font-weight:700;transition:color .15s,border-color .15s;color:#fff;text-decoration:none;padding:12px 25px;display:inline-block;text-align:center;line-height:1}.button_btn__qzGAd:focus,.button_btn__qzGAd:hover{color:var(--accent-color);border-color:var(--accent-color)}.button_btn__qzGAd:focus .button_icon__eZOV7 path,.button_btn__qzGAd:hover .button_icon__eZOV7 path{fill:var(--accent-color)}.button_btn__qzGAd+.button_btn__qzGAd{margin-left:4px}.button_wide__DiwZg+.button_wide__DiwZg{margin-top:20px}.button_icon__eZOV7{display:inline-block;height:15px;width:15px;margin-right:15px;transform:scale(1.8)}.button_icon__eZOV7 path{fill:#fff;transition:fill .15s}.button_lightMode__14No_{border-color:#1a1a1a;color:#1a1a1a}.button_lightMode__14No_ .button_icon__eZOV7 path path{fill:#1a1a1a}.button_disabled__lmmio{cursor:default;pointer-events:none;opacity:.5}@media(min-width:767px){.button_btn__qzGAd{min-width:180px}.button_wide__DiwZg{min-width:260px}.button_wide__DiwZg+.button_wide__DiwZg{margin-top:0;margin-left:20px}}.card_card__zENhz{display:flex;text-decoration:none;overflow:hidden;background-color:#000;position:relative;max-width:500px;margin:0 auto;flex-direction:column}.card_card__zENhz img{display:block;width:100%;filter:grayscale(100%);will-change:filter}.card_card__zENhz:hover img{filter:grayscale(0);animation:card_flashIn__10e2i .5s ease-out 1}.card_card__zENhz:hover .card_btn__HV5NV{color:var(--accent-color);border-color:var(--accent-color)}.card_card__zENhz:hover:after{transform:translateY(0)}.card_content__iVqcu{z-index:2;padding:60px 20px 50px;display:flex;flex:1 1 auto;flex-direction:column;align-items:center;transition:background-image .1s;margin-top:-300px;justify-content:flex-end;background-image:linear-gradient(180deg,rgba(0,0,0,0),rgb(0,0,0) 55%)}.card_text__hXVyg{text-align:center;margin-bottom:2rem}.card_text__hXVyg h3{color:#fff;line-height:.9;font-size:30px;margin-bottom:1.5rem}.card_text__hXVyg p{font-size:16px;color:#b2b0b0;font-family:Rajdhani,sans-serif}@keyframes card_flashIn__10e2i{0%{filter:grayscale(0);filter:brightness(150%)}to{filter:grayscale(0);filter:brightness(100%)}}@media(min-width:767px){.card_card__zENhz{padding-left:40%;max-width:none;flex-direction:row;margin:30px auto}.card_card__zENhz img{position:absolute;left:0;width:40%}.card_content__iVqcu{justify-content:center;margin-top:0;padding:12%}}@media(min-width:1024px){.card_card__zENhz{flex:0 0 33.333333%;width:33.333333%;padding:0;margin:0;flex-direction:column;position:relative;overflow:hidden;cursor:pointer}.card_card__zENhz:after{content:"";background-color:var(--accent-color);height:3px;width:100%;display:block;position:absolute;bottom:0;transform:translateY(5px);transition:transform .15s ease-out;z-index:3}.card_card__zENhz img{width:100%;position:relative}.card_card__zENhz:hover .card_content__iVqcu{background:linear-gradient(180deg,rgba(29,29,29,0),rgb(29,29,29) 55%)}.card_content__iVqcu{padding:80px 30px 50px;margin-top:-300px;justify-content:flex-end}}@media(min-width:1400px){.card_content__iVqcu{padding:100px 50px;margin-top:-400px}.card_text__hXVyg h3{font-size:40px}.card_text__hXVyg p{font-size:20px}}@media(min-width:1800px){.card_content__iVqcu{padding:100px}.card_text__hXVyg h3{font-size:60px}.card_text__hXVyg p{font-size:24px}}.carousel_carousel__qirRl{min-height:100vh;width:100%;position:relative;display:flex;align-items:center;padding-top:90px}.carousel_content__TuQKU{position:relative;z-index:4}.carousel_text__bk9P2{text-align:right;display:flex;align-items:flex-end;flex-direction:column;pointer-events:none}.carousel_text__bk9P2 h2{font-size:90px;line-height:.75;margin-bottom:1rem;max-width:600px}.carousel_text__bk9P2 p{font-size:20px;font-family:Rajdhani,sans-serif;max-width:500px}@media(min-width:767px){.carousel_carousel__qirRl{height:100vh;min-height:700px;max-height:1200px}.carousel_content__TuQKU{display:flex;justify-content:flex-end;align-items:flex-end;min-height:355px}}@media(max-width:1023px){.carousel_text__bk9P2 h2{font-size:70px}.carousel_carousel__qirRl{align-items:flex-end;padding-bottom:60px}}@media(max-width:500px){.carousel_carousel__qirRl{align-items:flex-end;padding-bottom:30px}.carousel_text__bk9P2 h2{font-size:50px}}@media(max-width:399px){.carousel_text__bk9P2 p{font-size:16px}}.carouselControls_controls__1ofDq{margin-top:1.5rem;display:flex;flex-direction:column;align-items:flex-end}.carouselControls_btns__OgUqO{display:flex;justify-content:flex-end;border:2px solid #fff;border-right-width:0;height:55px}.carouselControls_btns__OgUqO a,.carouselControls_btns__OgUqO button{border-right:2px solid #fff;display:flex;text-align:center;align-items:center}.carouselControls_btns__OgUqO a{text-transform:uppercase;color:#fff;font-weight:700;text-decoration:none;font-size:20px;padding:0 40px;transition:background-color .15s,color .15s}.carouselControls_btns__OgUqO a:hover{background-color:#fff;color:#070302}.carouselControls_btns__OgUqO button{width:46px;transition:background-color .15s}.carouselControls_btns__OgUqO button:hover{background-color:#fff}.carouselControls_btns__OgUqO button:hover .carouselControls_prev__81HNR{border-right-color:#070302}.carouselControls_btns__OgUqO button:hover .carouselControls_next__vZm0V{border-left-color:#070302}.carouselControls_next__vZm0V,.carouselControls_prev__81HNR{display:block;width:0;height:0;border-top:6px solid rgba(0,0,0,0);border-bottom:6px solid rgba(0,0,0,0);transition:border-color .15s ease-in-out;margin:0 auto}.carouselControls_prev__81HNR{border-right:10px solid #fff}.carouselControls_next__vZm0V{border-left:10px solid #fff}.carouselControls_pips__058OJ{display:flex;margin:1.5rem -12px 0 0}.carouselControls_pips__058OJ li:not(.carouselControls_active__ODGFL) button{opacity:.33;transition:opacity .15s}.carouselControls_pips__058OJ li:not(.carouselControls_active__ODGFL) button:hover{opacity:1}.carouselControls_pips__058OJ li:not(.carouselControls_active__ODGFL) button:hover path{fill:var(--accent-color)}.carouselControls_pips__058OJ svg{height:20px;width:20px}.carouselControls_pips__058OJ svg path{fill:#fff;transition:fill .15s}@media(max-width:500px){.carouselControls_btns__OgUqO{width:100%}.carouselControls_btns__OgUqO a{flex:1 1 auto;justify-content:center;padding:0 10px}}.carouselLabels_labels__UjMmD{display:flex;justify-content:flex-end;margin-bottom:1rem}.carouselLabels_labels__UjMmD li:not(.carouselLabels_active__89jmI) button{opacity:.33}.carouselLabels_labels__UjMmD li:not(.carouselLabels_active__89jmI) button:hover{opacity:1;color:var(--accent-color)}.carouselLabels_labels__UjMmD li.carouselLabels_active__89jmI button{cursor:default}.carouselLabels_labels__UjMmD button{text-transform:uppercase;color:#fff;font-weight:700;font-size:24px;transition:opacity .15s,color .15s}.carouselLabels_divider__hD4eh{opacity:.33;margin:0 1rem;font-weight:700;font-size:24px;cursor:default}@media(max-width:399px){.carouselLabels_divider__hD4eh,.carouselLabels_labels__UjMmD button{font-size:16px}.carouselLabels_divider__hD4eh{margin:0 .5rem}}.carouselMedia_media__VnWZh{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background-color:#000;overflow:hidden}.carouselMedia_media__VnWZh:after,.carouselMedia_media__VnWZh:before{content:"";display:block;position:absolute;pointer-events:none;top:0;height:100%;z-index:3}.carouselMedia_media__VnWZh:before{background:url(/carousel-overlay.png) repeat;width:100%}.carouselMedia_media__VnWZh:after{width:40%;right:0;background:linear-gradient(100deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.5))}.carouselMedia_media__VnWZh:before{top:-1px}.carouselMedia_bg__NGWBw{width:100%;height:100%;background-size:cover;position:absolute;top:-9999px;bottom:-9999px;left:-9999px;right:-9999px;margin:auto;transform:scale(1)}.carouselMedia_bg__NGWBw:not(.carouselMedia_active__ah_Cg){opacity:0;z-index:1}.carouselMedia_active__ah_Cg{opacity:1;z-index:2;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000}.carouselMedia_video__Xt9qU{transition:opacity 1s}.carouselMedia_video__Xt9qU video{object-fit:cover;width:100%;height:100%}.carouselMedia_video__Xt9qU.carouselMedia_active__ah_Cg{animation:carouselMedia_fade__9zLUd 2s linear}.carouselMedia_video__Xt9qU.carouselMedia_inVisible__f1Xsg{opacity:0}.carouselMedia_image__161pG.carouselMedia_active__ah_Cg{animation:carouselMedia_scale__EnIvy 8s linear infinite}.carouselMedia_progress___Bl6M,.carouselMedia_shortProgress__9AA2T{width:100%;position:absolute;bottom:0;left:0;z-index:5;overflow:hidden}.carouselMedia_progress___Bl6M>div,.carouselMedia_shortProgress__9AA2T>div{width:100%;left:-100%;height:2px;background-color:var(--accent-color);-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000;opacity:0}.carouselMedia_progress___Bl6M>div{will-change:transform,opacity}.carouselMedia_progress___Bl6M>div.carouselMedia_playing__UAeYH{animation:carouselMedia_progress___Bl6M 8s linear infinite}.carouselMedia_shortProgress__9AA2T{left:calc(100% - 500px);width:500px;background-color:rgba(0,0,0,.7);height:2px}.carouselMedia_shortProgress__9AA2T>div{will-change:width,opacity}.carouselMedia_shortProgress__9AA2T>div.carouselMedia_playing__UAeYH{animation:carouselMedia_shortProgress__9AA2T 8s linear infinite}@keyframes carouselMedia_progress___Bl6M{0%{transform:translateX(-100%);opacity:0}10%,90%{opacity:1}to{opacity:0;transform:translateX(0)}}@keyframes carouselMedia_shortProgress__9AA2T{0%{width:0;opacity:0}10%,90%{opacity:1}to{opacity:0;width:500px}}@keyframes carouselMedia_scale__EnIvy{0%{transform:scale(1) rotate(0deg);opacity:0}20%,90%{opacity:1}to{opacity:0;transform:scale(1.1) rotate(-3deg)}}@keyframes carouselMedia_fade__9zLUd{0%{opacity:0}to{opacity:1}}@media(min-width:767px){.carouselMedia_bg__NGWBw,.carouselMedia_media__VnWZh{min-height:700px;max-height:1200px}}.video_progress__DAgXA,.video_shortProgress__3CGyV{width:100%;position:absolute;bottom:0;left:0;z-index:5;overflow:hidden}.video_progress__DAgXA>div,.video_shortProgress__3CGyV>div{width:100%;left:-100%;height:2px;background-color:var(--accent-color);-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000;opacity:1;position:relative;transition:transform .15s}.video_progress__DAgXA>div{will-change:transform,width}.video_shortProgress__3CGyV{left:calc(100% - 500px);width:500px;background-color:rgba(0,0,0,.7);height:2px}.video_shortProgress__3CGyV>div{will-change:width,opacity}.clients_clients__suJyq{background-color:#2b2b2b;padding:70px 0}.clients_clients__suJyq ul{margin:0 -10px;padding:0;display:flex;flex-wrap:wrap}.clients_client__c_5Tk{flex:0 0 33.333333%;width:33.333333%;padding:10px}.clients_client__c_5Tk img{height:auto;width:243px}.clients_client__c_5Tk a{display:flex;align-items:center;justify-content:center;border:1px solid #626262;height:170px;width:100%;opacity:.5;transition:opacity .125s ease-in-out}.clients_client__c_5Tk a:focus,.clients_client__c_5Tk a:hover{opacity:1;animation:clients_glow__H22Vx .25s ease-in-out 1;will-change:box-shadow,transform}@keyframes clients_glow__H22Vx{0%,to{box-shadow:0 0 0 0 rgba(83,83,83,0);transform:scale(1)}50%{box-shadow:0 0 30px 0 rgba(83,83,83,.6);transform:scale(1.02)}}@media(max-width:1023px){.clients_client__c_5Tk{flex:0 0 50%;width:50%}}@media(max-width:767px){.clients_client__c_5Tk a{height:150px}.clients_client__c_5Tk img{width:120px;height:auto}}.container_container___eiAJ{max-width:1200px;margin:0 auto;width:100%;padding:0 30px}@media(min-width:1400px){.container_fluid__xIfmT{max-width:none;padding:0 90px}}@media(max-width:767px){.container_container___eiAJ{padding:0 20px}.container_container___eiAJ:not(.container_fluid__xIfmT){max-width:540px}}.contentBlock_root__6hUGU{background-repeat:no-repeat;background-position-x:center;padding-top:300px;background-size:100% auto;overflow:hidden;position:relative}.contentBlock_root__6hUGU.contentBlock_dots__lXClu,.contentBlock_root__6hUGU.contentBlock_lines__y2rXL{background-color:#000;overflow:hidden}.contentBlock_root__6hUGU.contentBlock_dots__lXClu:after,.contentBlock_root__6hUGU.contentBlock_dots__lXClu:before,.contentBlock_root__6hUGU.contentBlock_lines__y2rXL:after,.contentBlock_root__6hUGU.contentBlock_lines__y2rXL:before{content:"";display:block;position:absolute;pointer-events:none;top:0;height:100%;z-index:3}.contentBlock_root__6hUGU.contentBlock_dots__lXClu:before,.contentBlock_root__6hUGU.contentBlock_lines__y2rXL:before{background:url(/carousel-overlay.png) repeat;width:100%}.contentBlock_root__6hUGU.contentBlock_dots__lXClu:after,.contentBlock_root__6hUGU.contentBlock_lines__y2rXL:after{width:40%;right:0;background:linear-gradient(100deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.5))}.contentBlock_root__6hUGU.contentBlock_dots__lXClu:before{background:url(/pattern-overlay.png) repeat}.contentBlock_content__xNRZr{background-color:#000;padding:40px 30px;margin:0 -20px;z-index:5;position:relative}.contentBlock_content__xNRZr h2{font-size:50px;margin-bottom:1rem}.contentBlock_content__xNRZr h3{font-size:25px;margin-bottom:10px}.contentBlock_content__xNRZr b,.contentBlock_content__xNRZr strong{color:var(--accent-color)}.contentBlock_content__xNRZr p{font-size:18px;color:#b2b0b0;margin-bottom:1.5rem}.contentBlock_content__xNRZr li,.contentBlock_content__xNRZr p{font-family:Rajdhani,sans-serif}.contentBlock_content__xNRZr ul li p{margin:0}.contentBlock_content__xNRZr ol{list-style:decimal;padding-left:28px;margin:1.5rem 0}.contentBlock_content__xNRZr ol li p{margin:0}@media(min-width:767px){.contentBlock_root__6hUGU{padding-top:0;background-size:cover;background-position:0}.contentBlock_root__6hUGU.contentBlock_isImageOnRight__YaIna{background-position:100%}.contentBlock_root__6hUGU.contentBlock_isImageOnRight__YaIna .contentBlock_content__xNRZr{margin-left:-30px;margin-right:0}.contentBlock_root__6hUGU:not(.contentBlock_isImageOnRight__YaIna) .contentBlock_container__9tLhy{display:flex;justify-content:flex-end}.contentBlock_root__6hUGU:not(.contentBlock_isImageOnRight__YaIna) .contentBlock_content__xNRZr{margin-right:-30px;margin-left:0;text-align:right}.contentBlock_container__9tLhy{width:100%}.contentBlock_content__xNRZr{width:70%;padding:50px}.contentBlock_content__xNRZr h2{font-size:60px}.contentBlock_content__xNRZr p{font-size:20px}}@media(min-width:1024px){.contentBlock_root__6hUGU{background-position:0;background-size:auto 100%}.contentBlock_content__xNRZr{width:60%;margin-left:0!important;margin-right:0!important;padding-top:80px;padding-bottom:80px}}@media(min-width:1200px){.contentBlock_root__6hUGU.contentBlock_isImageOnRight__YaIna .contentBlock_content__xNRZr{padding-left:30px;padding-right:160px}.contentBlock_root__6hUGU:not(.contentBlock_isImageOnRight__YaIna) .contentBlock_content__xNRZr{padding-right:30px;padding-left:160px}.contentBlock_content__xNRZr{padding-top:100px;padding-bottom:100px}}@media(min-width:1800px){.contentBlock_root__6hUGU.contentBlock_isImageOnRight__YaIna .contentBlock_content__xNRZr{padding-right:180px}.contentBlock_root__6hUGU:not(.contentBlock_isImageOnRight__YaIna) .contentBlock_content__xNRZr{padding-left:180px}.contentBlock_content__xNRZr{padding-top:180px;padding-bottom:180px;width:50%;margin:0}.contentBlock_content__xNRZr h2{font-size:90px}.contentBlock_content__xNRZr p{font-size:24px}}.footer_footer__3kcQj{background-color:#000;position:relative;z-index:9}.footer_footer__3kcQj .footer_nav__dDtcG{justify-content:center;position:relative;z-index:9}.footer_footer__3kcQj .footer_nav__dDtcG ul:first-child li:first-child svg{display:none}.footer_logo__iXql1{margin:0 auto;position:relative;top:-20px;display:block;width:105px;text-align:center}.footer_logo__iXql1 img{position:relative;z-index:2}.footer_logo__iXql1:after{content:"";display:block;width:105px;height:105px;background-color:#000;transform:rotate(45deg);position:absolute;top:-10px;left:0}.footer_copyright__52pcN{color:#8a8a8a;font-size:14px;padding:10px 0 50px}.footer_copyright__52pcN p{margin:0 10px}.footer_fi__QMUiV a{color:#8a8a8a}.footer_fi__QMUiV a:hover{color:var(--accent-color)}@media(min-width:1024px){.footer_copyright__52pcN{display:flex;justify-content:center}.footer_fi__QMUiV{padding-left:20px;border-left:1px solid #8a8a8a}}@media(max-width:1023px){.footer_footer__3kcQj .footer_nav__dDtcG{flex-direction:column}.footer_footer__3kcQj .footer_nav__dDtcG .header_ul{margin:1rem 0 .5rem}.footer_copyright__52pcN{text-align:center}.footer_fi__QMUiV{padding-top:5px}}@media(max-width:767px){.footer_copyright__52pcN{padding-top:0}.footer_footer__3kcQj .footer_nav__dDtcG{text-align:center}.footer_footer__3kcQj .footer_nav__dDtcG .header_ul{margin:.5rem 0 .25rem}.footer_footer__3kcQj .footer_nav__dDtcG .header_ul li{display:block}.footer_footer__3kcQj .footer_nav__dDtcG .header_ul li a{font-size:18px;padding:5px 0;display:inline-block}}.gameHero_hero__kxTPK{height:100vh;min-height:700px;max-height:1200px;width:100%;position:relative;display:flex;align-items:center;justify-content:center;padding-top:90px;background-size:cover;background-color:#000;overflow:hidden}.gameHero_hero__kxTPK:after,.gameHero_hero__kxTPK:before{content:"";display:block;position:absolute;pointer-events:none;top:0;height:100%;z-index:3}.gameHero_hero__kxTPK:before{background:url(/carousel-overlay.png) repeat;width:100%}.gameHero_hero__kxTPK:after{width:40%;right:0;background:linear-gradient(100deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.5))}.gameHero_btns__jn9eL{display:flex;justify-content:center;flex-direction:column;margin-top:1rem;align-items:center}.gameHero_btns__jn9eL a,.gameHero_btns__jn9eL button{margin:5px;background-color:rgba(0,0,0,.25)}.gameHero_content__bqzAm{position:relative;z-index:4}.gameHero_content__bqzAm h1{text-align:center;font-size:80px;line-height:.9;margin-bottom:1.5rem}.gameHero_content__bqzAm>img{max-width:90%;height:auto;margin:0 auto;display:block}.gameHero_hidden__7W4Oo{visibility:hidden;text-indent:-9999px;position:absolute}@media(min-width:767px){.gameHero_btns__jn9eL{flex-direction:row}.gameHero_btns__jn9eL a,.gameHero_btns__jn9eL button{margin:0 10px}}.gameIntro_container__IypQL{display:flex;align-items:center;flex-direction:column;padding-bottom:60px}.gameIntro_media__VSIfF{position:relative;margin:0 -20px 1rem}.gameIntro_media__VSIfF img,.gameIntro_media__VSIfF video{display:block;width:100%}.gameIntro_media__VSIfF:after{display:none}.gameIntro_media__VSIfF.gameIntro_hasOverlay__UIuqK{background-color:#000;overflow:hidden}.gameIntro_media__VSIfF.gameIntro_hasOverlay__UIuqK:after,.gameIntro_media__VSIfF.gameIntro_hasOverlay__UIuqK:before{content:"";display:block;position:absolute;pointer-events:none;top:0;height:100%;z-index:3}.gameIntro_media__VSIfF.gameIntro_hasOverlay__UIuqK:before{background:url(/carousel-overlay.png) repeat;width:100%}.gameIntro_media__VSIfF.gameIntro_hasOverlay__UIuqK:after{width:40%;right:0;background:linear-gradient(100deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.5))}.gameIntro_text__1qX2g{text-align:center;padding-top:30px}@media(min-width:767px){.gameIntro_container__IypQL{padding-top:90px;padding-bottom:90px}.gameIntro_media__VSIfF{width:40%;flex:0 0 40%;margin:0}}@media(min-width:1024px){.gameIntro_container__IypQL{flex-direction:row}.gameIntro_text__1qX2g{text-align:left;width:60%;flex:0 0 60%;padding-left:60px;padding-top:1rem}}@media(min-width:1400px){.gameIntro_container__IypQL{padding-left:0;padding-top:0;padding-bottom:0}.gameIntro_text__1qX2g{padding-left:90px}}@media(min-width:1800px){.gameIntro_media__VSIfF{width:50%;flex:0 0 50%}.gameIntro_text__1qX2g{width:50%;flex:0 0 50%;padding:5% 5% 5% 10%}}.header_header__pwrbs{width:100%;position:absolute;z-index:10;left:0;right:0;top:0;min-width:320px;background:linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,.6))}.header_container__dwp8i{display:flex}.header_nav__i0NOE{flex:1 1 auto;justify-content:flex-end;margin-right:-10px}.header_nav__i0NOE .header_ul li{position:relative;overflow:hidden}.header_nav__i0NOE .header_ul li:first-child span{display:none}.header_nav__i0NOE .header_ul a{height:70px;display:flex;align-items:center}.header_nav__i0NOE .header_ul a svg{height:22px;width:22px}.header_nav__i0NOE .header_ul a svg path{fill:#fff;transition:fill .15s ease-in-out}.header_nav__i0NOE .header_ul a:focus svg path,.header_nav__i0NOE .header_ul a:hover svg path{fill:var(--accent-color)}.header_nav__i0NOE .header_ul .active:after{content:"";background-color:var(--accent-color);position:absolute;bottom:0;left:15px;right:15px;height:3px;width:auto}.header_nav__i0NOE .header_ul .active a{color:var(--accent-color)}.header_nav__i0NOE .header_ul .active a svg path{fill:var(--accent-color)}.header_menu__g3F7O{display:none}@media(max-width:1023px){.header_header__pwrbs{height:112px;padding-right:120px;position:fixed;background:rgba(0,0,0,.4)}.header_header__pwrbs .header_nav__i0NOE:not(.header_open__PuuRT) .header_ul{display:none}.header_header__pwrbs .header_nav__i0NOE.header_open__PuuRT .header_ul{display:flex;position:fixed;text-align:center;padding:120px 50px;top:0;left:0;height:100%;width:100%;z-index:10;background-color:rgba(0,0,0,.95);flex-direction:column;align-items:center}.header_header__pwrbs .header_nav__i0NOE.header_open__PuuRT .header_ul li{text-align:center}.header_header__pwrbs .header_nav__i0NOE.header_open__PuuRT .header_ul li:first-child span{display:inline-block}.header_header__pwrbs .header_nav__i0NOE.header_open__PuuRT .header_ul li:first-child svg{display:none}.header_header__pwrbs .header_nav__i0NOE.header_open__PuuRT .header_ul a{font-size:2rem;font-weight:700;height:70px}.header_menu__g3F7O{display:block;height:112px;line-height:112px;width:112px;position:absolute;top:0;right:0;z-index:11;background-color:#000;transition:background-color .11s ease-in-out}.header_burger__EffCb{display:block;height:19px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:22px}.header_bottom__3eZiy,.header_extra__JmAy6,.header_middle__SCboQ,.header_top__AGpOl{background:#fff;height:3px;left:0;position:absolute;top:0;transition:all .11s ease-in-out;width:1.375rem}.header_top__AGpOl{top:0}.header_extra__JmAy6,.header_middle__SCboQ{top:8px}.header_bottom__3eZiy{top:16px}.header_on__drKiK{background-color:var(--accent-color);position:fixed}.header_on__drKiK .header_bottom__3eZiy,.header_on__drKiK .header_top__AGpOl{opacity:0}.header_on__drKiK .header_middle__SCboQ{transform:rotate(45deg)}.header_on__drKiK .header_extra__JmAy6{transform:rotate(-45deg)}.header_on__drKiK .header_bottom__3eZiy{top:16px}}@media(max-width:767px){.header_header__pwrbs{height:82px;padding-right:90px}.header_menu__g3F7O{height:82px;line-height:82px;width:82px}}@media(max-width:399px){.header_header__pwrbs{padding-right:80px}.header_menu__g3F7O{width:70px}}.jobOverlay_noScroll__2eAi0{overflow:hidden}.jobOverlay_overlay__h1A20{position:fixed;top:0;right:0;bottom:0;left:0;z-index:666;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.8)}.jobOverlay_inside__cGwyC{background-color:#fff;position:relative;overflow-y:scroll;height:100%}.jobOverlay_container__8E5BV{max-width:1140px;padding:100px;position:relative;z-index:888;height:100%}.jobOverlay_content__7hz_x{padding:0 130px 40px}.jobOverlay_content__7hz_x h3{color:#1a1a1a;font-size:26px;margin:50px 0 10px}.jobOverlay_content__7hz_x li,.jobOverlay_content__7hz_x p{font-family:Rajdhani,sans-serif;color:#535353;font-size:22px}.jobOverlay_content__7hz_x p{margin:15px 0}.jobOverlay_content__7hz_x ul{padding-left:28px;list-style:none;margin:1.5rem 0}.jobOverlay_content__7hz_x li{position:relative}.jobOverlay_content__7hz_x li p{margin-bottom:5px}.jobOverlay_content__7hz_x li:before{content:"";background:url(/bullet.svg);display:block;width:8px;height:16px;left:-25px;top:9px;position:absolute}.jobOverlay_header__Xq06u{text-align:center;border-bottom:1px solid #c9c6c6;padding:60px 40px 40px;margin-bottom:40px}.jobOverlay_header__Xq06u h2{color:#1a1a1a;font-size:60px;margin-bottom:4px;line-height:1}.jobOverlay_header__Xq06u p{color:var(--accent-color);font-family:Rajdhani,sans-serif;font-size:22px;font-weight:700;margin:0}.jobOverlay_footer__uCW_q{text-align:center;border-top:1px solid #c9c6c6;padding:25px 40px}.jobOverlay_bg__H_VlG{position:fixed;z-index:777;top:0;right:0;left:0;height:100%;width:100%;cursor:pointer}.jobOverlay_close___8dIi{position:absolute;z-index:999;top:120px;right:120px;height:36px;width:36px;display:flex;align-items:center;justify-content:center;font-family:Arial,sans-serif;background-color:#fff;color:#292929;transition:color .15s;border:3px solid #292929;font-weight:700}.jobOverlay_close___8dIi:hover{background-color:var(--accent-color)}.jobOverlay_btn__Z48ut{width:46px;height:183px;top:50%;margin-top:-90px;display:flex;align-items:center;justify-content:center;position:absolute;z-index:999}.jobOverlay_btn__Z48ut[disabled]{cursor:default;opacity:.4}.jobOverlay_btn__Z48ut span{display:block;width:0;height:0}.jobOverlay_btn__Z48ut:not([disabled]):hover:after{opacity:.2}.jobOverlay_btn__Z48ut:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;display:block;opacity:.1;transition:opacity .15s ease-in-out}.jobOverlay_prev__mUkr9{left:0}.jobOverlay_prev__mUkr9 span{border-top:6px solid rgba(0,0,0,0);border-right:12px solid #fff;border-bottom:6px solid rgba(0,0,0,0)}.jobOverlay_prev__mUkr9:after{transform:rotate(180deg)}.jobOverlay_next__Rot_m{right:0}.jobOverlay_next__Rot_m span{border-top:6px solid rgba(0,0,0,0);border-left:12px solid #fff;border-bottom:6px solid rgba(0,0,0,0)}@media(max-width:1023px){.jobOverlay_header__Xq06u{padding:40px 30px 30px;margin-bottom:30px}.jobOverlay_header__Xq06u h2{font-size:40px}.jobOverlay_header__Xq06u p{font-size:18px}.jobOverlay_container__8E5BV{padding:20px}.jobOverlay_close___8dIi{top:40px;right:40px}.jobOverlay_content__7hz_x{padding:0 20px 30px}.jobOverlay_content__7hz_x h3{font-size:24px;margin:40px 0 10px}.jobOverlay_content__7hz_x li,.jobOverlay_content__7hz_x p{font-size:18px}}.landingCarousel_carousel__DvPny{height:100vh;width:100%;position:relative;display:flex;justify-content:flex-end}.landingCarousel_content__pImCm{position:relative;display:flex;align-items:flex-end;z-index:4;height:100%;top:-2px;width:500px;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.7))}.landingCarousel_inner__iuHO9{background-color:rgba(0,0,0,.7);padding:50px 30px 30px 20px;width:100%}.landingCarousel_text__OA60w{text-align:right}.landingCarousel_text__OA60w h2{font-size:50px;line-height:.75;max-width:600px}.landingCarousel_text__OA60w strong{color:var(--accent-color);font-size:22px;text-transform:uppercase}.landingCarousel_text__OA60w p{margin:1rem 0 0;font-size:20px;font-family:Rajdhani,sans-serif}@media(min-width:767px){.landingCarousel_carousel__DvPny{margin-bottom:0;min-height:700px;max-height:1200px}.landingCarousel_fullscreen__5SRjs{height:calc(100vh - 185px)}.landingCarousel_text__OA60w h2{font-size:60px}}@media(min-width:1200px){.landingCarousel_inner__iuHO9{padding:90px 60px 60px}}@media(max-width:399px){.landingCarousel_text__OA60w p{display:none}}.layout_layout__JvcqL{max-width:1920px;box-shadow:0 0 5px 5px #000;background-color:#000;overflow:hidden;position:relative;margin:0 auto}.layout_title__GAbAU{font-size:90px;font-weight:700;text-transform:uppercase}@media(max-width:1023px){.layout_title__GAbAU{font-size:70px}}@media(max-width:500px){.layout_title__GAbAU{font-size:50px}}.loader_loader__JGzFU{border-radius:50%;padding:10px;background-color:#000;display:inline-block;width:70px;height:70px}.loader_loader__JGzFU img{display:block;width:100%}.location_social__AiCQ3 ul{margin-left:0;margin-top:1rem}.location_social__AiCQ3 ul svg{height:34px;width:34px;margin:0 5px}.location_social__AiCQ3 .location_email__GM3zh{display:block}@media(min-width:767px){.location_social__AiCQ3 .location_email__GM3zh{display:inline-block}}@media(min-width:1024px){.location_social__AiCQ3{display:flex;align-items:center}.location_social__AiCQ3 ul{margin-top:0}.location_social__AiCQ3 .location_email__GM3zh{margin-right:1rem}}.logo_logo__hvD5q{display:inline-block;padding:75px 24px 32px;background-color:#000;border-bottom:4px solid var(--accent-color)}.logo_logo__hvD5q img{width:auto;height:85px}@media(max-width:1023px){.logo_logo__hvD5q{z-index:11;margin-left:-30px;padding:16px 22px 24px;border-bottom-width:2px}.logo_logo__hvD5q img{width:auto;height:70px}}@media(max-width:767px){.logo_logo__hvD5q{margin-left:-20px;padding:20px 22px}.logo_logo__hvD5q img{width:auto;height:40px}}@media(max-width:399px){.logo_logo__hvD5q{padding:25px 20px}.logo_logo__hvD5q img{width:auto;height:30px}}.mediaPoster_media__XsDyc{width:100%;position:relative;overflow:hidden;background-color:#000;height:0;padding-bottom:56.25%}.mediaPoster_media__XsDyc .mediaPoster_iframe__BMm1c,.mediaPoster_media__XsDyc img,.mediaPoster_media__XsDyc video{left:0;top:0;height:100%;width:100%;position:absolute;z-index:2;display:block}.mediaPoster_loader__zYoDd{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;z-index:1}.mediaPoster_playBtn__tVafQ{background-color:#000;border-radius:50%;height:45px;width:45px;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;margin:-23px 0 0 -23px;z-index:3}.mediaPoster_playBtn__tVafQ svg{height:18px;width:18px}.mediaPoster_playBtn__tVafQ path{fill:#fff;transition:fill .15s}.mediaPoster_videoThumbnail__4rx_a{position:relative;overflow:hidden;cursor:pointer}.mediaPoster_videoThumbnail__4rx_a:after{content:"";background-color:var(--accent-color);height:3px;width:100%;display:block;position:absolute;bottom:0;transform:translateY(5px);transition:transform .15s ease-out;z-index:3}.mediaPoster_videoThumbnail__4rx_a:hover .mediaPoster_playBtn__tVafQ path{fill:var(--accent-color)}.mediaPoster_videoThumbnail__4rx_a:hover:after{transform:translateY(0)}@media(min-width:767px){.mediaPoster_playBtn__tVafQ{height:90px;width:90px;margin:-45px 0 0 -45px}.mediaPoster_playBtn__tVafQ svg{height:30px;width:30px}}.moreLink_more__g4uxC{position:absolute;bottom:0;left:0;right:0;margin:0 auto;z-index:4;color:#fff;text-transform:uppercase;font-weight:700;width:70px;line-height:.9;padding-bottom:20px;height:70px}.moreLink_more__g4uxC:hover{animation:moreLink_bounce__fmJWx .7s ease-in-out infinite}.moreLink_more__g4uxC:after{content:"";display:block;height:0;width:0;margin:5px auto 0;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-top:12px solid var(--accent-color)}@keyframes moreLink_bounce__fmJWx{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@media(max-width:1023px){.moreLink_hideOnMobile__Zu_f9{display:none}}.navigation_nav__UXD_X{display:flex;align-items:center}.navigation_nav__UXD_X .header_ul{list-style:none;color:#fff;margin:0;padding:0}.navigation_nav__UXD_X .header_ul li{display:inline-block}.navigation_nav__UXD_X .header_ul a{color:#fff;padding:0 15px;text-decoration:none;text-transform:uppercase;transition:color .15s;font-size:20px}.navigation_nav__UXD_X .header_ul a:focus,.navigation_nav__UXD_X .header_ul a:hover{color:var(--accent-color)}.openPositions_root__EulKl{text-align:center;padding:100px 0 90px;background:#fbf7f7 url(/careers-bg.jpg) top no-repeat;background-size:100% auto}.openPositions_intro__EEdWm{text-align:center;border-bottom:1px solid #c5c2c2;padding-bottom:45px;margin-bottom:45px}.openPositions_intro__EEdWm h2{font-size:50px;color:#1a1a1a}.openPositions_intro__EEdWm p{color:#535353;font-size:20px;max-width:800px;margin:20px auto 0;font-family:Rajdhani,sans-serif}.openPositions_positions__d3KZO{list-style:none}.openPositions_job__zFExC{border-left:8px solid var(--accent-color);background-color:#fff;padding:16px;margin-bottom:10px;text-align:left}.openPositions_job__zFExC>strong{color:#1a1a1a;font-family:Rajdhani,sans-serif;font-size:26px;display:block}.openPositions_job__zFExC>span{text-transform:uppercase;font-family:Rajdhani,sans-serif;color:var(--accent-color);font-size:18px;font-weight:700;display:block;margin:3px 0 16px}@media(min-width:767px){.openPositions_root__EulKl h2{font-size:60px}.openPositions_job__zFExC{padding:24px;display:flex;align-items:center}.openPositions_job__zFExC>strong{flex:1 1}.openPositions_job__zFExC>span{border-left:1px solid #d1d1d1;padding:15px 30px;margin:0 0 0 30px}}@media(min-width:1024px){.openPositions_root__EulKl{padding:120px 0}}@media(min-width:1400px){.openPositions_root__EulKl h2{font-size:90px}}.overlay_noScroll__5cMwy{overflow:hidden}.overlay_overlay__hiUXW{position:fixed;top:0;right:0;bottom:0;left:0;z-index:666;white-space:nowrap;padding:4%;background:rgba(0,0,0,.8)}.overlay_content___I_de,.overlay_overlay__hiUXW{display:flex;justify-content:center;align-items:center}.overlay_content___I_de{background:#000;width:100%;height:0;padding-top:56.25%;cursor:auto;white-space:normal;position:relative;z-index:888;overflow-y:hidden}.overlay_bg__X0nA0{position:fixed;z-index:777;top:0;right:0;left:0;height:100%;width:100%;cursor:pointer}.overlay_close__e3eCo{position:absolute;z-index:999;top:0;right:0;height:46px;width:46px;display:flex;align-items:center;justify-content:center;font-family:Arial,sans-serif;background-color:hsla(0,0%,100%,.115);color:#fff;transition:background-color .15s}.overlay_close__e3eCo:hover{background-color:hsla(0,0%,100%,.25)}.overlay_img__jTHH7,.overlay_video___Algi{display:block;width:100%;position:absolute!important;top:0;left:0;z-index:2}.overlay_img__jTHH7{height:auto;opacity:1;transform:opacity .1s}.overlay_img__jTHH7.overlay_isLoading__U5nDE{opacity:0}.overlay_video___Algi{height:100%}.overlay_btn__ALOTu{width:46px;height:183px;top:50%;margin-top:-90px;display:flex;align-items:center;justify-content:center;position:absolute;z-index:999}.overlay_btn__ALOTu[disabled]{cursor:default;opacity:.4}.overlay_btn__ALOTu span{display:block;width:0;height:0}.overlay_btn__ALOTu:not([disabled]):hover:after{opacity:.2}.overlay_btn__ALOTu:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;display:block;opacity:.1;transition:opacity .15s ease-in-out}.overlay_prev__pJOtj{left:0}.overlay_prev__pJOtj span{border-top:6px solid rgba(0,0,0,0);border-right:12px solid #fff;border-bottom:6px solid rgba(0,0,0,0)}.overlay_prev__pJOtj:after{transform:rotate(180deg)}.overlay_next__PB5xX{right:0}.overlay_next__PB5xX span{border-top:6px solid rgba(0,0,0,0);border-left:12px solid #fff;border-bottom:6px solid rgba(0,0,0,0)}.overlay_loader__f36_X{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0}@media(max-width:1023px){.overlay_overlay__hiUXW{background:#000}.overlay_close__e3eCo{width:80px;height:80px;font-size:28px}}.pagination_pag__NVkZi{text-align:center;padding-bottom:80px}.pagination_pag__NVkZi li{display:inline-block;padding:1px}.pagination_pag__NVkZi li>a{height:55px;width:55px;display:flex;align-items:center;justify-content:center;background-color:#383838;font-weight:700;color:#fff;font-size:20px;text-decoration:none;transition:background-color .15s ease-in-out,color .15s ease-in-out}.pagination_pag__NVkZi li:not(.pagination_active__iVvCL):not(.pagination_disabled__Wxdyr)>a:hover{color:var(--accent-color)}.pagination_pag__NVkZi li:not(.pagination_active__iVvCL):not(.pagination_disabled__Wxdyr)>a:hover .pagination_prev__fe9M2{border-right-color:var(--accent-color)}.pagination_pag__NVkZi li:not(.pagination_active__iVvCL):not(.pagination_disabled__Wxdyr)>a:hover .pagination_next__w41vX{border-left-color:var(--accent-color)}.pagination_pag__NVkZi li.pagination_active__iVvCL>a{background-color:var(--accent-color);color:#000;pointer-events:none}.pagination_next__w41vX,.pagination_prev__fe9M2{display:block;width:0;height:0;border-top:6px solid rgba(0,0,0,0);border-bottom:6px solid rgba(0,0,0,0);transition:border-color .15s ease-in-out}.pagination_prev__fe9M2{border-right:10px solid #fff}.pagination_next__w41vX{border-left:10px solid #fff}.pagination_disabled__Wxdyr{opacity:.5}.pagination_disabled__Wxdyr>a{pointer-events:none}.pressRow_row__5gyiF{margin:5rem 0}.pressRow_row__5gyiF h2{margin-bottom:1.5rem}.pressRow_row__5gyiF hr{margin:0}.pressRow_row__5gyiF b,.pressRow_row__5gyiF strong{font-weight:700}.product_product__Ilt9s{background:#000;margin:20px 0}.product_videoContainer__YQoGj{flex:1 1 auto}.product_aside__E_Sq_{padding:20px 20px 30px}.product_aside__E_Sq_ h2{font-size:40px;line-height:.85}.product_aside__E_Sq_ p{color:#9a9a9a;font-size:20px;margin-top:1rem;font-family:Rajdhani,sans-serif}.product_type__ilZCi{color:var(--accent-color);font-size:22px;text-transform:uppercase}.product_label__ZgYLR{font-size:22px;text-transform:uppercase;color:#9a9a9a;display:block;margin:1.5rem 0 0}.product_btns__cwTSm a,.product_btns__cwTSm button{margin-top:5px!important}.product_product__Ilt9s .product_lgThumbs__K20OJ{display:none}.product_product__Ilt9s .product_smThumbs__yWZ3j{justify-content:flex-start;margin:4px 2px}@media(min-width:767px){.product_aside__E_Sq_{padding:40px 40px 50px}.product_aside__E_Sq_ h2{font-size:50px}}@media(min-width:1024px){.product_aside__E_Sq_{width:380px}.product_product__Ilt9s{text-align:right;display:flex}.product_product__Ilt9s .product_smThumbs__yWZ3j{margin:15px -4px 15px 11px}.product_r2l__msAqY{flex-direction:row-reverse;text-align:left}.product_r2l__msAqY .product_smThumbs__yWZ3j{margin:15px 11px 15px -4px}}@media(min-width:1200px){.product_product__Ilt9s{align-items:center}.product_aside__E_Sq_{width:500px;padding:60px}}@media(min-width:1400px){.product_product__Ilt9s{background-color:#000}.product_aside__E_Sq_{padding:70px 70px 70px 90px;width:540px}.product_aside__E_Sq_ h2{font-size:60px}.product_r2l__msAqY .product_aside__E_Sq_{padding:70px 70px 70px 90px}}@media(min-width:1800px){.product_product__Ilt9s{align-items:center}.product_aside__E_Sq_{width:33%;padding:70px 90px 70px 40px}.product_r2l__msAqY .product_aside__E_Sq_{padding:70px 40px 70px 90px}.product_product__Ilt9s .product_smThumbs__yWZ3j{display:none}.product_product__Ilt9s .product_lgThumbs__K20OJ{display:flex}}.productThumbs_thumbs__pQCdA{display:flex;flex-wrap:wrap;margin:4px 0 1.5rem;justify-content:flex-end}.productThumbs_thumbs__pQCdA li{flex:0 0 33.333333%;width:33.333333%;padding:2px 4px}.productThumbs_thumbs__pQCdA button{background:none;border:0;padding:0;margin:0;background-color:#2a2a2a;height:auto;width:100%;height:100%;display:block}.productThumbs_thumbs__pQCdA button:disabled{pointer-events:none;cursor:default}.productThumbs_thumbs__pQCdA button{position:relative;overflow:hidden;cursor:pointer}.productThumbs_thumbs__pQCdA button:after{content:"";background-color:var(--accent-color);height:3px;width:100%;display:block;position:absolute;bottom:0;transform:translateY(5px);transition:transform .15s ease-out;z-index:3}.productThumbs_thumbs__pQCdA li:not(.productThumbs_active__irXMD) button:hover img{filter:grayscale(0);animation:productThumbs_flashIn__gFHct .5s ease-out 1;will-change:filter}.productThumbs_thumbs__pQCdA li:not(.productThumbs_active__irXMD) button:hover .productThumbs_video__neIsN path{fill:var(--accent-color)}.productThumbs_thumbs__pQCdA img{filter:grayscale(100%);display:block;width:100%}.productThumbs_active__irXMD button:after{transform:translateY(0)}.productThumbs_active__irXMD img{filter:grayscale(0)}.productThumbs_r2l__ZxecX{justify-content:flex-start}.productThumbs_video__neIsN{background-color:#000;border-radius:50%;height:45px;width:45px;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;margin:-23px 0 0 -23px;z-index:3}.productThumbs_video__neIsN svg{height:18px;width:18px}.productThumbs_video__neIsN path{fill:#fff;transition:fill .15s}.productThumbs_video__neIsN{height:25px;width:25px;margin:-13px 0 0 -13px}.productThumbs_video__neIsN svg{height:12px;width:12px}@keyframes productThumbs_flashIn__gFHct{0%{filter:grayscale(0);filter:brightness(150%)}to{filter:grayscale(0);filter:brightness(100%)}}@media(min-width:767px){.productThumbs_thumbs__pQCdA li{flex:0 0 25%;width:25%}}@media(min-width:1200px){.productThumbs_thumbs__pQCdA{margin:2rem 0 1.5rem}.productThumbs_thumbs__pQCdA li{flex:0 0 119px;width:119px}}.social_social__XEtT7{display:flex;margin:0 0 0 15px}.social_social__XEtT7 a{display:block;padding:15px 8px}.social_social__XEtT7 a:hover svg path{fill:var(--accent-color);transition:fill .15s ease-in-out}.social_social__XEtT7 svg{height:22px;width:22px}.social_social__XEtT7 svg path{fill:#fff}@media(max-width:1023px){.social_social__XEtT7{z-index:11}}@media(max-width:767px){.social_social__XEtT7{margin:0;justify-content:center}}@media(max-width:399px){.social_social__XEtT7 svg{height:16px;width:16px}}.team_team__HZsLQ{text-align:center;padding:100px 0 90px;background:#fbf7f7 url(/about-team-bg.jpg) top no-repeat;background-size:contain}.team_team__HZsLQ h2{font-size:50px;color:#1a1a1a}.team_joinUs___RDiQ{text-align:center;border-bottom:1px solid #c5c2c2;padding-bottom:45px;margin-bottom:45px}.team_joinUs___RDiQ p{color:#535353;font-size:20px;max-width:720px;margin:20px auto 30px;font-family:Rajdhani,sans-serif}.team_members__ov782{display:flex;flex-wrap:wrap;justify-content:center;padding-top:30px}.team_member__x3Abs{position:relative;cursor:pointer;flex:0 0 50%;display:flex;width:50%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.team_member__x3Abs:active,.team_member__x3Abs:focus{background-color:#fff;outline:none}@media(hover:hover){.team_member__x3Abs:hover{z-index:2}.team_member__x3Abs:hover .team_memberDetails__ss1Cw{background-color:#fff;box-shadow:0 0 15px 6px rgba(0,0,0,.2)}.team_member__x3Abs:hover .team_memberDescription__eTyBR{display:block;position:absolute;left:0;right:0;background:#fff;padding:14px;box-shadow:0 20px 15px 6px rgba(0,0,0,.2)}}@media(hover:hover)and (min-width:767px){.team_member__x3Abs:hover .team_memberDescription__eTyBR{padding:14px 24px 24px}}@media(hover:none){.team_member__x3Abs.team_isActive__TW82i{z-index:2}.team_member__x3Abs.team_isActive__TW82i .team_memberDetails__ss1Cw{background-color:#fff;box-shadow:0 0 15px 6px rgba(0,0,0,.2)}.team_member__x3Abs.team_isActive__TW82i .team_memberDescription__eTyBR{display:block;position:absolute;left:0;right:0;background:#fff;padding:14px;box-shadow:0 20px 15px 6px rgba(0,0,0,.2)}}@media(hover:none)and (min-width:767px){.team_member__x3Abs.team_isActive__TW82i .team_memberDescription__eTyBR{padding:14px 24px 24px}}.team_memberDetails__ss1Cw{transition:background-color .05s;padding:14px 14px 0}.team_memberDetails__ss1Cw img{display:block;width:100%;margin-bottom:1.25rem}.team_memberDetails__ss1Cw h3{color:#1a1a1a;font-size:22px;text-transform:none;line-height:1}.team_memberDetails__ss1Cw strong{display:block;color:var(--accent-color);font-size:18px;margin:.5rem 0 0;line-height:1}.team_memberDescription__eTyBR{display:none}.team_memberDescription__eTyBR p{color:#535353;font-size:14px}.team_memberDescription__eTyBR a{color:var(--accent-color);text-decoration:none}.team_memberDescription__eTyBR a:hover{text-decoration:underline}.team_memberDescription__eTyBR b,.team_memberDescription__eTyBR strong{color:var(--accent-color)}.team_showMore__KKOgn{display:flex;align-items:center;margin-top:50px;width:100%}.team_showMore__KKOgn>hr{flex:1 1;margin:0;width:100%;height:1px;background-color:#c9c6c6;border:0}.team_showMore__KKOgn button{border:none;text-transform:uppercase;font-size:20px;font-weight:700;transition:color .15s,border-color .15s;color:#c9c6c6;text-decoration:none;padding:12px 25px;display:inline-block;text-align:center;line-height:1;cursor:pointer}.team_showMore__KKOgn button:hover{color:#1a1a1a}@media(max-width:399px){.team_members__ov782{margin:0 -12px}.team_memberDetails__ss1Cw img{margin-bottom:8px}.team_memberDetails__ss1Cw h3{font-size:18px}.team_memberDetails__ss1Cw strong{font-size:16px}}@media(min-width:767px){.team_team__HZsLQ h2{font-size:60px}.team_joinUs___RDiQ{padding-bottom:70px;margin-bottom:70px}.team_member__x3Abs{flex:0 0 33.3333%;width:33.3333%}.team_memberDetails__ss1Cw{padding:24px 24px 0}}@media(min-width:1024px){.team_team__HZsLQ{padding:140px 0 120px}.team_member__x3Abs{flex:0 0 25%;width:25%}}@media(min-width:1400px){.team_team__HZsLQ h2{font-size:90px}}.workBody_body__Opjhp{background:#151515;position:relative;width:100%;overflow:hidden}.workBody_bgImg__Q6lWy{z-index:1;position:absolute;opacity:.3;top:0;width:100%}.workBody_bgImg__Q6lWy img{filter:grayscale(100%);width:100%;display:block}.workBody_bgImg__Q6lWy:after{content:"";position:absolute;height:80%;bottom:0;width:100%;display:block;background:linear-gradient(180deg,rgba(22,22,22,0),rgb(22,22,22));height:40%}.workBody_bgImg__Q6lWy img{opacity:.3}.workBody_content__1US2y{z-index:4;position:relative;padding-top:100px;padding-bottom:50px}.workBody_text__JFoAc{text-align:center;max-width:980px;margin:0 auto}.workBody_text__JFoAc h1,.workBody_text__JFoAc h2,.workBody_text__JFoAc h3,.workBody_text__JFoAc h4,.workBody_text__JFoAc h5,.workBody_text__JFoAc h6{color:#fff}@media(min-width:767px){.workBody_content__1US2y{padding-top:170px;padding-bottom:120px}}.workArt_text__nP03E{text-align:center}.workArt_text__nP03E h3{color:#fff}.workArt_gallery__5HwtK{display:flex;flex-wrap:wrap;margin-bottom:60px}.workArt_gallery__5HwtK li{flex:0 0 50%;width:50%;padding:5px}.workArt_gallery__5HwtK a{display:block;position:relative;overflow:hidden;cursor:pointer}.workArt_gallery__5HwtK a:after{content:"";background-color:var(--accent-color);height:3px;width:100%;display:block;position:absolute;bottom:0;transform:translateY(5px);transition:transform .15s ease-out;z-index:3}.workArt_gallery__5HwtK a:hover img{filter:grayscale(0);animation:workArt_flashIn__TEuoL .5s ease-out 1}.workArt_gallery__5HwtK a:hover:after{transform:translateY(0)}.workArt_gallery__5HwtK img{filter:grayscale(100%);display:block;width:100%;will-change:filter}@media(min-width:767px){.workArt_gallery__5HwtK li{flex:0 0 33.333333%;width:33.333333%}}@keyframes workArt_flashIn__TEuoL{0%{filter:grayscale(0);filter:brightness(150%)}to{filter:grayscale(0);filter:brightness(100%)}}.workHero_hero__QCidI{min-height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;padding-bottom:140px;background-size:cover;box-shadow:inset 0 0 500px 100px rgba(0,0,0,.2);padding-top:240px}@media(max-width:1023px){.workHero_hero__QCidI{padding-top:160px}}@media(max-width:767px){.workHero_hero__QCidI{padding-top:120px}}.workHero_hero__QCidI{background-color:#000;overflow:hidden}.workHero_hero__QCidI:after,.workHero_hero__QCidI:before{content:"";display:block;position:absolute;pointer-events:none;top:0;height:100%;z-index:3}.workHero_hero__QCidI:before{background:url(/carousel-overlay.png) repeat;width:100%}.workHero_hero__QCidI:after{width:40%;right:0;background:linear-gradient(100deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.5));width:100%;background:rgba(0,0,0,.2)}.workHero_content__pdQUk{position:relative;z-index:4}.workHero_mediaHolder__NvQI3{max-width:980px;margin:0 auto}.workHero_text__li2wj{text-align:center;position:relative;z-index:2;margin-bottom:2rem}.workHero_text__li2wj h1{text-align:center;font-size:50px;line-height:.9}.workHero_text__li2wj strong{text-transform:uppercase;font-size:22px}.workHero_text__li2wj strong span{color:var(--accent-color)}.workHero_media__EwmTz{box-shadow:0 0 150px 7px rgba(0,0,0,.7)}@media(min-width:767px){.workHero_text__li2wj h1{font-size:70px}}@media(min-width:1800px){.workHero_mediaHolder__NvQI3{max-width:100%}}.workMedia_root__1bVBa{width:100%;position:relative}.workMedia_root__1bVBa.workMedia_dots__TdL6b,.workMedia_root__1bVBa.workMedia_lines__1s3Jj{background-color:#000;overflow:hidden}.workMedia_root__1bVBa.workMedia_dots__TdL6b:after,.workMedia_root__1bVBa.workMedia_dots__TdL6b:before,.workMedia_root__1bVBa.workMedia_lines__1s3Jj:after,.workMedia_root__1bVBa.workMedia_lines__1s3Jj:before{content:"";display:block;position:absolute;pointer-events:none;top:0;height:100%;z-index:3}.workMedia_root__1bVBa.workMedia_dots__TdL6b:before,.workMedia_root__1bVBa.workMedia_lines__1s3Jj:before{background:url(/carousel-overlay.png) repeat;width:100%}.workMedia_root__1bVBa.workMedia_dots__TdL6b:after,.workMedia_root__1bVBa.workMedia_lines__1s3Jj:after{width:40%;right:0;background:linear-gradient(100deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.5))}.workMedia_root__1bVBa.workMedia_dots__TdL6b:before{background:url(/pattern-overlay.png) repeat}.workMedia_media___aWCx{height:100vh;min-height:700px;max-height:1200px;max-height:1000px;width:100%;background-size:cover;object-fit:cover}