/* Minification failed. Returning unminified contents.
(1337,1): run-time error CSS1019: Unexpected token, found '}'
(1877,41): run-time error CSS1046: Expect comma, found '0'
(1877,45): run-time error CSS1046: Expect comma, found '/'
(2622,19): run-time error CSS1030: Expected identifier, found '-'
(2622,19): run-time error CSS1031: Expected selector, found '-'
(2622,19): run-time error CSS1025: Expected comma or open brace, found '-'
(2779,19): run-time error CSS1030: Expected identifier, found '-'
(2779,19): run-time error CSS1031: Expected selector, found '-'
(2779,19): run-time error CSS1025: Expected comma or open brace, found '-'
(2784,19): run-time error CSS1030: Expected identifier, found '-'
(2784,19): run-time error CSS1031: Expected selector, found '-'
(2784,19): run-time error CSS1025: Expected comma or open brace, found '-'
(2871,34): run-time error CSS1030: Expected identifier, found '-'
(2871,34): run-time error CSS1031: Expected selector, found '-'
(2871,34): run-time error CSS1025: Expected comma or open brace, found '-'
(8703,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(8704,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8717,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(8718,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8731,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(8732,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8745,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(8746,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(9720,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(9721,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(9734,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(9735,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(9748,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(9749,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(9762,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(9763,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(11605,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(11606,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(11619,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(11620,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(11633,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(11634,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(11647,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(11648,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
.header {
	z-index: 101 !important;
}

.working-time-form .form-item__error {
	display: none;
}

.working-time-form .form-item.-has-error .form-item__error {
	display: block;
}

.working-time-form .form-item.-has-error .choices__inner {
	border-color: #DF144C;
}

.form-item.-has-error .choices__inner {
	border-color: #DF144C;
}

.working-time-form .form-item.-has-error input {
	color: #DF144C;
}

.working-time-form .form-item--select.-disabled .select__container .choices__inner, .working-time-form .form-item--select.-disabled .select__container {
	pointer-events: none;
	background-color: #E0E0E0;
}

.working-time-form .form-item--text.-disabled .select__container .choices__inner, .working-time-form .form-item--text.-disabled input {
	pointer-events: none;
	background-color: #E0E0E0;
}

.working-time-form .existing-entries {
	margin: 10px 0;
}

.working-time-form .trash-img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.working-time-form .trash-wrapper {
	min-width: 50px;
}

	.working-time-form .trash-wrapper:hover {
		cursor: pointer;
	}

.button.-disabled {
	background-color: #E0E0E0;
	pointer-events: none;
}

.working-time .work-item {
	display: inline-block;
	padding: 5px 0;
}

.working-time .employee-data .column .column {
	border-bottom: 1px solid #E0E0E0;
}

.working-time .employee-data .column .row {
	margin: 0;
}

/*.working-time .employee-data {
	border-bottom: 2px solid #E0E0E0;
}*/

.working-time .work-overview {
	margin-top: 10px;
}

.working-time table tbody tr:hover {
	cursor: pointer;
}

.working-time .bold {
	font-weight: 700;
}

.working-time #month-name {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px 10px;
}

@media print, screen and (max-width: 480px) {
	.working-time #month-name {
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		margin: 0px 6px;
	}

	.working-time #add-month img, .working-time #substract-month img {
		width: 20px !important;
	}

	.navigation-arrows #statistics {
		margin-bottom: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.working-time #add-month, .working-time #substract-month {
	border: 2px solid #F3F3F3;
	border-radius: 4px;
	padding: 5px;
}

	.working-time #add-month:hover, .working-time #substract-month:hover {
		cursor: pointer;
	}

.working-time .navigation-arrows span {
	display: inline-block;
}

.working-time .editor-box--contact-person {
	margin-bottom: 2.0625rem;
	margin-top: 0;
}

.working-time-form #work-data tbody tr:hover {
	cursor: pointer;
}

.light-green-background {
	background-color: #c9ffd8;
}

/* 4.8.2020 */
.country-select__wrap {
	z-index: 99;
}

input[type=text], input[type=email], input[type=password], input[type=number], input[type=date], input[type=tel] {
	font-size: 1rem !important;
	-webkit-appearance: none !important;
	-moz-appearance: textfield !important;
	appearance: textfield !important;
}

.address-book__filters.filters-opened .address-book__filters-content {
	height: auto !important;
	margin-bottom: 1rem !important;
}

.pull-right {
	float: right;
}

.youtube-container::after,
.html-video::after,
.document-attachment::after {
	content: "";
	display: block;
	clear: both;
	float: none;
}

.document-attachment {
	margin-bottom: 1.625rem !important;
}

	.document-attachment ul,
	.document-attachment ul li {
		margin-bottom: 0 !important;
	}

.document-attachment-seen {
	margin-top: 10px;
}

@media print, screen and (min-width: 64em) {
	.page-card--small {
		height: calc(100% - 1.25rem);
		display: flex !important;
	}

		.page-card--small span {
			align-self: center;
			max-height: 62px;
			overflow: hidden;
		}

	.address-book__filters.filters-opened .address-book__filters-content {
		margin-bottom: 0.5rem !important;
	}

	.document-attachment {
		margin-bottom: 1.875rem !important;
	}

		.document-attachment ul,
		.document-attachment ul li {
			margin-bottom: 0 !important;
		}
}

@media print, screen and (min-width: 64em) {
	.table-responsive table th {
		font-size: 1rem !important;
	}

	.table-responsive table td {
		font-size: 1rem !important;
	}
}

@media print, screen and (max-width: 64em) {
	.margin-bottom-large {
		margin-bottom: 2rem;
	}
}

.country-select--header .country-select__value {
	width: 4.5rem !important;
}

	.country-select--header .country-select__value::after {
		position: relative !important;
		top: -4px !important;
		right: 0 !important;
		margin-left: 3px !important;
		display: inline-block !important;
	}

.ws-drawer.ny2022 {
	background: #252c34 url(../Images/media/images/75let_banner_leva_navigacija.png) !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: bottom center !important;
}
	.ws-drawer.ny2022.no-text-bg {
		background-position: bottom center !important;
	}

.bottom-nav-img {
	background: #252c34 url(../Images/media/images/75let_banner_leva_navigacija.png) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	height: 12em;
	width: 100%
}


@media print, screen and (min-width: 1024px) and (max-height: 880px) {
	.ws-drawer.ny2022 {
		background-position: bottom center !important;
	}
}

@media print, screen and (max-width: 480px) {
	.bottom-nav-img {
		background-size: contain !important;
		height: 18em;
		width: 100%;
	}
}

@media print, screen and (min-width: 480px) and (max-width: 1024px) {
	.bottom-nav-img {
		background-size: contain !important;
		height: 40em;
		width: 100%
	}
}

.ws-drawer.ny2022 .nav-main__panel {
	background-color: transparent !important;
}

	.ws-drawer.ny2022 .nav-main__l1-a,
	.ws-drawer.ny2022 .nav-main__l2-a {
		color: #dcd9d9;
	}

	.ws-drawer.ny2022 .nav-main__l1-i.-has-panel.active .nav-main__l1-a, .nav-main__l1-i.-has-panel.-is-expanded .nav-main__l1-a {
		color: #fff !important;
	}

	.ws-drawer.ny2022 .nav-main__l1-a:hover,
	.ws-drawer.ny2022 .nav-main__l2-a:hover {
		color: #ffffff;
	}

	.ws-drawer.ny2022 .nav-main__l1-i.-has-panel .nav-main__l1-more {
		color: #fff;
	}

	.ws-drawer.ny2022:not(.disabled) .ws-drawer__scroll {
		background: none;
		display: grid;
	}

.ws-drawer.ny2022 .nav-main__l1-i.-top-border {
	border: none;
/*	border-color: #fff;
	margin-top: 0;*/
}

.ws-drawer.ny2022 .nav-main__l2-a::after {
	background-color: #fff;
}

	.ws-drawer.ny2022 .button {
		color: #fff;
		border-color: #fff;
	}

/*.footer.ny2022 {
	background-color: transparent;
	padding-bottom: 130px;
}*/

.footer.ny2022:before {
	background: #252c34 url(../Images/media/images/Banner_Mi_Mercator_Novoletni_Footer_221.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: top center !important;
	position: absolute;
	top: 0px;
	left: -44px;
	width: calc(100% + 44px)
}

.footer.ny2022 .footer__applications h5, .footer.ny2022 .footer__applications li a, .footer.ny2022 .footer__social h5, .footer.ny2022 .footer__social .icon {
	color: white;
}

.footer.ny2022 .footer__wrap {
	position: relative;
	/*z-index:2;*/
}

.footer.ny2022 .footer__content a, .footer.ny2022 .footer__content span {
	color: #1b3560;
}
/*@media print, screen and (max-width: 64em) {
	.footer.ny2022 .footer__content a, .footer.ny2022 .footer__content span {
		float: left;
		margin-right: 20px;
	}
}*/
/*
.header .header__logo {
	background: #0c0000;
}*/
@media print, screen and (min-width: 64em) {
	.header__logo {
		padding-right: 0 !important;
	}
}
/*
@media print, screen and (max-width: 1023px) {
	.footer.ny2022:before {
		background-position: -38px 10% !important;
	}
}

@media print, screen and (max-width: 800px) {
	.footer.ny2022:before {
		width: calc(100%);
		background-position: -73px 0% !important;
		background-size: cover !important;
		background-image: url(../Images/media/images/Banner_Mi_Mercator_Novoletni_Footer_221.jpg) !important;
	}
}
@media print, screen and (max-width: 600px) {
	.footer.ny2022:before {
		background-position: bottom left !important;
		background-size: auto !important;
		background-repeat-x: repeat !important;
		background-repeat-y: repeat !important;
		background-image: url(../Images/media/images/Banner_Mi_Mercator_Novoletni_Footer_221.jpg) !important;
	}

	.footer.ny2022:after {
		position: absolute;
		top: 0px;
		left: auto;
		width: 100%;
		right: 0;
		height: 100%;
		content: '';
		background-position: bottom left !important;
		background-size: contain !important;
		background-image: url(../Images/media/images/Banner_Mi_Mercator_Novoletni_Footer_221.jpg) !important;
		background-repeat: no-repeat;
	}
}*/

@media print, screen and (max-width: 64em) {
/*	.ws-drawer:not(.disabled) .ws-drawer__scroll {
		background-color: transparent !important;
	}*/

	.header.js-header {
		background: #0c0000;
	}

	.footer.ny2022 {
		background: #252c34 url(../Images/media/images/Banner_Mi_Mercator_Novoletni_Footer_221.jpg) !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-position: top center !important;
	}
}


 
.social-embade blockquote {
	padding: 0;
	margin: 0;
}

	.social-embade blockquote::before {
		content: none;
	}

.eDocuments .country-select {
	position: relative;
}

.country-select--disabled {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	cursor: default;
	background-color: #d5d5d5;
	opacity: 0.3;
}

/*
.country-select--header:after {
	content: "";
	position: absolute;
	top: -17px;
	left: 0px;
	width: 30px;
	height: 23px;
	background: url(../Images/Bozicek_kapa.svg) left bottom no-repeat !important;
}

*/
.eDocuments .country-select:first-child {
	z-index: 4;
}

.eDocuments .country-select:nth-child(2) {
	z-index: 3;
}

.eDocuments .message-success,
.eDocuments .message-failure,
.change-profile-image-content .message-success,
.change-email-content .message-success,
.change-phone-content .message-success,
.change-email-content .message-error,
.change-phone-content .message-error {
	display: none;
}

@media print, screen and (max-width: 64em) {
	.eDocuments .country-select {
		width: 9.5rem !important;
	}

		.eDocuments .country-select .country-select__wrap {
			width: 9.5rem !important;
		}

	.eDocuments .modal__overlay .modal__content {
		top: 70px;
	}

	.main.user-profile .modal__overlay .modal__content {
		top: 70px;
	}
}

.eDocuments .country-select .country-select__list {
	display: none;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}

.eDocuments .country-select.active .country-select__list {
	display: block;
}

.eDocuments .eDocuments__overview__table .new-doc-icon {
	color: red;
	float: right;
}

.eDocuments .country-select__wrap {
	overflow-y: visible !important;
	overflow-x: inherit !important;
	z-index: 2;
}


.eDocuments .eDocuments__cell__select-many {
	text-align: center;
	vertical-align: middle;
}

	.eDocuments .eDocuments__cell__select-many .form-item--checkbox {
		display: inline-block;
		margin: 0;
		width: 24px;
		height: 24px;
	}

		.eDocuments .eDocuments__cell__select-many .form-item--checkbox label {
			width: 0;
			top: -5px;
		}

.eDocuments .eDocuments__cell__donwload_document {
	text-decoration: underline;
	cursor: pointer;
}

.eDocuments .eDocuments__action-buttons {
}

	.eDocuments .eDocuments__action-buttons:after {
		content: "";
		display: table;
		clear: both;
	}

.eDocuments .eDocuments__action-buttons--left {
	float: left;
}

.eDocuments .eDocuments__action-buttons--right {
	float: right;
	position: relative;
}

.eDocuments .eDocuments__action-buttons .button {
	width: auto !important;
	/*margin: 0 auto !important;*/
	margin-bottom: 80px;
}

.eDocuments .eDocuments__action-buttons--right .button {
	margin-left: 1rem;
}

.eDocuments .send-documents-info {
	position: absolute;
	top: 55px;
	left: 18px;
	display: none;
	text-align: center;
}

@media print, screen and (max-width: 450px) {
	.eDocuments .eDocuments__action-buttons--right, .eDocuments .eDocuments__action-buttons--left {
		float: none;
	}

	.eDocuments .eDocuments__action-buttons .button {
		margin-top: 1rem;
		margin-bottom: 2.5rem !important;
		margin-left: 0 !important;
		width: 100% !important;
	}

	.eDocuments .send-documents-info {
		position: unset;
	}
}

@media print, screen and (max-width: 64em) {
	.eDocuments .eDocuments__action-buttons .button {
		margin-bottom: 1rem !important;
	}

	.eDocuments .table-responsive table td {
		white-space: nowrap;
	}

		.eDocuments .table-responsive table td .new-doc-icon {
			display: inline-block;
			float: none;
			padding: 0 14px 0 5px;
		}
}

.eDocuments .load-more-check {
	text-align: center;
}

.alert {
	margin-bottom: 1rem;
	border-radius: 0.25rem;
	padding: 0.7rem;
}

	.alert.info {
		background-color: rgba(0,170,0, 0.07);
		color: #00aa00;
		border: solid 1px #00aa00;
	}

	.alert.error {
		background-color: rgba(170,0,0, 0.1);
		color: #aa0000;
		border: solid 1px #aa0000;
	}

.mar-top-30 {
	margin-top: 1.875rem !important
}

.form-item .form-item--description {
	font-size: 0.8125rem;
	line-height: 19px;
	padding: 0.3125rem 0 0 0.625rem;
}

.map-embade {
	margin-bottom: 2rem;
}

.map {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin-bottom: 2rem;
	border: solid 1px #DF144C;
}

.home-banner {
	margin-top: 1.4375rem;
}

	.home-banner .map {
		margin-bottom: 0rem;
	}

.map .map-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.map .refresh-button-holder {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 2;
}

	.map .refresh-button-holder span {
		display: inline-block;
		cursor: pointer;
		color: #DF144C !important;
	}

.notification__wrapper {
	margin-bottom: 1.5625rem;
}

html.page-home .notification__wrapper {
	margin-bottom: 0;
}

.notification__content .button {
	min-width: 8rem;
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}


@media print, screen and (max-width: 64em) {
	.map {
		padding-bottom: 100%;
	}
}

.map-legend {
	margin-top: 10px;
}

	.map-legend h4 {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.map-legend .map-legend-inner {
	}


	.map-legend .map-legend-no-items {
	}

	.map-legend .map-legend-inner .map-legend-item {
		display: none;
	}

		.map-legend .map-legend-inner .map-legend-item.active {
			align-items: center;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			margin-bottom: 5px;
			font-size: 80%;
			font-weight: bold;
		}

		.map-legend .map-legend-inner .map-legend-item svg {
			width: 36px;
			padding-right: 5px;
		}

@media print, screen and (max-width: 64em) {
	.home-banner p,
	.home-banner h1,
	.home-banner h2,
	.home-banner h3,
	.home-banner h4 {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media print, screen and (min-width: 63.99875em) {
	.ws-drawer__scroll {
		height: calc(100% - 4.1875rem) !important;
		overflow-y: auto;
		overflow-x: hidden;
		display: grid;
	}
}

/*========== RTE text icons css (20. 04. 2021) ==========*/

@font-face {
	font-family: 'icomoon';
	src: url('../../Images/media/fonts/texticonRTE/icomoon.eot?hvi4pz');
	src: url('../../Images/media/fonts/texticonRTE/icomoon.eot?hvi4pz#iefix') format('embedded-opentype'), url('../../Images/media/fonts/texticonRTE/icomoon.ttf?hvi4pz') format('truetype'), url('../../Images/media/fonts/texticonRTE/icomoon.woff?hvi4pz') format('woff'), url('../../Images/media/fonts/texticonRTE/icomoon.svg?hvi4pz#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-anketa:before {
	content: "\e900";
}

.icon-arrow-backward:before {
	content: "\e901";
}

.icon-arrow-forward:before {
	content: "\e902";
}

.icon-checkmark:before {
	content: "\e903";
}

.icon-close:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\e905";
}

.icon-google:before {
	content: "\e906";
}

.icon-icon-address:before {
	content: "\e907";
}

.icon-icon-applications:before {
	content: "\e908";
}

.icon-icon-apps:before {
	content: "\e909";
}

.icon-icon-arrow-left:before {
	content: "\e90a";
}

.icon-icon-arrow-right:before {
	content: "\e90b";
}

.icon-icon-arrow-small-down:before {
	content: "\e90c";
}

.icon-icon-arrow-small-up-copy:before {
	content: "\e90d";
}

.icon-icon-arrow-small-up:before {
	content: "\e90e";
}

.icon-icon-burger-menu:before {
	content: "\e90f";
}

.icon-icon-close:before {
	content: "\e910";
}

.icon-icon-doc-blank:before {
	content: "\e911";
}

.icon-icon-doc-excell:before {
	content: "\e912";
}

.icon-icon-doc-img:before {
	content: "\e913";
}

.icon-icon-doc-pdf:before {
	content: "\e914";
}

.icon-icon-doc-videos:before {
	content: "\e915";
}

.icon-icon-doc-word:before {
	content: "\e916";
}

.icon-icon-doc-zip:before {
	content: "\e917";
}

.icon-icon-hide:before {
	content: "\e918";
}

.icon-icon-less-info:before {
	content: "\e919";
}

.icon-icon-mail:before {
	content: "\e91a";
}

.icon-icon-more-info:before {
	content: "\e91b";
}

.icon-icon-new:before {
	content: "\e91c";
}

.icon-icon-new-10:before {
	content: "\e91d";
}

.icon-icon-new-24:before {
	content: "\e91e";
}

.icon-icon-new-100:before {
	content: "\e91f";
}

.icon-icon-new-action:before {
	content: "\e920";
}

.icon-icon-new-akcija:before {
	content: "\e921";
}

.icon-icon-new-baby:before {
	content: "\e922";
}

.icon-icon-new-bag:before {
	content: "\e923";
}

.icon-icon-new-brain:before {
	content: "\e924";
}

.icon-icon-new-bug:before {
	content: "\e925";
}

.icon-icon-new-calculator:before {
	content: "\e926";
}

.icon-icon-new-camera:before {
	content: "\e927";
}

.icon-icon-new-cart:before {
	content: "\e928";
}

.icon-icon-new-cloud:before {
	content: "\e929";
}

.icon-icon-new-coins:before {
	content: "\e92a";
}

.icon-icon-new-company:before {
	content: "\e92b";
}

.icon-icon-new-contract:before {
	content: "\e92c";
}

.icon-icon-new-crown:before {
	content: "\e92d";
}

.icon-icon-new-denarnica:before {
	content: "\e92e";
}

.icon-icon-new-diamant:before {
	content: "\e92f";
}

.icon-icon-new-dostava:before {
	content: "\e930";
}

.icon-icon-new-ECO:before {
	content: "\e931";
}

.icon-icon-new-elektrika:before {
	content: "\e932";
}

.icon-icon-new-folder:before {
	content: "\e933";
}

.icon-icon-new-heart:before {
	content: "\e934";
}

.icon-icon-new-help:before {
	content: "\e935";
}

.icon-icon-new-home:before {
	content: "\e936";
}

.icon-icon-new-hrana:before {
	content: "\e937";
}

.icon-icon-new-izbrisi:before {
	content: "\e938";
}

.icon-icon-new-izobrazevanje:before {
	content: "\e939";
}

.icon-icon-new-kartica:before {
	content: "\e93a";
}

.icon-icon-new-kava:before {
	content: "\e93b";
}

.icon-icon-new-kazipot:before {
	content: "\e93c";
}

.icon-icon-new-key:before {
	content: "\e93d";
}

.icon-icon-new-kravata:before {
	content: "\e93e";
}

.icon-icon-new-kuverta:before {
	content: "\e93f";
}

.icon-icon-new-law:before {
	content: "\e940";
}

.icon-icon-new-law2:before {
	content: "\e941";
}

.icon-icon-new-light:before {
	content: "\e942";
}

.icon-icon-new-like:before {
	content: "\e943";
}

.icon-icon-new-lock:before {
	content: "\e944";
}

.icon-icon-new-lokacija:before {
	content: "\e945";
}

.icon-icon-new-magazine:before {
	content: "\e946";
}

.icon-icon-new-magnet:before {
	content: "\e947";
}

.icon-icon-new-majica:before {
	content: "\e948";
}

.icon-icon-new-metla:before {
	content: "\e949";
}

.icon-icon-new-monitor:before {
	content: "\e94a";
}

.icon-icon-new-nagrada:before {
	content: "\e94b";
}

.icon-icon-new-nagrada2:before {
	content: "\e94c";
}

.icon-icon-new-nastavitve:before {
	content: "\e94d";
}

.icon-icon-new-nastavitve2:before {
	content: "\e94e";
}

.icon-icon-new-nastavitve3:before {
	content: "\e94f";
}

.icon-icon-new-news:before {
	content: "\e950";
}

.icon-icon-new-no1:before {
	content: "\e951";
}

.icon-icon-new-obesalnik:before {
	content: "\e952";
}

.icon-icon-new-paint:before {
	content: "\e953";
}

.icon-icon-new-pencil:before {
	content: "\e954";
}

.icon-icon-new-pescenaura:before {
	content: "\e955";
}

.icon-icon-new-popust:before {
	content: "\e956";
}

.icon-icon-new-poslovno:before {
	content: "\e957";
}

.icon-icon-new-predstavitev:before {
	content: "\e958";
}

.icon-icon-new-pribor:before {
	content: "\e959";
}

.icon-icon-new-print:before {
	content: "\e95a";
}

.icon-icon-new-priponka:before {
	content: "\e95b";
}

.icon-icon-new-protection:before {
	content: "\e95c";
}

.icon-icon-new-radiator:before {
	content: "\e95d";
}

.icon-icon-new-ruler:before {
	content: "\e95e";
}

.icon-icon-new-seznam:before {
	content: "\e95f";
}

.icon-icon-new-shopbag:before {
	content: "\e960";
}

.icon-icon-new-skladisce:before {
	content: "\e961";
}

.icon-icon-new-slider:before {
	content: "\e962";
}

.icon-icon-new-smartphone:before {
	content: "\e963";
}

.icon-icon-new-snow:before {
	content: "\e964";
}

.icon-icon-new-statistika:before {
	content: "\e965";
}

.icon-icon-new-statistika2:before {
	content: "\e966";
}

.icon-icon-new-statistika3:before {
	content: "\e967";
}

.icon-icon-new-stol:before {
	content: "\e968";
}

.icon-icon-new-stoparica:before {
	content: "\e969";
}

.icon-icon-new-store:before {
	content: "\e96a";
}

.icon-icon-new-sun:before {
	content: "\e96b";
}

.icon-icon-new-switch:before {
	content: "\e96c";
}

.icon-icon-new-tag:before {
	content: "\e96d";
}

.icon-icon-new-time:before {
	content: "\e96e";
}

.icon-icon-new-torta:before {
	content: "\e96f";
}

.icon-icon-new-tovarna:before {
	content: "\e970";
}

.icon-icon-new-usb:before {
	content: "\e971";
}

.icon-icon-new-vino:before {
	content: "\e972";
}

.icon-icon-new-web:before {
	content: "\e973";
}

.icon-icon-new-zastava:before {
	content: "\e974";
}

.icon-icon-new-zvocnik:before {
	content: "\e975";
}

.icon-icon-notifications:before {
	content: "\e976";
}

.icon-icon-odprta-opravila:before {
	content: "\e977";
}

.icon-icon-organizacijska-shema:before {
	content: "\e978";
}

.icon-icon-play-video:before {
	content: "\e979";
}

.icon-icon-schedule:before {
	content: "\e97a";
}

.icon-icon-share:before {
	content: "\e97b";
}

.icon-icon-show:before {
	content: "\e97c";
}

.icon-icon-telephone:before {
	content: "\e97d";
}

.icon-icon-user-settings:before {
	content: "\e97e";
}

.icon-icon-warning:before {
	content: "\e97f";
}

.icon-icon-write-msg:before {
	content: "\e980";
}

.icon-icon-zoom:before {
	content: "\e981";
}

.icon-icon-zoom-in:before {
	content: "\e982";
}

.icon-icon-zoom-out:before {
	content: "\e983";
}

.icon-klepet:before {
	content: "\e984";
}

.icon-linkedin:before {
	content: "\e985";
}

.icon-plandela:before {
	content: "\e986";
}

.icon-play:before {
	content: "\e987";
}

.icon-search:before {
	content: "\e988";
}

.icon-twitter:before {
	content: "\e989";
}

}

/*Umbraco Forms*/
.umbraco-forms-navigation .button {
	margin-top: 1.25rem;
}

/*search*/
.search__categories__list {
	width: unset !important;
	max-width: 100% !important;
	overflow: auto !important;
}

	.search__categories__list .search__news {
		min-width: 50px;
		padding-left: 4px;
		padding-right: 4px;
		padding-bottom: 15px;
	}

.categories__wrapper {
	flex-flow: row wrap;
}

.search__categories-items-wrapper {
	display: table;
}

.search-popup-buttons {
	display: flex;
	max-width: 500px;
	float: right;
	width: 100%;
}

	.search-popup-buttons > button.button.-small {
		display: inline-block;
		font-size: 0.95rem;
		height: 2rem;
		margin: 0px 25px;
		letter-spacing: 0.5px;
	}

	.search-popup-buttons > .button--primary-button:focus {
		background-color: #252C34;
	}

	.search-popup-buttons > #search-clear-filters {
		background-color: inherit;
		color: #283647;
		box-shadow: none;
		text-decoration: underline;
		margin-right: 10px;
		margin-left: 0px;
		width: auto;
	}

		.search-popup-buttons > #search-clear-filters:focus {
			color: #252C34;
		}

#search-results {
	height: auto;
	max-height: 21.25rem;
}

.search__results-single {
	display: block;
	padding: 0.9375rem 1.5rem 0.5rem !important;
	text-decoration: none;
	font-size: 12px;
	color: black;
}

/*Posts map and page*/

.posts-wrapper {
	padding-right: 10px;
	padding-top: 10px;
	color: white;
	font-size: 14px;
}

.posts-container {
	margin-left: 55%;
}

	.posts-container .swiper-slide {
		background-color: white;
		padding: 3px 3px 3px 3px;
		height: 450px;
	}

	.posts-container .swipper-commands-wrapper {
		height: 0px;
		margin: 0;
		width: 0;
		background: transparent;
	}

	.posts-container .post-image {
		min-height: 1px;
	}

	.posts-container .post-content {
		margin-top: 5px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 10px;
	}

		.posts-container .post-content .post-content-author {
			position: absolute;
			right: 25px;
			bottom: 35px;
		}

	.posts-container a {
		color: white !important;
		text-decoration: none !important;
		font-size: 14px;
		max-width: 100%;
		border: 0.0625rem solid white;
		border-radius: 0.125rem;
		padding: 0.1875rem 0.5rem;
		display: inline-block;
		margin-bottom: 5px;
	}

		.posts-container a:hover {
			opacity: 60%;
		}

	.posts-container p {
		word-wrap: break-word;
		max-height: 150px;
		overflow: hidden;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 140%;
		color: #fff !important;
		padding-left: 0;
		padding-right: 0;
	}

	.posts-container img {
		margin-bottom: 0px !important;
	}

	.posts-container .swiper-element {
		display: flex;
		flex-flow: column;
		height: 100%;
		background: linear-gradient(#c61c4c, #941424);
	}

	.posts-container .swiper__commands .swiper-pagination {
		width: auto;
		bottom: 10px !important;
		left: 0;
		right: 0;
	}

.map .posts-box-handler {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
}

.map .bookMarker {
	width: 28px;
	height: 28px;
}

	.map .bookMarker > img {
		display: block;
		width: 100%;
	}

@media only screen and (max-width: 1023px) {
	.search__categories__list {
		height: 50vh !important;
		min-height: 260px !important;
	}
}

@media only screen and (max-width: 500px) {
	.categories__wrapper {
		flex-flow: column;
	}

	.search__categories__list {
		width: 100% !important;
	}

	.search-popup-buttons {
		flex-direction: column;
		float: none;
	}

		.search-popup-buttons > button.button.-small {
			margin: 10px 0px;
		}
}
/*
@media print, screen and (min-width: 64em) {
	.search__categories__list {
		width: auto !important;
	}
}*/

.map-posts {
	padding-bottom: 0 !important;
	height: auto !important;
	border: none !important;
	margin-top: 0px;
}

	.map-posts .map-holder {
		border: solid 1px #DF144C;
	}

	.map-posts .posts .posts-wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}

		.map-posts .posts .posts-wrapper .swiper-pagination-bullet {
			transform: scale(1.5) !important;
			background-color: #fff;
			opacity: 1;
		}

		.map-posts .posts .posts-wrapper .swiper-pagination-bullet-active {
			transform: scale(1.3) !important;
			border: solid 1px #fff;
			background-color: #f00;
		}


@media print, screen and (max-width: 600px) {
	.map-posts .map-holder {
		position: relative !important;
		height: 300px !important;
	}

	.map-posts .posts .posts-wrapper {
		padding-left: 10px !important;
	}

	.posts-container {
		margin-left: 0 !important;
	}

		.posts-container p {
		}

		.posts-container .swiper-element {
			min-height: 369px !important;
			max-height: 100000px !important;
			width: 100% !important;
		}

		.posts-container .swiper-slide {
			min-height: 375px !important;
			max-height: 100000000px !important;
			display: flex;
			height: auto;
		}

		.posts-container .post-content {
			margin-bottom: 30px !important;
		}

		.posts-container .swiper__commands .swiper-pagination {
			margin: auto !important;
			left: 0 !important;
			right: 0 !important;
		}
}

.posts-title {
	position: relative;
}

	.posts-title:after {
		content: '';
		background-color: #AEAEAE;
		height: 0.0625rem;
		width: 100%;
		position: absolute;
		top: -1.9375rem;
		left: 0;
	}

h2.homepage-section-title.posts-title {
	display: flex;
	align-items: center;
	padding-left: 0;
}

	h2.homepage-section-title.posts-title img {
		width: 50px;
		margin-right: 15px;
	}

	h2.homepage-section-title.posts-title:before {
		content: none;
	}

.postBlock .swiper-container {
	padding-bottom: 0px;
	padding-top: 0 !important;
}

.posts-locations-wrapper {
	display: flex;
	font-size: 0.85rem;
	font-weight: bold;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #AEAEAE;*/
}

	/*.column div.posts-locations-wrapper:nth-of-type(4) {
		border: none;
	}*/

	.posts-locations-wrapper > div {
		margin: 0 3px;
		text-align: center;
		font-size: 0.75rem;
	}

		.posts-locations-wrapper > div:first-of-type {
			border: 3px solid #252c34;
			border-radius: 50%;
			padding: 3px 9px 5px 5px;
		}

	.posts-locations-wrapper img {
		width: 25px;
		min-width: 25px;
	}

	.posts-locations-wrapper .visit-number {
		text-align: center;
		font-size: 0.75rem;
		border-left: solid 1px #000;
		padding-left: 4px;
		width: 48px;
		flex: 0 0 48px;
	}

		.posts-locations-wrapper .visit-number div {
			font-weight: bold;
			font-size: 9px;
		}

			.posts-locations-wrapper .visit-number div:first-of-type {
				color: #dc0444;
				font-size: 1.5rem;
				line-height: 1.3rem;
			}

@media print, screen and (max-width: 64em) {
	.posts-locations-wrapper img {
		width: 18px;
		min-width: 18px;
	}

	.posts-locations-wrapper .visit-number div:first-of-type {
		font-size: 1rem;
	}

	.posts-locations-wrapper .visit-number {
		width: 34px;
		flex: 0 0 34px;
	}

	.postBlock .locations .small-6:nth-child(2n) {
		padding-left: 0.5rem;
	}

	.postBlock .locations .small-6:nth-child(2n + 1) {
		padding-right: 0.5rem;
	}

	.posts-locations-wrapper > div {
		font-size: 0.6rem;
		line-height: 130%;
	}
}

.location-search-bar {
	position: relative;
}

.procents-exact {
	margin-bottom: 20px;
}

.procents-overflow {
	color: #DF144C !important;
	margin-bottom: 20px;
}

.text-content a.button--primary-button {
	color: white;
}

	.text-content a.button--primary-button:hover {
		text-decoration: none;
	}

	.text-content a.button--primary-button:hover {
		color: white;
	}

.reactions {
	left: -1px !important;
}

.pagination__item.disabled {
	pointer-events: none !important;
	cursor: default !important;
	text-decoration: none !important;
}

.popup__buttons {
	pointer-events: all;
}

@media print, screen and (max-width: 64em) {
	.popup__buttons {
		pointer-events: none;
	}

		.popup__buttons > nav,
		.popup__buttons > button,
		.popup__buttons > div:not(.popup__blocker) {
			pointer-events: all;
		}

	.-reaction.active ~ .popup__blocker {
		pointer-events: all;
	}
}

.popup__buttons .pagination {
	margin: 0 0.625rem 1em 0;
}

	.popup__buttons .pagination .pagination__item {
		margin: 0;
	}



/*User profile css*/
/*#profile-user-email {
	display: none;
}*/
/**/
#profile-user-email .hide-email,
#profile-user-phone .hide-phone {
	visibility: hidden;
}

#profile-user-email .my-data__image a,
#profile-user-phone .my-data__image a {
	right: -2.5rem;
}

#profile-user-email .my-data__value,
#profile-user-phone .my-data__value {
	margin-top: 5px;
}

.main.user-profile .modal__overlay {
	z-index: 99;
}

.main.user-profile input[type='checkbox'] ~ label, input[type='radio'] ~ label {
	margin-bottom: 5px;
}

.main.user-profile .mail-confirm {
	font-size: 0.75rem;
	line-height: 134%;
	margin-top: 9px;
}
.main.user-profile .mail-confirm > span {
	text-decoration: underline;
	cursor: pointer;
}

.metro [data-group-title] {
	padding-top: 10px;
}

.main.applications .metro {
	margin-top: 40px;
	margin-left: 10px;
}

	.main.applications .metro .tiles-grid.tiles-group:before {
		font-size: 1.3125rem;
		line-height: 25px;
		font-weight: 700;
		color: #252c34;
	}

	.main.applications .metro .tiles-group {
		float: none;
	}

@media print, screen and (min-width: 64em) {
	.main.applications .metro .tiles-grid.tiles-group:before {
		font-size: 1.5rem;
		line-height: 30px;
		font-weight: 700;
		color: #252c34;
	}
}

.slider-card--hero a.slider-card__category {
	color: #fff !important;
	background-color: #252c34;
}

.news-list__categorie, .kudos-list__send-new {
	background-color: #252c34 !important;
	color: #fff !important;
}
.kudos-list__send-new {
	background-color: #252c34;
	box-shadow: 0 0.125rem 0.25rem 0 rgb(0 0 0 / 25%);
	text-transform: none;
	max-width: 19.0625rem;
	text-align: center;
	font-size: 0.9375rem;
	line-height: 1.5;
	font-weight: 500;
	color: #252c34;
	text-decoration: none;
	padding: 0.5625rem 1.125rem 0.4375rem;
	display: inline-block;
	transition: all 0.25s ease;
}

.header__user-name-img {
	display: none;
	border-radius: 50%;
	overflow: hidden;
	width: 2.5rem !important;
	height: 2.5rem !important;
}

.dummy-profile-img {
	display: none;
	width: 2.5rem;
	height: 2.5rem;
	margin-right: 0.625rem;
}

	.dummy-profile-img svg {
		width: 100%;
		height: 100%;
	}

.has-modal .modal__overlay {
	z-index: 110 !important;
}

@media print, screen and (max-width: 88em) {
	/*.swiper-button-next {
		right: 20px !important;
	}
	.swiper-button-prev {
		left: 20px !important;
	}*/
	.swiper--fullwidth-mobile {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.page-title--with-breadcrumbs {
		padding-top: 1.0625rem !important;
	}

		.page-title--with-breadcrumbs::before {
			top: 0 !important;
			height: 100% !important;
		}
}
/*1023*/
@media print, screen and (max-width: 64em) {
	.breadcrumbs {
		margin-left: 0 !important;
	}

		.breadcrumbs::before {
			display: none !important;
		}

	.page-home .calendar, .js-calendar {
		margin-bottom: 1rem;
	}

	.page-title--with-breadcrumbs {
		padding-top: 1.0625rem;
	}
}

@media print, screen and (max-width: 48em) {
	.popup__buttons--link.-reaction {
		width: calc(50% - 0.3125rem) !important;
	}

	.popup__buttons .pagination {
		text-align: left;
		flex-basis: 100%;
	}

	.popup__buttons--link {
		width: calc(50% - 0.3025rem) !important;
	}
}

.popup__blocker {
	pointer-events: none;
}

@media print, screen and (max-width: 64em) {
	.popup__blocker {
		z-index: 0;
		pointer-events: none;
	}
}

.metro .tile-app .branding-bar, .metro .tile-large .branding-bar, .metro .tile-medium .branding-bar, .metro .tile-small .branding-bar, .metro .tile-wide .branding-bar {
	height: auto !important;
	white-space: normal !important;
	text-overflow: unset !important;
	line-height: 125% !important;
	text-align: center !important;
}
.metro .tileElement {
	opacity: 0;
}

/*fixes to exposed news, we have to notify RS*/
.swiper-wrapper .slider-card--hero .slider-card__content h2 {
	max-height: 68px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.swiper--fullwidth-mobile .swiper-button-next, .swiper--fullwidth-mobile .swiper-button-prev, .swiper__arrows .swiper-button-next, .swiper__arrows .swiper-button-prev {
	top: 32%;
}

@media print, screen and (min-width: 64em) {
	.swiper-wrapper .slider-card--hero .slider-card__content h2 {
		max-height: 88px;
		overflow: hidden;
	}
}

@media print, screen and (max-width: 475px) {
	.swiper--fullwidth-mobile .swiper-button-next, .swiper--fullwidth-mobile .swiper-button-prev, .swiper__arrows .swiper-button-next, .swiper__arrows .swiper-button-prev {
		top: 28%;
	}
}

.homepage__address-book p {
	margin-bottom: 0.625rem;
	line-height: 14px;
}

@media print, screen and (min-width: 64em) {
	.homepage__address-book p {
		margin-bottom: 1.25rem;
		line-height: 18px;
	}
}

@media print, screen and (min-width: 64em) {
	#notify-editor-news .loader {
		margin: 0 !important;
	}
}

.page-card [class^="icon-"], .page-card [class*=" icon-"] {
	position: relative;
	right: auto;
	bottom: auto;
	width: 2.5rem;
	height: 2.5rem;
	color: #df144c;
}


.cropper-crop-box, .cropper-view-box {
	border-radius: 50%;
}

.cropper-view-box {
	box-shadow: 0 0 0 1px #39f;
	outline: 0;
}

.cropper-face {
	background-color: inherit !important;
}

.cropper-dashed, .cropper-line {
	display: none !important;
}

.cropper-view-box {
	outline: inherit !important;
}

.cropper-point.point-se {
	top: calc(85% + 1px);
	right: 14%;
}

.cropper-point.point-sw {
	top: calc(85% + 1px);
	left: 14%;
}

.cropper-point.point-nw {
	top: calc(15% - 5px);
	left: 14%;
}

.cropper-point.point-ne {
	top: calc(15% - 5px);
	right: 14%;
}


.change-profile-image-content .preview-image {
	margin-bottom: 30px;
}

.my-data__image img {
	border-radius: 50%;
}

.profile-image-preview {
	padding: 1.5rem;
}

#profile-dummy-profile-img {
	width: 9.5rem;
	height: 6.5rem;
}

	#profile-dummy-profile-img svg {
		width: 100%;
		height: 100%;
	}

.vCardQr {
	position: relative;
	text-align: center;
}

	.vCardQr .modal__close {
		top: 0px;
		width: auto;
		text-decoration: none;
	}

		.vCardQr .modal__close span {
			position: relative;
			top: -4px;
		}

	.vCardQr .vCardQr__holder {
		width: 100%;
		max-width: 340px;
		margin-left: -15px;
		display: inline-block;
	}

@media print, screen and (max-width: 500px) {
	.vCardQr {
		text-align: left;
	}

		.vCardQr .modal__close {
			top: 0px;
		}

		.vCardQr .vCardQr__holder {
			width: auto;
			max-width: none;
			margin-left: -15px;
			margin-right: -15px;
		}
}

.submit-msg-container {
	display: flex;
	align-items: center;
}

	.submit-msg-container .icon {
		color: #4c9a58;
		font-weight: bold;
		font-size: 2rem;
		margin-right: 10px;
	}

.modal__overlay.forms {
	z-index: 101;
}

/* if there will be a problem with survey description
.umbraco-forms-field-wrapper {
	margin: 15px 0px 0px 0px;
}*/

/*OVERRIDE RS RED COLOR IN FOOTER BECAUSE OF MERCATOR CGP*/

/*.footer__applications ul li a {
	color: white;
}

	.footer__applications ul li a .icon {
		color: white;
	}

.footer .background-white {
	background-color: white;
}*/


.js-gallery-post > .gallery__item > .caption {
	display: none;
}

.lg-sub-html h1, .lg-sub-html h3 {
	color: white;
}

.js-gallery-post .lg-outer, .js-gallery-post .lg-inner {
	height: 85%;
}

.gallery-post-caption .editor-icons {
	display: flex;
	justify-content: space-around;
}

	.gallery-post-caption .editor-icons svg {
		color: darkgray;
		width: 35px;
		height: 35px;
		stroke-width: 1;
	}

		.gallery-post-caption .editor-icons svg:hover {
			cursor: pointer;
		}

/*.gallery-post-caption .edit-comment {
        display: none;
    }*/
.gallery-post-caption .editor-content {
	position: fixed;
	top: 100px;
	right: 50px;
	width: 300px;
	border: 2px solid lightgray;
	border-radius: 4px;
	padding: 10px;
}

	.gallery-post-caption .editor-content button {
		margin: 20px 0;
		background-color: white;
	}

.gallery-post-caption .editor-icons svg.rejected {
	color: #e53935;
}

.gallery-post-caption .editor-icons svg.approved {
	color: #00e676;
}

.gallery-post-caption .no-pointer-events {
	pointer-events: none;
}

	.gallery-post-caption .no-pointer-events:hover {
		cursor: default;
	}

.gallery-post-caption div[class^='gallery-post-comment-update-success'] {
	display: none;
}

.js-gallery-post .gallery__item {
	position: relative;
	padding: 0.09375rem 0.09375rem 25% 0.09375rem;
}

	.js-gallery-post .gallery__item .gallery__imageHolder {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		margin: 0.09375rem;
	}

.gallery-post-caption {
	position: relative;
}

	.gallery-post-caption .reactions_holder .reactions__list {
		margin: 0;
	}

	.gallery-post-caption h5 {
		margin-bottom: 3px;
		margin-top: 0px;
	}

	.gallery-post-caption .reactions__list__holder {
		display: inline-block;
	}

		.gallery-post-caption .reactions__list__holder.reactions__list {
			margin: 0;
		}

	.gallery-post-caption .reactions__list {
		margin: 0;
	}

	.gallery-post-caption .reactions__list--single {
		margin-top: 3px;
	}

	.gallery-post-caption .popup__buttons--link {
		background-color: white;
	}

		.gallery-post-caption .popup__buttons--link span {
			pointer-events: inherit;
		}

			.gallery-post-caption .popup__buttons--link span.reaction-text {
				pointer-events: none;
			}

	.gallery-post-caption .gallery-reactions-wrapper {
		display: flex;
		justify-content: center;
		align-content: baseline;
	}

.reactions_summary {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

	.reactions_summary .news-list__reactions-counter {
		color: #fff;
		text-shadow: 0px 0px 2px black;
	}

.gallery-post-caption .open-editor-content-mobile {
	display: none;
	font-size: 18px;
	line-height: 24px;
	position: fixed;
	z-index: 105;
	top: 70px;
	right: 30px;
	border: solid 2px #fff;
	padding: 1px 4px;
}

.postBlock .swiper--fullwidth-mobile .swiper-button-next, .postBlock .swiper--fullwidth-mobile .swiper-button-prev, .postBlock .swiper__arrows .swiper-button-next, .postBlock .swiper__arrows .swiper-button-prev {
	top: 39%;
}

.postBlock .news-list__image img {
	height: auto !important;
}

@media print, screen and (max-width: 47.99875em) {
	.gallery-post-caption .reactions_holder .reactions {
		top: -7.5rem;
	}

	.gallery-post-caption .gallery-reactions-wrapper {
		flex-direction: column-reverse;
	}

	.gallery-post-caption .reactions_holder {
		display: flex;
		justify-content: center;
	}

		.gallery-post-caption .reactions_holder > button {
			width: 180px !important;
			margin-top: 15px;
		}

	.gallery-post-caption .reactions__list {
		justify-content: center;
	}
	/*hide editor approval form in mobile*/
	.gallery-post-caption .editor-content {
		display: none;
		background-color: #000;
	}

	.gallery-post-caption .open-editor-content-mobile {
		display: block;
	}
}

#galleryPostsLoading, #post-loading {
	margin: 40px auto;
	display: none;
}

#galleryPostsUploadText {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

	#galleryPostsUploadText svg {
		margin-right: 15px;
	}

#galleryPostsSubmitButton {
	margin: 20px 0;
	display: none;
	/*width: 100% !important;
        max-width: 100% !important;*/
}

.galleryPosts-success-message {
	display: none;
}

#form-galleryPosts__remove {
	display: none;
	position: absolute;
	right: 0;
	color: white;
	background: #df144c;
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	align-items: center;
	justify-content: center;
	margin: 1.25rem;
	z-index: 10;
}

	#form-galleryPosts__remove svg.icon {
		width: 1.25rem;
		height: 1.25rem;
	}

.popup-modal {
	padding-bottom: 1rem;
}

.popup-modal__info {
}

	.popup-modal__info h2 {
		margin-top: 0;
	}


.phonebookFieldResults {
	display: none;
	position: relative !important;
	top: 0 !important;
	width: auto !important;
	height: auto !important;
	max-height: 21.25rem !important;
}

.banner-badge {
	display: flex;
	height: 100%;
	align-items: center;
	margin-right: 10px;
	border-right: solid 1px #fff;
	padding-right: 10px;
}

	.banner-badge .icon {
		font-size: 2rem;
	}

.banner-badge__text {
	font-weight: 400;
	font-size: 0.65rem;
	line-height: 0.65rem;
	text-align: center;
}

.banner-badge__text--num {
	display: block;
	font-size: 1rem;
	line-height: 1rem;
}

.umbraco-forms-field.imenikfield {
}

	.umbraco-forms-field.imenikfield .phonebookFieldResults a:hover {
		text-decoration: none;
	}

	.umbraco-forms-field.imenikfield .phonebookFieldResults .search__results-single {
		font-weight: 500;
	}

.slider-card--category .slider-card__content h5 {
	display: flex;
}

.countdownTimer {
}

	.countdownTimer .timer-icon {
		width: 100%;
	}

	.countdownTimer .timer-holder {
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
	}

		.countdownTimer .timer-holder .timer-holder__inner {
		}

	.countdownTimer .timer {
		display: flex;
		flex-direction: row;
	}

		.countdownTimer .timer .timer-part {
			margin-right: 20px;
		}

			.countdownTimer .timer .timer-part .timer-part-value {
				color: #252c34;
				font-size: 70px;
				line-height: 1.2;
				font-weight: normal;
				position: relative;
			}

			.countdownTimer .timer .timer-part:first-child .timer-part-value:after {
				content: "|";
				color: #252c34;
				position: absolute;
				right: -18px;
				top: 8px;
				opacity: 0.2;
				font-size: 52px;
			}

			.countdownTimer .timer .timer-part .timer-part-value:after {
				content: ":";
				color: #252c34;
				position: absolute;
				right: -18px;
				top: -5px;
				opacity: 0.4;
			}

			.countdownTimer .timer .timer-part:last-child .timer-part-value:after {
				content: "";
				color: #252c34;
				position: absolute;
				right: -18px;
				top: -5px;
				display: none;
			}

			.countdownTimer .timer .timer-part .timer-part-label {
				color: #df144c;
				font-size: 14px;
				font-weight: bold;
				text-align: center;
			}

@media print, screen and (max-width: 1200px) {
	.countdownTimer .timer .timer-part .timer-part-value {
		font-size: 50px;
	}

		.countdownTimer .timer .timer-part .timer-part-value:after {
			top: -3px;
		}
}

@media print, screen and (max-width: 48em) {
	.countdownTimer .timer-icon {
		max-width: 300px;
		margin: 0 auto;
	}

	.countdownTimer h3 {
		text-align: center;
	}

	.countdownTimer .timer-holder {
		flex-direction: column;
	}
}

.currentemployeefield input:read-only {
	cursor: default;
	background: #e0e0e0;
}

.address-book__name--kudos {
	background-color: #252c34;
	color: #fff;
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 11px;
	background: #799FCA;
	border-radius: 0.625rem;
	padding: 0.3125rem 0.6875rem 0.25rem;
	display: inline-block;
	width: auto;
	text-decoration: none;
	transition: all 0.25s ease;
	margin-left: 1rem;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: pointer;
}

.kudos-list {

}
.kudos-list--small {
	margin-bottom: 1rem;
}
.kudos-list > .column {
	margin-bottom: 1rem;
}
.kudos-list__item {
	position: relative;
	height: 100%;
	color: #fff;
	max-width: 300px;
}
.kudos-list__item.--small {
	overflow: hidden;
}
.kudos-list__item__inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	perspective: 500px;
}
.kudos-list__item.click .kudos-list__item__inner {
	transform: rotateY(180deg);
}
.kudos-list__item__front {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	overflow: hidden;
	background-color: #fff;
}
.kudos-list__item__back {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	transform: rotateY(180deg);
	overflow: hidden;
	background-color: #fff;
}

.kudos-list__item--bg {
	position: relative;
}

.kudos-list__item--bg:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: -100%;
	right: -100%;
	height: 200%;
	border-radius: 50%;
	background: rgb(210,37,83);
	background: -moz-linear-gradient(180deg, rgba(210,37,83,1) 0%, rgba(210,37,83,1) 0%, rgba(196,14,75,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(210,37,83,1) 0%, rgba(210,37,83,1) 0%, rgba(196,14,75,1) 100%);
	background: linear-gradient(180deg, rgba(210,37,83,1) 0%, rgba(210,37,83,1) 0%, rgba(196,14,75,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d22553",endColorstr="#c40e4b",GradientType=1);
}
.kudos-list__item--shadow {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
	.kudos-list__item--shadow:after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		z-index: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
		-webkit-box-shadow: inset -10px -10px 13px -2px rgba(0,0,0,0.35);
		-moz-box-shadow: inset -10px -10px 13px -2px rgba(0,0,0,0.35);
		box-shadow: inset -10px -10px 13px -2px rgba(0,0,0,0.35);
		pointer-events: none;
	}

.fuzzy_font {
	font-family: 'Fuzzy Bubbles', cursive;
}
.fuzzy_font.bold {
	font-weight: 700 !important;
}
.kudos-list__item__header {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: row;
	margin-bottom: 0.5rem;
}

.kudos-list__item__header--text {
	padding: 10px 10px 0 10px;
}
	.kudos-list__item__header--text svg {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
	}
.kudos-list__item__header--icon {
	margin-top: 0%;
	padding: 0px 0px 0 10px;
}
	.kudos-list__item__header--icon svg {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
	}

.kudos-list__item__base-content {
	position: relative;
	z-index: 2;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.kudos-list__item__back .kudos-list__item__base-content {
	padding-top: 2rem;
}

.kudos-list__profile {
	margin-bottom: 1rem;
}


.display-ib {
	display: inline-block
}
.text-underline {
	text-decoration: underline;
}

.kudos-list__item__footer {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: end;
	justify-content: space-between;
	padding: 10px 17px 10px 10px;
}
.kudos-list__item__footer--date {
	color: #000;
	font-size: 0.75rem;
}
.kudos-list__item__footer--tags {
	color: #000;
	font-size: 0.75rem;
	text-align: right;
}

.kudos-list__item.--small .rowItem {
	display: flex;
	flex-direction: row;
}

.kudos-list__item.--small .rowItem > span:nth-child(2) {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 3px;
}

.modal__content--kudos {
	padding: 0 !important;
	max-width: 300px !important;
	background-color: transparent !important;
}
@media print, screen and (max-width: 64em) {
	.modal__content--kudos {
		top: 50% !important;
		bottom: auto !important;
		transform: translateY(-50%);
		margin: auto;
	}
}
.recipients-visual, .tags-visual {
	margin-top:0.2rem;
}

	.recipients-visual > span, .tags-visual > span {
		display: inline-block;
		padding: 3px 5px;
		margin: 0 5px 5px 0;
		background-color: rgba(223,20,76,0.15);
		border-radius: 4px;
		white-space: nowrap;
	}

.recipients-list__item, .tags-list__item {
}

	.recipients-list__item i, .tags-list__item i {
		display: inline-block;
		cursor: pointer;
		margin-left: 8px;
	}

		.recipients-list__item i .icon, .tags-list__item i .icon {
			width: 10px;
			stroke-width: 3px;
			height: 10px;
			position: relative;
			top: -2px;
		}

.kudos-success-message {
	display: none;
}
.modal__content--kudos_form .choices {
	margin-bottom: 0rem;
}

.modal__content--kudos_form .form-item {
}
	.modal__content--kudos_form .form-item label.error {
		display: block;
		padding: 0.3125rem 0 0 0.625rem;
		font-size: 0.875rem;
		line-height: 11px;
		color: #df144c;
	}

	.modal__content--kudos_form .kudos-comment textarea {
		height: 6.6rem;
	}

@media print, screen and (min-width: 64em) {
	.modal__content--kudos_form .kudos-comment textarea {
		height: 6.6rem;
	}
}

.kudos-filters {
	border-bottom: none !important;
	position: relative;
	z-index: 4;
}
	.kudos-filters .form-item {
		margin-right: 2rem;
		min-width: 18rem;
	}

	.kudos-filters .form-item input.--small {
		height: 2.5rem;
		padding: 0.4375rem;
	}

	.kudos-filters .select__containe {
		position: relative;
	}

	.kudos-filters .select__container {
		position: relative;
	}

.kudos-filters .searchResults {
	display: none;
	position: absolute !important;
	top: auto !important;
	width: 100% !important;
	height: auto !important;
	max-height: 21.25rem !important;
}


.emoji {
	color: transparent;
	display: block;
	font-size: 18px;
	font-style: normal;
	height: 25px;
	width: 25px;
}

	.emoji::selection {
		background-color: highlight;
		color: transparent;
	}

.emoji-image {
	font-size: 14px;
	line-height: 28px;
}

.emoji-button {
	cursor: pointer;
	margin: 5px;
	color: #252c34;
	position: absolute;
	top: -34px;
	right: 17px;
}
	.emoji-button:after {
		content: "";
		position: absolute;
		right: -13px;
		top: 11px;
		background: url(/Images/media/icons/icon-arrow-small-down.svg) 0 0 no-repeat;
		border: 0;
		width: 0.75rem;
		height: 0.4375rem;
		background-size: 100%;
		transform: rotate(0deg);
		transition: transform 0.25s ease;
	}

.emoji-area {
	clear: both;
	position: relative;
}

.emoji-editor {
	-moz-appearance: textfield-multiline;
	-webkit-appearance: textarea;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	cursor: text;
	font: medium -moz-fixed;
	font: -webkit-small-control;
	-webkit-font-smoothing: antialiased;
	height: 100px;
	overflow: auto;
	padding: 5px;
	resize: both;
	width: 100%;
}

	.emoji-editor * {
		margin: 0;
		padding: 0;
	}

.emoji-picker {
	background-color: #fff;
	border: 1px solid #ccc;
	position: absolute;
	width: 210px;
	z-index: 99999;
}

	.emoji-picker a {
		cursor: pointer;
		display: inline-block;
		font-size: 20px;
		padding: 3px;
		text-decoration: none;
	}

.emoji-selector {
	border-bottom: 1px solid #ccc;
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	.emoji-selector li {
		margin: 5px;
	}

.emoji-group {
	display: grid;
	grid-template-columns: repeat(6, 16.66667%);
	height: 200px;
	overflow-y: scroll;
	padding: 3px;
}

[data-type="unicode"], [data-picker-type="unicode"] {
	font-family: "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", Times, Symbola, Aegyptus, Code2000, Code2001, Code2002, Musica, serif, LastResort;
}
.emoji-picker {
	position: absolute !important;
	top: 0px !important;
	right: 0px !important;
	left: auto !important;
}


.address-book__name--kudos {
	display: none !important;
}

.combined-form-field {
	-webkit-appearance: none !important;
	-moz-appearance: textfield !important;
	appearance: textfield !important;
	border: 0.0625rem solid #252c34;
	border-radius: 0.25rem;
	padding: 0.9375rem;
	height: auto;
	background: #fff;
	width: auto;
	display: inline-flex;
	flex-direction: row;
	align-items: baseline;
}

.combined-form-field__ddl {
	position:relative;
}

.combined-form-field__ddl--value {
	position: relative;
	display: inline-block;
	height: 18.391px;
	width: 75px;
}
	.combined-form-field__ddl--value:after {
		content: 'ˇ';
		position: absolute;
		top: 3px;
		right: 0px;
		z-index: 3;
		font-size: 28px;
		line-height: 120%;
	}

.combined-form-field__ddl__options {
	display: block;
	position: absolute;
	left: -11px;
	top: 25px;
	z-index: 10;
	border: 0.0625rem solid #252c34;
	border-top: none;
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	background-color: #fff;
	padding: 2px 10px;
}

.combined-form-field__ddl__options--option {
	display: block;
	cursor: pointer;
	white-space: nowrap;
}

.combined-form-field input {
	width: auto;
	border: none;
	padding: 0;
	height: auto;
	padding-left: 10px;
}

@media print, screen and (min-width: 64em)  {
	
}

.form-collpasible-trigger {
}

	.form-collpasible-trigger.closed {
	}

	.form-collpasible-trigger.opened {
	}

	.form-collpasible-trigger .slideIcon {
		display: inline-block;
		margin-left: 5px;
	}

	.form-collpasible-trigger.closed .slideIcon {
		transform: rotate(0deg);
	}

	.form-collpasible-trigger.opened .slideIcon {
		transform: rotate(180deg);
	}

.form-collpasible {
	display: none;
}


.steps-counter-circle {
	width: 14rem;
	height: 14rem;
	border-radius: 50%;
	border: 25px solid rgb(223, 20, 76);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}

.steps-counter-circle-wrapper {
	width: fit-content;
	align-items: center;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	font-size: 24px;
	font-weight: 700;
	gap: 15px;
	margin-bottom: 15px;
}

.steps-counter-circles-row {
	align-items: center;
	justify-content: space-evenly;
	display: flex;
	flex-direction: row;
	margin-bottom: 15px;
	flex-wrap: wrap;
}

.userCoupons {

}

.userCoupons_inner {

}

.userCoupons .copy-code {
	cursor: pointer;
	background-color: #d5d5d5;
	font-size: 14px;
	padding: 3px 5px;
	position: relative;
	top: -2px;
}

.userCoupon {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
	.userCoupon:after {
		content: '';
		background-color: #AEAEAE;
		height: 0.0625rem;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.userCoupon h3 {
		margin-bottom: 5px;
	}

	.userCoupon .description {
		margin-bottom: 5px;
	}

	.userCoupon .coupon-rq-holder canvas {
		opacity: 0;
	}

.userCoupon img {
	margin-bottom: 0px !important;
}

	.userCoupon p {
		margin-bottom: 0px;
		position: relative;
	}
		.userCoupon p.border-bottom {
			margin-bottom: 10px;
		}

		.userCoupon p.border-bottom:after {
			content: '';
			background-color: #AEAEAE;
			height: 0.0625rem;
			width: 100%;
			position: absolute;
			bottom: 0;
			left: 0;
		}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 0.0625rem dotted ButtonText
    }

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -0.125rem
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap
}

    .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }

@media print, screen and (min-width: 48em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media print, screen and (min-width: 64em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0
}

.row.expanded {
    max-width: none
}

    .row.expanded .row {
        margin-right: auto;
        margin-left: auto
    }

.row:not(.expanded) .row {
    max-width: none
}

.row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0
}

    .row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
        margin-right: 0;
        margin-left: 0
    }

.column, .columns {
    flex: 1 1 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    min-width: 0
}

@media print, screen and (min-width: 48em) {
    .column, .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.column.row.row, .row.row.columns {
    float: none;
    display: block
}

.row .column.row.row, .row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.small-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.small-offset-0 {
    margin-left: 0%
}

.small-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-up-1 {
    flex-wrap: wrap
}

    .small-up-1 > .column, .small-up-1 > .columns {
        flex: 0 0 100%;
        max-width: 100%
    }

.small-up-2 {
    flex-wrap: wrap
}

    .small-up-2 > .column, .small-up-2 > .columns {
        flex: 0 0 50%;
        max-width: 50%
    }

.small-up-3 {
    flex-wrap: wrap
}

    .small-up-3 > .column, .small-up-3 > .columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

.small-up-4 {
    flex-wrap: wrap
}

    .small-up-4 > .column, .small-up-4 > .columns {
        flex: 0 0 25%;
        max-width: 25%
    }

.small-up-5 {
    flex-wrap: wrap
}

    .small-up-5 > .column, .small-up-5 > .columns {
        flex: 0 0 20%;
        max-width: 20%
    }

.small-up-6 {
    flex-wrap: wrap
}

    .small-up-6 > .column, .small-up-6 > .columns {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

.small-up-7 {
    flex-wrap: wrap
}

    .small-up-7 > .column, .small-up-7 > .columns {
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }

.small-up-8 {
    flex-wrap: wrap
}

    .small-up-8 > .column, .small-up-8 > .columns {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

.small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0
}

.small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

@media print, screen and (min-width: 48em) {
    .medium-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .medium-offset-0 {
        margin-left: 0%
    }

    .medium-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .medium-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .medium-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .medium-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .medium-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .medium-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .medium-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .medium-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .medium-up-1 {
        flex-wrap: wrap
    }

        .medium-up-1 > .column, .medium-up-1 > .columns {
            flex: 0 0 100%;
            max-width: 100%
        }

    .medium-up-2 {
        flex-wrap: wrap
    }

        .medium-up-2 > .column, .medium-up-2 > .columns {
            flex: 0 0 50%;
            max-width: 50%
        }

    .medium-up-3 {
        flex-wrap: wrap
    }

        .medium-up-3 > .column, .medium-up-3 > .columns {
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }

    .medium-up-4 {
        flex-wrap: wrap
    }

        .medium-up-4 > .column, .medium-up-4 > .columns {
            flex: 0 0 25%;
            max-width: 25%
        }

    .medium-up-5 {
        flex-wrap: wrap
    }

        .medium-up-5 > .column, .medium-up-5 > .columns {
            flex: 0 0 20%;
            max-width: 20%
        }

    .medium-up-6 {
        flex-wrap: wrap
    }

        .medium-up-6 > .column, .medium-up-6 > .columns {
            flex: 0 0 16.66667%;
            max-width: 16.66667%
        }

    .medium-up-7 {
        flex-wrap: wrap
    }

        .medium-up-7 > .column, .medium-up-7 > .columns {
            flex: 0 0 14.28571%;
            max-width: 14.28571%
        }

    .medium-up-8 {
        flex-wrap: wrap
    }

        .medium-up-8 > .column, .medium-up-8 > .columns {
            flex: 0 0 12.5%;
            max-width: 12.5%
        }
}

@media print, screen and (min-width: 48em) and (min-width: 48em) {
    .medium-expand {
        flex: 1 1 0
    }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 0 0 100%
}

@media print, screen and (min-width: 48em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
        flex: 1 1 0
    }
}

@media print, screen and (min-width: 48em) {
    .medium-collapse > .column, .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0
    }

    .medium-uncollapse > .column, .medium-uncollapse > .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media print, screen and (min-width: 64em) {
    .large-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .large-offset-0 {
        margin-left: 0%
    }

    .large-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .large-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .large-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .large-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .large-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .large-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .large-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .large-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .large-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .large-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .large-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .large-up-1 {
        flex-wrap: wrap
    }

        .large-up-1 > .column, .large-up-1 > .columns {
            flex: 0 0 100%;
            max-width: 100%
        }

    .large-up-2 {
        flex-wrap: wrap
    }

        .large-up-2 > .column, .large-up-2 > .columns {
            flex: 0 0 50%;
            max-width: 50%
        }

    .large-up-3 {
        flex-wrap: wrap
    }

        .large-up-3 > .column, .large-up-3 > .columns {
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }

    .large-up-4 {
        flex-wrap: wrap
    }

        .large-up-4 > .column, .large-up-4 > .columns {
            flex: 0 0 25%;
            max-width: 25%
        }

    .large-up-5 {
        flex-wrap: wrap
    }

        .large-up-5 > .column, .large-up-5 > .columns {
            flex: 0 0 20%;
            max-width: 20%
        }

    .large-up-6 {
        flex-wrap: wrap
    }

        .large-up-6 > .column, .large-up-6 > .columns {
            flex: 0 0 16.66667%;
            max-width: 16.66667%
        }

    .large-up-7 {
        flex-wrap: wrap
    }

        .large-up-7 > .column, .large-up-7 > .columns {
            flex: 0 0 14.28571%;
            max-width: 14.28571%
        }

    .large-up-8 {
        flex-wrap: wrap
    }

        .large-up-8 > .column, .large-up-8 > .columns {
            flex: 0 0 12.5%;
            max-width: 12.5%
        }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
    .large-expand {
        flex: 1 1 0
    }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 0 0 100%
}

@media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
        flex: 1 1 0
    }
}

@media print, screen and (min-width: 64em) {
    .large-collapse > .column, .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0
    }

    .large-uncollapse > .column, .large-uncollapse > .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.shrink {
    flex: 0 0 auto;
    max-width: 100%
}

.column-block {
    margin-bottom: 2.5rem
}

    .column-block > :last-child {
        margin-bottom: 0
    }

@media print, screen and (min-width: 48em) {
    .column-block {
        margin-bottom: 1.875rem
    }

        .column-block > :last-child {
            margin-bottom: 0
        }
}

.align-left {
    justify-content: flex-start
}

.align-right {
    justify-content: flex-end
}

.align-center {
    justify-content: center
}

.align-justify {
    justify-content: space-between
}

.align-spaced {
    justify-content: space-around
}

.align-left.vertical.menu > li > a {
    justify-content: flex-start
}

.align-right.vertical.menu > li > a {
    justify-content: flex-end
}

.align-center.vertical.menu > li > a {
    justify-content: center
}

.align-top {
    align-items: flex-start
}

.align-self-top {
    align-self: flex-start
}

.align-bottom {
    align-items: flex-end
}

.align-self-bottom {
    align-self: flex-end
}

.align-middle {
    align-items: center
}

.align-self-middle {
    align-self: center
}

.align-stretch {
    align-items: stretch
}

.align-self-stretch {
    align-self: stretch
}

.align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center
}

.small-order-1 {
    order: 1
}

.small-order-2 {
    order: 2
}

.small-order-3 {
    order: 3
}

.small-order-4 {
    order: 4
}

.small-order-5 {
    order: 5
}

.small-order-6 {
    order: 6
}

@media print, screen and (min-width: 48em) {
    .medium-order-1 {
        order: 1
    }

    .medium-order-2 {
        order: 2
    }

    .medium-order-3 {
        order: 3
    }

    .medium-order-4 {
        order: 4
    }

    .medium-order-5 {
        order: 5
    }

    .medium-order-6 {
        order: 6
    }
}

@media print, screen and (min-width: 64em) {
    .large-order-1 {
        order: 1
    }

    .large-order-2 {
        order: 2
    }

    .large-order-3 {
        order: 3
    }

    .large-order-4 {
        order: 4
    }

    .large-order-5 {
        order: 5
    }

    .large-order-6 {
        order: 6
    }
}

.flex-container {
    display: flex
}

.flex-child-auto {
    flex: 1 1 auto
}

.flex-child-grow {
    flex: 1 0 auto
}

.flex-child-shrink {
    flex: 0 1 auto
}

.flex-dir-row {
    flex-direction: row
}

.flex-dir-row-reverse {
    flex-direction: row-reverse
}

.flex-dir-column {
    flex-direction: column
}

.flex-dir-column-reverse {
    flex-direction: column-reverse
}

@media print, screen and (min-width: 48em) {
    .medium-flex-container {
        display: flex
    }

    .medium-flex-child-auto {
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

@media print, screen and (min-width: 64em) {
    .large-flex-container {
        display: flex
    }

    .large-flex-child-auto {
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media print, screen and (max-width: 47.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print, screen and (min-width: 48em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 47.99875em) {
    .show-for-medium {
        display: none !important
    }
}

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width: 47.99875em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print, screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width: 63.99875em) {
    .show-for-large {
        display: none !important
    }
}

@media print, screen and (min-width: 64em) and (max-width: 79.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 80em) {
    .show-for-large-only {
        display: none !important
    }
}

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 0.0625rem !important;
    height: 0.0625rem !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

    .show-on-focus:active, .show-on-focus:focus {
        position: static !important;
        width: auto !important;
        height: auto !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important
    }

.show-for-landscape, .hide-for-portrait {
    display: block !important
}

@media screen and (orientation: landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: block !important
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape, .hide-for-portrait {
        display: none !important
    }
}

.hide-for-landscape, .show-for-portrait {
    display: none !important
}

@media screen and (orientation: landscape) {
    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape, .show-for-portrait {
        display: block !important
    }
}

.light {
    font-weight: 300
}

.regular {
    font-weight: 400
}

b, .semi-bold {
    font-weight: 600
}

.bold {
    font-weight: 700
}

h1, h2, h3, h4, h5, h6, table caption {
    text-rendering: optimizeLegibility;
    font-weight: 500
}

h1, .h1 {
    font-size: 2.25rem;
    line-height: 40px;
    font-weight: 700;
    color: #252c34;
    margin: 2.1875rem 0 1.25rem
}

@media print, screen and (min-width: 64em) {
    h1, .h1 {
        font-size: 3.5rem;
        line-height: 64px;
        margin: 3rem 0 2.25rem
    }
}

h2, .h2 {
    font-size: 1.6875rem;
    line-height: 34px;
    font-weight: 300
}

    h2.homepage-section-title, .h2.homepage-section-title {
        font-weight: 700;
        font-size: 1.5rem;
        padding-left: 1.75rem;
        position: relative;
        margin: 2.9375rem 0 2.125rem
    }

        h2.homepage-section-title::before, .h2.homepage-section-title::before {
            content: '';
            width: 0.75rem;
            height: 0.75rem;
            background-color: #df144c;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0, -50%)
        }

        h2.homepage-section-title a, .h2.homepage-section-title a {
            text-decoration: underline;
            color: #252c34
        }

            h2.homepage-section-title a:hover, .h2.homepage-section-title a:hover {
                text-decoration: none
            }

@media print, screen and (min-width: 64em) {
    h2, .h2 {
        font-size: 2.25rem;
        line-height: 44px
    }
}

h3, .h3 {
    font-size: 1.3125rem;
    line-height: 25px;
    font-weight: 700;
    color: #252c34
}

@media print, screen and (min-width: 64em) {
    h3, .h3 {
        font-size: 1.5rem;
        line-height: 30px
    }
}

p {
    font-size: 0.9375rem;
    line-height: 22px;
    margin-bottom: 1rem
}

    p.lead {
        font-size: 1.3125rem;
        line-height: 27px;
        font-weight: 500
    }

    p small {
        color: #676767;
        font-size: 0.75rem;
        line-height: 16px
    }

@media print, screen and (min-width: 64em) {
    p {
        font-size: 1.125rem;
        line-height: 32px;
        margin-bottom: 1.875rem
    }

        p.lead {
            font-size: 1.6875rem;
            line-height: 40px
        }

        p small {
            font-size: 0.9375rem;
            line-height: 18px
        }
}

blockquote {
    position: relative;
    margin: 1.875rem 0 1.6875rem;
    padding-left: 3.4375rem
}

    blockquote::before {
        content: "";
        background: url("/Images/media/icons/quote-icon.svg") 0 0 no-repeat;
        width: 2.375rem;
        height: 1.875rem;
        position: absolute;
        top: 0.375rem;
        left: 0;
        z-index: 1;
        background-size: 100%
    }

    blockquote p {
        font-weight: 300;
        font-style: italic;
        font-size: 1.4375rem;
        line-height: 36px;
        margin: 0;
        position: relative;
        z-index: 2
    }

        blockquote p:last-child {
            margin-top: 0.0625rem;
            font-size: 0.9375rem;
            line-height: 27px
        }

        blockquote p strong {
            font-weight: 700
        }

@media print, screen and (min-width: 64em) {
    blockquote {
        padding-left: 6.5rem;
        margin: 1.4375rem 0 1.75rem
    }

        blockquote::before {
            width: 4.6875rem;
            height: 3.75rem
        }

        blockquote p {
            font-size: 2rem;
            line-height: 48px
        }

            blockquote p:last-child {
                margin-top: 1.25rem
            }
}

.page-title {
    position: relative;
    padding: 2.125rem 0 0 1.0625rem;
    margin-bottom: 1rem
}

    .page-title::before {
        content: '';
        width: 0.125rem;
        height: 4.1875rem;
        top: 0;
        left: 0;
        position: absolute;
        background-color: #df144c
    }

    .page-title h1 {
        margin: 0
    }

.page-title--with-breadcrumbs {
    padding-top: 0
}

    .page-title--with-breadcrumbs::before {
        top: 3rem;
        height: 3.5rem
    }

@media print, screen and (min-width: 64em) {
    .page-title {
        padding: 3rem 0 0 2.25rem;
        margin-bottom: 1.25rem
    }

        .page-title::before {
            height: 6.1875rem;
            width: 0.25rem
        }

    .page-title--with-breadcrumbs {
        padding-top: 1.125rem
    }

        .page-title--with-breadcrumbs::before {
            top: 0;
            height: 6.1875rem
        }
}

.text-content a {
    color: #799FCA;
    text-decoration: none
}

    .text-content a:hover {
        color: #df144c;
        text-decoration: underline
    }

.text-content ul {
    padding-left: 0.625rem;
    margin-bottom: 1.625rem
}

    .text-content ul li {
        list-style: none;
        font-size: 0.9375rem;
        line-height: 22px;
        padding-left: 1.1875rem;
        position: relative;
        margin-bottom: 0.625rem;
        color: #252c34
    }

        .text-content ul li::before {
            content: '';
            width: 0.4375rem;
            height: 0.4375rem;
            position: absolute;
            left: 0;
            top: 0.5rem;
            background-color: #df144c;
            border-radius: 50%
        }

@media print, screen and (min-width: 64em) {
    .text-content ul {
        padding-left: 1.25rem;
        margin-bottom: 1.875rem
    }

        .text-content ul li {
            margin-bottom: 1.25rem;
            padding-left: 1.6875rem;
            font-size: 1.125rem;
            line-height: 32px
        }

            .text-content ul li::before {
                width: 0.5rem;
                height: 0.5rem;
                top: 0.75rem
            }
}

.table-responsive {
    overflow-x: auto
}

    .table-responsive table {
        border-left: 0.0625rem solid #252c34;
        border-right: 0.0625rem solid #252c34;
        border-bottom: 0.0625rem solid #252c34;
        border-top: 0.0625rem solid #252c34
    }

        .table-responsive table tr:last-child td {
            border-bottom: 0
        }

        .table-responsive table th {
            font-size: 0.9375rem;
            line-height: 22px;
            font-weight: 700;
            background-color: #F3F3F3;
            border-right: 0.0625rem solid #aeaeae;
            border-bottom: 0.0625rem solid #252c34;
            border-top: 0.0625rem solid #252c34;
            padding: 0.625rem 0.9375rem
        }

            .table-responsive table th:last-child {
                border-right: 0
            }

            .table-responsive table th:first-child {
                border-left: 0
            }

        .table-responsive table td {
            font-size: 0.8125rem;
            line-height: 22px;
            border-right: 0.0625rem solid #aeaeae;
            border-bottom: 0.0625rem solid #aeaeae;
            padding: 0.625rem 0.9375rem
        }

            .table-responsive table td:last-child {
                border-right: 0
            }

            .table-responsive table td:first-child {
                border-left: 0
            }

    .table-responsive.simple-table table {
        border-top: 0.0625rem solid #DDD;
        border-left: 0;
        border-right: 0;
        border-bottom: 0.0625rem solid #DDD
    }

    .table-responsive.simple-table th, .table-responsive.simple-table td {
        border-bottom: 0.0625rem solid #DDD;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        padding: 1.25rem 0.625rem 1.25rem 0
    }

@media print, screen and (min-width: 64em) {
    .table-responsive table th {
        font-size: 1rem;
        line-height: 24px
    }

    .table-responsive table td {
        font-size: 0.875rem;
        line-height: 24px
    }
}

.document-list {
    padding: 0 !important;
    margin-bottom: 1.875rem
}

    .document-list li {
        margin-bottom: 0.9375rem !important;
        padding-left: 0 !important;
        list-style: none !important
    }

        .document-list li::before {
            content: none !important
        }

        .document-list li .icon {
            margin-right: 0.625rem
        }

        .document-list li a {
            color: #252c34;
            font-size: 0.9375rem;
            line-height: 20px;
            font-weight: 500;
            text-decoration: none;
            display: flex;
            align-items: center
        }

            .document-list li a:hover {
                text-decoration: underline;
                color: #df144c
            }

.document-list--general .icon {
    width: 1.1875rem;
    height: 1.5625rem;
    color: #838383
}

.document-list--pdf .icon {
    width: 1.3125rem;
    height: 1.5625rem;
    color: #C40303
}

.document-list--xls .icon {
    width: 1.3125rem;
    height: 1.5625rem;
    color: #21B26F
}

.document-list--doc .icon {
    width: 1.1875rem;
    height: 1.5625rem;
    color: #0075B9
}

.document-list--zip .icon {
    width: 1.3125rem;
    height: 1.5625rem;
    color: #252C34
}

.document-list--mp4 .icon {
    width: 1.5625rem;
    height: 1.1875rem;
    color: #57708C
}

.document-list--jpg .icon {
    width: 1.5625rem;
    height: 1.1875rem;
    color: #9DAE00
}

@media print, screen and (min-width: 64em) {
    .document-list {
        margin-bottom: 2.8125rem
    }
}

.simple-page__title {
    padding-left: 1.25rem;
    padding-top: 1.0625rem;
    margin-bottom: 1.75rem;
    position: relative
}

    .simple-page__title::before {
        content: '';
        height: 100%;
        width: 0.125rem;
        background-color: #df144c;
        position: absolute;
        top: 0;
        left: 0
    }

    .simple-page__title h1 {
        margin: 0
    }

@media print, screen and (min-width: 64em) {
    .simple-page__title {
        padding-left: 2.5rem;
        padding-top: 2.3125rem;
        margin-bottom: 3.625rem
    }

        .simple-page__title::before {
            width: 0.25rem
        }
}

*, *::before, *::after {
    box-sizing: border-box
}

html {
    font-size: 100%;
    -webkit-overflow-scrolling: touch
}

body {
    color: #252c34;
    font-family: "Roboto",sans-serif;
    font-size: 100%;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 4.1875rem;
    position: relative;
    min-height: 100vh
}

@media print, screen and (min-width: 64em) {
    body {
        padding-left: 21.875rem;
        display: flex;
        flex-direction: column
    }
}

.main {
    position: relative
}

@media print, screen and (min-width: 64em) {
    .main {
        max-width: 61.25rem;
        flex: 1 0 auto;
        display: flex;
        flex-direction: column
    }
}

.main .row {
    width: 100%
}

.main.full-width {
    max-width: 100%
}

    .main.full-width .row {
        max-width: none
    }

a {
    color: #799FCA
}

    a:hover {
        text-decoration: none
    }

p, ul, ol, table, .media, .notification {
    margin: 0 0 1.25rem
}

@media print, screen and (min-width: 64em) {
    p, ul, ol, table, .media, .notification {
        margin: 0 0 2.1875rem
    }
}

ul, ol {
    padding: 0 0 0 1.875rem;
    list-style-position: outside
}

.divider {
    width: 0.125rem;
    height: 0.875rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

    .divider span {
        width: 0.125rem;
        height: 0.125rem;
        background-color: #aeaeae
    }

@media print, screen and (min-width: 64em) {
    .divider {
        width: 0.25rem;
        height: 1.75rem
    }

        .divider span {
            width: 0.25rem;
            height: 0.25rem
        }
}

.card {
    background: #ededea;
    text-align: center;
    font-size: 0.9375rem;
    line-height: 22px;
    padding: 1.6875rem 1.25rem 0.875rem
}

    .card a {
        font-weight: 700;
        font-size: 0.875rem;
        text-decoration: none
    }

        .card a:hover {
            text-decoration: underline;
            color: #df144c
        }

@media print, screen and (min-width: 64em) {
    .card {
        text-align: left;
        font-size: 1.125rem;
        line-height: 24px;
        padding: 1.25rem
    }

        .card p {
            margin-bottom: 0.625rem
        }

        .card a {
            font-size: 1.125rem
        }
}

.line-separator {
    position: relative;
    text-align: center;
    height: 1.5rem;
    margin: 0 0 1.25rem
}

    .line-separator::before {
        content: "";
        width: 100%;
        height: 0;
        border-bottom: 0.125rem dotted #799FCA;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        z-index: 0
    }

    .line-separator span {
        font-size: 0.625rem;
        line-height: 11px;
        font-weight: 700;
        color: #fff;
        background-color: #799FCA;
        width: 1.5rem;
        height: 1.5rem;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        border-radius: 50%;
        padding-top: 0.375rem
    }

@media print, screen and (min-width: 64em) {
    .line-separator {
        margin: 0;
        height: 100%
    }

        .line-separator::before {
            height: 100%;
            width: 0;
            left: 50%;
            top: 0;
            transform: translate(-50%, 0);
            border-bottom: 0;
            border-left: 0.125rem dotted #799FCA
        }
}

.link-more {
    font-size: 0.9375rem;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 2.625rem;
    display: block;
    transition: all 0.25s ease
}

    .link-more .icon {
        margin-left: 0.875rem
    }

    .link-more:hover {
        color: #df144c
    }

.login-small-txt {
    padding: 0.4375rem 0 0 !important
}

@media print, screen and (min-width: 64em) {
    .login-small-txt {
        padding: 0.75rem 0 0 !important;
        margin-bottom: 0.75rem !important
    }
}

.login__additional-info {
    border-top: 0.0625rem solid #aeaeae;
    padding-top: 1.25rem;
    margin-top: 1.0625rem
}

    .login__additional-info p {
        font-size: 0.9375rem;
        line-height: 22px
    }

    .login__additional-info a {
        color: #252c34
    }

@media print, screen and (min-width: 64em) {
    .login__additional-info {
        margin-top: 2.5rem
    }

        .login__additional-info p {
            line-height: 24px
        }
}

.login-txt {
    font-size: 0.9375rem;
    line-height: 22px;
    margin: 0 0 1.25rem
}

    .login-txt a {
        color: #252c34
    }

@media print, screen and (min-width: 64em) {
    .login-txt {
        line-height: 24px
    }
}

.text-content img {
    margin-bottom: 1rem
}

@media print, screen and (min-width: 64em) {
    .text-content img {
        margin-bottom: 1.875rem
    }
}

.content-img {
    margin-bottom: 1rem
}

    .content-img img {
        margin-bottom: 0
    }

    .content-img p {
        margin-bottom: 0
    }

@media print, screen and (min-width: 64em) {
    .content-img {
        margin-bottom: 1.875rem
    }
}

.fb-post {
    margin-bottom: 1.25rem
}

.dark-bg {
    background: #393e44;
    padding: 1.6875rem 0 3.125rem
}

    .dark-bg h3 {
        position: relative;
        color: #fff;
        padding-left: 1.875rem;
        margin: 0
    }

        .dark-bg h3::before {
            content: '';
            width: 0.75rem;
            height: 0.75rem;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
            position: absolute;
            background: #df144c
        }

        .dark-bg h3 a {
            color: #fff;
            text-decoration: none
        }

            .dark-bg h3 a:hover {
                text-decoration: underline
            }

@media print, screen and (min-width: 64em) {
    .dark-bg {
        position: relative
    }

        .dark-bg::before {
            content: '';
            width: 3.75rem;
            height: 100%;
            background: #393e44;
            right: 100%;
            top: 0;
            position: absolute
        }

        .dark-bg::after {
            content: '';
            width: calc(100vw - 84.0625rem);
            height: 100%;
            background: #393e44;
            left: 100%;
            top: 0;
            position: absolute
        }
}

.text-center {
    text-align: center
}

.text-center-mobile {
    text-align: center
}

@media print, screen and (min-width: 64em) {
    .text-center-mobile {
        text-align: left
    }
}

.no-bullet {
    padding: 0
}

    .no-bullet li {
        list-style: none
    }

.inline-list li {
    display: inline-block;
    padding: 0 0.625rem
}

.visually-hidden, .form-item.-label-visually-hidden label {
    position: absolute !important;
    clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
    overflow: hidden;
    height: 0.0625rem;
    width: 0.0625rem;
    word-wrap: normal
}

.svg-defs {
    width: 0;
    height: 0;
    position: absolute
}

.relative {
    position: relative
}

.hidden {
    display: none !important
}

.no-padding {
    padding: 0 !important
}

.no-padding-bottom {
    padding-bottom: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.no-margin {
    margin: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.no-margin-top {
    margin-top: 0 !important
}

@media print, screen and (min-width: 64em) {
    .margin-bottom-large {
        margin-bottom: 7.5rem
    }
}

.mar-bot-30 {
    margin-bottom: 1.875rem !important
}

.mar-top-30 {
    margin-top: 1.875rem !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.mar-bottom-medium {
    margin-bottom: 1.25rem
}

@media print, screen and (min-width: 64em) {
    .mar-bottom-medium {
        margin-bottom: 3.125rem
    }
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        text-shadow: none !important;
        filter: none !important
    }

    body, p, ul, table {
        font-size: 95% !important
    }

    a:visited {
        text-decoration: underline
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 2cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3, h4 {
        page-break-after: avoid
    }

    .hide-for-print {
        display: none !important
    }
}

.light {
    font-weight: 300
}

.regular {
    font-weight: 400
}

b, .semi-bold {
    font-weight: 600
}

.bold {
    font-weight: 700
}

h1, h2, h3, h4, h5, h6, table caption {
    text-rendering: optimizeLegibility;
    font-weight: 500
}

h1, .h1 {
    font-size: 2.25rem;
    line-height: 40px;
    font-weight: 700;
    color: #252c34;
    margin: 2.1875rem 0 1.25rem
}

@media print, screen and (min-width: 64em) {
    h1, .h1 {
        font-size: 3.5rem;
        line-height: 64px;
        margin: 3rem 0 2.25rem
    }
}

h2, .h2 {
    font-size: 1.6875rem;
    line-height: 34px;
    font-weight: 300
}

    h2.homepage-section-title, .h2.homepage-section-title {
        font-weight: 700;
        font-size: 1.5rem;
        padding-left: 1.75rem;
        position: relative;
        margin: 2.9375rem 0 2.125rem
    }

        h2.homepage-section-title::before, .h2.homepage-section-title::before {
            content: '';
            width: 0.75rem;
            height: 0.75rem;
            background-color: #df144c;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0, -50%)
        }

        h2.homepage-section-title a, .h2.homepage-section-title a {
            text-decoration: underline;
            color: #252c34
        }

            h2.homepage-section-title a:hover, .h2.homepage-section-title a:hover {
                text-decoration: none
            }

@media print, screen and (min-width: 64em) {
    h2, .h2 {
        font-size: 2.25rem;
        line-height: 44px
    }
}

h3, .h3 {
    font-size: 1.3125rem;
    line-height: 25px;
    font-weight: 700;
    color: #252c34
}

@media print, screen and (min-width: 64em) {
    h3, .h3 {
        font-size: 1.5rem;
        line-height: 30px
    }
}

p {
    font-size: 0.9375rem;
    line-height: 22px;
    margin-bottom: 1rem
}

    p.lead {
        font-size: 1.3125rem;
        line-height: 27px;
        font-weight: 500
    }

    p small {
        color: #676767;
        font-size: 0.75rem;
        line-height: 16px
    }

@media print, screen and (min-width: 64em) {
    p {
        font-size: 1.125rem;
        line-height: 32px;
        margin-bottom: 1.875rem
    }

        p.lead {
            font-size: 1.6875rem;
            line-height: 40px
        }

        p small {
            font-size: 0.9375rem;
            line-height: 18px
        }
}

blockquote {
    position: relative;
    margin: 1.875rem 0 1.6875rem;
    padding-left: 3.4375rem
}

    blockquote::before {
        content: "";
        background: url("/Images/media/icons/quote-icon.svg") 0 0 no-repeat;
        width: 2.375rem;
        height: 1.875rem;
        position: absolute;
        top: 0.375rem;
        left: 0;
        z-index: 1;
        background-size: 100%
    }

    blockquote p {
        font-weight: 300;
        font-style: italic;
        font-size: 1.4375rem;
        line-height: 36px;
        margin: 0;
        position: relative;
        z-index: 2
    }

        blockquote p:last-child {
            margin-top: 0.0625rem;
            font-size: 0.9375rem;
            line-height: 27px
        }

        blockquote p strong {
            font-weight: 700
        }

@media print, screen and (min-width: 64em) {
    blockquote {
        padding-left: 6.5rem;
        margin: 1.4375rem 0 1.75rem
    }

        blockquote::before {
            width: 4.6875rem;
            height: 3.75rem
        }

        blockquote p {
            font-size: 2rem;
            line-height: 48px
        }

            blockquote p:last-child {
                margin-top: 1.25rem
            }
}

.page-title {
    position: relative;
    padding: 2.125rem 0 0 1.0625rem;
    margin-bottom: 1rem
}

    .page-title::before {
        content: '';
        width: 0.125rem;
        height: 4.1875rem;
        top: 0;
        left: 0;
        position: absolute;
        background-color: #df144c
    }

    .page-title h1 {
        margin: 0
    }

.page-title--with-breadcrumbs {
    padding-top: 0
}

    .page-title--with-breadcrumbs::before {
        top: 3rem;
        height: 3.5rem
    }

@media print, screen and (min-width: 64em) {
    .page-title {
        padding: 3rem 0 0 2.25rem;
        margin-bottom: 1.25rem
    }

        .page-title::before {
            height: 6.1875rem;
            width: 0.25rem
        }

    .page-title--with-breadcrumbs {
        padding-top: 1.125rem
    }

        .page-title--with-breadcrumbs::before {
            top: 0;
            height: 6.1875rem
        }
}

.text-content a {
    color: #799FCA;
    text-decoration: none
}

    .text-content a:hover {
        color: #df144c;
        text-decoration: underline
    }

.text-content ul {
    padding-left: 0.625rem;
    margin-bottom: 1.625rem
}

    .text-content ul li {
        list-style: none;
        font-size: 0.9375rem;
        line-height: 22px;
        padding-left: 1.1875rem;
        position: relative;
        margin-bottom: 0.625rem;
        color: #252c34
    }

        .text-content ul li::before {
            content: '';
            width: 0.4375rem;
            height: 0.4375rem;
            position: absolute;
            left: 0;
            top: 0.5rem;
            background-color: #df144c;
            border-radius: 50%
        }

@media print, screen and (min-width: 64em) {
    .text-content ul {
        padding-left: 1.25rem;
        margin-bottom: 1.875rem
    }

        .text-content ul li {
            margin-bottom: 1.25rem;
            padding-left: 1.6875rem;
            font-size: 1.125rem;
            line-height: 32px
        }

            .text-content ul li::before {
                width: 0.5rem;
                height: 0.5rem;
                top: 0.75rem
            }
}

.table-responsive {
    overflow-x: auto
}

    .table-responsive table {
        border-left: 0.0625rem solid #252c34;
        border-right: 0.0625rem solid #252c34;
        border-bottom: 0.0625rem solid #252c34;
        border-top: 0.0625rem solid #252c34
    }

        .table-responsive table tr:last-child td {
            border-bottom: 0
        }

        .table-responsive table th {
            font-size: 0.9375rem;
            line-height: 22px;
            font-weight: 700;
            background-color: #F3F3F3;
            border-right: 0.0625rem solid #aeaeae;
            border-bottom: 0.0625rem solid #252c34;
            border-top: 0.0625rem solid #252c34;
            padding: 0.625rem 0.9375rem
        }

            .table-responsive table th:last-child {
                border-right: 0
            }

            .table-responsive table th:first-child {
                border-left: 0
            }

        .table-responsive table td {
            font-size: 0.8125rem;
            line-height: 22px;
            border-right: 0.0625rem solid #aeaeae;
            border-bottom: 0.0625rem solid #aeaeae;
            padding: 0.625rem 0.9375rem
        }

            .table-responsive table td:last-child {
                border-right: 0
            }

            .table-responsive table td:first-child {
                border-left: 0
            }

    .table-responsive.simple-table table {
        border-top: 0.0625rem solid #DDD;
        border-left: 0;
        border-right: 0;
        border-bottom: 0.0625rem solid #DDD
    }

    .table-responsive.simple-table th, .table-responsive.simple-table td {
        border-bottom: 0.0625rem solid #DDD;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        padding: 1.25rem 0.625rem 1.25rem 0
    }

@media print, screen and (min-width: 64em) {
    .table-responsive table th {
        font-size: 1rem;
        line-height: 24px
    }

    .table-responsive table td {
        font-size: 0.875rem;
        line-height: 24px
    }
}

.document-list {
    padding: 0 !important;
    margin-bottom: 1.875rem
}

    .document-list li {
        margin-bottom: 0.9375rem !important;
        padding-left: 0 !important;
        list-style: none !important
    }

        .document-list li::before {
            content: none !important
        }

        .document-list li .icon {
            margin-right: 0.625rem
        }

        .document-list li a {
            color: #252c34;
            font-size: 0.9375rem;
            line-height: 20px;
            font-weight: 500;
            text-decoration: none;
            display: flex;
            align-items: center
        }

            .document-list li a:hover {
                text-decoration: underline;
                color: #df144c
            }

.document-list--general .icon {
    width: 1.1875rem;
    height: 1.5625rem;
    color: #838383
}

.document-list--pdf .icon {
    width: 1.3125rem;
    height: 1.5625rem;
    color: #C40303
}

.document-list--xls .icon {
    width: 1.3125rem;
    height: 1.5625rem;
    color: #21B26F
}

.document-list--doc .icon {
    width: 1.1875rem;
    height: 1.5625rem;
    color: #0075B9
}

.document-list--zip .icon {
    width: 1.3125rem;
    height: 1.5625rem;
    color: #252C34
}

.document-list--mp4 .icon {
    width: 1.5625rem;
    height: 1.1875rem;
    color: #57708C
}

.document-list--jpg .icon {
    width: 1.5625rem;
    height: 1.1875rem;
    color: #9DAE00
}

@media print, screen and (min-width: 64em) {
    .document-list {
        margin-bottom: 2.8125rem
    }
}

.simple-page__title {
    padding-left: 1.25rem;
    padding-top: 1.0625rem;
    margin-bottom: 1.75rem;
    position: relative
}

    .simple-page__title::before {
        content: '';
        height: 100%;
        width: 0.125rem;
        background-color: #df144c;
        position: absolute;
        top: 0;
        left: 0
    }

    .simple-page__title h1 {
        margin: 0
    }

@media print, screen and (min-width: 64em) {
    .simple-page__title {
        padding-left: 2.5rem;
        padding-top: 2.3125rem;
        margin-bottom: 3.625rem
    }

        .simple-page__title::before {
            width: 0.25rem
        }
}

table {
    border-collapse: collapse;
    width: 100%;
    font-size: inherit;
    text-align: left
}

    table caption {
        text-align: left
    }

    table td, table th {
        padding: 0.5rem 0;
        border: none;
        border-bottom: 0.0625rem solid #aeaeae
    }

    table thead th {
        font-weight: normal;
        border-top: 0.0625rem solid #aeaeae;
        border-bottom: 0.1875rem double #aeaeae
    }

    table tbody td {
        border-bottom: 0.0625rem solid #aeaeae
    }

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.skip-link {
    z-index: 1;
    position: absolute;
    top: 5.4375rem;
    left: -624.9375rem;
    transform: translateX(-50%)
}

    .skip-link:focus {
        left: 50%
    }

body.js-focus-visible .js-focus-element {
    outline: 0.125rem solid #df144c
}

body.js-focus-visible :focus:not(.js-focus-element) {
    outline: 0
}

:focus-visible, body:not(.js-focus-visible) :focus {
    outline: unset
}

:focus-visible, body:not(.js-focus-visible) input:focus, body:not(.js-focus-visible) textarea:focus, body:not(.js-focus-visible) select:focus {
    box-shadow: unset
}

:focus-visible {
    outline: 0.125rem solid #df144c
}

html:focus, body:focus, [readonly]:focus {
    outline: none
}

.address-book.show-less-info .address-book__name {
    margin-bottom: 0
}

.address-book.show-less-info .address-book__department {
    display: none
}

.address-book.show-less-info .address-book__tel {
    display: none
}

.address-book.show-less-info .address-book__email {
    display: none
}

.address-book__filters {
    border-bottom: 0.0625rem solid #aeaeae
}

    .address-book__filters.filters-opened .address-book__filters-content {
        height: 9.6875rem;
        display: block;
        z-index: 2;
        position: relative
    }

@media print, screen and (min-width: 64em) {
    .address-book__filters.filters-opened .address-book__filters-content {
        display: flex;
        height: 3.75rem
    }
}

.address-book__filters.filters-opened .address-book__filters-handle .icon {
    transform: rotate(180deg)
}

.address-book__filters-handle {
    display: flex;
    align-items: center;
    padding-right: 1.6875rem;
    padding-bottom: 0.25rem;
    margin-bottom: 1rem;
    cursor: pointer
}

    .address-book__filters-handle span {
        font-size: 1.3125rem;
        line-height: 25px;
        margin-right: 0.8125rem
    }

    .address-book__filters-handle .icon {
        transform: rotate(0);
        transtion: transform 0.3s ease
    }

.address-book__filters-content {
    display: none;
    height: 0
}

    .address-book__filters-content .form-item--select {
        margin-bottom: 0.5rem
    }

.address-book__section-title {
    font-size: 1.3125rem;
    line-height: 25px;
    font-weight: bold;
    display: block;
    margin-bottom: 1.25rem
}

.address-book__search-and-views {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.8125rem
}

.address-book__search {
    width: calc(100% - 4.125rem)
}

    .address-book__search .form-item {
        margin-bottom: 0
    }

        .address-book__search .form-item.value-entered .form-item__icon {
            cursor: pointer;
            display: flex !important
        }

.address-book__views {
    width: 4.125rem;
    margin-left: 0.5625rem;
    display: flex
}

    .address-book__views .icon {
        width: 1.5625rem;
        height: 1.5625rem;
        margin-left: 0.5rem;
        cursor: pointer;
        color: #aeaeae;
        transition: color 0.25s ease
    }

        .address-book__views .icon:hover {
            color: #252c34
        }

        .address-book__views .icon.active-info {
            color: #252c34;
            cursor: auto;
            pointer-events: none
        }

.address-book__single {
    margin-bottom: 1.25rem
}

    .address-book__single p {
        margin: 0 0 0.4375rem
    }

    .address-book__single a {
        color: #252c34
    }

.address-book .address-book__name a span.result, .address-book__name a .address-book span.result, .address-book .address-book__department a span.result, .address-book__department a .address-book span.result, .address-book .address-book__email a span.result, .address-book__email a .address-book span.result {
    background-color: rgba(223,20,76,0.15)
}

.address-book__name {
    margin: 0 0 0.5rem;
    font-size: 1rem
}

    .address-book__name a {
        color: #799FCA;
        font-weight: 700;
        text-decoration: none
    }

        .address-book__name a span.result {
            padding: 0.125rem 0.1875rem
        }

        .address-book__name a:hover {
            text-decoration: underline
        }

.address-book__department a span.result {
    padding: 0.1875rem
}

.address-book__tel a {
    text-decoration: none
}

.address-book__tel .icon {
    margin-right: 0.625rem;
    color: #aeaeae
}

.address-book__email a span.result {
    padding: 0.1875rem
}

.address-book__email .icon {
    margin-right: 0.625rem;
    color: #aeaeae
}

.address-book__sticky-scroll {
    padding: 1rem 0;
    background-color: #fff;
    position: sticky;
    top: 4.1875rem
}

@media print, screen and (min-width: 64em) {
    .address-book .form-item--select {
        margin-right: 1.875rem;
        width: 100%
    }

        .address-book .form-item--select:last-child {
            margin-right: 0
        }

    .address-book__section-title {
        font-size: 1.5rem;
        line-height: 30px;
        margin-bottom: 1.5rem
    }

    .address-book__single {
        margin-bottom: 2.1875rem
    }

        .address-book__single p {
            margin: 0 0 0.3125rem
        }

    .address-book__name {
        margin: 0 0 0.875rem;
        font-size: 1.3125rem
    }
}

.address-person__property-list {
    border-top: 0.0625rem solid #aeaeae;
    margin-top: 0.75rem
}

.address-person__property {
    border-bottom: 0.0625rem solid #aeaeae;
    padding: 0.8125rem 0
}

    .address-person__property a {
        color: #252c34
    }

    .address-person__property span {
        display: block;
        font-weight: 700
    }

    .address-person__property p {
        margin: 0
    }

.address-person__property--email a {
    color: #799FCA;
    font-weight: 700;
    text-decoration: none
}

    .address-person__property--email a:hover, .address-person__property--email a:active {
        text-decoration: underline
    }

.address-person__back {
    margin-top: 2rem;
    display: block;
    font-weight: 700;
    color: #df144c;
    text-decoration: underline
}

.breadcrumbs {
    padding: 0.75rem 0 0.8125rem;
    position: relative;
    margin-left: -1.25rem;
    margin-bottom: 1rem
}

    .breadcrumbs::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -1.25rem;
        width: calc(100% + 2.5rem);
        height: 0.0625rem;
        background: #e0e0e0
    }

    .breadcrumbs ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

    .breadcrumbs li {
        display: inline-block;
        font-size: 0.8125rem;
        line-height: 22px
    }

        .breadcrumbs li a {
            color: #252c34
        }

@media print, screen and (min-width: 64em) {
    .breadcrumbs {
        margin-left: 0;
        margin-bottom: 0.5rem;
        padding: 0
    }

        .breadcrumbs::before {
            content: none
        }
}

.button {
    display: inline-block;
    cursor: pointer;
    padding: 0 2rem;
    margin: 0 auto 1.25rem;
    border: none;
    border-radius: 0;
    background: #df144c;
    color: #fff;
    font-family: inherit;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

    .button:hover {
        background-color: #ba113f
    }

    .button[disabled] {
        background-color: #799FCA;
        cursor: default
    }

        .button[disabled]:hover {
            background-color: #799FCA
        }

.button {
    background: #FFFFFF;
    border: 0.0625rem solid #252C34;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0,0,0,0.25);
    border-radius: 0.125rem
}

    .button span {
        display: block;
        width: 100%
    }

    .button.-big {
        height: 3.5rem
    }

    .button.-small {
        height: 2.5rem
    }

.button--primary-button {
    font-size: 1rem;
    line-height: 19px;
    background-color: #252c34;
    color: #fff;
    border-radius: 0.125rem;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0,0,0,0.25);
    text-transform: none;
    display: inline-flex;
    align-items: center;
    border: 0;
    width: 100%;
    max-width: 19.0625rem;
    text-align: center
}

@media print, screen and (min-width: 64em) {
    .button--primary-button {
        max-width: 100%
    }
}

.button--primary-button:hover {
    background-color: #283647;
    border: 0
}

.button--primary-button:focus {
    background-color: #799FCA;
    border: 0
}

.button--secondary-button {
    font-size: 1rem;
    line-height: 19px;
    background-color: transparent;
    color: #252c34;
    border: 0.0625rem solid #252c34;
    border-radius: 0.125rem;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0,0,0,0.25);
    text-transform: none;
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: 19.0625rem;
    text-align: center
}

@media print, screen and (min-width: 64em) {
    .button--secondary-button {
        max-width: 100%
    }
}

.button--secondary-button:hover {
    color: #283647;
    border: 0.0625rem solid #283647;
    background-color: transparent
}

.button--secondary-button:focus {
    color: #799FCA;
    border: 0.0625rem solid #799FCA;
    background-color: transparent
}

.button.-wide {
    display: block;
    width: 100%
}

.button.-outline {
    border: 0.0625rem solid #df144c;
    width: auto;
    border-radius: 0;
    font-size: 0.9375rem;
    line-height: 30px;
    font-weight: 700;
    background-color: transparent !important;
    padding: 0 1.3125rem;
    text-transform: none
}

    .button.-outline.-blue {
        color: #5dc6e8
    }

.button.-blue {
    border-color: #5dc6e8;
    color: #fff;
    background-color: #5dc6e8
}

.button.-grey {
    border-color: #aeaeae;
    color: #aeaeae;
    background-color: transparent
}

.button.-limit-size {
    width: auto;
    padding-left: 4.6875rem;
    padding-right: 4.6875rem
}

.button.-no-margin {
    margin-bottom: 0
}

.button.disabled {
    background-color: #676767
}

.button.-social {
    justify-content: center
}

    .button.-social span {
        width: auto
    }

    .button.-social .icon {
        margin-right: 1.25rem
    }

.button-group {
    display: flex;
    justify-content: center
}

    .button-group .button {
        max-width: 6.25rem
    }

        .button-group .button:first-child {
            margin-right: 1.25rem
        }

@media print, screen and (min-width: 64em) {
    .button-group {
        display: block
    }
}

.buttons-inline {
    display: flex;
    justify-content: center
}

    .buttons-inline .button:first-child {
        margin-right: 1.25rem
    }

@media print, screen and (min-width: 64em) {
    .buttons-inline {
        display: block
    }
}

.calendar {
    margin-bottom: 1.875rem
}

@media print, screen and (min-width: 48em) {
    .calendar {
        margin-bottom: 0
    }
}

.calendar .fc-header-toolbar {
    background-color: #283647;
    margin-bottom: 0 !important
}

.calendar .fc-toolbar-title {
    text-transform: capitalize !important;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    padding: 0.875rem 0
}

.calendar .fc-button {
    height: 3.125rem;
    background-color: #799FCA;
    border: 0.0625rem solid #799FCA;
    border-radius: 0;
    padding: 0.4em
}

    .calendar .fc-button:hover {
        background-color: #799FCA;
        border: 0.0625rem solid #799FCA
    }

    .calendar .fc-button:focus, .calendar .fc-button:active {
        box-shadow: none !important;
        background-color: #799FCA;
        border: 0.0625rem solid #799FCA
    }

.calendar .fc-icon {
    font-size: 1.8em !important
}

.calendar .fc-col-header-cell {
    border: none
}

.calendar .fc-col-header {
    margin-bottom: 0.625rem
}

.calendar .fc-day {
    border: none
}

.calendar .fc-col-header-cell-cushion {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0;
    line-height: 16px;
    color: #252c34
}

.calendar .fc-view-harness {
    background-color: #fff
}

.calendar .fc-scrollgrid {
    border: none
}

.calendar .fc-scrollgrid-sync-table {
    margin-bottom: 0
}

.calendar .fc-scroller {
    height: auto !important
}

.calendar .fc-daygrid-day, .calendar .fc-daygrid-day-frame {
    height: 2.5rem !important
}

.calendar .fc td, .calendar .fc th {
    vertical-align: middle !important
}

.calendar .fc-daygrid-day-top {
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: auto
}

    .calendar .fc-daygrid-day-top.red {
        background: url("/Images/media/images/calendar/red.svg") no-repeat;
        background-position: center;
        background-size: 2.5rem
    }

    .calendar .fc-daygrid-day-top.blue {
        background: url("/Images/media/images/calendar/blue.svg") no-repeat;
        background-position: center;
        background-size: 2.5rem
    }

    .calendar .fc-daygrid-day-top.red.blue {
        background: url("/Images/media/images/calendar/half.svg") no-repeat;
        background-position: center;
        background-size: 2.5rem
    }

.calendar .fc-daygrid-day-number {
    color: #252c34;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px
}

.calendar .fc-daygrid-day-events {
    display: none
}

.calendar .fc-day-today {
    background-color: transparent !important
}

.category-filter {
    display: flex;
    position: relative;
    padding-right: 3.125rem;
    overflow: hidden;
    height: 2.625rem;
    margin-bottom: 1rem
}

.category-filter__more {
    border-radius: 50%;
    color: #252c34;
    border: 0.0625rem solid #e0e0e0;
    transition: all 0.25s ease;
    margin-bottom: 1rem;
    height: 2.5rem;
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(0)
}

    .category-filter__more:hover {
        border: 0.0625rem solid #799FCA;
        color: #799FCA;
        background-color: rgba(121,159,202,0.13)
    }

.category-filter.filters-opened {
    height: auto
}

    .category-filter.filters-opened .category-filter__more {
        transform: rotate(180deg)
    }

@media print, screen and (min-width: 64em) {
    .category-filter {
        margin-bottom: 1.5rem
    }

    .category-filter__more {
        display: none
    }
}

.country-select {
    width: 12.5rem;
    height: 2.375rem;
    position: relative;
    margin: 2.125rem auto 1.5625rem
}

.country-select__wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12.5rem;
    height: 2.41563rem;
    overflow: hidden;
    transition: all 0.25s ease;
    pointer-events: none
}

.country-select.active .country-select__wrap {
    height: 13.75rem
}

.country-select.active .country-select__value {
    color: #fafaf9;
    background-color: #aeaeae
}

    .country-select.active .country-select__value::after {
        background: url("/Images/media/icons/arrow-white-down.svg") 0 0 no-repeat
    }

.country-select.active .country-select__list {
    opacity: 1
}

.country-select__value {
    border: 0.0625rem solid #aeaeae;
    font-size: 0.8125rem;
    line-height: 24px;
    color: #aeaeae;
    padding: 0.375rem 2.25rem 0.375rem 0.625rem;
    display: block !important;
    text-align: left !important;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    pointer-events: all
}

    .country-select__value::after {
        content: '';
        background: url("/Images/media/icons/arrow-grey-up.svg") 0 0 no-repeat;
        width: 1.4375rem;
        height: 0.875rem;
        position: absolute;
        top: 0.6875rem;
        right: 0.625rem
    }

.country-select__list {
    border: 0.0625rem solid #aeaeae;
    border-top: 0;
    opacity: 0;
    pointer-events: all
}

.country-select__single {
    font-size: 0.8125rem;
    line-height: 36px;
    color: #252c34 !important;
    padding: 0 1.5625rem 0 0.5625rem !important;
    transition: all 0.25s ease;
    display: block !important;
    text-align: left !important;
    background-color: #fff;
    position: relative;
    font-weight: 400 !important
}

    .country-select__single .icon {
        position: absolute;
        right: 0.625rem;
        top: 50%;
        transform: translate(0, -50%);
        opacity: 0;
        color: #aeaeae;
        transition: all 0.25s ease
    }

    .country-select__single::before {
        content: none !important
    }

    .country-select__single:hover {
        background-color: #ededea;
        color: #252c34 !important;
        text-decoration: none !important;
        cursor: pointer
    }

        .country-select__single:hover .icon {
            opacity: 1
        }

.country-select--reverted {
    margin: 0.75rem 0 0
}

    .country-select--reverted .country-select__wrap {
        bottom: auto;
        top: 0
    }

    .country-select--reverted .country-select__value {
        color: #252c34;
        font-weight: 400;
        font-size: 0.8125rem;
        line-height: 24px
    }

        .country-select--reverted .country-select__value::after {
            transform: rotate(180deg)
        }

    .country-select--reverted .country-select__single:hover .icon {
        opacity: 0
    }

.country-select--header {
    z-index: 3;
    width: 2.8125rem;
    height: 1.5rem
}

    .country-select--header.country-select--reverted {
        margin-top: 0
    }

    .country-select--header.active .country-select__wrap {
        height: 13.9375rem
    }

    .country-select--header.active .country-select__value {
        background-color: transparent
    }

        .country-select--header.active .country-select__value::after {
            transform: rotate(0);
            background-size: 0.75rem 0.5rem
        }

    .country-select--header.active .country-select__list {
        opacity: 1
    }

    .country-select--header .country-select__wrap {
        height: 1.5rem;
        width: 13.75rem
    }

    .country-select--header .country-select__value {
        width: auto;
        border: 0;
        background-color: transparent;
        font-size: 1.3125rem;
        line-height: 25px;
        color: #fff;
        padding: 0 1.25rem 0 0;
        display: inline-block !important;
        text-align: left !important;
        position: relative;
        cursor: pointer
    }

        .country-select--header .country-select__value::after {
            content: '';
            background: url("/Images/media/icons/arrow-white-down.svg") 0 0 no-repeat;
            background-size: 0.75rem 0.5rem;
            width: 0.75rem;
            height: 0.5rem;
            position: absolute;
            top: 0.5625rem;
            right: 0;
            transform: rotate(180deg)
        }

    .country-select--header .country-select__list {
        border: 0.0625rem solid #252c34;
        border-top: 0.0625rem solid #252c34;
        border-radius: 0.1875rem;
        opacity: 0
    }

    .country-select--header .country-select__single {
        font-size: 0.9375rem;
        line-height: 22px;
        padding: 0.5rem 1.1875rem 0.5625rem !important
    }

@media print, screen and (min-width: 64em) {
    .country-select {
        margin: 0
    }

    .country-select--header {
        z-index: 1
    }
}

@media print, screen and (max-width: 63.99875em) {
    .ws-drawer {
        right: 0;
        transform: translateX(100%)
    }

        .ws-drawer:not(.disabled) {
            z-index: 2;
            position: fixed;
            top: 4rem;
            bottom: 0;
            width: 100%;
            transition: transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
        }

            .ws-drawer:not(.disabled) .ws-drawer__scroll {
                height: 100%;
                overflow-y: auto;
                overflow-x: hidden;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                background: #252c34
            }

        .ws-drawer[aria-hidden=false] {
            transform: translateX(0)
        }
}

.ws-drawer__scroll {
    height: 100%
}

@media print, screen and (min-width: 64em) {
    .ws-drawer {
        position: fixed;
        background: #252c34 url("/Images/media/images/menu-top-shadow.png") right 0 no-repeat;
        top: 4.1875rem;
        height: 100%;
        left: 0;
        width: 19.125rem
    }
}

.sidebar {
    display: none;
    position: fixed;
    background: #252c34 url("/Images/media/images/menu-top-shadow.png") right 0 no-repeat;
    top: 4.1875rem;
    height: 100%;
    left: 0;
    width: 19.125rem
}

.sidebar__content {
    z-index: 1;
    position: relative;
    padding: 1.75rem 2.5rem 0
}

@media print, screen and (min-width: 64em) {
    .sidebar {
        display: block
    }
}

.ws-menu {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    z-index: 2;
    position: absolute;
    top: 0.0625rem;
    cursor: pointer;
    display: block;
    padding-top: 1.25rem;
    padding-right: 1.0625rem;
    padding-bottom: 1.25rem;
    padding-left: 1.0625rem;
    width: 3.625rem;
    height: 3.75rem;
    right: 0;
    right: 0.375rem
}

@media print, screen and (min-width: 64em) {
    .ws-menu {
        display: none
    }
}

@media print, screen and (min-width: 48em) {
    .ws-menu {
        right: 0.8125rem
    }
}

.ws-menu__icon {
    display: block;
    position: absolute;
    top: 0.8125rem;
    left: 1.0625rem;
    width: 1.5rem
}

    .ws-menu__icon::before, .ws-menu__icon::after, .ws-menu__icon span {
        content: '';
        background-color: #fff;
        display: block;
        height: 0.1875rem;
        width: 1.5rem;
        margin: 0.4375rem 0;
        border-radius: 0;
        transition: transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
    }

.ws-menu[aria-expanded=true] .ws-menu__icon::before {
    transform: translateY(0.625rem) rotate(135deg)
}

.ws-menu[aria-expanded=true] .ws-menu__icon::after {
    transform: translateY(-0.625rem) rotate(-135deg);
    width: 1.5rem
}

.ws-menu[aria-expanded=true] .ws-menu__icon span {
    transform: scale(0);
    width: 1.5rem
}

.ws-menu__text {
    position: absolute;
    bottom: -0.5rem;
    color: #000;
    font-size: 0.6875rem;
    text-transform: uppercase;
    display: none !important
}

.ws-menu__text--open {
    display: block;
    left: 1.1875rem
}

.ws-menu__text--close {
    left: 1.0625rem
}

.ws-menu[aria-expanded=true] .ws-menu__text--open {
    display: none
}

.ws-menu[aria-expanded=true] .ws-menu__text--close {
    display: block
}

.ws-menu[aria-expanded=false] .ws-menu__text--open {
    display: block
}

.ws-menu[aria-expanded=false] .ws-menu__text--close {
    display: none
}

.editor-box {
    margin-bottom: 5rem;
    margin-top: 1rem
}

.editor-box__wrap {
    background-color: #ededea;
    border-left: 0.125rem solid #df144c;
    padding: 0.875rem 1.375rem 0
}

.editor-box h2 {
    margin: 0 0 1.0625rem
}

.editor-box__title {
    color: #676767;
    font-size: 0.75rem;
    line-height: 14px;
    margin: 0.5rem 0 0.875rem;
    display: block
}

.editor-box__content a {
    text-decoration: none
}

.editor-box__content .button {
    max-width: 11.875rem
}

.editor-box--contact-person {
    margin-top: 1.5rem;
    margin-bottom: 0;
    height: 100%
}

    .editor-box--contact-person .editor-box__wrap {
        padding: 1rem;
        border-top: 0.125rem solid #df144c;
        border-left: 0
    }

    .editor-box--contact-person img {
        margin-bottom: 1rem;
        max-width: 50%
    }

.editor-box__person {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0.125rem;
    display: block
}

.editor-box__person-title {
    color: #676767;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 1.75rem;
    display: block
}

.editor-box__internal-tel, .editor-box__personal-tel, .editor-box__email {
    font-size: 0.875rem;
    line-height: 22px;
    margin-bottom: 0.5rem;
    display: block
}

    .editor-box__internal-tel strong, .editor-box__personal-tel strong, .editor-box__email strong {
        display: block;
        font-weight: 500
    }

    .editor-box__internal-tel a, .editor-box__personal-tel a, .editor-box__email a {
        color: #252c34
    }

@media print, screen and (min-width: 64em) {
    .editor-box {
        margin-top: 2.125rem
    }

    .editor-box__wrap {
        padding: 2.0625rem 2.5rem 0
    }

    .editor-box h2 {
        margin-bottom: 2.1875rem
    }

    .editor-box__title {
        font-size: 0.9375rem;
        line-height: 21px;
        margin-top: 1.125rem;
        margin-bottom: 1.5rem
    }

        .editor-box__title strong {
            display: block
        }

    .editor-box--contact-person {
        margin-top: 1.5rem;
        padding-bottom: 1.5rem;
        height: 100%
    }

        .editor-box--contact-person .editor-box__wrap {
            padding: 1.125rem 1rem 0;
            height: 100%
        }
}

.event {
    border-top: 0.0625rem solid #aeaeae;
    display: flex;
    text-decoration: none
}

.event-day .lead {
    margin-top: 2rem;
    margin-bottom: 1rem
}

.event-day--home .lead {
    font-size: 0.9375rem;
    line-height: 20px;
    margin-bottom: 0.5rem
}

.event-day--home .content-events {
    border-top: 0;
    margin-bottom: 2rem
}

.event-day--home .content-events__single {
    background: #fff;
    border-bottom: 0;
    padding-left: 0.875rem;
    padding-top: 0.75rem;
    padding-bottom: 0.8125rem;
    margin-bottom: 0.5rem
}

    .event-day--home .content-events__single:hover {
        padding-left: 0.875rem
    }

.event-day--home .event {
    background: #fff;
    border-top: 0;
    margin-bottom: 0.5rem;
    position: relative;
    text-decoration: none
}

    .event-day--home .event::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0.25rem;
        height: 100%;
        background: #df144c;
        transition: all 0.25s ease
    }

    .event-day--home .event:last-child {
        border-bottom: 0
    }

.event-day--home .event__content {
    padding: 0.8125rem 2.5rem 0.75rem 1.375rem
}

.event-day--home .event__info {
    color: #252c34
}

.event-day--home .event .icon {
    position: absolute;
    color: #aeaeae;
    right: 1rem;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.25s ease;
    width: 1.5625rem;
    height: 1.5rem
}

.event-day--home .event:hover .icon {
    color: #df144c
}

.event-refreshed {
    color: #7E7E7E;
    font-size: 0.75rem;
    display: block;
    margin-top: 1rem
}

.event:last-child {
    border-bottom: 0.0625rem solid #aeaeae
}

.event:hover .event__content .icon {
    color: #df144c
}

.event__time {
    width: 3.75rem;
    text-align: center;
    padding: 0.9375rem 0.5rem;
    background: #f3f3f3;
    border-left: 0.25rem solid #df144c;
    display: flex;
    flex-direction: column;
    justify-content: center
}

    .event__time span {
        font-size: 0.75rem;
        line-height: 12px;
        font-weight: 700;
        color: #252c34
    }

.event__content {
    flex: 1;
    padding: 0.8125rem 2.5rem 0.8125rem 1.25rem;
    position: relative
}

    .event__content .icon {
        width: 1.5625rem;
        height: 1.5rem;
        position: absolute;
        right: 0.625rem;
        top: 50%;
        transform: translate(0, -50%);
        color: #aeaeae;
        transition: all 0.25s ease
    }

.event__title {
    display: block;
    font-size: 0.9375rem;
    line-height: 22px;
    font-weight: 700;
    color: #252c34;
    margin-bottom: 0.25rem
}

.event__location {
    color: #575757;
    display: block;
    font-size: 0.625rem
}

.event.disabled {
    background: #fafaf9
}

    .event.disabled .event__time {
        background: #aeaeae;
        border-left: 0.25rem solid #aeaeae
    }

@media print, screen and (min-width: 48em) {
    .event-day .lead {
        margin-top: 3rem
    }

    .event-refreshed {
        font-size: 0.9375rem;
        margin-bottom: 6.25rem
    }

    .event__time {
        width: 10.625rem;
        flex-direction: row;
        align-items: center
    }

        .event__time span {
            font-size: 1rem;
            line-height: 22px
        }

    .event__time-divider {
        margin: 0 0.3125rem
    }

    .event__content {
        padding: 0.625rem 3.75rem 0.875rem 1.875rem
    }

        .event__content .icon {
            right: 1.875rem
        }

    .event__title {
        font-size: 1.125rem;
        line-height: 32px;
        margin-bottom: 0
    }

    .event__location {
        font-size: 0.75rem;
        line-height: 16px
    }
}

.content-events {
    border-top: 0.0625rem solid #aeaeae;
    margin-bottom: 1.875rem
}

.content-events__title h1 {
    display: inline-block
}

.content-events__title sup {
    color: #aeaeae;
    font-weight: 700;
    font-size: 85%;
    top: -1.25rem
}

    .content-events__title sup span {
        color: #5dc6e8
    }

.content-events__single {
    border-bottom: 0.0625rem solid #aeaeae;
    border-left: 0.0625rem solid #fff;
    padding: 0.8125rem 3.125rem 0.8125rem 1.0625rem;
    position: relative;
    display: block
}

    .content-events__single.-active {
        border-left: 0.0625rem solid #5dc6e8
    }

        .content-events__single.-active p {
            font-weight: 700;
            color: #252c34
        }

.content-events a {
    text-decoration: none
}

.content-events__date {
    color: #aeaeae;
    font-size: 0.75rem;
    line-height: 14px;
    display: block;
    position: relative;
    margin-bottom: 0.3125rem;
    font-weight: 700
}

.content-events p {
    color: #aeaeae;
    font-weight: 400;
    transition: all 0.25s ease;
    margin-bottom: 0
}

    .content-events p.small {
        font-size: 0.75rem;
        line-height: 16px;
        font-weight: 400
    }

.content-events .icon {
    color: #aeaeae;
    position: absolute;
    width: 1.5625rem;
    height: 1.5625rem;
    top: 50%;
    right: 1.25rem;
    transform: translate(0, -50%);
    transition: all 0.25s ease
}

@media print, screen and (min-width: 64em) {
    .content-events__date {
        font-size: 0.875rem;
        line-height: 16px
    }

    .content-events__single {
        border-left: 0.25rem solid #fff;
        padding: 1.0625rem 3.75rem 1.1875rem 2.0625rem;
        transition: all 0.25s ease
    }

        .content-events__single.-active {
            border-left: 0.25rem solid #5dc6e8
        }

    .content-events .icon {
        right: 1.875rem
    }

    .content-events a:hover .icon {
        color: #df144c
    }

    .content-events__title sup {
        top: -2.1875rem
    }
}

.footer {
    font-size: 0.6875rem;
    line-height: 21px;
    color: #aeaeae;
    margin-top: 5rem;
    padding: 0 0.9375rem;
    background-color: #f3f3f3;
    position: relative
}

    .footer h3 {
        margin: 0 0 1.875rem
    }

    .footer span {
        display: block;
        text-align: center
    }

    .footer a {
        color: #799FCA;
        display: block;
        text-align: center;
        text-decoration: none
    }

        .footer a:hover {
            color: #df144c;
            text-decoration: underline
        }

.footer__wrap {
    padding: 1.625rem 0 0.9375rem;
    max-width: 50.1875rem
}

.footer__applications {
    margin-bottom: 1.5rem
}

    .footer__applications h5 {
        color: #252c34;
        font-size: 1rem;
        line-height: 22px;
        font-weight: 700;
        margin: 0 0 2rem
    }

    .footer__applications ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap
    }

    .footer__applications li {
        position: relative;
        display: inline-block;
        width: 50%;
        margin-bottom: 1rem;
        font-size: 0.8125rem;
        line-height: 18px
    }

        .footer__applications li a {
            color: #252c34;
            margin-bottom: 0;
            display: flex;
            align-items: center
        }

            .footer__applications li a .icon {
                width: 1.125rem;
                height: 1.125rem;
                margin-right: 0.625rem;
                color: #df144c
            }

.footer__social {
    border-top: 0.0625rem solid #aeaeae;
    border-bottom: 0.0625rem solid #aeaeae;
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    margin-bottom: 1.375rem;
    flex-wrap: wrap
}

    .footer__social h5 {
        color: #252c34;
        font-size: 1rem;
        line-height: 22px;
        font-weight: 700;
        width: 100%;
        text-align: center;
        margin: 0 0 1rem
    }

    .footer__social a {
        display: inline-block;
        margin-right: 1.25rem
    }

        .footer__social a:hover .icon {
            color: #df144c
        }

    .footer__social .icon {
        font-size: 1.125rem;
        color: #252c34
    }

@media print, screen and (min-width: 64em) {
    .footer {
        line-height: 15px;
        margin-top: 0
    }

        .footer::before {
            content: '';
            width: 2.75rem;
            height: 100%;
            background-color: #f3f3f3;
            top: 0;
            left: -2.75rem;
            position: absolute
        }

    .footer__wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 2.1875rem 0 1.25rem
    }

    .footer span {
        display: inline-block
    }

    .footer__content {
        width: 100%;
        margin-bottom: 0
    }

        .footer__content a, .footer__content span {
            font-size: 0.9375rem;
            line-height: 18px;
            margin-bottom: 0.5rem
        }

    .footer a {
        display: inline-block;
        padding-left: 2.1875rem;
        position: relative
    }

        .footer a::before {
            content: "";
            height: 0.5625rem;
            width: 0.0625rem;
            background-color: #aeaeae;
            top: 50%;
            left: 1rem;
            transform: translate(0, -50%);
            position: absolute
        }

        .footer a:first-child {
            padding-left: 0
        }

            .footer a:first-child::before {
                content: none
            }

    .footer__applications h5 {
        margin-bottom: 1.625rem
    }

    .footer__applications li {
        width: 33.33%
    }

    .footer__social {
        justify-content: flex-start;
        padding: 1.875rem 0
    }

        .footer__social h5 {
            width: auto;
            margin: 0 1.625rem 0 0
        }

        .footer__social a {
            margin-bottom: 0;
            font-size: 1.125rem;
            line-height: initial;
            padding-left: 0
        }

            .footer__social a::before {
                content: none
            }
}

@media screen and (min-width: 80em) {
    .footer__content {
        width: auto
    }
}

.form-item {
    margin-bottom: 1.25rem
}

    .form-item label {
        display: block;
        padding: 0 0 0.375rem
    }

    .form-item.-label-bold label {
        font-weight: bold
    }

    .form-item.-label-regular label {
        font-weight: normal
    }

@media print, screen and (min-width: 48em) {
    .form-item.-label-nowrap label {
        white-space: nowrap
    }
}

.form-item.-has-icon div, .form-item.-has-unit div {
    position: relative
}

.form-item.-has-icon input, .form-item.-has-unit input {
    padding-right: 4.1875rem
}

.form-item select + .form-item__icon, .form-item textarea + .form-item__icon, .form-item input[type="text"] + .form-item__icon, .form-item input[type="password"] + .form-item__icon, .form-item input[type="number"] + .form-item__icon, .form-item input[type="email"] + .form-item__icon {
    display: none
}

.form-item.password-input .form-item__icon {
    display: flex !important;
    cursor: pointer
}

.form-item.-has-error label {
    color: #df144c !important
}

.form-item.-has-error .form-item__icon .icon {
    color: #df144c
}

.form-item.-has-error select + .form-item__icon, .form-item.-has-error textarea + .form-item__icon, .form-item.-has-error input[type="text"] + .form-item__icon, .form-item.-has-error input[type="number"] + .form-item__icon, .form-item.-has-error input[type="email"] + .form-item__icon {
    display: flex
}

.form-item__icon, .form-item__unit {
    position: absolute;
    top: 0.0625rem;
    right: 0.0625rem;
    bottom: 0.0625rem;
    min-width: 3.125rem;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.625rem
}

    .form-item__icon .icon, .form-item__unit .icon {
        font-size: 1.25rem
    }

.form-item input:focus + .form-item__icon {
    color: #799FCA
}

.form-item__note, .login-small-txt {
    display: block;
    padding: 0.3125rem 0 0;
    font-size: 0.625rem;
    line-height: 15px;
    color: #252c34
}

@media print, screen and (min-width: 64em) {
    .form-item__note, .login-small-txt {
        font-size: 0.75rem;
        line-height: 16px
    }
}

.form-item__error {
    display: block;
    padding: 0.3125rem 0 0 0.625rem;
    font-size: 0.875rem;
    line-height: 11px;
    color: #df144c
}

.form-item-group.-inline {
    display: flex;
    flex-wrap: wrap
}

    .form-item-group.-inline > div {
        flex: 1 0 auto
    }

    .form-item-group.-inline .form-item__error {
        flex-basis: 100%
    }

[type='button'], [type='reset'], [type='submit'], [type='image'], [type='file'], [type='checkbox'], [type='radio'] {
    cursor: pointer
}

[placeholder]::-webkit-input-placeholder {
    -webkit-transition: opacity 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1
}

[placeholder]:focus::-webkit-input-placeholder {
    opacity: 0
}

input[type='button'], input[type='reset'], input[type='submit'] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

::-ms-clear {
    display: none
}

@media screen and (device-aspect-ratio: 40 / 71) {
    select, textarea, input[type="text"], input[type="password"], input[type="number"], input[type="email"] {
        font-size: 1rem
    }
}

@media screen and (device-aspect-ratio: 375 / 667) {
    select, textarea, input[type="text"], input[type="password"], input[type="number"], input[type="email"] {
        font-size: 1rem
    }
}

@media screen and (device-aspect-ratio: 9 / 16) {
    select, textarea, input[type="text"], input[type="password"], input[type="number"], input[type="email"] {
        font-size: 1rem
    }
}

input[type=password]::-ms-reveal, input[type=password]::-ms-clear {
    display: none
}

input[type='checkbox'], input[type='radio'] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 0.0625rem;
    width: 0.0625rem;
    margin: -0.0625rem;
    padding: 0;
    border: 0
}

    input[type='checkbox'] ~ label, input[type='radio'] ~ label {
        cursor: pointer;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 2.375rem;
        line-height: 20px;
        font-size: 0.9375rem;
        display: inline-block;
        position: relative
    }

        input[type='checkbox'] ~ label a, input[type='radio'] ~ label a {
            font-weight: 700;
            text-decoration: none
        }

            input[type='checkbox'] ~ label a:hover, input[type='radio'] ~ label a:hover {
                color: #df144c
            }

        input[type='checkbox'] ~ label::before, input[type='checkbox'] ~ label::after, input[type='radio'] ~ label::before, input[type='radio'] ~ label::after {
            position: absolute;
            left: 0;
            top: 0;
            content: '';
            display: block
        }

        input[type='checkbox'] ~ label::before, input[type='radio'] ~ label::before {
            top: 0.125rem;
            border: 0.0625rem solid #252c34;
            background: #fff;
            color: #4c9a58;
            transition: background-color 140ms ease-out
        }

        input[type='checkbox'] ~ label:hover::before, input[type='radio'] ~ label:hover::before {
            background: #4c9a58;
            border-color: #4c9a58
        }

.touchevents input[type='checkbox'] ~ label:hover::before, .touchevents input[type='checkbox'] ~ label:focus::before, .touchevents input[type='radio'] ~ label:hover::before, .touchevents input[type='radio'] ~ label:focus::before {
    background: #fff;
    border-color: #252c34
}

.is-error input[type='checkbox'] ~ label, .is-error input[type='radio'] ~ label {
    color: #4c9a58 !important
}

    .is-error input[type='checkbox'] ~ label::before, .is-error input[type='radio'] ~ label::before {
        background: #fff !important;
        border-color: #4c9a58 !important
    }

.is-error input[type='checkbox']:checked ~ label::before, .is-error input[type='radio']:checked ~ label::before {
    background: #4c9a58
}

input[type='checkbox']:disabled ~ label, input[type='radio']:disabled ~ label {
    cursor: default;
    color: #a5a5a5
}

    input[type='checkbox']:disabled ~ label::before, input[type='radio']:disabled ~ label::before {
        background: #fff !important;
        border-color: #a5a5a5 !important
    }

    input[type='checkbox']:disabled ~ label::after, input[type='radio']:disabled ~ label::after {
        color: #a5a5a5 !important
    }

input[type='checkbox'] ~ label::before {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.25rem;
    top: 50%;
    transform: translate(0, -50%)
}

input[type='checkbox'] ~ label::after {
    width: 0;
    height: 0.625rem;
    background: url("/Images/media/images/form/checkmark.svg") 0 0/0.75rem 0.75rem no-repeat;
    left: 0.375rem;
    top: 50%;
    transform: translate(0, -50%)
}

input[type='checkbox']:checked ~ label::before {
    border-color: #4c9a58;
    background: #4c9a58
}

.touchevents input[type='checkbox']:checked ~ label:hover::before, .touchevents input[type='checkbox']:checked ~ label:focus::before {
    border-color: #4c9a58;
    background: #4c9a58
}

input[type='checkbox']:checked ~ label::after {
    transition: width 140ms ease-out;
    width: 0.75rem
}

input[type='checkbox']:disabled ~ label::before {
    background-color: #a5a5a5 !important
}

input[type='checkbox']:disabled ~ label::after {
    background-color: #a5a5a5 !important
}

input[type='radio'] ~ label {
    margin-left: 1rem
}

    input[type='radio'] ~ label::before {
        width: 1.625rem;
        height: 1.625rem;
        border-radius: 50%;
        top: -0.1875rem;
        border: 0.0625rem solid #aeaeae;
        transition: all 0.25s ease
    }

    input[type='radio'] ~ label::after {
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        background: #df144c;
        left: 0.3125rem;
        top: 0.125rem;
        transform: scale(0);
        transition: transform 140ms ease-out
    }

    input[type='radio'] ~ label:hover::before {
        background: none;
        border: 0.0625rem solid #df144c
    }

input[type='radio']:checked ~ label::after {
    background: #df144c;
    transform: scale(1)
}

input[type='radio']:disabled ~ label::after {
    background-color: #a5a5a5 !important
}

[type=text], [type=email], [type=password], [type=number], [type=date], [type=tel] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: 0.0625rem solid #252c34;
    border-radius: 0.25rem;
    padding: 0.9375rem;
    color: #252c34;
    font-family: "Roboto",sans-serif;
    font-weight: inherit;
    text-align: left;
    width: 100%;
    height: 3rem;
    background: #fff;
    font-size: 0.9375rem
}

@media print, screen and (min-width: 64em) {
    [type=text], [type=email], [type=password], [type=number], [type=date], [type=tel] {
        font-size: 1.125rem;
        height: 3.5rem
    }
}

[type=text]::-moz-placeholder, [type=email]::-moz-placeholder, [type=password]::-moz-placeholder, [type=number]::-moz-placeholder, [type=date]::-moz-placeholder, [type=tel]::-moz-placeholder {
    opacity: 1;
    color: #252c34
}

[type=text]:-ms-input-placeholder, [type=email]:-ms-input-placeholder, [type=password]:-ms-input-placeholder, [type=number]:-ms-input-placeholder, [type=date]:-ms-input-placeholder, [type=tel]:-ms-input-placeholder {
    opacity: 1;
    color: #252c34
}

[type=text]::placeholder, [type=email]::placeholder, [type=password]::placeholder, [type=number]::placeholder, [type=date]::placeholder, [type=tel]::placeholder {
    opacity: 1;
    color: #252c34
}

[type=text]:focus, [type=email]:focus, [type=password]:focus, [type=number]:focus, [type=date]:focus, [type=tel]:focus {
    border-color: #799FCA
}

[type=text]:disabled, [type=email]:disabled, [type=password]:disabled, [type=number]:disabled, [type=date]:disabled, [type=tel]:disabled {
    cursor: default;
    background: #e0e0e0
}

.-has-error [type=text], .-has-error [type=email], .-has-error [type=password], .-has-error [type=number], .-has-error [type=date], .-has-error [type=tel] {
    border-color: #df144c
}

label {
    font-size: 0.9375rem;
    line-height: 19px;
    color: #252c34;
    display: block;
    text-align: left
}

@media print, screen and (min-width: 64em) {
    label {
        font-size: 1.125rem
    }
}

.form-item--animated-label {
    position: relative
}

    .form-item--animated-label label {
        position: absolute;
        left: 0.625rem;
        top: 1rem;
        z-index: 1;
        transition: all 0.25s ease;
        padding: 0 0.3125rem;
        pointer-events: none
    }

    .form-item--animated-label.active label {
        font-size: 0.75rem;
        line-height: 14px;
        top: -0.375rem;
        background-color: #fff
    }

@media print, screen and (min-width: 64em) {
    .form-item--animated-label label {
        top: 1.25rem
    }
}

.choices {
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 1rem
}

    .choices:focus {
        outline: none
    }

    .choices:last-child {
        margin-bottom: 0
    }

    .choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
        background-color: #eaeaea;
        cursor: not-allowed;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .choices.is-disabled .choices__item {
        cursor: not-allowed
    }

    .choices [hidden] {
        display: none !important
    }

    .choices[data-type*='select-one'] {
        cursor: pointer
    }

        .choices[data-type*='select-one'] .choices__inner {
            padding-bottom: 0.46875rem
        }

        .choices[data-type*='select-one'] .choices__input {
            display: block;
            width: 100%;
            padding: 0.625rem;
            border-bottom: 0.0625rem solid #ddd;
            background-color: #ffffff;
            margin: 0
        }

        .choices[data-type*='select-one'] .choices__button {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
            padding: 0;
            background-size: 0.5rem;
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -0.625rem;
            margin-right: 1.5625rem;
            height: 1.25rem;
            width: 1.25rem;
            border-radius: 10em;
            opacity: 0.5
        }

            .choices[data-type*='select-one'] .choices__button:hover, .choices[data-type*='select-one'] .choices__button:focus {
                opacity: 1
            }

            .choices[data-type*='select-one'] .choices__button:focus {
                box-shadow: 0 0 0 0.125rem #00bcd4
            }

        .choices[data-type*='select-one'] .choices__item[data-value=''] .choices__button {
            display: none
        }

        .choices[data-type*='select-one']:after {
            content: '';
            height: 0;
            width: 0;
            border-style: solid;
            border-color: #333 transparent transparent transparent;
            border-width: 0.3125rem;
            position: absolute;
            right: 0.71875rem;
            top: 50%;
            margin-top: -0.15625rem;
            pointer-events: none
        }

        .choices[data-type*='select-one'].is-open:after {
            border-color: transparent transparent #333 transparent;
            margin-top: -0.46875rem
        }

        .choices[data-type*='select-one'][dir='rtl']:after {
            left: 0.71875rem;
            right: auto
        }

        .choices[data-type*='select-one'][dir='rtl'] .choices__button {
            right: auto;
            left: 0;
            margin-left: 1.5625rem;
            margin-right: 0
        }

    .choices[data-type*='select-multiple'] .choices__inner, .choices[data-type*='text'] .choices__inner {
        cursor: text
    }

    .choices[data-type*='select-multiple'] .choices__button, .choices[data-type*='text'] .choices__button {
        position: relative;
        display: inline-block;
        margin-top: 0;
        margin-right: -0.25rem;
        margin-bottom: 0;
        margin-left: 0.5rem;
        padding-left: 1rem;
        border-left: 0.0625rem solid #008fa1;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
        background-size: 0.5rem;
        width: 0.5rem;
        line-height: 1;
        opacity: 0.75;
        border-radius: 0
    }

        .choices[data-type*='select-multiple'] .choices__button:hover, .choices[data-type*='select-multiple'] .choices__button:focus, .choices[data-type*='text'] .choices__button:hover, .choices[data-type*='text'] .choices__button:focus {
            opacity: 1
        }

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 0.46875rem 0.46875rem 0.23438rem;
    border: 0.0625rem solid #ddd;
    border-radius: 0.15625rem;
    font-size: 0.875rem;
    min-height: 2.75rem;
    overflow: hidden
}

.is-focused .choices__inner, .is-open .choices__inner {
    border-color: #b7b7b7
}

.is-open .choices__inner {
    border-radius: 0.15625rem 0.15625rem 0 0
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 0.15625rem 0.15625rem
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.choices__list--single {
    display: inline-block;
    padding: 0.25rem 1rem 0.25rem 0.25rem;
    width: 100%
}

[dir='rtl'] .choices__list--single {
    padding-right: 0.25rem;
    padding-left: 1rem
}

.choices__list--single .choices__item {
    width: 100%
}

.choices__list--multiple {
    display: inline
}

    .choices__list--multiple .choices__item {
        display: inline-block;
        vertical-align: middle;
        border-radius: 1.25rem;
        padding: 0.25rem 0.625rem;
        font-size: 0.75rem;
        font-weight: 500;
        margin-right: 0.23438rem;
        margin-bottom: 0.23438rem;
        background-color: #00bcd4;
        border: 0.0625rem solid #00a5bb;
        color: #ffffff;
        word-break: break-all;
        box-sizing: border-box
    }

        .choices__list--multiple .choices__item[data-deletable] {
            padding-right: 0.3125rem
        }

[dir='rtl'] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 0.23438rem
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 0.0625rem solid #008fa1
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 0.0625rem solid #919191
}

.choices__list--dropdown {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 0.0625rem solid #ddd;
    top: 100%;
    margin-top: -0.0625rem;
    border-bottom-left-radius: 0.15625rem;
    border-bottom-right-radius: 0.15625rem;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility
}

    .choices__list--dropdown.is-active {
        visibility: visible
    }

.is-open .choices__list--dropdown {
    border-color: #b7b7b7
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -0.0625rem;
    border-radius: 0.25rem 0.25rem 0 0
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 18.75rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 0.625rem;
    font-size: 0.875rem
}

[dir='rtl'] .choices__list--dropdown .choices__item {
    text-align: right
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 6.25rem
    }

        .choices__list--dropdown .choices__item--selectable:after {
            content: attr(data-select-text);
            font-size: 0.75rem;
            opacity: 0;
            position: absolute;
            right: 0.625rem;
            top: 50%;
            transform: translateY(-50%)
        }

    [dir='rtl'] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 6.25rem;
        padding-right: 0.625rem
    }

        [dir='rtl'] .choices__list--dropdown .choices__item--selectable:after {
            right: auto;
            left: 0.625rem
        }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2
}

    .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
        opacity: 0.5
    }

.choices__item {
    cursor: default
}

.choices__item--selectable {
    cursor: pointer
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.5
}

.choices__heading {
    font-weight: 600;
    font-size: 0.75rem;
    padding: 0.625rem;
    border-bottom: 0.0625rem solid #f7f7f7;
    color: gray
}

.choices__button {
    text-indent: -624.9375rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

    .choices__button:focus {
        outline: none
    }

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 0.875rem;
    margin-bottom: 0.3125rem;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 0.25rem 0 0.25rem 0.125rem
}

    .choices__input:focus {
        outline: 0
    }

[dir='rtl'] .choices__input {
    padding-right: 0.125rem;
    padding-left: 0
}

.choices__placeholder {
    opacity: 0.5
}

.choices__inner {
    border-color: #252c34;
    height: 2.5rem;
    min-height: auto;
    padding: 0;
    background: #fff;
    border-radius: 0.25rem
}

.is-focused .choices__inner {
    border-color: #252c34
}

.is-open .choices__inner {
    border-color: #252c34
}

.choices__list--single {
    padding: 0.5625rem 2.5rem 0.5625rem 1.25rem;
    font-size: 0.9375rem;
    line-height: 22px;
    color: #252c34;
    font-weight: 400
}

    .choices__list--single .choices__placeholder {
        opacity: 1
    }

.choices__list--dropdown {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border: 0.0625rem solid #252c34 !important
}

    .choices__list--dropdown .choices__item {
        border-top: 0.0625rem solid #fff;
        border-bottom: 0.0625rem solid #fff;
        padding: 0.5625rem 1.25rem
    }

        .choices__list--dropdown .choices__item:first-child {
            border-top: 0 !important
        }

        .choices__list--dropdown .choices__item:last-child {
            border-bottom: 0 !important;
            margin-bottom: 2.5rem
        }

    .choices__list--dropdown .choices__item--selectable.is-highlighted {
        background-color: #f3f3f3;
        border-top: 0.0625rem solid #aeaeae;
        border-bottom: 0.0625rem solid #aeaeae
    }

    .choices__list--dropdown::before {
        content: '';
        background: url("/Images/media/icons/icon-arrow-small-down.svg") 0 0 no-repeat;
        width: 0.75rem;
        height: 0.4375rem;
        background-size: 100%;
        position: absolute;
        bottom: 0.625rem;
        right: 50%;
        transform: translate(-50%, 0);
        z-index: 2
    }

    .choices__list--dropdown::after {
        content: '';
        width: calc(100% - 0.4375rem);
        height: 2.8125rem;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        background-image: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 100%)
    }

.choices[data-type*='select-one']::after {
    background: url("/Images/media/icons/icon-arrow-small-down.svg") 0 0 no-repeat;
    border: 0;
    width: 0.75rem;
    height: 0.4375rem;
    background-size: 100%;
    transform: rotate(0deg);
    transition: transform 0.25s ease
}

.choices[data-type*='select-one'].is-open::after {
    transform: rotate(180deg);
    margin-top: -0.15625rem
}

.choices ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0.4375rem
}

.choices ::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
    background-color: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 0.0625rem rgba(255,255,255,0.5)
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    color: #252c34;
    background: #fff;
    width: 100%;
    padding: 0.9375rem;
    font-family: "Roboto",sans-serif;
    border: 0.0625rem solid #252c34;
    border-radius: 0.25rem
}

    textarea::-moz-placeholder {
        opacity: 1;
        color: #252c34
    }

    textarea:-ms-input-placeholder {
        opacity: 1;
        color: #252c34
    }

    textarea::placeholder {
        opacity: 1;
        color: #252c34
    }

    textarea:focus {
        border-color: #799FCA
    }

    textarea:disabled {
        cursor: default;
        background: #e0e0e0
    }

.-has-error textarea {
    border-color: #df144c
}

.lg-backdrop {
    background-color: #252c34 !important
}

.lg-sub-html {
    font-size: 0.8125rem !important
}

@font-face {
    font-family: 'lg';
    src: url("../media/fonts/gallery/lg.ttf?22t19m") format("truetype"),url("../media/fonts/gallery/lg.woff?22t19m") format("woff"),url("../media/fonts/gallery/lg.svg?22t19m#lg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

.lg-icon {
    font-family: 'lg' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: #fafaf9;
    border-radius: 0.125rem;
    color: #fafaf9;
    cursor: pointer;
    display: block;
    font-size: 1.375rem;
    margin-top: -0.625rem;
    padding: 0.5rem 0.625rem 0.5625rem;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: none;
    border: none;
    background-color: transparent
}

    .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
        pointer-events: none;
        opacity: 0.5
    }

    .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
        color: #fafaf9
    }

.lg-actions .lg-next {
    right: 1.25rem
}

    .lg-actions .lg-next:before {
        content: "\e095"
    }

.lg-actions .lg-prev {
    left: 1.25rem
}

    .lg-actions .lg-prev:after {
        content: "\e094"
    }

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -1.875rem
    }

    100% {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -1.875rem
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 1.875rem
    }

    100% {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 1.875rem
    }

    100% {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #252c34
}

    .lg-toolbar .lg-icon {
        color: #fafaf9;
        cursor: pointer;
        float: right;
        font-size: 1.5rem;
        height: 2.9375rem;
        line-height: 27px;
        padding: 0.625rem 0;
        text-align: center;
        width: 3.125rem;
        text-decoration: none !important;
        outline: medium none;
        background: none;
        border: none;
        box-shadow: none;
        transition: color 0.2s linear
    }

        .lg-toolbar .lg-icon:hover {
            color: #fafaf9
        }

    .lg-toolbar .lg-close:after {
        content: "\e070"
    }

    .lg-toolbar .lg-download:after {
        content: "\e0f2"
    }

.lg-sub-html {
    background-color: #252c34;
    bottom: 0;
    color: #fafaf9;
    font-size: 1rem;
    left: 0;
    padding: 0.625rem 2.5rem;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

    .lg-sub-html h4 {
        margin: 0;
        font-size: 0.8125rem;
        font-weight: bold
    }

    .lg-sub-html p {
        font-size: 0.75rem;
        margin: 0.3125rem 0 0
    }

#lg-counter {
    color: #fafaf9;
    display: inline-block;
    font-size: 1rem;
    padding-left: 1.25rem;
    padding-top: 0.75rem;
    vertical-align: middle
}

.lg-toolbar, .lg-prev, .lg-next {
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,color 0.2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-0.625rem, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(0.625rem, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -0.625rem, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 21.875rem;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s
}

    .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab
    }

    .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
        cursor: move;
        cursor: -webkit-grabbing;
        cursor: -o-grabbing;
        cursor: -ms-grabbing;
        cursor: grabbing
    }

    .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
        transition-duration: 0s !important
    }

.lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translate3d(0, 0%, 0)
}

.lg-outer .lg-thumb {
    padding: 0.625rem 0;
    height: 100%;
    margin-bottom: -0.3125rem
}

.lg-outer .lg-thumb-item {
    border-radius: 0.3125rem;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 0.125rem solid #FFF;
    border-radius: 0.25rem;
    margin-bottom: 0.3125rem
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        transition: border-color 0.25s ease
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 7.5rem
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom 0.25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 6.25rem
}

.lg-outer .lg-toggle-thumb {
    background-color: #0D0A0A;
    border-radius: 0.125rem 0.125rem 0 0;
    color: #fafaf9;
    cursor: pointer;
    font-size: 1.5rem;
    height: 2.4375rem;
    line-height: 27px;
    padding: 0.3125rem 0;
    position: absolute;
    right: 1.25rem;
    text-align: center;
    top: -2.4375rem;
    width: 3.125rem;
    outline: medium none;
    border: none
}

    .lg-outer .lg-toggle-thumb:after {
        content: "\e1ff"
    }

    .lg-outer .lg-toggle-thumb:hover {
        color: #fafaf9
    }

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 71.25rem;
    max-height: 100%;
    width: 100%;
    padding: 0 0.3125rem
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

    .lg-outer .lg-video .lg-object {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important
    }

    .lg-outer .lg-video .lg-video-play {
        width: 5.25rem;
        height: 3.6875rem;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -2.625rem;
        margin-top: -1.875rem;
        z-index: 1080;
        cursor: pointer
    }

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../media/images/gallery/vimeo-play.png") no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../media/images/gallery/vimeo-play.png") no-repeat scroll 0 -3.625rem transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("../media/images/gallery/video-play.png") no-repeat scroll 0 0;
    height: 4rem;
    margin-left: -2rem;
    margin-top: -2rem;
    width: 4rem;
    opacity: 0.8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url("../media/images/gallery/youtube-play.png") no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../media/images/gallery/youtube-play.png") no-repeat scroll 0 -3.75rem transparent
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 0.3125rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    transition: opacity 0.08s ease 0s
}

    .lg-progress-bar .lg-progress {
        background-color: #a90707;
        height: 0.3125rem;
        width: 0
    }

    .lg-progress-bar.lg-start .lg-progress {
        width: 100%
    }

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: transform .3s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left .3s cubic-bezier(0, 0, 0.25, 1) 0s,top .3s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    transform: scale3d(1, 1, 1);
    transition: transform .3s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.15s !important;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 1.25rem
}

    #lg-actual-size:after {
        content: "\e033"
    }

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none
}

    #lg-zoom-out:after {
        content: "\e312"
    }

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 3.75rem;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 0.625rem
}

    .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
        overflow: visible
    }

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 0.3125rem
}

    .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
        box-shadow: 0 0 0 0.125rem white inset
    }

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 5.1875rem;
    left: 0;
    margin-bottom: 1.25rem;
    margin-left: -3.75rem;
    opacity: 0;
    padding: 0.3125rem;
    position: absolute;
    width: 7.5rem;
    border-radius: 0.1875rem;
    transition: opacity 0.15s ease 0s,transform 0.15s ease 0s;
    transform: translate3d(0, 0.3125rem, 0)
}

    .lg-outer .lg-pager-thumb-cont img {
        width: 100%;
        height: 100%
    }

.lg-outer .lg-pager {
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 0.5rem rgba(255,255,255,0.7) inset;
    display: block;
    height: 0.75rem;
    transition: box-shadow 0.3s ease 0s;
    width: 0.75rem
}

    .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
        box-shadow: 0 0 0 0.5rem white inset
    }

.lg-outer .lg-caret {
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-top: 0.625rem dashed;
    bottom: -0.625rem;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -0.3125rem;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0,0,0,0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.18s,opacity 0.18s linear 0s
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    transition-delay: 0s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 0.125rem;
    font-size: 0.875rem;
    list-style-type: none;
    margin: 0;
    padding: 0.625rem 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 3.125rem;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 0.3125rem, 0);
    transition: transform 0.18s linear 0s,visibility 0s linear 0.5s,opacity 0.18s linear 0s
}

    .lg-outer .lg-dropdown:after {
        content: "";
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        border: 0.5rem solid transparent;
        border-bottom-color: #FFF;
        right: 1rem;
        top: -1rem
    }

    .lg-outer .lg-dropdown > li:last-child {
        margin-bottom: 0
    }

    .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
        color: #333
    }

    .lg-outer .lg-dropdown a {
        color: #333;
        display: block;
        white-space: pre;
        padding: 0.25rem 0.75rem;
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 0.75rem
    }

        .lg-outer .lg-dropdown a:hover {
            background-color: rgba(0,0,0,0.07)
        }

    .lg-outer .lg-dropdown .lg-dropdown-text {
        display: inline-block;
        line-height: 1;
        margin-top: -0.1875rem;
        vertical-align: middle
    }

    .lg-outer .lg-dropdown .lg-icon {
        color: #333;
        display: inline-block;
        float: none;
        font-size: 1.25rem;
        height: auto;
        line-height: 1;
        margin-right: 0.5rem;
        padding: 0;
        vertical-align: middle;
        width: auto
    }

.lg-outer #lg-share {
    position: relative
}

    .lg-outer #lg-share:after {
        content: "\e80d"
    }

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

    .lg-outer #lg-share-facebook .lg-icon:after {
        content: "\e904"
    }

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

    .lg-outer #lg-share-twitter .lg-icon:after {
        content: "\e907"
    }

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

    .lg-outer #lg-share-googleplus .lg-icon:after {
        content: "\e905"
    }

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

    .lg-outer #lg-share-pinterest .lg-icon:after {
        content: "\e906"
    }

.lg-outer .lg-img-rotate {
    position: absolute;
    padding: 0 0.3125rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s
}

.lg-rotate-left:after {
    content: "\e900"
}

.lg-rotate-right:after {
    content: "\e901"
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
    font-size: 1.625rem
}

.lg-flip-hor:after {
    content: "\e902"
}

.lg-flip-ver:after {
    content: "\e903"
}

.lg-group {
    *zoom: 1
}

    .lg-group:before, .lg-group:after {
        display: table;
        content: "";
        line-height: 0
    }

    .lg-group:after {
        clear: both
    }

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    outline: none;
    transition: opacity 0.15s ease 0s
}

    .lg-outer * {
        box-sizing: border-box
    }

    .lg-outer.lg-visible {
        opacity: 1
    }

    .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
        transition-duration: inherit !important;
        transition-timing-function: inherit !important
    }

    .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
        transition-duration: 0s !important;
        opacity: 1
    }

    .lg-outer.lg-grab img.lg-object {
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab
    }

    .lg-outer.lg-grabbing img.lg-object {
        cursor: move;
        cursor: -webkit-grabbing;
        cursor: -o-grabbing;
        cursor: -ms-grabbing;
        cursor: grabbing
    }

    .lg-outer .lg {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-height: 100%
    }

    .lg-outer .lg-inner {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap
    }

    .lg-outer .lg-item {
        background: url("../media/images/gallery/loading.gif") no-repeat scroll center center transparent;
        display: none !important
    }

    .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
        display: inline-block !important
    }

    .lg-outer.lg-css .lg-current {
        display: inline-block !important
    }

    .lg-outer .lg-item, .lg-outer .lg-img-wrap {
        display: inline-block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%
    }

        .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 0.0625rem;
            margin-right: -0.0625rem
        }

    .lg-outer .lg-img-wrap {
        position: absolute;
        padding: 0 0.3125rem;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .lg-outer .lg-item.lg-complete {
        background-image: none
    }

    .lg-outer .lg-item.lg-current {
        z-index: 1060
    }

    .lg-outer .lg-image {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
        height: auto !important
    }

    .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
        opacity: 0;
        transition: opacity 0.15s ease 0s
    }

    .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
        opacity: 1
    }

    .lg-outer .lg-empty-html {
        display: none
    }

    .lg-outer.lg-hide-download #lg-download {
        display: none
    }

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.15s ease 0s
}

    .lg-backdrop.in {
        opacity: 1
    }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

    .lg-css3.lg-fade .lg-item.lg-current {
        opacity: 1
    }

    .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
        transition: opacity 0.1s ease 0s
    }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
        transform: translate3d(-100%, 0, 0)
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
        transform: translate3d(100%, 0, 0)
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s
    }

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
        left: -100%
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
        left: 100%
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
        left: 0;
        opacity: 1
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
        transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s
    }

.lg-backdrop {
    background-color: #252c34 !important
}

.lg-sub-html {
    font-size: 0.8125rem !important
}

@font-face {
    font-family: 'lg';
    src: url("../media/fonts/gallery/lg.ttf?22t19m") format("truetype"),url("../media/fonts/gallery/lg.woff?22t19m") format("woff"),url("../media/fonts/gallery/lg.svg?22t19m#lg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

.lg-icon {
    font-family: 'lg' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: #fafaf9;
    border-radius: 0.125rem;
    color: #fafaf9;
    cursor: pointer;
    display: block;
    font-size: 1.375rem;
    margin-top: -0.625rem;
    padding: 0.5rem 0.625rem 0.5625rem;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: none;
    border: none;
    background-color: transparent
}

    .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
        pointer-events: none;
        opacity: 0.5
    }

    .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
        color: #fafaf9
    }

.lg-actions .lg-next {
    right: 1.25rem
}

    .lg-actions .lg-next:before {
        content: "\e095"
    }

.lg-actions .lg-prev {
    left: 1.25rem
}

    .lg-actions .lg-prev:after {
        content: "\e094"
    }

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -1.875rem
    }

    100% {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -1.875rem
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 1.875rem
    }

    100% {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 1.875rem
    }

    100% {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #252c34
}

    .lg-toolbar .lg-icon {
        color: #fafaf9;
        cursor: pointer;
        float: right;
        font-size: 1.5rem;
        height: 2.9375rem;
        line-height: 27px;
        padding: 0.625rem 0;
        text-align: center;
        width: 3.125rem;
        text-decoration: none !important;
        outline: medium none;
        background: none;
        border: none;
        box-shadow: none;
        transition: color 0.2s linear
    }

        .lg-toolbar .lg-icon:hover {
            color: #fafaf9
        }

    .lg-toolbar .lg-close:after {
        content: "\e070"
    }

    .lg-toolbar .lg-download:after {
        content: "\e0f2"
    }

.lg-sub-html {
    background-color: #252c34;
    bottom: 0;
    color: #fafaf9;
    font-size: 1rem;
    left: 0;
    padding: 0.625rem 2.5rem;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

    .lg-sub-html h4 {
        margin: 0;
        font-size: 0.8125rem;
        font-weight: bold
    }

    .lg-sub-html p {
        font-size: 0.75rem;
        margin: 0.3125rem 0 0
    }

#lg-counter {
    color: #fafaf9;
    display: inline-block;
    font-size: 1rem;
    padding-left: 1.25rem;
    padding-top: 0.75rem;
    vertical-align: middle
}

.lg-toolbar, .lg-prev, .lg-next {
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,color 0.2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-0.625rem, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(0.625rem, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -0.625rem, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 21.875rem;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s
}

    .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab
    }

    .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
        cursor: move;
        cursor: -webkit-grabbing;
        cursor: -o-grabbing;
        cursor: -ms-grabbing;
        cursor: grabbing
    }

    .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
        transition-duration: 0s !important
    }

.lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translate3d(0, 0%, 0)
}

.lg-outer .lg-thumb {
    padding: 0.625rem 0;
    height: 100%;
    margin-bottom: -0.3125rem
}

.lg-outer .lg-thumb-item {
    border-radius: 0.3125rem;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 0.125rem solid #FFF;
    border-radius: 0.25rem;
    margin-bottom: 0.3125rem
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        transition: border-color 0.25s ease
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 7.5rem
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom 0.25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 6.25rem
}

.lg-outer .lg-toggle-thumb {
    background-color: #0D0A0A;
    border-radius: 0.125rem 0.125rem 0 0;
    color: #fafaf9;
    cursor: pointer;
    font-size: 1.5rem;
    height: 2.4375rem;
    line-height: 27px;
    padding: 0.3125rem 0;
    position: absolute;
    right: 1.25rem;
    text-align: center;
    top: -2.4375rem;
    width: 3.125rem;
    outline: medium none;
    border: none
}

    .lg-outer .lg-toggle-thumb:after {
        content: "\e1ff"
    }

    .lg-outer .lg-toggle-thumb:hover {
        color: #fafaf9
    }

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 71.25rem;
    max-height: 100%;
    width: 100%;
    padding: 0 0.3125rem
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

    .lg-outer .lg-video .lg-object {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important
    }

    .lg-outer .lg-video .lg-video-play {
        width: 5.25rem;
        height: 3.6875rem;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -2.625rem;
        margin-top: -1.875rem;
        z-index: 1080;
        cursor: pointer
    }

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../media/images/gallery/vimeo-play.png") no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../media/images/gallery/vimeo-play.png") no-repeat scroll 0 -3.625rem transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("../media/images/gallery/video-play.png") no-repeat scroll 0 0;
    height: 4rem;
    margin-left: -2rem;
    margin-top: -2rem;
    width: 4rem;
    opacity: 0.8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url("../media/images/gallery/youtube-play.png") no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../media/images/gallery/youtube-play.png") no-repeat scroll 0 -3.75rem transparent
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 0.3125rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    transition: opacity 0.08s ease 0s
}

    .lg-progress-bar .lg-progress {
        background-color: #a90707;
        height: 0.3125rem;
        width: 0
    }

    .lg-progress-bar.lg-start .lg-progress {
        width: 100%
    }

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: transform .3s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left .3s cubic-bezier(0, 0, 0.25, 1) 0s,top .3s cubic-bezier(0, 0, 0.25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    transform: scale3d(1, 1, 1);
    transition: transform .3s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.15s !important;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 1.25rem
}

    #lg-actual-size:after {
        content: "\e033"
    }

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none
}

    #lg-zoom-out:after {
        content: "\e312"
    }

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 3.75rem;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 0.625rem
}

    .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
        overflow: visible
    }

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 0.3125rem
}

    .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
        box-shadow: 0 0 0 0.125rem white inset
    }

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 5.1875rem;
    left: 0;
    margin-bottom: 1.25rem;
    margin-left: -3.75rem;
    opacity: 0;
    padding: 0.3125rem;
    position: absolute;
    width: 7.5rem;
    border-radius: 0.1875rem;
    transition: opacity 0.15s ease 0s,transform 0.15s ease 0s;
    transform: translate3d(0, 0.3125rem, 0)
}

    .lg-outer .lg-pager-thumb-cont img {
        width: 100%;
        height: 100%
    }

.lg-outer .lg-pager {
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 0.5rem rgba(255,255,255,0.7) inset;
    display: block;
    height: 0.75rem;
    transition: box-shadow 0.3s ease 0s;
    width: 0.75rem
}

    .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
        box-shadow: 0 0 0 0.5rem white inset
    }

.lg-outer .lg-caret {
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-top: 0.625rem dashed;
    bottom: -0.625rem;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -0.3125rem;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0,0,0,0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.18s,opacity 0.18s linear 0s
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    transition-delay: 0s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 0.125rem;
    font-size: 0.875rem;
    list-style-type: none;
    margin: 0;
    padding: 0.625rem 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 3.125rem;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 0.3125rem, 0);
    transition: transform 0.18s linear 0s,visibility 0s linear 0.5s,opacity 0.18s linear 0s
}

    .lg-outer .lg-dropdown:after {
        content: "";
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        border: 0.5rem solid transparent;
        border-bottom-color: #FFF;
        right: 1rem;
        top: -1rem
    }

    .lg-outer .lg-dropdown > li:last-child {
        margin-bottom: 0
    }

    .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
        color: #333
    }

    .lg-outer .lg-dropdown a {
        color: #333;
        display: block;
        white-space: pre;
        padding: 0.25rem 0.75rem;
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 0.75rem
    }

        .lg-outer .lg-dropdown a:hover {
            background-color: rgba(0,0,0,0.07)
        }

    .lg-outer .lg-dropdown .lg-dropdown-text {
        display: inline-block;
        line-height: 1;
        margin-top: -0.1875rem;
        vertical-align: middle
    }

    .lg-outer .lg-dropdown .lg-icon {
        color: #333;
        display: inline-block;
        float: none;
        font-size: 1.25rem;
        height: auto;
        line-height: 1;
        margin-right: 0.5rem;
        padding: 0;
        vertical-align: middle;
        width: auto
    }

.lg-outer #lg-share {
    position: relative
}

    .lg-outer #lg-share:after {
        content: "\e80d"
    }

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

    .lg-outer #lg-share-facebook .lg-icon:after {
        content: "\e904"
    }

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

    .lg-outer #lg-share-twitter .lg-icon:after {
        content: "\e907"
    }

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

    .lg-outer #lg-share-googleplus .lg-icon:after {
        content: "\e905"
    }

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

    .lg-outer #lg-share-pinterest .lg-icon:after {
        content: "\e906"
    }

.lg-outer .lg-img-rotate {
    position: absolute;
    padding: 0 0.3125rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s
}

.lg-rotate-left:after {
    content: "\e900"
}

.lg-rotate-right:after {
    content: "\e901"
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
    font-size: 1.625rem
}

.lg-flip-hor:after {
    content: "\e902"
}

.lg-flip-ver:after {
    content: "\e903"
}

.lg-group {
    *zoom: 1
}

    .lg-group:before, .lg-group:after {
        display: table;
        content: "";
        line-height: 0
    }

    .lg-group:after {
        clear: both
    }

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    outline: none;
    transition: opacity 0.15s ease 0s
}

    .lg-outer * {
        box-sizing: border-box
    }

    .lg-outer.lg-visible {
        opacity: 1
    }

    .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
        transition-duration: inherit !important;
        transition-timing-function: inherit !important
    }

    .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
        transition-duration: 0s !important;
        opacity: 1
    }

    .lg-outer.lg-grab img.lg-object {
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab
    }

    .lg-outer.lg-grabbing img.lg-object {
        cursor: move;
        cursor: -webkit-grabbing;
        cursor: -o-grabbing;
        cursor: -ms-grabbing;
        cursor: grabbing
    }

    .lg-outer .lg {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-height: 100%
    }

    .lg-outer .lg-inner {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap
    }

    .lg-outer .lg-item {
        background: url("../media/images/gallery/loading.gif") no-repeat scroll center center transparent;
        display: none !important
    }

    .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
        display: inline-block !important
    }

    .lg-outer.lg-css .lg-current {
        display: inline-block !important
    }

    .lg-outer .lg-item, .lg-outer .lg-img-wrap {
        display: inline-block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%
    }

        .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 0.0625rem;
            margin-right: -0.0625rem
        }

    .lg-outer .lg-img-wrap {
        position: absolute;
        padding: 0 0.3125rem;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .lg-outer .lg-item.lg-complete {
        background-image: none
    }

    .lg-outer .lg-item.lg-current {
        z-index: 1060
    }

    .lg-outer .lg-image {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
        height: auto !important
    }

    .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
        opacity: 0;
        transition: opacity 0.15s ease 0s
    }

    .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
        opacity: 1
    }

    .lg-outer .lg-empty-html {
        display: none
    }

    .lg-outer.lg-hide-download #lg-download {
        display: none
    }

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.15s ease 0s
}

    .lg-backdrop.in {
        opacity: 1
    }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

    .lg-css3.lg-fade .lg-item.lg-current {
        opacity: 1
    }

    .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
        transition: opacity 0.1s ease 0s
    }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
        transform: translate3d(-100%, 0, 0)
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
        transform: translate3d(100%, 0, 0)
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s
    }

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
        left: -100%
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
        left: 100%
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
        left: 0;
        opacity: 1
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
        transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s
    }

.gallery {
    margin-left: -0.09375rem !important;
    margin-right: -0.09375rem !important
}

.gallery__item {
    padding: 0 0.09375rem;
    width: 50%;
    position: relative
}

@media print, screen and (min-width: 48em) {
    .gallery__item {
        width: 25%
    }
}

.gallery__item:hover .gallery__overlay {
    opacity: 1
}

.gallery__overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(223,20,76,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease
}

    .gallery__overlay .icon {
        color: #fff;
        width: 1.5625rem;
        height: 1.5625rem
    }

.gallery__image {
    margin-bottom: 0.09375rem !important;
    width: 100%
}

#lg-counter {
    font-size: 1.3125rem;
    line-height: 28px;
    padding-top: 0;
    padding-left: 0.3125rem
}

#lg-zoom-in {
    width: 1.5625rem;
    height: 1.5625rem;
    position: relative;
    margin-left: 1.25rem
}

    #lg-zoom-in::after {
        content: '';
        width: 1.5625rem;
        height: 1.5625rem;
        background: url("/Images/media/icons/icon-zoom-in-white.svg") 0 0 no-repeat;
        position: absolute;
        background-size: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

#lg-zoom-out {
    width: 1.5625rem;
    height: 1.5625rem;
    position: relative;
    margin-left: 1.25rem
}

    #lg-zoom-out::after {
        content: '';
        width: 1.5625rem;
        height: 1.5625rem;
        background: url("/Images/media/icons/icon-zoom-out-white.svg") 0 0 no-repeat;
        position: absolute;
        background-size: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

#lg-actual-size {
    width: 1.5625rem;
    height: 1.5625rem;
    position: relative
}

    #lg-actual-size::after {
        content: '';
        width: 1.5625rem;
        height: 1.5625rem;
        background: url("/Images/media/icons/icon-reset-fit-white.svg") 0 0 no-repeat;
        position: absolute;
        background-size: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

.lg-toolbar {
    padding: 1.25rem 1.25rem 0
}

    .lg-toolbar .lg-close {
        width: 1.5625rem;
        height: 1.5625rem;
        position: relative;
        margin-left: 1.25rem
    }

        .lg-toolbar .lg-close::after {
            content: '';
            width: 1.5625rem;
            height: 1.5625rem;
            background: url("/Images/media/icons/icon-close-white.svg") 0 0 no-repeat;
            position: absolute;
            background-size: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%)
        }

    .lg-toolbar .lg-download {
        width: 1.5625rem;
        height: 1.5625rem;
        position: relative;
        margin-left: 1.25rem
    }

        .lg-toolbar .lg-download::after {
            content: '';
            width: 1.5625rem;
            height: 1.5625rem;
            background: url("/Images/media/icons/icon-download-white.svg") 0 0 no-repeat;
            position: absolute;
            background-size: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%)
        }

.lg-actions .lg-prev {
    background-color: transparent;
    width: 1.5625rem;
    height: 1.5rem
}

    .lg-actions .lg-prev::after {
        content: '';
        width: 1.5625rem;
        height: 1.5rem;
        background: url("/Images/media/icons/icon-arrow-left-white.svg") 0 0 no-repeat;
        position: absolute;
        background-size: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

.lg-actions .lg-next {
    background-color: transparent;
    width: 1.5625rem;
    height: 1.5rem
}

    .lg-actions .lg-next::before {
        content: '';
        width: 1.5625rem;
        height: 1.5rem;
        background: url("/Images/media/icons/icon-arrow-right-white.svg") 0 0 no-repeat;
        position: absolute;
        background-size: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

.lg-sub-html p {
    margin: 0 0 0.625rem;
    font-size: 0.9375rem;
    line-height: 20px
}

.grid-view {
    margin-bottom: 2.5rem
}

    .grid-view .row {
        transition: max-width 200ms ease-out
    }

    .grid-view .expanded {
        max-width: 100% !important
    }

    .grid-view .column, .grid-view .columns {
        background: rgba(223,20,76,0.3);
        transition: padding 300ms ease-out
    }

    .grid-view .grid-item {
        min-height: 3.125rem;
        background: rgba(223,20,76,0.3);
        margin: 0.625rem 0;
        border: 0.0625rem solid #df144c
    }

.grid-view-ctrl {
    margin: 0 0 0.625rem
}

    .grid-view-ctrl > div {
        margin-right: 0.625rem;
        display: inline
    }

    .grid-view-ctrl label {
        cursor: pointer
    }

    .grid-view-ctrl input {
        margin-left: 0.3125rem
    }

.header {
    height: 4.1875rem;
    background: #252c34;
    color: #fff;
    font-weight: 500;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

    .header a {
        text-decoration: none
    }

.header__logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 1.3125rem
}

.header__logo__link {
    margin-right: 1rem
}

.header__user {
    position: absolute;
    right: 3.8125rem
}

.header__user-name {
    display: none
}

.header__user-icon {
    position: absolute;
    top: 50%;
    right: 2.8125rem;
    transform: translate(0, -50%);
    line-height: 1.3
}

    .header__user-icon .icon {
        width: 1.5625rem;
        height: 1.5625rem;
        color: #fff
    }

.header__app-icon {
    position: absolute;
    top: 50%;
    right: 0.3125rem;
    transform: translate(0, -50%);
    line-height: 1.3
}

    .header__app-icon .icon {
        width: 1.375rem;
        height: 1.375rem;
        color: #fff
    }

.header__search-icon {
    position: absolute;
    top: 50%;
    right: 5.3125rem;
    transform: translate(0, -50%);
    cursor: pointer
}

    .header__search-icon .icon {
        color: #fff
    }

        .header__search-icon .icon.icon--icon-zoom {
            font-size: 1.625rem
        }

        .header__search-icon .icon.icon--icon-close {
            font-size: 1.3125rem
        }

    .header__search-icon::after {
        content: '';
        border-bottom: 0.4375rem solid #fff;
        border-right: 0.4375rem solid transparent;
        border-top: 0.4375rem solid transparent;
        border-left: 0.4375rem solid transparent;
        position: absolute;
        left: 50%;
        bottom: -1.4375rem;
        transform: translate(-50%, 0);
        display: none
    }

.-search-active .header__search-icon::after {
    display: block
}

.header__user-notifications-count {
    font-size: 0.6875rem;
    line-height: 7px;
    font-weight: 700;
    font-family: "Roboto Condensed",sans-serif;
    background-color: #df144c;
    border-radius: 50%;
    position: absolute;
    bottom: -0.3125rem;
    right: -0.375rem;
    width: 1rem;
    height: 1rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff
}

.header__search {
    display: none;
    position: fixed;
    width: calc(100% - 1.25rem);
    left: 0.625rem;
    top: 4.1875rem
}

.-search-active .header__search {
    display: block
}

.header__socials {
    border-top: 0.0625rem solid #393e44;
    padding: 0.8125rem 0 2.125rem;
    margin-top: 1.875rem;
    text-align: center
}

    .header__socials p {
        margin: 0 0 1.25rem;
        color: #fff
    }

.header__socials-wrap {
    display: flex;
    justify-content: center
}

.header__socials a {
    display: inline-block;
    margin-right: 1.875rem
}

    .header__socials a:hover .icon {
        color: #df144c
    }

    .header__socials a:last-child {
        margin-right: 0
    }

.header__socials .icon {
    font-size: 1.125rem;
    color: #aeaeae
}

@media print, screen and (min-width: 64em) {
    .header {
        background: #fff;
        justify-content: space-between
    }

    .header__socials {
        display: none
    }

    .header__search {
        position: absolute;
        right: 7.8125rem;
        left: auto;
        top: 0.3125rem;
        width: calc(100% - 7.8125rem);
        max-width: 48.125rem
    }

    .header__logo {
        flex: 0 0 19.125rem;
        background: #252c34;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1rem 0 1.4375rem
    }

    .header__logo__link {
        width: 13.125rem;
        display: flex;
        justify-content: flex-start
    }

    .header__logo img {
        height: 1.25rem
    }

    .header__user {
        position: relative;
        right: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.5);
        padding-left: 2.125rem
    }

    .header__user-wrap {
        height: 100%;
        padding-right: 1.5625rem
    }

    .header__user-wrap-inner {
        height: 4.1875rem;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-end;
        padding-left: 1.25rem;
        position: relative
    }

    .header__user-name {
        display: flex;
        align-items: center;
        color: #303030;
        flex: 1
    }

    .header__user-name-img {
        width: 2.5rem;
        margin-right: 0.625rem;
        position: relative
    }

        .header__user-name-img::before {
            content: '';
            width: 2.5rem;
            height: 2.5rem;
            position: absolute;
            top: 0;
            left: 0;
            border: 0.125rem solid #df144c;
            border-radius: 50%;
            opacity: 0;
            transition: all 0.25s ease
        }

    .header__user-name strong {
        transition: all 0.25s ease;
        margin-left: 0.25rem;
        text-decoration: underline
    }

    .header__user-name:hover strong {
        color: #df144c;
        text-decoration: none
    }

    .header__user-name:hover .header__user-name-img::before {
        opacity: 1
    }

    .header__user-icon {
        position: relative;
        top: 0;
        right: 0;
        transform: translate(0, 0);
        margin-left: 1.0625rem
    }

        .header__user-icon .icon {
            color: #252c34
        }

    .header__app-icon {
        position: relative;
        top: 0;
        right: 0;
        transform: translate(0, 0);
        margin-left: 1.0625rem
    }

        .header__app-icon .icon {
            color: #252c34
        }

    .header__user-notifications-count {
        color: #fff !important;
        bottom: -0.25rem
    }

    .header__search-icon {
        position: relative;
        top: 0;
        right: 0;
        transform: translate(0, 0);
        margin-left: 1.0625rem
    }

        .header__search-icon .icon {
            color: #252c34
        }

        .header__search-icon::after {
            content: none
        }
}

@media screen and (min-width: 80em) {
    .header__search {
        max-width: none;
        width: calc(100% - 7.8125rem)
    }
}

@media only screen and (min-width: 1500px) {
    .header {
        z-index: 4
    }
}

.home-banner {
    margin-bottom: 0.75rem;
    overflow: hidden
}

    .home-banner img {
        width: 100%
    }

    .home-banner .small-only {
        display: block
    }

@media print, screen and (min-width: 48em) {
    .home-banner .small-only {
        display: none
    }
}

.home-banner .medium-only {
    display: none
}

@media print, screen and (min-width: 48em) {
    .home-banner .medium-only {
        display: block
    }
}

@media screen and (min-width: 80em) {
    .home-banner .medium-only {
        display: none
    }
}

.home-banner .xlarge-up {
    display: none
}

@media screen and (min-width: 80em) {
    .home-banner .xlarge-up {
        display: block
    }
}

@media print, screen and (min-width: 64em) {
    .home-banner {
        margin-bottom: 1.4375rem;
        padding: 0 0.9375rem
    }
}

.home-page-title {
    position: relative;
    padding-bottom: 2rem;
    padding-left: 1.1875rem
}

    .home-page-title::before {
        content: "";
        left: 0;
        top: 0;
        width: 0.125rem;
        height: 100%;
        background-color: #df144c;
        position: absolute
    }

    .home-page-title h2 {
        margin: 0
    }

.grey-home-box {
    background: #f3f3f3;
    padding: 1.25rem 0 0.875rem
}

    .grey-home-box .homepage-section-title {
        margin: 0 0 1.875rem
    }

        .grey-home-box .homepage-section-title.small {
            margin: 0 0 1rem
        }

    .grey-home-box .homepage__cta-box-content {
        width: 100%;
        margin-top: 1.75rem
    }

.homepage__cta-box, .homepage__address-book {
    margin-bottom: 4.375rem
}

    .homepage__cta-box h2, .homepage__address-book h2 {
        margin: 0 0 0.875rem;
        padding: 1.5rem 0 1.5rem 1.5rem;
        border-bottom: 0.0625rem solid #aeaeae
    }

.homepage__address-search {
    display: flex
}

    .homepage__address-search input {
        height: 2.5rem
    }

        .homepage__address-search input::-moz-placeholder {
            color: #676767
        }

        .homepage__address-search input:-ms-input-placeholder {
            color: #676767
        }

        .homepage__address-search input::placeholder {
            color: #676767
        }

    .homepage__address-search .button {
        width: 6.5625rem;
        margin-left: 1rem
    }

.homepage__cta-box-wrap {
    display: flex;
    justify-content: space-between
}

    .homepage__cta-box-wrap .icon {
        width: 2.9375rem;
        height: 2.875rem;
        color: #df144c
    }

.homepage__cta-box-icon {
    width: 25%;
    display: flex;
    justify-content: center
}

.homepage__cta-box-content {
    width: 75%
}

    .homepage__cta-box-content p {
        margin-bottom: 0.625rem;
        line-height: 14px
    }

    .homepage__cta-box-content a {
        color: #df144c;
        font-weight: 500;
        text-decoration: underline;
        cursor: pointer
    }

        .homepage__cta-box-content a:hover {
            text-decoration: none
        }

@media print, screen and (min-width: 64em) {
    .homepage__cta-box h2, .homepage__address-book h2 {
        margin: 0 0 1.25rem;
        padding: 1.25rem 0 1.25rem 1.8125rem
    }

    .homepage__cta-box-wrap .icon {
        width: 3.625rem;
        height: 3.5625rem
    }

    .homepage__cta-box-icon {
        width: 35%;
        display: flex;
        justify-content: center
    }

    .homepage__cta-box-content {
        width: 65%
    }

        .homepage__cta-box-content p {
            margin-bottom: 1.25rem;
            line-height: 18px
        }
}

.icon {
    display: inline-block;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    overflow: hidden
}

    .icon.-large {
        font-size: 2.5rem
    }

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    border-style: none;
    -ms-interpolation-mode: bicubic
}

.index-alphabet {
    z-index: 2 !important;
    max-width: 99%
}

.index-alphabet__placeholder.-hidden {
    display: none
}

.index-alphabet.-hidden {
    display: none
}

.index-alphabet ul {
    margin: 0;
    padding: 0 0 0.625rem;
    display: flex;
    justify-content: flex-start
}

.index-alphabet li {
    list-style: none;
    flex: 0 0 auto
}

    .index-alphabet li:last-child {
        border: none
    }

    .index-alphabet li a {
        display: block;
        font-weight: bold;
        color: #393e44;
        text-decoration: none;
        font-size: 0.8125rem;
        padding: 0 0.5rem;
        text-transform: uppercase;
        line-height: 25px
    }

        .index-alphabet li a.-disabled {
            color: #aeaeae
        }

        .index-alphabet li a:hover {
            background: #e0e0e0
        }

.touchevents .index-alphabet li a:hover:hover, .touchevents .index-alphabet li a:hover:focus {
    background: transparent
}

.index-alphabet li a:hover.-disabled {
    cursor: default;
    background-color: transparent
}

.index-alphabet li a.-active {
    background: #393e44;
    color: #fff
}

.touchevents .index-alphabet li a.-active:hover:hover, .touchevents .index-alphabet li a.-active:hover:focus {
    background: black
}

.list-index a {
    text-decoration: none;
    display: block;
    padding: 0.625rem
}

    .list-index a:hover {
        background: #000
    }

    .list-index a small {
        display: block;
        color: #252c34
    }

.loader {
    position: relative;
    width: 8.875rem;
    height: 0.75rem;
    margin: 1.25rem auto 3.75rem;
    display: flex;
    align-items: center
}

    .loader .dot {
        position: absolute;
        width: 0.5rem;
        height: 0.5rem;
        top: 0;
        left: 1.6em;
        background: #aeaeae
    }

    .loader .dots {
        width: 3.5rem;
        height: 0.5rem;
        position: absolute;
        top: 0;
        left: 3.0625em;
        margin: 0
    }

        .loader .dots span {
            display: inline-block;
            width: 0.5rem;
            height: 0.5rem;
            background: #aeaeae;
            margin-left: 0;
            position: absolute;
            top: 0;
            left: 0
        }

            .loader .dots span:nth-child(2) {
                left: 1.5rem
            }

            .loader .dots span:nth-child(3) {
                left: 3rem
            }

    .loader.loading .dot {
        width: 0.75rem;
        height: 0.75rem;
        top: -0.125rem;
        left: 0.9375rem;
        background: #df144c;
        -webkit-animation: dot 2.8s infinite;
        animation: dot 2.8s infinite
    }

    .loader.loading .dots {
        -webkit-animation: dots 2.8s infinite;
        animation: dots 2.8s infinite
    }

        .loader.loading .dots span {
            background: #df144c
        }

.submit-msg .loader {
    margin: 0.625rem auto 1.875rem
}

@media print, screen and (min-width: 64em) {
    .submit-msg .loader {
        position: absolute;
        margin: 0;
        bottom: 2.5rem;
        left: 50%;
        transform: translateX(-50%)
    }
}

@-webkit-keyframes dot {
    0% {
        left: 1.6em
    }

    50% {
        left: 6.1em
    }

    100% {
        left: 1.6em
    }
}

@keyframes dot {
    0% {
        left: 1.6em
    }

    50% {
        left: 6.1em
    }

    100% {
        left: 1.6em
    }
}

@-webkit-keyframes dots {
    0% {
        left: 3.0625em
    }

    50% {
        left: 1.6em
    }

    100% {
        left: 3.0625em
    }
}

@keyframes dots {
    0% {
        left: 3.0625em
    }

    50% {
        left: 1.6em
    }

    100% {
        left: 3.0625em
    }
}

.media {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%
}

    .media img, .media iframe, .media video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .media iframe {
        border: none
    }

    .media.-ratio-square {
        padding-bottom: 100%
    }

    .media.-ratio-21-9 {
        padding-bottom: 42.8571%
    }

    .media.-ratio-16-9 {
        padding-bottom: 56.25%
    }

    .media.-ratio-4-3 {
        padding-bottom: 75%
    }

    .media.-ratio-3-2 {
        padding-bottom: 66.66%
    }

    .media.-ratio-2-3 {
        padding-bottom: 133.33%
    }

.media--lazy {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 200ms linear;
    opacity: 0
}

.media--lazy-loaded {
    opacity: 1
}

.swiper .media {
    margin-bottom: 0
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute
    }

.modal__overlay {
    display: none;
    z-index: 3;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(37,44,52,0.9);
    transition: opacity 200ms ease-out
}

.has-modal .modal__overlay {
    z-index: 5
}

.modal__overlay[aria-hidden='false'] {
    display: block
}

.modal__overlay[aria-hidden='true'] {
    display: none
}

.modal__content {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 3.5rem 1.25rem 0;
    overflow-y: auto;
    overflow-x: hidden
}

    .modal__content .submit-msg {
        position: relative;
        height: 100%;
        padding-bottom: 1.25rem
    }

    .modal__content h3 {
        margin: 0 0 0.9375rem
    }

    .modal__content p {
        margin: 0 0 1.25rem
    }

    .modal__content textarea {
        height: 17.5rem
    }

    .modal__content .modal-icon {
        width: 3.125rem;
        height: 3.125rem;
        position: absolute;
        left: 0;
        bottom: 1.25rem;
        display: none
    }

.modal__close {
    position: absolute;
    color: black;
    width: 1.5625rem;
    height: 1.5625rem;
    top: 1.3125rem;
    right: 1.25rem;
    display: block
}

    .modal__close .icon {
        width: 1.5625rem;
        height: 1.5625rem
    }

@media print, screen and (min-width: 64em) {
    .modal__content {
        padding: 3.5rem 2.25rem 0;
        top: 50%;
        bottom: auto;
        width: 34.0625rem;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: 85vh
    }

        .modal__content .submit-msg {
            padding-bottom: 4.5rem
        }

            .modal__content .submit-msg input {
                max-width: 16.875rem
            }

        .modal__content textarea {
            height: 14.375rem
        }

        .modal__content h3 {
            margin: 0 0 0.4375rem
        }

        .modal__content p {
            margin: 0 0 1.875rem
        }

        .modal__content .button {
            max-width: 16.875rem
        }

        .modal__content .modal-icon {
            left: 0;
            bottom: 1.25rem;
            display: block
        }

    .modal__close {
        top: 1.3125rem;
        right: 1.25rem
    }
}

.has-modal {
    overflow: hidden
}

.url-box {
    background-color: #ededea;
    padding: 1rem 1.25rem 1rem 0.6875rem;
    margin-bottom: 1.25rem
}

    .url-box textarea {
        border: 0;
        background-color: transparent !important;
        font-size: 1.125rem;
        line-height: 24px;
        color: #676767;
        padding: 0;
        margin: 0;
        height: auto;
        width: 100%;
        max-width: 100% !important;
        resize: none
    }

    .url-box span {
        font-size: 1.125rem;
        line-height: 24px;
        color: #676767;
        word-break: break-word
    }

.overlay {
    z-index: 2;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    visibility: hidden;
    opacity: 0;
    transition: opacity 200ms ease-out
}

    .overlay.is-visible {
        visibility: visible;
        opacity: 1
    }

@media print, screen and (min-width: 64em) {
    .overlay {
        z-index: 3
    }
}

.popup__buttons {
    display: flex;
    flex-flow: row wrap;
    padding-top: 0.625rem;
    position: relative
}

.popup__buttons--link {
    display: flex;
    align-items: center;
    width: calc(50% - 0.3125rem);
    color: #252c34;
    cursor: pointer;
    border: 0.0625rem solid #e0e0e0;
    border-radius: 1.25rem;
    background-color: transparent;
    text-align: left;
    padding: 0 1rem;
    height: 2.5rem;
    margin-right: 0.625rem;
    transition: background-color 0.25s ease;
    margin-bottom: 0.625rem;
    font-size: 0.9rem
}

    .popup__buttons--link .icon {
        width: 1.5em;
        height: 1.5em;
        min-width: 1em;
        min-height: 1em;
        margin-right: 0.625rem;
        pointer-events: none
    }

    .popup__buttons--link .icon--icon-thumbup {
        margin-top: -0.25rem
    }

    .popup__buttons--link span {
        pointer-events: none;
        line-height: 1;
        flex-grow: 1
    }

@media print, screen and (min-width: 48em) {
    .popup__buttons--link {
        width: auto
    }
}

.popup__buttons--link.-reaction {
    width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent
}

@media print, screen and (min-width: 48em) {
    .popup__buttons--link.-reaction {
        width: auto;
        margin-right: 0.625rem
    }
}

.popup__buttons--link:hover {
    background-color: #ededea
}

.popup__buttons--link.active {
    background-color: #ededea
}

    .popup__buttons--link.active:hover {
        background-color: #ededea
    }

.popup__buttons--link.-last {
    margin-right: 0
}

.popup__blocker {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: " ";
    background: transparent
}

.my-data {
    margin-top: 1.25rem
}

.my-data__main {
    background: #f3f3f3;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 1.5rem 2.5rem 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.5rem
}

.my-data__image {
    margin-bottom: 1rem;
    position: relative;
    width: 8.125rem
}

    .my-data__image a {
        position: absolute;
        color: #fff;
        background: #df144c;
        width: 2rem;
        height: 2rem;
        bottom: 0;
        right: 0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .my-data__image a .icon {
            width: 1.25rem;
            height: 1.25rem
        }

.my-data__name span {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 25px;
    display: block
}

.my-data__rename {
    font-size: 0.9375rem;
    line-height: 24px;
    padding-top: 0.5625rem;
    position: relative;
    margin-top: 0.75rem;
    cursor: pointer
}

    .my-data__rename::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
        width: 15rem;
        height: 0.0625rem;
        background: #aeaeae
    }

.my-data__single {
    border-top: 0.0625rem solid #aeaeae;
    padding: 0.625rem 0 0.9375rem
}

.my-data__title {
    font-weight: 700
}

.my-data__value a {
    text-decoration: none;
    font-weight: 700
}

    .my-data__value a:hover {
        color: #df144c;
        transition: all 0.25s ease
    }

.my-data__socials {
    margin-top: 0.625rem
}

.my-data__submit {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

    .my-data__submit h3 {
        text-align: center;
        margin-bottom: 1.25rem
    }

@media print, screen and (min-width: 64em) {
    .my-data__submit {
        padding: 3.125rem 0
    }
}

.my-data__buttons {
    display: flex;
    justify-content: flex-start
}

    .my-data__buttons .button:first-child {
        margin-right: 1.25rem
    }

@media print, screen and (min-width: 64em) {
    .my-data__main {
        flex-direction: row;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
        padding: 1.5rem
    }

    .my-data__image {
        margin-right: 1.75rem;
        width: 11.875rem;
        margin-bottom: 0
    }

        .my-data__image a {
            right: 1.5625rem
        }

    .my-data__name {
        flex: 1
    }

        .my-data__name span {
            font-size: 1.5rem;
            line-height: 30px;
            padding-bottom: 0.5625rem;
            position: relative
        }

            .my-data__name span::before {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 0.0625rem;
                max-width: 28.125rem;
                background: #aeaeae
            }

    .my-data__rename {
        padding-top: 0.5rem;
        margin-top: 0
    }

        .my-data__rename::before {
            content: none
        }
}

.nav-main__l1 {
    margin-bottom: 0
}

.nav-main__l1-i {
    position: relative;
    display: block
}

    .nav-main__l1-i.active .nav-main__panel {
        display: block
    }

    .nav-main__l1-i.-top-border {
        border-top: 0.0625rem solid #393e44;
        margin-top: 1rem;
        padding-top: 1rem
    }

    .nav-main__l1-i.-small-txt .nav-main__l1-a {
        font-weight: 400;
        text-transform: none
    }

    .nav-main__l1-i.-has-panel {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center
    }

        .nav-main__l1-i.-has-panel .nav-main__l1-a {
            width: auto
        }

        .nav-main__l1-i.-has-panel .nav-main__l1-more {
            margin-right: 1rem;
            cursor: pointer
        }

        .nav-main__l1-i.-has-panel.active .nav-main__l1-a, .nav-main__l1-i.-has-panel.-is-expanded .nav-main__l1-a {
            color: #fff
        }

        .nav-main__l1-i.-has-panel.active .nav-main__l1-more, .nav-main__l1-i.-has-panel.-is-expanded .nav-main__l1-more {
            transform: rotate(180deg)
        }

.nav-main__l1-a {
    height: 2.75rem;
    display: block;
    position: relative;
    padding: 0 1.4375rem;
    width: 100%;
    text-align: left;
    background-color: transparent;
    border: 0;
    color: #aeaeae;
    transition: all 0.25s ease;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    cursor: pointer
}

    .nav-main__l1-a:hover {
        color: #fff
    }

.nav-main__l2 {
    margin-bottom: 0
}

.nav-main__l2-i.active .nav-main__l2-a {
    color: #fff;
    font-weight: 700
}

    .nav-main__l2-i.active .nav-main__l2-a::before {
        content: '';
        top: 50%;
        left: 1.4375rem;
        position: absolute;
        transform: translate(0, -50%);
        width: 0.1875rem;
        height: 1.125rem;
        transition: all 0.25s ease;
        background-color: #df144c
    }

.nav-main__l2-i:last-child .nav-main__l2-a::after {
    content: none
}

.nav-main__l2-a {
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 44px;
    display: block;
    padding-left: 2.625rem;
    position: relative;
    height: 2.75rem;
    color: #aeaeae;
    transition: all 0.25s ease
}

    .nav-main__l2-a:hover {
        color: #fff
    }

    .nav-main__l2-a::after {
        content: '';
        background-color: #676767;
        height: 0.0625rem;
        width: calc(100% - 2.875rem);
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0)
    }

.nav-main__panel {
    display: none;
    position: relative;
    width: 100%;
    margin: 0;
    z-index: 1;
    background-color: #393e44
}

    .nav-main__panel[aria-hidden=false] {
        display: block
    }

@media print, screen and (min-width: 64em) {
    .nav-main {
        padding-top: 1.4375rem;
        background-position: 0 1.4375rem;
        width: 100%
    }
}

.logout-btn {
    margin-top: 0.0625rem;
    height: 2.75rem;
    padding-left: 1.4375rem;
    align-items: center;
    display: flex
}

    .logout-btn .button {
        margin: 0
    }

.secondary-nav ul {
    margin: 0 0 0.5rem;
    padding: 0;
    list-style: none
}

.secondary-nav li {
    padding: 0;
    margin: 0 0.5rem 0.5rem 0;
    display: inline-block
}

    .secondary-nav li.active a, .secondary-nav li:hover a {
        border: 0.0625rem solid #799FCA;
        color: #799FCA;
        background-color: rgba(121,159,202,0.13)
    }

.secondary-nav a {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #252c34;
    text-decoration: none;
    padding: 0.5625rem 1.125rem 0.4375rem;
    border-radius: 1.25rem;
    border: 0.0625rem solid #e0e0e0;
    display: inline-block;
    transition: all 0.25s ease
}

@media print, screen and (min-width: 64em) {
    .secondary-nav ul {
        margin-bottom: 1rem
    }
}

.news-list.news-slider {
    display: none
}

.news-list__reactions {
    display: flex
}

.news-list__reactions-single {
    width: 1.5rem;
    height: 1.5rem;
    text-decoration: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: -0.625rem;
    background: #E8E8E8;
    border: 0.0625rem solid #fff
}

    .news-list__reactions-single:first-child {
        margin-left: 0
    }

    .news-list__reactions-single .icon {
        max-width: 80%;
        max-height: 80%;
        filter: grayscale(1)
    }

    .news-list__reactions-single:hover {
        z-index: 1
    }

        .news-list__reactions-single:hover .icon {
            filter: grayscale(0)
        }

        .news-list__reactions-single:hover.-green {
            background-color: #c4e8c7
        }

        .news-list__reactions-single:hover.-pink {
            background-color: #fac0c3
        }

        .news-list__reactions-single:hover.-blue {
            background-color: #daf4ff
        }

        .news-list__reactions-single:hover.-violet {
            background-color: #eac6d8
        }

        .news-list__reactions-single:hover.-dark-blue {
            background-color: #ccd0ff
        }

        .news-list__reactions-single:hover.-orange {
            background-color: #fedfc3
        }

        .news-list__reactions-single:hover.-dark-green {
            background-color: #d4e7d8
        }

        .news-list__reactions-single:hover.-grey {
            background-color: #aeaeae
        }

.news-list__reactions-counter {
    margin-left: 0.3125rem;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    color: #676767
}

.news-list--subpage {
    margin-bottom: 2.1875rem
}

.news-list__item {
    margin-bottom: 1.875rem;
    display: block;
    text-decoration: none;
    position: relative
}

    .news-list__item h2 {
        margin: 0;
        color: #252c34
    }

        .news-list__item h2 a {
            color: #252c34;
            text-decoration: none;
            transition: all 0.25s ease
        }

            .news-list__item h2 a:hover {
                color: #799FCA
            }

        .news-list__item h2.homepage-section-title {
            margin: 2.9375rem 0 2.125rem
        }

            .news-list__item h2.homepage-section-title a {
                text-decoration: underline
            }

                .news-list__item h2.homepage-section-title a:hover {
                    text-decoration: none
                }

    .news-list__item h3 {
        margin: 0;
        transition: all 0.25s ease;
        font-size: 1rem;
        line-height: 22px
    }

        .news-list__item h3 a {
            color: #252c34;
            text-decoration: none;
            transition: all 0.25s ease
        }

            .news-list__item h3 a:hover {
                color: #799FCA
            }

    .news-list__item .media {
        margin-bottom: 0
    }

.news-list__item--featured .news-list__categorie {
    position: absolute;
    top: 0.875rem;
    left: 0.8125rem
}

.news-list__item--featured h2 {
    padding-bottom: 2.5rem
}

.news-list__item--featured.-with-border h2 {
    border-bottom: 0.0625rem solid #aeaeae
}

.news-list__item--homepage .news-list__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.news-list__item--homepage.-item-1 {
    display: block
}

    .news-list__item--homepage.-item-1 .news-list__image {
        width: 100%;
        margin-right: 0
    }

    .news-list__item--homepage.-item-1 .news-list__content {
        width: 100%
    }

.news-list__image {
    margin-bottom: 1rem
}

.news-list__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.news-list__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.news-list__categorie {
    font-size: 0.625rem;
    color: #fff;
    font-weight: 700;
    line-height: 11px;
    background: #799FCA;
    border-radius: 0.625rem;
    padding: 0.3125rem 0.6875rem 0.25rem;
    display: inline-block;
    width: auto;
    margin-bottom: 0.5rem;
    text-decoration: none;
    transition: all 0.25s ease;
    margin-right: 1rem;
    text-transform: uppercase
}

.news-list__date {
    display: block;
    font-size: 0.75rem;
    line-height: 16px;
    font-weight: 700;
    color: #aeaeae;
    margin-bottom: 0.5rem;
    margin-top: 0.125rem
}

.news-list h2 {
    margin: 0;
    color: #252c34
}

    .news-list h2 a {
        color: #252c34;
        text-decoration: none;
        transition: all 0.25s ease
    }

        .news-list h2 a:hover {
            color: #799FCA
        }

    .news-list h2.homepage-section-title {
        margin: 2.9375rem 0 2.125rem
    }

        .news-list h2.homepage-section-title a {
            text-decoration: underline
        }

            .news-list h2.homepage-section-title a:hover {
                text-decoration: none
            }

.news-list h3 {
    margin: 0;
    transition: all 0.25s ease;
    font-size: 1rem;
    line-height: 22px
}

    .news-list h3 a {
        color: #252c34;
        text-decoration: none;
        transition: all 0.25s ease
    }

        .news-list h3 a:hover {
            color: #799FCA
        }

.news-list p {
    margin: 0;
    color: #252c34
}

.news-list .media {
    margin-bottom: 0
}

.news-list .divider {
    position: absolute;
    bottom: 0;
    left: 1.25rem;
    margin-bottom: 0
}

@media print, screen and (min-width: 64em) {
    .news-list.news-slider {
        display: block
    }

    .news-list__date {
        font-size: 0.8125rem;
        line-height: 18px;
        margin-bottom: 0.625rem
    }

    .news-list h3 {
        margin: 0 0 0.375rem
    }

    .news-list .divider {
        left: 0.9375rem
    }

    .news-list__item--homepage {
        padding-bottom: 0;
        display: flex
    }

        .news-list__item--homepage .news-list__image {
            width: 50%;
            margin-right: 1rem
        }

        .news-list__item--homepage .news-list__info {
            flex-direction: row
        }

        .news-list__item--homepage .news-list__content {
            width: 50%
        }

        .news-list__item--homepage .divider {
            display: none
        }

    .news-list.search-result-page p {
        font-size: 0.75rem;
        line-height: 16px
    }

    .news-list.search-result-page .news-list__image {
        margin-bottom: 0
    }
}

.full-width h3 {
    text-transform: uppercase;
    font-size: 0.9375rem
}

    .full-width h3.subtitle {
        padding-top: 0.625rem
    }

.full-width .full-width-bg {
    position: relative
}

    .full-width .full-width-bg::before {
        content: "";
        background-color: #f3f3f3;
        width: calc(100% + 2.8125rem);
        height: 100%;
        position: absolute;
        top: auto;
        left: -2.8125rem;
        z-index: -1
    }

    .full-width .full-width-bg .swiper {
        padding-top: 0;
        padding-bottom: 2.5rem
    }

    .full-width .full-width-bg .news-list {
        position: relative;
        display: block
    }

@media print, screen and (min-width: 64em) {
    .full-width .full-width-bg .news-list.list-home::after {
        display: none
    }
}

.full-width .full-width-bg .news-list__item--homepage {
    flex-direction: column
}

    .full-width .full-width-bg .news-list__item--homepage.-single {
        background: #fff
    }

        .full-width .full-width-bg .news-list__item--homepage.-single .news-list__content {
            padding: 1.25rem 1.25rem 0
        }

@media print, screen and (min-width: 48em) {
    .full-width .full-width-bg .news-list__item--homepage.-single {
        flex-direction: row
    }

        .full-width .full-width-bg .news-list__item--homepage.-single .news-list__image {
            margin-bottom: 0;
            margin-right: 0
        }

        .full-width .full-width-bg .news-list__item--homepage.-single .news-list__content {
            margin-bottom: 0
        }
}

.full-width .full-width-bg .news-list__content {
    width: 100%;
    padding-top: 1.25rem
}

    .full-width .full-width-bg .news-list__content > div {
        display: flex;
        align-items: baseline
    }

    .full-width .full-width-bg .news-list__content p {
        color: #aeaeae
    }

    .full-width .full-width-bg .news-list__content h3 {
        text-transform: unset;
        font-size: 1.5rem;
        line-height: 1.3;
        padding-right: 1.875rem;
        padding-bottom: 1.25rem
    }

.full-width .full-width-bg .news-list__image {
    width: 100%;
    margin-bottom: 0
}

    .full-width .full-width-bg .news-list__image img {
        -o-object-fit: cover;
        object-fit: cover
    }

@media print, screen and (min-width: 64em) {
    .full-width .full-width-bg .news-list.-single {
        max-width: 50.1875rem
    }
}

.full-width .news-list.resized {
    margin-top: 1.25rem
}

@media print, screen and (min-width: 64em) {
    .full-width .news-list.resized {
        max-width: 50.1875rem
    }
}

.full-width .news-list.resized .media img {
    -o-object-fit: cover;
    object-fit: cover
}

.full-width .news-list.resized .news-list__content h3 {
    text-transform: none
}

.news-group {
    border-bottom: 0.0625rem solid #aeaeae
}

    .news-group:last-child {
        border-bottom: 0
    }

.news-group__header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .news-group__header h3 {
        position: relative;
        color: #252c34;
        padding-left: 1.875rem
    }

        .news-group__header h3::before {
            content: '';
            width: 0.75rem;
            height: 0.75rem;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
            position: absolute;
            background: #df144c
        }

        .news-group__header h3 a {
            color: #252c34;
            text-decoration: none
        }

            .news-group__header h3 a:hover {
                text-decoration: underline
            }

.news-group__all {
    color: #df144c
}

.news-single {
    margin-bottom: 2.8125rem
}

.news-single__title {
    padding-left: 1.25rem;
    padding-top: 1.0625rem;
    margin-bottom: 1.75rem;
    position: relative
}

    .news-single__title::before {
        content: '';
        height: 100%;
        width: 0.125rem;
        background-color: #df144c;
        position: absolute;
        top: 0;
        left: 0
    }

    .news-single__title h1 {
        margin: 0
    }

.news-single__image {
    margin-bottom: 1.125rem
}

.news-single__top-info {
    display: flex;
    align-items: center
}

.news-single__categorie {
    font-size: 0.8125rem;
    color: #df144c;
    font-weight: 700;
    line-height: 15px;
    border: 0.0625rem solid #df144c;
    border-radius: 0.125rem;
    padding: 0.1875rem 0.5rem;
    display: inline-block;
    width: auto;
    margin-bottom: 0.5625rem;
    text-decoration: none;
    transition: all 0.25s ease;
    margin-right: 1rem
}

    .news-single__categorie:hover {
        background-color: #df144c;
        color: #fff
    }

.news-single__date {
    display: block;
    color: #aeaeae;
    font-size: 0.75rem;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 0.5625rem
}

.news-single__content-image .media {
    margin-bottom: 0.8125rem
}

.news-single__content-image p {
    color: #676767;
    font-size: 0.75rem;
    line-height: 16px
}

.news-single .loader {
    margin: 3.875rem auto
}

@media print, screen and (min-width: 64em) {
    .news-single {
        margin-bottom: 3.25rem
    }

    .news-single__title {
        padding-left: 2.5rem;
        padding-top: 2.3125rem;
        margin-bottom: 3.625rem
    }

        .news-single__title::before {
            width: 0.25rem
        }

    .news-single__image {
        margin-bottom: 2.25rem
    }

    .news-single__categorie {
        margin-bottom: 1.625rem
    }

    .news-single__date {
        font-size: 0.8125rem;
        line-height: 18px;
        margin-bottom: 1.625rem
    }

    .news-single__content-image .media {
        margin-bottom: 0.4375rem
    }

    .news-single__content-image p {
        font-size: 0.9375rem;
        line-height: 20px
    }

    .news-single .loader {
        margin: 5.3125rem auto
    }
}

.notification {
    padding: 1rem 1rem 1rem 1.25rem;
    background: #ededea;
    border-radius: 0.125rem;
    position: relative;
    overflow: hidden
}

    .notification::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0.25rem;
        height: 100%;
        background: #df144c
    }

    .notification h4 {
        font-size: 1rem;
        line-height: 22px;
        color: #df144c;
        font-weight: bold;
        margin: 0 0 1rem
    }

.notification__content {
    display: flex;
    flex-direction: column
}

    .notification__content p {
        font-size: 0.9375rem;
        line-height: 20px;
        margin-bottom: 0.625rem
    }

        .notification__content p:last-child {
            margin-bottom: 0
        }

    .notification__content .button {
        margin: 0 auto;
        max-width: 18.125rem
    }

.notification__close {
    position: absolute;
    top: calc(1rem - 0.625rem);
    right: calc(1rem - 0.625rem);
    line-height: 0;
    padding: 0.625rem;
    cursor: pointer
}

    .notification__close .icon {
        font-size: 0.75rem;
        color: #000
    }

.notification__wrapper {
    margin-top: 0.9375rem
}

    .notification__wrapper .notification:last-child {
        margin-bottom: 0
    }

.notification.-cta .notification__content p:last-child {
    margin-bottom: 0.625rem
}

.notification.-cta .notification__content-text {
    margin-right: 0.625rem
}

.notification.-urgent {
    background: rgba(223,20,76,0.12)
}

    .notification.-urgent h4 {
        color: #252c34
    }

@media print, screen and (min-width: 48em) {
    .notification {
        padding: 1.25rem 1.25rem 1.25rem 1.5rem
    }

    .notification__content {
        flex-direction: row
    }

        .notification__content .button {
            margin: 0 0 0 auto;
            max-width: 11.875rem;
            align-self: flex-end
        }

    .notification__close {
        top: calc(1.25rem - 0.625rem);
        right: calc(1.25rem - 0.625rem)
    }

        .notification__close .icon {
            font-size: 0.875rem
        }

    .notification__wrapper {
        margin-top: 1.5625rem
    }

    .notification.-cta .notification__content p:last-child {
        margin-bottom: 0
    }
}

.notifications {
    border-top: 0.0625rem solid #aeaeae;
    margin-bottom: 3.75rem
}

.notifications__title h1 {
    display: inline-block
}

.notifications__title sup {
    color: #aeaeae;
    font-weight: 700;
    font-size: 85%;
    top: -1.25rem
}

    .notifications__title sup span {
        color: #df144c
    }

.notifications__single {
    border-bottom: 0.0625rem solid #aeaeae;
    border-left: 0.0625rem solid #fff;
    padding: 0.8125rem 3.125rem 0.8125rem 1.0625rem;
    position: relative;
    display: block
}

    .notifications__single.-active {
        border-left: 0.0625rem solid #df144c
    }

        .notifications__single.-active p {
            font-weight: 700;
            color: #252c34
        }

.notifications a {
    text-decoration: none
}

.notifications__date {
    color: #aeaeae;
    font-size: 0.75rem;
    line-height: 14px;
    display: block;
    position: relative;
    margin-bottom: 0.3125rem;
    font-weight: 700
}

.notifications p {
    color: #aeaeae;
    font-weight: 400;
    transition: all 0.25s ease;
    margin-bottom: 0
}

.notifications .icon {
    color: #aeaeae;
    position: absolute;
    width: 1.5625rem;
    height: 1.5625rem;
    top: 50%;
    right: 1.25rem;
    transform: translate(0, -50%);
    transition: all 0.25s ease
}

@media print, screen and (min-width: 64em) {
    .notifications__date {
        font-size: 0.875rem;
        line-height: 16px
    }

    .notifications__single {
        border-left: 0.25rem solid #fff;
        padding: 1.0625rem 3.75rem 1.1875rem 2.0625rem;
        transition: all 0.25s ease
    }

        .notifications__single.-active {
            border-left: 0.25rem solid #df144c
        }

    .notifications .icon {
        right: 1.875rem
    }

    .notifications a:hover {
        padding-left: 2.6875rem
    }

        .notifications a:hover p {
            color: #799FCA
        }

        .notifications a:hover .icon {
            color: #df144c;
            right: 1.25rem
        }

    .notifications__title sup {
        top: -2.1875rem
    }
}

.offer-list .form-item {
    margin-bottom: 1.875rem
}

.offer-list__item {
    margin-bottom: 1.25rem;
    padding-bottom: 1.875rem;
    display: block;
    text-decoration: none;
    position: relative
}

.offer-list__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1rem
}

.offer-list__categorie {
    font-size: 0.8125rem;
    color: #df144c;
    font-weight: 700;
    line-height: 15px;
    border: 0.0625rem solid #df144c;
    border-radius: 0.125rem;
    padding: 0.1875rem 0.5rem;
    display: inline-block;
    width: auto;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    text-decoration: none;
    transition: all 0.25s ease
}

    .offer-list__categorie:hover {
        background-color: #df144c;
        color: #fff
    }

.offer-list__date {
    display: block;
    font-size: 0.75rem;
    line-height: 16px;
    font-weight: 700;
    color: #aeaeae;
    margin-bottom: 0.5rem
}

.offer-list h3 {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 22px
}

    .offer-list h3 a {
        color: #252c34;
        text-decoration: none;
        transition: all 0.25s ease
    }

        .offer-list h3 a:hover {
            color: #799FCA
        }

.offer-list .media {
    margin-bottom: 0
}

.offer-list .divider {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0
}

.offer-list .no-divider .divider {
    display: none
}

@media print, screen and (min-width: 64em) {
    .offer-list__item {
        margin-bottom: 2.5rem;
        padding-bottom: 0
    }

    .offer-list .divider {
        display: none
    }
}

.open-task {
    margin-bottom: 2.8125rem
}

.open-task__basic-info {
    font-size: 1.125rem;
    line-height: 24px;
    margin-bottom: 1.25rem
}

    .open-task__basic-info > span {
        display: block;
        margin-bottom: 0.25rem
    }

.open-task__basic-info__reporter {
    font-weight: 500
}

.open-task__advanced-info {
    display: flex;
    font-size: 1.125rem;
    line-height: 24px;
    margin-bottom: 0.25rem
}

.open-task__advanced-info__title {
    width: 37%;
    font-weight: 500
}

.open-task__advanced-info__value {
    width: 63%
}

.open-task__decline-task {
    margin-top: 1.5625rem
}

    .open-task__decline-task textarea {
        height: 14.375rem
    }

        .open-task__decline-task textarea::-moz-placeholder {
            color: #676767
        }

        .open-task__decline-task textarea:-ms-input-placeholder {
            color: #676767
        }

        .open-task__decline-task textarea::placeholder {
            color: #676767
        }

.open-task__commands {
    margin-top: 1rem
}

    .open-task__commands .button {
        width: auto;
        margin-right: 1.625rem
    }

        .open-task__commands .button:last-child {
            margin-right: 0
        }

.open-task--empty p {
    color: #676767
}

.organisation__list span.result {
    background-color: rgba(223,20,76,0.15);
    margin: 0 0.125rem
}

.organisation__list--first {
    padding-left: 0 !important
}

    .organisation__list--first > li {
        font-weight: 700 !important;
        border-bottom: 0.0625rem solid #aeaeae
    }

        .organisation__list--first > li .organisation__list__text-single {
            padding-left: 1.6875rem !important
        }

        .organisation__list--first > li ul {
            display: none
        }

            .organisation__list--first > li ul.is-open {
                display: block
            }

.organisation__list ul {
    margin: 0;
    padding-left: 0;
    list-style: none
}

    .organisation__list ul.is-open {
        padding-left: 1.375rem
    }

.organisation__list li {
    font-size: 0.9375rem;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer
}

    .organisation__list li div {
        position: relative;
        display: flex;
        align-items: center
    }

        .organisation__list li div.active > .organisation__list__text-single {
            color: #df144c
        }

    .organisation__list li .organisation__list__text-single {
        padding-left: 1.3125rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem
    }

.active .organisation__list li .organisation__list__text-single {
    color: #df144c
}

.organisation__list li.hasChildren > div > .organisation__list__text-single {
    position: relative
}

    .organisation__list li.hasChildren > div > .organisation__list__text-single::before {
        content: '';
        background: url("/Images/media/icons/icon-arrow-small-down.svg") 0 0 no-repeat;
        width: 0.75rem;
        height: 0.4375rem;
        background-size: 100%;
        transform: rotate(-90deg);
        transition: transform 0.25s ease;
        top: 1rem;
        left: 0;
        position: absolute
    }

.organisation__list li.hasChildren.opened > div > .organisation__list__text-single::before {
    transform: rotate(0deg)
}

.organisation__info {
    text-transform: none;
    border-radius: 50%;
    background-color: #aeaeae;
    color: #fff;
    width: 1.125rem;
    height: 1.125rem;
    display: inline-block;
    position: relative;
    margin-left: 0.5rem;
    cursor: pointer
}

    .organisation__info::after {
        content: 'i';
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

.organisation__search .form-item.value-entered .form-item__icon {
    cursor: pointer;
    display: flex !important
}

.organisation__filters {
    margin: 0 0 1.875rem
}

    .organisation__filters label {
        display: none
    }

    .organisation__filters .form-item {
        margin-bottom: 1rem
    }

.organisation__filters-links {
    font-size: 0.9375rem;
    line-height: 24px;
    color: #799FCA
}

    .organisation__filters-links ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .organisation__filters-links ul li {
            display: inline-block;
            cursor: pointer
        }

            .organisation__filters-links ul li:first-child {
                position: relative;
                padding-right: 1.125rem;
                margin-right: 0.6875rem
            }

                .organisation__filters-links ul li:first-child::after {
                    content: '';
                    height: 1rem;
                    width: 0.0625rem;
                    top: 50%;
                    right: 0;
                    transform: translate(0, -50%);
                    background-color: #aeaeae;
                    position: absolute
                }

@media print, screen and (min-width: 64em) {
    .organisation__filters {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .organisation__filters .form-item {
            margin-bottom: 0;
            width: 100%;
            max-width: 19.375rem
        }
}

.modal--organisation-scheme .modal__content {
    background-color: #fafaf9;
    padding: 3.375rem 1.25rem 1.25rem
}

@media only screen and (min-width: 1500px) {
    .modal--organisation-scheme {
        left: auto;
        right: 0;
        bottom: auto;
        width: 21.875rem;
        background: none
    }

        .modal--organisation-scheme .modal__content {
            top: 4.1875rem;
            right: 0;
            left: auto;
            bottom: auto;
            height: calc(100% - 4.1875rem);
            max-height: 100%;
            width: 21.875rem;
            transform: translate(0, 0)
        }
}

.organisation-modal h3 {
    font-size: 0.9375rem;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase
}

.organisation-modal__info h4, .organisation-modal__emplyees h4 {
    font-size: 0.9375rem;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 0.3125rem;
    border-bottom: 0.0625rem solid #aeaeae;
    margin-bottom: 0.75rem
}

.organisation-modal__info ul, .organisation-modal__emplyees ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.organisation-modal__info li, .organisation-modal__emplyees li {
    font-size: 0.9375rem;
    line-height: 24px;
    margin-bottom: 0.5rem
}

    .organisation-modal__info li span, .organisation-modal__emplyees li span {
        font-size: 0.75rem;
        line-height: 18px;
        font-weight: 700;
        display: block
    }

    .organisation-modal__info li a, .organisation-modal__emplyees li a {
        color: #252c34
    }

.pages-layout__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 7.5rem;
    padding-top: 5.1875rem
}

.pages-layout--ios-app {
    background: url("/Images/media/images/ios-app-bg.jpg") bottom center no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

    .pages-layout--ios-app .page-card {
        background-color: #fff;
        min-height: 4.1875rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1rem
    }

        .pages-layout--ios-app .page-card .icon {
            color: #df144c
        }

.page-card {
    background-color: #ededea;
    min-height: 6.25rem;
    padding: 0.6875rem 3.125rem 0.625rem 1.125rem;
    display: block;
    position: relative;
    transition: all 0.25s ease;
    text-decoration: none;
    margin-bottom: 1.25rem
}

    .page-card:hover {
        background-color: #252c34
    }

        .page-card:hover span {
            color: #fafaf9
        }

        .page-card:hover .icon {
            color: #df144c
        }

    .page-card span {
        color: #252c34;
        text-decoration: none;
        line-height: 25px;
        font-size: 1.3125rem;
        font-weight: 700
    }

    .page-card .icon {
        color: #aeaeae;
        position: absolute;
        right: 1.25rem;
        bottom: 1.25rem;
        width: 1.5625rem;
        height: 1.5rem
    }

.page-card__title {
    display: flex;
    align-items: center
}

    .page-card__title span {
        margin-left: 1.25rem
    }

.page-card__icon.icon {
    position: relative;
    right: auto;
    bottom: auto;
    width: 2.5rem;
    height: 2.5rem;
    color: #df144c
}

.page-card--small {
    min-height: auto;
    padding: 1.25rem 3.125rem 1.25rem 1.25rem
}

    .page-card--small .icon {
        bottom: auto;
        top: 50%;
        transform: translate(0, -50%);
        width: 1.0625rem;
        height: 1rem;
        right: 1rem
    }

    .page-card--small span {
        font-size: 1rem;
        line-height: 22px
    }

.page-card--light {
    display: flex;
    align-items: center;
    border-left: 0.25rem solid #df144c;
    background: #FAFAF9
}

    .page-card--light .icon-more {
        bottom: auto;
        top: 50%;
        transform: translate(0, -50%);
        width: 1.5625rem;
        height: 1.5rem;
        right: 1rem;
        transition: right 0.25s ease
    }

    .page-card--light:hover {
        background: #FAFAF9
    }

        .page-card--light:hover .icon-more {
            right: 0.625rem
        }

        .page-card--light:hover span {
            color: #252c34
        }

@media print, screen and (min-width: 64em) {
    .page-card {
        min-height: 7.1875rem;
        margin-bottom: 1.875rem
    }

        .page-card span {
            font-size: 1.5rem;
            line-height: 30px
        }

        .page-card .icon {
            bottom: 0.9375rem
        }

    .page-card__icon.icon {
        bottom: auto
    }

    .page-card--small {
        min-height: auto
    }

        .page-card--small .icon {
            bottom: auto
        }

        .page-card--small span {
            font-size: 1rem
        }
}

.pagination {
    text-align: center;
    text-transform: uppercase;
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
    margin-top: 1.5rem
}

.pagination__pages {
    display: inline-block
}

.pagination__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0.1875rem 0;
    padding: 0 0.375rem;
    font-weight: 600;
    text-decoration: none;
    color: #252c34;
    height: 2.125rem;
    width: 2.125rem;
    font-size: 0.8125rem;
    line-height: 18px;
    border-radius: 50%
}

@media (hover: hover) {
    .pagination__item:hover {
        text-decoration: none;
        border-color: #df144c;
        background: #df144c;
        color: #fff
    }
}

.pagination__item--prev, .pagination__item--next {
    border: 0.0625rem solid #e0e0e0
}

.pagination__item--first, .pagination__item--last {
    border: 0.0625rem solid #e0e0e0
}

.pagination__item--dots {
    pointer-events: none
}

.pagination__item--active {
    position: relative;
    background: #df144c;
    color: #fff
}

    .pagination__item--active::after {
        content: '';
        display: block;
        height: 0.0625rem;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0
    }

.pagination__item.disabled {
    color: #aeaeae
}

    .pagination__item.disabled:hover {
        background-color: transparent;
        border: 0.0625rem solid #e0e0e0
    }

@media print, screen and (min-width: 48em) {
    .pagination {
        text-align: left;
        margin: 1.5rem 0 3.75rem
    }

    .pagination__item {
        text-align: center;
        height: 2.5rem;
        min-width: 2.5rem;
        line-height: 37px;
        margin: 0.1875rem
    }

    .pagination__item--first {
        margin-left: 0
    }
}

.questionnaire {
    border-top: 0.0625rem solid #aeaeae;
    margin-bottom: 3.75rem
}

.questionnaire__single {
    border-bottom: 0.0625rem solid #aeaeae;
    padding: 0.8125rem 3.125rem 0.8125rem 0;
    position: relative;
    display: block
}

.questionnaire a {
    text-decoration: none
}

.questionnaire__date {
    color: #aeaeae;
    font-size: 0.75rem;
    line-height: 14px;
    display: block;
    position: relative;
    margin-bottom: 0.3125rem;
    font-weight: 700
}

.questionnaire p {
    color: #252c34;
    font-weight: 700;
    transition: all 0.25s ease;
    margin-bottom: 0
}

.questionnaire .icon {
    color: #ddd;
    position: absolute;
    width: 1.5625rem;
    height: 1.5625rem;
    top: 50%;
    right: 1.25rem;
    transform: translate(0, -50%);
    transition: all 0.25s ease
}

.questionnaire-textarea textarea {
    min-height: 17.5rem
}

.questionnaire__question {
    margin: 0 0 1rem
}

    .questionnaire__question p {
        margin: 0 0 0.5rem
    }

.questionnaire__question-result {
    display: flex;
    align-items: center
}

    .questionnaire__question-result span {
        color: #676767;
        font-size: 0.75rem;
        line-height: 14px;
        margin-left: 0.3125rem;
        display: block;
        width: 6.25rem
    }

        .questionnaire__question-result span em {
            font-style: normal
        }

.questionnaire__result-bar {
    background-color: #df144c;
    height: 0.5rem;
    transition: all 1s ease;
    width: 0
}

.questionnaire__total-answers {
    color: #676767;
    font-size: 0.75rem;
    line-height: 14px;
    display: block
}

.questionnaire__archive-link {
    display: block;
    margin-top: 2rem;
    color: #df144c;
    font-weight: 500
}

@media print, screen and (min-width: 64em) {
    .questionnaire__date {
        font-size: 0.875rem;
        line-height: 16px
    }

    .questionnaire__single {
        padding: 1.0625rem 3.75rem 1.1875rem 0;
        transition: all 0.25s ease
    }

    .questionnaire .icon {
        right: 1.875rem
    }

    .questionnaire a:hover p {
        color: #799FCA
    }

    .questionnaire a:hover .icon {
        color: #df144c;
        right: 1.25rem
    }

    .questionnaire__title sup {
        top: -2.1875rem
    }

    .questionnaire__question-result span {
        font-size: 0.9375rem;
        line-height: 18px
    }

    .questionnaire__result-bar {
        height: 0.75rem
    }

    .questionnaire__total-answers {
        font-size: 0.9375rem;
        line-height: 18px
    }
}

.dev {
    color: rgba(0,0,0,0.5);
    font-style: italic;
    font-size: 0.9375rem;
    border-top: 0.0625rem dashed rgba(0,0,0,0.1);
    margin-top: 1.875rem
}

.reactions {
    box-shadow: 0 0 0.16875rem rgba(0,0,0,0.016),0 0 0.43125rem rgba(0,0,0,0.022),0 0 0.8875rem rgba(0,0,0,0.028),0 0 1.825rem rgba(0,0,0,0.034),0 0 5rem rgba(0,0,0,0.05);
    background-color: #ffffff;
    display: flex;
    border-radius: 1.875rem;
    padding: 0.3125rem;
    position: absolute;
    left: 0;
    top: -4.0625rem;
    flex-wrap: nowrap;
    z-index: 2
}

.reactions__single {
    text-decoration: none;
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.125rem solid #fff;
    transition: border 0.25s ease;
    margin: 0.25rem;
    position: relative
}

    .reactions__single::before {
        display: none;
        content: attr(data-text);
        position: absolute;
        top: -2.5rem;
        transform: translateY(-50%);
        left: -50%;
        padding: 0.3125rem 0.9375rem;
        border-radius: 1.875rem;
        background: #525252;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        font-size: 0.75rem
    }

    .reactions__single .icon {
        width: 1.8em;
        height: 1.8em;
        margin-right: 0
    }

    .reactions__single.-green {
        background-color: #c4e8c7
    }

        .reactions__single.-green:hover, .reactions__single.-green.-active {
            border-color: #39b54a
        }

    .reactions__single.-pink {
        background-color: #fac0c3
    }

        .reactions__single.-pink:hover, .reactions__single.-pink.-active {
            border-color: #ed4069
        }

    .reactions__single.-blue {
        background-color: #daf4ff
    }

        .reactions__single.-blue:hover, .reactions__single.-blue.-active {
            border-color: #29abe2
        }

    .reactions__single.-violet {
        background-color: #eac6d8
    }

        .reactions__single.-violet:hover, .reactions__single.-violet.-active {
            border-color: #9e005d
        }

    .reactions__single.-dark-blue {
        background-color: #ccd0ff
    }

        .reactions__single.-dark-blue:hover, .reactions__single.-dark-blue.-active {
            border-color: #3636ba
        }

    .reactions__single.-orange {
        background-color: #fedfc3
    }

        .reactions__single.-orange:hover, .reactions__single.-orange.-active {
            border-color: #f15a24
        }

    .reactions__single.-dark-green {
        background-color: #d4e7d8
    }

        .reactions__single.-dark-green:hover, .reactions__single.-dark-green.-active {
            border-color: #008637
        }

    .reactions__single.-grey {
        background-color: #ebebeb
    }

        .reactions__single.-grey:hover, .reactions__single.-grey.-active {
            border-color: #4d4d4d
        }

@media print, screen and (min-width: 48em) {
    .reactions__single:hover::before {
        display: block
    }
}

@media print, screen and (max-width: 47.99875em) {
    .reactions {
        flex-wrap: wrap;
        width: 14.375rem;
        top: -7.5rem
    }
}

.reactions__list {
    display: flex;
    align-items: center;
    margin: 0.625rem 0;
    flex-flow: wrap
}

.reactions__list--single {
    display: flex;
    align-items: center;
    margin-right: 0.625rem;
    margin-top: 0.625rem
}

    .reactions__list--single .icon-container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        margin-right: 0.3125rem
    }

        .reactions__list--single .icon-container.-green {
            background-color: #c4e8c7
        }

        .reactions__list--single .icon-container.-pink {
            background-color: #fac0c3
        }

        .reactions__list--single .icon-container.-blue {
            background-color: #daf4ff
        }

        .reactions__list--single .icon-container.-violet {
            background-color: #eac6d8
        }

        .reactions__list--single .icon-container.-dark-blue {
            background-color: #ccd0ff
        }

        .reactions__list--single .icon-container.-orange {
            background-color: #fedfc3
        }

        .reactions__list--single .icon-container.-dark-green {
            background-color: #d4e7d8
        }

        .reactions__list--single .icon-container.-grey {
            background-color: #ebebeb
        }

        .reactions__list--single .icon-container .icon {
            width: 1.5em;
            height: 1.5em
        }

    .reactions__list--single span {
        color: #676767;
        display: inline-block
    }

.schedule__title {
    display: flex;
    align-items: center
}

.schedule__week-date {
    color: #7e7e7e;
    font-size: 0.75rem;
    line-height: 14px;
    margin-left: 0.5rem
}

.schedule__week {
    border-top: 0.0625rem solid #aeaeae
}

.schedule__day {
    border-bottom: 0.0625rem solid #aeaeae;
    display: flex
}

    .schedule__day.active-day .schedule__day-date {
        background-color: #aeaeae
    }

        .schedule__day.active-day .schedule__day-date span, .schedule__day.active-day .schedule__day-date small {
            color: #fff
        }

    .schedule__day.active-day .schedule__day-desc {
        background-color: #fafaf9
    }

    .schedule__day.schedule--changed .schedule__day-date {
        position: relative
    }

        .schedule__day.schedule--changed .schedule__day-date::before {
            content: '';
            background-color: #df144c;
            width: 0.125rem;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute
        }

    .schedule__day.schedule--changed .schedule__time {
        color: #df144c
    }

    .schedule__day.schedule--changed .schedule__location {
        color: #df144c
    }

    .schedule__day.schedule--changed .schedule__change-alert {
        display: inline-block
    }

.schedule__day-date {
    background-color: #f3f3f3;
    padding: 0.8125rem 0.5rem;
    width: 3.5rem
}

    .schedule__day-date span {
        color: #252c34;
        font-size: 1rem;
        line-height: 22px;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        text-align: center;
        margin-bottom: 0.25rem
    }

    .schedule__day-date small {
        color: #676767;
        font-size: 0.625rem;
        line-height: 11px;
        font-weight: 700;
        display: flex;
        justify-content: center;
        text-align: center
    }

.schedule__month {
    display: none
}

.schedule__day-desc {
    padding: 0.8125rem 1.1875rem;
    width: 100%
}

.schedule__time {
    color: #252c34;
    font-size: 0.9375rem;
    line-height: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 0.25rem
}

.schedule__change-alert {
    color: #df144c;
    font-size: 0.625rem;
    line-height: 11px;
    display: none;
    margin-left: 0.5rem;
    font-weight: 500
}

.schedule__location {
    color: #676767;
    font-size: 0.625rem;
    line-height: 11px;
    display: block
}

.schedule__refresh-status {
    display: block;
    color: #7e7e7e;
    font-size: 0.75rem;
    line-height: 14px;
    margin-top: 0.5rem
}

.schedule__week-switcher {
    color: #df144c;
    margin-top: 1.5rem;
    display: block
}

.schedule__info {
    margin-bottom: 3.125rem
}

    .schedule__info p {
        margin: 0 0 0.5rem;
        line-height: 14px
    }

@media print, screen and (min-width: 64em) {
    .schedule__week-date {
        font-size: 0.9375rem;
        line-height: 18px
    }

    .schedule__day-date {
        width: 10.6875rem
    }

        .schedule__day-date span {
            font-size: 1.25rem;
            line-height: 24px
        }

        .schedule__day-date small {
            font-size: 0.75rem;
            line-height: 18px
        }

    .schedule__month-shorter {
        display: none
    }

    .schedule__month {
        display: block
    }

    .schedule__time {
        font-size: 1.125rem;
        line-height: 32px
    }

    .schedule__change-alert {
        margin-left: 1.375rem;
        font-size: 0.75rem;
        line-height: 14px
    }

    .schedule__location {
        font-size: 0.75rem;
        line-height: 16px
    }

    .schedule__refresh-status {
        font-size: 0.9375rem;
        line-height: 18px;
        margin-top: 1rem
    }
}

.search {
    height: 3rem;
    display: flex;
    position: relative
}

.search__categories {
    flex: 0 0 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e0e0e0;
    border-radius: 0.25rem 0 0 0.25rem;
    cursor: pointer
}

.header__search .search__categories {
    color: #000
}

.search__categories p {
    margin: 0;
    font-size: 0.9375rem;
    display: none
}

.search__categories .icon {
    font-size: 0.75rem
}

.search__categories__list {
    width: 100%;
    height: 31.875rem;
    position: fixed;
    left: 0;
    top: 4.1875rem;
    overflow: hidden auto;
    background: #e0e0e0;
    box-shadow: 0 0.5rem 0.5rem 0.125rem rgba(0,0,0,0.3);
    padding: 1.25rem;
    font-size: 0.9375rem;
    line-height: 22px;
    z-index: 1
}

    .search__categories__list span {
        display: inline-block;
        padding-right: 1.6875rem;
        position: relative;
        cursor: pointer;
        color: #000
    }

        .search__categories__list span::after {
            content: '';
            background: url("/Images/media/icons/icon-checkmark.svg") 0 0 no-repeat;
            width: 1.0625rem;
            height: 0.9375rem;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate(0, -50%);
            opacity: 0;
            transition: opacity 0.25s ease
        }

        .search__categories__list span.active::after {
            opacity: 1
        }

.search__categories__list-close {
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    cursor: pointer;
    color: #000
}

.search__categories-wrap {
    display: flex
}

    .search__categories-wrap ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .search__categories-wrap li {
        padding: 0.625rem 1.6875rem 0.625rem 0;
        position: relative;
        cursor: pointer;
        color: #000
    }

        .search__categories-wrap li::after {
            content: '';
            background: url("/Images/media/icons/icon-checkmark.svg") 0 0 no-repeat;
            width: 1.0625rem;
            height: 0.9375rem;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate(0, -50%);
            opacity: 0;
            transition: opacity 0.25s ease
        }

        .search__categories-wrap li.active::after {
            opacity: 1
        }

.search__offer {
    padding-left: 0.625rem
}

.search__all-categories {
    margin-bottom: 2.1875rem
}

.search__all-news, .search__all-offer {
    margin-bottom: 1.25rem
}

.search .form-item {
    width: 100%;
    margin: 0;
    overflow: visible
}

    .search .form-item > div {
        display: flex
    }

        .search .form-item > div .button {
            width: 3rem
        }

    .search .form-item input {
        border-radius: 0;
        width: calc(100% - 3rem)
    }

    .search .form-item .button {
        margin: 0;
        padding: 0;
        border-radius: 0 0.25rem 0.25rem 0;
        position: relative
    }

        .search .form-item .button .icon {
            font-size: 1.375rem;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%)
        }

.search__results {
    position: absolute;
    left: 0;
    top: 3rem;
    width: 100%;
    background-color: #fff;
    height: 21.25rem;
    overflow-y: auto;
    box-shadow: 0 0.5rem 0.5rem 0.125rem rgba(0,0,0,0.3);
    padding: 0 0.9375rem;
    z-index: 1;
    color: #000 !important
}

    .search__results p {
        font-size: 0.875rem;
        line-height: 22px;
        margin: 0 0 0.3125rem
    }

        .search__results p span {
            font-weight: 700;
            display: inline-block
        }

.search__results-single {
    padding: 0.9375rem 0 1.1875rem;
    border-bottom: 0.0625rem solid #979797
}

    .search__results-single:last-child {
        border-bottom: 0
    }

.search__result-categorie {
    font-size: 0.75rem;
    line-height: 18px;
    color: #676767;
    display: block
}

.search .button--clear-search {
    position: absolute !important;
    color: black;
    right: 5rem;
    top: 50%;
    transform: translate(0, -50%)
}

@media print, screen and (min-width: 48em) {
    .search__categories__list {
        position: absolute;
        top: 0;
        width: 23.125rem;
        height: 30rem
    }
}

@media print, screen and (min-width: 64em) {
    .search {
        height: 3.5rem
    }

    .search__categories {
        flex: 0 0 11.125rem;
        justify-content: space-evenly
    }

        .search__categories p {
            display: block
        }

    .search__categories__list {
        background-color: #fff;
        padding: 1.25rem 0
    }

        .search__categories__list span:hover {
            background: #e0e0e0
        }

    .search__categories-wrap li {
        padding: 0.625rem 1.6875rem 0.625rem 1.25rem
    }

        .search__categories-wrap li:hover {
            background: #e0e0e0
        }

    .search__all-categories {
        margin-bottom: 0.9375rem;
        padding: 0.625rem 1.6875rem 0.625rem 1.25rem
    }

    .search__all-news, .search__all-offer {
        padding: 0.625rem 1.6875rem 0.625rem 1.25rem;
        margin-bottom: 0.3125rem
    }

    .search .form-item input {
        width: calc(100% - 3.5rem)
    }

    .search .form-item > div .button {
        width: 3.5rem
    }

    .search .form-item .button .icon {
        font-size: 1.5rem
    }

    .search__results {
        top: 3.5rem;
        width: calc(100% - 11.125rem);
        left: auto;
        right: 0;
        padding: 0
    }

    .search__results-single {
        padding: 0.9375rem 1.5rem 1.1875rem;
        background-color: transparent;
        transition: background-color 0.25s ease;
        cursor: pointer
    }

        .search__results-single:hover {
            background-color: #f3f3f3
        }
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%
}

.simplebar-content:before, .simplebar-content:after {
    content: ' ';
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 0.0625rem;
    position: relative;
    float: left;
    max-height: 0.0625rem;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 0.0625rem;
    min-width: 0.0625rem;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    right: 0.125rem;
    width: 0.4375rem;
    min-height: 0.625rem
}

    .simplebar-scrollbar:before {
        position: absolute;
        content: '';
        background: black;
        border-radius: 0.4375rem;
        left: 0;
        right: 0;
        opacity: 0;
        transition: opacity 0.2s linear
    }

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 0.6875rem
}

    .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
        top: 0.125rem;
        bottom: 0.125rem
    }

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 0.6875rem
}

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
        height: 100%;
        left: 0.125rem;
        right: 0.125rem
    }

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        right: auto;
        left: 0;
        top: 0.125rem;
        height: 0.4375rem;
        min-height: 0;
        min-width: 0.625rem;
        width: auto
    }

[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 31.25rem;
    width: 31.25rem;
    overflow-y: hidden;
    overflow-x: scroll
}

.slider-card--category {
    color: #fff;
    text-decoration: none
}

    .slider-card--category .slider-card__image {
        position: relative
    }

.js-swiper-centered-small .slider-card--category .slider-card__image {
    padding-top: 1.5rem
}

.slider-card--category .slider-card__image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%);
    z-index: 1
}

.slider-card--category .slider-card__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

    .slider-card--category .slider-card__content h5 {
        margin: 0;
        padding: 0 0.5rem 0.5rem;
        font-weight: 700;
        transition: all 0.25s ease
    }

.slider-card--category .slider-card__category {
    background: #283647;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.3125rem 0.625rem 0.1875rem
}

.slider-card--hero {
    position: relative
}

    .slider-card--hero .slider-card__image {
        margin-bottom: 0.75rem;
        display: block
    }

    .slider-card--hero .slider-card__category {
        background: #799FCA;
        border-radius: 0.625rem;
        padding: 0.25rem 0.75rem 0.3125rem;
        font-size: 0.625rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        height: 1.5rem;
        margin-right: 0.6875rem
    }

    .slider-card--hero .slider-card__content {
        padding: 0 1.25rem
    }

    .slider-card--hero .slider-card__content-meta {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .slider-card--hero .slider-card__content-meta-basic {
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

    .slider-card--hero .slider-card__content time {
        font-weight: 700;
        font-size: 0.75rem;
        color: #aeaeae
    }

    .slider-card--hero .slider-card__content a {
        color: #252c34;
        text-decoration: none
    }

        .slider-card--hero .slider-card__content a:hover h2 {
            color: #799FCA
        }

    .slider-card--hero .slider-card__content h2 {
        margin: 0.625rem 0 2.1875rem;
        padding: 0;
        color: #252c34;
        transition: all 0.25s ease
    }

@media print, screen and (min-width: 64em) {
    .slider-card--hero .slider-card__category {
        font-size: 0.6875rem;
        padding: 0.375rem 0.75rem 0.25rem
    }

    .slider-card--hero .slider-card__content {
        padding: 0
    }

        .slider-card--hero .slider-card__content time {
            font-size: 0.8125rem
        }

        .slider-card--hero .slider-card__content h2 {
            margin: 0.75rem 0 4.0625rem
        }
}

.slider-card:hover h5 {
    color: #799FCA
}

.swiper {
    padding-bottom: 1.25rem;
    padding-top: 1.875rem
}

.swiper-pagination {
    width: 100%;
    bottom: 1.25rem
}

.swiper-pagination-bullet {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    transform: scale(1);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #676767;
    opacity: 1;
    transition: all 0.25s ease
}

    .swiper-pagination-bullet:hover {
        transform: scale(1.5)
    }

.swiper-pagination-bullet-active {
    background-color: #df144c;
    transform: scale(1.5)
}

.swiper-button-next, .swiper-button-prev {
    margin-top: 0;
    top: calc(50% - 1.5rem / 2);
    transform: translateY(-50%);
    background-color: #676767;
    background-image: none !important;
    right: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center
}

    .swiper-button-next::before, .swiper-button-prev::before {
        content: none
    }

    .swiper-button-next .icon, .swiper-button-prev .icon {
        transform: rotate(-90deg);
        color: #fff
    }

.swiper-button-prev {
    left: 0;
    right: auto
}

    .swiper-button-prev .icon {
        transform: rotate(90deg)
    }

.swiper--fullwidth-mobile {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    position: relative;
    padding-bottom: 1.875rem
}

    .swiper--fullwidth-mobile::before {
        content: '';
        width: calc(100% - 2.5rem);
        bottom: 0;
        left: 1.25rem;
        height: 0.0625rem;
        background-color: #aeaeae;
        position: absolute
    }

    .swiper--fullwidth-mobile .swiper-button-next .icon {
        transform: rotate(-90deg)
    }

    .swiper--fullwidth-mobile .swiper-button-prev .icon {
        transform: rotate(90deg)
    }

    .swiper--fullwidth-mobile .swiper-button-next, .swiper--fullwidth-mobile .swiper-button-prev {
        width: 2rem;
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .swiper--fullwidth-mobile .swiper-button-next::before, .swiper--fullwidth-mobile .swiper-button-prev::before {
            content: none
        }

        .swiper--fullwidth-mobile .swiper-button-next .icon, .swiper--fullwidth-mobile .swiper-button-prev .icon {
            color: #fff
        }

    .swiper--fullwidth-mobile .swiper-pagination {
        bottom: 1.25rem
    }

    .swiper--fullwidth-mobile .swiper-pagination-bullet {
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 50%;
        background-color: #676767;
        opacity: 1;
        transition: all 0.25s ease
    }

        .swiper--fullwidth-mobile .swiper-pagination-bullet:hover {
            transform: scale(1.5)
        }

    .swiper--fullwidth-mobile .swiper-pagination-bullet-active {
        background-color: #df144c
    }

@media screen and (max-width: 375px) {
    .swiper--fullwidth-mobile .swiper-button-next, .swiper--fullwidth-mobile .swiper-button-prev {
        top: 7.5rem;
        transform: translate(0, 0)
    }
}

@media print, screen and (min-width: 64em) {
    .swiper--fullwidth-mobile {
        padding-bottom: 1.875rem;
        position: relative;
        margin-left: 0;
        margin-right: 0;
        border-bottom: 0.0625rem solid #aeaeae
    }

        .swiper--fullwidth-mobile::before {
            content: '';
            width: 4.5rem;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
            background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 100%);
            z-index: 2
        }

        .swiper--fullwidth-mobile::after {
            content: '';
            width: 4.5rem;
            height: 100%;
            top: 0;
            right: 0;
            position: absolute;
            background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 100%);
            z-index: 1
        }

        .swiper--fullwidth-mobile .swiper-pagination {
            bottom: 1.75rem
        }
}

.swiper--news {
    position: relative;
    padding-bottom: 2.8125rem
}

    .swiper--news .swiper-slide {
        height: auto
    }

    .swiper--news .news-list__item {
        position: relative;
        padding-bottom: 1.5rem;
        margin-bottom: 0;
        height: 100%
    }

    .swiper--news .news-list__reactions {
        position: absolute;
        bottom: 0;
        left: 0
    }

    .swiper--news::after {
        content: '';
        width: 2.5rem;
        height: 100%;
        top: 0;
        right: 0;
        position: absolute;
        background: linear-gradient(90deg, rgba(255,255,255,0) 2%, #fff 100%);
        z-index: 1
    }

@media print, screen and (min-width: 64em) {
    .swiper--news {
        position: relative
    }

        .swiper--news::before {
            content: '';
            width: 7.5rem;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
            background: linear-gradient(90deg, #fff 2%, rgba(255,255,255,0) 100%);
            z-index: 2
        }

        .swiper--news::after {
            width: 7.5rem
        }
}

.full-width .swiper-container {
    padding-bottom: 1.875rem
}

@media print, screen and (min-width: 48em) {
    .full-width .swiper-container::before {
        content: "";
        background: url(/Images/media/images/slider-gradient.png) 0 0 no-repeat;
        width: 10.4375rem;
        height: 100%;
        background-size: 100%;
        position: absolute;
        right: 0;
        z-index: 2;
        top: 0
    }
}

.full-width .swiper-container.js-swiper-full-width-single-slide::before {
    display: none
}

.full-width .swiper-container .swiper-slide {
    width: 100%
}

@media print, screen and (min-width: 64em) {
    .full-width .swiper-container .swiper-slide {
        width: 23.125rem
    }
}

.full-width .swiper__arrows.-full-width .swiper-button-next, .full-width .swiper__arrows.-full-width .swiper-button-prev, .full-width .swiper__arrows.-single .swiper-button-next, .full-width .swiper__arrows.-single .swiper-button-prev {
    width: 2rem;
    height: 2rem;
    top: 20%
}

@media print, screen and (min-width: 48em) {
    .full-width .swiper__arrows.-full-width .swiper-button-next, .full-width .swiper__arrows.-full-width .swiper-button-prev, .full-width .swiper__arrows.-single .swiper-button-next, .full-width .swiper__arrows.-single .swiper-button-prev {
        top: 30%
    }
}

@media print, screen and (min-width: 64em) {
    .full-width .swiper__arrows.-full-width .swiper-button-next, .full-width .swiper__arrows.-full-width .swiper-button-prev, .full-width .swiper__arrows.-single .swiper-button-next, .full-width .swiper__arrows.-single .swiper-button-prev {
        top: 25%
    }
}

.full-width .swiper__arrows.-full-width .swiper-button-next::before, .full-width .swiper__arrows.-full-width .swiper-button-prev::before, .full-width .swiper__arrows.-single .swiper-button-next::before, .full-width .swiper__arrows.-single .swiper-button-prev::before {
    background-size: 0.75rem;
    height: 2rem;
    width: 2rem;
    top: 0;
    left: 0;
    background-position: center
}

.full-width .swiper__arrows.-single .swiper-button-next, .full-width .swiper__arrows.-single .swiper-button-prev {
    top: calc(30% - 2rem)
}

@media print, screen and (min-width: 48em) {
    .full-width .swiper__arrows.-single .swiper-button-next, .full-width .swiper__arrows.-single .swiper-button-prev {
        top: calc(50% - 2rem)
    }
}

.js-swiper-centered-small {
    padding-bottom: 0
}

    .js-swiper-centered-small .swiper-slide {
        width: 13.4375rem;
        height: 100%
    }

        .js-swiper-centered-small .swiper-slide .slider-card {
            display: block;
            width: 100%;
            height: 100%
        }

            .js-swiper-centered-small .swiper-slide .slider-card .slider-card__image {
                width: 100%;
                height: 100%
            }

                .js-swiper-centered-small .swiper-slide .slider-card .slider-card__image img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover
                }

.js-swiper-centered {
    padding-top: 0;
    margin-top: 1.875rem
}

    .js-swiper-centered .swiper-slide .slider-card {
        display: block
    }

        .js-swiper-centered .swiper-slide .slider-card .slider-card__image {
            width: 100%;
            height: 100%
        }

            .js-swiper-centered .swiper-slide .slider-card .slider-card__image img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover
            }

.slider-card--single {
    margin: 1.875rem 0;
    border-bottom: 0.0625rem solid #aeaeae
}

    .slider-card--single .slider-card__image img {
        width: 100%
    }

.js-swiper-soseska {
    padding-top: 0;
    position: relative
}

    .js-swiper-soseska::before {
        content: '';
        transform: rotate(-180deg);
        background-image: linear-gradient(90deg, #393E44 2%, rgba(57,62,68,0) 100%);
        width: 7.5rem;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2
    }

    .js-swiper-soseska .swiper-wrapper {
        padding: 1.875rem 0 2.1875rem
    }

    .js-swiper-soseska .swiper-pagination {
        bottom: 0
    }

    .js-swiper-soseska .slider-card .media {
        transform: scale(1);
        transition: transform 0.25s ease
    }

    .js-swiper-soseska .slider-card:hover .media {
        transform: scale(1.2)
    }

.swiper-button-lock, .swiper-pagination-lock {
    display: none !important
}

.rs-tabs {
    justify-content: flex-start;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    overflow-x: auto;
    scrollbar-face-color: #d1d1d1;
    scrollbar-track-color: #F8F4F4
}

    .rs-tabs::-webkit-scrollbar {
        width: 0.3125rem;
        height: 0.3125rem
    }

    .rs-tabs::-webkit-scrollbar-thumb {
        background: #d1d1d1
    }

    .rs-tabs::-webkit-scrollbar-track {
        background: #F8F4F4
    }

    .rs-tabs[aria-hidden="true"] {
        display: none
    }

.rs-tabs__tab {
    padding: 0;
    margin: 0 0.5rem 0 0;
    font-size: 0.9375rem;
    font-weight: 500;
    white-space: nowrap
}

    .rs-tabs__tab [aria-controls] {
        display: block;
        padding: 0.5625rem 1.125rem 0.4375rem;
        border-radius: 1.25rem;
        border: 0.0625rem solid #e0e0e0;
        text-decoration: none;
        text-transform: unset;
        height: 2.5rem;
        color: #252c34;
        background-color: #fff
    }

        .rs-tabs__tab [aria-controls]:hover, .rs-tabs__tab [aria-controls][aria-selected="true"] {
            border: 0.0625rem solid #799FCA;
            color: #799FCA;
            background-color: rgba(121,159,202,0.13)
        }

.rs-tabs-panel {
    padding: 1rem
}

.rs-tabs-accordion {
    cursor: pointer;
    display: block;
    padding: 0.9375rem 1.875rem;
    margin: 0 0 1.875rem;
    background: #fff;
    color: pink;
    border-top: 0.0625rem solid #799FCA;
    border-bottom: 0.0625rem solid #799FCA;
    height: 3.125rem
}

    .rs-tabs-accordion + .rs-tabs-panel {
        padding-top: 0
    }

    .rs-tabs-accordion[aria-selected="true"] {
        background: #fff
    }

.rs-tabs-panel, .rs-tabs-accordion {
    display: none
}

    .rs-tabs-panel[aria-hidden="false"], .rs-tabs-accordion[aria-hidden="false"] {
        display: block
    }

.html-video__wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 0.4375rem
}

.html-video video {
    max-width: 100%
}

.html-video__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.25s ease
}

.html-video__button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.5625rem;
    height: 2.5625rem;
    background: rgba(250,250,249,0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

    .html-video__button .icon {
        color: #df144c;
        width: 1.5625rem;
        height: 1.5625rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

.html-video p {
    color: #676767;
    font-size: 0.75rem;
    line-height: 16px
}

@media print, screen and (min-width: 64em) {
    .html-video__button {
        width: 5.125rem;
        height: 5.125rem
    }

        .html-video__button .icon {
            width: 3.125rem;
            height: 3.125rem
        }

    .html-video p {
        font-size: 0.9375rem;
        line-height: 20px
    }
}

.vimeo.active .vimeo__transparent-wrapper {
    visibility: hidden;
    opacity: 0
}

.vimeo.active .vimeo__thumbnail {
    visibility: hidden;
    opacity: 0
}

.vimeo--dark-theme .vimeo__play-button .icon {
    fill: #000
}

.vimeo--dark-theme .vimeo__play-text {
    color: #000
}

.vimeo__desc {
    color: #676767;
    font-size: 0.75rem;
    line-height: 16px
}

@media print, screen and (min-width: 64em) {
    .vimeo__desc {
        font-size: 0.9375rem;
        line-height: 20px
    }
}

.vimeo.media {
    margin-bottom: 0.4375rem
}

.vimeo__transparent-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.25s linear
}

.vimeo__thumbnail {
    transition: all 0.25s linear;
    opacity: 1
}

.vimeo__play-wrapper {
    position: absolute;
    height: 2.625rem;
    width: 2.625rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.vimeo__play-button {
    width: 2.625rem;
    height: 2.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    background-color: rgba(250,250,249,0.7);
    border: none
}

    .vimeo__play-button .icon {
        width: 1.5625rem;
        height: 1.5625rem;
        color: #df144c;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

@media print, screen and (min-width: 64em) {
    .vimeo__play-wrapper {
        width: 5.125rem;
        height: 5.125rem
    }

    .vimeo__play-button {
        width: 5.125rem;
        height: 5.125rem
    }

        .vimeo__play-button .icon {
            width: 3.125rem;
            height: 3.125rem
        }

    .vimeo__play-text {
        color: #fff;
        text-align: center;
        font-size: 2.9375rem;
        letter-spacing: 0.08438rem;
        line-height: 45px;
        padding: 0.125rem 0 0
    }
}

.youtube__transparent-wrapper {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.25s linear
}

.youtube__desc {
    color: #676767;
    font-size: 0.75rem;
    line-height: 16px
}

@media print, screen and (min-width: 64em) {
    .youtube__desc {
        font-size: 0.9375rem;
        line-height: 20px
    }
}

.youtube.media {
    margin-bottom: 0.4375rem
}

.youtube__play-wrapper {
    position: absolute;
    height: 2.5625rem;
    width: 9.375rem;
    top: calc(50%);
    transform: translateY(-50%);
    left: calc(50% - 4.6875rem)
}

    .youtube__play-wrapper.-is-hidden {
        display: none
    }

.youtube__play-button {
    width: 2.5625rem;
    height: 2.5625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    background-color: rgba(250,250,249,0.7);
    border: none
}

    .youtube__play-button .icon {
        width: 1.5625rem;
        height: 1.5625rem;
        color: #df144c;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .youtube__play-button:hover {
        background-color: rgba(250,250,249,0.7)
    }

        .youtube__play-button:hover .icon {
            color: #df144c
        }

@media print, screen and (min-width: 64em) {
    .youtube__play-button {
        width: 5.125rem;
        height: 5.125rem
    }

        .youtube__play-button .icon {
            width: 3.125rem;
            height: 3.125rem
        }
}

.youtube__play-text {
    padding-top: 0.9375rem;
    font-size: 0.9375rem;
    color: #fff;
    text-align: center
}

.youtube .-fade-out {
    visibility: hidden;
    opacity: 0
}

