/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
svg,
hr {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

.touch *,
.touch
  *:before,
.touch
  *:after {
	-webkit-overflow-scrolling: touch;
}

html {
	font-size: 100%;
}

html.touch {
	-webkit-overflow-scrolling: touch;
}

body {
	font-size: 100%;
	font-family: "open sans", arial;
	background: #f3f3f3;
	color: #222222;
	line-height: 1.5;
	position: relative;
	cursor: auto;
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

a {
	text-decoration: none;
	transition: background-color 0.25s;
}

a:hover {
	cursor: pointer;
}

a img {
	border: 0;
}

i {
	font-style: italic;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.nowrap {
	white-space: nowrap;
}

.button,
input[type=button],
input[type=submit],
button {
	font-family: "open sans", arial;
	display: inline-block;
	border: 0;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	overflow: visible;
	user-select: none;
	font-size: 1rem;
	line-height: 1.5;
	margin: 1px;
	position: inherit;
	vertical-align: middle;
	padding: 0.3em 1.5em;
	background-color: #222222;
	border-radius: 0.125em;
	box-shadow: 0 0.125em 0.125em -0.125em rgba(0, 0, 0, 0.5);
	transition: background-color 0.25s;
}

.touch .button,
.touch input[type=button],
.touch input[type=submit],
.touch button {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.button:focus,
.button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
button:focus,
button:hover {
	background-color: #595959;
	color: #FFF;
}

.button.bordered,
input[type=button].bordered,
input[type=submit].bordered,
button.bordered {
	border: solid 1px currentColor;
}

.button.flat,
input[type=button].flat,
input[type=submit].flat,
button.flat {
	color: #222222;
	background-color: transparent;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}

.button.flat:not([disabled]):not(.disabled):hover,
input[type=button].flat:not([disabled]):not(.disabled):hover,
input[type=submit].flat:not([disabled]):not(.disabled):hover,
button.flat:not([disabled]):not(.disabled):hover {
	color: #222222;
	background-color: rgba(0, 0, 0, 0.05);
}

.button.negative,
input[type=button].negative,
input[type=submit].negative,
button.negative {
	color: #222222;
	background-color: #f3f3f3;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}

.button.negative:not([disabled]):not(.disabled):hover,
input[type=button].negative:not([disabled]):not(.disabled):hover,
input[type=submit].negative:not([disabled]):not(.disabled):hover,
button.negative:not([disabled]):not(.disabled):hover {
	color: #222222;
	background-color: #dbdbdb;
}

.button.floating,
input[type=button].floating,
input[type=submit].floating,
button.floating {
	position: relative;
	text-indent: -9999px;
	text-align: left;
	outline: none;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	padding: 0;
	line-height: 1em;
	box-shadow: 0 0.35rem 0.35rem 0 rgba(0, 0, 0, 0.25);
}

.button.floating:before,
input[type=button].floating:before,
input[type=submit].floating:before,
button.floating:before {
	position: absolute;
	text-indent: 0;
	text-align: center;
	color: currentColor;
	width: 100%;
	height: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.no-flexbox .button.floating:before,
.no-flexbox input[type=button].floating:before,
.no-flexbox input[type=submit].floating:before,
.no-flexbox button.floating:before {
	display: block;
}

.button.color1,
input[type=button].color1,
input[type=submit].color1,
button.color1 {
	background-color: #262626;
}

.button.color1:focus,
.button.color1:hover,
input[type=button].color1:focus,
input[type=button].color1:hover,
input[type=submit].color1:focus,
input[type=submit].color1:hover,
button.color1:focus,
button.color1:hover {
	background-color: #5c5c5c;
}

.button.color1.flat,
input[type=button].color1.flat,
input[type=submit].color1.flat,
button.color1.flat {
	color: #262626;
	background-color: transparent;
}

.button.color1.flat:not([disabled]):not(.disabled):hover,
input[type=button].color1.flat:not([disabled]):not(.disabled):hover,
input[type=submit].color1.flat:not([disabled]):not(.disabled):hover,
button.color1.flat:not([disabled]):not(.disabled):hover {
	color: #262626;
	background-color: rgba(0, 0, 0, 0.05);
}

.button.color1.negative,
input[type=button].color1.negative,
input[type=submit].color1.negative,
button.color1.negative {
	color: #262626;
	background-color: #f3f3f3;
}

.button.color1.negative:not([disabled]):not(.disabled):hover,
input[type=button].color1.negative:not([disabled]):not(.disabled):hover,
input[type=submit].color1.negative:not([disabled]):not(.disabled):hover,
button.color1.negative:not([disabled]):not(.disabled):hover {
	color: #262626;
	background-color: #dbdbdb;
}

.button:active,
input[type=button]:active,
input[type=submit]:active,
button:active {
	border-bottom-color: transparent;
}

.button[disabled],
.button.disabled,
input[type=button][disabled],
input[type=button].disabled,
input[type=submit][disabled],
input[type=submit].disabled,
button[disabled],
button.disabled {
	color: #CCCCCC;
	background-color: #EEEEEE;
	cursor: not-allowed;
}

.clearfix::after {
	clear: both;
	content: "";
	display: table;
}

.message,
.message.info {
	border: solid 1px #999 !important;
	background-color: #EEE !important;
	display: block !important;
	text-align: center !important;
	font-weight: bold !important;
	padding: 0.75rem 1.5rem !important;
}

.message,
.message a,
.message.info,
.message.info a {
	color: #000 !important;
}

.message.success {
	background-color: #cdfccf !important;
	border-color: #077a0d !important;
}

.message.success,
.message.success a {
	color: #077a0d !important;
}

.message.warning {
	background-color: #fad3a3 !important;
	border-color: #ad6308 !important;
}

.message.warning,
.message.warning a {
	color: #ad6308 !important;
}

.message.error {
	background-color: #fcc3c3 !important;
	border-color: #940707 !important;
}

.message.error,
.message.error a {
	color: #940707 !important;
}

.show-for-print {
	display: none !important;
}

.row {
	width: 100%;
	margin: 0 auto;
	max-width: 100em;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.column {
	position: relative;
	width: 100%;
	float: left;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.column .row {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
	width: auto;
	max-width: none;
}

.column + .column:last-child {
	float: right;
}

.column + .column.end {
	float: left;
}

.column.xsmall-1 {
	width: 8.3333333333%;
}

.column.xsmall-2 {
	width: 16.6666666667%;
}

.column.xsmall-3 {
	width: 25%;
}

.column.xsmall-4 {
	width: 33.3333333333%;
}

.column.xsmall-5 {
	width: 41.6666666667%;
}

.column.xsmall-6 {
	width: 50%;
}

.column.xsmall-7 {
	width: 58.3333333333%;
}

.column.xsmall-8 {
	width: 66.6666666667%;
}

.column.xsmall-9 {
	width: 75%;
}

.column.xsmall-10 {
	width: 83.3333333333%;
}

.column.xsmall-11 {
	width: 91.6666666667%;
}

.column.xsmall-12 {
	width: 100%;
}

.row.xsmall-equal-heights {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

.row.xsmall-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.xsmall-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.xsmall-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.xsmall-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.xsmall-equal-heights {
	width: auto;
	min-width: 100%;
}

.show-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.hide-for-small-up,
.hide-for-medium-only,
.hide-for-medium-up,
.hide-for-large-only,
.hide-for-large-up,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-fullHD-only,
.hide-for-fullHD-up {
	display: initial !important;
}

.hide-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.show-for-small-up,
.show-for-medium-only,
.show-for-medium-up,
.show-for-large-only,
.show-for-large-up,
.show-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-fullHD-only,
.show-for-fullHD-up {
	display: none !important;
}

.touch .hide-for-touch {
	display: none !important;
}

.no-touch .show-for-touch {
	display: none !important;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
.rte,
.v-minieditor-rte,
span.readonly,
select {
	display: block;
	width: 100%;
	font-family: "open sans", arial;
	font-size: 1rem;
	height: 2.5em;
	margin-bottom: 0.75rem;
	padding: 0 0.75rem;
	box-shadow: none;
	border-radius: 0;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.75);
	border: 1px solid #CCCCCC;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.no-touch input[type="color"],
.no-touch input[type="date"],
.no-touch input[type="datetime"],
.no-touch input[type="datetime-local"],
.no-touch input[type="email"],
.no-touch input[type="month"],
.no-touch input[type="number"],
.no-touch input[type="password"],
.no-touch input[type="search"],
.no-touch input[type="tel"],
.no-touch input[type="text"],
.no-touch input[type="time"],
.no-touch input[type="url"],
.no-touch input[type="week"],
.no-touch input:not([type]),
.no-touch textarea,
.no-touch
  .rte,
.no-touch
  .v-minieditor-rte,
.no-touch
  span.readonly,
.no-touch
  select {
	height: 2.1em;
}

input[type=file] {
	border: none;
	background: none;
	padding: 0;
}

.rte,
span.readonly,
.no-touch span.readonly,
textarea,
.no-touch textarea {
	height: auto;
}

.chosen-container {
	width: 100% !important;
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input:not([type]):focus,
textarea:focus,
.rte:focus,
.v-minieditor-rte:focus,
select:focus {
	border: 1px solid #999999;
	box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.25);
	background-color: #FFF;
	outline: none;
}

.form {
	display: block;
	margin: 0 auto 0.75rem auto;
	max-width: 60em;
}

.form::after {
	clear: both;
	content: "";
	display: table;
}

.form .form-group::after,
.form .form-grid::after {
	clear: both;
	content: "";
	display: table;
}

.form .form-group {
	padding-bottom: 4.5rem;
}

.form .form-group > p {
	padding: 0 0.75rem;
}

.richContent .form .form-group {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}

.form .form-group-title {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.form .form-grid {
	margin: 0;
	display: block;
	padding: 0 0.75rem;
	float: left;
}

.form .form-grid label {
	font-weight: normal;
	font-style: italic;
	color: #777;
	margin: 0;
	padding: 0.25rem 0;
	display: block;
	line-height: 1.1em;
	font-size: 1em;
	cursor: inherit;
}

.form .form-grid .button,
.form .form-grid input[type=button],
.form .form-grid input[type=submit],
.form .form-grid button {
	margin-bottom: 0.75rem;
}

.form .form-grid.form-grid1,
.form .form-grid.form-grid2 {
	width: 100%;
}

.form .form-tabs {
	position: relative;
	width: 100%;
	margin-bottom: 0.75rem;
	padding: 0 1.5rem;
}

.form .form-tabs::after {
	clear: both;
	content: "";
	display: table;
}

.form .form-tabs:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	border-top: solid 1px #999999;
}

.form .form-tabs-list {
	padding: 0;
	margin: 0;
	float: right;
}

.form .form-tabs-list::after {
	clear: both;
	content: "";
	display: table;
}

.form .form-tabs-item {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 0.375rem;
}

.form .form-tabs-item:before {
	display: none;
}

.form .form-tabs-item .bt {
	position: relative;
	z-index: 1;
	display: block;
	padding: 0.375rem 0.75rem;
	text-decoration: none;
	border: solid 1px #CCCCCC;
	border-bottom-color: #999999;
	background-color: #f3f3f3;
	color: #999999;
	outline: none;
}

.form .form-tabs-item:not(.disabled):not(.active) .bt:focus,
.form .form-tabs-item:not(.disabled):not(.active) .bt:hover {
	border-color: #999999;
	background-color: #FFF;
}

.form .form-tabs-item.active .bt {
	color: #000000;
	border-color: #999999;
	border-bottom-color: transparent;
	background-color: #f3f3f3;
}

.form .form-tabs-item.disabled {
	opacity: 0.5;
}

.form .form-tabs-item.disabled .bt {
	cursor: not-allowed;
}

.form textarea {
	padding: 0.25rem 0.5rem;
	resize: vertical;
}

.form input[type=text].placeholder {
	color: #999;
}

.form .required,
.form .important {
	color: #940707;
}

.form .legend {
	display: block;
	font-size: 0.8em;
	padding: 0.25em 0;
}

.form span.etiq {
	font-style: italic;
	font-size: 0.9em;
}

.form .cryptogramme {
	display: block;
	width: 170px;
	margin: 0 auto;
}

.form .cryptogramme-reload {
	display: block;
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	background-color: #bbb;
	color: #fff;
}

.form .cryptogramme-reload:before {
	content: '\21bb';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -12px;
	line-height: 20px;
	font-size: 24px;
	height: 24px;
	width: 24px;
	text-align: center;
}

.form .cryptogramme-reload:hover {
	background-color: #ccc;
	color: #fff;
}

.form .cryptogramme img {
	display: inline-block;
	float: none;
	height: auto !important;
	margin: 0;
	max-width: 100% !important;
}

.form .cryptogramme #cryptogram {
	background-color: #FFF;
}

.form .listCheck {
	display: block;
	width: 100%;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	color: inherit;
}

.form .listCheck:after {
	content: '';
	display: block;
	clear: both;
}

.form .listCheck label {
	display: block;
	font-weight: normal;
	font-style: normal;
	color: inherit;
	height: 2rem;
	line-height: 2rem;
	margin: 0;
	padding: 0 0.5rem;
	border: 1px solid transparent;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.form .listCheck label:hover {
	background-color: rgba(204, 204, 204, 0.25);
	border-color: #CCCCCC;
}

.form .listCheck label[disabled],
.form .listCheck label.disabled {
	opacity: 0.5;
	cursor: inherit;
}

.form .listCheck label[disabled]:hover,
.form .listCheck label.disabled:hover {
	background-color: transparent;
	border-color: transparent;
}

.form .listCheck .form-checkbox-label {
	padding-left: 2em;
	position: relative;
}

.form .listCheck .form-checkbox-label:before {
	position: absolute;
	left: 0.55em;
	top: 0.35em;
	text-shadow: 1px 1px 0 #f3f3f3, -1px -1px 0 #f3f3f3, 1px -1px 0 #f3f3f3, -1px 1px 0 #f3f3f3;
	z-index: 1;
	transform: scale(0.5);
	transition: transform 0.125s linear;
	opacity: 0;
}

.form .listCheck .form-checkbox-label:after {
	content: '';
	width: 0.75em;
	height: 0.75em;
	position: absolute;
	left: 0.625em;
	top: 0.625em;
	border: solid 1px currentColor;
	background-color: #f3f3f3;
	border-radius: 0.125em;
	opacity: 0.5;
}

.form .listCheck .form-checkbox {
	opacity: 0;
	position: absolute;
	z-index: -1;
	pointer-events: none;
}

.form .listCheck .form-checkbox:focus + .form-checkbox-label {
	outline: solid 1px #999999;
}

.form .listCheck .form-checkbox:checked + .form-checkbox-label:before {
	transform: scale(1);
	opacity: 1;
}

.form .listCheck .form-checkbox[readonly] + .form-checkbox-label,
.form .listCheck .form-checkbox:disabled + .form-checkbox-label {
	pointer-events: none;
}

.form .listCheck .form-checkbox[readonly] + .form-checkbox-label:after,
.form .listCheck .form-checkbox:disabled + .form-checkbox-label:after {
	opacity: 0.25;
}

.form .listCheck .form-checkbox:checked:disabled + .form-checkbox-label:before {
	opacity: 0.5;
}

.form .listCheck .form-checkbox.error + .form-checkbox-label {
	border-color: #C00;
	background-color: #ffd5d5;
}

.form input[type=password][readonly],
.form input[type=text][readonly],
.form textarea[readonly] {
	background-color: transparent;
}

.form span.readonly {
	border-color: rgba(153, 153, 153, 0.15);
	background-color: transparent;
}

.form .disabled .v-minieditor-rte,
.form select[disabled],
.form input[type=password][disabled],
.form input[type=text][disabled],
.form textarea[disabled] {
	background-color: #EEE;
}

.form input[type="color"].error,
.form input[type="date"].error,
.form input[type="datetime"].error,
.form input[type="datetime-local"].error,
.form input[type="email"].error,
.form input[type="month"].error,
.form input[type="number"].error,
.form input[type="password"].error,
.form input[type="search"].error,
.form input[type="tel"].error,
.form input[type="text"].error,
.form input[type="time"].error,
.form input[type="url"].error,
.form input[type="week"].error,
.form input:not([type]).error,
.form textarea.error,
.form input[type=file].error,
.form .rte.error,
.form select.error,
.form .listCheck.error {
	border-color: #C00;
	background-color: #ffd5d5;
}

.form input[type="color"].success,
.form input[type="date"].success,
.form input[type="datetime"].success,
.form input[type="datetime-local"].success,
.form input[type="email"].success,
.form input[type="month"].success,
.form input[type="number"].success,
.form input[type="password"].success,
.form input[type="search"].success,
.form input[type="tel"].success,
.form input[type="text"].success,
.form input[type="time"].success,
.form input[type="url"].success,
.form input[type="week"].success,
.form input:not([type]).success,
.form textarea.success,
.form input[type=file].success,
.form .rte.success,
.form select.success,
.form .listCheck.success {
	border-color: #008e00;
	background-color: #d5ffd5;
}

html,
body {
	overflow-x: hidden;
}

html.panel-opened,
html.panel-opened body {
	overflow: hidden;
}

.v-mobile-panel {
	position: fixed;
	z-index: 1001;
	bottom: 0;
	top: 0;
	height: 100vh;
	overflow: hidden;
	overflow-y: auto;
	width: 75%;
	max-width: 380px;
	box-sizing: content-box;
	background-color: #999999;
	transition: transform 500ms ease;
}

.v-mobile-panel.left {
	left: 0;
	transform: translate(-105%);
	transform: translate3d(-105%, 0px, 0px);
}

.v-mobile-area.open-left .v-mobile-panel.left {
	transform: none;
}

.v-mobile-panel.right {
	right: 0;
	transform: translate(105%, 0);
	transform: translate3d(105%, 0px, 0px);
}

.v-mobile-area.open-right .v-mobile-panel.right {
	transform: none;
}

.v-mobile-panel-container {
	position: relative;
	padding-bottom: 4em;
	min-height: 100%;
}

.v-mobile-panel-close {
	position: absolute;
	z-index: 1000;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: none;
	transition: background-color 0.25s;
}

.v-mobile-area.open .v-mobile-panel-close {
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
}

.v-mobile-area.open .v-mobile-panel-close:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.v-mobile-panel-menu-title .label,
.v-mobile-panel-menu-item .submenu-title .label,
.v-mobile-panel-menu-item > .bt {
	display: block;
	font-size: 1rem;
	padding: 0.75em 1.5em;
	margin: 0;
}

.v-mobile-panel-menu-item .submenu-title .label,
.v-mobile-panel-menu-title .label {
	background: #708f94;
	color: #EEEEEE;
	font-weight: bold;
	text-align: center;
}

.v-mobile-panel-menu-item > .bt {
	position: relative;
	background-color: #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	color: #262626;
	cursor: pointer;
}

.v-mobile-panel-menu-item > .bt:hover {
	background-color: #FFFFFF;
}

.v-mobile-panel-menu-item.ico > .bt {
	padding-left: 4.5em;
}

.v-mobile-panel-menu-item.ico > .bt > .icon {
	position: absolute;
	top: 50%;
	left: 1.5em;
	width: 2.5em;
	height: 2.5em;
	background-color: #fff;
	margin-top: -1.25em;
}

.v-mobile-panel-menu-item.hasSubmenu > .bt {
	padding-right: 4.5em;
}

.v-mobile-panel-menu-item > .submenu-toggle {
	position: absolute;
	z-index: 1;
	padding: 0;
	margin: 0;
	right: 0;
	height: 3rem;
	line-height: 2.7rem;
	width: 3rem;
	font-size: 1.4em;
	text-decoration: none;
	text-align: center;
	background-color: #EEE;
	background-color: rgba(0, 0, 0, 0.05);
	color: #333;
}

.v-mobile-panel-menu-item > .submenu-toggle .label {
	display: none;
}

.v-mobile-panel-menu-item > .submenu-toggle:hover {
	background-color: #FFF;
}

.v-mobile-panel.left .v-mobile-panel-menu-item > .submenu-toggle:before {
	content: "\00bb";
}

.v-mobile-panel.right .v-mobile-panel-menu-item > .submenu-toggle:before {
	content: "\00ab";
}

.v-mobile-panel-menu-item > .submenu {
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	margin: 0;
	padding-bottom: 4em;
	overflow: hidden;
	overflow-y: auto;
	z-index: 1002;
	background: #999;
	box-sizing: content-box;
	backface-visibility: hidden;
	transition: transform 500ms ease;
}

.v-mobile-panel.left .v-mobile-panel-menu-item > .submenu {
	box-shadow: 0.5em 0 0.5em 0 rgba(0, 0, 0, 0.25);
	transform: translate(-105%, 0);
	transform: translate3d(-105%, 0, 0);
}

.v-mobile-panel.right .v-mobile-panel-menu-item > .submenu {
	box-shadow: 0.5em 0 0.5em 0 rgba(0, 0, 0, 0.25);
	transform: translate(105%, 0);
	transform: translate3d(105%, 0, 0);
}

.v-mobile-panel.left .v-mobile-panel-menu-item.select > .submenu,
.v-mobile-panel.right .v-mobile-panel-menu-item.select > .submenu {
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
}

.v-mobile-panel-menu-item .submenu-title {
	position: relative;
}

.v-mobile-panel-menu-item .submenu-title > .label {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 0 0 3em;
}

.v-mobile-panel-menu-item .submenu-title > .label > .lib {
	padding: 0.75em 0.5em;
}

.v-mobile-panel-menu-item .submenu-title > .label > .icon {
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	background-color: #fff;
	margin: 0.25em 0;
}

.no-flexbox .v-mobile-panel-menu-item .submenu-title > .label {
	padding: 0.75em 1.5em 0.75em 3em;
}

.no-flexbox .v-mobile-panel-menu-item .submenu-title > .label > .lib {
	padding: 0;
}

.no-flexbox .v-mobile-panel-menu-item .submenu-title > .label > .icon {
	margin: -0.5em 0.5em -2.5em 0;
	vertical-align: top;
}

.v-mobile-panel-menu-item .submenu-title > .submenu-close {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	width: 3em;
	text-decoration: none;
	text-align: center;
	background-color: rgba(238, 238, 238, 0.1);
	color: #EEEEEE;
}

.v-mobile-panel-menu-item .submenu-title > .submenu-close .label {
	display: none;
}

.v-mobile-panel-menu-item .submenu-title > .submenu-close:hover {
	background-color: rgba(238, 238, 238, 0.25);
}

.v-mobile-panel-menu-item .submenu-title > .submenu-close:before {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 1.4em;
	width: 1em;
	height: 1em;
	line-height: 0.85;
	margin: -0.5em;
}

.v-mobile-panel.left .v-mobile-panel-menu-item .submenu-title > .submenu-close:before {
	content: "\00ab";
}

.v-mobile-panel.right .v-mobile-panel-menu-item .submenu-title > .submenu-close:before {
	content: "\00bb";
}

.mobile-panel-toggle {
	display: block;
	background-color: #EEE;
	width: 3em;
	height: 3em;
	position: relative;
}

.mobile-panel-toggle:hover {
	background-color: #FFF;
}

.mobile-panel-toggle.icon-burgermenu > span,
.mobile-panel-toggle:before,
.mobile-panel-toggle:after {
	content: '';
	position: absolute;
	background: #262626;
	width: 50%;
	height: 8.3333%;
	left: 25%;
	border-radius: 0.125001em;
	transition: transform 500ms ease 0s, top 500ms ease 0s, opacity 500ms ease 0s;
}

.mobile-panel-toggle:before {
	top: -8.3333%;
	opacity: 0;
}

.mobile-panel-toggle > span {
	transition: opacity 500ms ease 0s;
}

.mobile-panel-toggle:after {
	top: 108.3333%;
	opacity: 0;
}

.mobile-panel-toggle.icon-burgermenu:before {
	top: 27.0833%;
	opacity: 1;
}

.mobile-panel-toggle.icon-burgermenu > span {
	top: 45.8333%;
	text-indent: -9999px;
}

.mobile-panel-toggle.icon-burgermenu:after {
	top: 64.5833%;
	opacity: 1;
}

.open-left .mobile-panel-toggle.left > span,
.open-right .mobile-panel-toggle.right > span {
	opacity: 0;
}

.open-left .mobile-panel-toggle.left:before,
.open-right .mobile-panel-toggle.right:before {
	opacity: 1;
	top: 45.8333%;
	transform: rotate(45deg);
}

.open-left .mobile-panel-toggle.left:after,
.open-right .mobile-panel-toggle.right:after {
	opacity: 1;
	top: 45.8333%;
	transform: rotate(-45deg);
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/

/* pswp = photoswipe */

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%; /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
	-webkit-backface-visibility: hidden;
	outline: none;
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity { /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
	opacity: 0.001;
	will-change: opacity; /* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img { /* autoprefixer: off */
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img { /* autoprefixer: off */
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img { /* autoprefixer: off */
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top; /* for open/close transition */
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity; /* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/

/*
	
	1. Buttons

 */

/* <button> css reset */

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: none;
	opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url("../scripts/photoswipe/images/default-skin.png") 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

/* no arrows on touch screens */

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, 0.3);
	height: 30px;
	width: 32px;
	position: absolute;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child { /* round corners on the first/last list item */
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* increase size of share links on touch devices */

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF;
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D;
}

a.pswp__share--download:hover {
	background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: 0.75;
	padding: 0 10px;
}

/*
	
	4. Caption

 */

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small {
	font-size: 11px;
	color: #BBB;
}

.pswp__caption__center {
	text-align: center;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #CCC;
}

.pswp__caption--empty {
	display: none;
}

/* Fake caption element, used to calculate height of next/prev image */

.pswp__caption--fake {
	visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn { /* We use .gif in browsers that don't support CSS animation */
	background: url("../scripts/photoswipe/images/preloader.gif") 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut { /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
}

/*
	
	6. Additional styles

 */

/* root element of UI */

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { /* Force paint & create composition layer for controls. */
	opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}

.v-textinput {
	position: relative;
}

input[type="text"].v-textinput__input:not(:read-only):not(:disabled),
input[type="password"].v-textinput__input:not(:read-only):not(:disabled) {
	padding-right: 2em;
}

input[type="text"].v-textinput__input::-ms-clear,
input[type="text"].v-textinput__input::-ms-reveal,
input[type="password"].v-textinput__input::-ms-clear,
input[type="password"].v-textinput__input::-ms-reveal {
	display: none;
}

.v-textinput__reveal-button,
.v-textinput__clear-button {
	position: absolute;
	right: 1px;
	top: 1px;
	height: calc(100% - 2px);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2em;
	text-align: center;
	cursor: pointer;
	font-style: normal;
	overflow: hidden;
	color: #999999;
}

.v-textinput__reveal-button:before,
.v-textinput__clear-button:before {
	content: '';
	position: absolute;
	height: 75%;
	top: 12.5%;
	left: 0;
	border-left: solid 1px;
	border-left-color: #CCCCCC;
}

.v-textinput__reveal-button i,
.v-textinput__clear-button i {
	font-size: 23px;
	font-weight: 700;
	font-style: normal;
}

.v-textinput__reveal-button i {
	font-style: normal;
}

.v-textinput__reveal-button:after,
.v-textinput__reveal-button i:after {
	content: '';
	position: absolute;
	height: 150%;
	border-left: solid 2px currentColor;
	transform: rotate(-37deg);
	top: 0;
	left: 0;
	transform-origin: 0 0;
}

.no-touch .v-textinput__reveal-button:after,
.no-touch
  .v-textinput__reveal-button i:after {
	transform: rotate(-45deg);
}

.v-textinput__reveal-button i:after {
	top: 2px;
	border-color: #FFFFFF;
}

.v-textinput__reveal-button.revealed:after,
.v-textinput__reveal-button.revealed i:after {
	display: none;
}

.v-textinput.right input[type="text"].v-textinput__input,
.v-textinput.right input[type="password"].v-textinput__input {
	text-align: right;
}

.v-textinput.right input[type="text"].v-textinput__input:not(:read-only):not(:disabled),
.v-textinput.right input[type="password"].v-textinput__input:not(:read-only):not(:disabled) {
	padding-right: 0.5rem;
	padding-left: 2em;
}

.v-textinput.right .v-textinput__reveal-button,
.v-textinput.right .v-textinput__clear-button {
	right: auto;
	left: 0;
}

.v-textinput.right .v-textinput__reveal-button:before,
.v-textinput.right .v-textinput__clear-button:before {
	right: 0;
	left: auto;
}

@font-face {
	font-family: "athelas";
	src: url("../fonts/athelas-regular.woff2") format("woff2"), url("../fonts/athelas-regular.woff") format("woff"), url("../fonts/athelas-regular.ttf") format("truetype");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "athelas";
	src: url("../fonts/athelas-italic.woff2") format("woff2"), url("../fonts/athelas-italic.woff") format("woff"), url("../fonts/athelas-italic.ttf") format("truetype");
	font-display: auto;
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "athelas";
	src: url("../fonts/athelas-bold.woff2") format("woff2"), url("../fonts/athelas-bold.woff") format("woff"), url("../fonts/athelas-bold.ttf") format("truetype");
	font-display: auto;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "athelas";
	src: url("../fonts/athelas-bolditalic.woff2") format("woff2"), url("../fonts/athelas-bolditalic.woff") format("woff"), url("../fonts/athelas-bolditalic.ttf") format("truetype");
	font-display: auto;
	font-style: italic;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "bebas-neue";
	src: url("../fonts/bebas-neue.woff2") format("woff2"), url("../fonts/bebas-neue.woff") format("woff"), url("../fonts/bebas-neue.ttf") format("truetype");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'open sans';
	src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'open sans';
	src: url("../fonts/opensans-italic-webfont.woff2") format("woff2"), url("../fonts/opensans-italic-webfont.woff") format("woff"), url("../fonts/opensans-italic-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'open sans';
	src: url("../fonts/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans-semibold-webfont.woff") format("woff"), url("../fonts/opensans-semibold-webfont.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'open sans';
	src: url("../fonts/opensans-semibolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-semibolditalic-webfont.woff") format("woff"), url("../fonts/opensans-semibolditalic-webfont.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'open sans';
	src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'open sans';
	src: url("../fonts/opensans-bolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-bolditalic-webfont.woff") format("woff"), url("../fonts/opensans-bolditalic-webfont.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'open sans';
	src: url("../fonts/opensans-bolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-bolditalic-webfont.woff") format("woff"), url("../fonts/opensans-bolditalic-webfont.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "males";
	src: url("../fonts/males.woff2") format("woff2"), url("../fonts/males.woff") format("woff"), url("../fonts/males.ttf") format("truetype");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "negocom-icons";
	src: url("../fonts/icons.eot?20250310");
	src: url("../fonts/icons.eot?20250310#iefix") format("embedded-opentype"), url("../fonts/icons.woff2?20250310") format("woff2"), url("../fonts/icons.woff?20250310") format("woff"), url("../fonts/icons.ttf?20250310") format("truetype"), url("../fonts/icons.svg?20250310#icons") format("svg");
	font-weight: normal;
	font-style: normal;
}

.icon-success:before,
.v-mobile-panel-menu-item.warning:before,
.aside-menu .menu-item.warning:before,
.icon-warning:before,
.icon-error:before,
.icon-contact:before,
.icon-magnify:before,
.icon-share:before,
.icon-marker:before,
.icon-web:before,
.icon-calendar:before,
.v-mobile-panel-menu-item.premium:before,
.aside-menu .menu-item.premium:before,
.icon-star:before,
.icon-filters:before,
.icon-grid:before,
.icon-order:before,
.icon-cross:before,
.icon-services:before,
.icon-plus:before,
.icon-minus:before,
.form .listCheck .form-checkbox-label:before,
.icon-tick:before,
.icon-info:before,
.icon-home:before,
.icon-files:before,
.icon-help:before,
.icon-compass:before,
.icon-gauge:before,
.icon-badge:before,
.icon-lock:before,
.icon-switch:before,
.icon-stats:before,
.icon-time:before,
.icon-user:before,
.icon-edit:before,
.main-body #aside2-toggle-checkbox:checked ~ .aside2-toggle:before,
.icon-to-bottom:before,
.icon-to-left:before,
.icon-to-right:before,
.main-body .aside2-toggle:before,
.icon-to-top:before,
.icon-picture:before,
.icon-review:before,
.icon-file-import:before,
.icon-file-medical:before,
.icon-file-plus:before,
.icon-file-question:before,
.icon-arrow-down:before,
.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-arrow-up:before,
.icon-cart:before,
.icon-file-doc:before,
.icon-bank-cb:before,
.icon-bank-transfer:before,
.icon-bank-check:before,
.icon-plus-squared:before,
.icon-minus-squared:before,
.icon-handshake:before,
.icon-trash:before,
.icon-applepay:before {
	font-family: "negocom-icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-success:before {
	content: "\e800";
}

.v-mobile-panel-menu-item.warning:before,
.aside-menu .menu-item.warning:before,
.icon-warning:before {
	content: "\e801";
}

.icon-error:before {
	content: "\e802";
}

.icon-contact:before {
	content: "\e803";
}

.icon-magnify:before {
	content: '\e804';
}

.icon-share:before {
	content: '\e805';
}

.icon-marker:before {
	content: '\e806';
}

.icon-web:before {
	content: '\e807';
}

.icon-calendar:before {
	content: '\e808';
}

.v-mobile-panel-menu-item.premium:before,
.aside-menu .menu-item.premium:before,
.icon-star:before {
	content: '\e809';
}

.icon-filters:before {
	content: '\e80a';
}

.icon-grid:before {
	content: '\e80B';
}

.icon-order:before {
	content: '\e80C';
}

.icon-cross:before {
	content: '\e80d';
}

.icon-services:before {
	content: '\e80e';
}

.icon-plus:before {
	content: '\e80f';
}

.icon-minus:before {
	content: '\e810';
}

.form .listCheck .form-checkbox-label:before,
.icon-tick:before {
	content: '\e811';
}

.icon-info:before {
	content: '\e813';
}

.icon-home:before {
	content: '\e816';
}

.icon-files:before {
	content: '\e817';
}

.icon-help:before {
	content: '\e818';
}

.icon-compass:before {
	content: '\e819';
}

.icon-gauge:before {
	content: '\e81A';
}

.icon-badge:before {
	content: '\e81B';
}

.icon-lock:before {
	content: '\e81C';
}

.icon-switch:before {
	content: '\e81D';
}

.icon-stats:before {
	content: '\e81E';
}

.icon-time:before {
	content: '\e81F';
}

.icon-user:before {
	content: '\e820';
}

.icon-edit:before {
	content: '\e812';
}

.main-body #aside2-toggle-checkbox:checked ~ .aside2-toggle:before,
.icon-to-bottom:before {
	content: '\e814';
}

.icon-to-left:before {
	content: '\e815';
}

.icon-to-right:before {
	content: '\e821';
}

.main-body .aside2-toggle:before,
.icon-to-top:before {
	content: '\e822';
}

.icon-picture:before {
	content: '\e823';
}

.icon-review:before {
	content: '\e824';
}

.icon-file-import:before {
	content: '\e825';
}

.icon-file-medical:before {
	content: '\e826';
}

.icon-file-plus:before {
	content: '\e827';
}

.icon-file-question:before {
	content: '\e828';
}

.icon-arrow-down:before {
	content: '\e82d';
}

.icon-arrow-left:before {
	content: '\e82e';
}

.icon-arrow-right:before {
	content: '\e82f';
}

.icon-arrow-up:before {
	content: '\e830';
}

.icon-cart:before {
	content: '\e831';
}

.icon-file-doc:before {
	content: '\e832';
}

.icon-bank-cb:before {
	content: '\e833';
}

.icon-bank-transfer:before {
	content: '\e834';
}

.icon-bank-check:before {
	content: '\e835';
}

.icon-plus-squared:before {
	content: '\f0fe';
}

.icon-minus-squared:before {
	content: '\f146';
}

.icon-handshake:before {
	content: '\f2b5';
}

.icon-trash:before {
	content: '\e829';
}

.icon-applepay:before {
	content: '\e836';
}

body {
	background-color: #e2e9ea;
	min-height: 100vh;
}

b,
strong {
	font-weight: 700;
}

.richContent a:not(.button) {
	text-decoration: underline;
}

.richContent b,
.richContent strong {
	font-weight: 700;
	color: #000;
}

.richContent font[size='1'] {
	font-size: 0.7em;
}

.richContent font[size='2'] {
	font-size: 0.8em;
}

.richContent font[size='3'] {
	font-size: 0.9em;
}

.richContent font[size='4'] {
	font-size: 1em;
}

.richContent font[size='5'] {
	font-size: 1.2em;
}

.richContent font[size='6'] {
	font-size: 1.5em;
}

.richContent font[size='7'] {
	font-size: 2em;
}

.richContent hr {
	display: block;
	box-sizing: border-box;
	height: 2em;
	margin: 0 2em;
	padding: 1em 0;
}

.richContent hr:before {
	content: "";
	display: block;
	height: 0;
	border-bottom: 1px solid #262626;
}

.richContent h1,
.richContent h2,
.richContent h3,
.richContent h4,
.richContent h5 {
	text-align: center;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

.richContent p,
.richContent ul,
.richContent ol {
	margin-bottom: 0.5em;
}

.richContent blockquote {
	border-left: 1px solid #000;
	margin-bottom: 1em;
	padding: 0.5em 1em;
}

.richContent blockquote,
.richContent blockquote p {
	color: #000;
	line-height: 1.6em;
}

.richContent blockquote > :last-child {
	margin-bottom: 0;
}

.richContent .titlePage h1,
.richContent h1 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 1em;
}

.richContent h2 {
	font-size: 1.1em;
	font-weight: 600;
}

.richContent h3 {
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	font-style: italic;
	color: #000;
}

.richContent h6 {
	font-weight: 600;
	font-style: italic;
	text-align: right;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

.richContent h1:first-child,
.richContent h2:first-child,
.richContent h3:first-child,
.richContent h4:first-child,
.richContent h5:first-child,
.richContent h6:first-child {
	margin-top: 0;
}

.richContent .flexvideo {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.richContent .flexvideo:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.richContent .flexvideo iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.richContent .flexvideo.fourThirds:before {
	padding-bottom: 75%;
}

.richContent .flexvideo.imgRight,
.richContent .flexvideo.imgLeft {
	margin: 0 auto 1.5rem;
	display: block;
}

.richContent img,
.richContent .img {
	display: inline-block;
}

.richContent img.imgRight,
.richContent img.imgLeft,
.richContent .img.imgRight,
.richContent .img.imgLeft {
	margin: 0 0 1.5rem;
	text-align: center;
	display: block;
}

.richContent a.img img {
	pointer-events: none;
}

.richContent ul,
.richContent ol {
	padding-left: 1em;
}

.richContent ul > li:before,
.richContent ul ul > li:before,
.richContent ul ul ul > li:before,
.richContent ol > li:before,
.richContent ol ul > li:before,
.richContent ol ul ul > li:before {
	content: '';
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	background-color: #222222;
	color: #fff;
	margin: 0.5em 0.5em 0 0;
}

.richContent ul ul > li:before,
.richContent ul ol > li:before,
.richContent ol ul > li:before,
.richContent ol ol > li:before {
	background-color: #999999;
}

.richContent ul ul ul > li:before,
.richContent ul ul ol > li:before,
.richContent ul ol ul > li:before,
.richContent ul ol ol > li:before,
.richContent ol ul ul > li:before,
.richContent ol ul ol > li:before,
.richContent ol ol ul > li:before,
.richContent ol ol ol > li:before {
	background-color: transparent;
	border: solid 1px #999999;
	color: #999999;
}

.richContent ol {
	padding-left: 1.5em;
	counter-reset: section;
}

.richContent ol li:before {
	content: counter(section);
	counter-increment: section;
	border-radius: 100%;
	font-size: 0.8em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	width: 1.5em;
	margin: 0.25em 0.5em 0 0;
}

.richContent ol ul ul > li:before,
.richContent ol ul ol > li:before,
.richContent ol ol ul > li:before,
.richContent ol ol ol > li:before {
	line-height: 1.3em;
}

.richContent #galerie li:before {
	display: none;
}

.richContent a:not(.button) {
	color: #262626;
}

.richContent a:not(.button):hover {
	color: #5c5c5c;
}

.richContent h1,
.richContent h2,
.richContent h3,
.richContent h4,
.richContent h5,
.richContent h6 {
	font-weight: 700;
	line-height: 1.1em;
}

.richContent h1 {
	text-align: center;
	color: #262626;
	font-size: 1.953em;
}

.richContent h2 {
	color: #000;
	font-size: 1.563em;
}

.richContent h3 {
	color: #000;
	font-size: 1.25em;
}

.richContent h6 {
	color: #222222;
}

.richContent blockquote {
	border-left-color: #262626;
}

.richContent blockquote,
.richContent blockquote p {
	color: #666666;
}

.richContent ul li,
.richContent ol li {
	margin-bottom: 0.5em;
}

.richContent ul > li:before,
.richContent ol > li:before {
	background-color: #222222;
	border-radius: 50%;
}

.richContent ul ul > li:before,
.richContent ul ol > li:before,
.richContent ol ul > li:before,
.richContent ol ol > li:before {
	background-color: #262626;
}

.richContent ul ul ul > li:before,
.richContent ul ul ol > li:before,
.richContent ul ol ul > li:before,
.richContent ul ol ol > li:before,
.richContent ol ul ul > li:before,
.richContent ol ul ol > li:before,
.richContent ol ol ul > li:before,
.richContent ol ol ol > li:before {
	border: solid 1px #262626;
	color: #262626;
}

.contentBox {
	border: solid 1px #EEEEEE;
	border-radius: 0.25rem;
	background-color: #fff;
}

.v-mobile-panel-menu-item > .bt > .lib > .subtitle {
	display: block;
	color: #666666;
	font-weight: normal;
	font-style: italic;
}

.v-mobile-panel-menu-item.has-icon > .bt {
	padding-left: 3.5em;
}

.v-mobile-panel-menu-item.has-icon > .bt > .lib > i {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 2em;
	width: 1em;
	height: 1em;
	margin: -0.5em;
	color: #708f94;
}

.v-mobile-panel-menu-item.has-icon > .bt > .lib > i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 1.25em;
	width: 1em;
	height: 1em;
	margin: -0.5em;
}

.v-mobile-panel-menu-item.offline .bt {
	color: #999999 !important;
}

.v-mobile-panel-menu-item.offline .bt * {
	color: #999999 !important;
}

.v-mobile-panel-menu-item.warning {
	position: relative;
}

.v-mobile-panel-menu-item.warning:before {
	position: absolute;
	left: 2em;
	top: 50%;
	color: #ad6308;
	z-index: 1;
	background-color: #FFF;
	border-radius: 50%;
	margin-top: -1.125em;
}

.v-mobile-panel-menu-item.premium {
	position: relative;
}

.v-mobile-panel-menu-item.premium:before {
	position: absolute;
	left: 2em;
	top: 50%;
	color: #fe0;
	z-index: 1;
	margin-top: -1.125em;
	text-shadow: -1px -1px 0 #708f94, -1px 0px 0 #708f94, -1px 1px 0 #708f94, 0px -1px 0 #708f94, 0px 0px 0 #708f94, 0px 1px 0 #708f94, 1px -1px 0 #708f94, 1px 0px 0 #708f94, 1px 1px 0 #708f94;
}

.v-mobile-panel-menu-item.last-of-section > .bt {
	border-bottom-color: #999999;
}

.v-mobile-panel-menu-item.section-title > .bt {
	font-weight: 600;
}

.sticky {
	background-color: #f3f3f3;
	height: 6em;
}

.main-banner {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9;
	background-color: #FFF;
	border-bottom: solid 1px #222222;
	box-shadow: 0 -1em 1em 1em rgba(26, 26, 26, 0.25);
}

.main-banner .mobile-panel-toggle {
	float: left;
	margin-top: 1.5em;
}

.main-banner .bt-home {
	position: relative;
	float: left;
	width: 6em;
	height: 6em;
	overflow: hidden;
}

.main-banner .bt-home .lib {
	display: inline-block;
	text-indent: -9999px;
}

.main-banner .bt-home:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 50%;
	width: 72px;
	height: 72px;
	margin: -36px;
	background-image: url("../images/config/logo-2.svg");
	background-size: 88px auto;
	background-repeat: no-repeat;
	background-position: 0 center;
}

.gdpb .main-banner .bt-home:before {
	background-size: auto 56px;
	background-position: 20% center;
}

.main-banner .bt-home:focus,
.main-banner .bt-home:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.login-menu {
	float: right;
	padding: 1.75em 0.5em 0 0;
}

.login-menu .bt-cart {
	padding-left: 0.75em;
	padding-right: 0.75em;
}

.login-menu .bt-cart .lib {
	display: none;
}

.login-menu .bt-create-account {
	display: none;
}

.login-menu .bt-login {
	position: relative;
	padding-left: 0.75em;
	padding-right: 0.75em;
}

.login-menu .bt-login .lib {
	display: none;
}

.login-menu .bt-login .user {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	background-color: #FFFFFF;
	top: 75%;
	color: #222222;
	box-shadow: 0 0.15rem 0.35rem 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	padding: 0.5em 1.5em;
	right: 0;
	transition: all 0.25s ease-in-out;
	border-radius: 0.125em;
}

.login-menu .bt-login .user:before {
	content: '';
	position: absolute;
	right: 1.5em;
	top: -1em;
	width: 0;
	height: 0;
	border-width: 0.5em;
	border-style: solid;
	border-color: transparent transparent #FFFFFF transparent;
}

.no-touch .login-menu .bt-login:hover .user {
	opacity: 1;
	top: calc(100% + 0.25em);
}

.main-menu {
	display: none;
	clear: both;
	padding: 0 0.375em;
}

.main-menu .menu {
	display: block;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.main-menu .menu-item {
	position: relative;
	display: inline-block;
	min-width: 7em;
}

.main-menu .menu-item .bt {
	height: 4em;
	padding: 0 0.5em;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	color: #222222;
	font-weight: 600;
}

.main-menu .menu-item .bt .lib {
	font-size: 0.9em;
}

.main-menu .menu-item .bt:focus,
.main-menu .menu-item .bt:hover {
	background-color: rgba(0, 0, 0, 0.035);
}

.main-menu .menu-item.active:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: #222222;
}

.lang-menu {
	float: right;
	padding: 1.5em 0 3.5em 0;
	width: 4.25em;
}

.lang-menu ul {
	display: block;
	width: 3em;
	list-style: none;
	position: absolute;
	z-index: 99;
	transition: background-color 0.25s;
}

.lang-menu .lang-menu-item {
	display: none;
}

.lang-menu .lang-menu-item .bt {
	display: block;
	width: 3em;
	height: 3em;
}

.lang-menu .lang-menu-item .bt:before {
	content: "";
	display: block;
	float: left;
	height: 3em;
	width: 3em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1.5em auto;
}

.lang-menu .lang-menu-item .bt:hover {
	background-color: #FFF;
}

.lang-menu .lang-menu-item .bt span {
	display: none;
}

.lang-menu .lang-menu-item.select {
	display: block;
}

html[lang=fr] .lang-menu .lang-menu-item.select .label:before {
	content: 'Français';
}

html[lang=en] .lang-menu .lang-menu-item.select .label:before {
	content: 'English';
}

html[lang=es] .lang-menu .lang-menu-item.select .label:before {
	content: 'Español';
}

html[lang=fr] .lang-menu .lang-menu-item.select .bt:before,
.lang-menu .lang-menu-item.fr .bt:before {
	background-image: url("../images/flag-fr.svg");
}

html[lang=en] .lang-menu .lang-menu-item.select .bt:before,
.lang-menu .lang-menu-item.en .bt:before {
	background-image: url("../images/flag-en.svg");
}

html[lang=es] .lang-menu .lang-menu-item.select .bt:before,
.lang-menu .lang-menu-item.es .bt:before {
	background-image: url("../images/flag-es.svg");
}

.lang-menu:hover {
	background-image: none;
}

.lang-menu:hover > ul {
	background-color: #f2f2f2;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
}

.lang-menu:hover .lang-menu-item {
	display: block;
}

html[lang=fr] .lang-menu:hover .lang-menu-item.fr {
	display: none;
}

html[lang=en] .lang-menu:hover .lang-menu-item.en {
	display: none;
}

html[lang=es] .lang-menu:hover .lang-menu-item.es {
	display: none;
}

.main-body {
	position: relative;
	background-color: #f3f3f3;
}

.main-body .content {
	order: 2;
}

.main-body .content .titlePage {
	padding: 2rem 1rem 0.5rem 1rem;
	text-align: center;
}

.main-body .content .titlePage h1 {
	font-weight: 700;
	font-size: 1.953em;
	line-height: 1.1em;
	color: #262626;
	text-align: center;
}

.main-body .content .richContent {
	padding: 0.5rem 0.75rem 2rem 0.75rem;
}

.main-body .aside {
	display: none;
	order: 1;
}

.main-body .aside-content {
	float: right;
	width: 18em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.main-body .aside2 {
	position: fixed;
	z-index: 9;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFF;
}

.main-body .aside2-content {
	padding-bottom: 1.5em;
	max-height: 9rem;
	min-height: 0;
	transition: all 0.25s ease-in-out;
	overflow: hidden;
}

.main-body .aside2-toggle {
	position: relative;
	display: block;
	height: 2rem;
	cursor: pointer;
}

.main-body .aside2-toggle:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.5em;
}

.main-body .aside2-toggle:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.main-body #aside2-toggle-checkbox {
	display: none;
}

.main-body #aside2-toggle-checkbox:checked ~ .aside2-content {
	max-height: calc(100vh - 2rem);
	min-height: calc(100vh - 2rem);
	overflow-y: auto;
}

.aside-menu {
	max-height: 32em;
	overflow-y: auto;
	margin: 0 -0.75rem;
	padding: 0 0.75rem;
}

.aside-menu:not(:first-child) {
	border-top: solid 1px #CCCCCC;
}

.aside-menu .menu {
	padding: 0.75em 0;
}

.aside-menu .menu-title {
	font-weight: 600;
	line-height: 1.25;
	padding: 0.75em 0 0 0;
}

.aside-menu .menu-title .subtitle {
	display: block;
	color: #666666;
	font-weight: normal;
	font-style: italic;
}

.aside-menu .menu-item .bt {
	position: relative;
	display: block;
	padding-left: 3em;
	color: currentColor;
}

.aside-menu .menu-item .bt:focus,
.aside-menu .menu-item .bt:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.aside-menu .menu-item .bt > i {
	position: absolute;
	top: 50%;
	left: 1.25em;
	width: 1em;
	height: 1em;
	margin: -0.5em;
	color: #708f94;
}

.aside-menu .menu-item .bt > i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 1.25em;
	width: 1em;
	height: 1em;
	margin: -0.5em;
}

.aside-menu .menu-item .lib {
	display: inline-block;
	font-size: 0.9em;
	line-height: 1.25;
	padding: 0.75em 0;
}

.aside-menu .menu-item.active .bt {
	font-weight: bold;
}

.aside-menu .menu-item.active .bt > i {
	color: #000;
}

.aside-menu .menu-item.logout .bt > i {
	color: #ad6308;
}

.aside-menu .menu-item.offline .bt {
	color: #999999 !important;
}

.aside-menu .menu-item.offline .bt * {
	color: #999999 !important;
}

.aside-menu .menu-item.warning {
	position: relative;
}

.aside-menu .menu-item.warning:before {
	position: absolute;
	left: 1.25em;
	top: 50%;
	color: #ad6308;
	z-index: 1;
	background-color: #FFF;
	border-radius: 50%;
	margin-top: -1em;
}

.aside-menu .menu-item.premium {
	position: relative;
}

.aside-menu .menu-item.premium:before {
	position: absolute;
	left: 1.25em;
	top: 50%;
	color: #fe0;
	z-index: 1;
	margin-top: -1em;
	text-shadow: -1px -1px 0 #708f94, -1px 0px 0 #708f94, -1px 1px 0 #708f94, 0px -1px 0 #708f94, 0px 0px 0 #708f94, 0px 1px 0 #708f94, 1px -1px 0 #708f94, 1px 0px 0 #708f94, 1px 1px 0 #708f94;
}

.others-menu .menu-item .lib {
	font-weight: 600;
}

.others-menu .menu-item .lib .subtitle {
	display: block;
	color: #666666;
	font-weight: normal;
	font-style: italic;
}

.others-menu .menu-item.new .bt {
	color: #666666;
}

.main-footer {
	border-top: solid 1px #b8c7ca;
	color: #38484a;
}

.rs {
	padding-top: 1.5em;
}

.rs-list {
	text-align: center;
}

.touch .rs-list {
	line-height: 4em;
}

.rs-list .rs-item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.75em;
}

.rs-list .rs-item::before {
	display: none;
}

.rs-list .rs-item .bt {
	position: relative;
	display: block;
	width: 3em;
	height: 3em;
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.25s;
}

.rs-list .rs-item .bt:before,
.rs-list .rs-item .bt:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-image: url("../images/socialIcons.svg?v=20230914");
	background-size: auto 192px;
}

.rs-list .rs-item .bt:after {
	transition: opacity 0.25s;
	opacity: 0;
}

.rs-list .rs-item .bt span {
	display: none;
}

.rs-list .rs-item .bt:hover {
	box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.2);
	transform: translateY(-0.5em);
}

.rs-list .rs-item .bt:hover:after {
	opacity: 1;
}

.rs-list .rs-item.bt_facebook .bt:before {
	background-position: 0 0;
}

.rs-list .rs-item.bt_twitter .bt:before {
	background-position: -48px 0;
}

.rs-list .rs-item.bt_flickr .bt:before {
	background-position: -192px 0;
}

.rs-list .rs-item.bt_pinterest .bt:before {
	background-position: -240px 0;
}

.rs-list .rs-item.bt_instagram .bt:before {
	background-position: -288px 0;
}

.rs-list .rs-item.bt_youTube .bt:before {
	background-position: -336px 0;
}

.rs-list .rs-item.bt_tiktok .bt:before {
	background-position: -816px 0;
}

.rs-list .rs-item.bt_tumblr .bt:before {
	background-position: -480px 0;
}

.rs-list .rs-item.bt_facebook .bt:after {
	background-position: 0 -48px;
}

.rs-list .rs-item.bt_twitter .bt:after {
	background-position: -48px -48px;
}

.rs-list .rs-item.bt_flickr .bt:after {
	background-position: -192px -48px;
}

.rs-list .rs-item.bt_pinterest .bt:after {
	background-position: -240px -48px;
}

.rs-list .rs-item.bt_instagram .bt:after {
	background-position: -288px -48px;
}

.rs-list .rs-item.bt_youTube .bt:after {
	background-position: -336px -48px;
}

.rs-list .rs-item.bt_tiktok .bt:after {
	background-position: -816px -48px;
}

.rs-list .rs-item.bt_tumblr .bt:after {
	background-position: -480px -48px;
}

.footer-menu {
	padding: 1.5em 0.75em;
	text-align: center;
}

.footer-menu > .row {
	padding-top: 0.5em;
	border-top: solid 1px #b8c7ca;
}

.bottom-menu a {
	color: currentColor;
}

.bottom-menu a:focus,
.bottom-menu a:hover {
	text-decoration: underline;
}

.bottom-menu .menu-item .bt {
	display: inline-block;
}

.copyright {
	display: inline-block;
}

.copyright a {
	color: currentColor;
}

.copyright .lib {
	font-size: 0.9em;
}

.touch .copyright,
.touch
.bottom-menu .menu-item .bt {
	padding: 0.5em 0;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {

/* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */

.pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
	background-image: url("../scripts/photoswipe/images/default-skin.svg");
}

.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
	background: none;
}

}

@media only print, only screen and (min-width: 30.063em) {

.column.small-1 {
	width: 8.3333333333%;
}

.column.small-2 {
	width: 16.6666666667%;
}

.column.small-3 {
	width: 25%;
}

.column.small-4 {
	width: 33.3333333333%;
}

.column.small-5 {
	width: 41.6666666667%;
}

.column.small-6 {
	width: 50%;
}

.column.small-7 {
	width: 58.3333333333%;
}

.column.small-8 {
	width: 66.6666666667%;
}

.column.small-9 {
	width: 75%;
}

.column.small-10 {
	width: 83.3333333333%;
}

.column.small-11 {
	width: 91.6666666667%;
}

.column.small-12 {
	width: 100%;
}

.row.small-equal-heights {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

.row.small-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.small-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.small-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.small-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.small-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.show-for-small-only,
.show-for-small-up,
.hide-for-medium-only,
.hide-for-medium-up,
.hide-for-large-only,
.hide-for-large-up,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-fullHD-only,
.hide-for-fullHD-up {
	display: initial !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.hide-for-small-only,
.hide-for-small-up,
.show-for-medium-only,
.show-for-medium-up,
.show-for-large-only,
.show-for-large-up,
.show-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-fullHD-only,
.show-for-fullHD-up {
	display: none !important;
}

.form .form-grid.form-grid1 {
	width: 50%;
}

.form .form-grid.small-form-grid2 {
	width: 100%;
}

.form .form-grid.small-form-grid1 {
	width: 50%;
}

.form .listCheck label {
	float: left;
	width: 50%;
}

.login-menu .bt-cart:before {
	display: none;
}

.login-menu .bt-cart .lib {
	display: inline-block;
}

.login-menu .bt-login:before {
	display: none;
}

.login-menu .bt-login .lib {
	display: inline-block;
}

.login-menu .bt-login {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.lang-menu {
	width: 4.75em;
}

}

@media only print, only screen and (min-width: 48.063em) {

.column.medium-1 {
	width: 8.3333333333%;
}

.column.medium-2 {
	width: 16.6666666667%;
}

.column.medium-3 {
	width: 25%;
}

.column.medium-4 {
	width: 33.3333333333%;
}

.column.medium-5 {
	width: 41.6666666667%;
}

.column.medium-6 {
	width: 50%;
}

.column.medium-7 {
	width: 58.3333333333%;
}

.column.medium-8 {
	width: 66.6666666667%;
}

.column.medium-9 {
	width: 75%;
}

.column.medium-10 {
	width: 83.3333333333%;
}

.column.medium-11 {
	width: 91.6666666667%;
}

.column.medium-12 {
	width: 100%;
}

.row.medium-equal-heights {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

.row.medium-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.medium-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.medium-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.medium-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.medium-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.show-for-small-up,
.show-for-medium-only,
.show-for-medium-up,
.hide-for-large-only,
.hide-for-large-up,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-fullHD-only,
.hide-for-fullHD-up {
	display: initial !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.hide-for-small-up,
.hide-for-medium-only,
.hide-for-medium-up,
.show-for-large-only,
.show-for-large-up,
.show-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-fullHD-only,
.show-for-fullHD-up {
	display: none !important;
}

.form .form-grid.medium-form-grid2 {
	width: 100%;
}

.form .form-grid.medium-form-grid1 {
	width: 50%;
}

.richContent h1,
.richContent h2,
.richContent h3,
.richContent h4,
.richContent h5 {
	text-align: left;
}

.richContent h6 {
	text-align: center;
	margin-left: 50%;
}

.richContent .flexvideo.imgRight,
.richContent img.imgRight,
.richContent .img.imgRight {
	max-width: 66.667%;
	float: right;
	margin: 0 0 0.75rem 1.5rem;
}

.richContent .flexvideo.imgLeft,
.richContent img.imgLeft,
.richContent .img.imgLeft {
	max-width: 66.667%;
	float: left;
	margin: 0 1.5rem 0.75rem 0;
}

.richContent h1 {
	font-size: 2.441em;
}

.richContent h2 {
	font-size: 1.953em;
}

.richContent h3 {
	font-size: 1.563em;
}

.sticky {
	height: 10em;
}

.main-banner .bt-home {
	margin-left: 0.375em;
}

.login-menu .bt-cart {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.login-menu .bt-cart:before {
	display: inline-block;
	margin-right: 0.5em;
}

.main-menu {
	display: block;
}

.main-body .content .titlePage {
	padding: 2rem 1rem 1rem 1rem;
	text-align: left;
}

.main-body .content .titlePage h1 {
	font-size: 2.441em;
}

.main-body .content .richContent {
	padding: 1rem 0.75rem 2rem 0.75rem;
}

.main-body .aside {
	display: block;
	float: left;
	width: 18em;
	background-color: #FFF;
	border-right: solid 1px #EEEEEE;
}

.main-body .aside + .content {
	width: calc(100% - 18em);
}

.main-body #aside2-toggle-checkbox:checked ~ .aside2-content {
	height: calc(100vh - 12rem);
}

.bottom-menu .menu {
	float: left;
}

.bottom-menu .menu-item {
	display: inline-block;
	font-size: 0.9em;
}

.bottom-menu .menu-item:not(:last-child):after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0.5em 0.25em 0 0.5em;
	border-radius: 50%;
	background: currentColor;
	float: right;
}

.touch .bottom-menu .menu-item:not(:last-child):after {
	margin-top: 1em;
}

.copyright {
	float: right;
}

}

@media only print, only screen and (min-width: 60.063em) {

.column.large-1 {
	width: 8.3333333333%;
}

.column.large-2 {
	width: 16.6666666667%;
}

.column.large-3 {
	width: 25%;
}

.column.large-4 {
	width: 33.3333333333%;
}

.column.large-5 {
	width: 41.6666666667%;
}

.column.large-6 {
	width: 50%;
}

.column.large-7 {
	width: 58.3333333333%;
}

.column.large-8 {
	width: 66.6666666667%;
}

.column.large-9 {
	width: 75%;
}

.column.large-10 {
	width: 83.3333333333%;
}

.column.large-11 {
	width: 91.6666666667%;
}

.column.large-12 {
	width: 100%;
}

.row.large-equal-heights {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

.row.large-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.large-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.large-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.large-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.large-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.show-for-small-up,
.hide-for-medium-only,
.show-for-medium-up,
.show-for-large-only,
.show-for-large-up,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-fullHD-only,
.hide-for-fullHD-up {
	display: initial !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.hide-for-small-up,
.show-for-medium-only,
.hide-for-medium-up,
.hide-for-large-only,
.hide-for-large-up,
.show-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-fullHD-only,
.show-for-fullHD-up {
	display: none !important;
}

.form .form-grid {
	padding: 0 1em;
}

.form .form-grid.large-form-grid2 {
	width: 100%;
}

.form .form-grid.large-form-grid1 {
	width: 50%;
}

.form .listCheck label {
	width: 33.333%;
}

.main-menu .menu-item .bt {
	padding: 0 1em;
}

.main-body .aside2 {
	position: relative;
	z-index: 1;
	order: 3;
	display: block;
	float: right;
	width: 22em;
	border-left: solid 1px #EEEEEE;
}

.main-body .aside2 + .content {
	width: calc(100% - 22em);
}

.main-body .aside + .aside2 + .content {
	width: calc(100% - 22em - 18em);
}

.main-body .aside2-toggle {
	display: none;
}

.main-body .aside2-content {
	float: left;
	width: 22em;
	padding-top: 1.5em;
	height: auto;
	overflow: initial;
}

}

@media only print, only screen and (min-width: 75.063em) {

.column.xlarge-1 {
	width: 8.3333333333%;
}

.column.xlarge-2 {
	width: 16.6666666667%;
}

.column.xlarge-3 {
	width: 25%;
}

.column.xlarge-4 {
	width: 33.3333333333%;
}

.column.xlarge-5 {
	width: 41.6666666667%;
}

.column.xlarge-6 {
	width: 50%;
}

.column.xlarge-7 {
	width: 58.3333333333%;
}

.column.xlarge-8 {
	width: 66.6666666667%;
}

.column.xlarge-9 {
	width: 75%;
}

.column.xlarge-10 {
	width: 83.3333333333%;
}

.column.xlarge-11 {
	width: 91.6666666667%;
}

.column.xlarge-12 {
	width: 100%;
}

.row.xlarge-equal-heights {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

.row.xlarge-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.xlarge-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.xlarge-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.xlarge-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.xlarge-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.show-for-small-up,
.hide-for-medium-only,
.show-for-medium-up,
.hide-for-large-only,
.show-for-large-up,
.show-for-xlarge-only,
.show-for-xlarge-up,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-fullHD-only,
.hide-for-fullHD-up {
	display: initial !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.hide-for-small-up,
.show-for-medium-only,
.hide-for-medium-up,
.show-for-large-only,
.hide-for-large-up,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-fullHD-only,
.show-for-fullHD-up {
	display: none !important;
}

.form .form-grid.xlarge-form-grid2 {
	width: 100%;
}

.form .form-grid.xlarge-form-grid1 {
	width: 50%;
}

.sticky {
	height: 6em;
}

.main-banner .bt-home {
	margin-left: 1.5em;
}

.login-menu {
	padding: 2em 0.75em 0 0;
}

.login-menu .button {
	font-size: 0.9em;
}

.login-menu .bt-create-account {
	display: inline-block;
	max-width: calc(100vw - 70em);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main-menu {
	clear: none;
	float: left;
	max-width: calc(100% - 32em);
}

.main-menu .menu {
	margin: 0;
}

.main-menu .menu-item {
	float: left;
	width: auto;
}

.main-menu .menu-item .bt {
	height: 6em;
}

}

@media only print, only screen and (min-width: 100.063em) {

.column.xxlarge-1 {
	width: 8.3333333333%;
}

.column.xxlarge-2 {
	width: 16.6666666667%;
}

.column.xxlarge-3 {
	width: 25%;
}

.column.xxlarge-4 {
	width: 33.3333333333%;
}

.column.xxlarge-5 {
	width: 41.6666666667%;
}

.column.xxlarge-6 {
	width: 50%;
}

.column.xxlarge-7 {
	width: 58.3333333333%;
}

.column.xxlarge-8 {
	width: 66.6666666667%;
}

.column.xxlarge-9 {
	width: 75%;
}

.column.xxlarge-10 {
	width: 83.3333333333%;
}

.column.xxlarge-11 {
	width: 91.6666666667%;
}

.column.xxlarge-12 {
	width: 100%;
}

.row.xxlarge-equal-heights {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

.row.xxlarge-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.xxlarge-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.xxlarge-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.xxlarge-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.xxlarge-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.show-for-small-up,
.hide-for-medium-only,
.show-for-medium-up,
.hide-for-large-only,
.show-for-large-up,
.hide-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.hide-for-fullHD-only,
.hide-for-fullHD-up {
	display: initial !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.hide-for-small-up,
.show-for-medium-only,
.hide-for-medium-up,
.show-for-large-only,
.hide-for-large-up,
.show-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.show-for-fullHD-only,
.show-for-fullHD-up {
	display: none !important;
}

.form .form-grid.xxlarge-form-grid2 {
	width: 100%;
}

.form .form-grid.xxlarge-form-grid1 {
	width: 50%;
}

.main-body .aside {
	width: calc((100vw - 100em)/2 + 18em);
	margin-left: calc((-100vw + 100em)/2);
}

.main-body .aside2 {
	width: calc((100vw - 100em)/2 + 22em);
	margin-right: calc((-100vw + 100em)/2);
}

}

@media only print, only screen and (min-width: 120.063em) {

.column.fullHD-1 {
	width: 8.3333333333%;
}

.column.fullHD-2 {
	width: 16.6666666667%;
}

.column.fullHD-3 {
	width: 25%;
}

.column.fullHD-4 {
	width: 33.3333333333%;
}

.column.fullHD-5 {
	width: 41.6666666667%;
}

.column.fullHD-6 {
	width: 50%;
}

.column.fullHD-7 {
	width: 58.3333333333%;
}

.column.fullHD-8 {
	width: 66.6666666667%;
}

.column.fullHD-9 {
	width: 75%;
}

.column.fullHD-10 {
	width: 83.3333333333%;
}

.column.fullHD-11 {
	width: 91.6666666667%;
}

.column.fullHD-12 {
	width: 100%;
}

.row.fullHD-equal-heights {
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

.row.fullHD-equal-heights .row {
	height: 100%;
}

.no-flexbox .row.fullHD-equal-heights {
	display: table;
	width: 100%;
}

.no-flexbox .row.fullHD-equal-heights .row {
	width: auto;
	min-width: 100%;
}

.no-flexbox .row.fullHD-equal-heights > .column {
	display: table-cell !important;
	float: none;
	vertical-align: top;
}

.no-flexbox .row .row.fullHD-equal-heights {
	width: auto;
	min-width: 100%;
}

.hide-for-xsmall-only,
.show-for-xsmall-up,
.hide-for-small-only,
.show-for-small-up,
.hide-for-medium-only,
.show-for-medium-up,
.hide-for-large-only,
.show-for-large-up,
.hide-for-xlarge-only,
.show-for-xlarge-up,
.hide-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-fullHD-only,
.show-for-fullHD-up {
	display: initial !important;
}

.show-for-xsmall-only,
.hide-for-xsmall-up,
.show-for-small-only,
.hide-for-small-up,
.show-for-medium-only,
.hide-for-medium-up,
.show-for-large-only,
.hide-for-large-up,
.show-for-xlarge-only,
.hide-for-xlarge-up,
.show-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-fullHD-only,
.hide-for-fullHD-up {
	display: none !important;
}

.form .form-grid.fullHD-form-grid2 {
	width: 100%;
}

.form .form-grid.fullHD-form-grid1 {
	width: 50%;
}

}

@media screen and (max-width: 1024px) {

.pswp__preloader {
	position: relative;
	left: auto;
	top: auto;
	margin: 0;
	float: right;
}

}

@media only print, only screen and (max-height: 30em) and (max-width: 48em) {

.main-body .aside2 {
	position: static;
	display: flex;
	flex-direction: column-reverse;
}

.main-body .aside2-content {
	padding-bottom: 0;
	padding-top: 1.5em;
}

.main-body .aside2-toggle:before {
	transform: rotate(180deg);
}

.main-body #aside2-toggle-checkbox:checked ~ .aside2-content {
	max-height: 999em;
	min-height: 0;
}

}

@media only print, only screen and (max-height: 30em) {

.main-banner {
	position: relative;
}

}

@media only print {

.show-for-print {
	display: inherit !important;
}

.hide-for-print {
	display: none !important;
}

.no-pagebreak {
	page-break-inside: avoid;
}

.v-mobile-panel {
	display: none !important;
}

}

@-webkit-keyframes clockwise {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes clockwise {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes donut-rotate {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

50% {
	-webkit-transform: rotate(-140deg);
	transform: rotate(-140deg);
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

}

@keyframes donut-rotate {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

50% {
	-webkit-transform: rotate(-140deg);
	transform: rotate(-140deg);
}

100% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

}

