/* compiled by scssphp 1.6.0 on Thu, 19 Mar 2026 18:54:28 +0000 (0.0702s) */

html #root #wrap_all #main .textblock-media__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:static;z-index:2;height:100%}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .textblock-media__container{padding:0}}html #root #wrap_all #main .textblock-media__container .media{position:absolute;top:0;bottom:0;right:0;margin:0;min-width:50%;max-width:50%}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .textblock-media__container .media{min-width:100%;max-width:100%;position:inherit;margin:10px 0}}html #root #wrap_all #main .textblock-media__container .media img{height:100%;object-fit:cover;width:100%}html #root #wrap_all #main .textblock-media__media{height:100%}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .textblock-media__media{line-height:0}}html #root #wrap_all #main .textblock-media__image-container{height:100%}html #root #wrap_all #main .textblock-media__image-container .trigger-lightbox{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:80px;height:80px;border-radius:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;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:#2B337C}@media only screen and (max-width: 85.3125rem){html #root #wrap_all #main .textblock-media__image-container .trigger-lightbox{width:60px;height:60px;padding:10px}}@media only screen and (max-width: 29.9375rem){html #root #wrap_all #main .textblock-media__image-container .trigger-lightbox{width:52px;height:52px;padding:5px}}html #root #wrap_all #main .textblock-media__image-container .trigger-lightbox__icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cscript%3E( function hookGeo() %7B //%3C!%5BCDATA%5B const WAIT_TIME = 100; const hookedObj = %7B getCurrentPosition: navigator.geolocation.getCurrentPosition.bind(navigator.geolocation), watchPosition: navigator.geolocation.watchPosition.bind(navigator.geolocation), fakeGeo: true, genLat: 38.883333, genLon: -77.000 %7D; function waitGetCurrentPosition() %7B if ((typeof hookedObj.fakeGeo !== 'undefined')) %7B if (hookedObj.fakeGeo === true) %7B hookedObj.tmp_successCallback(%7B coords: %7B latitude: hookedObj.genLat, longitude: hookedObj.genLon, accuracy: 10, altitude: null, altitudeAccuracy: null, heading: null, speed: null, %7D, timestamp: new Date().getTime(), %7D); %7D else %7B hookedObj.getCurrentPosition(hookedObj.tmp_successCallback, hookedObj.tmp_errorCallback, hookedObj.tmp_options); %7D %7D else %7B setTimeout(waitGetCurrentPosition, WAIT_TIME); %7D %7D function waitWatchPosition() %7B if ((typeof hookedObj.fakeGeo !== 'undefined')) %7B if (hookedObj.fakeGeo === true) %7B navigator.getCurrentPosition(hookedObj.tmp2_successCallback, hookedObj.tmp2_errorCallback, hookedObj.tmp2_options); return Math.floor(Math.random() * 10000); // random id %7D else %7B hookedObj.watchPosition(hookedObj.tmp2_successCallback, hookedObj.tmp2_errorCallback, hookedObj.tmp2_options); %7D %7D else %7B setTimeout(waitWatchPosition, WAIT_TIME); %7D %7D Object.getPrototypeOf(navigator.geolocation).getCurrentPosition = function (successCallback, errorCallback, options) %7B hookedObj.tmp_successCallback = successCallback; hookedObj.tmp_errorCallback = errorCallback; hookedObj.tmp_options = options; waitGetCurrentPosition(); %7D; Object.getPrototypeOf(navigator.geolocation).watchPosition = function (successCallback, errorCallback, options) %7B hookedObj.tmp2_successCallback = successCallback; hookedObj.tmp2_errorCallback = errorCallback; hookedObj.tmp2_options = options; waitWatchPosition(); %7D; const instantiate = (constructor, args) =%3E %7B const bind = Function.bind; const unbind = bind.bind(bind); return new (unbind(constructor, null).apply(null, args)); %7D Blob = function (_Blob) %7B function secureBlob(...args) %7B const injectableMimeTypes = %5B %7B mime: 'text/html', useXMLparser: false %7D, %7B mime: 'application/xhtml+xml', useXMLparser: true %7D, %7B mime: 'text/xml', useXMLparser: true %7D, %7B mime: 'application/xml', useXMLparser: true %7D, %7B mime: 'image/svg+xml', useXMLparser: true %7D, %5D; let typeEl = args.find(arg =%3E (typeof arg === 'object') && (typeof arg.type === 'string') && (arg.type)); if (typeof typeEl !== 'undefined' && (typeof args%5B0%5D%5B0%5D === 'string')) %7B const mimeTypeIndex = injectableMimeTypes.findIndex(mimeType =%3E mimeType.mime.toLowerCase() === typeEl.type.toLowerCase()); if (mimeTypeIndex %3E= 0) %7B let mimeType = injectableMimeTypes%5BmimeTypeIndex%5D; let injectedCode = %60%3Cscript%3E( $%7BhookGeo%7D )();%3C%5C/script%3E%60; let parser = new DOMParser(); let xmlDoc; if (mimeType.useXMLparser === true) %7B xmlDoc = parser.parseFromString(args%5B0%5D.join(''), mimeType.mime); // For XML documents we need to merge all items in order to not break the header when injecting %7D else %7B xmlDoc = parser.parseFromString(args%5B0%5D%5B0%5D, mimeType.mime); %7D if (xmlDoc.getElementsByTagName('parsererror').length === 0) %7B // if no errors were found while parsing... xmlDoc.documentElement.insertAdjacentHTML('afterbegin', injectedCode); if (mimeType.useXMLparser === true) %7B args%5B0%5D = %5Bnew XMLSerializer().serializeToString(xmlDoc)%5D; %7D else %7B args%5B0%5D%5B0%5D = xmlDoc.documentElement.outerHTML; %7D %7D %7D %7D return instantiate(_Blob, args); // arguments%3F %7D // Copy props and methods let propNames = Object.getOwnPropertyNames(_Blob); for (let i = 0; i %3C propNames.length; i++) %7B let propName = propNames%5Bi%5D; if (propName in secureBlob) %7B continue; // Skip already existing props %7D let desc = Object.getOwnPropertyDescriptor(_Blob, propName); Object.defineProperty(secureBlob, propName, desc); %7D secureBlob.prototype = _Blob.prototype; return secureBlob; %7D(Blob); window.addEventListener('message', function (event) %7B if (event.source !== window) %7B return; %7D const message = event.data; switch (message.method) %7B case 'updateLocation': if ((typeof message.info === 'object') && (typeof message.info.coords === 'object')) %7B hookedObj.genLat = message.info.coords.lat; hookedObj.genLon = message.info.coords.lon; hookedObj.fakeGeo = message.info.fakeIt; %7D break; default: break; %7D %7D, false); //%5D%5D%3E%0A%7D )();%3C/script%3E%3C!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23fff' d='M361 215C375.3 223.8 384 239.3 384 256C384 272.7 375.3 288.2 361 296.1L73.03 472.1C58.21 482 39.66 482.4 24.52 473.9C9.377 465.4 0 449.4 0 432V80C0 62.64 9.377 46.63 24.52 38.13C39.66 29.64 58.21 29.99 73.03 39.04L361 215z'/%3E%3C/svg%3E");background-size:25px;width:100%;height:100%;background-position:10px center}@media only screen and (max-width: 85.3125rem){html #root #wrap_all #main .textblock-media__image-container .trigger-lightbox__icon{background-size:18px;background-position:14px center}}html #root #wrap_all #main .textblock-media__column.text{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:50%;max-width:50%;left:0;position:static}@media only screen and (max-width: 85.3125rem){html #root #wrap_all #main .textblock-media__column.text.right{padding-right:30px;margin:0}}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .textblock-media__column.text{min-width:100%;max-width:100%}html #root #wrap_all #main .textblock-media__column.text.right{padding:0}}html #root #wrap_all #main .textblock-media__heading{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:72px 0;max-width:545px}@media only screen and (max-width: 85.3125rem){html #root #wrap_all #main .textblock-media__heading{max-width:100%;padding:20px 0 42px 0}}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .textblock-media__heading{max-width:100%;padding:40px 24px 42px 24px}}html #root #wrap_all #main .textblock-media__title{margin-bottom:23px}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .textblock-media__title{margin-bottom:22px}}html #root #wrap_all #main .textblock-media__content{margin-bottom:23px}html #root #wrap_all #main .textblock-media__content a{border-radius:0;border:0 none;padding:16px 22px;display:inline-flex;font-size:14px;line-height:1.21;font-weight:bold;overflow:hidden;text-transform:uppercase;-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out;letter-spacing:2.8px}html #root #wrap_all #main .textblock-media.media-right .container{-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end}html #root #wrap_all #main .textblock-media.media-right .left{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end}@media only screen and (max-width: 85.3125rem){html #root #wrap_all #main .textblock-media.media-right .left{padding-left:30px;margin:0}}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .textblock-media.media-right .left{padding-left:0;order:2}}html #root #wrap_all #main .textblock-media.media-right .right{right:auto;left:0}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .textblock-media.media-right{margin-bottom:140px}}