@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:transparent;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:var(--plyr-menu-background,hsla(0,0%,100%,.9));content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(-7px + 2);margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 + 2);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:transparent;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:transparent;background-image:linear-gradient(90deg,currentColor,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:transparent;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word;white-space:normal}.plyr__progress__buffer{-webkit-appearance:none;background:transparent;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:transparent}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:4px;border-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:4px;border-bottom-left-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);border-bottom-right-radius:4px;border-bottom-right-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button{background-color:transparent;border:0;color:inherit;padding:0}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}*,:after,:before{box-sizing:border-box}html{font-size:62.5%}body,html{background-color:#fff}body{color:#232323;font-family:Arial Grotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:var(--step-0);font-weight:400;line-height:1.5}body.no-scroll{overflow:hidden}body#tinymce{font-family:Arial Grotesk,Helvetica Neue,Helvetica,Arial,sans-serif;padding:12px}body#tinymce a:hover{border-color:#232323!important;color:#232323!important}#primary{min-height:100vh}.container,.post-type-archive-work .work-grid{margin-left:auto;margin-right:auto;max-width:170rem;padding-left:2.4rem;padding-right:2.4rem;position:relative}.large-mw,.main-footer,.main-header,.section--callout .wrapper.is-full-bleed .callout-card,.section--image,.section--large_two_up_callout,.section--work_carousel .wrapper.is-full-bleed,.section--work_impact .partial--media,.section--work_media .wrapper.is-full-bleed .partial--media,.section--work_video .video-wrapper.is-full-bleed,.under-header,section.has-bg-color{margin-left:auto;margin-right:auto;max-width:165.2rem}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.5rem}@media screen and (min-width:769px){.column{padding:1.2rem}}.columns.is-mobile>.column.is-narrow{flex:none}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-1{flex:none;width:8.3333333333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.3333333333%}.columns.is-mobile>.column.is-2{flex:none;width:16.6666666667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.6666666667%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.3333333333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.3333333333%}.columns.is-mobile>.column.is-5{flex:none;width:41.6666666667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.6666666667%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.3333333333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.3333333333%}.columns.is-mobile>.column.is-8{flex:none;width:66.6666666667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.6666666667%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.3333333333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.3333333333%}.columns.is-mobile>.column.is-11{flex:none;width:91.6666666667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.6666666667%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-1-mobile{flex:none;width:8.3333333333%}.column.is-offset-1-mobile{margin-left:8.3333333333%}.column.is-2-mobile{flex:none;width:16.6666666667%}.column.is-offset-2-mobile{margin-left:16.6666666667%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.3333333333%}.column.is-offset-4-mobile{margin-left:33.3333333333%}.column.is-5-mobile{flex:none;width:41.6666666667%}.column.is-offset-5-mobile{margin-left:41.6666666667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.3333333333%}.column.is-offset-7-mobile{margin-left:58.3333333333%}.column.is-8-mobile{flex:none;width:66.6666666667%}.column.is-offset-8-mobile{margin-left:66.6666666667%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.3333333333%}.column.is-offset-10-mobile{margin-left:83.3333333333%}.column.is-11-mobile{flex:none;width:91.6666666667%}.column.is-offset-11-mobile{margin-left:91.6666666667%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media print,screen and (min-width:769px){.column.is-narrow,.column.is-narrow-tablet{flex:none}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-1,.column.is-1-tablet{flex:none;width:8.3333333333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.3333333333%}.column.is-2,.column.is-2-tablet{flex:none;width:16.6666666667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.6666666667%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.3333333333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.3333333333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.6666666667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.6666666667%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.3333333333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.3333333333%}.column.is-8,.column.is-8-tablet{flex:none;width:66.6666666667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.6666666667%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.3333333333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.3333333333%}.column.is-11,.column.is-11-tablet{flex:none;width:91.6666666667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.6666666667%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1087px){.column.is-narrow-touch{flex:none}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-1-touch{flex:none;width:8.3333333333%}.column.is-offset-1-touch{margin-left:8.3333333333%}.column.is-2-touch{flex:none;width:16.6666666667%}.column.is-offset-2-touch{margin-left:16.6666666667%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.3333333333%}.column.is-offset-4-touch{margin-left:33.3333333333%}.column.is-5-touch{flex:none;width:41.6666666667%}.column.is-offset-5-touch{margin-left:41.6666666667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.3333333333%}.column.is-offset-7-touch{margin-left:58.3333333333%}.column.is-8-touch{flex:none;width:66.6666666667%}.column.is-offset-8-touch{margin-left:66.6666666667%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.3333333333%}.column.is-offset-10-touch{margin-left:83.3333333333%}.column.is-11-touch{flex:none;width:91.6666666667%}.column.is-offset-11-touch{margin-left:91.6666666667%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1088px){.column.is-narrow-desktop{flex:none}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-1-desktop{flex:none;width:8.3333333333%}.column.is-offset-1-desktop{margin-left:8.3333333333%}.column.is-2-desktop{flex:none;width:16.6666666667%}.column.is-offset-2-desktop{margin-left:16.6666666667%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.3333333333%}.column.is-offset-4-desktop{margin-left:33.3333333333%}.column.is-5-desktop{flex:none;width:41.6666666667%}.column.is-offset-5-desktop{margin-left:41.6666666667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.3333333333%}.column.is-offset-7-desktop{margin-left:58.3333333333%}.column.is-8-desktop{flex:none;width:66.6666666667%}.column.is-offset-8-desktop{margin-left:66.6666666667%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.3333333333%}.column.is-offset-10-desktop{margin-left:83.3333333333%}.column.is-11-desktop{flex:none;width:91.6666666667%}.column.is-offset-11-desktop{margin-left:91.6666666667%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1280px){.column.is-narrow-widescreen{flex:none}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-1-widescreen{flex:none;width:8.3333333333%}.column.is-offset-1-widescreen{margin-left:8.3333333333%}.column.is-2-widescreen{flex:none;width:16.6666666667%}.column.is-offset-2-widescreen{margin-left:16.6666666667%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.3333333333%}.column.is-offset-4-widescreen{margin-left:33.3333333333%}.column.is-5-widescreen{flex:none;width:41.6666666667%}.column.is-offset-5-widescreen{margin-left:41.6666666667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.3333333333%}.column.is-offset-7-widescreen{margin-left:58.3333333333%}.column.is-8-widescreen{flex:none;width:66.6666666667%}.column.is-offset-8-widescreen{margin-left:66.6666666667%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.3333333333%}.column.is-offset-10-widescreen{margin-left:83.3333333333%}.column.is-11-widescreen{flex:none;width:91.6666666667%}.column.is-offset-11-widescreen{margin-left:91.6666666667%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1472px){.column.is-narrow-fullhd{flex:none}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-1-fullhd{flex:none;width:8.3333333333%}.column.is-offset-1-fullhd{margin-left:8.3333333333%}.column.is-2-fullhd{flex:none;width:16.6666666667%}.column.is-offset-2-fullhd{margin-left:16.6666666667%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.3333333333%}.column.is-offset-4-fullhd{margin-left:33.3333333333%}.column.is-5-fullhd{flex:none;width:41.6666666667%}.column.is-offset-5-fullhd{margin-left:41.6666666667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.3333333333%}.column.is-offset-7-fullhd{margin-left:58.3333333333%}.column.is-8-fullhd{flex:none;width:66.6666666667%}.column.is-offset-8-fullhd{margin-left:66.6666666667%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.3333333333%}.column.is-offset-10-fullhd{margin-left:83.3333333333%}.column.is-11-fullhd{flex:none;width:91.6666666667%}.column.is-offset-11-fullhd{margin-left:91.6666666667%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.5rem;margin-right:-.5rem;margin-top:-.5rem}@media screen and (min-width:769px){.columns{margin-left:-1.2rem;margin-right:-1.2rem;margin-top:-1.2rem}}.columns:last-child{margin-bottom:-.5rem}@media screen and (min-width:769px){.columns:last-child{margin-bottom:-1.2rem}}.columns:not(:last-child){margin-bottom:1rem}@media screen and (min-width:769px){.columns:not(:last-child){margin-bottom:.3rem}}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media print,screen and (min-width:769px){.columns:not(.is-desktop){display:flex}}@media screen and (min-width:1088px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap:0.75rem;margin-left:calc(var(--columnGap)*-1);margin-right:calc(var(--columnGap)*-1)}.columns.is-variable .column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap:0rem}@media screen and (max-width:768px){.columns.is-variable.is-0-mobile{--columnGap:0rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-0-tablet{--columnGap:0rem}}@media screen and (min-width:769px) and (max-width:1087px){.columns.is-variable.is-0-tablet-only{--columnGap:0rem}}@media screen and (max-width:1087px){.columns.is-variable.is-0-touch{--columnGap:0rem}}@media screen and (min-width:1088px){.columns.is-variable.is-0-desktop{--columnGap:0rem}}@media screen and (min-width:1088px) and (max-width:1279px){.columns.is-variable.is-0-desktop-only{--columnGap:0rem}}@media screen and (min-width:1280px){.columns.is-variable.is-0-widescreen{--columnGap:0rem}}@media screen and (min-width:1280px) and (max-width:1471px){.columns.is-variable.is-0-widescreen-only{--columnGap:0rem}}@media screen and (min-width:1472px){.columns.is-variable.is-0-fullhd{--columnGap:0rem}}.columns.is-variable.is-1{--columnGap:0.25rem}@media screen and (max-width:768px){.columns.is-variable.is-1-mobile{--columnGap:0.25rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-1-tablet{--columnGap:0.25rem}}@media screen and (min-width:769px) and (max-width:1087px){.columns.is-variable.is-1-tablet-only{--columnGap:0.25rem}}@media screen and (max-width:1087px){.columns.is-variable.is-1-touch{--columnGap:0.25rem}}@media screen and (min-width:1088px){.columns.is-variable.is-1-desktop{--columnGap:0.25rem}}@media screen and (min-width:1088px) and (max-width:1279px){.columns.is-variable.is-1-desktop-only{--columnGap:0.25rem}}@media screen and (min-width:1280px){.columns.is-variable.is-1-widescreen{--columnGap:0.25rem}}@media screen and (min-width:1280px) and (max-width:1471px){.columns.is-variable.is-1-widescreen-only{--columnGap:0.25rem}}@media screen and (min-width:1472px){.columns.is-variable.is-1-fullhd{--columnGap:0.25rem}}.columns.is-variable.is-2{--columnGap:0.5rem}@media screen and (max-width:768px){.columns.is-variable.is-2-mobile{--columnGap:0.5rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-2-tablet{--columnGap:0.5rem}}@media screen and (min-width:769px) and (max-width:1087px){.columns.is-variable.is-2-tablet-only{--columnGap:0.5rem}}@media screen and (max-width:1087px){.columns.is-variable.is-2-touch{--columnGap:0.5rem}}@media screen and (min-width:1088px){.columns.is-variable.is-2-desktop{--columnGap:0.5rem}}@media screen and (min-width:1088px) and (max-width:1279px){.columns.is-variable.is-2-desktop-only{--columnGap:0.5rem}}@media screen and (min-width:1280px){.columns.is-variable.is-2-widescreen{--columnGap:0.5rem}}@media screen and (min-width:1280px) and (max-width:1471px){.columns.is-variable.is-2-widescreen-only{--columnGap:0.5rem}}@media screen and (min-width:1472px){.columns.is-variable.is-2-fullhd{--columnGap:0.5rem}}.columns.is-variable.is-3{--columnGap:0.75rem}@media screen and (max-width:768px){.columns.is-variable.is-3-mobile{--columnGap:0.75rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-3-tablet{--columnGap:0.75rem}}@media screen and (min-width:769px) and (max-width:1087px){.columns.is-variable.is-3-tablet-only{--columnGap:0.75rem}}@media screen and (max-width:1087px){.columns.is-variable.is-3-touch{--columnGap:0.75rem}}@media screen and (min-width:1088px){.columns.is-variable.is-3-desktop{--columnGap:0.75rem}}@media screen and (min-width:1088px) and (max-width:1279px){.columns.is-variable.is-3-desktop-only{--columnGap:0.75rem}}@media screen and (min-width:1280px){.columns.is-variable.is-3-widescreen{--columnGap:0.75rem}}@media screen and (min-width:1280px) and (max-width:1471px){.columns.is-variable.is-3-widescreen-only{--columnGap:0.75rem}}@media screen and (min-width:1472px){.columns.is-variable.is-3-fullhd{--columnGap:0.75rem}}.columns.is-variable.is-4{--columnGap:1rem}@media screen and (max-width:768px){.columns.is-variable.is-4-mobile{--columnGap:1rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-4-tablet{--columnGap:1rem}}@media screen and (min-width:769px) and (max-width:1087px){.columns.is-variable.is-4-tablet-only{--columnGap:1rem}}@media screen and (max-width:1087px){.columns.is-variable.is-4-touch{--columnGap:1rem}}@media screen and (min-width:1088px){.columns.is-variable.is-4-desktop{--columnGap:1rem}}@media screen and (min-width:1088px) and (max-width:1279px){.columns.is-variable.is-4-desktop-only{--columnGap:1rem}}@media screen and (min-width:1280px){.columns.is-variable.is-4-widescreen{--columnGap:1rem}}@media screen and (min-width:1280px) and (max-width:1471px){.columns.is-variable.is-4-widescreen-only{--columnGap:1rem}}@media screen and (min-width:1472px){.columns.is-variable.is-4-fullhd{--columnGap:1rem}}.columns.is-variable.is-5{--columnGap:1.25rem}@media screen and (max-width:768px){.columns.is-variable.is-5-mobile{--columnGap:1.25rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-5-tablet{--columnGap:1.25rem}}@media screen and (min-width:769px) and (max-width:1087px){.columns.is-variable.is-5-tablet-only{--columnGap:1.25rem}}@media screen and (max-width:1087px){.columns.is-variable.is-5-touch{--columnGap:1.25rem}}@media screen and (min-width:1088px){.columns.is-variable.is-5-desktop{--columnGap:1.25rem}}@media screen and (min-width:1088px) and (max-width:1279px){.columns.is-variable.is-5-desktop-only{--columnGap:1.25rem}}@media screen and (min-width:1280px){.columns.is-variable.is-5-widescreen{--columnGap:1.25rem}}@media screen and (min-width:1280px) and (max-width:1471px){.columns.is-variable.is-5-widescreen-only{--columnGap:1.25rem}}@media screen and (min-width:1472px){.columns.is-variable.is-5-fullhd{--columnGap:1.25rem}}.columns.is-variable.is-6{--columnGap:1.5rem}@media screen and (max-width:768px){.columns.is-variable.is-6-mobile{--columnGap:1.5rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-6-tablet{--columnGap:1.5rem}}@media screen and (min-width:769px) and (max-width:1087px){.columns.is-variable.is-6-tablet-only{--columnGap:1.5rem}}@media screen and (max-width:1087px){.columns.is-variable.is-6-touch{--columnGap:1.5rem}}@media screen and (min-width:1088px){.columns.is-variable.is-6-desktop{--columnGap:1.5rem}}@media screen and (min-width:1088px) and (max-width:1279px){.columns.is-variable.is-6-desktop-only{--columnGap:1.5rem}}@media screen and (min-width:1280px){.columns.is-variable.is-6-widescreen{--columnGap:1.5rem}}@media screen and (min-width:1280px) and (max-width:1471px){.columns.is-variable.is-6-widescreen-only{--columnGap:1.5rem}}@media screen and (min-width:1472px){.columns.is-variable.is-6-fullhd{--columnGap:1.5rem}}.columns.is-variable.is-7{--columnGap:1.75rem}@media screen and (max-width:768px){.columns.is-variable.is-7-mobile{--columnGap:1.75rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-7-tablet{--columnGap:1.75rem}}@media screen and (min-width:769px) and (max-width:1087px){.columns.is-variable.is-7-tablet-only{--columnGap:1.75rem}}@media screen and (max-width:1087px){.columns.is-variable.is-7-touch{--columnGap:1.75rem}}@media screen and (min-width:1088px){.columns.is-variable.is-7-desktop{--columnGap:1.75rem}}@media screen and (min-width:1088px) and (max-width:1279px){.columns.is-variable.is-7-desktop-only{--columnGap:1.75rem}}@media screen and (min-width:1280px){.columns.is-variable.is-7-widescreen{--columnGap:1.75rem}}@media screen and (min-width:1280px) and (max-width:1471px){.columns.is-variable.is-7-widescreen-only{--columnGap:1.75rem}}@media screen and (min-width:1472px){.columns.is-variable.is-7-fullhd{--columnGap:1.75rem}}.columns.is-variable.is-8{--columnGap:2rem}@media screen and (max-width:768px){.columns.is-variable.is-8-mobile{--columnGap:2rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-8-tablet{--columnGap:2rem}}@media screen and (min-width:769px) and (max-width:1087px){.columns.is-variable.is-8-tablet-only{--columnGap:2rem}}@media screen and (max-width:1087px){.columns.is-variable.is-8-touch{--columnGap:2rem}}@media screen and (min-width:1088px){.columns.is-variable.is-8-desktop{--columnGap:2rem}}@media screen and (min-width:1088px) and (max-width:1279px){.columns.is-variable.is-8-desktop-only{--columnGap:2rem}}@media screen and (min-width:1280px){.columns.is-variable.is-8-widescreen{--columnGap:2rem}}@media screen and (min-width:1280px) and (max-width:1471px){.columns.is-variable.is-8-widescreen-only{--columnGap:2rem}}@media screen and (min-width:1472px){.columns.is-variable.is-8-fullhd{--columnGap:2rem}}section{margin-bottom:0;margin-top:8.4rem;position:relative;z-index:5}section:first-child{margin-top:0}section:last-child{margin-bottom:8.4rem;margin-top:8.4rem}@media screen and (min-width:1088px){section{margin-top:16.8rem}section:last-child{margin-bottom:16.8rem;margin-top:16.8rem}}section.has-bg-color{padding-bottom:16.8rem;padding-top:16.8rem}@media screen and (min-width:1088px){section.has-bg-color{padding-bottom:26.7rem;padding-top:26.7rem}}section.has-bg-color~section{margin-top:0}section.bg-black-2{background-color:#0f0f0f;color:#fff}section.bg-black-2 a{border-color:#fff}section.bg-black{background-color:#232323;color:#fff}section.bg-black a{border-color:#fff}.single-work section{margin-bottom:0;margin-top:12rem;position:relative;z-index:5}.single-work section:last-child{margin-bottom:12rem;margin-top:12rem}@media screen and (min-width:1088px){.single-work section{margin-top:19.2rem}.single-work section:last-child{margin-bottom:19.2rem;margin-top:19.2rem}}:root{--fluid-min-width:320;--fluid-max-width:1140;--fluid-screen:100vw;--fluid-bp:calc((var(--fluid-screen) - var(--fluid-min-width)/10*1rem)/(var(--fluid-max-width) - var(--fluid-min-width)))}@media screen and (min-width:1140px){:root{--fluid-screen:calc(var(--fluid-max-width)*1px)}}:root{--f--1-min:15;--f--1-max:16;--step--1:calc((var(--f--1-min)/10)*1rem + (var(--f--1-max) - var(--f--1-min))*var(--fluid-bp));--f-0-min:16;--f-0-max:18;--step-0:calc((var(--f-0-min)/10)*1rem + (var(--f-0-max) - var(--f-0-min))*var(--fluid-bp));--f-1-min:25.2;--f-1-max:43.2;--step-1:calc((var(--f-1-min)/10)*1rem + (var(--f-1-max) - var(--f-1-min))*var(--fluid-bp))}@font-face{font-family:Arial Grotesk;font-style:normal;font-weight:400;src:url(../../fonts/ArialGrotesk-Regular.eot);src:url(../../fonts/ArialGrotesk-Regular.eot?#iefix) format("embedded-opentype"),url(../../fonts/ArialGrotesk-Regular.woff) format("woff"),url(../../fonts/ArialGrotesk-Regular.ttf) format("truetype"),url(../../fonts/ArialGrotesk-Regular.svg#ArialGrotesk-Regular) format("svg");text-rendering:optimizeLegibility}@font-face{font-family:Arial Grotesk;font-style:italic;font-weight:400;src:url(../../fonts/ArialGrotesk-RegularItalic.eot);src:url(../../fonts/ArialGrotesk-RegularItalic.eot?#iefix) format("embedded-opentype"),url(../../fonts/ArialGrotesk-RegularItalic.woff) format("woff"),url(../../fonts/ArialGrotesk-RegularItalic.ttf) format("truetype"),url(../../fonts/ArialGrotesk-RegularItalic.svg#ArialGrotesk-RegularItalic) format("svg");text-rendering:optimizeLegibility}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.button-wrapper .active-label,.callout-card .title,.has-underline,.mailing-list-wrapper .gform_wrapper form .gform_footer button.gform_button,.mailing-toggle,.main-footer a,.section--news_grid .news-card .excerpt a,.section--news_grid .news-card .title.link,.section--open_positions .read-more-wrapper .read-more,.section--open_positions .short-description a,.section--team_list .team-member .name,.section--text a,.section--text_large a,.section--text_list_toggle .text-list-item .heading,.section--work_impact .read-more-wrapper .read-more,.section--work_impact p a,.work-card .title,body#tinymce a,ul.filter-bar .filter-item a,ul.socials li a{border-bottom:.2rem solid #232323;line-height:1.1;position:relative;text-decoration:none;transition:none}.button-wrapper .active-label:hover,.callout-card .title:hover,.has-underline:hover,.mailing-list-wrapper .gform_wrapper form .gform_footer button.gform_button:hover,.mailing-toggle:hover,.main-footer a:hover,.section--news_grid .news-card .excerpt a:hover,.section--news_grid .news-card .title.link:hover,.section--open_positions .read-more-wrapper .read-more:hover,.section--open_positions .short-description a:hover,.section--team_list .team-member .name:hover,.section--text a:hover,.section--text_large a:hover,.section--text_list_toggle .text-list-item .heading:hover,.section--work_impact .read-more-wrapper .read-more:hover,.section--work_impact p a:hover,.work-card .title:hover,body#tinymce a:hover,ul.filter-bar .filter-item a:hover,ul.socials li a:hover{border-color:transparent;color:#898989}.button-wrapper .active-label:hover,.button-wrapper body#tinymce a.active-label:hover,.callout-card .no-hover.title:hover,.has-underline.no-hover:hover,.mailing-list-wrapper .gform_wrapper form .gform_footer button.no-hover.gform_button:hover,.main-footer a.no-hover:hover,.no-hover.mailing-toggle:hover,.section--news_grid .news-card .excerpt a.no-hover:hover,.section--news_grid .news-card .no-hover.title.link:hover,.section--open_positions .read-more-wrapper .no-hover.read-more:hover,.section--open_positions .short-description a.no-hover:hover,.section--team_list .team-member .no-hover.name:hover,.section--text a.no-hover:hover,.section--text_large a.no-hover:hover,.section--text_list_toggle .text-list-item .no-hover.heading:hover,.section--work_impact .read-more-wrapper .no-hover.read-more:hover,.section--work_impact p a.no-hover:hover,.work-card .no-hover.title:hover,body#tinymce .button-wrapper a.active-label:hover,body#tinymce a.no-hover:hover,ul.filter-bar .filter-item a.no-hover:hover,ul.socials li a.no-hover:hover{border-color:#232323;color:#232323}p{margin-bottom:2.5rem;margin-top:0}p:empty,p:last-child{margin-bottom:0}.is-active-link:before,.main-header .menu li.current-menu-item a:before,ul.filter-bar .filter-item a.is-active:before{background-color:#232323;border-radius:9999px;content:"";display:inline-block;height:1rem;margin-right:.8rem;position:relative;transform:translateY(calc(-50% + .4rem));width:1rem}@media screen and (min-width:769px){.is-active-link:before,.main-header .menu li.current-menu-item a:before,ul.filter-bar .filter-item a.is-active:before{transform:translateY(calc(-50% + .35rem))}}a{color:#232323;text-decoration:none}a:hover{color:#0a0a0a}.large{font-size:var(--step-5)}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:#232323;font-weight:400;margin-bottom:2rem;margin-top:0}.h1.has-default-font-size,.h2.has-default-font-size,.h3.has-default-font-size,.h4.has-default-font-size,.h5.has-default-font-size,.h6.has-default-font-size,h1.has-default-font-size,h2.has-default-font-size,h3.has-default-font-size,h4.has-default-font-size,h5.has-default-font-size,h6.has-default-font-size{letter-spacing:normal}.h1,h1{line-height:1.2}.h1,.h2,h1,h2{font-size:var(--step-1)}.h2,h2{line-height:1.32}@media screen and (min-width:769px){.h2,h2{margin-bottom:4.8rem}}.h2:last-child,h2:last-child{margin-bottom:0}.h3,h3{font-size:var(--step-1);line-height:1.3}.h3:last-child,h3:last-child{margin-bottom:0}.h4,h4{font-size:var(--step-1);line-height:1.35}.h4:last-child,h4:last-child{margin-bottom:0}.h5,h5{font-size:var(--step-0);line-height:1.5}.h5:last-child,h5:last-child{margin-bottom:0}.h6,h6{font-size:var(--step--1);line-height:1.6}.h6:last-child,h6:last-child{margin-bottom:0}code{background:#f1f1f1;border:1px solid #e1e1e1;border-radius:4px;font-size:90%;margin:0 .2rem;padding:.2rem .5rem;white-space:nowrap}pre>code{display:block;overflow-x:scroll;padding:1rem 1.5rem;white-space:pre}hr{border-width:0;border-top:1px solid #898989;margin-bottom:3.5rem;margin-top:3rem}.is-base-size{font-size:var(--step-0);letter-spacing:normal}@keyframes modal-video{0%{opacity:0}to{opacity:1}}@keyframes modal-video-inner{0%{transform:translateY(100px)}to{transform:translate(0)}}.modal-video{animation-duration:.3s;animation-name:modal-video;animation-timing-function:ease-out;background-color:rgba(0,0,0,.7);cursor:pointer;height:100%;left:0;opacity:1;position:fixed;top:0;transition:opacity .3s ease-out;width:100%;z-index:1000000}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{transform:translateY(100px)}.modal-video-body{box-sizing:border-box;margin:0 auto;max-width:1472px;padding:0 10px}.modal-video-body,.modal-video-inner{display:flex;height:100%;justify-content:center;width:100%}.modal-video-inner{align-items:center}@media (orientation:landscape){.modal-video-inner{box-sizing:border-box;padding:10px 60px}}.modal-video-movie-wrap{animation-duration:.3s;animation-name:modal-video-inner;animation-timing-function:ease-out;background-color:#232323;height:0;padding-bottom:56.25%;position:relative;transform:translate(0);transition:transform .3s ease-out;width:100%}.modal-video-movie-wrap iframe{height:100%;left:0;position:absolute;top:0;width:100%}.modal-video-close-btn{background:transparent;border:none;display:inline-block;height:35px;overflow:hidden;position:absolute;right:0;top:-45px;width:35px;z-index:2}@media (orientation:landscape){.modal-video-close-btn{right:-45px;top:0}}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:after,.modal-video-close-btn:before{background:#fff;border-radius:5px;content:"";height:2px;left:0;margin-top:-6px;position:absolute;top:50%;width:100%}.button,input[type=button],input[type=reset],input[type=submit]{background-color:#232323;border:0;border-radius:.5rem;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-size:var(--step-0);font-weight:500;padding:1rem 2rem;text-align:center;text-decoration:none;transition:background-color .2s ease,color .2s ease}.button:focus,.button:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{background-color:#0a0a0a;color:#fff}.button.button-primary,input[type=button].button-primary,input[type=reset].button-primary,input[type=submit].button-primary{background-color:#fff;color:#232323}.button.button-primary:focus,.button.button-primary:hover,input[type=button].button-primary:focus,input[type=button].button-primary:hover,input[type=reset].button-primary:focus,input[type=reset].button-primary:hover,input[type=submit].button-primary:focus,input[type=submit].button-primary:hover{background-color:#e6e6e6;color:#232323}.plyr__control{margin-bottom:0}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #898989;border-radius:.5rem;box-shadow:none;box-sizing:border-box;padding:1rem;width:100%}input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{border:1px solid #232323}input[type=checkbox],input[type=radio]{display:inline}textarea{min-height:6.5rem;padding-bottom:.5rem;padding-top:.5rem;resize:vertical}label,legend{display:block;font-weight:600;margin-bottom:.5rem;text-align:left}fieldset{border-width:0;padding:0}label>.label-body{display:inline-block;font-weight:400;margin-left:.5rem}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#e8e8e8;-webkit-transition:.4s ease;transition:.4s ease}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#e8e8e8;-ms-transition:.4s ease;transition:.4s ease}input::-moz-placeholder,textarea::-moz-placeholder{color:#e8e8e8;-moz-transition:.4s ease;transition:.4s ease}input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{color:transparent}input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{color:transparent}input:focus::-ms-input-placeholder,textarea:focus::-ms-input-placeholder{color:transparent}ul{list-style:disc outside}ol{list-style:decimal outside}ol,ul{margin-top:0;padding-left:0}ol ol,ol ul,ul ol,ul ul{margin:1.5rem 0 1.5rem 3rem}li{margin-bottom:1rem}ol[class],ul[class]{list-style-type:none;margin:0;padding:0}td,th{border-bottom:1px solid #898989;padding:1.25rem;text-align:left}td:first-child,th:first-child{padding-left:0}td:last-child,th:last-child{padding-right:0}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.button,button{margin-bottom:1rem}fieldset,input,select,textarea{margin-bottom:1.5rem}blockquote,dl,figure,form,ol,p,pre,table,ul{margin-bottom:2.5rem}.is-clearfix:after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-clipped{overflow:hidden!important}.has-text-centered{text-align:center!important}.has-text-justified{text-align:justify!important}.has-text-left{text-align:left!important}.has-text-right{text-align:right!important}@media screen and (max-width:768px){.has-text-centered-mobile{text-align:center!important}}@media print,screen and (min-width:769px){.has-text-centered-tablet{text-align:center!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1087px){.has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1088px){.has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-centered-desktop-only{text-align:center!important}}@media screen and (min-width:1280px){.has-text-centered-widescreen{text-align:center!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-centered-widescreen-only{text-align:center!important}}@media screen and (min-width:1472px){.has-text-centered-fullhd{text-align:center!important}}@media screen and (max-width:768px){.has-text-justified-mobile{text-align:justify!important}}@media print,screen and (min-width:769px){.has-text-justified-tablet{text-align:justify!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1087px){.has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1088px){.has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-justified-desktop-only{text-align:justify!important}}@media screen and (min-width:1280px){.has-text-justified-widescreen{text-align:justify!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (min-width:1472px){.has-text-justified-fullhd{text-align:justify!important}}@media screen and (max-width:768px){.has-text-left-mobile{text-align:left!important}}@media print,screen and (min-width:769px){.has-text-left-tablet{text-align:left!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1087px){.has-text-left-touch{text-align:left!important}}@media screen and (min-width:1088px){.has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-left-desktop-only{text-align:left!important}}@media screen and (min-width:1280px){.has-text-left-widescreen{text-align:left!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-left-widescreen-only{text-align:left!important}}@media screen and (min-width:1472px){.has-text-left-fullhd{text-align:left!important}}@media screen and (max-width:768px){.has-text-right-mobile{text-align:right!important}}@media print,screen and (min-width:769px){.has-text-right-tablet{text-align:right!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1087px){.has-text-right-touch{text-align:right!important}}@media screen and (min-width:1088px){.has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-right-desktop-only{text-align:right!important}}@media screen and (min-width:1280px){.has-text-right-widescreen{text-align:right!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-right-widescreen-only{text-align:right!important}}@media screen and (min-width:1472px){.has-text-right-fullhd{text-align:right!important}}.is-capitalized{text-transform:capitalize!important}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-italic{font-style:italic!important}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-family-primary{font-family:Arial Grotesk,Helvetica Neue,Helvetica,Arial,sans-serif!important}.is-family-secondary{font-family:Times,Times New Roman,serif!important}.is-family-sans-serif{font-family:Arial Grotesk,Helvetica Neue,Helvetica,Arial,sans-serif!important}.is-family-code,.is-family-monospace{font-family:monospace!important}.is-block{display:block!important}@media screen and (max-width:768px){.is-block-mobile{display:block!important}}@media print,screen and (min-width:769px){.is-block-tablet{display:block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-block-tablet-only{display:block!important}}@media screen and (max-width:1087px){.is-block-touch{display:block!important}}@media screen and (min-width:1088px){.is-block-desktop{display:block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-block-desktop-only{display:block!important}}@media screen and (min-width:1280px){.is-block-widescreen{display:block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-block-widescreen-only{display:block!important}}@media screen and (min-width:1472px){.is-block-fullhd{display:block!important}}.is-flex{display:flex!important}@media screen and (max-width:768px){.is-flex-mobile{display:flex!important}}@media print,screen and (min-width:769px){.is-flex-tablet{display:flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-flex-tablet-only{display:flex!important}}@media screen and (max-width:1087px){.is-flex-touch{display:flex!important}}@media screen and (min-width:1088px){.is-flex-desktop{display:flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-flex-desktop-only{display:flex!important}}@media screen and (min-width:1280px){.is-flex-widescreen{display:flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-flex-widescreen-only{display:flex!important}}@media screen and (min-width:1472px){.is-flex-fullhd{display:flex!important}}.is-inline{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile{display:inline!important}}@media print,screen and (min-width:769px){.is-inline-tablet{display:inline!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1087px){.is-inline-touch{display:inline!important}}@media screen and (min-width:1088px){.is-inline-desktop{display:inline!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-desktop-only{display:inline!important}}@media screen and (min-width:1280px){.is-inline-widescreen{display:inline!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-widescreen-only{display:inline!important}}@media screen and (min-width:1472px){.is-inline-fullhd{display:inline!important}}.is-inline-block{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile{display:inline-block!important}}@media print,screen and (min-width:769px){.is-inline-block-tablet{display:inline-block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1087px){.is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1088px){.is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-block-desktop-only{display:inline-block!important}}@media screen and (min-width:1280px){.is-inline-block-widescreen{display:inline-block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-block-widescreen-only{display:inline-block!important}}@media screen and (min-width:1472px){.is-inline-block-fullhd{display:inline-block!important}}.is-inline-flex{display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile{display:inline-flex!important}}@media print,screen and (min-width:769px){.is-inline-flex-tablet{display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-flex-tablet-only{display:inline-flex!important}}@media screen and (max-width:1087px){.is-inline-flex-touch{display:inline-flex!important}}@media screen and (min-width:1088px){.is-inline-flex-desktop{display:inline-flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-flex-desktop-only{display:inline-flex!important}}@media screen and (min-width:1280px){.is-inline-flex-widescreen{display:inline-flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-flex-widescreen-only{display:inline-flex!important}}@media screen and (min-width:1472px){.is-inline-flex-fullhd{display:inline-flex!important}}.is-hidden{display:none!important}.is-sr-only{clip:rect(0,0,0,0)!important;border:none!important;height:.01em!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:.01em!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media print,screen and (min-width:769px){.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1087px){.is-hidden-touch{display:none!important}}@media screen and (min-width:1088px){.is-hidden-desktop{display:none!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1280px){.is-hidden-widescreen{display:none!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-hidden-widescreen-only{display:none!important}}@media screen and (min-width:1472px){.is-hidden-fullhd{display:none!important}}.is-invisible{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile{visibility:hidden!important}}@media print,screen and (min-width:769px){.is-invisible-tablet{visibility:hidden!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-invisible-tablet-only{visibility:hidden!important}}@media screen and (max-width:1087px){.is-invisible-touch{visibility:hidden!important}}@media screen and (min-width:1088px){.is-invisible-desktop{visibility:hidden!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-invisible-desktop-only{visibility:hidden!important}}@media screen and (min-width:1280px){.is-invisible-widescreen{visibility:hidden!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-invisible-widescreen-only{visibility:hidden!important}}@media screen and (min-width:1472px){.is-invisible-fullhd{visibility:hidden!important}}.is-vertically-centered .column{display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:768px){.is-vertically-centered-mobile .column{display:flex;flex-direction:column;justify-content:center}}@media print,screen and (min-width:769px){.is-vertically-centered-tablet .column{display:flex;flex-direction:column;justify-content:center}}@media screen and (min-width:769px) and (max-width:1087px){.is-vertically-centered-tablet-only .column{display:flex;flex-direction:column;justify-content:center}}@media screen and (max-width:1087px){.is-vertically-centered-touch .column{display:flex;flex-direction:column;justify-content:center}}@media screen and (min-width:1088px){.is-vertically-centered-desktop .column{display:flex;flex-direction:column;justify-content:center}}@media screen and (min-width:1088px) and (max-width:1279px){.is-vertically-centered-desktop-only .column{display:flex;flex-direction:column;justify-content:center}}@media screen and (min-width:1280px){.is-vertically-centered-widescreen .column{display:flex;flex-direction:column;justify-content:center}}@media screen and (min-width:1280px) and (max-width:1471px){.is-vertically-centered-widescreen-only .column{display:flex;flex-direction:column;justify-content:center}}@media screen and (min-width:1472px){.is-vertically-centered-fullhd .column{display:flex;flex-direction:column;justify-content:center}}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.is-sr-only,.is-sr-only:focus,.screen-reader-text,.screen-reader-text:focus{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}#wpadminbar{left:0;opacity:.6;position:fixed;top:0;transform:translateY(-90%);transition:.4s ease;width:100%}#wpadminbar:hover{opacity:1;transform:translateY(0)}.gform_heading{display:none}.clear-multi:after,.gf_list_2col:after,.gf_list_3col:after,.gf_list_4col:after,.gf_list_5col:after,.gf_list_inline:after,.gf_page_steps:after,.ginput_complex:after,.ginput_full:after,.ui-datepicker-header:after{clear:both;content:"";display:table}.gform_wrapper form{margin-bottom:.75rem}.gform_heading{border-bottom:1px solid #c5c5c5;margin-bottom:1.5rem;padding-bottom:.75rem}.gform_heading .gform_title,.gsection{margin-bottom:.75rem}.gsection{border-bottom:1px solid #858585;padding-bottom:.75rem}.gsection .gsection_title{margin-bottom:.75rem}.gfield_required{color:red;padding-left:2px}.ginput_complex label{font-weight:400}.gform_fields{list-style:none;margin:0}.gfield{margin-bottom:.75rem}.gfield.hidden_label .gfield_label{display:none}.gfield_description{font-size:14px;font-size:.875rem;font-style:italic}.validation_message{font-style:normal}.gfield_checkbox,.gfield_radio{list-style:none;margin:0}.gfield_checkbox input,.gfield_radio input{margin-right:.25rem}.ginput_address_country,.ginput_container_select{position:relative}.ginput_address_country:focus,.ginput_address_country:hover,.ginput_container_select:focus,.ginput_container_select:hover{cursor:pointer!important}.ginput_address_country:after,.ginput_container_select:after{border:.8rem solid transparent;border-top-color:#232323;color:#b3b2b2;content:"";display:block;font-size:3rem;pointer-events:none;position:absolute;right:2rem;top:45%;transform:translateY(-50%)}.gfield_radio input[type=text]{display:inline-block;width:auto}.ginput_complex .ginput_left{clear:left;float:left;width:49%}.ginput_complex .ginput_right{clear:right;float:right;width:49%}.name_prefix{float:left;margin-right:1%;width:10%}.name_first,.name_last{float:left;margin-right:1%;width:39%}.name_suffix{float:right;width:9%}input.datepicker_with_icon{display:inline-block;margin-right:.75rem;width:auto}.gfield_date_day,.gfield_date_dropdown_day,.gfield_date_dropdown_month,.gfield_date_month{display:inline-block;margin-right:1%;width:auto}.gfield_date_dropdown_year,.gfield_date_year{display:inline-block;width:auto}.gfield_time_hour{float:left;margin-right:1%}.gfield_time_hour input{display:inline-block;width:inherit}.gfield_time_hour label{display:block}.gfield_time_minute{float:left;margin-right:1%;width:30%}.gfield_time_ampm{float:left;margin-right:1%;width:20%}.gfield,.gform_footer{clear:both}.gf_left_half{clear:left;float:left;width:49%}.gf_right_half{clear:right;float:right;width:49%}.gf_left_third{margin-right:1.25%}.gf_left_third,.gf_middle_third{clear:none;float:left;width:32.5%}.gf_right_third{clear:none;float:right;width:32.5%}.gf_inline{display:inline-block;margin-right:1%;vertical-align:top;width:auto}.gf_list_2col li{float:left;width:50%}.gf_list_3col li{float:left;width:33%}.gf_list_4col li{float:left;width:25%}.gf_list_5col li{float:left;width:20%}.gf_list_inline li{display:inline-block;margin-right:1%}.gf_list_height_25 li{height:25px}.gf_list_height_50 li{height:50px}.gf_list_height_75 li{height:75px}.gf_list_height_100 li{height:100px}.gf_list_height_125 li{height:125px}.gf_list_height_150 li{height:150px}.gfield_list{margin:0}.gfield_list>tbody>tr:nth-child(odd)>td,.gfield_list>tbody>tr:nth-child(odd)>th{background:none;border:0;line-height:normal;padding:0}.gfield_list>thead>tr>th{border:0}.gf_scroll_text{border:1px solid #cecece;height:180px;overflow:auto;padding:12px}.gf_scroll_text p:last-of-type{margin-bottom:0}.gf_hide_ampm .gfield_time_ampm,.gf_hide_charleft .charleft{display:none}.gf_page_steps{line-height:1;margin-bottom:.75rem}.gf_step{display:inline-block;margin-right:1%;opacity:.2}.gf_step:last-of-type{margin-right:0}.gf_step_active{opacity:1}.gf_step_number{font-size:150%;font-weight:700}.gfield_error .validation_message,.gfield_error>label{color:#ca3c3c;font-size:var(--step-0);text-align:left}.gfield_error input,.gfield_error select,.gfield_error textarea{border-color:#ca3c3c}.gfield_error input:focus,.gfield_error select:focus,.gfield_error textarea:focus{border-color:#a62d2d}.gform_validation_container{display:none;left:-9000px;position:absolute}.ui-datepicker{background:#fff;border:1px solid #898989}.ui-datepicker-prev{float:left;width:20%}.ui-datepicker-next{float:right;width:20%}.ui-datepicker-title{float:left;width:60%}.ui-datepicker-title select{display:inline-block;width:auto}.gform_wrapper{position:relative}img.gform_ajax_spinner{display:none}button.gform_button.is-loading{border-color:transparent!important;color:transparent!important;position:relative}button.gform_button.is-loading:after{animation:spinAround .5s linear infinite;border-color:transparent transparent #232323 #232323;border-radius:290486px;border-style:solid;border-width:2px;content:""!important;display:block;height:1em;left:calc(50% - .5em);position:absolute;top:calc(50% - .5em);transform:translate(-50%,-50%);width:1em}@keyframes spinAround{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.plyr{--plyr-color-main:$black;--plyr-badge-border-radius:0;--plyr-control-radius:0;--plyr-menu-radius:0;--plyr-tooltip-radius:0}.plyr.plyr--stopped .plyr__controls{display:none}.plyr .plyr__control.plyr__control--overlaid{background-color:#fff;color:#232323;padding:3rem}.callout-card{display:block}.callout-card .image-wrapper{margin-bottom:1.6rem;position:relative}.callout-card .image-wrapper img,.callout-card .image-wrapper video{height:auto;width:100%}.callout-card .inner{display:block;position:relative}.callout-card .title{line-height:1.3;opacity:1;z-index:1}.button-wrapper{align-items:center;cursor:pointer;display:inline-flex;gap:.6rem}@media screen and (max-width:768px){.button-wrapper+.list-wrapper{margin-top:.75rem}}@media screen and (min-width:769px){.button-wrapper{display:none}}.button-wrapper .filter-bar-mobile-button{margin-bottom:0;padding:.25rem;text-align:left}@media screen and (max-width:768px){.list-wrapper{height:0;overflow:hidden;transition:none;visibility:hidden}.list-wrapper.is-active{visibility:visible}}ul.filter-bar{display:flex;flex-direction:column;flex-wrap:wrap;gap:1.3rem 2.4rem;line-height:1.1;list-style-type:none}@media screen and (min-width:769px){ul.filter-bar{display:flex;flex-direction:row;gap:.75rem 3rem}}ul.filter-bar .filter-item{margin-bottom:0;margin-right:0}@media screen and (max-width:768px){ul.filter-bar .filter-item.is-active{display:none}}ul.filter-bar .filter-item a{border-color:#232323;line-height:1.1}ul.filter-bar .filter-item a:hover{border-color:transparent;color:#898989}ul.filter-bar .filter-item a.is-active{border:none;color:#232323;text-decoration:none}ul.filter-bar .filter-item a.is-active:before{margin-right:.3rem;top:.1rem}.main-footer{margin:16.8rem auto 0;padding:0 2.4rem 2.5rem}@media screen and (min-width:769px){.main-footer{padding-bottom:5rem}}@media screen and (min-width:1700px){.main-footer{padding-left:0;padding-right:0}}@media screen and (max-width:768px){.main-footer .columns{display:flex;flex-direction:column;gap:1rem}}@media screen and (min-width:769px){.main-footer .mailing-list-wrapper{padding-top:.3rem}}.main-footer .mailing-toggle{margin-bottom:0}.main-footer .email{text-decoration:none}.main-footer .socials li{margin-bottom:0}.main-header{color:#fff;left:0;left:50%;mix-blend-mode:difference;padding:2rem 2.4rem;pointer-events:none;position:fixed;top:0;transform:translateX(-50%);width:100%;z-index:9999}.main-header:not(.scrolled){color:#000;mix-blend-mode:normal}.main-header:not(.scrolled) .menu li.current-menu-item a:before{background-color:#000}@media screen and (min-width:1700px){.main-header{padding-left:0;padding-right:0}}@media screen and (max-width:768px){.main-header .columns{align-items:flex-start;display:flex;justify-content:space-between}.main-header .is-middle-col{display:none}}.main-header .logo{color:inherit;pointer-events:all;text-decoration:none}.main-header .logo h1{color:inherit;font-size:inherit;line-height:inherit;margin-bottom:inherit}.main-header .logo:hover{color:#bdbdbd}.main-header .menu{display:flex;flex-direction:column;height:100%;list-style:none;margin-top:.3rem;pointer-events:all;width:9rem}@media screen and (min-width:769px){.main-header .menu{width:auto}}.main-header .menu li{line-height:1;margin-bottom:1.1rem}@media screen and (min-width:769px){.main-header .menu li{margin-bottom:.75rem}}.main-header .menu li.current-menu-item a:before{background-color:#fff}.main-header .menu li a{color:inherit;display:inline-block;text-decoration:none}.main-header .menu li a:hover{color:#6b6b6b}.under-header{margin-bottom:2rem;padding:2rem 2.4rem;position:relative}@media screen and (min-width:1700px){.under-header{padding-left:0;padding-right:0}}@media screen and (min-width:769px){.under-header{margin-bottom:10rem}}@media screen and (min-width:1088px){.under-header{margin-bottom:15rem}}@media screen and (max-width:768px){.under-header .columns{display:flex;flex-wrap:wrap}.under-header .columns .menu{flex:0 0 10rem;order:1}.under-header .columns .intro-text{flex:0 0 100%;margin-top:16rem;order:2}}.under-header .intro{line-height:1.3;max-width:34ch}@media screen and (min-width:769px){.under-header .intro{margin-top:.4rem}}@media screen and (max-width:768px){body:not(.home) .under-header{margin-bottom:14rem}body:not(.home) .under-header .intro-text{display:none}}.mailing-toggle{color:#232323;cursor:pointer;display:block;text-align:left;white-space:nowrap}.mailing-toggle:hover{color:#898989}.mailing-list-wrapper .gform_validation_errors,.mailing-list-wrapper.is-active .mailing-toggle{display:none}.mailing-list-wrapper.is-active .gform_wrapper{display:block}.mailing-list-wrapper .gform_wrapper{display:none}.mailing-list-wrapper .gform_wrapper form{align-items:flex-start;display:flex;margin-bottom:0;margin-top:-.5rem}.mailing-list-wrapper .gform_wrapper form .gfield_validation_message{font-size:1.3rem;margin-top:1rem;max-width:30rem}.mailing-list-wrapper .gform_wrapper form .gfield,.mailing-list-wrapper .gform_wrapper form input{margin-bottom:0}.mailing-list-wrapper .gform_wrapper form input{border:0;border-bottom:2px solid #000;border-radius:0;font-size:var(--step-0);line-height:1.3;padding:0}@media screen and (min-width:769px){.mailing-list-wrapper .gform_wrapper form input{min-width:23.5rem}}.mailing-list-wrapper .gform_wrapper form input:-moz-placeholder-shown{border-bottom:2px solid #e8e8e8}.mailing-list-wrapper .gform_wrapper form input:placeholder-shown{border-bottom:2px solid #e8e8e8}.mailing-list-wrapper .gform_wrapper form input:focus{border-bottom:2px solid #000;outline:none}.mailing-list-wrapper .gform_wrapper form .gform_footer{margin-left:2rem}.mailing-list-wrapper .gform_wrapper form .gform_footer button.gform_button{background-color:transparent;border-bottom:.2rem solid #232323;border-radius:0;color:#000;line-height:1.2;padding:0;transform:translateY(1px);white-space:nowrap}.mailing-list-wrapper .gform_confirmation_wrapper{margin-bottom:.8rem;margin-top:-.3rem}.partial--media{margin:0;padding:0}ul.socials{margin-bottom:.5rem}ul.socials li{margin-bottom:0}.tooltip-text{align-items:center;background-color:#232323;color:#fff;display:flex;font-size:var(--step--1);gap:.8rem;justify-content:center;opacity:0;padding:1rem 1.2rem;pointer-events:none;position:absolute;visibility:hidden;white-space:nowrap}.tooltip-text.visible{opacity:1;visibility:visible}@media (hover:none){.tooltip-text{margin-top:-1rem;transition:opacity 0s .05s}}footer .tooltip-text{margin-top:-1.5rem}.work-card{display:block}.work-card .image-wrapper{aspect-ratio:225/299;background-color:#f2f2f2;margin-bottom:1.6rem;position:relative}@media screen and (min-width:769px){.work-card .image-wrapper{aspect-ratio:225/305}}@media screen and (min-width:1088px){.work-card .image-wrapper{aspect-ratio:225/302}}@media screen and (min-width:1472px){.work-card .image-wrapper{aspect-ratio:225/300}}@media screen and (min-width:1600px){.work-card .image-wrapper{aspect-ratio:225/299}}.work-card .image-wrapper img,.work-card .image-wrapper video{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}@media screen and (min-width:769px){.work-card.landscape{grid-column:span 2}}.work-card.landscape .image-wrapper{aspect-ratio:20/13}.work-card .inner{position:relative}.work-card .title{line-height:1.3;opacity:1;z-index:1}.single-work .section--work_related_work .work-card .image-wrapper{margin-bottom:1rem}.section--work_impact .work-title{line-height:1.1;margin-bottom:3.2rem;max-width:30ch}@media screen and (min-width:769px){.section--work_impact .work-title{margin-bottom:4.8rem}}.section--work_impact .partial--media{display:block;position:relative;width:100%}.section--work_impact .partial--media img,.section--work_impact .partial--media video{display:block;height:auto;max-width:100%;width:100%}@media screen and (max-width:768px){.section--work_impact .subtitle{display:inline-block;margin-bottom:1.8rem}}.section--work_impact .intro{margin-top:4.8rem}.section--work_impact .read-more-wrapper .read-more,.section--work_impact .read-more-wrapper .read-more-content{margin-top:3.2rem}.section--work_impact .read-more-wrapper .read-more{cursor:pointer;position:relative}.section--work_impact .read-more-wrapper .read-more:hover{border-color:transparent;color:#bdbdbd}.section--work_project_credits .heading{color:#92674f;margin-top:2.4rem}@media screen and (min-width:769px){.section--work_project_credits .heading{margin-bottom:2.4rem;margin-top:6.4rem}.section--work_project_credits .heading.no-spacing{margin-top:0}}.section--work_related_work .inner-header{align-items:center;display:flex;justify-content:space-between}.section--work_related_work .inner-header .heading{margin-bottom:0}.section--work_related_work .work-grid{grid-gap:4rem 2.4rem;display:grid;grid-template-columns:1fr;margin-top:2.4rem}@media screen and (min-width:769px){.section--work_related_work .work-grid{grid-template-columns:repeat(3,1fr)}}.section--work_related_work .work-grid .work-card.landscape{grid-column:span 1}.section--callout .wrapper:not(.is-full):not(.is-full-bleed){align-items:center;display:flex;justify-content:center}.section--callout .wrapper .partial--media{width:100%}.section--callout .wrapper .partial--media img,.section--callout .wrapper .partial--media video{display:block;height:auto;width:100%}.section--callout .wrapper.is-quarter .callout-card{margin:0 auto;max-width:50%}@media screen and (min-width:769px){.section--callout .wrapper.is-quarter .callout-card{max-width:25%}}.section--callout .wrapper.is-half .callout-card{margin:0 auto;max-width:75%}@media screen and (min-width:769px){.section--callout .wrapper.is-half .callout-card{max-width:50%}.section--callout .wrapper.is-three-quarters .callout-card{max-width:75%}}.section--callout .wrapper.is-full .callout-card{max-width:100%}@media screen and (max-width:1699px){.section--callout .wrapper.is-full-bleed .callout-card .inner{padding-left:2.4rem;padding-right:2.4rem}}.section--image figure{margin:0;padding:0}.section--image figure img{display:block;height:auto;max-width:100%;width:100%}.section--image figure figcaption{color:#4d4d4d;font-size:1.6rem;padding:.8rem 2.4rem}.section--large_two_up_callout{display:grid;gap:4.8rem 0;grid-template-columns:1fr}@media screen and (min-width:769px){.section--large_two_up_callout{grid-template-columns:1fr 1fr}}.section--large_two_up_callout .callout-card .image-wrapper{aspect-ratio:225/299}.section--large_two_up_callout .callout-card .image-wrapper img,.section--large_two_up_callout .callout-card .image-wrapper video{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}@media screen and (max-width:1749px){.section--large_two_up_callout .callout-card .inner{margin:0 2.4rem}}.section--news_grid .grid-heading{margin-bottom:2.8rem}@media screen and (min-width:769px){.section--news_grid .grid-heading{margin-bottom:6rem}}.section--news_grid .filter-wrapper{margin-bottom:2.4rem;padding-top:.3rem}.section--news_grid .news-grid{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:0 2.4rem}.section--news_grid .news-card{box-sizing:border-box;display:block;margin-bottom:6.4rem;position:relative;text-decoration:none;width:100%}@media screen and (min-width:769px){.section--news_grid .news-card{width:calc(50% - 1.2rem)}}@media screen and (min-width:1088px){.section--news_grid .news-card{width:calc(33.33333% - 1.6rem)}}.section--news_grid .news-card .image-wrapper{background-color:#f2f2f2;margin-bottom:3.2rem;position:relative}.section--news_grid .news-card .image-wrapper .image-link{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.section--news_grid .news-card .image-wrapper.no-img{aspect-ratio:16/9}.section--news_grid .news-card .image-wrapper img,.section--news_grid .news-card .image-wrapper video{display:block;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.section--news_grid .news-card .date{color:#92674f;display:block;margin-bottom:2.4rem}.section--news_grid .news-card .title{display:inline;line-height:1.3}.section--news_grid .news-card .excerpt{display:block;line-height:1.3;margin-top:2.4rem}@media screen and (max-width:768px){.section--open_positions .section-heading{margin-bottom:3.2rem}}.section--open_positions .title{color:#92674f;margin-bottom:1.8rem}@media screen and (min-width:769px){.section--open_positions .title{margin-bottom:3.4rem}}@media screen and (max-width:768px){.section--open_positions .short-description{margin-bottom:0}}.section--open_positions .read-more-wrapper .read-more,.section--open_positions .read-more-wrapper .read-more-content{margin-top:2rem}.section--open_positions .read-more-wrapper .read-more{cursor:pointer;position:relative}.section--open_positions .read-more-wrapper .read-more:hover{border-color:transparent;color:#bdbdbd}.section--team_list .header{margin-bottom:2.8rem}@media screen and (min-width:769px){.section--team_list .header{margin-bottom:9.6rem}}.section--team_list .team-member{margin-bottom:.5rem;position:relative;transition:none}@media screen and (min-width:769px){.section--team_list .team-member{margin-bottom:4.8rem}}.section--team_list .team-member.is-active:hover .name{border-color:#232323;color:#232323}.section--team_list .team-member.is-active:hover .position{color:#92674f}.section--team_list .team-member:hover .name{border-color:transparent;color:#898989}.section--team_list .team-member:hover .position{color:#898989}.section--team_list .team-member .top-col{margin-bottom:2.4rem;padding-bottom:0}@media screen and (min-width:769px){.section--team_list .team-member .top-col{margin-bottom:1rem}}.section--team_list .team-member .top-col .column{padding-bottom:0}@media screen and (max-width:768px){.section--team_list .team-member .img{margin-bottom:2.4rem}}.section--team_list .team-member .img img{display:block;height:auto;max-width:100%;padding-top:1rem;width:100%}.section--team_list .team-member .name{display:inline;line-height:1;position:relative}.section--team_list .team-member .position{color:#92674f;display:inline;line-height:1}.section--team_list .team-member .toggle-button{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.section--team_list .team-member .close-button{cursor:pointer;margin-top:2.4rem;z-index:1}.section--team_list .team-member .team-member-content{display:block;height:0;overflow:hidden;transition:none}.section--team_list .team-member .team-member-content .inner-content{padding-bottom:3.6rem}@media screen and (min-width:769px){.section--team_list .team-member .team-member-content .inner-content{margin-top:4rem;padding-bottom:5.2rem}}.section--team_list .team-member .team-member-content.not-visible{visibility:hidden}.section--text .section-heading{line-height:1.5}.section--text .heading{color:#92674f;margin-bottom:.5rem;margin-top:2.4rem}@media screen and (min-width:769px){.section--text .heading{margin-bottom:2.4rem;margin-top:6.4rem}.section--text .heading.no-spacing{margin-top:0}}@media screen and (max-width:768px){.section--text .text{line-height:1.7}}.section--text_large *,.section--text_large a{color:inherit}@media screen and (min-width:769px){.section--text_list .section-heading{margin-bottom:9.6rem}}.section--text_list .heading{color:#92674f}.section--text_list .item,.section--text_list_toggle .header{margin-bottom:4.8rem}@media screen and (min-width:769px){.section--text_list_toggle .header{margin-bottom:9.6rem}}.section--text_list_toggle .text-list-item{margin-bottom:4.8rem;position:relative;transition:0}.section--text_list_toggle .text-list-item.is-active .heading{border-color:transparent}.section--text_list_toggle .text-list-item.is-active:hover .heading,.section--text_list_toggle .text-list-item.is-active:hover .subheading{color:#232323}.section--text_list_toggle .text-list-item:hover .heading{border-color:transparent;color:#898989}.section--text_list_toggle .text-list-item:hover .subheading{color:#898989}.section--text_list_toggle .text-list-item .top-col{margin-bottom:2.4rem;padding-bottom:0}@media screen and (min-width:769px){.section--text_list_toggle .text-list-item .top-col{margin-bottom:1rem}}.section--text_list_toggle .text-list-item .top-col .column{padding-bottom:0}@media screen and (max-width:768px){.section--text_list_toggle .text-list-item .img{margin-bottom:2.4rem}}.section--text_list_toggle .text-list-item .img img{display:block;height:auto;max-width:100%;padding-top:1rem;width:100%}.section--text_list_toggle .text-list-item .heading{display:inline;position:relative}.section--text_list_toggle .text-list-item .subheading{color:#92674f;display:inline}.section--text_list_toggle .text-list-item .toggle-button{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.section--text_list_toggle .text-list-item .close-button{cursor:pointer;margin-top:2.4rem;z-index:1}.section--text_list_toggle .text-list-item .text-list-item-content{padding-bottom:3.6rem}@media screen and (min-width:769px){.section--text_list_toggle .text-list-item .text-list-item-content{margin-top:4rem;padding-bottom:5.2rem}}.section--two_up_callout{padding-bottom:4.8rem}.section--two_up_callout .callout-card-inner{display:grid;gap:4.8rem 0;gap:4rem 8rem;grid-template-columns:1fr}@media screen and (min-width:769px){.section--two_up_callout .callout-card-inner{grid-template-columns:1fr 1fr}}@media screen and (min-width:1088px){.section--two_up_callout .callout-card-inner{gap:4rem 14.2rem}}.section--two_up_callout .callout-card-inner .callout-card.landscape{grid-column:span 1}@media screen and (max-width:768px){.section--two_up_callout .callout-card-inner .callout-card{margin-top:0!important}}.section--work_callout .section-heading{margin-bottom:1.6rem}.section--work_callout .work-grid{grid-gap:4rem 2.4rem;display:grid;grid-template-columns:1fr;margin-top:2.4rem}@media screen and (min-width:769px){.section--work_callout .work-grid{grid-template-columns:repeat(3,1fr)}}.section--work_callout .work-grid .work-card.landscape{grid-column:span 1}.section--work_carousel .wrapper{margin:0 auto}.section--work_carousel .wrapper:not(.is-full):not(.is-full-bleed){align-items:center;display:flex;justify-content:center}.section--work_carousel .wrapper .partial--media{width:100%}.section--work_carousel .wrapper .partial--media img,.section--work_carousel .wrapper .partial--media video{display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.section--work_carousel .wrapper[data-ui-color=dark]{--ui-color-bg:#000;--ui-color-text:#fff}.section--work_carousel .wrapper[data-ui-color=light]{--ui-color-bg:#fff;--ui-color-text:#000}.section--work_carousel .wrapper.is-portrait .partial--media{aspect-ratio:11/16}.section--work_carousel .wrapper.is-landscape .partial--media{aspect-ratio:16/9}.section--work_carousel .wrapper.is-square .partial--media{aspect-ratio:1/1}.section--work_carousel .wrapper.is-quarter{max-width:50%}@media screen and (min-width:769px){.section--work_carousel .wrapper.is-quarter{max-width:25%}}.section--work_carousel .wrapper.is-half{max-width:75%}@media screen and (min-width:769px){.section--work_carousel .wrapper.is-half{max-width:50%}.section--work_carousel .wrapper.is-three-quarters{max-width:75%}}.section--work_carousel .wrapper.is-full{max-width:100%}.section--work_carousel .splide__pagination{bottom:1rem}@media screen and (min-width:769px){.section--work_carousel .splide__pagination{bottom:2.5rem}}.section--work_carousel .splide__pagination__page{background:var(--ui-color-bg,#fff);height:1rem;margin:.5rem;opacity:.4;transition:opacity .2s ease-out,background .2s ease-out;width:1rem}@media screen and (min-width:769px){.section--work_carousel .splide__pagination__page{margin:.75rem}}.section--work_carousel .splide__pagination__page.is-active{background:var(--ui-color-bg,#fff);opacity:1;transform:scale(1)}.section--work_carousel .wrapper:hover .splide__arrows .splide__arrow{opacity:1}@media screen and (max-width:768px){.section--work_carousel .splide__arrows{display:none}}.section--work_carousel .splide__arrows .splide__arrow{align-items:center;aspect-ratio:1/1;background-color:var(--ui-color-bg,#fff);color:var(--ui-color-text,#000);display:flex;font-size:1.4rem;height:3.4rem;justify-content:center;opacity:0;transition:opacity .2s ease-out,background .2s ease-out,color .2s ease-out;width:3.4rem}.section--work_carousel .splide__arrows .splide__arrow--prev{left:2rem}@media screen and (min-width:769px){.section--work_carousel .splide__arrows .splide__arrow--prev{left:3rem}}.section--work_carousel .splide__arrows .splide__arrow--next{right:2rem}@media screen and (min-width:769px){.section--work_carousel .splide__arrows .splide__arrow--next{right:3rem}}.section--work_carousel .splide__arrows .splide__arrow:hover{opacity:.4!important}.section--work_carousel .splide__arrows .splide__arrow:focus-visible{opacity:1!important;outline-color:var(--ui-color-bg,#fff)}.section--work_media .wrapper:not(.is-full):not(.is-full-bleed){align-items:center;display:flex;justify-content:center}.section--work_media .wrapper .partial--media{width:100%}.section--work_media .wrapper .partial--media img,.section--work_media .wrapper .partial--media video{display:block;height:auto;width:100%}.section--work_media .wrapper.is-quarter .partial--media{max-width:50%}@media screen and (min-width:769px){.section--work_media .wrapper.is-quarter .partial--media{max-width:25%}}.section--work_media .wrapper.is-half .partial--media{max-width:75%}@media screen and (min-width:769px){.section--work_media .wrapper.is-half .partial--media{max-width:50%}.section--work_media .wrapper.is-three-quarters .partial--media{max-width:75%}}.section--work_media .wrapper.is-full .partial--media{max-width:100%}.section--work_media_two_up .wrapper{display:flex;gap:2.4rem;margin:0 auto}@media screen and (min-width:769px){.section--work_media_two_up .wrapper{gap:4.8rem}}@media screen and (min-width:1088px){.section--work_media_two_up .wrapper{gap:12rem}}.section--work_media_two_up .wrapper .partial--media{flex:1 1 100%}.section--work_media_two_up .wrapper .partial--media img,.section--work_media_two_up .wrapper .partial--media video{display:block;height:auto;max-width:100%;width:100%}@media screen and (min-width:769px){.section--work_media_two_up .wrapper.is-quarter{max-width:25%}.section--work_media_two_up .wrapper.is-half{max-width:50%}.section--work_media_two_up .wrapper.is-three-quarters{max-width:75%}}.section--work_media_two_up .wrapper.is-full{max-width:100%}.section--work_media_two_up .wrapper.is-full-bleed{gap:0}.section--work_quote .quote{margin:0;padding:0}.section--work_quote .quote .content{font-size:var(--step-1);line-height:1.15;margin-bottom:2.4rem}@media screen and (min-width:769px){.section--work_quote .quote .content{margin-bottom:4rem}}.section--work_quote .quote .source{font-style:normal}.section--work_video .video-wrapper{margin:0 auto;overflow:hidden;position:relative}.section--work_video .video-wrapper .video-thumbnail{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:2}.section--work_video .video-wrapper .plyr{position:static}.section--work_video .video-wrapper .plyr__control.plyr__control--overlaid{z-index:2}.section--work_video .video-wrapper .play-button{align-items:center;color:#fff;cursor:pointer;display:flex;height:100%;justify-content:center;padding:2.4rem;position:relative;width:100%;z-index:1}.section--work_video .video-wrapper .play-button .button-inner{align-items:center;display:flex;gap:2rem;text-align:left}.section--work_video .video-wrapper .play-button .button-inner:hover .icon-wrapper{background-color:#fff}@media screen and (max-width:323px){.section--work_video .video-wrapper .play-button .text{display:none}}.section--work_video .video-wrapper .play-button .icon-wrapper{align-items:center;background-color:#fff;border-radius:9999px;color:#232323;display:flex;flex-shrink:0;height:4rem;justify-content:center;transition:background-color .2s ease;width:4rem}@media screen and (min-width:769px){.section--work_video .video-wrapper .play-button .icon-wrapper{height:8rem;width:8rem}}.section--work_video .video-wrapper .play-button .icon-wrapper .icon{transform:translateX(2px)}.section--work_video .video-wrapper.is-quarter{max-width:50%}.section--work_video .video-wrapper.is-quarter .plyr__control--overlaid{padding:1.4rem}@media screen and (min-width:769px){.section--work_video .video-wrapper.is-quarter{max-width:25%}}.section--work_video .video-wrapper.is-half{max-width:75%}.section--work_video .video-wrapper.is-half .plyr__control--overlaid{padding:1.4rem}@media screen and (min-width:769px){.section--work_video .video-wrapper.is-half{max-width:50%}.section--work_video .video-wrapper.is-three-quarters{max-width:75%}}.section--work_video .video-wrapper.is-full{max-width:100%}@media screen and (max-width:1699px){.section--work_video .video-wrapper.is-full-bleed .inner{padding-left:2.4rem;padding-right:2.4rem}}.error404 main#primary{align-items:center;display:flex;justify-content:center;min-height:70vh;padding:0 0 5rem}@media screen and (min-width:769px){.error404 main#primary{padding:5rem 0 15rem}}.error404 main#primary .h1{margin-bottom:1.6rem}.error404 main#primary .h1 span{color:#d9d9d9;display:block}.error404 main#primary p{margin-bottom:1.6rem}.error404 main#primary a{color:#232323}.password-protected{text-align:center}.password-protected form{margin:0 auto}.password-protected form p:first-of-type{font-weight:700;margin:0 auto 4rem;max-width:50rem}.password-protected form label{font-weight:400;text-align:center}.password-protected form input[type=password]{display:block;margin:.8rem auto 0;max-width:35rem}.password-protected form input[type=submit]{margin-top:1.6rem}.post-type-archive-work .work-grid{grid-gap:4rem 2.4rem;display:grid;grid-template-columns:1fr;margin-top:2.4rem;padding-left:2.4rem;padding-right:2.4rem}@media screen and (min-width:769px){.post-type-archive-work .work-grid{grid-template-columns:repeat(3,1fr)}}.post-type-archive-news section:last-of-type{margin-top:-.3rem}
