@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:0 0;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{display:block;fill:currentColor;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-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}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:hsla(0,0%,100%,.9);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-bottom:4.66667px;padding-left:10.5px;padding:calc((var(--plyr-control-spacing,10px) * .7)/ 1.5) calc((var(--plyr-control-spacing,10px) * .7) * 1.5);padding-right:10.5px;padding-top:4.66667px;-webkit-user-select:none;-ms-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:#00b3ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)))}.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:-5px;margin-right:calc(((var(--plyr-control-spacing,10px) * .7) - 2) * -1);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;background:0 0;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height,13px) * 2);color:#00b3ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));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:0 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;background-image:linear-gradient(90deg,currentColor 0,transparent 0);background-image:linear-gradient(90deg,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-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;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px);-webkit-appearance:none;margin-top:-4px;margin-top:calc(((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/ 2) * -1)}.plyr--full-ui input[type=range]::-moz-range-track{background:0 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);-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:0 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);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 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);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.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);position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px);margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.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__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"\2044";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:3px;border-radius:var(--plyr-tooltip-radius,3px);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__control .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child .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__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.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 .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.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__buffer,.plyr__progress input[type=range]{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{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;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:0 0}.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 0,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 0,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 0,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__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:#00b3ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));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{height:0;padding-bottom:56.25%}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;left:0;position:absolute;top:0}.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:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));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:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display: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:-ms-fullscreen .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:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.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:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.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:after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin:-var(--plyr-range-track-height,5px)/2 0 0;opacity:.8;position:absolute;top: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:3px;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;padding:var(--plyr-tooltip-radius,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:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));padding:3px 6px}.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;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__slides,.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slide,.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows,.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}@media print,screen and (min-width:40em){.reveal,.reveal.large,.reveal.small,.reveal.tiny{right:auto;left:auto;margin:0 auto}}html{font-family:Nunito,sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;overflow:visible}main{display:block}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:Nunito,sans-serif;font-size:100%;line-height:1.15;margin:0}button{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=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}input{overflow:visible}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;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-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;padding:0;color:inherit;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}details{display:block}summary{display:list-item}menu{display:block}canvas{display:inline-block}[hidden],template{display:none}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em&huge=118.75em&widescreen=150em"}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:100%}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{margin:0;padding:0;background:#fefefe;font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-weight:400;line-height:1.5;color:#0a0a0a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;background:transparent;line-height:1;cursor:auto}[data-whatinput=mouse] button{outline:0}pre{overflow:auto}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block!important}.is-hidden{display:none!important}.grid-container{padding-right:.625rem;padding-left:.625rem;max-width:75rem;margin:0 auto}@media print,screen and (min-width:40em){.grid-container{padding-right:.625rem;padding-left:.625rem}}.grid-container.fluid{padding-right:.625rem;padding-left:.625rem;max-width:100%;margin:0 auto}@media print,screen and (min-width:40em){.grid-container.fluid{padding-right:.625rem;padding-left:.625rem}}.grid-container.full{padding-right:0;padding-left:0;max-width:100%;margin:0 auto}.grid-x{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.cell{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}.cell.shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.auto,.grid-x>.shrink{width:auto}.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-13,.grid-x>.small-14,.grid-x>.small-15,.grid-x>.small-16,.grid-x>.small-17,.grid-x>.small-18,.grid-x>.small-full,.grid-x>.small-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}@media print,screen and (min-width:40em){.grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-13,.grid-x>.medium-14,.grid-x>.medium-15,.grid-x>.medium-16,.grid-x>.medium-17,.grid-x>.medium-18,.grid-x>.medium-full,.grid-x>.medium-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:64em){.grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-13,.grid-x>.large-14,.grid-x>.large-15,.grid-x>.large-16,.grid-x>.large-17,.grid-x>.large-18,.grid-x>.large-full,.grid-x>.large-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}@media screen and (min-width:75em){.grid-x>.xlarge-1,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12,.grid-x>.xlarge-13,.grid-x>.xlarge-14,.grid-x>.xlarge-15,.grid-x>.xlarge-16,.grid-x>.xlarge-17,.grid-x>.xlarge-18,.grid-x>.xlarge-full,.grid-x>.xlarge-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}@media screen and (min-width:90em){.grid-x>.xxlarge-1,.grid-x>.xxlarge-2,.grid-x>.xxlarge-3,.grid-x>.xxlarge-4,.grid-x>.xxlarge-5,.grid-x>.xxlarge-6,.grid-x>.xxlarge-7,.grid-x>.xxlarge-8,.grid-x>.xxlarge-9,.grid-x>.xxlarge-10,.grid-x>.xxlarge-11,.grid-x>.xxlarge-12,.grid-x>.xxlarge-13,.grid-x>.xxlarge-14,.grid-x>.xxlarge-15,.grid-x>.xxlarge-16,.grid-x>.xxlarge-17,.grid-x>.xxlarge-18,.grid-x>.xxlarge-full,.grid-x>.xxlarge-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}@media screen and (min-width:118.75em){.grid-x>.huge-1,.grid-x>.huge-2,.grid-x>.huge-3,.grid-x>.huge-4,.grid-x>.huge-5,.grid-x>.huge-6,.grid-x>.huge-7,.grid-x>.huge-8,.grid-x>.huge-9,.grid-x>.huge-10,.grid-x>.huge-11,.grid-x>.huge-12,.grid-x>.huge-13,.grid-x>.huge-14,.grid-x>.huge-15,.grid-x>.huge-16,.grid-x>.huge-17,.grid-x>.huge-18,.grid-x>.huge-full,.grid-x>.huge-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}.grid-x>.small-1{width:5.5555555556%}.grid-x>.small-2{width:11.1111111111%}.grid-x>.small-3{width:16.6666666667%}.grid-x>.small-4{width:22.2222222222%}.grid-x>.small-5{width:27.7777777778%}.grid-x>.small-6{width:33.3333333333%}.grid-x>.small-7{width:38.8888888889%}.grid-x>.small-8{width:44.4444444444%}.grid-x>.small-9{width:50%}.grid-x>.small-10{width:55.5555555556%}.grid-x>.small-11{width:61.1111111111%}.grid-x>.small-12{width:66.6666666667%}.grid-x>.small-13{width:72.2222222222%}.grid-x>.small-14{width:77.7777777778%}.grid-x>.small-15{width:83.3333333333%}.grid-x>.small-16{width:88.8888888889%}.grid-x>.small-17{width:94.4444444444%}.grid-x>.small-18{width:100%}@media print,screen and (min-width:40em){.grid-x>.medium-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;width:auto}.grid-x>.medium-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.grid-x>.medium-1{width:5.5555555556%}.grid-x>.medium-2{width:11.1111111111%}.grid-x>.medium-3{width:16.6666666667%}.grid-x>.medium-4{width:22.2222222222%}.grid-x>.medium-5{width:27.7777777778%}.grid-x>.medium-6{width:33.3333333333%}.grid-x>.medium-7{width:38.8888888889%}.grid-x>.medium-8{width:44.4444444444%}.grid-x>.medium-9{width:50%}.grid-x>.medium-10{width:55.5555555556%}.grid-x>.medium-11{width:61.1111111111%}.grid-x>.medium-12{width:66.6666666667%}.grid-x>.medium-13{width:72.2222222222%}.grid-x>.medium-14{width:77.7777777778%}.grid-x>.medium-15{width:83.3333333333%}.grid-x>.medium-16{width:88.8888888889%}.grid-x>.medium-17{width:94.4444444444%}.grid-x>.medium-18{width:100%}}@media print,screen and (min-width:64em){.grid-x>.large-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;width:auto}.grid-x>.large-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.grid-x>.large-1{width:5.5555555556%}.grid-x>.large-2{width:11.1111111111%}.grid-x>.large-3{width:16.6666666667%}.grid-x>.large-4{width:22.2222222222%}.grid-x>.large-5{width:27.7777777778%}.grid-x>.large-6{width:33.3333333333%}.grid-x>.large-7{width:38.8888888889%}.grid-x>.large-8{width:44.4444444444%}.grid-x>.large-9{width:50%}.grid-x>.large-10{width:55.5555555556%}.grid-x>.large-11{width:61.1111111111%}.grid-x>.large-12{width:66.6666666667%}.grid-x>.large-13{width:72.2222222222%}.grid-x>.large-14{width:77.7777777778%}.grid-x>.large-15{width:83.3333333333%}.grid-x>.large-16{width:88.8888888889%}.grid-x>.large-17{width:94.4444444444%}.grid-x>.large-18{width:100%}}@media screen and (min-width:75em){.grid-x>.xlarge-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;width:auto}.grid-x>.xlarge-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.grid-x>.xlarge-1{width:5.5555555556%}.grid-x>.xlarge-2{width:11.1111111111%}.grid-x>.xlarge-3{width:16.6666666667%}.grid-x>.xlarge-4{width:22.2222222222%}.grid-x>.xlarge-5{width:27.7777777778%}.grid-x>.xlarge-6{width:33.3333333333%}.grid-x>.xlarge-7{width:38.8888888889%}.grid-x>.xlarge-8{width:44.4444444444%}.grid-x>.xlarge-9{width:50%}.grid-x>.xlarge-10{width:55.5555555556%}.grid-x>.xlarge-11{width:61.1111111111%}.grid-x>.xlarge-12{width:66.6666666667%}.grid-x>.xlarge-13{width:72.2222222222%}.grid-x>.xlarge-14{width:77.7777777778%}.grid-x>.xlarge-15{width:83.3333333333%}.grid-x>.xlarge-16{width:88.8888888889%}.grid-x>.xlarge-17{width:94.4444444444%}.grid-x>.xlarge-18{width:100%}}@media screen and (min-width:90em){.grid-x>.xxlarge-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;width:auto}.grid-x>.xxlarge-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.grid-x>.xxlarge-1{width:5.5555555556%}.grid-x>.xxlarge-2{width:11.1111111111%}.grid-x>.xxlarge-3{width:16.6666666667%}.grid-x>.xxlarge-4{width:22.2222222222%}.grid-x>.xxlarge-5{width:27.7777777778%}.grid-x>.xxlarge-6{width:33.3333333333%}.grid-x>.xxlarge-7{width:38.8888888889%}.grid-x>.xxlarge-8{width:44.4444444444%}.grid-x>.xxlarge-9{width:50%}.grid-x>.xxlarge-10{width:55.5555555556%}.grid-x>.xxlarge-11{width:61.1111111111%}.grid-x>.xxlarge-12{width:66.6666666667%}.grid-x>.xxlarge-13{width:72.2222222222%}.grid-x>.xxlarge-14{width:77.7777777778%}.grid-x>.xxlarge-15{width:83.3333333333%}.grid-x>.xxlarge-16{width:88.8888888889%}.grid-x>.xxlarge-17{width:94.4444444444%}.grid-x>.xxlarge-18{width:100%}}@media screen and (min-width:118.75em){.grid-x>.huge-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;width:auto}.grid-x>.huge-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.grid-x>.huge-1{width:5.5555555556%}.grid-x>.huge-2{width:11.1111111111%}.grid-x>.huge-3{width:16.6666666667%}.grid-x>.huge-4{width:22.2222222222%}.grid-x>.huge-5{width:27.7777777778%}.grid-x>.huge-6{width:33.3333333333%}.grid-x>.huge-7{width:38.8888888889%}.grid-x>.huge-8{width:44.4444444444%}.grid-x>.huge-9{width:50%}.grid-x>.huge-10{width:55.5555555556%}.grid-x>.huge-11{width:61.1111111111%}.grid-x>.huge-12{width:66.6666666667%}.grid-x>.huge-13{width:72.2222222222%}.grid-x>.huge-14{width:77.7777777778%}.grid-x>.huge-15{width:83.3333333333%}.grid-x>.huge-16{width:88.8888888889%}.grid-x>.huge-17{width:94.4444444444%}.grid-x>.huge-18{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:- .625rem;margin-right:- .625rem}@media print,screen and (min-width:40em){.grid-margin-x{margin-left:- .625rem;margin-right:- .625rem}}.grid-margin-x>.cell{width:calc(100% - 1.25rem);margin-left:.625rem;margin-right:.625rem}@media print,screen and (min-width:40em){.grid-margin-x>.cell{width:calc(100% - 1.25rem);margin-left:.625rem;margin-right:.625rem}}.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(5.55556% - 1.25rem)}.grid-margin-x>.small-2{width:calc(11.11111% - 1.25rem)}.grid-margin-x>.small-3{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.small-4{width:calc(22.22222% - 1.25rem)}.grid-margin-x>.small-5{width:calc(27.77778% - 1.25rem)}.grid-margin-x>.small-6{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.small-7{width:calc(38.88889% - 1.25rem)}.grid-margin-x>.small-8{width:calc(44.44444% - 1.25rem)}.grid-margin-x>.small-9{width:calc(50% - 1.25rem)}.grid-margin-x>.small-10{width:calc(55.55556% - 1.25rem)}.grid-margin-x>.small-11{width:calc(61.11111% - 1.25rem)}.grid-margin-x>.small-12{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.small-13{width:calc(72.22222% - 1.25rem)}.grid-margin-x>.small-14{width:calc(77.77778% - 1.25rem)}.grid-margin-x>.small-15{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.small-16{width:calc(88.88889% - 1.25rem)}.grid-margin-x>.small-17{width:calc(94.44444% - 1.25rem)}.grid-margin-x>.small-18{width:calc(100% - 1.25rem)}@media print,screen and (min-width:40em){.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(5.55556% - 1.25rem)}.grid-margin-x>.small-2{width:calc(11.11111% - 1.25rem)}.grid-margin-x>.small-3{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.small-4{width:calc(22.22222% - 1.25rem)}.grid-margin-x>.small-5{width:calc(27.77778% - 1.25rem)}.grid-margin-x>.small-6{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.small-7{width:calc(38.88889% - 1.25rem)}.grid-margin-x>.small-8{width:calc(44.44444% - 1.25rem)}.grid-margin-x>.small-9{width:calc(50% - 1.25rem)}.grid-margin-x>.small-10{width:calc(55.55556% - 1.25rem)}.grid-margin-x>.small-11{width:calc(61.11111% - 1.25rem)}.grid-margin-x>.small-12{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.small-13{width:calc(72.22222% - 1.25rem)}.grid-margin-x>.small-14{width:calc(77.77778% - 1.25rem)}.grid-margin-x>.small-15{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.small-16{width:calc(88.88889% - 1.25rem)}.grid-margin-x>.small-17{width:calc(94.44444% - 1.25rem)}.grid-margin-x>.small-18{width:calc(100% - 1.25rem)}.grid-margin-x>.medium-auto,.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(5.55556% - 1.25rem)}.grid-margin-x>.medium-2{width:calc(11.11111% - 1.25rem)}.grid-margin-x>.medium-3{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.medium-4{width:calc(22.22222% - 1.25rem)}.grid-margin-x>.medium-5{width:calc(27.77778% - 1.25rem)}.grid-margin-x>.medium-6{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.medium-7{width:calc(38.88889% - 1.25rem)}.grid-margin-x>.medium-8{width:calc(44.44444% - 1.25rem)}.grid-margin-x>.medium-9{width:calc(50% - 1.25rem)}.grid-margin-x>.medium-10{width:calc(55.55556% - 1.25rem)}.grid-margin-x>.medium-11{width:calc(61.11111% - 1.25rem)}.grid-margin-x>.medium-12{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.medium-13{width:calc(72.22222% - 1.25rem)}.grid-margin-x>.medium-14{width:calc(77.77778% - 1.25rem)}.grid-margin-x>.medium-15{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.medium-16{width:calc(88.88889% - 1.25rem)}.grid-margin-x>.medium-17{width:calc(94.44444% - 1.25rem)}.grid-margin-x>.medium-18{width:calc(100% - 1.25rem)}}@media print,screen and (min-width:64em){.grid-margin-x>.large-auto,.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(5.55556% - 1.25rem)}.grid-margin-x>.large-2{width:calc(11.11111% - 1.25rem)}.grid-margin-x>.large-3{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.large-4{width:calc(22.22222% - 1.25rem)}.grid-margin-x>.large-5{width:calc(27.77778% - 1.25rem)}.grid-margin-x>.large-6{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.large-7{width:calc(38.88889% - 1.25rem)}.grid-margin-x>.large-8{width:calc(44.44444% - 1.25rem)}.grid-margin-x>.large-9{width:calc(50% - 1.25rem)}.grid-margin-x>.large-10{width:calc(55.55556% - 1.25rem)}.grid-margin-x>.large-11{width:calc(61.11111% - 1.25rem)}.grid-margin-x>.large-12{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.large-13{width:calc(72.22222% - 1.25rem)}.grid-margin-x>.large-14{width:calc(77.77778% - 1.25rem)}.grid-margin-x>.large-15{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.large-16{width:calc(88.88889% - 1.25rem)}.grid-margin-x>.large-17{width:calc(94.44444% - 1.25rem)}.grid-margin-x>.large-18{width:calc(100% - 1.25rem)}}@media screen and (min-width:75em){.grid-margin-x>.xlarge-auto,.grid-margin-x>.xlarge-shrink{width:auto}.grid-margin-x>.xlarge-1{width:calc(5.55556% - 1.25rem)}.grid-margin-x>.xlarge-2{width:calc(11.11111% - 1.25rem)}.grid-margin-x>.xlarge-3{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.xlarge-4{width:calc(22.22222% - 1.25rem)}.grid-margin-x>.xlarge-5{width:calc(27.77778% - 1.25rem)}.grid-margin-x>.xlarge-6{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.xlarge-7{width:calc(38.88889% - 1.25rem)}.grid-margin-x>.xlarge-8{width:calc(44.44444% - 1.25rem)}.grid-margin-x>.xlarge-9{width:calc(50% - 1.25rem)}.grid-margin-x>.xlarge-10{width:calc(55.55556% - 1.25rem)}.grid-margin-x>.xlarge-11{width:calc(61.11111% - 1.25rem)}.grid-margin-x>.xlarge-12{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.xlarge-13{width:calc(72.22222% - 1.25rem)}.grid-margin-x>.xlarge-14{width:calc(77.77778% - 1.25rem)}.grid-margin-x>.xlarge-15{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.xlarge-16{width:calc(88.88889% - 1.25rem)}.grid-margin-x>.xlarge-17{width:calc(94.44444% - 1.25rem)}.grid-margin-x>.xlarge-18{width:calc(100% - 1.25rem)}}@media screen and (min-width:90em){.grid-margin-x>.xxlarge-auto,.grid-margin-x>.xxlarge-shrink{width:auto}.grid-margin-x>.xxlarge-1{width:calc(5.55556% - 1.25rem)}.grid-margin-x>.xxlarge-2{width:calc(11.11111% - 1.25rem)}.grid-margin-x>.xxlarge-3{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.xxlarge-4{width:calc(22.22222% - 1.25rem)}.grid-margin-x>.xxlarge-5{width:calc(27.77778% - 1.25rem)}.grid-margin-x>.xxlarge-6{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.xxlarge-7{width:calc(38.88889% - 1.25rem)}.grid-margin-x>.xxlarge-8{width:calc(44.44444% - 1.25rem)}.grid-margin-x>.xxlarge-9{width:calc(50% - 1.25rem)}.grid-margin-x>.xxlarge-10{width:calc(55.55556% - 1.25rem)}.grid-margin-x>.xxlarge-11{width:calc(61.11111% - 1.25rem)}.grid-margin-x>.xxlarge-12{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.xxlarge-13{width:calc(72.22222% - 1.25rem)}.grid-margin-x>.xxlarge-14{width:calc(77.77778% - 1.25rem)}.grid-margin-x>.xxlarge-15{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.xxlarge-16{width:calc(88.88889% - 1.25rem)}.grid-margin-x>.xxlarge-17{width:calc(94.44444% - 1.25rem)}.grid-margin-x>.xxlarge-18{width:calc(100% - 1.25rem)}}@media screen and (min-width:118.75em){.grid-margin-x>.huge-auto,.grid-margin-x>.huge-shrink{width:auto}.grid-margin-x>.huge-1{width:calc(5.55556% - 1.25rem)}.grid-margin-x>.huge-2{width:calc(11.11111% - 1.25rem)}.grid-margin-x>.huge-3{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.huge-4{width:calc(22.22222% - 1.25rem)}.grid-margin-x>.huge-5{width:calc(27.77778% - 1.25rem)}.grid-margin-x>.huge-6{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.huge-7{width:calc(38.88889% - 1.25rem)}.grid-margin-x>.huge-8{width:calc(44.44444% - 1.25rem)}.grid-margin-x>.huge-9{width:calc(50% - 1.25rem)}.grid-margin-x>.huge-10{width:calc(55.55556% - 1.25rem)}.grid-margin-x>.huge-11{width:calc(61.11111% - 1.25rem)}.grid-margin-x>.huge-12{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.huge-13{width:calc(72.22222% - 1.25rem)}.grid-margin-x>.huge-14{width:calc(77.77778% - 1.25rem)}.grid-margin-x>.huge-15{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.huge-16{width:calc(88.88889% - 1.25rem)}.grid-margin-x>.huge-17{width:calc(94.44444% - 1.25rem)}.grid-margin-x>.huge-18{width:calc(100% - 1.25rem)}}.grid-padding-x .grid-padding-x{margin-right:- .625rem;margin-left:- .625rem}@media print,screen and (min-width:40em){.grid-padding-x .grid-padding-x{margin-right:- .625rem;margin-left:- .625rem}}.grid-container:not(.full)>.grid-padding-x{margin-right:- .625rem;margin-left:- .625rem}@media print,screen and (min-width:40em){.grid-container:not(.full)>.grid-padding-x{margin-right:- .625rem;margin-left:- .625rem}}.grid-padding-x>.cell{padding-right:.625rem;padding-left:.625rem}@media print,screen and (min-width:40em){.grid-padding-x>.cell{padding-right:.625rem;padding-left:.625rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.3333333333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.6666666667%}.small-up-7>.cell{width:14.2857142857%}.small-up-8>.cell{width:12.5%}@media print,screen and (min-width:40em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.3333333333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.6666666667%}.medium-up-7>.cell{width:14.2857142857%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (min-width:64em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.3333333333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.6666666667%}.large-up-7>.cell{width:14.2857142857%}.large-up-8>.cell{width:12.5%}}@media screen and (min-width:75em){.xlarge-up-1>.cell{width:100%}.xlarge-up-2>.cell{width:50%}.xlarge-up-3>.cell{width:33.3333333333%}.xlarge-up-4>.cell{width:25%}.xlarge-up-5>.cell{width:20%}.xlarge-up-6>.cell{width:16.6666666667%}.xlarge-up-7>.cell{width:14.2857142857%}.xlarge-up-8>.cell{width:12.5%}}@media screen and (min-width:90em){.xxlarge-up-1>.cell{width:100%}.xxlarge-up-2>.cell{width:50%}.xxlarge-up-3>.cell{width:33.3333333333%}.xxlarge-up-4>.cell{width:25%}.xxlarge-up-5>.cell{width:20%}.xxlarge-up-6>.cell{width:16.6666666667%}.xxlarge-up-7>.cell{width:14.2857142857%}.xxlarge-up-8>.cell{width:12.5%}}@media screen and (min-width:118.75em){.huge-up-1>.cell{width:100%}.huge-up-2>.cell{width:50%}.huge-up-3>.cell{width:33.3333333333%}.huge-up-4>.cell{width:25%}.huge-up-5>.cell{width:20%}.huge-up-6>.cell{width:16.6666666667%}.huge-up-7>.cell{width:14.2857142857%}.huge-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.25rem)}@media print,screen and (min-width:40em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.25rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 1.25rem)}}@media print,screen and (min-width:64em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 1.25rem)}}@media screen and (min-width:75em){.grid-margin-x.xlarge-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.xlarge-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.xlarge-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.xlarge-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.xlarge-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.xlarge-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.xlarge-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.xlarge-up-8>.cell{width:calc(12.5% - 1.25rem)}}@media screen and (min-width:90em){.grid-margin-x.xxlarge-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.xxlarge-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.xxlarge-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.xxlarge-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.xxlarge-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.xxlarge-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.xxlarge-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.xxlarge-up-8>.cell{width:calc(12.5% - 1.25rem)}}@media screen and (min-width:118.75em){.grid-margin-x.huge-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.huge-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.huge-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.huge-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.huge-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.huge-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.huge-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.huge-up-8>.cell{width:calc(12.5% - 1.25rem)}}.small-margin-collapse,.small-margin-collapse>.cell{margin-right:0;margin-left:0}.small-margin-collapse>.small-1{width:5.5555555556%}.small-margin-collapse>.small-2{width:11.1111111111%}.small-margin-collapse>.small-3{width:16.6666666667%}.small-margin-collapse>.small-4{width:22.2222222222%}.small-margin-collapse>.small-5{width:27.7777777778%}.small-margin-collapse>.small-6{width:33.3333333333%}.small-margin-collapse>.small-7{width:38.8888888889%}.small-margin-collapse>.small-8{width:44.4444444444%}.small-margin-collapse>.small-9{width:50%}.small-margin-collapse>.small-10{width:55.5555555556%}.small-margin-collapse>.small-11{width:61.1111111111%}.small-margin-collapse>.small-12{width:66.6666666667%}.small-margin-collapse>.small-13{width:72.2222222222%}.small-margin-collapse>.small-14{width:77.7777777778%}.small-margin-collapse>.small-15{width:83.3333333333%}.small-margin-collapse>.small-16{width:88.8888888889%}.small-margin-collapse>.small-17{width:94.4444444444%}.small-margin-collapse>.small-18{width:100%}@media print,screen and (min-width:40em){.small-margin-collapse>.medium-1{width:5.5555555556%}.small-margin-collapse>.medium-2{width:11.1111111111%}.small-margin-collapse>.medium-3{width:16.6666666667%}.small-margin-collapse>.medium-4{width:22.2222222222%}.small-margin-collapse>.medium-5{width:27.7777777778%}.small-margin-collapse>.medium-6{width:33.3333333333%}.small-margin-collapse>.medium-7{width:38.8888888889%}.small-margin-collapse>.medium-8{width:44.4444444444%}.small-margin-collapse>.medium-9{width:50%}.small-margin-collapse>.medium-10{width:55.5555555556%}.small-margin-collapse>.medium-11{width:61.1111111111%}.small-margin-collapse>.medium-12{width:66.6666666667%}.small-margin-collapse>.medium-13{width:72.2222222222%}.small-margin-collapse>.medium-14{width:77.7777777778%}.small-margin-collapse>.medium-15{width:83.3333333333%}.small-margin-collapse>.medium-16{width:88.8888888889%}.small-margin-collapse>.medium-17{width:94.4444444444%}.small-margin-collapse>.medium-18{width:100%}}@media print,screen and (min-width:64em){.small-margin-collapse>.large-1{width:5.5555555556%}.small-margin-collapse>.large-2{width:11.1111111111%}.small-margin-collapse>.large-3{width:16.6666666667%}.small-margin-collapse>.large-4{width:22.2222222222%}.small-margin-collapse>.large-5{width:27.7777777778%}.small-margin-collapse>.large-6{width:33.3333333333%}.small-margin-collapse>.large-7{width:38.8888888889%}.small-margin-collapse>.large-8{width:44.4444444444%}.small-margin-collapse>.large-9{width:50%}.small-margin-collapse>.large-10{width:55.5555555556%}.small-margin-collapse>.large-11{width:61.1111111111%}.small-margin-collapse>.large-12{width:66.6666666667%}.small-margin-collapse>.large-13{width:72.2222222222%}.small-margin-collapse>.large-14{width:77.7777777778%}.small-margin-collapse>.large-15{width:83.3333333333%}.small-margin-collapse>.large-16{width:88.8888888889%}.small-margin-collapse>.large-17{width:94.4444444444%}.small-margin-collapse>.large-18{width:100%}}@media screen and (min-width:75em){.small-margin-collapse>.xlarge-1{width:5.5555555556%}.small-margin-collapse>.xlarge-2{width:11.1111111111%}.small-margin-collapse>.xlarge-3{width:16.6666666667%}.small-margin-collapse>.xlarge-4{width:22.2222222222%}.small-margin-collapse>.xlarge-5{width:27.7777777778%}.small-margin-collapse>.xlarge-6{width:33.3333333333%}.small-margin-collapse>.xlarge-7{width:38.8888888889%}.small-margin-collapse>.xlarge-8{width:44.4444444444%}.small-margin-collapse>.xlarge-9{width:50%}.small-margin-collapse>.xlarge-10{width:55.5555555556%}.small-margin-collapse>.xlarge-11{width:61.1111111111%}.small-margin-collapse>.xlarge-12{width:66.6666666667%}.small-margin-collapse>.xlarge-13{width:72.2222222222%}.small-margin-collapse>.xlarge-14{width:77.7777777778%}.small-margin-collapse>.xlarge-15{width:83.3333333333%}.small-margin-collapse>.xlarge-16{width:88.8888888889%}.small-margin-collapse>.xlarge-17{width:94.4444444444%}.small-margin-collapse>.xlarge-18{width:100%}}@media screen and (min-width:90em){.small-margin-collapse>.xxlarge-1{width:5.5555555556%}.small-margin-collapse>.xxlarge-2{width:11.1111111111%}.small-margin-collapse>.xxlarge-3{width:16.6666666667%}.small-margin-collapse>.xxlarge-4{width:22.2222222222%}.small-margin-collapse>.xxlarge-5{width:27.7777777778%}.small-margin-collapse>.xxlarge-6{width:33.3333333333%}.small-margin-collapse>.xxlarge-7{width:38.8888888889%}.small-margin-collapse>.xxlarge-8{width:44.4444444444%}.small-margin-collapse>.xxlarge-9{width:50%}.small-margin-collapse>.xxlarge-10{width:55.5555555556%}.small-margin-collapse>.xxlarge-11{width:61.1111111111%}.small-margin-collapse>.xxlarge-12{width:66.6666666667%}.small-margin-collapse>.xxlarge-13{width:72.2222222222%}.small-margin-collapse>.xxlarge-14{width:77.7777777778%}.small-margin-collapse>.xxlarge-15{width:83.3333333333%}.small-margin-collapse>.xxlarge-16{width:88.8888888889%}.small-margin-collapse>.xxlarge-17{width:94.4444444444%}.small-margin-collapse>.xxlarge-18{width:100%}}@media screen and (min-width:118.75em){.small-margin-collapse>.huge-1{width:5.5555555556%}.small-margin-collapse>.huge-2{width:11.1111111111%}.small-margin-collapse>.huge-3{width:16.6666666667%}.small-margin-collapse>.huge-4{width:22.2222222222%}.small-margin-collapse>.huge-5{width:27.7777777778%}.small-margin-collapse>.huge-6{width:33.3333333333%}.small-margin-collapse>.huge-7{width:38.8888888889%}.small-margin-collapse>.huge-8{width:44.4444444444%}.small-margin-collapse>.huge-9{width:50%}.small-margin-collapse>.huge-10{width:55.5555555556%}.small-margin-collapse>.huge-11{width:61.1111111111%}.small-margin-collapse>.huge-12{width:66.6666666667%}.small-margin-collapse>.huge-13{width:72.2222222222%}.small-margin-collapse>.huge-14{width:77.7777777778%}.small-margin-collapse>.huge-15{width:83.3333333333%}.small-margin-collapse>.huge-16{width:88.8888888889%}.small-margin-collapse>.huge-17{width:94.4444444444%}.small-margin-collapse>.huge-18{width:100%}}.small-padding-collapse{margin-right:0;margin-left:0}.small-padding-collapse>.cell{padding-right:0;padding-left:0}@media print,screen and (min-width:40em){.medium-margin-collapse,.medium-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width:40em){.medium-margin-collapse>.small-1{width:5.5555555556%}.medium-margin-collapse>.small-2{width:11.1111111111%}.medium-margin-collapse>.small-3{width:16.6666666667%}.medium-margin-collapse>.small-4{width:22.2222222222%}.medium-margin-collapse>.small-5{width:27.7777777778%}.medium-margin-collapse>.small-6{width:33.3333333333%}.medium-margin-collapse>.small-7{width:38.8888888889%}.medium-margin-collapse>.small-8{width:44.4444444444%}.medium-margin-collapse>.small-9{width:50%}.medium-margin-collapse>.small-10{width:55.5555555556%}.medium-margin-collapse>.small-11{width:61.1111111111%}.medium-margin-collapse>.small-12{width:66.6666666667%}.medium-margin-collapse>.small-13{width:72.2222222222%}.medium-margin-collapse>.small-14{width:77.7777777778%}.medium-margin-collapse>.small-15{width:83.3333333333%}.medium-margin-collapse>.small-16{width:88.8888888889%}.medium-margin-collapse>.small-17{width:94.4444444444%}.medium-margin-collapse>.small-18{width:100%}}@media print,screen and (min-width:40em){.medium-margin-collapse>.medium-1{width:5.5555555556%}.medium-margin-collapse>.medium-2{width:11.1111111111%}.medium-margin-collapse>.medium-3{width:16.6666666667%}.medium-margin-collapse>.medium-4{width:22.2222222222%}.medium-margin-collapse>.medium-5{width:27.7777777778%}.medium-margin-collapse>.medium-6{width:33.3333333333%}.medium-margin-collapse>.medium-7{width:38.8888888889%}.medium-margin-collapse>.medium-8{width:44.4444444444%}.medium-margin-collapse>.medium-9{width:50%}.medium-margin-collapse>.medium-10{width:55.5555555556%}.medium-margin-collapse>.medium-11{width:61.1111111111%}.medium-margin-collapse>.medium-12{width:66.6666666667%}.medium-margin-collapse>.medium-13{width:72.2222222222%}.medium-margin-collapse>.medium-14{width:77.7777777778%}.medium-margin-collapse>.medium-15{width:83.3333333333%}.medium-margin-collapse>.medium-16{width:88.8888888889%}.medium-margin-collapse>.medium-17{width:94.4444444444%}.medium-margin-collapse>.medium-18{width:100%}}@media print,screen and (min-width:64em){.medium-margin-collapse>.large-1{width:5.5555555556%}.medium-margin-collapse>.large-2{width:11.1111111111%}.medium-margin-collapse>.large-3{width:16.6666666667%}.medium-margin-collapse>.large-4{width:22.2222222222%}.medium-margin-collapse>.large-5{width:27.7777777778%}.medium-margin-collapse>.large-6{width:33.3333333333%}.medium-margin-collapse>.large-7{width:38.8888888889%}.medium-margin-collapse>.large-8{width:44.4444444444%}.medium-margin-collapse>.large-9{width:50%}.medium-margin-collapse>.large-10{width:55.5555555556%}.medium-margin-collapse>.large-11{width:61.1111111111%}.medium-margin-collapse>.large-12{width:66.6666666667%}.medium-margin-collapse>.large-13{width:72.2222222222%}.medium-margin-collapse>.large-14{width:77.7777777778%}.medium-margin-collapse>.large-15{width:83.3333333333%}.medium-margin-collapse>.large-16{width:88.8888888889%}.medium-margin-collapse>.large-17{width:94.4444444444%}.medium-margin-collapse>.large-18{width:100%}}@media screen and (min-width:75em){.medium-margin-collapse>.xlarge-1{width:5.5555555556%}.medium-margin-collapse>.xlarge-2{width:11.1111111111%}.medium-margin-collapse>.xlarge-3{width:16.6666666667%}.medium-margin-collapse>.xlarge-4{width:22.2222222222%}.medium-margin-collapse>.xlarge-5{width:27.7777777778%}.medium-margin-collapse>.xlarge-6{width:33.3333333333%}.medium-margin-collapse>.xlarge-7{width:38.8888888889%}.medium-margin-collapse>.xlarge-8{width:44.4444444444%}.medium-margin-collapse>.xlarge-9{width:50%}.medium-margin-collapse>.xlarge-10{width:55.5555555556%}.medium-margin-collapse>.xlarge-11{width:61.1111111111%}.medium-margin-collapse>.xlarge-12{width:66.6666666667%}.medium-margin-collapse>.xlarge-13{width:72.2222222222%}.medium-margin-collapse>.xlarge-14{width:77.7777777778%}.medium-margin-collapse>.xlarge-15{width:83.3333333333%}.medium-margin-collapse>.xlarge-16{width:88.8888888889%}.medium-margin-collapse>.xlarge-17{width:94.4444444444%}.medium-margin-collapse>.xlarge-18{width:100%}}@media screen and (min-width:90em){.medium-margin-collapse>.xxlarge-1{width:5.5555555556%}.medium-margin-collapse>.xxlarge-2{width:11.1111111111%}.medium-margin-collapse>.xxlarge-3{width:16.6666666667%}.medium-margin-collapse>.xxlarge-4{width:22.2222222222%}.medium-margin-collapse>.xxlarge-5{width:27.7777777778%}.medium-margin-collapse>.xxlarge-6{width:33.3333333333%}.medium-margin-collapse>.xxlarge-7{width:38.8888888889%}.medium-margin-collapse>.xxlarge-8{width:44.4444444444%}.medium-margin-collapse>.xxlarge-9{width:50%}.medium-margin-collapse>.xxlarge-10{width:55.5555555556%}.medium-margin-collapse>.xxlarge-11{width:61.1111111111%}.medium-margin-collapse>.xxlarge-12{width:66.6666666667%}.medium-margin-collapse>.xxlarge-13{width:72.2222222222%}.medium-margin-collapse>.xxlarge-14{width:77.7777777778%}.medium-margin-collapse>.xxlarge-15{width:83.3333333333%}.medium-margin-collapse>.xxlarge-16{width:88.8888888889%}.medium-margin-collapse>.xxlarge-17{width:94.4444444444%}.medium-margin-collapse>.xxlarge-18{width:100%}}@media screen and (min-width:118.75em){.medium-margin-collapse>.huge-1{width:5.5555555556%}.medium-margin-collapse>.huge-2{width:11.1111111111%}.medium-margin-collapse>.huge-3{width:16.6666666667%}.medium-margin-collapse>.huge-4{width:22.2222222222%}.medium-margin-collapse>.huge-5{width:27.7777777778%}.medium-margin-collapse>.huge-6{width:33.3333333333%}.medium-margin-collapse>.huge-7{width:38.8888888889%}.medium-margin-collapse>.huge-8{width:44.4444444444%}.medium-margin-collapse>.huge-9{width:50%}.medium-margin-collapse>.huge-10{width:55.5555555556%}.medium-margin-collapse>.huge-11{width:61.1111111111%}.medium-margin-collapse>.huge-12{width:66.6666666667%}.medium-margin-collapse>.huge-13{width:72.2222222222%}.medium-margin-collapse>.huge-14{width:77.7777777778%}.medium-margin-collapse>.huge-15{width:83.3333333333%}.medium-margin-collapse>.huge-16{width:88.8888888889%}.medium-margin-collapse>.huge-17{width:94.4444444444%}.medium-margin-collapse>.huge-18{width:100%}}@media print,screen and (min-width:40em){.medium-padding-collapse{margin-right:0;margin-left:0}.medium-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print,screen and (min-width:64em){.large-margin-collapse,.large-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width:64em){.large-margin-collapse>.small-1{width:5.5555555556%}.large-margin-collapse>.small-2{width:11.1111111111%}.large-margin-collapse>.small-3{width:16.6666666667%}.large-margin-collapse>.small-4{width:22.2222222222%}.large-margin-collapse>.small-5{width:27.7777777778%}.large-margin-collapse>.small-6{width:33.3333333333%}.large-margin-collapse>.small-7{width:38.8888888889%}.large-margin-collapse>.small-8{width:44.4444444444%}.large-margin-collapse>.small-9{width:50%}.large-margin-collapse>.small-10{width:55.5555555556%}.large-margin-collapse>.small-11{width:61.1111111111%}.large-margin-collapse>.small-12{width:66.6666666667%}.large-margin-collapse>.small-13{width:72.2222222222%}.large-margin-collapse>.small-14{width:77.7777777778%}.large-margin-collapse>.small-15{width:83.3333333333%}.large-margin-collapse>.small-16{width:88.8888888889%}.large-margin-collapse>.small-17{width:94.4444444444%}.large-margin-collapse>.small-18{width:100%}}@media print,screen and (min-width:64em){.large-margin-collapse>.medium-1{width:5.5555555556%}.large-margin-collapse>.medium-2{width:11.1111111111%}.large-margin-collapse>.medium-3{width:16.6666666667%}.large-margin-collapse>.medium-4{width:22.2222222222%}.large-margin-collapse>.medium-5{width:27.7777777778%}.large-margin-collapse>.medium-6{width:33.3333333333%}.large-margin-collapse>.medium-7{width:38.8888888889%}.large-margin-collapse>.medium-8{width:44.4444444444%}.large-margin-collapse>.medium-9{width:50%}.large-margin-collapse>.medium-10{width:55.5555555556%}.large-margin-collapse>.medium-11{width:61.1111111111%}.large-margin-collapse>.medium-12{width:66.6666666667%}.large-margin-collapse>.medium-13{width:72.2222222222%}.large-margin-collapse>.medium-14{width:77.7777777778%}.large-margin-collapse>.medium-15{width:83.3333333333%}.large-margin-collapse>.medium-16{width:88.8888888889%}.large-margin-collapse>.medium-17{width:94.4444444444%}.large-margin-collapse>.medium-18{width:100%}}@media print,screen and (min-width:64em){.large-margin-collapse>.large-1{width:5.5555555556%}.large-margin-collapse>.large-2{width:11.1111111111%}.large-margin-collapse>.large-3{width:16.6666666667%}.large-margin-collapse>.large-4{width:22.2222222222%}.large-margin-collapse>.large-5{width:27.7777777778%}.large-margin-collapse>.large-6{width:33.3333333333%}.large-margin-collapse>.large-7{width:38.8888888889%}.large-margin-collapse>.large-8{width:44.4444444444%}.large-margin-collapse>.large-9{width:50%}.large-margin-collapse>.large-10{width:55.5555555556%}.large-margin-collapse>.large-11{width:61.1111111111%}.large-margin-collapse>.large-12{width:66.6666666667%}.large-margin-collapse>.large-13{width:72.2222222222%}.large-margin-collapse>.large-14{width:77.7777777778%}.large-margin-collapse>.large-15{width:83.3333333333%}.large-margin-collapse>.large-16{width:88.8888888889%}.large-margin-collapse>.large-17{width:94.4444444444%}.large-margin-collapse>.large-18{width:100%}}@media screen and (min-width:75em){.large-margin-collapse>.xlarge-1{width:5.5555555556%}.large-margin-collapse>.xlarge-2{width:11.1111111111%}.large-margin-collapse>.xlarge-3{width:16.6666666667%}.large-margin-collapse>.xlarge-4{width:22.2222222222%}.large-margin-collapse>.xlarge-5{width:27.7777777778%}.large-margin-collapse>.xlarge-6{width:33.3333333333%}.large-margin-collapse>.xlarge-7{width:38.8888888889%}.large-margin-collapse>.xlarge-8{width:44.4444444444%}.large-margin-collapse>.xlarge-9{width:50%}.large-margin-collapse>.xlarge-10{width:55.5555555556%}.large-margin-collapse>.xlarge-11{width:61.1111111111%}.large-margin-collapse>.xlarge-12{width:66.6666666667%}.large-margin-collapse>.xlarge-13{width:72.2222222222%}.large-margin-collapse>.xlarge-14{width:77.7777777778%}.large-margin-collapse>.xlarge-15{width:83.3333333333%}.large-margin-collapse>.xlarge-16{width:88.8888888889%}.large-margin-collapse>.xlarge-17{width:94.4444444444%}.large-margin-collapse>.xlarge-18{width:100%}}@media screen and (min-width:90em){.large-margin-collapse>.xxlarge-1{width:5.5555555556%}.large-margin-collapse>.xxlarge-2{width:11.1111111111%}.large-margin-collapse>.xxlarge-3{width:16.6666666667%}.large-margin-collapse>.xxlarge-4{width:22.2222222222%}.large-margin-collapse>.xxlarge-5{width:27.7777777778%}.large-margin-collapse>.xxlarge-6{width:33.3333333333%}.large-margin-collapse>.xxlarge-7{width:38.8888888889%}.large-margin-collapse>.xxlarge-8{width:44.4444444444%}.large-margin-collapse>.xxlarge-9{width:50%}.large-margin-collapse>.xxlarge-10{width:55.5555555556%}.large-margin-collapse>.xxlarge-11{width:61.1111111111%}.large-margin-collapse>.xxlarge-12{width:66.6666666667%}.large-margin-collapse>.xxlarge-13{width:72.2222222222%}.large-margin-collapse>.xxlarge-14{width:77.7777777778%}.large-margin-collapse>.xxlarge-15{width:83.3333333333%}.large-margin-collapse>.xxlarge-16{width:88.8888888889%}.large-margin-collapse>.xxlarge-17{width:94.4444444444%}.large-margin-collapse>.xxlarge-18{width:100%}}@media screen and (min-width:118.75em){.large-margin-collapse>.huge-1{width:5.5555555556%}.large-margin-collapse>.huge-2{width:11.1111111111%}.large-margin-collapse>.huge-3{width:16.6666666667%}.large-margin-collapse>.huge-4{width:22.2222222222%}.large-margin-collapse>.huge-5{width:27.7777777778%}.large-margin-collapse>.huge-6{width:33.3333333333%}.large-margin-collapse>.huge-7{width:38.8888888889%}.large-margin-collapse>.huge-8{width:44.4444444444%}.large-margin-collapse>.huge-9{width:50%}.large-margin-collapse>.huge-10{width:55.5555555556%}.large-margin-collapse>.huge-11{width:61.1111111111%}.large-margin-collapse>.huge-12{width:66.6666666667%}.large-margin-collapse>.huge-13{width:72.2222222222%}.large-margin-collapse>.huge-14{width:77.7777777778%}.large-margin-collapse>.huge-15{width:83.3333333333%}.large-margin-collapse>.huge-16{width:88.8888888889%}.large-margin-collapse>.huge-17{width:94.4444444444%}.large-margin-collapse>.huge-18{width:100%}}@media print,screen and (min-width:64em){.large-padding-collapse{margin-right:0;margin-left:0}.large-padding-collapse>.cell{padding-right:0;padding-left:0}}@media screen and (min-width:75em){.xlarge-margin-collapse,.xlarge-margin-collapse>.cell{margin-right:0;margin-left:0}}@media screen and (min-width:75em){.xlarge-margin-collapse>.small-1{width:5.5555555556%}.xlarge-margin-collapse>.small-2{width:11.1111111111%}.xlarge-margin-collapse>.small-3{width:16.6666666667%}.xlarge-margin-collapse>.small-4{width:22.2222222222%}.xlarge-margin-collapse>.small-5{width:27.7777777778%}.xlarge-margin-collapse>.small-6{width:33.3333333333%}.xlarge-margin-collapse>.small-7{width:38.8888888889%}.xlarge-margin-collapse>.small-8{width:44.4444444444%}.xlarge-margin-collapse>.small-9{width:50%}.xlarge-margin-collapse>.small-10{width:55.5555555556%}.xlarge-margin-collapse>.small-11{width:61.1111111111%}.xlarge-margin-collapse>.small-12{width:66.6666666667%}.xlarge-margin-collapse>.small-13{width:72.2222222222%}.xlarge-margin-collapse>.small-14{width:77.7777777778%}.xlarge-margin-collapse>.small-15{width:83.3333333333%}.xlarge-margin-collapse>.small-16{width:88.8888888889%}.xlarge-margin-collapse>.small-17{width:94.4444444444%}.xlarge-margin-collapse>.small-18{width:100%}}@media screen and (min-width:75em){.xlarge-margin-collapse>.medium-1{width:5.5555555556%}.xlarge-margin-collapse>.medium-2{width:11.1111111111%}.xlarge-margin-collapse>.medium-3{width:16.6666666667%}.xlarge-margin-collapse>.medium-4{width:22.2222222222%}.xlarge-margin-collapse>.medium-5{width:27.7777777778%}.xlarge-margin-collapse>.medium-6{width:33.3333333333%}.xlarge-margin-collapse>.medium-7{width:38.8888888889%}.xlarge-margin-collapse>.medium-8{width:44.4444444444%}.xlarge-margin-collapse>.medium-9{width:50%}.xlarge-margin-collapse>.medium-10{width:55.5555555556%}.xlarge-margin-collapse>.medium-11{width:61.1111111111%}.xlarge-margin-collapse>.medium-12{width:66.6666666667%}.xlarge-margin-collapse>.medium-13{width:72.2222222222%}.xlarge-margin-collapse>.medium-14{width:77.7777777778%}.xlarge-margin-collapse>.medium-15{width:83.3333333333%}.xlarge-margin-collapse>.medium-16{width:88.8888888889%}.xlarge-margin-collapse>.medium-17{width:94.4444444444%}.xlarge-margin-collapse>.medium-18{width:100%}}@media screen and (min-width:75em){.xlarge-margin-collapse>.large-1{width:5.5555555556%}.xlarge-margin-collapse>.large-2{width:11.1111111111%}.xlarge-margin-collapse>.large-3{width:16.6666666667%}.xlarge-margin-collapse>.large-4{width:22.2222222222%}.xlarge-margin-collapse>.large-5{width:27.7777777778%}.xlarge-margin-collapse>.large-6{width:33.3333333333%}.xlarge-margin-collapse>.large-7{width:38.8888888889%}.xlarge-margin-collapse>.large-8{width:44.4444444444%}.xlarge-margin-collapse>.large-9{width:50%}.xlarge-margin-collapse>.large-10{width:55.5555555556%}.xlarge-margin-collapse>.large-11{width:61.1111111111%}.xlarge-margin-collapse>.large-12{width:66.6666666667%}.xlarge-margin-collapse>.large-13{width:72.2222222222%}.xlarge-margin-collapse>.large-14{width:77.7777777778%}.xlarge-margin-collapse>.large-15{width:83.3333333333%}.xlarge-margin-collapse>.large-16{width:88.8888888889%}.xlarge-margin-collapse>.large-17{width:94.4444444444%}.xlarge-margin-collapse>.large-18{width:100%}}@media screen and (min-width:75em){.xlarge-margin-collapse>.xlarge-1{width:5.5555555556%}.xlarge-margin-collapse>.xlarge-2{width:11.1111111111%}.xlarge-margin-collapse>.xlarge-3{width:16.6666666667%}.xlarge-margin-collapse>.xlarge-4{width:22.2222222222%}.xlarge-margin-collapse>.xlarge-5{width:27.7777777778%}.xlarge-margin-collapse>.xlarge-6{width:33.3333333333%}.xlarge-margin-collapse>.xlarge-7{width:38.8888888889%}.xlarge-margin-collapse>.xlarge-8{width:44.4444444444%}.xlarge-margin-collapse>.xlarge-9{width:50%}.xlarge-margin-collapse>.xlarge-10{width:55.5555555556%}.xlarge-margin-collapse>.xlarge-11{width:61.1111111111%}.xlarge-margin-collapse>.xlarge-12{width:66.6666666667%}.xlarge-margin-collapse>.xlarge-13{width:72.2222222222%}.xlarge-margin-collapse>.xlarge-14{width:77.7777777778%}.xlarge-margin-collapse>.xlarge-15{width:83.3333333333%}.xlarge-margin-collapse>.xlarge-16{width:88.8888888889%}.xlarge-margin-collapse>.xlarge-17{width:94.4444444444%}.xlarge-margin-collapse>.xlarge-18{width:100%}}@media screen and (min-width:90em){.xlarge-margin-collapse>.xxlarge-1{width:5.5555555556%}.xlarge-margin-collapse>.xxlarge-2{width:11.1111111111%}.xlarge-margin-collapse>.xxlarge-3{width:16.6666666667%}.xlarge-margin-collapse>.xxlarge-4{width:22.2222222222%}.xlarge-margin-collapse>.xxlarge-5{width:27.7777777778%}.xlarge-margin-collapse>.xxlarge-6{width:33.3333333333%}.xlarge-margin-collapse>.xxlarge-7{width:38.8888888889%}.xlarge-margin-collapse>.xxlarge-8{width:44.4444444444%}.xlarge-margin-collapse>.xxlarge-9{width:50%}.xlarge-margin-collapse>.xxlarge-10{width:55.5555555556%}.xlarge-margin-collapse>.xxlarge-11{width:61.1111111111%}.xlarge-margin-collapse>.xxlarge-12{width:66.6666666667%}.xlarge-margin-collapse>.xxlarge-13{width:72.2222222222%}.xlarge-margin-collapse>.xxlarge-14{width:77.7777777778%}.xlarge-margin-collapse>.xxlarge-15{width:83.3333333333%}.xlarge-margin-collapse>.xxlarge-16{width:88.8888888889%}.xlarge-margin-collapse>.xxlarge-17{width:94.4444444444%}.xlarge-margin-collapse>.xxlarge-18{width:100%}}@media screen and (min-width:118.75em){.xlarge-margin-collapse>.huge-1{width:5.5555555556%}.xlarge-margin-collapse>.huge-2{width:11.1111111111%}.xlarge-margin-collapse>.huge-3{width:16.6666666667%}.xlarge-margin-collapse>.huge-4{width:22.2222222222%}.xlarge-margin-collapse>.huge-5{width:27.7777777778%}.xlarge-margin-collapse>.huge-6{width:33.3333333333%}.xlarge-margin-collapse>.huge-7{width:38.8888888889%}.xlarge-margin-collapse>.huge-8{width:44.4444444444%}.xlarge-margin-collapse>.huge-9{width:50%}.xlarge-margin-collapse>.huge-10{width:55.5555555556%}.xlarge-margin-collapse>.huge-11{width:61.1111111111%}.xlarge-margin-collapse>.huge-12{width:66.6666666667%}.xlarge-margin-collapse>.huge-13{width:72.2222222222%}.xlarge-margin-collapse>.huge-14{width:77.7777777778%}.xlarge-margin-collapse>.huge-15{width:83.3333333333%}.xlarge-margin-collapse>.huge-16{width:88.8888888889%}.xlarge-margin-collapse>.huge-17{width:94.4444444444%}.xlarge-margin-collapse>.huge-18{width:100%}}@media screen and (min-width:75em){.xlarge-padding-collapse{margin-right:0;margin-left:0}.xlarge-padding-collapse>.cell{padding-right:0;padding-left:0}}@media screen and (min-width:90em){.xxlarge-margin-collapse,.xxlarge-margin-collapse>.cell{margin-right:0;margin-left:0}}@media screen and (min-width:90em){.xxlarge-margin-collapse>.small-1{width:5.5555555556%}.xxlarge-margin-collapse>.small-2{width:11.1111111111%}.xxlarge-margin-collapse>.small-3{width:16.6666666667%}.xxlarge-margin-collapse>.small-4{width:22.2222222222%}.xxlarge-margin-collapse>.small-5{width:27.7777777778%}.xxlarge-margin-collapse>.small-6{width:33.3333333333%}.xxlarge-margin-collapse>.small-7{width:38.8888888889%}.xxlarge-margin-collapse>.small-8{width:44.4444444444%}.xxlarge-margin-collapse>.small-9{width:50%}.xxlarge-margin-collapse>.small-10{width:55.5555555556%}.xxlarge-margin-collapse>.small-11{width:61.1111111111%}.xxlarge-margin-collapse>.small-12{width:66.6666666667%}.xxlarge-margin-collapse>.small-13{width:72.2222222222%}.xxlarge-margin-collapse>.small-14{width:77.7777777778%}.xxlarge-margin-collapse>.small-15{width:83.3333333333%}.xxlarge-margin-collapse>.small-16{width:88.8888888889%}.xxlarge-margin-collapse>.small-17{width:94.4444444444%}.xxlarge-margin-collapse>.small-18{width:100%}}@media screen and (min-width:90em){.xxlarge-margin-collapse>.medium-1{width:5.5555555556%}.xxlarge-margin-collapse>.medium-2{width:11.1111111111%}.xxlarge-margin-collapse>.medium-3{width:16.6666666667%}.xxlarge-margin-collapse>.medium-4{width:22.2222222222%}.xxlarge-margin-collapse>.medium-5{width:27.7777777778%}.xxlarge-margin-collapse>.medium-6{width:33.3333333333%}.xxlarge-margin-collapse>.medium-7{width:38.8888888889%}.xxlarge-margin-collapse>.medium-8{width:44.4444444444%}.xxlarge-margin-collapse>.medium-9{width:50%}.xxlarge-margin-collapse>.medium-10{width:55.5555555556%}.xxlarge-margin-collapse>.medium-11{width:61.1111111111%}.xxlarge-margin-collapse>.medium-12{width:66.6666666667%}.xxlarge-margin-collapse>.medium-13{width:72.2222222222%}.xxlarge-margin-collapse>.medium-14{width:77.7777777778%}.xxlarge-margin-collapse>.medium-15{width:83.3333333333%}.xxlarge-margin-collapse>.medium-16{width:88.8888888889%}.xxlarge-margin-collapse>.medium-17{width:94.4444444444%}.xxlarge-margin-collapse>.medium-18{width:100%}}@media screen and (min-width:90em){.xxlarge-margin-collapse>.large-1{width:5.5555555556%}.xxlarge-margin-collapse>.large-2{width:11.1111111111%}.xxlarge-margin-collapse>.large-3{width:16.6666666667%}.xxlarge-margin-collapse>.large-4{width:22.2222222222%}.xxlarge-margin-collapse>.large-5{width:27.7777777778%}.xxlarge-margin-collapse>.large-6{width:33.3333333333%}.xxlarge-margin-collapse>.large-7{width:38.8888888889%}.xxlarge-margin-collapse>.large-8{width:44.4444444444%}.xxlarge-margin-collapse>.large-9{width:50%}.xxlarge-margin-collapse>.large-10{width:55.5555555556%}.xxlarge-margin-collapse>.large-11{width:61.1111111111%}.xxlarge-margin-collapse>.large-12{width:66.6666666667%}.xxlarge-margin-collapse>.large-13{width:72.2222222222%}.xxlarge-margin-collapse>.large-14{width:77.7777777778%}.xxlarge-margin-collapse>.large-15{width:83.3333333333%}.xxlarge-margin-collapse>.large-16{width:88.8888888889%}.xxlarge-margin-collapse>.large-17{width:94.4444444444%}.xxlarge-margin-collapse>.large-18{width:100%}}@media screen and (min-width:90em){.xxlarge-margin-collapse>.xlarge-1{width:5.5555555556%}.xxlarge-margin-collapse>.xlarge-2{width:11.1111111111%}.xxlarge-margin-collapse>.xlarge-3{width:16.6666666667%}.xxlarge-margin-collapse>.xlarge-4{width:22.2222222222%}.xxlarge-margin-collapse>.xlarge-5{width:27.7777777778%}.xxlarge-margin-collapse>.xlarge-6{width:33.3333333333%}.xxlarge-margin-collapse>.xlarge-7{width:38.8888888889%}.xxlarge-margin-collapse>.xlarge-8{width:44.4444444444%}.xxlarge-margin-collapse>.xlarge-9{width:50%}.xxlarge-margin-collapse>.xlarge-10{width:55.5555555556%}.xxlarge-margin-collapse>.xlarge-11{width:61.1111111111%}.xxlarge-margin-collapse>.xlarge-12{width:66.6666666667%}.xxlarge-margin-collapse>.xlarge-13{width:72.2222222222%}.xxlarge-margin-collapse>.xlarge-14{width:77.7777777778%}.xxlarge-margin-collapse>.xlarge-15{width:83.3333333333%}.xxlarge-margin-collapse>.xlarge-16{width:88.8888888889%}.xxlarge-margin-collapse>.xlarge-17{width:94.4444444444%}.xxlarge-margin-collapse>.xlarge-18{width:100%}}@media screen and (min-width:90em){.xxlarge-margin-collapse>.xxlarge-1{width:5.5555555556%}.xxlarge-margin-collapse>.xxlarge-2{width:11.1111111111%}.xxlarge-margin-collapse>.xxlarge-3{width:16.6666666667%}.xxlarge-margin-collapse>.xxlarge-4{width:22.2222222222%}.xxlarge-margin-collapse>.xxlarge-5{width:27.7777777778%}.xxlarge-margin-collapse>.xxlarge-6{width:33.3333333333%}.xxlarge-margin-collapse>.xxlarge-7{width:38.8888888889%}.xxlarge-margin-collapse>.xxlarge-8{width:44.4444444444%}.xxlarge-margin-collapse>.xxlarge-9{width:50%}.xxlarge-margin-collapse>.xxlarge-10{width:55.5555555556%}.xxlarge-margin-collapse>.xxlarge-11{width:61.1111111111%}.xxlarge-margin-collapse>.xxlarge-12{width:66.6666666667%}.xxlarge-margin-collapse>.xxlarge-13{width:72.2222222222%}.xxlarge-margin-collapse>.xxlarge-14{width:77.7777777778%}.xxlarge-margin-collapse>.xxlarge-15{width:83.3333333333%}.xxlarge-margin-collapse>.xxlarge-16{width:88.8888888889%}.xxlarge-margin-collapse>.xxlarge-17{width:94.4444444444%}.xxlarge-margin-collapse>.xxlarge-18{width:100%}}@media screen and (min-width:118.75em){.xxlarge-margin-collapse>.huge-1{width:5.5555555556%}.xxlarge-margin-collapse>.huge-2{width:11.1111111111%}.xxlarge-margin-collapse>.huge-3{width:16.6666666667%}.xxlarge-margin-collapse>.huge-4{width:22.2222222222%}.xxlarge-margin-collapse>.huge-5{width:27.7777777778%}.xxlarge-margin-collapse>.huge-6{width:33.3333333333%}.xxlarge-margin-collapse>.huge-7{width:38.8888888889%}.xxlarge-margin-collapse>.huge-8{width:44.4444444444%}.xxlarge-margin-collapse>.huge-9{width:50%}.xxlarge-margin-collapse>.huge-10{width:55.5555555556%}.xxlarge-margin-collapse>.huge-11{width:61.1111111111%}.xxlarge-margin-collapse>.huge-12{width:66.6666666667%}.xxlarge-margin-collapse>.huge-13{width:72.2222222222%}.xxlarge-margin-collapse>.huge-14{width:77.7777777778%}.xxlarge-margin-collapse>.huge-15{width:83.3333333333%}.xxlarge-margin-collapse>.huge-16{width:88.8888888889%}.xxlarge-margin-collapse>.huge-17{width:94.4444444444%}.xxlarge-margin-collapse>.huge-18{width:100%}}@media screen and (min-width:90em){.xxlarge-padding-collapse{margin-right:0;margin-left:0}.xxlarge-padding-collapse>.cell{padding-right:0;padding-left:0}}@media screen and (min-width:118.75em){.huge-margin-collapse,.huge-margin-collapse>.cell{margin-right:0;margin-left:0}}@media screen and (min-width:118.75em){.huge-margin-collapse>.small-1{width:5.5555555556%}.huge-margin-collapse>.small-2{width:11.1111111111%}.huge-margin-collapse>.small-3{width:16.6666666667%}.huge-margin-collapse>.small-4{width:22.2222222222%}.huge-margin-collapse>.small-5{width:27.7777777778%}.huge-margin-collapse>.small-6{width:33.3333333333%}.huge-margin-collapse>.small-7{width:38.8888888889%}.huge-margin-collapse>.small-8{width:44.4444444444%}.huge-margin-collapse>.small-9{width:50%}.huge-margin-collapse>.small-10{width:55.5555555556%}.huge-margin-collapse>.small-11{width:61.1111111111%}.huge-margin-collapse>.small-12{width:66.6666666667%}.huge-margin-collapse>.small-13{width:72.2222222222%}.huge-margin-collapse>.small-14{width:77.7777777778%}.huge-margin-collapse>.small-15{width:83.3333333333%}.huge-margin-collapse>.small-16{width:88.8888888889%}.huge-margin-collapse>.small-17{width:94.4444444444%}.huge-margin-collapse>.small-18{width:100%}}@media screen and (min-width:118.75em){.huge-margin-collapse>.medium-1{width:5.5555555556%}.huge-margin-collapse>.medium-2{width:11.1111111111%}.huge-margin-collapse>.medium-3{width:16.6666666667%}.huge-margin-collapse>.medium-4{width:22.2222222222%}.huge-margin-collapse>.medium-5{width:27.7777777778%}.huge-margin-collapse>.medium-6{width:33.3333333333%}.huge-margin-collapse>.medium-7{width:38.8888888889%}.huge-margin-collapse>.medium-8{width:44.4444444444%}.huge-margin-collapse>.medium-9{width:50%}.huge-margin-collapse>.medium-10{width:55.5555555556%}.huge-margin-collapse>.medium-11{width:61.1111111111%}.huge-margin-collapse>.medium-12{width:66.6666666667%}.huge-margin-collapse>.medium-13{width:72.2222222222%}.huge-margin-collapse>.medium-14{width:77.7777777778%}.huge-margin-collapse>.medium-15{width:83.3333333333%}.huge-margin-collapse>.medium-16{width:88.8888888889%}.huge-margin-collapse>.medium-17{width:94.4444444444%}.huge-margin-collapse>.medium-18{width:100%}}@media screen and (min-width:118.75em){.huge-margin-collapse>.large-1{width:5.5555555556%}.huge-margin-collapse>.large-2{width:11.1111111111%}.huge-margin-collapse>.large-3{width:16.6666666667%}.huge-margin-collapse>.large-4{width:22.2222222222%}.huge-margin-collapse>.large-5{width:27.7777777778%}.huge-margin-collapse>.large-6{width:33.3333333333%}.huge-margin-collapse>.large-7{width:38.8888888889%}.huge-margin-collapse>.large-8{width:44.4444444444%}.huge-margin-collapse>.large-9{width:50%}.huge-margin-collapse>.large-10{width:55.5555555556%}.huge-margin-collapse>.large-11{width:61.1111111111%}.huge-margin-collapse>.large-12{width:66.6666666667%}.huge-margin-collapse>.large-13{width:72.2222222222%}.huge-margin-collapse>.large-14{width:77.7777777778%}.huge-margin-collapse>.large-15{width:83.3333333333%}.huge-margin-collapse>.large-16{width:88.8888888889%}.huge-margin-collapse>.large-17{width:94.4444444444%}.huge-margin-collapse>.large-18{width:100%}}@media screen and (min-width:118.75em){.huge-margin-collapse>.xlarge-1{width:5.5555555556%}.huge-margin-collapse>.xlarge-2{width:11.1111111111%}.huge-margin-collapse>.xlarge-3{width:16.6666666667%}.huge-margin-collapse>.xlarge-4{width:22.2222222222%}.huge-margin-collapse>.xlarge-5{width:27.7777777778%}.huge-margin-collapse>.xlarge-6{width:33.3333333333%}.huge-margin-collapse>.xlarge-7{width:38.8888888889%}.huge-margin-collapse>.xlarge-8{width:44.4444444444%}.huge-margin-collapse>.xlarge-9{width:50%}.huge-margin-collapse>.xlarge-10{width:55.5555555556%}.huge-margin-collapse>.xlarge-11{width:61.1111111111%}.huge-margin-collapse>.xlarge-12{width:66.6666666667%}.huge-margin-collapse>.xlarge-13{width:72.2222222222%}.huge-margin-collapse>.xlarge-14{width:77.7777777778%}.huge-margin-collapse>.xlarge-15{width:83.3333333333%}.huge-margin-collapse>.xlarge-16{width:88.8888888889%}.huge-margin-collapse>.xlarge-17{width:94.4444444444%}.huge-margin-collapse>.xlarge-18{width:100%}}@media screen and (min-width:118.75em){.huge-margin-collapse>.xxlarge-1{width:5.5555555556%}.huge-margin-collapse>.xxlarge-2{width:11.1111111111%}.huge-margin-collapse>.xxlarge-3{width:16.6666666667%}.huge-margin-collapse>.xxlarge-4{width:22.2222222222%}.huge-margin-collapse>.xxlarge-5{width:27.7777777778%}.huge-margin-collapse>.xxlarge-6{width:33.3333333333%}.huge-margin-collapse>.xxlarge-7{width:38.8888888889%}.huge-margin-collapse>.xxlarge-8{width:44.4444444444%}.huge-margin-collapse>.xxlarge-9{width:50%}.huge-margin-collapse>.xxlarge-10{width:55.5555555556%}.huge-margin-collapse>.xxlarge-11{width:61.1111111111%}.huge-margin-collapse>.xxlarge-12{width:66.6666666667%}.huge-margin-collapse>.xxlarge-13{width:72.2222222222%}.huge-margin-collapse>.xxlarge-14{width:77.7777777778%}.huge-margin-collapse>.xxlarge-15{width:83.3333333333%}.huge-margin-collapse>.xxlarge-16{width:88.8888888889%}.huge-margin-collapse>.xxlarge-17{width:94.4444444444%}.huge-margin-collapse>.xxlarge-18{width:100%}}@media screen and (min-width:118.75em){.huge-margin-collapse>.huge-1{width:5.5555555556%}.huge-margin-collapse>.huge-2{width:11.1111111111%}.huge-margin-collapse>.huge-3{width:16.6666666667%}.huge-margin-collapse>.huge-4{width:22.2222222222%}.huge-margin-collapse>.huge-5{width:27.7777777778%}.huge-margin-collapse>.huge-6{width:33.3333333333%}.huge-margin-collapse>.huge-7{width:38.8888888889%}.huge-margin-collapse>.huge-8{width:44.4444444444%}.huge-margin-collapse>.huge-9{width:50%}.huge-margin-collapse>.huge-10{width:55.5555555556%}.huge-margin-collapse>.huge-11{width:61.1111111111%}.huge-margin-collapse>.huge-12{width:66.6666666667%}.huge-margin-collapse>.huge-13{width:72.2222222222%}.huge-margin-collapse>.huge-14{width:77.7777777778%}.huge-margin-collapse>.huge-15{width:83.3333333333%}.huge-margin-collapse>.huge-16{width:88.8888888889%}.huge-margin-collapse>.huge-17{width:94.4444444444%}.huge-margin-collapse>.huge-18{width:100%}}@media screen and (min-width:118.75em){.huge-padding-collapse{margin-right:0;margin-left:0}.huge-padding-collapse>.cell{padding-right:0;padding-left:0}}.small-offset-0{margin-left:0}.grid-margin-x>.small-offset-0{margin-left:.625rem}.small-offset-1{margin-left:5.5555555556%}.grid-margin-x>.small-offset-1{margin-left:calc(5.55556% + .625rem)}.small-offset-2{margin-left:11.1111111111%}.grid-margin-x>.small-offset-2{margin-left:calc(11.11111% + .625rem)}.small-offset-3{margin-left:16.6666666667%}.grid-margin-x>.small-offset-3{margin-left:calc(16.66667% + .625rem)}.small-offset-4{margin-left:22.2222222222%}.grid-margin-x>.small-offset-4{margin-left:calc(22.22222% + .625rem)}.small-offset-5{margin-left:27.7777777778%}.grid-margin-x>.small-offset-5{margin-left:calc(27.77778% + .625rem)}.small-offset-6{margin-left:33.3333333333%}.grid-margin-x>.small-offset-6{margin-left:calc(33.33333% + .625rem)}.small-offset-7{margin-left:38.8888888889%}.grid-margin-x>.small-offset-7{margin-left:calc(38.88889% + .625rem)}.small-offset-8{margin-left:44.4444444444%}.grid-margin-x>.small-offset-8{margin-left:calc(44.44444% + .625rem)}.small-offset-9{margin-left:50%}.grid-margin-x>.small-offset-9{margin-left:calc(50% + .625rem)}.small-offset-10{margin-left:55.5555555556%}.grid-margin-x>.small-offset-10{margin-left:calc(55.55556% + .625rem)}.small-offset-11{margin-left:61.1111111111%}.grid-margin-x>.small-offset-11{margin-left:calc(61.11111% + .625rem)}.small-offset-12{margin-left:66.6666666667%}.grid-margin-x>.small-offset-12{margin-left:calc(66.66667% + .625rem)}.small-offset-13{margin-left:72.2222222222%}.grid-margin-x>.small-offset-13{margin-left:calc(72.22222% + .625rem)}.small-offset-14{margin-left:77.7777777778%}.grid-margin-x>.small-offset-14{margin-left:calc(77.77778% + .625rem)}.small-offset-15{margin-left:83.3333333333%}.grid-margin-x>.small-offset-15{margin-left:calc(83.33333% + .625rem)}.small-offset-16{margin-left:88.8888888889%}.grid-margin-x>.small-offset-16{margin-left:calc(88.88889% + .625rem)}.small-offset-17{margin-left:94.4444444444%}.grid-margin-x>.small-offset-17{margin-left:calc(94.44444% + .625rem)}@media print,screen and (min-width:40em){.medium-offset-0{margin-left:0}.grid-margin-x>.medium-offset-0{margin-left:.625rem}.medium-offset-1{margin-left:5.5555555556%}.grid-margin-x>.medium-offset-1{margin-left:calc(5.55556% + .625rem)}.medium-offset-2{margin-left:11.1111111111%}.grid-margin-x>.medium-offset-2{margin-left:calc(11.11111% + .625rem)}.medium-offset-3{margin-left:16.6666666667%}.grid-margin-x>.medium-offset-3{margin-left:calc(16.66667% + .625rem)}.medium-offset-4{margin-left:22.2222222222%}.grid-margin-x>.medium-offset-4{margin-left:calc(22.22222% + .625rem)}.medium-offset-5{margin-left:27.7777777778%}.grid-margin-x>.medium-offset-5{margin-left:calc(27.77778% + .625rem)}.medium-offset-6{margin-left:33.3333333333%}.grid-margin-x>.medium-offset-6{margin-left:calc(33.33333% + .625rem)}.medium-offset-7{margin-left:38.8888888889%}.grid-margin-x>.medium-offset-7{margin-left:calc(38.88889% + .625rem)}.medium-offset-8{margin-left:44.4444444444%}.grid-margin-x>.medium-offset-8{margin-left:calc(44.44444% + .625rem)}.medium-offset-9{margin-left:50%}.grid-margin-x>.medium-offset-9{margin-left:calc(50% + .625rem)}.medium-offset-10{margin-left:55.5555555556%}.grid-margin-x>.medium-offset-10{margin-left:calc(55.55556% + .625rem)}.medium-offset-11{margin-left:61.1111111111%}.grid-margin-x>.medium-offset-11{margin-left:calc(61.11111% + .625rem)}.medium-offset-12{margin-left:66.6666666667%}.grid-margin-x>.medium-offset-12{margin-left:calc(66.66667% + .625rem)}.medium-offset-13{margin-left:72.2222222222%}.grid-margin-x>.medium-offset-13{margin-left:calc(72.22222% + .625rem)}.medium-offset-14{margin-left:77.7777777778%}.grid-margin-x>.medium-offset-14{margin-left:calc(77.77778% + .625rem)}.medium-offset-15{margin-left:83.3333333333%}.grid-margin-x>.medium-offset-15{margin-left:calc(83.33333% + .625rem)}.medium-offset-16{margin-left:88.8888888889%}.grid-margin-x>.medium-offset-16{margin-left:calc(88.88889% + .625rem)}.medium-offset-17{margin-left:94.4444444444%}.grid-margin-x>.medium-offset-17{margin-left:calc(94.44444% + .625rem)}}@media print,screen and (min-width:64em){.large-offset-0{margin-left:0}.grid-margin-x>.large-offset-0{margin-left:.625rem}.large-offset-1{margin-left:5.5555555556%}.grid-margin-x>.large-offset-1{margin-left:calc(5.55556% + .625rem)}.large-offset-2{margin-left:11.1111111111%}.grid-margin-x>.large-offset-2{margin-left:calc(11.11111% + .625rem)}.large-offset-3{margin-left:16.6666666667%}.grid-margin-x>.large-offset-3{margin-left:calc(16.66667% + .625rem)}.large-offset-4{margin-left:22.2222222222%}.grid-margin-x>.large-offset-4{margin-left:calc(22.22222% + .625rem)}.large-offset-5{margin-left:27.7777777778%}.grid-margin-x>.large-offset-5{margin-left:calc(27.77778% + .625rem)}.large-offset-6{margin-left:33.3333333333%}.grid-margin-x>.large-offset-6{margin-left:calc(33.33333% + .625rem)}.large-offset-7{margin-left:38.8888888889%}.grid-margin-x>.large-offset-7{margin-left:calc(38.88889% + .625rem)}.large-offset-8{margin-left:44.4444444444%}.grid-margin-x>.large-offset-8{margin-left:calc(44.44444% + .625rem)}.large-offset-9{margin-left:50%}.grid-margin-x>.large-offset-9{margin-left:calc(50% + .625rem)}.large-offset-10{margin-left:55.5555555556%}.grid-margin-x>.large-offset-10{margin-left:calc(55.55556% + .625rem)}.large-offset-11{margin-left:61.1111111111%}.grid-margin-x>.large-offset-11{margin-left:calc(61.11111% + .625rem)}.large-offset-12{margin-left:66.6666666667%}.grid-margin-x>.large-offset-12{margin-left:calc(66.66667% + .625rem)}.large-offset-13{margin-left:72.2222222222%}.grid-margin-x>.large-offset-13{margin-left:calc(72.22222% + .625rem)}.large-offset-14{margin-left:77.7777777778%}.grid-margin-x>.large-offset-14{margin-left:calc(77.77778% + .625rem)}.large-offset-15{margin-left:83.3333333333%}.grid-margin-x>.large-offset-15{margin-left:calc(83.33333% + .625rem)}.large-offset-16{margin-left:88.8888888889%}.grid-margin-x>.large-offset-16{margin-left:calc(88.88889% + .625rem)}.large-offset-17{margin-left:94.4444444444%}.grid-margin-x>.large-offset-17{margin-left:calc(94.44444% + .625rem)}}@media screen and (min-width:75em){.xlarge-offset-0{margin-left:0}.grid-margin-x>.xlarge-offset-0{margin-left:.625rem}.xlarge-offset-1{margin-left:5.5555555556%}.grid-margin-x>.xlarge-offset-1{margin-left:calc(5.55556% + .625rem)}.xlarge-offset-2{margin-left:11.1111111111%}.grid-margin-x>.xlarge-offset-2{margin-left:calc(11.11111% + .625rem)}.xlarge-offset-3{margin-left:16.6666666667%}.grid-margin-x>.xlarge-offset-3{margin-left:calc(16.66667% + .625rem)}.xlarge-offset-4{margin-left:22.2222222222%}.grid-margin-x>.xlarge-offset-4{margin-left:calc(22.22222% + .625rem)}.xlarge-offset-5{margin-left:27.7777777778%}.grid-margin-x>.xlarge-offset-5{margin-left:calc(27.77778% + .625rem)}.xlarge-offset-6{margin-left:33.3333333333%}.grid-margin-x>.xlarge-offset-6{margin-left:calc(33.33333% + .625rem)}.xlarge-offset-7{margin-left:38.8888888889%}.grid-margin-x>.xlarge-offset-7{margin-left:calc(38.88889% + .625rem)}.xlarge-offset-8{margin-left:44.4444444444%}.grid-margin-x>.xlarge-offset-8{margin-left:calc(44.44444% + .625rem)}.xlarge-offset-9{margin-left:50%}.grid-margin-x>.xlarge-offset-9{margin-left:calc(50% + .625rem)}.xlarge-offset-10{margin-left:55.5555555556%}.grid-margin-x>.xlarge-offset-10{margin-left:calc(55.55556% + .625rem)}.xlarge-offset-11{margin-left:61.1111111111%}.grid-margin-x>.xlarge-offset-11{margin-left:calc(61.11111% + .625rem)}.xlarge-offset-12{margin-left:66.6666666667%}.grid-margin-x>.xlarge-offset-12{margin-left:calc(66.66667% + .625rem)}.xlarge-offset-13{margin-left:72.2222222222%}.grid-margin-x>.xlarge-offset-13{margin-left:calc(72.22222% + .625rem)}.xlarge-offset-14{margin-left:77.7777777778%}.grid-margin-x>.xlarge-offset-14{margin-left:calc(77.77778% + .625rem)}.xlarge-offset-15{margin-left:83.3333333333%}.grid-margin-x>.xlarge-offset-15{margin-left:calc(83.33333% + .625rem)}.xlarge-offset-16{margin-left:88.8888888889%}.grid-margin-x>.xlarge-offset-16{margin-left:calc(88.88889% + .625rem)}.xlarge-offset-17{margin-left:94.4444444444%}.grid-margin-x>.xlarge-offset-17{margin-left:calc(94.44444% + .625rem)}}@media screen and (min-width:90em){.xxlarge-offset-0{margin-left:0}.grid-margin-x>.xxlarge-offset-0{margin-left:.625rem}.xxlarge-offset-1{margin-left:5.5555555556%}.grid-margin-x>.xxlarge-offset-1{margin-left:calc(5.55556% + .625rem)}.xxlarge-offset-2{margin-left:11.1111111111%}.grid-margin-x>.xxlarge-offset-2{margin-left:calc(11.11111% + .625rem)}.xxlarge-offset-3{margin-left:16.6666666667%}.grid-margin-x>.xxlarge-offset-3{margin-left:calc(16.66667% + .625rem)}.xxlarge-offset-4{margin-left:22.2222222222%}.grid-margin-x>.xxlarge-offset-4{margin-left:calc(22.22222% + .625rem)}.xxlarge-offset-5{margin-left:27.7777777778%}.grid-margin-x>.xxlarge-offset-5{margin-left:calc(27.77778% + .625rem)}.xxlarge-offset-6{margin-left:33.3333333333%}.grid-margin-x>.xxlarge-offset-6{margin-left:calc(33.33333% + .625rem)}.xxlarge-offset-7{margin-left:38.8888888889%}.grid-margin-x>.xxlarge-offset-7{margin-left:calc(38.88889% + .625rem)}.xxlarge-offset-8{margin-left:44.4444444444%}.grid-margin-x>.xxlarge-offset-8{margin-left:calc(44.44444% + .625rem)}.xxlarge-offset-9{margin-left:50%}.grid-margin-x>.xxlarge-offset-9{margin-left:calc(50% + .625rem)}.xxlarge-offset-10{margin-left:55.5555555556%}.grid-margin-x>.xxlarge-offset-10{margin-left:calc(55.55556% + .625rem)}.xxlarge-offset-11{margin-left:61.1111111111%}.grid-margin-x>.xxlarge-offset-11{margin-left:calc(61.11111% + .625rem)}.xxlarge-offset-12{margin-left:66.6666666667%}.grid-margin-x>.xxlarge-offset-12{margin-left:calc(66.66667% + .625rem)}.xxlarge-offset-13{margin-left:72.2222222222%}.grid-margin-x>.xxlarge-offset-13{margin-left:calc(72.22222% + .625rem)}.xxlarge-offset-14{margin-left:77.7777777778%}.grid-margin-x>.xxlarge-offset-14{margin-left:calc(77.77778% + .625rem)}.xxlarge-offset-15{margin-left:83.3333333333%}.grid-margin-x>.xxlarge-offset-15{margin-left:calc(83.33333% + .625rem)}.xxlarge-offset-16{margin-left:88.8888888889%}.grid-margin-x>.xxlarge-offset-16{margin-left:calc(88.88889% + .625rem)}.xxlarge-offset-17{margin-left:94.4444444444%}.grid-margin-x>.xxlarge-offset-17{margin-left:calc(94.44444% + .625rem)}}@media screen and (min-width:118.75em){.huge-offset-0{margin-left:0}.grid-margin-x>.huge-offset-0{margin-left:.625rem}.huge-offset-1{margin-left:5.5555555556%}.grid-margin-x>.huge-offset-1{margin-left:calc(5.55556% + .625rem)}.huge-offset-2{margin-left:11.1111111111%}.grid-margin-x>.huge-offset-2{margin-left:calc(11.11111% + .625rem)}.huge-offset-3{margin-left:16.6666666667%}.grid-margin-x>.huge-offset-3{margin-left:calc(16.66667% + .625rem)}.huge-offset-4{margin-left:22.2222222222%}.grid-margin-x>.huge-offset-4{margin-left:calc(22.22222% + .625rem)}.huge-offset-5{margin-left:27.7777777778%}.grid-margin-x>.huge-offset-5{margin-left:calc(27.77778% + .625rem)}.huge-offset-6{margin-left:33.3333333333%}.grid-margin-x>.huge-offset-6{margin-left:calc(33.33333% + .625rem)}.huge-offset-7{margin-left:38.8888888889%}.grid-margin-x>.huge-offset-7{margin-left:calc(38.88889% + .625rem)}.huge-offset-8{margin-left:44.4444444444%}.grid-margin-x>.huge-offset-8{margin-left:calc(44.44444% + .625rem)}.huge-offset-9{margin-left:50%}.grid-margin-x>.huge-offset-9{margin-left:calc(50% + .625rem)}.huge-offset-10{margin-left:55.5555555556%}.grid-margin-x>.huge-offset-10{margin-left:calc(55.55556% + .625rem)}.huge-offset-11{margin-left:61.1111111111%}.grid-margin-x>.huge-offset-11{margin-left:calc(61.11111% + .625rem)}.huge-offset-12{margin-left:66.6666666667%}.grid-margin-x>.huge-offset-12{margin-left:calc(66.66667% + .625rem)}.huge-offset-13{margin-left:72.2222222222%}.grid-margin-x>.huge-offset-13{margin-left:calc(72.22222% + .625rem)}.huge-offset-14{margin-left:77.7777777778%}.grid-margin-x>.huge-offset-14{margin-left:calc(77.77778% + .625rem)}.huge-offset-15{margin-left:83.3333333333%}.grid-margin-x>.huge-offset-15{margin-left:calc(83.33333% + .625rem)}.huge-offset-16{margin-left:88.8888888889%}.grid-margin-x>.huge-offset-16{margin-left:calc(88.88889% + .625rem)}.huge-offset-17{margin-left:94.4444444444%}.grid-margin-x>.huge-offset-17{margin-left:calc(94.44444% + .625rem)}}.grid-y{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.grid-y>.cell{width:auto}.grid-y>.auto,.grid-y>.shrink{height:auto}.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-13,.grid-y>.small-14,.grid-y>.small-15,.grid-y>.small-16,.grid-y>.small-17,.grid-y>.small-18,.grid-y>.small-full,.grid-y>.small-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}@media print,screen and (min-width:40em){.grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-13,.grid-y>.medium-14,.grid-y>.medium-15,.grid-y>.medium-16,.grid-y>.medium-17,.grid-y>.medium-18,.grid-y>.medium-full,.grid-y>.medium-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:64em){.grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-13,.grid-y>.large-14,.grid-y>.large-15,.grid-y>.large-16,.grid-y>.large-17,.grid-y>.large-18,.grid-y>.large-full,.grid-y>.large-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}@media screen and (min-width:75em){.grid-y>.xlarge-1,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12,.grid-y>.xlarge-13,.grid-y>.xlarge-14,.grid-y>.xlarge-15,.grid-y>.xlarge-16,.grid-y>.xlarge-17,.grid-y>.xlarge-18,.grid-y>.xlarge-full,.grid-y>.xlarge-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}@media screen and (min-width:90em){.grid-y>.xxlarge-1,.grid-y>.xxlarge-2,.grid-y>.xxlarge-3,.grid-y>.xxlarge-4,.grid-y>.xxlarge-5,.grid-y>.xxlarge-6,.grid-y>.xxlarge-7,.grid-y>.xxlarge-8,.grid-y>.xxlarge-9,.grid-y>.xxlarge-10,.grid-y>.xxlarge-11,.grid-y>.xxlarge-12,.grid-y>.xxlarge-13,.grid-y>.xxlarge-14,.grid-y>.xxlarge-15,.grid-y>.xxlarge-16,.grid-y>.xxlarge-17,.grid-y>.xxlarge-18,.grid-y>.xxlarge-full,.grid-y>.xxlarge-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}@media screen and (min-width:118.75em){.grid-y>.huge-1,.grid-y>.huge-2,.grid-y>.huge-3,.grid-y>.huge-4,.grid-y>.huge-5,.grid-y>.huge-6,.grid-y>.huge-7,.grid-y>.huge-8,.grid-y>.huge-9,.grid-y>.huge-10,.grid-y>.huge-11,.grid-y>.huge-12,.grid-y>.huge-13,.grid-y>.huge-14,.grid-y>.huge-15,.grid-y>.huge-16,.grid-y>.huge-17,.grid-y>.huge-18,.grid-y>.huge-full,.grid-y>.huge-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}.grid-y>.small-1{height:5.5555555556%}.grid-y>.small-2{height:11.1111111111%}.grid-y>.small-3{height:16.6666666667%}.grid-y>.small-4{height:22.2222222222%}.grid-y>.small-5{height:27.7777777778%}.grid-y>.small-6{height:33.3333333333%}.grid-y>.small-7{height:38.8888888889%}.grid-y>.small-8{height:44.4444444444%}.grid-y>.small-9{height:50%}.grid-y>.small-10{height:55.5555555556%}.grid-y>.small-11{height:61.1111111111%}.grid-y>.small-12{height:66.6666666667%}.grid-y>.small-13{height:72.2222222222%}.grid-y>.small-14{height:77.7777777778%}.grid-y>.small-15{height:83.3333333333%}.grid-y>.small-16{height:88.8888888889%}.grid-y>.small-17{height:94.4444444444%}.grid-y>.small-18{height:100%}@media print,screen and (min-width:40em){.grid-y>.medium-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;height:auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:5.5555555556%}.grid-y>.medium-2{height:11.1111111111%}.grid-y>.medium-3{height:16.6666666667%}.grid-y>.medium-4{height:22.2222222222%}.grid-y>.medium-5{height:27.7777777778%}.grid-y>.medium-6{height:33.3333333333%}.grid-y>.medium-7{height:38.8888888889%}.grid-y>.medium-8{height:44.4444444444%}.grid-y>.medium-9{height:50%}.grid-y>.medium-10{height:55.5555555556%}.grid-y>.medium-11{height:61.1111111111%}.grid-y>.medium-12{height:66.6666666667%}.grid-y>.medium-13{height:72.2222222222%}.grid-y>.medium-14{height:77.7777777778%}.grid-y>.medium-15{height:83.3333333333%}.grid-y>.medium-16{height:88.8888888889%}.grid-y>.medium-17{height:94.4444444444%}.grid-y>.medium-18{height:100%}}@media print,screen and (min-width:64em){.grid-y>.large-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;height:auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:5.5555555556%}.grid-y>.large-2{height:11.1111111111%}.grid-y>.large-3{height:16.6666666667%}.grid-y>.large-4{height:22.2222222222%}.grid-y>.large-5{height:27.7777777778%}.grid-y>.large-6{height:33.3333333333%}.grid-y>.large-7{height:38.8888888889%}.grid-y>.large-8{height:44.4444444444%}.grid-y>.large-9{height:50%}.grid-y>.large-10{height:55.5555555556%}.grid-y>.large-11{height:61.1111111111%}.grid-y>.large-12{height:66.6666666667%}.grid-y>.large-13{height:72.2222222222%}.grid-y>.large-14{height:77.7777777778%}.grid-y>.large-15{height:83.3333333333%}.grid-y>.large-16{height:88.8888888889%}.grid-y>.large-17{height:94.4444444444%}.grid-y>.large-18{height:100%}}@media screen and (min-width:75em){.grid-y>.xlarge-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;height:auto}.grid-y>.xlarge-shrink{height:auto}.grid-y>.xlarge-1{height:5.5555555556%}.grid-y>.xlarge-2{height:11.1111111111%}.grid-y>.xlarge-3{height:16.6666666667%}.grid-y>.xlarge-4{height:22.2222222222%}.grid-y>.xlarge-5{height:27.7777777778%}.grid-y>.xlarge-6{height:33.3333333333%}.grid-y>.xlarge-7{height:38.8888888889%}.grid-y>.xlarge-8{height:44.4444444444%}.grid-y>.xlarge-9{height:50%}.grid-y>.xlarge-10{height:55.5555555556%}.grid-y>.xlarge-11{height:61.1111111111%}.grid-y>.xlarge-12{height:66.6666666667%}.grid-y>.xlarge-13{height:72.2222222222%}.grid-y>.xlarge-14{height:77.7777777778%}.grid-y>.xlarge-15{height:83.3333333333%}.grid-y>.xlarge-16{height:88.8888888889%}.grid-y>.xlarge-17{height:94.4444444444%}.grid-y>.xlarge-18{height:100%}}@media screen and (min-width:90em){.grid-y>.xxlarge-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;height:auto}.grid-y>.xxlarge-shrink{height:auto}.grid-y>.xxlarge-1{height:5.5555555556%}.grid-y>.xxlarge-2{height:11.1111111111%}.grid-y>.xxlarge-3{height:16.6666666667%}.grid-y>.xxlarge-4{height:22.2222222222%}.grid-y>.xxlarge-5{height:27.7777777778%}.grid-y>.xxlarge-6{height:33.3333333333%}.grid-y>.xxlarge-7{height:38.8888888889%}.grid-y>.xxlarge-8{height:44.4444444444%}.grid-y>.xxlarge-9{height:50%}.grid-y>.xxlarge-10{height:55.5555555556%}.grid-y>.xxlarge-11{height:61.1111111111%}.grid-y>.xxlarge-12{height:66.6666666667%}.grid-y>.xxlarge-13{height:72.2222222222%}.grid-y>.xxlarge-14{height:77.7777777778%}.grid-y>.xxlarge-15{height:83.3333333333%}.grid-y>.xxlarge-16{height:88.8888888889%}.grid-y>.xxlarge-17{height:94.4444444444%}.grid-y>.xxlarge-18{height:100%}}@media screen and (min-width:118.75em){.grid-y>.huge-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;height:auto}.grid-y>.huge-shrink{height:auto}.grid-y>.huge-1{height:5.5555555556%}.grid-y>.huge-2{height:11.1111111111%}.grid-y>.huge-3{height:16.6666666667%}.grid-y>.huge-4{height:22.2222222222%}.grid-y>.huge-5{height:27.7777777778%}.grid-y>.huge-6{height:33.3333333333%}.grid-y>.huge-7{height:38.8888888889%}.grid-y>.huge-8{height:44.4444444444%}.grid-y>.huge-9{height:50%}.grid-y>.huge-10{height:55.5555555556%}.grid-y>.huge-11{height:61.1111111111%}.grid-y>.huge-12{height:66.6666666667%}.grid-y>.huge-13{height:72.2222222222%}.grid-y>.huge-14{height:77.7777777778%}.grid-y>.huge-15{height:83.3333333333%}.grid-y>.huge-16{height:88.8888888889%}.grid-y>.huge-17{height:94.4444444444%}.grid-y>.huge-18{height:100%}}.grid-padding-y .grid-padding-y{margin-top:- .625rem;margin-bottom:- .625rem}@media print,screen and (min-width:40em){.grid-padding-y .grid-padding-y{margin-top:- .625rem;margin-bottom:- .625rem}}.grid-padding-y>.cell{padding-top:.625rem;padding-bottom:.625rem}@media print,screen and (min-width:40em){.grid-padding-y>.cell{padding-top:.625rem;padding-bottom:.625rem}}.grid-frame{overflow:hidden;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100vw}.cell .grid-frame{width:100%}.cell-block{overflow-x:auto;max-width:100%}.cell-block,.cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.cell-block-y{overflow-y:auto;max-height:100%}.cell-block-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{max-height:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media print,screen and (min-width:40em){.medium-grid-frame{overflow:hidden;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.medium-cell-block-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{max-height:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.medium-cell-block-y{overflow-y:auto;max-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}}@media print,screen and (min-width:64em){.large-grid-frame{overflow:hidden;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.large-cell-block-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{max-height:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.large-cell-block-y{overflow-y:auto;max-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}}@media screen and (min-width:75em){.xlarge-grid-frame{overflow:hidden;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100vw}.cell .xlarge-grid-frame{width:100%}.xlarge-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.xlarge-cell-block-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:100%}.xlarge-cell-block-container>.grid-x{max-height:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.xlarge-cell-block-y{overflow-y:auto;max-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}}@media screen and (min-width:90em){.xxlarge-grid-frame{overflow:hidden;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100vw}.cell .xxlarge-grid-frame{width:100%}.xxlarge-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.xxlarge-cell-block-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:100%}.xxlarge-cell-block-container>.grid-x{max-height:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.xxlarge-cell-block-y{overflow-y:auto;max-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}}@media screen and (min-width:118.75em){.huge-grid-frame{overflow:hidden;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100vw}.cell .huge-grid-frame{width:100%}.huge-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.huge-cell-block-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:100%}.huge-cell-block-container>.grid-x{max-height:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.huge-cell-block-y{overflow-y:auto;max-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}}.grid-y.grid-frame{width:auto;overflow:hidden;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100vh}@media print,screen and (min-width:40em){.grid-y.medium-grid-frame{width:auto;overflow:hidden;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100vh}}@media print,screen and (min-width:64em){.grid-y.large-grid-frame{width:auto;overflow:hidden;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100vh}}@media screen and (min-width:75em){.grid-y.xlarge-grid-frame{width:auto;overflow:hidden;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100vh}}@media screen and (min-width:90em){.grid-y.xxlarge-grid-frame{width:auto;overflow:hidden;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100vh}}@media screen and (min-width:118.75em){.grid-y.huge-grid-frame{width:auto;overflow:hidden;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100vh}}.cell .grid-y.grid-frame{height:100%}@media print,screen and (min-width:40em){.cell .grid-y.medium-grid-frame{height:100%}}@media print,screen and (min-width:64em){.cell .grid-y.large-grid-frame{height:100%}}@media screen and (min-width:75em){.cell .grid-y.xlarge-grid-frame{height:100%}}@media screen and (min-width:90em){.cell .grid-y.xxlarge-grid-frame{height:100%}}@media screen and (min-width:118.75em){.cell .grid-y.huge-grid-frame{height:100%}}.grid-margin-y{margin-top:- .625rem;margin-bottom:- .625rem}@media print,screen and (min-width:40em){.grid-margin-y{margin-top:- .625rem;margin-bottom:- .625rem}}.grid-margin-y>.cell{height:calc(100% - 1.25rem);margin-top:.625rem;margin-bottom:.625rem}@media print,screen and (min-width:40em){.grid-margin-y>.cell{height:calc(100% - 1.25rem);margin-top:.625rem;margin-bottom:.625rem}}.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(5.55556% - 1.25rem)}.grid-margin-y>.small-2{height:calc(11.11111% - 1.25rem)}.grid-margin-y>.small-3{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.small-4{height:calc(22.22222% - 1.25rem)}.grid-margin-y>.small-5{height:calc(27.77778% - 1.25rem)}.grid-margin-y>.small-6{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.small-7{height:calc(38.88889% - 1.25rem)}.grid-margin-y>.small-8{height:calc(44.44444% - 1.25rem)}.grid-margin-y>.small-9{height:calc(50% - 1.25rem)}.grid-margin-y>.small-10{height:calc(55.55556% - 1.25rem)}.grid-margin-y>.small-11{height:calc(61.11111% - 1.25rem)}.grid-margin-y>.small-12{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.small-13{height:calc(72.22222% - 1.25rem)}.grid-margin-y>.small-14{height:calc(77.77778% - 1.25rem)}.grid-margin-y>.small-15{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.small-16{height:calc(88.88889% - 1.25rem)}.grid-margin-y>.small-17{height:calc(94.44444% - 1.25rem)}.grid-margin-y>.small-18{height:calc(100% - 1.25rem)}@media print,screen and (min-width:40em){.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(5.55556% - 1.25rem)}.grid-margin-y>.small-2{height:calc(11.11111% - 1.25rem)}.grid-margin-y>.small-3{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.small-4{height:calc(22.22222% - 1.25rem)}.grid-margin-y>.small-5{height:calc(27.77778% - 1.25rem)}.grid-margin-y>.small-6{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.small-7{height:calc(38.88889% - 1.25rem)}.grid-margin-y>.small-8{height:calc(44.44444% - 1.25rem)}.grid-margin-y>.small-9{height:calc(50% - 1.25rem)}.grid-margin-y>.small-10{height:calc(55.55556% - 1.25rem)}.grid-margin-y>.small-11{height:calc(61.11111% - 1.25rem)}.grid-margin-y>.small-12{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.small-13{height:calc(72.22222% - 1.25rem)}.grid-margin-y>.small-14{height:calc(77.77778% - 1.25rem)}.grid-margin-y>.small-15{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.small-16{height:calc(88.88889% - 1.25rem)}.grid-margin-y>.small-17{height:calc(94.44444% - 1.25rem)}.grid-margin-y>.small-18{height:calc(100% - 1.25rem)}.grid-margin-y>.medium-auto,.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(5.55556% - 1.25rem)}.grid-margin-y>.medium-2{height:calc(11.11111% - 1.25rem)}.grid-margin-y>.medium-3{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.medium-4{height:calc(22.22222% - 1.25rem)}.grid-margin-y>.medium-5{height:calc(27.77778% - 1.25rem)}.grid-margin-y>.medium-6{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.medium-7{height:calc(38.88889% - 1.25rem)}.grid-margin-y>.medium-8{height:calc(44.44444% - 1.25rem)}.grid-margin-y>.medium-9{height:calc(50% - 1.25rem)}.grid-margin-y>.medium-10{height:calc(55.55556% - 1.25rem)}.grid-margin-y>.medium-11{height:calc(61.11111% - 1.25rem)}.grid-margin-y>.medium-12{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.medium-13{height:calc(72.22222% - 1.25rem)}.grid-margin-y>.medium-14{height:calc(77.77778% - 1.25rem)}.grid-margin-y>.medium-15{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.medium-16{height:calc(88.88889% - 1.25rem)}.grid-margin-y>.medium-17{height:calc(94.44444% - 1.25rem)}.grid-margin-y>.medium-18{height:calc(100% - 1.25rem)}}@media print,screen and (min-width:64em){.grid-margin-y>.large-auto,.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(5.55556% - 1.25rem)}.grid-margin-y>.large-2{height:calc(11.11111% - 1.25rem)}.grid-margin-y>.large-3{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.large-4{height:calc(22.22222% - 1.25rem)}.grid-margin-y>.large-5{height:calc(27.77778% - 1.25rem)}.grid-margin-y>.large-6{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.large-7{height:calc(38.88889% - 1.25rem)}.grid-margin-y>.large-8{height:calc(44.44444% - 1.25rem)}.grid-margin-y>.large-9{height:calc(50% - 1.25rem)}.grid-margin-y>.large-10{height:calc(55.55556% - 1.25rem)}.grid-margin-y>.large-11{height:calc(61.11111% - 1.25rem)}.grid-margin-y>.large-12{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.large-13{height:calc(72.22222% - 1.25rem)}.grid-margin-y>.large-14{height:calc(77.77778% - 1.25rem)}.grid-margin-y>.large-15{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.large-16{height:calc(88.88889% - 1.25rem)}.grid-margin-y>.large-17{height:calc(94.44444% - 1.25rem)}.grid-margin-y>.large-18{height:calc(100% - 1.25rem)}}@media screen and (min-width:75em){.grid-margin-y>.xlarge-auto,.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(5.55556% - 1.25rem)}.grid-margin-y>.xlarge-2{height:calc(11.11111% - 1.25rem)}.grid-margin-y>.xlarge-3{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.xlarge-4{height:calc(22.22222% - 1.25rem)}.grid-margin-y>.xlarge-5{height:calc(27.77778% - 1.25rem)}.grid-margin-y>.xlarge-6{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.xlarge-7{height:calc(38.88889% - 1.25rem)}.grid-margin-y>.xlarge-8{height:calc(44.44444% - 1.25rem)}.grid-margin-y>.xlarge-9{height:calc(50% - 1.25rem)}.grid-margin-y>.xlarge-10{height:calc(55.55556% - 1.25rem)}.grid-margin-y>.xlarge-11{height:calc(61.11111% - 1.25rem)}.grid-margin-y>.xlarge-12{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.xlarge-13{height:calc(72.22222% - 1.25rem)}.grid-margin-y>.xlarge-14{height:calc(77.77778% - 1.25rem)}.grid-margin-y>.xlarge-15{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.xlarge-16{height:calc(88.88889% - 1.25rem)}.grid-margin-y>.xlarge-17{height:calc(94.44444% - 1.25rem)}.grid-margin-y>.xlarge-18{height:calc(100% - 1.25rem)}}@media screen and (min-width:90em){.grid-margin-y>.xxlarge-auto,.grid-margin-y>.xxlarge-shrink{height:auto}.grid-margin-y>.xxlarge-1{height:calc(5.55556% - 1.25rem)}.grid-margin-y>.xxlarge-2{height:calc(11.11111% - 1.25rem)}.grid-margin-y>.xxlarge-3{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.xxlarge-4{height:calc(22.22222% - 1.25rem)}.grid-margin-y>.xxlarge-5{height:calc(27.77778% - 1.25rem)}.grid-margin-y>.xxlarge-6{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.xxlarge-7{height:calc(38.88889% - 1.25rem)}.grid-margin-y>.xxlarge-8{height:calc(44.44444% - 1.25rem)}.grid-margin-y>.xxlarge-9{height:calc(50% - 1.25rem)}.grid-margin-y>.xxlarge-10{height:calc(55.55556% - 1.25rem)}.grid-margin-y>.xxlarge-11{height:calc(61.11111% - 1.25rem)}.grid-margin-y>.xxlarge-12{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.xxlarge-13{height:calc(72.22222% - 1.25rem)}.grid-margin-y>.xxlarge-14{height:calc(77.77778% - 1.25rem)}.grid-margin-y>.xxlarge-15{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.xxlarge-16{height:calc(88.88889% - 1.25rem)}.grid-margin-y>.xxlarge-17{height:calc(94.44444% - 1.25rem)}.grid-margin-y>.xxlarge-18{height:calc(100% - 1.25rem)}}@media screen and (min-width:118.75em){.grid-margin-y>.huge-auto,.grid-margin-y>.huge-shrink{height:auto}.grid-margin-y>.huge-1{height:calc(5.55556% - 1.25rem)}.grid-margin-y>.huge-2{height:calc(11.11111% - 1.25rem)}.grid-margin-y>.huge-3{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.huge-4{height:calc(22.22222% - 1.25rem)}.grid-margin-y>.huge-5{height:calc(27.77778% - 1.25rem)}.grid-margin-y>.huge-6{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.huge-7{height:calc(38.88889% - 1.25rem)}.grid-margin-y>.huge-8{height:calc(44.44444% - 1.25rem)}.grid-margin-y>.huge-9{height:calc(50% - 1.25rem)}.grid-margin-y>.huge-10{height:calc(55.55556% - 1.25rem)}.grid-margin-y>.huge-11{height:calc(61.11111% - 1.25rem)}.grid-margin-y>.huge-12{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.huge-13{height:calc(72.22222% - 1.25rem)}.grid-margin-y>.huge-14{height:calc(77.77778% - 1.25rem)}.grid-margin-y>.huge-15{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.huge-16{height:calc(88.88889% - 1.25rem)}.grid-margin-y>.huge-17{height:calc(94.44444% - 1.25rem)}.grid-margin-y>.huge-18{height:calc(100% - 1.25rem)}}.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}@media print,screen and (min-width:40em){.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}}@media print,screen and (min-width:64em){.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}}@media screen and (min-width:75em){.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}}@media screen and (min-width:90em){.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}}@media screen and (min-width:118.75em){.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}}@media print,screen and (min-width:40em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 1.25rem)}}@media print,screen and (min-width:64em){.grid-margin-y.large-grid-frame{height:calc(100vh + 1.25rem)}}@media screen and (min-width:75em){.grid-margin-y.xlarge-grid-frame{height:calc(100vh + 1.25rem)}}@media screen and (min-width:90em){.grid-margin-y.xxlarge-grid-frame{height:calc(100vh + 1.25rem)}}@media screen and (min-width:118.75em){.grid-margin-y.huge-grid-frame{height:calc(100vh + 1.25rem)}}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}p{margin-bottom:1rem;font-size:inherit;line-height:1.6;text-rendering:optimizeLegibility}em,i{font-style:italic}b,em,i,strong{line-height:inherit}b,strong{font-weight:700}small{font-size:80%;line-height:inherit}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:Varela Round,sans-serif;font-style:normal;font-weight:400;color:inherit;text-rendering:optimizeLegibility}.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{line-height:0;color:#cacaca}.h1,h1{font-size:1.5rem}.h1,.h2,h1,h2{line-height:1.4;margin-top:0;margin-bottom:.5rem}.h2,h2{font-size:1.25rem}.h3,h3{font-size:1.1875rem}.h3,.h4,h3,h4{line-height:1.4;margin-top:0;margin-bottom:.5rem}.h4,h4{font-size:1.125rem}.h5,h5{font-size:1.0625rem}.h5,.h6,h5,h6{line-height:1.4;margin-top:0;margin-bottom:.5rem}.h6,h6{font-size:1rem}@media print,screen and (min-width:40em){.h1,h1{font-size:3rem}.h2,h2{font-size:2.5rem}.h3,h3{font-size:1.9375rem}.h4,h4{font-size:1.5625rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}}a{line-height:inherit;color:#525ddc;text-decoration:none;cursor:pointer}a:focus,a:hover{color:#2f3cd5}a img,hr{border:0}hr{clear:both;max-width:75rem;height:0;margin:1.25rem auto;border-bottom:1px solid #cacaca}dl,ol,ul{margin-bottom:1rem;list-style-position:outside;line-height:1.6}li{font-size:inherit}ul{list-style-type:disc}ol,ul{margin-left:1.25rem}ol ol,ol ul,ul ol,ul ul{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:700}blockquote{margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #cacaca}blockquote,blockquote p{line-height:1.6;color:#8a8a8a}cite{display:block;font-size:.8125rem;color:#8a8a8a}cite:before{content:"\2014   "}abbr,abbr[title]{border-bottom:1px dotted #0a0a0a;cursor:help;text-decoration:none}figure{margin:0}code{padding:.125rem .3125rem .0625rem;border:1px solid #cacaca;font-weight:400}code,kbd{background-color:#e6e6e6;font-family:Consolas,Liberation Mono,Courier,monospace;color:#0a0a0a}kbd{margin:0;padding:.125rem .25rem 0}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:400;line-height:1.4;color:#8a8a8a}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ol.no-bullet,ul.no-bullet{margin-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width:40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width:64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}@media screen and (min-width:75em){.xlarge-text-left{text-align:left}.xlarge-text-right{text-align:right}.xlarge-text-center{text-align:center}.xlarge-text-justify{text-align:justify}}@media screen and (min-width:90em){.xxlarge-text-left{text-align:left}.xxlarge-text-right{text-align:right}.xxlarge-text-center{text-align:center}.xxlarge-text-justify{text-align:justify}}@media screen and (min-width:118.75em){.huge-text-left{text-align:left}.huge-text-right{text-align:right}.huge-text-center{text-align:center}.huge-text-justify{text-align:justify}}.show-for-print{display:none!important}@media print{*{background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print,th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}abbr[title]:after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #8a8a8a;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:2.4375rem;margin:0 0 1rem;padding:.5rem;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;-webkit-box-shadow:inset 0 1px 2px hsla(0,0%,4%,.1);box-shadow:inset 0 1px 2px hsla(0,0%,4%,.1);font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:#0a0a0a;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;-o-transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus{outline:none;border:1px solid #8a8a8a;background-color:#fefefe;-webkit-box-shadow:0 0 5px #cacaca;box-shadow:0 0 5px #cacaca;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;-o-transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}textarea{max-width:100%}textarea[rows]{height:auto}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#cacaca}input::-moz-placeholder,textarea::-moz-placeholder{color:#cacaca}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#cacaca}input::placeholder,textarea::placeholder{color:#cacaca}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:not-allowed}[type=button],[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box}[type=checkbox],[type=file],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;vertical-align:baseline;margin-left:.5rem;margin-right:1rem;margin-bottom:0}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5rem}[type=file]{width:100%}label{display:block;margin:0;font-size:.875rem;font-weight:400;line-height:1.8;color:#0a0a0a}label.middle{margin:0 0 1rem;padding:.5625rem 0}.help-text{margin-top:-.5rem;font-size:.8125rem;font-style:italic;color:#0a0a0a}.input-group{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin-bottom:1rem;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.input-group>:first-child,.input-group>:last-child>*{border-radius:0 0 0 0}.input-group-button,.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label,.input-group-field,.input-group-label{margin:0;white-space:nowrap}.input-group-label{padding:0 1rem;border:1px solid #cacaca;background:#e6e6e6;color:#0a0a0a;text-align:center;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;height:auto;min-width:0}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label{height:auto;-ms-flex-item-align:stretch;align-self:stretch;padding-top:0;padding-bottom:0;font-size:1rem}fieldset{margin:0;padding:0;border:0}legend{max-width:100%;margin-bottom:.5rem}.fieldset{margin:1.125rem 0;padding:1.25rem;border:1px solid #cacaca}.fieldset legend{margin:0 0 0 -.1875rem;padding:0 .1875rem}select{height:2.4375rem;margin:0 0 1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:#0a0a0a;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding:.5rem 1.5rem .5rem .5rem;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;-o-transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}@media screen and (min-width:0\0){select{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")}}select:focus{outline:none;border:1px solid #8a8a8a;background-color:#fefefe;-webkit-box-shadow:0 0 5px #cacaca;box-shadow:0 0 5px #cacaca;-webkit-transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;transition:border-color .25s ease-in-out,-webkit-box-shadow .5s;-o-transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out;transition:box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s}select:disabled{background-color:#e6e6e6;cursor:not-allowed}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}.is-invalid-input:not(:focus){border-color:#cc4b37;background-color:#f9ecea}.is-invalid-input:not(:focus)::-webkit-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::-moz-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::-ms-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::placeholder{color:#cc4b37}.form-error,.is-invalid-label{color:#cc4b37}.form-error{display:none;margin-top:-.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:700}.form-error.is-visible{display:block}.button{display:inline-block;vertical-align:middle;margin:0 0 1rem;font-family:inherit;padding:.85em 1em;-webkit-appearance:none;border:1px solid transparent;border-radius:0;-webkit-transition:background-color .25s ease-out,color .25s ease-out;-o-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out;font-size:.9rem;line-height:1;text-align:center;cursor:pointer;background-color:#525ddc;color:#fefefe}[data-whatinput=mouse] .button{outline:0}.button:focus,.button:hover{background-color:#2c3ad4;color:#fefefe}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-right:0;margin-left:0}.button.primary{background-color:#525ddc;color:#fefefe}.button.primary:focus,.button.primary:hover{background-color:#2935c9;color:#fefefe}.button.secondary{background-color:#1866ff;color:#fefefe}.button.secondary:focus,.button.secondary:hover{background-color:#004bdf;color:#fefefe}.button.success{background-color:#3adb76;color:#0a0a0a}.button.success:focus,.button.success:hover{background-color:#22bb5b;color:#0a0a0a}.button.warning{background-color:#ffae00;color:#0a0a0a}.button.warning:focus,.button.warning:hover{background-color:#cc8b00;color:#0a0a0a}.button.alert{background-color:#cc4b37;color:#fefefe}.button.alert:focus,.button.alert:hover{background-color:#a53b2a;color:#fefefe}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover{background-color:#525ddc;color:#fefefe}.button.disabled.primary,.button[disabled].primary{opacity:.25;cursor:not-allowed}.button.disabled.primary,.button.disabled.primary:focus,.button.disabled.primary:hover,.button[disabled].primary,.button[disabled].primary:focus,.button[disabled].primary:hover{background-color:#525ddc;color:#fefefe}.button.disabled.secondary,.button[disabled].secondary{opacity:.25;cursor:not-allowed}.button.disabled.secondary,.button.disabled.secondary:focus,.button.disabled.secondary:hover,.button[disabled].secondary,.button[disabled].secondary:focus,.button[disabled].secondary:hover{background-color:#1866ff;color:#fefefe}.button.disabled.success,.button[disabled].success{opacity:.25;cursor:not-allowed}.button.disabled.success,.button.disabled.success:focus,.button.disabled.success:hover,.button[disabled].success,.button[disabled].success:focus,.button[disabled].success:hover{background-color:#3adb76;color:#0a0a0a}.button.disabled.warning,.button[disabled].warning{opacity:.25;cursor:not-allowed}.button.disabled.warning,.button.disabled.warning:focus,.button.disabled.warning:hover,.button[disabled].warning,.button[disabled].warning:focus,.button[disabled].warning:hover{background-color:#ffae00;color:#0a0a0a}.button.disabled.alert,.button[disabled].alert{opacity:.25;cursor:not-allowed}.button.disabled.alert,.button.disabled.alert:focus,.button.disabled.alert:hover,.button[disabled].alert,.button[disabled].alert:focus,.button[disabled].alert:hover{background-color:#cc4b37;color:#fefefe}.button.hollow{border:1px solid #525ddc;color:#525ddc}.button.hollow,.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow:focus,.button.hollow:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover{background-color:transparent}.button.hollow:focus,.button.hollow:hover{border-color:#19217e;color:#19217e}.button.hollow.primary,.button.hollow:focus.disabled,.button.hollow:focus[disabled],.button.hollow:hover.disabled,.button.hollow:hover[disabled]{border:1px solid #525ddc;color:#525ddc}.button.hollow.primary:focus,.button.hollow.primary:hover{border-color:#19217e;color:#19217e}.button.hollow.primary:focus.disabled,.button.hollow.primary:focus[disabled],.button.hollow.primary:hover.disabled,.button.hollow.primary:hover[disabled]{border:1px solid #525ddc;color:#525ddc}.button.hollow.secondary{border:1px solid #1866ff;color:#1866ff}.button.hollow.secondary:focus,.button.hollow.secondary:hover{border-color:#002f8c;color:#002f8c}.button.hollow.secondary:focus.disabled,.button.hollow.secondary:focus[disabled],.button.hollow.secondary:hover.disabled,.button.hollow.secondary:hover[disabled]{border:1px solid #1866ff;color:#1866ff}.button.hollow.success{border:1px solid #3adb76;color:#3adb76}.button.hollow.success:focus,.button.hollow.success:hover{border-color:#157539;color:#157539}.button.hollow.success:focus.disabled,.button.hollow.success:focus[disabled],.button.hollow.success:hover.disabled,.button.hollow.success:hover[disabled]{border:1px solid #3adb76;color:#3adb76}.button.hollow.warning{border:1px solid #ffae00;color:#ffae00}.button.hollow.warning:focus,.button.hollow.warning:hover{border-color:#805700;color:#805700}.button.hollow.warning:focus.disabled,.button.hollow.warning:focus[disabled],.button.hollow.warning:hover.disabled,.button.hollow.warning:hover[disabled]{border:1px solid #ffae00;color:#ffae00}.button.hollow.alert{border:1px solid #cc4b37;color:#cc4b37}.button.hollow.alert:focus,.button.hollow.alert:hover{border-color:#67251a;color:#67251a}.button.hollow.alert:focus.disabled,.button.hollow.alert:focus[disabled],.button.hollow.alert:hover.disabled,.button.hollow.alert:hover[disabled]{border:1px solid #cc4b37;color:#cc4b37}.button.clear{border:1px solid #525ddc;color:#525ddc}.button.clear,.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear:focus,.button.clear:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover{background-color:transparent}.button.clear:focus,.button.clear:hover{border-color:#19217e;color:#19217e}.button.clear:focus.disabled,.button.clear:focus[disabled],.button.clear:hover.disabled,.button.clear:hover[disabled]{border:1px solid #525ddc;color:#525ddc}.button.clear,.button.clear.disabled,.button.clear:focus,.button.clear:focus.disabled,.button.clear:focus[disabled],.button.clear:hover,.button.clear:hover.disabled,.button.clear:hover[disabled],.button.clear[disabled]{border-color:transparent}.button.clear.primary{border:1px solid #525ddc;color:#525ddc}.button.clear.primary:focus,.button.clear.primary:hover{border-color:#19217e;color:#19217e}.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled],.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled]{border:1px solid #525ddc;color:#525ddc}.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary:focus,.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled],.button.clear.primary:hover,.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled],.button.clear.primary[disabled]{border-color:transparent}.button.clear.secondary{border:1px solid #1866ff;color:#1866ff}.button.clear.secondary:focus,.button.clear.secondary:hover{border-color:#002f8c;color:#002f8c}.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled],.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled]{border:1px solid #1866ff;color:#1866ff}.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary:focus,.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled],.button.clear.secondary:hover,.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled],.button.clear.secondary[disabled]{border-color:transparent}.button.clear.success{border:1px solid #3adb76;color:#3adb76}.button.clear.success:focus,.button.clear.success:hover{border-color:#157539;color:#157539}.button.clear.success:focus.disabled,.button.clear.success:focus[disabled],.button.clear.success:hover.disabled,.button.clear.success:hover[disabled]{border:1px solid #3adb76;color:#3adb76}.button.clear.success,.button.clear.success.disabled,.button.clear.success:focus,.button.clear.success:focus.disabled,.button.clear.success:focus[disabled],.button.clear.success:hover,.button.clear.success:hover.disabled,.button.clear.success:hover[disabled],.button.clear.success[disabled]{border-color:transparent}.button.clear.warning{border:1px solid #ffae00;color:#ffae00}.button.clear.warning:focus,.button.clear.warning:hover{border-color:#805700;color:#805700}.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled],.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled]{border:1px solid #ffae00;color:#ffae00}.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning:focus,.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled],.button.clear.warning:hover,.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled],.button.clear.warning[disabled]{border-color:transparent}.button.clear.alert{border:1px solid #cc4b37;color:#cc4b37}.button.clear.alert:focus,.button.clear.alert:hover{border-color:#67251a;color:#67251a}.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled],.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled]{border:1px solid #cc4b37;color:#cc4b37}.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert:focus,.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled],.button.clear.alert:hover,.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled],.button.clear.alert[disabled]{border-color:transparent}.button.dropdown:after{display:block;width:0;height:0;content:"";border-color:#fefefe transparent transparent;border-style:solid inset inset;border-width:.4em .4em 0;position:relative;top:.4em;display:inline-block;float:right;margin-left:1em}.button.dropdown.hollow.primary:after,.button.dropdown.hollow:after{border-top-color:#525ddc}.button.dropdown.hollow.secondary:after{border-top-color:#1866ff}.button.dropdown.hollow.success:after{border-top-color:#3adb76}.button.dropdown.hollow.warning:after{border-top-color:#ffae00}.button.dropdown.hollow.alert:after{border-top-color:#cc4b37}.button.arrow-only:after{top:-.1em;float:none;margin-left:0}a.button:focus,a.button:hover{text-decoration:none}.accordion{margin-left:0;background:#fefefe;list-style-type:none}.accordion[disabled] .accordion-title{cursor:not-allowed}.accordion-item:first-child>:first-child,.accordion-item:last-child>:last-child{border-radius:0 0 0 0}.accordion-title{position:relative;display:block;padding:1.25rem 1rem;border:1px solid #e6e6e6;border-bottom:0;font-size:.75rem;line-height:1;color:#525ddc}:last-child:not(.is-active)>.accordion-title{border-bottom:1px solid #e6e6e6;border-radius:0 0 0 0}.accordion-title:focus,.accordion-title:hover{background-color:#e6e6e6}.accordion-title:before{position:absolute;top:50%;right:1rem;margin-top:-.5rem;content:"+"}.is-active>.accordion-title:before{content:"\2013"}.accordion-content{display:none;padding:1rem;border:1px solid #e6e6e6;border-bottom:0;background-color:#fefefe;color:#0a0a0a}:last-child>.accordion-content:last-child{border-bottom:1px solid #e6e6e6}.accordion-menu li{width:100%}.accordion-menu .is-accordion-submenu a,.accordion-menu a{padding:.7rem 1rem}.accordion-menu .nested.is-accordion-submenu{margin-right:0;margin-left:1rem}.accordion-menu.align-right .nested.is-accordion-submenu{margin-right:1rem;margin-left:0}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a{position:relative}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after{display:block;width:0;height:0;content:"";border-color:#525ddc transparent transparent;border-style:solid inset inset;border-width:6px 6px 0;position:absolute;top:50%;margin-top:-3px;right:1rem}.accordion-menu.align-left .is-accordion-submenu-parent>a:after{left:auto;right:1rem}.accordion-menu.align-right .is-accordion-submenu-parent>a:after{right:auto;left:1rem}.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a:after{-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.is-accordion-submenu-parent{position:relative}.has-submenu-toggle>a{margin-right:40px}.submenu-toggle{position:absolute;top:0;right:0;cursor:pointer;width:40px;height:40px}.submenu-toggle:after{display:block;width:0;height:0;content:"";border-color:#525ddc transparent transparent;border-style:solid inset inset;border-width:6px 6px 0;top:0;bottom:0;margin:auto}.submenu-toggle[aria-expanded=true]:after{-webkit-transform:scaleY(-1);-o-transform:scaleY(-1);transform:scaleY(-1);-webkit-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.submenu-toggle-text{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.badge{display:inline-block;min-width:2.1em;padding:.3em;border-radius:50%;font-size:.6rem;text-align:center}.badge,.badge.primary{background:#525ddc;color:#fefefe}.badge.secondary{background:#1866ff;color:#fefefe}.badge.success{background:#3adb76;color:#0a0a0a}.badge.warning{background:#ffae00;color:#0a0a0a}.badge.alert{background:#cc4b37;color:#fefefe}.breadcrumbs{margin:0 0 1rem;list-style:none}.breadcrumbs:after,.breadcrumbs:before{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.breadcrumbs:after{clear:both}.breadcrumbs li{float:left;font-size:.6875rem;color:#0a0a0a;cursor:default;text-transform:uppercase}.breadcrumbs li:not(:last-child):after{position:relative;margin:0 .75rem;opacity:1;content:"/";color:#cacaca}.breadcrumbs a{color:#525ddc}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .disabled{color:#cacaca;cursor:not-allowed}.button-group{margin-bottom:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.button-group:after,.button-group:before{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.button-group:after{clear:both}.button-group .button{margin:0 1px 1px 0;font-size:.9rem;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.button-group .button:last-child{margin-right:0}.button-group.tiny .button{font-size:.6rem}.button-group.small .button{font-size:.75rem}.button-group.large .button{font-size:1.25rem}.button-group.expanded .button{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}.button-group.primary .button{background-color:#525ddc;color:#fefefe}.button-group.primary .button:focus,.button-group.primary .button:hover{background-color:#2935c9;color:#fefefe}.button-group.secondary .button{background-color:#1866ff;color:#fefefe}.button-group.secondary .button:focus,.button-group.secondary .button:hover{background-color:#004bdf;color:#fefefe}.button-group.success .button{background-color:#3adb76;color:#0a0a0a}.button-group.success .button:focus,.button-group.success .button:hover{background-color:#22bb5b;color:#0a0a0a}.button-group.warning .button{background-color:#ffae00;color:#0a0a0a}.button-group.warning .button:focus,.button-group.warning .button:hover{background-color:#cc8b00;color:#0a0a0a}.button-group.alert .button{background-color:#cc4b37;color:#fefefe}.button-group.alert .button:focus,.button-group.alert .button:hover{background-color:#a53b2a;color:#fefefe}.button-group.stacked,.button-group.stacked-for-medium,.button-group.stacked-for-small{-ms-flex-wrap:wrap;flex-wrap:wrap}.button-group.stacked-for-medium .button,.button-group.stacked-for-small .button,.button-group.stacked .button{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.button-group.stacked-for-medium .button:last-child,.button-group.stacked-for-small .button:last-child,.button-group.stacked .button:last-child{margin-bottom:0}@media print,screen and (min-width:40em){.button-group.stacked-for-small .button{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;margin-bottom:0}}@media print,screen and (min-width:64em){.button-group.stacked-for-medium .button{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;margin-bottom:0}}@media screen and (max-width:39.9375em){.button-group.stacked-for-small.expanded{display:block}.button-group.stacked-for-small.expanded .button{display:block;margin-right:0}}.callout{position:relative;margin:0 0 1rem;padding:1rem;border:1px solid hsla(0,0%,4%,.25);border-radius:0;background-color:#fff;color:#0a0a0a}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout.primary{background-color:#e5e7fa;color:#0a0a0a}.callout.secondary{background-color:#dce8ff;color:#0a0a0a}.callout.success{background-color:#e1faea;color:#0a0a0a}.callout.warning{background-color:#fff3d9;color:#0a0a0a}.callout.alert{background-color:#f7e4e1;color:#0a0a0a}.callout.small{padding:.5rem}.callout.large{padding:3rem}.card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-bottom:1rem;border:1px solid #e6e6e6;border-radius:0;background:#fefefe;-webkit-box-shadow:none;box-shadow:none;overflow:hidden;color:#0a0a0a}.card>:last-child{margin-bottom:0}.card-divider{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;padding:1rem;background:#e6e6e6}.card-divider>:last-child{margin-bottom:0}.card-section{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;padding:1rem}.card-section>:last-child{margin-bottom:0}.card-image{min-height:1px}.close-button{position:absolute;color:#8a8a8a;cursor:pointer}[data-whatinput=mouse] .close-button{outline:0}.close-button:focus,.close-button:hover{color:#0a0a0a}.close-button.small{right:.66rem;top:.33em;font-size:1.5em;line-height:1}.close-button,.close-button.medium{right:1rem;top:.5rem;font-size:2em;line-height:1}.menu{padding:0;margin:0;list-style:none;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}[data-whatinput=mouse] .menu li{outline:0}.menu .button,.menu a{line-height:1;text-decoration:none;display:block;padding:.7rem 1rem}.menu a,.menu button,.menu input,.menu select{margin-bottom:0}.menu input{display:inline-block}.menu,.menu.horizontal{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.menu.vertical{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.menu.expanded li{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}.menu.simple{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.menu.simple li+li{margin-left:1rem}.menu.simple a{padding:0}@media print,screen and (min-width:40em){.menu.medium-horizontal{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.menu.medium-vertical{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.menu.medium-expanded li,.menu.medium-simple li{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}}@media print,screen and (min-width:64em){.menu.large-horizontal{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.menu.large-vertical{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.menu.large-expanded li,.menu.large-simple li{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}}@media screen and (min-width:75em){.menu.xlarge-horizontal{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.menu.xlarge-vertical{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.menu.xlarge-expanded li,.menu.xlarge-simple li{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}}@media screen and (min-width:90em){.menu.xxlarge-horizontal{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.menu.xxlarge-vertical{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.menu.xxlarge-expanded li,.menu.xxlarge-simple li{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}}@media screen and (min-width:118.75em){.menu.huge-horizontal{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.menu.huge-vertical{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.menu.huge-expanded li,.menu.huge-simple li{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}}.menu.nested{margin-right:0;margin-left:1rem}.menu.icon-bottom a,.menu.icon-left a,.menu.icon-right a,.menu.icon-top a,.menu.icons a{display:-webkit-box;display:-ms-flexbox;display:flex}.menu.icon-left li a{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.menu.icon-left li a i,.menu.icon-left li a img,.menu.icon-left li a svg{margin-right:.25rem}.menu.icon-right li a{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.menu.icon-right li a i,.menu.icon-right li a img,.menu.icon-right li a svg{margin-left:.25rem}.menu.icon-top li a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.menu.icon-top li a i,.menu.icon-top li a img,.menu.icon-top li a svg{-ms-flex-item-align:stretch;align-self:stretch;margin-bottom:.25rem;text-align:center}.menu.icon-bottom li a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.menu.icon-bottom li a i,.menu.icon-bottom li a img,.menu.icon-bottom li a svg{-ms-flex-item-align:stretch;align-self:stretch;margin-bottom:.25rem;text-align:center}.menu .active>a,.menu .is-active>a{background:#525ddc;color:#fefefe}.menu.align-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.menu.align-right li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.menu.align-right li .submenu li{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.menu.align-right.vertical li{display:block;text-align:right}.menu.align-right.vertical li .submenu li{text-align:right}.menu.align-right .nested{margin-right:1rem;margin-left:0}.menu.align-center li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menu.align-center li .submenu li{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.menu .menu-text{padding:.7rem 1rem;font-weight:700;line-height:1;color:inherit}.menu-centered>.menu,.menu-centered>.menu li{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menu-centered>.menu li{display:-webkit-box;display:-ms-flexbox;display:flex}.menu-centered>.menu li .submenu li{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.no-js [data-responsive-menu] ul{display:none}.menu-icon{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}.menu-icon:after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#fefefe;-webkit-box-shadow:0 7px 0 #fefefe,0 14px 0 #fefefe;box-shadow:0 7px 0 #fefefe,0 14px 0 #fefefe;content:""}.menu-icon:hover:after{background:#cacaca;-webkit-box-shadow:0 7px 0 #cacaca,0 14px 0 #cacaca;box-shadow:0 7px 0 #cacaca,0 14px 0 #cacaca}.menu-icon.dark{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}.menu-icon.dark:after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#0a0a0a;-webkit-box-shadow:0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;box-shadow:0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;content:""}.menu-icon.dark:hover:after{background:#8a8a8a;-webkit-box-shadow:0 7px 0 #8a8a8a,0 14px 0 #8a8a8a;box-shadow:0 7px 0 #8a8a8a,0 14px 0 #8a8a8a}.is-drilldown{position:relative;overflow:hidden}.is-drilldown li{display:block}.is-drilldown.animate-height{-webkit-transition:height .5s;-o-transition:height .5s;transition:height .5s}.drilldown a{padding:.7rem 1rem;background:#fefefe}.drilldown .is-drilldown-submenu{position:absolute;top:0;left:100%;z-index:-1;width:100%;background:#fefefe;-webkit-transition:-webkit-transform .15s linear;transition:-webkit-transform .15s linear;-o-transition:-o-transform .15s linear;transition:transform .15s linear;transition:transform .15s linear,-webkit-transform .15s linear,-o-transform .15s linear}.drilldown .is-drilldown-submenu.is-active{z-index:1;display:block;-webkit-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.drilldown .is-drilldown-submenu.is-closing{-webkit-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.drilldown .is-drilldown-submenu a{padding:.7rem 1rem}.drilldown .nested.is-drilldown-submenu{margin-right:0;margin-left:0}.drilldown .drilldown-submenu-cover-previous{min-height:100%}.drilldown .is-drilldown-submenu-parent>a{position:relative}.drilldown .is-drilldown-submenu-parent>a:after{position:absolute;top:50%;margin-top:-6px}.drilldown.align-left .is-drilldown-submenu-parent>a:after,.drilldown .is-drilldown-submenu-parent>a:after{right:1rem;display:block;width:0;height:0;content:"";border-color:transparent transparent transparent #525ddc;border-style:inset inset inset solid;border-width:6px 0 6px 6px}.drilldown.align-left .is-drilldown-submenu-parent>a:after{left:auto}.drilldown.align-right .is-drilldown-submenu-parent>a:after{right:auto;left:1rem;display:block}.drilldown.align-right .is-drilldown-submenu-parent>a:after,.drilldown .js-drilldown-back>a:before{width:0;height:0;content:"";border-color:transparent #525ddc transparent transparent;border-style:inset solid inset inset;border-width:6px 6px 6px 0}.drilldown .js-drilldown-back>a:before{display:block;display:inline-block;vertical-align:middle;margin-right:.75rem}.dropdown-pane{position:absolute;z-index:10;width:300px;padding:1rem;visibility:hidden;display:none;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;font-size:1rem}.dropdown-pane.is-opening{display:block}.dropdown-pane.is-open{visibility:visible;display:block}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}.dropdown.menu>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu>li.is-dropdown-submenu-parent>a:after{display:block;width:0;height:0;content:"";border-color:#525ddc transparent transparent;border-style:solid inset inset;border-width:6px 6px 0;right:5px;left:auto;margin-top:-3px}.dropdown.menu a{padding:.7rem 1rem}[data-whatinput=mouse] .dropdown.menu a{outline:0}.dropdown.menu .is-active>a{background:transparent;color:#525ddc}.no-js .dropdown.menu ul{display:none}.dropdown.menu .nested.is-dropdown-submenu{margin-right:0;margin-left:0}.dropdown.menu.vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto;top:0}.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.vertical>li>a:after{right:14px}.dropdown.menu.vertical>li.opens-left>a:after{right:auto;left:5px;display:block;width:0;height:0;content:"";border-color:transparent #525ddc transparent transparent;border-style:inset solid inset inset;border-width:6px 6px 6px 0}.dropdown.menu.vertical>li.opens-right>a:after{display:block;width:0;height:0;content:"";border-color:transparent transparent transparent #525ddc;border-style:inset inset inset solid;border-width:6px 0 6px 6px}@media print,screen and (min-width:40em){.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after{display:block;width:0;height:0;content:"";border-color:#525ddc transparent transparent;border-style:solid inset inset;border-width:6px 6px 0;right:5px;left:auto;margin-top:-3px}.dropdown.menu.medium-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto;top:0}.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.medium-vertical>li>a:after{right:14px}.dropdown.menu.medium-vertical>li.opens-left>a:after{right:auto;left:5px;display:block;width:0;height:0;content:"";border-color:transparent #525ddc transparent transparent;border-style:inset solid inset inset;border-width:6px 6px 6px 0}.dropdown.menu.medium-vertical>li.opens-right>a:after{display:block;width:0;height:0;content:"";border-color:transparent transparent transparent #525ddc;border-style:inset inset inset solid;border-width:6px 0 6px 6px}}@media print,screen and (min-width:64em){.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after{display:block;width:0;height:0;content:"";border-color:#525ddc transparent transparent;border-style:solid inset inset;border-width:6px 6px 0;right:5px;left:auto;margin-top:-3px}.dropdown.menu.large-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto;top:0}.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.large-vertical>li>a:after{right:14px}.dropdown.menu.large-vertical>li.opens-left>a:after{right:auto;left:5px;display:block;width:0;height:0;content:"";border-color:transparent #525ddc transparent transparent;border-style:inset solid inset inset;border-width:6px 6px 6px 0}.dropdown.menu.large-vertical>li.opens-right>a:after{display:block;width:0;height:0;content:"";border-color:transparent transparent transparent #525ddc;border-style:inset inset inset solid;border-width:6px 0 6px 6px}}@media screen and (min-width:75em){.dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a:after{display:block;width:0;height:0;content:"";border-color:#525ddc transparent transparent;border-style:solid inset inset;border-width:6px 6px 0;right:5px;left:auto;margin-top:-3px}.dropdown.menu.xlarge-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto;top:0}.dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.xlarge-vertical>li>a:after{right:14px}.dropdown.menu.xlarge-vertical>li.opens-left>a:after{right:auto;left:5px;display:block;width:0;height:0;content:"";border-color:transparent #525ddc transparent transparent;border-style:inset solid inset inset;border-width:6px 6px 6px 0}.dropdown.menu.xlarge-vertical>li.opens-right>a:after{display:block;width:0;height:0;content:"";border-color:transparent transparent transparent #525ddc;border-style:inset inset inset solid;border-width:6px 0 6px 6px}}@media screen and (min-width:90em){.dropdown.menu.xxlarge-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.xxlarge-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a:after{display:block;width:0;height:0;content:"";border-color:#525ddc transparent transparent;border-style:solid inset inset;border-width:6px 6px 0;right:5px;left:auto;margin-top:-3px}.dropdown.menu.xxlarge-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.xxlarge-vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto;top:0}.dropdown.menu.xxlarge-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.xxlarge-vertical>li>a:after{right:14px}.dropdown.menu.xxlarge-vertical>li.opens-left>a:after{right:auto;left:5px;display:block;width:0;height:0;content:"";border-color:transparent #525ddc transparent transparent;border-style:inset solid inset inset;border-width:6px 6px 6px 0}.dropdown.menu.xxlarge-vertical>li.opens-right>a:after{display:block;width:0;height:0;content:"";border-color:transparent transparent transparent #525ddc;border-style:inset inset inset solid;border-width:6px 0 6px 6px}}@media screen and (min-width:118.75em){.dropdown.menu.huge-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.huge-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.huge-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.huge-horizontal>li.is-dropdown-submenu-parent>a:after{display:block;width:0;height:0;content:"";border-color:#525ddc transparent transparent;border-style:solid inset inset;border-width:6px 6px 0;right:5px;left:auto;margin-top:-3px}.dropdown.menu.huge-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.huge-vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto;top:0}.dropdown.menu.huge-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.huge-vertical>li>a:after{right:14px}.dropdown.menu.huge-vertical>li.opens-left>a:after{right:auto;left:5px;display:block;width:0;height:0;content:"";border-color:transparent #525ddc transparent transparent;border-style:inset solid inset inset;border-width:6px 6px 6px 0}.dropdown.menu.huge-vertical>li.opens-right>a:after{display:block;width:0;height:0;content:"";border-color:transparent transparent transparent #525ddc;border-style:inset inset inset solid;border-width:6px 0 6px 6px}}.dropdown.menu.align-right .is-dropdown-submenu.first-sub{top:100%;right:0;left:auto}.is-dropdown-menu.vertical{width:100px}.is-dropdown-menu.vertical.align-right{float:right}.is-dropdown-submenu-parent{position:relative}.is-dropdown-submenu-parent a:after{position:absolute;top:50%;right:5px;left:auto;margin-top:-6px}.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu{top:100%;left:auto}.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu{right:100%;left:auto}.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu{right:auto;left:100%}.is-dropdown-submenu{position:absolute;top:0;left:100%;z-index:1;display:none;min-width:200px;border:1px solid #cacaca;background:#fefefe}.dropdown .is-dropdown-submenu a{padding:.7rem 1rem}.is-dropdown-submenu .is-dropdown-submenu-parent>a:after{right:14px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after{right:auto;left:5px;display:block;width:0;height:0;content:"";border-color:transparent #525ddc transparent transparent;border-style:inset solid inset inset;border-width:6px 6px 6px 0}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after{display:block;width:0;height:0;content:"";border-color:transparent transparent transparent #525ddc;border-style:inset inset inset solid;border-width:6px 0 6px 6px}.is-dropdown-submenu .is-dropdown-submenu{margin-top:-1px}.is-dropdown-submenu>li{width:100%}.is-dropdown-submenu.js-dropdown-active{display:block}.flex-video,.responsive-embed{position:relative;height:0;margin-bottom:1rem;padding-bottom:75%;overflow:hidden}.flex-video embed,.flex-video iframe,.flex-video object,.flex-video video,.responsive-embed embed,.responsive-embed iframe,.responsive-embed object,.responsive-embed video{position:absolute;top:0;left:0;width:100%;height:100%}.flex-video.widescreen,.responsive-embed.widescreen{padding-bottom:56.25%}.label{display:inline-block;padding:.33333rem .5rem;border-radius:0;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default}.label,.label.primary{background:#525ddc;color:#fefefe}.label.secondary{background:#1866ff;color:#fefefe}.label.success{background:#3adb76;color:#0a0a0a}.label.warning{background:#ffae00;color:#0a0a0a}.label.alert{background:#cc4b37;color:#fefefe}.media-object{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1rem;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.media-object img{max-width:none}@media screen and (max-width:39.9375em){.media-object.stack-for-small{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width:39.9375em){.media-object.stack-for-small .media-object-section{padding:0 0 1rem;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.media-object.stack-for-small .media-object-section img{width:100%}}.media-object-section{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.media-object-section:first-child{padding-right:1rem}.media-object-section:last-child:not(:nth-child(2)){padding-left:1rem}.media-object-section>:last-child{margin-bottom:0}.media-object-section.main-section{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}.is-off-canvas-open{overflow:hidden}.js-off-canvas-overlay{position:absolute;top:0;left:0;z-index:11;width:100%;height:100%;-webkit-transition:opacity .5s ease,visibility .5s ease;-o-transition:opacity .5s ease,visibility .5s ease;transition:opacity .5s ease,visibility .5s ease;background:hsla(0,0%,100%,.25);opacity:0;visibility:hidden;overflow:hidden}.js-off-canvas-overlay.is-visible{opacity:1;visibility:visible}.js-off-canvas-overlay.is-closable{cursor:pointer}.js-off-canvas-overlay.is-overlay-absolute{position:absolute}.js-off-canvas-overlay.is-overlay-fixed{position:fixed}.off-canvas-wrapper{position:relative;overflow:hidden}.off-canvas{position:fixed;z-index:12;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;-o-transition:-o-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease,-o-transform .5s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#e6e6e6}[data-whatinput=mouse] .off-canvas{outline:0}.off-canvas.is-transition-push{z-index:12}.off-canvas.is-closed{visibility:hidden}.off-canvas.is-transition-overlap{z-index:13}.off-canvas.is-transition-overlap.is-open{-webkit-box-shadow:0 0 10px hsla(0,0%,4%,.7);box-shadow:0 0 10px hsla(0,0%,4%,.7)}.off-canvas.is-open{-webkit-transform:translate(0);-o-transform:translate(0);transform:translate(0)}.off-canvas-absolute{position:absolute;z-index:12;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;-o-transition:-o-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease,-o-transform .5s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#e6e6e6}[data-whatinput=mouse] .off-canvas-absolute{outline:0}.off-canvas-absolute.is-transition-push{z-index:12}.off-canvas-absolute.is-closed{visibility:hidden}.off-canvas-absolute.is-transition-overlap{z-index:13}.off-canvas-absolute.is-transition-overlap.is-open{-webkit-box-shadow:0 0 10px hsla(0,0%,4%,.7);box-shadow:0 0 10px hsla(0,0%,4%,.7)}.off-canvas-absolute.is-open{-webkit-transform:translate(0);-o-transform:translate(0);transform:translate(0)}.position-left{top:0;left:0;height:100%;overflow-y:auto;width:250px}.off-canvas-content .off-canvas.position-left,.position-left{-webkit-transform:translateX(-250px);-o-transform:translateX(-250px);transform:translateX(-250px)}.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open{-webkit-transform:translate(0);-o-transform:translate(0);transform:translate(0)}.off-canvas-content.is-open-left.has-transition-push{-webkit-transform:translateX(250px);-o-transform:translateX(250px);transform:translateX(250px)}.position-left.is-transition-push{-webkit-box-shadow:inset -13px 0 20px -13px hsla(0,0%,4%,.25);box-shadow:inset -13px 0 20px -13px hsla(0,0%,4%,.25)}.position-right{top:0;right:0;height:100%;overflow-y:auto;width:250px}.off-canvas-content .off-canvas.position-right,.position-right{-webkit-transform:translateX(250px);-o-transform:translateX(250px);transform:translateX(250px)}.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open{-webkit-transform:translate(0);-o-transform:translate(0);transform:translate(0)}.off-canvas-content.is-open-right.has-transition-push{-webkit-transform:translateX(-250px);-o-transform:translateX(-250px);transform:translateX(-250px)}.position-right.is-transition-push{-webkit-box-shadow:inset 13px 0 20px -13px hsla(0,0%,4%,.25);box-shadow:inset 13px 0 20px -13px hsla(0,0%,4%,.25)}.position-top{top:0;left:0;width:100%;overflow-x:auto;height:250px}.off-canvas-content .off-canvas.position-top,.position-top{-webkit-transform:translateY(-250px);-o-transform:translateY(-250px);transform:translateY(-250px)}.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open{-webkit-transform:translate(0);-o-transform:translate(0);transform:translate(0)}.off-canvas-content.is-open-top.has-transition-push{-webkit-transform:translateY(250px);-o-transform:translateY(250px);transform:translateY(250px)}.position-top.is-transition-push{-webkit-box-shadow:inset 0 -13px 20px -13px hsla(0,0%,4%,.25);box-shadow:inset 0 -13px 20px -13px hsla(0,0%,4%,.25)}.position-bottom{bottom:0;left:0;width:100%;overflow-x:auto;height:250px}.off-canvas-content .off-canvas.position-bottom,.position-bottom{-webkit-transform:translateY(250px);-o-transform:translateY(250px);transform:translateY(250px)}.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open{-webkit-transform:translate(0);-o-transform:translate(0);transform:translate(0)}.off-canvas-content.is-open-bottom.has-transition-push{-webkit-transform:translateY(-250px);-o-transform:translateY(-250px);transform:translateY(-250px)}.position-bottom.is-transition-push{-webkit-box-shadow:inset 0 13px 20px -13px hsla(0,0%,4%,.25);box-shadow:inset 0 13px 20px -13px hsla(0,0%,4%,.25)}.off-canvas-content{-webkit-transform:none;-o-transform:none;transform:none;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;-o-transition:-o-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease,-o-transform .5s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden}.off-canvas-content.has-transition-push,.off-canvas-content .off-canvas.is-open{-webkit-transform:translate(0);-o-transform:translate(0);transform:translate(0)}@media print,screen and (min-width:40em){.position-left.reveal-for-medium{-webkit-transform:none;-o-transform:none;transform:none;z-index:12;-webkit-transition:none;-o-transition:none;transition:none;visibility:visible}.position-left.reveal-for-medium .close-button{display:none}.off-canvas-content .position-left.reveal-for-medium{-webkit-transform:none;-o-transform:none;transform:none}.off-canvas-content.has-reveal-left,.position-left.reveal-for-medium~.off-canvas-content{margin-left:250px}.position-right.reveal-for-medium{-webkit-transform:none;-o-transform:none;transform:none;z-index:12;-webkit-transition:none;-o-transition:none;transition:none;visibility:visible}.position-right.reveal-for-medium .close-button{display:none}.off-canvas-content .position-right.reveal-for-medium{-webkit-transform:none;-o-transform:none;transform:none}.off-canvas-content.has-reveal-right,.position-right.reveal-for-medium~.off-canvas-content{margin-right:250px}.position-top.reveal-for-medium{-webkit-transform:none;-o-transform:none;transform:none;z-index:12;-webkit-transition:none;-o-transition:none;transition:none;visibility:visible}.position-top.reveal-for-medium .close-button{display:none}.off-canvas-content .position-top.reveal-for-medium{-webkit-transform:none;-o-transform:none;transform:none}.off-canvas-content.has-reveal-top,.position-top.reveal-for-medium~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-medium{-webkit-transform:none;-o-transform:none;transform:none;z-index:12;-webkit-transition:none;-o-transition:none;transition:none;visibility:visible}.position-bottom.reveal-for-medium .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-medium{-webkit-transform:none;-o-transform:none;transform:none}.off-canvas-content.has-reveal-bottom,.position-bottom.reveal-for-medium~.off-canvas-content{margin-bottom:250px}}@media print,screen and (min-width:64em){.position-left.reveal-for-large{-webkit-transform:none;-o-transform:none;transform:none;z-index:12;-webkit-transition:none;-o-transition:none;transition:none;visibility:visible}.position-left.reveal-for-large .close-button{display:none}.off-canvas-content .position-left.reveal-for-large{-webkit-transform:none;-o-transform:none;transform:none}.off-canvas-content.has-reveal-left,.position-left.reveal-for-large~.off-canvas-content{margin-left:250px}.position-right.reveal-for-large{-webkit-transform:none;-o-transform:none;transform:none;z-index:12;-webkit-transition:none;-o-transition:none;transition:none;visibility:visible}.position-right.reveal-for-large .close-button{display:none}.off-canvas-content .position-right.reveal-for-large{-webkit-transform:none;-o-transform:none;transform:none}.off-canvas-content.has-reveal-right,.position-right.reveal-for-large~.off-canvas-content{margin-right:250px}.position-top.reveal-for-large{-webkit-transform:none;-o-transform:none;transform:none;z-index:12;-webkit-transition:none;-o-transition:none;transition:none;visibility:visible}.position-top.reveal-for-large .close-button{display:none}.off-canvas-content .position-top.reveal-for-large{-webkit-transform:none;-o-transform:none;transform:none}.off-canvas-content.has-reveal-top,.position-top.reveal-for-large~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-large{-webkit-transform:none;-o-transform:none;transform:none;z-index:12;-webkit-transition:none;-o-transition:none;transition:none;visibility:visible}.position-bottom.reveal-for-large .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-large{-webkit-transform:none;-o-transform:none;transform:none}.off-canvas-content.has-reveal-bottom,.position-bottom.reveal-for-large~.off-canvas-content{margin-bottom:250px}}@media screen and (min-width:75em){.position-left.reveal-for-xlarge{-webkit-transform:none;-o-transform:none;transform:none;z-index:12;-webkit-transition:none;-o-transition:none;transition:none;visibility:visible}.position-left.reveal-for-xlarge .close-button{display:none}.off-canvas-content .position-left.reveal-for-xlarge{-webkit-transform:none;-o-transform:none;transform:none}.off-canvas-content.has-reveal-left,.position-left.reveal-for-xlarge~.off-canvas-content{margin-left:250px}.position-right.reveal-for-xlarge{-webkit-transform:none;-o-transform:none;transform:none;z-index:12;-webkit-transition:none;-o-transition:none;transition:none;visibility:visible}.position-right.reveal-for-xlarge .close-button{display:none}.off-canvas-content .position-right.reveal-for-xlarge{-webkit-transform:none;-o-transform:none;transform:none}.off-canvas-content.has-reveal-right,.position-right.reveal-for-xlarge~.off-canvas-content{margin-right:250px}.position-top.reveal-for-xlarge{-webkit-transform:none;-o-transform:none;transform:none;z-index:12;-webkit-transition:none;-o-transition:none;transition:none;visibility:visible}.position-top.reveal-for-xlarge .close-button{display:none}.off-canvas-content .position-top.reveal-for-xlarge{-webkit-transform:none;-o-transform:none;transform:none}.off-canvas-content.has-reveal-top,.position-top.reveal-for-xlarge~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-xlarge{-webkit-transform:none;-o-transform:none;transform:none;z-index:12;-webkit-transition:none;-o-transition:none;transition:none;visibility:visible}.position-bottom.reveal-for-xlarge .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-xlarge{-webkit-transform:none;-o-transform:none;transform:none}.off-canvas-content.has-reveal-bottom,.position-bottom.reveal-for-xlarge~.off-canvas-content{margin-bottom:250px}}@media screen and (min-width:90em){.position-left.reveal-for-xxlarge{-webkit-transform:none;-o-transform:none;transform:none;z-index:12;-webkit-transition:none;-o-transition:none;transition:none;visibility:visible}.position-left.reveal-for-xxlarge .close-button{display:none}.off-canvas-content .position-left.reveal-for-xxlarge{-webkit-transform:none;-o-transform:none;transform:none}.off-canvas-content.has-reveal-left,.position-left.reveal-for-xxlarge~.off-canvas-content{margin-left:250px}.position-right.reveal-for-xxlarge{-webkit-transform:none;-o-transform:none;transform:none;z-index:12;-webkit-transition:none;-o-transition:none;transition:none;visibility:visible}.position-right.reveal-for-xxlarge .close-button{display:none}.off-canvas-content .position-right.reveal-for-xxlarge{-webkit-transform:none;-o-transform:none;transform:none}.off-canvas-content.has-reveal-right,.position-right.reveal-for-xxlarge~.off-canvas-content{margin-right:250px}.position-top.reveal-for-xxlarge{-webkit-transform:none;-o-transform:none;transform:none;z-index:12;-webkit-transition:none;-o-transition:none;transition:none;visibility:visible}.position-top.reveal-for-xxlarge .close-button{display:none}.off-canvas-content .position-top.reveal-for-xxlarge{-webkit-transform:none;-o-transform:none;transform:none}.off-canvas-content.has-reveal-top,.position-top.reveal-for-xxlarge~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-xxlarge{-webkit-transform:none;-o-transform:none;transform:none;z-index:12;-webkit-transition:none;-o-transition:none;transition:none;visibility:visible}.position-bottom.reveal-for-xxlarge .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-xxlarge{-webkit-transform:none;-o-transform:none;transform:none}.off-canvas-content.has-reveal-bottom,.position-bottom.reveal-for-xxlarge~.off-canvas-content{margin-bottom:250px}}@media screen and (min-width:118.75em){.position-left.reveal-for-huge{-webkit-transform:none;-o-transform:none;transform:none;z-index:12;-webkit-transition:none;-o-transition:none;transition:none;visibility:visible}.position-left.reveal-for-huge .close-button{display:none}.off-canvas-content .position-left.reveal-for-huge{-webkit-transform:none;-o-transform:none;transform:none}.off-canvas-content.has-reveal-left,.position-left.reveal-for-huge~.off-canvas-content{margin-left:250px}.position-right.reveal-for-huge{-webkit-transform:none;-o-transform:none;transform:none;z-index:12;-webkit-transition:none;-o-transition:none;transition:none;visibility:visible}.position-right.reveal-for-huge .close-button{display:none}.off-canvas-content .position-right.reveal-for-huge{-webkit-transform:none;-o-transform:none;transform:none}.off-canvas-content.has-reveal-right,.position-right.reveal-for-huge~.off-canvas-content{margin-right:250px}.position-top.reveal-for-huge{-webkit-transform:none;-o-transform:none;transform:none;z-index:12;-webkit-transition:none;-o-transition:none;transition:none;visibility:visible}.position-top.reveal-for-huge .close-button{display:none}.off-canvas-content .position-top.reveal-for-huge{-webkit-transform:none;-o-transform:none;transform:none}.off-canvas-content.has-reveal-top,.position-top.reveal-for-huge~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-huge{-webkit-transform:none;-o-transform:none;transform:none;z-index:12;-webkit-transition:none;-o-transition:none;transition:none;visibility:visible}.position-bottom.reveal-for-huge .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-huge{-webkit-transform:none;-o-transform:none;transform:none}.off-canvas-content.has-reveal-bottom,.position-bottom.reveal-for-huge~.off-canvas-content{margin-bottom:250px}}@media print,screen and (min-width:40em){.off-canvas.in-canvas-for-medium{visibility:visible;height:auto;position:static;background:inherit;width:inherit;overflow:inherit;-webkit-transition:inherit;-o-transition:inherit;transition:inherit}.off-canvas.in-canvas-for-medium.position-bottom,.off-canvas.in-canvas-for-medium.position-left,.off-canvas.in-canvas-for-medium.position-right,.off-canvas.in-canvas-for-medium.position-top{-webkit-box-shadow:none;box-shadow:none;-webkit-transform:none;-o-transform:none;transform:none}.off-canvas.in-canvas-for-medium .close-button{display:none}}@media print,screen and (min-width:64em){.off-canvas.in-canvas-for-large{visibility:visible;height:auto;position:static;background:inherit;width:inherit;overflow:inherit;-webkit-transition:inherit;-o-transition:inherit;transition:inherit}.off-canvas.in-canvas-for-large.position-bottom,.off-canvas.in-canvas-for-large.position-left,.off-canvas.in-canvas-for-large.position-right,.off-canvas.in-canvas-for-large.position-top{-webkit-box-shadow:none;box-shadow:none;-webkit-transform:none;-o-transform:none;transform:none}.off-canvas.in-canvas-for-large .close-button{display:none}}@media screen and (min-width:75em){.off-canvas.in-canvas-for-xlarge{visibility:visible;height:auto;position:static;background:inherit;width:inherit;overflow:inherit;-webkit-transition:inherit;-o-transition:inherit;transition:inherit}.off-canvas.in-canvas-for-xlarge.position-bottom,.off-canvas.in-canvas-for-xlarge.position-left,.off-canvas.in-canvas-for-xlarge.position-right,.off-canvas.in-canvas-for-xlarge.position-top{-webkit-box-shadow:none;box-shadow:none;-webkit-transform:none;-o-transform:none;transform:none}.off-canvas.in-canvas-for-xlarge .close-button{display:none}}@media screen and (min-width:90em){.off-canvas.in-canvas-for-xxlarge{visibility:visible;height:auto;position:static;background:inherit;width:inherit;overflow:inherit;-webkit-transition:inherit;-o-transition:inherit;transition:inherit}.off-canvas.in-canvas-for-xxlarge.position-bottom,.off-canvas.in-canvas-for-xxlarge.position-left,.off-canvas.in-canvas-for-xxlarge.position-right,.off-canvas.in-canvas-for-xxlarge.position-top{-webkit-box-shadow:none;box-shadow:none;-webkit-transform:none;-o-transform:none;transform:none}.off-canvas.in-canvas-for-xxlarge .close-button{display:none}}@media screen and (min-width:118.75em){.off-canvas.in-canvas-for-huge{visibility:visible;height:auto;position:static;background:inherit;width:inherit;overflow:inherit;-webkit-transition:inherit;-o-transition:inherit;transition:inherit}.off-canvas.in-canvas-for-huge.position-bottom,.off-canvas.in-canvas-for-huge.position-left,.off-canvas.in-canvas-for-huge.position-right,.off-canvas.in-canvas-for-huge.position-top{-webkit-box-shadow:none;box-shadow:none;-webkit-transform:none;-o-transform:none;transform:none}.off-canvas.in-canvas-for-huge .close-button{display:none}}.orbit,.orbit-container{position:relative}.orbit-container{height:0;margin:0;list-style:none;overflow:hidden}.orbit-slide{width:100%}.orbit-slide.no-motionui.is-active{top:0;left:0}.orbit-figure{margin:0}.orbit-image{width:100%;max-width:100%;margin:0}.orbit-caption{bottom:0;width:100%;margin-bottom:0;background-color:hsla(0,0%,4%,.5)}.orbit-caption,.orbit-next,.orbit-previous{position:absolute;padding:1rem;color:#fefefe}.orbit-next,.orbit-previous{top:50%;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);z-index:10}[data-whatinput=mouse] .orbit-next,[data-whatinput=mouse] .orbit-previous{outline:0}.orbit-next:active,.orbit-next:focus,.orbit-next:hover,.orbit-previous:active,.orbit-previous:focus,.orbit-previous:hover{background-color:hsla(0,0%,4%,.5)}.orbit-previous{left:0}.orbit-next{left:auto;right:0}.orbit-bullets{position:relative;margin-top:.8rem;margin-bottom:.8rem;text-align:center}[data-whatinput=mouse] .orbit-bullets{outline:0}.orbit-bullets button{width:1.2rem;height:1.2rem;margin:.1rem;border-radius:50%;background-color:#cacaca}.orbit-bullets button.is-active,.orbit-bullets button:hover{background-color:#8a8a8a}.pagination{margin-left:0;margin-bottom:1rem}.pagination:after,.pagination:before{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.pagination:after{clear:both}.pagination li{margin-right:.0625rem;border-radius:0;font-size:.875rem;display:none}.pagination li:first-child,.pagination li:last-child{display:inline-block}@media print,screen and (min-width:40em){.pagination li{display:inline-block}}.pagination a,.pagination button{display:block;padding:.1875rem .625rem;border-radius:0;color:#0a0a0a}.pagination a:hover,.pagination button:hover{background:#e6e6e6}.pagination .current{padding:.1875rem .625rem;background:#525ddc;color:#fefefe;cursor:default}.pagination .disabled{padding:.1875rem .625rem;color:#cacaca;cursor:not-allowed}.pagination .disabled:hover{background:transparent}.pagination .ellipsis:after{padding:.1875rem .625rem;content:"\2026";color:#0a0a0a}.pagination-previous.disabled:before,.pagination-previous a:before{display:inline-block;margin-right:.5rem;content:"\AB"}.pagination-next.disabled:after,.pagination-next a:after{display:inline-block;margin-left:.5rem;content:"\BB"}.progress{height:1rem;margin-bottom:1rem;border-radius:0;background-color:#cacaca}.progress.primary .progress-meter{background-color:#525ddc}.progress.secondary .progress-meter{background-color:#1866ff}.progress.success .progress-meter{background-color:#3adb76}.progress.warning .progress-meter{background-color:#ffae00}.progress.alert .progress-meter{background-color:#cc4b37}.progress-meter{position:relative;display:block;width:0;height:100%;background-color:#525ddc}.progress-meter-text{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;margin:0;font-size:.75rem;font-weight:700;color:#fefefe;white-space:nowrap}.slider{position:relative;height:.5rem;margin-top:1.25rem;margin-bottom:2.25rem;background-color:#e6e6e6;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:none;touch-action:none}.slider-fill{position:absolute;top:0;left:0;display:inline-block;max-width:100%;height:.5rem;background-color:#cacaca;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.slider-fill.is-dragging{-webkit-transition:all 0s linear;-o-transition:all 0s linear;transition:all 0s linear}.slider-handle{position:absolute;top:50%;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);left:0;z-index:1;display:inline-block;width:1.4rem;height:1.4rem;border-radius:0;background-color:#525ddc;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-ms-touch-action:manipulation;touch-action:manipulation}[data-whatinput=mouse] .slider-handle{outline:0}.slider-handle:hover{background-color:#2c3ad4}.slider-handle.is-dragging{-webkit-transition:all 0s linear;-o-transition:all 0s linear;transition:all 0s linear}.slider.disabled,.slider[disabled]{opacity:.25;cursor:not-allowed}.slider.vertical{display:inline-block;width:.5rem;height:12.5rem;margin:0 1.25rem;-webkit-transform:scaleY(-1);-o-transform:scaleY(-1);transform:scaleY(-1)}.slider.vertical .slider-fill{top:0;width:.5rem;max-height:100%}.slider.vertical .slider-handle{position:absolute;top:0;left:50%;width:1.4rem;height:1.4rem;-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.sticky,.sticky-container{position:relative}.sticky{z-index:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.sticky.is-stuck{position:fixed;z-index:5;width:100%}.sticky.is-stuck.is-at-top{top:0}.sticky.is-stuck.is-at-bottom{bottom:0}.sticky.is-anchored{position:relative;right:auto;left:auto}.sticky.is-anchored.is-at-bottom{bottom:0}body.is-reveal-open{overflow:hidden}html.is-reveal-open,html.is-reveal-open body{min-height:100%;overflow:hidden;position:fixed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.reveal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1005;display:none;background-color:hsla(0,0%,4%,.45);overflow-y:scroll}.reveal{z-index:1006;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;padding:1rem;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;position:relative;top:100px;margin-right:auto;margin-left:auto;overflow-y:auto}[data-whatinput=mouse] .reveal{outline:0}@media print,screen and (min-width:40em){.reveal{min-height:0}}.reveal .column{min-width:0}.reveal>:last-child{margin-bottom:0}@media print,screen and (min-width:40em){.reveal{width:600px;max-width:75rem}}.reveal.collapse{padding:0}@media print,screen and (min-width:40em){.reveal.tiny{width:30%;max-width:75rem}}@media print,screen and (min-width:40em){.reveal.small{width:50%;max-width:75rem}}@media print,screen and (min-width:40em){.reveal.large{width:90%;max-width:75rem}}.reveal.full{top:0;left:0;width:100%;max-width:none;height:100%;height:100vh;min-height:100vh;margin-left:0;border:0;border-radius:0}@media screen and (max-width:39.9375em){.reveal{top:0;left:0;width:100%;max-width:none;height:100%;height:100vh;min-height:100vh;margin-left:0;border:0;border-radius:0}}.reveal.without-overlay{position:fixed}.switch{height:2rem;position:relative;margin-bottom:1rem;outline:0;font-size:.875rem;font-weight:700;color:#fefefe;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch-input{position:absolute;margin-bottom:0;opacity:0}.switch-paddle{position:relative;display:block;width:4rem;height:2rem;border-radius:0;background:#cacaca;-webkit-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out;font-weight:inherit;color:inherit;cursor:pointer}input+.switch-paddle{margin:0}.switch-paddle:after{position:absolute;top:.25rem;left:.25rem;display:block;width:1.5rem;height:1.5rem;-webkit-transform:translateZ(0);transform:translateZ(0);border-radius:0;background:#fefefe;-webkit-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out;content:""}input:checked~.switch-paddle{background:#525ddc}input:checked~.switch-paddle:after{left:2.25rem}[data-whatinput=mouse] input:focus~.switch-paddle{outline:0}.switch-active,.switch-inactive{position:absolute;top:50%;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.switch-active{left:8%;display:none}input:checked+label>.switch-active{display:block}.switch-inactive{right:15%}input:checked+label>.switch-inactive{display:none}.switch.tiny{height:1.5rem}.switch.tiny .switch-paddle{width:3rem;height:1.5rem;font-size:.625rem}.switch.tiny .switch-paddle:after{top:.25rem;left:.25rem;width:1rem;height:1rem}.switch.tiny input:checked~.switch-paddle:after{left:1.75rem}.switch.small{height:1.75rem}.switch.small .switch-paddle{width:3.5rem;height:1.75rem;font-size:.75rem}.switch.small .switch-paddle:after{top:.25rem;left:.25rem;width:1.25rem;height:1.25rem}.switch.small input:checked~.switch-paddle:after{left:2rem}.switch.large{height:2.5rem}.switch.large .switch-paddle{width:5rem;height:2.5rem;font-size:1rem}.switch.large .switch-paddle:after{top:.25rem;left:.25rem;width:2rem;height:2rem}.switch.large input:checked~.switch-paddle:after{left:2.75rem}table{border-collapse:collapse;width:100%;margin-bottom:1rem;border-radius:0}tbody,tfoot,thead{border:1px solid #f1f1f1;background-color:#fefefe}caption{padding:.5rem .625rem .625rem;font-weight:700}thead{background:#f8f8f8}tfoot,thead{color:#0a0a0a}tfoot{background:#f1f1f1}tfoot tr,thead tr{background:transparent}tfoot td,tfoot th,thead td,thead th{padding:.5rem .625rem .625rem;font-weight:700;text-align:left}tbody td,tbody th{padding:.5rem .625rem .625rem}tbody tr:nth-child(2n){border-bottom:0;background-color:#f1f1f1}table.unstriped tbody{background-color:#fefefe}table.unstriped tbody tr{border-bottom:1px solid #f1f1f1;background-color:#fefefe}@media screen and (max-width:63.9375em){table.stack tfoot,table.stack thead{display:none}table.stack td,table.stack th,table.stack tr{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover thead tr:hover{background-color:#f3f3f3}table.hover tfoot tr:hover{background-color:#ececec}table.hover tbody tr:hover{background-color:#f9f9f9}table.hover:not(.unstriped) tr:nth-of-type(2n):hover{background-color:#ececec}.table-scroll{overflow-x:auto}.table-scroll table{width:auto}.tabs{margin:0;border:1px solid #e6e6e6;background:#fefefe;list-style-type:none}.tabs:after,.tabs:before{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.tabs:after{clear:both}.tabs.vertical>li{display:block;float:none;width:auto}.tabs.simple>li>a{padding:0}.tabs.simple>li>a:hover{background:transparent}.tabs.primary{background:#525ddc}.tabs.primary>li>a{color:#fefefe}.tabs.primary>li>a:focus,.tabs.primary>li>a:hover{background:#4551d9}.tabs-title{float:left}.tabs-title>a{display:block;padding:1.25rem 1.5rem;font-size:.75rem;line-height:1;color:#525ddc}.tabs-title>a:hover{background:#fefefe;color:#2f3cd5}.tabs-title>a:focus,.tabs-title>a[aria-selected=true]{background:#e6e6e6;color:#525ddc}.tabs-content{border:1px solid #e6e6e6;border-top:0;background:#fefefe;color:#0a0a0a;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.tabs-content.vertical{border:1px solid #e6e6e6;border-left:0}.tabs-panel{display:none;padding:1rem}.tabs-panel.is-active{display:block}.thumbnail{display:inline-block;max-width:100%;margin-bottom:1rem;border:4px solid #fefefe;border-radius:0;-webkit-box-shadow:0 0 0 1px hsla(0,0%,4%,.2);box-shadow:0 0 0 1px hsla(0,0%,4%,.2);line-height:0}a.thumbnail{-webkit-transition:-webkit-box-shadow .2s ease-out;transition:-webkit-box-shadow .2s ease-out;-o-transition:box-shadow .2s ease-out;transition:box-shadow .2s ease-out;transition:box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out}a.thumbnail:focus,a.thumbnail:hover{-webkit-box-shadow:0 0 6px 1px rgba(82,93,220,.5);box-shadow:0 0 6px 1px rgba(82,93,220,.5)}a.thumbnail image{-webkit-box-shadow:none;box-shadow:none}.title-bar{padding:.5rem;background:#0a0a0a;color:#fefefe;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.title-bar .menu-icon{margin-left:.25rem;margin-right:.25rem}.title-bar-left,.title-bar-right{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}.title-bar-right{text-align:right}.title-bar-title{vertical-align:middle}.has-tip,.title-bar-title{display:inline-block;font-weight:700}.has-tip{position:relative;border-bottom:1px dotted #8a8a8a;cursor:help}.tooltip{top:calc(100% + .6495rem);z-index:1200;max-width:10rem;padding:.75rem;border-radius:0;background-color:#0a0a0a;font-size:80%;color:#fefefe}.tooltip,.tooltip:before{position:absolute}.tooltip.bottom:before{display:block;width:0;height:0;content:"";border-color:transparent transparent #0a0a0a;border-style:inset inset solid;border-width:0 .75rem .75rem;bottom:100%}.tooltip.bottom.align-center:before{left:50%;-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.tooltip.top:before{display:block;width:0;height:0;content:"";border-color:#0a0a0a transparent transparent;border-style:solid inset inset;border-width:.75rem .75rem 0;top:100%;bottom:auto}.tooltip.top.align-center:before{left:50%;-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.tooltip.left:before{display:block;width:0;height:0;content:"";border-color:transparent transparent transparent #0a0a0a;border-style:inset inset inset solid;border-width:.75rem 0 .75rem .75rem;left:100%}.tooltip.left.align-center:before{bottom:auto;top:50%;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.tooltip.right:before{display:block;width:0;height:0;content:"";border-color:transparent #0a0a0a transparent transparent;border-style:inset solid inset inset;border-width:.75rem .75rem .75rem 0;right:100%;left:auto}.tooltip.right.align-center:before{bottom:auto;top:50%;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.tooltip.align-top:before{bottom:auto;top:10%}.tooltip.align-bottom:before{bottom:10%;top:auto}.tooltip.align-left:before{left:10%;right:auto}.tooltip.align-right:before{left:auto;right:10%}.top-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.top-bar,.top-bar ul{background-color:#e6e6e6}.top-bar input{max-width:200px;margin-right:1rem}.top-bar .input-group-field{width:100%;margin-right:0}.top-bar input.button{width:auto}.top-bar .top-bar-left,.top-bar .top-bar-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media print,screen and (min-width:40em){.top-bar{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.top-bar .top-bar-left{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin-right:auto}.top-bar .top-bar-right{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin-left:auto}}@media screen and (max-width:63.9375em){.top-bar.stacked-for-medium{-ms-flex-wrap:wrap;flex-wrap:wrap}.top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:74.9375em){.top-bar.stacked-for-large{-ms-flex-wrap:wrap;flex-wrap:wrap}.top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:89.9375em){.top-bar.stacked-for-xlarge{-ms-flex-wrap:wrap;flex-wrap:wrap}.top-bar.stacked-for-xlarge .top-bar-left,.top-bar.stacked-for-xlarge .top-bar-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:118.6875em){.top-bar.stacked-for-xxlarge{-ms-flex-wrap:wrap;flex-wrap:wrap}.top-bar.stacked-for-xxlarge .top-bar-left,.top-bar.stacked-for-xxlarge .top-bar-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media screen and (max-width:149.9375em){.top-bar.stacked-for-huge{-ms-flex-wrap:wrap;flex-wrap:wrap}.top-bar.stacked-for-huge .top-bar-left,.top-bar.stacked-for-huge .top-bar-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.top-bar-title{margin:.5rem 1rem .5rem 0}.top-bar-left,.top-bar-right,.top-bar-title{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.hide{display:none!important}.invisible{visibility:hidden}@media screen and (max-width:39.9375em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:40em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:40em){.hide-for-medium{display:none!important}}@media screen and (max-width:39.9375em){.show-for-medium{display:none!important}}@media screen and (min-width:40em)and (max-width:63.9375em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:39.9375em),screen and (min-width:64em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:64em){.hide-for-large{display:none!important}}@media screen and (max-width:63.9375em){.block.why-main .grid-x .cell:first-of-type,.header--case .icon-case,.show-for-large,.video-graphic{display:none!important}}@media screen and (min-width:64em)and (max-width:74.9375em){.hide-for-large-only{display:none!important}}@media screen and (max-width:63.9375em),screen and (min-width:75em){.show-for-large-only{display:none!important}}@media screen and (min-width:75em){.hide-for-xlarge{display:none!important}}@media screen and (max-width:74.9375em){.show-for-xlarge{display:none!important}}@media screen and (min-width:75em)and (max-width:89.9375em){.hide-for-xlarge-only{display:none!important}}@media screen and (max-width:74.9375em),screen and (min-width:90em){.show-for-xlarge-only{display:none!important}}@media screen and (min-width:90em){.hide-for-xxlarge{display:none!important}}@media screen and (max-width:89.9375em){.show-for-xxlarge{display:none!important}}@media screen and (min-width:90em)and (max-width:118.6875em){.hide-for-xxlarge-only{display:none!important}}@media screen and (max-width:89.9375em),screen and (min-width:118.75em){.show-for-xxlarge-only{display:none!important}}@media screen and (min-width:118.75em){.hide-for-huge{display:none!important}}@media screen and (max-width:118.6875em){.show-for-huge{display:none!important}}@media screen and (min-width:118.75em)and (max-width:149.9375em){.hide-for-huge-only{display:none!important}}@media screen and (max-width:118.6875em),screen and (min-width:150em){.show-for-huge-only{display:none!important}}.screen-reader-text,.show-for-sr,.show-on-focus{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.screen-reader-text:active,.screen-reader-text:focus,.show-on-focus:active,.show-on-focus:focus{position:static!important;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-right:auto;margin-left:auto}.clearfix:after,.clearfix:before{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.clearfix:after{clear:both}.align-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-justify{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.align-spaced{-ms-flex-pack:distribute;justify-content:space-around}.align-right.vertical.menu>li>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-center.vertical.menu>li>a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-self-top{-ms-flex-item-align:start;align-self:flex-start}.align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-self-bottom{-ms-flex-item-align:end;align-self:flex-end}.align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-self-middle{-ms-flex-item-align:center;align-self:center}.align-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.align-self-stretch{-ms-flex-item-align:stretch;align-self:stretch}.align-center-middle{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.small-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.small-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.small-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.small-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.small-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.small-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}@media print,screen and (min-width:40em){.medium-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.medium-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.medium-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.medium-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.medium-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.medium-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}@media print,screen and (min-width:64em){.large-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.large-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.large-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.large-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.large-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.large-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}@media screen and (min-width:75em){.xlarge-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.xlarge-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.xlarge-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.xlarge-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.xlarge-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.xlarge-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}@media screen and (min-width:90em){.xxlarge-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.xxlarge-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.xxlarge-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.xxlarge-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.xxlarge-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.xxlarge-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}@media screen and (min-width:118.75em){.huge-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.huge-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.huge-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.huge-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.huge-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.huge-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}.flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media print,screen and (min-width:40em){.medium-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.medium-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.medium-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.medium-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.medium-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.medium-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.medium-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.medium-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media print,screen and (min-width:64em){.large-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.large-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.large-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.large-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.large-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.large-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.large-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.large-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media screen and (min-width:75em){.xlarge-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.xlarge-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.xlarge-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.xlarge-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.xlarge-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xlarge-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xlarge-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xlarge-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media screen and (min-width:90em){.xxlarge-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.xxlarge-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.xxlarge-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.xxlarge-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.xxlarge-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xxlarge-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xxlarge-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xxlarge-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media screen and (min-width:118.75em){.huge-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.huge-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.huge-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.huge-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.huge-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.huge-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.huge-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.huge-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.hamburger{padding:5px;display:inline-block;cursor:pointer;-webkit-transition-property:opacity,-webkit-filter;transition-property:opacity,-webkit-filter;-o-transition-property:opacity,filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;-webkit-transition-duration:.15s;-o-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#fff}.hamburger-box{width:25px;height:19px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-.5px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{width:25px;height:1px;background-color:#fff;border-radius:4px;position:absolute;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:-o-transform;transition-property:transform;transition-property:transform,-webkit-transform,-o-transform;-webkit-transition-duration:.15s;-o-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-9px}.hamburger-inner:after{bottom:-9px}.hamburger--squeeze .hamburger-inner{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;-webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);-o-transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner:before{-webkit-transition:top 75ms ease .12s,opacity 75ms ease;-o-transition:top 75ms .12s ease,opacity 75ms ease;transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{-webkit-transition:bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);transition:bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);-o-transition:bottom 75ms .12s ease,-o-transform 75ms cubic-bezier(.55,.055,.675,.19);transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19),-o-transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition-delay:.12s;-o-transition-delay:.12s;transition-delay:.12s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);-o-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;opacity:0;-webkit-transition:top 75ms ease,opacity 75ms ease .12s;-o-transition:top 75ms ease,opacity 75ms .12s ease;transition:top 75ms ease,opacity 75ms ease .12s}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transition:bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;-o-transition:bottom 75ms ease,-o-transform 75ms .12s cubic-bezier(.215,.61,.355,1);transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s,-o-transform 75ms cubic-bezier(.215,.61,.355,1) .12s}body{font-size:16px;font-family:Nunito,sans-serif;letter-spacing:.025em;color:#12214e;width:100%;overflow-x:hidden}@media screen and (min-width:118.75em){body{font-size:18px}}.cell__bg-image{position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover; object-position: center center;";z-index:-1}.cell{padding:0 2rem}.cell p a{color:#12214e;text-decoration:none;padding-bottom:2px;border-bottom:1px solid #12214e}@media print,screen and (min-width:64em){.cell{padding:initial}}a:active,a:focus{color:inherit}#tinymce{padding:1rem}svg{max-width:100%;height:auto}@media screen and (min-width:75em){.xlarge-offset-1{margin-left:5.55556%}}svg.clippath{max-width:100%}.cmplz-blocked-content-container{font-size:11px;max-width:110px;line-height:1.1;cursor:pointer}.title--medium{text-transform:uppercase}.content-block .content-block__text h2~h3,.title--small{font-size:1.25em}.title--medium{font-size:1.75em;line-height:1.3}.title--light{font-weight:300}.content-block .content-block__text h2,.title--large{text-transform:uppercase;font-size:1.5rem;line-height:1.25}@media print,screen and (min-width:40em){.content-block .content-block__text h2,.title--large{font-size:2rem}}.title--xlarge{text-transform:uppercase;font-size:2em;line-height:1.25;word-wrap:break-word}@media screen and (min-width:75em){.title--xlarge{font-size:2.8125em}}.title--uppercase{text-transform:uppercase}.title--alt{color:#82c344}.title--blue{color:#33a3dc}@media screen and (max-width:74.9375em){.content-block .content-block__text h2 br,.title--large br,.title--xlarge br,.title br{display:none;content:" "}}.title--colorize-blue span{color:#33a3dc}.title--colorize-green span{color:#82c344}.block{position:relative}.block.block--img-text .block__copy,.block.block--text-img .block__copy{color:#12214e}.block__copy{width:90%;max-width:600px;margin:0 auto}.block__bg-img{width:100%;height:100%;position:absolute;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover; object-position: center center;";z-index:-1}.block-padding-medium{padding-top:4.5em;padding-bottom:4.5em}.block-padding-large{padding-top:7.8125em;padding-bottom:10.3125em}.block__intro{text-align:center;width:100%}.block__intro .title{margin-bottom:1rem}.block__intro-logo{width:4.375rem;height:4.375rem;margin-bottom:1.5rem}.block__title{text-transform:uppercase}.block.p-top-0{padding-top:0!important}.block--security-intro{margin:5rem auto}.block.block--about-numbers{padding:6rem 0;background:#dfe8ed}.about-numbers{margin-top:3rem}.about-number{text-align:center;margin:0 auto 2rem;width:100%}@media print,screen and (min-width:64em){.about-number{margin:0 auto}}.about-number__circle{border-radius:50%;width:100%;height:0;padding-bottom:100%;position:relative;line-height:1.8em}.about-number__inner{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;font-size:1.8rem}@media print,screen and (min-width:64em){.about-number__inner{font-size:2.1rem}}.about-number__text--detail{font-size:1.25rem}.about-number__label{margin-top:1.75rem;font-size:1.25rem;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.about-numbers .grid-x .cell:nth-of-type(n+1) .about-number__circle{background:#82c344}.about-numbers .grid-x .cell:nth-of-type(2) .about-number__circle{background:#33a3dc}.about-numbers .grid-x .cell:nth-of-type(3) .about-number__circle{background:#005495}.about-numbers .grid-x .cell:nth-of-type(4) .about-number__circle{background:#12214e}.about-numbers .grid-x .cell:nth-of-type(5) .about-number__circle{background:#00a259}.about-numbers .grid-x .cell:nth-of-type(6) .about-number__circle{background:#82c344}.about-numbers .grid-x{-ms-flex-pack:distribute;justify-content:space-around}@media print,screen and (min-width:64em){.about-numbers .grid-x{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.about-numbers .grid-x .cell:first-child:last-child,.about-numbers .grid-x .cell:first-child:nth-last-child(2),.about-numbers .grid-x .cell:first-child:nth-last-child(2)~.cell,.about-numbers .grid-x .cell:first-child:nth-last-child(3),.about-numbers .grid-x .cell:first-child:nth-last-child(3)~.cell{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%}.about-numbers .grid-x .cell:first-child:nth-last-child(4),.about-numbers .grid-x .cell:first-child:nth-last-child(4)~.cell{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%}.about-numbers .grid-x .cell:first-child:nth-last-child(5),.about-numbers .grid-x .cell:first-child:nth-last-child(5)~.cell{-webkit-box-flex:0;-ms-flex:0 0 15%;flex:0 0 15%}.about-numbers .grid-x .cell:first-child:nth-last-child(5) .about-number__inner,.about-numbers .grid-x .cell:first-child:nth-last-child(5)~.cell .about-number__inner{font-size:1.5rem}.about-numbers .grid-x .cell:first-child:nth-last-child(5) .about-number__label,.about-numbers .grid-x .cell:first-child:nth-last-child(5)~.cell .about-number__label{font-size:1rem}.about-numbers .grid-x .cell:first-child:nth-last-child(6),.about-numbers .grid-x .cell:first-child:nth-last-child(6)~.cell{-webkit-box-flex:0;-ms-flex:0 0 12%;flex:0 0 12%}.about-numbers .grid-x .cell:first-child:nth-last-child(6) .about-number__inner,.about-numbers .grid-x .cell:first-child:nth-last-child(6) .about-number__label,.about-numbers .grid-x .cell:first-child:nth-last-child(6) .about-number__text--detail,.about-numbers .grid-x .cell:first-child:nth-last-child(6)~.cell .about-number__inner,.about-numbers .grid-x .cell:first-child:nth-last-child(6)~.cell .about-number__label,.about-numbers .grid-x .cell:first-child:nth-last-child(6)~.cell .about-number__text--detail{font-size:1rem}}.block.block--background-text{background:#33a3dc;color:#12214e;text-align:center}.block.block--background-text .block__inner{padding:6rem 2rem;max-width:868px;margin:0 auto}.block.block--background-text .block__text{font-size:2.2rem}.block.block--background-text .block__quote{margin-top:3rem}.block.block--background-text .block__quote-function{font-size:.6rem;text-transform:uppercase;color:#fefefe;opacity:.6}.block.block--background-text .block__quote-name{font-size:1rem;color:#12214e;text-transform:uppercase}.block.block--background-text strong{color:#fefefe}.block.block--bg-full-width{background:#33a3dc;color:#fefefe;text-align:center}.block.block--bg-full-width .title{text-transform:uppercase}.block--case-wrap{margin-block:5.5555555556%}.block--case{color:#fff;background-color:#005495;padding-bottom:4em}.block--case img{z-index:0}.block--case .grid-x{padding-top:3rem;position:relative}.block--case__intro .title{font-size:1.25rem}.block--case__title{font-size:2rem;line-height:1.4;font-weight:400;margin-top:1em;margin-bottom:1em;text-transform:uppercase}@media screen and (max-width:63.9375em){.block--case__title{font-size:1.2rem}}.block--case__copy{margin-bottom:2em}.case__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media print,screen and (min-width:64em){.case__info{margin-top:50px}}.icon-company{width:30px;height:28px}.case__info-content{margin-left:20px;padding-left:20px;position:relative}.case__info-content:before{content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);height:20px;width:1px;background:#cfd6da}.case__info-title{color:#cfd6da;font-size:.6875em;text-transform:uppercase}.case__info-name{color:#fefefe;text-transform:uppercase}.block--case__intro{margin:3rem 0}@media print,screen and (min-width:64em){.block--case__intro{margin:6rem 0 4rem}}.case-thumbnails{margin-top:3rem;padding:0;overflow:hidden;z-index:1}.case-thumbnails,.case-thumbnails .cell{position:relative}@media screen and (max-width:63.9375em){.case-thumbnails .cell{margin:0;padding:0;width:100%}}@media screen and (min-width:75em){.case-thumbnails{margin-top:30rem}}.case-thumbnail{padding:3rem 2rem 5rem 3rem;-webkit-box-shadow:10px 23px 44px rgba(37,42,86,.3);box-shadow:10px 23px 44px rgba(37,42,86,.3);position:relative;display:block;color:#fff;text-transform:uppercase;overflow:hidden;height:100%}@media print,screen and (min-width:64em){.case-thumbnail{padding:2rem 1.5rem 3rem}}.case-thumbnail:hover{color:#fefefe}.case-thumbnail:hover .case-thumbnail__label{color:#fff}.case-thumbnail:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;-webkit-transition:all .55s;-o-transition:all .55s;transition:all .55s;background:#252a56;opacity:.6}.case-thumbnail.solution-card:before{z-index:-1}.case-thumbnail__label{margin-bottom:5px;display:block}.case-thumbnail--blue{border-bottom:2.5px solid #33a3dc}.case-thumbnail--blue .case-thumbnail__label{color:#33a3dc}.case-thumbnail--blue:hover:before{background:#33a3dc;opacity:.75}.case-thumbnail--green{border-bottom:2.5px solid #82c344}.case-thumbnail--green .case-thumbnail__label{color:#82c344}.case-thumbnail--green:hover:before{background:#82c344;opacity:.67}.case-thumbnail__title{font-size:1.125rem;max-width:80%;position:relative}.case-thumbnail__label{font-size:.6875em;position:relative}.case-thumbnail__bg-img{z-index:-1;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover; object-position: center center;";width:100%;height:100%;position:absolute;top:0;left:0}.case-thumbnail__readmore{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.75rem;float:right;bottom:1.3rem;right:1.5rem;position:absolute;text-transform:uppercase}.case-thumbnail__readmore-icon{margin-left:10px;width:20px;height:20px}.case-thumbnail .case-thumbnail__readmore-icon .line-bottom,.case-thumbnail .case-thumbnail__readmore-icon .line-top{-webkit-transition:-webkit-transform .7s cubic-bezier(.5,1.38,1,1);transition:-webkit-transform .7s cubic-bezier(.5,1.38,1,1);-o-transition:-o-transform .7s cubic-bezier(.5,1.38,1,1);transition:transform .7s cubic-bezier(.5,1.38,1,1);transition:transform .7s cubic-bezier(.5,1.38,1,1),-webkit-transform .7s cubic-bezier(.5,1.38,1,1),-o-transform .7s cubic-bezier(.5,1.38,1,1)}.case-thumbnail:hover .case-thumbnail__readmore-icon .line-bottom,.case-thumbnail:hover .case-thumbnail__readmore-icon .line-top{-webkit-transform:translateX(9px);-o-transform:translateX(9px);transform:translateX(9px)}.single-case .case-thumbnail{padding:2rem 1rem 2rem 2rem}@media print,screen and (min-width:64em){.single-case .case-thumbnail{padding:4rem 1rem 4rem 4rem}}.slide-thumbnail{height:100%}.slide-thumbnail .case-thumbnail--blue,.slide-thumbnail .case-thumbnail--green{border-bottom:none}.block.block--case-result{background:#12214e;color:#fefefe;margin-top:5rem;padding:6rem 0 5rem;text-align:center;position:relative}.block.block--case-result:before{content:"";width:6rem;height:6rem;position:absolute;left:50%;top:-2rem;-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI1IiBoZWlnaHQ9IjEyNyIgdmlld0JveD0iMCAwIDEyNSAxMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHg9IjEyNC42MjgiIHdpZHRoPSI0MS4wNTM4IiBoZWlnaHQ9IjE2Ljg2MTQiIHJ4PSI4LjQzMDciIHRyYW5zZm9ybT0icm90YXRlKDkwIDEyNC42MjggMCkiIGZpbGw9IiM4MkMzNDQiLz4KPHJlY3QgeD0iMTI0LjYyOCIgeT0iNTUuMDQxIiB3aWR0aD0iMTYuODYxNCIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCAxMjQuNjI4IDU1LjA0MSkiIGZpbGw9IiMzM0EzREMiLz4KPHJlY3QgeD0iNzEuODQ0NSIgd2lkdGg9IjQzLjk4NjMiIGhlaWdodD0iMTYuODYxNCIgcng9IjguNDMwNyIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNzEuODQ0NSAwKSIgZmlsbD0iIzMzQTNEQyIvPgo8cmVjdCB4PSI3MS44NDQ1IiB5PSI4Mi4xMDc3IiB3aWR0aD0iNDMuOTg2MyIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA3MS44NDQ1IDgyLjEwNzcpIiBmaWxsPSIjMzNBM0RDIi8+CjxyZWN0IHg9IjcxLjg0NDUiIHk9IjU1LjA0MSIgd2lkdGg9IjE2Ljg2MTQiIGhlaWdodD0iMTYuODYxNCIgcng9IjguNDMwNyIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNzEuODQ0NSA1NS4wNDEpIiBmaWxsPSIjMDBBMjU5Ii8+CjxyZWN0IHg9IjgwLjY0MTYiIHk9IjcxLjU1MzMiIHdpZHRoPSI0My4yNTMyIiBoZWlnaHQ9IjE2Ljg2MTQiIHJ4PSI4LjQzMDciIHRyYW5zZm9ybT0icm90YXRlKC05MCA4MC42NDE2IDcxLjU1MzMpIiBmaWxsPSIjMDA1NDk1Ii8+CjxyZWN0IHg9IjgwLjY0MTYiIHk9IjEwMC40MzUiIHdpZHRoPSIxOC4zMjc2IiBoZWlnaHQ9IjE2Ljg2MTQiIHJ4PSI4LjQzMDciIHRyYW5zZm9ybT0icm90YXRlKC05MCA4MC42NDE2IDEwMC40MzUpIiBmaWxsPSIjODJDMzQ0Ii8+CjxyZWN0IHg9IjgwLjY0MTYiIHk9IjE3LjAxMjciIHdpZHRoPSIxNi44NjE0IiBoZWlnaHQ9IjE2Ljg2MTQiIHJ4PSI4LjQzMDciIHRyYW5zZm9ybT0icm90YXRlKC05MCA4MC42NDE2IDE3LjAxMjcpIiBmaWxsPSIjMDBBMjU5Ii8+CjxyZWN0IHdpZHRoPSI0My4yNTMyIiBoZWlnaHQ9IjE2Ljg2MTQiIHJ4PSI4LjQzMDciIHRyYW5zZm9ybT0ibWF0cml4KC00LjM3MTE0ZS0wOCAxIDEgNC4zNzExNGUtMDggMCAwKSIgZmlsbD0iIzgyQzM0NCIvPgo8cmVjdCB3aWR0aD0iMTYuODYxNCIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09Im1hdHJpeCgtNC4zNzExNGUtMDggMSAxIDQuMzcxMTRlLTA4IDAgNTUuMDQxKSIgZmlsbD0iIzMzQTNEQyIvPgo8cmVjdCB3aWR0aD0iNDMuMjUzMiIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09Im1hdHJpeCgtNC4zNzExNGUtMDggLTEgLTEgNC4zNzExNGUtMDggNDMuOTg2MyA3MS41NTMzKSIgZmlsbD0iIzAwNTQ5NSIvPgo8cmVjdCB3aWR0aD0iMTguMzI3NiIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09Im1hdHJpeCgtNC4zNzExNGUtMDggLTEgLTEgNC4zNzExNGUtMDggNDMuOTg2MyAxMDAuNDM1KSIgZmlsbD0iIzgyQzM0NCIvPgo8cmVjdCB3aWR0aD0iMTYuODYxNCIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09Im1hdHJpeCgtNC4zNzExNGUtMDggLTEgLTEgNC4zNzExNGUtMDggNDMuOTg2MyAxNy4wMTI3KSIgZmlsbD0iIzAwQTI1OSIvPgo8L3N2Zz4K) no-repeat 50%;background-size:cover}.case-result__title{text-transform:uppercase}.case-result__tags{margin-bottom:2rem}.case-result__tag{color:#82c344;display:inline-block;padding-bottom:.2rem;border-bottom:1px solid #82c344;margin:0 .5rem}.case-result__text{margin-bottom:3rem}.case-result__buttons .btn:first-of-type,.case-result__buttons .gform_button:first-of-type{margin-right:1.2rem}.case-result__thumbnails .cell{padding:0}.block.block--cases{color:#fefefe;position:relative}.block.block--cases .block__controls{position:absolute;left:0;width:100%;top:50%;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);display:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:729.98px){.block.block--cases .block__controls{display:-webkit-box;display:-ms-flexbox;display:flex}}.block.block--cases .block__controls button{width:2.5rem;height:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(18,33,78,.8)}.block.block--cases .block__controls button .block__arrow{width:.75rem;height:.75rem}.block.block--cases .case__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.block.block--cases .case__buttons>.btn,.block.block--cases .case__buttons>.gform_button{margin:0}@media print,screen and (min-width:40em){.block.block--cases .case__buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:2rem}}.block.block--cases .glide__slide{height:auto}.block.block--cases .block__slide{position:relative;padding-bottom:16rem;height:100%}@media screen and (max-width:1199.98px){.block.block--cases .block__slide{padding-bottom:20rem}}@media screen and (max-width:1023.98px){.block.block--cases .block__slide{padding-bottom:24rem}}@media screen and (max-width:729.98px){.block.block--cases .block__slide{padding-bottom:4rem}}@media screen and (max-width:39.9375em){.block.block--cases .block__slide{padding-bottom:1.5rem}}@media screen and (max-width:729.98px){.block.block--cases .cell{padding-left:3rem;padding-right:3rem}}.block.block--cases .block-cases__thumbnails{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(38.88889% + 2rem);-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right;bottom:4rem;left:calc(50% - 1rem);margin:0;padding:0;list-style-type:none;gap:2rem;position:absolute}@media screen and (max-width:1199.98px){.block.block--cases .block-cases__thumbnails{width:77.777777777%;left:50%;-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}}@media screen and (max-width:1023.98px){.block.block--cases .block-cases__thumbnails{width:100%;padding-left:2rem;padding-right:2rem;left:0;-webkit-transform:none;-o-transform:none;transform:none}}@media screen and (max-width:729.98px){.block.block--cases .block-cases__thumbnails{display:none}}.block.block--cases .block-cases__thumbnails li{position:relative;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;gap:2rem;width:50%}.block.block--cases .block-cases__thumbnails li:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:4px;z-index:20;background-color:#82c344}.block.block--cases .block-cases__thumbnails li.loading{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.block.block--cases .block-cases__thumbnails li.loading:before{background-color:#33a3dc;-webkit-animation-name:loading;-o-animation-name:loading;animation-name:loading;-webkit-animation-duration:4s;-o-animation-duration:4s;animation-duration:4s;-webkit-animation-timing-function:linear;-o-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;-o-animation-iteration-count:1;animation-iteration-count:1}.block.block--cases .block-cases__thumbnails li.loading .case-thumbnail--green .case-thumbnail__label{color:#98dcff}.block.block--cases .block-cases__thumbnails li.loading .case-thumbnail--green:hover:before{background:#33a3dc;opacity:.75}.block.block--cases .block-cases__thumbnails li:not(.loading) .case-thumbnail--blue:hover:before{background-color:#82c344}.block.block--cases .block-cases__thumbnails li:not(.loading) .case-thumbnail--blue .case-thumbnail__label{color:#82c344}.block.block--cases .block-cases__thumbnails li.visible{display:block}.block.block--cases .block-cases__thumbnails li.hidden{display:none}.block.block--cases .block-cases__thumbnails li.fade-in,.block.block--cases .block-cases__thumbnails li.fade-out{-webkit-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;-o-animation-iteration-count:1;animation-iteration-count:1}.block.block--cases .block-cases__thumbnails li.fade-in{-webkit-animation-name:fade-in;-o-animation-name:fade-in;animation-name:fade-in}.block.block--cases .block-cases__thumbnails li.fade-out{-webkit-animation-name:fade-out;-o-animation-name:fade-out;animation-name:fade-out}.block.block--cases .title{margin-bottom:2rem}@media screen and (max-width:39.9375em){.block.block--cases .title{font-size:1.2rem!important}}.block.block--cases .case__text{margin-bottom:3rem}@media screen and (max-width:39.9375em){.block.block--cases .case__text{max-height:6rem;margin-bottom:2rem;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width:63.9375em){.block.block--cases{padding-bottom:0}.block.block--cases:after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(37,42,86,0)),color-stop(60.62%,#252a56));background:-webkit-linear-gradient(top,rgba(37,42,86,0),#252a56 60.62%);background:-o-linear-gradient(top,rgba(37,42,86,0) 0,#252a56 60.62%);background:linear-gradient(180deg,rgba(37,42,86,0),#252a56 60.62%);z-index:-1}}.block.block--cases>.grid-x{padding:8rem 0 0}@media print,screen and (min-width:64em){.block.block--cases>.grid-x{padding:2.5em 0}}.block.block--cases .grid-x{height:100%;position:relative}.block.block--cases .case__info{margin-top:3rem;margin-bottom:3rem}.block--cases__icon{display:none}@media print,screen and (min-width:64em){.block--cases__icon{position:absolute;top:0;right:5%}}.case__buttons .btn:first-of-type,.case__buttons .gform_button:first-of-type{margin-right:1.2rem}.block--cases-intro{margin:3rem 0}@media print,screen and (min-width:64em){.block--cases-intro{margin:6rem 0}}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@-o-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fade-out{0%{opacity:1}to{opacity:0}}@-o-keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@-webkit-keyframes loading{0%{width:0}to{width:100%}}@-o-keyframes loading{0%{width:0}to{width:100%}}@keyframes loading{0%{width:0}to{width:100%}}.block.block--circles{text-align:center}.block.block--circles .cell{margin-bottom:0}.block.block--circles img{width:100%;margin-bottom:2.5em}.block-circle__title{text-transform:uppercase;font-size:1.56rem;margin-bottom:2rem}.block-circle__image{width:70%}.block-circle__text{margin-bottom:2rem}.block.block--clients{text-align:center;padding:4.5em 0;background:#dfe8ed}.block--clients__logo{width:3.125rem;height:3.125rem;margin-bottom:1rem}.block--clients__intro .title{font-size:2em;text-transform:uppercase}.client-logos{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:2rem}@media print,screen and (min-width:64em){.client-logos{margin-top:4.5rem}}.client-logo{width:50%}@media print,screen and (min-width:40em){.client-logo{width:33.3333333333%}}@media print,screen and (min-width:64em){.client-logo{width:20%}}@media screen and (min-width:75em){.client-logo{width:14.2857142857%}}.client-logo img{width:100%;padding:.875em}.block.block--contact{margin:2rem}@media print,screen and (min-width:64em){.block.block--contact{margin:2rem 0}}.block.block--contact .grid-x:first-child .cell{padding:2rem 0}.block.block--contact .grid-x:first-child .cell:first-of-type{padding-left:0}@media print,screen and (min-width:64em){.block.block--contact .grid-x:first-child .cell:nth-of-type(2){background:none}}.block.block--contact .contact__social{text-align:left}.contact__sub-title{font-size:1.25rem}.caldera-grid a.btn,.caldera-grid a.gform_button,.caldera-grid input.btn,.caldera-grid input.gform_button{position:relative;background:#fefefe}.block--contact-form .form{margin-top:3rem}@media print,screen and (min-width:64em){.block.block--masked-img.intro--contact{margin:6rem 0}}.block.block--masked-img.intro--contact .cell:nth-child(2){-webkit-transform:translateY(-66%);-o-transform:translateY(-66%);transform:translateY(-66%)}.block-contact__mask-wrap{position:relative}.block-contact__support{background:#82c344;color:#fefefe;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:3rem 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media print,screen and (min-width:64em){.block-contact__support{width:52.5%;height:28%;position:absolute;right:11%;bottom:7px;border-radius:10rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.block-contact__support .btn--support.gform_button,.block-contact__support .btn.btn--support{border-color:#fefefe;margin-right:3rem}.block-contact__support-title{margin-left:3rem;text-transform:uppercase;line-height:1.2em;font-weight:400;font-size:1.75rem}.contact-graphic{-webkit-transform:translateY(-66%);-o-transform:translateY(-66%);transform:translateY(-66%);width:100%}.contact--cell-graphic{height:0}.office__contact a{display:inline-block;color:#0a0a0a;margin-bottom:.5rem;border-bottom:1px solid #0a0a0a}.block--home-solutions{text-align:center;position:relative;padding:4.5rem 0 6rem;margin-top:3rem}.block--home-solutions .solutions-grid{margin-bottom:2rem}@media print,screen and (min-width:64em){.block--home-solutions{margin-top:4rem}}.other-solutions{z-index:10;margin:3rem auto 4rem}.other-solution{display:block;position:relative;color:#fff!important;text-transform:uppercase;font-size:1.25rem;overflow:hidden;height:25rem;margin-bottom:1rem;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.other-solution:hover{-webkit-box-shadow:0 3px 26px 0 rgba(18,33,78,.5);box-shadow:0 3px 26px 0 rgba(18,33,78,.5)}@media print,screen and (min-width:64em){.other-solution{height:0;padding-bottom:30%;margin-bottom:0}}.other-solution:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.other-solution:hover{color:#fff}.other-solution:hover .other-solution__read-more-text{opacity:1;margin-bottom:7px}.other-solution .case-thumbnail__readmore{font-size:.75rem}.other-solution .case-thumbnail__readmore-icon .line-bottom,.other-solution .case-thumbnail__readmore-icon .line-top{-webkit-transition:-webkit-transform .7s cubic-bezier(.5,1.38,1,1);transition:-webkit-transform .7s cubic-bezier(.5,1.38,1,1);-o-transition:-o-transform .7s cubic-bezier(.5,1.38,1,1);transition:transform .7s cubic-bezier(.5,1.38,1,1);transition:transform .7s cubic-bezier(.5,1.38,1,1),-webkit-transform .7s cubic-bezier(.5,1.38,1,1),-o-transform .7s cubic-bezier(.5,1.38,1,1)}.other-solution:hover .case-thumbnail__readmore-icon .line-bottom,.other-solution:hover .case-thumbnail__readmore-icon .line-top{-webkit-transform:translateX(9px);-o-transform:translateX(9px);transform:translateX(9px)}.other-solution__inner{position:absolute;top:10%;left:50%;width:80%;-webkit-transform:translate(-50%);-o-transform:translate(-50%);transform:translate(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:65%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:1.6rem;font-weight:400;line-height:1.4;text-align:left}@media print,screen and (min-width:64em){.other-solution__inner{font-size:1.2rem}}@media screen and (min-width:85em){.other-solution__inner{font-size:1.4rem}}@media screen and (min-width:100em){.other-solution__inner{font-size:1.5rem}}.other-solution__icon{display:block;margin:0 0 0 auto;max-width:40%}@media screen and (min-width:0 \0){.other-solution__icon{height:100px;width:100%}}@media screen and (min-width:75em){.other-solution__icon{margin-bottom:2rem;max-width:auto}}.other-solution__bg-img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover; object-position: center center;";position:absolute;left:0;z-index:-1}.other-solution__read-more{-webkit-transform:rotate(-90deg) translateX(-50%);-o-transform:rotate(-90deg) translateX(-50%);transform:rotate(-90deg) translateX(-50%);position:absolute;bottom:20px;left:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fefefe}@media print,screen and (min-width:64em){.other-solution__read-more{-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}}.other-solution__read-more-text{display:none}@media print,screen and (min-width:64em){.other-solution__read-more-text{font-size:.6875em;font-weight:600;margin-bottom:10px;opacity:0;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}}.other-solutions .other-solution:nth-of-type(1n):before{background:rgba(18,33,78,.8)}.other-solutions .other-solution:nth-of-type(2n):before{background:rgba(0,84,149,.8)}.other-solutions .other-solution:nth-of-type(3n):before{background:rgba(130,195,68,.88)}.other-solutions .other-solution:nth-of-type(4n):before{background:rgba(52,162,219,.72)}.fifth-solution{margin-top:1rem}@media print,screen and (min-width:64em){.fifth-solution{padding-bottom:20%}}@media print,screen and (min-width:64em){.fifth-solution .other-solution__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:85%;top:15%}}.fifth-solution .other-solution__text{display:none;padding-left:3rem;font-size:1rem}@media print,screen and (min-width:64em){.fifth-solution .other-solution__text{display:block;text-transform:none}}.fifth-solution .other-solution__icon{margin:0 3rem 0 0}.block.block--home-why{background:#eff3f6;position:relative;text-align:center}@media print,screen and (min-width:64em){.block.block--home-why{text-align:left}}@media screen and (min-width:75em){.block.block--home-why{background-color:transparent}}.block.block--home-why .grid-x .cell:nth-of-type(2){margin-top:3rem}@media print,screen and (min-width:64em){.block.block--home-why .grid-x .cell:nth-of-type(2){margin-top:0}}.block.block--home-why .cell{position:relative}.block.block--home-why .home-why__copy{background:#eff3f6;padding:3rem 0}@media screen and (min-width:90em){.block.block--home-why .home-why__copy{padding:5em 0}}.block.block--home-why .home-why__graphic{position:absolute;left:0;top:0;height:100%;max-width:none}.block--campaign-link{color:#fefefe;margin-top:7rem;-webkit-text-emphasis:left;text-emphasis:left}.block--campaign-link .bg{padding:5rem 0;background:#33a3dc url(/wp-content/uploads/2020/07/checkit-link-bg.jpg) no-repeat 50%;background-size:cover}.block--campaign-link .campaign-text{text-align:left}.block--campaign-link .tag{font-size:11px;color:#82c344;text-transform:uppercase;margin-bottom:2em}.block--campaign-link h2 em,.block--campaign-link h2 i,.block--campaign-link h3 em,.block--campaign-link h3 i{font-style:normal;color:#82c344}.block--campaign-link .intro{margin-top:1rem;font-weight:700}.block--campaign-link .btn,.block--campaign-link .caldera-grid a.btn,.block--campaign-link .caldera-grid a.gform_button,.block--campaign-link .caldera-grid input.btn,.block--campaign-link .caldera-grid input.gform_button,.block--campaign-link .gform_button,.caldera-grid .block--campaign-link a.btn,.caldera-grid .block--campaign-link a.gform_button,.caldera-grid .block--campaign-link input.btn,.caldera-grid .block--campaign-link input.gform_button{margin-top:2.5rem}.block.block--img-full-width{height:500px}.block--img-full-width__logo{position:absolute;right:11%;top:50%;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:128px;height:128px}@media screen and (max-width:39.9375em){.block--img-full-width__logo{display:none}}.block--masked-img,.block.block--img-text,.block.block--text-img{padding:3rem 0}@media screen and (max-width:63.9375em){.block--masked-img img,.block--masked-img svg,.block.block--img-text img,.block.block--img-text svg,.block.block--text-img img,.block.block--text-img svg{margin-bottom:3rem}}@media print,screen and (min-width:64em){.block--masked-img,.block.block--img-text,.block.block--text-img{padding:6rem 0;text-align:left}}.block--masked-img .block__img,.block.block--img-text .block__img,.block.block--text-img .block__img{margin-bottom:2rem}.block.block--img-text .grid-x{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.block.block--img-text .block__copy{color:#12214e}.block.block--text-img .grid-x{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media print,screen and (min-width:64em){.block--masked-img-right,.block.block--text-img .block__copy{text-align:right}}.block.block--jobs{padding:5.25rem 0 0;background:#eff3f6}.jobs{padding:5rem 0;position:relative}.jobs:before{content:"";width:100%;height:100%;position:absolute;left:0;top:-10px;display:block;background:url(/wp-content/themes/sage-tyneso/dist/images/svg/jobs-bg_07455459.svg) 100%;background-repeat:repeat-x;background-size:contain;z-index:0}.jobs.no-pattern{padding:2rem}.jobs.no-pattern:before{background:none}.job{padding:1.5em;background:#fefefe;margin-bottom:1.375em;text-align:center;z-index:1;position:relative}@media print,screen and (min-width:64em){.job{padding:4.5em}}.job__title{font-size:1.75em;margin-bottom:1.2em}.job__text{margin-bottom:3rem}.job-detail__description,.security-2columns{background:#eff3f6;padding:2rem}.job-detail__description .cell,.security-2columns .cell{margin-top:2rem}@media print,screen and (min-width:64em){.job-detail__description .cell,.security-2columns .cell{margin-top:0}}@media print,screen and (min-width:64em){.job-detail__description,.security-2columns{text-align:left;padding:5rem 0}}.block--job .block__intro{padding:2rem}@media print,screen and (min-width:64em){.block--job .block__intro{padding:3rem 0}}.block--job .block--masked-img:nth-of-type(2){padding-top:0}.block--job .block.block--img-text,.block--job .block.block--text-img{padding:3rem 0}@media screen and (min-width:75em){.case-template-default .block--case__intro+.block--masked-img svg{width:80%}.case-template-default .cell:last-child{text-align:left}}@media screen and (max-width:39.9375em){.case-template-default .case__info-content{display:none}.case-template-default .testimonial__person{border:none}.case-template-default .btn--share{margin-top:1em}}@media screen and (min-width:75em){.template-about-us .block--masked-img svg{width:80%}}.block-offerings{padding:8rem 0}@media screen and (max-width:1023.98px){.block-offerings{padding:6rem 0}}@media screen and (max-width:767.98px){.block-offerings{padding:4rem 0}}.block-offerings .block-offerings__introduction{width:100%;max-width:50rem;margin:0 auto 4rem;text-align:center}.block-offerings .block-offerings__introduction h2{margin-bottom:.75em}.block-offerings .block-offerings__introduction svg{margin:0 auto 2rem;width:5rem;display:table;height:auto}@media screen and (max-width:1023.98px){.block-offerings .block-offerings__introduction svg{width:4rem}}@media screen and (max-width:767.98px){.block-offerings .block-offerings__introduction svg{width:3rem}}.block-offerings .block-offerings__offering .block-offerings__offering__header{background-color:#33a3dc;border-radius:1.5rem 1.5rem 0 0;text-align:center;padding:2rem 1.5rem 1.5rem;color:#fff}.block-offerings .block-offerings__offering .block-offerings__offering__header svg{width:3rem;height:auto;margin-bottom:.125rem}.block-offerings .block-offerings__offering .block-offerings__offering__header h3{font-size:1.125rem;margin-top:0;font-weight:600;margin-bottom:0}.block-offerings .block-offerings__offering .block-offerings__offering__header.block-offerings__offering__header--blue{background-color:#005495}.block-offerings .block-offerings__offering .block-offerings__offering__header.block-offerings__offering__header--green{background-color:#00a259}.block-offerings .block-offerings__offering .block-offerings__offering__body{padding:0;margin:0;list-style-type:none}.block-offerings .block-offerings__offering .block-offerings__offering__body li{background-color:#e8edf2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5rem 1.5rem;min-height:4rem;color:#252a56;font-size:.875rem}.block-offerings .block-offerings__offering .block-offerings__offering__body li:nth-of-type(odd){background-color:#f0f4f6}.block-offerings .block-offerings__offering .block-offerings__offering__body li:last-child{border-radius:0 0 1.5rem 1.5rem}.block-offerings .block-offerings__offering .block-offerings__offering__footer{font-size:.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:1rem;text-align:center}.block-offerings .block-offerings__offering .block-offerings__offering__footer span{display:block;max-width:14rem}.block-offerings .block-offerings__cta{margin-top:4rem}.block-offerings .block-offerings__cta h3{margin-bottom:.5em}.block-offerings .block-offerings__cta .btn,.block-offerings .block-offerings__cta .gform_button{margin-top:2rem}.block.block--partners{background:#eff3f6;padding:3rem 0}@media print,screen and (min-width:64em){.block.block--partners{padding:6rem 0 4rem}}.partners{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:2em;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}.partners,.partners .grid-x{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.partner{text-align:center;margin:0 1.5rem 2rem;-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important;width:38%}@media print,screen and (min-width:64em){.partner{width:15%}}.partner__link{display:block;position:relative;height:0;padding-bottom:100%;border-radius:50%;margin-bottom:1em}.partner__link,.partners .partner:nth-of-type(5n+1) .partner__link{background:#33a3dc}.partners .partner:nth-of-type(5n+2) .partner__link{background:#98dcff}.partners .partner:nth-of-type(5n+3) .partner__link{background:#82c344}.partners .partner:nth-of-type(5n+4) .partner__link{background:#91eab5}.partners .partner:nth-of-type(5n+5) .partner__link{background:#005495}.partner__icon{width:75%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.partner__label{text-transform:uppercase;display:none}.content-block--quote{color:#fff;text-align:center}.content-block--quote .quote{position:relative;padding:4rem 3rem;background-color:rgba(0,0,0,.5)}@media print,screen and (min-width:64em){.content-block--quote .quote{padding:6rem 14rem 4rem}}.content-block--quote .text p{font-size:1.5rem;line-height:1.2;margin-bottom:2rem}@media screen and (min-width:75em){.content-block--quote .text p{font-size:2.25rem}}.content-block--quote .meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-transform:uppercase;gap:.25rem}.content-block--quote .author{font-size:1rem}.content-block--quote .byline{opacity:.625;font-weight:600;font-size:.75rem}.content-block--quote .background-image{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:-10}.block--solution{margin-bottom:7rem}@media screen and (max-width:39.9375em){.block--solution{margin-bottom:4rem}}.block--solution .solution__title{line-height:1.2;margin-bottom:1em}.block--solution .solution__title i{color:#33a3dc;font-style:normal}.block--solution .solution__copy{margin-bottom:2rem}@media screen and (max-width:63.9375em){.block--solution .solution__image{display:none}}.solution__title{text-transform:uppercase;font-size:2.1rem}.block--solution-security{margin-bottom:5rem}.block--solution-callout .solution-callout{padding:3em 0}@media print,screen and (min-width:64em){.block--solution-callout .solution-callout{padding:3em}}.block--solution-callout .bg{background:#12214e}.block--solution-callout .title{margin-bottom:1em;text-transform:uppercase}.block--solution-callout .text{color:#fefefe}.block--solution-partners{background:#eff3f6;padding-bottom:2rem}.block--solution-partners .block__intro{margin:3rem auto}.block--solution-partners .title{margin-bottom:2rem}@media screen and (max-width:39.9375em){.solution-partner__grid .grid-x,.solution-partner__grid>.grid-x{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.solution-partner__icon:nth-of-type(5n+1) .partner__link{background:#33a3dc}.solution-partner__icon:nth-of-type(5n+2) .partner__link{background:#98dcff}.solution-partner__icon:nth-of-type(5n+3) .partner__link{background:#82c344}.solution-partner__icon:nth-of-type(5n+4) .partner__link{background:#91eab5}.solution-partner__icon:nth-of-type(5n+5) .partner__link{background:#005495}.solution-partner__name{font-size:2rem;margin-bottom:.5em}.solution-partner__content{padding:0 2em;margin-bottom:3em}@media screen and (max-width:39.9375em){.solution-partner__content{text-align:center}}.block.block--support .block-circle__copy{margin-top:2em}@media print,screen and (min-width:64em){.block.block--support .block-circle__copy{margin-top:3.375em}}.client-types{text-align:center;padding-top:6.3em;padding-bottom:4.375em}.client-types .cell:first-of-type{margin-bottom:4rem}@media print,screen and (min-width:64em){.client-types .cell:first-of-type{margin-bottom:0}}.client-types__contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media print,screen and (min-width:64em){.client-types__contact{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.client-types__contact h3{font-size:1em;line-height:1em;text-transform:uppercase;margin-top:4.125em;margin-bottom:.5em;padding-bottom:0}.client-types__contact a{color:#82c344;text-decoration:none;padding-bottom:2px;border-bottom:1px solid #82c344}.client-types__contact-info{margin:0 1rem}.rescue-kit{position:relative;color:#fefefe;text-align:center;margin-bottom:15rem}@media print,screen and (min-width:64em){.rescue-kit{text-align:left}}.rescue-kit:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:0;background:#12214e;background:rgba(18,33,78,.9)}@media print,screen and (min-width:64em){.rescue-kit:before{top:0;left:0;width:50%;height:100%}}.rescue-kit .cell{position:relative;z-index:1;padding:5em 0}.rescue-kit__logo{display:block;margin:0 auto}@media print,screen and (min-width:64em){.rescue-kit__logo{margin:0 0 1em}}.rescue-kit__intro{margin-bottom:3em}.rescue-kit__intro-title{font-size:1.75em}.rescue-kit__link-logo{margin-bottom:.875em}.rescue-kit__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media print,screen and (min-width:64em){.rescue-kit__links{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.rescue-kit__link{margin-bottom:2rem}@media print,screen and (min-width:64em){.rescue-kit__link{margin-bottom:0}}.rescue-kit__link-text{margin-bottom:1em}.block.block--text{padding:4rem 0}@media print,screen and (min-width:64em){.block.block--text{padding:5rem 0}}.block.block--text .block__title{font-size:2.1rem;margin-bottom:2rem}.header--landing+.block.block--text .block__title{color:#82c344}.block--align-center{text-align:center}.block--bg-blue{background:#33a3dc;color:#fefefe}.block--bg-green{background:#82c344;color:#fefefe}.block--bg-purple{background:#12214e;color:#fefefe}.text-2-columns{text-align:center}.block--align-left .text-2-columns{text-align:left}@media print,screen and (min-width:64em){.text-2-columns .block__text{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:3em;-moz-column-gap:3em;column-gap:3em;text-align:left}}.block-title{padding:6rem 0}.block-title.block-title--with-pattern:before{content:"";position:absolute;pointer-events:none;top:0;right:0;width:100%;height:100%;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTkxIiBoZWlnaHQ9IjMxMCIgdmlld0JveD0iMCAwIDU5MSAzMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtYXNrIGlkPSJtYXNrMF8xNzgzXzQ4ODAiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSI1OTEiIGhlaWdodD0iMzEwIj4KPHJlY3Qgd2lkdGg9IjU5MSIgaGVpZ2h0PSIzMTAiIGZpbGw9IiMzM0EzREMiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzE3ODNfNDg4MCkiPgo8cmVjdCB4PSItMjUiIHk9IjExMSIgd2lkdGg9IjQzMS4zMzUiIGhlaWdodD0iMTUwIiByeD0iNzUiIHRyYW5zZm9ybT0icm90YXRlKC00NSAtMjUgMTExKSIgZmlsbD0iIzgyQzM0NCIvPgo8cmVjdCB4PSIzMzgiIHk9IjQxNiIgd2lkdGg9IjQzMS4zMzUiIGhlaWdodD0iMTUwIiByeD0iNzUiIHRyYW5zZm9ybT0icm90YXRlKC00NSAzMzggNDE2KSIgZmlsbD0iIzAwQTI1OSIvPgo8cmVjdCB4PSIxNDkiIHk9IjI3Mi4wNjYiIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiByeD0iNzUiIHRyYW5zZm9ybT0icm90YXRlKC00NSAxNDkgMjcyLjA2NikiIGZpbGw9IiMwMDU0OTUiLz4KPHJlY3QgeD0iMjk1IiB5PSIxMjEuMzQxIiB3aWR0aD0iNTEyLjQyNyIgaGVpZ2h0PSIxNTAiIHJ4PSI3NSIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDI5NSAxMjEuMzQxKSIgZmlsbD0iIzk4RENGRiIvPgo8L2c+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:100% 0;background-size:auto 100%;z-index:10}.block-title.block-title--with-pattern.block-title--bg-background-image:before,.block-title.block-title--with-pattern.block-title--bg-dark:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTkxIiBoZWlnaHQ9IjMxMCIgdmlld0JveD0iMCAwIDU5MSAzMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtYXNrIGlkPSJtYXNrMF8xNzgzXzQ4OTkiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSI1OTEiIGhlaWdodD0iMzEwIj4KPHJlY3Qgd2lkdGg9IjU5MSIgaGVpZ2h0PSIzMTAiIGZpbGw9IiMzM0EzREMiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzE3ODNfNDg5OSkiPgo8cmVjdCB4PSItMjUiIHk9IjExMSIgd2lkdGg9IjQzMS4zMzUiIGhlaWdodD0iMTUwIiByeD0iNzUiIHRyYW5zZm9ybT0icm90YXRlKC00NSAtMjUgMTExKSIgZmlsbD0iIzgyQzM0NCIvPgo8cmVjdCB4PSIzMzgiIHk9IjQxNiIgd2lkdGg9IjQzMS4zMzUiIGhlaWdodD0iMTUwIiByeD0iNzUiIHRyYW5zZm9ybT0icm90YXRlKC00NSAzMzggNDE2KSIgZmlsbD0iIzAwQTI1OSIvPgo8cmVjdCB4PSIxNDkiIHk9IjI3Mi4wNjYiIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiByeD0iNzUiIHRyYW5zZm9ybT0icm90YXRlKC00NSAxNDkgMjcyLjA2NikiIGZpbGw9IiMzM0EzREMiLz4KPHJlY3QgeD0iMjk1IiB5PSIxMjEuMzQxIiB3aWR0aD0iNTEyLjQyNyIgaGVpZ2h0PSIxNTAiIHJ4PSI3NSIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDI5NSAxMjEuMzQxKSIgZmlsbD0iIzk4RENGRiIvPgo8L2c+Cjwvc3ZnPgo=)}.block-title.block-title--bg-gray{background-color:#eff3f6}.block-title.block-title--bg-blue{background-color:#33a3dc;color:#fff}.block-title.block-title--bg-background-image,.block-title.block-title--bg-dark{background-color:#12214e;color:#fff}.block-title.block-title--bg-background-image .block-title__background-image{position:absolute;opacity:.4;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:0}.block-title h2{position:relative;z-index:20}.block.block--video{margin:2rem 0}@media print,screen and (min-width:40em){.block.block--video{margin:11.1111111111% 1rem}}@media print,screen and (min-width:64em){.block.block--video{margin:11.1111111111% 0}}.block.block--video .cell.large-10{padding:1rem}@media print,screen and (min-width:64em){.block.block--video .cell.large-10{padding:0}}.video-graphic{width:100%;padding:1rem}@media screen and (min-width:75em){.video-graphic{padding:2rem;height:auto}}@media print,screen and (min-width:64em){.security-2columns .title:before{display:block;content:"";width:4em;height:4em;margin-bottom:1em;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE1IiBoZWlnaHQ9IjExMyIgdmlld0JveD0iMCAwIDExNSAxMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zNSA0MEwxNSA0MCIgc3Ryb2tlPSIjODJDMzQ0IiBzdHJva2Utd2lkdGg9IjcuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTcxIDI0TDcxIDQiIHN0cm9rZT0iIzgyQzM0NCIgc3Ryb2tlLXdpZHRoPSI3LjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik03MSAxMDBMNzEgODAiIHN0cm9rZT0iIzgyQzM0NCIgc3Ryb2tlLXdpZHRoPSI3LjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zNSA2NkwxNSA2NiIgc3Ryb2tlPSIjODJDMzQ0IiBzdHJva2Utd2lkdGg9IjcuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTQ1IDI0TDQ1IDQiIHN0cm9rZT0iIzgyQzM0NCIgc3Ryb2tlLXdpZHRoPSI3LjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik00NSAxMDBMNDUgODAiIHN0cm9rZT0iIzgyQzM0NCIgc3Ryb2tlLXdpZHRoPSI3LjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik03OSA0MEw5OSA0MCIgc3Ryb2tlPSIjODJDMzQ0IiBzdHJva2Utd2lkdGg9IjcuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTc5IDY2TDk5IDY2IiBzdHJva2U9IiM4MkMzNDQiIHN0cm9rZS13aWR0aD0iNy41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNOTAuMzA2MiAyMi42MjQ2QzkyLjY4NDQgMjIuNjI0NiA5NC42MTIzIDIwLjY5MzkgOTQuNjEyMyAxOC4zMTIzQzk0LjYxMjMgMTUuOTMwNyA5Mi42ODQ0IDE0IDkwLjMwNjIgMTRDODcuOTI3OSAxNCA4NiAxNS45MzA3IDg2IDE4LjMxMjNDODYgMjAuNjkzOSA4Ny45Mjc5IDIyLjYyNDYgOTAuMzA2MiAyMi42MjQ2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTI1LjMwNjIgMjIuNjI0NkMyNy42ODQ0IDIyLjYyNDYgMjkuNjEyMyAyMC42OTM5IDI5LjYxMjMgMTguMzEyM0MyOS42MTIzIDE1LjkzMDcgMjcuNjg0NCAxNCAyNS4zMDYyIDE0QzIyLjkyNzkgMTQgMjEgMTUuOTMwNyAyMSAxOC4zMTIzQzIxIDIwLjY5MzkgMjIuOTI3OSAyMi42MjQ2IDI1LjMwNjIgMjIuNjI0NloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik05MC4zMDYyIDg0LjYyNDZDOTIuNjg0NCA4NC42MjQ2IDk0LjYxMjMgODIuNjkzOSA5NC42MTIzIDgwLjMxMjNDOTQuNjEyMyA3Ny45MzA3IDkyLjY4NDQgNzYgOTAuMzA2MiA3NkM4Ny45Mjc5IDc2IDg2IDc3LjkzMDcgODYgODAuMzEyM0M4NiA4Mi42OTM5IDg3LjkyNzkgODQuNjI0NiA5MC4zMDYyIDg0LjYyNDZaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjUuMzA2MiA4NC42MjQ2QzI3LjY4NDQgODQuNjI0NiAyOS42MTIzIDgyLjY5MzkgMjkuNjEyMyA4MC4zMTIzQzI5LjYxMjMgNzcuOTMwNyAyNy42ODQ0IDc2IDI1LjMwNjIgNzZDMjIuOTI3OSA3NiAyMSA3Ny45MzA3IDIxIDgwLjMxMjNDMjEgODIuNjkzOSAyMi45Mjc5IDg0LjYyNDYgMjUuMzA2MiA4NC42MjQ2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTU3LjUgODdDNTcuNSA4NyAzNiA3OS4zODEzIDM2IDYxLjk5NDlDMzYgNTEuNzM4OSAzNiAyNiAzNiAyNkg1NS40MzM1SDU5LjIxNDdINzlDNzkgMjYgNzkgNTEuNzM4OSA3OSA2MS45OTQ5Qzc5IDc5LjMzMjQgNTcuNSA4NyA1Ny41IDg3WiIgc3Ryb2tlPSIjODJDMzQ0IiBzdHJva2Utd2lkdGg9IjcuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTk1IDUzTDExMSA1MyIgc3Ryb2tlPSIjODJDMzQ0IiBzdHJva2Utd2lkdGg9IjcuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTQgNTNMMjAgNTMiIHN0cm9rZT0iIzgyQzM0NCIgc3Ryb2tlLXdpZHRoPSI3LjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik01OCAxNEw1OCAzNyIgc3Ryb2tlPSIjODJDMzQ0IiBzdHJva2Utd2lkdGg9IjcuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat 50%;background-size:cover}.security-2columns .cell:nth-of-type(2) .title:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE1IiBoZWlnaHQ9IjExNyIgdmlld0JveD0iMCAwIDExNSAxMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zNSA0MEwxNSA0MCIgc3Ryb2tlPSIjMzNBM0RDIiBzdHJva2Utd2lkdGg9IjcuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTcxIDI0TDcxIDQiIHN0cm9rZT0iIzMzQTNEQyIgc3Ryb2tlLXdpZHRoPSI3LjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik03MSAxMDBMNzEgODAiIHN0cm9rZT0iIzMzQTNEQyIgc3Ryb2tlLXdpZHRoPSI3LjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zNSA2NkwxNSA2NiIgc3Ryb2tlPSIjMzNBM0RDIiBzdHJva2Utd2lkdGg9IjcuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTQ1IDI0TDQ1IDQiIHN0cm9rZT0iIzMzQTNEQyIgc3Ryb2tlLXdpZHRoPSI3LjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik00NSAxMDBMNDUgODAiIHN0cm9rZT0iIzMzQTNEQyIgc3Ryb2tlLXdpZHRoPSI3LjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik03OSA0MEw5OSA0MCIgc3Ryb2tlPSIjMzNBM0RDIiBzdHJva2Utd2lkdGg9IjcuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTc5IDY2TDk5IDY2IiBzdHJva2U9IiMzM0EzREMiIHN0cm9rZS13aWR0aD0iNy41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNOTAuMzA2MiAyMi42MjQ2QzkyLjY4NDQgMjIuNjI0NiA5NC42MTIzIDIwLjY5MzkgOTQuNjEyMyAxOC4zMTIzQzk0LjYxMjMgMTUuOTMwNyA5Mi42ODQ0IDE0IDkwLjMwNjIgMTRDODcuOTI3OSAxNCA4NiAxNS45MzA3IDg2IDE4LjMxMjNDODYgMjAuNjkzOSA4Ny45Mjc5IDIyLjYyNDYgOTAuMzA2MiAyMi42MjQ2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTI1LjMwNjIgMjIuNjI0NkMyNy42ODQ0IDIyLjYyNDYgMjkuNjEyMyAyMC42OTM5IDI5LjYxMjMgMTguMzEyM0MyOS42MTIzIDE1LjkzMDcgMjcuNjg0NCAxNCAyNS4zMDYyIDE0QzIyLjkyNzkgMTQgMjEgMTUuOTMwNyAyMSAxOC4zMTIzQzIxIDIwLjY5MzkgMjIuOTI3OSAyMi42MjQ2IDI1LjMwNjIgMjIuNjI0NloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik05MC4zMDYyIDg0LjYyNDZDOTIuNjg0NCA4NC42MjQ2IDk0LjYxMjMgODIuNjkzOSA5NC42MTIzIDgwLjMxMjNDOTQuNjEyMyA3Ny45MzA3IDkyLjY4NDQgNzYgOTAuMzA2MiA3NkM4Ny45Mjc5IDc2IDg2IDc3LjkzMDcgODYgODAuMzEyM0M4NiA4Mi42OTM5IDg3LjkyNzkgODQuNjI0NiA5MC4zMDYyIDg0LjYyNDZaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjUuMzA2MiA4NC42MjQ2QzI3LjY4NDQgODQuNjI0NiAyOS42MTIzIDgyLjY5MzkgMjkuNjEyMyA4MC4zMTIzQzI5LjYxMjMgNzcuOTMwNyAyNy42ODQ0IDc2IDI1LjMwNjIgNzZDMjIuOTI3OSA3NiAyMSA3Ny45MzA3IDIxIDgwLjMxMjNDMjEgODIuNjkzOSAyMi45Mjc5IDg0LjYyNDYgMjUuMzA2MiA4NC42MjQ2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTU3LjUgODdDNTcuNSA4NyAzNiA3OS4zODEzIDM2IDYxLjk5NDlDMzYgNTEuNzM4OSAzNiAyNiAzNiAyNkg1NS40MzM1SDU5LjIxNDdINzlDNzkgMjYgNzkgNTEuNzM4OSA3OSA2MS45OTQ5Qzc5IDc5LjMzMjQgNTcuNSA4NyA1Ny41IDg3WiIgc3Ryb2tlPSIjMzNBM0RDIiBzdHJva2Utd2lkdGg9IjcuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTk1IDUzTDExMSA1MyIgc3Ryb2tlPSIjMzNBM0RDIiBzdHJva2Utd2lkdGg9IjcuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTQgNTNMMjAgNTMiIHN0cm9rZT0iIzMzQTNEQyIgc3Ryb2tlLXdpZHRoPSI3LjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik01OCAxNEw1OCAzNyIgc3Ryb2tlPSIjMzNBM0RDIiBzdHJva2Utd2lkdGg9IjcuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTU4IDEwMVYxMTMiIHN0cm9rZT0iIzMzQTNEQyIgc3Ryb2tlLXdpZHRoPSI3LjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)}}.security-2columns li{line-height:2em}.security-help{text-align:center;color:#252a56}.security-help .title{margin-bottom:1em;text-transform:uppercase}.security-help .block--circles{background:-webkit-gradient(linear,left bottom,left top,from(transparent),color-stop(40%,transparent),color-stop(20%,#eff3f6));background:-webkit-linear-gradient(bottom,transparent,transparent 40%,#eff3f6 0);background:-o-linear-gradient(bottom,transparent,transparent 40%,#eff3f6 20%);background:linear-gradient(0deg,transparent,transparent 40%,#eff3f6 0)}.security-help .block--circles .title{font-size:1rem;font-weight:700}.security-help .block--circles .cell:first-child{color:#005495}.security-help .block--circles .cell:nth-child(2){color:#33a3dc}.security-help .block--circles .cell:nth-child(3){color:#82c344}.block--help-intro{background:#eff3f6;padding:3rem 0}.block--help-text{padding:4rem 0 2rem}.content-block{margin:11.1111111111% 1rem}@media print,screen and (min-width:40em){.content-block{margin:6.6666666667% 2rem}}@media print,screen and (min-width:64em){.content-block{margin:11.1111111111%}}@media screen and (min-width:75em){.content-block{margin:6.6666666667% 11.1111111111%}}.caldera-grid .content-block a.btn,.caldera-grid .content-block a.gform_button,.caldera-grid .content-block input.btn,.caldera-grid .content-block input.gform_button,.content-block .btn,.content-block .caldera-grid a.btn,.content-block .caldera-grid a.gform_button,.content-block .caldera-grid input.btn,.content-block .caldera-grid input.gform_button,.content-block .gform_button{margin-block:1rem}@media print,screen and (min-width:64em){.caldera-grid .content-block a.btn,.caldera-grid .content-block a.gform_button,.caldera-grid .content-block input.btn,.caldera-grid .content-block input.gform_button,.content-block .btn,.content-block .caldera-grid a.btn,.content-block .caldera-grid a.gform_button,.content-block .caldera-grid input.btn,.content-block .caldera-grid input.gform_button,.content-block .gform_button{margin-block:2rem 1rem}}.content-block li{line-height:1.8}.content-block--full{margin:5.5555555556% 0}.content-block--seamless{margin:0}.content-block .content-block__text h2,.content-block .content-block__text h3{text-transform:uppercase;line-height:1.2;margin-bottom:.6em}.content-block .content-block__text h4{text-transform:uppercase;color:#33a3dc;font-size:1.25rem}.content-block.content-block--bg-blue{background-color:#33a3dc;color:#fefefe}.content-block.content-block--bg-blue .btn:active,.content-block.content-block--bg-blue .btn:hover,.content-block.content-block--bg-blue .gform_button:active,.content-block.content-block--bg-blue .gform_button:hover{background-color:#fefefe;color:#33a3dc}.content-block.content-block--bg-blue .btn:active:after,.content-block.content-block--bg-blue .btn:hover:after,.content-block.content-block--bg-blue .gform_button:active:after,.content-block.content-block--bg-blue .gform_button:hover:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNiA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAxTDUgNC41TDEgOCIgc3Ryb2tlPSIjMzNBM0RDIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)}.content-block.content-block--bg-purple{background-color:#12214e;color:#fefefe}.content-block.content-block--bg-purple .btn:active,.content-block.content-block--bg-purple .btn:hover,.content-block.content-block--bg-purple .gform_button:active,.content-block.content-block--bg-purple .gform_button:hover{background-color:#fefefe;color:#12214e}.content-block.content-block--bg-purple .btn:active:after,.content-block.content-block--bg-purple .btn:hover:after,.content-block.content-block--bg-purple .gform_button:active:after,.content-block.content-block--bg-purple .gform_button:hover:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNiA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAxTDUgNC41TDEgOCIgc3Ryb2tlPSIjMjUyQTU2IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)}.content-block.content-block--two-columns .content-block__columns{display:grid;grid-template-columns:1fr 1fr;gap:6rem}@media screen and (max-width:74.9375em){.content-block.content-block--two-columns .content-block__columns{gap:3rem}}@media screen and (max-width:63.9375em){.content-block.content-block--two-columns .content-block__columns{grid-template-columns:1fr}}.content-block.content-block--two-columns .content-block__button{text-align:center;margin-top:2rem}@media screen and (max-width:63.9375em){.content-block.content-block--two-columns .content-block__button{text-align:left}}.content-block.content-block--two-columns.content-block--bg-blue,.content-block.content-block--two-columns.content-block--bg-purple{padding:2rem 3rem}@media print,screen and (min-width:64em){.content-block.content-block--two-columns.content-block--bg-blue,.content-block.content-block--two-columns.content-block--bg-purple{padding:4rem 6rem}}@media screen and (min-width:118.75em){.content-block.content-block--two-columns.content-block--bg-blue,.content-block.content-block--two-columns.content-block--bg-purple{padding:7rem 6rem}}.content-block.content-block--text.content-block--align-center{text-align:center;padding-left:16rem;padding-right:16rem}@media screen and (max-width:1400px){.content-block.content-block--text.content-block--align-center{padding-left:8rem;padding-right:8rem}}@media screen and (max-width:992px){.content-block.content-block--text.content-block--align-center{padding-left:0;padding-right:0}}@media screen and (max-width:63.9375em){.content-block.content-block--text.content-block--columns-one{padding:2rem 3rem!important}}.content-block.content-block--text.content-block--bg-blue,.content-block.content-block--text.content-block--bg-purple{padding:4rem 6rem}.content-block.content-block__text{padding:4rem;text-align:center}.content-block.content-block--visual-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0}@media screen and (max-width:63.9375em){.content-block.content-block--visual-text{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.single-tyneso_solution .content-block.content-block--visual-text.block--masked-img .content-block__visual{display:none}}.content-block.content-block--visual-text .content-block__text{-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (max-width:63.9375em){.content-block.content-block--visual-text .content-block__text{margin-top:5.5555555556%}}@media print,screen and (min-width:64em){.content-block.content-block--visual-text .content-block__text{padding-left:3rem}}.content-block.content-block--visual-text .content-block__visual{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:3rem;display:-webkit-box;display:-ms-flexbox;display:flex}.content-block.content-block--visual-text .content-block__visual .responsive-embed{width:100%}@media screen and (max-width:1400px){.content-block.content-block--visual-text .content-block__visual{padding-right:1.5rem}}@media screen and (max-width:1100px){.content-block.content-block--visual-text .content-block__visual{padding-right:0}}.content-block.content-block--visual-text.content-block--visual-text--alt{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width:63.9375em){.content-block.content-block--visual-text.content-block--visual-text--alt{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.content-block.content-block--visual-text.content-block--visual-text--alt .content-block__text{padding-left:0}@media print,screen and (min-width:64em){.content-block.content-block--visual-text.content-block--visual-text--alt .content-block__text{padding-right:3rem}}.content-block.content-block--visual-text.content-block--visual-text--alt .content-block__visual{padding-right:0;padding-left:3rem;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width:1400px){.content-block.content-block--visual-text.content-block--visual-text--alt .content-block__visual{padding-left:1.5rem}}@media screen and (max-width:1100px){.content-block.content-block--visual-text.content-block--visual-text--alt .content-block__visual{padding-left:0}}.content-block.content-block--cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}@media print,screen and (min-width:64em){.content-block.content-block--cta{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.content-block.content-block--cta.content-block--cta--has-border{border:.75rem solid #82c344}.content-block.content-block--cta.content-block--cta--bg{background:#eff3f6}.content-block.content-block--cta .content-block__content{padding:3rem 2rem}@media screen and (max-width:39.9375em){.content-block.content-block--cta .content-block__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media print,screen and (min-width:64em){.content-block.content-block--cta .content-block__content{padding:5rem 2rem 5rem 6rem}}@media screen and (min-width:75em){.content-block.content-block--cta .content-block__content{width:67%}}@media screen and (min-width:118.75em){.content-block.content-block--cta .content-block__content{padding:7rem 6rem}}.content-block.content-block--cta .content-block__info{padding:0;margin:2rem 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;list-style:none;gap:2rem}@media screen and (max-width:39.9375em){.content-block.content-block--cta .content-block__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem}}@media print,screen and (min-width:64em){.content-block.content-block--cta .content-block__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width:75em){.content-block.content-block--cta .content-block__info{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.content-block.content-block--cta .content-block__info li:first-of-type{width:100%}}@media screen and (min-width:1380px){.content-block.content-block--cta .content-block__info{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.content-block.content-block--cta .content-block__info li:first-of-type{width:auto}}.content-block.content-block--cta .content-block__info .btn--blue.gform_button,.content-block.content-block--cta .content-block__info .btn.btn--blue{margin:0}.content-block.content-block--cta .content-block__info h4{font-size:.75rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:.25rem;margin-top:0}.content-block.content-block--cta .content-block__info h4~a{font-weight:700;color:#82c344;text-decoration:underline}.content-block.content-block--cta .content-block__info h4~a:hover{text-decoration:none}.content-block.content-block--cta .content-block__portrait{right:1rem;width:25rem;height:auto;margin-right:2rem}@media print,screen and (min-width:64em){.content-block.content-block--cta .content-block__portrait{position:absolute}}@media screen and (min-width:118.75em){.content-block.content-block--cta .content-block__portrait{width:35rem}}.content-block.content-block--cta.content-block--cta--minimal{background-color:#33a3dc;color:#fefefe}.content-block.content-block--cta.content-block--cta--minimal h2{color:#fefefe}@media screen and (max-width:63.9375em){.content-block.content-block--cta.content-block--cta--minimal h2{text-align:center}}.content-block.content-block--cta.content-block--cta--minimal .content-block__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:10;width:100%}@media print,screen and (min-width:64em){.content-block.content-block--cta.content-block--cta--minimal .content-block__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:5rem 4rem}}@media screen and (min-width:75em){.content-block.content-block--cta.content-block--cta--minimal .content-block__content{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media screen and (min-width:90em){.content-block.content-block--cta.content-block--cta--minimal .content-block__content{padding:5rem 6rem}}@media screen and (min-width:118.75em){.content-block.content-block--cta.content-block--cta--minimal .content-block__content{padding:8rem 7rem}}.content-block.content-block--cta.content-block--cta--minimal .content-block__headings{-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (min-width:75em){.content-block.content-block--cta.content-block--cta--minimal .content-block__headings{width:40%}}@media print,screen and (min-width:64em){.content-block.content-block--cta.content-block--cta--minimal .content-block__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width:90em){.content-block.content-block--cta.content-block--cta--minimal .content-block__info{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.content-block.content-block--cta.content-block--cta--minimal .content-block__info li{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.content-block.content-block--cta.content-block--cta--minimal .content-block__info li:first-of-type{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.content-block.content-block--cta.content-block--cta--minimal .content-block__info li h4{color:#12214e}.content-block.content-block--cta.content-block--cta--minimal .content-block__info li h4~a{color:#fefefe}.content-block.content-block--cta .content-block__intro{margin-top:1.5rem}.content-block.content-block--cta .content-block__background{position:absolute;left:0;top:0;opacity:.1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.content-block.content-block--industries .industries-intro{margin-bottom:2rem}.content-block.content-block--industries .content-block__content{text-align:center;margin:0 auto 3rem}.content-block.content-block--industries.content-block--multiple-industries{margin-bottom:2rem}.content-block--cta.has-border{border:11px solid #82c344}.content-block--cta.has-bgcolor{background-color:#eff3f6}.content-block--cta .cta__inner{padding:5rem 0!important}.content-block--cta.minimal{color:#fefefe;padding:7rem 0;background:#33a3dc url(/wp-content/themes/sage-tyneso/resources/assets/images/cta-solution-bg1.jpg) no-repeat 50%;background-size:cover}@media screen and (max-width:63.9375em){.content-block--cta.minimal{text-align:center}}.content-block--cta.minimal .solution-cta__link{color:#fefefe;border-color:#fefefe}.cta{position:relative;margin:4rem 0}.block--solutions+.cta{margin-top:3rem}.block--text+.cta{margin-top:0}.cta .title{margin-bottom:1rem;font-size:1.25rem}.cta .title.title--simple{font-size:2.1rem}.cta .cta__text{margin-bottom:2rem}.cta--jobs{text-align:center}.cta--jobs .title--alt{color:#82c344}.cta--jobs .block__intro{margin-bottom:3rem}@media screen and (max-width:39.9375em){.cta .grid-x .cell:nth-of-type(2){margin-top:4rem}}.cta.cta--apply{text-align:center}.cta.cta--apply .title{color:#82c344;margin-bottom:1em}.cta--apply__links{margin-top:2em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:74.9375em){.cta--apply__links a.btn,.cta--apply__links a.gform_button{margin-bottom:2rem}}@media print,screen and (min-width:64em){.cta--apply__links{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.cta--apply__links span{margin-left:20px}.caldera-grid .cta--apply__links a.btn,.caldera-grid .cta--apply__links a.gform_button,.caldera-grid .cta--apply__links input.btn,.caldera-grid .cta--apply__links input.gform_button,.cta--apply__links .btn,.cta--apply__links .caldera-grid a.btn,.cta--apply__links .caldera-grid a.gform_button,.cta--apply__links .caldera-grid input.btn,.cta--apply__links .caldera-grid input.gform_button,.cta--apply__links .gform_button{margin-top:0!important}.cta--apply__links a[href*=mailto]{color:#82c344;font-weight:700;text-decoration:none;border-bottom:1px solid #82c344;padding-bottom:3px}.cta.cta--centered-simple{text-align:center}.cta.cta--centered-simple em,.cta.cta--centered-simple i{color:#82c344;font-style:normal}.cta.cta--graphic-left-right{text-align:center;padding:0;margin:0 0 5rem;overflow-x:hidden}@media print,screen and (min-width:64em){.cta.cta--graphic-left-right{margin:4rem 0 5rem}}@media screen and (min-width:75em){.cta.cta--graphic-left-right{margin:7rem 0}}.cta.cta--graphic-left-right .grid-x{position:relative}@media screen and (max-width:74.9375em){.cta.cta--graphic-left-right .grid-x .cell:nth-of-type(2){margin-top:0}}.cta.cta--graphic-left-right .grid-x .cell:first-of-type .cta-graphic-bg{left:0;-webkit-transform:translateX(-2vw);-o-transform:translateX(-2vw);transform:translateX(-2vw)}.cta.cta--graphic-left-right .grid-x .cell:last-of-type .cta-graphic-bg{right:0;-webkit-transform:translateX(2vw);-o-transform:translateX(2vw);transform:translateX(2vw)}.cta-graphic-bg{position:absolute;top:.5rem;width:20%;height:auto}@media print,screen and (min-width:64em){.cta-graphic-bg{position:static;width:100%;height:auto}}.cta.cta--quote-full-width{margin-top:0;margin-bottom:4rem}@media print,screen and (min-width:64em){.cta.cta--quote-full-width{margin-bottom:7rem}}.cta.cta--quote-full-width .cell{position:relative;color:#fff}.cta.cta--quote-full-width .cell:first-of-type{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:3rem;background:#12214e;background:rgba(18,33,78,.9)}@media print,screen and (min-width:64em){.cta.cta--quote-full-width .cell:first-of-type{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;padding:5.375em 7em}}.cta.cta--quote-full-width .cell:nth-of-type(2){background:#82c344;background:rgba(130,195,68,.8)}.quote__text{font-size:1.25rem;line-height:1.375;margin-bottom:1.75rem}.quote__text strong{color:#82c344;font-weight:400}.quote__person{padding-left:.87rem;line-height:1.375;position:relative;text-transform:uppercase}.quote__person:before{content:"";left:0;height:80%;width:1px;background:#a7b7bf;position:absolute;top:50%;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.quote__function{color:#a7b7bf;font-size:.6875rem}.quote__aside{text-align:center;padding:3rem 1rem}@media print,screen and (min-width:64em){.quote__aside{padding:initial;width:70%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}.quote__aside-title{font-size:1.75em;line-height:1;margin-bottom:1em}@media print,screen and (min-width:64em){.block--testimonial{margin-top:3rem;text-align:right}}.block--testimonial .testimonial__inner{padding:3em 0 1em}.testimonial__copy{font-size:1.5em;line-height:1.2}@media screen and (min-width:75em){.testimonial__copy{font-size:2em}}.testimonial__copy em,.testimonial__copy i,.testimonial__copy strong{color:#82c344;font-style:normal;font-weight:400}.testimonial__person{padding-right:1em;border-right:1px solid #cfd6da}.testimonial__function,.testimonial__name{display:block;line-height:1em;text-transform:uppercase}.testimonial__function{color:#a7b7bf;margin-bottom:.6em;font-size:.6875em}.testimonial_name{color:#12214e}@media print,screen and (min-width:64em){.block--testimonial-mirrored{text-align:left}}@media screen and (max-width:63.9375em){.block--testimonial-mirrored .grid-x .cell:first-of-type{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.block--testimonial-mirrored .testimonial__person{padding-left:1em;border-left:1px solid #cfd6da;border-right:none}.block--testimonial.testimonial--dark{background:#eff3f6;padding-top:3rem;margin-top:0}@media print,screen and (min-width:64em){.block--testimonial.testimonial--dark{background:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(20%,transparent),color-stop(20%,#eff3f6));background:-webkit-linear-gradient(transparent,transparent 20%,#eff3f6 0);background:-o-linear-gradient(transparent,transparent 20%,#eff3f6 20%);background:linear-gradient(transparent,transparent 20%,#eff3f6 0)}.block--img-full-width+.block--testimonial.testimonial--dark,.single-case .block--testimonial.testimonial--dark{background:#eff3f6;padding-top:2rem}.single-case .block--testimonial.testimonial--dark{padding-top:0;margin-bottom:0}}.testimonial--img-overflow{padding:0;margin-top:150px}.testimonial--img-overflow .cell{position:relative}.testimonial--img-overflow .testimonial__inner{padding:3em 0}.testimonial--img-overflow img{position:absolute;bottom:0;right:0;width:100%}.cta-solution h4{color:#12214e;text-transform:uppercase;font-size:.75rem}@media screen and (max-width:39.9375em){.cta-solution.no-partners{text-align:center}.cta-solution.no-partners .campaign-text{text-align:center;margin-bottom:2rem}.cta-solution.no-partners .title{margin-bottom:1em}}@media print,screen and (min-width:40em){.cta-solution.no-partners{background:-webkit-gradient(linear,left top,left bottom,from(0),color-stop(transparent),color-stop(50%,transparent),color-stop(50%,#eff3f6)) 50%;background:-webkit-linear-gradient(0,transparent,transparent 50%,#eff3f6 0) 50%;background:-o-linear-gradient(0,transparent,transparent 50%,#eff3f6 50%) 50%;background:linear-gradient(0,transparent,transparent 50%,#eff3f6 0) 50%;margin-top:-2rem}}.cta-solution.no-partners .bg{padding:3rem 0;background:#33a3dc url(/wp-content/themes/sage-tyneso/resources/assets/images/cta-solution-bg1.jpg) no-repeat 50%;background-size:cover}.cta-solution.no-partners .tag{color:#fefefe;font-size:.75rem}.cta-solution.no-partners .btn,.cta-solution.no-partners .gform_button{margin-top:1rem}.cta-solution.no-partners .contact-info p{margin-bottom:2rem}.cta-solution.no-partners .solution-cta__link{color:#fefefe;border-color:#fefefe}@media screen and (max-width:63.9375em){.cta-solution.with-partners>.grid-x{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.cta-solution.with-partners>.grid-x .cell:nth-of-type(2){-ms-flex-item-align:center;align-self:center}}.cta-solution.with-partners .intro-text{margin:2rem 0}.cta-solution.with-partners .contact-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:14rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media print,screen and (min-width:40em){.cta-solution.with-partners .contact-info{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:auto;-webkit-box-align:initial;-ms-flex-align:initial;align-items:normal}}.cta-solution.with-partners .contact-info p{margin-bottom:0}.cta-solution.with-partners .contact-info .solution-cta__link{color:#82c344;font-weight:700;border-color:inherit}:root{--plyr-color-main:#005495}.plyr__control--overlaid{background-color:#33a3dc;border-radius:100%}.btn,.caldera-grid a.btn,.caldera-grid a.gform_button,.caldera-grid input.btn,.caldera-grid input.gform_button,.gform_button{font-size:.8125em;letter-spacing:.115em;padding:1rem 2rem;border-radius:500px;display:inline-block;margin:0 .3125rem .3125rem 0;color:#fefefe;text-transform:uppercase;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;position:relative}.caldera-grid .cta a.btn,.caldera-grid .cta a.gform_button,.caldera-grid .cta input.btn,.caldera-grid .cta input.gform_button,.cta .btn,.cta .caldera-grid a.btn,.cta .caldera-grid a.gform_button,.cta .caldera-grid input.btn,.cta .caldera-grid input.gform_button,.cta .gform_button{margin-top:1rem}.btn:hover,.caldera-grid a.btn:hover,.caldera-grid a.gform_button:hover,.caldera-grid input.btn:hover,.caldera-grid input.gform_button:hover,.gform_button:hover{color:#fefefe}.caldera-grid .title+a.btn,.caldera-grid .title+a.gform_button,.caldera-grid .title+input.btn,.caldera-grid .title+input.gform_button,.title+.btn,.title+.gform_button{margin-top:0}.btn--blue.gform_button,.btn.btn--blue,.caldera-grid a.btn--blue.btn,.caldera-grid a.btn--blue.gform_button,.caldera-grid input.btn--blue.btn,.caldera-grid input.btn--blue.gform_button{background-color:#005495;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAyNSAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi44OTA3IDBDMTkuMjAxNCAyLjI5Nzc3IDIxLjEwNTkgNS4wMDM0NiAyMi40ODczIDhINEMxLjc5MDg2IDggMCA2LjIwOTE0IDAgNEMwIDEuNzkwODYgMS43OTA4NiAwIDQgMEgxNi44OTA3WiIgZmlsbD0iIzgyQzM0NCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyLjkyNDMgMzBDMjEuNjk5MyAzMi45NjI5IDE5Ljk3MTUgMzUuNjY1IDE3Ljg0NzMgMzhINEMxLjc5MDg2IDM4IDAgMzYuMjA5MSAwIDM0QzAgMzEuNzkwOSAxLjc5MDg2IDMwIDQgMzBIMjIuOTI0M1oiIGZpbGw9IiMwMEEyNTkiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNC42MzM2IDE1QzI0Ljg3NDYgMTYuNDY0MyAyNSAxNy45Njc1IDI1IDE5LjVDMjUgMjAuNjg1NyAyNC45MjUgMjEuODUzOSAyNC43Nzk0IDIzSDE4QzE1Ljc5MDkgMjMgMTQgMjEuMjA5MSAxNCAxOUMxNCAxNi43OTA5IDE1Ljc5MDkgMTUgMTggMTVIMjQuNjMzNloiIGZpbGw9IiMzM0EzREMiLz4KPC9zdmc+Cg==);background-position:center right -1px;background-repeat:no-repeat;position:relative;display:inline-block;padding:1.125rem 3.25rem 1.125rem 1.875rem}.btn--blue.gform_button:after,.btn.btn--blue:after{content:"";width:.625rem;height:.625rem;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNiA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAxTDUgNC41TDEgOCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);background-repeat:no-repeat;right:1.3rem;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;position:absolute;top:50%;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.btn--blue.gform_button:before,.btn.btn--blue:before{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);content:"";background:#005495;opacity:.8;-webkit-filter:blur(1.25rem);filter:blur(1.25rem);border-radius:3.125rem;width:90%;height:2rem;z-index:-1}.btn--blue.gform_button:active,.btn--blue.gform_button:focus,.btn--blue.gform_button:hover,.btn.btn--blue:active,.btn.btn--blue:focus,.btn.btn--blue:hover{background-color:#12214e;color:#fff}.btn--blue.gform_button:active:after,.btn--blue.gform_button:focus:after,.btn--blue.gform_button:hover:after,.btn.btn--blue:active:after,.btn.btn--blue:focus:after,.btn.btn--blue:hover:after{right:1rem}.btn--blue.gform_button:active:before,.btn--blue.gform_button:focus:before,.btn--blue.gform_button:hover:before,.btn.btn--blue:active:before,.btn.btn--blue:focus:before,.btn.btn--blue:hover:before{opacity:.9}.btn--security.gform_button,.btn--support.gform_button,.btn.btn--security,.btn.btn--support,.caldera-grid a.btn--security.btn,.caldera-grid a.btn--security.gform_button,.caldera-grid a.btn--support.btn,.caldera-grid a.btn--support.gform_button,.caldera-grid input.btn--security.btn,.caldera-grid input.btn--security.gform_button,.caldera-grid input.btn--support.btn,.caldera-grid input.btn--support.gform_button{border:1px solid #82c344;color:#fefefe;text-transform:uppercase;font-size:.8125em;line-height:1}.btn--security.gform_button:hover,.btn--support.gform_button:hover,.btn.btn--security:hover,.btn.btn--support:hover{background:#82c344}@media screen and (min-width:90em){.btn--support.gform_button,.btn.btn--support,.caldera-grid a.btn--support.btn,.caldera-grid a.btn--support.gform_button,.caldera-grid input.btn--support.btn,.caldera-grid input.btn--support.gform_button{margin-left:1em}}.btn--security.gform_button:after,.btn.btn--security:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNSAxOUM3LjUgMTkgMSAxNi43NTE4IDEgMTEuNjIxNUMxIDguNTk1MSAxIDEgMSAxSDYuODc1MjZIOC4wMTg0MUgxNEMxNCAxIDE0IDguNTk1MSAxNCAxMS42MjE1QzE0IDE2LjczNzQgNy41IDE5IDcuNSAxOVoiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTQgMTNMMjAgMTMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTQgNUwyMCA1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTggOUwxNyA5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==)}.btn--support.btn--support-solid.gform_button,.btn.btn--support.btn--support-solid{background:#82c344}.btn--support.btn--support-solid.gform_button:hover,.btn.btn--support.btn--support-solid:hover{background:#75b43a;border:1px solid #75b43a}.btn-border,.caldera-grid a.btn,.caldera-grid a.gform_button,.caldera-grid input.btn,.caldera-grid input.gform_button,.gform_button{position:relative;padding-right:3.25rem}.btn-border:after,.caldera-grid a.btn:after,.caldera-grid a.gform_button:after,.caldera-grid input.btn:after,.caldera-grid input.gform_button:after,.gform_button:after{content:"";width:.625rem;height:.625rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNiA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAxTDUgNC41TDEgOCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);background-repeat:no-repeat;right:1.3rem;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;position:absolute;top:50%;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.btn-border,.caldera-grid a.btn,.caldera-grid a.gform_button,.caldera-grid input.btn,.caldera-grid input.gform_button,.gform_button{border:1px solid #fefefe;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;color:#fefefe}.btn-border:focus,.btn-border:hover,.caldera-grid a.btn:focus,.caldera-grid a.btn:hover,.caldera-grid a.gform_button:focus,.caldera-grid a.gform_button:hover,.caldera-grid input.btn:focus,.caldera-grid input.btn:hover,.caldera-grid input.gform_button:focus,.caldera-grid input.gform_button:hover,.gform_button:focus,.gform_button:hover{color:#fefefe}.btn-border--blue{border-color:#33a3dc}.btn-border--blue:hover{background:#33a3dc}.btn-border--green{border-color:#82c344}.btn-border--green:hover{background:#82c344}.btn-border--white:hover{border:#fefefe;color:#fefefe}.btn-border--white:hover:hover{background:#fefefe;color:#33a3dc;border:1px solid #fefefe}.btn-border--white:hover:hover:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNiA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAxTDUgNC41TDEgOCIgc3Ryb2tlPSIjMzNBM0RDIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)}.btn.btn--text-blue,.caldera-grid a.btn,.caldera-grid a.gform_button,.caldera-grid input.btn,.caldera-grid input.gform_button,.gform_button{border:1px solid #33a3dc;color:#33a3dc}.btn.btn--text-blue:after,.caldera-grid a.btn:after,.caldera-grid a.gform_button:after,.caldera-grid input.btn:after,.caldera-grid input.gform_button:after,.gform_button:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNiA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAxTDUgNC41TDEgOCIgc3Ryb2tlPSIjMzNBM0RDIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)}.btn.btn--text-blue:focus,.btn.btn--text-blue:hover,.caldera-grid a.btn:focus,.caldera-grid a.btn:hover,.caldera-grid a.gform_button:focus,.caldera-grid a.gform_button:hover,.caldera-grid input.btn:focus,.caldera-grid input.btn:hover,.caldera-grid input.gform_button:focus,.caldera-grid input.gform_button:hover,.gform_button:focus,.gform_button:hover{background:#33a3dc;color:#fefefe}.btn.btn--text-blue:hover:after,.caldera-grid a.btn:hover:after,.caldera-grid input.btn:hover:after,.gform_button:hover:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNiA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAxTDUgNC41TDEgOCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)}.btn-border--deco.gform_button,.btn.btn-border.btn-border--deco,.caldera-grid a.btn-border--deco.gform_button,.caldera-grid a.btn.btn-border--deco,.caldera-grid input.btn-border--deco.gform_button,.caldera-grid input.btn.btn-border--deco{-webkit-transition:all .2s,background-position 0ms;-o-transition:all .2s,background-position 0ms;transition:all .2s,background-position 0ms}.btn-border--deco.gform_button:hover,.btn.btn-border.btn-border--deco:hover,.caldera-grid a.btn.btn-border--deco:hover,.caldera-grid input.btn.btn-border--deco:hover{border-color:#fefefe;background:#fefefe url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAyNSAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi44OTA3IDBDMTkuMjAxNCAyLjI5Nzc3IDIxLjEwNTkgNS4wMDM0NiAyMi40ODczIDhINEMxLjc5MDg2IDggMCA2LjIwOTE0IDAgNEMwIDEuNzkwODYgMS43OTA4NiAwIDQgMEgxNi44OTA3WiIgZmlsbD0iIzgyQzM0NCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyLjkyNDMgMzBDMjEuNjk5MyAzMi45NjI5IDE5Ljk3MTUgMzUuNjY1IDE3Ljg0NzMgMzhINEMxLjc5MDg2IDM4IDAgMzYuMjA5MSAwIDM0QzAgMzEuNzkwOSAxLjc5MDg2IDMwIDQgMzBIMjIuOTI0M1oiIGZpbGw9IiMwMEEyNTkiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNC42MzM2IDE1QzI0Ljg3NDYgMTYuNDY0MyAyNSAxNy45Njc1IDI1IDE5LjVDMjUgMjAuNjg1NyAyNC45MjUgMjEuODUzOSAyNC43Nzk0IDIzSDE4QzE1Ljc5MDkgMjMgMTQgMjEuMjA5MSAxNCAxOUMxNCAxNi43OTA5IDE1Ljc5MDkgMTUgMTggMTVIMjQuNjMzNloiIGZpbGw9IiMzM0EzREMiLz4KPC9zdmc+Cg==);background-position:100%;background-repeat:no-repeat;color:#12214e}.btn-border--deco.gform_button:hover:after,.btn.btn-border.btn-border--deco:hover:after,.caldera-grid a.btn.btn-border--deco:hover:after,.caldera-grid input.btn.btn-border--deco:hover:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNiA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAxTDUgNC41TDEgOCIgc3Ryb2tlPSIjMjUyQTU2IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)}.btn--share{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn--share,.btn--share .btn--share__links{-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.btn--share .btn--share__links{opacity:0;display:none;position:absolute;right:1.25rem}.btn--share.btn--share-is-open{padding-right:5rem}.btn--share.btn--share-is-open .btn--share__links{opacity:1}.btn--share.btn--share-is-open .btn--share__text{margin-right:1.25rem}.btn--share.btn--share-is-open:after{display:none}.btn--share.btn--share-is-open .btn--share__links{display:block}.btn--share.btn--share-is-open .btn--share__links .btn--share__link:first-of-type{margin-right:.75rem}.btn--linkedin{background:#005495;color:#fefefe;padding-right:4rem;position:relative}.btn--linkedin:after{content:"";width:23px;height:23px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjEwNTYgMjMuOTc0NVYxNS42ODI4QzE5LjEwNTYgMTMuNTk0NSAxOC4zOTc2IDEyLjE4MDMgMTYuNjE3NCAxMi4xODAzQzE2LjA1MTYgMTIuMTkyNiAxNS41MDQgMTIuMzgwOSAxNS4wNTEyIDEyLjcxODhDMTQuNTk4NSAxMy4wNTY3IDE0LjI2MzUgMTMuNTI3MiAxNC4wOTMzIDE0LjA2NDNDMTMuOTY1NSAxNC40NzAzIDEzLjkwODIgMTQuODk1MSAxMy45MjM5IDE1LjMyMDNWMjRNOS4wMDkwNSAyNEM5LjAwOTA1IDI0IDkuMDc1NzUgOS45NTkyNyA5LjAwOTA1IDguNTA0MTRIMTMuOTIzOVYxMC42OTk2QzEzLjkyMzkgMTAuNjk5NiAxMy45MjM5IDEwLjczNTMgMTMuODk4MyAxMC43NTU4SDEzLjkyMzlWMTAuNjc0MUMxNC4zNTA2IDkuODc5OTggMTQuOTkxNyA5LjIyMDI0IDE1Ljc3NDggOC43NjkyQzE2LjU1OCA4LjMxODE2IDE3LjQ1MjIgOC4wOTM3NCAxOC4zNTY2IDguMTIxMjJDMjEuNjA0MSA4LjEyMTIyIDI0IDEwLjMzNzEgMjQgMTUuMDk1NlYyMy45Nzk2TTYuMjY0MzEgMjMuOTc5NlY4LjQ3ODYySDEuMzc1MDZWMjMuOTc0NU0zLjgzNzY0IDEuMDAzODRDMy40NzQ5IDAuOTg0NDkgMy4xMTE5OCAxLjAzODM2IDIuNzcwNzEgMS4xNjIyMUMyLjQyOTQzIDEuMjg2MDYgMi4xMTY4NiAxLjQ3NzMzIDEuODUxNzggMS43MjQ1MUMxLjU4NjcxIDEuOTcxNyAxLjM3NDYyIDIuMjY5NjkgMS4yMjgyNyAyLjYwMDU2QzEuMDgxOTIgMi45MzE0NCAxLjAwNDMzIDMuMjg4MzUgMS4wMDAxOCAzLjY0OTg0QzAuOTk2MDIxIDQuMDExMzMgMS4wNjUzOCA0LjM2OTkyIDEuMjA0MDkgNC43MDQwNEMxLjM0MjggNS4wMzgxNiAxLjU0Nzk4IDUuMzQwOSAxLjgwNzMxIDUuNTk0MDVDMi4wNjY2MyA1Ljg0NzIxIDIuMzc0NzIgNi4wNDU1NSAyLjcxMzA2IDYuMTc3MTNDMy4wNTE0IDYuMzA4NzIgMy40MTI5OSA2LjM3MDgzIDMuNzc2MDggNi4zNTk3NEgzLjgwMTczQzQuMTY0NzYgNi4zNzc3NSA0LjUyNzcxIDYuMzIyNDUgNC44Njg3IDYuMTk3MTZDNS4yMDk2OCA2LjA3MTg3IDUuNTIxNjYgNS44NzkxOSA1Ljc4NTg0IDUuNjMwNzNDNi4wNTAwMiA1LjM4MjI3IDYuMjYwOTMgNS4wODMxNiA2LjQwNTg3IDQuNzUxNDJDNi41NTA4MSA0LjQxOTY4IDYuNjI2NzggNC4wNjIxOCA2LjYyOTIxIDMuNzAwNDVDNi42MzE2NCAzLjMzODcyIDYuNTYwNDcgMi45ODAyNCA2LjQxOTk5IDIuNjQ2NjFDNi4yNzk1MSAyLjMxMjk4IDYuMDcyNjIgMi4wMTExIDUuODExOCAxLjc1OTE0QzUuNTUwOTggMS41MDcxOSA1LjI0MTYxIDEuMzEwMzkgNC45MDIzMyAxLjE4MDU4QzQuNTYzMDUgMS4wNTA3OCA0LjIwMDg5IDAuOTkwNjU4IDMuODM3NjQgMS4wMDM4NFoiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);background-size:contain;display:block;position:absolute;right:1.5rem;top:25%}.btn--linkedin:hover{background:#33a3dc}.campaign-posts{background:#12214e;color:#fefefe;padding:6rem 0 5rem;position:relative}.campaign-posts .case-thumbnail{z-index:10;height:18rem}@media screen and (min-width:90em){.campaign-posts .case-thumbnail__title{font-size:1.4rem}}.campaign-posts__header{text-align:center;width:100%;color:#fefefe;margin-bottom:4rem}.campaign-posts__title{margin:0 0 1rem;text-transform:uppercase}.campaign-posts__title strong{color:#82c344}.campaign-posts__text strong{color:#82c344;font-weight:400}.single-campaign-post .block,.single-campaign .block{padding:2rem 0}@media print,screen and (min-width:64em){.header.header--campaign-post{height:39rem}.header.header--campaign-post .hero__copy{padding-top:0}}.single-campaign .block--campaign-intro{margin:2rem 0 0}.single-campaign .block--campaign-intro .title{text-transform:uppercase;text-align:center;margin-bottom:1em;color:#82c344}.single-campaign .cta{padding:2rem 0}.single-campaign .campaign-posts:before{content:"";width:6rem;height:6rem;position:absolute;left:50%;top:-2.3rem;-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI1IiBoZWlnaHQ9IjEyNyIgdmlld0JveD0iMCAwIDEyNSAxMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHg9IjEyNC42MjgiIHdpZHRoPSI0MS4wNTM4IiBoZWlnaHQ9IjE2Ljg2MTQiIHJ4PSI4LjQzMDciIHRyYW5zZm9ybT0icm90YXRlKDkwIDEyNC42MjggMCkiIGZpbGw9IiM4MkMzNDQiLz4KPHJlY3QgeD0iMTI0LjYyOCIgeT0iNTUuMDQxIiB3aWR0aD0iMTYuODYxNCIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCAxMjQuNjI4IDU1LjA0MSkiIGZpbGw9IiMzM0EzREMiLz4KPHJlY3QgeD0iNzEuODQ0NSIgd2lkdGg9IjQzLjk4NjMiIGhlaWdodD0iMTYuODYxNCIgcng9IjguNDMwNyIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNzEuODQ0NSAwKSIgZmlsbD0iIzMzQTNEQyIvPgo8cmVjdCB4PSI3MS44NDQ1IiB5PSI4Mi4xMDc3IiB3aWR0aD0iNDMuOTg2MyIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA3MS44NDQ1IDgyLjEwNzcpIiBmaWxsPSIjMzNBM0RDIi8+CjxyZWN0IHg9IjcxLjg0NDUiIHk9IjU1LjA0MSIgd2lkdGg9IjE2Ljg2MTQiIGhlaWdodD0iMTYuODYxNCIgcng9IjguNDMwNyIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNzEuODQ0NSA1NS4wNDEpIiBmaWxsPSIjMDBBMjU5Ii8+CjxyZWN0IHg9IjgwLjY0MTYiIHk9IjcxLjU1MzMiIHdpZHRoPSI0My4yNTMyIiBoZWlnaHQ9IjE2Ljg2MTQiIHJ4PSI4LjQzMDciIHRyYW5zZm9ybT0icm90YXRlKC05MCA4MC42NDE2IDcxLjU1MzMpIiBmaWxsPSIjMDA1NDk1Ii8+CjxyZWN0IHg9IjgwLjY0MTYiIHk9IjEwMC40MzUiIHdpZHRoPSIxOC4zMjc2IiBoZWlnaHQ9IjE2Ljg2MTQiIHJ4PSI4LjQzMDciIHRyYW5zZm9ybT0icm90YXRlKC05MCA4MC42NDE2IDEwMC40MzUpIiBmaWxsPSIjODJDMzQ0Ii8+CjxyZWN0IHg9IjgwLjY0MTYiIHk9IjE3LjAxMjciIHdpZHRoPSIxNi44NjE0IiBoZWlnaHQ9IjE2Ljg2MTQiIHJ4PSI4LjQzMDciIHRyYW5zZm9ybT0icm90YXRlKC05MCA4MC42NDE2IDE3LjAxMjcpIiBmaWxsPSIjMDBBMjU5Ii8+CjxyZWN0IHdpZHRoPSI0My4yNTMyIiBoZWlnaHQ9IjE2Ljg2MTQiIHJ4PSI4LjQzMDciIHRyYW5zZm9ybT0ibWF0cml4KC00LjM3MTE0ZS0wOCAxIDEgNC4zNzExNGUtMDggMCAwKSIgZmlsbD0iIzgyQzM0NCIvPgo8cmVjdCB3aWR0aD0iMTYuODYxNCIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09Im1hdHJpeCgtNC4zNzExNGUtMDggMSAxIDQuMzcxMTRlLTA4IDAgNTUuMDQxKSIgZmlsbD0iIzMzQTNEQyIvPgo8cmVjdCB3aWR0aD0iNDMuMjUzMiIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09Im1hdHJpeCgtNC4zNzExNGUtMDggLTEgLTEgNC4zNzExNGUtMDggNDMuOTg2MyA3MS41NTMzKSIgZmlsbD0iIzAwNTQ5NSIvPgo8cmVjdCB3aWR0aD0iMTguMzI3NiIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09Im1hdHJpeCgtNC4zNzExNGUtMDggLTEgLTEgNC4zNzExNGUtMDggNDMuOTg2MyAxMDAuNDM1KSIgZmlsbD0iIzgyQzM0NCIvPgo8cmVjdCB3aWR0aD0iMTYuODYxNCIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09Im1hdHJpeCgtNC4zNzExNGUtMDggLTEgLTEgNC4zNzExNGUtMDggNDMuOTg2MyAxNy4wMTI3KSIgZmlsbD0iIzAwQTI1OSIvPgo8L3N2Zz4K) no-repeat 50%;background-size:contain}.single-campaign .footer{margin-top:17em}.campaign-post__content{margin-left:0;background:#fefefe;padding:5rem 5rem 5rem 11.1111%}@media print,screen and (min-width:64em){.campaign-post__content{-webkit-transform:translateY(-7rem);-o-transform:translateY(-7rem);transform:translateY(-7rem);padding-bottom:0}}.campaign-post__content h2{font-size:28px;margin:1.5em 0 .25em;text-transform:uppercase}.campaign-post__content h3{font-size:22px}.campaign-post__content blockquote,.campaign-post__content blockquote p{color:inherit;padding:0;border:none;color:#12214e;margin:2em 0;max-width:480px;font-weight:400;font-size:20px;line-height:24px;letter-spacing:.085em;text-transform:uppercase}.campaign-post__sidebar{background:#eff3f6}.sidebar__title{font-size:1.25rem;line-height:1.5rem;margin-bottom:1rem;text-transform:uppercase}.sidebar__title strong{color:#82c344}.sidebar__section{border-bottom:1px solid #fff;padding:3rem}.sidebar__section:last-of-type{border:none}@media screen and (min-width:90em){.sidebar__section{padding:3rem 10rem 3rem 3rem}}.single-campaign-post .campaign-form__title,.single-campaign-post .gform_wrapper{max-width:480px}.single-campaign-post .campaign-posts{margin-top:0;padding-inline:2rem}.single-campaign-post .campaign-posts__header{text-align:center;width:100%;color:#fefefe;margin-bottom:4rem}.single-campaign-post .campaign-posts__header.align-left{text-align:left}@media screen and (max-width:39.9375em){.single-campaign-post .campaign-posts__header{padding:0 2rem}}.single-campaign-post .campaign-posts .btn-back{margin:2rem auto 0}.single-campaign-post .campaign-post__content .campaign-form__form input[type=checkbox]+.gfield_consent_label:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCA0NiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQ2IiBoZWlnaHQ9IjIxIiByeD0iMTAuNSIgZmlsbD0iI0RGRThFRCIvPgo8Y2lyY2xlIG9wYWNpdHk9IjAuNSIgY3g9IjEwLjUiIGN5PSIxMC41IiByPSIxMC41IiBmaWxsPSIjMzNBM0RDIi8+Cjwvc3ZnPgo=)}.single-campaign-post .campaign-post__content .campaign-form__form input[type=checkbox]:checked+.gfield_consent_label:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCA0NiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQ2IiBoZWlnaHQ9IjIxIiByeD0iMTAuNSIgZmlsbD0iI0RGRThFRCIvPgo8Y2lyY2xlIGN4PSIzNS41IiBjeT0iMTAuNSIgcj0iMTAuNSIgZmlsbD0iIzMzQTNEQyIvPgo8L3N2Zz4K)}.single-campaign-post .campaign-post__content .campaign-form__title{margin-top:3rem;margin-bottom:2rem;color:#12214e;font-size:2.3rem;line-height:2.6rem;font-weight:400;text-transform:uppercase}.single-campaign-post .campaign-post__content .campaign-form__title strong{color:#82c344;font-weight:400}.single-campaign-post .footer{margin-top:16em}.single-campaign-post .case-result__thumbnails{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}@media screen and (min-width:75em){.campaign-forms{background:-webkit-gradient(linear,right top,left top,from(#dfe8ed),color-stop(50%,#dfe8ed),color-stop(50%,#eff3f6));background:-webkit-linear-gradient(right,#dfe8ed,#dfe8ed 50%,#eff3f6 0);background:-o-linear-gradient(right,#dfe8ed,#dfe8ed 50%,#eff3f6 50%);background:linear-gradient(-90deg,#dfe8ed,#dfe8ed 50%,#eff3f6 0);padding-bottom:6rem}}.campaign-forms.only-one-form{background:#eff3f6}.campaign-form{text-align:center;padding:4rem 4rem 8rem}@media screen and (min-width:75em){.campaign-form{padding:4rem 3rem}}.campaign-form:first-of-type{background:#eff3f6}.campaign-form:nth-of-type(2){background:#dfe8ed}.campaign-form__title{font-size:2.2rem;margin-bottom:2rem;text-transform:uppercase}.campaign-form__title strong{color:#82c344}.campaign-form__text{margin-bottom:3rem}.campaign-form__text p{line-height:1.68rem}.campaign-form__form{overflow:auto}.campaign-form__form ul{margin:0}.campaign-form__form .gfield{list-style:none;position:relative;margin-bottom:1.2rem}.campaign-form__form .gfield input,.campaign-form__form .gfield textarea{-webkit-box-shadow:none;box-shadow:none;border-radius:3rem;padding:1.75rem 2rem;outline:none;text-transform:uppercase;color:#33a3dc;display:block}.campaign-form__form .gfield .gfield_label{position:absolute;right:2rem;top:20px;color:#a7b7bf;text-transform:uppercase;font-size:.7rem}.campaign-form__form .gfield.consent{text-align:left;float:left;margin-top:.7rem}.campaign-form__form .gfield.consent input{display:inline-block}.campaign-form__form .gfield.consent .gfield_label{display:none}.campaign-form__form .gform_footer{margin-right:0;float:right}.single-campaign .campaign-form__form .gfield input,.single-campaign .campaign-form__form .gfield textarea{border:none}.campaign-form__form--sidebar input{border-width:0}.campaign-form__form--sidebar input[type=submit]{border-width:1px}.campaign-form__form input[type=checkbox]{opacity:0}input[type=checkbox]+.gfield_consent_label{margin-left:45px}input[type=checkbox]+.gfield_consent_label:before{content:"";width:46px;height:21px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCA0NiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQ2IiBoZWlnaHQ9IjIxIiByeD0iMTAuNSIgZmlsbD0id2hpdGUiLz4KPGNpcmNsZSBvcGFjaXR5PSIwLjUiIGN4PSIxMC41IiBjeT0iMTAuNSIgcj0iMTAuNSIgZmlsbD0iIzMzQTNEQyIvPgo8L3N2Zz4K);background-size:contain;display:block;position:absolute;left:0;-webkit-transition:all .1s;-o-transition:all .1s;transition:all .1s}input[type=checkbox]:checked+.gfield_consent_label:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCA0NiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQ2IiBoZWlnaHQ9IjIxIiByeD0iMTAuNSIgZmlsbD0id2hpdGUiLz4KPGNpcmNsZSBjeD0iMzUuNSIgY3k9IjEwLjUiIHI9IjEwLjUiIGZpbGw9IiMzM0EzREMiLz4KPC9zdmc+Cg==)}.campaign-form__footer{width:100%;text-align:center;margin-top:3rem;display:block}.campaign-form__footer-title{margin-bottom:1.5rem;font-size:1rem}.campaign-form__footer-title strong{color:#82c344}.form--contact{margin:0 auto}.form .form-group,.form .gfield{position:relative;list-style:none;display:block}.form .field_required{display:none}.form .control-label,.form .gfield_label{position:absolute;right:2em;top:50%;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);color:#252a56;text-transform:uppercase;font-size:.6875rem}.form .caldera-grid .help-block{display:none}.form textarea{border-radius:2.5em;height:7rem}.form input[type=email],.form input[type=tel],.form input[type=text],.form textarea{padding:2em;color:#33a3dc;background:transparent;-webkit-box-shadow:none;box-shadow:none;border-color:#252a56}.form input[type=email],.form input[type=tel],.form input[type=text]{text-transform:uppercase;font-size:.8125em;border-radius:3em;margin-bottom:0}.form .caldera-grid .form-group{margin-bottom:1.6875em}.block--contact-form{padding:7rem 0}.block--contact-form--dark{background:#eff3f6}.form .gf-recaptcha-div{display:none!important}.form .form__checkbox{width:100%!important;margin-bottom:5px!important}.form .form__checkbox.gfield_error label{color:red}.form .form__checkbox .gfield_label{display:none}.form .gfield_checkbox{list-style:none;margin-bottom:1em}.form .gfield_checkbox li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form .gfield_checkbox li input{margin-bottom:0;-ms-flex-item-align:start;align-self:flex-start}.form ul{margin:0}.form .gform_wrapper ul.gform_fields{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.form .gform_wrapper ul.gform_fields li.gfield{width:100%;margin-bottom:1.5rem}@media print,screen and (min-width:64em){.form .gform_wrapper ul.gform_fields li.gfield{width:calc(50% - 20px)}}@media print,screen and (min-width:64em){.form .gform_wrapper ul.gform_fields li.gfield.message{width:calc(100% - 20px)}}@media print,screen and (min-width:64em){.form .gform_wrapper ul.gform_fields li.gfield:nth-of-type(odd){margin-right:20px}}.form .gform_wrapper .top_label input.medium,.form .gform_wrapper .top_label select.medium{width:100%}.form .gform_heading{display:none}.form .gform_wrapper input[type=email],.form .gform_wrapper input[type=text]{text-transform:uppercase;font-size:.8125em;border-radius:3em;padding:2em;color:#33a3dc;margin:0}.form input[aria-invalid=true]{border:1px solid #ff7269}.form .validation_error{margin-bottom:2rem;width:100%;text-align:center}.form .validation_message{position:absolute;margin-left:2rem;display:none}.gform_button{margin:0 0 0 auto;background:transparent}.gf-file-upload input{margin-bottom:0;opacity:0;width:40px;margin-left:10px}.gf-file-upload label{display:none}.ginput_container_fileupload{margin-top:2em}.ginput_container_fileupload .gform_drop_instructions{display:inline-block;line-height:40px;vertical-align:top}.ginput_container_fileupload .validation_message{display:block;position:static;list-style:none;margin:.5em 0}.gform_fileupload_rules{font-size:12px}.gform_drop_area{position:relative}.gform_drop_area button{background-color:transparent!important;color:transparent;width:40px;height:40px;margin-left:2rem;text-indent:-9999px;display:inline-block}.gform_drop_area button:after{content:"";width:40px;height:40px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTgiIGhlaWdodD0iNTgiIHZpZXdCb3g9IjAgMCA1OCA1OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC43NSIgeT0iMC43NSIgd2lkdGg9IjU2LjUiIGhlaWdodD0iNTYuNSIgcng9IjI4LjI1IiBzdHJva2U9IiMzM0EzREMiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxyZWN0IHg9IjE4IiB5PSIyOC4wODMzIiB3aWR0aD0iMjIiIGhlaWdodD0iMS44MzMzMyIgcng9IjAuOTE2NjY3IiBmaWxsPSIjMzNBM0RDIi8+CjxyZWN0IHg9IjI4LjA4NCIgeT0iNDAiIHdpZHRoPSIyMiIgaGVpZ2h0PSIxLjgzMzMzIiByeD0iMC45MTY2NjciIHRyYW5zZm9ybT0icm90YXRlKC05MCAyOC4wODQgNDApIiBmaWxsPSIjMzNBM0RDIi8+Cjwvc3ZnPgo=);background-size:cover;display:block;position:absolute;right:0;top:0;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;-o-transition:-o-transform ease-in-out .3s;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out,-o-transform .3s ease-in-out}.gform_drop_area button:hover:after{-webkit-transform:scale(1.3);-o-transform:scale(1.3);transform:scale(1.3)}.ginput_preview{background:inherit}.gform_footer{position:relative;display:inline-block}@media print,screen and (min-width:64em){.gform_footer{margin:0 20px 0 0;float:right}}.gform_footer:after{content:"";width:.625rem;height:.625rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNiA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAxTDUgNC41TDEgOCIgc3Ryb2tlPSIjMzNBM0RDIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);background-repeat:no-repeat;right:1.3rem;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;position:absolute;top:50%;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.gform_footer:focus{outline:none}.gform_footer:focus:after,.gform_footer:hover:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNiA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAxTDUgNC41TDEgOCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)}@media print,screen and (min-width:64em){.single-job .gform_footer{margin:-75px 20px 0 0}}body img.gform_ajax_spinner{display:none!important}.gform_confirmation_wrapper{text-align:center;background:#82c344;padding:3rem;border-radius:1rem;color:#fff}.ginput_preview img{opacity:.3;cursor:pointer}.ginput_preview strong{font-weight:300}@media print,screen and (min-width:64em){.single-job .gform_wrapper ul.gform_fields li.gfield:last-of-type{height:50px}}.gfield_consent_label{font-size:10px;line-height:1.2}.ginput_container_checkbox{display:-webkit-box;display:-ms-flexbox;display:flex}.ginput_container_checkbox label{font-size:12px;line-height:1.2}body.contact #field_1_12,body.contact #field_32_12,body.contact #field_33_12{display:none}.header{position:relative;background:#252a56;padding:7.25rem 2rem 3rem;height:100%}.header .cell p a{color:#82c344;border-color:inherit}.header .cell p a:hover{color:#98dcff;border-color:inherit}@media print,screen and (min-width:64em){.header{min-height:30rem;padding-bottom:0;padding-left:0;padding-right:0}}@media screen and (min-width:118.75em){.header{min-height:35rem}}@media screen and (min-width:150em){.header{min-height:40rem}}.header-home-wrap{background:#252a56}@media screen and (max-width:39.9375em){.header-home-wrap{margin-bottom:8rem}}.header.header--landing{background:rgba(18,33,78,.7)}.header--case{background-color:transparent}.header--case .hero__copy{text-align:left}.header--case .hero__title{font-size:1.5rem;text-transform:none}@media print,screen and (min-width:64em){.header--case .hero__title{font-size:2.5rem}}.header--case .grid-x{position:relative}.header--case .case__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media print,screen and (min-width:64em){.header--case .case__info{position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.header--case .case__info .icon-company{margin-bottom:.5rem}.header--case .case__info .case__info-content{margin-left:0;padding-left:0;position:static}@media print,screen and (min-width:64em){.header--case .case__info .case__info-content{margin-left:20px;padding-left:20px;position:relative}}.header--case .case__info .case__info-content:before{display:none}@media print,screen and (min-width:64em){.header--case .case__info .case__info-content:before{display:block}}.header.header--bg-image{background:transparent}.hero__copy.hero__copy--centered{text-align:center}.header.header--blue{background:#005495}.header.header--green{background:#82c344}.header .grid-x{height:100%;overflow:hidden}.hero__copy{text-align:center}@media print,screen and (min-width:64em){.hero__copy{padding:2em 0;text-align:left}}.hero__title{color:#fefefe;font-size:1.5rem;line-height:1.3;text-transform:uppercase;font-weight:400;margin-bottom:1rem}.hero__title em,.hero__title i,.hero__title strong{color:#82c344;font-style:normal;font-weight:400}@media screen and (min-width:75em){.hero__title{font-size:2.5rem}}.header--solutions .hero__title em,.header--solutions .hero__title i,.header--solutions .hero__title strong{color:#005495;font-style:normal}.hero__text{color:#fefefe}.single-solution .hero__text{padding-bottom:2em}.hero__text em{color:#82c344;font-style:normal}.hero__text strong{font-weight:700}.hero__title.hero__title--small{font-size:2.5em;line-height:1.3}.hero__bg{position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;z-index:-1}.hero__bg-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;font-family:"object-fit: cover; object-position: center center;";width:100%;height:100%}.hero__overlay{position:absolute;top:0;left:0;background:#12214e;height:100%;width:100%;opacity:.75;z-index:-1}.hero__overlay.hero__overlay--green{background:#82c344;opacity:.9}.hero__overlay.hero__overlay--blue{background:#98dcff;opacity:.4}.icon-case{position:absolute;bottom:0;right:11%;width:248px;height:118px}@media print,screen and (min-width:64em){.hero__off-grid{position:absolute;right:0;top:50%;width:55%;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}}.header--security .cell+.cell{text-align:center}@media print,screen and (min-width:64em){.hero__off-grid img{float:right}}.scroll-mouse{margin-top:-3em;position:relative;z-index:100}.scroll-mouse,.scroll-mouse-link{text-align:center;color:#fefefe!important}.scroll-mouse-link{cursor:pointer}.header__scroll{display:inline-block;max-width:1rem;width:100%;height:25px}.header__scroll .scroll{-webkit-animation-name:scroll;-o-animation-name:scroll;animation-name:scroll;-webkit-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-timing-function:cubic-bezier(.65,-.25,.25,1.5);-o-animation-timing-function:cubic-bezier(.65,-.25,.25,1.5);animation-timing-function:cubic-bezier(.65,-.25,.25,1.5);-webkit-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transform-origin:50% 20.5px;-o-transform-origin:50% 20.5px;transform-origin:50% 20.5px;will-change:transform,opacity;opacity:1}.scroll-mouse-text{font-size:.6875rem;display:block;text-transform:uppercase}@-webkit-keyframes scroll{0%,20%{-webkit-transform:translateY(0) scaleY(1);transform:translateY(0) scaleY(1)}45%{opacity:.5}to{-webkit-transform:translateY(7px) scaleY(1);transform:translateY(7px) scaleY(1);opacity:0}}@-o-keyframes scroll{0%,20%{-o-transform:translateY(0) scaleY(1);transform:translateY(0) scaleY(1)}45%{opacity:.5}to{-o-transform:translateY(7px) scaleY(1);transform:translateY(7px) scaleY(1);opacity:0}}@keyframes scroll{0%,20%{-webkit-transform:translateY(0) scaleY(1);-o-transform:translateY(0) scaleY(1);transform:translateY(0) scaleY(1)}45%{opacity:.5}to{-webkit-transform:translateY(7px) scaleY(1);-o-transform:translateY(7px) scaleY(1);transform:translateY(7px) scaleY(1);opacity:0}}.header.header--home{padding-bottom:2rem;height:auto}.header.header--home .grid-x{overflow:visible}.header.header--home .hero__title{margin-bottom:4rem}@media print,screen and (min-width:64em){.header.header--home{padding-bottom:8rem}.header.header--home .grid-x{margin-top:6rem}}.header--home__graphic{padding-right:0}@media screen and (max-width:63.9375em){.header--home__graphic{-webkit-transform:translateX(2rem);-o-transform:translateX(2rem);transform:translateX(2rem);margin:2rem 0 3rem}}.header.header--jobs{overflow:visible;min-height:33rem;height:auto}@media print,screen and (min-width:64em){.header.header--jobs{height:33rem;margin-bottom:3rem}.header.header--jobs:after{content:"";width:20vw;height:20vw;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI1IiBoZWlnaHQ9IjEyNyIgdmlld0JveD0iMCAwIDEyNSAxMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHg9IjEyNC42MjgiIHdpZHRoPSI0MS4wNTM4IiBoZWlnaHQ9IjE2Ljg2MTQiIHJ4PSI4LjQzMDciIHRyYW5zZm9ybT0icm90YXRlKDkwIDEyNC42MjggMCkiIGZpbGw9IiM4MkMzNDQiLz4KPHJlY3QgeD0iMTI0LjYyOCIgeT0iNTUuMDQxIiB3aWR0aD0iMTYuODYxNCIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCAxMjQuNjI4IDU1LjA0MSkiIGZpbGw9IiMzM0EzREMiLz4KPHJlY3QgeD0iNzEuODQ0NSIgd2lkdGg9IjQzLjk4NjMiIGhlaWdodD0iMTYuODYxNCIgcng9IjguNDMwNyIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNzEuODQ0NSAwKSIgZmlsbD0iIzMzQTNEQyIvPgo8cmVjdCB4PSI3MS44NDQ1IiB5PSI4Mi4xMDc3IiB3aWR0aD0iNDMuOTg2MyIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA3MS44NDQ1IDgyLjEwNzcpIiBmaWxsPSIjMzNBM0RDIi8+CjxyZWN0IHg9IjcxLjg0NDUiIHk9IjU1LjA0MSIgd2lkdGg9IjE2Ljg2MTQiIGhlaWdodD0iMTYuODYxNCIgcng9IjguNDMwNyIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNzEuODQ0NSA1NS4wNDEpIiBmaWxsPSIjMDBBMjU5Ii8+CjxyZWN0IHg9IjgwLjY0MTYiIHk9IjcxLjU1MzMiIHdpZHRoPSI0My4yNTMyIiBoZWlnaHQ9IjE2Ljg2MTQiIHJ4PSI4LjQzMDciIHRyYW5zZm9ybT0icm90YXRlKC05MCA4MC42NDE2IDcxLjU1MzMpIiBmaWxsPSIjMDA1NDk1Ii8+CjxyZWN0IHg9IjgwLjY0MTYiIHk9IjEwMC40MzUiIHdpZHRoPSIxOC4zMjc2IiBoZWlnaHQ9IjE2Ljg2MTQiIHJ4PSI4LjQzMDciIHRyYW5zZm9ybT0icm90YXRlKC05MCA4MC42NDE2IDEwMC40MzUpIiBmaWxsPSIjODJDMzQ0Ii8+CjxyZWN0IHg9IjgwLjY0MTYiIHk9IjE3LjAxMjciIHdpZHRoPSIxNi44NjE0IiBoZWlnaHQ9IjE2Ljg2MTQiIHJ4PSI4LjQzMDciIHRyYW5zZm9ybT0icm90YXRlKC05MCA4MC42NDE2IDE3LjAxMjcpIiBmaWxsPSIjMDBBMjU5Ii8+CjxyZWN0IHdpZHRoPSI0My4yNTMyIiBoZWlnaHQ9IjE2Ljg2MTQiIHJ4PSI4LjQzMDciIHRyYW5zZm9ybT0ibWF0cml4KC00LjM3MTE0ZS0wOCAxIDEgNC4zNzExNGUtMDggMCAwKSIgZmlsbD0iIzgyQzM0NCIvPgo8cmVjdCB3aWR0aD0iMTYuODYxNCIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09Im1hdHJpeCgtNC4zNzExNGUtMDggMSAxIDQuMzcxMTRlLTA4IDAgNTUuMDQxKSIgZmlsbD0iIzMzQTNEQyIvPgo8cmVjdCB3aWR0aD0iNDMuMjUzMiIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09Im1hdHJpeCgtNC4zNzExNGUtMDggLTEgLTEgNC4zNzExNGUtMDggNDMuOTg2MyA3MS41NTMzKSIgZmlsbD0iIzAwNTQ5NSIvPgo8cmVjdCB3aWR0aD0iMTguMzI3NiIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09Im1hdHJpeCgtNC4zNzExNGUtMDggLTEgLTEgNC4zNzExNGUtMDggNDMuOTg2MyAxMDAuNDM1KSIgZmlsbD0iIzgyQzM0NCIvPgo8cmVjdCB3aWR0aD0iMTYuODYxNCIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09Im1hdHJpeCgtNC4zNzExNGUtMDggLTEgLTEgNC4zNzExNGUtMDggNDMuOTg2MyAxNy4wMTI3KSIgZmlsbD0iIzAwQTI1OSIvPgo8L3N2Zz4K);background-size:contain;background-repeat:no-repeat;position:absolute;right:10%;bottom:-5.5vw}}.header.header--job{background:#005495;min-height:42rem;padding-bottom:3rem}.hero__subtitle{text-transform:uppercase;color:#82c344}.header--flat{padding-bottom:0}.header--flat p a{color:#82c344;border-color:#82c344}.header--solutions,.header--support{text-align:center}@media screen and (max-width:63.9375em){.header--solutions .cell img,.header--support .cell img{width:30%}.header--solutions .grid-x,.header--support .grid-x{-ms-flex-line-pack:center;align-content:center}.header--solutions .grid-x .cell:first-of-type,.header--support .grid-x .cell:first-of-type{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:2rem}}.header.header--contact .hero__copy{text-align:center}@media print,screen and (min-width:64em){.header.header--contact{height:33rem}.header.header--contact .hero__copy{text-align:left}}@media screen and (max-width:74.9375em){.template-about-us .header{padding-bottom:3rem}.template-about-us .header img.float-right{display:none}}.header--campaign{text-align:center;min-height:30rem}.header--campaign .hero__copy{width:100%}.header--campaign .hero__top{color:#fefefe;opacity:.6}.header--campaign .hero__title{font-size:2.5rem}.header--campaign .hero__title strong{color:#82c344;font-weight:400}.header--campaign-post .hero__top{color:#82c344;text-transform:uppercase}.archive-solution-data .hero__image img{width:60%}@media screen and (max-width:63.9375em){.archive-solution-data .hero__image img{width:30%;margin-bottom:2rem}}.single-solution .header.header--bg-image{padding-bottom:1rem}@media screen and (max-width:63.9375em){.single-solution .hero__icon{display:none!important}}.single-solution .hero__text em{color:#33a3dc}.industries-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 1rem}.industries-grid>div{-ms-flex-preferred-size:100%;flex-basis:100%;padding-left:.625rem;padding-right:.625rem;margin-bottom:1.2rem;overflow:hidden}@media print,screen and (min-width:40em){.industries-grid>div{-ms-flex-preferred-size:50%;flex-basis:50%}}@media print,screen and (min-width:64em){.industries-grid>div{-ms-flex-preferred-size:25%;flex-basis:25%}}.industry-card{position:relative;height:100%;min-height:15rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:2rem;-webkit-box-shadow:none;box-shadow:none;background-color:rgba(0,84,149,.8);text-transform:none}@media print,screen and (min-width:40em){.industry-card{min-height:20rem}}@media print,screen and (min-width:64em){.industry-card{aspect-ratio:5/7}}.industry-card .industry-card__icon{width:5rem;height:auto;margin-left:auto}.industry-card .industry-card__title{font-size:1.5rem;color:#fefefe;text-transform:uppercase;margin-top:auto;margin-bottom:auto}.industry-card .industry-card__title a{color:#fefefe;text-decoration:none}.industry-card .industry-card__subtitle{text-transform:uppercase;font-size:.875rem;letter-spacing:1px}.industry-card .industry-card__summary{display:none}.industry-card .industry-card__background{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:-1}.industry-card.industry-card--alt{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;min-height:auto;aspect-ratio:auto;padding:3rem 4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:74.9375em){.industry-card.industry-card--alt{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media print,screen and (min-width:64em){.industry-card.industry-card--alt{padding:5rem 7rem}}.industry-card.industry-card--alt .case-thumbnail__readmore{position:relative;white-space:nowrap;bottom:0;right:0}.industry-card.industry-card--alt .case-thumbnail__readmore .case-thumbnail__readmore-icon{-ms-flex-negative:0;flex-shrink:0}.industry-card.industry-card--alt .industry-card__title{font-size:1.5rem}.industry-card.industry-card--alt .industry-card__subtitle{display:none}.industry-card.industry-card--alt .industry-card__summary{display:block}.newsletter-modal{background:#12214e;color:#fff;border:none;padding:3rem;height:80vh;position:relative;outline:none}.newsletter-modal .validation_error{margin-bottom:1rem}.newsletter-modal .close-button{right:2rem;top:2rem;text-transform:uppercase}.newsletter-modal .validation_error,.newsletter-modal .validation_message{font-size:.7rem;opacity:.6}.newsletter-modal .close-button{color:#fefefe;font-size:.7rem}.newsletter-modal__inner{position:absolute;width:70%;min-width:320px;padding:1rem;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block;text-align:center}.newsletter-modal__graphic{width:3rem;height:3rem}.newsletter-modal__form{overflow:auto}.newsletter-modal__form ul{margin:0}.newsletter-modal__form .gfield{list-style:none;position:relative}@media print,screen and (min-width:64em){.newsletter-modal__form .gfield{display:inline-block;width:46%;margin:0 1% 1.2rem}}.newsletter-modal__form .gfield input,.newsletter-modal__form .gfield textarea{-webkit-box-shadow:none;box-shadow:none;border-radius:3rem;padding:2rem;outline:none;text-transform:uppercase;color:#33a3dc;display:block;border:1px solid #a7b7bf}.newsletter-modal__form .gfield .gfield_label{position:absolute;right:2rem;top:20px;color:#a7b7bf}.newsletter-modal__form .gfield.consent{text-align:left;float:left;margin-left:30%}.newsletter-modal__form .gfield.consent input{display:inline-block}.newsletter-modal__form .gfield.consent .gfield_label{display:none}.newsletter-modal__form .gfield_consent_label{color:#fefefe}.newsletter-modal__form .gform_footer{margin-right:3%;float:right}.newsletter-modal__form .gform_wrapper{width:100%;max-width:none}.solution-card{position:relative;height:100%;min-height:15rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:2rem;-webkit-box-shadow:none;box-shadow:none;text-transform:none;text-align:left;-webkit-transition:background .2s ease-in-out;-o-transition:background .2s ease-in-out;transition:background .2s ease-in-out}@media print,screen and (min-width:40em){.solution-card{min-height:20rem}}@media print,screen and (min-width:64em){.solution-card{aspect-ratio:5/7}}.solution-card .solution-card__icon{width:5rem;height:auto;margin-left:auto}.solution-card .solution-card__title{font-size:1.2rem;color:#fefefe;text-transform:uppercase;margin-top:auto;margin-bottom:2.5rem}.solution-card .solution-card__title a{color:#fefefe;text-decoration:none}@media screen and (min-width:118.75em){.solution-card .solution-card__title{font-size:1.5rem}}@media screen and (min-width:150em){.solution-card .solution-card__title{font-size:2rem}}.solution-card .solution-card__summary{display:none}.solution-card .solution-card__background{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:-1}.solution-card.solution-card--dark{background-color:rgba(18,33,78,.8)}.solution-card.solution-card--dark:hover{background-color:rgba(18,33,78,.9)}.solution-card.solution-card--dark .solution-card__summary strong{color:#82c344}.solution-card.solution-card--blue{background-color:rgba(51,163,220,.8)}.solution-card.solution-card--blue:hover{background-color:rgba(51,163,220,.9)}.solution-card.solution-card--blue-dark{background-color:rgba(0,84,149,.8)}.solution-card.solution-card--blue-dark:hover{background-color:rgba(0,84,149,.9)}.solution-card.solution-card--blue-dark .solution-card__summary strong{color:#82c344}.solution-card.solution-card--green{background-color:rgba(130,195,68,.8)}.solution-card.solution-card--green:hover{background-color:rgba(130,195,68,.9)}.solution-card.solution-card--alt,.solutions-grid>div:nth-of-type(5) .solution-card{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;min-height:auto;aspect-ratio:auto;padding:3rem 4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10rem 2rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:63.9375em){.solution-card.solution-card--alt,.solutions-grid>div:nth-of-type(5) .solution-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}}.solution-card.solution-card--alt .case-thumbnail__readmore,.solutions-grid>div:nth-of-type(5) .solution-card .case-thumbnail__readmore{position:relative;white-space:nowrap;bottom:0;right:0}.solution-card.solution-card--alt .case-thumbnail__readmore .case-thumbnail__readmore-icon,.solutions-grid>div:nth-of-type(5) .solution-card .case-thumbnail__readmore .case-thumbnail__readmore-icon{-ms-flex-negative:0;flex-shrink:0}.solution-card.solution-card--alt .solution-card__title,.solutions-grid>div:nth-of-type(5) .solution-card .solution-card__title{font-size:1.5rem;margin-top:0;margin-bottom:0}@media screen and (max-width:63.9375em){.solution-card.solution-card--alt .solution-card__title,.solutions-grid>div:nth-of-type(5) .solution-card .solution-card__title{margin:0}}.solution-card.solution-card--alt .solution-card__icon,.solutions-grid>div:nth-of-type(5) .solution-card .solution-card__icon{margin-left:0}.solution-card.solution-card--alt .solution-card__summary,.solutions-grid>div:nth-of-type(5) .solution-card .solution-card__summary{display:block}.solution-card.solution-card--alt .solution-card__summary p,.solutions-grid>div:nth-of-type(5) .solution-card .solution-card__summary p{margin:0}@media print,screen and (min-width:64em){.home .solution-card.solution-card--alt,.home .solutions-grid>div:nth-of-type(5) .solution-card,.solutions-grid>div:nth-of-type(5) .home .solution-card{padding-block:4rem}}.solutions-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:3rem -1rem -2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:90em){.solutions-grid{max-width:1600px;margin-inline:auto}}.solutions-grid>div{-ms-flex-preferred-size:100%;flex-basis:100%;padding-left:.625rem;padding-right:.625rem;margin-bottom:1.2rem;overflow:hidden}@media print,screen and (min-width:40em){.solutions-grid>div{-ms-flex-preferred-size:50%;flex-basis:50%}}@media print,screen and (min-width:64em){.solutions-grid>div{-ms-flex-preferred-size:25%;flex-basis:25%}}.solutions-grid>div:nth-of-type(5){-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;max-width:none}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.subheader{position:relative;background:#252a56;z-index:50;text-align:center;margin:0;padding:4.5rem 0 7rem}@media print,screen and (min-width:64em){.subheader{padding:4.5rem 0 7rem}}.subheader__title{font-size:1.25rem;color:#82c344;margin-bottom:1.5rem}@media print,screen and (min-width:64em){.subheader__title{font-size:1.75rem}}.subheader__text{color:#fefefe}.subheader__graphic{position:absolute}.subheader__graphic-1{width:15vw;height:auto;left:50%;-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);bottom:-15%}@media print,screen and (min-width:40em){.subheader__graphic-1{visibility:hidden;width:14vw;bottom:-25%}}@media print,screen and (min-width:64em){.subheader__graphic-1{visibility:visible;width:20vw;left:9vw;top:-25%}}.subheader__graphic-2{display:none}@media print,screen and (min-width:64em){.subheader__graphic-2{display:block;width:20vw;right:0;-webkit-transform:translateY(-12%);-o-transform:translateY(-12%);transform:translateY(-12%)}}.alignnone{margin-left:0;margin-right:0;max-width:100%;height:auto}.aligncenter{display:block;height:auto;margin:.625rem auto}@media print,screen and (min-width:40em){.aligncenter{margin:.625rem auto}}.alignleft,.alignright{height:auto;margin-bottom:.625rem}@media print,screen and (min-width:40em){.alignleft,.alignright{margin-bottom:.625rem}}@media print,screen and (min-width:40em){.alignleft{float:left;margin-right:.625rem}.alignright{float:right;margin-left:.625rem}}.single-case .block--masked-img,.single-case .block--masked-img-right,.single-case .block.block--text,.template-custom-layout .block--masked-img,.template-custom-layout .block--masked-img-right,.template-custom-layout .block.block--text{padding:4rem 0}.single-case .block--testimonial,.template-custom-layout .block--testimonial{margin:4rem 0}.single-case .block--img-full-width+.block--testimonial,.template-custom-layout .block--img-full-width+.block--testimonial{margin:0}.single-case .block.block--text.block--bg-blue,.template-custom-layout .block.block--text.block--bg-blue{margin:-2rem 0}@media screen and (max-width:39.9375em){.block--testimonial{margin-bottom:0}.block.block--text.block--bg-blue{padding:4rem 1rem}.single-case .block--masked-img{padding:2rem 0}}.home .block.block--img-text{padding-bottom:0}.home .block--img-text .grid-x .cell:first-of-type{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media print,screen and (min-width:64em){.home .block--img-text .grid-x .cell:first-of-type{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media screen and (max-width:39.9375em){.home .block--text-img .grid-x .cell:nth-of-type(2){display:none!important}}@media print,screen and (min-width:64em){.block.why-main{padding:8em 0}.block.why-main .grid-x .cell:nth-of-type(2){position:relative}.block.why-main .grid-x .cell:nth-of-type(2):after{content:"";position:absolute;right:0;top:-80px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI1IiBoZWlnaHQ9IjEyNyIgdmlld0JveD0iMCAwIDEyNSAxMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHg9IjEyNC42MjgiIHdpZHRoPSI0MS4wNTM4IiBoZWlnaHQ9IjE2Ljg2MTQiIHJ4PSI4LjQzMDciIHRyYW5zZm9ybT0icm90YXRlKDkwIDEyNC42MjggMCkiIGZpbGw9IiM4MkMzNDQiLz4KPHJlY3QgeD0iMTI0LjYyOCIgeT0iNTUuMDQxIiB3aWR0aD0iMTYuODYxNCIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCAxMjQuNjI4IDU1LjA0MSkiIGZpbGw9IiMzM0EzREMiLz4KPHJlY3QgeD0iNzEuODQ0NSIgd2lkdGg9IjQzLjk4NjMiIGhlaWdodD0iMTYuODYxNCIgcng9IjguNDMwNyIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNzEuODQ0NSAwKSIgZmlsbD0iIzMzQTNEQyIvPgo8cmVjdCB4PSI3MS44NDQ1IiB5PSI4Mi4xMDc3IiB3aWR0aD0iNDMuOTg2MyIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA3MS44NDQ1IDgyLjEwNzcpIiBmaWxsPSIjMzNBM0RDIi8+CjxyZWN0IHg9IjcxLjg0NDUiIHk9IjU1LjA0MSIgd2lkdGg9IjE2Ljg2MTQiIGhlaWdodD0iMTYuODYxNCIgcng9IjguNDMwNyIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNzEuODQ0NSA1NS4wNDEpIiBmaWxsPSIjMDBBMjU5Ii8+CjxyZWN0IHg9IjgwLjY0MTYiIHk9IjcxLjU1MzMiIHdpZHRoPSI0My4yNTMyIiBoZWlnaHQ9IjE2Ljg2MTQiIHJ4PSI4LjQzMDciIHRyYW5zZm9ybT0icm90YXRlKC05MCA4MC42NDE2IDcxLjU1MzMpIiBmaWxsPSIjMDA1NDk1Ii8+CjxyZWN0IHg9IjgwLjY0MTYiIHk9IjEwMC40MzUiIHdpZHRoPSIxOC4zMjc2IiBoZWlnaHQ9IjE2Ljg2MTQiIHJ4PSI4LjQzMDciIHRyYW5zZm9ybT0icm90YXRlKC05MCA4MC42NDE2IDEwMC40MzUpIiBmaWxsPSIjODJDMzQ0Ii8+CjxyZWN0IHg9IjgwLjY0MTYiIHk9IjE3LjAxMjciIHdpZHRoPSIxNi44NjE0IiBoZWlnaHQ9IjE2Ljg2MTQiIHJ4PSI4LjQzMDciIHRyYW5zZm9ybT0icm90YXRlKC05MCA4MC42NDE2IDE3LjAxMjcpIiBmaWxsPSIjMDBBMjU5Ii8+CjxyZWN0IHdpZHRoPSI0My4yNTMyIiBoZWlnaHQ9IjE2Ljg2MTQiIHJ4PSI4LjQzMDciIHRyYW5zZm9ybT0ibWF0cml4KC00LjM3MTE0ZS0wOCAxIDEgNC4zNzExNGUtMDggMCAwKSIgZmlsbD0iIzgyQzM0NCIvPgo8cmVjdCB3aWR0aD0iMTYuODYxNCIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09Im1hdHJpeCgtNC4zNzExNGUtMDggMSAxIDQuMzcxMTRlLTA4IDAgNTUuMDQxKSIgZmlsbD0iIzMzQTNEQyIvPgo8cmVjdCB3aWR0aD0iNDMuMjUzMiIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09Im1hdHJpeCgtNC4zNzExNGUtMDggLTEgLTEgNC4zNzExNGUtMDggNDMuOTg2MyA3MS41NTMzKSIgZmlsbD0iIzAwNTQ5NSIvPgo8cmVjdCB3aWR0aD0iMTguMzI3NiIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09Im1hdHJpeCgtNC4zNzExNGUtMDggLTEgLTEgNC4zNzExNGUtMDggNDMuOTg2MyAxMDAuNDM1KSIgZmlsbD0iIzgyQzM0NCIvPgo8cmVjdCB3aWR0aD0iMTYuODYxNCIgaGVpZ2h0PSIxNi44NjE0IiByeD0iOC40MzA3IiB0cmFuc2Zvcm09Im1hdHJpeCgtNC4zNzExNGUtMDggLTEgLTEgNC4zNzExNGUtMDggNDMuOTg2MyAxNy4wMTI3KSIgZmlsbD0iIzAwQTI1OSIvPgo8L3N2Zz4K);background-size:contain;background-repeat:no-repeat;width:74px;height:74px}}.single-solution .hero__icon{-webkit-transform:translateY(-2rem);-o-transform:translateY(-2rem);transform:translateY(-2rem)}.single-solution .section--solution-grey{background-color:#eff3f6}.single-solution .section--solution .block{padding:0}.single-solution .block.block--text-img .grid-x{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.single-solution .block.block--text-img .block__copy{text-align:left;margin:0}.section--solution{padding:5rem 0 0}@media print,screen and (min-width:64em){.section--solution{padding:5rem 0 4rem}}.section--solution .title--xlarge{margin-bottom:2rem}.section--solution li{padding-bottom:1em}.section--solution .section__title-byline{font-size:.6875rem;color:#a7b7bf;padding:0 0 2em;text-transform:uppercase}@media screen and (max-width:39.9375em){.section--solution .block--text,.section--solution .block--text-img,.section--solution .section__title-byline{text-align:center}.section--solution .block--text-img ul,.section--solution .block--text ul,.section--solution .section__title-byline ul{display:inline-block;margin:auto;text-align:left}}@media print,screen and (min-width:40em){.section--solution .block--text-img{text-align:left}}.section--solution .block--text{margin:3rem 0}@media screen and (max-width:63.9375em){.section--solution .block--text .cell{margin-bottom:2.5rem}.section--solution .block--text .cell>:last-child(){margin-bottom:0}}.section--solution .block--text h2,.section--solution .block--text h3{color:#33a3dc;font-size:1.5rem;line-height:1.2;text-transform:uppercase;margin-bottom:1.5rem}.section--solution .block--text *+h2,.section--solution .block--text *+h3{margin-top:2.5rem}.block--other-solutions{text-align:center;position:relative;padding:4.5rem 0 6rem;margin-top:3rem}@media screen and (min-width:75em){.cta-solution.no-partners+.block--other-solutions{padding-top:2.5rem}}.post-type-archive-tyneso_solution .hero__image img,.single-tyneso_solution .hero__image img{max-width:200px}@media print,screen and (min-width:64em){.post-type-archive-tyneso_solution .hero__image img,.single-tyneso_solution .hero__image img{width:57%;max-width:none}}@media screen and (min-width:75em){.single-industry .hero__title{font-size:3.5rem}}.single-industry .hero__image img{max-width:300px}.footer{position:relative;margin-top:10em;background:#eff3f6;padding:3.75em 0 3rem;color:#12214e}.custom-layout .footer{margin-top:13em}@media print,screen and (min-width:64em){.footer{padding:3.75em 0}}.footer .cell{position:relative}.footer .footer-cell--alt{color:#005495}.footer .contact-link{color:#12214e}.footer address{font-style:normal}.footer__title{text-transform:uppercase;font-size:.9375em;padding-bottom:1rem}.footer__logo{position:absolute;top:-11em;left:53%;-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}@media print,screen and (min-width:64em){.footer__logo{left:0;-webkit-transform:none;-o-transform:none;transform:none}}.footer__graphic{position:absolute;top:-10em;right:25%;width:50%}@media print,screen and (min-width:64em){.footer__contact{text-align:left;margin-top:0;width:auto}}.footer__address,.footer__contact,.footer__iso,.footer__newsletter,.footer__social{text-align:center;margin-bottom:2rem;width:100%}@media print,screen and (min-width:64em){.footer__address,.footer__contact,.footer__iso,.footer__newsletter,.footer__social{text-align:left;margin-bottom:0;width:auto}}.footer__newsletter .footer__title{color:#33a3dc}.footer .social-btn{display:none}.social-btn,.social-btn svg{display:inline-block}.social-btn path{stroke:rgba(18,33,78,.5)}.social-btn:hover #social-linkedin .circle{fill:#005495;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.social-btn:hover #social-linkedin .icon{stroke:#fefefe}.social-btn:hover #social-twitter .circle{fill:#33a3dc;stroke:#33a3dc}.social-btn:hover #social-twitter .icon{stroke:#fefefe}.footer-iso-img{position:relative;top:-1rem}.subfooter{padding:2rem 0;text-align:center}@media print,screen and (min-width:64em){.subfooter{text-align:left;padding:3rem 0}.subfooter .disclaimer-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.subfooter .grid-x .cell:first-of-type{display:none}@media print,screen and (min-width:64em){.subfooter .grid-x .cell:first-of-type{display:block}}.subfooter a{font-size:.875rem;color:#a7b7bf;margin:0 .3rem;border-bottom:1px solid transparent;-webkit-transition:all .35s;-o-transition:all .35s;transition:all .35s}@media print,screen and (min-width:64em){.subfooter a{margin:0 .5rem}}.subfooter a:hover{color:#a7b7bf;border-bottom:1px solid #a7b7bf}.cloudtango-widget{max-width:230px;margin-top:3rem}@media screen and (max-width:63.9375em){.cloudtango-widget{margin:1rem auto}}.modal{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif}.modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal__container{background-color:#fff;padding:30px;max-width:500px;max-height:100vh;border-radius:4px;overflow-y:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal__title{margin-top:0;margin-bottom:0;font-weight:600;font-size:1.25rem;line-height:1.25;color:#00449e;-webkit-box-sizing:border-box;box-sizing:border-box}.modal__close{background:transparent;border:0}.modal__header .modal__close:before{content:"\2715"}.modal__content{margin-top:2rem;margin-bottom:2rem;line-height:1.5;color:rgba(0,0,0,.8)}.modal__btn{font-size:.875rem;padding:.5rem 1rem;background-color:#e6e6e6;color:rgba(0,0,0,.8);border-radius:.25rem;border-style:none;border-width:0;cursor:pointer;-webkit-appearance:button;text-transform:none;overflow:visible;line-height:1.15;margin:0;will-change:transform;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-out;-webkit-transition:-webkit-transform .25s ease-out;-o-transition:-o-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out,-o-transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.modal__btn:focus,.modal__btn:hover{-webkit-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}.modal__btn-primary{background-color:#00449e;color:#fff}@-webkit-keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@-o-keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@-o-keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes mmslideIn{0%{-webkit-transform:translateY(15%);transform:translateY(15%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-o-keyframes mmslideIn{0%{-o-transform:translateY(15%);transform:translateY(15%)}to{-o-transform:translateY(0);transform:translateY(0)}}@keyframes mmslideIn{0%{-webkit-transform:translateY(15%);-o-transform:translateY(15%);transform:translateY(15%)}to{-webkit-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes mmslideOut{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-10%);transform:translateY(-10%)}}@-o-keyframes mmslideOut{0%{-o-transform:translateY(0);transform:translateY(0)}to{-o-transform:translateY(-10%);transform:translateY(-10%)}}@keyframes mmslideOut{0%{-webkit-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-10%);-o-transform:translateY(-10%);transform:translateY(-10%)}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden=false] .modal__overlay{-webkit-animation:mmfadeIn .3s cubic-bezier(0,0,.2,1);-o-animation:mmfadeIn .3s cubic-bezier(0,0,.2,1);animation:mmfadeIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=false] .modal__container{-webkit-animation:mmslideIn .3s cubic-bezier(0,0,.2,1);-o-animation:mmslideIn .3s cubic-bezier(0,0,.2,1);animation:mmslideIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__overlay{-webkit-animation:mmfadeOut .3s cubic-bezier(0,0,.2,1);-o-animation:mmfadeOut .3s cubic-bezier(0,0,.2,1);animation:mmfadeOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal__container{-webkit-animation:mmslideOut .3s cubic-bezier(0,0,.2,1);-o-animation:mmslideOut .3s cubic-bezier(0,0,.2,1);animation:mmslideOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}.navigation-wrap{position:fixed;background:#252a56;top:0;left:0;right:0;z-index:500}@media print,screen and (min-width:64em){.navigation-wrap{position:absolute;background:transparent;left:3%;right:3%}}@media screen and (min-width:75em){.navigation-wrap{left:11.1111%;right:5.5%}}.navigation-container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;justify-items:center;padding:1.2rem 0 1.5rem;-webkit-box-align:space-between;-ms-flex-align:space-between;align-items:space-between}@media print,screen and (min-width:64em){.navigation-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:3.2rem 0 1.5rem}}.navigation__contact-link{position:absolute;bottom:10px;left:50%;-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);color:#fff;text-transform:uppercase;display:none;font-size:.6em}@media print,screen and (min-width:64em){.navigation__contact-link{display:none}}.navigation-container.is-open{background:#005495;padding-bottom:100px;height:100vh}.navigation-container.is-open .navigation{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto}.navigation-container.is-open .brand-text{display:block;padding-top:5px}.navigation-container.is-open .header__contact{display:block}.navigation-container.is-open .btn--support{margin-top:1em}.brand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media print,screen and (min-width:64em){.brand{margin-right:auto}}.brand-image{display:block;height:36px;width:36px;margin-right:35px;margin-left:2rem}@media screen and (min-width:0){.brand-image{top:-7px}}@media print,screen and (min-width:64em){.brand-image{display:none}}@media screen and (min-width:75em){.brand-image{display:block;position:absolute;left:-55px;margin-left:0}}@media screen and (min-width:90em){.brand-image{position:absolute;left:-65px}}.brand-text{display:none;height:23px;width:183px;margin-right:25px;margin-left:20px;display:block;-ms-flex-preferred-size:120px;flex-basis:120px}@media print,screen and (min-width:64em){.brand-text{margin-right:35px;margin-left:0;-ms-flex-preferred-size:150px;flex-basis:150px}}.navigation{display:none;height:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:height .2s;-o-transition:height .2s;transition:height .2s;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-item-align:center;align-self:center}@media print,screen and (min-width:64em){.navigation{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.menu-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style:none;padding:0;margin:40px 0 0}@media print,screen and (min-width:64em){.menu-items{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;text-align:left;margin-top:0}}@media screen and (max-width:39.9375em){.menu-item{letter-spacing:.12em}}@media screen and (min-width:91.25em){.menu-item{margin-right:5px}}.menu-item.active a:after{width:calc(100% - 30px);-webkit-transform:translateY(-3px);-o-transform:translateY(-3px);transform:translateY(-3px)}.menu-item.active a:before{display:none}.menu-item a{padding:12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#fff;text-transform:uppercase;position:relative;display:block;font-size:.8em;white-space:nowrap}@media print,screen and (min-width:64em){.menu-item a{width:auto}}@media screen and (min-width:75em){.menu-item a{letter-spacing:.1em}}@media screen and (min-width:90em){.menu-item a{letter-spacing:.12em;font-size:.93em}}@media screen and (min-width:118.75em){.menu-item a{padding:15px}}.menu-item a:after,.menu-item a:before{content:"";position:absolute;left:15px;bottom:10px;width:0;height:1px;background:#fff;-webkit-transition:all .6s cubic-bezier(.215,.61,.355,1);-o-transition:all .6s cubic-bezier(.215,.61,.355,1);transition:all .6s cubic-bezier(.215,.61,.355,1)}.menu-item a:before{left:15px}.menu-item a:hover:before{width:calc(100% - 30px)}.menu-item-has-children,.pll-parent-menu-item{position:relative}.menu-item-has-children>a,.pll-parent-menu-item>a{padding-right:20px;margin-right:15px;background:url(/wp-content/themes/sage-tyneso/resources/assets/images/svg/arrow-down.svg) no-repeat 100% 46%}.menu-item-has-children>a:before,.pll-parent-menu-item>a:before{display:none!important}.sub-menu{display:grid;grid-auto-rows:0fr;margin-left:15px;list-style:none;background:#12214e;background:rgba(18,33,78,.8)}@media screen and (max-width:39.9375em){.sub-menu{margin-left:0}}@media print,screen and (min-width:64em){.sub-menu{position:absolute}}.sub-menu>li{overflow:hidden}.menu-item-has-children:hover .sub-menu>li{overflow:visible}@media screen and (max-width:63.9375em){.menu-item-has-children.open .sub-menu,.pll-parent-menu-item.open .sub-menu{grid-auto-rows:1fr}}@media print,screen and (min-width:64em){.menu-item-has-children:hover .sub-menu,.pll-parent-menu-item:hover .sub-menu{grid-auto-rows:1fr}}.navigation--secondary{text-align:center;margin-top:30px}.hamburger{line-height:1;position:absolute;top:1.2rem;right:1.2rem}.hamburger:focus{border:none;outline:none}@media print,screen and (min-width:64em){.hamburger{display:none}}.languages{position:absolute;right:20px;bottom:20px}@media print,screen and (min-width:64em){.languages{position:relative;margin-right:10px;right:auto;bottom:auto}}.languages:hover .language{display:block}.language{color:#fff;position:absolute;bottom:-20px;display:none}.language.language--current{position:relative;bottom:auto;display:block}.page-template-template-support .btn--security.gform_button,.page-template-template-support .btn--support.gform_button,.page-template-template-support .btn.btn--security,.page-template-template-support .btn.btn--support{border-color:#fff;padding:1.125rem 3.25rem 1.125rem 1.875rem;line-height:1em}.block.block--home-why{margin-bottom:6rem}