/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Accordion 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

/*!
 * jQuery UI Autocomplete 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*!
 * jQuery UI Button 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*!
 * jQuery UI Checkboxradio 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}

/*!
 * jQuery UI Controlgroup 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}


/*!
 * jQuery UI Datepicker 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/*!
 * jQuery UI Dialog 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*!
 * jQuery UI Draggable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/*!
 * jQuery UI Menu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/*!
 * jQuery UI Progressbar 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,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");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

/*!
 * jQuery UI Resizable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

/*!
 * jQuery UI Selectable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

/*!
 * jQuery UI Selectmenu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

/*!
 * jQuery UI Sortable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/*!
 * jQuery UI Slider 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/*!
 * jQuery UI Spinner 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/*!
 * jQuery UI Tabs 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

/*!
 * jQuery UI Tooltip 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png")/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png")/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png")/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png")/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png")/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png")/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png")/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}

/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}
.flex--center{display:flex;justify-content:center;text-align:center}.ico--arrow-down:after,.ico--arrow-down:before,.ico--arrow-up:after,.ico--arrow-up:before,.ico--bell:after,.ico--bell:before,.ico--case:after,.ico--case:before,.ico--change:after,.ico--change:before,.ico--cross:after,.ico--cross:before,.ico--doublearrow-right:after,.ico--doublearrow-right:before,.ico--edit:after,.ico--edit:before,.ico--exclamation-circle:after,.ico--exclamation-circle:before,.ico--failure:after,.ico--failure:before,.ico--login:after,.ico--login:before,.ico--logout:after,.ico--logout:before,.ico--map-marker:after,.ico--map-marker:before,.ico--prev:after,.ico--prev:before,.ico--register:after,.ico--register:before,.ico--search:after,.ico--search:before,.ico--success:after,.ico--success:before,.ico--zoom:after,.ico--zoom:before,.icon:after,.icon:before{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:Font Awesome\ 5 Free;font-weight:900}.ico--bell{margin:0 5px 0 0}.ico--bell:before{content:"\f0f3"}.ico--login{margin-right:5px}.ico--login:before{content:"\f007"}.ico--register{margin-right:5px}.ico--register:before{content:"\f023"}.ico--case{margin-right:5px}.ico--case:before{content:"\f0b1"}.ico--map-marker{margin-right:5px}.ico--map-marker:before{content:"\f3c5"}.ico--search{margin-right:5px}.ico--search:before{content:"\f002"}.ico--prev{margin-right:5px}.ico--prev:before{content:"\f100"}.ico--logout{margin-right:5px}.ico--logout:before{content:"\f2f5"}.ico--cross{margin-right:5px}.ico--cross:before{content:"\f654"}.ico--arrow-down{margin-right:5px}.ico--arrow-down:before{content:"\f078"}.ico--arrow-up{margin-right:5px}.ico--arrow-up:before{content:"\f077"}.ico--edit{margin-right:5px;font-size:18px;margin-left:5px}.ico--edit:before{content:"\f044"}.ico--zoom{margin-right:5px}.ico--zoom:before{content:"\f002"}.ico--exclamation-circle{margin-right:10px;font-size:18px;position:relative;top:2px}.ico--exclamation-circle:before{content:"\f06a"}.ico--success{color:#82c91e;font-size:100px}.ico--success:before{font-weight:300;content:"\f058"}.ico--failure{color:red;font-size:100px}.ico--failure:before{content:"\f05e"}.ico--doublearrow:before{content:"\f101"}.ico--doublearrow-right{color:#fff!important}.ico--doublearrow-up:before{transform:rotate(270deg);content:"\f101"}.ico--doublearrow-down:before{transform:rotate(90deg);content:"\f101"}.ico--change{margin-right:5px}.ico--change:before{content:"\f2f1"}@font-face{font-family:Poppins;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/Poppins/pxiGyp8kv8JHgFVrJJLucXtAKPY.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf6,U+1cf8-1cf9,U+200c-200d,U+20a8,U+20b9,U+25cc,U+a830-a839,U+a8e0-a8fb}@font-face{font-family:Poppins;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/Poppins/pxiGyp8kv8JHgFVrJJLufntAKPY.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Poppins;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/Poppins/pxiGyp8kv8JHgFVrJJLucHtA.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Poppins;font-style:italic;font-weight:600;font-display:swap;src:url(/fonts/Poppins/pxiDyp8kv8JHgFVrJJLmr19VFteOcEg.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf6,U+1cf8-1cf9,U+200c-200d,U+20a8,U+20b9,U+25cc,U+a830-a839,U+a8e0-a8fb}@font-face{font-family:Poppins;font-style:italic;font-weight:600;font-display:swap;src:url(/fonts/Poppins/pxiDyp8kv8JHgFVrJJLmr19VGdeOcEg.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Poppins;font-style:italic;font-weight:600;font-display:swap;src:url(/fonts/Poppins/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Poppins;font-style:italic;font-weight:800;font-display:swap;src:url(/fonts/Poppins/pxiDyp8kv8JHgFVrJJLm111VFteOcEg.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf6,U+1cf8-1cf9,U+200c-200d,U+20a8,U+20b9,U+25cc,U+a830-a839,U+a8e0-a8fb}@font-face{font-family:Poppins;font-style:italic;font-weight:800;font-display:swap;src:url(/fonts/Poppins/pxiDyp8kv8JHgFVrJJLm111VGdeOcEg.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Poppins;font-style:italic;font-weight:800;font-display:swap;src:url(/fonts/Poppins/pxiDyp8kv8JHgFVrJJLm111VF9eO.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/Poppins/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf6,U+1cf8-1cf9,U+200c-200d,U+20a8,U+20b9,U+25cc,U+a830-a839,U+a8e0-a8fb}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/Poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/Poppins/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/Poppins/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf6,U+1cf8-1cf9,U+200c-200d,U+20a8,U+20b9,U+25cc,U+a830-a839,U+a8e0-a8fb}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/Poppins/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/Poppins/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/Poppins/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf6,U+1cf8-1cf9,U+200c-200d,U+20a8,U+20b9,U+25cc,U+a830-a839,U+a8e0-a8fb}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/Poppins/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format("woff2");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/Poppins/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}.expired{color:red}.hide{display:none!important}.article-nav .cms-klawisz,.button,.button--cemetery,.button--cemetery-orange,.button--darker,.button--delete,.button--gray,.button--read-more,.button--route,.button--search,.button--send,.button--with-ico,.button--with-ico-lightred,.button--with-ico-parochialis,.button--with-ico-purple,.login__layer .cms-klawisz,.logo--with-ico,.modal--login .button__login,.offer__button,.table--without-after .cms-klawisz,.table--without-after .cms-klawisz--mb,.table .cms-klawisz,.table .cms-klawisz--mb,.text-center .cms-klawisz,.text-center .cms-klawisz--mb{display:flex;align-items:center;background:#fff;text-decoration:none;cursor:pointer}.article-nav .cms-klawisz:disabled,.button--cemetery-orange:disabled,.button--cemetery:disabled,.button--darker:disabled,.button--delete:disabled,.button--gray:disabled,.button--read-more:disabled,.button--route:disabled,.button--search:disabled,.button--send:disabled,.button--with-ico-lightred:disabled,.button--with-ico-parochialis:disabled,.button--with-ico-purple:disabled,.button--with-ico:disabled,.button:disabled,.login__layer .cms-klawisz:disabled,.logo--with-ico:disabled,.modal--login .button__login:disabled,.offer__button:disabled,.table--without-after .cms-klawisz--mb:disabled,.table--without-after .cms-klawisz:disabled,.table .cms-klawisz--mb:disabled,.table .cms-klawisz:disabled,.text-center .cms-klawisz--mb:disabled,.text-center .cms-klawisz:disabled{opacity:.5}.article-nav .cms-klawisz:active:not(:disabled) i,.article-nav .cms-klawisz:active:not(:disabled) span,.button--cemetery-orange:active:not(:disabled) i,.button--cemetery-orange:active:not(:disabled) span,.button--cemetery:active:not(:disabled) i,.button--cemetery:active:not(:disabled) span,.button--darker:active:not(:disabled) i,.button--darker:active:not(:disabled) span,.button--delete:active:not(:disabled) i,.button--delete:active:not(:disabled) span,.button--gray:active:not(:disabled) i,.button--gray:active:not(:disabled) span,.button--read-more:active:not(:disabled) i,.button--read-more:active:not(:disabled) span,.button--route:active:not(:disabled) i,.button--route:active:not(:disabled) span,.button--search:active:not(:disabled) i,.button--search:active:not(:disabled) span,.button--send:active:not(:disabled) i,.button--send:active:not(:disabled) span,.button--with-ico-lightred:active:not(:disabled) i,.button--with-ico-lightred:active:not(:disabled) span,.button--with-ico-parochialis:active:not(:disabled) i,.button--with-ico-parochialis:active:not(:disabled) span,.button--with-ico-purple:active:not(:disabled) i,.button--with-ico-purple:active:not(:disabled) span,.button--with-ico:active:not(:disabled) i,.button--with-ico:active:not(:disabled) span,.button:active:not(:disabled) i,.button:active:not(:disabled) span,.login__layer .cms-klawisz:active:not(:disabled) i,.login__layer .cms-klawisz:active:not(:disabled) span,.logo--with-ico:active:not(:disabled) i,.logo--with-ico:active:not(:disabled) span,.modal--login .button__login:active:not(:disabled) i,.modal--login .button__login:active:not(:disabled) span,.offer__button:active:not(:disabled) i,.offer__button:active:not(:disabled) span,.table--without-after .cms-klawisz--mb:active:not(:disabled) i,.table--without-after .cms-klawisz--mb:active:not(:disabled) span,.table--without-after .cms-klawisz:active:not(:disabled) i,.table--without-after .cms-klawisz:active:not(:disabled) span,.table .cms-klawisz--mb:active:not(:disabled) i,.table .cms-klawisz--mb:active:not(:disabled) span,.table .cms-klawisz:active:not(:disabled) i,.table .cms-klawisz:active:not(:disabled) span,.text-center .cms-klawisz--mb:active:not(:disabled) i,.text-center .cms-klawisz--mb:active:not(:disabled) span,.text-center .cms-klawisz:active:not(:disabled) i,.text-center .cms-klawisz:active:not(:disabled) span{color:#ff6900!important}.button--red{position:relative;background:red;border-radius:5px;border:none;padding:5px 15px;margin:0 10px;color:#fff;cursor:pointer}.button--red span{position:relative;z-index:2;font-size:16px}.button--red:before{content:"";position:absolute;bottom:0;left:0;width:0;height:100%;background-color:rgba(255,0,0,.7);transition:all .3s;z-index:0;border-radius:5px}.button--red:hover:not(:disabled){color:#fff;border-color:rgba(192,0,0,.7)}.button--red:hover:not(:disabled) i{color:#fff}.button--red:hover:not(:disabled):before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:rgba(192,0,0,.7);transition:all .3s;z-index:0;border:none;color:#fff}.button--orange{position:relative;background:#ff6900;border-radius:5px;border-color:#ff6900;padding:5px 15px;margin:0 10px;color:#fff;cursor:pointer}.button--orange span{position:relative;z-index:2;font-size:16px}.button--orange:before{content:"";position:absolute;bottom:0;left:0;width:0;height:100%;background-color:rgba(255,105,0,.7);transition:all .3s;z-index:0}.button--orange:hover:not(:disabled){color:#fff}.button--orange:hover:not(:disabled) i{color:#fff}.button--orange:hover:not(:disabled):before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:rgba(240,88,0,.7);transition:all .3s;z-index:0;border:none;color:#fff}.article-nav .cms-klawisz,.button--cemetery,.button--cemetery-orange,.button--darker,.button--delete,.button--gray,.button--read-more,.button--route,.button--search,.button--send,.button--with-ico,.button--with-ico-lightred,.button--with-ico-parochialis,.login__layer .cms-klawisz,.modal--login .button__login,.offer__button,.table--without-after .cms-klawisz,.table--without-after .cms-klawisz--mb,.table .cms-klawisz,.table .cms-klawisz--mb,.text-center .cms-klawisz,.text-center .cms-klawisz--mb{position:relative;color:#322262;border:2px solid #322262;border-radius:5px;padding:15px 30px;margin:0 10px}.active.button--cemetery,.active.button--cemetery-orange,.active.button--darker,.active.button--delete,.active.button--gray,.active.button--read-more,.active.button--route,.active.button--search,.active.button--send,.active.button--with-ico-lightred,.active.button--with-ico-parochialis,.active.offer__button,.article-nav .active.cms-klawisz,.button--with-ico.active,.login__layer .active.cms-klawisz,.modal--login .active.button__login,.table--without-after .active.cms-klawisz,.table--without-after .active.cms-klawisz--mb,.table .active.cms-klawisz,.table .active.cms-klawisz--mb,.text-center .active.cms-klawisz,.text-center .active.cms-klawisz--mb{color:#ff6900;border-color:#ff6900}.active.button--cemetery-orange i,.active.button--cemetery i,.active.button--darker i,.active.button--delete i,.active.button--gray i,.active.button--read-more i,.active.button--route i,.active.button--search i,.active.button--send i,.active.button--with-ico-lightred i,.active.button--with-ico-parochialis i,.active.offer__button i,.article-nav .active.cms-klawisz i,.button--with-ico.active i,.login__layer .active.cms-klawisz i,.modal--login .active.button__login i,.table--without-after .active.cms-klawisz--mb i,.table--without-after .active.cms-klawisz i,.table .active.cms-klawisz--mb i,.table .active.cms-klawisz i,.text-center .active.cms-klawisz--mb i,.text-center .active.cms-klawisz i{color:#ff6900}.active.button--cemetery-orange:before,.active.button--cemetery:before,.active.button--darker:before,.active.button--delete:before,.active.button--gray:before,.active.button--read-more:before,.active.button--route:before,.active.button--search:before,.active.button--send:before,.active.button--with-ico-lightred:before,.active.button--with-ico-parochialis:before,.active.offer__button:before,.article-nav .active.cms-klawisz:before,.button--with-ico.active:before,.login__layer .active.cms-klawisz:before,.modal--login .active.button__login:before,.table--without-after .active.cms-klawisz--mb:before,.table--without-after .active.cms-klawisz:before,.table .active.cms-klawisz--mb:before,.table .active.cms-klawisz:before,.text-center .active.cms-klawisz--mb:before,.text-center .active.cms-klawisz:before{content:"";position:absolute;bottom:0;left:0;width:0;height:100%;background-color:rgba(255,105,0,.7);transition:all .3s;z-index:0}.article-nav .cms-klawisz i,.button--cemetery-orange i,.button--cemetery i,.button--darker i,.button--delete i,.button--gray i,.button--read-more i,.button--route i,.button--search i,.button--send i,.button--with-ico-lightred i,.button--with-ico-parochialis i,.button--with-ico i,.login__layer .cms-klawisz i,.modal--login .button__login i,.offer__button i,.table--without-after .cms-klawisz--mb i,.table--without-after .cms-klawisz i,.table .cms-klawisz--mb i,.table .cms-klawisz i,.text-center .cms-klawisz--mb i,.text-center .cms-klawisz i{color:#322262;z-index:2}.article-nav .cms-klawisz span,.button--cemetery-orange span,.button--cemetery span,.button--darker span,.button--delete span,.button--gray span,.button--read-more span,.button--route span,.button--search span,.button--send span,.button--with-ico-lightred span,.button--with-ico-parochialis span,.button--with-ico span,.login__layer .cms-klawisz span,.modal--login .button__login span,.offer__button span,.table--without-after .cms-klawisz--mb span,.table--without-after .cms-klawisz span,.table .cms-klawisz--mb span,.table .cms-klawisz span,.text-center .cms-klawisz--mb span,.text-center .cms-klawisz span{z-index:2}.article-nav .cms-klawisz:before,.button--cemetery-orange:before,.button--cemetery:before,.button--darker:before,.button--delete:before,.button--gray:before,.button--read-more:before,.button--route:before,.button--search:before,.button--send:before,.button--with-ico-lightred:before,.button--with-ico-parochialis:before,.button--with-ico:before,.login__layer .cms-klawisz:before,.modal--login .button__login:before,.offer__button:before,.table--without-after .cms-klawisz--mb:before,.table--without-after .cms-klawisz:before,.table .cms-klawisz--mb:before,.table .cms-klawisz:before,.text-center .cms-klawisz--mb:before,.text-center .cms-klawisz:before{content:"";position:absolute;bottom:0;left:0;width:0;height:100%;background-color:rgba(50,34,98,.7);transition:all .3s;z-index:0}.article-nav .cms-klawisz:hover,.button--cemetery-orange:hover,.button--cemetery:hover,.button--darker:hover,.button--delete:hover,.button--gray:hover,.button--read-more:hover,.button--route:hover,.button--search:hover,.button--send:hover,.button--with-ico-lightred:hover,.button--with-ico-parochialis:hover,.button--with-ico:hover,.login__layer .cms-klawisz:hover,.modal--login .button__login:hover,.offer__button:hover,.table--without-after .cms-klawisz--mb:hover,.table--without-after .cms-klawisz:hover,.table .cms-klawisz--mb:hover,.table .cms-klawisz:hover,.text-center .cms-klawisz--mb:hover,.text-center .cms-klawisz:hover{color:#fff}.article-nav .cms-klawisz:hover i,.button--cemetery-orange:hover i,.button--cemetery:hover i,.button--darker:hover i,.button--delete:hover i,.button--gray:hover i,.button--read-more:hover i,.button--route:hover i,.button--search:hover i,.button--send:hover i,.button--with-ico-lightred:hover i,.button--with-ico-parochialis:hover i,.button--with-ico:hover i,.login__layer .cms-klawisz:hover i,.modal--login .button__login:hover i,.offer__button:hover i,.table--without-after .cms-klawisz--mb:hover i,.table--without-after .cms-klawisz:hover i,.table .cms-klawisz--mb:hover i,.table .cms-klawisz:hover i,.text-center .cms-klawisz--mb:hover i,.text-center .cms-klawisz:hover i{color:#fff}.article-nav .cms-klawisz:hover:before,.button--cemetery-orange:hover:before,.button--cemetery:hover:before,.button--darker:hover:before,.button--delete:hover:before,.button--gray:hover:before,.button--read-more:hover:before,.button--route:hover:before,.button--search:hover:before,.button--send:hover:before,.button--with-ico-lightred:hover:before,.button--with-ico-parochialis:hover:before,.button--with-ico:hover:before,.login__layer .cms-klawisz:hover:before,.modal--login .button__login:hover:before,.offer__button:hover:before,.table--without-after .cms-klawisz--mb:hover:before,.table--without-after .cms-klawisz:hover:before,.table .cms-klawisz--mb:hover:before,.table .cms-klawisz:hover:before,.text-center .cms-klawisz--mb:hover:before,.text-center .cms-klawisz:hover:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:rgba(50,34,98,.7);transition:all .3s;z-index:0}.button--with-ico-lightred{line-height:20px;border-color:#7d4258;background-color:rgba(125,66,88,.75);transition:all .4s}.button--with-ico-lightred.news{z-index:4}.button--with-ico-lightred i{color:#fff}.button--with-ico-lightred span{color:#fff;margin:0 auto}.button--with-ico-lightred span.unread-news{position:absolute;top:-16px;right:7px;display:flex;align-items:center;justify-content:center;color:#fff;width:27px;height:27px;background-color:#ff6900;border:2px solid #fff;border-radius:50%;font-size:14px;transition:all .4s}.button--with-ico-lightred:hover{color:#fff}.button--with-ico-lightred:hover i{color:#fff}.button--with-ico-lightred:hover:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:#7d4258;transition:all .3s;z-index:0}.button--with-ico-purple{position:relative;color:#fff;border:2px solid #322262;border-radius:5px;padding:15px 30px;margin:0 10px;background-color:rgba(50,34,98,.7)}.button--with-ico-purple.active{color:#ff6900;border-color:#ff6900}.button--with-ico-purple.active i{color:#ff6900}.button--with-ico-purple.active:before{content:"";position:absolute;bottom:0;left:0;width:0;height:100%;background-color:rgba(255,105,0,.7);transition:all .3s;z-index:0}.button--with-ico-purple i{color:#fff;z-index:2}.button--with-ico-purple span{z-index:2}.button--with-ico-purple:before{content:"";position:absolute;bottom:0;left:0;width:0;height:100%;background-color:rgba(50,34,98,.7);transition:all .3s;z-index:0}.button--with-ico-purple:hover{color:#322262}.button--with-ico-purple:hover i{color:#322262}.button--with-ico-purple:hover:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:#fff;transition:all .3s;z-index:0}.button--with-ico-helpdesk{color:#322262;border:2px solid #322262;border-radius:5px;padding:15px 20px;width:20px;margin:0 10px;background-color:#ff6900;overflow:hidden;transition:width .5s}.button--with-ico-helpdesk span{opacity:0;transition:.3s;margin-left:25px;position:absolute;color:#fff;transition:.3s linear}.button--with-ico-helpdesk:hover{width:80px}.button--with-ico-helpdesk:hover span{visibility:visible;opacity:1}.article-nav .cms-klawisz,.button--search,.login__layer .cms-klawisz,.table--without-after .cms-klawisz,.table--without-after .cms-klawisz--mb,.table .cms-klawisz,.table .cms-klawisz--mb,.text-center .cms-klawisz,.text-center .cms-klawisz--mb{font-size:16px;line-height:normal;letter-spacing:normal;background-color:#6f55be;border-color:#6f55be;color:#fff;padding:16px 45px}.article-nav .cms-klawisz i,.button--search i,.login__layer .cms-klawisz i,.table--without-after .cms-klawisz--mb i,.table--without-after .cms-klawisz i,.table .cms-klawisz--mb i,.table .cms-klawisz i,.text-center .cms-klawisz--mb i,.text-center .cms-klawisz i{color:#fff}@media (max-width:1024px){.article-nav .cms-klawisz,.button--search,.login__layer .cms-klawisz,.table--without-after .cms-klawisz,.table--without-after .cms-klawisz--mb,.table .cms-klawisz,.table .cms-klawisz--mb,.text-center .cms-klawisz,.text-center .cms-klawisz--mb{margin-bottom:16px}}@media (max-width:768px){.article-nav .cms-klawisz,.button--search,.login__layer .cms-klawisz,.table--without-after .cms-klawisz,.table--without-after .cms-klawisz--mb,.table .cms-klawisz,.table .cms-klawisz--mb,.text-center .cms-klawisz,.text-center .cms-klawisz--mb{margin-top:30px}}@media (max-width:320px){.article-nav .cms-klawisz,.button--search,.login__layer .cms-klawisz,.table--without-after .cms-klawisz,.table--without-after .cms-klawisz--mb,.table .cms-klawisz,.table .cms-klawisz--mb,.text-center .cms-klawisz,.text-center .cms-klawisz--mb{margin-top:16px}}.button--gray{line-height:normal;letter-spacing:normal;position:relative;background:#737373;border-radius:5px;border-color:#737373;border-style:solid;padding:5px 15px;margin:4px;color:#fff!important;cursor:pointer;font-size:16px}.button--gray:disabled{cursor:default!important}.button--gray:disabled:before{display:none!important}.button--gray span{position:relative;z-index:2;font-size:16px}.button--gray a:hover{text-decoration:none}.button--gray:before{content:"";position:absolute;bottom:0;left:0;width:0;height:100%;background-color:hsla(0,0%,45.1%,.5);transition:all .3s;z-index:0;border-radius:5px}.button--gray:hover:not(:disabled){color:#fff}.button--gray:hover:not(:disabled) i{color:#fff}.button--gray:hover:not(:disabled):before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:rgba(86,86,86,.5);transition:all .3s;z-index:0;border:none;color:#fff}.button--cemetery{font-size:16px;line-height:normal;letter-spacing:normal;display:inline-flex;background-color:#6f55be;border-color:#6f55be;color:#fff!important;margin:4px;padding:5px 25px}.button--cemetery:hover{color:#fff;text-decoration:none!important}@media (max-width:419px){.button--cemetery-fullWidth{width:100%!important;justify-content:center;box-sizing:border-box}}.button--cemetery-fullWidth span{text-align:center}.button--cemetery-orange{font-size:16px;line-height:normal;letter-spacing:normal;display:inline-flex;background-color:#ff6900;border-color:#ff6900;color:#fff!important;margin:4px;padding:5px 25px}.button--cemetery-orange:hover{color:#fff;text-decoration:none!important}.button--cemetery-orange:hover:before{background-color:rgba(194,70,0,.7)}.button--cemetery-orange:before{background-color:rgba(194,70,0,.7)}.button--delete{font-size:16px;line-height:normal;letter-spacing:normal;display:inline-flex;background-color:#c52233;border-color:#c52233;color:#fff!important;margin:4px;padding:5px 25px}.button--delete:disabled{cursor:default!important}.button--delete:disabled:before{display:none!important}.button--delete:not(:disabled):before{background-color:rgba(109,18,28,.5)}.button--delete:not(:disabled):hover{color:#fff;text-decoration:none!important}.button--delete:not(:disabled):hover:before{background-color:rgba(109,18,28,.5)}.button--send,.modal--login .button__login{margin-top:11px;cursor:pointer}.button--darker,.button--read-more,.button--route,.button--send,.modal--login .button__login{font-size:16px;line-height:normal;letter-spacing:normal;background-color:#6f55be;border-color:#6f55be;color:#fff;padding:16px 45px}.button--darker,.button--read-more,.button--route{margin:unset}.button--darker i,.button--read-more i,.button--route i{color:#fff}.button--darker{background:#44317e;border-color:#44317e}.button--darker:hover:before{background-color:#6f55be}.button--route{background:#44317e;border-color:#44317e;padding:8px 25px;margin:10px}.button--route:hover:before{background-color:#6f55be}.button--with-ico-parochialis{font-size:16px;line-height:normal;letter-spacing:normal;border-color:#ca4a4b;background-color:#f26b6c;color:#fff;margin-top:11px;padding:16px 45px;cursor:pointer}.button--with-ico-parochialis svg{margin-right:15px;z-index:2}.button--with-ico-parochialis p{z-index:2}.button--with-ico-parochialis:before{background-color:#ca4a4b!important}.gm-control-active{transition:filter .3s ease}.gm-control-active:hover{filter:grayscale(100%) brightness(150%) sepia(90%) hue-rotate(-16deg) saturate(1300%) contrast(1)}.gm-control-active:active>img:first-child,.gm-control-active:hover>img:first-child{display:block}.gm-control-active:active>img:nth-child(3),.gm-control-active:hover>img:nth-child(2){display:none}.checkbox{--background:#fff;--border:#6f55be;--border-hover:#6f55be;--border-active:#6f55be;--tick:#fff;position:relative;display:flex;cursor:pointer;align-items:flex-end;padding-bottom:16px;font-size:16px;color:grey;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;left:-15px}@media (max-width:768px){.checkbox{padding-bottom:0;align-items:center!important;font-size:14px!important}}.checkbox .checkmark{position:relative;top:-3px;right:10px;width:20px;height:20px;background-color:#eee;border-radius:3px;border:2px solid #6f55be;box-sizing:border-box;box-shadow:inset 0 0 1px #999;min-width:20px}.checkbox .checkmark:after{position:absolute;top:50%;left:50%;width:10px;height:10px;transform:translate(-50%,-50%);content:"";box-sizing:border-box;background:#eee}.checkbox a{color:#ff6900;text-decoration:none!important}.checkbox a:hover{color:#322262}.checkbox input,.checkbox svg{width:21px;height:21px;display:block}.checkbox input{opacity:0}.checkbox input:checked~.checkmark:after{background:#6f55be!important;display:block}.checkbox input:hover{--s:2px;--b:var(--border-hover)}.checkbox input:checked{--b:var(--border-active)}.checkbox svg{pointer-events:none;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke:var(--stroke,var(--border-active));position:absolute;top:3px;left:0;width:21px;height:21px;transform:scale(var(--scale,1)) translateZ(0)}.checkbox.path input:checked{--s:2px;transition-delay:.4s}.checkbox.path input:checked+svg{--a:16.1 86.12;--o:102.22}.checkbox.path svg{stroke-dasharray:var(--a,86.12);stroke-dashoffset:var(--o,86.12);transition:stroke-dasharray .6s,stroke-dashoffset .6s}.checkbox.bounce{--stroke:var(--tick)}.checkbox.bounce input:checked{--s:11px}.checkbox.bounce input:checked+svg{-webkit-animation:bounce .4s linear .2s forwards;animation:bounce .4s linear .2s forwards}.checkbox.bounce svg{--scale:0}@-webkit-keyframes bounce{50%{transform:scale(1.2)}75%{transform:scale(.9)}to{transform:scale(1)}}@keyframes bounce{50%{transform:scale(1.2)}75%{transform:scale(.9)}to{transform:scale(1)}}.ctooltip,.ctooltip--text{position:relative;width:25px;height:auto;display:flex}.ctooltip--text{width:auto}.ctooltip--social{display:inline-block;width:35px}.ctooltip--text .tooltiptext,.ctooltip--text .tooltiptext--200,.ctooltip--text .tooltiptext--news,.ctooltip .tooltiptext,.ctooltip .tooltiptext--200,.ctooltip .tooltiptext--news{visibility:hidden;width:120px;background-color:#000;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1;bottom:100%;left:50%;margin-left:-60px}.ctooltip--text .tooltiptext--news,.ctooltip .tooltiptext--news{height:20px;width:225px;background-color:#fff;top:110%;left:0;z-index:-1;color:#322262;border:2px solid #322262;border-radius:5px;padding:5px 10px;margin:0 10px;transform:translateX(-107px)}.ctooltip--text .tooltiptext--news span,.ctooltip .tooltiptext--news span{color:#322262;z-index:-1}.ctooltip--text .tooltiptext--200,.ctooltip .tooltiptext--200{width:200px;z-index:1}.ctooltip--text .ctooltiptext,.ctooltip .ctooltiptext{visibility:hidden;background-color:#fff;text-align:center;position:absolute;top:110%;z-index:10;color:#322262;border:2px solid #322262;border-radius:5px;padding:5px 10px;margin:0 10px}.ctooltip--text .ctooltiptext--offseted,.ctooltip .ctooltiptext--offseted{width:250px;font-size:11px;transform:translateX(-50%);margin:0 0 0 -15px!important}.ctooltip--text .ctooltiptext--footer,.ctooltip .ctooltiptext--footer{top:0;width:130px;margin-top:30px;transform:translateX(-65px);overflow:visible!important}@media (max-width:1699px){.ctooltip--text .ctooltiptext--footer,.ctooltip .ctooltiptext--footer{transform:translateX(-155px)}}@media (max-width:1023px){.ctooltip--text .ctooltiptext--footer,.ctooltip .ctooltiptext--footer{display:none}}.ctooltip--text:not(.ctooltip--inactive):hover .ctooltiptext,.ctooltip:not(.ctooltip--inactive):hover .ctooltiptext{visibility:visible;outline:none}.ctooltip--text:hover .tooltiptext,.ctooltip--text:hover .tooltiptext--200,.ctooltip--text:hover .tooltiptext--news,.ctooltip:hover .tooltiptext,.ctooltip:hover .tooltiptext--200,.ctooltip:hover .tooltiptext--news{visibility:visible}.input--with-padding{width:100%!important;height:42px!important;font-size:16px;padding:15px 15px 7px;border:none;border-bottom:2px solid #6f55be;outline:none;box-sizing:border-box;background:transparent}.input--spaced{margin:16px 0}.input--spaced select{padding:7px}.input--error .login__form input:focus[type=password],.input--error .login__form input:focus[type=text],.input--error .login__form input[type=password],.input--error .login__form input[type=text],.input--error .ui-form-input,.input--error .value,.input--error .value:focus,.login__form .input--error input:focus[type=password],.login__form .input--error input:focus[type=text],.login__form .input--error input[type=password],.login__form .input--error input[type=text]{border-color:red!important}.input--error .form-input-label,.input--error .placeholder{color:red!important}.input__generateApi.ctable__row{background:unset!important;padding:0}.input__generateApi.ctable__row .input,.input__generateApi.ctable__row .input--spaced{height:44px;margin:0}.input__generateApi.ctable__row .input--spaced input,.input__generateApi.ctable__row .input input{height:100%}.form_input,.input,.input--spaced{flex:1;width:100%;position:relative}.form_input a,.input--spaced a,.input a{color:#ff6900;text-decoration:none!important}.form_input a:hover,.input--spaced a:hover,.input a:hover{color:#322262}.login__form input[type=password],.login__form input[type=text],.value{height:42px;font-size:16px;padding:15px 15px 7px;border:none;border-bottom:2px solid #6f55be;width:100%;outline:none;box-sizing:border-box}.placeholder{pointer-events:none;position:absolute;font-weight:400;top:11px;left:0;padding:0 8px;background-color:#fff;border-radius:5px;transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1);color:grey}.placeholder--left{transform:scale(.75) translateY(-28px) translateX(-19.5%)!important}.login__form input:not(:-moz-placeholder-shown):not(:focus)[type=password]+.placeholder,.login__form input:not(:-moz-placeholder-shown):not(:focus)[type=text]+.placeholder,.value:not(:-moz-placeholder-shown).value:not(:focus)+.placeholder{transform:scale(.75) translateY(-28px) translateX(-15%);color:#6f55be;-moz-transition:.2s ease;transition:.2s ease}.login__form input:not(:-ms-input-placeholder):not(:focus)[type=password]+.placeholder,.login__form input:not(:-ms-input-placeholder):not(:focus)[type=text]+.placeholder,.value:not(:-ms-input-placeholder).value:not(:focus)+.placeholder{transform:scale(.75) translateY(-28px) translateX(-15%);color:#6f55be;-ms-transition:.2s ease;transition:.2s ease}.login__form input:not(:placeholder-shown):not(:focus)[type=password]+.placeholder,.login__form input:not(:placeholder-shown):not(:focus)[type=text]+.placeholder,.value:not(:placeholder-shown).value:not(:focus)+.placeholder{transform:scale(.75) translateY(-28px) translateX(-15%);color:#6f55be;transition:.2s ease}.login__form input:focus[type=password],.login__form input:focus[type=text],.value:focus{border-color:#6f55be}.login__form input:focus[type=password]+.placeholder,.login__form input:focus[type=text]+.placeholder,.value:focus+.placeholder{transform:scale(.75) translateY(-28px) translateX(-15%);color:#6f55be;transition:.2s ease}@media (max-width:768px){.login__form input:focus[type=password]+.placeholder,.login__form input:focus[type=text]+.placeholder,.value:focus+.placeholder{transform:scale(.75) translateY(-120%) translateX(-15%)}}.login__form input:invalid:not(:-moz-placeholder-shown)[type=password],.login__form input:invalid:not(:-moz-placeholder-shown)[type=text],.value:invalid:not(:-moz-placeholder-shown){-moz-transition:.2s ease;transition:.2s ease;border-color:#f52c5c}.login__form input:invalid:not(:-ms-input-placeholder)[type=password],.login__form input:invalid:not(:-ms-input-placeholder)[type=text],.value:invalid:not(:-ms-input-placeholder){-ms-transition:.2s ease;transition:.2s ease;border-color:#f52c5c}.login__form input:invalid:not(:placeholder-shown)[type=password],.login__form input:invalid:not(:placeholder-shown)[type=text],.value:invalid:not(:placeholder-shown){transition:.2s ease;border-color:#f52c5c}.login__form input:invalid:not(:-moz-placeholder-shown)[type=password]+.placeholder,.login__form input:invalid:not(:-moz-placeholder-shown)[type=text]+.placeholder,.value:invalid:not(:-moz-placeholder-shown)+.placeholder{-moz-transition:.2s ease;transition:.2s ease;color:#f52c5c}.login__form input:invalid:not(:-ms-input-placeholder)[type=password]+.placeholder,.login__form input:invalid:not(:-ms-input-placeholder)[type=text]+.placeholder,.value:invalid:not(:-ms-input-placeholder)+.placeholder{-ms-transition:.2s ease;transition:.2s ease;color:#f52c5c}.login__form input:invalid:not(:placeholder-shown)[type=password]+.placeholder,.login__form input:invalid:not(:placeholder-shown)[type=text]+.placeholder,.value:invalid:not(:placeholder-shown)+.placeholder{transition:.2s ease;color:#f52c5c}.login__form input.input--spaced:invalid:not(:-moz-placeholder-shown):not(:focus)[type=password]+.placeholder,.login__form input.input--spaced:invalid:not(:-moz-placeholder-shown):not(:focus)[type=text]+.placeholder,.login__form input:invalid:not(:-moz-placeholder-shown).input:not(:focus)[type=password]+.placeholder,.login__form input:invalid:not(:-moz-placeholder-shown).input:not(:focus)[type=text]+.placeholder,.value.input--spaced:invalid:not(:-moz-placeholder-shown):not(:focus)+.placeholder,.value:invalid:not(:-moz-placeholder-shown).input:not(:focus)+.placeholder{transform:scale(.75) translateY(-28px) translateX(-15%);color:#f52c5c;-moz-transition:.2s ease;transition:.2s ease}.login__form input.input--spaced:invalid:not(:-ms-input-placeholder):not(:focus)[type=password]+.placeholder,.login__form input.input--spaced:invalid:not(:-ms-input-placeholder):not(:focus)[type=text]+.placeholder,.login__form input:invalid:not(:-ms-input-placeholder).input:not(:focus)[type=password]+.placeholder,.login__form input:invalid:not(:-ms-input-placeholder).input:not(:focus)[type=text]+.placeholder,.value.input--spaced:invalid:not(:-ms-input-placeholder):not(:focus)+.placeholder,.value:invalid:not(:-ms-input-placeholder).input:not(:focus)+.placeholder{transform:scale(.75) translateY(-28px) translateX(-15%);color:#f52c5c;-ms-transition:.2s ease;transition:.2s ease}.login__form input.input--spaced:invalid:not(:placeholder-shown):not(:focus)[type=password]+.placeholder,.login__form input.input--spaced:invalid:not(:placeholder-shown):not(:focus)[type=text]+.placeholder,.login__form input:invalid:not(:placeholder-shown).input:not(:focus)[type=password]+.placeholder,.login__form input:invalid:not(:placeholder-shown).input:not(:focus)[type=text]+.placeholder,.value.input--spaced:invalid:not(:placeholder-shown):not(:focus)+.placeholder,.value:invalid:not(:placeholder-shown).input:not(:focus)+.placeholder{transform:scale(.75) translateY(-28px) translateX(-15%);color:#f52c5c;transition:.2s ease}.logo{-webkit-box:1;-moz-box:1;flex:1 0 auto;flex-basis:200px;background:#fff;padding:2px 0;box-sizing:border-box}.logo,.logo a{display:flex;align-items:center}.svg-arrow,.svg-arrow--blue,.svg-arrow--orange{position:absolute;top:50%;right:-60px;transform:translateY(-20%);width:83px;height:70px}@media (max-width:768px){.svg-arrow,.svg-arrow--blue,.svg-arrow--orange{display:none}}.svg-arrow--orange{right:0}.svg-arrow--orange path{fill:#ff6900;fill-opacity:1;stroke:#ff6900;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;transition:all .4s;transform:scaleX(.85)}.svg-arrow--blue{right:unset;left:360px;transform:translateY(-6%)}.svg-arrow--blue path{fill:#44317e;fill-opacity:1;stroke:#44317e;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;transition:all .4s}.slider__container--min-height:hover .svg-arrow--orange path,.slider__container:hover .svg-arrow--orange path{transform:scale(.9,1.1)}.section--gray:hover .svg-arrow--blue path{transform:scaleY(1.1)}.textarea{position:relative;padding:0;margin:16px 0 0;font-family:Poppins,sans-serif;background-color:#fff;border-radius:4px}.textarea,.textarea textarea{box-sizing:border-box;width:100%}.textarea textarea{height:78px;padding:13px 15px;border:none;border-bottom:2px solid #6f55be;outline:0}.textarea textarea:not(:-moz-placeholder-shown):not(:focus)+.form-input-label{top:-8px;left:5px;color:#6f55be;font-size:12px}.textarea textarea:not(:-ms-input-placeholder):not(:focus)+.form-input-label{top:-8px;left:5px;color:#6f55be;font-size:12px}.textarea textarea:not(:placeholder-shown):not(:focus)+.form-input-label{top:-8px;left:5px;color:#6f55be;font-size:12px}.textarea textarea:focus+.form-input-label{top:-8px;left:5px;color:#6f55be;font-size:12px;background:#fff;font-family:Poppins,sans-serif}.textarea h2{margin-bottom:20px;font-weight:700}.textarea .form-input-label,.textarea h2{font-family:Poppins,sans-serif;text-transform:capitalize}.textarea .form-input-label{position:absolute;top:6px;left:2px;color:grey;font-size:16px;padding-right:.33rem;padding-left:.33rem;transition:all .15s cubic-bezier(.4,0,.2,1)}.textarea .ui-form-btn{padding:13px 15px;border-radius:8px;background:#1a73e8;outline:0;width:100%;border:none;cursor:pointer;font-size:1rem;color:#fff;font-weight:500}.textarea .error .form-input-label,.textarea .error .ui-form-input{border-color:#d50000;color:#d50000}.text--center{text-align:center;justify-content:center;align-items:center}.text--right{text-align:right;justify-content:flex-end}.text--normal{font-weight:400}.text--bold,.text--strong{font-weight:700}.text--red{color:red}.text--green{color:#00a651}.select,.select--placeholder{width:100%;height:auto;border:none;border-bottom:2px solid #6f55be;padding:7px 6px;font-size:16px;outline:none;color:grey!important;cursor:pointer;background-color:#fff}.select--placeholder:not(:first-child),.select:not(:first-child){margin-left:30px}.select+.placeholder,.select--placeholder+.placeholder{transform:scale(.75) translateY(-28px) translateX(-15%);color:#6f55be;transition:.2s ease}.select.selectedFirst+.placeholder,.selectedFirst.select--placeholder+.placeholder{transform:none!important}.margin--top-45{margin-top:45px}.margin--bottom-30{margin-bottom:30px}.dialog{pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;margin:0;display:grid;height:100%;max-height:none;width:100%;max-width:none;justify-items:center;padding:0;opacity:0;-ms-scroll-chaining:none;overscroll-behavior:contain;z-index:999;background-color:transparent;color:inherit;transition-duration:.2s;transition-timing-function:cubic-bezier(0,0,.2,1);transition-property:transform,opacity,visibility;overflow-y:hidden;align-items:center}.dialog:target,.dialog[open]{pointer-events:auto;visibility:visible;opacity:1}.dialog-box{max-height:calc(100vh - 5em);grid-column-start:1;grid-row-start:1;width:91.666667%;max-width:32rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top-right-radius:1rem;background-color:#fff;padding:1.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1);transition-duration:.2s;box-shadow:0 25px 50px -12px rgba(0,0,0,.25098039215686274);overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.dialog-action{display:flex;margin-top:1.5rem;justify-content:flex-end}.dialog-btn{display:inline-flex;height:3rem;min-height:3rem;flex-shrink:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;flex-wrap:wrap;align-items:center;justify-content:center;border-radius:.5rem;border-color:transparent;padding-left:1rem;padding-right:1rem;text-align:center;font-size:.875rem;line-height:1em;gap:.5rem;font-weight:600;text-decoration-line:none;transition-duration:.2s;transition-timing-function:cubic-bezier(0,0,.2,1);border-width:1px;transition-property:color,background-color,border-color,opacity,box-shadow,transform;--tw-text-opacity:1;--tw-shadow:0 1px 2px 0 rgb(0 0 0/.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);outline-color:var(--fallback-bc,oklch(var(--bc)/1));background-color:#f2f2f2;--tw-bg-opacity:1;--tw-border-opacity:1}@media (max-width:767px){.display--desktop{display:none}}@media (min-width:768px){.display--mobile{display:none!important}}@media (min-width:1024px){.display--mobile-higher{display:none}}.alert{position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100vh;z-index:98;font-weight:600;opacity:0;pointer-events:none;transition:all .4s}.alert.active{opacity:1;pointer-events:all;transition:all .4s}.alert--success,.alert--warning,.alert__container{position:fixed;top:14%;left:50%;width:600px;height:auto;background:#fff;box-sizing:border-box;transform:translate(-50%,-50%);z-index:99;font-size:14px;transition:all .3s;padding:6px;margin:6px;border-radius:3px;text-align:center}.alert--success{display:block;border:1px solid #d6e9c6;background-color:#dff0d8;color:#468847}.alert--warning{display:block;border:1px solid orange;background-color:orange;color:#000}.alert--success-report{color:#468847;text-align:center;font-size:25px;border:1px solid #d6e9c6;background-color:#dff0d8;padding:30px 50px;margin:auto}.alert--warning-report{border:1px solid #ffce74;background-color:#ffe8ca}.alert--fail-report,.alert--warning-report{text-align:center;font-size:25px;padding:30px 50px;margin:auto;color:#000}.alert--fail-report{border:1px solid #ff7474;background-color:#ffcaca}.alert--smaller{font-size:16px;padding:10px 25px;margin:auto;max-width:650px;display:inline-block}.article{display:flex;flex-direction:column;width:100%;height:auto;box-sizing:border-box}.article__header,.article__header--without-height{display:flex;width:100%;height:auto;margin-bottom:25px}@media (min-width:1024px){.article__header,.article__header--without-height{min-height:70px}}.article__header--without-height{min-height:auto}.article__header--without-height h2,.article__header h2{margin:0;font-weight:600}.article__header--without-height a,.article__header a{font-size:21px;line-height:normal;letter-spacing:normal;text-decoration:none;color:#4e4e4e;font-weight:600}.article__header--without-height a:hover,.article__header a:hover{color:#ff6900}.article__footer{display:flex;width:100%;height:auto;margin-top:25px}.article__footer .button--darker{padding:10px 45px}@media (max-width:1023px){.article__footer{margin-bottom:32px}}@media (max-width:768px){.article__footer{justify-content:center}}.article__container,.article__container--column{display:flex;width:100%;height:auto;box-sizing:border-box}@media (max-width:1332px){.article__container,.article__container--column{padding:0 16px}.article__container--column .article__container,.article__container--column .article__container--column,.article__container .article__container,.article__container .article__container--column{padding:0}}@media (max-width:1023px){.article__container,.article__container--column{flex-direction:column}}.article__container--column{flex-direction:column}.article__content{width:100%;height:auto}.article__box,.article__box--white{width:100%;height:auto;display:flex;flex-direction:column;max-width:442px;flex:1;box-sizing:border-box}.article__box--white:not(:first-child),.article__box:not(:first-child){margin-left:80px}@media (max-width:1023px){.article__box--white:not(:first-child),.article__box:not(:first-child){margin-left:0;margin-top:15px}}@media (max-width:1023px){.article__box--white:not(:last-child),.article__box:not(:last-child){border-bottom:1px solid #dedede;padding-bottom:15px;margin-bottom:30px}}@media (max-width:1023px){.article__box,.article__box--white{padding-right:unset;max-width:unset}}@media (max-width:768px){.article__box,.article__box--white{padding:0}}.article__box--white .article__content,.article__box .article__content{position:relative}.article__box--white .article__content:after,.article__box .article__content:after{position:absolute;top:0;right:-40px;content:"";height:102%;background:#e2e2e2;width:1px}@media (max-width:1023px){.article__box--white .article__content:after,.article__box .article__content:after{content:unset}}.article__box--white:last-of-type .article__content,.article__box:last-of-type .article__content{position:relative}.article__box--white:last-of-type .article__content:after,.article__box:last-of-type .article__content:after{position:absolute;top:0;right:-22px;content:unset;background:#000;height:102%;width:2px}.article__box--white{width:100%;height:auto;display:flex;flex-direction:column;max-width:unset;background:#fff;box-shadow:-4px 0 10px -2px #888;padding:10px 30px;box-sizing:border-box}.box--half{display:flex;justify-content:center;flex-direction:row-reverse}@media (max-width:1023px){.box--half{flex-direction:column-reverse}}.box--half>div{flex:1;display:flex;align-items:column;justify-content:center;position:relative}.box--half .padding-right{padding:0 32px 0 0}@media (max-width:1023px){.box--half .padding-right{padding:0;margin-bottom:32px}}.box__header,.box__header--form{display:flex;width:100%;height:auto}.box__header--form{justify-content:center;padding:16px 0}.box__header--form h3{font-size:26px;line-height:normal;letter-spacing:normal;font-weight:600;padding:0;margin:0;color:#6f55be}.box__container{background-color:#fff;padding:16px}@media (max-width:1023px){.box__container{padding:unset}}.box__container-flex{display:flex;gap:10px;justify-content:space-between}.article-nav .box__container-flex .cms-klawisz,.box__container-flex .article-nav .cms-klawisz,.box__container-flex .button--search,.box__container-flex .login__layer .cms-klawisz,.box__container-flex .table--without-after .cms-klawisz,.box__container-flex .table--without-after .cms-klawisz--mb,.box__container-flex .table .cms-klawisz,.box__container-flex .table .cms-klawisz--mb,.box__container-flex .text-center .cms-klawisz,.box__container-flex .text-center .cms-klawisz--mb,.login__layer .box__container-flex .cms-klawisz,.table--without-after .box__container-flex .cms-klawisz,.table--without-after .box__container-flex .cms-klawisz--mb,.table .box__container-flex .cms-klawisz,.table .box__container-flex .cms-klawisz--mb,.text-center .box__container-flex .cms-klawisz,.text-center .box__container-flex .cms-klawisz--mb{flex:0 0 153px;justify-content:center;text-align:center}@media (max-width:479px){.box__container-flex{flex-direction:column;padding-top:25px!important;gap:5px}.box__container-flex p{text-align:center}.article-nav .box__container-flex .cms-klawisz,.box__container-flex .article-nav .cms-klawisz,.box__container-flex .button--search,.box__container-flex .login__layer .cms-klawisz,.box__container-flex .table--without-after .cms-klawisz,.box__container-flex .table--without-after .cms-klawisz--mb,.box__container-flex .table .cms-klawisz,.box__container-flex .table .cms-klawisz--mb,.box__container-flex .text-center .cms-klawisz,.box__container-flex .text-center .cms-klawisz--mb,.login__layer .box__container-flex .cms-klawisz,.table--without-after .box__container-flex .cms-klawisz,.table--without-after .box__container-flex .cms-klawisz--mb,.table .box__container-flex .cms-klawisz,.table .box__container-flex .cms-klawisz--mb,.text-center .box__container-flex .cms-klawisz,.text-center .box__container-flex .cms-klawisz--mb{flex:1}}.box__tag,.box__tag--right{display:flex;align-items:center;background-color:#f6f6f6;padding:12px 40px;margin-right:5px;cursor:pointer;z-index:1}@media (min-width:769px){.box__tag,.box__tag--right{box-shadow:none!important}}@media (max-width:768px){.box__tag,.box__tag--right{flex:1;margin-right:0}}.active.box__tag--right,.box__tag.active{background-color:#fff;font-weight:600}.box__tag--right{display:flex;align-items:center;justify-content:flex-end;cursor:auto;padding-right:0;flex:1;background-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:768px){.box__tag--right{display:none!important}}@media (max-width:829px){.box__tag--right span{font-size:12px!important;padding:5px!important}}.box__tag--right span,.box__tag span{display:flex;justify-content:center;background-color:#fff;padding:7px 15px;transition:.2s}.box__tag--right span:hover,.box__tag span:hover{background-color:#ff6900;color:#fff}.box__tag--right span i,.box__tag--right span svg,.box__tag span i,.box__tag span svg{font-size:22px;margin-right:10px}.box__tag--right span.box__highlighted,.box__tag span.box__highlighted{background-color:#6f55be;color:#fff;transition:.2s}.box__tag--right span.box__highlighted .svg-android,.box__tag span.box__highlighted .svg-android{width:auto;height:22px;fill:#fff;color:#fff;margin-right:10px}.box__tag--right span.box__highlighted:hover,.box__tag span.box__highlighted:hover{background-color:#ff6900;color:#fff}@media (max-width:529px){.box__tag--right span,.box__tag span{flex:1}}@media (max-width:768px){.box__tag,.box__tag--right{padding:10px 20px}.box__tag--right:first-child,.box__tag:first-child{order:2}.box__tag--right:nth-child(2),.box__tag:nth-child(2){order:3}.box__tag--right{order:1}}@media (max-width:529px){.box__tag--right{padding:0;font-size:14px}}.box--search form,.box form{display:flex;width:100%;height:auto}.box--search .input,.box--search .input--spaced,.box .input,.box .input--spaced{position:relative;margin:14px}@media (max-width:1023px){.box--search .input,.box--search .input--spaced,.box .input,.box .input--spaced{width:unset}}.box--search{box-shadow:-8px 8px 4px 0 #e8e8e8}@media (max-width:768px){.box--search{box-shadow:none}}.box--main-search{width:100%;height:auto;display:none}@media (max-width:329px){.box--main-search .input--spaced .placeholder,.box--main-search .input .placeholder{font-size:12px}}.box--main-search .placeholder{font-size:14px}.box--main-search.active{display:flex}@media (max-width:767px){.box--main-search-addressBase{flex-direction:column}}.box__form,.box__form--full,.box__form--without-max-width{display:flex;width:100%;height:auto;flex-direction:column;position:absolute;top:-115px;background:#fff;box-shadow:-4px 0 10px -2px #888;max-width:470px;padding:10px 30px;box-sizing:border-box;z-index:50}.box__form--full:before,.box__form--without-max-width:before,.box__form:before{content:"";position:absolute;z-index:-1;top:1px;bottom:1px;left:0;right:0;z-index:2;pointer-events:none}.box__form--without-max-width{max-width:unset}.box__form--full{position:relative;top:0;max-width:unset}.box__form--full form,.box__form--without-max-width form,.box__form form{display:flex;flex-direction:column;z-index:3}.box__form--full form>div,.box__form--without-max-width form>div,.box__form form>div{margin-bottom:12px}.box__form--full form>div:last-of-type,.box__form--without-max-width form>div:last-of-type,.box__form form>div:last-of-type{display:flex;justify-content:flex-end}@media (max-width:1023px){.box__form,.box__form--full,.box__form--without-max-width{position:relative;top:0;flex-direction:column}}.box__formContactInfo{display:flex;align-items:center;justify-content:center;top:0!important;height:100%!important;text-align:center}@media (min-width:769px){.box--mobile{display:none}}.cemetery__header{font-size:36px;line-height:normal;letter-spacing:normal;width:100%;height:auto;font-family:Poppins,sans-serif;margin-bottom:16px}.cemetery__logo-overflow{position:absolute;bottom:0;right:0;z-index:55;background:#fff;padding:10px 15px 0;border-top-left-radius:25px}.cemetery__logo-overflow img{width:75px!important}.cemetery__footer{margin-top:32px}.cemetery__container,.cemetery__content,.cemetery__footer{display:flex;width:100%;height:auto}.cemetery__content{flex-wrap:wrap;justify-content:center;gap:35px}@media (min-width:768px){.cemetery__list-cemeteries{margin-top:45px}}.cemetery__box{flex:1;max-width:421px;display:flex;flex-direction:column;cursor:pointer;flex-basis:421px;transition:all .2s;position:relative;z-index:2;text-decoration:none;color:initial}.cemetery__box:after,.cemetery__box:before{content:"";position:absolute;box-shadow:0 -5px 20px -3px #bbb;top:0;bottom:0;left:50%;transform:translateX(-50%);right:0;z-index:-1;width:375px}@media (max-width:768px){.cemetery__box:after,.cemetery__box:before{width:100%}}.cemetery__box:after{box-shadow:0 5px 20px -3px #bbb}.cemetery__box:hover img{transform:scale(1);filter:brightness(.8)}.cemetery__box:hover a,.cemetery__box:hover p,.cemetery__box:hover span{color:#ff6900}.cemetery__title{display:flex;align-items:flex-start;padding:16px 40px;background-color:#fff;flex:1}.cemetery__title i{font-size:39px;line-height:normal;letter-spacing:normal;position:relative;top:-4px;left:-8px;color:#6f55be}.cemetery__title p{margin:0!important;color:#4e4e4e}.cemetery__title a{color:#4e4e4e;font-weight:600;text-decoration:none}.cemetery__img{width:100%;height:100%;max-width:421px;max-height:250px;overflow:hidden;position:relative}.cemetery__img img{width:100%;height:auto;transform:scale(1.05);transition:all .4s}.cemetery__search .cemetery__box{margin:0;flex:0 0 calc(50% - 18px)!important}@media (max-width:534px){.cemetery__search .cemetery__box{flex:0 0 calc(100% - 18px)!important}}.cemetery__search .cemetery__content{gap:35px}@media (min-width:535px){.cemetery__search .cemetery__content{justify-content:flex-start}}.cemetery__search>.cemetery__container{padding:0 8px}@media (max-width:768px){.cemetery__search>.cemetery__container{padding:0;flex-direction:column}}.cemetery__search .cemetery__img img{min-height:100%;-o-object-fit:cover;object-fit:cover}.cemetery__search--ads{display:flex;justify-content:space-between;align-items:flex-start;gap:30px}.cemetery__search--ads .cemetery__cemeteries{width:62%}@media (max-width:1332px){.cemetery__search--ads .cemetery__cemeteries{width:75%}}@media (max-width:1023px){.cemetery__search--ads .cemetery__cemeteries{width:100%}}.cemetery__search-ads-container{width:35%}@media (max-width:1332px){.cemetery__search-ads-container{width:25%}}@media (max-width:1023px){.cemetery__search-ads-container{display:none}}.cemetery__adsense-title{color:#777;letter-spacing:.1em;font-size:12px}@media (max-width:768px){.cemetery__adsense-title{margin-top:20px}}.cemetery__adsense-box{border:1px solid #dcdcdc;margin-top:5px;padding:5px;background-color:#fff;text-align:center}@media (min-width:768px){.cemetery__adsense-box{min-height:250px}}@media (max-width:768px){.cemetery__adsense-box{max-height:300px!important;overflow:hidden;width:calc(100% - 10px)}}@media (max-width:768px){.cemetery__adsense-box .adsbygoogle{width:100%!important;max-height:400px}}.cemetery__adsense-box .google-auto-placed{text-align:center}.cemetery__adsense-box--wider .adsbygoogle{width:750px!important;height:150px!important}@media (max-width:768px){.cemetery__adsense-box--wider .adsbygoogle{width:100%!important;max-height:400px!important}}.cemetery__adsense-search-top{width:768px;margin:auto}@media (max-width:1024px){.cemetery__adsense-search-top{width:100%}}.cemetery__sidebar{flex:1;margin-left:35px;margin-top:107px}@media (max-width:1023px){.cemetery__sidebar{margin-top:87px}}@media (max-width:768px){.cemetery__sidebar{margin-bottom:25px;margin-top:10px;margin-left:0;padding:0 10px}}@media (max-width:768px){.cemetery__list{justify-content:center!important}}.cemetery__list-container{flex:2}@media (min-width:768px){.cemetery__list-container .cemetery__list{margin-top:40px}}@media (max-width:768px){.cemetery__list-container{flex:1}}.cemetery__list.cemetery__content .cemetery__box{overflow:hidden;box-shadow:0 10px 15px 2px #bbb}@media (max-width:768px){.cemetery__list.cemetery__content .cemetery__box{flex:0 0 calc(100% - 35px)!important}}@media (max-width:1023px){.cemetery__list.cemetery__content .cemetery__title{font-size:12px;padding:16px 25px}.cemetery__list.cemetery__content .cemetery__title i{font-size:24px;top:-2px}}.contact__container{display:flex;flex-direction:column}.contact__header{display:flex;align-items:center;color:#ff6900}.contact__header img{width:60px;height:60px;padding-right:10px}.contact__content,.contact__content--half,.contact__content--row{display:flex;flex-direction:column;margin-bottom:20px}.contact__content--half p,.contact__content--row p,.contact__content p{margin:0!important}.contact__content--half a,.contact__content--row a,.contact__content a{text-decoration:none;color:#4e4e4e}.contact__content--half a:hover,.contact__content--row a:hover,.contact__content a:hover{color:#ff6900}.contact__content--row{flex-direction:row}.contact__content--row:last-of-type{margin:0}@media (max-width:768px){.contact__content--row{flex-direction:column}}.contact__content--half{display:flex;flex-direction:column;flex:1}.contact__error{position:fixed;bottom:0;z-index:100;opacity:0;transition:.25s}.contact__error-wrapper{display:flex;justify-content:space-between;align-items:center;gap:20px;float:right;color:#fff;background:#ff6900;margin:20px;padding:20px;min-height:80px;border-radius:10px}.contact__error.active{opacity:1;transition:.5s}.contact__error div{display:flex;align-items:center;gap:20px}.contact__error i{color:#fff;font-size:24px}.contact__error span{color:#fff}.contact__error-close{transform:scaleX(1.5);font-weight:100;cursor:pointer}.contact__row{display:flex;gap:15px}.contact__row:not(:first-child){margin-top:16px}@media (max-width:768px){.contact__row{flex-direction:column}.contact__row .input--spaced:not(:first-child),.contact__row .input:not(:first-child){margin-top:16px}}.contact__row--button{display:flex;justify-content:flex-end}.counter{margin:11px 15px}.counter__container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:5px}@media (max-width:768px){.counter__container{padding-bottom:16px;justify-content:center}}.counter__box{flex:1}@media (max-width:768px){.counter__box{min-width:0!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;flex:unset}.counter__box:not(.counter__box--empty){min-width:100px}}.counter__wrapper{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:20px;flex:auto}@media (max-width:768px){.counter__wrapper{width:100%}}.counter__number{font-size:36px;line-height:.83333;letter-spacing:normal;font-family:Poppins,sans-serif;font-weight:900;color:#ff6900}@media (max-width:470px){.counter__number{font-size:18px}}.counter__title{font-size:14px;line-height:normal;letter-spacing:normal;font-family:Poppins,sans-serif}@media (max-width:470px){.counter__title{font-size:12px}}@media (max-width:768px){.counter__button{width:100%;height:auto;display:flex;justify-content:center}}.pagination{font-size:14px;line-height:normal;letter-spacing:normal;list-style:none;padding:0;margin-bottom:0!important;margin-top:16px!important}.pagination,.pagination li{display:flex;justify-content:center}.pagination li{align-items:center;width:auto;height:35px}@media (max-width:768px){.pagination li{height:30px}}.pagination li.disabled span{padding:0 12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:768px){.pagination li.disabled span{padding:0 8px}}@media (max-width:319px){.pagination li.disabled span{padding:0 4px}}.pagination a{position:relative;display:flex;justify-content:center;align-items:center;margin:0 4px;border-radius:3px;text-decoration:none;color:#4e4e4e;z-index:1;width:100%;height:100%;text-align:center;padding:0 16px}@media (max-width:768px){.pagination a{padding:0 12px}}@media (max-width:319px){.pagination a{padding:0 10px;margin:0 2px}}.pagination a:before{content:"";position:absolute;bottom:0;left:0;width:0;height:100%;background-color:rgba(50,34,98,.7);transition:all .3s;z-index:-1;border-radius:5px}.pagination a:after{content:"";position:absolute;bottom:0;right:0;width:100%;height:100%;background-color:#fff;transition:all .3s;z-index:-1;border-radius:3px}.pagination a:hover{color:#fff}.pagination a:hover:before{width:100%}.pagination a:hover:after{width:0}.pagination a:active{color:#ff6900}.pagination .active a{position:relative;color:#fff;border-color:#ff6900;background-color:#ff6900}.pagination .active a:before{content:"";position:absolute;bottom:0;left:0;width:0;height:100%;background-color:rgba(255,105,0,.7);transition:all .3s;z-index:0}.pagination .active a:after{width:0}.pagination__container{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.pagination__container .cpagination{padding-top:0}.pagination__container .cpagination__jump{margin-top:0}.pagination__jump{margin-left:15px;display:flex;justify-content:center;margin-top:16px}.pagination__jump>form{display:flex;gap:8px;margin-bottom:0}.pagination__jump-input{border:2px solid #ff6900;border-radius:5px;max-height:35px;width:35px;padding:5px 10px;box-sizing:content-box}.pagination__jump-submit{background-color:#ff6900;border:none;border-radius:5px;height:35px;color:#fff;padding:5px 10px;font-weight:400;min-width:55px;cursor:pointer}.media{position:fixed;top:191px;right:0;z-index:98}.media,.media__container{pointer-events:none}.media a{pointer-events:all;position:relative;right:-40px;display:block;transform:rotate(-90deg)}.media .helpdesk{padding:10px 20px;background:#ff6900;border:1px solid #ff6900;text-transform:uppercase;color:#fff;cursor:pointer;transition:all .2s}@media (max-width:768px){.media .helpdesk{display:none}}@media (max-width:1023px){.media .helpdesk{padding:4px 0 17px 12px}}.media .helpdesk:hover{background:#6f55be;border:1px solid #6f55be}.media .helpdesk img{position:absolute;top:5px;right:15px;transform:rotate(90deg)}@media (max-width:1023px){.media .helpdesk img{top:7px;right:12px;width:13px}}.media .helpdesk span{padding-right:30px}@media (max-width:1420px){.media{position:fixed;top:unset;right:0;bottom:200px}}@media (max-width:1023px){.media{bottom:unset;top:150px}}.modal,.modal--large,.modal--login{position:fixed;top:50%;left:50%;width:350px;height:auto;background:#fff;box-sizing:border-box;transform:translate(-50%,-50%);z-index:99;padding:16px;font-size:14px;opacity:0;pointer-events:none;transition:all .3s}.modal__error p{margin:0!important;text-align:center;color:red}.active.modal--large,.active.modal--login,.modal.active{opacity:1;pointer-events:all;z-index:115}.modal--large{width:1000px;height:auto}.modal--login a{margin-top:1.5rem}.modal--login .button__login{padding:5px 10px}.modal--login .button__login:is(button){width:180px;margin-left:10px}.modal__background{position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100vh;z-index:98;background:rgba(0,0,0,.3);opacity:0;pointer-events:none}.modal__background.active{opacity:1;pointer-events:all}.login__title,.modal__header{position:relative;display:flex;justify-content:center;font-size:21px;line-height:normal;letter-spacing:normal;color:#6f55be;padding:16px 0}.modal__written-confirm{display:flex;align-items:center;flex-direction:column}.modal__written-confirm span{margin-bottom:15px}.modal__container{display:flex;justify-content:center;flex-direction:column;padding:16px;box-sizing:border-box}.modal__container p{text-align:center}.modal__container--white{width:300px;height:auto;padding:10px;background:#fff;opacity:0;pointer-events:none}.modal__container--white.active{opacity:1;pointer-events:all}.modal__content{padding-bottom:16px}.modal__footer{display:flex;justify-content:center;align-items:center}.modal--close,.modal--close--no-top{left:unset!important;top:-20px!important;right:-5px;cursor:pointer}.modal--close--no-top{top:0!important}.modal--close--no-top:hover span,.modal--close:hover span{background:#ff6900}.modal--close--no-top:hover span:after,.modal--close:hover span:after{background:#ff6900}.modal--large form,.modal--login form,.modal form{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:auto;font-size:14px}.modal--large form>div:first-of-type,.modal--login form>div:first-of-type,.modal form>div:first-of-type{width:100%}.login__form .modal--large form input[type=password],.login__form .modal--large form input[type=text],.login__form .modal--login form input[type=password],.login__form .modal--login form input[type=text],.login__form .modal form input[type=password],.login__form .modal form input[type=text],.modal--large form .login__form input[type=password],.modal--large form .login__form input[type=text],.modal--large form .value,.modal--login form .login__form input[type=password],.modal--login form .login__form input[type=text],.modal--login form .value,.modal form .login__form input[type=password],.modal form .login__form input[type=text],.modal form .value{margin:16px 0;height:30px;padding:15px 15px 13px 9px}.modal--large form .placeholder,.modal--login form .placeholder,.modal form .placeholder{top:21px}.modal--large .button--send,.modal--login .button--send,.modal--login .button__login,.modal .button--send{display:flex;justify-content:center;width:100%;margin:unset;margin-top:16px}.modal--large a,.modal--login a,.modal a{color:#4e4e4e;text-decoration:unset}.modal--large a:hover,.modal--login a:hover,.modal a:hover{color:#ff6900}.modal--large label,.modal--login label,.modal label{cursor:pointer}.modal__layer{background:none;color:#fff;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.modal--session.active{cursor:pointer;pointer-events:auto}.modal--session .modal__box{display:flex;font-size:16px;background-color:#ff6900;padding:70px;align-items:center;justify-content:center}.modal--session .modal__box div:first-child{margin-right:50px}.modal__column--clock{font-size:1.5em;display:flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:15px;padding:10px;max-height:40px}.modal__column--clock span:last-child{width:28px}.modal__column--clock span:nth-child(2){width:13px;text-align:center}.modal__column--alert p:first-child{font-size:1.5em;padding-bottom:10px}.footer__menu,.navbar{-webkit-box:6;-moz-box:6;flex:6 0 auto;display:flex;align-items:center}@media (max-width:1023px){.footer__menu,.navbar{display:none}}.footer__menu ul,.navbar ul{display:flex;align-items:center;justify-content:space-around;width:100%;height:auto;list-style:none;padding:0;margin:0}.footer__menu li,.navbar li{position:relative}.footer__menu a,.navbar a{text-decoration:none;transition:all .2s;color:#000}.footer__menu a.active,.footer__menu a.selected,.navbar a.active,.navbar a.selected{color:#ff6900;font-weight:900}.footer__menu a:after,.navbar a:after{width:100%;height:0;position:absolute;top:30px;left:0;content:"";background-color:#322262;transition:all .2s;opacity:0}.footer__menu a:hover,.navbar a:hover{color:#322262}.footer__menu a:hover:after,.navbar a:hover:after{width:100%;height:2px;position:absolute;top:40px;left:0;content:"";background-color:#322262;transition:all .2s;opacity:1}.footer__menu a:active,.navbar a:active{color:#ff6900}.panel{-webkit-box:1;-moz-box:1;flex:1 0 auto;align-items:flex-end;justify-content:center}.panel,.panel__container{display:flex}@media (max-width:1023px){.panel__container{display:none}}.article-nav .panel__container .cms-klawisz,.login__layer .panel__container .cms-klawisz,.modal--login .panel__container .button__login,.panel__container .article-nav .cms-klawisz,.panel__container .button--cemetery,.panel__container .button--cemetery-orange,.panel__container .button--darker,.panel__container .button--delete,.panel__container .button--gray,.panel__container .button--read-more,.panel__container .button--route,.panel__container .button--search,.panel__container .button--send,.panel__container .button--with-ico,.panel__container .button--with-ico-lightred,.panel__container .button--with-ico-parochialis,.panel__container .button--with-ico-purple,.panel__container .login__layer .cms-klawisz,.panel__container .modal--login .button__login,.panel__container .offer__button,.panel__container .table--without-after .cms-klawisz,.panel__container .table--without-after .cms-klawisz--mb,.panel__container .table .cms-klawisz,.panel__container .table .cms-klawisz--mb,.panel__container .text-center .cms-klawisz,.panel__container .text-center .cms-klawisz--mb,.table--without-after .panel__container .cms-klawisz,.table--without-after .panel__container .cms-klawisz--mb,.table .panel__container .cms-klawisz,.table .panel__container .cms-klawisz--mb,.text-center .panel__container .cms-klawisz,.text-center .panel__container .cms-klawisz--mb{padding:15px 20px;margin:0 5px}.panel__container .button--with-ico-lightred{padding:5px 20px 5px 15px}.panel__container .button--with-ico-lightred span.title{margin:0 auto}.panel__hamburger{position:relative;display:none;padding:32px 16px}@media (max-width:1023px){.panel__hamburger{display:block;padding:16px}}.panel__hamburger span{width:30px;height:4px;position:relative;display:block;background-color:#000}.panel__hamburger span:before{width:30px;height:4px;position:absolute;top:-8px;right:0;content:"";background-color:#000}.panel__hamburger span:after{width:20px;height:4px;position:absolute;top:8px;right:0;content:"";background-color:#000}.search{display:flex;align-items:center;justify-content:flex-start;width:100%;height:100%}.search__container{display:flex;flex-direction:column;width:100%;height:auto;max-width:810px}@media (max-width:768px){.search__container{background:#f3f3f3;padding:25px 5px;margin-top:0}}.search__header{font-size:50px;line-height:1;letter-spacing:normal;width:100%;height:auto;position:relative;max-width:320px;font-family:Poppins,sans-serif;margin-bottom:16px}@media (max-width:768px){.search__header{display:none}}.search__header--mobile{font-size:24px;line-height:1;letter-spacing:normal;width:100%;height:auto;position:relative;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;font-family:Poppins,sans-serif;margin-bottom:16px;font-weight:600;padding:0 12px;display:none}@media (max-width:768px){.search__header--mobile{display:initial}}.search__navigation{padding:0 0 0 15px;font-size:11px;position:relative;top:-5px;gap:10px;display:flex}.search__navigation-item{text-decoration:none}.search__navigation-item--active{font-weight:600}.sessionContainer{display:block;left:0;position:relative;height:22px;right:0;width:100%;margin:0 auto;z-index:100;text-align:center;color:#000!important}.sessionContainer .sessionText{font-size:12px;color:#000;display:flex;align-items:center;justify-content:center}.sessionContainer .sessionText span{font-weight:700}.sessionContainer .sessionText .sessionClock{width:45px;display:flex}.sessionContainer .sessionText .sessionClock .js-sessionMinutes{padding:0 5px}.sessionContainer .sessionText .sessionClock .js-sessionSeconds{flex:1;padding:0 5px}.sessionContainer .sessionAlert{position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;background-color:#fff;width:100%;padding:2px}.sessionContainer.ending .sessionAlert{background-color:#44317e}.sessionContainer.ending .sessionExtend,.sessionContainer.ending .sessionText{color:#fff}.sessionContainer .sessionExtend{text-decoration:underline;cursor:pointer;font-size:12px;display:none;margin:0 2%}.sessionContainer+.header .header__container{margin-top:19px}@media (max-width:815px){.sessionContainer.ending:not(.js-sessionExpired){height:36px}.sessionContainer.ending:not(.js-sessionExpired)+.header .header__container{margin-top:33px}}.searchHints{position:absolute;top:100%;bottom:0;width:100%;height:auto;padding:0 1px;box-sizing:border-box;z-index:99;display:none;height:100vh;max-width:575px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-height:1000px}.searchHints__container{display:flex;flex-direction:column;width:100%;height:auto;background:#fff;border:1px solid #737373;border-radius:3px;margin:0!important}.searchHints ul{list-style:none;box-sizing:border-box;padding:0}.searchHints li{padding:2px 8px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchHints li:nth-of-type(odd){background:#f3f3f3}.searchHints li:hover{background:#dedede}.searchHints a{text-decoration:none;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:pre-wrap;display:block}.searchHints.active{display:block}.remote__title{text-align:center;font-size:30px;margin-bottom:15px}.remote__container{display:flex;width:700px;margin:auto}@media (max-width:749px){.remote__container{width:100%;flex-wrap:wrap;flex-direction:column}}.remote__box{background-color:#fbfbfb;padding:25px;justify-content:center;align-items:center;flex:1;display:flex;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);flex-direction:column;color:initial;text-decoration:none;transition:transform .3s ease}.remote__box:hover{transform:translateY(-5px)}.remote__box:hover p{color:#ff6900}.remote__box p{transition:color .3s ease;margin-bottom:0!important}@media (min-width:750px){.remote__box:not(:first-child){margin-left:25px}}@media (max-width:749px){.remote__box:not(:first-child){margin-top:25px}}@media (max-width:749px){.remote__box{margin-left:10px;margin-right:10px}}.remote__popup{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;bottom:30px;left:15px;background-color:#ff6900;padding:20px;color:#fff;width:300px;z-index:2;text-align:center;pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:115}.remote__popup--firefox{bottom:unset;left:unset;right:45px;top:100px}.remote__popup--firefox:after{bottom:unset;top:-10px}.remote__popup--chrome{bottom:unset;left:unset;top:70px;right:75px}.remote__popup--chrome:after{bottom:unset;top:-10px}.remote__popup.active{opacity:1}.remote__popup:after{content:"";background-color:#ff6900;width:20px;height:20px;position:absolute;bottom:-10px;transform:rotate(45deg)}.cookies-message-container{position:fixed;left:0;bottom:150px;z-index:999;width:100%;max-width:568px;height:87px;pointer-events:none}.cookies-message{height:100%;background-color:rgba(0,0,0,.7);pointer-events:all}.cookies-message img{margin-top:15px;margin-left:15px}.cookies-title{left:100px;top:20px;margin:0!important}.cookies-close,.cookies-title{position:absolute;color:#fff;font-weight:700}.cookies-close{top:10px;right:10px}.cookies-close:hover{color:#2baeb8;text-decoration:none}.cookies-opis{position:absolute;top:50px;left:100px;color:#fff;font-size:11px}.cookies-text{color:#e2b421}.kws_kontener{position:relative}.ramka_kws{width:100%;margin-bottom:15px}.ramka_zewnetrzna_kws .ramka_tytul,.ramka_zewnetrzna_kws_najechana .ramka_tytul{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.ramka_zewnetrzna_kws_wybrana .ramka_tytul{border-bottom-left-radius:0;border-bottom-right-radius:0}.ramka_zewnetrzna_kws_wybrana .date__publicate-info{width:100%;text-align:center;border-right:1px solid #000;border-left:1px solid #000}.ramka_zewnetrzna_kws,.ramka_zewnetrzna_kws_najechana,.ramka_zewnetrzna_kws_wybrana{cursor:pointer;border:0;position:relative}.ramka_zewnetrzna_kws:before,.ramka_zewnetrzna_kws_najechana:before,.ramka_zewnetrzna_kws_wybrana:before{top:-10px}.ramka_zewnetrzna_kws:last-child:after,.ramka_zewnetrzna_kws_najechana:last-child:after,.ramka_zewnetrzna_kws_wybrana:last-child:after{bottom:-10px}.ramka_zewnetrzna_kws .ramka_tytul,.ramka_zewnetrzna_kws_najechana .ramka_tytul,.ramka_zewnetrzna_kws_wybrana .ramka_tytul{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-top-left-radius:5px;border-top-right-radius:5px;box-shadow:inset 0 0 0 2px rgba(0,0,0,.5)}.ramka_zewnetrzna_kws .ramka_tytul__lewo,.ramka_zewnetrzna_kws_najechana .ramka_tytul__lewo,.ramka_zewnetrzna_kws_wybrana .ramka_tytul__lewo{font-weight:600}.ramka_zewnetrzna_kws .ramka_data,.ramka_zewnetrzna_kws_najechana .ramka_data,.ramka_zewnetrzna_kws_wybrana .ramka_data{font-style:italic;font-weight:400;font-size:67px;line-height:1.1;position:absolute;right:20px;top:0;color:rgba(0,0,0,.1)}@media (max-width:1200px){.ramka_zewnetrzna_kws .ramka_data,.ramka_zewnetrzna_kws_najechana .ramka_data,.ramka_zewnetrzna_kws_wybrana .ramka_data{font-size:16px;top:4px}}.ramka_zewnetrzna_kws{color:#444}.ramka_zewnetrzna_kws_najechana{color:#000}.ramka_zewnetrzna_kws_wybrana{color:#f13e28}.ramka_wewnetrzna_kws,.ramka_wewnetrzna_kws_widoczna{cursor:default;display:none;color:#000;border:1px solid #f3f3f3;padding:25px 45px;font-weight:400;transition:border-color .3s ease}.ramka_wewnetrzna_kws_widoczna{border-color:#44317e;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:0}.ramka_tytul{background-color:#f3f3f3;position:relative;transition:background .3s ease;display:flex;flex-direction:row;align-items:stretch;margin-bottom:0}.ramka_tytul_2{font-size:36px;margin:0;line-height:normal;font-weight:400;text-align:center}.ramka_tytul__lewo{font-size:19px;margin:0;line-height:normal;font-weight:500;text-align:left;color:#000;padding:20px 0 20px 45px;flex:3;float:left}.ramka_tytul__prawo{display:flex;flex-direction:column;justify-content:center;flex:1;font-size:40px;padding-top:3px;line-height:34px;margin:0;font-weight:400;text-align:right;color:hsla(0,0%,100%,.25);padding-right:45px}@media (min-width:1201px) and (max-width:1700px){.ramka_tytul__prawo{font-size:55px}}@media (max-width:1200px){.ramka_tytul__prawo{position:absolute;right:8px;font-size:16px;margin:0;line-height:18px;font-weight:500;text-align:left;color:#fff;text-transform:uppercase;top:4px}}.ramka_ikona{position:absolute;display:block;top:9px;left:22px;font-size:40px}.ramka_zewnetrzna_kws:hover .ramka_tytul,.ramka_zewnetrzna_kws_wybrana .ramka_tytul{background-color:#934949;background-image:linear-gradient(90deg,#934949,#44317e 50%);color:#fff}.ramka_zewnetrzna_kws:hover .ramka_tytul .ramka_data,.ramka_zewnetrzna_kws:hover .ramka_tytul .ramka_tytul__prawo,.ramka_zewnetrzna_kws_wybrana .ramka_tytul .ramka_data,.ramka_zewnetrzna_kws_wybrana .ramka_tytul .ramka_tytul__prawo{color:hsla(0,0%,100%,.25);font-weight:400}.ramka_zewnetrzna_kws:hover .ramka_tytul .ramka_tytul__lewo,.ramka_zewnetrzna_kws_wybrana .ramka_tytul .ramka_tytul__lewo{color:#fff}.ramka_publicate{display:flex;align-items:center;color:#fff!important;font-size:19px;text-transform:uppercase}.kws_trigger .ramka_wewnetrzna_kws{display:block}.date_publicate{display:none}.form__row{display:flex}@media (max-width:768px){.form__row--mobile{flex-direction:column}}.form__col{flex:1}.form__checkbox{display:flex;align-items:flex-end;position:relative;padding-bottom:16px;font-size:16px;color:grey;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form__checkbox input{opacity:0}.form__checkbox .checkmark{position:relative;top:-3px;right:10px;width:20px;height:20px;background-color:#eee;border-radius:3px;border:2px solid #6f55be;box-sizing:border-box;box-shadow:inset 0 0 1px #999}.form__checkbox .checkmark:after{position:absolute;top:50%;left:50%;width:16px;height:16px;transform:translate(-50%,-50%);content:"";box-sizing:border-box;background:#eee}.form__checkbox input:checked~.checkmark:after{background:#6f55be;border:3px solid #fff;border-radius:3px}.form__list{display:flex;flex-wrap:wrap;gap:5px}.form__list-item{color:#fff;text-decoration:none;padding:5px 10px;border:2px solid #6f55be;background:#6f55be;border-radius:5px;position:relative}.form__list-item:hover:before{width:100%}.form__list-item:before{content:"";position:absolute;bottom:0;left:0;width:0;height:100%;background-color:#442e86;transition:all .3s;z-index:1}.form__list-item span{position:relative;z-index:2}.form__list-item--black{background:#737373;border-color:#737373}.form__list-item--black:before{background-color:#565656}.popup{position:fixed;z-index:149;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center}.popup__container{position:relative;z-index:151;background-color:#fff;width:700px;padding:15px 25px 45px}@media (max-width:768px){.popup__container{width:calc(100% - 70px)}}.popup__close{position:absolute;right:10px;top:5px}.popup__background{z-index:150;background-color:rgba(0,0,0,.4);position:absolute;width:100%;height:100%}.map__wrapper{padding-left:80px;padding-right:80px}.map__wrapper .map{width:auto!important}@media (max-width:768px){.map__wrapper{padding-left:60px;padding-right:60px}}@media (max-width:499px){.map__wrapper{padding-left:30px;padding-right:30px}}.map__legend--list{display:flex;flex-wrap:wrap}.map__legend--list li{width:25%;margin-top:20px}@media (max-width:1023px){.map__legend--list li{width:50%}}@media (max-width:768px){.map__legend--list li{width:100%}}.map__legend--select{background-color:transparent;border:none;display:flex;flex-direction:row;align-items:center;text-decoration:none;cursor:pointer}@media (max-width:1023px){.map{height:440px!important}}.tiles__container{display:flex;flex-wrap:wrap;margin-bottom:25px;gap:16px}@media (max-width:768px){.tiles__container{flex-direction:column}}@media (max-width:1332px){.tiles__container{padding:16px!important}}.tiles__tile{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;position:relative;flex:1;border:1px solid #6f55be;border-radius:3px;padding:20px 35px;min-height:200px;background-size:cover;background-position:50%;overflow:hidden;text-decoration:none;color:#6f55be;transition:color .33s ease;flex-basis:calc(33% - 79px)}.tiles__tile:first-child:hover svg path{stroke:#fff!important}.tiles__tile:nth-child(2){border-color:#cf891f}.tiles__tile:nth-child(2):after{background:linear-gradient(110deg,#cf891f 25%,rgba(218,56,33,0) 85%);background-position:-500px;background-repeat:no-repeat}.tiles__tile:nth-child(3){border-color:#5d8766}.tiles__tile:nth-child(3):after{background:linear-gradient(110deg,#5d8766 25%,rgba(218,56,33,0) 85%);background-position:-500px;background-repeat:no-repeat}.tiles__tile:nth-child(3):hover svg path{stroke:#fff}.tiles__tile:nth-child(4){border-color:#4f9be0}.tiles__tile:nth-child(4):after{background:linear-gradient(110deg,#4f9be0 25%,rgba(218,56,33,0) 85%);background-position:-500px;background-repeat:no-repeat}.tiles__tile:nth-child(4):hover svg path{stroke:#fff}.tiles__tile:nth-child(5){border-color:#e8400b}.tiles__tile:nth-child(5):after{background:linear-gradient(110deg,#e8400b 25%,rgba(218,56,33,0) 85%);background-position:-500px;background-repeat:no-repeat}.tiles__tile:nth-child(5):hover svg path{stroke:#fff}.tiles__tile:nth-child(6){border-color:#f26b6c}.tiles__tile:nth-child(6):after{background:linear-gradient(110deg,#f26b6c 25%,rgba(218,56,33,0) 85%);background-position:-500px;background-repeat:no-repeat}.tiles__tile svg path{transition:.3s ease}.tiles__tile:active,.tiles__tile:focus{color:#6f55be}.tiles__tile h2{transition:color .33s ease;font-weight:400;color:#000;margin-top:18px}.tiles__tile:hover{color:#fff}.tiles__tile:hover h2{color:#fff}.tiles__tile:hover:after{background-position:0}.tiles__tile:hover svg path{fill:#fff}.tiles__tile:before{background:linear-gradient(110deg,#fff 30%,rgba(218,56,33,0) 85%);content:"";position:absolute;right:0;top:0;bottom:0;left:0;z-index:2}.tiles__tile:after{content:"";background:linear-gradient(110deg,#44317e 25%,rgba(218,56,33,0) 85%);background-position:-500px;background-repeat:no-repeat;transition:background .33s ease;position:absolute;right:0;top:0;bottom:0;left:0;z-index:3}.tiles__content{position:relative;z-index:4}.tiles__icon{display:flex;align-items:flex-end;font-size:44px;margin:25px 0 18px}.tiles__video{position:absolute;height:100%}.article-nav{position:relative;z-index:40}.news__container{display:flex}@media (max-width:768px){.news__container{flex-direction:column}}@media (max-width:1400px){.news__container{margin:0 15px}}.news__sideMenu{flex:1}.news__sideMenu h4{margin:0}.news__sideMenu li,.news__sideMenu ul{list-style-type:none;margin:0;padding:0}.news__sideMenu ul{margin-top:15px}.news__sideMenu li a{color:#666;text-decoration:none;transition:color .2s ease}.news__sideMenu li a:hover{color:#ff6900}.news__sideMenu li:not(:first-child){border-top:1px solid #ccc;margin-top:10px;padding-top:10px}.news__wrapper:not(:first-child){margin-top:45px}.news__main{flex:2}@media (min-width:769px){.news__main{margin-right:65px}}@media (min-width:769px) and (max-width:991px){.news__main{margin-right:30px}}@media (max-width:768px){.news__main{margin-bottom:30px}}.news__main a:not(.button--darker):not(.cms-klawisz){color:initial;text-decoration:none}.news__headingTitle{font-size:20px;font-weight:700;text-transform:uppercase;margin:15px 0 10px}.news__headingTitle--colored{margin:0;color:#ff6900}.news__headingTitle--bordered{padding-bottom:15px}.news__thumbnail{padding-bottom:5px}.news__thumbnail img{width:100%}.news__subtitle{display:flex;justify-content:space-between;font-size:14px;margin-top:8px;padding-top:8px;border-top:1px solid #ccc}.news__subtitle--marginBottom{margin-bottom:15px}.news__footer{display:flex;justify-content:flex-end;margin-top:15px}.news__footer .button--darker{font-size:14px;padding:8px 35px}.error__wrapper{margin:60px auto}@media (max-width:768px){.error__wrapper{margin:15px auto}}.error__container{display:flex;flex-direction:row;gap:90px}@media (max-width:1399px){.error__container{margin:0 15px}}@media (max-width:768px){.error__container{flex-direction:column-reverse;gap:15px}}.error__image{display:flex;align-items:center;flex:0 0 200px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}@media (max-width:499px){.error__image{justify-content:center}}.error__image img{width:100%}@media (max-width:768px){.error__image img{width:auto}}.error__content h1{font-size:38px}@media (max-width:768px){.error__content h1{font-size:28px}}.error__content a,.error__content a span,.error__content p,.error__content p span{font-size:18px}@media (max-width:768px){.error__content a,.error__content a span,.error__content p,.error__content p span{font-size:16px}}.error__content a{margin-top:45px;padding:10px 25px}@media (max-width:499px){.error__content a{margin-top:10px}}.error__footer{display:flex;gap:10px}@media (max-width:499px){.error__footer{flex-direction:column;gap:0;margin-top:30px}}.offer li,.offer p{line-height:28px}.offer__container{display:flex;gap:45px;margin-top:15px;align-items:flex-start}@media (max-width:1023px){.offer__container--photographies{flex-direction:column-reverse;align-items:center}}@media (max-width:768px){.offer__container--photographies{padding:0!important}}@media (max-width:1023px){.offer__container--maps .offer__image{flex:0.5}}.offer__container--maps .offer__image img{width:100%}.offer__container--center{align-items:center}.offer__container--center .offer__box img{max-width:280px}.offer__container--no-margin{margin-top:0}@media (max-width:1332px){.offer__container{gap:25px}}@media (max-width:768px){.offer__container{flex-direction:column;align-items:center;padding:0 15px}}.offer__container>div{flex:1}.offer__container img{max-width:100%;position:relative;z-index:5}.offer__container--middle{align-items:center}.offer__side-border{border-left:1px solid #ff6900;padding:8px 0 8px 25px}@media (max-width:1332px){.offer__side-border{margin-left:15px;margin-top:30px}}@media (max-width:768px){.offer__side-border{margin-left:0;margin-top:0}}@media (max-width:768px){.offer__map{display:flex;justify-content:center}}@media (min-width:768px){.offer__side-text{max-width:600px}}.offer__box{border:1px solid rgba(255,105,0,.35);padding:35px}@media (max-width:768px){.offer__box{padding:15px}.offer__box .article__container,.offer__box .article__container--column{padding:0}}@media (max-width:1023px){.offer__box--empty{flex:0!important}}.offer__box--borderless{border:0;padding:0}@media (max-width:768px){.offer__box--borderless{width:100%}}.offer__box--margin-left{margin-left:45px}@media (max-width:768px){.offer__box--margin-left{margin-left:0}}.offer__box--border-left{border-left:2px solid #f26b6c;padding:10px 45px}@media (max-width:1332px){.offer__box--border-left{padding:10px 25px}}@media (max-width:768px){.offer__box--border-left{border-left:0;border-top:2px solid #f26b6c;padding:25px 0}}.offer__box--border-left h3.offer__title{margin:0;color:#f26b6c;letter-spacing:.02em}.offer__box .section__header,.offer__box h2{margin-top:0}.offer__image--margin-top{margin-top:45px}@media (max-width:768px){.offer__image--margin-top{margin-top:15px}}.offer__image--absolute{position:absolute;right:0;bottom:0}.offer__image--center{display:flex;justify-content:center;align-items:center}.offer__image--smaller img{width:70%}.offer__margin-top{margin-top:45px!important}@media (max-width:768px){.offer__margin-top{margin-top:15px!important}}.offer__margin-top--small{margin-top:25px}.offer__section--gray{background-color:hsla(0,0%,85.1%,.2)!important}.offer__section--offsetted-top{margin-top:-120px}@media (max-width:768px){.offer__section--offsetted-top{margin-top:0}}.offer__section--mockup{position:relative}.offer__section--mockup:after{content:"";background:url(/images/offer/ecmentarze-mockup.png);width:1406px;height:686px;position:absolute;bottom:0;right:0}@media (max-width:1699px){.offer__section--mockup:after{width:1000px;height:536px;background-size:cover}}@media (max-width:1332px){.offer__section--mockup:after{width:900px;height:430px;background-size:cover}}@media (max-width:1023px){.offer__section--mockup:after{display:none}}.offer__title{font-size:24px;color:#ff6900;font-weight:600;margin-top:45px;margin-bottom:25px}@media (max-width:768px){.offer__title{margin-top:15px}}.offer__title--bigger{font-size:32px;line-height:40px;font-weight:600}.offer__title--black{color:#000}.offer__title--white{color:#fff}.offer__title--parochialis{color:#f26b6c}.offer__title--no-margin-top{margin-top:0}.offer__button{margin:0;background-color:#44317e;color:#fff!important;width:282px;height:72px;text-align:center;display:flex;justify-content:center;align-items:center;padding:0;border-radius:10px;font-weight:400!important}@media (max-width:1023px){.offer__button:not(.offer__button--floating){width:225px;height:45px}}.offer__button--floating{position:fixed;bottom:30px;left:0;right:0;z-index:100;margin:auto;transition:transform .3s}.offer__banner,.offer__button span{position:relative}.offer__banner{background:linear-gradient(285.69deg,rgba(227,6,19,.2) 37.64%,transparent),hsla(0,84%,68%,.35);border-radius:20px;margin:30px 15px;display:flex;justify-content:center;min-height:284px;overflow:hidden}.offer__banner .offer__box{padding:30px 0;max-width:50%}.offer__banner .offer__box h3{margin-bottom:25px}.offer__banner .offer__container{align-items:center;height:100%}.offer__banner .footer__container,.offer__banner .section__container,.offer__banner .section__container--full,.offer__banner .section__container--space-bottom{padding:0}.offer__banner--parochialis{min-height:235px}.offer__banner--parochialis .offer__image{height:100%;display:flex;align-items:flex-end;justify-content:flex-end;flex:.5}@media (max-width:768px){.offer__banner--parochialis .offer__image{display:none}}@media (min-width:1333px){.offer__banner--parochialis .offer__image{position:absolute;right:0;bottom:0}.offer__banner--parochialis .offer__image img{max-width:650px}}@media (max-width:1439px){.offer__banner--parochialis .article__container,.offer__banner--parochialis .article__container--column{padding:25px 15px}}.offer__banner--parochialis .offer__box{max-width:60%;padding:0}@media (min-width:1025px) and (max-width:1332px){.offer__banner--parochialis .offer__box{max-width:50%}}@media (max-width:1023px){.offer__banner--parochialis .offer__box{max-width:100%}.offer__banner--parochialis .offer__box h3{margin-bottom:10px}}.offer__banner--wiara{min-height:371px;background:linear-gradient(286deg,#8fc1a8 9.37%,#6ba186),#66987f;margin:0;border-radius:0}@media (max-width:1332px){.offer__banner--wiara{min-height:270px}}@media (max-width:1023px){.offer__banner--wiara{min-height:196px}.offer__banner--wiara .offer__title{margin-top:5px!important}}@media (max-width:768px){.offer__banner--wiara{min-height:0}}.offer__banner--wiara .offer__image--absolute{right:unset;left:0}@media (max-width:768px){.offer__banner--wiara .offer__image--absolute{display:none}}.offer__banner--wiara .offer__image--absolute img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}@media (max-width:1332px){.offer__banner--wiara .offer__image--absolute img{width:441px}}@media (max-width:1023px){.offer__banner--wiara .offer__image--absolute img{width:320px}}.offer__banner--wiara .offer__box{max-width:68%}@media (max-width:1699px){.offer__banner--wiara .offer__box{max-width:50%}.offer__banner--wiara .offer__box img{width:250px}}@media (max-width:1023px){.offer__banner--wiara .offer__box{padding:10px 0}.offer__banner--wiara .offer__box img{width:230px}}@media (max-width:768px){.offer__banner--wiara .offer__box{max-width:none}}.offer__banner--wiara .offer__container{justify-content:flex-end}@media (max-width:768px){.offer__banner--wiara .offer__container{padding:25px 15px;height:auto}}.offer__image-groups{margin:45px 0;position:relative}@media (max-width:768px){.offer__image-groups .cgallery__container{padding:0 16px}}.offer__image-groups .cgallery__container .cgallery__picture{height:300px;display:flex;align-items:center;justify-content:center}.offer__image-groups .cgallery__container .cgallery__picture img{height:auto!important;opacity:1!important}.offer__image-groups:after,.offer__image-groups:before{display:none}.offer__image-groups:before{background-image:url(/images/offer/group-left.svg);left:0}.offer__image-groups:after{background-image:url(/images/offer/group-right.svg);right:0}@media (max-width:1699px){.offer__image-groups:after{bottom:0}}.flex__row{display:flex;flex-direction:row}@media (max-width:1023px){.flex__row{flex-direction:column}}.flex__col{flex:1}.flex__col--2{flex:2}.flex__gap--4{gap:2em}.addressDatabase__map{margin:60px 0 10px}@media (max-width:1023px){.addressDatabase__map{margin-top:15px}}@media (max-width:1023px){.addressDatabase__map .flex__col:first-child{display:none}}.rodo{background-color:#fff;border:1px solid #000;left:50%;max-height:-moz-fit-content;max-height:-webkit-fit-content;max-height:fit-content;max-width:1280px;min-width:800px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1000;display:none}.rodo.active{display:block}.rodo__container{padding:25px}.rodo #dane-popup-close{all:unset;position:absolute;right:10px;top:10px;font-weight:700;cursor:pointer}.body{background:#fff;display:flex;width:100%;height:auto;flex-direction:column;margin:0}.body *{font-family:Poppins,sans-serif}.body__background{width:100%;height:100%;position:fixed;top:0;left:0;opacity:0;background:rgba(0,0,0,.4);z-index:99;transition:all .4s;display:inline-block;pointer-events:none}.body__background.active{opacity:1;pointer-events:all;z-index:110}.body.no-scroll{overflow:hidden}.header{position:fixed;width:100%;height:auto;display:flex;justify-content:center;flex-direction:column;align-items:center;padding:8px 0;box-sizing:border-box;transition:padding .4s;z-index:99;background:#fff;box-shadow:0 1px 12px 0 #dedede}.header img{transition:width .4s;width:240px;height:auto}@media (max-width:1332px){.header{padding:8px}}.header .panel__container{transition:all .4s;height:60px}.header.small{border-top:0;border-bottom:0}.header.small img{width:140px;height:auto}.header.small .panel__container{height:40px;box-sizing:border-box}.header.small .panel__container a.button--with-ico-lightred{transition:all .4s}.header.small .panel__container a.button--with-ico-lightred span.unread-news{top:4.2px;right:5px;width:23px;height:23px;border:2px solid #fff;transition:all .4s}.header.small .panel__container a.button--with-ico-lightred.news{padding-right:45px}.header.small .panel__container a:after{top:30px}.header__container{display:flex;width:100%;height:auto;justify-content:space-between;max-width:1333px}.header__mobile{display:flex;flex-direction:column;position:fixed;top:0;right:-230px;width:0;height:100%;background:#fff;z-index:115;transition:all .4s;overflow:auto}.header__mobile.active{position:fixed;top:0;right:0;width:auto;height:100%}.header__mobile>div{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:auto;height:100%;padding-top:32px}.header__mobile nav,.header__mobile ul{display:flex;flex-direction:column}.header__mobile ul{align-items:flex-end}.header__mobile ul li{display:flex}.header__mobile ul a{width:150px;height:auto;padding:16px 32px;text-align:right}.header__mobile ul a:after{content:none}.header__mobile ul a:hover:after{content:none}.header__mobile-link>a{display:flex;justify-content:center;margin-bottom:16px}.mobile-menu--close,.modal--close,.modal--close--no-top{position:absolute;top:0;left:10px;z-index:1;padding:10px}.mobile-menu--close span,.modal--close--no-top span,.modal--close span{width:2px;height:20px;display:block;background:#322262;transform:rotate(45deg)}.mobile-menu--close span:after,.modal--close--no-top span:after,.modal--close span:after{content:"";width:2px;height:20px;display:block;background:#322262;transform:rotate(-90deg)}.login__layer{position:fixed;top:0;left:0;background-color:rgba(0,0,0,.3);width:100vw;height:100vh;z-index:1000}.login__layer a,.login__layer a:hover{color:#000}.login__layer .login__box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#d28a4e;box-shadow:0 0 10px #000;border-radius:4px;width:330px;height:360px;padding:30px 43px;box-sizing:border-box;color:#fff}.login__layer .login__box p{color:#fff!important}.login__layer .login__container,.login__layer .login__form{height:100%}.login__layer .login__close{position:absolute;top:10px;right:20px;font-size:23px;cursor:pointer}.login__layer .login__close i{transition:all .1s ease-in-out}.login__layer .login__container,.login__layer .login__form{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.login__layer .login__form input[type=password]{margin-bottom:10px}.login__layer .login__title--message{width:300px;text-align:center;margin-bottom:10px}.login__form span.checkbox{top:-1px;width:100%;height:20px;line-height:20px;display:flex;align-items:center}.login__form span.checkbox label{left:0}.login__layer .login__return.cms-klawisz,.login__layer .table--without-after .login__return.cms-klawisz--mb,.login__layer .table .login__return.cms-klawisz--mb,.login__layer .text-center .login__return.cms-klawisz--mb,.table--without-after .login__layer .login__return.cms-klawisz--mb,.table .login__layer .login__return.cms-klawisz--mb,.text-center .login__layer .login__return.cms-klawisz--mb{background-color:#fff!important;color:#000}.login__layer .cms-klawisz,.login__layer .table--without-after .cms-klawisz--mb,.login__layer .table .cms-klawisz--mb,.login__layer .text-center .cms-klawisz--mb,.table--without-after .login__layer .cms-klawisz--mb,.table .login__layer .cms-klawisz--mb,.text-center .login__layer .cms-klawisz--mb{width:100%;color:#fff;margin:0}.login__layer .cms-klawisz:hover,.login__layer .table--without-after .cms-klawisz--mb:hover,.login__layer .table .cms-klawisz--mb:hover,.login__layer .text-center .cms-klawisz--mb:hover,.table--without-after .login__layer .cms-klawisz--mb:hover,.table .login__layer .cms-klawisz--mb:hover,.text-center .login__layer .cms-klawisz--mb:hover{width:100%;color:#fff;background-color:#000!important}.login__message .login__box{height:170px}.login__logout .login__box{height:300px}.login__box .tekst-standard.text-center{text-align:center}.section,.section--footerMenu,.section_big{display:flex;justify-content:center}.section--white{background-color:#fff}.section--gray,.section--white{display:flex;width:100%;height:auto;justify-content:center}.section--gray{background-color:#f3f3f3}.footer__container,.section__container,.section__container--full,.section__container--space-bottom{width:100%;height:auto;padding:32px 0;max-width:1333px;box-sizing:border-box}.section__container--full{max-width:100%}@media (max-width:768px){.footer__container,.section__container,.section__container--full,.section__container--space-bottom{padding:16px 0}}.section__container--space-bottom{min-height:550px}@media (max-width:1449px){.contact-map-wrapper.footer__container,.contact-map-wrapper.section__container--full,.contact-map-wrapper.section__container--space-bottom,.section__container.contact-map-wrapper{padding:70px}}@media (max-width:699px){.contact-map-wrapper.footer__container,.contact-map-wrapper.section__container--full,.contact-map-wrapper.section__container--space-bottom,.section__container.contact-map-wrapper{padding:40px}}@media (max-width:449px){.contact-map-wrapper.footer__container,.contact-map-wrapper.section__container--full,.contact-map-wrapper.section__container--space-bottom,.section__container.contact-map-wrapper{padding:20px}}.section__header{position:relative;margin:16px 0}.section__header h2{font-size:32px;line-height:normal;letter-spacing:normal;width:100%;height:auto;font-family:Poppins,sans-serif;font-weight:600}@media (max-width:1024px){.section__header h2{font-size:24px;line-height:normal;letter-spacing:normal}}@media (max-width:1332px){.section__header{padding:0 16px}}.section__header--arrowed{margin-bottom:32px}.section__content{display:flex;flex-direction:column;justify-content:center}.section__content--half{width:50%}.section--footerMenu .cms-klawisz,.section--footerMenu .table--without-after .cms-klawisz--mb,.section--footerMenu .table .cms-klawisz--mb,.section--footerMenu .text-center .cms-klawisz--mb,.table--without-after .section--footerMenu .cms-klawisz--mb,.table .section--footerMenu .cms-klawisz--mb,.text-center .section--footerMenu .cms-klawisz--mb{margin:5px}.section--footerMenu .text-center .cms-klawisz,.section--footerMenu .text-center .cms-klawisz--mb{padding:4px 10px;font-size:13px}.section__ads{display:flex;justify-content:center;padding:30px 0}@media (max-width:768px){.section__ads{padding:30px 10px}}.section__ads-footer{flex:1;width:100%}@media (min-width:769px){.section__ads-footer{text-align:center}.section__ads-footer .adsbygoogle{width:728px;height:90px;margin:auto}}@media (max-width:768px){.section__ads-footer .adsbygoogle{width:100%;height:100px}}.section__flex{display:flex;flex-wrap:wrap;justify-content:center}.sitemap ul{margin:0!important}.sitemap a{text-decoration:none;color:#737373}.sitemap a:hover{color:#000}.slider,.slider--subpage{width:100%;height:auto;display:flex;justify-content:center;position:relative;padding:3% 0;background-attachment:fixed;background-position:0 54px;background-image:url(../../../images/slider/slide-without-pin.jpg);background-size:100% 57%;background-repeat:no-repeat;z-index:49}@media (max-height:760px),(max-width:1599px),(min-height:1100px){.slider,.slider--subpage{background-size:150%;background-position:50% 0}}@media (max-width:768px){.slider,.slider--subpage{background:none;padding-top:0}}.slider--small{max-height:237px;background-position:0 -15px}.slider--small .pin__container{top:70px;right:21%}.slider--small .slider__container--min-height{min-height:290px}@media (max-width:1333px){.slider--small .slider__container--min-height{min-height:110px}}@media (max-width:1024px){.slider--small .slider__container--min-height{min-height:0}}.slider__container,.slider__container--min-height{width:100%;height:auto;max-width:1333px;z-index:1}@media (max-width:1333px){.slider__container,.slider__container--min-height{padding:0 16px}}@media (max-width:768px){.slider__container,.slider__container--min-height{padding:0 4px}}.slider__container--min-height{min-height:369px}@media (max-width:1333px){.slider__container--min-height{min-height:110px}}.slider--subpage{padding:6% 0;background-image:url(../../../images/slider/slide-subpage.jpg);background-repeat:no-repeat;background-position:0 35px;background-size:100% 275px}.slider--subpage .pin__container,.slider .pin__container{position:absolute;top:160px;right:23%;width:200px;height:200px;z-index:0}@media (max-height:760px),(max-width:1599px),(min-height:1100px){.slider--subpage .pin__container,.slider .pin__container{display:none}}.slider__header h1{font-size:42px;line-height:normal;letter-spacing:normal;width:100%;height:auto;font-family:Poppins,sans-serif;font-weight:600}.footer{display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;background:#fff}.footer:before{position:absolute;top:0;left:0;content:"";background-color:#f3f3f3;width:100%;height:1px}.footer__container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}@media (max-width:1023px){.footer__container{justify-content:center}}@media (max-width:768px){.footer__logo-image{margin-top:10px}}.footer__bottom{display:flex;justify-content:center;align-items:center;position:relative;width:100%;height:auto;padding:16px 0}@media (max-width:768px){.footer__bottom{flex-direction:column;text-align:center;padding:0 10px}}.footer__bottom:before{position:absolute;top:0;left:0;content:"";background-color:#f3f3f3;width:100%;height:1px}.footer ul{display:flex;list-style:none;padding:unset}@media (max-width:819px){.footer ul{flex-direction:column}}.footer li{margin:0 16px}.footer span{position:relative;padding-right:40px}.footer span:after{position:absolute;right:17px;content:"";background:#000;width:2px;height:24px}@media (max-width:768px){.footer span{padding:0}.footer span:after{content:none}}.footer span:last-of-type{padding-right:unset}.footer span:last-of-type:after{content:unset}.footer a{text-decoration:none;color:#000}.footer__menu{flex-direction:column;flex:unset}.footer__menu ul{height:70px}.footer__logo{height:100%}@media (max-width:1023px){.footer__logo{display:none}}.footer__social{height:24px;text-align:right;width:100%}@media (min-width:1024px){.footer__social{margin-bottom:36px}}.footer__social--logo{display:flex;align-items:center;overflow:hidden;height:24px}.footer__social img{cursor:pointer;margin:0 7px;top:-12px;position:relative}.footer__social a:hover img{top:12px}.footer__social a:last-child img{margin-right:16px}.table,.table--without-after{position:relative;width:100%;height:auto}.table--without-after h2,.table h2{font-size:20px;line-height:normal;letter-spacing:normal;font-weight:600}.table__img{width:150px;height:auto}.table--modules .table__header--scroll .table__cell,.table--modules .table__header--scroll .table__cell--action,.table--modules .table__header--scroll .table__cell--max,.table--modules .table__header--scroll .table__cell--min,.table--modules .table__header--scroll .table__cell--min2,.table--modules .table__header--scroll .table__cell--min3,.table--modules .table__header--scroll .table__cell--min4,.table--modules .table__header--scroll .table__cell--min-center,.table--modules .table__header--scroll .table__cell--mini-min,.table--modules .table__header--scroll .table__cell--vertical,.table--modules .table__header--with-padding .table__cell,.table--modules .table__header--with-padding .table__cell--action,.table--modules .table__header--with-padding .table__cell--max,.table--modules .table__header--with-padding .table__cell--min,.table--modules .table__header--with-padding .table__cell--min2,.table--modules .table__header--with-padding .table__cell--min3,.table--modules .table__header--with-padding .table__cell--min4,.table--modules .table__header--with-padding .table__cell--min-center,.table--modules .table__header--with-padding .table__cell--mini-min,.table--modules .table__header--with-padding .table__cell--vertical,.table--modules .table__header .table__cell,.table--modules .table__header .table__cell--action,.table--modules .table__header .table__cell--max,.table--modules .table__header .table__cell--min,.table--modules .table__header .table__cell--min2,.table--modules .table__header .table__cell--min3,.table--modules .table__header .table__cell--min4,.table--modules .table__header .table__cell--min-center,.table--modules .table__header .table__cell--mini-min,.table--modules .table__header .table__cell--vertical{padding:16px 4px!important}.table--modules .table__header--scroll .table__cell--min-center,.table--modules .table__header--with-padding .table__cell--min-center,.table--modules .table__header .table__cell--min-center{padding:0!important;margin:0;line-height:16px}.table--modules .table__cell--min-center{padding:0!important;margin:0}.table--modules .table__cell--max{flex:0 0 350px!important}.table--modules .table__cell--action{flex:0 0 100px!important}.table--modules .table__cell--action2{flex:0 0 80px!important}.table--without-after:after{display:none}.table--without-after .no-margin{margin:0!important}.table--without-after-two{position:relative}.table--without-after-two:after{display:none}.table--without-after-two .no-margin{margin:0!important}@media (max-width:768px){.table__desktop{display:none}}@media (min-width:768px){.table__mobile{display:none}}.table--without-after:after,.table:after{width:100%;height:1px;position:absolute;bottom:0;left:0;content:"";background:#737373}.table__container,.table__container--mobile,.table__container--without-margin{position:relative;display:flex;flex-direction:column;margin:32px 0}@media (max-width:768px){.table__container,.table__container--mobile,.table__container--without-margin{display:none}}.table__container--mobile .hidden-data,.table__container--without-margin .hidden-data,.table__container .hidden-data{display:none}.table__container--without-margin{margin:unset}.table__container--mobile{flex-direction:column;margin:4px;border:1px solid #dedede;display:none}@media (max-width:768px){.table__container--mobile{display:flex}}.table__container--mobile .table__content{width:60%;height:auto;display:flex;flex-direction:column;justify-content:center;padding:4px 8px;flex:1.5}.table__container--mobile .table__content a{color:#000;font-weight:700}.table__container--mobile .table__content a.bgpurple{color:#6f55be}.table__container--mobile .table__content a.bgorange{color:#ff6900}.table__container--mobile .table__header,.table__container--mobile .table__header--scroll,.table__container--mobile .table__header--with-padding{flex:1;padding:4px 8px;font-weight:600}.table__container--mobile .table__header--scroll div,.table__container--mobile .table__header--with-padding div,.table__container--mobile .table__header div{padding:0 5px;width:100%;box-sizing:border-box}.table__container--mobile.cemeteryList .table__header,.table__container--mobile.cemeteryList .table__header--scroll,.table__container--mobile.cemeteryList .table__header--with-padding{flex:unset;width:140px}.table__container--mobile .table__row,.table__container--mobile .table__row--countable,.table__container--mobile .table__row--grave,.table__container--mobile .table__row--half,.table__container--mobile .table__row--legend,.table__container--mobile .table__row--with-padding{flex-direction:column;padding:0}.table__container--mobile .table__cell,.table__container--mobile .table__cell--action,.table__container--mobile .table__cell--max,.table__container--mobile .table__cell--min,.table__container--mobile .table__cell--min2,.table__container--mobile .table__cell--min3,.table__container--mobile .table__cell--min4,.table__container--mobile .table__cell--min-center,.table__container--mobile .table__cell--mini-min,.table__container--mobile .table__cell--vertical{align-items:unset;padding:0!important}.table__container--mobile .button--cemetery{justify-content:center;margin:2px}.table__header,.table__header--scroll,.table__header--with-padding{display:flex;flex-direction:row;background:#dedede}.table__header--with-padding{display:flex;justify-content:space-between;padding-left:35px;padding-right:35px;box-sizing:border-box}.table__header--scroll .table__cell,.table__header--scroll .table__cell--action,.table__header--scroll .table__cell--max,.table__header--scroll .table__cell--min,.table__header--scroll .table__cell--min2,.table__header--scroll .table__cell--min3,.table__header--scroll .table__cell--min4,.table__header--scroll .table__cell--min-center,.table__header--scroll .table__cell--mini-min,.table__header--scroll .table__cell--vertical,.table__header--with-padding .table__cell,.table__header--with-padding .table__cell--action,.table__header--with-padding .table__cell--max,.table__header--with-padding .table__cell--min,.table__header--with-padding .table__cell--min2,.table__header--with-padding .table__cell--min3,.table__header--with-padding .table__cell--min4,.table__header--with-padding .table__cell--min-center,.table__header--with-padding .table__cell--mini-min,.table__header--with-padding .table__cell--vertical,.table__header .table__cell,.table__header .table__cell--action,.table__header .table__cell--max,.table__header .table__cell--min,.table__header .table__cell--min2,.table__header .table__cell--min3,.table__header .table__cell--min4,.table__header .table__cell--min-center,.table__header .table__cell--mini-min,.table__header .table__cell--vertical{padding:16px 6px;color:#000;font-weight:600}.table__header--scroll{z-index:2;position:sticky;top:90px}.table__cell,.table__cell--action,.table__cell--max,.table__cell--min,.table__cell--min2,.table__cell--min3,.table__cell--min4,.table__cell--min-center,.table__cell--mini-min,.table__cell--vertical,.table__input{display:flex;align-items:center;flex:1;padding:0 4px}.table__cell--mini-min{justify-content:center;flex:.25!important}.table__cell--min{flex:.3!important;margin:0 16px}.table__cell--min-center{justify-content:center;text-align:center;flex:.47!important;margin:0 16px}.table__cell--min2{justify-content:center;flex:.6!important}.table__cell--min3{justify-content:center;flex:.8!important}.table__cell--min4{justify-content:center;flex:.1!important}.table__cell--max{flex:2!important}.table__cell--vertical{flex-direction:column;justify-content:center}.table__cell--vertical .table__row,.table__cell--vertical .table__row--countable,.table__cell--vertical .table__row--grave,.table__cell--vertical .table__row--half,.table__cell--vertical .table__row--legend,.table__cell--vertical .table__row--with-padding{padding:0;margin:0;background:none!important}.table__cell--split{display:flex;flex-direction:column;align-items:center;width:100%}.table__cell--split div{display:flex;margin:0 5px;width:100%;justify-content:space-around;text-align:center}.table__cell--action{flex-wrap:wrap;justify-content:center}.table__cell--action a,.table__cell--max a,.table__cell--min2 a,.table__cell--min3 a,.table__cell--min4 a,.table__cell--min-center a,.table__cell--min a,.table__cell--mini-min a,.table__cell--vertical a,.table__cell a{text-decoration:none}.table__cell--action a.link,.table__cell--max a.link,.table__cell--min2 a.link,.table__cell--min3 a.link,.table__cell--min4 a.link,.table__cell--min-center a.link,.table__cell--min a.link,.table__cell--mini-min a.link,.table__cell--vertical a.link,.table__cell a.link{color:#000}.table__cell--action a.link--active:hover,.table__cell--max a.link--active:hover,.table__cell--min2 a.link--active:hover,.table__cell--min3 a.link--active:hover,.table__cell--min4 a.link--active:hover,.table__cell--min-center a.link--active:hover,.table__cell--min a.link--active:hover,.table__cell--mini-min a.link--active:hover,.table__cell--vertical a.link--active:hover,.table__cell a.link--active:hover{color:#000!important}.table__cell--action a.link--active,.table__cell--action a.link:hover,.table__cell--max a.link--active,.table__cell--max a.link:hover,.table__cell--min2 a.link--active,.table__cell--min2 a.link:hover,.table__cell--min3 a.link--active,.table__cell--min3 a.link:hover,.table__cell--min4 a.link--active,.table__cell--min4 a.link:hover,.table__cell--min-center a.link--active,.table__cell--min-center a.link:hover,.table__cell--min a.link--active,.table__cell--min a.link:hover,.table__cell--mini-min a.link--active,.table__cell--mini-min a.link:hover,.table__cell--vertical a.link--active,.table__cell--vertical a.link:hover,.table__cell a.link--active,.table__cell a.link:hover{color:#6f55be;transition:color .2s}.table__cell--action svg,.table__cell--max svg,.table__cell--min2 svg,.table__cell--min3 svg,.table__cell--min4 svg,.table__cell--min-center svg,.table__cell--mini-min svg,.table__cell--min svg,.table__cell--vertical svg,.table__cell svg{margin:0 8px}.table__row,.table__row--countable,.table__row--grave,.table__row--half,.table__row--legend,.table__row--with-padding{display:flex;flex-direction:row;width:100%;height:auto;align-items:center;padding:14px 0}.table__row--countable:nth-child(2n),.table__row--grave:nth-child(2n),.table__row--half:nth-child(2n),.table__row--legend:nth-child(2n),.table__row--with-padding:nth-child(2n),.table__row:nth-child(2n){background:#f6f6f6}.table__row--countable input,.table__row--grave input,.table__row--half input,.table__row--legend input,.table__row--with-padding input,.table__row input{width:100%;height:auto;padding:0 8px;box-sizing:border-box}.table__row--half>div:first-of-type{flex:1}.table__row--half>div:nth-of-type(2){flex:3}.table__row--with-padding{padding-left:35px;padding-right:35px;box-sizing:border-box}.table__row--legend{justify-content:space-around;padding:8px 0}.table__row--legend .table__cell,.table__row--legend .table__cell--action,.table__row--legend .table__cell--max,.table__row--legend .table__cell--min,.table__row--legend .table__cell--min2,.table__row--legend .table__cell--min3,.table__row--legend .table__cell--min4,.table__row--legend .table__cell--min-center,.table__row--legend .table__cell--mini-min,.table__row--legend .table__cell--vertical{flex:unset}.table__row--highlight{border:2px solid #ff6900;box-sizing:border-box}.table__row--countable{justify-content:center;padding:3px 0}.table__row--countable div{flex:unset!important;margin:0 16px}.table__row--grave .table__input{flex-wrap:wrap;justify-content:center}.table__row--grave .table__input input{font-size:16px;max-width:178px;padding:3px}.table__row--countable a:not(.cbutton--admin),.table__row--grave a:not(.cbutton--admin),.table__row--half a:not(.cbutton--admin),.table__row--legend a:not(.cbutton--admin),.table__row--with-padding a:not(.cbutton--admin),.table__row a:not(.cbutton--admin){color:inherit}.table__row--countable a:not(.cbutton--admin):hover,.table__row--grave a:not(.cbutton--admin):hover,.table__row--half a:not(.cbutton--admin):hover,.table__row--legend a:not(.cbutton--admin):hover,.table__row--with-padding a:not(.cbutton--admin):hover,.table__row a:not(.cbutton--admin):hover{text-decoration:underline}.bgred.table__row--countable,.bgred.table__row--countable a,.bgred.table__row--grave,.bgred.table__row--grave a,.bgred.table__row--half,.bgred.table__row--half a,.bgred.table__row--legend,.bgred.table__row--legend a,.bgred.table__row--with-padding,.bgred.table__row--with-padding a,.table__row.bgred,.table__row.bgred a{color:red}.bgred.table__row--countable a:hover,.bgred.table__row--grave a:hover,.bgred.table__row--half a:hover,.bgred.table__row--legend a:hover,.bgred.table__row--with-padding a:hover,.table__row.bgred a:hover{text-decoration:underline}.bgsilver.table__row--countable,.bgsilver.table__row--countable a,.bgsilver.table__row--grave,.bgsilver.table__row--grave a,.bgsilver.table__row--half,.bgsilver.table__row--half a,.bgsilver.table__row--legend,.bgsilver.table__row--legend a,.bgsilver.table__row--with-padding,.bgsilver.table__row--with-padding a,.table__row.bgsilver,.table__row.bgsilver a{color:silver}.bgsilver.table__row--countable a:hover,.bgsilver.table__row--grave a:hover,.bgsilver.table__row--half a:hover,.bgsilver.table__row--legend a:hover,.bgsilver.table__row--with-padding a:hover,.table__row.bgsilver a:hover{text-decoration:underline}.bgpurple.table__row--countable,.bgpurple.table__row--countable a,.bgpurple.table__row--grave,.bgpurple.table__row--grave a,.bgpurple.table__row--half,.bgpurple.table__row--half a,.bgpurple.table__row--legend,.bgpurple.table__row--legend a,.bgpurple.table__row--with-padding,.bgpurple.table__row--with-padding a,.table__row.bgpurple,.table__row.bgpurple a{color:#c377e0}.bgpurple.table__row--countable a:hover,.bgpurple.table__row--grave a:hover,.bgpurple.table__row--half a:hover,.bgpurple.table__row--legend a:hover,.bgpurple.table__row--with-padding a:hover,.table__row.bgpurple a:hover{text-decoration:underline}.bgorange.table__row--countable,.bgorange.table__row--countable a,.bgorange.table__row--grave,.bgorange.table__row--grave a,.bgorange.table__row--half,.bgorange.table__row--half a,.bgorange.table__row--legend,.bgorange.table__row--legend a,.bgorange.table__row--with-padding,.bgorange.table__row--with-padding a,.table__row.bgorange,.table__row.bgorange a{color:#ff6900}.bgorange.table__row--countable a:hover,.bgorange.table__row--grave a:hover,.bgorange.table__row--half a:hover,.bgorange.table__row--legend a:hover,.bgorange.table__row--with-padding a:hover,.table__row.bgorange a:hover{text-decoration:underline}.bgyellow.table__row--countable,.bgyellow.table__row--countable a,.bgyellow.table__row--grave,.bgyellow.table__row--grave a,.bgyellow.table__row--half,.bgyellow.table__row--half a,.bgyellow.table__row--legend,.bgyellow.table__row--legend a,.bgyellow.table__row--with-padding,.bgyellow.table__row--with-padding a,.table__row.bgyellow,.table__row.bgyellow a{color:#ffb100}.bgyellow.table__row--countable a:hover,.bgyellow.table__row--grave a:hover,.bgyellow.table__row--half a:hover,.bgyellow.table__row--legend a:hover,.bgyellow.table__row--with-padding a:hover,.table__row.bgyellow a:hover{text-decoration:underline}.table__buttons--edit{display:flex;justify-content:space-evenly;padding-block:10px}.table__footer,.table__footer--light-gray,.table__footer--white{display:flex;flex-direction:row;justify-content:center;background-color:#737373;color:#fff;padding:16px 0}.table__footer--light-gray{background-color:#dedede}.table__footer--light-gray .pagination{margin:0!important}.table__footer--white{background-color:#fff}.table__footer--white .pagination{margin:0!important}.table__legend{display:flex;flex-direction:row;background:#dedede;color:#000;padding:0 8px}@media (max-width:768px){.table__legend{font-size:12px;line-height:normal;letter-spacing:normal}}@media (max-width:487px){.table__legend{display:none}}.table--without-after p,.table p{margin:0!important}.article__container--column .article__content a,.article__container .article__content a{color:#6f55be;transition:color .15s;text-decoration:none;font-weight:600}.article__container--column .article__content a:hover,.article__container .article__content a:hover{color:#ff6900}.article__container--column .article-nav a,.article__container .article-nav a{color:#fff;font-weight:200}.article__container--column .article-nav a:hover,.article__container .article-nav a:hover{color:#fff}.active-cemetery-search__row{display:flex}.active-cemetery-search__row--checkboxes{flex-wrap:wrap}.active-cemetery-search__row--checkboxes .table__cell--min{margin:0;flex:0 0 33.333%!important;padding:0!important}.active-cemetery-search__diocese{margin:0 16px 0 14px}@media (max-width:1099px){.active-cemetery-search__row{flex-direction:column}.active-cemetery-search__row label{margin-left:0!important}.active-cemetery-search__diocese{margin-top:20px}}@media (max-width:768px){.search-people .box--search{top:0!important;box-shadow:none!important}.search-people .search-people-box{padding:25px 15px 15px}.search-people .section--white{padding-top:0}}.search-people .slider__container,.search-people .slider__container--min-height{padding:0}.search-people--result #section-slider{padding-bottom:20px}.search-people #section-slider{padding:0}.search-people-title{font-size:3rem;font-weight:400;margin-bottom:0}@media (max-width:768px){.search-people-title{margin:0 0 3px;font-size:1.2rem;line-height:1.5rem}}.search-people__header{max-width:unset;display:block!important;padding-bottom:30px}@media (max-width:768px){.search-people__header{margin-bottom:8px!important;padding-bottom:10px;margin-top:15px}.search-people__header .search-people-title{padding-left:10px}}.search-people__section-form{display:flex;padding:10px}@media (max-width:1199px){.search-people__section-form{flex-direction:column}}.search-people__form{width:100%;min-width:810px;max-width:810px}@media (max-width:1199px){.search-people__form{min-width:unset;margin-bottom:20px}}.search-people__description{padding-left:48px;text-align:justify}@media (max-width:1199px){.search-people__description{max-width:810px;padding-left:0}}.search-people__description .article__container,.search-people__description .article__container--column{padding:0}.search-people__form-wrapper{padding-top:40px}.search-people__form-wrapper .search-people__container{margin-left:20px;margin-right:20px}.search-people__form-header{font-weight:200;line-height:2rem!important;margin:25px 0 20px}@media (max-width:768px){.search-people__form-header{line-height:1.3rem!important}}.search-people__form-header>span{font-size:1.5rem;color:#4e4e4e}@media (max-width:768px){.search-people__form-header>span{font-size:1rem}}.search-people__form-header-bold{font-weight:700;color:#ff6900}.search-people .box--search{position:relative;top:-8px}.search-people-box{display:flex;flex-direction:column;gap:20px;padding:50px;margin:0;font-weight:200}.search-people-box__purple{font-size:1.7rem;color:#6f55be;font-weight:200;margin:0;line-height:2rem}@media (max-width:768px){.search-people-box__purple{font-size:1rem;line-height:1.3rem}}.search-people-box__gray{font-size:1rem}@media (max-width:768px){.search-people-box{background-color:#fff}}.search-people__container{padding-top:0}.search-people__container .table__container,.search-people__container .table__container--mobile,.search-people__container .table__container--without-margin{margin-top:0}.search-people__result-header{display:flex;justify-content:space-between;padding-inline:20px}@media (max-width:768px){.search-people__result-header{flex-direction:column;align-items:center;gap:20px;padding-inline:10px}}.search-people__details{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:200;margin:0}.search-people__details-bold{font-weight:800}@media (max-width:768px){.search-people__details{display:block;width:100%}}.search-people__results{padding-top:0}.search-people__no-results{text-align:center}.article-nav{display:flex;justify-content:center}.article-nav form{display:grid;grid-template-columns:1fr 1fr}.article-nav .cms-klawisz,.article-nav .table--without-after .cms-klawisz--mb,.article-nav .table .cms-klawisz--mb,.article-nav .text-center .cms-klawisz--mb,.table--without-after .article-nav .cms-klawisz--mb,.table .article-nav .cms-klawisz--mb,.text-center .article-nav .cms-klawisz--mb{background-color:#737373;border-color:#737373;padding:4px 20px}.article-nav .cms-klawisz:hover:before,.article-nav .table--without-after .cms-klawisz--mb:hover:before,.article-nav .table .cms-klawisz--mb:hover:before,.article-nav .text-center .cms-klawisz--mb:hover:before,.table--without-after .article-nav .cms-klawisz--mb:hover:before,.table .article-nav .cms-klawisz--mb:hover:before,.text-center .article-nav .cms-klawisz--mb:hover:before{background-color:rgba(86,86,86,.5)}.article-nav .cms-klawisz:before,.article-nav .table--without-after .cms-klawisz--mb:before,.article-nav .table .cms-klawisz--mb:before,.article-nav .text-center .cms-klawisz--mb:before,.table--without-after .article-nav .cms-klawisz--mb:before,.table .article-nav .cms-klawisz--mb:before,.text-center .article-nav .cms-klawisz--mb:before{background-color:rgba(86,86,86,.5)}.archive--container{grid-column:span 2;display:flex;flex-direction:column;gap:10px}.section_big textarea{width:100%;height:auto}.cms-komunikat{margin-block:10px}.text-center{display:flex;justify-content:center}.text-center .cms-klawisz,.text-center .cms-klawisz--mb{background-color:#737373;border-color:#737373;padding:4px 20px}.text-center .cms-klawisz--mb:hover:before,.text-center .cms-klawisz:hover:before{background-color:rgba(86,86,86,.5)}.text-center .cms-klawisz--mb:before,.text-center .cms-klawisz:before{background-color:rgba(86,86,86,.5)}.text-center .cms-klawisz--mb{margin-bottom:11px;display:flex;justify-content:center}@media (max-width:1023px){.text-center .cms-klawisz--mb{margin-top:0}}.login__form{width:100%;height:100%}.login__layer .cms-klawisz,.login__layer .table--without-after .cms-klawisz--mb,.login__layer .table .cms-klawisz--mb,.login__layer .text-center .cms-klawisz--mb,.table--without-after .login__layer .cms-klawisz--mb,.table .login__layer .cms-klawisz--mb,.text-center .login__layer .cms-klawisz--mb{width:auto;height:auto;transition:all .3s;padding:4px 20px}.login__layer .cms-klawisz:hover,.login__layer .table--without-after .cms-klawisz--mb:hover,.login__layer .table .cms-klawisz--mb:hover,.login__layer .text-center .cms-klawisz--mb:hover,.table--without-after .login__layer .cms-klawisz--mb:hover,.table .login__layer .cms-klawisz--mb:hover,.text-center .login__layer .cms-klawisz--mb:hover{width:auto;height:auto}.section_color{margin-bottom:8px}.table--without-after input[type=text],.table input[type=text]{border:2px solid #6f55be;border-radius:3px;padding:4px 20px}.table--without-after input[type=checkbox],.table input[type=checkbox]{--active:#275efe;--active-inner:#fff;--focus:2px rgba(39,94,254,0.3);--border:#bbc1e1;--border-hover:#275efe;--background:#fff;--disabled:#f6f8ff;--disabled-inner:#e1e6f9;position:relative;display:inline-block;outline:none;border:none;vertical-align:top;cursor:pointer}.table--without-after input[type=checkbox]:after,.table input[type=checkbox]:after{position:absolute;top:-3px;left:0;width:20px;height:20px;content:"";display:block;transition:transform var(--d-t,.3s) var(--d-t-e,ease),opacity var(--d-o,.2s)}.table--without-after select,.table select{border:2px solid #6f55be;border-radius:3px;padding:4px 20px}.table--without-after .cms-klawisz,.table--without-after .cms-klawisz--mb,.table .cms-klawisz,.table .cms-klawisz--mb{width:auto;height:auto;justify-content:center;transition:all .3s;margin:0;background-color:#737373;border-color:#737373;padding:4px 20px}.table--without-after .cms-klawisz--mb:hover:before,.table--without-after .cms-klawisz:hover:before,.table .cms-klawisz--mb:hover:before,.table .cms-klawisz:hover:before{background-color:rgba(86,86,86,.5)}.table--without-after .cms-klawisz--mb:before,.table--without-after .cms-klawisz:before,.table .cms-klawisz--mb:before,.table .cms-klawisz:before{background-color:rgba(86,86,86,.5)}.table--without-after .cms-klawisz--mb:hover,.table--without-after .cms-klawisz:hover,.table .cms-klawisz--mb:hover,.table .cms-klawisz:hover{width:auto;height:auto}.table--without-after .cms-klawisz--mb,.table .cms-klawisz--mb{margin-bottom:11px}.cgallery__container.image-center{text-align:center}.cgallery__picture{position:relative;float:left;width:100%;margin-left:0;margin-right:0;margin-bottom:16px;overflow:hidden;text-align:center;background:#000}@media (max-width:500px){.cgallery__picture{float:none;display:block;width:90%;margin:auto auto 40px}}.image-center .cgallery__picture{display:inline-block;float:none}.cgallery__picture img{position:relative;display:block;min-height:100%;max-width:100%;opacity:.8}.cgallery__caption{position:absolute;top:0;left:0;width:100%;height:100%;padding:10%;color:#fff;font-size:16px;text-transform:uppercase}.cgallery__caption h3{font-size:19px;margin:0}@media (min-width:501px) and (max-width:768px){.cgallery__container[data-columns="3"] .cgallery__picture:nth-child(odd){width:calc(50% - 8px);margin-left:0;margin-right:8px}.cgallery__container[data-columns="3"] .cgallery__picture:nth-child(2n+2){width:calc(50% - 8px);margin-left:8px;margin-right:0}.cgallery__container[data-columns="4"] .cgallery__picture:nth-child(3n+1){width:calc(33.3333% - 11px);margin-left:0;margin-right:8px}.cgallery__container[data-columns="4"] .cgallery__picture:nth-child(3n+2){width:calc(33.3333% - 11px);margin-left:8px;margin-right:8px}.cgallery__container[data-columns="4"] .cgallery__picture:nth-child(3n+3){width:calc(33.3333% - 11px);margin-left:8px;margin-right:0}.cgallery__container[data-columns="5"] .cgallery__picture:nth-child(3n+1){width:calc(33.333% - 11px);margin-left:0;margin-right:8px}.cgallery__container[data-columns="5"] .cgallery__picture:nth-child(3n+2){width:calc(33.333% - 11px);margin-left:8px;margin-right:8px}.cgallery__container[data-columns="5"] .cgallery__picture:nth-child(3n+3){width:calc(33.333% - 11px);margin-left:8px;margin-right:0}.cgallery__container[data-columns="6"] .cgallery__picture:nth-child(odd){width:calc(50% - 8px);margin-left:0;margin-right:8px}.cgallery__container[data-columns="6"] .cgallery__picture:nth-child(2n+2){width:calc(50% - 8px);margin-left:8px;margin-right:0}}@media (min-width:769px){.cgallery__picture:nth-child(3n+1){width:calc(33.3333% - 11px);margin-left:0;margin-right:8px}.cgallery__picture:nth-child(3n+2){width:calc(33.3333% - 11px);margin-left:8px;margin-right:8px}.cgallery__picture:nth-child(3n+3){width:calc(33.3333% - 11px);margin-left:8px;margin-right:0}.cgallery__container[data-columns="4"] .cgallery__picture:nth-child(4n+1){width:calc(25% - 12px);margin-left:0;margin-right:8px}.cgallery__container[data-columns="4"] .cgallery__picture:nth-child(4n+2){width:calc(25% - 12px);margin-left:8px;margin-right:8px}.cgallery__container[data-columns="4"] .cgallery__picture:nth-child(4n+3){width:calc(25% - 12px);margin-left:8px;margin-right:8px}.cgallery__container[data-columns="4"] .cgallery__picture:nth-child(4n+4){width:calc(25% - 12px);margin-left:8px;margin-right:0}.cgallery__container[data-columns="5"] .cgallery__picture:nth-child(4n+1){width:calc(25% - 12px);margin-left:0;margin-right:8px}.cgallery__container[data-columns="5"] .cgallery__picture:nth-child(4n+2){width:calc(25% - 12px);margin-left:8px;margin-right:8px}.cgallery__container[data-columns="5"] .cgallery__picture:nth-child(4n+3){width:calc(25% - 12px);margin-left:8px;margin-right:8px}.cgallery__container[data-columns="5"] .cgallery__picture:nth-child(4n+4){width:calc(25% - 12px);margin-left:8px;margin-right:0}.cgallery__container[data-columns="6"] .cgallery__picture:nth-child(4n+1){width:calc(25% - 12px);margin-left:0;margin-right:8px}.cgallery__container[data-columns="6"] .cgallery__picture:nth-child(4n+2){width:calc(25% - 12px);margin-left:8px;margin-right:8px}.cgallery__container[data-columns="6"] .cgallery__picture:nth-child(4n+3){width:calc(25% - 12px);margin-left:8px;margin-right:8px}.cgallery__container[data-columns="6"] .cgallery__picture:nth-child(4n+4){width:calc(25% - 12px);margin-left:8px;margin-right:0}}@media (min-width:1300px){.cgallery__container[data-columns="5"] .cgallery__picture:nth-child(5n+1){width:calc(20% - 13px);margin-left:0;margin-right:8px}.cgallery__container[data-columns="5"] .cgallery__picture:nth-child(5n+2){width:calc(20% - 13px);margin-left:8px;margin-right:8px}.cgallery__container[data-columns="5"] .cgallery__picture:nth-child(5n+3){width:calc(20% - 13px);margin-left:8px;margin-right:8px}.cgallery__container[data-columns="5"] .cgallery__picture:nth-child(5n+4){width:calc(20% - 13px);margin-left:8px;margin-right:8px}.cgallery__container[data-columns="5"] .cgallery__picture:nth-child(5n+5){width:calc(20% - 13px);margin-left:8px;margin-right:0}.cgallery__container[data-columns="6"] .cgallery__picture:nth-child(6n+1){width:calc(16.66667% - 13.5px);margin-left:0;margin-right:8px}.cgallery__container[data-columns="6"] .cgallery__picture:nth-child(6n+2){width:calc(16.66667% - 13.5px);margin-left:8px;margin-right:8px}.cgallery__container[data-columns="6"] .cgallery__picture:nth-child(6n+3){width:calc(16.66667% - 13.5px);margin-left:8px;margin-right:8px}.cgallery__container[data-columns="6"] .cgallery__picture:nth-child(6n+4){width:calc(16.66667% - 13.5px);margin-left:8px;margin-right:8px}.cgallery__container[data-columns="6"] .cgallery__picture:nth-child(6n+5){width:calc(16.66667% - 13.5px);margin-left:8px;margin-right:8px}.cgallery__container[data-columns="6"] .cgallery__picture:nth-child(6n+6){width:calc(16.66667% - 13.5px);margin-left:8px;margin-right:0}}.cgdetail--border-top{border-top:2px solid #f3f3f3}.cgdetail.tablet{width:calc(100% - 390px)}@media (max-width:1023px){.cgdetail.tablet{margin-top:10px;width:100%}}@media (max-width:768px){.cgdetail--graveDetails.tablet{display:none}}.cgdetail__container{display:flex}@media (max-width:768px){.cgdetail__container{flex-direction:column-reverse}}.cgdetail__container--half:first-of-type{flex:1}.cgdetail__container--half:nth-of-type(2){display:flex;flex-direction:column;justify-content:space-between;flex:1.5;background:#fff;margin-left:32px;padding:16px}@media (max-width:768px){.cgdetail__container--half:nth-of-type(2){margin-top:16px;margin-left:0}}.cgdetail__relative{position:relative}.cgdetail__empty{display:flex;align-items:center;justify-content:center;flex:1}.cgdetail__grave-buttons{display:flex;justify-content:space-between;margin-bottom:16px}.cgdetail__grave-buttons .ctooltip,.cgdetail__grave-buttons .ctooltip--text{display:flex;justify-content:center;right:unset}.cgdetail__grave-buttons .ctooltiptext--details{transform:unset!important;left:unset!important}.cgdetail__arrow,.cgdetail__arrow--left,.cgdetail__arrow--right{display:flex;align-items:center;text-decoration:none}.cgdetail__arrow--left span{margin-left:5px}@media (min-width:768px) and (max-width:1023px){.cgdetail__arrow--left span{font-size:12px}}@media (max-width:399px){.cgdetail__arrow--left span{font-size:12px}}.cgdetail__arrow--right span{margin-right:5px}@media (min-width:768px) and (max-width:1023px){.cgdetail__arrow--right span{font-size:12px}}@media (max-width:399px){.cgdetail__arrow--right span{font-size:12px}}.cgdetail__arrow--left a,.cgdetail__arrow--right a,.cgdetail__arrow a{color:initial;transition:color .3s ease;text-align:center;text-decoration:none}.cgdetail__arrow--left a:hover,.cgdetail__arrow--right a:hover,.cgdetail__arrow a:hover{color:#ff6900}.cgdetail__arrow-content,.cgdetail__header{display:flex;align-items:center}.cgdetail__header{justify-content:space-between;margin-bottom:16px}.cgdetail__header .cbutton--orange-small{padding:8px 10px}.cgdetail__header .cbutton--orange-small span{font-size:15px}@media (max-width:1023px){.cgdetail__header{justify-content:center;margin-bottom:0!important}}.cgdetail__buttons{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0}@media (max-width:768px){.cgdetail__buttons{align-items:normal;flex-direction:column;flex:1}.cgdetail__buttons a span{width:100%;align-items:center;justify-content:center}}@media (max-width:1332px){.cgdetail__map{padding:0 80px}}@media (max-width:768px){.cgdetail__map{padding:0 60px}}@media (max-width:499px){.cgdetail__map{padding:0 30px}}.cgdetail__photo{width:100%;height:auto;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background:#fff;padding:0 20px;overflow:hidden;max-width:496px}@media (max-width:768px){.cgdetail__photo{margin-top:15px;max-width:100%;padding:16px}}.cgdetail__photo a{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.cgdetail__photo img{cursor:pointer;height:-webkit-max-content;height:-moz-max-content;height:max-content;max-height:100%;max-width:416px}.cgdetail__photo--no-photo{padding:0}.cgdetail__photo--no-photo img{max-width:100%}.cgdetail__photoContainer{display:flex;align-items:center;justify-content:center;position:relative}@media (max-width:768px){.cgdetail__photoContainer{width:100%;overflow:hidden;justify-content:center;max-height:415px}}@media (min-width:768px){.cgdetail__photoContainer{height:489px}}.cgdetail__photoText{position:absolute;bottom:0;top:0;left:0;right:0;margin:0;font-size:1.5rem;color:#44317e;font-weight:700;line-height:2rem;text-align:center;transition:.1s;text-shadow:1.5px 1.5px 0 #fff,1.5px -1.5px 0 #fff,-1.5px 1.5px 0 #fff,-1.5px -1.5px 0 #fff,1.5px 0 0 #fff,0 1.5px 0 #fff,-1.5px 0 0 #fff,0 -1.5px 0 #fff,0 0 1.5px rgba(206,89,55,0);opacity:.9;pointer-events:none;background-color:rgba(0,0,0,.4)}.cgdetail__photoText,.cgdetail__thumb{display:flex;align-items:center;justify-content:center}.cgdetail__thumb{padding:20px 0;overflow-x:hidden}@media (max-width:768px){.cgdetail__thumb{padding:20px 0}}.cgdetail__photo+.cgdetail__thumb{margin-top:16px}.cgdetail__thumb-arrow,.cgdetail__thumb-arrow--left,.cgdetail__thumb-arrow--right{display:flex;align-items:center;color:#000;position:absolute;top:0;bottom:0}.cgdetail__thumb-arrow--left{left:7px}.cgdetail__thumb-arrow--right{right:7px}.cgdetail__thumb-arrow--left .carrow,.cgdetail__thumb-arrow--right .carrow,.cgdetail__thumb-arrow .carrow{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;background-color:#fff;border-radius:25px;padding:1px 5px;z-index:5}.cgdetail__thumb-container{display:flex;justify-content:center;position:relative;background:#fff;margin-right:0;margin-top:16px}.cgdetail__thumb-img{margin:4px;width:auto!important;flex:0 0 calc(33.33% - 8px);max-height:100px}@media (max-width:1023px){.cgdetail__thumb-img{height:75px;min-width:60px}}.cgdetail__thumb-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;cursor:pointer;filter:brightness(1)}.cgdetail__thumb-content{display:flex;width:100%;height:auto;justify-content:flex-start;transition:transform .5s ease;-webkit-overflow-scrolling:touch}.cgdetail__thumb-content::-webkit-scrollbar{display:none}.cgdetail__thumb-wrapper:not(.active){visibility:hidden}.cgdetail__thumb-wrapper--center .cgdetail__thumb-content{justify-content:center}.cgdetail__burieds{display:grid;grid-template-columns:repeat(2,1fr);padding:0 32px}.cgdetail__burieds>div:nth-child(odd){padding-right:24px}.cgdetail__burieds>div:nth-child(2n){padding-right:24px}@media (max-width:999px){.cgdetail__burieds{grid-template-columns:repeat(1,1fr)}}@media (max-width:768px){.cgdetail__burieds{padding:0}}.cgdetail__buried{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:100%;height:auto;margin-right:21px;padding-top:16px;padding-bottom:16px;box-sizing:border-box}.cgdetail__buried h4{font-size:24px;line-height:normal;letter-spacing:normal;margin:0 0 16px;font-weight:600}.cgdetail__buried p{font-size:16px;line-height:normal;letter-spacing:normal;margin:0!important}.cgdetail__buried:before{content:"";position:absolute;top:0;right:-2px;width:2px;height:100%;background:#f3f3f3}.cgdetail__buried:not(:last-child):not(:nth-last-child(2)):after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#f3f3f3}.cgdetail__buried:nth-of-type(2n){margin-right:0;padding-left:16px}.cgdetail__buried:nth-of-type(2n):before{display:none}@media (max-width:1023px){.cgdetail__buried{max-width:unset;margin-right:0}.cgdetail__buried:before{display:none}.cgdetail__buried:after{width:100%}.cgdetail__buried:nth-of-type(2n){padding-left:0}.cgdetail__buried:nth-of-type(2n):before{display:none}.cgdetail__buried:nth-of-type(2n):after{position:absolute;bottom:0;left:0;width:100%;height:2px;content:"";background:#f3f3f3}}@media (max-width:768px){.cgdetail__buried{text-align:center;padding-right:0!important}}.cgdetail__box-info{display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:16px;background:#f3f3f3;gap:15px}@media (max-width:768px){.cgdetail__box-info{margin:0}}@media (max-width:449px){.cgdetail__box-info{align-items:flex-start}.cgdetail__box-info p{text-align:center!important}}.cgdetail__box-info div{display:flex;align-items:center;gap:5px}@media (max-width:449px){.cgdetail__box-info>div{gap:15px;font-size:14px}.cgdetail__box-info>div .ctooltip,.cgdetail__box-info>div .ctooltip--text{gap:15px}}.cgdetail__box-info p{margin-left:16px}@media (max-width:449px){.cgdetail__box-info p{margin-left:0}}.cgdetail__box-info a{text-decoration:none;color:#565656}.cgdetail__box-info a:hover{color:#ff6900}.cgdetail__box-info--special{flex-direction:column}@media (max-width:768px){.cgdetail__box-info--special{align-items:flex-start!important}}.cgdetail__box-info--special p{width:100%;text-align:center;-webkit-margin-before:0!important;margin-block-start:0!important;-webkit-margin-after:0!important;margin-block-end:0!important}.cgdetail__box-info--grid{display:grid!important;grid-template-columns:repeat(2,1fr);gap:0!important}.cgdetail__box-info--grid>div:first-child{margin-right:10px!important}.cgdetail__box-info--grid>div:nth-child(2){padding-left:10px!important;border-left:2px solid #ccc}@media (max-width:1024px){.cgdetail__box-info--grid{grid-template-columns:1fr;gap:20px!important}.cgdetail__box-info--grid>div{justify-content:center}.cgdetail__box-info--grid>div:first-child{margin-right:0;padding:0!important}.cgdetail__box-info--grid>div:nth-child(2){margin-left:0;border-left:none;padding:0!important}.cgdetail__box-info--grid>div:nth-child(2)>div{margin:0 auto!important}.cgdetail__box-info--grid .cgdetail__status-info:first-child{margin-right:0!important}}.cgdetail__localization{margin-bottom:10px}@media (max-width:768px){.cgdetail__localization>div{flex-wrap:wrap;display:flex;flex-direction:column}}@media (max-width:499px){.cgdetail__localization span{font-size:14px}}.cgdetail__localization span{margin-right:32px}.cgdetail__localization span:last-of-type{margin-right:0}.cgdetail__footer{display:flex;justify-content:space-between;align-items:stretch;flex-direction:column;margin:16px 32px 0}@media (max-width:768px){.cgdetail__footer{margin:16px 0 0}}@media (max-width:1023px){.cgdetail__footer{flex-direction:column}}.cgdetail__footer--buttons{display:flex;justify-content:flex-end;gap:10px;text-align:center;flex-wrap:wrap}@media (max-width:768px){.cgdetail__footer--buttons{align-items:normal}.cgdetail__footer--buttons a,.cgdetail__footer--buttons button{flex:1}.cgdetail__footer--buttons a span,.cgdetail__footer--buttons button span{width:100%;align-items:center;justify-content:center}}@media (max-width:499px){.cgdetail__footer--buttons{flex-direction:column}}.cgdetail__publicDescription{margin:16px 32px}.cgdetail__publicDescription h4{margin:0}.cgdetail__localization{display:flex;flex-direction:column;align-items:center}.cgdetail__localization div{width:100%;text-align:center}@media (max-width:768px){.cgdetail__localization div{text-align:left;flex-direction:row;justify-content:center}}@media (max-width:1023px){.cgdetail__localization{margin:0 0 16px}}@media (max-width:768px){.cgdetail__localization{justify-content:flex-start!important}}.cgdetail .slick-arrow{display:flex;align-items:center;font-size:40px;line-height:normal;letter-spacing:normal;cursor:pointer;padding:0 7px}.cgdetail .slick-arrow:hover{color:#ff6900}.cgdetail .slick-track{display:flex;width:auto!important;height:121px}.cgdetail__button-with-icon{display:flex;align-items:center;gap:10px;line-height:23px}.cgdetail__button-with-icon img{max-width:16px;max-height:16px}.cgdetail__info-footer{flex-wrap:wrap;-moz-column-gap:30px;column-gap:30px;margin-top:15px}@media (max-width:768px){.cgdetail__info-footer{justify-content:center!important}}.cgdetail__sub-title{display:flex;gap:25px}@media (max-width:768px){.cgdetail__sub-title{flex-direction:column}.cgdetail__sub-title .ccontact__route{margin-bottom:0!important}}@media (max-width:499px){.cgdetail__sub-title{text-align:center}}.cgdetail__shifted-element{margin:-15px 0 0!important}@media (max-width:768px){.cgdetail__shifted-element{margin:-15px 0 0 45px!important}}.cgdetail__status-info{display:flex;flex:1;padding:16px 15px;flex-direction:column}@media (min-width:1025px){.cgdetail__status-info:nth-child(2){border-left:1px solid #ccc!important}}@media (max-width:1024px){.cgdetail__status-info:first-child{margin-right:0!important}}@media (max-width:768px){.cgdetail__section-grave{padding:16px 0}}.cgdetail__payment-info{margin-bottom:16px;padding:0 16px;text-align:center}@media (max-width:1024px){.cgdetail__payment-info{padding-top:16px;text-align:center;border-top:1px solid #e5e5e5}}@media (max-width:768px){.cgdetail__payment-info p{font-size:14px}}.viewer-flip-horizontal:before,.viewer-flip-vertical:before,.viewer-fullscreen-exit:before,.viewer-fullscreen:before,.viewer-next:before,.viewer-one-to-one:before,.viewer-play:before,.viewer-prev:before,.viewer-reset:before,.viewer-rotate-left:before,.viewer-rotate-right:before,.viewer-zoom-in:before,.viewer-zoom-out:before{line-height:24px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAAaCAYAAAANKWFxAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF8WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTA4LTIzVDA5OjI1OjQ5KzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0wOC0yM1QxNDo1Mzo0NiswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0wOC0yM1QxNDo1Mzo0NiswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2ZjQzMzllMS03MWQ5LTMy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);background-size:300px;height:28px;width:28px}.viewer-toolbar>ul>li{height:30px;width:30px}.viewer-zoom-out:before{background-position:-27.3px 0}.viewer-one-to-one:before{background-position:-55px 0}.viewer-reset:before{background-position:-82.3px 0}.viewer-prev:before{background-position:-110px 0}.viewer-play:before{background-position:-137.3px 0}.viewer-next:before{background-position:-165px 0}.viewer-rotate-left:before{background-position:-192px 0}.viewer-rotate-right:before{background-position:-220px 0}.viewer-flip-horizontal:before{background-position:-247px 0}.viewer-flip-vertical:before{background-position:-274px 0}.viewer-toolbar>ul>.viewer-large{margin-bottom:0;margin-top:0}.viewer-toolbar>ul>.viewer-large:before{margin:2px}.viewer-close:before,.viewer-flip-horizontal:before,.viewer-flip-vertical:before,.viewer-fullscreen-exit:before,.viewer-fullscreen:before,.viewer-next:before,.viewer-one-to-one:before,.viewer-play:before,.viewer-prev:before,.viewer-reset:before,.viewer-rotate-left:before,.viewer-rotate-right:before,.viewer-zoom-in:before,.viewer-zoom-out:before{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");background-repeat:no-repeat;background-size:280px;color:transparent;display:block;font-size:0;height:20px;line-height:0;width:20px}.viewer-zoom-in:before{background-position:0 0;content:"Zoom In"}.viewer-zoom-out:before{background-position:-20px 0;content:"Zoom Out"}.viewer-one-to-one:before{background-position:-40px 0;content:"One to One"}.viewer-reset:before{background-position:-60px 0;content:"Reset"}.viewer-prev:before{background-position:-80px 0;content:"Previous"}.viewer-play:before{background-position:-100px 0;content:"Play"}.viewer-next:before{background-position:-120px 0;content:"Next"}.viewer-rotate-left:before{background-position:-140px 0;content:"Rotate Left"}.viewer-rotate-right:before{background-position:-160px 0;content:"Rotate Right"}.viewer-flip-horizontal:before{background-position:-180px 0;content:"Flip Horizontal"}.viewer-flip-vertical:before{background-position:-200px 0;content:"Flip Vertical"}.viewer-fullscreen:before{background-position:-220px 0;content:"Enter Full Screen"}.viewer-fullscreen-exit:before{background-position:-240px 0;content:"Exit Full Screen"}.viewer-close:before{background-position:-260px 0;content:"Close"}.viewer-container{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;bottom:0;direction:ltr;font-size:0;left:0;line-height:0;overflow:hidden;position:absolute;right:0;top:0;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.viewer-container::-moz-selection,.viewer-container ::-moz-selection{background-color:transparent}.viewer-container::selection,.viewer-container ::selection{background-color:transparent}.viewer-container:focus{outline:0}.viewer-container img{display:block;height:auto;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.viewer-canvas{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.viewer-canvas>img{height:auto;margin:15px auto;max-width:90%!important;width:auto}.viewer-footer{bottom:0;left:0;overflow:hidden;position:absolute;right:0;text-align:center}.viewer-navbar{background-color:rgba(0,0,0,.5);overflow:hidden}.viewer-list{box-sizing:content-box;height:50px;margin:0;overflow:hidden;padding:1px 0}.viewer-list>li{color:transparent;cursor:pointer;float:left;font-size:0;height:50px;line-height:0;opacity:.5;overflow:hidden;transition:opacity .15s;width:30px}.viewer-list>li:focus,.viewer-list>li:hover{opacity:.75}.viewer-list>li:focus{outline:0}.viewer-list>li+li{margin-left:1px}.viewer-list>.viewer-loading{position:relative}.viewer-list>.viewer-loading:after{border-width:2px;height:20px;margin-left:-10px;margin-top:-10px;width:20px}.viewer-list>.viewer-active,.viewer-list>.viewer-active:focus,.viewer-list>.viewer-active:hover{opacity:1}.viewer-player{background-color:#000;bottom:0;cursor:none;display:none;right:0;z-index:1}.viewer-player,.viewer-player>img{left:0;position:absolute;top:0}.viewer-toolbar>ul{display:inline-block;margin:0 auto 5px;overflow:hidden;padding:6px 3px}.viewer-toolbar>ul>li{background-color:rgba(0,0,0,.5);border-radius:50%;cursor:pointer;float:left;height:24px;overflow:hidden;transition:background-color .15s;width:24px}.viewer-toolbar>ul>li:focus,.viewer-toolbar>ul>li:hover{background-color:rgba(0,0,0,.8)}.viewer-toolbar>ul>li:focus{box-shadow:0 0 3px #fff;outline:0;position:relative;z-index:1}.viewer-toolbar>ul>li:before{margin:2px}.viewer-toolbar>ul>li+li{margin-left:1px}.viewer-toolbar>ul>.viewer-small{height:18px;margin-bottom:3px;margin-top:3px;width:18px}.viewer-toolbar>ul>.viewer-small:before{margin:-1px}.viewer-toolbar>ul>.viewer-large{height:30px;margin-bottom:-3px;margin-top:-3px;width:30px}.viewer-toolbar>ul>.viewer-large:before{margin:5px}.viewer-tooltip{background-color:rgba(0,0,0,.8);border-radius:10px;color:#fff;display:none;font-size:12px;height:20px;left:50%;line-height:20px;margin-left:-25px;margin-top:-10px;position:absolute;text-align:center;top:50%;width:50px}.viewer-title{color:#ccc;display:inline-block;font-size:12px;line-height:1;margin:0 5% 5px;max-width:90%;opacity:.8;overflow:hidden;text-overflow:ellipsis;transition:opacity .15s;white-space:nowrap}.viewer-title:hover{opacity:1}.viewer-button{background-color:rgba(0,0,0,.5);border-radius:50%;cursor:pointer;height:80px;overflow:hidden;position:absolute;right:-40px;top:-40px;transition:background-color .15s;width:80px}.viewer-button:focus,.viewer-button:hover{background-color:rgba(0,0,0,.8)}.viewer-button:focus{box-shadow:0 0 3px #fff;outline:0}.viewer-button:before{bottom:15px;left:15px;position:absolute}.viewer-fixed{position:fixed}.viewer-open{overflow:hidden}.viewer-show{display:block}.viewer-hide{display:none}.viewer-backdrop{background-color:rgba(0,0,0,.5)}.viewer-invisible{visibility:hidden}.viewer-move{cursor:move;cursor:-webkit-grab;cursor:grab}.viewer-fade{opacity:0}.viewer-in{opacity:1}.viewer-transition{transition:all .3s}@-webkit-keyframes viewer-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes viewer-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.viewer-loading:after{-webkit-animation:viewer-spinner 1s linear infinite;animation:viewer-spinner 1s linear infinite;border:4px solid hsla(0,0%,100%,.1);border-left-color:hsla(0,0%,100%,.5);border-radius:50%;content:"";display:inline-block;height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px;z-index:1}@media (max-width:767px){.viewer-hide-xs-down{display:none}}@media (max-width:991px){.viewer-hide-sm-down{display:none}}@media (max-width:1199px){.viewer-hide-md-down{display:none}}
