.buttons-wrapper{display:flex;align-items:flex-start;flex-wrap:wrap}@media(max-width: 576px){.buttons-wrapper{align-items:center}.buttons-wrapper .btn{height:48px;margin:0 15px 30px 15px;white-space:nowrap;font-size:16px}}.buttons-wrapper--left{justify-content:flex-start}.buttons-wrapper--left .btn{margin:0 30px 50px 0}.buttons-wrapper--left .btn:last-of-type{margin:0 30px 0 0}@media(max-width: 576px){.buttons-wrapper--left{align-items:center;justify-content:center}.buttons-wrapper--left .btn{margin:0 15px 30px 15px;white-space:nowrap}.buttons-wrapper--left .btn:last-of-type{margin:0 15px 0 15px}}.buttons-wrapper--center{justify-content:center}.buttons-wrapper--center .btn{margin:0 15px 30px 15px}.buttons-wrapper--center .btn:last-of-type{margin:0 15px 0 15px}.buttons-wrapper--right{justify-content:flex-end}.buttons-wrapper--right .btn{margin:0 0 30px 30px}.buttons-wrapper--right .btn:last-of-type{margin:0 0 0 30px}@media(max-width: 576px){.buttons-wrapper--right{align-items:center;justify-content:center}.buttons-wrapper--right .btn{margin:0 15px 30px 15px;white-space:nowrap}}.btn{outline:none;text-decoration:none !important;display:inline-block;padding:10px 24px;border-radius:6px;background:rgba(0,0,0,0);min-width:140px;text-align:center;display:flex;justify-content:center;align-items:center;font-weight:400;font-family:"IBM Plex Sans",sans-serif;font-size:16px;transition:background-color .2s,color .2s,border .2s}.btn i{margin-left:10px}.btn i.icon-play{color:hsla(0,0%,100%,.77)}.btn__primary{background-color:#fff;border:1px solid #fff;color:#303d4a}.btn__primary:hover{color:#303d4a;background-color:#a9e3ff;border:1px solid #a9e3ff}.btn__primary:hover i.icon-play{color:#a9e3ff}.btn__secondary{border:1px solid #303c4a;color:#303d4a;padding:6px 16px}.btn__secondary:hover{background-color:#303c4a;color:#fff}.btn__tertiary{padding:0;color:#223746;min-width:1px;padding-bottom:10px}.btn__tertiary span{position:relative}.btn__tertiary span:before{position:absolute;display:block;height:1px;top:40px;left:1px;background-color:#223746;width:100%;overflow:hidden;content:"";font-size:0;transition:top .5s ease;opacity:0}.btn__tertiary .icon-arrow-left{position:relative;margin-right:5px;display:block;width:20px;height:20px}.btn__tertiary .icon-arrow-left:before{position:absolute;left:0;top:2px;transition:left .5s ease;color:#223746}.btn__tertiary .icon-arrow-right{transition:margin-left .5s ease}.btn__tertiary:hover span{position:relative;color:#223746}.btn__tertiary:hover span:before{top:30px;opacity:1}.btn__tertiary:hover .icon-arrow-left:before{position:absolute;left:-5px;color:#223746}.btn__tertiary:hover .icon-arrow-right{margin-left:15px;color:#223746}.header__inner{width:100%;position:fixed;z-index:997;top:0;left:0;background-color:#fff;padding:20px 90px;display:flex;justify-content:space-between;align-items:center}.header__inner button{outline:none}@media(max-width: 992px){.header__inner{padding:20px 20px}}@media(max-width: 576px){.header__inner{padding:20px}}.header__logotype{display:block}.header__logotype svg{display:block}.header__logotype svg path{fill:#303c4a;transition:fill .2s}.header__triggerwrap{display:flex;justify-content:flex-end;flex-wrap:wrap;align-items:center}.header__languages{position:absolute;top:calc(100% + 12px);left:-30px;margin:0;padding:20px 30px;list-style:none;background-color:#223746;opacity:0;transform:translateY(20px);pointer-events:none;transition:transform .2s,opacity .2s}.header__languages li{padding:3px 0}.header__languages li a{font-size:18px;text-transform:uppercase;color:#fff;text-decoration:none;line-height:1.22em;display:inline-block}.header__languages--open{opacity:1;transform:translateY(0);pointer-events:all}.header__current-lang{border:none;outline:none;background:rgba(0,0,0,0);padding:0}.header__current-lang span{font-size:18px;text-transform:uppercase;color:#303c4a;transition:color .2s}.header__current-lang i{font-size:14px;display:inline-block;margin-left:2px;color:#303c4a;transition:color .2s,transform .2s}.header__current-lang--open i{transform:rotate(-180deg)}.header__language-menu{margin:0 30px 0 0;padding:0;list-style:none;display:block;position:relative}@media(max-width: 768px){.header__language-menu{margin:0 30px 0 0}}.header__search{background:none;margin:0;padding:0;border:none;border-radius:0;z-index:1000;position:relative;outline:none;margin-right:32px;width:26px;overflow:hidden}@media only screen and (min-width: 1px)and (max-width: 767px){.header__search{display:none}.header__search.show-in-mobile{display:inline-block;margin-right:6px}}.header__search.is-open{width:auto}.header__search.is-open:hover{cursor:normal}.header__search.is-open .form-search{cursor:normal;border-bottom:1px solid #303c4a !important}@media only screen and (min-width: 1px)and (max-width: 767px){.header__search.is-open .form-search{width:150px !important}}.header__search:hover{cursor:pointer}.header__search:hover .form-search{cursor:pointer}.header__search:focus{outline:none}.header__search i{background:url("../img/search-dark.svg") no-repeat left top rgba(0,0,0,0);background-size:26px auto;display:inline-block;width:26px;height:26px;display:none}.header__trigger{background:none;margin:0;padding:0;border:none;border-radius:0;width:32px;height:32px;z-index:1000;position:relative;outline:none}.header__trigger:focus{outline:none}.header__trigger span{display:block;width:32px;height:4px;background-color:#303c4a;position:absolute;top:50%;left:0;transform:translateY(-50%);transition:background-color .2s;pointer-events:none}.header__trigger span:before,.header__trigger span:after{content:"";display:block;height:4px;width:32px;background-color:#303c4a;position:absolute;top:0;left:0;transition:transform .2s,background-color .2s}.header__trigger span:before{transform:translateY(-12px)}.header__trigger span:after{transform:translateY(12px)}.header__trigger--open span{background-color:rgba(0,0,0,0)}.header__trigger--open span:before{transform:rotate(-135deg)}.header__trigger--open span:after{transform:rotate(135deg)}.header__trigger--open span:after,.header__trigger--open span:before{background-color:#303c4a}.header__menu{position:fixed;top:0;right:0;background-color:#d9d6cf;height:100vh;width:620px;z-index:996;background-repeat:no-repeat;background-size:cover;box-shadow:0px 10px 45px 0px rgba(0,0,0,.3);transform:translateY(-80px);opacity:0;pointer-events:none;transition:transform .2s,opacity .2s;background-position:right bottom;padding-top:140px}@media(max-width: 768px){.header__menu{background-image:none !important;width:100%}}@media(max-width: 768px){.header__menu{padding-top:130px}}.header__menu:after{content:"";background-color:#d9d6cf;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;opacity:.9}.header__menu--open{opacity:1;transform:translateY(0);pointer-events:all}.header__menu--wrap{height:calc(100Vh - 140px);width:100%;overflow-y:scroll;overflow-x:hidden}@media(max-width: 768px){.header__menu--wrap{height:calc(100Vh - 130px)}}.header__navigation{position:relative;z-index:3;margin:0 auto;list-style:none;width:620px;columns:1;box-sizing:border-box;padding:0 0 100px 0}@media(max-width: 768px){.header__navigation{padding:0 20px 100px 20px;columns:1;width:100%}}.header__navigation>li{width:100%;margin:0;break-inside:avoid;padding:0 200px 0 80px}@media(max-width: 768px){.header__navigation>li{margin:0;padding:18px 0 19px;position:relative}.header__navigation>li::before{display:block;content:" ";width:100%;height:1px;overflow:hidden;position:absolute;bottom:0;left:0;background:rgba(184,186,187,.33)}.header__navigation>li:last-of-type::before{display:none}}.header__navigation>li>a{width:100%;display:flex;justify-content:space-between;font-size:28px;color:#303d4a;text-decoration:none;font-weight:400;padding:16px 0}@media(max-width: 992px){.header__navigation>li>a{display:block;width:100%;position:relative}}.header__navigation>li>a .trigger-sub{pointer-events:none}.header__navigation>li>a i{display:inline-block;font-size:18px;margin:0 0 0 9px;pointer-events:none;transition:transform .2s;transform:translateY(2px)}@media(max-width: 992px){.header__navigation>li>a i{position:absolute;top:50%;right:0;transform:translateY(-50%)}}.header__navigation>li>a.submenu-open i{transform:rotate(180deg)}@media(max-width: 992px){.header__navigation>li>a.submenu-open i{transform:rotate(180deg) translateY(50%)}}.header__navigation>li p{margin:6px 0 0 0;font-size:16px;line-height:1.44em;font-weight:400;color:#fff;padding:0 10px 0 0}@media(max-width: 576px){.header__navigation>li p{display:none}}.header__navigation>li p>a{font-weight:700;color:#fff;text-decoration:none}.header__navigation>li p>a i{display:inline-block;font-size:14px;margin:0 0 0 4px;transform:translateY(1px)}.header__navigation>li>ul{margin:0;padding:12px 0;list-style:none;display:none}.header__navigation>li>ul>li{padding:2px 0 2px 20px}.header__navigation>li>ul>li>a{display:flex;justify-content:space-between;color:#303d4a;text-decoration:none}.header--open .header__logotype svg path{fill:#303c4a}.search-form{display:inline-block}.search-form .form-item{position:relative;margin:0px}.search-form .form-item input.form-search{background:url("../img/search-dark.svg") no-repeat left top rgba(0,0,0,0);background-size:26px auto;display:block;color:#303c4a;border:none;display:block;width:100%;padding-top:10px;padding-bottom:9px;background-position:center left;padding-left:40px;padding-right:22px;border:none}.search-form .form-item input.form-search:focus,.search-form .form-item input.form-search:active{outline:none}.search-form .form-item input.form-search::-webkit-input-placeholder{color:#303c4a;font-size:13px}.search-form .form-item input.form-search::-moz-placeholder{color:#303c4a;font-size:13px}.search-form .form-item input.form-search:-ms-input-placeholder{color:#303c4a;font-size:13px}.search-form .form-item input.form-search:-moz-placeholder{color:#303c4a;font-size:13px}.search-form .form-item .submit{position:absolute;right:0px;top:17px;background:url(../img/arrow-right-dark.svg) no-repeat left top rgba(0,0,0,0);background-size:17px auto;width:17px;height:18px;border:none;text-indent:-1000cm;overflow:hidden;display:inline-block;padding:0px;margin:0px}.search-form .form-item .submit:hover{cursor:pointer}section.search-results{max-width:700px !important;margin-left:auto !important;margin-right:auto !important}section.search-results .number-of-hits{text-align:center;font-family:"Gotham Medium",sans-serif;font-size:30px;margin:0px;padding:0px;text-transform:uppercase;display:block;width:100%}section.search-results .search-form{margin-bottom:50px;margin-top:30px}section.search-results .search-form .form-item input.form-search{border-bottom:1px solid #223746;background:url("../img/search_blue.svg") no-repeat left top rgba(0,0,0,0);background-size:15px auto;background-position:left center;padding-left:26px;color:#223746}section.search-results .search-form .form-item input.form-search::-webkit-input-placeholder{color:#223746;font-size:13px}section.search-results .search-form .form-item input.form-search::-moz-placeholder{color:#223746}section.search-results .search-form .form-item input.form-search:-ms-input-placeholder{color:#223746}section.search-results .search-form .form-item input.form-search:-moz-placeholder{color:#223746}section.search-results .search-form .form-item .submit{background:url(../img/arrow-right-blue.svg) no-repeat left top rgba(0,0,0,0);background-size:17px auto}section.search-results .container-fluid .search-form{display:block;width:100%}section.search-results .container-fluid .row article{border-bottom:1px solid #c1c4ca;display:block;width:100%;margin-bottom:20px;padding-bottom:20px;padding-left:0px;padding-right:0px}section.search-results .container-fluid .row article span{font-size:18px;display:block;margin-bottom:0px;width:100%;color:#223746;text-transform:uppercase;font-weight:bold;font-family:"Gotham Medium",sans-serif}section.search-results .container-fluid .row article h2{font-size:24px;line-height:36px;margin:0px;padding:0px;font-family:"Gotham Medium";font-weight:500}section.search-results .container-fluid .row article h2 a,section.search-results .container-fluid .row article h2 a:visited{color:#223746}section.search-results .container-fluid .row .pagination{text-align:center;display:block;margin-top:40px}section.search-results .container-fluid .row .pagination span,section.search-results .container-fluid .row .pagination a,section.search-results .container-fluid .row .pagination a:visited{display:inline-block;color:#223746;width:26px;height:26px;text-align:center}section.search-results .container-fluid .row .pagination span.current,section.search-results .container-fluid .row .pagination a.current,section.search-results .container-fluid .row .pagination a:visited.current{background-color:#223746;color:#fff;border-radius:50%}section.search-results .container-fluid .row .pagination .prev{background:url("../img/angle-left.svg") no-repeat left top rgba(0,0,0,0);background-size:9px auto;display:inline-block;text-indent:-1000cm;overflow:hidden;width:10px;height:14px}section.search-results .container-fluid .row .pagination .next{background:url("../img/angle-right.svg") no-repeat left top rgba(0,0,0,0);background-size:9px auto;display:inline-block;text-indent:-1000cm;overflow:hidden;width:10px;height:14px}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto 5px auto}.alignright{float:right;margin:5px 0 20px 20px}@media screen and (max-width: 700px){.alignright{float:none;margin-right:0;display:block;margin:0 auto}}.alignleft{float:left;margin:5px 20px 20px 0}@media screen and (max-width: 700px){.alignleft{float:none;margin-right:0;display:block;margin:0 auto}}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left;margin:5px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.sticky,.gallery-caption,.bypostauthor{display:block}.mceContentBody,.mce-content-body{padding:20px !important;background:#fff !important}.editor-content h1,.editor-content .h1,html .mceContentBody h1,html .mceContentBody .h1{font-size:76px;line-height:1.1;font-weight:500}.editor-content h1.alt,.editor-content .h1.alt,html .mceContentBody h1.alt,html .mceContentBody .h1.alt{font-weight:400;font-size:76px;line-height:1.1}@media(max-width: 576px){.editor-content h1.alt,.editor-content .h1.alt,html .mceContentBody h1.alt,html .mceContentBody .h1.alt{font-size:32px}}@media(max-width: 576px){.editor-content h1,.editor-content .h1,html .mceContentBody h1,html .mceContentBody .h1{font-size:32px}}.editor-content h2,.editor-content .h2,html .mceContentBody h2,html .mceContentBody .h2{font-size:42px;line-height:1.1;font-weight:500}@media(max-width: 576px){.editor-content h2,.editor-content .h2,html .mceContentBody h2,html .mceContentBody .h2{font-size:28px}}.editor-content h3,.editor-content .h3,html .mceContentBody h3,html .mceContentBody .h3{font-weight:500;font-size:32px;line-height:1.1}.editor-content h3.alt,.editor-content .h3.alt,html .mceContentBody h3.alt,html .mceContentBody .h3.alt{font-weight:400}@media(max-width: 576px){.editor-content h3,.editor-content .h3,html .mceContentBody h3,html .mceContentBody .h3{font-size:28px}}.editor-content h4,.editor-content .h4,html .mceContentBody h4,html .mceContentBody .h4{font-size:24px;font-weight:500;line-height:1.5em}.editor-content h5,.editor-content .h5,html .mceContentBody h5,html .mceContentBody .h5{font-size:18px;font-weight:400;line-height:1.5em}.editor-content h1,.editor-content h2,.editor-content h3,.editor-content h4,.editor-content h5,html .mceContentBody h1,html .mceContentBody h2,html .mceContentBody h3,html .mceContentBody h4,html .mceContentBody h5{font-family:"IBM Plex Sans",sans-serif}.editor-content h1.hero-title,.editor-content h2.hero-title,.editor-content h3.hero-title,.editor-content h4.hero-title,.editor-content h5.hero-title,html .mceContentBody h1.hero-title,html .mceContentBody h2.hero-title,html .mceContentBody h3.hero-title,html .mceContentBody h4.hero-title,html .mceContentBody h5.hero-title{text-transform:uppercase;font-size:64px;line-height:.94em;font-weight:500}@media(max-width: 576px){.editor-content h1.hero-title,.editor-content h2.hero-title,.editor-content h3.hero-title,.editor-content h4.hero-title,.editor-content h5.hero-title,html .mceContentBody h1.hero-title,html .mceContentBody h2.hero-title,html .mceContentBody h3.hero-title,html .mceContentBody h4.hero-title,html .mceContentBody h5.hero-title{font-size:32px}}.editor-content h1.jumbotron,.editor-content h2.jumbotron,.editor-content h3.jumbotron,.editor-content h4.jumbotron,.editor-content h5.jumbotron,html .mceContentBody h1.jumbotron,html .mceContentBody h2.jumbotron,html .mceContentBody h3.jumbotron,html .mceContentBody h4.jumbotron,html .mceContentBody h5.jumbotron{text-transform:uppercase;font-size:96px;line-height:.94em;font-weight:500}@media(max-width: 768px){.editor-content h1.jumbotron,.editor-content h2.jumbotron,.editor-content h3.jumbotron,.editor-content h4.jumbotron,.editor-content h5.jumbotron,html .mceContentBody h1.jumbotron,html .mceContentBody h2.jumbotron,html .mceContentBody h3.jumbotron,html .mceContentBody h4.jumbotron,html .mceContentBody h5.jumbotron{font-size:55px}}@media(max-width: 576px){.editor-content h1.jumbotron,.editor-content h2.jumbotron,.editor-content h3.jumbotron,.editor-content h4.jumbotron,.editor-content h5.jumbotron,html .mceContentBody h1.jumbotron,html .mceContentBody h2.jumbotron,html .mceContentBody h3.jumbotron,html .mceContentBody h4.jumbotron,html .mceContentBody h5.jumbotron{font-size:38px}}.editor-content p,html .mceContentBody p{margin:0 0 1.44em 0;font-size:16px;line-height:1.2}.editor-content p.preamble,html .mceContentBody p.preamble{font-size:18px}.editor-content p a,html .mceContentBody p a{color:#000;text-decoration:none;font-weight:500;border-bottom:1px solid #000}.editor-content p a.arrow,html .mceContentBody p a.arrow{display:inline-flex;justify-content:flex-start;align-items:center;color:#fff !important;text-decoration:none !important;font-weight:700}.editor-content p a.arrow i,html .mceContentBody p a.arrow i{margin-left:6px}.editor-content ul,.editor-content ol,html .mceContentBody ul,html .mceContentBody ol{margin-top:0;margin-bottom:1.44em}.editor-content ul,html .mceContentBody ul{list-style:none;padding:0;line-height:2.5em}.editor-content ul li,html .mceContentBody ul li{padding:0 0 0 30px;position:relative;font-size:18px;font-style:italic}.editor-content ul li:before,html .mceContentBody ul li:before{font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-size:15px;position:absolute;top:10px;left:0}.editor-content>*:last-child,html .mceContentBody>*:last-child{margin-bottom:0}.editor-content img,html .mceContentBody img{max-width:100%;height:auto}.editor-content--white,html .mceContentBody--white{color:#fff}.editor-content--center,html .mceContentBody--center{text-align:center}.editor-content--right,html .mceContentBody--right{text-align:right}.editor-content strong,html .mceContentBody strong{font-weight:bold}.editor-content em,html .mceContentBody em{font-weight:bold}.footer{width:100%;background-repeat:no-repeat;background-position:left bottom;background-size:contain;background-color:#a9e3ff;padding:64px 0 0}@media(max-width: 992px){.footer{padding:60px 0 0}}@media(min-width: 993px){.footer{min-height:470px;display:flex;flex-direction:column;justify-content:flex-end}}.footer__text{margin-bottom:24px}@media(min-width: 993px){.footer__text{margin-bottom:40px}}.footer__logotype{display:inline-block;margin-bottom:20px}.footer__logotype svg{max-width:100%}.footer__logotype svg path{fill:#303d4a}.footer__links{display:flex;flex-direction:column;gap:12px}@media(max-width: 576px){.footer__links{margin-bottom:12px}}.footer__links a{display:inline-flex;align-items:center;text-decoration:none;color:#303d4a;transition:color .2s}.footer__links a i{margin-right:12px}.footer__links a svg{width:16px;height:16px;margin-right:12px}.footer__last{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.footer__navigation{margin:0;padding:0;list-style:none;columns:2}@media(max-width: 576px){.footer__navigation{columns:1}}.footer__navigation li{break-inside:avoid;margin-bottom:12px}.footer__navigation li a{color:#303d4a}.footer__aifm{width:100%;max-width:100px;margin:0}.footer__aifm img{max-width:100%;height:auto;display:block}.footer__secondary{color:#fff;width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;padding:0 15px;background-color:#303c4a;height:60px;margin-top:40px}.footer__secondary p{margin:0;font-size:16px}.footer__secondary p a{color:#fff;text-decoration:none;border-bottom:1px solid #fff}.footer__secondary p a:hover{border-bottom:none}@media(max-width: 992px){.footer__secondary p a{color:#fff;border-bottom:1px solid #fff}}@font-face{font-family:"icomoon";src:url("../webfonts/icomoon.eot");src:url("../webfonts/icomoon.eot#iefix") format("embedded-opentype"),url("../webfonts/icomoon.ttf") format("truetype"),url("../webfonts/icomoon.woff") format("woff"),url("../webfonts/icomoon.svg#icomoon") format("svg");font-weight:normal;font-style:normal;font-display:block}[class^=icon-],[class*=" icon-"]{font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-hourglass-o:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-left:before{content:""}.icon-check:before{content:""}.icon-angle-down:before{content:""}.icon-angle-left:before{content:""}.icon-angle-right:before{content:""}.icon-angle-up:before{content:""}.icon-cookie:before{content:""}.icon-envelope:before{content:""}.icon-exclamation:before{content:""}.icon-house:before{content:""}.icon-linkedin:before{content:""}.icon-phone:before{content:""}.icon-play:before{content:""}.icon-quote:before{content:""}.icon-share:before{content:""}.icon-clock-light:before{content:""}.project{position:relative;padding-left:10px !important;padding-right:10px !important;margin-bottom:32px}@media(min-width: 769px){.project{margin-bottom:64px}}.project__thumbnail{position:relative;margin:0;border-radius:4px;overflow:hidden;position:relative;margin-bottom:20px}.project__thumbnail img{width:100%;height:auto;max-height:162px;object-fit:cover}.project__thumbnail:after{content:"";width:0;height:0;border-style:solid;border-width:32px 56px 0 0;border-color:rgba(0,0,0,0) #fff rgba(0,0,0,0) rgba(0,0,0,0);right:0;bottom:0;position:absolute;transform:translate(32px, 56px);transition:transform .2s}.project--selected .project__link{display:inline-flex;justify-content:flex-end;align-items:center;color:#303d4a;text-decoration:none !important;font-size:16px}.project--selected .project__link i{margin-left:10px}.project--list{overflow:hidden}.project--list .project__type{position:absolute;top:0;left:20px;padding:10px 30px;border-right:1px solid #fff;border-bottom:1px solid #fff;border-top:0;border-left:0;z-index:2;color:#fff;font-weight:700}.project--list .project__content{position:absolute;bottom:0;left:0;right:0;background-color:hsla(0,0%,100%,.82);padding:20px 230px 20px 20px;transition:all .2s;color:#000}@media(max-width: 768px){.project--list .project__content{padding:20px 20px 90px 20px}}.project--list .project__content--hover{position:absolute;top:0;right:0;left:0;height:100%;overflow:hidden;background:rgba(34,55,70,.92);padding:40px;color:#fff;display:flex;justify-content:center;flex-direction:column;transform:translateY(50px);opacity:0;visibility:hidden;transition:all .2s}.project--list .project__content--hover .project__title{color:#fff}.project--list .project__content--hover .project__link{background:#fff;color:#223746}.project--list .project__title{font-size:18px;font-family:"IBM Plex Sans",sans-serif;text-transform:uppercase;color:#223746;margin:0}.project--list .project__link{position:absolute;bottom:0;right:0;background-color:#223746;padding:18px 36px;border-radius:0 0 3px 0;display:flex;justify-content:center;align-items:center;font-weight:700;font-family:"IBM Plex Sans",sans-serif;font-size:16px;color:#fff;text-decoration:none}@media(max-width: 992px){.project--list .project__link{height:50px}}.project--list .project__link i{margin-left:5px}.project .project__inner{display:block;position:relative;height:100%;width:100%;overflow:hidden}.project:hover{cursor:pointer}.project:hover .project__thumbnail:after{transform:none}.project:hover.project--list .project__content--hover{visibility:visible;opacity:1;transform:translateY(0)}.project:hover .project__content{opacity:0;transform:translateY(50px);visibility:hidden}.single-news .hero,.single-perspectives .hero{max-height:277px;padding-top:170px}.single-news .content-block .container-fluid,.single-news .author .container-fluid,.single-news .news__title .container-fluid,.single-perspectives .content-block .container-fluid,.single-perspectives .author .container-fluid,.single-perspectives .news__title .container-fluid{max-width:1000px}.single-news .author__back .container-fluid,.single-perspectives .author__back .container-fluid{max-width:1010px}.single-news .content-block,.single-perspectives .content-block{margin-top:0 !important}.single-news .news__title,.single-perspectives .news__title{margin:40px 0 0 !important}.single-news .news__title h1,.single-perspectives .news__title h1{font-family:"IBM Plex Sans",sans-serif;margin-top:40px;font-size:48px;line-height:1.1em}.single-news .news__title h1.bold,.single-perspectives .news__title h1.bold{font-family:"IBM Plex Sans",sans-serif;font-weight:500}@media(max-width: 576px){.single-news .news__title h1,.single-perspectives .news__title h1{margin-top:5px;font-size:32px}}.news{position:relative;margin-bottom:40px}.news__thumbnail{width:100%;max-width:100%;max-height:272px;overflow:hidden;margin:0}.news__thumbnail img{width:100%;height:272px;object-fit:cover}.news__date{display:flex;font-size:14px;line-height:21px;color:#223746;margin-top:20px;margin-bottom:20px;text-transform:capitalize}.news__date i{font-size:14px;margin-right:5px;position:relative;top:1px}.news__reading-time{text-transform:initial;border-left:1px solid #000;padding-left:16px;margin-left:16px}.news__reading-time b{font-weight:bold}.news a{color:#223746}.news__title{font-size:18px;line-height:21px}.news__title.heading{font-family:"IBM Plex Sans",sans-serif;line-height:1.5;margin-bottom:16px}.news__readmore{text-align:left;justify-content:flex-start}.news__readmore span{text-align:left}.news-list__buttons{justify-content:center}.news__pagination{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.news__pagination .page-numbers{font-size:16px;text-align:center;color:#1e1e1e;margin:5px;box-sizing:border-box;display:block;width:26px;height:26px;line-height:26px}.news__pagination .page-numbers.current{background-color:#000;border-radius:13px;color:#fff}.news__pagination .page-numbers.next i:before{padding-left:0;transition:padding-left 500ms}.news__pagination .page-numbers.next:hover{text-decoration:none}.news__pagination .page-numbers.next:hover i:before{padding-left:10px}.news__pagination .page-numbers.prev i:before{padding-right:0;transition:padding-right 500ms}.news__pagination .page-numbers.prev:hover{text-decoration:none}.news__pagination .page-numbers.prev:hover i:before{padding-right:10px}.news:hover{cursor:pointer}@media(min-width: 769px){.news:hover .project__thumbnail:after{background-color:#2c3033}}.dropdown-list{position:relative;list-style:none;padding:0;margin:0 0 35px 0;display:inline-block}.dropdown-list .trigger-dropdown-list{border:none;background:none;height:40px;padding:0;outline:none !important}.dropdown-list .trigger-dropdown-list span{font-family:"IBM Plex Sans",sans-serif;font-size:18px;text-transform:uppercase;color:#223746}.dropdown-list .trigger-dropdown-list i{color:#223746;font-size:14px;display:inline-block;margin-left:7px;transition:transform .2s}.dropdown-list .trigger-dropdown-list--open i{transform:rotate(-180deg)}.dropdown-list .year-dropdown{margin:35px 0 0 0;list-style:none;background:#fff;border:1px solid #a7afb5;box-sizing:border-box;box-shadow:0 4px 22px rgba(0,0,0,.12);padding:10px 0;position:absolute;top:100%;left:-1px;z-index:10;transition:transform .2s,opacity .2s;opacity:0;pointer-events:none;transform:translateY(20px);min-width:130px;max-width:130px}.dropdown-list .year-dropdown ul{margin:0;padding:0;list-style:none}.dropdown-list .year-dropdown ul li{display:block;margin:0 0 0 0;line-height:1}.dropdown-list .year-dropdown ul li:last-of-type{margin-bottom:0}.dropdown-list .year-dropdown ul li a{text-decoration:none;font-family:"IBM Plex Sans",sans-serif;color:#223746;text-transform:uppercase;font-size:18px;line-height:1;padding:10px 26px;display:block;transition:color .2s,background .2s}.dropdown-list .year-dropdown ul li a.active{background-color:#e7e8e8}.dropdown-list .year-dropdown ul li a:hover{color:#fff;background-color:#223746}.dropdown-list .year-dropdown--open{opacity:1;transform:translateY(0);pointer-events:all}.dropdown-list>li{font-size:18px;line-height:150%;text-transform:uppercase;color:#223746;display:block;cursor:pointer}.dropdown-list>li .icon{margin-left:12px;font-size:16px;display:inline-block;transition:transform .2s}.dropdown-list>li a{color:#223746}.dropdown-list>li a:hover{text-decoration:none}.dropdown-list>li>div{position:absolute;z-index:4;width:100%}.dropdown-list>li>div>ul{margin:20px 0 0 0;width:100%;list-style:none;background:#fff;border:1px solid #a7afb5;box-sizing:border-box;box-shadow:0 4px 22px rgba(0,0,0,.12);padding:13px 26px}.dropdown-list>li>div>ul>li{list-style:none}.dropdown-list>li>div>ul>li a{font-size:18px;line-height:50px;text-transform:uppercase;color:#223746}.at-share-btn-elements{background-color:#223746;border-radius:6px;width:36px;height:36px}.at-share-btn-elements .icon-wrapper{background-color:#223746;width:36px;height:36px}.at-share-btn-elements .at-icon-wrapper.at-share-btn.at-svc-compact{padding:2px !important}.at-share-btn-elements .at-icon-wrapper{background-color:#223746;width:36px;height:36px}.at-share-btn-elements .at-icon-wrapper.at-share-btn.at-svc-compact{background-color:#223746 !important;border-radius:6px !important}.at-share-btn-elements .at-label{display:none}.single-perspectives .tags{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:40px}.single-perspectives .tags .tag{font-weight:bold;font-size:14px;line-height:1.5;color:#223746;padding:4px 8px;background:#ededed;border-radius:6px}.text-white{color:#fff}.text-primary{color:#223746}.text-uppercase{text-transform:uppercase}.bg-primary{background-color:#223746}.bg-grey{background-color:#f4f5f5}.bg-blue{background-color:#00a0d2}.bg-light-blue{background-color:#bfe7f4}.bg-yellow{background-color:#f0be41}.bg-light-yellow{background-color:#f8e2aa}.bg-green{background-color:#00af69}.bg-light-green{background-color:#b1cf95}.bg-dark-green{background-color:#00693f}.bg-red{background-color:#8a421b}.bg-pink{background-color:#f4c2a7}.bg-orange{background-color:#e66e2d}.bg-white{background-color:#fff}.bg-texture-primary{background-image:url("../img/texture-dark.png");background-repeat:repeat;background-color:#223746}.bg-texture-white{background-image:url("../img/texture-light.png");background-repeat:repeat;background-color:#fff}.container-xl{width:100%;max-width:1440px;margin:auto}.container-xl,.container-fluid{padding-left:40px;padding-right:40px}@media(min-width: 769px){.container-xl,.container-fluid{padding-left:70px;padding-right:70px}}.text-white{color:#fff}.text-white{color:#fff}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.two-font-texts span{font-family:"Caveat",cursive;font-weight:400}.editor-content .label-box{font-family:"IBM Plex Sans",sans-serif;text-transform:uppercase;font-size:20px;width:100%;display:block;padding:10px;margin-bottom:20px}@media(min-width: 769px){.editor-content .label-box{margin-bottom:40px}}.editor-content p.percentage-text{font-size:100px;margin:20px 0;font-family:"IBM Plex Sans",sans-serif}@media(min-width: 769px){.editor-content p.percentage-text{font-size:120px}}@media(min-width: 993px){.editor-content p.percentage-text{font-size:180px;margin:30px 0}}@media(min-width: 1201px){.editor-content p.percentage-text{font-size:230px}}.editor-content p.opacity-text{opacity:.5}.sr-page__video-modal{background-color:rgba(0,0,0,0)}@media(max-width: 768px){.sr-page__video-modal{padding:50px 0}}.sr-page__video-modal iframe{max-width:100%}.sr-page__video-modal .fancybox-button{color:#fff;padding:5px}.block:not(.hero):not(.selected-projects):not(.breadcrumbs){margin:64px 0}@media(max-width: 768px){.block:not(.hero):not(.selected-projects):not(.breadcrumbs){margin:32px 0}}.author{margin-bottom:45px}.author .row{padding-left:15px;padding-right:15px}@media(max-width: 768px){.author .row{padding-left:0;padding-right:0}}.author__col{background-color:#223746;color:#fff;font-size:18px;line-height:27px;padding:35px 35px !important}@media(max-width: 768px){.author__col{padding:20px !important}}.author__col--left{text-align:left}.author__col--right{text-align:right}@media(max-width: 768px){.author__col--right{text-align:left}}.author__col--published strong{font-weight:700}.author__col--authors{display:flex;flex-wrap:wrap}.author__col--authors ul{width:50%;display:block;list-style-type:none;margin:0;padding:20px 0 0 0}@media(max-width: 768px){.author__col--authors ul{width:100%}}.author__col--authors ul li{margin:0;padding:0}.author__col--authors ul li.author-title{font-style:italic}.author__col--authors ul li .icon{color:#a7afb5;transform:translateY(2px);font-size:16px;margin-right:8px}.author__col--authors ul li a{color:#fff}.author__col--authors ul li a:hover{text-decoration:none}.author__col--authors ul li a:hover span{text-decoration:underline}.author .tooltip{position:absolute;display:inline-block;top:10px}.author .tooltip .tooltiptext{font-size:12px;line-height:1.5em;visibility:hidden;width:80px;box-sizing:border-box;background-color:#555;color:#fff;text-align:center;border-radius:6px;padding:10px;position:absolute;z-index:1;bottom:150%;left:50%;margin-left:-50px;opacity:0;transition:opacity .3s}.author .tooltip .tooltiptext::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.author .showTooltip .tooltip .tooltiptext{visibility:visible;opacity:1}.col--left{text-align:left;display:flex;justify-content:flex-start;margin-bottom:45px}.col--left a{margin-top:7px}.col--right{text-align:right;display:flex;justify-content:flex-end}@media(max-width: 768px){.col--right{text-align:left;justify-content:flex-start}}.author__back .btn.btn__tertiary i{margin-left:0}.blurb-cards{background-color:#ededed;max-width:100%;overflow-x:hidden;position:relative;color:#303d4a;margin:0 !important;padding:40px 0}@media(min-width: 769px){.blurb-cards{padding:100px 0;padding-bottom:140px}}.blurb-cards .container-fluid{max-width:960px}.blurb-cards .card{padding-left:10px;padding-right:10px;margin-bottom:20px}.blurb-cards .card.has-link{cursor:pointer}.blurb-cards .card__inner{position:relative;z-index:1;background-color:#fff;border-radius:10px;overflow:hidden}.blurb-cards .card__inner:before{content:"";display:block;width:100%;height:100%;background:#a9e3ff;z-index:1;position:absolute;top:0;left:0;opacity:0;transition:opacity .2s}.blurb-cards .card__inner img{width:100%;height:auto;max-height:320px;object-fit:cover;display:block;margin:0}.blurb-cards .card__content{z-index:1;position:relative;padding:24px;padding-right:86px;min-height:160px}.blurb-cards .card__content h2,.blurb-cards .card__content .h2{line-height:1.2em;margin:0}@media(max-width: 576px){.blurb-cards .card__content{word-wrap:break-word;padding-right:56px}.blurb-cards .card__content h1,.blurb-cards .card__content .h2{font-size:25px;line-height:37.5px}}.blurb-cards .card__image-wrapper{position:relative}.blurb-cards .card__paragraph{position:absolute;left:0;top:0;z-index:1;opacity:0;padding:0 24px;transform:translateY(60px);transition:opacity .2s,transform .2s}@media(max-width: 576px){.blurb-cards .card__paragraph{font-size:14px}}@media(min-width: 769px){.blurb-cards .card__paragraph{font-size:24px}}.blurb-cards .card__link{position:absolute;top:32px;right:24px;z-index:2}.blurb-cards .card__link .icon{color:#303d4a;font-size:30px;opacity:0;transition:opacity .2s}.blurb-cards .card:hover *{pointer-events:none}.blurb-cards .card:hover .card__inner:before{opacity:1}.blurb-cards .card:hover .card__paragraph{transition-delay:.2s;opacity:1;transform:translateY(0)}.blurb-cards .card:hover .card__link .icon{opacity:1}.brands-list{padding-top:32px;margin:0 !important}@media(min-width: 769px){.brands-list{padding-top:64px}}.brands-list--gray{background-color:#ededed}.brands-list--gray .brand__logotype:after{border-color:rgba(0,0,0,0) #ededed rgba(0,0,0,0) rgba(0,0,0,0) !important}@media(max-width: 768px){.brands-list .row{justify-content:center !important}}.brands-list .brand{padding-left:10px !important;padding-right:10px !important;margin-bottom:32px}@media(min-width: 769px){.brands-list .brand{margin-bottom:64px}}.brands-list .brand__inner{width:100%}.brands-list .brand__title{font-size:16px;margin:0}.brands-list .brand__link{color:#303d4a;display:inline-flex;justify-content:flex-start;align-items:center;text-decoration:none !important;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:16px}.brands-list .brand__link i{margin-left:10px}.brands-list .brand__logotype{position:relative;cursor:pointer;display:flex;justify-content:center;align-items:center;background:#303c4a;border-radius:4px;height:162px;overflow:hidden;padding:16px;margin-bottom:20px}.brands-list .brand__logotype svg,.brands-list .brand__logotype img{max-width:132px;max-height:100px;object-fit:contain}.brands-list .brand__logotype svg path{fill:#fff}.brands-list .brand__logotype:after{content:"";width:0;height:0;border-style:solid;border-width:32px 56px 0 0;border-color:rgba(0,0,0,0) #fff rgba(0,0,0,0) rgba(0,0,0,0);right:0;bottom:0;position:absolute;transform:translate(32px, 56px);transition:transform .2s}.brands-list .brand__content>*:last-child{margin:0}.brands-list .brand:hover .brand__logotype:after{transform:none}.breadcrumbs{margin:40px 0 -30px}.breadcrumbs .col-12{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.breadcrumbs .col-12 a{color:#303c4a;text-decoration:none !important}.breadcrumbs .col-12 .current{font-weight:500}.breadcrumbs .col-12 em{margin:0 5px}.chapter-cards{padding:50px 0}@media(min-width: 769px){.chapter-cards{padding:80px 0 120px}}.chapter-cards__title-wrapper{display:flex;justify-content:center}.chapter-cards__title-wrapper__title{font-size:20px}@media(min-width: 769px){.chapter-cards__title-wrapper__title{font-size:28px}}.chapter-cards__title-wrapper__title span{font-size:28px}@media(min-width: 769px){.chapter-cards__title-wrapper__title span{font-size:42px}}.chapter-cards__title-wrapper__arrow{width:auto;height:fit-content;height:-moz-fit-content;margin:15px 0 0 15px}@media(min-width: 769px){.chapter-cards__title-wrapper__arrow{margin:30px 0 0 15px}}.chapter-cards__title-wrapper__arrow .path{stroke:#fff;stroke-dasharray:1000;stroke-dashoffset:1000}@keyframes dash{to{stroke-dashoffset:12}}.chapter-cards__chapters{margin-top:40px}.chapter-cards__chapters__card{position:relative;display:block;min-height:250px;background-position:center;background-repeat:no-repeat;background-size:cover;padding:35px 20px 85px;margin-bottom:20px;text-decoration:none;z-index:1}@media(min-width: 769px){.chapter-cards__chapters__card{min-height:410px;margin-bottom:40px}}@media(min-width: 993px){.chapter-cards__chapters__card{padding:65px 40px 115px}}.chapter-cards__chapters__card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180.81deg, rgba(0, 0, 0, 0.6) 0.69%, rgba(0, 0, 0, 0) 95.76%);transition:all .3s linear;z-index:-1}.chapter-cards__chapters__card__title{display:flex}.chapter-cards__chapters__card__title span,.chapter-cards__chapters__card__title h3{font-size:24px;line-height:1.2;color:#fff;text-transform:uppercase;margin:0}@media(min-width: 993px){.chapter-cards__chapters__card__title span,.chapter-cards__chapters__card__title h3{font-size:30px}}.chapter-cards__chapters__card__title span{margin-right:15px}.chapter-cards__chapters__card .card-btn{position:absolute;display:flex;align-items:center;bottom:0;right:0;padding:9px 25px;background-color:#fff;color:#223746;transition:all .3s linear}.chapter-cards__chapters__card .card-btn i{margin-left:10px}@media(min-width: 769px){.chapter-cards__chapters__card .card-btn{padding:13px 35px}}.chapter-cards__chapters__card:hover:after{background:rgba(34,55,70,.55)}.chapter-cards__chapters__card:hover .card-btn{background-color:#223746;color:#fff}.chapter-cards.text-primary .chapter-cards__title-wrapper__arrow .path{stroke:#223746}.chapter-cards.active-section .chapter-cards__title-wrapper__arrow .path{animation:dash 10s linear forwards}.chapter-cards.active-section .chapter-cards__title-wrapper__arrow .path--2{animation-delay:.7s}.chapters__inner{max-width:1440px;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;margin:0 auto}.chapters__anchor{position:absolute;top:-100px;left:0;right:0}.chapters__target{margin-top:10px;margin-bottom:10px;background-color:#e7e8e8;width:100%;max-width:670px;display:flex;justify-content:flex-end;flex-wrap:wrap;padding:100px 90px 100px 20px;position:relative}@media(max-width: 1200px){.chapters__target{max-width:50%}}@media(max-width: 768px){.chapters__target{max-width:100%;order:2}}@media(max-width: 576px){.chapters__target{padding:50px 20px 50px 20px}}.chapters__target .editor-content{width:100%;max-width:480px}.chapters__target .editor-content .buttons-wrapper{margin-top:40px}.chapters__list{width:100%;max-width:calc(100% - 670px);padding-left:10px;padding-right:10px;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}@media(max-width: 1200px){.chapters__list{max-width:50%}}@media(max-width: 768px){.chapters__list{max-width:100%;order:1}}.chapters .chapter{cursor:pointer;position:relative;margin:10px;width:100%;max-width:220px;flex:0 0 1}@media(max-width: 1200px){.chapters .chapter{max-width:calc(50% - 20px)}}@media(max-width: 768px){.chapters .chapter{max-width:calc(50% - 20px)}}.chapters .chapter *{pointer-events:none}.chapters .chapter img{max-width:100%;height:auto;border-radius:3px}.chapters .chapter__content{position:absolute;top:0;left:0;right:0;bottom:0;color:#fff;padding:30px 16px;border-radius:3px;background-color:rgba(0,0,0,.44);transition:background .2s}.chapters .chapter__content h4{font-family:"Gotham Medium";font-size:18px;text-transform:uppercase}.chapters .chapter__content svg{position:absolute;bottom:18px;right:18px;width:20px;height:auto;display:block}.chapters .chapter--active .chapter__content,.chapters .chapter:hover .chapter__content{background-color:#223746}.sr-chart{padding:50px 0}@media(min-width: 769px){.sr-chart{padding:100px 0}}@media(min-width: 769px){.sr-chart__content-wrapper{padding:0 30px 0 0}}@media(min-width: 993px){.sr-chart .order-1 .sr-chart__chart-wrapper{padding:0 30px 0 0}.sr-chart .order-2 .sr-chart__content-wrapper{padding:0 0 0 30px}}@media(min-width: 769px){.sr-chart__chart-wrapper{padding:0 30px 0 0;padding:0 0 0 30px}}@media(min-width: 993px){.sr-chart__chart-wrapper .full-width{width:100%}.sr-chart__chart-wrapper .three-fourth-width{width:75%}.sr-chart__chart-wrapper .half-width{width:50%}}.sr-chart__chart-wrapper__chart-caption{opacity:.6}.sr-chart__chart-wrapper__chart{margin:40px 0}.sr-chart__chart-wrapper .legend-wrapper{display:flex;justify-content:center}.sr-chart__chart-wrapper .legend-wrapper .legend{display:flex;align-items:center;font-size:9px;margin:0 5px}@media(min-width: 769px){.sr-chart__chart-wrapper .legend-wrapper .legend{font-size:11px;margin:0 10px}}.sr-chart__chart-wrapper .legend-wrapper .legend span{display:block;width:9px;height:9px;margin-right:3px;border-radius:50%}@media(min-width: 769px){.sr-chart__chart-wrapper .legend-wrapper .legend span{width:11px;height:11px;margin-right:7px}}@media(min-width: 993px){.sr-chart .full-width-chart .sr-chart__chart-wrapper__chart{margin-top:80px}}.sr-chart .full-width-chart .sr-chart__chart-wrapper__chart-caption{max-width:550px;margin:auto}.contacts__heading{margin-top:60px}.contacts__heading:after{content:"";width:100%;height:1px;background-color:#a7afb5;display:block;margin:15px 0 40px 0}@media(max-width: 576px){.contacts__heading:after{margin-bottom:20px}}@media(max-width: 576px){.contacts h3.h2{font-size:22px}.contacts h4.h4{font-size:18px}}.contacts__subheading{margin-bottom:15px;margin-top:30px}.contacts .row{margin-right:-10px;margin-left:-10px}.contacts .row .col{padding-right:10px;padding-left:10px}.contacts .row:first-of-type .contacts__heading{margin-top:0}.contacts .person{padding-right:10px;padding-left:10px;margin-bottom:20px}.contacts .person__inner{min-height:190px;background-color:#d9d6cf;background-size:auto 100%;background-repeat:no-repeat;height:100%;display:flex;justify-content:flex-start;border-radius:4px}@media(max-width: 576px){.contacts .person__inner{flex-direction:column;background-size:100% auto;background:none !important;min-height:auto}}.contacts .person__thumbnail{max-width:160px;width:100%;margin:0;height:100%;display:flex;flex-direction:column;flex-grow:1}.contacts .person__thumbnail img{display:none}@media(max-width: 576px){.contacts .person__thumbnail{display:none}}.contacts .person__name{font-weight:500;font-size:16px;margin-bottom:4px}.contacts .person__title{font-size:14px;margin-bottom:16px}.contacts .person__content{display:flex;flex-direction:column;width:100%;max-width:calc(100% - 160px);padding:20px}@media(max-width: 576px){.contacts .person__content{max-width:unset;width:100%;padding:20px}}.contacts .person__content>i{display:inline-block;font-style:normal;margin-bottom:10px}.contacts .person__content a{color:#303d4a;font-size:14px;text-decoration:none;display:inline-flex;align-items:center;justify-content:flex-start}.contacts .person__content a i{color:#303d4a;margin-right:10px}.contacts .person__contacts{margin-top:auto}.contacts .person__contacts a{margin-bottom:10px}.contacts .person__contacts a:last-child{margin-bottom:0}.contacts .person--no-thumb .person__content{max-width:100%}.content-block{padding:32px 0;margin:0 !important}@media(min-width: 769px){.content-block{padding:64px 0}}.content-block--gray{background-color:#ededed}.content-block--gray+.block.brands-list--gray{margin-top:-32px !important}@media(min-width: 769px){.content-block--gray+.block.brands-list--gray{margin-top:-64px !important}}.content-block__layout{margin-bottom:40px}.content-block__layout--gallery .gallery-fancybox{margin-bottom:40px}.content-block__layout--gallery img{max-width:100%;height:auto}.content-block__layout--img-vid .content-block__fw-image img{width:100%;height:auto;margin:0 auto;display:block;max-height:570px;object-fit:cover}.content-block__layout--two-columns.row{margin-right:-10px;margin-left:-10px}.content-block__layout--two-columns .col-md-6{padding-left:10px;padding-right:10px}@media(max-width: 768px){.content-block__layout--two-columns div:last-child.editor-content{margin-top:16px}}.content-block__layout:last-of-type{margin-bottom:0}.content-block__layout--table table{width:100%;border-collapse:collapse}.content-block__layout--table table thead tr{border-bottom:1px solid #a7afb5}@media only screen and (max-width: 760px),(min-device-width: 768px)and (max-device-width: 1024px){.content-block__layout--table table thead tr{position:absolute;top:-9999px;left:-9999px}}.content-block__layout--table table thead tr th{text-align:left;padding:0 15px 12px 15px}.content-block__layout--table table tbody tr td{padding:8px 15px}@media only screen and (max-width: 760px),(min-device-width: 768px)and (max-device-width: 1024px){.content-block__layout--table table tbody tr td{position:relative;padding:4px 15px 4px 50%;border-top:1px solid #e7e8e8;border-left:1px solid #e7e8e8;border-right:1px solid #e7e8e8;font-size:14px}}@media only screen and (max-width: 760px),(min-device-width: 768px)and (max-device-width: 1024px){.content-block__layout--table table tbody tr td:before{content:attr(data-label);display:block;position:absolute;left:15px;top:4px;width:45%;font-weight:700;font-size:14px}}.content-block__layout--table table tbody tr:nth-child(even){background-color:#e7e8e8}@media only screen and (max-width: 760px),(min-device-width: 768px)and (max-device-width: 1024px){.content-block__layout--table table tbody tr:nth-child(even) td{border-top:1px solid #fff}.content-block__layout--table table tbody tr:nth-child(even) td:first-of-type{border-top:none}.content-block__layout--table table tbody tr:nth-child(even) td:last-of-type{border-bottom:none}}@media only screen and (max-width: 760px),(min-device-width: 768px)and (max-device-width: 1024px){.content-block__layout--table table,.content-block__layout--table thead,.content-block__layout--table tbody,.content-block__layout--table th,.content-block__layout--table td,.content-block__layout--table tr{display:block}}.content-block__layout--tabs .btn-wrapper{display:flex;flex-wrap:wrap;margin-bottom:40px}.content-block__layout--tabs .btn-wrapper button{margin:0 10px 10px 0}.content-block__layout--tabs .btn-wrapper button.active-btn{background:none;color:#223746}.content-block__layout--tabs .tab-content-wrapper{display:none}.content-block__layout--tabs .tab-content-wrapper.active{display:block}.content-block__overlay{position:absolute;display:block;width:100%;height:100%;top:0;left:0;text-decoration:none;background-color:rgba(0,0,0,.44);z-index:4;transition:background-color .2s,opacity .2s}.content-block__overlay i{font-size:72px;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none}@media(max-width: 768px){.content-block__overlay i{font-size:52px}}.content-block__overlay:hover{background-color:rgba(0,0,0,.2)}.content-block__embed-container{position:relative;top:0;left:0;width:100%;padding:0;z-index:2;opacity:0;transition:opacity .2s}.content-block__embed-container iframe,.content-block__embed-container embed,.content-block__embed-container object{position:absolute;top:0;left:0;width:100%;height:100%}.content-block__fw-image{position:relative;margin:0}.content-block__fw-image img{position:relative;z-index:3;max-width:100%;height:auto;transition:opacity .2s,max-height .2s}.content-block__fw-image--hidden img{opacity:0;max-height:0 !important;display:block;margin:0 auto}.content-block__fw-image--hidden .content-block__overlay{opacity:0;pointer-events:none}.content-block__fw-image--hidden .content-block__embed-container{transition-delay:.2s;padding-top:56.25%;opacity:1}.content-block .facts{background-color:#ededed;display:flex;justify-content:flex-start;align-items:stretch;flex-wrap:wrap}.content-block .facts__image{max-width:50%;width:100%;margin:0}@media(max-width: 768px){.content-block .facts__image{max-width:100%}}.content-block .facts__image img{width:100%;height:100%;object-fit:cover;display:block;margin:0}.content-block .facts__content{max-width:50%;width:100%;padding:40px;display:flex;justify-content:flex-start;align-items:center}@media(max-width: 768px){.content-block .facts__content{max-width:100%;padding:20px}}.content-block .facts__content h3{margin:0 0 1em 0}@media(max-width: 768px){.content-block .facts__content h3{margin:0 0 .5em 0}}.content-block .facts__list{margin:0;padding:0}.content-block .facts__list li{padding:0;margin:0 0 22px 0}.content-block .facts__list li:last-of-type{margin:0 0 0 0}.content-block .facts__list li:before{display:none}.content-block .facts__list li p{margin:0 !important;line-height:27px;font-size:16px;font-style:normal}.content-block .facts__list li p strong{font-family:"Gotham Bold",sans-serif;text-transform:uppercase;font-weight:700}.content-block .editor-content.contain-image p{display:block;height:100%;margin:0;display:block}.content-block .editor-content.contain-image img,.content-block .editor-content.contain-image figure,.content-block .editor-content.contain-image svg{object-fit:cover;height:100%;width:100%;display:block;margin:0}.fancybox-navigation .fancybox-button--arrow_left{padding:31px 26px 31px 20px;width:84px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 20px 31px 26px;width:84px}.fancybox-infobar{padding:10px 10px 0 20px}.fancybox-button.fancybox-button--close{margin:10px 10px 0 0}@media(min-width: 769px){.content-block__layout--img-vid+.content-block__layout--two-columns{padding-top:20px}}.content-page-hero{background-color:#ededed;padding:24px 0 40px 0;margin:85px 0 0 0 !important}@media(min-width: 769px){.content-page-hero{padding:24px 0 88px 0}}.content-page-hero .breadcrumbs{margin:0 0 32px 0}@media(min-width: 769px){.content-page-hero .breadcrumbs{margin:0 0 48px 0}}.content-page-hero .breadcrumbs .col-12{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.content-page-hero .breadcrumbs .col-12 a{color:#223746;text-decoration:none !important}.content-page-hero .breadcrumbs .col-12 em{margin:0 5px}@media(max-width: 768px){.content-page-hero .row{margin-right:-20px;margin-left:-20px}}.content-page-hero .text-col{padding:0}@media(max-width: 992px){.content-page-hero .text-col{margin-bottom:24px}}@media(min-width: 1201px){.content-page-hero .text-col{padding-left:calc((100% - 1260px)/2)}}.content-page-hero .text-col__inner{padding-right:20px;padding-left:20px}.content-page-hero .img-col{padding-right:0}.content-page-hero__title{margin-bottom:32px}@media(min-width: 769px){.content-page-hero__title{margin-bottom:80px}}.content-page-hero__text{max-width:460px}.content-page-hero__text h1,.content-page-hero__text h2,.content-page-hero__text h3,.content-page-hero__text h4,.content-page-hero__text h5,.content-page-hero__text h6{margin-bottom:16px}@media(min-width: 769px){.content-page-hero__text h1,.content-page-hero__text h2,.content-page-hero__text h3,.content-page-hero__text h4,.content-page-hero__text h5,.content-page-hero__text h6{margin-bottom:40px}}.content-page-hero__text *:last-child{margin-bottom:0}.content-page-hero__image-wrapper{display:flex;overflow:hidden;border-radius:14px 0px 0px 14px;width:100%}.content-page-hero__image-wrapper img{width:100%;max-height:400px;object-fit:cover}@media(min-width: 769px){.content-page-hero__image-wrapper img{max-height:670px}}.content-block--time{display:flex;align-items:center;font-size:14px;margin:20px 0 30px}.content-block--time i{font-size:16px;margin-right:6px}.featured-contacts .contact{margin-bottom:32px}.featured-contacts .contact:last-of-type{margin-bottom:0}.featured-contacts .contact__inner{background-color:#d9d6cf;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.featured-contacts .contact__thumbnail{width:100%;max-width:260px}@media(max-width: 576px){.featured-contacts .contact__thumbnail{width:100%;max-width:100%}}.featured-contacts .contact__thumbnail img{max-width:100%;height:auto;display:block}@media(max-width: 576px){.featured-contacts .contact__thumbnail img{width:100%;height:280px;object-fit:cover}}.featured-contacts .contact__content{width:100%;max-width:calc(100% - 260px);padding-left:40px;padding-right:40px}@media(max-width: 576px){.featured-contacts .contact__content{max-width:100%;padding:30px}}.featured-contacts .contact__content h3{line-height:1.2}.featured-contacts .contact__contacts{width:100%;display:flex;justify-content:flex-start;flex-wrap:wrap}.featured-contacts .contact__contacts li{padding:0;margin-right:50px}.featured-contacts .contact__contacts li:before{display:none}.featured-contacts .contact__contacts li:last-of-type{margin:0}.featured-contacts .contact__contacts li a{font-style:normal;color:#303d4a;display:inline-flex;align-items:center;text-decoration:none;transition:color .2s}.featured-contacts .contact__contacts li a i{margin-right:8px}.hero{width:100%;background-color:#ececec;background-repeat:no-repeat;background-size:cover;background-position:center bottom}.hero--big{padding-top:190px;padding-bottom:200px}@media(max-width: 576px){.hero--big{padding-top:140px;padding-bottom:140px}}.hero--default{padding-top:190px;padding-bottom:100px}@media(max-width: 576px){.hero--default{padding-top:140px;padding-bottom:60px}}.hero--overlay{position:relative}.hero--overlay:after{content:"";display:block;width:100%;height:100%;background:linear-gradient(180deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0) 93.62%);position:absolute;top:0;left:0;z-index:1}.hero--overlay .container-fluid{position:relative;z-index:2}.hero__content{z-index:9}.hero__content h1,.hero__content h2,.hero__content h3,.hero__content h4,.hero__content h5,.hero__content p{color:#223746}.hero__content.editor-content--white h1,.hero__content.editor-content--white h2,.hero__content.editor-content--white h3,.hero__content.editor-content--white h4,.hero__content.editor-content--white h5,.hero__content.editor-content--white p{color:#fff}@media(max-width: 576px){.hero__content h1.hero-title,.hero__content h2.hero-title{font-size:30px}}.hero .video-container-wrapper{width:100%;max-height:450px;overflow:hidden}.hero .video-container-wrapper .video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;overflow:hidden}.hero .video-container-wrapper .video-container.mobile{display:none}@media only screen and (min-width: 1px)and (max-width: 600px){.hero .video-container-wrapper .video-container.desktop{display:none}.hero .video-container-wrapper .video-container.mobile{display:block}}@media only screen and (min-width: 768px)and (max-width: 1024px){.hero .video-container-wrapper .video-container{min-height:0px}}.hero .video-container-wrapper .video-container iframe{width:100vw;height:56.25vw;min-height:100vh;min-width:177.77vh;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.hero.startpage{padding-bottom:164px}.hero.startpage .container-fluid .hero__content{max-width:820px}.hero.startpage .container-fluid .hero__content .buttons-wrapper{margin-top:48px}.hero.startpage+.block.blurb-cards{padding-top:40px !important;margin-top:0}.emergency-banner{position:relative;z-index:9}.emergency-banner+.block.blurb-cards{margin-top:40px !important}.emergency-banner__container{background-color:rgba(240,190,65,.95);padding:40px 80px;color:#223746}@media(max-width: 768px){.emergency-banner__container{padding:30px 50px}}@media(max-width: 576px){.emergency-banner__container{padding:30px 20px}}.emergency-banner--time{display:flex;align-items:center;font-size:14px;margin-bottom:7px}.emergency-banner--time i{font-size:16px;margin-right:6px}.emergency-banner--link{display:flex;align-items:center;color:#223746;font-weight:600;border-bottom:1px solid rgba(0,0,0,0);transition:all linear .3s;width:fit-content}.emergency-banner--link:hover{color:#223746;border-color:#223746}.emergency-banner--link i{margin-left:6px}.image-content{overflow:hidden}.image-content .row{position:relative}.image-content .row:after{content:"";background-color:#ededed;position:absolute;top:0;left:20px;right:20px;bottom:0;display:block;z-index:1}@media(max-width: 768px){.image-content .row:after{left:5px;right:5px}}.image-content .row .col-lg-6{position:relative;z-index:2}.image-content .row .col-lg-6 img{width:100%;height:100%;object-fit:cover}.image-content .row .editor-content{padding-top:40px;padding-bottom:40px;padding-right:60px}@media(max-width: 992px){.image-content .row .editor-content{padding-left:40px;padding-right:60px}}@media(max-width: 576px){.image-content .row .editor-content{padding-left:20px;padding-right:20px}.image-content .row .editor-content h3{font-size:18px}}.image-content .row .editor-content .buttons-wrapper{margin-top:40px}.image-content--fw{margin:0 !important}.image-content--fw .container-fluid{max-width:100%;padding:0}.image-content--fw .row{justify-content:flex-start !important}.image-content--fw .editor-content{max-width:600px}.nrep-slider{background-color:#d9d6cf;overflow:hidden;padding-top:32px;margin:0 !important}@media(min-width: 769px){.nrep-slider{padding-top:64px}}.nrep-slider__slides{margin:0}.nrep-slider__slide{background-repeat:no-repeat;background-position:center center;background-size:cover;position:relative;height:auto !important;min-height:100%}.nrep-slider__slide .container-w100{position:relative;z-index:3}.nrep-slider__slide .img-col{padding:0}@media(max-width: 768px){.nrep-slider__slide .img-col{display:none}}.nrep-slider__slide .img-col img{width:100%;height:530px;object-fit:cover;border-radius:0px 14px 0px 0px}@media(min-width: 769px){.nrep-slider__slide .text-col{padding-right:calc((100% - 1260px)/2)}}.nrep-slider__slide .text-col__inner{padding-bottom:20px}@media(min-width: 769px){.nrep-slider__slide .text-col__inner{height:100%;display:flex;flex-direction:column;padding:0 20px;padding-bottom:40px}}.nrep-slider__slide .slide-title{margin-bottom:16px}@media(min-width: 769px){.nrep-slider__slide .slide-title{margin-bottom:32px}}.nrep-slider__slide .buttons-wrapper{margin-bottom:20px}.nrep-slider__slide .slide-link{display:inline-flex;justify-content:flex-start;align-items:center;color:#303d4a;text-decoration:none !important;font-size:16px;margin-top:auto}.nrep-slider__slide .slide-link i{margin-left:10px}.nrep-slider__arrow{width:140px;height:140px;border:none;background-color:hsla(0,0%,100%,.2);position:absolute;top:50%;border-radius:50%;transition:transform .2s;outline:none}.nrep-slider__arrow:focus{outline:none}@media(max-width: 1200px){.nrep-slider__arrow{display:none}}.nrep-slider__arrow i{color:#fff;font-size:40px;display:block}.nrep-slider__arrow--left{left:0;transform:translate(-50%, -50%)}.nrep-slider__arrow--left i{transform:translateX(25px)}.nrep-slider__arrow--left:hover{transform:translate(-45%, -50%)}.nrep-slider__arrow--right{right:0;transform:translate(50%, -50%)}.nrep-slider__arrow--right i{transform:translateX(-25px)}.nrep-slider__arrow--right:hover{transform:translate(45%, -50%)}.nrep-slider__bullets{width:100%;display:flex;justify-content:center;align-items:center;position:absolute;bottom:50px;left:0}@media(max-width: 768px){.nrep-slider__bullets{bottom:24px}}.nrep-slider__bullet{width:14px;height:14px;border:none;background-color:hsla(0,0%,100%,.4);transition:background-color .2s;margin:0 7px;padding:0;border-radius:50%}.nrep-slider .glide__bullet:hover,.nrep-slider .glide__bullet--active{background-color:#fff}.numbers{margin:0 !important;padding:100px 0;background-color:rgba(167,175,181,.11)}@media(max-width: 768px){.numbers{padding:60px 0}}@media(max-width: 576px){.numbers{padding:40px 0}}.numbers--bg{position:relative;background-repeat:no-repeat;background-size:cover;background-position:center center}.numbers--bg:after{content:"";background-color:#223746;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;opacity:.9}.numbers .container-fluid{position:relative;z-index:2}.numbers .number__numwrap{font-style:normal;font-size:80px;font-family:"Gotham Bold",sans-serif;font-weight:700;display:inline-block;width:100%;text-align:center;line-height:1em}.numbers .number__numwrap span{color:#a7afb5}.numbers .number__num{padding-right:10px}.numbers .number p{padding:15px 50px 0;margin:0}.numbers .number:nth-child(2){position:relative}.numbers .number:nth-child(2):before,.numbers .number:nth-child(2):after{content:"";width:1px;height:100%;display:block;position:absolute;top:0;bottom:0;background-color:#b8babb}.numbers .number:nth-child(2):before{left:0}@media(max-width: 768px){.numbers .number:nth-child(2):before{display:none}}.numbers .number:nth-child(2):after{right:0}@media(max-width: 992px){.numbers .number:nth-child(2):after{display:none}}@media(max-width: 992px){.numbers .number{margin-bottom:40px}}@media(max-width: 768px){.numbers .number{margin-bottom:30px}}.numbers .number:last-of-type{margin-bottom:0}.numbers .editor-content--gray .number__num{color:#a7afb5}.offices{position:relative;top:-35px;background-color:rgba(136,140,142,.06);margin:0 0 -35px 0 !important;padding:100px 0 60px}@media(max-width: 768px){.offices{padding:75px 0 35px}}@media(max-width: 576px){.offices{padding:75px 0 15px}}.offices__title:after{content:"";width:100%;height:1px;background-color:#a7afb5;display:block;margin:15px 0 40px 0}.offices__office{margin-bottom:40px}.offices__office p a{border:none;font-weight:400;display:inline-flex;justify-content:flex-start;align-items:center;transition:color .2s}.offices__office p a:hover{color:#7a8791}.offices__office p a i{color:#a7afb5;margin-right:5px}.projects-list .tabs{display:flex;gap:16px;margin-bottom:40px}.projects-list .tabs .active{background:none;color:#223746}@media(max-width: 768px){.projects-list .tags{display:none}}@media(min-width: 769px){.projects-list .tags{display:flex;column-gap:4px;border-bottom:1px solid #a7afb5;margin-bottom:40px}.projects-list .tags .tag{color:#7a8791;font-size:14px;line-height:1.1;text-transform:uppercase;padding:12px 16px 9px 16px;border-bottom:3px solid rgba(0,0,0,0);transition:color .2s,border-color .2s}.projects-list .tags .tag.active,.projects-list .tags .tag:hover{color:#223746;padding-bottom:9px;border-color:#223746}}@media(max-width: 768px){.projects-list .tags-dropdown{position:relative;font-size:18px;line-height:1.5;text-transform:uppercase;color:#223746;margin-bottom:40px}.projects-list .tags-dropdown .current-tag{cursor:pointer;display:flex;justify-content:space-between;align-items:center;border:1px solid #223746;padding:12px 24px}.projects-list .tags-dropdown .current-tag:after{content:"";font-family:"icomoon" !important;transition:.2s}.projects-list .tags-dropdown .other-tags{display:none;position:absolute;background-color:#fff;width:100%;top:100%;z-index:1}.projects-list .tags-dropdown .other-tags .tag{color:#223746;display:block;padding:12px 24px;transition:.2s}.projects-list .tags-dropdown .other-tags .tag:hover{color:#fff;background-color:#223746}.projects-list .tags-dropdown.open .current-tag:after{transform:rotate(180deg)}.projects-list .tags-dropdown.open .other-tags{display:block;border:1px solid #223746}}@media(min-width: 769px){.projects-list .tags-dropdown{display:none}}@media(max-width: 576px){.policies{margin:70px 0 40px 0 !important}}.policies__policy{color:#223746;text-decoration:none !important;display:block;width:100%}.policies__policy h3.h1{margin-bottom:20px}.policies__policy:hover{color:#223746}.policies__policy:hover em{display:inline;position:relative;color:#223746;margin-right:15px}.policies__policy:hover em:after{top:30px;opacity:1}.policies__policy:hover .icon-arrow-right{margin-left:0;color:#223746}.policies__policy h3{margin:0}@media(max-width: 576px){.policies__policy h3{font-size:28px !important}}.policies__policy em{font-style:normal;font-weight:700;display:inline-block;position:relative;margin-right:5px;transition:margin-right .5s ease}.policies__policy em:after{position:absolute;display:block;height:1px;top:40px;left:1px;background-color:#223746;width:100%;overflow:hidden;content:"";font-size:0px;transition:top .5s ease;opacity:0}.policies__policy em .icon-arrow-right{display:inline-block;width:1px;margin-left:5px;transition:margin-left .5s ease}.policies__policy:after{content:"";width:100%;height:1px;background-color:#223746;display:block;margin:40px 0}.policies__policy:last-of-type:after{display:none}.projects-list{background-color:#ededed;padding:32px 0;margin:0 !important}@media(min-width: 769px){.projects-list{padding:64px 0}}.projects-list .buttons-wrapper{margin-top:40px}.projects-list #load-more-projects{display:none}.projects-list__spacer{margin-top:40px}.projects-list .filter-wrapper{display:block;margin-bottom:50px}.projects-list .filter-wrapper .filter .dropdown-list{margin-right:20px !important;margin-bottom:0px}.projects-list .filter-wrapper .filter .dropdown-list .year-dropdown{max-width:none}.projects-list .filter-wrapper .filter select{border:none;height:34px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("../img/angle-down.svg") 96%/15% no-repeat rgba(0,0,0,0);font-size:17px;color:#223746;padding-right:38px;background-size:23px auto;margin-right:20px;text-transform:uppercase;display:none !important}.projects-list .filter-wrapper .filter select::-ms-expand{display:none}@media screen and (min-width: 0\0 ){.projects-list .filter-wrapper .filter select{background:none\9 ;padding:5px\9 }}.projects-list .filter-wrapper .selected-filter{display:block;margin-top:30px}.projects-list .filter-wrapper .selected-filter a.selected,.projects-list .filter-wrapper .selected-filter a:visited.selected{display:inline-block;padding:13px;font-size:17px;color:#223746;text-decoration:none;margin-right:10px;padding-top:6px;padding-bottom:6px;background:url(../img/cross.svg) no-repeat right 13px center #f3f3f3;padding-right:31px}.projects-list .filter-wrapper .selected-filter a.selected:last-child,.projects-list .filter-wrapper .selected-filter a:visited.selected:last-child{margin-right:0px}.projects-list .filter-wrapper .selected-filter a.selected:hover,.projects-list .filter-wrapper .selected-filter a:visited.selected:hover{background-color:#e7e3e3;text-decoration:none}.projects-list .filter-wrapper .selected-filter a.clear,.projects-list .filter-wrapper .selected-filter a:visited.clear{font-size:17px;color:#727272;text-decoration:none}.projects-list .filter-wrapper .selected-filter a.clear:hover,.projects-list .filter-wrapper .selected-filter a:visited.clear:hover{text-decoration:underline}.projects-list .filter-wrapper .selected-filter a.clear.hidden,.projects-list .filter-wrapper .selected-filter a:visited.clear.hidden{display:none}.projects-list .container-fluid{max-width:960px}.projects-list .card{cursor:pointer;padding-left:10px;padding-right:10px;margin-bottom:20px}.projects-list .card__inner{position:relative;z-index:1;background-color:#fff;border-radius:10px;overflow:hidden}.projects-list .card__inner:before{content:"";display:block;width:100%;height:100%;background:#a9e3ff;z-index:1;position:absolute;top:0;left:0;opacity:0;transition:opacity .2s}.projects-list .card__inner img{width:100%;height:auto;max-height:320px;object-fit:cover;display:block;margin:0}.projects-list .card__content{z-index:1;position:relative;padding:24px;padding-right:86px;min-height:160px}.projects-list .card__content h2,.projects-list .card__content .h2{line-height:1.2em;margin:0}@media(max-width: 576px){.projects-list .card__content{word-wrap:break-word;padding-right:56px}.projects-list .card__content h1,.projects-list .card__content .h2{font-size:25px;line-height:37.5px}}.projects-list .card__thumbnail{position:relative;margin-bottom:0}.projects-list .card__paragraph{position:absolute;left:0;top:0;z-index:1;opacity:0;padding:0 24px;transform:translateY(60px);transition:opacity .2s,transform .2s}@media(max-width: 576px){.projects-list .card__paragraph{font-size:14px}}@media(min-width: 769px){.projects-list .card__paragraph{font-size:24px}}.projects-list .card__link{position:absolute;top:32px;right:24px;z-index:2}.projects-list .card__link .icon{color:#303d4a;font-size:30px;opacity:0;transition:opacity .2s}.projects-list .card:hover *{pointer-events:none}.projects-list .card:hover .card__inner:before{opacity:1}.projects-list .card:hover .card__paragraph{transition-delay:.2s;opacity:1;transform:translateY(0)}.projects-list .card:hover .card__link .icon{opacity:1}.quote-block--lightgray{margin:0 !important;padding:100px 0;background-color:rgba(231,232,232,.44)}@media(max-width: 768px){.quote-block--lightgray{padding:60px 0}}@media(max-width: 576px){.quote-block--lightgray{padding:40px 0}}.quote-block .quote-slider__slides{margin:0}.quote-block .quote-slider__slide i{color:rgba(136,140,142,.2);font-size:72px}.quote-block .quote-slider__slide blockquote{margin:15px 0 0 0;font-weight:400;font-style:italic;font-size:18px;line-height:1.66em}.quote-block .quote-slider__bullets{display:flex;justify-content:flex-start;align-items:center}.quote-block .quote-slider__bullet{width:14px;height:14px;background-color:rgba(136,140,142,.33);margin:0 14px 0 0;padding:0;border:none;border-radius:7px;transition:background-color .2s}.quote-block .quote-slider__bullet:focus{outline:none}.quote-block .quote-slider .glide__bullet--active{background-color:#888c8e}.selected-brands{padding:40px 0;position:relative;margin:0 !important}@media(min-width: 769px){.selected-brands{padding:64px 0}}.selected-brands .container-fluid{position:relative;z-index:2}.selected-brands__title{margin-bottom:24px}@media(min-width: 769px){.selected-brands__title{margin-bottom:48px}}.selected-brands__description{margin-bottom:20px}.selected-brands .brand{padding-left:10px !important;padding-right:10px !important;margin-bottom:30px}@media(min-width: 769px){.selected-brands .brand{margin-bottom:60px}}.selected-brands .brand__inner{width:100%}.selected-brands .brand__link{color:#303d4a;display:inline-flex;justify-content:flex-start;align-items:center;text-decoration:none !important;border-bottom:2px solid rgba(0,0,0,0)}.selected-brands .brand__link i{margin-left:10px}.selected-brands .brand__logotype{position:relative;cursor:pointer;display:flex;justify-content:center;align-items:center;background:#303c4a;border-radius:4px;height:162px;overflow:hidden;padding:16px;margin-bottom:20px}.selected-brands .brand__logotype svg,.selected-brands .brand__logotype img{max-width:132px;max-height:100px;object-fit:contain}.selected-brands .brand__logotype svg path{fill:#fff}.selected-brands .brand__logotype:after{content:"";width:0;height:0;border-style:solid;border-width:32px 56px 0 0;border-color:rgba(0,0,0,0) #fff rgba(0,0,0,0) rgba(0,0,0,0);right:0;bottom:0;position:absolute;transform:translate(32px, 56px);transition:transform .2s}.selected-brands .brand:hover .brand__logotype:after{transform:none}.selected-projects{padding:32px 0}@media(min-width: 769px){.selected-projects{padding:64px 0}}.selected-projects--white{background-color:#fff}.selected-projects--gray{background-color:#ededed}.selected-projects--gray .project__thumbnail:after{border-color:rgba(0,0,0,0) #ededed rgba(0,0,0,0) rgba(0,0,0,0)}@media(min-width: 993px){.selected-projects__sticky{position:sticky;top:194px}}@media(min-width: 769px){.selected-projects__sticky{position:sticky;top:94px}}@media(max-width: 576px){.selected-projects .buttons-wrapper{margin-bottom:30px}}.sr-content-block{padding:50px 0}.sr-content-block .title-wrapper{margin-bottom:20px}.sr-content-block__one-column,.sr-content-block__two-column,.sr-content-block__three-column,.sr-content-block__table,.sr-content-block__testimonials,.sr-content-block__brands-list{padding:25px 0}@media(min-width: 993px){.sr-content-block__one-column,.sr-content-block__two-column,.sr-content-block__three-column,.sr-content-block__table,.sr-content-block__testimonials,.sr-content-block__brands-list{padding:50px 0}}.sr-content-block__one-column__img.full-with img,.sr-content-block__two-column__img.full-with img,.sr-content-block__three-column__img.full-with img,.sr-content-block__table__img.full-with img,.sr-content-block__testimonials__img.full-with img,.sr-content-block__brands-list__img.full-with img{width:100%;height:auto}.sr-content-block__one-column__img.default-size img,.sr-content-block__two-column__img.default-size img,.sr-content-block__three-column__img.default-size img,.sr-content-block__table__img.default-size img,.sr-content-block__testimonials__img.default-size img,.sr-content-block__brands-list__img.default-size img{display:block}.sr-content-block__one-column__img.default-size img.left,.sr-content-block__two-column__img.default-size img.left,.sr-content-block__three-column__img.default-size img.left,.sr-content-block__table__img.default-size img.left,.sr-content-block__testimonials__img.default-size img.left,.sr-content-block__brands-list__img.default-size img.left{margin:0 auto 0 0}.sr-content-block__one-column__img.default-size img.center,.sr-content-block__two-column__img.default-size img.center,.sr-content-block__three-column__img.default-size img.center,.sr-content-block__table__img.default-size img.center,.sr-content-block__testimonials__img.default-size img.center,.sr-content-block__brands-list__img.default-size img.center{margin:0 auto}.sr-content-block__one-column__img.default-size img.right,.sr-content-block__two-column__img.default-size img.right,.sr-content-block__three-column__img.default-size img.right,.sr-content-block__table__img.default-size img.right,.sr-content-block__testimonials__img.default-size img.right,.sr-content-block__brands-list__img.default-size img.right{margin:0 0 0 auto}@media(min-width: 1201px){.sr-content-block__one-column .label-box{position:relative;width:calc(100% + 50px);left:-50px}}@media(min-width: 1201px){.sr-content-block__two-column .row{margin-left:-50px;margin-right:-50px}.sr-content-block__two-column .col-md-6{padding-left:50px;padding-right:50px}.sr-content-block__two-column .right-col .label-box,.sr-content-block__two-column .left-col .label-box{position:relative;width:calc(100% + 50px)}.sr-content-block__two-column .left-col .label-box{left:-50px}}.sr-content-block__two-column__project .project__thumbnail{border-radius:0}.sr-content-block__two-column__project .project--list .project__link{border-radius:0}.sr-content-block__two-column__toggle .toggle-btn{padding:30px;font-family:"IBM Plex Sans",sans-serif;cursor:pointer}@media(min-width: 577px){.sr-content-block__two-column__toggle .toggle-btn{display:flex}}@media(min-width: 1201px){.sr-content-block__two-column__toggle .toggle-btn{padding:30px 90px 30px 40px}}.sr-content-block__two-column__toggle .toggle-btn .order-nr{display:block;font-size:46px;line-height:1;margin:0 0 15px 0}@media(min-width: 577px){.sr-content-block__two-column__toggle .toggle-btn .order-nr{margin:0 30px 0 0}}.sr-content-block__two-column__toggle .toggle-btn .toggle-title{font-size:20px}.sr-content-block__two-column__toggle .toggle-btn .toggle-link{font-size:16px;margin-bottom:0}.sr-content-block__two-column__toggle .toggle-btn .toggle-link i{display:inline-block;margin-left:10px;font-size:12px;transition:all linear .3s}.sr-content-block__two-column__toggle .toggle-btn.active i{transform:rotateX(180deg)}.sr-content-block__two-column__toggle .panel{height:0px;margin:10px 0;overflow:hidden;transition:all linear .3s}.sr-content-block__two-column__toggle .panel .toggle-content{padding:20px 30px;background-color:#f4f5f5}.sr-content-block__two-column__toggle .panel .toggle-content>:last-child{margin-bottom:0}.sr-content-block__two-column__display-text{padding:50px 20px 60px}@media(min-width: 1201px){.sr-content-block__two-column__display-text{padding:70px 50px 90px}}.sr-content-block__two-column__display-text .text-wrapper{margin-bottom:50px}.sr-content-block__two-column__display-text .text-wrapper:last-of-type{margin-bottom:0}.sr-content-block__two-column__display-text .big-text{display:block;font-size:70px;line-height:1;margin-bottom:20px;font-family:"IBM Plex Sans",sans-serif}@media(min-width: 1201px){.sr-content-block__two-column__display-text .big-text{font-size:110px;margin-bottom:30px}}.sr-content-block__two-column__display-text .small-text{font-family:"IBM Plex Sans",sans-serif;color:#223746;font-size:18px;text-transform:uppercase}.sr-content-block__two-column__display-text.bg-light-yellow .big-text{color:#e66e2d}.sr-content-block__two-column__display-text.bg-light-green .big-text{color:#006400}.sr-content-block__two-column__display-text.bg-light-blue .big-text{color:#223746}.sr-content-block__two-column__display-text.bg-pink .big-text{color:#8a421b}@media(max-width: 768px){.sr-content-block__two-column .left-col .sr-content-block__two-column__display-text{margin-bottom:20px}}.sr-content-block__link-cards__col{margin-bottom:20px}.sr-content-block__link-cards__card{display:block;height:100%;border:1px solid;border-radius:5px;padding:20px;font-family:"IBM Plex Sans",sans-serif;text-decoration:none;transition:all linear .3s}.sr-content-block__link-cards__card .subtitle{font-size:12px;text-transform:uppercase;margin-bottom:0}.sr-content-block__link-cards__card .title{font-size:20px;margin-bottom:0}.sr-content-block__testimonials{position:relative}@media(max-width: 1200px){.sr-content-block__testimonials{padding:0 20px}}.sr-content-block__testimonials .testimonial-wrapper{height:100%;background-color:#223746}.sr-content-block__testimonials .testimonial-wrapper .text-box{position:absolute;background-color:#fff;left:0;bottom:0;padding:10px}@media(min-width: 993px){.sr-content-block__testimonials .testimonial-wrapper .text-box{padding:20px}}.sr-content-block__testimonials .testimonial-wrapper .text-box .name{font-size:12px;margin-bottom:10px}.sr-content-block__testimonials .testimonial-wrapper .text-box .description{font-size:10px}.sr-content-block__testimonials .testimonial-wrapper.with-video .text-box{z-index:1;width:calc(100% - 20px)}@media(min-width: 577px){.sr-content-block__testimonials .testimonial-wrapper.with-video .text-box{width:calc(33% - 20px)}}@media(min-width: 993px){.sr-content-block__testimonials .testimonial-wrapper.with-video .text-box{width:calc(33% - 40px)}}.sr-content-block__testimonials .testimonial-wrapper.with-video .thumbnail-img{position:relative;width:100%;height:100%}.sr-content-block__testimonials .testimonial-wrapper.with-video .thumbnail-img img:not(.play-icon){width:100%;height:100%;object-fit:cover;min-height:400px}.sr-content-block__testimonials .testimonial-wrapper.with-video .thumbnail-img .play-icon{width:60px;height:60px;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;cursor:pointer}@media(min-width: 577px){.sr-content-block__testimonials .testimonial-wrapper.with-img{display:flex}}.sr-content-block__testimonials .testimonial-wrapper.with-img .img-col{position:relative;height:auto}@media(min-width: 577px){.sr-content-block__testimonials .testimonial-wrapper.with-img .img-col{width:40%}}.sr-content-block__testimonials .testimonial-wrapper.with-img .img-col img{width:100%;height:100%;object-fit:cover}.sr-content-block__testimonials .testimonial-wrapper.with-img .img-col .text-box{width:calc(100% - 20px)}@media(min-width: 993px){.sr-content-block__testimonials .testimonial-wrapper.with-img .img-col .text-box{width:calc(100% - 50px)}}@media(max-width: 768px){.sr-content-block__testimonials .testimonial-wrapper.with-img .img-col .text-box{position:unset}}.sr-content-block__testimonials .testimonial-wrapper.with-img .qoute-box{display:flex;flex-direction:column;height:auto;padding:20px;margin:auto}@media(min-width: 577px){.sr-content-block__testimonials .testimonial-wrapper.with-img .qoute-box:not(.full-width){width:60%}}.sr-content-block__testimonials .testimonial-wrapper.with-img .qoute-box img{max-height:50px;max-width:50px;margin-bottom:15px}@media(min-width: 769px){.sr-content-block__testimonials .testimonial-wrapper.with-img .qoute-box img{margin-bottom:25px}}.sr-content-block__testimonials .testimonial-wrapper.with-img .qoute-box p{color:#fff}@media(min-width: 577px){.sr-content-block__testimonials .glide__slides{transform:translate3d(0, 0, 0) !important}}.sr-content-block__testimonials .glide__slide{height:auto;padding:0;margin:0}.sr-content-block__testimonials .glide__slide::before{content:none}@media(min-width: 577px){.sr-content-block__testimonials .glide__slide{position:absolute;top:0;left:0;padding:0;opacity:0;z-index:0;transition:opacity .4s ease}.sr-content-block__testimonials .glide__slide--active{opacity:1;z-index:1}}.sr-content-block__testimonials .glide__arrow{position:absolute;top:0;bottom:0;margin:auto;width:20px;height:40px;display:block;background:none;border:none;outline:none;opacity:1;transition:all linear .3s}.sr-content-block__testimonials .glide__arrow:hover{opacity:.7}.sr-content-block__testimonials .glide__arrow i{font:38px;color:#223746}.sr-content-block__testimonials .glide__arrow--left{left:-10px}@media(min-width: 1201px){.sr-content-block__testimonials .glide__arrow--left{left:-60px}}.sr-content-block__testimonials .glide__arrow--right{right:-10px}@media(min-width: 1201px){.sr-content-block__testimonials .glide__arrow--right{right:-30px}}.sr-content-block__testimonials .glide__bullets{text-align:center}.sr-content-block__testimonials .glide__bullet{border:none;outline:none;background-color:#223746;height:13px;width:13px;border-radius:50%;margin:0 7px;opacity:.3;transition:all linear .3s}.sr-content-block__testimonials .glide__bullet:hover,.sr-content-block__testimonials .glide__bullet--active{opacity:1}.sr-content-block.bg-primary .sr-content-block__link-cards__card,.sr-content-block.bg-texture-primary .sr-content-block__link-cards__card{background-color:#fff;border-color:#fff;color:#223746}.sr-content-block.bg-primary .sr-content-block__link-cards__card:hover,.sr-content-block.bg-texture-primary .sr-content-block__link-cards__card:hover{background-color:#223746;color:#fff}.sr-content-block.bg-primary .sr-content-block__testimonials .testimonial-wrapper,.sr-content-block.bg-texture-primary .sr-content-block__testimonials .testimonial-wrapper{background-color:#fff}.sr-content-block.bg-primary .sr-content-block__testimonials .testimonial-wrapper .text-box,.sr-content-block.bg-texture-primary .sr-content-block__testimonials .testimonial-wrapper .text-box{background-color:#223746}.sr-content-block.bg-primary .sr-content-block__testimonials .testimonial-wrapper .qoute-box p,.sr-content-block.bg-texture-primary .sr-content-block__testimonials .testimonial-wrapper .qoute-box p{color:#223746}.sr-content-block.bg-primary .sr-content-block__testimonials .glide__arrow i,.sr-content-block.bg-texture-primary .sr-content-block__testimonials .glide__arrow i{color:#fff}.sr-content-block.bg-primary .sr-content-block__testimonials .glide__bullet,.sr-content-block.bg-texture-primary .sr-content-block__testimonials .glide__bullet{background-color:#fff}.sr-content-block.bg-white .sr-content-block__link-cards__card,.sr-content-block.bg-texture-white .sr-content-block__link-cards__card{background-color:#223746;border-color:#223746;color:#fff}.sr-content-block.bg-white .sr-content-block__link-cards__card:hover,.sr-content-block.bg-texture-white .sr-content-block__link-cards__card:hover{background-color:#fff;color:#223746}.sr-end-page-hero{padding:120px 0 20px}@media(min-width: 769px){.sr-end-page-hero{padding:270px 0 40px}}.sr-end-page-hero .content-wrapper{margin-bottom:100px}@media(min-width: 769px){.sr-end-page-hero .content-wrapper{margin-bottom:180px}}.sr-end-page-hero__text-wrapper{font-family:"IBM Plex Sans",sans-serif;font-size:18px}@media(min-width: 993px){.sr-end-page-hero__text-wrapper{padding-right:20px}}.sr-end-page-hero__text-wrapper h1,.sr-end-page-hero__text-wrapper .h1,.sr-end-page-hero__text-wrapper h2,.sr-end-page-hero__text-wrapper .h2,.sr-end-page-hero__text-wrapper h3,.sr-end-page-hero__text-wrapper .h3,.sr-end-page-hero__text-wrapper h4,.sr-end-page-hero__text-wrapper .h4,.sr-end-page-hero__text-wrapper h5,.sr-end-page-hero__text-wrapper .h5,.sr-end-page-hero__text-wrapper h6,.sr-end-page-hero__text-wrapper .h6{margin-bottom:30px}.sr-end-page-hero__text-wrapper .caveat{text-transform:unset !important}.sr-end-page-hero__text-wrapper__link{color:unset;text-decoration:none;margin-top:70px;opacity:1;transition:all linear .3s}.sr-end-page-hero__text-wrapper__link .arrow-img{transform:scaleX(-1);margin:5px 10px 0 0;height:fit-content;height:-moz-fit-content}@media(max-width: 768px){.sr-end-page-hero__text-wrapper__link .arrow-img{max-width:50px}}.sr-end-page-hero__text-wrapper__link:hover:hover{color:currentColor;opacity:.5}.sr-end-page-hero__text-wrapper__link__text span{font-size:25px}.sr-end-page-hero__text-wrapper__link__text .underline-img{width:100%;height:5px}@media not all and (min-resolution: 0.001dpcm){@supports(-webkit-appearance: none) and (stroke-color: transparent){.sr-end-page-hero__text-wrapper__link__text .underline-img{height:auto}}}.sr-end-page-hero__video{position:relative;cursor:pointer}@media(max-width: 768px){.sr-end-page-hero__video{margin-top:40px}}@media(min-width: 993px){.sr-end-page-hero__video{margin-left:20px}}.sr-end-page-hero__video:after{content:"";background:rgba(0,0,0,.44);position:absolute;width:100%;height:100%;top:0;right:0}.sr-end-page-hero__video .thumbnail{width:100%;height:auto}.sr-end-page-hero__video .play-icon{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;margin:auto;opacity:1;transition:all linear .3s}.sr-end-page-hero__video:hover .play-icon{opacity:.7}.sr-end-page-hero__video__modal{background-color:rgba(0,0,0,0)}@media(max-width: 768px){.sr-end-page-hero__video__modal{padding:50px 0}}.sr-end-page-hero__video__modal iframe{max-width:100%}.sr-end-page-hero__video__modal .fancybox-button{color:#fff;padding:5px}@media(min-width: 993px){.sr-end-page-hero .order-1 .sr-end-page-hero__video{margin-left:0;margin-right:20px}}@media(max-width: 768px){.sr-end-page-hero .order-1 .sr-end-page-hero__video{margin-top:0;margin-bottom:40px}}@media(min-width: 993px){.sr-end-page-hero .order-2 .sr-end-page-hero__text-wrapper{margin-left:20px;margin-right:0}}.sr-end-page-hero .next-section-link{display:flex;cursor:pointer;opacity:1;transition:all linear .3s}.sr-end-page-hero .next-section-link:hover{opacity:.5}.sr-end-page-hero .next-section-link img{margin:25px 0 0 15px;width:auto;height:fit-content;height:-webkit-fit-content}.sr-end-page-hero .next-section-link p{font-size:20px}.sr-end-page-hero .next-section-link p span{font-size:28px;margin:0 5px}@media(min-width: 769px){.sr-end-page-hero .next-section-link p{font-size:28px}.sr-end-page-hero .next-section-link p span{font-size:42px}}@media(max-width: 768px){.sr-end-page-hero .next-section-link p img{max-width:30px}}.sr-hero{min-height:100vh;padding:220px 0 20px;display:flex;flex-direction:column}@media(min-width: 769px){.sr-hero{padding:150px 0 20px}}.sr-hero__content{margin-top:auto;margin-bottom:auto !important}.sr-hero.two-column-text-img .content-wrapper{margin-bottom:50px}@media(min-width: 993px){.sr-hero.two-column-text-img .content-wrapper .text-wrapper{padding:0 50px 0 0}}@media(min-width: 769px){.sr-hero.two-column-text-img .content-wrapper .text-wrapper h1,.sr-hero.two-column-text-img .content-wrapper .text-wrapper .h1,.sr-hero.two-column-text-img .content-wrapper .text-wrapper h2,.sr-hero.two-column-text-img .content-wrapper .text-wrapper .h2,.sr-hero.two-column-text-img .content-wrapper .text-wrapper h3,.sr-hero.two-column-text-img .content-wrapper .text-wrapper .h3,.sr-hero.two-column-text-img .content-wrapper .text-wrapper h4,.sr-hero.two-column-text-img .content-wrapper .text-wrapper .h4,.sr-hero.two-column-text-img .content-wrapper .text-wrapper h5,.sr-hero.two-column-text-img .content-wrapper .text-wrapper .h5,.sr-hero.two-column-text-img .content-wrapper .text-wrapper h6,.sr-hero.two-column-text-img .content-wrapper .text-wrapper .h6{margin-bottom:20px}.sr-hero.two-column-text-img .content-wrapper .text-wrapper p{margin-bottom:30px}}@media(min-width: 993px){.sr-hero.two-column-text-img .content-wrapper .order-2 .text-wrapper{padding:0 0 0 50px}}@media(min-width: 993px){.sr-hero.two-column-text-img .content-wrapper .img-col-wrapper{padding:0 0 0 50px}}@media(max-width: 768px){.sr-hero.two-column-text-img .content-wrapper .img-col-wrapper{margin:50px 0 0}}.sr-hero.two-column-text-img .content-wrapper .img-col-wrapper img{display:block;margin:0 auto 20px}@media(max-width: 768px){.sr-hero.two-column-text-img .content-wrapper .img-col-wrapper img{margin:0 auto 40px}}.sr-hero.two-column-text-img .content-wrapper .img-col-wrapper img:last-of-type{margin-bottom:0}.sr-hero.two-column-text-img .content-wrapper .img-col-wrapper img:first-of-type{margin-top:0}.sr-hero.two-column-text-img .content-wrapper .top-text{margin-bottom:40px}.sr-hero.two-column-text-img .content-wrapper .bottom-text{margin-top:40px}@media(min-width: 993px){.sr-hero.two-column-text-img .content-wrapper .order-1 .img-col-wrapper{padding:0 50px 0 0}}@media(max-width: 768px){.sr-hero.two-column-text-img .content-wrapper .order-1 .img-col-wrapper{margin:0 0 50px}}.sr-hero.multiple-videos .thumbnail-wrapper{position:relative;cursor:pointer;margin-bottom:15px}.sr-hero.multiple-videos .thumbnail-wrapper:after{content:"";background:rgba(0,0,0,.44);position:absolute;width:100%;height:100%;top:0;right:0}.sr-hero.multiple-videos .thumbnail-wrapper .thumbnail{width:100%;height:auto}.sr-hero.multiple-videos .thumbnail-wrapper .play-icon{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;margin:auto;opacity:1;transition:all linear .3s}.sr-hero.multiple-videos .thumbnail-wrapper:hover .play-icon{opacity:.7}.sr-hero.multiple-videos .caption{font-size:12px;opacity:.5;margin-bottom:20px}.sr-hero.multiple-videos .multiple-videos__row{margin-top:20px}@media(min-width: 769px){.sr-hero.multiple-videos .multiple-videos__row{margin-top:50px}}.sr-hero.multiple-videos .multiple-videos__row .thumbnail-wrapper{margin-bottom:10px}.sr-hero.multiple-videos .multiple-videos__row .thumbnail-wrapper .play-icon{max-width:40px;height:auto}.sr-hero.multiple-videos .multiple-videos__row .tag{position:absolute;z-index:2;width:80%;bottom:0;left:0;padding:7px 15px;line-height:1}.sr-hero.multiple-videos .multiple-videos__row .tag span{text-transform:uppercase;font-size:11px;font-family:"IBM Plex Sans",sans-serif}.sr-hero.multiple-videos .next-section-link{margin-top:50px}.sr-hero.two-container-text-img .text-container,.sr-hero.two-container-text-img .image-container{margin-bottom:30px}@media(min-width: 769px){.sr-hero.two-container-text-img .text-container,.sr-hero.two-container-text-img .image-container{margin-bottom:50px}}.sr-hero.two-container-text-img img{width:100%;height:auto}@media(max-width: 768px){.sr-hero.two-container-text-img img{margin-bottom:20px}}.sr-hero.two-column-text .sr-hero__content{padding-bottom:50px}@media(min-width: 1201px){.sr-hero.two-column-text .row{margin-left:-50px;margin-right:-50px}.sr-hero.two-column-text .row .col-md-6{padding:0 50px}}@media(min-width: 769px){.sr-hero.cases-hero.bg-primary .sr-hero__content,.sr-hero.cases-hero.bg-texture-primary .sr-hero__content{background-image:url("../img/arrow-down.svg")}.sr-hero.cases-hero.bg-white .sr-hero__content,.sr-hero.cases-hero.bg-texture-white .sr-hero__content{background-image:url("../img/arrow-down-dark.svg")}.sr-hero.cases-hero .sr-hero__content{background-repeat:no-repeat;background-size:auto;background-position-x:42%;background-position-y:bottom}}@media(min-width: 769px)and (min-width: 769px){.sr-hero.cases-hero .sr-hero__content{margin:auto}}@media(min-width: 769px){.sr-hero.cases-hero .sr-hero__content.text-cases{background-position-x:58%}.sr-hero.cases-hero .sr-hero__content.text-cases .cases{margin-left:auto}}.sr-hero.cases-hero .cases{max-width:460px}@media(max-width: 768px){.sr-hero.cases-hero .cases{margin:20px auto 50px}}.sr-hero.cases-hero .cases__caption{font-size:16px;opacity:.5}.sr-hero.cases-hero .cases__content{color:#fff}.sr-hero.cases-hero .cases__content__row{display:flex;margin-bottom:5px;color:unset;text-decoration:none;transition:all linear .3s;opacity:1}.sr-hero.cases-hero .cases__content__row:hover{opacity:.8}.sr-hero.cases-hero .cases__content__row__title{width:35%;padding:20px}.sr-hero.cases-hero .cases__content__row__title p{text-transform:uppercase;font-size:14px;font-family:"IBM Plex Sans",sans-serif;margin-bottom:0}.sr-hero.cases-hero .cases__content__row__content{width:65%;padding:15px 20px}@media(min-width: 577px){.sr-hero.cases-hero .cases__content__row__content{display:flex}}.sr-hero.cases-hero .cases__content__row__content img{width:80px;height:80px;object-fit:cover;border-radius:50%;margin-right:15px;margin:0 0 15px 0}@media(min-width: 577px){.sr-hero.cases-hero .cases__content__row__content img{margin:0 15px 0 0}}.sr-hero.cases-hero .cases__content__row__content .title{font-size:14px;font-family:"IBM Plex Sans",sans-serif;margin:5px 0 3px}.sr-hero.cases-hero .cases__content__row__content .text{font-size:12px}.sr-hero.cases-hero .cases__content__row .full-width{width:100%}.sr-hero.cases-hero .cases__content__row:nth-child(1) .cases__content__row__title{background-color:rgb(25.5,169.5,214.5)}.sr-hero.cases-hero .cases__content__row:nth-child(1) .cases__content__row__content{background-color:rgb(25.5,169.5,214.5)}.sr-hero.cases-hero .cases__content__row:nth-child(2) .cases__content__row__title{background-color:#33b3db}.sr-hero.cases-hero .cases__content__row:nth-child(2) .cases__content__row__content{background-color:#33b3db}.sr-hero.cases-hero .cases__content__row:nth-child(3) .cases__content__row__title{background-color:rgb(76.5,188.5,223.5)}.sr-hero.cases-hero .cases__content__row:nth-child(3) .cases__content__row__content{background-color:rgb(76.5,188.5,223.5)}.sr-hero.cases-hero .cases__content__row:nth-child(4) .cases__content__row__title{background-color:#66c6e4}.sr-hero.cases-hero .cases__content__row:nth-child(4) .cases__content__row__content{background-color:#66c6e4}.sr-hero.cases-hero .cases__content__row:nth-child(5) .cases__content__row__title{background-color:rgb(127.5,207.5,232.5)}.sr-hero.cases-hero .cases__content__row:nth-child(5) .cases__content__row__content{background-color:rgb(127.5,207.5,232.5)}.sr-hero.cases-hero .cases__content__row:nth-child(6) .cases__content__row__title{background-color:#99d9ed}.sr-hero.cases-hero .cases__content__row:nth-child(6) .cases__content__row__content{background-color:#99d9ed}.sr-hero .next-section-link{display:flex;justify-content:center;cursor:pointer;opacity:1;transition:all linear .3s}.sr-hero .next-section-link:hover{opacity:.5}.sr-hero .next-section-link img{margin:25px 0 0 15px;width:auto;height:fit-content;height:-webkit-fit-content}.sr-hero.text-primary .chapter-cards__title-wrapper__arrow .path{stroke:#223746}.sr-hero.active-section .chapter-cards__title-wrapper__arrow .path{animation:dash 10s linear forwards}.sr-hero.active-section .chapter-cards__title-wrapper__arrow .path--2{animation-delay:.7s}.multiple-videos__modal{background-color:rgba(0,0,0,0)}@media(max-width: 768px){.multiple-videos__modal{padding:50px 0}}.multiple-videos__modal iframe{max-width:100%}.multiple-videos__modal .fancybox-button{color:#fff;padding:5px}.sr-home-hero{padding:140px 0 70px}@media(min-width: 769px){.sr-home-hero{padding:180px 0 110px}}.sr-home-hero__text-wrapper{display:flex;justify-content:center;align-items:center;text-decoration:none}.sr-home-hero__text-wrapper__title{font-size:25px;margin:0 15px 0 0;line-height:1}.sr-home-hero__text-wrapper__title span{font-size:40px}@media(min-width: 769px){.sr-home-hero__text-wrapper__title span{font-size:72px}}@media(min-width: 769px){.sr-home-hero__text-wrapper__title{font-size:52px}}.sr-home-hero__text-wrapper .path{stroke:#fff;stroke-dasharray:1000;stroke-dashoffset:1000}@keyframes line{to{stroke-dashoffset:0}}.sr-home-hero__text-wrapper__underline{max-width:fit-content;max-width:-moz-fit-content;width:100%;margin:auto}.sr-home-hero__text-wrapper__underline svg{width:100%;height:auto;max-height:12px}@media(min-width: 769px){.sr-home-hero__text-wrapper__underline svg{width:auto}}.sr-home-hero__text-wrapper__arrow{width:auto;height:fit-content;height:-moz-fit-content}@media(max-width: 768px){.sr-home-hero__text-wrapper__arrow svg{max-width:60px}}.sr-home-hero__text-wrapper.link{opacity:1;transition:all linear .3s}.sr-home-hero__text-wrapper.link:hover{color:currentColor;opacity:.5}.sr-home-hero__video-wrapper{margin-top:50px;display:flex;justify-content:center;align-items:center;cursor:pointer}@media(min-width: 769px){.sr-home-hero__video-wrapper{margin-top:75px}}.sr-home-hero__video-wrapper p{margin:0 0 0 15px;font-size:20px}@media(min-width: 769px){.sr-home-hero__video-wrapper p{margin:0 0 0 20px;font-size:28px}}.sr-home-hero__video-wrapper p span{font-size:28px}@media(min-width: 769px){.sr-home-hero__video-wrapper p span{font-size:42px}}.sr-home-hero__video-wrapper img{opacity:1;transition:all linear .3s}.sr-home-hero__video-wrapper:hover img{opacity:.5}.sr-home-hero__video{background-color:rgba(0,0,0,0)}@media(max-width: 768px){.sr-home-hero__video{padding:50px 0}}.sr-home-hero__video iframe{max-width:100%}.sr-home-hero__video .fancybox-button{color:#fff;padding:5px}.sr-home-hero.text-primary .sr-home-hero__text-wrapper .path{stroke:#223746}.sr-home-hero.active-section .sr-home-hero__text-wrapper__underline .path{animation:line 5s linear forwards}.sr-home-hero.active-section .sr-home-hero__text-wrapper__underline .path--2{animation-delay:.1s}.sr-home-hero.active-section .sr-home-hero__text-wrapper__underline .path--3{animation-delay:.2s}.sr-home-hero.active-section .sr-home-hero__text-wrapper__underline .path--4{animation-delay:.3s}.sr-home-hero.active-section .sr-home-hero__text-wrapper__underline .path--5{animation-delay:.4s}.sr-home-hero.active-section .sr-home-hero__text-wrapper__underline .path--6{animation-delay:.5s}.sr-home-hero.active-section .sr-home-hero__text-wrapper__underline .path--7{animation-delay:.6s}.sr-home-hero.active-section .sr-home-hero__text-wrapper__underline .path--8{animation-delay:.7s}.sr-home-hero.active-section .sr-home-hero__text-wrapper__underline .path--9{animation-delay:.8s}.sr-home-hero.active-section .sr-home-hero__text-wrapper__underline .path--10{animation-delay:.9s}.sr-home-hero.active-section .sr-home-hero__text-wrapper__underline .path--11{animation-delay:1s}.sr-home-hero.active-section .sr-home-hero__text-wrapper__underline .path--12{animation-delay:1.1s}.sr-home-hero.active-section .sr-home-hero__text-wrapper__underline .path--13{animation-delay:1.2s}.sr-home-hero.active-section .sr-home-hero__text-wrapper__underline .path--14{animation-delay:1.3s}.sr-home-hero.active-section .sr-home-hero__text-wrapper__arrow .path{animation:line 10s linear forwards;animation-delay:1s}.sr-home-hero.active-section .sr-home-hero__text-wrapper__arrow .path--2{animation-delay:2.1s}.sr-table-block{padding:50px 0}@media(min-width: 769px){.sr-table-block{padding:100px 0}}.sr-table-block__intro-text.three-fourth-width{max-width:900px}@media(min-width: 993px){.sr-table-block__intro-text.half-width{max-width:50%}}.sr-table-block__caption-text{opacity:.5}.sr-table-block__caption-text.three-fourth-width{max-width:900px}@media(min-width: 993px){.sr-table-block__caption-text.half-width{max-width:50%}}.sr-table-block__caption-text p{font-size:14px}.sr-table-block__table-wrapper{margin:40px 0;overflow-x:scroll}.sr-table-block__table-wrapper::-webkit-scrollbar{height:10px}.sr-table-block__table-wrapper::-webkit-scrollbar-track{border-radius:10px}.sr-table-block__table-wrapper::-webkit-scrollbar-thumb{border-radius:10px}@media(max-width: 1200px){.sr-table-block__table-wrapper::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.1)}.sr-table-block__table-wrapper::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.5)}}.sr-table-block__table-wrapper table{width:800px;margin-bottom:20px}@media(min-width: 577px){.sr-table-block__table-wrapper table{width:1400px}}@media(min-width: 1200px){.sr-table-block__table-wrapper table{width:100%}}.sr-table-block__table-wrapper table.col-count-1 th,.sr-table-block__table-wrapper table td{width:100%}.sr-table-block__table-wrapper table.col-count-2 th,.sr-table-block__table-wrapper table td{width:50%}.sr-table-block__table-wrapper table.col-count-3 th,.sr-table-block__table-wrapper table td{width:33.3333333333%}.sr-table-block__table-wrapper table.col-count-4 th,.sr-table-block__table-wrapper table td{width:25%}.sr-table-block__table-wrapper table.col-count-5 th,.sr-table-block__table-wrapper table td{width:20%}.sr-table-block__table-wrapper table.col-count-6 th,.sr-table-block__table-wrapper table td{width:16.6666666667%}.sr-table-block__table-wrapper thead th{padding:15px 10px;border-right:1px solid #fff;border-left:1px solid #fff}@media(min-width: 577px){.sr-table-block__table-wrapper thead th{padding:25px 15px}}.sr-table-block__table-wrapper thead th:last-of-type{border-right:none}.sr-table-block__table-wrapper thead th:first-of-type{border-left:none}.sr-table-block__table-wrapper tbody tr .empty{display:none}.sr-table-block__table-wrapper tbody tr td{padding:5px;border-right:1px solid #fff;font-family:"IBM Plex Sans",sans-serif}@media(min-width: 577px){.sr-table-block__table-wrapper tbody tr td{padding:15px}}.sr-table-block__table-wrapper tbody tr td.filled:last-of-type{border-right:none}.sr-table-block__table-wrapper tbody tr td.small{font-size:9px}@media(min-width: 577px){.sr-table-block__table-wrapper tbody tr td.small{font-size:12px}}.sr-table-block__table-wrapper tbody tr td.medium{font-size:14px;font-family:"IBM Plex Sans",sans-serif}@media(min-width: 577px){.sr-table-block__table-wrapper tbody tr td.medium{font-size:16px}}.sr-table-block__table-wrapper tbody tr td.large{font-size:18px;font-family:"IBM Plex Sans",sans-serif}@media(min-width: 577px){.sr-table-block__table-wrapper tbody tr td.large{font-size:20px}}.sr-table-block__table-wrapper tbody tr td.center{text-align:center}.sr-table-block__table-wrapper tbody tr td.right{text-align:right}.sr-table-block__table-wrapper tbody tr td.bottom{vertical-align:bottom}.sr-table-block__table-wrapper tbody tr td.top{vertical-align:top}.sr-table-block__table-wrapper tbody tr td img{display:block;margin:auto}.sr-table-block__table-wrapper.table-green thead{background-color:#b1cf95;color:#223746}.sr-table-block__table-wrapper.table-green tbody tr:nth-child(even){background-color:rgba(177,207,149,.1)}.sr-table-block__table-wrapper.table-yellow thead{background-color:#f8e2aa;color:#223746}.sr-table-block__table-wrapper.table-yellow tbody tr:nth-child(even){background-color:rgba(248,226,170,.1)}.sr-table-block__table-wrapper.table-white thead{background-color:hsla(0,0%,100%,.7);color:#223746}.sr-table-block__table-wrapper.table-white tbody tr:nth-child(even){background-color:hsla(0,0%,100%,.1)}.sr-table-block__table-wrapper.table-blue thead{background-color:#223746;color:#fff}.sr-table-block__table-wrapper.table-blue tbody tr:nth-child(even){background-color:rgba(34,55,70,.1)}@media(max-width: 1400px){.bg-white .sr-table-block__table-wrapper::-webkit-scrollbar-track,.bg-texture-white .sr-table-block__table-wrapper::-webkit-scrollbar-track{background-color:rgba(34,55,70,.1)}.bg-white .sr-table-block__table-wrapper::-webkit-scrollbar-thumb,.bg-texture-white .sr-table-block__table-wrapper::-webkit-scrollbar-thumb{background-color:rgba(34,55,70,.5)}}.bg-white .sr-table-block__table-wrapper thead th,.bg-white .sr-table-block__table-wrapper tbody tr td,.bg-texture-white .sr-table-block__table-wrapper thead th,.bg-texture-white .sr-table-block__table-wrapper tbody tr td{border-color:#223746}.text-primary .sr-table-block__table-wrapper thead th,.text-primary .sr-table-block__table-wrapper thead tr .filled,.text-primary .sr-table-block__table-wrapper tbody th,.text-primary .sr-table-block__table-wrapper tbody tr .filled{border-color:rgba(34,55,70,.3)}.text-primary .sr-table-block__table-wrapper .table-green tbody tr:nth-child(even){background-color:rgba(177,207,149,.2)}.text-primary .sr-table-block__table-wrapper .table-yellow tbody tr:nth-child(even){background-color:rgba(248,226,170,.2)}.text-primary .sr-table-block__table-wrapper .table-white tbody tr:nth-child(even){background-color:hsla(0,0%,100%,.2)}.sr-video-text-block{padding:50px 0}@media(min-width: 769px){.sr-video-text-block{padding:100px 0}}.sr-video-text-block__video{position:relative;cursor:pointer}@media(max-width: 768px){.sr-video-text-block__video{margin-bottom:40px}}.sr-video-text-block__video:after{content:"";background:rgba(0,0,0,.44);position:absolute;width:100%;height:100%;top:0;right:0}.sr-video-text-block__video .thumbnail{width:100%;height:auto}.sr-video-text-block__video .play-icon{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;margin:auto;opacity:1;transition:all linear .3s}.sr-video-text-block__video:hover .play-icon{opacity:.7}.sr-video-text-block__video__modal{background-color:rgba(0,0,0,0)}@media(max-width: 768px){.sr-video-text-block__video__modal{padding:50px 0}}.sr-video-text-block__video__modal iframe{max-width:100%}.sr-video-text-block__video__modal .fancybox-button{color:#fff;padding:5px}.sr-video-text-block__text-wrapper{position:relative}@media(min-width: 1201px){.sr-video-text-block__text-wrapper .label-box{position:inherit;width:calc(100% + 50px);right:0}}@media(min-width: 1201px){.sr-video-text-block .order-1 .sr-video-text-block__text-wrapper .label-box{left:-50px}}@media(max-width: 768px){.sr-video-text-block .order-2 .sr-video-text-block__video{margin-bottom:0;margin-top:40px}}.widgets{padding-top:32px;margin:0 !important}@media(min-width: 769px){.widgets{padding-top:64px}}.widgets--lightgray{background-color:#ededed}.widgets--lightgray .widget__thumbnail:after{border-color:rgba(0,0,0,0) #ededed rgba(0,0,0,0) rgba(0,0,0,0) !important}.widgets__title{margin-bottom:32px}.widgets__grid.row{margin-right:-10px;margin-left:-10px}.widgets .widget{position:relative;padding-left:10px !important;padding-right:10px !important;margin-bottom:32px}@media(min-width: 769px){.widgets .widget{margin-bottom:64px}}.widgets .widget__title{font-size:16px;line-height:1}.widgets .widget__thumbnail{margin:0;border-radius:4px;overflow:hidden;position:relative;margin-bottom:20px}.widgets .widget__thumbnail img{width:100%;height:auto;max-height:162px;object-fit:cover}.widgets .widget__thumbnail:after{content:"";width:0;height:0;border-style:solid;border-width:32px 56px 0 0;border-color:rgba(0,0,0,0) #fff rgba(0,0,0,0) rgba(0,0,0,0);right:0;bottom:0;position:absolute;transform:translate(32px, 56px);transition:transform .2s}.widgets .widget__text{color:#303d4a}.widgets .widget .btn.btn__tertiary{padding-bottom:0}.widgets .widget:hover .widget__thumbnail:after{transform:none}body{font-family:"IBM Plex Sans",sans-serif;font-weight:400;font-size:16px;line-height:1.2}button{outline:none !important}a{text-decoration:none}.guidelines{margin:80px 0}.page-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.75);pointer-events:none;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s;z-index:995}.page-overlay--visible{pointer-events:all;opacity:1}@font-face{font-family:"IBM Plex Sans";src:local("IBM Plex Sans"),local("IBM-Plex-Sans"),url("../webfonts/IBMPlexSans-Regular.ttf") format("ttf");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"IBM Plex Sans";src:local("IBM Plex Sans"),local("IBM-Plex-Sans"),url("../webfonts/IBMPlexSans-Medium.ttf") format("ttf");font-weight:500;font-style:normal;font-display:swap}.container-fluid{width:100%;max-width:1220px;padding-right:20px;padding-left:20px}.container-fluid--wide{max-width:1460px}.container-w100{width:100%;max-width:100%;padding-right:20px;padding-left:20px}.row{margin-right:-20px;margin-left:-20px}@media(max-width: 768px){.row{margin-right:-10px;margin-left:-10px}}@media(max-width: 576px){.row{margin-right:-5px;margin-left:-5px}}.row--middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 576px){main nav+section{padding-top:30px}}main .block:last-of-type.nrep-slider{margin-bottom:0 !important}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{padding-right:20px;padding-left:20px}@media(max-width: 768px){.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{padding-right:10px;padding-left:10px}}@media(max-width: 768px){.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{padding-right:5px;padding-left:5px}}.fourofour{background-color:#223746;margin:0 !important;padding:240px 20px 180px}.fourofour--3d h2:after{content:attr(data-content);display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-53%, -52%);-ms-transform:translate(-53%, -52%);transform:translate(-53%, -52%);z-index:0;-webkit-text-stroke-color:hsla(0,0%,100%,.2)}.fourofour h2{font-size:25vw;font-family:"IBM Plex Sans",sans-serif;font-weight:700;line-height:1;margin:0;color:#fff;-webkit-text-fill-color:rgba(0,0,0,0);-webkit-text-stroke-width:4px;-webkit-text-stroke-color:#fff;position:relative}@media(max-width: 576px){.fourofour h2{font-size:30vw;-webkit-text-stroke-width:3px}}.fourofour p{width:100%;max-width:640px;margin:0 auto}.fourofour p a{color:#fff;text-decoration:none;border-bottom:1px solid #fff}

