@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:0.125rem solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:1.25rem;left:0;margin:auto;position:absolute;right:0;top:0;width:1.25rem}.splide__sr{clip:rect(0 0 0 0);border:0;height:0.0625rem;margin:-0.0625rem;overflow:hidden;padding:0;position:absolute;width:0.0625rem}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}/* 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: 100rem;
	height: 100rem;
	-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: 0.0625rem;
	height: 0.0625rem;
	}.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: 0.625rem;
	}.leaflet-bottom .leaflet-control {
	margin-bottom: 0.625rem;
	}.leaflet-left .leaflet-control {
	margin-left: 0.625rem;
	}.leaflet-right .leaflet-control {
	margin-right: 0.625rem;
	}/* 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: 0.0625rem;
	}.leaflet-container a {
	color: #0078A8;
	}.leaflet-zoom-box {
	border: 0.125rem 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 0.0625rem 0.3125rem rgba(0,0,0,0.65);
	border-radius: 0.25rem;
	}.leaflet-bar a {
	background-color: #fff;
	border-bottom: 0.0625rem solid #ccc;
	width: 1.625rem;
	height: 1.625rem;
	line-height: 1.625rem;
	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: 0.25rem;
	border-top-right-radius: 0.25rem;
	}.leaflet-bar a:last-child {
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border-bottom: none;
	}.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}.leaflet-touch .leaflet-bar a {
	width: 1.875rem;
	height: 1.875rem;
	line-height: 1.875rem;
	}.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 0.125rem;
	border-top-right-radius: 0.125rem;
	}.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 0.125rem;
	border-bottom-right-radius: 0.125rem;
	}/* zoom control */.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 1.125rem 'Lucida Console', Monaco, monospace;
	text-indent: 0.0625rem;
	}.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 1.375rem;
	}/* layers control */.leaflet-control-layers {
	box-shadow: 0 0.0625rem 0.3125rem rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 0.3125rem;
	}.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 2.25rem;
	height: 2.25rem;
	}.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 1.625rem 1.625rem;
	}.leaflet-touch .leaflet-control-layers-toggle {
	width: 2.75rem;
	height: 2.75rem;
	}.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: 0.375rem 0.625rem 0.375rem 0.375rem;
	color: #333;
	background: #fff;
	}.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 0.3125rem;
	}.leaflet-control-layers-selector {
	margin-top: 0.125rem;
	position: relative;
	top: 0.0625rem;
	}.leaflet-control-layers label {
	display: block;
	font-size: 0.8125rem;
	font-size: 1.08333em;
	}.leaflet-control-layers-separator {
	height: 0;
	border-top: 0.0625rem solid #ddd;
	margin: 0.3125rem -0.625rem 0.3125rem -0.375rem;
	}/* Default icon URLs */.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(images/marker-icon.png);
	}/* 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 0.3125rem;
	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: 0.3125rem;
	}.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 0.3125rem;
	}.leaflet-control-scale-line {
	border: 0.125rem solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 0.125rem 0.3125rem 0.0625rem;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 0.0625rem 0.0625rem #fff;
	}.leaflet-control-scale-line:not(:first-child) {
	border-top: 0.125rem solid #777;
	border-bottom: none;
	margin-top: -0.125rem;
	}.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 0.125rem 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: 0.125rem solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}/* popup */.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 1.25rem;
	}.leaflet-popup-content-wrapper {
	padding: 0.0625rem;
	text-align: left;
	border-radius: 0.75rem;
	}.leaflet-popup-content {
	margin: 0.8125rem 1.5rem 0.8125rem 1.25rem;
	line-height: 1.3;
	font-size: 0.8125rem;
	font-size: 1.08333em;
	min-height: 0.0625rem;
	}.leaflet-popup-content p {
	margin: 1.0625rem 0;
	margin: 1.3em 0;
	}.leaflet-popup-tip-container {
	width: 2.5rem;
	height: 1.25rem;
	position: absolute;
	left: 50%;
	margin-top: -0.0625rem;
	margin-left: -1.25rem;
	overflow: hidden;
	pointer-events: none;
	}.leaflet-popup-tip {
	width: 1.0625rem;
	height: 1.0625rem;
	padding: 0.0625rem;

	margin: -0.625rem 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 0.1875rem 0.875rem 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: 1.5rem;
	height: 1.5rem;
	font: 1rem/1.5rem 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: 1.5rem;
	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: 0.0625rem solid #999;
	}/* div icon */.leaflet-div-icon {
	background: #fff;
	border: 0.0625rem solid #666;
	}/* Tooltip *//* Base styles for the element that has a tooltip */.leaflet-tooltip {
	position: absolute;
	padding: 0.375rem;
	background-color: #fff;
	border: 0.0625rem solid #fff;
	border-radius: 0.1875rem;
	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 0.0625rem 0.1875rem 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: 0.375rem solid transparent;
	background: transparent;
	content: "";
	}/* Directions */.leaflet-tooltip-bottom {
	margin-top: 0.375rem;
}.leaflet-tooltip-top {
	margin-top: -0.375rem;
}.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -0.375rem;
	}.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -0.75rem;
	border-top-color: #fff;
	}.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -0.75rem;
	margin-left: -0.375rem;
	border-bottom-color: #fff;
	}.leaflet-tooltip-left {
	margin-left: -0.375rem;
}.leaflet-tooltip-right {
	margin-left: 0.375rem;
}.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -0.375rem;
	}.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -0.75rem;
	border-left-color: #fff;
	}.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -0.75rem;
	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;
		}
	}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,6.25rem,0)}[data-aos=fade-down]{transform:translate3d(0,-6.25rem,0)}[data-aos=fade-right]{transform:translate3d(-6.25rem,0,0)}[data-aos=fade-left]{transform:translate3d(6.25rem,0,0)}[data-aos=fade-up-right]{transform:translate3d(-6.25rem,6.25rem,0)}[data-aos=fade-up-left]{transform:translate3d(6.25rem,6.25rem,0)}[data-aos=fade-down-right]{transform:translate3d(-6.25rem,-6.25rem,0)}[data-aos=fade-down-left]{transform:translate3d(6.25rem,-6.25rem,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,6.25rem,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-6.25rem,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-6.25rem,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(6.25rem,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,6.25rem,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-6.25rem,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-6.25rem,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(6.25rem,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(156.25rem) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(156.25rem) rotateY(0)}[data-aos=flip-right]{transform:perspective(156.25rem) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(156.25rem) rotateY(0)}[data-aos=flip-up]{transform:perspective(156.25rem) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(156.25rem) rotateX(0)}[data-aos=flip-down]{transform:perspective(156.25rem) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(156.25rem) rotateX(0)}.reset-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}.reset-button {
  padding: 0;
  border-width: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
  text-align: inherit;
}.reset-button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}.sr-only {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}*,
*::before,
*::after {
  box-sizing: inherit;
}.container {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}@media (min-width: 960px) {
  .container {
    max-width: 76.875rem;
  }
}@media (min-width: 1190px) {
  .container {
    max-width: 76.875rem;
  }
}@media (min-width: 1440px) {
  .container {
    max-width: 120rem;
  }
}@media (min-width: 1600px) {
  .container {
    max-width: 120rem;
  }
}.container-fluid, .container-xxl, .container-xl, .container-lg, .container-md {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}@media (min-width: 960px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 76.875rem;
  }
}@media (min-width: 1190px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 76.875rem;
  }
}@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 120rem;
  }
}@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 120rem;
  }
}.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}.no-gutters {
  margin-right: 0;
  margin-left: 0;
}.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs,
.col-xs-auto, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xxs,
.col-xxs-auto, .col-xxs-12, .col-xxs-11, .col-xxs-10, .col-xxs-9, .col-xxs-8, .col-xxs-7, .col-xxs-6, .col-xxs-5, .col-xxs-4, .col-xxs-3, .col-xxs-2, .col-xxs-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}.order-first {
  order: -1;
}.order-last {
  order: 13;
}.order-0 {
  order: 0;
}.order-1 {
  order: 1;
}.order-2 {
  order: 2;
}.order-3 {
  order: 3;
}.order-4 {
  order: 4;
}.order-5 {
  order: 5;
}.order-6 {
  order: 6;
}.order-7 {
  order: 7;
}.order-8 {
  order: 8;
}.order-9 {
  order: 9;
}.order-10 {
  order: 10;
}.order-11 {
  order: 11;
}.order-12 {
  order: 12;
}.offset-1 {
  margin-left: 8.3333333333%;
}.offset-2 {
  margin-left: 16.6666666667%;
}.offset-3 {
  margin-left: 25%;
}.offset-4 {
  margin-left: 33.3333333333%;
}.offset-5 {
  margin-left: 41.6666666667%;
}.offset-6 {
  margin-left: 50%;
}.offset-7 {
  margin-left: 58.3333333333%;
}.offset-8 {
  margin-left: 66.6666666667%;
}.offset-9 {
  margin-left: 75%;
}.offset-10 {
  margin-left: 83.3333333333%;
}.offset-11 {
  margin-left: 91.6666666667%;
}@media (min-width: 375px) {
  .col-xxs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxs-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxs-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxs-first {
    order: -1;
  }
  .order-xxs-last {
    order: 13;
  }
  .order-xxs-0 {
    order: 0;
  }
  .order-xxs-1 {
    order: 1;
  }
  .order-xxs-2 {
    order: 2;
  }
  .order-xxs-3 {
    order: 3;
  }
  .order-xxs-4 {
    order: 4;
  }
  .order-xxs-5 {
    order: 5;
  }
  .order-xxs-6 {
    order: 6;
  }
  .order-xxs-7 {
    order: 7;
  }
  .order-xxs-8 {
    order: 8;
  }
  .order-xxs-9 {
    order: 9;
  }
  .order-xxs-10 {
    order: 10;
  }
  .order-xxs-11 {
    order: 11;
  }
  .order-xxs-12 {
    order: 12;
  }
  .offset-xxs-0 {
    margin-left: 0;
  }
  .offset-xxs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxs-3 {
    margin-left: 25%;
  }
  .offset-xxs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxs-6 {
    margin-left: 50%;
  }
  .offset-xxs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxs-9 {
    margin-left: 75%;
  }
  .offset-xxs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxs-11 {
    margin-left: 91.6666666667%;
  }
}@media (min-width: 640px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}@media (min-width: 960px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}@media (min-width: 1190px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}@media (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}.d-none {
  display: none !important;
}.d-inline {
  display: inline !important;
}.d-inline-block {
  display: inline-block !important;
}.d-block {
  display: block !important;
}.d-table {
  display: table !important;
}.d-table-row {
  display: table-row !important;
}.d-table-cell {
  display: table-cell !important;
}.d-flex {
  display: flex !important;
}.d-inline-flex {
  display: inline-flex !important;
}@media (min-width: 375px) {
  .d-xxs-none {
    display: none !important;
  }
  .d-xxs-inline {
    display: inline !important;
  }
  .d-xxs-inline-block {
    display: inline-block !important;
  }
  .d-xxs-block {
    display: block !important;
  }
  .d-xxs-table {
    display: table !important;
  }
  .d-xxs-table-row {
    display: table-row !important;
  }
  .d-xxs-table-cell {
    display: table-cell !important;
  }
  .d-xxs-flex {
    display: flex !important;
  }
  .d-xxs-inline-flex {
    display: inline-flex !important;
  }
}@media (min-width: 640px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}@media (min-width: 960px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}@media (min-width: 1190px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}.flex-row {
  flex-direction: row !important;
}.flex-column {
  flex-direction: column !important;
}.flex-row-reverse {
  flex-direction: row-reverse !important;
}.flex-column-reverse {
  flex-direction: column-reverse !important;
}.flex-wrap {
  flex-wrap: wrap !important;
}.flex-nowrap {
  flex-wrap: nowrap !important;
}.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}.flex-fill {
  flex: 1 1 auto !important;
}.flex-grow-0 {
  flex-grow: 0 !important;
}.flex-grow-1 {
  flex-grow: 1 !important;
}.flex-shrink-0 {
  flex-shrink: 0 !important;
}.flex-shrink-1 {
  flex-shrink: 1 !important;
}.justify-content-start {
  justify-content: flex-start !important;
}.justify-content-end {
  justify-content: flex-end !important;
}.justify-content-center {
  justify-content: center !important;
}.justify-content-between {
  justify-content: space-between !important;
}.justify-content-around {
  justify-content: space-around !important;
}.align-items-start {
  align-items: flex-start !important;
}.align-items-end {
  align-items: flex-end !important;
}.align-items-center {
  align-items: center !important;
}.align-items-baseline {
  align-items: baseline !important;
}.align-items-stretch {
  align-items: stretch !important;
}.align-content-start {
  align-content: flex-start !important;
}.align-content-end {
  align-content: flex-end !important;
}.align-content-center {
  align-content: center !important;
}.align-content-between {
  align-content: space-between !important;
}.align-content-around {
  align-content: space-around !important;
}.align-content-stretch {
  align-content: stretch !important;
}.align-self-auto {
  align-self: auto !important;
}.align-self-start {
  align-self: flex-start !important;
}.align-self-end {
  align-self: flex-end !important;
}.align-self-center {
  align-self: center !important;
}.align-self-baseline {
  align-self: baseline !important;
}.align-self-stretch {
  align-self: stretch !important;
}@media (min-width: 375px) {
  .flex-xxs-row {
    flex-direction: row !important;
  }
  .flex-xxs-column {
    flex-direction: column !important;
  }
  .flex-xxs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxs-center {
    justify-content: center !important;
  }
  .justify-content-xxs-between {
    justify-content: space-between !important;
  }
  .justify-content-xxs-around {
    justify-content: space-around !important;
  }
  .align-items-xxs-start {
    align-items: flex-start !important;
  }
  .align-items-xxs-end {
    align-items: flex-end !important;
  }
  .align-items-xxs-center {
    align-items: center !important;
  }
  .align-items-xxs-baseline {
    align-items: baseline !important;
  }
  .align-items-xxs-stretch {
    align-items: stretch !important;
  }
  .align-content-xxs-start {
    align-content: flex-start !important;
  }
  .align-content-xxs-end {
    align-content: flex-end !important;
  }
  .align-content-xxs-center {
    align-content: center !important;
  }
  .align-content-xxs-between {
    align-content: space-between !important;
  }
  .align-content-xxs-around {
    align-content: space-around !important;
  }
  .align-content-xxs-stretch {
    align-content: stretch !important;
  }
  .align-self-xxs-auto {
    align-self: auto !important;
  }
  .align-self-xxs-start {
    align-self: flex-start !important;
  }
  .align-self-xxs-end {
    align-self: flex-end !important;
  }
  .align-self-xxs-center {
    align-self: center !important;
  }
  .align-self-xxs-baseline {
    align-self: baseline !important;
  }
  .align-self-xxs-stretch {
    align-self: stretch !important;
  }
}@media (min-width: 640px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}@media (min-width: 960px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}@media (min-width: 1190px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}@media (min-width: 1440px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}@media (min-width: 1600px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}.m-0 {
  margin: 0 !important;
}.mt-0,
.my-0 {
  margin-top: 0 !important;
}.mr-0,
.mx-0 {
  margin-right: 0 !important;
}.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}.ml-0,
.mx-0 {
  margin-left: 0 !important;
}.m-1 {
  margin: 0.3125rem !important;
}.mt-1,
.my-1 {
  margin-top: 0.3125rem !important;
}.mr-1,
.mx-1 {
  margin-right: 0.3125rem !important;
}.mb-1,
.my-1 {
  margin-bottom: 0.3125rem !important;
}.ml-1,
.mx-1 {
  margin-left: 0.3125rem !important;
}.m-2 {
  margin: 0.625rem !important;
}.mt-2,
.my-2 {
  margin-top: 0.625rem !important;
}.mr-2,
.mx-2 {
  margin-right: 0.625rem !important;
}.mb-2,
.my-2 {
  margin-bottom: 0.625rem !important;
}.ml-2,
.mx-2 {
  margin-left: 0.625rem !important;
}.m-3 {
  margin: 1.25rem !important;
}.mt-3,
.my-3 {
  margin-top: 1.25rem !important;
}.mr-3,
.mx-3 {
  margin-right: 1.25rem !important;
}.mb-3,
.my-3 {
  margin-bottom: 1.25rem !important;
}.ml-3,
.mx-3 {
  margin-left: 1.25rem !important;
}.m-4 {
  margin: 1.875rem !important;
}.mt-4,
.my-4 {
  margin-top: 1.875rem !important;
}.mr-4,
.mx-4 {
  margin-right: 1.875rem !important;
}.mb-4,
.my-4 {
  margin-bottom: 1.875rem !important;
}.ml-4,
.mx-4 {
  margin-left: 1.875rem !important;
}.m-5 {
  margin: 3.75rem !important;
}.mt-5,
.my-5 {
  margin-top: 3.75rem !important;
}.mr-5,
.mx-5 {
  margin-right: 3.75rem !important;
}.mb-5,
.my-5 {
  margin-bottom: 3.75rem !important;
}.ml-5,
.mx-5 {
  margin-left: 3.75rem !important;
}.p-0 {
  padding: 0 !important;
}.pt-0,
.py-0 {
  padding-top: 0 !important;
}.pr-0,
.px-0 {
  padding-right: 0 !important;
}.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}.pl-0,
.px-0 {
  padding-left: 0 !important;
}.p-1 {
  padding: 0.3125rem !important;
}.pt-1,
.py-1 {
  padding-top: 0.3125rem !important;
}.pr-1,
.px-1 {
  padding-right: 0.3125rem !important;
}.pb-1,
.py-1 {
  padding-bottom: 0.3125rem !important;
}.pl-1,
.px-1 {
  padding-left: 0.3125rem !important;
}.p-2 {
  padding: 0.625rem !important;
}.pt-2,
.py-2 {
  padding-top: 0.625rem !important;
}.pr-2,
.px-2 {
  padding-right: 0.625rem !important;
}.pb-2,
.py-2 {
  padding-bottom: 0.625rem !important;
}.pl-2,
.px-2 {
  padding-left: 0.625rem !important;
}.p-3 {
  padding: 1.25rem !important;
}.pt-3,
.py-3 {
  padding-top: 1.25rem !important;
}.pr-3,
.px-3 {
  padding-right: 1.25rem !important;
}.pb-3,
.py-3 {
  padding-bottom: 1.25rem !important;
}.pl-3,
.px-3 {
  padding-left: 1.25rem !important;
}.p-4 {
  padding: 1.875rem !important;
}.pt-4,
.py-4 {
  padding-top: 1.875rem !important;
}.pr-4,
.px-4 {
  padding-right: 1.875rem !important;
}.pb-4,
.py-4 {
  padding-bottom: 1.875rem !important;
}.pl-4,
.px-4 {
  padding-left: 1.875rem !important;
}.p-5 {
  padding: 3.75rem !important;
}.pt-5,
.py-5 {
  padding-top: 3.75rem !important;
}.pr-5,
.px-5 {
  padding-right: 3.75rem !important;
}.pb-5,
.py-5 {
  padding-bottom: 3.75rem !important;
}.pl-5,
.px-5 {
  padding-left: 3.75rem !important;
}.m-n1 {
  margin: -0.3125rem !important;
}.mt-n1,
.my-n1 {
  margin-top: -0.3125rem !important;
}.mr-n1,
.mx-n1 {
  margin-right: -0.3125rem !important;
}.mb-n1,
.my-n1 {
  margin-bottom: -0.3125rem !important;
}.ml-n1,
.mx-n1 {
  margin-left: -0.3125rem !important;
}.m-n2 {
  margin: -0.625rem !important;
}.mt-n2,
.my-n2 {
  margin-top: -0.625rem !important;
}.mr-n2,
.mx-n2 {
  margin-right: -0.625rem !important;
}.mb-n2,
.my-n2 {
  margin-bottom: -0.625rem !important;
}.ml-n2,
.mx-n2 {
  margin-left: -0.625rem !important;
}.m-n3 {
  margin: -1.25rem !important;
}.mt-n3,
.my-n3 {
  margin-top: -1.25rem !important;
}.mr-n3,
.mx-n3 {
  margin-right: -1.25rem !important;
}.mb-n3,
.my-n3 {
  margin-bottom: -1.25rem !important;
}.ml-n3,
.mx-n3 {
  margin-left: -1.25rem !important;
}.m-n4 {
  margin: -1.875rem !important;
}.mt-n4,
.my-n4 {
  margin-top: -1.875rem !important;
}.mr-n4,
.mx-n4 {
  margin-right: -1.875rem !important;
}.mb-n4,
.my-n4 {
  margin-bottom: -1.875rem !important;
}.ml-n4,
.mx-n4 {
  margin-left: -1.875rem !important;
}.m-n5 {
  margin: -3.75rem !important;
}.mt-n5,
.my-n5 {
  margin-top: -3.75rem !important;
}.mr-n5,
.mx-n5 {
  margin-right: -3.75rem !important;
}.mb-n5,
.my-n5 {
  margin-bottom: -3.75rem !important;
}.ml-n5,
.mx-n5 {
  margin-left: -3.75rem !important;
}.m-auto {
  margin: auto !important;
}.mt-auto,
.my-auto {
  margin-top: auto !important;
}.mr-auto,
.mx-auto {
  margin-right: auto !important;
}.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}.ml-auto,
.mx-auto {
  margin-left: auto !important;
}@media (min-width: 375px) {
  .m-xxs-0 {
    margin: 0 !important;
  }
  .mt-xxs-0,
  .my-xxs-0 {
    margin-top: 0 !important;
  }
  .mr-xxs-0,
  .mx-xxs-0 {
    margin-right: 0 !important;
  }
  .mb-xxs-0,
  .my-xxs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxs-0,
  .mx-xxs-0 {
    margin-left: 0 !important;
  }
  .m-xxs-1 {
    margin: 0.3125rem !important;
  }
  .mt-xxs-1,
  .my-xxs-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-xxs-1,
  .mx-xxs-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-xxs-1,
  .my-xxs-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-xxs-1,
  .mx-xxs-1 {
    margin-left: 0.3125rem !important;
  }
  .m-xxs-2 {
    margin: 0.625rem !important;
  }
  .mt-xxs-2,
  .my-xxs-2 {
    margin-top: 0.625rem !important;
  }
  .mr-xxs-2,
  .mx-xxs-2 {
    margin-right: 0.625rem !important;
  }
  .mb-xxs-2,
  .my-xxs-2 {
    margin-bottom: 0.625rem !important;
  }
  .ml-xxs-2,
  .mx-xxs-2 {
    margin-left: 0.625rem !important;
  }
  .m-xxs-3 {
    margin: 1.25rem !important;
  }
  .mt-xxs-3,
  .my-xxs-3 {
    margin-top: 1.25rem !important;
  }
  .mr-xxs-3,
  .mx-xxs-3 {
    margin-right: 1.25rem !important;
  }
  .mb-xxs-3,
  .my-xxs-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxs-3,
  .mx-xxs-3 {
    margin-left: 1.25rem !important;
  }
  .m-xxs-4 {
    margin: 1.875rem !important;
  }
  .mt-xxs-4,
  .my-xxs-4 {
    margin-top: 1.875rem !important;
  }
  .mr-xxs-4,
  .mx-xxs-4 {
    margin-right: 1.875rem !important;
  }
  .mb-xxs-4,
  .my-xxs-4 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xxs-4,
  .mx-xxs-4 {
    margin-left: 1.875rem !important;
  }
  .m-xxs-5 {
    margin: 3.75rem !important;
  }
  .mt-xxs-5,
  .my-xxs-5 {
    margin-top: 3.75rem !important;
  }
  .mr-xxs-5,
  .mx-xxs-5 {
    margin-right: 3.75rem !important;
  }
  .mb-xxs-5,
  .my-xxs-5 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xxs-5,
  .mx-xxs-5 {
    margin-left: 3.75rem !important;
  }
  .p-xxs-0 {
    padding: 0 !important;
  }
  .pt-xxs-0,
  .py-xxs-0 {
    padding-top: 0 !important;
  }
  .pr-xxs-0,
  .px-xxs-0 {
    padding-right: 0 !important;
  }
  .pb-xxs-0,
  .py-xxs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxs-0,
  .px-xxs-0 {
    padding-left: 0 !important;
  }
  .p-xxs-1 {
    padding: 0.3125rem !important;
  }
  .pt-xxs-1,
  .py-xxs-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-xxs-1,
  .px-xxs-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-xxs-1,
  .py-xxs-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-xxs-1,
  .px-xxs-1 {
    padding-left: 0.3125rem !important;
  }
  .p-xxs-2 {
    padding: 0.625rem !important;
  }
  .pt-xxs-2,
  .py-xxs-2 {
    padding-top: 0.625rem !important;
  }
  .pr-xxs-2,
  .px-xxs-2 {
    padding-right: 0.625rem !important;
  }
  .pb-xxs-2,
  .py-xxs-2 {
    padding-bottom: 0.625rem !important;
  }
  .pl-xxs-2,
  .px-xxs-2 {
    padding-left: 0.625rem !important;
  }
  .p-xxs-3 {
    padding: 1.25rem !important;
  }
  .pt-xxs-3,
  .py-xxs-3 {
    padding-top: 1.25rem !important;
  }
  .pr-xxs-3,
  .px-xxs-3 {
    padding-right: 1.25rem !important;
  }
  .pb-xxs-3,
  .py-xxs-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxs-3,
  .px-xxs-3 {
    padding-left: 1.25rem !important;
  }
  .p-xxs-4 {
    padding: 1.875rem !important;
  }
  .pt-xxs-4,
  .py-xxs-4 {
    padding-top: 1.875rem !important;
  }
  .pr-xxs-4,
  .px-xxs-4 {
    padding-right: 1.875rem !important;
  }
  .pb-xxs-4,
  .py-xxs-4 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xxs-4,
  .px-xxs-4 {
    padding-left: 1.875rem !important;
  }
  .p-xxs-5 {
    padding: 3.75rem !important;
  }
  .pt-xxs-5,
  .py-xxs-5 {
    padding-top: 3.75rem !important;
  }
  .pr-xxs-5,
  .px-xxs-5 {
    padding-right: 3.75rem !important;
  }
  .pb-xxs-5,
  .py-xxs-5 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xxs-5,
  .px-xxs-5 {
    padding-left: 3.75rem !important;
  }
  .m-xxs-n1 {
    margin: -0.3125rem !important;
  }
  .mt-xxs-n1,
  .my-xxs-n1 {
    margin-top: -0.3125rem !important;
  }
  .mr-xxs-n1,
  .mx-xxs-n1 {
    margin-right: -0.3125rem !important;
  }
  .mb-xxs-n1,
  .my-xxs-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .ml-xxs-n1,
  .mx-xxs-n1 {
    margin-left: -0.3125rem !important;
  }
  .m-xxs-n2 {
    margin: -0.625rem !important;
  }
  .mt-xxs-n2,
  .my-xxs-n2 {
    margin-top: -0.625rem !important;
  }
  .mr-xxs-n2,
  .mx-xxs-n2 {
    margin-right: -0.625rem !important;
  }
  .mb-xxs-n2,
  .my-xxs-n2 {
    margin-bottom: -0.625rem !important;
  }
  .ml-xxs-n2,
  .mx-xxs-n2 {
    margin-left: -0.625rem !important;
  }
  .m-xxs-n3 {
    margin: -1.25rem !important;
  }
  .mt-xxs-n3,
  .my-xxs-n3 {
    margin-top: -1.25rem !important;
  }
  .mr-xxs-n3,
  .mx-xxs-n3 {
    margin-right: -1.25rem !important;
  }
  .mb-xxs-n3,
  .my-xxs-n3 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxs-n3,
  .mx-xxs-n3 {
    margin-left: -1.25rem !important;
  }
  .m-xxs-n4 {
    margin: -1.875rem !important;
  }
  .mt-xxs-n4,
  .my-xxs-n4 {
    margin-top: -1.875rem !important;
  }
  .mr-xxs-n4,
  .mx-xxs-n4 {
    margin-right: -1.875rem !important;
  }
  .mb-xxs-n4,
  .my-xxs-n4 {
    margin-bottom: -1.875rem !important;
  }
  .ml-xxs-n4,
  .mx-xxs-n4 {
    margin-left: -1.875rem !important;
  }
  .m-xxs-n5 {
    margin: -3.75rem !important;
  }
  .mt-xxs-n5,
  .my-xxs-n5 {
    margin-top: -3.75rem !important;
  }
  .mr-xxs-n5,
  .mx-xxs-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-xxs-n5,
  .my-xxs-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xxs-n5,
  .mx-xxs-n5 {
    margin-left: -3.75rem !important;
  }
  .m-xxs-auto {
    margin: auto !important;
  }
  .mt-xxs-auto,
  .my-xxs-auto {
    margin-top: auto !important;
  }
  .mr-xxs-auto,
  .mx-xxs-auto {
    margin-right: auto !important;
  }
  .mb-xxs-auto,
  .my-xxs-auto {
    margin-bottom: auto !important;
  }
  .ml-xxs-auto,
  .mx-xxs-auto {
    margin-left: auto !important;
  }
}@media (min-width: 640px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.3125rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.3125rem !important;
  }
  .m-xs-2 {
    margin: 0.625rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.625rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.625rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.625rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.625rem !important;
  }
  .m-xs-3 {
    margin: 1.25rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1.25rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1.25rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1.25rem !important;
  }
  .m-xs-4 {
    margin: 1.875rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.875rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.875rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.875rem !important;
  }
  .m-xs-5 {
    margin: 3.75rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3.75rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3.75rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3.75rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.3125rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.3125rem !important;
  }
  .p-xs-2 {
    padding: 0.625rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.625rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.625rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.625rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.625rem !important;
  }
  .p-xs-3 {
    padding: 1.25rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1.25rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1.25rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1.25rem !important;
  }
  .p-xs-4 {
    padding: 1.875rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.875rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.875rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.875rem !important;
  }
  .p-xs-5 {
    padding: 3.75rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3.75rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3.75rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3.75rem !important;
  }
  .m-xs-n1 {
    margin: -0.3125rem !important;
  }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.3125rem !important;
  }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.3125rem !important;
  }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.3125rem !important;
  }
  .m-xs-n2 {
    margin: -0.625rem !important;
  }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.625rem !important;
  }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.625rem !important;
  }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.625rem !important;
  }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.625rem !important;
  }
  .m-xs-n3 {
    margin: -1.25rem !important;
  }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1.25rem !important;
  }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1.25rem !important;
  }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1.25rem !important;
  }
  .m-xs-n4 {
    margin: -1.875rem !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.875rem !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.875rem !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.875rem !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.875rem !important;
  }
  .m-xs-n5 {
    margin: -3.75rem !important;
  }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3.75rem !important;
  }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3.75rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.3125rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.3125rem !important;
  }
  .m-sm-2 {
    margin: 0.625rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.625rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.625rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.625rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.625rem !important;
  }
  .m-sm-3 {
    margin: 1.25rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.25rem !important;
  }
  .m-sm-4 {
    margin: 1.875rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.875rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.875rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.875rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.875rem !important;
  }
  .m-sm-5 {
    margin: 3.75rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3.75rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3.75rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3.75rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3.75rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.3125rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.3125rem !important;
  }
  .p-sm-2 {
    padding: 0.625rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.625rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.625rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.625rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.625rem !important;
  }
  .p-sm-3 {
    padding: 1.25rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.25rem !important;
  }
  .p-sm-4 {
    padding: 1.875rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.875rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.875rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.875rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.875rem !important;
  }
  .p-sm-5 {
    padding: 3.75rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3.75rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3.75rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3.75rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3.75rem !important;
  }
  .m-sm-n1 {
    margin: -0.3125rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.3125rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.3125rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.3125rem !important;
  }
  .m-sm-n2 {
    margin: -0.625rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.625rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.625rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.625rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.625rem !important;
  }
  .m-sm-n3 {
    margin: -1.25rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1.25rem !important;
  }
  .m-sm-n4 {
    margin: -1.875rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.875rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.875rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.875rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.875rem !important;
  }
  .m-sm-n5 {
    margin: -3.75rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3.75rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3.75rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}@media (min-width: 960px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.3125rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.3125rem !important;
  }
  .m-md-2 {
    margin: 0.625rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.625rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.625rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.625rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.625rem !important;
  }
  .m-md-3 {
    margin: 1.25rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.25rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.25rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.25rem !important;
  }
  .m-md-4 {
    margin: 1.875rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.875rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.875rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.875rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.875rem !important;
  }
  .m-md-5 {
    margin: 3.75rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3.75rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3.75rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3.75rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3.75rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.3125rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.3125rem !important;
  }
  .p-md-2 {
    padding: 0.625rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.625rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.625rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.625rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.625rem !important;
  }
  .p-md-3 {
    padding: 1.25rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.25rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.25rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.25rem !important;
  }
  .p-md-4 {
    padding: 1.875rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.875rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.875rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.875rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.875rem !important;
  }
  .p-md-5 {
    padding: 3.75rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3.75rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3.75rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3.75rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3.75rem !important;
  }
  .m-md-n1 {
    margin: -0.3125rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.3125rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.3125rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.3125rem !important;
  }
  .m-md-n2 {
    margin: -0.625rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.625rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.625rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.625rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.625rem !important;
  }
  .m-md-n3 {
    margin: -1.25rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1.25rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1.25rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1.25rem !important;
  }
  .m-md-n4 {
    margin: -1.875rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.875rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.875rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.875rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.875rem !important;
  }
  .m-md-n5 {
    margin: -3.75rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3.75rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3.75rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}@media (min-width: 1190px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.3125rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.3125rem !important;
  }
  .m-lg-2 {
    margin: 0.625rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.625rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.625rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.625rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.625rem !important;
  }
  .m-lg-3 {
    margin: 1.25rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.25rem !important;
  }
  .m-lg-4 {
    margin: 1.875rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.875rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.875rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.875rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.875rem !important;
  }
  .m-lg-5 {
    margin: 3.75rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3.75rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3.75rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3.75rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3.75rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.3125rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.3125rem !important;
  }
  .p-lg-2 {
    padding: 0.625rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.625rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.625rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.625rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.625rem !important;
  }
  .p-lg-3 {
    padding: 1.25rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.25rem !important;
  }
  .p-lg-4 {
    padding: 1.875rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.875rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.875rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.875rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.875rem !important;
  }
  .p-lg-5 {
    padding: 3.75rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3.75rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3.75rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3.75rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3.75rem !important;
  }
  .m-lg-n1 {
    margin: -0.3125rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.3125rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.3125rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.3125rem !important;
  }
  .m-lg-n2 {
    margin: -0.625rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.625rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.625rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.625rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.625rem !important;
  }
  .m-lg-n3 {
    margin: -1.25rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1.25rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1.25rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1.25rem !important;
  }
  .m-lg-n4 {
    margin: -1.875rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.875rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.875rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.875rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.875rem !important;
  }
  .m-lg-n5 {
    margin: -3.75rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3.75rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3.75rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.3125rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.3125rem !important;
  }
  .m-xl-2 {
    margin: 0.625rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.625rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.625rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.625rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.625rem !important;
  }
  .m-xl-3 {
    margin: 1.25rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.25rem !important;
  }
  .m-xl-4 {
    margin: 1.875rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.875rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.875rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.875rem !important;
  }
  .m-xl-5 {
    margin: 3.75rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3.75rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3.75rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3.75rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.3125rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.3125rem !important;
  }
  .p-xl-2 {
    padding: 0.625rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.625rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.625rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.625rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.625rem !important;
  }
  .p-xl-3 {
    padding: 1.25rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.25rem !important;
  }
  .p-xl-4 {
    padding: 1.875rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.875rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.875rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.875rem !important;
  }
  .p-xl-5 {
    padding: 3.75rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3.75rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3.75rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3.75rem !important;
  }
  .m-xl-n1 {
    margin: -0.3125rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.3125rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.3125rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.3125rem !important;
  }
  .m-xl-n2 {
    margin: -0.625rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.625rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.625rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.625rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.625rem !important;
  }
  .m-xl-n3 {
    margin: -1.25rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1.25rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1.25rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1.25rem !important;
  }
  .m-xl-n4 {
    margin: -1.875rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.875rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.875rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.875rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.875rem !important;
  }
  .m-xl-n5 {
    margin: -3.75rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3.75rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3.75rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.3125rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.3125rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.3125rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.3125rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.3125rem !important;
  }
  .m-xxl-2 {
    margin: 0.625rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.625rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.625rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.625rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.625rem !important;
  }
  .m-xxl-3 {
    margin: 1.25rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1.25rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1.25rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1.25rem !important;
  }
  .m-xxl-4 {
    margin: 1.875rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.875rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.875rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.875rem !important;
  }
  .m-xxl-5 {
    margin: 3.75rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3.75rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3.75rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3.75rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.3125rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.3125rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.3125rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.3125rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.3125rem !important;
  }
  .p-xxl-2 {
    padding: 0.625rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.625rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.625rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.625rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.625rem !important;
  }
  .p-xxl-3 {
    padding: 1.25rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1.25rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1.25rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1.25rem !important;
  }
  .p-xxl-4 {
    padding: 1.875rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.875rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.875rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.875rem !important;
  }
  .p-xxl-5 {
    padding: 3.75rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3.75rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3.75rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3.75rem !important;
  }
  .m-xxl-n1 {
    margin: -0.3125rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.3125rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.3125rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.3125rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.3125rem !important;
  }
  .m-xxl-n2 {
    margin: -0.625rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.625rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.625rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.625rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.625rem !important;
  }
  .m-xxl-n3 {
    margin: -1.25rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1.25rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1.25rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1.25rem !important;
  }
  .m-xxl-n4 {
    margin: -1.875rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.875rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.875rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.875rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.875rem !important;
  }
  .m-xxl-n5 {
    margin: -3.75rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3.75rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3.75rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}.text-justify {
  text-align: justify !important;
}.text-wrap {
  white-space: normal !important;
}.text-nowrap {
  white-space: nowrap !important;
}.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.text-left {
  text-align: left !important;
}.text-right {
  text-align: right !important;
}.text-center {
  text-align: center !important;
}@media (min-width: 375px) {
  .text-xxs-left {
    text-align: left !important;
  }
  .text-xxs-right {
    text-align: right !important;
  }
  .text-xxs-center {
    text-align: center !important;
  }
}@media (min-width: 640px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}@media (min-width: 960px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}@media (min-width: 1190px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}.text-lowercase {
  text-transform: lowercase !important;
}.text-uppercase {
  text-transform: uppercase !important;
}.text-capitalize {
  text-transform: capitalize !important;
}.font-weight-light {
  font-weight: 300 !important;
}.font-weight-lighter {
  font-weight: lighter !important;
}.font-weight-normal {
  font-weight: 400 !important;
}.font-weight-bold {
  font-weight: 700 !important;
}.font-weight-bolder {
  font-weight: bolder !important;
}.font-italic {
  font-style: italic !important;
}.text-white {
  color: #fff !important;
}.text-primary {
  color: #007bff !important;
}a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}.text-secondary {
  color: #6c757d !important;
}a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}.text-success {
  color: #28a745 !important;
}a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}.text-info {
  color: #17a2b8 !important;
}a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}.text-warning {
  color: #ffc107 !important;
}a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}.text-danger {
  color: #dc3545 !important;
}a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}.text-light {
  color: #f8f9fa !important;
}a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}.text-dark {
  color: #343a40 !important;
}a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}.text-body {
  color: #212529 !important;
}.text-muted {
  color: #6c757d !important;
}.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}.text-decoration-none {
  text-decoration: none !important;
}.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}.text-reset {
  color: inherit !important;
}.w-25 {
  width: 25% !important;
}.w-50 {
  width: 50% !important;
}.w-75 {
  width: 75% !important;
}.w-100 {
  width: 100% !important;
}.w-auto {
  width: auto !important;
}.h-25 {
  height: 25% !important;
}.h-50 {
  height: 50% !important;
}.h-75 {
  height: 75% !important;
}.h-100 {
  height: 100% !important;
}.h-auto {
  height: auto !important;
}.mw-100 {
  max-width: 100% !important;
}.mh-100 {
  max-height: 100% !important;
}.min-vw-100 {
  min-width: 100vw !important;
}.min-vh-100 {
  min-height: 100vh !important;
}.vw-100 {
  width: 100vw !important;
}.vh-100 {
  height: 100vh !important;
}.position-static {
  position: static !important;
}.position-relative {
  position: relative !important;
}.position-absolute {
  position: absolute !important;
}.position-fixed {
  position: fixed !important;
}.position-sticky {
  position: sticky !important;
}.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}.visible {
  visibility: visible !important;
}.invisible {
  visibility: hidden !important;
}[class*=col] {
  position: static;
}.container-narrow {
  width: 100%;
  padding-right: 3.125rem;
  padding-left: 3.125rem;
  margin-right: auto;
  margin-left: auto;
}@media (min-width: 375px) {
  .container-xxs-narrow {
    width: 100%;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
    margin-right: auto;
    margin-left: auto;
  }
}@media (min-width: 640px) {
  .container-xs-narrow {
    width: 100%;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
    margin-right: auto;
    margin-left: auto;
  }
}@media (min-width: 768px) {
  .container-sm-narrow {
    width: 100%;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
    margin-right: auto;
    margin-left: auto;
  }
}@media (min-width: 960px) {
  .container-md-narrow {
    width: 100%;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
    margin-right: auto;
    margin-left: auto;
  }
}@media (min-width: 1190px) {
  .container-lg-narrow {
    width: 100%;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
    margin-right: auto;
    margin-left: auto;
  }
}@media (min-width: 1440px) {
  .container-xl-narrow {
    width: 100%;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
    margin-right: auto;
    margin-left: auto;
  }
}@media (min-width: 1600px) {
  .container-xxl-narrow {
    width: 100%;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
    margin-right: auto;
    margin-left: auto;
  }
}.image {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
}.image--sixteennine {
  aspect-ratio: 16/9;
}.image--circular {
  border-radius: 50%;
}img {
  max-width: 100%;
}.colour-block {
  display: block;
  height: 6.25rem;
  width: 6.25rem;
  border-radius: 0.3125rem;
}.bg-duchy-blue {
  background-color: #29263d;
}.bgh-duchy-blue:hover, .bgh-duchy-blue:hover > a {
  background-color: #29263d;
}.c-duchy-blue {
  color: #29263d;
  fill: #29263d;
}.ch-duchy-blue:hover, .ch-duchy-blue:hover > a {
  color: #29263d;
  fill: #29263d;
}.bg-duchy-teal {
  background-color: #5594aa;
}.bgh-duchy-teal:hover, .bgh-duchy-teal:hover > a {
  background-color: #5594aa;
}.c-duchy-teal {
  color: #5594aa;
  fill: #5594aa;
}.ch-duchy-teal:hover, .ch-duchy-teal:hover > a {
  color: #5594aa;
  fill: #5594aa;
}.bg-duchy-green {
  background-color: #618649;
}.bgh-duchy-green:hover, .bgh-duchy-green:hover > a {
  background-color: #618649;
}.c-duchy-green {
  color: #618649;
  fill: #618649;
}.ch-duchy-green:hover, .ch-duchy-green:hover > a {
  color: #618649;
  fill: #618649;
}.bg-duchy-purple {
  background-color: #664c6a;
}.bgh-duchy-purple:hover, .bgh-duchy-purple:hover > a {
  background-color: #664c6a;
}.c-duchy-purple {
  color: #664c6a;
  fill: #664c6a;
}.ch-duchy-purple:hover, .ch-duchy-purple:hover > a {
  color: #664c6a;
  fill: #664c6a;
}.bg-white {
  background-color: #ffffff;
}.bgh-white:hover, .bgh-white:hover > a {
  background-color: #ffffff;
}.c-white {
  color: #ffffff;
  fill: #ffffff;
}.ch-white:hover, .ch-white:hover > a {
  color: #ffffff;
  fill: #ffffff;
}.bg-black {
  background-color: #060606;
}.bgh-black:hover, .bgh-black:hover > a {
  background-color: #060606;
}.c-black {
  color: #060606;
  fill: #060606;
}.ch-black:hover, .ch-black:hover > a {
  color: #060606;
  fill: #060606;
}.bg-black-reduced-opacity {
  background-color: rgba(6, 6, 6, 0.1019607843);
}.bgh-black-reduced-opacity:hover, .bgh-black-reduced-opacity:hover > a {
  background-color: rgba(6, 6, 6, 0.1019607843);
}.c-black-reduced-opacity {
  color: rgba(6, 6, 6, 0.1019607843);
  fill: rgba(6, 6, 6, 0.1019607843);
}.ch-black-reduced-opacity:hover, .ch-black-reduced-opacity:hover > a {
  color: rgba(6, 6, 6, 0.1019607843);
  fill: rgba(6, 6, 6, 0.1019607843);
}.bg-duchy-blue-reduced-opacity {
  background-color: rgba(41, 38, 61, 0.9058823529);
}.bgh-duchy-blue-reduced-opacity:hover, .bgh-duchy-blue-reduced-opacity:hover > a {
  background-color: rgba(41, 38, 61, 0.9058823529);
}.c-duchy-blue-reduced-opacity {
  color: rgba(41, 38, 61, 0.9058823529);
  fill: rgba(41, 38, 61, 0.9058823529);
}.ch-duchy-blue-reduced-opacity:hover, .ch-duchy-blue-reduced-opacity:hover > a {
  color: rgba(41, 38, 61, 0.9058823529);
  fill: rgba(41, 38, 61, 0.9058823529);
}.bg-text-black {
  background-color: #1d1b2b;
}.bgh-text-black:hover, .bgh-text-black:hover > a {
  background-color: #1d1b2b;
}.c-text-black {
  color: #1d1b2b;
  fill: #1d1b2b;
}.ch-text-black:hover, .ch-text-black:hover > a {
  color: #1d1b2b;
  fill: #1d1b2b;
}.bg-light-grey {
  background-color: #d6d6d6;
}.bgh-light-grey:hover, .bgh-light-grey:hover > a {
  background-color: #d6d6d6;
}.c-light-grey {
  color: #d6d6d6;
  fill: #d6d6d6;
}.ch-light-grey:hover, .ch-light-grey:hover > a {
  color: #d6d6d6;
  fill: #d6d6d6;
}.bg-medium-grey {
  background-color: #a2a2a2;
}.bgh-medium-grey:hover, .bgh-medium-grey:hover > a {
  background-color: #a2a2a2;
}.c-medium-grey {
  color: #a2a2a2;
  fill: #a2a2a2;
}.ch-medium-grey:hover, .ch-medium-grey:hover > a {
  color: #a2a2a2;
  fill: #a2a2a2;
}.bg-dark-grey {
  background-color: #6d6d6d;
}.bgh-dark-grey:hover, .bgh-dark-grey:hover > a {
  background-color: #6d6d6d;
}.c-dark-grey {
  color: #6d6d6d;
  fill: #6d6d6d;
}.ch-dark-grey:hover, .ch-dark-grey:hover > a {
  color: #6d6d6d;
  fill: #6d6d6d;
}.bg-darker-grey {
  background-color: #616161;
}.bgh-darker-grey:hover, .bgh-darker-grey:hover > a {
  background-color: #616161;
}.c-darker-grey {
  color: #616161;
  fill: #616161;
}.ch-darker-grey:hover, .ch-darker-grey:hover > a {
  color: #616161;
  fill: #616161;
}.bg-off-white {
  background-color: #f0f0ee;
}.bgh-off-white:hover, .bgh-off-white:hover > a {
  background-color: #f0f0ee;
}.c-off-white {
  color: #f0f0ee;
  fill: #f0f0ee;
}.ch-off-white:hover, .ch-off-white:hover > a {
  color: #f0f0ee;
  fill: #f0f0ee;
}.bg-transparent {
  background-color: transparent;
}.bgh-transparent:hover, .bgh-transparent:hover > a {
  background-color: transparent;
}.c-transparent {
  color: transparent;
  fill: transparent;
}.ch-transparent:hover, .ch-transparent:hover > a {
  color: transparent;
  fill: transparent;
}@media (min-width: 375px) {
  .bg-xxs-duchy-blue {
    background-color: #29263d;
  }
  .bgh-xxs-duchy-blue:hover, .bgh-xxs-duchy-blue:hover > a {
    background-color: #29263d;
  }
  .c-xxs-duchy-blue {
    color: #29263d;
    fill: #29263d;
  }
  .ch-xxs-duchy-blue:hover, .ch-xxs-duchy-blue:hover > a {
    color: #29263d;
    fill: #29263d;
  }
  .bg-xxs-duchy-teal {
    background-color: #5594aa;
  }
  .bgh-xxs-duchy-teal:hover, .bgh-xxs-duchy-teal:hover > a {
    background-color: #5594aa;
  }
  .c-xxs-duchy-teal {
    color: #5594aa;
    fill: #5594aa;
  }
  .ch-xxs-duchy-teal:hover, .ch-xxs-duchy-teal:hover > a {
    color: #5594aa;
    fill: #5594aa;
  }
  .bg-xxs-duchy-green {
    background-color: #618649;
  }
  .bgh-xxs-duchy-green:hover, .bgh-xxs-duchy-green:hover > a {
    background-color: #618649;
  }
  .c-xxs-duchy-green {
    color: #618649;
    fill: #618649;
  }
  .ch-xxs-duchy-green:hover, .ch-xxs-duchy-green:hover > a {
    color: #618649;
    fill: #618649;
  }
  .bg-xxs-duchy-purple {
    background-color: #664c6a;
  }
  .bgh-xxs-duchy-purple:hover, .bgh-xxs-duchy-purple:hover > a {
    background-color: #664c6a;
  }
  .c-xxs-duchy-purple {
    color: #664c6a;
    fill: #664c6a;
  }
  .ch-xxs-duchy-purple:hover, .ch-xxs-duchy-purple:hover > a {
    color: #664c6a;
    fill: #664c6a;
  }
  .bg-xxs-white {
    background-color: #ffffff;
  }
  .bgh-xxs-white:hover, .bgh-xxs-white:hover > a {
    background-color: #ffffff;
  }
  .c-xxs-white {
    color: #ffffff;
    fill: #ffffff;
  }
  .ch-xxs-white:hover, .ch-xxs-white:hover > a {
    color: #ffffff;
    fill: #ffffff;
  }
  .bg-xxs-black {
    background-color: #060606;
  }
  .bgh-xxs-black:hover, .bgh-xxs-black:hover > a {
    background-color: #060606;
  }
  .c-xxs-black {
    color: #060606;
    fill: #060606;
  }
  .ch-xxs-black:hover, .ch-xxs-black:hover > a {
    color: #060606;
    fill: #060606;
  }
  .bg-xxs-black-reduced-opacity {
    background-color: rgba(6, 6, 6, 0.1019607843);
  }
  .bgh-xxs-black-reduced-opacity:hover, .bgh-xxs-black-reduced-opacity:hover > a {
    background-color: rgba(6, 6, 6, 0.1019607843);
  }
  .c-xxs-black-reduced-opacity {
    color: rgba(6, 6, 6, 0.1019607843);
    fill: rgba(6, 6, 6, 0.1019607843);
  }
  .ch-xxs-black-reduced-opacity:hover, .ch-xxs-black-reduced-opacity:hover > a {
    color: rgba(6, 6, 6, 0.1019607843);
    fill: rgba(6, 6, 6, 0.1019607843);
  }
  .bg-xxs-duchy-blue-reduced-opacity {
    background-color: rgba(41, 38, 61, 0.9058823529);
  }
  .bgh-xxs-duchy-blue-reduced-opacity:hover, .bgh-xxs-duchy-blue-reduced-opacity:hover > a {
    background-color: rgba(41, 38, 61, 0.9058823529);
  }
  .c-xxs-duchy-blue-reduced-opacity {
    color: rgba(41, 38, 61, 0.9058823529);
    fill: rgba(41, 38, 61, 0.9058823529);
  }
  .ch-xxs-duchy-blue-reduced-opacity:hover, .ch-xxs-duchy-blue-reduced-opacity:hover > a {
    color: rgba(41, 38, 61, 0.9058823529);
    fill: rgba(41, 38, 61, 0.9058823529);
  }
  .bg-xxs-text-black {
    background-color: #1d1b2b;
  }
  .bgh-xxs-text-black:hover, .bgh-xxs-text-black:hover > a {
    background-color: #1d1b2b;
  }
  .c-xxs-text-black {
    color: #1d1b2b;
    fill: #1d1b2b;
  }
  .ch-xxs-text-black:hover, .ch-xxs-text-black:hover > a {
    color: #1d1b2b;
    fill: #1d1b2b;
  }
  .bg-xxs-light-grey {
    background-color: #d6d6d6;
  }
  .bgh-xxs-light-grey:hover, .bgh-xxs-light-grey:hover > a {
    background-color: #d6d6d6;
  }
  .c-xxs-light-grey {
    color: #d6d6d6;
    fill: #d6d6d6;
  }
  .ch-xxs-light-grey:hover, .ch-xxs-light-grey:hover > a {
    color: #d6d6d6;
    fill: #d6d6d6;
  }
  .bg-xxs-medium-grey {
    background-color: #a2a2a2;
  }
  .bgh-xxs-medium-grey:hover, .bgh-xxs-medium-grey:hover > a {
    background-color: #a2a2a2;
  }
  .c-xxs-medium-grey {
    color: #a2a2a2;
    fill: #a2a2a2;
  }
  .ch-xxs-medium-grey:hover, .ch-xxs-medium-grey:hover > a {
    color: #a2a2a2;
    fill: #a2a2a2;
  }
  .bg-xxs-dark-grey {
    background-color: #6d6d6d;
  }
  .bgh-xxs-dark-grey:hover, .bgh-xxs-dark-grey:hover > a {
    background-color: #6d6d6d;
  }
  .c-xxs-dark-grey {
    color: #6d6d6d;
    fill: #6d6d6d;
  }
  .ch-xxs-dark-grey:hover, .ch-xxs-dark-grey:hover > a {
    color: #6d6d6d;
    fill: #6d6d6d;
  }
  .bg-xxs-darker-grey {
    background-color: #616161;
  }
  .bgh-xxs-darker-grey:hover, .bgh-xxs-darker-grey:hover > a {
    background-color: #616161;
  }
  .c-xxs-darker-grey {
    color: #616161;
    fill: #616161;
  }
  .ch-xxs-darker-grey:hover, .ch-xxs-darker-grey:hover > a {
    color: #616161;
    fill: #616161;
  }
  .bg-xxs-off-white {
    background-color: #f0f0ee;
  }
  .bgh-xxs-off-white:hover, .bgh-xxs-off-white:hover > a {
    background-color: #f0f0ee;
  }
  .c-xxs-off-white {
    color: #f0f0ee;
    fill: #f0f0ee;
  }
  .ch-xxs-off-white:hover, .ch-xxs-off-white:hover > a {
    color: #f0f0ee;
    fill: #f0f0ee;
  }
  .bg-xxs-transparent {
    background-color: transparent;
  }
  .bgh-xxs-transparent:hover, .bgh-xxs-transparent:hover > a {
    background-color: transparent;
  }
  .c-xxs-transparent {
    color: transparent;
    fill: transparent;
  }
  .ch-xxs-transparent:hover, .ch-xxs-transparent:hover > a {
    color: transparent;
    fill: transparent;
  }
}@media (min-width: 640px) {
  .bg-xs-duchy-blue {
    background-color: #29263d;
  }
  .bgh-xs-duchy-blue:hover, .bgh-xs-duchy-blue:hover > a {
    background-color: #29263d;
  }
  .c-xs-duchy-blue {
    color: #29263d;
    fill: #29263d;
  }
  .ch-xs-duchy-blue:hover, .ch-xs-duchy-blue:hover > a {
    color: #29263d;
    fill: #29263d;
  }
  .bg-xs-duchy-teal {
    background-color: #5594aa;
  }
  .bgh-xs-duchy-teal:hover, .bgh-xs-duchy-teal:hover > a {
    background-color: #5594aa;
  }
  .c-xs-duchy-teal {
    color: #5594aa;
    fill: #5594aa;
  }
  .ch-xs-duchy-teal:hover, .ch-xs-duchy-teal:hover > a {
    color: #5594aa;
    fill: #5594aa;
  }
  .bg-xs-duchy-green {
    background-color: #618649;
  }
  .bgh-xs-duchy-green:hover, .bgh-xs-duchy-green:hover > a {
    background-color: #618649;
  }
  .c-xs-duchy-green {
    color: #618649;
    fill: #618649;
  }
  .ch-xs-duchy-green:hover, .ch-xs-duchy-green:hover > a {
    color: #618649;
    fill: #618649;
  }
  .bg-xs-duchy-purple {
    background-color: #664c6a;
  }
  .bgh-xs-duchy-purple:hover, .bgh-xs-duchy-purple:hover > a {
    background-color: #664c6a;
  }
  .c-xs-duchy-purple {
    color: #664c6a;
    fill: #664c6a;
  }
  .ch-xs-duchy-purple:hover, .ch-xs-duchy-purple:hover > a {
    color: #664c6a;
    fill: #664c6a;
  }
  .bg-xs-white {
    background-color: #ffffff;
  }
  .bgh-xs-white:hover, .bgh-xs-white:hover > a {
    background-color: #ffffff;
  }
  .c-xs-white {
    color: #ffffff;
    fill: #ffffff;
  }
  .ch-xs-white:hover, .ch-xs-white:hover > a {
    color: #ffffff;
    fill: #ffffff;
  }
  .bg-xs-black {
    background-color: #060606;
  }
  .bgh-xs-black:hover, .bgh-xs-black:hover > a {
    background-color: #060606;
  }
  .c-xs-black {
    color: #060606;
    fill: #060606;
  }
  .ch-xs-black:hover, .ch-xs-black:hover > a {
    color: #060606;
    fill: #060606;
  }
  .bg-xs-black-reduced-opacity {
    background-color: rgba(6, 6, 6, 0.1019607843);
  }
  .bgh-xs-black-reduced-opacity:hover, .bgh-xs-black-reduced-opacity:hover > a {
    background-color: rgba(6, 6, 6, 0.1019607843);
  }
  .c-xs-black-reduced-opacity {
    color: rgba(6, 6, 6, 0.1019607843);
    fill: rgba(6, 6, 6, 0.1019607843);
  }
  .ch-xs-black-reduced-opacity:hover, .ch-xs-black-reduced-opacity:hover > a {
    color: rgba(6, 6, 6, 0.1019607843);
    fill: rgba(6, 6, 6, 0.1019607843);
  }
  .bg-xs-duchy-blue-reduced-opacity {
    background-color: rgba(41, 38, 61, 0.9058823529);
  }
  .bgh-xs-duchy-blue-reduced-opacity:hover, .bgh-xs-duchy-blue-reduced-opacity:hover > a {
    background-color: rgba(41, 38, 61, 0.9058823529);
  }
  .c-xs-duchy-blue-reduced-opacity {
    color: rgba(41, 38, 61, 0.9058823529);
    fill: rgba(41, 38, 61, 0.9058823529);
  }
  .ch-xs-duchy-blue-reduced-opacity:hover, .ch-xs-duchy-blue-reduced-opacity:hover > a {
    color: rgba(41, 38, 61, 0.9058823529);
    fill: rgba(41, 38, 61, 0.9058823529);
  }
  .bg-xs-text-black {
    background-color: #1d1b2b;
  }
  .bgh-xs-text-black:hover, .bgh-xs-text-black:hover > a {
    background-color: #1d1b2b;
  }
  .c-xs-text-black {
    color: #1d1b2b;
    fill: #1d1b2b;
  }
  .ch-xs-text-black:hover, .ch-xs-text-black:hover > a {
    color: #1d1b2b;
    fill: #1d1b2b;
  }
  .bg-xs-light-grey {
    background-color: #d6d6d6;
  }
  .bgh-xs-light-grey:hover, .bgh-xs-light-grey:hover > a {
    background-color: #d6d6d6;
  }
  .c-xs-light-grey {
    color: #d6d6d6;
    fill: #d6d6d6;
  }
  .ch-xs-light-grey:hover, .ch-xs-light-grey:hover > a {
    color: #d6d6d6;
    fill: #d6d6d6;
  }
  .bg-xs-medium-grey {
    background-color: #a2a2a2;
  }
  .bgh-xs-medium-grey:hover, .bgh-xs-medium-grey:hover > a {
    background-color: #a2a2a2;
  }
  .c-xs-medium-grey {
    color: #a2a2a2;
    fill: #a2a2a2;
  }
  .ch-xs-medium-grey:hover, .ch-xs-medium-grey:hover > a {
    color: #a2a2a2;
    fill: #a2a2a2;
  }
  .bg-xs-dark-grey {
    background-color: #6d6d6d;
  }
  .bgh-xs-dark-grey:hover, .bgh-xs-dark-grey:hover > a {
    background-color: #6d6d6d;
  }
  .c-xs-dark-grey {
    color: #6d6d6d;
    fill: #6d6d6d;
  }
  .ch-xs-dark-grey:hover, .ch-xs-dark-grey:hover > a {
    color: #6d6d6d;
    fill: #6d6d6d;
  }
  .bg-xs-darker-grey {
    background-color: #616161;
  }
  .bgh-xs-darker-grey:hover, .bgh-xs-darker-grey:hover > a {
    background-color: #616161;
  }
  .c-xs-darker-grey {
    color: #616161;
    fill: #616161;
  }
  .ch-xs-darker-grey:hover, .ch-xs-darker-grey:hover > a {
    color: #616161;
    fill: #616161;
  }
  .bg-xs-off-white {
    background-color: #f0f0ee;
  }
  .bgh-xs-off-white:hover, .bgh-xs-off-white:hover > a {
    background-color: #f0f0ee;
  }
  .c-xs-off-white {
    color: #f0f0ee;
    fill: #f0f0ee;
  }
  .ch-xs-off-white:hover, .ch-xs-off-white:hover > a {
    color: #f0f0ee;
    fill: #f0f0ee;
  }
  .bg-xs-transparent {
    background-color: transparent;
  }
  .bgh-xs-transparent:hover, .bgh-xs-transparent:hover > a {
    background-color: transparent;
  }
  .c-xs-transparent {
    color: transparent;
    fill: transparent;
  }
  .ch-xs-transparent:hover, .ch-xs-transparent:hover > a {
    color: transparent;
    fill: transparent;
  }
}@media (min-width: 768px) {
  .bg-sm-duchy-blue {
    background-color: #29263d;
  }
  .bgh-sm-duchy-blue:hover, .bgh-sm-duchy-blue:hover > a {
    background-color: #29263d;
  }
  .c-sm-duchy-blue {
    color: #29263d;
    fill: #29263d;
  }
  .ch-sm-duchy-blue:hover, .ch-sm-duchy-blue:hover > a {
    color: #29263d;
    fill: #29263d;
  }
  .bg-sm-duchy-teal {
    background-color: #5594aa;
  }
  .bgh-sm-duchy-teal:hover, .bgh-sm-duchy-teal:hover > a {
    background-color: #5594aa;
  }
  .c-sm-duchy-teal {
    color: #5594aa;
    fill: #5594aa;
  }
  .ch-sm-duchy-teal:hover, .ch-sm-duchy-teal:hover > a {
    color: #5594aa;
    fill: #5594aa;
  }
  .bg-sm-duchy-green {
    background-color: #618649;
  }
  .bgh-sm-duchy-green:hover, .bgh-sm-duchy-green:hover > a {
    background-color: #618649;
  }
  .c-sm-duchy-green {
    color: #618649;
    fill: #618649;
  }
  .ch-sm-duchy-green:hover, .ch-sm-duchy-green:hover > a {
    color: #618649;
    fill: #618649;
  }
  .bg-sm-duchy-purple {
    background-color: #664c6a;
  }
  .bgh-sm-duchy-purple:hover, .bgh-sm-duchy-purple:hover > a {
    background-color: #664c6a;
  }
  .c-sm-duchy-purple {
    color: #664c6a;
    fill: #664c6a;
  }
  .ch-sm-duchy-purple:hover, .ch-sm-duchy-purple:hover > a {
    color: #664c6a;
    fill: #664c6a;
  }
  .bg-sm-white {
    background-color: #ffffff;
  }
  .bgh-sm-white:hover, .bgh-sm-white:hover > a {
    background-color: #ffffff;
  }
  .c-sm-white {
    color: #ffffff;
    fill: #ffffff;
  }
  .ch-sm-white:hover, .ch-sm-white:hover > a {
    color: #ffffff;
    fill: #ffffff;
  }
  .bg-sm-black {
    background-color: #060606;
  }
  .bgh-sm-black:hover, .bgh-sm-black:hover > a {
    background-color: #060606;
  }
  .c-sm-black {
    color: #060606;
    fill: #060606;
  }
  .ch-sm-black:hover, .ch-sm-black:hover > a {
    color: #060606;
    fill: #060606;
  }
  .bg-sm-black-reduced-opacity {
    background-color: rgba(6, 6, 6, 0.1019607843);
  }
  .bgh-sm-black-reduced-opacity:hover, .bgh-sm-black-reduced-opacity:hover > a {
    background-color: rgba(6, 6, 6, 0.1019607843);
  }
  .c-sm-black-reduced-opacity {
    color: rgba(6, 6, 6, 0.1019607843);
    fill: rgba(6, 6, 6, 0.1019607843);
  }
  .ch-sm-black-reduced-opacity:hover, .ch-sm-black-reduced-opacity:hover > a {
    color: rgba(6, 6, 6, 0.1019607843);
    fill: rgba(6, 6, 6, 0.1019607843);
  }
  .bg-sm-duchy-blue-reduced-opacity {
    background-color: rgba(41, 38, 61, 0.9058823529);
  }
  .bgh-sm-duchy-blue-reduced-opacity:hover, .bgh-sm-duchy-blue-reduced-opacity:hover > a {
    background-color: rgba(41, 38, 61, 0.9058823529);
  }
  .c-sm-duchy-blue-reduced-opacity {
    color: rgba(41, 38, 61, 0.9058823529);
    fill: rgba(41, 38, 61, 0.9058823529);
  }
  .ch-sm-duchy-blue-reduced-opacity:hover, .ch-sm-duchy-blue-reduced-opacity:hover > a {
    color: rgba(41, 38, 61, 0.9058823529);
    fill: rgba(41, 38, 61, 0.9058823529);
  }
  .bg-sm-text-black {
    background-color: #1d1b2b;
  }
  .bgh-sm-text-black:hover, .bgh-sm-text-black:hover > a {
    background-color: #1d1b2b;
  }
  .c-sm-text-black {
    color: #1d1b2b;
    fill: #1d1b2b;
  }
  .ch-sm-text-black:hover, .ch-sm-text-black:hover > a {
    color: #1d1b2b;
    fill: #1d1b2b;
  }
  .bg-sm-light-grey {
    background-color: #d6d6d6;
  }
  .bgh-sm-light-grey:hover, .bgh-sm-light-grey:hover > a {
    background-color: #d6d6d6;
  }
  .c-sm-light-grey {
    color: #d6d6d6;
    fill: #d6d6d6;
  }
  .ch-sm-light-grey:hover, .ch-sm-light-grey:hover > a {
    color: #d6d6d6;
    fill: #d6d6d6;
  }
  .bg-sm-medium-grey {
    background-color: #a2a2a2;
  }
  .bgh-sm-medium-grey:hover, .bgh-sm-medium-grey:hover > a {
    background-color: #a2a2a2;
  }
  .c-sm-medium-grey {
    color: #a2a2a2;
    fill: #a2a2a2;
  }
  .ch-sm-medium-grey:hover, .ch-sm-medium-grey:hover > a {
    color: #a2a2a2;
    fill: #a2a2a2;
  }
  .bg-sm-dark-grey {
    background-color: #6d6d6d;
  }
  .bgh-sm-dark-grey:hover, .bgh-sm-dark-grey:hover > a {
    background-color: #6d6d6d;
  }
  .c-sm-dark-grey {
    color: #6d6d6d;
    fill: #6d6d6d;
  }
  .ch-sm-dark-grey:hover, .ch-sm-dark-grey:hover > a {
    color: #6d6d6d;
    fill: #6d6d6d;
  }
  .bg-sm-darker-grey {
    background-color: #616161;
  }
  .bgh-sm-darker-grey:hover, .bgh-sm-darker-grey:hover > a {
    background-color: #616161;
  }
  .c-sm-darker-grey {
    color: #616161;
    fill: #616161;
  }
  .ch-sm-darker-grey:hover, .ch-sm-darker-grey:hover > a {
    color: #616161;
    fill: #616161;
  }
  .bg-sm-off-white {
    background-color: #f0f0ee;
  }
  .bgh-sm-off-white:hover, .bgh-sm-off-white:hover > a {
    background-color: #f0f0ee;
  }
  .c-sm-off-white {
    color: #f0f0ee;
    fill: #f0f0ee;
  }
  .ch-sm-off-white:hover, .ch-sm-off-white:hover > a {
    color: #f0f0ee;
    fill: #f0f0ee;
  }
  .bg-sm-transparent {
    background-color: transparent;
  }
  .bgh-sm-transparent:hover, .bgh-sm-transparent:hover > a {
    background-color: transparent;
  }
  .c-sm-transparent {
    color: transparent;
    fill: transparent;
  }
  .ch-sm-transparent:hover, .ch-sm-transparent:hover > a {
    color: transparent;
    fill: transparent;
  }
}@media (min-width: 960px) {
  .bg-md-duchy-blue {
    background-color: #29263d;
  }
  .bgh-md-duchy-blue:hover, .bgh-md-duchy-blue:hover > a {
    background-color: #29263d;
  }
  .c-md-duchy-blue {
    color: #29263d;
    fill: #29263d;
  }
  .ch-md-duchy-blue:hover, .ch-md-duchy-blue:hover > a {
    color: #29263d;
    fill: #29263d;
  }
  .bg-md-duchy-teal {
    background-color: #5594aa;
  }
  .bgh-md-duchy-teal:hover, .bgh-md-duchy-teal:hover > a {
    background-color: #5594aa;
  }
  .c-md-duchy-teal {
    color: #5594aa;
    fill: #5594aa;
  }
  .ch-md-duchy-teal:hover, .ch-md-duchy-teal:hover > a {
    color: #5594aa;
    fill: #5594aa;
  }
  .bg-md-duchy-green {
    background-color: #618649;
  }
  .bgh-md-duchy-green:hover, .bgh-md-duchy-green:hover > a {
    background-color: #618649;
  }
  .c-md-duchy-green {
    color: #618649;
    fill: #618649;
  }
  .ch-md-duchy-green:hover, .ch-md-duchy-green:hover > a {
    color: #618649;
    fill: #618649;
  }
  .bg-md-duchy-purple {
    background-color: #664c6a;
  }
  .bgh-md-duchy-purple:hover, .bgh-md-duchy-purple:hover > a {
    background-color: #664c6a;
  }
  .c-md-duchy-purple {
    color: #664c6a;
    fill: #664c6a;
  }
  .ch-md-duchy-purple:hover, .ch-md-duchy-purple:hover > a {
    color: #664c6a;
    fill: #664c6a;
  }
  .bg-md-white {
    background-color: #ffffff;
  }
  .bgh-md-white:hover, .bgh-md-white:hover > a {
    background-color: #ffffff;
  }
  .c-md-white {
    color: #ffffff;
    fill: #ffffff;
  }
  .ch-md-white:hover, .ch-md-white:hover > a {
    color: #ffffff;
    fill: #ffffff;
  }
  .bg-md-black {
    background-color: #060606;
  }
  .bgh-md-black:hover, .bgh-md-black:hover > a {
    background-color: #060606;
  }
  .c-md-black {
    color: #060606;
    fill: #060606;
  }
  .ch-md-black:hover, .ch-md-black:hover > a {
    color: #060606;
    fill: #060606;
  }
  .bg-md-black-reduced-opacity {
    background-color: rgba(6, 6, 6, 0.1019607843);
  }
  .bgh-md-black-reduced-opacity:hover, .bgh-md-black-reduced-opacity:hover > a {
    background-color: rgba(6, 6, 6, 0.1019607843);
  }
  .c-md-black-reduced-opacity {
    color: rgba(6, 6, 6, 0.1019607843);
    fill: rgba(6, 6, 6, 0.1019607843);
  }
  .ch-md-black-reduced-opacity:hover, .ch-md-black-reduced-opacity:hover > a {
    color: rgba(6, 6, 6, 0.1019607843);
    fill: rgba(6, 6, 6, 0.1019607843);
  }
  .bg-md-duchy-blue-reduced-opacity {
    background-color: rgba(41, 38, 61, 0.9058823529);
  }
  .bgh-md-duchy-blue-reduced-opacity:hover, .bgh-md-duchy-blue-reduced-opacity:hover > a {
    background-color: rgba(41, 38, 61, 0.9058823529);
  }
  .c-md-duchy-blue-reduced-opacity {
    color: rgba(41, 38, 61, 0.9058823529);
    fill: rgba(41, 38, 61, 0.9058823529);
  }
  .ch-md-duchy-blue-reduced-opacity:hover, .ch-md-duchy-blue-reduced-opacity:hover > a {
    color: rgba(41, 38, 61, 0.9058823529);
    fill: rgba(41, 38, 61, 0.9058823529);
  }
  .bg-md-text-black {
    background-color: #1d1b2b;
  }
  .bgh-md-text-black:hover, .bgh-md-text-black:hover > a {
    background-color: #1d1b2b;
  }
  .c-md-text-black {
    color: #1d1b2b;
    fill: #1d1b2b;
  }
  .ch-md-text-black:hover, .ch-md-text-black:hover > a {
    color: #1d1b2b;
    fill: #1d1b2b;
  }
  .bg-md-light-grey {
    background-color: #d6d6d6;
  }
  .bgh-md-light-grey:hover, .bgh-md-light-grey:hover > a {
    background-color: #d6d6d6;
  }
  .c-md-light-grey {
    color: #d6d6d6;
    fill: #d6d6d6;
  }
  .ch-md-light-grey:hover, .ch-md-light-grey:hover > a {
    color: #d6d6d6;
    fill: #d6d6d6;
  }
  .bg-md-medium-grey {
    background-color: #a2a2a2;
  }
  .bgh-md-medium-grey:hover, .bgh-md-medium-grey:hover > a {
    background-color: #a2a2a2;
  }
  .c-md-medium-grey {
    color: #a2a2a2;
    fill: #a2a2a2;
  }
  .ch-md-medium-grey:hover, .ch-md-medium-grey:hover > a {
    color: #a2a2a2;
    fill: #a2a2a2;
  }
  .bg-md-dark-grey {
    background-color: #6d6d6d;
  }
  .bgh-md-dark-grey:hover, .bgh-md-dark-grey:hover > a {
    background-color: #6d6d6d;
  }
  .c-md-dark-grey {
    color: #6d6d6d;
    fill: #6d6d6d;
  }
  .ch-md-dark-grey:hover, .ch-md-dark-grey:hover > a {
    color: #6d6d6d;
    fill: #6d6d6d;
  }
  .bg-md-darker-grey {
    background-color: #616161;
  }
  .bgh-md-darker-grey:hover, .bgh-md-darker-grey:hover > a {
    background-color: #616161;
  }
  .c-md-darker-grey {
    color: #616161;
    fill: #616161;
  }
  .ch-md-darker-grey:hover, .ch-md-darker-grey:hover > a {
    color: #616161;
    fill: #616161;
  }
  .bg-md-off-white {
    background-color: #f0f0ee;
  }
  .bgh-md-off-white:hover, .bgh-md-off-white:hover > a {
    background-color: #f0f0ee;
  }
  .c-md-off-white {
    color: #f0f0ee;
    fill: #f0f0ee;
  }
  .ch-md-off-white:hover, .ch-md-off-white:hover > a {
    color: #f0f0ee;
    fill: #f0f0ee;
  }
  .bg-md-transparent {
    background-color: transparent;
  }
  .bgh-md-transparent:hover, .bgh-md-transparent:hover > a {
    background-color: transparent;
  }
  .c-md-transparent {
    color: transparent;
    fill: transparent;
  }
  .ch-md-transparent:hover, .ch-md-transparent:hover > a {
    color: transparent;
    fill: transparent;
  }
}@media (min-width: 1190px) {
  .bg-lg-duchy-blue {
    background-color: #29263d;
  }
  .bgh-lg-duchy-blue:hover, .bgh-lg-duchy-blue:hover > a {
    background-color: #29263d;
  }
  .c-lg-duchy-blue {
    color: #29263d;
    fill: #29263d;
  }
  .ch-lg-duchy-blue:hover, .ch-lg-duchy-blue:hover > a {
    color: #29263d;
    fill: #29263d;
  }
  .bg-lg-duchy-teal {
    background-color: #5594aa;
  }
  .bgh-lg-duchy-teal:hover, .bgh-lg-duchy-teal:hover > a {
    background-color: #5594aa;
  }
  .c-lg-duchy-teal {
    color: #5594aa;
    fill: #5594aa;
  }
  .ch-lg-duchy-teal:hover, .ch-lg-duchy-teal:hover > a {
    color: #5594aa;
    fill: #5594aa;
  }
  .bg-lg-duchy-green {
    background-color: #618649;
  }
  .bgh-lg-duchy-green:hover, .bgh-lg-duchy-green:hover > a {
    background-color: #618649;
  }
  .c-lg-duchy-green {
    color: #618649;
    fill: #618649;
  }
  .ch-lg-duchy-green:hover, .ch-lg-duchy-green:hover > a {
    color: #618649;
    fill: #618649;
  }
  .bg-lg-duchy-purple {
    background-color: #664c6a;
  }
  .bgh-lg-duchy-purple:hover, .bgh-lg-duchy-purple:hover > a {
    background-color: #664c6a;
  }
  .c-lg-duchy-purple {
    color: #664c6a;
    fill: #664c6a;
  }
  .ch-lg-duchy-purple:hover, .ch-lg-duchy-purple:hover > a {
    color: #664c6a;
    fill: #664c6a;
  }
  .bg-lg-white {
    background-color: #ffffff;
  }
  .bgh-lg-white:hover, .bgh-lg-white:hover > a {
    background-color: #ffffff;
  }
  .c-lg-white {
    color: #ffffff;
    fill: #ffffff;
  }
  .ch-lg-white:hover, .ch-lg-white:hover > a {
    color: #ffffff;
    fill: #ffffff;
  }
  .bg-lg-black {
    background-color: #060606;
  }
  .bgh-lg-black:hover, .bgh-lg-black:hover > a {
    background-color: #060606;
  }
  .c-lg-black {
    color: #060606;
    fill: #060606;
  }
  .ch-lg-black:hover, .ch-lg-black:hover > a {
    color: #060606;
    fill: #060606;
  }
  .bg-lg-black-reduced-opacity {
    background-color: rgba(6, 6, 6, 0.1019607843);
  }
  .bgh-lg-black-reduced-opacity:hover, .bgh-lg-black-reduced-opacity:hover > a {
    background-color: rgba(6, 6, 6, 0.1019607843);
  }
  .c-lg-black-reduced-opacity {
    color: rgba(6, 6, 6, 0.1019607843);
    fill: rgba(6, 6, 6, 0.1019607843);
  }
  .ch-lg-black-reduced-opacity:hover, .ch-lg-black-reduced-opacity:hover > a {
    color: rgba(6, 6, 6, 0.1019607843);
    fill: rgba(6, 6, 6, 0.1019607843);
  }
  .bg-lg-duchy-blue-reduced-opacity {
    background-color: rgba(41, 38, 61, 0.9058823529);
  }
  .bgh-lg-duchy-blue-reduced-opacity:hover, .bgh-lg-duchy-blue-reduced-opacity:hover > a {
    background-color: rgba(41, 38, 61, 0.9058823529);
  }
  .c-lg-duchy-blue-reduced-opacity {
    color: rgba(41, 38, 61, 0.9058823529);
    fill: rgba(41, 38, 61, 0.9058823529);
  }
  .ch-lg-duchy-blue-reduced-opacity:hover, .ch-lg-duchy-blue-reduced-opacity:hover > a {
    color: rgba(41, 38, 61, 0.9058823529);
    fill: rgba(41, 38, 61, 0.9058823529);
  }
  .bg-lg-text-black {
    background-color: #1d1b2b;
  }
  .bgh-lg-text-black:hover, .bgh-lg-text-black:hover > a {
    background-color: #1d1b2b;
  }
  .c-lg-text-black {
    color: #1d1b2b;
    fill: #1d1b2b;
  }
  .ch-lg-text-black:hover, .ch-lg-text-black:hover > a {
    color: #1d1b2b;
    fill: #1d1b2b;
  }
  .bg-lg-light-grey {
    background-color: #d6d6d6;
  }
  .bgh-lg-light-grey:hover, .bgh-lg-light-grey:hover > a {
    background-color: #d6d6d6;
  }
  .c-lg-light-grey {
    color: #d6d6d6;
    fill: #d6d6d6;
  }
  .ch-lg-light-grey:hover, .ch-lg-light-grey:hover > a {
    color: #d6d6d6;
    fill: #d6d6d6;
  }
  .bg-lg-medium-grey {
    background-color: #a2a2a2;
  }
  .bgh-lg-medium-grey:hover, .bgh-lg-medium-grey:hover > a {
    background-color: #a2a2a2;
  }
  .c-lg-medium-grey {
    color: #a2a2a2;
    fill: #a2a2a2;
  }
  .ch-lg-medium-grey:hover, .ch-lg-medium-grey:hover > a {
    color: #a2a2a2;
    fill: #a2a2a2;
  }
  .bg-lg-dark-grey {
    background-color: #6d6d6d;
  }
  .bgh-lg-dark-grey:hover, .bgh-lg-dark-grey:hover > a {
    background-color: #6d6d6d;
  }
  .c-lg-dark-grey {
    color: #6d6d6d;
    fill: #6d6d6d;
  }
  .ch-lg-dark-grey:hover, .ch-lg-dark-grey:hover > a {
    color: #6d6d6d;
    fill: #6d6d6d;
  }
  .bg-lg-darker-grey {
    background-color: #616161;
  }
  .bgh-lg-darker-grey:hover, .bgh-lg-darker-grey:hover > a {
    background-color: #616161;
  }
  .c-lg-darker-grey {
    color: #616161;
    fill: #616161;
  }
  .ch-lg-darker-grey:hover, .ch-lg-darker-grey:hover > a {
    color: #616161;
    fill: #616161;
  }
  .bg-lg-off-white {
    background-color: #f0f0ee;
  }
  .bgh-lg-off-white:hover, .bgh-lg-off-white:hover > a {
    background-color: #f0f0ee;
  }
  .c-lg-off-white {
    color: #f0f0ee;
    fill: #f0f0ee;
  }
  .ch-lg-off-white:hover, .ch-lg-off-white:hover > a {
    color: #f0f0ee;
    fill: #f0f0ee;
  }
  .bg-lg-transparent {
    background-color: transparent;
  }
  .bgh-lg-transparent:hover, .bgh-lg-transparent:hover > a {
    background-color: transparent;
  }
  .c-lg-transparent {
    color: transparent;
    fill: transparent;
  }
  .ch-lg-transparent:hover, .ch-lg-transparent:hover > a {
    color: transparent;
    fill: transparent;
  }
}@media (min-width: 1440px) {
  .bg-xl-duchy-blue {
    background-color: #29263d;
  }
  .bgh-xl-duchy-blue:hover, .bgh-xl-duchy-blue:hover > a {
    background-color: #29263d;
  }
  .c-xl-duchy-blue {
    color: #29263d;
    fill: #29263d;
  }
  .ch-xl-duchy-blue:hover, .ch-xl-duchy-blue:hover > a {
    color: #29263d;
    fill: #29263d;
  }
  .bg-xl-duchy-teal {
    background-color: #5594aa;
  }
  .bgh-xl-duchy-teal:hover, .bgh-xl-duchy-teal:hover > a {
    background-color: #5594aa;
  }
  .c-xl-duchy-teal {
    color: #5594aa;
    fill: #5594aa;
  }
  .ch-xl-duchy-teal:hover, .ch-xl-duchy-teal:hover > a {
    color: #5594aa;
    fill: #5594aa;
  }
  .bg-xl-duchy-green {
    background-color: #618649;
  }
  .bgh-xl-duchy-green:hover, .bgh-xl-duchy-green:hover > a {
    background-color: #618649;
  }
  .c-xl-duchy-green {
    color: #618649;
    fill: #618649;
  }
  .ch-xl-duchy-green:hover, .ch-xl-duchy-green:hover > a {
    color: #618649;
    fill: #618649;
  }
  .bg-xl-duchy-purple {
    background-color: #664c6a;
  }
  .bgh-xl-duchy-purple:hover, .bgh-xl-duchy-purple:hover > a {
    background-color: #664c6a;
  }
  .c-xl-duchy-purple {
    color: #664c6a;
    fill: #664c6a;
  }
  .ch-xl-duchy-purple:hover, .ch-xl-duchy-purple:hover > a {
    color: #664c6a;
    fill: #664c6a;
  }
  .bg-xl-white {
    background-color: #ffffff;
  }
  .bgh-xl-white:hover, .bgh-xl-white:hover > a {
    background-color: #ffffff;
  }
  .c-xl-white {
    color: #ffffff;
    fill: #ffffff;
  }
  .ch-xl-white:hover, .ch-xl-white:hover > a {
    color: #ffffff;
    fill: #ffffff;
  }
  .bg-xl-black {
    background-color: #060606;
  }
  .bgh-xl-black:hover, .bgh-xl-black:hover > a {
    background-color: #060606;
  }
  .c-xl-black {
    color: #060606;
    fill: #060606;
  }
  .ch-xl-black:hover, .ch-xl-black:hover > a {
    color: #060606;
    fill: #060606;
  }
  .bg-xl-black-reduced-opacity {
    background-color: rgba(6, 6, 6, 0.1019607843);
  }
  .bgh-xl-black-reduced-opacity:hover, .bgh-xl-black-reduced-opacity:hover > a {
    background-color: rgba(6, 6, 6, 0.1019607843);
  }
  .c-xl-black-reduced-opacity {
    color: rgba(6, 6, 6, 0.1019607843);
    fill: rgba(6, 6, 6, 0.1019607843);
  }
  .ch-xl-black-reduced-opacity:hover, .ch-xl-black-reduced-opacity:hover > a {
    color: rgba(6, 6, 6, 0.1019607843);
    fill: rgba(6, 6, 6, 0.1019607843);
  }
  .bg-xl-duchy-blue-reduced-opacity {
    background-color: rgba(41, 38, 61, 0.9058823529);
  }
  .bgh-xl-duchy-blue-reduced-opacity:hover, .bgh-xl-duchy-blue-reduced-opacity:hover > a {
    background-color: rgba(41, 38, 61, 0.9058823529);
  }
  .c-xl-duchy-blue-reduced-opacity {
    color: rgba(41, 38, 61, 0.9058823529);
    fill: rgba(41, 38, 61, 0.9058823529);
  }
  .ch-xl-duchy-blue-reduced-opacity:hover, .ch-xl-duchy-blue-reduced-opacity:hover > a {
    color: rgba(41, 38, 61, 0.9058823529);
    fill: rgba(41, 38, 61, 0.9058823529);
  }
  .bg-xl-text-black {
    background-color: #1d1b2b;
  }
  .bgh-xl-text-black:hover, .bgh-xl-text-black:hover > a {
    background-color: #1d1b2b;
  }
  .c-xl-text-black {
    color: #1d1b2b;
    fill: #1d1b2b;
  }
  .ch-xl-text-black:hover, .ch-xl-text-black:hover > a {
    color: #1d1b2b;
    fill: #1d1b2b;
  }
  .bg-xl-light-grey {
    background-color: #d6d6d6;
  }
  .bgh-xl-light-grey:hover, .bgh-xl-light-grey:hover > a {
    background-color: #d6d6d6;
  }
  .c-xl-light-grey {
    color: #d6d6d6;
    fill: #d6d6d6;
  }
  .ch-xl-light-grey:hover, .ch-xl-light-grey:hover > a {
    color: #d6d6d6;
    fill: #d6d6d6;
  }
  .bg-xl-medium-grey {
    background-color: #a2a2a2;
  }
  .bgh-xl-medium-grey:hover, .bgh-xl-medium-grey:hover > a {
    background-color: #a2a2a2;
  }
  .c-xl-medium-grey {
    color: #a2a2a2;
    fill: #a2a2a2;
  }
  .ch-xl-medium-grey:hover, .ch-xl-medium-grey:hover > a {
    color: #a2a2a2;
    fill: #a2a2a2;
  }
  .bg-xl-dark-grey {
    background-color: #6d6d6d;
  }
  .bgh-xl-dark-grey:hover, .bgh-xl-dark-grey:hover > a {
    background-color: #6d6d6d;
  }
  .c-xl-dark-grey {
    color: #6d6d6d;
    fill: #6d6d6d;
  }
  .ch-xl-dark-grey:hover, .ch-xl-dark-grey:hover > a {
    color: #6d6d6d;
    fill: #6d6d6d;
  }
  .bg-xl-darker-grey {
    background-color: #616161;
  }
  .bgh-xl-darker-grey:hover, .bgh-xl-darker-grey:hover > a {
    background-color: #616161;
  }
  .c-xl-darker-grey {
    color: #616161;
    fill: #616161;
  }
  .ch-xl-darker-grey:hover, .ch-xl-darker-grey:hover > a {
    color: #616161;
    fill: #616161;
  }
  .bg-xl-off-white {
    background-color: #f0f0ee;
  }
  .bgh-xl-off-white:hover, .bgh-xl-off-white:hover > a {
    background-color: #f0f0ee;
  }
  .c-xl-off-white {
    color: #f0f0ee;
    fill: #f0f0ee;
  }
  .ch-xl-off-white:hover, .ch-xl-off-white:hover > a {
    color: #f0f0ee;
    fill: #f0f0ee;
  }
  .bg-xl-transparent {
    background-color: transparent;
  }
  .bgh-xl-transparent:hover, .bgh-xl-transparent:hover > a {
    background-color: transparent;
  }
  .c-xl-transparent {
    color: transparent;
    fill: transparent;
  }
  .ch-xl-transparent:hover, .ch-xl-transparent:hover > a {
    color: transparent;
    fill: transparent;
  }
}@media (min-width: 1600px) {
  .bg-xxl-duchy-blue {
    background-color: #29263d;
  }
  .bgh-xxl-duchy-blue:hover, .bgh-xxl-duchy-blue:hover > a {
    background-color: #29263d;
  }
  .c-xxl-duchy-blue {
    color: #29263d;
    fill: #29263d;
  }
  .ch-xxl-duchy-blue:hover, .ch-xxl-duchy-blue:hover > a {
    color: #29263d;
    fill: #29263d;
  }
  .bg-xxl-duchy-teal {
    background-color: #5594aa;
  }
  .bgh-xxl-duchy-teal:hover, .bgh-xxl-duchy-teal:hover > a {
    background-color: #5594aa;
  }
  .c-xxl-duchy-teal {
    color: #5594aa;
    fill: #5594aa;
  }
  .ch-xxl-duchy-teal:hover, .ch-xxl-duchy-teal:hover > a {
    color: #5594aa;
    fill: #5594aa;
  }
  .bg-xxl-duchy-green {
    background-color: #618649;
  }
  .bgh-xxl-duchy-green:hover, .bgh-xxl-duchy-green:hover > a {
    background-color: #618649;
  }
  .c-xxl-duchy-green {
    color: #618649;
    fill: #618649;
  }
  .ch-xxl-duchy-green:hover, .ch-xxl-duchy-green:hover > a {
    color: #618649;
    fill: #618649;
  }
  .bg-xxl-duchy-purple {
    background-color: #664c6a;
  }
  .bgh-xxl-duchy-purple:hover, .bgh-xxl-duchy-purple:hover > a {
    background-color: #664c6a;
  }
  .c-xxl-duchy-purple {
    color: #664c6a;
    fill: #664c6a;
  }
  .ch-xxl-duchy-purple:hover, .ch-xxl-duchy-purple:hover > a {
    color: #664c6a;
    fill: #664c6a;
  }
  .bg-xxl-white {
    background-color: #ffffff;
  }
  .bgh-xxl-white:hover, .bgh-xxl-white:hover > a {
    background-color: #ffffff;
  }
  .c-xxl-white {
    color: #ffffff;
    fill: #ffffff;
  }
  .ch-xxl-white:hover, .ch-xxl-white:hover > a {
    color: #ffffff;
    fill: #ffffff;
  }
  .bg-xxl-black {
    background-color: #060606;
  }
  .bgh-xxl-black:hover, .bgh-xxl-black:hover > a {
    background-color: #060606;
  }
  .c-xxl-black {
    color: #060606;
    fill: #060606;
  }
  .ch-xxl-black:hover, .ch-xxl-black:hover > a {
    color: #060606;
    fill: #060606;
  }
  .bg-xxl-black-reduced-opacity {
    background-color: rgba(6, 6, 6, 0.1019607843);
  }
  .bgh-xxl-black-reduced-opacity:hover, .bgh-xxl-black-reduced-opacity:hover > a {
    background-color: rgba(6, 6, 6, 0.1019607843);
  }
  .c-xxl-black-reduced-opacity {
    color: rgba(6, 6, 6, 0.1019607843);
    fill: rgba(6, 6, 6, 0.1019607843);
  }
  .ch-xxl-black-reduced-opacity:hover, .ch-xxl-black-reduced-opacity:hover > a {
    color: rgba(6, 6, 6, 0.1019607843);
    fill: rgba(6, 6, 6, 0.1019607843);
  }
  .bg-xxl-duchy-blue-reduced-opacity {
    background-color: rgba(41, 38, 61, 0.9058823529);
  }
  .bgh-xxl-duchy-blue-reduced-opacity:hover, .bgh-xxl-duchy-blue-reduced-opacity:hover > a {
    background-color: rgba(41, 38, 61, 0.9058823529);
  }
  .c-xxl-duchy-blue-reduced-opacity {
    color: rgba(41, 38, 61, 0.9058823529);
    fill: rgba(41, 38, 61, 0.9058823529);
  }
  .ch-xxl-duchy-blue-reduced-opacity:hover, .ch-xxl-duchy-blue-reduced-opacity:hover > a {
    color: rgba(41, 38, 61, 0.9058823529);
    fill: rgba(41, 38, 61, 0.9058823529);
  }
  .bg-xxl-text-black {
    background-color: #1d1b2b;
  }
  .bgh-xxl-text-black:hover, .bgh-xxl-text-black:hover > a {
    background-color: #1d1b2b;
  }
  .c-xxl-text-black {
    color: #1d1b2b;
    fill: #1d1b2b;
  }
  .ch-xxl-text-black:hover, .ch-xxl-text-black:hover > a {
    color: #1d1b2b;
    fill: #1d1b2b;
  }
  .bg-xxl-light-grey {
    background-color: #d6d6d6;
  }
  .bgh-xxl-light-grey:hover, .bgh-xxl-light-grey:hover > a {
    background-color: #d6d6d6;
  }
  .c-xxl-light-grey {
    color: #d6d6d6;
    fill: #d6d6d6;
  }
  .ch-xxl-light-grey:hover, .ch-xxl-light-grey:hover > a {
    color: #d6d6d6;
    fill: #d6d6d6;
  }
  .bg-xxl-medium-grey {
    background-color: #a2a2a2;
  }
  .bgh-xxl-medium-grey:hover, .bgh-xxl-medium-grey:hover > a {
    background-color: #a2a2a2;
  }
  .c-xxl-medium-grey {
    color: #a2a2a2;
    fill: #a2a2a2;
  }
  .ch-xxl-medium-grey:hover, .ch-xxl-medium-grey:hover > a {
    color: #a2a2a2;
    fill: #a2a2a2;
  }
  .bg-xxl-dark-grey {
    background-color: #6d6d6d;
  }
  .bgh-xxl-dark-grey:hover, .bgh-xxl-dark-grey:hover > a {
    background-color: #6d6d6d;
  }
  .c-xxl-dark-grey {
    color: #6d6d6d;
    fill: #6d6d6d;
  }
  .ch-xxl-dark-grey:hover, .ch-xxl-dark-grey:hover > a {
    color: #6d6d6d;
    fill: #6d6d6d;
  }
  .bg-xxl-darker-grey {
    background-color: #616161;
  }
  .bgh-xxl-darker-grey:hover, .bgh-xxl-darker-grey:hover > a {
    background-color: #616161;
  }
  .c-xxl-darker-grey {
    color: #616161;
    fill: #616161;
  }
  .ch-xxl-darker-grey:hover, .ch-xxl-darker-grey:hover > a {
    color: #616161;
    fill: #616161;
  }
  .bg-xxl-off-white {
    background-color: #f0f0ee;
  }
  .bgh-xxl-off-white:hover, .bgh-xxl-off-white:hover > a {
    background-color: #f0f0ee;
  }
  .c-xxl-off-white {
    color: #f0f0ee;
    fill: #f0f0ee;
  }
  .ch-xxl-off-white:hover, .ch-xxl-off-white:hover > a {
    color: #f0f0ee;
    fill: #f0f0ee;
  }
  .bg-xxl-transparent {
    background-color: transparent;
  }
  .bgh-xxl-transparent:hover, .bgh-xxl-transparent:hover > a {
    background-color: transparent;
  }
  .c-xxl-transparent {
    color: transparent;
    fill: transparent;
  }
  .ch-xxl-transparent:hover, .ch-xxl-transparent:hover > a {
    color: transparent;
    fill: transparent;
  }
}.gr-duchy-blue {
  background: linear-gradient(180deg, #322d54 0%, #19162a 100%);
}@media (min-width: 375px) {
  .gr-xxs-duchy-blue {
    background: linear-gradient(180deg, #322d54 0%, #19162a 100%);
  }
}@media (min-width: 640px) {
  .gr-xs-duchy-blue {
    background: linear-gradient(180deg, #322d54 0%, #19162a 100%);
  }
}@media (min-width: 768px) {
  .gr-sm-duchy-blue {
    background: linear-gradient(180deg, #322d54 0%, #19162a 100%);
  }
}@media (min-width: 960px) {
  .gr-md-duchy-blue {
    background: linear-gradient(180deg, #322d54 0%, #19162a 100%);
  }
}@media (min-width: 1190px) {
  .gr-lg-duchy-blue {
    background: linear-gradient(180deg, #322d54 0%, #19162a 100%);
  }
}@media (min-width: 1440px) {
  .gr-xl-duchy-blue {
    background: linear-gradient(180deg, #322d54 0%, #19162a 100%);
  }
}@media (min-width: 1600px) {
  .gr-xxl-duchy-blue {
    background: linear-gradient(180deg, #322d54 0%, #19162a 100%);
  }
}.rounded-corners {
  border-radius: 1.875rem;
}.f-h1 {
  font-size: 5.625rem;
}.f-h2 {
  font-size: 4.375rem;
}.f-h3 {
  font-size: 2.5rem;
}.f-h4 {
  font-size: 1.875rem;
}.f-h5 {
  font-size: 1.5625rem;
}.f-h6 {
  font-size: 1.25rem;
}.f-copy-xs {
  font-size: 0.75rem;
}.f-copy-small {
  font-size: 0.875rem;
}.f-copy {
  font-size: 1rem;
}.f-copy-large {
  font-size: 1.125rem;
}.f-copy-xl {
  font-size: 1.25rem;
}.f-copy-xxl {
  font-size: 1.5625rem;
}.f-copy-xxxl {
  font-size: 1.875rem;
}.f-button {
  font-size: 1.25rem;
}.f-form-label {
  font-size: 1.25rem;
}.f-banner {
  font-size: 4.0625rem;
}.f-banner-link {
  font-size: 2.1875rem;
}.f-widget-title {
  font-size: 3.75rem;
}.f-accordion-title {
  font-size: 1.75rem;
}.f-slide-title {
  font-size: 3.125rem;
}.f-card-title {
  font-size: 2.1875rem;
}.f-person-list-title {
  font-size: 3.125rem;
}.f-stat {
  font-size: 4.6875rem;
}.f-light {
  font-weight: 300;
}.f-regular {
  font-weight: 400;
}.f-medium {
  font-weight: 500;
}.f-semi-bold {
  font-weight: 600;
}.f-bold {
  font-weight: 700;
}.f-extra-bold {
  font-weight: 800;
}.f-italic {
  font-style: italic;
}.f-normal {
  font-style: normal;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.text-right {
  text-align: right;
}.f-primary {
  font-family: "proxima-nova", sans-serif;
}.f-secondary {
  font-family: "arno-pro", serif;
}.f-tertiary {
  font-family: "arno-pro-display";
}@media (min-width: 375px) {
  .f-xxs-h1 {
    font-size: 5.625rem;
  }
  .f-xxs-h2 {
    font-size: 4.375rem;
  }
  .f-xxs-h3 {
    font-size: 2.5rem;
  }
  .f-xxs-h4 {
    font-size: 1.875rem;
  }
  .f-xxs-h5 {
    font-size: 1.5625rem;
  }
  .f-xxs-h6 {
    font-size: 1.25rem;
  }
  .f-xxs-copy-xs {
    font-size: 0.75rem;
  }
  .f-xxs-copy-small {
    font-size: 0.875rem;
  }
  .f-xxs-copy {
    font-size: 1rem;
  }
  .f-xxs-copy-large {
    font-size: 1.125rem;
  }
  .f-xxs-copy-xl {
    font-size: 1.25rem;
  }
  .f-xxs-copy-xxl {
    font-size: 1.5625rem;
  }
  .f-xxs-copy-xxxl {
    font-size: 1.875rem;
  }
  .f-xxs-button {
    font-size: 1.25rem;
  }
  .f-xxs-form-label {
    font-size: 1.25rem;
  }
  .f-xxs-banner {
    font-size: 4.0625rem;
  }
  .f-xxs-banner-link {
    font-size: 2.1875rem;
  }
  .f-xxs-widget-title {
    font-size: 3.75rem;
  }
  .f-xxs-accordion-title {
    font-size: 1.75rem;
  }
  .f-xxs-slide-title {
    font-size: 3.125rem;
  }
  .f-xxs-card-title {
    font-size: 2.1875rem;
  }
  .f-xxs-person-list-title {
    font-size: 3.125rem;
  }
  .f-xxs-stat {
    font-size: 4.6875rem;
  }
  .f-xxs-light {
    font-weight: 300;
  }
  .f-xxs-regular {
    font-weight: 400;
  }
  .f-xxs-medium {
    font-weight: 500;
  }
  .f-xxs-semi-bold {
    font-weight: 600;
  }
  .f-xxs-bold {
    font-weight: 700;
  }
  .f-xxs-extra-bold {
    font-weight: 800;
  }
  .f-xxs-italic {
    font-style: italic;
  }
  .f-xxs-normal {
    font-style: normal;
  }
  .text-xxs-left {
    text-align: left;
  }
  .text-xxs-center {
    text-align: center;
  }
  .text-xxs-right {
    text-align: right;
  }
  .f-xxs-primary {
    font-family: "proxima-nova", sans-serif;
  }
  .f-xxs-secondary {
    font-family: "arno-pro", serif;
  }
  .f-xxs-tertiary {
    font-family: "arno-pro-display";
  }
}@media (min-width: 640px) {
  .f-xs-h1 {
    font-size: 5.625rem;
  }
  .f-xs-h2 {
    font-size: 4.375rem;
  }
  .f-xs-h3 {
    font-size: 2.5rem;
  }
  .f-xs-h4 {
    font-size: 1.875rem;
  }
  .f-xs-h5 {
    font-size: 1.5625rem;
  }
  .f-xs-h6 {
    font-size: 1.25rem;
  }
  .f-xs-copy-xs {
    font-size: 0.75rem;
  }
  .f-xs-copy-small {
    font-size: 0.875rem;
  }
  .f-xs-copy {
    font-size: 1rem;
  }
  .f-xs-copy-large {
    font-size: 1.125rem;
  }
  .f-xs-copy-xl {
    font-size: 1.25rem;
  }
  .f-xs-copy-xxl {
    font-size: 1.5625rem;
  }
  .f-xs-copy-xxxl {
    font-size: 1.875rem;
  }
  .f-xs-button {
    font-size: 1.25rem;
  }
  .f-xs-form-label {
    font-size: 1.25rem;
  }
  .f-xs-banner {
    font-size: 4.0625rem;
  }
  .f-xs-banner-link {
    font-size: 2.1875rem;
  }
  .f-xs-widget-title {
    font-size: 3.75rem;
  }
  .f-xs-accordion-title {
    font-size: 1.75rem;
  }
  .f-xs-slide-title {
    font-size: 3.125rem;
  }
  .f-xs-card-title {
    font-size: 2.1875rem;
  }
  .f-xs-person-list-title {
    font-size: 3.125rem;
  }
  .f-xs-stat {
    font-size: 4.6875rem;
  }
  .f-xs-light {
    font-weight: 300;
  }
  .f-xs-regular {
    font-weight: 400;
  }
  .f-xs-medium {
    font-weight: 500;
  }
  .f-xs-semi-bold {
    font-weight: 600;
  }
  .f-xs-bold {
    font-weight: 700;
  }
  .f-xs-extra-bold {
    font-weight: 800;
  }
  .f-xs-italic {
    font-style: italic;
  }
  .f-xs-normal {
    font-style: normal;
  }
  .text-xs-left {
    text-align: left;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-right {
    text-align: right;
  }
  .f-xs-primary {
    font-family: "proxima-nova", sans-serif;
  }
  .f-xs-secondary {
    font-family: "arno-pro", serif;
  }
  .f-xs-tertiary {
    font-family: "arno-pro-display";
  }
}@media (min-width: 768px) {
  .f-sm-h1 {
    font-size: 5.625rem;
  }
  .f-sm-h2 {
    font-size: 4.375rem;
  }
  .f-sm-h3 {
    font-size: 2.5rem;
  }
  .f-sm-h4 {
    font-size: 1.875rem;
  }
  .f-sm-h5 {
    font-size: 1.5625rem;
  }
  .f-sm-h6 {
    font-size: 1.25rem;
  }
  .f-sm-copy-xs {
    font-size: 0.75rem;
  }
  .f-sm-copy-small {
    font-size: 0.875rem;
  }
  .f-sm-copy {
    font-size: 1rem;
  }
  .f-sm-copy-large {
    font-size: 1.125rem;
  }
  .f-sm-copy-xl {
    font-size: 1.25rem;
  }
  .f-sm-copy-xxl {
    font-size: 1.5625rem;
  }
  .f-sm-copy-xxxl {
    font-size: 1.875rem;
  }
  .f-sm-button {
    font-size: 1.25rem;
  }
  .f-sm-form-label {
    font-size: 1.25rem;
  }
  .f-sm-banner {
    font-size: 4.0625rem;
  }
  .f-sm-banner-link {
    font-size: 2.1875rem;
  }
  .f-sm-widget-title {
    font-size: 3.75rem;
  }
  .f-sm-accordion-title {
    font-size: 1.75rem;
  }
  .f-sm-slide-title {
    font-size: 3.125rem;
  }
  .f-sm-card-title {
    font-size: 2.1875rem;
  }
  .f-sm-person-list-title {
    font-size: 3.125rem;
  }
  .f-sm-stat {
    font-size: 4.6875rem;
  }
  .f-sm-light {
    font-weight: 300;
  }
  .f-sm-regular {
    font-weight: 400;
  }
  .f-sm-medium {
    font-weight: 500;
  }
  .f-sm-semi-bold {
    font-weight: 600;
  }
  .f-sm-bold {
    font-weight: 700;
  }
  .f-sm-extra-bold {
    font-weight: 800;
  }
  .f-sm-italic {
    font-style: italic;
  }
  .f-sm-normal {
    font-style: normal;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .f-sm-primary {
    font-family: "proxima-nova", sans-serif;
  }
  .f-sm-secondary {
    font-family: "arno-pro", serif;
  }
  .f-sm-tertiary {
    font-family: "arno-pro-display";
  }
}@media (min-width: 960px) {
  .f-md-h1 {
    font-size: 5.625rem;
  }
  .f-md-h2 {
    font-size: 4.375rem;
  }
  .f-md-h3 {
    font-size: 2.5rem;
  }
  .f-md-h4 {
    font-size: 1.875rem;
  }
  .f-md-h5 {
    font-size: 1.5625rem;
  }
  .f-md-h6 {
    font-size: 1.25rem;
  }
  .f-md-copy-xs {
    font-size: 0.75rem;
  }
  .f-md-copy-small {
    font-size: 0.875rem;
  }
  .f-md-copy {
    font-size: 1rem;
  }
  .f-md-copy-large {
    font-size: 1.125rem;
  }
  .f-md-copy-xl {
    font-size: 1.25rem;
  }
  .f-md-copy-xxl {
    font-size: 1.5625rem;
  }
  .f-md-copy-xxxl {
    font-size: 1.875rem;
  }
  .f-md-button {
    font-size: 1.25rem;
  }
  .f-md-form-label {
    font-size: 1.25rem;
  }
  .f-md-banner {
    font-size: 4.0625rem;
  }
  .f-md-banner-link {
    font-size: 2.1875rem;
  }
  .f-md-widget-title {
    font-size: 3.75rem;
  }
  .f-md-accordion-title {
    font-size: 1.75rem;
  }
  .f-md-slide-title {
    font-size: 3.125rem;
  }
  .f-md-card-title {
    font-size: 2.1875rem;
  }
  .f-md-person-list-title {
    font-size: 3.125rem;
  }
  .f-md-stat {
    font-size: 4.6875rem;
  }
  .f-md-light {
    font-weight: 300;
  }
  .f-md-regular {
    font-weight: 400;
  }
  .f-md-medium {
    font-weight: 500;
  }
  .f-md-semi-bold {
    font-weight: 600;
  }
  .f-md-bold {
    font-weight: 700;
  }
  .f-md-extra-bold {
    font-weight: 800;
  }
  .f-md-italic {
    font-style: italic;
  }
  .f-md-normal {
    font-style: normal;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .f-md-primary {
    font-family: "proxima-nova", sans-serif;
  }
  .f-md-secondary {
    font-family: "arno-pro", serif;
  }
  .f-md-tertiary {
    font-family: "arno-pro-display";
  }
}@media (min-width: 1190px) {
  .f-lg-h1 {
    font-size: 5.625rem;
  }
  .f-lg-h2 {
    font-size: 4.375rem;
  }
  .f-lg-h3 {
    font-size: 2.5rem;
  }
  .f-lg-h4 {
    font-size: 1.875rem;
  }
  .f-lg-h5 {
    font-size: 1.5625rem;
  }
  .f-lg-h6 {
    font-size: 1.25rem;
  }
  .f-lg-copy-xs {
    font-size: 0.75rem;
  }
  .f-lg-copy-small {
    font-size: 0.875rem;
  }
  .f-lg-copy {
    font-size: 1rem;
  }
  .f-lg-copy-large {
    font-size: 1.125rem;
  }
  .f-lg-copy-xl {
    font-size: 1.25rem;
  }
  .f-lg-copy-xxl {
    font-size: 1.5625rem;
  }
  .f-lg-copy-xxxl {
    font-size: 1.875rem;
  }
  .f-lg-button {
    font-size: 1.25rem;
  }
  .f-lg-form-label {
    font-size: 1.25rem;
  }
  .f-lg-banner {
    font-size: 4.0625rem;
  }
  .f-lg-banner-link {
    font-size: 2.1875rem;
  }
  .f-lg-widget-title {
    font-size: 3.75rem;
  }
  .f-lg-accordion-title {
    font-size: 1.75rem;
  }
  .f-lg-slide-title {
    font-size: 3.125rem;
  }
  .f-lg-card-title {
    font-size: 2.1875rem;
  }
  .f-lg-person-list-title {
    font-size: 3.125rem;
  }
  .f-lg-stat {
    font-size: 4.6875rem;
  }
  .f-lg-light {
    font-weight: 300;
  }
  .f-lg-regular {
    font-weight: 400;
  }
  .f-lg-medium {
    font-weight: 500;
  }
  .f-lg-semi-bold {
    font-weight: 600;
  }
  .f-lg-bold {
    font-weight: 700;
  }
  .f-lg-extra-bold {
    font-weight: 800;
  }
  .f-lg-italic {
    font-style: italic;
  }
  .f-lg-normal {
    font-style: normal;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .f-lg-primary {
    font-family: "proxima-nova", sans-serif;
  }
  .f-lg-secondary {
    font-family: "arno-pro", serif;
  }
  .f-lg-tertiary {
    font-family: "arno-pro-display";
  }
}@media (min-width: 1440px) {
  .f-xl-h1 {
    font-size: 5.625rem;
  }
  .f-xl-h2 {
    font-size: 4.375rem;
  }
  .f-xl-h3 {
    font-size: 2.5rem;
  }
  .f-xl-h4 {
    font-size: 1.875rem;
  }
  .f-xl-h5 {
    font-size: 1.5625rem;
  }
  .f-xl-h6 {
    font-size: 1.25rem;
  }
  .f-xl-copy-xs {
    font-size: 0.75rem;
  }
  .f-xl-copy-small {
    font-size: 0.875rem;
  }
  .f-xl-copy {
    font-size: 1rem;
  }
  .f-xl-copy-large {
    font-size: 1.125rem;
  }
  .f-xl-copy-xl {
    font-size: 1.25rem;
  }
  .f-xl-copy-xxl {
    font-size: 1.5625rem;
  }
  .f-xl-copy-xxxl {
    font-size: 1.875rem;
  }
  .f-xl-button {
    font-size: 1.25rem;
  }
  .f-xl-form-label {
    font-size: 1.25rem;
  }
  .f-xl-banner {
    font-size: 4.0625rem;
  }
  .f-xl-banner-link {
    font-size: 2.1875rem;
  }
  .f-xl-widget-title {
    font-size: 3.75rem;
  }
  .f-xl-accordion-title {
    font-size: 1.75rem;
  }
  .f-xl-slide-title {
    font-size: 3.125rem;
  }
  .f-xl-card-title {
    font-size: 2.1875rem;
  }
  .f-xl-person-list-title {
    font-size: 3.125rem;
  }
  .f-xl-stat {
    font-size: 4.6875rem;
  }
  .f-xl-light {
    font-weight: 300;
  }
  .f-xl-regular {
    font-weight: 400;
  }
  .f-xl-medium {
    font-weight: 500;
  }
  .f-xl-semi-bold {
    font-weight: 600;
  }
  .f-xl-bold {
    font-weight: 700;
  }
  .f-xl-extra-bold {
    font-weight: 800;
  }
  .f-xl-italic {
    font-style: italic;
  }
  .f-xl-normal {
    font-style: normal;
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .f-xl-primary {
    font-family: "proxima-nova", sans-serif;
  }
  .f-xl-secondary {
    font-family: "arno-pro", serif;
  }
  .f-xl-tertiary {
    font-family: "arno-pro-display";
  }
}@media (min-width: 1600px) {
  .f-xxl-h1 {
    font-size: 5.625rem;
  }
  .f-xxl-h2 {
    font-size: 4.375rem;
  }
  .f-xxl-h3 {
    font-size: 2.5rem;
  }
  .f-xxl-h4 {
    font-size: 1.875rem;
  }
  .f-xxl-h5 {
    font-size: 1.5625rem;
  }
  .f-xxl-h6 {
    font-size: 1.25rem;
  }
  .f-xxl-copy-xs {
    font-size: 0.75rem;
  }
  .f-xxl-copy-small {
    font-size: 0.875rem;
  }
  .f-xxl-copy {
    font-size: 1rem;
  }
  .f-xxl-copy-large {
    font-size: 1.125rem;
  }
  .f-xxl-copy-xl {
    font-size: 1.25rem;
  }
  .f-xxl-copy-xxl {
    font-size: 1.5625rem;
  }
  .f-xxl-copy-xxxl {
    font-size: 1.875rem;
  }
  .f-xxl-button {
    font-size: 1.25rem;
  }
  .f-xxl-form-label {
    font-size: 1.25rem;
  }
  .f-xxl-banner {
    font-size: 4.0625rem;
  }
  .f-xxl-banner-link {
    font-size: 2.1875rem;
  }
  .f-xxl-widget-title {
    font-size: 3.75rem;
  }
  .f-xxl-accordion-title {
    font-size: 1.75rem;
  }
  .f-xxl-slide-title {
    font-size: 3.125rem;
  }
  .f-xxl-card-title {
    font-size: 2.1875rem;
  }
  .f-xxl-person-list-title {
    font-size: 3.125rem;
  }
  .f-xxl-stat {
    font-size: 4.6875rem;
  }
  .f-xxl-light {
    font-weight: 300;
  }
  .f-xxl-regular {
    font-weight: 400;
  }
  .f-xxl-medium {
    font-weight: 500;
  }
  .f-xxl-semi-bold {
    font-weight: 600;
  }
  .f-xxl-bold {
    font-weight: 700;
  }
  .f-xxl-extra-bold {
    font-weight: 800;
  }
  .f-xxl-italic {
    font-style: italic;
  }
  .f-xxl-normal {
    font-style: normal;
  }
  .text-xxl-left {
    text-align: left;
  }
  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-right {
    text-align: right;
  }
  .f-xxl-primary {
    font-family: "proxima-nova", sans-serif;
  }
  .f-xxl-secondary {
    font-family: "arno-pro", serif;
  }
  .f-xxl-tertiary {
    font-family: "arno-pro-display";
  }
}h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-block-start: 0;
}p {
  margin-block-end: 1.25rem;
}body {
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
  line-height: 2.1875rem;
  color: #1d1b2b;
}h1,
.h1 {
  font-size: 3.09375rem;
  font-family: "arno-pro-display";
  font-weight: 400;
  line-height: 3.4375rem;
}@media (min-width: 960px) {
  h1,
  .h1 {
    font-size: 5.625rem;
  }
}@media (min-width: 960px) {
  h1,
  .h1 {
    line-height: 6.25rem;
  }
}h2,
.h2 {
  font-size: 3.28125rem;
  font-family: "arno-pro-display";
  font-weight: 400;
  line-height: 3.75rem;
  margin-block-end: 1.5625rem;
}@media (min-width: 960px) {
  h2,
  .h2 {
    font-size: 4.375rem;
  }
}@media (min-width: 960px) {
  h2,
  .h2 {
    line-height: 5rem;
  }
}h3,
.h3 {
  font-size: 2.125rem;
  font-family: "arno-pro-display";
  font-weight: 400;
  line-height: 2.65625rem;
  margin-block-end: 1.25rem;
}@media (min-width: 960px) {
  h3,
  .h3 {
    font-size: 2.5rem;
  }
}@media (min-width: 960px) {
  h3,
  .h3 {
    line-height: 3.125rem;
  }
}h4,
.h4 {
  font-size: 1.59375rem;
  font-family: "arno-pro-display";
  font-weight: 400;
  line-height: calc(h4 * 0.85);
  margin-block-end: 0.625rem;
}@media (min-width: 960px) {
  h4,
  .h4 {
    font-size: 1.875rem;
  }
}@media (min-width: 960px) {
  h4,
  .h4 {
    line-height: h4;
  }
}h5,
.h5 {
  font-size: 1.40625rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  line-height: calc(h5 * 0.9);
  margin-block-end: 1.25rem;
}@media (min-width: 960px) {
  h5,
  .h5 {
    font-size: 1.5625rem;
  }
}@media (min-width: 960px) {
  h5,
  .h5 {
    line-height: h5;
  }
}.copy,
p,
p.copy {
  font-size: 1rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  line-height: 2.1875rem;
}.copy-large,
p.copy-large {
  font-size: 1.125rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  line-height: 2.1875rem;
}.subtitle,
p.subtitle,
.subtitle p {
  font-size: 1.125rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  line-height: 2.1875rem;
}.letter-spaced {
  letter-spacing: 0.05rem;
}a {
  color: inherit;
}p a {
  text-decoration: underline;
  color: #664c6a;
}.quote-text {
  color: #664c6a;
  font-family: "arno-pro", serif;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.375rem;
}.quote-author {
  color: #664c6a;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
}.icon {
  width: 1.875rem;
  height: 1.875rem;
}.icon--sm {
  width: 0.9375rem;
  height: 0.9375rem;
}.icon--md {
  width: 1.25rem;
  height: 1.25rem;
}.icon--r-90 {
  transform: rotate(90deg);
}.icon--r-180 {
  transform: rotate(180deg);
}.icon--r-270 {
  transform: rotate(270deg);
}.form .form-field {
  margin-bottom: 1.25rem;
}.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form input[type=date],
.form input[type=radio],
.form input[type=checkbox],
.form select,
.form textarea {
  border: 0.0625rem solid #d6d6d6;
  background-color: #ffffff;
  border-radius: 0.6875rem;
  padding: 0.5625rem 0.9375rem;
  width: 100%;
  font-size: 1rem;
  font-family: "proxima-nova", sans-serif;
  line-height: 2.1875rem;
}.form input[type=radio],
.form input[type=checkbox] {
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.625rem;
}.form input[type=radio]:checked,
.form input[type=checkbox]:checked {
  accent-color: #29263d;
}.form textarea {
  height: 13.75rem;
  appearance: none;
  resize: vertical;
}.form label {
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "arno-pro", serif;
  margin-bottom: 0.625rem;
  display: block;
  margin-left: 0.3125rem;
}.form__submit-button {
  margin-top: 1.875rem;
  display: flex;
}@media (max-width: 959.98px) {
  .form__submit-button {
    margin-top: 1.625rem;
    width: 100%;
    justify-content: center;
  }
}.form .select-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
}.form .select-wrapper select {
  appearance: none;
}.form .select-wrapper .select-overlay {
  position: absolute;
  right: 1.5rem;
  color: #29263d;
}.form .radio, .form .checkbox-list {
  display: flex;
  flex-direction: column;
}.form .radio__button, .form .checkbox-list__button {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.25rem;
}.form .radio__button label, .form .checkbox-list__button label {
  margin-bottom: 0;
}.form .checkbox {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.25rem;
}.form .checkbox label {
  margin-bottom: 0;
}.form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}.form fieldset legend {
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "arno-pro", serif;
  margin-bottom: 0.625rem;
  display: block;
  margin-left: 0.3125rem;
}.form .umbraco-forms-hidden {
  display: none;
}.form .umbraco-forms-label {
  margin-left: 0;
}.form .field-validation-error {
  color: red;
}:root {
  --header-height: 8.75rem;
  --standard-indent: 1.875rem;
  --container-max-width: 100%;
}@media (min-width: 960px) {
  :root {
    --header-height: 12rem;
  }
}@media (min-width: 960px) {
  :root {
    --container-max-width: 76.875rem;
  }
}@media (min-width: 1190px) {
  :root {
    --container-max-width: 76.875rem;
  }
}@media (min-width: 1440px) {
  :root {
    --container-max-width: 120rem;
  }
}@media (min-width: 1600px) {
  :root {
    --container-max-width: 120rem;
  }
}html {
  height: 100%;
}html:not(.smooth-scroll-disabled) {
  scroll-behavior: smooth;
}body {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  background-color: #f0f0ee;
  display: flex;
  flex-direction: column;
}body.has-overlay {
  overflow: hidden;
}#main {
  flex: 1 0 auto;
}@media (max-width: 959.98px) {
  .px-sm-none {
    padding-left: 0;
    padding-right: 0;
  }
}.widget-spacing {
  margin: 0.1875rem 0;
}.spacing-top--extra-large, .spacing-top--large {
  margin-top: 5.625rem;
}@media (max-width: 1189.98px) {
  .spacing-top--extra-large, .spacing-top--large {
    margin-top: 3.75rem;
  }
}.spacing-top--regular {
  margin-top: 3.75rem;
}@media (max-width: 1189.98px) {
  .spacing-top--regular {
    margin-top: 2.5rem;
  }
}.spacing-top--small {
  margin-top: 1.875rem;
}.spacing-top--none {
  margin-top: 0;
}.spacing-bottom--extra-large {
  margin-bottom: 14.0625rem;
}@media (max-width: 1189.98px) {
  .spacing-bottom--extra-large {
    margin-bottom: 4.375rem;
  }
}.spacing-bottom--large {
  margin-bottom: 5.625rem;
}@media (max-width: 1189.98px) {
  .spacing-bottom--large {
    margin-bottom: 3.75rem;
  }
}.spacing-bottom--regular {
  margin-bottom: 3.75rem;
}@media (max-width: 1189.98px) {
  .spacing-bottom--regular {
    margin-bottom: 2.5rem;
  }
}.spacing-bottom--small {
  margin-bottom: 1.875rem;
}.spacing-bottom--none {
  margin-bottom: 0;
}.skip-to-main {
  position: absolute;
  left: -624.9375rem;
  z-index: 999;
  padding: 1em;
  opacity: 0;
}.skip-to-main:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}.breadcrumbs {
  color: inherit;
}.breadcrumbs span,
.breadcrumbs a {
  word-break: break-word;
}.breadcrumbs__item {
  font-family: "arno-pro", serif;
  color: inherit;
}.breadcrumbs__item:not(:first-child):before {
  content: " > ";
  font-size: 0.875rem;
  color: inherit;
}.button {
  font-size: 1.25rem;
  font-family: "arno-pro", serif;
  font-weight: 600;
  line-height: 1.25rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-align: center;
  max-width: 100%;
  color: #ffffff;
  border: 0.125rem solid #ffffff;
  background-color: #29263d;
  border-radius: 3.125rem;
  padding: 0.9375rem 3.75rem;
  cursor: pointer;
  font-weight: 700;
  transition: 400ms ease-out;
}.button:hover:not(disabled):not(.button--underline) {
  color: #1d1b2b;
  background-color: #ffffff;
  border: 0.125rem solid #29263d;
}.button--overlay {
  background: rgba(0, 0, 0, 0.3);
}.button--transparent {
  background-color: transparent;
}.button--secondary {
  background-color: #5594aa;
}.button--tertiary {
  background-color: #ffffff;
  border: 0.125rem solid #1d1b2b;
  color: #1d1b2b;
}.button--tertiary:hover {
  color: #1d1b2b;
  background-color: #ffffff;
  border: 0.125rem solid #1d1b2b;
}.button--underline {
  color: #1d1b2b;
  background-color: transparent;
  border: none;
  padding: 0 0 0.625rem 0;
  border-radius: 0;
  border-bottom: solid 0.125rem;
}@media (max-width: 959.98px) {
  .button--underline {
    padding-bottom: 0.3125rem;
  }
}.card {
  aspect-ratio: 191/181;
  text-decoration: none;
  transition: background-color 0.3s ease;
  position: relative;
}.card__content {
  padding: 1.375rem 1.75rem;
  z-index: 2;
}.card__title {
  line-height: 2.5rem;
}.card--image {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--image-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}.card--image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #5594aa;
  opacity: 0;
  transition: opacity 400ms ease;
  z-index: 1;
}.card--image:hover::before {
  opacity: 1;
}.card--image .card__title {
  font-size: 2.1875rem;
}.card--colour::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-image: var(--background-artifact);
  background-size: cover;
  background-repeat: no-repeat;
}.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}.modal__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}@media (max-width: 959.98px) {
  .modal__content {
    max-width: 90%;
    max-height: 90%;
    overflow: scroll;
  }
}.pagination {
  margin: 3.125rem 0;
  height: 3rem;
  border-radius: 1.25rem;
  box-shadow: 0 0 0.875rem 0 rgba(0, 0, 0, 0.15);
}@media (min-width: 960px) {
  .pagination {
    margin: 5.625rem 0;
  }
}.pagination__item {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6d6d6d;
}.pagination__item a,
.pagination__item span {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.125rem;
  height: 2.125rem;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "arno-pro-display";
  line-height: normal;
  border-radius: 3.125rem;
}.pagination__item svg {
  width: 1.3125rem;
  height: 1.3125rem;
}.pagination__next, .pagination__prev {
  padding: 0 0.75rem;
}.person-card {
  --image-size: 14.625rem;
  position: relative;
  width: 100%;
  max-width: 25.4375rem;
  padding-top: calc(var(--image-size) / 2.5);
}.person-card__image {
  position: relative;
  top: 0;
  margin-top: calc(var(--image-size) / -3);
  width: var(--image-size);
  height: var(--image-size);
}.person-card__inner {
  min-height: 15rem;
  width: 100%;
  height: 100%;
  max-width: 25.4375rem;
  border-radius: 0 0 1.25rem 1.25rem;
  position: relative;
}.person-card__name {
  margin-top: 2.875rem;
  font-weight: 400;
}.person-card__title:not(:last-child) {
  margin-bottom: 0;
}.person-card--image .person-card__inner {
  min-height: 22.5rem;
}.person-card--modal {
  --image-size: 12.25rem;
}@media (max-width: 959.98px) {
  .person-card--modal {
    padding-top: unset;
  }
}.person-card--modal .person-card__inner {
  min-height: 34.8125rem;
  max-width: 28rem;
  border-radius: 1.25rem;
  box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.25);
}@media (max-width: 959.98px) {
  .person-card--modal .person-card__inner {
    padding-top: 1.25rem;
    min-height: 90vh;
  }
}.person-card--modal .person-card__image {
  border: 0.1875rem solid #ffffff;
}.person-card--modal .person-card__name {
  margin: 3.125rem 0 0.625rem 0;
  position: relative;
}.person-card--modal .person-card__name::before {
  content: "";
  width: 2.0625rem;
  height: 0.125rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  position: absolute;
  top: -1.25rem;
}.person-card--modal .person-card__title {
  position: relative;
  margin-bottom: 0;
}.person-card--modal .person-card__title:nth-last-child(2)::after {
  content: "";
  width: 2.0625rem;
  height: 0.125rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  position: absolute;
  bottom: -0.625rem;
}.person-card--modal .person-card__summary {
  margin-top: 1.25rem;
  width: 85%;
}.person-card--modal .person-card__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}.search-result {
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.625rem;
  padding: 1.25rem 1.3125rem;
}@media (min-width: 960px) {
  .search-result {
    padding: 2.5rem 5.25rem 2.5rem 2.625rem;
  }
}.search-result a {
  text-decoration: none;
}.search-result h3 {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: from-font;
  text-underline-offset: auto;
}.search-results-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 2.5rem;
}.footer {
  flex-shrink: 0;
}.footer__main, .footer__bottom {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), #29263D;
}.footer .social__link {
  text-transform: uppercase;
  text-decoration: none;
}.footer .social__logo {
  width: 1.6875rem;
  height: 1.6875rem;
}.footer__logo .crest {
  width: 3.375rem;
  height: auto;
  margin-bottom: 0.75rem;
}.footer__logo .logo {
  width: 17.625rem;
  height: auto;
}@media (max-width: 959.98px) {
  .footer__logo .crest {
    width: 2.1875rem;
  }
  .footer__logo .logo {
    width: 11.625rem;
  }
}.footer__address {
  font-family: "arno-pro", serif;
}.footer__quick-links {
  display: flex;
  flex-direction: column;
  font-family: "arno-pro", serif;
  font-size: 1.125rem;
}.header {
  --top-bar-height: 3.125rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  flex-shrink: 0;
}.header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 300ms ease;
  z-index: 30;
}.header__logo .crest,
.header__logo .logo {
  transition: width 300ms ease, height 300ms ease, margin 300ms ease, transform 300ms ease;
}.header__logo .crest {
  width: 2.4125rem;
  height: 2.75rem;
  margin-bottom: 0.75rem;
}.header__logo .logo {
  width: 12.625rem;
  height: 1.1875rem;
}@media (max-width: 959.98px) {
  .header__logo--white {
    display: none;
  }
  .header__logo .crest {
    width: 1.8125rem;
    margin-bottom: 0.375rem;
  }
  .header__logo .logo {
    width: 9.4375rem;
  }
}.header__logo .horizontal-rule {
  background-color: #29263d;
}@media (min-width: 960px) {
  .header--dark .header__logo--black {
    display: none;
  }
}.header--dark .horizontal-rule {
  background-color: #ffffff;
  transition: 300ms background-color ease-in;
}.header--dark .main-nav__item {
  color: #ffffff;
}@media (min-width: 960px) {
  .header--light .header__logo--white {
    display: none;
  }
}@media (min-width: 960px) {
  .header--light .main-nav__item {
    color: #29263d;
  }
}.header .top-bar {
  height: var(--top-bar-height);
}.header .main-nav {
  position: relative;
  background-color: #ffffff;
  transition: height 300ms ease, background-color 300ms ease, padding 300ms ease, transform 300ms ease;
}@media (min-width: 960px) {
  .header .main-nav {
    height: var(--header-height);
    background-color: transparent;
  }
  .header .main-nav .news-link--right {
    display: none;
  }
}.header .main-nav .row {
  transition: padding 300ms ease, height 300ms ease;
}.header .main-nav .mobile-utility {
  font-weight: 400;
  font-size: 1.125rem;
  font-family: "arno-pro", serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 2.9375rem;
}@media (min-width: 960px) {
  .header .main-nav .mobile-utility {
    display: none;
  }
}.header .main-nav .mobile-utility svg {
  width: 2.25rem;
  height: 2.25rem;
}.header .main-nav .mobile-utility--close-search {
  position: relative;
  z-index: 1;
}.header .main-nav .mobile-utility--close-search::before {
  content: "";
  position: fixed;
  top: var(--top-bar-height);
  right: 0;
  height: calc(var(--header-height) - var(--top-bar-height));
  width: 4.6875rem;
  background-color: #29263d;
  z-index: -1;
}.header .main-nav__items {
  transition: transform 300ms ease, color 300ms ease;
}@media (max-width: 959.98px) {
  .header .main-nav__items {
    min-height: calc(100vh - var(--header-height));
    display: none;
  }
}.header .main-nav__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 1.25rem;
  font-family: "arno-pro", serif;
  font-size: 1.25rem;
  text-decoration: none;
}@media (min-width: 960px) {
  .header .main-nav__item:hover {
    text-decoration: underline;
  }
}.header .main-nav__item .chevron {
  width: 1.4375rem;
  margin-left: 1.4375rem;
  transition: transform 200ms ease;
}@media (max-width: 959.98px) {
  .header .main-nav__item {
    color: #ffffff;
    font-size: 1.875rem;
    margin-bottom: 1.875rem;
    font-weight: 500;
    font-family: "arno-pro-display";
  }
  .header .main-nav__item.accordion-trigger.active .chevron {
    transform: rotate(180deg);
  }
}@media (min-width: 960px) {
  .header .main-nav .search-button svg {
    width: 1.75rem;
  }
}.header .main-nav .mega-menu-wrapper,
.header .main-nav .site-search {
  position: relative;
  left: 0;
  right: 0;
  overflow: auto;
}@media (min-width: 960px) {
  .header .main-nav .mega-menu-wrapper,
  .header .main-nav .site-search {
    display: block;
    position: absolute;
    top: 100%;
    pointer-events: none;
    overflow: hidden;
    transition: 300ms opacity ease-in;
    opacity: 0;
  }
}@media (max-width: 959.98px) {
  .header .main-nav .mega-menu-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 400ms ease-out;
  }
  .header .main-nav .site-search {
    min-height: calc(100vh - var(--header-height));
    display: none;
  }
}@media (min-width: 960px) {
  .header .main-nav .main-nav__item-wrapper.is-open .mega-menu-wrapper {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    z-index: 20;
  }
  .header .main-nav .main-nav__item-wrapper.is-open .chevron {
    transform: rotate(180deg);
  }
}@media (min-width: 960px) {
  .header .main-nav .mega-menu {
    padding: 1.25rem 0 3.125rem 0;
  }
}.header .main-nav .mega-menu__item-wrapper {
  padding-bottom: 1rem;
}.header .main-nav .mega-menu__item {
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.125rem;
}.header .main-nav .mega-menu__cta {
  font-family: "arno-pro", serif;
  font-size: 1.5625rem;
}@media (max-width: 959.98px) {
  .header .main-nav .mega-menu__col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}.header .main-nav .site-search {
  padding-top: 4.6875rem;
  padding-bottom: 12.5rem;
}.header .main-nav .site-search__bar {
  background-color: #ffffff;
  border-radius: 5.625rem;
  overflow: hidden;
}.header .main-nav .site-search__icon {
  width: 3rem;
}.header .main-nav .site-search__input {
  height: 4.8125rem;
  outline: none;
  border: none;
  width: 100%;
  font-family: inherit;
  font-size: 1.5625rem;
  font-family: "arno-pro", serif;
}@media (min-width: 960px) {
  .header .main-nav.menu-open, .header .main-nav.search-open {
    background-color: rgba(41, 38, 61, 0.9058823529);
    color: #ffffff;
  }
  .header .main-nav.menu-open .header__logo--black, .header .main-nav.search-open .header__logo--black {
    display: none;
  }
  .header .main-nav.menu-open .header__logo--white, .header .main-nav.search-open .header__logo--white {
    display: flex;
  }
  .header .main-nav.menu-open .main-nav__item,
  .header .main-nav.menu-open .search-button,
  .header .main-nav.menu-open .chevron, .header .main-nav.search-open .main-nav__item,
  .header .main-nav.search-open .search-button,
  .header .main-nav.search-open .chevron {
    color: #ffffff;
  }
}@media (max-width: 959.98px) {
  .header .main-nav.mobile-menu-open .main-nav__items {
    display: block;
  }
  .header .main-nav.mobile-menu-open [data-action=open-nav-mobile] {
    display: none !important;
  }
}.header .main-nav:not(.mobile-menu-open) [data-action=close-nav-mobile] {
  display: none !important;
}.header .main-nav.search-open [data-action^=open-search] {
  display: none !important;
}.header .main-nav.search-open .site-search {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 30;
  transition-delay: 0s;
  position: absolute;
  right: 0;
  left: 0;
}@media (max-width: 959.98px) {
  .header .main-nav.search-open .site-search {
    display: block;
  }
}.header .main-nav:not(.search-open) [data-action^=close-search] {
  display: none !important;
}@media (min-width: 960px) {
  .header .main-nav.stuck {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
  }
}@media (min-width: 960px) {
  .header .main-nav:not(.menu-open):not(.search-open).stuck {
    height: 4.25rem;
    background-color: #ffffff;
  }
  .header .main-nav:not(.menu-open):not(.search-open).stuck .main-nav__upper,
  .header .main-nav:not(.menu-open):not(.search-open).stuck .main-nav__items {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .header .main-nav:not(.menu-open):not(.search-open).stuck .main-nav__item {
    transform: translateY(-1.75rem);
    color: #29263d;
  }
  .header .main-nav:not(.menu-open):not(.search-open).stuck .news-link--left {
    display: none;
  }
  .header .main-nav:not(.menu-open):not(.search-open).stuck .news-link--right {
    display: flex;
  }
  .header .main-nav:not(.menu-open):not(.search-open).stuck .horizontal-rule-wrapper,
  .header .main-nav:not(.menu-open):not(.search-open).stuck .horizontal-rule {
    display: none;
  }
  .header .main-nav:not(.menu-open):not(.search-open).stuck .header__logo {
    transform: translateY(0.625rem);
  }
  .header .main-nav:not(.menu-open):not(.search-open).stuck .header__logo--black {
    display: flex;
  }
  .header .main-nav:not(.menu-open):not(.search-open).stuck .header__logo--white {
    display: none;
  }
  .header .main-nav:not(.menu-open):not(.search-open).stuck .header__logo .crest {
    width: 1.4375rem;
    height: 1.5625rem;
    margin-bottom: 0.625rem;
  }
  .header .main-nav:not(.menu-open):not(.search-open).stuck .header__logo .logo {
    width: 7.8125rem;
    height: 0.75rem;
  }
}.accordion {
  font-family: "arno-pro", serif;
  padding: 2.375rem 0 5.75rem 0;
}@media (max-width: 959.98px) {
  .accordion {
    padding: 1.875rem 0 4.6875rem 0;
  }
}@media (max-width: 959.98px) {
  .accordion__header {
    width: 80%;
  }
}.accordion__item-title {
  position: relative;
  font-size: 1.75rem;
}.accordion__item-title::after {
  content: "";
  height: 0.0625rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transition: opacity 300ms ease;
}.accordion__item-title svg {
  transition: transform 200ms ease;
  flex-shrink: 0;
}.accordion__item-title.active::after {
  opacity: 0;
}.accordion__item-title.active svg {
  transform: rotate(180deg);
}.accordion__content-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms ease-out;
}@media (min-width: 960px) {
  .accordion__content {
    width: 75%;
  }
}.accordion__content a {
  color: #ffffff;
}.banner-cta {
  position: relative;
  width: 100%;
  min-height: 45.3125rem;
}.banner-cta__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(27, 60, 94, 0.4) 0%, rgba(27, 60, 94, 0.4) 100%);
  z-index: -1;
}.banner-cta img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  z-index: -2;
}.banner-cta__content {
  z-index: 1;
}.banner-cta__content h3 {
  line-height: 3.75rem;
}@media (min-width: 960px) {
  .banner-cta__content h3 {
    line-height: 5rem;
  }
}@media (min-width: 1440px) {
  .banner-cta__content p,
  .banner-cta__content h3 {
    width: 90%;
  }
}@media (max-width: 959.98px) {
  .banner-cta {
    aspect-ratio: none;
    min-height: 40.625rem;
  }
}@media (min-width: 1440px) {
  .banner-cta {
    min-height: 59.375rem;
  }
}.card-list__title {
  margin-bottom: 2.125rem;
}.card-list__title--centred {
  font-size: 3.28125rem;
  font-family: "arno-pro-display";
  font-weight: 400;
  line-height: 3.75rem;
  margin-block-end: 1.5625rem;
  margin-bottom: 3.125rem;
}@media (min-width: 960px) {
  .card-list__title--centred {
    font-size: 4.375rem;
  }
}@media (min-width: 960px) {
  .card-list__title--centred {
    line-height: 5rem;
  }
}@media (max-width: 1189.98px) {
  .card-list__title--centred {
    margin-bottom: 1.875rem;
  }
}.card-list__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  grid-gap: 1.25rem;
}.card-list__grid--three-col {
  grid-template-columns: repeat(3, 1fr);
}@media (max-width: 1439.98px) {
  .card-list__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}@media (max-width: 959.98px) {
  .card-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}@media (max-width: 767.98px) {
  .card-list__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}.carousel {
  position: relative;
  margin: 0 auto;
}.carousel button[data-action] {
  transition: background-color 300ms ease-out, color 300ms ease-out;
  border-radius: 3.125rem;
}.carousel button[data-action] svg {
  height: 2.8125rem;
  width: 2.8125rem;
}@media (min-width: 960px) {
  .carousel button[data-action]:not(:disabled):hover {
    background-color: #29263d;
    color: #ffffff;
  }
}.carousel button[data-action][disabled] {
  opacity: 0.5;
}.carousel__controls {
  display: flex;
}.carousel__slides {
  padding-top: 5.625rem;
}.carousel--image .slide {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--image-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}.carousel .slide {
  display: block;
  overflow: hidden;
  height: 28.75rem;
  width: 24.1875rem;
  flex-shrink: 0;
  margin-top: 0;
  transition: all 300ms ease-out;
}.carousel .slide__content {
  width: 20.125rem;
}.carousel .slide__title {
  font-size: 2.125rem;
  font-family: "arno-pro-display";
  font-weight: 400;
  line-height: 2.65625rem;
  margin-block-end: 1.25rem;
  font-size: 2.96875rem;
  text-decoration: none;
}@media (min-width: 960px) {
  .carousel .slide__title {
    font-size: 2.5rem;
  }
}@media (min-width: 960px) {
  .carousel .slide__title {
    line-height: 3.125rem;
  }
}@media (min-width: 960px) {
  .carousel .slide__title {
    font-size: 3.125rem;
  }
}@media (min-width: 960px) {
  .carousel .slide__title {
    transition: width 300ms ease-out;
  }
}@media (min-width: 960px) {
  .carousel .slide__summary {
    transition: all 300ms ease-out;
  }
}.carousel .slide.is-active:not(.splide__slide--clone) {
  height: 32.1875rem;
  margin-top: -3.4375rem;
}@media (min-width: 1190px) {
  .carousel .slide.is-active:not(.splide__slide--clone) {
    height: 32.0625rem;
    width: 44.5rem;
  }
}@media (max-width: 1189.98px) {
  .carousel .slide {
    width: 18.125rem;
  }
  .carousel .slide__content {
    width: 100%;
  }
}.centred-large-text__text {
  font-size: 1.875rem;
  font-family: "arno-pro", serif;
  line-height: 2.475rem;
}@media (min-width: 960px) {
  .centred-large-text__text {
    font-size: 2.5rem;
  }
}@media (min-width: 960px) {
  .centred-large-text__text {
    line-height: 3.75rem;
  }
}.centred-large-text--horizontal-rule .centred-large-text__text {
  padding-bottom: 3.75rem;
}@media (max-width: 959.98px) {
  .centred-large-text--horizontal-rule .centred-large-text__text {
    padding-bottom: 2rem;
  }
}.centred-large-text--horizontal-rule .centred-large-text__wrapper {
  position: relative;
}.centred-large-text--horizontal-rule .centred-large-text__wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.0625rem;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #664c6a;
}.cta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.1875rem;
  width: 100%;
  min-height: 46.875rem;
}@media (max-width: 959.98px) {
  .cta-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}.vertical-cta {
  position: relative;
  width: 100%;
  min-height: 40.625rem;
}.vertical-cta img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}.vertical-cta__content {
  z-index: 1;
}@media (min-width: 960px) {
  .vertical-cta__content {
    min-height: 16.3125rem;
  }
}.vertical-cta__button {
  margin-top: auto;
  width: fit-content;
}@media (min-width: 960px) {
  .vertical-cta {
    min-height: 46.875rem;
  }
  .vertical-cta--even .vertical-cta__content-wrapper {
    padding-left: max((100vw - var(--container-max-width) + 1.25rem) / 2, 1.25rem);
  }
  .vertical-cta--odd .vertical-cta__content-wrapper {
    padding-left: 3.9375rem;
    padding-right: max((100vw - var(--container-max-width) + 1.25rem) / 2, 1.25rem);
  }
}@media (min-width: 1440px) {
  .vertical-cta {
    min-height: 59.375rem;
  }
  .vertical-cta--odd .vertical-cta__content-wrapper {
    padding-left: 6.25rem;
  }
}.hero {
  position: relative;
  overflow: hidden;
  padding-top: var(--header-height);
  background-color: #29263d;
}.hero h1 {
  text-wrap: balance;
  word-break: break-word;
}.hero__breadcrumbs {
  position: relative;
  z-index: 1;
}@media (min-width: 960px) {
  .hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
}.hero__banner {
  z-index: -1;
}@media (min-width: 960px) {
  .hero__banner {
    margin-top: 0;
  }
}.hero__image, .hero__video {
  width: 100%;
}.hero__image img,
.hero__image video, .hero__video img,
.hero__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}@media (max-width: 959.98px) {
  .hero__image, .hero__video {
    order: 2;
    height: 17.5rem;
  }
}@media (min-width: 960px) {
  .hero__image, .hero__video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}.hero__content {
  position: relative;
  z-index: 1;
}.hero--standard, .hero--links {
  color: #ffffff;
}@media (min-width: 960px) {
  .hero--standard, .hero--links {
    min-height: 40.625rem;
  }
}.hero--standard .hero__title, .hero--links .hero__title {
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}.hero--standard .hero__content, .hero--links .hero__content {
  text-align: center;
}@media (min-width: 960px) {
  .hero--standard {
    min-height: 40.625rem;
  }
}.hero--minimal {
  background-color: #f0f0ee;
}.hero--minimal .hero {
  color: #1d1b2b;
}.hero--minimal .hero__title {
  font-size: 3.09375rem;
  font-family: "arno-pro-display";
  font-weight: 400;
  line-height: 3.4375rem;
  margin-block-end: 1.25rem;
}@media (min-width: 960px) {
  .hero--minimal .hero__title {
    font-size: 5.625rem;
  }
}@media (min-width: 960px) {
  .hero--minimal .hero__title {
    line-height: 6.25rem;
  }
}.hero--minimalcentred {
  background-color: #f0f0ee;
}.hero--minimalcentred .hero__content {
  text-align: center;
}.hero--minimalcentred .hero__title {
  font-size: 3.09375rem;
  font-family: "arno-pro-display";
  font-weight: 400;
  line-height: 3.4375rem;
  margin-block-end: 1.25rem;
}@media (min-width: 960px) {
  .hero--minimalcentred .hero__title {
    font-size: 5.625rem;
  }
}@media (min-width: 960px) {
  .hero--minimalcentred .hero__title {
    line-height: 6.25rem;
  }
}.hero--minimalcentred .hero__subtitle p {
  font-size: 1.875rem;
  font-family: "arno-pro", serif;
  line-height: 2.475rem;
  font-weight: 400;
  padding-bottom: 3.4375rem;
  margin-block-end: 0;
  position: relative;
}@media (min-width: 960px) {
  .hero--minimalcentred .hero__subtitle p {
    font-size: 2.5rem;
  }
}@media (min-width: 960px) {
  .hero--minimalcentred .hero__subtitle p {
    line-height: 3.75rem;
  }
}.hero--minimalcentred .hero__subtitle p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.0625rem;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #664c6a;
}.hero--minimalsmall {
  background-color: #f0f0ee;
}.hero--minimalsmall .hero__title {
  font-size: 3.28125rem;
  font-family: "arno-pro-display";
  font-weight: 400;
  line-height: 3.75rem;
  margin-block-end: 1.5625rem;
}@media (min-width: 960px) {
  .hero--minimalsmall .hero__title {
    font-size: 4.375rem;
  }
}@media (min-width: 960px) {
  .hero--minimalsmall .hero__title {
    line-height: 5rem;
  }
}.hero--minimaldark {
  background-color: transparent;
  color: #ffffff;
}.hero--minimaldark .hero__title {
  font-size: 3.09375rem;
  font-family: "arno-pro-display";
  font-weight: 400;
  line-height: 3.4375rem;
  margin-block-end: 1.25rem;
}@media (min-width: 960px) {
  .hero--minimaldark .hero__title {
    font-size: 5.625rem;
  }
}@media (min-width: 960px) {
  .hero--minimaldark .hero__title {
    line-height: 6.25rem;
  }
}.hero--links .hero__title {
  font-size: 3.04688rem;
  line-height: 3.28125rem;
  font-weight: 400;
  font-family: "arno-pro-display";
  color: #ffffff;
}@media (min-width: 960px) {
  .hero--links .hero__title {
    font-size: 4.0625rem;
  }
}@media (min-width: 960px) {
  .hero--links .hero__title {
    line-height: 4.375rem;
  }
}.hero--links .hero__animated-links {
  z-index: 1;
}@media (max-width: 959.98px) {
  .hero--links .hero__animated-links {
    order: 3;
    background-color: #f0f0ee;
    color: #29263d;
  }
}@media (min-width: 960px) {
  .hero--links .animated-links-wrapper {
    position: relative;
  }
  .hero--links .animated-links-wrapper::before, .hero--links .animated-links-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.0625rem;
    height: 11.0625rem;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #ffffff;
    transition: opacity 400ms ease;
  }
  .hero--links .animated-links-wrapper::before {
    left: 33.333%;
  }
  .hero--links .animated-links-wrapper::after {
    left: 66.666%;
  }
}.hero--links .animated-links-wrapper:has(.animated-link:nth-child(1):hover)::before {
  opacity: 0;
}.hero--links .animated-links-wrapper:has(.animated-link:nth-child(2):hover)::before,
.hero--links .animated-links-wrapper:has(.animated-link:nth-child(2):hover)::after {
  opacity: 0;
}.hero--links .animated-links-wrapper:has(.animated-link:nth-child(3):hover)::after {
  opacity: 0;
}.hero--links .animated-link__title {
  font-size: 1.85938rem;
  font-family: "arno-pro", serif;
}@media (min-width: 960px) {
  .hero--links .animated-link__title {
    font-size: 2.1875rem;
  }
}.hero--links .animated-link__summary {
  font-weight: 300;
}.hero--links .animated-link .arrow {
  width: 2.3125rem;
  height: 1.73438rem;
}@media (max-width: 959.98px) {
  .hero--links .animated-link {
    position: relative;
  }
  .hero--links .animated-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.0625rem;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #29263d;
  }
  .hero--links .animated-link__summary {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-out;
  }
}@media (min-width: 960px) {
  .hero--links .animated-link {
    position: relative;
    height: 18.125rem;
    transition: background-color 400ms ease;
  }
  .hero--links .animated-link__summary {
    opacity: 0;
    position: relative;
    top: 3.125rem;
    width: 75%;
    transition: opacity 400ms ease;
  }
  .hero--links .animated-link__summary p {
    line-height: 1.875rem;
  }
  .hero--links .animated-link .arrow, .hero--links .animated-link__title {
    transition: transform 400ms ease;
  }
  .hero--links .animated-link__title {
    text-decoration: none;
    position: absolute;
  }
  .hero--links .animated-link:hover {
    background-color: #29263d;
  }
  .hero--links .animated-link:hover .animated-link__summary {
    opacity: 1;
  }
  .hero--links .animated-link:hover .animated-link__title {
    text-decoration: underline;
    transform: translateY(-3.125rem);
  }
  .hero--links .animated-link .arrow {
    width: 2.3125rem;
    height: 1.73438rem;
    margin-left: 7.8125rem;
  }
}.horizontal-cta {
  --vertical-offset: 3.75rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
}.horizontal-cta__image {
  grid-column: 1/2;
}.horizontal-cta__content {
  grid-column: 1/2;
}@media (max-width: 959.98px) {
  .horizontal-cta__content {
    margin: 0 1.25rem;
    padding: 1.5625rem;
    z-index: 1;
    margin-top: -40%;
  }
  .horizontal-cta__text {
    align-items: center;
  }
}@media (min-width: 960px) {
  .horizontal-cta {
    grid-template-columns: repeat(12, 1fr);
    padding-left: max((100vw - var(--container-max-width) + 1.25rem) / 2, 1.25rem);
    padding-right: max((100vw - var(--container-max-width) + 1.25rem) / 2, 1.25rem);
  }
  .horizontal-cta__title {
    font-size: 2.8125rem;
  }
}@media (min-width: 960px) and (min-width: 960px) {
  .horizontal-cta__title {
    font-size: 3.75rem;
  }
}@media (min-width: 960px) {
  .horizontal-cta__image {
    aspect-ratio: 1.1/1;
    object-fit: cover;
    object-position: center;
    width: 100%;
    grid-column: 1/5;
    grid-row: 1/2;
    z-index: 1;
    margin-bottom: var(--vertical-offset);
  }
  .horizontal-cta__content {
    min-height: 21.875rem;
    grid-column: 2/13;
    grid-row: 1/2;
    align-self: end;
    padding: var(--vertical-offset);
    padding-left: 9.375rem;
    justify-content: center;
    transition: box-shadow 300ms ease;
  }
  .horizontal-cta__content:hover {
    box-shadow: 0 0 0.875rem 0 rgba(0, 0, 0, 0.15);
  }
  .horizontal-cta__text {
    width: 60%;
  }
  .horizontal-cta__button {
    max-width: fit-content;
  }
  .horizontal-cta.image-right .horizontal-cta__image {
    grid-column: 13/9;
  }
  .horizontal-cta.image-right .horizontal-cta__content {
    grid-column: 1/12;
    padding-left: var(--vertical-offset);
    justify-content: start;
  }
}@media (min-width: 1190px) {
  .horizontal-cta {
    --vertical-offset: 3.4375rem;
  }
  .horizontal-cta__content {
    padding-left: 12.5rem;
  }
  .horizontal-cta__content:hover {
    box-shadow: 0 0 0.875rem 0 rgba(0, 0, 0, 0.15);
  }
}@media (min-width: 1600px) {
  .horizontal-cta {
    --vertical-offset: 3.9375rem;
  }
  .horizontal-cta__content {
    min-height: 31.25rem;
    padding-left: 10.9375rem;
  }
  .horizontal-cta__text {
    width: 50%;
  }
}#map {
  height: 46.875rem;
  z-index: 0;
}#map .button--tertiary {
  color: #1d1b2b;
}.map__info-box {
  position: absolute;
  z-index: 500;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.25);
  bottom: 0.9375rem;
  left: 0.9375rem;
  right: 0.9375rem;
}.leaflet-container a.leaflet-popup-close-button {
  font-family: "arno-pro-display";
  font-size: 2.5rem;
  top: 0.3125rem;
  right: 0.3125rem;
}.leaflet-popup-content {
  font-family: "proxima-nova", sans-serif;
}@media (min-width: 960px) {
  .map-wrapper {
    display: flex;
    justify-content: center;
  }
  #map {
    height: 53.125rem;
    width: 80%;
  }
  .map__info-box {
    left: 1.625rem;
    top: 1.8125rem;
    right: unset;
    bottom: unset;
    width: 33%;
  }
}@media (min-width: 1600px) {
  #map {
    height: 53.125rem;
    width: 60%;
  }
  .map__info-box {
    width: 25%;
  }
}.person-list__title {
  margin-bottom: 2.125rem;
  font-size: 2.34375rem;
}@media (min-width: 960px) {
  .person-list__title {
    font-size: 3.125rem;
  }
}.person-list__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  grid-gap: 1.25rem;
}@media (max-width: 1439.98px) {
  .person-list__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}@media (max-width: 959.98px) {
  .person-list__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}.rich-text p {
  margin-block-start: 1.25rem;
}.rich-text h2 {
  font-size: 2.125rem;
  font-family: "arno-pro-display";
  font-weight: 400;
  line-height: 2.65625rem;
  margin-block-end: 1.25rem;
  margin-block-start: 1.25rem;
}@media (min-width: 960px) {
  .rich-text h2 {
    font-size: 2.5rem;
  }
}@media (min-width: 960px) {
  .rich-text h2 {
    line-height: 3.125rem;
  }
}.rich-text h3 {
  font-size: 1.59375rem;
  font-family: "arno-pro-display";
  font-weight: 400;
  line-height: calc(h4 * 0.85);
  margin-block-end: 0.625rem;
  margin-block-start: 0.625rem;
}@media (min-width: 960px) {
  .rich-text h3 {
    font-size: 1.875rem;
  }
}@media (min-width: 960px) {
  .rich-text h3 {
    line-height: h4;
  }
}.rich-text iframe {
  max-width: 100%;
}.rich-text img {
  object-fit: contain;
  width: 100%;
}.rich-text table {
  border-color: #1d1b2b;
}.rich-text table td,
.rich-text table th {
  padding: 0.9375rem;
}.stats-bar__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  grid-gap: 1.25rem;
}@media (max-width: 959.98px) {
  .stats-bar__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}.stats-bar .stat__number-row {
  font-size: 3.51563rem;
  line-height: normal;
  text-transform: uppercase;
}@media (min-width: 960px) {
  .stats-bar .stat__number-row {
    font-size: 4.6875rem;
  }
}.stats-bar .stat__text {
  line-height: 1.25rem;
}.timeline {
  font-family: "arno-pro", serif;
  padding: 2.375rem 0 5.75rem 0;
  --left-spacing: 1.875rem;
}@media (max-width: 959.98px) {
  .timeline {
    padding: 1.875rem 0 4.6875rem 0;
  }
}@media (max-width: 959.98px) {
  .timeline {
    --left-spacing: 0.9375rem;
  }
}.timeline-item {
  position: relative;
}.timeline-item .dot {
  width: 0.75rem;
  height: 0.75rem;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: -0.3125rem;
  margin-left: -0.3125rem;
}.timeline-item .dot--last {
  bottom: 0;
  top: unset;
}.timeline-item__icon {
  max-width: 9.0625rem;
  max-height: 9.0625rem;
  margin-left: auto;
  margin-right: 5%;
  border-radius: 9.0625rem;
  border: 0.125rem solid #ffffff;
}.timeline-item--alt {
  background-color: rgba(6, 6, 6, 0.1019607843);
}.timeline-item--alt .timeline-item__icon {
  margin-right: 0;
}.timeline-item__inner {
  position: relative;
}.timeline-item__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.0625rem;
  height: 100%;
  background: #ffffff;
}.timeline-item__year {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.5625rem;
}.timeline-item__title {
  position: relative;
}.timeline-item__title svg {
  transition: transform 200ms ease;
  margin-right: var(--left-spacing);
}@media (min-width: 960px) {
  .timeline-item__title svg {
    width: 3.0625rem;
    height: 3.0625rem;
    margin-right: 0;
  }
}@media (min-width: 960px) {
  .timeline-item__title h3 {
    padding-left: var(--left-spacing);
  }
}.timeline-item__title.active svg {
  transform: rotate(180deg);
}.timeline-item__content-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms ease-out;
}@media (min-width: 960px) {
  .timeline-item__content {
    width: 70%;
    padding-left: calc(var(--left-spacing) + 3.0625rem);
  }
}@media (min-width: 1440px) {
  .timeline-item__content {
    width: 60%;
  }
}
/*# sourceMappingURL=maps/site.css.map */
