.splitting .word,.splitting .char{display:inline-block}.splitting .char{position:relative}.splitting .char:before,.splitting .char:after{content:attr(data-char);position:absolute;top:0;left:0;visibility:hidden;transition:inherit;-webkit-user-select:none;user-select:none}.splitting{--word-center: calc((var(--word-total) - 1) / 2);--char-center: calc((var(--char-total) - 1) / 2);--line-center: calc((var(--line-total) - 1) / 2)}.splitting .word{--word-percent: calc(var(--word-index) / var(--word-total));--line-percent: calc(var(--line-index) / var(--line-total))}.splitting .char{--char-percent: calc(var(--char-index) / var(--char-total));--char-offset: calc(var(--char-index) - var(--char-center));--distance: calc( (var(--char-offset) * var(--char-offset)) / var(--char-center) );--distance-sine: calc(var(--char-offset) / var(--char-center));--distance-percent: calc((var(--distance) / var(--char-center)))}.splitting.cells img{width:100%;display:block}@supports (display: grid){.splitting.cells{position:relative;overflow:hidden;background-size:cover;visibility:hidden}.splitting .cell-grid{background:inherit;position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template:repeat(var(--row-total),1fr) / repeat(var(--col-total),1fr)}.splitting .cell{background:inherit;position:relative;overflow:hidden}.splitting .cell-inner{background:inherit;position:absolute;visibility:visible;width:calc(100% * var(--col-total));height:calc(100% * var(--row-total));left:calc(-100% * var(--col-index));top:calc(-100% * var(--row-index))}.splitting .cell{--center-x: calc((var(--col-total) - 1) / 2);--center-y: calc((var(--row-total) - 1) / 2);--offset-x: calc(var(--col-index) - var(--center-x));--offset-y: calc(var(--row-index) - var(--center-y));--distance-x: calc( (var(--offset-x) * var(--offset-x)) / var(--center-x) );--distance-y: calc( (var(--offset-y) * var(--offset-y)) / var(--center-y) )}}html,body,div,span,applet,object,iframe,h1,.fixed-footer,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;font:inherit;font-size:100%;border:0;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}li{list-style-type:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}hr{display:block;margin:0;padding:0;height:1px;border:0;border-top:1px solid #ccc}*{box-sizing:border-box;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:GT America Medium,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,.fixed-footer,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:3px}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#000;text-decoration:underline;background-color:transparent}a:hover{color:#000;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#d7d1ce;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.container,.container-fluid,.container-xxs,.container-xs,.container-md,.container-lg,.container-xl,.container-xxl{width:100%;padding-right:6px;padding-left:6px;margin-right:auto;margin-left:auto}@media (min-width: 1900px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1600px}}@media (min-width: 1279px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1276px}}@media (min-width: 1024px){.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media (min-width: 768px){.container-md,.container-sm,.container{max-width:1000px}}.container{max-width:960px}.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:912px}.row{display:flex;flex-wrap:wrap;margin-right:-6px;margin-left:-6px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xxl,.col-xxl-auto,.col-xxl-24,.col-xxl-23,.col-xxl-22,.col-xxl-21,.col-xxl-20,.col-xxl-19,.col-xxl-18,.col-xxl-17,.col-xxl-16,.col-xxl-15,.col-xxl-14,.col-xxl-13,.col-xxl-12,.col-xxl-11,.col-xxl-10,.col-xxl-9,.col-xxl-8,.col-xxl-7,.col-xxl-6,.col-xxl-5,.col-xxl-4,.col-xxl-3,.col-xxl-2,.col-xxl-1,.col-xl,.col-xl-auto,.col-xl-24,.col-xl-23,.col-xl-22,.col-xl-21,.col-xl-20,.col-xl-19,.col-xl-18,.col-xl-17,.col-xl-16,.col-xl-15,.col-xl-14,.col-xl-13,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-24,.col-lg-23,.col-lg-22,.col-lg-21,.col-lg-20,.col-lg-19,.col-lg-18,.col-lg-17,.col-lg-16,.col-lg-15,.col-lg-14,.col-lg-13,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-24,.col-md-23,.col-md-22,.col-md-21,.col-md-20,.col-md-19,.col-md-18,.col-md-17,.col-md-16,.col-md-15,.col-md-14,.col-md-13,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-24,.col-sm-23,.col-sm-22,.col-sm-21,.col-sm-20,.col-sm-19,.col-sm-18,.col-sm-17,.col-sm-16,.col-sm-15,.col-sm-14,.col-sm-13,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-24,.col-23,.col-22,.col-21,.col-20,.col-19,.col-18,.col-17,.col-16,.col-15,.col-14,.col-13,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:6px;padding-left:6px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 4.16666667%;max-width:4.16666667%}.col-2{flex:0 0 8.33333333%;max-width:8.33333333%}.col-3{flex:0 0 12.5%;max-width:12.5%}.col-4{flex:0 0 16.66666667%;max-width:16.66666667%}.col-5{flex:0 0 20.83333333%;max-width:20.83333333%}.col-6{flex:0 0 25%;max-width:25%}.col-7{flex:0 0 29.16666667%;max-width:29.16666667%}.col-8{flex:0 0 33.33333333%;max-width:33.33333333%}.col-9{flex:0 0 37.5%;max-width:37.5%}.col-10{flex:0 0 41.66666667%;max-width:41.66666667%}.col-11{flex:0 0 45.83333333%;max-width:45.83333333%}.col-12{flex:0 0 50%;max-width:50%}.col-13{flex:0 0 54.16666667%;max-width:54.16666667%}.col-14{flex:0 0 58.33333333%;max-width:58.33333333%}.col-15{flex:0 0 62.5%;max-width:62.5%}.col-16{flex:0 0 66.66666667%;max-width:66.66666667%}.col-17{flex:0 0 70.83333333%;max-width:70.83333333%}.col-18{flex:0 0 75%;max-width:75%}.col-19{flex:0 0 79.16666667%;max-width:79.16666667%}.col-20{flex:0 0 83.33333333%;max-width:83.33333333%}.col-21{flex:0 0 87.5%;max-width:87.5%}.col-22{flex:0 0 91.66666667%;max-width:91.66666667%}.col-23{flex:0 0 95.83333333%;max-width:95.83333333%}.col-24{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:25}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.order-13{order:13}.order-14{order:14}.order-15{order:15}.order-16{order:16}.order-17{order:17}.order-18{order:18}.order-19{order:19}.order-20{order:20}.order-21{order:21}.order-22{order:22}.order-23{order:23}.order-24{order:24}.offset-1{margin-left:4.16666667%}.offset-2{margin-left:8.33333333%}.offset-3{margin-left:12.5%}.offset-4{margin-left:16.66666667%}.offset-5{margin-left:20.83333333%}.offset-6{margin-left:25%}.offset-7{margin-left:29.16666667%}.offset-8{margin-left:33.33333333%}.offset-9{margin-left:37.5%}.offset-10{margin-left:41.66666667%}.offset-11{margin-left:45.83333333%}.offset-12{margin-left:50%}.offset-13{margin-left:54.16666667%}.offset-14{margin-left:58.33333333%}.offset-15{margin-left:62.5%}.offset-16{margin-left:66.66666667%}.offset-17{margin-left:70.83333333%}.offset-18{margin-left:75%}.offset-19{margin-left:79.16666667%}.offset-20{margin-left:83.33333333%}.offset-21{margin-left:87.5%}.offset-22{margin-left:91.66666667%}.offset-23{margin-left:95.83333333%}@media (min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 4.16666667%;max-width:4.16666667%}.col-sm-2{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-3{flex:0 0 12.5%;max-width:12.5%}.col-sm-4{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-5{flex:0 0 20.83333333%;max-width:20.83333333%}.col-sm-6{flex:0 0 25%;max-width:25%}.col-sm-7{flex:0 0 29.16666667%;max-width:29.16666667%}.col-sm-8{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-9{flex:0 0 37.5%;max-width:37.5%}.col-sm-10{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-11{flex:0 0 45.83333333%;max-width:45.83333333%}.col-sm-12{flex:0 0 50%;max-width:50%}.col-sm-13{flex:0 0 54.16666667%;max-width:54.16666667%}.col-sm-14{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-15{flex:0 0 62.5%;max-width:62.5%}.col-sm-16{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-17{flex:0 0 70.83333333%;max-width:70.83333333%}.col-sm-18{flex:0 0 75%;max-width:75%}.col-sm-19{flex:0 0 79.16666667%;max-width:79.16666667%}.col-sm-20{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-21{flex:0 0 87.5%;max-width:87.5%}.col-sm-22{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-23{flex:0 0 95.83333333%;max-width:95.83333333%}.col-sm-24{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:25}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.order-sm-13{order:13}.order-sm-14{order:14}.order-sm-15{order:15}.order-sm-16{order:16}.order-sm-17{order:17}.order-sm-18{order:18}.order-sm-19{order:19}.order-sm-20{order:20}.order-sm-21{order:21}.order-sm-22{order:22}.order-sm-23{order:23}.order-sm-24{order:24}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:4.16666667%}.offset-sm-2{margin-left:8.33333333%}.offset-sm-3{margin-left:12.5%}.offset-sm-4{margin-left:16.66666667%}.offset-sm-5{margin-left:20.83333333%}.offset-sm-6{margin-left:25%}.offset-sm-7{margin-left:29.16666667%}.offset-sm-8{margin-left:33.33333333%}.offset-sm-9{margin-left:37.5%}.offset-sm-10{margin-left:41.66666667%}.offset-sm-11{margin-left:45.83333333%}.offset-sm-12{margin-left:50%}.offset-sm-13{margin-left:54.16666667%}.offset-sm-14{margin-left:58.33333333%}.offset-sm-15{margin-left:62.5%}.offset-sm-16{margin-left:66.66666667%}.offset-sm-17{margin-left:70.83333333%}.offset-sm-18{margin-left:75%}.offset-sm-19{margin-left:79.16666667%}.offset-sm-20{margin-left:83.33333333%}.offset-sm-21{margin-left:87.5%}.offset-sm-22{margin-left:91.66666667%}.offset-sm-23{margin-left:95.83333333%}}@media (min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 4.16666667%;max-width:4.16666667%}.col-md-2{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-3{flex:0 0 12.5%;max-width:12.5%}.col-md-4{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-5{flex:0 0 20.83333333%;max-width:20.83333333%}.col-md-6{flex:0 0 25%;max-width:25%}.col-md-7{flex:0 0 29.16666667%;max-width:29.16666667%}.col-md-8{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-9{flex:0 0 37.5%;max-width:37.5%}.col-md-10{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-11{flex:0 0 45.83333333%;max-width:45.83333333%}.col-md-12{flex:0 0 50%;max-width:50%}.col-md-13{flex:0 0 54.16666667%;max-width:54.16666667%}.col-md-14{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-15{flex:0 0 62.5%;max-width:62.5%}.col-md-16{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-17{flex:0 0 70.83333333%;max-width:70.83333333%}.col-md-18{flex:0 0 75%;max-width:75%}.col-md-19{flex:0 0 79.16666667%;max-width:79.16666667%}.col-md-20{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-21{flex:0 0 87.5%;max-width:87.5%}.col-md-22{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-23{flex:0 0 95.83333333%;max-width:95.83333333%}.col-md-24{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:25}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.order-md-13{order:13}.order-md-14{order:14}.order-md-15{order:15}.order-md-16{order:16}.order-md-17{order:17}.order-md-18{order:18}.order-md-19{order:19}.order-md-20{order:20}.order-md-21{order:21}.order-md-22{order:22}.order-md-23{order:23}.order-md-24{order:24}.offset-md-0{margin-left:0}.offset-md-1{margin-left:4.16666667%}.offset-md-2{margin-left:8.33333333%}.offset-md-3{margin-left:12.5%}.offset-md-4{margin-left:16.66666667%}.offset-md-5{margin-left:20.83333333%}.offset-md-6{margin-left:25%}.offset-md-7{margin-left:29.16666667%}.offset-md-8{margin-left:33.33333333%}.offset-md-9{margin-left:37.5%}.offset-md-10{margin-left:41.66666667%}.offset-md-11{margin-left:45.83333333%}.offset-md-12{margin-left:50%}.offset-md-13{margin-left:54.16666667%}.offset-md-14{margin-left:58.33333333%}.offset-md-15{margin-left:62.5%}.offset-md-16{margin-left:66.66666667%}.offset-md-17{margin-left:70.83333333%}.offset-md-18{margin-left:75%}.offset-md-19{margin-left:79.16666667%}.offset-md-20{margin-left:83.33333333%}.offset-md-21{margin-left:87.5%}.offset-md-22{margin-left:91.66666667%}.offset-md-23{margin-left:95.83333333%}}@media (min-width: 1024px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 4.16666667%;max-width:4.16666667%}.col-lg-2{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-3{flex:0 0 12.5%;max-width:12.5%}.col-lg-4{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-5{flex:0 0 20.83333333%;max-width:20.83333333%}.col-lg-6{flex:0 0 25%;max-width:25%}.col-lg-7{flex:0 0 29.16666667%;max-width:29.16666667%}.col-lg-8{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-9{flex:0 0 37.5%;max-width:37.5%}.col-lg-10{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-11{flex:0 0 45.83333333%;max-width:45.83333333%}.col-lg-12{flex:0 0 50%;max-width:50%}.col-lg-13{flex:0 0 54.16666667%;max-width:54.16666667%}.col-lg-14{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-15{flex:0 0 62.5%;max-width:62.5%}.col-lg-16{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-17{flex:0 0 70.83333333%;max-width:70.83333333%}.col-lg-18{flex:0 0 75%;max-width:75%}.col-lg-19{flex:0 0 79.16666667%;max-width:79.16666667%}.col-lg-20{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-21{flex:0 0 87.5%;max-width:87.5%}.col-lg-22{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-23{flex:0 0 95.83333333%;max-width:95.83333333%}.col-lg-24{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:25}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.order-lg-13{order:13}.order-lg-14{order:14}.order-lg-15{order:15}.order-lg-16{order:16}.order-lg-17{order:17}.order-lg-18{order:18}.order-lg-19{order:19}.order-lg-20{order:20}.order-lg-21{order:21}.order-lg-22{order:22}.order-lg-23{order:23}.order-lg-24{order:24}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:4.16666667%}.offset-lg-2{margin-left:8.33333333%}.offset-lg-3{margin-left:12.5%}.offset-lg-4{margin-left:16.66666667%}.offset-lg-5{margin-left:20.83333333%}.offset-lg-6{margin-left:25%}.offset-lg-7{margin-left:29.16666667%}.offset-lg-8{margin-left:33.33333333%}.offset-lg-9{margin-left:37.5%}.offset-lg-10{margin-left:41.66666667%}.offset-lg-11{margin-left:45.83333333%}.offset-lg-12{margin-left:50%}.offset-lg-13{margin-left:54.16666667%}.offset-lg-14{margin-left:58.33333333%}.offset-lg-15{margin-left:62.5%}.offset-lg-16{margin-left:66.66666667%}.offset-lg-17{margin-left:70.83333333%}.offset-lg-18{margin-left:75%}.offset-lg-19{margin-left:79.16666667%}.offset-lg-20{margin-left:83.33333333%}.offset-lg-21{margin-left:87.5%}.offset-lg-22{margin-left:91.66666667%}.offset-lg-23{margin-left:95.83333333%}}@media (min-width: 1279px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 4.16666667%;max-width:4.16666667%}.col-xl-2{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-3{flex:0 0 12.5%;max-width:12.5%}.col-xl-4{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-5{flex:0 0 20.83333333%;max-width:20.83333333%}.col-xl-6{flex:0 0 25%;max-width:25%}.col-xl-7{flex:0 0 29.16666667%;max-width:29.16666667%}.col-xl-8{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-9{flex:0 0 37.5%;max-width:37.5%}.col-xl-10{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-11{flex:0 0 45.83333333%;max-width:45.83333333%}.col-xl-12{flex:0 0 50%;max-width:50%}.col-xl-13{flex:0 0 54.16666667%;max-width:54.16666667%}.col-xl-14{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-15{flex:0 0 62.5%;max-width:62.5%}.col-xl-16{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-17{flex:0 0 70.83333333%;max-width:70.83333333%}.col-xl-18{flex:0 0 75%;max-width:75%}.col-xl-19{flex:0 0 79.16666667%;max-width:79.16666667%}.col-xl-20{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-21{flex:0 0 87.5%;max-width:87.5%}.col-xl-22{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-23{flex:0 0 95.83333333%;max-width:95.83333333%}.col-xl-24{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:25}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.order-xl-13{order:13}.order-xl-14{order:14}.order-xl-15{order:15}.order-xl-16{order:16}.order-xl-17{order:17}.order-xl-18{order:18}.order-xl-19{order:19}.order-xl-20{order:20}.order-xl-21{order:21}.order-xl-22{order:22}.order-xl-23{order:23}.order-xl-24{order:24}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:4.16666667%}.offset-xl-2{margin-left:8.33333333%}.offset-xl-3{margin-left:12.5%}.offset-xl-4{margin-left:16.66666667%}.offset-xl-5{margin-left:20.83333333%}.offset-xl-6{margin-left:25%}.offset-xl-7{margin-left:29.16666667%}.offset-xl-8{margin-left:33.33333333%}.offset-xl-9{margin-left:37.5%}.offset-xl-10{margin-left:41.66666667%}.offset-xl-11{margin-left:45.83333333%}.offset-xl-12{margin-left:50%}.offset-xl-13{margin-left:54.16666667%}.offset-xl-14{margin-left:58.33333333%}.offset-xl-15{margin-left:62.5%}.offset-xl-16{margin-left:66.66666667%}.offset-xl-17{margin-left:70.83333333%}.offset-xl-18{margin-left:75%}.offset-xl-19{margin-left:79.16666667%}.offset-xl-20{margin-left:83.33333333%}.offset-xl-21{margin-left:87.5%}.offset-xl-22{margin-left:91.66666667%}.offset-xl-23{margin-left:95.83333333%}}@media (min-width: 1900px){.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xxl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xxl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xxl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xxl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xxl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{flex:0 0 4.16666667%;max-width:4.16666667%}.col-xxl-2{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xxl-3{flex:0 0 12.5%;max-width:12.5%}.col-xxl-4{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xxl-5{flex:0 0 20.83333333%;max-width:20.83333333%}.col-xxl-6{flex:0 0 25%;max-width:25%}.col-xxl-7{flex:0 0 29.16666667%;max-width:29.16666667%}.col-xxl-8{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xxl-9{flex:0 0 37.5%;max-width:37.5%}.col-xxl-10{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xxl-11{flex:0 0 45.83333333%;max-width:45.83333333%}.col-xxl-12{flex:0 0 50%;max-width:50%}.col-xxl-13{flex:0 0 54.16666667%;max-width:54.16666667%}.col-xxl-14{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xxl-15{flex:0 0 62.5%;max-width:62.5%}.col-xxl-16{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xxl-17{flex:0 0 70.83333333%;max-width:70.83333333%}.col-xxl-18{flex:0 0 75%;max-width:75%}.col-xxl-19{flex:0 0 79.16666667%;max-width:79.16666667%}.col-xxl-20{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xxl-21{flex:0 0 87.5%;max-width:87.5%}.col-xxl-22{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xxl-23{flex:0 0 95.83333333%;max-width:95.83333333%}.col-xxl-24{flex:0 0 100%;max-width:100%}.order-xxl-first{order:-1}.order-xxl-last{order:25}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-6{order:6}.order-xxl-7{order:7}.order-xxl-8{order:8}.order-xxl-9{order:9}.order-xxl-10{order:10}.order-xxl-11{order:11}.order-xxl-12{order:12}.order-xxl-13{order:13}.order-xxl-14{order:14}.order-xxl-15{order:15}.order-xxl-16{order:16}.order-xxl-17{order:17}.order-xxl-18{order:18}.order-xxl-19{order:19}.order-xxl-20{order:20}.order-xxl-21{order:21}.order-xxl-22{order:22}.order-xxl-23{order:23}.order-xxl-24{order:24}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:4.16666667%}.offset-xxl-2{margin-left:8.33333333%}.offset-xxl-3{margin-left:12.5%}.offset-xxl-4{margin-left:16.66666667%}.offset-xxl-5{margin-left:20.83333333%}.offset-xxl-6{margin-left:25%}.offset-xxl-7{margin-left:29.16666667%}.offset-xxl-8{margin-left:33.33333333%}.offset-xxl-9{margin-left:37.5%}.offset-xxl-10{margin-left:41.66666667%}.offset-xxl-11{margin-left:45.83333333%}.offset-xxl-12{margin-left:50%}.offset-xxl-13{margin-left:54.16666667%}.offset-xxl-14{margin-left:58.33333333%}.offset-xxl-15{margin-left:62.5%}.offset-xxl-16{margin-left:66.66666667%}.offset-xxl-17{margin-left:70.83333333%}.offset-xxl-18{margin-left:75%}.offset-xxl-19{margin-left:79.16666667%}.offset-xxl-20{margin-left:83.33333333%}.offset-xxl-21{margin-left:87.5%}.offset-xxl-22{margin-left:91.66666667%}.offset-xxl-23{margin-left:95.83333333%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width: 576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width: 768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width: 1024px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width: 1279px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media (min-width: 1900px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.85714286%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width: 576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width: 1024px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width: 1279px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}@media (min-width: 1900px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:6px!important}.mt-1,.my-1{margin-top:6px!important}.mr-1,.mx-1{margin-right:6px!important}.mb-1,.my-1{margin-bottom:6px!important}.ml-1,.mx-1{margin-left:6px!important}.m-2{margin:12px!important}.mt-2,.my-2{margin-top:12px!important}.mr-2,.mx-2{margin-right:12px!important}.mb-2,.my-2{margin-bottom:12px!important}.ml-2,.mx-2{margin-left:12px!important}.m-3{margin:24px!important}.mt-3,.my-3{margin-top:24px!important}.mr-3,.mx-3{margin-right:24px!important}.mb-3,.my-3{margin-bottom:24px!important}.ml-3,.mx-3{margin-left:24px!important}.m-4{margin:36px!important}.mt-4,.my-4{margin-top:36px!important}.mr-4,.mx-4{margin-right:36px!important}.mb-4,.my-4{margin-bottom:36px!important}.ml-4,.mx-4{margin-left:36px!important}.m-5{margin:48px!important}.mt-5,.my-5{margin-top:48px!important}.mr-5,.mx-5{margin-right:48px!important}.mb-5,.my-5{margin-bottom:48px!important}.ml-5,.mx-5{margin-left:48px!important}.m-6{margin:72px!important}.mt-6,.my-6{margin-top:72px!important}.mr-6,.mx-6{margin-right:72px!important}.mb-6,.my-6{margin-bottom:72px!important}.ml-6,.mx-6{margin-left:72px!important}.m-7{margin:96px!important}.mt-7,.my-7{margin-top:96px!important}.mr-7,.mx-7{margin-right:96px!important}.mb-7,.my-7{margin-bottom:96px!important}.ml-7,.mx-7{margin-left:96px!important}.m-8{margin:144px!important}.mt-8,.my-8{margin-top:144px!important}.mr-8,.mx-8{margin-right:144px!important}.mb-8,.my-8{margin-bottom:144px!important}.ml-8,.mx-8{margin-left:144px!important}.m-9{margin:192px!important}.mt-9,.my-9{margin-top:192px!important}.mr-9,.mx-9{margin-right:192px!important}.mb-9,.my-9{margin-bottom:192px!important}.ml-9,.mx-9{margin-left:192px!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:6px!important}.pt-1,.py-1{padding-top:6px!important}.pr-1,.px-1{padding-right:6px!important}.pb-1,.py-1{padding-bottom:6px!important}.pl-1,.px-1{padding-left:6px!important}.p-2{padding:12px!important}.pt-2,.py-2{padding-top:12px!important}.pr-2,.px-2{padding-right:12px!important}.pb-2,.py-2{padding-bottom:12px!important}.pl-2,.px-2{padding-left:12px!important}.p-3{padding:24px!important}.pt-3,.py-3{padding-top:24px!important}.pr-3,.px-3{padding-right:24px!important}.pb-3,.py-3{padding-bottom:24px!important}.pl-3,.px-3{padding-left:24px!important}.p-4{padding:36px!important}.pt-4,.py-4{padding-top:36px!important}.pr-4,.px-4{padding-right:36px!important}.pb-4,.py-4{padding-bottom:36px!important}.pl-4,.px-4{padding-left:36px!important}.p-5{padding:48px!important}.pt-5,.py-5{padding-top:48px!important}.pr-5,.px-5{padding-right:48px!important}.pb-5,.py-5{padding-bottom:48px!important}.pl-5,.px-5{padding-left:48px!important}.p-6{padding:72px!important}.pt-6,.py-6{padding-top:72px!important}.pr-6,.px-6{padding-right:72px!important}.pb-6,.py-6{padding-bottom:72px!important}.pl-6,.px-6{padding-left:72px!important}.p-7{padding:96px!important}.pt-7,.py-7{padding-top:96px!important}.pr-7,.px-7{padding-right:96px!important}.pb-7,.py-7{padding-bottom:96px!important}.pl-7,.px-7{padding-left:96px!important}.p-8{padding:144px!important}.pt-8,.py-8{padding-top:144px!important}.pr-8,.px-8{padding-right:144px!important}.pb-8,.py-8{padding-bottom:144px!important}.pl-8,.px-8{padding-left:144px!important}.p-9{padding:192px!important}.pt-9,.py-9{padding-top:192px!important}.pr-9,.px-9{padding-right:192px!important}.pb-9,.py-9{padding-bottom:192px!important}.pl-9,.px-9{padding-left:192px!important}.m-n1{margin:-6px!important}.mt-n1,.my-n1{margin-top:-6px!important}.mr-n1,.mx-n1{margin-right:-6px!important}.mb-n1,.my-n1{margin-bottom:-6px!important}.ml-n1,.mx-n1{margin-left:-6px!important}.m-n2{margin:-12px!important}.mt-n2,.my-n2{margin-top:-12px!important}.mr-n2,.mx-n2{margin-right:-12px!important}.mb-n2,.my-n2{margin-bottom:-12px!important}.ml-n2,.mx-n2{margin-left:-12px!important}.m-n3{margin:-24px!important}.mt-n3,.my-n3{margin-top:-24px!important}.mr-n3,.mx-n3{margin-right:-24px!important}.mb-n3,.my-n3{margin-bottom:-24px!important}.ml-n3,.mx-n3{margin-left:-24px!important}.m-n4{margin:-36px!important}.mt-n4,.my-n4{margin-top:-36px!important}.mr-n4,.mx-n4{margin-right:-36px!important}.mb-n4,.my-n4{margin-bottom:-36px!important}.ml-n4,.mx-n4{margin-left:-36px!important}.m-n5{margin:-48px!important}.mt-n5,.my-n5{margin-top:-48px!important}.mr-n5,.mx-n5{margin-right:-48px!important}.mb-n5,.my-n5{margin-bottom:-48px!important}.ml-n5,.mx-n5{margin-left:-48px!important}.m-n6{margin:-72px!important}.mt-n6,.my-n6{margin-top:-72px!important}.mr-n6,.mx-n6{margin-right:-72px!important}.mb-n6,.my-n6{margin-bottom:-72px!important}.ml-n6,.mx-n6{margin-left:-72px!important}.m-n7{margin:-96px!important}.mt-n7,.my-n7{margin-top:-96px!important}.mr-n7,.mx-n7{margin-right:-96px!important}.mb-n7,.my-n7{margin-bottom:-96px!important}.ml-n7,.mx-n7{margin-left:-96px!important}.m-n8{margin:-144px!important}.mt-n8,.my-n8{margin-top:-144px!important}.mr-n8,.mx-n8{margin-right:-144px!important}.mb-n8,.my-n8{margin-bottom:-144px!important}.ml-n8,.mx-n8{margin-left:-144px!important}.m-n9{margin:-192px!important}.mt-n9,.my-n9{margin-top:-192px!important}.mr-n9,.mx-n9{margin-right:-192px!important}.mb-n9,.my-n9{margin-bottom:-192px!important}.ml-n9,.mx-n9{margin-left:-192px!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:6px!important}.mt-sm-1,.my-sm-1{margin-top:6px!important}.mr-sm-1,.mx-sm-1{margin-right:6px!important}.mb-sm-1,.my-sm-1{margin-bottom:6px!important}.ml-sm-1,.mx-sm-1{margin-left:6px!important}.m-sm-2{margin:12px!important}.mt-sm-2,.my-sm-2{margin-top:12px!important}.mr-sm-2,.mx-sm-2{margin-right:12px!important}.mb-sm-2,.my-sm-2{margin-bottom:12px!important}.ml-sm-2,.mx-sm-2{margin-left:12px!important}.m-sm-3{margin:24px!important}.mt-sm-3,.my-sm-3{margin-top:24px!important}.mr-sm-3,.mx-sm-3{margin-right:24px!important}.mb-sm-3,.my-sm-3{margin-bottom:24px!important}.ml-sm-3,.mx-sm-3{margin-left:24px!important}.m-sm-4{margin:36px!important}.mt-sm-4,.my-sm-4{margin-top:36px!important}.mr-sm-4,.mx-sm-4{margin-right:36px!important}.mb-sm-4,.my-sm-4{margin-bottom:36px!important}.ml-sm-4,.mx-sm-4{margin-left:36px!important}.m-sm-5{margin:48px!important}.mt-sm-5,.my-sm-5{margin-top:48px!important}.mr-sm-5,.mx-sm-5{margin-right:48px!important}.mb-sm-5,.my-sm-5{margin-bottom:48px!important}.ml-sm-5,.mx-sm-5{margin-left:48px!important}.m-sm-6{margin:72px!important}.mt-sm-6,.my-sm-6{margin-top:72px!important}.mr-sm-6,.mx-sm-6{margin-right:72px!important}.mb-sm-6,.my-sm-6{margin-bottom:72px!important}.ml-sm-6,.mx-sm-6{margin-left:72px!important}.m-sm-7{margin:96px!important}.mt-sm-7,.my-sm-7{margin-top:96px!important}.mr-sm-7,.mx-sm-7{margin-right:96px!important}.mb-sm-7,.my-sm-7{margin-bottom:96px!important}.ml-sm-7,.mx-sm-7{margin-left:96px!important}.m-sm-8{margin:144px!important}.mt-sm-8,.my-sm-8{margin-top:144px!important}.mr-sm-8,.mx-sm-8{margin-right:144px!important}.mb-sm-8,.my-sm-8{margin-bottom:144px!important}.ml-sm-8,.mx-sm-8{margin-left:144px!important}.m-sm-9{margin:192px!important}.mt-sm-9,.my-sm-9{margin-top:192px!important}.mr-sm-9,.mx-sm-9{margin-right:192px!important}.mb-sm-9,.my-sm-9{margin-bottom:192px!important}.ml-sm-9,.mx-sm-9{margin-left:192px!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:6px!important}.pt-sm-1,.py-sm-1{padding-top:6px!important}.pr-sm-1,.px-sm-1{padding-right:6px!important}.pb-sm-1,.py-sm-1{padding-bottom:6px!important}.pl-sm-1,.px-sm-1{padding-left:6px!important}.p-sm-2{padding:12px!important}.pt-sm-2,.py-sm-2{padding-top:12px!important}.pr-sm-2,.px-sm-2{padding-right:12px!important}.pb-sm-2,.py-sm-2{padding-bottom:12px!important}.pl-sm-2,.px-sm-2{padding-left:12px!important}.p-sm-3{padding:24px!important}.pt-sm-3,.py-sm-3{padding-top:24px!important}.pr-sm-3,.px-sm-3{padding-right:24px!important}.pb-sm-3,.py-sm-3{padding-bottom:24px!important}.pl-sm-3,.px-sm-3{padding-left:24px!important}.p-sm-4{padding:36px!important}.pt-sm-4,.py-sm-4{padding-top:36px!important}.pr-sm-4,.px-sm-4{padding-right:36px!important}.pb-sm-4,.py-sm-4{padding-bottom:36px!important}.pl-sm-4,.px-sm-4{padding-left:36px!important}.p-sm-5{padding:48px!important}.pt-sm-5,.py-sm-5{padding-top:48px!important}.pr-sm-5,.px-sm-5{padding-right:48px!important}.pb-sm-5,.py-sm-5{padding-bottom:48px!important}.pl-sm-5,.px-sm-5{padding-left:48px!important}.p-sm-6{padding:72px!important}.pt-sm-6,.py-sm-6{padding-top:72px!important}.pr-sm-6,.px-sm-6{padding-right:72px!important}.pb-sm-6,.py-sm-6{padding-bottom:72px!important}.pl-sm-6,.px-sm-6{padding-left:72px!important}.p-sm-7{padding:96px!important}.pt-sm-7,.py-sm-7{padding-top:96px!important}.pr-sm-7,.px-sm-7{padding-right:96px!important}.pb-sm-7,.py-sm-7{padding-bottom:96px!important}.pl-sm-7,.px-sm-7{padding-left:96px!important}.p-sm-8{padding:144px!important}.pt-sm-8,.py-sm-8{padding-top:144px!important}.pr-sm-8,.px-sm-8{padding-right:144px!important}.pb-sm-8,.py-sm-8{padding-bottom:144px!important}.pl-sm-8,.px-sm-8{padding-left:144px!important}.p-sm-9{padding:192px!important}.pt-sm-9,.py-sm-9{padding-top:192px!important}.pr-sm-9,.px-sm-9{padding-right:192px!important}.pb-sm-9,.py-sm-9{padding-bottom:192px!important}.pl-sm-9,.px-sm-9{padding-left:192px!important}.m-sm-n1{margin:-6px!important}.mt-sm-n1,.my-sm-n1{margin-top:-6px!important}.mr-sm-n1,.mx-sm-n1{margin-right:-6px!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-6px!important}.ml-sm-n1,.mx-sm-n1{margin-left:-6px!important}.m-sm-n2{margin:-12px!important}.mt-sm-n2,.my-sm-n2{margin-top:-12px!important}.mr-sm-n2,.mx-sm-n2{margin-right:-12px!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-12px!important}.ml-sm-n2,.mx-sm-n2{margin-left:-12px!important}.m-sm-n3{margin:-24px!important}.mt-sm-n3,.my-sm-n3{margin-top:-24px!important}.mr-sm-n3,.mx-sm-n3{margin-right:-24px!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-24px!important}.ml-sm-n3,.mx-sm-n3{margin-left:-24px!important}.m-sm-n4{margin:-36px!important}.mt-sm-n4,.my-sm-n4{margin-top:-36px!important}.mr-sm-n4,.mx-sm-n4{margin-right:-36px!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-36px!important}.ml-sm-n4,.mx-sm-n4{margin-left:-36px!important}.m-sm-n5{margin:-48px!important}.mt-sm-n5,.my-sm-n5{margin-top:-48px!important}.mr-sm-n5,.mx-sm-n5{margin-right:-48px!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-48px!important}.ml-sm-n5,.mx-sm-n5{margin-left:-48px!important}.m-sm-n6{margin:-72px!important}.mt-sm-n6,.my-sm-n6{margin-top:-72px!important}.mr-sm-n6,.mx-sm-n6{margin-right:-72px!important}.mb-sm-n6,.my-sm-n6{margin-bottom:-72px!important}.ml-sm-n6,.mx-sm-n6{margin-left:-72px!important}.m-sm-n7{margin:-96px!important}.mt-sm-n7,.my-sm-n7{margin-top:-96px!important}.mr-sm-n7,.mx-sm-n7{margin-right:-96px!important}.mb-sm-n7,.my-sm-n7{margin-bottom:-96px!important}.ml-sm-n7,.mx-sm-n7{margin-left:-96px!important}.m-sm-n8{margin:-144px!important}.mt-sm-n8,.my-sm-n8{margin-top:-144px!important}.mr-sm-n8,.mx-sm-n8{margin-right:-144px!important}.mb-sm-n8,.my-sm-n8{margin-bottom:-144px!important}.ml-sm-n8,.mx-sm-n8{margin-left:-144px!important}.m-sm-n9{margin:-192px!important}.mt-sm-n9,.my-sm-n9{margin-top:-192px!important}.mr-sm-n9,.mx-sm-n9{margin-right:-192px!important}.mb-sm-n9,.my-sm-n9{margin-bottom:-192px!important}.ml-sm-n9,.mx-sm-n9{margin-left:-192px!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:6px!important}.mt-md-1,.my-md-1{margin-top:6px!important}.mr-md-1,.mx-md-1{margin-right:6px!important}.mb-md-1,.my-md-1{margin-bottom:6px!important}.ml-md-1,.mx-md-1{margin-left:6px!important}.m-md-2{margin:12px!important}.mt-md-2,.my-md-2{margin-top:12px!important}.mr-md-2,.mx-md-2{margin-right:12px!important}.mb-md-2,.my-md-2{margin-bottom:12px!important}.ml-md-2,.mx-md-2{margin-left:12px!important}.m-md-3{margin:24px!important}.mt-md-3,.my-md-3{margin-top:24px!important}.mr-md-3,.mx-md-3{margin-right:24px!important}.mb-md-3,.my-md-3{margin-bottom:24px!important}.ml-md-3,.mx-md-3{margin-left:24px!important}.m-md-4{margin:36px!important}.mt-md-4,.my-md-4{margin-top:36px!important}.mr-md-4,.mx-md-4{margin-right:36px!important}.mb-md-4,.my-md-4{margin-bottom:36px!important}.ml-md-4,.mx-md-4{margin-left:36px!important}.m-md-5{margin:48px!important}.mt-md-5,.my-md-5{margin-top:48px!important}.mr-md-5,.mx-md-5{margin-right:48px!important}.mb-md-5,.my-md-5{margin-bottom:48px!important}.ml-md-5,.mx-md-5{margin-left:48px!important}.m-md-6{margin:72px!important}.mt-md-6,.my-md-6{margin-top:72px!important}.mr-md-6,.mx-md-6{margin-right:72px!important}.mb-md-6,.my-md-6{margin-bottom:72px!important}.ml-md-6,.mx-md-6{margin-left:72px!important}.m-md-7{margin:96px!important}.mt-md-7,.my-md-7{margin-top:96px!important}.mr-md-7,.mx-md-7{margin-right:96px!important}.mb-md-7,.my-md-7{margin-bottom:96px!important}.ml-md-7,.mx-md-7{margin-left:96px!important}.m-md-8{margin:144px!important}.mt-md-8,.my-md-8{margin-top:144px!important}.mr-md-8,.mx-md-8{margin-right:144px!important}.mb-md-8,.my-md-8{margin-bottom:144px!important}.ml-md-8,.mx-md-8{margin-left:144px!important}.m-md-9{margin:192px!important}.mt-md-9,.my-md-9{margin-top:192px!important}.mr-md-9,.mx-md-9{margin-right:192px!important}.mb-md-9,.my-md-9{margin-bottom:192px!important}.ml-md-9,.mx-md-9{margin-left:192px!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:6px!important}.pt-md-1,.py-md-1{padding-top:6px!important}.pr-md-1,.px-md-1{padding-right:6px!important}.pb-md-1,.py-md-1{padding-bottom:6px!important}.pl-md-1,.px-md-1{padding-left:6px!important}.p-md-2{padding:12px!important}.pt-md-2,.py-md-2{padding-top:12px!important}.pr-md-2,.px-md-2{padding-right:12px!important}.pb-md-2,.py-md-2{padding-bottom:12px!important}.pl-md-2,.px-md-2{padding-left:12px!important}.p-md-3{padding:24px!important}.pt-md-3,.py-md-3{padding-top:24px!important}.pr-md-3,.px-md-3{padding-right:24px!important}.pb-md-3,.py-md-3{padding-bottom:24px!important}.pl-md-3,.px-md-3{padding-left:24px!important}.p-md-4{padding:36px!important}.pt-md-4,.py-md-4{padding-top:36px!important}.pr-md-4,.px-md-4{padding-right:36px!important}.pb-md-4,.py-md-4{padding-bottom:36px!important}.pl-md-4,.px-md-4{padding-left:36px!important}.p-md-5{padding:48px!important}.pt-md-5,.py-md-5{padding-top:48px!important}.pr-md-5,.px-md-5{padding-right:48px!important}.pb-md-5,.py-md-5{padding-bottom:48px!important}.pl-md-5,.px-md-5{padding-left:48px!important}.p-md-6{padding:72px!important}.pt-md-6,.py-md-6{padding-top:72px!important}.pr-md-6,.px-md-6{padding-right:72px!important}.pb-md-6,.py-md-6{padding-bottom:72px!important}.pl-md-6,.px-md-6{padding-left:72px!important}.p-md-7{padding:96px!important}.pt-md-7,.py-md-7{padding-top:96px!important}.pr-md-7,.px-md-7{padding-right:96px!important}.pb-md-7,.py-md-7{padding-bottom:96px!important}.pl-md-7,.px-md-7{padding-left:96px!important}.p-md-8{padding:144px!important}.pt-md-8,.py-md-8{padding-top:144px!important}.pr-md-8,.px-md-8{padding-right:144px!important}.pb-md-8,.py-md-8{padding-bottom:144px!important}.pl-md-8,.px-md-8{padding-left:144px!important}.p-md-9{padding:192px!important}.pt-md-9,.py-md-9{padding-top:192px!important}.pr-md-9,.px-md-9{padding-right:192px!important}.pb-md-9,.py-md-9{padding-bottom:192px!important}.pl-md-9,.px-md-9{padding-left:192px!important}.m-md-n1{margin:-6px!important}.mt-md-n1,.my-md-n1{margin-top:-6px!important}.mr-md-n1,.mx-md-n1{margin-right:-6px!important}.mb-md-n1,.my-md-n1{margin-bottom:-6px!important}.ml-md-n1,.mx-md-n1{margin-left:-6px!important}.m-md-n2{margin:-12px!important}.mt-md-n2,.my-md-n2{margin-top:-12px!important}.mr-md-n2,.mx-md-n2{margin-right:-12px!important}.mb-md-n2,.my-md-n2{margin-bottom:-12px!important}.ml-md-n2,.mx-md-n2{margin-left:-12px!important}.m-md-n3{margin:-24px!important}.mt-md-n3,.my-md-n3{margin-top:-24px!important}.mr-md-n3,.mx-md-n3{margin-right:-24px!important}.mb-md-n3,.my-md-n3{margin-bottom:-24px!important}.ml-md-n3,.mx-md-n3{margin-left:-24px!important}.m-md-n4{margin:-36px!important}.mt-md-n4,.my-md-n4{margin-top:-36px!important}.mr-md-n4,.mx-md-n4{margin-right:-36px!important}.mb-md-n4,.my-md-n4{margin-bottom:-36px!important}.ml-md-n4,.mx-md-n4{margin-left:-36px!important}.m-md-n5{margin:-48px!important}.mt-md-n5,.my-md-n5{margin-top:-48px!important}.mr-md-n5,.mx-md-n5{margin-right:-48px!important}.mb-md-n5,.my-md-n5{margin-bottom:-48px!important}.ml-md-n5,.mx-md-n5{margin-left:-48px!important}.m-md-n6{margin:-72px!important}.mt-md-n6,.my-md-n6{margin-top:-72px!important}.mr-md-n6,.mx-md-n6{margin-right:-72px!important}.mb-md-n6,.my-md-n6{margin-bottom:-72px!important}.ml-md-n6,.mx-md-n6{margin-left:-72px!important}.m-md-n7{margin:-96px!important}.mt-md-n7,.my-md-n7{margin-top:-96px!important}.mr-md-n7,.mx-md-n7{margin-right:-96px!important}.mb-md-n7,.my-md-n7{margin-bottom:-96px!important}.ml-md-n7,.mx-md-n7{margin-left:-96px!important}.m-md-n8{margin:-144px!important}.mt-md-n8,.my-md-n8{margin-top:-144px!important}.mr-md-n8,.mx-md-n8{margin-right:-144px!important}.mb-md-n8,.my-md-n8{margin-bottom:-144px!important}.ml-md-n8,.mx-md-n8{margin-left:-144px!important}.m-md-n9{margin:-192px!important}.mt-md-n9,.my-md-n9{margin-top:-192px!important}.mr-md-n9,.mx-md-n9{margin-right:-192px!important}.mb-md-n9,.my-md-n9{margin-bottom:-192px!important}.ml-md-n9,.mx-md-n9{margin-left:-192px!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 1024px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:6px!important}.mt-lg-1,.my-lg-1{margin-top:6px!important}.mr-lg-1,.mx-lg-1{margin-right:6px!important}.mb-lg-1,.my-lg-1{margin-bottom:6px!important}.ml-lg-1,.mx-lg-1{margin-left:6px!important}.m-lg-2{margin:12px!important}.mt-lg-2,.my-lg-2{margin-top:12px!important}.mr-lg-2,.mx-lg-2{margin-right:12px!important}.mb-lg-2,.my-lg-2{margin-bottom:12px!important}.ml-lg-2,.mx-lg-2{margin-left:12px!important}.m-lg-3{margin:24px!important}.mt-lg-3,.my-lg-3{margin-top:24px!important}.mr-lg-3,.mx-lg-3{margin-right:24px!important}.mb-lg-3,.my-lg-3{margin-bottom:24px!important}.ml-lg-3,.mx-lg-3{margin-left:24px!important}.m-lg-4{margin:36px!important}.mt-lg-4,.my-lg-4{margin-top:36px!important}.mr-lg-4,.mx-lg-4{margin-right:36px!important}.mb-lg-4,.my-lg-4{margin-bottom:36px!important}.ml-lg-4,.mx-lg-4{margin-left:36px!important}.m-lg-5{margin:48px!important}.mt-lg-5,.my-lg-5{margin-top:48px!important}.mr-lg-5,.mx-lg-5{margin-right:48px!important}.mb-lg-5,.my-lg-5{margin-bottom:48px!important}.ml-lg-5,.mx-lg-5{margin-left:48px!important}.m-lg-6{margin:72px!important}.mt-lg-6,.my-lg-6{margin-top:72px!important}.mr-lg-6,.mx-lg-6{margin-right:72px!important}.mb-lg-6,.my-lg-6{margin-bottom:72px!important}.ml-lg-6,.mx-lg-6{margin-left:72px!important}.m-lg-7{margin:96px!important}.mt-lg-7,.my-lg-7{margin-top:96px!important}.mr-lg-7,.mx-lg-7{margin-right:96px!important}.mb-lg-7,.my-lg-7{margin-bottom:96px!important}.ml-lg-7,.mx-lg-7{margin-left:96px!important}.m-lg-8{margin:144px!important}.mt-lg-8,.my-lg-8{margin-top:144px!important}.mr-lg-8,.mx-lg-8{margin-right:144px!important}.mb-lg-8,.my-lg-8{margin-bottom:144px!important}.ml-lg-8,.mx-lg-8{margin-left:144px!important}.m-lg-9{margin:192px!important}.mt-lg-9,.my-lg-9{margin-top:192px!important}.mr-lg-9,.mx-lg-9{margin-right:192px!important}.mb-lg-9,.my-lg-9{margin-bottom:192px!important}.ml-lg-9,.mx-lg-9{margin-left:192px!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:6px!important}.pt-lg-1,.py-lg-1{padding-top:6px!important}.pr-lg-1,.px-lg-1{padding-right:6px!important}.pb-lg-1,.py-lg-1{padding-bottom:6px!important}.pl-lg-1,.px-lg-1{padding-left:6px!important}.p-lg-2{padding:12px!important}.pt-lg-2,.py-lg-2{padding-top:12px!important}.pr-lg-2,.px-lg-2{padding-right:12px!important}.pb-lg-2,.py-lg-2{padding-bottom:12px!important}.pl-lg-2,.px-lg-2{padding-left:12px!important}.p-lg-3{padding:24px!important}.pt-lg-3,.py-lg-3{padding-top:24px!important}.pr-lg-3,.px-lg-3{padding-right:24px!important}.pb-lg-3,.py-lg-3{padding-bottom:24px!important}.pl-lg-3,.px-lg-3{padding-left:24px!important}.p-lg-4{padding:36px!important}.pt-lg-4,.py-lg-4{padding-top:36px!important}.pr-lg-4,.px-lg-4{padding-right:36px!important}.pb-lg-4,.py-lg-4{padding-bottom:36px!important}.pl-lg-4,.px-lg-4{padding-left:36px!important}.p-lg-5{padding:48px!important}.pt-lg-5,.py-lg-5{padding-top:48px!important}.pr-lg-5,.px-lg-5{padding-right:48px!important}.pb-lg-5,.py-lg-5{padding-bottom:48px!important}.pl-lg-5,.px-lg-5{padding-left:48px!important}.p-lg-6{padding:72px!important}.pt-lg-6,.py-lg-6{padding-top:72px!important}.pr-lg-6,.px-lg-6{padding-right:72px!important}.pb-lg-6,.py-lg-6{padding-bottom:72px!important}.pl-lg-6,.px-lg-6{padding-left:72px!important}.p-lg-7{padding:96px!important}.pt-lg-7,.py-lg-7{padding-top:96px!important}.pr-lg-7,.px-lg-7{padding-right:96px!important}.pb-lg-7,.py-lg-7{padding-bottom:96px!important}.pl-lg-7,.px-lg-7{padding-left:96px!important}.p-lg-8{padding:144px!important}.pt-lg-8,.py-lg-8{padding-top:144px!important}.pr-lg-8,.px-lg-8{padding-right:144px!important}.pb-lg-8,.py-lg-8{padding-bottom:144px!important}.pl-lg-8,.px-lg-8{padding-left:144px!important}.p-lg-9{padding:192px!important}.pt-lg-9,.py-lg-9{padding-top:192px!important}.pr-lg-9,.px-lg-9{padding-right:192px!important}.pb-lg-9,.py-lg-9{padding-bottom:192px!important}.pl-lg-9,.px-lg-9{padding-left:192px!important}.m-lg-n1{margin:-6px!important}.mt-lg-n1,.my-lg-n1{margin-top:-6px!important}.mr-lg-n1,.mx-lg-n1{margin-right:-6px!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-6px!important}.ml-lg-n1,.mx-lg-n1{margin-left:-6px!important}.m-lg-n2{margin:-12px!important}.mt-lg-n2,.my-lg-n2{margin-top:-12px!important}.mr-lg-n2,.mx-lg-n2{margin-right:-12px!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-12px!important}.ml-lg-n2,.mx-lg-n2{margin-left:-12px!important}.m-lg-n3{margin:-24px!important}.mt-lg-n3,.my-lg-n3{margin-top:-24px!important}.mr-lg-n3,.mx-lg-n3{margin-right:-24px!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-24px!important}.ml-lg-n3,.mx-lg-n3{margin-left:-24px!important}.m-lg-n4{margin:-36px!important}.mt-lg-n4,.my-lg-n4{margin-top:-36px!important}.mr-lg-n4,.mx-lg-n4{margin-right:-36px!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-36px!important}.ml-lg-n4,.mx-lg-n4{margin-left:-36px!important}.m-lg-n5{margin:-48px!important}.mt-lg-n5,.my-lg-n5{margin-top:-48px!important}.mr-lg-n5,.mx-lg-n5{margin-right:-48px!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-48px!important}.ml-lg-n5,.mx-lg-n5{margin-left:-48px!important}.m-lg-n6{margin:-72px!important}.mt-lg-n6,.my-lg-n6{margin-top:-72px!important}.mr-lg-n6,.mx-lg-n6{margin-right:-72px!important}.mb-lg-n6,.my-lg-n6{margin-bottom:-72px!important}.ml-lg-n6,.mx-lg-n6{margin-left:-72px!important}.m-lg-n7{margin:-96px!important}.mt-lg-n7,.my-lg-n7{margin-top:-96px!important}.mr-lg-n7,.mx-lg-n7{margin-right:-96px!important}.mb-lg-n7,.my-lg-n7{margin-bottom:-96px!important}.ml-lg-n7,.mx-lg-n7{margin-left:-96px!important}.m-lg-n8{margin:-144px!important}.mt-lg-n8,.my-lg-n8{margin-top:-144px!important}.mr-lg-n8,.mx-lg-n8{margin-right:-144px!important}.mb-lg-n8,.my-lg-n8{margin-bottom:-144px!important}.ml-lg-n8,.mx-lg-n8{margin-left:-144px!important}.m-lg-n9{margin:-192px!important}.mt-lg-n9,.my-lg-n9{margin-top:-192px!important}.mr-lg-n9,.mx-lg-n9{margin-right:-192px!important}.mb-lg-n9,.my-lg-n9{margin-bottom:-192px!important}.ml-lg-n9,.mx-lg-n9{margin-left:-192px!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1279px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:6px!important}.mt-xl-1,.my-xl-1{margin-top:6px!important}.mr-xl-1,.mx-xl-1{margin-right:6px!important}.mb-xl-1,.my-xl-1{margin-bottom:6px!important}.ml-xl-1,.mx-xl-1{margin-left:6px!important}.m-xl-2{margin:12px!important}.mt-xl-2,.my-xl-2{margin-top:12px!important}.mr-xl-2,.mx-xl-2{margin-right:12px!important}.mb-xl-2,.my-xl-2{margin-bottom:12px!important}.ml-xl-2,.mx-xl-2{margin-left:12px!important}.m-xl-3{margin:24px!important}.mt-xl-3,.my-xl-3{margin-top:24px!important}.mr-xl-3,.mx-xl-3{margin-right:24px!important}.mb-xl-3,.my-xl-3{margin-bottom:24px!important}.ml-xl-3,.mx-xl-3{margin-left:24px!important}.m-xl-4{margin:36px!important}.mt-xl-4,.my-xl-4{margin-top:36px!important}.mr-xl-4,.mx-xl-4{margin-right:36px!important}.mb-xl-4,.my-xl-4{margin-bottom:36px!important}.ml-xl-4,.mx-xl-4{margin-left:36px!important}.m-xl-5{margin:48px!important}.mt-xl-5,.my-xl-5{margin-top:48px!important}.mr-xl-5,.mx-xl-5{margin-right:48px!important}.mb-xl-5,.my-xl-5{margin-bottom:48px!important}.ml-xl-5,.mx-xl-5{margin-left:48px!important}.m-xl-6{margin:72px!important}.mt-xl-6,.my-xl-6{margin-top:72px!important}.mr-xl-6,.mx-xl-6{margin-right:72px!important}.mb-xl-6,.my-xl-6{margin-bottom:72px!important}.ml-xl-6,.mx-xl-6{margin-left:72px!important}.m-xl-7{margin:96px!important}.mt-xl-7,.my-xl-7{margin-top:96px!important}.mr-xl-7,.mx-xl-7{margin-right:96px!important}.mb-xl-7,.my-xl-7{margin-bottom:96px!important}.ml-xl-7,.mx-xl-7{margin-left:96px!important}.m-xl-8{margin:144px!important}.mt-xl-8,.my-xl-8{margin-top:144px!important}.mr-xl-8,.mx-xl-8{margin-right:144px!important}.mb-xl-8,.my-xl-8{margin-bottom:144px!important}.ml-xl-8,.mx-xl-8{margin-left:144px!important}.m-xl-9{margin:192px!important}.mt-xl-9,.my-xl-9{margin-top:192px!important}.mr-xl-9,.mx-xl-9{margin-right:192px!important}.mb-xl-9,.my-xl-9{margin-bottom:192px!important}.ml-xl-9,.mx-xl-9{margin-left:192px!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:6px!important}.pt-xl-1,.py-xl-1{padding-top:6px!important}.pr-xl-1,.px-xl-1{padding-right:6px!important}.pb-xl-1,.py-xl-1{padding-bottom:6px!important}.pl-xl-1,.px-xl-1{padding-left:6px!important}.p-xl-2{padding:12px!important}.pt-xl-2,.py-xl-2{padding-top:12px!important}.pr-xl-2,.px-xl-2{padding-right:12px!important}.pb-xl-2,.py-xl-2{padding-bottom:12px!important}.pl-xl-2,.px-xl-2{padding-left:12px!important}.p-xl-3{padding:24px!important}.pt-xl-3,.py-xl-3{padding-top:24px!important}.pr-xl-3,.px-xl-3{padding-right:24px!important}.pb-xl-3,.py-xl-3{padding-bottom:24px!important}.pl-xl-3,.px-xl-3{padding-left:24px!important}.p-xl-4{padding:36px!important}.pt-xl-4,.py-xl-4{padding-top:36px!important}.pr-xl-4,.px-xl-4{padding-right:36px!important}.pb-xl-4,.py-xl-4{padding-bottom:36px!important}.pl-xl-4,.px-xl-4{padding-left:36px!important}.p-xl-5{padding:48px!important}.pt-xl-5,.py-xl-5{padding-top:48px!important}.pr-xl-5,.px-xl-5{padding-right:48px!important}.pb-xl-5,.py-xl-5{padding-bottom:48px!important}.pl-xl-5,.px-xl-5{padding-left:48px!important}.p-xl-6{padding:72px!important}.pt-xl-6,.py-xl-6{padding-top:72px!important}.pr-xl-6,.px-xl-6{padding-right:72px!important}.pb-xl-6,.py-xl-6{padding-bottom:72px!important}.pl-xl-6,.px-xl-6{padding-left:72px!important}.p-xl-7{padding:96px!important}.pt-xl-7,.py-xl-7{padding-top:96px!important}.pr-xl-7,.px-xl-7{padding-right:96px!important}.pb-xl-7,.py-xl-7{padding-bottom:96px!important}.pl-xl-7,.px-xl-7{padding-left:96px!important}.p-xl-8{padding:144px!important}.pt-xl-8,.py-xl-8{padding-top:144px!important}.pr-xl-8,.px-xl-8{padding-right:144px!important}.pb-xl-8,.py-xl-8{padding-bottom:144px!important}.pl-xl-8,.px-xl-8{padding-left:144px!important}.p-xl-9{padding:192px!important}.pt-xl-9,.py-xl-9{padding-top:192px!important}.pr-xl-9,.px-xl-9{padding-right:192px!important}.pb-xl-9,.py-xl-9{padding-bottom:192px!important}.pl-xl-9,.px-xl-9{padding-left:192px!important}.m-xl-n1{margin:-6px!important}.mt-xl-n1,.my-xl-n1{margin-top:-6px!important}.mr-xl-n1,.mx-xl-n1{margin-right:-6px!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-6px!important}.ml-xl-n1,.mx-xl-n1{margin-left:-6px!important}.m-xl-n2{margin:-12px!important}.mt-xl-n2,.my-xl-n2{margin-top:-12px!important}.mr-xl-n2,.mx-xl-n2{margin-right:-12px!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-12px!important}.ml-xl-n2,.mx-xl-n2{margin-left:-12px!important}.m-xl-n3{margin:-24px!important}.mt-xl-n3,.my-xl-n3{margin-top:-24px!important}.mr-xl-n3,.mx-xl-n3{margin-right:-24px!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-24px!important}.ml-xl-n3,.mx-xl-n3{margin-left:-24px!important}.m-xl-n4{margin:-36px!important}.mt-xl-n4,.my-xl-n4{margin-top:-36px!important}.mr-xl-n4,.mx-xl-n4{margin-right:-36px!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-36px!important}.ml-xl-n4,.mx-xl-n4{margin-left:-36px!important}.m-xl-n5{margin:-48px!important}.mt-xl-n5,.my-xl-n5{margin-top:-48px!important}.mr-xl-n5,.mx-xl-n5{margin-right:-48px!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-48px!important}.ml-xl-n5,.mx-xl-n5{margin-left:-48px!important}.m-xl-n6{margin:-72px!important}.mt-xl-n6,.my-xl-n6{margin-top:-72px!important}.mr-xl-n6,.mx-xl-n6{margin-right:-72px!important}.mb-xl-n6,.my-xl-n6{margin-bottom:-72px!important}.ml-xl-n6,.mx-xl-n6{margin-left:-72px!important}.m-xl-n7{margin:-96px!important}.mt-xl-n7,.my-xl-n7{margin-top:-96px!important}.mr-xl-n7,.mx-xl-n7{margin-right:-96px!important}.mb-xl-n7,.my-xl-n7{margin-bottom:-96px!important}.ml-xl-n7,.mx-xl-n7{margin-left:-96px!important}.m-xl-n8{margin:-144px!important}.mt-xl-n8,.my-xl-n8{margin-top:-144px!important}.mr-xl-n8,.mx-xl-n8{margin-right:-144px!important}.mb-xl-n8,.my-xl-n8{margin-bottom:-144px!important}.ml-xl-n8,.mx-xl-n8{margin-left:-144px!important}.m-xl-n9{margin:-192px!important}.mt-xl-n9,.my-xl-n9{margin-top:-192px!important}.mr-xl-n9,.mx-xl-n9{margin-right:-192px!important}.mb-xl-n9,.my-xl-n9{margin-bottom:-192px!important}.ml-xl-n9,.mx-xl-n9{margin-left:-192px!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1900px){.m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:6px!important}.mt-xxl-1,.my-xxl-1{margin-top:6px!important}.mr-xxl-1,.mx-xxl-1{margin-right:6px!important}.mb-xxl-1,.my-xxl-1{margin-bottom:6px!important}.ml-xxl-1,.mx-xxl-1{margin-left:6px!important}.m-xxl-2{margin:12px!important}.mt-xxl-2,.my-xxl-2{margin-top:12px!important}.mr-xxl-2,.mx-xxl-2{margin-right:12px!important}.mb-xxl-2,.my-xxl-2{margin-bottom:12px!important}.ml-xxl-2,.mx-xxl-2{margin-left:12px!important}.m-xxl-3{margin:24px!important}.mt-xxl-3,.my-xxl-3{margin-top:24px!important}.mr-xxl-3,.mx-xxl-3{margin-right:24px!important}.mb-xxl-3,.my-xxl-3{margin-bottom:24px!important}.ml-xxl-3,.mx-xxl-3{margin-left:24px!important}.m-xxl-4{margin:36px!important}.mt-xxl-4,.my-xxl-4{margin-top:36px!important}.mr-xxl-4,.mx-xxl-4{margin-right:36px!important}.mb-xxl-4,.my-xxl-4{margin-bottom:36px!important}.ml-xxl-4,.mx-xxl-4{margin-left:36px!important}.m-xxl-5{margin:48px!important}.mt-xxl-5,.my-xxl-5{margin-top:48px!important}.mr-xxl-5,.mx-xxl-5{margin-right:48px!important}.mb-xxl-5,.my-xxl-5{margin-bottom:48px!important}.ml-xxl-5,.mx-xxl-5{margin-left:48px!important}.m-xxl-6{margin:72px!important}.mt-xxl-6,.my-xxl-6{margin-top:72px!important}.mr-xxl-6,.mx-xxl-6{margin-right:72px!important}.mb-xxl-6,.my-xxl-6{margin-bottom:72px!important}.ml-xxl-6,.mx-xxl-6{margin-left:72px!important}.m-xxl-7{margin:96px!important}.mt-xxl-7,.my-xxl-7{margin-top:96px!important}.mr-xxl-7,.mx-xxl-7{margin-right:96px!important}.mb-xxl-7,.my-xxl-7{margin-bottom:96px!important}.ml-xxl-7,.mx-xxl-7{margin-left:96px!important}.m-xxl-8{margin:144px!important}.mt-xxl-8,.my-xxl-8{margin-top:144px!important}.mr-xxl-8,.mx-xxl-8{margin-right:144px!important}.mb-xxl-8,.my-xxl-8{margin-bottom:144px!important}.ml-xxl-8,.mx-xxl-8{margin-left:144px!important}.m-xxl-9{margin:192px!important}.mt-xxl-9,.my-xxl-9{margin-top:192px!important}.mr-xxl-9,.mx-xxl-9{margin-right:192px!important}.mb-xxl-9,.my-xxl-9{margin-bottom:192px!important}.ml-xxl-9,.mx-xxl-9{margin-left:192px!important}.p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:6px!important}.pt-xxl-1,.py-xxl-1{padding-top:6px!important}.pr-xxl-1,.px-xxl-1{padding-right:6px!important}.pb-xxl-1,.py-xxl-1{padding-bottom:6px!important}.pl-xxl-1,.px-xxl-1{padding-left:6px!important}.p-xxl-2{padding:12px!important}.pt-xxl-2,.py-xxl-2{padding-top:12px!important}.pr-xxl-2,.px-xxl-2{padding-right:12px!important}.pb-xxl-2,.py-xxl-2{padding-bottom:12px!important}.pl-xxl-2,.px-xxl-2{padding-left:12px!important}.p-xxl-3{padding:24px!important}.pt-xxl-3,.py-xxl-3{padding-top:24px!important}.pr-xxl-3,.px-xxl-3{padding-right:24px!important}.pb-xxl-3,.py-xxl-3{padding-bottom:24px!important}.pl-xxl-3,.px-xxl-3{padding-left:24px!important}.p-xxl-4{padding:36px!important}.pt-xxl-4,.py-xxl-4{padding-top:36px!important}.pr-xxl-4,.px-xxl-4{padding-right:36px!important}.pb-xxl-4,.py-xxl-4{padding-bottom:36px!important}.pl-xxl-4,.px-xxl-4{padding-left:36px!important}.p-xxl-5{padding:48px!important}.pt-xxl-5,.py-xxl-5{padding-top:48px!important}.pr-xxl-5,.px-xxl-5{padding-right:48px!important}.pb-xxl-5,.py-xxl-5{padding-bottom:48px!important}.pl-xxl-5,.px-xxl-5{padding-left:48px!important}.p-xxl-6{padding:72px!important}.pt-xxl-6,.py-xxl-6{padding-top:72px!important}.pr-xxl-6,.px-xxl-6{padding-right:72px!important}.pb-xxl-6,.py-xxl-6{padding-bottom:72px!important}.pl-xxl-6,.px-xxl-6{padding-left:72px!important}.p-xxl-7{padding:96px!important}.pt-xxl-7,.py-xxl-7{padding-top:96px!important}.pr-xxl-7,.px-xxl-7{padding-right:96px!important}.pb-xxl-7,.py-xxl-7{padding-bottom:96px!important}.pl-xxl-7,.px-xxl-7{padding-left:96px!important}.p-xxl-8{padding:144px!important}.pt-xxl-8,.py-xxl-8{padding-top:144px!important}.pr-xxl-8,.px-xxl-8{padding-right:144px!important}.pb-xxl-8,.py-xxl-8{padding-bottom:144px!important}.pl-xxl-8,.px-xxl-8{padding-left:144px!important}.p-xxl-9{padding:192px!important}.pt-xxl-9,.py-xxl-9{padding-top:192px!important}.pr-xxl-9,.px-xxl-9{padding-right:192px!important}.pb-xxl-9,.py-xxl-9{padding-bottom:192px!important}.pl-xxl-9,.px-xxl-9{padding-left:192px!important}.m-xxl-n1{margin:-6px!important}.mt-xxl-n1,.my-xxl-n1{margin-top:-6px!important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-6px!important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-6px!important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-6px!important}.m-xxl-n2{margin:-12px!important}.mt-xxl-n2,.my-xxl-n2{margin-top:-12px!important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-12px!important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-12px!important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-12px!important}.m-xxl-n3{margin:-24px!important}.mt-xxl-n3,.my-xxl-n3{margin-top:-24px!important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-24px!important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-24px!important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-24px!important}.m-xxl-n4{margin:-36px!important}.mt-xxl-n4,.my-xxl-n4{margin-top:-36px!important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-36px!important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-36px!important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-36px!important}.m-xxl-n5{margin:-48px!important}.mt-xxl-n5,.my-xxl-n5{margin-top:-48px!important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-48px!important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-48px!important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-48px!important}.m-xxl-n6{margin:-72px!important}.mt-xxl-n6,.my-xxl-n6{margin-top:-72px!important}.mr-xxl-n6,.mx-xxl-n6{margin-right:-72px!important}.mb-xxl-n6,.my-xxl-n6{margin-bottom:-72px!important}.ml-xxl-n6,.mx-xxl-n6{margin-left:-72px!important}.m-xxl-n7{margin:-96px!important}.mt-xxl-n7,.my-xxl-n7{margin-top:-96px!important}.mr-xxl-n7,.mx-xxl-n7{margin-right:-96px!important}.mb-xxl-n7,.my-xxl-n7{margin-bottom:-96px!important}.ml-xxl-n7,.mx-xxl-n7{margin-left:-96px!important}.m-xxl-n8{margin:-144px!important}.mt-xxl-n8,.my-xxl-n8{margin-top:-144px!important}.mr-xxl-n8,.mx-xxl-n8{margin-right:-144px!important}.mb-xxl-n8,.my-xxl-n8{margin-bottom:-144px!important}.ml-xxl-n8,.mx-xxl-n8{margin-left:-144px!important}.m-xxl-n9{margin:-192px!important}.mt-xxl-n9,.my-xxl-n9{margin-top:-192px!important}.mr-xxl-n9,.mx-xxl-n9{margin-right:-192px!important}.mb-xxl-n9,.my-xxl-n9{margin-bottom:-192px!important}.ml-xxl-n9,.mx-xxl-n9{margin-left:-192px!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width: 576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width: 768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width: 1024px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width: 1279px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width: 1900px){.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white,.app.light{color:#fff!important}.text-primary{color:#000!important}a.text-primary:hover,a.text-primary:focus{color:#000!important}.text-secondary{color:#d7d1ce!important}a.text-secondary:hover,a.text-secondary:focus{color:#b5a9a4!important}.text-success{color:#28a745!important}a.text-success:hover,a.text-success:focus{color:#19692c!important}.text-info{color:#007bff!important}a.text-info:hover,a.text-info:focus{color:#0056b3!important}.text-warning{color:#fd7e14!important}a.text-warning:hover,a.text-warning:focus{color:#c35a02!important}.text-danger{color:#dc3545!important}a.text-danger:hover,a.text-danger:focus{color:#a71d2a!important}.text-light{color:#fff!important}a.text-light:hover,a.text-light:focus{color:#d9d9d9!important}.text-dark{color:#000!important}a.text-dark:hover,a.text-dark:focus{color:#000!important}.text-tertiary{color:#fff!important}a.text-tertiary:hover,a.text-tertiary:focus{color:#d9d9d9!important}.text-pink{color:#ed5ca1!important}a.text-pink:hover,a.text-pink:focus{color:#e31979!important}.text-body{color:#212529!important}.text-muted{color:#d7d1ce!important}.text-black-50{color:#00000080!important}.text-white-50{color:#ffffff80!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.bg-primary{background-color:#000!important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#000!important}.bg-secondary{background-color:#d7d1ce!important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#c0b7b2!important}.bg-success{background-color:#28a745!important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34!important}.bg-info{background-color:#007bff!important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#0062cc!important}.bg-warning{background-color:#fd7e14!important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#dc6502!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#bd2130!important}.bg-light{background-color:#fff!important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#e6e6e6!important}.bg-dark,.app.light{background-color:#000!important}a.bg-dark:hover,a.app.light:hover,a.bg-dark:focus,a.app.light:focus,button.bg-dark:hover,button.app.light:hover,button.bg-dark:focus,button.app.light:focus{background-color:#000!important}.bg-tertiary{background-color:#fff!important}a.bg-tertiary:hover,a.bg-tertiary:focus,button.bg-tertiary:hover,button.bg-tertiary:focus{background-color:#e6e6e6!important}.bg-pink{background-color:#ed5ca1!important}a.bg-pink:hover,a.bg-pink:focus,button.bg-pink:hover,button.bg-pink:focus{background-color:#e82e87!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,*:before,*:after{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}pre,blockquote{border:.0625rem solid #adb5bd;page-break-inside:avoid}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a4}body,.container{min-width:1024px!important}.navbar{display:none}.badge{border:.0625rem solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered th,.table-bordered td{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#d7d1ce}.table .thead-dark th{color:inherit;border-color:#d7d1ce}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes slide-in-bottom{0%{transform:translate3d(0,100%,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes slide-in-top{0%{transform:translate3d(0,-100%,0);opacity:0}to{transform:translateZ(0);opacity:1}}[class^=section-]{position:relative}[class^=section-negative-]{z-index:1}.section-inset-y{padding-top:10vw;padding-bottom:10vw}@media (min-width: 1000px){.section-inset-y{padding-top:6.25rem;padding-bottom:6.25rem}}.section-inset-t{padding-top:10vw}@media (min-width: 1000px){.section-inset-t{padding-top:6.25rem}}.section-inset-b{padding-bottom:10vw}@media (min-width: 1000px){.section-inset-b{padding-bottom:6.25rem}}.section-outset-y{margin-top:10vw;margin-bottom:10vw}@media (min-width: 1000px){.section-outset-y{margin-top:6.25rem;margin-bottom:6.25rem}}.section-outset-t{margin-top:10vw}@media (min-width: 1000px){.section-outset-t{margin-top:6.25rem}}.section-outset-b{margin-bottom:10vw}@media (min-width: 1000px){.section-outset-b{margin-bottom:6.25rem}}.section-negative-y{margin-top:-10vw;margin-bottom:-10vw}@media (min-width: 1000px){.section-negative-y{margin-top:-6.25rem;margin-bottom:-6.25rem}}.section-negative-t{margin-top:-10vw}@media (min-width: 1000px){.section-negative-t{margin-top:-6.25rem}}.section-negative-b{margin-bottom:-10vw}@media (min-width: 1000px){.section-negative-b{margin-bottom:-6.25rem}}.container{position:relative;max-width:100%}@media (min-width: 1279px){.container{max-width:1276px}}@media (min-width: 1900px){.container{max-width:1600px}}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-xs,.container-xxs{padding-right:12px;padding-left:12px}@media (min-width: 1024px){.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-xs,.container-xxs{padding-right:24px;padding-left:24px}}@media (min-width: 1024px){.container-xxl{padding-right:96px;padding-left:96px}}@media (min-width: 1279px){.container-xxl{padding-right:144px;padding-left:144px}}@media (min-width: 1900px){.container-xxl{padding-right:24px;padding-left:24px}}.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-xs,.container-xxs{max-width:1900px}.container-xxl{max-width:100rem}.container-xl{max-width:79.75rem}.container-lg{max-width:71.25rem}.container-md{max-width:62.5rem}.container-xs{max-width:60rem}.container-xxs{max-width:57rem}@media (hover: hover){.text-decoration-none:hover{text-decoration:none}}.text-decoration-none:focus{text-decoration:none}.text-pre-line{white-space:pre-line}.block-link{position:absolute;inset:0;text-indent:400%;white-space:nowrap;display:block;z-index:20;cursor:pointer}.sr-text{width:1;height:1;font-size:0;color:transparent;overflow:hidden}.aspect-ratio,.project-gallery__image-crop,.project-list-item__crop,.employee-card__crop,.project-content-block__image__crop,.purpose-teaser__crop,.news-card,.embed-removed,.markdown-content .fr-video{overflow:hidden;position:relative;margin:0}.aspect-ratio:before,.project-gallery__image-crop:before,.project-list-item__crop:before,.employee-card__crop:before,.project-content-block__image__crop:before,.purpose-teaser__crop:before,.news-card:before,.embed-removed:before,.markdown-content .fr-video:before{display:block;padding-top:56.25%;content:""}.aspect-ratio-element,.header__crop .header__image,.header__crop .fstr-html5-video__container,.embed-removed__inner,.card__figure img,.markdown-content .fr-video iframe,.aspect-ratio img,.project-gallery__image-crop img,.project-list-item__crop img,.employee-card__crop img,.project-content-block__image__crop img,.purpose-teaser__crop img,.news-card img,.embed-removed img,.markdown-content .fr-video img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.no-objectfit .aspect-ratio-element,.no-objectfit .header__crop .header__image,.header__crop .no-objectfit .header__image,.no-objectfit .header__crop .fstr-html5-video__container,.header__crop .no-objectfit .fstr-html5-video__container,.no-objectfit .embed-removed__inner,.no-objectfit .card__figure img,.card__figure .no-objectfit img,.no-objectfit .markdown-content .fr-video iframe,.markdown-content .fr-video .no-objectfit iframe,.no-objectfit .aspect-ratio img,.no-objectfit .project-gallery__image-crop img,.no-objectfit .project-list-item__crop img,.no-objectfit .employee-card__crop img,.no-objectfit .project-content-block__image__crop img,.no-objectfit .purpose-teaser__crop img,.no-objectfit .news-card img,.no-objectfit .embed-removed img,.no-objectfit .markdown-content .fr-video img,.markdown-content .no-objectfit .fr-video img,.aspect-ratio .no-objectfit img,.project-gallery__image-crop .no-objectfit img,.project-list-item__crop .no-objectfit img,.employee-card__crop .no-objectfit img,.project-content-block__image__crop .no-objectfit img,.purpose-teaser__crop .no-objectfit img,.news-card .no-objectfit img,.embed-removed .no-objectfit img,.markdown-content .fr-video .no-objectfit img{height:auto}:root .aspect-ratio-element,:root .header__crop .header__image,:root .header__crop .fstr-html5-video__container,:root .embed-removed__inner,:root .card__figure img,:root .markdown-content .fr-video iframe,:root .aspect-ratio img,:root .project-gallery__image-crop img,:root .project-list-item__crop img,:root .employee-card__crop img,:root .project-content-block__image__crop img,:root .purpose-teaser__crop img,:root .news-card img,:root .embed-removed img,:root .markdown-content .fr-video img,_:-ms-lang(x) .aspect-ratio-element,_:-ms-lang(x) .header__crop .header__image,.header__crop _:-ms-lang(x) .header__image,_:-ms-lang(x) .header__crop .fstr-html5-video__container,.header__crop _:-ms-lang(x) .fstr-html5-video__container,_:-ms-lang(x) .embed-removed__inner,_:-ms-lang(x) .card__figure img,.card__figure _:-ms-lang(x) img,_:-ms-lang(x) .markdown-content .fr-video iframe,.markdown-content .fr-video _:-ms-lang(x) iframe,_:-ms-lang(x) .aspect-ratio img,_:-ms-lang(x) .project-gallery__image-crop img,_:-ms-lang(x) .project-list-item__crop img,_:-ms-lang(x) .employee-card__crop img,_:-ms-lang(x) .project-content-block__image__crop img,_:-ms-lang(x) .purpose-teaser__crop img,_:-ms-lang(x) .news-card img,_:-ms-lang(x) .embed-removed img,_:-ms-lang(x) .markdown-content .fr-video img,.markdown-content _:-ms-lang(x) .fr-video img,.aspect-ratio _:-ms-lang(x) img,.project-gallery__image-crop _:-ms-lang(x) img,.project-list-item__crop _:-ms-lang(x) img,.employee-card__crop _:-ms-lang(x) img,.project-content-block__image__crop _:-ms-lang(x) img,.purpose-teaser__crop _:-ms-lang(x) img,.news-card _:-ms-lang(x) img,.embed-removed _:-ms-lang(x) img,.markdown-content .fr-video _:-ms-lang(x) img{height:auto;min-width:100%;min-height:100%;left:50%;top:50%;transform:translate3d(-50%,-50%,0)}.image-caption{position:absolute;bottom:0;left:0;width:100%;height:auto;padding:3px 6px 0;font-size:.8em;text-align:right;background-color:#fff}::selection{background-color:#f8f9fa}:root{--projectsMinHeight: 0}body{width:100%;overflow:hidden;overflow-y:auto}body{font-size:14px;line-height:18px}@media (min-width: 576px){body{font-size:16px;line-height:19px}}@media (min-width: 1024px){body{font-size:16px;line-height:19px}}a{display:inline-block}img{display:block;max-width:100%;height:auto}svg{display:block}pre{white-space:pre-wrap}hr,.hr{margin-top:6px;margin-bottom:6px;border:0;border-top:.0625rem solid #d7d1ce}hr--lg,.hr--lg{border-top:.125rem solid #d7d1ce}hr--light,.hr--light{border-color:#fff}dt,strong{font-weight:inherit}@font-face{font-family:GT America Extended Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/GT-America-Extended-Bold.woff2) format("woff2"),url(/assets/fonts/GT-America-Extended-Bold.woff) format("woff");font-display:swap}@font-face{font-family:GT America Medium;font-style:normal;font-weight:500;src:url(/assets/fonts/GT-America-Standard-Medium.woff2) format("woff2"),url(/assets/fonts/GT-America-Standard-Medium.woff) format("woff");font-display:swap}::placeholder{font-family:GT America Medium,sans-serif;color:#d7d1ce;opacity:1}textarea{resize:vertical}.list-unstyled{margin-bottom:0;padding-left:0;list-style:none}h1,.fixed-footer,h2,h3,h4,h5,h6,.h1,.h2,.h3,.app .fstr-cookie-notice__title,.block-content__quote blockquote,.h4,.h5,.h6,.type-jumbo,.news-overview .fixed-footer,.image-modal .slider__page,.type-jumbo-xl{display:block;margin-bottom:.5em;font-family:GT America Extended Bold,sans-serif;font-weight:700;line-height:1}.h3,.app .fstr-cookie-notice__title,.block-content__quote blockquote,.h4,.h5,blockquote{font-family:GT America Medium,sans-serif;font-weight:400}blockquote:before{content:""}blockquote:after{content:""}.h1,h1,.fixed-footer{font-size:18px;line-height:21px}@media (min-width: 576px){.h1,h1,.fixed-footer{font-size:20px;line-height:24px}}@media (min-width: 1024px){.h1,h1,.fixed-footer{font-size:20px;line-height:24px}}.h2,h2{font-size:18px;line-height:21px}@media (min-width: 576px){.h2,h2{font-size:20px;line-height:24px}}@media (min-width: 1024px){.h2,h2{font-size:20px;line-height:24px}}.h3,.app .fstr-cookie-notice__title,.block-content__quote blockquote,h3{font-size:18px;line-height:21px}@media (min-width: 576px){.h3,.app .fstr-cookie-notice__title,.block-content__quote blockquote,h3{font-size:20px;line-height:24px}}@media (min-width: 1024px){.h3,.app .fstr-cookie-notice__title,.block-content__quote blockquote,h3{font-size:20px;line-height:24px}}.h4,h4{font-size:18px;line-height:21px}@media (min-width: 576px){.h4,h4{font-size:20px;line-height:24px}}@media (min-width: 1024px){.h4,h4{font-size:20px;line-height:24px}}.h5,h5{font-size:18px;line-height:21px}@media (min-width: 576px){.h5,h5{font-size:20px;line-height:24px}}@media (min-width: 1024px){.h5,h5{font-size:20px;line-height:24px}}.h6,h6{font-size:18px;line-height:21px}@media (min-width: 576px){.h6,h6{font-size:20px;line-height:24px}}@media (min-width: 1024px){.h6,h6{font-size:20px;line-height:24px}}small,.small{font-size:.875em;font-weight:400}.heading-secondary{font-family:GT America Medium,sans-serif;font-weight:400}.type-body-large{font-size:18px;line-height:21px}@media (min-width: 576px){.type-body-large{font-size:20px;line-height:24px}}@media (min-width: 1279px){.type-body-large{font-size:25px;line-height:30px}}.type-body-medium,blockquote{font-size:14px;line-height:18px}@media (min-width: 576px){.type-body-medium,blockquote{font-size:16px;line-height:19px}}@media (min-width: 1024px){.type-body-medium,blockquote{font-size:20px;line-height:24px}}.type-body-small,.footer,.news-card__title,.block-content__text{font-size:14px;line-height:18px}@media (min-width: 576px){.type-body-small,.footer,.news-card__title,.block-content__text{font-size:16px;line-height:19px}}@media (min-width: 1024px){.type-body-small,.footer,.news-card__title,.block-content__text{font-size:16px;line-height:19px}}.type-jumbo,.news-overview .fixed-footer,.image-modal .slider__page{font-size:24px;line-height:24px;text-transform:uppercase;letter-spacing:-.0625rem}@media (min-width: 1024px){.type-jumbo,.news-overview .fixed-footer,.image-modal .slider__page{font-size:32px;line-height:32px}}@media (min-width: 1279px){.type-jumbo,.news-overview .fixed-footer,.image-modal .slider__page{font-size:40px;line-height:40px}}.type-jumbo-xl{font-size:35px;line-height:31px;text-transform:uppercase;letter-spacing:-.0625rem}@media (min-width: 768px){.type-jumbo-xl{font-size:60px;line-height:54px}}@media (min-width: 1279px){.type-jumbo-xl{font-size:92px;line-height:82px}}@media (min-width: 1900px){.type-jumbo-xl{font-size:125px;line-height:112px;letter-spacing:-2px}}.spacer-top-xxs{padding-top:6px}.spacer-bottom-xxs{padding-bottom:6px}.spacer-top-xs,.news-card__title{padding-top:6px}@media (min-width: 576px){.spacer-top-xs,.news-card__title{padding-top:12px}}.spacer-bottom-xs,.set--open .project-list-item__images,.block-content__title{padding-bottom:6px}@media (min-width: 576px){.spacer-bottom-xs,.set--open .project-list-item__images,.block-content__title{padding-bottom:12px}}.spacer-top-s,.project-gallery__footer,.related-news__footer,.home-news__footer{padding-top:12px}@media (min-width: 1279px){.spacer-top-s,.project-gallery__footer,.related-news__footer,.home-news__footer{padding-top:24px}}.spacer-bottom-s{padding-bottom:12px}@media (min-width: 1279px){.spacer-bottom-s{padding-bottom:24px}}.spacer-top-m{padding-top:24px}@media (min-width: 1279px){.spacer-top-m{padding-top:36px}}.spacer-bottom-m,.people-content-block__text,.header__footer,.header__buttons{padding-bottom:24px}@media (min-width: 1279px){.spacer-bottom-m,.people-content-block__text,.header__footer,.header__buttons{padding-bottom:36px}}.spacer-top-l{padding-top:36px}@media (min-width: 1279px){.spacer-top-l{padding-top:72px}}.spacer-bottom-l,.home .slider-block{padding-bottom:36px}@media (min-width: 1279px){.spacer-bottom-l,.home .slider-block{padding-bottom:72px}}.spacer-top-xl{padding-top:96px}@media (min-width: 1279px){.spacer-top-xl{padding-top:144px}}.spacer-bottom-xl{padding-bottom:96px}@media (min-width: 1279px){.spacer-bottom-xl{padding-bottom:144px}}.spacer-top-xxl{padding-top:192px}.spacer-bottom-xxl{padding-bottom:192px}.white-space-pre{white-space:pre}.bg-gray-200{background-color:#e9ecef!important}a.bg-gray-200:hover,a.bg-gray-200:focus,button.bg-gray-200:hover,button.bg-gray-200:focus{background-color:#cbd3da!important}.color-gray-200{color:#e9ecef;fill:#e9ecef}.bg-gray-300{background-color:#dee2e6!important}a.bg-gray-300:hover,a.bg-gray-300:focus,button.bg-gray-300:hover,button.bg-gray-300:focus{background-color:#c1c9d0!important}.color-gray-300{color:#dee2e6;fill:#dee2e6}.bg-gray-400{background-color:#ced4da!important}a.bg-gray-400:hover,a.bg-gray-400:focus,button.bg-gray-400:hover,button.bg-gray-400:focus{background-color:#b1bbc4!important}.color-gray-400{color:#ced4da;fill:#ced4da}.bg-gray-500{background-color:#adb5bd!important}a.bg-gray-500:hover,a.bg-gray-500:focus,button.bg-gray-500:hover,button.bg-gray-500:focus{background-color:#919ca6!important}.color-gray-500{color:#adb5bd;fill:#adb5bd}.bg-gray-600{background-color:#6c757d!important}a.bg-gray-600:hover,a.bg-gray-600:focus,button.bg-gray-600:hover,button.bg-gray-600:focus{background-color:#545b62!important}.color-gray-600{color:#6c757d;fill:#6c757d}.bg-gray-700{background-color:#495057!important}a.bg-gray-700:hover,a.bg-gray-700:focus,button.bg-gray-700:hover,button.bg-gray-700:focus{background-color:#32373b!important}.color-gray-700{color:#495057;fill:#495057}.bg-gray-800{background-color:#343a40!important}a.bg-gray-800:hover,a.bg-gray-800:focus,button.bg-gray-800:hover,button.bg-gray-800:focus{background-color:#1d2124!important}.color-gray-800{color:#343a40;fill:#343a40}.bg-gray-900{background-color:#212529!important}a.bg-gray-900:hover,a.bg-gray-900:focus,button.bg-gray-900:hover,button.bg-gray-900:focus{background-color:#0a0c0d!important}.color-gray-900{color:#212529;fill:#212529}.bg-gray-600{background-color:#75777a!important}a.bg-gray-600:hover,a.bg-gray-600:focus,button.bg-gray-600:hover,button.bg-gray-600:focus{background-color:#5c5e60!important}.color-gray-600{color:#75777a;fill:#75777a}.bg-gray-500{background-color:#d7d1ce!important}a.bg-gray-500:hover,a.bg-gray-500:focus,button.bg-gray-500:hover,button.bg-gray-500:focus{background-color:#c0b7b2!important}.color-gray-500{color:#d7d1ce;fill:#d7d1ce}.bg-gray-400{background-color:#d7d1ce!important}a.bg-gray-400:hover,a.bg-gray-400:focus,button.bg-gray-400:hover,button.bg-gray-400:focus{background-color:#c0b7b2!important}.color-gray-400{color:#d7d1ce;fill:#d7d1ce}.bg-gray-300{background-color:#d7d1ce!important}a.bg-gray-300:hover,a.bg-gray-300:focus,button.bg-gray-300:hover,button.bg-gray-300:focus{background-color:#c0b7b2!important}.color-gray-300{color:#d7d1ce;fill:#d7d1ce}.bg-gray-250{background-color:#d7d1ce!important}a.bg-gray-250:hover,a.bg-gray-250:focus,button.bg-gray-250:hover,button.bg-gray-250:focus{background-color:#c0b7b2!important}.color-gray-250{color:#d7d1ce;fill:#d7d1ce}.bg-gray-200{background-color:#d8d8d8!important}a.bg-gray-200:hover,a.bg-gray-200:focus,button.bg-gray-200:hover,button.bg-gray-200:focus{background-color:#bfbfbf!important}.color-gray-200{color:#d8d8d8;fill:#d8d8d8}.bg-gray-100{background-color:#f8f9fa!important}a.bg-gray-100:hover,a.bg-gray-100:focus,button.bg-gray-100:hover,button.bg-gray-100:focus{background-color:#dae0e5!important}.color-gray-100{color:#f8f9fa;fill:#f8f9fa}.color-white{color:#fff;fill:#fff}.color-black{color:#000;fill:#000}.bg-black{background-color:#000;color:#fff;fill:#fff}.color--project-gray,.light .filter-bar .button-link,.light .filter-bar label span,.light .filter-bar__search::placeholder,.light .people-employees__filters__sort label span,.light .project-overview__filters__view label span,.light .project-list-item,.light .project-overview__header__toggle-view .button-link{color:#fff;fill:#fff;opacity:.3}@media (hover: hover){.color--project-gray:hover,.light .filter-bar .button-link:hover,.light .filter-bar label span:hover,.light .filter-bar__search:hover::placeholder,.light .people-employees__filters__sort label span:hover,.light .project-overview__filters__view label span:hover,.light .project-list-item:hover,.light .project-overview__header__toggle-view .button-link:hover{opacity:1;text-decoration:none}}.light{fill:#fff;color:#fff}.dark{fill:#000;color:#000}.button,.fstr-cookie-btn,button,input[type=button]{overflow:visible;padding:0;background:none;color:inherit;line-height:normal;border:0;outline:none;display:inline-block;cursor:pointer;-webkit-appearance:none;user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none}.button:focus,.fstr-cookie-btn:focus,button:focus,input[type=button]:focus{outline:none}@media (hover: hover){.button:hover,.fstr-cookie-btn:hover,button:hover,input[type=button]:hover{outline:none}}.button,.fstr-cookie-btn{display:inline-flex;position:relative;height:2.1875rem;align-items:center;padding-right:1.875rem;padding-left:1.875rem;overflow:hidden;font-family:GT America Extended Bold,sans-serif;line-height:2.5rem;text-decoration:none;text-transform:uppercase}.button fstr-icon,.fstr-cookie-btn fstr-icon{width:16px;height:16px;line-height:0}@media (min-width: 768px){.button,.fstr-cookie-btn{height:2.515625rem;padding-right:2.25rem;padding-left:2.25rem}}@media (min-width: 1279px){.button,.fstr-cookie-btn{height:3.0625rem;font-size:20px;line-height:24px}}.button:disabled,.fstr-cookie-btn:disabled{pointer-events:none;opacity:.3}.button .icon,.fstr-cookie-btn .icon{fill:inherit}.button span,.fstr-cookie-btn span{transform:translate(0);display:block;width:100%;pointer-events:none}@media (hover: hover){.button:hover,.fstr-cookie-btn:hover{text-decoration:none}}.button--border{color:inherit;border:2px solid;text-align:center;width:100%;max-width:450px}@media (min-width: 1279px){.button--border{max-width:500px}}@media (hover: hover){.button--border.color-white:hover{background-color:#fff;color:#000;fill:#000;border-color:#fff}}@media (hover: hover){.button--border.color-black:hover{background-color:#000;color:#fff;fill:#fff;border-color:#000}}.button--small,.card--hover-black .card__figure__read-more{padding-right:.9375rem;padding-left:.9375rem;min-width:200px}@media (min-width: 768px){.button--small,.card--hover-black .card__figure__read-more{padding-right:1.875rem;padding-left:1.875rem;height:2.1875rem;line-height:2.1rem;min-width:290px;width:auto}}@media (min-width: 576px){.button--small,.card--hover-black .card__figure__read-more{font-size:16px}}.button-link{-webkit-appearance:none;padding:0;line-height:inherit;height:auto;background:transparent;border:none;outline:none;text-decoration:none;text-transform:none;font-family:inherit}.button-link:focus{outline:none}@media (hover: hover){.button-link:hover{text-decoration:underline}}.button--primary,.fstr-cookie-btn{color:#fff;background-color:#212529}.button--primary .icon *,.fstr-cookie-btn .icon *{fill:#fff}@media (hover: hover){.button--primary:hover,.fstr-cookie-btn:hover{color:#fff;background-color:#7e8b98}}.button--primary:focus,.fstr-cookie-btn:focus{color:#fff;background-color:#7e8b98}.button--secondary{color:#212529;background-color:#fff}.button--secondary .icon *{fill:#212529}@media (hover: hover){.button--secondary:hover{color:#212529;background-color:#fff}}.button--secondary:focus{color:#212529;background-color:#fff}.button-group{display:flex}.button-group .button,.button-group .fstr-cookie-btn{margin-left:1ex}.button-group .button:first-of-type,.button-group .fstr-cookie-btn:first-of-type{margin-left:0}:root{--hamburger-width: 20px;--hamburger-height: 2px;--hamburger-spacing: 6px}@media (min-width: 768px){:root{--hamburger-width: 25px;--hamburger-height: 2px;--hamburger-spacing: 8px}}@media (min-width: 1279px){:root{--hamburger-width: 35px;--hamburger-height: 3px;--hamburger-spacing: 10px}}.hamburger-toggle{width:var(--hamburger-width);height:calc(var(--hamburger-height) + var(--hamburger-spacing) * 3);cursor:pointer;display:flex;align-items:center}.hamburger-toggle__lines{position:relative;transform:translateY(calc(var(--hamburger-height) * 2));background:#000}.hamburger-toggle__lines,.hamburger-toggle__lines:before,.hamburger-toggle__lines:after{width:var(--hamburger-width);height:var(--hamburger-height);display:inline-block;content:"";background:#000}.hamburger-toggle__lines:before{position:absolute;top:auto;right:0;bottom:var(--hamburger-spacing);left:0;transition:background .2s,bottom .2s .2s cubic-bezier(.23,1,.32,1),transform .2s cubic-bezier(.23,1,.32,1)}.hamburger-toggle__lines:after{position:absolute;top:var(--hamburger-spacing);right:0;bottom:auto;left:0;transition:background .2s,top .2s .2s cubic-bezier(.23,1,.32,1),transform .2s cubic-bezier(.23,1,.32,1)}.hamburger-toggle__lines--active{background:transparent!important}.hamburger-toggle__lines--active:before{bottom:0;transition:background .2s,bottom .2s cubic-bezier(.23,1,.32,1),transform .2s .2s cubic-bezier(.23,1,.32,1);transform:rotate(45deg)}.hamburger-toggle__lines--active:after{top:0;transition:background .2s,top .2s cubic-bezier(.23,1,.32,1),transform .2s .2s cubic-bezier(.23,1,.32,1);transform:rotate(-45deg)}.hamburger-toggle--light .hamburger-toggle__lines,.hamburger-toggle--light .hamburger-toggle__lines:before,.hamburger-toggle--light .hamburger-toggle__lines:after{background:#fff}.icon-primary{fill:#000}.icon-secondary{fill:#d7d1ce}.icon-success{fill:#28a745}.icon-info{fill:#007bff}.icon-warning{fill:#fd7e14}.icon-danger{fill:#dc3545}.icon-light{fill:#fff}.icon-dark{fill:#000}.icon-tertiary{fill:#fff}.icon-pink{fill:#ed5ca1}.icon-white,.header__toggle-audio{fill:#fff!important}.icon-body{fill:#212529!important}.icon-muted{fill:#d7d1ce!important}.icon-black-50{fill:#00000080!important}.icon-white-50{fill:#ffffff80!important}fstr-icon,.icon{position:relative;display:inline-block;min-width:14px;min-height:14px}fstr-icon-svg,.icon-svg{position:absolute;inset:0;width:100%;height:100%;fill:inherit}fstr-icon .icon{height:100%;width:100%}.icon-lg{height:45px}.icon-lg svg{width:2.8125rem;height:2.8125rem}.icon-md{height:32px}.icon-md svg{width:2rem;height:2rem}.icon-sm{height:22px}.icon-sm svg{width:1.375rem;height:1.375rem}.icon-xs{height:16px}.icon-xs svg{width:1rem;height:1rem}.slider-block__title .word,.splitting .word{display:inline-block;overflow:hidden}.slider-block__title .char,.splitting .char{opacity:0;transition:transform .2s,opacity .2s;transform:translateY(1em)}.slider-block.set--inview .splitting .char,.splitting--active{opacity:1;transform:translate(0);transition-delay:calc(4ms * var(--char-index))}@media (min-width: 768px){.slider-block.set--inview .splitting .char,.splitting--active{transition-delay:calc(8ms * var(--char-index))}}.markdown-content table{width:100%}.markdown-content table td{padding:12px}.markdown-content table tr:nth-child(2n) td{background:#f8f9fa}.markdown-content blockquote{padding:48px 0;font-size:18px;line-height:21px}@media (min-width: 576px){.markdown-content blockquote{font-size:20px;line-height:24px}}.markdown-content h1,.markdown-content .fixed-footer,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5,.markdown-content h6{font-family:GT America Medium,sans-serif;font-weight:400;margin-bottom:6px}.markdown-content iframe,.markdown-content object,.markdown-content embed{width:100%;height:auto}.markdown-content img{max-width:100%}.markdown-content em,.markdown-content i{font-style:italic}.markdown-content .h1,.markdown-content h1,.markdown-content .fixed-footer,.markdown-content .h2,.markdown-content h2,.markdown-content .h3,.markdown-content .app .fstr-cookie-notice__title,.app .markdown-content .fstr-cookie-notice__title,.markdown-content .block-content__quote blockquote,.block-content__quote .markdown-content blockquote,.markdown-content h3,.markdown-content .h4,.markdown-content h4,.markdown-content .h5,.markdown-content h5,.markdown-content .h6,.markdown-content h6{margin-top:72px}.markdown-content .fr-video{display:block;width:100%;margin-bottom:36px}.markdown-content p,.markdown-content ul,.markdown-content ol,.markdown-content dl{margin-bottom:12px}@media (min-width: 768px){.markdown-content p,.markdown-content ul,.markdown-content ol,.markdown-content dl{margin-bottom:36px}}.markdown-content ul,.markdown-content ol{list-style:outside;padding-inline-start:24px}.markdown-content ul li,.markdown-content ol li{display:list-item;list-style-type:initial}.markdown-content ol li{list-style-type:decimal}.markdown-content ul li{list-style:none;position:relative}.markdown-content ul li:before{content:"-";position:absolute;left:-2ex}.fixed-footer{position:fixed;bottom:0;left:36px;z-index:20}@media (max-width: 767.98px){.fixed-footer{margin:1.25rem}}.card__figure{overflow:hidden;position:relative;margin:0;perspective:6.25rem}.card__figure:before{display:block;padding-top:70.25%;content:""}.card--hover-black .card__figure{background-color:#000;position:relative}.card--hover-black .card__figure__read-more{position:absolute;right:24px;bottom:24px;left:24px;color:#fff;fill:#fff;width:auto;max-width:100%;min-width:10px;text-align:center;justify-content:center;opacity:0;transition:opacity .1s ease-in-out}@media (max-width: 1278.98px){.card--hover-black .card__figure__read-more{right:12px;left:12px;bottom:12px}}@media (hover: hover){.card--hover-black .card__figure img{transition:opacity .1s ease-in-out}.card--hover-black:hover .card__figure .card__figure__read-more{opacity:1}.card--hover-black:hover .card__figure img{opacity:.25}}.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{-webkit-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows,.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.glide--rtl{direction:rtl}.glide__bullets{display:flex}.glide__bullet{width:10px;height:10px;border:1px solid #fff;margin-left:6px}.glide__bullet--active{background-color:#fff}.glide__bullet:first-of-type{margin-left:0}.glide__slide{position:relative}.glide__arrow{position:absolute;top:50%;width:50px;height:50px;transform:translateY(-50%);font-size:0}.glide__arrow--left{left:12px;background:url(/assets/gfx/icon-chevron-left-white.svg) no-repeat center center;background-size:60% 60%}@media (max-width: 767.98px){.glide__arrow--left{background-size:40% 40%;left:6px}}.glide__arrow--right{right:12px;transform:translateY(-50%);background:url(/assets/gfx/icon-chevron-right-white.svg) no-repeat center center;background-size:60% 60%}@media (max-width: 767.98px){.glide__arrow--right{background-size:40% 40%;right:6px}}.block-content__quote{margin-bottom:24px}.block-content__quote blockquote{position:relative;line-height:1.3;margin-bottom:6px;padding-left:1ex}.block-content__quote blockquote:before,.block-content__quote blockquote:after{content:'"';display:inline-block}.block-content__quote blockquote:after{transform:translate(-.5ex)}.block-content__quote blockquote:before{position:absolute;transform:translate(-1ex)}.block-content__quote figcaption{padding-left:1.32ex;font-size:.9em}.block-content__text{margin-bottom:48px}.block-content__text p:last-of-type{margin-bottom:0}[type=color],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],input:not([type]),textarea,input[type=file],select{font-weight:inherit;display:inline-block;outline:none;-webkit-appearance:none;border-width:0;padding-left:0;padding-right:0;background-color:transparent;color:inherit}[type=color]::placeholder,[type=date]::placeholder,[type=datetime]::placeholder,[type=datetime-local]::placeholder,[type=email]::placeholder,[type=month]::placeholder,[type=number]::placeholder,[type=password]::placeholder,[type=search]::placeholder,[type=tel]::placeholder,[type=text]::placeholder,[type=time]::placeholder,[type=url]::placeholder,[type=week]::placeholder,input:not([type])::placeholder,textarea::placeholder,input[type=file]::placeholder,select::placeholder{color:#d7d1ce;font-weight:inherit;text-transform:none;font-style:none}[type=color]:active,[type=color]:focus,[type=date]:active,[type=date]:focus,[type=datetime]:active,[type=datetime]:focus,[type=datetime-local]:active,[type=datetime-local]:focus,[type=email]:active,[type=email]:focus,[type=month]:active,[type=month]:focus,[type=number]:active,[type=number]:focus,[type=password]:active,[type=password]:focus,[type=search]:active,[type=search]:focus,[type=tel]:active,[type=tel]:focus,[type=text]:active,[type=text]:focus,[type=time]:active,[type=time]:focus,[type=url]:active,[type=url]:focus,[type=week]:active,[type=week]:focus,input:not([type]):active,input:not([type]):focus,textarea:active,textarea:focus,input[type=file]:active,input[type=file]:focus,select:active,select:focus{outline:none}[type=color]::-ms-clear,[type=date]::-ms-clear,[type=datetime]::-ms-clear,[type=datetime-local]::-ms-clear,[type=email]::-ms-clear,[type=month]::-ms-clear,[type=number]::-ms-clear,[type=password]::-ms-clear,[type=search]::-ms-clear,[type=tel]::-ms-clear,[type=text]::-ms-clear,[type=time]::-ms-clear,[type=url]::-ms-clear,[type=week]::-ms-clear,input:not([type])::-ms-clear,textarea::-ms-clear,input[type=file]::-ms-clear,select::-ms-clear{display:none}[type=color].error,[type=date].error,[type=datetime].error,[type=datetime-local].error,[type=email].error,[type=month].error,[type=number].error,[type=password].error,[type=search].error,[type=tel].error,[type=text].error,[type=time].error,[type=url].error,[type=week].error,input:not([type]).error,textarea.error,input[type=file].error,select.error{color:#dc3545}[type=color]:read-only,[type=date]:read-only,[type=datetime]:read-only,[type=datetime-local]:read-only,[type=email]:read-only,[type=month]:read-only,[type=number]:read-only,[type=password]:read-only,[type=search]:read-only,[type=tel]:read-only,[type=text]:read-only,[type=time]:read-only,[type=url]:read-only,[type=week]:read-only,input:not([type]):read-only,textarea:read-only,input[type=file]:read-only,select:read-only{border-bottom:0}[type=color]:disabled,[type=date]:disabled,[type=datetime]:disabled,[type=datetime-local]:disabled,[type=email]:disabled,[type=month]:disabled,[type=number]:disabled,[type=password]:disabled,[type=search]:disabled,[type=tel]:disabled,[type=text]:disabled,[type=time]:disabled,[type=url]:disabled,[type=week]:disabled,input:not([type]):disabled,textarea:disabled,input[type=file]:disabled,select:disabled{pointer-events:none;opacity:.7}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;width:15px;height:15px;background:url(/assets/gfx/icon-cross-gray.svg) center center no-repeat;background-size:80% 80%;content:"x"}label{margin-bottom:0;cursor:pointer}.input-checkfield{position:relative;width:20px;height:20px}.input-checkfield input[type=radio],.input-checkfield input[type=checkbox]{opacity:0;position:absolute}.input-checkfield fstr-icon{display:contents}.input-checkfield input[type=checkbox]~label{width:20px;height:20px;background-color:#fff}.input-checkfield input[type=checkbox]~label .icon{position:absolute;top:50%;left:50%;width:12px;height:12px;fill:#000;transform:translate(-50%,-50%) scale(0)}.input-checkfield input[type=checkbox]:checked~label .icon{transform:translate(-50%,-50%) scale(1)}.input-checkfield__labels{position:relative}.input-field{border-bottom:1px solid;margin-bottom:24px;position:relative}.input-field input{height:44px;width:100%}.input-field input::placeholder{color:#fff0}.input-field input:not(:placeholder-shown)+label,.input-field input:focus+label{transform:scale(.7) translateY(-38px)}.input-field input.error+label{color:#dc3545}.input-field input.error~.error-message{position:absolute;top:100%;right:0;font-size:.8em;color:#dc3545}.input-field__label{position:absolute;top:50%;left:0;transform:translateY(-50%);transform-origin:left top;transition:transform .2s ease-in-out;pointer-events:none}.select-field{position:relative}.select-field select{width:100%;height:100%;position:absolute;outline:none;-webkit-appearance:none;will-change:background-color;font-size:1rem}.select-field .type--select{transform:scale(.7) translateY(-38px)}.select-field__wrapper{height:44px;position:relative;display:flex}.select-field__wrapper fstr-icon{display:contents}.select-field__wrapper .icon{position:absolute;top:50%;right:6px;width:20px;height:20px;transform:translateY(-50%) rotate(180deg);pointer-events:none}.fstr-cookie-btn{margin-inline-start:10px;margin-top:10px}.app .fstr-cookie-notice{--cookie-success-color: #fff;--cookie-bg-color: #fff;--cookie-muted-color: #fff;--cookie-toggle-size: 22px;--cookie-notice-bg: #000;max-width:590px;border:transparent;color:#fff;padding:24px;left:0;bottom:0}@media (max-width: 767.98px){.app .fstr-cookie-notice{padding:12px;width:100%}}.app .fstr-cookie-notice .toggle label .toggle__switch{color:#000;border:1px solid;background-color:#d7d1ce}.app .fstr-cookie-notice .toggle label .toggle__switch:after{top:1px;height:18px;width:18px;border:1px solid #000;background-color:#000;left:1px}.app .fstr-cookie-notice .toggle input[type=checkbox]:checked~label .toggle__switch{background-color:#fff}.app .fstr-cookie-notice .toggle input[type=checkbox]:checked~label .toggle__switch:after{background-color:#000;left:3px}.app .fstr-cookie-notice .toggle input[type=checkbox]:disabled~label .toggle__switch{border-color:var(--cookie-disabled-color);opacity:.6;pointer-events:none;background-color:transparent}.app .fstr-cookie-notice .toggle input[type=checkbox]:disabled~label .toggle__switch:after{border-color:#000;background-color:#fff}.app .fstr-cookie-notice__content{font-size:15px}.app .fstr-cookie-notice__title{color:inherit}.app .fstr-cookie-notice__toggle-row{margin-bottom:1ex}.app .fstr-cookie-notice .button.toggle-button,.app .fstr-cookie-notice .toggle-button.fstr-cookie-btn{background:no-repeat;box-shadow:none;font-size:.75rem;padding:0;display:none;pointer-events:none}.app .fstr-cookie-notice .button.toggle-button span,.app .fstr-cookie-notice .toggle-button.fstr-cookie-btn span{width:auto;min-width:20px}.app .fstr-cookie-notice .button-group{justify-content:space-between;width:100%;align-items:flex-end}.app .fstr-cookie-notice .button-group .button,.app .fstr-cookie-notice .button-group .fstr-cookie-btn{min-width:150px;font-size:13px;margin-left:0;justify-content:center;width:100%;padding-top:12px;padding-bottom:12px;height:35px;line-height:0}.app .fstr-cookie-notice .button-group .button--close,.app .fstr-cookie-notice .button-group .button--settings{border:2px solid}.app .fstr-cookie-notice .button-group .button--close:hover,.app .fstr-cookie-notice .button-group .button--settings:hover{background-color:#fff;border-color:#fff;color:#000}.app .fstr-cookie-notice .button-group .button--primary,.app .fstr-cookie-notice .button-group .fstr-cookie-btn{color:#000;background-color:#fff}@media (max-width: 767.98px){.app .fstr-cookie-notice .button-group{flex-direction:column}.app .fstr-cookie-notice .button-group .button,.app .fstr-cookie-notice .button-group .fstr-cookie-btn{width:100%;margin-top:1ex}.app .fstr-cookie-notice .button-group .button:not(:last-child),.app .fstr-cookie-notice .button-group .button,.app .fstr-cookie-notice .button-group .fstr-cookie-btn{margin-right:auto}}@media (max-width: 767.98px){.app .fstr-cookie-notice .toggle-button{display:none}}.embed-removed{background-color:#d7d1ce;margin-bottom:36px}.embed-removed__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;flex-wrap:wrap;text-align:center}@media (max-width: 767.98px){.embed-removed__inner{height:auto}}.embed-removed .fstr-cookie-btn.button,.embed-removed .fstr-cookie-btn{font-size:.9em}.app{position:relative;min-height:100vh;padding-top:60px}@media (min-width: 768px){.app{padding-top:88px}}@media (min-width: 1279px){.app{padding-top:96px}}.app__wrapper{position:relative;opacity:0;transition:opacity .3s ease-in-out;z-index:3;min-height:calc(100vh - 155px)}.app__wrapper.anim--in{opacity:1}.style-guide .guide-color{width:100%}.style-guide .guide-color figure{display:flex}.style-guide .guide-color__tone{width:120px;height:120px}.style-guide .guide-color__caption{flex:1;display:flex;justify-content:space-between;flex-flow:column;padding:8px;color:#d7d1ce}.style-guide .grid-showcase{outline:1px solid #007bff}.style-guide .grid-showcase__inner{outline:1px solid #ed5ca1;height:75vh;display:flex;align-items:flex-end;justify-content:center;font-size:.75rem}.style-guide .grid-showcase__spacer{position:absolute;top:0}.main-nav--active{overflow:hidden}.topbar-spacer{height:7.5rem}@media (max-width: 1023.98px){.topbar-spacer{height:6.25rem}}.topbar{position:fixed;inset:0 0 auto;pointer-events:none;z-index:99;width:100%}.open--modal .topbar{z-index:1}.topbar__bar{background:#fff;height:60px;display:flex;width:100%;z-index:109}.set--no-bg .topbar__bar{background-color:transparent}.topbar__bar.set--small{height:auto}.topbar--row .topbar__bar{height:90px}@media (min-width: 1279px){.topbar--row .topbar__bar{height:96px}}@media (max-width: 767.98px){.topbar__bar{padding-top:12px;background-color:#fff;height:53px}}@media (min-width: 768px) and (max-width: 1278.98px){.topbar__bar{padding-top:24px}}@media (min-width: 768px){.topbar__bar{height:88px}.topbar__bar.set--small{height:58px}}@media (min-width: 1279px){.topbar__bar{height:96px;padding-top:24px}.topbar__bar.set--small{height:58px}}.topbar__bar--fixed{background-color:transparent;z-index:109}.topbar--light .topbar__bar{background-color:#000}.main-nav--active .topbar__bar{background:transparent}.topbar__bar__inner{display:flex;justify-content:space-between}.topbar .hamburger-toggle{position:relative;z-index:100;pointer-events:all}.topbar .hamburger-toggle__lines--active,.topbar .hamburger-toggle__lines--active:before,.topbar .hamburger-toggle__lines--active:after{background:#fff}.topbar__logo-wrapper{display:flex;flex-wrap:wrap}.main-nav--active .topbar__logo-wrapper{z-index:100;fill:#fff}.main-nav--active .topbar__logo-wrapper .topbar__logo{opacity:0;pointer-events:none}.main-nav--active .topbar__logo-wrapper .type--svg{opacity:1;pointer-events:all}.topbar__logo{pointer-events:all}@media (min-width: 768px) and (max-width: 1278.98px){.topbar__logo{font-size:32px;line-height:24px}}@media (min-width: 1279px){.topbar__logo{line-height:32px}}@media (max-width: 767.98px){.set--row .topbar__logo{max-width:50%}}.topbar__logo.type--page{color:#d7d1ce;max-width:74vw;max-height:42px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-height:1;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;transition:opacity .2s .2s ease-in}@media (max-width: 767.98px){.topbar__logo.type--page{max-height:50px;max-width:80vw;line-clamp:2;-webkit-line-clamp:2;margin-top:3px}.set--row .topbar__logo.type--page{transform:translateY(0)}.topbar__bar--fixed .topbar__logo.type--page{transition:opacity .01s linear;opacity:0;pointer-events:none}}@media (min-width: 768px) and (max-width: 1278.98px){.topbar__logo.type--page{max-height:32px}}.topbar__logo__link{margin-right:12px;text-decoration:none;color:inherit;display:inline}@media (hover: hover){.topbar__logo__link:hover{text-decoration:none}}.topbar__logo__svg{display:inline-block;height:.75em;fill:inherit}.topbar__nav{position:fixed;inset:0;background:transparent;display:flex;justify-content:center;flex-direction:column;align-items:center;text-align:center;z-index:-1;opacity:0;pointer-events:none;color:#fff;transition:background .2s,opacity .2s}.topbar__nav--active{opacity:1;z-index:99;pointer-events:auto;background:#d7d1ce}.topbar__nav__footer{margin-bottom:6px;margin-top:auto;width:100%;padding-bottom:12px;display:flex;flex-direction:column;justify-content:center;align-items:center}.topbar__nav__footer__top{margin-bottom:6px}@media (max-width: 767.98px){.topbar__nav__footer__top{flex-direction:column}.topbar__nav__footer__top>ul{margin-top:6px}}.topbar__nav__footer button,.topbar__nav__footer a{color:inherit}@media (hover: hover){.topbar__nav__footer button:hover,.topbar__nav__footer a:hover{text-decoration:none;color:#000}}.topbar__nav__footer li,.topbar__nav__footer ul{margin-bottom:0}.topbar__nav__footer__list{display:flex;justify-content:center}@media (max-width: 767.98px){.topbar__nav__footer__list{margin-bottom:.5ex}}.topbar__nav__footer__list__item{margin-left:1ex}.topbar__nav__footer__list__item:first-child{margin-left:1.5ex}@media (max-width: 767.98px){.topbar__nav__footer__list__item:first-child{margin-left:0}}.topbar__nav__buttons{width:100%;justify-content:center;color:#fff;padding-top:72px}@media (max-width: 1278.98px){.topbar__nav__buttons{flex-direction:column;align-items:center;padding-left:12px;padding-right:12px}.topbar__nav__buttons .button,.topbar__nav__buttons .fstr-cookie-btn{margin-top:12px;margin-left:0}.topbar__nav__buttons .button:first-of-type,.topbar__nav__buttons .fstr-cookie-btn:first-of-type{margin-top:0}}.nav-list{margin-top:auto;margin-bottom:0}.nav-list__item__link{color:#fff;margin:0}@media (max-width: 767.98px){.nav-list__item__link{font-size:48px;line-height:43px}}@media (min-width: 768px) and (max-width: 1278.98px){.nav-list__item__link{font-size:80px;line-height:72px}}@media (hover: hover){.nav-list__item__link:hover{color:#000}}.nav-list__item__link__active{color:#000}.nav-list__item{width:100%}.sub-navigation{margin-top:12px;padding-top:48px;padding-bottom:48px;overflow:hidden;overflow-x:auto;display:flex;flex:1}.sub-navigation__item{display:flex;margin-right:.9375rem}.sub-navigation__item:last-child:after{content:"";width:.9375rem;display:block}.sub-navigation__item__inner{color:#d7d1ce;text-decoration:none}@media (hover: hover){.sub-navigation__item__inner:hover{text-decoration:underline}}.sub-navigation__item__inner--active{color:#000}.topbar--light .topbar__bar--fixed{background-color:#0000}.topbar--light .topbar__logo__svg{fill:#fff}.topbar--light .topbar__logo__subtitle{opacity:.3}.topbar--light .topbar__logo__subtitle:hover{color:#fff}.topbar--light .hamburger-toggle__lines,.topbar--light .hamburger-toggle__lines:before,.topbar--light .hamburger-toggle__lines:after{background:#fff}.header{width:100%;height:auto;position:relative}.header.type--404{height:calc(100vh - 180px);background:white}@media (max-width: 767.98px){.header.type--404{height:calc(100vh - 110px)}}.header.set--inverted{background-color:#fff}.header.set--inverted .header__crop img{opacity:.7}.header.set--image-contain .header__crop{padding:0}.header.set--image-contain .header__crop img{max-height:calc(100vh - 20px);margin:auto;width:100%;object-fit:cover}.header__crop__wrapper{transform:translateZ(0);will-change:transform;overflow:hidden;background-color:#000}.header__crop{position:relative;z-index:14;margin:0;overflow:hidden}@media (max-width: 767.98px){.header__crop{padding-top:100%}}@media (min-width: 576px){.header__crop{padding-top:50%}}@media (min-width: 1900px){.header__crop{padding-top:calc(50% - 72px)}}.header__crop .aspect-ratio-element:before,.header__crop .header__image:before,.header__crop .fstr-html5-video__container:before,.header__crop .aspect-ratio img:before,.header__crop .project-gallery__image-crop img:before,.header__crop .project-list-item__crop img:before,.header__crop .employee-card__crop img:before,.header__crop .project-content-block__image__crop img:before,.header__crop .purpose-teaser__crop img:before,.header__crop .news-card img:before,.aspect-ratio .header__crop img:before,.project-gallery__image-crop .header__crop img:before,.project-list-item__crop .header__crop img:before,.employee-card__crop .header__crop img:before,.project-content-block__image__crop .header__crop img:before,.purpose-teaser__crop .header__crop img:before,.news-card .header__crop img:before,.header__crop .markdown-content .fr-video img:before,.markdown-content .fr-video .header__crop img:before,.header__crop .markdown-content .fr-video iframe:before,.markdown-content .fr-video .header__crop iframe:before,.header__crop .card__figure img:before,.card__figure .header__crop img:before,.header__crop .embed-removed img:before,.embed-removed .header__crop img:before,.header__crop .embed-removed__inner:before{width:100%;height:100%;position:absolute;inset:0;z-index:10;background:#000;content:"";opacity:.1;transition:opacity .3s ease-in-out}.set--inverted .header__crop .aspect-ratio-element:before,.set--inverted .header__crop .header__image:before,.set--inverted .header__crop .fstr-html5-video__container:before,.set--inverted .header__crop .aspect-ratio img:before,.set--inverted .header__crop .project-gallery__image-crop img:before,.set--inverted .header__crop .project-list-item__crop img:before,.set--inverted .header__crop .employee-card__crop img:before,.set--inverted .header__crop .project-content-block__image__crop img:before,.set--inverted .header__crop .purpose-teaser__crop img:before,.set--inverted .header__crop .news-card img:before,.aspect-ratio .set--inverted .header__crop img:before,.project-gallery__image-crop .set--inverted .header__crop img:before,.project-list-item__crop .set--inverted .header__crop img:before,.employee-card__crop .set--inverted .header__crop img:before,.project-content-block__image__crop .set--inverted .header__crop img:before,.purpose-teaser__crop .set--inverted .header__crop img:before,.news-card .set--inverted .header__crop img:before,.set--inverted .header__crop .markdown-content .fr-video img:before,.markdown-content .fr-video .set--inverted .header__crop img:before,.set--inverted .header__crop .markdown-content .fr-video iframe:before,.markdown-content .fr-video .set--inverted .header__crop iframe:before,.set--inverted .header__crop .card__figure img:before,.card__figure .set--inverted .header__crop img:before,.set--inverted .header__crop .embed-removed img:before,.embed-removed .set--inverted .header__crop img:before,.set--inverted .header__crop .embed-removed__inner:before{background:#fff}.header__crop--audio-on .aspect-ratio-element:before,.header__crop--audio-on .header__crop .header__image:before,.header__crop .header__crop--audio-on .header__image:before,.header__crop--audio-on .header__crop .fstr-html5-video__container:before,.header__crop .header__crop--audio-on .fstr-html5-video__container:before,.header__crop--audio-on .aspect-ratio img:before,.header__crop--audio-on .project-gallery__image-crop img:before,.header__crop--audio-on .project-list-item__crop img:before,.header__crop--audio-on .employee-card__crop img:before,.header__crop--audio-on .project-content-block__image__crop img:before,.header__crop--audio-on .purpose-teaser__crop img:before,.header__crop--audio-on .news-card img:before,.aspect-ratio .header__crop--audio-on img:before,.project-gallery__image-crop .header__crop--audio-on img:before,.project-list-item__crop .header__crop--audio-on img:before,.employee-card__crop .header__crop--audio-on img:before,.project-content-block__image__crop .header__crop--audio-on img:before,.purpose-teaser__crop .header__crop--audio-on img:before,.news-card .header__crop--audio-on img:before,.header__crop--audio-on .markdown-content .fr-video img:before,.markdown-content .fr-video .header__crop--audio-on img:before,.header__crop--audio-on .markdown-content .fr-video iframe:before,.markdown-content .fr-video .header__crop--audio-on iframe:before,.header__crop--audio-on .card__figure img:before,.card__figure .header__crop--audio-on img:before,.header__crop--audio-on .embed-removed img:before,.embed-removed .header__crop--audio-on img:before,.header__crop--audio-on .embed-removed__inner:before{opacity:0}.header__crop .header__image,.header__crop .fstr-html5-video__container{animation:fade-in .3s ease-in-out forwards;position:absolute!important;transition:opacity .15s ease-in-out}.header__crop .header__image video,.header__crop .fstr-html5-video__container video{outline:none}.set--image-contain .header__crop .header__image{object-fit:contain}.header__crop .header__image.video--loaded{animation:fade-out .3s .3s ease-in-out both;z-index:10;pointer-events:none}.header__crop fstr-html5-video{width:100%;height:100%;top:0;left:0;position:absolute}.header__crop .fstr-html5-video__container{padding-bottom:0!important;height:100%!important}.header__crop .fstr-html5-video__container video{object-fit:cover}.header__content{position:absolute;inset:0;z-index:15;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:1;transition:opacity .3s ease-in-out;color:#fff}.set--inverted .header__content{color:#000}.set--audio .header__content{opacity:0}.header__content__subtitle{color:inherit;pointer-events:none}.header__content__title,.slider-block__title{pointer-events:none;text-align:center;color:inherit;white-space:pre-line;margin-bottom:0}@media (min-width: 576px){.header__content__title,.slider-block__title{max-width:80vw}}@media (max-width: 767.98px){.header__content__title,.slider-block__title{font-size:9vw;line-height:8vw}}.header__buttons{position:absolute;bottom:0;left:0;z-index:20;width:100%;fill:#fff;color:#fff}.set--inverted .header__buttons{fill:#000;color:#000}.header__buttons .container-fluid,.header__buttons .container-xxl,.header__buttons .container-xl,.header__buttons .container-lg,.header__buttons .container-md,.header__buttons .container-xs,.header__buttons .container-xxs,.header__buttons .container{position:relative;display:flex;align-items:center;justify-content:center}.header__buttons .button--border{opacity:1}.set--audio .header__buttons .button--border{opacity:0;pointer-events:none}.header__buttons .button-audio{position:absolute;left:24px;bottom:0}@media (max-width: 767.98px){.header__buttons .button-audio{top:0;left:12px;bottom:auto;transform:translateY(-100%)}}.header__scroll-button,.header__toggle-audio{position:relative;width:45px;height:45px}.header__scroll-button fstr-icon,.header__toggle-audio fstr-icon{width:45px}.header__scroll-button{margin:0 auto;animation:slide-in-bottom .3s 1s ease-in-out both}.header__scroll-button fstr-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header__scroll-button fstr-icon .icon{transform:translateY(-5px);animation:fade-out 1s .3s ease infinite both}.header__scroll-button fstr-icon+fstr-icon .icon{transform:translateY(5px);animation-delay:.6s}.header__toggle-audio fstr-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .2s ease-in-out}.header__toggle-audio fstr-icon.icon--audio-on{opacity:1}.header__toggle-audio--audio-on fstr-icon.icon--audio-on{opacity:0}.header__toggle-audio--audio-on fstr-icon.icon--audio-off{opacity:1}.header__footer{position:absolute;bottom:0;left:50%;width:100%;text-align:center;overflow:hidden;z-index:20;color:#fff;transform:translate(-50%)}@media (max-width: 767.98px){.header__footer{max-width:80vw;white-space:initial}}@media (min-width: 768px) and (max-width: 1023.98px){.header__footer{max-width:512px}}@media (min-width: 1024px) and (max-width: 1278.98px){.header__footer{max-width:80%}}@media (min-width: 1279px) and (max-width: 1899.98px){.header__footer{padding-left:0;padding-right:0;max-width:1140px}}@media (min-width: 1900px){.header__footer{max-width:1500px}}.header__footer p{margin-bottom:0}.header.no--content .header__crop .aspect-ratio-element:before,.header.no--content .header__crop .aspect-ratio img:before,.header.no--content .header__crop .project-gallery__image-crop img:before,.header.no--content .header__crop .project-list-item__crop img:before,.header.no--content .header__crop .employee-card__crop img:before,.header.no--content .header__crop .project-content-block__image__crop img:before,.header.no--content .header__crop .purpose-teaser__crop img:before,.header.no--content .header__crop .news-card img:before,.aspect-ratio .header.no--content .header__crop img:before,.project-gallery__image-crop .header.no--content .header__crop img:before,.project-list-item__crop .header.no--content .header__crop img:before,.employee-card__crop .header.no--content .header__crop img:before,.project-content-block__image__crop .header.no--content .header__crop img:before,.purpose-teaser__crop .header.no--content .header__crop img:before,.news-card .header.no--content .header__crop img:before,.header.no--content .header__crop .markdown-content .fr-video img:before,.markdown-content .fr-video .header.no--content .header__crop img:before,.header.no--content .header__crop .markdown-content .fr-video iframe:before,.markdown-content .fr-video .header.no--content .header__crop iframe:before,.header.no--content .header__crop .card__figure img:before,.card__figure .header.no--content .header__crop img:before,.header.no--content .header__crop .embed-removed img:before,.embed-removed .header.no--content .header__crop img:before,.header.no--content .header__crop .embed-removed__inner:before,.header.no--content .header__crop .header__image:before,.header.no--content .header__crop .fstr-html5-video__container:before{display:none}.header--no-image{width:100vw;height:calc(var(--vh, 1vh) * 30)}.header--no-image .header__crop .aspect-ratio-element:before,.header--no-image .header__crop .aspect-ratio img:before,.header--no-image .header__crop .project-gallery__image-crop img:before,.header--no-image .header__crop .project-list-item__crop img:before,.header--no-image .header__crop .employee-card__crop img:before,.header--no-image .header__crop .project-content-block__image__crop img:before,.header--no-image .header__crop .purpose-teaser__crop img:before,.header--no-image .header__crop .news-card img:before,.aspect-ratio .header--no-image .header__crop img:before,.project-gallery__image-crop .header--no-image .header__crop img:before,.project-list-item__crop .header--no-image .header__crop img:before,.employee-card__crop .header--no-image .header__crop img:before,.project-content-block__image__crop .header--no-image .header__crop img:before,.purpose-teaser__crop .header--no-image .header__crop img:before,.news-card .header--no-image .header__crop img:before,.header--no-image .header__crop .markdown-content .fr-video img:before,.markdown-content .fr-video .header--no-image .header__crop img:before,.header--no-image .header__crop .markdown-content .fr-video iframe:before,.markdown-content .fr-video .header--no-image .header__crop iframe:before,.header--no-image .header__crop .card__figure img:before,.card__figure .header--no-image .header__crop img:before,.header--no-image .header__crop .embed-removed img:before,.embed-removed .header--no-image .header__crop img:before,.header--no-image .header__crop .embed-removed__inner:before,.header--no-image .header__crop .header__image:before,.header--no-image .header__crop .fstr-html5-video__container:before{opacity:0}.header--no-image .header__content__title,.header--no-image .slider-block__title{color:#000;transform:translate3d(0,100px,0)}.header__video__button{position:absolute;inset:0;width:100%;height:100%;z-index:100;background-color:#00000080}.header__video__button button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;min-width:100px;fill:currentColor;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:.7em;text-transform:uppercase}.header__video__button button strong{position:absolute;top:100%}.header__video__button button:hover strong{opacity:1}.header__video__button .icon{width:50px;height:50px;display:block;margin-bottom:6px}app-news-card{display:contents}.news-card{border-bottom:2px solid #d8d8d8;width:100%;height:100%}.news-card:before{padding-top:90%}@media (max-width: 767.98px){.news-card:before{padding-top:108%}}@media (min-width: 768px) and (max-width: 1278.98px){.news-card:before{padding-top:102%}}@media (min-width: 1900px){.news-card:before{padding-top:75%}}.news-card__inner{width:100%;height:100%;position:absolute;inset:0}.news-card__inner>div{width:100%;height:100%;display:flex;flex-direction:column}.news-card__figure{height:100%;margin-bottom:0}.news-card__figure .image-link{display:contents}.news-card__figure img{width:100%;position:relative}.news-card__figure:before{height:100%;padding-top:0;display:none}.news-card__figure .card__figure__read-more:hover{background-color:#fff;border-color:#fff;color:#000}.news-card__title{text-transform:uppercase}.news-card__title span.text-muted{margin-left:1ex}.image-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:109;pointer-events:none;display:flex;flex-direction:column;justify-content:center;align-items:center;fill:#fff;color:#fff}.image-modal--open{pointer-events:all}.image-modal--open .image-modal__overlay,.image-modal--open .image-modal__button,.image-modal--open .image-modal__wrapper{transform:scale(1)}.image-modal--open .image-modal__wrapper{transition:opacity .3s .2s ease-in-out;opacity:1}.image-modal--open .image-modal__overlay{opacity:1;transition:opacity .3s ease-in-out,transform 2ms ease-in-out}.image-modal__button,.image-modal__overlay,.image-modal__wrapper{position:relative;transform:scale(0);z-index:10}.image-modal__wrapper{transition:opacity .3s ease-in-out;width:100vw;opacity:0;height:100vh}.image-modal__overlay{position:absolute;inset:0;opacity:0;z-index:5;transition:opacity .3s .3s ease-in-out,transform 2ms .6s ease-in-out;background-color:#fff}.image-modal__button{position:absolute;top:36px;right:24px}.image-modal__button .icon{width:30px;height:30px}@media (max-width: 767.98px){.image-modal__button{right:12px;top:12px}.image-modal__button .icon{transform:scale(.8)}}.image-modal__content{position:relative;z-index:6}.image-modal .image-modal__image{width:70vw;height:100vh;text-align:center;display:flex;position:relative;max-width:90vw}.image-modal .image-modal__image:before{position:absolute;top:50%;left:50%;content:"Loading image";font-weight:600;text-transform:uppercase;color:#d7d1ce;transform:translate(-50%,-50%);z-index:1}@media (max-width: 767.98px){.image-modal .image-modal__image{width:100vw;height:70vh;max-width:100vw;margin:auto}}.image-modal .image-modal__image img{object-fit:contain;margin:auto;z-index:20;width:100%;height:100%}.image-modal .image-modal__image figcaption{text-align:center;padding:12px 0}.image-modal .glide{width:80vw;height:100vh;position:relative;margin:0 auto}@media (max-width: 767.98px){.image-modal .glide{width:100vw;height:90vh;margin-top:5vh;display:flex}}@media (max-width: 767.98px){.image-modal .glide__track{margin:auto}}.image-modal .glide__arrow{width:44px;height:44px;font-size:0}@media (max-width: 767.98px){.image-modal .glide__arrow{position:absolute;top:auto;bottom:0;left:50%}}.image-modal .glide__arrow--left{left:0;transform:translate(-110%);background:url(/assets/gfx/icon-chevron-light-left-black.svg) no-repeat center center}@media (max-width: 767.98px){.image-modal .glide__arrow--left{left:50%;transform:translate(-200%)}}.image-modal .glide__arrow--right{right:0;transform:translate(110%);background:url(/assets/gfx/icon-chevron-light-right-black.svg) no-repeat center center}@media (max-width: 767.98px){.image-modal .glide__arrow--right{left:50%;transform:translate(100%)}}.image-modal .glide__bullets{position:absolute;bottom:0;left:50%;transform:translate(-50%,150%)}@media (max-width: 767.98px){.image-modal .glide__bullets{transform:translate(-50%,200%)}}.image-modal .slider__page{position:absolute;top:-12px;left:24px;display:block}@media (max-width: 767.98px){.image-modal .slider__page{top:-24px;transform:translateY(5px);left:12px}}@media (min-width: 576px){.image-modal .slider__page{transform:translateY(50px);letter-spacing:-.2ex}}.image-modal .slider__cursor__pointer{background-image:url(/assets/gfx/icon-chevron-left-black.svg)}.footer{margin-bottom:6px}@media (max-width: 767.98px){.footer{padding-bottom:12px}}.footer.theme--dark{background-color:#000;color:#fff;fill:#fff}.footer .container-xs{display:flex;align-items:center;justify-content:center}@media (max-width: 767.98px){.footer .container-xs{flex-direction:column}}.footer ul,.footer li{margin-bottom:0}@media (max-width: 767.98px){.footer ul{width:100%;justify-content:center}.footer ul li:first-child{margin-left:0}}.footer a{color:inherit}.footer a:hover{text-decoration:none;color:#d7d1ce}.footer__socials{display:flex;margin-left:1ex}@media (max-width: 767.98px){.footer__socials{margin-top:6px}}.footer__socials__item{margin-left:1ex}.footer__menu-list__item button,.footer__menu-list__item a{margin:0 1ex;color:#d7d1ce}.light .footer__menu-list__item button,.theme--dark .footer__menu-list__item button,.light .footer__menu-list__item a,.theme--dark .footer__menu-list__item a{opacity:.3}.footer__menu-list__item button:hover,.footer__menu-list__item a:hover{text-decoration:none;color:#000}.theme--dark .footer__menu-list__item button:hover,.theme--dark .footer__menu-list__item a:hover{opacity:.4;color:#fff}.light .footer__menu-list__item button:hover,.light .footer__menu-list__item a:hover{color:#fff}@media (hover: hover){.slider.set--slider.set--cursor-arrow{cursor:none}}.slider__item{position:relative}.slider__page{display:none}@media (hover: hover){.slider.set--cursor-arrow .glide__arrow{opacity:0}}.slider__cursor{position:fixed;pointer-events:none;z-index:9000;display:none}@media (hover: hover){.set--cursor-arrow .slider__cursor{display:block}}.slider__cursor__pointer{width:44px;height:44px;transform:translate(-50%,-50%);background:url(/assets/gfx/icon-chevron-left-white.svg);background-size:contain;background-position:center;background-repeat:no-repeat}.slider__cursor__pointer.type--right{transform:translate(-50%,-50%) scaleX(-1)}.loading{position:fixed;inset:0;z-index:999;background-color:#fff}.loading__indicator{top:50%;left:50%;display:none;position:absolute;width:170px;text-align:center;transform:translate(-50%,-50%)}.loading__indicator.is--active{z-index:40;display:inline-block;animation:fade-in .1s .3s ease-in-out both}.loading__indicator__item{display:inline-block;color:#000;font-weight:700;font-family:GT America Extended Bold,sans-serif;font-size:2rem;text-transform:uppercase}.is--active .loading__indicator__item.is--bounce1{animation-delay:-.96s}.is--active .loading__indicator__item.is--bounce2{animation-delay:-.8s}.is--active .loading__indicator__item.is--bounce3{animation-delay:-.64s}.is--active .loading__indicator__item.is--bounce4{animation-delay:-.48s}.is--active .loading__indicator__item.is--bounce5{animation-delay:-.32s}.is--active .loading__indicator__item.is--bounce6{animation-delay:-.16s}@keyframes sk-bouncedelay{0%,80%,to{transform:scale(1)}40%{transform:scale(.7)}}@media (max-width: 767.98px){.home .slider-block{padding-bottom:72px}}@media (min-width: 768px) and (max-width: 1278.98px){.home .slider-block{padding-bottom:48px}}@media (max-width: 767.98px){.home-news__list__item{display:none}.home-news__list__item:nth-child(1),.home-news__list__item:nth-child(2),.home-news__list__item:nth-child(3),.home-news__list__item:nth-child(4){display:block}}@media (min-width: 768px) and (max-width: 1278.98px){.home-news{padding-left:96px;padding-right:96px;margin-bottom:12px}}.home-news__list{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-column-gap:12px;grid-auto-flow:dense;margin-bottom:0}@media (min-width: 768px) and (max-width: 1023.98px){.home-news__list{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1024px){.home-news__list{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr)}}.home-news__list__item{margin-bottom:12px}@media (min-width: 768px) and (max-width: 1023.98px){.home-news__list__item{grid-column:auto/span 2;margin-bottom:24px}.home-news__list__item:nth-child(5),.home-news__list__item:nth-child(6),.home-news__list__item:nth-child(7),.home-news__list__item:nth-child(8),.home-news__list__item:nth-child(9){display:none}}@media (min-width: 1024px) and (max-width: 1278.98px){.home-news__list__item:nth-child(6),.home-news__list__item:nth-child(7),.home-news__list__item:nth-child(8),.home-news__list__item:nth-child(9){display:none}}@media (min-width: 1024px){.home-news__list__item{margin-bottom:24px}.home-news__list__item:nth-child(1){grid-column:1/span 2;grid-row:1/span 2}.home-news__list__item:nth-child(1) .news-card__title{font-size:1.25rem}}.home-news__footer{display:flex;align-items:center;justify-content:center}@media (min-width: 576px){.home-intro-block{padding-left:0;padding-right:0}}@media (min-width: 768px) and (max-width: 1023.98px){.home-intro-block{max-width:480px}}@media (min-width: 1024px) and (max-width: 1278.98px){.home-intro-block{max-width:650px}}@media (min-width: 1900px){.home-intro-block{max-width:1228px}}.home-intro-block__summary{margin-bottom:12px}.home-intro-block__text{opacity:0;max-height:0;margin-bottom:12px;overflow:hidden;transition:opacity .1s ease-in-out,max-height .4s cubic-bezier(0,1,0,1)}.home-intro-block__text--open{opacity:1;max-height:2000px;transition:opacity .1s ease-in-out,max-height .3s ease-in}.home-intro-block__text ul,.home-intro-block__text dl,.home-intro-block__text ol,.home-intro-block__text p{margin-bottom:2ex}@media (hover: hover){.home-intro-block__toggle:hover{text-decoration:none}}.slider-block .slider__item__content{justify-content:center}.slider-block .slider__item__content .button,.slider-block .slider__item__content .fstr-cookie-btn{position:absolute;bottom:72px;left:50%;transform:translate(-50%)}@media (min-width: 1279px){.purpose-content-block--3,.purpose-content-block--2,.purpose-content-block--1{display:flex}}.purpose-content-block--3,.purpose-content-block--2{flex-direction:column}.purpose-content-block--2{justify-content:flex-end}.purpose-content-block--5 .purpose-content-block{flex-direction:row-reverse}@media (min-width: 1279px){.purpose-content-block--3{padding-right:48px}}.purpose-page__blocks__list__item--3 .purpose-content-block.purpose-content-block--3{justify-content:flex-end}@media (min-width: 768px) and (max-width: 1023.98px){.purpose-content-block__main{max-width:500px;margin:0 auto}}@media (min-width: 1024px) and (max-width: 1278.98px){.purpose-content-block__main{max-width:650px;margin:0 auto}}@media (min-width: 1279px){.purpose-content-block__main{width:50vw;max-width:100%;margin:0}.purpose-content-block__main__inner{max-width:432px;margin:0 auto}.purpose-page__blocks__list__item--3 .purpose-content-block__main,.page__blocks__list__item:nth-child(3n) .purpose-content-block--3 .purpose-content-block__main,.purpose-content-block--2 .purpose-content-block__main{width:45vw;margin:auto 0 auto auto}}@media (max-width: 767.98px){.purpose-content-block__teasers{margin-right:-12px;margin-left:-12px}}@media (min-width: 768px) and (max-width: 1278.98px){.purpose-content-block__teasers{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-auto-flow:dense;grid-column-gap:12px;grid-row-gap:12px}}@media (min-width: 1279px){.purpose-content-block__teasers.images--2,.purpose-content-block__teasers.images--3{width:100%;display:grid;grid-template-columns:auto 30vw;grid-template-rows:1fr;grid-auto-flow:dense;grid-column-gap:72px;grid-row-gap:72px}.purpose-page__blocks__list__item--3 .purpose-content-block__teasers.images--3,.purpose-content-block__teasers.images--2{grid-template-columns:30vw auto}.purpose-content-block__teasers.images--1{width:45vw}}.purpose-content-block__teasers__item{position:relative;width:100%}@media (max-width: 1278.98px){.images--3 .purpose-content-block__teasers__item:last-of-type{display:none}}@media (min-width: 1279px){.purpose-content-block__teasers__item{display:inline-block;margin:0 0 auto auto}.images--3 .purpose-content-block__teasers__item.index--0{max-width:450px}.images--3 .purpose-content-block__teasers__item.index--0 .purpose-teaser__crop:before{padding-top:100%}.images--3 .purpose-content-block__teasers__item.index--1 .purpose-teaser__crop{max-height:88vh}.images--3 .purpose-content-block__teasers__item.index--1 .purpose-teaser__crop:before{padding-top:150%}.images--3 .purpose-content-block__teasers__item.index--2{margin-top:calc(0px - var(--purposeMain))}.images--3 .purpose-content-block__teasers__item.index--2 .purpose-teaser__crop{max-height:70vh}.images--3 .purpose-content-block__teasers__item.index--2 .purpose-teaser__crop:before{padding-top:66%}.purpose-page__blocks__list__item--3 .images--3 .purpose-content-block__teasers__item.index--0{margin-top:auto;margin-bottom:0;max-width:none}.purpose-page__blocks__list__item--3 .images--3 .purpose-content-block__teasers__item.index--1 .purpose-teaser__crop:before{padding-top:66%}.purpose-page__blocks__list__item--3 .images--3 .purpose-content-block__teasers__item.index--2 .purpose-teaser__crop,.purpose-page__blocks__list__item--3 .images--3 .purpose-content-block__teasers__item.index--0 .purpose-teaser__crop{max-height:88vh}.purpose-page__blocks__list__item--3 .images--3 .purpose-content-block__teasers__item.index--2 .purpose-teaser__crop:before,.purpose-page__blocks__list__item--3 .images--3 .purpose-content-block__teasers__item.index--0 .purpose-teaser__crop:before{padding-top:100%}.purpose-page__blocks__list__item--3 .images--3 .purpose-content-block__teasers__item.index--2{width:120%;margin-top:0;transform:translate(25%)}.images--1 .purpose-content-block__teasers__item .purpose-teaser__crop{max-height:96vh}.images--1 .purpose-content-block__teasers__item .purpose-teaser__crop:before{padding-top:150%}.images--2 .purpose-content-block__teasers__item .purpose-teaser__crop{max-height:70vh}.images--2 .purpose-content-block__teasers__item .purpose-teaser__crop:before{padding-top:66%}.images--2 .purpose-content-block__teasers__item.index--0 .purpose-teaser__crop{max-height:96vh}.images--2 .purpose-content-block__teasers__item.index--0 .purpose-teaser__crop:before{padding-top:150%}}@media (min-width: 1024px) and (max-width: 1899.98px){.purpose-content-block__teasers__item.index--2 .purpose-teaser{margin-right:96px}}@media (min-width: 768px) and (max-width: 1023.98px){.purpose-content-block .block-content__text{margin-bottom:72px}}app-purpose-teaser{display:contents}.purpose-teaser{width:100%;height:100%;position:relative}.purpose-teaser__crop:before{padding-top:75%}@media (max-width: 767.98px){.purpose-teaser__crop:before{padding-top:100%}}.purpose-teaser__title{position:absolute;right:0;bottom:0;left:0;padding-left:12px;padding-right:12px}@media (min-width: 576px){.purpose-teaser__title{padding-left:24px;padding-right:24px}}.purpose-teaser__link{max-width:none;width:100%}.people-content-block{display:flex;flex-direction:column}@media (min-width: 1279px){.people-content-block{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-auto-flow:dense;grid-column-gap:12px;grid-row-gap:12px}}.people-content-block__image{position:relative}.people-content-block__image .image-caption{position:relative;text-align:left}.people-content-block__main{max-width:650px;margin-left:auto;margin-right:auto}@media (min-width: 768px) and (max-width: 1278.98px){.people-content-block__main{max-width:650px;margin:0 auto}}@media (min-width: 768px) and (max-width: 1023.98px){.people-content-block__main{max-width:500px}}@media (min-width: 1279px){.people-content-block__main{max-width:480px}}@media (min-width: 1900px){.people-content-block__main{max-width:610px}}.people-content-block__text{margin-bottom:0}@media (max-width: 767.98px){.people-content-block__images{margin-left:-12px;margin-right:-12px}}@media (min-width: 768px) and (max-width: 1278.98px){.people-content-block__images{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-auto-flow:dense;grid-column-gap:12px;grid-row-gap:12px}.people-content-block__images .people-content-block__image{padding-top:66.73%;position:relative;overflow:hidden}.people-content-block__images .people-content-block__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}}.people-content-block__quote{margin-bottom:0;margin-top:auto}@media (max-width: 1899.98px){.people-content-block__quote{margin-top:24px}}.people-content-block__quote blockquote,.people-content-block__image{margin-bottom:0}@media (max-width: 767.98px){.people-content-block__image.image--2{margin-top:24px}}.people-content-block__image img{width:auto;max-height:93vh;object-fit:cover}@media (min-width: 1279px){.people-content-block__image img{min-height:678px;max-width:90%}}@media (min-width: 576px){.project-content-block{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-column-gap:12px;grid-auto-flow:dense}}.project-content-block__main__footer .block-content__quote{margin-bottom:0}.project-content-block__main__footer .button,.project-content-block__main__footer .fstr-cookie-btn{margin-top:24px}@media (max-width: 767.98px){.project-content-block__main__footer{padding-top:36px}}.project-content-block__text p:last-of-type{margin-bottom:0}.project-content-block__image__crop{max-height:90vh;cursor:pointer;background-color:#f8f9fa}.project-content-block__image__crop img{animation:fade-in .2s ease-in-out}.project-content-block__image__caption{font-size:.8em;position:relative;max-width:580px;margin-top:1ex}@media (max-width: 767.98px){.project-content-block__image__caption{padding:0 12px}}@media (max-width: 767.98px){.project-content-block__image{margin-left:-12px;margin-right:-12px;margin-bottom:24px;grid-column:span 2}.project-content-block__image__crop:before{padding-top:100%}}@media (min-width: 768px) and (max-width: 1278.98px){.project-content-block .project-content-block__image__crop:before{padding-top:74.9%}}@media (min-width: 768px) and (max-width: 1278.98px){.project-content-block__main{grid-column:span 2;max-width:650px;margin:0 auto;padding-top:36px}.project-content-block__main__footer{padding-top:72px}}@media (min-width: 768px) and (max-width: 1023.98px){.project-content-block__main{max-width:490px}}@media (min-width: 1279px){.project-content-block{grid-row-gap:72px}.project-content-block.type--past-block-one-image{margin-top:calc(0px - 72px - var(--projectMain))}.project-content-block__image{display:flex;flex-direction:column}.project-content-block__crop{width:100%}.project-content-block__image--1{grid-column:span 2;align-items:flex-end;text-align:right}.project-content-block__image--1 figure{width:90%;max-height:90vh;max-width:1200px}.project-content-block__image--1 figure:before{padding-top:75%}.type--past-block-one-image .project-content-block__image--1 figure{grid-column:auto;max-width:calc(50% - 36px);height:calc(var(--projectMain) + 192px)}.type--past-block-one-image .project-content-block__image--2{margin-top:-192px}.type--one-image .project-content-block__image--2{display:none}.project-content-block__image--2 .project-content-block__image__crop{max-width:740px;width:80%}.project-content-block__image--2 .project-content-block__image__crop:before{padding-top:133%}.project-content-block__main{max-width:450px;margin:0 auto 0 72px;display:flex;flex-direction:column}.project-content-block__main__footer{margin-bottom:0;margin-top:auto;padding-top:36px}}@media (min-width: 1900px){.project-content-block__main{max-width:610px}}.project-content-block__video{grid-column:span 2;width:100%}@media (max-width: 767.98px){.project-content-block__video{width:calc(100% + 24px);margin-bottom:24px;margin-left:-12px!important;margin-right:-12px}}@media (min-width: 768px) and (max-width: 1278.98px){.project-content-block__video{margin-bottom:24px;width:100%}}@media (min-width: 576px){.project-content-block__video{grid-column:span 2;max-width:1200px}}@media (min-width: 1279px){.project-page__blocks__list__item:nth-child(odd) .project-content-block__video{margin-left:auto;margin-right:0;text-align:right}}.project-content-block__video .project-content-block__image__caption{padding-right:12px;padding-left:12px;margin-top:5px;display:inline-block}@media (min-width: 768px){.project-content-block__video .project-content-block__image__caption{padding:0}}@media (min-width: 1279px){.project-content-block__video .project-content-block__image__caption{float:right}}.project-content-block__video .header fstr-html5-video{width:100%;height:100%;position:absolute;inset:0;display:block;z-index:20}.project-content-block__video .header__buttons,.project-content-block__video .header__content{display:none}.project-content-block__video .header__crop{height:auto;padding-top:56.26%}.project-content-block__video .header__crop:before{padding-top:56.25%;height:0;position:relative;width:100%;display:block}.project-page__blocks__list>li:nth-child(odd) .project-content-block__video{margin-left:auto}.related-news__title{line-height:.7}@media (max-width: 767.98px){.related-news__title{font-size:14px}}.related-news__list{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-column-gap:12px;grid-auto-flow:dense;margin-bottom:0}@media (min-width: 768px) and (max-width: 1023.98px){.related-news__list{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.related-news__list{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr)}}.related-news__list__item{margin-bottom:12px}@media (min-width: 768px) and (max-width: 1023.98px){.related-news__list__item{margin-bottom:36px}}@media (min-width: 1024px){.related-news__list__item{margin-bottom:24px}.related-news__list__item:nth-child(1){grid-column:1/span 2;grid-row:1/span 2}}.related-news__footer{display:flex;align-items:center;justify-content:center}.project-card-small{width:100%;height:100%;position:relative}.project-card-small__crop{width:100%;height:100%;position:relative;background-color:#000;margin:0}.project-card-small__crop:before{display:none;padding-top:75%;background-color:#000}@media (min-width: 768px) and (max-width: 1023.98px){.project-card-small__crop:before{padding-top:92%}}.project-card-small__crop img{width:100%;object-fit:cover;opacity:.8;transition:opacity .1s ease-in-out;animation:fade-in .1s ease-in-out}.project-card-small__title{position:absolute;right:24px;bottom:12px;left:24px;font-family:GT America Extended Bold,sans-serif;padding:6px 12px;border:2px solid;color:#fff;text-align:center;text-transform:uppercase;background-color:#0003;word-wrap:break-word}@media (max-width: 767.98px){.project-card-small__title{left:12px;right:12px;bottom:6px;padding:6px}}@media (hover: hover){.project-card-small .project-card-small__title{transition:background-color .2s ease-in-out}.project-card-small:hover .project-card-small__title{background-color:#fff;color:#000;border-color:#fff}}.project-card{position:relative;overflow:hidden}.project-card a{color:inherit}.project-card__title{max-height:33px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:inherit;transition:opacity .2s;text-transform:none;margin:12px 0}.project-card__figure{overflow:hidden;margin:0}.project-card__figure:before{display:none}.project-card__figure img{width:100%;object-fit:cover}.project-card__figure img.set--loaded{animation:fade-in .2s ease-in-out both}.project-card .card__figure__read-more:hover{color:#000;border-color:#fff;background-color:#fff}.project-card__image{overflow:hidden}.project-card__crop.no--image:before{background-color:#ffffff0d}.project-card__crop:before{padding-top:75.17%}@media (hover: hover){.project-card:hover .project-card__title{opacity:1}}.related-projects__title{line-height:.7}@media (max-width: 767.98px){.related-projects__title{font-size:14px}}@media (min-width: 768px) and (max-width: 1023.98px){.related-projects .col-md-8{max-width:50%;flex:0 0 50%}}@media (min-width: 1024px) and (max-width: 1899.98px){.related-projects .col-md-8{max-width:25%;flex:0 0 25%}.related-projects .col-md-8:nth-child(10),.related-projects .col-md-8:nth-child(9){display:none}}@media (min-width: 1900px){.related-projects .col-xl-5{flex:0 0 20%;max-width:20%}}.simple-image__content{justify-content:space-between;display:flex;flex-flow:column}.employee-card{position:relative;width:100%;height:100%}.employee-card__crop{margin-bottom:0}.employee-card__crop:before{padding-top:71%}.employee-card__crop img{display:none}.employee-card__content{padding-top:6px;padding-bottom:6px;line-height:19.2px}.employee-card__title{font-family:GT America Medium,sans-serif;font-size:inherit;margin-bottom:0;line-height:inherit;font-weight:400}.employee-card__title em:before{content:", ";margin-left:-3px}.video-wrapper__inner{position:relative;z-index:14;margin:0;overflow:hidden;height:auto;padding-top:56.26%}.project-overview{position:relative}@media (min-width: 768px) and (max-width: 1023.98px){.project-overview__spacer{padding-bottom:72px}}.project-overview__main{position:relative;overflow-x:hidden;min-height:var(--projectsMinHeight)}@media (hover: hover){.project-overview__main{overflow:inherit}}.project-overview__main__container{min-height:70vh}@media (max-width: 1899.98px){.project-overview__main__container.view--list{max-width:100%}}@media (min-width: 768px) and (max-width: 1023.98px){.project-overview__list .col-md-6{flex:0 0 33.333%;max-width:33.333%}}.project-overview__filters{position:relative;z-index:20}@media (min-width: 1279px) and (max-width: 1899.98px){.project-overview__filters{min-height:76px;margin-bottom:36px}}@media (min-width: 1279px) and (max-width: 1899.98px){.project-overview__filters__wrapper{width:100%;background-color:inherit;padding-bottom:2ex}}@media (min-width: 768px) and (max-width: 1278.98px){.project-overview__filters__view{position:absolute;top:0;right:24px}}.project-overview__workfields__item:last-child .project-workfields__content{padding-bottom:0}.project-overview__header{position:relative}.project-overview__header__toggle-view{position:absolute;top:0;right:0;transform:translateY(2px)}.project-overview__header__toggle-view .button-link:first-of-type{margin-right:1ex}.project-overview__header__toggle-view .button-link.set--active{fill:#fff;opacity:1}.project-overview__header__toggle-view .button-link fstr-icon{display:contents}.project-overview__header__toggle-view .button-link .icon{transform:translateY(2px);display:none}@media (max-width: 767.98px){.project-overview__header__toggle-view .button-link>span{display:none}.project-overview__header__toggle-view .button-link .icon{display:block;width:12px;height:12px;min-width:4px;min-height:4px}}.project-overview__labels{display:flex;border-bottom:1px solid #d7d1ce;margin-bottom:0;padding-bottom:6px}.project-overview__labels__item{flex:1;font-weight:700;position:relative;display:flex;align-items:center;cursor:pointer}.project-overview__labels__item.type--types,.project-overview__labels__item.type--type,.project-overview__labels__item.type--dicipline{pointer-events:none}.project-overview__labels__item.type--types .icon,.project-overview__labels__item.type--type .icon,.project-overview__labels__item.type--dicipline .icon,.project-overview__labels__item.type--status,.project-overview__labels__item.type--type{display:none}@media (max-width: 1023.98px){.project-overview__labels__item.type--dicipline{display:none}}@media (min-width: 1279px){.project-overview__labels__item.type--type,.project-overview__labels__item.type--status{display:flex}}.project-overview__labels__item.set--active:before{width:calc(100% - 12px);height:0;border-bottom:3px solid;content:"";position:absolute;top:121%;left:0}.project-overview__labels__item.set--active .icon,.project-overview__labels__item.set--active .button-link{display:inline-block;opacity:1}.project-overview__labels__item .icon{width:20px;height:20px;fill:#fff;opacity:.4;transform:translate(1ex,2px)}app-project-list-item{display:contents}.project-list-item{position:relative;width:100%;color:currentColor;padding-top:6px;padding-bottom:6px;border-bottom:1px solid}.project-list-item.set--open{padding-top:0;padding-bottom:0}@media (hover: hover){.project-list-item:hover{color:#fff}}.project-list-item__content{display:flex;position:relative;width:100%;overflow:hidden}.set--open .project-list-item__content{padding-top:6px}.project-list-item__content__item{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:24px}.project-list-item__content__item.diciplines span{margin-left:1ex}.project-list-item__content__item.diciplines span:after{content:","}.project-list-item__content__item.diciplines span:first-child{margin-left:0}.project-list-item__content__item.diciplines span:last-child:after{content:""}.project-list-item__content__item.types,.project-list-item__content__item.type,.project-list-item__content__item.status{display:none}@media (max-width: 1023.98px){.project-list-item__content__item.diciplines{display:none}}@media (min-width: 1279px){.project-list-item__content__item.status{display:flex}.project-list-item__content__item.type,.project-list-item__content__item.types{display:block}}@media (hover: hover){.project-list-item:hover{color:inherit;z-index:10}.project-list-item:hover .project-list-item__crop.type--header{opacity:1}.project-list-item:hover.set--open .project-list-item__crop.type--header{opacity:0}.project-list-item:hover.set--open .project-list-item__images__item--type-link .button--border{pointer-events:all}}.project-list-item__images{display:flex;max-height:0;overflow:hidden;position:relative;transition:max-height .6s cubic-bezier(0,1,0,1)}.set--open .project-list-item__images{max-height:1000px;transition:max-height .4s ease-in}.project-list-item__images__item{flex:0 0 33.3333%;padding-right:12px}.project-list-item__images__item:nth-child(4),.project-list-item__images__item:nth-child(5),.project-list-item__images__item:nth-child(6){display:none}@media (min-width: 1024px) and (max-width: 1278.98px){.project-list-item__images__item{flex:0 0 25%}.project-list-item__images__item:nth-child(4){display:block}}@media (min-width: 1279px){.project-list-item__images__item{flex:0 0 16.66%}.project-list-item__images__item:nth-child(4),.project-list-item__images__item:nth-child(5),.project-list-item__images__item:nth-child(6){display:block}}.project-list-item__images__item--type-link{position:absolute;inset:0;display:flex;justify-content:center;align-items:flex-end;text-align:center;background-color:#000c;opacity:0;transition:opacity .2s ease-in-out}.project-list-item__images__item--type-link .button--border{justify-content:center;pointer-events:none}.project-list-item__crop:before{padding-top:69%}.project-list-item__crop.type--header{max-width:735px;width:40%;pointer-events:none;opacity:0;transition:opacity .01s ease-in-out;position:absolute;right:0;bottom:100%}.project-specs{display:block;overflow:hidden;position:relative}.project-specs ul,.project-specs p,.project-specs ol,.project-specs dd,.project-specs li{margin-bottom:0}.project-specs__title{font-weight:400;margin-bottom:2px;font-size:14px}.project-specs__content{opacity:0;max-height:0;overflow:hidden;transition:opacity .1s ease-in-out,max-height .6s cubic-bezier(0,1,0,1)}.project-specs__content a{position:relative;z-index:10}.project-specs__content--open{opacity:1;max-height:1000px;transition:opacity .1s ease-in-out,max-height .6s ease-in;margin-bottom:5px!important}.project-specs.type--program .project-specs__options{display:none}.project-specs.type--program .col-14{flex:0 0 66.66%;max-width:66.66%}.project-specs.type--awards .project-specs__content li{margin-top:1ex}.project-specs.type--awards .project-specs__content li:first-child{margin-top:0}.project-specs.type--location ul li{display:flex;flex-wrap:wrap}.project-text{max-width:450px}@media (min-width: 768px) and (max-width: 1023.98px){.project-text{max-width:490px}}@media (min-width: 1024px) and (max-width: 1278.98px){.project-text{max-width:450px;margin-left:0}}@media (min-width: 1279px) and (max-width: 1899.98px){.project-text{max-width:480px;margin:0 auto}}@media (min-width: 1900px){.project-text{max-width:610px}}.project-text:after{content:"227";display:none;opacity:0}@media (min-width: 576px) and (max-width: 1023.98px){.project-text:after{content:"227"}}@media (min-width: 768px) and (max-width: 1278.98px){.project-text:after{content:"501"}}@media (min-width: 1279px){.project-text:after{content:"757"}}.project-text__content.open--detail{animation:fade-in .3s ease-in-out both}@media (max-width: 1023.98px){.project-text{margin:0 auto}}.project-workfields{overflow:hidden;position:relative}.project-workfields__title{cursor:pointer;position:relative}@media (max-width: 767.98px){.project-workfields__title{font-size:25px;line-height:23px}}.project-workfields__title fstr-icon{width:16px;height:16px;fill:currentColor;display:none;line-height:0}@media (max-width: 1023.98px){.project-workfields__title fstr-icon{width:16px;height:16px;position:absolute;right:0;bottom:4px;display:inline-block}}@media (min-width: 768px) and (max-width: 1023.98px){.project-workfields__title fstr-icon{width:20px;height:20px}}@media (hover: hover){.project-workfields__title:hover{opacity:.3}}@media (max-width: 1023.98px){.project-workfields__title{padding-right:44px}}.filter--workfields .project-workfields__title{opacity:.3}.project-workfields__title.set--active{color:currentColor;opacity:1;pointer-events:all}.project-workfields__main{max-height:0;overflow:hidden;transition:max-height .6s cubic-bezier(0,1,0,1)}.project-workfields__main.set--open{max-height:1000px;transition:max-height .6s ease-in}@media (min-width: 576px){.project-workfields__content{max-width:60%}}@media (max-width: 1023.98px){.project-workfields__content{padding:24px 0}.project-workfields__content p{padding-bottom:24px}}.project-workfields .button fstr-icon,.project-workfields .fstr-cookie-btn fstr-icon{width:16px;height:16px;line-height:0}.project-workfields .button .icon,.project-workfields .fstr-cookie-btn .icon{transform:translate(1ex,-1px)}@media (max-width: 1023.98px){.project-workfields{margin-bottom:24px}}.project-gallery__title{display:none}.project-gallery__list{display:grid;margin-bottom:-6px;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-column-gap:12px;grid-auto-flow:dense}@media (min-width: 576px){.project-gallery__list{grid-template-columns:repeat(3,1fr);grid-column-gap:36px}}@media (min-width: 1024px){.project-gallery__list{grid-column-gap:48px}}.project-gallery__list__item{margin-bottom:12px}@media (min-width: 576px){.project-gallery__list__item{margin-bottom:36px}.project-gallery__list__item:nth-child(2n){grid-row:span 2}}@media (min-width: 1024px){.project-gallery__list__item{margin-bottom:48px}}.project-gallery__image-crop{position:relative;width:100%;height:100%;cursor:pointer}.project-gallery__image-crop:before{padding-top:75%}.project-gallery__footer{display:flex;align-items:center;justify-content:center}@media (min-width: 1279px) and (max-width: 1899.98px){.project-page .container-xxl{padding-left:7vw;padding-right:7vw}}@media (max-width: 767.98px){.project-page__content{padding-top:72px}}@media (min-width: 768px) and (max-width: 1278.98px){.project-page__content{padding-top:72px}}@media (min-width: 1279px){.project-page__content{padding-top:72px}}.project-page__specs{max-width:450px;margin-left:auto;margin-right:auto}@media (max-width: 1023.98px){.project-page__specs{margin-top:72px}}@media (min-width: 1024px){.project-page__specs{margin-right:0;margin-left:auto}}@media (min-width: 768px) and (max-width: 1023.98px){.project-page__specs{max-width:490px}}@media (min-width: 1024px) and (max-width: 1278.98px){.project-page__specs{max-width:300px}}@media (min-width: 1900px){.project-page__specs{max-width:610px}}@media (max-width: 1899.98px){.project-page__blocks,.project-page__gallery,.project-page__projects,.project-page__news,.project-page__content{margin-bottom:72px}}@media (min-width: 1279px){.project-page__blocks,.project-page__gallery,.project-page__projects,.project-page__news,.project-page__content{margin-bottom:144px}}@media (min-width: 768px) and (max-width: 1023.98px){.project-page__gallery,.project-page__projects,.project-page__news{padding-left:48px;padding-right:48px}}@media (min-width: 768px) and (max-width: 1023.98px){.project-page__news .related-news__list__item{margin-bottom:36px;display:none}.project-page__news .related-news__list__item:nth-child(1),.project-page__news .related-news__list__item:nth-child(2),.project-page__news .related-news__list__item:nth-child(3),.project-page__news .related-news__list__item:nth-child(4){display:block}}.project-page__blocks__list__item:last-child .project-content-block{padding-bottom:0}@media (max-width: 767.98px){.purpose-page__blocks{padding-top:72px}}@media (min-width: 768px) and (max-width: 1023.98px){.purpose-page__blocks{padding-top:72px}}@media (min-width: 1024px){.purpose-page__blocks{padding-top:72px}}.purpose-page__blocks__list__item{margin-bottom:72px}@media (min-width: 768px) and (max-width: 1278.98px){.purpose-page__blocks__list__item{margin-bottom:96px;padding-bottom:36px}}@media (min-width: 1279px){.purpose-page__blocks__list__item{margin-bottom:192px}}.purpose-page__blocks__list__item:last-of-type{margin-bottom:0}.purpose-page__awards{--publication-card-height: 208px;--publication-card-width: 280px;--publication-card-image-padding: 24px 24px;margin-top:72px}@media (min-width: 768px){.purpose-page__awards{padding-bottom:144px}}.purpose-page__awards .button--border{min-width:var(--publication-card-width)}@media (min-width: 768px) and (max-width: 1023.98px){.purpose-page__awards .button--border{min-width:260px}}@media (min-width: 1024px) and (max-width: 1278.98px){.purpose-page__awards .button--border{min-width:280px}}.purpose-page__awards .awards-list__item{padding-left:12px}.purpose-page__awards .award-year .h3,.purpose-page__awards .award-year .block-content__quote blockquote,.block-content__quote .purpose-page__awards .award-year blockquote,.purpose-page__awards .award-year .app .fstr-cookie-notice__title,.app .purpose-page__awards .award-year .fstr-cookie-notice__title{min-width:4ex}.purpose-page__awards .button-link.color-gray-500{color:#d7d1ce;opacity:.7}@media (max-width: 767.98px){.purpose-page__awards .col-md-12{padding-right:0;margin-bottom:36px}.purpose-page__awards .col-md-12:last-of-type{margin-bottom:0}.purpose-page__awards .award-year.type--dummy{gap:0;display:block}.purpose-page__awards .award-year.type--dummy .button.button--border,.purpose-page__awards .award-year.type--dummy .button--border.fstr-cookie-btn{width:100%}.purpose-page__awards .award-year.type--dummy .h3,.purpose-page__awards .award-year.type--dummy .block-content__quote blockquote,.block-content__quote .purpose-page__awards .award-year.type--dummy blockquote,.purpose-page__awards .award-year.type--dummy .app .fstr-cookie-notice__title,.app .purpose-page__awards .award-year.type--dummy .fstr-cookie-notice__title{display:none}.purpose-page__awards .award-year.type--dummy .awards-list__item{padding-left:0;margin-bottom:0}}@media (min-width: 768px) and (max-width: 1023.98px){.purpose-page__awards .publication-card{flex-direction:column;padding-right:24px;margin-bottom:36px}.purpose-page__awards .publication-card__figure{width:100%;margin-bottom:6px}.purpose-page__awards .button--border{min-width:260px}}@media (min-width: 1024px) and (max-width: 1278.98px){.purpose-page__awards{--publication-card-height: 180px;--publication-card-width: 200px}}@media (max-width: 767.98px){.purpose-page .purpose-page__publications{margin-bottom:96px}}.people-employees{position:relative;min-height:var(--projectsMinHeight)}@media (max-width: 767.98px){.people-employees{overflow-x:hidden}}@media (min-width: 1900px){.people-employees{padding-top:0}.people-employees.has--top-spacing{margin-top:96px}}.people-employees__loadmore{justify-content:center}.people-employees__filters__wrapper{width:100%;background-color:#fff;padding-bottom:2ex}.people-employees__filters,.project-overview__filters{z-index:10;position:relative}@media (min-width: 1279px) and (max-width: 1899.98px){.people-employees__filters,.project-overview__filters{min-height:72px;margin-bottom:36px}}.people-employees__filters.set--active-filter,.set--active-filter.project-overview__filters{min-height:80px}.people-employees__filters .container-fluid,.project-overview__filters .container-fluid,.people-employees__filters .container-xxl,.project-overview__filters .container-xxl,.people-employees__filters .container-xl,.project-overview__filters .container-xl,.people-employees__filters .container-lg,.project-overview__filters .container-lg,.people-employees__filters .container-md,.project-overview__filters .container-md,.people-employees__filters .container-xs,.project-overview__filters .container-xs,.people-employees__filters .container-xxs,.project-overview__filters .container-xxs{display:flex}.people-employees__filters .container-fluid .filter-bar,.project-overview__filters .container-fluid .filter-bar,.people-employees__filters .container-xxl .filter-bar,.project-overview__filters .container-xxl .filter-bar,.people-employees__filters .container-xl .filter-bar,.project-overview__filters .container-xl .filter-bar,.people-employees__filters .container-lg .filter-bar,.project-overview__filters .container-lg .filter-bar,.people-employees__filters .container-md .filter-bar,.project-overview__filters .container-md .filter-bar,.people-employees__filters .container-xs .filter-bar,.project-overview__filters .container-xs .filter-bar,.people-employees__filters .container-xxs .filter-bar,.project-overview__filters .container-xxs .filter-bar{flex:1}@media (min-width: 1900px){.people-employees__filters .container-fluid .filter-bar,.project-overview__filters .container-fluid .filter-bar,.people-employees__filters .container-xxl .filter-bar,.project-overview__filters .container-xxl .filter-bar,.people-employees__filters .container-xl .filter-bar,.project-overview__filters .container-xl .filter-bar,.people-employees__filters .container-lg .filter-bar,.project-overview__filters .container-lg .filter-bar,.people-employees__filters .container-md .filter-bar,.project-overview__filters .container-md .filter-bar,.people-employees__filters .container-xs .filter-bar,.project-overview__filters .container-xs .filter-bar,.people-employees__filters .container-xxs .filter-bar,.project-overview__filters .container-xxs .filter-bar{position:absolute;top:0;left:36px;max-width:250px}}@media (max-width: 1023.98px){.people-employees__filters__sort,.project-overview__filters__view{position:absolute;right:12px}}@media (min-width: 1900px){.people-employees__filters__sort,.project-overview__filters__view{position:absolute;top:36px;right:36px}}.people-employees__filters__sort .form-label,.project-overview__filters__view .form-label{margin-left:1ex}.people-employees__filters__sort input[type=checkbox],.project-overview__filters__view input[type=checkbox],.people-employees__filters__sort input[type=radio],.project-overview__filters__view input[type=radio]{display:none}.people-employees__filters__sort input[type=checkbox]:checked+span,.project-overview__filters__view input[type=checkbox]:checked+span,.people-employees__filters__sort input[type=radio]:checked+span,.project-overview__filters__view input[type=radio]:checked+span{color:inherit;opacity:1}.people-employees__filters__sort label span,.project-overview__filters__view label span{color:#d7d1ce}.people-employees__filters__sort label:hover span,.project-overview__filters__view label:hover span{color:inherit}@media (min-width: 1279px) and (max-width: 1899.98px){.people-employees .filter-bar__filters__list:first-of-type{flex:0 0 60%;display:flex;flex-wrap:wrap}.people-employees .filter-bar__filters__list:first-of-type dd:first-of-type,.people-employees .filter-bar__filters__list:first-of-type dt{flex:0 0 100%}.people-employees .filter-bar__filters__list:first-of-type dd{flex:0 0 45%}.people-employees .filter-bar__filters__list:last-of-type{flex:0 0 25%}}@media (max-width: 767.98px){.people-page__blocks{padding-top:72px}}@media (min-width: 768px) and (max-width: 1278.98px){.people-page__blocks{padding-top:72px}}@media (max-width: 1899.98px){.people-page__blocks{margin-bottom:72px}}@media (min-width: 1279px){.people-page__blocks{margin-bottom:144px;padding-top:72px}}.people-page__blocks__list__item{margin-bottom:36px}@media (min-width: 1279px){.people-page__blocks__list__item{margin-bottom:72px}.people-page__blocks__list__item .people-content-block__main{grid-column:2}.people-page__blocks__list__item .people-content-block__main__footer{margin-bottom:0;margin-top:auto}.people-page__blocks__list__item .people-content-block__images{grid-column:1}.people-page__blocks__list__item:nth-child(2){margin-top:calc(1px - (var(--peopleMain) + 72px));min-height:var(--peopleMain)}.people-page__blocks__list__item:nth-child(2) .people-content-block{height:100%}.people-page__blocks__list__item:nth-child(2) .people-content-block__main{padding-top:12px;display:flex;flex-direction:column;min-height:var(--peopleMain)}.people-page__blocks__list__item:nth-child(2) .people-content-block__images{display:none}.people-page__blocks__list__item:nth-child(3) .people-content-block__main{grid-row:2}.people-page__blocks__list__item:nth-child(3) .people-content-block__images{grid-column:span 2;grid-row:1}.people-page__blocks__list__item:nth-child(3) .people-content-block__image{width:88%;margin-right:0;margin-left:auto;overflow:hidden}.people-page__blocks__list__item:nth-child(3) .people-content-block__image img{width:100%;height:100%;max-height:90vh;object-fit:cover;max-width:none}}.people-page__blocks__list__item:nth-child(4) .people-content-block,.people-page__blocks__list__item:nth-child(3) .people-content-block{flex-direction:column-reverse}.people-page__blocks__list__item:nth-child(4) .people-content-block__images,.people-page__blocks__list__item:nth-child(3) .people-content-block__images{margin-bottom:24px}@media (min-width: 768px) and (max-width: 1278.98px){.people-page__blocks__list__item:nth-child(3) .people-content-block__images{grid-template-columns:70% auto}}@media (min-width: 1279px){.people-page__blocks__list__item:nth-child(3) .people-content-block__images{margin-bottom:72px}}.people-page__blocks__list__item:nth-child(4) .people-content-block__main{display:flex;flex-direction:column}.people-page__blocks__list__item:nth-child(4) .people-content-block__main .people-content-block__quote{order:1;margin-top:0;margin-bottom:72px}.people-page__blocks__list__item:nth-child(4) .people-content-block__main .people-content-block__text,.people-page__blocks__list__item:nth-child(4) .people-content-block__main .people-content-block__title{order:2}.people-page__blocks__list__item:nth-child(4) .people-content-block__main .people-content-block__text{padding-bottom:0}@media (min-width: 1279px){.people-page__blocks__list__item:nth-child(4){margin-top:calc(1px - (var(--elContentHeight) + 72px))}.people-page__blocks__list__item:nth-child(4) .people-content-block{grid-gap:72px}.people-page__blocks__list__item:nth-child(4) .people-content-block__images{display:contents}.people-page__blocks__list__item:nth-child(4) .people-content-block__images img{width:100%;max-width:none}.people-page__blocks__list__item:nth-child(4) .people-content-block__image.image--1{grid-column:1;grid-row:1}.people-page__blocks__list__item:nth-child(4) .people-content-block__image.image--2{grid-column:2;grid-row:2}.people-page__blocks__list__item:nth-child(4) .people-content-block__title{margin-top:auto}.people-page__blocks__list__item:nth-child(4) .people-content-block__main{grid-column:1;grid-row:2}.people-page__blocks__list__item:nth-child(4) .people-content-block__main__footer{margin-top:0;margin-bottom:auto}}.people-page__photo-slider{display:block}.people-page__photo-slider .spacer-bottom-l,.people-page__photo-slider .home .slider-block,.home .people-page__photo-slider .slider-block{padding-bottom:0}.people-page__photo-slider .header__content__title,.people-page__photo-slider .slider-block__title{opacity:0}.news-list-card{position:relative}.news-list-card__wrapper{display:flex;padding:6px 0}.news-list-card__date{padding-right:12px;width:140px}.news-list-card__title{flex:1;height:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.news-list-card__title,.news-list-card__date{font-weight:400;color:#d7d1ce}@media (hover: hover){.news-list-card:hover .news-list-card__title,.news-list-card:hover .news-list-card__date{color:#000}}.contact-office{padding:0 0 96px;margin:0 auto;max-width:calc(100vw - 48px)}@media (max-width: 767.98px){.contact-office{max-width:230px;padding-top:24px}}@media (min-width: 768px) and (max-width: 1278.98px){.contact-office{margin-top:-12px}}.contact-office__contact__wrapper,.contact-office__office{padding-bottom:24px}@media (min-width: 576px){.contact-office__office,.contact-office__contact{flex:0 0 50%}}@media (min-width: 1024px) and (max-width: 1278.98px){.contact-office__office{flex:0 0 35%}}@media (min-width: 1279px){.contact-office__office{flex:0 0 33%}}.contact-office__office .office-contact-card{padding-top:24px}@media (min-width: 1024px){.contact-office__office .office-contact-card{display:none}}@media (min-width: 1279px){.contact-office__contact{display:flex;flex-wrap:wrap;flex:0 0 67%}}@media (min-width: 768px) and (max-width: 1023.98px){.contact-office__contact{display:flex;flex-wrap:wrap;flex:0 0 50%}.contact-office__contact__wrapper{flex:0 0 100%;width:100%}}@media (min-width: 1024px) and (max-width: 1278.98px){.contact-office__contact{flex:0 0 65%;display:flex;flex-wrap:wrap}.contact-office__contact__wrapper{flex:0 0 50%;width:50%}}@media (min-width: 1279px){.contact-office__contact{display:flex;flex-wrap:wrap}.contact-office__contact__wrapper{flex:0 0 25%}}.contact-office__adress{white-space:break-spaces}.contact-office__title{font-size:inherit;line-height:inherit}.contact-office__contact__wrapper:last-of-type{padding-bottom:0}@media (max-width: 1278.98px){.contact-office__contact__wrapper.order--general-inquiries,.contact-office__contact__wrapper.order--0{display:none}}@media (min-width: 576px){.contact-office__list{display:flex}}.jobs-card__title{text-decoration:none}.jobs-card__title button,.jobs-card__title a{text-decoration:inherit;text-align:left}@media (hover: hover){.jobs-card__title button:hover,.jobs-card__title a:hover{text-decoration:underline}}.jobs-card__content{max-height:0;overflow:hidden;transition:opacity .1s ease-in-out,max-height .6s cubic-bezier(0,1,0,1)}.jobs-card__content.set--active{max-height:30000px;padding-top:36px;transition:opacity .1s ease-in-out,max-height .6s ease-in}.jobs-card__footer{margin-top:12px}@media (min-width: 768px){.jobs-card__footer{margin-top:24px}}.jobs-card__footer .button,.jobs-card__footer .fstr-cookie-btn{text-align:center;justify-content:center}.jobs-card__footer button{margin-right:1ex}@media (max-width: 767.98px){.jobs-card__footer.button-group{flex-direction:column-reverse;padding-left:24px;padding-right:24px}.jobs-card__footer.button-group .button-link{padding-top:1ex;padding-bottom:1ex;text-align:left}}.office-contact-card{position:relative}.office-contact-card__text{white-space:break-spaces;max-width:288px}.office-contact-card__title{font-family:GT America Medium,sans-serif;font-weight:400;font-size:20px}.office-contact-card__list,.office-contact-card__list__item{flex-direction:column}.office-contact-card .phone-link{text-decoration:none}.news-overview__category{padding-bottom:36px}@media (min-width: 576px){.news-overview__category{padding-bottom:48px}}.news-overview__category .button-group{flex-wrap:wrap}.news-overview__category .button-link{color:#d7d1ce;margin-right:2ex}.news-overview__category .button-link:last-of-type{margin-left:0}@media (hover: hover){.news-overview__category .button-link:hover{color:#000;text-decoration:none}}.news-overview__category .button-link.set--active{color:#000;text-decoration:none}.news-overview__category .button-link.set--active{pointer-events:none;cursor:none}.news-overview__loadmore{margin:auto;display:block}.news-overview .fixed-footer{display:none}@media (min-width: 1900px){.news-overview .fixed-footer{display:block;opacity:0;transform:translate3d(0,400%,0);transition:transform .2s ease-in-out,opacity .2s ease-in-out;bottom:24px}.news-overview .fixed-footer.show--fixed-footer{transform:translateZ(0);opacity:1}}@media (min-width: 768px) and (max-width: 1023.98px){.news-overview .container{max-width:598px}}@media (min-width: 1024px) and (max-width: 1278.98px){.news-overview .container{max-width:90%}}.news-overview__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-auto-flow:dense;grid-column-gap:12px}@media (min-width: 1024px){.news-overview__grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr)}}.news-overview__grid__item{padding-bottom:0;opacity:0;animation:fade-in .4s .8s forwards;animation-delay:calc(50ms * var(--news-item-index));height:calc(100% - 12px)}@media (max-width: 1023.98px){.news-overview__grid__item:nth-child(3){grid-column:span 2;grid-row:span 2}.news-overview__grid__item:nth-child(3) .news-card__title{font-size:1.25em;line-height:1.25em}.news-overview__grid__item:nth-child(4n+5){grid-row:span 2}}@media (min-width: 768px){.news-overview__grid__item{padding-bottom:12px}}@media (min-width: 1024px){.news-overview__grid__item:nth-child(1){grid-column:1/span 2;grid-row:1/span 2}.news-overview__grid__item:nth-child(1) .news-card__title{font-size:1.25em;line-height:1.25em}.news-overview__grid__item:nth-child(7n+7){grid-column:span 2;grid-row:span 2}.news-overview__grid__item:nth-child(7n+7) .news-card__title{font-size:1.25em;line-height:1.25em}.news-overview__grid__item:nth-child(3),.news-overview__grid__item:nth-child(8n+8){grid-row:span 2}}.news-overview__buttons{display:flex;flex-direction:column;align-items:center;padding-top:48px;padding-bottom:72px}.news-overview__buttons .button.type--more-news,.news-overview__buttons .type--more-news.fstr-cookie-btn{margin-top:36px}@media (min-width: 768px) and (max-width: 1023.98px){.news-overview__list{max-width:550px;margin:0 auto}}.news-overview__list__item{border-bottom:1px solid #d7d1ce}.news-overview__list__item:first-child{border-top:1px solid #d7d1ce}.news-detail__header{text-transform:uppercase}.news-detail .header__crop:before{opacity:0}.news-detail__header,.news-detail__slider{padding-bottom:24px}@media (min-width: 768px) and (max-width: 1023.98px){.news-detail .container-md{max-width:480px;padding:0}}@media (min-width: 1024px) and (max-width: 1278.98px){.news-detail .container-md{max-width:646px}}@media (min-width: 768px) and (max-width: 1023.98px){.news-detail .container-xxl{max-width:600px}}.news-detail__content{max-width:720px;margin:0 auto}.news-detail__title,.news-detail__date{font-size:24px;line-height:24px;display:inline;margin-bottom:0;margin-inline-end:.5ex}@media (min-width: 1024px){.news-detail__title,.news-detail__date{font-size:32px;line-height:32px}}@media (min-width: 1279px){.news-detail__title,.news-detail__date{font-size:40px;line-height:40px}}.news-detail__date{overflow-wrap:break-word}.news-detail__slider .header{padding-bottom:66.66%}.news-detail__slider .header .header__image{animation:none}@media (max-width: 767.98px){.news-detail__slider .header{padding-bottom:66.66%}}.news-detail__slider .header__crop{position:absolute;inset:0;padding-top:0;width:100%;height:100%}.news-detail .markdown-content blockquote{padding:12px 0;font-size:20px}.news-detail .markdown-content blockquote p{display:inline}.news-detail .markdown-content blockquote:after,.news-detail .markdown-content blockquote:before{display:none}@media (max-width: 1278.98px){.news-detail .glide__arrow{background-size:50% 50%}.news-detail .glide__arrow--right{right:0}.news-detail .glide__arrow--left{left:0}}.news-detail__buttons{display:flex;flex-direction:column;justify-content:center;align-items:center}@media (max-width: 1023.98px){.intro-text{font-size:1.1em}}@media (max-width: 767.98px){.contact-page .home-slider__footer .button--border,.contact-page .button--small,.contact-page .card--hover-black .card__figure__read-more,.card--hover-black .contact-page .card__figure__read-more{margin:0 24px;width:calc(100% - 48px)}}.contact-page__block{display:block;margin-bottom:48px}.contact-page__block.type--0{margin-bottom:48px}.contact-page .people-employees{min-height:0}.contact-page .people-employees__list__item{margin-bottom:12px}.contact-page .employee-card.no--image .employee-card__crop:before{padding-top:34%}@media (max-width: 1023.98px){.contact-page__sidebar{margin-bottom:12px}}.contact-page__sidebar__text p{margin-bottom:0}.contact-page__contacts-list{flex-wrap:wrap}.contact-page__contacts-list__item{flex:0 0 50%}@media (min-width: 768px){.contact-page__contacts-list__item{flex:0 0 33.3333%}}.jobs-page{min-height:80vh}@media (min-width: 768px) and (max-width: 1023.98px){.jobs-page__content{max-width:500px;margin:0 auto 48px}}@media (min-width: 768px) and (max-width: 1023.98px){.jobs-page__jobs{max-width:500px;margin:0 auto}}.content-page__title{text-transform:uppercase}app-filter-bar{display:contents}@media (min-width: 1900px){.filter-bar{padding-top:36px}}.filter-bar__search{width:100%;font-family:GT America Medium,sans-serif}@media (min-width: 1279px) and (max-width: 1899.98px){.filter-bar__search{position:absolute;top:24px;left:12px}}.filter-bar__search::placeholder{color:#000}.filter-bar input[type=checkbox],.filter-bar input[type=radio]{display:none}.filter-bar input[type=checkbox]:checked+span,.filter-bar input[type=radio]:checked+span{color:inherit;opacity:1}.filter-bar label{width:100%}.filter-bar label:hover span{color:inherit}.filter-bar .button-link{margin-left:0}.filter-bar .button-link.set--active{opacity:1}@media (min-width: 1900px){.filter-bar__search{margin-bottom:24px}}.filter-bar__filters .button,.filter-bar__filters .fstr-cookie-btn{font-size:inherit}@media (min-width: 768px) and (max-width: 1899.98px){.filter-bar__filters{display:flex}}@media (min-width: 768px) and (max-width: 1278.98px){.filter-bar__filters{flex-wrap:wrap;flex:0 0 calc(100% + 12px);max-width:103%;margin-bottom:-24px}}@media (max-width: 1278.98px){.filter-bar__filters .button-group{width:100%;margin-bottom:24px}}@media (min-width: 1279px) and (max-width: 1899.98px){.filter-bar__filters{width:90%;max-width:90%;flex:1}}.filter-bar__filters__toggle.set--active{color:inherit}.filter-bar__filters .button-group{flex-direction:column}@media (min-width: 1279px) and (max-width: 1899.98px){.filter-bar__filters .button-group{width:16%}}@media (min-width: 1900px){.filter-bar__filters{display:flex;flex-direction:column}.filter-bar__filters .button-group{order:300;margin-top:24px}.filter-bar__filters .filter-bar__filters__toggle{display:none}}.filter-bar__filters__list{margin-bottom:0}@media (min-width: 768px) and (max-width: 1278.98px){.filter-bar__filters__list{flex:0 0 calc(50% - 12px);margin-right:12px}.set--open .filter-bar__filters__list{margin-bottom:24px}}@media (max-width: 1899.98px){.filter-bar__filters__list{max-height:0;overflow:hidden;opacity:0;margin-bottom:1ex}.filter--active .filter-bar__filters__list{max-height:200px;opacity:1}.filter--active .filter-bar__filters__list dd{display:none}.filter--active .filter-bar__filters__list dd.set--active{display:block}.set--open .filter-bar__filters__list{opacity:1;max-height:1000px;transition:opacity .1s ease-in-out,max-height .3s ease-in}.set--open.filter--active .filter-bar__filters__list dd{display:block}}@media (max-width: 1899.98px){.filter-bar__filters__list{transition:opacity .1s .3s ease-in-out,max-height .3s ease-in}.filter--active .filter-bar__filters__list{transition:opacity .1s ease-in-out,max-height .3s cubic-bezier(0,1,0,1)}.set--open .filter-bar__filters__list{transition:opacity .1s ease-in-out,max-height .3s ease-in}}@media (min-width: 1279px) and (max-width: 1899.98px){.filter-bar__filters__list{padding:0 6px;flex:1}}@media (min-width: 1900px){.filter-bar__filters__list{margin-top:12px;margin-bottom:12px;order:2}}.filter-bar__filters__list__title{margin-bottom:6px;border-bottom:1px solid;padding-bottom:6px}@media (max-width: 1899.98px){.filter-bar__filters__list__title{cursor:pointer}}.filter-bar__filters__list dd{position:relative;margin-bottom:2px;color:#d7d1ce}.filter-bar__filters__list dd.set--active,.filter-bar__filters__list dd:hover{color:#000}.light .filter-bar__filters__list dd.set--active,.light .filter-bar__filters__list dd:hover{color:#fff}.filter-bar__options{display:flex;justify-content:flex-end}.search{position:relative;z-index:98}@media (min-width: 576px){.search{min-height:calc(100vh - 120px)}}.search__muted{color:#d7d1ce}.search__header{width:100%;position:relative}@media (max-width: 767.98px){.search__header.set--empty{height:calc(100vh - 170px);display:flex;align-items:center;justify-content:center;margin-bottom:24px}.search__header.set--empty .type-jumbo,.search__header.set--empty .image-modal .slider__page,.image-modal .search__header.set--empty .slider__page,.search__header.set--empty .news-overview .fixed-footer,.news-overview .search__header.set--empty .fixed-footer{font-size:28px;max-width:60%;text-align:center;padding-left:1px;margin:auto;display:none}}@media (min-width: 768px) and (max-width: 1023.98px){.search__header{margin-top:-30px}.search__header .type-jumbo,.search__header .image-modal .slider__page,.image-modal .search__header .slider__page,.search__header .news-overview .fixed-footer,.news-overview .search__header .fixed-footer{font-size:32px}}@media (min-width: 1024px) and (max-width: 1278.98px){.search__header{margin-top:-35px}}@media (min-width: 1279px){.search__header{margin-top:-32px}}.search__header .search__input{width:100%;text-align:center;font-size:45px}.search__header .search__input::placeholder{opacity:0;color:#d7d1ce;font-weight:500;text-transform:uppercase;font-size:28px;white-space:pre-wrap;text-align:center;font-family:GT America Extended Bold,sans-serif}@media (max-width: 767.98px){.search__header .search__input{height:200px}.search__header .search__input::placeholder{opacity:1}}@media (min-width: 768px){.search__header .search__input{font-size:78px}}@media (min-width: 1279px){.search__header .search__input{font-size:120px}}@media (min-width: 1900px){.search__header .search__input{font-size:162px}}@media (max-width: 767.98px){.search__header .search__input-wrapper{padding-top:0}}.search__header.set--submitted{animation:fade-in .3s ease-in-out both}.search__header.set--submitted .search__input-wrapper{display:none}.search__main{display:none;margin:0 auto}.set--submitted .search__main{display:block}@media (min-width: 768px) and (max-width: 1023.98px){.search__main .container-xxl{max-width:598px}}@media (min-width: 1024px) and (max-width: 1278.98px){.search__main .container-xxl{max-width:960px;padding-left:0;padding-right:0}}.search__reset-button{animation:fade-in .3s .6s ease-in-out both;fill:#d7d1ce}.search__reset-button .icon{width:25px;height:25px}@media (max-width: 767.98px){.search__reset-button .icon{width:18px;height:18px}}@media (min-width: 768px) and (max-width: 1278.98px){.search__reset-button .icon{width:20px;height:20px}}.search__projects,.search__news,.search__employees{position:relative;min-height:100px}.search__results{position:relative;opacity:0;max-height:100px}.search__results.set--active{animation:fade-in .3s .6s ease-in-out both;transition:max-height .3s .6s linear;max-height:200000px}.search__results-count{animation:fade-in .3s ease-in-out both}.search__loading{position:absolute;transform:translateY(100%);top:0;animation:fade-out .3s .6s ease-in-out both}.search__loading.set--active{animation:fade-in .3s ease-in-out both}.search__projects,.search__news{margin-bottom:72px}@media (max-width: 767.98px){.search__projects .related-projects .col-12{flex:0 0 100%;max-width:100%}}@media (min-width: 768px) and (max-width: 1278.98px){.search__projects .related-projects .col-12{flex:0 0 50%;max-width:50%}}@media (min-width: 1279px){.search__projects .related-projects .col-12{flex:0 0 25%;max-width:25%}}@media (max-width: 767.98px){.search__news .related-news__list__item.news__item--featured{grid-column:1/span 2;grid-row:1/span 2}}@media (min-width: 1024px) and (max-width: 1278.98px){.search__news .related-news__list{grid-template-columns:repeat(4,1fr)}.search__news .related-news__list__item:first-child{grid-row:1/span 2}}@media (min-width: 1024px) and (max-width: 1278.98px){.search__news .related-news__list{grid-template-columns:repeat(4,1fr)}.search__news .related-news__list__item{grid-column:auto/span 1}.search__news .related-news__list__item:first-child{grid-column:1/span 2}}@media (max-width: 1023.98px){.search__employees .employee-card__crop{display:none}.search__employees .employee-card__content{padding-top:0;padding-bottom:0}}@media (min-width: 1024px) and (max-width: 1278.98px){.search__employees .col-md-24{flex:0 0 25%;max-width:25%}}@media (min-width: 1279px){.search__employees .col-xxl-5{max-width:20%;flex:0 0 20%}}.award-year{display:flex;gap:24px;max-width:500px}.award-year__label{min-width:72px}@media (max-width: 767.98px){.awards-overview{margin-top:36px}}.awards-list__item{margin-bottom:36px}.publication-list__item{margin-bottom:12px}@media (max-width: 767.98px){.publication-list__item{margin-bottom:24px}}.award-card__title{text-decoration:none;color:inherit}.award-card__title:hover{color:inherit}:root{--publication-card-width: 280px;--publication-card-height: 280px;--publication-card-image-padding: 36px 36px}.publication-card{display:flex}@media (max-width: 767.98px){.publication-card{flex-flow:column}}.publication-card__figure{background-color:#f8f9fa;display:flex;align-items:center;justify-content:center;width:var(--publication-card-width);height:var(--publication-card-height);min-width:var(--publication-card-width);padding:var(--publication-card-image-padding);margin:0;margin-inline-end:12px}.publication-card__figure img{height:100%;width:auto;object-fit:contain}@media (max-width: 767.98px){.publication-card__figure{width:100%;height:auto;margin-bottom:12px;margin-inline-end:0}.publication-card__figure img{max-height:220px}}.project-details{overflow:hidden}@media (max-width: 767.98px){.project-details .button-group{flex-wrap:wrap}.project-details .button-group .project-details__project-button{width:100%;margin-bottom:18px}.project-details .button-group .button,.project-details .button-group .fstr-cookie-btn{margin-bottom:6px}}.project-details .reset-selected{display:none}.set--selected-item .project-details .reset-selected{display:block}.project-details__list__item{position:relative;margin-bottom:12px}.request-form{padding:0 0 12px}.request-form__message{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.request-form__message__text{text-align:center;padding:6px}.request-form__message__processing{padding:6px;margin-top:12px;font-size:1.1em;position:relative}.request-form__message__processing:before{position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.2);content:""}.request-form__message__processing.set--loading:before{animation:process 1s linear infinite}.request-form .type--submit{width:100%;text-align:center;text-transform:uppercase}.request-form .type--submit:hover{background-color:#fff;color:#000;fill:#000;border-color:#fff}@keyframes process{0%{width:0}to{width:100%}}.press-snackbar{position:fixed;top:100%;left:50%;transform:translate3d(-50%,0,0);z-index:90;max-width:680px;padding:0 12px;margin-top:1px;transition:transform .3s ease-in-out}@media (max-width: 767.98px){.press-snackbar{margin-left:-1px;width:calc(100% + 2px)}}@media (min-width: 576px){.press-snackbar{padding:0 36px}}.press-snackbar.set--active{transform:translate3d(-50%,-54px,0)}.press-snackbar.set--collapse{transform:translate3d(-50%,-100%,0)}.press-snackbar__main__form,.press-snackbar__main__selected-files{white-space:normal;height:60vh;max-height:calc(90vh - 150px);overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.press-snackbar__header{display:flex;height:54px;align-items:center;justify-content:space-between;padding:0;cursor:pointer}.press-snackbar__header fstr-icon{display:contents}.press-snackbar__header .icon{width:20px;height:20px}.set--collapse .press-snackbar__header .icon{transform:rotate(-180deg)}.press-snackbar__main{position:relative;overflow:hidden}.press-snackbar__main__wrapper{position:relative;display:flex;overflow:hidden;width:calc(200% + 12px);align-items:flex-start;justify-content:flex-end;transition:transform .3s ease-in-out}@media (max-width: 767.98px){.press-snackbar__main__wrapper{width:200%}}.press-snackbar__main__wrapper.is--end{transform:translate3d(-50%,0,0)}.press-snackbar__main__wrapper .item{flex:1;position:relative}.press-snackbar__main__tabs .tab{opacity:.6}.press-snackbar__main__tabs .tab.set--active{opacity:1}.snackbar-overlay{position:fixed;inset:0;background-color:#000;pointer-events:none;opacity:0}.snackbar-overlay.is--active{opacity:0;pointer-events:all;z-index:80}.presskit-card{position:relative;cursor:pointer}.presskit-card.no--image .presskit-card__crop img,.set--selected .presskit-card .presskit-card__crop img,.presskit-card:hover .presskit-card__crop img{opacity:.3}.presskit-card.no--image .presskit-card__content__text,.set--selected .presskit-card .presskit-card__content__text,.presskit-card:hover .presskit-card__content__text{opacity:1}.presskit-card__remove{width:1em}.presskit-card__crop:before{padding-top:75%;background-color:#000}.no--image .presskit-card__crop:before{background-color:#d7d1ce}.presskit-card__content{position:absolute;inset:0;padding:6px;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column}.presskit-card__icon{width:24px;height:24px;position:absolute;top:0;right:0;background-color:#fff;display:none}.presskit-card__icon fstr-icon{display:contents}.presskit-card__icon .icon{position:absolute;top:50%;left:50%;width:60%;height:60%;transform:translate(-50%,-50%)}.set--selected .presskit-card__icon{display:block}.presskit-card__content__text{color:#fff;word-break:break-word;padding:6px;font-size:15px;opacity:0}.presskit-card__type{position:absolute;right:6px;bottom:6px;color:#fff;text-transform:uppercase}.presskit-card.type--list{display:flex;background-color:#75777a}.presskit-card.type--list:hover .presskit-card__crop img{opacity:1}.presskit-card.type--list .presskit-card__crop{max-width:160px;flex:0 0 25%}.presskit-card.type--list .presskit-card__type{inset:50% auto auto 50%;transform:translate(-50%,-50%)}.presskit-card.type--list main{position:relative;display:flex;align-items:center;width:100%;padding-right:50px}.presskit-card.type--list main .button,.presskit-card.type--list main .fstr-cookie-btn{position:absolute;top:50%;right:0;transform:translateY(-50%);margin-left:auto;margin-right:0}.presskit-card.type--list .presskit-card__content{position:relative;text-align:left;display:block}.presskit-card.type--list .presskit-card__content__text{opacity:1}.press-project-card{position:relative}.set--active .press-project-card__crop,.set--select .press-project-card__crop{opacity:.3}.press-project-card__crop:before{padding-top:75%;background-color:#fff}.press-project-card__content__title{max-height:33px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:inherit;transition:opacity .2s;text-transform:none;margin:12px 0}.press-project-card__link,.press-project-card__options{position:absolute;inset:0}.press-project-card__link{width:100%;height:100%;pointer-events:all;display:block;font-size:0;z-index:50;color:transparent}.press-project-card__options{left:auto;bottom:auto;display:none}.set--select .press-project-card__options{display:block}.press-overview{overflow:hidden}.press-overview__list__detail .close--button{position:absolute;top:12px;right:0}.press-overview__list__detail .close--button .icon{width:20px;height:20px}.press-overview__list__item{display:inline-block;width:100%;padding:0 6px}@media (min-width: 768px){.press-overview__list__item{width:50%}}@media (min-width: 1024px){.press-overview__list__item{width:33.3333%}}@media (min-width: 1279px){.press-overview__list__item{width:25%}}.press-overview__list{list-style:none;width:calc(100% + 12px);position:relative;margin-left:-6px}.press-overview__list__detail{position:relative;width:100%;float:left;overflow:hidden}
/*# sourceMappingURL=styles-ST5I6R75.css.map */
