@charset "UTF-8";/* montserrat-cyrillic-ext-wght-normal */
@font-face {
  font-family: 'Montserrat Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/dist/assets/montserrat-cyrillic-ext-wght-normal-CO5hGrJv.woff2) format('woff2-variations');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* montserrat-cyrillic-wght-normal */
@font-face {
  font-family: 'Montserrat Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/dist/assets/montserrat-cyrillic-wght-normal-EAA9jha_.woff2) format('woff2-variations');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* montserrat-vietnamese-wght-normal */
@font-face {
  font-family: 'Montserrat Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/dist/assets/montserrat-vietnamese-wght-normal-k7S-YeeD.woff2) format('woff2-variations');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* montserrat-latin-ext-wght-normal */
@font-face {
  font-family: 'Montserrat Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/dist/assets/montserrat-latin-ext-wght-normal-BsZE-iaG.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* montserrat-latin-wght-normal */
@font-face {
  font-family: 'Montserrat Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/dist/assets/montserrat-latin-wght-normal-l_AIctKy.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* Leaflet */
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}
.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}
/* control positioning */
.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}
.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}
/* cursors */
.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
/* visual tweaks */
.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}
/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}
/* general toolbar styles */
.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}
.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}
/* layers control */
.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}
/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);
	}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}
/* popup */
.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}
.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}
/* div icon */
.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}
/* Directions */
.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
/* Printing */
@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}
/* eu */
/*! @ecl/ec-preset-website - 2.15.0 Built on 2019-11-08T11:02:23.910Z */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}
main{display:block}
h1{font-size:2em;margin:.67em 0}
hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}
fieldset{padding:.35em .75em .625em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
textarea{overflow:auto}
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
[hidden],template{display:none}
body{margin:0}
.ecl-icon{fill:currentColor;margin:0;-webkit-transform:scaleX(1) scaleY(1) rotate(0deg);transform:scaleX(1) scaleY(1) rotate(0deg);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}
.ecl-icon--2xs{height:.625rem;width:.625rem}
.ecl-icon--xs{height:1rem;width:1rem}
.ecl-icon--s{height:1.25rem;width:1.25rem}
.ecl-icon--m{height:1.5rem;width:1.5rem}
.ecl-icon--l{height:2rem;width:2rem}
.ecl-icon--xl{height:2.5rem;width:2.5rem}
.ecl-icon--2xl{height:3rem;width:3rem}
.ecl-icon--fluid{height:1em;width:1em}
.ecl-icon--primary{fill:#004494}
.ecl-icon--inverted{fill:#fff}
.ecl-icon--rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.ecl-icon--rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.ecl-icon--rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}
.ecl-icon--flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}
.ecl-icon--flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}
.ecl-container{box-sizing:border-box;margin-left:auto;margin-right:auto;position:relative;width:100%;padding-left:1rem;padding-right:1rem}
@media (min-width:480px){.ecl-container{padding-left:1rem;padding-right:1rem}}
@media (min-width:768px){.ecl-container{padding-left:1rem;padding-right:1rem}}
@media (min-width:996px){.ecl-container{padding-left:1rem;padding-right:1rem}}
@media (min-width:1140px){.ecl-container{padding-left:1rem;padding-right:1rem}}
@media (min-width:480px){.ecl-container{max-width:100%;width:480px}}
@media (min-width:768px){.ecl-container{max-width:100%;width:768px}}
@media (min-width:996px){.ecl-container{max-width:100%;width:996px}}
@media (min-width:1140px){.ecl-container{max-width:100%;width:1140px}}
.ecl-row{box-sizing:border-box;display:-webkit-box;display:flex;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}
@media (min-width:480px){.ecl-row{margin-left:-1rem;margin-right:-1rem}}
@media (min-width:768px){.ecl-row{margin-left:-1rem;margin-right:-1rem}}
@media (min-width:996px){.ecl-row{margin-left:-1rem;margin-right:-1rem}}
@media (min-width:1140px){.ecl-row{margin-left:-1rem;margin-right:-1rem}}
.ecl-no-gutters{margin-left:0;margin-right:0}
.ecl-no-gutters>.ecl-col,.ecl-no-gutters>[class*=ecl-col-]{padding-left:0;padding-right:0}
.ecl-col-1,.ecl-col-2,.ecl-col-3,.ecl-col-4,.ecl-col-5,.ecl-col-6,.ecl-col-7,.ecl-col-8,.ecl-col-9,.ecl-col-10,.ecl-col-11,.ecl-col-12,.ecl-col-lg-1,.ecl-col-lg-2,.ecl-col-lg-3,.ecl-col-lg-4,.ecl-col-lg-5,.ecl-col-lg-6,.ecl-col-lg-7,.ecl-col-lg-8,.ecl-col-lg-9,.ecl-col-lg-10,.ecl-col-lg-11,.ecl-col-lg-12,.ecl-col-md-1,.ecl-col-md-2,.ecl-col-md-3,.ecl-col-md-4,.ecl-col-md-5,.ecl-col-md-6,.ecl-col-md-7,.ecl-col-md-8,.ecl-col-md-9,.ecl-col-md-10,.ecl-col-md-11,.ecl-col-md-12,.ecl-col-sm-1,.ecl-col-sm-2,.ecl-col-sm-3,.ecl-col-sm-4,.ecl-col-sm-5,.ecl-col-sm-6,.ecl-col-sm-7,.ecl-col-sm-8,.ecl-col-sm-9,.ecl-col-sm-10,.ecl-col-sm-11,.ecl-col-sm-12,.ecl-col-xl-1,.ecl-col-xl-2,.ecl-col-xl-3,.ecl-col-xl-4,.ecl-col-xl-5,.ecl-col-xl-6,.ecl-col-xl-7,.ecl-col-xl-8,.ecl-col-xl-9,.ecl-col-xl-10,.ecl-col-xl-11,.ecl-col-xl-12{padding-left:1rem;padding-right:1rem;box-sizing:border-box;min-height:1px;position:relative;width:100%}
@media (min-width:480px){.ecl-col-1,.ecl-col-2,.ecl-col-3,.ecl-col-4,.ecl-col-5,.ecl-col-6,.ecl-col-7,.ecl-col-8,.ecl-col-9,.ecl-col-10,.ecl-col-11,.ecl-col-12,.ecl-col-lg-1,.ecl-col-lg-2,.ecl-col-lg-3,.ecl-col-lg-4,.ecl-col-lg-5,.ecl-col-lg-6,.ecl-col-lg-7,.ecl-col-lg-8,.ecl-col-lg-9,.ecl-col-lg-10,.ecl-col-lg-11,.ecl-col-lg-12,.ecl-col-md-1,.ecl-col-md-2,.ecl-col-md-3,.ecl-col-md-4,.ecl-col-md-5,.ecl-col-md-6,.ecl-col-md-7,.ecl-col-md-8,.ecl-col-md-9,.ecl-col-md-10,.ecl-col-md-11,.ecl-col-md-12,.ecl-col-sm-1,.ecl-col-sm-2,.ecl-col-sm-3,.ecl-col-sm-4,.ecl-col-sm-5,.ecl-col-sm-6,.ecl-col-sm-7,.ecl-col-sm-8,.ecl-col-sm-9,.ecl-col-sm-10,.ecl-col-sm-11,.ecl-col-sm-12,.ecl-col-xl-1,.ecl-col-xl-2,.ecl-col-xl-3,.ecl-col-xl-4,.ecl-col-xl-5,.ecl-col-xl-6,.ecl-col-xl-7,.ecl-col-xl-8,.ecl-col-xl-9,.ecl-col-xl-10,.ecl-col-xl-11,.ecl-col-xl-12{padding-left:1rem;padding-right:1rem}}
@media (min-width:768px){.ecl-col-1,.ecl-col-2,.ecl-col-3,.ecl-col-4,.ecl-col-5,.ecl-col-6,.ecl-col-7,.ecl-col-8,.ecl-col-9,.ecl-col-10,.ecl-col-11,.ecl-col-12,.ecl-col-lg-1,.ecl-col-lg-2,.ecl-col-lg-3,.ecl-col-lg-4,.ecl-col-lg-5,.ecl-col-lg-6,.ecl-col-lg-7,.ecl-col-lg-8,.ecl-col-lg-9,.ecl-col-lg-10,.ecl-col-lg-11,.ecl-col-lg-12,.ecl-col-md-1,.ecl-col-md-2,.ecl-col-md-3,.ecl-col-md-4,.ecl-col-md-5,.ecl-col-md-6,.ecl-col-md-7,.ecl-col-md-8,.ecl-col-md-9,.ecl-col-md-10,.ecl-col-md-11,.ecl-col-md-12,.ecl-col-sm-1,.ecl-col-sm-2,.ecl-col-sm-3,.ecl-col-sm-4,.ecl-col-sm-5,.ecl-col-sm-6,.ecl-col-sm-7,.ecl-col-sm-8,.ecl-col-sm-9,.ecl-col-sm-10,.ecl-col-sm-11,.ecl-col-sm-12,.ecl-col-xl-1,.ecl-col-xl-2,.ecl-col-xl-3,.ecl-col-xl-4,.ecl-col-xl-5,.ecl-col-xl-6,.ecl-col-xl-7,.ecl-col-xl-8,.ecl-col-xl-9,.ecl-col-xl-10,.ecl-col-xl-11,.ecl-col-xl-12{padding-left:1rem;padding-right:1rem}}
@media (min-width:996px){.ecl-col-1,.ecl-col-2,.ecl-col-3,.ecl-col-4,.ecl-col-5,.ecl-col-6,.ecl-col-7,.ecl-col-8,.ecl-col-9,.ecl-col-10,.ecl-col-11,.ecl-col-12,.ecl-col-lg-1,.ecl-col-lg-2,.ecl-col-lg-3,.ecl-col-lg-4,.ecl-col-lg-5,.ecl-col-lg-6,.ecl-col-lg-7,.ecl-col-lg-8,.ecl-col-lg-9,.ecl-col-lg-10,.ecl-col-lg-11,.ecl-col-lg-12,.ecl-col-md-1,.ecl-col-md-2,.ecl-col-md-3,.ecl-col-md-4,.ecl-col-md-5,.ecl-col-md-6,.ecl-col-md-7,.ecl-col-md-8,.ecl-col-md-9,.ecl-col-md-10,.ecl-col-md-11,.ecl-col-md-12,.ecl-col-sm-1,.ecl-col-sm-2,.ecl-col-sm-3,.ecl-col-sm-4,.ecl-col-sm-5,.ecl-col-sm-6,.ecl-col-sm-7,.ecl-col-sm-8,.ecl-col-sm-9,.ecl-col-sm-10,.ecl-col-sm-11,.ecl-col-sm-12,.ecl-col-xl-1,.ecl-col-xl-2,.ecl-col-xl-3,.ecl-col-xl-4,.ecl-col-xl-5,.ecl-col-xl-6,.ecl-col-xl-7,.ecl-col-xl-8,.ecl-col-xl-9,.ecl-col-xl-10,.ecl-col-xl-11,.ecl-col-xl-12{padding-left:1rem;padding-right:1rem}}
@media (min-width:1140px){.ecl-col-1,.ecl-col-2,.ecl-col-3,.ecl-col-4,.ecl-col-5,.ecl-col-6,.ecl-col-7,.ecl-col-8,.ecl-col-9,.ecl-col-10,.ecl-col-11,.ecl-col-12,.ecl-col-lg-1,.ecl-col-lg-2,.ecl-col-lg-3,.ecl-col-lg-4,.ecl-col-lg-5,.ecl-col-lg-6,.ecl-col-lg-7,.ecl-col-lg-8,.ecl-col-lg-9,.ecl-col-lg-10,.ecl-col-lg-11,.ecl-col-lg-12,.ecl-col-md-1,.ecl-col-md-2,.ecl-col-md-3,.ecl-col-md-4,.ecl-col-md-5,.ecl-col-md-6,.ecl-col-md-7,.ecl-col-md-8,.ecl-col-md-9,.ecl-col-md-10,.ecl-col-md-11,.ecl-col-md-12,.ecl-col-sm-1,.ecl-col-sm-2,.ecl-col-sm-3,.ecl-col-sm-4,.ecl-col-sm-5,.ecl-col-sm-6,.ecl-col-sm-7,.ecl-col-sm-8,.ecl-col-sm-9,.ecl-col-sm-10,.ecl-col-sm-11,.ecl-col-sm-12,.ecl-col-xl-1,.ecl-col-xl-2,.ecl-col-xl-3,.ecl-col-xl-4,.ecl-col-xl-5,.ecl-col-xl-6,.ecl-col-xl-7,.ecl-col-xl-8,.ecl-col-xl-9,.ecl-col-xl-10,.ecl-col-xl-11,.ecl-col-xl-12{padding-left:1rem;padding-right:1rem}}
.ecl-col-1{-webkit-box-flex:0;flex:0 0 8.33333%;max-width:8.33333%}
.ecl-col-2{-webkit-box-flex:0;flex:0 0 16.66667%;max-width:16.66667%}
.ecl-col-3{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}
.ecl-col-4{-webkit-box-flex:0;flex:0 0 33.33333%;max-width:33.33333%}
.ecl-col-5{-webkit-box-flex:0;flex:0 0 41.66667%;max-width:41.66667%}
.ecl-col-6{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}
.ecl-col-7{-webkit-box-flex:0;flex:0 0 58.33333%;max-width:58.33333%}
.ecl-col-8{-webkit-box-flex:0;flex:0 0 66.66667%;max-width:66.66667%}
.ecl-col-9{-webkit-box-flex:0;flex:0 0 75%;max-width:75%}
.ecl-col-10{-webkit-box-flex:0;flex:0 0 83.33333%;max-width:83.33333%}
.ecl-col-11{-webkit-box-flex:0;flex:0 0 91.66667%;max-width:91.66667%}
.ecl-col-12{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}
.ecl-pull-0{right:auto}
.ecl-pull-1{right:8.33333%}
.ecl-pull-2{right:16.66667%}
.ecl-pull-3{right:25%}
.ecl-pull-4{right:33.33333%}
.ecl-pull-5{right:41.66667%}
.ecl-pull-6{right:50%}
.ecl-pull-7{right:58.33333%}
.ecl-pull-8{right:66.66667%}
.ecl-pull-9{right:75%}
.ecl-pull-10{right:83.33333%}
.ecl-pull-11{right:91.66667%}
.ecl-pull-12{right:100%}
.ecl-push-0{left:auto}
.ecl-push-1{left:8.33333%}
.ecl-push-2{left:16.66667%}
.ecl-push-3{left:25%}
.ecl-push-4{left:33.33333%}
.ecl-push-5{left:41.66667%}
.ecl-push-6{left:50%}
.ecl-push-7{left:58.33333%}
.ecl-push-8{left:66.66667%}
.ecl-push-9{left:75%}
.ecl-push-10{left:83.33333%}
.ecl-push-11{left:91.66667%}
.ecl-push-12{left:100%}
.ecl-offset-1{margin-left:8.33333%}
.ecl-offset-2{margin-left:16.66667%}
.ecl-offset-3{margin-left:25%}
.ecl-offset-4{margin-left:33.33333%}
.ecl-offset-5{margin-left:41.66667%}
.ecl-offset-6{margin-left:50%}
.ecl-offset-7{margin-left:58.33333%}
.ecl-offset-8{margin-left:66.66667%}
.ecl-offset-9{margin-left:75%}
.ecl-offset-10{margin-left:83.33333%}
.ecl-offset-11{margin-left:91.66667%}
@media (min-width:480px){.ecl-col-sm-1{-webkit-box-flex:0;flex:0 0 8.33333%;max-width:8.33333%}.ecl-col-sm-2{-webkit-box-flex:0;flex:0 0 16.66667%;max-width:16.66667%}.ecl-col-sm-3{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.ecl-col-sm-4{-webkit-box-flex:0;flex:0 0 33.33333%;max-width:33.33333%}.ecl-col-sm-5{-webkit-box-flex:0;flex:0 0 41.66667%;max-width:41.66667%}.ecl-col-sm-6{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.ecl-col-sm-7{-webkit-box-flex:0;flex:0 0 58.33333%;max-width:58.33333%}.ecl-col-sm-8{-webkit-box-flex:0;flex:0 0 66.66667%;max-width:66.66667%}.ecl-col-sm-9{-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.ecl-col-sm-10{-webkit-box-flex:0;flex:0 0 83.33333%;max-width:83.33333%}.ecl-col-sm-11{-webkit-box-flex:0;flex:0 0 91.66667%;max-width:91.66667%}.ecl-col-sm-12{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.ecl-pull-sm-0{right:auto}.ecl-pull-sm-1{right:8.33333%}.ecl-pull-sm-2{right:16.66667%}.ecl-pull-sm-3{right:25%}.ecl-pull-sm-4{right:33.33333%}.ecl-pull-sm-5{right:41.66667%}.ecl-pull-sm-6{right:50%}.ecl-pull-sm-7{right:58.33333%}.ecl-pull-sm-8{right:66.66667%}.ecl-pull-sm-9{right:75%}.ecl-pull-sm-10{right:83.33333%}.ecl-pull-sm-11{right:91.66667%}.ecl-pull-sm-12{right:100%}.ecl-push-sm-0{left:auto}.ecl-push-sm-1{left:8.33333%}.ecl-push-sm-2{left:16.66667%}.ecl-push-sm-3{left:25%}.ecl-push-sm-4{left:33.33333%}.ecl-push-sm-5{left:41.66667%}.ecl-push-sm-6{left:50%}.ecl-push-sm-7{left:58.33333%}.ecl-push-sm-8{left:66.66667%}.ecl-push-sm-9{left:75%}.ecl-push-sm-10{left:83.33333%}.ecl-push-sm-11{left:91.66667%}.ecl-push-sm-12{left:100%}.ecl-offset-sm-0{margin-left:0}.ecl-offset-sm-1{margin-left:8.33333%}.ecl-offset-sm-2{margin-left:16.66667%}.ecl-offset-sm-3{margin-left:25%}.ecl-offset-sm-4{margin-left:33.33333%}.ecl-offset-sm-5{margin-left:41.66667%}.ecl-offset-sm-6{margin-left:50%}.ecl-offset-sm-7{margin-left:58.33333%}.ecl-offset-sm-8{margin-left:66.66667%}.ecl-offset-sm-9{margin-left:75%}.ecl-offset-sm-10{margin-left:83.33333%}.ecl-offset-sm-11{margin-left:91.66667%}}
@media (min-width:768px){.ecl-col-md-1{-webkit-box-flex:0;flex:0 0 8.33333%;max-width:8.33333%}.ecl-col-md-2{-webkit-box-flex:0;flex:0 0 16.66667%;max-width:16.66667%}.ecl-col-md-3{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.ecl-col-md-4{-webkit-box-flex:0;flex:0 0 33.33333%;max-width:33.33333%}.ecl-col-md-5{-webkit-box-flex:0;flex:0 0 41.66667%;max-width:41.66667%}.ecl-col-md-6{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.ecl-col-md-7{-webkit-box-flex:0;flex:0 0 58.33333%;max-width:58.33333%}.ecl-col-md-8{-webkit-box-flex:0;flex:0 0 66.66667%;max-width:66.66667%}.ecl-col-md-9{-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.ecl-col-md-10{-webkit-box-flex:0;flex:0 0 83.33333%;max-width:83.33333%}.ecl-col-md-11{-webkit-box-flex:0;flex:0 0 91.66667%;max-width:91.66667%}.ecl-col-md-12{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.ecl-pull-md-0{right:auto}.ecl-pull-md-1{right:8.33333%}.ecl-pull-md-2{right:16.66667%}.ecl-pull-md-3{right:25%}.ecl-pull-md-4{right:33.33333%}.ecl-pull-md-5{right:41.66667%}.ecl-pull-md-6{right:50%}.ecl-pull-md-7{right:58.33333%}.ecl-pull-md-8{right:66.66667%}.ecl-pull-md-9{right:75%}.ecl-pull-md-10{right:83.33333%}.ecl-pull-md-11{right:91.66667%}.ecl-pull-md-12{right:100%}.ecl-push-md-0{left:auto}.ecl-push-md-1{left:8.33333%}.ecl-push-md-2{left:16.66667%}.ecl-push-md-3{left:25%}.ecl-push-md-4{left:33.33333%}.ecl-push-md-5{left:41.66667%}.ecl-push-md-6{left:50%}.ecl-push-md-7{left:58.33333%}.ecl-push-md-8{left:66.66667%}.ecl-push-md-9{left:75%}.ecl-push-md-10{left:83.33333%}.ecl-push-md-11{left:91.66667%}.ecl-push-md-12{left:100%}.ecl-offset-md-0{margin-left:0}.ecl-offset-md-1{margin-left:8.33333%}.ecl-offset-md-2{margin-left:16.66667%}.ecl-offset-md-3{margin-left:25%}.ecl-offset-md-4{margin-left:33.33333%}.ecl-offset-md-5{margin-left:41.66667%}.ecl-offset-md-6{margin-left:50%}.ecl-offset-md-7{margin-left:58.33333%}.ecl-offset-md-8{margin-left:66.66667%}.ecl-offset-md-9{margin-left:75%}.ecl-offset-md-10{margin-left:83.33333%}.ecl-offset-md-11{margin-left:91.66667%}}
@media (min-width:996px){.ecl-col-lg-1{-webkit-box-flex:0;flex:0 0 8.33333%;max-width:8.33333%}.ecl-col-lg-2{-webkit-box-flex:0;flex:0 0 16.66667%;max-width:16.66667%}.ecl-col-lg-3{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.ecl-col-lg-4{-webkit-box-flex:0;flex:0 0 33.33333%;max-width:33.33333%}.ecl-col-lg-5{-webkit-box-flex:0;flex:0 0 41.66667%;max-width:41.66667%}.ecl-col-lg-6{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.ecl-col-lg-7{-webkit-box-flex:0;flex:0 0 58.33333%;max-width:58.33333%}.ecl-col-lg-8{-webkit-box-flex:0;flex:0 0 66.66667%;max-width:66.66667%}.ecl-col-lg-9{-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.ecl-col-lg-10{-webkit-box-flex:0;flex:0 0 83.33333%;max-width:83.33333%}.ecl-col-lg-11{-webkit-box-flex:0;flex:0 0 91.66667%;max-width:91.66667%}.ecl-col-lg-12{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.ecl-pull-lg-0{right:auto}.ecl-pull-lg-1{right:8.33333%}.ecl-pull-lg-2{right:16.66667%}.ecl-pull-lg-3{right:25%}.ecl-pull-lg-4{right:33.33333%}.ecl-pull-lg-5{right:41.66667%}.ecl-pull-lg-6{right:50%}.ecl-pull-lg-7{right:58.33333%}.ecl-pull-lg-8{right:66.66667%}.ecl-pull-lg-9{right:75%}.ecl-pull-lg-10{right:83.33333%}.ecl-pull-lg-11{right:91.66667%}.ecl-pull-lg-12{right:100%}.ecl-push-lg-0{left:auto}.ecl-push-lg-1{left:8.33333%}.ecl-push-lg-2{left:16.66667%}.ecl-push-lg-3{left:25%}.ecl-push-lg-4{left:33.33333%}.ecl-push-lg-5{left:41.66667%}.ecl-push-lg-6{left:50%}.ecl-push-lg-7{left:58.33333%}.ecl-push-lg-8{left:66.66667%}.ecl-push-lg-9{left:75%}.ecl-push-lg-10{left:83.33333%}.ecl-push-lg-11{left:91.66667%}.ecl-push-lg-12{left:100%}.ecl-offset-lg-0{margin-left:0}.ecl-offset-lg-1{margin-left:8.33333%}.ecl-offset-lg-2{margin-left:16.66667%}.ecl-offset-lg-3{margin-left:25%}.ecl-offset-lg-4{margin-left:33.33333%}.ecl-offset-lg-5{margin-left:41.66667%}.ecl-offset-lg-6{margin-left:50%}.ecl-offset-lg-7{margin-left:58.33333%}.ecl-offset-lg-8{margin-left:66.66667%}.ecl-offset-lg-9{margin-left:75%}.ecl-offset-lg-10{margin-left:83.33333%}.ecl-offset-lg-11{margin-left:91.66667%}}
@media (min-width:1140px){.ecl-col-xl-1{-webkit-box-flex:0;flex:0 0 8.33333%;max-width:8.33333%}.ecl-col-xl-2{-webkit-box-flex:0;flex:0 0 16.66667%;max-width:16.66667%}.ecl-col-xl-3{-webkit-box-flex:0;flex:0 0 25%;max-width:25%}.ecl-col-xl-4{-webkit-box-flex:0;flex:0 0 33.33333%;max-width:33.33333%}.ecl-col-xl-5{-webkit-box-flex:0;flex:0 0 41.66667%;max-width:41.66667%}.ecl-col-xl-6{-webkit-box-flex:0;flex:0 0 50%;max-width:50%}.ecl-col-xl-7{-webkit-box-flex:0;flex:0 0 58.33333%;max-width:58.33333%}.ecl-col-xl-8{-webkit-box-flex:0;flex:0 0 66.66667%;max-width:66.66667%}.ecl-col-xl-9{-webkit-box-flex:0;flex:0 0 75%;max-width:75%}.ecl-col-xl-10{-webkit-box-flex:0;flex:0 0 83.33333%;max-width:83.33333%}.ecl-col-xl-11{-webkit-box-flex:0;flex:0 0 91.66667%;max-width:91.66667%}.ecl-col-xl-12{-webkit-box-flex:0;flex:0 0 100%;max-width:100%}.ecl-pull-xl-0{right:auto}.ecl-pull-xl-1{right:8.33333%}.ecl-pull-xl-2{right:16.66667%}.ecl-pull-xl-3{right:25%}.ecl-pull-xl-4{right:33.33333%}.ecl-pull-xl-5{right:41.66667%}.ecl-pull-xl-6{right:50%}.ecl-pull-xl-7{right:58.33333%}.ecl-pull-xl-8{right:66.66667%}.ecl-pull-xl-9{right:75%}.ecl-pull-xl-10{right:83.33333%}.ecl-pull-xl-11{right:91.66667%}.ecl-pull-xl-12{right:100%}.ecl-push-xl-0{left:auto}.ecl-push-xl-1{left:8.33333%}.ecl-push-xl-2{left:16.66667%}.ecl-push-xl-3{left:25%}.ecl-push-xl-4{left:33.33333%}.ecl-push-xl-5{left:41.66667%}.ecl-push-xl-6{left:50%}.ecl-push-xl-7{left:58.33333%}.ecl-push-xl-8{left:66.66667%}.ecl-push-xl-9{left:75%}.ecl-push-xl-10{left:83.33333%}.ecl-push-xl-11{left:91.66667%}.ecl-push-xl-12{left:100%}.ecl-offset-xl-0{margin-left:0}.ecl-offset-xl-1{margin-left:8.33333%}.ecl-offset-xl-2{margin-left:16.66667%}.ecl-offset-xl-3{margin-left:25%}.ecl-offset-xl-4{margin-left:33.33333%}.ecl-offset-xl-5{margin-left:41.66667%}.ecl-offset-xl-6{margin-left:50%}.ecl-offset-xl-7{margin-left:58.33333%}.ecl-offset-xl-8{margin-left:66.66667%}.ecl-offset-xl-9{margin-left:75%}.ecl-offset-xl-10{margin-left:83.33333%}.ecl-offset-xl-11{margin-left:91.66667%}}
.ecl-form-label{box-sizing:border-box;color:#404040;font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-weight:600;margin:0;padding:0}
.ecl-form-label--disabled{color:#9f9f9f}
.ecl-form-label--hidden{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;visibility:visible;white-space:nowrap;width:1px}
.ecl-form-label__required{color:#da2131;font:normal normal 400 1.25rem/1.5rem Arial,sans-serif;font-weight:600}
.ecl-form-label__optional{font:normal normal 400 .875rem/1rem Arial,sans-serif;font-weight:400}
.ecl-feedback-message{box-sizing:border-box;color:#da2131;display:-webkit-box;display:flex;font:normal normal 400 .875rem/1.25rem Arial,sans-serif;margin:0;padding:0}
.ecl-file-upload{color:#404040;font:normal normal 400 1rem/1.25rem Arial,sans-serif;margin:0}
.ecl-file-upload:active,.ecl-file-upload:focus{outline:3px solid #ffd617;outline-offset:-3px}
.ecl-file-upload::-webkit-file-upload-button{-webkit-appearance:none;appearance:none;background:none;background-color:#004494;border-radius:0;border-width:0;box-shadow:0;box-sizing:border-box;color:#fff;display:inline-block;font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-weight:600;margin:0;padding:.75rem 1rem;text-decoration:none}
.ecl-file-upload::-webkit-file-upload-button:active,.ecl-file-upload::-webkit-file-upload-button:hover{background-color:#002f67;text-decoration:none}
.ecl-file-upload::-webkit-file-upload-button:focus{outline:3px solid #ffd617;outline-offset:-3px;text-decoration:none}
.ecl-file-upload::-ms-browse{appearance:none;background:none;background-color:#004494;border-radius:0;border-width:0;box-shadow:0;box-sizing:border-box;color:#fff;display:inline-block;font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-weight:600;margin:0;padding:.75rem 1rem;text-decoration:none}
.ecl-file-upload::-ms-browse:active,.ecl-file-upload::-ms-browse:hover{background-color:#002f67;text-decoration:none}
.ecl-file-upload::-ms-browse:focus{outline:3px solid #ffd617;outline-offset:-3px;text-decoration:none}
.ecl-file-upload[disabled]{color:#9f9f9f}
.ecl-file-upload[disabled]::-webkit-file-upload-button,.ecl-file-upload[disabled]::-webkit-file-upload-button:hover{background-color:#bfd0e4;color:#fff;cursor:not-allowed;text-decoration:none}
.ecl-file-upload[disabled]::-ms-browse,.ecl-file-upload[disabled]::-ms-browse:hover{background-color:#bfd0e4;color:#fff;cursor:not-allowed;text-decoration:none}
.ecl-file-upload::-ms-value{background-color:#f5f5f5;border-width:0}
.ecl-help-block{box-sizing:border-box;color:#404040;display:block;font:normal normal 400 .875rem/1.25rem Arial,sans-serif;margin:0;padding:0}
.ecl-help-block--disabled{color:#9f9f9f}
.ecl-radio{-webkit-box-align:start;align-items:flex-start;box-sizing:border-box;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:0}
.ecl-radio__input{border:0;clip:rect(0,0,0,0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}
.ecl-radio__label{-webkit-box-align:center;align-items:center;color:#404040;display:-webkit-inline-box;display:inline-flex;font:normal normal 400 1rem/1.25rem Arial,sans-serif}
.ecl-radio__box{background-color:#fff;border:2px solid #9f9f9f;border-radius:50%;box-sizing:content-box;display:block;height:calc(1.25rem - 4px);margin-right:.75rem;position:relative;width:calc(1.25rem - 4px)}
.ecl-radio__label:hover .ecl-radio__box{border-color:#004494}
.ecl-radio__help{margin-top:.5rem}
.ecl-radio__input:checked+.ecl-radio__label .ecl-radio__box{border-color:#004494;border-width:7px;height:calc(1.25rem - 14px);width:calc(1.25rem - 14px)}
.ecl-radio__box--invalid,.ecl-radio__input:checked+.ecl-radio__label .ecl-radio__box--invalid{border-color:#da2131}
.ecl-radio__label--disabled{color:#9f9f9f;cursor:not-allowed}
.ecl-radio__box--disabled,.ecl-radio__input:checked+.ecl-radio__label .ecl-radio__box--disabled,.ecl-radio__label--disabled:hover .ecl-radio__box{background-color:#f5f5f5;border-color:#9f9f9f}
.ecl-radio__input:active+.ecl-radio__label .ecl-radio__box:before,.ecl-radio__input:focus+.ecl-radio__label .ecl-radio__box:before{border:2px solid #ffd617;border-radius:100%;content:"";display:block;height:calc(1.25rem - 4px);left:-2px;position:absolute;top:-2px;width:calc(1.25rem - 4px)}
.ecl-radio__input:checked:active+.ecl-radio__label .ecl-radio__box:before,.ecl-radio__input:checked:focus+.ecl-radio__label .ecl-radio__box:before{left:-7px;top:-7px}
.ecl-radio__group--binary.ecl-form-group{display:block}
.ecl-radio__group--binary .ecl-radio{display:-webkit-inline-box;display:inline-flex;margin-right:1rem;vertical-align:top}
.ecl-radio__group--binary .ecl-radio:last-child{margin-right:0}
.ecl-radio__group{border-style:solid;border-width:0;margin:0;padding:0 1.5rem}
.ecl-radio__group--invalid{border-color:#da2131;border-width:2px;padding-bottom:1rem;padding-top:1rem}
.ecl-radio__group--invalid .ecl-radio__invalid{margin-top:.5rem}
.ecl-radio--disabled .ecl-radio__label,.ecl-radio--readonly .ecl-radio__label{color:#9f9f9f;cursor:not-allowed}
.ecl-radio--disabled .ecl-radio__box,.ecl-radio--readonly .ecl-radio__box{background-color:#f5f5f5;border-color:#9f9f9f}
.ecl-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:1px solid #404040;border-radius:0;box-shadow:none;box-sizing:border-box;color:#404040;display:block;font:normal normal 400 1rem/1.25rem Arial,sans-serif;margin:0;padding:calc(.75rem - 1px) calc(3.5rem - 1px) calc(.75rem - 1px) calc(.75rem - 1px);width:100%;z-index:1}
.ecl-select::-ms-expand{display:none}
.ecl-select:hover{border-color:#004494}
.ecl-select:focus{outline:3px solid #ffd617;outline-offset:-3px}
.ecl-select__container{background-color:#fff;display:-webkit-inline-box;display:inline-flex;max-width:100%;position:relative}
.ecl-select__container--s{width:50%}
@media (min-width:768px){.ecl-select__container--s{width:30%}}
@media (min-width:996px){.ecl-select__container--s{width:158px}}
.ecl-select__container--m{width:100%}
@media (min-width:768px){.ecl-select__container--m{width:50%}}
@media (min-width:996px){.ecl-select__container--m{width:253px}}
.ecl-select__container--l{width:100%}
@media (min-width:996px){.ecl-select__container--l{width:443px}}
.ecl-select__icon{-webkit-box-align:center;align-items:center;background-color:#404040;display:-webkit-box;display:flex;height:100%;-webkit-box-pack:center;justify-content:center;position:absolute;right:0;top:0;width:2.75rem;z-index:0}
.ecl-select:hover+.ecl-select__icon{background-color:#004494}
.ecl-select:focus+.ecl-select__icon{background-color:#404040}
.ecl-select__icon-shape{fill:#fff}
.ecl-select__container--disabled{background-color:#f5f5f5}
.ecl-select__container--disabled .ecl-select:focus+.ecl-select__icon,.ecl-select__container--disabled .ecl-select:hover+.ecl-select__icon,.ecl-select__container--disabled .ecl-select__icon{background-color:#9f9f9f}
.ecl-select__container--disabled .ecl-select__icon-shape{fill:#f5f5f5}
.ecl-select[disabled],.ecl-select[readonly]{border-color:#9f9f9f;color:#9f9f9f;cursor:not-allowed}
.ecl-select--invalid{border-color:#da2131;box-shadow:none}
.ecl-select--invalid+.ecl-select__icon{background-color:#da2131}
.ecl-text-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #707070;border-radius:0;box-shadow:none;box-sizing:border-box;color:#404040;display:block;font:normal normal 400 1rem/1.25rem Arial,sans-serif;margin:0;max-width:100%;padding:calc(.75rem - 1px)}
.ecl-text-input:hover{outline:1px solid #004494;outline-offset:-1px}
.ecl-text-input:active,.ecl-text-input:focus{outline:3px solid #ffd617;outline-offset:-3px}
.ecl-text-input--s{width:50%}
@media (min-width:768px){.ecl-text-input--s{width:30%}}
@media (min-width:996px){.ecl-text-input--s{width:158px}}
.ecl-text-input--m{width:100%}
@media (min-width:768px){.ecl-text-input--m{width:50%}}
@media (min-width:996px){.ecl-text-input--m{width:253px}}
.ecl-text-input--l{width:100%}
@media (min-width:996px){.ecl-text-input--l{width:443px}}
.ecl-text-input--disabled,.ecl-text-input--readonly,.ecl-text-input[disabled],.ecl-text-input[readonly]{background-color:#f5f5f5;border-color:#9f9f9f;cursor:not-allowed}
.ecl-text-input--disabled:hover,.ecl-text-input--readonly:hover,.ecl-text-input[disabled]:hover,.ecl-text-input[readonly]:hover{outline-width:0}
.ecl-text-input--invalid{border-color:#da2131;box-shadow:none}
.ecl-text-area{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #707070;border-radius:0;box-shadow:none;box-sizing:border-box;color:#404040;display:block;font:normal normal 400 1rem/1.25rem Arial,sans-serif;margin:0;max-width:100%;padding:calc(.75rem - 1px)}
.ecl-text-area:hover{outline:1px solid #004494;outline-offset:-1px}
.ecl-text-area:active,.ecl-text-area:focus{outline:3px solid #ffd617;outline-offset:-3px}
.ecl-text-area--m{width:100%}
@media (min-width:768px){.ecl-text-area--m{width:50%}}
@media (min-width:996px){.ecl-text-area--m{width:253px}}
.ecl-text-area--l{width:100%}
@media (min-width:996px){.ecl-text-area--l{width:443px}}
.ecl-text-area--disabled,.ecl-text-area--readonly,.ecl-text-area[disabled],.ecl-text-area[readonly]{background-color:#f5f5f5;border-color:#9f9f9f;cursor:not-allowed}
.ecl-text-area--disabled:hover,.ecl-text-area--readonly:hover,.ecl-text-area[disabled]:hover,.ecl-text-area[readonly]:hover{outline-width:0}
.ecl-text-area--invalid{border-color:#da2131;box-shadow:none}
.ecl-form-group{-webkit-box-align:start;align-items:flex-start;border-width:0;box-sizing:border-box;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:0;padding:0}
.ecl-form-group>:not(.ecl-form-label--hidden)+*{margin-top:.5rem}
.ecl-form-group>:not(.ecl-form-label--hidden)+.ecl-checkbox,.ecl-form-group>:not(.ecl-form-label--hidden)+.ecl-file-upload,.ecl-form-group>:not(.ecl-form-label--hidden)+.ecl-radio,.ecl-form-group>:not(.ecl-form-label--hidden)+.ecl-select__container,.ecl-form-group>:not(.ecl-form-label--hidden)+.ecl-text-area,.ecl-form-group>:not(.ecl-form-label--hidden)+.ecl-text-input{margin-top:.75rem}
.ecl-form-group>.ecl-feedback-message+.ecl-help-block{margin-top:0}
.ecl-checkbox{-webkit-box-align:start;align-items:flex-start;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:0;position:relative}
.ecl-checkbox__input{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}
.ecl-checkbox__label{color:#404040;font:normal normal 400 1rem/1.25rem Arial,sans-serif}
.ecl-checkbox__box,.ecl-checkbox__label{-webkit-box-align:center;align-items:center;display:-webkit-inline-box;display:inline-flex}
.ecl-checkbox__box{border:2px solid #707070;box-sizing:border-box;flex-shrink:0;height:1.25rem;-webkit-box-pack:center;justify-content:center;margin-right:.75rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:1.25rem}
.ecl-checkbox__help{margin-top:.5rem}
.ecl-checkbox__icon{fill:#fff;visibility:hidden}
.ecl-checkbox--disabled .ecl-checkbox__label{color:#9f9f9f;cursor:not-allowed}
.ecl-checkbox--disabled .ecl-checkbox__box{background-color:#f5f5f5;border-color:#9f9f9f}
.ecl-checkbox--invalid .ecl-checkbox__box{border-color:#da2131}
.ecl-checkbox--invalid .ecl-checkbox__box .ecl-checkbox__invalid{font:normal normal 400 .875rem/1rem Arial,sans-serif;margin-top:.5rem}
.ecl-checkbox__required{color:#da2131;font:normal normal 400 1.25rem/1.5rem Arial,sans-serif;font-weight:600;padding-left:.25rem}
.ecl-checkbox__input:checked+.ecl-checkbox__label .ecl-checkbox__box{background:#004494;border-color:#004494}
.ecl-checkbox__input:checked+.ecl-checkbox__label .ecl-checkbox__box--invalid{background:#da2131;border-color:#da2131}
.ecl-checkbox__input:checked+.ecl-checkbox__label .ecl-checkbox__icon{visibility:visible}
.ecl-checkbox__label:hover .ecl-checkbox__box:not(.ecl-checkbox__box--disabled){border-color:#004494}
.ecl-checkbox__input:active+.ecl-checkbox__label>.ecl-checkbox__box:not(.ecl-checkbox__box--disabled),.ecl-checkbox__input:focus+.ecl-checkbox__label>.ecl-checkbox__box:not(.ecl-checkbox__box--disabled){outline:2px solid #ffd617;outline-offset:-2px}
.ecl-blockquote{border-left:.625rem solid #ffd617;margin:0;padding:1rem 0 1rem 1.5rem}
.ecl-blockquote__body{color:#404040;font:normal normal 400 1rem/1.5rem Arial,sans-serif;font-style:italic;margin:0;max-width:85ch;quotes:"“" "”"}
@media (min-width:768px){.ecl-blockquote__body{font:normal normal 400 1.25rem/1.75rem Arial,sans-serif;font-style:italic}}
.ecl-blockquote__body:before{content:open-quote}
.ecl-blockquote__body:after{content:close-quote}
.ecl-blockquote__attribution{font:normal normal 400 1rem/1.5rem Arial,sans-serif;margin-top:1.5rem}
@media (min-width:768px){.ecl-blockquote__attribution{font:normal normal 400 1.125rem/1.75rem Arial,sans-serif;margin-top:2rem}}
.ecl-blockquote__author{color:#000;font:normal normal 400 1rem/1.5rem Arial,sans-serif;font-weight:600}
@media (min-width:768px){.ecl-blockquote__author{font:normal normal 400 1.125rem/1.75rem Arial,sans-serif;font-weight:600}}
.ecl-blockquote__author:before{content:"\2014\2009"}
.ecl-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border-width:0;box-sizing:border-box;display:inline-block;font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-weight:600;margin:0;padding:.75rem 1rem}
.ecl-button,.ecl-button:active,.ecl-button:focus,.ecl-button:hover{text-decoration:none}
.ecl-button:focus{outline:3px solid #ffd617;outline-offset:-3px}
.ecl-button[disabled],.ecl-button[disabled]:hover{cursor:not-allowed;text-decoration:none}
.ecl-button__container{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex}
.ecl-button__icon+.ecl-button__label,.ecl-button__icon--before{margin-right:.5rem}
.ecl-button__icon--after,.ecl-button__label+.ecl-button__icon{margin-left:.5rem}
.ecl-button--primary{background-color:#004494;color:#fff}
.ecl-button--primary:active,.ecl-button--primary:hover{background-color:#002f67}
.ecl-button--primary[disabled],.ecl-button--primary[disabled]:hover{background-color:#bfd0e4;border-color:#bfd0e4;color:#fff}
.ecl-button--secondary{background-color:#fff;border:2px solid #004494;color:#004494;padding:calc(.75rem - 2px) calc(1rem - 2px)}
.ecl-button--secondary:active,.ecl-button--secondary:hover{border-color:#002f67;color:#002f67}
.ecl-button--secondary[disabled],.ecl-button--secondary[disabled]:hover{background-color:#fff;border-color:#bfd0e4;color:#bfd0e4}
.ecl-button--ghost{color:#004494}
.ecl-button--ghost:active,.ecl-button--ghost:hover{color:#002f67}
.ecl-button--ghost[disabled],.ecl-button--ghost[disabled]:hover{color:#bfd0e4}
.ecl-button--call{background-color:#ffd617;color:#000}
.ecl-button--call:active,.ecl-button--call:hover{border:2px solid #000;padding:calc(.75rem - 2px) calc(1rem - 2px)}
.ecl-button--call:focus{outline-color:#000}
.ecl-button--call[disabled],.ecl-button--call[disabled]:hover{background-color:#fff4bb;border-color:#fff4bb;color:#9f9f9f}
.ecl-button--search{background-color:#ebebeb;color:#004494}
.ecl-button--search:active,.ecl-button--search:hover{background-color:#cfcfcf}
.ecl-button--search[disabled],.ecl-button--search[disabled]:hover{background-color:#f5f5f5;color:#9f9f9f}
.ecl-date-block{background-color:#004494;box-sizing:border-box;display:-webkit-inline-box;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:0;overflow:hidden;position:relative;text-align:center;width:5rem}
.ecl-date-block:before{left:.75rem}
.ecl-date-block:after,.ecl-date-block:before{background-color:#fff;border-radius:50%;box-sizing:content-box;content:"";display:block;height:.6rem;position:absolute;top:-.3rem;width:.6rem}
.ecl-date-block:after{right:.75rem}
.ecl-date-block__day{font:normal normal 400 1.5rem/1.75rem Arial,sans-serif;font-weight:600;padding-top:.5rem}
.ecl-date-block__day,.ecl-date-block__month{color:#fff;padding-left:.25rem;padding-right:.25rem}
.ecl-date-block__month{font:normal normal 400 1rem/1.25rem Arial,sans-serif;padding-bottom:.25rem;text-decoration:none!important;text-transform:uppercase}
.ecl-date-block__year{background-color:#ebebeb;border-top:1px solid #cfcfcf;color:#404040;font:normal normal 400 .875rem/1rem Arial,sans-serif;padding:.25rem}
@media (min-width:996px){.ecl-date-block{width:6.3rem}.ecl-date-block__month{padding-bottom:.5rem}.ecl-date-block__year{padding-bottom:.5rem;padding-top:.5rem}}
.ecl-date-block--ongoing{background-color:#ffd617}
.ecl-date-block--ongoing .ecl-date-block__day,.ecl-date-block--ongoing .ecl-date-block__month{color:#404040}
.ecl-date-block--ongoing .ecl-date-block__year{background-color:#ebebeb;border-top-color:#cfcfcf;color:#404040}
.ecl-date-block--canceled{background-color:#ebebeb}
.ecl-date-block--canceled .ecl-date-block__day,.ecl-date-block--canceled .ecl-date-block__month{color:#404040}
.ecl-date-block--canceled .ecl-date-block__year{background-color:#ebebeb;border-top-color:#cfcfcf;color:#404040}
.ecl-date-block--past{background-color:#fff;border-top-color:#9f9f9f;outline:1px solid #9f9f9f;outline-offset:-1px}
.ecl-date-block--past:after,.ecl-date-block--past:before{border:1px solid #9f9f9f}
.ecl-date-block--past .ecl-date-block__day,.ecl-date-block--past .ecl-date-block__month{color:#404040}
.ecl-date-block--past .ecl-date-block__year{background-color:#fff;color:#404040}
.ecl-link{color:#004494;margin:0;text-decoration:underline}
.ecl-link:focus,.ecl-link:hover{color:#000}
.ecl-link:focus{outline:3px solid #ffd617;outline-offset:2px}
.ecl-link--icon-after,.ecl-link--icon-before{display:inline-block}
.ecl-link--icon{text-decoration:none}
.ecl-link--icon .ecl-link__icon{fill:currentColor;position:relative;top:-1px;vertical-align:middle}
.ecl-link--icon:not(.ecl-link--standalone) .ecl-link__label{text-decoration:underline}
.ecl-link--standalone{font-family:Arial,sans-serif;text-decoration:none}
.ecl-link--standalone.ecl-link--icon:focus .ecl-link__label,.ecl-link--standalone.ecl-link--icon:hover .ecl-link__label,.ecl-link--standalone:not(.ecl-link--icon):focus,.ecl-link--standalone:not(.ecl-link--icon):hover{text-decoration:underline}
.ecl-link--cta{background-color:#ffd617;box-sizing:border-box;color:#000;display:inline-block;font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-weight:600;padding:.75rem 1rem}
.ecl-link--cta:active,.ecl-link--cta:hover{border:2px solid #000;padding:calc(.75rem - 2px) calc(1rem - 2px)}
.ecl-link--cta:focus{outline-color:#000;outline-offset:-3px}
.ecl-message{box-sizing:border-box;display:-webkit-box;display:flex;margin:0;padding:1.5rem 1rem 1rem 1.5rem;position:relative}
.ecl-message__icon{flex-shrink:0;margin-right:1rem}
.ecl-message__content{width:100%}
.ecl-message__title{color:#000;font:normal normal 400 1rem/1.5rem Arial,sans-serif;font-weight:700;margin-bottom:.5rem;max-width:80ch}
.ecl-message__description{color:#404040;font:normal normal 400 .75rem/1rem Arial,sans-serif;margin:0;max-width:80ch;padding-bottom:2rem}
.ecl-message__close{bottom:.25rem;color:#000;font:normal normal 400 .875rem/1rem Arial,sans-serif;position:absolute;right:0}
.no-js .ecl-message__close{display:none}
@supports (display:grid){.ecl-message__content{display:-ms-grid;display:grid}.ecl-message__description,.ecl-message__title{-ms-grid-column:1;grid-column-start:1}.ecl-message__description{padding-bottom:0}.ecl-message__close{-ms-grid-row-align:self-end;align-self:self-end;bottom:auto;-ms-grid-column:1;grid-column-start:1;-ms-grid-row-span:1;grid-row-end:4;-ms-grid-row:3;grid-row-start:3;-ms-grid-column-align:end;justify-self:end;margin-bottom:-.75rem;position:relative;right:auto}}
@media (min-width:768px){.ecl-message{padding-bottom:1.5rem}.ecl-message__description{font:normal normal 400 .875rem/1.25rem Arial,sans-serif;padding-bottom:0}.ecl-message__close{bottom:auto;font:normal normal 400 1rem/1.25rem Arial,sans-serif;top:.75rem}@supports (display:grid){.ecl-message__content{-ms-grid-columns:auto -webkit-max-content;-ms-grid-columns:auto max-content;grid-template-columns:auto -webkit-max-content;grid-template-columns:auto max-content}.ecl-message__close{-ms-grid-row-align:self-start;align-self:self-start;-ms-grid-column:2;grid-column-start:2;-ms-grid-row-span:2;grid-row-end:span 2;-ms-grid-row:1;grid-row-start:1;margin-bottom:0;margin-top:-.75rem;position:relative;right:auto;top:auto}}}
.ecl-message--info{border:2px solid #006fb4}
.ecl-message--info .ecl-message__icon{fill:#006fb4}
.ecl-message--success{border:2px solid #467a39}
.ecl-message--success .ecl-message__icon{fill:#467a39}
.ecl-message--warning{border:2px solid #f29527}
.ecl-message--warning .ecl-message__icon{fill:#f29527}
.ecl-message--error{border:2px solid #da2131}
.ecl-message--error .ecl-message__icon{fill:#da2131}
.ecl-site-switcher{background-color:#f5f5f5;margin:0}
.ecl-site-switcher,.ecl-site-switcher__link{display:block;font:normal normal 400 1rem/1.25rem Arial,sans-serif}
.ecl-site-switcher__link{font-weight:600;padding:.75rem 1rem;text-decoration:none}
.ecl-site-switcher__link--is-external:after,.ecl-site-switcher__link:after{content:none}
.ecl-site-switcher__link:focus,.ecl-site-switcher__link:hover{color:#404040;outline-offset:-3px;text-decoration:underline}
@media (max-width:767px){.ecl-site-switcher__container{max-width:100%;padding:0;width:100%}}
.ecl-site-switcher__list{display:-webkit-box;display:flex;list-style:none;margin:0;padding:0}
.ecl-site-switcher__option{display:inline-block;-webkit-box-flex:1;flex-grow:1;text-align:center;vertical-align:middle}
.ecl-site-switcher__option--is-selected{background-color:#004494}
.ecl-site-switcher__option--is-selected .ecl-site-switcher__link{color:#fff}
.ecl-site-switcher--footer .ecl-site-switcher__option,.ecl-site-switcher--header .ecl-site-switcher__option{position:relative}
.ecl-site-switcher--footer .ecl-site-switcher__option--is-selected:after,.ecl-site-switcher--header .ecl-site-switcher__option--is-selected:after{border:.5rem solid transparent;content:" ";height:0;left:50%;margin-left:-.5rem;pointer-events:none;position:absolute;width:0}
.ecl-site-switcher--header .ecl-site-switcher__option--is-selected:after{border-top-color:#004494}
.ecl-site-switcher--footer .ecl-site-switcher__option--is-selected:after{border-bottom-color:#004494}
@media (min-width:768px){.ecl-site-switcher__option{-webkit-box-flex:0;flex-grow:0}.ecl-site-switcher--footer .ecl-site-switcher__list{-webkit-box-pack:end;justify-content:flex-end}}
.ecl-table{border-collapse:collapse;color:#404040;font:normal normal 400 1rem/1.25rem Arial,sans-serif;margin:0;width:100%}
.ecl-table__head{display:none}
.ecl-table__cell{border-top:1px solid #cfcfcf;display:-webkit-box;display:flex;padding:.75rem}
.ecl-table__cell:before{background-color:#f2f5f9;border-right:2px solid #9f9f9f;content:attr(data-ecl-table-header);display:block;flex-basis:10rem;-webkit-box-flex:0;flex-grow:0;flex-shrink:0;font-weight:600;margin:-.75rem .75rem -.75rem -.75rem;padding:.75rem 1rem .75rem .75rem}
.ecl-table__cell:last-of-type{border-bottom:1px solid #cfcfcf;margin-bottom:1.5rem}
@media (min-width:996px){.ecl-table__head{background-color:#f2f5f9;display:table-header-group}.ecl-table__header{font-weight:600;padding:.75rem 1rem;text-align:left;vertical-align:bottom}.ecl-table__row{border-bottom:1px solid #cfcfcf;border-top-width:0}.ecl-table__head .ecl-table__row:first-child{border-bottom:2px solid #9f9f9f}.ecl-table__cell{border-width:0;display:table-cell;padding:.75rem 1rem}.ecl-table__cell:before{display:none}}
.ecl-table--zebra .ecl-table__cell:nth-of-type(2n){background-color:#f5f5f5}
@media (min-width:996px){.ecl-table--zebra .ecl-table__body .ecl-table__row:nth-of-type(2n){background-color:#f5f5f5}.ecl-table--zebra .ecl-table__cell:nth-of-type(2n){background-color:transparent}}
.ecl-table__cell[data-ecl-table-header-group]{padding-top:calc(3.5rem + 1px);position:relative}
.ecl-table__cell[data-ecl-table-header-group]:after{background-color:#f2f5f9;border-bottom:1px solid #cfcfcf;content:attr(data-ecl-table-header-group);display:block;font-weight:600;left:0;padding-bottom:.75rem;padding-left:.75rem;padding-top:.75rem;position:absolute;top:0;width:calc(100% - .75rem)}
.ecl-table__cell--group:before{background-color:#fff;border-right-color:#fff;margin-left:-.75rem;margin-right:0;padding-left:1.5rem}
@media (min-width:996px){.ecl-table__head .ecl-table__row:not(:first-child){background-color:#fff;border-bottom-width:0}.ecl-table__head .ecl-table__row:not(:first-child) .ecl-table__header:not(:empty){background-color:#f2f5f9}.ecl-table__cell[data-ecl-table-header-group]:after{display:none}.ecl-table__cell--group{padding-left:.75rem}.ecl-table__cell[data-ecl-table-header-group]{padding-top:.75rem}}
.ecl-tag{-webkit-box-align:center;align-items:center;background-color:#e3e3e3;border-radius:1rem;border-width:0;box-sizing:border-box;color:#404040;display:-webkit-inline-box;display:inline-flex;font:normal normal 400 .875rem/1rem Arial,sans-serif;padding:.5rem .75rem;text-decoration:underline;white-space:nowrap}
.ecl-tag:active,.ecl-tag:focus,.ecl-tag:hover{text-decoration:none}
.ecl-tag:focus{box-shadow:inset 0 0 0 3px #ffd617;outline:none}
.ecl-tag--removable{pointer-events:none;text-decoration:none}
.ecl-tag--removable:focus,.ecl-tag--removable:hover{background-color:#404040;color:#fff}
.ecl-tag__icon{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border-width:0;height:1rem;margin-left:.5rem;padding:0;pointer-events:auto;position:relative;width:1rem}
.ecl-tag__icon:focus{outline:3px solid #ffd617}
.ecl-tag__icon-close{fill:#404040;left:0;opacity:1;position:absolute;top:0}
.ecl-tag__icon-close-filled{fill:#fff;left:0;opacity:0;position:absolute;top:0}
.ecl-tag:focus .ecl-tag__icon-close,.ecl-tag:hover .ecl-tag__icon-close{opacity:0}
.ecl-tag:focus .ecl-tag__icon-close-filled,.ecl-tag:hover .ecl-tag__icon-close-filled{opacity:1}
.ecl-editor blockquote{border-left:.625rem solid #ffd617;margin:0;padding:1rem 0 1rem 1.5rem}
.ecl-editor blockquote p{color:#404040;font:normal normal 400 1rem/1.5rem Arial,sans-serif;font-style:italic;margin:0;max-width:85ch;quotes:"“" "”"}
@media (min-width:768px){.ecl-editor blockquote p{font:normal normal 400 1.25rem/1.75rem Arial,sans-serif;font-style:italic}}
.ecl-editor blockquote p:before{content:open-quote}
.ecl-editor blockquote p:after{content:close-quote}
.ecl-editor a{color:#004494;margin:0;text-decoration:underline}
.ecl-editor a:focus,.ecl-editor a:hover{color:#000}
.ecl-editor a:focus{outline:3px solid #ffd617;outline-offset:2px}
.ecl-hero-banner{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;margin:0;position:relative}
.ecl-hero-banner__container{display:-webkit-box;display:flex;width:100%}
.ecl-hero-banner__content{display:block;padding:1.5rem}
.ecl-hero-banner__image{background-size:cover;height:33.33333vw;position:relative;width:100%}
.ecl-hero-banner__title{font:normal normal 400 1.5rem/1.75rem Arial,sans-serif;margin-bottom:1rem;margin-top:0}
.ecl-hero-banner__description{font:normal normal 400 1rem/1.5rem Arial,sans-serif;margin-bottom:1rem;margin-top:0}
.ecl-hero-banner__link{font-weight:600;padding:1rem .75rem}
@media (min-width:996px){.ecl-hero-banner{height:1px;min-height:33.33333vw}.ecl-hero-banner__container{padding:1.5rem}.ecl-hero-banner__content{max-width:42.5rem}.ecl-hero-banner__image{height:100%;left:0;position:absolute;top:0}.ecl-hero-banner__title{font:normal normal 400 2rem/2.5rem Arial,sans-serif;margin-bottom:1rem}.ecl-hero-banner__description{font:normal normal 400 1.125rem/1.75rem Arial,sans-serif;margin-bottom:1.5rem}}
.ecl-hero-banner--centered .ecl-hero-banner__container{-webkit-box-pack:center;justify-content:center}
.ecl-hero-banner--centered .ecl-hero-banner__content{text-align:center}
.ecl-hero-banner--default{background-color:#f5f5f5}
.ecl-hero-banner--default .ecl-hero-banner__title{color:#000}
.ecl-hero-banner--default .ecl-hero-banner__description{color:#404040}
.ecl-hero-banner--primary{background-color:#004494}
.ecl-hero-banner--primary .ecl-hero-banner__description,.ecl-hero-banner--primary .ecl-hero-banner__link,.ecl-hero-banner--primary .ecl-hero-banner__link:focus,.ecl-hero-banner--primary .ecl-hero-banner__link:hover,.ecl-hero-banner--primary .ecl-hero-banner__title{color:#fff}
.ecl-hero-banner--image .ecl-hero-banner__container{border-top:4px solid #ffd617}
.ecl-hero-banner--image .ecl-hero-banner__content{padding-top:calc(1.5rem - 4px)}
.ecl-hero-banner--image .ecl-hero-banner__title{color:#000}
.ecl-hero-banner--image .ecl-hero-banner__description{color:#404040}
@media (min-width:996px){.ecl-hero-banner--image .ecl-hero-banner__container{border-top-width:0}.ecl-hero-banner--image .ecl-hero-banner__content{background-color:#fff;border-bottom:4px solid #ffd617;border-top-width:0;padding:2rem calc(2rem - 4px) 2rem 2rem}}
.ecl-hero-banner--image-shade .ecl-hero-banner__image:before{background-color:rgba(0,0,0,.7);content:"";display:block;height:100%;position:absolute;width:100%}
.ecl-hero-banner--image-shade .ecl-hero-banner__title{color:#000}
.ecl-hero-banner--image-shade .ecl-hero-banner__description{color:#404040}
@media (min-width:996px){.ecl-hero-banner--image-shade .ecl-hero-banner__description,.ecl-hero-banner--image-shade .ecl-hero-banner__link,.ecl-hero-banner--image-shade .ecl-hero-banner__link:focus,.ecl-hero-banner--image-shade .ecl-hero-banner__link:hover,.ecl-hero-banner--image-shade .ecl-hero-banner__title{color:#fff}}
.ecl-page-banner{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;margin:0;position:relative}
.ecl-page-banner__container{display:-webkit-box;display:flex;width:100%}
.ecl-page-banner__content{display:block;padding:1.5rem}
.ecl-page-banner__image{background-size:cover;height:25vw;position:relative;width:100%}
.ecl-page-banner__title{font:normal normal 400 1.75rem/2rem Arial,sans-serif;margin:0}
.ecl-page-banner__baseline{font:normal normal 400 1.125rem/1.5rem Arial,sans-serif;margin:0}
.ecl-page-banner__button{margin-top:1rem}
.ecl-page-banner__link{font-weight:600;margin-top:1rem;padding:1rem .75rem}
.ecl-page-banner__link-cta{margin-top:1rem}
@media (min-width:768px){.ecl-page-banner__content{padding:2rem}}
@media (min-width:996px){.ecl-page-banner{height:1px;min-height:25vw}.ecl-page-banner__container{padding:1.5rem}.ecl-page-banner__content{max-width:42.5rem}.ecl-page-banner__image{height:100%;left:0;position:absolute;top:0}.ecl-page-banner__title{font:normal normal 400 2rem/2.5rem Arial,sans-serif}.ecl-page-banner__baseline{font:normal normal 400 1.25rem/1.5rem Arial,sans-serif}.ecl-page-banner__button{margin-top:1.5rem}}
.ecl-page-banner--centered .ecl-page-banner__container{-webkit-box-pack:center;justify-content:center}
.ecl-page-banner--centered .ecl-page-banner__content{text-align:center}
.ecl-page-banner--default{background-color:#f5f5f5}
.ecl-page-banner--default .ecl-page-banner__title{color:#000}
.ecl-page-banner--default .ecl-page-banner__baseline{color:#404040}
.ecl-page-banner--primary{background-color:#004494}
.ecl-page-banner--primary .ecl-page-banner__baseline,.ecl-page-banner--primary .ecl-page-banner__link,.ecl-page-banner--primary .ecl-page-banner__link:focus,.ecl-page-banner--primary .ecl-page-banner__link:hover,.ecl-page-banner--primary .ecl-page-banner__title{color:#fff}
.ecl-page-banner--image .ecl-page-banner__container{border-top:4px solid #ffd617}
.ecl-page-banner--image .ecl-page-banner__content{padding-top:calc(1.5rem - 4px)}
.ecl-page-banner--image .ecl-page-banner__title{color:#000}
.ecl-page-banner--image .ecl-page-banner__baseline{color:#404040}
@media (min-width:768px){.ecl-page-banner--image .ecl-page-banner__content{padding:calc(2rem - 4px) 2rem 2rem}}
@media (min-width:996px){.ecl-page-banner--image .ecl-page-banner__container{border-top-width:0}.ecl-page-banner--image .ecl-page-banner__content{background-color:#fff;border-bottom:4px solid #ffd617;border-top-width:0;padding:2rem 2rem calc(2rem - 4px)}}
.ecl-page-banner--image-shade .ecl-page-banner__image:before{background-color:rgba(0,0,0,.7);content:"";display:block;height:100%;position:absolute;width:100%}
.ecl-page-banner--image-shade .ecl-page-banner__title{color:#000}
.ecl-page-banner--image-shade .ecl-page-banner__baseline{color:#404040}
@media (min-width:996px){.ecl-page-banner--image-shade .ecl-page-banner__baseline,.ecl-page-banner--image-shade .ecl-page-banner__link,.ecl-page-banner--image-shade .ecl-page-banner__link:focus,.ecl-page-banner--image-shade .ecl-page-banner__link:hover,.ecl-page-banner--image-shade .ecl-page-banner__title{color:#fff}}
.ecl-breadcrumb{background-color:#004494;margin:0}
.ecl-breadcrumb__container{border-bottom:1px solid #fff;box-sizing:border-box;display:-webkit-box;display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0 0 calc(1rem - 1px)}
.ecl-breadcrumb__container:after{clear:both;content:"";display:block}
.ecl-breadcrumb__segment{display:-webkit-inline-box;display:inline-flex;font:normal normal 400 .875rem/1rem Arial,sans-serif;margin-top:1rem;max-width:100%}
.ecl-breadcrumb__segment[aria-hidden=true]{position:absolute;visibility:hidden}
.no-js .ecl-breadcrumb__segment[aria-hidden=true]{position:static;visibility:visible}
.no-js .ecl-breadcrumb__segment--ellipsis[aria-hidden=false]{display:none}
.ecl-breadcrumb__ellipsis{background-color:transparent;border-width:0;box-sizing:border-box;color:#fff;font-weight:600;margin:0;padding:0}
.ecl-breadcrumb__ellipsis:hover{background-color:#003776}
.ecl-breadcrumb__ellipsis:focus{outline:3px solid #ffd617;outline-offset:2px}
.ecl-breadcrumb__link{color:#fff;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ecl-breadcrumb__link:active,.ecl-breadcrumb__link:focus,.ecl-breadcrumb__link:hover,.ecl-breadcrumb__link:visited{color:#fff}
.ecl-breadcrumb__icon{fill:#fff;flex-shrink:0;margin-left:.5rem;margin-right:.5rem;vertical-align:text-bottom}
.ecl-breadcrumb__current-page{color:#bfd0e4;font-weight:600}
.ecl-breadcrumb-core{background-color:#004494;margin:0}
.ecl-breadcrumb-core__container{border-bottom:1px solid #fff;box-sizing:border-box;display:-webkit-box;display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0 0 calc(1rem - 1px)}
.ecl-breadcrumb-core__container:after{clear:both;content:"";display:block}
.ecl-breadcrumb-core__segment{-webkit-box-align:center;align-items:center;display:-webkit-inline-box;display:inline-flex;font:normal normal 400 .875rem/1rem Arial,sans-serif;margin-top:1rem;max-width:100%}
.ecl-breadcrumb-core__segment[aria-hidden=true]{position:absolute;visibility:hidden}
.no-js .ecl-breadcrumb-core__segment[aria-hidden=true]{position:static;visibility:visible}
.no-js .ecl-breadcrumb-core__segment--ellipsis[aria-hidden=false]{display:none}
.ecl-breadcrumb-core__ellipsis{background-color:transparent;border-width:0;box-sizing:border-box;color:#fff;font-weight:600;margin:0;padding:0}
.ecl-breadcrumb-core__ellipsis:hover{background-color:#003776}
.ecl-breadcrumb-core__ellipsis:focus{outline:3px solid #ffd617;outline-offset:2px}
.ecl-breadcrumb-core__link{color:#fff;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ecl-breadcrumb-core__link:active,.ecl-breadcrumb-core__link:focus,.ecl-breadcrumb-core__link:hover,.ecl-breadcrumb-core__link:visited{color:#fff}
.ecl-breadcrumb-core__icon{fill:#fff;flex-shrink:0;margin-left:.5rem;margin-right:.5rem;vertical-align:text-bottom}
.ecl-breadcrumb-core__current-page{color:#bfd0e4;font-weight:600}
.ecl-breadcrumb-harmonised{background-color:transparent;margin:0}
.ecl-breadcrumb-harmonised__container{border-bottom:1px solid #bfd0e4;box-sizing:border-box;display:-webkit-box;display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0 0 calc(1rem - 1px)}
.ecl-breadcrumb-harmonised__container:after{clear:both;content:"";display:block}
.ecl-breadcrumb-harmonised__segment{-webkit-box-align:center;align-items:center;display:-webkit-inline-box;display:inline-flex;font:normal normal 400 .875rem/1rem Arial,sans-serif;margin-top:1rem;max-width:100%}
.ecl-breadcrumb-harmonised__segment[aria-hidden=true]{position:absolute;visibility:hidden}
.no-js .ecl-breadcrumb-harmonised__segment[aria-hidden=true]{position:static;visibility:visible}
.no-js .ecl-breadcrumb-harmonised__segment--ellipsis[aria-hidden=false]{display:none}
.ecl-breadcrumb-harmonised__ellipsis{background-color:transparent;border-width:0;box-sizing:border-box;color:#004494;font-weight:600;margin:0;padding:0}
.ecl-breadcrumb-harmonised__ellipsis:hover{background-color:#f2f5f9}
.ecl-breadcrumb-harmonised__ellipsis:focus{outline:3px solid #ffd617;outline-offset:2px}
.ecl-breadcrumb-harmonised__link{color:#004494;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ecl-breadcrumb-harmonised__link:active,.ecl-breadcrumb-harmonised__link:focus,.ecl-breadcrumb-harmonised__link:hover,.ecl-breadcrumb-harmonised__link:visited{color:#004494}
.ecl-breadcrumb-harmonised__icon{fill:#004494;flex-shrink:0;margin-left:.5rem;margin-right:.5rem;vertical-align:text-bottom}
.ecl-breadcrumb-harmonised__current-page{color:#707070;font-weight:600}
.ecl-breadcrumb-standardised{background-color:transparent;margin:0}
.ecl-breadcrumb-standardised__container{border-bottom:1px solid #bfd0e4;box-sizing:border-box;display:-webkit-box;display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0 0 calc(1rem - 1px)}
.ecl-breadcrumb-standardised__container:after{clear:both;content:"";display:block}
.ecl-breadcrumb-standardised__segment{-webkit-box-align:center;align-items:center;display:-webkit-inline-box;display:inline-flex;font:normal normal 400 .875rem/1rem Arial,sans-serif;margin-top:1rem;max-width:100%}
.ecl-breadcrumb-standardised__segment[aria-hidden=true]{position:absolute;visibility:hidden}
.no-js .ecl-breadcrumb-standardised__segment[aria-hidden=true]{position:static;visibility:visible}
.no-js .ecl-breadcrumb-standardised__segment--ellipsis[aria-hidden=false]{display:none}
.ecl-breadcrumb-standardised__ellipsis{background-color:transparent;border-width:0;box-sizing:border-box;color:#004494;font-weight:600;margin:0;padding:0}
.ecl-breadcrumb-standardised__ellipsis:hover{background-color:#f2f5f9}
.ecl-breadcrumb-standardised__ellipsis:focus{outline:3px solid #ffd617;outline-offset:2px}
.ecl-breadcrumb-standardised__link{color:#004494;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ecl-breadcrumb-standardised__link:active,.ecl-breadcrumb-standardised__link:focus,.ecl-breadcrumb-standardised__link:hover,.ecl-breadcrumb-standardised__link:visited{color:#004494}
.ecl-breadcrumb-standardised__icon{fill:#004494;flex-shrink:0;margin-left:.5rem;margin-right:.5rem;vertical-align:text-bottom}
.ecl-breadcrumb-standardised__current-page{color:#707070;font-weight:600}
.ecl-card{background-color:#f5f5f5;border:1px solid #ebebeb;box-sizing:border-box;height:100%;margin:0;padding-left:calc(.75rem - 1px);padding-right:calc(.75rem - 1px);width:100%}
.ecl-card__image{background-position:50%;background-size:cover;display:block;height:auto;margin-top:calc(.75rem - 1px);width:100%}
.ecl-card__image:before{content:"";display:block;padding-top:66.66667%;width:100%}
.ecl-card__meta{color:#707070;font:normal normal 400 .75rem/1rem Arial,sans-serif;margin-top:.5rem}
.ecl-card__title{font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-weight:700;margin-top:.75rem}
.ecl-card__description{color:#404040;font:normal normal 400 1rem/1.25rem Arial,sans-serif;margin-top:.5rem}
.ecl-card__info-container{list-style:none;margin-top:1rem;padding:0}
.ecl-card__info-item{align-content:center;color:#707070;display:-webkit-box;display:flex;font:normal normal 400 .875rem/1rem Arial,sans-serif;margin-top:.75rem}
.ecl-card__info-item:first-child{margin-top:0}
.ecl-card__info-label{margin-left:.75rem}
.ecl-card__link-container{list-style:none;margin-top:2rem;padding:0}
.ecl-card__link-item{margin-top:.75rem}
.ecl-card__link-item:first-child{margin-top:0}
.ecl-card__link{display:block;font:normal normal 400 .875rem/1rem Arial,sans-serif;font-weight:600}
.ecl-card__tag-container{display:-webkit-inline-box;display:inline-flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}
.ecl-card__tag-item{margin:1rem .5rem 0 0}
.ecl-card__tag-item:last-child{margin-right:0}
.ecl-card--tile .ecl-card__title{font:normal normal 400 1.125rem/1.75rem Arial,sans-serif;font-weight:700;margin-top:calc(1.5rem - 1px)}
.ecl-card__meta+.ecl-card__title{margin-top:.5rem}
.ecl-card>:last-child{margin-bottom:calc(.75rem - 1px)}
.ecl-card--tile>:last-child{margin-bottom:calc(1.5rem - 1px)}
.ecl-card__title:last-child{margin-bottom:1rem}
.ecl-contextual-navigation{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:0}
.ecl-contextual-navigation__label{color:#000;font:normal normal 400 1rem/1.25rem Arial,sans-serif}
.ecl-contextual-navigation__list{display:-webkit-box;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;margin-top:.75rem;padding-left:0}
.ecl-contextual-navigation__item{border-right:1px solid #9f9f9f;display:block;margin-right:.75rem;padding-right:.75rem}
.ecl-contextual-navigation__item:last-child{border-right-width:0;margin-right:0;padding-right:0}
.ecl-contextual-navigation__item--collapsed{display:none}
.no-js .ecl-contextual-navigation__item--collapsed{display:block}
.no-js .ecl-contextual-navigation__item--more{display:none}
.ecl-contextual-navigation__list[aria-expanded=true] .ecl-contextual-navigation__item--collapsed{display:block}
.ecl-contextual-navigation__more{font-weight:400;line-height:1;padding:0}
.ecl-contextual-navigation__more:hover{color:#000}
.ecl-contextual-navigation__more:focus{color:#000;outline-offset:2px}
@media (min-width:480px){.ecl-contextual-navigation{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.ecl-contextual-navigation__label{margin-right:4rem}.ecl-contextual-navigation__list{margin-top:0}}
.ecl-expandable{margin:0}
.ecl-expandable__toggle[aria-expanded=true] .ecl-icon{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
.no-js .ecl-expandable__content{display:block}
.ecl-fact-figures{background-color:#f2f5f9;border:1px solid #bfd0e4;margin:0}
.ecl-fact-figures__items{padding-bottom:1.5rem;padding-top:1.5rem}
.ecl-fact-figures__item{box-sizing:border-box;font:normal normal 400 1rem/1.25rem Arial,sans-serif;margin-top:2rem;padding-left:1rem;padding-right:1rem}
.ecl-fact-figures__item:first-of-type{margin-top:0}
.ecl-fact-figures__icon{color:#004494;margin-bottom:.75rem}
.ecl-fact-figures__value{color:#004494;font:normal normal 400 1.75rem/2rem Arial,sans-serif;font-weight:600}
.ecl-fact-figures__title{color:#004494;font:normal normal 400 1.125rem/1.75rem Arial,sans-serif;font-weight:600;margin-top:.5rem}
.ecl-fact-figures__description{color:#004494;font:normal normal 400 1rem/1.5rem Arial,sans-serif;margin-top:.75rem}
.ecl-fact-figures__view-all{border-top:1px solid #bfd0e4;font:normal normal 400 1rem/1.25rem Arial,sans-serif;margin-left:1rem;margin-right:1rem;padding-bottom:1.5rem;padding-top:1.5rem}
@media (min-width:996px){.ecl-fact-figures__item{display:-webkit-inline-box;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-bottom:0;margin-top:2rem;padding-left:2rem;padding-right:2rem}.ecl-fact-figures__item:first-of-type{margin-top:2rem}.ecl-fact-figures__items{display:-webkit-box;display:flex;flex-wrap:wrap;padding-bottom:2rem;padding-top:0}.ecl-fact-figures--col-3 .ecl-fact-figures__item{flex-basis:33%}.ecl-fact-figures--col-4 .ecl-fact-figures__item{flex-basis:25%}.ecl-fact-figures__value{font:normal normal 400 2rem/2.5rem Arial,sans-serif;font-weight:700}.ecl-fact-figures__view-all{margin-left:2rem;margin-right:2rem}}
.ecl-footer{box-sizing:border-box;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:0}
.ecl-footer__back-to-top{align-self:flex-end;background-color:#4073af;color:#fff;display:none;font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-weight:600;margin:0;padding:.75rem 1rem}
.ecl-footer__back-to-top:focus,.ecl-footer__back-to-top:hover{color:#fff;outline-offset:-3px}
.ecl-footer--custom .ecl-footer__back-to-top{background-color:#bfd0e4;color:#004494}
.ecl-footer--custom .ecl-footer__back-to-top:focus,.ecl-footer--custom .ecl-footer__back-to-top:hover{color:#004494;outline-offset:-3px}
@media (min-width:480px){.ecl-footer__back-to-top{display:block}}
.ecl-footer__identity{background-color:#bfd0e4;color:#004494;padding-bottom:1.5rem;padding-top:1.5rem}
.ecl-footer__identity-title{font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-weight:700;margin-bottom:0;margin-top:0}
.ecl-footer__identity-follow{display:-webkit-box;display:flex;flex-wrap:wrap;font:normal normal 400 .875rem/1rem Arial,sans-serif}
.ecl-footer__identity-label{font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-weight:700;margin-right:.5rem;margin-top:1rem}
.ecl-footer__identity-info{display:-webkit-box;display:flex;flex-wrap:wrap}
.ecl-footer__identity-link{font:normal normal 400 .875rem/1rem Arial,sans-serif;margin-right:2rem;margin-top:1rem}
.ecl-footer__identity-link:last-child{margin-right:0}
@media (min-width:768px){.ecl-footer__identity-follow,.ecl-footer__identity-info{margin-top:-1rem}}
.ecl-footer__sections{background-color:#4073af;padding-bottom:1.5rem}
.ecl-footer__section-title{border-bottom:2px solid #7fa1c9;color:#fff;font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-weight:600;margin-bottom:0;margin-top:1.5rem;padding-bottom:.75rem}
.ecl-footer__section-list{list-style:none;margin:0;padding-left:0}
.ecl-footer__section-item{display:block;font:normal normal 400 .875rem/1rem Arial,sans-serif;margin-top:1rem}
.ecl-footer__section-link,.ecl-footer__section-link:focus,.ecl-footer__section-link:hover{color:#fff}
.ecl-footer__section-list--inline{display:-webkit-inline-box;display:inline-flex;flex-wrap:wrap}
.ecl-footer__section-list--inline .ecl-footer__section-item{margin-right:2rem}
.ecl-footer__section-list--inline .ecl-footer__section-item:last-child{margin-right:0}
@media (min-width:768px){.ecl-footer__sections{padding-bottom:2rem}.ecl-footer__section-title{margin-top:2rem}}
.ecl-footer__common{background-color:#004494;color:#fff;font:normal normal 400 .875rem/1rem Arial,sans-serif;padding-bottom:1.5rem;padding-top:1.5rem}
.ecl-footer__common-container{display:-webkit-box;display:flex;flex-wrap:wrap;margin-bottom:-1rem}
.ecl-footer__common-link{color:#fff;margin-bottom:1rem;margin-right:2rem}
.ecl-footer__common-link:focus,.ecl-footer__common-link:hover{color:#fff}
.ecl-footer__common-link:last-child{margin-right:0}
.ecl-footer-core{background-color:#004494;color:#fff;margin:0;padding-bottom:2rem}
.ecl-footer-core__container{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}
.ecl-footer-core__section{margin-top:1.5rem}
.ecl-footer-core__section:first-of-type{margin-top:2rem}
.ecl-footer-core__section>:first-child{margin-top:0}
.ecl-footer-core__section--separator{border-bottom:1px solid #7fa1c9;padding-bottom:1.5rem}
.ecl-footer-core__title,.ecl-footer-core__title:active,.ecl-footer-core__title:focus,.ecl-footer-core__title:hover{color:#fff;font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-weight:600}
.ecl-footer-core__title--separator{border-bottom:1px solid #7fa1c9;padding-bottom:.5rem}
.ecl-footer-core__description{color:#bfd0e4;font:normal normal 400 .875rem/1.25rem Arial,sans-serif;margin-top:.5rem}
.ecl-footer-core__content{font:normal normal 400 .875rem/1rem Arial,sans-serif;margin-top:.5rem}
.ecl-footer-core__list{list-style:none;margin-bottom:0;margin-top:.5rem;padding-left:0}
.ecl-footer-core__list-item{margin-top:1rem}
.ecl-footer-core__list--condensed .ecl-footer-core__list-item{margin-top:.5rem}
.ecl-footer-core__list-item:first-of-type{margin-top:0}
.ecl-footer-core__list--inline{display:-webkit-inline-box;display:inline-flex;flex-wrap:wrap}
.ecl-footer-core__list--inline .ecl-footer-core__list-item{margin-right:1.5rem;margin-top:0}
.ecl-footer-core__list--inline .ecl-footer-core__list-item:last-of-type{margin-right:0}
.ecl-footer-core__link{font:normal normal 400 .875rem/1rem Arial,sans-serif}
.ecl-footer-core__link,.ecl-footer-core__link:active,.ecl-footer-core__link:focus,.ecl-footer-core__link:hover{color:#fff}
@media (min-width:768px){.ecl-footer-core__section{margin-top:2rem}.ecl-footer-core__section--separator{border-bottom-width:2px;padding-bottom:2rem}.ecl-footer-core__title,.ecl-footer-core__title:active,.ecl-footer-core__title:focus,.ecl-footer-core__title:hover{font:normal normal 400 1rem/1.5rem Arial,sans-serif;font-weight:600}.ecl-footer-core__title--separator{border-bottom-width:2px}.ecl-footer-core__description{margin-top:2rem}.ecl-footer-core__list--columns{-webkit-column-count:2;-moz-column-count:2;column-count:2}.ecl-footer-core__link{font:normal normal 400 .875rem/1.25rem Arial,sans-serif}}
.ecl-footer-core__section4{margin-top:1rem}
@media (min-width:768px){.ecl-footer-core__container{-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;display:-ms-grid;display:grid;grid-gap:0 2rem;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);-ms-grid-rows:(minmax(-webkit-min-content,-webkit-max-content))[2];-ms-grid-rows:(minmax(min-content,max-content))[2];grid-template-rows:repeat(2,minmax(-webkit-min-content,-webkit-max-content));grid-template-rows:repeat(2,minmax(min-content,max-content));row-gap:0}.ecl-footer-core__section1{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:1;-ms-grid-column-span:1;grid-area:1/1/3/2}.ecl-footer-core__section2{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:2;-ms-grid-column-span:2;grid-area:1/2/2/4}.ecl-footer-core__section3{-ms-grid-row:2;-ms-grid-row-span:1;-ms-grid-column:2;-ms-grid-column-span:1;grid-area:2/2/3/3}.ecl-footer-core__section4{-ms-grid-row:2;-ms-grid-row-span:1;-ms-grid-column:3;-ms-grid-column-span:1;grid-area:2/3/3/4;margin-top:2rem}}
.ecl-footer-harmonised{margin:0;padding-bottom:2rem}
.ecl-footer-harmonised__container{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}
.ecl-footer-harmonised__section{margin-top:1.5rem}
.ecl-footer-harmonised__section:first-of-type{margin-top:2rem}
.ecl-footer-harmonised__section>:first-child{margin-top:0}
.ecl-footer-harmonised__section--separator{border-bottom:1px solid transparent;padding-bottom:1.5rem}
.ecl-footer-harmonised__title,.ecl-footer-harmonised__title:active,.ecl-footer-harmonised__title:focus,.ecl-footer-harmonised__title:hover{font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-weight:600}
.ecl-footer-harmonised__title--separator{border-bottom:1px solid transparent;padding-bottom:.5rem}
.ecl-footer-harmonised__description{font:normal normal 400 .875rem/1.25rem Arial,sans-serif;margin-top:.5rem}
.ecl-footer-harmonised__content{font:normal normal 400 .875rem/1rem Arial,sans-serif;margin-top:.5rem}
.ecl-footer-harmonised__list{list-style:none;margin-bottom:0;margin-top:.5rem;padding-left:0}
.ecl-footer-harmonised__list-item{margin-top:1rem}
.ecl-footer-harmonised__list--condensed .ecl-footer-harmonised__list-item{margin-top:.5rem}
.ecl-footer-harmonised__list-item:first-of-type{margin-top:0}
.ecl-footer-harmonised__list--inline{display:-webkit-inline-box;display:inline-flex;flex-wrap:wrap}
.ecl-footer-harmonised__list--inline .ecl-footer-harmonised__list-item{margin-right:1.5rem;margin-top:0}
.ecl-footer-harmonised__list--inline .ecl-footer-harmonised__list-item:last-of-type{margin-right:0}
.ecl-footer-harmonised__link{font:normal normal 400 .875rem/1rem Arial,sans-serif}
@media (min-width:768px){.ecl-footer-harmonised__section{margin-top:2rem}.ecl-footer-harmonised__section--separator{border-bottom-width:2px;padding-bottom:2rem}.ecl-footer-harmonised__title,.ecl-footer-harmonised__title:active,.ecl-footer-harmonised__title:focus,.ecl-footer-harmonised__title:hover{font:normal normal 400 1rem/1.5rem Arial,sans-serif;font-weight:600}.ecl-footer-harmonised__title--separator{border-bottom-width:2px}.ecl-footer-harmonised__description{margin-top:2rem}.ecl-footer-harmonised__list--columns{-webkit-column-count:2;-moz-column-count:2;column-count:2}.ecl-footer-harmonised__link{font:normal normal 400 .875rem/1.25rem Arial,sans-serif}}
.ecl-footer-harmonised--group1{background-color:#004494;color:#fff}
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section--separator{border-bottom-color:#7fa1c9}
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__title,.ecl-footer-harmonised--group1 .ecl-footer-harmonised__title:active,.ecl-footer-harmonised--group1 .ecl-footer-harmonised__title:focus,.ecl-footer-harmonised--group1 .ecl-footer-harmonised__title:hover{color:#fff}
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__title--separator{border-bottom-color:#7fa1c9}
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__content,.ecl-footer-harmonised--group1 .ecl-footer-harmonised__description{color:#bfd0e4}
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__link,.ecl-footer-harmonised--group1 .ecl-footer-harmonised__link:active,.ecl-footer-harmonised--group1 .ecl-footer-harmonised__link:focus,.ecl-footer-harmonised--group1 .ecl-footer-harmonised__link:hover{color:#fff}
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section1,.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section2{-webkit-box-ordinal-group:2;order:1}
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section3{-webkit-box-ordinal-group:4;order:3}
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section4{-webkit-box-ordinal-group:3;order:2}
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section5,.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section6,.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section7,.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section8,.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section9{-webkit-box-ordinal-group:5;order:4}
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section6{border-bottom:1px solid #7fa1c9;border-top:1px solid #7fa1c9;padding-bottom:1rem;padding-top:1rem}
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section8,.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section9{margin-top:1rem}
@media (min-width:768px){.ecl-footer-harmonised--group1 .ecl-footer-harmonised__container{-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;display:-ms-grid;display:grid;grid-gap:0 2rem;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);-ms-grid-rows:(minmax(-webkit-min-content,-webkit-max-content))[4];-ms-grid-rows:(minmax(min-content,max-content))[4];grid-template-rows:repeat(4,minmax(-webkit-min-content,-webkit-max-content));grid-template-rows:repeat(4,minmax(min-content,max-content));row-gap:0}.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section1{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:1;-ms-grid-column-span:1;grid-area:1/1/3/2}.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section2{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:2;-ms-grid-column-span:1;grid-area:1/2/2/3}.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section3{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:3;-ms-grid-column-span:1;grid-area:1/3/2/4}.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section4{-ms-grid-row:2;-ms-grid-row-span:1;-ms-grid-column:2;-ms-grid-column-span:1;grid-area:2/2/3/3}.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section5{-ms-grid-row:2;-ms-grid-row-span:1;-ms-grid-column:3;-ms-grid-column-span:1;grid-area:2/3/3/4}.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section6{border-bottom-width:2px;border-top-width:2px;-ms-grid-row:3;-ms-grid-row-span:1;-ms-grid-column:1;-ms-grid-column-span:3;grid-area:3/1/4/4}.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section7{-ms-grid-row:4;-ms-grid-row-span:1;-ms-grid-column:1;-ms-grid-column-span:1;grid-area:4/1/5/2}.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section8{-ms-grid-row:4;-ms-grid-row-span:1;-ms-grid-column:2;-ms-grid-column-span:1;grid-area:4/2/5/3;margin-top:2rem}.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section9{-ms-grid-row:4;-ms-grid-row-span:1;-ms-grid-column:3;-ms-grid-column-span:1;grid-area:4/3/5/4;margin-top:2rem}}
.ecl-footer-harmonised--group2{background-color:#f5f5f5;color:#004494}
.ecl-footer-harmonised--group2 .ecl-footer-harmonised__section--separator{border-bottom-color:#004494}
.ecl-footer-harmonised--group2 .ecl-footer-harmonised__title,.ecl-footer-harmonised--group2 .ecl-footer-harmonised__title:active,.ecl-footer-harmonised--group2 .ecl-footer-harmonised__title:focus,.ecl-footer-harmonised--group2 .ecl-footer-harmonised__title:hover{color:#004494}
.ecl-footer-harmonised--group2 .ecl-footer-harmonised__title--separator{border-bottom-color:#004494}
.ecl-footer-harmonised--group2 .ecl-footer-harmonised__content,.ecl-footer-harmonised--group2 .ecl-footer-harmonised__description,.ecl-footer-harmonised--group2 .ecl-footer-harmonised__link,.ecl-footer-harmonised--group2 .ecl-footer-harmonised__link:active,.ecl-footer-harmonised--group2 .ecl-footer-harmonised__link:focus,.ecl-footer-harmonised--group2 .ecl-footer-harmonised__link:hover{color:#004494}
.ecl-footer-harmonised--group2 .ecl-footer-harmonised__section1{margin-top:1.5rem}
.ecl-footer-harmonised--group2 .ecl-footer-harmonised__section2,.ecl-footer-harmonised--group2 .ecl-footer-harmonised__section3{margin-top:1rem}
@media (min-width:768px){.ecl-footer-harmonised--group2 .ecl-footer-harmonised__container{-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;display:-ms-grid;display:grid;grid-gap:0 2rem;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);-ms-grid-rows:(minmax(-webkit-min-content,-webkit-max-content))[1];-ms-grid-rows:(minmax(min-content,max-content))[1];grid-template-rows:repeat(1,minmax(-webkit-min-content,-webkit-max-content));grid-template-rows:repeat(1,minmax(min-content,max-content));row-gap:0}.ecl-footer-harmonised--group2 .ecl-footer-harmonised__section1{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1;-ms-grid-column-span:1;grid-area:1/1/2/2;margin-top:2rem}.ecl-footer-harmonised--group2 .ecl-footer-harmonised__section2{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:2;-ms-grid-column-span:1;grid-area:1/2/2/3;margin-top:2rem}.ecl-footer-harmonised--group2 .ecl-footer-harmonised__section3{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:3;-ms-grid-column-span:1;grid-area:1/3/2/4;margin-top:2rem}}
.ecl-footer-standardised{background-color:#004494;color:#fff;margin:0;padding-bottom:2rem}
.ecl-footer-standardised__container{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}
.ecl-footer-standardised__section{margin-top:1.5rem}
.ecl-footer-standardised__section:first-of-type{margin-top:2rem}
.ecl-footer-standardised__section>:first-child{margin-top:0}
.ecl-footer-standardised__section--separator{border-bottom:1px solid #7fa1c9;padding-bottom:1.5rem}
.ecl-footer-standardised__title,.ecl-footer-standardised__title:active,.ecl-footer-standardised__title:focus,.ecl-footer-standardised__title:hover{color:#fff;font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-weight:600}
.ecl-footer-standardised__title--separator{border-bottom:1px solid #7fa1c9;padding-bottom:.5rem}
.ecl-footer-standardised__description{color:#bfd0e4;font:normal normal 400 .875rem/1.25rem Arial,sans-serif;margin-top:.5rem}
.ecl-footer-standardised__content{color:#bfd0e4;font:normal normal 400 .875rem/1rem Arial,sans-serif;margin-top:.5rem}
.ecl-footer-standardised__list{list-style:none;margin-bottom:0;margin-top:.5rem;padding-left:0}
.ecl-footer-standardised__list-item{margin-top:1rem}
.ecl-footer-standardised__list--condensed .ecl-footer-standardised__list-item{margin-top:.5rem}
.ecl-footer-standardised__list-item:first-of-type{margin-top:0}
.ecl-footer-standardised__list--inline{display:-webkit-inline-box;display:inline-flex;flex-wrap:wrap}
.ecl-footer-standardised__list--inline .ecl-footer-standardised__list-item{margin-right:1.5rem;margin-top:0}
.ecl-footer-standardised__list--inline .ecl-footer-standardised__list-item:last-of-type{margin-right:0}
.ecl-footer-standardised__link{font:normal normal 400 .875rem/1rem Arial,sans-serif}
.ecl-footer-standardised__link,.ecl-footer-standardised__link:active,.ecl-footer-standardised__link:focus,.ecl-footer-standardised__link:hover{color:#fff}
@media (min-width:768px){.ecl-footer-standardised__section{margin-top:2rem}.ecl-footer-standardised__section--separator{border-bottom-width:2px;padding-bottom:2rem}.ecl-footer-standardised__title,.ecl-footer-standardised__title:active,.ecl-footer-standardised__title:focus,.ecl-footer-standardised__title:hover{font:normal normal 400 1rem/1.5rem Arial,sans-serif;font-weight:600}.ecl-footer-standardised__title--separator{border-bottom-width:2px}.ecl-footer-standardised__description{margin-top:2rem}.ecl-footer-standardised__list--columns{-webkit-column-count:2;-moz-column-count:2;column-count:2}.ecl-footer-standardised__link{font:normal normal 400 .875rem/1.25rem Arial,sans-serif}}
.ecl-footer-standardised__section1,.ecl-footer-standardised__section2{-webkit-box-ordinal-group:2;order:1}
.ecl-footer-standardised__section3{-webkit-box-ordinal-group:4;order:3}
.ecl-footer-standardised__section4{-webkit-box-ordinal-group:3;order:2}
.ecl-footer-standardised__section5,.ecl-footer-standardised__section6,.ecl-footer-standardised__section7,.ecl-footer-standardised__section8,.ecl-footer-standardised__section9{-webkit-box-ordinal-group:5;order:4}
.ecl-footer-standardised__section6{border-bottom:1px solid #7fa1c9;border-top:1px solid #7fa1c9;padding-bottom:1rem;padding-top:1rem}
.ecl-footer-standardised__section8,.ecl-footer-standardised__section9{margin-top:1rem}
@media (min-width:768px){.ecl-footer-standardised__container{-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;display:-ms-grid;display:grid;grid-gap:0 2rem;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);-ms-grid-rows:(minmax(-webkit-min-content,-webkit-max-content))[4];-ms-grid-rows:(minmax(min-content,max-content))[4];grid-template-rows:repeat(4,minmax(-webkit-min-content,-webkit-max-content));grid-template-rows:repeat(4,minmax(min-content,max-content));row-gap:0}.ecl-footer-standardised__section1{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:1;-ms-grid-column-span:1;grid-area:1/1/3/2}.ecl-footer-standardised__section2{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:2;-ms-grid-column-span:1;grid-area:1/2/2/3}.ecl-footer-standardised__section3{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:3;-ms-grid-column-span:1;grid-area:1/3/2/4}.ecl-footer-standardised__section4{-ms-grid-row:2;-ms-grid-row-span:1;-ms-grid-column:2;-ms-grid-column-span:1;grid-area:2/2/3/3}.ecl-footer-standardised__section5{-ms-grid-row:2;-ms-grid-row-span:1;-ms-grid-column:3;-ms-grid-column-span:1;grid-area:2/3/3/4}.ecl-footer-standardised__section6{border-bottom-width:2px;border-top-width:2px;-ms-grid-row:3;-ms-grid-row-span:1;-ms-grid-column:1;-ms-grid-column-span:3;grid-area:3/1/4/4}.ecl-footer-standardised__section7{-ms-grid-row:4;-ms-grid-row-span:1;-ms-grid-column:1;-ms-grid-column-span:1;grid-area:4/1/5/2}.ecl-footer-standardised__section8{-ms-grid-row:4;-ms-grid-row-span:1;-ms-grid-column:2;-ms-grid-column-span:1;grid-area:4/2/5/3;margin-top:2rem}.ecl-footer-standardised__section9{-ms-grid-row:4;-ms-grid-row-span:1;-ms-grid-column:3;-ms-grid-column-span:1;grid-area:4/3/5/4;margin-top:2rem}}
.ecl-file{margin:0;max-width:823px}
.ecl-file__container{-webkit-box-align:center;align-items:center;background-color:#f5f5f5;display:-webkit-box;display:flex;flex-wrap:wrap;padding:1.5rem}
.ecl-file__icon{fill:#9f9f9f}
.ecl-file__info{display:-webkit-box;display:flex;flex-basis:50%;-webkit-box-flex:1;flex-grow:1;flex-wrap:wrap;margin-left:1rem}
.ecl-file__title{color:#404040;font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-weight:600;width:100%}
.ecl-file__language{color:#404040;font:normal normal 400 .875rem/1rem Arial,sans-serif;font-weight:600;margin-right:.25rem;margin-top:.25rem}
.ecl-file__meta{color:#404040;font:normal normal 400 .875rem/1rem Arial,sans-serif;margin-top:.25rem}
.ecl-file__download{font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-weight:600;margin-top:1.5rem;width:100%}
.ecl-file__translation-container{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding-left:1.5rem;padding-right:1.5rem}
.ecl-file__translation-toggle{align-self:flex-end;font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-weight:400;margin-bottom:.25rem;margin-right:-1rem;margin-top:.25rem}
.no-js .ecl-file__translation-toggle{display:none}
.ecl-file__translation-list{display:none;list-style:none;margin:0;padding-left:0}
.no-js .ecl-file__translation-list{display:block}
.ecl-file__translation-item{border-top:1px solid #9f9f9f;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between;padding-bottom:1rem;padding-top:1rem}
.ecl-file__translation-item:last-child{padding-bottom:0}
.ecl-file__translation-info{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-flex:1;flex-grow:1;flex-wrap:wrap}
.ecl-file__translation-title{color:#404040;font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-weight:600}
.ecl-file__translation-meta{color:#404040;font:normal normal 400 .875rem/1rem Arial,sans-serif;margin-top:.25rem}
.ecl-file__translation-download{font:normal normal 400 1rem/1.25rem Arial,sans-serif;margin-top:.5rem}
.ecl-file__translation-description{color:#404040;font:normal normal 400 1rem/1.25rem Arial,sans-serif}
.ecl-file__translation-container[aria-expanded=true] .ecl-file__translation-list{display:block}
.ecl-file__translation-container[aria-expanded=true] .ecl-file__translation-toggle .ecl-button__icon{-webkit-transform:rotate(0);transform:rotate(0)}
@media (min-width:996px){.ecl-file__download{margin-top:0;width:auto}.ecl-file__translation-container{padding-left:5.5rem}.ecl-file__translation-item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.ecl-file__translation-download{margin-top:0}}
.ecl-language-list{background-color:#004494;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:auto;margin:0;min-height:100vh}
.ecl-language-list[hidden]{display:none}
.ecl-language-list__container{-webkit-box-flex:1;flex-grow:1}
.ecl-language-list__column+.ecl-language-list__column{margin-top:.5rem}
.ecl-language-list__list{list-style:none;margin:0;padding:0}
.ecl-language-list__item{margin-top:.5rem}
.ecl-language-list__item:first-child{margin-top:0}
.ecl-language-list__close-button,.ecl-language-list__close-button:active,.ecl-language-list__close-button:focus,.ecl-language-list__close-button:hover{color:#fff}
.ecl-language-list__link{-webkit-box-align:center;align-items:center;background-color:#fff;display:-webkit-box;display:flex;font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-weight:600;-webkit-box-pack:justify;justify-content:space-between;padding:.75rem 1rem}
.ecl-language-list__link:hover{background-color:#ffd617}
.ecl-language-list__link:focus{outline-offset:-3px}
.ecl-language-list__link .ecl-link__icon{top:0}
.ecl-language-list__item--is-active .ecl-language-list__link{background-color:#ffd617;color:#000;outline-color:#000}
@media (min-width:996px){.ecl-language-list__logo{height:5.5rem;width:11.25rem}.ecl-language-list__column+.ecl-language-list__column{margin-top:0}}
.ecl-language-list--splash .ecl-language-list__container{padding-bottom:4rem;padding-top:4rem}
.ecl-language-list__header{background-color:#fff;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;padding:2rem 0}
.ecl-language-list__logo{height:3.75rem;width:7.5rem}
@media (min-width:996px){.ecl-language-list__logo{height:5.5rem;width:11.25rem}}
.ecl-language-list--overlay{height:100%;left:0;position:fixed;top:0;width:100%;z-index:20}
.ecl-language-list--overlay .ecl-language-list__container{height:100%;overflow-y:auto;padding-bottom:2.5rem;padding-top:2.5rem;width:100%}
.ecl-language-list__close{display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end}
.ecl-language-list__title{-webkit-box-align:center;align-items:center;color:#fff;display:-webkit-box;display:flex;font:normal normal 400 1.125rem/1.5rem Arial,sans-serif;font-weight:600;margin-bottom:2.5rem;margin-top:2.5rem}
.ecl-language-list__title-icon{margin-right:1rem}
.ecl-media-container{background-color:#ebebeb;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:0}
.ecl-media-container__media{display:block;height:auto;min-height:1px;object-fit:cover;width:100%}
.ecl-media-container__caption{color:#404040;font:normal normal 400 1rem/1.5rem Arial,sans-serif;padding:.75rem}
.ecl-description-list{margin:0}
.ecl-description-list__term{color:#404040;font:normal normal 400 1.25rem/1.75rem Arial,sans-serif;font-weight:600;margin-top:1.5rem}
.ecl-description-list__term:first-child{margin-top:0}
.ecl-description-list__term+.ecl-description-list__term{margin-top:.25rem}
.ecl-description-list__definition{color:#404040;font:normal normal 400 1rem/1.5rem Arial,sans-serif;margin-left:0;margin-top:1rem;padding-left:.75rem}
.ecl-description-list__definition+.ecl-description-list__definition{margin-top:.5rem}
.ecl-description-list--horizontal{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}
.ecl-description-list--horizontal .ecl-description-list__term{font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-weight:600;margin-top:1rem}
.ecl-description-list--horizontal .ecl-description-list__term:first-of-type{margin-top:0}
.ecl-description-list--horizontal .ecl-description-list__definition{font:normal normal 400 1rem/1.25rem Arial,sans-serif;margin-top:.25rem;padding-left:0}
@media (min-width:996px){.ecl-description-list--horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;max-width:calc(499px + 2rem)}.ecl-description-list--horizontal .ecl-description-list__term{width:174px}.ecl-description-list--horizontal .ecl-description-list__definition{margin-left:2rem;margin-top:1rem;overflow-wrap:break-word;width:325px}.ecl-description-list--horizontal .ecl-description-list__definition:first-of-type{margin-top:0}}
.ecl-ordered-list{color:#404040;font:normal normal 400 1rem/1.5rem Arial,sans-serif;list-style-position:outside;margin:0;padding-left:2.5rem}
.ecl-ordered-list .ecl-ordered-list,.ecl-ordered-list__item{margin-top:.5rem}
.ecl-ordered-list__item:first-child{margin-top:0}
.ecl-unordered-list{color:#404040;font:normal normal 400 1rem/1.5rem Arial,sans-serif;list-style-position:outside;margin:0;padding-left:2.5rem}
.ecl-unordered-list .ecl-unordered-list,.ecl-unordered-list__item{margin-top:.5rem}
.ecl-unordered-list__item:first-child{margin-top:0}
.ecl-unordered-list--divider,.ecl-unordered-list--no-bullet{list-style:none;padding-left:0}
.ecl-unordered-list--divider>.ecl-unordered-list__item{border-bottom:1px solid #e3e3e3;margin-bottom:1rem;padding-bottom:1rem}
.ecl-unordered-list--divider>.ecl-unordered-list__item:last-child{margin-bottom:0}
.ecl-inpage-navigation{margin:0;position:relative;z-index:1}
@media (min-width:996px){.ecl-inpage-navigation{position:-webkit-sticky;position:sticky;top:0}}
.ecl-inpage-navigation__trigger{background:linear-gradient(270deg,#003776 50px,#004494 0);border:0;color:#fff;display:none;padding:.75rem 1rem;position:relative;text-align:left;width:100%}
.ecl-inpage-navigation__trigger:focus{outline:none}
.ecl-inpage-navigation--visible .ecl-inpage-navigation__trigger{display:block}
@media (min-width:996px){.ecl-inpage-navigation--visible .ecl-inpage-navigation__trigger{display:none}}
.ecl-inpage-navigation__trigger-current{font:normal normal 400 1rem/1.5rem Arial,sans-serif;font-weight:600;margin-right:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ecl-inpage-navigation__trigger-icon{position:absolute;right:1em}
.ecl-inpage-navigation__trigger[aria-expanded=true] .ecl-inpage-navigation__trigger-icon{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
.ecl-inpage-navigation__title{color:#404040;display:none;font:normal normal 400 1rem/1.25rem Arial,sans-serif;padding:.5rem 1rem;text-transform:uppercase}
@media (min-width:996px){.ecl-inpage-navigation__title{color:#404040;display:block}}
.ecl-inpage-navigation__list{border-top:1px solid #4073af;list-style-type:none;margin:0;padding:2rem 1rem 0}
@media (min-width:996px){.ecl-inpage-navigation__list{border-top:0;display:block;padding:0}}
.ecl-inpage-navigation__link{font:normal normal 400 1rem/1.5rem Arial,sans-serif;padding:.75rem}
@media (min-width:996px){.ecl-inpage-navigation__link{background-color:transparent;border:0;border-left:.25rem solid transparent;color:#004494;display:block;font-weight:600;padding:.5rem .75rem}}
@media (min-width:996px){.ecl-inpage-navigation__link:hover{text-decoration:underline}}
.ecl-inpage-navigation__link:focus{outline-offset:-2px}
@media (min-width:996px){.ecl-inpage-navigation__link:focus{background-color:#ffd617;outline:none;text-decoration:underline}}
.ecl-inpage-navigation--visible .ecl-inpage-navigation__link{border-top:1px solid #003776;color:#fff;display:block}
@media (min-width:996px){.ecl-inpage-navigation--visible .ecl-inpage-navigation__link{border-top-width:0;color:#004494}}
@media (min-width:996px){.ecl-inpage-navigation__item--active .ecl-inpage-navigation__link,.ecl-inpage-navigation__link--is-active{background-color:#f5f5f5;border-left-color:#004494;color:#404040}}
.ecl-inpage-navigation--visible .ecl-inpage-navigation__body{background-color:#004494;left:0;position:fixed;right:0;top:0}
@media (min-width:996px){.ecl-inpage-navigation--visible .ecl-inpage-navigation__body{background:transparent;position:static}}
.ecl-pagination{border-top:2px solid #000;color:#004494;font:normal normal 400 1rem/1.25rem Arial,sans-serif;margin:0;padding-bottom:1rem;padding-top:1rem}
.ecl-pagination__list{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;list-style:none;margin:0;padding-left:0}
.ecl-pagination__item{display:none}
.ecl-pagination__item--next,.ecl-pagination__item--previous{display:-webkit-box;display:flex;flex-basis:0;-webkit-box-flex:1;flex-grow:1;font-weight:600}
.ecl-pagination__item--next{-webkit-box-pack:end;justify-content:flex-end}
.ecl-pagination__item--current{color:#000;display:-webkit-box;display:flex;font-weight:700}
.ecl-pagination__text--summary{display:none}
.ecl-pagination__text--full{display:block}
.ecl-pagination__link,.ecl-pagination__text{padding:.25rem}
@media (min-width:768px){.ecl-pagination__list{-webkit-box-pack:center;justify-content:center}.ecl-pagination__item{display:-webkit-box;display:flex;-webkit-box-flex:0;flex-grow:0;margin-right:1.5rem}.ecl-pagination__item:last-child{margin-right:0}.ecl-pagination__item--next,.ecl-pagination__item--previous{flex-basis:auto}.ecl-pagination__item--current{border:2px solid #000;border-radius:10rem;-webkit-box-pack:center;justify-content:center;min-width:1.75rem}.ecl-pagination__text--summary{display:block}.ecl-pagination__text--full{display:none}}
.ecl-search-form{display:-webkit-box;display:flex;margin:0;position:relative;width:100%}
.ecl-search-form .ecl-text-input__wrapper{-webkit-box-flex:1;flex-grow:1}
.ecl-search-form .ecl-form-group--text-input{display:-webkit-box;display:flex;-webkit-box-flex:1;flex-grow:1;max-width:100%}
.ecl-search-form__label{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;visibility:visible;white-space:nowrap;width:1px;background:white;color:black;}
.ecl-search-form__text-input{border-bottom-color:#9f9f9f;border-left-color:#9f9f9f;border-right-width:0;border-top-color:#9f9f9f;-webkit-box-flex:1;flex-grow:1;margin-top:0!important;width:100%}
.ecl-search-form__button{border-bottom:1px solid #9f9f9f;border-left-width:0;border-right:1px solid #9f9f9f;border-top:1px solid #9f9f9f;padding:calc(.75rem - 1px)}
.ecl-search-form__button .ecl-button__label{display:none}
.ecl-search-form__button .ecl-button__icon{display:block;fill:currentColor;margin:0}
@media (min-width:996px){.ecl-search-form{max-width:31.25rem}.ecl-search-form__button{padding-left:calc(1rem - 1px);padding-right:calc(1rem - 1px)}.ecl-search-form__button .ecl-button__label{display:block}.ecl-search-form__button .ecl-button__icon{display:none}}
.ecl-social-media-follow{background-color:#f5f5f5;margin:0;padding:2rem 1.5rem}
.ecl-social-media-follow__description{color:#000;font:normal normal 400 1rem/1.5rem Arial,sans-serif;font-weight:600;margin-bottom:1.5rem;margin-top:0}
.ecl-social-media-follow__list{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;margin-top:-.75rem;padding-left:0}
.ecl-social-media-follow__item{margin-right:1.5rem;margin-top:.75rem}
.ecl-social-media-follow__item:last-child{margin-right:0}
.ecl-social-media-follow__link{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;font:normal normal 400 .875rem/1rem Arial,sans-serif;overflow:hidden}
.ecl-social-media-follow__icon,.ecl-social-media-follow__icon-hover{flex-shrink:0;margin-right:1rem;top:0!important}
.ecl-social-media-follow__icon{display:block}
.ecl-social-media-follow__icon-hover,.ecl-social-media-follow__link:hover .ecl-social-media-follow__icon{display:none}
.ecl-social-media-follow__link:hover .ecl-social-media-follow__icon-hover{display:block}
.ecl-social-media-follow--vertical .ecl-social-media-follow__list{-webkit-box-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:0}
.ecl-social-media-follow--vertical .ecl-social-media-follow__item{margin-right:0}
.ecl-social-media-follow--vertical .ecl-social-media-follow__item:first-child{margin-top:0}
.ecl-social-media-follow--vertical .ecl-social-media-follow__item:last-child{margin-right:0;margin-top:1rem}
@media (max-width:767px){.ecl-social-media-follow__list{-webkit-box-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin-top:0}.ecl-social-media-follow__item{margin-right:0}.ecl-social-media-follow__item:first-child{margin-top:0}.ecl-social-media-follow__item:last-child{margin-right:0;margin-top:1rem}}
.ecl-social-media-share__icon,.ecl-social-media-share__icon-hover{flex-shrink:0;margin-right:.5rem}
.ecl-social-media-share__icon{display:block}
.ecl-social-media-share__icon-hover,.ecl-social-media-share__link:hover .ecl-social-media-share__icon{display:none}
.ecl-social-media-share__link:hover .ecl-social-media-share__icon-hover{display:block}
.ecl-social-media-share__link--facebook{background-color:#426398}
.ecl-social-media-share__link--twitter{background-color:#6090b5}
.ecl-social-media-share__link--email{background-color:#13527c}
.ecl-social-media-share__link--instagram{background-color:#254d6d}
.ecl-social-media-share__link--linkedin{background-color:#196ba0}
.ecl-social-media-share{margin:0;padding:0}
.ecl-social-media-share__description{color:#000;font:normal normal 400 1rem/1.5rem Arial,sans-serif;font-weight:600;margin-bottom:.75rem;margin-top:0}
.ecl-social-media-share__list{-webkit-box-align:end;align-items:flex-end;display:-webkit-box;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}
.ecl-social-media-share__item{margin:.75rem .25rem 0 0}
.ecl-social-media-share__item:not(:last-child){max-width:8.625rem}
.ecl-social-media-share__item:not(:last-child) .ecl-link{color:#fff;padding-right:.5rem;width:8.125rem}
.ecl-social-media-share__link{-webkit-box-align:center;align-items:center;box-sizing:border-box;display:-webkit-box;display:flex;font:normal normal 400 .875rem/1rem Arial,sans-serif;overflow:hidden}
.ecl-social-media-share__link .ecl-link__icon{top:0}
.ecl-timeline2{list-style:none;margin:0 1.5rem 0 2.125rem;max-width:633px;padding-left:0}
.ecl-timeline2__item{padding-bottom:1.5rem;padding-left:1.625rem;padding-top:.5rem;position:relative}
.ecl-timeline2__item:before{border-left:.25rem solid #404040;content:"";height:100%;left:-.125rem;position:absolute;top:0;width:0}
.ecl-timeline2__item:after{background-color:#fff;border:.25rem solid #ffd617;border-radius:50%;box-sizing:border-box;content:"";height:1.25rem;left:-.625rem;position:absolute;top:.5rem;width:1.25rem}
.ecl-timeline2__item:hover:after{background-color:#ffd617}
@media (min-width:480px){.ecl-timeline2{margin-left:11.5rem;margin-right:.5rem}}
.ecl-timeline2__item--toggle:before{border-left-style:dashed}
.ecl-timeline2__item--toggle:after{border:.125rem solid #cfcfcf;box-sizing:border-box;height:1.25rem;top:1.25rem;width:1.25rem}
.no-js .ecl-timeline2__item--toggle{display:none}
.ecl-timeline2[data-ecl-timeline-expanded] .ecl-timeline2__item--toggle{padding-bottom:.5rem;padding-top:1.5rem}
.ecl-timeline2[data-ecl-timeline-expanded] .ecl-timeline2__item--toggle:after{top:2.25rem}
.ecl-timeline2__toggle[aria-expanded=true] .ecl-icon{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
.ecl-timeline2__item:first-child:before{height:calc(100% - .5rem);top:.5rem}
.ecl-timeline2__item:last-child:before{height:.5rem}
.ecl-timeline2__title{color:#000;font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-weight:600;margin-bottom:.5rem}
.ecl-timeline2__label{color:#404040;margin-bottom:.75rem}
.ecl-timeline2__content,.ecl-timeline2__label{font:normal normal 400 1rem/1.25rem Arial,sans-serif}
.ecl-timeline2__content{color:#707070}
@media (min-width:480px){.ecl-timeline2__label{font:normal normal 400 .75rem/1rem Arial,sans-serif;font-weight:600;left:-11.625rem;line-height:1.25rem;margin-bottom:0;position:absolute;text-align:right;top:.5rem;width:10rem}}
.ecl-timeline2__item--collapsed{display:none}
.ecl-timeline2[data-ecl-timeline-expanded] .ecl-timeline2__item--collapsed,.no-js .ecl-timeline2__item--collapsed{display:block}
.ecl-accordion2{margin:0}
.ecl-accordion2__item{background-color:#f5f5f5}
.ecl-accordion2__item+.ecl-accordion2__item{margin-top:.5rem}
.ecl-accordion2__title{margin:0;padding:0}
.ecl-accordion2__toggle{background-color:transparent;border-width:0;color:#404040;display:block;font:normal normal 400 1rem/1.5rem Arial,sans-serif;font-weight:600;padding:.75rem 1rem;position:relative;text-align:left;width:100%}
.ecl-accordion2__toggle:hover{background-color:#d9d9d9}
.ecl-accordion2__toggle:focus{outline:3px solid #ffd617;outline-offset:-3px}
.ecl-accordion2__toggle[aria-expanded=true]{padding-bottom:0}
.ecl-accordion2__toggle-flex{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}
.ecl-accordion2__toggle-icon{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;margin-right:1rem}
.ecl-accordion2__toggle[aria-expanded=true] .ecl-accordion2__toggle-icon{margin-bottom:calc(1rem + 1px)}
.ecl-accordion2__toggle-title{-webkit-box-flex:1;flex-grow:1}
.ecl-accordion2__toggle[aria-expanded=true] .ecl-accordion2__toggle-title{border-bottom:1px solid #404040;margin-bottom:.5rem;padding-bottom:.5rem}
.ecl-accordion2__content{color:#404040;font:normal normal 400 1rem/1.5rem Arial,sans-serif;margin-left:0;padding:0 1rem .75rem}
.no-js .ecl-accordion2__content{display:block}
.ecl-gallery{margin:0}
.ecl-gallery__list{display:block;list-style:none;margin-top:-.5rem;padding-left:0}
.ecl-gallery__item{display:block;margin-bottom:0;margin-top:.5rem}
.ecl-gallery__item-link{text-decoration:none}
.ecl-gallery__image-container{background-color:#000;-webkit-box-flex:1;flex-grow:1;margin:0}
.ecl-gallery__item-link:focus{outline:none}
.ecl-gallery__item-link:focus .ecl-gallery__image-container{outline:3px solid #ffd617;outline-offset:-3px}
@supports (object-fit:cover){.ecl-gallery__image-container{background-color:#404040}}
.ecl-gallery__image{display:block;-webkit-box-flex:0;flex-grow:0;width:100%}
@supports (object-fit:cover){.ecl-gallery__image{-webkit-box-flex:1;flex-grow:1;object-fit:cover}}
.ecl-gallery__image-icon{display:none}
.ecl-gallery__description{background-color:#404040;color:#fff;display:-webkit-box;display:flex;font:normal normal 400 1rem/1.25rem Arial,sans-serif;-webkit-box-pack:justify;justify-content:space-between;padding:.75rem;text-decoration:none;width:calc(100% - 1.5rem)}
.ecl-gallery__description-icon{flex-shrink:0}
.ecl-gallery__meta{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}
@media (min-width:768px){.ecl-gallery__list{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;margin-left:-.5rem}.ecl-gallery__item{-webkit-box-flex:1;flex-grow:1;height:185px;margin-left:.5rem;min-width:185px;position:relative}.ecl-gallery__image-container{display:-webkit-box;display:flex;position:relative}.ecl-gallery__image{height:185px;margin:0 auto;width:auto}.ecl-gallery__image-icon{background-color:#404040;bottom:0;display:block;fill:#fff;padding:.75rem;position:absolute;right:0}.ecl-gallery__description{bottom:0;display:none;left:0;max-height:185px;padding:.5rem;position:absolute;width:calc(100% - 1rem)}.ecl-gallery__description-icon{height:1.5rem;width:1.5rem}.ecl-gallery__item:hover .ecl-gallery__description{display:-webkit-box;display:flex}.ecl-gallery__item:hover .ecl-gallery__image-icon{display:none}}
.ecl-gallery__overlay{background-color:#000;border-width:0;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:100%;left:0;margin:0;padding:0;position:fixed;top:0;width:100%;z-index:20}
.ecl-gallery__overlay[open]{display:-webkit-box;display:flex;overflow:auto}
.ecl-gallery__close{background-color:#404040;display:-webkit-box;display:flex;flex-shrink:0;-webkit-box-pack:end;justify-content:flex-end}
.ecl-gallery__close-button{color:#fff;font-weight:400}
.ecl-gallery__close-button:focus,.ecl-gallery__close-button:hover{color:#fff}
.ecl-gallery__slider{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:relative}
.ecl-gallery__slider,.ecl-gallery__slider-image-container,.ecl-gallery__slider-media-container{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-flex:1;flex-grow:1}
.ecl-gallery__slider-image-container,.ecl-gallery__slider-media-container{align-self:stretch;-webkit-box-pack:center;justify-content:center}
.ecl-gallery__slider-image,.ecl-gallery__slider-video{display:-webkit-box;display:flex;flex-basis:auto;-webkit-box-flex:0;flex-grow:0;flex-shrink:0;height:auto;margin:0;max-width:100%;object-fit:contain}
.ecl-gallery__slider-previous{align-self:flex-start;color:#fff;flex-shrink:0}
.ecl-gallery__slider-previous:focus,.ecl-gallery__slider-previous:hover{color:#fff}
.ecl-gallery__slider-next{align-self:flex-end;bottom:0;color:#fff;flex-shrink:0;position:absolute;right:0}
.ecl-gallery__slider-next:focus,.ecl-gallery__slider-next:hover{color:#fff}
.ecl-gallery__detail{background-color:#404040;color:#fff;flex-shrink:0;padding:1rem}
.ecl-gallery__detail-actions,.ecl-gallery__detail-counter{font:normal normal 400 .875rem/1rem Arial,sans-serif}
.ecl-gallery__detail-actions{margin-top:1rem}
.ecl-gallery__share{margin-left:.75rem}
.ecl-gallery__download,.ecl-gallery__download:focus,.ecl-gallery__download:hover,.ecl-gallery__share,.ecl-gallery__share:focus,.ecl-gallery__share:hover{color:#fff}
.ecl-gallery__detail-description{font:normal normal 400 1rem/1.25rem Arial,sans-serif;margin-top:.75rem}
.ecl-gallery__overlay .ecl-gallery__description-icon{display:none}
.ecl-gallery__detail-meta{font:normal normal 400 .875rem/1rem Arial,sans-serif;margin-top:1rem}
@media (min-width:768px){.ecl-gallery__slider{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between}.ecl-gallery__slider-image-container,.ecl-gallery__slider-media-container{-webkit-box-flex:0;flex-grow:0}.ecl-gallery__slider-previous{-ms-grid-row-align:initial;align-self:auto;margin-left:1.25rem;-webkit-box-ordinal-group:0;order:-1}.ecl-gallery__slider-previous .ecl-button__label{display:none}.ecl-gallery__slider-previous .ecl-button__icon{margin-right:0}.ecl-gallery__slider-next{-ms-grid-row-align:initial;align-self:auto;bottom:auto;margin-right:1.25rem;position:relative;right:auto}.ecl-gallery__slider-next .ecl-button__label{display:none}.ecl-gallery__slider-next .ecl-button__icon{margin-left:0}}
.ecl-page-header{background-color:#004494;color:#fff;margin:0;padding-bottom:2rem}
.ecl-page-header__breadcrumb{margin-bottom:2rem}
.ecl-page-header__meta-list{font:normal normal 400 1rem/1.25rem Arial,sans-serif}
.ecl-page-header__title{font:normal normal 400 1.75rem/2rem Arial,sans-serif;font-weight:600;margin:1rem 0 0}
@media (min-width:996px){.ecl-page-header__title{font:normal normal 400 2rem/2.5rem Arial,sans-serif;font-weight:600}}
.ecl-page-header__description{font:normal normal 400 1.125rem/1.75rem Arial,sans-serif;margin:1rem 0 0;max-width:80ch}
@media (min-width:996px){.ecl-page-header__description{font:normal normal 400 1.25rem/1.75rem Arial,sans-serif}}
.ecl-page-header__info-list{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;list-style-type:none;margin:2rem 0 0;padding:0}
@media (min-width:996px){.ecl-page-header__info-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap}}
.ecl-page-header__info-item{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;font:normal normal 400 1rem/1.25rem Arial,sans-serif}
.ecl-page-header__info-item+.ecl-page-header__info-item{margin-top:1rem}
@media (min-width:996px){.ecl-page-header__info-item+.ecl-page-header__info-item{margin-left:2rem;margin-top:0}}
.ecl-page-header__info-icon{margin-right:.5rem}
.ecl-page-header-core{background-color:#004494;margin:0;padding-bottom:2rem}
.ecl-page-header-core__breadcrumb{margin-bottom:2rem}
.ecl-page-header-core__meta{color:#fff;font:normal normal 400 1rem/1.25rem Arial,sans-serif}
.ecl-page-header-core__title{color:#fff;font:normal normal 400 1.75rem/2rem Arial,sans-serif;font-weight:600;margin-bottom:0;margin-top:1rem}
.ecl-page-header-core__description{color:#fff;font:normal normal 400 1.125rem/1.75rem Arial,sans-serif;margin-bottom:0;margin-top:1rem;max-width:80ch}
@media (min-width:996px){.ecl-page-header-core__title{font:normal normal 400 2rem/2.5rem Arial,sans-serif;font-weight:600}.ecl-page-header-core__description{font:normal normal 400 1.25rem/1.75rem Arial,sans-serif}}
.ecl-page-header-harmonised{margin:0;padding-bottom:2rem}
.ecl-page-header-harmonised__breadcrumb{margin-bottom:2rem}
.ecl-page-header-harmonised__meta{color:#707070;font:normal normal 400 1rem/1.25rem Arial,sans-serif}
.ecl-page-header-harmonised__title{color:#404040;font:normal normal 400 1.75rem/2rem Arial,sans-serif;font-weight:600;margin:0}
.ecl-page-header-harmonised__meta+.ecl-page-header-harmonised__title{margin-top:1rem}
.ecl-page-header-harmonised__description{color:#404040;font:normal normal 400 1.125rem/1.75rem Arial,sans-serif;margin-bottom:0;margin-top:1rem;max-width:80ch}
@media (min-width:996px){.ecl-page-header-harmonised__title{font:normal normal 400 2rem/2.5rem Arial,sans-serif;font-weight:600}.ecl-page-header-harmonised__description{font:normal normal 400 1.25rem/1.75rem Arial,sans-serif}}
.ecl-page-header-standardised{margin:0;padding-bottom:2rem}
.ecl-page-header-standardised__breadcrumb{margin-bottom:2rem}
.ecl-page-header-standardised__meta{color:#707070;font:normal normal 400 1rem/1.25rem Arial,sans-serif}
.ecl-page-header-standardised__title{color:#404040;font:normal normal 400 1.75rem/2rem Arial,sans-serif;font-weight:600;margin:0}
.ecl-page-header-standardised__meta+.ecl-page-header-standardised__title{margin-top:1rem}
.ecl-page-header-standardised__description{color:#404040;font:normal normal 400 1.125rem/1.75rem Arial,sans-serif;margin-bottom:0;margin-top:1rem;max-width:80ch}
@media (min-width:996px){.ecl-page-header-standardised__title{font:normal normal 400 2rem/2.5rem Arial,sans-serif;font-weight:600}.ecl-page-header-standardised__description{font:normal normal 400 1.25rem/1.75rem Arial,sans-serif}}
.ecl-site-header{background-color:#fff;margin:0;width:100%}
.ecl-site-header__container{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding-bottom:1rem;padding-top:1.5rem}
@media (min-width:996px){.ecl-site-header__container{-webkit-box-align:end;align-items:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;padding-bottom:2rem;padding-top:2rem}}
.ecl-site-header__banner{-webkit-box-align:end;align-items:flex-end;display:-webkit-box;display:flex;-webkit-box-flex:1;flex-grow:1;-webkit-box-pack:justify;justify-content:space-between}
@media (min-width:996px){.ecl-site-header__banner{padding-right:2rem}}
.ecl-site-header__logo-image{display:block;height:3rem;margin:0;width:11.25rem}
@media (min-width:480px){.ecl-site-header__logo-image{height:4.5rem;width:17rem}}
.ecl-site-header__selector{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex}
@media (min-width:996px){.ecl-site-header__selector{height:1px;min-height:2.75rem}}
.ecl-site-header__selector-link{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;font:normal normal 400 1rem/1.25rem Arial,sans-serif}
.ecl-site-header__selector-link:visited{color:#004494}
.ecl-site-header__language-icon{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;margin-left:.75rem;position:relative}
.ecl-site-header__language-code{color:#fff;font:normal normal 400 .75rem/1rem Arial,sans-serif;font-weight:600;left:50%;position:absolute;text-transform:uppercase;top:50%;-webkit-transform:translateX(-50%) translateX(-.01rem) translateY(-50%) translateY(-.1rem);transform:translateX(-50%) translateX(-.01rem) translateY(-50%) translateY(-.1rem)}
.ecl-site-header__search{margin-top:1rem}
@media (min-width:996px){.ecl-site-header__search{margin-top:0}}
.ecl-site-header-core{background-color:#fff;margin:0}
.ecl-site-header-core__container{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding-top:1rem}
.ecl-site-header-core__top{display:-webkit-box;display:flex;-webkit-box-flex:1;flex-grow:1;-webkit-box-pack:justify;justify-content:space-between}
.ecl-site-header-core__logo-link{-webkit-box-flex:1;flex-grow:1;margin-bottom:calc(1rem + 1px)}
.ecl-site-header-core__logo-image{display:block;max-height:2.5rem;max-width:10.1rem}
.ecl-site-header-core__action{display:-webkit-box;display:flex}
.ecl-site-header-core__search-toggle{-webkit-box-align:center;align-items:center;border-left:1px solid #fff;border-right:1px solid #fff;border-top:1px solid #fff;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;font:normal normal 400 .75rem/1rem Arial,sans-serif;margin-bottom:calc(1rem + 1px);margin-top:-1px;padding:.5rem .5rem 0;position:relative;text-align:center;z-index:16}
.ecl-site-header-core__search-toggle[aria-expanded=true]{background-color:#f2f5f9;border-color:#bfd0e4;margin-bottom:0;padding-bottom:calc(1rem + 1px)}
.ecl-site-header-core__search{background-color:#f2f5f9;border:1px solid #bfd0e4;box-shadow:0 2px 5px 0 rgba(0,47,103,.2);box-sizing:content-box;color:#404040;display:none;font:normal normal 400 .875rem/1.25rem Arial,sans-serif;left:0;margin-top:-1px;padding:calc(1rem - 1px);position:absolute;width:calc(100% - 2rem);z-index:15}
.ecl-site-header-core__language-selector{font:normal normal 400 .75rem/1rem Arial,sans-serif;margin-bottom:calc(1rem + 1px);padding:.5rem .5rem 0;text-align:center}
.ecl-site-header-core__language-icon{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;position:relative}
.ecl-site-header-core__language-code{color:#fff;font:normal normal 400 .625rem/1rem Arial,sans-serif;left:50%;position:absolute;text-transform:uppercase;top:50%;-webkit-transform:translateX(-50%) translateX(-.01rem) translateY(-50%) translateY(-.05rem);transform:translateX(-50%) translateX(-.01rem) translateY(-50%) translateY(-.05rem)}
.ecl-site-header-core__search--active{display:-webkit-box;display:flex}
@media (min-width:480px){.ecl-site-header-core__logo-link{-webkit-box-flex:0;flex-grow:0}.ecl-site-header-core__logo-image{height:3rem;max-height:100%;max-width:100%}}
@media (min-width:996px){.ecl-site-header-core__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;padding-bottom:2rem;padding-top:2rem}.ecl-site-header-core__container,.ecl-site-header-core__top{-webkit-box-align:end;align-items:flex-end}.ecl-site-header-core__action{-webkit-box-align:center;align-items:center}.ecl-site-header-core__logo-link{margin-bottom:0}.ecl-site-header-core__logo-image{height:4.5rem}.ecl-site-header-core__language-selector{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;font:normal normal 400 1rem/1.25rem Arial,sans-serif;margin:0;padding:.75rem}.ecl-site-header-core__language-icon .ecl-icon{height:1.5rem;margin-right:.5rem;width:1.5rem}.ecl-site-header-core__language-code{font:normal normal 400 .75rem/1rem Arial,sans-serif;margin-right:.5rem;-webkit-transform:translateX(-50%) translateX(-.2rem) translateY(-50%) translateY(-.05rem);transform:translateX(-50%) translateX(-.2rem) translateY(-50%) translateY(-.05rem)}.ecl-site-header-core__search-container{-webkit-box-flex:1;flex-grow:1;margin-left:.75rem}.ecl-site-header-core__search-toggle{display:none}.ecl-site-header-core__search{background-color:#fff;border-width:0;box-shadow:none;display:-webkit-box;display:flex;margin:0;padding:0;position:relative;top:0;width:31.5rem}}
.ecl-site-header-harmonised{background-color:#fff;margin:0}
.ecl-site-header-harmonised__container{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding-top:1rem}
.ecl-site-header-harmonised__top{-webkit-box-align:end;align-items:flex-end;display:-webkit-box;display:flex;-webkit-box-flex:1;flex-grow:1;-webkit-box-pack:justify;justify-content:space-between}
.ecl-site-header-harmonised__logo-link{-webkit-box-flex:1;flex-grow:1;margin-bottom:calc(1rem + 1px)}
.ecl-site-header-harmonised__logo-image{display:block;max-height:1.75rem;max-width:10.1rem}
.ecl-site-header-harmonised__action{display:-webkit-box;display:flex}
.ecl-site-header-harmonised__login-toggle,.ecl-site-header-harmonised__search-toggle{-webkit-box-align:center;align-items:center;border-left:1px solid #fff;border-right:1px solid #fff;border-top:1px solid #fff;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;font:normal normal 400 .75rem/1rem Arial,sans-serif;margin-bottom:calc(1rem + 1px);margin-top:-1px;padding:.5rem .5rem 0;position:relative;text-align:center;z-index:16}
.ecl-site-header-harmonised__login-toggle[aria-expanded=true],.ecl-site-header-harmonised__search-toggle[aria-expanded=true]{background-color:#f2f5f9;border-color:#bfd0e4;margin-bottom:0;padding-bottom:calc(1rem + 1px)}
.ecl-site-header-harmonised__login-box,.ecl-site-header-harmonised__search{background-color:#f2f5f9;border:1px solid #bfd0e4;box-shadow:0 2px 5px 0 rgba(0,47,103,.2);box-sizing:content-box;color:#404040;display:none;font:normal normal 400 .875rem/1.25rem Arial,sans-serif;left:0;margin-top:-1px;padding:calc(1rem - 1px);position:absolute;width:calc(100% - 2rem);z-index:15}
.ecl-site-header-harmonised__login-box--active{display:block}
.ecl-site-header-harmonised__login-description{margin:0;max-width:80ch}
.ecl-site-header-harmonised__login-separator{background-color:#bfd0e4;border-width:0;height:1px;margin-bottom:1rem;margin-top:1rem}
.ecl-site-header-harmonised__language-selector{font:normal normal 400 .75rem/1rem Arial,sans-serif;margin-bottom:calc(1rem + 1px);padding:.5rem .5rem 0;text-align:center}
.ecl-site-header-harmonised__language-icon{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;position:relative}
.ecl-site-header-harmonised__language-code{color:#fff;font:normal normal 400 .625rem/1rem Arial,sans-serif;left:50%;position:absolute;text-transform:uppercase;top:50%;-webkit-transform:translateX(-50%) translateX(-.01rem) translateY(-50%) translateY(-.05rem);transform:translateX(-50%) translateX(-.01rem) translateY(-50%) translateY(-.05rem)}
.ecl-site-header-harmonised__search--active{display:-webkit-box;display:flex}
.ecl-site-header-harmonised__banner-top{background-color:#f2f5f9;color:#004494;font:normal normal 400 .875rem/1.25rem Arial,sans-serif;padding:.5rem 0}
.ecl-site-header-harmonised__banner{background-color:#004494;color:#fff;font:normal normal 400 1.5rem/1.75rem Arial,sans-serif;padding:1rem 0}
.ecl-site-header-harmonised__menu{display:none}
.ecl-site-header-harmonised__menu-toggle{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;float:right;font:normal normal 400 .75rem/1rem Arial,sans-serif;margin-top:-.5rem;padding:.5rem;text-align:center}
.ecl-site-header-harmonised__menu-toggle,.ecl-site-header-harmonised__menu-toggle:active,.ecl-site-header-harmonised__menu-toggle:focus,.ecl-site-header-harmonised__menu-toggle:hover,.ecl-site-header-harmonised__menu-toggle:visited{color:#fff}
@media (min-width:480px){.ecl-site-header-harmonised__logo-link{-webkit-box-flex:0;flex-grow:0}.ecl-site-header-harmonised__logo-image{height:3rem;max-height:100%;max-width:100%}}
@media (min-width:996px){.ecl-site-header-harmonised__container{-webkit-box-align:end;align-items:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;padding-bottom:2rem;padding-top:2rem}.ecl-site-header-harmonised__action{-webkit-box-align:center;align-items:center}.ecl-site-header-harmonised__logo-link{margin-bottom:0}.ecl-site-header-harmonised__logo-image{height:3.75rem}.ecl-site-header-harmonised__login-box{left:auto;margin-top:calc(2rem - 1px);width:auto}.ecl-site-header-harmonised__language-selector,.ecl-site-header-harmonised__login-toggle{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;font:normal normal 400 1rem/1.25rem Arial,sans-serif;margin:0;padding:.75rem}.ecl-site-header-harmonised__login-toggle[aria-expanded=true]{margin-bottom:-2rem;padding-bottom:2.75rem}.ecl-site-header-harmonised__language-icon .ecl-icon,.ecl-site-header-harmonised__login-toggle .ecl-icon{height:1.5rem;margin-right:.5rem;width:1.5rem}.ecl-site-header-harmonised__language-code{font:normal normal 400 .75rem/1rem Arial,sans-serif;margin-right:.5rem;-webkit-transform:translateX(-50%) translateX(-.2rem) translateY(-50%) translateY(-.05rem);transform:translateX(-50%) translateX(-.2rem) translateY(-50%) translateY(-.05rem)}.ecl-site-header-harmonised__search-container{-webkit-box-flex:1;flex-grow:1}.ecl-site-header-harmonised__search-toggle{display:none}.ecl-site-header-harmonised__search{background-color:#fff;border-width:0;box-shadow:none;display:-webkit-box;display:flex;margin:0;padding:0;position:relative;top:0;width:25rem}.ecl-site-header-harmonised__banner,.ecl-site-header-harmonised__banner-top{margin-left:0;margin-right:0}.ecl-site-header-harmonised__banner-top{font:normal normal 400 1rem/1.5rem Arial,sans-serif}.ecl-site-header-harmonised__banner{font:normal normal 400 1.75rem/2rem Arial,sans-serif;padding-bottom:1.5rem;padding-top:1.5rem}.ecl-site-header-harmonised__menu-toggle{display:none}.ecl-site-header-harmonised__menu{background-color:#004494;color:#fff;display:block}.ecl-site-header-harmonised__menu-list{-webkit-box-align:baseline;align-items:baseline;display:-webkit-box;display:flex;list-style:none;margin:0;padding-left:0}.ecl-site-header-harmonised__menu-link{font:normal normal 400 .875rem/1rem Arial,sans-serif;font-weight:600;padding:1rem .75rem 1rem 1rem}.ecl-site-header-harmonised__menu-link,.ecl-site-header-harmonised__menu-link:active,.ecl-site-header-harmonised__menu-link:focus,.ecl-site-header-harmonised__menu-link:hover,.ecl-site-header-harmonised__menu-link:visited{color:#fff}.ecl-site-header-harmonised__menu-item:first-of-type .ecl-site-header-harmonised__menu-link{padding-right:1rem}.ecl-site-header-harmonised__menu-link--active{background-color:#003776}}
@media (min-width:1140px){.ecl-site-header-harmonised__search{width:31.5rem}}
.ecl-site-header-standardised{background-color:#fff;margin:0}
.ecl-site-header-standardised__container{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding-top:1rem}
.ecl-site-header-standardised__top{-webkit-box-align:end;align-items:flex-end;display:-webkit-box;display:flex;-webkit-box-flex:1;flex-grow:1;-webkit-box-pack:justify;justify-content:space-between}
.ecl-site-header-standardised__logo-link{-webkit-box-flex:1;flex-grow:1;margin-bottom:calc(1rem + 1px)}
.ecl-site-header-standardised__logo-image{display:block;max-height:1.75rem;max-width:10.1rem}
.ecl-site-header-standardised__action{display:-webkit-box;display:flex}
.ecl-site-header-standardised__login-toggle,.ecl-site-header-standardised__search-toggle{-webkit-box-align:center;align-items:center;border-left:1px solid #fff;border-right:1px solid #fff;border-top:1px solid #fff;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;font:normal normal 400 .75rem/1rem Arial,sans-serif;margin-bottom:calc(1rem + 1px);margin-top:-1px;padding:.5rem .5rem 0;position:relative;text-align:center;z-index:16}
.ecl-site-header-standardised__login-toggle[aria-expanded=true],.ecl-site-header-standardised__search-toggle[aria-expanded=true]{background-color:#f2f5f9;border-color:#bfd0e4;margin-bottom:0;padding-bottom:calc(1rem + 1px)}
.ecl-site-header-standardised__login-box,.ecl-site-header-standardised__search{background-color:#f2f5f9;border:1px solid #bfd0e4;box-shadow:0 2px 5px 0 rgba(0,47,103,.2);box-sizing:content-box;color:#404040;display:none;font:normal normal 400 .875rem/1.25rem Arial,sans-serif;left:0;margin-top:-1px;padding:calc(1rem - 1px);position:absolute;width:calc(100% - 2rem);z-index:15}
.ecl-site-header-standardised__login-box--active{display:block}
.ecl-site-header-standardised__login-description{margin:0;max-width:80ch}
.ecl-site-header-standardised__login-separator{background-color:#bfd0e4;border-width:0;height:1px;margin-bottom:1rem;margin-top:1rem}
.ecl-site-header-standardised__language-selector{font:normal normal 400 .75rem/1rem Arial,sans-serif;margin-bottom:calc(1rem + 1px);padding:.5rem .5rem 0;text-align:center}
.ecl-site-header-standardised__language-icon{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;position:relative}
.ecl-site-header-standardised__language-code{color:#fff;font:normal normal 400 .625rem/1rem Arial,sans-serif;left:50%;position:absolute;text-transform:uppercase;top:50%;-webkit-transform:translateX(-50%) translateX(-.01rem) translateY(-50%) translateY(-.05rem);transform:translateX(-50%) translateX(-.01rem) translateY(-50%) translateY(-.05rem)}
.ecl-site-header-standardised__search--active{display:-webkit-box;display:flex}
.ecl-site-header-standardised__banner-top{background-color:#f2f5f9;color:#004494;font:normal normal 400 .875rem/1.25rem Arial,sans-serif;padding:.5rem 0}
.ecl-site-header-standardised__banner{background-color:#004494;color:#fff;font:normal normal 400 1.5rem/1.75rem Arial,sans-serif;padding:1rem 0}
.ecl-site-header-standardised__menu{display:none}
.ecl-site-header-standardised__menu-toggle{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;float:right;font:normal normal 400 .75rem/1rem Arial,sans-serif;margin-top:-.5rem;padding:.5rem;text-align:center}
.ecl-site-header-standardised__menu-toggle,.ecl-site-header-standardised__menu-toggle:active,.ecl-site-header-standardised__menu-toggle:focus,.ecl-site-header-standardised__menu-toggle:hover,.ecl-site-header-standardised__menu-toggle:visited{color:#fff}
@media (min-width:480px){.ecl-site-header-standardised__logo-link{-webkit-box-flex:0;flex-grow:0}.ecl-site-header-standardised__logo-image{height:3rem;max-height:100%;max-width:100%}}
@media (min-width:996px){.ecl-site-header-standardised__container{-webkit-box-align:end;align-items:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;padding-bottom:2rem;padding-top:2rem}.ecl-site-header-standardised__action{-webkit-box-align:center;align-items:center}.ecl-site-header-standardised__logo-link{margin-bottom:0}.ecl-site-header-standardised__logo-image{height:3.75rem}.ecl-site-header-standardised__login-box{left:auto;margin-top:calc(2rem - 1px);width:auto}.ecl-site-header-standardised__language-selector,.ecl-site-header-standardised__login-toggle{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;font:normal normal 400 1rem/1.25rem Arial,sans-serif;margin:0;padding:.75rem}.ecl-site-header-standardised__login-toggle[aria-expanded=true]{margin-bottom:-2rem;padding-bottom:2.75rem}.ecl-site-header-standardised__language-icon .ecl-icon,.ecl-site-header-standardised__login-toggle .ecl-icon{height:1.5rem;margin-right:.5rem;width:1.5rem}.ecl-site-header-standardised__language-code{font:normal normal 400 .75rem/1rem Arial,sans-serif;margin-right:.5rem;-webkit-transform:translateX(-50%) translateX(-.2rem) translateY(-50%) translateY(-.05rem);transform:translateX(-50%) translateX(-.2rem) translateY(-50%) translateY(-.05rem)}.ecl-site-header-standardised__search-container{-webkit-box-flex:1;flex-grow:1}.ecl-site-header-standardised__search-toggle{display:none}.ecl-site-header-standardised__search{background-color:#fff;border-width:0;box-shadow:none;display:-webkit-box;display:flex;margin:0;padding:0;position:relative;top:0;width:25rem}.ecl-site-header-standardised__banner,.ecl-site-header-standardised__banner-top{margin-left:0;margin-right:0}.ecl-site-header-standardised__banner-top{font:normal normal 400 1rem/1.5rem Arial,sans-serif}.ecl-site-header-standardised__banner{font:normal normal 400 1.75rem/2rem Arial,sans-serif;padding-bottom:1.5rem;padding-top:1.5rem}.ecl-site-header-standardised__menu-toggle{display:none}.ecl-site-header-standardised__menu{background-color:#004494;color:#fff;display:block}.ecl-site-header-standardised__menu-list{-webkit-box-align:baseline;align-items:baseline;display:-webkit-box;display:flex;list-style:none;margin:0;padding-left:0}.ecl-site-header-standardised__menu-link{font:normal normal 400 .875rem/1rem Arial,sans-serif;font-weight:600;padding:1rem .75rem 1rem 1rem}.ecl-site-header-standardised__menu-link,.ecl-site-header-standardised__menu-link:active,.ecl-site-header-standardised__menu-link:focus,.ecl-site-header-standardised__menu-link:hover,.ecl-site-header-standardised__menu-link:visited{color:#fff}.ecl-site-header-standardised__menu-item:first-of-type .ecl-site-header-standardised__menu-link{padding-right:1rem}.ecl-site-header-standardised__menu-link--active{background-color:#003776}}
@media (min-width:1140px){.ecl-site-header-standardised__search{width:31.5rem}}
.ecl-u-aria[aria-hidden=true]{display:none!important}
.ecl-u-bg-blue{background-color:#004494!important}
.ecl-u-bg-yellow{background-color:#ffd617!important}
.ecl-u-bg-grey{background-color:#404040!important}
.ecl-u-bg-black{background-color:#000!important}
.ecl-u-bg-white{background-color:#fff!important}
.ecl-u-bg-blue-130{background-color:#002f67!important}
.ecl-u-bg-blue-120{background-color:#003776!important}
.ecl-u-bg-blue-110{background-color:#003d84!important}
.ecl-u-bg-blue-100{background-color:#004494!important}
.ecl-u-bg-blue-75{background-color:#4073af!important}
.ecl-u-bg-blue-50{background-color:#7fa1c9!important}
.ecl-u-bg-blue-25{background-color:#bfd0e4!important}
.ecl-u-bg-blue-5{background-color:#f2f5f9!important}
.ecl-u-bg-yellow-120{background-color:#f8ae21!important}
.ecl-u-bg-yellow-110{background-color:#fbc11d!important}
.ecl-u-bg-yellow-100{background-color:#ffd617!important}
.ecl-u-bg-yellow-75{background-color:#ffde39!important}
.ecl-u-bg-yellow-50{background-color:#ffe879!important}
.ecl-u-bg-yellow-25{background-color:#fff4bb!important}
.ecl-u-bg-grey-100{background-color:#404040!important}
.ecl-u-bg-grey-75{background-color:#707070!important}
.ecl-u-bg-grey-50{background-color:#9f9f9f!important}
.ecl-u-bg-grey-25{background-color:#cfcfcf!important}
.ecl-u-bg-grey-20{background-color:#d9d9d9!important}
.ecl-u-bg-grey-15{background-color:#e3e3e3!important}
.ecl-u-bg-grey-10{background-color:#ebebeb!important}
.ecl-u-bg-grey-5{background-color:#f5f5f5!important}
.ecl-u-bg-blue-n{background-color:#006fb4!important}
.ecl-u-bg-orange{background-color:#f29527!important}
.ecl-u-bg-green{background-color:#467a39!important}
.ecl-u-bg-red{background-color:#da2131!important}
.ecl-u-bg-default{background-color:#fff!important}
.ecl-u-bg-primary{background-color:#004494!important}
.ecl-u-bg-secondary{background-color:#ffd617!important}
.ecl-u-bg-shade{background-color:#404040!important}
.ecl-u-border-all{border:1px solid #000!important}
.ecl-u-border-bottom{border-bottom:1px solid #000!important}
.ecl-u-border-left{border-left:1px solid #000!important}
.ecl-u-border-top{border-top:1px solid #000!important}
.ecl-u-border-right{border-right:1px solid #000!important}
.ecl-u-border-color-blue{border-color:#004494!important}
.ecl-u-border-color-yellow{border-color:#ffd617!important}
.ecl-u-border-color-grey{border-color:#404040!important}
.ecl-u-border-color-black{border-color:#000!important}
.ecl-u-border-color-white{border-color:#fff!important}
.ecl-u-border-color-blue-130{border-color:#002f67!important}
.ecl-u-border-color-blue-120{border-color:#003776!important}
.ecl-u-border-color-blue-110{border-color:#003d84!important}
.ecl-u-border-color-blue-100{border-color:#004494!important}
.ecl-u-border-color-blue-75{border-color:#4073af!important}
.ecl-u-border-color-blue-50{border-color:#7fa1c9!important}
.ecl-u-border-color-blue-25{border-color:#bfd0e4!important}
.ecl-u-border-color-blue-5{border-color:#f2f5f9!important}
.ecl-u-border-color-yellow-120{border-color:#f8ae21!important}
.ecl-u-border-color-yellow-110{border-color:#fbc11d!important}
.ecl-u-border-color-yellow-100{border-color:#ffd617!important}
.ecl-u-border-color-yellow-75{border-color:#ffde39!important}
.ecl-u-border-color-yellow-50{border-color:#ffe879!important}
.ecl-u-border-color-yellow-25{border-color:#fff4bb!important}
.ecl-u-border-color-grey-100{border-color:#404040!important}
.ecl-u-border-color-grey-75{border-color:#707070!important}
.ecl-u-border-color-grey-50{border-color:#9f9f9f!important}
.ecl-u-border-color-grey-25{border-color:#cfcfcf!important}
.ecl-u-border-color-grey-20{border-color:#d9d9d9!important}
.ecl-u-border-color-grey-15{border-color:#e3e3e3!important}
.ecl-u-border-color-grey-10{border-color:#ebebeb!important}
.ecl-u-border-color-grey-5{border-color:#f5f5f5!important}
.ecl-u-border-color-blue-n{border-color:#006fb4!important}
.ecl-u-border-color-orange{border-color:#f29527!important}
.ecl-u-border-color-green{border-color:#467a39!important}
.ecl-u-border-color-red{border-color:#da2131!important}
.ecl-u-border-color-primary{border-color:#004494!important}
.ecl-u-border-color-secondary{border-color:#ffd617!important}
.ecl-u-border-color-tertiary{border-color:#e3e3e3!important}
.ecl-u-border-color-text{border-color:#404040!important}
.ecl-u-border-color-white-100{border-color:#fff!important}
.ecl-u-border-color-black-100{border-color:#000!important}
.ecl-u-border-color-error{border-color:#da2131!important}
.ecl-u-border-color-info{border-color:#006fb4!important}
.ecl-u-border-color-success{border-color:#467a39!important}
.ecl-u-border-color-orange-100,.ecl-u-border-color-warning{border-color:#f29527!important}
.ecl-u-border-color-green-100{border-color:#467a39!important}
.ecl-u-border-color-red-100{border-color:#da2131!important}
.ecl-u-border-width-0{border-width:0!important}
.ecl-u-border-width-1{border-width:.0625rem!important}
.ecl-u-border-width-2{border-width:.125rem!important}
.ecl-u-border-width-4{border-width:.25rem!important}
.ecl-u-border-width-8{border-width:.5rem!important}
.ecl-u-border-style-solid{border-style:solid!important}
.ecl-u-border-style-dashed{border-style:dashed!important}
.ecl-u-border-style-dotted{border-style:dotted!important}
@media (min-width:480px){.ecl-u-border-sm-all{border:1px solid #000!important}.ecl-u-border-sm-bottom{border-bottom:1px solid #000!important}.ecl-u-border-sm-left{border-left:1px solid #000!important}.ecl-u-border-sm-top{border-top:1px solid #000!important}.ecl-u-border-sm-right{border-right:1px solid #000!important}.ecl-u-border-color-sm-blue{border-color:#004494!important}.ecl-u-border-color-sm-yellow{border-color:#ffd617!important}.ecl-u-border-color-sm-grey{border-color:#404040!important}.ecl-u-border-color-sm-black{border-color:#000!important}.ecl-u-border-color-sm-white{border-color:#fff!important}.ecl-u-border-color-sm-blue-130{border-color:#002f67!important}.ecl-u-border-color-sm-blue-120{border-color:#003776!important}.ecl-u-border-color-sm-blue-110{border-color:#003d84!important}.ecl-u-border-color-sm-blue-100{border-color:#004494!important}.ecl-u-border-color-sm-blue-75{border-color:#4073af!important}.ecl-u-border-color-sm-blue-50{border-color:#7fa1c9!important}.ecl-u-border-color-sm-blue-25{border-color:#bfd0e4!important}.ecl-u-border-color-sm-blue-5{border-color:#f2f5f9!important}.ecl-u-border-color-sm-yellow-120{border-color:#f8ae21!important}.ecl-u-border-color-sm-yellow-110{border-color:#fbc11d!important}.ecl-u-border-color-sm-yellow-100{border-color:#ffd617!important}.ecl-u-border-color-sm-yellow-75{border-color:#ffde39!important}.ecl-u-border-color-sm-yellow-50{border-color:#ffe879!important}.ecl-u-border-color-sm-yellow-25{border-color:#fff4bb!important}.ecl-u-border-color-sm-grey-100{border-color:#404040!important}.ecl-u-border-color-sm-grey-75{border-color:#707070!important}.ecl-u-border-color-sm-grey-50{border-color:#9f9f9f!important}.ecl-u-border-color-sm-grey-25{border-color:#cfcfcf!important}.ecl-u-border-color-sm-grey-20{border-color:#d9d9d9!important}.ecl-u-border-color-sm-grey-15{border-color:#e3e3e3!important}.ecl-u-border-color-sm-grey-10{border-color:#ebebeb!important}.ecl-u-border-color-sm-grey-5{border-color:#f5f5f5!important}.ecl-u-border-color-sm-blue-n{border-color:#006fb4!important}.ecl-u-border-color-sm-orange{border-color:#f29527!important}.ecl-u-border-color-sm-green{border-color:#467a39!important}.ecl-u-border-color-sm-red{border-color:#da2131!important}.ecl-u-border-color-sm-primary{border-color:#004494!important}.ecl-u-border-color-sm-secondary{border-color:#ffd617!important}.ecl-u-border-color-sm-tertiary{border-color:#e3e3e3!important}.ecl-u-border-color-sm-text{border-color:#404040!important}.ecl-u-border-color-sm-white-100{border-color:#fff!important}.ecl-u-border-color-sm-black-100{border-color:#000!important}.ecl-u-border-color-sm-error{border-color:#da2131!important}.ecl-u-border-color-sm-info{border-color:#006fb4!important}.ecl-u-border-color-sm-success{border-color:#467a39!important}.ecl-u-border-color-sm-orange-100,.ecl-u-border-color-sm-warning{border-color:#f29527!important}.ecl-u-border-color-sm-green-100{border-color:#467a39!important}.ecl-u-border-color-sm-red-100{border-color:#da2131!important}.ecl-u-border-width-sm-0{border-width:0!important}.ecl-u-border-width-sm-1{border-width:.0625rem!important}.ecl-u-border-width-sm-2{border-width:.125rem!important}.ecl-u-border-width-sm-4{border-width:.25rem!important}.ecl-u-border-width-sm-8{border-width:.5rem!important}.ecl-u-border-style-sm-solid{border-style:solid!important}.ecl-u-border-style-sm-dashed{border-style:dashed!important}.ecl-u-border-style-sm-dotted{border-style:dotted!important}}
@media (min-width:768px){.ecl-u-border-md-all{border:1px solid #000!important}.ecl-u-border-md-bottom{border-bottom:1px solid #000!important}.ecl-u-border-md-left{border-left:1px solid #000!important}.ecl-u-border-md-top{border-top:1px solid #000!important}.ecl-u-border-md-right{border-right:1px solid #000!important}.ecl-u-border-color-md-blue{border-color:#004494!important}.ecl-u-border-color-md-yellow{border-color:#ffd617!important}.ecl-u-border-color-md-grey{border-color:#404040!important}.ecl-u-border-color-md-black{border-color:#000!important}.ecl-u-border-color-md-white{border-color:#fff!important}.ecl-u-border-color-md-blue-130{border-color:#002f67!important}.ecl-u-border-color-md-blue-120{border-color:#003776!important}.ecl-u-border-color-md-blue-110{border-color:#003d84!important}.ecl-u-border-color-md-blue-100{border-color:#004494!important}.ecl-u-border-color-md-blue-75{border-color:#4073af!important}.ecl-u-border-color-md-blue-50{border-color:#7fa1c9!important}.ecl-u-border-color-md-blue-25{border-color:#bfd0e4!important}.ecl-u-border-color-md-blue-5{border-color:#f2f5f9!important}.ecl-u-border-color-md-yellow-120{border-color:#f8ae21!important}.ecl-u-border-color-md-yellow-110{border-color:#fbc11d!important}.ecl-u-border-color-md-yellow-100{border-color:#ffd617!important}.ecl-u-border-color-md-yellow-75{border-color:#ffde39!important}.ecl-u-border-color-md-yellow-50{border-color:#ffe879!important}.ecl-u-border-color-md-yellow-25{border-color:#fff4bb!important}.ecl-u-border-color-md-grey-100{border-color:#404040!important}.ecl-u-border-color-md-grey-75{border-color:#707070!important}.ecl-u-border-color-md-grey-50{border-color:#9f9f9f!important}.ecl-u-border-color-md-grey-25{border-color:#cfcfcf!important}.ecl-u-border-color-md-grey-20{border-color:#d9d9d9!important}.ecl-u-border-color-md-grey-15{border-color:#e3e3e3!important}.ecl-u-border-color-md-grey-10{border-color:#ebebeb!important}.ecl-u-border-color-md-grey-5{border-color:#f5f5f5!important}.ecl-u-border-color-md-blue-n{border-color:#006fb4!important}.ecl-u-border-color-md-orange{border-color:#f29527!important}.ecl-u-border-color-md-green{border-color:#467a39!important}.ecl-u-border-color-md-red{border-color:#da2131!important}.ecl-u-border-color-md-primary{border-color:#004494!important}.ecl-u-border-color-md-secondary{border-color:#ffd617!important}.ecl-u-border-color-md-tertiary{border-color:#e3e3e3!important}.ecl-u-border-color-md-text{border-color:#404040!important}.ecl-u-border-color-md-white-100{border-color:#fff!important}.ecl-u-border-color-md-black-100{border-color:#000!important}.ecl-u-border-color-md-error{border-color:#da2131!important}.ecl-u-border-color-md-info{border-color:#006fb4!important}.ecl-u-border-color-md-success{border-color:#467a39!important}.ecl-u-border-color-md-orange-100,.ecl-u-border-color-md-warning{border-color:#f29527!important}.ecl-u-border-color-md-green-100{border-color:#467a39!important}.ecl-u-border-color-md-red-100{border-color:#da2131!important}.ecl-u-border-width-md-0{border-width:0!important}.ecl-u-border-width-md-1{border-width:.0625rem!important}.ecl-u-border-width-md-2{border-width:.125rem!important}.ecl-u-border-width-md-4{border-width:.25rem!important}.ecl-u-border-width-md-8{border-width:.5rem!important}.ecl-u-border-style-md-solid{border-style:solid!important}.ecl-u-border-style-md-dashed{border-style:dashed!important}.ecl-u-border-style-md-dotted{border-style:dotted!important}}
@media (min-width:996px){.ecl-u-border-lg-all{border:1px solid #000!important}.ecl-u-border-lg-bottom{border-bottom:1px solid #000!important}.ecl-u-border-lg-left{border-left:1px solid #000!important}.ecl-u-border-lg-top{border-top:1px solid #000!important}.ecl-u-border-lg-right{border-right:1px solid #000!important}.ecl-u-border-color-lg-blue{border-color:#004494!important}.ecl-u-border-color-lg-yellow{border-color:#ffd617!important}.ecl-u-border-color-lg-grey{border-color:#404040!important}.ecl-u-border-color-lg-black{border-color:#000!important}.ecl-u-border-color-lg-white{border-color:#fff!important}.ecl-u-border-color-lg-blue-130{border-color:#002f67!important}.ecl-u-border-color-lg-blue-120{border-color:#003776!important}.ecl-u-border-color-lg-blue-110{border-color:#003d84!important}.ecl-u-border-color-lg-blue-100{border-color:#004494!important}.ecl-u-border-color-lg-blue-75{border-color:#4073af!important}.ecl-u-border-color-lg-blue-50{border-color:#7fa1c9!important}.ecl-u-border-color-lg-blue-25{border-color:#bfd0e4!important}.ecl-u-border-color-lg-blue-5{border-color:#f2f5f9!important}.ecl-u-border-color-lg-yellow-120{border-color:#f8ae21!important}.ecl-u-border-color-lg-yellow-110{border-color:#fbc11d!important}.ecl-u-border-color-lg-yellow-100{border-color:#ffd617!important}.ecl-u-border-color-lg-yellow-75{border-color:#ffde39!important}.ecl-u-border-color-lg-yellow-50{border-color:#ffe879!important}.ecl-u-border-color-lg-yellow-25{border-color:#fff4bb!important}.ecl-u-border-color-lg-grey-100{border-color:#404040!important}.ecl-u-border-color-lg-grey-75{border-color:#707070!important}.ecl-u-border-color-lg-grey-50{border-color:#9f9f9f!important}.ecl-u-border-color-lg-grey-25{border-color:#cfcfcf!important}.ecl-u-border-color-lg-grey-20{border-color:#d9d9d9!important}.ecl-u-border-color-lg-grey-15{border-color:#e3e3e3!important}.ecl-u-border-color-lg-grey-10{border-color:#ebebeb!important}.ecl-u-border-color-lg-grey-5{border-color:#f5f5f5!important}.ecl-u-border-color-lg-blue-n{border-color:#006fb4!important}.ecl-u-border-color-lg-orange{border-color:#f29527!important}.ecl-u-border-color-lg-green{border-color:#467a39!important}.ecl-u-border-color-lg-red{border-color:#da2131!important}.ecl-u-border-color-lg-primary{border-color:#004494!important}.ecl-u-border-color-lg-secondary{border-color:#ffd617!important}.ecl-u-border-color-lg-tertiary{border-color:#e3e3e3!important}.ecl-u-border-color-lg-text{border-color:#404040!important}.ecl-u-border-color-lg-white-100{border-color:#fff!important}.ecl-u-border-color-lg-black-100{border-color:#000!important}.ecl-u-border-color-lg-error{border-color:#da2131!important}.ecl-u-border-color-lg-info{border-color:#006fb4!important}.ecl-u-border-color-lg-success{border-color:#467a39!important}.ecl-u-border-color-lg-orange-100,.ecl-u-border-color-lg-warning{border-color:#f29527!important}.ecl-u-border-color-lg-green-100{border-color:#467a39!important}.ecl-u-border-color-lg-red-100{border-color:#da2131!important}.ecl-u-border-width-lg-0{border-width:0!important}.ecl-u-border-width-lg-1{border-width:.0625rem!important}.ecl-u-border-width-lg-2{border-width:.125rem!important}.ecl-u-border-width-lg-4{border-width:.25rem!important}.ecl-u-border-width-lg-8{border-width:.5rem!important}.ecl-u-border-style-lg-solid{border-style:solid!important}.ecl-u-border-style-lg-dashed{border-style:dashed!important}.ecl-u-border-style-lg-dotted{border-style:dotted!important}}
@media (min-width:1140px){.ecl-u-border-xl-all{border:1px solid #000!important}.ecl-u-border-xl-bottom{border-bottom:1px solid #000!important}.ecl-u-border-xl-left{border-left:1px solid #000!important}.ecl-u-border-xl-top{border-top:1px solid #000!important}.ecl-u-border-xl-right{border-right:1px solid #000!important}.ecl-u-border-color-xl-blue{border-color:#004494!important}.ecl-u-border-color-xl-yellow{border-color:#ffd617!important}.ecl-u-border-color-xl-grey{border-color:#404040!important}.ecl-u-border-color-xl-black{border-color:#000!important}.ecl-u-border-color-xl-white{border-color:#fff!important}.ecl-u-border-color-xl-blue-130{border-color:#002f67!important}.ecl-u-border-color-xl-blue-120{border-color:#003776!important}.ecl-u-border-color-xl-blue-110{border-color:#003d84!important}.ecl-u-border-color-xl-blue-100{border-color:#004494!important}.ecl-u-border-color-xl-blue-75{border-color:#4073af!important}.ecl-u-border-color-xl-blue-50{border-color:#7fa1c9!important}.ecl-u-border-color-xl-blue-25{border-color:#bfd0e4!important}.ecl-u-border-color-xl-blue-5{border-color:#f2f5f9!important}.ecl-u-border-color-xl-yellow-120{border-color:#f8ae21!important}.ecl-u-border-color-xl-yellow-110{border-color:#fbc11d!important}.ecl-u-border-color-xl-yellow-100{border-color:#ffd617!important}.ecl-u-border-color-xl-yellow-75{border-color:#ffde39!important}.ecl-u-border-color-xl-yellow-50{border-color:#ffe879!important}.ecl-u-border-color-xl-yellow-25{border-color:#fff4bb!important}.ecl-u-border-color-xl-grey-100{border-color:#404040!important}.ecl-u-border-color-xl-grey-75{border-color:#707070!important}.ecl-u-border-color-xl-grey-50{border-color:#9f9f9f!important}.ecl-u-border-color-xl-grey-25{border-color:#cfcfcf!important}.ecl-u-border-color-xl-grey-20{border-color:#d9d9d9!important}.ecl-u-border-color-xl-grey-15{border-color:#e3e3e3!important}.ecl-u-border-color-xl-grey-10{border-color:#ebebeb!important}.ecl-u-border-color-xl-grey-5{border-color:#f5f5f5!important}.ecl-u-border-color-xl-blue-n{border-color:#006fb4!important}.ecl-u-border-color-xl-orange{border-color:#f29527!important}.ecl-u-border-color-xl-green{border-color:#467a39!important}.ecl-u-border-color-xl-red{border-color:#da2131!important}.ecl-u-border-color-xl-primary{border-color:#004494!important}.ecl-u-border-color-xl-secondary{border-color:#ffd617!important}.ecl-u-border-color-xl-tertiary{border-color:#e3e3e3!important}.ecl-u-border-color-xl-text{border-color:#404040!important}.ecl-u-border-color-xl-white-100{border-color:#fff!important}.ecl-u-border-color-xl-black-100{border-color:#000!important}.ecl-u-border-color-xl-error{border-color:#da2131!important}.ecl-u-border-color-xl-info{border-color:#006fb4!important}.ecl-u-border-color-xl-success{border-color:#467a39!important}.ecl-u-border-color-xl-orange-100,.ecl-u-border-color-xl-warning{border-color:#f29527!important}.ecl-u-border-color-xl-green-100{border-color:#467a39!important}.ecl-u-border-color-xl-red-100{border-color:#da2131!important}.ecl-u-border-width-xl-0{border-width:0!important}.ecl-u-border-width-xl-1{border-width:.0625rem!important}.ecl-u-border-width-xl-2{border-width:.125rem!important}.ecl-u-border-width-xl-4{border-width:.25rem!important}.ecl-u-border-width-xl-8{border-width:.5rem!important}.ecl-u-border-style-xl-solid{border-style:solid!important}.ecl-u-border-style-xl-dashed{border-style:dashed!important}.ecl-u-border-style-xl-dotted{border-style:dotted!important}}
.ecl-u-clearfix:after{clear:both!important;content:""!important;display:block!important}
.ecl-u-height-auto{height:auto!important}
.ecl-u-height-100{height:100%!important}
.ecl-u-width-auto{width:auto!important}
.ecl-u-width-100{width:100%!important}
.ecl-u-flex-row{-webkit-box-orient:horizontal!important;flex-direction:row!important}
.ecl-u-flex-column,.ecl-u-flex-row{-webkit-box-direction:normal!important}
.ecl-u-flex-column{-webkit-box-orient:vertical!important;flex-direction:column!important}
.ecl-u-flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}
.ecl-u-flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}
.ecl-u-flex-wrap{flex-wrap:wrap!important}
.ecl-u-flex-nowrap{flex-wrap:nowrap!important}
.ecl-u-flex-wrap-reverse{flex-wrap:wrap-reverse!important}
.ecl-u-justify-content-start{-webkit-box-pack:start!important;justify-content:flex-start!important}
.ecl-u-justify-content-end{-webkit-box-pack:end!important;justify-content:flex-end!important}
.ecl-u-justify-content-center{-webkit-box-pack:center!important;justify-content:center!important}
.ecl-u-justify-content-between{-webkit-box-pack:justify!important;justify-content:space-between!important}
.ecl-u-justify-content-around{justify-content:space-around!important}
.ecl-u-align-items-start{-webkit-box-align:start!important;align-items:flex-start!important}
.ecl-u-align-items-end{-webkit-box-align:end!important;align-items:flex-end!important}
.ecl-u-align-items-center{-webkit-box-align:center!important;align-items:center!important}
.ecl-u-align-items-baseline{-webkit-box-align:baseline!important;align-items:baseline!important}
.ecl-u-align-items-stretch{-webkit-box-align:stretch!important;align-items:stretch!important}
.ecl-u-align-content-start{align-content:flex-start!important}
.ecl-u-align-content-end{align-content:flex-end!important}
.ecl-u-align-content-center{align-content:center!important}
.ecl-u-align-content-between{align-content:space-between!important}
.ecl-u-align-content-around{align-content:space-around!important}
.ecl-u-align-content-stretch{align-content:stretch!important}
.ecl-u-order-first{-webkit-box-ordinal-group:0!important;order:-1!important}
.ecl-u-order-last{-webkit-box-ordinal-group:2!important;order:1!important}
.ecl-u-order-0{-webkit-box-ordinal-group:1!important;order:0!important}
.ecl-u-align-self-auto{-ms-grid-row-align:auto!important;align-self:auto!important}
.ecl-u-align-self-start{align-self:flex-start!important}
.ecl-u-align-self-end{align-self:flex-end!important}
.ecl-u-align-self-center{-ms-grid-row-align:center!important;align-self:center!important}
.ecl-u-align-self-baseline{align-self:baseline!important}
.ecl-u-align-self-stretch{-ms-grid-row-align:stretch!important;align-self:stretch!important}
.ecl-u-flex-grow-0{-webkit-box-flex:0!important;flex-grow:0!important}
.ecl-u-flex-grow-1{-webkit-box-flex:1!important;flex-grow:1!important}
.ecl-u-flex-shrink-0{flex-shrink:0!important}
.ecl-u-flex-shrink-1{flex-shrink:1!important}
.ecl-u-flex-basis-100{flex-basis:100%!important}
.ecl-u-flex-basis-auto{flex-basis:auto!important}
@media (min-width:480px){.ecl-u-flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;flex-direction:row!important}.ecl-u-flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;flex-direction:column!important}.ecl-u-flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.ecl-u-flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.ecl-u-flex-sm-wrap{flex-wrap:wrap!important}.ecl-u-flex-sm-nowrap{flex-wrap:nowrap!important}.ecl-u-flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.ecl-u-justify-content-sm-start{-webkit-box-pack:start!important;justify-content:flex-start!important}.ecl-u-justify-content-sm-end{-webkit-box-pack:end!important;justify-content:flex-end!important}.ecl-u-justify-content-sm-center{-webkit-box-pack:center!important;justify-content:center!important}.ecl-u-justify-content-sm-between{-webkit-box-pack:justify!important;justify-content:space-between!important}.ecl-u-justify-content-sm-around{justify-content:space-around!important}.ecl-u-align-items-sm-start{-webkit-box-align:start!important;align-items:flex-start!important}.ecl-u-align-items-sm-end{-webkit-box-align:end!important;align-items:flex-end!important}.ecl-u-align-items-sm-center{-webkit-box-align:center!important;align-items:center!important}.ecl-u-align-items-sm-baseline{-webkit-box-align:baseline!important;align-items:baseline!important}.ecl-u-align-items-sm-stretch{-webkit-box-align:stretch!important;align-items:stretch!important}.ecl-u-align-content-sm-start{align-content:flex-start!important}.ecl-u-align-content-sm-end{align-content:flex-end!important}.ecl-u-align-content-sm-center{align-content:center!important}.ecl-u-align-content-sm-between{align-content:space-between!important}.ecl-u-align-content-sm-around{align-content:space-around!important}.ecl-u-align-content-sm-stretch{align-content:stretch!important}.ecl-u-order-sm-first{-webkit-box-ordinal-group:0!important;order:-1!important}.ecl-u-order-sm-last{-webkit-box-ordinal-group:2!important;order:1!important}.ecl-u-order-sm-0{-webkit-box-ordinal-group:1!important;order:0!important}.ecl-u-align-self-sm-auto{-ms-grid-row-align:auto!important;align-self:auto!important}.ecl-u-align-self-sm-start{align-self:flex-start!important}.ecl-u-align-self-sm-end{align-self:flex-end!important}.ecl-u-align-self-sm-center{-ms-grid-row-align:center!important;align-self:center!important}.ecl-u-align-self-sm-baseline{align-self:baseline!important}.ecl-u-align-self-sm-stretch{-ms-grid-row-align:stretch!important;align-self:stretch!important}.ecl-u-flex-grow-sm-0{-webkit-box-flex:0!important;flex-grow:0!important}.ecl-u-flex-grow-sm-1{-webkit-box-flex:1!important;flex-grow:1!important}.ecl-u-flex-shrink-sm-0{flex-shrink:0!important}.ecl-u-flex-shrink-sm-1{flex-shrink:1!important}.ecl-u-flex-basis-sm-100{flex-basis:100%!important}.ecl-u-flex-basis-sm-auto{flex-basis:auto!important}}
@media (min-width:768px){.ecl-u-flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;flex-direction:row!important}.ecl-u-flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;flex-direction:column!important}.ecl-u-flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.ecl-u-flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.ecl-u-flex-md-wrap{flex-wrap:wrap!important}.ecl-u-flex-md-nowrap{flex-wrap:nowrap!important}.ecl-u-flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.ecl-u-justify-content-md-start{-webkit-box-pack:start!important;justify-content:flex-start!important}.ecl-u-justify-content-md-end{-webkit-box-pack:end!important;justify-content:flex-end!important}.ecl-u-justify-content-md-center{-webkit-box-pack:center!important;justify-content:center!important}.ecl-u-justify-content-md-between{-webkit-box-pack:justify!important;justify-content:space-between!important}.ecl-u-justify-content-md-around{justify-content:space-around!important}.ecl-u-align-items-md-start{-webkit-box-align:start!important;align-items:flex-start!important}.ecl-u-align-items-md-end{-webkit-box-align:end!important;align-items:flex-end!important}.ecl-u-align-items-md-center{-webkit-box-align:center!important;align-items:center!important}.ecl-u-align-items-md-baseline{-webkit-box-align:baseline!important;align-items:baseline!important}.ecl-u-align-items-md-stretch{-webkit-box-align:stretch!important;align-items:stretch!important}.ecl-u-align-content-md-start{align-content:flex-start!important}.ecl-u-align-content-md-end{align-content:flex-end!important}.ecl-u-align-content-md-center{align-content:center!important}.ecl-u-align-content-md-between{align-content:space-between!important}.ecl-u-align-content-md-around{align-content:space-around!important}.ecl-u-align-content-md-stretch{align-content:stretch!important}.ecl-u-order-md-first{-webkit-box-ordinal-group:0!important;order:-1!important}.ecl-u-order-md-last{-webkit-box-ordinal-group:2!important;order:1!important}.ecl-u-order-md-0{-webkit-box-ordinal-group:1!important;order:0!important}.ecl-u-align-self-md-auto{-ms-grid-row-align:auto!important;align-self:auto!important}.ecl-u-align-self-md-start{align-self:flex-start!important}.ecl-u-align-self-md-end{align-self:flex-end!important}.ecl-u-align-self-md-center{-ms-grid-row-align:center!important;align-self:center!important}.ecl-u-align-self-md-baseline{align-self:baseline!important}.ecl-u-align-self-md-stretch{-ms-grid-row-align:stretch!important;align-self:stretch!important}.ecl-u-flex-grow-md-0{-webkit-box-flex:0!important;flex-grow:0!important}.ecl-u-flex-grow-md-1{-webkit-box-flex:1!important;flex-grow:1!important}.ecl-u-flex-shrink-md-0{flex-shrink:0!important}.ecl-u-flex-shrink-md-1{flex-shrink:1!important}.ecl-u-flex-basis-md-100{flex-basis:100%!important}.ecl-u-flex-basis-md-auto{flex-basis:auto!important}}
@media (min-width:996px){.ecl-u-flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;flex-direction:row!important}.ecl-u-flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;flex-direction:column!important}.ecl-u-flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.ecl-u-flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.ecl-u-flex-lg-wrap{flex-wrap:wrap!important}.ecl-u-flex-lg-nowrap{flex-wrap:nowrap!important}.ecl-u-flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.ecl-u-justify-content-lg-start{-webkit-box-pack:start!important;justify-content:flex-start!important}.ecl-u-justify-content-lg-end{-webkit-box-pack:end!important;justify-content:flex-end!important}.ecl-u-justify-content-lg-center{-webkit-box-pack:center!important;justify-content:center!important}.ecl-u-justify-content-lg-between{-webkit-box-pack:justify!important;justify-content:space-between!important}.ecl-u-justify-content-lg-around{justify-content:space-around!important}.ecl-u-align-items-lg-start{-webkit-box-align:start!important;align-items:flex-start!important}.ecl-u-align-items-lg-end{-webkit-box-align:end!important;align-items:flex-end!important}.ecl-u-align-items-lg-center{-webkit-box-align:center!important;align-items:center!important}.ecl-u-align-items-lg-baseline{-webkit-box-align:baseline!important;align-items:baseline!important}.ecl-u-align-items-lg-stretch{-webkit-box-align:stretch!important;align-items:stretch!important}.ecl-u-align-content-lg-start{align-content:flex-start!important}.ecl-u-align-content-lg-end{align-content:flex-end!important}.ecl-u-align-content-lg-center{align-content:center!important}.ecl-u-align-content-lg-between{align-content:space-between!important}.ecl-u-align-content-lg-around{align-content:space-around!important}.ecl-u-align-content-lg-stretch{align-content:stretch!important}.ecl-u-order-lg-first{-webkit-box-ordinal-group:0!important;order:-1!important}.ecl-u-order-lg-last{-webkit-box-ordinal-group:2!important;order:1!important}.ecl-u-order-lg-0{-webkit-box-ordinal-group:1!important;order:0!important}.ecl-u-align-self-lg-auto{-ms-grid-row-align:auto!important;align-self:auto!important}.ecl-u-align-self-lg-start{align-self:flex-start!important}.ecl-u-align-self-lg-end{align-self:flex-end!important}.ecl-u-align-self-lg-center{-ms-grid-row-align:center!important;align-self:center!important}.ecl-u-align-self-lg-baseline{align-self:baseline!important}.ecl-u-align-self-lg-stretch{-ms-grid-row-align:stretch!important;align-self:stretch!important}.ecl-u-flex-grow-lg-0{-webkit-box-flex:0!important;flex-grow:0!important}.ecl-u-flex-grow-lg-1{-webkit-box-flex:1!important;flex-grow:1!important}.ecl-u-flex-shrink-lg-0{flex-shrink:0!important}.ecl-u-flex-shrink-lg-1{flex-shrink:1!important}.ecl-u-flex-basis-lg-100{flex-basis:100%!important}.ecl-u-flex-basis-lg-auto{flex-basis:auto!important}}
@media (min-width:1140px){.ecl-u-flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;flex-direction:row!important}.ecl-u-flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;flex-direction:column!important}.ecl-u-flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.ecl-u-flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.ecl-u-flex-xl-wrap{flex-wrap:wrap!important}.ecl-u-flex-xl-nowrap{flex-wrap:nowrap!important}.ecl-u-flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.ecl-u-justify-content-xl-start{-webkit-box-pack:start!important;justify-content:flex-start!important}.ecl-u-justify-content-xl-end{-webkit-box-pack:end!important;justify-content:flex-end!important}.ecl-u-justify-content-xl-center{-webkit-box-pack:center!important;justify-content:center!important}.ecl-u-justify-content-xl-between{-webkit-box-pack:justify!important;justify-content:space-between!important}.ecl-u-justify-content-xl-around{justify-content:space-around!important}.ecl-u-align-items-xl-start{-webkit-box-align:start!important;align-items:flex-start!important}.ecl-u-align-items-xl-end{-webkit-box-align:end!important;align-items:flex-end!important}.ecl-u-align-items-xl-center{-webkit-box-align:center!important;align-items:center!important}.ecl-u-align-items-xl-baseline{-webkit-box-align:baseline!important;align-items:baseline!important}.ecl-u-align-items-xl-stretch{-webkit-box-align:stretch!important;align-items:stretch!important}.ecl-u-align-content-xl-start{align-content:flex-start!important}.ecl-u-align-content-xl-end{align-content:flex-end!important}.ecl-u-align-content-xl-center{align-content:center!important}.ecl-u-align-content-xl-between{align-content:space-between!important}.ecl-u-align-content-xl-around{align-content:space-around!important}.ecl-u-align-content-xl-stretch{align-content:stretch!important}.ecl-u-order-xl-first{-webkit-box-ordinal-group:0!important;order:-1!important}.ecl-u-order-xl-last{-webkit-box-ordinal-group:2!important;order:1!important}.ecl-u-order-xl-0{-webkit-box-ordinal-group:1!important;order:0!important}.ecl-u-align-self-xl-auto{-ms-grid-row-align:auto!important;align-self:auto!important}.ecl-u-align-self-xl-start{align-self:flex-start!important}.ecl-u-align-self-xl-end{align-self:flex-end!important}.ecl-u-align-self-xl-center{-ms-grid-row-align:center!important;align-self:center!important}.ecl-u-align-self-xl-baseline{align-self:baseline!important}.ecl-u-align-self-xl-stretch{-ms-grid-row-align:stretch!important;align-self:stretch!important}.ecl-u-flex-grow-xl-0{-webkit-box-flex:0!important;flex-grow:0!important}.ecl-u-flex-grow-xl-1{-webkit-box-flex:1!important;flex-grow:1!important}.ecl-u-flex-shrink-xl-0{flex-shrink:0!important}.ecl-u-flex-shrink-xl-1{flex-shrink:1!important}.ecl-u-flex-basis-xl-100{flex-basis:100%!important}.ecl-u-flex-basis-xl-auto{flex-basis:auto!important}}
.ecl-u-f-l{float:left!important}
.ecl-u-f-r{float:right!important}
.ecl-u-f-none{float:none!important}
.ecl-u-disablescroll{overflow:hidden!important}
.ecl-u-media-a-s{height:77px!important}
.ecl-u-media-a-s,.ecl-u-media-h-s{width:77px!important}
.ecl-u-media-v-s{height:77px!important}
.ecl-u-media-a-m{height:100px!important}
.ecl-u-media-a-m,.ecl-u-media-h-m{width:100px!important}
.ecl-u-media-v-m{height:100px!important}
@media (min-width:480px){.ecl-u-media-a-sm-s{height:77px!important}.ecl-u-media-a-sm-s,.ecl-u-media-h-sm-s{width:77px!important}.ecl-u-media-v-sm-s{height:77px!important}.ecl-u-media-a-sm-m{height:100px!important}.ecl-u-media-a-sm-m,.ecl-u-media-h-sm-m{width:100px!important}.ecl-u-media-v-sm-m{height:100px!important}}
@media (min-width:768px){.ecl-u-media-a-md-s{height:77px!important}.ecl-u-media-a-md-s,.ecl-u-media-h-md-s{width:77px!important}.ecl-u-media-v-md-s{height:77px!important}.ecl-u-media-a-md-m{height:100px!important}.ecl-u-media-a-md-m,.ecl-u-media-h-md-m{width:100px!important}.ecl-u-media-v-md-m{height:100px!important}}
@media (min-width:996px){.ecl-u-media-a-lg-s{height:77px!important}.ecl-u-media-a-lg-s,.ecl-u-media-h-lg-s{width:77px!important}.ecl-u-media-v-lg-s{height:77px!important}.ecl-u-media-a-lg-m{height:100px!important}.ecl-u-media-a-lg-m,.ecl-u-media-h-lg-m{width:100px!important}.ecl-u-media-v-lg-m{height:100px!important}}
@media (min-width:1140px){.ecl-u-media-a-xl-s{height:77px!important}.ecl-u-media-a-xl-s,.ecl-u-media-h-xl-s{width:77px!important}.ecl-u-media-v-xl-s{height:77px!important}.ecl-u-media-a-xl-m{height:100px!important}.ecl-u-media-a-xl-m,.ecl-u-media-h-xl-m{width:100px!important}.ecl-u-media-v-xl-m{height:100px!important}}
.ecl-u-media-ratio-16-9{position:relative!important}
.ecl-u-media-ratio-16-9:before{content:""!important;display:block!important;padding-top:56.25%!important;width:100%!important}
.ecl-u-media-ratio-16-9 .ecl-u-media-content{height:100%!important;position:absolute!important;right:0!important;top:0!important;width:100%!important}
.ecl-u-media-ratio-4-3{position:relative!important}
.ecl-u-media-ratio-4-3:before{content:""!important;display:block!important;padding-top:75%!important;width:100%!important}
.ecl-u-media-ratio-4-3 .ecl-u-media-content{height:100%!important;position:absolute!important;right:0!important;top:0!important;width:100%!important}
.ecl-u-media-ratio-3-2{position:relative!important}
.ecl-u-media-ratio-3-2:before{content:""!important;display:block!important;padding-top:66.66667%!important;width:100%!important}
.ecl-u-media-ratio-3-2 .ecl-u-media-content{height:100%!important;position:absolute!important;right:0!important;top:0!important;width:100%!important}
.ecl-u-media-ratio-1-1{position:relative!important}
.ecl-u-media-ratio-1-1:before{content:""!important;display:block!important;padding-top:100%!important;width:100%!important}
.ecl-u-media-ratio-1-1 .ecl-u-media-content{height:100%!important;position:absolute!important;right:0!important;top:0!important;width:100%!important}
.ecl-u-media-bg-origin-border{background-origin:border-box!important}
.ecl-u-media-bg-origin-padding{background-origin:padding-box!important}
.ecl-u-media-bg-origin-content{background-origin:content-box!important}
.ecl-u-media-bg-position-initial{background-position:0 0!important}
.ecl-u-media-bg-position-top{background-position:top!important}
.ecl-u-media-bg-position-bottom{background-position:bottom!important}
.ecl-u-media-bg-position-left{background-position:0!important}
.ecl-u-media-bg-position-right{background-position:100%!important}
.ecl-u-media-bg-position-center{background-position:50%!important}
.ecl-u-media-bg-repeat-all{background-repeat:repeat!important}
.ecl-u-media-bg-repeat-x{background-repeat:repeat-x!important}
.ecl-u-media-bg-repeat-y{background-repeat:repeat-y!important}
.ecl-u-media-bg-repeat-none{background-repeat:no-repeat!important}
.ecl-u-media-bg-size-auto{background-size:auto!important}
.ecl-u-media-bg-size-contain{background-size:contain!important}
.ecl-u-media-bg-size-cover{background-size:cover!important}
.ecl-u-sr-only{border:0!important;clip:rect(0,0,0,0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}
.ecl-u-sr-only--focusable:active,.ecl-u-sr-only--focusable:focus{clip:auto!important;-webkit-clip-path:none!important;clip-path:none!important;height:auto!important;overflow:visible!important;position:static!important;white-space:normal!important;width:auto!important}
.ecl-u-ma-2xs{margin:.25rem!important}
.ecl-u-mh-2xs{margin-left:.25rem!important;margin-right:.25rem!important}
.ecl-u-mv-2xs{margin-bottom:.25rem!important}
.ecl-u-mt-2xs,.ecl-u-mv-2xs{margin-top:.25rem!important}
.ecl-u-mr-2xs{margin-right:.25rem!important}
.ecl-u-mb-2xs{margin-bottom:.25rem!important}
.ecl-u-ml-2xs{margin-left:.25rem!important}
.ecl-u-ma-xs{margin:.5rem!important}
.ecl-u-mh-xs{margin-left:.5rem!important;margin-right:.5rem!important}
.ecl-u-mv-xs{margin-bottom:.5rem!important}
.ecl-u-mt-xs,.ecl-u-mv-xs{margin-top:.5rem!important}
.ecl-u-mr-xs{margin-right:.5rem!important}
.ecl-u-mb-xs{margin-bottom:.5rem!important}
.ecl-u-ml-xs{margin-left:.5rem!important}
.ecl-u-ma-s{margin:.75rem!important}
.ecl-u-mh-s{margin-left:.75rem!important;margin-right:.75rem!important}
.ecl-u-mv-s{margin-bottom:.75rem!important}
.ecl-u-mt-s,.ecl-u-mv-s{margin-top:.75rem!important}
.ecl-u-mr-s{margin-right:.75rem!important}
.ecl-u-mb-s{margin-bottom:.75rem!important}
.ecl-u-ml-s{margin-left:.75rem!important}
.ecl-u-ma-m{margin:1rem!important}
.ecl-u-mh-m{margin-left:1rem!important;margin-right:1rem!important}
.ecl-u-mv-m{margin-bottom:1rem!important}
.ecl-u-mt-m,.ecl-u-mv-m{margin-top:1rem!important}
.ecl-u-mr-m{margin-right:1rem!important}
.ecl-u-mb-m{margin-bottom:1rem!important}
.ecl-u-ml-m{margin-left:1rem!important}
.ecl-u-ma-l{margin:1.5rem!important}
.ecl-u-mh-l{margin-left:1.5rem!important;margin-right:1.5rem!important}
.ecl-u-mv-l{margin-bottom:1.5rem!important}
.ecl-u-mt-l,.ecl-u-mv-l{margin-top:1.5rem!important}
.ecl-u-mr-l{margin-right:1.5rem!important}
.ecl-u-mb-l{margin-bottom:1.5rem!important}
.ecl-u-ml-l{margin-left:1.5rem!important}
.ecl-u-ma-xl{margin:2rem!important}
.ecl-u-mh-xl{margin-left:2rem!important;margin-right:2rem!important}
.ecl-u-mv-xl{margin-bottom:2rem!important}
.ecl-u-mt-xl,.ecl-u-mv-xl{margin-top:2rem!important}
.ecl-u-mr-xl{margin-right:2rem!important}
.ecl-u-mb-xl{margin-bottom:2rem!important}
.ecl-u-ml-xl{margin-left:2rem!important}
.ecl-u-ma-2xl{margin:2.5rem!important}
.ecl-u-mh-2xl{margin-left:2.5rem!important;margin-right:2.5rem!important}
.ecl-u-mv-2xl{margin-bottom:2.5rem!important}
.ecl-u-mt-2xl,.ecl-u-mv-2xl{margin-top:2.5rem!important}
.ecl-u-mr-2xl{margin-right:2.5rem!important}
.ecl-u-mb-2xl{margin-bottom:2.5rem!important}
.ecl-u-ml-2xl{margin-left:2.5rem!important}
.ecl-u-ma-3xl{margin:3rem!important}
.ecl-u-mh-3xl{margin-left:3rem!important;margin-right:3rem!important}
.ecl-u-mv-3xl{margin-bottom:3rem!important}
.ecl-u-mt-3xl,.ecl-u-mv-3xl{margin-top:3rem!important}
.ecl-u-mr-3xl{margin-right:3rem!important}
.ecl-u-mb-3xl{margin-bottom:3rem!important}
.ecl-u-ml-3xl{margin-left:3rem!important}
.ecl-u-ma-4xl{margin:4rem!important}
.ecl-u-mh-4xl{margin-left:4rem!important;margin-right:4rem!important}
.ecl-u-mv-4xl{margin-bottom:4rem!important}
.ecl-u-mt-4xl,.ecl-u-mv-4xl{margin-top:4rem!important}
.ecl-u-mr-4xl{margin-right:4rem!important}
.ecl-u-mb-4xl{margin-bottom:4rem!important}
.ecl-u-ml-4xl{margin-left:4rem!important}
.ecl-u-ma-none{margin:0!important}
.ecl-u-mh-none{margin-left:0!important;margin-right:0!important}
.ecl-u-mv-none{margin-bottom:0!important}
.ecl-u-mt-none,.ecl-u-mv-none{margin-top:0!important}
.ecl-u-mr-none{margin-right:0!important}
.ecl-u-mb-none{margin-bottom:0!important}
.ecl-u-ml-none{margin-left:0!important}
.ecl-u-ma-auto{margin:auto!important}
.ecl-u-mh-auto{margin-left:auto!important}
.ecl-u-mh-auto,.ecl-u-mr-auto{margin-right:auto!important}
.ecl-u-ml-auto{margin-left:auto!important}
@media (min-width:480px){.ecl-u-ma-sm-2xs{margin:.25rem!important}.ecl-u-mh-sm-2xs{margin-left:.25rem!important;margin-right:.25rem!important}.ecl-u-mv-sm-2xs{margin-bottom:.25rem!important}.ecl-u-mt-sm-2xs,.ecl-u-mv-sm-2xs{margin-top:.25rem!important}.ecl-u-mr-sm-2xs{margin-right:.25rem!important}.ecl-u-mb-sm-2xs{margin-bottom:.25rem!important}.ecl-u-ml-sm-2xs{margin-left:.25rem!important}.ecl-u-ma-sm-xs{margin:.5rem!important}.ecl-u-mh-sm-xs{margin-left:.5rem!important;margin-right:.5rem!important}.ecl-u-mv-sm-xs{margin-bottom:.5rem!important}.ecl-u-mt-sm-xs,.ecl-u-mv-sm-xs{margin-top:.5rem!important}.ecl-u-mr-sm-xs{margin-right:.5rem!important}.ecl-u-mb-sm-xs{margin-bottom:.5rem!important}.ecl-u-ml-sm-xs{margin-left:.5rem!important}.ecl-u-ma-sm-s{margin:.75rem!important}.ecl-u-mh-sm-s{margin-left:.75rem!important;margin-right:.75rem!important}.ecl-u-mv-sm-s{margin-bottom:.75rem!important}.ecl-u-mt-sm-s,.ecl-u-mv-sm-s{margin-top:.75rem!important}.ecl-u-mr-sm-s{margin-right:.75rem!important}.ecl-u-mb-sm-s{margin-bottom:.75rem!important}.ecl-u-ml-sm-s{margin-left:.75rem!important}.ecl-u-ma-sm-m{margin:1rem!important}.ecl-u-mh-sm-m{margin-left:1rem!important;margin-right:1rem!important}.ecl-u-mv-sm-m{margin-bottom:1rem!important}.ecl-u-mt-sm-m,.ecl-u-mv-sm-m{margin-top:1rem!important}.ecl-u-mr-sm-m{margin-right:1rem!important}.ecl-u-mb-sm-m{margin-bottom:1rem!important}.ecl-u-ml-sm-m{margin-left:1rem!important}.ecl-u-ma-sm-l{margin:1.5rem!important}.ecl-u-mh-sm-l{margin-left:1.5rem!important;margin-right:1.5rem!important}.ecl-u-mv-sm-l{margin-bottom:1.5rem!important}.ecl-u-mt-sm-l,.ecl-u-mv-sm-l{margin-top:1.5rem!important}.ecl-u-mr-sm-l{margin-right:1.5rem!important}.ecl-u-mb-sm-l{margin-bottom:1.5rem!important}.ecl-u-ml-sm-l{margin-left:1.5rem!important}.ecl-u-ma-sm-xl{margin:2rem!important}.ecl-u-mh-sm-xl{margin-left:2rem!important;margin-right:2rem!important}.ecl-u-mv-sm-xl{margin-bottom:2rem!important}.ecl-u-mt-sm-xl,.ecl-u-mv-sm-xl{margin-top:2rem!important}.ecl-u-mr-sm-xl{margin-right:2rem!important}.ecl-u-mb-sm-xl{margin-bottom:2rem!important}.ecl-u-ml-sm-xl{margin-left:2rem!important}.ecl-u-ma-sm-2xl{margin:2.5rem!important}.ecl-u-mh-sm-2xl{margin-left:2.5rem!important;margin-right:2.5rem!important}.ecl-u-mv-sm-2xl{margin-bottom:2.5rem!important}.ecl-u-mt-sm-2xl,.ecl-u-mv-sm-2xl{margin-top:2.5rem!important}.ecl-u-mr-sm-2xl{margin-right:2.5rem!important}.ecl-u-mb-sm-2xl{margin-bottom:2.5rem!important}.ecl-u-ml-sm-2xl{margin-left:2.5rem!important}.ecl-u-ma-sm-3xl{margin:3rem!important}.ecl-u-mh-sm-3xl{margin-left:3rem!important;margin-right:3rem!important}.ecl-u-mv-sm-3xl{margin-bottom:3rem!important}.ecl-u-mt-sm-3xl,.ecl-u-mv-sm-3xl{margin-top:3rem!important}.ecl-u-mr-sm-3xl{margin-right:3rem!important}.ecl-u-mb-sm-3xl{margin-bottom:3rem!important}.ecl-u-ml-sm-3xl{margin-left:3rem!important}.ecl-u-ma-sm-4xl{margin:4rem!important}.ecl-u-mh-sm-4xl{margin-left:4rem!important;margin-right:4rem!important}.ecl-u-mv-sm-4xl{margin-bottom:4rem!important}.ecl-u-mt-sm-4xl,.ecl-u-mv-sm-4xl{margin-top:4rem!important}.ecl-u-mr-sm-4xl{margin-right:4rem!important}.ecl-u-mb-sm-4xl{margin-bottom:4rem!important}.ecl-u-ml-sm-4xl{margin-left:4rem!important}.ecl-u-ma-sm-none{margin:0!important}.ecl-u-mh-sm-none{margin-left:0!important;margin-right:0!important}.ecl-u-mv-sm-none{margin-bottom:0!important}.ecl-u-mt-sm-none,.ecl-u-mv-sm-none{margin-top:0!important}.ecl-u-mr-sm-none{margin-right:0!important}.ecl-u-mb-sm-none{margin-bottom:0!important}.ecl-u-ml-sm-none{margin-left:0!important}.ecl-u-ma-sm-auto{margin:auto!important}.ecl-u-mh-sm-auto{margin-left:auto!important}.ecl-u-mh-sm-auto,.ecl-u-mr-sm-auto{margin-right:auto!important}.ecl-u-ml-sm-auto{margin-left:auto!important}}
@media (min-width:768px){.ecl-u-ma-md-2xs{margin:.25rem!important}.ecl-u-mh-md-2xs{margin-left:.25rem!important;margin-right:.25rem!important}.ecl-u-mv-md-2xs{margin-bottom:.25rem!important}.ecl-u-mt-md-2xs,.ecl-u-mv-md-2xs{margin-top:.25rem!important}.ecl-u-mr-md-2xs{margin-right:.25rem!important}.ecl-u-mb-md-2xs{margin-bottom:.25rem!important}.ecl-u-ml-md-2xs{margin-left:.25rem!important}.ecl-u-ma-md-xs{margin:.5rem!important}.ecl-u-mh-md-xs{margin-left:.5rem!important;margin-right:.5rem!important}.ecl-u-mv-md-xs{margin-bottom:.5rem!important}.ecl-u-mt-md-xs,.ecl-u-mv-md-xs{margin-top:.5rem!important}.ecl-u-mr-md-xs{margin-right:.5rem!important}.ecl-u-mb-md-xs{margin-bottom:.5rem!important}.ecl-u-ml-md-xs{margin-left:.5rem!important}.ecl-u-ma-md-s{margin:.75rem!important}.ecl-u-mh-md-s{margin-left:.75rem!important;margin-right:.75rem!important}.ecl-u-mv-md-s{margin-bottom:.75rem!important}.ecl-u-mt-md-s,.ecl-u-mv-md-s{margin-top:.75rem!important}.ecl-u-mr-md-s{margin-right:.75rem!important}.ecl-u-mb-md-s{margin-bottom:.75rem!important}.ecl-u-ml-md-s{margin-left:.75rem!important}.ecl-u-ma-md-m{margin:1rem!important}.ecl-u-mh-md-m{margin-left:1rem!important;margin-right:1rem!important}.ecl-u-mv-md-m{margin-bottom:1rem!important}.ecl-u-mt-md-m,.ecl-u-mv-md-m{margin-top:1rem!important}.ecl-u-mr-md-m{margin-right:1rem!important}.ecl-u-mb-md-m{margin-bottom:1rem!important}.ecl-u-ml-md-m{margin-left:1rem!important}.ecl-u-ma-md-l{margin:1.5rem!important}.ecl-u-mh-md-l{margin-left:1.5rem!important;margin-right:1.5rem!important}.ecl-u-mv-md-l{margin-bottom:1.5rem!important}.ecl-u-mt-md-l,.ecl-u-mv-md-l{margin-top:1.5rem!important}.ecl-u-mr-md-l{margin-right:1.5rem!important}.ecl-u-mb-md-l{margin-bottom:1.5rem!important}.ecl-u-ml-md-l{margin-left:1.5rem!important}.ecl-u-ma-md-xl{margin:2rem!important}.ecl-u-mh-md-xl{margin-left:2rem!important;margin-right:2rem!important}.ecl-u-mv-md-xl{margin-bottom:2rem!important}.ecl-u-mt-md-xl,.ecl-u-mv-md-xl{margin-top:2rem!important}.ecl-u-mr-md-xl{margin-right:2rem!important}.ecl-u-mb-md-xl{margin-bottom:2rem!important}.ecl-u-ml-md-xl{margin-left:2rem!important}.ecl-u-ma-md-2xl{margin:2.5rem!important}.ecl-u-mh-md-2xl{margin-left:2.5rem!important;margin-right:2.5rem!important}.ecl-u-mv-md-2xl{margin-bottom:2.5rem!important}.ecl-u-mt-md-2xl,.ecl-u-mv-md-2xl{margin-top:2.5rem!important}.ecl-u-mr-md-2xl{margin-right:2.5rem!important}.ecl-u-mb-md-2xl{margin-bottom:2.5rem!important}.ecl-u-ml-md-2xl{margin-left:2.5rem!important}.ecl-u-ma-md-3xl{margin:3rem!important}.ecl-u-mh-md-3xl{margin-left:3rem!important;margin-right:3rem!important}.ecl-u-mv-md-3xl{margin-bottom:3rem!important}.ecl-u-mt-md-3xl,.ecl-u-mv-md-3xl{margin-top:3rem!important}.ecl-u-mr-md-3xl{margin-right:3rem!important}.ecl-u-mb-md-3xl{margin-bottom:3rem!important}.ecl-u-ml-md-3xl{margin-left:3rem!important}.ecl-u-ma-md-4xl{margin:4rem!important}.ecl-u-mh-md-4xl{margin-left:4rem!important;margin-right:4rem!important}.ecl-u-mv-md-4xl{margin-bottom:4rem!important}.ecl-u-mt-md-4xl,.ecl-u-mv-md-4xl{margin-top:4rem!important}.ecl-u-mr-md-4xl{margin-right:4rem!important}.ecl-u-mb-md-4xl{margin-bottom:4rem!important}.ecl-u-ml-md-4xl{margin-left:4rem!important}.ecl-u-ma-md-none{margin:0!important}.ecl-u-mh-md-none{margin-left:0!important;margin-right:0!important}.ecl-u-mv-md-none{margin-bottom:0!important}.ecl-u-mt-md-none,.ecl-u-mv-md-none{margin-top:0!important}.ecl-u-mr-md-none{margin-right:0!important}.ecl-u-mb-md-none{margin-bottom:0!important}.ecl-u-ml-md-none{margin-left:0!important}.ecl-u-ma-md-auto{margin:auto!important}.ecl-u-mh-md-auto{margin-left:auto!important}.ecl-u-mh-md-auto,.ecl-u-mr-md-auto{margin-right:auto!important}.ecl-u-ml-md-auto{margin-left:auto!important}}
@media (min-width:996px){.ecl-u-ma-lg-2xs{margin:.25rem!important}.ecl-u-mh-lg-2xs{margin-left:.25rem!important;margin-right:.25rem!important}.ecl-u-mv-lg-2xs{margin-bottom:.25rem!important}.ecl-u-mt-lg-2xs,.ecl-u-mv-lg-2xs{margin-top:.25rem!important}.ecl-u-mr-lg-2xs{margin-right:.25rem!important}.ecl-u-mb-lg-2xs{margin-bottom:.25rem!important}.ecl-u-ml-lg-2xs{margin-left:.25rem!important}.ecl-u-ma-lg-xs{margin:.5rem!important}.ecl-u-mh-lg-xs{margin-left:.5rem!important;margin-right:.5rem!important}.ecl-u-mv-lg-xs{margin-bottom:.5rem!important}.ecl-u-mt-lg-xs,.ecl-u-mv-lg-xs{margin-top:.5rem!important}.ecl-u-mr-lg-xs{margin-right:.5rem!important}.ecl-u-mb-lg-xs{margin-bottom:.5rem!important}.ecl-u-ml-lg-xs{margin-left:.5rem!important}.ecl-u-ma-lg-s{margin:.75rem!important}.ecl-u-mh-lg-s{margin-left:.75rem!important;margin-right:.75rem!important}.ecl-u-mv-lg-s{margin-bottom:.75rem!important}.ecl-u-mt-lg-s,.ecl-u-mv-lg-s{margin-top:.75rem!important}.ecl-u-mr-lg-s{margin-right:.75rem!important}.ecl-u-mb-lg-s{margin-bottom:.75rem!important}.ecl-u-ml-lg-s{margin-left:.75rem!important}.ecl-u-ma-lg-m{margin:1rem!important}.ecl-u-mh-lg-m{margin-left:1rem!important;margin-right:1rem!important}.ecl-u-mv-lg-m{margin-bottom:1rem!important}.ecl-u-mt-lg-m,.ecl-u-mv-lg-m{margin-top:1rem!important}.ecl-u-mr-lg-m{margin-right:1rem!important}.ecl-u-mb-lg-m{margin-bottom:1rem!important}.ecl-u-ml-lg-m{margin-left:1rem!important}.ecl-u-ma-lg-l{margin:1.5rem!important}.ecl-u-mh-lg-l{margin-left:1.5rem!important;margin-right:1.5rem!important}.ecl-u-mv-lg-l{margin-bottom:1.5rem!important}.ecl-u-mt-lg-l,.ecl-u-mv-lg-l{margin-top:1.5rem!important}.ecl-u-mr-lg-l{margin-right:1.5rem!important}.ecl-u-mb-lg-l{margin-bottom:1.5rem!important}.ecl-u-ml-lg-l{margin-left:1.5rem!important}.ecl-u-ma-lg-xl{margin:2rem!important}.ecl-u-mh-lg-xl{margin-left:2rem!important;margin-right:2rem!important}.ecl-u-mv-lg-xl{margin-bottom:2rem!important}.ecl-u-mt-lg-xl,.ecl-u-mv-lg-xl{margin-top:2rem!important}.ecl-u-mr-lg-xl{margin-right:2rem!important}.ecl-u-mb-lg-xl{margin-bottom:2rem!important}.ecl-u-ml-lg-xl{margin-left:2rem!important}.ecl-u-ma-lg-2xl{margin:2.5rem!important}.ecl-u-mh-lg-2xl{margin-left:2.5rem!important;margin-right:2.5rem!important}.ecl-u-mv-lg-2xl{margin-bottom:2.5rem!important}.ecl-u-mt-lg-2xl,.ecl-u-mv-lg-2xl{margin-top:2.5rem!important}.ecl-u-mr-lg-2xl{margin-right:2.5rem!important}.ecl-u-mb-lg-2xl{margin-bottom:2.5rem!important}.ecl-u-ml-lg-2xl{margin-left:2.5rem!important}.ecl-u-ma-lg-3xl{margin:3rem!important}.ecl-u-mh-lg-3xl{margin-left:3rem!important;margin-right:3rem!important}.ecl-u-mv-lg-3xl{margin-bottom:3rem!important}.ecl-u-mt-lg-3xl,.ecl-u-mv-lg-3xl{margin-top:3rem!important}.ecl-u-mr-lg-3xl{margin-right:3rem!important}.ecl-u-mb-lg-3xl{margin-bottom:3rem!important}.ecl-u-ml-lg-3xl{margin-left:3rem!important}.ecl-u-ma-lg-4xl{margin:4rem!important}.ecl-u-mh-lg-4xl{margin-left:4rem!important;margin-right:4rem!important}.ecl-u-mv-lg-4xl{margin-bottom:4rem!important}.ecl-u-mt-lg-4xl,.ecl-u-mv-lg-4xl{margin-top:4rem!important}.ecl-u-mr-lg-4xl{margin-right:4rem!important}.ecl-u-mb-lg-4xl{margin-bottom:4rem!important}.ecl-u-ml-lg-4xl{margin-left:4rem!important}.ecl-u-ma-lg-none{margin:0!important}.ecl-u-mh-lg-none{margin-left:0!important;margin-right:0!important}.ecl-u-mv-lg-none{margin-bottom:0!important}.ecl-u-mt-lg-none,.ecl-u-mv-lg-none{margin-top:0!important}.ecl-u-mr-lg-none{margin-right:0!important}.ecl-u-mb-lg-none{margin-bottom:0!important}.ecl-u-ml-lg-none{margin-left:0!important}.ecl-u-ma-lg-auto{margin:auto!important}.ecl-u-mh-lg-auto{margin-left:auto!important}.ecl-u-mh-lg-auto,.ecl-u-mr-lg-auto{margin-right:auto!important}.ecl-u-ml-lg-auto{margin-left:auto!important}}
@media (min-width:1140px){.ecl-u-ma-xl-2xs{margin:.25rem!important}.ecl-u-mh-xl-2xs{margin-left:.25rem!important;margin-right:.25rem!important}.ecl-u-mv-xl-2xs{margin-bottom:.25rem!important}.ecl-u-mt-xl-2xs,.ecl-u-mv-xl-2xs{margin-top:.25rem!important}.ecl-u-mr-xl-2xs{margin-right:.25rem!important}.ecl-u-mb-xl-2xs{margin-bottom:.25rem!important}.ecl-u-ml-xl-2xs{margin-left:.25rem!important}.ecl-u-ma-xl-xs{margin:.5rem!important}.ecl-u-mh-xl-xs{margin-left:.5rem!important;margin-right:.5rem!important}.ecl-u-mv-xl-xs{margin-bottom:.5rem!important}.ecl-u-mt-xl-xs,.ecl-u-mv-xl-xs{margin-top:.5rem!important}.ecl-u-mr-xl-xs{margin-right:.5rem!important}.ecl-u-mb-xl-xs{margin-bottom:.5rem!important}.ecl-u-ml-xl-xs{margin-left:.5rem!important}.ecl-u-ma-xl-s{margin:.75rem!important}.ecl-u-mh-xl-s{margin-left:.75rem!important;margin-right:.75rem!important}.ecl-u-mv-xl-s{margin-bottom:.75rem!important}.ecl-u-mt-xl-s,.ecl-u-mv-xl-s{margin-top:.75rem!important}.ecl-u-mr-xl-s{margin-right:.75rem!important}.ecl-u-mb-xl-s{margin-bottom:.75rem!important}.ecl-u-ml-xl-s{margin-left:.75rem!important}.ecl-u-ma-xl-m{margin:1rem!important}.ecl-u-mh-xl-m{margin-left:1rem!important;margin-right:1rem!important}.ecl-u-mv-xl-m{margin-bottom:1rem!important}.ecl-u-mt-xl-m,.ecl-u-mv-xl-m{margin-top:1rem!important}.ecl-u-mr-xl-m{margin-right:1rem!important}.ecl-u-mb-xl-m{margin-bottom:1rem!important}.ecl-u-ml-xl-m{margin-left:1rem!important}.ecl-u-ma-xl-l{margin:1.5rem!important}.ecl-u-mh-xl-l{margin-left:1.5rem!important;margin-right:1.5rem!important}.ecl-u-mv-xl-l{margin-bottom:1.5rem!important}.ecl-u-mt-xl-l,.ecl-u-mv-xl-l{margin-top:1.5rem!important}.ecl-u-mr-xl-l{margin-right:1.5rem!important}.ecl-u-mb-xl-l{margin-bottom:1.5rem!important}.ecl-u-ml-xl-l{margin-left:1.5rem!important}.ecl-u-ma-xl-xl{margin:2rem!important}.ecl-u-mh-xl-xl{margin-left:2rem!important;margin-right:2rem!important}.ecl-u-mv-xl-xl{margin-bottom:2rem!important}.ecl-u-mt-xl-xl,.ecl-u-mv-xl-xl{margin-top:2rem!important}.ecl-u-mr-xl-xl{margin-right:2rem!important}.ecl-u-mb-xl-xl{margin-bottom:2rem!important}.ecl-u-ml-xl-xl{margin-left:2rem!important}.ecl-u-ma-xl-2xl{margin:2.5rem!important}.ecl-u-mh-xl-2xl{margin-left:2.5rem!important;margin-right:2.5rem!important}.ecl-u-mv-xl-2xl{margin-bottom:2.5rem!important}.ecl-u-mt-xl-2xl,.ecl-u-mv-xl-2xl{margin-top:2.5rem!important}.ecl-u-mr-xl-2xl{margin-right:2.5rem!important}.ecl-u-mb-xl-2xl{margin-bottom:2.5rem!important}.ecl-u-ml-xl-2xl{margin-left:2.5rem!important}.ecl-u-ma-xl-3xl{margin:3rem!important}.ecl-u-mh-xl-3xl{margin-left:3rem!important;margin-right:3rem!important}.ecl-u-mv-xl-3xl{margin-bottom:3rem!important}.ecl-u-mt-xl-3xl,.ecl-u-mv-xl-3xl{margin-top:3rem!important}.ecl-u-mr-xl-3xl{margin-right:3rem!important}.ecl-u-mb-xl-3xl{margin-bottom:3rem!important}.ecl-u-ml-xl-3xl{margin-left:3rem!important}.ecl-u-ma-xl-4xl{margin:4rem!important}.ecl-u-mh-xl-4xl{margin-left:4rem!important;margin-right:4rem!important}.ecl-u-mv-xl-4xl{margin-bottom:4rem!important}.ecl-u-mt-xl-4xl,.ecl-u-mv-xl-4xl{margin-top:4rem!important}.ecl-u-mr-xl-4xl{margin-right:4rem!important}.ecl-u-mb-xl-4xl{margin-bottom:4rem!important}.ecl-u-ml-xl-4xl{margin-left:4rem!important}.ecl-u-ma-xl-none{margin:0!important}.ecl-u-mh-xl-none{margin-left:0!important;margin-right:0!important}.ecl-u-mv-xl-none{margin-bottom:0!important}.ecl-u-mt-xl-none,.ecl-u-mv-xl-none{margin-top:0!important}.ecl-u-mr-xl-none{margin-right:0!important}.ecl-u-mb-xl-none{margin-bottom:0!important}.ecl-u-ml-xl-none{margin-left:0!important}.ecl-u-ma-xl-auto{margin:auto!important}.ecl-u-mh-xl-auto{margin-left:auto!important}.ecl-u-mh-xl-auto,.ecl-u-mr-xl-auto{margin-right:auto!important}.ecl-u-ml-xl-auto{margin-left:auto!important}}
.ecl-u-pa-2xs{padding:.25rem!important}
.ecl-u-ph-2xs{padding-left:.25rem!important;padding-right:.25rem!important}
.ecl-u-pv-2xs{padding-bottom:.25rem!important}
.ecl-u-pt-2xs,.ecl-u-pv-2xs{padding-top:.25rem!important}
.ecl-u-pr-2xs{padding-right:.25rem!important}
.ecl-u-pb-2xs{padding-bottom:.25rem!important}
.ecl-u-pl-2xs{padding-left:.25rem!important}
.ecl-u-pa-xs{padding:.5rem!important}
.ecl-u-ph-xs{padding-left:.5rem!important;padding-right:.5rem!important}
.ecl-u-pv-xs{padding-bottom:.5rem!important}
.ecl-u-pt-xs,.ecl-u-pv-xs{padding-top:.5rem!important}
.ecl-u-pr-xs{padding-right:.5rem!important}
.ecl-u-pb-xs{padding-bottom:.5rem!important}
.ecl-u-pl-xs{padding-left:.5rem!important}
.ecl-u-pa-s{padding:.75rem!important}
.ecl-u-ph-s{padding-left:.75rem!important;padding-right:.75rem!important}
.ecl-u-pv-s{padding-bottom:.75rem!important}
.ecl-u-pt-s,.ecl-u-pv-s{padding-top:.75rem!important}
.ecl-u-pr-s{padding-right:.75rem!important}
.ecl-u-pb-s{padding-bottom:.75rem!important}
.ecl-u-pl-s{padding-left:.75rem!important}
.ecl-u-pa-m{padding:1rem!important}
.ecl-u-ph-m{padding-left:1rem!important;padding-right:1rem!important}
.ecl-u-pv-m{padding-bottom:1rem!important}
.ecl-u-pt-m,.ecl-u-pv-m{padding-top:1rem!important}
.ecl-u-pr-m{padding-right:1rem!important}
.ecl-u-pb-m{padding-bottom:1rem!important}
.ecl-u-pl-m{padding-left:1rem!important}
.ecl-u-pa-l{padding:1.5rem!important}
.ecl-u-ph-l{padding-left:1.5rem!important;padding-right:1.5rem!important}
.ecl-u-pv-l{padding-bottom:1.5rem!important}
.ecl-u-pt-l,.ecl-u-pv-l{padding-top:1.5rem!important}
.ecl-u-pr-l{padding-right:1.5rem!important}
.ecl-u-pb-l{padding-bottom:1.5rem!important}
.ecl-u-pl-l{padding-left:1.5rem!important}
.ecl-u-pa-xl{padding:2rem!important}
.ecl-u-ph-xl{padding-left:2rem!important;padding-right:2rem!important}
.ecl-u-pv-xl{padding-bottom:2rem!important}
.ecl-u-pt-xl,.ecl-u-pv-xl{padding-top:2rem!important}
.ecl-u-pr-xl{padding-right:2rem!important}
.ecl-u-pb-xl{padding-bottom:2rem!important}
.ecl-u-pl-xl{padding-left:2rem!important}
.ecl-u-pa-2xl{padding:2.5rem!important}
.ecl-u-ph-2xl{padding-left:2.5rem!important;padding-right:2.5rem!important}
.ecl-u-pv-2xl{padding-bottom:2.5rem!important}
.ecl-u-pt-2xl,.ecl-u-pv-2xl{padding-top:2.5rem!important}
.ecl-u-pr-2xl{padding-right:2.5rem!important}
.ecl-u-pb-2xl{padding-bottom:2.5rem!important}
.ecl-u-pl-2xl{padding-left:2.5rem!important}
.ecl-u-pa-3xl{padding:3rem!important}
.ecl-u-ph-3xl{padding-left:3rem!important;padding-right:3rem!important}
.ecl-u-pv-3xl{padding-bottom:3rem!important}
.ecl-u-pt-3xl,.ecl-u-pv-3xl{padding-top:3rem!important}
.ecl-u-pr-3xl{padding-right:3rem!important}
.ecl-u-pb-3xl{padding-bottom:3rem!important}
.ecl-u-pl-3xl{padding-left:3rem!important}
.ecl-u-pa-4xl{padding:4rem!important}
.ecl-u-ph-4xl{padding-left:4rem!important;padding-right:4rem!important}
.ecl-u-pv-4xl{padding-bottom:4rem!important}
.ecl-u-pt-4xl,.ecl-u-pv-4xl{padding-top:4rem!important}
.ecl-u-pr-4xl{padding-right:4rem!important}
.ecl-u-pb-4xl{padding-bottom:4rem!important}
.ecl-u-pl-4xl{padding-left:4rem!important}
.ecl-u-pa-none{padding:0!important}
.ecl-u-ph-none{padding-left:0!important;padding-right:0!important}
.ecl-u-pv-none{padding-bottom:0!important}
.ecl-u-pt-none,.ecl-u-pv-none{padding-top:0!important}
.ecl-u-pr-none{padding-right:0!important}
.ecl-u-pb-none{padding-bottom:0!important}
.ecl-u-pl-none{padding-left:0!important}
@media (min-width:480px){.ecl-u-pa-sm-2xs{padding:.25rem!important}.ecl-u-ph-sm-2xs{padding-left:.25rem!important;padding-right:.25rem!important}.ecl-u-pv-sm-2xs{padding-bottom:.25rem!important}.ecl-u-pt-sm-2xs,.ecl-u-pv-sm-2xs{padding-top:.25rem!important}.ecl-u-pr-sm-2xs{padding-right:.25rem!important}.ecl-u-pb-sm-2xs{padding-bottom:.25rem!important}.ecl-u-pl-sm-2xs{padding-left:.25rem!important}.ecl-u-pa-sm-xs{padding:.5rem!important}.ecl-u-ph-sm-xs{padding-left:.5rem!important;padding-right:.5rem!important}.ecl-u-pv-sm-xs{padding-bottom:.5rem!important}.ecl-u-pt-sm-xs,.ecl-u-pv-sm-xs{padding-top:.5rem!important}.ecl-u-pr-sm-xs{padding-right:.5rem!important}.ecl-u-pb-sm-xs{padding-bottom:.5rem!important}.ecl-u-pl-sm-xs{padding-left:.5rem!important}.ecl-u-pa-sm-s{padding:.75rem!important}.ecl-u-ph-sm-s{padding-left:.75rem!important;padding-right:.75rem!important}.ecl-u-pv-sm-s{padding-bottom:.75rem!important}.ecl-u-pt-sm-s,.ecl-u-pv-sm-s{padding-top:.75rem!important}.ecl-u-pr-sm-s{padding-right:.75rem!important}.ecl-u-pb-sm-s{padding-bottom:.75rem!important}.ecl-u-pl-sm-s{padding-left:.75rem!important}.ecl-u-pa-sm-m{padding:1rem!important}.ecl-u-ph-sm-m{padding-left:1rem!important;padding-right:1rem!important}.ecl-u-pv-sm-m{padding-bottom:1rem!important}.ecl-u-pt-sm-m,.ecl-u-pv-sm-m{padding-top:1rem!important}.ecl-u-pr-sm-m{padding-right:1rem!important}.ecl-u-pb-sm-m{padding-bottom:1rem!important}.ecl-u-pl-sm-m{padding-left:1rem!important}.ecl-u-pa-sm-l{padding:1.5rem!important}.ecl-u-ph-sm-l{padding-left:1.5rem!important;padding-right:1.5rem!important}.ecl-u-pv-sm-l{padding-bottom:1.5rem!important}.ecl-u-pt-sm-l,.ecl-u-pv-sm-l{padding-top:1.5rem!important}.ecl-u-pr-sm-l{padding-right:1.5rem!important}.ecl-u-pb-sm-l{padding-bottom:1.5rem!important}.ecl-u-pl-sm-l{padding-left:1.5rem!important}.ecl-u-pa-sm-xl{padding:2rem!important}.ecl-u-ph-sm-xl{padding-left:2rem!important;padding-right:2rem!important}.ecl-u-pv-sm-xl{padding-bottom:2rem!important}.ecl-u-pt-sm-xl,.ecl-u-pv-sm-xl{padding-top:2rem!important}.ecl-u-pr-sm-xl{padding-right:2rem!important}.ecl-u-pb-sm-xl{padding-bottom:2rem!important}.ecl-u-pl-sm-xl{padding-left:2rem!important}.ecl-u-pa-sm-2xl{padding:2.5rem!important}.ecl-u-ph-sm-2xl{padding-left:2.5rem!important;padding-right:2.5rem!important}.ecl-u-pv-sm-2xl{padding-bottom:2.5rem!important}.ecl-u-pt-sm-2xl,.ecl-u-pv-sm-2xl{padding-top:2.5rem!important}.ecl-u-pr-sm-2xl{padding-right:2.5rem!important}.ecl-u-pb-sm-2xl{padding-bottom:2.5rem!important}.ecl-u-pl-sm-2xl{padding-left:2.5rem!important}.ecl-u-pa-sm-3xl{padding:3rem!important}.ecl-u-ph-sm-3xl{padding-left:3rem!important;padding-right:3rem!important}.ecl-u-pv-sm-3xl{padding-bottom:3rem!important}.ecl-u-pt-sm-3xl,.ecl-u-pv-sm-3xl{padding-top:3rem!important}.ecl-u-pr-sm-3xl{padding-right:3rem!important}.ecl-u-pb-sm-3xl{padding-bottom:3rem!important}.ecl-u-pl-sm-3xl{padding-left:3rem!important}.ecl-u-pa-sm-4xl{padding:4rem!important}.ecl-u-ph-sm-4xl{padding-left:4rem!important;padding-right:4rem!important}.ecl-u-pv-sm-4xl{padding-bottom:4rem!important}.ecl-u-pt-sm-4xl,.ecl-u-pv-sm-4xl{padding-top:4rem!important}.ecl-u-pr-sm-4xl{padding-right:4rem!important}.ecl-u-pb-sm-4xl{padding-bottom:4rem!important}.ecl-u-pl-sm-4xl{padding-left:4rem!important}.ecl-u-pa-sm-none{padding:0!important}.ecl-u-ph-sm-none{padding-left:0!important;padding-right:0!important}.ecl-u-pv-sm-none{padding-bottom:0!important}.ecl-u-pt-sm-none,.ecl-u-pv-sm-none{padding-top:0!important}.ecl-u-pr-sm-none{padding-right:0!important}.ecl-u-pb-sm-none{padding-bottom:0!important}.ecl-u-pl-sm-none{padding-left:0!important}}
@media (min-width:768px){.ecl-u-pa-md-2xs{padding:.25rem!important}.ecl-u-ph-md-2xs{padding-left:.25rem!important;padding-right:.25rem!important}.ecl-u-pv-md-2xs{padding-bottom:.25rem!important}.ecl-u-pt-md-2xs,.ecl-u-pv-md-2xs{padding-top:.25rem!important}.ecl-u-pr-md-2xs{padding-right:.25rem!important}.ecl-u-pb-md-2xs{padding-bottom:.25rem!important}.ecl-u-pl-md-2xs{padding-left:.25rem!important}.ecl-u-pa-md-xs{padding:.5rem!important}.ecl-u-ph-md-xs{padding-left:.5rem!important;padding-right:.5rem!important}.ecl-u-pv-md-xs{padding-bottom:.5rem!important}.ecl-u-pt-md-xs,.ecl-u-pv-md-xs{padding-top:.5rem!important}.ecl-u-pr-md-xs{padding-right:.5rem!important}.ecl-u-pb-md-xs{padding-bottom:.5rem!important}.ecl-u-pl-md-xs{padding-left:.5rem!important}.ecl-u-pa-md-s{padding:.75rem!important}.ecl-u-ph-md-s{padding-left:.75rem!important;padding-right:.75rem!important}.ecl-u-pv-md-s{padding-bottom:.75rem!important}.ecl-u-pt-md-s,.ecl-u-pv-md-s{padding-top:.75rem!important}.ecl-u-pr-md-s{padding-right:.75rem!important}.ecl-u-pb-md-s{padding-bottom:.75rem!important}.ecl-u-pl-md-s{padding-left:.75rem!important}.ecl-u-pa-md-m{padding:1rem!important}.ecl-u-ph-md-m{padding-left:1rem!important;padding-right:1rem!important}.ecl-u-pv-md-m{padding-bottom:1rem!important}.ecl-u-pt-md-m,.ecl-u-pv-md-m{padding-top:1rem!important}.ecl-u-pr-md-m{padding-right:1rem!important}.ecl-u-pb-md-m{padding-bottom:1rem!important}.ecl-u-pl-md-m{padding-left:1rem!important}.ecl-u-pa-md-l{padding:1.5rem!important}.ecl-u-ph-md-l{padding-left:1.5rem!important;padding-right:1.5rem!important}.ecl-u-pv-md-l{padding-bottom:1.5rem!important}.ecl-u-pt-md-l,.ecl-u-pv-md-l{padding-top:1.5rem!important}.ecl-u-pr-md-l{padding-right:1.5rem!important}.ecl-u-pb-md-l{padding-bottom:1.5rem!important}.ecl-u-pl-md-l{padding-left:1.5rem!important}.ecl-u-pa-md-xl{padding:2rem!important}.ecl-u-ph-md-xl{padding-left:2rem!important;padding-right:2rem!important}.ecl-u-pv-md-xl{padding-bottom:2rem!important}.ecl-u-pt-md-xl,.ecl-u-pv-md-xl{padding-top:2rem!important}.ecl-u-pr-md-xl{padding-right:2rem!important}.ecl-u-pb-md-xl{padding-bottom:2rem!important}.ecl-u-pl-md-xl{padding-left:2rem!important}.ecl-u-pa-md-2xl{padding:2.5rem!important}.ecl-u-ph-md-2xl{padding-left:2.5rem!important;padding-right:2.5rem!important}.ecl-u-pv-md-2xl{padding-bottom:2.5rem!important}.ecl-u-pt-md-2xl,.ecl-u-pv-md-2xl{padding-top:2.5rem!important}.ecl-u-pr-md-2xl{padding-right:2.5rem!important}.ecl-u-pb-md-2xl{padding-bottom:2.5rem!important}.ecl-u-pl-md-2xl{padding-left:2.5rem!important}.ecl-u-pa-md-3xl{padding:3rem!important}.ecl-u-ph-md-3xl{padding-left:3rem!important;padding-right:3rem!important}.ecl-u-pv-md-3xl{padding-bottom:3rem!important}.ecl-u-pt-md-3xl,.ecl-u-pv-md-3xl{padding-top:3rem!important}.ecl-u-pr-md-3xl{padding-right:3rem!important}.ecl-u-pb-md-3xl{padding-bottom:3rem!important}.ecl-u-pl-md-3xl{padding-left:3rem!important}.ecl-u-pa-md-4xl{padding:4rem!important}.ecl-u-ph-md-4xl{padding-left:4rem!important;padding-right:4rem!important}.ecl-u-pv-md-4xl{padding-bottom:4rem!important}.ecl-u-pt-md-4xl,.ecl-u-pv-md-4xl{padding-top:4rem!important}.ecl-u-pr-md-4xl{padding-right:4rem!important}.ecl-u-pb-md-4xl{padding-bottom:4rem!important}.ecl-u-pl-md-4xl{padding-left:4rem!important}.ecl-u-pa-md-none{padding:0!important}.ecl-u-ph-md-none{padding-left:0!important;padding-right:0!important}.ecl-u-pv-md-none{padding-bottom:0!important}.ecl-u-pt-md-none,.ecl-u-pv-md-none{padding-top:0!important}.ecl-u-pr-md-none{padding-right:0!important}.ecl-u-pb-md-none{padding-bottom:0!important}.ecl-u-pl-md-none{padding-left:0!important}}
@media (min-width:996px){.ecl-u-pa-lg-2xs{padding:.25rem!important}.ecl-u-ph-lg-2xs{padding-left:.25rem!important;padding-right:.25rem!important}.ecl-u-pv-lg-2xs{padding-bottom:.25rem!important}.ecl-u-pt-lg-2xs,.ecl-u-pv-lg-2xs{padding-top:.25rem!important}.ecl-u-pr-lg-2xs{padding-right:.25rem!important}.ecl-u-pb-lg-2xs{padding-bottom:.25rem!important}.ecl-u-pl-lg-2xs{padding-left:.25rem!important}.ecl-u-pa-lg-xs{padding:.5rem!important}.ecl-u-ph-lg-xs{padding-left:.5rem!important;padding-right:.5rem!important}.ecl-u-pv-lg-xs{padding-bottom:.5rem!important}.ecl-u-pt-lg-xs,.ecl-u-pv-lg-xs{padding-top:.5rem!important}.ecl-u-pr-lg-xs{padding-right:.5rem!important}.ecl-u-pb-lg-xs{padding-bottom:.5rem!important}.ecl-u-pl-lg-xs{padding-left:.5rem!important}.ecl-u-pa-lg-s{padding:.75rem!important}.ecl-u-ph-lg-s{padding-left:.75rem!important;padding-right:.75rem!important}.ecl-u-pv-lg-s{padding-bottom:.75rem!important}.ecl-u-pt-lg-s,.ecl-u-pv-lg-s{padding-top:.75rem!important}.ecl-u-pr-lg-s{padding-right:.75rem!important}.ecl-u-pb-lg-s{padding-bottom:.75rem!important}.ecl-u-pl-lg-s{padding-left:.75rem!important}.ecl-u-pa-lg-m{padding:1rem!important}.ecl-u-ph-lg-m{padding-left:1rem!important;padding-right:1rem!important}.ecl-u-pv-lg-m{padding-bottom:1rem!important}.ecl-u-pt-lg-m,.ecl-u-pv-lg-m{padding-top:1rem!important}.ecl-u-pr-lg-m{padding-right:1rem!important}.ecl-u-pb-lg-m{padding-bottom:1rem!important}.ecl-u-pl-lg-m{padding-left:1rem!important}.ecl-u-pa-lg-l{padding:1.5rem!important}.ecl-u-ph-lg-l{padding-left:1.5rem!important;padding-right:1.5rem!important}.ecl-u-pv-lg-l{padding-bottom:1.5rem!important}.ecl-u-pt-lg-l,.ecl-u-pv-lg-l{padding-top:1.5rem!important}.ecl-u-pr-lg-l{padding-right:1.5rem!important}.ecl-u-pb-lg-l{padding-bottom:1.5rem!important}.ecl-u-pl-lg-l{padding-left:1.5rem!important}.ecl-u-pa-lg-xl{padding:2rem!important}.ecl-u-ph-lg-xl{padding-left:2rem!important;padding-right:2rem!important}.ecl-u-pv-lg-xl{padding-bottom:2rem!important}.ecl-u-pt-lg-xl,.ecl-u-pv-lg-xl{padding-top:2rem!important}.ecl-u-pr-lg-xl{padding-right:2rem!important}.ecl-u-pb-lg-xl{padding-bottom:2rem!important}.ecl-u-pl-lg-xl{padding-left:2rem!important}.ecl-u-pa-lg-2xl{padding:2.5rem!important}.ecl-u-ph-lg-2xl{padding-left:2.5rem!important;padding-right:2.5rem!important}.ecl-u-pv-lg-2xl{padding-bottom:2.5rem!important}.ecl-u-pt-lg-2xl,.ecl-u-pv-lg-2xl{padding-top:2.5rem!important}.ecl-u-pr-lg-2xl{padding-right:2.5rem!important}.ecl-u-pb-lg-2xl{padding-bottom:2.5rem!important}.ecl-u-pl-lg-2xl{padding-left:2.5rem!important}.ecl-u-pa-lg-3xl{padding:3rem!important}.ecl-u-ph-lg-3xl{padding-left:3rem!important;padding-right:3rem!important}.ecl-u-pv-lg-3xl{padding-bottom:3rem!important}.ecl-u-pt-lg-3xl,.ecl-u-pv-lg-3xl{padding-top:3rem!important}.ecl-u-pr-lg-3xl{padding-right:3rem!important}.ecl-u-pb-lg-3xl{padding-bottom:3rem!important}.ecl-u-pl-lg-3xl{padding-left:3rem!important}.ecl-u-pa-lg-4xl{padding:4rem!important}.ecl-u-ph-lg-4xl{padding-left:4rem!important;padding-right:4rem!important}.ecl-u-pv-lg-4xl{padding-bottom:4rem!important}.ecl-u-pt-lg-4xl,.ecl-u-pv-lg-4xl{padding-top:4rem!important}.ecl-u-pr-lg-4xl{padding-right:4rem!important}.ecl-u-pb-lg-4xl{padding-bottom:4rem!important}.ecl-u-pl-lg-4xl{padding-left:4rem!important}.ecl-u-pa-lg-none{padding:0!important}.ecl-u-ph-lg-none{padding-left:0!important;padding-right:0!important}.ecl-u-pv-lg-none{padding-bottom:0!important}.ecl-u-pt-lg-none,.ecl-u-pv-lg-none{padding-top:0!important}.ecl-u-pr-lg-none{padding-right:0!important}.ecl-u-pb-lg-none{padding-bottom:0!important}.ecl-u-pl-lg-none{padding-left:0!important}}
@media (min-width:1140px){.ecl-u-pa-xl-2xs{padding:.25rem!important}.ecl-u-ph-xl-2xs{padding-left:.25rem!important;padding-right:.25rem!important}.ecl-u-pv-xl-2xs{padding-bottom:.25rem!important}.ecl-u-pt-xl-2xs,.ecl-u-pv-xl-2xs{padding-top:.25rem!important}.ecl-u-pr-xl-2xs{padding-right:.25rem!important}.ecl-u-pb-xl-2xs{padding-bottom:.25rem!important}.ecl-u-pl-xl-2xs{padding-left:.25rem!important}.ecl-u-pa-xl-xs{padding:.5rem!important}.ecl-u-ph-xl-xs{padding-left:.5rem!important;padding-right:.5rem!important}.ecl-u-pv-xl-xs{padding-bottom:.5rem!important}.ecl-u-pt-xl-xs,.ecl-u-pv-xl-xs{padding-top:.5rem!important}.ecl-u-pr-xl-xs{padding-right:.5rem!important}.ecl-u-pb-xl-xs{padding-bottom:.5rem!important}.ecl-u-pl-xl-xs{padding-left:.5rem!important}.ecl-u-pa-xl-s{padding:.75rem!important}.ecl-u-ph-xl-s{padding-left:.75rem!important;padding-right:.75rem!important}.ecl-u-pv-xl-s{padding-bottom:.75rem!important}.ecl-u-pt-xl-s,.ecl-u-pv-xl-s{padding-top:.75rem!important}.ecl-u-pr-xl-s{padding-right:.75rem!important}.ecl-u-pb-xl-s{padding-bottom:.75rem!important}.ecl-u-pl-xl-s{padding-left:.75rem!important}.ecl-u-pa-xl-m{padding:1rem!important}.ecl-u-ph-xl-m{padding-left:1rem!important;padding-right:1rem!important}.ecl-u-pv-xl-m{padding-bottom:1rem!important}.ecl-u-pt-xl-m,.ecl-u-pv-xl-m{padding-top:1rem!important}.ecl-u-pr-xl-m{padding-right:1rem!important}.ecl-u-pb-xl-m{padding-bottom:1rem!important}.ecl-u-pl-xl-m{padding-left:1rem!important}.ecl-u-pa-xl-l{padding:1.5rem!important}.ecl-u-ph-xl-l{padding-left:1.5rem!important;padding-right:1.5rem!important}.ecl-u-pv-xl-l{padding-bottom:1.5rem!important}.ecl-u-pt-xl-l,.ecl-u-pv-xl-l{padding-top:1.5rem!important}.ecl-u-pr-xl-l{padding-right:1.5rem!important}.ecl-u-pb-xl-l{padding-bottom:1.5rem!important}.ecl-u-pl-xl-l{padding-left:1.5rem!important}.ecl-u-pa-xl-xl{padding:2rem!important}.ecl-u-ph-xl-xl{padding-left:2rem!important;padding-right:2rem!important}.ecl-u-pv-xl-xl{padding-bottom:2rem!important}.ecl-u-pt-xl-xl,.ecl-u-pv-xl-xl{padding-top:2rem!important}.ecl-u-pr-xl-xl{padding-right:2rem!important}.ecl-u-pb-xl-xl{padding-bottom:2rem!important}.ecl-u-pl-xl-xl{padding-left:2rem!important}.ecl-u-pa-xl-2xl{padding:2.5rem!important}.ecl-u-ph-xl-2xl{padding-left:2.5rem!important;padding-right:2.5rem!important}.ecl-u-pv-xl-2xl{padding-bottom:2.5rem!important}.ecl-u-pt-xl-2xl,.ecl-u-pv-xl-2xl{padding-top:2.5rem!important}.ecl-u-pr-xl-2xl{padding-right:2.5rem!important}.ecl-u-pb-xl-2xl{padding-bottom:2.5rem!important}.ecl-u-pl-xl-2xl{padding-left:2.5rem!important}.ecl-u-pa-xl-3xl{padding:3rem!important}.ecl-u-ph-xl-3xl{padding-left:3rem!important;padding-right:3rem!important}.ecl-u-pv-xl-3xl{padding-bottom:3rem!important}.ecl-u-pt-xl-3xl,.ecl-u-pv-xl-3xl{padding-top:3rem!important}.ecl-u-pr-xl-3xl{padding-right:3rem!important}.ecl-u-pb-xl-3xl{padding-bottom:3rem!important}.ecl-u-pl-xl-3xl{padding-left:3rem!important}.ecl-u-pa-xl-4xl{padding:4rem!important}.ecl-u-ph-xl-4xl{padding-left:4rem!important;padding-right:4rem!important}.ecl-u-pv-xl-4xl{padding-bottom:4rem!important}.ecl-u-pt-xl-4xl,.ecl-u-pv-xl-4xl{padding-top:4rem!important}.ecl-u-pr-xl-4xl{padding-right:4rem!important}.ecl-u-pb-xl-4xl{padding-bottom:4rem!important}.ecl-u-pl-xl-4xl{padding-left:4rem!important}.ecl-u-pa-xl-none{padding:0!important}.ecl-u-ph-xl-none{padding-left:0!important;padding-right:0!important}.ecl-u-pv-xl-none{padding-bottom:0!important}.ecl-u-pt-xl-none,.ecl-u-pv-xl-none{padding-top:0!important}.ecl-u-pr-xl-none{padding-right:0!important}.ecl-u-pb-xl-none{padding-bottom:0!important}.ecl-u-pl-xl-none{padding-left:0!important}}
.ecl-u-type-heading-1{font:normal normal 400 1.75rem/2rem Arial,sans-serif!important;font-weight:600!important}
@media (min-width:768px){.ecl-u-type-heading-1{font:normal normal 400 2rem/2.5rem Arial,sans-serif!important;font-weight:600!important}}
.ecl-u-type-heading-2{font:normal normal 400 1.5rem/1.75rem Arial,sans-serif!important;font-weight:600!important}
@media (min-width:768px){.ecl-u-type-heading-2{font:normal normal 400 1.75rem/2rem Arial,sans-serif!important;font-weight:600!important}}
.ecl-u-type-heading-3{font:normal normal 400 1.25rem/1.5rem Arial,sans-serif!important;font-weight:600!important}
@media (min-width:768px){.ecl-u-type-heading-3{font:normal normal 400 1.5rem/1.75rem Arial,sans-serif!important;font-weight:600!important}}
.ecl-u-type-heading-4{font:normal normal 400 1.125rem/1.75rem Arial,sans-serif!important;font-weight:600!important}
@media (min-width:768px){.ecl-u-type-heading-4{font:normal normal 400 1.25rem/1.75rem Arial,sans-serif!important;font-weight:600!important}}
.ecl-u-type-heading-5{font:normal normal 400 1rem/1.5rem Arial,sans-serif!important;font-weight:600!important}
.ecl-u-type-paragraph,.ecl-u-type-paragraph-m{font:normal normal 400 1rem/1.5rem Arial,sans-serif!important;max-width:80ch!important}
.ecl-u-type-paragraph-lead{font:normal normal 400 1.125rem/1.75rem Arial,sans-serif!important;max-width:80ch!important}
@media (min-width:768px){.ecl-u-type-paragraph-lead{font:normal normal 400 1.25rem/1.75rem Arial,sans-serif!important}}
.ecl-u-type-paragraph-s{font:normal normal 400 .875rem/1.25rem Arial,sans-serif!important;max-width:80ch!important}
.ecl-u-type-paragraph-xs{font:normal normal 400 .75rem/1.25rem Arial,sans-serif!important;max-width:80ch!important}
.ecl-u-type-xs{font:normal normal 400 .75rem/1rem Arial,sans-serif!important}
.ecl-u-type-s{font:normal normal 400 .875rem/1rem Arial,sans-serif!important}
.ecl-u-type-m{font:normal normal 400 1rem/1.25rem Arial,sans-serif!important}
.ecl-u-type-l{font:normal normal 400 1.125rem/1.5rem Arial,sans-serif!important}
.ecl-u-type-xl{font:normal normal 400 1.25rem/1.5rem Arial,sans-serif!important}
.ecl-u-type-2xl{font:normal normal 400 1.5rem/1.75rem Arial,sans-serif!important}
.ecl-u-type-3xl{font:normal normal 400 1.75rem/2rem Arial,sans-serif!important}
.ecl-u-type-4xl{font:normal normal 400 2rem/2.5rem Arial,sans-serif!important}
.ecl-u-type-5xl{font:normal normal 400 2.25rem/2.75rem Arial,sans-serif!important}
.ecl-u-type-6xl{font:normal normal 400 2.625rem/3.25rem Arial,sans-serif!important}
.ecl-u-type-prolonged-xs{font:normal normal 400 .75rem/1.25rem Arial,sans-serif!important}
.ecl-u-type-prolonged-s{font:normal normal 400 .875rem/1.25rem Arial,sans-serif!important}
.ecl-u-type-prolonged-m{font:normal normal 400 1rem/1.5rem Arial,sans-serif!important}
.ecl-u-type-prolonged-l{font:normal normal 400 1.125rem/1.75rem Arial,sans-serif!important}
.ecl-u-type-prolonged-xl{font:normal normal 400 1.25rem/1.75rem Arial,sans-serif!important}
.ecl-u-type-color-blue{color:#004494!important}
.ecl-u-type-color-yellow{color:#ffd617!important}
.ecl-u-type-color-grey{color:#404040!important}
.ecl-u-type-color-black{color:#000!important}
.ecl-u-type-color-white{color:#fff!important}
.ecl-u-type-color-blue-130{color:#002f67!important}
.ecl-u-type-color-blue-120{color:#003776!important}
.ecl-u-type-color-blue-110{color:#003d84!important}
.ecl-u-type-color-blue-100{color:#004494!important}
.ecl-u-type-color-blue-75{color:#4073af!important}
.ecl-u-type-color-blue-50{color:#7fa1c9!important}
.ecl-u-type-color-blue-25{color:#bfd0e4!important}
.ecl-u-type-color-blue-5{color:#f2f5f9!important}
.ecl-u-type-color-grey-100{color:#404040!important}
.ecl-u-type-color-grey-75{color:#707070!important}
.ecl-u-type-color-grey-50{color:#9f9f9f!important}
.ecl-u-type-color-grey-25{color:#cfcfcf!important}
.ecl-u-type-color-grey-20{color:#d9d9d9!important}
.ecl-u-type-color-grey-15{color:#e3e3e3!important}
.ecl-u-type-color-grey-10{color:#ebebeb!important}
.ecl-u-type-color-grey-5{color:#f5f5f5!important}
.ecl-u-type-color-blue-n{color:#006fb4!important}
.ecl-u-type-color-orange{color:#f29527!important}
.ecl-u-type-color-green{color:#467a39!important}
.ecl-u-type-color-red{color:#da2131!important}
.ecl-u-type-color-primary{color:#004494!important}
.ecl-u-type-color-secondary{color:#ffd617!important}
.ecl-u-type-color-tertiary{color:#e3e3e3!important}
.ecl-u-type-color-text{color:#404040!important}
.ecl-u-type-color-white-100{color:#fff!important}
.ecl-u-type-color-black-100{color:#000!important}
.ecl-u-type-color-error{color:#da2131!important}
.ecl-u-type-color-info{color:#006fb4!important}
.ecl-u-type-color-success{color:#467a39!important}
.ecl-u-type-color-orange-100,.ecl-u-type-color-warning{color:#f29527!important}
.ecl-u-type-color-green-100{color:#467a39!important}
.ecl-u-type-color-red-100{color:#da2131!important}
.ecl-u-type-regular{font-weight:400!important}
.ecl-u-type-bold{font-weight:600!important}
.ecl-u-type-capitalize{text-transform:capitalize!important}
.ecl-u-type-lowercase{text-transform:lowercase!important}
.ecl-u-type-uppercase{text-transform:uppercase!important}
.ecl-u-type-overline{text-decoration:overline!important}
.ecl-u-type-underline{text-decoration:underline!important}
.ecl-u-type-strike{text-decoration:line-through!important}
.ecl-u-type-none{text-decoration:none!important}
.ecl-u-d-none{display:none!important}
.ecl-u-d-inline{display:inline!important}
.ecl-u-d-inline-block{display:inline-block!important}
.ecl-u-d-block{display:block!important}
.ecl-u-d-table{display:table!important}
.ecl-u-d-table-cell{display:table-cell!important}
.ecl-u-d-flex{display:-webkit-box!important;display:flex!important}
.ecl-u-d-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}
@media (min-width:480px){.ecl-u-d-sm-none{display:none!important}.ecl-u-d-sm-inline{display:inline!important}.ecl-u-d-sm-inline-block{display:inline-block!important}.ecl-u-d-sm-block{display:block!important}.ecl-u-d-sm-table{display:table!important}.ecl-u-d-sm-table-cell{display:table-cell!important}.ecl-u-d-sm-flex{display:-webkit-box!important;display:flex!important}.ecl-u-d-sm-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}}
@media (min-width:768px){.ecl-u-d-md-none{display:none!important}.ecl-u-d-md-inline{display:inline!important}.ecl-u-d-md-inline-block{display:inline-block!important}.ecl-u-d-md-block{display:block!important}.ecl-u-d-md-table{display:table!important}.ecl-u-d-md-table-cell{display:table-cell!important}.ecl-u-d-md-flex{display:-webkit-box!important;display:flex!important}.ecl-u-d-md-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}}
@media (min-width:996px){.ecl-u-d-lg-none{display:none!important}.ecl-u-d-lg-inline{display:inline!important}.ecl-u-d-lg-inline-block{display:inline-block!important}.ecl-u-d-lg-block{display:block!important}.ecl-u-d-lg-table{display:table!important}.ecl-u-d-lg-table-cell{display:table-cell!important}.ecl-u-d-lg-flex{display:-webkit-box!important;display:flex!important}.ecl-u-d-lg-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}}
@media (min-width:1140px){.ecl-u-d-xl-none{display:none!important}.ecl-u-d-xl-inline{display:inline!important}.ecl-u-d-xl-inline-block{display:inline-block!important}.ecl-u-d-xl-block{display:block!important}.ecl-u-d-xl-table{display:table!important}.ecl-u-d-xl-table-cell{display:table-cell!important}.ecl-u-d-xl-flex{display:-webkit-box!important;display:flex!important}.ecl-u-d-xl-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}}
.ecl-u-box-sizing-content{box-sizing:content-box!important}
.ecl-u-box-sizing-border{box-sizing:border-box!important}
.ecl-u-z-highlight{z-index:1!important}
.ecl-u-z-navigation{z-index:10!important}
.ecl-u-z-dropdown{z-index:15!important}
.ecl-u-z-modal{z-index:20!important}
.ecl-u-z-max{z-index:9999!important}
.ecl-inpage-navigation__body{
        margin-bottom: 40px;
    }
.ecl-inpage-navigation__body:last-of-type{
        padding-bottom: 150px;
    }
span.ecl-link--standalone:hover{
        text-decoration: none;
    }
.ecl-link--level2 {
        margin-left: 20px;
        font-size: .85rem;
        padding: .25rem .5rem;
    }
.ecl-link--level3 {
        margin-left: 40px;
        font-size: .8rem;
        font-style: italic;
        padding: .25rem .5rem;
    }
/* common stylesheets */
body {
        margin: 0;
        padding: 0;
    }
.container{
        margin-right: auto;
        margin-left: auto;
        max-width: 1170px;
        display: flex;
        flex-direction: row;
    }
.container__left{
        min-width: 300px;
    }
.container__content{
        padding: 10px 10px 80px 10px
    }
#container_1col,
    #container_2cols{
        padding: 15px 5px 5px 5px;
        min-height: 1300px;
        min-width: 970px;
        max-width: 1170px;
        margin: 0 auto;
        background-color: #FFFFFF;
    }
#left-bar{
        float: left;
        width: 250px;
        margin: 0;
        padding: 10px;
        clear: left;
    }
#content{
        padding: 10px;
    }
/*
     * ###### 2 columns template with LEFT bar ######
     *       ___________
     *      |___________|
     *      |  |        |
     *      |  |        |
     *      |__|________|
     *      |___________|
     */
#container_2cols #content {
        margin: 0;
        margin-left: 281px;     /* margin + left-bar width + left-bar padding + left-bar border */
        /*min-height: YYY;*/    /* Need to be set to the maximum height of the left bar */
    }
#content{
    min-height: 500px;
}
.footer p{
    text-align: center;
}
.red, .error{
    font-weight: bold;
    color: Red;
}
.small{
    font-size: 0.9em;
    color: darkgrey;
}
.highlight {
    font-weight: bold;
    font-style: italic;
    color: #004494;
}
/* ######## Tables ######## */
td, table, tr, tbody {
    border          : 0;
    border-spacing  : 0;
    border-collapse : collapse;
    margin          : 0;
    padding         : 0;
    vertical-align  : top;
}
td, td.b {
    padding          : 1px;
}
table.bordered {
    border-collapse: collapse;
}
table.bordered th,
table.bordered td {
    font-size: 0.7rem;
    padding: 4px 6px;
    border: 1px solid #004494;
    max-width: 450px;
}
/* ######## Other objects ######## */
.red_message{
    background-color: #FFE2E2;
    color: #e7000b;
    padding: 20px 30px;
    margin: 10px 0;
}
li.download_product{
     color             : #1B6896;
 }
li.download_product:hover {
    color             : #1B6896;
    text-decoration   : underline;
    cursor: pointer;
}
img.download_product{
    border: 1px solid #EEEEEE;
}
img.download_product:hover{
    border: 1px solid #1B6896;
    cursor: pointer;
}
div.caption{
    margin-top: 5px;
    font-style: italic;
}
fieldset{
    padding: 10px 20px;
}
fieldset legend{
    font-weight: bold;
    font-size: 15px;
    padding: 0 10px;
}
img.icon{
    vertical-align: middle;
    margin: 4px 3px;
}
a.file_link{
    color: #1B6896;
    text-decoration: none;
    font-weight: bold;
}
a.file_link:hover{
    color: #004494;
}
img.center{
    display: block;
    margin: 10px auto;
}
#left-bar h2{
    font-weight: normal;
    font-size: 1.2em;
}
#left-bar ul.mainmenu {
      list-style-type : none;
      padding         : 0;
      margin          : 0;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 8pt;
    }
#left-bar ul.mainmenu li {
        background      : #e4e4e4;
        margin          : 0;
        padding: 5px 15px;
        border-bottom: 1px #bfbfbf solid
    }
#left-bar ul.mainmenu li:hover,
    #left-bar ul.mainmenu li.level2:hover,
    #left-bar ul.mainmenu li.level3:hover {
        background-color: #21ade4;
    }
#left-bar ul.mainmenu li:hover a{
            text-decoration: none;
            color: white;
        }
#left-bar ul.mainmenu li a{
            font-size: 11px;
            font-weight: bold;
            color: black;
        }
#left-bar ul.mainmenu li img{
        vertical-align: middle;
        margin: 0 3px 2px 0;
    }
#left-bar ul.mainmenu li.level2 {
        background      : #f3f3f3;
        margin          : 0;
        padding: 5px 5px 5px 25px;
        border-bottom: 1px #bfbfbf solid;
    }
#left-bar ul.mainmenu li.level2 a{
            font-weight: bold;
            font-style: italic;
            color: #707070;
        }
#left-bar ul.mainmenu li.level2 span.not_bold{
            font-size: 11px;
            font-weight: normal;
            font-style: italic;
            color: #707070;
        }
#left-bar ul.mainmenu li.level2:hover a{
            color: white;
        }
#left-bar ul.mainmenu li.level3 {
                background      : #f3f3f3;
                margin          : 0;
                padding: 0 5px 7px 45px;
                border-bottom: 0;
            }
#left-bar ul.mainmenu li.level3 a{
                    font-weight: normal;
                    font-style: italic;
                    color: #707070;
                }
#left-bar ul.mainmenu li.level3 a.bold{
                    font-weight: bold;
                }
#left-bar ul.mainmenu li.level3:hover a{
                    color: white;
                }
.publicationItem{
        margin: 10px 0;
    }
.centeredImages {
        text-align: center;
        margin: 20px auto 20px auto;
    }
.centeredImages img{
        max-width: 700px;
    }
.workshop{
        margin-bottom: 20px;
    }
fieldset.workshop legend span{
            font-size: 16pt;
        }
div.workshop .date,
        fieldset.workshop legend .date{
            color: #999;
            font-weight: bold;
        }
div.workshop .location,
        fieldset.workshop legend .location{
            margin-left: 10px;
            font-weight: bold;
        }
fieldset.workshop .attachments{
            margin: 6px 0;
        }
fieldset.workshop .images{
            margin-top: 10px;
        }
fieldset.workshop .images img{
                margin: 0 4px;
            }
.partner{
        margin-bottom: 15px;
    }
.partner td{
            padding: 10px;
            vertical-align: middle;
        }
.partner td.logo_column{
            min-width: 110px;
            text-align: center;
        }
.x-mask{
        filter: alpha(opacity=70);
        opacity: .7;
        background: black !important;
    }
/* thumbnail with modal */
.image_link{
        border-radius: 5px;
    }
/* Style the Image Used to Trigger the Modal */
.modal-link {
        cursor: pointer;
        transition: 0.3s;
    }
.modal-link:hover {opacity: 0.7;}
/* The Modal (background) */
.modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    }
/* Modal Content (Image) */
.modal-content {
        margin: auto;
        display: block;
        /*width: 80%;*/
        max-width: 80%;
        max-height: 80%;
    }
/* Caption of Modal Image (Image Text) - Same Width as the Image */
.modal-caption {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        text-align: center;
        color: #ccc;
        padding: 10px 0;
        height: 150px;
    }
/* Add Animation - Zoom in the Modal */
.modal-content, .modal-caption {
        animation-name: zoom;
        animation-duration: 0.6s;
    }
@keyframes zoom {
        from {transform:scale(0)}
        to {transform:scale(1)}
    }
/* The Close Button */
.modal-close {
        position: absolute;
        top: 15px;
        right: 35px;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
    }
.modal-close:hover,
    .modal-close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
        .modal-content {
            width: 100%;
        }
    }
body.page{

    .md_content code,
    .md_content .code{
        font-family: "Courier New", serif;
        background-color: #eee;
        display: block;
        margin: 20px 40px;
        padding: 10px 20px;
        white-space: break-spaces;
    }

    .md_content img{
        display: block;
        margin: 20px auto;
    }

    .md_content strong{
        font-weight: bold;
        font-style: italic;
        color: #004494;
    }
}
/* custom stylesheets for specific pages */
body.page {

    /* ######## Text and title ######## */
    * {
        font-family: Arial, sans-serif;
    }
    body, html, p{
        font-size: 16px;
        font-family: Arial, sans-serif;
        line-height: 24px;
    }

    h1{
        font-size: 32px;
    }
    h2{
        font-size: 28px;
    }
    h3{
        font-size: 24px;
    }

    p{
        padding: 5px 0 5px 0;
        margin: 0;
        /*text-align: justify;*/
    }

    .container__content{

        /* ######## Lists ########*/
        ul, ol{
            padding: 0 0 0  30px;
            margin: 20px 0 20px 0;
        }
        li{
            padding: 0;
            margin: 5px 0 5px 0;
            line-height: 24px;
        }
    }


}
.gam{

  p.caption {
    caption-side: inherit;
    padding: 0 0 5px 0;
    width: 100%;
    font:  80%  Verdana, Arial, Helvetica, sans-serif;
    color:#444;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .thinborder2 {
    color: #444;
    float: right;
    border: 0;
    padding: 1px;
    margin-left: 10px;
    margin-bottom: 5px;
  }

  table.data {
    font-size: 80%;
    margin: 2px auto 20px auto;
    width: 100%;
    border: 1px #a4a4a1 solid;
    border-collapse: collapse;
    border-spacing: 0;

    th{
      font-size: 100%;
      font-weight:900;
      text-align:left;
      vertical-align:middle;
      background: #b2b2b1 ;
      color: #000;
      border: 1px #a4a4a1 solid;
    }
  }

  /* COLOURFUL BOXES */
  .pullout_left {
    width: 20%;
    padding: 5px 10px;
    background-color: #820000;
    color: #F5F5F5;
    float: left;
    font:  11pt 'gill sans mt', Verdana,  Helvetica, sans-serif;
    text-align: justify;
    letter-spacing: 0.05em;
    line-height: 130%;
    margin: 10px 10px 5px 0;
    clear: both;
  }

  .pullout_right{
    width: 20%;
    padding: 5px 10px;
    background-color: #820000;
    color: #F5F5F5;
    float: right;
    font: 11pt 'gill sans mt', Verdana,  Helvetica, sans-serif;
    text-align: justify;
    line-height: 130%;
    letter-spacing: 0.05em;
    margin: 10px 0 5px 10px;
    clear: both;
  }

}
.gfc-data h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #404040;
    margin: 40px 0 20px 0;
}
.gfc-data h2 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #404040;
    margin: 30px 0 15px 0;
}
.gfc-data h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #004494;
    margin: 20px 0 10px 0;
}
div.impact {

  p.download {
    text-align: center;
    background-color: #DDD;
    font-size: 1.3em;
    margin-bottom: 10px;
    padding: 6px;
    * {
      font-size: 1.1em;
    }
    a{
      text-decoration: none;
    }
  }

  .download_beta {
    background-color: #fee;

    legend {
      color: rgb(120, 0, 0);
      font-size: 18px;
    }

    li {
      font-size: 14px;
      text-align: left;
      color: #333333;
      line-height: 1.1rem;
    }
  }


  .infoAnchor {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;

    &:hover {
      text-decoration: underline;
    }
  }

}
.tmf{

  font-family: 'Montserrat Variable', sans-serif;
  margin: 0;

  .red{
    color: red;
    font-weight: bold;
  }
}
.tmf-data,
.tmf-resources{

  .faq_question{
    font-style: italic;
    padding: 10px;
    color: #707070;
  }
  .faq_answer{
    padding: 5px 25px;
    line-height: 1.3em;
    p{
      line-height: 1.3em;
    }
  }

}
.tmf-data{
  font-family: 'Montserrat Variable', sans-serif;
  margin: 0;


  #header {
  }

  #header .logo img {
    padding: 1rem 2rem;
    height: 3.75rem;
  }

  #header .title1 {
    background-color: #f2f5f9;
    color: #004494;
    font-size: 1.1rem;
    padding: .5rem 2rem;
  }

  #header .title2 {
    background-color: #004494;
    color: #fff;
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }


  #content {
    padding: 3rem;
    font-size: 0.9rem;
  }

  h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #404040;
    margin: 40px 0 0 0;
  }

  h2 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #404040;
    margin: 30px 0 0 0;
  }

  h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #404040;
    margin: 20px 0 0 0;
  }

  h4 {
    font-size: 0.9rem;
    font-style: italic;
    color: #404040;
    margin: 20px 0 0 0;
  }

}
/* mapping */
#banner{
    width: 850px;
    margin-bottom: 10px;
}
#banner .overlay_card_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#banner .banner{
    display: flex;
    padding: 8px;
    font-style: italic;
    font-size: 0.7rem;
}
#banner .description{
    text-align: justify;
}
#banner .description .news{
    font-size: 0.9rem;
    color: #004494;
    font-weight: bold;
    padding-top: 5px;
}
#banner .logo{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#banner .logo img{
    width: 200px;
}
#coordinates{
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    padding: 6px;
    font-size: 0.7rem;
    text-align: center;
    width: 180px;
}
/* ######  Layer selector  ###### */
.layer_selector{
    display: flex;
    flex-direction: row;
}
.layer_selector_anchor{
        cursor: pointer;
        padding: 6px;
        font-size: 20px;
        width: 25px;
        height: 22px;
        background-color: white;
        margin-right: 10px;
        pointer-events: auto;
    }
.layer_selector_anchor:hover{
        background-color: #2196F3;
        color: white;
    }
.layer_selector_body{
        top: 150px;
        left: 60px;
        width: 500px;
        max-height: 430px;
        overflow: auto;
        pointer-events: auto;
    }
.layer_selector_body .info{
            font-style: italic;
            font-size: 0.9em;
            text-align: justify;
        }
.layer_selector_body .layer{
            display: grid;
            grid-template-columns: 40px auto 20px;
            grid-template-rows: 30px auto;
            align-items: center;
            border-bottom: 1px solid lightgrey;
        }
.layer_selector_body .layer.large{
            grid-template-rows: 50px auto;
        }
.layer_selector_body .layer:last-of-type{
                border-bottom: none;
            }
.layer_selector_body .layer .title{
                font-weight: bold;
            }
.layer_selector_body .layer.large .title{
                line-height: 1.4rem;
            }
.layer_selector_body .layer .anchors i{
                color: dimgrey;
            }
.layer_selector_body .layer .anchors i.active{
                color: #0a6aa1;
            }
.layer_selector_body .layer .anchors i:hover{
                cursor: pointer;
                color: #0a6aa1;
            }
.layer_selector_body .layer .info{
                grid-column-start: 1;
                grid-column-end: 4;
            }
.layer_selector_body .layer .info .description{
                font-style: italic;
                font-size: 0.9em;
                text-align: justify;
                padding: 0 5px 5px 20px;
            }
.legend{
    padding-left: 10px;
    padding-bottom: 10px;
}
.legend_item{
        display: flex;
        align-items: center;
        margin-bottom: 2px;
    }
.legend_item .legend_color{
            height: 10px;
            width: 10px;
            min-width: 10px;
            border: 1px solid gray;
        }
.legend_item .legend_value{
            padding-left: 5px;
            font-size: 0.9em;
        }
.legend_item .legend_label{
            padding-left: 5px;
            font-size: 0.9em;
            max-width: 380px;
        }
.legend_gradient{
    display: flex;
    flex-direction: row;
}
.gradient_item{}
.gradient_item .gradient_label{
        display: inline-block;
        padding: 0 4px;
    }
.gradient_item .gradient_color{
        display: inline-block;
        height: 10px;
        min-width: 6px;
    }
.basemap.active{
        display: none;
    }
#explorer{
    position: absolute;
    top: 28px;
    left: 0;
    height: calc(100% - 28px);
    width: 100%;
}
#explorer * {
    font-family: 'Montserrat Variable', sans-serif;
}
/* override vendor */
.basemaps{
    padding: 0;
}
.basemap img {
    width: 105px;
    height: 75px;
    border: 2px solid transparent;
    border-radius: 0;
    margin: 0;
    background-color: whitesmoke;
}
.basemap{
    position: relative;
}
.basemap-label {
    position: absolute;
    left: 2px;
    top: 2px;
    background: #0a6aa1;
    color: white;
    width: 95px;
    height: 16px;
    padding: 2px 5px;
    text-align: center;
}
#map_container{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.loading-spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 400;
    color: #444444;
}
.overlay_card{
    z-index: 400;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    pointer-events: auto;
}
.overlay_card .overlay_card_title{
    color: white;
    background-color: #0a6aa1;
    padding: 5px 10px;
    font-weight: bold;
}
.overlay_card .overlay_card_body{
    padding: 10px;
    background-color: white;
    font-size: 0.8em;
}
.upper_left_position{
    z-index: 400;
    position: absolute;
    top: 10px;
    left: 10px;
    /*max-width: 430px;*/
    pointer-events: none;
}
.overlay_card.download{
    width: 120px;
}
.overlay_card.download .overlay_card_body:hover{
    background-color: #2196F3;
}
.overlay_card.download .overlay_card_body{
    font-weight: bold;
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 10px;
    padding: 8px;
}
.overlay_card.download .overlay_card_body a{
    text-decoration: none;
    color: Black;
}
.overlay_card.download .overlay_card_body:hover a{
    color: white;
}
#permalink{
    position: fixed;
    bottom: 30px;
    right: 10px;
    /*transform: translateX(-50%);*/
    background-color: white;
    padding: 6px 10px;
    font-size: 0.7rem;
    text-align: center;
}
#permalink:hover{
    background-color: #2196F3;
}
#permalink a{
    text-decoration: none;
    font-weight: bold;
    color: #404040;
}
#permalink a:hover{
    color: white;
}
.query_toggle{
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.query_toggle_anchor{
        cursor: pointer;
        padding: 6px;
        font-size: 20px;
        width: 25px;
        height: 22px;
        background-color: white;
        margin-right: 10px;
        pointer-events: auto;
    }
.query_toggle_anchor:hover{
            background-color: #2196F3;
        }
.query_toggle_anchor i.enabled{
            color: #2196F3
        }
.query_toggle_anchor:hover i.enabled{
            color: white;
        }
.query_toggle_body{
        top: 150px;
        left: 60px;
        width: 170px;
        overflow: auto;
        pointer-events: auto;
    }
.query_toggle_body .overlay_card_body{
        display: flex;
    }
.query_toggle_body .overlay_card_body .title{
        flex-grow: 1;
        font-weight: bold;
        margin-left: 10px;
    }
#query_response{
    position: fixed;
    z-index: 400;
    top: 175px;
    right: 10px;
}
#query_response .overlay_card_body{
    min-width: 400px;
}
#query_response .overlay_card_body.loading{
    text-align: center;
}
#query_response .close_card{
    float: right;
}
#query_response .close_card:hover{
    cursor: pointer;
}
#timeline{
    font-size: 0.8em;
    position: fixed;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
    height: 50px;
    background-color: white;
    padding: 20px;
}
#timeline .line-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
.line{
        width: 100%;
        height: 5px;
        background-color: #ccc;
        position: absolute;
        transform: translateY(-13px);
        z-index: -1;
    }
#timeline .year-item{
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-grow: 1;
    }
#timeline .year-item .dot{
            width: 25px;
            height: 25px;
            background-color: #ccc;
            position: relative;
            border-radius: 50%;
            transition: 0.6s;
        }
#timeline .year-item:hover .dot {
            cursor: pointer;
            background-color: #2196F3;
            transform: scale(1.8);
            transition: 0.4s;
        }
#timeline .year-item.active .dot {
            background-color: #084d83;
            transform: scale(1.5);
            transition: 0.4s;
        }
#timeline .year-item .year{
            padding-top: 10px;
        }
#timeline .year-item:hover .year,
        #timeline .year-item.active .year{
            font-weight: bold;
        }
/* ######  Toggle Switch  ###### */
.toggle {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}
.toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:hover + .slider {
    background-color: #badffd;
}
input:checked + .slider {
    background-color: #2196F3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}
.slider.round {
    border-radius: 17px;
}
.slider.round:before {
    border-radius: 50%;
}


.lucide[data-v-4189b373] {
    width: 20px;
    height: 20px;
}

.lucide{
&[data-v-317f446a]{
    width: 14px;
    height: 14px;
}
&[data-v-317f446a]:hover{
        cursor: pointer;
        color: #0a6aa1;
}
}


@keyframes spin-c1cd67d6 {
from { transform: rotate(0deg);
}
to { transform: rotate(360deg);
}
}
.spin[data-v-c1cd67d6] {
    animation: spin-c1cd67d6 2s linear infinite;
}


.tileMapContainer[data-v-67d66392] {
    display: block;
    position: relative;
}
.tileMap[data-v-67d66392] {
    position: absolute;
    left: 0;
    right: 0;
}
.tile[data-v-67d66392] {
    border: 1px solid #606060;
    display: block;
    position: absolute;
    background-color: rgba(128, 128, 128, 0.01);
}
.tile[data-v-67d66392]:hover {
    border: 1px solid rgba(0, 0, 255, 1);
    z-index: 2;
    background-color: rgba(0, 0, 255, 0.1);
    cursor: pointer;
}
.tile[data-v-67d66392]:active {
    border: 1px solid rgba(0, 0, 255, 1);
    opacity: 0.6;
    z-index: 2;
    background-color: rgba(0, 0, 255, 1);
}

.tileMapContainer[data-v-3cee8887] {
  display: block;
  position: relative;
}
.tileMap[data-v-3cee8887] {
  position: absolute;
  left: 0;
  right: 0;
}
.tile[data-v-3cee8887] {
  border: 1px solid #606060;
  display: block;
  position: absolute;
  background-color: rgba(128,128,128,0.01);
}
.tile[data-v-3cee8887]:hover {
  border: 1px solid rgba(0, 0, 255, 1);
  z-index: 2;
  background-color: rgba(0, 0, 255, 0.1);
  cursor: pointer;
}
.tile.active[data-v-3cee8887],
.tile[data-v-3cee8887]:active {
  border: 1px solid rgba(0, 0, 255, 1);
  opacity: 0.6;
  z-index: 2;
  background-color: rgba(0, 0, 255, 1);
}


canvas[data-v-4751a78e]{
    height: 250px !important;
    width: 500px !important;
}


.overlay_card_title[data-v-a8c0f164]{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.lucide[data-v-9d6df7bd] {
    width: 20px;
    height: 20px;
}
#query_response[data-v-9d6df7bd]{
    top: 90px;
}
.overlay_card_body[data-v-9d6df7bd]{
    width: 400px;
}
.response_title{
&[data-v-9d6df7bd] {
    background-color: #d3d3d3;
    padding: 3px 10px;
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 4px;
    }
&[data-v-9d6df7bd]:hover{
        cursor: pointer;
}
.lucide[data-v-9d6df7bd] {
        width: 16px;
        height: 16px;
}
}
.download_grid[data-v-9d6df7bd]{
    display: grid;
    grid-template-columns: 15% 70%;
    grid-row-gap: 2px;
    padding: 5px 0;
}
.classification_grid[data-v-9d6df7bd]{
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-row-gap: 2px;
    justify-content: center;
    justify-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.changes_grid[data-v-9d6df7bd]{
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-row-gap: 2px;
    justify-content: center;
    justify-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.download_list[data-v-9d6df7bd]{
    margin: 0 5px;
    padding-left: 10px;
}
.sampleLink[data-v-9d6df7bd]{
    padding-right: 4px;
}
canvas[data-v-9d6df7bd]{
    height: 100px;
    width: 100px;
}

